@import 'AssemblySpot.UI.Client.3wooxzpg4j.bundle.scp.css';

/* _content/AssemblySpot.UI/Components/Layout/Edit/EditFooter.razor.rz.scp.css */
@media (max-width: 600px) {
    .footer-container[b-t5jyz98xbc] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* _content/AssemblySpot.UI/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-9zlwr3pm5u] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9zlwr3pm5u] {
    flex: 1;
}

.main-header-row[b-9zlwr3pm5u] {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 3.5rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    z-index: 1;
    width: 100%;
    padding: 0;
}

.top-row[b-9zlwr3pm5u] {
    white-space: nowrap;
    position: fixed;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    padding: 0;
}

    .top-row[b-9zlwr3pm5u]  a, .top-row .btn-link[b-9zlwr3pm5u] {
        white-space: nowrap;
        margin-left: 2.5rem;
    }

    .top-row a:first-child[b-9zlwr3pm5u] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-9zlwr3pm5u] {
        display: none;
    }

    .top-row.auth[b-9zlwr3pm5u] {
        justify-content: space-between;
    }

    .top-row a[b-9zlwr3pm5u], .top-row .btn-link[b-9zlwr3pm5u] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9zlwr3pm5u] {
        flex-direction: row;
    }

    .top-row[b-9zlwr3pm5u] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-9zlwr3pm5u], article[b-9zlwr3pm5u] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/AssemblySpot.UI/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-czovvb1i5r] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-czovvb1i5r] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-czovvb1i5r] {
    font-size: 1.1rem;
}

.oi[b-czovvb1i5r] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-czovvb1i5r] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-czovvb1i5r] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-czovvb1i5r] {
        padding-bottom: 1rem;
    }

    .nav-item[b-czovvb1i5r]  a {
        color: #d7d7d7;
        border-radius: 15px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-czovvb1i5r]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-czovvb1i5r]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}
.sidebar[b-czovvb1i5r] {
   /* background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: #221f24;   
}

.scrollarea[b-czovvb1i5r] {
    height: 100%;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.collapse[b-czovvb1i5r]{
    display:none;
}

@media (min-width: 641px) {
    .navbar-toggler[b-czovvb1i5r] {
        display: none;
    }

    .collapse[b-czovvb1i5r] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .sidebar[b-czovvb1i5r] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        z-index: 100;
    }
}
/* _content/AssemblySpot.UI/Components/Layout/Settings/SettingsLayout.razor.rz.scp.css */
.page[b-f05hz8z4o0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-f05hz8z4o0] {
    flex: 1;
}

.top-row[b-f05hz8z4o0] {
    white-space: nowrap;
    position: fixed;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    padding: 0;
}

    .top-row[b-f05hz8z4o0]  a, .top-row .btn-link[b-f05hz8z4o0] {
        white-space: nowrap;
        margin-left: 2.5rem;
    }

    .top-row a:first-child[b-f05hz8z4o0] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-f05hz8z4o0] {
        display: none;
    }

    .top-row.auth[b-f05hz8z4o0] {
        justify-content: space-between;
    }

    .top-row a[b-f05hz8z4o0], .top-row .btn-link[b-f05hz8z4o0] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-f05hz8z4o0] {
        flex-direction: row;
    }

    .top-row[b-f05hz8z4o0] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-f05hz8z4o0], article[b-f05hz8z4o0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/AssemblySpot.UI/Components/Layout/Settings/SettingsNavMenu.razor.rz.scp.css */
.navbar-toggler[b-e3z5kmbmj8] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-e3z5kmbmj8] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-e3z5kmbmj8] {
    font-size: 1.1rem;
}

.oi[b-e3z5kmbmj8] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-e3z5kmbmj8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-e3z5kmbmj8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-e3z5kmbmj8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-e3z5kmbmj8]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-e3z5kmbmj8]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-e3z5kmbmj8]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.sidebar[b-e3z5kmbmj8] {
    /* background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: #221f24;
}

.scrollarea[b-e3z5kmbmj8] {
    height: 100%;
    overflow-y: scroll;
    scrollbar-width: thin;
}

@media (min-width: 641px) {
    .navbar-toggler[b-e3z5kmbmj8] {
        display: none;
    }

    .collapse[b-e3z5kmbmj8] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .sidebar[b-e3z5kmbmj8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        z-index: 100;
    }
}
/* _content/AssemblySpot.UI/Components/Pages/Register/Register.razor.rz.scp.css */
.content-wrapper[b-i42xgjrawu]::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 25%, var(--rz-secondary-lighter) 0%, transparent 45%), radial-gradient(circle at 65% 15%, var(--rz-primary-lighter) 0%, transparent 50%), radial-gradient(circle at 30% 75%, var(--rz-secondary-lighter) 0%, transparent 40%), radial-gradient(circle at 80% 60%, var(--rz-primary-lighter) 0%, transparent 55%);
    /*background-size: 200% 200%;*/
    background-blend-mode: screen;
    opacity: 0; /* start fully invisible */
    animation: fadeInBackground-b-i42xgjrawu 3s ease-out forwards;
    z-index: -1; /* behind your content */
}

.individualContent[b-i42xgjrawu] {
    animation: fadeInScale-b-i42xgjrawu 5s ease-out forwards;
}

@keyframes fadeInBackground-b-i42xgjrawu {
    to {
        opacity: 1; /* fade up to fully visible */
    }
}

.content-wrapper[b-i42xgjrawu] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content[b-i42xgjrawu] {
    position: relative;
    text-align: center;
    padding: 64px;
    border-radius: 5px;
    width: 66%;
    background-color: #FFFFFF;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    opacity: 0;
    animation: fadeInScale-b-i42xgjrawu 1s ease-out forwards;
}

.stage[b-i42xgjrawu] {
    /* start invisible, slightly down & scaled */
    opacity: 0;
    transform: translateY(10px) scale(0.9);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    pointer-events: none;
    /* collapse when hidden */
    height: 0;
    overflow: hidden;
}

    .stage.active[b-i42xgjrawu] {
        /* slide into place, full size, fully visible */
        opacity: 1;
        transform: translateY(0) scale(1);
        pointer-events: auto;
        /* restore height */
        height: auto;
    }

@keyframes fadeInScale-b-i42xgjrawu {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.loader[b-i42xgjrawu] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; /* space between dots */
    padding: 16px; /* optional extra breathing room */
}
    /* Each dot */
    .loader .dot[b-i42xgjrawu] {
        display: block;
        width: 12px;
        height: 12px;
        background-color: var(--rz-primary); /* or pick any color */
        border-radius: 50%;
        opacity: 0.6;
        transform: scale(0.8);
        animation: loader-bounce-b-i42xgjrawu 0.6s ease-in-out infinite;
    }
        /* Stagger the animation on each dot */
        .loader .dot:nth-child(2)[b-i42xgjrawu] {
            animation-delay: 0.2s;
        }

        .loader .dot:nth-child(3)[b-i42xgjrawu] {
            animation-delay: 0.4s;
        }
/* Bounce keyframes */
@keyframes loader-bounce-b-i42xgjrawu {
    0%, 80%, 100% {
        transform: scale(0.8);
        opacity: 0.6;
    }

    40% {
        transform: scale(1.3);
        opacity: 1;
    }
}
/* _content/AssemblySpot.UI/Components/Pages/Sales Order/Common/SalesOrderStateDisplay.razor.rz.scp.css */
.center-items[b-mikm9e8g4q] {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .center-items[b-mikm9e8g4q] {
        justify-content: start;
    }
}
