/* _content/SapPortal/Pages/Documents/DocApproval.razor.rz.scp.css */
.doc-approve-container[b-w3ow8bc5rw] {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    margin-top: 12px;
}

.doc-container[b-w3ow8bc5rw] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    background-color: white;
    border: 2px solid var(--yellow);
    border-radius: 10px;
    padding: 8px 10px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.doc-approv[b-w3ow8bc5rw] {
    display: flex;
}

.doc-approv-right[b-w3ow8bc5rw] {
    display: flex;
    column-gap: 16px;
    align-items: center;
    width: 100%;
}

.doc-approv-detailes[b-w3ow8bc5rw] {
    display: flex;
    flex-direction: column;
}

.doc-approv-left[b-w3ow8bc5rw] {
    display: flex;
    column-gap: 10px;
    font-size: 16px;
}

@media (min-width: 800px) {

    .doc-approv-detailes[b-w3ow8bc5rw] {
        flex-direction: row;
        column-gap: 20px;
        justify-content: space-between;
        width: 100%;
    }

    .doc-approv-left div[b-w3ow8bc5rw] {
        width: 130px;
    }

}
/* _content/SapPortal/Pages/Manufactur/Components/CcxGallery.razor.rz.scp.css */
.gallery-container[b-13n614mzdu] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gallery-wrapper[b-13n614mzdu] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* --max is set inline from the component; default here as fallback */
    --max: 650px;
}

.gallery-image[b-13n614mzdu] {
    width: auto;
    height: auto;
    width: var(--max);
    height: var(--max);
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    object-fit: contain;
}

.gallery-placeholder[b-13n614mzdu] {
    width: var(--max);
    height: var(--max);
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    background: #f7f7f7;
}

/* Navigation buttons */
.nav-btn[b-13n614mzdu] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-color: #DAEFEB;
    color: #333;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

    .nav-btn.left[b-13n614mzdu] {
        left: -56px;
    }

    .nav-btn.right[b-13n614mzdu] {
        right: -56px;
    }

    .nav-btn:hover[b-13n614mzdu] {
        background-color: #d1e9e4;
    }

    .nav-btn .chev[b-13n614mzdu] {
        width: 22px;
        height: 22px;
    }

/* Dots */
.dots[b-13n614mzdu] {
    margin-top: 14px;
}

.dot[b-13n614mzdu] {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: #D9D9D9;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

    .dot.active[b-13n614mzdu] {
        background-color: #33178F;
    }
/* _content/SapPortal/Pages/Manufactur/Manuf.razor.rz.scp.css */
namespace SapPortal.Pages.Manufactur[b-8gqmpa7dwe]
{
    public class Manuf
    {

    }
}
#main-body[b-8gqmpa7dwe] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    height: 95%;
    margin: auto;
}

.upper-buttons-container[b-8gqmpa7dwe]{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.upper-buttons[b-8gqmpa7dwe] {
    height: 55px;
    min-width: 150px;
    border-radius: 10px;
    padding: 12px;
    display: flex;
    align-items: center;
}

.hex-wrapper[b-8gqmpa7dwe] {
    --size: 25px;
    --stroke: 2px;
    --color: black;
    width: var(--size);
    height: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
    /* outer hex = the stroke */
    background: var(--color);
    clip-path: polygon( 25% 6.698%, 75% 6.698%, 100% 50%, 75% 93.302%, 25% 93.302%, 0% 50% );
    margin-left: 10px;
}

.hex[b-8gqmpa7dwe] {
    width: calc(100% - var(--stroke) * 2);
    height: calc(100% - var(--stroke) * 2);
    background: #EFF1FE; /* page bg color → makes it look transparent */
    clip-path: polygon( 25% 6.698%, 75% 6.698%, 100% 50%, 75% 93.302%, 25% 93.302%, 0% 50% );
}

.circle[b-8gqmpa7dwe] {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #1F887D;
    margin-left: 10px;
}

.upper-buttons-text[b-8gqmpa7dwe] {
    display: flex;
    flex-direction: column;
}

.upper-buttons-text :nth-child(2)[b-8gqmpa7dwe] {
    font-weight: bold;
}

h2[b-8gqmpa7dwe] {
    color: #33178F;
    margin-bottom: 5px;
}

.work-order[b-8gqmpa7dwe] {
    text-align: center;
}

.client-info[b-8gqmpa7dwe] {
    display: flex;
    margin-bottom: 20px;
    font-size: 16px;
}

.client-info :first-child[b-8gqmpa7dwe] {
    margin-left: 10px;
}

.employees-manuf[b-8gqmpa7dwe]{
    display: flex;
    margin-bottom: 20px;
}

.employee-capsule[b-8gqmpa7dwe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px 10px;
}

.amout-made .made[b-8gqmpa7dwe] {
    font-weight: bold;
}

.amout-made[b-8gqmpa7dwe] {
    font-size: 20px;
    margin-bottom: 5px;
}

.employees-names[b-8gqmpa7dwe] {
    background-color: #F3F4FA;
    border: 1px, solid, #C6CAE7;
    border-radius: 10px;
    padding: 2px 10px;
    min-width: 85px;
    text-align: center;
    color: #33178F;
    font-size: 14px;
}

.employees-manuf :last-child .employees-names[b-8gqmpa7dwe] {
    background-color: #E9F2F0;
    border: 1px, solid, #85D3CB;
    color: #124D4F;
}

h3[b-8gqmpa7dwe] {
    margin-bottom: 10px;
    font-size: 20px;
}

.gallery-container[b-8gqmpa7dwe] {
    text-align: center;
}

#gallary[b-8gqmpa7dwe] {
    height: 650px;
    width: 650px;
}
/* _content/SapPortal/Pages/Manufactur/ManufDashboard.razor.rz.scp.css */
body[b-jfok5g9lus] {
}
/* _content/SapPortal/Pages/Manufactur/ManufInventory.razor.rz.scp.css */
.manuf-container[b-9zy4h15wld] {
    padding: 10px 16px;
}

.manuf-filter-container[b-9zy4h15wld] {
    padding: 20px 0px;
    display: flex;
    column-gap: 20px;
}
/* _content/SapPortal/Pages/Manufactur/ManufRoute.razor.rz.scp.css */
.manuf-container[b-ov9173w901] {
    padding: 10px 16px;
}

.manuf-filter-container[b-ov9173w901] {
    width: 60%;
    padding: 20px 0px;
    display: flex;
    column-gap: 20px;
}

.routes-container[b-ov9173w901] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.route-container[b-ov9173w901] {
    display: flex;
    height: 100px;
    width: 100%;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 20px;
    border: 1px solid var(--light-blue);
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
}

.route-container h3[b-ov9173w901] {
    color: var(--blue)
}

.manuf-stations[b-ov9173w901] {
    display: flex;
    justify-content: space-between;
    width: 65%;
    position: relative;
}

.manuf-stations-line-container[b-ov9173w901] {
    width: 100%;
    padding: 20px;
    position: absolute;
    top: -6px;
    z-index: 0;
}

.manuf-stations-line[b-ov9173w901] {
    width: 100%;
    height: 1px;
    background-color: var(--yellow);
}

.manuf-station[b-ov9173w901] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.station-num[b-ov9173w901] {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: var(--blue);
    height:30px;
    width: 28px;
    background-image: url(/images/station.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.manuf-exit[b-ov9173w901] {
    text-align: left;
}

.popup-form h2[b-ov9173w901] {
    text-align: center;
}

.manuf-new-stations[b-ov9173w901] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: calc(100vh - 250px);
    overflow: scroll;
}

.manuf-new-station[b-ov9173w901] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.manuf-add-station[b-ov9173w901] {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 10px 0 20px 0;
    font-weight: bold;
}

/* _content/SapPortal/Pages/Manufactur/ManufSettings.razor.rz.scp.css */
.manuf-container[b-7c0yhod7sg] {
    padding: 10px 16px;
}

.setting-container[b-7c0yhod7sg] {
    padding-top: 20px;
    width: 20%;

}
/* _content/SapPortal/Pages/Manufactur/ManufStats.razor.rz.scp.css */
.manuf-container[b-foygpkeg0j] {
    padding: 10px 16px;
}

.manuf-filter-container[b-foygpkeg0j] {
    padding: 20px 0px;
    display: flex;
    column-gap: 20px;
}

.manuf-stats[b-foygpkeg0j] {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 40px;
}

.manuf-good[b-foygpkeg0j] {
    height: 8px;
    width: 8px;
    background-color: var(--green);
    border-radius: 50%;
}

.manuf-medium[b-foygpkeg0j] {
    height: 8px;
    width: 8px;
    background-color: var(--yellow);
    border-radius: 50%;
}

.manuf-bad[b-foygpkeg0j] {
    height: 8px;
    width: 8px;
    background-color: var(--red);
    border-radius: 50%;
}
/* _content/SapPortal/Pages/Manufactur/OpenOwor.razor.rz.scp.css */
.manuf-container[b-ixxehkxqxm] {
    padding: 10px 16px;
}

.routes-container[b-ixxehkxqxm] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}

.owor-container[b-ixxehkxqxm] {
    display: flex;
    height: 110px;
    width: 100%;
    gap: 40px;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 20px;
    border: 1px solid var(--light-blue);
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
}

.manuf-owor-dates[b-ixxehkxqxm] {
    display: flex;
    gap: 16px;
}

.manuf-stations[b-ixxehkxqxm] {
    display: flex;
    justify-content: space-between;
    width: 70%;
    position: relative;
}

.manuf-stations-line-container[b-ixxehkxqxm] {
    width: 100%;
    padding: 20px;
    position: absolute;
    top: -6px;
    z-index: 0;
}

.manuf-stations-line[b-ixxehkxqxm] {
    width: 100%;
    height: 1px;
    background-color: var(--yellow);
}

.manuf-station[b-ixxehkxqxm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.station-num[b-ixxehkxqxm] {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: var(--blue);
    height: 30px;
    width: 28px;
    background-image: url(/images/station.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.station-num-finish[b-ixxehkxqxm] {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: white;
    height: 30px;
    width: 28px;
    background-image: url(/images/station-finish.jpg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.owor-details-left[b-ixxehkxqxm] {
    display: flex;
    gap: 8px;
    width: 188px;
}

.manuf-items-produce[b-ixxehkxqxm] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background-color: var(--tool-tip);
    border-radius: 10px;
    height: 70px;
    width: 90px;
}

.manuf-items-produce-title[b-ixxehkxqxm] {
    font-size: 22px;
    font-weight: bold;
}

.manuf-items-progress[b-ixxehkxqxm] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #DEF0FF;
    border-radius: 10px;
    height: 70px;
    width: 90px;
}

.manuf-items-progress-title[b-ixxehkxqxm] {
    font-size: 30px;
    font-weight: bold;
}

/* _content/SapPortal/Pages/Manufactur/OworReport.razor.rz.scp.css */
.manuf-container[b-o5unplbm8d] {
    padding: 10px 16px;
}

.manuf-filter-container[b-o5unplbm8d] {
    padding: 20px 0px;
    display: flex;
    column-gap: 20px;
}

.manuf-stats[b-o5unplbm8d] {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 40px;
}

.manuf-good[b-o5unplbm8d] {
    height: 8px;
    width: 8px;
    background-color: var(--green);
    border-radius: 50%;
}

.manuf-medium[b-o5unplbm8d] {
    height: 8px;
    width: 8px;
    background-color: var(--yellow);
    border-radius: 50%;
}

.manuf-bad[b-o5unplbm8d] {
    height: 8px;
    width: 8px;
    background-color: var(--red);
    border-radius: 50%;
}

.manuf-progress[b-o5unplbm8d] {
    height: 8px;
    width: 8px;
    background-color: var(--blue);
    border-radius: 50%;
}

.manuf-status-container[b-o5unplbm8d] {
    display: flex;
    gap: 6px;
}

.manuf-status[b-o5unplbm8d] {
    background-color: white;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 1px solid var(--blue);
    border-radius: 15px;
}

.manuf-status-selected[b-o5unplbm8d] {
    background-color: #DEF0FF;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 1px solid var(--blue);
    border-radius: 15px;
}
/* _content/SapPortal/Pages/Manufactur/Stations.razor.rz.scp.css */
.manuf-container[b-zbru33n4at] {
    padding: 10px 16px;
}

.manuf-filter-container[b-zbru33n4at] {
    width: 40%;
    padding: 20px 0px;
    display: flex;
    column-gap: 20px;
}

.stations-container[b-zbru33n4at] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.station-container[b-zbru33n4at] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
    height: 150px;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid var(--light-blue);
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
}

    .station-container h3[b-zbru33n4at] {
        color: var(--blue);
        margin-bottom: 6px;
        
    }

.manuf-users[b-zbru33n4at] {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.manuf-user[b-zbru33n4at] {
    background-color: var(--tool-tip);
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 1px solid var(--yellow);
    border-radius: 15px;
}

.manuf-role[b-zbru33n4at] {
    background-color: #DEF0FF;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 1px solid var(--blue);
    border-radius: 15px;
}

.manuf-exit[b-zbru33n4at] {
    text-align: left;
}

.popup-form h2[b-zbru33n4at] {
    text-align: center;
}

.manuf-station-filter[b-zbru33n4at] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 20px 0 12px 0;
}

.manuf-new-users[b-zbru33n4at] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    height: calc(100vh - 500px);
    overflow: scroll;
}

.manuf-new-user[b-zbru33n4at] {
    display: flex;
    gap: 6px;
}

.manuf-add-station[b-zbru33n4at] {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 10px 0 20px 0;
    font-weight: bold;
}
/* _content/SapPortal/Shared/MainLayout.razor.rz.scp.css */
.page[b-94eyn2plmx] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-94eyn2plmx] {
    flex: 1;
}

.sidebar[b-94eyn2plmx] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-94eyn2plmx] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-94eyn2plmx]  a, .top-row[b-94eyn2plmx]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-94eyn2plmx]  a:hover, .top-row[b-94eyn2plmx]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-94eyn2plmx]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-94eyn2plmx] {
        display: none;
    }

    .top-row.auth[b-94eyn2plmx] {
        justify-content: space-between;
    }

    .top-row[b-94eyn2plmx]  a, .top-row[b-94eyn2plmx]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-94eyn2plmx] {
        flex-direction: row;
    }

    .sidebar[b-94eyn2plmx] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-94eyn2plmx] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-94eyn2plmx]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-94eyn2plmx], article[b-94eyn2plmx] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/SapPortal/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-a55fo1ctcn] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-a55fo1ctcn] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-a55fo1ctcn] {
    font-size: 1.1rem;
}

.oi[b-a55fo1ctcn] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-a55fo1ctcn] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-a55fo1ctcn] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-a55fo1ctcn] {
        padding-bottom: 1rem;
    }

    .nav-item[b-a55fo1ctcn]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-a55fo1ctcn]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-a55fo1ctcn]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-a55fo1ctcn] {
        display: none;
    }

    .collapse[b-a55fo1ctcn] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
