/* /Components/CustomerMapping/MappedCustomerRow.razor.rz.scp.css */
td[b-68xhkqn4ho] {
    padding-top: 0.5rem;
    font-size: 14px;
}
/* /Components/InvoiceHistory/CheckboxDropdown.razor.rz.scp.css */
.checkbox-dropdown[b-wt9cigpnjn] {
    position: relative;
    display: inline-block;
}

.checkbox-dropdown-overlay[b-wt9cigpnjn] {
    position: fixed;
    inset: 0;
    z-index: 999;
}

.checkbox-dropdown-toggle[b-wt9cigpnjn] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.75rem;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    cursor: pointer;
    white-space: nowrap;
    min-width: 160px;
    justify-content: space-between;
    color: #1e1e2d;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .checkbox-dropdown-toggle:hover[b-wt9cigpnjn],
    .checkbox-dropdown-toggle.open[b-wt9cigpnjn] {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
    }

.checkbox-dropdown-chevron[b-wt9cigpnjn] {
    font-size: 0.7rem;
    color: #6c757d;
    transition: transform 0.15s ease-in-out;
}

.checkbox-dropdown-toggle.open .checkbox-dropdown-chevron[b-wt9cigpnjn] {
    transform: rotate(180deg);
}

.checkbox-dropdown-menu[b-wt9cigpnjn] {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    z-index: 1000;
    min-width: 200px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    padding: 0.25rem 0;
    max-height: 320px;
    overflow-y: auto;
}

.checkbox-dropdown-group-header[b-wt9cigpnjn] {
    padding: 0.4rem 0.75rem 0.2rem;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6c757d;
    border-top: 1px solid #dee2e6;
}

    .checkbox-dropdown-group-header:first-child[b-wt9cigpnjn] {
        border-top: none;
    }

.checkbox-dropdown-item[b-wt9cigpnjn] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.75rem;
    font-size: 0.875rem;
    cursor: pointer;
    user-select: none;
}

    .checkbox-dropdown-item:hover[b-wt9cigpnjn] {
        background-color: #f8f9fa;
    }

    .checkbox-dropdown-item input[type="checkbox"][b-wt9cigpnjn] {
        margin: 0;
        cursor: pointer;
        flex-shrink: 0;
    }

.checkbox-dropdown-footer[b-wt9cigpnjn] {
    border-top: 1px solid #dee2e6;
    padding: 0.35rem 0.75rem;
    margin-top: 0.25rem;
}
/* /Components/Jobs/JobCard.razor.rz.scp.css */
.card-text[b-ntdo25iqv8] {
    min-height: calc(2lh);
}

.job-meta-row[b-ntdo25iqv8] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.job-meta-row .form-label[b-ntdo25iqv8] {
    margin-bottom: 0;
}
/* /Components/Layout/LoginLayout.razor.rz.scp.css */
.login-layout[b-rjugfjrp06] {
    min-height: 100vh;
    background-color: #f4f6f9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container[b-rjugfjrp06] {
    width: 100%;
    max-width: 420px;
    padding: 1rem;
}

.login-card[b-rjugfjrp06] {
    background: #ffffff;
    border-radius: 12px;
    padding: 2.5rem 2rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
}

.login-logo[b-rjugfjrp06] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.5rem;
}

.login-logo-icon[b-rjugfjrp06] {
    font-size: 2rem;
    color: var(--primary-color);
}

.login-logo-text[b-rjugfjrp06] {
    font-size: 1rem;
    font-weight: 600;
    color: #1e1e2d;
}

.login-title[b-rjugfjrp06] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    color: #1e1e2d;
}

.login-subtitle[b-rjugfjrp06] {
    font-size: 0.9rem;
    margin: 0;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.top-bar-user[b-oevcvps51g] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.user-name[b-oevcvps51g] {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-menu[b-szx74k8sni] {
    display: flex;
    flex-direction: column;
}

[b-szx74k8sni] .nav-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1.5rem;
    color: #b8b8cc;
    text-decoration: none;
    font-size: 0.95rem;
    transition: background-color 0.15s, color 0.15s;
}

[b-szx74k8sni] .nav-link:hover {
    background-color: #353550;
    color: #ffffff;
}

[b-szx74k8sni] .nav-link.active {
    background-color: #353550;
    color: var(--primary-color);
    border-left: 3px solid var(--primary-color);
}

[b-szx74k8sni] .nav-icon {
    font-size: 1.1rem;
    width: 1.5rem;
    text-align: center;
}

[b-szx74k8sni] .nav-warning-icon {
    margin-left: auto;
    font-size: 1.1rem;
    color: var(--primary-color);
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-685plktxde],
.components-reconnect-repeated-attempt-visible[b-685plktxde],
.components-reconnect-failed-visible[b-685plktxde],
.components-pause-visible[b-685plktxde],
.components-resume-failed-visible[b-685plktxde],
.components-rejoining-animation[b-685plktxde] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-685plktxde {
    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/HomePage.razor.rz.scp.css */
h1[b-o46nppntf1] {
    margin-bottom: 0.25rem;
}

.page-subtitle[b-o46nppntf1] {
    margin-bottom: 2rem;
}

.dashboard-tiles[b-o46nppntf1] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

.tile[b-o46nppntf1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 2rem 1.5rem;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.tile:hover[b-o46nppntf1] {
    border-color: var(--primary-color);
    box-shadow: 0 4px 12px rgba(255, 153, 51, 0.15);
}

[b-o46nppntf1] .tile-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
}

.tile-title[b-o46nppntf1] {
    font-size: 1.1rem;
    font-weight: 600;
}

.tile-description[b-o46nppntf1] {
    font-size: 0.85rem;
    text-align: center;
}
/* /Components/Pages/JobsPage.razor.rz.scp.css */
.jobs-grid[b-m8892mvuum] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 1.5rem;
}

.job-meta[b-m8892mvuum] {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}
/* /Components/Pages/LoginPage.razor.rz.scp.css */
.login-container[b-dqm7m3b81j] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.login-card[b-dqm7m3b81j] {
    background: #ffffff;
    border-radius: 12px;
    padding: 2.5rem 2rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
    width: 100%;
    max-width: 420px;
}

.login-title[b-dqm7m3b81j] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    color: #1e1e2d;
}

.login-subtitle[b-dqm7m3b81j] {
    font-size: 0.9rem;
    margin: 0;
}
/* /Components/Settings/SettingsForm.razor.rz.scp.css */
.settings-form[b-erjfs11wax] {
    max-width: 600px;
}

.form-section[b-erjfs11wax] {
    margin-bottom: 2rem;
}

.form-section h2[b-erjfs11wax] {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--border-color);
}
