/* _content/SoftwareServiceLandingPage/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-nc40u9z8oc] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    max-height:100dvh;
    overflow-x:hidden;
    overflow-y:auto;
}

main[b-nc40u9z8oc] {
    flex: 1;
}

.top-navbar[b-nc40u9z8oc] {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(30px);
    background-color: rgba(31, 31, 31, 0.5); /* same as #1f1f1f but semi-transparent */
}

@keyframes gradientShift-b-nc40u9z8oc {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.animated-gradient[b-nc40u9z8oc] {
    background: linear-gradient(270deg, #1a237e, #283593, #3949ab, #6a82fb, #1a237e);
    background-size: 200% 200%;
    animation: gradientMove-b-nc40u9z8oc 3s ease-in-out infinite;
}

@keyframes gradientMove-b-nc40u9z8oc {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.static-gradient[b-nc40u9z8oc] {
    /*background: linear-gradient(270deg,#1a237e, #1d2764, #17204d, #1a237e);*/
    background-size: 200% 200%;
}

.navbar-brand[b-nc40u9z8oc] {
    font-weight: bold;
    font-size: 1.5rem;
    color: white !important;
}

.navbar-nav .nav-link[b-nc40u9z8oc] {
    color: rgba(255,255,255,0.9) !important;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    margin: 0 0.25rem;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover[b-nc40u9z8oc] {
    /*color: #ffe082 !important;*/
    background-color: rgba(255,255,255,0.08);
    transform: translateY(-1px);
}

.navbar-toggler[b-nc40u9z8oc] {
    border: 1px solid rgba(255,255,255,0.3);
}

.navbar-toggler:focus[b-nc40u9z8oc] {
    box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.25);
}

.content[b-nc40u9z8oc] {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 768px) {
    .content[b-nc40u9z8oc] {
        padding: 1rem;
    }
    
    .navbar-brand[b-nc40u9z8oc] {
        font-size: 1.25rem;
    }
}

#blazor-error-ui[b-nc40u9z8oc] {
    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-nc40u9z8oc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/SoftwareServiceLandingPage/Components/Pages/monday-apps/LocalAndWebLinks.razor.rz.scp.css */


#troubleshooting ul[b-2p95nstjtf],#troubleshooting ol[b-2p95nstjtf]{
    list-style-type:none;
}

#troubleshooting li[b-2p95nstjtf]{
    padding:10px;
    margin-top:10px;
    /*border:1px solid darkblue;*/
    border-radius:10px;
}

#troubleshooting li > div:first-child[b-2p95nstjtf]{
    color:orange;
}
/* _content/SoftwareServiceLandingPage/Components/Pages/MondayApps.razor.rz.scp.css */
.monday-app-tile[b-2m5v9omw28] {
    transition: box-shadow 0.18s, transform 0.16s, background 0.18s;
    background-color: rgba(0, 0, 0, 0.103);
    color: rgb(177, 177, 177);
    font-size: 1.1rem;
    box-sizing: border-box;
    text-decoration:none !important;
}


    .monday-app-tile:hover[b-2m5v9omw28], .monday-app-tile:focus[b-2m5v9omw28] {
        border: 1px solid rgba(0, 0, 255, 0.499) !important;
        transform: translateY(-4px) scale(1.025);
        z-index: 2;
    }

    .monday-app-tile.clickable[b-2m5v9omw28] {
        /*cursor: pointer;*/
    }

h5[b-2m5v9omw28] {
    margin-top:20px;
    color: rgb(111, 246, 149) !important;
}
/* _content/SoftwareServiceLandingPage/Components/Pages/Sections/Process.razor.rz.scp.css */
h6[b-r945xad89e] {
    color: rgb(111, 246, 149);
}
/* _content/SoftwareServiceLandingPage/Components/Pages/Sections/Services.razor.rz.scp.css */
.service-tile[b-i54w29ay69] {
    transition: box-shadow 0.18s, transform 0.16s, background 0.18s;
    background-color: rgba(0, 0, 0, 0.103);
    color:rgb(177, 177, 177);
    font-size: 1.1rem;
    box-sizing:border-box;
}

    .service-tile:hover[b-i54w29ay69], .service-tile:focus[b-i54w29ay69] {
        /* box-shadow: 0 8px 32px rgb(10, 42, 171), 0 2px 8px rgba(35, 95, 155, 0.697); */
        border: 1px solid rgba(0, 0, 255, 0.499) !important;
        transform: translateY(-4px) scale(1.025);
        z-index: 2;
    }

    .service-tile.clickable[b-i54w29ay69] {
        /*cursor: pointer;*/
    }

h5[b-i54w29ay69] {
    color: rgb(111, 246, 149);
    font-size:1rem;
}

p[b-i54w29ay69]{
    font-size:1rem;
}
