/* _content/CC26Website/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-bxlcqvzhxc] {
    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[b-bxlcqvzhxc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/CC26Website/Components/Pages/Home.razor.rz.scp.css */
*[b-mboagwsuv7] {
    box-sizing: border-box
}

.image-slideshow[b-mboagwsuv7] {
    max-width: 1000px;
    position: relative;
    margin: auto;
    max-height: 600px;
}
.image[b-mboagwsuv7] {
    max-width: 1000px;
    position: relative;
    margin: auto;
    max-height: 600px;
}

.fade[b-mboagwsuv7] {
    animation-name: fade-b-mboagwsuv7;
    animation-duration: 2s;
}

@keyframes fade-b-mboagwsuv7 {
    from {
        opacity: .5
    }

    to {
        opacity: 1
    }
}
/* _content/CC26Website/Components/Pages/Loader.razor.rz.scp.css */
.rotate[b-vwx9lo0dsc] {
    animation: rotation-b-vwx9lo0dsc 1.5s infinite linear;
}

@keyframes rotation-b-vwx9lo0dsc {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}
/* _content/CC26Website/Components/Pages/Results.razor.rz.scp.css */
*[b-dxcnvgyswa] {
    box-sizing: border-box
}

.image-slideshow[b-dxcnvgyswa] {
    max-width: 1000px;
    position: relative;
    margin: auto;
    max-height: 600px;
}
.image[b-dxcnvgyswa] {
    max-width: 1000px;
    position: relative;
    margin: auto;
    max-height: 600px;
}

.fade[b-dxcnvgyswa] {
    animation-name: fade-b-dxcnvgyswa;
    animation-duration: 2s;
}

@keyframes fade-b-dxcnvgyswa {
    from {
        opacity: .5
    }

    to {
        opacity: 1
    }
}
