:root {
  --brandmain: #10C663;
  --brandblack: #2F2F2F;
  --brandgrey: #F5F6F5;
}

.navbar {
  border-bottom: 1px solid #eee;
  padding-left: 30px;
}

.navbar .nav-item {
  margin-left: 30px;
}

body {
  font-family: "Century Gothic", Futura, sans-serif;
  font-size: 1rem;
  color: var(--brandblack);
  padding-top: 60px;
  padding-bottom: 60px;
}

hr {
  border-top: 1px solid #086f37;
}

h3 {
  margin-top: 30px;
}

.footer {
  color: var(--brandblack);
  margin-top: 3rem;
}

ol,
ul {
  padding-left: 40px;
}

a {
  color: var(--brandmain);
}

a:hover {
  filter: brightness(80%);
}

.navbar-brand a {
  text-decoration: none;
}

.board-row:after {
  clear: both;
  content: "";
  display: table;
}

.valign-top {
  vertical-align: top;
}

.status {
  margin-bottom: 10px;
}

.square {
  background: #fff;
  border: 1px solid #999;
  float: left;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  height: 34px;
  margin-right: -1px;
  margin-top: -1px;
  padding: 0;
  text-align: center;
  width: 34px;
}

.square:focus {
  outline: none;
}

.table .errorlist {
  color: red;
}

.table input,
.table select,
.table textarea {
  width: 100%;
}

.table input[type=button],
.table input[type=reset],
.table input[type=submit] {
  width: unset;
}

.inline {
  display: inline;
}

/* Custom icon list icons */

.icon-list li::before {
  display: block;
  flex-shrink: 0;
  width: 1.3em;
  height: 1.3em;
  margin-right: .5rem;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E%3C/svg%3E") no-repeat center center / 100% auto;
}

/* Custom text-based button (either for icons through fonts or unicode (emojis etc) */

.text-button {
  outline: none;
  border: 0;
  background-color: transparent;
  font-weight: normal;
  line-height: inherit;
}

.badge .text-button {
  margin-left: 4px;
  font-size: 0.4rem;
  line-height: 0.65rem;
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 2px 5px 2px 5px;
}
