index.css 12 KB

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