/* /Components/Common/Uploader.razor.rz.scp.css */
.custom-drop-zone[b-929eowimfl] {
    padding: 0 !important;
    border-style: dashed;
    border-width: 2px !important;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(183, 183, 183, 0.1);
}

    .custom-drop-zone.custom-drop-zone-hover[b-929eowimfl] {
        border-style: solid;
    }

    .custom-drop-zone svg[b-929eowimfl] {
        width: 42px;
        height: 42px;
    }

    .custom-drop-zone > *:not(#overviewDemoSelectButton)[b-929eowimfl] {
        pointer-events: none;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-yr9wyj2frh] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}

/* /Components/Pages/Account/LoginPage.razor.rz.scp.css */
.error-text[b-53zute7hvb] {
    color: red !important;
}
/* /Components/Pages/Counter.razor.rz.scp.css */
.counter-block[b-obn4eqrbup] {
    display: flex;
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
    flex-direction: column;
    border-radius: 1rem;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    width: 16.875rem;
    height: 17rem;
    position: relative;
}

    .counter-block .counter-content[b-obn4eqrbup] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }

    .counter-block .counter-count[b-obn4eqrbup] {
        font-size: 7.5rem;
        font-weight: 400;
        line-height: 7.75rem;
    }

    .counter-block .counter-block-back[b-obn4eqrbup] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color);
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
/* /Components/Pages/Index.razor.rz.scp.css */
[b-o417lbxebw] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

    [b-o417lbxebw] .welcome-gridlayout .dxbl-gridlayout-root {
        align-content: center;
        justify-content: center;
    }


[b-o417lbxebw] .title {
    text-align: center;
}

[b-o417lbxebw] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-o417lbxebw] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-o417lbxebw] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-o417lbxebw] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-o417lbxebw] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

[b-o417lbxebw] .icon-fill {
    fill: var(--bs-primary);
}

[b-o417lbxebw] .welcome-card .welcome-card-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-body-color);
    opacity: 0.05;
    border-radius: 1rem;
    z-index: -2;
}
/* /Components/Pages/Tracking/Screenshots/Components/ScreenshotDetailsForm.razor.rz.scp.css */
.screenshot-overlay[b-kncs3w2g1f] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    overflow: hidden;
}

.screenshot-overlay img[b-kncs3w2g1f] {
    max-width: 98vw;
    max-height: 98vh;
    width: auto;
    height: auto;
    box-shadow: 0 0 24px #000;
    cursor: zoom-out;
    transition: box-shadow 0.3s;
    object-fit: contain;
}
/* /Components/Pages/Tracking/Screenshots/IndexPage.razor.rz.scp.css */
.card-view-wrapper[b-ad8b35svf4] {
    min-height: 100vh;
}

.card-view-container[b-ad8b35svf4] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.card-container[b-ad8b35svf4] {
    background: transparent;
    box-shadow: none;
}

.dx-card[b-ad8b35svf4] {
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08), 0 1.5px 4px rgba(0,0,0,0.04);
    transition: transform 0.18s cubic-bezier(.4,0,.2,1), box-shadow 0.18s cubic-bezier(.4,0,.2,1);
    padding: 0.5rem;
    margin: 0.25rem;
    position: relative;
    overflow: hidden;
}

    .dx-card:hover[b-ad8b35svf4] {
        transform: translateY(-4px) scale(1.02);
        box-shadow: 0 8px 16px rgba(0,0,0,0.12), 0 2px 8px rgba(0,0,0,0.06);
    }

    .dx-card img[b-ad8b35svf4] {
        border-radius: 0.25rem;
        box-shadow: 0 1px 4px rgba(0,0,0,0.07);
        object-fit: cover;
    }

.float-end[b-ad8b35svf4] {
    margin-top: 0.5rem;
}

.dx-card .dx-button[b-ad8b35svf4] {
    font-size: 0.95rem;
    color: #2563eb;
    text-decoration: underline;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    transition: background 0.15s;
}

.card-link-container[b-ad8b35svf4] {
    text-align: right;
}

.card-ellipsis[b-ad8b35svf4] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
