/* _content/WebAPI/Components/MarkdownComponents/PlToasterEditor.razor.rz.scp.css */
[b-unwpq1slng] .toastui-editor-main-container, [b-unwpq1slng] .ProseMirror {
    height: 100%;
}

[b-unwpq1slng] .toastui-editor-tabs {
    display: none;
}

[b-unwpq1slng] .toastui-editor-defaultUI {
    border: none;
}

[b-unwpq1slng] .tui-editor-contents {
    color: #132836;
    font-family: Asap;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/* _content/WebAPI/Components/PlChatMessages.razor.rz.scp.css */
.description[b-jbq0yho18c] {
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    position: relative;

    border-radius: 8px;
    background: #F8F8F8;
}

.assistant-logo[b-jbq0yho18c] {
    width: 160px;
    height: 117px;
}

.description-text[b-jbq0yho18c] {
    align-self: stretch;

    color: #132836;
    text-align: center;

    /* Body 1 */
    font-family: Asap;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/* _content/WebAPI/Components/PlDebugItem.razor.rz.scp.css */
.log-item-header .log-item-toggle[b-7ilsmafsip] {
    color: #a8a8a8;
    font-size: 16px;
    margin-top: 1px;
}

.request-type[b-7ilsmafsip]{
    margin: 0 5px;
}

.request-type.GET[b-7ilsmafsip] {
    color: #10a37f;
}

.request-type.POST[b-7ilsmafsip] {
    color: #3c46ff;
}

.log-item-description[b-7ilsmafsip], .log-data-header[b-7ilsmafsip] {
    font-weight: bold;
    font-size: 12px;
    color: black;
}

.debug-item[b-7ilsmafsip] {
    font-size: small;
    margin: 10px;
}

.log-data[b-7ilsmafsip] {
    margin: 10px;
    padding-left: 5px;
}
/* _content/WebAPI/Components/PlMessage.razor.rz.scp.css */
.comment[b-1y6hmw35id] {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.text[b-1y6hmw35id] {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width: 85%;

    border-radius: 16px 0 16px 16px;
    background: #FFE0FF;
}

.question[b-1y6hmw35id] {
    flex-direction: row-reverse;
}

.response .text[b-1y6hmw35id] {
    border-radius: 0 16px 16px 16px;
    background: rgba(252, 240, 255, 0.80);
}

.icon[b-1y6hmw35id] {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.icon.bot-icon[b-1y6hmw35id] {
    background: url("/icons/pla_logo_RGB_flag.svg");
}

.icon.user-icon[b-1y6hmw35id] {
    border-radius: 32px;
    text-align: center;
    vertical-align: middle;
    line-height: 32px;
}

.debug-area[b-1y6hmw35id] {
    flex-basis: 50%;
    width: 50%;
    height: 100%;
    margin-left: auto;
    padding-left: 15px;
    flex-shrink: 0;
    flex-grow: 0;
}

.sources[b-1y6hmw35id] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 13px
}

.sources-heading[b-1y6hmw35id] {
    padding-top: 10px;
    font-size: 13px;
    font-weight: bold;
}

.source-link[b-1y6hmw35id] {
    padding: 3px 12px;
    margin: 2px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    background-color: #f8f9fa;
    border: 1px solid #dadce0;
    color: #202124;
}

.source-link:hover[b-1y6hmw35id] {
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
}

#loading[b-1y6hmw35id] {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 5px;
    border: 3px solid rgba(230, 0, 125, 0.18);
    border-radius: 50%;
    border-top-color: rgba(230, 0, 125, 1);
    animation: spin-b-1y6hmw35id 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin-b-1y6hmw35id {
    to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}

img[b-1y6hmw35id] {
    display: block;
    height: 40px;
    width: 150px;
    object-fit: contain;
}

[b-1y6hmw35id] .toastui-editor-contents, .text[b-1y6hmw35id] {
    color: #132836 !important;
    font-family: Asap;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal !important;
}

[b-1y6hmw35id] .toastui-editor-contents p {
    color: #132836 !important;
}

[b-1y6hmw35id] .toastui-editor-contents :not(table) {
    line-height: normal !important;
}

.description[b-1y6hmw35id] {
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    position: relative;

    border-radius: 8px;
    background: #F8F8F8;
}

.review-frame[b-1y6hmw35id] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.review-linked-in[b-1y6hmw35id] {
    border-radius: 7px;
    background: #00B2F5;

    /* Shadow Hard/2X Small */
    box-shadow: 0 2px 5px -2px rgba(10, 9, 11, 0.06), 0 2px 7px 0 rgba(10, 9, 11, 0.05), 0 0 0 1px rgba(10, 9, 11, 0.05);
}

.review-trusted[b-1y6hmw35id] {
    border-radius: 7px;
    background: #1b3442;

    /* Shadow Hard/2X Small */
    box-shadow: 0 2px 5px -2px rgba(10, 9, 11, 0.06), 0 2px 7px 0 rgba(10, 9, 11, 0.05), 0 0 0 1px rgba(10, 9, 11, 0.05);
}

.review-button[b-1y6hmw35id] {
    display: flex;
    height: 40px;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border: none;
}
/* _content/WebAPI/Components/PlTypingAnimation.razor.rz.scp.css */
.typing[b-n0jiishk9d] {
    position: relative;
    padding: 10px;
    background: #e6e6e6;
    border-radius: 20px;
}

.typing-animation-wrapper[b-n0jiishk9d] {
    width: 80%;
    margin: 10px auto;
    display: flex;
}

.text[b-n0jiishk9d] {
    padding: 0 10px;
    font-style: italic;
    opacity: 0.5;
}

.typing-dot[b-n0jiishk9d] {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background: #8d8c91;
    border-radius: 50%;
    opacity: 0;
    animation: loadingFade-b-n0jiishk9d 1s infinite;
}

.typing-dot:nth-child(1)[b-n0jiishk9d] {
    animation-delay: 0s;
}

.typing-dot:nth-child(2)[b-n0jiishk9d] {
    animation-delay: 0.2s;
}

.typing-dot:nth-child(3)[b-n0jiishk9d] {
    animation-delay: 0.4s;
}

@keyframes loadingFade-b-n0jiishk9d {
    0% {
        opacity: 0.2;
        scale: 0.8;
    }
    50% {
        opacity: 0.8;
        scale: 1;
    }
    100% {
        opacity: 0.2;
        scale: 0.8;
    }
}
/* _content/WebAPI/Pages/Chat.razor.rz.scp.css */
.chat[b-v4uk2y2ty6] {
    height: 100vh;
    width: 100%; 
    display: flex;
    flex-direction: column;
    background: white;
}

.thread-debug-information[b-v4uk2y2ty6] {
    position: absolute !important;
    top: 0;
    right: 0;
    background: white;
    padding: 10px;
    border: 1px solid black;
    border-radius: 5px;
    margin: 10px;
}

.debug-info[b-v4uk2y2ty6] {
    flex-direction: column-reverse !important;
    border-left: #ececf1 2px solid;
}

.pl-tooltip[b-v4uk2y2ty6] {
    opacity: 1;
    height: 25px;
    width: 40px;
}

.pl-tooltip .pl-tooltiptext[b-v4uk2y2ty6] {
    visibility: hidden;
    width: 90px;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -60px;
    font-size: small;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    display: block;
    background: #fff;
    
}

.pl-tooltip:hover .pl-tooltiptext[b-v4uk2y2ty6] {
    visibility: visible;
}

.assistant[b-v4uk2y2ty6] {
    width: 100%; /* 400px; fixed size by designer */
    height: 100%; /* 967px; fixed size by designer */
    padding: 24px;
    gap: 16px;

    border-radius: 0 8px 8px 0;
    background: #FFF;
    
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.content-wrapper[b-v4uk2y2ty6] { /* needed for scrolling */
    height: calc( 100% - 35px );
    width: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column-reverse;
}

.content[b-v4uk2y2ty6] {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    flex: 0 0 0;
    align-self: stretch;
    min-height: 100%;
    padding: 0 16px 8px;
}

.chat-input[b-v4uk2y2ty6] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    bottom: 0;
    height: 35px;
    width: 100%;
}

.input-textarea[b-v4uk2y2ty6] {
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;

    border-radius: 16px;
    background: #F8F8F8;

    color: #8EA2AF;
    font-family: Asap;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    resize:none
}

.send-icon[b-v4uk2y2ty6] {
    width: 24px;
    height: 24px;
    background-color: rgba(230, 0, 125, 1);
    -webkit-mask-image: url(icons/send-icon.svg);
    mask-image: url(icons/send-icon.svg);
}

.send-icon.disabled[b-v4uk2y2ty6] {
    background-color: rgba(175, 142, 170, 1);
}

.send-icon:hover[b-v4uk2y2ty6] {
    cursor: pointer;
}

.send-icon.disabled:hover[b-v4uk2y2ty6] {
    cursor: default;
}
