@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/AllDataPage/EditFormBrooddoos.razor.rz.scp.css */
.editform[b-cqirelw536] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.cancelbtn[b-cqirelw536] {
    background: #f02424;
    padding: 4px 6px;
    border: none;
    color: white;
    border-radius: 4px;
}

.cancelbtn:hover[b-cqirelw536] {
    color: #f02424;
    background: transparent;
    border: #f02424 solid 1px;
    margin-top: 1px;
}

.editbtn[b-cqirelw536] {
    background: orange;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
}
/* /Components/AllDataPage/ExpandedLunchbox.razor.rz.scp.css */
table[b-qlo1asp5p4], td[b-qlo1asp5p4], tr[b-qlo1asp5p4], th[b-qlo1asp5p4] {
    border: none;
    text-align: center;
}

.tablerow1 td[b-qlo1asp5p4] {
    border: none;
    border-top: darkgrey 1px solid;
}

.tablerow1[b-qlo1asp5p4], .tablerow2[b-qlo1asp5p4] {
    cursor: pointer;
}

.boolholder div[b-qlo1asp5p4] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 8px;
}

.boolholder2 div[b-qlo1asp5p4] {

    justify-content: center;
    margin-top: 10px;
    border-radius: 8px 8px 8px 8px;
    padding: 10px;
    padding: 20px 0;
    margin-bottom: 10px;
}

.boolholder2[b-qlo1asp5p4] {
    padding-bottom: 0;
}

.holder[b-qlo1asp5p4] {
    margin: 8px;
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: center;
}

    .holder > div[b-qlo1asp5p4] {
        display: flex;
        justify-content: center;
        width: fit-content;
        border: double black 3px;
        margin: 8px 8px 8px 0;
        padding-top: 0;
        padding-bottom: 16px;
        border-radius: 8px;
    }

    .holder .brooddoosClickRadius[b-qlo1asp5p4] {
        width: max-content;
        display: flex;
        justify-content: center;
    }

.boolholder2 div span[b-qlo1asp5p4] {
    margin-right: 10px;
    margin-left: 10px;
}

.tdholder[b-qlo1asp5p4] {
    margin: 0;
    padding: 0;
}


td b[b-qlo1asp5p4] {
    color: darkgrey;
    font-weight: normal;
}

.brooddoos[b-qlo1asp5p4] {
    border-radius: 10px;
    width: 80%;
    transition: transform 0.2s ease-in-out, border-radius 0.3s ease-in-out;
    margin-top: 20px;
}

.tablerow1[b-qlo1asp5p4] {
    font-size: 28px;
    border-top: dotted black 1px;
    margin-top: 10px;
    padding-top: 12px;
    position: relative;
    padding-left: 70px;
}

    .tablerow1 b[b-qlo1asp5p4] {
        font-size: 24px;
    }

span[b-qlo1asp5p4] {
    font-size: 20px;
}

b[b-qlo1asp5p4] {
    font-size: 20px;
}

div[b-qlo1asp5p4] {
    font-size: 20px;
}

span svg[b-qlo1asp5p4] {
    display: inline-block;
}

tr:hover .brooddoos[b-qlo1asp5p4] {
    transform: scale(1.01);
}


.brooddoos:hover[b-qlo1asp5p4] {
    border-radius: 6px;
}

.tablerow1:last-child td[b-qlo1asp5p4] {
    border-bottom: darkgrey 1px solid;
}


.loader[b-qlo1asp5p4] {
    background: transparent;
    border-radius: 100%;
    margin-top: 10px;
}



.loading-overlay[b-qlo1asp5p4] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-spinner[b-qlo1asp5p4] {
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-top: 3px solid #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin-b-qlo1asp5p4 1s linear infinite;
}

@keyframes spin-b-qlo1asp5p4 {
    to {
        transform: rotate(360deg);
    }
}

.tablerow1[b-qlo1asp5p4] {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

    .tablerow1 > div[b-qlo1asp5p4] {
        max-width: 300px;
    }


        .tablerow1 > div:first-child[b-qlo1asp5p4] {
            width: 80px;
        }

    .tablerow1 > div[b-qlo1asp5p4] {
        width: 80%;
        white-space: initial;
        word-wrap: break-word;
    }

p[b-qlo1asp5p4], h1[b-qlo1asp5p4], h2[b-qlo1asp5p4], h3[b-qlo1asp5p4], h4[b-qlo1asp5p4], h5[b-qlo1asp5p4], div[b-qlo1asp5p4], span[b-qlo1asp5p4] {
    text-align: center;
}

.closerbtn[b-qlo1asp5p4] {
    margin-top: -44px;
    float: right;
    border-radius: 3px;
    background: transparent;
    border: none;
    width: fit-content;
    margin-right: 20px;
}

    .closerbtn svg[b-qlo1asp5p4] {
        width: 40px;
        height: 40px;
        padding: 0;
    }

.editbtn[b-qlo1asp5p4] {
    background: orange;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
}

.editform[b-qlo1asp5p4] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.measurementholder[b-qlo1asp5p4] {
    margin-bottom: 20px;
}

.helescherm[b-qlo1asp5p4] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 60;
}

.blackfiller[b-qlo1asp5p4] {
    width: 100%;
    height: 100%;
    z-index: 80;
    background: rgba(0, 0, 0, 0.5);
}

.boxholder[b-qlo1asp5p4] {
    position: fixed;
    z-index: 81;
    width: 50%;
    height: 50%;
    background: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.smallbtnholder[b-qlo1asp5p4] {
    width: 100%;
}

    .smallbtnholder button[b-qlo1asp5p4] {
        width: 32%;
    }

    .smallbtnholder .cancel[b-qlo1asp5p4] {
        color: #f02424;
        background: white;
        border: #f02424 solid 1px;
    }

    .smallbtnholder .del[b-qlo1asp5p4] {
        color: white;
        background: #f02424;
        border: #f02424 solid 1px;
    }

.del:hover[b-qlo1asp5p4] {
    border: black solid 1px;
    color: black;
}

.cancel:hover[b-qlo1asp5p4] {
    border: black solid 1px;
    color: black;
}

.delbtn[b-qlo1asp5p4] {
    background: #f02424;
    color: white;
    padding: 4px 6px;
    border: 1px solid transparent;
    border-radius: 3px;
    width: 38px;
    margin-left: auto;
    margin-right: auto;
}

.editbtn:hover[b-qlo1asp5p4] {
    border: 1px orange solid;
    background: white;
    color: orange;
}

.delbtn:hover[b-qlo1asp5p4] {
    border: 1px #f02424 solid;
    margin-top: 1px;
    background: white;
    color: #f02424;
}

.goUp[b-qlo1asp5p4] {
    position: fixed;
    right: 30px;
    bottom: 20px;
    height: 50px;
    width: 50px;
    border: none;
    border-radius: 5px;
    background: rgba(1,1,1, 0.3);
    z-index: 59;
    color: white;
}

.cancelbtn[b-qlo1asp5p4] {
    background: #f02424;
    padding: 4px 6px;
    border: none;
    color: white;
    border-radius: 4px;
}

    .cancelbtn:hover[b-qlo1asp5p4] {
        color: #f02424;
        background: transparent;
        border: #f02424 solid 1px;
        margin-top: 1px;
    }

.btnEdit[b-qlo1asp5p4] {
    background: orange;
    border: none;
    padding: 5px 5px 5px 5px;
    border-radius: 4px;
}

    .btnEdit:hover[b-qlo1asp5p4] {
        background: #D9b143;
    }

    .btnEdit svg[b-qlo1asp5p4] {
        height: 30px;
        width: 30px;
        color: white;
    }

.giveflexcol[b-qlo1asp5p4] {
    display: flex;
    flex-direction: column;
}

.delbtn1[b-qlo1asp5p4] {
    background: transparent;
    border: none;
    margin-bottom: 5px;
    border-radius: 5px;
    width: 38px;
    margin-left: auto;
    margin-right: auto;
}

    .delbtn1:hover[b-qlo1asp5p4] {
        background: rgba(1,1,1, 0.1)
    }

.kalenderlinksboven[b-qlo1asp5p4] {
    color: grey;
    position: absolute;
    left: 0;
    font-size: 16px;
    top: 0;
}

    .kalenderlinksboven p:first-child[b-qlo1asp5p4] {
        font-size: 12px;
    }

.zoekknop[b-qlo1asp5p4] {
    border: none;
    background: darkred;
    color: white;
    padding: 3px 8px;
    border-radius: 3px;
}

@media (min-width: 641px) {
    .makeThisFlex[b-qlo1asp5p4] {
        display: flex;
        flex-direction: row;
    }
}

.makeThisFlex[b-qlo1asp5p4] {
    display: flex;
    flex-direction: column;
}
/* /Components/AllDataPage/GenerateExcelAllData.razor.rz.scp.css */
.excelbtn[b-5u7bscp1wv] {
    background: #157346;
    color: white;
    text-shadow: lightgreen 0px 0px 2px;
    border: none;
    box-shadow: 2px 2px 0px lightgrey;
    border-radius: 3px;
    margin: 0 auto;
}

.excelbtn svg[b-5u7bscp1wv] {
    filter: drop-shadow(2px 1px 8px rgba(255, 255, 255, 0.6));
}

.excelbtn:hover[b-5u7bscp1wv] {
    background: #158346;
    color: white;
    border: none;
    box-shadow: 2px 3px 0px white;
    border-radius: 3px;
    transition: background ease-in-out 0.3s;
}

.doerechts[b-5u7bscp1wv]{
    width: 100%;
    display: flex;
    margin: 10px 0;
}
/* /Components/AllDataPage/MeasurementComponent.razor.rz.scp.css */
.measurement[b-fmllys9ewh] {
    border-radius: 10px;
    transition: transform 0.2s ease-in-out, border-radius 0.3s ease-in-out;
    min-width: 20px;
}

.measurement:hover[b-fmllys9ewh] {
    border-radius: 6px;
}

.superBtnClick[b-fmllys9ewh] {
    width: fit-content;
    max-width: 100%;
    display: flex;
    justify-content: center;
}

.tablerowholder[b-fmllys9ewh] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    white-space: initial;
    word-wrap: break-word;
    margin: 0 auto;
}


@media (min-width: 641px) {
    .tablerowholder[b-fmllys9ewh] {
        justify-content: center;
        flex-direction: row;
    }
}

.imgholder[b-fmllys9ewh]{
    width: 30%;
    margin: 0 auto;
    display: flex; 
    justify-content:center;
    padding-bottom: 20px;
}

.btnEdit[b-fmllys9ewh] {
    background: #D9b143;
    border: none;
    padding: 5px 5px 5px 5px;
    border-radius: 4px;
}

.btnEdit:hover[b-fmllys9ewh] {
    background: #D5bb74;
}

.btnEdit svg[b-fmllys9ewh]{
    height:30px;
    width: 30px;
    color:white;
}

.btnholder[b-fmllys9ewh]{
    display: flex;
    flex-direction:row;
    width: 300px;
    justify-content: space-around;
    margin: 0 auto;
}
.btnholder button[b-fmllys9ewh]{
    width: 50px;
    height: 50px;
    border:none;
    border-radius: 3px;
}


.submitbtn[b-fmllys9ewh] {
    background: #62a437;
}
.submitbtn:hover[b-fmllys9ewh] {
    background: #71c33d;
    color: white;
}

.cancelbtn[b-fmllys9ewh] {
    background: #E83a3b;
}

.cancelbtn:hover[b-fmllys9ewh] {
    color:white;
    background: #C33d3f;
}

.editing[b-fmllys9ewh]{
    background: rgb(53, 46, 34, 0.05);
    padding: 8px 10px 8px 10px;
    border-radius: 5px;
    margin-bottom: 45px;
}

.naamcatholder[b-fmllys9ewh]{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-evenly;
}

.tablerow1[b-fmllys9ewh] {
    border: solid 1px black;
    border-radius: 10px;
    margin-bottom: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.helescherm[b-fmllys9ewh] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 60;
}

.blackfiller[b-fmllys9ewh] {
    width: 100%;
    height: 100%;
    z-index: 80;
    background: rgba(0, 0, 0, 0.5);
}

.boxholder[b-fmllys9ewh] {
    position: fixed;
    z-index: 81;
    width: 50%;
    height: 50%;
    background: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.smallbtnholder[b-fmllys9ewh] {
    width: 100%;
}

    .smallbtnholder button[b-fmllys9ewh] {
        width: 32%;
    }

    .smallbtnholder .cancel[b-fmllys9ewh] {
        color: #f02424;
        background: white;
        border: #f02424 solid 1px;
    }

    .smallbtnholder .del[b-fmllys9ewh] {
        color: white;
        background: #f02424;
        border: #f02424 solid 1px;
    }

.del:hover[b-fmllys9ewh] {
    border: black solid 1px;
    color: black;
}

.cancel:hover[b-fmllys9ewh] {
    border: black solid 1px;
    color: black;
}

.delbtn[b-fmllys9ewh] {
    background: #f02424;
    color: white;
    padding: 4px 6px;
    border: 1px solid transparent;
    border-radius: 3px;
}

.editbtn:hover[b-fmllys9ewh] {
    border: 1px orange solid;
    background: white;
    color: orange;
}

.delbtn:hover[b-fmllys9ewh] {
    border: 1px #f02424 solid;
    margin-top: 1px;
    background: white;
    color: #f02424;
}
/* /Components/AllDataPage/RowBrooddoos.razor.rz.scp.css */
table[b-ejfvhml8mj], td[b-ejfvhml8mj], tr[b-ejfvhml8mj], th[b-ejfvhml8mj] {
    border: none;
    text-align: center;
}

.tablerow1 td[b-ejfvhml8mj] {
    border: none;
    border-top: darkgrey 1px solid;
}

.tablerow1[b-ejfvhml8mj], .tablerow2[b-ejfvhml8mj] {
    cursor: pointer;
}

.boolholder div[b-ejfvhml8mj] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 8px;
}

.boolholder2 div[b-ejfvhml8mj] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
    border-radius: 8px 8px 8px 8px;
    padding: 10px;
    padding: 20px 0;
    margin-bottom: 10px;
}

.boolholder2[b-ejfvhml8mj] {
    padding-bottom: 0;
}

.holder[b-ejfvhml8mj] {
    margin: 8px;
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: center;
}

    .holder > div[b-ejfvhml8mj] {
        display: flex;
        justify-content: center;
        width: fit-content;
        border: double black 3px;
        margin: 8px 8px 8px 0;
        padding-top: 0;
        padding-bottom: 16px;
        border-radius: 8px;
    }

    .holder .brooddoosClickRadius[b-ejfvhml8mj] {
        width: max-content;
        display: flex;
        justify-content: center;
    }

.boolholder2 div span[b-ejfvhml8mj] {
    margin-right: 10px;
    margin-left: 10px;
}

.tdholder[b-ejfvhml8mj] {
    margin: 0;
    padding: 0;
}


td b[b-ejfvhml8mj] {
    color: darkgrey;
    font-weight: normal;
}

.brooddoos[b-ejfvhml8mj] {
    border-radius: 10px;
    width: 80%;
    transition: transform 0.2s ease-in-out, border-radius 0.3s ease-in-out;
    margin-top: 20px;
}

.tablerow1[b-ejfvhml8mj] {
    font-size: 28px;
    border-top: dotted black 1px;
    margin-top: 10px;
    padding-top: 12px;
    position: relative;
    padding-left: 70px;
}

    .tablerow1 b[b-ejfvhml8mj] {
        font-size: 24px;
    }

span[b-ejfvhml8mj] {
    font-size: 20px;
}

b[b-ejfvhml8mj] {
    font-size: 20px;
}

div[b-ejfvhml8mj] {
    font-size: 20px;
}

span svg[b-ejfvhml8mj] {
    display: inline-block;
}

tr:hover .brooddoos[b-ejfvhml8mj] {
    transform: scale(1.01);
}


.brooddoos:hover[b-ejfvhml8mj] {
    border-radius: 6px;
}

.tablerow1:last-child td[b-ejfvhml8mj] {
    border-bottom: darkgrey 1px solid;
}


.loader[b-ejfvhml8mj] {
    background: transparent;
    border-radius: 100%;
    margin-top: 10px;
}



.loading-overlay[b-ejfvhml8mj] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-spinner[b-ejfvhml8mj] {
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-top: 3px solid #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin-b-ejfvhml8mj 1s linear infinite;
}

@keyframes spin-b-ejfvhml8mj {
    to {
        transform: rotate(360deg);
    }
}

.tablerow1[b-ejfvhml8mj] {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

@media (min-width: 641px) {
    .tablerow1[b-ejfvhml8mj] {
        display: flex;
        justify-content: center;
        flex-direction: row;
    }
}



    .tablerow1 > div[b-ejfvhml8mj] {
        max-width: 300px;
    }


        .tablerow1 > div:first-child[b-ejfvhml8mj] {
            width: 80px;
        }

    .tablerow1 > div[b-ejfvhml8mj] {
        width: 80%;
        white-space: initial;
        word-wrap: break-word;
    }

p[b-ejfvhml8mj], h1[b-ejfvhml8mj], h2[b-ejfvhml8mj], h3[b-ejfvhml8mj], h4[b-ejfvhml8mj], h5[b-ejfvhml8mj], div[b-ejfvhml8mj], span[b-ejfvhml8mj] {
    text-align: center;
}

.closerbtn[b-ejfvhml8mj] {
    margin-top: -44px;
    float: right;
    border-radius: 3px;
    background: transparent;
    border: none;
    width: fit-content;
    margin-right: 20px;
}

    .closerbtn svg[b-ejfvhml8mj] {
        width: 40px;
        height: 40px;
        padding: 0;
    }

.editbtn[b-ejfvhml8mj] {
    background: orange;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
}

.editform[b-ejfvhml8mj] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.measurementholder[b-ejfvhml8mj] {
    margin-bottom: 20px;
}

.helescherm[b-ejfvhml8mj] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 60;
}

.blackfiller[b-ejfvhml8mj] {
    width: 100%;
    height: 100%;
    z-index: 80;
    background: rgba(0, 0, 0, 0.5);
}

.boxholder[b-ejfvhml8mj] {
    position: fixed;
    z-index: 81;
    width: 50%;
    height: 50%;
    background: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.smallbtnholder[b-ejfvhml8mj] {
    width: 100%;
}

    .smallbtnholder button[b-ejfvhml8mj] {
        width: 32%;
    }

    .smallbtnholder .cancel[b-ejfvhml8mj] {
        color: #f02424;
        background: white;
        border: #f02424 solid 1px;
    }

    .smallbtnholder .del[b-ejfvhml8mj] {
        color: white;
        background: #f02424;
        border: #f02424 solid 1px;
    }

.del:hover[b-ejfvhml8mj] {
    border: black solid 1px;
    color: black;
}

.cancel:hover[b-ejfvhml8mj] {
    border: black solid 1px;
    color: black;
}

.delbtn[b-ejfvhml8mj] {
    background: #f02424;
    color: white;
    padding: 4px 6px;
    border: 1px solid transparent;
    border-radius: 3px;
    width: 38px;
    margin-left: auto;
    margin-right: auto;
}

.editbtn:hover[b-ejfvhml8mj] {
    border: 1px orange solid;
    background: white;
    color: orange;
}

.delbtn:hover[b-ejfvhml8mj] {
    border: 1px #f02424 solid;
    margin-top: 1px;
    background: white;
    color: #f02424;
}

.goUp[b-ejfvhml8mj] {
    position: fixed;
    right: 30px;
    bottom: 20px;
    height: 50px;
    width: 50px;
    border: none;
    border-radius: 5px;
    background: rgba(1,1,1, 0.3);
    z-index: 59;
    color: white;
}

.cancelbtn[b-ejfvhml8mj] {
    background: #f02424;
    padding: 4px 6px;
    border: none;
    color: white;
    border-radius: 4px;
}

    .cancelbtn:hover[b-ejfvhml8mj] {
        color: #f02424;
        background: transparent;
        border: #f02424 solid 1px;
        margin-top: 1px;
    }

.btnEdit[b-ejfvhml8mj] {
    background: orange;
    border: none;
    padding: 5px 5px 5px 5px;
    border-radius: 4px;
}

    .btnEdit:hover[b-ejfvhml8mj] {
        background: #D9b143;
    }

    .btnEdit svg[b-ejfvhml8mj] {
        height: 30px;
        width: 30px;
        color: white;
    }

.giveflexcol[b-ejfvhml8mj] {
    display: flex;
    flex-direction: column;
}

.delbtn1[b-ejfvhml8mj] {
    background: transparent;
    border: none;
    margin-bottom: 5px;
    border-radius: 5px;
    width: 38px;
    margin-left: auto;
    margin-right: auto;
}

    .delbtn1:hover[b-ejfvhml8mj] {
        background: rgba(1,1,1, 0.1)
    }

.kalenderlinksboven[b-ejfvhml8mj] {
    color: grey;
    position: absolute;
    left: 0;
    font-size: 16px;
    top: 24px;
}

.kalenderlinksboven p:first-child[b-ejfvhml8mj] {
    font-size: 12px;
}

.zoekknop[b-ejfvhml8mj] {
    border: none;
    background: darkred;
    color: white;
    padding: 3px 8px;
    border-radius: 3px;
}
/* /Components/CategoriesComponents/DeleteCategoryModal.razor.rz.scp.css */
.btnholder[b-uptyqbt1fe]{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
/* /Components/General/Tooltip.razor.rz.scp.css */
.tooltip-wrapper[b-izwh907nl9] {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

span[b-izwh907nl9] {
    font-family: sans-serif;
    font-weight: normal;
    font-size:14px;
    visibility: hidden;
    position: absolute;
    width: 120px;
    top: 100%;
    left: 50%;
    margin-left: -60px;
    background-color: #363636;
    opacity: 0.9;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
}

span[b-izwh907nl9]::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip-wrapper:hover span[b-izwh907nl9] {
    visibility: visible;
}

.vis[b-izwh907nl9] {
    opacity: 1;
    background-color: darkslategray;
}
/* /Components/QueryPage/GenerateExcelQuery.razor.rz.scp.css */
.excelbtn[b-dtmclzz8sz] {
    background: #157346;
    color: white;
    text-shadow: lightgreen 0px 0px 2px;
    border: none;
    box-shadow: 2px 2px 0px lightgrey;
    border-radius: 3px;
    padding: 4px 6px;
    margin: 0 3px;
}

    .excelbtn svg[b-dtmclzz8sz] {
        filter: drop-shadow(2px 1px 8px rgba(255, 255, 255, 0.6));
    }

    .excelbtn:hover[b-dtmclzz8sz] {
        background: #158346;
        color: white;
        border: none;
        box-shadow: 2px 3px 0px white;
        border-radius: 3px;
        transition: background ease-in-out 0.3s;
    }
/* /Components/QueryPage/ShowHelp.razor.rz.scp.css */
.coverpage[b-x5xdu56j17] {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

.bacg[b-x5xdu56j17] {
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

.coverpage p[b-x5xdu56j17] {
    border-radius: 3px;
    width: 100%;
    border: solid black 1px;
    background: rgba(255, 255, 255, 0.92);
    height: 90%;
    width: 90%;
    padding: 20px;
    font-family: 'Arial', sans-serif;
    overflow-y: scroll;
    z-index: 1;
}

    .coverpage p b[b-x5xdu56j17] {
        font-weight: normal;
        font-family: 'Fira Code', sans-serif;
        display: block;
        background: rgba(1,1,1, 0.2);
        border-radius: 2px;
        width: fit-content;
        padding: 2px 10px;
    }

.coverpage svg[b-x5xdu56j17] {
    padding: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: lightgrey;
    border-radius: 2px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    z-index: 1;
}
/* /Pages/AllDataPage.razor.rz.scp.css */
table[b-5msb4iv5iu], td[b-5msb4iv5iu], tr[b-5msb4iv5iu], th[b-5msb4iv5iu] {
    border: none;
    text-align: center;
}

.tablerow1 td[b-5msb4iv5iu] {
    border: none;
    border-top: darkgrey 1px solid;
}

.tablerow1[b-5msb4iv5iu], .tablerow2[b-5msb4iv5iu] {
    cursor: pointer;
}

.boolholder div[b-5msb4iv5iu]{
    display:flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 8px;
}
.boolholder2 div[b-5msb4iv5iu] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
    border-radius: 8px 8px 8px 8px;
    padding: 10px;
    padding: 20px 0;
    margin-bottom: 10px;
}
.boolholder2[b-5msb4iv5iu] {
    padding-bottom: 0;
}

.holder[b-5msb4iv5iu] {
    margin: 8px;
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: center;
}

.holder > div[b-5msb4iv5iu] {
    display: flex;
    justify-content: center;
    width: fit-content;
    border: double black 3px;
    margin: 8px 8px 8px 0;
    padding-top: 0;
    padding-bottom: 16px;
    border-radius: 8px;
}

.holder .brooddoosClickRadius[b-5msb4iv5iu]{
    width: max-content;
    display: flex;
    justify-content: center;
}

.boolholder2 div span[b-5msb4iv5iu] {
    margin-right: 10px;
    margin-left: 10px;
}

.tdholder[b-5msb4iv5iu] {
    margin: 0;
    padding: 0;
}


td b[b-5msb4iv5iu] {
    color: darkgrey;
    font-weight: normal;
}

.brooddoos[b-5msb4iv5iu] {
    border-radius: 10px;
    width: 80%;
    transition: transform 0.2s ease-in-out, border-radius 0.3s ease-in-out;
    margin-top: 20px;
}

.tablerow1[b-5msb4iv5iu]{
    font-size: 28px;
    border-top: dotted black 1px;
    margin-top: 10px;
    padding-top: 12px;
    position: relative;
    padding-left: 70px;
}

.tablerow1 b[b-5msb4iv5iu] {
    font-size: 24px;
}

span[b-5msb4iv5iu]{
    font-size: 20px;
}

b[b-5msb4iv5iu] {
    font-size: 20px;
}

div[b-5msb4iv5iu]{
    font-size: 20px;
}

span svg[b-5msb4iv5iu] {
    display: inline-block;
}

tr:hover .brooddoos[b-5msb4iv5iu] {
    transform: scale(1.01);
}


.brooddoos:hover[b-5msb4iv5iu] {
    border-radius: 6px;
}

.tablerow1:last-child td[b-5msb4iv5iu] {
    border-bottom: darkgrey 1px solid;
}


.loader[b-5msb4iv5iu]{
    background:transparent;
    border-radius: 100%;
    margin-top: 10px;
}



.loading-overlay[b-5msb4iv5iu] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-spinner[b-5msb4iv5iu] {
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-top: 3px solid #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin-b-5msb4iv5iu 1s linear infinite;
}

@keyframes spin-b-5msb4iv5iu {
    to {
        transform: rotate(360deg);
    }
}

.tablerow1[b-5msb4iv5iu] {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.tablerow1>div[b-5msb4iv5iu]{
    max-width: 300px;
}


.tablerow1>div:first-child[b-5msb4iv5iu]{
    width: 80px;
}
.tablerow1 > div[b-5msb4iv5iu] {
    width: 80%;
    white-space: initial;
    word-wrap: break-word;
}

p[b-5msb4iv5iu],h1[b-5msb4iv5iu],h2[b-5msb4iv5iu],h3[b-5msb4iv5iu],h4[b-5msb4iv5iu],h5[b-5msb4iv5iu], div[b-5msb4iv5iu],span[b-5msb4iv5iu]{
    text-align:center;
}

.closerbtn[b-5msb4iv5iu] {
    margin-top: -44px;
    float: right;
    border-radius: 3px;
    background: transparent;
    border: none;
    width: fit-content;
    margin-right: 20px;
}

.closerbtn svg[b-5msb4iv5iu]{
    width: 40px;
    height: 40px;
    padding: 0;
}

.editbtn[b-5msb4iv5iu]{
    background: orange;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
}

.editform[b-5msb4iv5iu] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.measurementholder[b-5msb4iv5iu]{
    margin-bottom: 20px;
}

.helescherm[b-5msb4iv5iu] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 60;
}

.blackfiller[b-5msb4iv5iu]{
    width: 100%;
    height: 100%;
    z-index: 80;
    background: rgba(0, 0, 0, 0.5);
}

.boxholder[b-5msb4iv5iu] {
    position: fixed;
    z-index: 81;
    width: 50%;
    height: 50%;
    background: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.smallbtnholder[b-5msb4iv5iu]{
    width: 100%;
}

.smallbtnholder button[b-5msb4iv5iu]{
    width: 32%;
}

.smallbtnholder .cancel[b-5msb4iv5iu] {
    color: #f02424;
    background: white;
    border: #f02424 solid 1px;
}

.smallbtnholder .del[b-5msb4iv5iu] {
    color: white;
    background: #f02424;
    border: #f02424 solid 1px;
}

.del:hover[b-5msb4iv5iu] {
    border: black solid 1px;
    color: black;
}

.cancel:hover[b-5msb4iv5iu] {
    border: black solid 1px;
    color: black;
}

.delbtn[b-5msb4iv5iu] {
    background: #f02424;
    color: white;
    padding: 4px 6px;
    border: 1px solid transparent;
    border-radius: 3px;
    width: 38px;
    margin-left: auto;
    margin-right: auto;
}

.editbtn:hover[b-5msb4iv5iu]{
    border: 1px orange solid;
    background: white;
    color: orange;
}

.delbtn:hover[b-5msb4iv5iu] {
    border: 1px #f02424 solid;
    margin-top: 1px;
    background: white;
    color: #f02424;
}

.goUp[b-5msb4iv5iu]{
    position: fixed;
    right: 30px;
    bottom: 20px;
    height: 50px;
    width: 50px;
    border: none;
    border-radius: 5px;
    background: rgba(1,1,1, 0.3);
    z-index: 59;
    color:white;
}

.cancelbtn[b-5msb4iv5iu] {
    background: #f02424;
    padding: 4px 6px;
    border: none;
    color: white;
    border-radius: 4px;
}

.cancelbtn:hover[b-5msb4iv5iu] {
    color: #f02424;
    background: transparent;
    border: #f02424 solid 1px;
    margin-top: 1px;
}

.btnEdit[b-5msb4iv5iu] {
    background: orange;
    border: none;
    padding: 5px 5px 5px 5px;
    border-radius: 4px;
}

.btnEdit:hover[b-5msb4iv5iu] {
    background: #D9b143;
}

.btnEdit svg[b-5msb4iv5iu] {
    height: 30px;
    width: 30px;
    color: white;
}

.giveflexcol[b-5msb4iv5iu]{
    display: flex;
    flex-direction: column;

}

.delbtn1[b-5msb4iv5iu] {
    background: transparent;
    border: none;
    margin-bottom: 5px;
    border-radius: 5px;
    width: 38px;
    margin-left: auto;
    margin-right: auto;
}

.delbtn1:hover[b-5msb4iv5iu]{
    background: rgba(1,1,1, 0.1)
}

.kalenderlinksboven[b-5msb4iv5iu] {
    color: grey;
    position: absolute;
    left: 0;
    font-size: 16px;
    top: 0;
}

.kalenderlinksboven p:first-child[b-5msb4iv5iu]{
    font-size: 12px;
}

.zoekknop[b-5msb4iv5iu]{
    border: none;
    background: darkred;
    color: white;
    padding: 3px 8px;
    border-radius: 3px;
}
.zoekknop:hover[b-5msb4iv5iu] {
    opacity: 0.8;
}

.barcodeclearer[b-5msb4iv5iu] {
    border: rgba(151, 100, 51) 1px solid;
    height: 35px;
    width: 35px;
    margin-bottom: 1px;
    background: rgba(151, 100, 51);
    border-radius: 3px;
    cursor: pointer;
    color: white;
}

.barcodeclearer:hover[b-5msb4iv5iu] {
    background: rgba(151, 100, 51, 0.7);
}
/* /Pages/Categories.razor.rz.scp.css */
.tablewrap[b-xa4nfrjxfk] {
    margin-top: 30px;
    height: 70vh;
    overflow-y: scroll;
}

thead[b-xa4nfrjxfk] {
    position: sticky;
    top: 0;
    background-color: white;
    border: none;
}

td[b-xa4nfrjxfk] {
    border: 1px solid black;
    padding: 8px;
    text-align: left;
}

tr:nth-child(even)[b-xa4nfrjxfk] {
    background-color: #f2f2f2;
}

th[b-xa4nfrjxfk] {
    padding: 0;
}

@media screen and (max-width: 1024px) {
    table[b-xa4nfrjxfk], td[b-xa4nfrjxfk], th[b-xa4nfrjxfk] {
        border: 1px solid black;
    }

    thead[b-xa4nfrjxfk] {
        float: left;
    }

        thead th[b-xa4nfrjxfk] {
            background: yellow;
        }

    tbody[b-xa4nfrjxfk] {
        float: right;
    }

    .tablewrap[b-xa4nfrjxfk] {
        min-width: 1200px;
    }
    tbody[b-xa4nfrjxfk]{
        min-width: 1200px;
    }
}
/* /Pages/Index.razor.rz.scp.css */
ul[b-rxomf5klxm]{
    list-style-type: none;
}

ul li p[b-rxomf5klxm] {
    margin-left: 16px;
}
/* /Pages/LoginPage.razor.rz.scp.css */
.submbtn[b-x9dqn53o2p] {
    background: #8aad00;
    color: white;
    border:none;
    padding: 6px 15px;
    border-radius: 5px;
    width: 100%;
}

.loginkader[b-x9dqn53o2p]{
    width:fit-content;
    margin-top: 30px;
    margin-left: 10px;
}
/* /Pages/QueryPage.razor.rz.scp.css */
.submbtn[b-snndw30crc] {
    margin-top: 20px;
    background: #643150;
    color: white;
    border: none;
    padding: 6px 15px;
    border-radius: 5px;
    width: 100%;
}

.modelholder[b-snndw30crc]{
    display: flex;
    flex-direction: column;
    justify-content:space-around;
}

.right-sideholder[b-snndw30crc]{
    margin-top: 40px;
    padding-top: 30px;
    border-top: dashed 1px black;
}

h4[b-snndw30crc] {
    width: 100%;
    text-align: center;
    font-family: 'Fira Code', sans-serif;
    font-weight: bold;
    font-size: 28px;
}

.query.error[b-snndw30crc] {
    border: 2px red dashed;
}

.query[b-snndw30crc]{
    border: 2px darkgrey double;
    max-width: 100%;
    min-height: 80px;
    margin: 18px 2px;
    padding: 8px 8px;
    border-radius: 6px;
    text-align:center;
    font-family: 'Fira Code', sans-serif;
    display: flex;
    align-items: center;
    overflow:hidden;
    flex-direction: column;
}

.query p:first-child[b-snndw30crc]{
    font-weight: bold;
    font-size: 16px;
}

.query p:last-child[b-snndw30crc]{
    font-size: 14px;
}

.form-control[b-snndw30crc] {
    font-family: 'Fira Code', sans-serif;
}



.form-control2[b-snndw30crc] {
    font-family: 'Fira Code', sans-serif;
    width: 100%;
    margin-top: 5px;
    padding: 4px 12px;
    resize: vertical;
    height: auto;
    min-height: 100px;
}

.query p svg[b-snndw30crc]{
    cursor: pointer;
}

.floater[b-snndw30crc]{
    position: absolute;
    right: 18px;
    top: 10px;
    cursor: pointer;
}

.floatcontainer[b-snndw30crc]{
    position: relative;
}

.titlearea[b-snndw30crc]{
    display:flex;
    flex-direction: row;
    position:relative;
}
.titlearea .reloader[b-snndw30crc]{
    position: absolute;
    right: 8px;
    padding: 8px;
    border-radius: 10px;
    background: transparent;
}

.bol[b-snndw30crc] {
    position: absolute;
    bottom: 12px;
    left: 5px;
    width: 14px;
    height: 14px;
    border-radius: 0 100% 0 0;
    background: green;
    opacity: 0.2;
    pointer-events: none;
}

.rodebol[b-snndw30crc]{
    background: red;
}

.floater2[b-snndw30crc] {
    position: absolute;
    right: 22px;
    bottom: 20px;
    cursor: pointer;
}

.floater:hover[b-snndw30crc], .floater2:hover[b-snndw30crc]{
    background: rgba(1, 1, 1, 0.1);
    border-radius: 5px;
}

.coverpage[b-snndw30crc] {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

.bacg[b-snndw30crc] {
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}


.coverpage p[b-snndw30crc] {
    border-radius: 3px;
    width: 100%;
    border: solid black 1px;
    background: rgba(255, 255, 255, 0.92);
    height: 90%;
    width: 90%;
    padding: 20px;
    font-family: 'Arial', sans-serif;
    overflow-y: scroll;
    z-index: 1;
}

.coverpage p b[b-snndw30crc] {
    font-weight: normal;
    font-family: 'Fira Code', sans-serif;
    display: block;
    background: rgba(1,1,1, 0.2);
    border-radius: 2px;
    width: fit-content;
    padding: 2px 10px;
}

.coverpage svg[b-snndw30crc] {
    padding: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: lightgrey;
    border-radius: 2px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    z-index: 1;
}

.coverpage2[b-snndw30crc] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 100;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.6);
}




.coverpage2 p[b-snndw30crc]{
    margin-top: 20px;
    font-size: 24px;
}

.houder[b-snndw30crc]{
    margin-bottom: 10px;
}

.houder h3[b-snndw30crc]{
    margin: 0;
}


.informationbtn[b-snndw30crc] {
    cursor: pointer;
}
/* /Pages/Schools/ClassOverviewPage.razor.rz.scp.css */
.rowview[b-g2pxq8wdd9]
{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    background: lightgray;
    margin: 10px 10px 10px 10px;
}

.rowview p[b-g2pxq8wdd9]{
    margin: 0;
}


.switcher[b-g2pxq8wdd9] {
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 6px;
    border: black solid 1px;
}

.switcher button[b-g2pxq8wdd9]{
    width: inherit;
    background: lightgrey;
    border: none;
}

.switcher button:first-child[b-g2pxq8wdd9] {
    border-radius: 6px 0 0 6px;
}
.switcher button:last-child[b-g2pxq8wdd9] {
    border-radius: 0 6px 6px 0;
}

.switcher .selected[b-g2pxq8wdd9]{
    background: darkgrey;
    font-weight: 600;
    color:white;
}

.tablerow1 td[b-g2pxq8wdd9]{
    border: none;
}

.tablerow1[b-g2pxq8wdd9]{
    border-top: 1px solid darkgrey;
    cursor: pointer;
}

.visible[b-g2pxq8wdd9]{
    background: lightgrey;
}

table td[b-g2pxq8wdd9]{
    border: none;
}

.msimg[b-g2pxq8wdd9] {
    max-width: 300px;
    max-height: 300px;
    margin-bottom: 5px;
    margin: 5px auto;
    border-radius: 4px;
}
/* /Pages/Schools/OverviewPage.razor.rz.scp.css */
.tablerow:hover[b-wt56ecb72c] {
    background: lightgrey;
    cursor: pointer;
}
/* /Pages/Schools/SchoolPage.razor.rz.scp.css */
.tablerow:hover[b-itpjfavmv2] {
    background: lightgrey;
    cursor: pointer;
}

.switcher[b-itpjfavmv2] {
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 6px;
    border: black solid 1px;
}

.switcher button[b-itpjfavmv2] {
    width: inherit;
    background: lightgrey;
    border: none;
}

    .switcher button:first-child[b-itpjfavmv2] {
        border-radius: 6px 0 0 6px;
    }

    .switcher button:last-child[b-itpjfavmv2] {
        border-radius: 0 6px 6px 0;
    }

.switcher .selected[b-itpjfavmv2] {
    background: darkgrey;
    font-weight: 600;
    color: white;
}
/* /Pages/VasteQueries.razor.rz.scp.css */
.titleButtonHolder[b-v0wf26loe3]{
    display: flex;
    gap: 25px;
    margin: 20px 0 10px 0;
}

.excelbtn[b-v0wf26loe3] {
    background: #157346;
    color: white;
    text-shadow: lightgreen 0px 0px 2px;
    border: none;
    box-shadow: 2px 2px 0px lightgrey;
    border-radius: 3px;
    margin: 0;
}

.excelbtn svg[b-v0wf26loe3] {
    filter: drop-shadow(2px 1px 8px rgba(255, 255, 255, 0.6));
}

.excelbtn:hover[b-v0wf26loe3] {
    background: #158346;
    color: white;
    border: none;
    box-shadow: 2px 3px 0px white;
    border-radius: 3px;
    transition: background ease-in-out 0.3s;
}

.coverpage2[b-v0wf26loe3] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 100;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.6);
}

.coverpage2 p[b-v0wf26loe3] {
    margin-top: 20px;
    font-size: 24px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-lryft2kidx] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-lryft2kidx] {
    flex: 1;
}

.sidebar[b-lryft2kidx] {
    background: gray;
}

.top-row[b-lryft2kidx] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-lryft2kidx]  a, .top-row[b-lryft2kidx]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-lryft2kidx]  a:hover, .top-row[b-lryft2kidx]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-lryft2kidx]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-lryft2kidx] {
        display: none;
    }

    .top-row.auth[b-lryft2kidx] {
        justify-content: space-between;
    }

    .top-row[b-lryft2kidx]  a, .top-row[b-lryft2kidx]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-lryft2kidx] {
        flex-direction: row;
    }

    .sidebar[b-lryft2kidx] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-lryft2kidx] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-lryft2kidx]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-lryft2kidx], article[b-lryft2kidx] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-pz7b90slkr] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-pz7b90slkr] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-pz7b90slkr] {
    font-size: 1.1rem;
    margin: 0 auto !important;
    padding: 0;
}

.oi[b-pz7b90slkr] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-pz7b90slkr] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-pz7b90slkr] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-pz7b90slkr] {
        padding-bottom: 1rem;
    }

    .nav-item[b-pz7b90slkr]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-pz7b90slkr]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-pz7b90slkr]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-pz7b90slkr] {
        display: none;
    }

    .collapse[b-pz7b90slkr] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
