:root {
    --wcm-color-fg-1: rgb(228, 231, 231);
    --wcm-color-fg-2: rgb(148, 158, 158);
    --wcm-color-fg-3: rgb(110, 119, 119);
    --wcm-color-bg-1: rgb(20, 20, 20);
    --wcm-color-bg-2: rgb(39, 42, 42);
    --wcm-color-bg-3: rgb(59, 64, 64);
    --wcm-color-overlay: rgba(255, 255, 255, 0.1);
    --wcm-accent-color: #3396FF;
    --wcm-accent-fill-color: #FFFFFF;
    --wcm-z-index: 1000000;
    --wcm-background-color: #3396FF;
    --wcm-background-border-radius: 8px;
    --wcm-container-border-radius: 30px;
    --wcm-wallet-icon-border-radius: 15px;
    --wcm-wallet-icon-large-border-radius: 30px;
    --wcm-wallet-icon-small-border-radius: 7px;
    --wcm-input-border-radius: 28px;
    --wcm-button-border-radius: 10px;
    --wcm-notification-border-radius: 36px;
    --wcm-secondary-button-border-radius: 28px;
    --wcm-icon-button-border-radius: 50%;
    --wcm-button-hover-highlight-border-radius: 10px;
    --wcm-text-big-bold-size: 20px;
    --wcm-text-big-bold-weight: 600;
    --wcm-text-big-bold-line-height: 24px;
    --wcm-text-big-bold-letter-spacing: -0.03em;
    --wcm-text-big-bold-text-transform: none;
    --wcm-text-xsmall-bold-size: 10px;
    --wcm-text-xsmall-bold-weight: 700;
    --wcm-text-xsmall-bold-line-height: 12px;
    --wcm-text-xsmall-bold-letter-spacing: 0.02em;
    --wcm-text-xsmall-bold-text-transform: uppercase;
    --wcm-text-xsmall-regular-size: 12px;
    --wcm-text-xsmall-regular-weight: 600;
    --wcm-text-xsmall-regular-line-height: 14px;
    --wcm-text-xsmall-regular-letter-spacing: -0.03em;
    --wcm-text-xsmall-regular-text-transform: none;
    --wcm-text-small-thin-size: 14px;
    --wcm-text-small-thin-weight: 500;
    --wcm-text-small-thin-line-height: 16px;
    --wcm-text-small-thin-letter-spacing: -0.03em;
    --wcm-text-small-thin-text-transform: none;
    --wcm-text-small-regular-size: 14px;
    --wcm-text-small-regular-weight: 600;
    --wcm-text-small-regular-line-height: 16px;
    --wcm-text-small-regular-letter-spacing: -0.03em;
    --wcm-text-small-regular-text-transform: none;
    --wcm-text-medium-regular-size: 16px;
    --wcm-text-medium-regular-weight: 600;
    --wcm-text-medium-regular-line-height: 20px;
    --wcm-text-medium-regular-letter-spacing: -0.03em;
    --wcm-text-medium-regular-text-transform: none;
    --wcm-font-family: -apple-system,
        system-ui,
        BlinkMacSystemFont,
        'Segoe UI',
        Roboto,
        Ubuntu,
        'Helvetica Neue',
        sans-serif;
    --wcm-font-feature-settings: 'tnum' on,
        'lnum' on,
        'case' on;
    --wcm-success-color: rgb(38, 181, 98);
    --wcm-error-color: rgb(242, 90, 103);
    --wcm-overlay-background-color: rgba(0, 0, 0, 0.3);
    --wcm-overlay-backdrop-filter: none;
}

:root {
    --str-chat__theme-version: 2;
}

*,
:after,
:before {
    --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-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(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;
}

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
}

:after,
:before {
    --tw-content: "";
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    line-height: inherit;
}

a {
    color: inherit;
    text-decoration: inherit;
}

button,
input {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

p {
    margin: 0;
}

ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

input::placeholder {
    opacity: 1;
    color: #9ca3af;
}

button {
    cursor: pointer;
}

:disabled {
    cursor: default;
}

iframe,
img,
svg {
    display: block;
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}

.top-0 {
    top: 0;
}

.z-10 {
    z-index: 10;
}

.z-\[100\] {
    z-index: 100;
}

.z-\[1\] {
    z-index: 1;
}

.order-2 {
    order: 2;
}

.mb-20 {
    margin-bottom: 5rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.ml-6 {
    margin-left: 1.5rem;
}

.mr-4 {
    margin-right: 1rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-auto {
    margin-top: auto;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.aspect-square {
    aspect-ratio: 1/1;
}

.h-10 {
    height: 2.5rem;
}

.h-4 {
    height: 1rem;
}

.h-5 {
    height: 1.25rem;
}

.h-8 {
    height: 2rem;
}

.h-\[72px\] {
    height: 72px;
}

.h-auto {
    height: auto;
}

.h-fit {
    height: -moz-fit-content;
    height: fit-content;
}

.h-full {
    height: 100%;
}

.max-h-\[300px\] {
    max-height: 300px;
}

.max-h-screen {
    max-height: 100vh;
}

.w-20 {
    width: 5rem;
}

.w-32 {
    width: 8rem;
}

.w-4 {
    width: 1rem;
}

.w-5 {
    width: 1.25rem;
}

.w-\[72px\] {
    width: 72px;
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}

.w-full {
    width: 100%;
}

.min-w-20 {
    min-width: 5rem;
}

.min-w-32 {
    min-width: 8rem;
}

.max-w-\[800px\] {
    max-width: 800px;
}

.max-w-full {
    max-width: 100%;
}

.flex-1 {
    flex: 1 1 0%;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.shrink-0 {
    flex-shrink: 0;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.cursor-pointer {
    cursor: pointer;
}

.flex-row {
    flex-direction: row;
}

.flex-col {
    flex-direction: column;
}

.flex-col-reverse {
    flex-direction: column-reverse;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-end {
    align-items: flex-end;
}

.items-center {
    align-items: center;
}

.justify-start {
    justify-content: flex-start;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.gap-1 {
    gap: .25rem;
}

.gap-2 {
    gap: .5rem;
}

.gap-4 {
    gap: 1rem;
}

.space-x-2>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.5rem * var(--tw-space-x-reverse));
    margin-left: calc(.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.self-start {
    align-self: flex-start;
}

.justify-self-end {
    justify-self: end;
}

.justify-self-center {
    justify-self: center;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-x-auto {
    overflow-x: auto;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate,
.whitespace-nowrap {
    white-space: nowrap;
}

.break-words {
    overflow-wrap: break-word;
}

.rounded {
    border-radius: .25rem;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-md {
    border-radius: .375rem;
}

.border {
    border-width: 1px;
}

.border-none {
    border-style: none;
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219/var(--tw-border-opacity));
}

.border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240/var(--tw-border-opacity));
}

.border-transparent {
    border-color: transparent;
}

.bg-\[\#1b1d28\] {
    --tw-bg-opacity: 1;
    background-color: rgb(27 29 40/var(--tw-bg-opacity));
}

.bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(147 197 253/var(--tw-bg-opacity));
}

.bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(134 239 172/var(--tw-bg-opacity));
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(27 29 40/var(--tw-bg-opacity));
}

.bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 165 165/var(--tw-bg-opacity));
}

.p-2 {
    padding: .5rem;
}

.p-4 {
    padding: 1rem;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.py-1\.5 {
    padding-top: .375rem;
    padding-bottom: .375rem;
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.text-center {
    text-align: center;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-\[14px\] {
    font-size: 14px;
}

.text-\[1rem\] {
    font-size: 1rem;
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem;
}

.font-bold {
    font-weight: 700;
}

.font-medium {
    font-weight: 500;
}

.text-\[\#9da3ae\] {
    --tw-text-opacity: 1;
    color: rgb(157 163 174/var(--tw-text-opacity));
}

.text-\[\#F8FAFC\] {
    --tw-text-opacity: 1;
    color: rgb(248 250 252/var(--tw-text-opacity));
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity));
}

.text-blue-200 {
    --tw-text-opacity: 1;
    color: rgb(191 219 254/var(--tw-text-opacity));
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175/var(--tw-text-opacity));
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128/var(--tw-text-opacity));
}

.text-green-300 {
    --tw-text-opacity: 1;
    color: rgb(134 239 172/var(--tw-text-opacity));
}

.text-green-500 {
    --tw-text-opacity: 1;
    color: rgb(34 197 94/var(--tw-text-opacity));
}

.text-slate-400 {
    --tw-text-opacity: 1;
    color: rgb(148 163 184/var(--tw-text-opacity));
}

.text-slate-50 {
    --tw-text-opacity: 1;
    color: rgb(248 250 252/var(--tw-text-opacity));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
}

.underline {
    text-decoration-line: underline;
}

.opacity-50 {
    opacity: .5;
}

.ring-offset-white {
    --tw-ring-offset-color: #fff;
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.\[background\:\#1F2937\] {
    background: #1f2937;
}

:root {
    --pulse-color: #ff0;
}

.scrollbar-hidden::-webkit-scrollbar {
    display: none;
}

.scrollbar-hidden {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.placeholder\:text-slate-500::placeholder {
    --tw-text-opacity: 1;
    color: rgb(100 116 139/var(--tw-text-opacity));
}

.hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity));
}

.hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55/var(--tw-bg-opacity));
}

.hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94/var(--tw-bg-opacity));
}

.hover\:bg-transparent:hover {
    background-color: transparent;
}

.hover\:font-bold:hover {
    font-weight: 700;
}

.hover\:text-slate-50:hover {
    --tw-text-opacity: 1;
    color: rgb(248 250 252/var(--tw-text-opacity));
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
}

.hover\:underline:hover {
    text-decoration-line: underline;
}

.hover\:\[background\:\#374151\]:hover {
    background: #374151;
}

.focus\:border-none:focus {
    border-style: none;
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-slate-950:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(2 6 23/var(--tw-ring-opacity));
}

.focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
}

.active\:border-none:active {
    border-style: none;
}

.disabled\:pointer-events-none:disabled {
    pointer-events: none;
}

.disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
}

.disabled\:opacity-50:disabled {
    opacity: .5;
}

.group:hover .group-hover\:flex {
    display: flex;
}

.group:hover .group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity));
}

.group:hover .group-hover\:underline {
    text-decoration-line: underline;
}

@media (min-width:640px) {
    .sm\:bottom-0 {
        bottom: 0;
    }

    .sm\:right-0 {
        right: 0;
    }

    .sm\:top-auto {
        top: auto;
    }

    .sm\:flex {
        display: flex;
    }

    .sm\:inline-flex {
        display: inline-flex;
    }

    .sm\:w-fit {
        width: -moz-fit-content;
        width: fit-content;
    }

    .sm\:flex-col {
        flex-direction: column;
    }
}

@media (min-width:768px) {
    .md\:static {
        position: static;
    }

    .md\:absolute {
        position: absolute;
    }

    .md\:left-1\/2 {
        left: 50%;
    }

    .md\:grid {
        display: grid;
    }

    .md\:hidden {
        display: none;
    }

    .md\:max-w-\[420px\] {
        max-width: 420px;
    }

    .md\:max-w-md {
        max-width: 28rem;
    }

    .md\:-translate-x-1\/2 {
        --tw-translate-x: -50%;
    }

    .md\:-translate-x-1\/2 {
        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));
    }

    .md\: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));
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:items-center {
        align-items: center;
    }

    .md\:justify-center {
        justify-content: center;
    }

    .md\:justify-between {
        justify-content: space-between;
    }

    .md\:gap-0 {
        gap: 0;
    }

    .md\:gap-1 {
        gap: .25rem;
    }

    .md\:gap-2 {
        gap: .5rem;
    }

    .md\:gap-3 {
        gap: .75rem;
    }

    .md\:gap-6 {
        gap: 1.5rem;
    }

    .md\:gap-8 {
        gap: 2rem;
    }

    .md\:p-2 {
        padding: .5rem;
    }

    .md\:px-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .md\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .md\:pb-2 {
        padding-bottom: .5rem;
    }
}

@media (min-width:1024px) {
    .lg\:order-3 {
        order: 3;
    }

    .lg\:block {
        display: block;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:basis-1\/2 {
        flex-basis: 50%;
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:gap-x-0 {
        -moz-column-gap: 0;
        column-gap: 0;
    }
}

@media (min-width:1200px) {
    .lgplus\:block {
        display: block;
    }

    .lgplus\:hidden {
        display: none;
    }

    .lgplus\:gap-4 {
        gap: 1rem;
    }
}

@media (min-width:1280px) {
    .xl\:inline-flex {
        display: inline-flex;
    }

    .xl\:w-auto {
        width: auto;
    }
}

.\[\&\>span\]\:line-clamp-1>span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.__className_d4e0c8 {
    font-family: __inter_d4e0c8, __inter_Fallback_d4e0c8, Helvetica, sans-serif;
}

@font-face {
    font-family: __inter_d4e0c8;
    src: url(7385e8d9d3c5518f-s.p.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: __inter_Fallback_d4e0c8;
    src: local("Arial");
    ascent-override: 90.00%;
    descent-override: 22.43%;
    line-gap-override: 0.00%;
    size-adjust: 107.64%;
}

@supports (overflow-wrap: anywhere) {
    .break-anywhere {
        overflow-wrap: anywhere
    }
}

@supports not (overflow-wrap: anywhere) {
    .break-anywhere {
        word-break: break-word
    }
}

@keyframes swooshInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

.animate-swooshInFromLeft {
    animation: swooshInFromLeft .5s ease-out forwards
}

@keyframes shake-transform {
    0% {
        transform: translateX(0)
    }

    10% {
        transform: translateX(-25px)
    }

    20% {
        transform: translateX(25px)
    }

    30% {
        transform: translateX(-25px)
    }

    40% {
        transform: translateX(25px)
    }

    50% {
        transform: translateX(-25px)
    }

    60% {
        transform: translateX(25px)
    }

    70% {
        transform: translateX(-25px)
    }

    80% {
        transform: translateX(25px)
    }

    90% {
        transform: translateX(-25px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes shake-color {

    0%,
    10%,
    20% {
        background-color: #ff0
    }
}

.animate-shake {
    animation: shake-transform .7s ease-in-out, shake-color .7s ease-in-out
}

.animate-shake-color {
    animation: shake-color .7s ease-in-out
}

.animate-shake-transform {
    animation: shake-transform .7s ease-in-out
}

@keyframes watchlist-star-sparkle {
    0% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(1.3);
        opacity: .7
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.animate-watchlist-star-sparkle {
    animation: watchlist-star-sparkle .6s ease-out
}

@keyframes pulse-animation {
    0% {
        background-color: var(--pulse-color);
        opacity: 0
    }

    50% {
        background-color: var(--pulse-color);
        opacity: 1
    }

    to {
        background-color: var(--pulse-color);
        opacity: 0
    }
}

.animate-pulse-row {
    animation: pulse-animation .3s ease-in
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.animate-spin {
    animation: spin 1s linear infinite
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-\[margin\] {
    transition-property: margin;
    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
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.duration-100 {
    transition-duration: .1s
}

.duration-200 {
    transition-duration: .2s
}

.duration-300 {
    transition-duration: .3s
}

.duration-500 {
    transition-duration: .5s
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.will-change-\[opacity\2c transform\] {
    will-change: opacity, transform
}

@keyframes enter {
    0% {
        opacity: var(--tw-enter-opacity, 1);
        transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))
    }
}

@keyframes exit {
    to {
        opacity: var(--tw-exit-opacity, 1);
        transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))
    }
}

.animate-in {
    animation-name: enter;
    animation-duration: .15s;
    --tw-enter-opacity: initial;
    --tw-enter-scale: initial;
    --tw-enter-rotate: initial;
    --tw-enter-translate-x: initial;
    --tw-enter-translate-y: initial
}

.fade-in,
.fade-in-0 {
    --tw-enter-opacity: 0
}

.fade-in-50 {
    --tw-enter-opacity: 0.5
}

.zoom-in-95 {
    --tw-enter-scale: .95
}

.duration-100 {
    animation-duration: .1s
}

.duration-200 {
    animation-duration: .2s
}

.duration-300 {
    animation-duration: .3s
}

.duration-500 {
    animation-duration: .5s
}

.ease-in-out {
    animation-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.running {
    animation-play-state: running
}

.paused {
    animation-play-state: paused
}

.\[background\:\#1F2937\] {
    background: #1f2937
}

.\[background\:\#87EFAC\] {
    background: #87efac
}

:root {
    --pulse-color: #ff0
}

@supports (overflow-wrap: anywhere) {
    .break-anywhere {
        overflow-wrap: anywhere
    }
}

@supports not (overflow-wrap: anywhere) {
    .break-anywhere {
        word-break: break-word
    }
}

@keyframes swooshInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

.animate-swooshInFromLeft {
    animation: swooshInFromLeft .5s ease-out forwards
}

@keyframes shake-transform {
    0% {
        transform: translateX(0)
    }

    10% {
        transform: translateX(-25px)
    }

    20% {
        transform: translateX(25px)
    }

    30% {
        transform: translateX(-25px)
    }

    40% {
        transform: translateX(25px)
    }

    50% {
        transform: translateX(-25px)
    }

    60% {
        transform: translateX(25px)
    }

    70% {
        transform: translateX(-25px)
    }

    80% {
        transform: translateX(25px)
    }

    90% {
        transform: translateX(-25px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes shake-color {

    0%,
    10%,
    20% {
        background-color: #ff0
    }
}

.animate-shake {
    animation: shake-transform .7s ease-in-out, shake-color .7s ease-in-out
}

.animate-shake-color {
    animation: shake-color .7s ease-in-out
}

.animate-shake-transform {
    animation: shake-transform .7s ease-in-out
}