diff --git a/packages/my-joy-beta/src/app.js b/packages/my-joy-beta/src/app.js index 6f6cbad4..ae7ea607 100644 --- a/packages/my-joy-beta/src/app.js +++ b/packages/my-joy-beta/src/app.js @@ -51,7 +51,8 @@ const fullTheme = { 7: remcalc(42), 8: remcalc(48), 9: remcalc(54), - 10: remcalc(60) + 10: remcalc(60), + '14px': remcalc(14) } }; diff --git a/packages/my-joy-beta/src/components/create-instance/__tests__/__snapshots__/name.spec.js.snap b/packages/my-joy-beta/src/components/create-instance/__tests__/__snapshots__/name.spec.js.snap index 2532884b..c634d4a7 100644 --- a/packages/my-joy-beta/src/components/create-instance/__tests__/__snapshots__/name.spec.js.snap +++ b/packages/my-joy-beta/src/components/create-instance/__tests__/__snapshots__/name.spec.js.snap @@ -2,6 +2,7 @@ exports[`renders without throwing 1`] = ` .c6 { + margin-top: undefined; margin-left: 0.25rem; } @@ -397,12 +398,6 @@ exports[`renders without throwing 1`] = `
-
@@ -457,6 +452,7 @@ exports[`renders without throwing 1`] = ` exports[`renders without throwing 1`] = ` .c6 { + margin-top: undefined; margin-left: 0.25rem; } @@ -852,12 +848,6 @@ exports[`renders without throwing 1`] = `
-
@@ -912,6 +902,7 @@ exports[`renders without throwing 1`] = ` exports[`renders without throwing 1`] = ` .c6 { + margin-top: undefined; margin-left: 0.25rem; } @@ -1307,12 +1298,6 @@ exports[`renders without throwing 1`] = `
-
@@ -1367,6 +1352,7 @@ exports[`renders without throwing 1`] = ` exports[`renders without throwing 1`] = ` .c6 { + margin-top: undefined; margin-left: 0.25rem; } @@ -1762,12 +1748,6 @@ exports[`renders without throwing 1`] = `
-
diff --git a/packages/my-joy-beta/src/components/create-instance/name.js b/packages/my-joy-beta/src/components/create-instance/name.js index a308980e..3e5d9d87 100644 --- a/packages/my-joy-beta/src/components/create-instance/name.js +++ b/packages/my-joy-beta/src/components/create-instance/name.js @@ -31,8 +31,7 @@ export default ({ - - + + +
`; exports[`renders without throwing 1`] = ` -.c9 { +.c7 { + margin-top: undefined; +} + +.c10 { font-family: sans-serif; font-size: 100%; line-height: 1.15; @@ -380,30 +386,30 @@ exports[`renders without throwing 1`] = ` min-width: 7.5rem; } -.c9::-moz-focus-inner, -.c9[type='button']::-moz-focus-inner, -.c9[type='reset']::-moz-focus-inner, -.c9[type='submit']::-moz-focus-inner { +.c10::-moz-focus-inner, +.c10[type='button']::-moz-focus-inner, +.c10[type='reset']::-moz-focus-inner, +.c10[type='submit']::-moz-focus-inner { border-style: none; padding: 0; } -.c9:-moz-focusring, -.c9[type='button']:-moz-focusring, -.c9[type='reset']:-moz-focusring, -.c9[type='submit']:-moz-focusring { +.c10:-moz-focusring, +.c10[type='button']:-moz-focusring, +.c10[type='reset']:-moz-focusring, +.c10[type='submit']:-moz-focusring { outline: 0.0625rem dotted ButtonText; } -.c9 + button { +.c10 + button { margin-left: 0.375rem; } -.c8 { +.c9 { display: inline-block; } -.c7 { +.c8 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -454,37 +460,37 @@ exports[`renders without throwing 1`] = ` max-width: 100%; } -.c7:focus { +.c8:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c7:hover { +.c8:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c7:active, -.c7:active:hover, -.c7:active:focus { +.c8:active, +.c8:active:hover, +.c8:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c7[disabled] { +.c8[disabled] { cursor: not-allowed; pointer-events: none; } -.c7 svg + span { +.c8 svg + span { margin-left: 0.75rem; } -.c7 svg { +.c8 svg { max-height: 1.125rem; } @@ -711,29 +717,31 @@ exports[`renders without throwing 1`] = ` role="group" style={undefined} > - - + +
`; exports[`renders without throwing 1`] = ` -.c9 { +.c7 { + margin-top: undefined; +} + +.c10 { font-family: sans-serif; font-size: 100%; line-height: 1.15; @@ -746,30 +754,30 @@ exports[`renders without throwing 1`] = ` min-width: 7.5rem; } -.c9::-moz-focus-inner, -.c9[type='button']::-moz-focus-inner, -.c9[type='reset']::-moz-focus-inner, -.c9[type='submit']::-moz-focus-inner { +.c10::-moz-focus-inner, +.c10[type='button']::-moz-focus-inner, +.c10[type='reset']::-moz-focus-inner, +.c10[type='submit']::-moz-focus-inner { border-style: none; padding: 0; } -.c9:-moz-focusring, -.c9[type='button']:-moz-focusring, -.c9[type='reset']:-moz-focusring, -.c9[type='submit']:-moz-focusring { +.c10:-moz-focusring, +.c10[type='button']:-moz-focusring, +.c10[type='reset']:-moz-focusring, +.c10[type='submit']:-moz-focusring { outline: 0.0625rem dotted ButtonText; } -.c9 + button { +.c10 + button { margin-left: 0.375rem; } -.c8 { +.c9 { display: inline-block; } -.c7 { +.c8 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -825,54 +833,54 @@ exports[`renders without throwing 1`] = ` max-width: 100%; } -.c7:focus { +.c8:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c7:hover { +.c8:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c7:active, -.c7:active:hover, -.c7:active:focus { +.c8:active, +.c8:active:hover, +.c8:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c7[disabled] { +.c8[disabled] { cursor: not-allowed; pointer-events: none; } -.c7:focus { +.c8:focus { background-color: rgb(250,250,250); border-color: rgb(216,216,216); } -.c7:hover { +.c8:hover { background-color: rgb(250,250,250); border-color: rgb(250,250,250); } -.c7:active, -.c7:active:hover, -.c7:active:focus { +.c8:active, +.c8:active:hover, +.c8:active:focus { background-color: rgb(250,250,250); border-color: rgb(250,250,250); } -.c7 svg + span { +.c8 svg + span { margin-left: 0.75rem; } -.c7 svg { +.c8 svg { max-height: 1.125rem; } @@ -1099,29 +1107,31 @@ exports[`renders without throwing 1`] = ` role="group" style={undefined} > - - + + `; exports[`renders without throwing 1`] = ` -.c9 { +.c7 { + margin-top: undefined; +} + +.c10 { font-family: sans-serif; font-size: 100%; line-height: 1.15; @@ -1134,30 +1144,30 @@ exports[`renders without throwing 1`] = ` min-width: 7.5rem; } -.c9::-moz-focus-inner, -.c9[type='button']::-moz-focus-inner, -.c9[type='reset']::-moz-focus-inner, -.c9[type='submit']::-moz-focus-inner { +.c10::-moz-focus-inner, +.c10[type='button']::-moz-focus-inner, +.c10[type='reset']::-moz-focus-inner, +.c10[type='submit']::-moz-focus-inner { border-style: none; padding: 0; } -.c9:-moz-focusring, -.c9[type='button']:-moz-focusring, -.c9[type='reset']:-moz-focusring, -.c9[type='submit']:-moz-focusring { +.c10:-moz-focusring, +.c10[type='button']:-moz-focusring, +.c10[type='reset']:-moz-focusring, +.c10[type='submit']:-moz-focusring { outline: 0.0625rem dotted ButtonText; } -.c9 + button { +.c10 + button { margin-left: 0.375rem; } -.c8 { +.c9 { display: inline-block; } -.c7 { +.c8 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -1208,37 +1218,37 @@ exports[`renders without throwing 1`] = ` max-width: 100%; } -.c7:focus { +.c8:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c7:hover { +.c8:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c7:active, -.c7:active:hover, -.c7:active:focus { +.c8:active, +.c8:active:hover, +.c8:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c7[disabled] { +.c8[disabled] { cursor: not-allowed; pointer-events: none; } -.c7 svg + span { +.c8 svg + span { margin-left: 0.75rem; } -.c7 svg { +.c8 svg { max-height: 1.125rem; } @@ -1465,29 +1475,31 @@ exports[`renders without throwing 1`] = ` role="group" style={undefined} > - - + + `; exports[`renders without throwing 1`] = ` -.c9 { +.c7 { + margin-top: undefined; +} + +.c10 { font-family: sans-serif; font-size: 100%; line-height: 1.15; @@ -1500,30 +1512,30 @@ exports[`renders without throwing 1`] = ` min-width: 7.5rem; } -.c9::-moz-focus-inner, -.c9[type='button']::-moz-focus-inner, -.c9[type='reset']::-moz-focus-inner, -.c9[type='submit']::-moz-focus-inner { +.c10::-moz-focus-inner, +.c10[type='button']::-moz-focus-inner, +.c10[type='reset']::-moz-focus-inner, +.c10[type='submit']::-moz-focus-inner { border-style: none; padding: 0; } -.c9:-moz-focusring, -.c9[type='button']:-moz-focusring, -.c9[type='reset']:-moz-focusring, -.c9[type='submit']:-moz-focusring { +.c10:-moz-focusring, +.c10[type='button']:-moz-focusring, +.c10[type='reset']:-moz-focusring, +.c10[type='submit']:-moz-focusring { outline: 0.0625rem dotted ButtonText; } -.c9 + button { +.c10 + button { margin-left: 0.375rem; } -.c8 { +.c9 { display: inline-block; } -.c7 { +.c8 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -1574,37 +1586,37 @@ exports[`renders without throwing 1`] = ` max-width: 100%; } -.c7:focus { +.c8:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c7:hover { +.c8:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c7:active, -.c7:active:hover, -.c7:active:focus { +.c8:active, +.c8:active:hover, +.c8:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c7[disabled] { +.c8[disabled] { cursor: not-allowed; pointer-events: none; } -.c7 svg + span { +.c8 svg + span { margin-left: 0.75rem; } -.c7 svg { +.c8 svg { max-height: 1.125rem; } @@ -1831,29 +1843,31 @@ exports[`renders without throwing 1`] = ` role="group" style={undefined} > - - + + `; exports[`renders without throwing 1`] = ` -.c9 { +.c7 { + margin-top: undefined; +} + +.c10 { font-family: sans-serif; font-size: 100%; line-height: 1.15; @@ -1866,30 +1880,30 @@ exports[`renders without throwing 1`] = ` min-width: 7.5rem; } -.c9::-moz-focus-inner, -.c9[type='button']::-moz-focus-inner, -.c9[type='reset']::-moz-focus-inner, -.c9[type='submit']::-moz-focus-inner { +.c10::-moz-focus-inner, +.c10[type='button']::-moz-focus-inner, +.c10[type='reset']::-moz-focus-inner, +.c10[type='submit']::-moz-focus-inner { border-style: none; padding: 0; } -.c9:-moz-focusring, -.c9[type='button']:-moz-focusring, -.c9[type='reset']:-moz-focusring, -.c9[type='submit']:-moz-focusring { +.c10:-moz-focusring, +.c10[type='button']:-moz-focusring, +.c10[type='reset']:-moz-focusring, +.c10[type='submit']:-moz-focusring { outline: 0.0625rem dotted ButtonText; } -.c9 + button { +.c10 + button { margin-left: 0.375rem; } -.c8 { +.c9 { display: inline-block; } -.c7 { +.c8 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -1940,37 +1954,37 @@ exports[`renders without throwing 1`] = ` max-width: 100%; } -.c7:focus { +.c8:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c7:hover { +.c8:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c7:active, -.c7:active:hover, -.c7:active:focus { +.c8:active, +.c8:active:hover, +.c8:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c7[disabled] { +.c8[disabled] { cursor: not-allowed; pointer-events: none; } -.c7 svg + span { +.c8 svg + span { margin-left: 0.75rem; } -.c7 svg { +.c8 svg { max-height: 1.125rem; } @@ -2197,29 +2211,31 @@ exports[`renders without throwing 1`] = ` role="group" style={undefined} > - - + + `; exports[`renders without throwing 1`] = ` -.c9 { +.c7 { + margin-top: undefined; +} + +.c10 { font-family: sans-serif; font-size: 100%; line-height: 1.15; @@ -2232,30 +2248,30 @@ exports[`renders without throwing 1`] = ` min-width: 7.5rem; } -.c9::-moz-focus-inner, -.c9[type='button']::-moz-focus-inner, -.c9[type='reset']::-moz-focus-inner, -.c9[type='submit']::-moz-focus-inner { +.c10::-moz-focus-inner, +.c10[type='button']::-moz-focus-inner, +.c10[type='reset']::-moz-focus-inner, +.c10[type='submit']::-moz-focus-inner { border-style: none; padding: 0; } -.c9:-moz-focusring, -.c9[type='button']:-moz-focusring, -.c9[type='reset']:-moz-focusring, -.c9[type='submit']:-moz-focusring { +.c10:-moz-focusring, +.c10[type='button']:-moz-focusring, +.c10[type='reset']:-moz-focusring, +.c10[type='submit']:-moz-focusring { outline: 0.0625rem dotted ButtonText; } -.c9 + button { +.c10 + button { margin-left: 0.375rem; } -.c8 { +.c9 { display: inline-block; } -.c7 { +.c8 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -2306,37 +2322,37 @@ exports[`renders without throwing 1`] = ` max-width: 100%; } -.c7:focus { +.c8:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c7:hover { +.c8:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c7:active, -.c7:active:hover, -.c7:active:focus { +.c8:active, +.c8:active:hover, +.c8:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c7[disabled] { +.c8[disabled] { cursor: not-allowed; pointer-events: none; } -.c7 svg + span { +.c8 svg + span { margin-left: 0.75rem; } -.c7 svg { +.c8 svg { max-height: 1.125rem; } @@ -2578,22 +2594,20 @@ exports[`renders without throwing 1`] = ` role="group" style={undefined} > - - + + diff --git a/packages/my-joy-beta/src/components/instances/metadata.js b/packages/my-joy-beta/src/components/instances/metadata.js index 140fd02c..97703367 100644 --- a/packages/my-joy-beta/src/components/instances/metadata.js +++ b/packages/my-joy-beta/src/components/instances/metadata.js @@ -12,34 +12,6 @@ import { import KeyValue from '@components/key-value'; -export const MenuForm = ({ searchable, onAdd }) => ( -
- - - - Filter - - - - - - - - - - -
-); - export const AddForm = props => ( ); diff --git a/packages/my-joy-beta/src/components/instances/toolbar.js b/packages/my-joy-beta/src/components/instances/toolbar.js index a6bbb4b3..aeb71665 100644 --- a/packages/my-joy-beta/src/components/instances/toolbar.js +++ b/packages/my-joy-beta/src/components/instances/toolbar.js @@ -1,5 +1,6 @@ import React from 'react'; import { Field } from 'redux-form'; +import { Margin } from 'styled-components-spacing'; import remcalc from 'remcalc'; import { @@ -29,16 +30,17 @@ export const Toolbar = ({ - - + + + diff --git a/packages/my-joy-beta/src/containers/instances/__tests__/__snapshots__/list.spec.js.snap b/packages/my-joy-beta/src/containers/instances/__tests__/__snapshots__/list.spec.js.snap index f3cdea07..43633e7e 100644 --- a/packages/my-joy-beta/src/containers/instances/__tests__/__snapshots__/list.spec.js.snap +++ b/packages/my-joy-beta/src/containers/instances/__tests__/__snapshots__/list.spec.js.snap @@ -1,7 +1,7 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`renders without throwing 1`] = ` -.c12 { +.c13 { font-family: sans-serif; font-size: 100%; line-height: 1.15; @@ -14,26 +14,26 @@ exports[`renders without throwing 1`] = ` min-width: 7.5rem; } -.c12::-moz-focus-inner, -.c12[type='button']::-moz-focus-inner, -.c12[type='reset']::-moz-focus-inner, -.c12[type='submit']::-moz-focus-inner { +.c13::-moz-focus-inner, +.c13[type='button']::-moz-focus-inner, +.c13[type='reset']::-moz-focus-inner, +.c13[type='submit']::-moz-focus-inner { border-style: none; padding: 0; } -.c12:-moz-focusring, -.c12[type='button']:-moz-focusring, -.c12[type='reset']:-moz-focusring, -.c12[type='submit']:-moz-focusring { +.c13:-moz-focusring, +.c13[type='button']:-moz-focusring, +.c13[type='reset']:-moz-focusring, +.c13[type='submit']:-moz-focusring { outline: 0.0625rem dotted ButtonText; } -.c12 + button { +.c13 + button { margin-left: 0.375rem; } -.c23 { +.c24 { font-family: sans-serif; font-size: 100%; line-height: 1.15; @@ -43,82 +43,82 @@ exports[`renders without throwing 1`] = ` display: none; } -.c23[type='checkbox'], -.c23[type='radio'] { +.c24[type='checkbox'], +.c24[type='radio'] { box-sizing: border-box; padding: 0; } -.c23[type='number']::-webkit-inner-spin-button, -.c23[type='number']::-webkit-outer-spin-button { +.c24[type='number']::-webkit-inner-spin-button, +.c24[type='number']::-webkit-outer-spin-button { height: auto; } -.c23[type='search'] { +.c24[type='search'] { -webkit-appearance: textfield; -moz-appearance: textfield; appearance: textfield; outline-offset: -0.125rem; } -.c23[type='search']::-webkit-search-cancel-button, -.c23[type='search']::-webkit-search-decoration { +.c24[type='search']::-webkit-search-cancel-button, +.c24[type='search']::-webkit-search-decoration { -webkit-appearance: none; -moz-appearance: none; appearance: none; } -.c23::-webkit-file-upload-button { +.c24::-webkit-file-upload-button { -webkit-appearance: button; -moz-appearance: button; appearance: button; font: inherit; } -.c23:checked + label::after { +.c24:checked + label::after { opacity: 1; } -.c23:selected + label::after { +.c24:selected + label::after { opacity: 1; } -.c23:checked + label { +.c24:checked + label { border-color: rgb(59,70,204); } -.c23:selected + label { +.c24:selected + label { border-color: rgb(59,70,204); } -.c23:disabled + label { +.c24:disabled + label { background-color: rgb(249,249,249); cursor: not-allowed; } -.c17 { +.c18 { padding: 0rem; padding-left: 0.75rem; } -.c19 { +.c20 { padding-top: 0.25rem; } -.c26 { +.c27 { margin-bottom: 0.125rem; margin-left: 0.5625rem; } -.c30 { +.c31 { padding: 0rem; } -.c11 { +.c12 { display: inline-block; } -.c10 { +.c11 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -169,37 +169,37 @@ exports[`renders without throwing 1`] = ` max-width: 100%; } -.c10:focus { +.c11:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c10:hover { +.c11:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c10:active, -.c10:active:hover, -.c10:active:focus { +.c11:active, +.c11:active:hover, +.c11:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c10[disabled] { +.c11[disabled] { cursor: not-allowed; pointer-events: none; } -.c10 svg + span { +.c11 svg + span { margin-left: 0.75rem; } -.c10 svg { +.c11 svg { max-height: 1.125rem; } @@ -291,14 +291,14 @@ exports[`renders without throwing 1`] = ` height: 1.875rem; } -.c13 { +.c14 { background-color: rgb(216,216,216); margin: 0; background-color: transparent; height: 1.25rem; } -.c24 { +.c25 { color: rgb(100,100,100); position: absolute; width: 1.125rem; @@ -316,7 +316,7 @@ exports[`renders without throwing 1`] = ` height: 1.125rem; } -.c24::after { +.c25::after { opacity: 0; content: ''; position: absolute; @@ -333,7 +333,7 @@ exports[`renders without throwing 1`] = ` transform: rotate(-45deg); } -.c22 { +.c23 { display: inline-block; vertical-align: text-bottom; width: 1.125rem; @@ -342,7 +342,7 @@ exports[`renders without throwing 1`] = ` cursor: pointer; } -.c21 { +.c22 { list-style-type: none; display: -webkit-box; display: -webkit-flex; @@ -354,7 +354,7 @@ exports[`renders without throwing 1`] = ` align-items: center; } -.c21 label { +.c22 label { font-weight: 400; } @@ -390,7 +390,7 @@ exports[`renders without throwing 1`] = ` float: right; } -.c20 { +.c21 { display: inline-block; margin: 0; padding: 0; @@ -468,7 +468,7 @@ exports[`renders without throwing 1`] = ` outline: 0; } -.c14 { +.c15 { overflow: hidden; border-spacing: 0; border-collapse: separate; @@ -477,28 +477,28 @@ exports[`renders without throwing 1`] = ` max-width: 100%; } -.c15 { +.c16 { width: 100%; background: rgb(250,250,250); } -.c15 th:first-child { +.c16 th:first-child { border-top-left-radius: 0.25rem; } -.c15 th:last-child { +.c16 th:last-child { border-top-right-radius: 0.25rem; } -.c32 { +.c33 { width: 100%; } -.c32 tr:first-child td { +.c33 tr:first-child td { border-top: none; } -.c18 { +.c19 { border-width: 0.0625rem; border-style: solid; border-color: rgb(216,216,216); @@ -516,15 +516,15 @@ exports[`renders without throwing 1`] = ` font-weight: 500; } -.c18:not(:first-child) { +.c19:not(:first-child) { border-left-width: 0; } -.c18:not(:last-child) { +.c19:not(:last-child) { border-right-width: 0; } -.c25 { +.c26 { border-width: 0.0625rem; border-style: solid; border-color: rgb(216,216,216); @@ -547,42 +547,11 @@ exports[`renders without throwing 1`] = ` font-weight: bold; } -.c25:not(:first-child) { +.c26:not(:first-child) { border-left-width: 0; } -.c25:not(:last-child) { - border-right-width: 0; -} - -.c27 { - border-width: 0.0625rem; - border-style: solid; - border-color: rgb(216,216,216); - border-spacing: 0; - white-space: nowrap; - box-sizing: border-box; - padding: 0 1.5rem; - height: 3.75rem; - width: 9.375rem; - display: table-cell; - cursor: pointer; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - vertical-align: middle; - text-align: left; - height: 2.625rem; - color: rgb(189,189,189); - font-weight: 500; -} - -.c27:not(:first-child) { - border-left-width: 0; -} - -.c27:not(:last-child) { +.c26:not(:last-child) { border-right-width: 0; } @@ -595,8 +564,8 @@ exports[`renders without throwing 1`] = ` box-sizing: border-box; padding: 0 1.5rem; height: 3.75rem; - width: 0rem; - display: none; + width: 9.375rem; + display: table-cell; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; @@ -648,7 +617,38 @@ exports[`renders without throwing 1`] = ` border-right-width: 0; } -.c31 { +.c30 { + border-width: 0.0625rem; + border-style: solid; + border-color: rgb(216,216,216); + border-spacing: 0; + white-space: nowrap; + box-sizing: border-box; + padding: 0 1.5rem; + height: 3.75rem; + width: 0rem; + display: none; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + text-align: left; + height: 2.625rem; + color: rgb(189,189,189); + font-weight: 500; +} + +.c30:not(:first-child) { + border-left-width: 0; +} + +.c30:not(:last-child) { + border-right-width: 0; +} + +.c32 { border-width: 0.0625rem; border-style: solid; border-color: rgb(216,216,216); @@ -664,15 +664,15 @@ exports[`renders without throwing 1`] = ` font-weight: 500; } -.c31:not(:first-child) { +.c32:not(:first-child) { border-left-width: 0; } -.c31:not(:last-child) { +.c32:not(:last-child) { border-right-width: 0; } -.c16 { +.c17 { display: table-row; color: rgba(73,73,73,1); background-color: rgb(255,255,255); @@ -684,14 +684,18 @@ exports[`renders without throwing 1`] = ` box-shadow: none; } -.c16:last-child { +.c17:last-child { box-shadow: none; } -.c16:last-child td { +.c17:last-child td { border-bottom-width: 0.0625rem; } +.c10 { + margin-top: undefined; +} + @media only screen and (min-width:48em) { .c0 { width: 46rem; @@ -758,14 +762,14 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:47.9375rem) { - .c28 { + .c29 { width: 10rem; display: table-cell; } } @media only screen and (min-width:47.9375rem) { - .c29 { + .c30 { width: 8.125rem; display: table-cell; } @@ -816,63 +820,61 @@ exports[`renders without throwing 1`] = ` role="group" style={undefined} > - - + +
without throwing 1`] = ` `; exports[`renders without throwing 1`] = ` -.c12 { +.c13 { font-family: sans-serif; font-size: 100%; line-height: 1.15; @@ -993,26 +995,26 @@ exports[`renders without throwing 1`] = ` min-width: 7.5rem; } -.c12::-moz-focus-inner, -.c12[type='button']::-moz-focus-inner, -.c12[type='reset']::-moz-focus-inner, -.c12[type='submit']::-moz-focus-inner { +.c13::-moz-focus-inner, +.c13[type='button']::-moz-focus-inner, +.c13[type='reset']::-moz-focus-inner, +.c13[type='submit']::-moz-focus-inner { border-style: none; padding: 0; } -.c12:-moz-focusring, -.c12[type='button']:-moz-focusring, -.c12[type='reset']:-moz-focusring, -.c12[type='submit']:-moz-focusring { +.c13:-moz-focusring, +.c13[type='button']:-moz-focusring, +.c13[type='reset']:-moz-focusring, +.c13[type='submit']:-moz-focusring { outline: 0.0625rem dotted ButtonText; } -.c12 + button { +.c13 + button { margin-left: 0.375rem; } -.c29 { +.c30 { font-family: sans-serif; font-size: 100%; line-height: 1.15; @@ -1022,102 +1024,102 @@ exports[`renders without throwing 1`] = ` display: none; } -.c29[type='checkbox'], -.c29[type='radio'] { +.c30[type='checkbox'], +.c30[type='radio'] { box-sizing: border-box; padding: 0; } -.c29[type='number']::-webkit-inner-spin-button, -.c29[type='number']::-webkit-outer-spin-button { +.c30[type='number']::-webkit-inner-spin-button, +.c30[type='number']::-webkit-outer-spin-button { height: auto; } -.c29[type='search'] { +.c30[type='search'] { -webkit-appearance: textfield; -moz-appearance: textfield; appearance: textfield; outline-offset: -0.125rem; } -.c29[type='search']::-webkit-search-cancel-button, -.c29[type='search']::-webkit-search-decoration { +.c30[type='search']::-webkit-search-cancel-button, +.c30[type='search']::-webkit-search-decoration { -webkit-appearance: none; -moz-appearance: none; appearance: none; } -.c29::-webkit-file-upload-button { +.c30::-webkit-file-upload-button { -webkit-appearance: button; -moz-appearance: button; appearance: button; font: inherit; } -.c29:checked + label::after { +.c30:checked + label::after { opacity: 1; } -.c29:selected + label::after { +.c30:selected + label::after { opacity: 1; } -.c29:checked + label { +.c30:checked + label { border-color: rgb(59,70,204); } -.c29:selected + label { +.c30:selected + label { border-color: rgb(59,70,204); } -.c29:disabled + label { +.c30:disabled + label { background-color: rgb(249,249,249); cursor: not-allowed; } -.c23 { +.c24 { padding: 0rem; padding-left: 0.75rem; } -.c25 { +.c26 { padding-top: 0.25rem; } -.c32 { +.c33 { margin-bottom: 0.125rem; margin-left: 0.5625rem; } -.c36 { +.c37 { padding: 0rem; } -.c18 { +.c19 { color: rgba(73,73,73,1); line-height: 1.5rem; font-size: 0.9375rem; margin: 0; } -.c18 + p, -.c18 + small, -.c18 + h1, -.c18 + h2, -.c18 + label, -.c18 + h3, -.c18 + h4, -.c18 + h5, -.c18 + div, -.c18 + span { +.c19 + p, +.c19 + small, +.c19 + h1, +.c19 + h2, +.c19 + label, +.c19 + h3, +.c19 + h4, +.c19 + h5, +.c19 + div, +.c19 + span { padding-bottom: 2.25rem; } -.c11 { +.c12 { display: inline-block; } -.c10 { +.c11 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -1168,37 +1170,37 @@ exports[`renders without throwing 1`] = ` max-width: 100%; } -.c10:focus { +.c11:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c10:hover { +.c11:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c10:active, -.c10:active:hover, -.c10:active:focus { +.c11:active, +.c11:active:hover, +.c11:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c10[disabled] { +.c11[disabled] { cursor: not-allowed; pointer-events: none; } -.c10 svg + span { +.c11 svg + span { margin-left: 0.75rem; } -.c10 svg { +.c11 svg { max-height: 1.125rem; } @@ -1283,7 +1285,7 @@ exports[`renders without throwing 1`] = ` padding-left: 0.5rem; } -.c17 { +.c18 { color: rgba(73,73,73,1); font-weight: 600; line-height: 1.5rem; @@ -1291,16 +1293,16 @@ exports[`renders without throwing 1`] = ` margin: 0; } -.c17 + p, -.c17 + small, -.c17 + h1, -.c17 + h2, -.c17 + label, -.c17 + h3, -.c17 + h4, -.c17 + h5, -.c17 + div, -.c17 + span { +.c18 + p, +.c18 + small, +.c18 + h1, +.c18 + h2, +.c18 + label, +.c18 + h3, +.c18 + h4, +.c18 + h5, +.c18 + div, +.c18 + span { margin-top: 0.75rem; } @@ -1311,14 +1313,14 @@ exports[`renders without throwing 1`] = ` height: 1.875rem; } -.c13 { +.c14 { background-color: rgb(216,216,216); margin: 0; background-color: transparent; height: 1.25rem; } -.c30 { +.c31 { color: rgb(100,100,100); position: absolute; width: 1.125rem; @@ -1336,7 +1338,7 @@ exports[`renders without throwing 1`] = ` height: 1.125rem; } -.c30::after { +.c31::after { opacity: 0; content: ''; position: absolute; @@ -1353,7 +1355,7 @@ exports[`renders without throwing 1`] = ` transform: rotate(-45deg); } -.c28 { +.c29 { display: inline-block; vertical-align: text-bottom; width: 1.125rem; @@ -1362,7 +1364,7 @@ exports[`renders without throwing 1`] = ` cursor: pointer; } -.c27 { +.c28 { list-style-type: none; display: -webkit-box; display: -webkit-flex; @@ -1374,7 +1376,7 @@ exports[`renders without throwing 1`] = ` align-items: center; } -.c27 label { +.c28 label { font-weight: 400; } @@ -1410,7 +1412,7 @@ exports[`renders without throwing 1`] = ` float: right; } -.c26 { +.c27 { display: inline-block; margin: 0; padding: 0; @@ -1488,7 +1490,7 @@ exports[`renders without throwing 1`] = ` outline: 0; } -.c14 { +.c15 { position: relative; margin-bottom: 0.75rem; background-color: rgb(255,255,255); @@ -1501,7 +1503,7 @@ exports[`renders without throwing 1`] = ` display: flex; } -.c15 { +.c16 { min-width: 2.25rem; margin-right: 1.125rem; min-height: 100%; @@ -1509,17 +1511,17 @@ exports[`renders without throwing 1`] = ` background-color: rgb(210,67,58); } -.c16 { +.c17 { padding: 0.75rem 0 0.84375rem 0; } -.c19 { +.c20 { position: absolute; right: 0.1875rem; margin: 0; } -.c20 { +.c21 { overflow: hidden; border-spacing: 0; border-collapse: separate; @@ -1528,28 +1530,28 @@ exports[`renders without throwing 1`] = ` max-width: 100%; } -.c21 { +.c22 { width: 100%; background: rgb(250,250,250); } -.c21 th:first-child { +.c22 th:first-child { border-top-left-radius: 0.25rem; } -.c21 th:last-child { +.c22 th:last-child { border-top-right-radius: 0.25rem; } -.c38 { +.c39 { width: 100%; } -.c38 tr:first-child td { +.c39 tr:first-child td { border-top: none; } -.c24 { +.c25 { border-width: 0.0625rem; border-style: solid; border-color: rgb(216,216,216); @@ -1567,15 +1569,15 @@ exports[`renders without throwing 1`] = ` font-weight: 500; } -.c24:not(:first-child) { +.c25:not(:first-child) { border-left-width: 0; } -.c24:not(:last-child) { +.c25:not(:last-child) { border-right-width: 0; } -.c31 { +.c32 { border-width: 0.0625rem; border-style: solid; border-color: rgb(216,216,216); @@ -1598,42 +1600,11 @@ exports[`renders without throwing 1`] = ` font-weight: bold; } -.c31:not(:first-child) { +.c32:not(:first-child) { border-left-width: 0; } -.c31:not(:last-child) { - border-right-width: 0; -} - -.c33 { - border-width: 0.0625rem; - border-style: solid; - border-color: rgb(216,216,216); - border-spacing: 0; - white-space: nowrap; - box-sizing: border-box; - padding: 0 1.5rem; - height: 3.75rem; - width: 9.375rem; - display: table-cell; - cursor: pointer; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - vertical-align: middle; - text-align: left; - height: 2.625rem; - color: rgb(189,189,189); - font-weight: 500; -} - -.c33:not(:first-child) { - border-left-width: 0; -} - -.c33:not(:last-child) { +.c32:not(:last-child) { border-right-width: 0; } @@ -1646,8 +1617,8 @@ exports[`renders without throwing 1`] = ` box-sizing: border-box; padding: 0 1.5rem; height: 3.75rem; - width: 0rem; - display: none; + width: 9.375rem; + display: table-cell; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; @@ -1699,7 +1670,38 @@ exports[`renders without throwing 1`] = ` border-right-width: 0; } -.c37 { +.c36 { + border-width: 0.0625rem; + border-style: solid; + border-color: rgb(216,216,216); + border-spacing: 0; + white-space: nowrap; + box-sizing: border-box; + padding: 0 1.5rem; + height: 3.75rem; + width: 0rem; + display: none; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + text-align: left; + height: 2.625rem; + color: rgb(189,189,189); + font-weight: 500; +} + +.c36:not(:first-child) { + border-left-width: 0; +} + +.c36:not(:last-child) { + border-right-width: 0; +} + +.c38 { border-width: 0.0625rem; border-style: solid; border-color: rgb(216,216,216); @@ -1715,15 +1717,15 @@ exports[`renders without throwing 1`] = ` font-weight: 500; } -.c37:not(:first-child) { +.c38:not(:first-child) { border-left-width: 0; } -.c37:not(:last-child) { +.c38:not(:last-child) { border-right-width: 0; } -.c22 { +.c23 { display: table-row; color: rgba(73,73,73,1); background-color: rgb(255,255,255); @@ -1735,14 +1737,18 @@ exports[`renders without throwing 1`] = ` box-shadow: none; } -.c22:last-child { +.c23:last-child { box-shadow: none; } -.c22:last-child td { +.c23:last-child td { border-bottom-width: 0.0625rem; } +.c10 { + margin-top: undefined; +} + @media only screen and (min-width:48em) { .c0 { width: 46rem; @@ -1809,14 +1815,14 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:47.9375rem) { - .c34 { + .c35 { width: 10rem; display: table-cell; } } @media only screen and (min-width:47.9375rem) { - .c35 { + .c36 { width: 8.125rem; display: table-cell; } @@ -1867,52 +1873,50 @@ exports[`renders without throwing 1`] = ` role="group" style={undefined} > - - + +

Ooops!

An error occurred while loading your instances

without throwing 1`] = `
  • without throwing 1`] = ` > without throwing 1`] = ` type="checkbox" />
    @@ -897,7 +899,7 @@ exports[`renders without throwing 1`] = `
  • without throwing 1`] = ` Name without throwing 1`] = ` without throwing 1`] = ` without throwing 1`] = ` without throwing 1`] = ` without throwing 1`] = `
    without throwing 1`] = ` `; exports[`renders without throwing 1`] = ` -.c36 { +.c37 { background-color: transparent; text-decoration-skip: objects; font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; } -.c12 { +.c13 { font-family: sans-serif; font-size: 100%; line-height: 1.15; @@ -2090,26 +2094,26 @@ exports[`renders without throwing 1`] = ` min-width: 7.5rem; } -.c12::-moz-focus-inner, -.c12[type='button']::-moz-focus-inner, -.c12[type='reset']::-moz-focus-inner, -.c12[type='submit']::-moz-focus-inner { +.c13::-moz-focus-inner, +.c13[type='button']::-moz-focus-inner, +.c13[type='reset']::-moz-focus-inner, +.c13[type='submit']::-moz-focus-inner { border-style: none; padding: 0; } -.c12:-moz-focusring, -.c12[type='button']:-moz-focusring, -.c12[type='reset']:-moz-focusring, -.c12[type='submit']:-moz-focusring { +.c13:-moz-focusring, +.c13[type='button']:-moz-focusring, +.c13[type='reset']:-moz-focusring, +.c13[type='submit']:-moz-focusring { outline: 0.0625rem dotted ButtonText; } -.c12 + button { +.c13 + button { margin-left: 0.375rem; } -.c23 { +.c24 { font-family: sans-serif; font-size: 100%; line-height: 1.15; @@ -2119,97 +2123,97 @@ exports[`renders without throwing 1`] = ` display: none; } -.c23[type='checkbox'], -.c23[type='radio'] { +.c24[type='checkbox'], +.c24[type='radio'] { box-sizing: border-box; padding: 0; } -.c23[type='number']::-webkit-inner-spin-button, -.c23[type='number']::-webkit-outer-spin-button { +.c24[type='number']::-webkit-inner-spin-button, +.c24[type='number']::-webkit-outer-spin-button { height: auto; } -.c23[type='search'] { +.c24[type='search'] { -webkit-appearance: textfield; -moz-appearance: textfield; appearance: textfield; outline-offset: -0.125rem; } -.c23[type='search']::-webkit-search-cancel-button, -.c23[type='search']::-webkit-search-decoration { +.c24[type='search']::-webkit-search-cancel-button, +.c24[type='search']::-webkit-search-decoration { -webkit-appearance: none; -moz-appearance: none; appearance: none; } -.c23::-webkit-file-upload-button { +.c24::-webkit-file-upload-button { -webkit-appearance: button; -moz-appearance: button; appearance: button; font: inherit; } -.c23:checked + label::after { +.c24:checked + label::after { opacity: 1; } -.c23:selected + label::after { +.c24:selected + label::after { opacity: 1; } -.c23:checked + label { +.c24:checked + label { border-color: rgb(59,70,204); } -.c23:selected + label { +.c24:selected + label { border-color: rgb(59,70,204); } -.c23:disabled + label { +.c24:disabled + label { background-color: rgb(249,249,249); cursor: not-allowed; } -.c35 { +.c36 { color: rgb(59,70,204); -webkit-text-fill-color: currentcolor; } -.c35:hover { +.c36:hover { text-decoration: none; } -.c17 { +.c18 { padding: 0rem; padding-left: 0.75rem; } -.c19 { +.c20 { padding-top: 0.25rem; } -.c26 { +.c27 { margin-bottom: 0.125rem; margin-left: 0.5625rem; } -.c30 { +.c31 { padding: 0rem; } -.c37 { +.c38 { height: 0.6875rem; width: 0.6875rem; border-radius: 0.6875rem; } -.c11 { +.c12 { display: inline-block; } -.c10 { +.c11 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -2260,37 +2264,37 @@ exports[`renders without throwing 1`] = ` max-width: 100%; } -.c10:focus { +.c11:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c10:hover { +.c11:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c10:active, -.c10:active:hover, -.c10:active:focus { +.c11:active, +.c11:active:hover, +.c11:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c10[disabled] { +.c11[disabled] { cursor: not-allowed; pointer-events: none; } -.c10 svg + span { +.c11 svg + span { margin-left: 0.75rem; } -.c10 svg { +.c11 svg { max-height: 1.125rem; } @@ -2382,14 +2386,14 @@ exports[`renders without throwing 1`] = ` height: 1.875rem; } -.c13 { +.c14 { background-color: rgb(216,216,216); margin: 0; background-color: transparent; height: 1.25rem; } -.c38 { +.c39 { width: 0.375rem; height: 0.375rem; border-radius: 50%; @@ -2397,7 +2401,7 @@ exports[`renders without throwing 1`] = ` display: inline-block; } -.c24 { +.c25 { color: rgb(100,100,100); position: absolute; width: 1.125rem; @@ -2415,7 +2419,7 @@ exports[`renders without throwing 1`] = ` height: 1.125rem; } -.c24::after { +.c25::after { opacity: 0; content: ''; position: absolute; @@ -2432,7 +2436,7 @@ exports[`renders without throwing 1`] = ` transform: rotate(-45deg); } -.c22 { +.c23 { display: inline-block; vertical-align: text-bottom; width: 1.125rem; @@ -2441,7 +2445,7 @@ exports[`renders without throwing 1`] = ` cursor: pointer; } -.c21 { +.c22 { list-style-type: none; display: -webkit-box; display: -webkit-flex; @@ -2453,7 +2457,7 @@ exports[`renders without throwing 1`] = ` align-items: center; } -.c21 label { +.c22 label { font-weight: 400; } @@ -2489,7 +2493,7 @@ exports[`renders without throwing 1`] = ` float: right; } -.c20 { +.c21 { display: inline-block; margin: 0; padding: 0; @@ -2567,7 +2571,7 @@ exports[`renders without throwing 1`] = ` outline: 0; } -.c42 { +.c43 { cursor: pointer; height: 100%; width: 100%; @@ -2585,7 +2589,7 @@ exports[`renders without throwing 1`] = ` align-items: center; } -.c14 { +.c15 { overflow: hidden; border-spacing: 0; border-collapse: separate; @@ -2594,28 +2598,28 @@ exports[`renders without throwing 1`] = ` max-width: 100%; } -.c15 { +.c16 { width: 100%; background: rgb(250,250,250); } -.c15 th:first-child { +.c16 th:first-child { border-top-left-radius: 0.25rem; } -.c15 th:last-child { +.c16 th:last-child { border-top-right-radius: 0.25rem; } -.c32 { +.c33 { width: 100%; } -.c32 tr:first-child td { +.c33 tr:first-child td { border-top: none; } -.c18 { +.c19 { border-width: 0.0625rem; border-style: solid; border-color: rgb(216,216,216); @@ -2633,15 +2637,15 @@ exports[`renders without throwing 1`] = ` font-weight: 500; } -.c18:not(:first-child) { +.c19:not(:first-child) { border-left-width: 0; } -.c18:not(:last-child) { +.c19:not(:last-child) { border-right-width: 0; } -.c25 { +.c26 { border-width: 0.0625rem; border-style: solid; border-color: rgb(216,216,216); @@ -2664,42 +2668,11 @@ exports[`renders without throwing 1`] = ` font-weight: bold; } -.c25:not(:first-child) { +.c26:not(:first-child) { border-left-width: 0; } -.c25:not(:last-child) { - border-right-width: 0; -} - -.c27 { - border-width: 0.0625rem; - border-style: solid; - border-color: rgb(216,216,216); - border-spacing: 0; - white-space: nowrap; - box-sizing: border-box; - padding: 0 1.5rem; - height: 3.75rem; - width: 9.375rem; - display: table-cell; - cursor: pointer; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - vertical-align: middle; - text-align: left; - height: 2.625rem; - color: rgb(189,189,189); - font-weight: 500; -} - -.c27:not(:first-child) { - border-left-width: 0; -} - -.c27:not(:last-child) { +.c26:not(:last-child) { border-right-width: 0; } @@ -2712,8 +2685,8 @@ exports[`renders without throwing 1`] = ` box-sizing: border-box; padding: 0 1.5rem; height: 3.75rem; - width: 0rem; - display: none; + width: 9.375rem; + display: table-cell; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; @@ -2765,7 +2738,38 @@ exports[`renders without throwing 1`] = ` border-right-width: 0; } -.c31 { +.c30 { + border-width: 0.0625rem; + border-style: solid; + border-color: rgb(216,216,216); + border-spacing: 0; + white-space: nowrap; + box-sizing: border-box; + padding: 0 1.5rem; + height: 3.75rem; + width: 0rem; + display: none; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + text-align: left; + height: 2.625rem; + color: rgb(189,189,189); + font-weight: 500; +} + +.c30:not(:first-child) { + border-left-width: 0; +} + +.c30:not(:last-child) { + border-right-width: 0; +} + +.c32 { border-width: 0.0625rem; border-style: solid; border-color: rgb(216,216,216); @@ -2781,15 +2785,15 @@ exports[`renders without throwing 1`] = ` font-weight: 500; } -.c31:not(:first-child) { +.c32:not(:first-child) { border-left-width: 0; } -.c31:not(:last-child) { +.c32:not(:last-child) { border-right-width: 0; } -.c34 { +.c35 { border-width: 0.0625rem; border-style: solid; border-color: rgb(216,216,216); @@ -2803,35 +2807,11 @@ exports[`renders without throwing 1`] = ` border-bottom-width: 0; } -.c34:not(:first-child) { +.c35:not(:first-child) { border-left-width: 0; } -.c34:not(:last-child) { - border-right-width: 0; -} - -.c39 { - border-width: 0.0625rem; - border-style: solid; - border-color: rgb(216,216,216); - border-spacing: 0; - white-space: nowrap; - box-sizing: border-box; - padding: 0 1.5rem; - height: 3.75rem; - width: 0rem; - display: none; - vertical-align: middle; - text-align: left; - border-bottom-width: 0; -} - -.c39:not(:first-child) { - border-left-width: 0; -} - -.c39:not(:last-child) { +.c35:not(:last-child) { border-right-width: 0; } @@ -2868,8 +2848,11 @@ exports[`renders without throwing 1`] = ` box-sizing: border-box; padding: 0 1.5rem; height: 3.75rem; + width: 0rem; + display: none; + vertical-align: middle; + text-align: left; border-bottom-width: 0; - border-left-width: 0.0625rem !important; } .c41:not(:first-child) { @@ -2880,7 +2863,28 @@ exports[`renders without throwing 1`] = ` border-right-width: 0; } -.c16 { +.c42 { + border-width: 0.0625rem; + border-style: solid; + border-color: rgb(216,216,216); + border-spacing: 0; + white-space: nowrap; + box-sizing: border-box; + padding: 0 1.5rem; + height: 3.75rem; + border-bottom-width: 0; + border-left-width: 0.0625rem !important; +} + +.c42:not(:first-child) { + border-left-width: 0; +} + +.c42:not(:last-child) { + border-right-width: 0; +} + +.c17 { display: table-row; color: rgba(73,73,73,1); background-color: rgb(255,255,255); @@ -2892,15 +2896,15 @@ exports[`renders without throwing 1`] = ` box-shadow: none; } -.c16:last-child { +.c17:last-child { box-shadow: none; } -.c16:last-child td { +.c17:last-child td { border-bottom-width: 0.0625rem; } -.c33 { +.c34 { display: table-row; color: rgba(73,73,73,1); background-color: rgb(255,255,255); @@ -2908,14 +2912,18 @@ exports[`renders without throwing 1`] = ` box-sizing: border-box; } -.c33:last-child { +.c34:last-child { box-shadow: none; } -.c33:last-child td { +.c34:last-child td { border-bottom-width: 0.0625rem; } +.c10 { + margin-top: undefined; +} + @media only screen and (min-width:48em) { .c0 { width: 46rem; @@ -2982,28 +2990,28 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:47.9375rem) { - .c28 { + .c29 { width: 10rem; display: table-cell; } } @media only screen and (min-width:47.9375rem) { - .c29 { + .c30 { width: 8.125rem; display: table-cell; } } @media only screen and (min-width:47.9375rem) { - .c39 { + .c40 { width: 10rem; display: table-cell; } } @media only screen and (min-width:47.9375rem) { - .c40 { + .c41 { width: 8.125rem; display: table-cell; } @@ -3054,63 +3062,61 @@ exports[`renders without throwing 1`] = ` role="group" style={undefined} > - - + +
  • without throwing 1`] = ` > without throwing 1`] = ` type="checkbox" />
    @@ -1988,7 +1992,7 @@ exports[`renders without throwing 1`] = `
  • without throwing 1`] = ` Name without throwing 1`] = ` without throwing 1`] = ` without throwing 1`] = ` without throwing 1`] = ` without throwing 1`] = `
  • without throwing 1`] = ` > without throwing 1`] = ` type="checkbox" />
    @@ -3135,7 +3141,7 @@ exports[`renders without throwing 1`] = `
  • without throwing 1`] = ` Name without throwing 1`] = ` without throwing 1`] = ` without throwing 1`] = ` without throwing 1`] = ` without throwing 1`] = `
  • without throwing 1`] = ` >
    @@ -3258,27 +3264,27 @@ exports[`renders without throwing 1`] = `
  • 2252839a without throwing 1`] = ` without throwing 1`] = ` almost NaN years without throwing 1`] = `
    without throwing 1`] = `
  • without throwing 1`] = ` >
    @@ -3386,27 +3392,27 @@ exports[`renders without throwing 1`] = `
  • f1bd1730 without throwing 1`] = ` without throwing 1`] = ` almost NaN years without throwing 1`] = `
    without throwing 1`] = ` `; exports[`renders without throwing 1`] = ` -.c36 { +.c37 { background-color: transparent; text-decoration-skip: objects; font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; } -.c12 { +.c13 { font-family: sans-serif; font-size: 100%; line-height: 1.15; @@ -3494,26 +3500,26 @@ exports[`renders without throwing 1`] = ` min-width: 7.5rem; } -.c12::-moz-focus-inner, -.c12[type='button']::-moz-focus-inner, -.c12[type='reset']::-moz-focus-inner, -.c12[type='submit']::-moz-focus-inner { +.c13::-moz-focus-inner, +.c13[type='button']::-moz-focus-inner, +.c13[type='reset']::-moz-focus-inner, +.c13[type='submit']::-moz-focus-inner { border-style: none; padding: 0; } -.c12:-moz-focusring, -.c12[type='button']:-moz-focusring, -.c12[type='reset']:-moz-focusring, -.c12[type='submit']:-moz-focusring { +.c13:-moz-focusring, +.c13[type='button']:-moz-focusring, +.c13[type='reset']:-moz-focusring, +.c13[type='submit']:-moz-focusring { outline: 0.0625rem dotted ButtonText; } -.c12 + button { +.c13 + button { margin-left: 0.375rem; } -.c23 { +.c24 { font-family: sans-serif; font-size: 100%; line-height: 1.15; @@ -3523,97 +3529,97 @@ exports[`renders without throwing 1`] = ` display: none; } -.c23[type='checkbox'], -.c23[type='radio'] { +.c24[type='checkbox'], +.c24[type='radio'] { box-sizing: border-box; padding: 0; } -.c23[type='number']::-webkit-inner-spin-button, -.c23[type='number']::-webkit-outer-spin-button { +.c24[type='number']::-webkit-inner-spin-button, +.c24[type='number']::-webkit-outer-spin-button { height: auto; } -.c23[type='search'] { +.c24[type='search'] { -webkit-appearance: textfield; -moz-appearance: textfield; appearance: textfield; outline-offset: -0.125rem; } -.c23[type='search']::-webkit-search-cancel-button, -.c23[type='search']::-webkit-search-decoration { +.c24[type='search']::-webkit-search-cancel-button, +.c24[type='search']::-webkit-search-decoration { -webkit-appearance: none; -moz-appearance: none; appearance: none; } -.c23::-webkit-file-upload-button { +.c24::-webkit-file-upload-button { -webkit-appearance: button; -moz-appearance: button; appearance: button; font: inherit; } -.c23:checked + label::after { +.c24:checked + label::after { opacity: 1; } -.c23:selected + label::after { +.c24:selected + label::after { opacity: 1; } -.c23:checked + label { +.c24:checked + label { border-color: rgb(59,70,204); } -.c23:selected + label { +.c24:selected + label { border-color: rgb(59,70,204); } -.c23:disabled + label { +.c24:disabled + label { background-color: rgb(249,249,249); cursor: not-allowed; } -.c35 { +.c36 { color: rgb(59,70,204); -webkit-text-fill-color: currentcolor; } -.c35:hover { +.c36:hover { text-decoration: none; } -.c17 { +.c18 { padding: 0rem; padding-left: 0.75rem; } -.c19 { +.c20 { padding-top: 0.25rem; } -.c26 { +.c27 { margin-bottom: 0.125rem; margin-left: 0.5625rem; } -.c30 { +.c31 { padding: 0rem; } -.c37 { +.c38 { height: 0.6875rem; width: 0.6875rem; border-radius: 0.6875rem; } -.c11 { +.c12 { display: inline-block; } -.c10 { +.c11 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -3664,166 +3670,37 @@ exports[`renders without throwing 1`] = ` max-width: 100%; } -.c10:focus { +.c11:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c10:hover { +.c11:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c10:active, -.c10:active:hover, -.c10:active:focus { +.c11:active, +.c11:active:hover, +.c11:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c10[disabled] { +.c11[disabled] { cursor: not-allowed; pointer-events: none; } -.c10 svg + span { +.c11 svg + span { margin-left: 0.75rem; } -.c10 svg { - max-height: 1.125rem; -} - -.c47 { - box-sizing: border-box; - display: inline-block; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - min-height: 3rem; - height: 3rem; - min-width: 7.5rem; - margin-bottom: 0.5rem; - margin-top: 0.5rem; - padding: 0.9375rem 1.125rem; - position: relative; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-size: 0.9375rem; - text-align: center; - font-style: normal; - font-stretch: normal; - line-height: normal; - -webkit-letter-spacing: normal; - -moz-letter-spacing: normal; - -ms-letter-spacing: normal; - letter-spacing: normal; - text-decoration: none; - white-space: nowrap; - vertical-align: middle; - touch-action: manipulation; - cursor: pointer; - color: rgb(255,255,255); - -webkit-text-fill-color: currentcolor; - background-image: none; - background-color: rgb(59,70,204); - border-radius: 0.25rem; - border: solid 0.0625rem rgb(45,56,132); - color: rgb(70,70,70); - -webkit-text-fill-color: currentcolor; - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); - cursor: not-allowed; - pointer-events: none; - color: rgb(216,216,216); - background-color: rgb(250,250,250); - border-color: rgb(216,216,216); - padding: 0.5625rem 1.125rem; - font-size: 0.8125rem; - min-width: 0rem; - display: -webkit-inline-box; - display: -webkit-inline-flex; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} - -.c47:focus { - outline: 0; - text-decoration: none; - background-color: rgb(59,70,204); - border-color: rgb(45,56,132); -} - -.c47:hover { - background-color: rgb(72,83,217); - border: solid 0.0625rem rgb(45,56,132); -} - -.c47:active, -.c47:active:hover, -.c47:active:focus { - background-image: none; - outline: 0; - background-color: rgb(45,56,132); - border-color: rgb(45,56,132); -} - -.c47[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c47:focus { - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); -} - -.c47:hover { - background-color: rgb(247,247,247); - border-color: rgb(216,216,216); -} - -.c47:active, -.c47:active:hover, -.c47:active:focus { - background-color: rgb(230,230,230); - border-color: rgb(216,216,216); -} - -.c47:focus { - background-color: rgb(250,250,250); - border-color: rgb(216,216,216); -} - -.c47:hover { - background-color: rgb(250,250,250); - border-color: rgb(250,250,250); -} - -.c47:active, -.c47:active:hover, -.c47:active:focus { - background-color: rgb(250,250,250); - border-color: rgb(250,250,250); -} - -.c47 svg + span { - margin-left: 0.75rem; -} - -.c47 svg { +.c11 svg { max-height: 1.125rem; } @@ -3875,6 +3752,9 @@ exports[`renders without throwing 1`] = ` color: rgb(216,216,216); background-color: rgb(250,250,250); border-color: rgb(216,216,216); + padding: 0.5625rem 1.125rem; + font-size: 0.8125rem; + min-width: 0rem; display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; @@ -3953,4627 +3833,6 @@ exports[`renders without throwing 1`] = ` max-height: 1.125rem; } -.c50 { - box-sizing: border-box; - display: inline-block; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - min-height: 3rem; - height: 3rem; - min-width: 7.5rem; - margin-bottom: 0.5rem; - margin-top: 0.5rem; - padding: 0.9375rem 1.125rem; - position: relative; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-size: 0.9375rem; - text-align: center; - font-style: normal; - font-stretch: normal; - line-height: normal; - -webkit-letter-spacing: normal; - -moz-letter-spacing: normal; - -ms-letter-spacing: normal; - letter-spacing: normal; - text-decoration: none; - white-space: nowrap; - vertical-align: middle; - touch-action: manipulation; - cursor: pointer; - color: rgb(255,255,255); - -webkit-text-fill-color: currentcolor; - background-image: none; - background-color: rgb(59,70,204); - border-radius: 0.25rem; - border: solid 0.0625rem rgb(45,56,132); - color: rgb(70,70,70); - -webkit-text-fill-color: currentcolor; - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); - color: rgb(210,67,58); - -webkit-text-fill-color: currentcolor; - background-color: rgb(255,255,255); - border-color: rgb(210,67,58); - cursor: not-allowed; - pointer-events: none; - color: rgb(216,216,216); - background-color: rgb(250,250,250); - border-color: rgb(216,216,216); - padding: 0.5625rem 1.125rem; - font-size: 0.8125rem; - min-width: 0rem; - display: -webkit-inline-box; - display: -webkit-inline-flex; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - float: right; -} - -.c50:focus { - outline: 0; - text-decoration: none; - background-color: rgb(59,70,204); - border-color: rgb(45,56,132); -} - -.c50:hover { - background-color: rgb(72,83,217); - border: solid 0.0625rem rgb(45,56,132); -} - -.c50:active, -.c50:active:hover, -.c50:active:focus { - background-image: none; - outline: 0; - background-color: rgb(45,56,132); - border-color: rgb(45,56,132); -} - -.c50[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c50:focus { - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); -} - -.c50:hover { - background-color: rgb(247,247,247); - border-color: rgb(216,216,216); -} - -.c50:active, -.c50:active:hover, -.c50:active:focus { - background-color: rgb(230,230,230); - border-color: rgb(216,216,216); -} - -.c50:focus { - color: rgb(205,37,27); - background-color: rgb(255,255,255); - border-color: rgb(205,37,27); -} - -.c50:hover { - color: rgb(205,37,27); - background-color: rgb(255,255,255); - border-color: rgb(205,37,27); -} - -.c50:active, -.c50:active:hover, -.c50:active:focus { - background-color: rgba(210,67,58,0.1); - border-color: rgb(205,37,27); -} - -.c50:focus { - background-color: rgb(250,250,250); - border-color: rgb(216,216,216); -} - -.c50:hover { - background-color: rgb(250,250,250); - border-color: rgb(250,250,250); -} - -.c50:active, -.c50:active:hover, -.c50:active:focus { - background-color: rgb(250,250,250); - border-color: rgb(250,250,250); -} - -.c50 svg + span { - margin-left: 0.75rem; -} - -.c50 svg { - max-height: 1.125rem; -} - -.c51 { - box-sizing: border-box; - display: inline-block; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - min-height: 3rem; - height: 3rem; - min-width: 7.5rem; - margin-bottom: 0.5rem; - margin-top: 0.5rem; - padding: 0.9375rem 1.125rem; - position: relative; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-size: 0.9375rem; - text-align: center; - font-style: normal; - font-stretch: normal; - line-height: normal; - -webkit-letter-spacing: normal; - -moz-letter-spacing: normal; - -ms-letter-spacing: normal; - letter-spacing: normal; - text-decoration: none; - white-space: nowrap; - vertical-align: middle; - touch-action: manipulation; - cursor: pointer; - color: rgb(255,255,255); - -webkit-text-fill-color: currentcolor; - background-image: none; - background-color: rgb(59,70,204); - border-radius: 0.25rem; - border: solid 0.0625rem rgb(45,56,132); - color: rgb(70,70,70); - -webkit-text-fill-color: currentcolor; - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); - color: rgb(210,67,58); - -webkit-text-fill-color: currentcolor; - background-color: rgb(255,255,255); - border-color: rgb(210,67,58); - cursor: not-allowed; - pointer-events: none; - color: rgb(216,216,216); - background-color: rgb(250,250,250); - border-color: rgb(216,216,216); - display: -webkit-inline-box; - display: -webkit-inline-flex; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - float: right; -} - -.c51:focus { - outline: 0; - text-decoration: none; - background-color: rgb(59,70,204); - border-color: rgb(45,56,132); -} - -.c51:hover { - background-color: rgb(72,83,217); - border: solid 0.0625rem rgb(45,56,132); -} - -.c51:active, -.c51:active:hover, -.c51:active:focus { - background-image: none; - outline: 0; - background-color: rgb(45,56,132); - border-color: rgb(45,56,132); -} - -.c51[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c51:focus { - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); -} - -.c51:hover { - background-color: rgb(247,247,247); - border-color: rgb(216,216,216); -} - -.c51:active, -.c51:active:hover, -.c51:active:focus { - background-color: rgb(230,230,230); - border-color: rgb(216,216,216); -} - -.c51:focus { - color: rgb(205,37,27); - background-color: rgb(255,255,255); - border-color: rgb(205,37,27); -} - -.c51:hover { - color: rgb(205,37,27); - background-color: rgb(255,255,255); - border-color: rgb(205,37,27); -} - -.c51:active, -.c51:active:hover, -.c51:active:focus { - background-color: rgba(210,67,58,0.1); - border-color: rgb(205,37,27); -} - -.c51:focus { - background-color: rgb(250,250,250); - border-color: rgb(216,216,216); -} - -.c51:hover { - background-color: rgb(250,250,250); - border-color: rgb(250,250,250); -} - -.c51:active, -.c51:active:hover, -.c51:active:focus { - background-color: rgb(250,250,250); - border-color: rgb(250,250,250); -} - -.c51 svg + span { - margin-left: 0.75rem; -} - -.c51 svg { - max-height: 1.125rem; -} - -.c6 { - font-size: 0.9375rem; - font-style: normal; - font-stretch: normal; - display: block; - color: rgb(70,70,70); - text-align: left; - margin-right: 0.75rem; - font-weight: bold; - white-space: pre; - font-size: 0.8125rem; -} - -.c0 { - margin-right: auto; - margin-left: auto; - box-sizing: border-box; - width: 100%; - max-width: 62.5rem; - padding-bottom: 1.125rem; -} - -.c44 { - margin-right: auto; - margin-left: auto; - box-sizing: border-box; - width: 100%; - max-width: 62.5rem; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-align-content: stretch; - -ms-flex-line-pack: stretch; - align-content: stretch; - -webkit-align-items: stretch; - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; -} - -.c2 { - box-sizing: border-box; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex: 0 1 auto; - -ms-flex: 0 1 auto; - flex: 0 1 auto; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-flex-wrap: wrap; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - margin-right: -0.5rem; - margin-left: -0.5rem; -} - -.c3 { - box-sizing: border-box; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex: 0 1 auto; - -ms-flex: 0 1 auto; - flex: 0 1 auto; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-flex-wrap: wrap; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - margin-right: -0.5rem; - margin-left: -0.5rem; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; -} - -.c45 { - box-sizing: border-box; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex: 0 1 auto; - -ms-flex: 0 1 auto; - flex: 0 1 auto; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-flex-wrap: wrap; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - margin-right: -0.5rem; - margin-left: -0.5rem; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; -} - -.c4 { - box-sizing: border-box; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - padding-right: 0.5rem; - padding-left: 0.5rem; -} - -.c8 { - box-sizing: border-box; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - padding-right: 0.5rem; - padding-left: 0.5rem; -} - -.c46 { - box-sizing: border-box; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - padding-right: 0.5rem; - padding-left: 0.5rem; -} - -.c49 { - box-sizing: border-box; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - padding-right: 0.5rem; - padding-left: 0.5rem; -} - -.c1 { - background-color: rgb(216,216,216); - margin: 0; - background-color: transparent; - height: 1.875rem; -} - -.c13 { - background-color: rgb(216,216,216); - margin: 0; - background-color: transparent; - height: 1.25rem; -} - -.c43 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-align-content: stretch; - -ms-flex-line-pack: stretch; - align-content: stretch; - -webkit-align-items: stretch; - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - background-color: rgba(241,241,241,1); - border-top: 0.0625rem solid rgb(216,216,216); - max-height: 3.3125rem; - min-height: 3.3125rem; - line-height: 1.5625rem; - height: 4.375rem; - max-height: 4.375rem; - position: fixed; - left: 0; - right: 0; - bottom: 0; -} - -.c38 { - width: 0.375rem; - height: 0.375rem; - border-radius: 50%; - background-color: rgb(0,152,88); - display: inline-block; -} - -.c24 { - color: rgb(100,100,100); - position: absolute; - width: 1.125rem; - height: 1.125rem; - box-sizing: border-box; - top: 0; - right: 0; - cursor: pointer; - background-color: rgb(255,255,255); - box-shadow: none; - border: 0.0625rem solid rgb(216,216,216); - cursor: pointer; - border-radius: 0.25rem; - width: 1.125rem; - height: 1.125rem; -} - -.c24::after { - opacity: 0; - content: ''; - position: absolute; - width: 0.375rem; - height: 0.125rem; - background: transparent; - top: 0.3125rem; - left: 0.25rem; - border: 0.125rem solid rgb(45,45,45); - border-top: none; - border-right: none; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); -} - -.c22 { - display: inline-block; - vertical-align: text-bottom; - width: 1.125rem; - height: 1.125rem; - position: relative; - cursor: pointer; -} - -.c21 { - list-style-type: none; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} - -.c21 label { - font-weight: 400; -} - -.c5 { - display: inline-block; - margin: 0; - padding: 0; - border: none; - overflow: hidden; - height: auto; - -webkit-margin-start: 0; - -webkit-margin-end: 0; - -webkit-padding-before: 0; - -webkit-padding-start: 0; - -webkit-padding-end: 0; - -webkit-padding-after: 0; - width: 100%; -} - -.c9 { - display: inline-block; - margin: 0; - padding: 0; - border: none; - overflow: hidden; - height: auto; - -webkit-margin-start: 0; - -webkit-margin-end: 0; - -webkit-padding-before: 0; - -webkit-padding-start: 0; - -webkit-padding-end: 0; - -webkit-padding-after: 0; - float: right; -} - -.c20 { - display: inline-block; - margin: 0; - padding: 0; - border: none; - overflow: hidden; - height: auto; - -webkit-margin-start: 0; - -webkit-margin-end: 0; - -webkit-padding-before: 0; - -webkit-padding-start: 0; - -webkit-padding-end: 0; - -webkit-padding-after: 0; -} - -.c7 { - box-sizing: border-box; - width: 18.75rem; - height: 3rem; - min-height: 3rem; - margin-bottom: 0.5rem; - margin-top: 0.5rem; - padding: 0.8125rem 1.125rem; - border-radius: 0.25rem; - background-color: rgb(255,255,255); - border: 0.0625rem solid rgb(216,216,216); - color: rgba(73,73,73,1); - width: 100%; - text-overflow: ellipsis; - font-size: 0.9375rem; - line-height: normal !important; - font-style: normal; - font-stretch: normal; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - outline: 0; -} - -.c7::-webkit-input-placeholder { - color: rgba(73,73,73,0.5); -} - -.c7::-moz-placeholder { - color: rgba(73,73,73,0.5); -} - -.c7:-ms-input-placeholder { - color: rgba(73,73,73,0.5); -} - -.c7:invalid { - box-shadow: none; -} - -.c7:disabled { - background-color: rgb(250,250,250); - color: rgb(216,216,216); - cursor: not-allowed; -} - -.c7:disabled::-webkit-input-placeholder { - color: rgba(73,73,73,0.5); -} - -.c7:disabled::-moz-placeholder { - color: rgba(73,73,73,0.5); -} - -.c7:disabled:-ms-input-placeholder { - color: rgba(73,73,73,0.5); -} - -.c7:focus { - border-color: rgb(59,70,204); - outline: 0; -} - -.c42 { - cursor: pointer; - height: 100%; - width: 100%; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} - -.c14 { - overflow: hidden; - border-spacing: 0; - border-collapse: separate; - table-layout: fixed; - width: 100%; - max-width: 100%; -} - -.c15 { - width: 100%; - background: rgb(250,250,250); -} - -.c15 th:first-child { - border-top-left-radius: 0.25rem; -} - -.c15 th:last-child { - border-top-right-radius: 0.25rem; -} - -.c32 { - width: 100%; -} - -.c32 tr:first-child td { - border-top: none; -} - -.c18 { - border-width: 0.0625rem; - border-style: solid; - border-color: rgb(216,216,216); - border-spacing: 0; - white-space: nowrap; - box-sizing: border-box; - padding: 0 1.5rem; - height: 3.75rem; - width: 2rem; - display: table-cell; - vertical-align: middle; - text-align: left; - height: 2.625rem; - color: rgb(189,189,189); - font-weight: 500; -} - -.c18:not(:first-child) { - border-left-width: 0; -} - -.c18:not(:last-child) { - border-right-width: 0; -} - -.c25 { - border-width: 0.0625rem; - border-style: solid; - border-color: rgb(216,216,216); - border-spacing: 0; - white-space: nowrap; - box-sizing: border-box; - padding: 0 1.5rem; - height: 3.75rem; - cursor: pointer; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - vertical-align: middle; - text-align: left; - height: 2.625rem; - color: rgb(189,189,189); - font-weight: 500; - color: rgba(73,73,73,1); - font-weight: bold; -} - -.c25:not(:first-child) { - border-left-width: 0; -} - -.c25:not(:last-child) { - border-right-width: 0; -} - -.c27 { - border-width: 0.0625rem; - border-style: solid; - border-color: rgb(216,216,216); - border-spacing: 0; - white-space: nowrap; - box-sizing: border-box; - padding: 0 1.5rem; - height: 3.75rem; - width: 9.375rem; - display: table-cell; - cursor: pointer; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - vertical-align: middle; - text-align: left; - height: 2.625rem; - color: rgb(189,189,189); - font-weight: 500; -} - -.c27:not(:first-child) { - border-left-width: 0; -} - -.c27:not(:last-child) { - border-right-width: 0; -} - -.c28 { - border-width: 0.0625rem; - border-style: solid; - border-color: rgb(216,216,216); - border-spacing: 0; - white-space: nowrap; - box-sizing: border-box; - padding: 0 1.5rem; - height: 3.75rem; - width: 0rem; - display: none; - cursor: pointer; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - vertical-align: middle; - text-align: left; - height: 2.625rem; - color: rgb(189,189,189); - font-weight: 500; -} - -.c28:not(:first-child) { - border-left-width: 0; -} - -.c28:not(:last-child) { - border-right-width: 0; -} - -.c29 { - border-width: 0.0625rem; - border-style: solid; - border-color: rgb(216,216,216); - border-spacing: 0; - white-space: nowrap; - box-sizing: border-box; - padding: 0 1.5rem; - height: 3.75rem; - width: 0rem; - display: none; - cursor: pointer; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - vertical-align: middle; - text-align: left; - height: 2.625rem; - color: rgb(189,189,189); - font-weight: 500; -} - -.c29:not(:first-child) { - border-left-width: 0; -} - -.c29:not(:last-child) { - border-right-width: 0; -} - -.c31 { - border-width: 0.0625rem; - border-style: solid; - border-color: rgb(216,216,216); - border-spacing: 0; - white-space: nowrap; - box-sizing: border-box; - padding: 0 1.5rem; - height: 3.75rem; - width: 3.75rem; - display: table-cell; - height: 2.625rem; - color: rgb(189,189,189); - font-weight: 500; -} - -.c31:not(:first-child) { - border-left-width: 0; -} - -.c31:not(:last-child) { - border-right-width: 0; -} - -.c34 { - border-width: 0.0625rem; - border-style: solid; - border-color: rgb(216,216,216); - border-spacing: 0; - white-space: nowrap; - box-sizing: border-box; - padding: 0 1.5rem; - height: 3.75rem; - vertical-align: middle; - text-align: left; - border-bottom-width: 0; -} - -.c34:not(:first-child) { - border-left-width: 0; -} - -.c34:not(:last-child) { - border-right-width: 0; -} - -.c39 { - border-width: 0.0625rem; - border-style: solid; - border-color: rgb(216,216,216); - border-spacing: 0; - white-space: nowrap; - box-sizing: border-box; - padding: 0 1.5rem; - height: 3.75rem; - width: 0rem; - display: none; - vertical-align: middle; - text-align: left; - border-bottom-width: 0; -} - -.c39:not(:first-child) { - border-left-width: 0; -} - -.c39:not(:last-child) { - border-right-width: 0; -} - -.c40 { - border-width: 0.0625rem; - border-style: solid; - border-color: rgb(216,216,216); - border-spacing: 0; - white-space: nowrap; - box-sizing: border-box; - padding: 0 1.5rem; - height: 3.75rem; - width: 0rem; - display: none; - vertical-align: middle; - text-align: left; - border-bottom-width: 0; -} - -.c40:not(:first-child) { - border-left-width: 0; -} - -.c40:not(:last-child) { - border-right-width: 0; -} - -.c41 { - border-width: 0.0625rem; - border-style: solid; - border-color: rgb(216,216,216); - border-spacing: 0; - white-space: nowrap; - box-sizing: border-box; - padding: 0 1.5rem; - height: 3.75rem; - border-bottom-width: 0; - border-left-width: 0.0625rem !important; -} - -.c41:not(:first-child) { - border-left-width: 0; -} - -.c41:not(:last-child) { - border-right-width: 0; -} - -.c16 { - display: table-row; - color: rgba(73,73,73,1); - background-color: rgb(255,255,255); - box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05); - box-sizing: border-box; - color: rgba(73,73,73,1); - background-color: transparent; - border: none; - box-shadow: none; -} - -.c16:last-child { - box-shadow: none; -} - -.c16:last-child td { - border-bottom-width: 0.0625rem; -} - -.c33 { - display: table-row; - color: rgba(73,73,73,1); - background-color: rgb(255,255,255); - box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05); - box-sizing: border-box; -} - -.c33:last-child { - box-shadow: none; -} - -.c33:last-child td { - border-bottom-width: 0.0625rem; -} - -@media only screen and (min-width:48em) { - .c0 { - width: 46rem; - } -} - -@media only screen and (min-width:64em) { - .c0 { - width: 61rem; - } -} - -@media only screen and (min-width:75em) { - .c0 { - width: 76rem; - } -} - -@media only screen and (max-width:47.9375rem) { - .c0 { - padding-left: 0.375rem; - padding-right: 0.375rem; - } -} - -@media only screen and (min-width:48em) { - .c44 { - width: 46rem; - } -} - -@media only screen and (min-width:64em) { - .c44 { - width: 61rem; - } -} - -@media only screen and (min-width:75em) { - .c44 { - width: 76rem; - } -} - -@media only screen and (max-width:47.9375rem) { - .c44 { - padding-left: 0.375rem; - padding-right: 0.375rem; - } -} - -@media only screen and (min-width:0em) { - .c45 { - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - } -} - -@media only screen and (min-width:0em) { - .c45 { - -webkit-box-pack: justify; - -webkit-justify-content: space-between; - -ms-flex-pack: justify; - justify-content: space-between; - } -} - -@media only screen and (min-width:0em) { - .c4 { - -webkit-flex-basis: 58.333333333333336%; - -ms-flex-preferred-size: 58.333333333333336%; - flex-basis: 58.333333333333336%; - max-width: 58.333333333333336%; - display: block; - } -} - -@media only screen and (min-width:48em) { - .c4 { - -webkit-flex-basis: 41.66666666666667%; - -ms-flex-preferred-size: 41.66666666666667%; - flex-basis: 41.66666666666667%; - max-width: 41.66666666666667%; - display: block; - } -} - -@media only screen and (min-width:0em) { - .c8 { - -webkit-flex-basis: 41.66666666666667%; - -ms-flex-preferred-size: 41.66666666666667%; - flex-basis: 41.66666666666667%; - max-width: 41.66666666666667%; - display: block; - } -} - -@media only screen and (min-width:48em) { - .c8 { - -webkit-flex-basis: 58.333333333333336%; - -ms-flex-preferred-size: 58.333333333333336%; - flex-basis: 58.333333333333336%; - max-width: 58.333333333333336%; - display: block; - } -} - -@media only screen and (min-width:0em) { - .c46 { - -webkit-flex-basis: 58.333333333333336%; - -ms-flex-preferred-size: 58.333333333333336%; - flex-basis: 58.333333333333336%; - max-width: 58.333333333333336%; - display: block; - } -} - -@media only screen and (min-width:0em) { - .c49 { - -webkit-flex-basis: 41.66666666666667%; - -ms-flex-preferred-size: 41.66666666666667%; - flex-basis: 41.66666666666667%; - max-width: 41.66666666666667%; - display: block; - } -} - -@media only screen and (min-width:47.9375rem) { - .c28 { - width: 10rem; - display: table-cell; - } -} - -@media only screen and (min-width:47.9375rem) { - .c29 { - width: 8.125rem; - display: table-cell; - } -} - -@media only screen and (min-width:47.9375rem) { - .c39 { - width: 10rem; - display: table-cell; - } -} - -@media only screen and (min-width:47.9375rem) { - .c40 { - width: 8.125rem; - display: table-cell; - } -} - -
    -
    - -
    -
    -
    - - -
    -
    -
    -
    - - -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    -
  • -
    - -
    -
  • -
    -
    - - Name - - - - - - - Status - - - - Created - - - - Short ID - - -
    -
    -
  • -
    - -
    -
  • -
    -
    - - 2252839a - - - - - - Running - - - almost NaN years - - - 2252839 - - -
    - - - -
    -
    -
    -
  • -
    - -
    -
  • -
    -
    - - f1bd1730 - - - - - - Running - - - almost NaN years - - - f1bd173 - - -
    - - - -
    -
    -
    -
    -
    -
    -
    - - - - - - - - - - - - - - - - - - -
    -
    - - - - - - -
    -
    -
    -
    -
    -`; - -exports[`renders without throwing 1`] = ` -.c36 { - background-color: transparent; - text-decoration-skip: objects; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; -} - -.c12 { - font-family: sans-serif; - font-size: 100%; - line-height: 1.15; - margin: 0; - overflow: visible; - text-transform: none; - -webkit-appearance: button; - -moz-appearance: button; - appearance: button; - min-width: 7.5rem; -} - -.c12::-moz-focus-inner, -.c12[type='button']::-moz-focus-inner, -.c12[type='reset']::-moz-focus-inner, -.c12[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c12:-moz-focusring, -.c12[type='button']:-moz-focusring, -.c12[type='reset']:-moz-focusring, -.c12[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c12 + button { - margin-left: 0.375rem; -} - -.c23 { - font-family: sans-serif; - font-size: 100%; - line-height: 1.15; - margin: 0; - overflow: visible; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - display: none; -} - -.c23[type='checkbox'], -.c23[type='radio'] { - box-sizing: border-box; - padding: 0; -} - -.c23[type='number']::-webkit-inner-spin-button, -.c23[type='number']::-webkit-outer-spin-button { - height: auto; -} - -.c23[type='search'] { - -webkit-appearance: textfield; - -moz-appearance: textfield; - appearance: textfield; - outline-offset: -0.125rem; -} - -.c23[type='search']::-webkit-search-cancel-button, -.c23[type='search']::-webkit-search-decoration { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; -} - -.c23::-webkit-file-upload-button { - -webkit-appearance: button; - -moz-appearance: button; - appearance: button; - font: inherit; -} - -.c23:checked + label::after { - opacity: 1; -} - -.c23:selected + label::after { - opacity: 1; -} - -.c23:checked + label { - border-color: rgb(59,70,204); -} - -.c23:selected + label { - border-color: rgb(59,70,204); -} - -.c23:disabled + label { - background-color: rgb(249,249,249); - cursor: not-allowed; -} - -.c35 { - color: rgb(59,70,204); - -webkit-text-fill-color: currentcolor; -} - -.c35:hover { - text-decoration: none; -} - -.c17 { - padding: 0rem; - padding-left: 0.75rem; -} - -.c19 { - padding-top: 0.25rem; -} - -.c26 { - margin-bottom: 0.125rem; - margin-left: 0.5625rem; -} - -.c30 { - padding: 0rem; -} - -.c37 { - height: 0.6875rem; - width: 0.6875rem; - border-radius: 0.6875rem; -} - -.c11 { - display: inline-block; -} - -.c10 { - box-sizing: border-box; - display: inline-block; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - min-height: 3rem; - height: 3rem; - min-width: 7.5rem; - margin-bottom: 0.5rem; - margin-top: 0.5rem; - padding: 0.9375rem 1.125rem; - position: relative; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-size: 0.9375rem; - text-align: center; - font-style: normal; - font-stretch: normal; - line-height: normal; - -webkit-letter-spacing: normal; - -moz-letter-spacing: normal; - -ms-letter-spacing: normal; - letter-spacing: normal; - text-decoration: none; - white-space: nowrap; - vertical-align: middle; - touch-action: manipulation; - cursor: pointer; - color: rgb(255,255,255); - -webkit-text-fill-color: currentcolor; - background-image: none; - background-color: rgb(59,70,204); - border-radius: 0.25rem; - border: solid 0.0625rem rgb(45,56,132); - display: -webkit-inline-box; - display: -webkit-inline-flex; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - width: 100%; - max-width: 100%; -} - -.c10:focus { - outline: 0; - text-decoration: none; - background-color: rgb(59,70,204); - border-color: rgb(45,56,132); -} - -.c10:hover { - background-color: rgb(72,83,217); - border: solid 0.0625rem rgb(45,56,132); -} - -.c10:active, -.c10:active:hover, -.c10:active:focus { - background-image: none; - outline: 0; - background-color: rgb(45,56,132); - border-color: rgb(45,56,132); -} - -.c10[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c10 svg + span { - margin-left: 0.75rem; -} - -.c10 svg { - max-height: 1.125rem; -} - -.c47 { - box-sizing: border-box; - display: inline-block; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - min-height: 3rem; - height: 3rem; - min-width: 7.5rem; - margin-bottom: 0.5rem; - margin-top: 0.5rem; - padding: 0.9375rem 1.125rem; - position: relative; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-size: 0.9375rem; - text-align: center; - font-style: normal; - font-stretch: normal; - line-height: normal; - -webkit-letter-spacing: normal; - -moz-letter-spacing: normal; - -ms-letter-spacing: normal; - letter-spacing: normal; - text-decoration: none; - white-space: nowrap; - vertical-align: middle; - touch-action: manipulation; - cursor: pointer; - color: rgb(255,255,255); - -webkit-text-fill-color: currentcolor; - background-image: none; - background-color: rgb(59,70,204); - border-radius: 0.25rem; - border: solid 0.0625rem rgb(45,56,132); - color: rgb(70,70,70); - -webkit-text-fill-color: currentcolor; - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); - cursor: not-allowed; - pointer-events: none; - color: rgb(216,216,216); - background-color: rgb(250,250,250); - border-color: rgb(216,216,216); - padding: 0.5625rem 1.125rem; - font-size: 0.8125rem; - min-width: 0rem; - display: -webkit-inline-box; - display: -webkit-inline-flex; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} - -.c47:focus { - outline: 0; - text-decoration: none; - background-color: rgb(59,70,204); - border-color: rgb(45,56,132); -} - -.c47:hover { - background-color: rgb(72,83,217); - border: solid 0.0625rem rgb(45,56,132); -} - -.c47:active, -.c47:active:hover, -.c47:active:focus { - background-image: none; - outline: 0; - background-color: rgb(45,56,132); - border-color: rgb(45,56,132); -} - -.c47[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c47:focus { - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); -} - -.c47:hover { - background-color: rgb(247,247,247); - border-color: rgb(216,216,216); -} - -.c47:active, -.c47:active:hover, -.c47:active:focus { - background-color: rgb(230,230,230); - border-color: rgb(216,216,216); -} - -.c47:focus { - background-color: rgb(250,250,250); - border-color: rgb(216,216,216); -} - -.c47:hover { - background-color: rgb(250,250,250); - border-color: rgb(250,250,250); -} - -.c47:active, -.c47:active:hover, -.c47:active:focus { - background-color: rgb(250,250,250); - border-color: rgb(250,250,250); -} - -.c47 svg + span { - margin-left: 0.75rem; -} - -.c47 svg { - max-height: 1.125rem; -} - -.c48 { - box-sizing: border-box; - display: inline-block; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - min-height: 3rem; - height: 3rem; - min-width: 7.5rem; - margin-bottom: 0.5rem; - margin-top: 0.5rem; - padding: 0.9375rem 1.125rem; - position: relative; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-size: 0.9375rem; - text-align: center; - font-style: normal; - font-stretch: normal; - line-height: normal; - -webkit-letter-spacing: normal; - -moz-letter-spacing: normal; - -ms-letter-spacing: normal; - letter-spacing: normal; - text-decoration: none; - white-space: nowrap; - vertical-align: middle; - touch-action: manipulation; - cursor: pointer; - color: rgb(255,255,255); - -webkit-text-fill-color: currentcolor; - background-image: none; - background-color: rgb(59,70,204); - border-radius: 0.25rem; - border: solid 0.0625rem rgb(45,56,132); - color: rgb(70,70,70); - -webkit-text-fill-color: currentcolor; - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); - cursor: not-allowed; - pointer-events: none; - color: rgb(216,216,216); - background-color: rgb(250,250,250); - border-color: rgb(216,216,216); - display: -webkit-inline-box; - display: -webkit-inline-flex; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} - -.c48:focus { - outline: 0; - text-decoration: none; - background-color: rgb(59,70,204); - border-color: rgb(45,56,132); -} - -.c48:hover { - background-color: rgb(72,83,217); - border: solid 0.0625rem rgb(45,56,132); -} - -.c48:active, -.c48:active:hover, -.c48:active:focus { - background-image: none; - outline: 0; - background-color: rgb(45,56,132); - border-color: rgb(45,56,132); -} - -.c48[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c48:focus { - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); -} - -.c48:hover { - background-color: rgb(247,247,247); - border-color: rgb(216,216,216); -} - -.c48:active, -.c48:active:hover, -.c48:active:focus { - background-color: rgb(230,230,230); - border-color: rgb(216,216,216); -} - -.c48:focus { - background-color: rgb(250,250,250); - border-color: rgb(216,216,216); -} - -.c48:hover { - background-color: rgb(250,250,250); - border-color: rgb(250,250,250); -} - -.c48:active, -.c48:active:hover, -.c48:active:focus { - background-color: rgb(250,250,250); - border-color: rgb(250,250,250); -} - -.c48 svg + span { - margin-left: 0.75rem; -} - -.c48 svg { - max-height: 1.125rem; -} - -.c50 { - box-sizing: border-box; - display: inline-block; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - min-height: 3rem; - height: 3rem; - min-width: 7.5rem; - margin-bottom: 0.5rem; - margin-top: 0.5rem; - padding: 0.9375rem 1.125rem; - position: relative; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-size: 0.9375rem; - text-align: center; - font-style: normal; - font-stretch: normal; - line-height: normal; - -webkit-letter-spacing: normal; - -moz-letter-spacing: normal; - -ms-letter-spacing: normal; - letter-spacing: normal; - text-decoration: none; - white-space: nowrap; - vertical-align: middle; - touch-action: manipulation; - cursor: pointer; - color: rgb(255,255,255); - -webkit-text-fill-color: currentcolor; - background-image: none; - background-color: rgb(59,70,204); - border-radius: 0.25rem; - border: solid 0.0625rem rgb(45,56,132); - color: rgb(70,70,70); - -webkit-text-fill-color: currentcolor; - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); - color: rgb(210,67,58); - -webkit-text-fill-color: currentcolor; - background-color: rgb(255,255,255); - border-color: rgb(210,67,58); - cursor: not-allowed; - pointer-events: none; - color: rgb(216,216,216); - background-color: rgb(250,250,250); - border-color: rgb(216,216,216); - padding: 0.5625rem 1.125rem; - font-size: 0.8125rem; - min-width: 0rem; - display: -webkit-inline-box; - display: -webkit-inline-flex; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - float: right; -} - -.c50:focus { - outline: 0; - text-decoration: none; - background-color: rgb(59,70,204); - border-color: rgb(45,56,132); -} - -.c50:hover { - background-color: rgb(72,83,217); - border: solid 0.0625rem rgb(45,56,132); -} - -.c50:active, -.c50:active:hover, -.c50:active:focus { - background-image: none; - outline: 0; - background-color: rgb(45,56,132); - border-color: rgb(45,56,132); -} - -.c50[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c50:focus { - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); -} - -.c50:hover { - background-color: rgb(247,247,247); - border-color: rgb(216,216,216); -} - -.c50:active, -.c50:active:hover, -.c50:active:focus { - background-color: rgb(230,230,230); - border-color: rgb(216,216,216); -} - -.c50:focus { - color: rgb(205,37,27); - background-color: rgb(255,255,255); - border-color: rgb(205,37,27); -} - -.c50:hover { - color: rgb(205,37,27); - background-color: rgb(255,255,255); - border-color: rgb(205,37,27); -} - -.c50:active, -.c50:active:hover, -.c50:active:focus { - background-color: rgba(210,67,58,0.1); - border-color: rgb(205,37,27); -} - -.c50:focus { - background-color: rgb(250,250,250); - border-color: rgb(216,216,216); -} - -.c50:hover { - background-color: rgb(250,250,250); - border-color: rgb(250,250,250); -} - -.c50:active, -.c50:active:hover, -.c50:active:focus { - background-color: rgb(250,250,250); - border-color: rgb(250,250,250); -} - -.c50 svg + span { - margin-left: 0.75rem; -} - -.c50 svg { - max-height: 1.125rem; -} - -.c51 { - box-sizing: border-box; - display: inline-block; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - min-height: 3rem; - height: 3rem; - min-width: 7.5rem; - margin-bottom: 0.5rem; - margin-top: 0.5rem; - padding: 0.9375rem 1.125rem; - position: relative; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-size: 0.9375rem; - text-align: center; - font-style: normal; - font-stretch: normal; - line-height: normal; - -webkit-letter-spacing: normal; - -moz-letter-spacing: normal; - -ms-letter-spacing: normal; - letter-spacing: normal; - text-decoration: none; - white-space: nowrap; - vertical-align: middle; - touch-action: manipulation; - cursor: pointer; - color: rgb(255,255,255); - -webkit-text-fill-color: currentcolor; - background-image: none; - background-color: rgb(59,70,204); - border-radius: 0.25rem; - border: solid 0.0625rem rgb(45,56,132); - color: rgb(70,70,70); - -webkit-text-fill-color: currentcolor; - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); - color: rgb(210,67,58); - -webkit-text-fill-color: currentcolor; - background-color: rgb(255,255,255); - border-color: rgb(210,67,58); - cursor: not-allowed; - pointer-events: none; - color: rgb(216,216,216); - background-color: rgb(250,250,250); - border-color: rgb(216,216,216); - display: -webkit-inline-box; - display: -webkit-inline-flex; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - float: right; -} - -.c51:focus { - outline: 0; - text-decoration: none; - background-color: rgb(59,70,204); - border-color: rgb(45,56,132); -} - -.c51:hover { - background-color: rgb(72,83,217); - border: solid 0.0625rem rgb(45,56,132); -} - -.c51:active, -.c51:active:hover, -.c51:active:focus { - background-image: none; - outline: 0; - background-color: rgb(45,56,132); - border-color: rgb(45,56,132); -} - -.c51[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c51:focus { - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); -} - -.c51:hover { - background-color: rgb(247,247,247); - border-color: rgb(216,216,216); -} - -.c51:active, -.c51:active:hover, -.c51:active:focus { - background-color: rgb(230,230,230); - border-color: rgb(216,216,216); -} - -.c51:focus { - color: rgb(205,37,27); - background-color: rgb(255,255,255); - border-color: rgb(205,37,27); -} - -.c51:hover { - color: rgb(205,37,27); - background-color: rgb(255,255,255); - border-color: rgb(205,37,27); -} - -.c51:active, -.c51:active:hover, -.c51:active:focus { - background-color: rgba(210,67,58,0.1); - border-color: rgb(205,37,27); -} - -.c51:focus { - background-color: rgb(250,250,250); - border-color: rgb(216,216,216); -} - -.c51:hover { - background-color: rgb(250,250,250); - border-color: rgb(250,250,250); -} - -.c51:active, -.c51:active:hover, -.c51:active:focus { - background-color: rgb(250,250,250); - border-color: rgb(250,250,250); -} - -.c51 svg + span { - margin-left: 0.75rem; -} - -.c51 svg { - max-height: 1.125rem; -} - -.c6 { - font-size: 0.9375rem; - font-style: normal; - font-stretch: normal; - display: block; - color: rgb(70,70,70); - text-align: left; - margin-right: 0.75rem; - font-weight: bold; - white-space: pre; - font-size: 0.8125rem; -} - -.c0 { - margin-right: auto; - margin-left: auto; - box-sizing: border-box; - width: 100%; - max-width: 62.5rem; - padding-bottom: 1.125rem; -} - -.c44 { - margin-right: auto; - margin-left: auto; - box-sizing: border-box; - width: 100%; - max-width: 62.5rem; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-align-content: stretch; - -ms-flex-line-pack: stretch; - align-content: stretch; - -webkit-align-items: stretch; - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; -} - -.c2 { - box-sizing: border-box; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex: 0 1 auto; - -ms-flex: 0 1 auto; - flex: 0 1 auto; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-flex-wrap: wrap; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - margin-right: -0.5rem; - margin-left: -0.5rem; -} - -.c3 { - box-sizing: border-box; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex: 0 1 auto; - -ms-flex: 0 1 auto; - flex: 0 1 auto; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-flex-wrap: wrap; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - margin-right: -0.5rem; - margin-left: -0.5rem; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; -} - -.c45 { - box-sizing: border-box; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex: 0 1 auto; - -ms-flex: 0 1 auto; - flex: 0 1 auto; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-flex-wrap: wrap; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - margin-right: -0.5rem; - margin-left: -0.5rem; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; -} - -.c4 { - box-sizing: border-box; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - padding-right: 0.5rem; - padding-left: 0.5rem; -} - -.c8 { - box-sizing: border-box; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - padding-right: 0.5rem; - padding-left: 0.5rem; -} - -.c46 { - box-sizing: border-box; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - padding-right: 0.5rem; - padding-left: 0.5rem; -} - -.c49 { - box-sizing: border-box; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - padding-right: 0.5rem; - padding-left: 0.5rem; -} - -.c1 { - background-color: rgb(216,216,216); - margin: 0; - background-color: transparent; - height: 1.875rem; -} - -.c13 { - background-color: rgb(216,216,216); - margin: 0; - background-color: transparent; - height: 1.25rem; -} - -.c43 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-align-content: stretch; - -ms-flex-line-pack: stretch; - align-content: stretch; - -webkit-align-items: stretch; - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - background-color: rgba(241,241,241,1); - border-top: 0.0625rem solid rgb(216,216,216); - max-height: 3.3125rem; - min-height: 3.3125rem; - line-height: 1.5625rem; - height: 4.375rem; - max-height: 4.375rem; - position: fixed; - left: 0; - right: 0; - bottom: 0; -} - -.c38 { - width: 0.375rem; - height: 0.375rem; - border-radius: 50%; - background-color: rgb(0,152,88); - display: inline-block; -} - -.c24 { - color: rgb(100,100,100); - position: absolute; - width: 1.125rem; - height: 1.125rem; - box-sizing: border-box; - top: 0; - right: 0; - cursor: pointer; - background-color: rgb(255,255,255); - box-shadow: none; - border: 0.0625rem solid rgb(216,216,216); - cursor: pointer; - border-radius: 0.25rem; - width: 1.125rem; - height: 1.125rem; -} - -.c24::after { - opacity: 0; - content: ''; - position: absolute; - width: 0.375rem; - height: 0.125rem; - background: transparent; - top: 0.3125rem; - left: 0.25rem; - border: 0.125rem solid rgb(45,45,45); - border-top: none; - border-right: none; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); -} - -.c22 { - display: inline-block; - vertical-align: text-bottom; - width: 1.125rem; - height: 1.125rem; - position: relative; - cursor: pointer; -} - -.c21 { - list-style-type: none; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} - -.c21 label { - font-weight: 400; -} - -.c5 { - display: inline-block; - margin: 0; - padding: 0; - border: none; - overflow: hidden; - height: auto; - -webkit-margin-start: 0; - -webkit-margin-end: 0; - -webkit-padding-before: 0; - -webkit-padding-start: 0; - -webkit-padding-end: 0; - -webkit-padding-after: 0; - width: 100%; -} - -.c9 { - display: inline-block; - margin: 0; - padding: 0; - border: none; - overflow: hidden; - height: auto; - -webkit-margin-start: 0; - -webkit-margin-end: 0; - -webkit-padding-before: 0; - -webkit-padding-start: 0; - -webkit-padding-end: 0; - -webkit-padding-after: 0; - float: right; -} - -.c20 { - display: inline-block; - margin: 0; - padding: 0; - border: none; - overflow: hidden; - height: auto; - -webkit-margin-start: 0; - -webkit-margin-end: 0; - -webkit-padding-before: 0; - -webkit-padding-start: 0; - -webkit-padding-end: 0; - -webkit-padding-after: 0; -} - -.c7 { - box-sizing: border-box; - width: 18.75rem; - height: 3rem; - min-height: 3rem; - margin-bottom: 0.5rem; - margin-top: 0.5rem; - padding: 0.8125rem 1.125rem; - border-radius: 0.25rem; - background-color: rgb(255,255,255); - border: 0.0625rem solid rgb(216,216,216); - color: rgba(73,73,73,1); - width: 100%; - text-overflow: ellipsis; - font-size: 0.9375rem; - line-height: normal !important; - font-style: normal; - font-stretch: normal; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - outline: 0; -} - -.c7::-webkit-input-placeholder { - color: rgba(73,73,73,0.5); -} - -.c7::-moz-placeholder { - color: rgba(73,73,73,0.5); -} - -.c7:-ms-input-placeholder { - color: rgba(73,73,73,0.5); -} - -.c7:invalid { - box-shadow: none; -} - -.c7:disabled { - background-color: rgb(250,250,250); - color: rgb(216,216,216); - cursor: not-allowed; -} - -.c7:disabled::-webkit-input-placeholder { - color: rgba(73,73,73,0.5); -} - -.c7:disabled::-moz-placeholder { - color: rgba(73,73,73,0.5); -} - -.c7:disabled:-ms-input-placeholder { - color: rgba(73,73,73,0.5); -} - -.c7:focus { - border-color: rgb(59,70,204); - outline: 0; -} - -.c42 { - cursor: pointer; - height: 100%; - width: 100%; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} - -.c14 { - overflow: hidden; - border-spacing: 0; - border-collapse: separate; - table-layout: fixed; - width: 100%; - max-width: 100%; -} - -.c15 { - width: 100%; - background: rgb(250,250,250); -} - -.c15 th:first-child { - border-top-left-radius: 0.25rem; -} - -.c15 th:last-child { - border-top-right-radius: 0.25rem; -} - -.c32 { - width: 100%; -} - -.c32 tr:first-child td { - border-top: none; -} - -.c18 { - border-width: 0.0625rem; - border-style: solid; - border-color: rgb(216,216,216); - border-spacing: 0; - white-space: nowrap; - box-sizing: border-box; - padding: 0 1.5rem; - height: 3.75rem; - width: 2rem; - display: table-cell; - vertical-align: middle; - text-align: left; - height: 2.625rem; - color: rgb(189,189,189); - font-weight: 500; -} - -.c18:not(:first-child) { - border-left-width: 0; -} - -.c18:not(:last-child) { - border-right-width: 0; -} - -.c25 { - border-width: 0.0625rem; - border-style: solid; - border-color: rgb(216,216,216); - border-spacing: 0; - white-space: nowrap; - box-sizing: border-box; - padding: 0 1.5rem; - height: 3.75rem; - cursor: pointer; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - vertical-align: middle; - text-align: left; - height: 2.625rem; - color: rgb(189,189,189); - font-weight: 500; - color: rgba(73,73,73,1); - font-weight: bold; -} - -.c25:not(:first-child) { - border-left-width: 0; -} - -.c25:not(:last-child) { - border-right-width: 0; -} - -.c27 { - border-width: 0.0625rem; - border-style: solid; - border-color: rgb(216,216,216); - border-spacing: 0; - white-space: nowrap; - box-sizing: border-box; - padding: 0 1.5rem; - height: 3.75rem; - width: 9.375rem; - display: table-cell; - cursor: pointer; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - vertical-align: middle; - text-align: left; - height: 2.625rem; - color: rgb(189,189,189); - font-weight: 500; -} - -.c27:not(:first-child) { - border-left-width: 0; -} - -.c27:not(:last-child) { - border-right-width: 0; -} - -.c28 { - border-width: 0.0625rem; - border-style: solid; - border-color: rgb(216,216,216); - border-spacing: 0; - white-space: nowrap; - box-sizing: border-box; - padding: 0 1.5rem; - height: 3.75rem; - width: 0rem; - display: none; - cursor: pointer; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - vertical-align: middle; - text-align: left; - height: 2.625rem; - color: rgb(189,189,189); - font-weight: 500; -} - -.c28:not(:first-child) { - border-left-width: 0; -} - -.c28:not(:last-child) { - border-right-width: 0; -} - -.c29 { - border-width: 0.0625rem; - border-style: solid; - border-color: rgb(216,216,216); - border-spacing: 0; - white-space: nowrap; - box-sizing: border-box; - padding: 0 1.5rem; - height: 3.75rem; - width: 0rem; - display: none; - cursor: pointer; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - vertical-align: middle; - text-align: left; - height: 2.625rem; - color: rgb(189,189,189); - font-weight: 500; -} - -.c29:not(:first-child) { - border-left-width: 0; -} - -.c29:not(:last-child) { - border-right-width: 0; -} - -.c31 { - border-width: 0.0625rem; - border-style: solid; - border-color: rgb(216,216,216); - border-spacing: 0; - white-space: nowrap; - box-sizing: border-box; - padding: 0 1.5rem; - height: 3.75rem; - width: 3.75rem; - display: table-cell; - height: 2.625rem; - color: rgb(189,189,189); - font-weight: 500; -} - -.c31:not(:first-child) { - border-left-width: 0; -} - -.c31:not(:last-child) { - border-right-width: 0; -} - -.c34 { - border-width: 0.0625rem; - border-style: solid; - border-color: rgb(216,216,216); - border-spacing: 0; - white-space: nowrap; - box-sizing: border-box; - padding: 0 1.5rem; - height: 3.75rem; - vertical-align: middle; - text-align: left; - border-bottom-width: 0; -} - -.c34:not(:first-child) { - border-left-width: 0; -} - -.c34:not(:last-child) { - border-right-width: 0; -} - -.c39 { - border-width: 0.0625rem; - border-style: solid; - border-color: rgb(216,216,216); - border-spacing: 0; - white-space: nowrap; - box-sizing: border-box; - padding: 0 1.5rem; - height: 3.75rem; - width: 0rem; - display: none; - vertical-align: middle; - text-align: left; - border-bottom-width: 0; -} - -.c39:not(:first-child) { - border-left-width: 0; -} - -.c39:not(:last-child) { - border-right-width: 0; -} - -.c40 { - border-width: 0.0625rem; - border-style: solid; - border-color: rgb(216,216,216); - border-spacing: 0; - white-space: nowrap; - box-sizing: border-box; - padding: 0 1.5rem; - height: 3.75rem; - width: 0rem; - display: none; - vertical-align: middle; - text-align: left; - border-bottom-width: 0; -} - -.c40:not(:first-child) { - border-left-width: 0; -} - -.c40:not(:last-child) { - border-right-width: 0; -} - -.c41 { - border-width: 0.0625rem; - border-style: solid; - border-color: rgb(216,216,216); - border-spacing: 0; - white-space: nowrap; - box-sizing: border-box; - padding: 0 1.5rem; - height: 3.75rem; - border-bottom-width: 0; - border-left-width: 0.0625rem !important; -} - -.c41:not(:first-child) { - border-left-width: 0; -} - -.c41:not(:last-child) { - border-right-width: 0; -} - -.c16 { - display: table-row; - color: rgba(73,73,73,1); - background-color: rgb(255,255,255); - box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05); - box-sizing: border-box; - color: rgba(73,73,73,1); - background-color: transparent; - border: none; - box-shadow: none; -} - -.c16:last-child { - box-shadow: none; -} - -.c16:last-child td { - border-bottom-width: 0.0625rem; -} - -.c33 { - display: table-row; - color: rgba(73,73,73,1); - background-color: rgb(255,255,255); - box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05); - box-sizing: border-box; -} - -.c33:last-child { - box-shadow: none; -} - -.c33:last-child td { - border-bottom-width: 0.0625rem; -} - -@media only screen and (min-width:48em) { - .c0 { - width: 46rem; - } -} - -@media only screen and (min-width:64em) { - .c0 { - width: 61rem; - } -} - -@media only screen and (min-width:75em) { - .c0 { - width: 76rem; - } -} - -@media only screen and (max-width:47.9375rem) { - .c0 { - padding-left: 0.375rem; - padding-right: 0.375rem; - } -} - -@media only screen and (min-width:48em) { - .c44 { - width: 46rem; - } -} - -@media only screen and (min-width:64em) { - .c44 { - width: 61rem; - } -} - -@media only screen and (min-width:75em) { - .c44 { - width: 76rem; - } -} - -@media only screen and (max-width:47.9375rem) { - .c44 { - padding-left: 0.375rem; - padding-right: 0.375rem; - } -} - -@media only screen and (min-width:0em) { - .c45 { - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - } -} - -@media only screen and (min-width:0em) { - .c45 { - -webkit-box-pack: justify; - -webkit-justify-content: space-between; - -ms-flex-pack: justify; - justify-content: space-between; - } -} - -@media only screen and (min-width:0em) { - .c4 { - -webkit-flex-basis: 58.333333333333336%; - -ms-flex-preferred-size: 58.333333333333336%; - flex-basis: 58.333333333333336%; - max-width: 58.333333333333336%; - display: block; - } -} - -@media only screen and (min-width:48em) { - .c4 { - -webkit-flex-basis: 41.66666666666667%; - -ms-flex-preferred-size: 41.66666666666667%; - flex-basis: 41.66666666666667%; - max-width: 41.66666666666667%; - display: block; - } -} - -@media only screen and (min-width:0em) { - .c8 { - -webkit-flex-basis: 41.66666666666667%; - -ms-flex-preferred-size: 41.66666666666667%; - flex-basis: 41.66666666666667%; - max-width: 41.66666666666667%; - display: block; - } -} - -@media only screen and (min-width:48em) { - .c8 { - -webkit-flex-basis: 58.333333333333336%; - -ms-flex-preferred-size: 58.333333333333336%; - flex-basis: 58.333333333333336%; - max-width: 58.333333333333336%; - display: block; - } -} - -@media only screen and (min-width:0em) { - .c46 { - -webkit-flex-basis: 58.333333333333336%; - -ms-flex-preferred-size: 58.333333333333336%; - flex-basis: 58.333333333333336%; - max-width: 58.333333333333336%; - display: block; - } -} - -@media only screen and (min-width:0em) { - .c49 { - -webkit-flex-basis: 41.66666666666667%; - -ms-flex-preferred-size: 41.66666666666667%; - flex-basis: 41.66666666666667%; - max-width: 41.66666666666667%; - display: block; - } -} - -@media only screen and (min-width:47.9375rem) { - .c28 { - width: 10rem; - display: table-cell; - } -} - -@media only screen and (min-width:47.9375rem) { - .c29 { - width: 8.125rem; - display: table-cell; - } -} - -@media only screen and (min-width:47.9375rem) { - .c39 { - width: 10rem; - display: table-cell; - } -} - -@media only screen and (min-width:47.9375rem) { - .c40 { - width: 8.125rem; - display: table-cell; - } -} - -
    -
    -
    -
    -
    -
    - - -
    -
    -
    -
    - - -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    -
  • -
    - -
    -
  • -
    -
    - - Name - - - - - - - Status - - - - Created - - - - Short ID - - -
    -
    -
  • -
    - -
    -
  • -
    -
    - - 2252839a - - - - - - Running - - - almost NaN years - - - 2252839 - - -
    - - - -
    -
    -
    -
  • -
    - -
    -
  • -
    -
    - - f1bd1730 - - - - - - Running - - - almost NaN years - - - f1bd173 - - -
    - - - -
    -
    -
    -
    -
    -
    -
    - - - - - - - - - - - - - - - - - - -
    -
    - - - - - - -
    -
    -
    -
    -
    -`; - -exports[`renders without throwing 1`] = ` -.c36 { - background-color: transparent; - text-decoration-skip: objects; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; -} - -.c12 { - font-family: sans-serif; - font-size: 100%; - line-height: 1.15; - margin: 0; - overflow: visible; - text-transform: none; - -webkit-appearance: button; - -moz-appearance: button; - appearance: button; - min-width: 7.5rem; -} - -.c12::-moz-focus-inner, -.c12[type='button']::-moz-focus-inner, -.c12[type='reset']::-moz-focus-inner, -.c12[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c12:-moz-focusring, -.c12[type='button']:-moz-focusring, -.c12[type='reset']:-moz-focusring, -.c12[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c12 + button { - margin-left: 0.375rem; -} - -.c23 { - font-family: sans-serif; - font-size: 100%; - line-height: 1.15; - margin: 0; - overflow: visible; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - display: none; -} - -.c23[type='checkbox'], -.c23[type='radio'] { - box-sizing: border-box; - padding: 0; -} - -.c23[type='number']::-webkit-inner-spin-button, -.c23[type='number']::-webkit-outer-spin-button { - height: auto; -} - -.c23[type='search'] { - -webkit-appearance: textfield; - -moz-appearance: textfield; - appearance: textfield; - outline-offset: -0.125rem; -} - -.c23[type='search']::-webkit-search-cancel-button, -.c23[type='search']::-webkit-search-decoration { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; -} - -.c23::-webkit-file-upload-button { - -webkit-appearance: button; - -moz-appearance: button; - appearance: button; - font: inherit; -} - -.c23:checked + label::after { - opacity: 1; -} - -.c23:selected + label::after { - opacity: 1; -} - -.c23:checked + label { - border-color: rgb(59,70,204); -} - -.c23:selected + label { - border-color: rgb(59,70,204); -} - -.c23:disabled + label { - background-color: rgb(249,249,249); - cursor: not-allowed; -} - -.c35 { - color: rgb(59,70,204); - -webkit-text-fill-color: currentcolor; -} - -.c35:hover { - text-decoration: none; -} - -.c17 { - padding: 0rem; - padding-left: 0.75rem; -} - -.c19 { - padding-top: 0.25rem; -} - -.c26 { - margin-bottom: 0.125rem; - margin-left: 0.5625rem; -} - -.c30 { - padding: 0rem; -} - -.c37 { - height: 0.6875rem; - width: 0.6875rem; - border-radius: 0.6875rem; -} - -.c11 { - display: inline-block; -} - -.c10 { - box-sizing: border-box; - display: inline-block; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - min-height: 3rem; - height: 3rem; - min-width: 7.5rem; - margin-bottom: 0.5rem; - margin-top: 0.5rem; - padding: 0.9375rem 1.125rem; - position: relative; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-size: 0.9375rem; - text-align: center; - font-style: normal; - font-stretch: normal; - line-height: normal; - -webkit-letter-spacing: normal; - -moz-letter-spacing: normal; - -ms-letter-spacing: normal; - letter-spacing: normal; - text-decoration: none; - white-space: nowrap; - vertical-align: middle; - touch-action: manipulation; - cursor: pointer; - color: rgb(255,255,255); - -webkit-text-fill-color: currentcolor; - background-image: none; - background-color: rgb(59,70,204); - border-radius: 0.25rem; - border: solid 0.0625rem rgb(45,56,132); - display: -webkit-inline-box; - display: -webkit-inline-flex; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - width: 100%; - max-width: 100%; -} - -.c10:focus { - outline: 0; - text-decoration: none; - background-color: rgb(59,70,204); - border-color: rgb(45,56,132); -} - -.c10:hover { - background-color: rgb(72,83,217); - border: solid 0.0625rem rgb(45,56,132); -} - -.c10:active, -.c10:active:hover, -.c10:active:focus { - background-image: none; - outline: 0; - background-color: rgb(45,56,132); - border-color: rgb(45,56,132); -} - -.c10[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c10 svg + span { - margin-left: 0.75rem; -} - -.c10 svg { - max-height: 1.125rem; -} - .c49 { box-sizing: border-box; display: inline-block; @@ -8622,9 +3881,6 @@ exports[`renders without throwing color: rgb(216,216,216); background-color: rgb(250,250,250); border-color: rgb(216,216,216); - padding: 0.5625rem 1.125rem; - font-size: 0.8125rem; - min-width: 0rem; display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; @@ -8703,7 +3959,7 @@ exports[`renders without throwing max-height: 1.125rem; } -.c50 { +.c51 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -8746,11 +4002,18 @@ exports[`renders without throwing -webkit-text-fill-color: currentcolor; background-color: rgb(255,255,255); border-color: rgb(216,216,216); + color: rgb(210,67,58); + -webkit-text-fill-color: currentcolor; + background-color: rgb(255,255,255); + border-color: rgb(210,67,58); cursor: not-allowed; pointer-events: none; color: rgb(216,216,216); background-color: rgb(250,250,250); border-color: rgb(216,216,216); + padding: 0.5625rem 1.125rem; + font-size: 0.8125rem; + min-width: 0rem; display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; @@ -8759,73 +4022,93 @@ exports[`renders without throwing -webkit-box-align: center; -ms-flex-align: center; align-items: center; + float: right; } -.c50:focus { +.c51:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c50:hover { +.c51:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c50:active, -.c50:active:hover, -.c50:active:focus { +.c51:active, +.c51:active:hover, +.c51:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c50[disabled] { +.c51[disabled] { cursor: not-allowed; pointer-events: none; } -.c50:focus { +.c51:focus { background-color: rgb(255,255,255); border-color: rgb(216,216,216); } -.c50:hover { +.c51:hover { background-color: rgb(247,247,247); border-color: rgb(216,216,216); } -.c50:active, -.c50:active:hover, -.c50:active:focus { +.c51:active, +.c51:active:hover, +.c51:active:focus { background-color: rgb(230,230,230); border-color: rgb(216,216,216); } -.c50:focus { +.c51:focus { + color: rgb(205,37,27); + background-color: rgb(255,255,255); + border-color: rgb(205,37,27); +} + +.c51:hover { + color: rgb(205,37,27); + background-color: rgb(255,255,255); + border-color: rgb(205,37,27); +} + +.c51:active, +.c51:active:hover, +.c51:active:focus { + background-color: rgba(210,67,58,0.1); + border-color: rgb(205,37,27); +} + +.c51:focus { background-color: rgb(250,250,250); border-color: rgb(216,216,216); } -.c50:hover { +.c51:hover { background-color: rgb(250,250,250); border-color: rgb(250,250,250); } -.c50:active, -.c50:active:hover, -.c50:active:focus { +.c51:active, +.c51:active:hover, +.c51:active:focus { background-color: rgb(250,250,250); border-color: rgb(250,250,250); } -.c50 svg + span { +.c51 svg + span { margin-left: 0.75rem; } -.c50 svg { +.c51 svg { max-height: 1.125rem; } @@ -8881,9 +4164,6 @@ exports[`renders without throwing color: rgb(216,216,216); background-color: rgb(250,250,250); border-color: rgb(216,216,216); - padding: 0.5625rem 1.125rem; - font-size: 0.8125rem; - min-width: 0rem; display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; @@ -8982,6 +4262,4583 @@ exports[`renders without throwing max-height: 1.125rem; } +.c6 { + font-size: 0.9375rem; + font-style: normal; + font-stretch: normal; + display: block; + color: rgb(70,70,70); + text-align: left; + margin-right: 0.75rem; + font-weight: bold; + white-space: pre; + font-size: 0.8125rem; +} + +.c0 { + margin-right: auto; + margin-left: auto; + box-sizing: border-box; + width: 100%; + max-width: 62.5rem; + padding-bottom: 1.125rem; +} + +.c45 { + margin-right: auto; + margin-left: auto; + box-sizing: border-box; + width: 100%; + max-width: 62.5rem; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex-wrap: nowrap; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-align-items: stretch; + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; +} + +.c2 { + box-sizing: border-box; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex: 0 1 auto; + -ms-flex: 0 1 auto; + flex: 0 1 auto; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + margin-right: -0.5rem; + margin-left: -0.5rem; +} + +.c3 { + box-sizing: border-box; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex: 0 1 auto; + -ms-flex: 0 1 auto; + flex: 0 1 auto; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + margin-right: -0.5rem; + margin-left: -0.5rem; + -webkit-flex: 1 1 auto; + -ms-flex: 1 1 auto; + flex: 1 1 auto; +} + +.c46 { + box-sizing: border-box; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex: 0 1 auto; + -ms-flex: 0 1 auto; + flex: 0 1 auto; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + margin-right: -0.5rem; + margin-left: -0.5rem; + -webkit-flex: 1 1 auto; + -ms-flex: 1 1 auto; + flex: 1 1 auto; +} + +.c4 { + box-sizing: border-box; + -webkit-flex: 0 0 auto; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + padding-right: 0.5rem; + padding-left: 0.5rem; +} + +.c8 { + box-sizing: border-box; + -webkit-flex: 0 0 auto; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + padding-right: 0.5rem; + padding-left: 0.5rem; +} + +.c47 { + box-sizing: border-box; + -webkit-flex: 0 0 auto; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + padding-right: 0.5rem; + padding-left: 0.5rem; +} + +.c50 { + box-sizing: border-box; + -webkit-flex: 0 0 auto; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + padding-right: 0.5rem; + padding-left: 0.5rem; +} + +.c1 { + background-color: rgb(216,216,216); + margin: 0; + background-color: transparent; + height: 1.875rem; +} + +.c14 { + background-color: rgb(216,216,216); + margin: 0; + background-color: transparent; + height: 1.25rem; +} + +.c44 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + -webkit-flex-wrap: nowrap; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-align-items: stretch; + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + background-color: rgba(241,241,241,1); + border-top: 0.0625rem solid rgb(216,216,216); + max-height: 3.3125rem; + min-height: 3.3125rem; + line-height: 1.5625rem; + height: 4.375rem; + max-height: 4.375rem; + position: fixed; + left: 0; + right: 0; + bottom: 0; +} + +.c39 { + width: 0.375rem; + height: 0.375rem; + border-radius: 50%; + background-color: rgb(0,152,88); + display: inline-block; +} + +.c25 { + color: rgb(100,100,100); + position: absolute; + width: 1.125rem; + height: 1.125rem; + box-sizing: border-box; + top: 0; + right: 0; + cursor: pointer; + background-color: rgb(255,255,255); + box-shadow: none; + border: 0.0625rem solid rgb(216,216,216); + cursor: pointer; + border-radius: 0.25rem; + width: 1.125rem; + height: 1.125rem; +} + +.c25::after { + opacity: 0; + content: ''; + position: absolute; + width: 0.375rem; + height: 0.125rem; + background: transparent; + top: 0.3125rem; + left: 0.25rem; + border: 0.125rem solid rgb(45,45,45); + border-top: none; + border-right: none; + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); +} + +.c23 { + display: inline-block; + vertical-align: text-bottom; + width: 1.125rem; + height: 1.125rem; + position: relative; + cursor: pointer; +} + +.c22 { + list-style-type: none; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} + +.c22 label { + font-weight: 400; +} + +.c5 { + display: inline-block; + margin: 0; + padding: 0; + border: none; + overflow: hidden; + height: auto; + -webkit-margin-start: 0; + -webkit-margin-end: 0; + -webkit-padding-before: 0; + -webkit-padding-start: 0; + -webkit-padding-end: 0; + -webkit-padding-after: 0; + width: 100%; +} + +.c9 { + display: inline-block; + margin: 0; + padding: 0; + border: none; + overflow: hidden; + height: auto; + -webkit-margin-start: 0; + -webkit-margin-end: 0; + -webkit-padding-before: 0; + -webkit-padding-start: 0; + -webkit-padding-end: 0; + -webkit-padding-after: 0; + float: right; +} + +.c21 { + display: inline-block; + margin: 0; + padding: 0; + border: none; + overflow: hidden; + height: auto; + -webkit-margin-start: 0; + -webkit-margin-end: 0; + -webkit-padding-before: 0; + -webkit-padding-start: 0; + -webkit-padding-end: 0; + -webkit-padding-after: 0; +} + +.c7 { + box-sizing: border-box; + width: 18.75rem; + height: 3rem; + min-height: 3rem; + margin-bottom: 0.5rem; + margin-top: 0.5rem; + padding: 0.8125rem 1.125rem; + border-radius: 0.25rem; + background-color: rgb(255,255,255); + border: 0.0625rem solid rgb(216,216,216); + color: rgba(73,73,73,1); + width: 100%; + text-overflow: ellipsis; + font-size: 0.9375rem; + line-height: normal !important; + font-style: normal; + font-stretch: normal; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + outline: 0; +} + +.c7::-webkit-input-placeholder { + color: rgba(73,73,73,0.5); +} + +.c7::-moz-placeholder { + color: rgba(73,73,73,0.5); +} + +.c7:-ms-input-placeholder { + color: rgba(73,73,73,0.5); +} + +.c7:invalid { + box-shadow: none; +} + +.c7:disabled { + background-color: rgb(250,250,250); + color: rgb(216,216,216); + cursor: not-allowed; +} + +.c7:disabled::-webkit-input-placeholder { + color: rgba(73,73,73,0.5); +} + +.c7:disabled::-moz-placeholder { + color: rgba(73,73,73,0.5); +} + +.c7:disabled:-ms-input-placeholder { + color: rgba(73,73,73,0.5); +} + +.c7:focus { + border-color: rgb(59,70,204); + outline: 0; +} + +.c43 { + cursor: pointer; + height: 100%; + width: 100%; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} + +.c15 { + overflow: hidden; + border-spacing: 0; + border-collapse: separate; + table-layout: fixed; + width: 100%; + max-width: 100%; +} + +.c16 { + width: 100%; + background: rgb(250,250,250); +} + +.c16 th:first-child { + border-top-left-radius: 0.25rem; +} + +.c16 th:last-child { + border-top-right-radius: 0.25rem; +} + +.c33 { + width: 100%; +} + +.c33 tr:first-child td { + border-top: none; +} + +.c19 { + border-width: 0.0625rem; + border-style: solid; + border-color: rgb(216,216,216); + border-spacing: 0; + white-space: nowrap; + box-sizing: border-box; + padding: 0 1.5rem; + height: 3.75rem; + width: 2rem; + display: table-cell; + vertical-align: middle; + text-align: left; + height: 2.625rem; + color: rgb(189,189,189); + font-weight: 500; +} + +.c19:not(:first-child) { + border-left-width: 0; +} + +.c19:not(:last-child) { + border-right-width: 0; +} + +.c26 { + border-width: 0.0625rem; + border-style: solid; + border-color: rgb(216,216,216); + border-spacing: 0; + white-space: nowrap; + box-sizing: border-box; + padding: 0 1.5rem; + height: 3.75rem; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + text-align: left; + height: 2.625rem; + color: rgb(189,189,189); + font-weight: 500; + color: rgba(73,73,73,1); + font-weight: bold; +} + +.c26:not(:first-child) { + border-left-width: 0; +} + +.c26:not(:last-child) { + border-right-width: 0; +} + +.c28 { + border-width: 0.0625rem; + border-style: solid; + border-color: rgb(216,216,216); + border-spacing: 0; + white-space: nowrap; + box-sizing: border-box; + padding: 0 1.5rem; + height: 3.75rem; + width: 9.375rem; + display: table-cell; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + text-align: left; + height: 2.625rem; + color: rgb(189,189,189); + font-weight: 500; +} + +.c28:not(:first-child) { + border-left-width: 0; +} + +.c28:not(:last-child) { + border-right-width: 0; +} + +.c29 { + border-width: 0.0625rem; + border-style: solid; + border-color: rgb(216,216,216); + border-spacing: 0; + white-space: nowrap; + box-sizing: border-box; + padding: 0 1.5rem; + height: 3.75rem; + width: 0rem; + display: none; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + text-align: left; + height: 2.625rem; + color: rgb(189,189,189); + font-weight: 500; +} + +.c29:not(:first-child) { + border-left-width: 0; +} + +.c29:not(:last-child) { + border-right-width: 0; +} + +.c30 { + border-width: 0.0625rem; + border-style: solid; + border-color: rgb(216,216,216); + border-spacing: 0; + white-space: nowrap; + box-sizing: border-box; + padding: 0 1.5rem; + height: 3.75rem; + width: 0rem; + display: none; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + text-align: left; + height: 2.625rem; + color: rgb(189,189,189); + font-weight: 500; +} + +.c30:not(:first-child) { + border-left-width: 0; +} + +.c30:not(:last-child) { + border-right-width: 0; +} + +.c32 { + border-width: 0.0625rem; + border-style: solid; + border-color: rgb(216,216,216); + border-spacing: 0; + white-space: nowrap; + box-sizing: border-box; + padding: 0 1.5rem; + height: 3.75rem; + width: 3.75rem; + display: table-cell; + height: 2.625rem; + color: rgb(189,189,189); + font-weight: 500; +} + +.c32:not(:first-child) { + border-left-width: 0; +} + +.c32:not(:last-child) { + border-right-width: 0; +} + +.c35 { + border-width: 0.0625rem; + border-style: solid; + border-color: rgb(216,216,216); + border-spacing: 0; + white-space: nowrap; + box-sizing: border-box; + padding: 0 1.5rem; + height: 3.75rem; + vertical-align: middle; + text-align: left; + border-bottom-width: 0; +} + +.c35:not(:first-child) { + border-left-width: 0; +} + +.c35:not(:last-child) { + border-right-width: 0; +} + +.c40 { + border-width: 0.0625rem; + border-style: solid; + border-color: rgb(216,216,216); + border-spacing: 0; + white-space: nowrap; + box-sizing: border-box; + padding: 0 1.5rem; + height: 3.75rem; + width: 0rem; + display: none; + vertical-align: middle; + text-align: left; + border-bottom-width: 0; +} + +.c40:not(:first-child) { + border-left-width: 0; +} + +.c40:not(:last-child) { + border-right-width: 0; +} + +.c41 { + border-width: 0.0625rem; + border-style: solid; + border-color: rgb(216,216,216); + border-spacing: 0; + white-space: nowrap; + box-sizing: border-box; + padding: 0 1.5rem; + height: 3.75rem; + width: 0rem; + display: none; + vertical-align: middle; + text-align: left; + border-bottom-width: 0; +} + +.c41:not(:first-child) { + border-left-width: 0; +} + +.c41:not(:last-child) { + border-right-width: 0; +} + +.c42 { + border-width: 0.0625rem; + border-style: solid; + border-color: rgb(216,216,216); + border-spacing: 0; + white-space: nowrap; + box-sizing: border-box; + padding: 0 1.5rem; + height: 3.75rem; + border-bottom-width: 0; + border-left-width: 0.0625rem !important; +} + +.c42:not(:first-child) { + border-left-width: 0; +} + +.c42:not(:last-child) { + border-right-width: 0; +} + +.c17 { + display: table-row; + color: rgba(73,73,73,1); + background-color: rgb(255,255,255); + box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05); + box-sizing: border-box; + color: rgba(73,73,73,1); + background-color: transparent; + border: none; + box-shadow: none; +} + +.c17:last-child { + box-shadow: none; +} + +.c17:last-child td { + border-bottom-width: 0.0625rem; +} + +.c34 { + display: table-row; + color: rgba(73,73,73,1); + background-color: rgb(255,255,255); + box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05); + box-sizing: border-box; +} + +.c34:last-child { + box-shadow: none; +} + +.c34:last-child td { + border-bottom-width: 0.0625rem; +} + +.c10 { + margin-top: undefined; +} + +@media only screen and (min-width:48em) { + .c0 { + width: 46rem; + } +} + +@media only screen and (min-width:64em) { + .c0 { + width: 61rem; + } +} + +@media only screen and (min-width:75em) { + .c0 { + width: 76rem; + } +} + +@media only screen and (max-width:47.9375rem) { + .c0 { + padding-left: 0.375rem; + padding-right: 0.375rem; + } +} + +@media only screen and (min-width:48em) { + .c45 { + width: 46rem; + } +} + +@media only screen and (min-width:64em) { + .c45 { + width: 61rem; + } +} + +@media only screen and (min-width:75em) { + .c45 { + width: 76rem; + } +} + +@media only screen and (max-width:47.9375rem) { + .c45 { + padding-left: 0.375rem; + padding-right: 0.375rem; + } +} + +@media only screen and (min-width:0em) { + .c46 { + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + } +} + +@media only screen and (min-width:0em) { + .c46 { + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; + } +} + +@media only screen and (min-width:0em) { + .c4 { + -webkit-flex-basis: 58.333333333333336%; + -ms-flex-preferred-size: 58.333333333333336%; + flex-basis: 58.333333333333336%; + max-width: 58.333333333333336%; + display: block; + } +} + +@media only screen and (min-width:48em) { + .c4 { + -webkit-flex-basis: 41.66666666666667%; + -ms-flex-preferred-size: 41.66666666666667%; + flex-basis: 41.66666666666667%; + max-width: 41.66666666666667%; + display: block; + } +} + +@media only screen and (min-width:0em) { + .c8 { + -webkit-flex-basis: 41.66666666666667%; + -ms-flex-preferred-size: 41.66666666666667%; + flex-basis: 41.66666666666667%; + max-width: 41.66666666666667%; + display: block; + } +} + +@media only screen and (min-width:48em) { + .c8 { + -webkit-flex-basis: 58.333333333333336%; + -ms-flex-preferred-size: 58.333333333333336%; + flex-basis: 58.333333333333336%; + max-width: 58.333333333333336%; + display: block; + } +} + +@media only screen and (min-width:0em) { + .c47 { + -webkit-flex-basis: 58.333333333333336%; + -ms-flex-preferred-size: 58.333333333333336%; + flex-basis: 58.333333333333336%; + max-width: 58.333333333333336%; + display: block; + } +} + +@media only screen and (min-width:0em) { + .c50 { + -webkit-flex-basis: 41.66666666666667%; + -ms-flex-preferred-size: 41.66666666666667%; + flex-basis: 41.66666666666667%; + max-width: 41.66666666666667%; + display: block; + } +} + +@media only screen and (min-width:47.9375rem) { + .c29 { + width: 10rem; + display: table-cell; + } +} + +@media only screen and (min-width:47.9375rem) { + .c30 { + width: 8.125rem; + display: table-cell; + } +} + +@media only screen and (min-width:47.9375rem) { + .c40 { + width: 10rem; + display: table-cell; + } +} + +@media only screen and (min-width:47.9375rem) { + .c41 { + width: 8.125rem; + display: table-cell; + } +} + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
  • +
    + +
    +
  • +
    +
    + + Name + + + + + + + Status + + + + Created + + + + Short ID + + +
    +
    +
  • +
    + +
    +
  • +
    +
    + + 2252839a + + + + + + Running + + + almost NaN years + + + 2252839 + + +
    + + + +
    +
    +
    +
  • +
    + +
    +
  • +
    +
    + + f1bd1730 + + + + + + Running + + + almost NaN years + + + f1bd173 + + +
    + + + +
    +
    +
    +
    +
    +
    +
    + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + +
    +
    +
    +
    +
    +`; + +exports[`renders without throwing 1`] = ` +.c37 { + background-color: transparent; + text-decoration-skip: objects; + font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; +} + +.c13 { + font-family: sans-serif; + font-size: 100%; + line-height: 1.15; + margin: 0; + overflow: visible; + text-transform: none; + -webkit-appearance: button; + -moz-appearance: button; + appearance: button; + min-width: 7.5rem; +} + +.c13::-moz-focus-inner, +.c13[type='button']::-moz-focus-inner, +.c13[type='reset']::-moz-focus-inner, +.c13[type='submit']::-moz-focus-inner { + border-style: none; + padding: 0; +} + +.c13:-moz-focusring, +.c13[type='button']:-moz-focusring, +.c13[type='reset']:-moz-focusring, +.c13[type='submit']:-moz-focusring { + outline: 0.0625rem dotted ButtonText; +} + +.c13 + button { + margin-left: 0.375rem; +} + +.c24 { + font-family: sans-serif; + font-size: 100%; + line-height: 1.15; + margin: 0; + overflow: visible; + font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; + display: none; +} + +.c24[type='checkbox'], +.c24[type='radio'] { + box-sizing: border-box; + padding: 0; +} + +.c24[type='number']::-webkit-inner-spin-button, +.c24[type='number']::-webkit-outer-spin-button { + height: auto; +} + +.c24[type='search'] { + -webkit-appearance: textfield; + -moz-appearance: textfield; + appearance: textfield; + outline-offset: -0.125rem; +} + +.c24[type='search']::-webkit-search-cancel-button, +.c24[type='search']::-webkit-search-decoration { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; +} + +.c24::-webkit-file-upload-button { + -webkit-appearance: button; + -moz-appearance: button; + appearance: button; + font: inherit; +} + +.c24:checked + label::after { + opacity: 1; +} + +.c24:selected + label::after { + opacity: 1; +} + +.c24:checked + label { + border-color: rgb(59,70,204); +} + +.c24:selected + label { + border-color: rgb(59,70,204); +} + +.c24:disabled + label { + background-color: rgb(249,249,249); + cursor: not-allowed; +} + +.c36 { + color: rgb(59,70,204); + -webkit-text-fill-color: currentcolor; +} + +.c36:hover { + text-decoration: none; +} + +.c18 { + padding: 0rem; + padding-left: 0.75rem; +} + +.c20 { + padding-top: 0.25rem; +} + +.c27 { + margin-bottom: 0.125rem; + margin-left: 0.5625rem; +} + +.c31 { + padding: 0rem; +} + +.c38 { + height: 0.6875rem; + width: 0.6875rem; + border-radius: 0.6875rem; +} + +.c12 { + display: inline-block; +} + +.c11 { + box-sizing: border-box; + display: inline-block; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + min-height: 3rem; + height: 3rem; + min-width: 7.5rem; + margin-bottom: 0.5rem; + margin-top: 0.5rem; + padding: 0.9375rem 1.125rem; + position: relative; + font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; + font-size: 0.9375rem; + text-align: center; + font-style: normal; + font-stretch: normal; + line-height: normal; + -webkit-letter-spacing: normal; + -moz-letter-spacing: normal; + -ms-letter-spacing: normal; + letter-spacing: normal; + text-decoration: none; + white-space: nowrap; + vertical-align: middle; + touch-action: manipulation; + cursor: pointer; + color: rgb(255,255,255); + -webkit-text-fill-color: currentcolor; + background-image: none; + background-color: rgb(59,70,204); + border-radius: 0.25rem; + border: solid 0.0625rem rgb(45,56,132); + display: -webkit-inline-box; + display: -webkit-inline-flex; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + width: 100%; + max-width: 100%; +} + +.c11:focus { + outline: 0; + text-decoration: none; + background-color: rgb(59,70,204); + border-color: rgb(45,56,132); +} + +.c11:hover { + background-color: rgb(72,83,217); + border: solid 0.0625rem rgb(45,56,132); +} + +.c11:active, +.c11:active:hover, +.c11:active:focus { + background-image: none; + outline: 0; + background-color: rgb(45,56,132); + border-color: rgb(45,56,132); +} + +.c11[disabled] { + cursor: not-allowed; + pointer-events: none; +} + +.c11 svg + span { + margin-left: 0.75rem; +} + +.c11 svg { + max-height: 1.125rem; +} + +.c48 { + box-sizing: border-box; + display: inline-block; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + min-height: 3rem; + height: 3rem; + min-width: 7.5rem; + margin-bottom: 0.5rem; + margin-top: 0.5rem; + padding: 0.9375rem 1.125rem; + position: relative; + font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; + font-size: 0.9375rem; + text-align: center; + font-style: normal; + font-stretch: normal; + line-height: normal; + -webkit-letter-spacing: normal; + -moz-letter-spacing: normal; + -ms-letter-spacing: normal; + letter-spacing: normal; + text-decoration: none; + white-space: nowrap; + vertical-align: middle; + touch-action: manipulation; + cursor: pointer; + color: rgb(255,255,255); + -webkit-text-fill-color: currentcolor; + background-image: none; + background-color: rgb(59,70,204); + border-radius: 0.25rem; + border: solid 0.0625rem rgb(45,56,132); + color: rgb(70,70,70); + -webkit-text-fill-color: currentcolor; + background-color: rgb(255,255,255); + border-color: rgb(216,216,216); + cursor: not-allowed; + pointer-events: none; + color: rgb(216,216,216); + background-color: rgb(250,250,250); + border-color: rgb(216,216,216); + padding: 0.5625rem 1.125rem; + font-size: 0.8125rem; + min-width: 0rem; + display: -webkit-inline-box; + display: -webkit-inline-flex; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} + +.c48:focus { + outline: 0; + text-decoration: none; + background-color: rgb(59,70,204); + border-color: rgb(45,56,132); +} + +.c48:hover { + background-color: rgb(72,83,217); + border: solid 0.0625rem rgb(45,56,132); +} + +.c48:active, +.c48:active:hover, +.c48:active:focus { + background-image: none; + outline: 0; + background-color: rgb(45,56,132); + border-color: rgb(45,56,132); +} + +.c48[disabled] { + cursor: not-allowed; + pointer-events: none; +} + +.c48:focus { + background-color: rgb(255,255,255); + border-color: rgb(216,216,216); +} + +.c48:hover { + background-color: rgb(247,247,247); + border-color: rgb(216,216,216); +} + +.c48:active, +.c48:active:hover, +.c48:active:focus { + background-color: rgb(230,230,230); + border-color: rgb(216,216,216); +} + +.c48:focus { + background-color: rgb(250,250,250); + border-color: rgb(216,216,216); +} + +.c48:hover { + background-color: rgb(250,250,250); + border-color: rgb(250,250,250); +} + +.c48:active, +.c48:active:hover, +.c48:active:focus { + background-color: rgb(250,250,250); + border-color: rgb(250,250,250); +} + +.c48 svg + span { + margin-left: 0.75rem; +} + +.c48 svg { + max-height: 1.125rem; +} + +.c49 { + box-sizing: border-box; + display: inline-block; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + min-height: 3rem; + height: 3rem; + min-width: 7.5rem; + margin-bottom: 0.5rem; + margin-top: 0.5rem; + padding: 0.9375rem 1.125rem; + position: relative; + font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; + font-size: 0.9375rem; + text-align: center; + font-style: normal; + font-stretch: normal; + line-height: normal; + -webkit-letter-spacing: normal; + -moz-letter-spacing: normal; + -ms-letter-spacing: normal; + letter-spacing: normal; + text-decoration: none; + white-space: nowrap; + vertical-align: middle; + touch-action: manipulation; + cursor: pointer; + color: rgb(255,255,255); + -webkit-text-fill-color: currentcolor; + background-image: none; + background-color: rgb(59,70,204); + border-radius: 0.25rem; + border: solid 0.0625rem rgb(45,56,132); + color: rgb(70,70,70); + -webkit-text-fill-color: currentcolor; + background-color: rgb(255,255,255); + border-color: rgb(216,216,216); + cursor: not-allowed; + pointer-events: none; + color: rgb(216,216,216); + background-color: rgb(250,250,250); + border-color: rgb(216,216,216); + display: -webkit-inline-box; + display: -webkit-inline-flex; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} + +.c49:focus { + outline: 0; + text-decoration: none; + background-color: rgb(59,70,204); + border-color: rgb(45,56,132); +} + +.c49:hover { + background-color: rgb(72,83,217); + border: solid 0.0625rem rgb(45,56,132); +} + +.c49:active, +.c49:active:hover, +.c49:active:focus { + background-image: none; + outline: 0; + background-color: rgb(45,56,132); + border-color: rgb(45,56,132); +} + +.c49[disabled] { + cursor: not-allowed; + pointer-events: none; +} + +.c49:focus { + background-color: rgb(255,255,255); + border-color: rgb(216,216,216); +} + +.c49:hover { + background-color: rgb(247,247,247); + border-color: rgb(216,216,216); +} + +.c49:active, +.c49:active:hover, +.c49:active:focus { + background-color: rgb(230,230,230); + border-color: rgb(216,216,216); +} + +.c49:focus { + background-color: rgb(250,250,250); + border-color: rgb(216,216,216); +} + +.c49:hover { + background-color: rgb(250,250,250); + border-color: rgb(250,250,250); +} + +.c49:active, +.c49:active:hover, +.c49:active:focus { + background-color: rgb(250,250,250); + border-color: rgb(250,250,250); +} + +.c49 svg + span { + margin-left: 0.75rem; +} + +.c49 svg { + max-height: 1.125rem; +} + +.c51 { + box-sizing: border-box; + display: inline-block; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + min-height: 3rem; + height: 3rem; + min-width: 7.5rem; + margin-bottom: 0.5rem; + margin-top: 0.5rem; + padding: 0.9375rem 1.125rem; + position: relative; + font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; + font-size: 0.9375rem; + text-align: center; + font-style: normal; + font-stretch: normal; + line-height: normal; + -webkit-letter-spacing: normal; + -moz-letter-spacing: normal; + -ms-letter-spacing: normal; + letter-spacing: normal; + text-decoration: none; + white-space: nowrap; + vertical-align: middle; + touch-action: manipulation; + cursor: pointer; + color: rgb(255,255,255); + -webkit-text-fill-color: currentcolor; + background-image: none; + background-color: rgb(59,70,204); + border-radius: 0.25rem; + border: solid 0.0625rem rgb(45,56,132); + color: rgb(70,70,70); + -webkit-text-fill-color: currentcolor; + background-color: rgb(255,255,255); + border-color: rgb(216,216,216); + color: rgb(210,67,58); + -webkit-text-fill-color: currentcolor; + background-color: rgb(255,255,255); + border-color: rgb(210,67,58); + cursor: not-allowed; + pointer-events: none; + color: rgb(216,216,216); + background-color: rgb(250,250,250); + border-color: rgb(216,216,216); + padding: 0.5625rem 1.125rem; + font-size: 0.8125rem; + min-width: 0rem; + display: -webkit-inline-box; + display: -webkit-inline-flex; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + float: right; +} + +.c51:focus { + outline: 0; + text-decoration: none; + background-color: rgb(59,70,204); + border-color: rgb(45,56,132); +} + +.c51:hover { + background-color: rgb(72,83,217); + border: solid 0.0625rem rgb(45,56,132); +} + +.c51:active, +.c51:active:hover, +.c51:active:focus { + background-image: none; + outline: 0; + background-color: rgb(45,56,132); + border-color: rgb(45,56,132); +} + +.c51[disabled] { + cursor: not-allowed; + pointer-events: none; +} + +.c51:focus { + background-color: rgb(255,255,255); + border-color: rgb(216,216,216); +} + +.c51:hover { + background-color: rgb(247,247,247); + border-color: rgb(216,216,216); +} + +.c51:active, +.c51:active:hover, +.c51:active:focus { + background-color: rgb(230,230,230); + border-color: rgb(216,216,216); +} + +.c51:focus { + color: rgb(205,37,27); + background-color: rgb(255,255,255); + border-color: rgb(205,37,27); +} + +.c51:hover { + color: rgb(205,37,27); + background-color: rgb(255,255,255); + border-color: rgb(205,37,27); +} + +.c51:active, +.c51:active:hover, +.c51:active:focus { + background-color: rgba(210,67,58,0.1); + border-color: rgb(205,37,27); +} + +.c51:focus { + background-color: rgb(250,250,250); + border-color: rgb(216,216,216); +} + +.c51:hover { + background-color: rgb(250,250,250); + border-color: rgb(250,250,250); +} + +.c51:active, +.c51:active:hover, +.c51:active:focus { + background-color: rgb(250,250,250); + border-color: rgb(250,250,250); +} + +.c51 svg + span { + margin-left: 0.75rem; +} + +.c51 svg { + max-height: 1.125rem; +} + +.c52 { + box-sizing: border-box; + display: inline-block; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + min-height: 3rem; + height: 3rem; + min-width: 7.5rem; + margin-bottom: 0.5rem; + margin-top: 0.5rem; + padding: 0.9375rem 1.125rem; + position: relative; + font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; + font-size: 0.9375rem; + text-align: center; + font-style: normal; + font-stretch: normal; + line-height: normal; + -webkit-letter-spacing: normal; + -moz-letter-spacing: normal; + -ms-letter-spacing: normal; + letter-spacing: normal; + text-decoration: none; + white-space: nowrap; + vertical-align: middle; + touch-action: manipulation; + cursor: pointer; + color: rgb(255,255,255); + -webkit-text-fill-color: currentcolor; + background-image: none; + background-color: rgb(59,70,204); + border-radius: 0.25rem; + border: solid 0.0625rem rgb(45,56,132); + color: rgb(70,70,70); + -webkit-text-fill-color: currentcolor; + background-color: rgb(255,255,255); + border-color: rgb(216,216,216); + color: rgb(210,67,58); + -webkit-text-fill-color: currentcolor; + background-color: rgb(255,255,255); + border-color: rgb(210,67,58); + cursor: not-allowed; + pointer-events: none; + color: rgb(216,216,216); + background-color: rgb(250,250,250); + border-color: rgb(216,216,216); + display: -webkit-inline-box; + display: -webkit-inline-flex; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + float: right; +} + +.c52:focus { + outline: 0; + text-decoration: none; + background-color: rgb(59,70,204); + border-color: rgb(45,56,132); +} + +.c52:hover { + background-color: rgb(72,83,217); + border: solid 0.0625rem rgb(45,56,132); +} + +.c52:active, +.c52:active:hover, +.c52:active:focus { + background-image: none; + outline: 0; + background-color: rgb(45,56,132); + border-color: rgb(45,56,132); +} + +.c52[disabled] { + cursor: not-allowed; + pointer-events: none; +} + +.c52:focus { + background-color: rgb(255,255,255); + border-color: rgb(216,216,216); +} + +.c52:hover { + background-color: rgb(247,247,247); + border-color: rgb(216,216,216); +} + +.c52:active, +.c52:active:hover, +.c52:active:focus { + background-color: rgb(230,230,230); + border-color: rgb(216,216,216); +} + +.c52:focus { + color: rgb(205,37,27); + background-color: rgb(255,255,255); + border-color: rgb(205,37,27); +} + +.c52:hover { + color: rgb(205,37,27); + background-color: rgb(255,255,255); + border-color: rgb(205,37,27); +} + +.c52:active, +.c52:active:hover, +.c52:active:focus { + background-color: rgba(210,67,58,0.1); + border-color: rgb(205,37,27); +} + +.c52:focus { + background-color: rgb(250,250,250); + border-color: rgb(216,216,216); +} + +.c52:hover { + background-color: rgb(250,250,250); + border-color: rgb(250,250,250); +} + +.c52:active, +.c52:active:hover, +.c52:active:focus { + background-color: rgb(250,250,250); + border-color: rgb(250,250,250); +} + +.c52 svg + span { + margin-left: 0.75rem; +} + +.c52 svg { + max-height: 1.125rem; +} + +.c6 { + font-size: 0.9375rem; + font-style: normal; + font-stretch: normal; + display: block; + color: rgb(70,70,70); + text-align: left; + margin-right: 0.75rem; + font-weight: bold; + white-space: pre; + font-size: 0.8125rem; +} + +.c0 { + margin-right: auto; + margin-left: auto; + box-sizing: border-box; + width: 100%; + max-width: 62.5rem; + padding-bottom: 1.125rem; +} + +.c45 { + margin-right: auto; + margin-left: auto; + box-sizing: border-box; + width: 100%; + max-width: 62.5rem; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex-wrap: nowrap; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-align-items: stretch; + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; +} + +.c2 { + box-sizing: border-box; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex: 0 1 auto; + -ms-flex: 0 1 auto; + flex: 0 1 auto; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + margin-right: -0.5rem; + margin-left: -0.5rem; +} + +.c3 { + box-sizing: border-box; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex: 0 1 auto; + -ms-flex: 0 1 auto; + flex: 0 1 auto; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + margin-right: -0.5rem; + margin-left: -0.5rem; + -webkit-flex: 1 1 auto; + -ms-flex: 1 1 auto; + flex: 1 1 auto; +} + +.c46 { + box-sizing: border-box; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex: 0 1 auto; + -ms-flex: 0 1 auto; + flex: 0 1 auto; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + margin-right: -0.5rem; + margin-left: -0.5rem; + -webkit-flex: 1 1 auto; + -ms-flex: 1 1 auto; + flex: 1 1 auto; +} + +.c4 { + box-sizing: border-box; + -webkit-flex: 0 0 auto; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + padding-right: 0.5rem; + padding-left: 0.5rem; +} + +.c8 { + box-sizing: border-box; + -webkit-flex: 0 0 auto; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + padding-right: 0.5rem; + padding-left: 0.5rem; +} + +.c47 { + box-sizing: border-box; + -webkit-flex: 0 0 auto; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + padding-right: 0.5rem; + padding-left: 0.5rem; +} + +.c50 { + box-sizing: border-box; + -webkit-flex: 0 0 auto; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + padding-right: 0.5rem; + padding-left: 0.5rem; +} + +.c1 { + background-color: rgb(216,216,216); + margin: 0; + background-color: transparent; + height: 1.875rem; +} + +.c14 { + background-color: rgb(216,216,216); + margin: 0; + background-color: transparent; + height: 1.25rem; +} + +.c44 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + -webkit-flex-wrap: nowrap; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-align-items: stretch; + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + background-color: rgba(241,241,241,1); + border-top: 0.0625rem solid rgb(216,216,216); + max-height: 3.3125rem; + min-height: 3.3125rem; + line-height: 1.5625rem; + height: 4.375rem; + max-height: 4.375rem; + position: fixed; + left: 0; + right: 0; + bottom: 0; +} + +.c39 { + width: 0.375rem; + height: 0.375rem; + border-radius: 50%; + background-color: rgb(0,152,88); + display: inline-block; +} + +.c25 { + color: rgb(100,100,100); + position: absolute; + width: 1.125rem; + height: 1.125rem; + box-sizing: border-box; + top: 0; + right: 0; + cursor: pointer; + background-color: rgb(255,255,255); + box-shadow: none; + border: 0.0625rem solid rgb(216,216,216); + cursor: pointer; + border-radius: 0.25rem; + width: 1.125rem; + height: 1.125rem; +} + +.c25::after { + opacity: 0; + content: ''; + position: absolute; + width: 0.375rem; + height: 0.125rem; + background: transparent; + top: 0.3125rem; + left: 0.25rem; + border: 0.125rem solid rgb(45,45,45); + border-top: none; + border-right: none; + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); +} + +.c23 { + display: inline-block; + vertical-align: text-bottom; + width: 1.125rem; + height: 1.125rem; + position: relative; + cursor: pointer; +} + +.c22 { + list-style-type: none; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} + +.c22 label { + font-weight: 400; +} + +.c5 { + display: inline-block; + margin: 0; + padding: 0; + border: none; + overflow: hidden; + height: auto; + -webkit-margin-start: 0; + -webkit-margin-end: 0; + -webkit-padding-before: 0; + -webkit-padding-start: 0; + -webkit-padding-end: 0; + -webkit-padding-after: 0; + width: 100%; +} + +.c9 { + display: inline-block; + margin: 0; + padding: 0; + border: none; + overflow: hidden; + height: auto; + -webkit-margin-start: 0; + -webkit-margin-end: 0; + -webkit-padding-before: 0; + -webkit-padding-start: 0; + -webkit-padding-end: 0; + -webkit-padding-after: 0; + float: right; +} + +.c21 { + display: inline-block; + margin: 0; + padding: 0; + border: none; + overflow: hidden; + height: auto; + -webkit-margin-start: 0; + -webkit-margin-end: 0; + -webkit-padding-before: 0; + -webkit-padding-start: 0; + -webkit-padding-end: 0; + -webkit-padding-after: 0; +} + +.c7 { + box-sizing: border-box; + width: 18.75rem; + height: 3rem; + min-height: 3rem; + margin-bottom: 0.5rem; + margin-top: 0.5rem; + padding: 0.8125rem 1.125rem; + border-radius: 0.25rem; + background-color: rgb(255,255,255); + border: 0.0625rem solid rgb(216,216,216); + color: rgba(73,73,73,1); + width: 100%; + text-overflow: ellipsis; + font-size: 0.9375rem; + line-height: normal !important; + font-style: normal; + font-stretch: normal; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + outline: 0; +} + +.c7::-webkit-input-placeholder { + color: rgba(73,73,73,0.5); +} + +.c7::-moz-placeholder { + color: rgba(73,73,73,0.5); +} + +.c7:-ms-input-placeholder { + color: rgba(73,73,73,0.5); +} + +.c7:invalid { + box-shadow: none; +} + +.c7:disabled { + background-color: rgb(250,250,250); + color: rgb(216,216,216); + cursor: not-allowed; +} + +.c7:disabled::-webkit-input-placeholder { + color: rgba(73,73,73,0.5); +} + +.c7:disabled::-moz-placeholder { + color: rgba(73,73,73,0.5); +} + +.c7:disabled:-ms-input-placeholder { + color: rgba(73,73,73,0.5); +} + +.c7:focus { + border-color: rgb(59,70,204); + outline: 0; +} + +.c43 { + cursor: pointer; + height: 100%; + width: 100%; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} + +.c15 { + overflow: hidden; + border-spacing: 0; + border-collapse: separate; + table-layout: fixed; + width: 100%; + max-width: 100%; +} + +.c16 { + width: 100%; + background: rgb(250,250,250); +} + +.c16 th:first-child { + border-top-left-radius: 0.25rem; +} + +.c16 th:last-child { + border-top-right-radius: 0.25rem; +} + +.c33 { + width: 100%; +} + +.c33 tr:first-child td { + border-top: none; +} + +.c19 { + border-width: 0.0625rem; + border-style: solid; + border-color: rgb(216,216,216); + border-spacing: 0; + white-space: nowrap; + box-sizing: border-box; + padding: 0 1.5rem; + height: 3.75rem; + width: 2rem; + display: table-cell; + vertical-align: middle; + text-align: left; + height: 2.625rem; + color: rgb(189,189,189); + font-weight: 500; +} + +.c19:not(:first-child) { + border-left-width: 0; +} + +.c19:not(:last-child) { + border-right-width: 0; +} + +.c26 { + border-width: 0.0625rem; + border-style: solid; + border-color: rgb(216,216,216); + border-spacing: 0; + white-space: nowrap; + box-sizing: border-box; + padding: 0 1.5rem; + height: 3.75rem; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + text-align: left; + height: 2.625rem; + color: rgb(189,189,189); + font-weight: 500; + color: rgba(73,73,73,1); + font-weight: bold; +} + +.c26:not(:first-child) { + border-left-width: 0; +} + +.c26:not(:last-child) { + border-right-width: 0; +} + +.c28 { + border-width: 0.0625rem; + border-style: solid; + border-color: rgb(216,216,216); + border-spacing: 0; + white-space: nowrap; + box-sizing: border-box; + padding: 0 1.5rem; + height: 3.75rem; + width: 9.375rem; + display: table-cell; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + text-align: left; + height: 2.625rem; + color: rgb(189,189,189); + font-weight: 500; +} + +.c28:not(:first-child) { + border-left-width: 0; +} + +.c28:not(:last-child) { + border-right-width: 0; +} + +.c29 { + border-width: 0.0625rem; + border-style: solid; + border-color: rgb(216,216,216); + border-spacing: 0; + white-space: nowrap; + box-sizing: border-box; + padding: 0 1.5rem; + height: 3.75rem; + width: 0rem; + display: none; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + text-align: left; + height: 2.625rem; + color: rgb(189,189,189); + font-weight: 500; +} + +.c29:not(:first-child) { + border-left-width: 0; +} + +.c29:not(:last-child) { + border-right-width: 0; +} + +.c30 { + border-width: 0.0625rem; + border-style: solid; + border-color: rgb(216,216,216); + border-spacing: 0; + white-space: nowrap; + box-sizing: border-box; + padding: 0 1.5rem; + height: 3.75rem; + width: 0rem; + display: none; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + text-align: left; + height: 2.625rem; + color: rgb(189,189,189); + font-weight: 500; +} + +.c30:not(:first-child) { + border-left-width: 0; +} + +.c30:not(:last-child) { + border-right-width: 0; +} + +.c32 { + border-width: 0.0625rem; + border-style: solid; + border-color: rgb(216,216,216); + border-spacing: 0; + white-space: nowrap; + box-sizing: border-box; + padding: 0 1.5rem; + height: 3.75rem; + width: 3.75rem; + display: table-cell; + height: 2.625rem; + color: rgb(189,189,189); + font-weight: 500; +} + +.c32:not(:first-child) { + border-left-width: 0; +} + +.c32:not(:last-child) { + border-right-width: 0; +} + +.c35 { + border-width: 0.0625rem; + border-style: solid; + border-color: rgb(216,216,216); + border-spacing: 0; + white-space: nowrap; + box-sizing: border-box; + padding: 0 1.5rem; + height: 3.75rem; + vertical-align: middle; + text-align: left; + border-bottom-width: 0; +} + +.c35:not(:first-child) { + border-left-width: 0; +} + +.c35:not(:last-child) { + border-right-width: 0; +} + +.c40 { + border-width: 0.0625rem; + border-style: solid; + border-color: rgb(216,216,216); + border-spacing: 0; + white-space: nowrap; + box-sizing: border-box; + padding: 0 1.5rem; + height: 3.75rem; + width: 0rem; + display: none; + vertical-align: middle; + text-align: left; + border-bottom-width: 0; +} + +.c40:not(:first-child) { + border-left-width: 0; +} + +.c40:not(:last-child) { + border-right-width: 0; +} + +.c41 { + border-width: 0.0625rem; + border-style: solid; + border-color: rgb(216,216,216); + border-spacing: 0; + white-space: nowrap; + box-sizing: border-box; + padding: 0 1.5rem; + height: 3.75rem; + width: 0rem; + display: none; + vertical-align: middle; + text-align: left; + border-bottom-width: 0; +} + +.c41:not(:first-child) { + border-left-width: 0; +} + +.c41:not(:last-child) { + border-right-width: 0; +} + +.c42 { + border-width: 0.0625rem; + border-style: solid; + border-color: rgb(216,216,216); + border-spacing: 0; + white-space: nowrap; + box-sizing: border-box; + padding: 0 1.5rem; + height: 3.75rem; + border-bottom-width: 0; + border-left-width: 0.0625rem !important; +} + +.c42:not(:first-child) { + border-left-width: 0; +} + +.c42:not(:last-child) { + border-right-width: 0; +} + +.c17 { + display: table-row; + color: rgba(73,73,73,1); + background-color: rgb(255,255,255); + box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05); + box-sizing: border-box; + color: rgba(73,73,73,1); + background-color: transparent; + border: none; + box-shadow: none; +} + +.c17:last-child { + box-shadow: none; +} + +.c17:last-child td { + border-bottom-width: 0.0625rem; +} + +.c34 { + display: table-row; + color: rgba(73,73,73,1); + background-color: rgb(255,255,255); + box-shadow: 0 0.125rem 0 rgba(0,0,0,0.05); + box-sizing: border-box; +} + +.c34:last-child { + box-shadow: none; +} + +.c34:last-child td { + border-bottom-width: 0.0625rem; +} + +.c10 { + margin-top: undefined; +} + +@media only screen and (min-width:48em) { + .c0 { + width: 46rem; + } +} + +@media only screen and (min-width:64em) { + .c0 { + width: 61rem; + } +} + +@media only screen and (min-width:75em) { + .c0 { + width: 76rem; + } +} + +@media only screen and (max-width:47.9375rem) { + .c0 { + padding-left: 0.375rem; + padding-right: 0.375rem; + } +} + +@media only screen and (min-width:48em) { + .c45 { + width: 46rem; + } +} + +@media only screen and (min-width:64em) { + .c45 { + width: 61rem; + } +} + +@media only screen and (min-width:75em) { + .c45 { + width: 76rem; + } +} + +@media only screen and (max-width:47.9375rem) { + .c45 { + padding-left: 0.375rem; + padding-right: 0.375rem; + } +} + +@media only screen and (min-width:0em) { + .c46 { + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + } +} + +@media only screen and (min-width:0em) { + .c46 { + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; + } +} + +@media only screen and (min-width:0em) { + .c4 { + -webkit-flex-basis: 58.333333333333336%; + -ms-flex-preferred-size: 58.333333333333336%; + flex-basis: 58.333333333333336%; + max-width: 58.333333333333336%; + display: block; + } +} + +@media only screen and (min-width:48em) { + .c4 { + -webkit-flex-basis: 41.66666666666667%; + -ms-flex-preferred-size: 41.66666666666667%; + flex-basis: 41.66666666666667%; + max-width: 41.66666666666667%; + display: block; + } +} + +@media only screen and (min-width:0em) { + .c8 { + -webkit-flex-basis: 41.66666666666667%; + -ms-flex-preferred-size: 41.66666666666667%; + flex-basis: 41.66666666666667%; + max-width: 41.66666666666667%; + display: block; + } +} + +@media only screen and (min-width:48em) { + .c8 { + -webkit-flex-basis: 58.333333333333336%; + -ms-flex-preferred-size: 58.333333333333336%; + flex-basis: 58.333333333333336%; + max-width: 58.333333333333336%; + display: block; + } +} + +@media only screen and (min-width:0em) { + .c47 { + -webkit-flex-basis: 58.333333333333336%; + -ms-flex-preferred-size: 58.333333333333336%; + flex-basis: 58.333333333333336%; + max-width: 58.333333333333336%; + display: block; + } +} + +@media only screen and (min-width:0em) { + .c50 { + -webkit-flex-basis: 41.66666666666667%; + -ms-flex-preferred-size: 41.66666666666667%; + flex-basis: 41.66666666666667%; + max-width: 41.66666666666667%; + display: block; + } +} + +@media only screen and (min-width:47.9375rem) { + .c29 { + width: 10rem; + display: table-cell; + } +} + +@media only screen and (min-width:47.9375rem) { + .c30 { + width: 8.125rem; + display: table-cell; + } +} + +@media only screen and (min-width:47.9375rem) { + .c40 { + width: 10rem; + display: table-cell; + } +} + +@media only screen and (min-width:47.9375rem) { + .c41 { + width: 8.125rem; + display: table-cell; + } +} + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
  • +
    + +
    +
  • +
    +
    + + Name + + + + + + + Status + + + + Created + + + + Short ID + + +
    +
    +
  • +
    + +
    +
  • +
    +
    + + 2252839a + + + + + + Running + + + almost NaN years + + + 2252839 + + +
    + + + +
    +
    +
    +
  • +
    + +
    +
  • +
    +
    + + f1bd1730 + + + + + + Running + + + almost NaN years + + + f1bd173 + + +
    + + + +
    +
    +
    +
    +
    +
    +
    + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + +
    +
    +
    +
    +
    +`; + +exports[`renders without throwing 1`] = ` +.c37 { + background-color: transparent; + text-decoration-skip: objects; + font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; +} + +.c13 { + font-family: sans-serif; + font-size: 100%; + line-height: 1.15; + margin: 0; + overflow: visible; + text-transform: none; + -webkit-appearance: button; + -moz-appearance: button; + appearance: button; + min-width: 7.5rem; +} + +.c13::-moz-focus-inner, +.c13[type='button']::-moz-focus-inner, +.c13[type='reset']::-moz-focus-inner, +.c13[type='submit']::-moz-focus-inner { + border-style: none; + padding: 0; +} + +.c13:-moz-focusring, +.c13[type='button']:-moz-focusring, +.c13[type='reset']:-moz-focusring, +.c13[type='submit']:-moz-focusring { + outline: 0.0625rem dotted ButtonText; +} + +.c13 + button { + margin-left: 0.375rem; +} + +.c24 { + font-family: sans-serif; + font-size: 100%; + line-height: 1.15; + margin: 0; + overflow: visible; + font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; + display: none; +} + +.c24[type='checkbox'], +.c24[type='radio'] { + box-sizing: border-box; + padding: 0; +} + +.c24[type='number']::-webkit-inner-spin-button, +.c24[type='number']::-webkit-outer-spin-button { + height: auto; +} + +.c24[type='search'] { + -webkit-appearance: textfield; + -moz-appearance: textfield; + appearance: textfield; + outline-offset: -0.125rem; +} + +.c24[type='search']::-webkit-search-cancel-button, +.c24[type='search']::-webkit-search-decoration { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; +} + +.c24::-webkit-file-upload-button { + -webkit-appearance: button; + -moz-appearance: button; + appearance: button; + font: inherit; +} + +.c24:checked + label::after { + opacity: 1; +} + +.c24:selected + label::after { + opacity: 1; +} + +.c24:checked + label { + border-color: rgb(59,70,204); +} + +.c24:selected + label { + border-color: rgb(59,70,204); +} + +.c24:disabled + label { + background-color: rgb(249,249,249); + cursor: not-allowed; +} + +.c36 { + color: rgb(59,70,204); + -webkit-text-fill-color: currentcolor; +} + +.c36:hover { + text-decoration: none; +} + +.c18 { + padding: 0rem; + padding-left: 0.75rem; +} + +.c20 { + padding-top: 0.25rem; +} + +.c27 { + margin-bottom: 0.125rem; + margin-left: 0.5625rem; +} + +.c31 { + padding: 0rem; +} + +.c38 { + height: 0.6875rem; + width: 0.6875rem; + border-radius: 0.6875rem; +} + +.c12 { + display: inline-block; +} + +.c11 { + box-sizing: border-box; + display: inline-block; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + min-height: 3rem; + height: 3rem; + min-width: 7.5rem; + margin-bottom: 0.5rem; + margin-top: 0.5rem; + padding: 0.9375rem 1.125rem; + position: relative; + font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; + font-size: 0.9375rem; + text-align: center; + font-style: normal; + font-stretch: normal; + line-height: normal; + -webkit-letter-spacing: normal; + -moz-letter-spacing: normal; + -ms-letter-spacing: normal; + letter-spacing: normal; + text-decoration: none; + white-space: nowrap; + vertical-align: middle; + touch-action: manipulation; + cursor: pointer; + color: rgb(255,255,255); + -webkit-text-fill-color: currentcolor; + background-image: none; + background-color: rgb(59,70,204); + border-radius: 0.25rem; + border: solid 0.0625rem rgb(45,56,132); + display: -webkit-inline-box; + display: -webkit-inline-flex; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + width: 100%; + max-width: 100%; +} + +.c11:focus { + outline: 0; + text-decoration: none; + background-color: rgb(59,70,204); + border-color: rgb(45,56,132); +} + +.c11:hover { + background-color: rgb(72,83,217); + border: solid 0.0625rem rgb(45,56,132); +} + +.c11:active, +.c11:active:hover, +.c11:active:focus { + background-image: none; + outline: 0; + background-color: rgb(45,56,132); + border-color: rgb(45,56,132); +} + +.c11[disabled] { + cursor: not-allowed; + pointer-events: none; +} + +.c11 svg + span { + margin-left: 0.75rem; +} + +.c11 svg { + max-height: 1.125rem; +} + +.c50 { + box-sizing: border-box; + display: inline-block; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + min-height: 3rem; + height: 3rem; + min-width: 7.5rem; + margin-bottom: 0.5rem; + margin-top: 0.5rem; + padding: 0.9375rem 1.125rem; + position: relative; + font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; + font-size: 0.9375rem; + text-align: center; + font-style: normal; + font-stretch: normal; + line-height: normal; + -webkit-letter-spacing: normal; + -moz-letter-spacing: normal; + -ms-letter-spacing: normal; + letter-spacing: normal; + text-decoration: none; + white-space: nowrap; + vertical-align: middle; + touch-action: manipulation; + cursor: pointer; + color: rgb(255,255,255); + -webkit-text-fill-color: currentcolor; + background-image: none; + background-color: rgb(59,70,204); + border-radius: 0.25rem; + border: solid 0.0625rem rgb(45,56,132); + color: rgb(70,70,70); + -webkit-text-fill-color: currentcolor; + background-color: rgb(255,255,255); + border-color: rgb(216,216,216); + cursor: not-allowed; + pointer-events: none; + color: rgb(216,216,216); + background-color: rgb(250,250,250); + border-color: rgb(216,216,216); + padding: 0.5625rem 1.125rem; + font-size: 0.8125rem; + min-width: 0rem; + display: -webkit-inline-box; + display: -webkit-inline-flex; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} + +.c50:focus { + outline: 0; + text-decoration: none; + background-color: rgb(59,70,204); + border-color: rgb(45,56,132); +} + +.c50:hover { + background-color: rgb(72,83,217); + border: solid 0.0625rem rgb(45,56,132); +} + +.c50:active, +.c50:active:hover, +.c50:active:focus { + background-image: none; + outline: 0; + background-color: rgb(45,56,132); + border-color: rgb(45,56,132); +} + +.c50[disabled] { + cursor: not-allowed; + pointer-events: none; +} + +.c50:focus { + background-color: rgb(255,255,255); + border-color: rgb(216,216,216); +} + +.c50:hover { + background-color: rgb(247,247,247); + border-color: rgb(216,216,216); +} + +.c50:active, +.c50:active:hover, +.c50:active:focus { + background-color: rgb(230,230,230); + border-color: rgb(216,216,216); +} + +.c50:focus { + background-color: rgb(250,250,250); + border-color: rgb(216,216,216); +} + +.c50:hover { + background-color: rgb(250,250,250); + border-color: rgb(250,250,250); +} + +.c50:active, +.c50:active:hover, +.c50:active:focus { + background-color: rgb(250,250,250); + border-color: rgb(250,250,250); +} + +.c50 svg + span { + margin-left: 0.75rem; +} + +.c50 svg { + max-height: 1.125rem; +} + +.c51 { + box-sizing: border-box; + display: inline-block; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + min-height: 3rem; + height: 3rem; + min-width: 7.5rem; + margin-bottom: 0.5rem; + margin-top: 0.5rem; + padding: 0.9375rem 1.125rem; + position: relative; + font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; + font-size: 0.9375rem; + text-align: center; + font-style: normal; + font-stretch: normal; + line-height: normal; + -webkit-letter-spacing: normal; + -moz-letter-spacing: normal; + -ms-letter-spacing: normal; + letter-spacing: normal; + text-decoration: none; + white-space: nowrap; + vertical-align: middle; + touch-action: manipulation; + cursor: pointer; + color: rgb(255,255,255); + -webkit-text-fill-color: currentcolor; + background-image: none; + background-color: rgb(59,70,204); + border-radius: 0.25rem; + border: solid 0.0625rem rgb(45,56,132); + color: rgb(70,70,70); + -webkit-text-fill-color: currentcolor; + background-color: rgb(255,255,255); + border-color: rgb(216,216,216); + cursor: not-allowed; + pointer-events: none; + color: rgb(216,216,216); + background-color: rgb(250,250,250); + border-color: rgb(216,216,216); + display: -webkit-inline-box; + display: -webkit-inline-flex; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} + +.c51:focus { + outline: 0; + text-decoration: none; + background-color: rgb(59,70,204); + border-color: rgb(45,56,132); +} + +.c51:hover { + background-color: rgb(72,83,217); + border: solid 0.0625rem rgb(45,56,132); +} + +.c51:active, +.c51:active:hover, +.c51:active:focus { + background-image: none; + outline: 0; + background-color: rgb(45,56,132); + border-color: rgb(45,56,132); +} + +.c51[disabled] { + cursor: not-allowed; + pointer-events: none; +} + +.c51:focus { + background-color: rgb(255,255,255); + border-color: rgb(216,216,216); +} + +.c51:hover { + background-color: rgb(247,247,247); + border-color: rgb(216,216,216); +} + +.c51:active, +.c51:active:hover, +.c51:active:focus { + background-color: rgb(230,230,230); + border-color: rgb(216,216,216); +} + +.c51:focus { + background-color: rgb(250,250,250); + border-color: rgb(216,216,216); +} + +.c51:hover { + background-color: rgb(250,250,250); + border-color: rgb(250,250,250); +} + +.c51:active, +.c51:active:hover, +.c51:active:focus { + background-color: rgb(250,250,250); + border-color: rgb(250,250,250); +} + +.c51 svg + span { + margin-left: 0.75rem; +} + +.c51 svg { + max-height: 1.125rem; +} + .c53 { box-sizing: border-box; display: inline-block; @@ -9034,6 +8891,9 @@ exports[`renders without throwing color: rgb(216,216,216); background-color: rgb(250,250,250); border-color: rgb(216,216,216); + padding: 0.5625rem 1.125rem; + font-size: 0.8125rem; + min-width: 0rem; display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; @@ -9132,7 +8992,7 @@ exports[`renders without throwing max-height: 1.125rem; } -.c47 { +.c54 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -9175,9 +9035,15 @@ exports[`renders without throwing -webkit-text-fill-color: currentcolor; background-color: rgb(255,255,255); border-color: rgb(216,216,216); - padding: 0.5625rem 1.125rem; - font-size: 0.8125rem; - min-width: 0rem; + color: rgb(210,67,58); + -webkit-text-fill-color: currentcolor; + background-color: rgb(255,255,255); + border-color: rgb(210,67,58); + cursor: not-allowed; + pointer-events: none; + color: rgb(216,216,216); + background-color: rgb(250,250,250); + border-color: rgb(216,216,216); display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; @@ -9186,56 +9052,93 @@ exports[`renders without throwing -webkit-box-align: center; -ms-flex-align: center; align-items: center; + float: right; } -.c47:focus { +.c54:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c47:hover { +.c54:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c47:active, -.c47:active:hover, -.c47:active:focus { +.c54:active, +.c54:active:hover, +.c54:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c47[disabled] { +.c54[disabled] { cursor: not-allowed; pointer-events: none; } -.c47:focus { +.c54:focus { background-color: rgb(255,255,255); border-color: rgb(216,216,216); } -.c47:hover { +.c54:hover { background-color: rgb(247,247,247); border-color: rgb(216,216,216); } -.c47:active, -.c47:active:hover, -.c47:active:focus { +.c54:active, +.c54:active:hover, +.c54:active:focus { background-color: rgb(230,230,230); border-color: rgb(216,216,216); } -.c47 svg + span { +.c54:focus { + color: rgb(205,37,27); + background-color: rgb(255,255,255); + border-color: rgb(205,37,27); +} + +.c54:hover { + color: rgb(205,37,27); + background-color: rgb(255,255,255); + border-color: rgb(205,37,27); +} + +.c54:active, +.c54:active:hover, +.c54:active:focus { + background-color: rgba(210,67,58,0.1); + border-color: rgb(205,37,27); +} + +.c54:focus { + background-color: rgb(250,250,250); + border-color: rgb(216,216,216); +} + +.c54:hover { + background-color: rgb(250,250,250); + border-color: rgb(250,250,250); +} + +.c54:active, +.c54:active:hover, +.c54:active:focus { + background-color: rgb(250,250,250); + border-color: rgb(250,250,250); +} + +.c54 svg + span { margin-left: 0.75rem; } -.c47 svg { +.c54 svg { max-height: 1.125rem; } @@ -9282,6 +9185,9 @@ exports[`renders without throwing -webkit-text-fill-color: currentcolor; background-color: rgb(255,255,255); border-color: rgb(216,216,216); + padding: 0.5625rem 1.125rem; + font-size: 0.8125rem; + min-width: 0rem; display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; @@ -9343,6 +9249,110 @@ exports[`renders without throwing max-height: 1.125rem; } +.c49 { + box-sizing: border-box; + display: inline-block; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + min-height: 3rem; + height: 3rem; + min-width: 7.5rem; + margin-bottom: 0.5rem; + margin-top: 0.5rem; + padding: 0.9375rem 1.125rem; + position: relative; + font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; + font-size: 0.9375rem; + text-align: center; + font-style: normal; + font-stretch: normal; + line-height: normal; + -webkit-letter-spacing: normal; + -moz-letter-spacing: normal; + -ms-letter-spacing: normal; + letter-spacing: normal; + text-decoration: none; + white-space: nowrap; + vertical-align: middle; + touch-action: manipulation; + cursor: pointer; + color: rgb(255,255,255); + -webkit-text-fill-color: currentcolor; + background-image: none; + background-color: rgb(59,70,204); + border-radius: 0.25rem; + border: solid 0.0625rem rgb(45,56,132); + color: rgb(70,70,70); + -webkit-text-fill-color: currentcolor; + background-color: rgb(255,255,255); + border-color: rgb(216,216,216); + display: -webkit-inline-box; + display: -webkit-inline-flex; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} + +.c49:focus { + outline: 0; + text-decoration: none; + background-color: rgb(59,70,204); + border-color: rgb(45,56,132); +} + +.c49:hover { + background-color: rgb(72,83,217); + border: solid 0.0625rem rgb(45,56,132); +} + +.c49:active, +.c49:active:hover, +.c49:active:focus { + background-image: none; + outline: 0; + background-color: rgb(45,56,132); + border-color: rgb(45,56,132); +} + +.c49[disabled] { + cursor: not-allowed; + pointer-events: none; +} + +.c49:focus { + background-color: rgb(255,255,255); + border-color: rgb(216,216,216); +} + +.c49:hover { + background-color: rgb(247,247,247); + border-color: rgb(216,216,216); +} + +.c49:active, +.c49:active:hover, +.c49:active:focus { + background-color: rgb(230,230,230); + border-color: rgb(216,216,216); +} + +.c49 svg + span { + margin-left: 0.75rem; +} + +.c49 svg { + max-height: 1.125rem; +} + .c6 { font-size: 0.9375rem; font-style: normal; @@ -9365,7 +9375,7 @@ exports[`renders without throwing padding-bottom: 1.125rem; } -.c44 { +.c45 { margin-right: auto; margin-left: auto; box-sizing: border-box; @@ -9428,7 +9438,7 @@ exports[`renders without throwing flex: 1 1 auto; } -.c45 { +.c46 { box-sizing: border-box; display: -webkit-box; display: -webkit-flex; @@ -9468,7 +9478,7 @@ exports[`renders without throwing padding-left: 0.5rem; } -.c46 { +.c47 { box-sizing: border-box; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; @@ -9477,7 +9487,7 @@ exports[`renders without throwing padding-left: 0.5rem; } -.c51 { +.c52 { box-sizing: border-box; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; @@ -9493,14 +9503,14 @@ exports[`renders without throwing height: 1.875rem; } -.c13 { +.c14 { background-color: rgb(216,216,216); margin: 0; background-color: transparent; height: 1.25rem; } -.c43 { +.c44 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -9531,7 +9541,7 @@ exports[`renders without throwing bottom: 0; } -.c38 { +.c39 { width: 0.375rem; height: 0.375rem; border-radius: 50%; @@ -9539,7 +9549,7 @@ exports[`renders without throwing display: inline-block; } -.c24 { +.c25 { color: rgb(100,100,100); position: absolute; width: 1.125rem; @@ -9557,7 +9567,7 @@ exports[`renders without throwing height: 1.125rem; } -.c24::after { +.c25::after { opacity: 0; content: ''; position: absolute; @@ -9574,7 +9584,7 @@ exports[`renders without throwing transform: rotate(-45deg); } -.c22 { +.c23 { display: inline-block; vertical-align: text-bottom; width: 1.125rem; @@ -9583,7 +9593,7 @@ exports[`renders without throwing cursor: pointer; } -.c21 { +.c22 { list-style-type: none; display: -webkit-box; display: -webkit-flex; @@ -9595,7 +9605,7 @@ exports[`renders without throwing align-items: center; } -.c21 label { +.c22 label { font-weight: 400; } @@ -9631,7 +9641,7 @@ exports[`renders without throwing float: right; } -.c20 { +.c21 { display: inline-block; margin: 0; padding: 0; @@ -9709,7 +9719,7 @@ exports[`renders without throwing outline: 0; } -.c42 { +.c43 { cursor: pointer; height: 100%; width: 100%; @@ -9727,7 +9737,7 @@ exports[`renders without throwing align-items: center; } -.c14 { +.c15 { overflow: hidden; border-spacing: 0; border-collapse: separate; @@ -9736,28 +9746,28 @@ exports[`renders without throwing max-width: 100%; } -.c15 { +.c16 { width: 100%; background: rgb(250,250,250); } -.c15 th:first-child { +.c16 th:first-child { border-top-left-radius: 0.25rem; } -.c15 th:last-child { +.c16 th:last-child { border-top-right-radius: 0.25rem; } -.c32 { +.c33 { width: 100%; } -.c32 tr:first-child td { +.c33 tr:first-child td { border-top: none; } -.c18 { +.c19 { border-width: 0.0625rem; border-style: solid; border-color: rgb(216,216,216); @@ -9775,15 +9785,15 @@ exports[`renders without throwing font-weight: 500; } -.c18:not(:first-child) { +.c19:not(:first-child) { border-left-width: 0; } -.c18:not(:last-child) { +.c19:not(:last-child) { border-right-width: 0; } -.c25 { +.c26 { border-width: 0.0625rem; border-style: solid; border-color: rgb(216,216,216); @@ -9806,42 +9816,11 @@ exports[`renders without throwing font-weight: bold; } -.c25:not(:first-child) { +.c26:not(:first-child) { border-left-width: 0; } -.c25:not(:last-child) { - border-right-width: 0; -} - -.c27 { - border-width: 0.0625rem; - border-style: solid; - border-color: rgb(216,216,216); - border-spacing: 0; - white-space: nowrap; - box-sizing: border-box; - padding: 0 1.5rem; - height: 3.75rem; - width: 9.375rem; - display: table-cell; - cursor: pointer; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - vertical-align: middle; - text-align: left; - height: 2.625rem; - color: rgb(189,189,189); - font-weight: 500; -} - -.c27:not(:first-child) { - border-left-width: 0; -} - -.c27:not(:last-child) { +.c26:not(:last-child) { border-right-width: 0; } @@ -9854,8 +9833,8 @@ exports[`renders without throwing box-sizing: border-box; padding: 0 1.5rem; height: 3.75rem; - width: 0rem; - display: none; + width: 9.375rem; + display: table-cell; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; @@ -9907,7 +9886,38 @@ exports[`renders without throwing border-right-width: 0; } -.c31 { +.c30 { + border-width: 0.0625rem; + border-style: solid; + border-color: rgb(216,216,216); + border-spacing: 0; + white-space: nowrap; + box-sizing: border-box; + padding: 0 1.5rem; + height: 3.75rem; + width: 0rem; + display: none; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + text-align: left; + height: 2.625rem; + color: rgb(189,189,189); + font-weight: 500; +} + +.c30:not(:first-child) { + border-left-width: 0; +} + +.c30:not(:last-child) { + border-right-width: 0; +} + +.c32 { border-width: 0.0625rem; border-style: solid; border-color: rgb(216,216,216); @@ -9923,15 +9933,15 @@ exports[`renders without throwing font-weight: 500; } -.c31:not(:first-child) { +.c32:not(:first-child) { border-left-width: 0; } -.c31:not(:last-child) { +.c32:not(:last-child) { border-right-width: 0; } -.c34 { +.c35 { border-width: 0.0625rem; border-style: solid; border-color: rgb(216,216,216); @@ -9945,35 +9955,11 @@ exports[`renders without throwing border-bottom-width: 0; } -.c34:not(:first-child) { +.c35:not(:first-child) { border-left-width: 0; } -.c34:not(:last-child) { - border-right-width: 0; -} - -.c39 { - border-width: 0.0625rem; - border-style: solid; - border-color: rgb(216,216,216); - border-spacing: 0; - white-space: nowrap; - box-sizing: border-box; - padding: 0 1.5rem; - height: 3.75rem; - width: 0rem; - display: none; - vertical-align: middle; - text-align: left; - border-bottom-width: 0; -} - -.c39:not(:first-child) { - border-left-width: 0; -} - -.c39:not(:last-child) { +.c35:not(:last-child) { border-right-width: 0; } @@ -10010,8 +9996,11 @@ exports[`renders without throwing box-sizing: border-box; padding: 0 1.5rem; height: 3.75rem; + width: 0rem; + display: none; + vertical-align: middle; + text-align: left; border-bottom-width: 0; - border-left-width: 0.0625rem !important; } .c41:not(:first-child) { @@ -10022,7 +10011,28 @@ exports[`renders without throwing border-right-width: 0; } -.c16 { +.c42 { + border-width: 0.0625rem; + border-style: solid; + border-color: rgb(216,216,216); + border-spacing: 0; + white-space: nowrap; + box-sizing: border-box; + padding: 0 1.5rem; + height: 3.75rem; + border-bottom-width: 0; + border-left-width: 0.0625rem !important; +} + +.c42:not(:first-child) { + border-left-width: 0; +} + +.c42:not(:last-child) { + border-right-width: 0; +} + +.c17 { display: table-row; color: rgba(73,73,73,1); background-color: rgb(255,255,255); @@ -10034,15 +10044,15 @@ exports[`renders without throwing box-shadow: none; } -.c16:last-child { +.c17:last-child { box-shadow: none; } -.c16:last-child td { +.c17:last-child td { border-bottom-width: 0.0625rem; } -.c33 { +.c34 { display: table-row; color: rgba(73,73,73,1); background-color: rgb(255,255,255); @@ -10050,14 +10060,18 @@ exports[`renders without throwing box-sizing: border-box; } -.c33:last-child { +.c34:last-child { box-shadow: none; } -.c33:last-child td { +.c34:last-child td { border-bottom-width: 0.0625rem; } +.c10 { + margin-top: undefined; +} + @media only screen and (min-width:48em) { .c0 { width: 46rem; @@ -10084,32 +10098,32 @@ exports[`renders without throwing } @media only screen and (min-width:48em) { - .c44 { + .c45 { width: 46rem; } } @media only screen and (min-width:64em) { - .c44 { + .c45 { width: 61rem; } } @media only screen and (min-width:75em) { - .c44 { + .c45 { width: 76rem; } } @media only screen and (max-width:47.9375rem) { - .c44 { + .c45 { padding-left: 0.375rem; padding-right: 0.375rem; } } @media only screen and (min-width:0em) { - .c45 { + .c46 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -10118,7 +10132,7 @@ exports[`renders without throwing } @media only screen and (min-width:0em) { - .c45 { + .c46 { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; @@ -10167,7 +10181,7 @@ exports[`renders without throwing } @media only screen and (min-width:0em) { - .c46 { + .c47 { -webkit-flex-basis: 58.333333333333336%; -ms-flex-preferred-size: 58.333333333333336%; flex-basis: 58.333333333333336%; @@ -10177,7 +10191,7 @@ exports[`renders without throwing } @media only screen and (min-width:0em) { - .c51 { + .c52 { -webkit-flex-basis: 41.66666666666667%; -ms-flex-preferred-size: 41.66666666666667%; flex-basis: 41.66666666666667%; @@ -10187,28 +10201,28 @@ exports[`renders without throwing } @media only screen and (min-width:47.9375rem) { - .c28 { + .c29 { width: 10rem; display: table-cell; } } @media only screen and (min-width:47.9375rem) { - .c29 { + .c30 { width: 8.125rem; display: table-cell; } } @media only screen and (min-width:47.9375rem) { - .c39 { + .c40 { width: 10rem; display: table-cell; } } @media only screen and (min-width:47.9375rem) { - .c40 { + .c41 { width: 8.125rem; display: table-cell; } @@ -10259,63 +10273,61 @@ exports[`renders without throwing role="group" style={undefined} > - - + +
  • without throwing > without throwing type="checkbox" />
    @@ -10340,7 +10352,7 @@ exports[`renders without throwing
  • without throwing Name without throwing without throwing without throwing without throwing without throwing
  • without throwing >
    @@ -10463,27 +10475,27 @@ exports[`renders without throwing
  • 2252839a without throwing without throwing almost NaN years without throwing
    without throwing
  • without throwing >
    @@ -10591,27 +10603,27 @@ exports[`renders without throwing
  • f1bd1730 without throwing without throwing almost NaN years without throwing
    without throwing
    + +
    @@ -11547,28 +11561,28 @@ exports[`renders without throwing 1`] = ` height="1.875rem" />
    without throwing 1`] = ` />

    Loading...

    diff --git a/packages/my-joy-beta/src/containers/instances/__tests__/__snapshots__/metadata.spec.js.snap b/packages/my-joy-beta/src/containers/instances/__tests__/__snapshots__/metadata.spec.js.snap index b67530ac..cc6d9982 100644 --- a/packages/my-joy-beta/src/containers/instances/__tests__/__snapshots__/metadata.spec.js.snap +++ b/packages/my-joy-beta/src/containers/instances/__tests__/__snapshots__/metadata.spec.js.snap @@ -1,11 +1,15 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`renders without throwing 1`] = ` -.c16 { +.c8 { + margin-top: undefined; +} + +.c17 { margin-bottom: 2rem; } -.c10 { +.c11 { font-family: sans-serif; font-size: 100%; line-height: 1.15; @@ -18,30 +22,30 @@ exports[`renders without throwing 1`] = ` min-width: 7.5rem; } -.c10::-moz-focus-inner, -.c10[type='button']::-moz-focus-inner, -.c10[type='reset']::-moz-focus-inner, -.c10[type='submit']::-moz-focus-inner { +.c11::-moz-focus-inner, +.c11[type='button']::-moz-focus-inner, +.c11[type='reset']::-moz-focus-inner, +.c11[type='submit']::-moz-focus-inner { border-style: none; padding: 0; } -.c10:-moz-focusring, -.c10[type='button']:-moz-focusring, -.c10[type='reset']:-moz-focusring, -.c10[type='submit']:-moz-focusring { +.c11:-moz-focusring, +.c11[type='button']:-moz-focusring, +.c11[type='reset']:-moz-focusring, +.c11[type='submit']:-moz-focusring { outline: 0.0625rem dotted ButtonText; } -.c10 + button { +.c11 + button { margin-left: 0.375rem; } -.c9 { +.c10 { display: inline-block; } -.c8 { +.c9 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -92,37 +96,37 @@ exports[`renders without throwing 1`] = ` max-width: 100%; } -.c8:focus { +.c9:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c8:hover { +.c9:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c8:active, -.c8:active:hover, -.c8:active:focus { +.c9:active, +.c9:active:hover, +.c9:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c8[disabled] { +.c9[disabled] { cursor: not-allowed; pointer-events: none; } -.c8 svg + span { +.c9 svg + span { margin-left: 0.75rem; } -.c8 svg { +.c9 svg { max-height: 1.125rem; } @@ -170,7 +174,7 @@ exports[`renders without throwing 1`] = ` flex: 1 1 auto; } -.c12 { +.c13 { box-sizing: border-box; display: -webkit-box; display: -webkit-flex; @@ -207,7 +211,7 @@ exports[`renders without throwing 1`] = ` padding-left: 0.5rem; } -.c17 { +.c18 { color: rgba(73,73,73,1); font-weight: normal; line-height: 1.625rem; @@ -215,40 +219,40 @@ exports[`renders without throwing 1`] = ` margin: 0; } -.c17 + p, -.c17 + small, -.c17 + h1, -.c17 + h2, -.c17 + label, -.c17 + h3, -.c17 + h4, -.c17 + h5, -.c17 + div, -.c17 + span { +.c18 + p, +.c18 + small, +.c18 + h1, +.c18 + h2, +.c18 + label, +.c18 + h3, +.c18 + h4, +.c18 + h5, +.c18 + div, +.c18 + span { margin-top: 1.5rem; } -.c11 { +.c12 { background-color: rgb(216,216,216); margin: 0; background-color: transparent; height: 1.25rem; } -.c13 { +.c14 { background-color: rgb(216,216,216); margin: 0; background-color: transparent; height: 0.6875rem; } -.c14 { +.c15 { background-color: rgb(216,216,216); margin: 0; height: 0.0625rem; } -.c15 { +.c16 { background-color: rgb(216,216,216); margin: 0; background-color: transparent; @@ -456,47 +460,45 @@ exports[`renders without throwing 1`] = ` role="group" style={undefined} > - - + +

    0 key:value pair @@ -507,21 +509,25 @@ exports[`renders without throwing 1`] = ` `; exports[`renders without throwing 1`] = ` -.c37 { +.c8 { + margin-top: undefined; +} + +.c38 { margin-top: 2rem; margin-bottom: 2rem; } -.c19 { +.c20 { padding-right: 1rem; padding-left: 1rem; } -.c24 { +.c25 { padding: 1rem; } -.c10 { +.c11 { font-family: sans-serif; font-size: 100%; line-height: 1.15; @@ -534,26 +540,26 @@ exports[`renders without throwing 1`] = ` min-width: 7.5rem; } -.c10::-moz-focus-inner, -.c10[type='button']::-moz-focus-inner, -.c10[type='reset']::-moz-focus-inner, -.c10[type='submit']::-moz-focus-inner { +.c11::-moz-focus-inner, +.c11[type='button']::-moz-focus-inner, +.c11[type='reset']::-moz-focus-inner, +.c11[type='submit']::-moz-focus-inner { border-style: none; padding: 0; } -.c10:-moz-focusring, -.c10[type='button']:-moz-focusring, -.c10[type='reset']:-moz-focusring, -.c10[type='submit']:-moz-focusring { +.c11:-moz-focusring, +.c11[type='button']:-moz-focusring, +.c11[type='reset']:-moz-focusring, +.c11[type='submit']:-moz-focusring { outline: 0.0625rem dotted ButtonText; } -.c10 + button { +.c11 + button { margin-left: 0.375rem; } -.c29 { +.c30 { position: relative; display: -webkit-inline-box; display: -webkit-inline-flex; @@ -565,11 +571,11 @@ exports[`renders without throwing 1`] = ` width: 100%; } -.c9 { +.c10 { display: inline-block; } -.c8 { +.c9 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -620,41 +626,41 @@ exports[`renders without throwing 1`] = ` max-width: 100%; } -.c8:focus { +.c9:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c8:hover { +.c9:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c8:active, -.c8:active:hover, -.c8:active:focus { +.c9:active, +.c9:active:hover, +.c9:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c8[disabled] { +.c9[disabled] { cursor: not-allowed; pointer-events: none; } -.c8 svg + span { +.c9 svg + span { margin-left: 0.75rem; } -.c8 svg { +.c9 svg { max-height: 1.125rem; } -.c32 { +.c33 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -700,50 +706,50 @@ exports[`renders without throwing 1`] = ` margin: 0; } -.c32:focus { +.c33:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c32:hover { +.c33:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c32:active, -.c32:active:hover, -.c32:active:focus { +.c33:active, +.c33:active:hover, +.c33:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c32[disabled] { +.c33[disabled] { cursor: not-allowed; pointer-events: none; } -.c32:focus { +.c33:focus { background-color: rgb(255,255,255); border-color: rgb(216,216,216); } -.c32:hover { +.c33:hover { background-color: rgb(247,247,247); border-color: rgb(216,216,216); } -.c32:active, -.c32:active:hover, -.c32:active:focus { +.c33:active, +.c33:active:hover, +.c33:active:focus { background-color: rgb(230,230,230); border-color: rgb(216,216,216); } -.c33 { +.c34 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -790,50 +796,50 @@ exports[`renders without throwing 1`] = ` margin: 0; } -.c33:focus { +.c34:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c33:hover { +.c34:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c33:active, -.c33:active:hover, -.c33:active:focus { +.c34:active, +.c34:active:hover, +.c34:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c33[disabled] { +.c34[disabled] { cursor: not-allowed; pointer-events: none; } -.c33:focus { +.c34:focus { background-color: rgb(250,250,250); border-color: rgb(216,216,216); } -.c33:hover { +.c34:hover { background-color: rgb(250,250,250); border-color: rgb(250,250,250); } -.c33:active, -.c33:active:hover, -.c33:active:focus { +.c34:active, +.c34:active:hover, +.c34:active:focus { background-color: rgb(250,250,250); border-color: rgb(250,250,250); } -.c35 { +.c36 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -892,73 +898,73 @@ exports[`renders without throwing 1`] = ` float: right; } -.c35:focus { +.c36:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c35:hover { +.c36:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c35:active, -.c35:active:hover, -.c35:active:focus { +.c36:active, +.c36:active:hover, +.c36:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c35[disabled] { +.c36[disabled] { cursor: not-allowed; pointer-events: none; } -.c35:focus { +.c36:focus { background-color: rgb(255,255,255); border-color: rgb(216,216,216); } -.c35:hover { +.c36:hover { background-color: rgb(247,247,247); border-color: rgb(216,216,216); } -.c35:active, -.c35:active:hover, -.c35:active:focus { +.c36:active, +.c36:active:hover, +.c36:active:focus { background-color: rgb(230,230,230); border-color: rgb(216,216,216); } -.c35:focus { +.c36:focus { color: rgb(205,37,27); background-color: rgb(255,255,255); border-color: rgb(205,37,27); } -.c35:hover { +.c36:hover { color: rgb(205,37,27); background-color: rgb(255,255,255); border-color: rgb(205,37,27); } -.c35:active, -.c35:active:hover, -.c35:active:focus { +.c36:active, +.c36:active:hover, +.c36:active:focus { background-color: rgba(210,67,58,0.1); border-color: rgb(205,37,27); } -.c35 svg + span { +.c36 svg + span { margin-left: 0.75rem; } -.c35 svg { +.c36 svg { max-height: 1.125rem; } @@ -975,7 +981,7 @@ exports[`renders without throwing 1`] = ` font-size: 0.8125rem; } -.c27 { +.c28 { font-size: 0.9375rem; font-style: normal; font-stretch: normal; @@ -1019,7 +1025,7 @@ exports[`renders without throwing 1`] = ` flex: 1 1 auto; } -.c12 { +.c13 { box-sizing: border-box; display: -webkit-box; display: -webkit-flex; @@ -1038,7 +1044,7 @@ exports[`renders without throwing 1`] = ` margin-left: -0.5rem; } -.c31 { +.c32 { box-sizing: border-box; display: -webkit-box; display: -webkit-flex; @@ -1075,7 +1081,7 @@ exports[`renders without throwing 1`] = ` padding-left: 0.5rem; } -.c25 { +.c26 { box-sizing: border-box; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; @@ -1084,7 +1090,7 @@ exports[`renders without throwing 1`] = ` padding-left: 0.5rem; } -.c34 { +.c35 { box-sizing: border-box; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; @@ -1093,7 +1099,7 @@ exports[`renders without throwing 1`] = ` padding-left: 0.5rem; } -.c38 { +.c39 { color: rgba(73,73,73,1); font-weight: normal; line-height: 1.625rem; @@ -1101,20 +1107,20 @@ exports[`renders without throwing 1`] = ` margin: 0; } -.c38 + p, -.c38 + small, -.c38 + h1, -.c38 + h2, -.c38 + label, -.c38 + h3, -.c38 + h4, -.c38 + h5, -.c38 + div, -.c38 + span { +.c39 + p, +.c39 + small, +.c39 + h1, +.c39 + h2, +.c39 + label, +.c39 + h3, +.c39 + h4, +.c39 + h5, +.c39 + div, +.c39 + span { margin-top: 1.5rem; } -.c22 { +.c23 { color: rgba(73,73,73,1); font-weight: 600; line-height: 1.5rem; @@ -1122,61 +1128,61 @@ exports[`renders without throwing 1`] = ` margin: 0; } -.c22 + p, -.c22 + small, -.c22 + h1, -.c22 + h2, -.c22 + label, -.c22 + h3, -.c22 + h4, -.c22 + h5, -.c22 + div, -.c22 + span { +.c23 + p, +.c23 + small, +.c23 + h1, +.c23 + h2, +.c23 + label, +.c23 + h3, +.c23 + h4, +.c23 + h5, +.c23 + div, +.c23 + span { margin-top: 0.75rem; } -.c11 { +.c12 { background-color: rgb(216,216,216); margin: 0; background-color: transparent; height: 1.25rem; } -.c13 { +.c14 { background-color: rgb(216,216,216); margin: 0; background-color: transparent; height: 0.6875rem; } -.c14 { +.c15 { background-color: rgb(216,216,216); margin: 0; height: 0.0625rem; } -.c15 { +.c16 { background-color: rgb(216,216,216); margin: 0; background-color: transparent; height: 1.5rem; } -.c28 { +.c29 { background-color: rgb(216,216,216); margin: 0; background-color: transparent; height: 0.75rem; } -.c36 { +.c37 { background-color: rgb(216,216,216); margin: 0; background-color: transparent; height: 0.8125rem; } -.c16 { +.c17 { box-sizing: content-box; display: -webkit-box; display: -webkit-flex; @@ -1199,7 +1205,7 @@ exports[`renders without throwing 1`] = ` box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); } -.c17 { +.c18 { box-sizing: content-box; display: -webkit-box; display: -webkit-flex; @@ -1234,12 +1240,12 @@ exports[`renders without throwing 1`] = ` margin: -0.0625rem -0.0625rem 0 -0.0625rem; } -.c17 button { +.c18 button { margin-bottom: 0; margin-top: 0; } -.c21 { +.c22 { box-sizing: content-box; display: -webkit-box; display: -webkit-flex; @@ -1297,7 +1303,7 @@ exports[`renders without throwing 1`] = ` color: inherit; } -.c23 { +.c24 { box-sizing: content-box; display: -webkit-box; display: -webkit-flex; @@ -1333,11 +1339,11 @@ exports[`renders without throwing 1`] = ` background-color: transparent; } -.c23 > [name='card']:not(:last-child) { +.c24 > [name='card']:not(:last-child) { margin-bottom: 0.8125rem; } -.c23 > [name='card']:last-child { +.c24 > [name='card']:last-child { margin-bottom: 0.4375rem; } @@ -1436,7 +1442,7 @@ exports[`renders without throwing 1`] = ` outline: 0; } -.c26 { +.c27 { box-sizing: border-box; width: 18.75rem; height: 3rem; @@ -1460,46 +1466,46 @@ exports[`renders without throwing 1`] = ` outline: 0; } -.c26::-webkit-input-placeholder { +.c27::-webkit-input-placeholder { color: rgba(73,73,73,0.5); } -.c26::-moz-placeholder { +.c27::-moz-placeholder { color: rgba(73,73,73,0.5); } -.c26:-ms-input-placeholder { +.c27:-ms-input-placeholder { color: rgba(73,73,73,0.5); } -.c26:invalid { +.c27:invalid { box-shadow: none; } -.c26:disabled { +.c27:disabled { background-color: rgb(250,250,250); color: rgb(216,216,216); cursor: not-allowed; } -.c26:disabled::-webkit-input-placeholder { +.c27:disabled::-webkit-input-placeholder { color: rgba(73,73,73,0.5); } -.c26:disabled::-moz-placeholder { +.c27:disabled::-moz-placeholder { color: rgba(73,73,73,0.5); } -.c26:disabled:-ms-input-placeholder { +.c27:disabled:-ms-input-placeholder { color: rgba(73,73,73,0.5); } -.c26:focus { +.c27:focus { border-color: rgb(59,70,204); outline: 0; } -.c30 { +.c31 { box-sizing: border-box; width: 18.75rem; height: 6rem; @@ -1525,62 +1531,62 @@ exports[`renders without throwing 1`] = ` outline: 0; } -.c30::-webkit-input-placeholder { +.c31::-webkit-input-placeholder { color: rgba(73,73,73,0.5); } -.c30::-moz-placeholder { +.c31::-moz-placeholder { color: rgba(73,73,73,0.5); } -.c30:-ms-input-placeholder { +.c31:-ms-input-placeholder { color: rgba(73,73,73,0.5); } -.c30:invalid { +.c31:invalid { box-shadow: none; } -.c30:disabled { +.c31:disabled { background-color: rgb(250,250,250); color: rgb(216,216,216); cursor: not-allowed; } -.c30:disabled::-webkit-input-placeholder { +.c31:disabled::-webkit-input-placeholder { color: rgba(73,73,73,0.5); } -.c30:disabled::-moz-placeholder { +.c31:disabled::-moz-placeholder { color: rgba(73,73,73,0.5); } -.c30:disabled:-ms-input-placeholder { +.c31:disabled:-ms-input-placeholder { color: rgba(73,73,73,0.5); } -.c30:disabled { +.c31:disabled { color: rgba(73,73,73,1); } -.c30:disabled::-webkit-input-placeholder { +.c31:disabled::-webkit-input-placeholder { color: rgba(73,73,73,1); } -.c30:disabled::-moz-placeholder { +.c31:disabled::-moz-placeholder { color: rgba(73,73,73,1); } -.c30:disabled:-ms-input-placeholder { +.c31:disabled:-ms-input-placeholder { color: rgba(73,73,73,1); } -.c30:focus { +.c31:focus { border-color: rgb(59,70,204); outline: 0; } -.c20 { +.c21 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -1613,7 +1619,7 @@ exports[`renders without throwing 1`] = ` flex-basis: 100%; } -.c18 { +.c19 { word-wrap: break-word; overflow-wrap: break-word; width: 100%; @@ -1646,7 +1652,7 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:0em) { - .c31 { + .c32 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -1655,7 +1661,7 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:0em) { - .c31 { + .c32 { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; @@ -1704,7 +1710,7 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:0em) { - .c25 { + .c26 { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; @@ -1714,7 +1720,7 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:0em) { - .c34 { + .c35 { display: none; } } @@ -1760,69 +1766,67 @@ exports[`renders without throwing 1`] = ` role="group" style={undefined} > - - + +

    Add metadata

    @@ -1831,17 +1835,17 @@ exports[`renders without throwing 1`] = `
    without throwing 1`] = ` key
    without throwing 1`] = ` value