@import '_content/Append.Blazor.Sidepanel/Append.Blazor.Sidepanel.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/Audits/HistoryBalloon.razor.rz.scp.css */
body[b-1v60f2h84z] {
}

.balloon[b-1v60f2h84z] {
    border: 1px solid lightgrey;
    p {
        margin-bottom: unset;
    }
}

.big[b-1v60f2h84z]{
    height: fit-content;
    grid-column: span 2;
}

table[b-1v60f2h84z] {
    font-size: x-small;
    td {
        line-height: normal;
    }
}
/* /Components/Audits/Placeholder.razor.rz.scp.css */
.placeholder[b-1f4126odda]{
    width: 62%;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 20px;
    border: solid 1px gray;
    background: transparent;
    cursor: pointer;
    border-radius: 3px;
}
@media screen and (max-width: 1024px) {
    .placeholder[b-1f4126odda] {
        margin-top: 20px;
        width: 90%;
    }
}
/* /Components/Audits/Popup.razor.rz.scp.css */
.popup[b-jyjsq6nj1f] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
}

.popup-content[b-jyjsq6nj1f] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 5px;
}
.achtergrond[b-jyjsq6nj1f] {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    z-index: 8;
    cursor: pointer;
}
/* /Components/Audits/Searchbar.razor.rz.scp.css */
.searchfield[b-d7weo4wxmh] {
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
    width: 30vw;
}

@media screen and (max-width: 767px) {
    .searchfield[b-d7weo4wxmh] {
        margin-top: 20px;
        width: 100%;
    }
}
/* /Components/Audits/SidepanelCreateReport.razor.rz.scp.css */
.formcontainer[b-v0ue6luiij] {
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
    row-gap: 1rem;
    margin-bottom: 1rem;
}

.buttons[b-v0ue6luiij] {
    border-radius: 5px;
    height: 38px;
    width: 45%;
}

.cancel[b-v0ue6luiij] {
    background: none;
    border: 1px solid red;
    color: red;
}
.cancel:hover[b-v0ue6luiij]{
    background: red;
    color:white;
    transition: background-color 1s;
}

.submit[b-v0ue6luiij] {
    border: 1px solid #009DE2;
    color: #009DE2;
    background: white;
}

.submit:hover[b-v0ue6luiij] {
    color: white;
    background: #009DE2;
    transition: background-color 1s;
}

.autoCompleteList[b-v0ue6luiij] {
    grid-column: span 2;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    background: white;
    padding: 10px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    max-height: 50px;
}

.autoCompleteListItem[b-v0ue6luiij] {
    padding: 0px 20px;
    margin-bottom: 5px;
    width: 100%;
    cursor: pointer;
    background-color: lightgray;
    border-radius: 3px;
    min-width: 20px;
}

.validation-message[b-v0ue6luiij] {
    grid-column: span 2;
}
/* /Components/Audits/SidepanelEditReport.razor.rz.scp.css */
.formcontainer[b-14bcpier2x] {
    display: grid;
    grid-template-columns: 32% 67%;
    align-items: center;
    row-gap: 1rem;
    margin-bottom: 1rem;
}

.buttons[b-14bcpier2x] {
    border-radius: 5px;
    height: 38px;
    width: 45%;
}

.cancel[b-14bcpier2x] {
    background: none;
    border: 1px solid red;
    color: red;
}

.cancel:hover[b-14bcpier2x] {
    background: red;
    color: white;
    transition: background-color 1s;
}

.submit[b-14bcpier2x] {
    border: 1px solid #009DE2;
    color: #009DE2;
    background: white;
}

.submit:hover[b-14bcpier2x] {
    color: white;
    background: #009DE2;
    transition: background-color 1s;
}

.autoCompleteList[b-14bcpier2x] {
    grid-column: span 2;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    background: white;
    padding: 10px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    max-height: 50px;
}

.autoCompleteListItem[b-14bcpier2x] {
    padding: 0px 20px;
    margin-bottom: 5px;
    width: 100%;
    cursor: pointer;
    background-color: lightgray;
    border-radius: 3px;
    min-width: 20px;
}
/* /Components/Audits/SummaryBalloon.razor.rz.scp.css */
body[b-3dukeu3f38] {
}

.balloon[b-3dukeu3f38] {
    border: 1px solid lightgrey;
    p {
        margin-bottom: unset;
    }
}

.big[b-3dukeu3f38]{
    height: fit-content;
    grid-column: span 2;
}
/* /Components/Audits/TableOverview.razor.rz.scp.css */
.dgreen[b-y4owc44lsn], .dred[b-y4owc44lsn] {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin: 0 auto;
}

.dgreen[b-y4owc44lsn] {
    background: #3AB52D;
}

.dred[b-y4owc44lsn] {
    background: #FF5733;
}

thead th:hover[b-y4owc44lsn]{
    cursor: pointer;
    text-decoration: underline;
}

.selected[b-y4owc44lsn]{
    font-weight: bold;
}

td.fixedheight[b-y4owc44lsn] {
    line-height: 1em;
    height: fit-content;
}
@media only screen and (max-width: 767px) {
    td.fixedheight.status[b-y4owc44lsn] {
        display: flex;
    }
}
/* /Components/Audits/TableSummaryRow.razor.rz.scp.css */
.summaryContainer[b-skwscljuc8] {
    border: 1px solid black;
    border-radius: 3px;
    height: fit-content;
}


@media screen and (max-width: 1024px) {
    .summaryContainer[b-skwscljuc8] {
        width: 100%;
        margin: 0;
        margin-top: 1rem;
    }
}

.balloncontainer[b-skwscljuc8] {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, 330px);
    gap: 15px;
}

@media screen and (max-width: 767px) {
    .balloncontainer[b-skwscljuc8] {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
}

.bolletje[b-skwscljuc8] {
    margin-left: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.bottom-holder[b-skwscljuc8]{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    grid-column-start: 1;
    grid-column-end: 3;
}

.date[b-skwscljuc8], .copy[b-skwscljuc8], .copytext[b-skwscljuc8] {
    margin: 0;
}

.date[b-skwscljuc8]{
    margin-left: 8px;
    color: darkgray;
}

.copy[b-skwscljuc8] {
    margin-right: 8px;
    color: rgb(60, 171, 242);
    display: flex;
    flex-direction: row;
    cursor: pointer;
    padding: 2px 5px;
    border-radius: 6px;
}

.copy:not(:active)[b-skwscljuc8] {
    transition: background-color 400ms step-end;
    transition: color 100ms step-end;
}

.copy:active[b-skwscljuc8] {
    background: rgb(0, 0, 0, 0.05);
    color:black;
}


.subtitle[b-skwscljuc8], .warningmessage[b-skwscljuc8]{
    padding: 0;
    margin: 0 auto;
    width: fit-content;
}

.warningmessage[b-skwscljuc8]{
    color:red;
    height: 14px;
    margin-top: -10px;
    font-size: 12px;
    margin-bottom: 3px;
}

.holder[b-skwscljuc8] {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.edit-icon[b-skwscljuc8], .copy-icon[b-skwscljuc8] {
    color: white;
    background-color: #009DE2;
    border-radius: 5px;
    padding: 5px;
}

.edit-icon:hover[b-skwscljuc8], .copy-icon:hover[b-skwscljuc8] {
    cursor: pointer;
}

.delete-icon[b-skwscljuc8]{
    color: red;
    border: 1px solid red;
    border-radius: 5px;
    padding: 5px;
}

.delete-icon:hover[b-skwscljuc8] {
    cursor: pointer;
}

.buttons[b-skwscljuc8] {
    border-radius: 5px;
    height: 38px;
    width: 45%;
}

.cancel[b-skwscljuc8] {
    background: red;
    border: 1px solid red;
    color: white;
}

.submit[b-skwscljuc8] {
    background: white;
    border: 1px solid #009DE2;
    color: #009DE2;
}

.submit:hover[b-skwscljuc8] {
    color: black;
    transition: border 0.5s;
    transition: color 0.5s;
    border: black 1px solid;
}

.cancel:hover[b-skwscljuc8] {
    color: black;
    border: black 1px solid;
    transition: background-color 0.5s;
    transition: color 0.5s;
}

.schaalbaar[b-skwscljuc8]{
    transform: scale(1);
    margin-left: 5px;
}

.schaalbaar:hover[b-skwscljuc8]{
   transition: transform 0.4s;
   transform: scale(1.1);
}

.vuilbakje:hover[b-skwscljuc8]{
    background: red;
    color:white;
    border: white;
}


.left[b-skwscljuc8], .right[b-skwscljuc8]{
    width: 150px;
}

.right[b-skwscljuc8] {
    display: flex;
    flex-direction:row;
    justify-content:end;
}

.dealername[b-skwscljuc8]{
    text-align: center;
}
/* /Pages/About.razor.rz.scp.css */

.titel[b-5x3k2h7wpb] {
    font-weight: bold;
    font-size: 3vw;
    width: 100%;
    text-align:center;
}

.ondertitel[b-5x3k2h7wpb] {
    font-weight: normal;
    font-size: 2vw;
    width: 100%;
    text-align: center;
}

.centraldiv[b-5x3k2h7wpb]{
    margin-top: 20vh;
}

.fader[b-5x3k2h7wpb]{
    animation: fadein-b-5x3k2h7wpb 2s;
}

@keyframes fadein-b-5x3k2h7wpb {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


@media (max-width: 641px) {
    .titel[b-5x3k2h7wpb] {
        font-size: 6vw;
        width: 100%;
        text-align: center;
    }

    .ondertitel[b-5x3k2h7wpb] {
        font-weight: normal;
        font-size: 5vw;
        width: 100%;
        text-align: center;
    }
    .centraldiv[b-5x3k2h7wpb] {
        margin-top: 14vh;
    }
}
/* /Pages/Audits.razor.rz.scp.css */
.tabel[b-ysy6o0crl5] {
    display: flex;
    flex-direction: column;
    justify-content:center;
}

@media screen and (min-width: 1024px) {
    .tabel[b-ysy6o0crl5] {
        display:flex;
        flex-direction: row;
    }
}

.campagnebtn[b-ysy6o0crl5] {
    background: #009DE2;
    color: white;
    border: 1px #009DE2 solid;
    height: 38px;
    border-radius: 5px;
    padding: 5px 20px;
    margin: 0px 10px 5px 0px;
    &.currentCampagne {
        background: white;
        color: #009DE2;
    }
    &:hover[b-ysy6o0crl5] {
        filter: brightness(1.2);
    }
}

.buttons[b-ysy6o0crl5] {
    border-radius: 5px;
    height: 38px;
    width: 45%;
}

.cancel[b-ysy6o0crl5] {
    background: red;
    border: 1px solid red;
    color: white;
}

.submit[b-ysy6o0crl5] {
    background: white;
    border: 1px solid #009DE2;
    color: #009DE2;
}

.submit:hover[b-ysy6o0crl5] {
    color: black;
    transition: border 0.5s;
    transition: color 0.5s;
    border: black 1px solid;
}

.cancel:hover[b-ysy6o0crl5] {
    color: black;
    border: black 1px solid;
    transition: background-color 0.5s;
    transition: color 0.5s;
}
/* /Pages/ChangePassword.razor.rz.scp.css */
.centraldiv[b-s6pbrq852t] {
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: end;
    width: fit-content;
    padding: 10px 20px;
    background: transparent;
}

.login[b-s6pbrq852t] {
    background-color: #009DE2;
    color: white;
    border-radius: 5px;
    border: white 2px solid;
    padding: 7px 5px;
}

.login:hover[b-s6pbrq852t] {
    border: #009DE2 2px solid;
    background: white;
    color: #009DE2;
    transition: 0.5s background;
    margin: 0 auto;
}

.btns[b-s6pbrq852t]{
    text-align: center;
    width: 100%;
}

h3[b-s6pbrq852t]{
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.fader[b-s6pbrq852t] {
    margin: 10px auto;
    color: #009de29e;
    border: 2px solid #009de29e;
    border-radius: 5px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
}

.lbl[b-s6pbrq852t]{
    margin-bottom: 12px;
    color: black;
}

.filler[b-s6pbrq852t] {
    margin-top: 30px;
}
/* /Pages/Index.razor.rz.scp.css */
.gmap_canvas[b-o0hc3zayk1] {
    overflow: hidden;
    background: none !important;
    height: 350px;
    width: 400px;
}

.mapouter[b-o0hc3zayk1] {
    position: relative;
    text-align: right;
    height: 350px;
    width: 400px;
}

.titel[b-o0hc3zayk1],.ondertitel[b-o0hc3zayk1]{
    text-align: center;
}

.ondertitel[b-o0hc3zayk1]{
    margin-bottom: 20px;
}

.overview[b-o0hc3zayk1]{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.titel[b-o0hc3zayk1]{
    margin-top: 0px;
}

.rightoverview[b-o0hc3zayk1]{
    margin-left: 30px;
    margin-right: 120px;
    font-size: 12px;
    margin-top: auto;
    margin-bottom: auto;
    animation: ease-in-out 1s appear-b-o0hc3zayk1;
}

.rightimg[b-o0hc3zayk1]{
    height: 90px;
    padding-bottom: 10px;
}
@keyframes appear-b-o0hc3zayk1{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}


@media (max-width: 641px) {
    .overview[b-o0hc3zayk1] {
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .rightoverview[b-o0hc3zayk1] {
        font-size: 14px;
        margin: 0 auto;
        margin-top: 20px;
        animation: none;
        text-align:center;
    }

    .mapouter[b-o0hc3zayk1]{
        margin: 0 auto;
    }

    .titel[b-o0hc3zayk1] {
        margin-top: 0;
    }
}

@media (min-width: 1024px) {
    .full[b-o0hc3zayk1]{
        height: 80vh;
    }
    .container[b-o0hc3zayk1] {
        z-index: 5;
        display: grid;
        grid-template-rows: 0.33fr 0.33fr 0.33fr;
        grid-template-columns: 1fr 1fr;
        height: fit-content;
    }
    .titel[b-o0hc3zayk1] {
        grid-column-start: 1;
        grid-column-end: 3;
        margin-bottom: 20px;
        height: fit-content;
    }
    .ondertitel[b-o0hc3zayk1] {
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .overview[b-o0hc3zayk1] {
        width: 100%;
        grid-column-start: 1;
        grid-column-end: 3;
        height: fit-content;
        padding: 0 120px;
        column-gap: 30px;
    }

}

.full[b-o0hc3zayk1]{
    z-index: -3;
}
/* /Pages/Instruments.razor.rz.scp.css */
.background[b-6o3zp3jjn9]{
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 18;
}

.dgreen[b-6o3zp3jjn9], .dred[b-6o3zp3jjn9] {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin: 0 auto;
}

.dgreen[b-6o3zp3jjn9] {
    background: green;
}

.dred[b-6o3zp3jjn9] {
    background: red;
}

.gray[b-6o3zp3jjn9]{
    background: grey;
}

.thead-resp[b-6o3zp3jjn9] {
    border-collapse: unset;
    background: white;
    border-radius: 30px;
}

tbody tr:hover[b-6o3zp3jjn9] {
    /*cursor: pointer;*/
}


thead th:hover[b-6o3zp3jjn9] {
    cursor: pointer;
    text-decoration: underline;
}

.selected[b-6o3zp3jjn9] {
    font-weight: bold;
}

.editbtn svg[b-6o3zp3jjn9]{
    margin-right: 7px;
}

.editbtn[b-6o3zp3jjn9] {
    cursor: pointer;
    text-align: center;
}

.editbtn:hover svg[b-6o3zp3jjn9] {
    color: grey;
}

.confirmbtn[b-6o3zp3jjn9] {
    background: unset;
    border: unset;
    cursor: pointer;
}

.autoCompleteList[b-6o3zp3jjn9] {
    grid-column: span 2;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    background: white;
    padding: 10px;
    z-index: 1;
    width: fit-content;
    margin-left: 24px;
}

.autoCompleteListItem[b-6o3zp3jjn9] {
    padding: 5px;
    margin-bottom: 10px;
    width: 100%;
    cursor: pointer;
    background-color: lightgray;
    border-radius: 3px;
    z-index: 1;
}

.relativ[b-6o3zp3jjn9]{
    position: relative;
}

.excelbtn[b-6o3zp3jjn9] {
    background: #157346;
    color: white;
    text-shadow: lightgreen 0px 0px 2px;
    border: none;
    box-shadow: 2px 2px 0px lightgrey;
    border-radius: 3px;
    margin: 0 10px;
    padding: 2.5px;
}

.excelbtn svg[b-6o3zp3jjn9] {
    filter: drop-shadow(2px 1px 8px rgba(255, 255, 255, 0.6));
}

.excelbtn:hover[b-6o3zp3jjn9] {
    background: #158346;
    color: white;
    border: none;
    box-shadow: 2px 3px 0px white;
    border-radius: 3px;
    transition: background ease-in-out 0.3s;
}

.overviewContainer[b-6o3zp3jjn9] {
    border: 2px solid;
    border-radius: 3px;
    height: fit-content;
    margin-bottom: 2px;
    &.green {
        border-color: green;
    }
    &.red[b-6o3zp3jjn9] {
        border-color: red;
    }
}
@media screen and (max-width: 1024px) {
    .overviewContainer[b-6o3zp3jjn9] {
        width: 100%;
        margin: 0;
        margin-top: 1rem;
    }
}

.balloncontainer[b-6o3zp3jjn9] {
    display: grid;
    grid-template-columns: repeat(auto-fit, 330px);
    gap: 10px;
    
}

@media screen and (max-width: 767px) {
    .balloncontainer[b-6o3zp3jjn9] {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
}

.filterbtn[b-6o3zp3jjn9] {
    background: #009DE2;
    color: white;
    border: 1px #009DE2 solid;
    height: 38px;
    border-radius: 5px;
    padding: 5px 20px;
    margin: 0px 10px 5px 0px;
    &.currentFilter {
        background: white;
        color: #009DE2;
    }
    &:hover[b-6o3zp3jjn9] {
        filter: brightness(1.2);
    }
}

.searchRow[b-6o3zp3jjn9] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
/* /Pages/Login.razor.rz.scp.css */
.centraldiv[b-xfkotaoxbk] {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin: 50px auto;
    margin-top: 20vh;
    background: white;
    border-radius: 5px;
    padding: 35px 50px;
    border-radius: 16px;
    border: 2px solid #009de29e;
    color: #009de29e;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
}

.lbl[b-xfkotaoxbk] {
    text-align: right;
    margin-top: 10px;
}
.btns[b-xfkotaoxbk]{
    display: flex;
    flex-direction: row;
    justify-content: end;
/*    justify-content: space-between;*/
    margin-top: 20px;
}

.register[b-xfkotaoxbk], .login[b-xfkotaoxbk]{
    width: 49%;
    border: none;
    padding: 3px 5px;
    border-radius: 4px;
}

.login[b-xfkotaoxbk] {
    background: #009DE2;
    color: white;
    border: 2px transparent solid;
}

.register[b-xfkotaoxbk] {
    background: transparent;
    color: #009de29e;
    text-decoration: underline;
}

.login:hover[b-xfkotaoxbk] {
    background: transparent;
    border: 2px #009de29e solid;
    transition: 0.5s background;
    color: #009de29e;
}

.register:hover[b-xfkotaoxbk] {
    background: rgba(255, 255, 255, 0.1);
    transition: 0.5s background;
}
h3[b-xfkotaoxbk]{
    text-decoration: underline;
    text-underline-offset: 4px;
}
/* /Pages/NotFoundPage.razor.rz.scp.css */
.center[b-xwn2b4u3jq]{
    text-align:center;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -5;
}

.biggertext[b-xwn2b4u3jq] {
    font-size: 2vw;
}

.text[b-xwn2b4u3jq] {
    font-size: 1.3vw;
}

.centeredcenter[b-xwn2b4u3jq]{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
    .biggertext[b-xwn2b4u3jq] {
        font-size: 22px;
    }

    .text[b-xwn2b4u3jq] {
        font-size: 18px;
    }
}
/* /Pages/YouNeedToBeLoggedIn.razor.rz.scp.css */
.divider[b-5ue7h02ek2] {
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login[b-5ue7h02ek2] {
    background-color: #009DE2;
    color: white;
    border-radius: 5px;
    border: white 2px solid;
    margin: 0 auto;
    padding: 5px 8px;
}

.login:hover[b-5ue7h02ek2] {
    border: #009DE2 2px solid;
    background: white;
    color: #009DE2;
    transition: 0.5s background;
}

.largeText[b-5ue7h02ek2]{
    font-size: 24px;
}

h3[b-5ue7h02ek2] {
    font-size: 28px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-vf3usgglsn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-vf3usgglsn] {
    flex: 1;
}

.top-row[b-vf3usgglsn] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vf3usgglsn]  a, .top-row[b-vf3usgglsn]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-vf3usgglsn]  a:hover, .top-row[b-vf3usgglsn]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-vf3usgglsn]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-vf3usgglsn] {
        display: none;
    }

    .top-row.auth[b-vf3usgglsn] {
        justify-content: space-between;
    }

    .top-row[b-vf3usgglsn]  a, .top-row[b-vf3usgglsn]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {

    .top-row[b-vf3usgglsn] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-vf3usgglsn]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-vf3usgglsn], article[b-vf3usgglsn] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.mainwrapper[b-qc6x8jvl45]{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 6;
    background: white;
}

.div-header[b-qc6x8jvl45] {
    box-shadow: 0px 1px 3px 3px var(--color-gray5);
    border-radius: 1rem;
    padding: 1rem;
    margin: 1rem;
}

.left[b-qc6x8jvl45], .right[b-qc6x8jvl45]{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.logo[b-qc6x8jvl45]{
    width: 3rem;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}


.links[b-qc6x8jvl45]{
    display: flex;
    flex-direction: row;
    margin-left: auto;
}

.navlink[b-qc6x8jvl45] {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 0px;
    color: black;
    padding-top: 7px;
    padding-bottom: 7px;
}

a:hover .navlink[b-qc6x8jvl45]{
    color: #009DE2;
}

.logout[b-qc6x8jvl45], .login[b-qc6x8jvl45], .register[b-qc6x8jvl45]{
    margin: auto 10px;
    padding: 7px 25px;
}

.register[b-qc6x8jvl45] {
    color: #009DE2;
    padding: 7px 5px;
}

.login[b-qc6x8jvl45] {
    background-color: #009DE2;
    color: white;
    border-radius: 5px;
    border: white 2px solid;
}

.login:hover[b-qc6x8jvl45] {
    border: #009DE2 2px solid;
    background: white;
    color: #009DE2;
    transition: 0.5s background;
}

.register:hover[b-qc6x8jvl45]{
    opacity: 0.8;
}

.right[b-qc6x8jvl45]{
    margin-right: 10px;
}

.links > a[b-qc6x8jvl45]{
    padding-right: 20px;
}

@media (min-width: 641px) {
    .smallerlink[b-qc6x8jvl45] {
        display: none;
    }

    .links[b-qc6x8jvl45] {
        display: contents;
    }

    .links[b-qc6x8jvl45] {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content:start;
        margin-top: 16px;
    }
}

@media (max-width: 641px) {
    .smallerlink[b-qc6x8jvl45] {
        display: contents;
        cursor:pointer;
    }
    
    .hamburgermenu[b-qc6x8jvl45] {
        padding: 8px;
        margin-right: 10px;
        font-size: 20px;
    }

    .hamburgermenu:active[b-qc6x8jvl45] {
        color:#009DE2;
    }

    .hamburgermenu:hover[b-qc6x8jvl45]{
        background: rgb(0, 0, 0, 0.1);
        border-radius:3px;
    }

    .links[b-qc6x8jvl45], .right[b-qc6x8jvl45] {
        display: none;
    }

    .collapse[b-qc6x8jvl45] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .collapse .links[b-qc6x8jvl45], .collapse .rechts[b-qc6x8jvl45]{
        display:block;
    }

    .left[b-qc6x8jvl45]{
        width: 100%;
        display:flex;
        flex-direction: row;
        justify-content:space-between;
    }

    .links[b-qc6x8jvl45]{
        text-align: center;
    }
    .collapse .right[b-qc6x8jvl45] {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding-top: 10px;
        width: 50%;
        margin: 0 auto;
    }
}

.logout[b-qc6x8jvl45] {
    padding: 10px 8px;
    margin-right: 15px;
    background: var(--color-error);
    border-radius: 5px;
    border: white 2px solid;
    color: var(--color-white);
    border: none;
    width: fit-content;
    display: flex;
    flex-direction: row;
    column-gap: 5px;
}

.logout:hover[b-qc6x8jvl45] {
    filter: brightness(1.2);
}

    
