.btn {
  border-radius: 0px !important;
  background: #95c12b;
  border: #95c12b;
}

.btn:hover {
  background: #bfe070;
  border: #bfe070;
}

.btn:active {
  background: #bfe070 !important;
  border: #bfe070 !important;
}

.btn:focus {
  box-shadow: 0 0 0 0.2rem rgb(252 189 52 / 50%);
}

.btn:not(:disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgb(252 189 52 / 50%) !important;
}

.btn-secondary {
  background: gray;
  border: gray;
}

.btn-secondary:hover {
  background: #555555;
  border: #555555;
}

select,
input {
  border-radius: 0px !important;
}

.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgb(252 189 52 / 50%) !important;
  border: #95c12b;
}

a {
  color: #95c12b;
}

a:hover {
  color: #bfe070;
}

.alert {
  border-radius: 0px !important;
}

#kolory option.default {
  color: inherit;
}
