@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/LbkWeb1/Components/Layout/Footer.razor.rz.scp.css */

#footer[b-j1tgjkq1ll] {
    background: #4a5562;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

    #footer .footer-top[b-j1tgjkq1ll] {
        background: #515d6a;
        padding: 60px 0 30px 0;
    }

        #footer .footer-top .footer-info[b-j1tgjkq1ll] {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-info h3[b-j1tgjkq1ll] {
                font-size: 24px;
                margin: 0 0 20px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-weight: 700;
            }

            #footer .footer-top .footer-info p[b-j1tgjkq1ll] {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: "Raleway", sans-serif;
                color: #fff;
            }

        #footer .footer-top .social-links a[b-j1tgjkq1ll] {
            font-size: 18px;
            display: inline-block;
            background: rgba(255, 255, 255, 0.1);
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 4px;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .footer-top .social-links a:hover[b-j1tgjkq1ll] {
                background: #d9232d;
                color: #fff;
                text-decoration: none;
            }

        #footer .footer-top h4[b-j1tgjkq1ll] {
            font-size: 16px;
            font-weight: 600;
            color: #fff;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-top .footer-links[b-j1tgjkq1ll] {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul[b-j1tgjkq1ll] {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i[b-j1tgjkq1ll] {
                    padding-right: 2px;
                    color: rgba(255, 255, 255, 0.6);
                    font-size: 18px;
                    line-height: 1;
                }

                #footer .footer-top .footer-links ul li[b-j1tgjkq1ll] {
                    padding: 10px 0;
                    display: flex;
                    align-items: center;
                }

                    #footer .footer-top .footer-links ul li:first-child[b-j1tgjkq1ll] {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a[b-j1tgjkq1ll] {
                    color: rgba(255, 255, 255, 0.6);
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                }

                    #footer .footer-top .footer-links ul a:hover[b-j1tgjkq1ll] {
                        color: white;
                    }

        #footer .footer-top .footer-newsletter form[b-j1tgjkq1ll] {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 4px;
        }

            #footer .footer-top .footer-newsletter form input[type=email][b-j1tgjkq1ll] {
                border: 0;
                padding: 4px;
                width: calc(100% - 110px);
            }

            #footer .footer-top .footer-newsletter form input[type=submit][b-j1tgjkq1ll] {
                position: absolute;
                top: 0;
                right: -2px;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 20px 2px 20px;
                background: #d9232d;
                color: #fff;
                transition: 0.3s;
                border-radius: 0 4px 4px 0;
            }

                #footer .footer-top .footer-newsletter form input[type=submit]:hover[b-j1tgjkq1ll] {
                    background: #df3740;
                }

    #footer .copyright[b-j1tgjkq1ll] {
        text-align: center;
        padding-top: 30px;
    }

    #footer .credits[b-j1tgjkq1ll] {
        padding-top: 10px;
        text-align: center;
        font-size: 13px;
        color: rgba(255, 255, 255, 0.6);
    }

        #footer .credits a[b-j1tgjkq1ll] {
            color: rgba(255, 255, 255, 0.6);
            transition: 0.3s;
            font-weight: 600;
        }

            #footer .credits a:hover[b-j1tgjkq1ll] {
                color: white;
            }
/* _content/LbkWeb1/Components/Layout/Header.razor.rz.scp.css */

#header[b-fianl9beze] {
    background: white;
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
}

    #header.header-scrolled[b-fianl9beze] {
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        padding: 12px 0;
    }

    #header.header-inner-pages[b-fianl9beze] {
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    }

    #header .logo[b-fianl9beze] {
        font-size: 28px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 700;
        text-transform: uppercase;
    }

        #header .logo a[b-fianl9beze] {
            color: #556270;
        }

        #header .logo img[b-fianl9beze] {
            max-height: 40px;
        }


@media (max-width: 1399px) {
    #header .logo[b-fianl9beze] {
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    #header .logo[b-fianl9beze] {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    #header .logo[b-fianl9beze] {
        font-size: 18px;
    }
}

@media (max-width: 400px) {
    #header .logo[b-fianl9beze] {
        font-size: 12px;
    }
}

/**
* Desktop Navigation 
*/
.navbar[b-fianl9beze] {
    padding: 0;
}

    .navbar ul[b-fianl9beze] {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li[b-fianl9beze] {
        position: relative;
    }

    .navbar a[b-fianl9beze],
    .navbar a:focus[b-fianl9beze] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 10px 10px 10px;
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #556270;
        white-space: nowrap;
        transition: 0.3s;
    }

        .navbar a i[b-fianl9beze],
        .navbar a:focus i[b-fianl9beze] {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar a:hover[b-fianl9beze],
        .navbar .active[b-fianl9beze],
        .navbar .active:focus[b-fianl9beze],
        .navbar li:hover > a[b-fianl9beze] {
            color: #fff;
            background-color: #358655;
        }

    .navbar .getstarted[b-fianl9beze],
    .navbar .getstarted:focus[b-fianl9beze] {
        background: #358655;
        padding: 8px 25px;
        margin-left: 30px;
        border-radius: 4px;
        font-weight: 400;
        color: #fff;
    }

        .navbar .getstarted:hover[b-fianl9beze],
        .navbar .getstarted:focus:hover[b-fianl9beze] {
            color: #fff;
            background: #2d7248;
        }

    .navbar .dropdown ul[b-fianl9beze] {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    }

        .navbar .dropdown ul li[b-fianl9beze] {
            min-width: 200px;
        }

        .navbar .dropdown ul a[b-fianl9beze] {
            padding: 10px 20px;
            font-size: 15px;
            text-transform: none;
            font-weight: 400;
        }

            .navbar .dropdown ul a i[b-fianl9beze] {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover[b-fianl9beze],
            .navbar .dropdown ul .active:hover[b-fianl9beze],
            .navbar .dropdown ul li:hover > a[b-fianl9beze] {
                color: #fff;
            }

    .navbar .dropdown:hover > ul[b-fianl9beze] {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul[b-fianl9beze] {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul[b-fianl9beze] {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul[b-fianl9beze] {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul[b-fianl9beze] {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle[b-fianl9beze] {
    color: #358655;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

    .mobile-nav-toggle.bi-x[b-fianl9beze] {
        color: #fff;
    }

@media (max-width: 992px) {
    .mobile-nav-toggle[b-fianl9beze] {
        display: block;
    }

    .navbar ul[b-fianl9beze] {
        display: none;
    }
}

.navbar-mobile[b-fianl9beze] {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(63, 73, 83, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle[b-fianl9beze] {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul[b-fianl9beze] {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a[b-fianl9beze],
    .navbar-mobile a:focus[b-fianl9beze] {
        padding: 10px 20px;
        font-size: 15px;
        color: #556270;
    }

        .navbar-mobile a:hover[b-fianl9beze],
        .navbar-mobile .active[b-fianl9beze],
        .navbar-mobile li:hover > a[b-fianl9beze] {
            color: #fff;
        }

    .navbar-mobile .getstarted[b-fianl9beze],
    .navbar-mobile .getstarted:focus[b-fianl9beze] {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul[b-fianl9beze] {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li[b-fianl9beze] {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a[b-fianl9beze] {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i[b-fianl9beze] {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover[b-fianl9beze],
            .navbar-mobile .dropdown ul .active:hover[b-fianl9beze],
            .navbar-mobile .dropdown ul li:hover > a[b-fianl9beze] {
                color: #fff;
            }

    .navbar-mobile .dropdown > .dropdown-active[b-fianl9beze] {
        display: block;
    }
/* _content/LbkWeb1/Components/Layout/MainLayout.razor.rz.scp.css */


#blazor-error-ui[b-7i7emgs5gl] {
    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-7i7emgs5gl] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/LbkWeb1/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-y603l5tb54] {
    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-y603l5tb54] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-y603l5tb54] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-y603l5tb54] {
    font-size: 1.1rem;
}

.bi[b-y603l5tb54] {
    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-y603l5tb54] {
    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-y603l5tb54] {
    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-y603l5tb54] {
    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-y603l5tb54] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-y603l5tb54] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-y603l5tb54] {
        padding-bottom: 1rem;
    }

    .nav-item[b-y603l5tb54]  .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-y603l5tb54]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-y603l5tb54]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-y603l5tb54] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-y603l5tb54] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-y603l5tb54] {
        display: none;
    }

    .nav-scrollable[b-y603l5tb54] {
        /* 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/LbkWeb1/Components/Modals/InvoiceDialog.razor.rz.scp.css */

tr:hover td[b-5u6agb0kjr] {
    background-color: #ececec;
}

.no-hover-color:hover td[b-5u6agb0kjr] {
    background-color: inherit;
}

@media all and (max-width: 991px) {

    th[b-5u6agb0kjr], td[b-5u6agb0kjr] {
        font-size: 13px;
    }

        td .d-xxl-none[b-5u6agb0kjr] {
            font-size: 11px;
        }


}
/* _content/LbkWeb1/Components/Pages/Blog.razor.rz.scp.css */


.blog[b-t501fswht7] {
    padding: 40px 0 20px 0;
}

    .blog .entry[b-t501fswht7] {
        padding: 30px;
        margin-bottom: 60px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog .entry .entry-img[b-t501fswht7] {
            max-height: 440px;
            margin: -30px -30px 20px -30px;
            overflow: hidden;
        }

        .blog .entry .entry-title[b-t501fswht7] {
            font-size: 28px;
            font-weight: bold;
            padding: 0;
            margin: 0 0 20px 0;
        }

            .blog .entry .entry-title a[b-t501fswht7] {
                color: #556270;
                transition: 0.3s;
            }

                .blog .entry .entry-title a:hover[b-t501fswht7] {
                    color: #d9232d;
                }

        .blog .entry .entry-meta[b-t501fswht7] {
            margin-bottom: 15px;
            color: #c1c8d0;
        }

            .blog .entry .entry-meta ul[b-t501fswht7] {
                display: flex;
                flex-wrap: wrap;
                list-style: none;
                align-items: center;
                padding: 0;
                margin: 0;
            }

                .blog .entry .entry-meta ul li + li[b-t501fswht7] {
                    padding-left: 20px;
                }

            .blog .entry .entry-meta i[b-t501fswht7] {
                font-size: 16px;
                margin-right: 8px;
                line-height: 0;
            }

            .blog .entry .entry-meta a[b-t501fswht7] {
                color: #777777;
                font-size: 14px;
                display: inline-block;
                line-height: 1;
            }

        .blog .entry .entry-content p[b-t501fswht7] {
            line-height: 24px;
        }

        .blog .entry .entry-content .read-more[b-t501fswht7] {
            -moz-text-align-last: right;
            text-align-last: right;
        }

            .blog .entry .entry-content .read-more a[b-t501fswht7] {
                display: inline-block;
                background: #d9232d;
                color: #fff;
                padding: 6px 20px;
                transition: 0.3s;
                font-size: 14px;
                border-radius: 4px;
            }

                .blog .entry .entry-content .read-more a:hover[b-t501fswht7] {
                    background: #df3740;
                }

        .blog .entry .entry-content h3[b-t501fswht7] {
            font-size: 22px;
            margin-top: 30px;
            font-weight: bold;
        }

        .blog .entry .entry-content blockquote[b-t501fswht7] {
            overflow: hidden;
            background-color: #fafafa;
            padding: 60px;
            position: relative;
            text-align: center;
            margin: 20px 0;
        }

            .blog .entry .entry-content blockquote p[b-t501fswht7] {
                color: #444444;
                line-height: 1.6;
                margin-bottom: 0;
                font-style: italic;
                font-weight: 500;
                font-size: 22px;
            }

            .blog .entry .entry-content blockquote[b-t501fswht7]::after {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 3px;
                background-color: #556270;
                margin-top: 20px;
                margin-bottom: 20px;
            }

        .blog .entry .entry-footer[b-t501fswht7] {
            padding-top: 10px;
            border-top: 1px solid #e6e6e6;
        }

            .blog .entry .entry-footer i[b-t501fswht7] {
                color: #a4afba;
                display: inline;
            }

            .blog .entry .entry-footer a[b-t501fswht7] {
                color: #606f7e;
                transition: 0.3s;
            }

                .blog .entry .entry-footer a:hover[b-t501fswht7] {
                    color: #d9232d;
                }

            .blog .entry .entry-footer .cats[b-t501fswht7] {
                list-style: none;
                display: inline;
                padding: 0 20px 0 0;
                font-size: 14px;
            }

                .blog .entry .entry-footer .cats li[b-t501fswht7] {
                    display: inline-block;
                }

            .blog .entry .entry-footer .tags[b-t501fswht7] {
                list-style: none;
                display: inline;
                padding: 0;
                font-size: 14px;
            }

                .blog .entry .entry-footer .tags li[b-t501fswht7] {
                    display: inline-block;
                }

                    .blog .entry .entry-footer .tags li + li[b-t501fswht7]::before {
                        padding-right: 6px;
                        color: #6c757d;
                        content: ",";
                    }

            .blog .entry .entry-footer .share[b-t501fswht7] {
                font-size: 16px;
            }

                .blog .entry .entry-footer .share i[b-t501fswht7] {
                    padding-left: 5px;
                }

    .blog .entry-single[b-t501fswht7] {
        margin-bottom: 30px;
    }

    .blog .blog-author[b-t501fswht7] {
        padding: 20px;
        margin-bottom: 30px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog .blog-author img[b-t501fswht7] {
            width: 120px;
            margin-right: 20px;
        }

        .blog .blog-author h4[b-t501fswht7] {
            font-weight: 600;
            font-size: 22px;
            margin-bottom: 0px;
            padding: 0;
            color: #556270;
        }

        .blog .blog-author .social-links[b-t501fswht7] {
            margin: 0 10px 10px 0;
        }

            .blog .blog-author .social-links a[b-t501fswht7] {
                color: rgba(85, 98, 112, 0.5);
                margin-right: 5px;
            }

        .blog .blog-author p[b-t501fswht7] {
            font-style: italic;
            color: #b7b7b7;
        }

    .blog .blog-comments[b-t501fswht7] {
        margin-bottom: 30px;
    }

        .blog .blog-comments .comments-count[b-t501fswht7] {
            font-weight: bold;
        }

        .blog .blog-comments .comment[b-t501fswht7] {
            margin-top: 30px;
            position: relative;
        }

            .blog .blog-comments .comment .comment-img[b-t501fswht7] {
                margin-right: 14px;
            }

                .blog .blog-comments .comment .comment-img img[b-t501fswht7] {
                    width: 60px;
                }

            .blog .blog-comments .comment h5[b-t501fswht7] {
                font-size: 16px;
                margin-bottom: 2px;
            }

                .blog .blog-comments .comment h5 a[b-t501fswht7] {
                    font-weight: bold;
                    color: #444444;
                    transition: 0.3s;
                }

                    .blog .blog-comments .comment h5 a:hover[b-t501fswht7] {
                        color: #d9232d;
                    }

                .blog .blog-comments .comment h5 .reply[b-t501fswht7] {
                    padding-left: 10px;
                    color: #556270;
                }

                    .blog .blog-comments .comment h5 .reply i[b-t501fswht7] {
                        font-size: 20px;
                    }

            .blog .blog-comments .comment time[b-t501fswht7] {
                display: block;
                font-size: 14px;
                color: #6b7b8d;
                margin-bottom: 5px;
            }

            .blog .blog-comments .comment.comment-reply[b-t501fswht7] {
                padding-left: 40px;
            }

        .blog .blog-comments .reply-form[b-t501fswht7] {
            margin-top: 30px;
            padding: 30px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        }

            .blog .blog-comments .reply-form h4[b-t501fswht7] {
                font-weight: bold;
                font-size: 22px;
            }

            .blog .blog-comments .reply-form p[b-t501fswht7] {
                font-size: 14px;
            }

            .blog .blog-comments .reply-form input[b-t501fswht7] {
                border-radius: 4px;
                padding: 10px 10px;
                font-size: 14px;
            }

                .blog .blog-comments .reply-form input:focus[b-t501fswht7] {
                    box-shadow: none;
                    border-color: #e9797f;
                }

            .blog .blog-comments .reply-form textarea[b-t501fswht7] {
                border-radius: 4px;
                padding: 10px 10px;
                font-size: 14px;
            }

                .blog .blog-comments .reply-form textarea:focus[b-t501fswht7] {
                    box-shadow: none;
                    border-color: #e9797f;
                }

            .blog .blog-comments .reply-form .form-group[b-t501fswht7] {
                margin-bottom: 25px;
            }

            .blog .blog-comments .reply-form .btn-primary[b-t501fswht7] {
                border-radius: 4px;
                padding: 10px 20px;
                border: 0;
                background-color: #556270;
            }

                .blog .blog-comments .reply-form .btn-primary:hover[b-t501fswht7] {
                    background-color: #606f7e;
                }

    .blog .blog-pagination[b-t501fswht7] {
        color: #8795a4;
    }

        .blog .blog-pagination ul[b-t501fswht7] {
            display: flex;
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .blog .blog-pagination li[b-t501fswht7] {
            margin: 0 5px;
            transition: 0.3s;
        }

            .blog .blog-pagination li a[b-t501fswht7] {
                color: #556270;
                padding: 7px 16px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .blog .blog-pagination li.active[b-t501fswht7],
            .blog .blog-pagination li:hover[b-t501fswht7] {
                background: #d9232d;
            }

                .blog .blog-pagination li.active a[b-t501fswht7],
                .blog .blog-pagination li:hover a[b-t501fswht7] {
                    color: #fff;
                }

    .blog .sidebar[b-t501fswht7] {
        padding: 30px;
        margin: 0 0 60px 20px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog .sidebar .sidebar-title[b-t501fswht7] {
            font-size: 20px;
            font-weight: 700;
            padding: 0 0 0 0;
            margin: 0 0 15px 0;
            color: #556270;
            position: relative;
        }

        .blog .sidebar .sidebar-item[b-t501fswht7] {
            margin-bottom: 30px;
        }

        .blog .sidebar .search-form form[b-t501fswht7] {
            background: #fff;
            border: 1px solid #ddd;
            padding: 3px 10px;
            position: relative;
        }

            .blog .sidebar .search-form form input[type=text][b-t501fswht7] {
                border: 0;
                padding: 4px;
                border-radius: 4px;
                width: calc(100% - 40px);
            }

            .blog .sidebar .search-form form button[b-t501fswht7] {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 15px;
                margin: -1px;
                background: #d9232d;
                color: #fff;
                transition: 0.3s;
                border-radius: 0 4px 4px 0;
                line-height: 0;
            }

                .blog .sidebar .search-form form button i[b-t501fswht7] {
                    line-height: 0;
                }

                .blog .sidebar .search-form form button:hover[b-t501fswht7] {
                    background: #de323c;
                }

        .blog .sidebar .categories ul[b-t501fswht7] {
            list-style: none;
            padding: 0;
        }

            .blog .sidebar .categories ul li + li[b-t501fswht7] {
                padding-top: 10px;
            }

            .blog .sidebar .categories ul a[b-t501fswht7] {
                color: #556270;
                transition: 0.3s;
            }

                .blog .sidebar .categories ul a:hover[b-t501fswht7] {
                    color: #d9232d;
                }

                .blog .sidebar .categories ul a span[b-t501fswht7] {
                    padding-left: 5px;
                    color: #aaaaaa;
                    font-size: 14px;
                }

        .blog .sidebar .recent-posts .post-item + .post-item[b-t501fswht7] {
            margin-top: 15px;
        }

        .blog .sidebar .recent-posts img[b-t501fswht7] {
            width: 80px;
            float: left;
        }

        .blog .sidebar .recent-posts h4[b-t501fswht7] {
            font-size: 15px;
            margin-left: 95px;
            font-weight: bold;
        }

            .blog .sidebar .recent-posts h4 a[b-t501fswht7] {
                color: #556270;
                transition: 0.3s;
            }

                .blog .sidebar .recent-posts h4 a:hover[b-t501fswht7] {
                    color: #d9232d;
                }

        .blog .sidebar .recent-posts time[b-t501fswht7] {
            display: block;
            margin-left: 95px;
            font-style: italic;
            font-size: 14px;
            color: #aaaaaa;
        }

        .blog .sidebar .tags[b-t501fswht7] {
            margin-bottom: -10px;
        }

            .blog .sidebar .tags ul[b-t501fswht7] {
                list-style: none;
                padding: 0;
            }

                .blog .sidebar .tags ul li[b-t501fswht7] {
                    display: inline-block;
                }

                .blog .sidebar .tags ul a[b-t501fswht7] {
                    color: #96a2af;
                    font-size: 14px;
                    padding: 6px 14px;
                    margin: 0 6px 8px 0;
                    border: 1px solid white;
                    display: inline-block;
                    transition: 0.3s;
                }

                    .blog .sidebar .tags ul a:hover[b-t501fswht7] {
                        color: #fff;
                        border: 1px solid #d9232d;
                        background: #d9232d;
                    }

                    .blog .sidebar .tags ul a span[b-t501fswht7] {
                        padding-left: 5px;
                        color: #fbfbfc;
                        font-size: 14px;
                    }
/* _content/LbkWeb1/Components/Pages/BlogSingle.razor.rz.scp.css */


.blog[b-a412hyyvsu] {
    padding: 40px 0 20px 0;
}

    .blog .entry[b-a412hyyvsu] {
        padding: 30px;
        margin-bottom: 60px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog .entry .entry-img[b-a412hyyvsu] {
            max-height: 440px;
            margin: -30px -30px 20px -30px;
            overflow: hidden;
        }

        .blog .entry .entry-title[b-a412hyyvsu] {
            font-size: 28px;
            font-weight: bold;
            padding: 0;
            margin: 0 0 20px 0;
        }

            .blog .entry .entry-title a[b-a412hyyvsu] {
                color: #556270;
                transition: 0.3s;
            }

                .blog .entry .entry-title a:hover[b-a412hyyvsu] {
                    color: #d9232d;
                }

        .blog .entry .entry-meta[b-a412hyyvsu] {
            margin-bottom: 15px;
            color: #c1c8d0;
        }

            .blog .entry .entry-meta ul[b-a412hyyvsu] {
                display: flex;
                flex-wrap: wrap;
                list-style: none;
                align-items: center;
                padding: 0;
                margin: 0;
            }

                .blog .entry .entry-meta ul li + li[b-a412hyyvsu] {
                    padding-left: 20px;
                }

            .blog .entry .entry-meta i[b-a412hyyvsu] {
                font-size: 16px;
                margin-right: 8px;
                line-height: 0;
            }

            .blog .entry .entry-meta a[b-a412hyyvsu] {
                color: #777777;
                font-size: 14px;
                display: inline-block;
                line-height: 1;
            }

        .blog .entry .entry-content p[b-a412hyyvsu] {
            line-height: 24px;
        }

        .blog .entry .entry-content .read-more[b-a412hyyvsu] {
            -moz-text-align-last: right;
            text-align-last: right;
        }

            .blog .entry .entry-content .read-more a[b-a412hyyvsu] {
                display: inline-block;
                background: #d9232d;
                color: #fff;
                padding: 6px 20px;
                transition: 0.3s;
                font-size: 14px;
                border-radius: 4px;
            }

                .blog .entry .entry-content .read-more a:hover[b-a412hyyvsu] {
                    background: #df3740;
                }

        .blog .entry .entry-content h3[b-a412hyyvsu] {
            font-size: 22px;
            margin-top: 30px;
            font-weight: bold;
        }

        .blog .entry .entry-content blockquote[b-a412hyyvsu] {
            overflow: hidden;
            background-color: #fafafa;
            padding: 60px;
            position: relative;
            text-align: center;
            margin: 20px 0;
        }

            .blog .entry .entry-content blockquote p[b-a412hyyvsu] {
                color: #444444;
                line-height: 1.6;
                margin-bottom: 0;
                font-style: italic;
                font-weight: 500;
                font-size: 22px;
            }

            .blog .entry .entry-content blockquote[b-a412hyyvsu]::after {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 3px;
                background-color: #556270;
                margin-top: 20px;
                margin-bottom: 20px;
            }

        .blog .entry .entry-footer[b-a412hyyvsu] {
            padding-top: 10px;
            border-top: 1px solid #e6e6e6;
        }

            .blog .entry .entry-footer i[b-a412hyyvsu] {
                color: #a4afba;
                display: inline;
            }

            .blog .entry .entry-footer a[b-a412hyyvsu] {
                color: #606f7e;
                transition: 0.3s;
            }

                .blog .entry .entry-footer a:hover[b-a412hyyvsu] {
                    color: #d9232d;
                }

            .blog .entry .entry-footer .cats[b-a412hyyvsu] {
                list-style: none;
                display: inline;
                padding: 0 20px 0 0;
                font-size: 14px;
            }

                .blog .entry .entry-footer .cats li[b-a412hyyvsu] {
                    display: inline-block;
                }

            .blog .entry .entry-footer .tags[b-a412hyyvsu] {
                list-style: none;
                display: inline;
                padding: 0;
                font-size: 14px;
            }

                .blog .entry .entry-footer .tags li[b-a412hyyvsu] {
                    display: inline-block;
                }

                    .blog .entry .entry-footer .tags li + li[b-a412hyyvsu]::before {
                        padding-right: 6px;
                        color: #6c757d;
                        content: ",";
                    }

            .blog .entry .entry-footer .share[b-a412hyyvsu] {
                font-size: 16px;
            }

                .blog .entry .entry-footer .share i[b-a412hyyvsu] {
                    padding-left: 5px;
                }

    .blog .entry-single[b-a412hyyvsu] {
        margin-bottom: 30px;
    }

    .blog .blog-author[b-a412hyyvsu] {
        padding: 20px;
        margin-bottom: 30px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog .blog-author img[b-a412hyyvsu] {
            width: 120px;
            margin-right: 20px;
        }

        .blog .blog-author h4[b-a412hyyvsu] {
            font-weight: 600;
            font-size: 22px;
            margin-bottom: 0px;
            padding: 0;
            color: #556270;
        }

        .blog .blog-author .social-links[b-a412hyyvsu] {
            margin: 0 10px 10px 0;
        }

            .blog .blog-author .social-links a[b-a412hyyvsu] {
                color: rgba(85, 98, 112, 0.5);
                margin-right: 5px;
            }

        .blog .blog-author p[b-a412hyyvsu] {
            font-style: italic;
            color: #b7b7b7;
        }

    .blog .blog-comments[b-a412hyyvsu] {
        margin-bottom: 30px;
    }

        .blog .blog-comments .comments-count[b-a412hyyvsu] {
            font-weight: bold;
        }

        .blog .blog-comments .comment[b-a412hyyvsu] {
            margin-top: 30px;
            position: relative;
        }

            .blog .blog-comments .comment .comment-img[b-a412hyyvsu] {
                margin-right: 14px;
            }

                .blog .blog-comments .comment .comment-img img[b-a412hyyvsu] {
                    width: 60px;
                }

            .blog .blog-comments .comment h5[b-a412hyyvsu] {
                font-size: 16px;
                margin-bottom: 2px;
            }

                .blog .blog-comments .comment h5 a[b-a412hyyvsu] {
                    font-weight: bold;
                    color: #444444;
                    transition: 0.3s;
                }

                    .blog .blog-comments .comment h5 a:hover[b-a412hyyvsu] {
                        color: #d9232d;
                    }

                .blog .blog-comments .comment h5 .reply[b-a412hyyvsu] {
                    padding-left: 10px;
                    color: #556270;
                }

                    .blog .blog-comments .comment h5 .reply i[b-a412hyyvsu] {
                        font-size: 20px;
                    }

            .blog .blog-comments .comment time[b-a412hyyvsu] {
                display: block;
                font-size: 14px;
                color: #6b7b8d;
                margin-bottom: 5px;
            }

            .blog .blog-comments .comment.comment-reply[b-a412hyyvsu] {
                padding-left: 40px;
            }

        .blog .blog-comments .reply-form[b-a412hyyvsu] {
            margin-top: 30px;
            padding: 30px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        }

            .blog .blog-comments .reply-form h4[b-a412hyyvsu] {
                font-weight: bold;
                font-size: 22px;
            }

            .blog .blog-comments .reply-form p[b-a412hyyvsu] {
                font-size: 14px;
            }

            .blog .blog-comments .reply-form input[b-a412hyyvsu] {
                border-radius: 4px;
                padding: 10px 10px;
                font-size: 14px;
            }

                .blog .blog-comments .reply-form input:focus[b-a412hyyvsu] {
                    box-shadow: none;
                    border-color: #e9797f;
                }

            .blog .blog-comments .reply-form textarea[b-a412hyyvsu] {
                border-radius: 4px;
                padding: 10px 10px;
                font-size: 14px;
            }

                .blog .blog-comments .reply-form textarea:focus[b-a412hyyvsu] {
                    box-shadow: none;
                    border-color: #e9797f;
                }

            .blog .blog-comments .reply-form .form-group[b-a412hyyvsu] {
                margin-bottom: 25px;
            }

            .blog .blog-comments .reply-form .btn-primary[b-a412hyyvsu] {
                border-radius: 4px;
                padding: 10px 20px;
                border: 0;
                background-color: #556270;
            }

                .blog .blog-comments .reply-form .btn-primary:hover[b-a412hyyvsu] {
                    background-color: #606f7e;
                }

    .blog .blog-pagination[b-a412hyyvsu] {
        color: #8795a4;
    }

        .blog .blog-pagination ul[b-a412hyyvsu] {
            display: flex;
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .blog .blog-pagination li[b-a412hyyvsu] {
            margin: 0 5px;
            transition: 0.3s;
        }

            .blog .blog-pagination li a[b-a412hyyvsu] {
                color: #556270;
                padding: 7px 16px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .blog .blog-pagination li.active[b-a412hyyvsu],
            .blog .blog-pagination li:hover[b-a412hyyvsu] {
                background: #d9232d;
            }

                .blog .blog-pagination li.active a[b-a412hyyvsu],
                .blog .blog-pagination li:hover a[b-a412hyyvsu] {
                    color: #fff;
                }

    .blog .sidebar[b-a412hyyvsu] {
        padding: 30px;
        margin: 0 0 60px 20px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog .sidebar .sidebar-title[b-a412hyyvsu] {
            font-size: 20px;
            font-weight: 700;
            padding: 0 0 0 0;
            margin: 0 0 15px 0;
            color: #556270;
            position: relative;
        }

        .blog .sidebar .sidebar-item[b-a412hyyvsu] {
            margin-bottom: 30px;
        }

        .blog .sidebar .search-form form[b-a412hyyvsu] {
            background: #fff;
            border: 1px solid #ddd;
            padding: 3px 10px;
            position: relative;
        }

            .blog .sidebar .search-form form input[type=text][b-a412hyyvsu] {
                border: 0;
                padding: 4px;
                border-radius: 4px;
                width: calc(100% - 40px);
            }

            .blog .sidebar .search-form form button[b-a412hyyvsu] {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 15px;
                margin: -1px;
                background: #d9232d;
                color: #fff;
                transition: 0.3s;
                border-radius: 0 4px 4px 0;
                line-height: 0;
            }

                .blog .sidebar .search-form form button i[b-a412hyyvsu] {
                    line-height: 0;
                }

                .blog .sidebar .search-form form button:hover[b-a412hyyvsu] {
                    background: #de323c;
                }

        .blog .sidebar .categories ul[b-a412hyyvsu] {
            list-style: none;
            padding: 0;
        }

            .blog .sidebar .categories ul li + li[b-a412hyyvsu] {
                padding-top: 10px;
            }

            .blog .sidebar .categories ul a[b-a412hyyvsu] {
                color: #556270;
                transition: 0.3s;
            }

                .blog .sidebar .categories ul a:hover[b-a412hyyvsu] {
                    color: #d9232d;
                }

                .blog .sidebar .categories ul a span[b-a412hyyvsu] {
                    padding-left: 5px;
                    color: #aaaaaa;
                    font-size: 14px;
                }

        .blog .sidebar .recent-posts .post-item + .post-item[b-a412hyyvsu] {
            margin-top: 15px;
        }

        .blog .sidebar .recent-posts img[b-a412hyyvsu] {
            width: 80px;
            float: left;
        }

        .blog .sidebar .recent-posts h4[b-a412hyyvsu] {
            font-size: 15px;
            margin-left: 95px;
            font-weight: bold;
        }

            .blog .sidebar .recent-posts h4 a[b-a412hyyvsu] {
                color: #556270;
                transition: 0.3s;
            }

                .blog .sidebar .recent-posts h4 a:hover[b-a412hyyvsu] {
                    color: #d9232d;
                }

        .blog .sidebar .recent-posts time[b-a412hyyvsu] {
            display: block;
            margin-left: 95px;
            font-style: italic;
            font-size: 14px;
            color: #aaaaaa;
        }

        .blog .sidebar .tags[b-a412hyyvsu] {
            margin-bottom: -10px;
        }

            .blog .sidebar .tags ul[b-a412hyyvsu] {
                list-style: none;
                padding: 0;
            }

                .blog .sidebar .tags ul li[b-a412hyyvsu] {
                    display: inline-block;
                }

                .blog .sidebar .tags ul a[b-a412hyyvsu] {
                    color: #96a2af;
                    font-size: 14px;
                    padding: 6px 14px;
                    margin: 0 6px 8px 0;
                    border: 1px solid white;
                    display: inline-block;
                    transition: 0.3s;
                }

                    .blog .sidebar .tags ul a:hover[b-a412hyyvsu] {
                        color: #fff;
                        border: 1px solid #d9232d;
                        background: #d9232d;
                    }

                    .blog .sidebar .tags ul a span[b-a412hyyvsu] {
                        padding-left: 5px;
                        color: #fbfbfc;
                        font-size: 14px;
                    }
/* _content/LbkWeb1/Components/Pages/Bryggko.razor.rz.scp.css */
body[b-kd2zaje404] {
}

.table-height[b-kd2zaje404] {
    height: 150px;
    overflow-y: scroll;
}

table[b-kd2zaje404] {
    position: relative;
    font-size: 14px;
}

thead[b-kd2zaje404] {
    position: sticky;
    top: 0;
}

th[b-kd2zaje404], td[b-kd2zaje404] {
}


@media screen and (min-height: 500px) {
    .table-height[b-kd2zaje404] {
        height: 200px;
    }
}

@media screen and (min-height: 550px) {
    .table-height[b-kd2zaje404] {
        height: 250px;
    }
}

@media screen and (min-height: 600px) {
    .table-height[b-kd2zaje404] {
        height: 300px;
    }
}

@media screen and (min-height: 650px) {
    .table-height[b-kd2zaje404] {
        height: 350px;
    }
}

@media screen and (min-height: 700px) {
    .table-height[b-kd2zaje404] {
        height: 400px;
    }
}

@media screen and (min-height: 750px) {
    .table-height[b-kd2zaje404] {
        height: 450px;
    }
}

@media screen and (min-height: 800px) {
    .table-height[b-kd2zaje404] {
        height: 500px;
    }
}

@media screen and (min-height: 850px) {
    .table-height[b-kd2zaje404] {
        height: 550px;
    }
}

@media screen and (min-height: 900px) {
    .table-height[b-kd2zaje404] {
        height: 600px;
    }
}

@media screen and (min-height: 950px) {
    .table-height[b-kd2zaje404] {
        height: 650px;
    }
}

@media screen and (min-height: 1000px) {
    .table-height[b-kd2zaje404] {
        height: 700px;
    }
}

@media screen and (min-height: 1050px) {
    .table-height[b-kd2zaje404] {
        height: 750px;
    }
}

@media screen and (min-height: 1050px) {
    .table-height[b-kd2zaje404] {
        height: 800px;
    }
}

@media screen and (min-height: 1100px) {
    .table-height[b-kd2zaje404] {
        height: 850px;
    }
}

@media screen and (min-height: 1150px) {
    .table-height[b-kd2zaje404] {
        height: 900px;
    }
}

@media screen and (min-height: 1200px) {
    .table-height[b-kd2zaje404] {
        height: 950px;
    }
}

@media screen and (min-height: 1250px) {
    .table-height[b-kd2zaje404] {
        height: 1000px;
    }
}

@media screen and (min-height: 1300px) {
    .table-height[b-kd2zaje404] {
        height: 1050px;
    }
}

@media screen and (max-width: 400px) {
    .table-height[b-kd2zaje404] {
        height: 480px;
    }
}
/* _content/LbkWeb1/Components/Pages/Faq.razor.rz.scp.css */

.top-section[b-04x0p4y6dh],
.page-section[b-04x0p4y6dh] {
    padding: 18px 0;
}

.top-section[b-04x0p4y6dh] {
    margin-top: 80px;
}

    .top-section h2[b-04x0p4y6dh] {
        font-size: 32px;
        font-weight: 300;
        margin: 0;
    }


@media (max-width: 992px) {
    .top-section[b-04x0p4y6dh] {
        margin-top: 58px;
    }

        .top-section h2[b-04x0p4y6dh],
        .page-section h2[b-04x0p4y6dh] {
            margin-bottom: 10px;
        }
}



/*body {
    background-color: #eee;
    margin-top: 20px;
}*/

.card[b-04x0p4y6dh] {
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}

.nav-tabs-custom .nav-item .nav-link.active[b-04x0p4y6dh] {
    color: #6c6ff5;
}

.nav-tabs-custom .nav-item .nav-link[b-04x0p4y6dh] {
    border: none;
}

.text-muted[b-04x0p4y6dh] {
    color: #8ca3bd !important;
}

.nav-tabs-custom .nav-item[b-04x0p4y6dh] {
    position: relative;
    color: #271050;
}

    .nav-tabs-custom .nav-item .nav-link.active[b-04x0p4y6dh]:after {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .nav-tabs-custom .nav-item .nav-link[b-04x0p4y6dh]::after {
        content: "";
        background: #6c6ff5;
        height: 2px;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: -1px;
        -webkit-transition: all 250ms ease 0s;
        transition: all 250ms ease 0s;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
/* _content/LbkWeb1/Components/Pages/InvoicesPage.razor.rz.scp.css */

@media all and (max-width: 899px) {

    td[b-rsx2o922q7] {
        font-size: 14px;
    }

        td .d-xxl-none[b-rsx2o922q7] {
            font-size: 12px;
        }
}
/* _content/LbkWeb1/Components/Pages/MemberPage.razor.rz.scp.css */


@media only screen and (min-width : 992px) {
    .table-row-equal[b-qefccjiwv2] {
        display: table;
        /*width: 100%;*/
        table-layout: fixed;
        /*border-spacing: 30px 0px;*/
        word-wrap: break-word;
        /*border-spacing: 30px 0px;*/
    }

        .table-row-equal .table-widget[b-qefccjiwv2] {
            float: none;
            display: table-cell;
            vertical-align: top;
            width: 1%;
        }
}
/* _content/LbkWeb1/Components/Pages/PageInvoices.razor.rz.scp.css */
body[b-1epyz07xy2] {
}

.table-height[b-1epyz07xy2] {
    height: 150px;
    overflow-y: scroll;
}

table[b-1epyz07xy2] {
    position: relative;
    font-size: 14px;
}

thead[b-1epyz07xy2] {
    position: sticky;
    top: 0;
}

th[b-1epyz07xy2], td[b-1epyz07xy2] {
}


@media screen and (min-height: 500px) {
    .table-height[b-1epyz07xy2] {
        height: 200px;
    }
}

@media screen and (min-height: 550px) {
    .table-height[b-1epyz07xy2] {
        height: 250px;
    }
}

@media screen and (min-height: 600px) {
    .table-height[b-1epyz07xy2] {
        height: 300px;
    }
}

@media screen and (min-height: 650px) {
    .table-height[b-1epyz07xy2] {
        height: 350px;
    }
}

@media screen and (min-height: 700px) {
    .table-height[b-1epyz07xy2] {
        height: 400px;
    }
}

@media screen and (min-height: 750px) {
    .table-height[b-1epyz07xy2] {
        height: 450px;
    }
}

@media screen and (min-height: 800px) {
    .table-height[b-1epyz07xy2] {
        height: 500px;
    }
}

@media screen and (min-height: 850px) {
    .table-height[b-1epyz07xy2] {
        height: 550px;
    }
}

@media screen and (min-height: 900px) {
    .table-height[b-1epyz07xy2] {
        height: 600px;
    }
}

@media screen and (min-height: 950px) {
    .table-height[b-1epyz07xy2] {
        height: 650px;
    }
}

@media screen and (min-height: 1000px) {
    .table-height[b-1epyz07xy2] {
        height: 700px;
    }
}

@media screen and (min-height: 1050px) {
    .table-height[b-1epyz07xy2] {
        height: 750px;
    }
}

@media screen and (min-height: 1050px) {
    .table-height[b-1epyz07xy2] {
        height: 800px;
    }
}

@media screen and (min-height: 1100px) {
    .table-height[b-1epyz07xy2] {
        height: 850px;
    }
}

@media screen and (min-height: 1150px) {
    .table-height[b-1epyz07xy2] {
        height: 900px;
    }
}

@media screen and (min-height: 1200px) {
    .table-height[b-1epyz07xy2] {
        height: 950px;
    }
}

@media screen and (min-height: 1250px) {
    .table-height[b-1epyz07xy2] {
        height: 1000px;
    }
}

@media screen and (min-height: 1300px) {
    .table-height[b-1epyz07xy2] {
        height: 1050px;
    }
}

@media screen and (max-width: 400px) {
    .table-height[b-1epyz07xy2] {
        height: 480px;
    }
}
/* _content/LbkWeb1/Components/Pages/PageMembers.razor.rz.scp.css */
body[b-73kmckhvnw] {
}

.table-height[b-73kmckhvnw] {
    height: 150px;
    overflow-y: scroll;
}

table[b-73kmckhvnw] {
    position: relative;
    font-size: 14px;
}

thead[b-73kmckhvnw] {
    position: sticky;
    top: 0;
}

th[b-73kmckhvnw], td[b-73kmckhvnw] {
}


@media screen and (min-height: 500px) {
    .table-height[b-73kmckhvnw] {
        height: 200px;
    }
}

@media screen and (min-height: 550px) {
    .table-height[b-73kmckhvnw] {
        height: 250px;
    }
}

@media screen and (min-height: 600px) {
    .table-height[b-73kmckhvnw] {
        height: 300px;
    }
}

@media screen and (min-height: 650px) {
    .table-height[b-73kmckhvnw] {
        height: 350px;
    }
}

@media screen and (min-height: 700px) {
    .table-height[b-73kmckhvnw] {
        height: 400px;
    }
}

@media screen and (min-height: 750px) {
    .table-height[b-73kmckhvnw] {
        height: 450px;
    }
}

@media screen and (min-height: 800px) {
    .table-height[b-73kmckhvnw] {
        height: 500px;
    }
}

@media screen and (min-height: 850px) {
    .table-height[b-73kmckhvnw] {
        height: 550px;
    }
}

@media screen and (min-height: 900px) {
    .table-height[b-73kmckhvnw] {
        height: 600px;
    }
}

@media screen and (min-height: 950px) {
    .table-height[b-73kmckhvnw] {
        height: 650px;
    }
}

@media screen and (min-height: 1000px) {
    .table-height[b-73kmckhvnw] {
        height: 700px;
    }
}

@media screen and (min-height: 1050px) {
    .table-height[b-73kmckhvnw] {
        height: 750px;
    }
}

@media screen and (min-height: 1050px) {
    .table-height[b-73kmckhvnw] {
        height: 800px;
    }
}

@media screen and (min-height: 1100px) {
    .table-height[b-73kmckhvnw] {
        height: 850px;
    }
}

@media screen and (min-height: 1150px) {
    .table-height[b-73kmckhvnw] {
        height: 900px;
    }
}

@media screen and (min-height: 1200px) {
    .table-height[b-73kmckhvnw] {
        height: 950px;
    }
}

@media screen and (min-height: 1250px) {
    .table-height[b-73kmckhvnw] {
        height: 1000px;
    }
}

@media screen and (min-height: 1300px) {
    .table-height[b-73kmckhvnw] {
        height: 1050px;
    }
}

@media screen and (max-width: 400px) {
    .table-height[b-73kmckhvnw] {
        height: 480px;
    }
}
/* _content/LbkWeb1/Components/Session/LoginPage.razor.rz.scp.css */

.top-section[b-w6le87zj5e],
.page-section[b-w6le87zj5e],
.background-section[b-w6le87zj5e] {
    padding: 18px 0;
}

.top-section[b-w6le87zj5e] {
    margin-top: 80px;
}

.background-section[b-w6le87zj5e] {
    margin-top: 80px;

    background: #f8f9fa;
}

#background-section[b-w6le87zj5e]:before {
    content: "";
/*    background: rgba(56, 64, 70, 0.7);*/
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#background-section .container[b-w6le87zj5e] {
    z-index: 20;
}

.top-section h2[b-w6le87zj5e] {
    font-size: 32px;
    font-weight: 300;
    margin: 0;
}

@media (max-width: 992px) {
    .top-section[b-w6le87zj5e] {
        margin-top: 58px;
    }

        .top-section h2[b-w6le87zj5e],
        .page-section h2[b-w6le87zj5e],
        .background-section h2[b-w6le87zj5e] {
            margin-bottom: 10px;
        }
}




.card-columns .card[b-w6le87zj5e] {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns[b-w6le87zj5e] {
        column-count: 3;
        column-gap: 1.25rem;
    }

        .card-columns .card[b-w6le87zj5e] {
            display: inline-block;
            width: 100%;
        }
}

.text-muted[b-w6le87zj5e] {
    color: #9faecb !important;
}

p[b-w6le87zj5e] {
    margin-top: 0;
    margin-bottom: 1rem;
}

.mb-3[b-w6le87zj5e] {
    margin-bottom: 1rem !important;
}

.input-group[b-w6le87zj5e] {
    position: relative;
    display: flex;
    width: 100%;
}
/* _content/LbkWeb1/Components/Session/LogoutPage.razor.rz.scp.css */

.top-section[b-ux36829414],
.page-section[b-ux36829414] {
    padding: 18px 0;
}

.top-section[b-ux36829414] {
    margin-top: 80px;
}

    .top-section h2[b-ux36829414] {
        font-size: 32px;
        font-weight: 300;
        margin: 0;
    }


@media (max-width: 992px) {
    .top-section[b-ux36829414] {
        margin-top: 58px;
    }

        .top-section h2[b-ux36829414],
        .page-section h2[b-ux36829414] {
            margin-bottom: 10px;
        }
}
/* _content/LbkWeb1/Components/Widgets/AnnualMeetingBoard/AnnualMeetingBoard.razor.rz.scp.css */

.team .member[b-6gg62f2f7d] {
    position: relative;
    box-shadow: 0px 2px 15px rgba(85, 98, 112, 0.08);
    padding: 30px;
    border-radius: 4px;
    /*    background: white;*/
}

.member .pic[b-6gg62f2f7d] {
    overflow: hidden;
    width: 140px;
    max-height: 140px;
    border-radius: 4px;
}

    .member .pic img[b-6gg62f2f7d] {
        transition: ease-in-out 0.3s;
    }

.member:hover img[b-6gg62f2f7d] {
    transform: scale(1.1);
}

.member .member-info[b-6gg62f2f7d] {
    padding-left: 30px;
}

.member h4[b-6gg62f2f7d] {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #556270;
}

.member span[b-6gg62f2f7d] {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
}

    .member span[b-6gg62f2f7d]::after {
        content: "";
        position: absolute;
        display: block;
        width: 50px;
        height: 1px;
        background: #dee2e6;
        bottom: 0;
        left: 0;
    }

.member p[b-6gg62f2f7d] {
    margin: 10px 0 0 0;
    font-size: 14px;
}

.member .social[b-6gg62f2f7d] {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .member .social a[b-6gg62f2f7d], button[b-6gg62f2f7d] {
        transition: ease-in-out 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        width: 32px;
        height: 32px;
        background: #8795a4;
        border: 0;
    }

        .member .social a[b-6gg62f2f7d], button i[b-6gg62f2f7d] {
            color: #fff;
            font-size: 16px;
            margin: 0 2px;
        }

            .member .social a:hover[b-6gg62f2f7d], button:hover[b-6gg62f2f7d] {
                background: #358655;
            }

            .member .social a + a[b-6gg62f2f7d], button + button[b-6gg62f2f7d] {
                margin-left: 8px;
            }


@media (max-width: 1200px) {

    .team .member[b-6gg62f2f7d] {
        padding: 10px;
        /*        box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;*/
    }

    .member .pic[b-6gg62f2f7d] {
        overflow: hidden;
        width: 110px;
        max-height: 110px;
        border-radius: 2px;
    }

    .member .member-info[b-6gg62f2f7d] {
        padding-left: 20px;
    }
}


@media (max-width: 767px) {

    .team .member[b-6gg62f2f7d] {
        padding: 10px 0 10px 0;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    }

    .member .pic[b-6gg62f2f7d] {
        overflow: hidden;
        width: 80px;
        max-height: 80px;
        border-radius: 0px;
    }

    .member .member-info[b-6gg62f2f7d] {
        padding-left: 10px;
    }
}
/* _content/LbkWeb1/Components/Widgets/CoverImage.razor.rz.scp.css */
.cover-image[b-rcajr1ozx8] {
    position: static;
    width: 100%;
    height: 27vh;
    /*background-position: center 69px;*/
    /*background-image: url('img/background2.jpg');*/
    /*background-blend-mode: hard-light;*/
    background-size: 1200px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border: 0px solid red;
}

@media (max-width: 600px) {
    .cover-image[b-rcajr1ozx8] {
        height: 15vh;
        background-size: 600px;
    }
}
/* _content/LbkWeb1/Components/Widgets/HeroCarousel/HeroCarousel.razor.rz.scp.css */
body[b-016k2xhgpj] {
}

#myVideo[b-016k2xhgpj] {
    position: absolute;
    width: 100%;
    height: 100vh;
}

#hero[b-016k2xhgpj] {
    width: 100%;
    height: 100vh;
    background-color: rgba(63, 73, 83, 0.8);
    overflow: hidden;
    position: relative;
}

    #hero .carousel[b-016k2xhgpj],
    #hero .carousel-inner[b-016k2xhgpj],
    #hero .carousel-item[b-016k2xhgpj],
    #hero .carousel-item[b-016k2xhgpj]::before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

    #hero .carousel-item[b-016k2xhgpj] {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

        #hero .carousel-item[b-016k2xhgpj]::before {
            content: "";
            background-color: rgba(30, 35, 40, 0.6);
        }

    #hero .carousel-container[b-016k2xhgpj] {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        top: 70px;
        left: 50px;
        right: 50px;
    }

    #hero .container[b-016k2xhgpj] {
        text-align: center;
    }

    #hero h2[b-016k2xhgpj] {
        color: #fff;
        margin-bottom: 20px;
        font-size: 48px;
        font-weight: 700;
    }

    #hero p[b-016k2xhgpj] {
        animation-delay: 0.4s;
        margin: 0 auto 30px auto;
        color: #fff;
    }

    #hero .carousel-inner .carousel-item[b-016k2xhgpj] {
        transition-property: opacity;
        background-position: center top;
    }

    #hero .carousel-inner .carousel-item[b-016k2xhgpj],
    #hero .carousel-inner .active.carousel-item-start[b-016k2xhgpj],
    #hero .carousel-inner .active.carousel-item-end[b-016k2xhgpj] {
        opacity: 0;
    }

    #hero .carousel-inner .active[b-016k2xhgpj],
    #hero .carousel-inner .carousel-item-next.carousel-item-start[b-016k2xhgpj],
    #hero .carousel-inner .carousel-item-prev.carousel-item-end[b-016k2xhgpj] {
        opacity: 1;
        transition: 0.5s;
    }

        #hero .carousel-inner .carousel-item-next[b-016k2xhgpj],
        #hero .carousel-inner .carousel-item-prev[b-016k2xhgpj],
        #hero .carousel-inner .active.carousel-item-start[b-016k2xhgpj],
        #hero .carousel-inner .active.carousel-item-end[b-016k2xhgpj] {
            left: 0;
            transform: translate3d(0, 0, 0);
        }

    #hero .carousel-control-next-icon[b-016k2xhgpj],
    #hero .carousel-control-prev-icon[b-016k2xhgpj] {
        background: none;
        font-size: 30px;
        line-height: 0;
        width: auto;
        height: auto;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50px;
        transition: 0.3s;
        color: rgba(255, 255, 255, 0.5);
        width: 54px;
        height: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #hero .carousel-control-next-icon:hover[b-016k2xhgpj],
        #hero .carousel-control-prev-icon:hover[b-016k2xhgpj] {
            background: rgba(255, 255, 255, 0.3);
            color: rgba(255, 255, 255, 0.8);
        }

    #hero .carousel-indicators li[b-016k2xhgpj] {
        list-style-type: none;
        cursor: pointer;
        background: #fff;
        overflow: hidden;
        border: 0;
        width: 12px;
        height: 12px;
        border-radius: 50px;
        opacity: 0.6;
        transition: 0.3s;
    }

        #hero .carousel-indicators li.active[b-016k2xhgpj] {
            opacity: 1;
            background: #d9232d;
        }
/*
    #hero .btn-get-started {
        font-family: "Raleway", sans-serif;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 14px 32px;
        border-radius: 4px;
        transition: 0.5s;
        line-height: 1;
        color: #fff;
        animation-delay: 0.8s;
        background: #d9232d;
    }

        #hero .btn-get-started:hover {
            background: #df3740;
        }
*/

@media (max-width: 992px) {
    #hero[b-016k2xhgpj] {
        height: 100vh;
    }

        #hero .carousel-container[b-016k2xhgpj] {
            top: 8px;
        }
}

@media (max-width: 768px) {
    #hero h2[b-016k2xhgpj] {
        font-size: 28px;
    }
}

@media (min-width: 1024px) {

    #hero .carousel-control-prev[b-016k2xhgpj],
    #hero .carousel-control-next[b-016k2xhgpj] {
        width: 5%;
    }
}

@media (max-height: 500px) {
    #hero[b-016k2xhgpj] {
        height: 120vh;
    }
}
/* _content/LbkWeb1/Components/Widgets/HeroImage/HeroImage.razor.rz.scp.css */

#hero[b-mfb64r8ji2] {
    width: 100%;
    height: 30vh;
    /*    background: url("../img/hero-bg.jpg") center center;*/
    background-size: cover;
    position: relative;
    margin-top: 70px;
    padding: 0;
}

    #hero[b-mfb64r8ji2]:before {
        content: "";
/*        background: rgba(56, 64, 70, 0.7);*/
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #hero .container[b-mfb64r8ji2] {
        z-index: 2;
    }

    #hero h1[b-mfb64r8ji2] {
        margin: 0 0 10px 0;
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        color: #fff;
    }

        #hero h1 span[b-mfb64r8ji2] {
            border-bottom: 4px solid #3498db;
        }

    #hero h2[b-mfb64r8ji2] {
        color: rgba(255, 255, 255, 0.8);
        margin-bottom: 30px;
        font-size: 24px;
    }

    #hero .btn-get-started[b-mfb64r8ji2] {
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 13px;
        letter-spacing: 2px;
        display: inline-block;
        padding: 12px 28px;
        border-radius: 4px;
        transition: ease-in-out 0.3s;
        color: #fff;
        background: #3498db;
        text-transform: uppercase;
    }

        #hero .btn-get-started:hover[b-mfb64r8ji2] {
            background: #4ea5e0;
        }

@media (max-width: 992px) {
    #hero[b-mfb64r8ji2] {
        height: calc(20vh);
    }
}

@media (max-width: 768px) {
    #hero h1[b-mfb64r8ji2] {
        font-size: 30px;
        line-height: 36px;
    }

    #hero h2[b-mfb64r8ji2] {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}
/* _content/LbkWeb1/Components/Widgets/MemberName.razor.rz.scp.css */
*[b-1xwjq6hm7b] {
    font-family: 'Verdana', sans-serif;
    font-size: 14px;
}

body[b-1xwjq6hm7b] {
    background-color: #e2e8f0;
    padding: 20px;
}

.ml-2[b-1xwjq6hm7b] {
    margin-left: 20px;
}
.card[b-1xwjq6hm7b] {
    width: 100%;
    padding: 0;
    border: none;
}

p[b-1xwjq6hm7b] {
    margin: 0;
}

.d-flex a[b-1xwjq6hm7b] {
    text-decoration: none;
    color: #686868;
}

.pic[b-1xwjq6hm7b] {
    overflow: hidden;
    width: 140px;
    max-height: 140px;
    border-radius: 4px;
}

    .pic img[b-1xwjq6hm7b] {
        transition: ease-in-out 0.3s;
    }

    .pic:hover img[b-1xwjq6hm7b] {
        transform: scale(1.1);
    }
/* _content/LbkWeb1/Components/Widgets/StoryBoard/StoryBoard.razor.rz.scp.css */
.row[b-7ko0l13ldw] {
    /*    overflow: hidden;*/
    width: calc(100%);
    margin-right: 0;
    margin-left: 0;
    border: 0px solid red;
}


@media (max-width: 768px) {
    .row[b-7ko0l13ldw] {
        /*        overflow: scroll;*/
        width: calc(100%);
        border: 0px solid red;
    }
}
/* _content/LbkWeb1/Components/Widgets/StoryBoard/StoryCardFooter.razor.rz.scp.css */

.card-footer[b-zfzfk5saa0] {
    font-size: 0.8rem;
}
/* _content/LbkWeb1/Components/Widgets/StoryBoard/StoryCardHeader.razor.rz.scp.css */

.card-header[b-z9hgct8crd] {
    font-size: 0.8rem;
}
/* _content/LbkWeb1/Components/Widgets/StoryBoard/StoryItemCard.razor.rz.scp.css */
.card-header[b-yedn3xvftb], .card-footer[b-yedn3xvftb] {
    font-size: 0.8rem;
}
/* _content/LbkWeb1/Components/Widgets/TabsWidget.razor.rz.scp.css */
.nav-link[b-ke1ccef3pm] {
    color: black;
    border-color: lightgray;
}

    .nav-link:hover[b-ke1ccef3pm] {
        background-color: #34850f;
        color: white;
    }

    .nav-link.active[b-ke1ccef3pm] {
        background-color: #34850f;
        color: white;
    }
/* _content/LbkWeb1/Components/Widgets/TeamBoard/TeamBoard.razor.rz.scp.css */

.team .member[b-aue3u2p1o6] {
    position: relative;
    box-shadow: 0px 2px 15px rgba(85, 98, 112, 0.08);
    padding: 30px;
    border-radius: 4px;
/*    background: white;*/
}

.member .pic[b-aue3u2p1o6] {
    overflow: hidden;
    width: 140px;
    max-height: 140px;
    border-radius: 4px;
}

    .member .pic img[b-aue3u2p1o6] {
        transition: ease-in-out 0.3s;
    }

.member:hover img[b-aue3u2p1o6] {
    transform: scale(1.1);
}

.member .member-info[b-aue3u2p1o6] {
    padding-left: 30px;
}

.member h4[b-aue3u2p1o6] {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #556270;
}

.member span[b-aue3u2p1o6] {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
}

    .member span[b-aue3u2p1o6]::after {
        content: "";
        position: absolute;
        display: block;
        width: 50px;
        height: 1px;
        background: #dee2e6;
        bottom: 0;
        left: 0;
    }

.member p[b-aue3u2p1o6] {
    margin: 10px 0 0 0;
    font-size: 14px;
}

.member .social[b-aue3u2p1o6] {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .member .social a[b-aue3u2p1o6], button[b-aue3u2p1o6] {
        transition: ease-in-out 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        width: 32px;
        height: 32px;
        background: #8795a4;
        border: 0;
    }

        .member .social a[b-aue3u2p1o6], button i[b-aue3u2p1o6] {
            color: #fff;
            font-size: 16px;
            margin: 0 2px;
        }

            .member .social a:hover[b-aue3u2p1o6], button:hover[b-aue3u2p1o6] {
                background: #358655;
            }

            .member .social a + a[b-aue3u2p1o6], button + button[b-aue3u2p1o6] {
                margin-left: 8px;
            }


@media (max-width: 1200px) {

    .team .member[b-aue3u2p1o6] {
        padding: 10px;
        /*        box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;*/
    }

    .member .pic[b-aue3u2p1o6] {
        overflow: hidden;
        width: 110px;
        max-height: 110px;
        border-radius: 2px;
    }

    .member .member-info[b-aue3u2p1o6] {
        padding-left: 20px;
    }
}


@media (max-width: 767px) {

    .team .member[b-aue3u2p1o6] {
        padding: 10px 0 10px 0;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    }

    .member .pic[b-aue3u2p1o6] {
        overflow: hidden;
        width: 80px;
        max-height: 80px;
        border-radius: 0px;
    }

    .member .member-info[b-aue3u2p1o6] {
        padding-left: 10px;
    }
}
