/* _content/BrightStream/Components/Layout/LeftMenuBar.razor.rz.scp.css */
.navbar-toggler[b-tdhat0t6pt] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: var(--accent-1);
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-image: url("data:image/svg+xml,%3Csvg fill='%23d84914' viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke-width='0'%3E%3C/g%3E%3Cg stroke-linecap='round' stroke-linejoin='round' stroke='%239b462b' stroke-width='7.68'%3E%3Cpath d='M220,128.00037a4.0002,4.0002,0,0,1-4,4H40a4,4,0,0,1,0-8H216A4.0002,4.0002,0,0,1,220,128.00037Zm-180-60H216a4,4,0,0,0,0-8H40a4,4,0,1,0,0,8Zm176,120H40a4,4,0,0,0,0,8H216a4,4,0,0,0,0-8Z'%3E%3C/path%3E%3C/g%3E%3Cg%3E%3Cpath d='M220,128.00037a4.0002,4.0002,0,0,1-4,4H40a4,4,0,0,1,0-8H216A4.0002,4.0002,0,0,1,220,128.00037Zm-180-60H216a4,4,0,0,0,0-8H40a4,4,0,1,0,0,8Zm176,120H40a4,4,0,0,0,0,8H216a4,4,0,0,0,0-8Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.navbar-toggler:checked[b-tdhat0t6pt] {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23d84914' viewBox='0 0 256.00 256.00' xmlns='http://www.w3.org/2000/svg' transform='rotate(0)' stroke='%23d84914' stroke-width='0.00256'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round' stroke='%239b462b' stroke-width='7.68'%3E%3Cpath d='M202.82861,197.17188a3.99991,3.99991,0,1,1-5.65722,5.65624L128,133.65723,58.82861,202.82812a3.99991,3.99991,0,0,1-5.65722-5.65624L122.343,128,53.17139,58.82812a3.99991,3.99991,0,0,1,5.65722-5.65624L128,122.34277l69.17139-69.17089a3.99991,3.99991,0,0,1,5.65722,5.65624L133.657,128Z'%3E%3C/path%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M202.82861,197.17188a3.99991,3.99991,0,1,1-5.65722,5.65624L128,133.65723,58.82861,202.82812a3.99991,3.99991,0,0,1-5.65722-5.65624L122.343,128,53.17139,58.82812a3.99991,3.99991,0,0,1,5.65722-5.65624L128,122.34277l69.17139-69.17089a3.99991,3.99991,0,0,1,5.65722,5.65624L133.657,128Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.nav-scrollable[b-tdhat0t6pt] {
    display: block; /* Laat het menu altijd bestaan voor de animatie */
    max-height: 0; /* Begin met een hoogte van 0 */
    overflow: hidden; /* Verberg de inhoud die buiten de hoogte valt */
    transition: max-height 0.4s ease-out; /* Zorg voor een vloeiende overgang */
}

.navbar-toggler:checked ~ .nav-scrollable[b-tdhat0t6pt] {
    max-height: 400px; /* Stel de maximale hoogte in (pas aan op de grootte van je menu) */
}

.top-row[b-tdhat0t6pt] {
    height: var(--toprowheight);
    background-color: var(--foreground);
    border-bottom: 10px solid var(--accent-2);
    background-color: var(--background);
}

.navbar-brand[b-tdhat0t6pt] {
    background-image: url('images/bs-logo.svg');
    background-repeat: no-repeat;
    background-position: left center; /* Ensure the image is aligned vertically */
    background-size: contain; /* Ensures the image scales properly within the container */
    /* Set explicit dimensions for the navbar-brand */
    width: 100%; /* Adjust to desired width */
    height: 100%; /* Make it fill the height of the .top-row */
    display: inline-block; /* Ensures the container behaves as a block for the image */
}

.bi[b-tdhat0t6pt] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-item[b-tdhat0t6pt] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-tdhat0t6pt] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-tdhat0t6pt] {
        padding-bottom: 2rem;
    }

    .nav-item[b-tdhat0t6pt]  .nav-link {
        color: var(--accent-3-light);
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-tdhat0t6pt]  a.active {
        background-color: var(--accent-2);
        color: var(--foreground);
        background-image: url('data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 24 24%22 fill%3D%22%232b2626%22%3E%3Cpath d%3D%22M13 9.42L15.58 12 13 14.6V14a1 1 0 0 0-1-1H8V11h4a1 1 0 0 0 1-1ZM22 12A10 10 0 1 1 12 2 10 10 0 0 1 22 12Zm-5-1.42L14.42 8a2 2 0 0 0-2.19-.43A2 2 0 0 0 11 9H8a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h3a2 2 0 0 0 1.19 1.43 1.9 1.9 0 0 0 .77.16A2 2 0 0 0 14.42 16L17 13.42A2 2 0 0 0 17 10.58Z%22/%3E%3C/svg%3E');
        z-index: -1;
        background-size: 2rem;
        background-repeat: no-repeat;
        background-position-y: center;

        animation-name: moveInLeftNavBtn-b-tdhat0t6pt;
        animation-duration: 1s;
        animation-timing-function: ease-out;
    }

@keyframes moveInLeftNavBtn-b-tdhat0t6pt {
    0% {
        opacity: 0;
        transform: translateX(-8rem);
    }

    80% {
        transform: translateX(1rem);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

    .nav-item[b-tdhat0t6pt]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: var(--accent-3-light);
        background-image: url('data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 24 24%22 fill%3D%22%232b2626%22%3E%3Cpath d%3D%22M13 9.42L15.58 12 13 14.6V14a1 1 0 0 0-1-1H8V11h4a1 1 0 0 0 1-1ZM22 12A10 10 0 1 1 12 2 10 10 0 0 1 22 12Zm-5-1.42L14.42 8a2 2 0 0 0-2.19-.43A2 2 0 0 0 11 9H8a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h3a2 2 0 0 0 1.19 1.43 1.9 1.9 0 0 0 .77.16A2 2 0 0 0 14.42 16L17 13.42A2 2 0 0 0 17 10.58Z%22/%3E%3C/svg%3E');
        background-size: 2rem;
        background-repeat: no-repeat;
        background-position-y: center;
    }



.navbar-logo[b-tdhat0t6pt] {
    max-width: auto;
    max-height: 100%;
    align-content:stretch;
    padding: 0px 0px 0px 20px;
}

@media (min-width: 1550px) {
    .navbar-logo[b-tdhat0t6pt] {
        max-width: auto;
        max-height: 100%;
        align-content: stretch;
        padding: 5px 20px;
    }

    .navbar-toggler[b-tdhat0t6pt] {
        display: none;
    }

    .nav-scrollable[b-tdhat0t6pt] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/BrightStream/Components/Layout/MainLayout.razor.rz.scp.css */


.page[b-96zdub7d3v] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-96zdub7d3v] {
    flex: 1;
}

.sidebar[b-96zdub7d3v] {
    background-color: var(--foreground);
    border-right: 10px solid var(--accent-2);
}



@media (max-width: 1549.98px) {
    .top-row[b-96zdub7d3v] {
        display: none;
    }

        .top-row[b-96zdub7d3v]  a, .top-row[b-96zdub7d3v]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 1550px) {
    
    .page[b-96zdub7d3v] {
        flex-direction: row;
    }

    .sidebar[b-96zdub7d3v] {
        width:14rem;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-96zdub7d3v] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-96zdub7d3v]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-96zdub7d3v] {
        background-color: var(--foreground);
        border-bottom: 10px solid var(--accent-2);
        justify-content: center;
        height: var(--toprowheight);
        display: flex;
        align-items: center;
    }

    .top-row[b-96zdub7d3v]  a, .top-row[b-96zdub7d3v]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }
    .top-row[b-96zdub7d3v]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

#blazor-error-ui[b-96zdub7d3v] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-96zdub7d3v] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/BrightStream/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-fez097qmwu] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: var(--accent-1);
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-image: url("data:image/svg+xml,%3Csvg fill='%23d84914' viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke-width='0'%3E%3C/g%3E%3Cg stroke-linecap='round' stroke-linejoin='round' stroke='%239b462b' stroke-width='7.68'%3E%3Cpath d='M220,128.00037a4.0002,4.0002,0,0,1-4,4H40a4,4,0,0,1,0-8H216A4.0002,4.0002,0,0,1,220,128.00037Zm-180-60H216a4,4,0,0,0,0-8H40a4,4,0,1,0,0,8Zm176,120H40a4,4,0,0,0,0,8H216a4,4,0,0,0,0-8Z'%3E%3C/path%3E%3C/g%3E%3Cg%3E%3Cpath d='M220,128.00037a4.0002,4.0002,0,0,1-4,4H40a4,4,0,0,1,0-8H216A4.0002,4.0002,0,0,1,220,128.00037Zm-180-60H216a4,4,0,0,0,0-8H40a4,4,0,1,0,0,8Zm176,120H40a4,4,0,0,0,0,8H216a4,4,0,0,0,0-8Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

    .navbar-toggler:checked[b-fez097qmwu] {
        background-image: url("data:image/svg+xml,%3Csvg fill='%23d84914' viewBox='0 0 256.00 256.00' xmlns='http://www.w3.org/2000/svg' transform='rotate(0)' stroke='%23d84914' stroke-width='0.00256'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round' stroke='%239b462b' stroke-width='7.68'%3E%3Cpath d='M202.82861,197.17188a3.99991,3.99991,0,1,1-5.65722,5.65624L128,133.65723,58.82861,202.82812a3.99991,3.99991,0,0,1-5.65722-5.65624L122.343,128,53.17139,58.82812a3.99991,3.99991,0,0,1,5.65722-5.65624L128,122.34277l69.17139-69.17089a3.99991,3.99991,0,0,1,5.65722,5.65624L133.657,128Z'%3E%3C/path%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M202.82861,197.17188a3.99991,3.99991,0,1,1-5.65722,5.65624L128,133.65723,58.82861,202.82812a3.99991,3.99991,0,0,1-5.65722-5.65624L122.343,128,53.17139,58.82812a3.99991,3.99991,0,0,1,5.65722-5.65624L128,122.34277l69.17139-69.17089a3.99991,3.99991,0,0,1,5.65722,5.65624L133.657,128Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    }

.nav-scrollable[b-fez097qmwu] {
    display: block; /* Laat het menu altijd bestaan voor de animatie */
    max-height: 0; /* Begin met een hoogte van 0 */
    overflow: hidden; /* Verberg de inhoud die buiten de hoogte valt */
    transition: max-height 0.4s ease-out; /* Zorg voor een vloeiende overgang */
}

.navbar-toggler:checked ~ .nav-scrollable[b-fez097qmwu] {
    max-height: 390px; /* Stel de maximale hoogte in (pas aan op de grootte van je menu) */
}

.top-row[b-fez097qmwu] {
    height: var(--toprowheight);
    background-color: var(--foreground);
    border-bottom: 10px solid var(--accent-2);
    background-color: var(--background);
}

.navbar-brand[b-fez097qmwu] {
    background-image: url('images/bs-logo.svg');
    background-repeat: no-repeat;
    background-position: left center; /* Ensure the image is aligned vertically */
    background-size: contain; /* Ensures the image scales properly within the container */
    /* Set explicit dimensions for the navbar-brand */
    width: 100%; /* Adjust to desired width */
    height: 100%; /* Make it fill the height of the .top-row */
    display: inline-block; /* Ensures the container behaves as a block for the image */
}

.bi[b-fez097qmwu] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-item[b-fez097qmwu] {
    font-size: 1.1rem;
    padding-bottom: 0.5rem;
}
    .nav-item[b-fez097qmwu]  .nav-link {
        color: var(--accent-3);
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-fez097qmwu]  a.active {
        background-color: var(--accent-2);
        color: var(--foreground);
        background-image: url('data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 24 24%22 fill%3D%22%232b2626%22%3E%3Cpath d%3D%22M13 9.42L15.58 12 13 14.6V14a1 1 0 0 0-1-1H8V11h4a1 1 0 0 0 1-1ZM22 12A10 10 0 1 1 12 2 10 10 0 0 1 22 12Zm-5-1.42L14.42 8a2 2 0 0 0-2.19-.43A2 2 0 0 0 11 9H8a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h3a2 2 0 0 0 1.19 1.43 1.9 1.9 0 0 0 .77.16A2 2 0 0 0 14.42 16L17 13.42A2 2 0 0 0 17 10.58Z%22/%3E%3C/svg%3E');
        z-index: -1;
        background-size: 2rem;
        background-repeat: no-repeat;
        background-position-y: center;
        animation-name: moveInTopNavBtn-b-fez097qmwu;
        animation-duration: .5s;
        animation-timing-function: ease-out;
    }

@keyframes moveInTopNavBtn-b-fez097qmwu {
    0% {
        opacity: 0;
        transform: translateY(-1rem);
    }

    80% {
        transform: translateY(.5rem);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

.nav-item[b-fez097qmwu]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: var(--accent-3);
    background-image: url('data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 24 24%22 fill%3D%22%232b2626%22%3E%3Cpath d%3D%22M13 9.42L15.58 12 13 14.6V14a1 1 0 0 0-1-1H8V11h4a1 1 0 0 0 1-1ZM22 12A10 10 0 1 1 12 2 10 10 0 0 1 22 12Zm-5-1.42L14.42 8a2 2 0 0 0-2.19-.43A2 2 0 0 0 11 9H8a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h3a2 2 0 0 0 1.19 1.43 1.9 1.9 0 0 0 .77.16A2 2 0 0 0 14.42 16L17 13.42A2 2 0 0 0 17 10.58Z%22/%3E%3C/svg%3E');
    background-size: 2rem;
    background-repeat: no-repeat;
    background-position-y: center;
}

.navbar-logo[b-fez097qmwu] {
    max-width: auto;
    max-height: 100%;
    align-content: stretch;
    padding: 0px 0px 0px 20px;
}

@media (max-width: 1549.98px)
{
    .nav-item:first-of-type[b-fez097qmwu] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-fez097qmwu] {
        padding-bottom: 1rem;
    }
}
@media (min-width: 1550px) {
    .navbar-logo[b-fez097qmwu] {
        max-width: auto;
        max-height: 100%;
        align-content: stretch;
        padding: 5px 20px;
    }

    .navbar-toggler[b-fez097qmwu] {
        display: none;
    }

    .nav-scrollable[b-fez097qmwu] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    .nav-item:last-of-type[b-fez097qmwu] {
        padding-right: 1rem;
    }
}
/* _content/BrightStream/Components/Pages/brightstream.razor.rz.scp.css */
body[b-1txm9gfluw] {
}

h1[b-1txm9gfluw] {
    column-span: all;
}

.myimg[b-1txm9gfluw] {
    max-width: 100%;
}

@media (max-width: 1549.98px) {
}

@media (min-width: 1550px) {
    .container[b-1txm9gfluw] {
        column-count: 2;
        column-gap: 40px;
    }
}
/* _content/BrightStream/Components/Pages/Contact.razor.rz.scp.css */
body[b-m75wlrr7p3] {
}

h1[b-m75wlrr7p3] {
    column-span: all;
}

.myimg[b-m75wlrr7p3] {
    max-width: 100%;
}



@media (max-width: 1549.98px) {
}

@media (min-width: 1550px) {

    .container[b-m75wlrr7p3] {
        column-count: 2;
        column-gap: 40px;
    }

    .margin[b-m75wlrr7p3] {
        padding: 20px;
        margin: 20px;
    }

    .contact-form[b-m75wlrr7p3] {
        break-inside: avoid;
        background-color: var(--accent-2);
        border-radius: 25px;
    }

    .form-label[b-m75wlrr7p3] {
        color: var(--background);
    }
}
/* _content/BrightStream/Components/Pages/Home.razor.rz.scp.css */
body[b-ji0zfc04d3] {
}

h1[b-ji0zfc04d3] {
    column-span: all;
}

.myimg[b-ji0zfc04d3] {
    max-width: 100%;
}

@media (min-width: 1550px) {
    .container[b-ji0zfc04d3] {
        column-count: 2;
        column-gap: 40px;
    }
}
/* _content/BrightStream/Components/Pages/SoftwareFactory.razor.rz.scp.css */
body[b-iuw2876s5a] {
}

h1[b-iuw2876s5a] {
    column-span: all;
}

.myimg[b-iuw2876s5a] {
    max-width: 100%;
}

@media (max-width: 1549.98px) {
}

@media (min-width: 1550px) {
    .container[b-iuw2876s5a] {
        column-count: 2;
        column-gap: 40px;
    }
}
/* _content/BrightStream/Components/Pages/VitualCompany.razor.rz.scp.css */
body[b-txwvg3qmzb] {
}

h1[b-txwvg3qmzb] {
    column-span: all;
}

.myimg[b-txwvg3qmzb] {
    max-width: 100%;
}

@media (max-width: 1549.98px) {
}

@media (min-width: 1550px) {
    .container[b-txwvg3qmzb] {
        column-count: 2;
        column-gap: 40px;
    }
}
/* _content/BrightStream/Components/Pages/Werkwijze.razor.rz.scp.css */
body[b-sdiq7l9o6s] {
}
h1[b-sdiq7l9o6s] {
    column-span: all;
}
.myimg[b-sdiq7l9o6s] {
    max-width:100%;
}

@media (max-width: 1549.98px) {
}
@media (min-width: 1550px) {
    .container[b-sdiq7l9o6s] {
        column-count: 2;
        column-gap: 40px;
    }
}
