@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@500;600;700&display=swap";

.chatbot-widget {
    --chatbot-text: #6b6375;
    --chatbot-text-h: #08060d;
    --chatbot-bg: #fff;
    --chatbot-border: #e5e4e7;
    --chatbot-code-bg: #f4f3ec;
    --chatbot-accent: #aa3bff;
    --chatbot-accent-bg: #aa3bff1a;
    --chatbot-accent-border: #aa3bff80;
    --chatbot-social-bg: #f4f3ec80;
    --chatbot-shadow: #0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;
    letter-spacing: .18px;
    --lightningcss-light: initial;
    --lightningcss-dark:;
    color-scheme: light dark;
    color: var(--chatbot-text);
    background: var(--chatbot-bg);
    font-synthesis: none;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    --chatbot-sans: system-ui, "Segoe UI", Roboto, sans-serif !important;
    --chatbot-heading: system-ui, "Segoe UI", Roboto, sans-serif !important;
    --chatbot-mono: ui-monospace, Consolas, monospace !important;
    font: 18px/145% var(--chatbot-sans) !important
}

@media (prefers-color-scheme:dark) {
    .chatbot-widget {
        --lightningcss-light:;
        --lightningcss-dark: initial
    }
}

@media (width<=1024px) {
    .chatbot-widget {
        font-size: 16px
    }
}

@media (prefers-color-scheme:dark) {
    .chatbot-widget {
        --chatbot-text: #9ca3af;
        --chatbot-text-h: #f3f4f6;
        --chatbot-bg: #dbdff3;
        --chatbot-border: #2e303a;
        --chatbot-code-bg: #1f2028;
        --chatbot-accent: #c084fc;
        --chatbot-accent-bg: #c084fc26;
        --chatbot-accent-border: #c084fc80;
        --chatbot-social-bg: #2f303a80;
        --chatbot-shadow: #0006 0 10px 15px -3px, #00000040 0 4px 6px -2px
    }

        .chatbot-widget #social .button-icon {
            filter: invert()brightness(2)
        }
}

.chatbot-widget {
    margin: 0
}

    .chatbot-widget h1, .chatbot-widget h2 {
        color: var(--chatbot-text-h);
        font-weight: 500;
        font-family: var(--chatbot-heading) !important
    }

    .chatbot-widget h1 {
        letter-spacing: -1.68px;
        margin: 32px 0;
        font-size: 56px
    }

@media (width<=1024px) {
    .chatbot-widget h1 {
        margin: 20px 0;
        font-size: 36px
    }
}

.chatbot-widget h2 {
    letter-spacing: -.24px;
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 118%
}

@media (width<=1024px) {
    .chatbot-widget h2 {
        font-size: 20px
    }
}

.chatbot-widget p {
    margin: 0
}

.chatbot-widget code, .chatbot-widget .counter {
    color: var(--chatbot-text-h);
    border-radius: 4px;
    display: inline-flex;
    font-family: var(--chatbot-mono) !important
}

.chatbot-widget code {
    background: var(--chatbot-code-bg);
    padding: 4px 8px;
    font-size: 15px;
    line-height: 135%
}

.chatbot-widget .counter {
    color: var(--chatbot-accent);
    background: var(--chatbot-accent-bg);
    border: 2px solid #0000;
    border-radius: 5px;
    margin-bottom: 24px;
    padding: 5px 10px;
    font-size: 16px;
    transition: border-color .3s
}

    .chatbot-widget .counter:hover {
        border-color: var(--chatbot-accent-border)
    }

    .chatbot-widget .counter:focus-visible {
        outline: 2px solid var(--chatbot-accent);
        outline-offset: 2px
    }

.chatbot-widget .hero {
    position: relative
}

    .chatbot-widget .hero .base, .chatbot-widget .hero .framework, .chatbot-widget .hero .vite {
        margin: 0 auto;
        inset-inline: 0
    }

    .chatbot-widget .hero .base {
        z-index: 0;
        width: 170px;
        position: relative
    }

    .chatbot-widget .hero .framework, .chatbot-widget .hero .vite {
        position: absolute
    }

    .chatbot-widget .hero .framework {
        z-index: 1;
        height: 28px;
        top: 34px;
        transform: perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)
    }

    .chatbot-widget .hero .vite {
        z-index: 0;
        width: auto;
        height: 26px;
        top: 107px;
        transform: perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)
    }

.chatbot-widget #center {
    flex-direction: column;
    flex-grow: 1;
    place-content: center;
    place-items: center;
    gap: 25px;
    display: flex
}

@media (width<=1024px) {
    .chatbot-widget #center {
        gap: 18px;
        padding: 32px 20px 24px
    }
}

.chatbot-widget #next-steps {
    border-top: 1px solid var(--chatbot-border);
    text-align: left;
    display: flex
}

    .chatbot-widget #next-steps > div {
        flex: 1 1 0;
        padding: 32px
    }

@media (width<=1024px) {
    .chatbot-widget #next-steps > div {
        padding: 24px 20px
    }
}

.chatbot-widget #next-steps .icon {
    width: 22px;
    height: 22px;
    margin-bottom: 16px
}

@media (width<=1024px) {
    .chatbot-widget #next-steps {
        text-align: center;
        flex-direction: column
    }
}

.chatbot-widget #docs {
    border-right: 1px solid var(--chatbot-border)
}

@media (width<=1024px) {
    .chatbot-widget #docs {
        border-right: none;
        border-bottom: 1px solid var(--border)
    }
}

#next-steps ul {
    gap: 8px;
    margin: 32px 0 0;
    padding: 0;
    list-style: none;
    display: flex
}

    #next-steps ul .logo {
        height: 18px
    }

    #next-steps ul a {
        color: var(--text-h);
        background: var(--social-bg);
        border-radius: 6px;
        align-items: center;
        gap: 8px;
        padding: 6px 12px;
        font-size: 16px;
        text-decoration: none;
        transition: box-shadow .3s;
        display: flex
    }

        #next-steps ul a:hover {
            box-shadow: var(--shadow)
        }

        #next-steps ul a .button-icon {
            width: 18px;
            height: 18px
        }

@media (width<=1024px) {
    #next-steps ul {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px
    }

        #next-steps ul li {
            flex: calc(50% - 8px)
        }

        #next-steps ul a {
            box-sizing: border-box;
            justify-content: center;
            width: 100%
        }
}

#spacer {
    border-top: 1px solid var(--border);
    height: 88px
}

@media (width<=1024px) {
    #spacer {
        height: 48px
    }
}

.ticks {
    width: 100%;
    position: relative
}

    .ticks:before, .ticks:after {
        content: "";
        border: 5px solid #0000;
        position: absolute;
        top: -4.5px
    }

    .ticks:before {
        border-left-color: var(--border);
        left: 0
    }

    .ticks:after {
        border-right-color: var(--border);
        right: 0
    }

.chatbot-widget {
    position: fixed;
    bottom: 40px;
    right: 16px;
    z-index: 99999999 !important;
    background-color: #0000 !important
}

    .chatbot-widget div:before, .chatbot-widget div:after {
        content: none !important;
        clear: none !important;
        display: none !important
    }

    .chatbot-widget .chat-window {
        background-color: #fff;
        border: 1px solid #d1d5db;
        border-radius: 8px;
        flex-direction: column;
        width: 400px;
        height: 500px;
        display: flex;
        position: relative;
        overflow: hidden;
        box-shadow: 0 10px 30px #00000026
    }

    .chatbot-widget .chat-header {
        color: #fff;
        background: linear-gradient(90deg,#673ab7,#813bcb,#9e38de,#bc32ef,#dc22ff);
        flex-shrink: 0;
        justify-content: space-between;
        align-items: center;
        padding: 8px 12px;
        display: flex
    }

    .chatbot-widget .chat-header__left {
        align-items: center;
        gap: 8px;
        display: flex
    }

    .chatbot-widget .chat-header__icon {
        object-fit: cover;
        border-radius: 50%;
        width: 40px;
        height: 40px
    }

    .chatbot-widget .chat-header__title {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.4
    }

    .chatbot-widget .chat-header__right {
        gap: 12px;
        display: flex
    }

    .chatbot-widget .chat-header__dots {
        cursor: pointer;
        padding: 4px;
        font-size: 24px;
        transition: opacity .2s
    }

        .chatbot-widget .chat-header__dots:hover {
            opacity: .75
        }

    .chatbot-widget .chat-header__close {
        color: #fff;
        cursor: pointer;
        background: 0 0;
        border: none;
        align-items: center;
        margin-top: -5px;
        padding: 0;
        font-size: 28px;
        font-weight: 700;
        line-height: 1;
        display: flex
    }

        .chatbot-widget .chat-header__close:focus, .chatbot-widget .chat-header__close:focus-visible {
            outline: none
        }

    .chatbot-widget .dropdown {
        z-index: 100;
        background-color: #f1f5f9;
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        width: 200px;
        position: absolute;
        top: 56px;
        right: 12px;
        overflow: hidden;
        box-shadow: 0 4px 16px #0000001f
    }

    .chatbot-widget .dropdown__item {
        cursor: pointer;
        text-align: left;
        color: #374151;
        background: 0 0;
        border: none;
        align-items: center;
        gap: 10px;
        width: 100%;
        padding: 12px 16px;
        font-size: 14px;
        transition: background-color .15s;
        display: flex
    }

        .chatbot-widget .dropdown__item:hover {
            background-color: #e2e8f0
        }

    .chatbot-widget .dropdown__item--border {
        border-bottom: 1px solid #e2e8f0
    }

    .chatbot-widget .dropdown__item:focus, .chatbot-widget .dropdown__item:focus-visible {
        outline: none
    }

    .chatbot-widget .chat-area {
        background-color: #fff;
        flex-direction: column;
        flex: 1;
        padding: 12px;
        display: flex;
        overflow: hidden auto
    }

    .chatbot-widget .chat-area__greeting {
        color: #374151;
        margin: 0 0 2px 12px;
        padding: 0;
        font-size: 18px;
        font-weight: 700
    }

    .chatbot-widget .chat-area__subtitle {
        color: #4b5563;
        margin: 0 0 20px 12px;
        font-size: 12px
    }

    .chatbot-widget .chat-area::-webkit-scrollbar {
        width: 6px
    }

    .chatbot-widget .chat-area::-webkit-scrollbar-track {
        background: #f1f1f1
    }

    .chatbot-widget .chat-area::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 3px
    }

        .chatbot-widget .chat-area::-webkit-scrollbar-thumb:hover {
            background: #a8a8a8
        }

    .chatbot-widget .message-container {
        flex-direction: column;
        max-width: 80%;
        display: flex
    }

    .chatbot-widget .message-container--user {
        align-items: flex-end;
        margin-left: auto
    }

    .chatbot-widget .message-container--bot {
        align-items: flex-start;
        max-width: 92%;
        margin-right: auto
    }

    .chatbot-widget .message-bubble {
        word-break: break-word;
        white-space: pre-wrap;
        max-width: 100%;
        padding: 14px;
        font-size: 14px;
        line-height: 1.4;
        display: inline-block
    }

    .chatbot-widget .message-bubble--user {
        color: #fff;
        background-color: #478fff;
        border-radius: 30px 30px 0;
        min-width: 100%;
        font-size: 13px;
        font-weight: 500
    }

    .chatbot-widget .message-bubble--bot {
        color: #1f2937;
        background-color: #f2f6f9;
        border-radius: 30px 30px 30px 0;
        width: 100%;
        font-size: 13px;
        font-weight: 500
    }

    .chatbot-widget .message-bubble--loading {
        color: #6b7280;
        background-color: #f2f6f9;
        border-radius: 30px 30px 30px 0;
        padding: 14px;
        font-style: italic
    }

    .chatbot-widget .message-bubble--success {
        color: green;
        text-align: center;
        padding: 0;
        font-size: 14px;
        font-weight: 600
    }

    .chatbot-widget .message-time {
        color: #36393f;
        padding: 0 14px;
        font-size: 10px;
        font-weight: 400
    }

    .chatbot-widget .typing-indicator {
        background-color: #f2f6f9;
        border-radius: 30px 30px 30px 0;
        align-items: center;
        gap: 5px;
        width: fit-content;
        padding: 14px;
        display: flex
    }

    .chatbot-widget .typing-indicator__dot {
        background-color: #813bcb;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        animation: 1.4s ease-in-out infinite typing-bounce;
        display: block
    }

    .chatbot-widget .typing-indicator__dot--1 {
        animation-delay: 0s
    }

    .chatbot-widget .typing-indicator__dot--2 {
        animation-delay: .2s
    }

    .chatbot-widget .typing-indicator__dot--3 {
        animation-delay: .4s
    }

@keyframes typing-bounce {
    0%,80%,to {
        opacity: .5;
        transform: translateY(0)
    }

    40% {
        opacity: 1;
        transform: translateY(-6px)
    }
}

.chatbot-widget .feedback {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 4px;
    display: flex
}

.chatbot-widget .feedback__buttons {
    color: #4b5563;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: 16px;
    display: flex
}

.chatbot-widget .feedback__btn {
    cursor: pointer;
    color: #4b5563;
    background: 0 0;
    border: none;
    border-radius: 6px;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    font-size: 14px;
    transition: background-color .15s;
    display: flex
}

    .chatbot-widget .feedback__btn:hover {
        background-color: #e5e7eb
    }

    .chatbot-widget .feedback__btn:focus, .chatbot-widget .feedback__btn:focus-visible {
        outline: none
    }

.chatbot-widget .feedback__hint {
    text-align: center;
    color: #7727cd;
    width: 100%;
    margin-top: 10px;
    font-size: 12px
}

.chatbot-widget .feedback__status-row {
    color: #6b7280;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: 16px;
    display: flex
}

.chatbot-widget .feedback__status {
    align-items: center;
    gap: 6px;
    font-size: 14px;
    display: flex
}

    .chatbot-widget .feedback__status svg {
        font-size: 20px
    }

.chatbot-widget .feedback__icon--helpful {
    color: green
}

.chatbot-widget .feedback__icon--not-helpful {
    color: red
}

.chatbot-widget .feedback__icon--neutral {
    color: #9ca3af
}

.chatbot-widget .feedback__success-text {
    color: green;
    text-align: center;
    margin-top: 8px;
    font-size: 12px
}

.chatbot-widget .feedback__close-wrap {
    justify-content: center;
    width: 100%;
    margin-top: 12px;
    padding: 0 4px;
    display: flex
}

.chatbot-widget .feedback__close-btn {
    color: #fff;
    cursor: pointer;
    background-color: #9f78ee;
    border: none;
    border-radius: 30px;
    width: 100%;
    padding: 12px 0;
    font-size: 12px;
    font-weight: 500;
    transition: background-color .2s
}

    .chatbot-widget .feedback__close-btn:hover {
        background-color: #7c3aed
    }

    .chatbot-widget .feedback__close-btn:focus, .chatbot-widget .feedback__close-btn:focus-visible {
        outline: none
    }

.chatbot-widget .chat-footer {
    background-color: #fff;
    border-top: 1px solid #d1d5db;
    flex-shrink: 0;
    padding: 8px
}

.chatbot-widget .chat-input {
    border: 1px solid #9ca3af;
    border-radius: 12px;
    align-items: center;
    display: flex;
    overflow: hidden
}

.chatbot-widget .chat-input__lang-toggle {
    cursor: pointer;
    background: 0 0;
    border: none;
    border-right: 1px solid #9ca3af;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 48px;
    transition: background-color .15s;
    display: flex
}

    .chatbot-widget .chat-input__lang-toggle:hover {
        background-color: #f3f4f6
    }

    .chatbot-widget .chat-input__lang-toggle:focus, .chatbot-widget .chat-input__lang-toggle:focus-visible {
        outline: none
    }

.chatbot-widget .chat-input__lang-icon {
    width: 24px;
    height: 24px
}

.chatbot-widget .chat-input__field {
    color: #111827;
    background: 0 0;
    border: none;
    outline: none;
    flex: 1;
    padding: 8px 12px;
    font-size: 14px
}

    .chatbot-widget .chat-input__field::placeholder {
        color: #9ca3af
    }

.chatbot-widget .chat-input__actions {
    align-items: center;
    gap: 4px;
    padding-right: 8px;
    display: flex
}

.chatbot-widget .chat-input__mic-btn, .chatbot-widget .chat-input__send-btn {
    cursor: pointer;
    background: 0 0;
    border: none;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    padding: 4px;
    transition: background-color .15s;
    display: flex
}

    .chatbot-widget .chat-input__mic-btn:hover, .chatbot-widget .chat-input__send-btn:hover {
        background-color: #f3f4f6
    }

    .chatbot-widget .chat-input__mic-btn:disabled, .chatbot-widget .chat-input__send-btn:disabled {
        opacity: .5;
        cursor: not-allowed
    }

    .chatbot-widget .chat-input__mic-btn:focus, .chatbot-widget .chat-input__send-btn:focus, .chatbot-widget .chat-input__mic-btn:focus-visible, .chatbot-widget .chat-input__send-btn:focus-visible {
        outline: none
    }

.chatbot-widget .chat-input__icon {
    color: #813bcb;
    width: 26px;
    height: 26px
}

.chatbot-widget .chat-input__icon--spin {
    animation: 1.2s linear infinite icon-spin
}

@keyframes icon-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.chatbot-widget .floating-btn {
    cursor: pointer;
    background: 0 0;
    border: none;
    width: 128px;
    height: 128px;
    padding: 0;
    position: relative
}

.chatbot-widget .floating-btn__logo {
    object-fit: contain;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 14px;
    left: 14px
}

.chatbot-widget .floating-btn__dots {
    gap: 3px;
    display: flex;
    position: absolute;
    top: 48px;
    left: 54px
}

.chatbot-widget .floating-btn__dot {
    width: 6px;
    height: 6px;
    animation: 1.5s ease-in-out infinite dot-bounce;
    display: block
}

.chatbot-widget .floating-btn__dot--0 {
    animation-delay: .1s
}

.chatbot-widget .floating-btn__dot--1 {
    animation-delay: .2s
}

.chatbot-widget .floating-btn__dot--2 {
    animation-delay: .4s
}

@keyframes dot-bounce {
    0%,80%,to {
        opacity: .9;
        transform: translateY(0)
    }

    40% {
        opacity: 1;
        transform: translateY(-3px)
    }
}

@media (width<=600px) {
    .chatbot-widget .chat-window {
        width: 100%
    }

    .chatbot-widget {
        right: 0 !important
    }
}
/*$vite$:1*/


.chat-input__field {
    box-shadow: none !important;
}
