@import '_content/ZXingBlazor/ZXingBlazor.bundle.scp.css';

/* /Components/ButtonWithIcon.razor.rz.scp.css */
.home-button[b-1460k2hfs4] {
    width: 100%;
    justify-content: flex-start;
    padding: 20px;
    height: 87px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: var(--mud-elevation-2);

    display: flex;
    gap: 20px;
    align-items: center;
}

.home-button[b-1460k2hfs4]  .button-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    color: white;
    padding: 8px;
}

.home-button[b-1460k2hfs4] {
    font-size: 16px;
    font-weight: 600;
}
/* /Components/ContentTab.razor.rz.scp.css */
section[b-m70mf9xou2] {
    margin: 0 30px;
}
/* /Components/IconTextCombo.razor.rz.scp.css */
.size-of-combo[b-si9115orva] , .size-of-combo[b-si9115orva]  .mud-icon-root{
    font-size: 12px !important;
}

p[b-si9115orva] {
    margin-left: 5px;
    padding-top: 1px;
}
/* /Components/LinkButton.razor.rz.scp.css */
.link-button[b-vwuz8p2fez] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 45px;
}

.link-icon[b-vwuz8p2fez] {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* /Components/Page.razor.rz.scp.css */
.header-nav[b-y64syv8y3t] {
    background-color: var(--mud-palette-secondary);
    color: white;
    padding: 15px 25px;
    box-shadow: var(--mud-elevation-2);
    position: fixed;
    width: 100vw;
    height: 64px;
    z-index: 999;
}
/* /Components/TaakButton.razor.rz.scp.css */
.home-button[b-nclwnhx50s] {
    width: 100%;
    justify-content: flex-start;
    padding: 5px 0px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: var(--mud-elevation-2);

    display: flex;
    align-items: center;

    border-left: 5px solid #EF3135;
    margin: 15px 0;
}
/* /Components/WerkbonBasisInfo.razor.rz.scp.css */
p[b-kwp1g2durh] {
    margin: 0;
    text-align: left;
    font-weight: 600;
    line-height: 1.3;
}

p.werkbon-title[b-kwp1g2durh] {
    color: #424242;
}

p.werkbon-detail[b-kwp1g2durh] {
    color: #B3B9C0;
    font-size: 13px;
}

.button-icon[b-kwp1g2durh] {
    width: 40px !important;
    height: 40px !important;
    border-radius: 8px;
    color: white;
    padding: 8px;
    text-align: center;
    margin-left: 20px;
}

.home-button[b-kwp1g2durh] {
    font-size: 16px;
    font-weight: 600;
}
/* /DetailsWerkbon/components/LabelInfo.razor.rz.scp.css */
p[b-egtrowqryy] {
    font-size: 16px;
}
/* /DetailsWerkbon/components/OnderhoudsobjectCard.razor.rz.scp.css */
p[b-mzf7czt68n] {
    font-size: 16px;
}

div[b-mzf7czt68n] {
    background-color: #E0E4E9;
}
/* /DetailsWerkbon/Index.razor.rz.scp.css */
p.omschrijving[b-9qa9cacmbg] {
    font-size: 16px;
}

.navigate-button[b-9qa9cacmbg] {
    width: 100%;
    display: flex;
    background-color: #E0E4E9;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 10px;
    margin-top: 16px;
}

.button-to-me[b-9qa9cacmbg] {
    position: fixed;
    bottom: 87.5px;
    background-color: #1D9BF0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    color: white;
    font-size: 16px;
}
/* /Identity/Login.razor.rz.scp.css */
.form-welcome[b-omo1b3e4cc] {
    width: 70%;
}

.login-page[b-omo1b3e4cc] {
    width: 100%;
    height: 100vh;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login-form[b-omo1b3e4cc] {
    width: 100%;
    padding-bottom: 120px;
    max-width: 300px;
}

.form_passw[b-omo1b3e4cc] {
    position: relative;
}

.login-button[b-omo1b3e4cc] {
    width: 100%;
    margin-top: 20px;
}

.error_msg[b-omo1b3e4cc] {
    color: red;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.account-content[b-omo1b3e4cc] {
    padding: 20px;
}

.bg-header-user[b-omo1b3e4cc] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 30px;
    margin-bottom: 15px;
}
/* /Identity/Logout.razor.rz.scp.css */
.form-welcome[b-33uitji57u] {
    width: 70%;
}

.logout-page[b-33uitji57u] {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-jb5sdk4n0z] {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

main[b-jb5sdk4n0z] {
    flex: 1;
    height: 100vh;
}

footer[b-jb5sdk4n0z] {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.extra-space[b-jb5sdk4n0z] {
    height: 120px;
}
/* /Layout/NavMobile.razor.rz.scp.css */
.items-False[b-onfhwa6t5j] {
    display: flex;
    width: 100%;
    justify-content:flex-end;
    align-items:center;
    position:relative;
}
.items-True[b-onfhwa6t5j] {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items:center;
    position:relative;
}

.nav-item[b-onfhwa6t5j]  a.active {
    color: var(--mud-palette-primary);
}

.nav-item[b-onfhwa6t5j]  a.active .link-icon {
    background-color: var(--mud-palette-info);
    border-radius: 5px;
    height: 30px;
    width: 30px;
}





/* /Pages/Index.razor.rz.scp.css */
.taken-sectie[b-opqj63ebtx] {
    background-color: #D7DCEB;
    border-radius: 8px;
    margin: 8px;
    padding: 20px 0;
}

.boodschap[b-opqj63ebtx] {
    padding: 10px 20px;
}

.geen-werkbonnen[b-opqj63ebtx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    color: #999;
    text-align: center;
}

.geen-werkbonnen .mud-icon-root[b-opqj63ebtx] {
    font-size: 3rem;
    color: #ccc;
}
/* /Werkbonnen/Components/MijnTaakItem.razor.rz.scp.css */
.disabled-paper[b-30wjk6u6c8] {
    opacity: 0.5;
    pointer-events: none;
}

.done-icon[b-30wjk6u6c8] {
    opacity: 0.5;
}
/* /Werkbonnen/Components/WerkbonCard.razor.rz.scp.css */
.werkbon-card[b-cmc5ug4uhz] {
    background: white;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: all 0.2s ease;
    border: 2px solid transparent;
}

.werkbon-card:active[b-cmc5ug4uhz] {
    transform: scale(0.98);
}

.werkbon-card.selected[b-cmc5ug4uhz] {
    border-color: #1D9BF0;
    background: #F0F9FF;
}

.werkbon-card.urgent[b-cmc5ug4uhz] {
    border-left: 4px solid #EF3135;
}

.location-section[b-cmc5ug4uhz] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 8px;
}

.location-line[b-cmc5ug4uhz] {
    color: #666;
    font-size: 0.875rem;
    line-height: 1.4;
}

.badge-container[b-cmc5ug4uhz] {
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    margin-left: 10px;
    margin-bottom: 7px;
}

.assigned-bg[b-cmc5ug4uhz] {
    background-color: #f5f5f5;
}

.status-badge[b-cmc5ug4uhz] {
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-badge.urgent[b-cmc5ug4uhz] {
    background: #FFE5E5;
    color: #EF3135;
}

.status-badge.nieuw[b-cmc5ug4uhz] {
    background: #E8F5E9;
    color: #23C647;
}

.status-badge.toegewezen[b-cmc5ug4uhz] {
    background: #E3F2FD;
    color: #1D9BF0;
}

.card-footer[b-cmc5ug4uhz] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 16px;
}

.card-content[b-cmc5ug4uhz] {
    padding: 0 0 12px 0;
}

@media (max-width: 400px) {
    .werkbon-card[b-cmc5ug4uhz] {
        padding: 12px;
    }

    .letter-badge[b-cmc5ug4uhz] {
        width: 40px;
        height: 40px;
    }
}
/* /Werkbonnen/Components/WerkbonnenLijst.razor.rz.scp.css */
.werkbonnen-lijst[b-k71yxlucsd] {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 200px);
    padding-top: 30px;
}

.geen-werkbonnen[b-k71yxlucsd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    color: #999;
    text-align: center;
}

.geen-werkbonnen .mud-icon-root[b-k71yxlucsd] {
    font-size: 3rem;
    color: #ccc;
}
/* /Werkbonnen/Inplannen.razor.rz.scp.css */
.page-header[b-w599hudzpy] {
    background: #1A6F8C;
    padding: 16px;
}

.page-header .mud-typography[b-w599hudzpy] {
    color: white !important;
}

.custom-tabs-container[b-w599hudzpy] {
    background: white;
    padding: 6px 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    width: 100%;
    top: 64px;
    z-index: 20;
}

.custom-tabs[b-w599hudzpy] {
    display: flex;
    background: #F5F7FA;
    border-radius: 8px;
    padding: 4px;
    gap: 4px;
    min-width: min-content;
}

.custom-tab[b-w599hudzpy] {
    flex: 1 1 auto;
    background: transparent;
    border: none;
    padding: 6px 8px;
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #666;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    min-width: 60px;
}

.custom-tab:hover[b-w599hudzpy] {
    background: rgba(255, 255, 255, 0.5);
}

.custom-tab.active[b-w599hudzpy] {
    background: white;
    color: #1D9BF0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.custom-tab:active[b-w599hudzpy] {
    transform: scale(0.98);
}

@media (max-width: 400px) {
    .custom-tab[b-w599hudzpy] {
        font-size: 0.7rem;
        padding: 5px 6px;
        min-width: 55px;
    }
}
/* /Werkbonnen/MijnTaken.razor.rz.scp.css */
.geen-werkbonnen[b-33csrwadrp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    color: #999;
    text-align: center;
}

.geen-werkbonnen .mud-icon-root[b-33csrwadrp] {
    font-size: 3rem;
    color: #ccc;
}
