/* _content/PartnerForWorkBlazor/Pages/AboutUs.razor.rz.scp.css */

h1[b-brmtnncylb] {
    
    margin-bottom: 30px;
    font-weight: bold;
}


/* _content/PartnerForWorkBlazor/Pages/Ofert.razor.rz.scp.css */
.link-element[b-7a3lzqbbx2] {
    cursor: pointer;
}

.link-element:hover[b-7a3lzqbbx2] {
    color: darkblue;
}

ul[b-7a3lzqbbx2] {
    font-size: 1.2rem;
}
/* _content/PartnerForWorkBlazor/Shared/Components/MainPageCarousel.razor.rz.scp.css */
.carousel-caption[b-ytr8ocvtef] {
    background-color: rgba(0, 0, 0, 0.50); /* Ciemne tło z opacity 75% */
    width: 100%;
    height: 100%;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.carousel-caption-text[b-ytr8ocvtef] {
    text-align: center;
    color: white;
    width: 50%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.carousel-item img[b-ytr8ocvtef] {
    width: 100%;
    height: auto;
}
/* _content/PartnerForWorkBlazor/Shared/Layouts/MainLayout.razor.rz.scp.css */
/* _content/PartnerForWorkBlazor/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-63gk5wjce3] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-63gk5wjce3] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-63gk5wjce3] {
    font-size: 1.1rem;
}

.oi[b-63gk5wjce3] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-63gk5wjce3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-63gk5wjce3] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-63gk5wjce3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-63gk5wjce3]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-63gk5wjce3]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-63gk5wjce3]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-63gk5wjce3] {
        display: none;
    }

    .collapse[b-63gk5wjce3] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-63gk5wjce3] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
