@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.exfvxuochq.bundle.scp.css';

/* _content/SoftSense.Homepage.Ui/Components/Components/MetricCard.razor.rz.scp.css */
/* Statistics Section */
.stats-section[b-6k6t8efqz4] {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 3rem 0;
    padding: 2rem 0;
    border-top: 1px solid #e0e0dc;
    border-bottom: 1px solid #e0e0dc;
    position: relative;
}

.stat-item[b-6k6t8efqz4] {
    text-align: center;
}

.stat-number[b-6k6t8efqz4] {
    font-size: 3rem;
    font-weight: 700;
    color: #1263ff;
    display: block;
    line-height: 1;
}

.stat-label[b-6k6t8efqz4] {
    font-size: 0.9rem;
    color: #92877e;
    letter-spacing: 1px;
    margin-top: 0.5rem;
}

.stat-footer[b-6k6t8efqz4] {
    position: absolute;
    bottom: 0.5rem;
    right: 0;
    font-size: 0.7rem;
    color: #92877e;
    font-style: italic;
    text-align: right;
    line-height: 1.3;
}

@media screen and (max-width:480px) {
    section.stats-section[b-6k6t8efqz4] {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
        margin: 3rem 0;
        padding: 2rem 0;
        border-top: 1px solid #e0e0dc;
        border-bottom: 1px solid #e0e0dc;
    }
}
/* _content/SoftSense.Homepage.Ui/Components/Cookies/CookieConsent.razor.rz.scp.css */
#cookieconsent[b-1ixv572x4q] {
    position: relative;
    display: flex;
    z-index: 998;
    width: 100%;
    justify-content: space-between;
    text-align: left;
    background-color: var(--neutral-layer-2);
    font-size: 13px;
    line-height: var(--type-ramp-minus-1-line-height);
}

[b-1ixv572x4q] .info {
    margin: 0;
    padding-left: 5% !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

[b-1ixv572x4q] .infoicon {
    display: table-cell !important;
    padding: 12px !important;
    width: 24px !important;
    height: 24px !important;
}

[b-1ixv572x4q] .infomessage {
    display: table-cell !important;
    vertical-align: middle !important;
    padding: 0 !important;
    font-size: 13px;
    line-height: var(--type-ramp-minus-1-line-height);
}

[b-1ixv572x4q] .buttons {
    display: inline-block;
    margin-left: 5%;
    margin-right: 5%;
    min-width: 40%;
    min-width: calc((150px + 3 * 4px) * 2 + 150px);
    min-width: fit-content;
    align-self: center;
    position: relative;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

[b-1ixv572x4q] .button {
    min-width: 150px;
}

@media (max-width: 768px) {

    [b-1ixv572x4q] .info,
    [b-1ixv572x4q] .buttons {
        padding-top: 8px;
        padding-bottom: 12px;
        padding-left: 3.75%;
        padding-right: 3.75%;
        margin: 0;
        width: 92.5%;
    }

    [b-1ixv572x4q] .button {
        width: 100%;
    }
}
/* _content/SoftSense.Homepage.Ui/Components/Graphics/BulletPoint.razor.rz.scp.css */
text[b-00bv0o7mx1] {
/*    text-anchor: middle;
    alignment-baseline: middle;
    fill: transparent;
    stroke: black;*/
}
/* _content/SoftSense.Homepage.Ui/Components/Graphics/BytePipeHtmlFlowDiagram.razor.rz.scp.css */
/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: linear-gradient(180deg, #f0f7ff 0%, #d2e3f5 100%);
    color: #09182e;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}*/

.flow-container[b-qjn1jxbihw] {
    background: #ffffff;
    border-radius: 16px;
    padding: 3rem;
    box-shadow: 0 4px 25px rgba(9, 24, 46, 0.08);
    border: 1px solid #c1d6eb;
   /* max-width: 1000px;*/
    width: 100%;
}

.title[b-qjn1jxbihw] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #09182e;
    text-align: center;
    margin-bottom: 3rem;
}

.flow-diagram[b-qjn1jxbihw] {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 2.5rem;
}

.data-column[b-qjn1jxbihw] {
    position: relative;
    min-height: 300px;
}

.section-labels[b-qjn1jxbihw] {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 2.5rem;
    margin-bottom: 1rem;
    text-align: center;
}

.section-label[b-qjn1jxbihw] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #92877e;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .section-label.source[b-qjn1jxbihw] {
        color: #ed6633;
    }

    .section-label.processor[b-qjn1jxbihw] {
        color: #1263ff;
    }

    .section-label.destination[b-qjn1jxbihw] {
        color: #57c5a0;
    }

.sources-container[b-qjn1jxbihw] {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.data-source[b-qjn1jxbihw] {
    background: linear-gradient(135deg, #fbdacd, #f6b49a);
    border: 1px solid #f28f68;
    padding: 0.75rem;
    border-radius: 6px;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 500;
    color: #e54205;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 1px 4px rgba(237, 102, 51, 0.1);
}

    .data-source[b-qjn1jxbihw]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: #ed6633;
        border-radius: 6px 6px 0 0;
    }

    /* Different orange/brown shades for variety */
    .data-source:nth-child(1)[b-qjn1jxbihw] {
        background: linear-gradient(135deg, #fbdacd, #f6b49a);
        color: #ed6633;
    }

    .data-source:nth-child(2)[b-qjn1jxbihw] {
        background: linear-gradient(135deg, #f6b49a, #f28f68);
        color: #e54205;
        border-color: #ed6633;
    }

        .data-source:nth-child(2)[b-qjn1jxbihw]::before {
            background: #e54205;
        }

    .data-source:nth-child(3)[b-qjn1jxbihw] {
        background: linear-gradient(135deg, #e3e1df, #c8c3be);
        color: #92877e;
        border-color: #aca49e;
    }

        .data-source:nth-child(3)[b-qjn1jxbihw]::before {
            background: #92877e;
        }

    .data-source:nth-child(4)[b-qjn1jxbihw] {
        background: linear-gradient(135deg, #c8c3be, #aca49e);
        color: #7f746b;
        border-color: #92877e;
    }

        .data-source:nth-child(4)[b-qjn1jxbihw]::before {
            background: #7f746b;
        }

    .data-source:nth-child(5)[b-qjn1jxbihw] {
        background: linear-gradient(135deg, #f28f68, #ed6633);
        color: #e54205;
        border-color: #e54205;
        grid-column: span 2;
    }

        .data-source:nth-child(5)[b-qjn1jxbihw]::before {
            background: #e54205;
        }

    .data-source:nth-child(6)[b-qjn1jxbihw] {
        background: linear-gradient(135deg, #aca49e, #92877e);
        color: #7f746b;
        border-color: #7f746b;
    }

        .data-source:nth-child(6)[b-qjn1jxbihw]::before {
            background: #7f746b;
        }

.processor[b-qjn1jxbihw] {
    background: linear-gradient(135deg, #1263ff, #0050ea);
    color: #ffffff;
    padding: 2.5rem 2rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(18, 99, 255, 0.25);
    min-width: 180px;
    position: relative;
    animation: subtle-pulse-b-qjn1jxbihw 4s ease-in-out infinite;
}

.processor-logo[b-qjn1jxbihw] {
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

.processor-title[b-qjn1jxbihw] {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.processor-subtitle[b-qjn1jxbihw] {
    font-size: 0.9rem;
    opacity: 0.9;
}

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

.output-destination[b-qjn1jxbihw] {
    background: linear-gradient(135deg, #d5f1e8, #abe2d0);
    border: 1px solid #82d4b9;
    padding: 1rem;
    border-radius: 8px;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 500;
    color: #57c5a0;
    position: relative;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 200px;
}

    .output-destination[b-qjn1jxbihw]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: #57c5a0;
        border-radius: 8px 8px 0 0;
    }

.flow-arrow[b-qjn1jxbihw] {
    color: #92877e;
    font-size: 2rem;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
}

.data-source:hover[b-qjn1jxbihw] {
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(237, 102, 51, 0.15);
}

.output-destination:hover[b-qjn1jxbihw] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(87, 197, 160, 0.15);
}

@keyframes subtle-pulse-b-qjn1jxbihw {
    0%, 100% {
        box-shadow: 0 8px 20px rgba(18, 99, 255, 0.25);
        transform: scale(1);
    }

    50% {
        box-shadow: 0 12px 30px rgba(18, 99, 255, 0.35);
        transform: scale(1.02);
    }
}

@media (max-width: 768px) {
    .flow-container[b-qjn1jxbihw] {
        padding: 2rem;
    }

    .flow-diagram[b-qjn1jxbihw] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        text-align: center;
    }

    .section-labels[b-qjn1jxbihw] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .sources-container[b-qjn1jxbihw] {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .data-source:nth-child(5)[b-qjn1jxbihw] {
        grid-column: span 1;
    }

    .outputs-container[b-qjn1jxbihw] {
        gap: 0.75rem;
    }

    .flow-arrow[b-qjn1jxbihw] {
        transform: rotate(90deg);
        font-size: 1.5rem;
    }

    .processor[b-qjn1jxbihw] {
        padding: 2rem 1.5rem;
        min-width: auto;
    }

    .title[b-qjn1jxbihw] {
        font-size: 1.3rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 480px) {
    .flow-container[b-qjn1jxbihw] {
        padding: 1.5rem;
    }

    .data-source[b-qjn1jxbihw],
    .output-destination[b-qjn1jxbihw] {
        padding: 1rem;
        font-size: 0.9rem;
    }

    .processor[b-qjn1jxbihw] {
        padding: 1.5rem 1rem;
    }

    .processor-title[b-qjn1jxbihw] {
        font-size: 1.1rem;
    }

    .processor-logo[b-qjn1jxbihw] {
        font-size: 1.5rem;
    }
}
/* _content/SoftSense.Homepage.Ui/Components/MenuMini/MenuMini.razor.rz.scp.css */
/*
    --------------------------------------------------------------
    Top Bar Menu
    --------------------------------------------------------------
*/
.topBarMenu[b-ggagq67b2p] {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*background-color: #333;*/
}

.topBarMenuItem[b-ggagq67b2p] {
    float: left;
}

    .topBarMenuItem a[b-ggagq67b2p], .dropbtn[b-ggagq67b2p] {
        display: inline-block;
        color: white;
        text-align: center;
        padding: 2px;
        text-decoration: none;
    }

        .topBarMenuItem a:hover[b-ggagq67b2p], .dropDown:hover .dropbtn[b-ggagq67b2p] {
            opacity: 0.7;
        }

    .topBarMenuItem.dropDown[b-ggagq67b2p] {
        display: inline-block;
    }

.dropDownContent[b-ggagq67b2p] {
    right: 0;
    width: 100%;
    display: none;
    position: absolute;
    background-color: #ffffff9f;
    backdrop-filter: blur(30px);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropDownContent a[b-ggagq67b2p] {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .dropDownContent a:hover[b-ggagq67b2p] {
            background-color: #e0e0e09f;
        }

/*.dropDown:hover .dropDownContent {
    display: block;
}*/
/*
    --------------------------------------------------------------
    Top Bar Menu End
    --------------------------------------------------------------
*/
/* _content/SoftSense.Homepage.Ui/Components/Pages/Pivacy/PrivacyCardGraphic.razor.rz.scp.css */
svg[b-6l6jzgqrlx] {
    width: 100%;
    height: 100%;
}
/* _content/SoftSense.Homepage.Ui/Components/Pages/Products/bytepipeio/BytePipeIoCardGraphic.razor.rz.scp.css */
svg[b-va62xcp9m5] {
    width: 100%;
    height: 100%;
}
/* _content/SoftSense.Homepage.Ui/Components/Pages/Unsubscribe/UnsubscribeGraphic.razor.rz.scp.css */
svg[b-a96uhdl7jk] {
    width: 100%;
    height: 100%;
}
