/* /Components/Chatbot.razor.rz.scp.css */

#chatDiv[b-3l9ph2n1gy] {
    position: fixed;
    bottom: 170px;
    right: 50px;
    width: 400px;
    height: 600px;
    border-radius: 20px;
    z-index: 1000;
    background-color: white;
    /*box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%) !important;*/
    box-shadow: 0rem 1rem 1rem rgba(0, 0, 0, 0.30) !important;
}

#chatHeader[b-3l9ph2n1gy] {
    background-color: #1e66c9;
    color: white;
    padding: 5px 10px;
    border-radius: 17px 17px 0 0;
}

#chatBody[b-3l9ph2n1gy] {
    height: 500px;
    overflow-y: scroll;
    padding: 10px;
}


.chat-message[b-3l9ph2n1gy] {
    margin-bottom: 10px;
    display: flex;
}

    .chat-message > img[b-3l9ph2n1gy] {
        align-self: flex-end;
        margin: 0 5px 2px 0;
    }

.chat-message-content[b-3l9ph2n1gy] {
    padding: 10px 15px;
    border-radius: 10px;
    background-color: #dcefff;
    width: fit-content;
    max-width: 75%;
    font-size: .9em;
}

.chat-message-content-you[b-3l9ph2n1gy] {
    margin-left: auto;
    background-color: #1e66c9;
    color: white;
}


#chatFooter[b-3l9ph2n1gy] {
    border-top: 1px solid #d6d5d5;
    /*background-color: #e7e7e7;*/
    width: 100%;
    border-radius: 0 0 17px 17px;
}

#chatInput[b-3l9ph2n1gy] {
    width: 100%;
    border: none;
    padding: 15px 25px;
    caret-color: #9f9f9f;
    border-radius: 0 0 17px 17px;
}

#chatInput:focus[b-3l9ph2n1gy] {
    border: none !important;
    outline: none !important;
}
/* /Components/Layout/HeroSection.razor.rz.scp.css */
.b-example-divider[b-1k04a105b8] {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi[b-1k04a105b8] {
    vertical-align: -.125em;
    fill: currentColor;
}

.feature-icon[b-1k04a105b8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    color: #fff;
    border-radius: .75rem;
}

.icon-link[b-1k04a105b8] {
    display: inline-flex;
    align-items: center;
}

    .icon-link > .bi[b-1k04a105b8] {
        margin-top: .125rem;
        margin-left: .125rem;
        transition: transform .25s ease-in-out;
        fill: currentColor;
    }

    .icon-link:hover > .bi[b-1k04a105b8] {
        transform: translate(.25rem);
    }

.icon-square[b-1k04a105b8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    border-radius: .75rem;
}

.rounded-4[b-1k04a105b8] {
    border-radius: .5rem;
}

.rounded-5[b-1k04a105b8] {
    border-radius: 1rem;
}

.text-shadow-1[b-1k04a105b8] {
    text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25);
}

.text-shadow-2[b-1k04a105b8] {
    text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25);
}

.text-shadow-3[b-1k04a105b8] {
    text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25);
}

.card-cover[b-1k04a105b8] {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-cg1hbrami9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-cg1hbrami9] {
    flex: 1;
}

.sidebar[b-cg1hbrami9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-cg1hbrami9] {
    background-color: #1e66c9;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-cg1hbrami9]  a, .top-row[b-cg1hbrami9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-cg1hbrami9]  a:hover, .top-row[b-cg1hbrami9]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-cg1hbrami9]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-cg1hbrami9] {
        justify-content: space-between;
    }

    .top-row[b-cg1hbrami9]  a, .top-row[b-cg1hbrami9]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-cg1hbrami9] {
        flex-direction: row;
    }

    .sidebar[b-cg1hbrami9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-cg1hbrami9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-cg1hbrami9]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-cg1hbrami9], article[b-cg1hbrami9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-cg1hbrami9] {
    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-cg1hbrami9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/BlogArticle.razor.rz.scp.css */
.article-container[b-1sk9r3qcav] {
    padding-top: 20px;
}
/* /Components/Pages/BlogHome.razor.rz.scp.css */
.article-container[b-46r261aixp] {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 20px;
    /*overflow: auto;*/
    /*resize: both;*/
}


.article-item[b-46r261aixp] {
    min-height: 400px;
    min-width: 250px;
    border: 1px solid #898c8d66; /*#5bb6e966;*/
    border-radius: 5px;
    /*box-shadow: 0px 0px 5px 0px #5bb6e966;*/

    display: flex;
    flex-direction: column;
    /*margin: 1%;*/
}

@media only screen and (max-width: 669px) {
    .article-item[b-46r261aixp] {
        max-width: 500px;
        flex: 0 1 calc(100%);
    }
    .article-container[b-46r261aixp] {
        justify-content: center;
    }

    .article-image[b-46r261aixp] {
        height: 269px !important;
        /*background-size: unset;*/
    }
}
@media only screen and (min-width: 670px) {
    .article-item[b-46r261aixp] {
        flex: 0 1 calc(50% - (20px / 2));
    }
}
@media only screen and (min-width: 1050px) {
    .article-item[b-46r261aixp] {
        flex: 0 1 calc(33.3% - (40px / 3));
    }
}
@media only screen and (min-width: 1420px) {
    .article-item[b-46r261aixp] {
        flex: 0 1 calc(25% - (60px / 4));
    }
}
@media only screen and (min-width: 1700px) {
    .article-item[b-46r261aixp] {
        flex: 0 1 calc(20% - (80px / 5));
    }
}
.article-link-container[b-46r261aixp] {
    cursor: pointer;
    position: relative;
    padding: 15px;
}
.article-link-container > a[b-46r261aixp] {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

    .article-link-container:hover .article-title span[b-46r261aixp] {
        border-bottom: 2px solid #000 !important;
    }

.article-image[b-46r261aixp] {
    height: 240px;
    width: 100%;
    background-color: lightblue;
    margin-bottom: 10px;
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: 100%;*/
}

.article-date[b-46r261aixp] {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    color: gray;
    font-size: .8em;
    flex-grow:1;
    padding: 0 5px 5px 0;
}
/* /Components/Pages/messaging/MessagingLayout.razor.rz.scp.css */
main[b-5pouuobj9k]  .legal {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    line-height: 1.5;

    margin: 24px 14px 0;
    max-width: 900px;
}

    main[b-5pouuobj9k]  .legal h1, main[b-5pouuobj9k]  .legal h2 {
        line-height: 1.2;
        font-weight: bold;
        font-size: revert;
        margin-bottom: revert;
        margin-top: 28px;
    }

    main[b-5pouuobj9k]  .legal .muted {
        color: #555;
    }

    main[b-5pouuobj9k]  .legal a {
        text-decoration: none;
    }

        main[b-5pouuobj9k]  .legal a:hover {
            text-decoration: underline;
        }

        main[b-5pouuobj9k]  .legal-subtitle {
            color: #666;
            font-size: 1.25rem;
        }
