:root {

  --bs-rem: .4rem;

  --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-white: #fff;

  --bs-gray: #6c757d;

  --bs-gray-dark: #343a40;

  --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-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));

}



.bs5-form-control {

  display: block;

  width: 100%;

  padding: 0.375rem 0.75rem;

  font-size: 1rem;

  font-weight: 400;

  line-height: 1.5 !important;

  color: #212529;

  background-color: #fff;

  background-clip: padding-box;

  border: 1px solid #ced4da !important;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  border-radius: var(--bs-rem);

  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}

@media (prefers-reduced-motion: reduce) {

  .bs5-form-control {

    transition: none;

  }

}

.bs5-form-control[type=file] {

  overflow: hidden;

}

.bs5-form-control[type=file]:not(:disabled):not([readonly]) {

  cursor: pointer;

}

.bs5-form-control:focus {

  color: #212529 !important;

  background-color: #fff;

  border-color: #86b7fe !important;

  outline: 0 !important;

  box-shadow: 0 0 0 var(--bs-rem) rgba(13, 110, 253, 0.25) !important;

}

.bs5-form-control::-webkit-date-and-time-value {

  height: 1.5em;

}

.bs5-form-control::-moz-placeholder {

  color: #6c757d;

  opacity: 1;

}

.bs5-form-control::placeholder {

  color: #6c757d;

  opacity: 1;

}

.bs5-form-control:disabled, .bs5-form-control[readonly] {

  background-color: #e9ecef;

  opacity: 1;

}

.bs5-form-control::file-selector-button {

  padding: 0.375rem 0.75rem;

  margin: -0.375rem -0.75rem;

  -webkit-margin-end: 0.75rem;

  margin-inline-end: 0.75rem;

  color: #212529;

  background-color: #e9ecef;

  pointer-events: none;

  border-color: inherit;

  border-style: solid;

  border-width: 0;

  border-inline-end-width: 1px;

  border-radius: 0;

  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;

}

@media (prefers-reduced-motion: reduce) {

  .bs5-form-control::file-selector-button {

    transition: none;

  }

}

.bs5-form-control:hover:not(:disabled):not([readonly])::file-selector-button {

  background-color: #dde0e3;

}

.bs5-form-control::-webkit-file-upload-button {

  padding: 0.375rem 0.75rem;

  margin: -0.375rem -0.75rem;

  -webkit-margin-end: 0.75rem;

  margin-inline-end: 0.75rem;

  color: #212529;

  background-color: #e9ecef;

  pointer-events: none;

  border-color: inherit;

  border-style: solid;

  border-width: 0;

  border-inline-end-width: 1px;

  border-radius: 0;

  -webkit-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;

  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;

}

@media (prefers-reduced-motion: reduce) {

  .bs5-form-control::-webkit-file-upload-button {

    -webkit-transition: none;

    transition: none;

  }

}

.bs5-form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {

  background-color: #dde0e3;

}



textarea.bs5-form-control {

  min-height: calc(1.5em + (0.75rem + 2px));

}

textarea.bs5-form-control-sm {

  min-height: calc(1.5em + (0.5rem + 2px));

}

textarea.bs5-form-control-lg {

  min-height: calc(1.5em + (1rem + 2px));

}



.bs5-form-control-color {

  max-width: 3rem;

  height: auto;

  padding: 0.375rem;

}

.bs5-form-control-color:not(:disabled):not([readonly]) {

  cursor: pointer;

}

.bs5-form-control-color::-moz-color-swatch {

  height: 1.5em;

  border-radius: var(--bs-rem);

}

.bs5-form-control-color::-webkit-color-swatch {

  height: 1.5em;

  border-radius: var(--bs-rem);

}

.bs5-form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.bs5-form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.bs5-form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}



.bs5-form-select {
  opacity: 1;
  display: block;

  width: 100%;

  padding: 0.375rem 2.25rem 0.375rem 0.75rem;

  -moz-padding-start: calc(0.75rem - 3px);

  font-size: 1rem;

  font-weight: 400;

  line-height: 1.5;

  color: #212529;

  background-color: #fff;

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");

  background-repeat: no-repeat;

  background-position: right 0.75rem center;

  background-size: 16px 12px;

  border: 1px solid #ced4da;

  border-radius: var(--bs-rem);

  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

}

@media (prefers-reduced-motion: reduce) {

  .bs5-form-select {

    transition: none;

  }

}

.bs5-form-select:focus {

  border-color: #86b7fe;

  outline: 0;

  box-shadow: 0 0 0 var(--bs-rem) rgba(13, 110, 253, 0.25);

}

.bs5-form-select[multiple], .bs5-form-select[size]:not([size="1"]) {

  padding-right: 0.75rem;

  background-image: none;

}

.bs5-form-select:disabled {

  background-color: #e9ecef;

}

.bs5-form-select:-moz-focusring {

  color: transparent;

  text-shadow: 0 0 0 #212529;

}



.bs5-form-select-sm {

  padding-top: var(--bs-rem);

  padding-bottom: var(--bs-rem);

  padding-left: 0.5rem;

  font-size: 0.875rem;

}



.bs5-form-select-lg {

  padding-top: 0.5rem;

  padding-bottom: 0.5rem;

  padding-left: 1rem;

  font-size: 1.25rem;

}



.bs5-form-check {

  display: block;

  min-height: 1.5rem;

  padding-left: 1.5em;

  margin-bottom: 0.125rem;

}

.bs5-form-check .bs5-form-check-input {

  float: left;

  margin-left: -1.5em;

}



.bs5-form-check-input {

  width: 1em !important;

  height: 1em !important;

  margin-top: 0.25em;

  vertical-align: top;

  background-color: #fff;

  background-repeat: no-repeat !important;

  background-position: center;

  background-size: contain;

  border: 1px solid rgba(0, 0, 0, 0.25);

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  -webkit-print-color-adjust: exact;

  color-adjust: exact;

}

.bs5-form-check-input[type=checkbox] {

  border-radius: 0.25em;

}

.bs5-form-check-input[type=radio] {

  border-radius: 50%;

}

.bs5-form-check-input:active {

  filter: brightness(90%);

}

.bs5-form-check-input:focus {

  border-color: #86b7fe;

  outline: 0;

  box-shadow: 0 0 0 var(--bs-rem) rgba(13, 110, 253, 0.25);

}

.bs5-form-check-input:checked {

  background-color: #0d6efd !important;

  border-color: #0d6efd !important;

}
.bs5-form-check-input:checked:after { display: none !important; }

.bs5-form-check-input:checked[type=checkbox] {

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");

}

.bs5-form-check-input:checked[type=radio] {

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");

}

.bs5-form-check-input[type=checkbox]:indeterminate {

  background-color: #0d6efd;

  border-color: #0d6efd;

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");

}

.bs5-form-check-input:disabled {

  pointer-events: none;

  filter: none;

  opacity: 0.5;

}

.bs5-form-check-label { margin-bottom: 0 !important; margin-left: 5px !important; }

.bs5-form-check-input[disabled] ~ .bs5-form-check-label, .bs5-form-check-input:disabled ~ .bs5-form-check-label {

  opacity: 0.5;

}



.bs5-form-switch {

  padding-left: 2.5em;

}

.bs5-form-switch .bs5-form-check-input {

  /* width: 2em !important; */
  width: 2.8em !important;
  height: 1.4em !important;

  margin-left: -2.5em;

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");

  background-position: left center;

  border-radius: 2em;

  transition: background-position 0.15s ease-in-out;

}

@media (prefers-reduced-motion: reduce) {

  .bs5-form-switch .bs5-form-check-input {

    transition: none;

  }

}

.bs5-form-switch .bs5-form-check-input:focus {

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");

}

.bs5-form-switch .bs5-form-check-input:checked {

  background-position: right center;

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");

}



.bs5-form-check-inline {

  display: inline-block;

  margin-right: 1rem;

}



.bs5-btn-check {

  position: absolute !important;

  clip: rect(0, 0, 0, 0);

  pointer-events: none;

}

.bs5-btn-check[disabled] + .bs5-btn, .bs5-btn-check:disabled + .bs5-btn {

  pointer-events: none;

  filter: none;

  opacity: 0.65;

}



.bs5-btn {

  display: inline-block;

  font-weight: 400;

  line-height: 1.5;

  color: #212529;

  text-align: center;

  text-decoration: none;

  vertical-align: middle;

  cursor: pointer;

  -webkit-user-select: none;

  -moz-user-select: none;

  user-select: none;

  background-color: transparent;

  border: 1px solid transparent;

  padding: 0.375rem 0.75rem;

  font-size: 1rem;

  border-radius: var(--bs-rem);

  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;

}

@media (prefers-reduced-motion: reduce) {

  .bs5-btn {

    transition: none;

  }

}

.bs5-btn:hover {

  color: #212529;

}

.bs5-btn-check:focus + .bs5-btn, .bs5-btn:focus {

  outline: 0;

  box-shadow: 0 0 0 var(--bs-rem) rgba(13, 110, 253, 0.25);

}

.bs5-btn:disabled, .bs5-btn.disabled, fieldset:disabled .bs5-btn {

  pointer-events: none;

  opacity: 0.65;

}



.bs5-btn-primary {

  color: #fff;

  background-color: #0d6efd;

  border-color: #0d6efd;

}

.bs5-btn-primary:hover {

  color: #fff;

  background-color: #0b5ed7;

  border-color: #0a58ca;

}

.bs5-btn-check:focus + .bs5-btn-primary, .bs5-btn-primary:focus {

  color: #fff;

  background-color: #0b5ed7;

  border-color: #0a58ca;

  box-shadow: 0 0 0 var(--bs-rem) rgba(49, 132, 253, 0.5);

}

.bs5-btn-check:checked + .bs5-btn-primary, .bs5-btn-check:active + .bs5-btn-primary, .bs5-btn-primary:active, .bs5-btn-primary.active, .show > .bs5-btn-primary.dropdown-toggle {

  color: #fff;

  background-color: #0a58ca;

  border-color: #0a53be;

}

.bs5-btn-check:checked + .bs5-btn-primary:focus, .bs5-btn-check:active + .bs5-btn-primary:focus, .bs5-btn-primary:active:focus, .bs5-btn-primary.active:focus, .show > .bs5-btn-primary.dropdown-toggle:focus {

  box-shadow: 0 0 0 var(--bs-rem) rgba(49, 132, 253, 0.5);

}

.bs5-btn-primary:disabled, .bs5-btn-primary.disabled {

  color: #fff;

  background-color: #0d6efd;

  border-color: #0d6efd;

}



.bs5-btn-secondary {

  color: #fff;

  background-color: #6c757d;

  border-color: #6c757d;

}

.bs5-btn-secondary:hover {

  color: #fff;

  background-color: #5c636a;

  border-color: #565e64;

}

.bs5-btn-check:focus + .bs5-btn-secondary, .bs5-btn-secondary:focus {

  color: #fff;

  background-color: #5c636a;

  border-color: #565e64;

  box-shadow: 0 0 0 var(--bs-rem) rgba(130, 138, 145, 0.5);

}

.bs5-btn-check:checked + .bs5-btn-secondary, .bs5-btn-check:active + .bs5-btn-secondary, .bs5-btn-secondary:active, .bs5-btn-secondary.active, .show > .bs5-btn-secondary.dropdown-toggle {

  color: #fff;

  background-color: #565e64;

  border-color: #51585e;

}

.bs5-btn-check:checked + .bs5-btn-secondary:focus, .bs5-btn-check:active + .bs5-btn-secondary:focus, .bs5-btn-secondary:active:focus, .bs5-btn-secondary.active:focus, .show > .bs5-btn-secondary.dropdown-toggle:focus {

  box-shadow: 0 0 0 var(--bs-rem) rgba(130, 138, 145, 0.5);

}

.bs5-btn-secondary:disabled, .bs5-btn-secondary.disabled {

  color: #fff;

  background-color: #6c757d;

  border-color: #6c757d;

}



.bs5-btn-success {

  color: #fff;

  background-color: #198754;

  border-color: #198754;

}

.bs5-btn-success:hover {

  color: #fff;

  background-color: #157347;

  border-color: #146c43;

}

.bs5-btn-check:focus + .bs5-btn-success, .bs5-btn-success:focus {

  color: #fff;

  background-color: #157347;

  border-color: #146c43;

  box-shadow: 0 0 0 var(--bs-rem) rgba(60, 153, 110, 0.5);

}

.bs5-btn-check:checked + .bs5-btn-success, .bs5-btn-check:active + .bs5-btn-success, .bs5-btn-success:active, .bs5-btn-success.active, .show > .bs5-btn-success.dropdown-toggle {

  color: #fff;

  background-color: #146c43;

  border-color: #13653f;

}

.bs5-btn-check:checked + .bs5-btn-success:focus, .bs5-btn-check:active + .bs5-btn-success:focus, .bs5-btn-success:active:focus, .bs5-btn-success.active:focus, .show > .bs5-btn-success.dropdown-toggle:focus {

  box-shadow: 0 0 0 var(--bs-rem) rgba(60, 153, 110, 0.5);

}

.bs5-btn-success:disabled, .bs5-btn-success.disabled {

  color: #fff;

  background-color: #198754;

  border-color: #198754;

}



.bs5-btn-info {

  color: #000;

  background-color: #0dcaf0;

  border-color: #0dcaf0;

}

.bs5-btn-info:hover {

  color: #000;

  background-color: #31d2f2;

  border-color: #25cff2;

}

.bs5-btn-check:focus + .bs5-btn-info, .bs5-btn-info:focus {

  color: #000;

  background-color: #31d2f2;

  border-color: #25cff2;

  box-shadow: 0 0 0 var(--bs-rem) rgba(11, 172, 204, 0.5);

}

.bs5-btn-check:checked + .bs5-btn-info, .bs5-btn-check:active + .bs5-btn-info, .bs5-btn-info:active, .bs5-btn-info.active, .show > .bs5-btn-info.dropdown-toggle {

  color: #000;

  background-color: #3dd5f3;

  border-color: #25cff2;

}

.bs5-btn-check:checked + .bs5-btn-info:focus, .bs5-btn-check:active + .bs5-btn-info:focus, .bs5-btn-info:active:focus, .bs5-btn-info.active:focus, .show > .bs5-btn-info.dropdown-toggle:focus {

  box-shadow: 0 0 0 var(--bs-rem) rgba(11, 172, 204, 0.5);

}

.bs5-btn-info:disabled, .bs5-btn-info.disabled {

  color: #000;

  background-color: #0dcaf0;

  border-color: #0dcaf0;

}



.bs5-btn-warning {

  color: #000;

  background-color: #ffc107;

  border-color: #ffc107;

}

.bs5-btn-warning:hover {

  color: #000;

  background-color: #ffca2c;

  border-color: #ffc720;

}

.bs5-btn-check:focus + .bs5-btn-warning, .bs5-btn-warning:focus {

  color: #000;

  background-color: #ffca2c;

  border-color: #ffc720;

  box-shadow: 0 0 0 var(--bs-rem) rgba(217, 164, 6, 0.5);

}

.bs5-btn-check:checked + .bs5-btn-warning, .bs5-btn-check:active + .bs5-btn-warning, .bs5-btn-warning:active, .bs5-btn-warning.active, .show > .bs5-btn-warning.dropdown-toggle {

  color: #000;

  background-color: #ffcd39;

  border-color: #ffc720;

}

.bs5-btn-check:checked + .bs5-btn-warning:focus, .bs5-btn-check:active + .bs5-btn-warning:focus, .bs5-btn-warning:active:focus, .bs5-btn-warning.active:focus, .show > .bs5-btn-warning.dropdown-toggle:focus {

  box-shadow: 0 0 0 var(--bs-rem) rgba(217, 164, 6, 0.5);

}

.bs5-btn-warning:disabled, .bs5-btn-warning.disabled {

  color: #000;

  background-color: #ffc107;

  border-color: #ffc107;

}



.bs5-btn-danger {

  color: #fff;

  background-color: #dc3545;

  border-color: #dc3545;

}

.bs5-btn-danger:hover {

  color: #fff;

  background-color: #bb2d3b;

  border-color: #b02a37;

}

.bs5-btn-check:focus + .bs5-btn-danger, .bs5-btn-danger:focus {

  color: #fff;

  background-color: #bb2d3b;

  border-color: #b02a37;

  box-shadow: 0 0 0 var(--bs-rem) rgba(225, 83, 97, 0.5);

}

.bs5-btn-check:checked + .bs5-btn-danger, .bs5-btn-check:active + .bs5-btn-danger, .bs5-btn-danger:active, .bs5-btn-danger.active, .show > .bs5-btn-danger.dropdown-toggle {

  color: #fff;

  background-color: #b02a37;

  border-color: #a52834;

}

.bs5-btn-check:checked + .bs5-btn-danger:focus, .bs5-btn-check:active + .bs5-btn-danger:focus, .bs5-btn-danger:active:focus, .bs5-btn-danger.active:focus, .show > .bs5-btn-danger.dropdown-toggle:focus {

  box-shadow: 0 0 0 var(--bs-rem) rgba(225, 83, 97, 0.5);

}

.bs5-btn-danger:disabled, .bs5-btn-danger.disabled {

  color: #fff;

  background-color: #dc3545;

  border-color: #dc3545;

}



.bs5-btn-light {

  color: #000;

  background-color: #f8f9fa;

  border-color: #f8f9fa;

}

.bs5-btn-light:hover {

  color: #000;

  background-color: #f9fafb;

  border-color: #f9fafb;

}

.bs5-btn-check:focus + .bs5-btn-light, .bs5-btn-light:focus {

  color: #000;

  background-color: #f9fafb;

  border-color: #f9fafb;

  box-shadow: 0 0 0 var(--bs-rem) rgba(211, 212, 213, 0.5);

}

.bs5-btn-check:checked + .bs5-btn-light, .bs5-btn-check:active + .bs5-btn-light, .bs5-btn-light:active, .bs5-btn-light.active, .show > .bs5-btn-light.dropdown-toggle {

  color: #000;

  background-color: #f9fafb;

  border-color: #f9fafb;

}

.bs5-btn-check:checked + .bs5-btn-light:focus, .bs5-btn-check:active + .bs5-btn-light:focus, .bs5-btn-light:active:focus, .bs5-btn-light.active:focus, .show > .bs5-btn-light.dropdown-toggle:focus {

  box-shadow: 0 0 0 var(--bs-rem) rgba(211, 212, 213, 0.5);

}

.bs5-btn-light:disabled, .bs5-btn-light.disabled {

  color: #000;

  background-color: #f8f9fa;

  border-color: #f8f9fa;

}



.bs5-btn-dark {

  color: #fff;

  background-color: #212529;

  border-color: #212529;

}

.bs5-btn-dark:hover {

  color: #fff;

  background-color: #1c1f23;

  border-color: #1a1e21;

}

.bs5-btn-check:focus + .bs5-btn-dark, .bs5-btn-dark:focus {

  color: #fff;

  background-color: #1c1f23;

  border-color: #1a1e21;

  box-shadow: 0 0 0 var(--bs-rem) rgba(66, 70, 73, 0.5);

}

.bs5-btn-check:checked + .bs5-btn-dark, .bs5-btn-check:active + .bs5-btn-dark, .bs5-btn-dark:active, .bs5-btn-dark.active, .show > .bs5-btn-dark.dropdown-toggle {

  color: #fff;

  background-color: #1a1e21;

  border-color: #191c1f;

}

.bs5-btn-check:checked + .bs5-btn-dark:focus, .bs5-btn-check:active + .bs5-btn-dark:focus, .bs5-btn-dark:active:focus, .bs5-btn-dark.active:focus, .show > .bs5-btn-dark.dropdown-toggle:focus {

  box-shadow: 0 0 0 var(--bs-rem) rgba(66, 70, 73, 0.5);

}

.bs5-btn-dark:disabled, .bs5-btn-dark.disabled {

  color: #fff;

  background-color: #212529;

  border-color: #212529;

}



.bs5-btn-outline-primary {

  color: #0d6efd;

  border-color: #0d6efd;

}

.bs5-btn-outline-primary:hover {

  color: #fff;

  background-color: #0d6efd;

  border-color: #0d6efd;

}

.bs5-btn-check:focus + .bs5-btn-outline-primary, .bs5-btn-outline-primary:focus {

  box-shadow: 0 0 0 var(--bs-rem) rgba(13, 110, 253, 0.5);

}

.bs5-btn-check:checked + .bs5-btn-outline-primary, .bs5-btn-check:active + .bs5-btn-outline-primary, .bs5-btn-outline-primary:active, .bs5-btn-outline-primary.active, .bs5-btn-outline-primary.dropdown-toggle.show {

  color: #fff;

  background-color: #0d6efd;

  border-color: #0d6efd;

}

.bs5-btn-check:checked + .bs5-btn-outline-primary:focus, .bs5-btn-check:active + .bs5-btn-outline-primary:focus, .bs5-btn-outline-primary:active:focus, .bs5-btn-outline-primary.active:focus, .bs5-btn-outline-primary.dropdown-toggle.show:focus {

  box-shadow: 0 0 0 var(--bs-rem) rgba(13, 110, 253, 0.5);

}

.bs5-btn-outline-primary:disabled, .bs5-btn-outline-primary.disabled {

  color: #0d6efd;

  background-color: transparent;

}



.bs5-btn-outline-secondary {

  color: #6c757d;

  border-color: #6c757d;

}

.bs5-btn-outline-secondary:hover {

  color: #fff;

  background-color: #6c757d;

  border-color: #6c757d;

}

.bs5-btn-check:focus + .bs5-btn-outline-secondary, .bs5-btn-outline-secondary:focus {

  box-shadow: 0 0 0 var(--bs-rem) rgba(108, 117, 125, 0.5);

}

.bs5-btn-check:checked + .bs5-btn-outline-secondary, .bs5-btn-check:active + .bs5-btn-outline-secondary, .bs5-btn-outline-secondary:active, .bs5-btn-outline-secondary.active, .bs5-btn-outline-secondary.dropdown-toggle.show {

  color: #fff;

  background-color: #6c757d;

  border-color: #6c757d;

}

.bs5-btn-check:checked + .bs5-btn-outline-secondary:focus, .bs5-btn-check:active + .bs5-btn-outline-secondary:focus, .bs5-btn-outline-secondary:active:focus, .bs5-btn-outline-secondary.active:focus, .bs5-btn-outline-secondary.dropdown-toggle.show:focus {

  box-shadow: 0 0 0 var(--bs-rem) rgba(108, 117, 125, 0.5);

}

.bs5-btn-outline-secondary:disabled, .bs5-btn-outline-secondary.disabled {

  color: #6c757d;

  background-color: transparent;

}



.bs5-btn-outline-success {

  color: #198754;

  border-color: #198754;

}

.bs5-btn-outline-success:hover {

  color: #fff;

  background-color: #198754;

  border-color: #198754;

}

.bs5-btn-check:focus + .bs5-btn-outline-success, .bs5-btn-outline-success:focus {

  box-shadow: 0 0 0 var(--bs-rem) rgba(25, 135, 84, 0.5);

}

.bs5-btn-check:checked + .bs5-btn-outline-success, .bs5-btn-check:active + .bs5-btn-outline-success, .bs5-btn-outline-success:active, .bs5-btn-outline-success.active, .bs5-btn-outline-success.dropdown-toggle.show {

  color: #fff;

  background-color: #198754;

  border-color: #198754;

}

.bs5-btn-check:checked + .bs5-btn-outline-success:focus, .bs5-btn-check:active + .bs5-btn-outline-success:focus, .bs5-btn-outline-success:active:focus, .bs5-btn-outline-success.active:focus, .bs5-btn-outline-success.dropdown-toggle.show:focus {

  box-shadow: 0 0 0 var(--bs-rem) rgba(25, 135, 84, 0.5);

}

.bs5-btn-outline-success:disabled, .bs5-btn-outline-success.disabled {

  color: #198754;

  background-color: transparent;

}



.bs5-btn-outline-info {

  color: #0dcaf0;

  border-color: #0dcaf0;

}

.bs5-btn-outline-info:hover {

  color: #000;

  background-color: #0dcaf0;

  border-color: #0dcaf0;

}

.bs5-btn-check:focus + .bs5-btn-outline-info, .bs5-btn-outline-info:focus {

  box-shadow: 0 0 0 var(--bs-rem) rgba(13, 202, 240, 0.5);

}

.bs5-btn-check:checked + .bs5-btn-outline-info, .bs5-btn-check:active + .bs5-btn-outline-info, .bs5-btn-outline-info:active, .bs5-btn-outline-info.active, .bs5-btn-outline-info.dropdown-toggle.show {

  color: #000;

  background-color: #0dcaf0;

  border-color: #0dcaf0;

}

.bs5-btn-check:checked + .bs5-btn-outline-info:focus, .bs5-btn-check:active + .bs5-btn-outline-info:focus, .bs5-btn-outline-info:active:focus, .bs5-btn-outline-info.active:focus, .bs5-btn-outline-info.dropdown-toggle.show:focus {

  box-shadow: 0 0 0 var(--bs-rem) rgba(13, 202, 240, 0.5);

}

.bs5-btn-outline-info:disabled, .bs5-btn-outline-info.disabled {

  color: #0dcaf0;

  background-color: transparent;

}



.bs5-btn-outline-warning {

  color: #ffc107;

  border-color: #ffc107;

}

.bs5-btn-outline-warning:hover {

  color: #000;

  background-color: #ffc107;

  border-color: #ffc107;

}

.bs5-btn-check:focus + .bs5-btn-outline-warning, .bs5-btn-outline-warning:focus {

  box-shadow: 0 0 0 var(--bs-rem) rgba(255, 193, 7, 0.5);

}

.bs5-btn-check:checked + .bs5-btn-outline-warning, .bs5-btn-check:active + .bs5-btn-outline-warning, .bs5-btn-outline-warning:active, .bs5-btn-outline-warning.active, .bs5-btn-outline-warning.dropdown-toggle.show {

  color: #000;

  background-color: #ffc107;

  border-color: #ffc107;

}

.bs5-btn-check:checked + .bs5-btn-outline-warning:focus, .bs5-btn-check:active + .bs5-btn-outline-warning:focus, .bs5-btn-outline-warning:active:focus, .bs5-btn-outline-warning.active:focus, .bs5-btn-outline-warning.dropdown-toggle.show:focus {

  box-shadow: 0 0 0 var(--bs-rem) rgba(255, 193, 7, 0.5);

}

.bs5-btn-outline-warning:disabled, .bs5-btn-outline-warning.disabled {

  color: #ffc107;

  background-color: transparent;

}



.bs5-btn-outline-danger {

  color: #dc3545;

  border-color: #dc3545;

}

.bs5-btn-outline-danger:hover {

  color: #fff;

  background-color: #dc3545;

  border-color: #dc3545;

}

.bs5-btn-check:focus + .bs5-btn-outline-danger, .bs5-btn-outline-danger:focus {

  box-shadow: 0 0 0 var(--bs-rem) rgba(220, 53, 69, 0.5);

}

.bs5-btn-check:checked + .bs5-btn-outline-danger, .bs5-btn-check:active + .bs5-btn-outline-danger, .bs5-btn-outline-danger:active, .bs5-btn-outline-danger.active, .bs5-btn-outline-danger.dropdown-toggle.show {

  color: #fff;

  background-color: #dc3545;

  border-color: #dc3545;

}

.bs5-btn-check:checked + .bs5-btn-outline-danger:focus, .bs5-btn-check:active + .bs5-btn-outline-danger:focus, .bs5-btn-outline-danger:active:focus, .bs5-btn-outline-danger.active:focus, .bs5-btn-outline-danger.dropdown-toggle.show:focus {

  box-shadow: 0 0 0 var(--bs-rem) rgba(220, 53, 69, 0.5);

}

.bs5-btn-outline-danger:disabled, .bs5-btn-outline-danger.disabled {

  color: #dc3545;

  background-color: transparent;

}



.bs5-btn-outline-light {

  color: #f8f9fa;

  border-color: #f8f9fa;

}

.bs5-btn-outline-light:hover {

  color: #000;

  background-color: #f8f9fa;

  border-color: #f8f9fa;

}

.bs5-btn-check:focus + .bs5-btn-outline-light, .bs5-btn-outline-light:focus {

  box-shadow: 0 0 0 var(--bs-rem) rgba(248, 249, 250, 0.5);

}

.bs5-btn-check:checked + .bs5-btn-outline-light, .bs5-btn-check:active + .bs5-btn-outline-light, .bs5-btn-outline-light:active, .bs5-btn-outline-light.active, .bs5-btn-outline-light.dropdown-toggle.show {

  color: #000;

  background-color: #f8f9fa;

  border-color: #f8f9fa;

}

.bs5-btn-check:checked + .bs5-btn-outline-light:focus, .bs5-btn-check:active + .bs5-btn-outline-light:focus, .bs5-btn-outline-light:active:focus, .bs5-btn-outline-light.active:focus, .bs5-btn-outline-light.dropdown-toggle.show:focus {

  box-shadow: 0 0 0 var(--bs-rem) rgba(248, 249, 250, 0.5);

}

.bs5-btn-outline-light:disabled, .bs5-btn-outline-light.disabled {

  color: #f8f9fa;

  background-color: transparent;

}



.bs5-btn-outline-dark {

  color: #212529;

  border-color: #212529;

}

.bs5-btn-outline-dark:hover {

  color: #fff;

  background-color: #212529;

  border-color: #212529;

}

.bs5-btn-check:focus + .bs5-btn-outline-dark, .bs5-btn-outline-dark:focus {

  box-shadow: 0 0 0 var(--bs-rem) rgba(33, 37, 41, 0.5);

}

.bs5-btn-check:checked + .bs5-btn-outline-dark, .bs5-btn-check:active + .bs5-btn-outline-dark, .bs5-btn-outline-dark:active, .bs5-btn-outline-dark.active, .bs5-btn-outline-dark.dropdown-toggle.show {

  color: #fff;

  background-color: #212529;

  border-color: #212529;

}

.bs5-btn-check:checked + .bs5-btn-outline-dark:focus, .bs5-btn-check:active + .bs5-btn-outline-dark:focus, .bs5-btn-outline-dark:active:focus, .bs5-btn-outline-dark.active:focus, .bs5-btn-outline-dark.dropdown-toggle.show:focus {

  box-shadow: 0 0 0 var(--bs-rem) rgba(33, 37, 41, 0.5);

}

.bs5-btn-outline-dark:disabled, .bs5-btn-outline-dark.disabled {

  color: #212529;

  background-color: transparent;

}



.bs5-btn-link {

  font-weight: 400;

  color: #0d6efd;

  text-decoration: underline;

}

.bs5-btn-link:hover {

  color: #0a58ca;

}

.bs5-btn-link:disabled, .bs5-btn-link.disabled {

  color: #6c757d;

}



.bs5-btn-lg, .bs5-btn-group-lg > .bs5-btn {

  padding: 0.5rem 1rem;

  font-size: 1.25rem;

  border-radius: 0.3rem;

}



.bs5-btn-sm, .bs5-btn-group-sm > .bs5-btn {

  padding: var(--bs-rem) 0.5rem;

  font-size: 0.875rem;

  border-radius: 0.3rem;

}



.bs5-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.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;

  border: 0;

  border-radius: 0.25rem;

  opacity: 0.5;

}

.bs5-btn-close:hover {

  color: #000;

  text-decoration: none;

  opacity: 0.75;

}

.bs5-btn-close:focus {

  outline: 0;

  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);

  opacity: 1;

}

.bs5-btn-close:disabled, .bs5-btn-close.disabled {

  pointer-events: none;

  -webkit-user-select: none;

  -moz-user-select: none;

  user-select: none;

  opacity: 0.25;

}



.bs5-modal {

  position: fixed;

  top: 0;

  left: 0;

  z-index: 1000000;

  display: none;

  width: 100%;

  height: 100%;

  overflow-x: hidden;

  overflow-y: auto;

  outline: 0;

}



.bs5-modal-dialog {

  z-index: 10000;

  position: relative;

  width: auto;

  margin: 0.5rem;

  pointer-events: none;

  min-height: calc(100% - 3.5rem);

  display: flex;

  align-items: center;

  flex-flow: column;

  justify-content: center;

}

/* .bs5-modal.fade .bs5-modal-dialog {

  transition: transform 0.3s ease-out;

  transform: translate(0, -50px);

} */

@media (prefers-reduced-motion: reduce) {

  .bs5-modal.fade .bs5-modal-dialog {

    transition: none;

  }

}

.bs5-modal.show .bs5-modal-dialog {

  transform: none;

}

.bs5-modal.bs5-modal-static .bs5-modal-dialog {

  transform: scale(1.02);

}



.bs5-modal-dialog-scrollable {

  height: calc(100% - 1rem);

}

.bs5-modal-dialog-scrollable .bs5-modal-content {

  max-height: 100%;

  overflow: hidden;

}

.bs5-modal-dialog-scrollable .bs5-modal-body {

  overflow-y: auto;

}



.bs5-modal-dialog-centered {

  display: flex;

  align-items: center;

  min-height: calc(100% - 1rem);

}



.bs5-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.3rem; */

  outline: 0;



  color: #666;

  border: none;

  border-radius: 10px;

  box-shadow: none;

}



.bs5-modal-content form { margin-bottom: 0; }



.modal-backdrop {

  position: fixed;

  top: 0;

  left: 0;

  z-index: 1040;

  width: 100vw;

  height: 100vh;

  background-color: #000;

}

/* .modal-backdrop.in { z-index: auto; } */

/* .modal-backdrop.fade {

  opacity: 0;

}

.modal-backdrop.show {

  opacity: 0.5;

} */

.modal-backdrop.in { opacity: 0.5 !important; }



.bs5-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.3rem - 1px); */

  /* border-top-right-radius: calc(0.3rem - 1px); */

  display: block;

  position: relative;

  width: 100%;

  padding: 20px !important;

  background: var(--bs-primary) !important;

  border: none;

  border-top-left-radius: 8px;

  border-top-right-radius: 8px;

  text-align: center;

  color: white;

}

.bs5-modal-header .bs5-modal-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.bs5-modal-header h5 > i { font-size: 28px; margin-right: 10px; }

.bs5-modal-header h4 { margin: 0; }

.bs5-modal-header .btn-close {

  cursor: pointer;

  padding: 0.5rem 0.5rem;

  margin: -0.5rem -0.5rem -0.5rem auto;

}

.bs5-modal-header .close {

  cursor: pointer;

  position: absolute;

  top: 0;

  right: 0;

  font-size: 20px;

  margin: 10px !important;

  color: #000 !important;

}

.bs5-modal-header .close:hover { opacity: .6; }

.bs5-modal-header .bs5-btn-close { position: absolute; top: 15px; right: 15px; }

.bs5-modal-title {

  margin-bottom: 0;

  line-height: 1.5;

}



.bs5-modal-body {

  position: relative;

  flex: 1 1 auto;

  /* padding: 1rem; */



  overflow-y: overlay;

  max-height: 70vh;

  height: auto !important;

  padding: 30px;

  padding-bottom: 0.25rem;

  margin-bottom: 25px;

  border: none;

  /* text-align: center; */

  font-size: 14px;

}



/* .bs5-modal-body .mCSB_inside > .mCSB_container { margin-right: 0 !important; } */

.bs5-modal-body .quickCreateContent { margin-top: 0 !important; }



.bs5-modal-footer {

  display: flex;

  flex-wrap: wrap;

  flex-shrink: 0;

  align-items: center;

  /* justify-content: flex-end; */

  /* padding: 0.75rem; */

  /* border-top: 1px solid #dee2e6; */

  /* border-bottom-right-radius: calc(0.3rem - 1px); */

  /* border-bottom-left-radius: calc(0.3rem - 1px); */



  justify-content: center;

  border: none;

  padding: 12px;

  padding-top: 0;

  background: none !important;

  border-bottom-left-radius: 9px;

  border-bottom-right-radius: 9px;

}

.bs5-modal-footer > * {

  margin: var(--bs-rem);

}



@media (min-width: 576px) {

  .bs5-modal-dialog {

    max-width: 500px;

    margin: 1.75rem auto;

  }



  .bs5-modal-dialog-scrollable {

    height: calc(100% - 3.5rem);

  }



  .bs5-modal-dialog-centered {

    min-height: calc(100% - 3.5rem);

  }



  .bs5-modal-sm {

    max-width: 300px;

  }

}

@media (min-width: 992px) {

  .bs5-modal-lg,

.bs5-modal-xl {

    max-width: 800px;

  }

}

@media (min-width: 1200px) {

  .bs5-modal-xl {

    max-width: 1140px;

  }

}

.bs5-modal-fullscreen {

  width: 100vw;

  max-width: none;

  height: 100%;

  margin: 0;

}

.bs5-modal-fullscreen .bs5-modal-content {

  height: 100%;

  border: 0;

  border-radius: 0;

}

.bs5-modal-fullscreen .bs5-modal-header {

  border-radius: 0;

}

.bs5-modal-fullscreen .bs5-modal-body {

  overflow-y: auto;

}

.bs5-modal-fullscreen .bs5-modal-footer {

  border-radius: 0;

}



@media (max-width: 575.98px) {

  .bs5-modal-fullscreen-sm-down {

    width: 100vw;

    max-width: none;

    height: 100%;

    margin: 0;

  }

  .bs5-modal-fullscreen-sm-down .bs5-modal-content {

    height: 100%;

    border: 0;

    border-radius: 0;

  }

  .bs5-modal-fullscreen-sm-down .bs5-modal-header {

    border-radius: 0;

  }

  .bs5-modal-fullscreen-sm-down .bs5-modal-body {

    overflow-y: auto;

  }

  .bs5-modal-fullscreen-sm-down .bs5-modal-footer {

    border-radius: 0;

  }

}

@media (max-width: 767.98px) {

  .bs5-modal-fullscreen-md-down {

    width: 100vw;

    max-width: none;

    height: 100%;

    margin: 0;

  }

  .bs5-modal-fullscreen-md-down .bs5-modal-content {

    height: 100%;

    border: 0;

    border-radius: 0;

  }

  .bs5-modal-fullscreen-md-down .bs5-modal-header {

    border-radius: 0;

  }

  .bs5-modal-fullscreen-md-down .bs5-modal-body {

    overflow-y: auto;

  }

  .bs5-modal-fullscreen-md-down .bs5-modal-footer {

    border-radius: 0;

  }

}

@media (max-width: 991.98px) {

  .bs5-modal-fullscreen-lg-down {

    width: 100vw;

    max-width: none;

    height: 100%;

    margin: 0;

  }

  .bs5-modal-fullscreen-lg-down .bs5-modal-content {

    height: 100%;

    border: 0;

    border-radius: 0;

  }

  .bs5-modal-fullscreen-lg-down .bs5-modal-header {

    border-radius: 0;

  }

  .bs5-modal-fullscreen-lg-down .bs5-modal-body {

    overflow-y: auto;

  }

  .bs5-modal-fullscreen-lg-down .bs5-modal-footer {

    border-radius: 0;

  }

}

@media (max-width: 1199.98px) {

  .bs5-modal-fullscreen-xl-down {

    width: 100vw;

    max-width: none;

    height: 100%;

    margin: 0;

  }

  .bs5-modal-fullscreen-xl-down .bs5-modal-content {

    height: 100%;

    border: 0;

    border-radius: 0;

  }

  .bs5-modal-fullscreen-xl-down .bs5-modal-header {

    border-radius: 0;

  }

  .bs5-modal-fullscreen-xl-down .bs5-modal-body {

    overflow-y: auto;

  }

  .bs5-modal-fullscreen-xl-down .bs5-modal-footer {

    border-radius: 0;

  }

}

@media (max-width: 1399.98px) {

  .bs5-modal-fullscreen-xxl-down {

    width: 100vw;

    max-width: none;

    height: 100%;

    margin: 0;

  }

  .bs5-modal-fullscreen-xxl-down .bs5-modal-content {

    height: 100%;

    border: 0;

    border-radius: 0;

  }

  .bs5-modal-fullscreen-xxl-down .bs5-modal-header {

    border-radius: 0;

  }

  .bs5-modal-fullscreen-xxl-down .bs5-modal-body {

    overflow-y: auto;

  }

  .bs5-modal-fullscreen-xxl-down .bs5-modal-footer {

    border-radius: 0;

  }

}

.bs5-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));
}
.bs5-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);
}

.bs5-col {

  flex: 1 0 0%;

}



.bs5-col-auto {

  flex: 0 0 auto;

  width: auto;

}



.bs5-col-1 {

  flex: 0 0 auto;

  width: 8.33333333%;

}



.bs5-col-2 {

  flex: 0 0 auto;

  width: 16.66666667%;

}



.bs5-col-3 {

  flex: 0 0 auto;

  width: 25%;

}



.bs5-col-4 {

  flex: 0 0 auto;

  width: 33.33333333%;

}



.bs5-col-5 {

  flex: 0 0 auto;

  width: 41.66666667%;

}



.bs5-col-6 {

  flex: 0 0 auto;

  width: 50%;

}



.bs5-col-7 {

  flex: 0 0 auto;

  width: 58.33333333%;

}



.bs5-col-8 {

  flex: 0 0 auto;

  width: 66.66666667%;

}



.bs5-col-9 {

  flex: 0 0 auto;

  width: 75%;

}



.bs5-col-10 {

  flex: 0 0 auto;

  width: 83.33333333%;

}



.bs5-col-11 {

  flex: 0 0 auto;

  width: 91.66666667%;

}



.bs5-col-12 {

  flex: 0 0 auto;

  width: 100%;

}



.m-0 {

  margin: 0 !important;

}



.m-1 {

  margin: var(--bs-rem) !important;

}



.m-2 {

  margin: 0.5rem !important;

}



.m-3 {

  margin: 1rem !important;

}



.m-4 {

  margin: 1.5rem !important;

}



.m-5 {

  margin: 3rem !important;

}



.m-auto {

  margin: auto !important;

}



.mx-0 {

  margin-right: 0 !important;

  margin-left: 0 !important;

}



.mx-1 {

  margin-right: var(--bs-rem) !important;

  margin-left: var(--bs-rem) !important;

}



.mx-2 {

  margin-right: 0.5rem !important;

  margin-left: 0.5rem !important;

}



.mx-3 {

  margin-right: 1rem !important;

  margin-left: 1rem !important;

}



.mx-4 {

  margin-right: 1.5rem !important;

  margin-left: 1.5rem !important;

}



.mx-5 {

  margin-right: 3rem !important;

  margin-left: 3rem !important;

}



.mx-auto {

  margin-right: auto !important;

  margin-left: auto !important;

}



.my-0 {

  margin-top: 0 !important;

  margin-bottom: 0 !important;

}



.my-1 {

  margin-top: var(--bs-rem) !important;

  margin-bottom: var(--bs-rem) !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;

}



.my-5 {

  margin-top: 3rem !important;

  margin-bottom: 3rem !important;

}



.my-auto {

  margin-top: auto !important;

  margin-bottom: auto !important;

}



.mt-0 {

  margin-top: 0 !important;

}



.mt-1 {

  margin-top: var(--bs-rem) !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;

}



.mt-auto {

  margin-top: auto !important;

}



.me-0 {

  margin-right: 0 !important;

}



.me-1 {

  margin-right: var(--bs-rem) !important;

}



.me-2 {

  margin-right: 0.5rem !important;

}



.me-3 {

  margin-right: 1rem !important;

}



.me-4 {

  margin-right: 1.5rem !important;

}



.me-5 {

  margin-right: 3rem !important;

}



.me-auto {

  margin-right: auto !important;

}



.mb-0 {

  margin-bottom: 0 !important;

}



.mb-1 {

  margin-bottom: var(--bs-rem) !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;

}



.mb-auto {

  margin-bottom: auto !important;

}



.ms-0 {

  margin-left: 0 !important;

}



.ms-1 {

  margin-left: var(--bs-rem) !important;

}



.ms-2 {

  margin-left: 0.5rem !important;

}



.ms-3 {

  margin-left: 1rem !important;

}



.ms-4 {

  margin-left: 1.5rem !important;

}



.ms-5 {

  margin-left: 3rem !important;

}



.ms-auto {

  margin-left: auto !important;

}



.p-0 {

  padding: 0 !important;

}



.p-1 {

  padding: var(--bs-rem) !important;

}



.p-2 {

  padding: 0.5rem !important;

}



.p-3 {

  padding: 1rem !important;

}



.p-4 {

  padding: 1.5rem !important;

}



.p-5 {

  padding: 3rem !important;

}



.px-0 {

  padding-right: 0 !important;

  padding-left: 0 !important;

}



.px-1 {

  padding-right: var(--bs-rem) !important;

  padding-left: var(--bs-rem) !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;

}



.px-5 {

  padding-right: 3rem !important;

  padding-left: 3rem !important;

}



.py-0 {

  padding-top: 0 !important;

  padding-bottom: 0 !important;

}



.py-1 {

  padding-top: var(--bs-rem) !important;

  padding-bottom: var(--bs-rem) !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-0 {

  padding-top: 0 !important;

}



.pt-1 {

  padding-top: var(--bs-rem) !important;

}



.pt-2 {

  padding-top: 0.5rem !important;

}



.pt-3 {

  padding-top: 1rem !important;

}



.pt-4 {

  padding-top: 1.5rem !important;

}



.pt-5 {

  padding-top: 3rem !important;

}



.pe-0 {

  padding-right: 0 !important;

}



.pe-1 {

  padding-right: var(--bs-rem) !important;

}



.pe-2 {

  padding-right: 0.5rem !important;

}



.pe-3 {

  padding-right: 1rem !important;

}



.pe-4 {

  padding-right: 1.5rem !important;

}



.pe-5 {

  padding-right: 3rem !important;

}



.pb-0 {

  padding-bottom: 0 !important;

}



.pb-1 {

  padding-bottom: var(--bs-rem) !important;

}



.pb-2 {

  padding-bottom: 0.5rem !important;

}



.pb-3 {

  padding-bottom: 1rem !important;

}



.pb-4 {

  padding-bottom: 1.5rem !important;

}



.pb-5 {

  padding-bottom: 3rem !important;

}



.ps-0 {

  padding-left: 0 !important;

}



.ps-1 {

  padding-left: var(--bs-rem) !important;

}



.ps-2 {

  padding-left: 0.5rem !important;

}



.ps-3 {

  padding-left: 1rem !important;

}



.ps-4 {

  padding-left: 1.5rem !important;

}



.ps-5 {

  padding-left: 3rem !important;

}



.w-25 {

  width: 25% !important;

}



.w-50 {

  width: 50% !important;

}



.w-75 {

  width: 75% !important;

}



.w-100 {

  width: 100% !important;

}



.w-auto {

  width: auto !important;

}



.h-25 {

  height: 25% !important;

}



.h-50 {

  height: 50% !important;

}



.h-75 {

  height: 75% !important;

}



.h-100 {

  height: 100% !important;

}



.h-auto {

  height: auto !important;

}



.d-inline {

  display: inline !important;

}



.d-inline-block {

  display: inline-block !important;

}



.d-block {

  display: block !important;

}



.d-grid {

  display: grid !important;

}



.d-table {

  display: table !important;

}



.d-table-row {

  display: table-row !important;

}



.d-table-cell {

  display: table-cell !important;

}



.d-flex {

  display: flex !important;

}



.d-inline-flex {

  display: inline-flex !important;

}



.d-none {

  display: none !important;

}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

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

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

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

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

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

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

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

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

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bootstrap-switch-container { height: fit-content !important; }

.bootstrap-switch-handle-off.bootstrap-switch-default { white-space: nowrap !important; }

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}


.bs5-custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.37506rem;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 600;
  -webkit-print-color-adjust: exact;
}
.bs5-custom-control-input {
  position: absolute !important;
  z-index: -1;
  width: 2rem !important;
  height: 2.1rem !important;
  opacity: 0 !important;
  box-sizing: border-box;
  padding: 0;
  margin: 0 !important;
  left: auto;
  right: 0;
}
.bs5-custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  cursor: pointer;
  display: -ms-inline-flexbox;
  /* display: inline-flex; */
  /* padding-left: 2rem; */
  /* min-width: 1.25rem; */
  min-height: 1.25rem;
  display: inline-block;
  min-width: 2.1875rem;
  padding-left: 0;
  padding-right: 2.9375rem;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
}
.bs5-custom-control-label::before {
  position: absolute;
  display: block;
  height: 2rem;
  content: "";
  box-shadow: 0 0 0 0 transparent;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: 0;
  width: 3.5rem;
  pointer-events: all;
  border-radius: 1rem;
  background-color: #999;
  left: auto;
  right: 0;
}
.bs5-custom-control-input:checked~.bs5-custom-control-label::before {
  color: #fff;
  border-color: #2196f3;
  background-color: #2196f3;
}
.bs5-custom-switch .bs5-custom-control-input:checked~.bs5-custom-control-label::before, 
.bs5-custom-switch .bs5-custom-control-input:disabled:checked~.bs5-custom-control-label::before {
  background-color: #2196f3;
}
.bs5-custom-control-label::after {
  position: absolute;
  display: block;
  content: "";
  background: 50%/50% 50% no-repeat;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #ddd;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
  top: calc(.0625rem + 1.8px);
  background-color: #fff;
  box-shadow: 0 0.0625rem 0.125rem rgb(0 0 0 / 25%);
  right: calc(1.1875rem + 4.7px);
  left: auto;
}
.bs5-custom-switch .bs5-custom-control-input:checked~.bs5-custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(1.45rem);
  transform: translateX(1.45rem);
}
.bs5-custom-switch .bs5-custom-control-input:checked~.bs5-custom-control-label::after {
  background-color: #fff;
}


.bs5-btn-group,
.bs5-btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.bs5-btn-group > .bs5-btn,
.bs5-btn-group-vertical > .bs5-btn {
  position: relative;
  flex: 1 1 auto;
}
.bs5-btn-group > .bs5-btn-check:checked + .bs5-btn,
.bs5-btn-group > .bs5-btn-check:focus + .bs5-btn,
.bs5-btn-group > .bs5-btn:hover,
.bs5-btn-group > .bs5-btn:focus,
.bs5-btn-group > .bs5-btn:active,
.bs5-btn-group > .bs5-btn.active,
.bs5-btn-group-vertical > .bs5-btn-check:checked + .bs5-btn,
.bs5-btn-group-vertical > .bs5-btn-check:focus + .bs5-btn,
.bs5-btn-group-vertical > .bs5-btn:hover,
.bs5-btn-group-vertical > .bs5-btn:focus,
.bs5-btn-group-vertical > .bs5-btn:active,
.bs5-btn-group-vertical > .bs5-btn.active {
  z-index: 1;
}
.bs5-btn-group > .bs5-btn:not(:first-child),
.bs5-btn-group > .bs5-btn-group:not(:first-child) {
  margin-left: -1px;
}
.bs5-btn-group > .bs5-btn:not(:last-child):not(.dropdown-toggle),
.bs5-btn-group > .bs5-btn-group:not(:last-child) > .bs5-btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.bs5-btn-group > .bs5-btn:nth-child(n+3),
.bs5-btn-group > :not(.bs5-btn-check) + .bs5-btn,
.bs5-btn-group > .bs5-btn-group:not(:first-child) > .bs5-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bs5-btn-sm + .dropdown-toggle-split, .bs5-btn-group-sm > .bs5-btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.bs5-btn-lg + .dropdown-toggle-split, .bs5-btn-group-lg > .bs5-btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.bs5-btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.bs5-btn-group-vertical > .bs5-btn,
.bs5-btn-group-vertical > .bs5-btn-group {
  width: 100%;
}
.bs5-btn-group-vertical > .bs5-btn:not(:first-child),
.bs5-btn-group-vertical > .bs5-btn-group:not(:first-child) {
  margin-top: -1px;
}
.bs5-btn-group-vertical > .bs5-btn:not(:last-child):not(.dropdown-toggle),
.bs5-btn-group-vertical > .bs5-btn-group:not(:last-child) > .bs5-btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bs5-btn-group-vertical > .bs5-btn ~ .bs5-btn,
.bs5-btn-group-vertical > .bs5-btn-group:not(:first-child) > .bs5-btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media (min-width: 576px) {
  .bs5-col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .bs5-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .bs5-col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .bs5-col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .bs5-col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .bs5-col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .bs5-col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .bs5-col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .bs5-col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .bs5-col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .bs5-col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .bs5-col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .bs5-col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .bs5-col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .bs5-col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .bs5-col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .bs5-col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .bs5-col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .bs5-col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .bs5-col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .bs5-col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .bs5-col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .bs5-col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .bs5-col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .bs5-col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .bs5-col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .bs5-col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .bs5-col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .bs5-col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .bs5-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .bs5-col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .bs5-col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .bs5-col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .bs5-col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .bs5-col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .bs5-col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .bs5-col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .bs5-col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .bs5-col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .bs5-col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .bs5-col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .bs5-col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .bs5-col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .bs5-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .bs5-col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .bs5-col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .bs5-col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .bs5-col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .bs5-col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .bs5-col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .bs5-col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .bs5-col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .bs5-col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .bs5-col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .bs5-col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .bs5-col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .bs5-col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .bs5-col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .bs5-col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .bs5-col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .bs5-col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .bs5-col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .bs5-col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .bs5-col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .bs5-col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .bs5-col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .bs5-col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .bs5-col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .bs5-col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .bs5-col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}