{"version":3,"file":"static/css/main.6bb00e8f.chunk.css","sources":["webpack:///Button.css","webpack:///Form.css","webpack:///Checkbox.css"],"sourcesContent":[":root {\n  --primary-color: rgb(51, 160, 255);\n  --success-color: rgb(10, 208, 10);\n  --danger-color: rgb(255, 72, 88);\n  --warning-color: rgb(255, 198, 0);\n  --primary-color-faded: rgba(51, 160, 255, 0.1);\n  --success-color-faded: rgba(10, 208, 10, 0.1);\n  --danger-color-faded: rgba(255, 72, 88, 0.1);\n  --warning-color-faded: rgba(255, 198, 0, 0.1);\n}\n.Button {\n  font-family: Helvetica;\n  border-radius: 4px;\n  color: white;\n  background-color: rgb(34, 38, 42);\n  border: rgb(34, 38, 42) solid 2px;\n  width: fit-content;\n  font-size: 14px;\n  letter-spacing: 0.35px;\n  line-height: 16.8px;\n  font-weight: 400;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  padding: 14px 30px;\n}\n.button-primary {\n  background-color: var(--primary-color);\n  border: var(--primary-color) solid 2px;\n}\n.button-success {\n  background: var(--success-color);\n  border: var(--success-color) solid 2px;\n}\n.button-danger {\n  background-color: var(--danger-color);\n  border: var(--danger-color) solid 2px;\n}\n.button-warning {\n  background-color: var(--warning-color);\n  border: var(--warning-color) solid 2px;\n}\n.button-large {\n  padding: 16px 32px;\n}\n.button-outline {\n  background-color: white;\n  width: fit-content;\n}\n.button-icon {\n  padding: 5px 10px;\n}\nspan {\n  margin: 5px;\n}\n.Button:hover {\n  cursor: pointer;\n  filter: brightness(85%);\n}\n","form {\n  font-family: Helvetica;\n  font-size: 14px;\n}\n.text {\n  width: 300px;\n  height: 38px;\n  padding-left: 15px;\n  border-radius: 4px;\n  border: 2px solid #f1f3f4;\n}\n.text-medium {\n  height: 46px;\n  font-size: 16px;\n}\n.text-large {\n  height: 60px;\n  font-size: 16px;\n}\n.dropdown {\n  background: white;\n  color: #22262a;\n  width: 200px;\n  height: 38px;\n  border: white solid 2px;\n  border-radius: 4px;\n  padding-left: 15px;\n  /* select styling from https://www.filamentgroup.com/lab/select-css.html */\n  -moz-appearance: none;\n  -webkit-appearance: none;\n  appearance: none;\n  background-image: url(\"data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%2322262a%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E\");\n  background-repeat: no-repeat;\n  background-position: right 1.2em top 50%;\n  background-size: 0.65em auto;\n}\n.dropdown-medium {\n  width: 300px;\n  height: 46px;\n}\n.dropdown-large {\n  width: 300px;\n  height: 60px;\n}\n.dropdown-border {\n  border: 2px solid #f1f3f4;\n}\n.counter {\n  display: flex;\n  justify-content: space-around;\n  align-items: center;\n  width: 116px;\n  height: 47px;\n  border-radius: 4px;\n  background-color: #f6f7f8;\n  color: #262626;\n  font-size: 16px;\n}\n.counter-button {\n  color: #33a0ff;\n  font-weight: 900;\n  height: 100%;\n  width: 40%;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n}\n.counter-button:hover {\n  cursor: pointer;\n}\n.text-input-with-button {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  width: 300px;\n  height: 50px;\n  border-radius: 4px;\n  border: 2px solid #f1f3f4;\n}\n.text-input-with-button-large {\n  height: 61px;\n  width: 369px;\n}\n.text-input-with-button > input {\n  border-width: 0;\n  width: 150px;\n  height: 44px;\n}\n.button-in-text-input {\n  display: flex;\n  justify-content: flex-end;\n  align-items: center;\n  width: 125px;\n  height: 100%;\n  border-radius: 0 4px 4px 0;\n  background-color: #33a0ff;\n}\n",":root {\n  --primary-color: rgb(51, 160, 255);\n}\n.flex {\n  display: flex;\n  align-items: center;\n}\n.Checkbox {\n  width: 16px;\n  height: 16px;\n  border-radius: 2px;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n}\n.checkbox-blue {\n  border: var(--primary-color) solid 2px;\n}\n.checkbox-black {\n  border: solid 2px #22262a;\n}\nsvg {\n  width: 16px;\n  height: 16px;\n  padding: 2px;\n}\n.svg-black {\n  background-color: #22262a;\n}\n.svg-blue {\n  background-color: var(--primary-color);\n}\n.checkbox-text {\n  margin: 0;\n  padding-left: 14px;\n  font-family: Helvetica;\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAAA;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAAA;AACA;AAAA;AACA;AACA;AACA;AAAA;AACA;AAAA;AACA;AACA;AACA;AAAA;AACA;AAAA;AACA;AACA;AACA;AAAA;AACA;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAAA;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAAA;AACA;;AC1DA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AChGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;;","sourceRoot":""}