html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

body {
  background: #fff;
  color: #22223B;
}

.card {
  background: #fff;
  color: #22223B;
}

h1, h2, h3, h4, h5, h6 {
  color: #22223B;
}

.text-secondary, .text-muted, .card-text, p, span, small {
  color: #4A4E69 !important;
}

.btn-primary {
  background-color: #628C37;
  border-color: #628C37;
  color: #fff;
  transition: all 0.3s ease;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #fff;
  color: #628C37;
  border-color: #628C37;
}

.btn-outline-warning {
  background-color: #7EBD73;
  border-color: #7EBD73;
  color: #22223B;
  transition: all 0.3s ease;
}

.btn-outline-warning:hover, .btn-outline-warning:focus {
  background-color: #fff;
  color: #7EBD73;
  border-color: #7EBD73;
}

table {
  width: 100%;
  background: #fff;
  border: 1.5px solid #bdbdc7;
  border-radius: 6px;
  color: #7B7B7B;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1rem;
}

th, td {
  color: #7B7B7B;
  border: none;
  padding: 0.9rem 1.2rem;
  background: #fff;
}

th {
  font-weight: 500;
  background: #fff;
}

tr {
  border-bottom: 1px solid #e0e0e0;
}

tr:nth-child(even) {
  background: #fafafa;
}

tr:last-child {
  border-bottom: none;
}

.navbar {
  padding-left: 3rem;
  padding-right: 3rem;
}
