UNPKG

flexacore-ui-dev

Version:

Universal UI Framework for CDN, React, Angular, Vue, Svelte with TypeScript support

3,829 lines (2,932 loc) 206 kB
@charset "UTF-8"; * { box-sizing: border-box; } *::before, *::after { box-sizing: border-box; } html { line-height: 1.5; text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizelegibility; scroll-behavior: smooth; } body { margin: 0; font-family: system-ui, sans-serif; background: var(--fc-bg, #fff); color: var(--fc-text, #111827); min-height: 100vh; } hr { height: 0; color: inherit; border: none; border-top: 1px solid #e5e7eb; } img, svg, video, canvas, audio, iframe, embed, object { display: block; max-width: 100%; } button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button, [type=button], [type=reset], [type=submit] { appearance: button; background: none; border: none; cursor: pointer; } :focus { outline: 2px solid var(--fc-primary, #3b82f6); outline-offset: 2px; } [hidden] { display: none !important; } [disabled] { cursor: not-allowed; opacity: 0.6; } :root { --fc-font-sans: system-ui, sans-serif; --fc-font-mono: ui-monospace, sfmono-regular, menlo, monaco, consolas, monospace; } body { font-family: var(--fc-font-sans); font-size: 1rem; line-height: 1.5; color: var(--fc-text, #111827); } h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.2; margin-top: 0; margin-bottom: 0.5em; } h1 { font-size: 2.25rem; } h2 { font-size: 1.5rem; } h3 { font-size: 1.25rem; } h4 { font-size: 1.125rem; } h5 { font-size: 1rem; } h6 { font-size: 0.875rem; } p { margin-top: 0; margin-bottom: 1em; } a { color: var(--fc-primary, #3b82f6); text-decoration: underline; transition: color 0.2s; } a:hover, a:focus { color: var(--fc-primary-dark, #1d4ed8); } strong, b { font-weight: 700; } em, i { font-style: italic; } ul, ol { padding-left: 2em; margin-top: 0; margin-bottom: 1em; } li { margin-bottom: 0.25em; } code, pre { font-family: var(--fc-font-mono); font-size: 0.95em; background: #f3f4f6; border-radius: 0.25em; padding: 0.2em 0.4em; } pre { padding: 1em; overflow-x: auto; } :root { /* Primary Colors */ --fc-primary: #3b82f6; --fc-primary-50: #eff6ff; --fc-primary-100: #dbeafe; --fc-primary-200: #bfdbfe; --fc-primary-300: #93c5fd; --fc-primary-400: #60a5fa; --fc-primary-500: #3b82f6; --fc-primary-600: #2563eb; --fc-primary-700: #1d4ed8; --fc-primary-800: #1e40af; --fc-primary-900: #1e3a8a; --fc-primary-950: #172554; /* Secondary Colors */ --fc-secondary: #64748b; --fc-accent: #d946ef; --fc-success: #22c55e; --fc-warning: #f59e0b; --fc-danger: #ef4444; --fc-surface: #fff; --fc-background: #f9fafb; --fc-text: #111827; --fc-border: #e5e7eb; /* Spacing */ --fc-space-0: 0; --fc-space-1: 0.25rem; --fc-space-2: 0.5rem; --fc-space-3: 0.75rem; --fc-space-4: 1rem; --fc-space-5: 1.25rem; --fc-space-6: 1.5rem; --fc-space-8: 2rem; --fc-space-10: 2.5rem; --fc-space-12: 3rem; --fc-space-16: 4rem; --fc-space-20: 5rem; --fc-space-24: 6rem; --fc-space-32: 8rem; /* Border Radius */ --fc-radius-sm: 0.125rem; --fc-radius: 0.25rem; --fc-radius-md: 0.375rem; --fc-radius-lg: 0.5rem; --fc-radius-xl: 0.75rem; --fc-radius-2xl: 1rem; --fc-radius-full: 9999px; /* Shadows */ --fc-shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 5%); --fc-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px -1px rgb(0 0 0 / 10%); --fc-shadow-md: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -2px rgb(0 0 0 / 10%); --fc-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%); --fc-shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 10%), 0 8px 10px -6px rgb(0 0 0 / 10%); --fc-shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 25%); --fc-shadow-inner: inset 0 2px 4px 0 rgb(0 0 0 / 5%); --fc-shadow-none: none; } .m-0 { margin: 0 !important; } .mt-0 { margin-top: 0 !important; } .mr-0 { margin-right: 0 !important; } .mb-0 { margin-bottom: 0 !important; } .ml-0 { margin-left: 0 !important; } .ms-0 { margin-inline-start: 0 !important; } .me-0 { margin-inline-end: 0 !important; } .mx-0 { margin-left: 0 !important; margin-right: 0 !important; } .my-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .m-px { margin: 1px !important; } .mt-px { margin-top: 1px !important; } .mr-px { margin-right: 1px !important; } .mb-px { margin-bottom: 1px !important; } .ml-px { margin-left: 1px !important; } .ms-px { margin-inline-start: 1px !important; } .me-px { margin-inline-end: 1px !important; } .mx-px { margin-left: 1px !important; margin-right: 1px !important; } .my-px { margin-top: 1px !important; margin-bottom: 1px !important; } .m-0_5 { margin: 0.125rem !important; } .mt-0_5 { margin-top: 0.125rem !important; } .mr-0_5 { margin-right: 0.125rem !important; } .mb-0_5 { margin-bottom: 0.125rem !important; } .ml-0_5 { margin-left: 0.125rem !important; } .ms-0_5 { margin-inline-start: 0.125rem !important; } .me-0_5 { margin-inline-end: 0.125rem !important; } .mx-0_5 { margin-left: 0.125rem !important; margin-right: 0.125rem !important; } .my-0_5 { margin-top: 0.125rem !important; margin-bottom: 0.125rem !important; } .m-1 { margin: 0.25rem !important; } .mt-1 { margin-top: 0.25rem !important; } .mr-1 { margin-right: 0.25rem !important; } .mb-1 { margin-bottom: 0.25rem !important; } .ml-1 { margin-left: 0.25rem !important; } .ms-1 { margin-inline-start: 0.25rem !important; } .me-1 { margin-inline-end: 0.25rem !important; } .mx-1 { margin-left: 0.25rem !important; margin-right: 0.25rem !important; } .my-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .m-1_5 { margin: 0.375rem !important; } .mt-1_5 { margin-top: 0.375rem !important; } .mr-1_5 { margin-right: 0.375rem !important; } .mb-1_5 { margin-bottom: 0.375rem !important; } .ml-1_5 { margin-left: 0.375rem !important; } .ms-1_5 { margin-inline-start: 0.375rem !important; } .me-1_5 { margin-inline-end: 0.375rem !important; } .mx-1_5 { margin-left: 0.375rem !important; margin-right: 0.375rem !important; } .my-1_5 { margin-top: 0.375rem !important; margin-bottom: 0.375rem !important; } .m-2 { margin: 0.5rem !important; } .mt-2 { margin-top: 0.5rem !important; } .mr-2 { margin-right: 0.5rem !important; } .mb-2 { margin-bottom: 0.5rem !important; } .ml-2 { margin-left: 0.5rem !important; } .ms-2 { margin-inline-start: 0.5rem !important; } .me-2 { margin-inline-end: 0.5rem !important; } .mx-2 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; } .my-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .m-2_5 { margin: 0.625rem !important; } .mt-2_5 { margin-top: 0.625rem !important; } .mr-2_5 { margin-right: 0.625rem !important; } .mb-2_5 { margin-bottom: 0.625rem !important; } .ml-2_5 { margin-left: 0.625rem !important; } .ms-2_5 { margin-inline-start: 0.625rem !important; } .me-2_5 { margin-inline-end: 0.625rem !important; } .mx-2_5 { margin-left: 0.625rem !important; margin-right: 0.625rem !important; } .my-2_5 { margin-top: 0.625rem !important; margin-bottom: 0.625rem !important; } .m-3 { margin: 0.75rem !important; } .mt-3 { margin-top: 0.75rem !important; } .mr-3 { margin-right: 0.75rem !important; } .mb-3 { margin-bottom: 0.75rem !important; } .ml-3 { margin-left: 0.75rem !important; } .ms-3 { margin-inline-start: 0.75rem !important; } .me-3 { margin-inline-end: 0.75rem !important; } .mx-3 { margin-left: 0.75rem !important; margin-right: 0.75rem !important; } .my-3 { margin-top: 0.75rem !important; margin-bottom: 0.75rem !important; } .m-3_5 { margin: 0.875rem !important; } .mt-3_5 { margin-top: 0.875rem !important; } .mr-3_5 { margin-right: 0.875rem !important; } .mb-3_5 { margin-bottom: 0.875rem !important; } .ml-3_5 { margin-left: 0.875rem !important; } .ms-3_5 { margin-inline-start: 0.875rem !important; } .me-3_5 { margin-inline-end: 0.875rem !important; } .mx-3_5 { margin-left: 0.875rem !important; margin-right: 0.875rem !important; } .my-3_5 { margin-top: 0.875rem !important; margin-bottom: 0.875rem !important; } .m-4 { margin: 1rem !important; } .mt-4 { margin-top: 1rem !important; } .mr-4 { margin-right: 1rem !important; } .mb-4 { margin-bottom: 1rem !important; } .ml-4 { margin-left: 1rem !important; } .ms-4 { margin-inline-start: 1rem !important; } .me-4 { margin-inline-end: 1rem !important; } .mx-4 { margin-left: 1rem !important; margin-right: 1rem !important; } .my-4 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .m-5 { margin: 1.25rem !important; } .mt-5 { margin-top: 1.25rem !important; } .mr-5 { margin-right: 1.25rem !important; } .mb-5 { margin-bottom: 1.25rem !important; } .ml-5 { margin-left: 1.25rem !important; } .ms-5 { margin-inline-start: 1.25rem !important; } .me-5 { margin-inline-end: 1.25rem !important; } .mx-5 { margin-left: 1.25rem !important; margin-right: 1.25rem !important; } .my-5 { margin-top: 1.25rem !important; margin-bottom: 1.25rem !important; } .m-6 { margin: 1.5rem !important; } .mt-6 { margin-top: 1.5rem !important; } .mr-6 { margin-right: 1.5rem !important; } .mb-6 { margin-bottom: 1.5rem !important; } .ml-6 { margin-left: 1.5rem !important; } .ms-6 { margin-inline-start: 1.5rem !important; } .me-6 { margin-inline-end: 1.5rem !important; } .mx-6 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; } .my-6 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .m-7 { margin: 1.75rem !important; } .mt-7 { margin-top: 1.75rem !important; } .mr-7 { margin-right: 1.75rem !important; } .mb-7 { margin-bottom: 1.75rem !important; } .ml-7 { margin-left: 1.75rem !important; } .ms-7 { margin-inline-start: 1.75rem !important; } .me-7 { margin-inline-end: 1.75rem !important; } .mx-7 { margin-left: 1.75rem !important; margin-right: 1.75rem !important; } .my-7 { margin-top: 1.75rem !important; margin-bottom: 1.75rem !important; } .m-8 { margin: 2rem !important; } .mt-8 { margin-top: 2rem !important; } .mr-8 { margin-right: 2rem !important; } .mb-8 { margin-bottom: 2rem !important; } .ml-8 { margin-left: 2rem !important; } .ms-8 { margin-inline-start: 2rem !important; } .me-8 { margin-inline-end: 2rem !important; } .mx-8 { margin-left: 2rem !important; margin-right: 2rem !important; } .my-8 { margin-top: 2rem !important; margin-bottom: 2rem !important; } .m-9 { margin: 2.25rem !important; } .mt-9 { margin-top: 2.25rem !important; } .mr-9 { margin-right: 2.25rem !important; } .mb-9 { margin-bottom: 2.25rem !important; } .ml-9 { margin-left: 2.25rem !important; } .ms-9 { margin-inline-start: 2.25rem !important; } .me-9 { margin-inline-end: 2.25rem !important; } .mx-9 { margin-left: 2.25rem !important; margin-right: 2.25rem !important; } .my-9 { margin-top: 2.25rem !important; margin-bottom: 2.25rem !important; } .m-10 { margin: 2.5rem !important; } .mt-10 { margin-top: 2.5rem !important; } .mr-10 { margin-right: 2.5rem !important; } .mb-10 { margin-bottom: 2.5rem !important; } .ml-10 { margin-left: 2.5rem !important; } .ms-10 { margin-inline-start: 2.5rem !important; } .me-10 { margin-inline-end: 2.5rem !important; } .mx-10 { margin-left: 2.5rem !important; margin-right: 2.5rem !important; } .my-10 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; } .m-11 { margin: 2.75rem !important; } .mt-11 { margin-top: 2.75rem !important; } .mr-11 { margin-right: 2.75rem !important; } .mb-11 { margin-bottom: 2.75rem !important; } .ml-11 { margin-left: 2.75rem !important; } .ms-11 { margin-inline-start: 2.75rem !important; } .me-11 { margin-inline-end: 2.75rem !important; } .mx-11 { margin-left: 2.75rem !important; margin-right: 2.75rem !important; } .my-11 { margin-top: 2.75rem !important; margin-bottom: 2.75rem !important; } .m-12 { margin: 3rem !important; } .mt-12 { margin-top: 3rem !important; } .mr-12 { margin-right: 3rem !important; } .mb-12 { margin-bottom: 3rem !important; } .ml-12 { margin-left: 3rem !important; } .ms-12 { margin-inline-start: 3rem !important; } .me-12 { margin-inline-end: 3rem !important; } .mx-12 { margin-left: 3rem !important; margin-right: 3rem !important; } .my-12 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .m-14 { margin: 3.5rem !important; } .mt-14 { margin-top: 3.5rem !important; } .mr-14 { margin-right: 3.5rem !important; } .mb-14 { margin-bottom: 3.5rem !important; } .ml-14 { margin-left: 3.5rem !important; } .ms-14 { margin-inline-start: 3.5rem !important; } .me-14 { margin-inline-end: 3.5rem !important; } .mx-14 { margin-left: 3.5rem !important; margin-right: 3.5rem !important; } .my-14 { margin-top: 3.5rem !important; margin-bottom: 3.5rem !important; } .m-16 { margin: 4rem !important; } .mt-16 { margin-top: 4rem !important; } .mr-16 { margin-right: 4rem !important; } .mb-16 { margin-bottom: 4rem !important; } .ml-16 { margin-left: 4rem !important; } .ms-16 { margin-inline-start: 4rem !important; } .me-16 { margin-inline-end: 4rem !important; } .mx-16 { margin-left: 4rem !important; margin-right: 4rem !important; } .my-16 { margin-top: 4rem !important; margin-bottom: 4rem !important; } .m-20 { margin: 5rem !important; } .mt-20 { margin-top: 5rem !important; } .mr-20 { margin-right: 5rem !important; } .mb-20 { margin-bottom: 5rem !important; } .ml-20 { margin-left: 5rem !important; } .ms-20 { margin-inline-start: 5rem !important; } .me-20 { margin-inline-end: 5rem !important; } .mx-20 { margin-left: 5rem !important; margin-right: 5rem !important; } .my-20 { margin-top: 5rem !important; margin-bottom: 5rem !important; } .m-24 { margin: 6rem !important; } .mt-24 { margin-top: 6rem !important; } .mr-24 { margin-right: 6rem !important; } .mb-24 { margin-bottom: 6rem !important; } .ml-24 { margin-left: 6rem !important; } .ms-24 { margin-inline-start: 6rem !important; } .me-24 { margin-inline-end: 6rem !important; } .mx-24 { margin-left: 6rem !important; margin-right: 6rem !important; } .my-24 { margin-top: 6rem !important; margin-bottom: 6rem !important; } .m-28 { margin: 7rem !important; } .mt-28 { margin-top: 7rem !important; } .mr-28 { margin-right: 7rem !important; } .mb-28 { margin-bottom: 7rem !important; } .ml-28 { margin-left: 7rem !important; } .ms-28 { margin-inline-start: 7rem !important; } .me-28 { margin-inline-end: 7rem !important; } .mx-28 { margin-left: 7rem !important; margin-right: 7rem !important; } .my-28 { margin-top: 7rem !important; margin-bottom: 7rem !important; } .m-32 { margin: 8rem !important; } .mt-32 { margin-top: 8rem !important; } .mr-32 { margin-right: 8rem !important; } .mb-32 { margin-bottom: 8rem !important; } .ml-32 { margin-left: 8rem !important; } .ms-32 { margin-inline-start: 8rem !important; } .me-32 { margin-inline-end: 8rem !important; } .mx-32 { margin-left: 8rem !important; margin-right: 8rem !important; } .my-32 { margin-top: 8rem !important; margin-bottom: 8rem !important; } .m-36 { margin: 9rem !important; } .mt-36 { margin-top: 9rem !important; } .mr-36 { margin-right: 9rem !important; } .mb-36 { margin-bottom: 9rem !important; } .ml-36 { margin-left: 9rem !important; } .ms-36 { margin-inline-start: 9rem !important; } .me-36 { margin-inline-end: 9rem !important; } .mx-36 { margin-left: 9rem !important; margin-right: 9rem !important; } .my-36 { margin-top: 9rem !important; margin-bottom: 9rem !important; } .m-40 { margin: 10rem !important; } .mt-40 { margin-top: 10rem !important; } .mr-40 { margin-right: 10rem !important; } .mb-40 { margin-bottom: 10rem !important; } .ml-40 { margin-left: 10rem !important; } .ms-40 { margin-inline-start: 10rem !important; } .me-40 { margin-inline-end: 10rem !important; } .mx-40 { margin-left: 10rem !important; margin-right: 10rem !important; } .my-40 { margin-top: 10rem !important; margin-bottom: 10rem !important; } .m-44 { margin: 11rem !important; } .mt-44 { margin-top: 11rem !important; } .mr-44 { margin-right: 11rem !important; } .mb-44 { margin-bottom: 11rem !important; } .ml-44 { margin-left: 11rem !important; } .ms-44 { margin-inline-start: 11rem !important; } .me-44 { margin-inline-end: 11rem !important; } .mx-44 { margin-left: 11rem !important; margin-right: 11rem !important; } .my-44 { margin-top: 11rem !important; margin-bottom: 11rem !important; } .m-48 { margin: 12rem !important; } .mt-48 { margin-top: 12rem !important; } .mr-48 { margin-right: 12rem !important; } .mb-48 { margin-bottom: 12rem !important; } .ml-48 { margin-left: 12rem !important; } .ms-48 { margin-inline-start: 12rem !important; } .me-48 { margin-inline-end: 12rem !important; } .mx-48 { margin-left: 12rem !important; margin-right: 12rem !important; } .my-48 { margin-top: 12rem !important; margin-bottom: 12rem !important; } .m-52 { margin: 13rem !important; } .mt-52 { margin-top: 13rem !important; } .mr-52 { margin-right: 13rem !important; } .mb-52 { margin-bottom: 13rem !important; } .ml-52 { margin-left: 13rem !important; } .ms-52 { margin-inline-start: 13rem !important; } .me-52 { margin-inline-end: 13rem !important; } .mx-52 { margin-left: 13rem !important; margin-right: 13rem !important; } .my-52 { margin-top: 13rem !important; margin-bottom: 13rem !important; } .m-56 { margin: 14rem !important; } .mt-56 { margin-top: 14rem !important; } .mr-56 { margin-right: 14rem !important; } .mb-56 { margin-bottom: 14rem !important; } .ml-56 { margin-left: 14rem !important; } .ms-56 { margin-inline-start: 14rem !important; } .me-56 { margin-inline-end: 14rem !important; } .mx-56 { margin-left: 14rem !important; margin-right: 14rem !important; } .my-56 { margin-top: 14rem !important; margin-bottom: 14rem !important; } .m-60 { margin: 15rem !important; } .mt-60 { margin-top: 15rem !important; } .mr-60 { margin-right: 15rem !important; } .mb-60 { margin-bottom: 15rem !important; } .ml-60 { margin-left: 15rem !important; } .ms-60 { margin-inline-start: 15rem !important; } .me-60 { margin-inline-end: 15rem !important; } .mx-60 { margin-left: 15rem !important; margin-right: 15rem !important; } .my-60 { margin-top: 15rem !important; margin-bottom: 15rem !important; } .m-64 { margin: 16rem !important; } .mt-64 { margin-top: 16rem !important; } .mr-64 { margin-right: 16rem !important; } .mb-64 { margin-bottom: 16rem !important; } .ml-64 { margin-left: 16rem !important; } .ms-64 { margin-inline-start: 16rem !important; } .me-64 { margin-inline-end: 16rem !important; } .mx-64 { margin-left: 16rem !important; margin-right: 16rem !important; } .my-64 { margin-top: 16rem !important; margin-bottom: 16rem !important; } .m-72 { margin: 18rem !important; } .mt-72 { margin-top: 18rem !important; } .mr-72 { margin-right: 18rem !important; } .mb-72 { margin-bottom: 18rem !important; } .ml-72 { margin-left: 18rem !important; } .ms-72 { margin-inline-start: 18rem !important; } .me-72 { margin-inline-end: 18rem !important; } .mx-72 { margin-left: 18rem !important; margin-right: 18rem !important; } .my-72 { margin-top: 18rem !important; margin-bottom: 18rem !important; } .m-80 { margin: 20rem !important; } .mt-80 { margin-top: 20rem !important; } .mr-80 { margin-right: 20rem !important; } .mb-80 { margin-bottom: 20rem !important; } .ml-80 { margin-left: 20rem !important; } .ms-80 { margin-inline-start: 20rem !important; } .me-80 { margin-inline-end: 20rem !important; } .mx-80 { margin-left: 20rem !important; margin-right: 20rem !important; } .my-80 { margin-top: 20rem !important; margin-bottom: 20rem !important; } .m-96 { margin: 24rem !important; } .mt-96 { margin-top: 24rem !important; } .mr-96 { margin-right: 24rem !important; } .mb-96 { margin-bottom: 24rem !important; } .ml-96 { margin-left: 24rem !important; } .ms-96 { margin-inline-start: 24rem !important; } .me-96 { margin-inline-end: 24rem !important; } .mx-96 { margin-left: 24rem !important; margin-right: 24rem !important; } .my-96 { margin-top: 24rem !important; margin-bottom: 24rem !important; } .p-0 { padding: 0 !important; } .pt-0 { padding-top: 0 !important; } .pr-0 { padding-right: 0 !important; } .pb-0 { padding-bottom: 0 !important; } .pl-0 { padding-left: 0 !important; } .ps-0 { padding-inline-start: 0 !important; } .pe-0 { padding-inline-end: 0 !important; } .px-0 { padding-left: 0 !important; padding-right: 0 !important; } .py-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .p-px { padding: 1px !important; } .pt-px { padding-top: 1px !important; } .pr-px { padding-right: 1px !important; } .pb-px { padding-bottom: 1px !important; } .pl-px { padding-left: 1px !important; } .ps-px { padding-inline-start: 1px !important; } .pe-px { padding-inline-end: 1px !important; } .px-px { padding-left: 1px !important; padding-right: 1px !important; } .py-px { padding-top: 1px !important; padding-bottom: 1px !important; } .p-0_5 { padding: 0.125rem !important; } .pt-0_5 { padding-top: 0.125rem !important; } .pr-0_5 { padding-right: 0.125rem !important; } .pb-0_5 { padding-bottom: 0.125rem !important; } .pl-0_5 { padding-left: 0.125rem !important; } .ps-0_5 { padding-inline-start: 0.125rem !important; } .pe-0_5 { padding-inline-end: 0.125rem !important; } .px-0_5 { padding-left: 0.125rem !important; padding-right: 0.125rem !important; } .py-0_5 { padding-top: 0.125rem !important; padding-bottom: 0.125rem !important; } .p-1 { padding: 0.25rem !important; } .pt-1 { padding-top: 0.25rem !important; } .pr-1 { padding-right: 0.25rem !important; } .pb-1 { padding-bottom: 0.25rem !important; } .pl-1 { padding-left: 0.25rem !important; } .ps-1 { padding-inline-start: 0.25rem !important; } .pe-1 { padding-inline-end: 0.25rem !important; } .px-1 { padding-left: 0.25rem !important; padding-right: 0.25rem !important; } .py-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .p-1_5 { padding: 0.375rem !important; } .pt-1_5 { padding-top: 0.375rem !important; } .pr-1_5 { padding-right: 0.375rem !important; } .pb-1_5 { padding-bottom: 0.375rem !important; } .pl-1_5 { padding-left: 0.375rem !important; } .ps-1_5 { padding-inline-start: 0.375rem !important; } .pe-1_5 { padding-inline-end: 0.375rem !important; } .px-1_5 { padding-left: 0.375rem !important; padding-right: 0.375rem !important; } .py-1_5 { padding-top: 0.375rem !important; padding-bottom: 0.375rem !important; } .p-2 { padding: 0.5rem !important; } .pt-2 { padding-top: 0.5rem !important; } .pr-2 { padding-right: 0.5rem !important; } .pb-2 { padding-bottom: 0.5rem !important; } .pl-2 { padding-left: 0.5rem !important; } .ps-2 { padding-inline-start: 0.5rem !important; } .pe-2 { padding-inline-end: 0.5rem !important; } .px-2 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; } .py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .p-2_5 { padding: 0.625rem !important; } .pt-2_5 { padding-top: 0.625rem !important; } .pr-2_5 { padding-right: 0.625rem !important; } .pb-2_5 { padding-bottom: 0.625rem !important; } .pl-2_5 { padding-left: 0.625rem !important; } .ps-2_5 { padding-inline-start: 0.625rem !important; } .pe-2_5 { padding-inline-end: 0.625rem !important; } .px-2_5 { padding-left: 0.625rem !important; padding-right: 0.625rem !important; } .py-2_5 { padding-top: 0.625rem !important; padding-bottom: 0.625rem !important; } .p-3 { padding: 0.75rem !important; } .pt-3 { padding-top: 0.75rem !important; } .pr-3 { padding-right: 0.75rem !important; } .pb-3 { padding-bottom: 0.75rem !important; } .pl-3 { padding-left: 0.75rem !important; } .ps-3 { padding-inline-start: 0.75rem !important; } .pe-3 { padding-inline-end: 0.75rem !important; } .px-3 { padding-left: 0.75rem !important; padding-right: 0.75rem !important; } .py-3 { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; } .p-3_5 { padding: 0.875rem !important; } .pt-3_5 { padding-top: 0.875rem !important; } .pr-3_5 { padding-right: 0.875rem !important; } .pb-3_5 { padding-bottom: 0.875rem !important; } .pl-3_5 { padding-left: 0.875rem !important; } .ps-3_5 { padding-inline-start: 0.875rem !important; } .pe-3_5 { padding-inline-end: 0.875rem !important; } .px-3_5 { padding-left: 0.875rem !important; padding-right: 0.875rem !important; } .py-3_5 { padding-top: 0.875rem !important; padding-bottom: 0.875rem !important; } .p-4 { padding: 1rem !important; } .pt-4 { padding-top: 1rem !important; } .pr-4 { padding-right: 1rem !important; } .pb-4 { padding-bottom: 1rem !important; } .pl-4 { padding-left: 1rem !important; } .ps-4 { padding-inline-start: 1rem !important; } .pe-4 { padding-inline-end: 1rem !important; } .px-4 { padding-left: 1rem !important; padding-right: 1rem !important; } .py-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .p-5 { padding: 1.25rem !important; } .pt-5 { padding-top: 1.25rem !important; } .pr-5 { padding-right: 1.25rem !important; } .pb-5 { padding-bottom: 1.25rem !important; } .pl-5 { padding-left: 1.25rem !important; } .ps-5 { padding-inline-start: 1.25rem !important; } .pe-5 { padding-inline-end: 1.25rem !important; } .px-5 { padding-left: 1.25rem !important; padding-right: 1.25rem !important; } .py-5 { padding-top: 1.25rem !important; padding-bottom: 1.25rem !important; } .p-6 { padding: 1.5rem !important; } .pt-6 { padding-top: 1.5rem !important; } .pr-6 { padding-right: 1.5rem !important; } .pb-6 { padding-bottom: 1.5rem !important; } .pl-6 { padding-left: 1.5rem !important; } .ps-6 { padding-inline-start: 1.5rem !important; } .pe-6 { padding-inline-end: 1.5rem !important; } .px-6 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; } .py-6 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .p-7 { padding: 1.75rem !important; } .pt-7 { padding-top: 1.75rem !important; } .pr-7 { padding-right: 1.75rem !important; } .pb-7 { padding-bottom: 1.75rem !important; } .pl-7 { padding-left: 1.75rem !important; } .ps-7 { padding-inline-start: 1.75rem !important; } .pe-7 { padding-inline-end: 1.75rem !important; } .px-7 { padding-left: 1.75rem !important; padding-right: 1.75rem !important; } .py-7 { padding-top: 1.75rem !important; padding-bottom: 1.75rem !important; } .p-8 { padding: 2rem !important; } .pt-8 { padding-top: 2rem !important; } .pr-8 { padding-right: 2rem !important; } .pb-8 { padding-bottom: 2rem !important; } .pl-8 { padding-left: 2rem !important; } .ps-8 { padding-inline-start: 2rem !important; } .pe-8 { padding-inline-end: 2rem !important; } .px-8 { padding-left: 2rem !important; padding-right: 2rem !important; } .py-8 { padding-top: 2rem !important; padding-bottom: 2rem !important; } .p-9 { padding: 2.25rem !important; } .pt-9 { padding-top: 2.25rem !important; } .pr-9 { padding-right: 2.25rem !important; } .pb-9 { padding-bottom: 2.25rem !important; } .pl-9 { padding-left: 2.25rem !important; } .ps-9 { padding-inline-start: 2.25rem !important; } .pe-9 { padding-inline-end: 2.25rem !important; } .px-9 { padding-left: 2.25rem !important; padding-right: 2.25rem !important; } .py-9 { padding-top: 2.25rem !important; padding-bottom: 2.25rem !important; } .p-10 { padding: 2.5rem !important; } .pt-10 { padding-top: 2.5rem !important; } .pr-10 { padding-right: 2.5rem !important; } .pb-10 { padding-bottom: 2.5rem !important; } .pl-10 { padding-left: 2.5rem !important; } .ps-10 { padding-inline-start: 2.5rem !important; } .pe-10 { padding-inline-end: 2.5rem !important; } .px-10 { padding-left: 2.5rem !important; padding-right: 2.5rem !important; } .py-10 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; } .p-11 { padding: 2.75rem !important; } .pt-11 { padding-top: 2.75rem !important; } .pr-11 { padding-right: 2.75rem !important; } .pb-11 { padding-bottom: 2.75rem !important; } .pl-11 { padding-left: 2.75rem !important; } .ps-11 { padding-inline-start: 2.75rem !important; } .pe-11 { padding-inline-end: 2.75rem !important; } .px-11 { padding-left: 2.75rem !important; padding-right: 2.75rem !important; } .py-11 { padding-top: 2.75rem !important; padding-bottom: 2.75rem !important; } .p-12 { padding: 3rem !important; } .pt-12 { padding-top: 3rem !important; } .pr-12 { padding-right: 3rem !important; } .pb-12 { padding-bottom: 3rem !important; } .pl-12 { padding-left: 3rem !important; } .ps-12 { padding-inline-start: 3rem !important; } .pe-12 { padding-inline-end: 3rem !important; } .px-12 { padding-left: 3rem !important; padding-right: 3rem !important; } .py-12 { padding-top: 3rem !important; padding-bottom: 3rem !important; } .p-14 { padding: 3.5rem !important; } .pt-14 { padding-top: 3.5rem !important; } .pr-14 { padding-right: 3.5rem !important; } .pb-14 { padding-bottom: 3.5rem !important; } .pl-14 { padding-left: 3.5rem !important; } .ps-14 { padding-inline-start: 3.5rem !important; } .pe-14 { padding-inline-end: 3.5rem !important; } .px-14 { padding-left: 3.5rem !important; padding-right: 3.5rem !important; } .py-14 { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; } .p-16 { padding: 4rem !important; } .pt-16 { padding-top: 4rem !important; } .pr-16 { padding-right: 4rem !important; } .pb-16 { padding-bottom: 4rem !important; } .pl-16 { padding-left: 4rem !important; } .ps-16 { padding-inline-start: 4rem !important; } .pe-16 { padding-inline-end: 4rem !important; } .px-16 { padding-left: 4rem !important; padding-right: 4rem !important; } .py-16 { padding-top: 4rem !important; padding-bottom: 4rem !important; } .p-20 { padding: 5rem !important; } .pt-20 { padding-top: 5rem !important; } .pr-20 { padding-right: 5rem !important; } .pb-20 { padding-bottom: 5rem !important; } .pl-20 { padding-left: 5rem !important; } .ps-20 { padding-inline-start: 5rem !important; } .pe-20 { padding-inline-end: 5rem !important; } .px-20 { padding-left: 5rem !important; padding-right: 5rem !important; } .py-20 { padding-top: 5rem !important; padding-bottom: 5rem !important; } .p-24 { padding: 6rem !important; } .pt-24 { padding-top: 6rem !important; } .pr-24 { padding-right: 6rem !important; } .pb-24 { padding-bottom: 6rem !important; } .pl-24 { padding-left: 6rem !important; } .ps-24 { padding-inline-start: 6rem !important; } .pe-24 { padding-inline-end: 6rem !important; } .px-24 { padding-left: 6rem !important; padding-right: 6rem !important; } .py-24 { padding-top: 6rem !important; padding-bottom: 6rem !important; } .p-28 { padding: 7rem !important; } .pt-28 { padding-top: 7rem !important; } .pr-28 { padding-right: 7rem !important; } .pb-28 { padding-bottom: 7rem !important; } .pl-28 { padding-left: 7rem !important; } .ps-28 { padding-inline-start: 7rem !important; } .pe-28 { padding-inline-end: 7rem !important; } .px-28 { padding-left: 7rem !important; padding-right: 7rem !important; } .py-28 { padding-top: 7rem !important; padding-bottom: 7rem !important; } .p-32 { padding: 8rem !important; } .pt-32 { padding-top: 8rem !important; } .pr-32 { padding-right: 8rem !important; } .pb-32 { padding-bottom: 8rem !important; } .pl-32 { padding-left: 8rem !important; } .ps-32 { padding-inline-start: 8rem !important; } .pe-32 { padding-inline-end: 8rem !important; } .px-32 { padding-left: 8rem !important; padding-right: 8rem !important; } .py-32 { padding-top: 8rem !important; padding-bottom: 8rem !important; } .p-36 { padding: 9rem !important; } .pt-36 { padding-top: 9rem !important; } .pr-36 { padding-right: 9rem !important; } .pb-36 { padding-bottom: 9rem !important; } .pl-36 { padding-left: 9rem !important; } .ps-36 { padding-inline-start: 9rem !important; } .pe-36 { padding-inline-end: 9rem !important; } .px-36 { padding-left: 9rem !important; padding-right: 9rem !important; } .py-36 { padding-top: 9rem !important; padding-bottom: 9rem !important; } .p-40 { padding: 10rem !important; } .pt-40 { padding-top: 10rem !important; } .pr-40 { padding-right: 10rem !important; } .pb-40 { padding-bottom: 10rem !important; } .pl-40 { padding-left: 10rem !important; } .ps-40 { padding-inline-start: 10rem !important; } .pe-40 { padding-inline-end: 10rem !important; } .px-40 { padding-left: 10rem !important; padding-right: 10rem !important; } .py-40 { padding-top: 10rem !important; padding-bottom: 10rem !important; } .p-44 { padding: 11rem !important; } .pt-44 { padding-top: 11rem !important; } .pr-44 { padding-right: 11rem !important; } .pb-44 { padding-bottom: 11rem !important; } .pl-44 { padding-left: 11rem !important; } .ps-44 { padding-inline-start: 11rem !important; } .pe-44 { padding-inline-end: 11rem !important; } .px-44 { padding-left: 11rem !important; padding-right: 11rem !important; } .py-44 { padding-top: 11rem !important; padding-bottom: 11rem !important; } .p-48 { padding: 12rem !important; } .pt-48 { padding-top: 12rem !important; } .pr-48 { padding-right: 12rem !important; } .pb-48 { padding-bottom: 12rem !important; } .pl-48 { padding-left: 12rem !important; } .ps-48 { padding-inline-start: 12rem !important; } .pe-48 { padding-inline-end: 12rem !important; } .px-48 { padding-left: 12rem !important; padding-right: 12rem !important; } .py-48 { padding-top: 12rem !important; padding-bottom: 12rem !important; } .p-52 { padding: 13rem !important; } .pt-52 { padding-top: 13rem !important; } .pr-52 { padding-right: 13rem !important; } .pb-52 { padding-bottom: 13rem !important; } .pl-52 { padding-left: 13rem !important; } .ps-52 { padding-inline-start: 13rem !important; } .pe-52 { padding-inline-end: 13rem !important; } .px-52 { padding-left: 13rem !important; padding-right: 13rem !important; } .py-52 { padding-top: 13rem !important; padding-bottom: 13rem !important; } .p-56 { padding: 14rem !important; } .pt-56 { padding-top: 14rem !important; } .pr-56 { padding-right: 14rem !important; } .pb-56 { padding-bottom: 14rem !important; } .pl-56 { padding-left: 14rem !important; } .ps-56 { padding-inline-start: 14rem !important; } .pe-56 { padding-inline-end: 14rem !important; } .px-56 { padding-left: 14rem !important; padding-right: 14rem !important; } .py-56 { padding-top: 14rem !important; padding-bottom: 14rem !important; } .p-60 { padding: 15rem !important; } .pt-60 { padding-top: 15rem !important; } .pr-60 { padding-right: 15rem !important; } .pb-60 { padding-bottom: 15rem !important; } .pl-60 { padding-left: 15rem !important; } .ps-60 { padding-inline-start: 15rem !important; } .pe-60 { padding-inline-end: 15rem !important; } .px-60 { padding-left: 15rem !important; padding-right: 15rem !important; } .py-60 { padding-top: 15rem !important; padding-bottom: 15rem !important; } .p-64 { padding: 16rem !important; } .pt-64 { padding-top: 16rem !important; } .pr-64 { padding-right: 16rem !important; } .pb-64 { padding-bottom: 16rem !important; } .pl-64 { padding-left: 16rem !important; } .ps-64 { padding-inline-start: 16rem !important; } .pe-64 { padding-inline-end: 16rem !important; } .px-64 { padding-left: 16rem !important; padding-right: 16rem !important; } .py-64 { padding-top: 16rem !important; padding-bottom: 16rem !important; } .p-72 { padding: 18rem !important; } .pt-72 { padding-top: 18rem !important; } .pr-72 { padding-right: 18rem !important; } .pb-72 { padding-bottom: 18rem !important; } .pl-72 { padding-left: 18rem !important; } .ps-72 { padding-inline-start: 18rem !important; } .pe-72 { padding-inline-end: 18rem !important; } .px-72 { padding-left: 18rem !important; padding-right: 18rem !important; } .py-72 { padding-top: 18rem !important; padding-bottom: 18rem !important; } .p-80 { padding: 20rem !important; } .pt-80 { padding-top: 20rem !important; } .pr-80 { padding-right: 20rem !important; } .pb-80 { padding-bottom: 20rem !important; } .pl-80 { padding-left: 20rem !important; } .ps-80 { padding-inline-start: 20rem !important; } .pe-80 { padding-inline-end: 20rem !important; } .px-80 { padding-left: 20rem !important; padding-right: 20rem !important; } .py-80 { padding-top: 20rem !important; padding-bottom: 20rem !important; } .p-96 { padding: 24rem !important; } .pt-96 { padding-top: 24rem !important; } .pr-96 { padding-right: 24rem !important; } .pb-96 { padding-bottom: 24rem !important; } .pl-96 { padding-left: 24rem !important; } .ps-96 { padding-inline-start: 24rem !important; } .pe-96 { padding-inline-end: 24rem !important; } .px-96 { padding-left: 24rem !important; padding-right: 24rem !important; } .py-96 { padding-top: 24rem !important; padding-bottom: 24rem !important; } .d-block { display: block !important; } .d-inline { display: inline !important; } .d-inline-block { display: inline-block !important; } .d-flex { display: flex !important; } .d-inline-flex { display: inline-flex !important; } .d-grid { display: grid !important; } .d-inline-grid { display: inline-grid !important; } .d-none { display: none !important; } .visible { visibility: visible !important; } .invisible { visibility: hidden !important; } .overflow-auto { overflow: auto !important; } .overflow-hidden { overflow: hidden !important; } .overflow-scroll { overflow: scroll !important; } .overflow-x-auto { overflow-x: auto !important; } .overflow-y-auto { overflow-y: auto !important; } .overflow-x-hidden { overflow-x: hidden !important; } .overflow-y-hidden { overflow-y: hidden !important; } .flex { display: flex !important; } .inline-flex { display: inline-flex !important; } .flex-row { flex-direction: row !important; } .flex-row-reverse { flex-direction: row-reverse !important; } .flex-col { flex-direction: column !important; } .flex-col-reverse { flex-direction: column-reverse !important; } .flex-wrap { flex-wrap: wrap !important; } .flex-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-nowrap { flex-wrap: nowrap !important; } .flex-1 { flex: 1 1 0% !important; } .flex-auto { flex: 1 1 auto !important; } .flex-initial { flex: 0 1 auto !important; } .flex-none { flex: none !important; } .flex-grow-0 { flex-grow: 0 !important; } .flex-grow { flex-grow: 1 !important; } .flex-shrink-0 { flex-shrink: 0 !important; } .flex-shrink { flex-shrink: 1 !important; } .order-first { order: -9999 !important; } .order-last { order: 9999 !important; } .order-none { order: 0 !important; } .order-1 { order: 1 !important; } .order-2 { order: 2 !important; } .order-3 { order: 3 !important; } .order-4 { order: 4 !important; } .order-5 { order: 5 !important; } .order-6 { order: 6 !important; } .order-7 { order: 7 !important; } .order-8 { order: 8 !important; } .order-9 { order: 9 !important; } .order-10 { order: 10 !important; } .order-11 { order: 11 !important; } .order-12 { order: 12 !important; } .justify-start { justify-content: flex-start !important; } .justify-end { justify-content: flex-end !important; } .justify-center { justify-content: center !important; } .justify-between { justify-content: space-between !important; } .justify-around { justify-content: space-around !important; } .justify-evenly { justify-content: space-evenly !important; } .items-start { align-items: flex-start !important; } .items-end { align-items: flex-end !important; } .items-center { align-items: center !important; } .items-baseline { align-items: baseline !important; } .items-stretch { align-items: stretch !important; } .content-start { align-content: flex-start !important; } .content-end { align-content: flex-end !important; } .content-center { align-content: center !important; } .content-between { align-content: space-between !important; } .content-around { align-content: space-around !important; } .content-stretch { align-content: stretch !important; } .self-auto { align-self: auto !important; } .self-start { align-self: flex-start !important; } .self-end { align-self: flex-end !important; } .self-center { align-self: center !important; } .self-stretch { align-self: stretch !important; } .self-baseline { align-self: baseline !important; } .gap-0 { gap: 0 !important; } .gap-x-0 { column-gap: 0 !important; } .gap-y-0 { row-gap: 0 !important; } .gap-px { gap: 1px !important; } .gap-x-px { column-gap: 1px !important; } .gap-y-px { row-gap: 1px !important; } .gap-0_5 { gap: 0.125rem !important; } .gap-x-0_5 { column-gap: 0.125rem !important; } .gap-y-0_5 { row-gap: 0.125rem !important; } .gap-1 { gap: 0.25rem !important; } .gap-x-1 { column-gap: 0.25rem !important; } .gap-y-1 { row-gap: 0.25rem !important; } .gap-1_5 { gap: 0.375rem !important; } .gap-x-1_5 { column-gap: 0.375rem !important; } .gap-y-1_5 { row-gap: 0.375rem !important; } .gap-2 { gap: 0.5rem !important; } .gap-x-2 { column-gap: 0.5rem !important; } .gap-y-2 { row-gap: 0.5rem !important; } .gap-2_5 { gap: 0.625rem !important; } .gap-x-2_5 { column-gap: 0.625rem !important; } .gap-y-2_5 { row-gap: 0.625rem !important; } .gap-3 { gap: 0.75rem !important; } .gap-x-3 { column-gap: 0.75rem !important; } .gap-y-3 { row-gap: 0.75rem !important; } .gap-3_5 { gap: 0.875rem !important; } .gap-x-3_5 { column-gap: 0.875rem !important; } .gap-y-3_5 { row-gap: 0.875rem !important; } .gap-4 { gap: 1rem !important; } .gap-x-4 { column-gap: 1rem !important; } .gap-y-4 { row-gap: 1rem !important; } .gap-5 { gap: 1.25rem !important; } .gap-x-5 { column-gap: 1.25rem !important; } .gap-y-5 { row-gap: 1.25rem !important; } .gap-6 { gap: 1.5rem !important; } .gap-x-6 { column-gap: 1.5rem !important; } .gap-y-6 { row-gap: 1.5rem !important; } .gap-7 { gap: 1.75rem !important; } .gap-x-7 { column-gap: 1.75rem !important; } .gap-y-7 { row-gap: 1.75rem !important; } .gap-8 { gap: 2rem !important; } .gap-x-8 { column-gap: 2rem !important; } .gap-y-8 { row-gap: 2rem !important; } .gap-9 { gap: 2.25rem !important; } .gap-x-9 { column-gap: 2.25rem !important; } .gap-y-9 { row-gap: 2.25rem !important; } .gap-10 { gap: 2.5rem !important; } .gap-x-10 { column-gap: 2.5rem !important; } .gap-y-10 { row-gap: 2.5rem !important; } .gap-11 { gap: 2.75rem !important; } .gap-x-11 { column-gap: 2.75rem !important; } .gap-y-11 { row-gap: 2.75rem !important; } .gap-12 { gap: 3rem !important; } .gap-x-12 { column-gap: 3rem !important; } .gap-y-12 { row-gap: 3rem !important; } .gap-14 { gap: 3.5rem !important; } .gap-x-14 { column-gap: 3.5rem !important; } .gap-y-14 { row-gap: 3.5rem !important; } .gap-16 { gap: 4rem !important; } .gap-x-16 { column-gap: 4rem !important; } .gap-y-16 { row-gap: 4rem !important; } .gap-20 { gap: 5rem !important; } .gap-x-20 { column-gap: 5rem !important; } .gap-y-20 { row-gap: 5rem !important; } .gap-24 { gap: 6rem !important; } .gap-x-24 { column-gap: 6rem !important; } .gap-y-24 { row-gap: 6rem !important; } .gap-28 { gap: 7rem !important; } .gap-x-28 { column-gap: 7rem !important; } .gap-y-28 { row-gap: 7rem !important; } .gap-32 { gap: 8rem !important; } .gap-x-32 { column-gap: 8rem !important; } .gap-y-32 { row-gap: 8rem !important; } .gap-36 { gap: 9rem !important; } .gap-x-36 { column-gap: 9rem !important; } .gap-y-36 { row-gap: 9rem !important; } .gap-40 { gap: 10rem !important; } .gap-x-40 { column-gap: 10rem !important; } .gap-y-40 { row-gap: 10rem !important; } .gap-44 { gap: 11rem !important; } .gap-x-44 { column-gap: 11rem !important; } .gap-y-44 { row-gap: 11rem !important; } .gap-48 { gap: 12rem !important; } .gap-x-48 { column-gap: 12rem !important; } .gap-y-48 { row-gap: 12rem !important; } .gap-52 { gap: 13rem !important; } .gap-x-52 { column-gap: 13rem !important; } .gap-y-52 { row-gap: 13rem !important; } .gap-56 { gap: 14rem !important; } .gap-x-56 { column-gap: 14rem !important; } .gap-y-56 { row-gap: 14rem !important; } .gap-60 { gap: 15rem !important; } .gap-x-60 { column-gap: 15rem !important; } .gap-y-60 { row-gap: 15rem !important; } .gap-64 { gap: 16rem !important; } .gap-x-64 { column-gap: 16rem !important; } .gap-y-64 { row-gap: 16rem !important; } .gap-72 { gap: 18rem !important; } .gap-x-72 { column-gap: 18rem !important; } .gap-y-72 { row-gap: 18rem !important; } .gap-80 { gap: 20rem !important; } .gap-x-80 { column-gap: 20rem !important; } .gap-y-80 { row-gap: 20rem !important; } .gap-96 { gap: 24rem !important; } .gap-x-96 { column-gap: 24rem !important; } .gap-y-96 { row-gap: 24rem !important; } .grid { display: grid !important; } .inline-grid { display: inline-grid !important; } .grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)) !important; } .grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } .grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; } .grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; } .grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; } .grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)) !important; } .grid-cols-7 { grid-template-columns: repeat(7, minmax(0, 1fr)) !important; } .grid-cols-8 { grid-template-columns: repeat(8, minmax(0, 1fr)) !important; } .grid-cols-9 { grid-template-columns: repeat(9, minmax(0, 1fr)) !important; } .grid-cols-10 { grid-template-columns: repeat(10, minmax(0, 1fr)) !important; } .grid-cols-11 { grid-template-columns: repeat(11, minmax(0, 1fr)) !important; } .grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)) !important; } .grid-rows-1 { grid-template-rows: repeat(1, minmax(0, 1fr)) !important; } .grid-rows-2 { grid-template-rows: repeat(2, minmax(0, 1fr)) !important; } .grid-rows-3 { grid-template-rows: repeat(3, minmax(0, 1fr)) !important; } .grid-rows-4 { grid-template-rows: repeat(4, minmax(0, 1fr)) !important; } .grid-rows-5 { grid-template-rows: repeat(5, minmax(0, 1fr)) !important; } .grid-rows-6 { grid-template-rows: repeat(6, minmax(0, 1fr)) !important; } .grid-rows-7 { grid-template-rows: repeat(7, minmax(0, 1fr)) !important; } .grid-rows-8 { grid-template-rows: repeat(8, minmax(0, 1fr)) !important; } .grid-rows-9 { grid-template-rows: repeat(9, minmax(0, 1fr)) !important; } .grid-rows-10 { grid-template-rows: repeat(10, minmax(0, 1fr)) !important; } .grid-rows-11 { grid-template-rows: repeat(11, minmax(0, 1fr)) !important; } .grid-rows-12 { grid-template-rows: repeat(12, minmax(0, 1fr)) !important; } .gap-0 { gap: 0 !important; } .gap-x-0 { column-gap: 0 !important; } .gap-y-0 { row-gap: 0 !important; } .gap-px { gap: 1px !important; } .gap-x-px { column-gap: 1px !important; } .gap-y-px { row-gap: 1px !important; } .gap-0_5 { gap: 0.125rem !important; } .gap-x-0_5 { column-gap: 0.125rem !important; } .gap-y-0_5 { row-gap: 0.125rem !important; } .gap-1 { gap: 0.25rem !important; } .gap-x-1 { column-gap: 0.25rem !important; } .gap-y-1 { row-gap: 0.25rem !important; } .gap-1_5 { gap: 0.375rem !important; } .gap-x-1_5 { column-gap: 0.375rem !important; } .gap-y-1_5 { row-gap: 0.375rem !important; } .gap-2 { gap: 0.5rem !important; } .gap-x-2 { column-gap: 0.5rem !important; } .gap-y-2 { row-gap: 0.5rem !important; } .gap-2_5 { gap: 0.625rem !important; } .gap-x-2_5 { column-gap: 0.625rem !important; } .gap-y-2_5 { row-gap: 0.625rem !important; } .gap-3 { gap: 0.75rem !important; } .gap-x-3 { column-gap: 0.75rem !important; } .gap-y-3 { row-gap: 0.75rem !important; } .gap-3_5 { gap: 0.875rem !important; } .gap-x-3_5 { column-gap: 0.875rem !important; } .gap-y-3_5 { row-gap: 0.875rem !important; } .gap-4 { gap: 1rem !important; } .gap-x-4 { column-gap: 1rem !important; } .gap-y-4 { row-gap: 1rem !important; } .gap-5 { gap: 1.25rem !important; } .gap-x-5 { column-gap: 1.25rem !important; } .gap-y-5 { row-gap: 1.25rem !important; } .gap-6 { gap: 1.5rem !important; } .gap-x-6 { column-gap: 1.5rem !important; } .gap-y-6 { row-gap: 1.5rem !important; } .gap-7 { gap: 1.75