diff --git a/packages/cp-frontend/.yarnclean b/packages/cp-frontend/.yarnclean new file mode 100644 index 00000000..e69de29b diff --git a/packages/cp-frontend/src/components/instances/list-item.js b/packages/cp-frontend/src/components/instances/list-item.js index bae278ab..5b9f508d 100644 --- a/packages/cp-frontend/src/components/instances/list-item.js +++ b/packages/cp-frontend/src/components/instances/list-item.js @@ -79,17 +79,31 @@ const StyledCard = Card.extend` & [name="card-options"] > button { background-color: ${props => props.theme.background}; - }` - } + }`}; `; const StatusContainer = styled.div` height: 100%; display: flex; - flex-direction: column; - flex-wrap: nowrap; - justify-content: center; - align-content: center; + justify-content: flex-start; + align-items: center; +`; + +const HealthyIconStyled = styled(HealthyIcon)` + transform: translateY(-50%); + position: absolute; +`; + +const CardInfoStyled = styled.div` + height: 100%; + & > div { + min-width: 115px; + } +`; + +const Status = styled.div` + display: flex; + align-items: center; `; const InstanceCard = ({ @@ -107,7 +121,7 @@ const InstanceCard = ({ ); const label = (instance.healthy || 'UNKNOWN').toLowerCase(); - const icon = ; + const icon = ; const handleHealthMouseOver = evt => { onHealthMouseOver(evt, instance); @@ -126,24 +140,26 @@ const InstanceCard = ({ {instance.name} - + + + - + + diff --git a/packages/cp-frontend/src/components/services/list-item.js b/packages/cp-frontend/src/components/services/list-item.js index 7e918f8f..b258e4c7 100644 --- a/packages/cp-frontend/src/components/services/list-item.js +++ b/packages/cp-frontend/src/components/services/list-item.js @@ -24,9 +24,7 @@ import { Anchor } from 'joyent-ui-toolkit'; -const StyledCardHeader = styled(CardHeader)` - position: relative; -`; +const StyledCardHeader = styled(CardHeader)`position: relative;`; const TitleInnerContainer = styled.div` display: flex; @@ -82,15 +80,18 @@ const GraphTitle = Small.extend` color: #494949; `; +const HealthyIconStyled = styled(HealthyIcon)` + /* I SAID NO PRETTIER */ + display: flex; +`; + const ChildTitle = styled(CardTitle)` padding: 0; flex: 0 1 auto; align-self: stretch; `; -const ServiceView = styled(CardView)` - height: ${remcalc(120)}; -`; +const ServiceView = styled(CardView)`height: ${remcalc(120)};`; const StatusContainer = styled(CardDescription)` display: flex; @@ -170,7 +171,7 @@ const ServiceListItem = ({ if (service.instancesActive) { const { total, healthy } = service.instancesHealthy; const iconHealthy = total === healthy ? 'HEALTHY' : 'NOT HEALTHY'; - const icon = ; + const icon = ; const label = `${healthy} of ${total} healthy`; healthyInfo = ( @@ -229,4 +230,4 @@ ServiceListItem.propTypes = { service: PropTypes.object.isRequired // Define better }; -export default ServiceListItem; \ No newline at end of file +export default ServiceListItem; diff --git a/packages/cp-frontend/src/containers/services/menu.js b/packages/cp-frontend/src/containers/services/menu.js index 3c4bc255..0d648912 100644 --- a/packages/cp-frontend/src/containers/services/menu.js +++ b/packages/cp-frontend/src/containers/services/menu.js @@ -1,4 +1,5 @@ import React from 'react'; +import styled from 'styled-components'; import PropTypes from 'prop-types'; import { compose } from 'react-apollo'; import { Col, Row } from 'react-styled-flexboxgrid'; @@ -12,14 +13,16 @@ import { FormGroup, Toggle, ToggleList, Legend } from 'joyent-ui-toolkit'; const StyledLegend = Legend.extend` float: left; - padding-top: ${unitcalc(2)}; - margin-right: ${unitcalc(1.5)}; + margin-bottom: ${unitcalc(1.5)}; `; -const PaddedRow = Row.extend` - margin-bottom: ${remcalc(18)} -`; +const PaddedRow = Row.extend`margin-bottom: ${remcalc(18)};`; +const ToggleStyled = styled(Toggle)` + & + label { + padding: ${remcalc(16)}; + } +`; export const ServicesMenu = ({ location: { pathname }, history: { push } }) => { const toggleValue = pathname.split('-').pop(); @@ -38,15 +41,15 @@ export const ServicesMenu = ({ location: { pathname }, history: { push } }) => { Services + Show - View - + List - - + + Topology - + diff --git a/packages/cp-frontend/test/unit/components/deployment-group/__snapshots__/delete.js.snap b/packages/cp-frontend/test/unit/components/deployment-group/__snapshots__/delete.js.snap index 5a50b859..01e46705 100644 --- a/packages/cp-frontend/test/unit/components/deployment-group/__snapshots__/delete.js.snap +++ b/packages/cp-frontend/test/unit/components/deployment-group/__snapshots__/delete.js.snap @@ -41,14 +41,9 @@ exports[`renders without throwing 1`] = ` vertical-align: middle; touch-action: manipulation; cursor: pointer; - color: ; background-image: none; - background-color: ; border-radius: 0.25rem; border: solid 0.0625rem; - color: ; - background-color: ; - border-color: ; } .c4::-moz-focus-inner, @@ -69,12 +64,9 @@ exports[`renders without throwing 1`] = ` .c4:focus { outline: 0; text-decoration: none; - background-color: ; - border-color: ; } .c4:hover { - background-color: ; border: solid 0.0625rem; } @@ -83,8 +75,6 @@ exports[`renders without throwing 1`] = ` .c4:active:focus { background-image: none; outline: 0; - background-color: ; - border-color: ; } .c4[disabled] { @@ -92,23 +82,6 @@ exports[`renders without throwing 1`] = ` pointer-events: none; } -.c4:focus { - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border-color: ; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-color: ; - border-color: ; -} - .c4 + button { margin-left: 1.25rem; } @@ -153,9 +126,7 @@ exports[`renders without throwing 1`] = ` vertical-align: middle; touch-action: manipulation; cursor: pointer; - color: ; background-image: none; - background-color: ; border-radius: 0.25rem; border: solid 0.0625rem; } @@ -178,12 +149,9 @@ exports[`renders without throwing 1`] = ` .c5:focus { outline: 0; text-decoration: none; - background-color: ; - border-color: ; } .c5:hover { - background-color: ; border: solid 0.0625rem; } @@ -192,8 +160,6 @@ exports[`renders without throwing 1`] = ` .c5:active:focus { background-image: none; outline: 0; - background-color: ; - border-color: ; } .c5[disabled] { @@ -220,29 +186,15 @@ exports[`renders without throwing 1`] = ` .c0 { line-height: 1.25; - color: ; margin: 0 0 0.75rem 0; } .c2 { - color: ; margin: 0.75rem 0 1.875rem 0; }
- .c1 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 500; - font-size: 1.5rem; -} - -.c0 { - line-height: 1.25; - color: ; - margin: 0 0 0.75rem 0; -} - -

Deleting a deployment group: @@ -250,235 +202,19 @@ exports[`renders without throwing 1`] = ` Wordpress Blog Example

- .c1 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; -} - -.c0 { - color: ; - margin: 0.75rem 0 1.875rem 0; -} - -

Deleting a deployment group will also remove all of the services and instances associated with that deployment group. Are you sure you want to continue?

- .c0 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; - color: ; - background-color: ; - border-color: ; -} - -.c0::-moz-focus-inner, -.c0[type='button']::-moz-focus-inner, -.c0[type='reset']::-moz-focus-inner, -.c0[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c0:-moz-focusring, -.c0[type='button']:-moz-focusring, -.c0[type='reset']:-moz-focusring, -.c0[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c0:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c0:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c0[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c0:focus { - background-color: ; - border-color: ; -} - -.c0:hover { - background-color: ; - border-color: ; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: ; - border-color: ; -} - -.c0 + button { - margin-left: 1.25rem; -} - - - .c0 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c0::-moz-focus-inner, -.c0[type='button']::-moz-focus-inner, -.c0[type='reset']::-moz-focus-inner, -.c0[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c0:-moz-focusring, -.c0[type='button']:-moz-focusring, -.c0[type='reset']:-moz-focusring, -.c0[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c0:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c0:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c0[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c0 + button { - margin-left: 1.25rem; -} - -
- .c1 { - 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; -} - -.c0 { - background-color: ; - height: 0.0625rem; - margin: 0; - margin-top: 2.125rem; -} - -
- .c3 { - -webkit-fill: ; - fill: ; - stroke: ; - -webkit-fill: ; - fill: ; - stroke: ; - -webkit-animation: iCqDak 1.5s ease-out 0s infinite; - animation: iCqDak 1.5s ease-out 0s infinite; -} - -.c4 { - -webkit-fill: ; - fill: ; - stroke: ; - -webkit-fill: ; - fill: ; - stroke: ; - -webkit-animation: iCqDak 1.5s ease-out 0s infinite; - animation: iCqDak 1.5s ease-out 0s infinite; - -webkit-animation-delay: 0.5s; - animation-delay: 0.5s; -} - -.c5 { - -webkit-fill: ; - fill: ; - stroke: ; - -webkit-fill: ; - fill: ; - stroke: ; - -webkit-animation: iCqDak 1.5s ease-out 0s infinite; - animation: iCqDak 1.5s ease-out 0s infinite; - -webkit-animation-delay: 1s; - animation-delay: 1s; -} - -.c1 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; - color: ; - background-color: ; - border-color: ; -} - -.c1::-moz-focus-inner, -.c1[type='button']::-moz-focus-inner, -.c1[type='reset']::-moz-focus-inner, -.c1[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c1:-moz-focusring, -.c1[type='button']:-moz-focusring, -.c1[type='reset']:-moz-focusring, -.c1[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c1:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c1:focus { - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border-color: ; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-color: ; - border-color: ; -} - -.c1 + button { - margin-left: 1.25rem; -} - -.c2 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; - color: ; - background-color: ; - border-color: ; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); -} - -.c2::-moz-focus-inner, -.c2[type='button']::-moz-focus-inner, -.c2[type='reset']::-moz-focus-inner, -.c2[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c2:-moz-focusring, -.c2[type='button']:-moz-focusring, -.c2[type='reset']:-moz-focusring, -.c2[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c2:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c2:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c2:active, -.c2:active:hover, -.c2:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c2[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c2:focus { - background-color: ; - border-color: ; -} - -.c2:hover { - background-color: ; - border-color: ; -} - -.c2:active, -.c2:active:hover, -.c2:active:focus { - background-color: ; - border-color: ; -} - -.c2 + button { - margin-left: 1.25rem; -} - -.c0 { - 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; - margin: 1.8125rem 0 3.75rem 0; -} - -
- .c0 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; - color: ; - background-color: ; - border-color: ; -} - -.c0::-moz-focus-inner, -.c0[type='button']::-moz-focus-inner, -.c0[type='reset']::-moz-focus-inner, -.c0[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c0:-moz-focusring, -.c0[type='button']:-moz-focusring, -.c0[type='reset']:-moz-focusring, -.c0[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c0:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c0:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c0[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c0:focus { - background-color: ; - border-color: ; -} - -.c0:hover { - background-color: ; - border-color: ; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: ; - border-color: ; -} - -.c0 + button { - margin-left: 1.25rem; -} - - - .c1 { - -webkit-fill: ; - fill: ; - stroke: ; - -webkit-fill: ; - fill: ; - stroke: ; - -webkit-animation: iCqDak 1.5s ease-out 0s infinite; - animation: iCqDak 1.5s ease-out 0s infinite; -} - -.c2 { - -webkit-fill: ; - fill: ; - stroke: ; - -webkit-fill: ; - fill: ; - stroke: ; - -webkit-animation: iCqDak 1.5s ease-out 0s infinite; - animation: iCqDak 1.5s ease-out 0s infinite; - -webkit-animation-delay: 0.5s; - animation-delay: 0.5s; -} - -.c3 { - -webkit-fill: ; - fill: ; - stroke: ; - -webkit-fill: ; - fill: ; - stroke: ; - -webkit-animation: iCqDak 1.5s ease-out 0s infinite; - animation: iCqDak 1.5s ease-out 0s infinite; - -webkit-animation-delay: 1s; - animation-delay: 1s; -} - -.c0 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; - color: ; - background-color: ; - border-color: ; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); -} - -.c0::-moz-focus-inner, -.c0[type='button']::-moz-focus-inner, -.c0[type='reset']::-moz-focus-inner, -.c0[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c0:-moz-focusring, -.c0[type='button']:-moz-focusring, -.c0[type='reset']:-moz-focusring, -.c0[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c0:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c0:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c0[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c0:focus { - background-color: ; - border-color: ; -} - -.c0:hover { - background-color: ; - border-color: ; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: ; - border-color: ; -} - -.c0 + button { - margin-left: 1.25rem; -} - - - .c0 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; - color: ; - background-color: ; - border-color: ; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); -} - -.c0::-moz-focus-inner, -.c0[type='button']::-moz-focus-inner, -.c0[type='reset']::-moz-focus-inner, -.c0[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c0:-moz-focusring, -.c0[type='button']:-moz-focusring, -.c0[type='reset']:-moz-focusring, -.c0[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c0:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c0:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c0[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c0:focus { - background-color: ; - border-color: ; -} - -.c0:hover { - background-color: ; - border-color: ; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: ; - border-color: ; -} - -.c0 + button { - margin-left: 1.25rem; -} - - - .c0 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; - color: ; - background-color: ; - border-color: ; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); -} - -.c0::-moz-focus-inner, -.c0[type='button']::-moz-focus-inner, -.c0[type='reset']::-moz-focus-inner, -.c0[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c0:-moz-focusring, -.c0[type='button']:-moz-focusring, -.c0[type='reset']:-moz-focusring, -.c0[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c0:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c0:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c0[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c0:focus { - background-color: ; - border-color: ; -} - -.c0:hover { - background-color: ; - border-color: ; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: ; - border-color: ; -} - -.c0 + button { - margin-left: 1.25rem; -} - - - .c0 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; -} - -
- .c5 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c5::-moz-focus-inner, -.c5[type='button']::-moz-focus-inner, -.c5[type='reset']::-moz-focus-inner, -.c5[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c5:-moz-focusring, -.c5[type='button']:-moz-focusring, -.c5[type='reset']:-moz-focusring, -.c5[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c5:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c5:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c5:active, -.c5:active:hover, -.c5:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c5[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c5 + button { - margin-left: 1.25rem; -} - -.c0 { - float: left; - background-color: ; -} - -.c3 { - -webkit-fill: none; - fill: none; -} - -.c2 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - -.c4 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c4:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c1 { - 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; - position: relative; - z-index: 9; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; - border-right: none; -} - -.c6 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; -} - -
  • - .c4 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c4::-moz-focus-inner, -.c4[type='button']::-moz-focus-inner, -.c4[type='reset']::-moz-focus-inner, -.c4[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c4:-moz-focusring, -.c4[type='button']:-moz-focusring, -.c4[type='reset']:-moz-focusring, -.c4[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c4:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c4[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c4 + button { - margin-left: 1.25rem; -} - -.c2 { - -webkit-fill: none; - fill: none; -} - -.c1 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - -.c3 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c3:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:active, -.c3:active:hover, -.c3:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0 { - 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; - position: relative; - z-index: 9; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; - border-right: none; -} - -.c5 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; -} - -
    - .c1 { - -webkit-fill: none; - fill: none; -} - -.c0 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - - - .c0 { - -webkit-fill: none; - fill: none; -} - - without throwing 1`] = ` /> - .c1 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c1::-moz-focus-inner, -.c1[type='button']::-moz-focus-inner, -.c1[type='reset']::-moz-focus-inner, -.c1[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c1:-moz-focusring, -.c1[type='button']:-moz-focusring, -.c1[type='reset']:-moz-focusring, -.c1[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c1:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c1 + button { - margin-left: 1.25rem; -} - -.c0 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c0:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - - - .c0 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; -} - -
  • - .c5 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c5::-moz-focus-inner, -.c5[type='button']::-moz-focus-inner, -.c5[type='reset']::-moz-focus-inner, -.c5[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c5:-moz-focusring, -.c5[type='button']:-moz-focusring, -.c5[type='reset']:-moz-focusring, -.c5[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c5:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c5:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c5:active, -.c5:active:hover, -.c5:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c5[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c5 + button { - margin-left: 1.25rem; -} - -.c0 { - float: left; - background-color: ; -} - -.c3 { - -webkit-fill: none; - fill: none; -} - -.c2 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - -.c4 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c4:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c1 { - 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; - position: relative; - z-index: 8; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; - border-right: none; -} - -.c6 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; -} - -
  • - .c4 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c4::-moz-focus-inner, -.c4[type='button']::-moz-focus-inner, -.c4[type='reset']::-moz-focus-inner, -.c4[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c4:-moz-focusring, -.c4[type='button']:-moz-focusring, -.c4[type='reset']:-moz-focusring, -.c4[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c4:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c4[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c4 + button { - margin-left: 1.25rem; -} - -.c2 { - -webkit-fill: none; - fill: none; -} - -.c1 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - -.c3 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c3:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:active, -.c3:active:hover, -.c3:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0 { - 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; - position: relative; - z-index: 8; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; - border-right: none; -} - -.c5 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; -} - -
    - .c1 { - -webkit-fill: none; - fill: none; -} - -.c0 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - - - .c0 { - -webkit-fill: none; - fill: none; -} - - without throwing 1`] = ` /> - .c1 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c1::-moz-focus-inner, -.c1[type='button']::-moz-focus-inner, -.c1[type='reset']::-moz-focus-inner, -.c1[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c1:-moz-focusring, -.c1[type='button']:-moz-focusring, -.c1[type='reset']:-moz-focusring, -.c1[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c1:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c1 + button { - margin-left: 1.25rem; -} - -.c0 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c0:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - - - .c0 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; -} - -
  • - .c5 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c5::-moz-focus-inner, -.c5[type='button']::-moz-focus-inner, -.c5[type='reset']::-moz-focus-inner, -.c5[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c5:-moz-focusring, -.c5[type='button']:-moz-focusring, -.c5[type='reset']:-moz-focusring, -.c5[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c5:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c5:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c5:active, -.c5:active:hover, -.c5:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c5[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c5 + button { - margin-left: 1.25rem; -} - -.c0 { - float: left; - background-color: ; -} - -.c3 { - -webkit-fill: none; - fill: none; -} - -.c2 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - -.c4 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c4:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c1 { - 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; - position: relative; - z-index: 7; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; -} - -.c6 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - display: none; -} - -
  • - .c4 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c4::-moz-focus-inner, -.c4[type='button']::-moz-focus-inner, -.c4[type='reset']::-moz-focus-inner, -.c4[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c4:-moz-focusring, -.c4[type='button']:-moz-focusring, -.c4[type='reset']:-moz-focusring, -.c4[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c4:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c4[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c4 + button { - margin-left: 1.25rem; -} - -.c2 { - -webkit-fill: none; - fill: none; -} - -.c1 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - -.c3 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c3:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:active, -.c3:active:hover, -.c3:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0 { - 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; - position: relative; - z-index: 7; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; -} - -.c5 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - display: none; -} - -
    - .c1 { - -webkit-fill: none; - fill: none; -} - -.c0 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - - - .c0 { - -webkit-fill: none; - fill: none; -} - - without throwing 1`] = ` /> - .c1 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c1::-moz-focus-inner, -.c1[type='button']::-moz-focus-inner, -.c1[type='reset']::-moz-focus-inner, -.c1[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c1:-moz-focusring, -.c1[type='button']:-moz-focusring, -.c1[type='reset']:-moz-focusring, -.c1[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c1:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c1 + button { - margin-left: 1.25rem; -} - -.c0 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c0:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - - - .c0 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - display: none; -} - -
  • @@ -2708,9 +514,7 @@ exports[`renders without throwing 2`] = ` vertical-align: middle; touch-action: manipulation; cursor: pointer; - color: ; background-image: none; - background-color: ; border-radius: 0.25rem; border: solid 0.0625rem; } @@ -2733,12 +537,9 @@ exports[`renders without throwing 2`] = ` .c6:focus { outline: 0; text-decoration: none; - background-color: ; - border-color: ; } .c6:hover { - background-color: ; border: solid 0.0625rem; } @@ -2747,8 +548,6 @@ exports[`renders without throwing 2`] = ` .c6:active:focus { background-image: none; outline: 0; - background-color: ; - border-color: ; } .c6[disabled] { @@ -2762,7 +561,6 @@ exports[`renders without throwing 2`] = ` .c1 { float: left; - background-color: ; } .c4 { @@ -2924,424 +722,18 @@ exports[`renders without throwing 2`] = `
      - .c5 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c5::-moz-focus-inner, -.c5[type='button']::-moz-focus-inner, -.c5[type='reset']::-moz-focus-inner, -.c5[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c5:-moz-focusring, -.c5[type='button']:-moz-focusring, -.c5[type='reset']:-moz-focusring, -.c5[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c5:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c5:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c5:active, -.c5:active:hover, -.c5:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c5[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c5 + button { - margin-left: 1.25rem; -} - -.c0 { - float: left; - background-color: ; -} - -.c3 { - -webkit-fill: none; - fill: none; -} - -.c2 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - -.c4 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c4:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c1 { - 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; - position: relative; - z-index: 9; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-left: 0.0625rem solid; - padding-left: 0.8125rem; - border-right: none; -} - -.c6 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; -} - -
    • - .c4 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c4::-moz-focus-inner, -.c4[type='button']::-moz-focus-inner, -.c4[type='reset']::-moz-focus-inner, -.c4[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c4:-moz-focusring, -.c4[type='button']:-moz-focusring, -.c4[type='reset']:-moz-focusring, -.c4[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c4:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c4[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c4 + button { - margin-left: 1.25rem; -} - -.c2 { - -webkit-fill: none; - fill: none; -} - -.c1 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - -.c3 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c3:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:active, -.c3:active:hover, -.c3:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0 { - 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; - position: relative; - z-index: 9; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-left: 0.0625rem solid; - padding-left: 0.8125rem; - border-right: none; -} - -.c5 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; -} - -
      - .c1 { - -webkit-fill: none; - fill: none; -} - -.c0 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - - - .c0 { - -webkit-fill: none; - fill: none; -} - - without throwing 2`] = ` /> - .c1 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c1::-moz-focus-inner, -.c1[type='button']::-moz-focus-inner, -.c1[type='reset']::-moz-focus-inner, -.c1[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c1:-moz-focusring, -.c1[type='button']:-moz-focusring, -.c1[type='reset']:-moz-focusring, -.c1[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c1:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c1 + button { - margin-left: 1.25rem; -} - -.c0 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c0:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - - - .c0 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; -} - -
    • - .c5 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c5::-moz-focus-inner, -.c5[type='button']::-moz-focus-inner, -.c5[type='reset']::-moz-focus-inner, -.c5[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c5:-moz-focusring, -.c5[type='button']:-moz-focusring, -.c5[type='reset']:-moz-focusring, -.c5[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c5:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c5:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c5:active, -.c5:active:hover, -.c5:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c5[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c5 + button { - margin-left: 1.25rem; -} - -.c0 { - float: left; - background-color: ; -} - -.c3 { - -webkit-fill: none; - fill: none; -} - -.c2 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - -.c4 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c4:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c1 { - 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; - position: relative; - z-index: 8; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; - border-right: none; -} - -.c6 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; -} - -
    • - .c4 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c4::-moz-focus-inner, -.c4[type='button']::-moz-focus-inner, -.c4[type='reset']::-moz-focus-inner, -.c4[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c4:-moz-focusring, -.c4[type='button']:-moz-focusring, -.c4[type='reset']:-moz-focusring, -.c4[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c4:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c4[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c4 + button { - margin-left: 1.25rem; -} - -.c2 { - -webkit-fill: none; - fill: none; -} - -.c1 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - -.c3 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c3:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:active, -.c3:active:hover, -.c3:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0 { - 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; - position: relative; - z-index: 8; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; - border-right: none; -} - -.c5 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; -} - -
      - .c1 { - -webkit-fill: none; - fill: none; -} - -.c0 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - - - .c0 { - -webkit-fill: none; - fill: none; -} - - without throwing 2`] = ` /> - .c1 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c1::-moz-focus-inner, -.c1[type='button']::-moz-focus-inner, -.c1[type='reset']::-moz-focus-inner, -.c1[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c1:-moz-focusring, -.c1[type='button']:-moz-focusring, -.c1[type='reset']:-moz-focusring, -.c1[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c1:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c1 + button { - margin-left: 1.25rem; -} - -.c0 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c0:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - - - .c0 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; -} - -
    • - .c5 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c5::-moz-focus-inner, -.c5[type='button']::-moz-focus-inner, -.c5[type='reset']::-moz-focus-inner, -.c5[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c5:-moz-focusring, -.c5[type='button']:-moz-focusring, -.c5[type='reset']:-moz-focusring, -.c5[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c5:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c5:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c5:active, -.c5:active:hover, -.c5:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c5[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c5 + button { - margin-left: 1.25rem; -} - -.c0 { - float: left; - background-color: ; -} - -.c3 { - -webkit-fill: none; - fill: none; -} - -.c2 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - -.c4 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c4:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c1 { - 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; - position: relative; - z-index: 7; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; -} - -.c6 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - display: none; -} - -
    • - .c4 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c4::-moz-focus-inner, -.c4[type='button']::-moz-focus-inner, -.c4[type='reset']::-moz-focus-inner, -.c4[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c4:-moz-focusring, -.c4[type='button']:-moz-focusring, -.c4[type='reset']:-moz-focusring, -.c4[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c4:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c4[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c4 + button { - margin-left: 1.25rem; -} - -.c2 { - -webkit-fill: none; - fill: none; -} - -.c1 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - -.c3 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c3:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:active, -.c3:active:hover, -.c3:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0 { - 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; - position: relative; - z-index: 7; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; -} - -.c5 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - display: none; -} - -
      - .c1 { - -webkit-fill: none; - fill: none; -} - -.c0 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - - - .c0 { - -webkit-fill: none; - fill: none; -} - - without throwing 2`] = ` /> - .c1 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c1::-moz-focus-inner, -.c1[type='button']::-moz-focus-inner, -.c1[type='reset']::-moz-focus-inner, -.c1[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c1:-moz-focusring, -.c1[type='button']:-moz-focusring, -.c1[type='reset']:-moz-focusring, -.c1[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c1:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c1 + button { - margin-left: 1.25rem; -} - -.c0 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c0:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - - - .c0 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - display: none; -} - -
    • @@ -4708,9 +883,7 @@ exports[`renders without throwing 3`] = ` vertical-align: middle; touch-action: manipulation; cursor: pointer; - color: ; background-image: none; - background-color: ; border-radius: 0.25rem; border: solid 0.0625rem; } @@ -4733,12 +906,9 @@ exports[`renders without throwing 3`] = ` .c6:focus { outline: 0; text-decoration: none; - background-color: ; - border-color: ; } .c6:hover { - background-color: ; border: solid 0.0625rem; } @@ -4747,8 +917,6 @@ exports[`renders without throwing 3`] = ` .c6:active:focus { background-image: none; outline: 0; - background-color: ; - border-color: ; } .c6[disabled] { @@ -4762,14 +930,11 @@ exports[`renders without throwing 3`] = ` .c1 { float: left; - background-color: ; } .c10 { -webkit-fill: none; fill: none; - -webkit-fill: ; - fill: ; } .c13 { @@ -4780,8 +945,6 @@ exports[`renders without throwing 3`] = ` .c4 { -webkit-fill: none; fill: none; - -webkit-fill: ; - fill: ; } .c9 { @@ -4847,7 +1010,6 @@ exports[`renders without throwing 3`] = ` -ms-flex-align: center; align-items: center; border: 0.0625rem solid; - background: ; } .c5 { @@ -4985,7 +1147,6 @@ exports[`renders without throwing 3`] = ` -ms-transform: rotate(-45deg); transform: rotate(-45deg); margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; } .c14 { @@ -5024,446 +1185,18 @@ exports[`renders without throwing 3`] = `
        - .c5 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c5::-moz-focus-inner, -.c5[type='button']::-moz-focus-inner, -.c5[type='reset']::-moz-focus-inner, -.c5[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c5:-moz-focusring, -.c5[type='button']:-moz-focusring, -.c5[type='reset']:-moz-focusring, -.c5[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c5:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c5:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c5:active, -.c5:active:hover, -.c5:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c5[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c5 + button { - margin-left: 1.25rem; -} - -.c0 { - float: left; - background-color: ; -} - -.c3 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - -.c2 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; - border: 0.0625rem solid; - background: ; -} - -.c4 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c4:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c1 { - 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; - position: relative; - z-index: 10; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-left: 0.0625rem solid; - padding-left: 0.8125rem; - border-right: 0.0625rem solid; - border-right: none; -} - -.c6 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; -} - -
      • - .c4 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c4::-moz-focus-inner, -.c4[type='button']::-moz-focus-inner, -.c4[type='reset']::-moz-focus-inner, -.c4[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c4:-moz-focusring, -.c4[type='button']:-moz-focusring, -.c4[type='reset']:-moz-focusring, -.c4[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c4:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c4[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c4 + button { - margin-left: 1.25rem; -} - -.c2 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - -.c1 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; - border: 0.0625rem solid; - background: ; -} - -.c3 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c3:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:active, -.c3:active:hover, -.c3:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0 { - 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; - position: relative; - z-index: 10; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-left: 0.0625rem solid; - padding-left: 0.8125rem; - border-right: 0.0625rem solid; - border-right: none; -} - -.c5 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; -} - -
        - .c1 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - -.c0 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; - border: 0.0625rem solid; - background: ; -} - - - .c0 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - - without throwing 3`] = ` /> - .c1 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c1::-moz-focus-inner, -.c1[type='button']::-moz-focus-inner, -.c1[type='reset']::-moz-focus-inner, -.c1[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c1:-moz-focusring, -.c1[type='button']:-moz-focusring, -.c1[type='reset']:-moz-focusring, -.c1[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c1:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c1 + button { - margin-left: 1.25rem; -} - -.c0 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c0:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - - - .c0 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; -} - -
      • - .c5 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c5::-moz-focus-inner, -.c5[type='button']::-moz-focus-inner, -.c5[type='reset']::-moz-focus-inner, -.c5[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c5:-moz-focusring, -.c5[type='button']:-moz-focusring, -.c5[type='reset']:-moz-focusring, -.c5[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c5:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c5:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c5:active, -.c5:active:hover, -.c5:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c5[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c5 + button { - margin-left: 1.25rem; -} - -.c0 { - float: left; - background-color: ; -} - -.c3 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - -.c2 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; - border: 0.0625rem solid; -} - -.c4 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c4:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c1 { - 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; - position: relative; - z-index: 9; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; - border-right: none; -} - -.c6 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; -} - -
      • - .c4 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c4::-moz-focus-inner, -.c4[type='button']::-moz-focus-inner, -.c4[type='reset']::-moz-focus-inner, -.c4[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c4:-moz-focusring, -.c4[type='button']:-moz-focusring, -.c4[type='reset']:-moz-focusring, -.c4[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c4:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c4[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c4 + button { - margin-left: 1.25rem; -} - -.c2 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - -.c1 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; - border: 0.0625rem solid; -} - -.c3 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c3:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:active, -.c3:active:hover, -.c3:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0 { - 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; - position: relative; - z-index: 9; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; - border-right: none; -} - -.c5 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; -} - -
        - .c1 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - -.c0 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; - border: 0.0625rem solid; -} - - - .c0 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - - without throwing 3`] = ` /> - .c1 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c1::-moz-focus-inner, -.c1[type='button']::-moz-focus-inner, -.c1[type='reset']::-moz-focus-inner, -.c1[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c1:-moz-focusring, -.c1[type='button']:-moz-focusring, -.c1[type='reset']:-moz-focusring, -.c1[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c1:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c1 + button { - margin-left: 1.25rem; -} - -.c0 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c0:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - - - .c0 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; -} - -
      • - .c5 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c5::-moz-focus-inner, -.c5[type='button']::-moz-focus-inner, -.c5[type='reset']::-moz-focus-inner, -.c5[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c5:-moz-focusring, -.c5[type='button']:-moz-focusring, -.c5[type='reset']:-moz-focusring, -.c5[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c5:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c5:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c5:active, -.c5:active:hover, -.c5:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c5[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c5 + button { - margin-left: 1.25rem; -} - -.c0 { - float: left; - background-color: ; -} - -.c3 { - -webkit-fill: none; - fill: none; -} - -.c2 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - -.c4 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c4:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c1 { - 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; - position: relative; - z-index: 8; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; - border-right: none; -} - -.c6 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; -} - -
      • - .c4 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c4::-moz-focus-inner, -.c4[type='button']::-moz-focus-inner, -.c4[type='reset']::-moz-focus-inner, -.c4[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c4:-moz-focusring, -.c4[type='button']:-moz-focusring, -.c4[type='reset']:-moz-focusring, -.c4[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c4:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c4[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c4 + button { - margin-left: 1.25rem; -} - -.c2 { - -webkit-fill: none; - fill: none; -} - -.c1 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - -.c3 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c3:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:active, -.c3:active:hover, -.c3:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0 { - 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; - position: relative; - z-index: 8; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; - border-right: none; -} - -.c5 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; -} - -
        - .c1 { - -webkit-fill: none; - fill: none; -} - -.c0 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - - - .c0 { - -webkit-fill: none; - fill: none; -} - - without throwing 3`] = ` /> - .c1 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c1::-moz-focus-inner, -.c1[type='button']::-moz-focus-inner, -.c1[type='reset']::-moz-focus-inner, -.c1[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c1:-moz-focusring, -.c1[type='button']:-moz-focusring, -.c1[type='reset']:-moz-focusring, -.c1[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c1:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c1 + button { - margin-left: 1.25rem; -} - -.c0 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c0:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - - - .c0 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; -} - -
      • - .c5 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c5::-moz-focus-inner, -.c5[type='button']::-moz-focus-inner, -.c5[type='reset']::-moz-focus-inner, -.c5[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c5:-moz-focusring, -.c5[type='button']:-moz-focusring, -.c5[type='reset']:-moz-focusring, -.c5[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c5:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c5:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c5:active, -.c5:active:hover, -.c5:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c5[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c5 + button { - margin-left: 1.25rem; -} - -.c0 { - float: left; - background-color: ; -} - -.c3 { - -webkit-fill: none; - fill: none; -} - -.c2 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - -.c4 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c4:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c1 { - 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; - position: relative; - z-index: 7; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; -} - -.c6 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - display: none; -} - -
      • - .c4 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c4::-moz-focus-inner, -.c4[type='button']::-moz-focus-inner, -.c4[type='reset']::-moz-focus-inner, -.c4[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c4:-moz-focusring, -.c4[type='button']:-moz-focusring, -.c4[type='reset']:-moz-focusring, -.c4[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c4:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c4[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c4 + button { - margin-left: 1.25rem; -} - -.c2 { - -webkit-fill: none; - fill: none; -} - -.c1 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - -.c3 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c3:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:active, -.c3:active:hover, -.c3:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0 { - 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; - position: relative; - z-index: 7; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; -} - -.c5 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - display: none; -} - -
        - .c1 { - -webkit-fill: none; - fill: none; -} - -.c0 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - - - .c0 { - -webkit-fill: none; - fill: none; -} - - without throwing 3`] = ` /> - .c1 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c1::-moz-focus-inner, -.c1[type='button']::-moz-focus-inner, -.c1[type='reset']::-moz-focus-inner, -.c1[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c1:-moz-focusring, -.c1[type='button']:-moz-focusring, -.c1[type='reset']:-moz-focusring, -.c1[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c1:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c1 + button { - margin-left: 1.25rem; -} - -.c0 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c0:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - - - .c0 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - display: none; -} - -
      • @@ -7428,9 +1385,7 @@ exports[`renders without throwing 4`] = ` vertical-align: middle; touch-action: manipulation; cursor: pointer; - color: ; background-image: none; - background-color: ; border-radius: 0.25rem; border: solid 0.0625rem; } @@ -7453,12 +1408,9 @@ exports[`renders without throwing 4`] = ` .c6:focus { outline: 0; text-decoration: none; - background-color: ; - border-color: ; } .c6:hover { - background-color: ; border: solid 0.0625rem; } @@ -7467,8 +1419,6 @@ exports[`renders without throwing 4`] = ` .c6:active:focus { background-image: none; outline: 0; - background-color: ; - border-color: ; } .c6[disabled] { @@ -7482,14 +1432,11 @@ exports[`renders without throwing 4`] = ` .c1 { float: left; - background-color: ; } .c11 { -webkit-fill: none; fill: none; - -webkit-fill: ; - fill: ; } .c14 { @@ -7500,8 +1447,6 @@ exports[`renders without throwing 4`] = ` .c4 { -webkit-fill: none; fill: none; - -webkit-fill: ; - fill: ; } .c10 { @@ -7567,7 +1512,6 @@ exports[`renders without throwing 4`] = ` -ms-flex-align: center; align-items: center; border: 0.0625rem solid; - background: ; } .c5 { @@ -7707,7 +1651,6 @@ exports[`renders without throwing 4`] = ` -ms-transform: rotate(-45deg); transform: rotate(-45deg); margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; } .c15 { @@ -7733,446 +1676,18 @@ exports[`renders without throwing 4`] = `
          - .c5 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c5::-moz-focus-inner, -.c5[type='button']::-moz-focus-inner, -.c5[type='reset']::-moz-focus-inner, -.c5[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c5:-moz-focusring, -.c5[type='button']:-moz-focusring, -.c5[type='reset']:-moz-focusring, -.c5[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c5:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c5:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c5:active, -.c5:active:hover, -.c5:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c5[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c5 + button { - margin-left: 1.25rem; -} - -.c0 { - float: left; - background-color: ; -} - -.c3 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - -.c2 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; - border: 0.0625rem solid; - background: ; -} - -.c4 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c4:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c1 { - 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; - position: relative; - z-index: 10; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-left: 0.0625rem solid; - padding-left: 0.8125rem; - border-right: 0.0625rem solid; - border-right: none; -} - -.c6 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; -} - -
        • - .c4 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c4::-moz-focus-inner, -.c4[type='button']::-moz-focus-inner, -.c4[type='reset']::-moz-focus-inner, -.c4[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c4:-moz-focusring, -.c4[type='button']:-moz-focusring, -.c4[type='reset']:-moz-focusring, -.c4[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c4:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c4[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c4 + button { - margin-left: 1.25rem; -} - -.c2 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - -.c1 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; - border: 0.0625rem solid; - background: ; -} - -.c3 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c3:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:active, -.c3:active:hover, -.c3:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0 { - 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; - position: relative; - z-index: 10; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-left: 0.0625rem solid; - padding-left: 0.8125rem; - border-right: 0.0625rem solid; - border-right: none; -} - -.c5 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; -} - -
          - .c1 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - -.c0 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; - border: 0.0625rem solid; - background: ; -} - - - .c0 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - - without throwing 4`] = ` /> - .c1 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c1::-moz-focus-inner, -.c1[type='button']::-moz-focus-inner, -.c1[type='reset']::-moz-focus-inner, -.c1[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c1:-moz-focusring, -.c1[type='button']:-moz-focusring, -.c1[type='reset']:-moz-focusring, -.c1[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c1:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c1 + button { - margin-left: 1.25rem; -} - -.c0 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c0:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - - - .c0 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; -} - -
        • - .c5 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c5::-moz-focus-inner, -.c5[type='button']::-moz-focus-inner, -.c5[type='reset']::-moz-focus-inner, -.c5[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c5:-moz-focusring, -.c5[type='button']:-moz-focusring, -.c5[type='reset']:-moz-focusring, -.c5[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c5:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c5:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c5:active, -.c5:active:hover, -.c5:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c5[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c5 + button { - margin-left: 1.25rem; -} - -.c0 { - float: left; - background-color: ; -} - -.c3 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - -.c2 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; - border: 0.0625rem solid; - background: ; -} - -.c4 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c4:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c1 { - 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; - position: relative; - z-index: 9; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; - border-right: none; -} - -.c6 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; -} - -
        • - .c4 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c4::-moz-focus-inner, -.c4[type='button']::-moz-focus-inner, -.c4[type='reset']::-moz-focus-inner, -.c4[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c4:-moz-focusring, -.c4[type='button']:-moz-focusring, -.c4[type='reset']:-moz-focusring, -.c4[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c4:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c4[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c4 + button { - margin-left: 1.25rem; -} - -.c2 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - -.c1 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; - border: 0.0625rem solid; - background: ; -} - -.c3 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c3:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:active, -.c3:active:hover, -.c3:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0 { - 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; - position: relative; - z-index: 9; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; - border-right: none; -} - -.c5 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; -} - -
          - .c1 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - -.c0 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; - border: 0.0625rem solid; - background: ; -} - - - .c0 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - - without throwing 4`] = ` /> - .c1 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c1::-moz-focus-inner, -.c1[type='button']::-moz-focus-inner, -.c1[type='reset']::-moz-focus-inner, -.c1[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c1:-moz-focusring, -.c1[type='button']:-moz-focusring, -.c1[type='reset']:-moz-focusring, -.c1[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c1:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c1 + button { - margin-left: 1.25rem; -} - -.c0 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c0:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - - - .c0 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; -} - -
        • - .c5 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c5::-moz-focus-inner, -.c5[type='button']::-moz-focus-inner, -.c5[type='reset']::-moz-focus-inner, -.c5[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c5:-moz-focusring, -.c5[type='button']:-moz-focusring, -.c5[type='reset']:-moz-focusring, -.c5[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c5:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c5:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c5:active, -.c5:active:hover, -.c5:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c5[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c5 + button { - margin-left: 1.25rem; -} - -.c0 { - float: left; - background-color: ; -} - -.c3 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - -.c2 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; - border: 0.0625rem solid; -} - -.c4 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c4:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c1 { - 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; - position: relative; - z-index: 8; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; - border-right: none; -} - -.c6 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; -} - -
        • - .c4 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c4::-moz-focus-inner, -.c4[type='button']::-moz-focus-inner, -.c4[type='reset']::-moz-focus-inner, -.c4[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c4:-moz-focusring, -.c4[type='button']:-moz-focusring, -.c4[type='reset']:-moz-focusring, -.c4[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c4:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c4[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c4 + button { - margin-left: 1.25rem; -} - -.c2 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - -.c1 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; - border: 0.0625rem solid; -} - -.c3 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c3:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:active, -.c3:active:hover, -.c3:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0 { - 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; - position: relative; - z-index: 8; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; - border-right: none; -} - -.c5 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; -} - -
          - .c1 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - -.c0 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; - border: 0.0625rem solid; -} - - - .c0 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - - without throwing 4`] = ` /> - .c1 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c1::-moz-focus-inner, -.c1[type='button']::-moz-focus-inner, -.c1[type='reset']::-moz-focus-inner, -.c1[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c1:-moz-focusring, -.c1[type='button']:-moz-focusring, -.c1[type='reset']:-moz-focusring, -.c1[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c1:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c1 + button { - margin-left: 1.25rem; -} - -.c0 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c0:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - - - .c0 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; -} - -
        • - .c5 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c5::-moz-focus-inner, -.c5[type='button']::-moz-focus-inner, -.c5[type='reset']::-moz-focus-inner, -.c5[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c5:-moz-focusring, -.c5[type='button']:-moz-focusring, -.c5[type='reset']:-moz-focusring, -.c5[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c5:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c5:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c5:active, -.c5:active:hover, -.c5:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c5[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c5 + button { - margin-left: 1.25rem; -} - -.c0 { - float: left; - background-color: ; -} - -.c3 { - -webkit-fill: none; - fill: none; -} - -.c2 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - -.c4 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c4:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c1 { - 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; - position: relative; - z-index: 7; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; -} - -.c6 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - display: none; -} - -
        • - .c4 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c4::-moz-focus-inner, -.c4[type='button']::-moz-focus-inner, -.c4[type='reset']::-moz-focus-inner, -.c4[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c4:-moz-focusring, -.c4[type='button']:-moz-focusring, -.c4[type='reset']:-moz-focusring, -.c4[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c4:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c4[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c4 + button { - margin-left: 1.25rem; -} - -.c2 { - -webkit-fill: none; - fill: none; -} - -.c1 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - -.c3 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c3:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:active, -.c3:active:hover, -.c3:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0 { - 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; - position: relative; - z-index: 7; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; -} - -.c5 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - display: none; -} - -
          - .c1 { - -webkit-fill: none; - fill: none; -} - -.c0 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - - - .c0 { - -webkit-fill: none; - fill: none; -} - - without throwing 4`] = ` /> - .c1 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c1::-moz-focus-inner, -.c1[type='button']::-moz-focus-inner, -.c1[type='reset']::-moz-focus-inner, -.c1[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c1:-moz-focusring, -.c1[type='button']:-moz-focusring, -.c1[type='reset']:-moz-focusring, -.c1[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c1:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c1 + button { - margin-left: 1.25rem; -} - -.c0 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c0:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - - - .c0 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - display: none; -} - -
        • @@ -10158,9 +1876,7 @@ exports[`renders without throwing 5`] = ` vertical-align: middle; touch-action: manipulation; cursor: pointer; - color: ; background-image: none; - background-color: ; border-radius: 0.25rem; border: solid 0.0625rem; } @@ -10183,12 +1899,9 @@ exports[`renders without throwing 5`] = ` .c6:focus { outline: 0; text-decoration: none; - background-color: ; - border-color: ; } .c6:hover { - background-color: ; border: solid 0.0625rem; } @@ -10197,8 +1910,6 @@ exports[`renders without throwing 5`] = ` .c6:active:focus { background-image: none; outline: 0; - background-color: ; - border-color: ; } .c6[disabled] { @@ -10212,21 +1923,16 @@ exports[`renders without throwing 5`] = ` .c1 { float: left; - background-color: ; } .c12 { -webkit-fill: none; fill: none; - -webkit-fill: ; - fill: ; } .c4 { -webkit-fill: none; fill: none; - -webkit-fill: ; - fill: ; } .c11 { @@ -10271,7 +1977,6 @@ exports[`renders without throwing 5`] = ` -ms-flex-align: center; align-items: center; border: 0.0625rem solid; - background: ; } .c5 { @@ -10413,7 +2118,6 @@ exports[`renders without throwing 5`] = ` -ms-transform: rotate(-45deg); transform: rotate(-45deg); margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; } .c13 { @@ -10428,7 +2132,6 @@ exports[`renders without throwing 5`] = ` transform: rotate(-45deg); margin: 0.4rem 0.625rem 0.4rem 0.625rem; display: none; - border-color: ; } .c0 { @@ -10440,446 +2143,18 @@ exports[`renders without throwing 5`] = `
            - .c5 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c5::-moz-focus-inner, -.c5[type='button']::-moz-focus-inner, -.c5[type='reset']::-moz-focus-inner, -.c5[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c5:-moz-focusring, -.c5[type='button']:-moz-focusring, -.c5[type='reset']:-moz-focusring, -.c5[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c5:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c5:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c5:active, -.c5:active:hover, -.c5:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c5[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c5 + button { - margin-left: 1.25rem; -} - -.c0 { - float: left; - background-color: ; -} - -.c3 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - -.c2 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; - border: 0.0625rem solid; - background: ; -} - -.c4 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c4:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c1 { - 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; - position: relative; - z-index: 10; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-left: 0.0625rem solid; - padding-left: 0.8125rem; - border-right: 0.0625rem solid; - border-right: none; -} - -.c6 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; -} - -
          • - .c4 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c4::-moz-focus-inner, -.c4[type='button']::-moz-focus-inner, -.c4[type='reset']::-moz-focus-inner, -.c4[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c4:-moz-focusring, -.c4[type='button']:-moz-focusring, -.c4[type='reset']:-moz-focusring, -.c4[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c4:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c4[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c4 + button { - margin-left: 1.25rem; -} - -.c2 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - -.c1 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; - border: 0.0625rem solid; - background: ; -} - -.c3 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c3:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:active, -.c3:active:hover, -.c3:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0 { - 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; - position: relative; - z-index: 10; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-left: 0.0625rem solid; - padding-left: 0.8125rem; - border-right: 0.0625rem solid; - border-right: none; -} - -.c5 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; -} - -
            - .c1 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - -.c0 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; - border: 0.0625rem solid; - background: ; -} - - - .c0 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - - without throwing 5`] = ` /> - .c1 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c1::-moz-focus-inner, -.c1[type='button']::-moz-focus-inner, -.c1[type='reset']::-moz-focus-inner, -.c1[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c1:-moz-focusring, -.c1[type='button']:-moz-focusring, -.c1[type='reset']:-moz-focusring, -.c1[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c1:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c1 + button { - margin-left: 1.25rem; -} - -.c0 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c0:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - - - .c0 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; -} - -
          • - .c5 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c5::-moz-focus-inner, -.c5[type='button']::-moz-focus-inner, -.c5[type='reset']::-moz-focus-inner, -.c5[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c5:-moz-focusring, -.c5[type='button']:-moz-focusring, -.c5[type='reset']:-moz-focusring, -.c5[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c5:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c5:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c5:active, -.c5:active:hover, -.c5:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c5[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c5 + button { - margin-left: 1.25rem; -} - -.c0 { - float: left; - background-color: ; -} - -.c3 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - -.c2 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; - border: 0.0625rem solid; - background: ; -} - -.c4 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c4:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c1 { - 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; - position: relative; - z-index: 9; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; - border-right: none; -} - -.c6 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; -} - -
          • - .c4 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c4::-moz-focus-inner, -.c4[type='button']::-moz-focus-inner, -.c4[type='reset']::-moz-focus-inner, -.c4[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c4:-moz-focusring, -.c4[type='button']:-moz-focusring, -.c4[type='reset']:-moz-focusring, -.c4[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c4:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c4[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c4 + button { - margin-left: 1.25rem; -} - -.c2 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - -.c1 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; - border: 0.0625rem solid; - background: ; -} - -.c3 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c3:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:active, -.c3:active:hover, -.c3:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0 { - 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; - position: relative; - z-index: 9; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; - border-right: none; -} - -.c5 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; -} - -
            - .c1 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - -.c0 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; - border: 0.0625rem solid; - background: ; -} - - - .c0 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - - without throwing 5`] = ` /> - .c1 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c1::-moz-focus-inner, -.c1[type='button']::-moz-focus-inner, -.c1[type='reset']::-moz-focus-inner, -.c1[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c1:-moz-focusring, -.c1[type='button']:-moz-focusring, -.c1[type='reset']:-moz-focusring, -.c1[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c1:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c1 + button { - margin-left: 1.25rem; -} - -.c0 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c0:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - - - .c0 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; -} - -
          • - .c5 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c5::-moz-focus-inner, -.c5[type='button']::-moz-focus-inner, -.c5[type='reset']::-moz-focus-inner, -.c5[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c5:-moz-focusring, -.c5[type='button']:-moz-focusring, -.c5[type='reset']:-moz-focusring, -.c5[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c5:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c5:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c5:active, -.c5:active:hover, -.c5:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c5[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c5 + button { - margin-left: 1.25rem; -} - -.c0 { - float: left; - background-color: ; -} - -.c3 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - -.c2 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; - border: 0.0625rem solid; - background: ; -} - -.c4 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c4:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c1 { - 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; - position: relative; - z-index: 8; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; - border-right: none; -} - -.c6 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; -} - -
          • - .c4 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c4::-moz-focus-inner, -.c4[type='button']::-moz-focus-inner, -.c4[type='reset']::-moz-focus-inner, -.c4[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c4:-moz-focusring, -.c4[type='button']:-moz-focusring, -.c4[type='reset']:-moz-focusring, -.c4[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c4:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c4[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c4 + button { - margin-left: 1.25rem; -} - -.c2 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - -.c1 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; - border: 0.0625rem solid; - background: ; -} - -.c3 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c3:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:active, -.c3:active:hover, -.c3:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0 { - 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; - position: relative; - z-index: 8; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; - border-right: none; -} - -.c5 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; -} - -
            - .c1 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - -.c0 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; - border: 0.0625rem solid; - background: ; -} - - - .c0 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - - without throwing 5`] = ` /> - .c1 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c1::-moz-focus-inner, -.c1[type='button']::-moz-focus-inner, -.c1[type='reset']::-moz-focus-inner, -.c1[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c1:-moz-focusring, -.c1[type='button']:-moz-focusring, -.c1[type='reset']:-moz-focusring, -.c1[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c1:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c1 + button { - margin-left: 1.25rem; -} - -.c0 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c0:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - - - .c0 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; -} - -
          • - .c5 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c5::-moz-focus-inner, -.c5[type='button']::-moz-focus-inner, -.c5[type='reset']::-moz-focus-inner, -.c5[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c5:-moz-focusring, -.c5[type='button']:-moz-focusring, -.c5[type='reset']:-moz-focusring, -.c5[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c5:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c5:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c5:active, -.c5:active:hover, -.c5:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c5[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c5 + button { - margin-left: 1.25rem; -} - -.c0 { - float: left; - background-color: ; -} - -.c3 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - -.c2 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; - border: 0.0625rem solid; -} - -.c4 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c4:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c1 { - 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; - position: relative; - z-index: 7; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; -} - -.c6 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - display: none; - border-color: ; -} - -
          • - .c4 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c4::-moz-focus-inner, -.c4[type='button']::-moz-focus-inner, -.c4[type='reset']::-moz-focus-inner, -.c4[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c4:-moz-focusring, -.c4[type='button']:-moz-focusring, -.c4[type='reset']:-moz-focusring, -.c4[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c4:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c4[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c4 + button { - margin-left: 1.25rem; -} - -.c2 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - -.c1 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; - border: 0.0625rem solid; -} - -.c3 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c3:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:active, -.c3:active:hover, -.c3:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0 { - 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; - position: relative; - z-index: 7; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; -} - -.c5 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - display: none; - border-color: ; -} - -
            - .c1 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - -.c0 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; - border: 0.0625rem solid; -} - - - .c0 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - - without throwing 5`] = ` /> - .c1 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c1::-moz-focus-inner, -.c1[type='button']::-moz-focus-inner, -.c1[type='reset']::-moz-focus-inner, -.c1[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c1:-moz-focusring, -.c1[type='button']:-moz-focusring, -.c1[type='reset']:-moz-focusring, -.c1[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c1:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c1 + button { - margin-left: 1.25rem; -} - -.c0 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c0:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - - - .c0 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - display: none; - border-color: ; -} - -
          • @@ -12886,9 +2343,7 @@ exports[`renders without throwing 6`] = ` vertical-align: middle; touch-action: manipulation; cursor: pointer; - color: ; background-image: none; - background-color: ; border-radius: 0.25rem; border: solid 0.0625rem; } @@ -12911,12 +2366,9 @@ exports[`renders without throwing 6`] = ` .c6:focus { outline: 0; text-decoration: none; - background-color: ; - border-color: ; } .c6:hover { - background-color: ; border: solid 0.0625rem; } @@ -12925,8 +2377,6 @@ exports[`renders without throwing 6`] = ` .c6:active:focus { background-image: none; outline: 0; - background-color: ; - border-color: ; } .c6[disabled] { @@ -12940,7 +2390,6 @@ exports[`renders without throwing 6`] = ` .c1 { float: left; - background-color: ; } .c4 { @@ -13102,424 +2551,18 @@ exports[`renders without throwing 6`] = `
              - .c5 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c5::-moz-focus-inner, -.c5[type='button']::-moz-focus-inner, -.c5[type='reset']::-moz-focus-inner, -.c5[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c5:-moz-focusring, -.c5[type='button']:-moz-focusring, -.c5[type='reset']:-moz-focusring, -.c5[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c5:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c5:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c5:active, -.c5:active:hover, -.c5:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c5[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c5 + button { - margin-left: 1.25rem; -} - -.c0 { - float: left; - background-color: ; -} - -.c3 { - -webkit-fill: none; - fill: none; -} - -.c2 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - -.c4 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c4:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c1 { - 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; - position: relative; - z-index: 9; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-left: 0.0625rem solid; - padding-left: 0.8125rem; - border-right: none; -} - -.c6 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; -} - -
            • - .c4 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c4::-moz-focus-inner, -.c4[type='button']::-moz-focus-inner, -.c4[type='reset']::-moz-focus-inner, -.c4[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c4:-moz-focusring, -.c4[type='button']:-moz-focusring, -.c4[type='reset']:-moz-focusring, -.c4[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c4:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c4[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c4 + button { - margin-left: 1.25rem; -} - -.c2 { - -webkit-fill: none; - fill: none; -} - -.c1 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - -.c3 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c3:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:active, -.c3:active:hover, -.c3:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0 { - 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; - position: relative; - z-index: 9; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-left: 0.0625rem solid; - padding-left: 0.8125rem; - border-right: none; -} - -.c5 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; -} - -
              - .c1 { - -webkit-fill: none; - fill: none; -} - -.c0 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - - - .c0 { - -webkit-fill: none; - fill: none; -} - - without throwing 6`] = ` /> - .c1 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c1::-moz-focus-inner, -.c1[type='button']::-moz-focus-inner, -.c1[type='reset']::-moz-focus-inner, -.c1[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c1:-moz-focusring, -.c1[type='button']:-moz-focusring, -.c1[type='reset']:-moz-focusring, -.c1[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c1:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c1 + button { - margin-left: 1.25rem; -} - -.c0 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c0:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - - - .c0 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; -} - -
            • - .c5 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c5::-moz-focus-inner, -.c5[type='button']::-moz-focus-inner, -.c5[type='reset']::-moz-focus-inner, -.c5[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c5:-moz-focusring, -.c5[type='button']:-moz-focusring, -.c5[type='reset']:-moz-focusring, -.c5[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c5:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c5:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c5:active, -.c5:active:hover, -.c5:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c5[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c5 + button { - margin-left: 1.25rem; -} - -.c0 { - float: left; - background-color: ; -} - -.c3 { - -webkit-fill: none; - fill: none; -} - -.c2 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - -.c4 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c4:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c1 { - 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; - position: relative; - z-index: 8; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; - border-right: none; -} - -.c6 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; -} - -
            • - .c4 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c4::-moz-focus-inner, -.c4[type='button']::-moz-focus-inner, -.c4[type='reset']::-moz-focus-inner, -.c4[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c4:-moz-focusring, -.c4[type='button']:-moz-focusring, -.c4[type='reset']:-moz-focusring, -.c4[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c4:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c4[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c4 + button { - margin-left: 1.25rem; -} - -.c2 { - -webkit-fill: none; - fill: none; -} - -.c1 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - -.c3 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c3:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:active, -.c3:active:hover, -.c3:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0 { - 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; - position: relative; - z-index: 8; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; - border-right: none; -} - -.c5 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; -} - -
              - .c1 { - -webkit-fill: none; - fill: none; -} - -.c0 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - - - .c0 { - -webkit-fill: none; - fill: none; -} - - without throwing 6`] = ` /> - .c1 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c1::-moz-focus-inner, -.c1[type='button']::-moz-focus-inner, -.c1[type='reset']::-moz-focus-inner, -.c1[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c1:-moz-focusring, -.c1[type='button']:-moz-focusring, -.c1[type='reset']:-moz-focusring, -.c1[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c1:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c1 + button { - margin-left: 1.25rem; -} - -.c0 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c0:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - - - .c0 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; -} - -
            • - .c5 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c5::-moz-focus-inner, -.c5[type='button']::-moz-focus-inner, -.c5[type='reset']::-moz-focus-inner, -.c5[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c5:-moz-focusring, -.c5[type='button']:-moz-focusring, -.c5[type='reset']:-moz-focusring, -.c5[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c5:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c5:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c5:active, -.c5:active:hover, -.c5:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c5[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c5 + button { - margin-left: 1.25rem; -} - -.c0 { - float: left; - background-color: ; -} - -.c3 { - -webkit-fill: none; - fill: none; -} - -.c2 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - -.c4 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c4:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c1 { - 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; - position: relative; - z-index: 7; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; -} - -.c6 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - display: none; -} - -
            • - .c4 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c4::-moz-focus-inner, -.c4[type='button']::-moz-focus-inner, -.c4[type='reset']::-moz-focus-inner, -.c4[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c4:-moz-focusring, -.c4[type='button']:-moz-focusring, -.c4[type='reset']:-moz-focusring, -.c4[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c4:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c4[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c4 + button { - margin-left: 1.25rem; -} - -.c2 { - -webkit-fill: none; - fill: none; -} - -.c1 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - -.c3 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c3:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:active, -.c3:active:hover, -.c3:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0 { - 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; - position: relative; - z-index: 7; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; -} - -.c5 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - display: none; -} - -
              - .c1 { - -webkit-fill: none; - fill: none; -} - -.c0 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - - - .c0 { - -webkit-fill: none; - fill: none; -} - - without throwing 6`] = ` /> - .c1 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c1::-moz-focus-inner, -.c1[type='button']::-moz-focus-inner, -.c1[type='reset']::-moz-focus-inner, -.c1[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c1:-moz-focusring, -.c1[type='button']:-moz-focusring, -.c1[type='reset']:-moz-focusring, -.c1[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c1:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c1 + button { - margin-left: 1.25rem; -} - -.c0 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c0:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - - - .c0 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - display: none; -} - -
            • @@ -14886,9 +2712,7 @@ exports[`renders without throwing 7`] = ` vertical-align: middle; touch-action: manipulation; cursor: pointer; - color: ; background-image: none; - background-color: ; border-radius: 0.25rem; border: solid 0.0625rem; } @@ -14911,12 +2735,9 @@ exports[`renders without throwing 7`] = ` .c6:focus { outline: 0; text-decoration: none; - background-color: ; - border-color: ; } .c6:hover { - background-color: ; border: solid 0.0625rem; } @@ -14925,8 +2746,6 @@ exports[`renders without throwing 7`] = ` .c6:active:focus { background-image: none; outline: 0; - background-color: ; - border-color: ; } .c6[disabled] { @@ -14940,14 +2759,11 @@ exports[`renders without throwing 7`] = ` .c1 { float: left; - background-color: ; } .c10 { -webkit-fill: none; fill: none; - -webkit-fill: ; - fill: ; } .c13 { @@ -14958,8 +2774,6 @@ exports[`renders without throwing 7`] = ` .c4 { -webkit-fill: none; fill: none; - -webkit-fill: ; - fill: ; } .c9 { @@ -15025,7 +2839,6 @@ exports[`renders without throwing 7`] = ` -ms-flex-align: center; align-items: center; border: 0.0625rem solid; - background: ; } .c5 { @@ -15141,7 +2954,6 @@ exports[`renders without throwing 7`] = ` -ms-transform: rotate(-45deg); transform: rotate(-45deg); margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; } .c14 { @@ -15167,446 +2979,18 @@ exports[`renders without throwing 7`] = `
                - .c5 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c5::-moz-focus-inner, -.c5[type='button']::-moz-focus-inner, -.c5[type='reset']::-moz-focus-inner, -.c5[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c5:-moz-focusring, -.c5[type='button']:-moz-focusring, -.c5[type='reset']:-moz-focusring, -.c5[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c5:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c5:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c5:active, -.c5:active:hover, -.c5:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c5[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c5 + button { - margin-left: 1.25rem; -} - -.c0 { - float: left; - background-color: ; -} - -.c3 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - -.c2 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; - border: 0.0625rem solid; - background: ; -} - -.c4 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c4:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c1 { - 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; - position: relative; - z-index: 9; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-left: 0.0625rem solid; - padding-left: 0.8125rem; - border-right: 0.0625rem solid; - border-right: none; -} - -.c6 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; -} - -
              • - .c4 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c4::-moz-focus-inner, -.c4[type='button']::-moz-focus-inner, -.c4[type='reset']::-moz-focus-inner, -.c4[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c4:-moz-focusring, -.c4[type='button']:-moz-focusring, -.c4[type='reset']:-moz-focusring, -.c4[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c4:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c4[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c4 + button { - margin-left: 1.25rem; -} - -.c2 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - -.c1 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; - border: 0.0625rem solid; - background: ; -} - -.c3 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c3:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:active, -.c3:active:hover, -.c3:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0 { - 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; - position: relative; - z-index: 9; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-left: 0.0625rem solid; - padding-left: 0.8125rem; - border-right: 0.0625rem solid; - border-right: none; -} - -.c5 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; -} - -
                - .c1 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - -.c0 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; - border: 0.0625rem solid; - background: ; -} - - - .c0 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - - without throwing 7`] = ` /> - .c1 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c1::-moz-focus-inner, -.c1[type='button']::-moz-focus-inner, -.c1[type='reset']::-moz-focus-inner, -.c1[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c1:-moz-focusring, -.c1[type='button']:-moz-focusring, -.c1[type='reset']:-moz-focusring, -.c1[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c1:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c1 + button { - margin-left: 1.25rem; -} - -.c0 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c0:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - - - .c0 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; -} - -
              • - .c5 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c5::-moz-focus-inner, -.c5[type='button']::-moz-focus-inner, -.c5[type='reset']::-moz-focus-inner, -.c5[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c5:-moz-focusring, -.c5[type='button']:-moz-focusring, -.c5[type='reset']:-moz-focusring, -.c5[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c5:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c5:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c5:active, -.c5:active:hover, -.c5:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c5[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c5 + button { - margin-left: 1.25rem; -} - -.c0 { - float: left; - background-color: ; -} - -.c3 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - -.c2 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; - border: 0.0625rem solid; -} - -.c4 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c4:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c1 { - 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; - position: relative; - z-index: 8; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; - border-right: none; -} - -.c6 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; -} - -
              • - .c4 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c4::-moz-focus-inner, -.c4[type='button']::-moz-focus-inner, -.c4[type='reset']::-moz-focus-inner, -.c4[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c4:-moz-focusring, -.c4[type='button']:-moz-focusring, -.c4[type='reset']:-moz-focusring, -.c4[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c4:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c4[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c4 + button { - margin-left: 1.25rem; -} - -.c2 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - -.c1 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; - border: 0.0625rem solid; -} - -.c3 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c3:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:active, -.c3:active:hover, -.c3:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0 { - 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; - position: relative; - z-index: 8; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; - border-right: none; -} - -.c5 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; -} - -
                - .c1 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - -.c0 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; - border: 0.0625rem solid; -} - - - .c0 { - -webkit-fill: none; - fill: none; - -webkit-fill: ; - fill: ; -} - - without throwing 7`] = ` /> - .c1 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c1::-moz-focus-inner, -.c1[type='button']::-moz-focus-inner, -.c1[type='reset']::-moz-focus-inner, -.c1[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c1:-moz-focusring, -.c1[type='button']:-moz-focusring, -.c1[type='reset']:-moz-focusring, -.c1[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c1:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c1 + button { - margin-left: 1.25rem; -} - -.c0 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c0:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - - - .c0 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; -} - -
              • - .c5 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c5::-moz-focus-inner, -.c5[type='button']::-moz-focus-inner, -.c5[type='reset']::-moz-focus-inner, -.c5[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c5:-moz-focusring, -.c5[type='button']:-moz-focusring, -.c5[type='reset']:-moz-focusring, -.c5[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c5:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c5:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c5:active, -.c5:active:hover, -.c5:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c5[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c5 + button { - margin-left: 1.25rem; -} - -.c0 { - float: left; - background-color: ; -} - -.c3 { - -webkit-fill: none; - fill: none; -} - -.c2 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - -.c4 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c4:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c1 { - 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; - position: relative; - z-index: 7; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; -} - -.c6 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - display: none; -} - -
              • - .c4 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c4::-moz-focus-inner, -.c4[type='button']::-moz-focus-inner, -.c4[type='reset']::-moz-focus-inner, -.c4[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c4:-moz-focusring, -.c4[type='button']:-moz-focusring, -.c4[type='reset']:-moz-focusring, -.c4[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c4:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c4[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c4 + button { - margin-left: 1.25rem; -} - -.c2 { - -webkit-fill: none; - fill: none; -} - -.c1 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - -.c3 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c3:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:active, -.c3:active:hover, -.c3:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0 { - 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; - position: relative; - z-index: 7; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; -} - -.c5 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - display: none; -} - -
                - .c1 { - -webkit-fill: none; - fill: none; -} - -.c0 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - - - .c0 { - -webkit-fill: none; - fill: none; -} - - without throwing 7`] = ` /> - .c1 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c1::-moz-focus-inner, -.c1[type='button']::-moz-focus-inner, -.c1[type='reset']::-moz-focus-inner, -.c1[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c1:-moz-focusring, -.c1[type='button']:-moz-focusring, -.c1[type='reset']:-moz-focusring, -.c1[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c1:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c1 + button { - margin-left: 1.25rem; -} - -.c0 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c0:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - - - .c0 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - display: none; -} - -
              • @@ -16992,9 +3140,7 @@ exports[`renders without throwing 8`] = ` vertical-align: middle; touch-action: manipulation; cursor: pointer; - color: ; background-image: none; - background-color: ; border-radius: 0.25rem; border: solid 0.0625rem; } @@ -17017,12 +3163,9 @@ exports[`renders without throwing 8`] = ` .c6:focus { outline: 0; text-decoration: none; - background-color: ; - border-color: ; } .c6:hover { - background-color: ; border: solid 0.0625rem; } @@ -17031,8 +3174,6 @@ exports[`renders without throwing 8`] = ` .c6:active:focus { background-image: none; outline: 0; - background-color: ; - border-color: ; } .c6[disabled] { @@ -17046,21 +3187,16 @@ exports[`renders without throwing 8`] = ` .c1 { float: left; - background-color: ; } .c11 { -webkit-fill: none; fill: none; - -webkit-fill: ; - fill: ; } .c4 { -webkit-fill: none; fill: none; - -webkit-fill: ; - fill: ; } .c10 { @@ -17105,7 +3241,6 @@ exports[`renders without throwing 8`] = ` -ms-flex-align: center; align-items: center; border: 0.0625rem solid; - background: ; } .c5 { @@ -17223,7 +3358,6 @@ exports[`renders without throwing 8`] = ` -ms-transform: rotate(-45deg); transform: rotate(-45deg); margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; } .c12 { @@ -17238,7 +3372,6 @@ exports[`renders without throwing 8`] = ` transform: rotate(-45deg); margin: 0.4rem 0.625rem 0.4rem 0.625rem; display: none; - border-color: ; } .c0 { @@ -17250,446 +3383,18 @@ exports[`renders without throwing 8`] = `
    - .c0 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; - color: ; - background-color: ; - border-color: ; -} - -.c0::-moz-focus-inner, -.c0[type='button']::-moz-focus-inner, -.c0[type='reset']::-moz-focus-inner, -.c0[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c0:-moz-focusring, -.c0[type='button']:-moz-focusring, -.c0[type='reset']:-moz-focusring, -.c0[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c0:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c0:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c0[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c0:focus { - background-color: ; - border-color: ; -} - -.c0:hover { - background-color: ; - border-color: ; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: ; - border-color: ; -} - -.c0 + button { - margin-left: 1.25rem; -} - - - .c0 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; - color: ; - background-color: ; - border-color: ; - color: ; - background-color: ; - border-color: ; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); -} - -.c0::-moz-focus-inner, -.c0[type='button']::-moz-focus-inner, -.c0[type='reset']::-moz-focus-inner, -.c0[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c0:-moz-focusring, -.c0[type='button']:-moz-focusring, -.c0[type='reset']:-moz-focusring, -.c0[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c0:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c0:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c0[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c0:focus { - background-color: ; - border-color: ; -} - -.c0:hover { - background-color: ; - border-color: ; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: ; - border-color: ; -} - -.c0:focus { - background-color: ; - border-color: ; -} - -.c0:hover { - background-color: ; - border-color: ; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: ; - border-color: ; -} - -.c0 + button { - margin-left: 1.25rem; -} - - - .c0 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; - color: ; - background-color: ; - border-color: ; -} - -.c0::-moz-focus-inner, -.c0[type='button']::-moz-focus-inner, -.c0[type='reset']::-moz-focus-inner, -.c0[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c0:-moz-focusring, -.c0[type='button']:-moz-focusring, -.c0[type='reset']:-moz-focusring, -.c0[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c0:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c0:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c0[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c0:focus { - background-color: ; - border-color: ; -} - -.c0:hover { - background-color: ; - border-color: ; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: ; - border-color: ; -} - -.c0 + button { - margin-left: 1.25rem; -} - - - .c0 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; - color: ; - background-color: ; - border-color: ; -} - -.c0::-moz-focus-inner, -.c0[type='button']::-moz-focus-inner, -.c0[type='reset']::-moz-focus-inner, -.c0[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c0:-moz-focusring, -.c0[type='button']:-moz-focusring, -.c0[type='reset']:-moz-focusring, -.c0[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c0:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c0:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c0[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c0:focus { - background-color: ; - border-color: ; -} - -.c0:hover { - background-color: ; - border-color: ; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: ; - border-color: ; -} - -.c0 + button { - margin-left: 1.25rem; -} - - - .c1 { - 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; -} - -.c2 { - 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; -} - -.c5 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; - color: ; - background-color: ; - border-color: ; -} - -.c5::-moz-focus-inner, -.c5[type='button']::-moz-focus-inner, -.c5[type='reset']::-moz-focus-inner, -.c5[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c5:-moz-focusring, -.c5[type='button']:-moz-focusring, -.c5[type='reset']:-moz-focusring, -.c5[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c5:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c5:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c5:active, -.c5:active:hover, -.c5:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c5[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c5:focus { - background-color: ; - border-color: ; -} - -.c5:hover { - background-color: ; - border-color: ; -} - -.c5:active, -.c5:active:hover, -.c5:active:focus { - background-color: ; - border-color: ; -} - -.c5 + button { - margin-left: 1.25rem; -} - -.c3 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 500; - font-size: 0.9375rem; -} - -.c4 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; -} - -.c0 { - box-shadow: 0 2px 0 0 rgba(0,0,0,0.05); - border: solid 1px #d8d8d8; - padding: 0.375rem 1.125rem 1.5rem; -} - -.c0 + .c0 { - margin-top: 1.5rem; -} - -@media only screen and (min-width:64em) { - .c2 { - -webkit-flex-basis: 75%; - -ms-flex-basis: 75%; - flex-basis: 75%; - max-width: 75%; - display: block; - } -} - -
    - .c0 { - 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; -} - -.c1 { - 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; -} - -.c4 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; - color: ; - background-color: ; - border-color: ; -} - -.c4::-moz-focus-inner, -.c4[type='button']::-moz-focus-inner, -.c4[type='reset']::-moz-focus-inner, -.c4[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c4:-moz-focusring, -.c4[type='button']:-moz-focusring, -.c4[type='reset']:-moz-focusring, -.c4[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c4:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c4[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c4:focus { - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border-color: ; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-color: ; - border-color: ; -} - -.c4 + button { - margin-left: 1.25rem; -} - -.c2 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 500; - font-size: 0.9375rem; -} - -.c3 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; -} - -@media only screen and (min-width:64em) { - .c1 { - -webkit-flex-basis: 75%; - -ms-flex-basis: 75%; - flex-basis: 75%; - max-width: 75%; - display: block; - } -} - -
    - .c0 { - 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; -} - -.c3 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; - color: ; - background-color: ; - border-color: ; -} - -.c3::-moz-focus-inner, -.c3[type='button']::-moz-focus-inner, -.c3[type='reset']::-moz-focus-inner, -.c3[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c3:-moz-focusring, -.c3[type='button']:-moz-focusring, -.c3[type='reset']:-moz-focusring, -.c3[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c3:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c3:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c3:active, -.c3:active:hover, -.c3:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c3[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c3:focus { - background-color: ; - border-color: ; -} - -.c3:hover { - background-color: ; - border-color: ; -} - -.c3:active, -.c3:active:hover, -.c3:active:focus { - background-color: ; - border-color: ; -} - -.c3 + button { - margin-left: 1.25rem; -} - -.c1 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 500; - font-size: 0.9375rem; -} - -.c2 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; -} - -@media only screen and (min-width:64em) { - .c0 { - -webkit-flex-basis: 75%; - -ms-flex-basis: 75%; - flex-basis: 75%; - max-width: 75%; - display: block; - } -} - -
    - .c0 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 500; - font-size: 0.9375rem; -} - -

    Alternatively, you can upload or edit manifest file.

    - .c0 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; -} - -

    Manifest is a file describing your services. It is similar to Docker Compose file. You can upload a file from you local machine or edit it manually. Learn more.

    - .c0 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; - color: ; - background-color: ; - border-color: ; -} - -.c0::-moz-focus-inner, -.c0[type='button']::-moz-focus-inner, -.c0[type='reset']::-moz-focus-inner, -.c0[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c0:-moz-focusring, -.c0[type='button']:-moz-focusring, -.c0[type='reset']:-moz-focusring, -.c0[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c0:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c0:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c0[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c0:focus { - background-color: ; - border-color: ; -} - -.c0:hover { - background-color: ; - border-color: ; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: ; - border-color: ; -} - -.c0 + button { - margin-left: 1.25rem; -} - - - .c0 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; - color: ; - background-color: ; - border-color: ; -} - -.c0::-moz-focus-inner, -.c0[type='button']::-moz-focus-inner, -.c0[type='reset']::-moz-focus-inner, -.c0[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c0:-moz-focusring, -.c0[type='button']:-moz-focusring, -.c0[type='reset']:-moz-focusring, -.c0[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c0:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c0:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c0[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c0:focus { - background-color: ; - border-color: ; -} - -.c0:hover { - background-color: ; - border-color: ; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: ; - border-color: ; -} - -.c0 + button { - margin-left: 1.25rem; -} - - diff --git a/packages/cp-frontend/test/unit/components/services/__snapshots__/list-item.js.snap b/packages/cp-frontend/test/unit/components/services/__snapshots__/list-item.js.snap index 9c195b91..f76ee0cc 100644 --- a/packages/cp-frontend/test/unit/components/services/__snapshots__/list-item.js.snap +++ b/packages/cp-frontend/test/unit/components/services/__snapshots__/list-item.js.snap @@ -1,13 +1,11 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`renders without throwing 1`] = ` -.c7 { - color: ; - color: ; +.c6 { text-decoration: none; } -.c15 { +.c14 { font-family: sans-serif; font-size: 100%; line-height: 1.15; @@ -47,63 +45,55 @@ exports[`renders without throwing 1`] = ` vertical-align: middle; touch-action: manipulation; cursor: pointer; - color: ; background-image: none; - background-color: ; border-radius: 0.25rem; border: solid 0.0625rem; border-radius: 0; } -.c15::-moz-focus-inner, -.c15[type='button']::-moz-focus-inner, -.c15[type='reset']::-moz-focus-inner, -.c15[type='submit']::-moz-focus-inner { +.c14::-moz-focus-inner, +.c14[type='button']::-moz-focus-inner, +.c14[type='reset']::-moz-focus-inner, +.c14[type='submit']::-moz-focus-inner { border-style: none; padding: 0; } -.c15:-moz-focusring, -.c15[type='button']:-moz-focusring, -.c15[type='reset']:-moz-focusring, -.c15[type='submit']:-moz-focusring { +.c14:-moz-focusring, +.c14[type='button']:-moz-focusring, +.c14[type='reset']:-moz-focusring, +.c14[type='submit']:-moz-focusring { outline: 0.0625rem dotted ButtonText; } -.c15:focus { +.c14:focus { outline: 0; text-decoration: none; - background-color: ; - border-color: ; } -.c15:hover { - background-color: ; +.c14:hover { border: solid 0.0625rem; } -.c15:active, -.c15:active:hover, -.c15:active:focus { +.c14:active, +.c14:active:hover, +.c14:active:focus { background-image: none; outline: 0; - background-color: ; - border-color: ; } -.c15[disabled] { +.c14[disabled] { cursor: not-allowed; pointer-events: none; } -.c15 + button { +.c14 + button { margin-left: 1.25rem; } .c4 { font-size: 0.9375rem; line-height: 1.5; - color: ; font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; font-weight: 600; display: -webkit-box; @@ -125,7 +115,6 @@ exports[`renders without throwing 1`] = ` flex-basis: 5.625rem; width: 100%; padding: 0.75rem 1.125rem 0 1.125rem; - color: ; -webkit-flex-grow: 6; -ms-flex-grow: 6; flex-grow: 6; @@ -140,10 +129,9 @@ exports[`renders without throwing 1`] = ` padding: 0 1.125rem; } -.c22 { +.c21 { font-size: 0.9375rem; line-height: 1.5; - color: ; font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; font-weight: 600; display: -webkit-box; @@ -167,7 +155,7 @@ exports[`renders without throwing 1`] = ` padding: 0.75rem 1.125rem 0 1.125rem; } -.c8 { +.c7 { font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; font-weight: 400; -webkit-flex-grow: 1; @@ -178,7 +166,7 @@ exports[`renders without throwing 1`] = ` flex-basis: 5.625rem; } -.c21 { +.c20 { font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; font-weight: 400; -webkit-flex-grow: 1; @@ -190,7 +178,7 @@ exports[`renders without throwing 1`] = ` padding-bottom: 0.75rem; } -.c9 { +.c8 { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; @@ -221,7 +209,6 @@ exports[`renders without throwing 1`] = ` min-height: 7.875rem; margin-bottom: 0.625rem; border: 0.0625rem solid; - background-color: ; box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); -webkit-flex-direction: column; -ms-flex-direction: column; @@ -252,7 +239,6 @@ exports[`renders without throwing 1`] = ` min-height: 7.875rem; margin-bottom: 0.625rem; border: 0.0625rem solid; - background-color: ; box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); -webkit-flex-direction: column; -ms-flex-direction: column; @@ -270,14 +256,13 @@ exports[`renders without throwing 1`] = ` -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; - background-color: ; border: solid 0.0625rem; box-shadow: none; width: calc(100% + 0.125rem); margin: -0.0625rem -0.0625rem 0 -0.0625rem; } -.c19 { +.c18 { box-sizing: border-box; display: -webkit-box; display: -webkit-flex; @@ -306,412 +291,6 @@ exports[`renders without throwing 1`] = ` flex-direction: row; } -.c13 { - display: block; - -webkit-flex: 0 0 2.9375rem; - -ms-flex: 0 0 2.9375rem; - flex: 0 0 2.9375rem; - border-left: 0.0625rem solid; - box-sizing: border-box; - border-left-color: ; -} - -.c14 { - position: relative; - border-width: 0; - box-shadow: none; - width: 100%; - min-width: 2.875rem !important; - height: 7.75rem; - 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; - overflow-x: visible; - overflow-y: visible; - height: 2.875rem; -} - -.c14:focus { - border-width: 0; -} - -.c14:hover { - border-width: 0; -} - -.c14:active, -.c14:active:hover, -.c14:active:focus { - border-width: 0; -} - -.c16 { - position: absolute; - left: 50%; - top: 35%; -} - -.c17 { - margin: 0 0 0.125rem -0.125rem; - border-radius: 50%; - background-color: ; - width: 0.25rem; - height: 0.25rem; -} - -.c12 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - font-size: 0.9375rem; - font-style: normal; - font-stretch: normal; - display: block; - color: ; - display: inline-block; - color: undefined; - margin-left: 1.5rem; -} - -.c12::first-letter { - text-transform: capitalize; -} - -.c11 { - position: absolute; -} - -.c11 > svg { - -webkit-fill: undefined; - fill: undefined; -} - -.c10 { - height: 100%; - float: right; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-content: center; - -ms-flex-line-pack: center; - align-content: center; -} - -.c23 { - display: inline-block; - margin: 0; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - -webkit-align-self: stretch; - -ms-flex-item-align: stretch; - align-self: stretch; -} - -.c24 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; - margin: 0 0 0.375rem 0; - font-size: 0.8125rem; - line-height: 0.8125rem; -} - -.c1 { - position: relative; -} - -.c5 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-box-pack: left; - -webkit-justify-content: left; - -ms-flex-pack: left; - justify-content: left; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} - -.c6 { - color: ; -} - -.c18 { - height: 7.5rem; -} - -.c20 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-content: center; - -ms-flex-line-pack: center; - align-content: center; - -webkit-align-items: stretch; - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; -} - -.c25 { - -webkit-flex: 0 1 auto; - -ms-flex: 0 1 auto; - flex: 0 1 auto; - -webkit-align-self: flex-end; - -ms-flex-item-align: flex-end; - align-self: flex-end; - position: absolute; - bottom: 0; -} - -
    - .c6 { - color: ; - color: ; - text-decoration: none; -} - -.c14 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; - border-radius: 0; -} - -.c14::-moz-focus-inner, -.c14[type='button']::-moz-focus-inner, -.c14[type='reset']::-moz-focus-inner, -.c14[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c14:-moz-focusring, -.c14[type='button']:-moz-focusring, -.c14[type='reset']:-moz-focusring, -.c14[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c14:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c14:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c14:active, -.c14:active:hover, -.c14:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c14[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c14 + button { - margin-left: 1.25rem; -} - -.c3 { - font-size: 0.9375rem; - line-height: 1.5; - color: ; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 600; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-flex-grow: 2; - -ms-flex-grow: 2; - flex-grow: 2; - -webkit-flex-basis: 5.625rem; - -ms-flex-basis: 5.625rem; - flex-basis: 5.625rem; - width: 100%; - padding: 0.75rem 1.125rem 0 1.125rem; - color: ; - -webkit-flex-grow: 6; - -ms-flex-grow: 6; - flex-grow: 6; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - width: auto; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - padding: 0 1.125rem; -} - -.c7 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - -webkit-flex-grow: 1; - -ms-flex-grow: 1; - flex-grow: 1; - -webkit-flex-basis: 5.625rem; - -ms-flex-basis: 5.625rem; - flex-basis: 5.625rem; -} - -.c8 { - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; - height: 100%; - position: relative; -} - -.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; - position: relative; - height: auto; - min-height: 7.875rem; - margin-bottom: 0.625rem; - border: 0.0625rem solid; - background-color: ; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - margin-right: 0rem; - margin-left: 0rem; - min-height: auto; - height: 3rem; - margin-bottom: 1rem; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.1); -} - -.c1 { - position: absolute; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - background-color: ; - border: solid 0.0625rem; - box-shadow: none; - width: calc(100% + 0.125rem); - margin: -0.0625rem -0.0625rem 0 -0.0625rem; -} - .c12 { display: block; -webkit-flex: 0 0 2.9375rem; @@ -719,7 +298,6 @@ exports[`renders without throwing 1`] = ` flex: 0 0 2.9375rem; border-left: 0.0625rem solid; box-sizing: border-box; - border-left-color: ; } .c13 { @@ -769,7 +347,6 @@ exports[`renders without throwing 1`] = ` .c16 { margin: 0 0 0.125rem -0.125rem; border-radius: 50%; - background-color: ; width: 0.25rem; height: 0.25rem; } @@ -781,7 +358,6 @@ exports[`renders without throwing 1`] = ` font-style: normal; font-stretch: normal; display: block; - color: ; display: inline-block; color: undefined; margin-left: 1.5rem; @@ -822,11 +398,32 @@ exports[`renders without throwing 1`] = ` align-content: center; } -.c0 { +.c22 { + display: inline-block; + margin: 0; + -webkit-flex: 1 1 auto; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -webkit-align-self: stretch; + -ms-flex-item-align: stretch; + align-self: stretch; +} + +.c23 { + font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; + font-weight: 400; + line-height: 1.5rem; + font-size: 0.9375rem; + margin: 0 0 0.375rem 0; + font-size: 0.8125rem; + line-height: 0.8125rem; +} + +.c1 { position: relative; } -.c4 { +.c5 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -844,130 +441,63 @@ exports[`renders without throwing 1`] = ` align-items: center; } -.c5 { - color: ; +.c17 { + height: 7.5rem; } -
    - .c3 { - color: ; - color: ; - text-decoration: none; -} - -.c0 { - font-size: 0.9375rem; - line-height: 1.5; - color: ; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 600; +.c19 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-flex-grow: 2; - -ms-flex-grow: 2; - flex-grow: 2; - -webkit-flex-basis: 5.625rem; - -ms-flex-basis: 5.625rem; - flex-basis: 5.625rem; - width: 100%; - padding: 0.75rem 1.125rem 0 1.125rem; - color: ; - -webkit-flex-grow: 6; - -ms-flex-grow: 6; - flex-grow: 6; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; - width: auto; + -webkit-flex-wrap: nowrap; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; - padding: 0 1.125rem; + -webkit-align-content: center; + -ms-flex-line-pack: center; + align-content: center; + -webkit-align-items: stretch; + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; } -.c1 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-box-pack: left; - -webkit-justify-content: left; - -ms-flex-pack: left; - justify-content: left; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} - -.c2 { - color: ; +.c24 { + -webkit-flex: 0 1 auto; + -ms-flex: 0 1 auto; + flex: 0 1 auto; + -webkit-align-self: flex-end; + -ms-flex-item-align: flex-end; + align-self: flex-end; + position: absolute; + bottom: 0; }
    +
    + - .c1 { - font-size: 0.9375rem; - line-height: 1.5; - color: ; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 600; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-flex-grow: 2; - -ms-flex-grow: 2; - flex-grow: 2; - -webkit-flex-basis: 5.625rem; - -ms-flex-basis: 5.625rem; - flex-basis: 5.625rem; - width: 100%; - padding: 0.75rem 1.125rem 0 1.125rem; - color: ; - -webkit-flex-grow: 6; - -ms-flex-grow: 6; - flex-grow: 6; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - width: auto; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - padding: 0 1.125rem; -} - -.c0 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - -webkit-flex-grow: 1; - -ms-flex-grow: 1; - flex-grow: 1; - -webkit-flex-basis: 5.625rem; - -ms-flex-basis: 5.625rem; - flex-basis: 5.625rem; -} - -.c2 { - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; - height: 100%; - position: relative; -} - -.c5 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - font-size: 0.9375rem; - font-style: normal; - font-stretch: normal; - display: block; - color: ; - display: inline-block; - color: undefined; - margin-left: 1.5rem; -} - -.c5::first-letter { - text-transform: capitalize; -} - -.c4 { - position: absolute; -} - -.c4 > svg { - -webkit-fill: undefined; - fill: undefined; -} - -.c3 { - height: 100%; - float: right; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-content: center; - -ms-flex-line-pack: center; - align-content: center; -} - -
    - .c0 { - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; - height: 100%; - position: relative; -} - -.c3 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - font-size: 0.9375rem; - font-style: normal; - font-stretch: normal; - display: block; - color: ; - display: inline-block; - color: undefined; - margin-left: 1.5rem; -} - -.c3::first-letter { - text-transform: capitalize; -} - -.c2 { - position: absolute; -} - -.c2 > svg { - -webkit-fill: undefined; - fill: undefined; -} - -.c1 { - height: 100%; - float: right; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-content: center; - -ms-flex-line-pack: center; - align-content: center; -} - -
    - .c2 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - font-size: 0.9375rem; - font-style: normal; - font-stretch: normal; - display: block; - color: ; - display: inline-block; - color: undefined; - margin-left: 1.5rem; -} - -.c2::first-letter { - text-transform: capitalize; -} - -.c1 { - position: absolute; -} - -.c1 > svg { - -webkit-fill: undefined; - fill: undefined; -} - -.c0 { - height: 100%; - float: right; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-content: center; - -ms-flex-line-pack: center; - align-content: center; -} - -
    - .c0 { - position: absolute; -} - -.c0 > svg { - -webkit-fill: undefined; - fill: undefined; -} - -
    without throwing 1`] = ` />
    - .c0 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - font-size: 0.9375rem; - font-style: normal; - font-stretch: normal; - display: block; - color: ; - display: inline-block; - color: undefined; - margin-left: 1.5rem; -} - -.c0::first-letter { - text-transform: capitalize; -} - -
    - .c2 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; - border-radius: 0; -} - -.c2::-moz-focus-inner, -.c2[type='button']::-moz-focus-inner, -.c2[type='reset']::-moz-focus-inner, -.c2[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c2:-moz-focusring, -.c2[type='button']:-moz-focusring, -.c2[type='reset']:-moz-focusring, -.c2[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c2:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c2:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c2:active, -.c2:active:hover, -.c2:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c2[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c2 + button { - margin-left: 1.25rem; -} - -.c0 { - display: block; - -webkit-flex: 0 0 2.9375rem; - -ms-flex: 0 0 2.9375rem; - flex: 0 0 2.9375rem; - border-left: 0.0625rem solid; - box-sizing: border-box; - border-left-color: ; -} - -.c1 { - position: relative; - border-width: 0; - box-shadow: none; - width: 100%; - min-width: 2.875rem !important; - height: 7.75rem; - 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; - overflow-x: visible; - overflow-y: visible; - height: 2.875rem; -} - -.c1:focus { - border-width: 0; -} - -.c1:hover { - border-width: 0; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - border-width: 0; -} - -.c3 { - position: absolute; - left: 50%; - top: 35%; -} - -.c4 { - margin: 0 0 0.125rem -0.125rem; - border-radius: 50%; - background-color: ; - width: 0.25rem; - height: 0.25rem; -} - -
    - .c4 { - font-size: 0.9375rem; - line-height: 1.5; - color: ; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 600; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-flex-grow: 2; - -ms-flex-grow: 2; - flex-grow: 2; - -webkit-flex-basis: 5.625rem; - -ms-flex-basis: 5.625rem; - flex-basis: 5.625rem; - width: 100%; - padding: 0.75rem 1.125rem 0 1.125rem; -} - -.c3 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - -webkit-flex-grow: 1; - -ms-flex-grow: 1; - flex-grow: 1; - -webkit-flex-basis: 5.625rem; - -ms-flex-basis: 5.625rem; - flex-basis: 5.625rem; - padding-bottom: 0.75rem; -} - -.c5 { - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; - height: 100%; - position: relative; -} - -.c1 { - 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; - -ms-flex: 1; - flex: 1; - margin: 0; - height: auto; - padding-top: 0; - min-width: auto; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; -} - -.c6 { - display: inline-block; - margin: 0; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - -webkit-align-self: stretch; - -ms-flex-item-align: stretch; - align-self: stretch; -} - -.c7 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; - margin: 0 0 0.375rem 0; - font-size: 0.8125rem; - line-height: 0.8125rem; -} - -.c0 { - height: 7.5rem; -} - -.c2 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-content: center; - -ms-flex-line-pack: center; - align-content: center; - -webkit-align-items: stretch; - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; -} - -.c8 { - -webkit-flex: 0 1 auto; - -ms-flex: 0 1 auto; - flex: 0 1 auto; - -webkit-align-self: flex-end; - -ms-flex-item-align: flex-end; - align-self: flex-end; - position: absolute; - bottom: 0; -} - -
    - .c2 { - font-size: 0.9375rem; - line-height: 1.5; - color: ; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 600; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-flex-grow: 2; - -ms-flex-grow: 2; - flex-grow: 2; - -webkit-flex-basis: 5.625rem; - -ms-flex-basis: 5.625rem; - flex-basis: 5.625rem; - width: 100%; - padding: 0.75rem 1.125rem 0 1.125rem; -} - -.c1 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - -webkit-flex-grow: 1; - -ms-flex-grow: 1; - flex-grow: 1; - -webkit-flex-basis: 5.625rem; - -ms-flex-basis: 5.625rem; - flex-basis: 5.625rem; - padding-bottom: 0.75rem; -} - -.c3 { - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; - height: 100%; - position: relative; -} - -.c4 { - display: inline-block; - margin: 0; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - -webkit-align-self: stretch; - -ms-flex-item-align: stretch; - align-self: stretch; -} - -.c5 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; - margin: 0 0 0.375rem 0; - font-size: 0.8125rem; - line-height: 0.8125rem; -} - -.c0 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-content: center; - -ms-flex-line-pack: center; - align-content: center; - -webkit-align-items: stretch; - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; -} - -.c6 { - -webkit-flex: 0 1 auto; - -ms-flex: 0 1 auto; - flex: 0 1 auto; - -webkit-align-self: flex-end; - -ms-flex-item-align: flex-end; - align-self: flex-end; - position: absolute; - bottom: 0; -} - -
    - .c0 { - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; - height: 100%; - position: relative; -} - -.c1 { - display: inline-block; - margin: 0; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - -webkit-align-self: stretch; - -ms-flex-item-align: stretch; - align-self: stretch; -} - -.c2 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; - margin: 0 0 0.375rem 0; - font-size: 0.8125rem; - line-height: 0.8125rem; -} - -.c3 { - -webkit-flex: 0 1 auto; - -ms-flex: 0 1 auto; - flex: 0 1 auto; - -webkit-align-self: flex-end; - -ms-flex-item-align: flex-end; - align-self: flex-end; - position: absolute; - bottom: 0; -} - -
    - .c0 { - display: inline-block; - margin: 0; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - -webkit-align-self: stretch; - -ms-flex-item-align: stretch; - align-self: stretch; -} - -.c1 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; - margin: 0 0 0.375rem 0; - font-size: 0.8125rem; - line-height: 0.8125rem; -} - -
    - .c0 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; - margin: 0 0 0.375rem 0; - font-size: 0.8125rem; - line-height: 0.8125rem; -} - -

    1 instance running

    - .c0 { - -webkit-flex: 0 1 auto; - -ms-flex: 0 1 auto; - flex: 0 1 auto; - -webkit-align-self: flex-end; - -ms-flex-item-align: flex-end; - align-self: flex-end; - position: absolute; - bottom: 0; -} - -
    @@ -1977,7 +606,6 @@ exports[`renders child without throwing 1`] = ` .c5 { font-size: 0.9375rem; line-height: 1.5; - color: ; font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; font-weight: 600; display: -webkit-box; @@ -2055,7 +683,6 @@ exports[`renders child without throwing 1`] = ` min-height: 7.875rem; margin-bottom: 0.625rem; border: 0.0625rem solid; - background-color: ; box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); -webkit-flex-direction: column; -ms-flex-direction: column; @@ -2168,513 +795,40 @@ exports[`renders child without throwing 1`] = ` className="c0" name="card" > - .c4 { - font-size: 0.9375rem; - line-height: 1.5; - color: ; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 600; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-flex-grow: 2; - -ms-flex-grow: 2; - flex-grow: 2; - -webkit-flex-basis: 5.625rem; - -ms-flex-basis: 5.625rem; - flex-basis: 5.625rem; - width: 100%; - padding: 0.75rem 1.125rem 0 1.125rem; -} - -.c7 { - display: inline-block; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; -} - -.c3 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - -webkit-flex-grow: 1; - -ms-flex-grow: 1; - flex-grow: 1; - -webkit-flex-basis: 5.625rem; - -ms-flex-basis: 5.625rem; - flex-basis: 5.625rem; - padding-bottom: 0.75rem; -} - -.c5 { - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; - height: 100%; - position: relative; -} - -.c1 { - 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; - -ms-flex: 1; - flex: 1; - margin: 0; - height: auto; - padding-top: 0; - min-width: auto; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; -} - -.c8 { - display: inline-block; - margin: 0; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - -webkit-align-self: stretch; - -ms-flex-item-align: stretch; - align-self: stretch; -} - -.c9 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; - margin: 0 0 0.375rem 0; - font-size: 0.8125rem; - line-height: 0.8125rem; -} - -.c6 { - padding: 0; - -webkit-flex: 0 1 auto; - -ms-flex: 0 1 auto; - flex: 0 1 auto; - -webkit-align-self: stretch; - -ms-flex-item-align: stretch; - align-self: stretch; -} - -.c0 { - height: 7.5rem; -} - -.c2 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-content: center; - -ms-flex-line-pack: center; - align-content: center; - -webkit-align-items: stretch; - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; -} - -.c10 { - -webkit-flex: 0 1 auto; - -ms-flex: 0 1 auto; - flex: 0 1 auto; - -webkit-align-self: flex-end; - -ms-flex-item-align: flex-end; - align-self: flex-end; - position: absolute; - bottom: 0; -} - -
    - .c2 { - font-size: 0.9375rem; - line-height: 1.5; - color: ; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 600; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-flex-grow: 2; - -ms-flex-grow: 2; - flex-grow: 2; - -webkit-flex-basis: 5.625rem; - -ms-flex-basis: 5.625rem; - flex-basis: 5.625rem; - width: 100%; - padding: 0.75rem 1.125rem 0 1.125rem; -} - -.c5 { - display: inline-block; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; -} - -.c1 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - -webkit-flex-grow: 1; - -ms-flex-grow: 1; - flex-grow: 1; - -webkit-flex-basis: 5.625rem; - -ms-flex-basis: 5.625rem; - flex-basis: 5.625rem; - padding-bottom: 0.75rem; -} - -.c3 { - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; - height: 100%; - position: relative; -} - -.c6 { - display: inline-block; - margin: 0; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - -webkit-align-self: stretch; - -ms-flex-item-align: stretch; - align-self: stretch; -} - -.c7 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; - margin: 0 0 0.375rem 0; - font-size: 0.8125rem; - line-height: 0.8125rem; -} - -.c4 { - padding: 0; - -webkit-flex: 0 1 auto; - -ms-flex: 0 1 auto; - flex: 0 1 auto; - -webkit-align-self: stretch; - -ms-flex-item-align: stretch; - align-self: stretch; -} - -.c0 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-content: center; - -ms-flex-line-pack: center; - align-content: center; - -webkit-align-items: stretch; - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; -} - -.c8 { - -webkit-flex: 0 1 auto; - -ms-flex: 0 1 auto; - flex: 0 1 auto; - -webkit-align-self: flex-end; - -ms-flex-item-align: flex-end; - align-self: flex-end; - position: absolute; - bottom: 0; -} - -
    - .c2 { - font-size: 0.9375rem; - line-height: 1.5; - color: ; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 600; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-flex-grow: 2; - -ms-flex-grow: 2; - flex-grow: 2; - -webkit-flex-basis: 5.625rem; - -ms-flex-basis: 5.625rem; - flex-basis: 5.625rem; - width: 100%; - padding: 0.75rem 1.125rem 0 1.125rem; -} - -.c3 { - display: inline-block; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; -} - -.c0 { - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; - height: 100%; - position: relative; -} - -.c4 { - display: inline-block; - margin: 0; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - -webkit-align-self: stretch; - -ms-flex-item-align: stretch; - align-self: stretch; -} - -.c5 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; - margin: 0 0 0.375rem 0; - font-size: 0.8125rem; - line-height: 0.8125rem; -} - -.c1 { - padding: 0; - -webkit-flex: 0 1 auto; - -ms-flex: 0 1 auto; - flex: 0 1 auto; - -webkit-align-self: stretch; - -ms-flex-item-align: stretch; - align-self: stretch; -} - -.c6 { - -webkit-flex: 0 1 auto; - -ms-flex: 0 1 auto; - flex: 0 1 auto; - -webkit-align-self: flex-end; - -ms-flex-item-align: flex-end; - align-self: flex-end; - position: absolute; - bottom: 0; -} - -
    - .c1 { - font-size: 0.9375rem; - line-height: 1.5; - color: ; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 600; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-flex-grow: 2; - -ms-flex-grow: 2; - flex-grow: 2; - -webkit-flex-basis: 5.625rem; - -ms-flex-basis: 5.625rem; - flex-basis: 5.625rem; - width: 100%; - padding: 0.75rem 1.125rem 0 1.125rem; -} - -.c2 { - display: inline-block; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; -} - -.c0 { - padding: 0; - -webkit-flex: 0 1 auto; - -ms-flex: 0 1 auto; - flex: 0 1 auto; - -webkit-align-self: stretch; - -ms-flex-item-align: stretch; - align-self: stretch; -} - -
    - .c0 { - display: inline-block; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; -} - - Nginx
    - .c0 { - display: inline-block; - margin: 0; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - -webkit-align-self: stretch; - -ms-flex-item-align: stretch; - align-self: stretch; -} - -.c1 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; - margin: 0 0 0.375rem 0; - font-size: 0.8125rem; - line-height: 0.8125rem; -} - -
    - .c0 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; - margin: 0 0 0.375rem 0; - font-size: 0.8125rem; - line-height: 0.8125rem; -} - -

    1 instance running

    - .c0 { - -webkit-flex: 0 1 auto; - -ms-flex: 0 1 auto; - flex: 0 1 auto; - -webkit-align-self: flex-end; - -ms-flex-item-align: flex-end; - align-self: flex-end; - position: absolute; - bottom: 0; -} - -
    diff --git a/packages/cp-frontend/test/unit/containers/deployment-group/__snapshots__/delete.js.snap b/packages/cp-frontend/test/unit/containers/deployment-group/__snapshots__/delete.js.snap index 22165d4d..eda80506 100644 --- a/packages/cp-frontend/test/unit/containers/deployment-group/__snapshots__/delete.js.snap +++ b/packages/cp-frontend/test/unit/containers/deployment-group/__snapshots__/delete.js.snap @@ -41,9 +41,7 @@ exports[`renders without throwing 1`] = ` vertical-align: middle; touch-action: manipulation; cursor: pointer; - color: ; background-image: none; - background-color: ; border-radius: 0.25rem; border: solid 0.0625rem; } @@ -66,12 +64,9 @@ exports[`renders without throwing 1`] = ` .c4:focus { outline: 0; text-decoration: none; - background-color: ; - border-color: ; } .c4:hover { - background-color: ; border: solid 0.0625rem; } @@ -80,8 +75,6 @@ exports[`renders without throwing 1`] = ` .c4:active:focus { background-image: none; outline: 0; - background-color: ; - border-color: ; } .c4[disabled] { @@ -133,14 +126,9 @@ exports[`renders without throwing 1`] = ` vertical-align: middle; touch-action: manipulation; cursor: pointer; - color: ; background-image: none; - background-color: ; border-radius: 0.25rem; border: solid 0.0625rem; - color: ; - background-color: ; - border-color: ; } .c9::-moz-focus-inner, @@ -161,12 +149,9 @@ exports[`renders without throwing 1`] = ` .c9:focus { outline: 0; text-decoration: none; - background-color: ; - border-color: ; } .c9:hover { - background-color: ; border: solid 0.0625rem; } @@ -175,8 +160,6 @@ exports[`renders without throwing 1`] = ` .c9:active:focus { background-image: none; outline: 0; - background-color: ; - border-color: ; } .c9[disabled] { @@ -184,23 +167,6 @@ exports[`renders without throwing 1`] = ` pointer-events: none; } -.c9:focus { - background-color: ; - border-color: ; -} - -.c9:hover { - background-color: ; - border-color: ; -} - -.c9:active, -.c9:active:hover, -.c9:active:focus { - background-color: ; - border-color: ; -} - .c9 + button { margin-left: 1.25rem; } @@ -251,7 +217,6 @@ exports[`renders without throwing 1`] = ` left: 50%; top: 33.33%; padding: 2.25rem 2.25rem 2.25rem 2.25rem; - background-color: ; box-shadow: 0 0 0.375rem 0.0625rem rgba(0,0,0,0.1); width: 28.75rem; margin: 0 auto 0 -14.375rem; @@ -266,404 +231,22 @@ exports[`renders without throwing 1`] = ` .c5 { line-height: 1.25; - color: ; margin: 0 0 0.75rem 0; } .c7 { - color: ; margin: 0.75rem 0 1.875rem 0; }
    - .c3 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c3::-moz-focus-inner, -.c3[type='button']::-moz-focus-inner, -.c3[type='reset']::-moz-focus-inner, -.c3[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c3:-moz-focusring, -.c3[type='button']:-moz-focusring, -.c3[type='reset']:-moz-focusring, -.c3[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c3:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c3:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c3:active, -.c3:active:hover, -.c3:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c3[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c3 + button { - margin-left: 1.25rem; -} - -.c8 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; - color: ; - background-color: ; - border-color: ; -} - -.c8::-moz-focus-inner, -.c8[type='button']::-moz-focus-inner, -.c8[type='reset']::-moz-focus-inner, -.c8[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c8:-moz-focusring, -.c8[type='button']:-moz-focusring, -.c8[type='reset']:-moz-focusring, -.c8[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c8:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c8:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c8:active, -.c8:active:hover, -.c8:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c8[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c8:focus { - background-color: ; - border-color: ; -} - -.c8:hover { - background-color: ; - border-color: ; -} - -.c8:active, -.c8:active:hover, -.c8:active:focus { - background-color: ; - border-color: ; -} - -.c8 + button { - margin-left: 1.25rem; -} - -.c5 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 500; - font-size: 1.5rem; -} - -.c7 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; -} - -.c2 { - background-color: #FFFFFF; - padding: 0.75rem; - min-width: auto; - border: none; - box-shadow: none; -} - -.c2:hover, -.c2:focus, -.c2:active, -.c2:active:hover, -.c2:active:focus { - background-color: #FFFFFF; - border: none; - box-shadow: none; -} - -.c0 { - position: absolute; - left: 50%; - top: 33.33%; - padding: 2.25rem 2.25rem 2.25rem 2.25rem; - background-color: ; - box-shadow: 0 0 0.375rem 0.0625rem rgba(0,0,0,0.1); - width: 28.75rem; - margin: 0 auto 0 -14.375rem; - z-index: 101; -} - -.c1 { - position: absolute; - right: 0.375rem; - top: 0.1875rem; -} - -.c4 { - line-height: 1.25; - color: ; - margin: 0 0 0.75rem 0; -} - -.c6 { - color: ; - margin: 0.75rem 0 1.875rem 0; -} - -
    - .c2 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c2::-moz-focus-inner, -.c2[type='button']::-moz-focus-inner, -.c2[type='reset']::-moz-focus-inner, -.c2[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c2:-moz-focusring, -.c2[type='button']:-moz-focusring, -.c2[type='reset']:-moz-focusring, -.c2[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c2:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c2:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c2:active, -.c2:active:hover, -.c2:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c2[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c2 + button { - margin-left: 1.25rem; -} - -.c1 { - background-color: #FFFFFF; - padding: 0.75rem; - min-width: auto; - border: none; - box-shadow: none; -} - -.c1:hover, -.c1:focus, -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-color: #FFFFFF; - border: none; - box-shadow: none; -} - -.c0 { - position: absolute; - right: 0.375rem; - top: 0.1875rem; -} - - - .c5 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c5::-moz-focus-inner, -.c5[type='button']::-moz-focus-inner, -.c5[type='reset']::-moz-focus-inner, -.c5[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c5:-moz-focusring, -.c5[type='button']:-moz-focusring, -.c5[type='reset']:-moz-focusring, -.c5[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c5:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c5:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c5:active, -.c5:active:hover, -.c5:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c5[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c5 + button { - margin-left: 1.25rem; -} - -.c4 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; - color: ; - background-color: ; - border-color: ; -} - -.c4::-moz-focus-inner, -.c4[type='button']::-moz-focus-inner, -.c4[type='reset']::-moz-focus-inner, -.c4[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c4:-moz-focusring, -.c4[type='button']:-moz-focusring, -.c4[type='reset']:-moz-focusring, -.c4[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c4:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c4[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c4:focus { - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border-color: ; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-color: ; - border-color: ; -} - -.c4 + button { - margin-left: 1.25rem; -} - -.c1 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 500; - font-size: 1.5rem; -} - -.c3 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; -} - -.c0 { - line-height: 1.25; - color: ; - margin: 0 0 0.75rem 0; -} - -.c2 { - color: ; - margin: 0.75rem 0 1.875rem 0; -} - -
    - .c1 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 500; - font-size: 1.5rem; -} - -.c0 { - line-height: 1.25; - color: ; - margin: 0 0 0.75rem 0; -} - -

    +

    Deleting a deployment group:
    Wordpress Blog Example

    - .c1 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; -} - -.c0 { - color: ; - margin: 0.75rem 0 1.875rem 0; -} - -

    Deleting a deployment group will also remove all of the services and instances associated with that deployment group. Are you sure you want to continue?

    - .c0 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; - color: ; - background-color: ; - border-color: ; -} - -.c0::-moz-focus-inner, -.c0[type='button']::-moz-focus-inner, -.c0[type='reset']::-moz-focus-inner, -.c0[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c0:-moz-focusring, -.c0[type='button']:-moz-focusring, -.c0[type='reset']:-moz-focusring, -.c0[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c0:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c0:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c0[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c0:focus { - background-color: ; - border-color: ; -} - -.c0:hover { - background-color: ; - border-color: ; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: ; - border-color: ; -} - -.c0 + button { - margin-left: 1.25rem; -} - - - .c0 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c0::-moz-focus-inner, -.c0[type='button']::-moz-focus-inner, -.c0[type='reset']::-moz-focus-inner, -.c0[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c0:-moz-focusring, -.c0[type='button']:-moz-focusring, -.c0[type='reset']:-moz-focusring, -.c0[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c0:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c0:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c0[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c0 + button { - margin-left: 1.25rem; -} - - - .c0 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - border-color: ; -} - -
    - .c5 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c5::-moz-focus-inner, -.c5[type='button']::-moz-focus-inner, -.c5[type='reset']::-moz-focus-inner, -.c5[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c5:-moz-focusring, -.c5[type='button']:-moz-focusring, -.c5[type='reset']:-moz-focusring, -.c5[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c5:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c5:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c5:active, -.c5:active:hover, -.c5:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c5[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c5 + button { - margin-left: 1.25rem; -} - -.c0 { - float: left; - background-color: ; -} - -.c3 { - -webkit-fill: none; - fill: none; -} - -.c2 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - -.c4 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c4:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c1 { - 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; - position: relative; - z-index: 9; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; - border-right: none; -} - -.c6 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; -} - -
  • - .c4 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c4::-moz-focus-inner, -.c4[type='button']::-moz-focus-inner, -.c4[type='reset']::-moz-focus-inner, -.c4[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c4:-moz-focusring, -.c4[type='button']:-moz-focusring, -.c4[type='reset']:-moz-focusring, -.c4[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c4:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c4[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c4 + button { - margin-left: 1.25rem; -} - -.c2 { - -webkit-fill: none; - fill: none; -} - -.c1 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - -.c3 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c3:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:active, -.c3:active:hover, -.c3:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0 { - 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; - position: relative; - z-index: 9; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; - border-right: none; -} - -.c5 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; -} - -
    - .c1 { - -webkit-fill: none; - fill: none; -} - -.c0 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - - - .c0 { - -webkit-fill: none; - fill: none; -} - - without throwing 1`] = ` /> - .c1 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c1::-moz-focus-inner, -.c1[type='button']::-moz-focus-inner, -.c1[type='reset']::-moz-focus-inner, -.c1[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c1:-moz-focusring, -.c1[type='button']:-moz-focusring, -.c1[type='reset']:-moz-focusring, -.c1[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c1:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c1 + button { - margin-left: 1.25rem; -} - -.c0 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c0:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - - - .c0 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; -} - -
  • - .c5 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c5::-moz-focus-inner, -.c5[type='button']::-moz-focus-inner, -.c5[type='reset']::-moz-focus-inner, -.c5[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c5:-moz-focusring, -.c5[type='button']:-moz-focusring, -.c5[type='reset']:-moz-focusring, -.c5[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c5:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c5:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c5:active, -.c5:active:hover, -.c5:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c5[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c5 + button { - margin-left: 1.25rem; -} - -.c0 { - float: left; - background-color: ; -} - -.c3 { - -webkit-fill: none; - fill: none; -} - -.c2 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - -.c4 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c4:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c1 { - 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; - position: relative; - z-index: 8; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; - border-right: none; -} - -.c6 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; -} - -
  • - .c4 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c4::-moz-focus-inner, -.c4[type='button']::-moz-focus-inner, -.c4[type='reset']::-moz-focus-inner, -.c4[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c4:-moz-focusring, -.c4[type='button']:-moz-focusring, -.c4[type='reset']:-moz-focusring, -.c4[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c4:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c4[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c4 + button { - margin-left: 1.25rem; -} - -.c2 { - -webkit-fill: none; - fill: none; -} - -.c1 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - -.c3 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c3:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:active, -.c3:active:hover, -.c3:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0 { - 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; - position: relative; - z-index: 8; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; - border-right: none; -} - -.c5 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; -} - -
    - .c1 { - -webkit-fill: none; - fill: none; -} - -.c0 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - - - .c0 { - -webkit-fill: none; - fill: none; -} - - without throwing 1`] = ` /> - .c1 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c1::-moz-focus-inner, -.c1[type='button']::-moz-focus-inner, -.c1[type='reset']::-moz-focus-inner, -.c1[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c1:-moz-focusring, -.c1[type='button']:-moz-focusring, -.c1[type='reset']:-moz-focusring, -.c1[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c1:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c1 + button { - margin-left: 1.25rem; -} - -.c0 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c0:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - - - .c0 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; -} - -
  • - .c5 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c5::-moz-focus-inner, -.c5[type='button']::-moz-focus-inner, -.c5[type='reset']::-moz-focus-inner, -.c5[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c5:-moz-focusring, -.c5[type='button']:-moz-focusring, -.c5[type='reset']:-moz-focusring, -.c5[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c5:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c5:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c5:active, -.c5:active:hover, -.c5:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c5[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c5 + button { - margin-left: 1.25rem; -} - -.c0 { - float: left; - background-color: ; -} - -.c3 { - -webkit-fill: none; - fill: none; -} - -.c2 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - -.c4 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c4:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c1 { - 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; - position: relative; - z-index: 7; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; -} - -.c6 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - display: none; -} - -
  • - .c4 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c4::-moz-focus-inner, -.c4[type='button']::-moz-focus-inner, -.c4[type='reset']::-moz-focus-inner, -.c4[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c4:-moz-focusring, -.c4[type='button']:-moz-focusring, -.c4[type='reset']:-moz-focusring, -.c4[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c4:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c4[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c4 + button { - margin-left: 1.25rem; -} - -.c2 { - -webkit-fill: none; - fill: none; -} - -.c1 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - -.c3 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c3:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c3:active, -.c3:active:hover, -.c3:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0 { - 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; - position: relative; - z-index: 7; - padding-left: 2.5rem; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-right: 0.0625rem solid; -} - -.c5 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - display: none; -} - -
    - .c1 { - -webkit-fill: none; - fill: none; -} - -.c0 { - display: inline-block; - border-radius: 50%; - width: 1.125rem; - height: 1.125rem; - background: inherit; - border: 0.0625rem solid; - 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; -} - - - .c0 { - -webkit-fill: none; - fill: none; -} - - without throwing 1`] = ` /> - .c1 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c1::-moz-focus-inner, -.c1[type='button']::-moz-focus-inner, -.c1[type='reset']::-moz-focus-inner, -.c1[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c1:-moz-focusring, -.c1[type='button']:-moz-focusring, -.c1[type='reset']:-moz-focusring, -.c1[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c1:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c1 + button { - margin-left: 1.25rem; -} - -.c0 { - padding: 0.75rem 1.125rem 0.75rem 0.75rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; - line-height: 1.6; - cursor: default; -} - -.c0:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:hover { - background-color: #FFFFFF; - border: none; - color: #464646; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: #FFFFFF; - border: none; - color: #464646; -} - - - .c0 { - position: absolute; - top: 0; - right: -1.6875rem; - border: solid; - border-width: 0 0.0625rem 0.0625rem 0; - padding: 1.06875rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.4rem 0.625rem 0.4rem 0.625rem; - display: none; -} - -
  • diff --git a/packages/cp-frontend/test/unit/containers/deployment-groups/__snapshots__/import.js.snap b/packages/cp-frontend/test/unit/containers/deployment-groups/__snapshots__/import.js.snap index ab8ac3c6..659efc6f 100644 --- a/packages/cp-frontend/test/unit/containers/deployment-groups/__snapshots__/import.js.snap +++ b/packages/cp-frontend/test/unit/containers/deployment-groups/__snapshots__/import.js.snap @@ -36,17 +36,11 @@ exports[`renders without throwing 1`] = ` } .c3 { - -webkit-fill: ; - fill: ; - stroke: ; -webkit-animation: iCqDak 1.5s ease-out 0s infinite; animation: iCqDak 1.5s ease-out 0s infinite; } .c4 { - -webkit-fill: ; - fill: ; - stroke: ; -webkit-animation: iCqDak 1.5s ease-out 0s infinite; animation: iCqDak 1.5s ease-out 0s infinite; -webkit-animation-delay: 0.5s; @@ -54,9 +48,6 @@ exports[`renders without throwing 1`] = ` } .c5 { - -webkit-fill: ; - fill: ; - stroke: ; -webkit-animation: iCqDak 1.5s ease-out 0s infinite; animation: iCqDak 1.5s ease-out 0s infinite; -webkit-animation-delay: 1s; @@ -142,199 +133,42 @@ exports[`renders without throwing 1`] = `
    - .c0 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 500; - font-size: 1.5rem; - margin-top: 0.125rem; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - -webkit-align-self: stretch; - -ms-flex-item-align: stretch; - align-self: stretch; -} - -

    Importing deployment group

    - .c1 { - -webkit-fill: ; - fill: ; - stroke: ; - -webkit-animation: iCqDak 1.5s ease-out 0s infinite; - animation: iCqDak 1.5s ease-out 0s infinite; -} - -.c2 { - -webkit-fill: ; - fill: ; - stroke: ; - -webkit-animation: iCqDak 1.5s ease-out 0s infinite; - animation: iCqDak 1.5s ease-out 0s infinite; - -webkit-animation-delay: 0.5s; - animation-delay: 0.5s; -} - -.c3 { - -webkit-fill: ; - fill: ; - stroke: ; - -webkit-animation: iCqDak 1.5s ease-out 0s infinite; - animation: iCqDak 1.5s ease-out 0s infinite; - -webkit-animation-delay: 1s; - animation-delay: 1s; -} - -.c0 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-content: center; - -ms-flex-line-pack: center; - align-content: center; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-flex: 1 0 auto; - -ms-flex: 1 0 auto; - flex: 1 0 auto; - -webkit-align-self: stretch; - -ms-flex-item-align: stretch; - align-self: stretch; -} - -.c4 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - -webkit-align-self: stretch; - -ms-flex-item-align: stretch; - align-self: stretch; - text-align: center; - margin-bottom: 0; -} - -
    - .c0 { - -webkit-fill: ; - fill: ; - stroke: ; - -webkit-animation: iCqDak 1.5s ease-out 0s infinite; - animation: iCqDak 1.5s ease-out 0s infinite; -} - -.c1 { - -webkit-fill: ; - fill: ; - stroke: ; - -webkit-animation: iCqDak 1.5s ease-out 0s infinite; - animation: iCqDak 1.5s ease-out 0s infinite; - -webkit-animation-delay: 0.5s; - animation-delay: 0.5s; -} - -.c2 { - -webkit-fill: ; - fill: ; - stroke: ; - -webkit-animation: iCqDak 1.5s ease-out 0s infinite; - animation: iCqDak 1.5s ease-out 0s infinite; - -webkit-animation-delay: 1s; - animation-delay: 1s; -} - - - .c0 { - -webkit-fill: ; - fill: ; - stroke: ; - -webkit-animation: iCqDak 1.5s ease-out 0s infinite; - animation: iCqDak 1.5s ease-out 0s infinite; -} - - - .c0 { - -webkit-fill: ; - fill: ; - stroke: ; - -webkit-animation: iCqDak 1.5s ease-out 0s infinite; - animation: iCqDak 1.5s ease-out 0s infinite; - -webkit-animation-delay: 0.5s; - animation-delay: 0.5s; -} - - - .c0 { - -webkit-fill: ; - fill: ; - stroke: ; - -webkit-animation: iCqDak 1.5s ease-out 0s infinite; - animation: iCqDak 1.5s ease-out 0s infinite; - -webkit-animation-delay: 1s; - animation-delay: 1s; -} - - - .c0 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - -webkit-align-self: stretch; - -ms-flex-item-align: stretch; - align-self: stretch; - text-align: center; - margin-bottom: 0; -} - -

    Loading...

    diff --git a/packages/cp-frontend/test/unit/containers/deployment-groups/__snapshots__/list.js.snap b/packages/cp-frontend/test/unit/containers/deployment-groups/__snapshots__/list.js.snap index a5c6f302..7a34ed0c 100644 --- a/packages/cp-frontend/test/unit/containers/deployment-groups/__snapshots__/list.js.snap +++ b/packages/cp-frontend/test/unit/containers/deployment-groups/__snapshots__/list.js.snap @@ -27,7 +27,6 @@ exports[`renders without throwing 1`] = ` display: inline-block; border-radius: 0.25rem; border: solid 0.0625rem; - background-color: ; box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -48,72 +47,19 @@ exports[`renders without throwing 1`] = ` cursor: pointer; } -.c8 > svg { - -webkit-fill: ; - fill: ; -} - .c8:focus { outline: 0; - background-color: ; - border-color: ; -} - -.c8:hover { - background-color: ; - border-color: ; -} - -.c8:focus, -.c8:hover > svg { - -webkit-fill: ; - fill: ; } .c8:active, .c8:active:hover, .c8:active:focus { outline: 0; - background-color: ; - border-color: ; -} - -.c8:active, -.c8:active:hover, -.c8:active:focus > svg { - -webkit-fill: ; - fill: ; } .c8[disabled] { cursor: not-allowed; pointer-events: none; - color: ; - background-color: ; - border-color: ; -} - -.c8[disabled] > svg { - -webkit-fill: ; - fill: ; -} - -.c8[disabled]:focus, -.c8[disabled]:hover, -.c8[disabled]:active, -.c8[disabled]:active:hover, -.c8[disabled]:active:focus { - background-color: ; - border-color: ; -} - -.c8[disabled]:focus, -.c8[disabled]:hover, -.c8[disabled]:active, -.c8[disabled]:active:hover, -.c8[disabled]:active:focus > svg { - -webkit-fill: ; - fill: ; } .c1 { @@ -152,8 +98,6 @@ exports[`renders without throwing 1`] = ` .c4 { position: relative; text-decoration: none; - color: ; - background-color: ; box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); border: solid 0.0625rem; margin-top: 1.25rem; @@ -176,8 +120,6 @@ exports[`renders without throwing 1`] = ` .c9 { position: relative; text-decoration: none; - color: ; - background-color: ; box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); border: solid 0.0625rem; margin-top: 1.25rem; @@ -191,17 +133,12 @@ exports[`renders without throwing 1`] = ` -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; - background-color: ; } .c9:last-child { margin-bottom: 1.25rem; } -.c9:hover { - background-color: ; -} - .c11 { border: solid 0.0625rem; border-radius: 50%; @@ -240,7 +177,6 @@ exports[`renders without throwing 1`] = ` -ms-flex-grow: 1; flex-grow: 1; text-decoration: none; - color: ; } .c10 { @@ -271,27 +207,6 @@ exports[`renders without throwing 1`] = ` border: none; } -.c7:hover, -.c7:focus, -.c7:active, -.c7:active:hover, -.c7:active:focus { - background-color: ; -} - -.c7:focus > svg, -.c7:hover > svg { - -webkit-fill: ; - fill: ; -} - -.c7:active > svg, -.c7:active:hover > svg, -.c7:active:focus > svg { - -webkit-fill: ; - fill: ; -} - @media only screen and (min-width:0em) { .c3 { -webkit-flex-basis: 100%; @@ -353,879 +268,33 @@ exports[`renders without throwing 1`] = `
    - .c0 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 500; - font-size: 1.5rem; - margin-top: 0.125rem; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - -webkit-align-self: stretch; - -ms-flex-item-align: stretch; - align-self: stretch; -} - -

    Deployment groups

    - .c1 { - 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; -} - -.c6 { - display: inline-block; - border-radius: 0.25rem; - border: solid 0.0625rem; - background-color: ; - 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; - padding: 0.9375rem 1.125rem; - position: relative; - text-align: center; - line-height: normal; - vertical-align: middle; - touch-action: manipulation; - min-width: 0; - cursor: pointer; -} - -.c6 > svg { - -webkit-fill: ; - fill: ; -} - -.c6:focus { - outline: 0; - background-color: ; - border-color: ; -} - -.c6:hover { - background-color: ; - border-color: ; -} - -.c6:focus, -.c6:hover > svg { - -webkit-fill: ; - fill: ; -} - -.c6:active, -.c6:active:hover, -.c6:active:focus { - outline: 0; - background-color: ; - border-color: ; -} - -.c6:active, -.c6:active:hover, -.c6:active:focus > svg { - -webkit-fill: ; - fill: ; -} - -.c6[disabled] { - cursor: not-allowed; - pointer-events: none; - color: ; - background-color: ; - border-color: ; -} - -.c6[disabled] > svg { - -webkit-fill: ; - fill: ; -} - -.c6[disabled]:focus, -.c6[disabled]:hover, -.c6[disabled]:active, -.c6[disabled]:active:hover, -.c6[disabled]:active:focus { - background-color: ; - border-color: ; -} - -.c6[disabled]:focus, -.c6[disabled]:hover, -.c6[disabled]:active, -.c6[disabled]:active:hover, -.c6[disabled]:active:focus > svg { - -webkit-fill: ; - fill: ; -} - -.c0 { - 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; - margin-top: -0.4375rem; -} - -.c2 { - position: relative; - text-decoration: none; - color: ; - background-color: ; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); - border: solid 0.0625rem; - margin-top: 1.25rem; - margin-bottom: 0; - padding: 1.125rem; - min-height: 16.125rem; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; -} - -.c2:last-child { - margin-bottom: 1.25rem; -} - -.c7 { - position: relative; - text-decoration: none; - color: ; - background-color: ; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); - border: solid 0.0625rem; - margin-top: 1.25rem; - margin-bottom: 0; - padding: 1.125rem; - min-height: 16.125rem; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - background-color: ; -} - -.c7:last-child { - margin-bottom: 1.25rem; -} - -.c7:hover { - background-color: ; -} - -.c9 { - border: solid 0.0625rem; - border-radius: 50%; - width: 3rem; - height: 3rem; - line-height: 3rem; - font-size: 1.5rem; - text-align: center; - margin-bottom: 1.25rem; -} - -.c10 { - font-size: 80%; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.125rem; - font-size: 0.875rem; - font-weight: 600; - text-align: center; -} - -.c4 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 500; - font-size: 0.9375rem; - margin-top: 0.625rem; - font-weight: 600; -} - -.c3 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-grow: 1; - -ms-flex-grow: 1; - flex-grow: 1; - text-decoration: none; - color: ; -} - -.c8 { - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -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; - -webkit-align-content: center; - -ms-flex-line-pack: center; - align-content: center; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; -} - -.c5 { - position: absolute; - right: 0; - bottom: 0; - border: none; -} - -.c5:hover, -.c5:focus, -.c5:active, -.c5:active:hover, -.c5:active:focus { - background-color: ; -} - -.c5:focus > svg, -.c5:hover > svg { - -webkit-fill: ; - fill: ; -} - -.c5:active > svg, -.c5:active:hover > svg, -.c5:active:focus > svg { - -webkit-fill: ; - fill: ; -} - -@media only screen and (min-width:0em) { - .c1 { - -webkit-flex-basis: 100%; - -ms-flex-basis: 100%; - flex-basis: 100%; - max-width: 100%; - display: block; - } -} - -@media only screen and (min-width:48em) { - .c1 { - -webkit-flex-basis: 33.333333333333336%; - -ms-flex-basis: 33.333333333333336%; - flex-basis: 33.333333333333336%; - max-width: 33.333333333333336%; - display: block; - } -} - -@media only screen and (min-width:64em) { - .c1 { - -webkit-flex-basis: 25%; - -ms-flex-basis: 25%; - flex-basis: 25%; - max-width: 25%; - display: block; - } -} - -@media only screen and (min-width:75em) { - .c1 { - -webkit-flex-basis: 25%; - -ms-flex-basis: 25%; - flex-basis: 25%; - max-width: 25%; - display: block; - } -} - -
    - .c0 { - 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; -} - -.c5 { - display: inline-block; - border-radius: 0.25rem; - border: solid 0.0625rem; - background-color: ; - 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; - padding: 0.9375rem 1.125rem; - position: relative; - text-align: center; - line-height: normal; - vertical-align: middle; - touch-action: manipulation; - min-width: 0; - cursor: pointer; -} - -.c5 > svg { - -webkit-fill: ; - fill: ; -} - -.c5:focus { - outline: 0; - background-color: ; - border-color: ; -} - -.c5:hover { - background-color: ; - border-color: ; -} - -.c5:focus, -.c5:hover > svg { - -webkit-fill: ; - fill: ; -} - -.c5:active, -.c5:active:hover, -.c5:active:focus { - outline: 0; - background-color: ; - border-color: ; -} - -.c5:active, -.c5:active:hover, -.c5:active:focus > svg { - -webkit-fill: ; - fill: ; -} - -.c5[disabled] { - cursor: not-allowed; - pointer-events: none; - color: ; - background-color: ; - border-color: ; -} - -.c5[disabled] > svg { - -webkit-fill: ; - fill: ; -} - -.c5[disabled]:focus, -.c5[disabled]:hover, -.c5[disabled]:active, -.c5[disabled]:active:hover, -.c5[disabled]:active:focus { - background-color: ; - border-color: ; -} - -.c5[disabled]:focus, -.c5[disabled]:hover, -.c5[disabled]:active, -.c5[disabled]:active:hover, -.c5[disabled]:active:focus > svg { - -webkit-fill: ; - fill: ; -} - -.c1 { - position: relative; - text-decoration: none; - color: ; - background-color: ; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); - border: solid 0.0625rem; - margin-top: 1.25rem; - margin-bottom: 0; - padding: 1.125rem; - min-height: 16.125rem; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; -} - -.c1:last-child { - margin-bottom: 1.25rem; -} - -.c3 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 500; - font-size: 0.9375rem; - margin-top: 0.625rem; - font-weight: 600; -} - -.c2 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-grow: 1; - -ms-flex-grow: 1; - flex-grow: 1; - text-decoration: none; - color: ; -} - -.c4 { - position: absolute; - right: 0; - bottom: 0; - border: none; -} - -.c4:hover, -.c4:focus, -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-color: ; -} - -.c4:focus > svg, -.c4:hover > svg { - -webkit-fill: ; - fill: ; -} - -.c4:active > svg, -.c4:active:hover > svg, -.c4:active:focus > svg { - -webkit-fill: ; - fill: ; -} - -@media only screen and (min-width:0em) { - .c0 { - -webkit-flex-basis: 100%; - -ms-flex-basis: 100%; - flex-basis: 100%; - max-width: 100%; - display: block; - } -} - -@media only screen and (min-width:48em) { - .c0 { - -webkit-flex-basis: 33.333333333333336%; - -ms-flex-basis: 33.333333333333336%; - flex-basis: 33.333333333333336%; - max-width: 33.333333333333336%; - display: block; - } -} - -@media only screen and (min-width:64em) { - .c0 { - -webkit-flex-basis: 25%; - -ms-flex-basis: 25%; - flex-basis: 25%; - max-width: 25%; - display: block; - } -} - -@media only screen and (min-width:75em) { - .c0 { - -webkit-flex-basis: 25%; - -ms-flex-basis: 25%; - flex-basis: 25%; - max-width: 25%; - display: block; - } -} - -
    - .c4 { - display: inline-block; - border-radius: 0.25rem; - border: solid 0.0625rem; - background-color: ; - 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; - padding: 0.9375rem 1.125rem; - position: relative; - text-align: center; - line-height: normal; - vertical-align: middle; - touch-action: manipulation; - min-width: 0; - cursor: pointer; -} - -.c4 > svg { - -webkit-fill: ; - fill: ; -} - -.c4:focus { - outline: 0; - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border-color: ; -} - -.c4:focus, -.c4:hover > svg { - -webkit-fill: ; - fill: ; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - outline: 0; - background-color: ; - border-color: ; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus > svg { - -webkit-fill: ; - fill: ; -} - -.c4[disabled] { - cursor: not-allowed; - pointer-events: none; - color: ; - background-color: ; - border-color: ; -} - -.c4[disabled] > svg { - -webkit-fill: ; - fill: ; -} - -.c4[disabled]:focus, -.c4[disabled]:hover, -.c4[disabled]:active, -.c4[disabled]:active:hover, -.c4[disabled]:active:focus { - background-color: ; - border-color: ; -} - -.c4[disabled]:focus, -.c4[disabled]:hover, -.c4[disabled]:active, -.c4[disabled]:active:hover, -.c4[disabled]:active:focus > svg { - -webkit-fill: ; - fill: ; -} - -.c0 { - position: relative; - text-decoration: none; - color: ; - background-color: ; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); - border: solid 0.0625rem; - margin-top: 1.25rem; - margin-bottom: 0; - padding: 1.125rem; - min-height: 16.125rem; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; -} - -.c0:last-child { - margin-bottom: 1.25rem; -} - -.c2 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 500; - font-size: 0.9375rem; - margin-top: 0.625rem; - font-weight: 600; -} - -.c1 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-grow: 1; - -ms-flex-grow: 1; - flex-grow: 1; - text-decoration: none; - color: ; -} - -.c3 { - position: absolute; - right: 0; - bottom: 0; - border: none; -} - -.c3:hover, -.c3:focus, -.c3:active, -.c3:active:hover, -.c3:active:focus { - background-color: ; -} - -.c3:focus > svg, -.c3:hover > svg { - -webkit-fill: ; - fill: ; -} - -.c3:active > svg, -.c3:active:hover > svg, -.c3:active:focus > svg { - -webkit-fill: ; - fill: ; -} - -
    - .c1 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 500; - font-size: 0.9375rem; - margin-top: 0.625rem; - font-weight: 600; -} - -.c0 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-grow: 1; - -ms-flex-grow: 1; - flex-grow: 1; - text-decoration: none; - color: ; -} - - - .c0 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 500; - font-size: 0.9375rem; - margin-top: 0.625rem; - font-weight: 600; -} - -

    Wordpress Blog Example

    - .c1 { - display: inline-block; - border-radius: 0.25rem; - border: solid 0.0625rem; - background-color: ; - 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; - padding: 0.9375rem 1.125rem; - position: relative; - text-align: center; - line-height: normal; - vertical-align: middle; - touch-action: manipulation; - min-width: 0; - cursor: pointer; -} - -.c1 > svg { - -webkit-fill: ; - fill: ; -} - -.c1:focus { - outline: 0; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border-color: ; -} - -.c1:focus, -.c1:hover > svg { - -webkit-fill: ; - fill: ; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - outline: 0; - background-color: ; - border-color: ; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus > svg { - -webkit-fill: ; - fill: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; - color: ; - background-color: ; - border-color: ; -} - -.c1[disabled] > svg { - -webkit-fill: ; - fill: ; -} - -.c1[disabled]:focus, -.c1[disabled]:hover, -.c1[disabled]:active, -.c1[disabled]:active:hover, -.c1[disabled]:active:focus { - background-color: ; - border-color: ; -} - -.c1[disabled]:focus, -.c1[disabled]:hover, -.c1[disabled]:active, -.c1[disabled]:active:hover, -.c1[disabled]:active:focus > svg { - -webkit-fill: ; - fill: ; -} - -.c0 { - position: absolute; - right: 0; - bottom: 0; - border: none; -} - -.c0:hover, -.c0:focus, -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: ; -} - -.c0:focus > svg, -.c0:hover > svg { - -webkit-fill: ; - fill: ; -} - -.c0:active > svg, -.c0:active:hover > svg, -.c0:active:focus > svg { - -webkit-fill: ; - fill: ; -} - -
    @@ -1247,314 +316,24 @@ exports[`renders without throwing 1`] = `
    - .c0 { - 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 { - position: relative; - text-decoration: none; - color: ; - background-color: ; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); - border: solid 0.0625rem; - margin-top: 1.25rem; - margin-bottom: 0; - padding: 1.125rem; - min-height: 16.125rem; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - background-color: ; -} - -.c1:last-child { - margin-bottom: 1.25rem; -} - -.c1:hover { - background-color: ; -} - -.c4 { - border: solid 0.0625rem; - border-radius: 50%; - width: 3rem; - height: 3rem; - line-height: 3rem; - font-size: 1.5rem; - text-align: center; - margin-bottom: 1.25rem; -} - -.c5 { - font-size: 80%; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.125rem; - font-size: 0.875rem; - font-weight: 600; - text-align: center; -} - -.c3 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-grow: 1; - -ms-flex-grow: 1; - flex-grow: 1; - text-decoration: none; - color: ; -} - -.c2 { - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -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; - -webkit-align-content: center; - -ms-flex-line-pack: center; - align-content: center; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; -} - -@media only screen and (min-width:0em) { - .c0 { - -webkit-flex-basis: 100%; - -ms-flex-basis: 100%; - flex-basis: 100%; - max-width: 100%; - display: block; - } -} - -@media only screen and (min-width:48em) { - .c0 { - -webkit-flex-basis: 33.333333333333336%; - -ms-flex-basis: 33.333333333333336%; - flex-basis: 33.333333333333336%; - max-width: 33.333333333333336%; - display: block; - } -} - -@media only screen and (min-width:64em) { - .c0 { - -webkit-flex-basis: 25%; - -ms-flex-basis: 25%; - flex-basis: 25%; - max-width: 25%; - display: block; - } -} - -@media only screen and (min-width:75em) { - .c0 { - -webkit-flex-basis: 25%; - -ms-flex-basis: 25%; - flex-basis: 25%; - max-width: 25%; - display: block; - } -} - -
    - .c0 { - position: relative; - text-decoration: none; - color: ; - background-color: ; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); - border: solid 0.0625rem; - margin-top: 1.25rem; - margin-bottom: 0; - padding: 1.125rem; - min-height: 16.125rem; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - background-color: ; -} - -.c0:last-child { - margin-bottom: 1.25rem; -} - -.c0:hover { - background-color: ; -} - -.c3 { - border: solid 0.0625rem; - border-radius: 50%; - width: 3rem; - height: 3rem; - line-height: 3rem; - font-size: 1.5rem; - text-align: center; - margin-bottom: 1.25rem; -} - -.c4 { - font-size: 80%; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.125rem; - font-size: 0.875rem; - font-weight: 600; - text-align: center; -} - -.c2 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-grow: 1; - -ms-flex-grow: 1; - flex-grow: 1; - text-decoration: none; - color: ; -} - -.c1 { - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -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; - -webkit-align-content: center; - -ms-flex-line-pack: center; - align-content: center; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; -} - -
    - .c2 { - border: solid 0.0625rem; - border-radius: 50%; - width: 3rem; - height: 3rem; - line-height: 3rem; - font-size: 1.5rem; - text-align: center; - margin-bottom: 1.25rem; -} - -.c3 { - font-size: 80%; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.125rem; - font-size: 0.875rem; - font-weight: 600; - text-align: center; -} - -.c1 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-grow: 1; - -ms-flex-grow: 1; - flex-grow: 1; - text-decoration: none; - color: ; -} - -.c0 { - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -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; - -webkit-align-content: center; - -ms-flex-line-pack: center; - align-content: center; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; -} - - - .c0 { - border: solid 0.0625rem; - border-radius: 50%; - width: 3rem; - height: 3rem; - line-height: 3rem; - font-size: 1.5rem; - text-align: center; - margin-bottom: 1.25rem; -} - -
    +
    - .c0 { - font-size: 80%; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.125rem; - font-size: 0.875rem; - font-weight: 600; - text-align: center; -} - - Create new deployment group diff --git a/packages/cp-frontend/test/unit/containers/instances/__snapshots__/tooltip.js.snap b/packages/cp-frontend/test/unit/containers/instances/__snapshots__/tooltip.js.snap index 551ca2df..c4692d64 100644 --- a/packages/cp-frontend/test/unit/containers/instances/__snapshots__/tooltip.js.snap +++ b/packages/cp-frontend/test/unit/containers/instances/__snapshots__/tooltip.js.snap @@ -12,7 +12,6 @@ exports[`renders without throwing 1`] = ` position: absolute; top: auto; left: auto; - bottom: ; right: auto; } @@ -27,7 +26,6 @@ exports[`renders without throwing 1`] = ` left: -50%; margin: 0; padding: 0.75rem 0; - background-color: ; border: 0.0625rem solid; box-shadow: 0 0.125rem 0.375rem 0.0625rem rgba(0,0,0,0.1); border-radius: 0.25rem; @@ -46,20 +44,17 @@ exports[`renders without throwing 1`] = ` } .c2:after { - border-bottom-color: ; border-width: 0.1875rem; margin-left: -0.1875rem; } .c2:before { - border-bottom-color: ; border-width: 0.3125rem; margin-left: -0.3125rem; } .c3 { margin: 0 1.125rem; - color: ; white-space: nowrap; } @@ -72,139 +67,14 @@ exports[`renders without throwing 1`] = `
    - .c3 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; -} - -.c0 { - position: absolute; - top: auto; - left: auto; - bottom: ; - right: auto; -} - -.c0:focus { - outline: none; -} - -.c1 { - position: relative; - display: inline-block; - top: 0.3125rem; - left: -50%; - margin: 0; - padding: 0.75rem 0; - background-color: ; - border: 0.0625rem solid; - box-shadow: 0 0.125rem 0.375rem 0.0625rem rgba(0,0,0,0.1); - border-radius: 0.25rem; - z-index: 1000; -} - -.c1:after, -.c1:before { - content: ''; - position: absolute; - bottom: 100%; - left: 50%; - height: 0; - width: 0; - border: solid transparent; -} - -.c1:after { - border-bottom-color: ; - border-width: 0.1875rem; - margin-left: -0.1875rem; -} - -.c1:before { - border-bottom-color: ; - border-width: 0.3125rem; - margin-left: -0.3125rem; -} - -.c2 { - margin: 0 1.125rem; - color: ; - white-space: nowrap; -} - -
    - .c2 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; -} - -.c0 { - position: relative; - display: inline-block; - top: 0.3125rem; - left: -50%; - margin: 0; - padding: 0.75rem 0; - background-color: ; - border: 0.0625rem solid; - box-shadow: 0 0.125rem 0.375rem 0.0625rem rgba(0,0,0,0.1); - border-radius: 0.25rem; - z-index: 1000; -} - -.c0:after, -.c0:before { - content: ''; - position: absolute; - bottom: 100%; - left: 50%; - height: 0; - width: 0; - border: solid transparent; -} - -.c0:after { - border-bottom-color: ; - border-width: 0.1875rem; - margin-left: -0.1875rem; -} - -.c0:before { - border-bottom-color: ; - border-width: 0.3125rem; - margin-left: -0.3125rem; -} - -.c1 { - margin: 0 1.125rem; - color: ; - white-space: nowrap; -} - -
    - .c1 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; -} - -.c0 { - margin: 0 1.125rem; - color: ; - white-space: nowrap; -} - -

    Your instance is operating as expected

    diff --git a/packages/cp-frontend/test/unit/containers/navigation/__snapshots__/breadcrumb.js.snap b/packages/cp-frontend/test/unit/containers/navigation/__snapshots__/breadcrumb.js.snap index e449d34f..1e54daae 100644 --- a/packages/cp-frontend/test/unit/containers/navigation/__snapshots__/breadcrumb.js.snap +++ b/packages/cp-frontend/test/unit/containers/navigation/__snapshots__/breadcrumb.js.snap @@ -39,7 +39,6 @@ exports[`renders without throwing 1`] = ` font-weight: 500; font-size: 1.5rem; font-weight: 400; - color: ; margin: 1.25rem 0 1.125rem 0; display: inline-block; } @@ -90,248 +89,25 @@ exports[`renders without throwing 1`] = `
    - .c0 { - margin-right: auto; - margin-left: auto; -} - -.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; -} - -.c1 { - 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; -} - -.c3 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 500; - font-size: 1.5rem; - font-weight: 400; - color: ; - margin: 1.25rem 0 1.125rem 0; - display: inline-block; -} - -.c4 { - border: solid; - border-width: 0 0.125rem 0.125rem 0; - display: inline-block; - padding: 0.125rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.1875rem 0.625rem 0.1875rem 0.625rem; -} - -@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 (min-width:0em) { - .c1 { - -webkit-flex-basis: 100%; - -ms-flex-basis: 100%; - flex-basis: 100%; - max-width: 100%; - display: block; - } -} - -
    - .c1 { - 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; -} - -.c0 { - 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; -} - -.c2 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 500; - font-size: 1.5rem; - font-weight: 400; - color: ; - margin: 1.25rem 0 1.125rem 0; - display: inline-block; -} - -.c3 { - border: solid; - border-width: 0 0.125rem 0.125rem 0; - display: inline-block; - padding: 0.125rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.1875rem 0.625rem 0.1875rem 0.625rem; -} - -@media only screen and (min-width:0em) { - .c0 { - -webkit-flex-basis: 100%; - -ms-flex-basis: 100%; - flex-basis: 100%; - max-width: 100%; - display: block; - } -} - -
    - .c0 { - 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; -} - -.c1 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 500; - font-size: 1.5rem; - font-weight: 400; - color: ; - margin: 1.25rem 0 1.125rem 0; - display: inline-block; -} - -.c2 { - border: solid; - border-width: 0 0.125rem 0.125rem 0; - display: inline-block; - padding: 0.125rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.1875rem 0.625rem 0.1875rem 0.625rem; -} - -
    - .c0 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 500; - font-size: 1.5rem; - font-weight: 400; - color: ; - margin: 1.25rem 0 1.125rem 0; - display: inline-block; -} - -.c1 { - border: solid; - border-width: 0 0.125rem 0.125rem 0; - display: inline-block; - padding: 0.125rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.1875rem 0.625rem 0.1875rem 0.625rem; -} - -
    - .c0 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 500; - font-size: 1.5rem; - font-weight: 400; - color: ; - margin: 1.25rem 0 1.125rem 0; - display: inline-block; -} - -

    +

    Dashboard

    - .c0 { - border: solid; - border-width: 0 0.125rem 0.125rem 0; - display: inline-block; - padding: 0.125rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin: 0.1875rem 0.625rem 0.1875rem 0.625rem; -} - -
    diff --git a/packages/cp-frontend/test/unit/containers/navigation/__snapshots__/header.js.snap b/packages/cp-frontend/test/unit/containers/navigation/__snapshots__/header.js.snap index 5cd22ce0..e7edb585 100644 --- a/packages/cp-frontend/test/unit/containers/navigation/__snapshots__/header.js.snap +++ b/packages/cp-frontend/test/unit/containers/navigation/__snapshots__/header.js.snap @@ -6,7 +6,6 @@ exports[`renders
    without throwing 1`] = ` font-weight: 500; font-size: 1.5rem; text-transform: uppercase; - color: ; font-size: 1.8125rem; margin: 0; } @@ -31,7 +30,6 @@ exports[`renders
    without throwing 1`] = ` font-size: 0.9375rem; font-weight: 600; text-align: center; - color: ; margin: 0; } @@ -61,9 +59,9 @@ exports[`renders
    without throwing 1`] = ` -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; - -webkit-box-pack: space-between; + -webkit-box-pack: justify; -webkit-justify-content: space-between; - -ms-flex-pack: space-between; + -ms-flex-pack: justify; justify-content: space-between; -webkit-align-content: stretch; -ms-flex-line-pack: stretch; @@ -72,7 +70,6 @@ exports[`renders
    without throwing 1`] = ` -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; - background-color: ; max-height: 3.3125rem; min-height: 3.3125rem; padding: 0 1.125rem; @@ -92,130 +89,28 @@ exports[`renders
    without throwing 1`] = `
    - .c1 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 500; - font-size: 1.5rem; - text-transform: uppercase; - color: ; - font-size: 1.8125rem; - margin: 0; -} - -.c0 { - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - -webkit-align-self: stretch; - -ms-flex-item-align: stretch; - align-self: stretch; - -webkit-order: 0; - -ms-flex-order: 0; - order: 0; - padding: 0.9375rem 0; -} - -.c2 { - border-style: none; - width: 5.4375rem; - height: 1.5625rem; -} - -
    - .c0 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 500; - font-size: 1.5rem; - text-transform: uppercase; - color: ; - font-size: 1.8125rem; - margin: 0; -} - -.c1 { - border-style: none; - width: 5.4375rem; - height: 1.5625rem; -} - -

    - .c0 { - border-style: none; - width: 5.4375rem; - height: 1.5625rem; -} - - - .c0 { - border-style: none; - width: 5.4375rem; - height: 1.5625rem; -} - -

    - .c1 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; - font-weight: 600; - text-align: center; - color: ; - margin: 0; -} - -.c0 { - -webkit-flex: 0 1 auto; - -ms-flex: 0 1 auto; - flex: 0 1 auto; - -webkit-align-self: auto; - -ms-flex-item-align: auto; - align-self: auto; - -webkit-order: 0; - -ms-flex-order: 0; - order: 0; - padding: 0.9375rem 0; - width: 6.25rem; - max-width: 6.25rem; -} - -.c2 { - padding-left: 5px; -} - -
    - .c0 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; - font-weight: 600; - text-align: center; - color: ; - margin: 0; -} - -.c1 { - padding-left: 5px; -} - -

    without throwing 1`] = ` transform="translate(-1174 -21)" /> - .c0 { - padding-left: 5px; -} - -

    - .c1 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; - font-weight: 600; - text-align: center; - color: ; - margin: 0; -} - -.c0 { - -webkit-flex: 0 1 auto; - -ms-flex: 0 1 auto; - flex: 0 1 auto; - -webkit-align-self: auto; - -ms-flex-item-align: auto; - align-self: auto; - -webkit-order: 0; - -ms-flex-order: 0; - order: 0; - padding: 0.9375rem 0; - width: 6.25rem; - max-width: 6.25rem; -} - -.c2 { - padding-left: 5px; -} - -
    - .c0 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; - font-weight: 600; - text-align: center; - color: ; - margin: 0; -} - -.c1 { - padding-left: 5px; -} - -

    without throwing 1`] = ` fillRule="nonzero" /> - .c0 { - padding-left: 5px; -} - -

    diff --git a/packages/cp-frontend/test/unit/containers/service/__snapshots__/delete.js.snap b/packages/cp-frontend/test/unit/containers/service/__snapshots__/delete.js.snap index 40b6f79c..f5fa5b37 100644 --- a/packages/cp-frontend/test/unit/containers/service/__snapshots__/delete.js.snap +++ b/packages/cp-frontend/test/unit/containers/service/__snapshots__/delete.js.snap @@ -41,9 +41,7 @@ exports[`renders without throwing 1`] = ` vertical-align: middle; touch-action: manipulation; cursor: pointer; - color: ; background-image: none; - background-color: ; border-radius: 0.25rem; border: solid 0.0625rem; } @@ -66,12 +64,9 @@ exports[`renders without throwing 1`] = ` .c4:focus { outline: 0; text-decoration: none; - background-color: ; - border-color: ; } .c4:hover { - background-color: ; border: solid 0.0625rem; } @@ -80,8 +75,6 @@ exports[`renders without throwing 1`] = ` .c4:active:focus { background-image: none; outline: 0; - background-color: ; - border-color: ; } .c4[disabled] { @@ -133,14 +126,9 @@ exports[`renders without throwing 1`] = ` vertical-align: middle; touch-action: manipulation; cursor: pointer; - color: ; background-image: none; - background-color: ; border-radius: 0.25rem; border: solid 0.0625rem; - color: ; - background-color: ; - border-color: ; } .c9::-moz-focus-inner, @@ -161,12 +149,9 @@ exports[`renders without throwing 1`] = ` .c9:focus { outline: 0; text-decoration: none; - background-color: ; - border-color: ; } .c9:hover { - background-color: ; border: solid 0.0625rem; } @@ -175,8 +160,6 @@ exports[`renders without throwing 1`] = ` .c9:active:focus { background-image: none; outline: 0; - background-color: ; - border-color: ; } .c9[disabled] { @@ -184,23 +167,6 @@ exports[`renders without throwing 1`] = ` pointer-events: none; } -.c9:focus { - background-color: ; - border-color: ; -} - -.c9:hover { - background-color: ; - border-color: ; -} - -.c9:active, -.c9:active:hover, -.c9:active:focus { - background-color: ; - border-color: ; -} - .c9 + button { margin-left: 1.25rem; } @@ -251,7 +217,6 @@ exports[`renders without throwing 1`] = ` left: 50%; top: 33.33%; padding: 2.25rem 2.25rem 2.25rem 2.25rem; - background-color: ; box-shadow: 0 0 0.375rem 0.0625rem rgba(0,0,0,0.1); width: 28.75rem; margin: 0 auto 0 -14.375rem; @@ -266,404 +231,22 @@ exports[`renders without throwing 1`] = ` .c5 { line-height: 1.25; - color: ; margin: 0 0 0.75rem 0; } .c7 { - color: ; margin: 0.75rem 0 1.875rem 0; }
    - .c3 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c3::-moz-focus-inner, -.c3[type='button']::-moz-focus-inner, -.c3[type='reset']::-moz-focus-inner, -.c3[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c3:-moz-focusring, -.c3[type='button']:-moz-focusring, -.c3[type='reset']:-moz-focusring, -.c3[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c3:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c3:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c3:active, -.c3:active:hover, -.c3:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c3[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c3 + button { - margin-left: 1.25rem; -} - -.c8 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; - color: ; - background-color: ; - border-color: ; -} - -.c8::-moz-focus-inner, -.c8[type='button']::-moz-focus-inner, -.c8[type='reset']::-moz-focus-inner, -.c8[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c8:-moz-focusring, -.c8[type='button']:-moz-focusring, -.c8[type='reset']:-moz-focusring, -.c8[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c8:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c8:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c8:active, -.c8:active:hover, -.c8:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c8[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c8:focus { - background-color: ; - border-color: ; -} - -.c8:hover { - background-color: ; - border-color: ; -} - -.c8:active, -.c8:active:hover, -.c8:active:focus { - background-color: ; - border-color: ; -} - -.c8 + button { - margin-left: 1.25rem; -} - -.c5 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 500; - font-size: 1.5rem; -} - -.c7 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; -} - -.c2 { - background-color: #FFFFFF; - padding: 0.75rem; - min-width: auto; - border: none; - box-shadow: none; -} - -.c2:hover, -.c2:focus, -.c2:active, -.c2:active:hover, -.c2:active:focus { - background-color: #FFFFFF; - border: none; - box-shadow: none; -} - -.c0 { - position: absolute; - left: 50%; - top: 33.33%; - padding: 2.25rem 2.25rem 2.25rem 2.25rem; - background-color: ; - box-shadow: 0 0 0.375rem 0.0625rem rgba(0,0,0,0.1); - width: 28.75rem; - margin: 0 auto 0 -14.375rem; - z-index: 101; -} - -.c1 { - position: absolute; - right: 0.375rem; - top: 0.1875rem; -} - -.c4 { - line-height: 1.25; - color: ; - margin: 0 0 0.75rem 0; -} - -.c6 { - color: ; - margin: 0.75rem 0 1.875rem 0; -} - -
    - .c2 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c2::-moz-focus-inner, -.c2[type='button']::-moz-focus-inner, -.c2[type='reset']::-moz-focus-inner, -.c2[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c2:-moz-focusring, -.c2[type='button']:-moz-focusring, -.c2[type='reset']:-moz-focusring, -.c2[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c2:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c2:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c2:active, -.c2:active:hover, -.c2:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c2[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c2 + button { - margin-left: 1.25rem; -} - -.c1 { - background-color: #FFFFFF; - padding: 0.75rem; - min-width: auto; - border: none; - box-shadow: none; -} - -.c1:hover, -.c1:focus, -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-color: #FFFFFF; - border: none; - box-shadow: none; -} - -.c0 { - position: absolute; - right: 0.375rem; - top: 0.1875rem; -} - - - .c5 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c5::-moz-focus-inner, -.c5[type='button']::-moz-focus-inner, -.c5[type='reset']::-moz-focus-inner, -.c5[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c5:-moz-focusring, -.c5[type='button']:-moz-focusring, -.c5[type='reset']:-moz-focusring, -.c5[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c5:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c5:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c5:active, -.c5:active:hover, -.c5:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c5[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c5 + button { - margin-left: 1.25rem; -} - -.c4 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; - color: ; - background-color: ; - border-color: ; -} - -.c4::-moz-focus-inner, -.c4[type='button']::-moz-focus-inner, -.c4[type='reset']::-moz-focus-inner, -.c4[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c4:-moz-focusring, -.c4[type='button']:-moz-focusring, -.c4[type='reset']:-moz-focusring, -.c4[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c4:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c4[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c4:focus { - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border-color: ; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-color: ; - border-color: ; -} - -.c4 + button { - margin-left: 1.25rem; -} - -.c1 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 500; - font-size: 1.5rem; -} - -.c3 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; -} - -.c0 { - line-height: 1.25; - color: ; - margin: 0 0 0.75rem 0; -} - -.c2 { - color: ; - margin: 0.75rem 0 1.875rem 0; -} - -
    - .c1 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 500; - font-size: 1.5rem; -} - -.c0 { - line-height: 1.25; - color: ; - margin: 0 0 0.75rem 0; -} - -

    +

    Deleting a service:
    Nginx

    - .c1 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; -} - -.c0 { - color: ; - margin: 0.75rem 0 1.875rem 0; -} - -

    Deleting a service can lead to irreversible loss of data and failures in your application. Are you sure you want to continue?

    - .c0 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; - color: ; - background-color: ; - border-color: ; -} - -.c0::-moz-focus-inner, -.c0[type='button']::-moz-focus-inner, -.c0[type='reset']::-moz-focus-inner, -.c0[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c0:-moz-focusring, -.c0[type='button']:-moz-focusring, -.c0[type='reset']:-moz-focusring, -.c0[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c0:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c0:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c0[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c0:focus { - background-color: ; - border-color: ; -} - -.c0:hover { - background-color: ; - border-color: ; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: ; - border-color: ; -} - -.c0 + button { - margin-left: 1.25rem; -} - - - .c0 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c0::-moz-focus-inner, -.c0[type='button']::-moz-focus-inner, -.c0[type='reset']::-moz-focus-inner, -.c0[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c0:-moz-focusring, -.c0[type='button']:-moz-focusring, -.c0[type='reset']:-moz-focusring, -.c0[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c0:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c0:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c0[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c0 + button { - margin-left: 1.25rem; -} - - - .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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; - color: ; - background-color: ; - border-color: ; -} - -.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:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c13:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c13:active, -.c13:active:hover, -.c13:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c13[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c13:focus { - background-color: ; - border-color: ; -} - -.c13:hover { - background-color: ; - border-color: ; -} - -.c13:active, -.c13:active:hover, -.c13:active:focus { - background-color: ; - border-color: ; -} - -.c13 + button { - margin-left: 1.25rem; -} - -.c14 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; - color: ; - background-color: ; - border-color: ; - color: ; - background-color: ; - border-color: ; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); -} - -.c14::-moz-focus-inner, -.c14[type='button']::-moz-focus-inner, -.c14[type='reset']::-moz-focus-inner, -.c14[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c14:-moz-focusring, -.c14[type='button']:-moz-focusring, -.c14[type='reset']:-moz-focusring, -.c14[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c14:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c14:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c14:active, -.c14:active:hover, -.c14:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c14[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c14:focus { - background-color: ; - border-color: ; -} - -.c14:hover { - background-color: ; - border-color: ; -} - -.c14:active, -.c14:active:hover, -.c14:active:focus { - background-color: ; - border-color: ; -} - -.c14:focus { - background-color: ; - border-color: ; -} - -.c14:hover { - background-color: ; - border-color: ; -} - -.c14:active, -.c14:active:hover, -.c14:active:focus { - background-color: ; - border-color: ; -} - -.c14 + button { - margin-left: 1.25rem; -} - -.c1 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 500; - font-size: 1.5rem; -} - -.c3 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; -} - -.c12 { - vertical-align: middle; -} - -.c10 { - vertical-align: middle; -} - -.c0 { - line-height: 1.25; - color: ; - margin: 0 0 0.75rem 0; -} - -.c2 { - color: ; - margin: 0.75rem 0 1.875rem 0; -} - -.c9 { - 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; - border-radius: 0.25rem; - border: solid 0.0625rem; - background-color: ; - 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; - padding: 0.9375rem 1.125rem; - position: relative; - text-align: center; - line-height: normal; - vertical-align: middle; - touch-action: manipulation; - min-width: 0; - cursor: pointer; -} - -.c9::-moz-focus-inner, -.c9[type='button']::-moz-focus-inner, -.c9[type='reset']::-moz-focus-inner, -.c9[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 { - outline: 0.0625rem dotted ButtonText; -} - -.c9 > svg { - -webkit-fill: ; - fill: ; -} - -.c9:focus { - outline: 0; - background-color: ; - border-color: ; -} - -.c9:hover { - background-color: ; - border-color: ; -} - -.c9:focus, -.c9:hover > svg { - -webkit-fill: ; - fill: ; -} - -.c9:active, -.c9:active:hover, -.c9:active:focus { - outline: 0; - background-color: ; - border-color: ; -} - -.c9:active, -.c9:active:hover, -.c9:active:focus > svg { - -webkit-fill: ; - fill: ; -} - -.c9[disabled] { - cursor: not-allowed; - pointer-events: none; - color: ; - background-color: ; - border-color: ; -} - -.c9[disabled] > svg { - -webkit-fill: ; - fill: ; -} - -.c9[disabled]:focus, -.c9[disabled]:hover, -.c9[disabled]:active, -.c9[disabled]:active:hover, -.c9[disabled]:active:focus { - background-color: ; - border-color: ; -} - -.c9[disabled]:focus, -.c9[disabled]:hover, -.c9[disabled]:active, -.c9[disabled]:active:hover, -.c9[disabled]:active:focus > svg { - -webkit-fill: ; - fill: ; -} - -.c11 { - margin-left: 0.375rem; -} - -.c4 { - padding: 0.35em 0.75em 0.625em; - display: inline-block; - margin: 0; - padding: 0; - border: none; - overflow: hidden; - width: 100%; - 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; -} - -.c5 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - font-size: 0.9375rem; - font-style: normal; - font-stretch: normal; - display: block; - color: ; - float: right; -} - -.c6 { - margin-bottom: 1.5rem; -} - -.c8 { - box-sizing: border-box; - width: 100%; - height: 3rem; - margin-bottom: 0.5rem; - margin-top: 0.5rem; - padding: 0.8125rem 1.125rem; - border-radius: 0.25rem; - background-color: ; - border: 0.0625rem solid; - font-size: 0.9375rem; - line-height: normal !important; - font-weight: 400; - font-style: normal; - font-stretch: normal; - color: ; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - outline: 0; -} - -.c8:focus { - border-color: ; - outline: 0; -} - -.c7 { - width: 7.5rem; - margin: 0 0.75rem 0 0; - vertical-align: middle; -} - - - .c1 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 500; - font-size: 1.5rem; -} - -.c0 { - line-height: 1.25; - color: ; - margin: 0 0 0.75rem 0; -} - -

    Scaling a service:
    Nginx

    - .c1 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; -} - -.c0 { - color: ; - margin: 0.75rem 0 1.875rem 0; -} - -

    Choose how many instances of a service you want to have running.

    - .c8 { - vertical-align: middle; -} - -.c6 { - vertical-align: middle; -} - -.c5 { - 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; - border-radius: 0.25rem; - border: solid 0.0625rem; - background-color: ; - 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; - padding: 0.9375rem 1.125rem; - position: relative; - text-align: center; - line-height: normal; - vertical-align: middle; - touch-action: manipulation; - min-width: 0; - cursor: pointer; -} - -.c5::-moz-focus-inner, -.c5[type='button']::-moz-focus-inner, -.c5[type='reset']::-moz-focus-inner, -.c5[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c5:-moz-focusring, -.c5[type='button']:-moz-focusring, -.c5[type='reset']:-moz-focusring, -.c5[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c5 > svg { - -webkit-fill: ; - fill: ; -} - -.c5:focus { - outline: 0; - background-color: ; - border-color: ; -} - -.c5:hover { - background-color: ; - border-color: ; -} - -.c5:focus, -.c5:hover > svg { - -webkit-fill: ; - fill: ; -} - -.c5:active, -.c5:active:hover, -.c5:active:focus { - outline: 0; - background-color: ; - border-color: ; -} - -.c5:active, -.c5:active:hover, -.c5:active:focus > svg { - -webkit-fill: ; - fill: ; -} - -.c5[disabled] { - cursor: not-allowed; - pointer-events: none; - color: ; - background-color: ; - border-color: ; -} - -.c5[disabled] > svg { - -webkit-fill: ; - fill: ; -} - -.c5[disabled]:focus, -.c5[disabled]:hover, -.c5[disabled]:active, -.c5[disabled]:active:hover, -.c5[disabled]:active:focus { - background-color: ; - border-color: ; -} - -.c5[disabled]:focus, -.c5[disabled]:hover, -.c5[disabled]:active, -.c5[disabled]:active:hover, -.c5[disabled]:active:focus > svg { - -webkit-fill: ; - fill: ; -} - -.c7 { - margin-left: 0.375rem; -} - -.c0 { - padding: 0.35em 0.75em 0.625em; - display: inline-block; - margin: 0; - padding: 0; - border: none; - overflow: hidden; - width: 100%; - 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; -} - -.c1 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - font-size: 0.9375rem; - font-style: normal; - font-stretch: normal; - display: block; - color: ; - float: right; -} - -.c2 { - margin-bottom: 1.5rem; -} - -.c4 { - box-sizing: border-box; - width: 100%; - height: 3rem; - margin-bottom: 0.5rem; - margin-top: 0.5rem; - padding: 0.8125rem 1.125rem; - border-radius: 0.25rem; - background-color: ; - border: 0.0625rem solid; - font-size: 0.9375rem; - line-height: normal !important; - font-weight: 400; - font-style: normal; - font-stretch: normal; - color: ; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - outline: 0; -} - -.c4:focus { - border-color: ; - outline: 0; -} - -.c3 { - width: 7.5rem; - margin: 0 0.75rem 0 0; - vertical-align: middle; -} - -
    - .c7 { - vertical-align: middle; -} - -.c5 { - vertical-align: middle; -} - -.c4 { - 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; - border-radius: 0.25rem; - border: solid 0.0625rem; - background-color: ; - 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; - padding: 0.9375rem 1.125rem; - position: relative; - text-align: center; - line-height: normal; - vertical-align: middle; - touch-action: manipulation; - min-width: 0; - cursor: pointer; -} - -.c4::-moz-focus-inner, -.c4[type='button']::-moz-focus-inner, -.c4[type='reset']::-moz-focus-inner, -.c4[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c4:-moz-focusring, -.c4[type='button']:-moz-focusring, -.c4[type='reset']:-moz-focusring, -.c4[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c4 > svg { - -webkit-fill: ; - fill: ; -} - -.c4:focus { - outline: 0; - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border-color: ; -} - -.c4:focus, -.c4:hover > svg { - -webkit-fill: ; - fill: ; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - outline: 0; - background-color: ; - border-color: ; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus > svg { - -webkit-fill: ; - fill: ; -} - -.c4[disabled] { - cursor: not-allowed; - pointer-events: none; - color: ; - background-color: ; - border-color: ; -} - -.c4[disabled] > svg { - -webkit-fill: ; - fill: ; -} - -.c4[disabled]:focus, -.c4[disabled]:hover, -.c4[disabled]:active, -.c4[disabled]:active:hover, -.c4[disabled]:active:focus { - background-color: ; - border-color: ; -} - -.c4[disabled]:focus, -.c4[disabled]:hover, -.c4[disabled]:active, -.c4[disabled]:active:hover, -.c4[disabled]:active:focus > svg { - -webkit-fill: ; - fill: ; -} - -.c6 { - margin-left: 0.375rem; -} - -.c0 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - font-size: 0.9375rem; - font-style: normal; - font-stretch: normal; - display: block; - color: ; - float: right; -} - -.c1 { - margin-bottom: 1.5rem; -} - -.c3 { - box-sizing: border-box; - width: 100%; - height: 3rem; - margin-bottom: 0.5rem; - margin-top: 0.5rem; - padding: 0.8125rem 1.125rem; - border-radius: 0.25rem; - background-color: ; - border: 0.0625rem solid; - font-size: 0.9375rem; - line-height: normal !important; - font-weight: 400; - font-style: normal; - font-stretch: normal; - color: ; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - outline: 0; -} - -.c3:focus { - border-color: ; - outline: 0; -} - -.c2 { - width: 7.5rem; - margin: 0 0.75rem 0 0; - vertical-align: middle; -} - -
    - .c0 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - font-size: 0.9375rem; - font-style: normal; - font-stretch: normal; - display: block; - color: ; - float: right; -} - -
    - .c0 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; - color: ; - background-color: ; - border-color: ; -} - -.c0::-moz-focus-inner, -.c0[type='button']::-moz-focus-inner, -.c0[type='reset']::-moz-focus-inner, -.c0[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c0:-moz-focusring, -.c0[type='button']:-moz-focusring, -.c0[type='reset']:-moz-focusring, -.c0[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c0:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c0:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c0[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c0:focus { - background-color: ; - border-color: ; -} - -.c0:hover { - background-color: ; - border-color: ; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: ; - border-color: ; -} - -.c0 + button { - margin-left: 1.25rem; -} - - - .c0 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; - color: ; - background-color: ; - border-color: ; - color: ; - background-color: ; - border-color: ; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); -} - -.c0::-moz-focus-inner, -.c0[type='button']::-moz-focus-inner, -.c0[type='reset']::-moz-focus-inner, -.c0[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c0:-moz-focusring, -.c0[type='button']:-moz-focusring, -.c0[type='reset']:-moz-focusring, -.c0[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c0:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c0:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c0[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c0:focus { - background-color: ; - border-color: ; -} - -.c0:hover { - background-color: ; - border-color: ; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: ; - border-color: ; -} - -.c0:focus { - background-color: ; - border-color: ; -} - -.c0:hover { - background-color: ; - border-color: ; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: ; - border-color: ; -} - -.c0 + button { - margin-left: 1.25rem; -} - -
    - .c4 { - font-size: 0.9375rem; - line-height: 1.5; - color: ; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 600; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-flex-grow: 2; - -ms-flex-grow: 2; - flex-grow: 2; - -webkit-flex-basis: 5.625rem; - -ms-flex-basis: 5.625rem; - flex-basis: 5.625rem; - width: 100%; - padding: 0.75rem 1.125rem 0 1.125rem; -} - -.c3 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - -webkit-flex-grow: 1; - -ms-flex-grow: 1; - flex-grow: 1; - -webkit-flex-basis: 5.625rem; - -ms-flex-basis: 5.625rem; - flex-basis: 5.625rem; - padding-bottom: 0.75rem; -} - -.c5 { - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; - height: 100%; - position: relative; -} - -.c1 { - 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; - -ms-flex: 1; - flex: 1; - margin: 0; - height: auto; - padding-top: 0; - min-width: auto; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; -} - -.c6 { - display: inline-block; - margin: 0; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - -webkit-align-self: stretch; - -ms-flex-item-align: stretch; - align-self: stretch; -} - -.c7 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; - margin: 0 0 0.375rem 0; - font-size: 0.8125rem; - line-height: 0.8125rem; -} - -.c0 { - height: 7.5rem; -} - -.c2 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-content: center; - -ms-flex-line-pack: center; - align-content: center; - -webkit-align-items: stretch; - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; -} - -.c8 { - -webkit-flex: 0 1 auto; - -ms-flex: 0 1 auto; - flex: 0 1 auto; - -webkit-align-self: flex-end; - -ms-flex-item-align: flex-end; - align-self: flex-end; - position: absolute; - bottom: 0; -} - -
    - .c2 { - font-size: 0.9375rem; - line-height: 1.5; - color: ; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 600; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-flex-grow: 2; - -ms-flex-grow: 2; - flex-grow: 2; - -webkit-flex-basis: 5.625rem; - -ms-flex-basis: 5.625rem; - flex-basis: 5.625rem; - width: 100%; - padding: 0.75rem 1.125rem 0 1.125rem; -} - -.c1 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - -webkit-flex-grow: 1; - -ms-flex-grow: 1; - flex-grow: 1; - -webkit-flex-basis: 5.625rem; - -ms-flex-basis: 5.625rem; - flex-basis: 5.625rem; - padding-bottom: 0.75rem; -} - -.c3 { - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; - height: 100%; - position: relative; -} - -.c4 { - display: inline-block; - margin: 0; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - -webkit-align-self: stretch; - -ms-flex-item-align: stretch; - align-self: stretch; -} - -.c5 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; - margin: 0 0 0.375rem 0; - font-size: 0.8125rem; - line-height: 0.8125rem; -} - -.c0 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-content: center; - -ms-flex-line-pack: center; - align-content: center; - -webkit-align-items: stretch; - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; -} - -.c6 { - -webkit-flex: 0 1 auto; - -ms-flex: 0 1 auto; - flex: 0 1 auto; - -webkit-align-self: flex-end; - -ms-flex-item-align: flex-end; - align-self: flex-end; - position: absolute; - bottom: 0; -} - -
    - .c0 { - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; - height: 100%; - position: relative; -} - -.c1 { - display: inline-block; - margin: 0; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - -webkit-align-self: stretch; - -ms-flex-item-align: stretch; - align-self: stretch; -} - -.c2 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; - margin: 0 0 0.375rem 0; - font-size: 0.8125rem; - line-height: 0.8125rem; -} - -.c3 { - -webkit-flex: 0 1 auto; - -ms-flex: 0 1 auto; - flex: 0 1 auto; - -webkit-align-self: flex-end; - -ms-flex-item-align: flex-end; - align-self: flex-end; - position: absolute; - bottom: 0; -} - -
    - .c0 { - display: inline-block; - margin: 0; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - -webkit-align-self: stretch; - -ms-flex-item-align: stretch; - align-self: stretch; -} - -.c1 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; - margin: 0 0 0.375rem 0; - font-size: 0.8125rem; - line-height: 0.8125rem; -} - -
    - .c0 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - line-height: 1.5rem; - font-size: 0.9375rem; - margin: 0 0 0.375rem 0; - font-size: 0.8125rem; - line-height: 0.8125rem; -} - -

    1 instance running

    - .c0 { - -webkit-flex: 0 1 auto; - -ms-flex: 0 1 auto; - flex: 0 1 auto; - -webkit-align-self: flex-end; - -ms-flex-item-align: flex-end; - align-self: flex-end; - position: absolute; - bottom: 0; -} - -
    diff --git a/packages/cp-frontend/test/unit/containers/services/__snapshots__/menu.js.snap b/packages/cp-frontend/test/unit/containers/services/__snapshots__/menu.js.snap index 96d727f6..1247db02 100644 --- a/packages/cp-frontend/test/unit/containers/services/__snapshots__/menu.js.snap +++ b/packages/cp-frontend/test/unit/containers/services/__snapshots__/menu.js.snap @@ -16,7 +16,7 @@ exports[`renders without throwing 1`] = ` padding-top: 1.1875rem; } -.c4 { +.c5 { padding: 0.35em 0.75em 0.625em; display: inline-block; margin: 0; @@ -33,7 +33,7 @@ exports[`renders without throwing 1`] = ` -webkit-padding-after: 0; } -.c9 { +.c10 { font-family: sans-serif; font-size: 100%; line-height: 1.15; @@ -42,57 +42,49 @@ exports[`renders without throwing 1`] = ` display: none; } -.c9[type='checkbox'], -.c9[type='radio'] { +.c10[type='checkbox'], +.c10[type='radio'] { box-sizing: border-box; padding: 0; } -.c9[type='number']::-webkit-inner-spin-button, -.c9[type='number']::-webkit-outer-spin-button { +.c10[type='number']::-webkit-inner-spin-button, +.c10[type='number']::-webkit-outer-spin-button { height: auto; } -.c9[type='search'] { +.c10[type='search'] { -webkit-appearance: textfield; -moz-appearance: textfield; appearance: textfield; outline-offset: -0.125rem; } -.c9[type='search']::-webkit-search-cancel-button, -.c9[type='search']::-webkit-search-decoration { +.c10[type='search']::-webkit-search-cancel-button, +.c10[type='search']::-webkit-search-decoration { -webkit-appearance: none; -moz-appearance: none; appearance: none; } -.c9::-webkit-file-upload-button { +.c10::-webkit-file-upload-button { -webkit-appearance: button; -moz-appearance: button; appearance: button; font: inherit; } -.c9:checked + label { +.c10:checked + label { border-radius: 0.25rem; - background-color: ; box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); - color: ; } -.c9:selected + label { +.c10:selected + label { border-radius: 0.25rem; - background-color: ; box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); - color: ; } -.c9:disabled + label { - color: ; -} - -.c10 { +.c11 { font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; font-weight: 400; position: absolute; @@ -103,11 +95,6 @@ exports[`renders without throwing 1`] = ` left: 0; text-align: center; padding-top: 0.75rem; - color: ; -} - -.c10:hover { - color: ; } .c8 { @@ -155,7 +142,7 @@ exports[`renders without throwing 1`] = ` align-self: stretch; } -.c5 { +.c4 { box-sizing: border-box; color: inherit; display: table; @@ -165,8 +152,7 @@ exports[`renders without throwing 1`] = ` font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; font-weight: 600; float: left; - padding-top: 0.75rem; - margin-right: 0.5625rem; + margin-bottom: 0.5625rem; } .c2 { @@ -189,6 +175,10 @@ exports[`renders without throwing 1`] = ` margin-bottom: 1.125rem; } +.c9 + label { + padding: 1rem; +} + @media only screen and (min-width:0em) { .c3 { -webkit-flex-basis: 41.66666666666667%; @@ -220,1336 +210,73 @@ exports[`renders without throwing 1`] = `
    - .c0 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 500; - font-size: 1.5rem; - margin-top: 0.125rem; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - -webkit-align-self: stretch; - -ms-flex-item-align: stretch; - align-self: stretch; -} - -

    Services

    - .c1 { - 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; -} - -.c2 { - padding: 0.35em 0.75em 0.625em; - display: inline-block; - margin: 0; - padding: 0; - border: none; - overflow: hidden; - width: 100%; - 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 { - font-family: sans-serif; - font-size: 100%; - line-height: 1.15; - margin: 0; - overflow: visible; - display: none; -} - -.c7[type='checkbox'], -.c7[type='radio'] { - box-sizing: border-box; - padding: 0; -} - -.c7[type='number']::-webkit-inner-spin-button, -.c7[type='number']::-webkit-outer-spin-button { - height: auto; -} - -.c7[type='search'] { - -webkit-appearance: textfield; - -moz-appearance: textfield; - appearance: textfield; - outline-offset: -0.125rem; -} - -.c7[type='search']::-webkit-search-cancel-button, -.c7[type='search']::-webkit-search-decoration { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; -} - -.c7::-webkit-file-upload-button { - -webkit-appearance: button; - -moz-appearance: button; - appearance: button; - font: inherit; -} - -.c7:checked + label { - border-radius: 0.25rem; - background-color: ; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); - color: ; -} - -.c7:selected + label { - border-radius: 0.25rem; - background-color: ; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); - color: ; -} - -.c7:disabled + label { - color: ; -} - -.c8 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - position: absolute; - box-sizing: border-box; - width: 7.5rem; - height: 3rem; - top: 0; - left: 0; - text-align: center; - padding-top: 0.75rem; - color: ; -} - -.c8:hover { - color: ; -} - -.c6 { - position: relative; - vertical-align: text-bottom; - width: 7.5rem; - height: 3rem; -} - -.c5 { - display: inline-block; - list-style-type: none; - vertical-align: text-bottom; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-left: 0.0625rem solid; -} - -.c5:first-of-type { - border-radius: 0.25rem 0 0 0.25rem; -} - -.c5:last-of-type { - border-radius: 0 0.25rem 0.25rem 0; - border-right: 0.0625rem solid; -} - -.c4 { - display: inline-block; - margin: 0; - padding: 0; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); -} - -.c3 { - box-sizing: border-box; - color: inherit; - display: table; - max-width: 100%; - padding: 0; - white-space: normal; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 600; - float: left; - padding-top: 0.75rem; - margin-right: 0.5625rem; -} - -.c0 { - 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; - margin-bottom: 1.125rem; -} - -@media only screen and (min-width:0em) { - .c1 { - -webkit-flex-basis: 41.66666666666667%; - -ms-flex-basis: 41.66666666666667%; - flex-basis: 41.66666666666667%; - max-width: 41.66666666666667%; - display: block; - } -} - -
    - .c0 { - 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 { - padding: 0.35em 0.75em 0.625em; - display: inline-block; - margin: 0; - padding: 0; - border: none; - overflow: hidden; - width: 100%; - 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; -} - -.c6 { - font-family: sans-serif; - font-size: 100%; - line-height: 1.15; - margin: 0; - overflow: visible; - display: none; -} - -.c6[type='checkbox'], -.c6[type='radio'] { - box-sizing: border-box; - padding: 0; -} - -.c6[type='number']::-webkit-inner-spin-button, -.c6[type='number']::-webkit-outer-spin-button { - height: auto; -} - -.c6[type='search'] { - -webkit-appearance: textfield; - -moz-appearance: textfield; - appearance: textfield; - outline-offset: -0.125rem; -} - -.c6[type='search']::-webkit-search-cancel-button, -.c6[type='search']::-webkit-search-decoration { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; -} - -.c6::-webkit-file-upload-button { - -webkit-appearance: button; - -moz-appearance: button; - appearance: button; - font: inherit; -} - -.c6:checked + label { - border-radius: 0.25rem; - background-color: ; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); - color: ; -} - -.c6:selected + label { - border-radius: 0.25rem; - background-color: ; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); - color: ; -} - -.c6:disabled + label { - color: ; -} - -.c7 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - position: absolute; - box-sizing: border-box; - width: 7.5rem; - height: 3rem; - top: 0; - left: 0; - text-align: center; - padding-top: 0.75rem; - color: ; -} - -.c7:hover { - color: ; -} - -.c5 { - position: relative; - vertical-align: text-bottom; - width: 7.5rem; - height: 3rem; -} - -.c4 { - display: inline-block; - list-style-type: none; - vertical-align: text-bottom; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-left: 0.0625rem solid; -} - -.c4:first-of-type { - border-radius: 0.25rem 0 0 0.25rem; -} - -.c4:last-of-type { - border-radius: 0 0.25rem 0.25rem 0; - border-right: 0.0625rem solid; -} - -.c3 { - display: inline-block; - margin: 0; - padding: 0; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); -} - -.c2 { - box-sizing: border-box; - color: inherit; - display: table; - max-width: 100%; - padding: 0; - white-space: normal; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 600; - float: left; - padding-top: 0.75rem; - margin-right: 0.5625rem; -} - -@media only screen and (min-width:0em) { - .c0 { - -webkit-flex-basis: 41.66666666666667%; - -ms-flex-basis: 41.66666666666667%; - flex-basis: 41.66666666666667%; - max-width: 41.66666666666667%; - display: block; - } -} - -
    - .c0 { - padding: 0.35em 0.75em 0.625em; - display: inline-block; - margin: 0; - padding: 0; - border: none; - overflow: hidden; - width: 100%; - 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; -} - -.c5 { - font-family: sans-serif; - font-size: 100%; - line-height: 1.15; - margin: 0; - overflow: visible; - display: none; -} - -.c5[type='checkbox'], -.c5[type='radio'] { - box-sizing: border-box; - padding: 0; -} - -.c5[type='number']::-webkit-inner-spin-button, -.c5[type='number']::-webkit-outer-spin-button { - height: auto; -} - -.c5[type='search'] { - -webkit-appearance: textfield; - -moz-appearance: textfield; - appearance: textfield; - outline-offset: -0.125rem; -} - -.c5[type='search']::-webkit-search-cancel-button, -.c5[type='search']::-webkit-search-decoration { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; -} - -.c5::-webkit-file-upload-button { - -webkit-appearance: button; - -moz-appearance: button; - appearance: button; - font: inherit; -} - -.c5:checked + label { - border-radius: 0.25rem; - background-color: ; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); - color: ; -} - -.c5:selected + label { - border-radius: 0.25rem; - background-color: ; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); - color: ; -} - -.c5:disabled + label { - color: ; -} - -.c6 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - position: absolute; - box-sizing: border-box; - width: 7.5rem; - height: 3rem; - top: 0; - left: 0; - text-align: center; - padding-top: 0.75rem; - color: ; -} - -.c6:hover { - color: ; -} - -.c4 { - position: relative; - vertical-align: text-bottom; - width: 7.5rem; - height: 3rem; -} - -.c3 { - display: inline-block; - list-style-type: none; - vertical-align: text-bottom; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-left: 0.0625rem solid; -} - -.c3:first-of-type { - border-radius: 0.25rem 0 0 0.25rem; -} - -.c3:last-of-type { - border-radius: 0 0.25rem 0.25rem 0; - border-right: 0.0625rem solid; -} - -.c2 { - display: inline-block; - margin: 0; - padding: 0; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); -} - -.c1 { - box-sizing: border-box; - color: inherit; - display: table; - max-width: 100%; - padding: 0; - white-space: normal; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 600; - float: left; - padding-top: 0.75rem; - margin-right: 0.5625rem; -} - -
    + Show + +
    - .c4 { - font-family: sans-serif; - font-size: 100%; - line-height: 1.15; - margin: 0; - overflow: visible; - display: none; -} - -.c4[type='checkbox'], -.c4[type='radio'] { - box-sizing: border-box; - padding: 0; -} - -.c4[type='number']::-webkit-inner-spin-button, -.c4[type='number']::-webkit-outer-spin-button { - height: auto; -} - -.c4[type='search'] { - -webkit-appearance: textfield; - -moz-appearance: textfield; - appearance: textfield; - outline-offset: -0.125rem; -} - -.c4[type='search']::-webkit-search-cancel-button, -.c4[type='search']::-webkit-search-decoration { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; -} - -.c4::-webkit-file-upload-button { - -webkit-appearance: button; - -moz-appearance: button; - appearance: button; - font: inherit; -} - -.c4:checked + label { - border-radius: 0.25rem; - background-color: ; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); - color: ; -} - -.c4:selected + label { - border-radius: 0.25rem; - background-color: ; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); - color: ; -} - -.c4:disabled + label { - color: ; -} - -.c5 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - position: absolute; - box-sizing: border-box; - width: 7.5rem; - height: 3rem; - top: 0; - left: 0; - text-align: center; - padding-top: 0.75rem; - color: ; -} - -.c5:hover { - color: ; -} - -.c3 { - position: relative; - vertical-align: text-bottom; - width: 7.5rem; - height: 3rem; -} - -.c2 { - display: inline-block; - list-style-type: none; - vertical-align: text-bottom; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-left: 0.0625rem solid; -} - -.c2:first-of-type { - border-radius: 0.25rem 0 0 0.25rem; -} - -.c2:last-of-type { - border-radius: 0 0.25rem 0.25rem 0; - border-right: 0.0625rem solid; -} - -.c1 { - display: inline-block; - margin: 0; - padding: 0; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); -} - -.c0 { - box-sizing: border-box; - color: inherit; - display: table; - max-width: 100%; - padding: 0; - white-space: normal; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 600; - float: left; - padding-top: 0.75rem; - margin-right: 0.5625rem; -} - -
    - .c0 { - box-sizing: border-box; - color: inherit; - display: table; - max-width: 100%; - padding: 0; - white-space: normal; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 600; - float: left; - padding-top: 0.75rem; - margin-right: 0.5625rem; -} - - +
      - View - - .c3 { - font-family: sans-serif; - font-size: 100%; - line-height: 1.15; - margin: 0; - overflow: visible; - display: none; -} - -.c3[type='checkbox'], -.c3[type='radio'] { - box-sizing: border-box; - padding: 0; -} - -.c3[type='number']::-webkit-inner-spin-button, -.c3[type='number']::-webkit-outer-spin-button { - height: auto; -} - -.c3[type='search'] { - -webkit-appearance: textfield; - -moz-appearance: textfield; - appearance: textfield; - outline-offset: -0.125rem; -} - -.c3[type='search']::-webkit-search-cancel-button, -.c3[type='search']::-webkit-search-decoration { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; -} - -.c3::-webkit-file-upload-button { - -webkit-appearance: button; - -moz-appearance: button; - appearance: button; - font: inherit; -} - -.c3:checked + label { - border-radius: 0.25rem; - background-color: ; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); - color: ; -} - -.c3:selected + label { - border-radius: 0.25rem; - background-color: ; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); - color: ; -} - -.c3:disabled + label { - color: ; -} - -.c4 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - position: absolute; - box-sizing: border-box; - width: 7.5rem; - height: 3rem; - top: 0; - left: 0; - text-align: center; - padding-top: 0.75rem; - color: ; -} - -.c4:hover { - color: ; -} - -.c2 { - position: relative; - vertical-align: text-bottom; - width: 7.5rem; - height: 3rem; -} - -.c1 { - display: inline-block; - list-style-type: none; - vertical-align: text-bottom; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-left: 0.0625rem solid; -} - -.c1:first-of-type { - border-radius: 0.25rem 0 0 0.25rem; -} - -.c1:last-of-type { - border-radius: 0 0.25rem 0.25rem 0; - border-right: 0.0625rem solid; -} - -.c0 { - display: inline-block; - margin: 0; - padding: 0; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); -} - -
        - .c2 { - font-family: sans-serif; - font-size: 100%; - line-height: 1.15; - margin: 0; - overflow: visible; - display: none; -} - -.c2[type='checkbox'], -.c2[type='radio'] { - box-sizing: border-box; - padding: 0; -} - -.c2[type='number']::-webkit-inner-spin-button, -.c2[type='number']::-webkit-outer-spin-button { - height: auto; -} - -.c2[type='search'] { - -webkit-appearance: textfield; - -moz-appearance: textfield; - appearance: textfield; - outline-offset: -0.125rem; -} - -.c2[type='search']::-webkit-search-cancel-button, -.c2[type='search']::-webkit-search-decoration { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; -} - -.c2::-webkit-file-upload-button { - -webkit-appearance: button; - -moz-appearance: button; - appearance: button; - font: inherit; -} - -.c2:checked + label { - border-radius: 0.25rem; - background-color: ; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); - color: ; -} - -.c2:selected + label { - border-radius: 0.25rem; - background-color: ; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); - color: ; -} - -.c2:disabled + label { - color: ; -} - -.c3 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - position: absolute; - box-sizing: border-box; - width: 7.5rem; - height: 3rem; - top: 0; - left: 0; - text-align: center; - padding-top: 0.75rem; - color: ; -} - -.c3:hover { - color: ; -} - -.c1 { - position: relative; - vertical-align: text-bottom; - width: 7.5rem; - height: 3rem; -} - -.c0 { - display: inline-block; - list-style-type: none; - vertical-align: text-bottom; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-left: 0.0625rem solid; -} - -.c0:first-of-type { - border-radius: 0.25rem 0 0 0.25rem; -} - -.c0:last-of-type { - border-radius: 0 0.25rem 0.25rem 0; - border-right: 0.0625rem solid; -} - -
      • - .c1 { - font-family: sans-serif; - font-size: 100%; - line-height: 1.15; - margin: 0; - overflow: visible; - display: none; -} - -.c1[type='checkbox'], -.c1[type='radio'] { - box-sizing: border-box; - padding: 0; -} - -.c1[type='number']::-webkit-inner-spin-button, -.c1[type='number']::-webkit-outer-spin-button { - height: auto; -} - -.c1[type='search'] { - -webkit-appearance: textfield; - -moz-appearance: textfield; - appearance: textfield; - outline-offset: -0.125rem; -} - -.c1[type='search']::-webkit-search-cancel-button, -.c1[type='search']::-webkit-search-decoration { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; -} - -.c1::-webkit-file-upload-button { - -webkit-appearance: button; - -moz-appearance: button; - appearance: button; - font: inherit; -} - -.c1:checked + label { - border-radius: 0.25rem; - background-color: ; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); - color: ; -} - -.c1:selected + label { - border-radius: 0.25rem; - background-color: ; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); - color: ; -} - -.c1:disabled + label { - color: ; -} - -.c2 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - position: absolute; - box-sizing: border-box; - width: 7.5rem; - height: 3rem; - top: 0; - left: 0; - text-align: center; - padding-top: 0.75rem; - color: ; -} - -.c2:hover { - color: ; -} - -.c0 { - position: relative; - vertical-align: text-bottom; - width: 7.5rem; - height: 3rem; -} - -
        - .c0 { - font-family: sans-serif; - font-size: 100%; - line-height: 1.15; - margin: 0; - overflow: visible; - display: none; -} - -.c0[type='checkbox'], -.c0[type='radio'] { - box-sizing: border-box; - padding: 0; -} - -.c0[type='number']::-webkit-inner-spin-button, -.c0[type='number']::-webkit-outer-spin-button { - height: auto; -} - -.c0[type='search'] { - -webkit-appearance: textfield; - -moz-appearance: textfield; - appearance: textfield; - outline-offset: -0.125rem; -} - -.c0[type='search']::-webkit-search-cancel-button, -.c0[type='search']::-webkit-search-decoration { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; -} - -.c0::-webkit-file-upload-button { - -webkit-appearance: button; - -moz-appearance: button; - appearance: button; - font: inherit; -} - -.c0:checked + label { - border-radius: 0.25rem; - background-color: ; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); - color: ; -} - -.c0:selected + label { - border-radius: 0.25rem; - background-color: ; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); - color: ; -} - -.c0:disabled + label { - color: ; -} - - - .c0 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - position: absolute; - box-sizing: border-box; - width: 7.5rem; - height: 3rem; - top: 0; - left: 0; - text-align: center; - padding-top: 0.75rem; - color: ; -} - -.c0:hover { - color: ; -} - -
      • - .c2 { - font-family: sans-serif; - font-size: 100%; - line-height: 1.15; - margin: 0; - overflow: visible; - display: none; -} - -.c2[type='checkbox'], -.c2[type='radio'] { - box-sizing: border-box; - padding: 0; -} - -.c2[type='number']::-webkit-inner-spin-button, -.c2[type='number']::-webkit-outer-spin-button { - height: auto; -} - -.c2[type='search'] { - -webkit-appearance: textfield; - -moz-appearance: textfield; - appearance: textfield; - outline-offset: -0.125rem; -} - -.c2[type='search']::-webkit-search-cancel-button, -.c2[type='search']::-webkit-search-decoration { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; -} - -.c2::-webkit-file-upload-button { - -webkit-appearance: button; - -moz-appearance: button; - appearance: button; - font: inherit; -} - -.c2:checked + label { - border-radius: 0.25rem; - background-color: ; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); - color: ; -} - -.c2:selected + label { - border-radius: 0.25rem; - background-color: ; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); - color: ; -} - -.c2:disabled + label { - color: ; -} - -.c3 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - position: absolute; - box-sizing: border-box; - width: 7.5rem; - height: 3rem; - top: 0; - left: 0; - text-align: center; - padding-top: 0.75rem; - color: ; -} - -.c3:hover { - color: ; -} - -.c1 { - position: relative; - vertical-align: text-bottom; - width: 7.5rem; - height: 3rem; -} - -.c0 { - display: inline-block; - list-style-type: none; - vertical-align: text-bottom; - border-top: 0.0625rem solid; - border-bottom: 0.0625rem solid; - border-left: 0.0625rem solid; -} - -.c0:first-of-type { - border-radius: 0.25rem 0 0 0.25rem; -} - -.c0:last-of-type { - border-radius: 0 0.25rem 0.25rem 0; - border-right: 0.0625rem solid; -} - -
      • - .c1 { - font-family: sans-serif; - font-size: 100%; - line-height: 1.15; - margin: 0; - overflow: visible; - display: none; -} - -.c1[type='checkbox'], -.c1[type='radio'] { - box-sizing: border-box; - padding: 0; -} - -.c1[type='number']::-webkit-inner-spin-button, -.c1[type='number']::-webkit-outer-spin-button { - height: auto; -} - -.c1[type='search'] { - -webkit-appearance: textfield; - -moz-appearance: textfield; - appearance: textfield; - outline-offset: -0.125rem; -} - -.c1[type='search']::-webkit-search-cancel-button, -.c1[type='search']::-webkit-search-decoration { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; -} - -.c1::-webkit-file-upload-button { - -webkit-appearance: button; - -moz-appearance: button; - appearance: button; - font: inherit; -} - -.c1:checked + label { - border-radius: 0.25rem; - background-color: ; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); - color: ; -} - -.c1:selected + label { - border-radius: 0.25rem; - background-color: ; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); - color: ; -} - -.c1:disabled + label { - color: ; -} - -.c2 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - position: absolute; - box-sizing: border-box; - width: 7.5rem; - height: 3rem; - top: 0; - left: 0; - text-align: center; - padding-top: 0.75rem; - color: ; -} - -.c2:hover { - color: ; -} - -.c0 { - position: relative; - vertical-align: text-bottom; - width: 7.5rem; - height: 3rem; -} - -
        - .c0 { - font-family: sans-serif; - font-size: 100%; - line-height: 1.15; - margin: 0; - overflow: visible; - display: none; -} - -.c0[type='checkbox'], -.c0[type='radio'] { - box-sizing: border-box; - padding: 0; -} - -.c0[type='number']::-webkit-inner-spin-button, -.c0[type='number']::-webkit-outer-spin-button { - height: auto; -} - -.c0[type='search'] { - -webkit-appearance: textfield; - -moz-appearance: textfield; - appearance: textfield; - outline-offset: -0.125rem; -} - -.c0[type='search']::-webkit-search-cancel-button, -.c0[type='search']::-webkit-search-decoration { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; -} - -.c0::-webkit-file-upload-button { - -webkit-appearance: button; - -moz-appearance: button; - appearance: button; - font: inherit; -} - -.c0:checked + label { - border-radius: 0.25rem; - background-color: ; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); - color: ; -} - -.c0:selected + label { - border-radius: 0.25rem; - background-color: ; - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); - color: ; -} - -.c0:disabled + label { - color: ; -} - - - .c0 { - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-weight: 400; - position: absolute; - box-sizing: border-box; - width: 7.5rem; - height: 3rem; - top: 0; - left: 0; - text-align: center; - padding-top: 0.75rem; - color: ; -} - -.c0:hover { - color: ; -} - - diff --git a/packages/cp-frontend/test/unit/containers/services/__snapshots__/quick-actions.js.snap b/packages/cp-frontend/test/unit/containers/services/__snapshots__/quick-actions.js.snap index 994a960d..6c7d4a4c 100644 --- a/packages/cp-frontend/test/unit/containers/services/__snapshots__/quick-actions.js.snap +++ b/packages/cp-frontend/test/unit/containers/services/__snapshots__/quick-actions.js.snap @@ -41,9 +41,7 @@ exports[`renders without throwing 1`] = ` vertical-align: middle; touch-action: manipulation; cursor: pointer; - color: ; background-image: none; - background-color: ; border-radius: 0.25rem; border: solid 0.0625rem; } @@ -66,12 +64,9 @@ exports[`renders without throwing 1`] = ` .c5:focus { outline: 0; text-decoration: none; - background-color: ; - border-color: ; } .c5:hover { - background-color: ; border: solid 0.0625rem; } @@ -80,8 +75,6 @@ exports[`renders without throwing 1`] = ` .c5:active:focus { background-image: none; outline: 0; - background-color: ; - border-color: ; } .c5[disabled] { @@ -97,7 +90,6 @@ exports[`renders without throwing 1`] = ` position: absolute; top: auto; left: auto; - bottom: ; right: auto; } @@ -112,7 +104,6 @@ exports[`renders without throwing 1`] = ` left: -50%; margin: 0; padding: 0.75rem 0; - background-color: ; border: 0.0625rem solid; box-shadow: 0 0.125rem 0.375rem 0.0625rem rgba(0,0,0,0.1); border-radius: 0.25rem; @@ -195,1765 +186,51 @@ exports[`renders without throwing 1`] = ` }
        - .c5 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c5::-moz-focus-inner, -.c5[type='button']::-moz-focus-inner, -.c5[type='reset']::-moz-focus-inner, -.c5[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c5:-moz-focusring, -.c5[type='button']:-moz-focusring, -.c5[type='reset']:-moz-focusring, -.c5[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c5:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c5:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c5:active, -.c5:active:hover, -.c5:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c5[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c5 + button { - margin-left: 1.25rem; -} - -.c1 { - position: absolute; - top: auto; - left: auto; - bottom: ; - right: auto; -} - -.c1:focus { - outline: none; -} - -.c2 { - position: relative; - display: inline-block; - top: 0.3125rem; - left: -50%; - margin: 0; - padding: 0.75rem 0; - background-color: ; - border: 0.0625rem solid; - box-shadow: 0 0.125rem 0.375rem 0.0625rem rgba(0,0,0,0.1); - border-radius: 0.25rem; - z-index: 1000; -} - -.c2:after, -.c2:before { - content: ''; - position: absolute; - bottom: 100%; - left: 50%; - height: 0; - width: 0; - border: solid transparent; -} - -.c2:after { - border-bottom-color: #FFFFFF; - border-width: 0.1875rem; - margin-left: -0.1875rem; -} - -.c2:before { - border-bottom-color: #D8D8D8; - border-width: 0.3125rem; - margin-left: -0.3125rem; -} - -.c4 { - width: 100%; - padding: 0.375rem 1.125rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; -} - -.c4:focus { - background-color: #FFFFFF; - color: #3B46CC; - border: none; -} - -.c4:hover { - background-color: #FFFFFF; - color: #3B46CC; - border: none; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-color: #FFFFFF; - color: #3B46CC; - border: none; -} - -.c4[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c6 { - border-top: 0.0625rem solid; - margin: 0.375rem 0 0.5625rem 0; -} - -.c3 { - margin: 0; - padding: 0; - list-style-type: none; -} - -.c0 { - position: absolute; - top: 0; - left: 0; -} - -
        - .c4 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c4::-moz-focus-inner, -.c4[type='button']::-moz-focus-inner, -.c4[type='reset']::-moz-focus-inner, -.c4[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c4:-moz-focusring, -.c4[type='button']:-moz-focusring, -.c4[type='reset']:-moz-focusring, -.c4[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c4:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c4:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c4:active, -.c4:active:hover, -.c4:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c4[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c4 + button { - margin-left: 1.25rem; -} - -.c0 { - position: absolute; - top: auto; - left: auto; - bottom: ; - right: auto; -} - -.c0:focus { - outline: none; -} - -.c1 { - position: relative; - display: inline-block; - top: 0.3125rem; - left: -50%; - margin: 0; - padding: 0.75rem 0; - background-color: ; - border: 0.0625rem solid; - box-shadow: 0 0.125rem 0.375rem 0.0625rem rgba(0,0,0,0.1); - border-radius: 0.25rem; - z-index: 1000; -} - -.c1:after, -.c1:before { - content: ''; - position: absolute; - bottom: 100%; - left: 50%; - height: 0; - width: 0; - border: solid transparent; -} - -.c1:after { - border-bottom-color: #FFFFFF; - border-width: 0.1875rem; - margin-left: -0.1875rem; -} - -.c1:before { - border-bottom-color: #D8D8D8; - border-width: 0.3125rem; - margin-left: -0.3125rem; -} - -.c3 { - width: 100%; - padding: 0.375rem 1.125rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; -} - -.c3:focus { - background-color: #FFFFFF; - color: #3B46CC; - border: none; -} - -.c3:hover { - background-color: #FFFFFF; - color: #3B46CC; - border: none; -} - -.c3:active, -.c3:active:hover, -.c3:active:focus { - background-color: #FFFFFF; - color: #3B46CC; - border: none; -} - -.c3[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c5 { - border-top: 0.0625rem solid; - margin: 0.375rem 0 0.5625rem 0; -} - -.c2 { - margin: 0; - padding: 0; - list-style-type: none; -} - -
        - .c3 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c3::-moz-focus-inner, -.c3[type='button']::-moz-focus-inner, -.c3[type='reset']::-moz-focus-inner, -.c3[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c3:-moz-focusring, -.c3[type='button']:-moz-focusring, -.c3[type='reset']:-moz-focusring, -.c3[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c3:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c3:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c3:active, -.c3:active:hover, -.c3:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c3[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c3 + button { - margin-left: 1.25rem; -} - -.c0 { - position: relative; - display: inline-block; - top: 0.3125rem; - left: -50%; - margin: 0; - padding: 0.75rem 0; - background-color: ; - border: 0.0625rem solid; - box-shadow: 0 0.125rem 0.375rem 0.0625rem rgba(0,0,0,0.1); - border-radius: 0.25rem; - z-index: 1000; -} - -.c0:after, -.c0:before { - content: ''; - position: absolute; - bottom: 100%; - left: 50%; - height: 0; - width: 0; - border: solid transparent; -} - -.c0:after { - border-bottom-color: #FFFFFF; - border-width: 0.1875rem; - margin-left: -0.1875rem; -} - -.c0:before { - border-bottom-color: #D8D8D8; - border-width: 0.3125rem; - margin-left: -0.3125rem; -} - -.c2 { - width: 100%; - padding: 0.375rem 1.125rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; -} - -.c2:focus { - background-color: #FFFFFF; - color: #3B46CC; - border: none; -} - -.c2:hover { - background-color: #FFFFFF; - color: #3B46CC; - border: none; -} - -.c2:active, -.c2:active:hover, -.c2:active:focus { - background-color: #FFFFFF; - color: #3B46CC; - border: none; -} - -.c2[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c4 { - border-top: 0.0625rem solid; - margin: 0.375rem 0 0.5625rem 0; -} - -.c1 { - margin: 0; - padding: 0; - list-style-type: none; -} - -
        - .c2 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c2::-moz-focus-inner, -.c2[type='button']::-moz-focus-inner, -.c2[type='reset']::-moz-focus-inner, -.c2[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c2:-moz-focusring, -.c2[type='button']:-moz-focusring, -.c2[type='reset']:-moz-focusring, -.c2[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c2:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c2:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c2:active, -.c2:active:hover, -.c2:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c2[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c2 + button { - margin-left: 1.25rem; -} - -.c1 { - width: 100%; - padding: 0.375rem 1.125rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; -} - -.c1:focus { - background-color: #FFFFFF; - color: #3B46CC; - border: none; -} - -.c1:hover { - background-color: #FFFFFF; - color: #3B46CC; - border: none; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-color: #FFFFFF; - color: #3B46CC; - border: none; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c3 { - border-top: 0.0625rem solid; - margin: 0.375rem 0 0.5625rem 0; -} - -.c0 { - margin: 0; - padding: 0; - list-style-type: none; -} - -
          - .c1 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c1::-moz-focus-inner, -.c1[type='button']::-moz-focus-inner, -.c1[type='reset']::-moz-focus-inner, -.c1[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c1:-moz-focusring, -.c1[type='button']:-moz-focusring, -.c1[type='reset']:-moz-focusring, -.c1[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c1:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c1 + button { - margin-left: 1.25rem; -} - -.c0 { - width: 100%; - padding: 0.375rem 1.125rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; -} - -.c0:focus { - background-color: #FFFFFF; - color: #3B46CC; - border: none; -} - -.c0:hover { - background-color: #FFFFFF; - color: #3B46CC; - border: none; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: #FFFFFF; - color: #3B46CC; - border: none; -} - -.c0[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -
        • - .c1 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c1::-moz-focus-inner, -.c1[type='button']::-moz-focus-inner, -.c1[type='reset']::-moz-focus-inner, -.c1[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c1:-moz-focusring, -.c1[type='button']:-moz-focusring, -.c1[type='reset']:-moz-focusring, -.c1[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c1:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c1 + button { - margin-left: 1.25rem; -} - -.c0 { - width: 100%; - padding: 0.375rem 1.125rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; -} - -.c0:focus { - background-color: #FFFFFF; - color: #3B46CC; - border: none; -} - -.c0:hover { - background-color: #FFFFFF; - color: #3B46CC; - border: none; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: #FFFFFF; - color: #3B46CC; - border: none; -} - -.c0[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -
        • - .c1 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c1::-moz-focus-inner, -.c1[type='button']::-moz-focus-inner, -.c1[type='reset']::-moz-focus-inner, -.c1[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c1:-moz-focusring, -.c1[type='button']:-moz-focusring, -.c1[type='reset']:-moz-focusring, -.c1[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c1:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c1 + button { - margin-left: 1.25rem; -} - -.c0 { - width: 100%; - padding: 0.375rem 1.125rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; -} - -.c0:focus { - background-color: #FFFFFF; - color: #3B46CC; - border: none; -} - -.c0:hover { - background-color: #FFFFFF; - color: #3B46CC; - border: none; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: #FFFFFF; - color: #3B46CC; - border: none; -} - -.c0[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -
        • - .c1 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c1::-moz-focus-inner, -.c1[type='button']::-moz-focus-inner, -.c1[type='reset']::-moz-focus-inner, -.c1[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c1:-moz-focusring, -.c1[type='button']:-moz-focusring, -.c1[type='reset']:-moz-focusring, -.c1[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c1:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c1 + button { - margin-left: 1.25rem; -} - -.c0 { - width: 100%; - padding: 0.375rem 1.125rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; -} - -.c0:focus { - background-color: #FFFFFF; - color: #3B46CC; - border: none; -} - -.c0:hover { - background-color: #FFFFFF; - color: #3B46CC; - border: none; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: #FFFFFF; - color: #3B46CC; - border: none; -} - -.c0[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -
        • - .c1 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c1::-moz-focus-inner, -.c1[type='button']::-moz-focus-inner, -.c1[type='reset']::-moz-focus-inner, -.c1[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c1:-moz-focusring, -.c1[type='button']:-moz-focusring, -.c1[type='reset']:-moz-focusring, -.c1[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c1:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c1 + button { - margin-left: 1.25rem; -} - -.c0 { - width: 100%; - padding: 0.375rem 1.125rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; -} - -.c0:focus { - background-color: #FFFFFF; - color: #3B46CC; - border: none; -} - -.c0:hover { - background-color: #FFFFFF; - color: #3B46CC; - border: none; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: #FFFFFF; - color: #3B46CC; - border: none; -} - -.c0[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -
        • - .c1 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c1::-moz-focus-inner, -.c1[type='button']::-moz-focus-inner, -.c1[type='reset']::-moz-focus-inner, -.c1[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c1:-moz-focusring, -.c1[type='button']:-moz-focusring, -.c1[type='reset']:-moz-focusring, -.c1[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c1:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c1 + button { - margin-left: 1.25rem; -} - -.c0 { - width: 100%; - padding: 0.375rem 1.125rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; -} - -.c0:focus { - background-color: #FFFFFF; - color: #3B46CC; - border: none; -} - -.c0:hover { - background-color: #FFFFFF; - color: #3B46CC; - border: none; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: #FFFFFF; - color: #3B46CC; - border: none; -} - -.c0[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -
        • - .c0 { - border-top: 0.0625rem solid; - margin: 0.375rem 0 0.5625rem 0; -} - -
          - .c1 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c1::-moz-focus-inner, -.c1[type='button']::-moz-focus-inner, -.c1[type='reset']::-moz-focus-inner, -.c1[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c1:-moz-focusring, -.c1[type='button']:-moz-focusring, -.c1[type='reset']:-moz-focusring, -.c1[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c1:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c1 + button { - margin-left: 1.25rem; -} - -.c0 { - width: 100%; - padding: 0.375rem 1.125rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; -} - -.c0:focus { - background-color: #FFFFFF; - color: #3B46CC; - border: none; -} - -.c0:hover { - background-color: #FFFFFF; - color: #3B46CC; - border: none; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: #FFFFFF; - color: #3B46CC; - border: none; -} - -.c0[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -
        • - .c1 { - 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; - 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; - margin: 0; - 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-weight: 400; - 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: ; - background-image: none; - background-color: ; - border-radius: 0.25rem; - border: solid 0.0625rem; -} - -.c1::-moz-focus-inner, -.c1[type='button']::-moz-focus-inner, -.c1[type='reset']::-moz-focus-inner, -.c1[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c1:-moz-focusring, -.c1[type='button']:-moz-focusring, -.c1[type='reset']:-moz-focusring, -.c1[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c1:focus { - outline: 0; - text-decoration: none; - background-color: ; - border-color: ; -} - -.c1:hover { - background-color: ; - border: solid 0.0625rem; -} - -.c1:active, -.c1:active:hover, -.c1:active:focus { - background-image: none; - outline: 0; - background-color: ; - border-color: ; -} - -.c1[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c1 + button { - margin-left: 1.25rem; -} - -.c0 { - width: 100%; - padding: 0.375rem 1.125rem; - background-color: #FFFFFF; - color: #464646; - text-align: left; - border: none; - box-shadow: none; -} - -.c0:focus { - background-color: #FFFFFF; - color: #3B46CC; - border: none; -} - -.c0:hover { - background-color: #FFFFFF; - color: #3B46CC; - border: none; -} - -.c0:active, -.c0:active:hover, -.c0:active:focus { - background-color: #FFFFFF; - color: #3B46CC; - border: none; -} - -.c0[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -