@import 'tailwindcss'; @layer components { .test-loading { @apply w-20 h-20 bg-gray-300 rounded-full animate-spin; } } :root { --scrollbar-color: #ffbf00; } #root { width: 100%; height: 100%; } #ai-bot-root { width: 100%; height: 100%; position: fixed; top: 0; left: -100px; z-index: 9999; pointer-events: none; } .scrollbar { scrollbar-width: thin; scrollbar-color: var(--scrollbar-color) #fff; }