/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-q64i2y5ddh] {
    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-q64i2y5ddh] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-lbf8atnyho],
.components-reconnect-repeated-attempt-visible[b-lbf8atnyho],
.components-reconnect-failed-visible[b-lbf8atnyho],
.components-pause-visible[b-lbf8atnyho],
.components-resume-failed-visible[b-lbf8atnyho],
.components-rejoining-animation[b-lbf8atnyho] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-lbf8atnyho {
    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/Billing.razor.rz.scp.css */
    /* Custom Range Slider Styling */
    input[type=range][b-742izmnxlt] {
        -webkit-appearance: none;
        background: transparent;
    }
    input[type=range][b-742izmnxlt]::-webkit-slider-thumb {
        -webkit-appearance: none;
        height: 24px;
        width: 24px;
        border-radius: 50%;
        background: #0ea5e9;
        cursor: pointer;
        margin-top: -10px;
        box-shadow: 0 0 0 4px #e0f2fe;
        transition: all 0.2s;
    }
    input[type=range][b-742izmnxlt]::-webkit-slider-thumb:hover {
        transform: scale(1.1);
        box-shadow: 0 0 0 6px #e0f2fe;
    }
    input[type=range][b-742izmnxlt]::-webkit-slider-runnable-track {
        width: 100%;
        height: 4px;
        cursor: pointer;
        background: #cbd5e1;
        border-radius: 2px;
    }
/* /Components/Pages/Contracts.razor.rz.scp.css */
    .project-card:hover[b-4filmk2ejl] {
        transform: translateY(-2px);
        box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.05);
    }
/* /Components/Pages/NewContract.razor.rz.scp.css */
    .upload-zone[b-6xhs72ic6h] {
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='16' ry='16' stroke='%23CBD5E1FF' stroke-width='2' stroke-dasharray='10%2c 10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
        transition: all 0.3s ease;
    }
    .upload-zone:hover[b-6xhs72ic6h], .upload-zone.active[b-6xhs72ic6h] {
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='16' ry='16' stroke='%230EA5E9FF' stroke-width='2' stroke-dasharray='10%2c 10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
        background-color: #f0f9ff;
    }
    .upload-zone.has-file[b-6xhs72ic6h] {
        background-image: none;
        background-color: rgba(240, 253, 244, 0.3);
        border: 1px solid #bbf7d0;
    }
    .step-line[b-6xhs72ic6h] {
        height: 2px;
        background: #e2e8f0;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        z-index: 0;
        transform: translateY(-50%);
    }
    .step-line-progress[b-6xhs72ic6h] {
        height: 100%;
        background: #0ea5e9;
        transition: width 0.4s ease;
    }
/* /Components/Pages/Terms.razor.rz.scp.css */
    .terms-page[b-wx7gzer5cg] {
        max-width: 900px;
        margin: 0 auto;
        padding: 2rem 1rem;
        background: white;
        border-radius: 1rem;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }

    .terms-page header[b-wx7gzer5cg] {
        text-align: center;
        margin-bottom: 2rem;
        padding-bottom: 1.5rem;
        border-bottom: 3px solid #0284c7;
    }

    .terms-page h1[b-wx7gzer5cg] {
        color: #0f172a;
        font-size: 1.75rem;
        margin-bottom: 0.5rem;
    }

    .terms-page .company-info[b-wx7gzer5cg] {
        color: #475569;
        font-size: 0.95rem;
        margin-bottom: 0.25rem;
    }

    .terms-page .effective-date[b-wx7gzer5cg] {
        color: #94a3b8;
        font-style: italic;
        margin-top: 0.75rem;
        font-size: 0.875rem;
    }

    .terms-page h2[b-wx7gzer5cg] {
        font-size: 1.1rem;
        font-weight: 600;
        color: #0f172a;
        margin: 2rem 0 1rem 0;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid #e2e8f0;
        counter-increment: section;
    }

    .terms-page h2[b-wx7gzer5cg]::before {
        content: counter(section) ". ";
    }

    .terms-page h3[b-wx7gzer5cg] {
        font-size: 1rem;
        font-weight: 600;
        color: #1e293b;
        margin: 1.5rem 0 0.75rem 0;
    }

    .terms-page p[b-wx7gzer5cg] {
        font-size: 0.875rem;
        color: #475569;
        line-height: 1.7;
        margin-bottom: 0.75rem;
    }

    .terms-page ol[b-wx7gzer5cg] {
        counter-reset: item;
        list-style: none;
        padding-left: 0;
        margin: 0 0 1rem 0;
    }

    .terms-page ol > li[b-wx7gzer5cg] {
        counter-increment: item;
        margin-bottom: 0.75rem;
        padding-left: 2rem;
        position: relative;
        font-size: 0.875rem;
        color: #475569;
        line-height: 1.7;
    }

    .terms-page ol > li[b-wx7gzer5cg]::before {
        content: counter(section) "." counter(item);
        position: absolute;
        left: 0;
        font-weight: 600;
        color: #0284c7;
        font-size: 0.8rem;
    }

    .terms-page ol ol[b-wx7gzer5cg] {
        margin-top: 0.5rem;
        counter-reset: subitem;
    }

    .terms-page ol ol > li[b-wx7gzer5cg] {
        counter-increment: subitem;
        padding-left: 2.5rem;
    }

    .terms-page ol ol > li[b-wx7gzer5cg]::before {
        content: counter(section) "." counter(item) "." counter(subitem);
    }

    .terms-page ul[b-wx7gzer5cg] {
        margin: 0.5rem 0 1rem 1.5rem;
        padding: 0;
    }

    .terms-page ul li[b-wx7gzer5cg] {
        font-size: 0.875rem;
        color: #475569;
        line-height: 1.7;
        margin-bottom: 0.5rem;
    }

    .terms-page .definition-list[b-wx7gzer5cg] {
        background: #f8fafc;
        padding: 1rem 1.25rem;
        border-radius: 0.5rem;
        margin: 1rem 0;
    }

    .terms-page .definition-list dt[b-wx7gzer5cg] {
        font-weight: 600;
        color: #0f172a;
        margin-top: 0.75rem;
        font-size: 0.875rem;
    }

    .terms-page .definition-list dt:first-child[b-wx7gzer5cg] {
        margin-top: 0;
    }

    .terms-page .definition-list dd[b-wx7gzer5cg] {
        margin-left: 1rem;
        margin-bottom: 0.5rem;
        font-size: 0.875rem;
        color: #475569;
    }

    .terms-page .highlight-box[b-wx7gzer5cg] {
        padding: 1rem;
        margin: 1rem 0;
        border-radius: 0.5rem;
        border-left: 4px solid #f59e0b;
        background: #fffbeb;
    }

    .terms-page .highlight-box.warning[b-wx7gzer5cg] {
        border-left-color: #f59e0b;
        background: #fffbeb;
    }

    .terms-page .highlight-box p[b-wx7gzer5cg] {
        margin: 0;
        color: #92400e;
    }

    .terms-page table[b-wx7gzer5cg] {
        width: 100%;
        border-collapse: collapse;
        margin: 1rem 0;
        font-size: 0.875rem;
    }

    .terms-page th[b-wx7gzer5cg],
    .terms-page td[b-wx7gzer5cg] {
        border: 1px solid #e2e8f0;
        padding: 0.75rem 1rem;
        text-align: left;
    }

    .terms-page th[b-wx7gzer5cg] {
        background: #0f172a;
        color: white;
        font-weight: 600;
    }

    .terms-page tr:nth-child(even)[b-wx7gzer5cg] {
        background: #f8fafc;
    }

    .terms-page .contact-info[b-wx7gzer5cg] {
        background: #f8fafc;
        padding: 1.25rem;
        border-radius: 0.5rem;
        margin-top: 1.5rem;
    }

    .terms-page .contact-info h3[b-wx7gzer5cg] {
        margin-top: 0;
    }

    .terms-page a[b-wx7gzer5cg] {
        color: #0284c7;
        text-decoration: none;
    }

    .terms-page a:hover[b-wx7gzer5cg] {
        text-decoration: underline;
    }

    .terms-page strong[b-wx7gzer5cg] {
        font-weight: 600;
        color: #0f172a;
    }
