﻿@font-face {
    font-family: DM Sans;
    src: local(DMSans-Regular),url(./DMSans-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap
}

@font-face {
    font-family: DM Sans;
    src: local(DMSans-Bold),url(./DMSans-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-display: swap
}

.zf-prose {
    color: var(--tw-prose-body);
    max-width: 65ch
}

    .zf-prose :where(p):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: 1.25em;
        margin-bottom: 1.25em
    }

    .zf-prose :where([class~=lead]):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        color: var(--tw-prose-lead);
        font-size: 1.25em;
        line-height: 1.6;
        margin-top: 1.2em;
        margin-bottom: 1.2em
    }

    .zf-prose :where(a):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        color: var(--tw-prose-links);
        text-decoration: underline;
        font-weight: 500
    }

    .zf-prose :where(strong):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        color: var(--tw-prose-bold);
        font-weight: 600
    }

    .zf-prose :where(a strong):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        color: inherit
    }

    .zf-prose :where(blockquote strong):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        color: inherit
    }

    .zf-prose :where(thead th strong):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        color: inherit
    }

    .zf-prose :where(ol):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        list-style-type: decimal;
        margin-top: 1.25em;
        margin-bottom: 1.25em;
        padding-inline-start: 1.625em
    }

    .zf-prose :where(ol[type=A]):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        list-style-type: upper-alpha
    }

    .zf-prose :where(ol[type=a]):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        list-style-type: lower-alpha
    }

    .zf-prose :where(ol[type=A s]):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        list-style-type: upper-alpha
    }

    .zf-prose :where(ol[type=a s]):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        list-style-type: lower-alpha
    }

    .zf-prose :where(ol[type=I]):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        list-style-type: upper-roman
    }

    .zf-prose :where(ol[type=i]):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        list-style-type: lower-roman
    }

    .zf-prose :where(ol[type=I s]):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        list-style-type: upper-roman
    }

    .zf-prose :where(ol[type=i s]):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        list-style-type: lower-roman
    }

    .zf-prose :where(ol[type="1"]):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        list-style-type: decimal
    }

    .zf-prose :where(ul):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        list-style-type: disc;
        margin-top: 1.25em;
        margin-bottom: 1.25em;
        padding-inline-start: 1.625em
    }

    .zf-prose :where(ol>li):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *))::marker {
        font-weight: 400;
        color: var(--tw-prose-counters)
    }

    .zf-prose :where(ul>li):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *))::marker {
        color: var(--tw-prose-bullets)
    }

    .zf-prose :where(dt):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        color: var(--tw-prose-headings);
        font-weight: 600;
        margin-top: 1.25em
    }

    .zf-prose :where(hr):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        border-color: var(--tw-prose-hr);
        border-top-width: 1px;
        margin-top: 3em;
        margin-bottom: 3em
    }

    .zf-prose :where(blockquote):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        font-weight: 500;
        font-style: italic;
        color: var(--tw-prose-quotes);
        border-inline-start-width: .25rem;
        border-inline-start-color: var(--tw-prose-quote-borders);
        quotes: "“""”""‘""’";
        margin-top: 1.6em;
        margin-bottom: 1.6em;
        padding-inline-start: 1em
    }

    .zf-prose :where(blockquote p:first-of-type):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)):before {
        content: open-quote
    }

    .zf-prose :where(blockquote p:last-of-type):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)):after {
        content: close-quote
    }

    .zf-prose :where(h1):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        color: var(--tw-prose-headings);
        font-weight: 800;
        font-size: 2.25em;
        margin-top: 0;
        margin-bottom: .8888889em;
        line-height: 1.1111111
    }

    .zf-prose :where(h1 strong):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        font-weight: 900;
        color: inherit
    }

    .zf-prose :where(h2):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        color: var(--tw-prose-headings);
        font-weight: 700;
        font-size: 1.5em;
        margin-top: 2em;
        margin-bottom: 1em;
        line-height: 1.3333333
    }

    .zf-prose :where(h2 strong):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        font-weight: 800;
        color: inherit
    }

    .zf-prose :where(h3):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        color: var(--tw-prose-headings);
        font-weight: 600;
        font-size: 1.25em;
        margin-top: 1.6em;
        margin-bottom: .6em;
        line-height: 1.6
    }

    .zf-prose :where(h3 strong):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        font-weight: 700;
        color: inherit
    }

    .zf-prose :where(h4):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        color: var(--tw-prose-headings);
        font-weight: 600;
        margin-top: 1.5em;
        margin-bottom: .5em;
        line-height: 1.5
    }

    .zf-prose :where(h4 strong):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        font-weight: 700;
        color: inherit
    }

    .zf-prose :where(img):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: 2em;
        margin-bottom: 2em
    }

    .zf-prose :where(picture):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        display: block;
        margin-top: 2em;
        margin-bottom: 2em
    }

    .zf-prose :where(video):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: 2em;
        margin-bottom: 2em
    }

    .zf-prose :where(kbd):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        font-weight: 500;
        font-family: inherit;
        color: var(--tw-prose-kbd);
        box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),0 3px rgb(var(--tw-prose-kbd-shadows) / 10%);
        font-size: .875em;
        border-radius: .3125rem;
        padding-top: .1875em;
        padding-inline-end: .375em;
        padding-bottom: .1875em;
        padding-inline-start: .375em
    }

    .zf-prose :where(code):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        color: var(--tw-prose-code);
        font-weight: 600;
        font-size: .875em
    }

        .zf-prose :where(code):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)):before {
            content: "`"
        }

        .zf-prose :where(code):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)):after {
            content: "`"
        }

    .zf-prose :where(a code):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        color: inherit
    }

    .zf-prose :where(h1 code):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        color: inherit
    }

    .zf-prose :where(h2 code):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        color: inherit;
        font-size: .875em
    }

    .zf-prose :where(h3 code):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        color: inherit;
        font-size: .9em
    }

    .zf-prose :where(h4 code):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        color: inherit
    }

    .zf-prose :where(blockquote code):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        color: inherit
    }

    .zf-prose :where(thead th code):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        color: inherit
    }

    .zf-prose :where(pre):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        color: var(--tw-prose-pre-code);
        background-color: var(--tw-prose-pre-bg);
        overflow-x: auto;
        font-weight: 400;
        font-size: .875em;
        line-height: 1.7142857;
        margin-top: 1.7142857em;
        margin-bottom: 1.7142857em;
        border-radius: .375rem;
        padding-top: .8571429em;
        padding-inline-end: 1.1428571em;
        padding-bottom: .8571429em;
        padding-inline-start: 1.1428571em
    }

    .zf-prose :where(pre code):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        background-color: transparent;
        border-width: 0;
        border-radius: 0;
        padding: 0;
        font-weight: inherit;
        color: inherit;
        font-size: inherit;
        font-family: inherit;
        line-height: inherit
    }

        .zf-prose :where(pre code):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)):before {
            content: none
        }

        .zf-prose :where(pre code):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)):after {
            content: none
        }

    .zf-prose :where(table):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        width: 100%;
        table-layout: auto;
        margin-top: 2em;
        margin-bottom: 2em;
        font-size: .875em;
        line-height: 1.7142857
    }

    .zf-prose :where(thead):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        border-bottom-width: 1px;
        border-bottom-color: var(--tw-prose-th-borders)
    }

    .zf-prose :where(thead th):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        color: var(--tw-prose-headings);
        font-weight: 600;
        vertical-align: bottom;
        padding-inline-end: .5714286em;
        padding-bottom: .5714286em;
        padding-inline-start: .5714286em
    }

    .zf-prose :where(tbody tr):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        border-bottom-width: 1px;
        border-bottom-color: var(--tw-prose-td-borders)
    }

    .zf-prose :where(tbody tr:last-child):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        border-bottom-width: 0
    }

    .zf-prose :where(tbody td):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        vertical-align: baseline
    }

    .zf-prose :where(tfoot):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        border-top-width: 1px;
        border-top-color: var(--tw-prose-th-borders)
    }

    .zf-prose :where(tfoot td):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        vertical-align: top
    }

    .zf-prose :where(th,td):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        text-align: start
    }

    .zf-prose :where(figure>*):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: 0;
        margin-bottom: 0
    }

    .zf-prose :where(figcaption):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        color: var(--tw-prose-captions);
        font-size: .875em;
        line-height: 1.4285714;
        margin-top: .8571429em
    }

.zf-prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-kbd: #111827;
    --tw-prose-kbd-shadows: 17 24 39;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75
}

    .zf-prose :where(picture>img):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: 0;
        margin-bottom: 0
    }

    .zf-prose :where(li):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: .5em;
        margin-bottom: .5em
    }

    .zf-prose :where(ol>li):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        padding-inline-start: .375em
    }

    .zf-prose :where(ul>li):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        padding-inline-start: .375em
    }

    .zf-prose :where(.zf-prose>ul>li p):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: .75em;
        margin-bottom: .75em
    }

    .zf-prose :where(.zf-prose>ul>li>p:first-child):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: 1.25em
    }

    .zf-prose :where(.zf-prose>ul>li>p:last-child):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-bottom: 1.25em
    }

    .zf-prose :where(.zf-prose>ol>li>p:first-child):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: 1.25em
    }

    .zf-prose :where(.zf-prose>ol>li>p:last-child):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-bottom: 1.25em
    }

    .zf-prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: .75em;
        margin-bottom: .75em
    }

    .zf-prose :where(dl):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: 1.25em;
        margin-bottom: 1.25em
    }

    .zf-prose :where(dd):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: .5em;
        padding-inline-start: 1.625em
    }

    .zf-prose :where(hr+*):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: 0
    }

    .zf-prose :where(h2+*):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: 0
    }

    .zf-prose :where(h3+*):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: 0
    }

    .zf-prose :where(h4+*):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: 0
    }

    .zf-prose :where(thead th:first-child):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        padding-inline-start: 0
    }

    .zf-prose :where(thead th:last-child):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        padding-inline-end: 0
    }

    .zf-prose :where(tbody td,tfoot td):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        padding-top: .5714286em;
        padding-inline-end: .5714286em;
        padding-bottom: .5714286em;
        padding-inline-start: .5714286em
    }

    .zf-prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        padding-inline-start: 0
    }

    .zf-prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        padding-inline-end: 0
    }

    .zf-prose :where(figure):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: 2em;
        margin-bottom: 2em
    }

    .zf-prose :where(.zf-prose>:first-child):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: 0
    }

    .zf-prose :where(.zf-prose>:last-child):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-bottom: 0
    }

.zf-prose-sm {
    font-size: .875rem;
    line-height: 1.7142857
}

    .zf-prose-sm :where(p):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: 1.1428571em;
        margin-bottom: 1.1428571em
    }

    .zf-prose-sm :where([class~=lead]):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        font-size: 1.2857143em;
        line-height: 1.5555556;
        margin-top: .8888889em;
        margin-bottom: .8888889em
    }

    .zf-prose-sm :where(blockquote):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
        padding-inline-start: 1.1111111em
    }

    .zf-prose-sm :where(h1):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        font-size: 2.1428571em;
        margin-top: 0;
        margin-bottom: .8em;
        line-height: 1.2
    }

    .zf-prose-sm :where(h2):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        font-size: 1.4285714em;
        margin-top: 1.6em;
        margin-bottom: .8em;
        line-height: 1.4
    }

    .zf-prose-sm :where(h3):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        font-size: 1.2857143em;
        margin-top: 1.5555556em;
        margin-bottom: .4444444em;
        line-height: 1.5555556
    }

    .zf-prose-sm :where(h4):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: 1.4285714em;
        margin-bottom: .5714286em;
        line-height: 1.4285714
    }

    .zf-prose-sm :where(img):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: 1.7142857em;
        margin-bottom: 1.7142857em
    }

    .zf-prose-sm :where(picture):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: 1.7142857em;
        margin-bottom: 1.7142857em
    }

    .zf-prose-sm :where(picture>img):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: 0;
        margin-bottom: 0
    }

    .zf-prose-sm :where(video):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: 1.7142857em;
        margin-bottom: 1.7142857em
    }

    .zf-prose-sm :where(kbd):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        font-size: .8571429em;
        border-radius: .3125rem;
        padding-top: .1428571em;
        padding-inline-end: .3571429em;
        padding-bottom: .1428571em;
        padding-inline-start: .3571429em
    }

    .zf-prose-sm :where(code):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        font-size: .8571429em
    }

    .zf-prose-sm :where(h2 code):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        font-size: .9em
    }

    .zf-prose-sm :where(h3 code):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        font-size: .8888889em
    }

    .zf-prose-sm :where(pre):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        font-size: .8571429em;
        line-height: 1.6666667;
        margin-top: 1.6666667em;
        margin-bottom: 1.6666667em;
        border-radius: .25rem;
        padding-top: .6666667em;
        padding-inline-end: 1em;
        padding-bottom: .6666667em;
        padding-inline-start: 1em
    }

    .zf-prose-sm :where(ol):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: 1.1428571em;
        margin-bottom: 1.1428571em;
        padding-inline-start: 1.5714286em
    }

    .zf-prose-sm :where(ul):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: 1.1428571em;
        margin-bottom: 1.1428571em;
        padding-inline-start: 1.5714286em
    }

    .zf-prose-sm :where(li):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: .2857143em;
        margin-bottom: .2857143em
    }

    .zf-prose-sm :where(ol>li):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        padding-inline-start: .4285714em
    }

    .zf-prose-sm :where(ul>li):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        padding-inline-start: .4285714em
    }

    .zf-prose-sm :where(.zf-prose-sm>ul>li p):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: .5714286em;
        margin-bottom: .5714286em
    }

    .zf-prose-sm :where(.zf-prose-sm>ul>li>p:first-child):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: 1.1428571em
    }

    .zf-prose-sm :where(.zf-prose-sm>ul>li>p:last-child):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-bottom: 1.1428571em
    }

    .zf-prose-sm :where(.zf-prose-sm>ol>li>p:first-child):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: 1.1428571em
    }

    .zf-prose-sm :where(.zf-prose-sm>ol>li>p:last-child):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-bottom: 1.1428571em
    }

    .zf-prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: .5714286em;
        margin-bottom: .5714286em
    }

    .zf-prose-sm :where(dl):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: 1.1428571em;
        margin-bottom: 1.1428571em
    }

    .zf-prose-sm :where(dt):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: 1.1428571em
    }

    .zf-prose-sm :where(dd):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: .2857143em;
        padding-inline-start: 1.5714286em
    }

    .zf-prose-sm :where(hr):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: 2.8571429em;
        margin-bottom: 2.8571429em
    }

    .zf-prose-sm :where(hr+*):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: 0
    }

    .zf-prose-sm :where(h2+*):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: 0
    }

    .zf-prose-sm :where(h3+*):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: 0
    }

    .zf-prose-sm :where(h4+*):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: 0
    }

    .zf-prose-sm :where(table):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        font-size: .8571429em;
        line-height: 1.5
    }

    .zf-prose-sm :where(thead th):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        padding-inline-end: 1em;
        padding-bottom: .6666667em;
        padding-inline-start: 1em
    }

    .zf-prose-sm :where(thead th:first-child):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        padding-inline-start: 0
    }

    .zf-prose-sm :where(thead th:last-child):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        padding-inline-end: 0
    }

    .zf-prose-sm :where(tbody td,tfoot td):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        padding-top: .6666667em;
        padding-inline-end: 1em;
        padding-bottom: .6666667em;
        padding-inline-start: 1em
    }

    .zf-prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        padding-inline-start: 0
    }

    .zf-prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        padding-inline-end: 0
    }

    .zf-prose-sm :where(figure):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: 1.7142857em;
        margin-bottom: 1.7142857em
    }

    .zf-prose-sm :where(figure>*):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: 0;
        margin-bottom: 0
    }

    .zf-prose-sm :where(figcaption):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        font-size: .8571429em;
        line-height: 1.3333333;
        margin-top: .6666667em
    }

    .zf-prose-sm :where(.zf-prose-sm>:first-child):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-top: 0
    }

    .zf-prose-sm :where(.zf-prose-sm>:last-child):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *)) {
        margin-bottom: 0
    }

.zf-prose-slate {
    --tw-prose-body: #334155;
    --tw-prose-headings: #0f172a;
    --tw-prose-lead: #475569;
    --tw-prose-links: #0f172a;
    --tw-prose-bold: #0f172a;
    --tw-prose-counters: #64748b;
    --tw-prose-bullets: #cbd5e1;
    --tw-prose-hr: #e2e8f0;
    --tw-prose-quotes: #0f172a;
    --tw-prose-quote-borders: #e2e8f0;
    --tw-prose-captions: #64748b;
    --tw-prose-kbd: #0f172a;
    --tw-prose-kbd-shadows: 15 23 42;
    --tw-prose-code: #0f172a;
    --tw-prose-pre-code: #e2e8f0;
    --tw-prose-pre-bg: #1e293b;
    --tw-prose-th-borders: #cbd5e1;
    --tw-prose-td-borders: #e2e8f0;
    --tw-prose-invert-body: #cbd5e1;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #94a3b8;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #94a3b8;
    --tw-prose-invert-bullets: #475569;
    --tw-prose-invert-hr: #334155;
    --tw-prose-invert-quotes: #f1f5f9;
    --tw-prose-invert-quote-borders: #334155;
    --tw-prose-invert-captions: #94a3b8;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #cbd5e1;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #475569;
    --tw-prose-invert-td-borders: #334155
}

.\!zf-pointer-events-none {
    pointer-events: none !important
}

.zf-fixed {
    position: fixed
}

.\!zf-absolute {
    position: absolute !important
}

.zf-absolute {
    position: absolute
}

.\!zf-relative {
    position: relative !important
}

.zf-relative {
    position: relative
}

.zf-inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.\!zf-bottom-2 {
    bottom: 8px !important
}

.\!zf-bottom-6 {
    bottom: 24px !important
}

.\!zf-bottom-\[100px\] {
    bottom: 100px !important
}

.\!zf-right-2 {
    right: 8px !important
}

.\!zf-right-3 {
    right: 12px !important
}

.\!zf-right-6 {
    right: 24px !important
}

.\!zf-top-3 {
    top: 12px !important
}

.-zf-left-2 {
    left: -8px
}

.-zf-top-2 {
    top: -8px
}

.zf-bottom-0 {
    bottom: 0
}

.zf-left-0 {
    left: 0
}

.zf-right-0 {
    right: 0
}

.\!zf-z-\[1100\] {
    z-index: 1100 !important
}

.\!zf-z-\[1202\] {
    z-index: 1202 !important
}

.\!zf-z-\[1500\] {
    z-index: 1500 !important
}

.\!zf-z-\[1501\] {
    z-index: 1501 !important
}

.\!zf-m-1 {
    margin: 4px !important
}

.\!zf-m-4 {
    margin: 16px !important
}

.zf-m-0 {
    margin: 0
}

.zf-m-4 {
    margin: 16px
}

.zf-my-4 {
    margin-top: 16px;
    margin-bottom: 16px
}

.\!zf-mb-2 {
    margin-bottom: 8px !important
}

.\!zf-mb-3 {
    margin-bottom: 12px !important
}

.\!zf-mb-4 {
    margin-bottom: 16px !important
}

.\!zf-mr-3 {
    margin-right: 12px !important
}

.\!zf-mt-2 {
    margin-top: 8px !important
}

.\!zf-mt-4 {
    margin-top: 16px !important
}

.zf-mb-0 {
    margin-bottom: 0
}

.zf-mb-1 {
    margin-bottom: 4px
}

.zf-ml-1 {
    margin-left: 4px
}

.zf-ml-\[0\.5rem\] {
    margin-left: .5rem
}

.zf-mt-2 {
    margin-top: 8px
}

.zf-mt-4 {
    margin-top: 16px
}

.\!zf-block {
    display: block !important
}

.zf-block {
    display: block
}

.\!zf-flex {
    display: flex !important
}

.zf-flex {
    display: flex
}

.zf-hidden {
    display: none
}

.\!zf-h-12 {
    height: 48px !important
}

.\!zf-h-3 {
    height: 12px !important
}

.\!zf-h-6 {
    height: 24px !important
}

.\!zf-h-\[3px\] {
    height: 3px !important
}

.\!zf-h-\[544px\] {
    height: 544px !important
}

.\!zf-h-\[9\%\] {
    height: 9% !important
}

.\!zf-h-\[90\%\] {
    height: 90% !important
}

.\!zf-h-\[91\.2\%\] {
    height: 91.2% !important
}

.\!zf-h-fit {
    height: -moz-fit-content !important;
    height: fit-content !important
}

.\!zf-h-full {
    height: 100% !important
}

.zf-h-12 {
    height: 48px
}

.zf-h-14 {
    height: 56px
}

.zf-h-5 {
    height: 20px
}

.zf-h-6 {
    height: 24px
}

.zf-h-8 {
    height: 32px
}

.zf-h-full {
    height: 100%
}

.\!zf-w-12 {
    width: 48px !important
}

.\!zf-w-3 {
    width: 12px !important
}

.\!zf-w-6 {
    width: 24px !important
}

.\!zf-w-\[100\%\], .\!zf-w-full {
    width: 100% !important
}

.zf-w-12 {
    width: 48px
}

.zf-w-14 {
    width: 56px
}

.zf-w-2\/4 {
    width: 50%
}

.zf-w-5 {
    width: 20px
}

.zf-w-6 {
    width: 24px
}

.zf-w-8 {
    width: 32px
}

.zf-w-\[200px\] {
    width: 200px
}

.zf-w-\[88\%\] {
    width: 88%
}

.zf-w-full {
    width: 100%
}

.zf-w-max {
    width: -moz-max-content;
    width: max-content
}

@keyframes zf-spin {
    to {
        transform: rotate(360deg)
    }
}

.zf-animate-spin {
    animation: zf-spin 1s linear infinite
}

.\!zf-cursor-not-allowed {
    cursor: not-allowed !important
}

.\!zf-cursor-pointer {
    cursor: pointer !important
}

.zf-cursor-not-allowed {
    cursor: not-allowed
}

.zf-cursor-pointer {
    cursor: pointer
}

.\!zf-resize-none {
    resize: none !important
}

.zf-list-none {
    list-style-type: none
}

.zf-flex-row {
    flex-direction: row
}

.\!zf-flex-col {
    flex-direction: column !important
}

.zf-flex-col {
    flex-direction: column
}

.\!zf-flex-col-reverse {
    flex-direction: column-reverse !important
}

.\!zf-flex-wrap {
    flex-wrap: wrap !important
}

.\!zf-items-start {
    align-items: flex-start !important
}

.\!zf-items-end {
    align-items: flex-end !important
}

.\!zf-items-center {
    align-items: center !important
}

.zf-items-center {
    align-items: center
}

.zf-justify-end {
    justify-content: flex-end
}

.\!zf-justify-center {
    justify-content: center !important
}

.zf-justify-center {
    justify-content: center
}

.\!zf-justify-between {
    justify-content: space-between !important
}

.\!zf-gap-1 {
    gap: 4px !important
}

.\!zf-gap-2 {
    gap: 8px !important
}

.zf-gap-4 {
    gap: 16px
}

.zf-overflow-auto {
    overflow: auto
}

.zf-overflow-hidden {
    overflow: hidden
}

.\!zf-overflow-scroll {
    overflow: scroll !important
}

.zf-overflow-scroll {
    overflow: scroll
}

.zf-whitespace-pre-wrap {
    white-space: pre-wrap
}

.zf-break-words {
    overflow-wrap: break-word
}

.\!zf-rounded-full {
    border-radius: 9999px !important
}

.\!zf-rounded-lg {
    border-radius: .5rem !important
}

.zf-rounded {
    border-radius: .25rem
}

.zf-rounded-full {
    border-radius: 9999px
}

.zf-rounded-lg {
    border-radius: .5rem
}

.\!zf-rounded-t {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.\!zf-border {
    border-width: 1px !important
}

.\!zf-border-2 {
    border-width: 2px !important
}

.zf-border {
    border-width: 1px
}

.zf-border-2 {
    border-width: 2px
}

.zf-border-none {
    border-style: none
}

.\!zf-border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important
}

.\!zf-border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important
}

.\!zf-border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important
}

.zf-border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgb(185 28 28 / var(--tw-border-opacity, 1))
}

.zf-border-ziply-blue {
    --tw-border-opacity: 1;
    border-color: rgb(2 108 227 / var(--tw-border-opacity, 1))
}

.\!zf-bg-\[\#000050\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 0 80 / var(--tw-bg-opacity, 1)) !important
}

.\!zf-bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)) !important
}

.\!zf-bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)) !important
}

.\!zf-bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1)) !important
}

.\!zf-bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important
}

.\!zf-bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1)) !important
}

.\!zf-bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1)) !important
}

.\!zf-bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important
}

.\!zf-bg-ziply-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(2 108 227 / var(--tw-bg-opacity, 1)) !important
}

.\!zf-bg-ziply-blue-dark {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 0 80 / var(--tw-bg-opacity, 1)) !important
}

.zf-bg-black\/20 {
    background-color: #0003
}

.zf-bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
}

.zf-bg-transparent {
    background-color: transparent
}

.zf-bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.zf-bg-ziply-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(2 108 227 / var(--tw-bg-opacity, 1))
}

.\!zf-fill-blue-600 {
    fill: #2563eb !important
}

.\!zf-fill-gray-100 {
    fill: #f3f4f6 !important
}

.\!zf-fill-white {
    fill: #fff !important
}

.\!zf-fill-ziply-blue {
    fill: #026ce3 !important
}

.zf-fill-blue-500 {
    fill: #3b82f6
}

.zf-fill-inherit {
    fill: inherit
}

.zf-fill-white {
    fill: #fff
}

.\!zf-p-1 {
    padding: 4px !important
}

.\!zf-p-2 {
    padding: 8px !important
}

.\!zf-p-4 {
    padding: 16px !important
}

.zf-p-0 {
    padding: 0
}

.zf-p-0\.5 {
    padding: 2px
}

.zf-p-1 {
    padding: 4px
}

.zf-p-2 {
    padding: 8px
}

.\!zf-px-1 {
    padding-left: 4px !important;
    padding-right: 4px !important
}

.\!zf-px-2 {
    padding-left: 8px !important;
    padding-right: 8px !important
}

.\!zf-px-3 {
    padding-left: 12px !important;
    padding-right: 12px !important
}

.\!zf-px-4 {
    padding-left: 16px !important;
    padding-right: 16px !important
}

.\!zf-px-6 {
    padding-left: 24px !important;
    padding-right: 24px !important
}

.\!zf-px-8 {
    padding-left: 32px !important;
    padding-right: 32px !important
}

.\!zf-py-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important
}

.\!zf-py-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important
}

.zf-px-2 {
    padding-left: 8px;
    padding-right: 8px
}

.zf-px-4 {
    padding-left: 16px;
    padding-right: 16px
}

.zf-px-5 {
    padding-left: 20px;
    padding-right: 20px
}

.zf-px-6 {
    padding-left: 24px;
    padding-right: 24px
}

.zf-py-2 {
    padding-top: 8px;
    padding-bottom: 8px
}

.\!zf-pb-2 {
    padding-bottom: 8px !important
}

.\!zf-pb-8 {
    padding-bottom: 32px !important
}

.\!zf-pr-10 {
    padding-right: 40px !important
}

.\!zf-pr-8 {
    padding-right: 32px !important
}

.zf-pb-1 {
    padding-bottom: 4px
}

.zf-pb-2 {
    padding-bottom: 8px
}

.zf-pt-2 {
    padding-top: 8px
}

.\!zf-text-left {
    text-align: left !important
}

.zf-text-left {
    text-align: left
}

.\!zf-text-center {
    text-align: center !important
}

.zf-text-center {
    text-align: center
}

.\!zf-text-right {
    text-align: right !important
}

.zf-text-right {
    text-align: right
}

.\!zf-text-justify {
    text-align: justify !important
}

.zf-text-justify {
    text-align: justify
}

.\!zf-text-\[10px\] {
    font-size: 10px !important
}

.\!zf-text-\[8px\] {
    font-size: 8px !important
}

.\!zf-text-lg {
    font-size: 18px !important
}

.\!zf-text-sm {
    font-size: 14px !important
}

.\!zf-text-xs {
    font-size: 12px !important
}

.zf-text-\[10px\] {
    font-size: 10px
}

.zf-text-sm {
    font-size: 14px
}

.zf-text-xl {
    font-size: 20px
}

.zf-text-xs {
    font-size: 12px
}

.\!zf-font-bold {
    font-weight: 700 !important
}

.\!zf-font-normal {
    font-weight: 400 !important
}

.zf-font-bold {
    font-weight: 700
}

.\!zf-uppercase {
    text-transform: uppercase !important
}

.zf-italic {
    font-style: italic
}

.\!zf-leading-6 {
    line-height: 24px !important
}

.\!zf-text-\[\#3c3c3c\] {
    --tw-text-opacity: 1 !important;
    color: rgb(60 60 60 / var(--tw-text-opacity, 1)) !important
}

.\!zf-text-\[white\] {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important
}

.\!zf-text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgb(37 99 235 / var(--tw-text-opacity, 1)) !important
}

.\!zf-text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgb(243 244 246 / var(--tw-text-opacity, 1)) !important
}

.\!zf-text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1)) !important
}

.\!zf-text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important
}

.\!zf-text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgb(220 38 38 / var(--tw-text-opacity, 1)) !important
}

.\!zf-text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgb(185 28 28 / var(--tw-text-opacity, 1)) !important
}

.\!zf-text-slate-800 {
    --tw-text-opacity: 1 !important;
    color: rgb(30 41 59 / var(--tw-text-opacity, 1)) !important
}

.\!zf-text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important
}

.\!zf-text-ziply-blue {
    --tw-text-opacity: 1 !important;
    color: rgb(2 108 227 / var(--tw-text-opacity, 1)) !important
}

.zf-text-\[\#008600\] {
    --tw-text-opacity: 1;
    color: rgb(0 134 0 / var(--tw-text-opacity, 1))
}

.zf-text-gray-100 {
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity, 1))
}

.zf-text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1))
}

.zf-text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1))
}

.zf-text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1))
}

.zf-text-red-700 {
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity, 1))
}

.zf-text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.zf-text-ziply-blue {
    --tw-text-opacity: 1;
    color: rgb(2 108 227 / var(--tw-text-opacity, 1))
}

.\!zf-underline {
    text-decoration-line: underline !important
}

.zf-underline {
    text-decoration-line: underline
}

.\!zf-no-underline {
    text-decoration-line: none !important
}

.\!zf-opacity-50 {
    opacity: .5 !important
}

.zf-opacity-25 {
    opacity: .25
}

.zf-opacity-50 {
    opacity: .5
}

.zf-opacity-60 {
    opacity: .6
}

.zf-opacity-75 {
    opacity: .75
}

.zf-opacity-80 {
    opacity: .8
}

.zf-shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
}

.zf-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
}

.zf-scrollbar-none {
    scrollbar-width: none
}

    .zf-scrollbar-none::-webkit-scrollbar {
        display: none
    }

.chatWrapper hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

.chatWrapper abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

*, :before, :after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid
}

.chatWrapper :before, .chatWrapper :after {
    --tw-content: ""
}

.chatWrapper h1, .chatWrapper h2, .chatWrapper h3, .chatWrapper h4, .chatWrapper h5, .chatWrapper h6 {
    font-size: inherit;
    font-weight: inherit
}

.chatWrapper a {
    color: inherit;
    text-decoration: inherit
}

.chatWrapper b, .chatWrapper strong {
    font-weight: bolder
}

.chatWrapper code, .chatWrapper kbd, .chatWrapper samp, .chatWrapper pre {
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-size: 1em
}

.chatWrapper small {
    font-size: 80%
}

.chatWrapper sub, .chatWrapper sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

.chatWrapper sub {
    bottom: -.25em
}

.chatWrapper sup {
    top: -.5em
}

.chatWrapper table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

input {
    color: inherit;
    font-weight: inherit
}

.chatWrapper button, .chatWrapper input, .chatWrapper optgroup, .chatWrapper select, .chatWrapper textarea {
    font-family: DM Sans;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    padding: 0
}

.chatWrapper button, .chatWrapper select {
    text-transform: none
}

.chatWrapper button, .chatWrapper [type=button], .chatWrapper [type=reset], .chatWrapper [type=submit] {
    -webkit-appearance: button
}

.chatWrapper :-moz-focusring {
    outline: auto
}

.chatWrapper :-moz-ui-invalid {
    box-shadow: none
}

.chatWrapper progress {
    vertical-align: baseline
}

.chatWrapper ::-webkit-inner-spin-button, .chatWrapper ::-webkit-outer-spin-button {
    height: auto
}

.chatWrapper [type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

.chatWrapper ::-webkit-search-decoration {
    -webkit-appearance: none
}

.chatWrapper ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.chatWrapper summary {
    display: list-item
}

.chatWrapper blockquote, .chatWrapper dl, .chatWrapper dd, .chatWrapper h1, .chatWrapper h2, .chatWrapper h3, .chatWrapper h4, .chatWrapper h5, .chatWrapper h6, .chatWrapper hr, .chatWrapper figure, .chatWrapper p, .chatWrapper pre {
    margin: 0
}

.chatWrapper fieldset {
    margin: 0;
    padding: 0
}

.chatWrapper legend {
    padding: 0
}

.chatWrapper ol, .chatWrapper ul, .chatWrapper menu {
    margin: 0;
    padding: 0 0 0 1rem;
    line-height: 20px
}

.chatWrapper dialog {
    padding: 0
}

.chatWrapper textarea {
    resize: vertical
}

    .chatWrapper input::-moz-placeholder, .chatWrapper textarea::-moz-placeholder {
        opacity: 1;
        color: #9ca3af
    }

    .chatWrapper input::placeholder, .chatWrapper textarea::placeholder {
        opacity: 1;
        color: #9ca3af
    }

button, [role=button] {
    cursor: pointer
}

:disabled {
    cursor: not-allowed
}

.chatWrapper img, .chatWrapper svg, .chatWrapper video, .chatWrapper canvas, .chatWrapper audio, .chatWrapper iframe, .chatWrapper embed, .chatWrapper object {
    display: block;
    vertical-align: middle
}

.chatWrapper img, .chatWrapper video {
    max-width: 100%;
    height: auto
}

.chatWrapper [hidden] {
    display: none
}

#messagesContainer {
    position: relative
}

#closeChatPopup.popup-overlay {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    z-index: 99999999;
    background: #eee;
    border-radius: 32px 32px 0 0;
    box-shadow: 0 -2px 8px #0000001a;
    padding: 16px;
    text-align: center;
    min-height: 150px;
    animation: popup-fade-in .8s;
    transition: all .8s;
    display: flex;
    flex-direction: column;
    align-items: center
}

.chat-fade-overlay {
    position: absolute;
    z-index: 99999998;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2c2c2ca6;
    transition: background .8s;
    pointer-events: auto
}

.fade-enter-active, .fade-leave-active {
    transition: opacity .1s
}

.fade-enter-from, .fade-leave-to {
    opacity: 0;
    transform: translateY(150px)
}

.fade-enter-to, .fade-leave-from {
    opacity: 1;
    transform: translateY(0)
}

.marker {
    margin-top: 6px;
    width: 40px;
    height: 5px;
    border-radius: 4px;
    background-color: gray;
    opacity: .4;
    position: absolute;
    top: 4px;
    cursor: pointer
}

@keyframes popup-fade-in {
    0% {
        opacity: 0;
        transform: translateY(150px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

*, :before, :after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:;
    --tw-pan-y:;
    --tw-pinch-zoom:;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:;
    --tw-gradient-via-position:;
    --tw-gradient-to-position:;
    --tw-ordinal:;
    --tw-slashed-zero:;
    --tw-numeric-figure:;
    --tw-numeric-spacing:;
    --tw-numeric-fraction:;
    --tw-ring-inset:;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:;
    --tw-brightness:;
    --tw-contrast:;
    --tw-grayscale:;
    --tw-hue-rotate:;
    --tw-invert:;
    --tw-saturate:;
    --tw-sepia:;
    --tw-drop-shadow:;
    --tw-backdrop-blur:;
    --tw-backdrop-brightness:;
    --tw-backdrop-contrast:;
    --tw-backdrop-grayscale:;
    --tw-backdrop-hue-rotate:;
    --tw-backdrop-invert:;
    --tw-backdrop-opacity:;
    --tw-backdrop-saturate:;
    --tw-backdrop-sepia:
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:;
    --tw-pan-y:;
    --tw-pinch-zoom:;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:;
    --tw-gradient-via-position:;
    --tw-gradient-to-position:;
    --tw-ordinal:;
    --tw-slashed-zero:;
    --tw-numeric-figure:;
    --tw-numeric-spacing:;
    --tw-numeric-fraction:;
    --tw-ring-inset:;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:;
    --tw-brightness:;
    --tw-contrast:;
    --tw-grayscale:;
    --tw-hue-rotate:;
    --tw-invert:;
    --tw-saturate:;
    --tw-sepia:;
    --tw-drop-shadow:;
    --tw-backdrop-blur:;
    --tw-backdrop-brightness:;
    --tw-backdrop-contrast:;
    --tw-backdrop-grayscale:;
    --tw-backdrop-hue-rotate:;
    --tw-backdrop-invert:;
    --tw-backdrop-opacity:;
    --tw-backdrop-saturate:;
    --tw-backdrop-sepia:
}

strong {
    font-weight: 700 !important
}

img, video {
    max-width: -moz-max-content;
    max-width: max-content;
    display: inline-flex
}

#chatWrapper * {
    font-family: DM Sans !important
}

#chatWrapper {
    font-family: DM Sans !important;
    font-size: 16px !important;
    right: 49px;
    margin: 0;
    line-height: inherit;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-feature-settings: normal;
    font-variation-settings: normal
}

    #chatWrapper label {
        text-transform: none;
        font-size: inherit;
        margin: 0;
        font-weight: 400
    }

    #chatWrapper select {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto
    }

    #chatWrapper input[type=file] {
        display: none
    }

    #chatWrapper p {
        margin: 0;
        line-height: 20px
    }

    #chatWrapper a {
        --tw-text-opacity: 1;
        color: rgb(2 108 227 / var(--tw-text-opacity, 1));
        text-decoration: underline
    }

    #chatWrapper strong {
        font-weight: bolder !important
    }

    #chatWrapper .zf-font-semibold {
        font-weight: 500 !important
    }

    #SurveyEngineBody ::-webkit-scrollbar, #chatWrapper ::-webkit-scrollbar {
        width: 6px !important;
        height: 1px !important
    }

    #SurveyEngineBody ::-webkit-scrollbar-track, #chatWrapper ::-webkit-scrollbar-track {
        background: #0000001a !important;
        border-radius: 5px !important
    }

    #SurveyEngineBody ::-webkit-scrollbar-thumb, #chatWrapper ::-webkit-scrollbar-thumb {
        background: #0003;
        border-radius: 1px
    }

        #SurveyEngineBody ::-webkit-scrollbar-thumb:hover, #chatWrapper ::-webkit-scrollbar-thumb:hover {
            background: #555
        }

.chatContainer, #chatContainer {
    height: 80dvh;
    max-height: 546px;
    background-color: #fff;
    box-shadow: 0 0 10px #0000001c;
    position: fixed;
    bottom: 126px;
    right: 55px;
    margin-left: 20px;
    overflow: hidden
}

@media only screen and (min-width: 350px) {
    .chatContainer, #chatContainer {
        width: 330px !important
    }
}

@media only screen and (min-width: 425px) {
    .chatContainer, #chatContainer {
        width: 380px !important
    }
}

@media only screen and (min-width: 1440px) {
    .chatContainer, #chatContainer {
        max-width: 500px
    }
}

.zf-btn-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center
}

#chatWrapper .zf-text-white {
    color: #fff !important
}

#chatWrapper .zf-break-words {
    overflow-wrap: break-word;
    word-break: break-word
}

#chatWrapper .zf-m-0 {
    margin: 0 !important
}

#chatWrapper .zf-circle-button {
    border-radius: 50% !important
}

.link-para {
    word-break: break-word
}

    .link-para a {
        word-wrap: break-word
    }

.zf-bg-opaque {
    background-color: #000000b3
}

#chatWrapper .zf-internal-chat-form .zf-form-item label {
    padding-left: 4px
}

#chatWrapper .zf-link {
    --tw-text-opacity: 1;
    color: rgb(2 108 227 / var(--tw-text-opacity, 1));
    text-decoration: underline
}

#chatWrapper .zf-bg-ziply-blue {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important
}

.ac-container.ac-adaptiveCard {
    width: 100%
}

.ac-textBlock {
    white-space: break-spaces;
    overflow-wrap: break-word;
    font-size: 14px !important;
    font-weight: 700 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1)) !important
}

#chatWrapper .ac-textBlock {
    overflow-wrap: break-word;
    word-break: break-word
}

.ac-richTextBlock .ac-textRun {
    font-size: 14px !important;
    font-weight: 400 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1)) !important
}

.ac-input {
    height: 48px !important;
    width: 100% !important;
    border-radius: .25rem;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)) !important;
    padding: 8px !important;
    font-size: 14px !important;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
}

.ac-horizontal-separator {
    height: 10px !important
}

.ac-actionSet {
    display: flex;
    flex-direction: row;
    justify-content: center !important;
    align-items: center !important
}

.ac-pushButton {
    max-width: -moz-fit-content;
    max-width: fit-content;
    border-radius: .5rem !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(2 108 227 / var(--tw-bg-opacity, 1)) !important;
    fill: #fff;
    padding: 8px 16px !important;
    font-size: 14px;
    --tw-text-opacity: 1 !important;
    color: rgb(243 244 246 / var(--tw-text-opacity, 1)) !important
}

    .ac-pushButton:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 80 / var(--tw-bg-opacity, 1))
    }

    .ac-pushButton:disabled {
        cursor: not-allowed !important;
        --tw-bg-opacity: 1 !important;
        background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1)) !important;
        --tw-text-opacity: 1 !important;
        color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important
    }

.typing-event {
    padding-bottom: 2px
}

.agent-typing {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    color: #125ee4;
    margin-left: 1.5rem;
    box-shadow: 9984px 0 #125ee4,9999px 0 #125ee4,10014px 0 #125ee4;
    animation: dot-typing-light 1s infinite linear
}

#eyeIcon, #eyeSlashIcon {
    position: absolute !important;
    right: 12px;
    top: 1px
}

@keyframes dot-typing-light {
    0% {
        box-shadow: 9984px 0 #125ee4,9999px 0 #125ee4,10014px 0 #125ee4
    }

    16.667% {
        box-shadow: 9984px -10px #125ee4,9999px 0 #125ee4,10014px 0 #125ee4
    }

    33.333% {
        box-shadow: 9984px 0 #125ee4,9999px 0 #125ee4,10014px 0 #125ee4
    }

    50% {
        box-shadow: 9984px 0 #125ee4,9999px -10px #125ee4,10014px 0 #125ee4
    }

    66.667% {
        box-shadow: 9984px 0 #125ee4,9999px 0 #125ee4,10014px 0 #125ee4
    }

    83.333% {
        box-shadow: 9984px 0 #125ee4,9999px 0 #125ee4,10014px -10px #125ee4
    }

    to {
        box-shadow: 9984px 0 #125ee4,9999px 0 #125ee4,10014px 0 #125ee4
    }
}

.rotating {
    animation: spinn 2s linear infinite
}

@keyframes spinn {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.prose-p\:zf-text-sm :is(:where(p):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *))) {
    font-size: 14px
}

.prose-ol\:zf-text-sm :is(:where(ol):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *))) {
    font-size: 14px
}

.prose-ul\:zf-text-sm :is(:where(ul):not(:where([class~=zf-not-prose],[class~=zf-not-prose] *))) {
    font-size: 14px
}

.hover\:\!zf-bg-gray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1)) !important
}

.hover\:\!zf-bg-ziply-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(2 108 227 / var(--tw-bg-opacity, 1)) !important
}

.hover\:zf-bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1))
}

.hover\:zf-bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.hover\:zf-bg-ziply-blue-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 80 / var(--tw-bg-opacity, 1))
}

.hover\:\!zf-text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important
}

.hover\:zf-opacity-80:hover {
    opacity: .8
}

.disabled\:\!zf-cursor-not-allowed:disabled {
    cursor: not-allowed !important
}

.disabled\:zf-bg-gray-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1))
}

.disabled\:zf-text-gray-500:disabled {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1))
}

@media (min-width: 640px) {
    .sm\:zf-bottom-12 {
        bottom: 48px
    }

    .sm\:zf-right-12 {
        right: 48px
    }

    .sm\:zf-w-\[400px\] {
        width: 400px
    }
}

@media (min-width: 768px) {
    .md\:zf-flex {
        display: flex
    }

    .md\:zf-h-12 {
        height: 48px
    }

    .md\:zf-h-16 {
        height: 64px
    }

    .md\:zf-h-24 {
        height: 96px
    }

    .md\:zf-w-12 {
        width: 48px
    }

    .md\:zf-w-16 {
        width: 64px
    }

    .md\:zf-w-24 {
        width: 96px
    }

    .md\:zf-rounded-\[4px\] {
        border-radius: 4px
    }

    .md\:zf-text-xl {
        font-size: 20px
    }
}
