.static { position: static } .my-0 { margin-top: 0px; margin-bottom: 0px } .mb-4 { margin-bottom: 1rem } .mt-0 { margin-top: 0px } .mb-12 { margin-bottom: 3rem } .mb-8 { margin-bottom: 2rem } .mb-2 { margin-bottom: 0.5rem } .mt-1 { margin-top: 0.25rem } .block { display: block } .inline-block { display: inline-block } .flex { display: flex } .grid { display: grid } .contents { display: contents } .h-full { height: 100% } .h-36 { height: 9rem } .w-full { width: 100% } .w-36 { width: 9rem } .flex-grow { flex-grow: 1 } .flex-col { flex-direction: column } .items-center { align-items: center } .justify-end { justify-content: flex-end } .justify-center { justify-content: center } .gap-4 { gap: 1rem } .space-x-1 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(0.25rem * var(--tw-space-x-reverse)); margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) } .rounded-md { border-radius: 0.375rem } .rounded { border-radius: 0.25rem } .\!rounded-md { border-radius: 0.375rem !important } .rounded-full { border-radius: 9999px } .rounded-t-md { border-top-left-radius: 0.375rem; border-top-right-radius: 0.375rem } .rounded-b-md { border-bottom-right-radius: 0.375rem; border-bottom-left-radius: 0.375rem } .border-2 { border-width: 2px } .border-b-8 { border-bottom-width: 8px } .border-b-2 { border-bottom-width: 2px } .border-purple-500 { --tw-border-opacity: 1; border-color: rgb(168 85 247 / var(--tw-border-opacity)) } .bg-blue-900\/20 { background-color: rgb(30 58 138 / 0.2) } .p-1 { padding: 0.25rem } .p-4 { padding: 1rem } .py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem } .py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem } .px-4 { padding-left: 1rem; padding-right: 1rem } .py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem } .pb-2 { padding-bottom: 0.5rem } .pb-1 { padding-bottom: 0.25rem } .text-center { text-align: center } .text-sm { font-size: 0.875rem; line-height: 1.25rem } .text-4xl { font-size: 2.25rem; line-height: 2.5rem } .text-xl { font-size: 1.25rem; line-height: 1.75rem } .text-2xl { font-size: 1.5rem; line-height: 2rem } .font-extrabold { font-weight: 800 } .font-bold { font-weight: 700 } .text-neutral-900 { --tw-text-opacity: 1; color: rgb(23 23 23 / var(--tw-text-opacity)) } .text-neutral-500 { --tw-text-opacity: 1; color: rgb(115 115 115 / var(--tw-text-opacity)) } .\!no-underline { -webkit-text-decoration-line: none !important; text-decoration-line: none !important } .shadow { --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) } .hover\:bg-white\/\[0\.12\]:hover { background-color: rgb(255 255 255 / 0.12) } .hover\:text-white:hover { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)) } .focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px } @media (prefers-color-scheme: dark) { .dark\:text-neutral-400 { --tw-text-opacity: 1; color: rgb(163 163 163 / var(--tw-text-opacity)) } } @media (min-width: 640px) { .sm\:flex-row { flex-direction: row } } @media (min-width: 768px) { .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) } } @media (min-width: 1024px) { .lg\:hidden { display: none } .lg\:flex-row { flex-direction: row } }