/* _content/LifcoWeb2025/Components/Home/Home.razor.rz.scp.css */
.video-container[b-oz7s6oxrl5] {
    width:100%;
    position: relative;
    display: inline-block;
}

.video-container img[b-oz7s6oxrl5] {
    display: block;
    width: 100%;
    height: 100%;
}

.play-button[b-oz7s6oxrl5] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px; 
    height: 40px; 
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 0;
    transition: transform 0.2s ease;
}

.play-button:hover[b-oz7s6oxrl5] {
    transform: translate(-50%, -50%) scale(1.05);
}

.play-button svg[b-oz7s6oxrl5] {
    width: 100%;
    height: 100%;
    display: block;
}

@media (min-width: 576px) {
    .w-sm-25[b-oz7s6oxrl5] {
        width: 25% !important;
    }

    .w-sm-50[b-oz7s6oxrl5] {
        width: 50% !important;
    }

    .w-sm-75[b-oz7s6oxrl5] {
        width: 75% !important;
    }
}

@media (min-width: 768px) {
    .w-md-25[b-oz7s6oxrl5] {
        width: 25% !important;
    }

    .w-md-50[b-oz7s6oxrl5] {
        width: 50% !important;
    }

    .w-md-75[b-oz7s6oxrl5] {
        width: 75% !important;
    }
}

@media (min-width: 992px) {
    .w-lg-25[b-oz7s6oxrl5] {
        width: 25% !important;
    }

    .w-lg-50[b-oz7s6oxrl5] {
        width: 50% !important;
    }

    .w-lg-75[b-oz7s6oxrl5] {
        width: 75% !important;
    }
}


.post-grid[b-oz7s6oxrl5]
{
    column-count:3;
    column-gap:1rem;
}

.post-card[b-oz7s6oxrl5] {
    display: inline-block;
    width: 30%;
    margin-bottom: 2rem;
}

@media (max-width: 900px) {
    .post-grid[b-oz7s6oxrl5] {
        grid-template-columns: repeat(2, 1fr);
    }

    .post-card[b-oz7s6oxrl5] {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .post-grid[b-oz7s6oxrl5] {
        display: grid;
        grid-template-columns: 1fr;
    }
    /*.post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 0 auto;
    max-width: 1200px;
}*/
}
/* _content/LifcoWeb2025/Components/Layout/MainLayout.razor.rz.scp.css */

.page[b-04boaskz85] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-04boaskz85] {
    flex: 1;
}

.sidebar[b-04boaskz85] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-04boaskz85] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-04boaskz85]  a, .top-row[b-04boaskz85]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-04boaskz85]  a:hover, .top-row[b-04boaskz85]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-04boaskz85]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-04boaskz85] {
        justify-content: space-between;
    }

    .top-row[b-04boaskz85]  a, .top-row[b-04boaskz85]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-04boaskz85] {
        flex-direction: row;
    }

    .sidebar[b-04boaskz85] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-04boaskz85] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-04boaskz85]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-04boaskz85], article[b-04boaskz85] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-04boaskz85] {
    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-04boaskz85] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/LifcoWeb2025/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-vrdgr1r7pm] {
    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-vrdgr1r7pm] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-vrdgr1r7pm] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-vrdgr1r7pm] {
    font-size: 1.1rem;
}

.bi[b-vrdgr1r7pm] {
    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-vrdgr1r7pm] {
    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-vrdgr1r7pm] {
    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-vrdgr1r7pm] {
    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");
}

.nav-item[b-vrdgr1r7pm] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-vrdgr1r7pm] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-vrdgr1r7pm] {
        padding-bottom: 1rem;
    }

    .nav-item[b-vrdgr1r7pm]  .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[b-vrdgr1r7pm]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-vrdgr1r7pm]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-vrdgr1r7pm] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-vrdgr1r7pm] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-vrdgr1r7pm] {
        display: none;
    }

    .nav-scrollable[b-vrdgr1r7pm] {
        /* 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/LifcoWeb2025/Components/Layout/Side-Bar/Chip.razor.rz.scp.css */

.normal[b-lahy8jaj0n] {
    background-color: rgb(66 66 66);
    color: #fff;
}

.medium[b-lahy8jaj0n] {
    background-color: rgb(0 200 83);
    color: #fff;
}

.hot[b-lahy8jaj0n] {
    background-color: rgb(244 67 54);
    color: #fff;
}

.auto[b-lahy8jaj0n] {
    background-color: rgb(225 225 225);
    color: black;
}

.tag[b-lahy8jaj0n] {
    max-width: 300px;
    width: auto;
    border-radius: 10px;
    padding: 8px 20px;
    display: inline-block;
    margin: 4px 4px;
    transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
}

    .tag:hover[b-lahy8jaj0n] {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.05);
        transform: translateY(-2px);
        cursor: pointer;
    }
/* _content/LifcoWeb2025/Components/Layout/Side-Bar/SideBar.razor.rz.scp.css */
/* Container */
.app-wrapper[b-5ctr6hgrjh] {
    display: flex;
}

/* Sidebar */
.yt-sidebar[b-5ctr6hgrjh] {
    position: fixed;
    top: 0;
    left: 0;
    width: 240px;
    height: 100vh;
    background: #fff;
    border-right: 1px solid #e5e5e5;
    overflow-y: auto;
    z-index: 99999
}
/*.sidebar-open-btn {
    position: fixed;
    top: 180px;
    left: 16px;
    z-index: 1100;*/ /* above the sidebar */
    /*background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px;
    font-size: 1.25rem;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}*/


.yt-sidebar .closed[b-5ctr6hgrjh] {
    transform: translateX(-100%);
}

.yt-sidebar .open[b-5ctr6hgrjh] {
    transform: translateX(0);
}
/* Logo / toggle row */
.yt-logo[b-5ctr6hgrjh] {
    border-bottom: 1px solid #e5e5e5;
}

.sidebar-toggle[b-5ctr6hgrjh] {
    cursor: pointer;
}

/* Section titles */
.sidebar-section[b-5ctr6hgrjh] {
    padding: 0.5rem 1rem;
}

.section-title[b-5ctr6hgrjh] {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    color: #606060;
}

/* Tags */
.tags-list[b-5ctr6hgrjh] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.tag-chip[b-5ctr6hgrjh] {
    background: #f2f2f2;
    border-radius: 12px;
    padding: 4px 8px;
    font-size: 0.85rem;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

    .tag-chip:hover[b-5ctr6hgrjh] {
        background: #e0e0e0;
    }

/* Nav links */
.yt-sidebar .nav-link[b-5ctr6hgrjh] {
    color: #333;
    padding: 8px 1rem;
    font-size: 0.9rem;
}

    .yt-sidebar .nav-link i[b-5ctr6hgrjh] {
        width: 20px;
        text-align: center;
        margin-right: 8px;
    }

    .yt-sidebar .nav-link:hover[b-5ctr6hgrjh] {
        background: #f2f2f2;
        color: #000;
    }

/* Subscribe button */
.btn-subscribe[b-5ctr6hgrjh] {
    width: calc(100% - 2rem);
    font-weight: 600;
}

/* Main content pushes right by sidebar width */
.content[b-5ctr6hgrjh] {
    margin-left: 240px;
    width: calc(100% - 240px);
    padding: 1.5rem;
}

/* Responsive: hide sidebar toggle icon on desktop */
@media(min-width: 992px) {
    .sidebar-toggle[b-5ctr6hgrjh] {
        display: none;
    }


}
@media(max-width: 992px) 
{
    .yt-sidebar[b-5ctr6hgrjh] {
        top: 0;
    }
}

    /* (Optional) on small screens, collapse sidebar entirely */
    /*@media(max-width: 767px) {
    .yt-sidebar {
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
    }

        .yt-sidebar.open {
            transform: translateX(0);
        }

    .content {
        margin-left: 0;
    }
}*/
/* _content/LifcoWeb2025/Components/ProductLine/Pages/Attachments.razor.rz.scp.css */
.hero-section[b-xpjtbz1agw] {
    position: relative;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding: 2rem 0;
    overflow: hidden;
    z-index:1040;
}

.hero-overlay[b-xpjtbz1agw] {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.7);
}

.hero-container[b-xpjtbz1agw] {
    position: relative;
    z-index: 1050;
}

.hero-badge[b-xpjtbz1agw] {
    font-size: 0.9rem;
    color: #fff;
}

.hero-title[b-xpjtbz1agw] {
    font-size: 2.5rem;
    margin: 0.5rem 0;
    line-height: 1.2;
    display: inline-block;
}

.hero-lead[b-xpjtbz1agw] {
    font-size: 1.125rem;
    max-width: 700px;
    margin: 1rem 0;
    line-height: 1.4;
}

.hero-media[b-xpjtbz1agw] {
    max-width: 500px;
    width: 100%;
}

@media (min-width: 768px) {
    .hero-section[b-xpjtbz1agw] {
        padding: 3rem 0;
    }

    .hero-title[b-xpjtbz1agw] {
        font-size: 3.5rem;
    }

    .hero-lead[b-xpjtbz1agw] {
        font-size: 1.25rem;
    }
}
/* _content/LifcoWeb2025/Components/Products/AttachmentSearchResults.razor.rz.scp.css */
.accordion-icon[aria-expanded="false"] .fa-angle-up[b-hj6ed20b24] {
    transform: rotate(180deg);
    transition: 0.5s;
}

.accordion-icon[aria-expanded="true"] .fa-angle-up[b-hj6ed20b24] {
    transform: rotate(0deg);
    transition: 0.5s;
}

.btn:focus[b-hj6ed20b24], .btn:active[b-hj6ed20b24] {
    outline: none;
    box-shadow: none;
}

.hover-highlight:hover[b-hj6ed20b24] {
    box-shadow: 0 0 10px #c6c7c8 /* Bootstrap's light background */
}
.results[b-hj6ed20b24] {
    border-bottom: none;
}.results:last-child[b-hj6ed20b24] {
    border-bottom: 1px solid rgb(0 0 0 / 13%);
}
/* _content/LifcoWeb2025/Components/Products/HydraulicSearchResults.razor.rz.scp.css */
.accordion-icon[aria-expanded="false"] .fa-angle-up[b-s9w52aptqx] {
    transform: rotate(180deg);
    transition: 0.5s;
}

.accordion-icon[aria-expanded="true"] .fa-angle-up[b-s9w52aptqx] {
    transform: rotate(0deg);
    transition: 0.5s;
}

.btn:focus[b-s9w52aptqx], .btn:active[b-s9w52aptqx] {
    outline: none;
    box-shadow: none;
}

.hover-highlight:hover[b-s9w52aptqx] {
    background-color: #f8f9fa; /* Bootstrap's light background */
}
/* _content/LifcoWeb2025/Components/Shared/Facebook/FacebookPostComponent.razor.rz.scp.css */
.facebook-posts-container[b-lj34pogl13] {
    font-family: 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    padding: 1.5rem;
    background-color: #f0f2f5;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.facebook-header[b-lj34pogl13] {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dddfe2;
}

    .facebook-header i[b-lj34pogl13] {
        font-size: 2rem;
        color: #1877f2;
        margin-right: 0.75rem;
    }

    .facebook-header h2[b-lj34pogl13] {
        margin: 0;
        font-size: 1.5rem;
        font-weight: 600;
        color: #1c1e21;
    }

.facebook-posts-grid[b-lj34pogl13] {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0.7rem;
}

.facebook-post-card[b-lj34pogl13] {
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: auto;

}

    .facebook-post-card:hover[b-lj34pogl13] {
        transform: translateY(-3px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

.post-header[b-lj34pogl13] {
    display: flex;
    align-items: center;
    padding: 0.875rem;
    border-bottom: 1px solid #f0f2f5;
}

.page-avatar[b-lj34pogl13] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 0.75rem;
}

.post-meta h5[b-lj34pogl13] {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
}

.post-meta small[b-lj34pogl13] {
    color: #65676b;
    font-size: 0.75rem;
}

.post-content[b-lj34pogl13] {
    padding: 1rem;
    color: #1c1e21;
    font-size: 0.95rem;
    line-height: 1.5;
    overflow-wrap: break-word;
}

.post-media[b-lj34pogl13] {
    position: relative;
    width: 100%;
}

    .post-media img[b-lj34pogl13] {
        width: 100%;
        max-height: 400px;
        object-fit: cover;
    }

.media-grid[b-lj34pogl13] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
}

    .media-grid .media-item:first-child:nth-last-child(1)[b-lj34pogl13] {
        grid-column: 1 / 3;
    }
    .media-grid .media-item:only-child[b-lj34pogl13] {
        grid-column: 1 / -1;
    }
@media (max-width: 480px) {
    .media-grid[b-lj34pogl13] {
        grid-template-columns: 1fr;
    }
}
.post-footer[b-lj34pogl13] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background-color: rgb(33 37 41);
    border-top: 1px solid #f0f2f5;
    border-radius:5px;
}

.view-on-fb[b-lj34pogl13] {
    text-decoration: none;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
}

    .view-on-fb:hover[b-lj34pogl13] {
        text-decoration: underline;
    }

.post-stat[b-lj34pogl13] {
    color: #65676b;
    font-size: 0.875rem;
}

.facebook-loading[b-lj34pogl13] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

@media (max-width: 768px) {
    .facebook-posts-grid[b-lj34pogl13] {
        grid-template-columns: 1fr;
    }
}

.video-thumbnail[b-lj34pogl13] {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; 
    overflow: hidden;
    background-color: #000;
}

    .video-thumbnail img[b-lj34pogl13] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; 
    }

.play-button[b-lj34pogl13] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, background-color 0.2s ease;
    pointer-events: none; 
}

    .play-button svg[b-lj34pogl13] {
        width: 24px;
        height: 24px;
    }

.media-item[b-lj34pogl13] {
    cursor: pointer;
    transition: transform 0.2s ease;
    margin-bottom: 15px;
}

    .media-item:hover .play-button[b-lj34pogl13] {
        transform: translate(-50%, -50%) scale(1.1);
        background-color: rgba(255, 0, 0, 0.8); 
    }

.square-thumbnail[b-lj34pogl13] {
    padding-bottom: 100%; 
}
/* _content/LifcoWeb2025/Components/Shared/Hero.razor.rz.scp.css */
.hero-section[b-un138mip3n] {
    position: relative;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding: 2rem 0;
    overflow: hidden;
    z-index: 1040;
    max-width:100vw;
    box-sizing:border-box;
}

.hero-overlay[b-un138mip3n] {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.7);
}

.hero-container[b-un138mip3n] {
    position: relative;
    z-index: 1050;
}

.hero-badge[b-un138mip3n] {
    font-size: 0.9rem;
    color: #fff;
}

.hero-title[b-un138mip3n] {
    font-size: 2.5rem;
    margin: 0.5rem 0;
    line-height: 1.2;
    display: inline-block;
}

.hero-lead[b-un138mip3n] {
    font-size: 1.125rem;
    max-width: 700px;
    margin: 1rem 0;
    line-height: 1.4;
}

.hero-media[b-un138mip3n] {
    max-width: 500px;
    width: 100%;
}

@media (min-width: 768px) {
    .hero-section[b-un138mip3n] {
        padding: 3rem 0;
    }

    .hero-title[b-un138mip3n] {
        font-size: 3.5rem;
    }

    .hero-lead[b-un138mip3n] {
        font-size: 1.25rem;
    }
}
/* _content/LifcoWeb2025/Components/Shared/PaginatedFileList.razor.rz.scp.css */
.link-pagination-component p span[b-ha2bvliefm] {
    color: #006bb7;
    font-weight: 700;
    text-decoration: underline;
}
/* _content/LifcoWeb2025/Components/Shared/SocialsComponent.razor.rz.scp.css */
.social-component[b-k6d1tlf7vf] {
	position: fixed; top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-color: rgb(33, 37, 41);
	width: 3rem;
	height: 10rem;
	border-radius: 5px 0 0 5px;

}

.social-component li a[b-k6d1tlf7vf]{
	color:#fff;
}
/* _content/LifcoWeb2025/Components/Shared/Youtube/YoutubeMediaWallComponent.razor.rz.scp.css */
.facebook-posts-container[b-ppoohv55fq] {
    font-family: 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    padding: 1.5rem;
    background-color: #f0f2f5;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.facebook-header i[b-ppoohv55fq][b-ppoohv55fq] {
    font-size: 2rem;
    color: red;
    margin-right: 0.75rem;
}
.facebook-header[b-ppoohv55fq] {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dddfe2;
}

    .facebook-header i[b-ppoohv55fq] {
        font-size: 2rem;
        color: #1877f2;
        margin-right: 0.75rem;
    }

    .facebook-header h2[b-ppoohv55fq] {
        margin: 0;
        font-size: 1.5rem;
        font-weight: 600;
        color: #1c1e21;
    }

.facebook-posts-grid[b-ppoohv55fq] {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0.7rem;
}

.facebook-post-card[b-ppoohv55fq] {
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: auto;
}

    .facebook-post-card:hover[b-ppoohv55fq] {
        transform: translateY(-3px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

.post-header[b-ppoohv55fq] {
    display: flex;
    align-items: center;
    padding: 0.875rem;
    border-bottom: 1px solid #f0f2f5;
}

.page-avatar[b-ppoohv55fq] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 0.75rem;
}

.post-meta h5[b-ppoohv55fq] {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
}

.post-meta small[b-ppoohv55fq] {
    color: #65676b;
    font-size: 0.75rem;
}

.post-content[b-ppoohv55fq] {
    padding: 1rem;
    color: #1c1e21;
    font-size: 0.95rem;
    line-height: 1.5;
    overflow-wrap: break-word;
}

.post-media[b-ppoohv55fq] {
    position: relative;
    width: 100%;
}

    .post-media img[b-ppoohv55fq] {
        width: 100%;
        max-height: 400px;
        object-fit: cover;
    }

.media-grid[b-ppoohv55fq] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
}

    .media-grid .media-item:first-child:nth-last-child(1)[b-ppoohv55fq] {
        grid-column: 1 / 3;
    }

.post-footer[b-ppoohv55fq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background-color: rgb(33 37 41);
    border-top: 1px solid #f0f2f5;
    border-radius: 5px;
}

.view-on-fb[b-ppoohv55fq] {
    text-decoration: none;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
}

    .view-on-fb:hover[b-ppoohv55fq] {
        text-decoration: underline;
    }

.post-stat[b-ppoohv55fq] {
    color: #65676b;
    font-size: 0.875rem;
}

.facebook-loading[b-ppoohv55fq] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

@media (max-width: 768px) {
    .facebook-posts-grid[b-ppoohv55fq] {
        grid-template-columns: 1fr;
    }
}
/* _content/LifcoWeb2025/Components/Shared/Youtube/YoutubeModal.razor.rz.scp.css */
/* Facebook Video Modal Styling */
.fb-video-modal[b-lfteobex8n] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.fb-video-modal--open[b-lfteobex8n] {
    opacity: 1;
    visibility: visible;
}

.fb-video-modal__backdrop[b-lfteobex8n] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(4px);
}

.fb-video-modal__container[b-lfteobex8n] {
    position: relative;
    width: 90%;
    max-width: 1000px;
    max-height: 90vh;
    background-color: #000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.fb-video-modal__header[b-lfteobex8n] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background-color: #111;
}

.fb-video-modal__title[b-lfteobex8n] {
    color: #fff;
    font-size: 1.2rem;
    margin: 0;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fb-video-modal__close[b-lfteobex8n] {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s;
}

    .fb-video-modal__close:hover[b-lfteobex8n] {
        background-color: rgba(255, 255, 255, 0.1);
    }

.fb-video-modal__content[b-lfteobex8n] {
    position: relative;
    flex: 1;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 16/9;
    width: 100%;
    max-height: calc(90vh - 60px);
}

/* Responsive iframe container */
.responsive-iframe[b-lfteobex8n] {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
}

    .responsive-iframe iframe[b-lfteobex8n] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.responsive-video[b-lfteobex8n] {
    width: 100%;
    height: 100%;
}

    .responsive-video video[b-lfteobex8n] {
        width: 100%;
        height: 100%;
        object-fit: contain;
        background-color: #000;
    }

/* Loading spinner */
.fb-video-modal__loading[b-lfteobex8n] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    z-index: 2;
}

.spinner[b-lfteobex8n] {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #3b5998; /* Facebook blue */
    border-radius: 50%;
    animation: spin-b-lfteobex8n 1s linear infinite;
}

@keyframes spin-b-lfteobex8n {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Error state */
.fb-video-modal__error[b-lfteobex8n] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    z-index: 3;
    padding: 20px;
    text-align: center;
}

.fb-video-modal__retry-btn[b-lfteobex8n] {
    background-color: #3b5998;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    margin-top: 16px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.2s;
}

    .fb-video-modal__retry-btn:hover[b-lfteobex8n] {
        background-color: #2d4373;
    }

/* Global helper class for preventing background scrolling */
body.no-scroll[b-lfteobex8n] {
    overflow: hidden;
}

/* Media queries for better mobile experience */
@media (max-width: 768px) {
    .fb-video-modal__container[b-lfteobex8n] {
        width: 95%;
        max-height: 80vh;
    }

    .fb-video-modal__title[b-lfteobex8n] {
        font-size: 1rem;
    }

    .fb-video-modal__content[b-lfteobex8n] {
        min-height: 200px;
    }
}
/* _content/LifcoWeb2025/Components/ShoppingCartManagement/ShoppingCartManagement.razor.rz.scp.css */
.loading-overlay[b-m4p96x63vb] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3); /* translucent black */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* keep above all other content */
    pointer-events: none; /* lets clicks pass through, unless you want to block interaction */
}

.loading-overlay .spinner-border[b-m4p96x63vb] {
    pointer-events: auto; /* allow spinner interaction if needed */
}
