/* /Components/Layout/MainLayout.razor.rz.scp.css */
.dignote-layout[b-bzdgstui0y] {
    height: 100vh;
    background-color: #242424;
    color: white;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.dignote-topbar[b-bzdgstui0y] {
    flex: 0 0 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 18px;
    background-color: #242424;
    border-bottom: 1px solid #769d65;
}

.dignote-body[b-bzdgstui0y] {
    flex: 1;
    min-height: 0;
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    overflow: hidden;
}

.dignote-sidebar[b-bzdgstui0y] {
    min-height: 0;
    overflow-y: hidden;
    background-color: #242424;
    border-right: 1px solid #769d65;
}

.dignote-main[b-bzdgstui0y] {
    min-width: 0;
    min-height: 0;
    padding: 24px;
    overflow-y: auto;
    background-color: #242424;
}
/*.dignote-topbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 10px;
    background-color: #242424;
    border-bottom: 1px solid #769d65;
}*/

.dignote-brand[b-bzdgstui0y] {
    display: flex;
    align-items: center;
    text-decoration: none;
}

    .dignote-brand img[b-bzdgstui0y] {
        width: auto;
        height: 72px;
        max-width: 100%;
        object-fit: contain;
    }

.dignote-menu-button[b-bzdgstui0y] {
    display: none;
    width: 48px;
    height: 44px;
    color: white;
    background-color: #769d65;
    border: 1px solid #a7c89a;
    border-radius: 10px;
    font-size: 26px;
    line-height: 1;
}

.dignote-body[b-bzdgstui0y] {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    min-height: calc(100vh - 88px);
}

/*.dignote-sidebar {
    background-color: #2f2f2f;
    border-right: 1px solid #4d4d4d;
}*/

.dignote-main[b-bzdgstui0y] {
    min-width: 0;
    padding: 24px;
    background-color: #242424;
    color: white;
}

@media (max-width: 900px) {
    .dignote-topbar[b-bzdgstui0y] {
        min-height: 72px;
        padding: 6px 12px;
    }

    .dignote-brand img[b-bzdgstui0y] {
        height: 58px;
    }

    .dignote-menu-button[b-bzdgstui0y] {
        display: block;
    }

    .dignote-body[b-bzdgstui0y] {
        display: block;
        min-height: calc(100vh - 72px);
    }

    .dignote-sidebar[b-bzdgstui0y] {
        display: none;
        border-right: 0;
        border-bottom: 1px solid #4d4d4d;
    }

        .dignote-sidebar.open[b-bzdgstui0y] {
            display: block;
        }

    .dignote-main[b-bzdgstui0y] {
        padding: 16px;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ubtv8cgoel] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border-right: #769d65;
    background-color: #242424;
}

.navbar-toggler:checked[b-ubtv8cgoel] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ubtv8cgoel] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ubtv8cgoel] {
    font-size: 1.1rem;
}

.bi[b-ubtv8cgoel] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-ubtv8cgoel] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-ubtv8cgoel] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-ubtv8cgoel] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-ubtv8cgoel] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-ubtv8cgoel] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-ubtv8cgoel] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-ubtv8cgoel] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-ubtv8cgoel] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-ubtv8cgoel] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ubtv8cgoel] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ubtv8cgoel] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ubtv8cgoel]  .dignote-nav-link {
        display: flex;
        align-items: center;
        gap: 12px;
        width: 100%;
        min-height: 3rem;
        margin: 0;
        padding: 12px 16px;
        color: white;
        background-color: #4f6848;
        border: 1px solid #769d65;
        border-radius: 12px;
        line-height: normal;
        text-decoration: none;
        transition: background-color 0.15s ease, transform 0.15s ease;
    }

        .nav-item[b-ubtv8cgoel]  .dignote-nav-link:hover {
            color: white;
            background-color: #88b374;
            transform: translateX(2px);
        }

        .nav-item[b-ubtv8cgoel]  .dignote-nav-link.active {
            color: #2f2f2f;
            background-color: #cfe8cf;
            border-color: #cfe8cf;
            font-weight: 700;
        }

        .nav-item[b-ubtv8cgoel]  .dignote-nav-link > span:first-child {
            flex: 0 0 24px;
            width: 24px;
            text-align: center;
        }

.nav-scrollable[b-ubtv8cgoel] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ubtv8cgoel] {
    display: block;
}

.dignote-logout[b-ubtv8cgoel] {
    width: 100%;
    min-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 12px 16px;
    color: white;
    background-color: #769d65;
    border: 1px solid #90b480;
    border-radius: 12px;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

    .dignote-logout:hover[b-ubtv8cgoel] {
        background-color: #88b374;
    }

    .dignote-logout span[b-ubtv8cgoel] {
        margin-right: 12px;
    }

    .dignote-logout:focus[b-ubtv8cgoel] {
        outline: none;
    }

.logout-form[b-ubtv8cgoel] {
    width: 100%;
    margin: 0;
}

.dignote-nav-heading[b-ubtv8cgoel] {
    margin: 20px 12px 8px;
    color: #9FC98C;
    font-size: 15px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ubtv8cgoel] {
        display: none;
    }

    .nav-scrollable[b-ubtv8cgoel] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/IdentityAdmin.razor.rz.scp.css */
.identity-popup-bakgrunn[b-9zkt2np8ps] {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.65);
}

.identity-popup[b-9zkt2np8ps] {
    width: min(520px, 94vw);
    max-height: 90vh;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #769d65;
    border-radius: 16px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.45);
}

.identity-popup-topp[b-9zkt2np8ps] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    color: white;
    background-color: #769d65;
    border-radius: 15px 15px 0 0;
}
/* /Components/Pages/MeldingSide.razor.rz.scp.css */
/* CSS for MeldingSide component */
/*MELDINGER ******/
.dignote-modal-backdrop[b-xikbw36ntb] {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.72);
}

.dignote-modal[b-xikbw36ntb] {
    width: min(760px, 100%);
    max-height: 92vh;
    overflow-y: auto;
    padding: 26px;
    background: #242424;
    border: 1px solid #7fa56a;
    border-radius: 20px;
    color: white;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}

.melding-modal[b-xikbw36ntb] {
    width: min(820px, 100%);
}

.dignote-modal-header[b-xikbw36ntb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

    .dignote-modal-header h2[b-xikbw36ntb] {
        margin: 0;
        color: #98df88;
    }

.dignote-close-button[b-xikbw36ntb] {
    border: 0;
    background: transparent;
    color: white;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
}

.dignote-modal-footer[b-xikbw36ntb] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 26px;
}

.dignote-button-secondary[b-xikbw36ntb] {
    padding: 12px 22px;
    border: 1px solid #7fa56a;
    border-radius: 12px;
    background: #343434;
    color: white;
}

.melding-tekst[b-xikbw36ntb] {
    min-height: 150px;
}

.melding-utdrag[b-xikbw36ntb] {
    max-width: 500px;
    margin-top: 5px;
    color: #cfcfcf;
    font-size: 0.9rem;
}

.melding-prioritet[b-xikbw36ntb] {
    display: inline-block;
    min-width: 65px;
    padding: 5px 10px;
    border-radius: 20px;
    text-align: center;
    font-size: 0.85rem;
}

    .melding-prioritet.info[b-xikbw36ntb] {
        background: #52704c;
        color: white;
    }

    .melding-prioritet.viktig[b-xikbw36ntb] {
        background: #9a7b24;
        color: white;
    }

    .melding-prioritet.kritisk[b-xikbw36ntb] {
        background: #9a3d3d;
        color: white;
    }

.dignote-active[b-xikbw36ntb] {
    color: #98df88;
}

.dignote-inactive[b-xikbw36ntb] {
    color: #bcbcbc;
}

.dignote-button-small[b-xikbw36ntb] {
    margin: 2px;
    padding: 7px 12px;
    border: 1px solid #85ad72;
    border-radius: 9px;
    background: #506c49;
    color: white;
}

    .dignote-button-small.danger[b-xikbw36ntb] {
        border-color: #b76b6b;
        background: #733f3f;
    }

@media (max-width: 700px) {
    .dignote-modal-backdrop[b-xikbw36ntb] {
        align-items: flex-start;
        padding: 10px;
    }

    .dignote-modal[b-xikbw36ntb] {
        margin-top: 10px;
        padding: 18px;
        border-radius: 15px;
    }

    .dignote-modal-footer[b-xikbw36ntb] {
        flex-direction: column-reverse;
    }

        .dignote-modal-footer button[b-xikbw36ntb] {
            width: 100%;
        }
}
