/*@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

.fire {
    animation: burn 1.5s linear infinite alternate;
}

body {
    margin: 0 !important;
}

.sm-pages-2 {
    margin: 0 !important;
}

@keyframes burn {
    from {
        text-shadow: -.1em 0 .3em #fefcc9, .1em -.1em .3em #feec85, -.2em -.2em .4em #ffae34, .2em -.3em .3em #ec760c, -.2em -.4em .4em #cd4606, .1em -.5em .7em #973716, .1em -.7em .7em #451b0e;
    }

    45% {
        text-shadow: .1em -.2em .5em #fefcc9, .15em 0 .4em #feec85, -.1em -.25em .5em #ffae34, .15em -.45em .5em #ec760c, -.1em -.5em .6em #cd4606, 0 -.8em .6em #973716, .2em -1em .8em #451b0e;
    }

    70% {
        text-shadow: -.1em 0 .3em #fefcc9, .1em -.1em .3em #feec85, -.2em -.2em .6em #ffae34, .2em -.3em .4em #ec760c, -.2em -.4em .7em #cd4606, .1em -.5em .7em #973716, .1em -.7em .9em #451b0e;
    }

    to {
        text-shadow: -.1em -.2em .6em #fefcc9, -.15em 0 .6em #feec85, .1em -.25em .6em #ffae34, -.15em -.45em .5em #ec760c, .1em -.5em .6em #cd4606, 0 -.8em .6em #973716, -.2em -1em .8em #451b0e;
    }
}

.autocomplete {
    position: relative;
}

    .autocomplete .options {
        overflow: auto;
        position: absolute;
        top: 40px;
        left: 0;
        background: white;
        width: 100%;
        padding: 0;
        z-index: 10;
        border: 1px solid #ced4da;
        border-radius: 0.5rem;
        box-shadow: 0 30px 25px 8px rgba(0, 0, 0, 0.1);
    }

    .autocomplete .option {
        display: block;
        padding: 0.25rem;
    }

        .autocomplete .option .option-text {
            padding: 0.25rem 0.5rem;
        }

        .autocomplete .option:hover {
            background: #1E90FF;
            color: #fff;
        }

        .autocomplete .option.disabled {
            background-color: lightgrey;
            cursor: not-allowed;
        }

            .autocomplete .option.disabled:hover {
                background: lightgrey;
                color: var(--bs-body);
            }

.spinner {
    border: 16px solid silver;
    border-top: 16px solid #00193d;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 1000ms linear infinite;
    display: inline-block;
    margin-top: 10px;
    padding: 3px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.knop_div {
    margin-bottom: 20px;
    color: #f6faff !important;
}

a:hover {
    color: inherit !important;
    text-decoration: none !important;
}

/** Simple drag and drop with Blazor CSS **/

.dropzone {
    padding: 30px;
    border: 1px dashed #75868a;
    list-style: none;
}

.no-drop {
    border: 2px dashed red;
}

.can-drop {
    border: 2px dashed green;
}

.draggable {
    margin-bottom: 10px;
    padding: 10px 25px;
    border: 1px solid #424d5c;
    cursor: grab;
    background: #5c6b7f;
    color: #ffffff;
    border-radius: 5px;
    width: 250px;
}

    .draggable:active {
        cursor: grabbing;
    }

.dragging {
    cursor: grabbing;
}

.description {
    font-size: 18px;
}

.last-updated {
    margin-bottom: 0;
    font-size: 11px;
    color: #e1e5ea;
    font-weight: bold;
}

    .last-updated small {
        text-transform: uppercase;
        color: #c4cbd4;
        font-size: 11px;
    }

/*

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
*/

@media print {
    body {
        visibility: hidden;
    }

    .body-alles-printen2 {
        margin: 0px !important;
        width: 100vw;
    }

    .bodybon {
        visibility: hidden;
        background-color: white !important;
    }

        .bodybon * {
            visibility: hidden;
        }

    .section-a4-2, .section-a4-3, .section-a4-4 {
        overflow: visible !important;
        width: 1000px !important;
        height: 1400px !important;
        max-width: none !important;
        min-width: auto !important;
        margin-right: auto !important;
        margin-bottom: 0px !important;
        margin-left: auto !important;
        padding: 115px 15px !important;
        background-color: #ffffff !important;
        font-size: 16px !important;
    }

        .section-a4-2 * {
            visibility: visible;
        }

        .section-a4-3 * {
            visibility: visible;
        }

        .section-a4-4 * {
            visibility: visible;
        }

    .section-a4-3 {
        min-height: 90vh;
        page-break-after: always;
    }

    .section-a4-4 {
        min-height: 90vh;
        page-break-after: always;
    }

    .cmr-container {
        visibility: visible;
    }

    .avc-container {
        visibility: visible;
    }

    @page {
        size: A4;
        background-color: white;
    }
}