/* @import 'tailwindcss/base'; */
/* Example: Custom button component using Tailwind utilities */
.tw-mb-6 {
    margin-bottom: 1.5rem
}
.tw-ml-3 {
    margin-left: 0.75rem
}
.tw-mt-1 {
    margin-top: 0.25rem
}
.tw-mt-2 {
    margin-top: 0.5rem
}
.tw-flex {
    display: flex
}
.tw-h-5 {
    height: 1.25rem
}
.tw-w-5 {
    width: 1.25rem
}
.tw-flex-1 {
    flex: 1 1 0%
}
.tw-flex-shrink-0 {
    flex-shrink: 0
}
.tw-items-start {
    align-items: flex-start
}
.tw-rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem
}
.tw-border-l-4 {
    border-left-width: 4px
}
.tw-border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgb(96 165 250 / var(--tw-border-opacity, 1))
}
.tw-bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1))
}
.tw-p-4 {
    padding: 1rem
}
.tw-text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem
}
.tw-font-medium {
    font-weight: 500
}
.tw-text-blue-400 {
    --tw-text-opacity: 1;
    color: rgb(96 165 250 / var(--tw-text-opacity, 1))
}
.tw-text-blue-700 {
    --tw-text-opacity: 1;
    color: rgb(29 78 216 / var(--tw-text-opacity, 1))
}
.tw-text-blue-800 {
    --tw-text-opacity: 1;
    color: rgb(30 64 175 / var(--tw-text-opacity, 1))
}
.tw-text-blue-900 {
    --tw-text-opacity: 1;
    color: rgb(30 58 138 / var(--tw-text-opacity, 1))
}
.tw-underline {
    text-decoration-line: underline
}
.tw-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
}
.tw-duration-200 {
    transition-duration: 200ms
}

/* Custom component classes can be added here */

.hover\:tw-text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgb(30 58 138 / var(--tw-text-opacity, 1))
}