/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Scoped styles for CaptureTech RMA Portal Layout */
.app-wrapper[b-zj6xr22kwc] {
    background: #f7f9fb;
    position: relative;
}

/* Sidebar */
.sidebar[b-zj6xr22kwc] {
    width: 240px;
    height: 100vh;
    background: linear-gradient(180deg, #00baff 0%, #0064cd 100%);
    color: white;
    display: flex;
    flex-direction: column;
    transition: width 0.25s ease;
    z-index: 1050;
    pointer-events: auto;
    flex-shrink: 0;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
}

    .sidebar .brand[b-zj6xr22kwc] {
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .sidebar .logo[b-zj6xr22kwc] {
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.12);
        border-radius: 8px;
    }

    .sidebar .brand-text[b-zj6xr22kwc],
    .sidebar .brand-text *[b-zj6xr22kwc] {
        color: #ffffff !important;
    }

    .sidebar a.nav-link[b-zj6xr22kwc],
    .sidebar .nav-link[b-zj6xr22kwc],
    .sidebar .nav-link *[b-zj6xr22kwc],
    .sidebar .nav-link i[b-zj6xr22kwc] {
        color: #ffffff !important;
        text-decoration: none;
    }

        .sidebar .nav-link i[b-zj6xr22kwc] {
            font-size: 1.1rem;
            min-width: 24px;
            text-align: center;
            color: #ffffff !important;
        }

    .sidebar .nav[b-zj6xr22kwc] {
        margin-top: 16px;
    }

    .sidebar .nav-link[b-zj6xr22kwc] {
        padding: 10px 12px;
        margin-bottom: 6px;
        display: flex;
        align-items: center;
        gap: 8px;
        background: transparent;
        border: none;
        cursor: pointer;
        transition: background 0.2s ease;
    }

        .sidebar .nav-link:hover[b-zj6xr22kwc] {
            background: rgba(255, 255, 255, 0.06);
        }

        .sidebar .nav-link.active[b-zj6xr22kwc] {
            background: rgba(255, 255, 255, 0.15);
            box-shadow: inset 3px 0 0 #f03c5a;
        }

    .sidebar .nav-text[b-zj6xr22kwc] {
        color: #ffffff !important;
    }

    /* Collapsed state */
    .sidebar.collapsed[b-zj6xr22kwc] {
        width: 64px;
    }

        .sidebar.collapsed .brand[b-zj6xr22kwc] {
            justify-content: center;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

            .sidebar.collapsed .brand .logo[b-zj6xr22kwc] {
                margin-right: 0 !important;
                margin-left: 0 !important;
            }

        .sidebar.collapsed .nav[b-zj6xr22kwc] {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        .sidebar.collapsed .nav-link[b-zj6xr22kwc] {
            justify-content: center;
            align-items: center;
            padding: 12px 0;
            text-align: center;
            margin-left: 0;
            margin-right: 0;
        }

            .sidebar.collapsed .nav-link i[b-zj6xr22kwc] {
                margin: 0 !important;
                font-size: 1.25rem;
                width: 100%;
                text-align: center;
            }

        .sidebar.collapsed .nav-text[b-zj6xr22kwc] {
            display: none;
        }

/* Main area */
.main[b-zj6xr22kwc] {
    background: transparent;
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-left: 240px;
    transition: margin-left 0.25s ease;
    min-width: 0;
    overflow-x: hidden;
}

.sidebar.collapsed ~ .main[b-zj6xr22kwc] {
    margin-left: 64px;
}

.header[b-zj6xr22kwc] {
    height: 64px;
    background: #ffffff;
    border-bottom: 1px solid #e9eef3;
    align-items: center;
    flex-shrink: 0;
}

/* Avatar */
.avatar[b-zj6xr22kwc] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: linear-gradient(135deg, #00baff, #0064cd);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

/* Content area */
.content[b-zj6xr22kwc] {
    background: transparent;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 80px;
    min-width: 0;
    max-width: 100%;
}

/* Skeleton overlay */
.page-container[b-zj6xr22kwc] {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
}

.skeleton-loader[b-zj6xr22kwc] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f7f9fb;
    z-index: 100;
    transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}

.skeleton-loader.visible[b-zj6xr22kwc] {
    opacity: 1;
    visibility: visible;
}

.skeleton-loader.hidden[b-zj6xr22kwc] {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.page-content[b-zj6xr22kwc] {
    position: relative;
    flex: 1 1 0;
    transition: opacity 0.2s ease-in;
}

.page-content.loading[b-zj6xr22kwc] {
    opacity: 0;
    visibility: hidden;
}

.page-content.loaded[b-zj6xr22kwc] {
    opacity: 1;
    visibility: visible;
}

/* Sidebar footer copyright */
.sidebar-footer-copyright[b-zj6xr22kwc] {
    color: rgba(255, 255, 255, 0.4) !important;
}

.sidebar-footer-copyright small[b-zj6xr22kwc] {
    color: rgba(255, 255, 255, 0.4) !important;
}

/* Responsive */
@media (max-width: 767.98px) {
    .sidebar[b-zj6xr22kwc] {
        left: -240px;
    }

        .sidebar.collapsed[b-zj6xr22kwc] {
            left: 0;
            width: 64px;
        }

    .main[b-zj6xr22kwc] {
        margin-left: 0;
        max-width: 100vw;
    }

    .content[b-zj6xr22kwc] {
        padding-bottom: 80px;
    }
}

/* Company switch overlay */
.company-switch-overlay[b-zj6xr22kwc] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(247, 249, 251, 0.92);
    backdrop-filter: blur(4px);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn-b-zj6xr22kwc 0.15s ease-out;
}

@keyframes fadeIn-b-zj6xr22kwc {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Error UI */
#blazor-error-ui[b-zj6xr22kwc] {
    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-zj6xr22kwc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-lhfael3zn8],
.components-reconnect-repeated-attempt-visible[b-lhfael3zn8],
.components-reconnect-failed-visible[b-lhfael3zn8],
.components-pause-visible[b-lhfael3zn8],
.components-resume-failed-visible[b-lhfael3zn8],
.components-rejoining-animation[b-lhfael3zn8] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-lhfael3zn8],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-lhfael3zn8],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-lhfael3zn8],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-lhfael3zn8],
#components-reconnect-modal.components-reconnect-retrying[b-lhfael3zn8],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-lhfael3zn8],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-lhfael3zn8],
#components-reconnect-modal.components-reconnect-failed[b-lhfael3zn8],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-lhfael3zn8] {
    display: block;
}


#components-reconnect-modal[b-lhfael3zn8] {
    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-lhfael3zn8 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-lhfael3zn8 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-lhfael3zn8 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-lhfael3zn8]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-lhfael3zn8 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-lhfael3zn8 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-lhfael3zn8 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-lhfael3zn8 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-lhfael3zn8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-lhfael3zn8] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-lhfael3zn8] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-lhfael3zn8] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-lhfael3zn8] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-lhfael3zn8] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-lhfael3zn8] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-lhfael3zn8 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-lhfael3zn8] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-lhfael3zn8 {
    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/Devices/Devices.razor.rz.scp.css */
.cursor-pointer[b-as7rz7yneh] {
    cursor: pointer;
}

.cursor-pointer:hover td[b-as7rz7yneh] {
    background-color: rgba(0, 186, 255, 0.04);
}
/* /Components/Pages/Login/ForgotPassword.razor.rz.scp.css */
/* Scoped styles for Forgot Password page */
.forgot-page[b-asn9k478bp] {
    background: linear-gradient(135deg, #00baff 0%, #0064cd 100%);
    padding: 20px;
}

.forgot-container[b-asn9k478bp] {
    width: 100%;
    max-width: 440px;
}

    .forgot-container .card[b-asn9k478bp] {
        border-radius: 16px;
        backdrop-filter: blur(8px);
    }

.logo-circle[b-asn9k478bp] {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, #e3f9ff 0%, #b3ecff 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .logo-circle i[b-asn9k478bp] {
        color: #0064cd;
    }

.form-control:focus[b-asn9k478bp] {
    border-color: #00baff;
    box-shadow: 0 0 0 0.18rem rgba(0, 186, 255, 0.12);
}

.btn-primary[b-asn9k478bp] {
    background: linear-gradient(135deg, #00baff 0%, #0064cd 100%);
    border: none;
    font-weight: 600;
}

.alert-info[b-asn9k478bp] {
    background-color: rgba(0, 186, 255, 0.08);
    border-color: #00baff;
    color: #0064cd;
}

@media (max-width: 576px) {
    .forgot-container .card-body[b-asn9k478bp] {
        padding: 2rem 1.25rem !important;
    }

    .logo-circle[b-asn9k478bp] {
        width: 60px;
        height: 60px;
    }
}
/* /Components/Pages/Login/Login.razor.rz.scp.css */
/* Scoped styles for Login page */
.login-page[b-8evw4gi373] {
    background: linear-gradient(135deg, #00baff 0%, #0064cd 100%);
    padding: 20px;
}

.login-container[b-8evw4gi373] {
    width: 100%;
    max-width: 440px;
}

    .login-container .card[b-8evw4gi373] {
        border-radius: 16px;
        backdrop-filter: blur(10px);
    }

.logo-circle[b-8evw4gi373] {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, #e3f9ff 0%, #b3ecff 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .logo-circle i[b-8evw4gi373] {
        color: #0064cd;
    }

/* Provider buttons */
.provider-btn[b-8evw4gi373] {
    padding: 12px 16px;
    font-weight: 500;
    transition: all 0.2s ease;
    border-width: 1.5px;
    border-color: #dee2e6;
}

    .provider-btn:hover[b-8evw4gi373] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 186, 255, 0.15);
        border-color: #00baff;
        background-color: rgba(0, 186, 255, 0.05);
    }

/* Divider */
.divider-section[b-8evw4gi373] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.divider-line[b-8evw4gi373] {
    flex: 1;
    height: 1px;
    background: #dee2e6;
}

.divider-text[b-8evw4gi373] {
    padding: 0 8px;
    font-weight: 500;
}

/* Form elements */
.form-control:focus[b-8evw4gi373] {
    border-color: #00baff;
    box-shadow: 0 0 0 0.2rem rgba(0, 186, 255, 0.15);
}

.form-check-input:checked[b-8evw4gi373] {
    background-color: #00baff;
    border-color: #00baff;
}

.form-check-input:focus[b-8evw4gi373] {
    border-color: #00baff;
    box-shadow: 0 0 0 0.2rem rgba(0, 186, 255, 0.15);
}

/* Primary button with gradient */
.btn-primary[b-8evw4gi373] {
    background: linear-gradient(135deg, #00baff 0%, #0064cd 100%);
    border: none;
    font-weight: 600;
    transition: all 0.2s ease;
}

    .btn-primary:hover[b-8evw4gi373] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 186, 255, 0.4);
        background: linear-gradient(135deg, #0064cd 0%, #00baff 100%);
    }

/* Links */
a[b-8evw4gi373] {
    color: #00baff;
}

    a:hover[b-8evw4gi373] {
        color: #0064cd;
    }

/* Outline-only button – no fill on hover */
.btn-no-fill[b-8evw4gi373] {
    border-color: #0064cd;
    color: #0064cd;
    background: transparent;
}

    .btn-no-fill:hover[b-8evw4gi373],
    .btn-no-fill:focus[b-8evw4gi373],
    .btn-no-fill:active[b-8evw4gi373] {
        background: transparent !important;
        color: #0064cd !important;
        border-color: #0064cd !important;
        box-shadow: none;
    }

/* Alert styling */
.alert-info[b-8evw4gi373] {
    background-color: rgba(0, 186, 255, 0.1);
    border-color: #00baff;
    color: #0064cd;
}

    .alert-info i[b-8evw4gi373] {
        color: #00baff;
    }

/* Responsive */
@media (max-width: 576px) {
    .login-container .card-body[b-8evw4gi373] {
        padding: 2rem 1.5rem !important;
    }

    .logo-circle[b-8evw4gi373] {
        width: 60px;
        height: 60px;
    }
}
/* /Components/Shared/NewRmaModal.razor.rz.scp.css */
.rma-modal-backdrop[b-6racx3xnr7] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.rma-modal-dialog[b-6racx3xnr7] {
    background: white;
    border-radius: 8px;
    width: 100%;
    max-width: 900px;
    height: 80vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
    animation: rma-modal-in 0.15s ease-out;
}

@@keyframes rma-modal-in {
    from[b-6racx3xnr7] {
        opacity: 0;
        transform: translateY(8px);
    }
    to[b-6racx3xnr7] {
        opacity: 1;
        transform: translateY(0);
    }
}

.rma-modal-header[b-6racx3xnr7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e9ecef;
    flex-shrink: 0;
}

.rma-modal-steps[b-6racx3xnr7] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    border-bottom: 1px solid #f0f0f0;
    gap: 0;
    flex-shrink: 0;
}

.rma-step[b-6racx3xnr7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    min-width: 80px;
}

.rma-step small[b-6racx3xnr7] {
    font-size: 0.7rem;
    color: #adb5bd;
    white-space: nowrap;
}

.rma-step.active small[b-6racx3xnr7] {
    color: #333;
    font-weight: 600;
}

.rma-step.complete small[b-6racx3xnr7] {
    color: #6c757d;
}

.rma-step-circle[b-6racx3xnr7] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 600;
    background: #e9ecef;
    color: #6c757d;
    transition: all 0.2s;
}

.rma-step.active .rma-step-circle[b-6racx3xnr7] {
    background: #333;
    color: white;
}

.rma-step.complete .rma-step-circle[b-6racx3xnr7] {
    background: #6c757d;
    color: white;
}

.rma-step-line[b-6racx3xnr7] {
    flex: 1;
    height: 1px;
    background: #dee2e6;
    margin: 0 6px;
    margin-bottom: 18px;
    min-width: 24px;
    transition: background 0.2s;
}

.rma-step-line.complete[b-6racx3xnr7] {
    background: #6c757d;
}

.rma-modal-body[b-6racx3xnr7] {
    padding: 1.5rem;
    overflow-y: auto;
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.rma-modal-footer[b-6racx3xnr7] {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 1.5rem;
    border-top: 1px solid #e9ecef;
    flex-shrink: 0;
}
