/* _content/CLUK.Online.ApplicationForm/Components/Layout/LegalStatementFooter.razor.rz.scp.css */
.legal-statement[b-gxwzf04q2b] {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-4);
    font-size: inherit;
    color: inherit;
}

.legal-trademark[b-gxwzf04q2b] {
    margin: 0;
}

.legal-entities[b-gxwzf04q2b] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-1) var(--spacing-8);
}

.legal-entity[b-gxwzf04q2b] {
    font-size: inherit;
    color: inherit;
}

.legal-entity-toggle[b-gxwzf04q2b] {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: var(--spacing-1);
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    padding: 0;
    text-align: left;
    list-style: none;
}

.legal-entity-toggle[b-gxwzf04q2b]::-webkit-details-marker { display: none; }
.legal-entity-toggle[b-gxwzf04q2b]::marker { display: none; content: ""; }

.legal-entity-toggle:focus-visible[b-gxwzf04q2b] {
    outline: 2px solid var(--color-indigo-400);
    outline-offset: 2px;
    border-radius: var(--rounded-sm);
}

.legal-entity-chevron[b-gxwzf04q2b] {
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.legal-entity[open] > .legal-entity-toggle > .legal-entity-chevron[b-gxwzf04q2b] {
    transform: rotate(180deg);
}

.legal-entity-body[b-gxwzf04q2b] {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows var(--transition-base), opacity var(--transition-base);
}

.legal-entity[open] > .legal-entity-body[b-gxwzf04q2b] {
    grid-template-rows: 1fr;
    opacity: 1;
}

.legal-entity-body > p[b-gxwzf04q2b] {
    overflow: hidden;
    margin: 0;
    line-height: 1.6;
    padding-top: var(--spacing-2);
}

@media (max-width: 768px) {
    .legal-entities[b-gxwzf04q2b] {
        grid-template-columns: 1fr;
    }
}
/* _content/CLUK.Online.ApplicationForm/Components/Layout/MainLayout.razor.rz.scp.css */
[b-63q2se9h2r] .mud-layout {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

[b-63q2se9h2r] .header + .mud-main-content {
    padding-top: 0;
    flex: 1;
}

[b-63q2se9h2r] .mud-main-content .mud-container {
    padding-top: 24px;
}

/* _content/CLUK.Online.ApplicationForm/Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-oy8bq40wka],
.components-reconnect-repeated-attempt-visible[b-oy8bq40wka],
.components-reconnect-failed-visible[b-oy8bq40wka],
.components-pause-visible[b-oy8bq40wka],
.components-resume-failed-visible[b-oy8bq40wka],
.components-rejoining-animation[b-oy8bq40wka] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-oy8bq40wka],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-oy8bq40wka],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-oy8bq40wka],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-oy8bq40wka],
#components-reconnect-modal.components-reconnect-retrying[b-oy8bq40wka],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-oy8bq40wka],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-oy8bq40wka],
#components-reconnect-modal.components-reconnect-failed[b-oy8bq40wka],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-oy8bq40wka] {
    display: block;
}

#components-reconnect-modal[b-oy8bq40wka] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-oy8bq40wka 0.5s both;
}

    #components-reconnect-modal[open][b-oy8bq40wka] {
        animation: components-reconnect-modal-slideUp-b-oy8bq40wka 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-oy8bq40wka 0.5s ease-in-out 0.3s;
        animation-fill-mode: both;
    }

#components-reconnect-modal[b-oy8bq40wka]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-oy8bq40wka 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-oy8bq40wka {
    0% { transform: translateY(30px) scale(0.95); }
    100% { transform: translateY(0); }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-oy8bq40wka {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-oy8bq40wka {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

.components-reconnect-container[b-oy8bq40wka] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-oy8bq40wka] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-oy8bq40wka] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-oy8bq40wka] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-oy8bq40wka] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-oy8bq40wka] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-oy8bq40wka] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-oy8bq40wka 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-oy8bq40wka] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-oy8bq40wka {
    0%    { top: 40px; left: 40px; width: 0;    height: 0;    opacity: 0; }
    4.9%  { top: 40px; left: 40px; width: 0;    height: 0;    opacity: 0; }
    5%    { top: 40px; left: 40px; width: 0;    height: 0;    opacity: 1; }
    100%  { top: 0px;  left: 0px;  width: 80px; height: 80px; opacity: 0; }
}
/* _content/CLUK.Online.ApplicationForm/Shared/Components/FeedbackBar.razor.rz.scp.css */
.feedback-bar-wrapper[b-mcxkepy4bc] {
    overflow: hidden;
    margin-top: -18px;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    padding-top: 25px;
    padding-bottom: 20px;
}

@media (min-width: 960px) {
    .feedback-bar-wrapper[b-mcxkepy4bc] {
        margin-top: -25px;
        padding-top: 0;
    }
}

[b-mcxkepy4bc] .feedback-bar {
    padding: 8px 0 8px 0;
    background-color: var(--cluk-palette-success-teal);
    z-index: 40;
    transform: translateY(-100%);
    animation: slideIn-b-mcxkepy4bc 500ms ease-out 1s forwards;
}

@media (max-width: 960px) {
    [b-mcxkepy4bc] .feedback-bar {
        padding-top: 25px;
    }
}

[b-mcxkepy4bc] .feedback-bar.dismissing {
    animation: slideOut-b-mcxkepy4bc 400ms ease-out forwards;
}

[b-mcxkepy4bc] .feedback-icon {
    color: white;
}

    [b-mcxkepy4bc] .feedback-icon svg {
        animation: breathe-b-mcxkepy4bc 3.2s ease-in-out infinite;
    }

[b-mcxkepy4bc] .feedback-heading {
    color: white;
}

[b-mcxkepy4bc] .feedback-subtext {
    color: rgba(255, 255, 255, 0.85);
}

[b-mcxkepy4bc] .feedback-cta {
    color: var(--cluk-palette-success-teal);
    background-color: white;
    border-color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    animation: ripple-b-mcxkepy4bc 3.5s ease-out 1.5s infinite;
    z-index: 1000;
}

[b-mcxkepy4bc] .feedback-dismiss {
    color: white;
}

@keyframes slideIn-b-mcxkepy4bc {
    to {
        transform: translateY(0);
    }
}

@keyframes slideOut-b-mcxkepy4bc {
    from {
        transform: translateY(0);
    }
}

@keyframes breathe-b-mcxkepy4bc {
    0%, 100% {
        transform: scale(1);
        opacity: 0.85;
    }

    50% {
        transform: scale(1.08);
        opacity: 1;
    }
}

@keyframes ripple-b-mcxkepy4bc {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
