@charset "UTF-8";
/*!
 * Bootstrap v5.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-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-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-rgb: 33, 37, 41;
  --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));
  --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-body-bg: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container,
.container-fluid {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.g-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3 {
  --bs-gutter-x: 1rem;
}

.g-3 {
  --bs-gutter-y: 1rem;
}

.g-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4 {
  --bs-gutter-y: 1.5rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .g-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4 {
    --bs-gutter-y: 1.5rem;
  }
}
@media (min-width: 992px) {

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.form-label {
  margin-bottom: 0.5rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.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) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.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) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.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;
}
.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;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}

.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 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: 0.25rem;
  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) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
 .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  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;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.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");
}
.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");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-lg > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.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;
}

.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: 0.25rem;
  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) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
 .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
 .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
 .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
 .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
 .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
 .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
 .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
 .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
 .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
 .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
 .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
 .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
 .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
 .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
 .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
 .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
 .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
 .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
 .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
 .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
 .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
 .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
 .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
 .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
 .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
 .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
 .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
 .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
 .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
 .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
 .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
 .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
 .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
 .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
 .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
 .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
 .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}


.dropdown {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}


.card-img-top {
  width: 100%;
}


.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.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;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.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;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.show) {
  display: none;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.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;
}

.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);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas.show {
  transform: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.align-middle {
  vertical-align: middle !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.d-inline {
  display: inline !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-50 {
  top: 50% !important;
}

.end-0 {
  right: 0 !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-4 {
  border-width: 4px !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !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;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-center {
  align-items: center !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.m-0 {
  margin: 0 !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !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;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !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-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !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;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.lh-1 {
  line-height: 1 !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-uppercase {
  text-transform: uppercase !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.visible {
  visibility: visible !important;
}

@media (min-width: 576px) {

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 768px) {

  .d-md-block {
    display: block !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }
}
@media (min-width: 992px) {

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
:root{--primary-color:#ECA91E;--primary-dark:#C7860B;--text-heading:#1F1A13;--text-main:#333333;--bg-body:#FAF7F0;--bg-cream-light:#FFF8E7;--white:#ffffff;--border-gold:#E6DCB8}html{font-size:14px;position:relative;min-height:100%}@media (min-width:768px){html{font-size:16px}}body{background-color:var(--bg-body)!important;font-family:Roboto,sans-serif;color:var(--text-main);line-height:1.6;margin-bottom:60px;overflow-x:hidden!important;max-width:100vw!important}.brand-logo,h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;color:var(--text-heading);font-weight:700}.top-bar{background-color:var(--bg-cream-light);font-size:13px;color:#7f5539;padding:8px 0;border-bottom:1px solid var(--border-gold)}.main-header{background:var(--white);padding:10px 0;border-bottom:2px solid var(--border-gold);position:sticky;top:0;z-index:1020;box-shadow:0 4px 15px rgba(88,47,14,.08)}.main-logo{height:50px;width:auto;object-fit:contain;transition:all .3s ease}@media (min-width:992px){.main-header{padding:5px 0}.main-logo{height:110px;margin-top:-12px;margin-bottom:-12px}}.search-box-v2{display:flex;background:#f8f9fa;border:2px solid var(--border-gold);border-radius:50px;overflow:hidden;height:42px;width:100%;transition:all .3s ease}.search-box-v2:focus-within{border-color:var(--primary-dark);box-shadow:0 0 0 4px rgba(236,169,30,.15)}.search-input-v2{border:none;background:0 0;padding:0 20px;flex:1;outline:0;font-size:14px}.search-btn-v2{border:none;background:0 0;padding:0 15px;color:var(--primary-dark);font-size:18px}.mobile-search-wrapper{padding-top:10px}.icon-action-v2{color:#333;text-decoration:none;font-weight:600;font-size:14px;display:flex;align-items:center;gap:8px}.icon-action-v2 i{font-size:24px;color:var(--primary-color)}.cart-badge-v2{position:absolute;top:-5px;right:-10px;background:#dc3545;color:#fff;font-size:10px;padding:2px 6px;border-radius:50px;font-weight:700}.nav-custom{background-color:var(--white);border-bottom:1px solid var(--border-gold)}.nav-link{font-weight:600;color:#7f5539!important;text-transform:uppercase;font-size:13px;letter-spacing:.5px;padding:15px 20px!important;transition:.3s}.nav-link:hover{color:var(--primary-color)!important;background-color:var(--bg-cream-light)}.btn-mobile-menu{color:var(--primary-color);font-size:28px;padding:0;border:none;background:0 0}.custom-hover-dropdown:hover .dropdown-menu{display:block!important;animation:fadeUp .3s ease forwards}.dropdown-item:hover{background-color:var(--bg-cream-light);transform:translateX(3px);color:var(--text-heading);transition:.2s}@keyframes fadeUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.btn-danger,.btn-dark,.btn-primary,.btn-quick-buy{background:linear-gradient(135deg,var(--text-heading) 0,#3e3326 100%)!important;border:none!important;color:var(--white)!important;font-weight:700!important;padding:11px 26px!important;border-radius:30px!important;text-transform:uppercase;letter-spacing:.8px;box-shadow:0 4px 15px rgba(31,26,19,.15);transition:all .3s cubic-bezier(.4, 0, .2, 1)!important}.btn-danger:hover,.btn-dark:hover,.btn-primary:hover,.btn-quick-buy:hover{background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%)!important;color:#1f1a13!important;transform:translateY(-3px) scale(1.02);box-shadow:0 8px 24px rgba(236,169,30,.35)!important}.enic-card{transition:all .4s cubic-bezier(.165, .84, .44, 1);border:1px solid var(--border-gold)!important;background-color:var(--white)!important;border-radius:16px;overflow:hidden}.enic-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(236,169,30,.15)!important;border-color:var(--primary-color)!important}.enic-img-wrapper{position:relative;overflow:hidden;padding-top:100%}.enic-img-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s ease,transform .6s ease}.enic-img-wrapper img.loaded{opacity:1}.enic-card:hover .enic-img-wrapper img{transform:scale(1.1)}.reveal{opacity:0;transform:translateY(30px);transition:all 1.2s cubic-bezier(.25, .46, .45, .94)}.reveal.active{opacity:1;transform:translateY(0)}.skeleton{background:linear-gradient(110deg,#f5f1e4 8%,#fffcf2 18%,#f5f1e4 33%);background-size:200% 100%;animation:1.5s shine linear infinite}@keyframes shine{to{background-position-x:-200%}}.grayscale{filter:grayscale(100%);opacity:.6}.footer-premium{background-color:#332712;color:#bcac9b;padding:60px 0 20px}.footer-logo{height:80px;width:auto;object-fit:contain;margin-bottom:15px}.footer-premium h5{color:#faedcd}.footer-premium a{color:#bcac9b;text-decoration:none;display:block;margin-bottom:8px;transition:.3s}.custom-hover:hover,.footer-premium a:hover{color:var(--primary-color)!important;transform:translateX(5px)}.breadcrumb{background:linear-gradient(135deg,#fff9f0 0,#fff5e6 100%);padding:.875rem 1.5rem;border-radius:1rem;margin-bottom:2rem;list-style:none;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-family:Roboto,sans-serif;box-shadow:0 2px 8px rgba(0,0,0,.02),0 1px 2px rgba(0,0,0,.03);border:1px solid rgba(236,169,30,.15)}.breadcrumb .breadcrumb-item{display:inline-flex;align-items:center;font-size:.9rem;letter-spacing:.3px}.breadcrumb .breadcrumb-item+.breadcrumb-item::before{content:"›";display:inline-block;margin:0 .5rem;color:#eca91e;font-size:1.2rem;font-weight:400;line-height:1}.breadcrumb .breadcrumb-item a{text-decoration:none;color:#8b6b4d;font-weight:500;transition:all .2s ease;display:inline-flex;align-items:center;gap:.4rem}.breadcrumb .breadcrumb-item a i{font-size:1rem;color:#eca91e;transition:transform .2s}.breadcrumb .breadcrumb-item a:hover{color:#b87a4a;text-decoration:underline;text-underline-offset:3px}.breadcrumb .breadcrumb-item a:hover i{transform:translateY(-1px)}.breadcrumb .breadcrumb-item.active{color:#1f1a13;font-weight:600;background:rgba(236,169,30,.12);padding:.2rem .7rem;border-radius:2rem;font-size:.85rem;letter-spacing:.2px}.breadcrumb .breadcrumb-item a span,.breadcrumb .breadcrumb-item.active{text-transform:capitalize}.nav-custom{background:#fff;border-top:1px solid #eee;border-bottom:1px solid #eee}.nav-custom .dropdown-toggle::after{display:none!important}.nav-custom .nav-link{padding:12px 16px!important;font-weight:600;color:#2c3e2f;transition:all .2s;font-size:13px}.nav-custom .nav-link:hover{color:#eca91e;background-color:#fef5e8}.nav-custom .dropdown-menu{background:#fff;border:none;border-radius:12px;box-shadow:0 12px 28px rgba(0,0,0,.1);padding:8px 0;min-width:220px;margin-top:4px;display:none;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s}.nav-custom .dropdown-submenu:hover>.dropdown-menu,.nav-custom .dropdown:hover>.dropdown-menu{display:block;opacity:1;visibility:visible;margin-top:0}.nav-custom .dropdown-menu .dropdown-item{padding:10px 20px;font-size:13px;font-weight:500;color:#2c3e2f;transition:all .2s;border-bottom:none!important;position:relative}.nav-custom .dropdown-menu .dropdown-item:hover{background-color:#fef5e8;color:#eca91e;padding-left:26px}.dropdown-submenu{position:relative}.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:4px;border-radius:12px}.nav-custom .dropdown-menu .dropdown-submenu .dropdown-menu{left:100%;top:0}.nav-custom .dropdown-submenu>a{padding-right:25px!important}.nav-custom .dropdown-submenu>a:after{content:"›";position:absolute;right:15px;top:50%;transform:translateY(-50%);font-size:20px;font-weight:700;color:#aaa;line-height:1}.mobile-category-item .btn-link{text-decoration:none;border:none;background:0 0;transition:transform .2s}.mobile-category-item .btn-link:focus{box-shadow:none}.mobile-category-item .btn-link[aria-expanded=true] i{transform:rotate(180deg)}@media (max-width:768px){.breadcrumb{padding:.6rem 1rem;gap:.25rem;border-radius:.75rem;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.breadcrumb .breadcrumb-item:not(:first-child):not(.active){display:none}.breadcrumb .breadcrumb-item.active::before{content:"›";display:inline-block;margin:0 .5rem 0 .3rem;color:#eca91e;font-size:1rem;font-weight:500}.breadcrumb .breadcrumb-item:first-child.active::before{content:none}.breadcrumb .breadcrumb-item+.breadcrumb-item::before{content:none}.breadcrumb .breadcrumb-item{font-size:.75rem}.breadcrumb .breadcrumb-item a i{font-size:.85rem}.breadcrumb .breadcrumb-item.active{padding:.15rem .5rem;white-space:nowrap}}@media (max-width:576px){.breadcrumb{padding:.5rem .75rem}.breadcrumb .breadcrumb-item{font-size:.7rem}}@media (max-width:768px){.footer-premium{padding:40px 0 0;text-align:left}.footer-logo{height:60px;margin-bottom:10px}.footer-premium h5{font-size:.9rem;margin-bottom:.75rem}.footer-premium a{font-size:.8rem}}@media (max-width:576px){.footer-premium{padding:30px 0 0}.footer-logo{height:50px}}@media (min-width:768px){.category-swipe-wrapper .anic-category-card{position:relative;background:#fff;border-radius:18px;overflow:hidden;display:flex;flex-direction:column;border:1px solid rgba(236,169,30,.25);transition:all .35s ease}.category-swipe-wrapper .anic-category-card::before{content:"";position:absolute;inset:0;border-radius:18px;pointer-events:none;border:2px solid rgba(236,169,30,.65);animation:borderBlink 2s ease-in-out infinite}.category-swipe-wrapper .anic-category-img-wrapper{aspect-ratio:1/1;width:100%;background:#fdfaf1;display:flex;align-items:center;justify-content:center;padding:12px;overflow:hidden}.category-swipe-wrapper .anic-category-img-wrapper img{max-width:100%;max-height:100%;object-fit:contain}.category-swipe-wrapper .anic-category-card>div:last-child{background:#fff;padding:14px 10px;text-align:center;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.5px;color:#1f1a13;border-top:1px solid #f5efe6;min-height:52px;display:flex;align-items:center;justify-content:center}.category-swipe-wrapper .anic-category-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(0,0,0,.08)}.category-swipe-wrapper .active-category{border-color:#1f1a13}.category-swipe-wrapper .active-category::before{border-color:#1f1a13;animation:activeBlink 1.5s ease-in-out infinite}.category-swipe-wrapper .active-category>div:last-child{background:#1f1a13;color:#fff}@keyframes borderBlink{0%{opacity:.5;box-shadow:0 0 4px rgba(236,169,30,.2),0 0 8px rgba(236,169,30,.15)}50%{opacity:1;box-shadow:0 0 10px rgba(236,169,30,.6),0 0 18px rgba(236,169,30,.35)}100%{opacity:.5;box-shadow:0 0 4px rgba(236,169,30,.2),0 0 8px rgba(236,169,30,.15)}}@keyframes activeBlink{0%{box-shadow:0 0 6px rgba(88,47,14,.2),0 0 10px rgba(88,47,14,.15)}50%{box-shadow:0 0 14px rgba(88,47,14,.5),0 0 24px rgba(88,47,14,.35)}100%{box-shadow:0 0 6px rgba(88,47,14,.2),0 0 10px rgba(88,47,14,.15)}}}.table-responsive-wrap{width:100%}@media (max-width:768px){.table-responsive-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-wrap table{min-width:500px}}@media (max-width:768px){img.responsive-img{max-width:100%;height:auto}.product-image{max-width:100%!important}.enic-img-wrapper img{max-width:100%;height:auto}}main[role=main]{padding-left:15px;padding-right:15px}@media (max-width:768px){main[role=main]{padding-left:8px;padding-right:8px;margin-top:.5rem;margin-bottom:.5rem}.product-card{margin-bottom:4px}}
:root{--modern-shadow-sm:0 2px 10px rgba(0, 0, 0, 0.03);--modern-shadow-md:0 6px 24px rgba(236, 169, 30, 0.06);--modern-shadow-lg:0 10px 40px rgba(199, 134, 11, 0.12);--modern-radius-sm:8px;--modern-radius-md:14px;--modern-radius-lg:24px;--modern-transition:all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);--primary-light:rgba(236, 169, 30, 0.12);--bg-card-modern:#ffffff;--text-muted-modern:#6b7280}html{scroll-behavior:smooth;scroll-padding-top:120px}@media (max-width:767.98px){html{scroll-padding-top:105px}}body{margin-bottom:0!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.top-bar{background:linear-gradient(135deg,#fff8e7 0,#faf4de 100%)!important;padding:10px 0!important;font-size:13px;letter-spacing:.3px;border-bottom:1px solid rgba(236,169,30,.15)!important}.top-bar .text-muted{color:#4e3b2b!important;opacity:.85}.top-bar i{font-size:14px}.main-header{backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;background:rgba(255,255,255,.95)!important;border-bottom:1px solid rgba(236,169,30,.15)!important;box-shadow:0 4px 20px rgba(0,0,0,.04)!important;transition:var(--modern-transition);padding:8px 0!important}.main-header.header-scrolled{padding:4px 0!important;box-shadow:0 4px 25px rgba(0,0,0,.08)!important}.main-logo{transition:var(--modern-transition);filter:drop-shadow(0 2px 4px rgba(0, 0, 0, .05))}.main-header:hover .main-logo{filter:drop-shadow(0 4px 8px rgba(0, 0, 0, .08))}@media (min-width:992px){.main-header{padding:4px 0!important}.main-header.header-scrolled{padding:2px 0!important}}.search-box-v2{background:#fff!important;border:2px solid rgba(236,169,30,.25)!important;box-shadow:var(--modern-shadow-sm);height:44px!important}.search-box-v2:focus-within{border-color:var(--primary-color)!important;box-shadow:0 0 0 4px rgba(236,169,30,.12),0 4px 12px rgba(236,169,30,.08)!important}.search-input-v2{font-size:14px!important;color:#374151!important}.search-input-v2::placeholder{color:#9ca3af;font-weight:400}.search-btn-v2{color:var(--primary-color)!important;font-size:18px!important;transition:transform .2s}.search-btn-v2:hover{transform:scale(1.15)}.icon-action-v2{position:relative;font-weight:500!important;color:#374151!important;padding:6px 10px;border-radius:var(--modern-radius-sm);transition:var(--modern-transition)}.icon-action-v2:hover{background:var(--primary-light);color:var(--text-heading)!important;transform:translateY(-1px)}.icon-action-v2 i{font-size:22px!important;transition:var(--modern-transition)}.icon-action-v2:hover i{color:var(--primary-dark)!important;transform:scale(1.1)}.cart-badge-v2{background:#ef4444!important;font-size:11px!important;padding:3px 7px!important;font-weight:700!important;box-shadow:0 2px 8px rgba(239,68,68,.3);transition:transform .3s cubic-bezier(.68, -.55, .265, 1.55)}.nav-custom{border-bottom:1px solid rgba(236,169,30,.15)!important;background:linear-gradient(180deg,#fff 0,#fffdf7 100%)!important}.nav-custom .nav-link{padding:14px 18px!important;font-size:13px!important;letter-spacing:.3px!important;border-radius:8px;margin:4px 2px;transition:var(--modern-transition);position:relative}.nav-custom .nav-link::after{content:"";position:absolute;bottom:4px;left:50%;transform:translateX(-50%) scaleX(0);width:60%;height:2px;background:var(--primary-color);border-radius:2px;transition:transform .3s ease}.nav-custom .nav-link:hover::after{transform:translateX(-50%) scaleX(1)}.nav-custom .nav-link:hover{background:var(--primary-light)!important;color:var(--text-heading)!important}.nav-custom .dropdown-menu{border-radius:16px!important;box-shadow:0 16px 40px rgba(236,169,30,.08),0 4px 12px rgba(0,0,0,.04)!important;border:1px solid rgba(236,169,30,.15)!important;padding:8px!important;overflow:visible}.nav-custom .dropdown-menu .dropdown-item{border-radius:10px!important;margin:2px 4px;padding:10px 16px!important;font-size:13px!important;font-weight:500!important;transition:var(--modern-transition)}.nav-custom .dropdown-menu .dropdown-item:hover{background:var(--primary-light)!important;color:var(--text-heading)!important;padding-left:22px!important;transform:translateX(2px)}.dropdown-submenu{position:relative}.dropdown-submenu>.dropdown-menu{position:absolute;top:0;left:100%;margin-top:-3px;margin-left:6px!important;border-radius:14px!important;display:none!important;z-index:1050;min-width:200px}.dropdown-submenu:hover>.dropdown-menu,.dropdown-submenu>.dropdown-menu.show{display:block!important}.dropdown-submenu .dropdown-submenu>.dropdown-menu{margin-top:-3px}@media (min-width:992px){.dropdown-submenu.dropdown-submenu-left>.dropdown-menu{left:auto;right:100%;margin-left:0;margin-right:6px}}.dropdown-submenu>.dropdown-menu .dropdown-item{white-space:nowrap;min-width:180px}.nav-custom-list{display:flex!important;flex-wrap:nowrap!important;list-style:none!important;padding:0!important;margin:0!important;white-space:nowrap!important;overflow:visible!important;justify-content:center!important;gap:0!important}.nav-custom-item{display:inline-flex!important;align-items:center!important;white-space:nowrap!important;position:relative!important}.nav-custom-item>.nav-link{white-space:nowrap!important;padding:12px 14px!important;font-size:12.5px!important;letter-spacing:.2px!important;display:inline-flex!important;align-items:center!important;gap:4px!important}.nav-custom-item .dropdown-icon{font-size:10px!important;transition:transform .2s ease!important}.nav-custom-item.has-children:hover>a .dropdown-icon{transform:rotate(180deg)!important}.nav-custom-item .dropdown-icon-sub{display:inline-flex;align-items:center;margin-left:6px;font-size:10px!important;transition:transform .2s ease!important;color:#9ca3af}.nav-custom-item.has-children:hover>a .dropdown-icon-sub{transform:translateX(3px);color:var(--primary-color)}.sub-menu{display:none!important;position:absolute!important;top:100%!important;left:0!important;z-index:999!important;min-width:220px!important;list-style:none!important;padding:8px 0!important;margin:0!important;background:#fff!important;border:1px solid rgba(236,169,30,.12)!important;border-radius:12px!important;box-shadow:0 16px 40px rgba(0,0,0,.08),0 4px 12px rgba(0,0,0,.04)!important;overflow:visible!important}li.has-children:hover>ul.sub-menu{display:block!important}.sub-menu .sub-menu{top:0!important;left:100%!important;margin-left:6px!important;margin-top:-10px!important;z-index:1000!important;overflow:visible!important;max-height:none!important;display:none!important}.has-children:hover>.sub-menu .has-children:hover>.sub-menu,.sub-menu .has-children:hover>.sub-menu{display:block!important}.sub-menu .nav-custom-item{display:block!important;white-space:nowrap!important}.sub-menu .nav-custom-item>.nav-link{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:10px 18px!important;width:100%!important;border-radius:0!important;font-size:12.5px!important;margin:0!important}.sub-menu .nav-custom-item>.nav-link::after{display:none!important}.sub-menu .nav-custom-item>.nav-link:hover{background:rgba(236,169,30,.08)!important;color:#463f3a!important;padding-left:24px!important}.nav-custom-more{position:relative!important}.nav-custom-more>.sub-menu{right:0!important;left:auto!important;min-width:240px!important}.nav-custom-more>.sub-menu{max-height:480px!important;overflow-y:auto!important}.nav-custom .container{display:flex!important;justify-content:center!important;overflow:visible!important}.btn-danger,.btn-dark,.btn-primary,.btn-quick-buy{border-radius:12px!important;padding:10px 24px!important;font-size:13px!important;letter-spacing:.5px!important;position:relative;overflow:hidden;transition:var(--modern-transition)!important}.btn-danger::before,.btn-dark::before,.btn-primary::before,.btn-quick-buy::before{content:"";position:absolute;top:0;left:0;transform:translateX(-100%);width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);transition:transform .6s ease}.btn-danger:hover::before,.btn-dark:hover::before,.btn-primary:hover::before,.btn-quick-buy:hover::before{transform:translateX(100%)}.btn-primary:hover,.btn-quick-buy:hover{transform:translateY(-2px) scale(1.02)!important;box-shadow:0 12px 28px rgba(88,47,14,.2)!important}.btn-outline-primary{border-radius:12px!important;border:2px solid var(--primary-color)!important;color:var(--text-heading)!important;transition:var(--modern-transition)!important}.btn-outline-primary:hover{background:var(--primary-color)!important;color:#fff!important;transform:translateY(-2px);box-shadow:0 8px 20px rgba(236,169,30,.25)!important}.card{border:1px solid rgba(236,169,30,.12)!important;border-radius:var(--modern-radius-lg)!important;box-shadow:var(--modern-shadow-sm);transition:var(--modern-transition);overflow:hidden}.card:hover{box-shadow:var(--modern-shadow-lg);transform:translateY(-4px);border-color:rgba(236,169,30,.25)!important}.card-header{background:linear-gradient(135deg,#fefcf7,#fdf8f0)!important;border-bottom:1px solid rgba(236,169,30,.1)!important;padding:16px 20px!important}.card-body{padding:20px!important}.form-control,.form-select{border-radius:var(--modern-radius-sm)!important;border:1.5px solid #e5e7eb!important;padding:10px 14px!important;font-size:14px!important;transition:var(--modern-transition)!important;box-shadow:none!important}.form-control:focus,.form-select:focus{border-color:var(--primary-color)!important;box-shadow:0 0 0 4px rgba(236,169,30,.1)!important}.form-label{font-weight:600!important;color:var(--text-heading)!important;font-size:13px!important;margin-bottom:6px!important}.table{border-radius:var(--modern-radius-md);overflow:hidden;box-shadow:var(--modern-shadow-sm)}.table thead th{background:linear-gradient(135deg,#fefcf7,#fdf6e8)!important;color:var(--text-heading)!important;font-weight:700!important;font-size:13px!important;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid rgba(236,169,30,.15)!important;padding:14px 16px!important}.table tbody tr{transition:var(--modern-transition)}.table tbody tr:hover{background:rgba(236,169,30,.04)!important}.table tbody td{padding:12px 16px!important;vertical-align:middle;border-bottom:1px solid rgba(0,0,0,.03)!important}.table-striped tbody tr:nth-of-type(odd){background:rgba(236,169,30,.03)!important}.alert{border-radius:var(--modern-radius-md)!important;border:none!important;box-shadow:var(--modern-shadow-md)!important;padding:16px 20px!important}.alert-success{background:linear-gradient(135deg,#ecfdf5,#d1fae5)!important;color:#065f46!important}.alert-danger{background:linear-gradient(135deg,#fef2f2,#fee2e2)!important;color:#991b1b!important}.modal-content{border:none!important;border-radius:var(--modern-radius-lg)!important;box-shadow:0 24px 48px rgba(0,0,0,.12)!important}.modal-header{background:linear-gradient(135deg,#fefcf7,#fdf6e8)!important;border-bottom:1px solid rgba(236,169,30,.1)!important;border-radius:var(--modern-radius-lg) var(--modern-radius-lg) 0 0!important;padding:18px 24px!important}.modal-body{padding:24px!important}.modal-footer{border-top:1px solid rgba(236,169,30,.1)!important;padding:16px 24px!important}.breadcrumb{background:linear-gradient(135deg,#fefcf7 0,#fdf8f0 100%)!important;border:1px solid rgba(236,169,30,.1)!important;border-radius:14px!important;padding:10px 18px!important;box-shadow:var(--modern-shadow-sm)!important}.breadcrumb .breadcrumb-item a{font-weight:500!important;color:#8b6b4d!important}.breadcrumb .breadcrumb-item.active{background:rgba(236,169,30,.1)!important;padding:4px 12px!important;border-radius:20px!important}.footer-premium{background:linear-gradient(180deg,#332712 0,#1f1a0e 100%)!important;position:relative;overflow:hidden}.footer-premium::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(236,169,30,.03) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(236,169,30,.02) 0,transparent 50%);pointer-events:none}.footer-premium h5{position:relative;display:inline-block;padding-bottom:8px}.footer-premium h5::after{content:"";position:absolute;bottom:0;left:0;width:30px;height:2px;background:var(--primary-color);border-radius:2px}@media (max-width:768px){.footer-premium h5::after{left:50%;transform:translateX(-50%)}}.footer-premium a.custom-hover{transition:var(--modern-transition);position:relative;display:inline-block}.footer-premium a.custom-hover:hover{transform:translateX(6px)!important;color:var(--primary-color)!important}.footer-logo{transition:var(--modern-transition);filter:brightness(1.1)}.footer-premium .social-link{transition:var(--modern-transition)}.footer-premium .social-link:hover{transform:translateY(-3px);opacity:1!important}.offcanvas{border-right:none!important}.offcanvas-header{background:linear-gradient(135deg,#fefcf7,#fdf6e8);padding:16px 20px!important}.offcanvas-body{background:#fefcf7}.mobile-category-item{transition:var(--modern-transition)}.mobile-category-item:hover{background:rgba(236,169,30,.04)}.mobile-category-link{transition:var(--modern-transition)}.mobile-category-link:hover{background:rgba(236,169,30,.04);padding-left:24px!important}.list-group-item-action{transition:var(--modern-transition);border-left:3px solid transparent!important}.list-group-item-action:hover{background:var(--primary-light)!important;border-left-color:var(--primary-color)!important;padding-left:20px!important}.btn-mobile-menu{transition:var(--modern-transition)}.btn-mobile-menu:hover{transform:scale(1.1);color:var(--primary-dark)!important}@media (max-width:991.98px){.main-header{padding:8px 0!important}.main-logo{height:40px!important}.mobile-search-wrapper{padding:8px 0 4px!important}}@media (max-width:767.98px){.main-header .row{align-items:center}.main-logo{height:36px!important}.icon-action-v2 i{font-size:20px!important}.footer-premium{padding:30px 0 15px!important}.footer-premium h5{margin-bottom:12px!important}.btn-danger,.btn-dark,.btn-primary,.btn-quick-buy{padding:8px 18px!important;font-size:12px!important}}@media (max-width:575.98px){.main-logo{height:32px!important}.breadcrumb{padding:8px 12px!important}.table tbody td,.table thead th{padding:8px 10px!important;font-size:12px!important}}.modern-shadow-sm{box-shadow:var(--modern-shadow-sm)}.modern-shadow-md{box-shadow:var(--modern-shadow-md)}.modern-shadow-lg{box-shadow:var(--modern-shadow-lg)}.modern-radius-sm{border-radius:var(--modern-radius-sm)}.modern-radius-md{border-radius:var(--modern-radius-md)}.modern-radius-lg{border-radius:var(--modern-radius-lg)}img{transition:opacity .3s ease}.product-image-wrapper{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;background:#faf8f5}.product-image{width:100%;height:100%;object-fit:cover}.hero-bg-img{aspect-ratio:16/7;width:100%;height:auto;object-fit:cover}@media (max-width:768px){.hero-bg-img{aspect-ratio:4/3}}.category-image-wrapper{aspect-ratio:1/1;overflow:hidden;background:#faf8f5}.category-image{width:100%;height:100%;object-fit:cover}.blog-image-wrapper{aspect-ratio:16/9;overflow:hidden;background:#faf8f5}.blog-image{width:100%;height:100%;object-fit:cover}.cart-item-image{aspect-ratio:1/1;width:80px;height:80px;object-fit:cover}.checkout-item-image{aspect-ratio:1/1;width:60px;height:60px;object-fit:cover}.product-thumbnail{aspect-ratio:1/1;width:80px;height:80px;object-fit:cover}.product-main-image{aspect-ratio:1/1;width:100%;height:auto;object-fit:contain}.related-product-image{aspect-ratio:1/1;width:100%;height:auto;object-fit:cover}.avatar-image{aspect-ratio:1/1;width:40px;height:40px;object-fit:cover;border-radius:50%}@media (min-width:992px){img[loading=lazy]{opacity:0}img[loading=lazy].loaded,img[loading=lazy][complete]{opacity:1}}.modern-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(236,169,30,.2),transparent);margin:24px 0;border:none}.gradient-text{background:linear-gradient(135deg,var(--text-heading),var(--primary-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.modal-backdrop.show{opacity:.5}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}.fade-in-up{animation:fadeInUp .6s cubic-bezier(.4,0,.2,1) forwards}.fade-in-scale{animation:fadeInScale .4s cubic-bezier(.4,0,.2,1) forwards}.stagger-children>*{opacity:0;animation:fadeInUp .5s cubic-bezier(.4,0,.2,1) forwards}.stagger-children>:first-child{animation-delay:50ms}.stagger-children>:nth-child(2){animation-delay:.1s}.stagger-children>:nth-child(3){animation-delay:.15s}.stagger-children>:nth-child(4){animation-delay:.2s}.stagger-children>:nth-child(5){animation-delay:.25s}.stagger-children>:nth-child(6){animation-delay:.3s}.stagger-children>:nth-child(7){animation-delay:.35s}.stagger-children>:nth-child(8){animation-delay:.4s}.badge{font-weight:600!important;padding:4px 10px!important;border-radius:20px!important;font-size:11px!important;letter-spacing:.3px}.badge.bg-warning{color:#1f2937!important}.main-header .dropdown-menu{border-radius:14px!important;border:1px solid rgba(236,169,30,.1)!important;box-shadow:0 16px 40px rgba(0,0,0,.08)!important;padding:8px!important;overflow:hidden}.main-header .dropdown-menu .dropdown-item{border-radius:10px!important;padding:10px 16px!important;font-size:14px!important;transition:var(--modern-transition)}.main-header .dropdown-menu .dropdown-item:hover{background:var(--primary-light)!important;color:var(--text-heading)!important;padding-left:22px!important}.main-header .dropdown-menu .dropdown-divider{opacity:.15;margin:4px 12px!important}main[role=main]{min-height:70vh!important;padding-top:10px}@media (max-width:768px){main[role=main]{padding-top:8px!important}}.pagination{gap:4px}.pagination .page-item .page-link{border-radius:10px!important;border:1px solid rgba(236,169,30,.15)!important;color:var(--text-main)!important;font-weight:500;padding:8px 14px!important;transition:var(--modern-transition)}.pagination .page-item .page-link:hover{background:var(--primary-light)!important;border-color:var(--primary-color)!important;color:var(--text-heading)!important;transform:translateY(-1px)}.pagination .page-item.active .page-link{background:var(--text-heading)!important;border-color:var(--text-heading)!important;color:#fff!important;box-shadow:0 4px 12px rgba(88,47,14,.2)}.list-group-item{border:1px solid rgba(236,169,30,.08)!important;transition:var(--modern-transition)}.list-group-item:hover{background:rgba(236,169,30,.03)}.list-group-item-action{cursor:pointer}.hero-outer{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;margin-bottom:1.5rem;overflow:hidden}.hero-banner-premium{height:480px;background-color:#121212;border:1px solid rgba(236,169,30,.2)}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,rgba(31,26,19,.85) 0,rgba(31,26,19,.4) 60%,rgba(31,26,19,.1) 100%);z-index:2}.hero-bg-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;aspect-ratio:auto;z-index:1;transition:transform 10s ease}.hero-banner-premium:hover .hero-bg-img{transform:scale(1.05)}.hero-content-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3}@media (max-width:768px){.hero-banner-premium{height:380px}.hero-overlay{background:linear-gradient(180deg,rgba(31,26,19,.9) 0,rgba(31,26,19,.6) 100%)}.hero-content-wrapper{padding:24px!important}.hero-text-box h2{font-size:1.8rem!important}.hero-text-box p{font-size:.95rem!important}}.hero-btn{padding:12px 30px!important;font-size:14px!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.8px;border-radius:50px!important;display:inline-flex!important;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.25, .8, .25, 1)!important;box-shadow:0 4px 15px rgba(0,0,0,.2)!important}.hero-btn-primary{background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%)!important;color:#1f1a13!important;border:none!important}.hero-btn-primary:hover{background:linear-gradient(135deg,var(--primary-dark) 0,#a36d07 100%)!important;color:#1f1a13!important;transform:translateY(-3px) scale(1.03)!important;box-shadow:0 8px 24px rgba(236,169,30,.4)!important}.hero-btn-outline{background:0 0!important;color:#fff!important;border:2px solid #fff!important}.hero-btn-outline:hover{background:rgba(255,255,255,.1)!important;border-color:var(--primary-color)!important;color:var(--primary-color)!important;transform:translateY(-3px) scale(1.03)!important;box-shadow:0 8px 24px rgba(255,255,255,.1)!important}
@media (max-width:576px){.login-card{padding:2rem 1.25rem!important;border-radius:16px!important;margin:0!important;box-shadow:0 10px 30px rgba(88,47,14,.08)!important}.icon-box{width:64px!important;height:64px!important;margin-bottom:1rem!important}.brand-name{font-size:18px!important}.register-card{padding:1.5rem 1.1rem!important;border-radius:1.25rem!important}}@media (max-width:768px) and (min-width:577px){.login-card,.register-card{padding:2rem 1.75rem!important}}@media (max-width:767.98px){.container{padding-left:12px!important;padding-right:12px!important}main[role=main].container{padding-left:10px!important;padding-right:10px!important;margin-top:.5rem!important;margin-bottom:1rem!important}.my-5{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.py-5{padding-top:2rem!important;padding-bottom:2rem!important}.mt-5{margin-top:1.5rem!important}.mb-5{margin-bottom:1.5rem!important}.pt-5{padding-top:2rem!important}.pb-5{padding-bottom:2rem!important}}@media (max-width:767.98px){.main-header{padding:6px 0!important}.main-header .col-6{display:flex;align-items:center;justify-content:center}.main-logo{height:38px!important}.mobile-search-wrapper{padding:6px 0 8px!important}.mobile-search-wrapper .search-box-v2{height:40px!important;border-radius:40px!important}.mobile-search-wrapper .search-input-v2{font-size:13px!important;padding:0 14px!important}.icon-action-v2{padding:4px 6px!important;gap:4px!important}.icon-action-v2 i{font-size:20px!important}}@media (max-width:380px){.main-logo{height:32px!important}.icon-action-v2 i{font-size:18px!important}}@media (max-width:767.98px){.row-cols-2.row-cols-md-3{--bs-gutter-x:8px;--bs-gutter-y:8px}.product-card .product-body{padding:8px 10px!important}.product-title{font-size:.78rem!important;height:2.4em!important}.product-price{font-size:.85rem!important;margin:5px 0!important}.btn-product{font-size:.7rem!important;padding:5px 8px!important;border-radius:30px!important}.anic-category-wrapper{width:110px!important}.category-swipe-wrapper .anic-category-card>div:last-child{font-size:10px!important;padding:8px 4px!important;min-height:40px!important}.search-btn-mobile{font-size:12px!important;padding:8px 10px!important}}@media (max-width:380px){.anic-category-wrapper{width:90px!important}.category-swipe-wrapper .anic-category-card>div:last-child{font-size:9px!important}}@media (max-width:767.98px){.main-image-wrapper{height:260px!important;border-radius:12px!important}.detail-title{font-size:1.2rem!important;line-height:1.35!important}.description-content{max-height:200px!important}.d-flex.flex-column.flex-sm-row.gap-2.mt-auto.pt-4.border-top{gap:8px!important;padding-top:16px!important}.thumbnail-wrapper{width:56px!important;height:56px!important}.container.mt-4.mt-md-5{margin-top:.5rem!important}.row.bg-white.shadow-sm.rounded-4.p-3.p-md-4.mb-5{padding:12px!important;margin-bottom:1.5rem!important}.related-title{font-size:12px!important}.related-price{font-size:13px!important}.related-img-wrapper{padding:6px!important}}@media (max-width:380px){.main-image-wrapper{height:220px!important}.detail-title{font-size:1.05rem!important}.thumbnail-wrapper{width:48px!important;height:48px!important}}@media (max-width:767.98px){.cart-title{font-size:1.4rem!important}.cart-item-card{padding:12px 10px!important;border-radius:12px!important}.cart-item-img-wrapper{width:75px!important;height:75px!important;border-radius:10px!important}.cart-item-title{font-size:13px!important}.cart-item-subtotal{font-size:15px!important}.summary-card{position:static!important;padding:16px!important;border-radius:14px!important}.summary-total-price{font-size:20px!important}.btn-checkout{padding:14px 16px!important;font-size:13px!important}.cart-toast{top:auto!important;bottom:80px!important;right:10px!important;left:10px!important;font-size:13px!important;padding:12px 16px!important}.d-flex.align-items-center.justify-content-between.mb-3.px-3.py-2{padding:8px 10px!important}.container.py-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}}@media (max-width:380px){.cart-item-img-wrapper{width:60px!important;height:60px!important}.cart-item-title{font-size:12px!important}.cart-qty-input{width:32px!important;font-size:13px!important}}@media (max-width:767.98px){.container[style*="max-width: 900px"] h2{font-size:1.2rem!important}.accordion-button{padding:10px 14px!important;font-size:13px!important}.accordion-button .badge{font-size:11px!important;padding:4px 8px!important}.accordion-button .text-danger.fs-5{font-size:1rem!important}.accordion-body .table{font-size:12px!important}.accordion-body .table td,.accordion-body .table th{padding:6px 8px!important}.accordion-body img[style*="width: 60px"]{width:44px!important;height:44px!important}.accordion-body .d-flex.justify-content-between.align-items-center{flex-direction:column!important;align-items:flex-start!important;gap:10px!important}.accordion-body .text-end{text-align:left!important}.accordion-body h4.text-danger{font-size:1.1rem!important}}@media (max-width:767.98px){.container.mt-5[style*="max-width: 900px"] h2,h2.text-center.text-primary{font-size:1.2rem!important;margin-bottom:1rem!important}.container.mt-5 .row{flex-direction:column-reverse}.container.mt-5 .col-md-5,.container.mt-5 .col-md-7{width:100%!important}.container.mt-5 .col-md-5 img{height:120px!important}.container.mt-5 .btn-danger.fw-bold.px-4{padding:14px!important;font-size:15px!important}}@media (max-width:767.98px){.card-header h4{font-size:1rem!important}.card-body.p-4.p-md-5{padding:1rem!important}.col-md-6.mb-3{width:100%}.d-flex.gap-2 .btn{font-size:13px!important;padding:10px 16px!important}}@media (max-width:767.98px){.breadcrumb{padding:8px 12px!important;margin-bottom:1rem!important;font-size:12px!important;flex-wrap:nowrap!important;overflow-x:auto!important}.breadcrumb .breadcrumb-item.active{max-width:160px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block!important}}@media (max-width:767.98px){.card-body{padding:14px!important}.card-header{padding:12px 14px!important}.card.shadow-sm{box-shadow:0 2px 8px rgba(0,0,0,.06)!important}}@media (max-width:767.98px){.accordion-body .table-responsive,.table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.accordion-body table{min-width:360px}}@media (max-width:767.98px){.footer-premium{padding:30px 0 0!important;text-align:left!important}.footer-premium .row>div{margin-bottom:0!important}.footer-premium h5{font-size:.9rem!important}.footer-premium a{font-size:.85rem!important}.footer-premium .d-flex.justify-content-center.justify-content-lg-start{justify-content:center!important}}@media (max-width:991.98px){.offcanvas{max-width:80vw!important;width:300px!important}.offcanvas-title{font-size:1rem!important}.mobile-category-link{font-size:14px!important}.mobile-category-item .d-flex a{font-size:14px!important}.list-group-item{font-size:14px!important;padding:12px 16px!important}}@media (max-width:576px){.modal-dialog{margin:8px!important}.modal-body{padding:16px!important}.modal-header{padding:14px 16px!important}#contactChoiceModal .btn{padding:12px!important;font-size:15px!important}}@media (max-width:767.98px){.alert{padding:10px 14px!important;font-size:13px!important;border-radius:10px!important}.alert.alert-info{font-size:13px!important}.admin-toast-container{right:10px!important;left:10px!important}.admin-toast{min-width:0!important;max-width:100%!important}}@media (max-width:576px){.pagination{gap:2px!important;flex-wrap:wrap!important;justify-content:center!important}.pagination .page-link{width:32px!important;height:32px!important;padding:0!important;font-size:12px!important;display:flex!important;align-items:center!important;justify-content:center!important}}@media (max-width:767.98px){.container.mt-5.mb-5 .col-md-6{width:100%!important;padding:0!important}.container.mt-5.mb-5 .col-md-6.shadow.p-4.rounded{padding:1.25rem!important;border-radius:12px!important}.container.mt-5.mb-5 h2.text-primary{font-size:1.15rem!important}.container.mt-5.mb-5 .alert.alert-info{font-size:13px!important;padding:10px 12px!important}.container.mt-5.mb-5 .btn.btn-danger.btn-lg{font-size:15px!important;padding:14px!important}}@media (max-width:767.98px){.btn:not(.btn-sm),button:not(.btn-sm):not(.cart-qty-btn){min-height:40px}input[type=checkbox]{min-width:18px;min-height:18px}.form-control,.form-select{font-size:16px!important;min-height:44px!important}textarea.form-control{font-size:16px!important;min-height:auto!important}.accordion-body,.cart-items-list,.offcanvas-body{-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){img{max-width:100%}.card img,.cart-item-img,.product-image,.related-img-wrapper img{max-width:100%!important;height:auto}.description-content img,.description-wrapper img{max-width:100%!important;height:auto!important}}@supports (padding:max(0px)){@media (max-width:767.98px){.main-header{padding-left:max(12px,env(safe-area-inset-left))!important;padding-right:max(12px,env(safe-area-inset-right))!important}.offcanvas.offcanvas-start{padding-left:env(safe-area-inset-left)}}}
@media (max-width:991.98px){.anic-category-card img,.category-swipe-wrapper img,.product-image{opacity:1!important}img[loading=lazy]{opacity:0;animation:imgFadeIn .1s ease .4s forwards}}@keyframes imgFadeIn{to{opacity:1}}@media (max-width:767.98px){.hero-banner-premium{height:300px!important}.hero-text-box h2{font-size:1.45rem!important;margin-bottom:.5rem!important}.hero-text-box p.lead{font-size:.82rem!important;margin-bottom:1rem!important;line-height:1.5!important}.hero-btn{padding:9px 18px!important;font-size:12px!important;letter-spacing:.5px!important}.hero-text-box .d-flex.flex-wrap{gap:.5rem!important}}@media (max-width:400px){.hero-banner-premium{height:260px!important}.hero-text-box h2{font-size:1.2rem!important}.hero-text-box p.lead{display:none!important}.hero-btn{padding:8px 14px!important;font-size:11px!important}}@media (max-width:767.98px){.category-swipe-wrapper{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:10px!important;padding:6px 0 12px!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;scroll-snap-type:x mandatory!important}.category-swipe-wrapper::after{content:"";flex:0 0 12px;min-width:12px;height:1px}.category-swipe-wrapper::-webkit-scrollbar{display:none!important}.anic-category-wrapper{flex:0 0 auto!important;width:110px!important;min-width:96px!important;scroll-snap-align:start!important}.anic-category-card{border-radius:10px!important;overflow:hidden!important;width:100%!important}.anic-category-img-wrapper{aspect-ratio:1/1!important;width:100%!important;overflow:hidden}.anic-category-img-wrapper img{width:100%!important;height:100%!important;object-fit:cover!important}.category-swipe-wrapper .anic-category-card>div:last-child{font-size:10px!important;padding:8px 4px!important;min-height:40px!important;overflow:hidden}.category-swipe-wrapper .anic-category-card>div:last-child span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media (max-width:480px){.anic-category-wrapper{width:100px!important;min-width:88px!important;scroll-snap-align:start}}@media (max-width:360px){.anic-category-wrapper{width:84px!important;min-width:76px!important}.category-swipe-wrapper .anic-category-card>div:last-child{font-size:8px!important;min-height:36px!important;padding:6px 3px!important}}@media (max-width:767.98px){.main-header .col-2{display:flex;align-items:center;padding-right:0}.main-header .col-6{display:flex;align-items:center;justify-content:center;padding-left:0;padding-right:0}.main-header .col-4{display:flex;align-items:center;justify-content:flex-end;padding-left:0;gap:4px!important}.mobile-search-wrapper{padding:4px 0 6px!important}.main-logo{height:34px!important;max-width:140px;object-fit:contain}}@media (max-width:767.98px){.main-header{position:fixed!important;top:0;left:0;right:0;z-index:1020}body{padding-top:105px}}@media (max-width:360px){.main-logo{height:28px!important}.btn-mobile-menu{font-size:22px!important}}@media (max-width:767.98px){.category-swipe-wrapper{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:4px!important}.anic-category-card{border-radius:10px!important;overflow:hidden}.anic-category-img-wrapper{aspect-ratio:1/1!important;width:100%!important;overflow:hidden}.category-swipe-wrapper .anic-category-card>div:last-child{font-size:10px!important;padding:6px 4px!important;min-height:36px!important;display:flex;align-items:center;justify-content:center;overflow:hidden}.category-swipe-wrapper .anic-category-card>div:last-child span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media (max-width:360px){.category-swipe-wrapper .anic-category-card>div:last-child{font-size:8px!important;padding:4px 3px!important;min-height:32px!important}}@media (max-width:767.98px){.card.shadow-sm.border-0.mb-5{margin-bottom:1rem!important;border-radius:12px!important}.card .row.g-2 .col-5 .btn,.card .row.g-2 .col-7 .form-select{height:38px;font-size:13px!important;padding:6px 10px!important}.card .search-box input.form-control{height:38px!important;font-size:14px!important}}@media (max-width:768px){.footer-premium{padding:28px 0 140px!important}.footer-accordion{text-align:left!important;margin-bottom:0!important}.footer-accordion-header{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:14px 0;margin-bottom:0!important;user-select:none;-webkit-tap-highlight-color:transparent;border-bottom:1px solid rgba(255,255,255,.08)}.footer-accordion-header:active{opacity:.7}.footer-accordion-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;font-size:18px;font-weight:300;color:#eca91e;transition:transform .3s ease;line-height:1}.footer-accordion-icon.active{transform:rotate(45deg)}.footer-accordion-body{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .3s ease;padding:0 0}.footer-accordion-body.open{max-height:300px;padding:10px 0 14px}.footer-accordion-body a{padding:6px 0}.footer-contact-col{margin-bottom:0!important}.footer-contact-col h5{text-align:left!important}.footer-contact-info{align-items:flex-start!important;text-align:left!important;padding:12px 0 8px}.footer-contact-info a,.footer-contact-info div{width:100%}.footer-map-desktop{display:none!important}.footer-map-btn{display:flex!important;align-items:center;justify-content:center;gap:8px;width:90%;padding:16px 20px;margin:10px auto 6px;background:linear-gradient(135deg,#eca91e,#d4950e);color:#1f1a0e!important;font-weight:600;font-size:15px;border:none;border-radius:12px;text-decoration:none!important;box-shadow:0 4px 15px rgba(236,169,30,.25);transition:all .3s ease;cursor:pointer;letter-spacing:.3px}.footer-map-btn:active{transform:scale(.97);box-shadow:0 2px 8px rgba(236,169,30,.15)}.footer-copyright{padding-top:16px!important;margin-top:16px!important}.footer-premium h5::after{left:0!important;transform:none!important}.footer-premium a.custom-hover:hover{transform:none!important}}@media (max-width:767.98px){input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],select,textarea{font-size:16px!important;-webkit-text-size-adjust:100%}.search-input-v2{font-size:15px!important}}@media (max-width:767.98px){.btn-quick-buy,button.btn-quick-buy{border-radius:30px!important;padding:10px 20px!important;font-size:13px!important;min-height:42px!important}#contactChoiceModal .modal-dialog{margin:12px!important;max-width:calc(100vw - 24px)!important}#contactChoiceModal .btn{padding:12px 16px!important;font-size:14px!important;min-height:48px!important}}@media (max-width:991.98px){body,html{overflow-x:hidden!important;max-width:100vw!important}.container,.container-fluid{max-width:100%!important;overflow-x:hidden}.container-fluid.px-0{overflow:hidden!important}}@media (max-width:480px){.pagination .page-item .page-link{padding:6px 10px!important;font-size:12px!important;min-width:34px;text-align:center}}@media (max-width:991.98px){#mobileMenuOffcanvas{width:min(300px,82vw)!important}#mobileMenuOffcanvas .list-group-item{padding:13px 16px!important;font-size:14px!important}#mobileMenuOffcanvas .mobile-category-item .d-flex a{min-height:44px;display:flex;align-items:center}#mobileMenuOffcanvas button.btn.btn-link{min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}}@media (max-width:991.98px){body{margin-bottom:0!important}}@media (max-width:767.98px){.product-body .btn,.product-card .btn-danger,.product-card .btn-dark,.product-card .btn-primary,.product-card .btn-quick-buy,.product-card button.btn{padding:5px 10px!important;font-size:.7rem!important;border-radius:40px!important;min-height:32px!important;line-height:1.2!important}.btn-checkout,.btn-lg.btn-danger,.btn-lg.btn-primary,.btn-payment,button[type=submit].btn-primary{padding:12px 20px!important;font-size:14px!important;border-radius:12px!important;min-height:44px!important}}@media (max-width:575.98px){.breadcrumb{flex-wrap:nowrap!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:6px 10px!important;gap:2px!important}.breadcrumb::-webkit-scrollbar{display:none}.breadcrumb .breadcrumb-item{white-space:nowrap!important;font-size:11px!important}.breadcrumb .breadcrumb-item.active{max-width:130px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;display:inline-block!important}.breadcrumb .breadcrumb-item a{font-size:11px!important}}@media (max-width:767.98px){main[role=main].container.my-5{margin-top:.5rem!important;margin-bottom:.75rem!important;padding-left:10px!important;padding-right:10px!important}.container.mt-5.mb-5{margin-top:.75rem!important;margin-bottom:1rem!important}}@media (max-width:991.98px){.main-header .col-2{flex:0 0 auto;width:auto!important;padding-right:4px}.main-header .col-6{flex:1 1 auto!important;width:auto!important}.main-header .col-4{flex:0 0 auto;width:auto!important;padding-left:4px}.main-header .gap-3{gap:6px!important}}@media (max-width:767.98px){.product-card{height:100%!important}.product-image{width:100%!important;max-width:100%!important;object-fit:contain!important}.product-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.4em}.product-price{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}}@media (max-width:767.98px){.content-page img,.description-wrapper img,.product-detail-content img{max-width:100%!important;height:auto!important}.description-wrapper table,.product-detail-content table{display:block;width:100%!important;overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.form-group{margin-bottom:.75rem!important}label.control-label{font-size:13px!important;margin-bottom:4px!important}.field-validation-error,.text-danger{font-size:11px!important}}@media (max-width:767.98px){.cart-item-card .row{flex-wrap:nowrap!important}.cart-item-card .col-3{width:80px!important;flex:0 0 80px!important}.cart-item-card .col{min-width:0}.cart-qty-control{gap:2px!important}.cart-qty-btn{width:30px!important;height:30px!important;font-size:14px!important}.cart-qty-input{width:36px!important;font-size:13px!important}}@media (max-width:991.98px){.btn-danger:not(.btn-lg):not(.btn-checkout):not(.btn-payment),.btn-dark:not(.btn-lg):not(.hero-btn),.btn-primary:not(.hero-btn):not(.btn-lg):not(.btn-checkout):not(.btn-payment),.btn-quick-buy:not(.btn-lg){padding:6px 14px!important;font-size:13px!important;min-height:36px!important}.product-body .btn,.product-card .btn-danger,.product-card .btn-dark,.product-card .btn-primary,.product-card .btn-quick-buy,.product-card button.btn{padding:5px 10px!important;font-size:.7rem!important;border-radius:40px!important;min-height:30px!important;line-height:1.2!important}}@media (max-width:768px){.hero-banner-premium{height:300px!important}.hero-outer{margin-bottom:1.5rem!important;margin-top:0!important}.hero-text-box h2{font-size:1.45rem!important;margin-bottom:.5rem!important}.hero-text-box p.lead{font-size:.82rem!important;margin-bottom:1rem!important}}@media (max-width:400px){.hero-banner-premium{height:260px!important}.hero-text-box h2{font-size:1.2rem!important}.hero-text-box p.lead{display:none!important}}@media (max-width:767.98px){#danh-sach-san-pham-title,.product-list-title{font-size:1.1rem!important;margin-bottom:.75rem!important}.row.g-2.mb-3.align-items-end{--bs-gutter-x:6px;--bs-gutter-y:6px}.btn-load-more,.load-more-btn{width:100%!important;padding:12px!important;font-size:14px!important}}@media (max-width:767.98px){.checkout-form .row{--bs-gutter-x:8px}.order-summary-card{padding:14px!important;border-radius:12px!important}.order-summary-card .table td,.order-summary-card .table th{padding:6px 8px!important;font-size:12px!important}.btn-checkout,.btn-payment{padding:14px!important;font-size:15px!important;min-height:48px!important;border-radius:12px!important}}@media (max-width:767.98px){.profile-card .card-body{padding:12px!important}.profile-info-row{flex-direction:column!important;gap:4px!important}.profile-label{font-size:12px!important;min-width:auto!important}.profile-value{font-size:14px!important}}@media (max-width:767.98px){.category-header h1{font-size:1.15rem!important}.category-description{font-size:13px!important;line-height:1.5!important}.form-select.sort-select{font-size:13px!important;padding:6px 28px 6px 10px!important;min-height:36px!important}}@media (max-width:991.98px){.offcanvas-backdrop{opacity:.5!important}}@media (max-width:576px){.modal-content{border-radius:16px!important;border:none!important}.modal-header{border-bottom-width:1px!important;padding:14px 16px!important}.modal-footer{padding:12px 16px!important}.modal-body{padding:16px!important}.modal-title{font-size:1rem!important}.modal-header .btn-close{width:32px!important;height:32px!important;font-size:18px!important}}@media (max-width:767.98px){.tooltip{font-size:11px!important}.popover{max-width:240px!important;font-size:12px!important}}@media (max-width:767.98px){.table-responsive table{min-width:500px!important}.admin-action-btn{padding:4px 8px!important;font-size:11px!important;min-height:30px!important}.admin-card-header{font-size:.95rem!important;padding:10px 12px!important}.admin-card-body{padding:10px!important}}@media (max-width:767.98px){.toast,.toast-container{max-width:calc(100vw - 24px)!important;left:12px!important;right:12px!important;margin:0 auto!important}.toast-body{font-size:13px!important;padding:10px 14px!important}}@media (max-width:767.98px){.main-image-wrapper{margin-left:-12px!important;margin-right:-12px!important;border-radius:0!important;height:auto!important;aspect-ratio:1/1;max-height:320px}.detail-title{font-size:1.1rem!important;line-height:1.4!important}.detail-price{font-size:1.2rem!important}.thumbnail-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;gap:6px!important;padding-bottom:4px}.thumbnail-wrapper{scroll-snap-align:start;flex-shrink:0;width:52px!important;height:52px!important}.spec-table td{padding:6px 8px!important;font-size:12px!important}.spec-table td:first-child{width:40%!important}}@media (max-width:767.98px){body{padding-bottom:0!important}.container.mb-5,main[role=main].mb-5{margin-bottom:1rem!important}}@media (max-width:767.98px){.search-result-count{font-size:12px!important;margin-bottom:.5rem!important}.search-result-item{padding:8px 10px!important}.search-result-item .row{--bs-gutter-x:8px}}@media (max-width:767.98px){.empty-state-icon{font-size:3rem!important}.empty-state-text{font-size:14px!important}.empty-state-btn{padding:10px 20px!important;font-size:13px!important}}
