.mb-1 {
    margin-bottom: 0.25rem
}
.ml-auto {
    margin-left: auto
}
.mt-1\.5 {
    margin-top: 0.375rem
}
.flex {
    display: flex
}
.inline-flex {
    display: inline-flex
}
.h-3\.5 {
    height: 0.875rem
}
.h-4 {
    height: 1rem
}
.h-8 {
    height: 2rem
}
.w-3\.5 {
    width: 0.875rem
}
.w-4 {
    width: 1rem
}
.max-w-48 {
    max-width: 12rem
}
.max-w-full {
    max-width: 100%
}
.max-w-lg {
    max-width: 32rem
}
.shrink-0 {
    flex-shrink: 0
}
.flex-wrap {
    flex-wrap: wrap
}
.items-center {
    align-items: center
}
.gap-1\.5 {
    gap: 0.375rem
}
.gap-2 {
    gap: 0.5rem
}
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.rounded-lg {
    border-radius: var(--radius)
}
.rounded-md {
    border-radius: calc(var(--radius) - 4px)
}
.border {
    border-width: 1px
}
.border-b {
    border-bottom-width: 1px
}
.border-border {
    border-color: hsl(var(--border))
}
.border-border\/70 {
    border-color: hsl(var(--border) / 0.7)
}
.border-primary\/30 {
    border-color: hsl(var(--primary) / 0.3)
}
.bg-background {
    background-color: hsl(var(--background))
}
.bg-primary-soft {
    background-color: hsl(var(--primary-soft))
}
.bg-surface\/40 {
    background-color: hsl(var(--surface) / 0.4)
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem
}
.px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem
}
.py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem
}
.text-xs {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0
}
.font-medium {
    font-weight: 500
}
.text-\[\#25d366\] {
    --tw-text-opacity: 1;
    color: rgb(37 211 102 / var(--tw-text-opacity, 1))
}
.text-foreground {
    color: hsl(var(--foreground))
}
.text-muted-foreground {
    color: hsl(var(--muted-foreground))
}
.text-primary {
    color: hsl(var(--primary))
}
.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}
@keyframes enter {
    from {
        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))
    }
}
.running {
    animation-play-state: running
}
.hover\:bg-muted:hover {
    background-color: hsl(var(--muted))
}
.disabled\:opacity-50:disabled {
    opacity: 0.5
}