p.small {
  font-size: 1.1rem;
}

.switch-field input {
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.switch-field label {
  line-height: 1;
  border: 2px solid rgb(200, 200, 200);
}

.switch-field label:hover {
  cursor: pointer;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.switch-field input:checked + label {
  border: 2px solid #E22226;
  background-color: #eeeeee;
}

.grid-container {
  display: grid;
  grid-template-columns: 4fr 2fr;
  grid-template-rows: auto;
}

.fixed {
  position: fixed;
  top: 100;
  width: 22%;
  overflow: hidden;
  padding: 1em 0;
  display: block;
}

.fixed-list {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  background: #ffffff;
}

.fixed-list li:active {
  background-color: #E22226 !important;
}

li {
  color: transparent;
}

li::after {
  background-color: #E22226;
}/*# sourceMappingURL=form.css.map */