/*! CSS Used from: http://localhost:8000/static/main.css */
#USE_CHAT_GPT_AI_ROOT {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    box-sizing: border-box;
    display: flex !important;
    flex-direction: column;
    opacity: 0;
    transition: all 0.1s ease-in-out;
    z-index: -2147483600;
}

use-chat-gpt-ai-content-menu, use-chat-gpt-ai, #USE_CHAT_GPT_AI_ROOT {
    visibility: visible !important;
}

:root {
    --contexify-zIndex: 666;
    --contexify-menu-minWidth: 220px;
    --contexify-menu-padding: 6px;
    --contexify-menu-radius: 6px;
    --contexify-menu-bgColor: #fff;
    --contexify-menu-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1), 2px 4px 4px rgba(0, 0, 0, 0.1), 3px 6px 6px rgba(0, 0, 0, 0.1);
    --contexify-menu-negatePadding: var(--contexify-menu-padding);
    --contexify-separator-color: rgba(0, 0, 0, 0.2);
    --contexify-separator-margin: 5px;
    --contexify-itemContent-padding: 6px;
    --contexify-activeItem-radius: 4px;
    --contexify-item-color: #333;
    --contexify-activeItem-color: #fff;
    --contexify-activeItem-bgColor: #3498db;
    --contexify-rightSlot-color: #6f6e77;
    --contexify-activeRightSlot-color: #fff;
    --contexify-arrow-color: #6f6e77;
    --contexify-activeArrow-color: #fff;
}

:root {
    --contexify-item-color: rgba(0, 0, 0, 0.87) !important;
    --contexify-activeItem-color: rgba(0, 0, 0, 0.87) !important;
    --contexify-activeArrow-color: rgba(0, 0, 0, 0.87) !important;
    --contexify-activeItem-bgColor: rgba(118, 1, 211, 0.04) !important;
}

.blinking-cursor {
    display: inline-block;
    height: 20px;
    width: 2px;
    color: transparent;
    background-color: #fff;
    animation: blink 1s step-end infinite;
    margin-left: 2px;
    margin-right: 0;
}

*, :after, :before {
    box-sizing: border-box;
    border: 0 solid #c0c1c6;
}

:after, :before {
    --tw-content: "";
}
@font-face {
    font-family: 'LarkenExtrabold';
    src: url('./Larken_Extrabold_1.61/Web/Larken-ExtraBold.woff2') format('woff2');
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: 'LarkenExtrabold', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-feature-settings: normal;
    font-variation-settings: normal;
}

body {
    margin: 0;
    line-height: inherit;
}

h1, h2, h3 {
    font-size: inherit;
    font-weight: inherit;
}

a {
    color: inherit;
    text-decoration: inherit;
}

button {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

button {
    text-transform: none;
}

[type=button], button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}

h1, h2, h3, p {
    margin: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

button {
    cursor: pointer;
}

:disabled {
    cursor: default;
}

svg {
    display: block;
    vertical-align: middle;
}

h1 {
    font-size: 3rem;
    line-height: 1;
}

h1, h2 {
    font-family: var(--header-font), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

h3 {
    font-family: var(--header-font), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

li, p {
    font-family: var(--default-font), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

li, p {
    font-size: 1rem;
    line-height: 1.5rem;
}

.group-hover\:translate-x-2, .transform, .translate-x-full {
    --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;
}

.container {
    width: 100%;
}

@media (min-width: 400px) {
    .container {
        max-width: 400px;
    }
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}

.glow-sm {
    box-shadow: 0 0 5px #60d5c4;
}

.gradient-accent-gbv {
    background: linear-gradient(90.18deg, #60d5c4, #6a9fcb 50.85%, #bb84cc);
}

.gradient-text {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}

.top-0 {
    top: 0;
}

.top-20 {
    top: 5rem;
}

.-z-10 {
    z-index: -10;
}

.z-20 {
    z-index: 20;
}

.m-auto {
    margin: auto;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.-mt-1 {
    margin-top: -.25rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-auto {
    margin-bottom: auto;
}

.ml-1 {
    margin-left: .25rem;
}

.ml-3 {
    margin-left: .75rem;
}

.mr-2 {
    margin-right: .5rem;
}

.mr-5 {
    margin-right: 1.25rem;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mt-16 {
    margin-top: 4rem;
}

.mt-2 {
    margin-top: .5rem;
}

.mt-3 {
    margin-top: .75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-\[3\%\] {
    margin-top: 3%;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.h-0 {
    height: 0;
}

.h-14 {
    height: 3.5rem;
}

.h-16 {
    height: 4rem;
}

.h-4 {
    height: 1rem;
}

.h-6 {
    height: 1.5rem;
}

.h-7 {
    height: 1.75rem;
}

.h-8 {
    height: 2rem;
}

.h-9 {
    height: 2.25rem;
}

.h-\[160vh\] {
    height: 160vh;
}

.h-full {
    height: 100%;
}

.w-11\/12 {
    width: 91.666667%;
}

.w-12 {
    width: 3rem;
}

.w-28 {
    width: 7rem;
}

.w-4 {
    width: 1rem;
}

.w-44 {
    width: 11rem;
}

.w-56 {
    width: 14rem;
}

.w-6 {
    width: 1.5rem;
}

.w-8 {
    width: 2rem;
}

.w-full {
    width: 100%;
}

.w-screen {
    width: 100vw;
}

.max-w-5xl {
    max-width: 64rem;
}

.max-w-7xl {
    max-width: 80rem;
}

.max-w-full {
    max-width: 100%;
}

.grow {
    flex-grow: 1;
}

.grow-0 {
    flex-grow: 0;
}

.translate-x-full {
    --tw-translate-x: 100%;
}

.translate-x-full {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
    cursor: pointer;
}

.grid-cols-2 {
    grid-template-columns:repeat(2, minmax(0, 1fr));
}

.flex-row {
    flex-direction: row;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-center {
    align-items: center;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.gap-3 {
    gap: .75rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-x-1 {
    -moz-column-gap: .25rem;
    column-gap: .25rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.overflow-y-auto {
    overflow-y: auto;
}

.scroll-smooth {
    scroll-behavior: smooth;
}

.rounded {
    border-radius: .25rem;
}

.rounded-1 {
    border-radius: 0.5rem;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-lg {
    border-radius: .5rem;
}

.border {
    border-width: 1px;
}

.border-2 {
    border-width: 2px;
}

.border-t {
    border-top-width: 1px;
}

.border-gray-900\/10 {
    border-color: rgba(45, 49, 66, .1);
}

.border-secondary-700 {
    --tw-border-opacity: 1;
    border-color: rgb(148 255 219/var(--tw-border-opacity));
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity));
}

.bg-brand-dark {
    --tw-bg-opacity: 1;
    background-color: rgb(9 182 162/var(--tw-bg-opacity));
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(234 234 236/var(--tw-bg-opacity));
}

.bg-surface-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(20 22 26/var(--tw-bg-opacity));
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-sky-120 {
    background-color: rgb(136 182 191/var(--tw-bg-opacity));
}

.bg-sky-100 {
    background-color: rgb(176 206 212/var(--tw-bg-opacity));
}

.bg-sky-80 {
    background-color: rgb(192 216 221/var(--tw-bg-opacity));
}

.bg-sky-60 {
    background-color: rgb(209 226 230/var(--tw-bg-opacity));
}

.bg-sky-40 {
    background-color: rgb(225 237 239/var(--tw-bg-opacity));
}


.bg-charcoal-120 {
    background-color: rgb(20 22 26/var(--tw-bg-opacity));
}

.bg-charcoal-100 {
    background-color: rgb(33 38 48/var(--tw-bg-opacity));
}

.bg-charcoal-80 {
    background-color: rgb(56 63 76/var(--tw-bg-opacity));
}

.bg-charcoal-60 {
    background-color: rgb(82 88 102/var(--tw-bg-opacity));
}

.bg-charcoal-20 {
    background-color: rgb(82 88 102/var(--tw-bg-opacity));
}

.bg-teal-140 {
    background-color: rgb( 0 175 179/var(--tw-bg-opacity));
}

.bg-teal-120 {
    background-color: rgb(0 220 224/var(--tw-bg-opacity));
}

.bg-teal-100 {
    background-color: rgb(0 245 250/var(--tw-bg-opacity));
}

.bg-teal-80 {
    background-color: rgb(102 255 252/var(--tw-bg-opacity));
}

.bg-teal-60 {
    background-color: rgb(204 255 254/var(--tw-bg-opacity));
}

.from-brand-dark {
    --tw-gradient-from: #09b6a2 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(9, 182, 162, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-brand-dark {
    --tw-gradient-to: rgba(9, 182, 162, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #09b6a2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-brand-light {
    --tw-gradient-to: #71e9d8 var(--tw-gradient-to-position);
}

.bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
}

.fill-white {
    fill: #fff;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.pb-8 {
    padding-bottom: 2rem;
}

.pt-16 {
    padding-top: 4rem;
}

.pt-8 {
    padding-top: 2rem;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem;
}

.font-bold {
    font-weight: 700;
}

.font-light {
    font-weight: 300;
}

.font-medium {
    font-weight: 500;
}

.font-normal {
    font-weight: 400;
}

.font-semibold {
    font-weight: 600;
}

.leading-10 {
    line-height: 2.5rem;
}

.leading-5 {
    line-height: 1.25rem;
}

.leading-6 {
    line-height: 1.5rem;
}

.leading-none {
    line-height: 1;
}

.tracking-widest {
    letter-spacing: .1em;
}

.text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(192 193 198/var(--tw-text-opacity));
}

.text-gray-50 {
    --tw-text-opacity: 1;
    color: rgb(234 234 236/var(--tw-text-opacity));
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(129 131 142/var(--tw-text-opacity));
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(45 49 66/var(--tw-text-opacity));
}

.text-secondary-700 {
    --tw-text-opacity: 1;
    color: rgb(148 255 219/var(--tw-text-opacity));
}

.text-transparent {
    color: transparent;
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
    opacity: 0;
}

.opacity-40 {
    opacity: .4;
}

.opacity-95 {
    opacity: .95;
}

.outline {
    outline-style: solid;
}

.outline-0 {
    outline-width: 0;
}

.outline-offset-0 {
    outline-offset: 0;
}

.outline-white\/80 {
    outline-color: hsla(0, 0%, 100%, .8);
}

.transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.duration-100 {
    transition-duration: .1s;
}

.duration-150 {
    transition-duration: .15s;
}

.duration-700 {
    transition-duration: .7s;
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

body {
    overflow-y: auto;
}

#__next, #__next > div, body, html {
    height: 100%;
}

#__next {
    display: flex;
    flex-direction: column;
}

.hover\:glow-md:hover {
    box-shadow: 0 0 10px #60d5c4;
}

.hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(213 214 217/var(--tw-border-opacity));
}

.hover\:border-secondary-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(194 255 235/var(--tw-border-opacity));
}

.hover\:fill-brand-dark:hover {
    fill: #09b6a2;
}

.hover\:font-black:hover {
    font-weight: 900;
}

.hover\:font-bold:hover {
    font-weight: 700;
}

.hover\:text-brand-dark:hover {
    --tw-text-opacity: 1;
    color: rgb(9 182 162/var(--tw-text-opacity));
}

.hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgb(213 214 217/var(--tw-text-opacity));
}

.hover\:text-secondary-400:hover {
    --tw-text-opacity: 1;
    color: rgb(194 255 235/var(--tw-text-opacity));
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
}

.hover\:outline-2:hover {
    outline-width: 2px;
}

.hover\:outline-offset-\[18px\]:hover {
    outline-offset: 18px;
}

.hover\:outline-white\/0:hover {
    outline-color: hsla(0, 0%, 100%, 0);
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.disabled\:border-gray-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgb(213 214 217/var(--tw-border-opacity));
}

.group:hover .group-hover\:translate-x-2 {
    --tw-translate-x: 0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 640px) {
    .sm\:mb-10 {
        margin-bottom: 2.5rem;
    }

    .sm\:mt-10 {
        margin-top: 2.5rem;
    }

    .sm\:mt-20 {
        margin-top: 5rem;
    }

    .sm\:block {
        display: block;
    }


    .sm\:pt-24 {
        padding-top: 6rem;
    }

    .sm\:text-left {
        text-align: left;
    }

    .sm\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .sm\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 768px) {
    .md\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .md\:mb-10 {
        margin-bottom: 2.5rem;
    }

    .md\:ml-0 {
        margin-left: 0;
    }

    .md\:mt-0 {
        margin-top: 0;
    }

    .md\:flex {
        display: flex;
    }

    .md\:grid {
        display: grid;
    }

    .md\:hidden {
        display: none;
    }

    .md\:h-auto {
        height: auto;
    }

    .md\:grow-0 {
        flex-grow: 0;
    }

    .md\:grid-cols-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:gap-8 {
        gap: 2rem;
    }

    .md\:px-3 {
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .md\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .md\:leading-\[3\.5rem\] {
        line-height: 3.5rem;
    }
}

@media (min-width: 1024px) {
    .lg\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .lg\:mt-24 {
        margin-top: 6rem;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .lg\:pt-32 {
        padding-top: 8rem;
    }

    .lg\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }

    .lg\:leading-\[4rem\] {
        line-height: 4rem;
    }
}

@media (min-width: 1280px) {
    .xl\:col-span-2 {
        grid-column: span 2/span 2;
    }

    .xl\:mt-0 {
        margin-top: 0;
    }

    .xl\:grid {
        display: grid;
    }

    .xl\:max-w-6xl {
        max-width: 72rem;
    }

    .xl\:grid-cols-3 {
        grid-template-columns:repeat(3, minmax(0, 1fr));
    }

    .xl\:gap-8 {
        gap: 2rem;
    }

    .xl\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }
}

@media (min-width: 1536px) {
    .\32xl\:mb-24 {
        margin-bottom: 6rem;
    }

    .\32xl\:h-fit {
        height: -moz-fit-content;
        height: fit-content;
    }

    .\32xl\:justify-center {
        justify-content: center;
    }

    .\32xl\:pt-12 {
        padding-top: 3rem;
    }
}

:root {
    --default-font: '__Assistant_d58a23', '__Assistant_Fallback_d58a23';
    --header-font: '__Lexend_b77898', '__Lexend_Fallback_b77898';
    --mono-font: Courier, monospace;
}

:root {
    --rt-color-white: #fff;
    --rt-color-dark: #222;
    --rt-color-success: #8dc572;
    --rt-color-error: #be6464;
    --rt-color-warning: #f0ad4e;
    --rt-color-info: #337ab7;
    --rt-opacity: 0.9;
}


:root {
    --contexify-zIndex: 666;
    --contexify-menu-minWidth: 220px;
    --contexify-menu-padding: 6px;
    --contexify-menu-radius: 6px;
    --contexify-menu-bgColor: #fff;
    --contexify-menu-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1), 2px 4px 4px rgba(0, 0, 0, 0.1), 3px 6px 6px rgba(0, 0, 0, 0.1);
    --contexify-menu-negatePadding: var(--contexify-menu-padding);
    --contexify-separator-color: rgba(0, 0, 0, 0.2);
    --contexify-separator-margin: 5px;
    --contexify-itemContent-padding: 6px;
    --contexify-activeItem-radius: 4px;
    --contexify-item-color: #333;
    --contexify-activeItem-color: #fff;
    --contexify-activeItem-bgColor: #3498db;
    --contexify-rightSlot-color: #6f6e77;
    --contexify-activeRightSlot-color: #fff;
    --contexify-arrow-color: #6f6e77;
    --contexify-activeArrow-color: #fff;
}

:root {
    --contexify-item-color: rgba(0, 0, 0, 0.87) !important;
    --contexify-activeItem-color: rgba(0, 0, 0, 0.87) !important;
    --contexify-activeArrow-color: rgba(0, 0, 0, 0.87) !important;
    --contexify-activeItem-bgColor: rgba(118, 1, 211, 0.04) !important;
}


:root {
    --contexify-zIndex: 666;
    --contexify-menu-minWidth: 220px;
    --contexify-menu-padding: 6px;
    --contexify-menu-radius: 6px;
    --contexify-menu-bgColor: #fff;
    --contexify-menu-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1), 2px 4px 4px rgba(0, 0, 0, 0.1), 3px 6px 6px rgba(0, 0, 0, 0.1);
    --contexify-menu-negatePadding: var(--contexify-menu-padding);
    --contexify-separator-color: rgba(0, 0, 0, 0.2);
    --contexify-separator-margin: 5px;
    --contexify-itemContent-padding: 6px;
    --contexify-activeItem-radius: 4px;
    --contexify-item-color: #333;
    --contexify-activeItem-color: #fff;
    --contexify-activeItem-bgColor: #3498db;
    --contexify-rightSlot-color: #6f6e77;
    --contexify-activeRightSlot-color: #fff;
    --contexify-arrow-color: #6f6e77;
    --contexify-activeArrow-color: #fff;
}

:root {
    --contexify-item-color: rgba(0, 0, 0, 0.87) !important;
    --contexify-activeItem-color: rgba(0, 0, 0, 0.87) !important;
    --contexify-activeArrow-color: rgba(0, 0, 0, 0.87) !important;
    --contexify-activeItem-bgColor: rgba(118, 1, 211, 0.04) !important;
}

/*! CSS Used keyframes */
@keyframes blink {
    0%, to {
        background-color: transparent;
    }
    50% {
        background-color: #fff;
    }
}

.input_component{
    padding: 10px;
    min-width: 300px;
}

