/*@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;
    }
}

.div-block-178.pa {
    background-image: url('../images/topmovers-banner.jpg');
    background-size: cover;
}

.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-pa {
        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;
        font-size: 16px !important;
        background-color: #ffffff !important;
        page-break-after: always !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

        .section-a4-pa * {
            visibility: visible;
        }

    .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: #fff !important;
    }
}


@media screen and (max-width: 1200px) {
    .push_aanvragen {
        display: none;
    }

    .image-34 {
        display: none;
    }

    .image-60 {
        width: 30px;
        display: block;
    }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    body {
        margin-left: 60px;
    }

    .body {
        margin-left: 60px;
    }

        .body.verhuizer {
            margin-left: 0;
            padding-bottom: 0;
            overflow: hidden;
        }

    .menu-bar {
        width: 60px;
        min-width: auto;
        padding-left: 0%;
        padding-right: 0%;
        display: flex;
    }

    .navigation-dropdown {
        display: none;
    }

    .menu-top {
        align-items: flex-end;
    }

    .menu-settings {
        justify-content: center;
        padding: 10px;
    }


    .link-block-5 {
        justify-content: center;
        padding: 10px 15px;
    }

        .link-block-5.selected {
            padding: 10px 15px;
        }

        .link-block-5.innerlink-menu {
            display: none;
        }

            .link-block-5.innerlink-menu.werkbon {
                display: flex;
            }

        .link-block-5.top-items.w--current {
            margin-bottom: 15px;
        }

        .link-block-5.item-low {
            margin-top: 15px;
        }

        .link-block-5.top-items1 {
            margin-bottom: 15px;
        }

            .link-block-5.top-items1.verhui12 {
                background-color: #fff0;
                border-radius: 0;
                flex-direction: column;
                width: 12%;
                margin-top: 0;
                margin-bottom: 0;
                padding: 12px 10px;
            }

                .link-block-5.top-items1.verhui12:hover {
                    background-color: #f5f7ff;
                }

                .link-block-5.top-items1.verhui12.w--current {
                    width: 12%;
                }

                .link-block-5.top-items1.verhui12.last {
                    border-top-right-radius: 30px;
                    border-bottom-right-radius: 20px;
                }

                .link-block-5.top-items1.verhui12.first {
                    border-radius: 0;
                }

                .link-block-5.top-items1.verhui12.light {
                    background-color: #f6f6f6;
                }

                    .link-block-5.top-items1.verhui12.light.w--current {
                        background-color: #fff;
                        border-top: 2px solid #2b53ca;
                        width: 12%;
                    }

    .menu-bar-verhuizers {
        -webkit-text-stroke-color: #fff;
        background-color: #fff;
        border-radius: 0;
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
        min-width: auto;
        padding-bottom: 0;
        padding-left: 3%;
        padding-right: 3%;
        display: flex;
        inset: auto 0% 0%;
        box-shadow: 0 2px 5px #cbcbcb33;
    }

    .volledig.verhuizers {
        border-radius: 0;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .text-app {
        color: #000317;
        margin-top: 4px;
        font-size: 12px;
        line-height: 12px;
        display: block;
    }

        .text-app.mob {
            color: #919191;
        }

    .image-24 {
        opacity: .7;
        object-fit: fill;
        width: 17px;
        max-width: none;
        height: auto;
        margin-bottom: 0;
        margin-right: 0;
        overflow: visible;
    }

        .image-24.arrowsm {
            max-width: 100%;
        }

        .image-24.itemvers {
            width: 23px;
            display: none;
        }

            .image-24.itemvers.mob {
                opacity: 1;
                width: auto;
                height: 20px;
            }

        .image-24.itemvers-copy {
            opacity: 1;
            width: auto;
            height: 23px;
            margin-bottom: 3px;
            display: block;
        }

            .image-24.itemvers-copy.mob {
                opacity: 1;
                width: auto;
                height: 20px;
            }

    .text-block-74 {
        display: none;
    }

        .text-block-74.selected {
            margin-left: 10px;
            padding-right: 10px;
            display: block;
            overflow: visible;
        }

        .text-block-74.small-inner {
            display: flex;
        }

    .menu-text {
        width: 100%;
        display: none;
    }

    /*TAXATIE*/

    .taxatieheaderimage {
        grid-template-columns: .25fr .5fr .25fr .5fr .5fr .25fr .25fr .25fr;
        width: 30px;
    }

    .textinput-2 {
        width: 100%;
    }

        .textinput-2.taxatieinputbutton {
            align-self: center;
            width: 30%;
            min-width: 70px;
            margin-bottom: 0;
        }

        .textinput-2.taxatieinput {
            min-width: 75px;
        }

    .taxatiegrid {
        grid-template-rows: auto;
        grid-template-columns: .8fr .4fr .4fr .25fr .25fr .25fr;
        grid-auto-columns: .25fr;
    }

        .taxatiegrid.materiaal {
            grid-template-columns: 1fr .5fr .5fr;
        }

        .taxatiegrid.v2 {
            grid-template-rows: minmax(50px, auto);
            grid-template-columns: 130px 70px 70px repeat(auto-fit, minmax(150px, 100%));
        }

    .voeg-plus-min {
        text-align: center;
        align-self: center;
        margin-top: 0;
        margin-left: 5px;
        margin-right: 0;
    }

        .voeg-plus-min.red {
            align-self: center;
            margin-left: 0;
        }

    .taxatiebuttons {
        justify-content: center;
        display: flex;
    }

    .taxatieimage {
        width: 30px;
        height: 30px;
    }

    .listrow-4 {
        padding-left: 5px;
        padding-right: 5px;
    }

        .listrow-4.taxatie {
            margin-bottom: 3px;
            padding-bottom: 3px;
        }

    .columnnametaxatie {
        text-align: center;
        width: 100%;
    }

    .cell-wrap.v2 {
        justify-content: space-around;
        /*align-items: stretch;*/
    }
}
