/* /Components/Components/Login/CodeInput.razor.rz.scp.css */
.verify-content[b-egeopo5ebx] {
    width: 100%;
    max-width: 22rem;
    margin: 0 auto;
}

.header-text[b-egeopo5ebx] {
    margin: 0 auto 2rem auto;
    text-align: center;
}

.code-inputs[b-egeopo5ebx] {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    margin-bottom: 1.25rem;
}

.code-input[b-egeopo5ebx] {
    width: 2.75rem;
    height: 3.25rem;
    border: 0.125rem solid #e49aaa;
    border-radius: 0.5rem;
    text-align: center;
    font-size: 1.25rem;
    outline: none;
    padding: 0;
}

    .code-input:focus[b-egeopo5ebx] {
        border-color: #bf2c45;
    }

.resend-container[b-egeopo5ebx] {
    font-size: 0.7rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.resend-text[b-egeopo5ebx] {
    color: #ef6f82;
    text-decoration: underline;
}

.link-button[b-egeopo5ebx] {
    font-size: inherit;
    border: none;
    background: none;
    padding: 0;
    font-weight: 600;
    cursor: pointer;
}

    .link-button:disabled[b-egeopo5ebx] {
        opacity: 0.6;
        cursor: not-allowed;
    }

.spinner[b-egeopo5ebx] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid currentColor;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin-b-egeopo5ebx 0.6s linear infinite;
    vertical-align: middle;
    margin-right: 0.4rem;
}

@keyframes spin-b-egeopo5ebx {
    to {
        transform: rotate(360deg);
    }
}

.login-button:disabled[b-egeopo5ebx] {
    opacity: 0.7;
    cursor: not-allowed;
}

.code-input--disabled[b-egeopo5ebx] {
    opacity: 0.5;
}
/* /Components/Components/Login/EmailInput.razor.rz.scp.css */
.form-group[b-xwrohvouh6] {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.5rem;
}

label[b-xwrohvouh6] {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.header-text[b-xwrohvouh6] {
    margin: 0 auto 3rem auto;
    text-align: center;
}

.remember-me[b-xwrohvouh6] {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    margin-bottom: 1.5rem;
}

.remember-me__label[b-xwrohvouh6] {
    margin: 0;
    font-size: 0.75rem;
    cursor: pointer;
}

.login-button[b-xwrohvouh6] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 2.75rem;
}

.login-button__spinner[b-xwrohvouh6] {
    width: 1rem;
    height: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.45);
    border-top-color: #ffffff;
    border-radius: 50%;
    flex: 0 0 auto;
    animation: login-button-spin-b-xwrohvouh6 0.75s linear infinite;
}

@keyframes login-button-spin-b-xwrohvouh6 {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .login-button__spinner[b-xwrohvouh6] {
        animation: none;
    }
}
/* /Components/Components/NavigationOption.razor.rz.scp.css */
.option-container[b-bsllaqtbhr] {
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    text-align: center;
    background-color: white;
    padding: 0.5em 1em;
    min-height: 15vh;
    justify-content: center;
    box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.16);
    cursor: pointer;
    gap: 0.6em;
}

.option-container[b-bsllaqtbhr] {
    transition: all 0.2s ease;
}

    .option-container:hover[b-bsllaqtbhr] {
        transform: translateY(-3px);
        box-shadow: 0 0.65rem 1.4rem rgba(0, 0, 0, 0.2);
    }

.option-text[b-bsllaqtbhr] {
    min-width: 0;
    text-align: left;
}

.options-icon[b-bsllaqtbhr] {
    align-items: center;
    background-color: #FFF0F5;
    border-radius: 20%;
    font-size: 1.4em !important;
    color: var(--primary-colour);
    display: flex !important;
    height: 1.9em;
    justify-content: center;
    width: 1.9em;
}

.option-compact[b-bsllaqtbhr] {
    flex-direction: row;
    align-items: center;
    min-height: unset;
    padding: 0.75em 1em;
    box-shadow: none;
    border: 0.5px solid #e0e0e0;
    gap: 1em;
}

    .option-compact .options-icon[b-bsllaqtbhr] {
        flex: 0 0 2.5rem;
        font-size: 1.25rem !important;
        height: 2.5rem;
        line-height: 1;
        width: 2.5rem;
    }

    .option-compact:hover[b-bsllaqtbhr] {
        transform: none;
        box-shadow: none;
        border-color: #c8c8c8;
    }

.chevron-icon[b-bsllaqtbhr] {
    flex: 0 0 auto;
    margin-left: auto;
    color: #aaaaaa;
    font-size: 0.9em;
}

 h1[b-bsllaqtbhr] {
     font-size: 1em;
     font-weight: 600;
     margin: 0;
 }

 h2[b-bsllaqtbhr] {
     font-size: 0.8em;
     margin: 0;
     font-weight: 400;
     text-align: left;
 }

 .title-text[b-bsllaqtbhr] {
     text-align: left;
 }

 @media only screen and (min-width: 680px) {
     .option-container[b-bsllaqtbhr] {
         padding: 1em;
         min-height: 12vh;
     }

     .option-compact[b-bsllaqtbhr] {
         min-height: 8vh;
     }
 }
/* /Components/Components/OverlayMessage.razor.rz.scp.css */
.overlay[b-ro41u5r22y] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.overlay-box[b-ro41u5r22y] {
    position: relative;
    background: white;
    padding: 2rem;
    border-radius: 0.5rem;
    text-align: center;
    min-width: 15rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.2);
    margin-left: 1rem;
    margin-right: 1rem;
    overflow: hidden;
}

.overlay-error[b-ro41u5r22y] {
    border-top: 0.4rem solid var(--primary-colour);
}

.overlay-success[b-ro41u5r22y] {
    border-top: 0.4rem solid var(--primary-colour);
}

.overlay-loading[b-ro41u5r22y] {
    position: relative;
}

    .overlay-loading[b-ro41u5r22y]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 0.35rem;
        width: 0;
        background: var(--primary-colour);
        border-radius: 0.25rem;
        animation: loadingFill-b-ro41u5r22y 1s linear forwards;
    }

@keyframes loadingFill-b-ro41u5r22y {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

.overlay-button[b-ro41u5r22y] {
    background-color: var(--primary-colour);
    padding: 1em 3em;
    color: white;
    font-size: 1em;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    filter: drop-shadow(0px 10px 10px #dedede);
    font-weight: 600;
    margin-top: 0.7em;
}
/* /Components/Components/PageHeader.razor.rz.scp.css */
.title-text-container[b-ukdqbsxnlc] {
    margin: 0.85em auto;
    text-align: left;
}

.header-back-container[b-ukdqbsxnlc] {
    display: flex;
    gap: 0.6em;
    align-items: center;
}

h1[b-ukdqbsxnlc] {
    font-size: 1.2em;
    margin: 0;
    text-align: left;
    color: var(--text-primary);
}

h2[b-ukdqbsxnlc] {
    font-size: 0.8em;
    font-weight: 400;
    margin-top: 0.3em;
    color: var(--text-secondary);
}

hr[b-ukdqbsxnlc] {
    margin-bottom: 1em;
}
/* /Components/Components/ReadonlyField.razor.rz.scp.css */
.readonly-field-container[b-hb8yjn9vd9] {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-bottom: 1em;
}

.readonly-field-label[b-hb8yjn9vd9] {
    font-weight: 500;
    margin-bottom: 0;
}

.readonly-field-input[b-hb8yjn9vd9] {
    background: white;
    border: 1px solid #ccc;
    border-radius: 0.7em;
    padding: 1.5em 1em;
    pointer-events: none;
}
/* /Components/Components/StripeProduct.razor.rz.scp.css */
.product-container[b-1g693s17pm] {
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    background-color: white;
    padding: 1em 0.75em;
    border: 0.5px solid #e8e8e8;
    gap: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.sms-badge[b-1g693s17pm] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #fde8ed;
    border-radius: 0.3em;
    padding: 0.15em 0.4em;
    margin-bottom: 0.3em;
}

    .sms-badge i[b-1g693s17pm] {
        font-size: 0.7em;
        color: var(--primary-colour);
    }

    .sms-badge span[b-1g693s17pm] {
        font-size: 0.7em;
        font-weight: 500;
        color: #c8476a;
    }

h1[b-1g693s17pm] {
    font-size: 0.85em;
    font-weight: 400;
    color: var(--text-secondary);
    margin: 0;
}

h2[b-1g693s17pm] {
    font-size: 1.25em;
    font-weight: 500;
    color: var(--text-primary);
    margin: 0;
}

h4[b-1g693s17pm] {
    font-size: 0.65em;
    font-weight: 400;
    color: #aaa;
    margin: 0 0 0.3em;
}

.sms-button[b-1g693s17pm] {
    background-color: var(--primary-colour);
    color: white;
    border-radius: 0.5em;
    padding: 6px;
    border: none;
    font-size: 0.8em;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
}

    .sms-button:hover[b-1g693s17pm] {
        background-color: #b04d59;
    }
/* /Components/Components/SuccessComponent.razor.rz.scp.css */
.success-content[b-3o0q3lkc16] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    justify-content: center;
    gap: 0.75em;
    min-height: calc(100vh - 10rem);
}

.success-card[b-3o0q3lkc16] {
    background: white;
    border: 0.5px solid #e8e8e8;
    border-radius: 1em;
    padding: 2rem 1.5rem;
    max-width: 24rem;
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    text-align: center;
    margin: auto;
}

.icon-container[b-3o0q3lkc16] {
    width: 3.5rem;
    height: 3.5rem;
    background: #fde8ed;
    border-radius: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.success-icon[b-3o0q3lkc16] {
    color: #c8476a;
    font-size: 1.5em !important;
}

h1[b-3o0q3lkc16] {
    font-size: 1.1em;
    font-weight: 500;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.3;
}

h2[b-3o0q3lkc16] {
    font-size: 0.85em;
    font-weight: 400;
    color: #888;
    margin: 0;
    line-height: 1.5;
    text-align: center;
}

.button-container[b-3o0q3lkc16] {
    width: 40%;
}

.home-button[b-3o0q3lkc16] {
    background-color: var(--primary-colour);
    border: none;
    border-radius: 0.5rem;
    padding: 0.75em;
    color: white;
    font-weight: 500;
    font-size: 0.9em;
    width: 100%;
    cursor: pointer;
    margin-top: 0.5rem;
}

    .home-button:hover[b-3o0q3lkc16] {
        background-color: #b03d5e;
    }
/* /Components/Layout/LoginLayout.razor.rz.scp.css */
main[b-rdfu6buuj0] {
    min-height: 100vh;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}

.powered-by-container[b-rdfu6buuj0] {
    display: flex;
    flex-direction: row;
    margin: auto 0 0;
    text-align: center;
    font-size: 0.6rem;
    justify-content: center;
    width: 100%;
    background-color: white;
    flex-shrink: 0;
    padding: 1rem 0 0.5rem;
}

.powered-by-img[b-rdfu6buuj0] {
    max-width: 20%;
}

@media (min-width: 1024px) {
    .powered-by-img[b-rdfu6buuj0] {
        max-width: 8%;
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .powered-by-img[b-rdfu6buuj0] {
        max-width: 10%;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-77wqt54vch] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-77wqt54vch] {
    flex: 1;
    background-color: #FAFAFB;
    flex-direction: column;
    display: flex;
    min-width: 0;
}

.sidebar[b-77wqt54vch] {
    background-color: white;
    position: relative;
    z-index: 10;
}

.top-row[b-77wqt54vch] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-77wqt54vch]  a, .top-row[b-77wqt54vch]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-77wqt54vch]  a:hover, .top-row[b-77wqt54vch]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-77wqt54vch]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.powered-by-container[b-77wqt54vch] {
    display: flex;
    flex-direction: row;
    margin: auto 0 0;
    text-align: center;
    font-size: 0.6rem;
    justify-content: center;
    width: 100%;
    flex-shrink: 0;
    padding: 1rem 0 0.5rem;
}

.powered-by-img[b-77wqt54vch] {
    max-width: 20%;
}

@media (max-width: 640.98px) {
    .sidebar[b-77wqt54vch] {
        background-color: #FCECF2;
    }

    .top-row[b-77wqt54vch] {
        justify-content: space-between;
    }

        .top-row[b-77wqt54vch]  a, .top-row[b-77wqt54vch]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .sidebar[b-77wqt54vch] {
        background-color: #FCECF2;
    }

    .powered-by-img[b-77wqt54vch] {
        max-width: 15%;
    }
}

@media (min-width: 641px) {
    .page[b-77wqt54vch] {
        flex-direction: row;
    }

    .sidebar[b-77wqt54vch] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-77wqt54vch] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-77wqt54vch]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-77wqt54vch], article[b-77wqt54vch] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .powered-by-img[b-77wqt54vch] {
        max-width: 10%;
    }
}

#blazor-error-ui[b-77wqt54vch] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-77wqt54vch] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.burger[b-g2vio8a988] {
    cursor: pointer;
    display: block;
    height: 1.25rem;
    left: 1rem;
    position: absolute;
    top: 1.15rem;
    width: 1.48em;
    z-index: 10;
}

.navbar-toggler[b-g2vio8a988] {
    display: none;
}

.burger span[b-g2vio8a988] {
    background: var(--primary-colour);
    border-radius: 9px;
    display: block;
    height: 0.16rem;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    width: 100%;
}

.burger span:nth-of-type(1)[b-g2vio8a988] {
    top: 0;
    transform-origin: center;
}

.burger span:nth-of-type(2)[b-g2vio8a988] {
    top: 50%;
    transform: translateY(-50%);
    transform-origin: center;
}

.burger span:nth-of-type(3)[b-g2vio8a988] {
    top: 100%;
    transform: translateY(-100%);
    transform-origin: center;
}

.navbar-toggler:checked + .burger span:nth-of-type(1)[b-g2vio8a988] {
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.navbar-toggler:checked + .burger span:nth-of-type(2)[b-g2vio8a988] {
    opacity: 0;
    width: 0;
}

.navbar-toggler:checked + .burger span:nth-of-type(3)[b-g2vio8a988] {
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

.top-row[b-g2vio8a988] {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 3.5rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.nav-logo[b-g2vio8a988] {
    display: block;
    max-height: 2.25rem;
    max-width: 11rem;
    object-fit: contain;
}

.navbar-brand[b-g2vio8a988] {
    font-size: 1.1rem;
}

.bi[b-g2vio8a988] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-g2vio8a988] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-g2vio8a988] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-g2vio8a988] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-g2vio8a988] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-g2vio8a988] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-g2vio8a988] {
        padding-bottom: 1rem;
    }

    .nav-item[b-g2vio8a988]  .nav-link {
        color: grey;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        text-decoration: none;
    }

    .nav-item[b-g2vio8a988]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: var(--primary-colour);
        font-weight: 700;
    }

.nav-item[b-g2vio8a988]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    font-weight: bold;
}

.nav-scrollable[b-g2vio8a988] {
    background-color: white;
    left: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding-left: 1.5em;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 3.5rem;
    transform: translateY(-0.35rem);
    transition: max-height 0.2s ease, opacity 0.18s ease, transform 0.2s ease, box-shadow 0.2s ease;
    z-index: 12;
}

.nav-backdrop[b-g2vio8a988] {
    background-color: rgba(0, 0, 0, 0.28);
    bottom: 0;
    cursor: pointer;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 3.5rem;
    transition: opacity 0.18s ease;
    z-index: 11;
}

.navbar-toggler:checked ~ .nav-scrollable[b-g2vio8a988] {
    box-shadow: 0 0.75rem 0.75rem -0.75rem rgba(0, 0, 0, 0.28);
    max-height: 35rem;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.navbar-toggler:checked ~ .nav-backdrop[b-g2vio8a988] {
    opacity: 1;
    pointer-events: auto;
}

@media (min-width: 641px) {
    .burger[b-g2vio8a988] {
        display: none;
    }

    .nav-scrollable[b-g2vio8a988] {
        box-shadow: none;
        display: block;
        left: auto;
        margin-left: 1.5em;
        max-height: none;
        opacity: 1;
        overflow-y: auto;
        padding-left: 0;
        pointer-events: auto;
        position: static;
        right: auto;
        top: auto;
        transform: none;
        transition: none;
        z-index: auto;
        height: calc(100vh - 3.5rem);
    }

    .nav-backdrop[b-g2vio8a988] {
        display: none;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-wg8htwe4p5],
.components-reconnect-repeated-attempt-visible[b-wg8htwe4p5],
.components-reconnect-failed-visible[b-wg8htwe4p5],
.components-pause-visible[b-wg8htwe4p5],
.components-resume-failed-visible[b-wg8htwe4p5],
.components-rejoining-animation[b-wg8htwe4p5] {
    display: none;
}

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


#components-reconnect-modal[b-wg8htwe4p5] {
    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-wg8htwe4p5 0.5s both;
    &[open]

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

}

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

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

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-wg8htwe4p5 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-wg8htwe4p5 {
    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;
    }
}
/* /Components/Pages/Chat.razor.rz.scp.css */
.chat-frame-wrapper[b-prq4vogfbr] {
    position: relative;
    height: 95%;
}

.chat-loading[b-prq4vogfbr] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
    z-index: 2;
}

.chat-loading-spinner[b-prq4vogfbr] {
    width: 2.5rem;
    height: 2.5rem;
    border: 0.25rem solid #ddd;
    border-top: 0.25rem solid var(--primary-colour);
    border-radius: 50%;
    animation: spin-b-prq4vogfbr 0.8s linear infinite;
    margin-bottom: 0.75rem;
}

.chat-hidden[b-prq4vogfbr] {
    visibility: hidden;
}

#chatwoot_live_chat_widget[b-prq4vogfbr] {
    width: 100%;
    height: 100%;
    border: none;
}

@keyframes spin-b-prq4vogfbr {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 768px) {
    .chat-frame-wrapper[b-prq4vogfbr] {
        height: 90vh;
    }
}
/* /Components/Pages/Help/Faqs/HelpFaqs.razor.rz.scp.css */
.faq-card[b-rjjdmnzjib] {
    background-color: white;
    border-radius: 1em;
    padding: 1em;
    margin-bottom: 0.75em;
}

.faq-header[b-rjjdmnzjib] {
    display: flex;
    flex-direction: column;
}

h1[b-rjjdmnzjib] {
    margin: 0.2em 0 0 0;
    font-size: 1em;
    font-weight: 600;
}

h2[b-rjjdmnzjib] {
    font-weight: 500;
    margin: 0;
    font-size: 0.75em;
}

p[b-rjjdmnzjib] {
    font-size: 0.9em;
}

.icon-container[b-rjjdmnzjib] {
    color: var(--primary-colour);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    min-width: 1.5rem;
    margin-top: 0.1rem;
}

.options-icon[b-rjjdmnzjib] {
    font-size: 1.2em !important;
    color: white;
}

.faq-summary[b-rjjdmnzjib] {
    list-style: none;
}

    .faq-summary[b-rjjdmnzjib]::-webkit-details-marker {
        display: none;
    }

.expand-icon[b-rjjdmnzjib] {
    color: var(--primary-colour);
    margin-top: 0.5em;
    transform: rotate(-90deg);
    transition: transform 0.3s ease-in-out;
    display: inline-block;
    cursor: pointer;
}

.arrow[open] .expand-icon[b-rjjdmnzjib] {
    transform: rotate(0deg);
}
/* /Components/Pages/Help/Help.razor.rz.scp.css */
.help-container[b-vgutb2ohnz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5em;
    width: 100%;
}

.full-width[b-vgutb2ohnz] {
    width: 100%;
}

.option-text[b-vgutb2ohnz] {
    text-align: left;
}
/* /Components/Pages/Help/HelpGuides.razor.rz.scp.css */
.guide-options-container[b-y0yi8nef4k] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}

.header-text-container[b-y0yi8nef4k] {
    display: flex;
    gap: 0.5em;
    align-items: center;
    margin-top: 0.5em;
}

h1[b-y0yi8nef4k] {
    margin: 0 0;
    font-size: 1.5em;
    font-weight: 600;
}
/* /Components/Pages/Help/HelpVideos.razor.rz.scp.css */
.video-options-container[b-81fj060kgf] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}

.header-text-container[b-81fj060kgf] {
    display: flex;
    gap: 0.5em;
    align-items: center;
    margin-top: 0.5em;
}

h1[b-81fj060kgf] {
    margin: 0 0;
    font-size: 1.5em;
    font-weight: 600;
}
/* /Components/Pages/Home.razor.rz.scp.css */
main[b-bilxz3x5c8] {
    margin: 0 0.5em;
}

h1[b-bilxz3x5c8] {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0!important;
    color: var(--text-primary);
}

h2[b-bilxz3x5c8] {
    font-size: 1rem;
    font-weight: 400;
    margin: 0 auto !important;
    color: var(--text-secondary);
}

.title-container[b-bilxz3x5c8] {
    margin: 0.75rem auto 0.5rem;
}

.dashboard-container[b-bilxz3x5c8] {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

.section-container span[b-bilxz3x5c8] {
    margin-top: 0.3em;
    font-size: 0.8em;
    color: var(--text-secondary);
}

.options-container[b-bilxz3x5c8] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2em;
}

.section-header[b-bilxz3x5c8] {
    position: relative;
    margin: 0.5em 0 0.75em;
    text-align: left;
    font-weight: 500;
    color: #6b6b6b;
    font-size: 0.8em;
}

    .section-header span[b-bilxz3x5c8] {
        position: relative;
        color: #6b6b6b;
        font-weight: 600;
    }
/* /Components/Pages/Login/Login.razor.rz.scp.css */
.login-container[b-2r6j7lx9r9] {
    max-width: 80vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: auto;
}

.logo-container[b-2r6j7lx9r9] {
    display: flex;
    justify-content: center;
    margin-top: 15dvh;
}

.login-logo[b-2r6j7lx9r9] {
    width: 15%;
    height: auto;
    align-self: center;
    margin-bottom: 1.5rem;
}

h1[b-2r6j7lx9r9] {
    text-align: center;
    font-size: 1.75rem;
    margin-bottom: 4rem;
}

.arrow-container[b-2r6j7lx9r9] {
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.back-arrow[b-2r6j7lx9r9] {
    color: #ef6f82;
    font-size: 1.5rem !important;
    cursor: pointer;
}

@media only screen and (min-width: 768px) {
    .login-container[b-2r6j7lx9r9] {
        max-width: 50vw;
    }
}

@media only screen and (min-width: 1600px) {
    .login-container[b-2r6j7lx9r9] {
        max-width: 35vw;
    }
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
.not-found-page[b-24di16vzx9] {
    display: grid;
    min-height: calc(100vh - 10rem);
    padding: 1rem;
    place-items: center;
}

.not-found-container[b-24di16vzx9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 2rem 1.5rem;
    background: white;
    border: 0.5px solid #e8e8e8;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    text-align: center;
    max-width: 24rem;
    width: fit-content;
}

h1[b-24di16vzx9] {
    color: var(--primary-colour);
    font-size: 2.5em;
    font-weight: 500;
    margin: 0;
}

h2[b-24di16vzx9] {
    font-size: 1.1em;
    font-weight: 500;
    color: #1a1a1a;
    margin: 0;
}

hr[b-24di16vzx9] {
    border: 0;
    border-top: 2px solid var(--primary-colour);
    margin: 0.1rem 0;
    width: 3rem;
}

p[b-24di16vzx9] {
    font-size: 0.85em;
    color: #888;
    line-height: 1.5;
    margin: 0;
    text-align: center;
}

button[b-24di16vzx9] {
    background: var(--primary-colour);
    width: 100%;
    border: none;
    border-radius: 8px;
    padding: 0.65em;
    color: white;
    font-weight: 500;
    font-size: 0.9em;
    cursor: pointer;
    margin-top: 0.5rem;
}

    button:hover[b-24di16vzx9] {
        background: #b03d5e;
    }
/* /Components/Pages/Shop/ShopHome.razor.rz.scp.css */
.products-container[b-2bdi1brt1j] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
}
/* /Components/Pages/Tickets/CreateTicket/CreateTicketHome.razor.rz.scp.css */
.create-ticket-container[b-t8nasawpnz] {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.input-container[b-t8nasawpnz] {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

    .input-container > label[b-t8nasawpnz] {
        font-size: 1em;
        font-weight: 500;
    }

.button-container[b-t8nasawpnz] {
    display: flex;
    margin: auto;
    justify-content: center;
    margin-top: 1.25em;
}

    .button-container > button[b-t8nasawpnz] {
        background: var(--primary-colour);
        padding: 1em;
        width: 50%;
        border: none;
        border-radius: 0.6em;
        font-weight: bold;
        color: white;
        font-size: 1em;
        cursor: pointer;
        filter: drop-shadow(0px 10px 10px #dedede);
    }
/* /Components/Pages/WhatsNew/WhatsNewPage.razor.rz.scp.css */
.buttons-container[b-ef93liz6h9] {
    margin-bottom: 1em;
    display: flex;
    gap: 0.5em;
}

.option-button[b-ef93liz6h9] {
    background-color: white;
    color: black;
    border-radius: 0.5em;
    border: none;
    padding: 1em;
    font-size: 0.75em;
    cursor: pointer;
    filter: drop-shadow(0px 10px 10px #dedede);
}

    .option-button.active[b-ef93liz6h9] {
        background-color: var(--primary-colour);
        color: white;
        font-weight: 600;
    }

.update-container[b-ef93liz6h9] {
    background-color: var(--primary-colour);
    border-radius: 0.5em;
    display: flex;
    align-items: center;
    color: white;
    gap: 0.4em;
    padding: 0.7em;
}

.update-container > p[b-ef93liz6h9] {
    font-size: 1em;
    font-weight: 600;
    margin: 0;
}

.release-card[b-ef93liz6h9] {
    background-color: white;
    border-radius: 1em;
    padding: 1em;
    margin-bottom: 0.75em;
}

.release-header[b-ef93liz6h9] {
    display: flex;
    flex-direction: column;
}

h1[b-ef93liz6h9] {
    margin: 0.2em 0 0 0;
    font-size: 1.3em;
}

h2[b-ef93liz6h9] {
    font-weight: 500;
    margin: 0;
    font-size: 0.75em;
}

.release-note-item[b-ef93liz6h9] {
    display: flex;
    flex-direction: row;
    gap: 0.75em;
    margin: 0.75em 0;
    align-items: flex-start;
}

.release-note-item > p[b-ef93liz6h9] {
    margin: 0;
    text-align: left;
}

.icon-container[b-ef93liz6h9] {
    color: var(--primary-colour);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    min-width: 1.5rem;
    margin-top: 0.1rem;
}

.options-icon[b-ef93liz6h9] {
    font-size: 1.2em !important;
    color: white;
}

.release-summary[b-ef93liz6h9] {
    list-style: none;
}

    .release-summary[b-ef93liz6h9]::-webkit-details-marker {
        display: none;
    }

.expand-icon[b-ef93liz6h9] {
    color: var(--primary-colour);
    margin-top: 0.5em;
    transform: rotate(-90deg);
    transition: transform 0.3s ease-in-out;
    display: inline-block;
    cursor: pointer;
}

.previous-release-card[open] .expand-icon[b-ef93liz6h9] {
    transform: rotate(0deg);
}
