/* /Components/PrintReportGrid.razor.rz.scp.css */
table[b-rqqq9yci4j], th[b-rqqq9yci4j], td[b-rqqq9yci4j] {
    border: 1px solid black;
}


@media print {
    *[b-rqqq9yci4j] {
        box-sizing: border-box;
    }

    body[b-rqqq9yci4j] {
        margin: 0;
        padding: 0;
    }


    table[b-rqqq9yci4j], thead[b-rqqq9yci4j], th[b-rqqq9yci4j], td[b-rqqq9yci4j] {
        border: 1px solid black;
    }


    h5:first-of-type[b-rqqq9yci4j] {
        break-before: auto;
    }

    table[b-rqqq9yci4j] {
        break-after: avoid;
    }

    @page {
        size: A4 landscape;
        margin: 10mm;
    }


}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-xht47hplps] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xht47hplps] {
    flex: 1;
}

/*-------------------------------------------------------------------------------------------- NavBar */
[b-xht47hplps] .nav-menu,
.profile-menu[b-xht47hplps] {
    background-color: rgb(var(--main-color));
}

/* Default all inactive menu icons/text */
[b-xht47hplps] .rz-navigation-item-link .rz-navigation-item-icon,
[b-xht47hplps] .rz-navigation-item-link .rz-navigation-item-text {
    color: rgb(var(--main-color)) !important;
}

/* Active menu items */
[b-xht47hplps] .rz-navigation-item-link.active .rz-navigation-item-icon,
[b-xht47hplps] .rz-navigation-item-link.active .rz-navigation-item-text,
[b-xht47hplps] .rz-navigation-item-link[aria-current="page"] .rz-navigation-item-icon,
[b-xht47hplps] .rz-navigation-item-link[aria-current="page"] .rz-navigation-item-text {
    color: rgb(var(--eggshell)) !important;
}

/* Override styles for parent link (href="/") */
[b-xht47hplps] li.rz-navigation-item > div:not(.rz-navigation-item-wrapper-active) > a[href="/"].active .rz-navigation-item-icon,
[b-xht47hplps] li.rz-navigation-item > div:not(.rz-navigation-item-wrapper-active) > a[href="/"].active .rz-navigation-item-text {
    color: rgb(var(--main-color)) !important;
}


[b-xht47hplps] .rz-sidebar-toggle {
    margin-left: 5px;
}

[b-xht47hplps] .rz-sidebar-toggle:hover {
    color: rgb(var(--black));
    background-color: var(--eggshell);
    margin-left: 5px;
}


[b-xht47hplps] .rz-navigation-item-wrapper-active {
    background-color: rgb(var(--main-color)) !important;
}


/* /Pages/ActivityLogs/ActivityLogs.razor.rz.scp.css */
body[b-a1pds5einy] {
}
/* /Pages/Articles/Articles.razor.rz.scp.css */
hr[b-3wgn0lluoa] {
    color: rgb(var(--main-color));
    height: 3px;
    line-height: 3px;
    background-color: rgb(var(--main-color));
    width: 80%;
    margin: 7px auto 20px;
}


[b-3wgn0lluoa] .rz-message-popup {
    top: 40px;
    left: 20px;
}

/* /Pages/Branches/Branches.razor.rz.scp.css */
hr[b-zpymqz55e2] {
    color: rgb(var(--main-color));
    height: 3px;
    line-height: 3px;
    background-color: rgb(var(--main-color));
    width: 80%;
    margin: 7px auto 20px;
}


[b-zpymqz55e2] .rz-message-popup {
    top: 40px;
    left: 20px;
}

[b-zpymqz55e2] .rz-state-active {
    background-color: transparent !important;
}

/*------------------------------------------------------------------------------------------------------ Checkbox */
.checkbox-wrapper-37 input[type="checkbox"][b-zpymqz55e2] {
    display: none;
}

.checkbox-wrapper-37 .terms-label[b-zpymqz55e2] {
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .checkbox-wrapper-37 .terms-label .label-text[b-zpymqz55e2] {
        margin-left: 10px;
    }

.checkbox-wrapper-37 .checkbox-svg[b-zpymqz55e2] {
    width: 25px;
    height: 25px;
    border: 0.5px solid rgb(var(--main-color));
}

.checkbox-wrapper-37 .checkbox-box[b-zpymqz55e2] {
    fill: #fff;
    stroke: rgb(var(--main-color));
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    transition: stroke-dashoffset 0.6s ease-in;
}

.checkbox-wrapper-37 .checkbox-tick[b-zpymqz55e2] {
    stroke: rgb(var(--main-color));
    stroke-dasharray: 172;
    stroke-dashoffset: 172;
    transition: stroke-dashoffset 0.6s ease-in;
}

.checkbox-wrapper-37 input[type="checkbox"]:checked + .terms-label .checkbox-box[b-zpymqz55e2],
.checkbox-wrapper-37 input[type="checkbox"]:checked + .terms-label .checkbox-tick[b-zpymqz55e2] {
    stroke-dashoffset: 0;
}

[b-zpymqz55e2] .min-pad{
    padding-left: 60px !important;
    padding-right: 60px !important;
}
/* /Pages/Devices/Devices.razor.rz.scp.css */
hr[b-1drzf6s6yh] {
    color: rgb(var(--main-color));
    height: 3px;
    line-height: 3px;
    background-color: rgb(var(--main-color));
    width: 80%;
    margin: 7px auto 20px;
}

/*------------*/
[b-1drzf6s6yh] .rz-dropdown-panel.rz-popup{
    width: 100%;
}

[b-1drzf6s6yh] .rz-message-popup {
    top: 40px;
    left: 20px;
}

/*------------------------------------------------------------------------------------------------------ Checkbox */
.checkbox-wrapper-37 input[type="checkbox"][b-1drzf6s6yh] {
    display: none;
}

.checkbox-wrapper-37 .terms-label[b-1drzf6s6yh] {
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .checkbox-wrapper-37 .terms-label .label-text[b-1drzf6s6yh] {
        margin-left: 10px;
    }

.checkbox-wrapper-37 .checkbox-svg[b-1drzf6s6yh] {
    width: 25px;
    height: 25px;
    border: 0.5px solid rgb(var(--main-color));
}

.checkbox-wrapper-37 .checkbox-box[b-1drzf6s6yh] {
    fill: #fff;
    stroke: rgb(var(--main-color));
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    transition: stroke-dashoffset 0.6s ease-in;
}

.checkbox-wrapper-37 .checkbox-tick[b-1drzf6s6yh] {
    stroke: rgb(var(--main-color));
    stroke-dasharray: 172;
    stroke-dashoffset: 172;
    transition: stroke-dashoffset 0.6s ease-in;
}

.checkbox-wrapper-37 input[type="checkbox"]:checked + .terms-label .checkbox-box[b-1drzf6s6yh],
.checkbox-wrapper-37 input[type="checkbox"]:checked + .terms-label .checkbox-tick[b-1drzf6s6yh] {
    stroke-dashoffset: 0;
}
/* /Pages/Home.razor.rz.scp.css */

[b-mhyxqlz5b8] .custom-header .rz-datatable-thead > tr {
    background-color: #004085;
    color: white;
}

hr[b-mhyxqlz5b8] {
    color: rgb(var(--main-color));
    height: 3px;
    line-height: 3px;
    background-color: rgb(var(--main-color));
    width: 80%;
    margin: 7px auto 20px;
}

.wrap-text[b-mhyxqlz5b8] {
    white-space: normal !important;
    word-break: break-word;
}

/* /Pages/Identity/ForgottenPassword.razor.rz.scp.css */

hr[b-uikirfd1it] {
    color: rgb(var(--main-color));
    height: 3px;
    line-height: 3px;
    background-color: rgb(var(--main-color));
    width: 80%;
    margin: 7px auto 20px;

}


[b-uikirfd1it] .forgotten-password-form-container {
    max-width: 50%;
    margin: auto;
    padding: 10px;
    -webkit-box-shadow: 15px 16px 10px -14px rgb(var(--dark-grey));
    -moz-box-shadow: 15px 16px 10px -14px rgb(var(--dark-grey));
    box-shadow: 15px 16px 10px -14px rgb(var(--dark-grey));
    background-color: rgb(var(--white));
    border-radius: 10px;
}



/* Media Queries */
@media(max-width: 1024px) {
    [b-uikirfd1it] .create-user-btn {
        max-width: 50%;
    }

    .create-user-form-container[b-uikirfd1it] {
        max-width: 75%;
    }
}
/* /Pages/Identity/Login.razor.rz.scp.css */

.login-container[b-p04rshp7j9] {
    min-height: 98vh;
    overflow: hidden;
}

.login-box[b-p04rshp7j9] {
    border-radius: 35px 0 0 35px;
    box-shadow: rgba(var(--black), 0.24) 0px 3px 8px;
}


.feature-image[b-p04rshp7j9] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 35px 0 0 35px;
}


.kaufland-logo[b-p04rshp7j9] {
    width: 80px;
    height: 80px;
    object-fit: cover;
    z-index: 3;
    position: absolute;
    top: 25px;
    left: 25px;
    border-radius: 10px;
}


.logo-container[b-p04rshp7j9]{
    width: 100%;
    height: 135px;
    margin-top: 30px;
}



.ha-manager-logo[b-p04rshp7j9] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    text-align: center;
}


.img-container[b-p04rshp7j9] {
    height: 80vh;
    padding: 0;
}


.log-in-form[b-p04rshp7j9] {
    width: 75%;
    margin: auto;
}

.forgot-pass[b-p04rshp7j9] {
    text-decoration: none;
    color: var(--main-color-dark);
    cursor: pointer;
    font-weight: 500;
}

.btn-row[b-p04rshp7j9]{
    width: 30%;

}




/*------------------------------------------------------------------------------------------------------ Checkbox */
.checkbox-wrapper-37 input[type="checkbox"][b-p04rshp7j9] {
    display: none;
    
}

.checkbox-wrapper-37 .terms-label[b-p04rshp7j9] {
    cursor: pointer;
    display: flex;
    align-items: center;

}

    .checkbox-wrapper-37 .terms-label .label-text[b-p04rshp7j9] {
        margin-left: 10px;
    }

.checkbox-wrapper-37 .checkbox-svg[b-p04rshp7j9] {
    width: 25px;
    height: 25px;
    border: 0.5px solid rgb(var(--main-color));
}

.checkbox-wrapper-37 .checkbox-box[b-p04rshp7j9] {
    fill: #fff;
    stroke: rgb(var(--main-color));
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    transition: stroke-dashoffset 0.6s ease-in;
}

.checkbox-wrapper-37 .checkbox-tick[b-p04rshp7j9] {
    stroke: rgb(var(--main-color));
    stroke-dasharray: 172;
    stroke-dashoffset: 172;
    transition: stroke-dashoffset 0.6s ease-in;
}

.checkbox-wrapper-37 input[type="checkbox"]:checked + .terms-label .checkbox-box[b-p04rshp7j9],
.checkbox-wrapper-37 input[type="checkbox"]:checked + .terms-label .checkbox-tick[b-p04rshp7j9] {
    stroke-dashoffset: 0;
   
}


/* -------------------------------------------------------------------------------------------------- Logo */

.logo[b-p04rshp7j9] {
    width: 40px;
    height: 20px;
}


.smaller-text[b-p04rshp7j9]{
    font-size: 13px;
}
/* Media Queries */

@media (max-width: 1024px) {
    .login-box[b-p04rshp7j9] {
        border-radius: 35px;
        box-shadow: rgba(var(--black), 0.24) 0px 3px 8px;
    }

    .logo[b-p04rshp7j9]{
        width: 70px;
        height: 35px;
    }
}

/* /Pages/Identity/PasswordResetEmailSent.razor.rz.scp.css */

[b-xx3tlrwonx] .password-reset-email-sent-container {
    max-width: 50%;
    margin: 20px auto;
    padding: 20px;
    box-shadow: 15px 16px 10px -14px rgb(var(--dark-grey));
    background-color: rgb(var(--white));
    border-radius: 10px;

}


hr[b-xx3tlrwonx] {
    color: rgb(var(--main-color));
    height: 3px;
    line-height: 3px;
    background-color: rgb(var(--main-color));
    width: 80%;
    margin: 7px auto 20px;
}

[b-xx3tlrwonx] .sent-icon{
    font-size: 5rem;
    color: rgba(var(--main-color), 0.7);
}

@media(max-width: 768px){
    [b-xx3tlrwonx] .sent-icon{
        font-size: 3rem;
    }
}

/* /Pages/Identity/ResetPassword.razor.rz.scp.css */
[b-etwl7d9dwo] .reset-password-form
{
    margin: auto;
    width: 50%;
    border-radius: 10px;
/*    border: 1px solid black;*/
}

[b-etwl7d9dwo] .reset-password-container {
    min-height: 98vh;
    overflow: hidden;
}

[b-etwl7d9dwo] .reset-pass-box {
    border-radius: 35px 0 0 35px;
    box-shadow: rgba(var(--black), 0.24) 0px 3px 8px;

}

/*::deep .rzi {
    font-size: 100px !important;
}*/

hr[b-etwl7d9dwo] {
    color: rgb(var(--main-color));
    height: 3px;
    line-height: 3px;
    background-color: rgb(var(--main-color));
    width: 80%;
    margin: 7px auto 20px;
}
/* /Pages/Identity/SuccessReset.razor.rz.scp.css */
[b-3yj2vta6q8] .success-reset-container {
    max-width: 50%;
    margin: auto;
    padding: 20px;
    -webkit-box-shadow: 15px 16px 10px -14px rgb(var(--dark-grey));
    -moz-box-shadow: 15px 16px 10px -14px rgb(var(--dark-grey));
    box-shadow: 15px 16px 10px -14px rgb(var(--dark-grey));
    background-color: rgb(var(--white));
    border-radius: 10px;
}


[b-3yj2vta6q8] .reset-tick-icon{
    font-size: 5rem;
}


@media(max-width: 768px) {
    [b-3yj2vta6q8] .reset-tick-icon {
        font-size: 3rem;
    }
}
/* /Pages/LogReport/Logs.razor.rz.scp.css */
hr[b-b7jq9g1e29] {
    color: rgb(var(--main-color));
    height: 3px;
    line-height: 3px;
    background-color: rgb(var(--main-color));
    width: 80%;
    margin: 7px auto 20px;
}
/* /Pages/NotFound.razor.rz.scp.css */
hr[b-va4hlbdcnx] {
    color: rgb(var(--main-color));
    height: 3px;
    line-height: 3px;
    background-color: rgb(var(--main-color));
    width: 80%;
    margin: 7px auto 20px;
}

.not-found-box[b-va4hlbdcnx] {
    border-radius: 35px;
    box-shadow: rgba(var(--black), 0.24) 0px 3px 8px;
    margin-top: 100px;
}

.title-size[b-va4hlbdcnx]{
    font-size: 2.2rem;
}
/* /Pages/Reports/DetailedReport.razor.rz.scp.css */
hr[b-clvrbj82zt] {
    color: rgb(var(--main-color));
    height: 3px;
    line-height: 3px;
    background-color: rgb(var(--main-color));
    width: 80%;
    margin: 7px auto 20px;
}



[b-clvrbj82zt] .rz-state-active {
    background-color: rgb(var(--main-color));
}
/* /Pages/Reports/GeneralReport.razor.rz.scp.css */
hr[b-pdnm8u6s07] {
    color: rgb(var(--main-color));
    height: 3px;
    line-height: 3px;
    background-color: rgb(var(--main-color));
    width: 80%;
    margin: 7px auto 20px;
}


[b-pdnm8u6s07] .rz-state-active {
    background-color: transparent !important;
}
/* /Pages/Users/All.razor.rz.scp.css */
hr[b-ake2wpocf9] {
    color: rgb(var(--main-color));
    height: 3px;
    line-height: 3px;
    background-color: rgb(var(--main-color));
    width: 80%;
    margin: 7px auto 20px;
}

/* /Pages/Users/Create.razor.rz.scp.css */

[b-0ilan9c6r6] .create-user-btn {
    max-width: 25%;
}

/*::deep */
.create-user-form-container[b-0ilan9c6r6] {
    max-width: 50%;
    margin: auto;
    padding: 10px;
    -webkit-box-shadow: 15px 16px 10px -14px rgb(var(--dark-grey));
    -moz-box-shadow: 15px 16px 10px -14px rgb(var(--dark-grey));
    box-shadow: 15px 16px 10px -14px rgb(var(--dark-grey));
    background-color: rgb(var(--white));
    border-radius: 10px;
}

hr[b-0ilan9c6r6] {
    color: rgb(var(--main-color));
    height: 3px;
    line-height: 3px;
    background-color: rgb(var(--main-color));
    width: 80%;
    margin: 7px auto 20px;
}



[b-0ilan9c6r6] .rz-message-popup{
    top: 40px;
    left: 24px;
}


/* Media Queries */
@media(max-width: 1024px) {
    [b-0ilan9c6r6] .create-user-btn {
        max-width: 50%;
    }

    .create-user-form-container[b-0ilan9c6r6]{
        max-width: 75%;
    }
}

@media(max-width: 768px)
{
    [b-0ilan9c6r6] .create-user-form-container {
        padding: 5px;
    }
}



