@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
.form-group,
.form-item {
  margin-bottom: 0.5rem;
}

textarea.form-control {
  padding: 0.375rem 0.5rem;
}

.table {
  font-size: 0.875rem;
}
.table th {
  font-weight: 600;
}

.messages {
  margin-bottom: 0.75rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
}

.form-control,
.form-select,
.form-check-input {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
  min-height: 2rem;
}
.form-control:focus, .form-control:focus-visible,
.form-select:focus,
.form-select:focus-visible,
.form-check-input:focus,
.form-check-input:focus-visible {
  outline: 2px solid #0d6efd;
  outline-offset: 2px;
}

.form-label,
.form-check-label {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 600;
}

body .form-check-input {
  min-height: 1.1rem;
  transform: translateY(-2px);
}

form > div > fieldset {
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 8px;
  padding-top: 5px;
  padding-right: 12px;
  padding-bottom: 10px;
  padding-left: 12px;
}

form > div > fieldset legend {
  float: left;
  font-weight: 700;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
}

.btn {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.3;
}
.btn:focus, .btn:focus-visible {
  outline: 2px solid #0d6efd;
  outline-offset: 2px;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.8125rem;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1rem;
}

.card {
  margin-bottom: 0.75rem;
}
.card .card-body {
  padding: 0.75rem 0.75rem;
}
.card .card-header,
.card .card-footer {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
}
.card .card-title {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
}

.modal-header, .modal-footer {
  padding: 0.75rem 1rem;
}
.modal-body {
  padding: 0.75rem 1rem;
}
.modal-title {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
}

.alert {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
}

.badge {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
}

.nav-link {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
}

.breadcrumb {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
}

.page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  margin-bottom: 0.5025rem;
  line-height: 1.3;
}

h1 {
  font-size: 1.75rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.1rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

a:focus, a:focus-visible {
  outline: 2px solid #0d6efd;
  outline-offset: 2px;
}

.messages {
  margin-bottom: 0.75rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.messages--status {
  background-color: rgb(153.328125, 236.171875, 197.7625);
  border-left: 4px solid #198754;
}
.messages--warning {
  background-color: rgb(255, 237.625, 185.5);
  border-left: 4px solid #ffc107;
}
.messages--error {
  background-color: rgb(250.1265822785, 226.8734177215, 229.1012658228);
  border-left: 4px solid #dc3545;
}

.form-actions {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.form-actions .btn + .btn {
  margin-left: 0.5rem;
}

.views-table,
table.sticky-enabled {
  font-size: 0.875rem;
}
.views-table th,
table.sticky-enabled th {
  font-weight: 600;
  background-color: rgba(13, 110, 253, 0.05);
}

.tabs {
  margin-bottom: 0.75rem;
}
.tabs .nav-link {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
}

.pager {
  margin: 0.75rem 0;
}
.pager__item .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.field-group-fieldset {
  margin-bottom: 0.75rem;
  padding: 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.field-group-fieldset legend {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.375rem;
  padding: 0 0.5rem;
  width: auto;
}

details {
  margin-bottom: 0.75rem;
}
details summary {
  padding: 0.375rem;
  background-color: rgba(13, 110, 253, 0.05);
  cursor: pointer;
  font-weight: 600;
}
details summary:hover {
  background-color: rgba(13, 110, 253, 0.1);
}
details .details-wrapper {
  padding: 0.75rem;
}

.navbar-brand .site-slogan {
  border-left: 1px solid black;
  font-size: 1.5rem;
  padding-left: 1rem;
  text-transform: uppercase;
}

/*# sourceMappingURL=style.css.map */
