-
-
+ .css-1xzxck5
+ input.lp-form-react-checkbox[type="checkbox"]
+ + label
+ .checkbox
+ .checkbox__unchecked
+ path,
+ .css-1xzxck5
+ input.lp-form-react-checkbox[type="checkbox"]
+ + label
+ .checkbox
+ .checkbox__checked
+ path {
+ fill: #4c515d;
+ }
+ .css-1xzxck5
+ input.lp-form-react-checkbox[type="checkbox"]
+ + label
+ .checkbox
+ .checkbox__unchecked {
+ z-index: 1;
+ opacity: 1;
+ }
+ .css-1xzxck5
+ input.lp-form-react-checkbox[type="checkbox"]
+ + label
+ .checkbox
+ .checkbox__checked {
+ z-index: 0;
+ opacity: 0;
+ }
+ .css-1xzxck5
+ input.lp-form-react-checkbox[type="checkbox"]:checked
+ + label
+ .checkbox
+ .checkbox__checked,
+ .css-1xzxck5
+ input.lp-form-react-checkbox[type="checkbox"]:checked
+ + label:hover
+ .checkbox
+ .checkbox__checked {
+ opacity: 1;
+ }
+ @media (hover: hover) {
+ .css-1xzxck5
+ input.lp-form-react-checkbox[type="checkbox"]
+ + label:hover
+ .checkbox
+ .checkbox__checked {
+ opacity: 0.6;
+ }
+ }
+ .css-1xzxck5 select.lp-form-react-select {
+ height: 2em;
+ display: -webkit-box;
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-flex: 0 0 100%;
+ -ms-flex: 0 0 100%;
+ flex: 0 0 100%;
+ padding: 0;
+ background-color: #fff;
+ }
+ .css-1xzxck5 .flex-container {
+ margin-left: -12px;
+ margin-right: -12px;
+ }
+ .css-1xzxck5 .flex.flex-form [class*="flex__item--"] {
+ padding-left: 12px;
+ padding-right: 12px;
+ }
+ .css-1xzxck5
+ .labels-are-inside
+ input::-webkit-input-placeholder {
+ font-size: 1em;
+ font-weight: inherit;
+ opacity: 1;
+ }
+ .css-1xzxck5 .labels-are-inside input::-moz-placeholder {
+ font-size: 1em;
+ font-weight: inherit;
+ opacity: 1;
+ }
+ .css-1xzxck5
+ .labels-are-inside
+ input:-ms-input-placeholder {
+ font-size: 1em;
+ font-weight: inherit;
+ opacity: 1;
+ }
+ .css-1xzxck5 .labels-are-inside input::placeholder {
+ font-size: 1em;
+ font-weight: inherit;
+ opacity: 1;
+ }
+ .css-1xzxck5
+ .labels-are-inside
+ textarea::-webkit-input-placeholder {
+ font-size: 1em;
+ font-weight: inherit;
+ opacity: 1;
+ }
+ .css-1xzxck5
+ .labels-are-inside
+ textarea::-moz-placeholder {
+ font-size: 1em;
+ font-weight: inherit;
+ opacity: 1;
+ }
+ .css-1xzxck5
+ .labels-are-inside
+ textarea:-ms-input-placeholder {
+ font-size: 1em;
+ font-weight: inherit;
+ opacity: 1;
+ }
+ .css-1xzxck5 .labels-are-inside textarea::placeholder {
+ font-size: 1em;
+ font-weight: inherit;
+ opacity: 1;
+ }
+ .css-1xzxck5
+ input.lp-form-react__input::-webkit-input-placeholder {
+ font-size: 1em;
+ }
+ .css-1xzxck5
+ input.lp-form-react__input::-moz-placeholder {
+ font-size: 1em;
+ }
+ .css-1xzxck5
+ input.lp-form-react__input:-ms-input-placeholder {
+ font-size: 1em;
+ }
+ .css-1xzxck5
+ input.lp-form-react__input::-webkit-input-placeholder {
+ font-size: 1em;
+ }
+ .css-1xzxck5
+ input.lp-form-react__input::-moz-placeholder {
+ font-size: 1em;
+ }
+ .css-1xzxck5
+ input.lp-form-react__input:-ms-input-placeholder {
+ font-size: 1em;
+ }
+ .css-1xzxck5 input.lp-form-react__input::placeholder {
+ font-size: 1em;
+ }
+ .css-1xzxck5
+ textarea.lp-form-react__textarea::-webkit-input-placeholder {
+ font-size: 1em;
+ }
+ .css-1xzxck5
+ textarea.lp-form-react__textarea::-moz-placeholder {
+ font-size: 1em;
+ }
+ .css-1xzxck5
+ textarea.lp-form-react__textarea:-ms-input-placeholder {
+ font-size: 1em;
+ }
+ .css-1xzxck5
+ textarea.lp-form-react__textarea::-webkit-input-placeholder {
+ font-size: 1em;
+ }
+ .css-1xzxck5
+ textarea.lp-form-react__textarea::-moz-placeholder {
+ font-size: 1em;
+ }
+ .css-1xzxck5
+ textarea.lp-form-react__textarea:-ms-input-placeholder {
+ font-size: 1em;
+ }
+ .css-1xzxck5
+ textarea.lp-form-react__textarea::placeholder {
+ font-size: 1em;
+ }
+ .css-1xzxck5 .lp-form-react__input {
+ border: 1px solid rgba(76, 81, 93, 1);
+ color: #020020;
+ font-size: inherit;
+ border-radius: 5px;
+ height: 35px;
+ }
+ .css-1xzxck5 .lp-form-react__input:focus {
+ border: 1px solid rgba(76, 81, 93, 1);
+ /* box-shadow: rgba(76, 81, 93, 1) 0 0 1.5px 1px; */
+ outline: 0;
+ }
+ .css-1xzxck5
+ .lp-form-react__input::-webkit-input-placeholder {
+ color: #b1bacc;
+ }
+ .css-1xzxck5 .lp-form-react__input::-moz-placeholder {
+ color: #b1bacc;
+ }
+ .css-1xzxck5 .lp-form-react__input:-ms-input-placeholder {
+ color: #b1bacc;
+ }
+ .css-1xzxck5 .lp-form-react__input::placeholder {
+ color: #b1bacc;
+ }
+ .css-1xzxck5 .lp-form-react__label {
+ color: rgba(76, 81, 93, 1);
+ font-size: 12px;
+
+ }
+ .css-1xzxck5 .labels-are-inside .lp-form-react__input {
+ color: #020020;
+ }
+ .css-1xzxck5
+ .labels-are-inside
+ .lp-form-react__input::-webkit-input-placeholder {
+ color: rgba(76, 81, 93, 1);
+
+ }
+ .css-1xzxck5
+ .labels-are-inside
+ .lp-form-react__input::-moz-placeholder {
+ color: rgba(76, 81, 93, 1);
+
+ }
+ .css-1xzxck5
+ .labels-are-inside
+ .lp-form-react__input:-ms-input-placeholder {
+ color: rgba(76, 81, 93, 1);
+
+ }
+ .css-1xzxck5
+ .labels-are-inside
+ .lp-form-react__input::placeholder {
+ color: rgba(76, 81, 93, 1);
+
+ }
+
+ .css-1xzxck5 .lp-form-react-radio + label {
+ color: rgba(76, 81, 93, 1);
+
+ }
+ .css-1xzxck5
+ .lp-form-react-radio
+ + label
+ .lp-form-react-radio-button__unchecked
+ path,
+ .css-1xzxck5
+ .lp-form-react-radio
+ + label
+ .lp-form-react-radio-button__checked
+ path {
+ fill: rgba(76, 81, 93, 1);
+ }
+ .css-1xzxck5 .lp-form-field__field-block-title {
+
+ color: rgba(76, 81, 93, 1);
+ }
+ .css-1xzxck5 select.lp-form-react-select {
+ border: 1px solid rgba(76, 81, 93, 1);
+
+ }
+ .css-1xzxck5 select.lp-form-react-select:focus {
+ outline-color: rgba(76, 81, 93, 1);
+ }
+
+ .css-1xzxck5
+ input.lp-form-react-checkbox[type="checkbox"]
+ + label {
+ color: rgba(76, 81, 93, 1);
+
+ }
+ .css-1xzxck5
+ input.lp-form-react-checkbox[type="checkbox"]
+ + label
+ .checkbox__unchecked
+ path,
+ .css-1xzxck5
+ input.lp-form-react-checkbox[type="checkbox"]
+ + label
+ .checkbox__checked
+ path {
+ fill: rgba(76, 81, 93, 1);
+ }
+ .css-1xzxck5 .lp-form-react__description {
+ color: rgba(76, 81, 93, 1);
+
+ font-size: 0.875rem;
+ }
+ .css-1xzxck5 .lp-form-react__privacy-link {
+ color: rgba(76, 81, 93, 1);
+ -webkit-text-decoration: underline;
+ text-decoration: underline;
+ padding: 10px 0;
+ }
+ .css-1xzxck5 .lp-form-react__privacy-link a {
+ color: inherit;
+ }
+ .css-1xzxck5 .lp-form-react__confirm label {
+ font-size: 0.875rem;
+ }
+
+
+
-
-
-