.ticket-fieldset.ui-helper-hidden-important,
.ticket-fieldset.ui-helper-hidden-important * {
    display: none !important;
}

:where(p, h1, h2, h3, h4, h5, h6):where(:not([data-chroma="false"])) {
    margin: revert;
    font-size: revert;
    line-height: revert;
}

#gogptChat-content.assistant-mode *:where(:not([data-chroma="false"])) {
    transition: none !important;
}

body:where(:not([data-chroma="false"])) {
    overflow: hidden;
}

.help-block.form-error:where([data-chroma="false"], [data-chroma="false"] *) {
	color: hsl(0deg, 65%, 60%);
    font-size: 0.85rem;
    margin-top: 0.325rem;
}

/*
a:link, a:visited {
	color: inherit;
}
*/

.invisible:where(:not([data-chroma="false"])) {
    opacity: 0;
    pointer-events: none;
}

.chroma-flow #layout:where(:not([data-chroma="false"])) {
    --color-bg-home: var(--color-gray-0);
    --ws-bg-color: var(--color-gray-0);
    --ws-layout-semi-space: 0;
	--window-height: 100vh;
    
    min-width: auto;
    min-height: auto;
    padding: 0 !important;
}

.chroma-flow #layout > .dashlet-area:where(:not([data-chroma="false"])) {
    padding: 0 !important;
    width: 100vw !important;
	/*
    height: var(--window-height) !important;
	 */
}

.chroma-flow #layout > .dashlet-area:where(:not([data-chroma="false"])) {
    inset: 0 !important;
}

#searchable-documents-dialog:where(:not([data-chroma="false"])) {
	padding: 1rem;
}

body.wide-skin.global-theme .dashlet-panel:not(.in-tab):not(.recycle-bin):where(:not([data-chroma="false"])) {
    border: none;
    box-shadow: none;
}

fieldset.dashlet-fieldset.no-legend:where(:not([data-chroma="false"])) {
    display: flex;
	background: unset;
}

#gogptChat-content:where(:not([data-chroma="false"])) {
    width: 100vw !important;
	/*
    height: var(--window-height) !important;
	*/
    border: none !important;
}

#gogptChat-content .dashlet-fieldset:where(:not([data-chroma="false"])) {
    padding: 0 !important;
}

.topics-fieldset:where(:not([data-chroma="false"])) {
    flex: none !important;
    width: 33%;
    max-width: 32rem;
    display: flex;
    position: sticky;
    top: 0;
	bottom: 0;
	height: var(--window-height);
}

.drawer .topics-fieldset:where(:not([data-chroma="false"])) {
	width: 100%;
	max-width: none;
	position: static;
	height: 100%;
}

/*
.topics-fieldset .dataTables_scrollBody,
.topics-fieldset .dataTables_scroll,
.topics-fieldset .dataTables_wrapper,
.topics-fieldset .table-container,
.topics-fieldset .field-composite {
    display: flex;
    flex-direction: column;
    flex: 1 !important;
}
*/

.chat-topic-main:where(:not([data-chroma="false"])) {
    flex: 1;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.chat-topic-footer:where(:not([data-chroma="false"])) {
    display: flex;
    flex-direction: column;
}

.chat-topic-footer .delete-hot-topics-button:where(:not([data-chroma="false"])) {
	color:  var(--color-orange-800) !important;
}

.chat-topic-container-buttons:where(:not([data-chroma="false"])) {
    display: flex;
    flex-direction: column;
}

.topics-composite:where(:not([data-chroma="false"])) {
    display: flex;
    flex-direction: column;
}

.topics-composite [data-name="topics"]:where(:not([data-chroma="false"])) {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.topics-composite [data-name="topics"] th:where(:not([data-chroma="false"])),
.topics-composite [data-name="topics"] td:where(:not([data-chroma="false"])) {
    --width: 0 !important;
    --min-width: 0 !important;
    --max-width: 0 !important;
}

.topics-fieldset .dataTables_scroll:where(:not([data-chroma="false"])) {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.topics-fieldset .dataTables_wrapper:where(:not([data-chroma="false"])) {
    flex: 1;
	display: flex;
	flex-direction: column;
	border-color: var(--color-cta-200) !important;
	border-radius: 0 !important;
	border-width: 0 !important;
}

.topics-fieldset .dataTables_scrollBody:where(:not([data-chroma="false"])) {
    flex: 1 1 0;
    height: auto !important;
}

#gogptChat-content .topics-fieldset .dataTables_scrollBody:where(:not([data-chroma="false"])) {
	overflow-y: auto !important;
}

.topics-fieldset .dataTables_scroll:where(:not([data-chroma="false"])) {
	flex: 1;
}

.topics-fieldset .dataTables_scrollHead:where(:not([data-chroma="false"])) {
    display: none !important;
}

.topics-fieldset .dataTables_scroll:where(:not([data-chroma="false"])) {
    border: none;
}

.topics-fieldset .dataTables_scrollBody:where(:not([data-chroma="false"])),
.topics-fieldset .dataTables_scrollBody tbody td:where(:not([data-chroma="false"])) {
    background-color: var(--color-cta-100) !important;
    border-color: var(--color-cta-100) !important;
    color: var(--color-cta-900) !important;
}

body.wide-skin .dashlet-panel .topics-fieldset .dataTables_wrapper .dataTables_caption:where(:not([data-chroma="false"])) {
    background-color: var(--color-cta-100);
    border: none;
    padding: 1.5rem 2rem 0.75rem 2rem;
}

.topics-fieldset .dataTables_wrapper .dataTables_caption label.table-caption-label:where(:not([data-chroma="false"])) {
    text-align: left;
    color: var(--color-cta-900);
    background-color: var(--color-cta-100);
    font-size: var(--text-400);
    line-height: var(--leading-400);
    height: auto;
    min-height: auto;
    max-height: none;
    padding: 0;
    font-weight: 600;
}

.drawer .topics-fieldset .dataTables_wrapper .dataTables_caption label.table-caption-label:where(:not([data-chroma="false"])) {
    display: none !important;
}


.chat-topic:where(:not([data-chroma="false"])) {
    display: flex;
    padding: var(--space-9);
    background-color: var(--color-gray-0);
    border-radius: var(--radius);
    box-shadow: var(--shadow-small);
    border: solid 1px var(--color-cta-200);
    margin: var(--space-5) var(--space-10);
    cursor: pointer;
    white-space: normal;
}

#assistant-content .chat-topic:where(:not([data-chroma="false"])) {
    transition: all 0.1s ease-out !important;
}

.chat-topic:where(:not([data-chroma="false"])):hover {
    background-color: var(--color-cta-50);
    border-color: var(--color-cta-300);
	color: var(--color-cta-900);
}

.chat-topic .topic-image:where(:not([data-chroma="false"])) {
    box-shadow: none;
    border-radius: var(--radius);
    max-width: var(--space-12);
    margin-right: var(--space-5);
}

.chat-topic .topic-title:where(:not([data-chroma="false"])) {
    margin: 0;
    font-size: var(--text-400);
    line-height: var(--leading-400);
    font-weight: 600;
}

.chat-topic .topic-description:where(:not([data-chroma="false"])) {
    margin: 0;
    font-size: var(--text-300);
    line-height: var(--leading-300);
    opacity: 0.8;
    font-weight: 400 !important;
}

.chat-topic.topic-active:where(:not([data-chroma="false"])) {
    cursor: not-allowed;
    transform: scale(0.95);
    opacity: 0.5;
    background-color: var(--color-gray-0);
}


.ticket-fieldset:where(:not([data-chroma="false"])) {
    flex: 1;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    max-height: 100%;
    padding: 2rem 10%;
    background-color: var(--color-gray-50);
    gap: 1rem !important;
    overflow-y: auto;
}

.abuse-report-fieldset:where(:not([data-chroma="false"])) {
    flex: 1;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    max-height: 100%;
    padding: 2rem 10%;
    background-color: var(--color-gray-50);
    gap: 1rem !important;
    overflow-y: auto;
}

.justify-end:where(:not([data-chroma="false"])) {
    justify-content: flex-end;
}

.assistant-fieldset:where(:not([data-chroma="false"])) {
    flex: 10;
    display: flex;
    flex-direction: column;
    max-height: 100%;
    padding: 0;
    width: 0;
    gap: 0;
}

.chat-fieldset:where(:not([data-chroma="false"])) {
    flex: 1 1 0;
    text-align: center;
    padding: 4rem 1.5rem 1.5rem 1.5rem;
}

.chat:where(:not([data-chroma="false"])) {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    max-width: 55rem;
    overflow: visible;
}

.chat-fieldset:not(.chat-appearance--custom) .chat {
    gap: 5rem;
}

.chat-header__container:where(:not([data-chroma="false"])) {
    position: sticky;
    top: 0;
    z-index: 1;
	background-color: var(--color-cta-100);
}

.chat-header:where(:not([data-chroma="false"])) {
	border-radius: 0;
	background-color: rgba(var(--color-cta-600-rgb), 0.8);
    backdrop-filter: blur(4px);
    padding: 0.5rem;
}

.chat-full .chat-header:where(:not([data-chroma="false"])) {
	border-radius: 0.625rem 0 0 0;
}

.chat-header .header-left:where(:not([data-chroma="false"])) {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.chat-header .header-center:where(:not([data-chroma="false"])) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.chat-header .header-right:where(:not([data-chroma="false"])) {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.chat-header img:where(:not([data-chroma="false"])) {
    min-width: 2.125rem;
    max-width: 5rem;
    height: 2.125rem;
    border-radius: var(--radius);
    display: block;
    position: relative;
    object-fit: contain;
    background-color: white;
    padding: 0.25rem;
    box-shadow: var(--shadow-small);
}

.chat .chat-message:where(:not([data-chroma="false"])) {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
    gap: 0.25rem;
    width: 100%;
    margin-top: 1rem;
}

[data-action="showDocumentAction"]:where(:not([data-chroma="false"])) {
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    border: medium !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.chat .chat-message:where(:not([data-chroma="false"])):first-child {
    margin-top: 0;
}

.chat .chat-message main:where(:not([data-chroma="false"])) {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    margin-left: auto;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: var(--radius);
    box-shadow: var(--shadow-small);
    border: none;
    color: var(--color-message-text);
}

.chat .chat-message > footer:where(:not([data-chroma="false"])) {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    gap: 0.25rem;
}

.chat .chat-message > footer > .right-actions:where(:not([data-chroma="false"])) {
    margin-left: auto;
}

.document-references:where(:not([data-chroma="false"])) {
    display: flex;
    gap: 0.5rem;
    width: 55%;
    max-width: 24rem;
    flex-wrap: wrap;
}

.document-references.document-references-expanded:where(:not([data-chroma="false"])) {
    display: grid;
    gap: 0.5rem;
    width: 100%;
    text-align: left;
    max-width: none;
    flex-wrap: wrap;
    margin-right: 1rem;
}

.document-references .document-reference:where(:not([data-chroma="false"])) {
    position: relative;
}

.document-references .document-reference .document-visibility:where(:not([data-chroma="false"])) {
	display: block;
    font-size: 0.75rem;
    color: #00C000;
    position: relative;
    width: fit-content;
    margin-bottom: -1rem;
}

.chat .chat-message.removing:where(:not([data-chroma="false"])) {
    opacity: 0;
}

.chat .chat-message.sender-user:where(:not([data-chroma="false"])) {
    margin-top: 1.5rem;
    margin-bottom: 0;
    margin-right: 0;
    max-width: 80%;
}

.chat .chat-message.sender-user:where(:not([data-chroma="false"])):first-child {
    margin-top: 0;
}

.doc-references:where(:not([data-chroma="false"])) {
	display: flex;
	border-color: red;
}

.chat .chat-message.sender-assistant:where(:not([data-chroma="false"])) {
    --color-avatar-border: var(--color-cta-300);
    --color-bg-from: var(--color-cta-100);
    --color-bg-to: var(--color-cta-200);
    --color-message-text: var(--color-cta-900);
}

.chat .chat-message.sender-assistant .unauthorized-refresh-count:where(:not([data-chroma="false"])) {
    font-size: 1.125rem;
}

.chat .chat-message.sender-assistant.error-unauthorized:where(:not([data-chroma="false"])) {
    --color-avatar-border: #f87171;
    --color-bg-from: #fee2e2;
    --color-bg-to: #fecaca;
    --color-message-text: #7f1d1d;
}

.chat .chat-message.sender-assistant .avatar-container:where(:not([data-chroma="false"])) {
    align-self: flex-start;
    /*
    margin-right: var(--space-7);
    margin-bottom: var(--space-7);
     */
    width: var(--space-13);
    height: var(--space-13);
    border: solid 0.125rem var(--color-avatar-border);
    border-radius: 9999px;
    left: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: calc(100% + 0.25rem);
}

.chat .chat-message.sender-assistant .avatar-container > i:where(:not([data-chroma="false"])) {
    color: var(--color-avatar-border);
}

.chat .chat-message.sender-assistant .avatar-container .waiting-container:where(:not([data-chroma="false"])) {
    border-radius: 9999px;
    overflow: hidden;
}

.chat .chat-message.sender-assistant .avatar-container .waiting-loader:where(:not([data-chroma="false"])) {
    color: var(--color-cta-600);
}

.chat .chat-message.sender-assistant .avatar-container .waiting-overlay:where(:not([data-chroma="false"])) {
    background-color: var(--color-gray-0);
}

.chat .chat-message.sender-assistant > main img:where(:not([data-chroma="false"])) {
    object-fit: cover;
    align-self: flex-start;
    width: 100%;
    height: 100%;
    padding: var(--space-1);
    background-color: var(--color-gray-0);
    border-radius: 9999px;
    box-shadow: var(--shadow-small), var(--shadow-inner);
    border: none;
    transform-origin: bottom right;
}

.chat .linkify-message-style:where(:not([data-chroma="false"])) {
	color: var(--color-cta-700);
}

.document-references-expanded .ecommerce-image:where(:not([data-chroma="false"])) {
    object-fit: contain !important;
    align-self: flex-start;
    width: 8rem !important;
    height: 8rem !important;
    background-color: var(--color-gray-0);
    border-radius: 1rem !important;
  	box-shadow: 0 0 0 3px rgba(var(--color-gray-300-rgb), 0.25);
    border: solid 1px var(--color-gray-300);
    margin-right: 1rem;
    padding: 1rem;
}

.document-references-expanded .document-reference-summary-container:where(:not([data-chroma="false"])) {
    padding: 1rem;
    display: flex;
}

.document-references-expanded .document-reference--inline:where(:not([data-chroma="false"])):first-child .document-reference-summary-container {
    padding-top: 2rem;
}

.document-references-expanded .document-reference--inline:where(:not([data-chroma="false"])):last-child .document-reference-summary-container {
    padding-bottom: 1rem;
}


.document-references-expanded .document-reference-summary-container .document-reference-summary-content:where(:not([data-chroma="false"])) {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
	max-width: 100%;
}

.document-references-expanded .document-reference-summary-container .document-reference-summary-title:where(:not([data-chroma="false"])) {
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-gray-900);
}

.document-references-expanded .document-reference-summary-container .document-reference-summary:where(:not([data-chroma="false"])) {
    border: none;
    font-size: 1rem;
    color: var(--color-gray-600);
    display: -webkit-box;
    /*
    -webkit-line-clamp: 3;
    */
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
}

.ecommerce-video:where(:not([data-chroma="false"])) {
    object-fit: contain !important;
    align-self: flex-start;
    width: var(--space-32) !important;
    height: var(--space-28) !important;
    padding: var(--space-1);
    background-color: var(--color-gray-0);
    border-radius: var(--radius) !important;
    box-shadow: var(--shadow-small), var(--shadow-inner);
    border: solid 1px var(--color-gray-300);
    transform-origin: bottom right;
    flex: none !important;
}

.document-video__container {
	width: 100%;
	height: 40vw;
	max-height: 32rem;
	margin: 3rem auto 0 auto;
	gap: 1.5rem;
	display: grid;
	grid-template-columns: 1fr min-content;
}

.document-video__container > main {
	flex: 1;
	display: flex;
	width: 100%;
}

.document-video__container > footer {
	flex: none;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.document-video:where(:not([data-chroma="false"])) {
	flex: 1;
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 0 0 0.35rem rgba(var(--color-cta-400-rgb), 0.5), var(--shadow-md);
	cursor: pointer;
}

.document-video--small:where(:not([data-chroma="false"])) {
	aspect-ratio: 1 / 1;
	flex: none;
	width: fit-content;
	min-width: 0;
	max-width: none;
	height: calc(((100% - (1.5rem * 4)) / 5));
	overflow: visible;
}

.document-video--small iframe:where(:not([data-chroma="false"])) {
	width: 100%;
	height: 100%;
	border-radius: 1rem;
}

.document-video--small iframe:where(:not([data-chroma="false"])),
.document-video--small iframe *:where(:not([data-chroma="false"])) {
	pointer-events: none !important;
}

.ecommerce-image:where(:not([data-chroma="false"])) {
    object-fit: contain !important;
    align-self: flex-start;
    width: var(--space-18) !important;
    height: var(--space-18) !important;
    padding: var(--space-1);
    background-color: var(--color-gray-0);
    border-radius: var(--radius) !important;
    box-shadow: var(--shadow-small), var(--shadow-inner);
    border: solid 1px var(--color-gray-300);
    transform-origin: bottom right;
    flex: none !important;
}

.ecommerce-image-placeholder:where(:not([data-chroma="false"])) {
    font-size: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-gray-300);
}

.ecommerce-image-placeholder.ecommerce-image-placeholder--geo:where(:not([data-chroma="false"])) {
    color: hsl(0deg, 65%, 67%);
}

.ecommerce-image-inline:where(:not([data-chroma="false"])) {
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.document-reference--inline:where(:not([data-chroma="false"])) {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.document-references-expanded .document-reference--inline:where(:not([data-chroma="false"])) {
	overflow: hidden;
    position: relative;
}

.document-reference--cart:where(:not([data-chroma="false"])):before {
    content: "\f217";
    font-family: var(--font-awesome-family);
    font-weight: 700;
    pointer-events: none;
    background-color: rgba(var(--color-gray-0-rgb), 0);
    backdrop-filter: blur(0);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    border-radius: var(--radius);
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(var(--color-cta-900-rgb), 0);
    font-size: 1.25rem;
    transition: all 0.2s ease-in-out;
}

.document-reference--cart:where(:not([data-chroma="false"])):hover:before {
    background-color: rgba(var(--color-gray-0-rgb), 0.5);
    color: rgba(var(--color-cta-900-rgb), 1);
    backdrop-filter: blur(4px);
}

.chat .chat-message .effective-message:where(:not([data-chroma="false"])) {
    text-align: left;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 1.5rem;
    white-space: normal;
    user-select: text;
    background-image: linear-gradient(to bottom right, var(--color-bg-from), var(--color-bg-to));
    border-radius: var(--radius);
    word-wrap: break-word;
}

.chat .chat-message .effective-message > span:where(:not([data-chroma="false"])) {
    /*
    white-space: pre-line;
     */
}

.chat .chat-message .effective-message a:where(:not([data-chroma="false"])) {
	color: blue;
    text-decoration: underline;
}

.chat .chat-message .effective-message *:where(:not([data-chroma="false"])) {
    user-select: inherit;
}

.chat .chat-message.sender-user.from-image .effective-message:where(:not([data-chroma="false"])) {
    white-space: normal;
}

.chat .chat-message.sender-user .effective-message:where(:not([data-chroma="false"])) {
    text-align: left;
    font-size: 1rem;
    box-shadow: none;
    border: none;
    background-color: transparent;
    background-image: linear-gradient(to bottom right, var(--color-gray-100), var(--color-gray-200));
    color: var(--color-gray-700);
    padding: 0.875rem 1.25rem;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
    align-self: flex-end;
    border-radius: var(--radius);
}

.chart-wrapper canvas:where(:not([data-chroma="false"])) {
	width: fit-content !important;
}

.chat .chat-message .vega-chart-container[hidden="true"]:where(:not([data-chroma="false"])) {
	display: none;
}

.vega-embed.has-actions {
    padding-right: 0.5rem !important;
}

.chart-wrapper>svg {
	width: 100%;
}
	
.chat .chat-message .vega-chart-container:where(:not([data-chroma="false"])) {
	display: flex;
	flex-direction: column;
	
    border-style: solid;
    border-width: 1px;
    border-radius: var(--radius);
    border-color: var(--color-cta-100);
    box-shadow: var(--shadow-base);

    width: inherit;
}

.chat .chat-message .data-table-container:where(:not([data-chroma="false"])) {
    border-style: hidden;
    width: inherit;
    flex: auto;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
}

.chat .chat-message .data-table-container .data-table-container-buttons:where(:not([data-chroma="false"])) { 	
	display: flex;
	gap: 0.5rem;
}


.chat .chat-message .data-table-container .chart-tables:where(:not([data-chroma="false"])) {
	
    width: 100%;
}

.chat .chat-message .data-table-container table:where(:not([data-chroma="false"])) {
    border-style: solid;
    border-width: 1px;
    border-radius: var(--radius);
    border-color: var(--color-cta-100);
    box-shadow: var(--shadow-base);
    
    width: 100%;
}

.chat .chat-message .data-table-container th:where(:not([data-chroma="false"])) {
	text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: normal;
    color: var(--color-gray-600);
    padding: 0.625rem 0.5rem;
    border-bottom: 0.125rem solid var(--color-input-border-active);
}

.chat .chat-message .data-table-container tr:where(:not([data-chroma="false"])) {
    color: var(--color-gray-400);
    padding: 0.5rem 0.5rem 0 0.5rem;
}

.chat .chat-message .data-table-container td:where(:not([data-chroma="false"])) {
	font-size: 0.75rem;
    color: var(--color-gray-400);
    padding: 0.3125rem 0.25rem 0 0.25rem;
}

.chat .chat-message .data-table-container tbody tr:hover td 
:where(:not([data-chroma="false"])) {
    color: var(--color-gray-700);
    background-color: var(--color-gray-100);
}





.input-fieldset:where(:not([data-chroma="false"])) {
    --offset-bottom: 0;

    display: flex;
    flex-direction: column;
    padding: 0 1.5rem 1.5rem;
    gap: 1.5rem;
    position: sticky;
    z-index: 1;
    bottom: var(--offset-bottom);
    background-color: rgba(var(--color-gray-0-rgb), 0.8);
    backdrop-filter: blur(4px);
	margin-top: 1.5rem;
}

#customizer-html .input-fieldset:where(:not([data-chroma="false"])),
.for-landing-page .input-fieldset:where(:not([data-chroma="false"])) {
    position: static !important;
}

.input-fieldset::before:where(:not([data-chroma="false"])) {
    display: none;

    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 3rem;
    background-image: linear-gradient(90deg, white, rgba(255, 255, 255, 0.5));
    backdrop-filter: blur(0.125rem);
    pointer-events: none;
}

.input-composite:where(:not([data-chroma="false"])) {
    flex: 1;
    margin-bottom: 0 !important;
    min-width: 0;
}

.input-composite input,
.input-composite textarea:where(:not([data-chroma="false"])) {
    max-width: 100% !important;
    overflow: hidden !important;
    resize: none;
    flex: unset !important;
}

.text-metrics:where(:not([data-chroma="false"])) {
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 400;
    position: absolute;
    display: none;
    opacity: 0;
    pointer-events: none;
    height: 0;
    min-height: 0;
    max-height: 0;
    white-space: pre;
}

.send-composite:where(:not([data-chroma="false"])) {
    display: flex;
    align-items: flex-end;
}

.send-composite [data-action="sendMessage"]:where(:not([data-chroma="false"])) {
    margin: 0;
}

.show-references:where(:not([data-chroma="false"])) {
    opacity: 1;
}

.show-references.hidden:where(:not([data-chroma="false"])) {
    opacity: 0;
    pointer-events: none;
}

.chat-message > footer:where(:not([data-chroma="false"])) {

}

.chat-message > footer.hidden:where(:not([data-chroma="false"])) {
    opacity: 0;
    pointer-events: none;
}

.semantic-search-query-fieldset:where(:not([data-chroma="false"])) {
    font-style: italic;
}

.documents-fieldset:where(:not([data-chroma="false"])) {
    flex: 1;
}

.searchable-document .searchable-document-title:where(:not([data-chroma="false"])) {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;  
	max-width: 5rem; 
}
.searchable-document .searchable-document-links-container:where(:not([data-chroma="false"])) {
   display: flex;
   gap: 0.25rem;
}


.searchable-document .document-visibility:where(:not([data-chroma="false"])) {
	font-size: 1.25rem;
	flex: 1;
	color: #00C000;
	margin-top: -1.5rem;
    position: absolute;
    margin-left: -1.5rem;
}

.searchable-document:where(:not([data-chroma="false"])) {
    display: flex;
    flex-direction: row-reverse;
    gap: 0.25rem;
    min-height: 10rem;
}

.ecommerce-image-details-placeholder:where(:not([data-chroma="false"])) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    border: none;
    box-shadow: none;
    color: var(--color-gray-300);
}

.searchable-document-inline:where(:not([data-chroma="false"])) {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    height: 100% !important;
}

.searchable-document-inline .ecommerce-image:where(:not([data-chroma="false"])) {
    object-fit: contain !important;
    cursor: pointer;
    width: 3.5rem !important;
    height: 3.5rem !important;
    padding: 0.25rem !important;
}

.searchable-document-wrapper:where(:not([data-chroma="false"])) {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 0.25rem;
}

.searchable-document-default:where(:not([data-chroma="false"])) {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    background-color: var(--color-gray-100);
    padding: 1rem;
    border-radius: var(--radius);
}

.searchable-document-default .document-container:where(:not([data-chroma="false"])) {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.searchable-document-default .ecommerce-image:where(:not([data-chroma="false"])) {
    margin-left: auto;
    height: 100% !important;
    width: auto !important;
    max-width: 40% !important;
    min-width: 30% !important;
    background-color: var(--color-gray-100);
    max-height: calc(10rem - 2rem);
    padding: 1rem;
}

.searchable-document-default header:where(:not([data-chroma="false"])) {
    display: flex;
}

.searchable-document-default header .header-container:where(:not([data-chroma="false"])) {
    display: flex;
    flex-direction: column;
}

.searchable-document-default .title:where(:not([data-chroma="false"])) {
    color: var(--color-title);
    text-transform: uppercase;
    font-size: var(--text-sm);
    line-height: var(--leading-sm);
    font-weight: 600;
}

.searchable-document-default .subtitle:where(:not([data-chroma="false"])) {
    color: var(--color-text-subtle);
    margin: 0;
    font-size: var(--text-sm);
    line-height: var(--leading-sm);
    font-weight: 400;
}

.searchable-document-default main:where(:not([data-chroma="false"])) {
    display: none;
}

.searchable-document-default footer:where(:not([data-chroma="false"])) {
    display: flex;
    gap: 0.25rem;
}

.searchable-document-default .document-button:where(:not([data-chroma="false"])) {
    /*
    box-shadow: none !important;
    */
}

.wa-settings-fieldset:where(:not([data-chroma="false"])) {
    width: 100%;
    flex: 1;
}


.searchable-document > h1:where(:not([data-chroma="false"])) {
    margin-left: 0.25rem !important;
}

.searchable-document > .ui-button .ui-button-text:where(:not([data-chroma="false"])) {
    overflow: visible !important;
}

/*
.searchable-document + .searchable-document {
    margin-top: var(--space-8);
}
*/

.searchable-document h1:where(:not([data-chroma="false"])) {
    margin: 0 auto 0 0;
    color: var(--color-text);
    font-weight: 600;
    flex: 1;
}

.document-button:where(:not([data-chroma="false"])) {
    margin-right: var(--space-5);
    height: var(--space-13) !important;
    width: var(--space-13) !important;
    font-size: var(--text-500) !important;
}

.document-button.hidden:where(:not([data-chroma="false"])) {
    display: none !important;

    opacity: 0 !important;
    pointer-events: none !important;
}

.like-action-button:where(:not([data-chroma="false"])) {
    background-color: var(--color-cta-300) !important;
    margin-left: auto !important;
}


.chat-message .document-button.hidden:where(:not([data-chroma="false"])) {
    display: none;
}

.chat-message .searchable-document:last-of-type:where(:not([data-chroma="false"])) {
    margin-right: auto;
}

.document-button .ui-button-text,
.document-button i:where(:not([data-chroma="false"])) {
    padding: 0 !important;
    text-indent: 0 !important;
}

.ui-button.waiting .ui-button-text,
.ui-button.waiting .ui-button-icon-primary:where(:not([data-chroma="false"])) {
    opacity: 0;
}

/* CHAT APPEARANCES */
.for-landing-page .topics-fieldset:where(:not([data-chroma="false"])),
.chat-minimal .topics-fieldset:where(:not([data-chroma="false"])) {
	display: none !important;
}

body.chat-minimal:not(.for-landing-page) #topics-drawer .topics-fieldset:where(:not([data-chroma="false"])) {
	display: flex !important;
}

.document-details-composite:where(:not([data-chroma="false"])) {
    font-size: var(--text-base);
    line-height: 1.5;
    padding: 1rem 2.5rem;
    background-color: var(--color-gray-50);
}

.document-details-composite pre:where(:not([data-chroma="false"])) {
	text-wrap: wrap;
}

#layout [data-name="inputMessage"]:where(:not([data-chroma="false"])) {
	padding: 0.75rem !important;
	font-size: 1rem!important;
	border: none !important;
	box-shadow: none !important;
	flex: 1 !important;
	overflow-y: auto !important;
}

#searchable-documents-dialog .hrd-form:where(:not([data-chroma="false"])) {
    height: auto;
}


/*
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .assistant-fieldset {
        padding: 0;
    }

    .chat {
        padding: var(--space-10);
        padding-bottom: 0;
    }

    .chat-fieldset {
        margin-bottom: 0;
        padding-bottom: 5rem;
    }

    .input-fieldset {
        padding: var(--space-10);
        padding-right: 0;
        margin-right: var(--space-10);
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.65));
        -webkit-backdrop-filter: blur(0.125rem);
        backdrop-filter: blur(0.125rem);
    }
}
*/

#gogptChat-panel .chat-message.sender-assistant > footer [data-action="openTicket"] .f-icon,
#gogptChat-panel .chat-message.sender-assistant > footer [data-action="clearConversation"] .f-icon:where(:not([data-chroma="false"])) {
    display: none;
}

#gogptChat-panel .ticket-buttons-fieldset:where(:not([data-chroma="false"])) {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
}

#abuse-report-dialog .ticket-buttons-fieldset:where(:not([data-chroma="false"])) {
    flex-direction: column;
}

#gogptChat-panel .ticket-buttons-fieldset [data-action="sendWaTicket"]:where(:not([data-chroma="false"])) {
    flex: 1;
}

:root:where(:not([data-chroma="false"])) {
	--responsive-base: calc(var(--base) * 0.75);

    --text-300: var(--text-xs);
    --text-400: var(--text-sm);
    --text-500: var(--text-base);

    --leading-300: var(--leading-xs);
    --leading-400: var(--leading-sm);
    --leading-500: var(--leading-base);

	font-size: var(--responsive-base) !important;
}

.product-image:where(:not([data-chroma="false"])) {
	max-width: 12.5rem;
	max-height: 12.5rem;
}

.vendor-footer:where(:not([data-chroma="false"])) {
    padding: 0.75rem;
    font-size: 0.875rem;
    text-align: center;
    background-color: rgba(var(--color-gray-100-rgb), 0.8);
	backdrop-filter: blur(4px);
    border-top: solid 1px var(--color-gray-200);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.chat-full .vendor-footer:where(:not([data-chroma="false"])) {
	background-color: rgba(var(--color-gray-0-rgb), 0.8);
	border-color: rgba(var(--color-gray-0-rgb), 0);
}

.vendor-footer a:where(:not([data-chroma="false"])) {
	text-decoration: none;
}

.toggle-info:where(:not([data-chroma="false"])) {
    font-size: 0.75rem;
    color: var(--color-gray-500);
    opacity: 0.75;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
}

.toggle-info::after:where(:not([data-chroma="false"])) {
    content: "";
    display: block;
    height: 0.125rem;
    border-radius: 9999px;
    background-color: currentColor;
    opacity: 0.5;
    width: 0;
    margin: 0 auto;
}

.toggle-info.highlight:where(:not([data-chroma="false"])) {
    color: var(--color-gray-800);
    opacity: 1;
}

.toggle-info.highlight::after:where(:not([data-chroma="false"])) {
    width: 100%;
}

.toggle-info.ui-state-disabled:where(:not([data-chroma="false"])) {
    cursor: not-allowed !important;
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.tos-fieldset > header:where(:not([data-chroma="false"])) {
    padding: 1rem;
    box-shadow: var(--shadow-base);
    background-color: var(--color-gray-0);
    border-radius: var(--radius) var(--radius) 0 0;
    display: flex;
    align-items: center;
}

.tos-message:where(:not([data-chroma="false"])) {
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--color-gray-600);
    /*
    align-self: center;
    */
    overflow-y: auto;
}

.tos-message *:where(:not([data-chroma="false"])) {
    margin: 0;
}

.tos-fieldset:where(:not([data-chroma="false"])) {
	/*
    height: var(--window-height);
	*/
    gap: 0 !important;
    background-color: var(--color-gray-50);
}

.tos-fieldset [data-action="closeTos"]:where(:not([data-chroma="false"])) {
    align-self: flex-start;
}

.tos-message h1,
.tos-message h2,
.tos-message h3,
.tos-message h4,
.tos-message h5,
.tos-message h6:where(:not([data-chroma="false"])) {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--color-gray-900);
}

.dashlet-fieldset.tos-open:where(:not([data-chroma="false"])) {
    overflow: hidden !important;
}

[data-scroll-disabled] .dashlet-fieldset:where(:not([data-chroma="false"])) {
    overflow: hidden !important;
}


#gogptChat-panel .chat-message.sender-assistant > footer button:where(:not([data-chroma="false"])) {

}

#gogptChat-panel .chat-message .effective-message .linkified-product:where(:not([data-chroma="false"])) {
    /*
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    border-bottom: solid 1px currentColor;
    max-width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 0;
    padding-bottom: 0.1875rem;
    margin-bottom: -0.25rem;
    */

    text-transform: uppercase;
    cursor: pointer;
    font-size: 0.75rem;
    display: inline-flex;
    align-items: center;
    line-height: normal;
    gap: 0.75rem;
    border: none;
    border-radius: 9999px;
    background-color: rgba(var(--color-gray-0-rgb), 0.5);
    color: var(--color-gray-900);
    padding: 0.125rem 0.125rem 0.125rem 0.5rem;
    max-width: 100%;
    margin: 0.25rem 0;
    backdrop-filter: blur(4px);
    position: relative;
}

#gogptChat-panel .chat-message .effective-message .linkified-product .icon-actions:where(:not([data-chroma="false"])) {
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1rem;
    font-size: 1rem;
}

#gogptChat-panel .chat-message .effective-message .linkified-product .icon-action:where(:not([data-chroma="false"])) {
    opacity: 0;
    color: rgba(var(--color-cta-700-rgb), 0.75);
    transition: color 0.2s ease-in-out !important;
}

#gogptChat-panel .chat-message .effective-message .linkified-product .icon-action:where(:not([data-chroma="false"])):hover {
    color: rgba(var(--color-cta-700-rgb), 1);
}

#gogptChat-panel .chat-message .effective-message .linkified-product .linkified-product-text:where(:not([data-chroma="false"])) {
    width: 0%;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}

#gogptChat-panel .chat-message .effective-message .linkified-product .separator:where(:not([data-chroma="false"])) {
    height: 1.5rem;
    width: 1px;
    background-color: var(--color-gray-200);
    border-radius: 9999px;
    display: none;
}

#gogptChat-panel .chat-message .effective-message .linkified-product img:where(:not([data-chroma="false"])) {
    /*
    padding: 0;
    width: 40px;
    height: 21px;
    border: none;
    box-shadow: none;
    */

    padding: 0;
    width: 1.5rem;
    height: 1.5rem;
    border: none;
    box-shadow: none;
    align-self: center;
}

#gogptChat-panel .chat-message .effective-message .linkified-product .linkify-image-placeholder:where(:not([data-chroma="false"])) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 2rem;
    height: 1.5rem;
    border: none;
    box-shadow: none;
    color: var(--color-gray-300);
}

#gogptChat-panel .chat-message.sender-user .effective-message .uploaded-image-container:where(:not([data-chroma="false"])) {
    display: flex;
    margin: 0 -0.75rem;
}

#gogptChat-panel .chat-message.sender-user .effective-message .uploaded-image:where(:not([data-chroma="false"])) {
    max-width: 10rem;
    max-height: 5rem;
    border-radius: var(--radius);
}

#function-tags:where(:not([data-chroma="false"])) {
    font-size: 0.75rem;
    color: var(--color-gray-700);
}

.function-tags-description:where(:not([data-chroma="false"])) {
    display: none !important;
    font-size: 1rem;
    font-weight: 600;
}

.function-tags-container:where(:not([data-chroma="false"])) {
    display: flex;
    align-items: baseline;
    gap: 1rem;
}

.function-tag:where(:not([data-chroma="false"])) {

}

.message-tags:where(:not([data-chroma="false"])) {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 0.75rem;
    color: rgba(var(--color-cta-600-rgb), 0.75);
}

.message-tags .function-tags-container:where(:not([data-chroma="false"])) {
    justify-content: flex-start;
    border-radius: 0 0 var(--radius) var(--radius);
    font-weight: 600;
}

.message-tags .semantic-query:where(:not([data-chroma="false"])) {

}

.effective-message .message-tags:where(:not([data-chroma="false"])) {
    position: static;
    padding: 0;
    margin-top: 2rem;
}





.term-of-services-text:where(:not([data-chroma="false"])) {
    font-size: 0.875rem;
    color: var(--color-gray-500);
}

.term-of-services-text section:where(:not([data-chroma="false"])) {
    margin: 2rem 0;
    line-height: 1.5;
}

.term-of-services-text h1,
.term-of-services-text h2,
.term-of-services-text h3,
.term-of-services-text h4,
.term-of-services-text h5,
.term-of-services-text h6:where(:not([data-chroma="false"])) {
    margin: 0 0 0.5em;
    color: var(--color-gray-900);
}

.term-of-services-text p:where(:not([data-chroma="false"])) {
    margin: 0 0 1rem;
    padding: 0;
}

.term-of-services-text ol p,
.term-of-services-text ul p:where(:not([data-chroma="false"])) {
    padding: 0 0 0 0.75rem;
}

.term-of-services-text h1:where(:not([data-chroma="false"])) {
    font-size: 1.5rem;
}

.term-of-services-text h2:where(:not([data-chroma="false"])) {
    font-size: 1.25rem;
}

.term-of-services-text h3:where(:not([data-chroma="false"])) {
    font-size: 1rem;
    line-height: 1;
}

.term-of-services-text ul:where(:not([data-chroma="false"])) {
    margin: 0.5rem 0;
    padding: 0 0 0 1.5rem;
    list-style: revert;
}

.term-of-services-text > header h1:where(:not([data-chroma="false"])) {
    margin: 0 0 0.125em;
}

.term-of-services-text .chapter:where(:not([data-chroma="false"])) {
    font-weight: 700;
    color: var(--color-gray-900);
}

.term-of-services-text .sub-chapter:where(:not([data-chroma="false"])) {
    font-weight: 600;
    color: var(--color-gray-900);
}

.term-of-services-text .content-legal:where(:not([data-chroma="false"])) {
    line-height: 1.5;
}

.term-of-services-text a,
.term-of-services-text a:where(:not([data-chroma="false"])) {
    text-decoration: underline;
    color: var(--color-cta-600);
    font-weight: 500;
    cursor: pointer;
}

.term-of-services-text a:where(:not([data-chroma="false"])):visited {
    color: var(--color-cta-800);
    font-weight: 400;
}

.send-container:where(:not([data-chroma="false"])) {
    display: flex;
    flex-direction: column;
    height: auto;
    position: relative;
    background: var(--color-gray-0);
    border: solid 1px var(--color-input-border);
    border-radius: 0.625rem;
}

.vendor-footer:where(:not([data-chroma="false"])) {
    position: sticky;
    bottom: 0;
    width: 100%;
}

#gogptChat-content .send-container:where(:not([data-chroma="false"])) {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}

.input-buttons:where(:not([data-chroma="false"])) {
    display: flex;
    align-items: flex-end;
    gap: 0.5rem;
    padding: 0.75rem;
}

.send-container:hover:where(:not([data-chroma="false"])) {
    --tw-ring-width: 2px;
    --tw-ring-color: rgba(var(--color-input-border-active-rgb), 0.2);
    --tw-ring-offset-color: var(--color-gray-0);
    --tw-ring-offset-width: 2px;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-width) + var(--tw-ring-offset-width)) var(--tw-ring-color);

    border-color: var(--color-input-border-active);
    box-shadow: 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-shadow);
}

/*
#layout [data-action="sendMessageEvent"] {
    flex: none !important;
    margin-left: auto !important;
    color: white !important;
}
 */

[data-action="sendMessageEvent"]:where(:not([data-chroma="false"])) {
	flex: none;
}

[data-action="sendMessageEvent"] .ui-button-icon-primary:where(:not([data-chroma="false"])) {
    display: none !important;
}

[data-action="sendMessageEvent"] .ui-button-text:where(:not([data-chroma="false"])) {
    display: inline-flex !important;
    align-items: center;
    gap: 0.25rem;
}

#layout [data-action="toggleRecording"]:where(:not([data-chroma="false"])) {
}

.chat-header .chat-header-actions:where(:not([data-chroma="false"])) {
    margin-left: auto !important;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: none;
}

.chat-header [data-action="clearConversation"].button-reverse,
.chat-header [data-action="clearConversation"].reverse:where(:not([data-chroma="false"])) {
    background-color: transparent !important;
    border: none !important;
    flex: none !important;
    flex-direction: row-reverse;
    opacity: 0.9 !important;
    color: white !important;
}

[data-action="clearConversation"].button-reverse,
[data-action="clearConversation"].reverse:where(:not([data-chroma="false"])) {
    border: none !important;
    flex: none !important;
    flex-direction: row-reverse;
}

[data-action="clearConversation"].button-reverse:hover,
[data-action="clearConversation"].reverse:hover:where(:not([data-chroma="false"])) {
    background-color: var(--color-cta-500) !important;
}

.user-language-composite:where(:not([data-chroma="false"])) {
    flex: 1;
}

.chat-header.with-close-button [data-action="clearConversation"]:where(:not([data-chroma="false"])) {
    margin-right: 4rem !important;
}

.chat-header .chat-header-title:where(:not([data-chroma="false"])) {
    flex: 1;
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 1rem;
}

.effective-message svg.loader:where(:not([data-chroma="false"])) {
    display: block;
}

.effective-message svg.loader.done:where(:not([data-chroma="false"])) {
    opacity: 0;
}

.effective-message svg.loader > circle:where(:not([data-chroma="false"])):nth-child(1) {
    animation: loading-dots 1s infinite;
}

.effective-message svg.loader > circle:where(:not([data-chroma="false"])):nth-child(2) {
    animation: loading-dots 2s infinite;
}

.effective-message svg.loader > circle:where(:not([data-chroma="false"])):nth-child(3) {
    animation: loading-dots 3s infinite;
}

@keyframes loading-dots {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }

    100% {
        opacity: 1;
    }
}

.chat-buttons-large button:where(:not([data-variants~="select-addon"])) {
    padding: 0 1rem !important;
    height: 2.25rem !important;
    font-size: 0.875rem !important;
}

.chat-buttons-large button.ui-button-icon-only:where(:not([data-variants~="select-addon"])) {
    width: 2.25rem !important;
}

[data-action="configureWaAction"]:where(:not([data-chroma="false"])) {
    font-size: 0.75rem !important;
}

.effective-message p,
.effective-message ol,
.effective-message ul:where(:not([data-chroma="false"])) {
    margin: 0;
    padding: 0;
}

.effective-message p:where(:not([data-chroma="false"])) {
    margin: 0.5rem 0;
}

.effective-message ol:where(:not([data-chroma="false"])) {
    list-style: revert;
    margin: 1rem 0;
    padding-left: 2rem;
}

.effective-message ul:where(:not([data-chroma="false"])) {
    list-style: revert;
    margin: 1rem 0;
    padding-left: 2rem;
}

.effective-message li:where(:not([data-chroma="false"])) {
    margin: 0.25rem 0;
}

#term-of-service-policy,
#privacy-info-policy,
#privacy-policy:where(:not([data-chroma="false"])) {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--color-gray-0);
    display: flex;
    flex-direction: column;
    z-index: 10000;
}

#term-of-service-policy,
#privacy-info-policy:where(:not([data-chroma="false"])) {
    z-index: 10001;
}

#term-of-service-policy > header,
#privacy-info-policy > header:where(:not([data-chroma="false"])) {
    flex-direction: column !important;
    align-items: stretch !important;
}

#term-of-service-policy .description,
#privacy-info-policy .description,
#privacy-policy .description:where(:not([data-chroma="false"])) {
    padding: 4rem;
    font-size: 1.25rem;
    line-height: 1.5;
    flex: 1;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    overflow-y: auto;
}

#privacy-policy [data-action="acceptPrivacyPolicy"]:where(:not([data-chroma="false"])) {
    align-self: center;
    margin-top: 2rem;
    font-size: 1rem !important;
    padding: 0.5rem 1rem !important;
    height: auto !important;
}

.legals-container:empty:where(:not([data-chroma="false"])) {
    display: none !important;
}

.tos-fieldset:where(:not([data-chroma="false"])):not(.html) .tos-message:where(:not([data-chroma="false"])) {
    padding: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.tos-fieldset iframe:where(:not([data-chroma="false"])) {
    flex: 1;
}

#privacy-policy .more-info:where(:not([data-chroma="false"])) {
    align-self: center;
    display: inline-block;
    text-align: center;
    font-size: 0.875rem;
    color: var(--color-gray-500);
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: solid 2px var(--color-gray-100);
}

#privacy-policy .more-info #privacy-more-info:where(:not([data-chroma="false"])) {
    cursor: pointer;
    font-weight: 600;
    text-decoration: underline;
}

#gogptChat-content .booking-button button:where(:not([data-chroma="false"])) {
    width: 100%;
}

#gogptChat-content .booking-message:where(:not([data-chroma="false"])) {
    max-width: 40rem;
}

#gogptChat-content .booking-card:where(:not([data-chroma="false"])) {
    --color-assistant-booking-from: var(--color-cta-100-rgb);
    --color-assistant-booking-to: var(--color-cta-300-rgb);
    --color-assistant-booking-button: var(--color-cta-400-rgb);
    --color-assistant-booking-text: var(--color-cta-900-rgb);
    --color-assistant-booking-button-text: 255, 255, 255;

    box-shadow: var(--shadow-large);
}

#gogptChat-content .booking-card:where(:not([data-chroma="false"])) {
    position: relative;
    font-size: 1.125rem;
    padding: 1.75em;
    background-image: linear-gradient(to bottom right, rgba(var(--color-assistant-booking-from), 1), rgba(var(--color-assistant-booking-to), 1));
    color: rgba(var(--color-assistant-booking-text), 1);
    overflow: hidden;
}

#gogptChat-content .booking-card .booking-card__decoration:where(:not([data-chroma="false"])) {
    position: absolute;
    top: 50%;
    left: 2rem;
    font-size: 10em;
    transform: translateY(-50%);
    color: rgba(var(--color-assistant-booking-text), 0.05);
    pointer-events: none;
}

#gogptChat-content .booking-card > *:where(:not(.booking-card__decoration)) {
    position: relative;
}

#gogptChat-content .booking-card *:where(:not(button)) {
    color: inherit;
}

#gogptChat-content .booking-card .booking-card__image-container:where(:not([data-chroma="false"])) {
    flex: none;
    width: auto;
    max-width: 7em;
    height: 4em;
    border-radius: 9999px;
    border: solid 1px rgba(var(--color-assistant-booking-text), 0.5);
    overflow: hidden;
    display: inline-block;
    float: left;
    margin-right: 1em;
}

#gogptChat-content .booking-card .booking-card__image:where(:not([data-chroma="false"])) {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border-radius: 0;
    object-fit: contain;
    padding: 0.75em;
}

#gogptChat-content .booking-card .booking-card__title:where(:not([data-chroma="false"])) {
    font-size: 1.25em;
}

#gogptChat-content .booking-card .booking-card__description:where(:not([data-chroma="false"])) {
    margin: 1em 0 0;
    flex-direction: column;
    gap: 1em;
}

#gogptChat-content .booking-card [data-action="selectBooking"]:where(:not([data-chroma="false"])) {
    font-size: 1em !important;
    height: 2.5em !important;
    margin-top: 1.25em;
    width: 100%;
    background-color: rgba(var(--color-assistant-booking-button), 1);
    color: rgba(var(--color-assistant-booking-button-text), 1);
    border: none;
}

#gogptChat-content .booking-card [data-action="selectBooking"]:where(:not([data-chroma="false"])):hover {
    background-color: rgba(var(--color-assistant-booking-button), 0.8);
}

#gogptChat-content .booking-button [data-action="selectBooking"]:where(:not([data-chroma="false"])) {
    font-size: 1em !important;
    height: 2.5em !important;
    background-color: rgba(var(--color-assistant-booking-button), 1);
    color: rgba(var(--color-assistant-booking-button-text), 1);
    border: none;
}

#gogptChat-content .booking-button [data-action="selectBooking"]:where(:not([data-chroma="false"])):hover {
    background-color: rgba(var(--color-assistant-booking-button), 0.8);
}

#gogptChat-content .document-reference:where(:not([data-chroma="false"])) {
    position: relative;
}

#gogptChat-content .document-reference .document-reference__geo:where(:not([data-chroma="false"])) {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.125rem;
    color: hsl(0deg, 65%, 55%);
    pointer-events: none;
    transform: translate(-25%, 0%);
}

/******** BEGIN SWITCH **********/

.switch:where(:not([data-chroma="false"])) {
    position: relative;
    display: inline-block;
    width: 2.5rem;
    height: 1.25rem;
    border-radius: 9999px;
    cursor: pointer;
    background-color: var(--color-gray-300);
    transition: all 0.3s ease;
    flex: none;
}

.switch:where(:not([data-chroma="false"]))::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0.25rem;
    transform: translate(0, -50%);
    width: 0.825rem;
    height: 0.825rem;
    border-radius: 9999px;
    background-color: var(--color-gray-0);
    transition: all 0.3s ease;
}

.switch-enabled:where(:not([data-chroma="false"])) {
    background-color: hsl(120deg, 40%, 65%);
}

.switch-enabled:where(:not([data-chroma="false"]))::before {
    left: calc(100% - 1.125rem);
}

.switch-label:where(:not([data-chroma="false"])) {
    font-size: 0.825rem;
    display: inline-block;
    margin: 0 0 0 0.75rem;
    font-weight: 600;
    color: var(--color-gray-800);
}

.switch-container:where(:not([data-chroma="false"])) {
    display: inline-flex;
    align-items: center;
}

.switch-container.element-disabled:where(:not([data-chroma="false"])) {
    opacity: 0.5;
}

.switch-container.element-disabled .switch:where(:not([data-chroma="false"])) {
    cursor: inherit;
}

/******** END SWITCH **********/

.theme-composite:where(:not([data-chroma="false"])) {
    width: 4.25rem;
}

.chat-header .theme-composite .switch:where(:not([data-chroma="false"])) {
    background-color: white;
}

.chat-header .theme-composite .switch::before:where(:not([data-chroma="false"])) {
    background-color: hsl(0deg, 40%, 65%);
}

.chat-header .theme-composite .switch-enabled::before:where(:not([data-chroma="false"])) {
    background-color: hsl(120deg, 40%, 65%);
}

.chat-header .theme-composite .switch-label:where(:not([data-chroma="false"])) {
    color: white;
}

.theme-composite .switch-label:where(:not([data-chroma="false"])) {
    display: inline-flex;
    align-items: center;
}

.input-fieldset .input-buttons .input-right-actions:where(:not([data-chroma="false"])) {
    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}

.chroma-flow [data-for$="Lang"] .select-minimal-template,
.chroma-flow [data-for$="Language"] .select-minimal-template:where(:not([data-chroma="false"])) {
    display: inline-flex;
}

.chat.chat--full-width:where(:not([data-chroma="false"])) {
	width: 100%;
	max-width: 100%;
}

.chat[data-sonner-toaster]:where(:not([data-chroma="false"])) {
	--gap: 1rem;

	position: relative !important;
}

.chat[data-sonner-toaster] .chat-message[data-sonner-toast]:where(:not([data-chroma="false"])) {
	--index: 0;

	opacity: 0;
	transform: scale(0.97);
}

#customizer .chat[data-sonner-toaster] .chat-message[data-sonner-toast]:where(:not([data-chroma="false"])) {
	opacity: 1;
	transform: scale(1);
}

.chat[data-sonner-toaster] .chat-message.sender-assistant[data-sonner-toast]:where(:not([data-chroma="false"])) {
	top: 3.5rem;
}

.chroma-flow #loader:where(:not([data-chroma="false"])) {
	font-size: 16px;
}

.chroma-flow #loader .spinner-container:where(:not([data-chroma="false"])) {
	gap: 1.5em;
	padding: 1.5em;
	border-radius: 1em;
}

.chroma-flow #loader .spinner-container .header:where(:not([data-chroma="false"])) {
	font-size: 1.875em;
	gap: 1.25em;
	line-height: 2.25em;
}

.chroma-flow #loader .spinner:where(:not([data-chroma="false"])) {
	height: 4em;
	width: 4em;
}

.chroma-flow .dialog-modal[role=dialog][data-dialog-ref="searchable-documents-dialog"]:where(:not([data-chroma="false"])) {
	width: calc(100vw - 2rem) !important;
	height: calc(100vh - 2rem) !important;
}

.chroma-flow .dialog-modal[role=dialog][data-dialog-ref="searchable-documents-dialog"] #searchable-documents-dialog:where(:not([data-chroma="false"])) {
	height: auto !important;
}

.rich-editor-composite > .cke:where(:not([data-chroma="false"])) {
	width: 100% !important;
}

.chroma-flow .editor-element--image:where(:not([data-chroma="false"])) {
	text-align: center;
	display: flex;
}

.chroma-flow .editor-element--image .editor-element-html:where(:not([data-chroma="false"])) {
    width: 10rem;
	height: 10rem;
    max-width: 100%;
	flex: 1;
}

.chroma-flow .customizer-image:where(:not([data-chroma="false"])) {
	width: 100%;
	height: 100%;
	border-radius: 1rem;
	display: inline-block;
	object-fit: cover;
}

.chroma-flow .editor-element--image .editor-element-html:where(:not([data-chroma="false"])) {
	overflow: hidden;
	border-radius: 1rem;
	flex: none;
}

.chroma-flow .editor-element--image.image--fill .editor-element-html:where(:not([data-chroma="false"])) {
    width: auto !important;
    flex: 1 !important;
}

.chroma-flow .editor-element--image.image--keep-ratio .editor-element-html:where(:not([data-chroma="false"])) {
    height: auto !important;
    flex: none !important;
}

.chroma-flow .rich-editor-composite:where(:not(.editor--with-buttons)) .cke_top:where(:not([data-chroma="false"])) {
	display: none !important;
}

.chroma-flow .external-button:where(:not([data-chroma="false"])) {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}

.chroma-flow .external-button--link:where(:not([data-chroma="false"])) {
	text-decoration: underline;
	color: var(--color-cta-700);
	font-weight: 600;
}


/*
.chroma-flow [data-container] {
	--width: auto;
	--height: auto;
	--gap: 1rem;

	--padding: 0;
	--margin: 0;

	width: auto !important;
	height: auto !important;
	gap: var(--gap) !important;
	padding: var(--padding) !important;
	margin: var(--margin) !important;
}

.chroma-flow [data-container] > * {
	width: var(--width) !important;
	height: var(--height) !important;
}
*/

.chroma-flow [data-container].editor-element--rendered > [data-slot]:where(:not([data-chroma="false"])) {
	min-width: 8rem;
}

.chroma-flow [data-container][data-direction="row"]:where(:not([data-chroma="false"])) {
    display: flex;
    flex-direction: row;
}

.chroma-flow [data-container][data-direction="column"]:where(:not([data-chroma="false"])) {
    display: flex;
    flex-direction: column;
}

.chroma-flow [data-container][data-direction="row"] > [data-slot]:where(:not([data-chroma="false"])) {
    flex: auto;
}

/*
.chroma-flow .editor-element--rendered {
	--position: static;
	--z-index: auto;
	--top: unset;
	--bottom: unset;
	--left: unset;
	--right: unset;

	position: var(--position);
	z-index: var(--z-index);
	top: var(--top);
	bottom: var(--bottom);
	left: var(--left);
	right: var(--right);
}
*/

.chroma-flow [data-action="resetHtml"]:where(:not([data-chroma="false"])) {
	margin-left: auto;
}


@media screen and (min-width: 1024px) {
    :root:where(:not([data-chroma="false"])) {
        --text-300: var(--text-sm);
        --text-400: var(--text-base);
        --text-500: var(--text-lg);

        --leading-300: var(--leading-sm);
        --leading-400: var(--leading-base);
        --leading-500: var(--leading-lg);
    }

    .document-button:where(:not([data-chroma="false"])) {
        margin-right: var(--space-5);
        height: var(--space-16) !important;
        width: var(--space-16) !important;
        font-size: var(--text-500) !important;
    }

	.chat.chat--full-width:where(:not([data-chroma="false"])) {
		padding-left: 3.25rem;
	}

	.chat[data-sonner-toaster] .chat-message.sender-assistant[data-sonner-toast]:where(:not([data-chroma="false"])) {
		padding-left: 3.25rem;
	}

    .chat .chat-message.sender-assistant .avatar-container:where(:not([data-chroma="false"])) {
        align-self: flex-start;
        /*
        margin-right: var(--space-7);
        margin-bottom: var(--space-7);
         */
        width: 3.5rem;
        height: 3.5rem;
        border: solid 0.1875rem var(--color-avatar-border);
        border-radius: 9999px;
        position: absolute !important;
        top: unset !important;
        bottom: 0;
        left: 0;
        transform: translateX(calc(-100% - 0.5rem));
    }

    .chat-fieldset:where(:not([data-chroma="false"])) {
        padding: 4rem 1.5rem 1.5rem calc(1.5rem + 3.5rem);
    }

    .chat .chat-message:where(:not([data-chroma="false"])) {
        margin: 1rem auto 0 auto;
    }

    .chat .chat-message.sender-user:where(:not([data-chroma="false"])) {
        margin: 3rem 0 0 auto;
    }

    .ticket-fieldset:where(:not([data-chroma="false"])) {
        padding: 5rem 10%;
        gap: 1.5rem !important;
    }

    .abuse-report-fieldset:where(:not([data-chroma="false"])) {
        padding: 5rem 10%;
        gap: 1.5rem !important;
    }

    #gogptChat-panel .chat-message.sender-assistant > footer [data-action="openTicket"] .f-icon,
    #gogptChat-panel .chat-message.sender-assistant > footer [data-action="clearConversation"] .f-icon:where(:not([data-chroma="false"])) {
        display: inline-block;
    }

    #gogptChat-panel .ticket-buttons-fieldset:where(:not([data-chroma="false"])) {
        display: flex;
        flex-direction: row;
    }

    #abuse-report-dialog .ticket-buttons-fieldset:where(:not([data-chroma="false"])) {
        flex-direction: row;
    }

    #term-of-service-policy .description,
    #privacy-info-policy .description,
    #privacy-policy .description:where(:not([data-chroma="false"])) {
        justify-content: center;
    }

    #gogptChat-content .booking-card .booking-card__description:where(:not([data-chroma="false"])) {
        flex-direction: row;
    }
}

@media screen and (min-width: 768px) {
	:root:where(:not([data-chroma="false"])) {
		--responsive-base: calc(var(--base) * 1);
	}
}

@media screen and (min-width: 512px) {
    #term-of-service-policy > header,
    #privacy-info-policy > header:where(:not([data-chroma="false"])) {
        flex-direction: row !important;
        align-items: center !important;
    }
}

.chat-appearance--custom .chat:where(:not([data-chroma="false"])) {
    --max-width: 60rem;
}

.chat-appearance--custom .chat.chat--full-width:where(:not([data-chroma="false"])) {
    --max-width: calc(100vw - 12rem);
}


@media screen and (max-width: 1024px) {
    .chat-appearance--custom .chat:where(:not([data-chroma="false"])) {
        --max-width: calc(100vw - 12rem);
    }

    .chat-appearance--custom .chat-appearance--section.chat-appearance--large .ecommerce-image:where(:not([data-chroma="false"])) {
        width: 12rem !important;
        height: 12rem !important;
    }

    .chat-appearance--section.chat-appearance--large .document-reference-separator-icon:where(:not([data-chroma="false"])) {
        top: 4.5rem !important;
        left: calc(16rem + 1px) !important;
    }
}


body.for-landing-page .input-fieldset:where(:not([data-chroma="false"])) {
    --max-width: 60rem;
}

.input-fieldset.input-fieldset--full-width:where(:not([data-chroma="false"])) {
    --max-width: calc(100vw - 12rem);
}


@media screen and (max-width: 1024px) {
    .input-fieldset:where(:not([data-chroma="false"])) {
        --max-width: calc(100vw - 12rem);
    }
}

@media screen and (max-width: 768px) {
	.input-fieldset:where(:not([data-chroma="false"])) {
        --max-width: calc(100vw - 4rem);
    }
}

.input-fieldset:not(.input-fieldset--custom) .send-container {
	overflow: hidden;
    max-width: 60rem;
	margin: 0 auto;
	width: 100% !important;
}

.input-fieldset--custom .send-container {
    max-width: var(--max-width);
    margin: 0 auto;
    flex: none !important;
    width: 100%;
	overflow: unset;
}

.chat-appearance--custom:where(:not([data-chroma="false"])) {
    --color-from: var(--color-cta-100-rgb);
    --color-to: var(--color-cta-200-rgb);
    --color-fg: var(--color-cta-900-rgb);
    --color-border: var(--color-cta-500-rgb);

    padding: 0 !important;
    background-image: linear-gradient(to right, rgba(var(--color-from), 1), rgba(var(--color-to), 1));
    box-shadow: inset 4rem 4rem 4rem rgba(0, 0, 0, 0.05), inset -4rem -4rem 4rem rgba(0, 0, 0, 0.05);
}

.chat-appearance--custom .chat:where(:not([data-chroma="false"])) {
    max-width: none !important;
}

.chat-appearance--section .chat-message:where(:not([data-chroma="false"])) {
    padding: 0 !important;
    margin: 0 !important;
}

.chat-appearance--section .chat-message > footer .right-actions:where(:not([data-chroma="false"])) {
    display: none !important;
}

.chat-appearance--section .chat-message.sender-user:where(:not([data-chroma="false"])) {
    max-width: none;
    background-color: var(--color-gray-0);
}


.chat-appearance--custom [data-single-message="false"] .chat-message.sender-user:where(:not([data-chroma="false"])) {
    padding-top: 3rem !important;
    border-radius: 0;
}

.chat-appearance--section .chat-message > main:where(:not([data-chroma="false"])) {
    background-image: none;
    background-color: var(--color-gray-0);
    color: var(--color-gray-600);
    border-radius: 0;
    box-shadow: var(--shadow-small);
    padding: 3rem;
    line-height: 1.6;
}

.chat-appearance--section .chat-message .effective-message:where(:not([data-chroma="false"])) {
    background-image: none;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    max-width: 80rem;
    margin: 0 auto;
}

.chat-appearance--custom .chat-message.sender-user .effective-message:where(:not([data-chroma="false"])) {
    margin: 0;
	padding-bottom: 0;
    align-self: unset;
    background-image: none;
    background-color: transparent;
    font-size: 1.75rem;
    font-weight: 700;
    position: relative;
    text-align: center;
    font-family: var(--font-title, var(--dashboard-font-family));
}

.chat-appearance--section .chat-message.sender-user .effective-message:not(.prevent-line):where(:not([data-chroma="false"]))::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    border-radius: 9999px;
    width: 80%;
    background-color: rgba(var(--color-border), 1);
}

.chat-appearance--section .avatar-container:where(:not([data-chroma="false"])) {
    display: none !important;
}

.chat-appearance--section .document-reference-summary-container:where(:not([data-chroma="false"])) {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 4rem 0 !important;
    margin: 0 auto;
}

.chat-appearance--section .ecommerce-image:where(:not([data-chroma="false"])) {
    align-self: unset !important;
    width: 5rem !important;
    height: 5rem !important;
    border-radius: 9999px !important;
    border-color: rgba(var(--color-border), 0.5);
    box-shadow: 0 0 0 3px rgba(var(--color-border), 0.05);
    margin: 0 !important;
    padding: 0.25rem !important;
    flex: none !important;
}

.chat-appearance--section .document-reference:where(:not([data-chroma="false"])) {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}

.chat-appearance--section .document-references:where(:not([data-chroma="false"])) {
    margin: 0 !important;
    gap: 0 !important;
}

.chat-appearance--section .document-reference + .document-reference:where(:not([data-chroma="false"])) {
    margin-top: 0 !important;
}

.chat-appearance--section .document-reference-summary-title:where(:not([data-chroma="false"])) {
    color: rgba(var(--color-fg), 1) !important;
    font-size: 1.625rem !important;
    line-height: 2.5rem !important;
    text-align: center !important;
    font-family: var(--font-title, var(--dashboard-font-family));
}

.chat-appearance--section .document-reference-summary:where(:not([data-chroma="false"])) {
    color: rgba(var(--color-fg), 0.85) !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
    text-align: center !important;
}


/**/

.chat-appearance--custom:where(:not([data-chroma="false"])) {
    --color-from: var(--color-cta-100-rgb);
    --color-to: var(--color-cta-200-rgb);
    --color-fg: var(--color-cta-900-rgb);
    --color-border: var(--color-cta-500-rgb);

    background-image: linear-gradient(to right, rgba(var(--color-from), 1), rgba(var(--color-to), 1));
    padding: 0 !important;
    box-shadow: inset 4rem 4rem 4rem rgba(0, 0, 0, 0.05), inset -4rem -4rem 4rem rgba(0, 0, 0, 0.05);
}

.chat-appearance--custom .chat:where(:not([data-chroma="false"])) {
    max-width: none !important;
}

.chat-appearance--card .chat-message:where(:not([data-chroma="false"])) {
    padding: 0 !important;
    margin: 0 !important;
}

.chat-appearance--card .chat-message > footer .right-actions:where(:not([data-chroma="false"])) {
    display: none !important;
}

.chat-appearance--card .avatar-container:where(:not([data-chroma="false"])) {
    display: none !important;
}

.chat-appearance--card .document-reference-summary-container:where(:not([data-chroma="false"])) {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 2rem !important;
    max-width: none;
    margin: 0;
    background-color: var(--color-gray-0);
    flex: 1;
    border-radius: 1.25rem;
    position: relative;
    width: 24rem;
}

.chat-appearance--card .ecommerce-image:where(:not([data-chroma="false"])) {
    align-self: unset !important;
    width: 5rem !important;
    height: 5rem !important;
    border-radius: 9999px !important;
    border-color: rgba(var(--color-border), 0.75);
    box-shadow: 0 0 0 3px rgba(var(--color-border), 0.15);
    margin: 0 !important;
    padding: 0.25rem !important;
    flex: none !important;
    position: absolute !important;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}

.chat-appearance--card .document-reference:where(:not([data-chroma="false"])) {
    width: auto !important;
    min-width: 24rem !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    overflow: visible !important;
}

.chat-appearance--card .document-references:where(:not([data-chroma="false"])) {
    margin: 0 !important;
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    width: auto !important;
    gap: 3rem !important;
    padding: 2rem 0;
    padding-top: 4rem;
}

.chat-appearance--card .document-reference + .document-reference:where(:not([data-chroma="false"])) {
    margin-top: 0 !important;
}

.chat-appearance--card .document-reference-summary-title:where(:not([data-chroma="false"])) {
    color: rgba(var(--color-fg), 1) !important;
    font-size: 1.5rem !important;
    line-height: 1.5 !important;
    text-align: center !important;
    font-family: var(--font-title, var(--dashboard-font-family));
}

.chat-appearance--card .document-reference-summary:where(:not([data-chroma="false"])) {
    color: rgba(var(--color-fg), 0.85) !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    text-align: center !important;
}

.chat-appearance--card .chat-message.sender-user:where(:not([data-chroma="false"])) {
    max-width: none;
    background-color: var(--color-gray-0);
}

.chat-appearance--card .chat-message > main:where(:not([data-chroma="false"])) {
    background-image: none;
    background-color: var(--color-gray-0);
    color: var(--color-gray-600);
    border-radius: 0;
    box-shadow: var(--shadow-small);
    padding: 3rem;
    line-height: 1.6;
}

.chat-appearance--card .chat-message .effective-message:where(:not([data-chroma="false"])) {
    background-image: none;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    max-width: 80rem;
    margin: 0 auto;
}

.chat-appearance--card .chat-message.sender-user .effective-message:where(:not([data-chroma="false"])) {
    margin: 0;
    align-self: unset;
    background-image: none;
    background-color: transparent;
    font-size: 1.75rem;
    font-weight: 700;
    position: relative;
}

.chat-appearance--custom .chat-message > footer:where(:not([data-chroma="false"])) {
    justify-content: center;
}


.chat-appearance--custom .chat-message .document-references:where(:not([data-chroma="false"])) {
    justify-content: center;
}


.chat-appearance--card .chat-message.sender-user .effective-message:not(.prevent-line):where(:not([data-chroma="false"]))::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    border-radius: 9999px;
    width: 80%;
    background-color: rgba(var(--color-border), 1);
}

.chat-message-appearance--custom .chat-message.sender-user .effective-message > span:where(:not([data-chroma="false"]))::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    border-radius: 9999px;
    width: 80%;
    background-color: rgba(var(--color-border), 1);
}

/**/

.chat-appearance--section.chat-appearance--large .document-reference-summary-container:where(:not([data-chroma="false"])) {
    display: flex;
    flex-direction: row !important;
    gap: 0 !important;
}

.chat-appearance--section.chat-appearance--large .document-reference-summary-container:where(:not([data-chroma="false"])) {
    max-width: none;
    margin: 0;
}

.chat-appearance--section.chat-appearance--large .document-reference-summary-container .document-reference-summary-content:where(:not([data-chroma="false"])) {
    margin: 0;
    padding-left: 4rem;
    padding-top: 0 !important;
    align-self: flex-start;
    gap: 1rem;
}

.chat-appearance--section.chat-appearance--large .ecommerce-image:where(:not([data-chroma="false"])) {
    align-self: unset !important;
    width: 16rem !important;
    height: 16rem !important;
    border-radius: 1.75rem !important;
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(var(--color-border), 0.05), var(--shadow-md);
    margin: 0 !important;
    padding: 2rem !important;
    flex: none !important;
    align-self: flex-start !important;
}

.chat-appearance--section.chat-appearance--large .document-reference-summary-title:where(:not([data-chroma="false"])) {
    text-align: left !important;
    font-family: var(--font-title, var(--dashboard-font-family));
}

.chat-appearance--section.chat-appearance--large .document-reference-summary:where(:not([data-chroma="false"])) {
    text-align: left !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
}

.chat-appearance--section.chat-appearance--large .document-reference-separator:where(:not([data-chroma="false"])) {
    width: 1px;
    height: calc(100% + 12rem);
    border-right: dashed 2px rgba(var(--color-border), 0.5);
    margin-left: 4rem;
}

.chat-appearance--section.chat-appearance--large .document-reference:last-child .document-reference-separator:where(:not([data-chroma="false"])) {
    height: calc(100% + 12rem);
}

.chat-appearance--section.chat-appearance--large .document-reference-separator-icon:where(:not([data-chroma="false"])) {
    position: absolute;
    top: 6.5rem;
    left: calc(20rem + 1px);
    transform: translateX(-50%);
    font-size: 1.5rem;
    color: rgba(var(--color-border), 1);
    background-color: var(--color-gray-0);
    border-radius: 9999px;
}

thinking, think, quickedit, Thinking, Think, Quickedit, QuickEdit {
    display: none !important;
}

.preconfigured-prompts {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    gap: 1rem;
    padding: 1rem 2rem;
    background-color: rgba(var(--color-gray-0-rgb), 0.75);
    backdrop-filter: blur(4px);
    color: rgba(var(--color-gray-900-rgb), 1);
    border-radius: 1rem 1rem 0 0;
    box-shadow: 0 -8px 15px -3px rgb(0, 0, 0, 0.1), 0 4px 6px -4px rgb(0, 0, 0, 0.1);
    transition: all 200ms ease-out;
}

.preconfigured-prompt {
    border-radius: 0.5rem;
    cursor: pointer;
    padding: 0.5rem 1rem;
    transition: all 200ms ease-out;
}

.preconfigured-prompt:hover {
    background-color: var(--color-gray-100);
}

.preconfigured-prompts.ui-state-disabled {
    color: rgba(var(--color-gray-900-rgb), 0.5);
}

.form-container {
	height: auto !important;
}

#layout .input-fieldset {
    flex-direction: column !important;
    gap: 1.5rem !important;
}

#customizer-html .input-fieldset.input-fieldset--fixed:where(:not([data-chroma="false"])),
.for-landing-page .input-fieldset.input-fieldset--fixed:where(:not([data-chroma="false"])) {
	position: sticky !important;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1.5rem;
    background-color: transparent;
    background-image: linear-gradient(to top, rgba(var(--color-gray-0-rgb), 1) 0%, rgba(var(--color-gray-0-rgb), 0.9) 50%, rgba(var(--color-gray-0-rgb), 0.8) 75%, transparent);
    backdrop-filter: none;
    z-index: 9999;
}

/*
#customizer-html .input-fieldset.input-fieldset--fixed:where(:not([data-chroma="false"])) {
	position: absolute !important;
}
*/

.preconfigured-prompts--input {
	position: static;
	box-shadow: none;
	padding: 0;
	font-size: 0.75rem;
	transform: none;
}

.preconfigured-prompts--input .preconfigured-prompt {
	color: var(--color-gray-600);
	border: dashed 1px var(--color-gray-200);
}

:where(.preconfigured-prompts--input .preconfigured-prompt) {
	background-color: rgba(var(--color-gray-50-rgb), 0.5);
}

.for-landing-page .assistant-fieldset {
	font-size: 1rem;
	line-height: 1.4;
    width: 100%;
}

body:not(.for-landing-page) .assistant-fieldset {
	gap: 0;
}

:where(.chroma-flow) #customizer-html :where(p),
:where(.chroma-flow).for-landing-page :where(p) {
	font-size: initial;
	line-height: 1.4;
}

#layout .ai-helper {
	font-size: 0.75rem !important;
	width: auto;
	height: 2.25rem;
    padding: 0 1rem;
	display: inline-flex;
    gap: 0.5rem;
	justify-content: center;
	align-items: center;
	border-radius: 0.625rem;
	background-color: var(--color-gray-0);
	color: var(--color-gray-600);
	border: solid 1px var(--color-gray-200);
	box-shadow: var(--shadow-sm);
	cursor: pointer;
	transition: all 0.2s ease-out;
}

#layout .ai-helper:hover {
	background-color: var(--color-gray-50);
}

#layout .ai-helper i {
	font-size: inherit !important;
}

#layout * + .ai-helper,
#layout .ai-helper + * {
	margin-top: 0.75rem;
}

#ai-helper-popover {
	position: fixed;
	top: 2rem;
	left: 2rem;
	width: calc(100svw - 4rem);
	max-width: 40rem;
	height: calc(100svh - 4rem);
	background-color: var(--color-gray-0);
	border-radius: 1.5rem;
	z-index: 99;
	box-shadow: var(--shadow-xl);
	pointer-events: none;
	display: flex;
	flex-direction: column;
	overflow-y: scroll;
	transition: all 0.2s ease-out;
}

#ai-helper-popover[data-state="closed"] {
	opacity: 0;
	pointer-events: none;
	transform: scale(0.98) translateX(-1.5rem);
}

#ai-helper-popover[data-state="open"] {
	opacity: 1;
	transform: scale(1) translate(0, 0);
	pointer-events: auto;
}

#ai-helper-popover .input-fieldset .send-container {
	border-radius: 0.625rem;
	overflow-x: hidden;
}

.input-fieldset--integrated {
	padding: 0 !important;
	margin: 0 !important;
	margin-top: 1rem !important;
	background-color: transparent !important;
}

.input-fieldset--integrated .send-container {
	border-radius: 0.625rem;
	overflow-x: hidden;
	border-color: transparent;
	box-shadow: var(--shadow-md);
}

.input-fieldset--integrated .send-container:hover {
	--tw-ring-width: 2px;
	--tw-ring-color: rgba(var(--color-input-border-active-rgb), 0.2);
	--tw-ring-offset-color: var(--color-gray-0);
	--tw-ring-offset-width: 2px;
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-width) + var(--tw-ring-offset-width)) var(--tw-ring-color);

	border-color: var(--color-input-border-active);
	box-shadow: var(--shadow-md), 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-shadow);
}

#ai-helper-popover [data-name="helperMessage"] {
	padding: 0.75rem !important;
	font-size: 0.875rem !important;
	border: none !important;
	box-shadow: none !important;
	flex: 1 !important;
	overflow-y: auto !important;
	outline: none;
}

.input-fieldset--integrated [data-name="manualPrompt"] {
	padding: 0.75rem !important;
	font-size: 0.875rem !important;
	border: none !important;
	box-shadow: none !important;
	flex: 1 !important;
	overflow-y: auto !important;
	outline: none;
}

#ai-helper-popover > header {
	padding: 1rem;
	text-align: right;
	font-size: 1.125rem;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(var(--color-gray-0-rgb), 0.8);
	backdrop-filter: blur(4px);
}

#ai-helper-popover > header i {
	padding: 0.25rem 0.5rem;
	cursor: pointer;
}

#ai-helper-popover #helper-chat {
	flex: auto;
	display: flex;
	flex-direction: column;
}

#ai-helper-popover > footer {
	flex: none;
	position: sticky;
	bottom: 0;
}

#ai-helper-popover .helper-message {
	padding: 1rem;
	margin: 1.5rem;
}

#ai-helper-popover .helper-message--user {
	text-align: right;
	background-color: var(--color-gray-100);
	color: var(--color-gray-900);
	border-radius: 0.625rem;
	margin-left: auto;
	margin-bottom: 0;
}

#ai-helper-popover .helper-message--assistant {
}


.ai-helper--integrated {
	display: flex;
	flex-direction: column;
	min-height: 2.25rem;
}

.ai-helper--integrated .text {
	flex: auto;
}

.ai-helper--integrated .effective-message {
	flex: none;
}


#layout * + .ai-helper--integrated,
#layout .ai-helper--integrated + * {
	margin-top: 0.75rem;
}

#layout .manual-question {
	font-size: 0.75rem !important;
	width: auto;
	height: 2.25rem;
	display: inline-flex;
    gap: 0.5rem;
	justify-content: center;
	align-items: center;
	border-radius: 0.625rem;
	background-color: var(--color-gray-0);
	color: var(--color-gray-600);
	border: solid 1px var(--color-gray-200);
	box-shadow: var(--shadow-sm);
	cursor: pointer;
	transition: all 0.2s ease-out;
}

#layout .manual-question:hover {
	background-color: var(--color-gray-50);
}

#layout .manual-question i {
	font-size: inherit !important;
}

#layout * + .manual-question,
#layout .manual-question + * {
	margin-top: 0.75rem;
}

.drawer {
	min-width: 28rem;
	max-width: 100vw;
	position: fixed;
	top: 0;
	bottom: 0;
	padding: 2rem;
	z-index: 100;
	background-color: white;
	left: 0;
	border-top-right-radius: 1rem;
	border-bottom-right-radius: 1rem;
	transform: translateX(-100%);
}

.drawer[data-from="left"],
.drawer[data-from="right"] {
	height: var(--window-height) !important;
}

.drawer .drawer-title {
	font-size: 1rem;
}

.drawer .drawer-title {
	color: var(--color-gray-500);
	font-weight: 500;
	display: flex;
	flex-direction: column;
	gap: 0.125rem;
	font-size: 0.75rem;
}

.drawer .drawer-title em {
	color: var(--color-gray-900);
	font-weight: 700;
	font-style: normal;
	font-size: 1rem;
}

.drawer .field-composite {
	gap: 0.25rem;
}

.drawer .drawer-actions {
	margin-top: 1rem;
}

#drawer-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	background-color: var(--color-gray-900);
	opacity: 0;
	pointer-events: none;
}

#drawer-overlay[data-state="open"] {
	pointer-events: auto;
}

.ai-helper__document-inline {
	display: inline-flex;
	background-color: var(--color-gray-0);
	box-shadow: var(--shadow-sm);
	border-radius: 0.625rem;
	overflow: hidden;
	padding: 0.5rem;
	flex: none;
}

.ai-helper__document-inline img {
	width: 2rem;
	height: 2rem;
	object-fit: contain;
	border-radius: 0.625rem;
}

.ai-helper__documents {
	display: flex;
	gap: 0.5rem;
	align-items: center;
	flex-wrap: wrap;
}

#layout * + .ai-helper__documents,
#layout .ai-helper__documents + * {
	margin-top: 0.75rem;
}

.generic-image {
	isolation: isolate;
}

.questions {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}


.questions .question-badge {
    padding: 0.5rem 0.75rem;
    border-radius: 9999px;
    background-color: var(--color-gray-0);
    color: var(--color-gray-900);
    font-size: 0.75rem;
    font-weight: 500;
    cursor: pointer;
    box-shadow: var(--shadow-sm);
    transition: all 0.2s ease-out;
}

.chat-message.sender-assistant .questions--message .question-badge {
    background-color: var(--color-cta-50);
    color: var(--color-cta-900);
    box-shadow: var(--shadow-sm);
}

.skeleton {
    flex: auto;
    min-height: 1rem;
    border-radius: 0.25rem;
    background-color: rgba(var(--color-gray-200-rgb), 0.75);
    margin: 0 1rem;
}


.assistant-fieldset .input-fieldset > .questions {
    padding: 1rem;
	margin: 0 auto -1.25rem;
	justify-content: center;
	max-width: var(--max-width);
}

.assistant-fieldset  .input-fieldset--fixed .questions {
    padding: 0.25rem;
}

.assistant-fieldset .input-fieldset > .questions .question-badge {
    border: solid 1px rgba(var(--color-gray-200-rgb), 0.75);
}




.linkified-product {
    text-transform: uppercase;
    cursor: pointer;
    font-size: 0.75rem;
    display: inline-flex;
    align-items: center;
    line-height: normal;
    gap: 0.75rem;
    border: none;
    border-radius: 9999px;
    background-color: rgba(var(--color-gray-0-rgb), 1);
    box-shadow: var(--shadow-sm);
    color: var(--color-gray-900);
    padding: 0.125rem 0.125rem 0.125rem 0.5rem;
    max-width: 100%;
    margin: 0.25rem 0;
    backdrop-filter: blur(4px);
    position: relative;
}

.linkified-product .icon-actions {
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1rem;
    font-size: 1rem;
}

.linkified-product .icon-action {
    opacity: 0;
    color: rgba(var(--color-cta-700-rgb), 0.75);
    transition: color 0.2s ease-in-out !important;
}

.linkified-product .icon-action:hover {
    color: rgba(var(--color-cta-700-rgb), 1);
}

.linkified-product .linkified-product-text {
    width: 0%;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}

.linkified-product .separator {
    height: 1.5rem;
    width: 1px;
    background-color: var(--color-gray-200);
    border-radius: 9999px;
    display: none;
}

.linkified-product img {
    padding: 0;
    width: 1.5rem;
    height: 1.5rem;
    border: none;
    box-shadow: none;
    align-self: center;
}

.linkified-product .linkify-image-placeholder {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 2rem;
    height: 1.5rem;
    border: none;
    box-shadow: none;
    color: var(--color-gray-300);
}

.chat-fieldset[data-direction="reverse"] .chat {
    flex-direction: column-reverse;
}

.chat-fieldset .chat-message__wrapper {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
}

.chat-fieldset *:not(i, i *) {
    font-family: var(--font-text, var(--dashboard-font-family));
}

.chat-appearance--custom .effective-message {
    max-width: var(--max-width) !important;
}

.chat-appearance--custom .document-references {
    max-width: var(--max-width) !important;
}

.chat-appearance--custom .chat--full-width {
    padding: 0 !important;
}

.chat-appearance--custom .document-reference-summary * {
    font-size: inherit !important;
}




.chat-fieldset .chat-message__wrapper--withImage {
	position: relative;
}

.chat-fieldset .chat-message__wrapper--withImage.chat-message-appearance--withImage .chat-message__image {
	--height: 0;

	position: absolute;
	z-index: 1;
	width: auto;
	height: var(--height);
	top: calc(3rem + 0.875rem);
	left: calc((100vw - var(--max-width)) / 2);
	border-radius: 1.5rem;
	pointer-events: none !important;
}



.chat-fieldset .chat-message__wrapper--withImage.chat-message-appearance--withImage .chat-message .effective-message > * {
	position: relative;
	display: inline-block;
	margin-left: calc(var(--image-width) + 4rem) !important;
	font-family: inherit;
}

.chat-fieldset .chat-message__wrapper--withImage.chat-message-appearance--withImage .chat-message.sender-user {
	text-align: left;
	align-items: flex-start;
}

.chat-fieldset .chat-message__wrapper--withImage.chat-message-appearance--withImage .chat-message.sender-user .effective-message {
	display: inline-block;
	text-align: left;
	width: 100%;
	max-width: var(--max-width) !important;
	margin: 0 auto;
	padding-left: 0;
}

/* --- */
.chat-fieldset .chat-message__wrapper--withImage.chat-message-appearance--withBackgroundImage .chat-message__image {
	--height: 0;

	position: absolute;
	z-index: 1;
	width: auto;
	height: calc(var(--height) - (2 * (3rem + 0.875rem)));
	top: calc(3rem + 0.875rem);
	left: calc((100vw - var(--max-width)) / 2);
	border-radius: 0;
	pointer-events: none !important;
	object-fit: cover;
	object-position: center center;
}

.chat-fieldset .chat-message__wrapper--withImage.chat-message-appearance--withBackgroundImage .chat-message__image.chat-message__image--background {
	top: unset;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: calc(100% + var(--user-msg-height));
	padding: 0;
}

.chat-fieldset .chat-message__wrapper--withImage.chat-message-appearance--withBackgroundImage .chat-message .effective-message > * {
	position: relative;
	display: inline-block;
	margin-left: calc(var(--image-width) + 4rem) !important;
	font-family: inherit;
}

.chat-fieldset .chat-message__wrapper--withImage.chat-message-appearance--withBackgroundImage .chat-message.sender-user {
	text-align: left;
	align-items: flex-start;
	position: relative;
}

.chat-fieldset .chat-message__wrapper--withImage.chat-message-appearance--withBackgroundImage .chat-message.sender-assistant > main {
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
}

.chat-fieldset .chat-message__wrapper--withImage.chat-message-appearance--withBackgroundImage .chat-message .effective-message > span {
	background-color: rgba(var(--color-gray-0-rgb), 0.75);
	backdrop-filter: blur(4px);
	padding: 3rem;
	position: relative;
	z-index: 2;
	border-radius: 0;
}

.chat-fieldset .chat-message__wrapper--withImage.chat-message-appearance--withBackgroundImage .chat-message.sender-user .effective-message > span {
	width: 100%;
	padding-bottom: 0 !important;
	border-top-left-radius: 1.5rem;
	border-top-right-radius: 1.5rem;
	flex: 1;
}

.chat-fieldset .chat-message__wrapper--withImage.chat-message-appearance--withBackgroundImage .chat-message.sender-user .effective-message > span::before {
	left: 3rem;
	width: 8rem;
}

.chat-fieldset .chat-message__wrapper--withImage.chat-message-appearance--withBackgroundImage .chat-message.sender-assistant .effective-message > span {
	border-bottom-left-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
}

.chat-fieldset .chat-message__wrapper--withImage.chat-message-appearance--withBackgroundImage .chat-message.sender-user .effective-message {
	text-align: left;
	width: 100%;
	max-width: var(--max-width) !important;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
	display: flex;
	border-radius: 0;
}


.chat-message.sender-user {
	position: relative;
}

.user-message__actions {
	position: absolute;
	display: flex;
	flex-direction: row;
	gap: 0.25rem;
	right: 0;
	top: 0;
	transform: translateY(-50%);
}

.chat-message--intro .user-message__actions {
	display: none !important;
}

.user-message__cell-actions {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	gap: 0.25rem;
	right: 0;
	top: 0;
	transform: translateY(-50%);
}

.user-message__cell-action {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 9999px;
	cursor: pointer;
	background-color: rgba(var(--color-gray-300-rgb), 0.75);
	color: var(--color-gray-700);
	backdrop-filter: blur(4px);
}

.user-message__action {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 9999px;
	cursor: pointer;
	background-color: rgba(var(--color-gray-300-rgb), 0.75);
	color: var(--color-gray-700);
	backdrop-filter: blur(4px);
}

.chat-message.sender-assistant .user-message__action {
	background-color: rgba(var(--color-cta-300-rgb), 0.75);
	color: var(--color-cta-700);
}


.chat-message.sender-assistant .effective-message table {
    border-collapse: separate;
    border-spacing: 0;
    border: solid 1px var(--color-cta-500);
    border-radius: 1rem;
    white-space: normal;
    overflow: hidden;
    width: 100%;
}

.chat-message.sender-assistant .effective-message table th,
.chat-message.sender-assistant .effective-message table td {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    vertical-align: initial;
}

.chat-message.sender-assistant .effective-message table thead tr {
    background-color: var(--color-cta-500);
    color: var(--color-gray-0);
}

.chat-message.sender-assistant .effective-message table th {
    text-transform: uppercase;
    font-weight: 600;
}

.chat-message.sender-assistant .effective-message table tbody tr:nth-child(even) {
    background-color: var(--color-cta-100);
}

.chat-message.sender-assistant .effective-message table tbody tr:nth-child(odd) {
    background-color: rgba(var(--color-cta-50-rgb), 0.025);
}


.chat-message.sender-assistant .effective-message table tbody tr:nth-child(even):hover {
    background-color: var(--color-cta-200);
}

.chat-message.sender-assistant .effective-message table tbody tr:nth-child(odd):hover {
    background-color: var(--color-cta-200);
}

.chat-message.sender-assistant .effective-message table .linkified-product {
    display: none !important;
}






#assistant-content {
	background-color: var(--color-gray-0);
}

#assistant-content .chat-message.sender-assistant .data-table-container table {
    border-collapse: separate;
    border-spacing: 0;
    border: solid 1px var(--color-cta-500);
    border-radius: 1rem;
    white-space: normal;
    overflow: hidden;
    margin-top: 1rem;
}

#assistant-content .chat-message.sender-assistant .data-table-container table th,
#assistant-content .chat-message.sender-assistant .data-table-container table td {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    background-color: inherit;
}

#assistant-content .chat-message.sender-assistant .data-table-container table thead tr {
    background-color: var(--color-cta-500);
    color: var(--color-gray-0);
}

#assistant-content .chat-message.sender-assistant .data-table-container table th {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--color-gray-0);
}

#assistant-content .chat-message.sender-assistant .data-table-container table td {
    color: var(--color-cta-800);
}

#assistant-content .chat-message.sender-assistant .data-table-container table tbody tr:nth-child(even) {
    background-color: var(--color-cta-100);
}

#assistant-content .chat-message.sender-assistant .data-table-container table tbody tr:nth-child(odd) {
    background-color: rgba(var(--color-cta-200-rgb), 0.125);
}


#assistant-content .chat-message.sender-assistant .data-table-container table tbody tr:nth-child(even):hover {
    background-color: var(--color-cta-200);
}

#assistant-content .chat-message.sender-assistant .data-table-container table tbody tr:nth-child(odd):hover {
    background-color: var(--color-cta-200);
}

#assistant-content .chat-message.sender-assistant .data-table-container table .linkified-product {
    display: none !important;
}

mjx-container svg {
	display: inline-block;
}


.document-media-list {
	align-self: flex-end;
	margin: 1rem 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: flex-end;
}

.document-media {
	height: 8rem;
	border-radius: 0.625rem;
	opacity: 0;
	cursor: pointer;
}

.chat-message.sender-assistant .effective-message > span img {
	display: inline-block;
    margin: 0.25rem;
	height: 3rem;
	border-radius: 0.625rem;
	width: auto;
	cursor: pointer;
}

#document-media__fullscreen {
	position: fixed;
	top: 2rem;
	bottom: 2rem;
	left: 2rem;
	right: 2rem;
	z-index: 100;
}

#document-media__image {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: var(--color-gray-0);
	padding: 1rem;
	border-radius: 0.625rem;
	display: flex;
	flex-direction: column;
}

#document-media__image > header {
	margin-bottom: 1rem;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

#document-media__image > header i {
	font-size: 1.125rem;
	cursor: pointer;
	color: var(--color-gray-800);
}

#document-media__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 0.625rem;
	flex: 1;
}

#document-media__overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(var(--color-gray-1000-rgb), 0.5);
	backdrop-filter: blur(4px);
}

#documents-details-drawer > main {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	justify-content: center;
}

.chatting--disabled {
	opacity: 0.5 !important;
	pointer-events: none !important;
}

.chatting--disabled * {
	pointer-events: none !important;
}

.for-landing-page .document-video__container,
.for-landing-page .message-tags,
.for-landing-page .vega-chart-container,
.for-landing-page .data-table-container {
	display: none !important;
}

.embla {
	overflow: hidden;
}
.embla__container {
	display: flex;
}
.embla__slide {
	flex: 0 0 100%;
	min-width: 0;
}

.scrollbar-cell {
	display: none !important;
}

[data-name="topics"] td,
[data-name="topics"] th {
	max-width: 100%;
	min-width: 100%;
	width: 100%;
}

#gogptChat-content > .ui-panel-content-text > .hrd-form > .dashlet-fieldset > .fieldset {
	min-height: 100%;
}

[data-name="topics"] .dataTables_scrollBody table,
[data-name="topics"] .dataTables_scrollBody tbody,
[data-name="topics"] .dataTables_scrollBody tbody tr,
[data-name="topics"] .dataTables_scrollBody tbody td {
	max-width: 75vw !important;
	min-width: 100% !important;
	width: 100% !important;
}