/* _content/LakeHelpRAG.Web/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-fiomnde6an] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-fiomnde6an] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/LakeHelpRAG.Web/Components/Pages/CompanyPortal.razor.rz.scp.css */

body[b-yirqoaaer8] {
    font-family: Arial, sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
}

header[b-yirqoaaer8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #4CAF50;
    color: white;
    width: 97%;
}

.main-content[b-yirqoaaer8] {
    display: flex;
    width: 100%;
}

.search-box[b-yirqoaaer8] {
    display: flex;
    align-items: center;
}

    .search-box input[type="text"][b-yirqoaaer8] {
        padding: 5px;
        margin-right: 10px;
    }

.sidebarco[b-yirqoaaer8] {
    width: 30%;
    padding: 20px;
    background-color: #e0e0e0;
}

    .sidebar ul[b-yirqoaaer8] {
        list-style-type: none;
        padding: 0;
    }

    .sidebar li[b-yirqoaaer8] {
        margin: 10px 0;
    }

    .sidebar a[b-yirqoaaer8] {
        text-decoration: none;
        color: #000;
    }

.announcement-container[b-yirqoaaer8] {
    width: 40%;
    padding: 20px;
}

.welcome-message[b-yirqoaaer8] {
    font-size: 24px;
    margin-bottom: 20px;
}

.announcement-header[b-yirqoaaer8] {
    font-size: 20px;
    margin-bottom: 10px;
}

.announcement[b-yirqoaaer8] {
    background-color: #f0f0f0;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

    .announcement p[b-yirqoaaer8] {
        animation: scroll-b-yirqoaaer8 10s linear infinite;
        height: 100px;
    }

@keyframes scroll-b-yirqoaaer8 {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }
}

.quick-links[b-yirqoaaer8] {
    width: 30%;
    padding: 20px;
    background-color: #d0d0d0;
}

    .quick-links ul[b-yirqoaaer8] {
        list-style-type: none;
        padding: 0;
    }

    .quick-links li[b-yirqoaaer8] {
        margin: 10px 0;
    }

    .quick-links a[b-yirqoaaer8] {
        text-decoration: none;
        color: #000;
    }


.full-width-section[b-yirqoaaer8] {
    width: 100%;
    background-color: #f0f0f0;
    color: black;
    padding: 40px 20px;
    text-align: center;
    box-sizing: border-box;
}

    .full-width-section h2[b-yirqoaaer8] {
        margin-top: 0;
        font-size: 28px;
    }

    .full-width-section p[b-yirqoaaer8] {
        font-size: 18px;
        max-width: 800px;
        margin: 10px auto 0;
    }
/* _content/LakeHelpRAG.Web/Components/Pages/DevelopmentResources.razor.rz.scp.css */

       .tooltip[b-dkbcwsj7oo] {
                position: relative;
                display: inline-block;
                cursor: pointer;
           
}

        .tooltip .tooltiptext[b-dkbcwsj7oo] {
                visibility: hidden;
                width: 120px;
                background-color: #555;
                color: #fff;
                text-align: center;
                border-radius: 5px;
                padding: 5px;
                position: absolute;
                z-index: 1;
                bottom: 125%; /* Position above the tooltip element */
                left: 50%;
                margin-left: -60px;
                opacity: 0;
                transition: opacity 0.3s;
           
}

        .tooltip:hover .tooltiptext[b-dkbcwsj7oo] {
                visibility: visible;
                opacity: 1;
           
}





body[b-dkbcwsj7oo] {
    font-family: Arial, sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
}

header[b-dkbcwsj7oo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #4CAF50;
    color: white;
    width: 100%;
}

.main-content[b-dkbcwsj7oo] {
    display: flex;
    width: 100%;
}

.search-box[b-dkbcwsj7oo] {
    display: flex;
    align-items: center;
}

    .search-box input[type="text"][b-dkbcwsj7oo] {
        padding: 5px;
        margin-right: 10px;
    }

.sidebar[b-dkbcwsj7oo] {
    width: 30%;
    padding: 20px;
    background-color: #e0e0e0;
}

    .sidebar ul[b-dkbcwsj7oo] {
        list-style-type: none;
        padding: 0;
    }

    .sidebar li[b-dkbcwsj7oo] {
        margin: 10px 0;
    }

    .sidebar a[b-dkbcwsj7oo] {
        text-decoration: none;
        color: #000;
    }

.announcement-container[b-dkbcwsj7oo] {
    width: 40%;
    padding: 20px;
}

.welcome-message[b-dkbcwsj7oo] {
    font-size: 24px;
    margin-bottom: 20px;
}

.announcement-header[b-dkbcwsj7oo] {
    font-size: 20px;
    margin-bottom: 10px;
}

.announcement[b-dkbcwsj7oo] {
    background-color: #f0f0f0;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

    .announcement p[b-dkbcwsj7oo] {
        animation: scroll-b-dkbcwsj7oo 10s linear infinite;
    }

@keyframes scroll-b-dkbcwsj7oo {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }
}

.quick-links[b-dkbcwsj7oo] {
    width: 30%;
    padding: 20px;
    background-color: #d0d0d0;
}

    .quick-links ul[b-dkbcwsj7oo] {
        list-style-type: none;
        padding: 0;
    }

    .quick-links li[b-dkbcwsj7oo] {
        margin: 10px 0;
    }

    .quick-links a[b-dkbcwsj7oo] {
        text-decoration: none;
        color: #000;
    }
/* _content/LakeHelpRAG.Web/Components/Pages/DevPage.razor.rz.scp.css */
.search-box[b-xfb3gltmp0] {
    display: flex;
    align-items: center;
}

    .search-box input[type="text"][b-xfb3gltmp0] {
        padding: 5px;
        margin-right: 10px;
    }
body[b-xfb3gltmp0] {
    font-family: Arial, sans-serif;
    height: 100%;
    margin: 0;
}

header[b-xfb3gltmp0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #4CAF50;
    color: white;
    width: 97%;
}

footer[b-xfb3gltmp0] {
    text-align: center;
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    width: 100%;
}

ul[b-xfb3gltmp0] {
    padding: 30px;
}

h5[b-xfb3gltmp0] {
    font-size: 20px;
}

.main-content[b-xfb3gltmp0] {
    padding: 25px;
}
/* _content/LakeHelpRAG.Web/Components/Pages/Search.razor.rz.scp.css */

.chat-container[b-imq29n0b3t] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.chat-history[b-imq29n0b3t] {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 1rem;
}

.chat-input[b-imq29n0b3t] {
    flex-shrink: 0;
    display: flex;
    gap: 0.5rem;
    padding: 1rem;
    border-top: 1px solid #ccc;
    position: sticky;
    bottom: 0;
}
