:root,
[data-bs-theme=light] {
  --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-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text: #0a58ca;
  --bs-secondary-text: #6c757d;
  --bs-success-text: #146c43;
  --bs-info-text: #087990;
  --bs-warning-text: #997404;
  --bs-danger-text: #b02a37;
  --bs-light-text: #6c757d;
  --bs-dark-text: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #f8f9fa;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #e9ecef;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, 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));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(var(--bs-body-color-rgb), 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
  --bs-emphasis-color: #000;
  --bs-form-control-bg: var(--bs-body-bg);
  --bs-form-control-disabled-bg: var(--bs-secondary-bg);
  --bs-highlight-bg: #fff3cd;
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

[data-bs-theme=dark] {
  --bs-body-color: #adb5bd;
  --bs-body-color-rgb: 173, 181, 189;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #f8f9fa;
  --bs-emphasis-color-rgb: 248, 249, 250;
  --bs-secondary-color: rgba(173, 181, 189, 0.75);
  --bs-secondary-color-rgb: 173, 181, 189;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(173, 181, 189, 0.5);
  --bs-tertiary-color-rgb: 173, 181, 189;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-emphasis-color: #fff;
  --bs-primary-text: #6ea8fe;
  --bs-secondary-text: #dee2e6;
  --bs-success-text: #75b798;
  --bs-info-text: #6edff6;
  --bs-warning-text: #ffda6a;
  --bs-danger-text: #ea868f;
  --bs-light-text: #f8f9fa;
  --bs-dark-text: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #212529;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #495057;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #055160;
  --bs-warning-border-subtle: #664d03;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: #fff;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #9ec5fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 158, 197, 254;
  --bs-code-color: #e685b5;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !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;
}

.ms-0 {
  margin-left: 0 !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-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !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;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !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;
}

@media (min-width: 576px) {
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
.btn {
  --bs-btn-border-radius: 0.375rem;
  border-radius: var(--bs-btn-border-radius);
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.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-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-2xl) !important;
  border-top-right-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-2xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-2xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-2xl) !important;
  border-top-left-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !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;
}

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

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

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

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

.clean-navbar.fixed-top + .page {
  padding-top: 62px;
}

.clean-navbar.fixed-top + .page {
  padding-top: 5rem;
}

.form-select {
  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 5 6 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: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn-outline-secondary {
  color: #6c757d;
  background: transparent;
  border-color: #6c757d;
  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;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.text-black {
  color: #000;
}

.text-danger {
  color: #D1410C !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: var(--bs-link-hover-color) !important;
}

.btn-primary.focus, .btn-primary:focus {
  background-color: var(--bs-link-hover-color);
  border-color: var(--bs-link-hover-color);
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-link-hover-color-rgb), 0.5);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  --bs-blue:#0a58ca;
  background-color: var(--bs-blue);
  border-color: var(--bs-blue);
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  --bs-blue:#0a58ca;
  background-color: var(--bs-blue);
  border-color: var(--bs-blue);
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-link-hover-color-rgb), 0.5);
}

.bs-canvas-overlay {
  opacity: 0;
  z-index: -1;
}

.bs-canvas-overlay.show {
  opacity: 0.5;
  z-index: 1100;
  background-color: #000;
}

.bs-canvas {
  top: 0;
  width: 0;
  z-index: 1110;
  overflow-x: hidden;
  overflow-y: auto;
}

.bs-canvas-left {
  left: 0;
}

.bs-canvas-right {
  right: 0;
}

.bs-canvas-anim {
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
}

.fontSize-0 {
  font-size: 0px;
}

.fontSize-1 {
  font-size: 1px;
}

.fontSize-2 {
  font-size: 2px;
}

.fontSize-3 {
  font-size: 3px;
}

.fontSize-4 {
  font-size: 4px;
}

.fontSize-5 {
  font-size: 5px;
}

.fontSize-6 {
  font-size: 6px;
}

.fontSize-7 {
  font-size: 7px;
}

.fontSize-8 {
  font-size: 8px;
}

.fontSize-9 {
  font-size: 9px;
}

.fontSize-10 {
  font-size: 10px;
}

.fontSize-11 {
  font-size: 11px;
}

.fontSize-12 {
  font-size: 12px;
}

.fontSize-13 {
  font-size: 13px;
}

.fontSize-14 {
  font-size: 14px;
}

.fontSize-15 {
  font-size: 15px;
}

.fontSize-16 {
  font-size: 16px;
}

.fontSize-17 {
  font-size: 17px;
}

.fontSize-18 {
  font-size: 18px;
}

.fontSize-19 {
  font-size: 19px;
}

.fontSize-20 {
  font-size: 20px;
}

.fontSize-21 {
  font-size: 21px;
}

.fontSize-22 {
  font-size: 22px;
}

.fontSize-23 {
  font-size: 23px;
}

.fontSize-24 {
  font-size: 24px;
}

.fontSize-25 {
  font-size: 25px;
}

.fontSize-26 {
  font-size: 26px;
}

.fontSize-27 {
  font-size: 27px;
}

.fontSize-28 {
  font-size: 28px;
}

.fontSize-29 {
  font-size: 29px;
}

.fontSize-30 {
  font-size: 30px;
}

.fontSize-31 {
  font-size: 31px;
}

.fontSize-32 {
  font-size: 32px;
}

.fontSize-33 {
  font-size: 33px;
}

.fontSize-34 {
  font-size: 34px;
}

.fontSize-35 {
  font-size: 35px;
}

.fontSize-36 {
  font-size: 36px;
}

.fontSize-37 {
  font-size: 37px;
}

.fontSize-38 {
  font-size: 38px;
}

.fontSize-39 {
  font-size: 39px;
}

.fontSize-40 {
  font-size: 40px;
}

.fontSize-41 {
  font-size: 41px;
}

.fontSize-42 {
  font-size: 42px;
}

.fontSize-43 {
  font-size: 43px;
}

.fontSize-44 {
  font-size: 44px;
}

.fontSize-45 {
  font-size: 45px;
}

.fontSize-46 {
  font-size: 46px;
}

.fontSize-47 {
  font-size: 47px;
}

.fontSize-48 {
  font-size: 48px;
}

.fontSize-49 {
  font-size: 49px;
}

.fontSize-50 {
  font-size: 50px;
}

.fontSize-51 {
  font-size: 51px;
}

.fontSize-52 {
  font-size: 52px;
}

.fontSize-53 {
  font-size: 53px;
}

.fontSize-54 {
  font-size: 54px;
}

.fontSize-55 {
  font-size: 55px;
}

.fontSize-56 {
  font-size: 56px;
}

.fontSize-57 {
  font-size: 57px;
}

.fontSize-58 {
  font-size: 58px;
}

.fontSize-59 {
  font-size: 59px;
}

.fontSize-60 {
  font-size: 60px;
}

.fontSize-61 {
  font-size: 61px;
}

.fontSize-62 {
  font-size: 62px;
}

.fontSize-63 {
  font-size: 63px;
}

.fontSize-64 {
  font-size: 64px;
}

.fontSize-65 {
  font-size: 65px;
}

.fontSize-66 {
  font-size: 66px;
}

.fontSize-67 {
  font-size: 67px;
}

.fontSize-68 {
  font-size: 68px;
}

.fontSize-69 {
  font-size: 69px;
}

.fontSize-70 {
  font-size: 70px;
}

.fontSize-71 {
  font-size: 71px;
}

.fontSize-72 {
  font-size: 72px;
}

.fontSize-73 {
  font-size: 73px;
}

.fontSize-74 {
  font-size: 74px;
}

.fontSize-75 {
  font-size: 75px;
}

.fontSize-76 {
  font-size: 76px;
}

.fontSize-77 {
  font-size: 77px;
}

.fontSize-78 {
  font-size: 78px;
}

.fontSize-79 {
  font-size: 79px;
}

.fontSize-80 {
  font-size: 80px;
}

.fontSize-81 {
  font-size: 81px;
}

.fontSize-82 {
  font-size: 82px;
}

.fontSize-83 {
  font-size: 83px;
}

.fontSize-84 {
  font-size: 84px;
}

.fontSize-85 {
  font-size: 85px;
}

.fontSize-86 {
  font-size: 86px;
}

.fontSize-87 {
  font-size: 87px;
}

.fontSize-88 {
  font-size: 88px;
}

.fontSize-89 {
  font-size: 89px;
}

.fontSize-90 {
  font-size: 90px;
}

.fontSize-91 {
  font-size: 91px;
}

.fontSize-92 {
  font-size: 92px;
}

.fontSize-93 {
  font-size: 93px;
}

.fontSize-94 {
  font-size: 94px;
}

.fontSize-95 {
  font-size: 95px;
}

.fontSize-96 {
  font-size: 96px;
}

.fontSize-97 {
  font-size: 97px;
}

.fontSize-98 {
  font-size: 98px;
}

.fontSize-99 {
  font-size: 99px;
}

.fontSize-100 {
  font-size: 100px;
}

:root {
  --color-black:#333333;
  --color-black-rgb:51, 51, 51;
  --color-blue:#333FFA;
  --color-blue-rgb:51, 63, 250;
  --color-black-dark:#242565;
  --color-black-dark-rgb:36, 37, 101;
  --color-red:#D1410C;
  --color-red-rgb:209, 65, 12;
}

.text--blue {
  color: var(--color-blue);
}

.text--black {
  color: var(--color-black);
}

.text--black-dark {
  color: var(--color-black-dark);
}

.text--red {
  color: var(--color-red);
}

body {
  background-color: #F6F6F6;
}

.eventCard {
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
}
.eventCard:hover {
  background-color: #E3E5FF;
}
.eventCard:hover h4.text-black {
  --bs-black-rgb:var(--color-blue-rgb);
}

.customBurger {
  display: inline-block;
}
.customBurger span {
  position: relative;
  display: block;
  width: 36px;
  height: 5px;
  margin-top: 3px;
  margin-bottom: 3px;
  background: var(--color-black);
  border-radius: 10px;
}
.customBurger span:before, .customBurger span:after {
  content: "";
  width: 36px;
  height: 5px;
  background: var(--color-black);
  position: absolute;
  border-radius: 10px;
}
.customBurger span:before {
  top: -10px;
}
.customBurger span:after {
  bottom: -10px;
}

.customBtn {
  border: 1px solid var(--color-blue);
  padding: 8px 16px;
  text-decoration: none;
}
.customBtn:hover {
  background-color: rgba(var(--color-blue-rgb), 0.1);
  text-decoration: none;
}

.slideTicketInfo {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 760px;
}
@media (max-width: 991px) {
  .slideTicketInfo {
    margin-left: 15px !important;
    margin-right: 15px !important;
    width: inherit;
  }
}

.eventThumb {
  border: 4px solid rgba(255, 255, 255, 0.5);
  max-width: 260px;
}
@media (max-width: 992px) {
  .eventThumb {
    max-width: 130px;
  }
}
@media (max-width: 992px) {
  .eventThumb {
    max-width: 130px;
  }
}

@media (max-width: 767px) {
  .eventThumbWrap {
    display: none;
  }
}

@media (min-width: 768px) {
  .eventTitle {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .eventTitle {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .eventTitle {
    font-size: 1.75rem;
  }
}

.eventDescription {
  display: none;
}
@media (min-width: 768px) {
  .eventDescription {
    font-size: 14px;
    display: block;
  }
}
@media (min-width: 992px) {
  .eventDescription {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .eventDescription {
    font-size: 18px;
  }
}
.semiDarkTitle {
  color: rgba(46, 49, 64, 0.4);
}

.ticketInfo {
  background-color: transparent;
  padding: 1rem;
}
@media (min-width: 992px) {
  .ticketInfo {
    background-color: #fff;
  }
}
@media (max-width: 991px) {
  .ticketInfo p {
    color: #fff !important;
  }
  .ticketInfo .btn {
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  .heroCarousel .carousel-item {
    min-height: 350px;
  }
}
@media (max-width: 767px) {
  .heroCarousel .carousel-item img {
    height: 100% !important;
    min-height: 350px;
  }
}
@media (max-width: 992px) {
  .heroCarousel .carousel-control-prev,
  .heroCarousel .carousel-control-next {
    display: none;
  }
}

.canvasLogo {
  padding: 0.5rem;
  border: 1px solid var(--color-blue);
  color: var(--color-blue);
}

.offcanvas-footer-custom {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

a.socialLink {
  color: #333;
}

.homeNav {
  padding: 0;
}
.homeNav li {
  list-style-type: none;
}
.homeNav li a {
  display: block;
  padding: 12px;
  margin-bottom: 15px;
  text-decoration: none;
  color: #333;
  font-weight: 600;
  border-radius: 8px;
  background: rgba(160, 171, 187, 0.2);
  transition: background 0.5s ease-in-out;
}
.homeNav li a:hover, .homeNav li a.active {
  color: #fff;
  background: rgba(var(--color-blue-rgb), 1);
}

.fooText {
  color: rgba(46, 49, 64, 0.6);
}

.eventDate {
  right: 15px;
  top: 15px;
}

.topSearch .form-control {
  border-radius: 2rem;
}
.topSearch .input-group-text {
  background-color: #fff;
  border-left: transparent;
  color: rgba(160, 171, 187, 0.8);
}
.topSearch .input-group-text.active {
  color: var(--color-blue);
}
.topSearch .input-group-text svg {
  cursor: pointer;
}
.topSearch .btn {
  --bs-btn-border-radius:2rem;
}

.searchEvent {
  overflow: hidden;
  background-color: #fff;
}
.searchEvent:hover, .searchEvent.active {
  background-color: #E3E5FF;
}
@media (min-width: 576px) {
  .searchEvent .searchEvent--left .searchEvent--image-wrapper img {
    max-width: 160px;
  }
}
.searchEvent .searchEvent--right {
  min-width: 200px;
  border-top: 1px dashed rgba(199, 199, 199, 0.5);
  border-left: 0;
}
@media (min-width: 768px) {
  .searchEvent .searchEvent--right {
    border-left: 1px dashed rgba(199, 199, 199, 0.5);
    border-top: 0;
  }
}
.searchEvent .searchEvent--right:before, .searchEvent .searchEvent--right:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 16px;
  position: absolute;
  background-color: #F6F6F6;
}
.searchEvent .searchEvent--right:before {
  left: -8px;
  top: -8px;
}
.searchEvent .searchEvent--right:after {
  right: -8px;
  top: -8px;
}
@media (min-width: 992px) {
  .searchEvent .searchEvent--right:after {
    right: inherit;
    top: inherit;
    left: -8px;
    bottom: -8px;
  }
}

.gridSwitch {
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
}
.gridSwitch a {
  color: rgba(160, 171, 187, 0.3);
}
.gridSwitch a:hover, .gridSwitch a.active {
  color: #333FFA;
}

#searchFilter,
#bs-canvas-top {
  height: 100vh !important;
}
@media (min-width: 768px) {
  #searchFilter,
  #bs-canvas-top {
    height: 65vh !important;
  }
}
@media (min-width: 992px) {
  #searchFilter,
  #bs-canvas-top {
    height: 60vh !important;
  }
}
.btn-primary {
  background-color: var(--color-blue);
  border-color: var(--color-blue);
}

.btn:hover {
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.bg-primary {
  background-color: var(--color-blue) !important;
}

.text-primary {
  color: var(--color-blue) !important;
}

a {
  color: var(--color-blue);
}

a:hover {
  color: var(--bs-link-hover-color);
}

.btn-outline-primary {
  color: var(--color-blue);
  border-color: var(--color-blue);
}

.btn-link {
  color: var(--color-blue);
}

.btn-link:hover {
  color: #fff;
}

/* Start */
/* End */
.bs-canvas {
  bottom: 0;
  display: flex;
  flex-direction: column;
}
.bs-canvas .bs-canvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bs-canvas .bs-canvas-content {
  flex-grow: 1;
}

@media (max-width: 767px) {
  #nav-right[style="width: 400px;"] {
    width: 100% !important;
  }
}

.card-shadow {
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}

.aristSection {
  gap: 1.25rem;
}
.aristSection .aristCover .aristCover--image {
  position: relative;
}
.aristSection .aristCover .aristCover--image .eventTime {
  background: rgba(var(--color-blue-rgb), 0.8);
  padding: 8px;
  position: absolute;
  right: 16px;
  top: 16px;
}
.aristSection .aristCover .aristCover--image img {
  max-width: 200px;
  max-height: 258px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.aristSection .aristCover .aristCover--content {
  padding: 1rem;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.qPicker {
  position: relative;
}

.qPicker .qminus, .qPicker .qminusdel {
  left: 4px;
}

.qPicker .qplus, .qPicker .qplusdel {
  right: 4px;
}

.qPicker .qminus, .qPicker .qplus, .qPicker .qminusdel, .qPicker .qplusdel {
  width: 30px;
  height: 30px;
  background: var(--color-blue);
  border-radius: 8px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #fff;
  position: absolute;
  top: 5px;
  cursor: pointer;
}/*# sourceMappingURL=app.css.map */