tailwind.css 17 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024
  1. /*
  2. ! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
  3. */
  4. /*
  5. 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
  6. 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
  7. */
  8. *,
  9. ::before,
  10. ::after {
  11. box-sizing: border-box;
  12. /* 1 */
  13. border-width: 0;
  14. /* 2 */
  15. border-style: solid;
  16. /* 2 */
  17. border-color: #e5e7eb;
  18. /* 2 */
  19. }
  20. ::before,
  21. ::after {
  22. --tw-content: '';
  23. }
  24. /*
  25. 1. Use a consistent sensible line-height in all browsers.
  26. 2. Prevent adjustments of font size after orientation changes in iOS.
  27. 3. Use a more readable tab size.
  28. 4. Use the user's configured `sans` font-family by default.
  29. 5. Use the user's configured `sans` font-feature-settings by default.
  30. */
  31. html {
  32. line-height: 1.5;
  33. /* 1 */
  34. -webkit-text-size-adjust: 100%;
  35. /* 2 */
  36. /* 3 */
  37. tab-size: 4;
  38. /* 3 */
  39. font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  40. /* 4 */
  41. -webkit-font-feature-settings: normal;
  42. font-feature-settings: normal;
  43. /* 5 */
  44. }
  45. /*
  46. 1. Remove the margin in all browsers.
  47. 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
  48. */
  49. body {
  50. margin: 0;
  51. /* 1 */
  52. line-height: inherit;
  53. /* 2 */
  54. }
  55. /*
  56. 1. Add the correct height in Firefox.
  57. 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
  58. 3. Ensure horizontal rules are visible by default.
  59. */
  60. hr {
  61. height: 0;
  62. /* 1 */
  63. color: inherit;
  64. /* 2 */
  65. border-top-width: 1px;
  66. /* 3 */
  67. }
  68. /*
  69. Add the correct text decoration in Chrome, Edge, and Safari.
  70. */
  71. abbr:where([title]) {
  72. -webkit-text-decoration: underline dotted;
  73. text-decoration: underline dotted;
  74. }
  75. /*
  76. Remove the default font size and weight for headings.
  77. */
  78. h1,
  79. h2,
  80. h3,
  81. h4,
  82. h5,
  83. h6 {
  84. font-size: inherit;
  85. font-weight: inherit;
  86. }
  87. /*
  88. Reset links to optimize for opt-in styling instead of opt-out.
  89. */
  90. a {
  91. color: inherit;
  92. text-decoration: inherit;
  93. }
  94. /*
  95. Add the correct font weight in Edge and Safari.
  96. */
  97. b,
  98. strong {
  99. font-weight: bolder;
  100. }
  101. /*
  102. 1. Use the user's configured `mono` font family by default.
  103. 2. Correct the odd `em` font sizing in all browsers.
  104. */
  105. code,
  106. kbd,
  107. samp,
  108. pre {
  109. font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  110. /* 1 */
  111. font-size: 1em;
  112. /* 2 */
  113. }
  114. /*
  115. Add the correct font size in all browsers.
  116. */
  117. small {
  118. font-size: 80%;
  119. }
  120. /*
  121. Prevent `sub` and `sup` elements from affecting the line height in all browsers.
  122. */
  123. sub,
  124. sup {
  125. font-size: 75%;
  126. line-height: 0;
  127. position: relative;
  128. vertical-align: baseline;
  129. }
  130. sub {
  131. bottom: -0.25em;
  132. }
  133. sup {
  134. top: -0.5em;
  135. }
  136. /*
  137. 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
  138. 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
  139. 3. Remove gaps between table borders by default.
  140. */
  141. table {
  142. text-indent: 0;
  143. /* 1 */
  144. border-color: inherit;
  145. /* 2 */
  146. border-collapse: collapse;
  147. /* 3 */
  148. }
  149. /*
  150. 1. Change the font styles in all browsers.
  151. 2. Remove the margin in Firefox and Safari.
  152. 3. Remove default padding in all browsers.
  153. */
  154. button,
  155. input,
  156. optgroup,
  157. select,
  158. textarea {
  159. font-family: inherit;
  160. /* 1 */
  161. font-size: 100%;
  162. /* 1 */
  163. font-weight: inherit;
  164. /* 1 */
  165. line-height: inherit;
  166. /* 1 */
  167. color: inherit;
  168. /* 1 */
  169. margin: 0;
  170. /* 2 */
  171. padding: 0;
  172. /* 3 */
  173. }
  174. /*
  175. Remove the inheritance of text transform in Edge and Firefox.
  176. */
  177. button,
  178. select {
  179. text-transform: none;
  180. }
  181. /*
  182. 1. Correct the inability to style clickable types in iOS and Safari.
  183. 2. Remove default button styles.
  184. */
  185. button,
  186. [type='button'],
  187. [type='reset'],
  188. [type='submit'] {
  189. -webkit-appearance: button;
  190. /* 1 */
  191. background-color: transparent;
  192. /* 2 */
  193. background-image: none;
  194. /* 2 */
  195. }
  196. /*
  197. Use the modern Firefox focus style for all focusable elements.
  198. */
  199. :-moz-focusring {
  200. outline: auto;
  201. }
  202. /*
  203. Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
  204. */
  205. :-moz-ui-invalid {
  206. box-shadow: none;
  207. }
  208. /*
  209. Add the correct vertical alignment in Chrome and Firefox.
  210. */
  211. progress {
  212. vertical-align: baseline;
  213. }
  214. /*
  215. Correct the cursor style of increment and decrement buttons in Safari.
  216. */
  217. ::-webkit-inner-spin-button,
  218. ::-webkit-outer-spin-button {
  219. height: auto;
  220. }
  221. /*
  222. 1. Correct the odd appearance in Chrome and Safari.
  223. 2. Correct the outline style in Safari.
  224. */
  225. [type='search'] {
  226. -webkit-appearance: textfield;
  227. /* 1 */
  228. outline-offset: -2px;
  229. /* 2 */
  230. }
  231. /*
  232. Remove the inner padding in Chrome and Safari on macOS.
  233. */
  234. ::-webkit-search-decoration {
  235. -webkit-appearance: none;
  236. }
  237. /*
  238. 1. Correct the inability to style clickable types in iOS and Safari.
  239. 2. Change font properties to `inherit` in Safari.
  240. */
  241. ::-webkit-file-upload-button {
  242. -webkit-appearance: button;
  243. /* 1 */
  244. font: inherit;
  245. /* 2 */
  246. }
  247. /*
  248. Add the correct display in Chrome and Safari.
  249. */
  250. summary {
  251. display: list-item;
  252. }
  253. /*
  254. Removes the default spacing and border for appropriate elements.
  255. */
  256. blockquote,
  257. dl,
  258. dd,
  259. h1,
  260. h2,
  261. h3,
  262. h4,
  263. h5,
  264. h6,
  265. hr,
  266. figure,
  267. p,
  268. pre {
  269. margin: 0;
  270. }
  271. fieldset {
  272. margin: 0;
  273. padding: 0;
  274. }
  275. legend {
  276. padding: 0;
  277. }
  278. ol,
  279. ul,
  280. menu {
  281. list-style: none;
  282. margin: 0;
  283. padding: 0;
  284. }
  285. /*
  286. Prevent resizing textareas horizontally by default.
  287. */
  288. textarea {
  289. resize: vertical;
  290. }
  291. /*
  292. 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
  293. 2. Set the default placeholder color to the user's configured gray 400 color.
  294. */
  295. input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  296. opacity: 1;
  297. /* 1 */
  298. color: #9ca3af;
  299. /* 2 */
  300. }
  301. input::placeholder,
  302. textarea::placeholder {
  303. opacity: 1;
  304. /* 1 */
  305. color: #9ca3af;
  306. /* 2 */
  307. }
  308. /*
  309. Set the default cursor for buttons.
  310. */
  311. button,
  312. [role="button"] {
  313. cursor: pointer;
  314. }
  315. /*
  316. Make sure disabled buttons don't get the pointer cursor.
  317. */
  318. :disabled {
  319. cursor: default;
  320. }
  321. /*
  322. 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
  323. 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
  324. This can trigger a poorly considered lint error in some tools but is included by design.
  325. */
  326. img,
  327. svg,
  328. video,
  329. canvas,
  330. audio,
  331. iframe,
  332. embed,
  333. object {
  334. display: block;
  335. /* 1 */
  336. vertical-align: middle;
  337. /* 2 */
  338. }
  339. /*
  340. Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
  341. */
  342. img,
  343. video {
  344. max-width: 100%;
  345. height: auto;
  346. }
  347. /* Make elements with the HTML hidden attribute stay hidden by default */
  348. [hidden] {
  349. display: none;
  350. }
  351. *, ::before, ::after {
  352. --tw-border-spacing-x: 0;
  353. --tw-border-spacing-y: 0;
  354. --tw-translate-x: 0;
  355. --tw-translate-y: 0;
  356. --tw-rotate: 0;
  357. --tw-skew-x: 0;
  358. --tw-skew-y: 0;
  359. --tw-scale-x: 1;
  360. --tw-scale-y: 1;
  361. --tw-pan-x: ;
  362. --tw-pan-y: ;
  363. --tw-pinch-zoom: ;
  364. --tw-scroll-snap-strictness: proximity;
  365. --tw-ordinal: ;
  366. --tw-slashed-zero: ;
  367. --tw-numeric-figure: ;
  368. --tw-numeric-spacing: ;
  369. --tw-numeric-fraction: ;
  370. --tw-ring-inset: ;
  371. --tw-ring-offset-width: 0px;
  372. --tw-ring-offset-color: #fff;
  373. --tw-ring-color: rgb(59 130 246 / 0.5);
  374. --tw-ring-offset-shadow: 0 0 #0000;
  375. --tw-ring-shadow: 0 0 #0000;
  376. --tw-shadow: 0 0 #0000;
  377. --tw-shadow-colored: 0 0 #0000;
  378. --tw-blur: ;
  379. --tw-brightness: ;
  380. --tw-contrast: ;
  381. --tw-grayscale: ;
  382. --tw-hue-rotate: ;
  383. --tw-invert: ;
  384. --tw-saturate: ;
  385. --tw-sepia: ;
  386. --tw-drop-shadow: ;
  387. --tw-backdrop-blur: ;
  388. --tw-backdrop-brightness: ;
  389. --tw-backdrop-contrast: ;
  390. --tw-backdrop-grayscale: ;
  391. --tw-backdrop-hue-rotate: ;
  392. --tw-backdrop-invert: ;
  393. --tw-backdrop-opacity: ;
  394. --tw-backdrop-saturate: ;
  395. --tw-backdrop-sepia: ;
  396. }
  397. ::-webkit-backdrop {
  398. --tw-border-spacing-x: 0;
  399. --tw-border-spacing-y: 0;
  400. --tw-translate-x: 0;
  401. --tw-translate-y: 0;
  402. --tw-rotate: 0;
  403. --tw-skew-x: 0;
  404. --tw-skew-y: 0;
  405. --tw-scale-x: 1;
  406. --tw-scale-y: 1;
  407. --tw-pan-x: ;
  408. --tw-pan-y: ;
  409. --tw-pinch-zoom: ;
  410. --tw-scroll-snap-strictness: proximity;
  411. --tw-ordinal: ;
  412. --tw-slashed-zero: ;
  413. --tw-numeric-figure: ;
  414. --tw-numeric-spacing: ;
  415. --tw-numeric-fraction: ;
  416. --tw-ring-inset: ;
  417. --tw-ring-offset-width: 0px;
  418. --tw-ring-offset-color: #fff;
  419. --tw-ring-color: rgb(59 130 246 / 0.5);
  420. --tw-ring-offset-shadow: 0 0 #0000;
  421. --tw-ring-shadow: 0 0 #0000;
  422. --tw-shadow: 0 0 #0000;
  423. --tw-shadow-colored: 0 0 #0000;
  424. --tw-blur: ;
  425. --tw-brightness: ;
  426. --tw-contrast: ;
  427. --tw-grayscale: ;
  428. --tw-hue-rotate: ;
  429. --tw-invert: ;
  430. --tw-saturate: ;
  431. --tw-sepia: ;
  432. --tw-drop-shadow: ;
  433. --tw-backdrop-blur: ;
  434. --tw-backdrop-brightness: ;
  435. --tw-backdrop-contrast: ;
  436. --tw-backdrop-grayscale: ;
  437. --tw-backdrop-hue-rotate: ;
  438. --tw-backdrop-invert: ;
  439. --tw-backdrop-opacity: ;
  440. --tw-backdrop-saturate: ;
  441. --tw-backdrop-sepia: ;
  442. }
  443. ::backdrop {
  444. --tw-border-spacing-x: 0;
  445. --tw-border-spacing-y: 0;
  446. --tw-translate-x: 0;
  447. --tw-translate-y: 0;
  448. --tw-rotate: 0;
  449. --tw-skew-x: 0;
  450. --tw-skew-y: 0;
  451. --tw-scale-x: 1;
  452. --tw-scale-y: 1;
  453. --tw-pan-x: ;
  454. --tw-pan-y: ;
  455. --tw-pinch-zoom: ;
  456. --tw-scroll-snap-strictness: proximity;
  457. --tw-ordinal: ;
  458. --tw-slashed-zero: ;
  459. --tw-numeric-figure: ;
  460. --tw-numeric-spacing: ;
  461. --tw-numeric-fraction: ;
  462. --tw-ring-inset: ;
  463. --tw-ring-offset-width: 0px;
  464. --tw-ring-offset-color: #fff;
  465. --tw-ring-color: rgb(59 130 246 / 0.5);
  466. --tw-ring-offset-shadow: 0 0 #0000;
  467. --tw-ring-shadow: 0 0 #0000;
  468. --tw-shadow: 0 0 #0000;
  469. --tw-shadow-colored: 0 0 #0000;
  470. --tw-blur: ;
  471. --tw-brightness: ;
  472. --tw-contrast: ;
  473. --tw-grayscale: ;
  474. --tw-hue-rotate: ;
  475. --tw-invert: ;
  476. --tw-saturate: ;
  477. --tw-sepia: ;
  478. --tw-drop-shadow: ;
  479. --tw-backdrop-blur: ;
  480. --tw-backdrop-brightness: ;
  481. --tw-backdrop-contrast: ;
  482. --tw-backdrop-grayscale: ;
  483. --tw-backdrop-hue-rotate: ;
  484. --tw-backdrop-invert: ;
  485. --tw-backdrop-opacity: ;
  486. --tw-backdrop-saturate: ;
  487. --tw-backdrop-sepia: ;
  488. }
  489. .fixed {
  490. position: fixed;
  491. }
  492. .relative {
  493. position: relative;
  494. }
  495. .inset-0 {
  496. top: 0px;
  497. right: 0px;
  498. bottom: 0px;
  499. left: 0px;
  500. }
  501. .z-50 {
  502. z-index: 50;
  503. }
  504. .float-right {
  505. float: right;
  506. }
  507. .my-6 {
  508. margin-top: 1.5rem;
  509. margin-bottom: 1.5rem;
  510. }
  511. .mx-auto {
  512. margin-left: auto;
  513. margin-right: auto;
  514. }
  515. .mb-10 {
  516. margin-bottom: 2.5rem;
  517. }
  518. .mb-1 {
  519. margin-bottom: 0.25rem;
  520. }
  521. .mr-1 {
  522. margin-right: 0.25rem;
  523. }
  524. .block {
  525. display: block;
  526. }
  527. .inline-block {
  528. display: inline-block;
  529. }
  530. .flex {
  531. display: flex;
  532. }
  533. .table {
  534. display: table;
  535. }
  536. .h-6 {
  537. height: 1.5rem;
  538. }
  539. .w-full {
  540. width: 100%;
  541. }
  542. .w-6 {
  543. width: 1.5rem;
  544. }
  545. .w-auto {
  546. width: auto;
  547. }
  548. .min-w-full {
  549. min-width: 100%;
  550. }
  551. .max-w-3xl {
  552. max-width: 48rem;
  553. }
  554. .flex-auto {
  555. flex: 1 1 auto;
  556. }
  557. .cursor-pointer {
  558. cursor: pointer;
  559. }
  560. .flex-col {
  561. flex-direction: column;
  562. }
  563. .items-start {
  564. align-items: flex-start;
  565. }
  566. .items-center {
  567. align-items: center;
  568. }
  569. .justify-end {
  570. justify-content: flex-end;
  571. }
  572. .justify-center {
  573. justify-content: center;
  574. }
  575. .justify-between {
  576. justify-content: space-between;
  577. }
  578. .overflow-hidden {
  579. overflow: hidden;
  580. }
  581. .overflow-x-auto {
  582. overflow-x: auto;
  583. }
  584. .overflow-y-auto {
  585. overflow-y: auto;
  586. }
  587. .overflow-x-hidden {
  588. overflow-x: hidden;
  589. }
  590. .whitespace-nowrap {
  591. white-space: nowrap;
  592. }
  593. .rounded-lg {
  594. border-radius: 0.5rem;
  595. }
  596. .rounded-full {
  597. border-radius: 9999px;
  598. }
  599. .rounded {
  600. border-radius: 0.25rem;
  601. }
  602. .rounded-t {
  603. border-top-left-radius: 0.25rem;
  604. border-top-right-radius: 0.25rem;
  605. }
  606. .rounded-b {
  607. border-bottom-right-radius: 0.25rem;
  608. border-bottom-left-radius: 0.25rem;
  609. }
  610. .border-0 {
  611. border-width: 0px;
  612. }
  613. .border-2 {
  614. border-width: 2px;
  615. }
  616. .border-4 {
  617. border-width: 4px;
  618. }
  619. .border-b {
  620. border-bottom-width: 1px;
  621. }
  622. .border-t {
  623. border-top-width: 1px;
  624. }
  625. .border-solid {
  626. border-style: solid;
  627. }
  628. .border-gray-300 {
  629. --tw-border-opacity: 1;
  630. border-color: rgb(209 213 219 / var(--tw-border-opacity));
  631. }
  632. .border-pink-600 {
  633. --tw-border-opacity: 1;
  634. border-color: rgb(219 39 119 / var(--tw-border-opacity));
  635. }
  636. .border-slate-700 {
  637. --tw-border-opacity: 1;
  638. border-color: rgb(51 65 85 / var(--tw-border-opacity));
  639. }
  640. .bg-white {
  641. --tw-bg-opacity: 1;
  642. background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  643. }
  644. .bg-transparent {
  645. background-color: transparent;
  646. }
  647. .bg-gray-400 {
  648. --tw-bg-opacity: 1;
  649. background-color: rgb(156 163 175 / var(--tw-bg-opacity));
  650. }
  651. .bg-gray-200 {
  652. --tw-bg-opacity: 1;
  653. background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  654. }
  655. .bg-pink-600 {
  656. --tw-bg-opacity: 1;
  657. background-color: rgb(219 39 119 / var(--tw-bg-opacity));
  658. }
  659. .p-5 {
  660. padding: 1.25rem;
  661. }
  662. .p-6 {
  663. padding: 1.5rem;
  664. }
  665. .py-2 {
  666. padding-top: 0.5rem;
  667. padding-bottom: 0.5rem;
  668. }
  669. .py-0 {
  670. padding-top: 0px;
  671. padding-bottom: 0px;
  672. }
  673. .px-8 {
  674. padding-left: 2rem;
  675. padding-right: 2rem;
  676. }
  677. .px-6 {
  678. padding-left: 1.5rem;
  679. padding-right: 1.5rem;
  680. }
  681. .px-4 {
  682. padding-left: 1rem;
  683. padding-right: 1rem;
  684. }
  685. .py-2\.5 {
  686. padding-top: 0.625rem;
  687. padding-bottom: 0.625rem;
  688. }
  689. .py-3 {
  690. padding-top: 0.75rem;
  691. padding-bottom: 0.75rem;
  692. }
  693. .px-5 {
  694. padding-left: 1.25rem;
  695. padding-right: 1.25rem;
  696. }
  697. .py-4 {
  698. padding-top: 1rem;
  699. padding-bottom: 1rem;
  700. }
  701. .pt-6 {
  702. padding-top: 1.5rem;
  703. }
  704. .pb-8 {
  705. padding-bottom: 2rem;
  706. }
  707. .text-left {
  708. text-align: left;
  709. }
  710. .font-mono {
  711. font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  712. }
  713. .text-2xl {
  714. font-size: 1.5rem;
  715. line-height: 2rem;
  716. }
  717. .text-3xl {
  718. font-size: 1.875rem;
  719. line-height: 2.25rem;
  720. }
  721. .text-xl {
  722. font-size: 1.25rem;
  723. line-height: 1.75rem;
  724. }
  725. .text-sm {
  726. font-size: 0.875rem;
  727. line-height: 1.25rem;
  728. }
  729. .font-bold {
  730. font-weight: 700;
  731. }
  732. .font-medium {
  733. font-weight: 500;
  734. }
  735. .font-light {
  736. font-weight: 300;
  737. }
  738. .uppercase {
  739. text-transform: uppercase;
  740. }
  741. .leading-none {
  742. line-height: 1;
  743. }
  744. .text-black {
  745. --tw-text-opacity: 1;
  746. color: rgb(0 0 0 / var(--tw-text-opacity));
  747. }
  748. .text-red-500 {
  749. --tw-text-opacity: 1;
  750. color: rgb(239 68 68 / var(--tw-text-opacity));
  751. }
  752. .text-white {
  753. --tw-text-opacity: 1;
  754. color: rgb(255 255 255 / var(--tw-text-opacity));
  755. }
  756. .text-slate-700 {
  757. --tw-text-opacity: 1;
  758. color: rgb(51 65 85 / var(--tw-text-opacity));
  759. }
  760. .text-gray-900 {
  761. --tw-text-opacity: 1;
  762. color: rgb(17 24 39 / var(--tw-text-opacity));
  763. }
  764. .underline {
  765. text-decoration-line: underline;
  766. }
  767. .shadow-lg {
  768. --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  769. --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  770. box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  771. }
  772. .shadow-md {
  773. --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  774. --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  775. box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  776. }
  777. .outline-none {
  778. outline: 2px solid transparent;
  779. outline-offset: 2px;
  780. }
  781. .transition {
  782. transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  783. transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  784. transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  785. transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  786. transition-duration: 150ms;
  787. }
  788. .duration-300 {
  789. transition-duration: 300ms;
  790. }
  791. .ease-in-out {
  792. transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  793. }
  794. .hover\:bg-gray-100:hover {
  795. --tw-bg-opacity: 1;
  796. background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  797. }
  798. .focus\:outline-none:focus {
  799. outline: 2px solid transparent;
  800. outline-offset: 2px;
  801. }
  802. @media (prefers-color-scheme: dark) {
  803. .dark\:border-pink-700 {
  804. --tw-border-opacity: 1;
  805. border-color: rgb(190 24 93 / var(--tw-border-opacity));
  806. }
  807. .dark\:border-white {
  808. --tw-border-opacity: 1;
  809. border-color: rgb(255 255 255 / var(--tw-border-opacity));
  810. }
  811. .dark\:bg-pink-700 {
  812. --tw-bg-opacity: 1;
  813. background-color: rgb(190 24 93 / var(--tw-bg-opacity));
  814. }
  815. .dark\:bg-slate-800 {
  816. --tw-bg-opacity: 1;
  817. background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  818. }
  819. .dark\:text-white {
  820. --tw-text-opacity: 1;
  821. color: rgb(255 255 255 / var(--tw-text-opacity));
  822. }
  823. }
  824. @media (min-width: 640px) {
  825. .sm\:mx-0\.5 {
  826. margin-left: 0.125rem;
  827. margin-right: 0.125rem;
  828. }
  829. .sm\:mx-0 {
  830. margin-left: 0px;
  831. margin-right: 0px;
  832. }
  833. .sm\:px-6 {
  834. padding-left: 1.5rem;
  835. padding-right: 1.5rem;
  836. }
  837. }
  838. @media (min-width: 1024px) {
  839. .lg\:mx-0\.5 {
  840. margin-left: 0.125rem;
  841. margin-right: 0.125rem;
  842. }
  843. .lg\:mx-0 {
  844. margin-left: 0px;
  845. margin-right: 0px;
  846. }
  847. .lg\:px-8 {
  848. padding-left: 2rem;
  849. padding-right: 2rem;
  850. }
  851. }