/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-pfhhglb7mm] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-pfhhglb7mm] {
    flex: 1;
}

.sidebar[b-pfhhglb7mm] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-pfhhglb7mm] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-pfhhglb7mm]  a, .top-row[b-pfhhglb7mm]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-pfhhglb7mm]  a:hover, .top-row[b-pfhhglb7mm]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-pfhhglb7mm]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-pfhhglb7mm] {
        justify-content: space-between;
    }

    .top-row[b-pfhhglb7mm]  a, .top-row[b-pfhhglb7mm]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-pfhhglb7mm] {
        flex-direction: row;
    }

    .sidebar[b-pfhhglb7mm] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-pfhhglb7mm] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-pfhhglb7mm]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-pfhhglb7mm], article[b-pfhhglb7mm] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-pfhhglb7mm] {
    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-pfhhglb7mm] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ghqhp9bl8u] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-ghqhp9bl8u] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ghqhp9bl8u] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ghqhp9bl8u] {
    font-size: 1.1rem;
}

.bi[b-ghqhp9bl8u] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-ghqhp9bl8u] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-ghqhp9bl8u] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-ghqhp9bl8u] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}


.navbar-nav .nav-link[b-ghqhp9bl8u] {
    margin-top:5px;
    margin-left: 24px;
    font-size: 1.3em;
    font-weight: 400;
}
.dropdown-item[b-ghqhp9bl8u] {
    font-size: 1.2em;
}

/*
.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item ::deep .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item ::deep a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item ::deep .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable {
    display: block;
}*/
@media (min-width: 992px) {
    .navbar-toggler[b-ghqhp9bl8u] {
        display: none;
    }

    .nav-scrollable[b-ghqhp9bl8u] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}


/*button.btn:focus,
button.btn:focus-visible,
button.btn:active:focus,
button.btn.active:focus {
    outline: none !important;
    box-shadow: none !important;
}*/
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-exyr4egyup],
.components-reconnect-repeated-attempt-visible[b-exyr4egyup],
.components-reconnect-failed-visible[b-exyr4egyup],
.components-pause-visible[b-exyr4egyup],
.components-resume-failed-visible[b-exyr4egyup],
.components-rejoining-animation[b-exyr4egyup] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-exyr4egyup],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-exyr4egyup],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-exyr4egyup],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-exyr4egyup],
#components-reconnect-modal.components-reconnect-retrying[b-exyr4egyup],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-exyr4egyup],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-exyr4egyup],
#components-reconnect-modal.components-reconnect-failed[b-exyr4egyup],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-exyr4egyup] {
    display: block;
}


#components-reconnect-modal[b-exyr4egyup] {
    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-exyr4egyup 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-exyr4egyup 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-exyr4egyup 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-exyr4egyup]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-exyr4egyup 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-exyr4egyup {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-exyr4egyup {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-exyr4egyup {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-exyr4egyup] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-exyr4egyup] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-exyr4egyup] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-exyr4egyup] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-exyr4egyup] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-exyr4egyup] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-exyr4egyup] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-exyr4egyup 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-exyr4egyup] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-exyr4egyup {
    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/About.razor.rz.scp.css */
.aboutjumbo[b-ydd5p307zi] {
    background: linear-gradient(45deg, #2196F3 0%, #010c14 100%);
    background-size: 200% 200%;
    height: 100%;
    width: 100%;
    -webkit-animation: background 8s ease infinite;
    animation: background-b-ydd5p307zi 8s ease infinite;
}

@-webkit-keyframes background {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes background-b-ydd5p307zi {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
.container[b-ydd5p307zi] {
    font-size: 1.3em;
}
/* /Components/Pages/Compatibility.razor.rz.scp.css */
.results-box[b-qaeh32z47w] {
    background-color: white;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
}

.search-container[b-qaeh32z47w] {
    background-color: #233145;
    flex-grow: 1;
    padding: 2rem 1rem;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.search-box[b-qaeh32z47w] {
    color: white;
    /*  background-color: white */;
    padding: 2rem 1rem; /* 
        border-radius: 0.5rem; */
    width: 100%;
    max-width: 400px;
    /*       box-shadow: 0 0 5px rgba(0,0,0,0.1); */
}


@media (min-width: 1212px) {
    .search-container[b-qaeh32z47w] {
        min-height: 550px;
    }
}
/* /Components/Pages/Index.razor.rz.scp.css */
.aligncenter[b-za76vqnd6u] {
    text-align: center;
}

.section-biz[b-za76vqnd6u] {
    background-color: #3498db;
}


.officewindow[b-za76vqnd6u] {
    
   background: linear-gradient( rgba(52, 152, 219, 0.85), rgba(52, 152, 219, 0.70) ), url(/img/bg_blue.jpg); 
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: scroll;
    background-size: cover;
}
[data-bs-theme="dark"] .officewindow[b-za76vqnd6u] {
    background: linear-gradient(#315fac8c, rgba(52, 152, 219, 0.70)), url(/img/bg_blue.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: scroll;
    background-size: cover;
}
/* /Components/Pages/Product.razor.rz.scp.css */
/* /Components/Pages/Products.razor.rz.scp.css */

.btn-outline-primary[b-wo73cv4bfo] {
    color: #0074cf !important;
    font-weight:500;
}
.btn-outline-primary:hover[b-wo73cv4bfo] {
    color: #ffffff !important;
}
[data-bs-theme="dark"] .btn-outline-primary[b-wo73cv4bfo] {
    color: white !important;
}
    [data-bs-theme="dark"] .btn-outline-primary:hover[b-wo73cv4bfo] {
        color: white !important;
    }


[data-bs-theme="light"] .card-img-top[b-wo73cv4bfo] {
   
}

 
/* /Components/Pages/Vision.razor.rz.scp.css */
 

:root[b-4e43jne7hk] {
    --color-bg: #050505;
    --color-text: #ffffff;
    --color-primary: #ff3366;
    --color-secondary: #3366ff;
    --color-tertiary: #33ddff;
    --color-accent: #ffcc00;
    --transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}


.vjumbotron[b-4e43jne7hk] {
    background-color: var(--color-bg);
    color: var(--color-text);
    overflow-x: hidden;
    line-height: 1.5;
}

.background[b-4e43jne7hk] {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 260px;
    z-index: -1;
    overflow: hidden;
}

.gradient-blob[b-4e43jne7hk] {
    position: absolute;
    border-radius: 100%;
    filter: blur(40px);
    opacity: 0.3;
    animation: float-b-4e43jne7hk 20s infinite alternate ease-in-out;
}

    .gradient-blob:nth-child(1)[b-4e43jne7hk] {
        background: linear-gradient( to right, var(--color-primary), var(--color-secondary) );
        width: 150vw;
        height: 150vw;
        top: -100%;
        left: -25%;
        animation-delay: 0s;
    }

    .gradient-blob:nth-child(2)[b-4e43jne7hk] {
        background: linear-gradient( to right, var(--color-tertiary), var(--color-secondary) );
        width: 150vw;
        height: 150vw;
        bottom: -100%;
        right: -25%;
        animation-delay: -5s;
    }

    .gradient-blob:nth-child(3)[b-4e43jne7hk] {
        background: linear-gradient( to right, var(--color-accent), var(--color-primary) );
        width: 100vw;
        height: 100vw;
        top: 30%;
        left: -50%;
        animation-delay: -10s;
    }

@keyframes float-b-4e43jne7hk {
    0% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(2%, 2%) scale(1.02);
    }

    100% {
        transform: translate(-2%, -2%) scale(0.98);
    }
}



.vjumbotron h1[b-4e43jne7hk] {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.1;
    background: linear-gradient( to right, var(--color-text), rgba(255, 255, 255, 0.7) );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    
    position: relative;
}

.vjumbotron .subtitle[b-4e43jne7hk] {
    font-size: 1rem; 
    opacity: 0.8;
}


.gradient-blob[b-4e43jne7hk] {
    filter: blur(50px);
    opacity: 0.35;
}


@media (min-width: 768px) {
    .cards-container[b-4e43jne7hk] {
        grid-template-columns: repeat(2, 1fr);
    }

    .gradient-blob[b-4e43jne7hk] {
        filter: blur(60px);
        opacity: 0.4;
    }

        .gradient-blob:nth-child(1)[b-4e43jne7hk] {
            width: 120vw;
            height: 120vw;
            top: -70%;
            left: -20%;
        }

        .gradient-blob:nth-child(2)[b-4e43jne7hk] {
            width: 120vw;
            height: 120vw;
            bottom: -70%;
            right: -20%;
        }

        .gradient-blob:nth-child(3)[b-4e43jne7hk] {
            width: 80vw;
            height: 80vw;
            top: 30%;
            left: -30%;
        }
}

@media (min-width: 1024px) {


    .vjumbotron h1[b-4e43jne7hk] {
        font-size: 4.5rem; 
    }

    .vjumbotron .subtitle[b-4e43jne7hk] {
        font-size: 1.25rem; 
    }


    .gradient-blob[b-4e43jne7hk] {
        filter: blur(80px);
        opacity: 0.5;
    }

        .gradient-blob:nth-child(1)[b-4e43jne7hk] {
            width: 60vw;
            height: 60vw;
            top: -20%;
            left: -10%;
        }

        .gradient-blob:nth-child(2)[b-4e43jne7hk] {
            width: 60vw;
            height: 60vw;
            bottom: -30%;
            right: -10%;
        }

        .gradient-blob:nth-child(3)[b-4e43jne7hk] {
            width: 40vw;
            height: 40vw;
            top: 40%;
            left: 30%;
        }
}


.pagemain p[b-4e43jne7hk]  {
 
   font-size:1.25em !important;
}
