styles.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619
  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. -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. .table {
  477. display: table;
  478. }
  479. .table-auto {
  480. table-layout: auto;
  481. }
  482. .border-separate {
  483. border-collapse: separate;
  484. }
  485. .border-spacing-2 {
  486. --tw-border-spacing-x: 0.5rem;
  487. --tw-border-spacing-y: 0.5rem;
  488. border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  489. }
  490. .border {
  491. border-width: 1px;
  492. }
  493. .border-slate-300 {
  494. --tw-border-opacity: 1;
  495. border-color: rgb(203 213 225 / var(--tw-border-opacity));
  496. }
  497. .border-slate-400 {
  498. --tw-border-opacity: 1;
  499. border-color: rgb(148 163 184 / var(--tw-border-opacity));
  500. }
  501. .p-4 {
  502. padding: 1rem;
  503. }
  504. .text-3xl {
  505. font-size: 1.875rem;
  506. line-height: 2.25rem;
  507. }
  508. .font-bold {
  509. font-weight: 700;
  510. }
  511. .text-slate-500 {
  512. --tw-text-opacity: 1;
  513. color: rgb(100 116 139 / var(--tw-text-opacity));
  514. }
  515. .underline {
  516. text-decoration-line: underline;
  517. }
  518. @media (prefers-color-scheme: dark) {
  519. .dark\:border-slate-700 {
  520. --tw-border-opacity: 1;
  521. border-color: rgb(51 65 85 / var(--tw-border-opacity));
  522. }
  523. .dark\:text-slate-400 {
  524. --tw-text-opacity: 1;
  525. color: rgb(148 163 184 / var(--tw-text-opacity));
  526. }
  527. }