/*!
 * Lewe Bootstrap Visuals v3.0.0
 * Bootstrap 5.3.8 with bsv- prefix
 * https://getbootstrap.com/
 * Licensed under MIT
 */

/* Alert Components */
.bsv-alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
}

.bsv-alert-heading {
  color: inherit;
}

.bsv-alert-primary {
  color: #084298;
  background-color: #cff4fc;
  border-color: #b6effb;
}

.bsv-alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}

.bsv-alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.bsv-alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.bsv-alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.bsv-alert-info {
  color: #055160;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.bsv-alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.bsv-alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}

.bsv-alert-dismissible {
  padding-right: 3rem;
}

.bsv-alert-dismissible .bsv-btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* Badge Components */
.bsv-badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.375rem;
}

.bsv-badge:empty {
  display: none;
}

.bsv-btn .bsv-badge {
  position: relative;
  top: -1px;
}

.bsv-bg-primary {
  background-color: #0d6efd !important;
}

.bsv-bg-secondary {
  background-color: #6c757d !important;
}

.bsv-bg-success {
  background-color: #198754 !important;
}

.bsv-bg-danger {
  background-color: #dc3545 !important;
}

.bsv-bg-warning {
  background-color: #ffc107 !important;
  color: #000 !important;
}

.bsv-bg-info {
  background-color: #0dcaf0 !important;
  color: #000 !important;
}

.bsv-bg-light {
  background-color: #f8f9fa !important;
  color: #000 !important;
}

.bsv-bg-dark {
  background-color: #212529 !important;
}

.bsv-rounded-pill {
  border-radius: 50rem !important;
}

/* Button Components */
.bsv-btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.bsv-btn:hover {
  color: #212529;
  text-decoration: none;
}

.bsv-btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.bsv-btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.bsv-btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.bsv-btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.bsv-btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.bsv-btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.bsv-btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

.bsv-btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.bsv-btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

.bsv-btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.bsv-btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}

.bsv-btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.bsv-btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}

.bsv-btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.bsv-btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.bsv-btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.bsv-btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

/* Outline Button Variants */
.bsv-btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}

.bsv-btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.bsv-btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.bsv-btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.bsv-btn-outline-success {
  color: #198754;
  border-color: #198754;
}

.bsv-btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.bsv-btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.bsv-btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.bsv-btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.bsv-btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.bsv-btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

.bsv-btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.bsv-btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.bsv-btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.bsv-btn-outline-dark {
  color: #212529;
  border-color: #212529;
}

.bsv-btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* Button Sizes */
.bsv-btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

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

/* Close Button */
.bsv-btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='m.235.867 4.596 4.596 4.596-4.596 1.293 1.293L6.124 6.756l4.596 4.596-1.293 1.293L4.831 8.049.235 12.645-.058 11.352l4.596-4.596L-.058 2.16z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}

.bsv-btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

/* Card Components */
.bsv-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.375rem;
}

.bsv-card > hr {
  margin-right: 0;
  margin-left: 0;
}

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

.bsv-card-title {
  margin-bottom: 0.5rem;
}

.bsv-card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.bsv-card-text:last-child {
  margin-bottom: 0;
}

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

.bsv-card-header:first-child {
  border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
}

.bsv-card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.bsv-card-footer:last-child {
  border-radius: 0 0 calc(0.375rem - 1px) calc(0.375rem - 1px);
}

.bsv-card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}

/* Card Color Variants */
.bsv-text-bg-primary {
  color: #fff !important;
  background-color: #0d6efd !important;
}

.bsv-text-bg-secondary {
  color: #fff !important;
  background-color: #6c757d !important;
}

.bsv-text-bg-success {
  color: #fff !important;
  background-color: #198754 !important;
}

.bsv-text-bg-danger {
  color: #fff !important;
  background-color: #dc3545 !important;
}

.bsv-text-bg-warning {
  color: #000 !important;
  background-color: #ffc107 !important;
}

.bsv-text-bg-info {
  color: #000 !important;
  background-color: #0dcaf0 !important;
}

.bsv-text-bg-light {
  color: #000 !important;
  background-color: #f8f9fa !important;
}

.bsv-text-bg-dark {
  color: #fff !important;
  background-color: #212529 !important;
}

/* Border Colors */
.bsv-border-primary {
  border-color: #0d6efd !important;
}

.bsv-border-secondary {
  border-color: #6c757d !important;
}

.bsv-border-success {
  border-color: #198754 !important;
}

.bsv-border-danger {
  border-color: #dc3545 !important;
}

.bsv-border-warning {
  border-color: #ffc107 !important;
}

.bsv-border-info {
  border-color: #0dcaf0 !important;
}

.bsv-border-light {
  border-color: #f8f9fa !important;
}

.bsv-border-dark {
  border-color: #212529 !important;
}

/* Grid System */
.bsv-container,
.bsv-container-fluid {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.bsv-container {
  max-width: 1320px;
}

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

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

.bsv-col {
  flex: 1 0 0%;
}

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

/* Responsive Columns */
@media (min-width: 576px) {
  .bsv-col-sm-1 { flex: 0 0 auto; width: 8.33333333%; }
  .bsv-col-sm-2 { flex: 0 0 auto; width: 16.66666667%; }
  .bsv-col-sm-3 { flex: 0 0 auto; width: 25%; }
  .bsv-col-sm-4 { flex: 0 0 auto; width: 33.33333333%; }
  .bsv-col-sm-5 { flex: 0 0 auto; width: 41.66666667%; }
  .bsv-col-sm-6 { flex: 0 0 auto; width: 50%; }
  .bsv-col-sm-7 { flex: 0 0 auto; width: 58.33333333%; }
  .bsv-col-sm-8 { flex: 0 0 auto; width: 66.66666667%; }
  .bsv-col-sm-9 { flex: 0 0 auto; width: 75%; }
  .bsv-col-sm-10 { flex: 0 0 auto; width: 83.33333333%; }
  .bsv-col-sm-11 { flex: 0 0 auto; width: 91.66666667%; }
  .bsv-col-sm-12 { flex: 0 0 auto; width: 100%; }
}

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

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

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

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

/* Utilities */
.bsv-text-primary { color: #0d6efd !important; }
.bsv-text-secondary { color: #6c757d !important; }
.bsv-text-success { color: #198754 !important; }
.bsv-text-danger { color: #dc3545 !important; }
.bsv-text-warning { color: #ffc107 !important; }
.bsv-text-info { color: #0dcaf0 !important; }
.bsv-text-light { color: #f8f9fa !important; }
.bsv-text-dark { color: #212529 !important; }
.bsv-text-muted { color: #6c757d !important; }
.bsv-text-white { color: #fff !important; }

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

.bsv-text-lowercase { text-transform: lowercase !important; }
.bsv-text-uppercase { text-transform: uppercase !important; }
.bsv-text-capitalize { text-transform: capitalize !important; }

.bsv-fw-bold { font-weight: 700 !important; }
.bsv-fw-bolder { font-weight: bolder !important; }
.bsv-fw-normal { font-weight: 400 !important; }
.bsv-fw-light { font-weight: 300 !important; }
.bsv-fw-lighter { font-weight: lighter !important; }

.bsv-fst-italic { font-style: italic !important; }

.bsv-text-decoration-underline { text-decoration: underline !important; }
.bsv-text-decoration-line-through { text-decoration: line-through !important; }

.bsv-lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.bsv-mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* Code */
.bsv-code-inline {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

.bsv-code-block {
  display: block;
  font-size: 0.875em;
  color: #212529;
}

.bsv-pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* Blockquote */
.bsv-blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.bsv-blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

/* Lists */
.bsv-list-unstyled {
  padding-left: 0;
  list-style: none;
}

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

.bsv-list-inline-item {
  display: inline-block;
}

/* Tables */
.bsv-table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --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;
}

.bsv-table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
}

.bsv-table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.bsv-table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.bsv-table-bordered {
  border: 1px solid #dee2e6;
}

.bsv-table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

.bsv-table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

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

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

/* Progress */
.bsv-progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.375rem;
}

.bsv-progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}

.bsv-progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.bsv-progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@keyframes progress-bar-stripes {
  0% { background-position-x: 1rem; }
}

/* Spinner */
.bsv-spinner-border,
.bsv-spinner-grow {
  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;
}

.bsv-spinner-border-sm,
.bsv-spinner-grow-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.125em;
}

.bsv-spinner-grow {
  background-color: currentColor;
  border: 0;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.bsv-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;
}

/* Modal */
.bsv-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.bsv-modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.bsv-modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  outline: 0;
}

.bsv-modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

.bsv-modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.bsv-modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.bsv-modal-sm {
  max-width: 300px;
}

.bsv-modal-lg {
  max-width: 800px;
}

.bsv-modal-xl {
  max-width: 1140px;
}

/* Collapse */
.bsv-collapse:not(.show) {
  display: none;
}

.bsv-collapse.show {
  display: block;
}

/* Accordion */
.bsv-accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --bs-accordion-border-color: #dee2e6;
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
}

.bsv-accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-color);
  text-align: left;
  background-color: var(--bs-accordion-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

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

.bsv-accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

.bsv-accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.bsv-accordion-item:not(:first-of-type) {
  border-top: 0;
}

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

.bsv-accordion-body {
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
}

/* Float utilities */
.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

/* Spacing utilities */
.me-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

/* Fade animation */
.fade {
  transition: opacity 0.15s linear;
}

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

.fade.show {
  opacity: 1;
}