/* /Components/Account/Pages/Manage/EnableAuthenticator.razor.rz.scp.css */
.info-message[b-5n0e51bupv] {
    justify-content: start;
    margin: 0.625rem 0 0.625rem 0;
}
/* /Components/Account/Pages/Manage/ExternalLogins.razor.rz.scp.css */
.current-logins[b-f4ydbjc2u0] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.current-logins-item[b-f4ydbjc2u0] {
    display: flex;
    gap: 0.625rem;
}
/* /Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.external-logins[b-opr3kjs3la] {
    display: flex;
    gap: 0.5rem;
}

@media (max-width: 500px) {
    .external-logins[b-opr3kjs3la] {
        flex-direction: column;
    }
}
/* /Components/Account/Shared/ShowRecoveryCodes.razor.rz.scp.css */
.codes[b-uky84kl95m] {
    margin: 0.625rem 0 0.625rem 0;
}
/* /Components/Layout/Drawer.razor.rz.scp.css */
.drawer-container[b-n0fa7k6q4o] {
    height: 100%;
}

.navigation-drawer-shading[b-n0fa7k6q4o] {
    height: 100%;
    position: absolute;
    transition: ease 300ms;
    transition-property: opacity, visibility;
    visibility: visible;
    width: 100%;
    z-index: 99;
    background-color: var(--dxds-color-surface-backdrop-default-rest);
}

.navigation-drawer.mobile.panel-closed .navigation-drawer-shading[b-n0fa7k6q4o] {
    opacity: 0;
    visibility: hidden;
}

[b-n0fa7k6q4o] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-n0fa7k6q4o] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

.navigation-drawer-shading[b-n0fa7k6q4o] {
    display: none;
}

[b-n0fa7k6q4o] .panel-open:not(.mobile) .nav-buttons-container .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-n0fa7k6q4o] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-n0fa7k6q4o] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    .navigation-drawer-shading[b-n0fa7k6q4o] {
        display: block;
    }

    [b-n0fa7k6q4o] .panel-open:not(.mobile) .nav-buttons-container .menu-button {
        display: flex;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-9qu03da8h9] {
    height: 100%;
    min-height: 0;
}

[b-9qu03da8h9] .navigation-drawer {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
    --dxbl-drawer-panel-footer-bg: none;
    --dxbl-drawer-panel-header-bg: none;
    --dxbl-drawer-separator-border-width: 0;
}

[b-9qu03da8h9] .navigation-drawer > .dxbl-drawer-panel {
    background-image: linear-gradient(180deg, var(--dxds-color-surface-primary-default-rest) 0%, var(--dxds-primary-170) 150%);
}

.navigation-drawer-header[b-9qu03da8h9] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1.375rem 0.375rem;
    width: 100%;
}

.navigation-drawer-header .logo[b-9qu03da8h9] {
    height: 2rem;
    width: 9rem;
}

.navigation-drawer-footer[b-9qu03da8h9] {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 0.875rem;
    width: 100%;
}

.drawer-content[b-9qu03da8h9] {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: auto;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
}

.nav-buttons-container[b-9qu03da8h9] {
    align-items: center;
    display: flex;
    gap: 0.625rem;
    min-height: 2rem;
}

[b-9qu03da8h9] .nav-buttons-container > a {
    color: inherit;
}

[b-9qu03da8h9] .nav-buttons-container .back-button {
    padding-left: 0;
    padding-right: 0.25rem;
}

[b-9qu03da8h9] .nav-buttons-container .menu-button-float-end {
    margin-left: auto;
}

.page-content-container[b-9qu03da8h9] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 0;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
[b-ahp4c5od84] .menu {
    --dxbl-menu-bottom-left-border-radius: 0;
    --dxbl-menu-bottom-right-border-radius: 0;
    --dxbl-menu-top-left-border-radius: 0;
    --dxbl-menu-top-right-border-radius: 0;
    --dxbl-menu-item-padding-x: 1.125rem;
    --dxbl-menu-item-padding-y: 0.5rem;
    --dxbl-menu-item-color: var(--dxds-color-content-neutral-default-static-dark-rest);
    --dxbl-menu-item-image-color: var(--dxds-color-content-neutral-default-static-dark-rest);
    --dxbl-menu-item-hover-bg: rgb(from var(--dxds-color-surface-neutral-default-static-light-rest) r g b / 0.15);
    --dxbl-menu-item-hover-color: var(--dxds-color-content-neutral-default-static-dark-hovered);
    --dxbl-menu-item-hover-image-color: var(--dxds-color-content-neutral-default-static-dark-hovered);

    background: none;
}

[b-ahp4c5od84] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-ahp4c5od84] .menu-item-active {
    background-color: rgb(from var(--dxds-color-surface-neutral-default-static-light-rest) r g b / 0.05);
}
/* /Components/Pages/Article/Component/ArticleImageUploader.razor.rz.scp.css */
.upload-container[b-osr18apc1l] {
    width: 100%;
}

.dropzone[b-osr18apc1l] {
    border: 2px dashed #cfcfcf;
    border-radius: 12px;
    padding: 24px;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.dropzone:hover[b-osr18apc1l] {
    background: #f5f5f5;
    border-color: #999;
}

.dropzone-dragover[b-osr18apc1l] {
    border-color: #0d6efd !important;
    background: #eef5ff !important;
}

.dropzone-content[b-osr18apc1l] {
    text-align: center;
}

.preview-grid[b-osr18apc1l] {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
}

.preview-card[b-osr18apc1l] {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 8px;
    background: white;

    display: flex;
    flex-direction: column;
}

.preview-image[b-osr18apc1l] {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.preview-name[b-osr18apc1l] {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 600;
    word-break: break-word;
}

.clickable[b-osr18apc1l] {
    cursor: pointer;
}

.popup-image-wrapper[b-osr18apc1l] {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 75vh;
    overflow: auto;
}

.popup-image[b-osr18apc1l] {
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
    border-radius: 8px;
}
/* /Components/Pages/Index/Index.razor.rz.scp.css */
[b-osepusb4o0] .index-gridlayout {
    container-type: inline-size;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 9rem;
}

[b-osepusb4o0] .title {
    padding-bottom: 3rem;
    text-align: center;
}

[b-osepusb4o0] .tiles {
    --tile-column-count: 4;

    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(var(--tile-column-count), max-content);
    justify-content: center;

    @container (max-width: 60.5rem) {
        --tile-column-count: 3;
    }
    @container (max-width: 45.125rem) {
        --tile-column-count: 2;
    }
    @container (max-width: 29.75rem) {
        --tile-column-count: 1;
    }
}
/* /Components/Pages/Index/IndexTile.razor.rz.scp.css */
.tile[b-nnwcyu1dr8] {
    border-radius: 0.75rem;
    height: 7.5rem;
    transition: box-shadow 0.2s;
    width: 14.375rem;
    border: 1px solid var(--dxds-color-border-neutral-default-rest);
}

.tile:hover[b-nnwcyu1dr8] {
    box-shadow: 0 4px 8px 0 rgba(170, 170, 170, 0.24), 0 0 2px 0 rgba(170, 170, 170, 0.2);
}

.tile[b-nnwcyu1dr8]  > a {
    text-decoration: none;
}

[b-nnwcyu1dr8] .tile-content {
    padding: 1rem;
}

[b-nnwcyu1dr8] .tile-icon {
    border-radius: 0.375rem;
    height: 2.75rem;
    padding: 0.75rem;
    width: 2.75rem;
    border: 1px solid var(--dxds-color-border-neutral-default-rest);
}

[b-nnwcyu1dr8] .tile-title {
    align-self: center;
    color: var(--dxds-color-content-neutral-default-rest);
    font-size: var(--dxds-font-size-base-md);
    font-weight: var(--dxds-font-weight-base-strong);
    letter-spacing: var(--dxds-letter-spacing-base-md);
    line-height: var(--dxds-line-height-base-md);
}

[b-nnwcyu1dr8] .tile-description {
    color: var(--dxds-color-content-neutral-subdued-rest);
    font-size: var(--dxds-font-size-base-sm);
    font-weight: var(--dxds-font-weight-base-default);
    letter-spacing: var(--dxds-letter-spacing-base-sm);
    line-height: var(--dxds-line-height-base-sm);
}
/* /Components/Pages/Machine/Component/MachineImageUploader.razor.rz.scp.css */
.upload-container[b-mqettm2h02] {
    width: 100%;
}

.dropzone[b-mqettm2h02] {
    border: 2px dashed #cfcfcf;
    border-radius: 12px;
    padding: 24px;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.dropzone:hover[b-mqettm2h02] {
    background: #f5f5f5;
    border-color: #999;
}

.dropzone-dragover[b-mqettm2h02] {
    border-color: #0d6efd !important;
    background: #eef5ff !important;
}

.dropzone-content[b-mqettm2h02] {
    text-align: center;
}

.preview-grid[b-mqettm2h02] {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
}

.preview-card[b-mqettm2h02] {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 8px;
    background: white;

    display: flex;
    flex-direction: column;
}

.preview-image[b-mqettm2h02] {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.preview-name[b-mqettm2h02] {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 600;
    word-break: break-word;
}

.clickable[b-mqettm2h02] {
    cursor: pointer;
}

.popup-image-wrapper[b-mqettm2h02] {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 75vh;
    overflow: auto;
}

.popup-image[b-mqettm2h02] {
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
    border-radius: 8px;
}
/* /Components/Pages/Machine/MachineFloorPlanPage.razor.rz.scp.css */
.floorplan-page[b-x9fw46bpsj] {
    width: 100%;
}

.floorplan-layout[b-x9fw46bpsj] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.floorplan-map-panel[b-x9fw46bpsj] {
    min-width: 0;
}

.map-shell[b-x9fw46bpsj] {
    width: 100%;
}

/* ✅ BELANGRIJK: alleen map scrollt + responsive */
.map-scroll-container[b-x9fw46bpsj] {
    height: calc(100vh - 220px);
    min-height: 500px;
    overflow: auto;
    border: 1px solid #d6d6d6;
    background: #f8f8f8;
    border-radius: 12px;

    display: flex;
    justify-content: center;
    align-items: flex-start;
}

/* container schaalt mee */
.map-container[b-x9fw46bpsj] {
    position: relative;
    width: 100%;
    max-width: 1600px;   /* 👈 pas dit aan naar smaak */
    margin: 0 auto;
}

/* afbeelding schaalt netjes */
.map-image[b-x9fw46bpsj] {
    display: block;
    width: 100%;
    height: auto;
    user-select: none;
    pointer-events: none;
}

/* machines */
.machine-marker[b-x9fw46bpsj] {
    position: absolute;
    box-sizing: border-box;
    border: 2px solid #333;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px;
    user-select: none;
    z-index: 5;
    text-align: center;
    overflow: visible;
    background: rgba(255, 210, 122, 0.9);
}

.machine-marker:hover[b-x9fw46bpsj] {
    filter: brightness(0.98);
}

.machine-marker.dragging[b-x9fw46bpsj] {
    opacity: 0.85;
    cursor: grabbing;
    z-index: 1000;
}

.machine-marker.selected[b-x9fw46bpsj] {
    outline: 2px solid #007acc;
}

.machine-label[b-x9fw46bpsj] {
    width: 100%;
    line-height: 1.1;
    pointer-events: none;
}

/* resize handles */
.resize-handle[b-x9fw46bpsj] {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #007acc;
    border-radius: 2px;
    z-index: 10;
}

.resize-handle.tl[b-x9fw46bpsj] {
    top: -6px;
    left: -6px;
    cursor: nwse-resize;
}

.resize-handle.tr[b-x9fw46bpsj] {
    top: -6px;
    right: -6px;
    cursor: nesw-resize;
}

.resize-handle.bl[b-x9fw46bpsj] {
    bottom: -6px;
    left: -6px;
    cursor: nesw-resize;
}

.resize-handle.br[b-x9fw46bpsj] {
    bottom: -6px;
    right: -6px;
    cursor: nwse-resize;
}

/* popup */
.popup-grid[b-x9fw46bpsj] {
    display: grid;
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    gap: 16px;
}

/* responsive */
@media (max-width: 1200px) {
    .map-scroll-container[b-x9fw46bpsj] {
        height: calc(100vh - 260px);
    }
}

@media (max-width: 768px) {
    .machine-marker[b-x9fw46bpsj] {
        font-size: 0.65rem;
        border-width: 1px;
    }

    .popup-grid[b-x9fw46bpsj] {
        grid-template-columns: 1fr;
    }

    .map-scroll-container[b-x9fw46bpsj] {
        min-height: 400px;
    }
}
/* /Components/Shared/CustomPopup.razor.rz.scp.css */
