body {
  background: #eeeeee !important;
  font-family: "Signika Negative" !important;
  border-top: 0.4rem solid #a21b21;
  color: rgb(68, 68, 68) !important;
}

.kafelek {
  height: 13rem;
  /* width: 15em; */
  border: 0.4rem solid rgb(92, 92, 92);
  color: darkgray;
  box-sizing: border-box;
  margin-bottom: 30px;
  cursor: default;
  padding-top: 5rem;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}

.aktywny {
  border: 0.4rem solid #a21b21;
  cursor: pointer;
}

.twoliner {
  padding-top: 4rem !important;
}

a .kafelek {
  color: rgb(68, 68, 68);
  text-decoration: none;
}

a:hover {
  color: rgb(68, 68, 68);
  text-decoration: none !important;
}

.empty-block {
  min-height: 5rem;
  height: 5rem;
}

/* For Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.btn-primary {
  background-color: #a21b21 !important;
  border-color: #a21b21 !important;
}

.icon {
  font-size: 2em;
  margin-bottom: 1rem;
}

.icon-success {
  color: green;
}

.icon-error {
  color: red;
}

.icon-alert {
  color: #fcb514;
}

main {
  margin-bottom: 1rem;
}

.form-group-mail {
  margin-bottom: 3rem !important;
}

/* ------------ Footer ------------ */
.footer {
  border-top: 0.2rem solid #a21b21;
  font-size: 0.7rem;
}

.footer a {
  color: gray;
}
