/* /debug/Component/Stylesheet.razor.rz.scp.css */
.wrapper[b-kg9bqwirjf] {
    display: flex;
    flex-direction:column;
    padding:20px;
}
/* /Pages/FileCabinet/Content/Content.razor.rz.scp.css */
/* /Pages/FileCabinet/Encryption/Encryption.razor.rz.scp.css */
label[b-8kzplwkwa8]{
    display:flex;
    flex-direction:column;
}

.info[b-8kzplwkwa8]{
    margin:20px;
}
/* /Pages/FileCabinet/FileCabinet.razor.rz.scp.css */
.filecabinet-wrapper[b-19vygm49gc] {
    display:flex;
    flex-direction:column;
    padding:0 8px 5px;
}

.file-bordered[b-19vygm49gc] {
    margin-top: -3px;
    border-radius: 10px;
    padding: 4px 4px 0;
    background: #fcfcfc;
    overflow: hidden;
    border: solid #c4c4c4;
    border-top-left-radius: 0;
}

.nav-item span[b-19vygm49gc] {
    color: black;
}

.active span[b-19vygm49gc] {
    color: #ce161e;
}

.active[b-19vygm49gc] {
    isolation: isolate;
}
ul[b-19vygm49gc] {
    margin-left: 60px;
}

.nav-tabs[b-19vygm49gc] {
    font-size: .7rem;
}

    .nav-tabs .nav-link.active[b-19vygm49gc] {
        background: #fcfcfc;
        border-width: 3px;
        border-color: #c4c4c4 #c4c4c4 #fcfcfc !important;
    }

.badge[b-19vygm49gc]{
    color:white!important;
    margin-left:10px
}

@media only screen and (min-width: 380px) {
    .nav-tabs[b-19vygm49gc] {
        font-size: .9rem;
    }
}

@media only screen and (min-width: 500px) {
    .file-bordered[b-19vygm49gc] {
        padding: 20px 20px 0;
    }
}

@media only screen and (min-width: 700px) {
    .filecabinet-wrapper[b-19vygm49gc] {
        padding: 20px;
    }
    .nav-tabs[b-19vygm49gc] {
        width: 90%;
        font-size: inherit;
    }
}
/* /Pages/FileCabinet/File/File.razor.rz.scp.css */
.card[b-qj8haq0jie] {
    padding: 5px 0;
    margin: 10px 2px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-box-shadow: 3px 10px 18px -8px rgba(0,0,0,0.15);
    -moz-box-shadow: 3px 10px 18px -8px rgba(0,0,0,0.15);
    box-shadow: 3px 10px 18px -8px rgba(0,0,0,0.15);
    position: relative;
}

    .card:hover[b-qj8haq0jie] {
        background: #f8f8f8;
    }

    .card *[b-qj8haq0jie] {
        color: black;
    }

    .card input[type=checkbox][b-qj8haq0jie] {
        width: 40px;
        margin: auto 15px;
    }

.name-div[b-qj8haq0jie] {
    display: flex;
    flex-direction: column;
}

.buttons[b-qj8haq0jie] {
    margin: auto 10px auto 10px;
    background: #efefef;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .buttons i[b-qj8haq0jie] {
        height: 42px;
        width: 42px;
        margin: auto;
        padding: 12px;
        cursor: pointer;
        font-size: .85rem;
        text-align: center;
        display:flex;
    }

        .buttons i:hover[b-qj8haq0jie] {
            background: #ddd;
            outline: 0;
        }

.badge[b-qj8haq0jie] {
    color: white !important;
}


.folder-infos[b-qj8haq0jie] {
    display: flex;
    flex-direction: column;
}
    .folder-infos *[b-qj8haq0jie] {
        color: #6c757d;
        margin: 0 4px;
    }

.folder-name[b-qj8haq0jie] {
    display: flex;
    justify-content: space-between;
}
    .folder-name > a[b-qj8haq0jie] {
        margin: auto auto auto 20px;
    }
    .folder-name > a:hover[b-qj8haq0jie]{
        text-decoration:underline;
    }
    .folder-name > a > span[b-qj8haq0jie] {
        margin: auto 10px;
        font-size: 1.2rem;
    }


.name[b-qj8haq0jie] {
    display: flex;
    
}
.name > span[b-qj8haq0jie]{
    margin-top:auto;
    margin-bottom:auto;
}

.display-while-dragging[b-qj8haq0jie]{
    display:none;
    width:300px;
    height:80px;
}
.display-while-dragging > *[b-qj8haq0jie]{
    margin:auto
}

.name-div-parent[b-qj8haq0jie] {
    overflow: hidden;
    margin: auto 10px;
}

.islocked[b-qj8haq0jie] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 13px;
    display: none;
}
    .islocked > i[b-qj8haq0jie] {
        color: #b3b3b3;
        font-size: 2rem;
        margin:auto;
        display:none;
    }

@media only screen and (min-width: 370px) {
   
    .buttons[b-qj8haq0jie] {
        flex-wrap: nowrap;
    }
        .buttons i[b-qj8haq0jie] {
            width: 36px;
            height: 36px;
        }
    .islocked > i[b-qj8haq0jie] {
    }
}
@media only screen and (min-width: 480px) {
    .buttons i[b-qj8haq0jie] {
        width: 42px;
        height: 42px;
    }
}
@media only screen and (min-width: 700px) {
    .name-div-parent[b-qj8haq0jie] {
        width: 100%;
    }
    .card[b-qj8haq0jie] {
        flex-direction: row;
    }
    .islocked > i[b-qj8haq0jie] {
        display: initial;
    }
    .buttons[b-qj8haq0jie] {
        margin: auto 20px auto auto;
    }
}
/* /Pages/FileCabinet/Header/Header.razor.rz.scp.css */

.filecabinet-header[b-1db5ad0vr5] {
    display: grid;
    margin-bottom: 10px;
}

.heading-div[b-1db5ad0vr5] {
    display: flex;
    flex-direction: row;
    margin: auto 0 auto;
}

.heading[b-1db5ad0vr5] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0px 4px 3px #dddd, 0px -7px 13px #dddd, 1px 3px 23px #dddd;
}

@media only screen and (min-width: 500px) {
    .filecabinet-header[b-1db5ad0vr5] {
        grid-template-columns: auto 388px;
        margin-bottom: 0;
    }
}
/* /Pages/FileCabinet/SignatureStatus/SignatureStatus.razor.rz.scp.css */
li[b-7ruiiy33ak]{
    display:grid;
    grid-template-columns: 1fr 2fr;
    margin-top: 10px;
}
li > *[b-7ruiiy33ak] {
    margin:auto
}
/* /Pages/FileCabinet/Sign/Sign.razor.rz.scp.css */
.sign-wrapper[b-g2pp66l6l8] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
    width: 100%;
    overflow: auto;
}

.sign-wrapper > div[b-g2pp66l6l8] {
    height:100%;
}
    .sign-wrapper > div:first-child[b-g2pp66l6l8] {
        background: gray;
        border-radius: 5px;
    }
    .sign-wrapper > div:last-child[b-g2pp66l6l8] {
        padding:10px;
        display:flex;
        flex-direction:column;
    }

#signembdiv img:first-child[b-g2pp66l6l8] {
    border-radius: 5px;
    width: 100%;
}

.pagination[b-g2pp66l6l8] {
    width: 100%;
    display: flex;
    justify-content: space-around;
    height: 50px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #cdcdcd;
}
.pagination > div[b-g2pp66l6l8]{
    margin:auto
}


img[b-g2pp66l6l8]{
    object-fit:contain;
}

#signembdiv[b-g2pp66l6l8] {
    position: relative;
    z-index: 9;
    height: calc(100% - 50px);
}

#sigblockstartdiv[b-g2pp66l6l8]{
    background: gray;
    padding:20px;
}

#dragableImg[b-g2pp66l6l8] {
    width: 33.57%;
    cursor: grab;
    z-index: 10;
}

.ui-draggable-dragging[b-g2pp66l6l8] {
    -webkit-box-shadow: 1px 1px 18px 12px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 18px 12px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 18px 12px rgba(0,0,0,0.75);
    cursor:grabbing!important;
}


.emb[b-g2pp66l6l8]{
    padding:10px;
}

.iframediv[b-g2pp66l6l8] {
    display: flex;
    width: 100%;
    background: gray;
}
    .iframediv iframe[b-g2pp66l6l8] {
        margin: auto;
        width: 350px;
        height: 350px;
    }
/* /Pages/FileCabinet/SortAndSelectAll/SortAndSelectAll.razor.rz.scp.css */
.buttons[b-pbfddozgy2] {
    visibility:hidden;
}
    .buttons *[b-pbfddozgy2] {
        font-size:1.1rem;
        margin:auto 4px;
        cursor:pointer;
    }
    .buttons *:hover[b-pbfddozgy2]{
        color: gray;
    }

.select[b-pbfddozgy2] {
    min-width: 100px;
    display: grid;
    grid-template-columns: 50% 50%;
    min-height:40px;
}
    .select span[b-pbfddozgy2] {
        margin: 0 10px;
        font-size: 1.2rem;
        color: #656565;
    }
    .select input[b-pbfddozgy2] {
        margin: auto;
    }
.item-header[b-pbfddozgy2] {
    display: flex;
    justify-content: space-between;
    padding: 3px;
    flex-direction:column;
}


@media only screen and (max-width: 500px) {
    label[b-pbfddozgy2] {
        padding: 5px;
    }
}
@media only screen and (min-width: 560px) {
    .item-header[b-pbfddozgy2] {
        flex-direction: row;
        padding: 3px 20px;
    }
}
/* /Pages/FileCabinet/View/View.razor.rz.scp.css */
.view-wrapper[b-zqn3qhqb02]{
    display:grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
    width:100%;
}
.view-wrapper > div[b-zqn3qhqb02]{
    height:100%;
}
.view-wrapper > div:first-child[b-zqn3qhqb02]{
    padding:10px;
}

embed[b-zqn3qhqb02]{
    height:100%;
    width:100%;
    border-radius:5px;
}


.docname[b-zqn3qhqb02] {
    display: grid;
    grid-template-columns: auto 70px;
}
.docname > div[b-zqn3qhqb02]{
    display:flex;
}
.docname > div > span[b-zqn3qhqb02]{
    margin:auto;
    font-size:.8rem;
}

.table  *[b-zqn3qhqb02]{
    font-weight: 400;
}

.form-group[b-zqn3qhqb02]{
    margin-bottom:30px
}
.form-group:last-child[b-zqn3qhqb02]{
    margin-bottom:0
}

.accordion-collapse > div[b-zqn3qhqb02] {
    overflow: auto;
    max-height: 55vh;
}

.aktionen[b-zqn3qhqb02]{
    padding:20px;
}
    .aktionen > div[b-zqn3qhqb02] {
        display: flex;
        justify-content: space-around
    }
/* /Pages/Footer/FAQ.razor.rz.scp.css */
/* /Pages/Footer/Imprint.razor.rz.scp.css */
.imprint-wrapper[b-r8bq8ffvl3] {
}

    .imprint-wrapper > div[b-r8bq8ffvl3] {
        max-width: 1000px;
        margin: initial 30px auto;
        padding: 15px;
    }

@media only screen and (min-width: 800px) {
    .imprint-wrapper[b-r8bq8ffvl3] {
        padding: 20px;
        display: grid;
        grid-template-columns: 1fr .6fr;
    }
        .imprint-wrapper > div[b-r8bq8ffvl3] {
            padding: 0 20px;
        }
}
@media only screen and (min-width: 1000px) {
        .imprint-wrapper > div[b-r8bq8ffvl3] {
            padding: 0 30px;
        }
}
/* /Pages/Footer/Manual.razor.rz.scp.css */
.privacy-wrapper[b-krgu83orf0] {
    padding: 20px;
}

    .privacy-wrapper > div[b-krgu83orf0] {
        display: flex;
        justify-content: space-around;
        flex-direction: row;
    }
/* /Pages/Footer/Privacy.razor.rz.scp.css */
.privacy-wrapper[b-d9j3nafxzu] {
    padding: 8px;
}

    .privacy-wrapper > div[b-d9j3nafxzu] {
        margin-top: 40px;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }

    a[b-d9j3nafxzu]{
        color:inherit;
        font-size:1rem;
    }
    a i[b-d9j3nafxzu]{
        margin:0 10px;
    }
.rounded-border-with-headline[b-d9j3nafxzu] {
    padding: 30px;
}

@media only screen and (min-width: 600px) {
        .privacy-wrapper > div[b-d9j3nafxzu] {
            flex-direction: row;
        }
}

@media only screen and (min-width: 900px) {
    .privacy-wrapper[b-d9j3nafxzu] {
        padding: 20px 20vw 20px 20px;
    }
    .rounded-border-with-headline[b-d9j3nafxzu] {
        padding: 40px;
    }
}
/* /Pages/Footer/Support.razor.rz.scp.css */
p[b-eap21fzk9r] {
    font-size: .7rem;
    margin-top: 20px;
}

.support-wrapper[b-eap21fzk9r] {
    padding: 20px;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.support-wrapper > div[b-eap21fzk9r]{
    display:flex;
    flex-direction: column;
}

.rounded-border-with-headline[b-eap21fzk9r] {
    max-width: 500px;
    margin: 20px auto;
    padding: 20px;
}

@media only screen and (min-width: 480px) {
    .rounded-border-with-headline[b-eap21fzk9r] {
        margin: 20px auto;
        padding: 20px 50px;
        min-width: 300px;
    }
}
@media only screen and (min-width: 800px) {
    .rounded-border-with-headline[b-eap21fzk9r] {
        margin: 50px 15px;
        padding: 30px 70px;
    }
    .support-wrapper[b-eap21fzk9r] {
        max-width: 80vw;
        margin:0;
    }
    p[b-eap21fzk9r] {
        margin-bottom: 60px;
    }
    .support-wrapper > div[b-eap21fzk9r] {
        flex-direction: row;
    }
}
@media only screen and (min-width: 1000px) {
    .support-wrapper[b-eap21fzk9r] {
        max-width: 60vw;
    }
    .rounded-border-with-headline[b-eap21fzk9r] {
        margin: 50px 15px;
    }
}
/* /Pages/Footer/TermsOfUse.razor.rz.scp.css */
.tof-wrapper[b-uvjtxghwzv] {
    padding:20px;
    display:flex;
    flex-direction:column;
}

iframe[b-uvjtxghwzv]{
    margin:auto;
    min-width:40vw;
    min-height:40vh;
    max-height:50vw;
    height:45vh;
}

.rounded-border-with-headline[b-uvjtxghwzv] {
    display: flex;
    background: rgb(248 248 248);
    margin:10px 0 0 0;
}
    .rounded-border-with-headline h3[b-uvjtxghwzv] {
        top: -.9em;
    }
.pdf[b-uvjtxghwzv] {
    margin: 0 auto;
    cursor:pointer;
}
.pdf:hover[b-uvjtxghwzv]{
    text-decoration:underline;
}
    .pdf a[b-uvjtxghwzv] {
        color: inherit;
        text-decoration: none;
    }
.pdf i[b-uvjtxghwzv]{
    margin:0 10px;
}


@media only screen and (min-width: 500px) {
    .rounded-border-with-headline[b-uvjtxghwzv] {
        margin-left: auto;
        margin-right: auto;
    }
    iframe[b-uvjtxghwzv] {
        width: 80vw;
    }
}
@media only screen and (min-width: 800px) {
    .rounded-border-with-headline[b-uvjtxghwzv] {
        max-width: 70vw;
        width: 70vw;
        margin: 40px auto 5px;
    }
    iframe[b-uvjtxghwzv] {
        max-width: 60vw;
    }
    .pdf[b-uvjtxghwzv] {
        width: 50vw;
    }
}
/* /Pages/Footer/Tutorial.razor.rz.scp.css */
.tut-wrapper[b-mem6919gvg] {
    max-width: 800px;
    margin: auto;
}

    .tut-wrapper iframe[b-mem6919gvg] {
        width: 100%;
        height: 400px;
        margin-bottom: 50px;
    }
/* /Pages/Home/BioIDLogin/BioIDLogin.razor.rz.scp.css */
#bioid[b-5ej06cd08h] {
    height: 60vh;
    width: 50vw;
}
/* /Pages/Home/Contingents/Contingents.razor.rz.scp.css */
.item[b-6fkpmcs2kc] {
    display: grid;
    grid-template-columns: 20px auto 85px;
    margin-top: 5px
}

.green[b-6fkpmcs2kc] {
    background: #5cb85c;
    border-radius: .25em;
    color:white;
    padding: 2px 8px;
}

.red[b-6fkpmcs2kc] {
    background: red;
    border-radius: .25em;
    color:white;
    padding: 2px 8px;
}
@media only screen and (min-width: 600px) {
    .item[b-6fkpmcs2kc] {
        grid-template-columns: 40px auto 100px;
    }
}
/* /Pages/Home/Home.razor.rz.scp.css */
/* /Pages/Home/Logged/Logged.razor.rz.scp.css */

.home-buttons-wrapper[b-x6qjuuz6b5] {
    display: flex;
    flex-direction: column;
    margin: 20px auto;
    grid-gap: 10px 10px;
    max-width: 1100px;
}

    .home-buttons-wrapper > div[b-x6qjuuz6b5] {
        width: 100%;
        height: 80px;
        border-radius: 7px;
        align-items: center;
        display: flex;
        flex-direction: column;
        cursor: pointer;
    }

        .home-buttons-wrapper > div > span:first-child[b-x6qjuuz6b5] {
            font-size: 1.5rem;
        }

        .home-buttons-wrapper > div > span:last-child[b-x6qjuuz6b5] {
            font-size: .7rem;
            letter-spacing: 2px;
        }

        .home-buttons-wrapper > div:hover[b-x6qjuuz6b5] {
            border: 1px solid rgba(250,250,250, .8);
            filter: brightness(0.9);
        }

.home-top-row[b-x6qjuuz6b5] {
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.home-wrapper[b-x6qjuuz6b5] {
    grid-template-rows: 50px 128px 50px auto auto;
    padding: 20px;
}

.home-wrapper-mobile[b-x6qjuuz6b5] {
    background: url('Bilder/background-short.gif');
    width: calc(100vw - 8px);
    margin-left: auto;
}

.user-name-div[b-x6qjuuz6b5] {
    padding-left: 10vw;
    font-size: 1.2rem;
    word-spacing: 3px;
    LETTER-SPACING: 1px;
}



.header[b-x6qjuuz6b5] {
    height: 35vw;
}

    .header > div:first-child[b-x6qjuuz6b5] {
        display: flex;
        height: 78%;
    }

    .header img[b-x6qjuuz6b5] {
        margin: auto;
        height: 68%;
    }


.main[b-x6qjuuz6b5] {
    border-radius: 5px;
    --padding-sides: 5px;
    --padding-middle: 15px;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(250,250,250, .8);
    min-height: calc(100vh - 230px);
}



.home-button-wrapper-mobile[b-x6qjuuz6b5] {
    height: 50vw;
    width: calc(50vw - 4px);
}

    .home-button-wrapper-mobile > div[b-x6qjuuz6b5] {
        margin: 5vw;
        border: 1px solid rgba(250,250,250, .8);
        background-color: rgb(255,255,255);
        border-radius: 10%;
        width: 40vw;
        position: relative;
        height: 40vw;
        display: flex;
        flex-direction: column;
    }

        .home-button-wrapper-mobile > div > i[b-x6qjuuz6b5] {
            font-size: 17vw;
            margin: auto;
        }

        .home-button-wrapper-mobile > div > span[b-x6qjuuz6b5] {
            font-size: 5vw;
            width: 100%;
            text-align: center;
            font-family: Open sans-serif, sans-serif;
            font-weight: 700;
            margin-top: 4%;
        }

.enter[b-x6qjuuz6b5] {
    animation: enterHomeButton 3s cubic-bezier(0.18, 0.01, 0, 1.19);
}

@media only screen and (min-width: 680px) {
    .home-wrapper[b-x6qjuuz6b5] {
        margin-right: 30px;
    }
    .home-top-row[b-x6qjuuz6b5] {
        margin-bottom: 0;
        flex-direction: row;
    }
    .home-buttons-wrapper[b-x6qjuuz6b5] {
        display: grid;
        grid-template: repeat(2, 1fr) / 1fr 1fr;
        grid-template-areas: "a b" "c d" "e e";
    }
}
@media only screen and (min-width: 1000px) {
    .file-cabinet-menu-wrapper[b-x6qjuuz6b5]{
        display:flex;
    }
}
/* /Pages/Home/LoginBlock/LoginBlock.razor.rz.scp.css */
.login-block[b-jd7ll1raas] {
    background: white;
    flex: 1 1 0;
    display: flex;
    margin: auto;
    max-width: 95vw;
    text-align: center;
}

    .login-block p[b-jd7ll1raas] {
        font-size: .8rem;
        margin: 0 10%;
    }

    .login-block .horizontal[b-jd7ll1raas] {
        width: 50%;
        margin: 20px 25%;
        height: 1px;
        border-bottom: solid 1px rgba(221,221,221,.87);
    }

    .login-block span[b-jd7ll1raas] {
        font-size: .8rem;
        text-align: center;
    }

        .login-block span button[b-jd7ll1raas] {
            letter-spacing: .4rem;
        }

    .login-block > div[b-jd7ll1raas] {
        padding: 1px;
        box-shadow: 0 0 7px -3px rgba(0,0,0,.75);
        -webkit-box-shadow: 0 0 7px -3px rgba(0,0,0,.75);
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }

    .login-block h2[b-jd7ll1raas] {
        margin: 20px 0 5px 0;
        font-weight: 600;
        font-size: 1.2rem;
    }

.login-block-inner[b-jd7ll1raas] {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

    .login-block-inner .item[b-jd7ll1raas] {
        display: flex;
        flex-direction: column;
        cursor: pointer;
        width: 30%;
        overflow: hidden;
    }
        .login-block-inner .item > img[b-jd7ll1raas] {
            width: 100%;
            object-fit: contain;
        }
    
    .login-block-inner .item:hover[b-jd7ll1raas]{
        text-decoration:underline;
    }

.textlogin[b-jd7ll1raas] {
    letter-spacing: 6px;
    margin-bottom: 20px;
}

a.item[b-jd7ll1raas] {
    color: inherit;
    text-decoration: inherit;
}

@media only screen and (min-width: 500px) {
    .login-block[b-jd7ll1raas] {
        max-width: 70vw;
    }
}@media only screen and (max-width: 1000px) {
    .login-block[b-jd7ll1raas]{
        flex-direction:column;
    }
    .login-block > div[b-jd7ll1raas]{
        width:100%;
    }

    .login-block > div:nth-child(2) > *[b-jd7ll1raas]{
        margin-top:10px;
        margin-bottom:10px;
    }
}
/* /Pages/Home/ModuleBox/ModuleBox.razor.rz.scp.css */

.module-box-container[b-y1zwt5wd4v] {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 3vw;
    padding: 0 15px;
    max-width: 1200px;
    margin: auto;
}

.module-box[b-y1zwt5wd4v] {
    margin:auto auto 20px;
    background: white;
    padding: 10px;
    border-radius: 5px;
    display: grid;
    grid-template-rows: 35px auto 10%;
    width: 100%;
    font-size: .8rem;
    overflow: hidden;
    box-shadow: 0 0 7px -3px rgba(0,0,0,.75);
    -webkit-box-shadow: 0 0 7px -3px rgba(0,0,0,.75);
    max-width: 400px;
}

    .module-box img[b-y1zwt5wd4v] {
        height: 60%;
        margin: auto 10px;
    }

    .module-box p[b-y1zwt5wd4v] {
        margin: 15px 10px;
    }

    .module-box > div[b-y1zwt5wd4v] {
        display: flex;
    }

    .module-box span[b-y1zwt5wd4v] {
        font-size: .7rem;
    }

    .module-box strong[b-y1zwt5wd4v] {
        margin: auto;
    }


@media only screen and (max-width: 1200px) {
    .module-box-container[b-y1zwt5wd4v] {
        grid-template-columns: repeat(2,1fr);
    }
}

@media only screen and (min-width: 700px) {
    .module-box[b-y1zwt5wd4v] {
        min-height: 230px;
        margin: 0 0 20px;
    }
}
/* /Pages/Home/NotLogged/NotLogged.razor.rz.scp.css */
.home-logged-off-wrapper[b-k9f7banoke] {
    background: url('/IMG/background_09b.gif');
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    position: relative;
}
    .home-logged-off-wrapper >  a>img[b-k9f7banoke] {
        position: absolute;
        top: 10px;
        right: 30px;
        content: url('/IMG/Logos/RESULT_4.png');
        width: 10%;
        cursor:pointer;
        display:none;
    }

    .home-logged-off-wrapper > div[b-k9f7banoke] {
        margin: auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

        .home-logged-off-wrapper > div img[b-k9f7banoke] {
            object-fit: contain;
            content: url('IMG/Logos/et2019main2.4.png');
        }

        .home-logged-off-wrapper > div > p[b-k9f7banoke] {
            text-align: center;
            width: 70%;
            margin: 30px auto;
        }


.module-box-container[b-k9f7banoke] {
    width: 80%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: 3vw;
    padding: 0 15px;
    max-width: 1200px;
    margin: auto;
}

@media only screen and (min-width: 500px) {
    .home-logged-off-wrapper > a > img[b-k9f7banoke] {
        display: inherit;
    }

    .home-logged-off-wrapper > div[b-k9f7banoke] {
        margin: 20px auto;
    }
}

@media only screen and (min-width: 700px) {
    .module-box-container[b-k9f7banoke] {
        grid-template-columns: repeat(2,1fr);
    }
}

@media only screen and (min-width: 980px) {
    .module-box-container[b-k9f7banoke] {
        grid-template-columns: repeat(3,1fr);
    }
}
/* /Pages/Home/ShowBox/ShowBox.razor.rz.scp.css */
.showbox-wrapper[b-twakwr1f96] {
    padding: 30px;
}

.showbox-content-wrapper[b-twakwr1f96] {
    max-width: 700px;
    margin: auto;
    width: 70%;
}

    .showbox-content-wrapper label[b-twakwr1f96] {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }

    .showbox-content-wrapper span[b-twakwr1f96] {
        display: block;
    }

    .showbox-content-wrapper input[b-twakwr1f96] {
        width: 100%;
    }
/* /Pages/Home/SystemMessages/SystemMessages.razor.rz.scp.css */
.system-messages-wrapper[b-h0y7d01ksa] {
    width: 100%;
    margin: 20px auto auto auto;
}

    .system-messages-wrapper > div[b-h0y7d01ksa] {
        margin: auto;
        width: auto;
        background: #eee;
        border-radius: 5px;
        min-height: 10vh;
        border: #b3b3b3 solid 2px;
        display: flex;
    }

    .system-messages-wrapper span[b-h0y7d01ksa] {
        color: rgba(80,80,80, 0.9);
        font-size: .75rem;
        margin: auto;
    }

@media only screen and (min-width: 680px) {
    .system-messages-wrapper > div[b-h0y7d01ksa] {
        width: 80%;
    }
}
@media only screen and (min-width: 1000px) {
    .system-messages-wrapper > div[b-h0y7d01ksa] {
        margin: 6vh auto auto auto;
    }
}
/* /Pages/Home/TextLogin/TextLogin.razor.rz.scp.css */

.textlogin-wrapper[b-incavwau2t] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position:relative;
}

    .textlogin-wrapper a[b-incavwau2t] {
        margin-top: 20px;
    }

    .textlogin-wrapper > label[b-incavwau2t] {
        width: 100%;
        max-width: 100%;
        margin-bottom: 5px;
        display:flex;
        flex-direction:column;
    }

    .textlogin-wrapper input[b-incavwau2t] {
        -webkit-appearance: none;
        -o-transition: border .5s ease-out;
        -webkit-transition: border .5s ease-out;
        -ms-transition: border .5s ease-out;
        transition: border .5s ease-out;
        border: 1px solid #ddd;
        padding: 5px;
    }

    .textlogin-wrapper span[b-incavwau2t] {
        font-weight: bold;
        text-align: left;
    }

.spinner-grow[b-incavwau2t] {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
@media only screen and (min-width: 1000px) {
    .textlogin-wrapper[b-incavwau2t] {
        min-width: 300px;
    }
}
/* /Pages/Journal/Journal.razor.rz.scp.css */
.journal-wrapper[b-hb8mc711yc]{
    padding:20px;
    display:flex;
    flex-direction: column;
}

.search-input[b-hb8mc711yc]{
    display:flex;
    justify-content:space-evenly;
    padding:10px;
    flex-direction:column;
    grid-row-gap:10px;
}

.entry[b-hb8mc711yc] {
    border: solid #c4c4c4;
    border-radius: 10px;
    letter-spacing: 1px;
    transition: height 1s;
    margin-top: 30px;
}

.date[b-hb8mc711yc] {
    font-weight: 400;
    font-size: 0.9rem;
}
.msg[b-hb8mc711yc] {
    font-weight: 400;
    word-break: break-all;
}

.noentries[b-hb8mc711yc]{
    margin:50px 0 0;
    display:flex;
}
    .noentries span[b-hb8mc711yc] {
        margin: auto;
        font-size: 1.6rem;
        margin: 20px auto 60px;
    }

.totalcount[b-hb8mc711yc]{
    position:absolute;
    top: -1.5rem;
    right: 10px;
}
.table[b-hb8mc711yc]{
    margin-bottom:0;
}

.date[b-hb8mc711yc]{
    width:10%;
}

@media only screen and (min-width: 760px) {
        .search-input[b-hb8mc711yc] {
        flex-direction:row;
    }
    .entry[b-hb8mc711yc] {
        margin: 20px !important;
    }
    .date[b-hb8mc711yc] {
        width: 20%;
    }
}
@media only screen and (max-width: 370px) {
    .table > :not(caption) > * > *[b-hb8mc711yc] {
        padding: 0;
    }
}
/* /Pages/LoginCenter/AddLogin/AddLogin.razor.rz.scp.css */
.content-wrapper[b-8cjntualvw]{
    display:flex;
    flex-direction:column;
}
p[b-8cjntualvw]{
    font-size:.8rem;
}

.content-wrapper span[b-8cjntualvw] {
    cursor: pointer;
    margin: 5px;
}
.content-wrapper span:hover[b-8cjntualvw]{
    text-decoration:underline;
}


.bioid-enroll[b-8cjntualvw] {
    display: flex;
    min-height: 50vh;
    height: 70vh;
}
    .bioid-enroll iframe[b-8cjntualvw] {
        width: 100%;
        margin: 10px 0;
    }

.secrets[b-8cjntualvw] {
    display: flex;
    flex-direction:column;
}


@media only screen and (min-width: 480px) {
    .secrets[b-8cjntualvw] {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 600px) {
    .bioid-enroll[b-8cjntualvw] {
        min-height: 80vh;
    }

        .bioid-enroll iframe[b-8cjntualvw] {
            margin: auto;
            min-height: 80vh;
        }

    #bioidiframe[b-8cjntualvw] {
        min-height: 80vh !important;
    }
}
/* /Pages/LoginCenter/LoginCenter.razor.rz.scp.css */
.logins-wrapper[b-immv0rijgq]{
    padding:20px;
    display:flex;
    flex-direction:column;
    position:relative;
}

.logins-header[b-immv0rijgq]{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    padding:2px 30px 2px 0;
}

.cont[b-immv0rijgq] {
    background: #5cb85c;
    border-radius: .25em;
    color: white;
    padding: 2px 8px;
    margin: auto;
    position: absolute;
    top: 2px;
    right: 10%;
    cursor: help;
}

@media only screen and (min-width: 580px) {
    .logins-header[b-immv0rijgq] {
        flex-direction: row;
    }
}
/* /Pages/LoginCenter/LoginComponent/LoginComponent.razor.rz.scp.css */

.name[b-h8y7uubi4s] {
    font-size:.85rem;
    letter-spacing:1px;
}

.rounded-border-with-headline[b-h8y7uubi4s] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.icon[b-h8y7uubi4s] {
    font-size: 1rem;
    cursor: pointer;
}
/* /Pages/MultiSign/Component/Content.razor.rz.scp.css */
.bordered[b-wb0vwukz0w] {
    margin-top: -2px;
    border-radius: 10px;
    padding: 20px 20px 0;
    background: #fcfcfc;
    overflow: hidden;
    border: solid #c4c4c4;
}

/* /Pages/MultiSign/Component/SortAndSelectAll.razor.rz.scp.css */
.buttons[b-knexzf264c] {
    visibility:hidden;
}
    .buttons *[b-knexzf264c] {
        font-size:1.1rem;
        margin:auto 4px;
        cursor:pointer;
    }
    .buttons *:hover[b-knexzf264c]{
        color: gray;
    }

.select[b-knexzf264c] {
    min-width: 100px;
    display: grid;
    grid-template-columns: 50% 50%;
}
    .select span[b-knexzf264c] {
        margin: 0 10px;
        font-size: 1.2rem;
        color: #656565;
    }
    .select input[b-knexzf264c] {
        margin: auto;
    }
.item-header[b-knexzf264c] {
    display: flex;
    justify-content: space-between;
    padding: 3px 20px;
}
/* /Pages/MultiSign/MultiSign.razor.rz.scp.css */
.wrapper[b-ydlzztru5l]{
    display:flex;
    flex-direction: column;
}

.tab-wrapper[b-ydlzztru5l] {
    padding: 20px;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
}

ul[b-ydlzztru5l] {
    border-radius: 8px;
    border: solid #ddd;
    background: #e7e7e7;
    margin: auto;
}

li > div[b-ydlzztru5l]{
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:space-around;
    border-radius:0;
}
    li:first-child > div[b-ydlzztru5l] {
        border-top-left-radius: 5px !important;
        border-bottom-left-radius: 5px !important;
    }
    li:last-child > div[b-ydlzztru5l] {
        border-top-right-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
    }
li span[b-ydlzztru5l] {
    margin: auto;
    padding: 0 10px;
    color: #303030;
}

li>div[b-ydlzztru5l]{
    border-radius:0!important;
}

li:hover[b-ydlzztru5l] {
    background-color: #dddddd;
}
    li:hover span[b-ydlzztru5l] {
        color:black;
    }


.count[b-ydlzztru5l] {
    font-size:1.9rem
}


.nav-pills .nav-link.active[b-ydlzztru5l], .nav-pills .show > .nav-link[b-ydlzztru5l] {
    background-color: #cacaca;
}
.nav-pills .nav-link.active span[b-ydlzztru5l], .nav-pills .show > .nav-link span[b-ydlzztru5l]{
    color: black;
}

.bordered[b-ydlzztru5l] {
    margin-top: -2px;
    border-radius: 10px;
    padding: 20px 20px 0;
    background: #fcfcfc;
    overflow: hidden;
    border: solid #c4c4c4;
}

/* /Pages/MultiSign/Process/Process.razor.rz.scp.css */

.card[b-o8nva1mnoz] {
    display: grid;
    grid-template-columns: 80px auto 300px;
    height: 200px;
    margin-bottom: 22px;
    box-shadow: 3px 10px 18px -8px rgb(0 0 0 / 15%);
}

    .card:hover[b-o8nva1mnoz] {
        background: #f8f8f8;
    }

.middle[b-o8nva1mnoz] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

    .middle button[b-o8nva1mnoz] {
        font-size: 1rem
    }

.buttons[b-o8nva1mnoz] {
    margin: 20px 20px auto auto;
    background: #efefef;
    border-radius: 5px;
}

    .buttons i[b-o8nva1mnoz] {
        padding: 12px;
        cursor: pointer;
        font-size: .85rem;
        color:black;
    }

        .buttons i:hover[b-o8nva1mnoz] {
            background: #ddd;
            outline: 0;
        }

.mail[b-o8nva1mnoz] {
    grid-column: 1 / 4;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

    .mail label[b-o8nva1mnoz] {
        font-size: .7rem;
        font-weight: 500;
        margin-bottom: 0;
    }

    .mail input[b-o8nva1mnoz] {
        font-size: .7rem;
        margin-top: 0;
        width: 80%;
    }

    .mail > *[b-o8nva1mnoz] {
        margin: auto auto auto 40px
    }
/* /Pages/MyData/DeleteAccount/DeleteAccount.razor.rz.scp.css */
label[b-wl9fpi9k5m]{
    display:flex;
    flex-direction: column;
}
/* /Pages/MyData/MyData.razor.rz.scp.css */
.rounded-border-with-headline[b-54lt353ry3]{
    margin:20px 4px;
    padding:20px 12px;
}

label[b-54lt353ry3] {
    display: flex;
    flex-direction: column;
}

.error[b-54lt353ry3]{
    margin:40px;
    font-size:.8rem;
    display:flex;
    flex-direction:column;
    padding:0 20px;
    border-radius:5px;
}
.error > *[b-54lt353ry3]{
    margin-top:10px;
}
    .error button[b-54lt353ry3] {
        margin-bottom: 10px;
        margin-right: auto;
    }


@media only screen and (min-width: 380px) {
    .rounded-border-with-headline[b-54lt353ry3] {
        margin:20px;
    }
    label[b-54lt353ry3] {
        margin: 12px;
    }
}


@media only screen and (min-width: 500px) {
    .rounded-border-with-headline[b-54lt353ry3] {
        margin:20px;
    }
    label[b-54lt353ry3] {
        display: grid;
        grid-template-columns: 1fr 3fr;
    }
}
/* /Pages/NotificationCenter/Add/Add.razor.rz.scp.css */
.mail[b-uxxc8z2iih] {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
/* /Pages/NotificationCenter/Confirm/Confirm.razor.rz.scp.css */

label[b-npsp826u9k]{
    margin: 20px 10px;
    display:flex;
    flex-direction:column;
}
label strong[b-npsp826u9k]{
    letter-spacing: 2px;
}
    label input[b-npsp826u9k] {
        margin: auto;
        max-width: 150px;
        text-align: center;


        background: rgb(36,36,36);
        color: rgb(238 238 238);
        border: solid 1px rgb(26,26,26);
    }

    .error[b-npsp826u9k]{
        margin:20px;
    }
/* /Pages/NotificationCenter/Contact/Contact.razor.rz.scp.css */

.card[b-yhgi6mf7r9] {
    display: flex;
    flex-direction: column;
    padding: 10px 25px 10px 10px;
    margin: 20px;
    -webkit-box-shadow: 0px 0px 31px -20px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 31px -20px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 31px -20px rgba(0,0,0,0.75);
    font-size: 1.25rem;
    grid-row-gap: 8px;
}

.infos[b-yhgi6mf7r9] {
    display: grid;
    grid-template-columns: 1fr 1fr 3fr;
}

    .infos > *[b-yhgi6mf7r9] {
        margin: auto;
    }

.events[b-yhgi6mf7r9] {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

    .events input[b-yhgi6mf7r9] {
        width: .8rem;
        height: .8rem;
    }

.buttons[b-yhgi6mf7r9] {
    display:flex;
    margin:auto;
}

    .buttons > *[b-yhgi6mf7r9] {
        margin: auto;
    }

@media only screen and (min-width: 760px) {
    .card[b-yhgi6mf7r9] {
        display: grid;
        grid-template-columns: 70px auto 350px 60px;
    }
    .events[b-yhgi6mf7r9] {
        margin-right: 100px;
    }
    .buttons[b-yhgi6mf7r9] {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
/* /Pages/NotificationCenter/NotificationCenter.razor.rz.scp.css */
.notifications-wrapper[b-f5chcmq44z] {
    padding: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.notifications-header[b-f5chcmq44z] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2px 30px 2px 0;
}

.empty[b-f5chcmq44z] {
    display: flex;
    margin: 40px 40px auto;
    color: #575757;
}

    .empty > *[b-f5chcmq44z] {
        margin: auto
    }

.heading-div[b-f5chcmq44z]{
    display:flex;
}
.heading-div > *[b-f5chcmq44z] {
    margin:auto;
    margin-left:5px;
}
.heading-div input[b-f5chcmq44z]{
    font-size:1.4rem;
}
.heading-div > div[b-f5chcmq44z]{
    margin-left: 35px;
}

@media only screen and (min-width: 760px) {
    .notifications-header[b-f5chcmq44z] {
        flex-direction: row;
    }
}
/* /Pages/PasswordSafe/Info/Info.razor.rz.scp.css */
label[b-gm7xlywl0b] {
    display: flex;
    flex-flow: column;
    margin:10px ;
}

.add[b-gm7xlywl0b] {
    background: #5cb85c;
    color: #FFF !important;
    border: 1px solid #5cb85c;
    margin: auto 10px 10px auto;
    width: 80px;
}

.remove[b-gm7xlywl0b] {
    background: #d2322d;
    color: #FFF !important;
    border: 1px solid #ac2925;
    margin: auto 10px 10px auto;
    width: 80px;
}

.secret[b-gm7xlywl0b] {
    display: flex;
    flex-direction: column;
}
    .secret > label[b-gm7xlywl0b] {
        position: relative;
    }

.vis[b-gm7xlywl0b] {
    position: absolute;
    right: 10px;
    bottom: .35rem;
    cursor: pointer;
}
    .vis:hover[b-gm7xlywl0b] {
        color: #6f6f6f;
    }

@media only screen and (min-width: 480px) {
    .secret[b-gm7xlywl0b] {
        display: grid;
        grid-template-columns: auto 100px;
    }
}

/* /Pages/PasswordSafe/PasswordSafe.razor.rz.scp.css */
.passwords-wrapper[b-8ipk80ewng] {
    padding: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.passwords-header[b-8ipk80ewng] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2px 30px 2px 0;
}

@media only screen and (min-width: 480px) {
    .passwords-header[b-8ipk80ewng] {
        flex-direction: row;
    }
}
/* /Pages/PasswordSafe/Password/Password.razor.rz.scp.css */
.card[b-ym16wg8mep] {
    display: grid;
    grid-template: 1fr 1fr / 1fr;
    padding: 10px 25px 10px 10px;
    margin: 20px;
    -webkit-box-shadow: 0px 0px 31px -20px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 31px -20px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 31px -20px rgba(0,0,0,0.75);
    font-size: 1.25rem;
}

.buttons[b-ym16wg8mep] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: #efefef;
    border-radius: 5px;
}

    .buttons > *[b-ym16wg8mep] {
        margin: auto;
    }

    .buttons *[b-ym16wg8mep] {
        margin: auto;
        padding: 12px;
        cursor: pointer;
        font-size: .95rem;
        text-align: center;
        width: 100%;
        color:inherit;
        text-decoration:none;
    }

        .buttons *:hover[b-ym16wg8mep] {
            background: #ddd;
            outline: 0;
        }
input[b-ym16wg8mep] {
    width: 1rem;
    height: 1rem;
    margin:auto
}
.inpt[b-ym16wg8mep]{
    display:flex;
}
.inpt > *[b-ym16wg8mep]{
    margin:auto
}

.disabled[b-ym16wg8mep] {
    pointer-events: none;
    filter: invert(.5);
}
@media only screen and (min-width: 480px) {
    .card[b-ym16wg8mep] {
        grid-template:none;
        grid-template-columns: auto 150px;
    }
}
/* /Pages/Register/Register.razor.rz.scp.css */
.wrapper[b-7r71nssatq]{
    padding:20px;
    margin-left: auto;
    margin-right: auto;
}

    .wrapper > div[b-7r71nssatq] {
        margin: 30px auto;
        max-width: 70vw;
    }
    .wrapper *[b-7r71nssatq] {
        font-size: .9rem;
    }


label input[b-7r71nssatq] {
    max-width: 400px;
}

.horizontal-line[b-7r71nssatq] {
    height:1px;
    border-top: solid #dddd 1px;
    width:80%;
    margin:20px auto;
}

iframe[b-7r71nssatq] {
    min-height:400px;
    width:100%;
}
.iframe-wrapper[b-7r71nssatq] {
    background: rgb(248 248 248);
    margin-bottom:0;
}

.checkbox-label[b-7r71nssatq] {
    display: flex !important;
    margin: 15px auto !important;
    font-size: .8rem;
}
    .checkbox-label > *[b-7r71nssatq] {
        margin: 10px auto;
    }

.pdf[b-7r71nssatq] {
    width: 50vw;
    margin: 0 17px auto;
    font-size: 1rem;
}

    .pdf a:hover[b-7r71nssatq] {
        text-decoration: underline;
    }

    .pdf a[b-7r71nssatq] {
        color: inherit;
        text-decoration: none;
        cursor: pointer;
    }

    .pdf i[b-7r71nssatq] {
        margin: 0 10px;
    }
.rounded-border-with-headline > h3[b-7r71nssatq]{
    font-size:1.3rem;
}


@media only screen and (max-width: 1000px) {
    .wrapper > div[b-7r71nssatq] {
        max-width: 90vw;
    }
    .form-wrapper > label[b-7r71nssatq] {
        grid-template-columns: 8fr 16fr 1fr;
    }
}
/* /Pages/RequestDemo/RequestDemo.razor.rz.scp.css */
.rounded-border-with-headline[b-lyn1v1owf9]{
    max-width: 900px;
    margin:auto;
    padding:40px 50px;
}
    .rounded-border-with-headline h3[b-lyn1v1owf9] {
        font-size: 1.7rem;
        top: -1.4rem;
    }
.wrapper[b-lyn1v1owf9]{
    display:flex;
    padding:20px;
}

    .wrapper *[b-lyn1v1owf9] {
        font-size: .9rem;
    }
.form-wrapper > label[b-lyn1v1owf9]{
    grid-template-columns: 1fr 1fr;
}

button[b-lyn1v1owf9]{
    margin: 40px 0 0;
}
/* /Pages/Settings/Settings.razor.rz.scp.css */
.settings-wrapper[b-ubtnadsd1c] {
    font-size: 1.3rem;
    display: flex;
    flex-direction: column;
    padding: 14px;
    height: 100%;
}


.settings-content[b-ubtnadsd1c]{
    display:flex;
    flex-direction:column;
}
.input-group[b-ubtnadsd1c]{
    margin:10px
}
.input-group *[b-ubtnadsd1c]{
    font-size:.7rem;
}

.rounded-border-with-headline[b-ubtnadsd1c] {
    margin: 20px 4px;
    display: flex;
    flex-direction: column
}
.rounded-border-with-headline span[b-ubtnadsd1c]{
    margin:15px auto auto;
}
.rounded-border-with-headline h3[b-ubtnadsd1c] {
    cursor:pointer;
}
    .rounded-border-with-headline:last-child h3[b-ubtnadsd1c] {
        font-size: .8rem;
    }

.enc[b-ubtnadsd1c] {
    display: flex;
    flex-direction: column;
    font-size: .8rem;
}

.enc > div[b-ubtnadsd1c]{
    display:flex;
    flex-direction:column;
    margin:auto;
}
    .enc > div:first-child[b-ubtnadsd1c] {
        width: 86%;
    }

label[b-ubtnadsd1c]{
    display:flex;
    flex-direction: column;
    margin:10px;
}
.error[b-ubtnadsd1c]{
    border-radius: 5px;
}

button[b-ubtnadsd1c]{
    margin:auto
}

input[type=checkbox][b-ubtnadsd1c]{
    width:.8rem;
    height:.8rem;
}

@media only screen and (min-width: 760px) {
    .enc[b-ubtnadsd1c] {
        display: grid;
        grid-template-columns: 2fr 3fr;
    }
    .settings-content[b-ubtnadsd1c] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }
    .rounded-border-with-headline:last-child[b-ubtnadsd1c] {
        grid-column: 1 / 3;
        width: 80%;
        margin: 20px auto;
    }
        .rounded-border-with-headline:last-child h3[b-ubtnadsd1c] {
            font-size: 1rem;
        }
    .rounded-border-with-headline[b-ubtnadsd1c] {
    }
        .rounded-border-with-headline span[b-ubtnadsd1c] {
            margin: auto;
        }
}
@media only screen and (min-width: 980px) {

    .rounded-border-with-headline:last-child h3[b-ubtnadsd1c] {
        font-size: 1rem;
    }
    .rounded-border-with-headline:last-child[b-ubtnadsd1c] {
        width: 60%;
    }
}
/* /Pages/SingleSign/SingleSign.razor.rz.scp.css */
.cont[b-sicfc6c7r5] {
    background: #5cb85c;
    border-radius: .25em;
    color: white;
    padding: 2px 8px;
    margin: auto;
    position: absolute;
    top: 2px;
    right: 10%;
    cursor: help;
}

.single-sign-wrapper[b-sicfc6c7r5] {
    display: flex;
    padding: 20px;
    flex-direction: column;
    position: relative;
}

/* /Pages/User/AddUser/AddUser.razor.rz.scp.css */
label[b-mflw7tv7n7] {
    color: black;
    float: left;
}

span[b-mflw7tv7n7]{
    color:black;
}

.add-button *[b-mflw7tv7n7]{
    color:white!important;
}
/* /Pages/User/User.razor.rz.scp.css */

.add-button[b-6qdi5pe7d2] {
    display: flex;
    margin: auto 20px auto auto;
}
.add-button *[b-6qdi5pe7d2]{
    margin:auto 5px;
}
.header[b-6qdi5pe7d2] {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}


.user-wrapper[b-6qdi5pe7d2] {
    padding: 20px;
    position: relative;
}
.cont[b-6qdi5pe7d2] {
    background: #5cb85c;
    border-radius: .25em;
    color: white;
    padding: 2px 8px;
    margin: auto;
    position: absolute;
    top: 2px;
    right: 10%;
    cursor: help;
}

.nousers[b-6qdi5pe7d2] {
    display: flex;
    margin: 40px 40px auto;
    color: #575757;
}
.nousers > *[b-6qdi5pe7d2]{
    margin:auto
}


@media only screen and (min-width: 420px) {

    .header[b-6qdi5pe7d2] {
        margin-top: 30px;
        flex-direction: row;
    }
}
/* /Pages/User/UserView/UserView.razor.rz.scp.css */


.name[b-gaewp5dr1w] {
    font-weight: bold;
}
.rounded-border-with-headline[b-gaewp5dr1w] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.icon[b-gaewp5dr1w] {
    font-size: 1rem;
    cursor: pointer;
}
/* /Shared/Component/CreateFolder/CreateFolder.razor.rz.scp.css */
.create-folder-wrapper[b-t67la3g1r4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

    .create-folder-wrapper > input[b-t67la3g1r4] {
        width: 100%;
        margin-top: 8px;
    }

.spinner-grow[b-t67la3g1r4]{
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
}
/* /Shared/Component/MoveFile/MoveFile.razor.rz.scp.css */

/* Remove default bullets */
ul[b-aky3cr049a], #moveUL[b-aky3cr049a] {
    list-style-type: none;
    list-style-position: inside;
    margin-top: 13px;
}
/* /Shared/Component/MoveFile/MoveItem.razor.rz.scp.css */

/* Remove default bullets */
ul[b-1d4sb510qa], #moveUL[b-1d4sb510qa] {
    list-style-type: none;
}

/* Hide the nested list */
.nested[b-1d4sb510qa] {
    display: none;
}

/* Style the caret/arrow */
.caret[b-1d4sb510qa] {
    cursor: pointer;
    user-select: none; /* Prevent text selection */
}

    /* Create the caret/arrow with a unicode, and style it */
    .caret[b-1d4sb510qa]::before {
        font-family: "Font Awesome 5 Free";
        content: "\25B6";
        color: black;
        display: inline-block;
        margin-right: 6px;
    }

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down[b-1d4sb510qa]::before {
    transform: rotate(90deg);
}


/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active[b-1d4sb510qa] {
    display: block;
}

span[b-1d4sb510qa]{
    cursor:pointer;
}

.carett[b-1d4sb510qa] {
    min-width: 25px;
    height: 10px;
    display: inline-block;
}
.nested[b-1d4sb510qa]{
    padding-left:1rem;
}
/* /Shared/Component/OffCanvas.razor.rz.scp.css */
.offcanvas[b-4pa9sqi1a6]{
    height:95vh;
    visibility:visible;
}
/* /Shared/Component/Pagination/Pagination.razor.rz.scp.css */
@media only screen and (max-width: 400px) {
    .page-link[b-h7uebg78ot] {
        font-size: .8rem;
    }
}
@media only screen and (max-width: 580px) {
    .extra[b-h7uebg78ot] {
        display: none;
    }
}
/* /Shared/Component/PasswordQualityIdentifier/PasswordQualityIdentifier.razor.rz.scp.css */
.secret-strength[b-esqwlsqztd] {
    display: flex;
    flex-direction: row;
}

    .secret-strength > div[b-esqwlsqztd] {
        height: 2px;
        width: 40px;
        margin: auto 5px;
    }

    .secret-strength.first > div:first-child[b-esqwlsqztd] {
        filter: none !important;
        outline: #ff000054 solid;
    }

    .secret-strength.second > div:nth-child(2)[b-esqwlsqztd] {
        filter: none !important;
        outline: #c7c71763 solid;
    }

    .secret-strength.third > div:nth-child(3)[b-esqwlsqztd] {
        filter: none !important;
        outline: #1adb1a solid;
    }

    .secret-strength > div:first-child[b-esqwlsqztd] {
        background: red;
        filter: opacity(0.3);
    }

    .secret-strength > div:nth-child(2)[b-esqwlsqztd] {
        background: #c7c717;
        filter: opacity(0.3);
    }

    .secret-strength > div:nth-child(3)[b-esqwlsqztd] {
        background: green;
        filter: opacity(0.3);
    }

    .secret-strength span[b-esqwlsqztd] {
        margin: 2px auto auto 4px;
    }

.lab-strength[b-esqwlsqztd] {
    margin: 0 0 20px !important;
}

.inv[b-esqwlsqztd] {
    color: red;
}

.good[b-esqwlsqztd] {
    color: #25aa25;
}
/* /Shared/Component/Popup.razor.rz.scp.css */
.modal-header[b-4730vghohd] {
    padding: .5rem;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}

.button[b-4730vghohd]{
    display:flex;
}


.big[b-4730vghohd] {
    max-width: 96vw;
    height: 90vh;
}
.big > div[b-4730vghohd]{
    height:100%;
}
/* /Shared/Component/SingleSign/SingleSign.razor.rz.scp.css */


.paginator[b-pnld1e6mbb] {
    height: 50px;
}

.vertical-line[b-pnld1e6mbb] {
    width: 1px;
    height: 100%;
    border-right: 1px solid #ddd;
    margin: 50px 10px;
}

.upload-wrapper[b-pnld1e6mbb] {
    padding: 6px;
    overflow: hidden;
    min-height: 250px;
    width: 50vw;
    border: 5px dashed #dddd;
    border-radius: 17px;
    display: flex;
    flex-direction: column;
    color: #cdcdcd;
    margin: 40px auto;
    transition: background-color .3s;
    cursor: pointer;
    position: relative;
}

    .upload-wrapper > span[b-pnld1e6mbb] {
        margin: 5px auto;
    }

    .upload-wrapper > i[b-pnld1e6mbb] {
        margin: auto auto 5px;
        font-size: 3rem;
    }

    .upload-wrapper > div[b-pnld1e6mbb] {
    }

    .upload-wrapper:hover[b-pnld1e6mbb] {
        background: #f6f6f6;
    }

.overlay[b-pnld1e6mbb] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 13px;
    z-index: 100;
    display: flex;
    transition: background-color .5s ease-out;
}

    .overlay > span[b-pnld1e6mbb] {
        margin: auto;
        font-size: 1.2rem;
        color: black;
    }

.overlay-dragover[b-pnld1e6mbb] {
    background: #cfcfcf61;
}

.progress[b-pnld1e6mbb] {
    margin: 20px 30px 12px;
    height: 5px;
    background: rgba(206, 22, 30, 34%);
}

.progress-bar[b-pnld1e6mbb] {
    background: rgb(206, 22, 30);
}

.overlay-msg[b-pnld1e6mbb] {
    display: none;
    border-radius: 17px;
    background: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    color: #545454;
    font-size: 1.3rem;
}

.active[b-pnld1e6mbb] {
    display: inline-flex;
}

embed[b-pnld1e6mbb] {
    width: calc(100% - 12px);
}

.result[b-pnld1e6mbb] {
    display: flex;
    flex-direction: column;
    margin: auto;
}

    .result > *[b-pnld1e6mbb] {
        margin: auto
    }

    .result > i[b-pnld1e6mbb] {
        color: var(--bs-success);
        font-size: 4rem;
        margin: 18px auto;
    }

    .result > button[b-pnld1e6mbb] {
        margin-top: 80px;
    }







/*copied*/
.sign-wrapper[b-pnld1e6mbb] {
    display:flex;
    flex-direction:column;
    height: 100%;
    width: 100%;
    overflow: auto;
}

    .sign-wrapper > div[b-pnld1e6mbb] {
        height: 100%;
    }

        .sign-wrapper > div:first-child[b-pnld1e6mbb] {
            background: gray;
            border-radius: 5px;
        }

        .sign-wrapper > div:last-child[b-pnld1e6mbb] {
            padding: 10px;
            display: flex;
            flex-direction: column;
        }

#signembdiv img:first-child[b-pnld1e6mbb] {
    border-radius: 5px;
    width: 100%;
}

.pagination[b-pnld1e6mbb] {
    width: 100%;
    display: flex;
    justify-content: space-around;
    height: 100px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #cdcdcd;
}

    .pagination > div[b-pnld1e6mbb] {
        margin: auto
    }


img[b-pnld1e6mbb] {
    object-fit: contain;
}

#signembdiv[b-pnld1e6mbb] {
    position: relative;
    z-index: 9;
    height: calc(100% - 50px);
}

#sigblockstartdiv[b-pnld1e6mbb] {
    background: gray;
    padding: 20px;
    display: flex;
    justify-content: space-around;
   flex-direction:column;
}

    #sigblockstartdiv div[b-pnld1e6mbb] {
        display: flex;
        flex-direction: column;
    }

        #sigblockstartdiv div > *[b-pnld1e6mbb] {
            margin: auto;
        }

#dragableImg[b-pnld1e6mbb] {
    width: 33.57%;
    cursor: grab;
    z-index: 10;
    object-fit: cover;
}

.ui-draggable-dragging[b-pnld1e6mbb] {
    -webkit-box-shadow: 1px 1px 18px 12px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 18px 12px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 18px 12px rgba(0,0,0,0.75);
    cursor: grabbing !important;
}


.emb[b-pnld1e6mbb] {
    padding: 10px;
}

.iframediv[b-pnld1e6mbb] {
    display: flex;
    width: 100%;
    background: gray;
}

    .iframediv iframe[b-pnld1e6mbb] {
        margin: auto;
        width: 350px;
        height: 350px;
    }



.finalemb[b-pnld1e6mbb] {
    height: 100%;
    width: 100%;
}

@media only screen and (min-width: 480px) {
    .sign-wrapper[b-pnld1e6mbb] {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .pagination[b-pnld1e6mbb] {
        height: 50px;
    }
    #sigblockstartdiv[b-pnld1e6mbb] {
        flex-direction: row;
    }
}
/* /Shared/Component/Uploader/Uploader.razor.rz.scp.css */
.upload-wrapper[b-jxaew5isjx] {
    margin: auto;
    width: auto;
    padding: 6px;
    overflow: hidden;
    min-height: 200px;
    border: 5px dashed #dddd;
    border-radius: 17px;
    display: flex;
    flex-direction: column;
    color: #cdcdcd;
    transition: background-color .3s;
    cursor: pointer;
    position: relative;
    max-width: 360px;
}

    .upload-wrapper > span[b-jxaew5isjx] {
        margin: auto;
    }

    .upload-wrapper > i[b-jxaew5isjx] {
        margin: auto;
        font-size: 3rem;
    }

    .upload-wrapper > div[b-jxaew5isjx] {
    }

    .upload-wrapper:hover[b-jxaew5isjx] {
        background: #f6f6f6;
    }

@media only screen and (min-width: 800px) {
    .upload-wrapper[b-jxaew5isjx] {
        margin: 40px auto;
        max-width: 600px;
        width: 60%;
    }
}
.overlay[b-jxaew5isjx] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 13px;
    z-index: 100;
    display: flex;
    transition: background-color .5s ease-out;
}

    .overlay > span[b-jxaew5isjx] {
        margin: auto;
        font-size: 1.2rem;
        color: black;
    }

.overlay-dragover[b-jxaew5isjx] {
    background: #cfcfcf61;
}

.progress[b-jxaew5isjx] {
    margin: 20px 30px 12px;
    height: 5px;
    background: rgba(206, 22, 30, 34%);
}

.progress-bar[b-jxaew5isjx] {
    background: rgb(206, 22, 30);
}
.overlay-msg[b-jxaew5isjx] {
    display: none;
    border-radius: 17px;
    background: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    color: #545454;
    font-size: 1.3rem;
}

.active[b-jxaew5isjx] {
    display: inline-flex;
}
/* /Shared/FileCabinetMenu/FileCabinetMenu.razor.rz.scp.css */

.file-cabinet-menu-wrapper[b-g1k2pr0umi] {
    background: rgb(239, 239, 239);
    margin: 2px 1px 0px;
    border: 2px solid #a0a0a0dd;
    min-width: var(--filecabinetmenu-width);
    flex-direction: column;
    position: relative;
    border-radius: 3px;
}

.file-cabinet-menu-content[b-g1k2pr0umi] {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.file-cabinet-menu-content[b-g1k2pr0umi]::-webkit-scrollbar {
    display: none;
}

/* Remove default bullets */
ul[b-g1k2pr0umi], .ul[b-g1k2pr0umi] {
    list-style-type: none;
    padding-left:5px;
}

@media only screen and (min-width: 900px) {
    .file-cabinet-menu-wrapper[b-g1k2pr0umi] {
        max-width: var(--filecabinetmenu-width);
        min-height: 60vh;
        display: flex;
    }
}
/* /Shared/FileCabinetMenu/FileCabinetMenuFoldergroup/FileCabinetMenuFoldergroup.razor.rz.scp.css */
.file-cabinet-menugroup[b-zpbwu30tr6] {
    border: 1px solid rgb(173,173,173);
    border-radius: 5px;
    background: rgb(221, 221, 221);
    margin: 10px 2px;
    padding: 5px 0 0;
    display: grid;
    grid-template-columns: 40px auto 60px;
}
    .file-cabinet-menugroup:hover[b-zpbwu30tr6] {
        background: rgb(201 201 201);
    }
    .file-cabinet-menugroup > div[b-zpbwu30tr6] {
        height: auto;
    }
    .file-cabinet-menugroup a[b-zpbwu30tr6] {
        color: black;
        text-decoration: none;
    }
    .file-cabinet-menugroup > span[b-zpbwu30tr6],i[b-zpbwu30tr6]{
        margin:auto;
    }
    .file-cabinet-menugroup > i:hover[b-zpbwu30tr6] {
        color: #5f5f5f;
    }
    .file-cabinet-menugroup > ul[b-zpbwu30tr6] {
        grid-column: 1 / 4;
    }

.add-folder[b-zpbwu30tr6] {
    font-size: .9rem;
    position: absolute;
    right: 10px;
    bottom: 0;
    top: 0;
    vertical-align: middle;
    cursor: pointer;
    display:flex;
}
.add-folder > div[b-zpbwu30tr6]{
    margin:auto;
}
    .add-folder i[b-zpbwu30tr6] {
        vertical-align: middle;
    }


.accordion-heading[b-zpbwu30tr6] {
    margin: 4px 0 4px 14px;
    position: relative;
}
.accordion-group[b-zpbwu30tr6] {
    position: relative;
}

.accordion-body[b-zpbwu30tr6]{
    padding:0;
}


.create-folder[b-zpbwu30tr6] {
    display: inline;
}

/* /Shared/FileCabinetMenu/FileCabinetMenuFolder/FileCabinetMenuFolder.razor.rz.scp.css */

.file-cabinet-menu-folder-wrapper[b-aazwyrxq5z] {
    height: 35px;
    display: grid;
    grid-template-columns: 20px auto 30px;
    padding: 2px 10px;
    border-bottom: solid 1px rgb(202,202,202);
    border-radius: 2px;
    background: #f5f5f5;
    font-size: .85rem;
}
    .file-cabinet-menu-folder-wrapper:hover[b-aazwyrxq5z] {
        background: #ececec;
    }


.file-cabinet-folder-content-count[b-aazwyrxq5z] {
    display: flex;
    flex-direction: column;
    width: auto;
    font-size: .5rem;
}

    .file-cabinet-folder-content-count > span[b-aazwyrxq5z] {
        display: flex;
        flex-direction: row;
    }

        .file-cabinet-folder-content-count > span > i[b-aazwyrxq5z] {
            margin: auto 3px;
            font-size:inherit;
        }

.file-cabinet-menu-folder-wrapper > i[b-aazwyrxq5z] {
    margin: auto;
}


.dropdowndiv[b-aazwyrxq5z] {
    position: relative;
}

    .dropdowndiv > div[b-aazwyrxq5z] {
        z-index: -1;
        position: absolute;
        opacity: 0;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .dropdowndiv > a[b-aazwyrxq5z] {
        display: list-item;
    }

        .dropdowndiv > a > span[b-aazwyrxq5z] {
            display: list-item;
        }
/* /Shared/FileCabinetMenu/FileCabinetMenuMemory/FileCabinetMenuMemory.razor.rz.scp.css */
.file-cabinet-menu-memory-wrapper[b-d6ger9yr93] {
    display: flex;
    flex-direction: column;
    border-top: #e0e0e0 solid 2px;
    height: var(--filecabinetmenu-memory-height);
    margin: auto 5px 0 5px;
}

.file-cabinet-menu-memory-wrapper span[b-d6ger9yr93]{
    font-size:.7rem
}


.progress[b-d6ger9yr93] {
    height: 5px;
    background: rgba(206, 22, 30, 34%);
}

.progress-bar[b-d6ger9yr93] {
    background: rgb(206, 22, 30);
}
/* /Shared/FileCabinetMenu/FileCabinetMenuSearchbox/FileCabinetMenuSearchbox.razor.rz.scp.css */
.file-cabinet-searchbox[b-ryh99jli17] {
    height: var(--filecabinetmenu-search-height);
    display: flex;
    align-items: center;
    border-bottom: 2px solid rgba(221, 221, 221, 0.867);
}

    .file-cabinet-searchbox input[type="text"][b-ryh99jli17] {
        width: 65%;
        height: 1.3rem;
        margin: 0 10px;
        font-size: .65rem;
    }

    a[b-ryh99jli17]{
        padding:4px 8px;
    }
/* /Shared/Footer/Footer.razor.rz.scp.css */
.footer-wrapper[b-qv8hljs2h5] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 3px;
    align-content: center;
    background: linear-gradient(#8e8e8e, #9a9a9a);
    border-top: 1px solid #ddd;
    height: var(--footer-height);
    padding: 10px 30px;
    font-size: .9rem;
}

    .footer-wrapper > div[b-qv8hljs2h5] {
        margin: auto;
    }

    .footer-wrapper a[b-qv8hljs2h5] {
        color: inherit;
        text-decoration:none;
    }
    .footer-wrapper a:hover[b-qv8hljs2h5]{
        text-decoration:underline;
    }

    .footer-wrapper .copyright[b-qv8hljs2h5] {
        margin: 0;
        font-size: .6rem;
    }

.lang[b-qv8hljs2h5] {
    display: flex;
    justify-content: space-around;
    height: 16px;
    width: 150%;
    left: -25%;
    position: absolute;
    font-size: .7rem;
}
.lang span[b-qv8hljs2h5]{
    margin:0 5px;
    cursor:pointer;
}
.lang span:hover[b-qv8hljs2h5]{
    text-decoration:underline;
}


@media only screen and (min-width: 490px) {
    .footer-wrapper[b-qv8hljs2h5] {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 10px;
    }
}

@media only screen and (min-width: 960px) {
    .footer-wrapper[b-qv8hljs2h5] {
        grid-template: 1fr 1fr .5fr / 1fr 1fr 1fr 1fr;
        grid-row-gap: 0;
    }
}
/* /Shared/MainLayout/MainLayout.razor.rz.scp.css */
.topbar[b-b1279pt96n] {
    border-bottom: 1px solid #e4e4e4;
    position:relative;
}

.red-stripe[b-b1279pt96n] {
    background-color: rgb(206, 22, 30);
    height: var(--redstripe-height);
}

.page-wrapper[b-b1279pt96n] {
    min-height: 100vh;
    position: relative;
    padding-bottom: var(--footer-height);
}

.main[b-b1279pt96n]{
    display:flex;
    flex-direction:column;
}

.loadingwrpper[b-b1279pt96n]{
    position:absolute;
    left: 50%;
    right:50%;
    top:15px;
    bottom:0;
    display:none;
}
    .loadingwrpper > div[b-b1279pt96n] {
        width: 4rem;
        height: 4rem;
        color: #ce161e;
    }
.loadingwrpper.show[b-b1279pt96n]{
    display:initial;
}

@media only screen and (min-width: 900px) {
    .main[b-b1279pt96n] {
        flex-direction: row;
    }
}
/* /Shared/NavMenu/Logged/Logged.razor.rz.scp.css */
.dropdown-item[b-lkb5w9u6w6]{
    display:grid;
    grid-template-columns: 40px auto;
    grid-column-gap: 2px;
}
/* /Shared/NavMenu/NavMenu.razor.rz.scp.css */
