:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-color: #dee2e6;
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-pill: 50rem;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
}

a {
  color: var(--bs-primary);
  text-decoration: none;
}

a:hover {
  color: #0a58ca;
  text-decoration: underline;
}

.bi {
  display: inline-block;
  width: 1.25em;
  text-align: center;
  font-style: normal;
  line-height: 1;
  vertical-align: -0.125em;
}

.bi::before {
  content: "•";
  font-weight: 700;
}

.bi-house::before { content: "⌂"; }
.bi-speedometer2::before,
.bi-speedometer::before { content: "◴"; }
.bi-graph-up-arrow::before,
.bi-graph-up::before { content: "↗"; }
.bi-clipboard-data::before,
.bi-clipboard-check::before,
.bi-clipboard2-pulse::before { content: "▤"; }
.bi-diagram-3::before { content: "◎"; }
.bi-list-task::before,
.bi-list-check::before,
.bi-card-list::before,
.bi-inboxes::before { content: "☰"; }
.bi-plus-square::before,
.bi-file-earmark-plus::before,
.bi-plus-lg::before,
.bi-plus-circle::before,
.bi-person-plus::before { content: "+"; }
.bi-cash-stack::before,
.bi-cash-coin::before,
.bi-wallet2::before,
.bi-receipt::before,
.bi-receipt-cutoff::before { content: "$"; }
.bi-shield-check::before,
.bi-shield-lock::before,
.bi-shield-exclamation::before { content: "□"; }
.bi-building-gear::before,
.bi-building::before { content: "▥"; }
.bi-hospital::before { content: "H"; }
.bi-calendar2-check::before,
.bi-clock-history::before,
.bi-stopwatch::before,
.bi-hourglass-split::before { content: "◷"; }
.bi-person-check::before,
.bi-person-circle::before,
.bi-person-lines-fill::before,
.bi-person-vcard::before,
.bi-person-gear::before,
.bi-person::before,
.bi-people::before { content: "◉"; }
.bi-check2-square::before,
.bi-check2-circle::before { content: "✓"; }
.bi-bell::before { content: "!"; }
.bi-grid-1x2::before { content: "▦"; }
.bi-journal-text::before,
.bi-journal-check::before { content: "≡"; }
.bi-box-arrow-right::before,
.bi-box-arrow-in-right::before,
.bi-box-arrow-up-right::before,
.bi-arrow-left-right::before,
.bi-arrow-left::before { content: "→"; }
.bi-pencil-square::before,
.bi-pencil::before { content: "✎"; }
.bi-award::before,
.bi-badge-cc::before { content: "*"; }
.bi-credit-card-2-front::before { content: "▭"; }
.bi-key::before { content: "⌐"; }
.bi-pencil-square::before { content: "✎"; }
.bi-envelope::before { content: "@"; }
.bi-info-circle::before { content: "i"; }
.bi-1-circle::before { content: "1"; }
.bi-2-circle::before { content: "2"; }
.bi-3-circle::before { content: "3"; }
.bi-search::before,
.bi-funnel::before { content: "?"; }
.bi-printer::before,
.bi-download::before { content: "↓"; }
.bi-paperclip::before { content: "⌁"; }
.bi-briefcase::before { content: "▣"; }
.bi-geo-alt::before { content: "⌖"; }
.bi-camera::before { content: "◘"; }
.bi-send::before { content: "➤"; }
.bi-dot::before { content: "•"; }
.bi-eye::before { content: "◌"; }
.bi-phone-vibrate::before { content: "⌕"; }
.bi-activity::before { content: "~"; }
.bi-exclamation-triangle::before,
.bi-x-circle::before { content: "!"; }
.bi-lock::before { content: "#"; }
.bi-database::before { content: "⌸"; }

img,
svg {
  vertical-align: middle;
  max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled) {
  cursor: pointer;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

h1, h2, h3, h4, h5, h6, p, ol, ul, dl {
  margin-top: 0;
}

ol, ul {
  padding-left: 2rem;
}

.container,
.container-fluid {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container { max-width: 540px; }
}

@media (min-width: 768px) {
  .container { max-width: 720px; }
}

@media (min-width: 992px) {
  .container { max-width: 960px; }
}

@media (min-width: 1200px) {
  .container { max-width: 1140px; }
  .col-xl { flex: 1 0 0%; }
  .col-xl-3 { width: 25%; }
  .col-xl-4 { width: 33.33333333%; }
  .col-xl-6 { width: 50%; }
  .col-xl-8 { width: 66.66666667%; }
  .col-xl-9 { width: 75%; }
  .col-xl-12 { width: 100%; }
}

@media (min-width: 1400px) {
  .container { max-width: 1320px; }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y, 0));
  margin-right: calc(-0.5 * var(--bs-gutter-x, 1.5rem));
  margin-left: calc(-0.5 * var(--bs-gutter-x, 1.5rem));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
  padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
  margin-top: var(--bs-gutter-y, 0);
}

.col { flex: 1 0 0%; }
.col-auto { flex: 0 0 auto; width: auto; }
.col-1 { width: 8.33333333%; }
.col-2 { width: 16.66666667%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33333333%; }
.col-5 { width: 41.66666667%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33333333%; }
.col-8 { width: 66.66666667%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33333333%; }
.col-11 { width: 91.66666667%; }
.col-12 { width: 100%; }

@media (min-width: 576px) {
  .col-sm { flex: 1 0 0%; }
  .col-sm-4 { width: 33.33333333%; }
  .col-sm-6 { width: 50%; }
  .col-sm-12 { width: 100%; }
}

@media (min-width: 768px) {
  .col-md { flex: 1 0 0%; }
.col-md-3 { width: 25%; }
  .col-md-2 { width: 16.66666667%; }
  .col-md-4 { width: 33.33333333%; }
  .col-md-5 { width: 41.66666667%; }
  .col-md-6 { width: 50%; }
  .col-md-7 { width: 58.33333333%; }
  .col-md-8 { width: 66.66666667%; }
  .col-md-9 { width: 75%; }
  .col-md-12 { width: 100%; }
}

@media (min-width: 992px) {
  .col-lg { flex: 1 0 0%; }
  .col-lg-2 { width: 16.66666667%; }
  .col-lg-3 { width: 25%; }
  .col-lg-4 { width: 33.33333333%; }
  .col-lg-5 { width: 41.66666667%; }
  .col-lg-6 { width: 50%; }
  .col-lg-7 { width: 58.33333333%; }
  .col-lg-8 { width: 66.66666667%; }
  .col-lg-9 { width: 75%; }
  .col-lg-12 { width: 100%; }
}

.g-0, .gx-0 { --bs-gutter-x: 0; }
.g-0, .gy-0 { --bs-gutter-y: 0; }
.g-1, .gx-1 { --bs-gutter-x: 0.25rem; }
.g-1, .gy-1 { --bs-gutter-y: 0.25rem; }
.g-2, .gx-2 { --bs-gutter-x: 0.5rem; }
.g-2, .gy-2 { --bs-gutter-y: 0.5rem; }
.g-3, .gx-3 { --bs-gutter-x: 1rem; }
.g-3, .gy-3 { --bs-gutter-y: 1rem; }
.g-4, .gx-4 { --bs-gutter-x: 1.5rem; }
.g-4, .gy-4 { --bs-gutter-y: 1.5rem; }
.g-5, .gx-5 { --bs-gutter-x: 3rem; }
.g-5, .gy-5 { --bs-gutter-y: 3rem; }

.d-none { display: none !important; }
.d-block { display: block !important; }
.d-inline { display: inline !important; }
.d-inline-block { display: inline-block !important; }
.d-inline-flex { display: inline-flex !important; }
.d-flex { display: flex !important; }
.d-grid { display: grid !important; }

@media (min-width: 768px) {
  .d-md-none { display: none !important; }
  .d-md-block { display: block !important; }
  .d-md-flex { display: flex !important; }
}

@media (min-width: 992px) {
  .d-lg-none { display: none !important; }
  .d-lg-block { display: block !important; }
  .d-lg-flex { display: flex !important; }
}

.flex-row { flex-direction: row !important; }
.flex-md-row { flex-direction: row !important; }
.flex-column { flex-direction: column !important; }
.flex-wrap { flex-wrap: wrap !important; }
.flex-nowrap { flex-wrap: nowrap !important; }
.flex-grow-1 { flex-grow: 1 !important; }
@media (min-width: 992px) {
  .flex-lg-row { flex-direction: row !important; }
}
.justify-content-start { justify-content: flex-start !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-end { justify-content: flex-end !important; }
.justify-content-between { justify-content: space-between !important; }
.justify-content-around { justify-content: space-around !important; }
@media (min-width: 768px) {
  .justify-content-md-end { justify-content: flex-end !important; }
}
.align-items-start { align-items: flex-start !important; }
.align-items-center { align-items: center !important; }
.align-items-end { align-items: flex-end !important; }
.align-items-stretch { align-items: stretch !important; }
.align-self-center { align-self: center !important; }
@media (min-width: 992px) {
  .align-items-lg-center { align-items: center !important; }
}

.position-relative { position: relative !important; }
.position-absolute { position: absolute !important; }
.position-fixed { position: fixed !important; }
.top-0 { top: 0 !important; }
.top-50 { top: 50% !important; }
.bottom-0 { bottom: 0 !important; }
.start-0 { left: 0 !important; }
.start-50 { left: 50% !important; }
.end-0 { right: 0 !important; }
.translate-middle { transform: translate(-50%, -50%) !important; }

.w-25 { width: 25% !important; }
.w-50 { width: 50% !important; }
.w-75 { width: 75% !important; }
.w-100 { width: 100% !important; }
.h-100 { height: 100% !important; }
.min-vh-100 { min-height: 100vh !important; }
@media (min-width: 992px) {
  .w-lg-auto { width: auto !important; }
}

.m-0 { margin: 0 !important; }
.m-auto { margin: auto !important; }
.m-1 { margin: 0.25rem !important; }
.m-2 { margin: 0.5rem !important; }
.m-3 { margin: 1rem !important; }
.m-4 { margin: 1.5rem !important; }
.m-5 { margin: 3rem !important; }
.mx-auto { margin-right: auto !important; margin-left: auto !important; }
.mx-3 { margin-right: 1rem !important; margin-left: 1rem !important; }
.mx-0 { margin-right: 0 !important; margin-left: 0 !important; }
.my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.my-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
.my-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
.my-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 0.25rem !important; }
.mt-2 { margin-top: 0.5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mt-5 { margin-top: 3rem !important; }
.me-1 { margin-right: 0.25rem !important; }
.me-2 { margin-right: 0.5rem !important; }
.me-3 { margin-right: 1rem !important; }
.me-auto { margin-right: auto !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 0.25rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }
.ms-1 { margin-left: 0.25rem !important; }
.ms-2 { margin-left: 0.5rem !important; }
.ms-3 { margin-left: 1rem !important; }
.ms-4 { margin-left: 1.5rem !important; }
.ms-auto { margin-left: auto !important; }
.mt-auto { margin-top: auto !important; }
@media (min-width: 992px) {
  .mb-lg-0 { margin-bottom: 0 !important; }
}

.p-0 { padding: 0 !important; }
.p-1 { padding: 0.25rem !important; }
.p-2 { padding: 0.5rem !important; }
.p-3 { padding: 1rem !important; }
.p-4 { padding: 1.5rem !important; }
.p-5 { padding: 3rem !important; }
@media (min-width: 768px) {
  .p-md-4 { padding: 1.5rem !important; }
  .px-md-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
}
@media (min-width: 992px) {
  .p-lg-5 { padding: 3rem !important; }
}
.px-0 { padding-right: 0 !important; padding-left: 0 !important; }
.px-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }
.px-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
.px-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
.px-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
.py-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
.py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
.py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.py-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
.pt-2 { padding-top: 0.5rem !important; }
.pt-3 { padding-top: 1rem !important; }
.pb-1 { padding-bottom: 0.25rem !important; }
.pb-3 { padding-bottom: 1rem !important; }
.pb-4 { padding-bottom: 1.5rem !important; }
.pe-2 { padding-right: 0.5rem !important; }
.ps-2 { padding-left: 0.5rem !important; }

.gap-1 { gap: 0.25rem !important; }
.gap-2 { gap: 0.5rem !important; }
.gap-3 { gap: 1rem !important; }
.gap-4 { gap: 1.5rem !important; }

.text-start { text-align: left !important; }
.text-center { text-align: center !important; }
.text-end { text-align: right !important; }

@media (min-width: 768px) {
  .text-md-end { text-align: right !important; }
}

.text-primary { color: var(--bs-primary) !important; }
.text-secondary { color: var(--bs-secondary) !important; }
.text-success { color: var(--bs-success) !important; }
.text-danger { color: var(--bs-danger) !important; }
.text-warning { color: #997404 !important; }
.text-info { color: #055160 !important; }
.text-muted { color: var(--bs-gray-600) !important; }
.text-white { color: var(--bs-white) !important; }
.text-white-50 { color: rgba(255, 255, 255, 0.75) !important; }
.text-dark { color: var(--bs-dark) !important; }
.text-body { color: var(--bs-body-color) !important; }
.text-body-emphasis { color: #0f172a !important; }
.text-primary-emphasis { color: #084298 !important; }
.text-decoration-none { text-decoration: none !important; }
.text-uppercase { text-transform: uppercase !important; }
.text-nowrap { white-space: nowrap !important; }
.text-truncate { overflow: hidden !important; text-overflow: ellipsis !important; white-space: nowrap !important; }
.text-capitalize { text-transform: capitalize !important; }
.small { font-size: 0.875em !important; }
.fs-1 { font-size: calc(1.375rem + 1.5vw) !important; }
.fs-2 { font-size: calc(1.325rem + 0.9vw) !important; }
.fs-3 { font-size: calc(1.3rem + 0.6vw) !important; }
.fs-4 { font-size: calc(1.275rem + 0.3vw) !important; }
.fs-5 { font-size: 1.25rem !important; }
.fs-6 { font-size: 1rem !important; }
.display-6 { font-size: calc(1.375rem + 1.5vw) !important; font-weight: 300; line-height: 1.2; }
.lead { font-size: 1.25rem; font-weight: 300; }
.fw-light { font-weight: 300 !important; }
.fw-normal { font-weight: 400 !important; }
.fw-semibold { font-weight: 600 !important; }
.fw-bold { font-weight: 700 !important; }
.lh-sm { line-height: 1.25 !important; }
.lh-base { line-height: 1.5 !important; }

.bg-white { background-color: #fff !important; }
.bg-light { background-color: var(--bs-light) !important; }
.bg-body-tertiary { background-color: #f8f9fa !important; }
.bg-secondary { background-color: var(--bs-secondary) !important; }
.bg-dark { background-color: var(--bs-dark) !important; }
.bg-primary { background-color: var(--bs-primary) !important; }
.bg-body-secondary { background-color: #e9ecef !important; }
.bg-success { background-color: var(--bs-success) !important; }
.bg-danger { background-color: var(--bs-danger) !important; }
.bg-warning { background-color: var(--bs-warning) !important; }
.bg-info { background-color: var(--bs-info) !important; }
.bg-transparent { background-color: transparent !important; }

.border { border: 1px solid var(--bs-border-color) !important; }
.border-0 { border: 0 !important; }
.border-2 { border-width: 2px !important; }
.border-top { border-top: 1px solid var(--bs-border-color) !important; }
.border-top-0 { border-top: 0 !important; }
.border-bottom { border-bottom: 1px solid var(--bs-border-color) !important; }
.border-primary { border-color: var(--bs-primary) !important; }
.border-secondary { border-color: var(--bs-secondary) !important; }
.border-success { border-color: var(--bs-success) !important; }
.border-danger { border-color: var(--bs-danger) !important; }
.border-warning { border-color: var(--bs-warning) !important; }
.border-info { border-color: var(--bs-info) !important; }
.rounded { border-radius: var(--bs-border-radius) !important; }
.rounded-0 { border-radius: 0 !important; }
.rounded-1 { border-radius: var(--bs-border-radius-sm) !important; }
.rounded-2 { border-radius: var(--bs-border-radius) !important; }
.rounded-3 { border-radius: var(--bs-border-radius-lg) !important; }
.rounded-pill { border-radius: var(--bs-border-radius-pill) !important; }
.rounded-circle { border-radius: 50% !important; }
.shadow-sm { box-shadow: var(--bs-box-shadow-sm) !important; }
.shadow { box-shadow: var(--bs-box-shadow) !important; }
.shadow-lg { box-shadow: var(--bs-box-shadow-lg) !important; }

.overflow-hidden { overflow: hidden !important; }
.overflow-auto { overflow: auto !important; }
.opacity-75 { opacity: 0.75 !important; }
.img-fluid {
  max-width: 100%;
  height: auto;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.btn {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  border: 1px solid transparent;
  border-radius: var(--bs-border-radius);
  background: transparent;
  color: inherit;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
}

.btn:hover {
  text-decoration: none;
}

.btn:disabled,
.btn.disabled {
  opacity: 0.65;
  pointer-events: none;
}

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

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

.btn-primary { color: #fff; background: var(--bs-primary); border-color: var(--bs-primary); }
.btn-secondary { color: #fff; background: var(--bs-secondary); border-color: var(--bs-secondary); }
.btn-success { color: #fff; background: var(--bs-success); border-color: var(--bs-success); }
.btn-danger { color: #fff; background: var(--bs-danger); border-color: var(--bs-danger); }
.btn-warning { color: #000; background: var(--bs-warning); border-color: var(--bs-warning); }
.btn-info { color: #000; background: var(--bs-info); border-color: var(--bs-info); }
.btn-light { color: #000; background: var(--bs-light); border-color: var(--bs-gray-300); }
.btn-dark { color: #fff; background: var(--bs-dark); border-color: var(--bs-dark); }
.btn-outline-primary { color: var(--bs-primary); border-color: var(--bs-primary); }
.btn-outline-secondary { color: var(--bs-secondary); border-color: var(--bs-secondary); }
.btn-outline-success { color: var(--bs-success); border-color: var(--bs-success); }
.btn-outline-danger { color: var(--bs-danger); border-color: var(--bs-danger); }
.btn-outline-warning { color: #997404; border-color: var(--bs-warning); }
.btn-outline-info { color: #055160; border-color: var(--bs-info); }
.btn-outline-light { color: var(--bs-light); border-color: var(--bs-light); }
.btn-outline-dark { color: var(--bs-dark); border-color: var(--bs-dark); }
.btn-link { border-color: transparent; color: var(--bs-primary); }
.btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.nav-item {
  display: list-item;
}

.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-label {
  margin-bottom: 0.5rem;
}

.form-control,
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  border: 1px solid var(--bs-gray-400);
  border-radius: var(--bs-border-radius);
  background-color: #fff;
  color: var(--bs-gray-900);
}

.form-control:focus,
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control-sm,
.form-select-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.form-check-label {
  display: inline-block;
}

.invalid-feedback {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-danger);
}

.form-check-input {
  float: left;
  margin-left: -1.5rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-gray-600);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  border: 1px solid var(--bs-gray-400);
  background-color: var(--bs-gray-200);
  border-radius: var(--bs-border-radius);
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: var(--bs-border-radius);
}

.accordion {
  --bs-accordion-border-color: var(--bs-gray-300);
  --bs-accordion-bg: #fff;
  --bs-accordion-btn-bg: #fff;
  --bs-accordion-active-bg: #eef4ff;
  --bs-accordion-active-color: #084298;
}

.accordion-item {
  background-color: var(--bs-accordion-bg);
  border: 1px solid var(--bs-accordion-border-color);
}

.accordion-item + .accordion-item {
  margin-top: -1px;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  color: var(--bs-gray-900);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
}

.accordion-button::after {
  content: "+";
  margin-left: auto;
  font-size: 1.25rem;
  line-height: 1;
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
}

.accordion-button:not(.collapsed)::after {
  content: "-";
}

.accordion-collapse {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem;
}

.card-header,
.card-footer {
  padding: 0.75rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 0;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-border-radius);
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1rem;
  color: var(--bs-gray-900);
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item-action {
  width: 100%;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  background-color: var(--bs-gray-100);
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-gray-900);
  border-collapse: collapse;
}

.table > :not(caption) > * > * {
  padding: 0.75rem;
  border-bottom: 1px solid var(--bs-gray-300);
}

.table-sm > :not(caption) > * > * {
  padding: 0.3rem;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: rgba(0, 0, 0, 0.02);
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-color: #212529;
}

.table-light > :not(caption) > * > * {
  background-color: var(--bs-table-bg);
  color: var(--bs-table-color);
}

.table-hover > tbody > tr:hover > * {
  background-color: rgba(0, 0, 0, 0.04);
}

.table-bordered > :not(caption) > * > * {
  border: 1px solid var(--bs-gray-300);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-border-radius);
}

.text-bg-primary { color: #fff !important; background-color: rgba(13, 110, 253, 1) !important; }
.text-bg-secondary { color: #fff !important; background-color: rgba(108, 117, 125, 1) !important; }
.text-bg-success { color: #fff !important; background-color: rgba(25, 135, 84, 1) !important; }
.text-bg-danger { color: #fff !important; background-color: rgba(220, 53, 69, 1) !important; }
.text-bg-warning { color: #000 !important; background-color: rgba(255, 193, 7, 1) !important; }
.text-bg-info { color: #000 !important; background-color: rgba(13, 202, 240, 1) !important; }
.text-bg-light { color: #000 !important; background-color: rgba(248, 249, 250, 1) !important; }
.text-bg-dark { color: #fff !important; background-color: rgba(33, 37, 41, 1) !important; }

.alert {
  position: relative;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: var(--bs-border-radius);
}

.alert-primary { color: #084298; background: #cfe2ff; border-color: #b6d4fe; }
.alert-secondary { color: #41464b; background: #e2e3e5; border-color: #d3d6d8; }
.alert-success { color: #0f5132; background: #d1e7dd; border-color: #badbcc; }
.alert-danger { color: #842029; background: #f8d7da; border-color: #f5c2c7; }
.alert-warning { color: #664d03; background: #fff3cd; border-color: #ffecb5; }
.alert-info { color: #055160; background: #cff4fc; border-color: #b6effb; }
.alert-light { color: #495057; background: #f8f9fa; border-color: #f1f3f5; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
  color: inherit;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(255, 255, 255, 0.85);
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  color: #fff;
  text-decoration: none;
}

.navbar-dark .navbar-brand,
.navbar-dark .nav-link {
  color: rgba(255, 255, 255, 0.85);
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .nav-link:hover,
.navbar-dark .nav-link.active {
  color: #fff;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: var(--bs-border-radius);
  background: transparent;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: linear-gradient(
    to bottom,
    transparent 0,
    transparent 20%,
    rgba(255, 255, 255, 0.9) 20%,
    rgba(255, 255, 255, 0.9) 30%,
    transparent 30%,
    transparent 45%,
    rgba(255, 255, 255, 0.9) 45%,
    rgba(255, 255, 255, 0.9) 55%,
    transparent 55%,
    transparent 70%,
    rgba(255, 255, 255, 0.9) 70%,
    rgba(255, 255, 255, 0.9) 80%,
    transparent 80%
  );
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: var(--bs-border-radius);
  box-shadow: var(--bs-box-shadow-sm);
  list-style: none;
}

.dropdown-menu-end {
  right: 0;
  left: auto;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  color: var(--bs-gray-900);
  white-space: nowrap;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: var(--bs-gray-100);
  text-decoration: none;
}

.nav-tabs {
  border-bottom: 1px solid var(--bs-gray-300);
}

.nav-pills .nav-link {
  border-radius: var(--bs-border-radius);
}

.nav-pills .nav-link.active {
  color: #fff;
  background-color: var(--bs-primary);
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.fade {
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: var(--bs-border-radius);
  border-top-right-radius: var(--bs-border-radius);
  color: var(--bs-gray-700);
}

.nav-tabs .nav-link.active {
  color: var(--bs-gray-900);
  background: #fff;
  border-color: var(--bs-gray-300) var(--bs-gray-300) #fff;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-gray-300);
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: var(--bs-border-radius);
}

.page-link {
  position: relative;
  display: block;
  padding: 0.375rem 0.75rem;
  color: var(--bs-primary);
  background-color: #fff;
  border: 1px solid var(--bs-gray-300);
}

.align-middle {
  vertical-align: middle !important;
}

.page-item.active .page-link {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.toast-container {
  z-index: 1090;
}

.toast {
  width: 350px;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: var(--bs-box-shadow);
  border-radius: var(--bs-border-radius);
}

.toast.show {
  display: block;
}

.toast-body {
  padding: 0.75rem;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em;
  border: 0;
  border-radius: 0.25rem;
  background:
    linear-gradient(45deg, transparent 42%, currentColor 42%, currentColor 58%, transparent 58%),
    linear-gradient(-45deg, transparent 42%, currentColor 42%, currentColor 58%, transparent 58%);
  color: currentColor;
  opacity: 0.5;
}

.btn-close-white {
  color: #fff;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.5);
}

.modal.show {
  display: block;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 1.75rem auto;
  max-width: 500px;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: var(--bs-border-radius-lg);
}

.modal-header,
.modal-body,
.modal-footer {
  padding: 1rem;
}

.modal-header,
.modal-footer {
  border-bottom: 1px solid var(--bs-gray-300);
}

.modal-footer {
  border-top: 1px solid var(--bs-gray-300);
  border-bottom: 0;
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  background-color: var(--bs-gray-200);
  border-radius: var(--bs-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-primary);
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}

.ratio > * {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .dropdown-menu {
    position: absolute;
  }
}
