/* /Components/Layout/BackofficeLayout.razor.rz.scp.css */
.page[b-scjr4dsmlm] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-scjr4dsmlm] {
    flex: 1;
}

.sidebar[b-scjr4dsmlm] {
    background-image: linear-gradient(180deg, rgb(103, 39, 5) 0%, #47063a 70%);
}

.top-row[b-scjr4dsmlm] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-scjr4dsmlm]  a, .top-row[b-scjr4dsmlm]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-scjr4dsmlm]  a:hover, .top-row[b-scjr4dsmlm]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-scjr4dsmlm]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-scjr4dsmlm] {
        justify-content: space-between;
    }

    .top-row[b-scjr4dsmlm]  a, .top-row[b-scjr4dsmlm]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-scjr4dsmlm] {
        flex-direction: row;
    }

    .sidebar[b-scjr4dsmlm] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-scjr4dsmlm] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-scjr4dsmlm]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-scjr4dsmlm], article[b-scjr4dsmlm] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-scjr4dsmlm] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-scjr4dsmlm] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-q4k2ek9kv9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-q4k2ek9kv9] {
    flex: 1;
}

.sidebar[b-q4k2ek9kv9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-q4k2ek9kv9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-q4k2ek9kv9]  a, .top-row[b-q4k2ek9kv9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-q4k2ek9kv9]  a:hover, .top-row[b-q4k2ek9kv9]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-q4k2ek9kv9]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-q4k2ek9kv9] {
        justify-content: space-between;
    }

    .top-row[b-q4k2ek9kv9]  a, .top-row[b-q4k2ek9kv9]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-q4k2ek9kv9] {
        flex-direction: row;
    }

    .sidebar[b-q4k2ek9kv9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-q4k2ek9kv9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-q4k2ek9kv9]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-q4k2ek9kv9], article[b-q4k2ek9kv9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-q4k2ek9kv9] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-q4k2ek9kv9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-querqk01f9] {
    min-width: 15rem;
    max-width: 15rem;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%);
    display: block;
}

.sidebar-bo[b-querqk01f9] {
    background-image: linear-gradient(180deg, #6699ff 0%, var(--bs-black) 150%) !important;
}



    #sidebar.auto-expanded[b-querqk01f9] {
        display: none;
    }

    #sidebar .menu-closeonclick-placeholder[b-querqk01f9] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
    }

[b-querqk01f9] .sidebar-header {
    padding: 2rem 1rem;
}

.logo[b-querqk01f9] {
    text-align: center;
}

[b-querqk01f9] .menu-button-container {
    align-self: center;
}

.menu-button[b-querqk01f9] {
    padding: 0.375rem;
    width: 1rem;
    height: 1rem;
    background-image: url("images/menu.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

[b-querqk01f9] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-querqk01f9] .menu {
    background-color: inherit;
}

    [b-querqk01f9] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-querqk01f9] .menu-item {
    color: var(--bs-white);
}

[b-querqk01f9] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
    opacity: 0.4;
}

[b-querqk01f9] .home-icon {
    background-image: url("images/home.svg");
}

[b-querqk01f9] .weather-icon {
    background-image: url("images/weather.svg");
}

[b-querqk01f9] .counter-icon {
    background-image: url("images/counter.svg");
}


[b-querqk01f9] .docs-icon {
    mask-image: url("images/doc.svg");
    -webkit-mask-image: url("images/doc.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-querqk01f9] .demos-icon {
    mask-image: url("images/demos.svg");
    -webkit-mask-image: url("images/demos.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-querqk01f9] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-querqk01f9] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-querqk01f9] .footer {
    text-align: center;
    gap: 0.5rem;
    z-index: 3;
}

    [b-querqk01f9] .footer .icon {
        margin-left: 0;
    }

#sidebar.auto-expanded[b-querqk01f9]  .layout-item {
    display: block;
}

#sidebar.auto-expanded[b-querqk01f9]  .footer {
    display: block;
}

@media (max-width: 768px) {
    #sidebar[b-querqk01f9] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

        #sidebar .menu-closeonclick-placeholder[b-querqk01f9] {
            display: block;
        }

        #sidebar.auto-expanded[b-querqk01f9] {
            position: fixed;
            width: 100%;
            z-index: 3;
            display: block;
        }

            #sidebar.auto-expanded[b-querqk01f9]  .sidebar-header {
                border-bottom: 1px solid var(--bs-white);
            }

            #sidebar.auto-expanded .menu-button[b-querqk01f9] {
                background-image: url("images/close.svg");
                width: 1.875rem;
                height: 1.875rem;
            }

        #sidebar:not(.auto-expanded)[b-querqk01f9]  .dxbl-gridlayout-root {
            gap: unset !important;
        }

    .logo[b-querqk01f9] {
        text-align: inherit;
    }

    [b-querqk01f9] .menu-button-container {
        display: block;
    }

    [b-querqk01f9] .layout-item {
        display: none;
    }

    [b-querqk01f9] .footer {
        display: none;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-gx57e2bgjc],
.components-reconnect-repeated-attempt-visible[b-gx57e2bgjc],
.components-reconnect-failed-visible[b-gx57e2bgjc],
.components-pause-visible[b-gx57e2bgjc],
.components-resume-failed-visible[b-gx57e2bgjc],
.components-rejoining-animation[b-gx57e2bgjc] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-gx57e2bgjc],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-gx57e2bgjc],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-gx57e2bgjc],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-gx57e2bgjc],
#components-reconnect-modal.components-reconnect-retrying[b-gx57e2bgjc],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-gx57e2bgjc],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-gx57e2bgjc],
#components-reconnect-modal.components-reconnect-failed[b-gx57e2bgjc],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-gx57e2bgjc] {
    display: block;
}


#components-reconnect-modal[b-gx57e2bgjc] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-gx57e2bgjc 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-gx57e2bgjc 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-gx57e2bgjc 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-gx57e2bgjc]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-gx57e2bgjc 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-gx57e2bgjc {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-gx57e2bgjc {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-gx57e2bgjc {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-gx57e2bgjc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-gx57e2bgjc] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-gx57e2bgjc] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-gx57e2bgjc] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-gx57e2bgjc] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-gx57e2bgjc] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-gx57e2bgjc] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-gx57e2bgjc 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-gx57e2bgjc] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-gx57e2bgjc {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Backoffice/Home.razor.rz.scp.css */
[b-qre2unmpre] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

    [b-qre2unmpre] .welcome-gridlayout .dxbl-gridlayout-root {
        align-content: center;
        justify-content: center;
    }


[b-qre2unmpre] .title {
    text-align: center;
}

[b-qre2unmpre] .title-header-text {
    font-size: 3rem;
    font-weight: bold;
}

[b-qre2unmpre] .title-content-text {
    font-size: 2rem;
    font-weight: bold;
}

[b-qre2unmpre] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-qre2unmpre] .welcome-card {
    width: 20rem;
    height: 12rem;
    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-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-qre2unmpre] .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-qre2unmpre] .welcome-card .welcome-card-img {
        width: 5rem;
        height: 5rem;
    }

    [b-qre2unmpre] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

[b-qre2unmpre] .icon-fill {
    fill: var(--bs-primary);
}

[b-qre2unmpre] .welcome-card .welcome-card-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-body-color);
    opacity: 0.05;
    border-radius: 1rem;
    z-index: -2;
}
/* /Components/Pages/Static/ProductionstepsFabricYarn.razor.rz.scp.css */
table[b-y9zsumdgg3] {
    border-collapse: collapse;
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 10pt;
}

th[b-y9zsumdgg3], td[b-y9zsumdgg3] {
    border: 1px solid #ccc;
    padding: 4px 4px;
    text-align: left;
    height: 30px;
}

th[b-y9zsumdgg3] {
    background-color: #f2f2f2;
    font-weight: bold;
}

tr:nth-child(even)[b-y9zsumdgg3] {
    background-color: #fafafa;
}
/* /Components/Pages/Static/ProductionstepsGarment.razor.rz.scp.css */
table[b-byl3fujmo8] {
    border-collapse: collapse;
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 10pt;
}

th[b-byl3fujmo8], td[b-byl3fujmo8] {
    border: 1px solid #ccc;
    padding: 4px 4px;
    text-align: left;
    height: 30px;
}

th[b-byl3fujmo8] {
    background-color: #f2f2f2;
    font-weight: bold;
}

tr:nth-child(even)[b-byl3fujmo8] {
    background-color: #fafafa;
}
/* /Components/Shared/LoggedInUser.razor.rz.scp.css */
.custom-flyout-body[b-qwny836og4] {
    margin: 1rem;
    width:50%;
}

.custom-flyout-footer[b-qwny836og4] {
    flex-flow: nowrap;
    display: flex;
    flex: 1 1 auto;
    justify-content: space-between;
    align-content: center;
    gap: 0.5rem;
}

.employee-group .e-photo[b-qwny836og4] {
    height: 60px;
    width: 60px;
}

.e-card[b-qwny836og4] {
    padding-bottom: 1rem;
    display: flex;
    align-content: center;
    justify-content: start;
    flex: 1 1 auto;
}

.e-info[b-qwny836og4] {
    justify-content: center;
    display: flex;
    height: 100%;
    flex-direction: column;
    border-bottom: 1px solid var(--bs-gray-400);
}

.e-main[b-qwny836og4] {
    width: 100%;
}

.e-name[b-qwny836og4],
.custom-flyout-body .e-name[b-qwny836og4] {
    font-weight: 400;
}

.e-details[b-qwny836og4] {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 0.75rem;
    row-gap: 0.5rem;
}

.custom-title[b-qwny836og4] {
    padding-bottom: 1.5rem;
    display: block;
    font-size: 1.5rem;
}
/* /Components/Shared/ProfileCard.razor.rz.scp.css */
.employee-group .e-card[b-16culw0vd3] {
    padding-bottom: 1rem;
    display: inline-block;
    align-content: center;
    justify-content: start;
    flex: 1 1 auto;
}

.employee-group .e-info[b-16culw0vd3] {
    justify-content: center;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.employee-group .e-main[b-16culw0vd3] {
    width: 100%;
    margin: 0 10px;
}

.employee-group .e-name[b-16culw0vd3],
.custom-flyout-body .e-name[b-16culw0vd3] {
    font-weight: 400;
}

.e-name[b-16culw0vd3],
.e-title[b-16culw0vd3],
.e-email[b-16culw0vd3],
.e-divider[b-16culw0vd3],
.e-icon[b-16culw0vd3],
label[b-16culw0vd3] {
    color: rgb(255, 255, 255, var(--color-opacity));
    mix-blend-mode: difference;
}

.e-main[b-16culw0vd3] {
    line-height: 1;
}

.e-name[b-16culw0vd3] {
    --color-opacity: 1;
    margin-bottom: 0.25rem;
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.2;
}

.e-title[b-16culw0vd3],
.e-email[b-16culw0vd3],
label[b-16culw0vd3] {
    --color-opacity: 0.75;
}

.e-title[b-16culw0vd3] {
    font-size: 0.7rem;
    margin-bottom: 0.5rem;
}

.e-email[b-16culw0vd3] {
    font-size: 0.75rem;
    text-decoration: underline;
    margin-bottom: 0;
}

.e-divider[b-16culw0vd3],
.e-photo[b-16culw0vd3] {
    --color-opacity: 0.2;
}

.e-divider[b-16culw0vd3] {
    height: 1px;
    background-color: currentColor;
}

.e-photo[b-16culw0vd3] {
    border: 1px solid currentColor;
    object-fit: cover;
    object-position: center top;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

@media (max-width: 479.98px) {
    .e-photo[b-16culw0vd3] {
        width: 80px;
        height: 80px;
    }
}

.e-details[b-16culw0vd3] {
    width: 100%;
    mix-blend-mode: difference;
}

    .e-details .text-container[b-16culw0vd3] {
        font-size: 0.875rem;
        line-height: 1.125rem;
        color: rgb(255, 255, 255, 0.7);
        white-space: nowrap;
    }

        .e-details .text-container label[b-16culw0vd3] {
            font-size: 0.8125rem;
            line-height: 1rem;
        }

    .e-details .icon-container[b-16culw0vd3] {
        width: 20px;
        display: flex;
        align-items: center;
        color: rgb(255, 255, 255,0.7);
        justify-content: center;
    }

.e-icon[b-16culw0vd3] {
    --color-opacity: 0.75;
    display: inline-block;
    background-color: currentColor;
    width: 16px;
    height: 16px;
}

.e-icon-address[b-16culw0vd3] {
    -webkit-mask-image: url("images/icons/address.svg");
    mask-image: url("images/icons/address.svg");
}

.e-icon-city[b-16culw0vd3] {
    -webkit-mask-image: url("images/icons/city.svg");
    mask-image: url("images/icons/city.svg");
}

.e-icon-birthdate[b-16culw0vd3] {
    -webkit-mask-image: url("images/icons/birthdate.svg");
    mask-image: url("images/icons/birthdate.svg");
}

.e-icon-phone[b-16culw0vd3] {
    -webkit-mask-image: url("images/icons/phone.svg");
    mask-image: url("images/icons/phone.svg");
}
