@import '_content/GF.MS.DB.Blazor.Components.ActionBar/GF.MS.DB.Blazor.Components.ActionBar.44qjy3e6hh.bundle.scp.css';
@import '_content/GF.MS.DB.Blazor.Components.Buttons/GF.MS.DB.Blazor.Components.Buttons.eehrtdrha6.bundle.scp.css';
@import '_content/GF.MS.DB.Blazor.Components.Fields/GF.MS.DB.Blazor.Components.Fields.b5t2etgzdr.bundle.scp.css';
@import '_content/GF.MS.DB.Blazor.Components.Forms/GF.MS.DB.Blazor.Components.Forms.jx0kzl4wxz.bundle.scp.css';
@import '_content/GF.MS.DB.Blazor.Components.Markdown/GF.MS.DB.Blazor.Components.Markdown.zk3oxs09mo.bundle.scp.css';
@import '_content/GF.MS.DB.Blazor.Components.ProgressIndicators/GF.MS.DB.Blazor.Components.ProgressIndicators.goh4phj0jr.bundle.scp.css';

/* /Components/AppShell.razor.rz.scp.css */
.app-shell[b-zbghhq3b0o] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
/* /Components/Availability/AvailabilityView.razor.rz.scp.css */
.wrapper[b-2r8lgh91a8] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.message[b-2r8lgh91a8] {
    font-weight: bold;
    color: var(--ugg-color-secondary);
}
/* /Components/Dialogs/AboutDialog/AboutDialog.razor.rz.scp.css */
.about-dialog-content[b-zvrv8nlc96] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

a.toslink[b-zvrv8nlc96] {
    display: flex;
    color: var(--ugg-color-primary);
    text-align: center;
}
/* /Components/Dialogs/FeedbackDialog/FeedbackDialog.razor.rz.scp.css */
.feedback-container-content[b-4md4d0x67s] {
    display: flex;
    row-gap: 1.5rem;
    flex-direction: column;
}
/* /Components/Pages/TermsOfUseView.razor.rz.scp.css */
.wrapper[b-49ka03bzar] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

h3[b-49ka03bzar] {
    font-size: 3em;
    margin-top: 50px;
    margin-bottom: 20px;
}

.message[b-49ka03bzar] {
    font-weight: bold;
    color: var(--ugg-color-secondary);
}
.terms-content[b-49ka03bzar] {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.button-group[b-49ka03bzar] {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

a.toslink[b-49ka03bzar] {
    display: flex;
    color: var(--ugg-color-primary);
    text-align: center;
}
/* /Pages/ChatView/ChatFrame/ChatBubbles/BotChatBubble.razor.rz.scp.css */
.bot-chat-container[b-mfoesqnjc3] {
    max-width: 50%;
    min-width: 30%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 1.5rem;
    padding-bottom: 1.25rem;
}

.bot-chat-icon[b-mfoesqnjc3] {
    height: 100%;
    display: flex;
    align-items: flex-start;
}

.bot-chat-message[b-mfoesqnjc3] {
    display: flex;
    flex-direction: column;
    -webkit-animation: fadein 0.15s ease;
    -moz-animation: fadein 0.15s ease;
    animation: fadein-b-mfoesqnjc3 0.15s ease;
}

.bot-chat-bubble[b-mfoesqnjc3] {
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    background: var(--ugg-color-primary);
    box-shadow: 3px 7px 6.3px 0px rgba(0, 0, 0, 0.25);
}

.bot-chat-bubble-message[b-mfoesqnjc3]{
    margin-bottom: 0.5rem;
}

.bot-chat-bubble-timestamp[b-mfoesqnjc3] {
    color: var(--ugg-color-surface-3);
    font-size: 0.75rem;
    float: right;
}

.bot-chat-reactions[b-mfoesqnjc3] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    column-gap: 0.75rem;
    margin: 1rem;
    margin-top: -0.75rem;
}

.thumbs-down-icon[b-mfoesqnjc3] {
    height: 2rem;
    width: 2rem;
    margin-bottom: -2rem;
    background-color: var(--ugg-color-surface-5);
    border-radius: 50%;
    box-shadow: 3px 7px 6.3px 0px rgba(0, 0, 0, 0.25);
    -webkit-animation: fadein 0.2s ease-in;
    -moz-animation: fadein 0.2s ease-in;
    animation: fadein-b-mfoesqnjc3 0.2s ease-in;
    justify-content: center;
    align-items: center;
    opacity: var(--thumbs-down-opacity, 0);
    display: var(--thumbs-down-visibility, none);
    border: hidden;
}

    .thumbs-down-icon:hover[b-mfoesqnjc3] {
        border: 2px solid var(--ugg-color-error);
        cursor: pointer;
    }

[b-mfoesqnjc3] .mud-icon-root.mud-svg-icon > .thumbs-down:hover {
    fill: var(--ugg-color-error);
}

.thumbs-up-icon[b-mfoesqnjc3] {
    height: 2rem;
    width: 2rem;
    margin-bottom: -2rem;
    background-color: var(--ugg-color-surface-5);
    border-radius: 50%;
    box-shadow: 3px 7px 6.3px 0px rgba(0, 0, 0, 0.25);
    -webkit-animation: fadein 0.2s ease-in;
    -moz-animation: fadein 0.2s ease-in;
    animation: fadein-b-mfoesqnjc3 0.2s ease-in;
    justify-content: center;
    align-items: center;
    opacity: var(--thumbs-up-opacity, 0);
    display: var(--thumbs-up-visibility, none);
    border: hidden;
}

    .thumbs-up-icon:hover[b-mfoesqnjc3] {
        border: 2px solid var(--ugg-color-success);
        cursor: pointer;
    }

[b-mfoesqnjc3] .thumbs-up:hover > .mud-icon-root.mud-svg-icon {
    fill: rgba(var(--ugg-color-success), 0.5);
}

.copy-text-icon[b-mfoesqnjc3] {
    height: 2rem;
    width: 2rem;
    margin-bottom: -2rem;
    background-color: var(--ugg-color-surface-5);
    border-radius: 50%;
    box-shadow: 3px 7px 6.3px 0px rgba(0, 0, 0, 0.25);
    -webkit-animation: fadein 0.2s ease-in;
    -moz-animation: fadein 0.2s ease-in;
    animation: fadein-b-mfoesqnjc3 0.2s ease-in;
    justify-content: center;
    align-items: center;
    opacity: var(--copy-text-opacity, 0);
    display: var(--copy-text-visibility, none);
    border: hidden;
}

    .copy-text-icon:hover[b-mfoesqnjc3] {
        border: 2px solid var(--ugg-color-text-secondary);
        cursor: pointer;
    }

[b-mfoesqnjc3] .mud-icon-root.mud-svg-icon > .copy-text:hover {
    fill: var(--ugg-color-text-secondary);
}

.show-copy-text[b-mfoesqnjc3] {
    --copy-text-visibility: flex;
    --copy-text-opacity: 1;
}

.show-thumbs-down[b-mfoesqnjc3] {
    --thumbs-down-visibility: flex;
    --thumbs-down-opacity: 1;
}

.show-thumbs-up[b-mfoesqnjc3] {
    --thumbs-up-visibility: flex;
    --thumbs-up-opacity: 1;
}

[b-mfoesqnjc3] .thumbs-up:hover {
    border: 1px red;
}

@media screen and (max-width:750px) {
    .bot-chat-wrapper[b-mfoesqnjc3] {
        max-width: 80%;
        min-width: 50%;
    }
}

@keyframes fadein-b-mfoesqnjc3 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* /Pages/ChatView/ChatFrame/ChatBubbles/LoadingBubble.razor.rz.scp.css */
.loading-chat-wrapper[b-jdksg2mkg8] {
    max-width: 50%;
    min-width: 30%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 1.5rem;
}

.loading-chat-icon[b-jdksg2mkg8] {
    height: 100%;
    display: flex;
    align-items: flex-start;
}

.loading-chat-bubble[b-jdksg2mkg8] {
    padding: 1rem 1.5rem;
}

@media screen and (max-width:750px) {
    .loading-chat-wrapper[b-jdksg2mkg8] {
        max-width: 80%;
        min-width: 50%;
    }
}
/* /Pages/ChatView/ChatFrame/ChatBubbles/UserChatBubble.razor.rz.scp.css */
.user-chat-bubble[b-ybam921mcq] {
    max-width: 50%;
    min-width: 30%;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    background: var(--ugg-color-surface-6);
    box-shadow: 3px 7px 6.3px 0px rgba(0, 0, 0, 0.25);
    -webkit-animation: fadein 0.15s ease;
    -moz-animation: fadein 0.15s ease;
    animation: fadein-b-ybam921mcq 0.15s ease;
}

.user-chat-bubble-message[b-ybam921mcq] {
    padding: 0.75rem;
    margin-bottom: 0.5rem;
}

.user-chat-bubble-timestamp[b-ybam921mcq] {
    color: var(--ugg-color-text-secondary);
    font-size: 0.75rem;
    float: right;
}

@media screen and (max-width:750px) {
    .user-chat-bubble[b-ybam921mcq] {
        max-width: 80%;
        min-width: 50%;
    }
}

@keyframes fadein-b-ybam921mcq {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* /Pages/ChatView/ChatFrame/ChatFrame.razor.rz.scp.css */
.chat-frame-container[b-29wf5bxrnp] {
    margin-top: 4rem;
    margin-bottom: 5rem;
    padding: 2rem 3rem;
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    overflow-y: auto;
    max-height: 100vh;
    scrollbar-color: transparent transparent;
    scrollbar-width: thin;
}

.chat-frame-message-bot[b-29wf5bxrnp] {
    display:flex;
    width: 100%;
}

.chat-frame-message-user[b-29wf5bxrnp] {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.chat-text-side-text[b-29wf5bxrnp] {
    font-style: italic;
    color: var(--ugg-color-text-secondary);
    display: flex;
    justify-content: center;
    padding: 0 3rem;
}

@media screen and (max-width: 750px){
    .chat-frame-container[b-29wf5bxrnp] {
        padding: 2rem;
    }
}
/* /Pages/ChatView/ChatView.razor.rz.scp.css */
.chat-view-footer[b-w62xy2hmd3] {
    position: fixed;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    column-gap: 2rem;
    background: var(--ugg-color-surface-4);
    bottom: 0;
    width: 100%;
    padding: 1rem 2rem;
    z-index: 1;
}

[b-w62xy2hmd3] .mud-input > textarea.mud-input-root.mud-input-root-filled {
    padding: 1rem;
    margin-top: 0;
    mask-image: none;
}
/* /Pages/ErrorScreenView/ErrorScreen.razor.rz.scp.css */
.wrapper[b-7m5hzwd0h4] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.message[b-7m5hzwd0h4] {
    font-weight: bold;
    color: var(--ugg-color-secondary);
}
/* /Pages/MainView.razor.rz.scp.css */
.page[b-f6rqdvwhqb] {
    width:100%;
    height: 100%;
    overflow: hidden;
}

.chat-view-header[b-f6rqdvwhqb] {
    position: fixed;
    background: var(--ugg-color-surface-1);
    width: 100%;
    top: 0;
    box-shadow: 0px 5px 1rem var(--ugg-color-surface-1);
    z-index: 1;
}

.chatbot-logo-header[b-f6rqdvwhqb] {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: inherit;
    height: 20%;
    margin: 0 0.5rem;
}

.chatbot-logo-header-menu[b-f6rqdvwhqb] {
}

.chatbot-logo-header-role-text[b-f6rqdvwhqb] {
    padding-right: 1.5rem;
}

    .chatbot-logo-header-role-text .label[b-f6rqdvwhqb]{
        color: var(--ugg-color-secondary);
    }

    .chatbot-logo-header-title[b-f6rqdvwhqb] {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        column-gap: 1.5rem;
    }

.chatbot-logo-text[b-f6rqdvwhqb] {
    font-weight: 800;
    font-size: 2rem;
    margin-top: 0.75rem;
}

    .chatbot-logo-text .orange[b-f6rqdvwhqb] {
        color: var(--ugg-color-primary);
        background: none;
    }

.chat-drawer-title[b-f6rqdvwhqb] {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.chat-drawer-title-text[b-f6rqdvwhqb] {
    color: var(--ugg-color-text-primary);
    text-transform: uppercase;
}

.chat-drawer-session-item[b-f6rqdvwhqb] {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    column-gap: 1rem;
    width: 100%;
}

.chat-drawer-session-item-action[b-f6rqdvwhqb] {
    color: var(--ugg-color-secondary);
}

.chat-drawer-session-item-icons[b-f6rqdvwhqb] {
    display: flex;
    margin-right: 1rem;
}
