fieldset,
legend {
  all: revert !important;
  border-color: #001d77 !important;
  border-radius: 15px !important;
}
legend {
  font-size: 1.2rem !important;
}
#formularzBIPForm fieldset {
  padding: 20px !important;
  padding-bottom: 15px !important;
}
#regionySelect,
#regionySelect option {
  color: black !important;
}
.btn-sm {
  padding: 0.25rem 0.5rem !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
  border-radius: 0.3rem !important;
  height: 40px !important;
  width: 6rem !important;
}
select:focus {
  border: 1px solid #5079be;
  box-shadow: 0 0 1px 0 rgba(23, 52, 110, 0.08),
    4px 8px 24px 0 rgba(4, 58, 164, 0.24);
}
select:hover {
  box-shadow: 0 0 1px 0 rgba(23, 52, 110, 0.08),
    4px 8px 24px 0 rgba(4, 58, 164, 0.24);
}
select:disabled {
  cursor: not-allowed;
}
#formBIProdo {
  height: 1rem;
  width: 1rem;
}
#formularzBIPForm a:focus {
  border: solid 1px #001d77;
  padding: 5px;
}
#formularzBIPForm:focus {
  padding: 5px !important;
  border-radius: 15px !important;
  border: 1px solid #5079be;
  box-shadow: 0 0 1px 0 rgba(23, 52, 110, 0.08),
    4px 8px 24px 0 rgba(4, 58, 164, 0.24);
}
.formCheck:hover {
  cursor: pointer;
}
.formCheck:focus {
  border-bottom: solid 2px #001d77 !important;
}
.formCheck:focus-visible {
  padding: 5px !important;
  box-shadow: 0 0 5px 0 rgba(0, 21, 182, 0.882),
    4px 8px 24px 0 rgba(15, 123, 231, 0.354) !important;
}
.formCheck:checked label {
  background-color: #001d77 !important;
}
