@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/Global/InputRadioJaNee.razor.rz.scp.css */
.wrapper[b-5e3roiikwr] {
    font-size: large;
    padding: 0.2rem 1rem;
    margin: 5px 0;
    display: flex;
    justify-content: right;
    border-radius: 5px;
    overflow: auto;
    box-shadow: 0 0 12px 1px rgba(5,39,103,0.5);
}

/*wrapper when the screen is more than 600px*/
@media screen and (min-width: 1200px) {
    .wrapper[b-5e3roiikwr] {
        width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
}
.label[b-5e3roiikwr] {
    margin: auto 0;
    text-align:right;
    margin-right: 0.5rem;
    white-space: nowrap;
}

input[type="radio"].disabled-red valid:disabled:checked[b-5e3roiikwr] {
    appearance: none !important;
    width: 0.9rem;
    height: 0.9rem;
    border: 2px solid rgba(255, 0, 0, 0.3) !important;
    border-radius: 50%;
    background-color: white;
    position: relative;
    margin-top: 0.4rem;
    opacity: 0.4;
    align-items: center;
    display: flex;
    margin-right: 0.2rem;
}

input[type="radio"].disabled-red valid:disabled:checked[b-5e3roiikwr]::before {
    content: '';
    display: flex;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: red !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.4;
    align-items: center;
    margin-right: 0.2rem;
}
/* /Components/Global/LineDivider.razor.rz.scp.css */
.divider[b-fyz1brk8pb]{
    grid-column: 1 / span 2;
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.dividerline[b-fyz1brk8pb] {
    margin-top: 35px;
    margin-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
}

.dividertitle[b-fyz1brk8pb] {
    text-align: center;
    font-size: 1rem;
    font-weight: normal;
    margin-top: 3px;
    color: #8a8080;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}
/* /Components/Global/ProgressContainer.razor.rz.scp.css */
.progress-container[b-rmopl1r25z] {
    font-size: larger;
    margin: 1rem 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 100%;
    width: 500px;
}

.progress-container[b-rmopl1r25z]::before {
    content: ""; /* Mandatory with ::before */
    background-color: #e0e0e0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    z-index: -1;
}

.progress-item[b-rmopl1r25z] {
    background-color: #fff;
    padding: 0.5rem;
    margin-right: 1rem;
    border-radius: 8px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #e0e0e0;
    transition: 0.4s ease;
}

.progress-item.active[b-rmopl1r25z] {
    border-color: #0945b5;
}
/* /Components/Global/SaveButton.razor.rz.scp.css */
.save[b-l8kwm2n2wp] {
    transition: all 0.3s ease-in-out;
}

.save[b-l8kwm2n2wp] {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    width: 150px;
    height: 60px;
    border-radius: 50px;
    background-image: linear-gradient(170deg, rgb(200, 100, 50) 30%, rgb(50, 10, 0) 90%);
    box-shadow: 10px 10px 30px -6px #3a0647;
    outline: none;
    cursor: pointer;
    border: none;
    font-size: 24px;
    color: white;
    z-index: 50;
}

    .save:hover[b-l8kwm2n2wp] {
        transform: translateY(3px);
        box-shadow: none;
    }

    .save:active[b-l8kwm2n2wp] {
        opacity: 0.5;
    }
/* /Components/NavMenu/StaalRow.razor.rz.scp.css */

.nav-item[b-0e564klium] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-0e564klium] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-0e564klium] {
        padding-bottom: 1rem;
    }
    /*TODO: set height of associated logos*/
    .nav-item[b-0e564klium]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3.5rem;
        display: flex;
        align-items: flex-start;
        line-height: 1rem;
    }

        .nav-item[b-0e564klium]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-0e564klium]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.oi[b-0e564klium] {
    width: 2rem;
    font-size: 1.3rem;
    vertical-align: text-top;
    top: -2px;
}

.icon[b-0e564klium] {
    padding: 0 5px;
    font-size: 1.3rem;
    vertical-align: text-top;
}

.link[b-0e564klium] {
    display: flex;
    align-content: center;
}

.redhover:hover[b-0e564klium] {
    color: red;
}

.link a i[b-0e564klium] {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}

.staalnrtxt[b-0e564klium] {
    width: 124px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.staalnrtxt-block[b-0e564klium] {
    display: block;
}

/* /Components/ViewEditAddStaal/ViewEditAddStaal.razor.rz.scp.css */
.fieldset-wrapper[b-5twok0mwjt] {
    margin-bottom: 7rem;
    font-size: larger;
    padding: 0;
    margin: 20px 20px;
}

.gridholder[b-5twok0mwjt] {
    /*grid 2 columns, infinite rows*/
    display: grid;
    grid-template-columns: 1fr;
}

.wrapper[b-5twok0mwjt] {
    font-size: large;
    padding: 0.2rem 1rem;
    margin: 5px 0;
    display: flex;
    justify-content: right;
    border-radius: 5px;
    overflow: auto;
    box-shadow: 0 0 12px 1px rgba(5,39,103,0.5);
}


/*wrapper when the screen is more than 600px*/
@media screen and (min-width: 1200px) {
    .wrapper[b-5twok0mwjt] {
        width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 1350px) {
    .gridholder[b-5twok0mwjt] {
        grid-template-columns: 1fr 1fr;
    }
}

.non-wrapper[b-5twok0mwjt] {
    font-size: large;
    padding: 0.2rem 1rem;
    margin: 5px 0;
    display: flex;
    justify-content: right;
    border-radius: 5px;
    width: fit-content;
    overflow: auto;
    box-shadow: 0 0 12px 1px rgba(5,39,103,0.5);
}

.wrapper-checkbox[b-5twok0mwjt] {
    justify-content: center;
}

.value[b-5twok0mwjt] {
    width: 40%;
    text-align: center;
    font-weight: bold;
    margin: auto 0;
}

.label[b-5twok0mwjt] {
    width: fit-content;
    margin: auto 0;
    margin-right: 0.5rem;
    text-align:right;
    white-space: nowrap;
}

.input-field[b-5twok0mwjt] {
    height: fit-content;
    width: 130px;
    margin: auto 0;
    border: 1px solid black;
    border-radius: 4px;
    padding: 0.2rem;
}

.input-field-small[b-5twok0mwjt] {
    max-width: 75px;
    padding: 0.2rem;
}

.label-checkbox[b-5twok0mwjt] {
    padding-left: 1rem;
    width: fit-content;
}

h3[b-5twok0mwjt] {
    text-align: center;
    margin-top: 0.4rem;
    margin-bottom: 2rem;
}

.centerer[b-5twok0mwjt] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    text-align: center;
}

.centerer input[b-5twok0mwjt] {
    width: 100%;
}

.centerer label[b-5twok0mwjt] {
    width: 100%;
}

.v-wrapper[b-5twok0mwjt]{
    display:flex;
    justify-content: center;
    flex-direction: column;
}
.holder-wrapper[b-5twok0mwjt]{
    margin-left: auto;
    width: fit-content;
}

.textarea[b-5twok0mwjt] {
    resize: vertical;
    overflow: auto;
    width: 100%;
    min-height: 130px;
    height: min-content;
    margin-bottom: 2rem;
    margin-top: 2rem;
    padding:0.2rem;
}

.d-flex[b-5twok0mwjt] {
    display: flex;
    align-items: center; /* Center items vertically */
}

.input-radio-wrapper[b-5twok0mwjt] {
    display: flex;
    align-items: center; /* Center items vertically */
    padding: 0 1rem;
    width: fit-content;
}
/* /Components/ViewEditStaal/ViewEditStaalAnalyse.razor.rz.scp.css */
.custom-file-upload[b-535ttdayao] {
    width: fit-content;
    padding: 1rem;
    background: brown;
    color: white;
    margin-bottom: 1rem;
}

    .custom-file-upload:hover[b-535ttdayao] {
        background-color: white;
        color: #954232;
        border: 2px solid #954232;
    }

    .custom-file-upload:disabled[b-535ttdayao] {
        background-color: white;
        color: grey;
        border: 2px solid darkgrey;
        cursor: default;
    }
.fieldset-wrapper[b-535ttdayao] {
    margin-bottom: 7rem;
    font-size: larger;
    padding: 0;
    margin: 20px 20px;
}

.gridholder[b-535ttdayao] {
    /*grid 2 columns, infinite rows*/
    display: grid;
    grid-template-columns: 1fr;
}

@media screen and (min-width: 1350px) {
    .gridholder[b-535ttdayao] {
        grid-template-columns: 1fr 1fr;
    }
}

.wrapper[b-535ttdayao] {
    font-size: large;
    padding: 0.2rem 1rem;
    margin: 5px 0;
    display: flex;
    justify-content: right;
    border-radius: 5px;
    overflow: auto;
    box-shadow: 0 0 12px 1px rgba(5,39,103,0.5);
}

.fitcont[b-535ttdayao] {
    width: fit-content;
    padding: 0;
    margin: 0;
}

/*wrapper when the screen is more than 600px*/
@media screen and (min-width: 1200px) {
    .wrapper[b-535ttdayao] {
        width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .non-wrapper[b-535ttdayao] {
        width: 600px;
    }
}

.non-wrapper[b-535ttdayao] {
    font-size: large;
    margin: 5px 0;
    flex-direction: column;
    border-radius: 5px;
    margin: 5px 0;
}

.non-wrapper2[b-535ttdayao]{
    display: flex;
    flex-direction: row;
    justify-content: right;
}


.wrapper-checkbox[b-535ttdayao] {
    justify-content: right;
    display: flex;
}

.wrappersmall[b-535ttdayao] {
    font-size: large;
    margin: 5px 0;
    display: flex;
    justify-content: right;
    overflow: auto;
}

.value[b-535ttdayao] {
    width: 40%;
    text-align: center;
    font-weight: bold;
    margin: auto 0;
}

.label[b-535ttdayao] {
    margin: auto 0;
    margin-right: 0.5rem;
    text-align: right;
}

.input-field[b-535ttdayao] {
    height: auto;
    width: 200px;
    margin: auto 0;
    border: 1px solid black;
    border-radius: 4px;
    overflow: visible;
    word-wrap: break-word;
}

.input-field-small[b-535ttdayao] {
    max-width: 75px;
}

.label-checkbox[b-535ttdayao] {
    padding-left: 1rem;
    width: fit-content;
}

h3[b-535ttdayao] {
    text-align: center;
    margin-top: 0.4rem;
    margin-bottom: 2rem;
}

.centerer[b-535ttdayao] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    text-align: center;
}

    .centerer input[b-535ttdayao] {
        width: 100%;
    }

    .centerer label[b-535ttdayao] {
        width: 100%;
    }

.v-wrapper[b-535ttdayao] {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.holder-wrapper[b-535ttdayao] {
    margin-left: auto;
    width: fit-content;
}


.cancel[b-535ttdayao] {
    transition: all 0.3s ease-in-out;
}

.cancel[b-535ttdayao] {
    position: fixed;
    bottom: 1rem;
    left: 20rem;
    width: 150px;
    height: 60px;
    border-radius: 50px;
    background: white;
    color: #b35632;
    border: 2px solid #b35632;
    box-shadow: 10px 10px 30px -6px #3a0647;
    outline: none;
    cursor: pointer;
}

    .cancel:hover[b-535ttdayao] {
        transform: translateY(3px);
        box-shadow: none;
    }

    .cancel:active[b-535ttdayao] {
        opacity: 0.5;
    }

.model[b-535ttdayao] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.model-content[b-535ttdayao] {
    position: relative;
    min-width: 100px;
    width: 40%;
    height: 50%;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 12px 1px rgba(5,39,103,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    pointer-events: all;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
}

.model-buttons[b-535ttdayao] {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 1rem;
    padding-bottom: 2rem;
}

.modelcancel[b-535ttdayao] {
    width: 150px;
    height: 60px;
    border-radius: 50px;
    background: white;
    color: #b35632;
    border: 2px solid #b35632;
    box-shadow: 10px 10px 30px -6px #3a0647;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

    .modelcancel:hover[b-535ttdayao] {
        transform: translateY(3px);
        box-shadow: none;
    }

    .modelcancel:active[b-535ttdayao] {
        opacity: 0.5;
    }

.modeldelete[b-535ttdayao] {
    width: 150px;
    height: 60px;
    border-radius: 50px;
    background-image: linear-gradient(135deg, darkred 0%, red 100%);
    box-shadow: 10px 10px 30px -6px #3a0647;
    outline: none;
    cursor: pointer;
    border: none;
    font-size: 24px;
    color: white;
    transition: all 0.3s ease-in-out;
}

    .modeldelete:hover[b-535ttdayao] {
        transform: translateY(3px);
        box-shadow: none;
    }

    .modeldelete:active[b-535ttdayao] {
        opacity: 0.5;
    }
/* /Components/ViewEditStaal/ViewEditStaalEtiket.razor.rz.scp.css */
.fieldset-wrapper[b-7mp32a4niu] {
    margin-bottom: 7rem;
    font-size: larger;
    padding: 0;
    margin: 20px 20px;
}

.gridholder[b-7mp32a4niu] {
    /*grid 2 columns, infinite rows*/
    display: grid;
    grid-template-columns: 1fr;
}

@media screen and (min-width: 1350px) {
    .gridholder[b-7mp32a4niu] {
        grid-template-columns: 1fr 1fr;
    }
}

.wrapper[b-7mp32a4niu] {
    font-size: large;
    padding: 0.2rem 1rem;
    margin: 5px 0;
    display: flex;
    justify-content: right;
    border-radius: 5px;
    overflow: auto;
    box-shadow: 0 0 12px 1px rgba(5,39,103,0.5);
}

.fitcont[b-7mp32a4niu] {
    width: fit-content;
    padding: 0;
    margin: 0;
}

/*wrapper when the screen is more than 600px*/
@media screen and (min-width: 1200px) {
    .wrapper[b-7mp32a4niu] {
        width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .non-wrapper[b-7mp32a4niu] {
        width: 600px;
    }
}

.non-wrapper[b-7mp32a4niu] {
    font-size: large;
    margin: 5px 0;
    flex-direction: column;
    border-radius: 5px;
    margin: 5px 0;
}


.wrapper-checkbox[b-7mp32a4niu] {
    justify-content: right;
    display: flex;
}

.wrappersmall[b-7mp32a4niu] {
    font-size: large;
    margin: 5px 0;
    display: flex;
    justify-content: right;
    overflow: auto;
}

.value[b-7mp32a4niu] {
    width: 40%;
    text-align: center;
    font-weight: bold;
    margin: auto 0;
}

.label[b-7mp32a4niu] {
    margin: auto 0;
    margin-right: 0.5rem;
    text-align: right;
}

.input-field[b-7mp32a4niu] {
    height: fit-content;
    width: 130px;
    margin: auto 0;
    border: 1px solid black;
    border-radius: 4px;
}

.input-field-large[b-7mp32a4niu] {
    height: fit-content;
    width: 250px;
    margin: auto 0;
    border: 1px solid black;
    border-radius: 4px;
}

.input-field-small[b-7mp32a4niu] {
    max-width: 75px;
}

.label-checkbox[b-7mp32a4niu] {
    padding-left: 1rem;
    width: fit-content;
}

h3[b-7mp32a4niu] {
    text-align: center;
    margin-top: 0.4rem;
    margin-bottom: 2rem;
}

.centerer[b-7mp32a4niu] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    text-align: center;
}

.centerer input[b-7mp32a4niu] {
    width: 100%;
}

.centerer label[b-7mp32a4niu] {
    width: 100%;
}

.v-wrapper[b-7mp32a4niu] {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.holder-wrapper[b-7mp32a4niu] {
    margin-left: auto;
    width: fit-content;
}


.cancel[b-7mp32a4niu] {
    transition: all 0.3s ease-in-out;
}

.cancel[b-7mp32a4niu] {
    position: fixed;
    bottom: 1rem;
    left: 20rem;
    width: 150px;
    height: 60px;
    border-radius: 50px;
    background: white;
    color: #b35632;
    border: 2px solid #b35632;
    box-shadow: 10px 10px 30px -6px #3a0647;
    outline: none;
    cursor: pointer;
}

.cancel:hover[b-7mp32a4niu] {
    transform: translateY(3px);
    box-shadow: none;
}

.cancel:active[b-7mp32a4niu] {
    opacity: 0.5;
}

.model[b-7mp32a4niu]{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.model-content[b-7mp32a4niu] {
    position: relative;
    min-width: 100px;
    width: 40%;
    height: 50%;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 12px 1px rgba(5,39,103,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    pointer-events: all;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
}

.model-buttons[b-7mp32a4niu]{
position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 1rem;
    padding-bottom: 2rem;
}

.modelcancel[b-7mp32a4niu] {
    width: 150px;
    height: 60px;
    border-radius: 50px;
    background: white;
    color: #b35632;
    border: 2px solid #b35632;
    box-shadow: 10px 10px 30px -6px #3a0647;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.modelcancel:hover[b-7mp32a4niu] {
    transform: translateY(3px);
    box-shadow: none;
}

.modelcancel:active[b-7mp32a4niu] {
    opacity: 0.5;
}

.modeldelete[b-7mp32a4niu] {
    width: 150px;
    height: 60px;
    border-radius: 50px;
    background-image: linear-gradient(135deg, darkred 0%, red 100%);
    box-shadow: 10px 10px 30px -6px #3a0647;
    outline: none;
    cursor: pointer;
    border: none;
    font-size: 24px;
    color: white;
    transition: all 0.3s ease-in-out;
}

.modeldelete:hover[b-7mp32a4niu] {
    transform: translateY(3px);
    box-shadow: none;
}

.modeldelete:active[b-7mp32a4niu] {
    opacity: 0.5;
}

.textarea[b-7mp32a4niu]{
    resize: vertical;
    overflow: auto;
    width: 100%;
    min-height: 130px;
    height: min-content;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
/* /Pages/AnalysesToevoegen.razor.rz.scp.css */
.custom-file-upload[b-g62n5846m3] {
    width: fit-content;
    padding: 1rem;
    background: brown;
    color: white;
}

.custom-file-upload:hover[b-g62n5846m3] {
    background-color: white;
    color: #954232;
    border: 2px solid #954232;
}

.geslaagd[b-g62n5846m3]{
    color:forestgreen;
}

.lds-dual-ring[b-g62n5846m3] {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-dual-ring[b-g62n5846m3]:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #000 transparent #fff transparent;
    animation: lds-dual-ring-b-g62n5846m3 1.2s linear infinite;
}

@keyframes lds-dual-ring-b-g62n5846m3 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Pages/CreateStaal.razor.rz.scp.css */
/* /Pages/EditStaal.razor.rz.scp.css */
.addetiketbtn[b-bang8lzytq] {
    font-weight: bold;
    padding: 7px;
    border-radius: 7px;
    border: white 0.2rem solid;
    background: #954232;
    color: white;
    font-size: 1.2rem;
    transition: 0.4s ease;
}

.addetiketbtn:hover[b-bang8lzytq] {
    background: white;
    color: #954232;
    border: 0.2rem solid #954232;
}

.centralediv[b-bang8lzytq] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 580px;
}

.header[b-bang8lzytq] {
    display: flex;
    align-content: center;
}

.icon[b-bang8lzytq] {
    font-size: 2rem;
}

a:hover[b-bang8lzytq] {
    border-radius: 5px;
    background-color: rgba(0,0,0,0.1);
}
/* /Pages/GenerateReport.razor.rz.scp.css */
.overview[b-y7dz1ei6n1]{
    display: flex;
    flex-direction: column;
}

/*style the inputs*/

.inputter[b-y7dz1ei6n1]{
    display: flex;
    flex-direction: row;
    margin-bottom: 1rem;
    gap: 0.5rem;
}

.inputterFile[b-y7dz1ei6n1]{
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.inputterEnRapport[b-y7dz1ei6n1] {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

button[b-y7dz1ei6n1] {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 150px;
    height: 35px;
    border-radius: 4px;
    background-color: #954232;
    color: white;
    border: 2px solid white;
    transition: 0.4s ease;
}

button:hover[b-y7dz1ei6n1]
{
    background-color: white;
    color: #954232;
    border: 2px solid #954232;
}

.fileinputter[b-y7dz1ei6n1]{
    display: none;
}

.fileinputfielddiv[b-y7dz1ei6n1] {
    display: flex;
    flex-direction: row;
}

.filenaam[b-y7dz1ei6n1]{
    width: fit-content;
    margin-top: 1.3rem;
    margin-left: 0.4rem;
}

button:disabled[b-y7dz1ei6n1] {
    background-color: white;
    color: grey;
    border: 2px solid darkgrey;
}

.servertemplateholder[b-y7dz1ei6n1]{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.3rem;
}

.servertemplateholder p[b-y7dz1ei6n1]{
    margin: 0;
}


.servertemplateholder.disabled[b-y7dz1ei6n1]{
    color: grey;
}


.servertemplateholder.disabled svg[b-y7dz1ei6n1]{
    filter: grayscale(100%);
}

.switchholder[b-y7dz1ei6n1] {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .switchholder label[b-y7dz1ei6n1] {
        font-size: 1.2rem;
    }

.higherholder[b-y7dz1ei6n1]{
    margin-top: 0.8rem;
}

.filenaam.disabled svg[b-y7dz1ei6n1] {
    filter: grayscale(100%);
}
/* /Pages/Index.razor.rz.scp.css */
.honey[b-v8p3qwl7eu] {
    width: 15%;
    border-radius: 20px;
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
}

.honey:hover[b-v8p3qwl7eu] {
    transform: rotate3d(0, 1, 0, 20deg);
}

.settingsbtn[b-v8p3qwl7eu]{
    background: grey;
    color:white;
    border-radius: 4px;
    padding: 10px;
    border: 1px solid grey;
    transition: 0.4s ease-in-out;
}

.settingsbtn:hover[b-v8p3qwl7eu]{
    background: white;
    color: grey;
    border: 1px solid grey;
    transform: translateY(3px);
}
}
/* /Pages/Login.razor.rz.scp.css */
.email[b-fnkkrzxh60], .password[b-fnkkrzxh60] {
    background: white;
    border: solid rgb(128 128 128) 1px;
    padding: 5px 8px;
    border-radius: 5px;
}

.password[b-fnkkrzxh60] {
    background: white;
    border: solid rgb(128 128 128) 1px;
    padding: 5px 8px;
    border-radius: 5px;
}

.email[b-fnkkrzxh60] {
    border: solid rgb(128 128 128) 1px;
    background: white;
    padding: 5px 8px;
    border-radius: 5px;
}

.loginkader button[b-fnkkrzxh60]{
    background: black;
    padding: 5px 8px;
    border-radius: 5px;
    color: white;
    transition: 0.3s ease-in-out all;
}

.loginkader button:hover[b-fnkkrzxh60]{
    background-image: linear-gradient(180deg, rgb(200, 100, 50) 0%, rgb(50, 10, 0) 70%);
    padding: 5px 8px;
    border-radius: 5px;
    color:white;
}

.loginkader[b-fnkkrzxh60] {
    background: white;
    border-radius: 5px;
    padding: 20px;
    width: 300px;
    margin: auto;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
/* /Pages/Settings.razor.rz.scp.css */
button[b-i0ayrw63sd] {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 150px;
    height: 35px;
    border-radius: 4px;
    background-color: #954232;
    color: white;
    border: 2px solid white;
    transition: 0.4s ease;
}

.holder[b-i0ayrw63sd]{
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: space-evenly;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.fileinputfielddiv[b-i0ayrw63sd]{
    width: fit-content;
}

h5[b-i0ayrw63sd]{
    margin-bottom: 60px;
}

.fileholder[b-i0ayrw63sd] {
    width: fit-content;
    display: flex;
    flex-direction: row;
    gap: 2px;
    margin-bottom: 6px;
    padding: 0 10px;
    transition: 0.4s ease-in-out;
}

.fileholder p[b-i0ayrw63sd]{
/*make text overflowing into ...*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
    margin-top: 1.3rem;
    margin-left: 0.4rem;
}

.fileholderholder[b-i0ayrw63sd]{
    width: fit-content;
}

#upload:disabled[b-i0ayrw63sd] {
    background-color: white;
    color: grey;
    border: 2px solid darkgrey;
}

.inputter[b-i0ayrw63sd]{
    width: fit-content;
    height: 100%;
    margin-left: 10px;
    margin-bottom: 0;
    border: 2px solid #954232;
    border-radius: 4px;
    background-color: white;
    color: #954232;
    padding: 0.5rem;
    font-size: 1rem;
}

#upload[b-i0ayrw63sd]{
    width: 100%;
}

.cloudupload[b-i0ayrw63sd] {
    margin-top: 10px;
    height: 2.5rem;
    background: rgb(100, 106, 0);
    border: rgb(100, 106, 0) 2px solid;
    color: white;
    border-radius: 3px;
}

.cloudupload:hover[b-i0ayrw63sd] {
    color: rgb(100, 106, 0);
    background: white;
    border: rgb(100, 106, 0) 2px solid;
}

.custom-file-upload[b-i0ayrw63sd] {
    margin-top: 4px;
    height: 2rem;
    background: brown;
    border: brown 2px solid;
    color: white;
    border-radius: 3px;
}    

.custom-file-upload:hover[b-i0ayrw63sd] {
    background: white;
    color: brown;
}

#upload:disabled[b-i0ayrw63sd]{
    background: white;
    color: grey;
    cursor: default;
}

.download[b-i0ayrw63sd] {
    margin-top: 15px;
    width: 40px;
    height: 40px;
    padding: 5px;
    color:white;
    background: rgb(150, 50, 50);
    border-radius: 3px;
    border: 2px solid rgb(150, 50, 50);
}

button[b-i0ayrw63sd]{
    transition: 0.2s ease-in-out;
}

.download:hover[b-i0ayrw63sd] {
    color: rgb(150, 50, 50);
    border: 2px solid rgb(150, 50, 50);
    background: white;
}

.fileinputfielddiv h3[b-i0ayrw63sd]{
    margin-bottom: 50px;
}

.delete[b-i0ayrw63sd] {
    margin-top: 15px;
    width: 40px;
    height: 40px;
    padding: 5px;
    color:white;
    background: rgb(255, 80, 0);
    border-radius: 3px;
}

.delete:hover[b-i0ayrw63sd] {
    background: white;
    border: 2px solid rgb(255, 80, 0);
    color: rgb(255, 80, 0);
}

.fileholder:hover[b-i0ayrw63sd]{
    background-color: rgba(0, 0, 0, 0.1);
}

.popupbar[b-i0ayrw63sd]{
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
    cursor: pointer;
}

.popuppage[b-i0ayrw63sd]{
    width: 50%;
    min-width: 250px;
    height: 50%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    border-radius: 4px;
    border: 2px solid #954232;
}

.popuppage h3[b-i0ayrw63sd] {
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    text-align: center;
    margin-bottom: 10rem;
}

.btnholder[b-i0ayrw63sd]{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.popupbutton[b-i0ayrw63sd]{
    width: 100px;
    height: 40px;
    border-radius: 4px;
    transition: 0.4s ease;
}

.annuleer[b-i0ayrw63sd]{
    background: white;
    color: #954232;
    border: 2px solid #954232;
}

.verwijder[b-i0ayrw63sd]{
    background: rgb(255, 50, 0);
    color: white;
    border: 2px solid rgb(255, 50, 0);
}

.annuleer:hover[b-i0ayrw63sd]{
    background: #954232;
    color: white;
    border: 2px solid #954232;
}

.verwijder:hover[b-i0ayrw63sd]{
    background: white;
    color: rgb(255, 50, 0);
    border: 2px solid rgb(255, 50, 0);
}

/*screen smaller than 970 px*/
@media (max-width: 970px) {
    .holder[b-i0ayrw63sd]{
        flex-direction: column;
        align-items: center;
    }

    .fileinputfielddiv[b-i0ayrw63sd]{
        margin-bottom: 30px;
    }
}

.popupbox h3[b-i0ayrw63sd] {
    /*text overflow to next line*/
    overflow: hidden;
    white-space: initial;
    word-break: break-all;
}
/* /Pages/ViewStaal.razor.rz.scp.css */
.header[b-ecn6ev0xf8] {
    display: flex;
    align-content: center;
}

.icon[b-ecn6ev0xf8] {
    font-size: 2rem;
}

a:hover[b-ecn6ev0xf8] {
    border-radius: 5px;
    background-color: rgba(0,0,0,0.1);
}

.wrapper[b-ecn6ev0xf8]{
    font-size: 80px;
}

.test[b-ecn6ev0xf8] {
    margin: 200px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-vb2m5whbna] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-vb2m5whbna] {
    flex: 1;
}

.top-row[b-vb2m5whbna] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vb2m5whbna]  a, .top-row[b-vb2m5whbna]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-vb2m5whbna]  a:hover, .top-row[b-vb2m5whbna]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-vb2m5whbna]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-vb2m5whbna] {
        display: none;
    }

    .top-row.auth[b-vb2m5whbna] {
        justify-content: space-between;
    }

    .top-row[b-vb2m5whbna]  a, .top-row[b-vb2m5whbna]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-vb2m5whbna] {
        flex-direction: row;
    }

    .sidebar[b-vb2m5whbna] {
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vb2m5whbna] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-vb2m5whbna]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-vb2m5whbna], article[b-vb2m5whbna] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
/*import url('c:\users\larnauts\documents\laurens\projects\honingkeuringwebsite\honingkeuring\honingkeuring\client\shared\navmenu.razor.css');*/
.top-row[b-9imxx1foc3] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-9imxx1foc3] {
    font-size: 1.1rem;
    padding: 0;
    margin: 0;
}

.container-fluid[b-9imxx1foc3]{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.container-fluid svg[b-9imxx1foc3]{
    color:white;
}

.icon[b-9imxx1foc3] {
    width: 2rem;
    font-size: 1.3rem;
    vertical-align: text-top;
}

.nav-item[b-9imxx1foc3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-9imxx1foc3] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-9imxx1foc3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-9imxx1foc3]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-9imxx1foc3]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-9imxx1foc3]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-9imxx1foc3] {
        display: none;
    }

    .collapse[b-9imxx1foc3] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-9imxx1foc3] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: hidden;
        overflow-x: hidden;
    }
}
@media (min-width: 641px) {
    .sidebar[b-9imxx1foc3] {
        width: 300px;
    }
    .bee[b-9imxx1foc3]{
        display: inline;
        pointer-events: none;
    }
    .logout svg[b-9imxx1foc3]{
        left:0.6rem;
        bottom: 0;
        color: white;
        width: 1.4rem;
        height: 1.4rem;
        transform: rotate(0deg);
    }
    .logout[b-9imxx1foc3] {
        display: flex;
        flex-direction: row;
        gap: 4px;
        background: transparent;
        color: white;
        border-radius: 4px;
        justify-content: center;
        align-items: center;
        padding: 0.5rem;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .logout p[b-9imxx1foc3]{
        margin-top: 15px;
        font-size: 1.2rem;
    }

    .logout:hover[b-9imxx1foc3] {
        cursor: pointer;
        
    }
}
@media(max-width: 641px){
    .bee[b-9imxx1foc3]{
        display: none;
    }

    .logout svg[b-9imxx1foc3] {
        left: 0.6rem;
        bottom: 0;
        color: white;
        width: 2rem;
        height: 2rem;
        padding-bottom: 3px;
        padding-top: 3px;
        transform: rotate(0deg);
    }

    .logout[b-9imxx1foc3] {
        display: flex;
        flex-direction: row;
        color: white;
        gap: 4px;
        border-radius: 4px;
        justify-content: center;
        align-items: center;
        padding: 0.5rem;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
        background:transparent;
    }

    .logout p[b-9imxx1foc3] {
        margin-top: 15px;
        font-size: 1.2rem;
    }

    .logout:hover[b-9imxx1foc3]{
        cursor: pointer;
    }
}

.logout[b-9imxx1foc3] {
    font-family: "Roboto", sans-serif;
    height: 40px;
    transition: 0.3s ease-in-out all;
    margin-bottom: 20px;
}

.logout:hover[b-9imxx1foc3] {
    background-color: rgba(255, 255, 255, 0.25);
    transform: translateY(2px);
}

.logout svg[b-9imxx1foc3]{
    transition: 0.4s ease-in-out all;
}
.logout:hover svg[b-9imxx1foc3]{
    transform: rotate(-180deg);
}

.sidebar[b-9imxx1foc3] {
    background-image: linear-gradient(180deg, rgb(200, 100, 50) 0%, rgb(50, 10, 0) 70%);
}

    .small-sidebar[b-9imxx1foc3] {
        width: 50px;
        cursor: pointer;
        height: fit-content;
        background-color: #5B1B32;
    }

    .enlarge-holder svg[b-9imxx1foc3] {
        width: 1.5rem;
        height: 1.5rem;
        color: white;
    }

    .enlarge-holder[b-9imxx1foc3] {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar[b-9imxx1foc3] {
        cursor: pointer;
    }

.bee[b-9imxx1foc3] {
    left: 6px;
    bottom: 0;
    position: absolute;
    width: 25px;
    z-index: 1;
}

.staalholder[b-9imxx1foc3]{
    /*make the content fit in without overflow, only scroll overflow. Dont make it go outside the parent*/
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.showstalentext[b-9imxx1foc3]{
    color:white;
    width: 100%;
    text-align: center;
}
