a {
  color: #0d6efd;
  text-decoration: none;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #39402F;
  outline: 0;
  box-shadow: 0 0 0 .0rem rgba(57,64,47,1);
}

.table > thead {
  vertical-align: middle;
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.table > tbody {
  vertical-align: baseline;
}

.form-1 {
  border-color: #CED4DA;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
}

.form-select:focus {
  border-color: #39402F;
  outline: 0;
  box-shadow: 0 0 0 .0rem rgba(57,64,47,1);
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-secondary {
  font-weight: bold;
  background: rgba(13,110,253,0);
  border-color: #1D5902;
  color: #1D5902;
}

.btn-secondary:hover {
  font-weight: bold;
  background: rgba(13,110,253,0);
  border-color: #7EA06F;
  color: #7EA06F;
}

.btn-primary {
  background-color: #1D5902;
  color: white;
  border: none;
  font-weight: 600;
}

.btn-primary:hover {
  background-color: #7EA06F;
  color: white;
  border: none;
  font-weight: 600;
}

tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-width: 0;
}

table {
  caption-side: inherit;
  border-collapse: collapse;
}

.table > thead {
  vertical-align: middle;
}

