/* /Pages/Account/ForgotPassword.razor.rz.scp.css */
/* /Pages/Account/Login.razor.rz.scp.css */
.bod[login-scope] {
    background-color: aliceblue
}



#greetingText[login-scope] {
    display: flex;
    flex-direction: column;
    padding-top: 75px;
}

fullBackground
.white-container--dropshadow .card[login-scope] {
    position: relative;
}

.white-container--dropshadow .input-field[login-scope] {
    width: 100%;
    padding-top: 0px;
}

.exact-login-card[login-scope] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: perspective(1000px) rotateY(180deg);
    box-sizing: border-box;
    transition: transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    background: rgb(var(--navbarBackgroundColor));
    border-radius: 5px;
    width: 100%;
    padding: 10%;
    height: 100%;
    box-shadow: 5px 6px 20px rgba(46, 41, 35, .5);
}
/* Responsive styles for mobile devices */

.exact-mobile-login-card[login-scope] {
    flex-direction: column; /* Keep column layout for mobile */
    justify-content: flex-start; /* Align content to the top */
    align-items: center; /* Center-align items horizontally */
    padding: 5%; /* Reduce padding for smaller screens */
    height: auto; /* Allow height to adjust dynamically */
    position: relative; /* Change position to relative for better stacking */
    box-shadow: 5px 6px 20px rgba(46, 41, 35, .5);
    margin-top: 30%;
}

.loginGrid[login-scope] {
    margin-top: 10%;
}

.exact-login-card.flipped[login-scope] {
    transform: perspective(1000px) rotateY(0deg);
    animation: hideBackCard 1s;
}



.exact-login-card .button-main[login-scope] {
    margin-top: 30px;
}

.input-field span[login-scope] {
    z-index: 999;
    position: absolute;
    left: 1em;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-image: none;
}


.auxil-login-card.flipped[login-scope] {
    transform: perspective(1000px) rotateY(-180deg);
    animation: hideBackCard 1s;
}

#leftContainer[login-scope] {
    display: flex;
    flex-direction: column;
    width: 60%;
    justify-content: space-between;
}




#loginBackground[login-scope] {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    overflow: hidden;
}

.title-container[login-scope] {
    display: flex;
    gap: 1vw;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-top: 30px !important;
    font-size: 30px
}

#letterW[login-scope] {
    font-size: 150px;
}

.white-container--dropshadow .copyright[login-scope] {
    margin-top: 120px;
}

#fadedWelcome[login-scope] {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 200px;
    font-weight: 900;
    opacity: 0.05;
    transform: translateY(50px);
}



#leftBottomContainer[login-scope] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-bottom: 100px;
}

.register-container[login-scope] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    gap: 1.5vh;
}

.register-button[login-scope] {
    cursor: pointer;
    text-align: center;
    width: 150%;
    margin-bottom: 1.5vh;
}



.exact-location-dropdown[login-scope] {
    height: 40px;
}

.k-list-item.k-selected[login-scope] {
    color: rgb(var(--white));
    background-color: rgb(var(--trioColor3));
}

    .k-list-item.k-selected:hover[login-scope] {
        color: rgb(var(--white));
        background-color: rgb(var(--trioColor3));
    }

.k-button-md[login-scope] {
    font-size: 1em;
}

.valid.modified[login-scope] {
    outline: none !important;
}

    .valid.modified:not[login-scope] {
        outline: none !important;
    }

.inputtext[login-scope] {
    padding: 10px 3em 10px 3em !important;
}

    .inputtext:focus-visible[login-scope] {
        outline: 2px solid rgb(var(--trioColor3)) !important;
    }

.view-password-button[login-scope] {
    position: absolute;
    z-index: 999;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-image: none;
    background-color: #E5332C;
}

    .view-password-button:hover[login-scope] {
        background-color: #E5332C;
    }

.view-password-toggle[login-scope] {
    background-color: #E5332C;
}

    .view-password-toggle:hover[login-scope] {
        background-color: #E5332C;
    }

.wrong-login-input[login-scope] {
    border-color: #E5332C !important;
}


.card[login-scope] {
    background-color: transparent;
    width: 100%;
    padding: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none;
}

.mobile-card[login-scope] {
    padding: 20px; /* Reduce padding for smaller screens */
    width: 90%; /* Adjust width to fit within the screen */
    height: auto; /* Allow height to adjust dynamically */
    justify-content: flex-start; /* Align content to the top */
    align-items: stretch; /* Stretch items to fit the container */
    margin: 10px auto; /* Add margin for better spacing */
}

.col-md-6[login-scope] {
    flex: 0 0 auto;
    width: 100%;
}

.white-container--dropshadow[login-scope] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /* background-color: rgb(var(--cardBackground)); */
    border-radius: 5px;
    padding: 0px;
    gap: 60px;
    width: 40%;
    height: 90%;
    text-align: center;
}

.auxil-login-card[login-scope] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transform: perspective(1000px) rotateY(0deg);
    box-sizing: border-box;
    transition: transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    background: rgb(var(--navbarBackgroundColor));
    border-radius: 5px;
    width: 100%;
    padding: 10%;
    height: 100%;
    box-shadow: 5px 6px 20px rgba(46, 41, 35, .5);
}
/* /Pages/Account/Register.razor.rz.scp.css */
/* /Pages/Account/ResetPassword.razor.rz.scp.css */
.bod[b-g1yht59320] {
    background-color: aliceblue
}



#greetingText[b-g1yht59320] {
    display: flex;
    flex-direction: column;
    padding-top: 75px;
}

.white-container--dropshadow .card[b-g1yht59320] {
    position: relative;
}

.white-container--dropshadow .input-field[b-g1yht59320] {
    width: 100%;
    padding-top: 0px;
}

.exact-login-card[b-g1yht59320] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transition: transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    background: #FFFFFF;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    padding: 10%;
    background: rgb(var(--navbarBackgroundColor));
    box-shadow: 5px 6px 20px rgba(46, 41, 35, .5);
}


.input-field span[b-g1yht59320] {
    z-index: 999;
    position: absolute;
    left: 1em;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-image: none;
}


#leftContainer[b-g1yht59320] {
    display: flex;
    flex-direction: column;
    width: 60%;
    justify-content: space-between;
}



#loginBackground[b-g1yht59320] {
    /* position: absolute; */
    /* left: 0; */
    /* bottom: 0; */
    /* width: 100vw; */
    height: 90vh;
    z-index: 100;
    padding: 3% 1%;
    overflow: hidden;
}

.title-container[b-g1yht59320] {
    display: flex;
    gap: 1vw;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-top: 30px !important;
    font-size: 30px
}

#letterW[b-g1yht59320] {
    font-size: 150px;
}



#fadedWelcome[b-g1yht59320] {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 200px;
    font-weight: 900;
    opacity: 0.05;
    transform: translateY(50px);
}



#leftBottomContainer[b-g1yht59320] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-bottom: 100px;
}

.register-container[b-g1yht59320] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    gap: 1.5vh;
}

.register-button[b-g1yht59320] {
    cursor: pointer;
    text-align: center;
    width: 150%;
    margin-bottom: 1.5vh;
}



.exact-location-dropdown[b-g1yht59320] {
    height: 40px;
}

.k-list-item.k-selected[b-g1yht59320] {
    color: rgb(var(--white));
    background-color: rgb(var(--trioColor3));
}

    .k-list-item.k-selected:hover[b-g1yht59320] {
        color: rgb(var(--white));
        background-color: rgb(var(--trioColor3));
    }

.k-button-md[b-g1yht59320] {
    font-size: 1em;
}

.valid.modified[b-g1yht59320] {
    outline: none !important;
}

    .valid.modified:not[b-g1yht59320] {
        outline: none !important;
    }

.inputtext[b-g1yht59320] {
    padding: 10px 3em 10px 3em !important;
}

    .inputtext:focus-visible[b-g1yht59320] {
        outline: 2px solid rgb(var(--trioColor3)) !important;
    }

.view-password-button[b-g1yht59320] {
    position: absolute;
    z-index: 999;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-image: none;
    background-color: #E5332C;
}

    .view-password-button:hover[b-g1yht59320] {
        background-color: #E5332C;
    }

.view-password-toggle[b-g1yht59320] {
    background-color: #E5332C;
}

    .view-password-toggle:hover[b-g1yht59320] {
        background-color: #E5332C;
    }

.wrong-login-input[b-g1yht59320] {
    border-color: #E5332C !important;
}


.card[b-g1yht59320] {
    background-color: transparent;
    width: 100%;
    padding: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none;
}

.col-md-6[b-g1yht59320] {
    flex: 0 0 auto;
    width: 100%;
}

.white-container--dropshadow[b-g1yht59320] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /* background-color: rgb(var(--cardBackground)); */
    border-radius: 5px;
    padding: 0px;
    gap: 60px;
    width: 40%;
    height: 90%;
    text-align: center;
}

.auxil-login-card[b-g1yht59320] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: perspective(1000px) rotateY(0deg);
    box-sizing: border-box;
    transition: transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    background: rgb(var(--navbarBackgroundColor));
    border-radius: 5px;
    width: 100%;
    padding: 10%;
    height: 100%;
    box-shadow: 5px 6px 20px rgba(46, 41, 35, .5);
}
/* /Pages/Account/SetPassword.razor.rz.scp.css */
.bod[b-1q3sjv42b3] {
    background-color: aliceblue
}



#greetingText[b-1q3sjv42b3] {
    display: flex;
    flex-direction: column;
    padding-top: 75px;
}

.white-container--dropshadow .card[b-1q3sjv42b3] {
    position: relative;
}

.white-container--dropshadow .input-field[b-1q3sjv42b3] {
    width: 100%;
    padding-top: 0px;
}

.exact-login-card[b-1q3sjv42b3] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transition: transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    background: #FFFFFF;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    padding: 10%;
    box-shadow: 5px 6px 20px rgba(46, 41, 35, .5);
}


.input-field span[b-1q3sjv42b3] {
    z-index: 999;
    position: absolute;
    left: 1em;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-image: none;
}


#leftContainer[b-1q3sjv42b3] {
    display: flex;
    flex-direction: column;
    width: 60%;
    justify-content: space-between;
}



#loginBackground[b-1q3sjv42b3] {
    /* position: absolute; */
    /* left: 0; */
    /* bottom: 0; */
    /* width: 100vw; */
    height: 90vh;
    z-index: 100;
    padding: 3% 1%;
    overflow: hidden;
}

.title-container[b-1q3sjv42b3] {
    display: flex;
    gap: 1vw;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-top: 30px !important;
    font-size: 30px
}

#letterW[b-1q3sjv42b3] {
    font-size: 150px;
}



#fadedWelcome[b-1q3sjv42b3] {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 200px;
    font-weight: 900;
    opacity: 0.05;
    transform: translateY(50px);
}



#leftBottomContainer[b-1q3sjv42b3] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-bottom: 100px;
}

.register-container[b-1q3sjv42b3] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    gap: 1.5vh;
}

.register-button[b-1q3sjv42b3] {
    cursor: pointer;
    text-align: center;
    width: 150%;
    margin-bottom: 1.5vh;
}



.exact-location-dropdown[b-1q3sjv42b3] {
    height: 40px;
}

.k-list-item.k-selected[b-1q3sjv42b3] {
    color: rgb(var(--white));
    background-color: rgb(var(--trioColor3));
}

    .k-list-item.k-selected:hover[b-1q3sjv42b3] {
        color: rgb(var(--white));
        background-color: rgb(var(--trioColor3));
    }

.k-button-md[b-1q3sjv42b3] {
    font-size: 1em;
}

.valid.modified[b-1q3sjv42b3] {
    outline: none !important;
}

    .valid.modified:not[b-1q3sjv42b3] {
        outline: none !important;
    }

.inputtext[b-1q3sjv42b3] {
    padding: 10px 3em 10px 3em !important;
}

    .inputtext:focus-visible[b-1q3sjv42b3] {
        outline: 2px solid rgb(var(--trioColor3)) !important;
    }

.view-password-button[b-1q3sjv42b3] {
    position: absolute;
    z-index: 999;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-image: none;
    background-color: #E5332C;
}

    .view-password-button:hover[b-1q3sjv42b3] {
        background-color: #E5332C;
    }

.view-password-toggle[b-1q3sjv42b3] {
    background-color: #E5332C;
}

    .view-password-toggle:hover[b-1q3sjv42b3] {
        background-color: #E5332C;
    }

.wrong-login-input[b-1q3sjv42b3] {
    border-color: #E5332C !important;
}


.card[b-1q3sjv42b3] {
    background-color: transparent;
    width: 100%;
    padding: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none;
}

.col-md-6[b-1q3sjv42b3] {
    flex: 0 0 auto;
    width: 100%;
}

.white-container--dropshadow[b-1q3sjv42b3] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /* background-color: rgb(var(--cardBackground)); */
    border-radius: 5px;
    padding: 0px;
    gap: 60px;
    width: 40%;
    height: 90%;
    text-align: center;
}

.auxil-login-card[b-1q3sjv42b3] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: perspective(1000px) rotateY(0deg);
    box-sizing: border-box;
    transition: transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    background: rgb(var(--navbarBackgroundColor));
    border-radius: 5px;
    width: 100%;
    padding: 10%;
    height: 100%;
    box-shadow: 5px 6px 20px rgba(46, 41, 35, .5);
}
/* /Pages/Account/TwoFa.razor.rz.scp.css */
.bod[b-6dlqg6l1vn] {
    background-color: aliceblue
}



#greetingText[b-6dlqg6l1vn] {
    display: flex;
    flex-direction: column;
    padding-top: 75px;
}

.white-container--dropshadow .card[b-6dlqg6l1vn] {
    position: relative;
}

.white-container--dropshadow .input-field[b-6dlqg6l1vn] {
    width: 100%;
    padding-top: 0px;
}

.exact-login-card[b-6dlqg6l1vn] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transition: transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    background: #FFFFFF;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    padding: 10%;
    box-shadow: 5px 6px 20px rgba(46, 41, 35, .5);
}


.input-field span[b-6dlqg6l1vn] {
    z-index: 999;
    position: absolute;
    left: 1em;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-image: none;
}


#leftContainer[b-6dlqg6l1vn] {
    display: flex;
    flex-direction: column;
    width: 60%;
    justify-content: space-between;
}



#loginBackground[b-6dlqg6l1vn] {
    /* position: absolute; */
    /* left: 0; */
    /* bottom: 0; */
    /* width: 100vw; */
    height: 90vh;
    z-index: 100;
    padding: 3% 1%;
    overflow: hidden;
}

.title-container[b-6dlqg6l1vn] {
    display: flex;
    gap: 1vw;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-top: 30px !important;
    font-size: 30px
}

#letterW[b-6dlqg6l1vn] {
    font-size: 150px;
}



#fadedWelcome[b-6dlqg6l1vn] {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 200px;
    font-weight: 900;
    opacity: 0.05;
    transform: translateY(50px);
}



#leftBottomContainer[b-6dlqg6l1vn] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-bottom: 100px;
}

.register-container[b-6dlqg6l1vn] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    gap: 1.5vh;
}

.register-button[b-6dlqg6l1vn] {
    cursor: pointer;
    text-align: center;
    width: 150%;
    margin-bottom: 1.5vh;
}



.exact-location-dropdown[b-6dlqg6l1vn] {
    height: 40px;
}

.k-list-item.k-selected[b-6dlqg6l1vn] {
    color: rgb(var(--white));
    background-color: rgb(var(--trioColor3));
}

    .k-list-item.k-selected:hover[b-6dlqg6l1vn] {
        color: rgb(var(--white));
        background-color: rgb(var(--trioColor3));
    }

.k-button-md[b-6dlqg6l1vn] {
    font-size: 1em;
}

.valid.modified[b-6dlqg6l1vn] {
    outline: none !important;
}

    .valid.modified:not[b-6dlqg6l1vn] {
        outline: none !important;
    }

.inputtext[b-6dlqg6l1vn] {
    padding: 10px 3em 10px 3em !important;
}

    .inputtext:focus-visible[b-6dlqg6l1vn] {
        outline: 2px solid rgb(var(--trioColor3)) !important;
    }

.view-password-button[b-6dlqg6l1vn] {
    position: absolute;
    z-index: 999;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-image: none;
    background-color: #E5332C;
}

    .view-password-button:hover[b-6dlqg6l1vn] {
        background-color: #E5332C;
    }

.view-password-toggle[b-6dlqg6l1vn] {
    background-color: #E5332C;
}

    .view-password-toggle:hover[b-6dlqg6l1vn] {
        background-color: #E5332C;
    }

.wrong-login-input[b-6dlqg6l1vn] {
    border-color: #E5332C !important;
}


.card[b-6dlqg6l1vn] {
    background-color: transparent;
    width: 100%;
    padding: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none;
}

.col-md-6[b-6dlqg6l1vn] {
    flex: 0 0 auto;
    width: 100%;
}

.white-container--dropshadow[b-6dlqg6l1vn] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /* background-color: rgb(var(--cardBackground)); */
    border-radius: 5px;
    padding: 0px;
    gap: 60px;
    width: 40%;
    height: 90%;
    text-align: center;
}

.auxil-login-card[b-6dlqg6l1vn] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: perspective(1000px) rotateY(0deg);
    box-sizing: border-box;
    transition: transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    background: rgb(var(--navbarBackgroundColor));
    border-radius: 5px;
    width: 100%;
    padding: 10%;
    height: 100%;
    box-shadow: 5px 6px 20px rgba(46, 41, 35, .5);
}
/* /Pages/Components/AuxilTriColorShape.razor.rz.scp.css */
body[b-hfhfq6z870] {
}

.auxil-tricolor-shape-auxil[b-hfhfq6z870] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 0.415vw;
    margin: 1%;
}

#AuxilTricolorShapeGreenAuxil[b-hfhfq6z870] {
    background-color: #79B636;
}


.auxil-tricolor-shape-auxil--green[b-hfhfq6z870] {
    overflow: visible;
    width: 100%;
    height: 100%;
}

#AuxilTricolorShapeOrangeAuxil[b-hfhfq6z870] {
    background-color: #FF7800;
}

.auxil-tricolor-shape-auxil--orange[b-hfhfq6z870] {
    overflow: visible;
    width: 100%;
    height: 100%;
}

#AuxilTricolorShapeBlueAuxil[b-hfhfq6z870] {
    background-color: #1C93C4;
}

.auxil-tricolor-shape-auxil--blue[b-hfhfq6z870] {
    overflow: visible;
    width: 100%;
    height: 100%;
}
/* /Pages/Components/DisplaySpinner.razor.rz.scp.css */
h3[b-w8frur3tq7] {
    color: #2E2923;
}

.lds-spinner[b-w8frur3tq7] {
    display: inline-block;
    position: relative;
    width: 65px;
    height: 50px;
}

    .lds-spinner div[b-w8frur3tq7] {
        transform-origin: 40px 20px;
        animation: lds-spinner-b-w8frur3tq7 1.2s linear infinite;
    }

        .lds-spinner div[b-w8frur3tq7]:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 37px;
            width: 6px;
            height: 18px;
            border-radius: 20%;
            background: #2E2923;
        }

        .lds-spinner div:nth-child(1)[b-w8frur3tq7] {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2)[b-w8frur3tq7] {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3)[b-w8frur3tq7] {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4)[b-w8frur3tq7] {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5)[b-w8frur3tq7] {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6)[b-w8frur3tq7] {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7)[b-w8frur3tq7] {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8)[b-w8frur3tq7] {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9)[b-w8frur3tq7] {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10)[b-w8frur3tq7] {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11)[b-w8frur3tq7] {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12)[b-w8frur3tq7] {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes lds-spinner-b-w8frur3tq7 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.ProductLoaderContainer[b-w8frur3tq7] {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
/* /Pages/Components/Loader.razor.rz.scp.css */
*[b-c3oobc64wc] {
    --auxilRed: #E5332C;
    --green: #79B636;
    --orange: #FF7800;
    --blue: #1C93C4;
    --black: #2E2923;
    --platinum: #E6E6E6;
    --culturedwhite: #F9F9F9;
    --whitesmoke: #F4F4F4;
    --white: #FFFFFF;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    overflow: hidden;
}

.center-body[b-c3oobc64wc] {
    background-color: rgb(var(--accentColorMedium));
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    /*animation: breath 1s ease infinite;*/
    z-index: 9999;
}

.loader-bar[b-c3oobc64wc] {
    position: relative;
    width: 70px;
    height: 8px;
}

#greenBar[b-c3oobc64wc] {
    position: absolute;
    background-color: rgb(var(--trioColor1));
    animation: greenspin-b-c3oobc64wc 1s ease infinite;
    border-radius: 1px;
}

#orangeBar[b-c3oobc64wc] {
    position: absolute;
    background-color: rgb(var(--trioColor2));
    animation: orangespin-b-c3oobc64wc 1s ease infinite;
    border-radius: 1px;
}

#blueBar[b-c3oobc64wc] {
    position: absolute;
    background-color: rgb(var(--trioColor3));
    animation: bluespin-b-c3oobc64wc 1s ease infinite;
    border-radius: 1px;
}

@keyframes greenspin-b-c3oobc64wc {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(180deg);
    }
}
@keyframes orangespin-b-c3oobc64wc {
    0% {
        transform: rotate(-60deg);
    }

    100% {
        transform: rotate(120deg);
    }
}
@keyframes bluespin-b-c3oobc64wc {
    0% {
        transform: rotate(-120deg);
    }

    100% {
        transform: rotate(60deg);
    }
}
@keyframes breath-b-c3oobc64wc {
    0% {
        transform: scale(1);
    }
    50% {
       transform: scale(.5);
    }
    100% {
        transform: scale(1);
    }
}

/*
.Loading-circle {
    width: 70px;
    height: 70px;
    position: relative;
    border: 8px solid transparent;
    border-radius: 50%;
    animation: spinner-3--border-opacity 0.7s linear infinite;
    animation-delay: 0.24s;
}

    .Loading-circle:before,
    .Loading-circle:after {
        content: '';
        display: block;
        position: absolute;
        border: 8px solid transparent;
        border-radius: 50%;
        box-sizing: border-box;
        animation: spinner-3--border-opacity 0.7s linear infinite;
    }

    .Loading-circle:before {
        top: 12px;
        left: 12px;
        right: 12px;
        bottom: 12px;
    }

    .Loading-circle:after {
        top: 2px;
        left: 2px;
        right: 2px;
        bottom: 2px;
        animation-delay: 0.12s;
    }

@keyframes spinner-3--border-opacity {
    from {
        border-color: var(--auxilRed);
    }

    to {
        border-color: rgba(0, 150, 136, 0);
    }
}
*/
/* /Pages/Components/LoaderSpinnerOnly.razor.rz.scp.css */
*[b-lyzgbblrvb] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    overflow: hidden;
}

.center-body[b-lyzgbblrvb] {
    background-color: rgb(var(--accentColorMedium));
    display: flex;
    justify-content: center;
    align-items: center;
    /*animation: breath 1s ease infinite;*/
    z-index: 9999;
}

.loader-bar[b-lyzgbblrvb] {
    position: relative;
    width: 70px;
    height: 8px;
}

#greenBar[b-lyzgbblrvb] {
    position: absolute;
    background-color: rgb(var(--trioColor1));
    animation: greenspin-b-lyzgbblrvb 1s ease infinite;
    border-radius: 1px;
}

#orangeBar[b-lyzgbblrvb] {
    position: absolute;
    background-color: rgb(var(--trioColor2));
    animation: orangespin-b-lyzgbblrvb 1s ease infinite;
    border-radius: 1px;
}

#blueBar[b-lyzgbblrvb] {
    position: absolute;
    background-color: rgb(var(--trioColor3));
    animation: bluespin-b-lyzgbblrvb 1s ease infinite;
    border-radius: 1px;
}

@keyframes greenspin-b-lyzgbblrvb {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(180deg);
    }
}
@keyframes orangespin-b-lyzgbblrvb {
    0% {
        transform: rotate(-60deg);
    }

    100% {
        transform: rotate(120deg);
    }
}
@keyframes bluespin-b-lyzgbblrvb {
    0% {
        transform: rotate(-120deg);
    }

    100% {
        transform: rotate(60deg);
    }
}
@keyframes breath-b-lyzgbblrvb {
    0% {
        transform: scale(1);
    }
    50% {
       transform: scale(.5);
    }
    100% {
        transform: scale(1);
    }
}

/*
.Loading-circle {
    width: 70px;
    height: 70px;
    position: relative;
    border: 8px solid transparent;
    border-radius: 50%;
    animation: spinner-3--border-opacity 0.7s linear infinite;
    animation-delay: 0.24s;
}

    .Loading-circle:before,
    .Loading-circle:after {
        content: '';
        display: block;
        position: absolute;
        border: 8px solid transparent;
        border-radius: 50%;
        box-sizing: border-box;
        animation: spinner-3--border-opacity 0.7s linear infinite;
    }

    .Loading-circle:before {
        top: 12px;
        left: 12px;
        right: 12px;
        bottom: 12px;
    }

    .Loading-circle:after {
        top: 2px;
        left: 2px;
        right: 2px;
        bottom: 2px;
        animation-delay: 0.12s;
    }

@keyframes spinner-3--border-opacity {
    from {
        border-color: var(--auxilRed);
    }

    to {
        border-color: rgba(0, 150, 136, 0);
    }
}
*/
/* /Pages/Components/Manufacturing/ElapsedTimer.razor.rz.scp.css */
.elapsed-over-estimate[b-54rv4vmkp2] {
    color: #a34646;
    font-weight: bold;
}
/* /Pages/Components/Manufacturing/ManufacturingOverviewTab.razor.rz.scp.css */
.mfg-overview-tab[b-co5kuq2nt7] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.625rem;
    font-size: 0.875rem;
    font-family: var(--bodyFont);
}

/* Top section: [Image] [Labels col] [Values col] */
.mfg-overview-top[b-co5kuq2nt7] {
    display: grid;
    grid-template-columns: auto auto 1fr;
    gap: 0.375rem 1rem;
}

.mfg-overview-image-area[b-co5kuq2nt7] {
    grid-row: 1;
    grid-column: 1;
    align-self: center;
}

.mfg-overview-top-labels[b-co5kuq2nt7] {
    grid-column: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.375rem;
}

.mfg-overview-top-values[b-co5kuq2nt7] {
    grid-column: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.375rem;
}

/* Bottom section: two-column label | value grid */
.mfg-overview-bottom[b-co5kuq2nt7] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.375rem 1rem;
    align-items: baseline;
}

.mfg-overview-overdue[b-co5kuq2nt7] {
    color: #a34646;
}

.mfg-overview-image-container[b-co5kuq2nt7] {
    width: 160px;
    height: 160px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mfg-overview-thumbnail[b-co5kuq2nt7] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
/* /Pages/Components/Manufacturing/MaterialIssuePopup.razor.rz.scp.css */
/* Make the window content area fill available height */
[b-q90swg09n8] .mip-window .k-window-content {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0;
}

.mip-layout[b-q90swg09n8] {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    padding: 0.375rem;
    height: 100%;
    min-height: 0;
    position: relative;
}

.mip-scroll-area[b-q90swg09n8] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
}

.mip-footer[b-q90swg09n8] {
    display: flex;
    gap: 0.625rem;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 0.5rem;
    flex-shrink: 0;
}

/* Themed loader overlay */
.mip-loader-overlay[b-q90swg09n8] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.7);
    z-index: 10;
}
/* /Pages/Components/Manufacturing/ShoporderRoutingStepList.razor.rz.scp.css */
.srsl-container[b-vx0sm1175r] {
    display: grid;
    grid-template-columns: max-content;
    gap: 0;
}

/* Collapse borders between adjacent cards (same pattern as WorkcenterActivityList) */
.srsl-container > :not(:first-child)[b-vx0sm1175r] {
    margin-top: -1px;
}
/* /Pages/Components/Manufacturing/WorkcenterActivityList.razor.rz.scp.css */
/* Single-column grid: cards fill the available width from the parent.
   No horizontal scrollbar — content truncates with ellipsis per card. */
.wcal-container[b-7bucrpvz3x] {
    display: grid;
    grid-template-columns: 1fr;
}

/* Collapse the shared border between adjacent cards */
[b-7bucrpvz3x] .wcai-card + .wcai-card {
    border-top: none;
}
/* /Pages/Components/Manufacturing/WorkcenterPlanningCard.razor.rz.scp.css */
/* ── Shared card shell ── */
.wpc-card[b-gui76qvyvp] {
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.15);
    align-self: stretch;
    background: white;
    overflow: hidden;
}

/* Indicator strip (left edge of all variants) */
.wpc-indicator[b-gui76qvyvp] {
    width: 0.625rem;
    align-self: stretch;
    background-color: white;
    flex-shrink: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.wpc-indicator--started[b-gui76qvyvp] {
    background-color: #4caf50;
}

.wpc-indicator--blocked[b-gui76qvyvp] {
    background-color: #a34646;
}

.wpc-indicator--active[b-gui76qvyvp] {
    background-color: #3857a7;
}

.wpc-indicator--done[b-gui76qvyvp] {
    background-color: #9e9e9e;
}

/* ── Light mode (chain control, compact) ── */
.wpc-card-content[b-gui76qvyvp] {
    display: flex;
    flex-direction: column;
    gap: 0.3125rem;
    padding: 0.625rem;
    font-size: 0.75rem;
    font-family: var(--bodyFont);
    overflow: hidden;
    position: relative;
}

.wpc-card-content > span[b-gui76qvyvp] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ── Detail mode (activity lists — rich card) ── */
.wpc-detail-data[b-gui76qvyvp] {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    padding: 0.625rem;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    position: relative;
}

/* Status icon badge — top-right corner */
.wpc-status-badge[b-gui76qvyvp] {
    position: absolute;
    top: 0.375rem;
    right: 0.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
}

/* Header: each field on its own line */
.wpc-header-bar[b-gui76qvyvp] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding-right: 3.5rem; /* keep text away from status badge */
    font-size: 0.75rem;
    font-family: var(--bodyFont);
}

.wpc-ellipsis-row[b-gui76qvyvp] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* State bar: date and produced stacked */
.wpc-state-bar[b-gui76qvyvp] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.75rem;
    font-family: var(--bodyFont);
}

/* Stacked label + bold value */
.wpc-info-frame[b-gui76qvyvp] {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
}

/* Overissue row */
.wpc-overissue-row[b-gui76qvyvp] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: #a34646;
    white-space: nowrap;
}

/* Elapsed time row */
.wpc-elapsed-row[b-gui76qvyvp] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.75rem;
    font-family: var(--bodyFont);
}

/* Overdue date colouring */
.wpc-date--overdue[b-gui76qvyvp] {
    color: #a34646;
}

/* ── Shared ── */

/* Activity name — allow word-wrap instead of ellipsis */
.wpc-activity-row[b-gui76qvyvp] {
    white-space: normal !important;
    word-wrap: break-word;
    text-overflow: clip !important;
}

/* Part indicator (e.g. "1 of 3") — absolute bottom-right */
.wpc-part-row--bottom[b-gui76qvyvp] {
    position: absolute;
    bottom: 0.375rem;
    right: 0.375rem;
    font-style: italic;
    opacity: 0.75;
    font-size: 0.75rem;
    font-family: var(--bodyFont);
}

/* ── StartNode / EndNode ── */
.wpc-card--node .wpc-node-icon[b-gui76qvyvp] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem;
    flex: 1;
}
/* /Pages/Components/Manufacturing/WorkcenterPlanningChain.razor.rz.scp.css */
.wpc-container[b-tmvblyf1tv] {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    padding: 0.625rem;
    background: white;
    overflow-x: auto;
}

/* All cards in the chain grow equally to fill the available width */
.wpc-container[b-tmvblyf1tv]  .wpc-card {
    flex: 1 1 0;
    min-width: 0;
}

.wpc-arrow[b-tmvblyf1tv] {
    display: flex;
    align-items: center;
    width: 3.375rem;
    text-align: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}
/* /Pages/Components/Manufacturing/WorkcenterStopPopup.razor.rz.scp.css */
/* Make the window content area fill available height */
[b-77to4hqq05] .stop-window .k-window-content {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0;
}

.stop-layout[b-77to4hqq05] {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    padding: 0.375rem;
    height: 100%;
    min-height: 0;
    position: relative;
}

.stop-scroll-area[b-77to4hqq05] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
}

.stop-footer[b-77to4hqq05] {
    display: flex;
    gap: 0.625rem;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 0.5rem;
    flex-shrink: 0;
}

/* Themed loader overlay */
.stop-loader-overlay[b-77to4hqq05] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.7);
    z-index: 10;
}
/* /Pages/Components/Manufacturing/WorkcenterTaskControl.razor.rz.scp.css */
.wc-task-control[b-qohr5w8zpl] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
/* /Pages/Components/PortalSetupCompleteAnimation.razor.rz.scp.css */
*[b-kwm0dbz54k] {
    --auxilRed: #E5332C;
    --green: #79B636;
    --orange: #FF7800;
    --blue: #1C93C4;
    --black: #2E2923;
    --platinum: #E6E6E6;
    --culturedwhite: #F9F9F9;
    --whitesmoke: #F4F4F4;
    --white: #FFFFFF;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    overflow: hidden;
}

.center-body-container[b-kwm0dbz54k] {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40vw;
    height: 80%;
    z-index: 99999;
    gap: 5%;
    opacity: 0;
    animation: appear-b-kwm0dbz54k 1s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    color: rgb(var(--primaryFontColor));
}

.title[b-kwm0dbz54k] {
    font-size: 35px;
    font-weight: 700;
}

.regular-text[b-kwm0dbz54k] {
    text-align: center;
    width: 55%;
}

.regular-link[b-kwm0dbz54k] {
    color: rgb(var(--trioColor3));
    cursor: pointer;
}

.center-body[b-kwm0dbz54k] {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50vw;
    height: 80%;
    transform: translateY(-100px);
    z-index: 9999;
    animation: move-down-b-kwm0dbz54k 1s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}

.loader-bar[b-kwm0dbz54k] {
    position: relative;
    width: 70px;
    height: 8px;
}

#greenBar[b-kwm0dbz54k] {
    position: absolute;
    width: 500px;
    height: 10px;
    background-color: rgb(var(--trioColor1));
    animation: slide-in-left-b-kwm0dbz54k 2s, move-to-line-left-b-kwm0dbz54k 1s;
    animation-fill-mode: forwards;
    animation-delay: 0s, 2s;
}

#orangeBar[b-kwm0dbz54k] {
    position: absolute;
    width: 10px;
    height: 500px;
    background-color: rgb(var(--trioColor2));
    animation: slide-in-bottom-b-kwm0dbz54k 2s, move-to-line-center-b-kwm0dbz54k 1s;
    animation-fill-mode: forwards;
    animation-delay: 0s, 2s;
}

#blueBar[b-kwm0dbz54k] {
    position: absolute;
    width: 500px;
    height: 10px;
    background-color: rgb(var(--trioColor3));
    animation: slide-in-right-b-kwm0dbz54k 2s, move-to-line-right-b-kwm0dbz54k 1s;
    animation-fill-mode: forwards;
    animation-delay: 0s, 2s;
}

@keyframes slide-in-left-b-kwm0dbz54k {
    0% {
        width: 0;
        transform: rotate(210deg) translate(50%, 0);
    }

    50% {
        width: 250px;
        transform: rotate(210deg);
    }

    100% {
        width: 200px;
        transform: rotate(-210deg);
    }
}

@keyframes slide-in-right-b-kwm0dbz54k {
    0% {
        width: 0;
        transform: rotate(330deg) translate(50%, 0);
    }

    50% {
        width: 250px;
        transform: rotate(330deg);
    }

    100% {
        width: 200px;
        transform: rotate(570deg);
    }
}

@keyframes slide-in-bottom-b-kwm0dbz54k {
    0% {
        height: 0;
        transform: translate(0, 50%);
    }

    50% {
        height: 250px;
        transform: rotate(0);
    }

    100% {
        height: 200px;
        transform: rotate(-360deg);
    }
}

@keyframes move-to-line-left-b-kwm0dbz54k {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: translate(-200px);
        width: 200px;
    }
}

@keyframes move-to-line-center-b-kwm0dbz54k {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(90deg);
        height: 200px;
    }
}

@keyframes move-to-line-right-b-kwm0dbz54k {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: translateX(200px);
        width: 200px;
    }
}

@keyframes move-down-b-kwm0dbz54k {
    0% {
        transform: translateY(-100px);
    }

    100% {
        transform: translateY(100px);
    }
}

@keyframes appear-b-kwm0dbz54k {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* /Pages/Components/PortalSetupCompleteAnimationFail.razor.rz.scp.css */
*[b-bh9keyf26g] {
    --auxilRed: #E5332C;
    --green: #79B636;
    --orange: #FF7800;
    --blue: #1C93C4;
    --black: #2E2923;
    --platinum: #E6E6E6;
    --culturedwhite: #F9F9F9;
    --whitesmoke: #F4F4F4;
    --white: #FFFFFF;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    overflow: hidden;
}

.center-body-container[b-bh9keyf26g] {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40vw;
    height: 80%;
    z-index: 99999;
    gap: 5%;
    opacity: 0;
    animation: appear-b-bh9keyf26g 1s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    color: rgb(var(--primaryFontColor));
}

.title[b-bh9keyf26g] {
    font-size: 35px;
    font-weight: 700;
}

.regular-text[b-bh9keyf26g] {
    text-align: center;
    width: 55%;
}

.regular-link[b-bh9keyf26g] {
    color: rgb(var(--trioColor3));
    cursor: pointer;
}

.center-body[b-bh9keyf26g] {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50vw;
    height: 80%;
    transform: translateY(-100px);
    z-index: 9999;
    animation: move-down-b-bh9keyf26g 1s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}

.loader-bar[b-bh9keyf26g] {
    position: relative;
    width: 70px;
    height: 8px;
}

#greenBar[b-bh9keyf26g] {
    position: absolute;
    width: 500px;
    height: 10px;
    background-color: rgb(var(--trioColor1));
    animation: slide-in-left-b-bh9keyf26g 2s, move-to-line-left-b-bh9keyf26g 1s;
    animation-fill-mode: forwards;
    animation-delay: 0s, 2s;
}

#orangeBar[b-bh9keyf26g] {
    position: absolute;
    width: 10px;
    height: 500px;
    background-color: rgb(var(--trioColor2));
    animation: slide-in-bottom-b-bh9keyf26g 2s, move-to-line-center-b-bh9keyf26g 1s;
    animation-fill-mode: forwards;
    animation-delay: 0s, 2s;
}

#blueBar[b-bh9keyf26g] {
    position: absolute;
    width: 500px;
    height: 10px;
    background-color: rgb(var(--trioColor3));
    animation: slide-in-right-b-bh9keyf26g 2s, move-to-line-right-b-bh9keyf26g 1s;
    animation-fill-mode: forwards;
    animation-delay: 0s, 2s;
}

@keyframes slide-in-left-b-bh9keyf26g {
    0% {
        width: 0;
        transform: rotate(210deg) translate(50%, 0);
    }

    50% {
        width: 250px;
        transform: rotate(210deg);
    }

    100% {
        width: 200px;
        transform: rotate(-210deg);
    }
}

@keyframes slide-in-right-b-bh9keyf26g {
    0% {
        width: 0;
        transform: rotate(330deg) translate(50%, 0);
    }

    50% {
        width: 250px;
        transform: rotate(330deg);
    }

    100% {
        width: 200px;
        transform: rotate(570deg);
    }
}

@keyframes slide-in-bottom-b-bh9keyf26g {
    0% {
        height: 0;
        transform: translate(0, 50%);
    }

    50% {
        height: 250px;
        transform: rotate(0);
    }

    100% {
        height: 200px;
        transform: rotate(-360deg);
    }
}

@keyframes move-to-line-left-b-bh9keyf26g {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: translate(-200px);
        width: 200px;
    }
}

@keyframes move-to-line-center-b-bh9keyf26g {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(90deg);
        height: 200px;
    }
}

@keyframes move-to-line-right-b-bh9keyf26g {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: translateX(200px);
        width: 200px;
    }
}

@keyframes move-down-b-bh9keyf26g {
    0% {
        transform: translateY(-100px);
    }

    100% {
        transform: translateY(100px);
    }
}

@keyframes appear-b-bh9keyf26g {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* /Pages/Components/TricolorShape.razor.rz.scp.css */
body[b-lk37urzrsr] {
}

.auxil-tricolor-shape[b-lk37urzrsr] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0.415vw;
}

#AuxilTricolorShapeGreen[b-lk37urzrsr] {
    background-color: rgb(var(--trioColor1));
}

.auxil-tricolor-shape--green[b-lk37urzrsr] {
    overflow: visible;
    width: 100%;
    height: 100%;
}

#AuxilTricolorShapeOrange[b-lk37urzrsr] {
    background-color: rgb(var(--trioColor2));
}

.auxil-tricolor-shape--orange[b-lk37urzrsr] {
    overflow: visible;
    width: 100%;
    height: 100%;
}

#AuxilTricolorShapeBlue[b-lk37urzrsr] {
    background-color: rgb(var(--trioColor3));
}

.auxil-tricolor-shape--blue[b-lk37urzrsr] {
    overflow: visible;
    width: 100%;
    height: 100%;
}
/* /Pages/Components/WhiteDisplaySpinner.razor.rz.scp.css */
h6[b-qqlbdd2hi1] {
    color: white;
}


.lds-spinner[b-qqlbdd2hi1] {
    display: inline-block;
    position: relative;
    width: 65px;
    height: 50px;
}

    .lds-spinner div[b-qqlbdd2hi1] {
        transform-origin: 40px 20px;
        animation: lds-spinner-b-qqlbdd2hi1 1.2s linear infinite;
    }

        .lds-spinner div[b-qqlbdd2hi1]:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 37px;
            width: 6px;
            height: 18px;
            border-radius: 20%;
            background: white;
        }

        .lds-spinner div:nth-child(1)[b-qqlbdd2hi1] {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2)[b-qqlbdd2hi1] {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3)[b-qqlbdd2hi1] {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4)[b-qqlbdd2hi1] {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5)[b-qqlbdd2hi1] {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6)[b-qqlbdd2hi1] {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7)[b-qqlbdd2hi1] {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8)[b-qqlbdd2hi1] {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9)[b-qqlbdd2hi1] {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10)[b-qqlbdd2hi1] {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11)[b-qqlbdd2hi1] {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12)[b-qqlbdd2hi1] {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes lds-spinner-b-qqlbdd2hi1 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.ProductLoaderContainer[b-qqlbdd2hi1] {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
/* /Pages/Manufacturing/PlanningOverviewPage.razor.rz.scp.css */
/* Themed loader overlay */
.po-loader-overlay[b-uw83mg6m9n] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.7);
    z-index: 10;
}

.planner-columns[b-uw83mg6m9n] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-start;
}

.planner-column[b-uw83mg6m9n] {
    min-width: 320px;
    flex: 1;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(var(--GridColor), 0.3);
    border-radius: 4px;
    overflow: hidden;
}

.planner-column-header[b-uw83mg6m9n] {
    padding: 8px 12px;
    background-color: rgba(var(--PortalsFilterContainerColor), 0.15);
    border-bottom: 1px solid rgba(var(--GridColor), 0.3);
}

.planner-column-body[b-uw83mg6m9n] {
    flex: 1;
    overflow-y: auto;
    max-height: 75vh;
}
/* /Pages/Manufacturing/ShoporderStatusPage.razor.rz.scp.css */
/* Themed loader overlay */
.so-loader-overlay[b-9svodk255n] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.7);
    z-index: 10;
}

.sos-grid[b-9svodk255n] {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 0.75rem;
    margin-top: 0.75rem;
    align-items: start;
}

.sos-card-panel[b-9svodk255n] {
    overflow-y: auto;
    max-height: 80vh;
}

.sos-detail-panel[b-9svodk255n] {
    min-width: 0;
}

.sos-chain-area[b-9svodk255n] {
    overflow: auto;
    margin-bottom: 0.75rem;
}

.sos-tab-outer[b-9svodk255n] {
    position: relative;
    min-width: 0;
}

[b-9svodk255n] .sos-tabstrip .k-content {
    min-height: 18.75rem;
}

[b-9svodk255n] .sos-tabstrip.k-tabstrip-bottom .k-tabstrip-items-wrapper {
    display: flex;
    justify-content: flex-end;
}

[b-9svodk255n] .sos-tabstrip.k-tabstrip-bottom .k-tabstrip-items {
    flex: 0 0 auto;
}

[b-9svodk255n] .sos-tabstrip.k-tabstrip-bottom .k-tabstrip-items .k-item {
    max-width: 9.375rem;
    overflow: hidden;
}

[b-9svodk255n] .sos-tabstrip.k-tabstrip-bottom .k-tabstrip-items .k-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
/* /Pages/Manufacturing/WorkcenterPage.razor.rz.scp.css */
/* ── Top bar: workcenter name/dropdown (left), date+apply (right) ── */
.wc-top-bar[b-ha2uug36z4] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
    padding-left: 0.625rem;
}

.wc-info-heading-wc[b-ha2uug36z4] {
    font-size: 1.125rem;
    font-weight: bold;
    font-family: var(--TitleFont);
    color: rgb(var(--primaryFontColor));
}

/* ── Two-column grid: activity list | right column ── */
.wc-outer-grid[b-ha2uug36z4] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.5rem;
    margin-top: 0.75rem;
    align-items: start;
    min-width: 42rem;
}

/* LEFT COLUMN — activity list (collapsible) */
.wc-activity-column[b-ha2uug36z4] {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 2rem);
    width: 22rem;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.wc-activity-column--collapsed[b-ha2uug36z4] {
    width: 3rem;
}

.wc-activity-column-header[b-ha2uug36z4] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    margin-bottom: 0.375rem;
    padding-left: 0.625rem;
}

/* Scrollable activity list */
.wc-activity-panel[b-ha2uug36z4] {
    overflow-y: auto;
    flex: 1;
    min-height: 0;
}

/* RIGHT COLUMN — stacked: shop order info, chain, tabs */
.wc-right-column[b-ha2uug36z4] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-width: 0;
}

/* Shop order info — compact, no labels */
.wc-shoporder-info[b-ha2uug36z4] {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.5rem 1rem;
    padding: 0.375rem 0;
    font-size: 1.125rem;
    font-weight: bold;
    font-family: var(--bodyFont);
}

.wc-shoporder-info-number[b-ha2uug36z4] {
    font-weight: bold;
    font-size: 1.125rem;
}

.wc-shoporder-info-desc[b-ha2uug36z4] {
    flex: 1 1 12rem;
    min-width: 12rem;
}

/* Chain area — no longer spans full width, lives in right column */
.wc-chain-area[b-ha2uug36z4] {
    min-width: 0;
}

/* Tab strip + task control */
.wc-tab-outer[b-ha2uug36z4] {
    min-width: 0;
}

/* Give the tab content area a minimum height */
[b-ha2uug36z4] .wc-tabstrip .k-content {
    min-height: 18.75rem;
}

/* Right-align tab buttons, allow wrapping when tight */
[b-ha2uug36z4] .wc-tabstrip.k-tabstrip-top .k-tabstrip-items-wrapper {
    display: flex;
    justify-content: flex-end;
}

[b-ha2uug36z4] .wc-tabstrip.k-tabstrip-top .k-tabstrip-items {
    flex: 0 1 auto;
    flex-wrap: wrap;
}

/* Clamp each tab button width and truncate overflow text */
[b-ha2uug36z4] .wc-tabstrip.k-tabstrip-top .k-tabstrip-items .k-item {
    max-width: 9.375rem;
    overflow: hidden;
}

[b-ha2uug36z4] .wc-tabstrip.k-tabstrip-top .k-tabstrip-items .k-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

/* Themed loader overlay */
.wc-loader-overlay[b-ha2uug36z4] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.7);
    z-index: 10;
}

/* Image lightbox popup */
.wc-image-popup-content[b-ha2uug36z4] {
    display: grid;
    place-items: center;
    height: 100%;
    width: 100%;
}

.wc-image-popup-img[b-ha2uug36z4] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Collapse/expand toggle button */
.wc-collapse-btn[b-ha2uug36z4] {
    min-width: 2.5rem;
    min-height: 2.5rem;
}

/* Task control — above the tabstrip */
.wc-task-control-wrapper[b-ha2uug36z4] {
    display: flex;
    align-items: center;
    padding: 0.25rem 0;
}
/* /Shared/BlankLayout.razor.rz.scp.css */
*[b-giocmvq90e] {
    --auxilRed: #E5332C;
    --green: #79B636;
    --orange: #FF7800;
    --blue: #1C93C4;
    --black: #2E2923;
    --platinum: #E6E6E6;
    --culturedwhite: #F9F9F9;
    --whitesmoke: #F4F4F4;
    --white: #FFFFFF;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    overflow: visible;/*sticky not worky when anything other than visible, from sticky up to scrollable element*/
}

.page[b-giocmvq90e] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-giocmvq90e] {
    flex: 1;
}
px-4[b-giocmvq90e] {
    padding: 0px;
    margin: 0px
}
.sidebar[b-giocmvq90e] {
    position: fixed;
    background-color: rgb(var(--navbarBackgroundColor));
    transition: width .5s;
    z-index: 100;
    box-shadow: 2px 0 5px rgba(0,0,0,.04);
}

.collapsed-sidenavbar[b-giocmvq90e] {
    width: 80px !important;
}

.fullBackground[b-giocmvq90e] {
    background-color: rgb(var(--primaryBackgroundColor));
    margin-left: 250px;
    transition: .5s;
    margin-top: 3.5rem;
}

.content[b-giocmvq90e] {
    padding-top: 1em;
}

.cornerBackground[b-giocmvq90e] {
    background-color: rgb(var(--navbarBackgroundColor));
}

.widen-content[b-giocmvq90e] {
    margin-left: 80px !important;
    transition: .5s;
}

.top-row[b-giocmvq90e] {
    background-color: rgb(var(--navbarBackgroundColor));
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    position: fixed;
    width: calc(100% - 0px);
    transition: .5s;
    z-index: 99;
}

.widen-top-row[b-giocmvq90e] {
    width: calc(100% - 0px) !important;
    transition: .5s;
}

.top-row[b-giocmvq90e]  a, .top-row[b-giocmvq90e]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    padding-right: .3em;
    padding-top: .3em;
    text-decoration: none;
}

    .top-row[b-giocmvq90e]  a:hover, .top-row[b-giocmvq90e]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-giocmvq90e]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.normal-link[b-giocmvq90e] {
    color: rgb(var(--NavMenuTextColor));
    text-decoration: none;
    background-color: transparent;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-giocmvq90e] {
        display: none;
    }

    .top-row.auth[b-giocmvq90e] {
        justify-content: space-between;
    }

    .top-row[b-giocmvq90e]  a, .top-row[b-giocmvq90e]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-giocmvq90e] {
        flex-direction: row;
    }

   
    .top-row[b-giocmvq90e] {
        position: fixed;
        width: calc(100% - 0px);
        top: 0;
        z-index: 99;
        transition: .5s;
        box-shadow: 0 2px 5px rgba(0,0,0,.04);
    }

        .top-row.auth[b-giocmvq90e]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-giocmvq90e], article[b-giocmvq90e] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
*[b-z1wmrii8cn] {
    --auxilRed: #E5332C;
    --green: #79B636;
    --orange: #FF7800;
    --blue: #1C93C4;
    --black: #2E2923;
    --platinum: #E6E6E6;
    --culturedwhite: #F9F9F9;
    --whitesmoke: #F4F4F4;
    --white: #FFFFFF;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    overflow: visible; /*sticky not worky when anything other than visible, from sticky up to scrollable element*/
}

.page[b-z1wmrii8cn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-z1wmrii8cn] {
    flex: 1;
}
px-4[b-z1wmrii8cn] {
    padding: 0px;
    margin: 0px
}
.carttable td[b-z1wmrii8cn] {
    padding: 0px !important; 
    text-align: left;
    height: 0px !important;
}
.sidebar[b-z1wmrii8cn] {
    position: fixed;
    background-color: rgb(var(--navbarBackgroundColor));
    transition: width .5s;
    z-index: 100;
    box-shadow: 2px 0 5px rgba(0,0,0,.04);
}

.collapsed-sidenavbar[b-z1wmrii8cn] {
    width: 5.5rem !important;
}

.fullBackground[b-z1wmrii8cn] {
    background-color: rgb(var(--primaryBackgroundColor));
    margin-left: 17.0rem;
    transition: .5s;
    margin-top: 5.5rem;
    position: relative;
    z-index: 0;
}

.loginFullBackground[b-z1wmrii8cn] {
    background-color: rgb(var(--primaryBackgroundColor));
    margin-left: 0;
    margin-top: 0;
}

.cornerBackground[b-z1wmrii8cn] {
    background-color: rgb(var(--navbarBackgroundColor));
}

.widen-content[b-z1wmrii8cn] {
    margin-left: 6rem !important;
    transition: .5s;
}

.widen-content-nosidebar[b-z1wmrii8cn] {
    margin-left: 0 !important;
    transition: .5s;
}

.top-row[b-z1wmrii8cn] {
    background-color: rgb(var(--navbarBackgroundColor));
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 5.0rem;
    display: flex;
    align-items: center;
    position: fixed;
    width: calc(100% - 0px);
    transition: .5s;
    z-index: 99;
}

.widen-top-row[b-z1wmrii8cn] {
    width: calc(100% - 0px) !important;
    transition: .5s;
}

.widen-top-row-nosidebar[b-z1wmrii8cn] {
    margin-left: 0 !important;
    width: 100% !important;
    transition: .5s;
}

.top-row[b-z1wmrii8cn]  a, .top-row[b-z1wmrii8cn]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    padding-right: .3em;
    padding-top: .3em;
    text-decoration: none;
}

    .top-row[b-z1wmrii8cn]  a:hover, .top-row[b-z1wmrii8cn]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-z1wmrii8cn]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.normal-link[b-z1wmrii8cn] {
    color: rgb(var(--NavMenuTextColor));
    text-decoration: none;
    background-color: transparent;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-z1wmrii8cn] {
        display: none;
    }

    .top-row.auth[b-z1wmrii8cn] {
        justify-content: space-between;
    }

    .top-row[b-z1wmrii8cn]  a, .top-row[b-z1wmrii8cn]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-z1wmrii8cn] {
        flex-direction: row;
    }

    .sidebar[b-z1wmrii8cn] {
        width: 16.2rem;
        height: 100vh;
        position: fixed;
        top: 0;
        padding: 0px;
    }

    .top-row[b-z1wmrii8cn] {
        position: fixed;
        width: calc(100% - 0px);
        top: 0;
        z-index: 99;
        transition: .5s;
        box-shadow: 0 2px 5px rgba(0,0,0,.04);
    }

        .top-row.auth[b-z1wmrii8cn]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-z1wmrii8cn], article[b-z1wmrii8cn] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
*[b-9ljsrx7jwl] {
    --auxilRed: #E5332C;
    --green: #79B636;
    --orange: #FF7800;
    --blue: #1C93C4;
    --black: #2E2923;
    --platinum: #E6E6E6;
    --culturedwhite: #F9F9F9;
    --whitesmoke: #F4F4F4;
    --white: #FFFFFF;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
}

.navbar-toggler[b-9ljsrx7jwl] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-9ljsrx7jwl] {
    height: 3.5rem;
    background-color: rgb(var(--navbarBackgroundColor));
    margin-left: 0rem;
    padding-right: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.navbar-brand[b-9ljsrx7jwl] {
    font-size: 1.1rem;
}

    .navbar-brand .logo[b-9ljsrx7jwl] {
        max-width: 13.2rem;
        margin-right: 0.5rem;
        padding: 0.3rem;
        height: 50px
    }
.navbar-brand-mini .logo[b-9ljsrx7jwl] {
   
    height: 3.5rem;
}
.container-fluid[b-9ljsrx7jwl] {
    padding-left: 0;
}

.nav-link .custom-icon[b-9ljsrx7jwl] {
    width: 32px;
    /*margin-right: 1em;*/
}

.nav-item[b-9ljsrx7jwl] {
    font-size: 0.8rem !important;
    margin: 0px !important;
    margin-left: 10px !important;
    color: rgb(var(--NavMenuTextColor)) !important;
}

    .nav-item:first-of-type[b-9ljsrx7jwl] {
        padding-top: 1rem;
    }



.nav-link[b-9ljsrx7jwl] {
    color: rgb(var(--NavMenuTextColor)) !important;
}



.nav-item[b-9ljsrx7jwl]  a {
    color: rgb(var(--NavMenuTextColor)) !important;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

    .nav-item[b-9ljsrx7jwl]  a:hover {
        color: rgb(var(--primaryButtonColor)) !important;
        background-color: rgba(0, 0, 0, .3);
        font-weight: 600;
    }

    .nav-item[b-9ljsrx7jwl]  a.active {
        color: rgb(var(--primaryButtonColor)) !important;
        background-color: rgba(0, 0, 0, .3);
        font-weight: 600;
    }

.subnav-item[b-9ljsrx7jwl]  a:hover {
    background-color: rgba(0,0,0,.3);
    font-weight: 600;
    cursor: pointer;
}

.nav-item[b-9ljsrx7jwl]  a.parent-subnav {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.subnav-last-item[b-9ljsrx7jwl] {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.collapse-sidenav-wrapper[b-9ljsrx7jwl] {
    position: fixed;
    bottom: 0;
    margin-left: 20px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;

}

.collapse-sidenav[b-9ljsrx7jwl] {
  
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.collapse-sidenav .custom-icon[b-9ljsrx7jwl] {
    background-color: transparent !important;
    
}

.sidenav-item-name[b-9ljsrx7jwl] {
    position: fixed;
    transform: translateX(2em);
    visibility: visible;
    opacity: 1;
    transition: width .5s, visibility .5s, opacity .3s cubic-bezier(.99,-0.05,.59,.71);
}

.collapsed-sidenav[b-9ljsrx7jwl] {
    visibility: hidden;
    opacity: 0;
    width: 0;
    transition: display .5s, visibility .5s, opacity .3s cubic-bezier(.08,.67,.29,.96);
}

.collapsed-sidenav-icon[b-9ljsrx7jwl] {
    margin-right: 0 !important;
    transition: .5s;
}

.hide-text[b-9ljsrx7jwl] {
    visibility: hidden;
    opacity: 0;
    width: 0;
    display: none;
}

    .hide-text[b-9ljsrx7jwl]::before {
        width: 0;
    }

.collapsed-sidenav-button[b-9ljsrx7jwl] {
    transition: visibility 0s, opacity .6s cubic-bezier(.99,-0.05,.59,.71), width .6s, transform .5s;
}

    .collapsed-sidenav-button .custom-icon[b-9ljsrx7jwl] {
        transform: scaleX(-1);
        transition: transform .5s;
    }

.collapse-text[b-9ljsrx7jwl] {
    transition: visibility 0s, opacity .6s cubic-bezier(.99,-0.05,.59,.71), width .6s, transform .5s;
}

.custom-icon[b-9ljsrx7jwl] {
    transform: scaleX(1);
    transition: transform .5s;
    background-color: rgb(var(--primaryIconColor)) !important;
}

.bold-item[b-9ljsrx7jwl] {
    font-weight: 600;
}


@media (min-width: 641px) {
    .navbar-toggler[b-9ljsrx7jwl] {
        display: none;
    }

    .collapse[b-9ljsrx7jwl] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

@media (max-width: 640px) {
    .container-fluid[b-9ljsrx7jwl] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .navbar-brand[b-9ljsrx7jwl] {
        width: 200px;
    }

    .navbar-toggler[b-9ljsrx7jwl] {
        background: none;
        color: transparent;
        border: none;
    }

        .navbar-toggler:hover[b-9ljsrx7jwl] {
            background: rgba(255,255,255,.1);
        }

    .navbar-toggler-icon[b-9ljsrx7jwl] {
        color: white;
    }
}
