1
0

tailwind.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833
  1. /*
  2. ! tailwindcss v3.2.7 | 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. -moz-tab-size: 4;
  37. /* 3 */
  38. -o-tab-size: 4;
  39. tab-size: 4;
  40. /* 3 */
  41. 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";
  42. /* 4 */
  43. font-feature-settings: normal;
  44. /* 5 */
  45. }
  46. /*
  47. 1. Remove the margin in all browsers.
  48. 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
  49. */
  50. body {
  51. margin: 0;
  52. /* 1 */
  53. line-height: inherit;
  54. /* 2 */
  55. }
  56. /*
  57. 1. Add the correct height in Firefox.
  58. 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
  59. 3. Ensure horizontal rules are visible by default.
  60. */
  61. hr {
  62. height: 0;
  63. /* 1 */
  64. color: inherit;
  65. /* 2 */
  66. border-top-width: 1px;
  67. /* 3 */
  68. }
  69. /*
  70. Add the correct text decoration in Chrome, Edge, and Safari.
  71. */
  72. abbr:where([title]) {
  73. -webkit-text-decoration: underline dotted;
  74. text-decoration: underline dotted;
  75. }
  76. /*
  77. Remove the default font size and weight for headings.
  78. */
  79. h1,
  80. h2,
  81. h3,
  82. h4,
  83. h5,
  84. h6 {
  85. font-size: inherit;
  86. font-weight: inherit;
  87. }
  88. /*
  89. Reset links to optimize for opt-in styling instead of opt-out.
  90. */
  91. a {
  92. color: inherit;
  93. text-decoration: inherit;
  94. }
  95. /*
  96. Add the correct font weight in Edge and Safari.
  97. */
  98. b,
  99. strong {
  100. font-weight: bolder;
  101. }
  102. /*
  103. 1. Use the user's configured `mono` font family by default.
  104. 2. Correct the odd `em` font sizing in all browsers.
  105. */
  106. code,
  107. kbd,
  108. samp,
  109. pre {
  110. font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  111. /* 1 */
  112. font-size: 1em;
  113. /* 2 */
  114. }
  115. /*
  116. Add the correct font size in all browsers.
  117. */
  118. small {
  119. font-size: 80%;
  120. }
  121. /*
  122. Prevent `sub` and `sup` elements from affecting the line height in all browsers.
  123. */
  124. sub,
  125. sup {
  126. font-size: 75%;
  127. line-height: 0;
  128. position: relative;
  129. vertical-align: baseline;
  130. }
  131. sub {
  132. bottom: -0.25em;
  133. }
  134. sup {
  135. top: -0.5em;
  136. }
  137. /*
  138. 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)
  139. 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)
  140. 3. Remove gaps between table borders by default.
  141. */
  142. table {
  143. text-indent: 0;
  144. /* 1 */
  145. border-color: inherit;
  146. /* 2 */
  147. border-collapse: collapse;
  148. /* 3 */
  149. }
  150. /*
  151. 1. Change the font styles in all browsers.
  152. 2. Remove the margin in Firefox and Safari.
  153. 3. Remove default padding in all browsers.
  154. */
  155. button,
  156. input,
  157. optgroup,
  158. select,
  159. textarea {
  160. font-family: inherit;
  161. /* 1 */
  162. font-size: 100%;
  163. /* 1 */
  164. font-weight: inherit;
  165. /* 1 */
  166. line-height: inherit;
  167. /* 1 */
  168. color: inherit;
  169. /* 1 */
  170. margin: 0;
  171. /* 2 */
  172. padding: 0;
  173. /* 3 */
  174. }
  175. /*
  176. Remove the inheritance of text transform in Edge and Firefox.
  177. */
  178. button,
  179. select {
  180. text-transform: none;
  181. }
  182. /*
  183. 1. Correct the inability to style clickable types in iOS and Safari.
  184. 2. Remove default button styles.
  185. */
  186. button,
  187. [type='button'],
  188. [type='reset'],
  189. [type='submit'] {
  190. -webkit-appearance: button;
  191. /* 1 */
  192. background-color: transparent;
  193. /* 2 */
  194. background-image: none;
  195. /* 2 */
  196. }
  197. /*
  198. Use the modern Firefox focus style for all focusable elements.
  199. */
  200. :-moz-focusring {
  201. outline: auto;
  202. }
  203. /*
  204. Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
  205. */
  206. :-moz-ui-invalid {
  207. box-shadow: none;
  208. }
  209. /*
  210. Add the correct vertical alignment in Chrome and Firefox.
  211. */
  212. progress {
  213. vertical-align: baseline;
  214. }
  215. /*
  216. Correct the cursor style of increment and decrement buttons in Safari.
  217. */
  218. ::-webkit-inner-spin-button,
  219. ::-webkit-outer-spin-button {
  220. height: auto;
  221. }
  222. /*
  223. 1. Correct the odd appearance in Chrome and Safari.
  224. 2. Correct the outline style in Safari.
  225. */
  226. [type='search'] {
  227. -webkit-appearance: textfield;
  228. /* 1 */
  229. outline-offset: -2px;
  230. /* 2 */
  231. }
  232. /*
  233. Remove the inner padding in Chrome and Safari on macOS.
  234. */
  235. ::-webkit-search-decoration {
  236. -webkit-appearance: none;
  237. }
  238. /*
  239. 1. Correct the inability to style clickable types in iOS and Safari.
  240. 2. Change font properties to `inherit` in Safari.
  241. */
  242. ::-webkit-file-upload-button {
  243. -webkit-appearance: button;
  244. /* 1 */
  245. font: inherit;
  246. /* 2 */
  247. }
  248. /*
  249. Add the correct display in Chrome and Safari.
  250. */
  251. summary {
  252. display: list-item;
  253. }
  254. /*
  255. Removes the default spacing and border for appropriate elements.
  256. */
  257. blockquote,
  258. dl,
  259. dd,
  260. h1,
  261. h2,
  262. h3,
  263. h4,
  264. h5,
  265. h6,
  266. hr,
  267. figure,
  268. p,
  269. pre {
  270. margin: 0;
  271. }
  272. fieldset {
  273. margin: 0;
  274. padding: 0;
  275. }
  276. legend {
  277. padding: 0;
  278. }
  279. ol,
  280. ul,
  281. menu {
  282. list-style: none;
  283. margin: 0;
  284. padding: 0;
  285. }
  286. /*
  287. Prevent resizing textareas horizontally by default.
  288. */
  289. textarea {
  290. resize: vertical;
  291. }
  292. /*
  293. 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
  294. 2. Set the default placeholder color to the user's configured gray 400 color.
  295. */
  296. input::-moz-placeholder, textarea::-moz-placeholder {
  297. opacity: 1;
  298. /* 1 */
  299. color: #9ca3af;
  300. /* 2 */
  301. }
  302. input::placeholder,
  303. textarea::placeholder {
  304. opacity: 1;
  305. /* 1 */
  306. color: #9ca3af;
  307. /* 2 */
  308. }
  309. /*
  310. Set the default cursor for buttons.
  311. */
  312. button,
  313. [role="button"] {
  314. cursor: pointer;
  315. }
  316. /*
  317. Make sure disabled buttons don't get the pointer cursor.
  318. */
  319. :disabled {
  320. cursor: default;
  321. }
  322. /*
  323. 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
  324. 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
  325. This can trigger a poorly considered lint error in some tools but is included by design.
  326. */
  327. img,
  328. svg,
  329. video,
  330. canvas,
  331. audio,
  332. iframe,
  333. embed,
  334. object {
  335. display: block;
  336. /* 1 */
  337. vertical-align: middle;
  338. /* 2 */
  339. }
  340. /*
  341. Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
  342. */
  343. img,
  344. video {
  345. max-width: 100%;
  346. height: auto;
  347. }
  348. /* Make elements with the HTML hidden attribute stay hidden by default */
  349. [hidden] {
  350. display: none;
  351. }
  352. *, ::before, ::after {
  353. --tw-border-spacing-x: 0;
  354. --tw-border-spacing-y: 0;
  355. --tw-translate-x: 0;
  356. --tw-translate-y: 0;
  357. --tw-rotate: 0;
  358. --tw-skew-x: 0;
  359. --tw-skew-y: 0;
  360. --tw-scale-x: 1;
  361. --tw-scale-y: 1;
  362. --tw-pan-x: ;
  363. --tw-pan-y: ;
  364. --tw-pinch-zoom: ;
  365. --tw-scroll-snap-strictness: proximity;
  366. --tw-ordinal: ;
  367. --tw-slashed-zero: ;
  368. --tw-numeric-figure: ;
  369. --tw-numeric-spacing: ;
  370. --tw-numeric-fraction: ;
  371. --tw-ring-inset: ;
  372. --tw-ring-offset-width: 0px;
  373. --tw-ring-offset-color: #fff;
  374. --tw-ring-color: rgb(59 130 246 / 0.5);
  375. --tw-ring-offset-shadow: 0 0 #0000;
  376. --tw-ring-shadow: 0 0 #0000;
  377. --tw-shadow: 0 0 #0000;
  378. --tw-shadow-colored: 0 0 #0000;
  379. --tw-blur: ;
  380. --tw-brightness: ;
  381. --tw-contrast: ;
  382. --tw-grayscale: ;
  383. --tw-hue-rotate: ;
  384. --tw-invert: ;
  385. --tw-saturate: ;
  386. --tw-sepia: ;
  387. --tw-drop-shadow: ;
  388. --tw-backdrop-blur: ;
  389. --tw-backdrop-brightness: ;
  390. --tw-backdrop-contrast: ;
  391. --tw-backdrop-grayscale: ;
  392. --tw-backdrop-hue-rotate: ;
  393. --tw-backdrop-invert: ;
  394. --tw-backdrop-opacity: ;
  395. --tw-backdrop-saturate: ;
  396. --tw-backdrop-sepia: ;
  397. }
  398. ::backdrop {
  399. --tw-border-spacing-x: 0;
  400. --tw-border-spacing-y: 0;
  401. --tw-translate-x: 0;
  402. --tw-translate-y: 0;
  403. --tw-rotate: 0;
  404. --tw-skew-x: 0;
  405. --tw-skew-y: 0;
  406. --tw-scale-x: 1;
  407. --tw-scale-y: 1;
  408. --tw-pan-x: ;
  409. --tw-pan-y: ;
  410. --tw-pinch-zoom: ;
  411. --tw-scroll-snap-strictness: proximity;
  412. --tw-ordinal: ;
  413. --tw-slashed-zero: ;
  414. --tw-numeric-figure: ;
  415. --tw-numeric-spacing: ;
  416. --tw-numeric-fraction: ;
  417. --tw-ring-inset: ;
  418. --tw-ring-offset-width: 0px;
  419. --tw-ring-offset-color: #fff;
  420. --tw-ring-color: rgb(59 130 246 / 0.5);
  421. --tw-ring-offset-shadow: 0 0 #0000;
  422. --tw-ring-shadow: 0 0 #0000;
  423. --tw-shadow: 0 0 #0000;
  424. --tw-shadow-colored: 0 0 #0000;
  425. --tw-blur: ;
  426. --tw-brightness: ;
  427. --tw-contrast: ;
  428. --tw-grayscale: ;
  429. --tw-hue-rotate: ;
  430. --tw-invert: ;
  431. --tw-saturate: ;
  432. --tw-sepia: ;
  433. --tw-drop-shadow: ;
  434. --tw-backdrop-blur: ;
  435. --tw-backdrop-brightness: ;
  436. --tw-backdrop-contrast: ;
  437. --tw-backdrop-grayscale: ;
  438. --tw-backdrop-hue-rotate: ;
  439. --tw-backdrop-invert: ;
  440. --tw-backdrop-opacity: ;
  441. --tw-backdrop-saturate: ;
  442. --tw-backdrop-sepia: ;
  443. }
  444. .container {
  445. width: 100%;
  446. }
  447. @media (min-width: 640px) {
  448. .container {
  449. max-width: 640px;
  450. }
  451. }
  452. @media (min-width: 768px) {
  453. .container {
  454. max-width: 768px;
  455. }
  456. }
  457. @media (min-width: 1024px) {
  458. .container {
  459. max-width: 1024px;
  460. }
  461. }
  462. @media (min-width: 1280px) {
  463. .container {
  464. max-width: 1280px;
  465. }
  466. }
  467. @media (min-width: 1536px) {
  468. .container {
  469. max-width: 1536px;
  470. }
  471. }
  472. .mx-auto {
  473. margin-left: auto;
  474. margin-right: auto;
  475. }
  476. .mb-16 {
  477. margin-bottom: 4rem;
  478. }
  479. .mb-4 {
  480. margin-bottom: 1rem;
  481. }
  482. .mb-8 {
  483. margin-bottom: 2rem;
  484. }
  485. .ml-1 {
  486. margin-left: 0.25rem;
  487. }
  488. .ml-3 {
  489. margin-left: 0.75rem;
  490. }
  491. .ml-4 {
  492. margin-left: 1rem;
  493. }
  494. .mr-5 {
  495. margin-right: 1.25rem;
  496. }
  497. .mt-4 {
  498. margin-top: 1rem;
  499. }
  500. .flex {
  501. display: flex;
  502. }
  503. .inline-flex {
  504. display: inline-flex;
  505. }
  506. .hidden {
  507. display: none;
  508. }
  509. .h-10 {
  510. height: 2.5rem;
  511. }
  512. .h-4 {
  513. height: 1rem;
  514. }
  515. .w-10 {
  516. width: 2.5rem;
  517. }
  518. .w-4 {
  519. width: 1rem;
  520. }
  521. .w-5\/6 {
  522. width: 83.333333%;
  523. }
  524. .flex-col {
  525. flex-direction: column;
  526. }
  527. .flex-wrap {
  528. flex-wrap: wrap;
  529. }
  530. .items-center {
  531. align-items: center;
  532. }
  533. .justify-center {
  534. justify-content: center;
  535. }
  536. .rounded {
  537. border-radius: 0.25rem;
  538. }
  539. .rounded-full {
  540. border-radius: 9999px;
  541. }
  542. .border-0 {
  543. border-width: 0px;
  544. }
  545. .bg-gray-800 {
  546. --tw-bg-opacity: 1;
  547. background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  548. }
  549. .bg-gray-900 {
  550. --tw-bg-opacity: 1;
  551. background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  552. }
  553. .bg-indigo-500 {
  554. --tw-bg-opacity: 1;
  555. background-color: rgb(99 102 241 / var(--tw-bg-opacity));
  556. }
  557. .object-cover {
  558. -o-object-fit: cover;
  559. object-fit: cover;
  560. }
  561. .object-center {
  562. -o-object-position: center;
  563. object-position: center;
  564. }
  565. .p-2 {
  566. padding: 0.5rem;
  567. }
  568. .p-5 {
  569. padding: 1.25rem;
  570. }
  571. .px-3 {
  572. padding-left: 0.75rem;
  573. padding-right: 0.75rem;
  574. }
  575. .px-5 {
  576. padding-left: 1.25rem;
  577. padding-right: 1.25rem;
  578. }
  579. .px-6 {
  580. padding-left: 1.5rem;
  581. padding-right: 1.5rem;
  582. }
  583. .py-1 {
  584. padding-top: 0.25rem;
  585. padding-bottom: 0.25rem;
  586. }
  587. .py-2 {
  588. padding-top: 0.5rem;
  589. padding-bottom: 0.5rem;
  590. }
  591. .py-24 {
  592. padding-top: 6rem;
  593. padding-bottom: 6rem;
  594. }
  595. .text-center {
  596. text-align: center;
  597. }
  598. .text-3xl {
  599. font-size: 1.875rem;
  600. line-height: 2.25rem;
  601. }
  602. .text-base {
  603. font-size: 1rem;
  604. line-height: 1.5rem;
  605. }
  606. .text-lg {
  607. font-size: 1.125rem;
  608. line-height: 1.75rem;
  609. }
  610. .text-xl {
  611. font-size: 1.25rem;
  612. line-height: 1.75rem;
  613. }
  614. .font-medium {
  615. font-weight: 500;
  616. }
  617. .leading-relaxed {
  618. line-height: 1.625;
  619. }
  620. .text-gray-400 {
  621. --tw-text-opacity: 1;
  622. color: rgb(156 163 175 / var(--tw-text-opacity));
  623. }
  624. .text-white {
  625. --tw-text-opacity: 1;
  626. color: rgb(255 255 255 / var(--tw-text-opacity));
  627. }
  628. .hover\:bg-gray-700:hover {
  629. --tw-bg-opacity: 1;
  630. background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  631. }
  632. .hover\:bg-indigo-600:hover {
  633. --tw-bg-opacity: 1;
  634. background-color: rgb(79 70 229 / var(--tw-bg-opacity));
  635. }
  636. .hover\:text-white:hover {
  637. --tw-text-opacity: 1;
  638. color: rgb(255 255 255 / var(--tw-text-opacity));
  639. }
  640. .focus\:outline-none:focus {
  641. outline: 2px solid transparent;
  642. outline-offset: 2px;
  643. }
  644. @media (min-width: 640px) {
  645. .sm\:text-4xl {
  646. font-size: 2.25rem;
  647. line-height: 2.5rem;
  648. }
  649. }
  650. @media (min-width: 768px) {
  651. .md\:mb-0 {
  652. margin-bottom: 0px;
  653. }
  654. .md\:ml-auto {
  655. margin-left: auto;
  656. }
  657. .md\:mt-0 {
  658. margin-top: 0px;
  659. }
  660. .md\:w-1\/2 {
  661. width: 50%;
  662. }
  663. .md\:flex-row {
  664. flex-direction: row;
  665. }
  666. .md\:items-start {
  667. align-items: flex-start;
  668. }
  669. .md\:pr-16 {
  670. padding-right: 4rem;
  671. }
  672. .md\:text-left {
  673. text-align: left;
  674. }
  675. }
  676. @media (min-width: 1024px) {
  677. .lg\:inline-block {
  678. display: inline-block;
  679. }
  680. .lg\:w-full {
  681. width: 100%;
  682. }
  683. .lg\:max-w-lg {
  684. max-width: 32rem;
  685. }
  686. .lg\:flex-grow {
  687. flex-grow: 1;
  688. }
  689. .lg\:pr-24 {
  690. padding-right: 6rem;
  691. }
  692. }