@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

pre {
  font-family: Courier, Monaco, monospace;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 0.9em;
  margin: 0.3em 0;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
  font-weight: 400;
}

blockquote,
q {
  margin: 0.3em 0 0.3em 0.3em;
  padding: 0 0 0 0.6em;
  border-left: 0.3em solid #ccc;
  font-weight: 400;
}

ul li,
ol li,
li li {
  margin-left: 1em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  outline: none;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

button {
  margin: 0;
  border: none;
  outline: none;
  font: inherit;
  line-height: normal;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.button {
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
}

.button img {
  display: inline-block;
  margin-top: -6px;
  margin-bottom: -5px;
}

.button img:first-child {
  margin-left: -4px;
  margin-right: 6px;
}

.button img:last-child {
  margin-left: 6px;
  margin-right: -4px;
}

.button img:first-child:last-child {
  margin-left: -9px;
  margin-right: -9px;
}

.button--rounded {
  border-radius: 9001px;
}

.button--green {
  font-weight: 700;
  background-color: #00a121;
  color: #fff;
  border: 2px solid rgba(0, 0, 0, 0);
  box-shadow: 0 1px 1px 0 rgba(6, 163, 38, 0.2);
}

.button--green:hover {
  background-color: #00881c;
}

.button--cross {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 15px;
  top: 20px;
  background: none;
  cursor: pointer;
}

.button--cross:before, .button--cross:after {
  position: absolute;
  content: '';
  height: 20px;
  width: 2px;
  background-color: #00a121;
}

.button--cross:hover::before, .button--cross:hover::after {
  background-color: #00881c;
}

.button--cross:before {
  transform: rotate(45deg);
}

.button--cross:after {
  transform: rotate(-45deg);
}

.button--green.button--secondary {
  font-weight: 400;
  background-color: #fff;
  color: #00a121;
  border: 2px solid rgba(0, 0, 0, 0);
  box-shadow: 0 1px 1px 0 rgba(6, 163, 38, 0.2);
}

.button--green.button--secondary:hover {
  background-color: #f4f7f9;
  border-color: transparent;
}

.button--gray {
  font-weight: 700;
  background-color: #fff;
  color: #536f81;
  border: 2px solid #eff7fd;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
}

.button--gray:hover {
  background-color: #f2f2f2;
}

.button--gray.button--secondary {
  font-weight: 400;
  background-color: #fff;
  color: #536f81;
  border: 2px solid #eff7fd;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
}

.button--gray.button--secondary:hover {
  background-color: #f2f2f2;
}

.button--lime {
  font-weight: 700;
  background-color: #93bc02;
  color: #fff;
  border: 2px solid rgba(0, 0, 0, 0);
  box-shadow: 0 1px 1px 0 rgba(107, 137, 0, 0.2);
}

.button--lime:hover {
  background-color: #7fa302;
}

.button--lime.button--secondary {
  font-weight: 400;
  background-color: #fff;
  color: #81a500;
  border: 2px solid #dbf28b;
  box-shadow: 0 1px 1px 0 rgba(107, 137, 0, 0.2);
}

.button--lime.button--secondary:hover {
  background-color: rgba(129, 165, 0, 0.1);
  border-color: #cded5d;
}

.button--dark-gray {
  font-weight: 700;
  background-color: #b6b9bb;
  color: #fff;
  border: 2px solid rgba(0, 0, 0, 0);
  box-shadow: 0 1px 1px 0 rgba(130, 130, 130, 0.2);
}

.button--dark-gray:hover {
  background-color: #95999c;
}

.button--red {
  font-weight: 700;
  background-color: #ff1608;
  color: #fff;
  border: 2px solid rgba(0, 0, 0, 0);
  box-shadow: 0 1px 1px 0 rgba(142, 0, 0, 0.2);
}

.button--red:hover {
  background-color: #ee0d00;
}

.button--red.button--secondary {
  font-weight: 400;
  background-color: #fff;
  color: #f20e00;
  border: 2px solid #ffd2d2;
  box-shadow: 0 1px 1px 0 rgba(142, 0, 0, 0.2);
}

.button--red.button--secondary:hover {
  background-color: rgba(242, 14, 0, 0.1);
  border-color: #ff9f9f;
}

.button--yellow {
  font-weight: 700;
  background-color: #ffc716;
  color: #000;
  border: 2px solid rgba(0, 0, 0, 0);
  box-shadow: 0 1px 1px 0 rgba(143, 109, 0, 0.2);
}

.button--yellow:hover {
  background-color: #fcbf00;
}

.input {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.input--margin-top {
  margin-top: 48px;
}

.input--no-bottom-margin {
  margin-bottom: 0;
}

label.input__label {
  cursor: pointer;
}

.input__label {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 240px;
  margin-top: 14px;
  font-size: 16px;
  line-height: 150%;
  color: black;
}

.input--disabled .input__label {
  color: #aeaeae;
}

.input__label--bold {
  font-weight: 700;
}

.input__label--photo-upload {
  margin-top: 72px;
}

.input__label .hint img {
  margin-bottom: -6px;
}

.input__label--dotted {
  display: block;
  position: relative;
  overflow: hidden;
}

.input__label--dotted span {
  position: relative;
  background-color: white;
  z-index: 2;
}

.input__label--dotted::before {
  content: "................................................................................................";
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
  color: #c8c8c8;
  font-size: 12px;
}

.input__label--dotted ~ .input__content--text {
  align-self: flex-end;
}

.input__content {
  flex-grow: 1;
}

.input__content--text {
  display: flex;
  margin-top: 14px;
  line-height: 150%;
}

.input__content--text a {
  text-decoration: underline;
}

.input__content--text a:hover {
  color: #00a121;
}

.input__content--text b {
  font-weight: 700;
}

.input__content--text .button {
  flex-shrink: 0;
  align-self: flex-start;
  margin-left: auto;
  margin-top: -9px;
}

.input__content--bold-text {
  font-size: 18px;
  font-weight: 700;
}

.input__line {
  display: flex;
  align-items: center;
}

.input__line .choices {
  flex-grow: 1;
}

.input__line .choices ~ .input__delete {
  align-self: flex-start;
  visibility: visible;
}

.input__line:hover .input__delete {
  visibility: visible;
}

.input__delete {
  visibility: hidden;
  margin-left: 10px;
}

.input__field {
  width: 100%;
  padding: 15px 15px 13px;
  border: 2px solid #e3e3e3;
  border-radius: 8px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: black;
  background-color: white;
  resize: vertical;
  outline: none;
}

.input__field[type=number] {
  -moz-appearance: textfield;
}

.input__field[type=number]::-webkit-outer-spin-button,
.input__field[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input__field--small {
  width: 80px;
  margin-right: 20px;
}

.input__field--medium {
  width: 200px;
  margin-right: 20px;
}

.input__field--date {
  width: 240px;
  padding-left: 48px;
}

.input__field::-webkit-input-placeholder {
  color: #aeaeae;
}

.input__field:-ms-input-placeholder {
  color: #aeaeae;
}

.input__field::-ms-input-placeholder {
  color: #aeaeae;
}

.input__field::placeholder {
  color: #aeaeae;
}

.input__field:focus {
  border-color: #c1e837;
}

.input__field:focus ~ .input__delete {
  visibility: visible;
}

.input__field:hover ~ .input__delete {
  visibility: visible;
}

.input--error .input__field {
  background-color: #fff2f2;
  border-color: #ff9d9d;
  color: #ff3024;
}

.input__field :disabled,
.input--disabled .input__field {
  background-color: #e3e3e3;
}

.input__error-message {
  display: none;
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
  color: #ff3024;
}

.input--error .input__error-message {
  display: flex;
}

.input__error-message img {
  margin-right: 6px;
}

.input__date-wrapper {
  position: relative;
  display: inline-block;
}

.input__date-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 14px;
  width: 24px;
  height: 24px;
  background: url("i/calendar.svg");
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
}

.input__radio {
  display: inline-block;
  padding-top: 17px;
  margin-right: 28px;
  margin-bottom: 20px;
  cursor: pointer;
}
.input__radio--mb-0 {
  margin-bottom: 0;
}

.input__radio--block {
  display: block;
  margin-bottom: 4px;
}

.input__radio--block:last-child {
  margin-bottom: 20px;
}

.input__radio input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

.input__radio input:checked ~ span::before {
  border: 7px solid #00a121;
}

.input__radio span {
  font-size: 16px;
  color: black;
}

.input__radio span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: -4px;
  margin-right: 8px;
  border-radius: 9001px;
  border: 2px solid #e3e3e3;
}

.input__radio:hover span::before {
  opacity: 0.8;
}

.drag-dots {
  fill: #c7c9c7;
  position: absolute;
  right: 10px;
  cursor: move;
}

.input__radio--large {
  position: relative;
  display: block;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 17px 24px 15px 64px;
  border-radius: 25px;
  background-color: #f4f7f9;
}

.input__radio--vertical {
  margin-right: 0;
}

.input__radio--vertical span {
  text-align: center;
}

.input__radio--vertical span:before {
  margin: 0;
}

.input__radio--vertical .input__radio-container {
  margin-top: 4px;
}

.radio-input-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: -17px;
}
.radio-input-wrapper__actions {
  margin: 0 0 40px;
  display: flex;
  justify-content: space-between;
}
.radio-input-wrapper__labels + .radio-input-wrapper__actions {
  margin-top: -32px;
}

.radio-input-wrapper--vertical {
  flex-direction: column;
}

.radio-input-wrapper--vertical > * {
  margin: 8px 0 !important;
}

.radio-input-wrapper--horizontal {
  flex-wrap: wrap;
  margin: -8px -8px;
}

.radio-input-wrapper--horizontal > * {
  flex: 1;
  text-align: center;
  white-space: nowrap;
  margin: 8px !important;
}

.radio-input-wrapper--table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 20px;
  grid-template-areas: ". . ." ". . ." ". . .";
}

@media (max-width: 620px) {
  .radio-input-wrapper--table {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    grid-template-areas: ". ." ". .";
  }
}
.radio-input-wrapper__labels {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 0 -20px 40px;
}

.radio-input-wrapper__labels span {
  font-style: italic;
  margin: 0 20px;
}

.radio-input-wrapper__labels span:first-child {
  text-align: left;
}

.radio-input-wrapper__labels span:last-child {
  text-align: right;
}

@media (max-width: 330px) {
  .radio-input-wrapper__labels span {
    white-space: break-spaces;
    margin: 0;
  }
  .radio-input-wrapper__labels span:first-child {
    margin-left: 20px;
  }
  .radio-input-wrapper__labels span:last-child {
    margin-right: 20px;
  }
}
.input__radio--tab {
  padding: 16px;
  position: relative;
  display: block;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 16px 24px;
  border-radius: 25px;
  background-color: #f4f7f9;
  margin: 0;
}
.input__radio--tab .input__image {
  display: flex;
  justify-content: center;
  width: 100%;
}
.input__radio--tab .input__image::before {
  display: none;
}
.input__radio--tab .input__image img {
  margin-bottom: 10px;
  z-index: 100;
}

.input__radio--tab:last-child {
  margin-bottom: 0;
}

.input__radio--tab span {
  font-size: 18px;
}

.input__radio--tab span:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: none;
  position: absolute;
}

.input__radio--tab input:checked ~ span::before {
  border: none;
  background-color: #00a121;
  border-radius: 30px;
}

.input__radio--tab input:checked ~ span {
  color: #fff;
}

.input__radio--tab .input__radio-container {
  position: relative;
  z-index: 1;
}

.input__radio--button input[type=radio] {
  display: none;
}
.input__radio--button input[type=radio]:checked + .button {
  color: white;
  border-color: transparent;
  box-shadow: none;
  background-color: #00a121;
}

@media (min-width: 800px) {
  .input__radio--vertical span:before {
    margin: 0;
    width: 32px;
    height: 32px;
  }

  .input__radio--vertical input:checked ~ span:before {
    border: 11px solid #00a121;
  }

  .input__radio--tab {
    padding: 16px 24px;
    border-radius: 30px;
  }

  .input__radio--large {
    padding: 22px 24px 20px 72px;
    border-radius: 30px;
  }
}
.input__radio--large:last-child {
  margin-bottom: 0;
}

.input__radio--large span {
  font-size: 18px;
}

.input__radio--large span::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  width: 35px;
  height: 35px;
  border: 2px solid #95a2aa;
}

@media (min-width: 800px) {
  .input__radio--large span::before {
    width: 40px;
    height: 40px;
  }
}
.input__radio--large input:checked ~ span::before {
  border: 12px solid #00a121;
  background-color: white;
}

@media (min-width: 800px) {
  .input__radio--large input:checked ~ span::before {
    border: 14px solid #00a121;
  }
}
.input__checkbox {
  display: inline-block;
  padding-top: 15px;
  margin-right: 28px;
  margin-bottom: 20px;
  cursor: pointer;
}

.input__checkbox input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

.input__checkbox input:checked ~ span::before {
  background: url("i/checkbox-checked.svg");
}

.input__checkbox span {
  font-size: 16px;
  color: black;
}

.input__checkbox span::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: -6px;
  margin-right: 8px;
  background: url("i/checkbox.svg");
}

.input__checkbox:hover span::before {
  opacity: 0.8;
}

.input__checkbox ~ .hint {
  margin-top: -2px;
  margin-left: -18px;
}

.input__checkbox--large {
  position: relative;
  display: block;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 17px 24px 15px 64px;
  border-radius: 25px;
  background-color: #f4f7f9;
}

@media (min-width: 800px) {
  .input__checkbox--large {
    padding: 22px 24px 20px 72px;
    border-radius: 30px;
  }
}
.input__checkbox--client span::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-bottom: -6px;
  margin-right: 8px;
  background: url("i/checkbox.svg");
  background-size: contain !important;
  position: absolute;
  /* top: 10px; */
  top: calc(50% - 20px);
  left: 16px;
}

.input__units {
  display: flex;
  align-items: center;
  margin-right: 8px;
  font-size: 16px;
}

.input__show-password {
  margin-left: 8px;
  margin-bottom: -6px;
}

.input__show-password img {
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
}

.input__show-password:hover img {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.input__show-password--shown img {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.input__show-password--shown:hover img {
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
}

.hint {
  height: 24px;
  margin-left: 6px;
}

.hint:hover img {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.choices:last-child {
  margin-bottom: 24px;
  z-index: 100;
}

.sort__dropdown .choices:last-child {
  margin-bottom: 0;
}

.sort__dropdown .choices:last-child .input__field {
  width: 240px;
  border: none;
  color: #007017;
  display: inline-block;
}

.choices.is-open .input__field {
  border-color: #c1e837;
}

.choices.is-open[data-type*=select-one]::after {
  margin-top: -4px;
  border-color: none;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.choices.is-open .choices__item::after {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.choices__list--dropdown {
  margin-top: 2px;
  border: none;
  border-radius: 8px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  z-index: 9001;
}

.choices__list--single {
  padding: 1px 0;
}

.sort__dropdown .choices__list--single .choices__item {
  position: relative;
  display: inline;
}

.sort__dropdown .choices__list--single .choices__item::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -30px;
  display: block;
  width: 24px;
  height: 24px;
  background: url("i/chevron-down.svg");
  border: none;
  pointer-events: none;
}

.choices__item--choice.choices__item--selectable {
  font-size: 16px;
  padding: 15px 15px 13px;
}

.choices__item--choice.choices__item--selectable.is-highlighted {
  background-color: #f4f7f9;
}

.choices__placeholder {
  color: #aeaeae;
}

.choices[data-type*=select-one]::after {
  content: "";
  position: absolute;
  top: 17px;
  right: 14px;
  display: block;
  width: 24px;
  height: 24px;
  background: url("i/chevron-down.svg");
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
  border: none;
  pointer-events: none;
}

.sort__dropdown .choices[data-type*=select-one]::after {
  display: none;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.breadcrumbs__item {
  position: relative;
  height: 24px;
  line-height: 24px;
  vertical-align: center;
  margin-right: 6px;
  cursor: pointer;
}

.breadcrumbs__item img {
  margin-top: -1px;
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
}

.breadcrumbs__item::before {
  content: "→";
  margin-right: 6px;
  color: black;
}

.breadcrumbs__item:first-child::before {
  display: none;
}

.breadcrumbs__item:hover {
  color: #00a121;
}

.breadcrumbs__item:hover img {
  -webkit-filter: none;
  filter: none;
}

.breadcrumbs__item--selected {
  color: #7a7a7a;
  cursor: default;
}

.breadcrumbs__item--selected:hover {
  color: #7a7a7a;
}

.tabs {
  display: flex;
}

.tabs__item {
  min-width: 182px;
  padding: 18px 20px;
  font-size: 18px;
  text-align: center;
  color: #007017;
  border-bottom: 4px solid transparent;
  cursor: pointer;
}

.tabs__item:hover {
  color: black;
}

.tabs__item span {
  margin-left: 6px;
  font-size: 14px;
  color: #007017;
}

.tabs__item--selected {
  font-weight: 700;
  color: black;
  border-bottom-color: #c1e837;
  cursor: default;
}

.tabs__item--selected span {
  color: #7a7a7a;
}

.tabs__action {
  margin-left: auto;
}

.form-alert {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
  padding: 32px;
  border-radius: 8px;
}

.form-alert__icon {
  margin-right: 24px;
  flex-shrink: 0;
}

.form-alert__text {
  font-size: 16px;
  line-height: 150%;
}

.form-alert--info {
  background-color: #f4f7f9;
}

.form-alert--info .form-alert__text {
  color: #002b47;
}

.form-alert--info .form-alert__text a {
  color: #0c7621;
}

.form-alert--info .form-alert__text a:hover {
  color: #031907;
}

.form-alert--warning {
  background-color: #fff7e5;
}

.form-alert--warning .form-alert__text {
  color: #472100;
}

.form-alert--warning .form-alert__text a {
  color: #ff7100;
}

.form-alert--warning .form-alert__text a:hover {
  color: #940;
}

.form-alert--error {
  background-color: #fff2f2;
}

.form-alert--error .form-alert__text {
  color: #470000;
}

.form-alert--error .form-alert__text a {
  color: #ff3024;
}

.form-alert--error .form-alert__text a:hover {
  color: #bd0a00;
}

.input-actions {
  display: flex;
  justify-content: space-between;
  margin-left: 240px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.input-actions .button--red.button--secondary:only-child {
  margin-left: auto;
}

.form-divider {
  margin: 40px -40px 40px;
  height: 1px;
  background-color: #e3e3e3;
}

.form-actions {
  margin: 40px 0;
}

.photo-upload {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.photo-upload .button {
  margin-right: 10px;
}

.photo-upload__img {
  width: 112px;
  height: 112px;
  margin-right: 10px;
  border-radius: 9001px;
}

.photo-upload__requirements {
  position: absolute;
  font-size: 14px;
  left: 122px;
  top: 94px;
}

.poll-entry {
  width: 700px;
  margin-top: 40px;
}

.poll-entry__question {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

.poll-entry--disabled .poll-entry__question {
  text-decoration: line-through;
  color: #7a7a7a;
  font-weight: 400;
}

.rete .node {
  background: #f4f7f9;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  min-width: 220px;
  height: auto;
  padding: 20px 20px 35px;
  box-sizing: border-box;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rete .node .title {
  color: #002b47;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 15px;
}

.rete .node .input-title,
.rete .node .output-title {
  width: calc(100% + 40px);
  vertical-align: middle;
  text-align: left;
  color: black;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin: 0 -20px;
  padding: 6px 16px;
  line-height: 120%;
}

.rete .node .socket {
  display: inline-block;
  cursor: pointer;
  border: 5px solid #95a2aa;
  border-radius: 9001px;
  width: 20px;
  height: 20px;
  margin: 6px;
  vertical-align: middle;
  background: white;
  z-index: 2;
  box-sizing: border-box;
}

.rete .node .socket.number {
  background: white;
}

.rete .node .socket.output {
  margin-right: -30px;
}

.rete .node .control {
  padding: 6px 18px;
}

.rete .node input {
  width: 100%;
  border-radius: 30px;
  background-color: white;
  padding: 2px 6px;
  border: 1px solid #999;
  font-size: 110%;
  width: 170px;
}

.table-wrapper {
  position: relative;
  margin: -20px -40px 40px;
}

.table {
  width: 100%;
}

.table th,
.table td {
  padding: 20px 10px;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
}

.table th:first-child,
.table td:first-child {
  padding-left: 20px;
}

.table tbody tr {
  cursor: pointer;
}

.table tbody tr:nth-child(2n) {
  background-color: #f4f7f9;
}

.table tbody tr:hover {
  background-color: #e9ffcb;
  box-shadow: inset 0 -1px 0 0 #c1e837;
}

.table tbody td .input__checkbox {
  margin: -2px 0 0 0;
  padding: 0;
  max-width: 0;
}

.thead__checkbox {
  width: 50px;
}

.thead__id {
  width: 100px;
}

.thead__name {
  width: 480px;
}

.thead__name--small {
  width: 290px;
}

.thead__date {
  width: 190px;
}

.thead__text {
  width: 240px;
}

.td--purple {
  color: #6400b3;
}

.td--red {
  color: #a60000;
}

td.td-user {
  display: flex;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

td.td-user img {
  width: 40px;
  height: 40px;
  border-radius: 9001px;
  margin-right: 9px;
  flex-shrink: 0;
}

.td-one-line {
  max-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

td.td-period {
  padding-top: 8px;
  padding-bottom: 8px;
}

.td-period__line {
  font-size: 14px;
  margin: 4px 0;
}

.table-controls {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  display: flex;
  padding: 0 10px;
  border-radius: 9001px;
  background-color: #f4f7f9;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.table-controls--fixed {
  position: fixed;
  top: 36px;
  -webkit-transform: none;
  transform: none;
}

.table-controls__item {
  font-size: 16px;
  margin: 14px 10px;
}

.table-controls__item--action {
  cursor: pointer;
}

.table-controls__item--green {
  color: #00a121;
  font-weight: 700;
}

.table-controls__item--green:hover {
  color: #003b0c;
}

.table-controls__item--red {
  color: #ff3024;
}

.table-controls__item--red:hover {
  color: #bd0a00;
}

.pagination {
  display: flex;
  justify-content: center;
}

.pagination__element {
  margin: 10px 5px;
  padding: 14px 22px 14px;
  font-size: 16px;
  color: #00a121;
  border-radius: 8px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
  cursor: pointer;
}

.pagination__element:hover {
  background-color: #e9ffcb;
}

.pagination__element--selected {
  background-color: #f4f7f9;
  font-weight: 700;
  color: black;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.2);
  cursor: default;
}

.pagination__element--selected:hover {
  background-color: #f4f7f9;
}

.pagination__element--disabled {
  background-color: white;
  box-shadow: inset 0 0 0 1px #ededed;
  color: #e3e3e3;
  cursor: default;
}

.pagination__element--disabled:hover {
  background-color: white;
}

.sort-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.sort-wrapper__action {
  margin-left: auto;
}

.sort {
  display: flex;
  align-items: center;
  padding: 18px 0;
}

.sort__dropdown {
  margin-top: -1px;
}

.daterange {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 6px;
  margin-bottom: -2px;
  cursor: pointer;
}

.daterange__picker {
  display: none;
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9001;
}

.daterange__picker--visible {
  display: block;
}

.daterange__divider {
  margin: 0 4px;
  color: #007017;
}

.daterange__start,
.daterange__end {
  width: 84px;
  font-size: 16px;
  text-align: center;
  color: #007017;
  border: none;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.daterange__icon {
  margin-left: 6px;
}

.view-options {
  display: flex;
  justify-content: center;
}

.view-options__item {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  border-radius: 8px;
  box-shadow: 0 1px 1px 0 rgba(147, 188, 2, 0.2);
  border: 2px solid #dbf28b;
  background-color: white;
  cursor: pointer;
}

.view-options__item:hover {
  background-color: #e9ffcb;
}

.view-options__item--selected {
  background-color: #f4f7f9;
  font-weight: 700;
  color: black;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.2);
  cursor: default;
  border: transparent;
}

.view-options__item--selected img {
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
}

.view-options__item--selected:hover {
  background-color: #f4f7f9;
}

.view-options__item--disabled {
  background-color: white;
  border: 1px solid #ededed;
  color: #e3e3e3;
  box-shadow: none;
  cursor: default;
}

.view-options__item--disabled:hover {
  background-color: white;
}

.tingle-modal * {
  box-sizing: border-box;
}

.tingle-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9010;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.tingle-modal--confirm .tingle-modal-box {
  text-align: center;
}

.tingle-modal--noOverlayClose {
  cursor: default;
}

.tingle-modal--noClose .tingle-modal__close {
  display: none;
}

.tingle-modal__close {
  display: none;
  position: fixed;
  top: 10px;
  right: 28px;
  z-index: 1000;
  padding: 0;
  width: 5rem;
  height: 5rem;
  border: none;
  background-color: transparent;
  color: #f0f0f0;
  font-size: 6rem;
  font-family: monospace;
  line-height: 1;
  cursor: pointer;
}

.tingle-modal__closeLabel {
  display: none;
}

.tingle-modal__close:hover {
  color: #fff;
}

.tingle-modal-box {
  position: relative;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 8px;
  background: #fff;
  opacity: 1;
  cursor: auto;
  transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.tingle-modal-box__footer {
  padding: 1.5rem 2rem;
  width: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f5f5f5;
  cursor: auto;
}

.tingle-modal-box__footer::after {
  display: table;
  clear: both;
  content: "";
}

.tingle-modal-box__footer--sticky {
  position: fixed;
  bottom: -200px;
  z-index: 10001;
  opacity: 1;
}

.tingle-enabled {
  position: fixed;
  overflow: hidden;
  left: 0;
  right: 0;
}

.tingle-modal--visible .tingle-modal-box__footer {
  bottom: 0;
}

.tingle-enabled .tingle-content-wrapper {
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.tingle-modal--visible {
  visibility: visible;
  opacity: 1;
}

.tingle-modal--visible .tingle-modal-box {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.tingle-modal--overflow {
  overflow-y: scroll;
  padding-top: 8vh;
}

.tingle-btn {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 1rem 2rem;
  border: none;
  background-color: grey;
  box-shadow: none;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  cursor: pointer;
  transition: background-color 0.4s ease;
}

.tingle-btn--primary {
  background-color: #3498db;
}

.tingle-btn--danger {
  background-color: #e74c3c;
}

.tingle-btn--default {
  background-color: #34495e;
}

.tingle-btn--pull-left {
  float: left;
}

.tingle-btn--pull-right {
  float: right;
}

@media (max-width: 540px) {
  .tingle-modal {
    top: 0px;
    display: block;
    padding-top: 60px;
    width: 100%;
  }

  .tingle-modal-box {
    width: auto;
    border-radius: 0;
  }

  .tingle-modal-box__content {
    overflow-y: scroll;
  }

  .tingle-modal--noClose {
    top: 0;
  }

  .tingle-modal--noOverlayClose {
    padding-top: 0;
  }

  .tingle-modal-box__footer .tingle-btn {
    display: block;
    float: none;
    margin-bottom: 1rem;
    width: 100%;
  }

  .tingle-modal__close {
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: #2c3e50;
    box-shadow: none;
    color: #fff;
    line-height: 55px;
  }

  .tingle-modal__closeLabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }

  .tingle-modal__closeIcon {
    display: inline-block;
    margin-right: 0.5rem;
    vertical-align: middle;
    font-size: 4rem;
  }
}
@supports (-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px)) {
  .tingle-modal {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }

  @media (max-width: 540px) {
    .tingle-modal {
      -webkit-backdrop-filter: blur(8px);
      backdrop-filter: blur(8px);
    }
  }
  .tingle-enabled .tingle-content-wrapper {
    -webkit-filter: none;
    filter: none;
  }
}
.modal {
  position: relative;
  width: 1020px;
}

.modal--small {
  width: 460px;
}

.modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 12px;
  right: 17px;
  padding: 8px;
  border-radius: 8px;
  cursor: pointer;
}

.modal__close:hover {
  background-color: #95a2aa;
}

.modal__close:hover img {
  -webkit-filter: brightness(1000%);
  filter: brightness(1000%);
}

.modal__header {
  padding: 22px 30px 18px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #4c697c;
  background-color: #f4f7f9;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.modal--small .modal__header {
  background-color: transparent;
}

.modal__content {
  padding: 30px;
}

.modal--small .modal__content {
  padding: 16px 30px 8px;
  font-size: 18px;
  line-height: 140%;
}

.modal__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  background-color: #f4f7f9;
  border-top: 1px solid #e3e3e3;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.modal__footer .button:only-child {
  margin-left: auto;
}

.modal--small .modal__footer {
  background-color: transparent;
  border-top: none;
}

.modal--small .modal__footer .button {
  flex-grow: 1;
  margin-right: 20px;
}

.modal--small .modal__footer .button:last-child {
  margin-right: 0;
}

.modal-alert {
  display: flex;
  align-items: center;
}

.modal-alert__icon {
  flex-shrink: 0;
  margin-right: 16px;
}

.modal-alert__icon img {
  margin-bottom: -8px;
}

.modal-alert__text {
  font-weight: 700;
}

.cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.cards-wrapper::after {
  content: "";
  flex-basis: 328px;
}

.card {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 324px;
  flex-shrink: 0;
  padding: 14px 10px;
  margin-bottom: 28px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top: 1px solid #c1e837;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.1s ease;
  cursor: pointer;
}

.card:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
}

.card:hover .card__header {
  color: #93bc02;
}

.card:hover .button--gray {
  background-color: #f4f7f9;
}

.card:hover .button--gray:hover {
  background-color: #e4ebf0;
  border-color: #e4ebf0;
}

.card__header {
  flex-basis: 200px;
  flex-grow: 1;
  align-self: flex-end;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  transition: color 0.1s ease;
}

.card__id {
  align-self: flex-end;
  text-align: right;
  font-size: 14px;
  color: #7a7a7a;
}

.card__subheader {
  margin-top: 14px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #7a7a7a;
}

.card__subheader--small {
  font-size: 14px;
  color: black;
}

.card__stats {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}

.card__stats .card-data {
  margin-right: 14px;
}

.card__stats .card-data:last-child {
  margin-right: 0;
}

.card__actions {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  margin-top: 14px;
}

.card__actions .button {
  flex-basis: 150px;
  flex-grow: 1;
  margin-right: 14px;
}

.card__actions .button:last-child {
  margin-right: 0;
}

.card-data {
  margin-bottom: 10px;
  margin-top: 10px;
  flex-basis: 100%;
}

.card-data__label {
  margin-bottom: 6px;
  font-size: 14px;
  color: #7a7a7a;
}

.card-data__value {
  font-size: 16px;
}

.card-data__value--right {
  text-align: right;
}

.card-data__value--bold {
  font-weight: 700;
}

.infographic {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 8px;
  background-color: #f4f7f9;
  padding: 40px;
  margin: 40px 0;
}

.infographic__header {
  flex-basis: 100%;
  flex-grow: 1;
  font-size: 30px;
  color: #4c697c;
  margin-bottom: 30px;
}

.infographic-item {
  flex-basis: 182px;
  flex-grow: 1;
  margin-right: 30px;
}

.infographic-item:last-child {
  margin-right: 0;
}

.infographic-item__value {
  font-size: 48px;
  margin-bottom: 8px;
}

.infographic-item__label {
  font-size: 18px;
  line-height: 120%;
  color: #4c697c;
}

.light-table {
  width: 100%;
}

.light-table th {
  padding: 10px 20px 20px 0;
  line-height: 140%;
  color: #7a7a7a;
}

.light-table th.light-table__th--medium {
  width: 200px;
}

.light-table th.light-table__th--wide {
  width: 280px;
}

.light-table td {
  padding: 10px 20px 10px 0;
}

.light-table .light-table__tr--tall td {
  padding: 20px 20px 10px 0;
}

.light-table th,
.light-table td {
  width: 140px;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
  text-align: right;
}

.light-table th:first-child,
.light-table td:first-child {
  text-align: left;
}

.logic-element {
  display: inline-block;
  background: #f4f7f9;
  border-radius: 8px;
  width: 220px;
  height: auto;
  padding: 20px 15px;
}

.logic-element__title {
  color: #002b47;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 140%;
  font-weight: 700;
  padding: 0;
  margin-bottom: 15px;
}

.logic-element-answer {
  display: flex;
  margin-bottom: 15px;
}

.logic-element-answer__text {
  flex-grow: 1;
  font-size: 14px;
  line-height: 120%;
}

.logic-element-answer__chart {
  flex-basis: 64px;
  flex-shrink: 0;
}

.logic-element-answer__chart div {
  -webkit-transform-origin: top right;
  transform-origin: top right;
  width: 100%;
  height: 10px;
  margin-top: 2px;
  background-color: #c1e837;
}

.logic-element-answer__percent {
  margin-left: 6px;
  font-size: 14px;
}

.logic-element-answer__percent--bold {
  font-weight: 700;
}

.condition {
  position: relative;
  margin: 0 -40px;
  padding: 40px;
  border-bottom: 1px solid #e3e3e3;
}

.condition--orange {
  background-color: #fffcf5;
}

.condition--orange .input__label--bold {
  color: #a37200;
}

.condition--orange .condition__operator {
  background-color: #f7f1e3;
}

.condition--blue {
  background-color: #f8faff;
}

.condition--blue .input__label--bold {
  color: #2248a6;
}

.condition--blue .condition__operator {
  background-color: #e5f0fa;
}

.condition--green {
  background-color: #fafff8;
}

.condition--green .input__label--bold {
  color: #6da622;
}

.condition--green .condition__operator {
  background-color: #e7f6db;
}

.condition--gray {
  background-color: #f7f7f7;
}

.condition--gray .input__label--bold {
  color: black;
}

.condition--gray .condition__operator {
  background-color: #ededed;
}

.condition__operator {
  width: 60px;
  padding: 13px 0 15px;
  text-align: center;
  border-radius: 8px;
}

.input__label .condition__operator {
  margin-right: 20px;
  margin-top: -14px;
}

.input__label .condition__operator ~ span {
  margin-top: -14px;
}

.condition__operator--top {
  position: absolute;
  top: 0;
  left: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.add-condition {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 35px 0;
  padding: 30px;
  border: 2px solid #ededed;
  border-radius: 8px;
  cursor: pointer;
}

.add-condition:hover {
  border-color: #e7f6db;
}

.add-condition:hover .add-condition__icon {
  -webkit-filter: brightness(75%);
  filter: brightness(75%);
}

.add-condition:hover .add-condition__text {
  color: #006e17;
}

.add-condition__text {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  color: #00a121;
  line-height: 150%;
}

.minimal-form__content {
  padding: 24px;
  background-color: white;
}

@media (min-width: 800px) {
  .minimal-form__content {
    padding: 72px;
  }
}
.minimal-form__content .input {
  width: 100%;
}

.minimal-form__content .input:last-of-type {
  margin-bottom: 10px;
}

.minimal-form__content--centered-children {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.minimal-form__content--centered-children .input__field {
  text-align: center;
}

.minimal-form__content--centered-children .input__checkbox {
  margin-right: 0;
  margin-bottom: 0;
}

.minimal-form__header {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  word-break: break-word;
}
.minimal-form__header a:link {
  text-decoration: underline;
}

.minimal-form__header--main {
  margin: 0 0 40px 0 !important;
  font-size: 28px !important;
}
.minimal-form__header--main h1 {
  font-size: 36px;
}

.minimal-form__content--multiple .minimal-form__header {
  margin-top: 32px;
  margin-bottom: 20px;
  font-size: 20px;
}
.minimal-form__content--multiple .minimal-form__header h1 {
  font-size: 24px;
}

.minimal-form__header--equal-margin {
  margin: 20px 0 !important;
}

@media (min-width: 800px) {
  .minimal-form__header {
    margin-bottom: 50px;
    font-size: 24px;
    word-break: break-word;
  }
  .minimal-form__header h1 {
    font-size: 28px;
  }
}
.minimal-form__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
}

@media (min-width: 800px) {
  .minimal-form__footer {
    flex-direction: row;
    justify-content: space-around;
    padding: 25px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #f4f7f9;
    border-top: 1px solid #e3e3e3;
  }
}
@media (max-width: 799px) {
  .minimal-form__footer {
    flex-direction: column-reverse;
  }

  .minimal-form__footer .button {
    margin-bottom: 20px;
  }
}
.minimal-form__footer .button {
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 0;
  width: 100%;
  max-width: 320px;
}

@media (min-width: 800px) {
  .minimal-form__footer .button {
    flex-basis: auto;
    width: auto;
    flex-grow: 0;
    min-width: 240px;
  }
}
.minimal-form__footer .minimal-form__footer-sides {
  text-align: center;
  flex-grow: 1;
  flex-basis: 100%;
}

@media (min-width: 800px) {
  .minimal-form__footer .minimal-form__footer-sides {
    flex-basis: 100px;
    flex-grow: 1;
  }
}
.minimal-form__footer .minimal-form__footer-sides a {
  display: inline-block;
  margin-top: 30px;
  font-size: 16px;
  color: #00a121;
}

@media (min-width: 800px) {
  .minimal-form__footer .minimal-form__footer-sides a {
    margin-top: 0;
  }
}
.minimal-form__success-icon {
  height: 64px;
  margin: 24px 0;
}

@media (min-width: 800px) {
  .minimal-form__success-icon {
    height: 128px;
    margin: 30px 0 8px;
  }
}
.minimal-form__text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 140%;
  max-width: 420px;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 175px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  border-right: 1px solid #ededed;
  overflow-y: scroll;
}

.sidebar__logo {
  margin-top: 20px;
  margin-bottom: 72px;
}

.sidebar__logo img {
  height: 50px;
}

.sidebar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 156px;
  margin-bottom: 12px;
  padding: 10px 0 18px;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
}

.sidebar__item:last-of-type {
  margin-bottom: 72px;
}

.sidebar__item img {
  margin-bottom: 8px;
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
}

.sidebar__item span {
  font-size: 16px;
  color: black;
}

.sidebar__item:hover {
  border-color: #dbf28b;
}

.sidebar__item:hover img {
  -webkit-filter: none;
  filter: none;
}

.sidebar__item:hover span {
  color: #93bc02;
}

.sidebar__item--selected {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  cursor: default;
}

.sidebar__item--selected span {
  font-weight: 700;
}

.sidebar__item--selected:hover {
  border-color: #f7f7f7;
}

.sidebar__item--selected:hover img {
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
}

.sidebar__item--selected:hover span {
  color: black;
}

.sidebar__question {
  margin-top: auto;
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 9001px;
  border: 2px solid black;
  font-size: 24px;
  color: green;
  cursor: pointer;
}

.sidebar__question:hover {
  border-color: #00a121;
}

.content {
  width: 1020px;
  margin: 35px 75px 35px 235px;
}

.content__header {
  font-size: 24px;
  margin-bottom: 40px;
}

.section {
  padding: 40px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
  border-top: 1px solid #c1e837;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.section__header {
  position: relative;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  color: #aeaeae;
}

.section__header-online {
  position: absolute;
  left: 240px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 400;
  color: black;
}

.section__header-online::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 9001px;
  margin-right: 6px;
  margin-bottom: -4px;
  background-color: #00a121;
}

.section__subheader {
  font-size: 18px;
  font-weight: 700;
  margin-top: 56px;
  margin-bottom: 20px;
}

.section__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px -40px -40px -40px;
  padding: 30px 40px;
  background-color: #f4f7f9;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top: 1px solid #e3e3e3;
}

.section__footer .button:only-child {
  margin-left: auto;
}

.section__footer--stretch .button {
  flex-basis: 220px;
}

.section__footer-btn-group .button {
  margin-right: 20px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
}

.header__search {
  position: relative;
  width: 620px;
}

.header__search .input {
  margin-bottom: 0;
}

.header__search::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 14px;
  display: block;
  width: 24px;
  height: 24px;
  background: url("i/search.svg");
  pointer-events: none;
}

.header-user {
  position: relative;
  display: flex;
  align-items: center;
}

.header-user::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 9001px;
  z-index: 1;
  background-color: #93bc02;
  opacity: 0;
  transition: opacity 0.1s ease;
}

.header-user:hover::after {
  opacity: 0.3;
}

.header-user:hover .header-user__name,
.header-user:hover .header-user__position {
  color: #93bc02;
}

.header-user__img {
  width: 60px;
  height: 60px;
  border-radius: 9001px;
  margin-right: 10px;
}

.header-user__name {
  font-size: 18px;
  font-weight: 700;
  transition: color 0.1s ease;
}

.header-user__position {
  margin-top: 4px;
  font-size: 14px;
  color: #6d6d6d;
  transition: color 0.1s ease;
}

.minimal-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  background-color: #fff;
  position: relative;
}

.minimal-page__header {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.minimal-page__logo {
  flex-shrink: 0;
  margin: 25px 0;
}

.minimal-page__logo img {
  width: 40px;
}

@media (min-width: 800px) {
  /* .minimal-page__logo {
    margin: 50px 0;
    padding: 25px 50px;
    border-radius: 8px;
    background-color: white;
  } */

  .minimal-page__logo img {
    width: 56px;
  }
}
.minimal-page__card {
  width: 100%;
  border-top: 1px solid #c1e837;
}

@media (min-width: 800px) {
  .minimal-page__card {
    width: 780px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
  }
}
html {
  min-height: 100vh;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility;
  background-color: #f3f3f3;
}

body {
  position: relative;
  min-height: 100vh;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
  cursor: pointer;
}

.input__minimal-error-message {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
  color: #ff3024;
  background: #e6180133;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.input__minimal-error-message img {
  margin-right: 6px;
}

.minimal-form__header-image {
  text-align: center;
}

.minimal-form__header-image img {
  max-width: 100%;
  max-height: 400px;
  border: 1px solid #c1e837;
}

.minimal-form__header-image--no-border img {
  border: none;
}

.input__image {
  margin-right: 10px;
}

.input__image img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}

.input__checkbox--large,
.input__radio--large {
  display: flex;
  align-items: center;
}

.poll-progress {
  margin: 30px 0;
  position: relative;
  width: 780px;
  left: auto;
  right: auto;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  border: #e3e3e3 solid 1px;
  font-weight: normal;
  text-shadow: 0px 0px 20px #ccc;
  overflow: hidden;
  height: 27px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
}

.poll-progress__bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #c1e837;
  width: 4px;
}

.poll-progress__title {
  z-index: 9;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 25px;
  font-size: 70%;
  color: #8a8a8a;
}

@media (max-width: 799px) {
  .poll-progress {
    width: calc(100% - 48px);
    border-radius: 9001px;
    margin: 0 auto 25px;
  }
}
.input__answer {
  margin: 17px 0 15px;
  border: 1px solid #fff;
  border-radius: 30px;
}
.input__answer_chosen {
  border-color: #48a83f;
  /** 
  * draggable берёт высоту без учёта бордеров,
  * поэтому устанавливаем правильную высоту при перетаскивании
  */
}
@media (max-width: 800px) {
  .input__answer_chosen {
    height: 52px;
  }
}
.input__answer-draggable span::before {
  display: none;
}
.input__answer-draggable .input__radio--large {
  padding-left: 17px;
}
@media (min-width: 800px) {
  .input__answer-draggable .input__radio--large {
    padding-left: 22px;
  }
}
.input__answer_ghost {
  border: none;
}
.input__answer_ghost .input__radio {
  background-color: #f9f9f9;
}
.input__answer_ghost .input__radio * {
  opacity: 0;
}

.input__answer--extra-text {
  min-width: calc(100% - 16px);
}

.input__answer--extra-text .input__radio--tab + .input__clickable--extra-text {
  padding-top: 52px;
}

.input__clickable--extra-text {
  background: #f4f7f9;
  padding: 30px 10px 20px;
  margin-top: -30px;
  border-radius: 0 0 30px 30px;
  display: none;
}

.input__clickable--extra-text.active {
  display: block;
}

.input__clickable--extra-text textarea {
  resize: none;
}

.minimal-form__email {
  text-align: left;
  width: 100%;
  margin: 0 0 24px 0;
}

.input__label-gray {
  color: #949191;
  font-size: 16px;
}

.input__label-leftside {
  width: 100%;
  text-align: left;
}

.minimal-form__description {
  margin: -12px 0 38px 0;
  text-align: center;
}

.description__text-centered {
  text-align: center;
}

.description__text {
  line-height: 33.6px;
}

.input__field-textarea {
  text-align: start !important;
  resize: none;
}

@media (min-width: 800px) {
  .input__field-textarea {
    height: 164px;
  }
}
@media (min-width: 800px) {
  .minimal-form__content-unfollow {
    padding: 72px 72px 24px 72px;
  }
}
.minimal-page__success {
  height: 622px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 800px) {
  .minimal-page__success {
    padding: 90px;
  }
}
.success__icon {
  margin-top: 80px;
  height: 215px;
  width: 215px;
  margin-bottom: 80px;
}

.success__icon img {
  height: 100%;
  width: 100%;
}

.minimal-page__success__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.matrix__wrapper .poll-entry__answer {
  max-width: 100vw;
  overflow-y: hidden;
  overflow-x: auto;
}
.matrix__wrapper .poll-entry__answer .input__field {
  margin-top: 10px;
}
.matrix__wrapper .poll-entry__table {
  margin-top: 20px;
  min-width: 100%;
}
.matrix__wrapper .poll-entry__table tr {
  height: 100%;
}
.matrix__wrapper .poll-entry__table th {
  color: #7a7a7a;
  font-size: 16px;
  width: 60px;
  min-width: 60px;
  padding: 6px 3px;
  line-height: 150%;
  text-align: center;
  vertical-align: middle;
}
.matrix__wrapper .poll-entry__table th:first-child {
  text-align: left;
  width: 320px;
  min-width: 240px;
  padding-left: 5px;
}
.matrix__wrapper .poll-entry__table th span {
  vertical-align: text-top;
}
.matrix__wrapper .poll-entry__table td {
  height: 100%;
  color: black;
  font-size: 16px;
  text-align: center;
  border-top: 1px solid #ededed;
  vertical-align: middle;
  padding: 10px 0;
}
.matrix__wrapper .poll-entry__table td:hover {
  background: #f5f5f5;
}
.matrix__wrapper .poll-entry__table td:first-child {
  text-align: left;
  padding-left: 5px;
}
.matrix__wrapper .poll-entry__table td .input__radio {
  margin: 0;
  padding: 14px 20px;
  border-top: 1px solid transparent;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.matrix__wrapper .poll-entry__table td .input__radio span::before {
  margin: 0;
}
.matrix__wrapper .poll-entry__table td .input__radio > input:checked ~ span::before {
  border: 7px solid #00a121;
  border-color: #00a121 !important;
  background: #fff !important;
}

.input__radio--card input[type=radio] {
  display: none;
}
.input__radio--card input[type=radio]:checked + .checked {
  box-shadow: none;
  background-color: #f4f7f9;
}

.single-card--old-design {
  height: 500px;
  border-radius: 20px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
}
.single-card--old-design__image {
  height: 87%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.single-card--old-design__image img {
  width: 100%;
  border-radius: 20px 20px 0 0;
  object-fit: cover;
}
.single-card--old-design__description {
  margin-top: 3%;
  text-align: center;
  font-size: 14px;
}
.single-card--old-design__name {
  font-weight: 700;
}
.single-card--old-design__end-message {
  margin-top: 26px;
  text-align: center;
}

.group-card--old-design {
  height: 200px;
  border-radius: 20px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
}
.group-card--old-design:hover {
  background-color: #e4ebf0;
  border-color: #e4ebf0;
}
.group-card--old-design__image {
  height: 75%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.group-card--old-design__image img {
  width: 100%;
  border-radius: 20px 20px 0 0;
  object-fit: cover;
}
.group-card--old-design__name {
  margin-top: 13px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}
.group-card--old-design__position {
  text-align: center;
  font-size: 14px;
}
.group-card--old-design__rate-store {
  text-align: center;
  white-space: normal;
  text-align: left;
  padding: 40px 30px 0 25px;
}
.group-card--old-design__rate-store .question {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 14px;
}
.group-card--old-design__rate-store .text {
  font-size: 14px;
}

.modal--old-design {
  display: block;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content--old-design {
  margin: auto;
  width: 780px;
  height: 700px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 40%;
  left: 50%;
}

@media (max-width: 800px) {
  .modal-content--old-design {
    width: 80%;
    height: 30%;
  }

  .single-card--old-design {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .group-card--old-design {
    height: 158.5px;
  }
  .group-card--old-design__name {
    margin-top: 8px;
    font-size: 12px;
  }
  .group-card--old-design__position {
    font-size: 12px;
  }
}
.group-card {
  height: 188px;
  border-radius: 20px;
}
.group-card:hover {
  background-color: #e4ebf0;
}
.group-card__image {
  display: flex;
  justify-content: center;
}
.group-card__image img {
  height: 120px;
  width: 120px;
  border-radius: 50% 50%;
  object-fit: cover;
}
.group-card__name {
  width: 100%;
  margin-top: 12px;
  text-align: center;
  line-height: 120%;
  font-weight: 700;
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000;
}
.group-card__position {
  margin-top: 4px;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  color: #78767B;
}

.group-card--large {
  border-radius: 20px;
}
.group-card--large__image {
  display: flex;
  justify-content: center;
}
.group-card--large__image img {
  height: 160px;
  width: 160px;
  border-radius: 50% 50%;
  object-fit: cover;
}
.group-card--large__name {
  width: 100%;
  margin-top: 16px;
  text-align: center;
  line-height: 104%;
  font-weight: 700;
  font-size: 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.group-card--large__position {
  margin: 8px 0 32px;
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  color: #78767B;
}
.group-card--large__address {
  text-align: center;
  font-size: 19px;
  line-height: 22px;
  color: #302E33;
  font-weight: 600;
}

.store-card {
  width: 100%;
  height: 85px;
}
.store-card__rate-store {
  text-align: center;
  white-space: normal;
  text-align: left;
  padding: 25px 15px;
  box-shadow: 0px 2px 14px rgba(101, 101, 101, 0.1);
  border-radius: 25px;
}
.store-card__rate-store .rate-store__question {
  text-align: start;
  font-weight: 700;
  font-size: 13px;
  line-height: 123%;
  color: #302E33;
}
.store-card__rate-store .rate-store__text {
  margin-top: 5px;
  font-size: 11px;
  line-height: 136%;
  color: #7B7B7B;
}
.store-card__rate-store:hover {
  background-color: #e4ebf0;
}

.employee-selection-form {
  font-family: "5ka Sans Design";
}
.employee-selection-form__content {
  padding: 15px 20px 20px;
  background-color: white;
}
.employee-selection-form__submit-button {
  width: 100%;
  padding: 18px;
  margin-top: 30px;
  background-color: #EB2316;
  border-radius: 20px;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 18px;
}
.employee-selection-form__submit-button--disabled {
  opacity: 0.5;
}
.employee-selection-form__header .title {
  font-size: 25px;
  line-height: 26px;
  color: #302E33;
  font-weight: 700;
}
.employee-selection-form__header .address {
  margin: 8px 0 24px;
  display: flex;
}
.employee-selection-form__header .address__text {
  font-size: 15px;
  line-height: 19px;
  color: #78767B;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.employee-selection-form .checkbox-wrapper {
  margin-top: 4px;
}
.employee-selection-form .checkbox-wrapper--horizontal {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px 10px;
}
.employee-selection-form .checkbox-wrapper--vertical {
  display: flex;
  justify-content: space-between;
}
.employee-selection-form .checkbox-wrapper .checkbox-item {
  justify-self: center;
  margin-top: 20px;
  cursor: pointer;
}
.employee-selection-form .checkbox-wrapper .checkbox-item input[type=checkbox] {
  display: none;
}
.employee-selection-form .checkbox-wrapper .checkbox-item input[type=checkbox]:checked + .checked div {
  filter: none;
  background-color: white;
  box-shadow: 0px 4px 20px rgba(48, 46, 51, 0.12);
}
.employee-selection-form .checkbox-wrapper .checkbox-item__img-container {
  display: flex;
  justify-content: center;
}
.employee-selection-form .checkbox-wrapper .checkbox-item__img-container div {
  height: 100px;
  width: 100px;
  text-align: center;
  padding: 27px;
  background: #F5F5F5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  cursor: pointer;
  filter: grayscale(1);
}
.employee-selection-form .checkbox-wrapper .checkbox-item__img-container div:hover {
  background-color: white;
  box-shadow: 0px 1px 5px rgba(48, 46, 51, 0.12);
}
.employee-selection-form .checkbox-wrapper .checkbox-item__img-container div img {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 50%;
}
.employee-selection-form .checkbox-wrapper .checkbox-item__text {
  margin-top: 8px;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  color: #302E33;
}
.employee-selection-form .checkbox-wrapper .checkbox-item__extra-text {
  grid-column-end: span 3;
  margin-top: 22px;
}
.employee-selection-form .checkbox-wrapper .checkbox-item__extra-text .question {
  text-align: start;
  color: #302E33;
  font-size: 19px;
  font-weight: 700;
  line-height: 22px;
}
.employee-selection-form .checkbox-wrapper .checkbox-item__extra-text textarea {
  margin-top: 15px;
  width: 100%;
  padding: 15px 20px;
  background-color: #F5F5F5;
  border: none;
  outline: none;
  border-radius: 25px;
  font-size: 15px;
  line-height: 19px;
  font-family: "Open Sans", sans-serif;
}
.employee-selection-form .checkbox-wrapper .checkbox-item__extra-text input {
  display: none;
}
.employee-selection-form .question {
  text-align: center;
  font-size: 19px;
  line-height: 22px;
  color: #302E33;
  font-weight: 500;
}
.employee-selection-form .single-answer {
  display: flex;
  justify-content: center;
}
.employee-selection-form .single-answer button {
  background-color: transparent;
}
.employee-selection-form .single-answer__img {
  margin-top: 16px;
  height: 120px;
  width: 120px;
  text-align: center;
  padding: 27px;
  background: #F6F5F7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
}
.employee-selection-form .single-answer__img:hover {
  background-color: #e4ebf0;
  border-radius: 50% 50%;
}
.employee-selection-form .single-answer__img img {
  width: 66px;
  height: 66px;
  object-fit: cover;
  border-radius: 50%;
}
.employee-selection-form .single-answer__text {
  margin-top: 12px;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #302E33;
}

/* The Modal (background) */
.modal {
  display: block;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #302E33;
  font-family: "5ka Sans Design";
}

/* Modal Content */
.modal-content {
  padding: 20px 15px 15px;
  width: 300px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  background-color: white;
  border-radius: 32px;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.22), 0px 24px 24px rgba(0, 0, 0, 0.3);
}
.modal-content__end-message {
  width: 80%;
  font-size: 25px;
  line-height: 26px;
  color: #302E33;
  font-weight: 700;
}
.modal-content__text {
  width: 80%;
  margin-top: 15px;
  color: #78767B;
  font-size: 15px;
  line-height: 19px;
}
.modal-content__button {
  padding: 18px;
  width: 100%;
  border-radius: 20px;
  font-size: 15px;
  line-height: 18px;
}
.modal-content__button--red {
  background-color: #EB2316;
  color: white;
}
.modal-content__button--grey {
  background: #F6F5F7;
  color: #302E33;
}

@media (max-width: 335px) {
  .employee-selection-form .checkbox-wrapper--horizontal {
    grid-template-columns: 1fr 1fr;
  }
  .employee-selection-form .checkbox-wrapper .checkbox-item__extra-text {
    grid-column-end: span 2;
  }

  .employee-selection-form .radio-input-wrapper--horizontal > * {
    margin: 0 !important;
  }

  .modal-content {
    width: 77%;
  }
}
.minimal-form__footer--modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
  padding: 25px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #f4f7f9;
  border-top: 1px solid #e3e3e3;
}

.hidden-scrollbar {
  /* hide scrollbar but allow scrolling */
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
  /* for Firefox */
  overflow-y: scroll;
}
.hidden-scrollbar::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
