/* _content/GKTSCM/Components/Layout/Drawer.razor.rz.scp.css */
::deep .navigation-drawer[b-8144rywfp3] {
    height: 100vh;
    max-height: 100%;
}

[b-8144rywfp3] .panel-open:not(.mobile) .menu-button {
    display: none;
}

[b-8144rywfp3] .navigation-drawer > .dxbl-drawer-panel {
    background-image: linear-gradient(180deg, var(--bs-primary, var(--DS-primary-90)) 0%, var(--bs-black, #000) 150%);
}

[b-8144rywfp3] .navigation-drawer > .dxbl-drawer-content {
    height: 100vh;
    overflow: auto;
}

[b-8144rywfp3] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-header {
    border-bottom: none;
    padding: 2rem 1rem;
    background: none;
}

[b-8144rywfp3] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-header > .navigation-drawer-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

[b-8144rywfp3] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-body {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
}

[b-8144rywfp3] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-footer {
    --dxbl-drawer-panel-footer-justify-content: center;
    border-top: none;
    padding-bottom: 1.5rem;
    width: 240px;
    background: none;
}

[b-8144rywfp3] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-8144rywfp3] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

[b-8144rywfp3] .navigation-drawer > .dxbl-drawer-content > .navigation-drawer-shading {
    display: none;
}

@media (max-width: 768px) {
    [b-8144rywfp3] .panel-open:not(.mobile) .menu-button {
        display: inline-flex;
    }

    [b-8144rywfp3] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-8144rywfp3] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    [b-8144rywfp3] .navigation-drawer > .dxbl-drawer-content > .navigation-drawer-shading {
        background-color: var(--dxbl-drawer-content-shading-bg);
        display: block;
        height: 100%;
        position: absolute;
        transition: ease var(--dxbl-drawer-animation-duration);
        transition-property: opacity, visibility;
        visibility: visible;
        width: 100%;
        z-index: 99;
        opacity: var(--dxbl-drawer-content-shading-opacity);
    }

    [b-8144rywfp3] .navigation-drawer.mobile.panel-closed .navigation-drawer-shading {
        opacity: 0;
        visibility: hidden;
    }
}
/* _content/GKTSCM/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-j5hokvjhay] {
    height: 100%;
    font-family: var(--bs-font-sans-serif, var(--DS-font-family-sans-serif));
}

.logo[b-j5hokvjhay] {
    text-align: center;
}

[b-j5hokvjhay] .icon-back {
    --icon-mask-image: var(--icon-back-mask-image);
}

[b-j5hokvjhay] .icon-close {
    --icon-mask-image: var(--icon-close-mask-image);
}

[b-j5hokvjhay] .icon-menu {
    --icon-mask-image: var(--icon-menu-mask-image);
}

[b-j5hokvjhay] .home-icon {
    --icon-mask-image: var(--icon-home-mask-image);
}

[b-j5hokvjhay] .icon-log-in {
    --icon-mask-image: var(--icon-log-in-mask-image);
}

[b-j5hokvjhay] .icon-log-out {
    --icon-mask-image: var(--icon-log-out-mask-image);
}

[b-j5hokvjhay] .icon-user {
    --icon-mask-image: var(--icon-user-mask-image);
}

[b-j5hokvjhay] .docs-icon {
    --icon-mask-image: var(--icon-docs-mask-image);
}

[b-j5hokvjhay] .demos-icon {
    --icon-mask-image: var(--icon-demos-mask-image);
}

[b-j5hokvjhay] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-j5hokvjhay] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-j5hokvjhay] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-j5hokvjhay] .menu-button-nav:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.panel-open .menu-button[b-j5hokvjhay] {
    display: inline-flex;
}

.nav-buttons-container[b-j5hokvjhay] {
    display: flex;
    gap: 10px;
    padding: 2rem 1rem;
}

.nav-buttons-container[b-j5hokvjhay]  .menubutton-float-end {
    margin-left: auto;
}
/* _content/GKTSCM/Components/Layout/NavMenu.razor.rz.scp.css */
[b-wk3pkaskcu] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-wk3pkaskcu] .menu {
    --dxbl-menu-bottom-left-border-radius: 0;
    --dxbl-menu-bottom-right-border-radius: 0;
    --dxbl-menu-top-left-border-radius: 0;
    --dxbl-menu-top-right-border-radius: 0;

    background-color: inherit;
}

[b-wk3pkaskcu] .menu .dxbl-menu-item-list {
    gap: 0.5rem;
}

[b-wk3pkaskcu] .menu-item {
    color: var(--bs-white, #fff);
}

[b-wk3pkaskcu] .icon {
    margin-left: 0.5rem;
}

[b-wk3pkaskcu] .home-icon {
    --icon-mask-image: var(--icon-home-mask-image);
}

[b-wk3pkaskcu] .weather-icon {
    --icon-mask-image: var(--icon-weather-mask-image);
}

[b-wk3pkaskcu] .counter-icon {
    --icon-mask-image: var(--icon-counter-mask-image);
}

[b-wk3pkaskcu] .settings-icon {
    --icon-mask-image: var(--icon-settings-mask-image);
}

[b-wk3pkaskcu] .log-in-icon {
    --icon-mask-image: var(--icon-log-in-mask-image);
}

[b-wk3pkaskcu] .log-out-icon {
    --icon-mask-image: var(--icon-log-out-mask-image);
}

[b-wk3pkaskcu] .user-icon {
    --icon-mask-image: var(--icon-user-mask-image);
}

@media (max-width: 768px) {
    #sidebar[b-wk3pkaskcu] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

    .logo[b-wk3pkaskcu] {
        text-align: inherit;
    }
}
/* _content/GKTSCM/Components/Pages/AccountManage.razor.rz.scp.css */
.dxbl-group-body-content[b-0suc3vggb1] {
    width: 100%;
}


.custom-toast-background[b-0suc3vggb1] {
    position: relative;
    width: 100%;
    height: 100%;
    justify-content: center;
    z-index: 0;
}

.prod-by-unit-yn[b-0suc3vggb1] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 2rem;
}

.unit-price-container[b-0suc3vggb1] {
    border-top: 1px solid lightgrey;
    margin-top: 1rem;
    padding-top: 0.5rem;
    width: 100%;
}


/* BEGIN::: Allergen Question Box */
.allergen-yn[b-0suc3vggb1] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 2rem;
}

.allergen-question[b-0suc3vggb1] {
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    border: 2px solid #e9ecef;
}

.allergen-checkboxes[b-0suc3vggb1] {
    padding: 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.allergen-enabled[b-0suc3vggb1] {
    background-color: #f8fff8;
    border: 2px solid #28a745;
}

.allergen-disabled[b-0suc3vggb1] {
    background-color: #f8f9fa;
    border: 2px solid #dc3545;
    opacity: 0.7;
}

.btn-group .btn-check:checked + .btn[b-0suc3vggb1] {
    font-weight: bold;
}

@media (max-width: 768px) {
    .btn-group[b-0suc3vggb1] {
        width: 100%;
    }

        .btn-group .btn[b-0suc3vggb1] {
            flex: 1;
        }
}
/* END::: Allergen Question Box */

/* BEGIN::: Product Image Upload */
.first-prod-image[b-0suc3vggb1] {
    border-bottom: 1px solid lightgrey;
    padding: 1rem 0 2rem 0;
    margin: 0 1.5rem 0 1.5rem;
}

hr[b-0suc3vggb1] {
    border-bottom: thin grey;
    width: 100%;
    margin: 2rem 0rem 1rem 0rem;
}


/*.barcode-wrapper {
    width: 100%;
    display:inline-block;
    height: fit-content;
}*/

/*.barcode-wrapper .verify-barcode-btn {
    width: 15vw;
}
*/
/* _content/GKTSCM/Components/Pages/Counter.razor.rz.scp.css */
.counter-block[b-pnhiqgymm4] {
    display: flex;
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
    flex-direction: column;
    border-radius: 1rem;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    width: 16.875rem;
    height: 17rem;
    position: relative;
}

.counter-block .counter-content[b-pnhiqgymm4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.counter-block .counter-count[b-pnhiqgymm4] {
    font-size: 7.5rem;
    font-weight: 400;
    line-height: 7.75rem;
}

.counter-block .counter-block-back[b-pnhiqgymm4] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-body-color, var(--DS-color-content-neutral-default-rest));
    opacity: 0.05;
    border-radius: 1rem;
    z-index: -2;
}
/* _content/GKTSCM/Components/Pages/Index.razor.rz.scp.css */
[b-i9cu8922jl] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

    [b-i9cu8922jl] .welcome-gridlayout .dxbl-gridlayout-root {
        align-content: center;
        justify-content: center;
    }

[b-i9cu8922jl] .title {
    text-align: center;
}

[b-i9cu8922jl] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-i9cu8922jl] .welcome-card {
    width: 50%;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color, var(--DS-primary-90));
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-i9cu8922jl] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-i9cu8922jl] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-i9cu8922jl] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

    [b-i9cu8922jl] .welcome-card .welcome-card-back {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color, var(--DS-color-content-neutral-default-rest));
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }








.dashboard-container[b-i9cu8922jl] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
}

.welcome-section[b-i9cu8922jl] {
    margin-bottom: 2rem;
}

.welcome-card[b-i9cu8922jl] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    padding: 2rem;
    color: white;
    text-align: center;
}

.welcome-content[b-i9cu8922jl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.welcome-text h1[b-i9cu8922jl] {
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.stat-card[b-i9cu8922jl] {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 1rem;
    height: 100%;
    margin-bottom: 1rem;
}

.stat-icon i[b-i9cu8922jl] {
    font-size: 2rem;
}

.stat-number[b-i9cu8922jl] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #333;
    line-height: 1;
}

.stat-label[b-i9cu8922jl] {
    font-size: 0.9rem;
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.section-title[b-i9cu8922jl] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
}

.action-btn[b-i9cu8922jl] {
    height: 60px;
    border-radius: 12px;
    font-weight: 600;
}

.guide-section[b-i9cu8922jl] {
    margin-top: 2rem;
}

.guide-card[b-i9cu8922jl] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.guide-title[b-i9cu8922jl] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
}

.steps[b-i9cu8922jl] {
    display: grid;
    gap: 1rem;
}

.step[b-i9cu8922jl] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.step-number[b-i9cu8922jl] {
    width: 40px;
    height: 40px;
    background: #667eea;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
}

.step-text[b-i9cu8922jl] {
    font-size: 1rem;
    color: #333;
    font-weight: 500;
}

/* Mobile Responsive */
@media (min-width: 768px) {
    .welcome-content[b-i9cu8922jl] {
        flex-direction: row;
        text-align: left;
    }
    
    .steps[b-i9cu8922jl] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .welcome-text h1[b-i9cu8922jl] {
        font-size: 2rem;
    }

    .welcome-card[b-i9cu8922jl] {
        width: 100%;
    }

    .stat-card[b-i9cu8922jl] {
        padding: 1rem;
    }

    .guide-card[b-i9cu8922jl] {
        padding: 1.5rem;
    }
}
/* _content/GKTSCM/Components/Pages/Login.razor.rz.scp.css */
.login-container[b-jk47sf9e61] {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
    padding: 1rem;
}

.login-card[b-jk47sf9e61] {
    background: white;
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0.2,0.2,0.2,0.3);
    width: 100%;
    max-width: 400px;
}

.login-vendor-title[b-jk47sf9e61] {
    margin-top: 30px;
    margin-bottom: 10px;
}


@media (max-width: 576px) {
    .login-card[b-jk47sf9e61] {
        padding: 2rem 1.5rem;
        margin: 1rem;
    }
}
/* _content/GKTSCM/Components/Pages/LoginComplete.razor.rz.scp.css */
.login-progress-container[b-bvhmnhwv15] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 1rem;
}

.login-progress-card[b-bvhmnhwv15] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    padding: 3rem 2rem;
    max-width: 400px;
    width: 100%;
}

    .login-progress-card h4[b-bvhmnhwv15] {
        color: #333;
        margin-bottom: 1rem;
    }
/* _content/GKTSCM/Components/Pages/Logout.razor.rz.scp.css */
.logout-container[b-8ue94t1tm5] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 1rem;
}

.logout-card[b-8ue94t1tm5] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    padding: 3rem 2rem;
    max-width: 400px;
    width: 100%;
}

    .logout-card h3[b-8ue94t1tm5] {
        margin-bottom: 1rem;
        color: #333;
        font-weight: 600;
    }

    .logout-card p[b-8ue94t1tm5] {
        margin-bottom: 2rem;
    }

@media (max-width: 576px) {
    .logout-card[b-8ue94t1tm5] {
        padding: 2rem 1.5rem;
    }
}
/* _content/GKTSCM/Components/Pages/ProductChangeRequest.razor.rz.scp.css */
.dxbl-group-body-content[b-8rjbffed0i] {
    width: 100%;
}


.custom-toast-background[b-8rjbffed0i] {
    position: relative;
    width: 100%;
    height: 100%;
    justify-content: center;
    z-index: 0;
}

.prod-by-unit-yn[b-8rjbffed0i] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 2rem;
}

.unit-price-container[b-8rjbffed0i] {
    border-top: 1px solid lightgrey;
    margin-top: 1rem;
    padding-top: 0.5rem;
    width: 100%;
}


/* BEGIN::: Allergen Question Box */
.allergen-yn[b-8rjbffed0i] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 2rem;
}

.allergen-question[b-8rjbffed0i] {
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    border: 2px solid #e9ecef;
}

.allergen-checkboxes[b-8rjbffed0i] {
    padding: 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.allergen-enabled[b-8rjbffed0i] {
    background-color: #f8fff8;
    border: 2px solid #28a745;
}

.allergen-disabled[b-8rjbffed0i] {
    background-color: #f8f9fa;
    border: 2px solid #dc3545;
    opacity: 0.7;
}

.btn-group .btn-check:checked + .btn[b-8rjbffed0i] {
    font-weight: bold;
}

@media (max-width: 768px) {
    .btn-group[b-8rjbffed0i] {
        width: 100%;
    }

        .btn-group .btn[b-8rjbffed0i] {
            flex: 1;
        }
}
/* END::: Allergen Question Box */

/* BEGIN::: Product Image Upload */
.first-prod-image[b-8rjbffed0i] {
    border-bottom: 1px solid lightgrey;
    padding: 1rem 0 2rem 0;
    margin: 0 1.5rem 0 1.5rem;
}

hr[b-8rjbffed0i] {
    border-bottom: thin grey;
    width: 100%;
    margin: 2rem 0rem 1rem 0rem;
}

.no-image[b-8rjbffed0i] {
    max-width: 50%;
    height: auto;
}
/* _content/GKTSCM/Components/Pages/ProductList.razor.rz.scp.css */
.toolbar-button[b-626vl3qbop]{
    gap: 5px;
}
/* _content/GKTSCM/Components/Pages/ProductRequest.razor.rz.scp.css */
.dxbl-group-body-content[b-o9ah05fyte] {
    width: 100%;
}

.text-uppercase-input[b-o9ah05fyte] {
    text-transform: uppercase !important;
}

.custom-toast-background[b-o9ah05fyte] {
    position: relative;
    width: 100%;
    height: 100%;
    justify-content: center;
    z-index: 0;
}

.prod-by-unit-yn[b-o9ah05fyte] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 2rem;
}

.unit-price-container[b-o9ah05fyte] {
    border-top: 1px solid lightgrey;
    margin-top: 1rem;
    padding-top: 0.5rem;
    width: 100%;
}


/* BEGIN::: Allergen Question Box */
.allergen-yn[b-o9ah05fyte] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 2rem;
}

.allergen-question[b-o9ah05fyte] {
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    border: 2px solid #e9ecef;
}

.allergen-checkboxes[b-o9ah05fyte] {
    padding: 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.allergen-enabled[b-o9ah05fyte] {
    background-color: #f8fff8;
    border: 2px solid #28a745;
}

.allergen-disabled[b-o9ah05fyte] {
    background-color: #f8f9fa;
    border: 2px solid #dc3545;
    opacity: 0.7;
}

.btn-group .btn-check:checked + .btn[b-o9ah05fyte] {
    font-weight: bold;
}

@media (max-width: 768px) {
    .btn-group[b-o9ah05fyte] {
        width: 100%;
    }

        .btn-group .btn[b-o9ah05fyte] {
            flex: 1;
        }
}
/* END::: Allergen Question Box */

/* BEGIN::: Product Image Upload */
.first-prod-image[b-o9ah05fyte] {
    border-bottom: 1px solid lightgrey;
    padding: 1rem 0 2rem 0;
    margin: 0 1.5rem 0 1.5rem;
}

hr[b-o9ah05fyte] {
    border-bottom: thin grey;
    width: 100%;
    margin: 2rem 0rem 1rem 0rem;
}


/*.barcode-wrapper {
    width: 100%;
    display:inline-block;
    height: fit-content;
}*/

/*.barcode-wrapper .verify-barcode-btn {
    width: 15vw;
}
*/
/* _content/GKTSCM/Components/Pages/ProductRequestList.razor.rz.scp.css */
.dxbl-grid[b-v9oz1scm3p] {
    height: 800px;
}
/* _content/GKTSCM/Components/Pages/VendorApplicationForm.razor.rz.scp.css */
.dxbl-group-body-content[b-r0n7lanaeu]
{
    width:100%;
}


.custom-toast-background[b-r0n7lanaeu] {
    position: relative;
    width: 100%;
    height: 100%;
    justify-content: center;
    z-index: 0;
}
