/**
 * Variables
 * Variables should follow the $component-state-property-size formula for
 * consistent naming. Examples:
 * $nav-link-disabled-color
 * $modal-content-box-shadow-xs 
 *
 * Customization:
 * To customize Bootstrap variables:
 * Copy the desired variable from node_modules/bootstrap/scss/_variables.scss
 * @see https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss
 * Change the value and remove the !default flag.
 */
: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: #fbfafb;
  --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: #6A0DAD;
  --bs-secondary: #A881E6;
  --bs-dark: #1C1C1E;
  --bs-light: #F5F5F7;
  --bs-primary-rgb: 106, 13, 173;
  --bs-secondary-rgb: 168, 129, 230;
  --bs-dark-rgb: 28, 28, 30;
  --bs-light-rgb: 245, 245, 247;
  --bs-primary-text-emphasis: rgb(42.4, 5.2, 69.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(225.2, 206.6, 238.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(249.5, 249.5, 250.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(195.4, 158.2, 222.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 251, 250, 251;
  --bs-black-rgb: 0, 0, 0;
  --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(251, 250, 251, 0.15), rgba(251, 250, 251, 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: #1C1C1E;
  --bs-body-color-rgb: 28, 28, 30;
  --bs-body-bg: #F5F5F7;
  --bs-body-bg-rgb: 245, 245, 247;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(28, 28, 30, 0.75);
  --bs-secondary-color-rgb: 28, 28, 30;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(28, 28, 30, 0.5);
  --bs-tertiary-color-rgb: 28, 28, 30;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #6A0DAD;
  --bs-link-color-rgb: 106, 13, 173;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(84.8, 10.4, 138.4);
  --bs-link-hover-color-rgb: 85, 10, 138;
  --bs-code-color: #d63384;
  --bs-highlight-color: #1C1C1E;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #E5E5EA;
  --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-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(106, 13, 173, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fbfafb;
  --bs-emphasis-color-rgb: 251, 250, 251;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(165.6, 109.8, 205.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(21.2, 2.6, 34.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(63.6, 7.8, 103.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(165.6, 109.8, 205.8);
  --bs-link-hover-color: rgb(183.48, 138.84, 215.64);
  --bs-link-color-rgb: 166, 110, 206;
  --bs-link-hover-color-rgb: 183, 139, 216;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(251, 250, 251, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

.c-filters {
  background: transparent;
  padding: 1rem 0 0;
}
.c-filters__container {
  width: 70%;
  margin: 0 auto;
  padding: 0;
}
.c-filters__tabs {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-start;
}
.c-filters__tab {
  background: white;
  border: 1px solid transparent;
  padding: 0.75rem 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 15px;
  font-weight: 500;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  color: #4B0082;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  transition: background 0.15s ease, color 0.15s ease;
}
.c-filters__tab:hover:not(.c-filters__tab--active) {
  background: #f4f0ff;
}
.c-filters__tab--active {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  border-color: #A881E6;
  font-weight: 700;
  background: #fbfafb;
}
.c-filters__icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  color: #609BA2;
  fill: currentColor;
  flex-shrink: 0;
}
.c-filters__icon--img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  fill: unset;
  color: unset;
}
.c-filters__inner {
  background: #ffffff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.09);
  padding: 1.25rem 1.5rem;
  border-radius: 0 6px 6px 6px;
}
.c-filters__row {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  flex-wrap: nowrap;
}
.c-filters__group {
  flex: 1 1 0;
  min-width: 0;
}
.c-filters__label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #4B0082;
}
.c-filters__select-wrap {
  position: relative;
}
.c-filters__select-wrap::after {
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.c-filters__select {
  width: 100%;
  height: 44px;
  padding: 0 2.25rem 0 0.75rem;
  border: 1.5px solid #e8e8e8;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #111;
  background: #fafafa;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.c-filters__select:focus {
  outline: none;
  border-color: #6A0DAD;
  box-shadow: 0 0 0 3px rgba(106, 13, 173, 0.1);
  background: #fbfafb;
}
.c-filters__actions {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.c-filters--overlap {
  position: relative;
  z-index: 5;
  margin-top: -13%;
}
.c-filters .c-button--primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  height: 44px;
  background: #6A0DAD;
  color: #fff;
  padding: 0 1.25rem;
  border-radius: 10px;
  border: none;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(106, 13, 173, 0.2);
  transition: background 0.18s ease, -webkit-transform 0.12s ease;
  transition: background 0.18s ease, transform 0.12s ease;
  transition: background 0.18s ease, transform 0.12s ease, -webkit-transform 0.12s ease;
}
.c-filters .c-button--primary:hover, .c-filters .c-button--primary:focus {
  background: #4B0082;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.c-filters .c-button--primary:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 1024px) {
  .c-filters__container {
    width: 85%;
  }
  .c-filters--overlap {
    margin-top: -13%;
  }
}
@media (max-width: 767px) {
  .c-filters {
    padding: 0.75rem 0 0;
  }
  .c-filters__container {
    padding: 0 1rem;
  }
  .c-filters__tabs {
    gap: 0.25rem;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }
  .c-filters__tabs::-webkit-scrollbar {
    display: none;
  }
  .c-filters__tab {
    font-size: 13px;
    padding: 0.6rem 0.75rem;
    gap: 0.35rem;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .c-filters__icon {
    width: 18px;
    height: 18px;
  }
  .c-filters__inner {
    padding: 1rem;
    border-radius: 0 4px 4px 4px;
  }
  .c-filters__row {
    flex-direction: column;
    align-items: stretch;
    gap: 0.875rem;
  }
  .c-filters__group {
    max-width: 100%;
  }
  .c-filters__actions .c-button--primary {
    width: 100%;
    justify-content: center;
  }
  .c-filters__container {
    width: 95%;
    padding: 0 1rem;
  }
  .c-filters--overlap {
    margin-top: -13%;
  }
}

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