#formsidebar .form-control::placeholder,
#formsidebar .bootstrap-select > .dropdown-toggle.bs-placeholder,
#formsidebar .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
#formsidebar .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
#formsidebar .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #333;
}
#formsidebar * {
  font-size: 15px;
  letter-spacing: -0.01em;
}
#formsidebar input,
#formsidebar label {
  color: #4e4e4e;
}
#formsidebar h2 {
  margin-bottom: 0;
}
#formsidebar h5 {
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1.4em;
  margin-bottom: 0;
  padding-bottom: 0;
}
#formsidebar select,
#formsidebar .btn {
  outline: none !important;
  box-shadow: none !important;
  padding-left: 20px;
  padding-right: 20px;
}
#formsidebar input::not(first-child),
#formsidebar select,
#formsidebar .btn {
}
#formsidebar .form-group {
  margin-bottom: 0.9rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid #ddd;
}
#formsidebar .btn-light {
  background: #f1f1f1;
  border-color: #ddd;
}
#formsidebar .btn-success {
  color: #fff;
  background-color: #158437;
  border-color: #158437;
}
#formsidebar .accordion-item {
  border: none;
}
#formsidebar .accordion-item .btn {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#formsidebar .accordion-item .btn::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
#formsidebar .accordion-body {
  border-width: 0 1px 1px 1px;
  border-color: #ddd;
  border-style: solid;
  margin-top: -2px;
  padding: 15px 8px 6px 8px;
}
#formsidebar .accordion-body label {
  font-size: 14px;
}
#formsidebar .accordion-body .form-check {
  line-height: 1em;
  min-height: 1.35em;
}
#formsidebar .form-check input.form-check-input[type="radio"] {
  border-radius: 50%;
  margin: 0.52em 0 0 -1.15em;
  width: 13px;
  height: 13px;
  border: 1px solid #aaa;
}
#formsidebar .form-check input.form-check-input[type="checkbox"] {
  width: 12px;
  height: 12px;
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  box-shadow: none;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
  margin-left: -1rem;
  border: 1px solid #aaa;
}
#formsidebar .subgrup .form-check label {
  font-size: 14px;
  line-height: 1.3em;
}
#formsidebar .subgrup .form-check input.form-check-input[type="checkbox"] {
  margin-top: 0.4em;
}
#formsidebar .form-check input.form-check-input:checked {
  background-color: #4caf50;
  border-color: #4caf50;
}
#formsidebar .form-check input:checked::not[type="radio"]::after {
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  color: white;
  line-height: 1em;
  font-weight: 700;
}
#formsidebar .form-check.level1 {
  margin-top: 4px;
  margin-bottom: 4px;
  font-weight: 400;
  background: #f7f7f7;
  padding: 2px 6px;
  border: 1px solid #ddd;
}
#formsidebar .form-check.level1 input {
  margin-left: 0;
}
#formsidebar .form-check.level1 label {
  padding-left: 1.2em;
}
#formsidebar .form-check.level2 {
  margin-left: 20px;
  margin-bottom: 6px;
}
#formsidebar .form-check.level2 label {
  font-size: 13px;
  line-height: 1.1em;
}
#formsidebar .accordion-body .col-12 > label {
  background-color: #f3f3f3;
  display: block;
  padding: 4px 10px;
}
#formsidebar .accordion-body .col-12 > label:not(:first-of-type) {
  margin: 7px 0 4px 0;
}
#formsidebar .form-check.radio {
  padding-top: 4px;
  padding-bottom: 4px;
  background: #f3f3f3;
  border: 1px solid #ddd;
  border-radius: 0.35rem;
  margin-bottom: 5px;
}
#formsidebar .subgrup {
  overflow: hidden;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #ddd;
}
#formsidebar .subgrup .form-check {
  margin-bottom: 0;
  min-height: 1.1em;
  line-height: 1.35em;
}
#formsidebar .subgrup > .form-check {
  border-top: 1px solid #ddd;
  padding-top: 6px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  border-left: 4px solid #0d7c2f;
}
#formsidebar .subgrup.ods > .form-check {
  border-left: none;
  border-bottom: 0;
}