diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index d6d73158..dca9cbe4 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -43,7 +43,7 @@ html { -o-tab-size: 4; tab-size: 4; /* 3 */ - font-family: Roboto, sans-serif; + font-family: Inter, sans-serif; /* 4 */ font-feature-settings: normal; /* 5 */ @@ -683,12 +683,6 @@ select { width: 100%; } -@media (min-width: 320px) { - .container { - max-width: 320px; - } -} - @media (min-width: 640px) { .container { max-width: 640px; @@ -741,13 +735,13 @@ select { color: var(--tw-prose-links); text-decoration: none; font-weight: 500; - text-decoration-color: rgb(171 194 232 / 1); + text-decoration-color: rgba(var(--color-primary-300), 1); } .prose :where(a):not(:where([class~="not-prose"] *)):hover { color: rgba(var(--color-neutral), 1); text-decoration: none; - background-color: rgb(48 97 175 / 1); + background-color: rgba(var(--color-primary-600), 1); border-radius: 0.09rem; } @@ -1063,15 +1057,15 @@ select { --tw-prose-body: rgba(var(--color-neutral-700), 1); --tw-prose-headings: rgba(var(--color-neutral-800), 1); --tw-prose-lead: rgba(var(--color-neutral-500), 1); - --tw-prose-links: rgb(40 81 146 / 1); + --tw-prose-links: rgba(var(--color-primary-700), 1); --tw-prose-bold: rgba(var(--color-neutral-900), 1); --tw-prose-counters: rgba(var(--color-neutral-800), 1); --tw-prose-bullets: rgba(var(--color-neutral-500), 1); --tw-prose-hr: rgba(var(--color-neutral-200), 1); --tw-prose-quotes: rgba(var(--color-neutral-700), 1); - --tw-prose-quote-borders: rgb(199 215 240 / 1); + --tw-prose-quote-borders: rgba(var(--color-primary-200), 1); --tw-prose-captions: rgba(var(--color-neutral-500), 1); - --tw-prose-code: rgb(107 117 133 / 1); + --tw-prose-code: rgba(var(--color-secondary-700), 1); --tw-prose-pre-code: rgba(var(--color-neutral-700), 1); --tw-prose-pre-bg: rgba(var(--color-neutral-50), 1); --tw-prose-th-borders: rgba(var(--color-neutral-500), 1); @@ -1079,15 +1073,15 @@ select { --tw-prose-invert-body: rgba(var(--color-neutral-300), 1); --tw-prose-invert-headings: rgba(var(--color-neutral-50), 1); --tw-prose-invert-lead: rgba(var(--color-neutral-500), 1); - --tw-prose-invert-links: rgb(143 174 224 / 1); + --tw-prose-invert-links: rgba(var(--color-primary-400), 1); --tw-prose-invert-bold: rgba(var(--color-neutral), 1); --tw-prose-invert-counters: rgba(var(--color-neutral-400), 1); --tw-prose-invert-bullets: rgba(var(--color-neutral-600), 1); --tw-prose-invert-hr: rgba(var(--color-neutral-500), 1); --tw-prose-invert-quotes: rgba(var(--color-neutral-200), 1); - --tw-prose-invert-quote-borders: rgb(24 48 88 / 1); + --tw-prose-invert-quote-borders: rgba(var(--color-primary-900), 1); --tw-prose-invert-captions: rgba(var(--color-neutral-400), 1); - --tw-prose-invert-code: rgb(200 204 211 / 1); + --tw-prose-invert-code: rgba(var(--color-secondary-400), 1); --tw-prose-invert-pre-code: rgba(var(--color-neutral-200), 1); --tw-prose-invert-pre-bg: rgba(var(--color-neutral-700), 1); --tw-prose-invert-th-borders: rgba(var(--color-neutral-500), 1); @@ -1202,7 +1196,7 @@ select { .prose :where(mark):not(:where([class~="not-prose"] *)) { color: rgba(var(--color-neutral-800), 1); - background-color: rgb(228 230 233 / 1); + background-color: rgba(var(--color-secondary-200), 1); padding: 0.1rem 0.2rem; border-radius: 0.12rem; } @@ -1216,19 +1210,2974 @@ select { } .prose :where(a.active):not(:where([class~="not-prose"] *)) { - text-decoration-color: rgb(48 97 175 / 1); + text-decoration-color: rgba(var(--color-primary-600), 1); } .prose :where(p.active):not(:where([class~="not-prose"] *)) { - text-decoration-color: rgb(48 97 175 / 1); + text-decoration-color: rgba(var(--color-primary-600), 1); } .prose-invert :where(a.active):not(:where([class~="not-prose"] *)) { - text-decoration-color: rgb(143 174 224 / 1); + text-decoration-color: rgba(var(--color-primary-400), 1); } .prose-invert :where(p.active):not(:where([class~="not-prose"] *)) { - text-decoration-color: rgb(143 174 224 / 1); + text-decoration-color: rgba(var(--color-primary-400), 1); +} + +: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-color-rgb: 33, 37, 41; + --bs-body-bg-rgb: 255, 255, 255; + --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", 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; +} + +.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +.is-invalid ~ .invalid-feedback { + display: block; +} + +.is-invalid ~ .invalid-tooltip { + display: block; +} + +.form-control.is-invalid { + border-color: #dc3545; + padding-right: calc(1.5em + 0.75rem); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); + background-repeat: no-repeat; + background-position: right calc(0.375em + 0.1875rem) center; + background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); +} + +.form-control.is-invalid:focus { + border-color: #dc3545; + box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); +} + +textarea.form-control.is-invalid { + padding-right: calc(1.5em + 0.75rem); + background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); +} + +.form-select.is-invalid { + border-color: #dc3545; +} + +.form-select.is-invalid:not([multiple]):not([size]) { + padding-right: 4.125rem; + 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"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); + background-position: right 0.75rem center, center right 2.25rem; + background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); +} + +.form-select.is-invalid:not([multiple])[size="1"] { + padding-right: 4.125rem; + 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"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); + background-position: right 0.75rem center, center right 2.25rem; + background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); +} + +.form-select.is-invalid:focus { + border-color: #dc3545; + box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); +} + +.form-check-input.is-invalid { + border-color: #dc3545; +} + +.form-check-input.is-invalid:checked { + background-color: #dc3545; +} + +.form-check-input.is-invalid:focus { + box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); +} + +.form-check-input.is-invalid ~ .form-check-label { + color: #dc3545; +} + +.input-group .form-control.is-invalid { + z-index: 2; +} + +.input-group .form-select.is-invalid { + z-index: 2; +} + +.input-group .form-control.is-invalid:focus { + z-index: 3; +} + +.input-group .form-select.is-invalid:focus { + z-index: 3; +} + +.btn.active { + box-shadow: none; +} + +.btn.active:focus { + box-shadow: none; +} + +.fade { + transition: opacity 0.15s linear; +} + +.fade:not(.show) { + opacity: 0; +} + +.collapse:not(.show) { + display: none; +} + +.collapsing { + height: 0; + overflow: hidden; + transition: height 0.35s ease; +} + +.collapsing.collapse-horizontal { + width: 0; + height: auto; + transition: width 0.35s ease; +} + +.dropdown-menu { + z-index: 1000; +} + +.dropdown-item.active { + color: rgb(31, 41, 55); + -webkit-text-decoration: none; + text-decoration: none; + background-color: #0d6efd; +} + +.dropdown-item:active { + color: rgb(31, 41, 55); + -webkit-text-decoration: none; + text-decoration: none; + background-color: #0d6efd; +} + +.dropdown-item:disabled { + color: #adb5bd; + pointer-events: none; + background-color: transparent; +} + +.dropdown-menu.show { + display: block; +} + +.dropdown-menu-dark .dropdown-item.active { + color: #fff; + background-color: #0d6efd; +} + +.dropdown-menu-dark .dropdown-item:active { + color: #fff; + background-color: #0d6efd; +} + +.dropdown-menu-dark .dropdown-item.disabled { + color: #adb5bd; +} + +.dropdown-menu-dark .dropdown-item:disabled { + color: #adb5bd; +} + +.nav-tabs .nav-link { + color: rgb(75, 85, 99); +} + +.nav-tabs .nav-link:hover { + isolation: isolate; +} + +.nav-tabs .nav-link:focus { + isolation: isolate; +} + +.nav-tabs .nav-link.disabled { + color: rgb(156, 163, 175); + background-color: transparent; + border-color: transparent; +} + +.nav-tabs .nav-link.active { + color: rgb(37, 99, 235); + border-color: rgb(37, 99, 235); +} + +.nav-tabs .nav-item.show .nav-link { + color: rgb(37, 99, 235); + border-color: rgb(37, 99, 235); +} + +.nav-tabs .dropdown-menu { + margin-top: -1px; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.nav-pills .nav-link { + background: rgb(243, 244, 246); + color: rgb(75, 85, 99); + box-shadow: none; +} + +.nav-pills .nav-link.active { + background: rgb(37, 99, 235); + color: #fff; + box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); +} + +.nav-pills .show > .nav-link { + background: rgb(37, 99, 235); + color: #fff; + box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); +} + +.nav-pills .disabled { + color: rgb(156, 163, 175); + background-color: rgba(243, 244, 246, 0.5); +} + +.nav-pills.menu-sidebar .nav-link { + background-color: transparent; + box-shadow: none; + padding: 0 5px; + border-radius: 0; +} + +.nav-pills.menu-sidebar .nav-link.active { + color: #1266f1; + font-weight: 600; + border-left: 0.125rem solid #1266f1; +} + +.nav-justified > .nav-link { + -ms-flex-basis: 0; + flex-basis: 0; +} + +.nav-justified .nav-item { + -ms-flex-basis: 0; + flex-basis: 0; +} + +.tab-content > .active { + display: block; +} + +.navbar-expand .navbar-nav { + flex-direction: row; +} + +.navbar-expand .navbar-nav .dropdown-menu { + position: absolute; +} + +.navbar-expand .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; +} + +.navbar-expand .offcanvas { + position: inherit; + bottom: 0; + z-index: 1000; + -ms-flex-grow: 1; + flex-grow: 1; + visibility: visible !important; + background-color: transparent; + border-right: 0; + border-left: 0; + transition: none; + transform: none; +} + +.navbar-light .navbar-nav .nav-link.disabled { + color: rgba(0, 0, 0, 0.3); +} + +.navbar-light .navbar-nav .show > .nav-link { + color: rgba(0, 0, 0, 0.9); +} + +.navbar-light .navbar-nav .nav-link.active { + color: rgba(0, 0, 0, 0.9); +} + +.navbar-dark .navbar-nav .nav-link.disabled { + color: rgba(255, 255, 255, 0.25); +} + +.navbar-dark .navbar-nav .show > .nav-link { + color: #fff; +} + +.navbar-dark .navbar-nav .nav-link.active { + color: #fff; +} + +.accordion-item:last-of-type .accordion-button.collapsed { + border-bottom-right-radius: calc(0.5rem - 1px); + border-bottom-left-radius: calc(0.5rem - 1px); +} + +.btn-close.disabled { + pointer-events: none; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + opacity: 0.25; +} + +.modal { + z-index: 1055; +} + +.modal-dialog { + margin: 0.5rem; +} + +.modal.fade .modal-dialog { + transition: transform 0.3s ease-out; + transform: translate(0, -50px); +} + +.modal.show .modal-dialog { + transform: none; +} + +.modal.modal-static .modal-dialog { + transform: scale(1.02); +} + +.modal-dialog-scrollable .modal-body { + overflow-y: auto; +} + +.modal-backdrop { + position: fixed; + top: 0; + left: 0; + z-index: 1050; + width: 100vw; + height: 100vh; + background-color: #000; +} + +.modal-backdrop.fade { + opacity: 0; +} + +.modal-backdrop.show { + opacity: 0.5; +} + +.modal-body { + flex: 1 1 auto; +} + +.modal-fullscreen .modal-body { + overflow-y: auto; +} + +.tooltip { + position: absolute; + z-index: 1080; + display: block; + margin: 0; + font-family: var(--bs-font-sans-serif); + font-style: normal; + font-weight: 400; + line-height: 1.5; + -webkit-text-align: start; + text-align: start; + -webkit-text-decoration: none; + text-decoration: none; + -webkit-text-shadow: none; + text-shadow: none; + -webkit-text-transform: none; + text-transform: none; + letter-spacing: normal; + word-break: normal; + word-spacing: normal; + white-space: normal; + line-break: auto; + font-size: 0.875rem; + word-wrap: break-word; + opacity: 0; +} + +.tooltip.show { + opacity: 1; +} + +.bs-tooltip-top .tooltip-arrow { + bottom: 0; +} + +.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow { + bottom: 0; +} + +.bs-tooltip-top .tooltip-arrow::before { + top: -1px; + border-width: 0.4rem 0.4rem 0; + border-top-color: #000; +} + +.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before { + top: -1px; + border-width: 0.4rem 0.4rem 0; + border-top-color: #000; +} + +.bs-tooltip-end .tooltip-arrow { + left: 0; + width: 0.4rem; + height: 0.8rem; +} + +.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow { + left: 0; + width: 0.4rem; + height: 0.8rem; +} + +.bs-tooltip-end .tooltip-arrow::before { + right: -1px; + border-width: 0.4rem 0.4rem 0.4rem 0; + border-right-color: #000; +} + +.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before { + right: -1px; + border-width: 0.4rem 0.4rem 0.4rem 0; + border-right-color: #000; +} + +.bs-tooltip-bottom .tooltip-arrow { + top: 0; +} + +.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow { + top: 0; +} + +.bs-tooltip-bottom .tooltip-arrow::before { + bottom: -1px; + border-width: 0 0.4rem 0.4rem; + border-bottom-color: #000; +} + +.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before { + bottom: -1px; + border-width: 0 0.4rem 0.4rem; + border-bottom-color: #000; +} + +.bs-tooltip-start .tooltip-arrow { + right: 0; + width: 0.4rem; + height: 0.8rem; +} + +.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow { + right: 0; + width: 0.4rem; + height: 0.8rem; +} + +.bs-tooltip-start .tooltip-arrow::before { + left: -1px; + border-width: 0.4rem 0 0.4rem 0.4rem; + border-left-color: #000; +} + +.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before { + left: -1px; + border-width: 0.4rem 0 0.4rem 0.4rem; + border-left-color: #000; +} + +.tooltip-inner { + max-width: 200px; + font-size: 14px; + padding: 6px 16px; + color: #fff; + -webkit-text-align: center; + text-align: center; + background-color: #6d6d6d; + border-radius: 0.25rem; +} + +.popover { + position: absolute; + top: 0; + left: 0; + z-index: 1070; + display: block; + max-width: 276px; + font-family: var(--bs-font-sans-serif); + font-style: normal; + font-weight: 400; + line-height: 1.5; + -webkit-text-align: start; + text-align: start; + -webkit-text-decoration: none; + text-decoration: none; + -webkit-text-shadow: none; + text-shadow: none; + -webkit-text-transform: none; + text-transform: none; + letter-spacing: normal; + word-break: normal; + word-spacing: normal; + white-space: normal; + line-break: auto; + font-size: 0.875rem; + word-wrap: break-word; + background-color: #fff; + background-clip: padding-box; + border: 0; + border-radius: 0.5rem; + box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); +} + +.bs-popover-top > .popover-arrow { + bottom: calc(-0.5rem - 1px); +} + +.bs-popover-auto[data-popper-placement^=top] > .popover-arrow { + bottom: calc(-0.5rem - 1px); +} + +.bs-popover-top > .popover-arrow::before { + bottom: 0; + border-width: 0.5rem 0.5rem 0; + border-top-color: rgba(0, 0, 0, 0.25); +} + +.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before { + bottom: 0; + border-width: 0.5rem 0.5rem 0; + border-top-color: rgba(0, 0, 0, 0.25); +} + +.bs-popover-top > .popover-arrow::after { + bottom: 1px; + border-width: 0.5rem 0.5rem 0; + border-top-color: #fff; +} + +.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after { + bottom: 1px; + border-width: 0.5rem 0.5rem 0; + border-top-color: #fff; +} + +.bs-popover-end > .popover-arrow { + left: calc(-0.5rem - 1px); + width: 0.5rem; + height: 1rem; +} + +.bs-popover-auto[data-popper-placement^=right] > .popover-arrow { + left: calc(-0.5rem - 1px); + width: 0.5rem; + height: 1rem; +} + +.bs-popover-end > .popover-arrow::before { + left: 0; + border-width: 0.5rem 0.5rem 0.5rem 0; + border-right-color: rgba(0, 0, 0, 0.25); +} + +.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before { + left: 0; + border-width: 0.5rem 0.5rem 0.5rem 0; + border-right-color: rgba(0, 0, 0, 0.25); +} + +.bs-popover-end > .popover-arrow::after { + left: 1px; + border-width: 0.5rem 0.5rem 0.5rem 0; + border-right-color: #fff; +} + +.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after { + left: 1px; + border-width: 0.5rem 0.5rem 0.5rem 0; + border-right-color: #fff; +} + +.bs-popover-bottom > .popover-arrow { + top: calc(-0.5rem - 1px); +} + +.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow { + top: calc(-0.5rem - 1px); +} + +.bs-popover-bottom > .popover-arrow::before { + top: 0; + border-width: 0 0.5rem 0.5rem 0.5rem; + border-bottom-color: rgba(0, 0, 0, 0.25); +} + +.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before { + top: 0; + border-width: 0 0.5rem 0.5rem 0.5rem; + border-bottom-color: rgba(0, 0, 0, 0.25); +} + +.bs-popover-bottom > .popover-arrow::after { + top: 1px; + border-width: 0 0.5rem 0.5rem 0.5rem; + border-bottom-color: #fff; +} + +.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after { + top: 1px; + border-width: 0 0.5rem 0.5rem 0.5rem; + border-bottom-color: #fff; +} + +.bs-popover-bottom .popover-header::before { + position: absolute; + top: 0; + left: 50%; + display: block; + width: 1rem; + margin-left: -0.5rem; + content: ""; + border-bottom: 1px solid #f0f0f0; +} + +.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before { + position: absolute; + top: 0; + left: 50%; + display: block; + width: 1rem; + margin-left: -0.5rem; + content: ""; + border-bottom: 1px solid #f0f0f0; +} + +.bs-popover-start > .popover-arrow { + right: calc(-0.5rem - 1px); + width: 0.5rem; + height: 1rem; +} + +.bs-popover-auto[data-popper-placement^=left] > .popover-arrow { + right: calc(-0.5rem - 1px); + width: 0.5rem; + height: 1rem; +} + +.bs-popover-start > .popover-arrow::before { + right: 0; + border-width: 0.5rem 0 0.5rem 0.5rem; + border-left-color: rgba(0, 0, 0, 0.25); +} + +.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before { + right: 0; + border-width: 0.5rem 0 0.5rem 0.5rem; + border-left-color: rgba(0, 0, 0, 0.25); +} + +.bs-popover-start > .popover-arrow::after { + right: 1px; + border-width: 0.5rem 0 0.5rem 0.5rem; + border-left-color: #fff; +} + +.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after { + right: 1px; + border-width: 0.5rem 0 0.5rem 0.5rem; + border-left-color: #fff; +} + +.popover-header { + padding: 0.5rem 1rem; + margin-bottom: 0; + font-size: 1rem; + background-color: #fff; + border-bottom: 1px solid rgba(0, 0, 0, 0.2); + border-top-left-radius: 0.5rem; + border-top-right-radius: 0.5rem; + font-weight: 500; +} + +.popover-header:empty { + display: none; +} + +.popover-body { + padding: 1rem 1rem; + color: #212529; +} + +.carousel.pointer-event { + touch-action: pan-y; +} + +.carousel-inner::after { + display: block; + clear: both; + content: ""; +} + +.carousel-item { + display: none; + margin-right: -100%; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + transition: transform 0.6s ease-in-out; +} + +.carousel-item.active { + display: block; +} + +.carousel-item-next { + display: block; +} + +.carousel-item-prev { + display: block; +} + +.carousel-item-next:not(.carousel-item-start) { + transform: translateX(100%); +} + +.active.carousel-item-end { + transform: translateX(100%); +} + +.carousel-item-prev:not(.carousel-item-end) { + transform: translateX(-100%); +} + +.active.carousel-item-start { + transform: translateX(-100%); +} + +.carousel-fade .carousel-item { + opacity: 0; + transition-property: opacity; + transform: none; +} + +.carousel-fade .carousel-item.active { + z-index: 1; + opacity: 1; +} + +.carousel-fade .carousel-item-next.carousel-item-start { + z-index: 1; + opacity: 1; +} + +.carousel-fade .carousel-item-prev.carousel-item-end { + z-index: 1; + opacity: 1; +} + +.carousel-fade .active.carousel-item-start { + z-index: 0; + opacity: 0; + transition: opacity 0s 0.6s; +} + +.carousel-fade .active.carousel-item-end { + z-index: 0; + opacity: 0; + transition: opacity 0s 0.6s; +} + +.carousel-control-prev { + z-index: 1; + width: 15%; + color: #fff; + background: none; + opacity: 0.5; + transition: opacity 0.15s ease; +} + +.carousel-control-next { + z-index: 1; + width: 15%; + color: #fff; + background: none; + opacity: 0.5; + transition: opacity 0.15s ease; +} + +.carousel-control-prev:hover { + color: #fff; + opacity: 0.9; +} + +.carousel-control-prev:focus { + color: #fff; + opacity: 0.9; +} + +.carousel-control-next:hover { + color: #fff; + opacity: 0.9; +} + +.carousel-control-next:focus { + color: #fff; + opacity: 0.9; +} + +.carousel-control-prev-icon { + width: 2rem; + height: 2rem; + background-position: 50%; + background-size: 100% 100%; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); +} + +.carousel-control-next-icon { + width: 2rem; + height: 2rem; + background-position: 50%; + background-size: 100% 100%; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); +} + +.carousel-indicators { + z-index: 2; + margin-right: 15%; + margin-left: 15%; + list-style: none; +} + +.carousel-indicators [data-bs-target] { + box-sizing: content-box; + flex: 0 1 auto; + width: 30px; + height: 3px; + padding: 0; + margin-right: 3px; + margin-left: 3px; + -webkit-text-indent: -999px; + text-indent: -999px; + cursor: pointer; + background-color: #fff; + background-clip: padding-box; + border: 0; + border-top: 10px solid transparent; + border-bottom: 10px solid transparent; + opacity: 0.5; + transition: opacity 0.6s ease; +} + +.carousel-indicators .active { + opacity: 1; +} + +.carousel-dark .carousel-control-prev-icon { + filter: invert(1) grayscale(100); +} + +.carousel-dark .carousel-control-next-icon { + filter: invert(1) grayscale(100); +} + +.carousel-dark .carousel-indicators [data-bs-target] { + background-color: #000; +} + +.offcanvas { + z-index: 1045; +} + +.offcanvas-backdrop { + position: fixed; + top: 0; + left: 0; + z-index: 1040; + width: 100vw; + height: 100vh; + background-color: #000; +} + +.offcanvas-backdrop.fade { + opacity: 0; +} + +.offcanvas-backdrop.show { + opacity: 0.5; +} + +.offcanvas.show { + transform: none; +} + +.sticky-top { + position: sticky; + top: 0; + z-index: 1020; +} + +.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; +} + +.vr { + display: inline-block; + align-self: stretch; + width: 1px; + min-height: 1em; + background-color: currentColor; + opacity: 0.25; +} + +.animation { + animation-duration: 1s; + animation-fill-mode: both; + padding: auto; +} + +.fade-in { + animation-name: _fade-in; +} + +.fade-out { + animation-name: _fade-out; +} + +.animation.infinite { + animation-iteration-count: infinite; +} + +.animation.delay-1s { + animation-delay: 1s; +} + +.animation.delay-2s { + animation-delay: 2s; +} + +.animation.delay-3s { + animation-delay: 3s; +} + +.animation.delay-4s { + animation-delay: 4s; +} + +.animation.delay-5s { + animation-delay: 5s; +} + +.animation.fast { + animation-duration: 800ms; +} + +.animation.faster { + animation-duration: 500ms; +} + +.animation.slow { + animation-duration: 2s; +} + +.animation.slower { + animation-duration: 3s; +} + +.slide-in-left { + animation-name: _slide-in-left; +} + +.slide-in-right { + animation-name: _slide-in-right; +} + +.slide-out-left { + animation-name: _slide-out-left; +} + +.slide-out-right { + animation-name: _slide-out-right; +} + +.ripple-surface { + position: relative; + overflow: hidden; + display: inline-block; + vertical-align: bottom; +} + +.ripple-surface-unbound { + overflow: visible; +} + +.ripple-wave { + background-image: radial-gradient(circle, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, transparent 70%); + border-radius: 50%; + opacity: 0.5; + pointer-events: none; + position: absolute; + touch-action: none; + transform: scale(0); + transition-property: transform, opacity; + transition-timing-function: cubic-bezier(0, 0, 0.15, 1), cubic-bezier(0, 0, 0.15, 1); + z-index: 999; +} + +.ripple-wave.active { + transform: scale(1); + opacity: 0; +} + +.btn .ripple-wave { + background-image: radial-gradient(circle, hsla(0deg, 0%, 100%, 0.2) 0, hsla(0deg, 0%, 100%, 0.3) 40%, hsla(0deg, 0%, 100%, 0.4) 50%, hsla(0deg, 0%, 100%, 0.5) 60%, hsla(0deg, 0%, 100%, 0) 70%); +} + +.ripple-surface-primary .ripple-wave { + background-image: radial-gradient(circle, rgba(18, 102, 241, 0.2) 0, rgba(18, 102, 241, 0.3) 40%, rgba(18, 102, 241, 0.4) 50%, rgba(18, 102, 241, 0.5) 60%, rgba(18, 102, 241, 0) 70%); +} + +.ripple-surface-secondary .ripple-wave { + background-image: radial-gradient(circle, rgba(178, 60, 253, 0.2) 0, rgba(178, 60, 253, 0.3) 40%, rgba(178, 60, 253, 0.4) 50%, rgba(178, 60, 253, 0.5) 60%, rgba(178, 60, 253, 0) 70%); +} + +.ripple-surface-success .ripple-wave { + background-image: radial-gradient(circle, rgba(0, 183, 74, 0.2) 0, rgba(0, 183, 74, 0.3) 40%, rgba(0, 183, 74, 0.4) 50%, rgba(0, 183, 74, 0.5) 60%, rgba(0, 183, 74, 0) 70%); +} + +.ripple-surface-info .ripple-wave { + background-image: radial-gradient(circle, rgba(57, 192, 237, 0.2) 0, rgba(57, 192, 237, 0.3) 40%, rgba(57, 192, 237, 0.4) 50%, rgba(57, 192, 237, 0.5) 60%, rgba(57, 192, 237, 0) 70%); +} + +.ripple-surface-warning .ripple-wave { + background-image: radial-gradient(circle, rgba(255, 169, 0, 0.2) 0, rgba(255, 169, 0, 0.3) 40%, rgba(255, 169, 0, 0.4) 50%, rgba(255, 169, 0, 0.5) 60%, rgba(255, 169, 0, 0) 70%); +} + +.ripple-surface-danger .ripple-wave { + background-image: radial-gradient(circle, rgba(249, 49, 84, 0.2) 0, rgba(249, 49, 84, 0.3) 40%, rgba(249, 49, 84, 0.4) 50%, rgba(249, 49, 84, 0.5) 60%, rgba(249, 49, 84, 0) 70%); +} + +.ripple-surface-light .ripple-wave { + background-image: radial-gradient(circle, hsla(0deg, 0%, 98.4%, 0.2) 0, hsla(0deg, 0%, 98.4%, 0.3) 40%, hsla(0deg, 0%, 98.4%, 0.4) 50%, hsla(0deg, 0%, 98.4%, 0.5) 60%, hsla(0deg, 0%, 98.4%, 0) 70%); +} + +.ripple-surface-dark .ripple-wave { + background-image: radial-gradient(circle, rgba(38, 38, 38, 0.2) 0, rgba(38, 38, 38, 0.3) 40%, rgba(38, 38, 38, 0.4) 50%, rgba(38, 38, 38, 0.5) 60%, rgba(38, 38, 38, 0) 70%); +} + +.ripple-surface-white .ripple-wave { + background-image: radial-gradient(circle, hsla(0deg, 0%, 100%, 0.2) 0, hsla(0deg, 0%, 100%, 0.3) 40%, hsla(0deg, 0%, 100%, 0.4) 50%, hsla(0deg, 0%, 100%, 0.5) 60%, hsla(0deg, 0%, 100%, 0) 70%); +} + +.ripple-surface-black .ripple-wave { + background-image: radial-gradient(circle, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, transparent 70%); +} + +.datepicker-toggle-button { + position: absolute; + outline: none; + border: none; + background-color: transparent; + right: 10px; + top: 50%; + transform: translate(-50%, -50%); +} + +.datepicker-toggle-button:focus { + color: #2979ff; +} + +.datepicker-toggle-button:hover { + color: #2979ff; +} + +.datepicker-backdrop { + width: 100%; + height: 100%; + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + background-color: rgba(0, 0, 0, 0.4); + z-index: 1065; +} + +.datepicker-dropdown-container { + width: 328px; + height: 380px; + background-color: #fff; + border-radius: 0.5rem; + box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05); + z-index: 1066; +} + +.datepicker-modal-container { + display: flex; + flex-direction: column; + position: fixed; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + width: 328px; + height: 512px; + background-color: #fff; + border-radius: 0.6rem 0.6rem 0.5rem 0.5rem; + box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05); + z-index: 1066; +} + +.datepicker-header { + height: 120px; + padding-right: 24px; + padding-left: 24px; + background-color: #2979ff; + display: flex; + flex-direction: column; + border-radius: 0.5rem 0.5rem 0 0; +} + +.datepicker-title { + height: 32px; + display: flex; + flex-direction: column; + justify-content: flex-end; +} + +.datepicker-title-text { + font-size: 10px; + font-weight: 400; + -webkit-text-transform: uppercase; + text-transform: uppercase; + letter-spacing: 1.7px; + color: #fff; +} + +.datepicker-date { + height: 72px; + display: flex; + flex-direction: column; + justify-content: flex-end; +} + +.datepicker-date-text { + font-size: 34px; + font-weight: 400; + color: #fff; +} + +.datepicker-main { + position: relative; + height: 100%; +} + +.datepicker-date-controls { + padding: 10px 12px 0 12px; + display: flex; + justify-content: space-between; + color: rgba(0, 0, 0, 0.64); +} + +.datepicker-view-change-button { + padding: 10px; + color: #666; + font-weight: 500; + font-size: 0.9rem; + border-radius: 10px; + box-shadow: none; + background-color: transparent; + margin: 0; + border: none; +} + +.datepicker-view-change-button:hover { + background-color: #eee; +} + +.datepicker-view-change-button:focus { + background-color: #eee; +} + +.datepicker-view-change-button:after { + content: ""; + display: inline-block; + width: 0; + height: 0; + border-left: 5px solid transparent; + border-right: 5px solid transparent; + border-top-width: 5px; + border-top-style: solid; + margin: 0 0 0 5px; + vertical-align: middle; +} + +.datepicker-arrow-controls { + margin-top: 10px; +} + +.datepicker-previous-button { + position: relative; + padding: 0; + width: 40px; + height: 40px; + line-height: 40px; + border: none; + outline: none; + margin: 0; + color: rgba(0, 0, 0, 0.64); + background-color: transparent; + margin-right: 24px; +} + +.datepicker-previous-button:hover { + background-color: #eee; + border-radius: 50%; +} + +.datepicker-previous-button:focus { + background-color: #eee; + border-radius: 50%; +} + +.datepicker-previous-button::after { + top: 0; + left: 0; + right: 0; + bottom: 0; + position: absolute; + content: ""; + margin: 15.5px; + border: 0 solid currentColor; + border-top-width: 2px; + border-left-width: 2px; + transform: translateX(2px) rotate(-45deg); +} + +.datepicker-next-button { + position: relative; + padding: 0; + width: 40px; + height: 40px; + line-height: 40px; + border: none; + outline: none; + margin: 0; + color: rgba(0, 0, 0, 0.64); + background-color: transparent; +} + +.datepicker-next-button:hover { + background-color: #eee; + border-radius: 50%; +} + +.datepicker-next-button:focus { + background-color: #eee; + border-radius: 50%; +} + +.datepicker-next-button::after { + top: 0; + left: 0; + right: 0; + bottom: 0; + position: absolute; + content: ""; + margin: 15.5px; + border: 0 solid currentColor; + border-top-width: 2px; + border-right-width: 2px; + transform: translateX(-2px) rotate(45deg); +} + +.datepicker-view { + padding-left: 12px; + padding-right: 12px; + outline: none; +} + +.datepicker-table { + margin-right: auto; + margin-left: auto; + width: 304px; +} + +.datepicker-day-heading { + width: 40px; + height: 40px; + -webkit-text-align: center; + text-align: center; + font-size: 12px; + font-weight: 400; +} + +.datepicker-cell { + -webkit-text-align: center; + text-align: center; +} + +.datepicker-cell.disabled { + color: #ccc; + cursor: default; + pointer-events: none; +} + +.datepicker-cell.disabled:hover { + cursor: default; +} + +.datepicker-cell:hover { + cursor: pointer; +} + +.datepicker-cell:not(.disabled):not(.selected):hover .datepicker-cell-content { + background-color: #d3d3d3; +} + +.datepicker-cell.selected .datepicker-cell-content { + background-color: #2979ff; + color: #fff; +} + +.datepicker-cell:not(.selected).focused .datepicker-cell-content { + background-color: #eee; +} + +.datepicker-cell.focused .datepicker-cell-content.selected { + background-color: #2979ff; +} + +.datepicker-cell.current .datepicker-cell-content { + border: 1px solid #000; +} + +.datepicker-small-cell { + width: 40px; + height: 40px; +} + +.datepicker-small-cell-content { + width: 36px; + height: 36px; + line-height: 36px; + border-radius: 50%; + font-size: 13px; +} + +.datepicker-large-cell { + width: 76px; + height: 42px; +} + +.datepicker-large-cell-content { + width: 72px; + height: 40px; + line-height: 40px; + padding: 1px 2px; + border-radius: 999px; +} + +.datepicker-footer { + height: 56px; + display: flex; + position: absolute; + width: 100%; + bottom: 0; + justify-content: flex-end; + align-items: center; + padding-left: 12px; + padding-right: 12px; +} + +.datepicker-footer-btn { + background-color: #fff; + color: #2979ff; + border: none; + cursor: pointer; + padding: 0 10px; + -webkit-text-transform: uppercase; + text-transform: uppercase; + font-size: 0.8rem; + font-weight: 500; + height: 40px; + line-height: 40px; + letter-spacing: 0.1rem; + border-radius: 10px; + margin-bottom: 10px; +} + +.datepicker-footer-btn:hover { + background-color: #eee; +} + +.datepicker-footer-btn:focus { + background-color: #eee; +} + +.datepicker-clear-btn { + margin-right: auto; +} + +.timepicker-wrapper { + touch-action: none; + z-index: 1065; + opacity: 0; + right: 0; + bottom: 0; + top: 0; + left: 0; + background-color: rgba(0, 0, 0, 0.4); +} + +.timepicker-elements { + min-width: 310px; + min-height: 325px; + background: #fff; + border-top-right-radius: 0.6rem; + border-top-left-radius: 0.6rem; +} + +.timepicker-head { + background-color: #2979ff; + height: 100px; + border-top-right-radius: 0.5rem; + border-top-left-radius: 0.5rem; + padding: 10px 24px 10px 50px; +} + +.timepicker-button { + font-size: 0.8rem; + min-width: 64px; + box-sizing: border-box; + font-weight: 500; + line-height: 40px; + border-radius: 10px; + letter-spacing: 0.1rem; + -webkit-text-transform: uppercase; + text-transform: uppercase; + color: #2979ff; + border: none; + background-color: transparent; + transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms; + outline: none; + padding: 0 10px; + height: 40px; + margin-bottom: 10px; +} + +.timepicker-button:hover { + background-color: rgba(0, 0, 0, 0.08); +} + +.timepicker-button:focus { + outline: none; + background-color: rgba(0, 0, 0, 0.08); +} + +.timepicker-current { + font-size: 3.75rem; + font-weight: 300; + line-height: 1.2; + letter-spacing: -0.00833em; + color: #fff; + opacity: 0.54; + border: none; + background: transparent; + padding: 0; +} + +.timepicker-current.active { + opacity: 1; +} + +.timepicker-current-wrapper { + direction: ltr; +} + +.timepicker-mode-wrapper { + margin-left: 20px; + font-size: 18px; + color: rgba(255, 255, 255, 0.54); +} + +.timepicker-mode-wrapper.active { + opacity: 1; +} + +.timepicker-clock-wrapper { + min-width: 310px; + max-width: 325px; + min-height: 305px; + overflow-x: hidden; + height: 100%; +} + +.timepicker-clock { + position: relative; + border-radius: 100%; + width: 260px; + height: 260px; + cursor: default; + margin: 0 auto; + background-color: rgba(0, 0, 0, 0.07); +} + +.timepicker-time-tips-minutes.active { + color: #fff; + background-color: #2979ff; + font-weight: 400; +} + +.timepicker-time-tips-inner.active { + color: #fff; + background-color: #2979ff; + font-weight: 400; +} + +.timepicker-time-tips-hours.active { + color: #fff; + background-color: #2979ff; + font-weight: 400; +} + +.timepicker-time-tips-minutes.disabled { + color: #b3afaf; + pointer-events: none; + background-color: transparent; +} + +.timepicker-time-tips-inner.disabled { + color: #b3afaf; + pointer-events: none; + background-color: transparent; +} + +.timepicker-time-tips-hours.disabled { + color: #b3afaf; + pointer-events: none; + background-color: transparent; +} + +.timepicker-dot { + font-weight: 300; + line-height: 1.2; + letter-spacing: -0.00833em; + color: #fff; + font-size: 3.75rem; + opacity: 0.54; + border: none; + background: transparent; + padding: 0; +} + +.timepicker-middle-dot { + top: 50%; + left: 50%; + width: 6px; + height: 6px; + transform: translate(-50%, -50%); + border-radius: 50%; + background-color: #2979ff; +} + +.timepicker-hand-pointer { + background-color: #2979ff; + bottom: 50%; + height: 40%; + left: calc(50% - 1px); + transform-origin: center bottom 0; + width: 2px; +} + +.timepicker-time-tips.active { + color: #fff; +} + +.timepicker-circle { + top: -21px; + left: -15px; + width: 4px; + border: 14px solid #2979ff; + height: 4px; + box-sizing: content-box; + border-radius: 100%; +} + +.timepicker-hour-mode { + padding: 0; + background-color: transparent; + border: none; + color: #fff; + opacity: 0.54; + cursor: pointer; +} + +.timepicker-hour { + cursor: pointer; +} + +.timepicker-minute { + cursor: pointer; +} + +.timepicker-hour-mode:hover { + background-color: rgba(0, 0, 0, 0.15); + outline: none; +} + +.timepicker-hour-mode:focus { + background-color: rgba(0, 0, 0, 0.15); + outline: none; +} + +.timepicker-hour:hover { + background-color: rgba(0, 0, 0, 0.15); + outline: none; +} + +.timepicker-hour:focus { + background-color: rgba(0, 0, 0, 0.15); + outline: none; +} + +.timepicker-minute:hover { + background-color: rgba(0, 0, 0, 0.15); + outline: none; +} + +.timepicker-minute:focus { + background-color: rgba(0, 0, 0, 0.15); + outline: none; +} + +.timepicker-hour-mode.active { + color: #fff; + opacity: 1; +} + +.timepicker-hour.active { + color: #fff; + opacity: 1; +} + +.timepicker-minute.active { + color: #fff; + opacity: 1; +} + +.timepicker-footer { + border-bottom-left-radius: 0.5rem; + border-bottom-right-radius: 0.5rem; + display: flex; + justify-content: space-between; + align-items: center; + width: 100%; + height: 56px; + padding-left: 12px; + padding-right: 12px; + background-color: #fff; +} + +.timepicker-container { + max-height: calc(100% - 64px); + overflow-y: auto; + box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05); +} + +.timepicker-icon-up.active { + opacity: 1; +} + +.timepicker-icon-down.active { + opacity: 1; +} + +.timepicker-toggle-button { + position: absolute; + outline: none; + border: none; + background-color: transparent; + right: 10px; + top: 50%; + transform: translate(-50%, -50%); + transition: all 0.3s ease; + cursor: pointer; +} + +.timepicker-toggle-button:hover { + color: #2979ff; +} + +.timepicker-toggle-button:focus { + color: #2979ff; +} + +.timepicker-input:focus + .timepicker-toggle-button { + color: #2979ff; +} + +.timepicker-input:focus + .timepicker-toggle-button i { + color: #2979ff; +} + +.timepicker a.timepicker-toggle-button { + right: 1px; +} + +.timepicker-toggle-button.timepicker-icon { + right: 1px; +} + +.timepicker-modal .fade.show { + opacity: 1; +} + +.stepper { + position: relative; + padding: 0; + margin: 0; + width: 100%; + list-style: none; + overflow: hidden; + transition: height 0.2s ease-in-out; +} + +.stepper:not(.stepper-vertical) { + display: flex; + justify-content: space-between; +} + +.stepper:not(.stepper-vertical) .stepper-content { + position: absolute; + width: 100%; + padding: 1rem; +} + +.stepper:not(.stepper-vertical) .stepper-step { + flex: auto; + height: 4.5rem; +} + +.stepper:not(.stepper-vertical) .stepper-step:first-child .stepper-head { + padding-left: 1.5rem; +} + +.stepper:not(.stepper-vertical) .stepper-step:last-child .stepper-head { + padding-right: 1.5rem; +} + +.stepper:not(.stepper-vertical) .stepper-step:not(:first-child) .stepper-head:before { + flex: 1; + height: 1px; + width: 100%; + margin-right: 0.5rem; + content: ""; + background-color: rgba(0, 0, 0, 0.1); +} + +.stepper:not(.stepper-vertical) .stepper-step:not(:last-child) .stepper-head:after { + flex: 1; + height: 1px; + width: 100%; + margin-left: 0.5rem; + content: ""; + background-color: rgba(0, 0, 0, 0.1); +} + +.stepper:not(.stepper-vertical) .stepper-head-icon { + margin: 1.5rem 0.5rem 1.5rem 0; +} + +.stepper.stepper-mobile { + justify-content: center; + align-items: flex-end; +} + +.stepper.stepper-mobile.stepper-progress-bar .stepper-head-icon { + display: none; +} + +.stepper.stepper-mobile .stepper-step { + flex: unset; + height: -moz-fit-content; + height: fit-content; + margin: 1rem 0 1rem 0; +} + +.stepper.stepper-mobile .stepper-step:not(:last-child) .stepper-head:after { + margin-left: 0; +} + +.stepper.stepper-mobile .stepper-step:not(:first-child) .stepper-head:before { + margin-right: 0; +} + +.stepper.stepper-mobile .stepper-step:not(:last-child):not(:first-child) .stepper-head { + padding-left: 0.25rem; + padding-right: 0.25rem; +} + +.stepper.stepper-mobile .stepper-head-icon { + font-size: 0; + margin: 0; + height: 0.5rem; + width: 0.5rem; + z-index: 1; +} + +.stepper.stepper-mobile .stepper-head-text { + display: none; +} + +.stepper.stepper-mobile .stepper-content { + top: 2.56rem; +} + +.collapse { + visibility: visible !important; +} + +@media (prefers-reduced-motion: reduce) { + .form-control::file-selector-button { + transition: none; + } + + .form-control::-webkit-file-upload-button { + -webkit-transition: none; + transition: none; + } + + .form-switch .form-check-input { + transition: none; + } + + .form-range::-webkit-slider-thumb { + -webkit-transition: none; + transition: none; + } + + .form-range::-moz-range-thumb { + -moz-transition: none; + transition: none; + } + + .form-floating > label { + transition: none; + } + + .fade { + transition: none; + } + + .collapsing { + transition: none; + } + + .collapsing.collapse-horizontal { + transition: none; + } + + .accordion-button::after { + transition: none; + } + + .modal.fade .modal-dialog { + transition: none; + } + + .carousel-item { + transition: none; + } + + .carousel-fade .active.carousel-item-start { + transition: none; + } + + .carousel-fade .active.carousel-item-end { + transition: none; + } + + .carousel-control-prev { + transition: none; + } + + .carousel-control-next { + transition: none; + } + + .carousel-indicators [data-bs-target] { + transition: none; + } + + .spinner-border { + animation-duration: 1.5s; + } + + .spinner-grow { + animation-duration: 1.5s; + } +} + +@media (min-width: 576px) { + .navbar-expand-sm { + flex-wrap: nowrap; + justify-content: flex-start; + } + + .navbar-expand-sm .navbar-nav { + flex-direction: row; + } + + .navbar-expand-sm .navbar-nav .dropdown-menu { + position: absolute; + } + + .navbar-expand-sm .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + + .navbar-expand-sm .navbar-nav-scroll { + overflow: visible; + } + + .navbar-expand-sm .navbar-collapse { + display: flex !important; + -ms-flex-basis: auto; + flex-basis: auto; + } + + .navbar-expand-sm .navbar-toggler { + display: none; + } + + .navbar-expand-sm .offcanvas-header { + display: none; + } + + .navbar-expand-sm .offcanvas { + position: inherit; + bottom: 0; + z-index: 1000; + -ms-flex-grow: 1; + flex-grow: 1; + visibility: visible !important; + background-color: transparent; + border-right: 0; + border-left: 0; + transition: none; + transform: none; + } + + .navbar-expand-sm .offcanvas-top { + height: auto; + border-top: 0; + border-bottom: 0; + } + + .navbar-expand-sm .offcanvas-bottom { + height: auto; + border-top: 0; + border-bottom: 0; + } + + .navbar-expand-sm .offcanvas-body { + display: flex; + -ms-flex-grow: 0; + flex-grow: 0; + padding: 0; + overflow-y: visible; + } + + .modal-dialog { + max-width: 500px; + margin: 1.75rem auto; + } + + .modal-dialog-scrollable { + height: calc(100% - 3.5rem); + } + + .modal-dialog-centered { + min-height: calc(100% - 3.5rem); + } + + .modal-sm { + max-width: 300px; + } + + .sticky-sm-top { + position: sticky; + top: 0; + z-index: 1020; + } +} + +@media (min-width: 768px) { + .navbar-expand-md { + flex-wrap: nowrap; + justify-content: flex-start; + } + + .navbar-expand-md .navbar-nav { + flex-direction: row; + } + + .navbar-expand-md .navbar-nav .dropdown-menu { + position: absolute; + } + + .navbar-expand-md .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + + .navbar-expand-md .navbar-nav-scroll { + overflow: visible; + } + + .navbar-expand-md .navbar-collapse { + display: flex !important; + -ms-flex-basis: auto; + flex-basis: auto; + } + + .navbar-expand-md .navbar-toggler { + display: none; + } + + .navbar-expand-md .offcanvas-header { + display: none; + } + + .navbar-expand-md .offcanvas { + position: inherit; + bottom: 0; + z-index: 1000; + -ms-flex-grow: 1; + flex-grow: 1; + visibility: visible !important; + background-color: transparent; + border-right: 0; + border-left: 0; + transition: none; + transform: none; + } + + .navbar-expand-md .offcanvas-top { + height: auto; + border-top: 0; + border-bottom: 0; + } + + .navbar-expand-md .offcanvas-bottom { + height: auto; + border-top: 0; + border-bottom: 0; + } + + .navbar-expand-md .offcanvas-body { + display: flex; + -ms-flex-grow: 0; + flex-grow: 0; + padding: 0; + overflow-y: visible; + } + + .sticky-md-top { + position: sticky; + top: 0; + z-index: 1020; + } +} + +@media (min-width: 992px) { + .navbar-expand-lg { + flex-wrap: nowrap; + justify-content: flex-start; + } + + .navbar-expand-lg .navbar-nav { + flex-direction: row; + } + + .navbar-expand-lg .navbar-nav .dropdown-menu { + position: absolute; + } + + .navbar-expand-lg .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + + .navbar-expand-lg .navbar-nav-scroll { + overflow: visible; + } + + .navbar-expand-lg .navbar-collapse { + display: flex !important; + -ms-flex-basis: auto; + flex-basis: auto; + } + + .navbar-expand-lg .navbar-toggler { + display: none; + } + + .navbar-expand-lg .offcanvas-header { + display: none; + } + + .navbar-expand-lg .offcanvas { + position: inherit; + bottom: 0; + z-index: 1000; + -ms-flex-grow: 1; + flex-grow: 1; + visibility: visible !important; + background-color: transparent; + border-right: 0; + border-left: 0; + transition: none; + transform: none; + } + + .navbar-expand-lg .offcanvas-top { + height: auto; + border-top: 0; + border-bottom: 0; + } + + .navbar-expand-lg .offcanvas-bottom { + height: auto; + border-top: 0; + border-bottom: 0; + } + + .navbar-expand-lg .offcanvas-body { + display: flex; + -ms-flex-grow: 0; + flex-grow: 0; + padding: 0; + overflow-y: visible; + } + + .modal-lg { + max-width: 800px; + } + + .modal-xl { + max-width: 800px; + } + + .sticky-lg-top { + position: sticky; + top: 0; + z-index: 1020; + } +} + +@media (min-width: 1200px) { + .navbar-expand-xl { + flex-wrap: nowrap; + justify-content: flex-start; + } + + .navbar-expand-xl .navbar-nav { + flex-direction: row; + } + + .navbar-expand-xl .navbar-nav .dropdown-menu { + position: absolute; + } + + .navbar-expand-xl .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + + .navbar-expand-xl .navbar-nav-scroll { + overflow: visible; + } + + .navbar-expand-xl .navbar-collapse { + display: flex !important; + -ms-flex-basis: auto; + flex-basis: auto; + } + + .navbar-expand-xl .navbar-toggler { + display: none; + } + + .navbar-expand-xl .offcanvas-header { + display: none; + } + + .navbar-expand-xl .offcanvas { + position: inherit; + bottom: 0; + z-index: 1000; + -ms-flex-grow: 1; + flex-grow: 1; + visibility: visible !important; + background-color: transparent; + border-right: 0; + border-left: 0; + transition: none; + transform: none; + } + + .navbar-expand-xl .offcanvas-top { + height: auto; + border-top: 0; + border-bottom: 0; + } + + .navbar-expand-xl .offcanvas-bottom { + height: auto; + border-top: 0; + border-bottom: 0; + } + + .navbar-expand-xl .offcanvas-body { + display: flex; + -ms-flex-grow: 0; + flex-grow: 0; + padding: 0; + overflow-y: visible; + } + + .modal-xl { + max-width: 1140px; + } + + .sticky-xl-top { + position: sticky; + top: 0; + z-index: 1020; + } +} + +@media (min-width: 1400px) { + .navbar-expand-xxl { + flex-wrap: nowrap; + justify-content: flex-start; + } + + .navbar-expand-xxl .navbar-nav { + flex-direction: row; + } + + .navbar-expand-xxl .navbar-nav .dropdown-menu { + position: absolute; + } + + .navbar-expand-xxl .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + + .navbar-expand-xxl .navbar-nav-scroll { + overflow: visible; + } + + .navbar-expand-xxl .navbar-collapse { + display: flex !important; + -ms-flex-basis: auto; + flex-basis: auto; + } + + .navbar-expand-xxl .navbar-toggler { + display: none; + } + + .navbar-expand-xxl .offcanvas-header { + display: none; + } + + .navbar-expand-xxl .offcanvas { + position: inherit; + bottom: 0; + z-index: 1000; + -ms-flex-grow: 1; + flex-grow: 1; + visibility: visible !important; + background-color: transparent; + border-right: 0; + border-left: 0; + transition: none; + transform: none; + } + + .navbar-expand-xxl .offcanvas-top { + height: auto; + border-top: 0; + border-bottom: 0; + } + + .navbar-expand-xxl .offcanvas-bottom { + height: auto; + border-top: 0; + border-bottom: 0; + } + + .navbar-expand-xxl .offcanvas-body { + display: flex; + -ms-flex-grow: 0; + flex-grow: 0; + padding: 0; + overflow-y: visible; + } + + .sticky-xxl-top { + position: sticky; + top: 0; + z-index: 1020; + } +} + +@media (max-width: 575.98px) { + .modal-fullscreen-sm-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; + } + + .modal-fullscreen-sm-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; + } + + .modal-fullscreen-sm-down .modal-header { + border-radius: 0; + } + + .modal-fullscreen-sm-down .modal-body { + overflow-y: auto; + } + + .modal-fullscreen-sm-down .modal-footer { + border-radius: 0; + } +} + +@media (max-width: 767.98px) { + .modal-fullscreen-md-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; + } + + .modal-fullscreen-md-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; + } + + .modal-fullscreen-md-down .modal-header { + border-radius: 0; + } + + .modal-fullscreen-md-down .modal-body { + overflow-y: auto; + } + + .modal-fullscreen-md-down .modal-footer { + border-radius: 0; + } +} + +@media (max-width: 991.98px) { + .modal-fullscreen-lg-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; + } + + .modal-fullscreen-lg-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; + } + + .modal-fullscreen-lg-down .modal-header { + border-radius: 0; + } + + .modal-fullscreen-lg-down .modal-body { + overflow-y: auto; + } + + .modal-fullscreen-lg-down .modal-footer { + border-radius: 0; + } +} + +@media (max-width: 1199.98px) { + .modal-fullscreen-xl-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; + } + + .modal-fullscreen-xl-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; + } + + .modal-fullscreen-xl-down .modal-header { + border-radius: 0; + } + + .modal-fullscreen-xl-down .modal-body { + overflow-y: auto; + } + + .modal-fullscreen-xl-down .modal-footer { + border-radius: 0; + } +} + +@media (max-width: 1399.98px) { + .modal-fullscreen-xxl-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; + } + + .modal-fullscreen-xxl-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; + } + + .modal-fullscreen-xxl-down .modal-header { + border-radius: 0; + } + + .modal-fullscreen-xxl-down .modal-body { + overflow-y: auto; + } + + .modal-fullscreen-xxl-down .modal-footer { + border-radius: 0; + } +} + +@media (prefers-reduced-motion) { + .animation { + transition: none !important; + animation: unset !important; + } +} + +@media screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) { + .datepicker-modal-container .datepicker-header { + height: 100%; + } + + .datepicker-modal-container .datepicker-date { + margin-top: 100px; + } + + .datepicker-modal-container .datepicker-day-cell { + width: 32x; + height: 32x; + } + + .datepicker-modal-container { + flex-direction: row; + width: 475px; + height: 360px; + } + + .datepicker-modal-container.datepicker-day-cell { + width: 36px; + height: 36px; + } +} + +@media screen and (min-width: 320px) and (max-width: 825px) and (orientation: landscape) { + .timepicker-elements { + flex-direction: row !important; + border-bottom-left-radius: 0.5rem; + min-width: auto; + min-height: auto; + overflow-y: auto; + } + + .timepicker-head { + border-top-right-radius: 0; + border-bottom-left-radius: 0; + padding: 10px; + padding-right: 10px !important; + height: auto; + min-height: 305px; + } + + .timepicker-head-content { + flex-direction: column; + } + + .timepicker-mode-wrapper { + justify-content: space-around !important; + flex-direction: row !important; + } + + .timepicker-current { + font-size: 3rem; + font-weight: 400; + } + + .timepicker-dot { + font-size: 3rem; + font-weight: 400; + } +} + +@keyframes _spinner-grow { + 0% { + transform: scale(0); + } + + 50% { + opacity: 1; + transform: none; + } +} + +@keyframes _fade-in { + from { + opacity: 0; + } + + to { + opacity: 1; + } +} + +@keyframes _fade-out { + from { + opacity: 1; + } + + to { + opacity: 0; + } +} + +@keyframes _fade-in-down { + from { + opacity: 0; + transform: translate3d(0, -100%, 0); + } + + to { + opacity: 1; + transform: translate3d(0, 0, 0); + } +} + +@keyframes _fade-in-left { + from { + opacity: 0; + transform: translate3d(-100%, 0, 0); + } + + to { + opacity: 1; + transform: translate3d(0, 0, 0); + } +} + +@keyframes _fade-in-right { + from { + opacity: 0; + transform: translate3d(100%, 0, 0); + } + + to { + opacity: 1; + transform: translate3d(0, 0, 0); + } +} + +@keyframes _fade-in-up { + from { + opacity: 0; + transform: translate3d(0, 100%, 0); + } + + to { + opacity: 1; + transform: translate3d(0, 0, 0); + } +} + +@keyframes _fade-out-down { + from { + opacity: 1; + } + + to { + opacity: 0; + transform: translate3d(0, 100%, 0); + } +} + +@keyframes _fade-out-left { + from { + opacity: 1; + } + + to { + opacity: 0; + transform: translate3d(-100%, 0, 0); + } +} + +@keyframes _fade-out-right { + from { + opacity: 1; + } + + to { + opacity: 0; + transform: translate3d(100%, 0, 0); + } +} + +@keyframes _fade-out-up { + from { + opacity: 1; + } + + to { + opacity: 0; + transform: translate3d(0, -100%, 0); + } +} + +@keyframes _slide-in-down { + from { + visibility: visible; + transform: translate3d(0, -100%, 0); + } + + to { + transform: translate3d(0, 0, 0); + } +} + +@keyframes _slide-in-left { + from { + visibility: visible; + transform: translate3d(-100%, 0, 0); + } + + to { + transform: translate3d(0, 0, 0); + } +} + +@keyframes _slide-in-right { + from { + visibility: visible; + transform: translate3d(100%, 0, 0); + } + + to { + transform: translate3d(0, 0, 0); + } +} + +@keyframes _slide-in-up { + from { + visibility: visible; + transform: translate3d(0, 100%, 0); + } + + to { + transform: translate3d(0, 0, 0); + } +} + +@keyframes _slide-out-down { + from { + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + transform: translate3d(0, 100%, 0); + } +} + +@keyframes _slide-out-left { + from { + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + transform: translate3d(-100%, 0, 0); + } +} + +@keyframes _slide-out-right { + from { + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + transform: translate3d(100%, 0, 0); + } +} + +@keyframes _slide-out-up { + from { + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + transform: translate3d(0, -100%, 0); + } +} + +@keyframes _slide-down { + from { + transform: translate3d(0, 0, 0); + } + + to { + transform: translate3d(0, 100%, 0); + } +} + +@keyframes _slide-left { + from { + transform: translate3d(0, 0, 0); + } + + to { + transform: translate3d(-100%, 0, 0); + } +} + +@keyframes _slide-right { + from { + transform: translate3d(0, 0, 0); + } + + to { + transform: translate3d(100%, 0, 0); + } +} + +@keyframes _slide-up { + from { + transform: translate3d(0, 0, 0); + } + + to { + transform: translate3d(0, -100%, 0); + } +} + +@keyframes _zoom-in { + from { + opacity: 0; + transform: scale3d(0.3, 0.3, 0.3); + } + + 50% { + opacity: 1; + } +} + +@keyframes _zoom-out { + from { + opacity: 1; + } + + 50% { + opacity: 0; + transform: scale3d(0.3, 0.3, 0.3); + } + + to { + opacity: 0; + } +} + +@keyframes _tada { + from { + transform: scale3d(1, 1, 1); + } + + 10% { + transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + } + + 20% { + transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + } + + 30% { + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + } + + 50% { + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + } + + 70% { + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + } + + 90% { + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + } + + 40% { + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + } + + 60% { + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + } + + 80% { + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + } + + to { + transform: scale3d(1, 1, 1); + } +} + +@keyframes _pulse { + from { + transform: scale3d(1, 1, 1); + } + + 50% { + transform: scale3d(1.05, 1.05, 1.05); + } + + to { + transform: scale3d(1, 1, 1); + } +} + +@keyframes _show-up-clock { + 0% { + opacity: 0; + transform: scale(0.7); + } + + to { + opacity: 1; + transform: scale(1); + } } .sr-only { @@ -1251,10 +4200,6 @@ select { pointer-events: auto; } -.\!visible { - visibility: visible !important; -} - .visible { visibility: visible; } @@ -1299,94 +4244,22 @@ select { right: 0px; } -.\!left-auto { - left: auto !important; -} - -.\!top-auto { - top: auto !important; -} - -.-bottom-\[47px\] { - bottom: -47px; -} - -.-left-\[15px\] { - left: -15px; -} - -.-top-\[21px\] { - top: -21px; -} - -.-top-\[35px\] { - top: -35px; -} - .bottom-0 { bottom: 0px; } -.bottom-1\/2 { - bottom: 50%; -} - -.bottom-\[2px\] { - bottom: 2px; -} - .left-0 { left: 0px; } -.left-1\/2 { - left: 50%; -} - -.left-3 { - left: 0.75rem; -} - -.left-\[calc\(50\%-1px\)\] { - left: calc(50% - 1px); -} - .right-0 { right: 0px; } -.right-2 { - right: 0.5rem; -} - -.right-2\.5 { - right: 0.625rem; -} - -.right-7 { - right: 1.75rem; -} - -.right-\[2px\] { - right: 2px; -} - .top-0 { top: 0px; } -.top-1 { - top: 0.25rem; -} - -.top-1\/2 { - top: 50%; -} - -.top-2 { - top: 0.5rem; -} - .top-20 { top: 5rem; } @@ -1395,14 +4268,6 @@ select { top: 100vh; } -.top-\[11px\] { - top: 11px; -} - -.top-\[13px\] { - top: 13px; -} - .top-\[calc\(100vh-5\.5rem\)\] { top: calc(100vh - 5.5rem); } @@ -1415,42 +4280,18 @@ select { z-index: 30; } -.z-50 { - z-index: 50; +.z-\[1\] { + z-index: 1; } -.z-\[1040\] { - z-index: 1040; -} - -.z-\[1065\] { - z-index: 1065; -} - -.z-\[1066\] { - z-index: 1066; -} - -.z-\[1070\] { - z-index: 1070; -} - -.z-\[1080\] { - z-index: 1080; -} - -.z-\[999\] { - z-index: 999; +.z-\[2\] { + z-index: 2; } .order-first { order: -9999; } -.float-right { - float: right; -} - .float-left { float: left; } @@ -1471,11 +4312,6 @@ select { margin: auto; } -.\!my-0 { - margin-top: 0px !important; - margin-bottom: 0px !important; -} - .-mx-2 { margin-left: -0.5rem; margin-right: -0.5rem; @@ -1491,6 +4327,16 @@ select { margin-right: 0.25rem; } +.mx-\[15\%\] { + margin-left: 15%; + margin-right: 15%; +} + +.mx-\[3px\] { + margin-left: 3px; + margin-right: 3px; +} + .mx-auto { margin-left: auto; margin-right: auto; @@ -1506,11 +4352,6 @@ select { margin-bottom: 0.75rem; } -.my-\[5px\] { - margin-top: 5px; - margin-bottom: 5px; -} - .\!mb-0 { margin-bottom: 0px !important; } @@ -1539,8 +4380,8 @@ select { margin-right: -12rem; } -.-mt-3 { - margin-top: -0.75rem; +.-mr-\[100\%\] { + margin-right: -100%; } .mb-0 { @@ -1567,10 +4408,6 @@ select { margin-bottom: 0.5rem; } -.mb-2\.5 { - margin-bottom: 0.625rem; -} - .mb-3 { margin-bottom: 0.75rem; } @@ -1583,10 +4420,6 @@ select { margin-bottom: 1.5rem; } -.mb-\[10px\] { - margin-bottom: 10px; -} - .mb-\[2px\] { margin-bottom: 2px; } @@ -1603,14 +4436,6 @@ select { margin-left: 1.5rem; } -.ml-\[30px\] { - margin-left: 30px; -} - -.ml-\[3px\] { - margin-left: 3px; -} - .ml-auto { margin-left: auto; } @@ -1627,18 +4452,10 @@ select { margin-right: 0.75rem; } -.mr-4 { - margin-right: 1rem; -} - .mr-5 { margin-right: 1.25rem; } -.mr-6 { - margin-right: 1.5rem; -} - .mr-auto { margin-right: auto; } @@ -1663,10 +4480,6 @@ select { margin-top: 0.5rem; } -.mt-2\.5 { - margin-top: 0.625rem; -} - .mt-20 { margin-top: 5rem; } @@ -1695,22 +4508,10 @@ select { margin-top: 0.1rem; } -.mt-\[3px\] { - margin-top: 3px; -} - -.box-border { - box-sizing: border-box; -} - .box-content { box-sizing: content-box; } -.\!block { - display: block !important; -} - .block { display: block; } @@ -1739,42 +4540,14 @@ select { display: none; } -.\!h-0 { - height: 0px !important; -} - -.h-0 { - height: 0px; -} - -.h-1 { - height: 0.25rem; -} - -.h-1\.5 { - height: 0.375rem; -} - .h-1\/2 { height: 50%; } -.h-10 { - height: 2.5rem; -} - .h-12 { height: 3rem; } -.h-14 { - height: 3.5rem; -} - -.h-2\/5 { - height: 40%; -} - .h-24 { height: 6rem; } @@ -1787,110 +4560,34 @@ select { height: 9rem; } -.h-4 { - height: 1rem; -} - .h-48 { height: 12rem; } -.h-5 { - height: 1.25rem; -} - .h-6 { height: 1.5rem; } -.h-7 { - height: 1.75rem; -} - .h-8 { height: 2rem; } -.h-9 { - height: 2.25rem; -} - .h-\[1000px\] { height: 1000px; } -.h-\[100px\] { - height: 100px; -} - -.h-\[120px\] { - height: 120px; -} - .h-\[150px\] { height: 150px; } -.h-\[15px\] { - height: 15px; -} - -.h-\[160px\] { - height: 160px; -} - -.h-\[260px\] { - height: 260px; -} - -.h-\[30px\] { - height: 30px; -} - -.h-\[32px\] { - height: 32px; -} - -.h-\[40px\] { - height: 40px; -} - -.h-\[42px\] { - height: 42px; -} - -.h-\[48px\] { - height: 48px; -} - .h-\[4px\] { height: 4px; } -.h-\[512px\] { - height: 512px; -} - -.h-\[56px\] { - height: 56px; -} - -.h-\[6px\] { - height: 6px; -} - -.h-\[72px\] { - height: 72px; -} - .h-\[800px\] { height: 800px; } -.h-auto { - height: auto; -} - .h-full { height: 100%; } @@ -1903,10 +4600,6 @@ select { max-height: 5rem; } -.max-h-\[calc\(100\%-64px\)\] { - max-height: calc(100% - 64px); -} - .min-h-0 { min-height: 0px; } @@ -1915,42 +4608,10 @@ select { min-height: 148px; } -.min-h-\[305px\] { - min-height: 305px; -} - -.min-h-\[325px\] { - min-height: 325px; -} - -.min-h-\[auto\] { - min-height: auto; -} - -.w-0 { - width: 0px; -} - -.w-1 { - width: 0.25rem; -} - -.w-1\.5 { - width: 0.375rem; -} - -.w-10 { - width: 2.5rem; -} - .w-12 { width: 3rem; } -.w-2 { - width: 0.5rem; -} - .w-24 { width: 6rem; } @@ -1963,86 +4624,22 @@ select { width: 9rem; } -.w-4 { - width: 1rem; -} - -.w-5 { - width: 1.25rem; -} - .w-6 { width: 1.5rem; } -.w-7 { - width: 1.75rem; -} - .w-8 { width: 2rem; } -.w-9 { - width: 2.25rem; -} - -.w-\[150px\] { - width: 150px; -} - -.w-\[15px\] { - width: 15px; -} - -.w-\[160px\] { - width: 160px; -} - -.w-\[260px\] { - width: 260px; -} - -.w-\[2px\] { - width: 2px; -} - -.w-\[304px\] { - width: 304px; +.w-\[15\%\] { + width: 15%; } .w-\[30px\] { width: 30px; } -.w-\[328px\] { - width: 328px; -} - -.w-\[32px\] { - width: 32px; -} - -.w-\[4px\] { - width: 4px; -} - -.w-\[6px\] { - width: 6px; -} - -.w-\[72px\] { - width: 72px; -} - -.w-\[76px\] { - width: 76px; -} - -.w-auto { - width: auto; -} - .w-full { width: 100%; } @@ -2059,10 +4656,6 @@ select { min-width: 1.8rem; } -.min-w-\[100px\] { - min-width: 100px; -} - .min-w-\[220px\] { min-width: 220px; } @@ -2071,18 +4664,6 @@ select { min-width: 30px; } -.min-w-\[310px\] { - min-width: 310px; -} - -.min-w-\[48px\] { - min-width: 48px; -} - -.min-w-\[64px\] { - min-width: 64px; -} - .min-w-full { min-width: 100%; } @@ -2099,18 +4680,6 @@ select { max-width: 1600px; } -.max-w-\[200px\] { - max-width: 200px; -} - -.max-w-\[267px\] { - max-width: 267px; -} - -.max-w-\[325px\] { - max-width: 325px; -} - .max-w-\[5rem\] { max-width: 5rem; } @@ -2119,14 +4688,6 @@ select { max-width: 64rem; } -.max-w-\[90\%\] { - max-width: 90%; -} - -.max-w-\[calc\(100\%-1rem\)\] { - max-width: calc(100% - 1rem); -} - .max-w-fit { max-width: -moz-fit-content; max-width: fit-content; @@ -2152,206 +4713,27 @@ select { flex: 1 1 auto; } +.flex-initial { + flex: 0 1 auto; +} + .flex-none { flex: none; } -.shrink-0 { - flex-shrink: 0; -} - .grow { flex-grow: 1; } -.grow-0 { - flex-grow: 0; -} - -.basis-auto { - flex-basis: auto; -} - -.origin-\[0_0\] { - transform-origin: 0 0; -} - -.origin-\[center_bottom_0\] { - transform-origin: center bottom 0; -} - -.-translate-x-1\/2 { - --tw-translate-x: -50%; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - -.-translate-x-\[150\%\] { - --tw-translate-x: -150%; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - -.-translate-x-full { - --tw-translate-x: -100%; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - -.-translate-y-1\/2 { - --tw-translate-y: -50%; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - .-translate-y-8 { --tw-translate-y: -2rem; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } -.translate-x-\[150\%\] { - --tw-translate-x: 150%; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - -.translate-x-full { - --tw-translate-x: 100%; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - -.rotate-180 { - --tw-rotate: 180deg; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - -.scale-0 { - --tw-scale-x: 0; - --tw-scale-y: 0; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - -.scale-100 { - --tw-scale-x: 1; - --tw-scale-y: 1; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - -.scale-\[0\.8\] { - --tw-scale-x: 0.8; - --tw-scale-y: 0.8; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - -.scale-\[1\.02\] { - --tw-scale-x: 1.02; - --tw-scale-y: 1.02; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - .transform { transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } -.transform-none { - transform: none; -} - -@keyframes fade-in { - 0% { - opacity: 0; - } - - 100% { - opacity: 1; - } -} - -.animate-\[fade-in_0\.15s_both\] { - animation: fade-in 0.15s both; -} - -@keyframes fade-in { - 0% { - opacity: 0; - } - - 100% { - opacity: 1; - } -} - -.animate-\[fade-in_0\.3s_both\] { - animation: fade-in 0.3s both; -} - -@keyframes fade-in { - 0% { - opacity: 0; - } - - 100% { - opacity: 1; - } -} - -.animate-\[fade-in_350ms_ease-in-out\] { - animation: fade-in 350ms ease-in-out; -} - -@keyframes fade-out { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - } -} - -.animate-\[fade-out_0\.15s_both\] { - animation: fade-out 0.15s both; -} - -@keyframes fade-out { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - } -} - -.animate-\[fade-out_0\.3s_both\] { - animation: fade-out 0.3s both; -} - -@keyframes fade-out { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - } -} - -.animate-\[fade-out_350ms_ease-in-out\] { - animation: fade-out 350ms ease-in-out; -} - -@keyframes show-up-clock { - 0% { - opacity: 0; - transform: scale(0.7); - } - - 100% { - opacity: 1; - transform: scale(1); - } -} - -.animate-\[show-up-clock_350ms_linear\] { - animation: show-up-clock 350ms linear; -} - .cursor-default { cursor: default; } @@ -2360,27 +4742,6 @@ select { cursor: pointer; } -.touch-none { - touch-action: none; -} - -.touch-pan-y { - --tw-pan-y: pan-y; - touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom); -} - -.select-none { - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.select-all { - -webkit-user-select: all; - -moz-user-select: all; - user-select: all; -} - .resize { resize: both; } @@ -2395,10 +4756,6 @@ select { appearance: none; } -.\!flex-row { - flex-direction: row !important; -} - .flex-row { flex-direction: row; } @@ -2419,10 +4776,6 @@ select { align-items: center; } -.justify-end { - justify-content: flex-end; -} - .justify-center { justify-content: center; } @@ -2493,41 +4846,10 @@ select { overflow: visible; } -.overflow-y-auto { - overflow-y: auto; -} - -.overflow-x-hidden { - overflow-x: hidden; -} - .scroll-smooth { scroll-behavior: smooth; } -.truncate { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} - -.whitespace-normal { - white-space: normal; -} - -.whitespace-nowrap { - white-space: nowrap; -} - -.break-normal { - overflow-wrap: normal; - word-break: normal; -} - -.break-words { - overflow-wrap: break-word; -} - .\!rounded-md { border-radius: 0.375rem !important; } @@ -2540,30 +4862,6 @@ select { border-radius: 1rem; } -.rounded-\[0\.6rem\] { - border-radius: 0.6rem; -} - -.rounded-\[100\%\] { - border-radius: 100%; -} - -.rounded-\[10px\] { - border-radius: 10px; -} - -.rounded-\[16px\] { - border-radius: 16px; -} - -.rounded-\[50\%\] { - border-radius: 50%; -} - -.rounded-\[999px\] { - border-radius: 999px; -} - .rounded-full { border-radius: 9999px; } @@ -2576,10 +4874,6 @@ select { border-radius: 0.375rem; } -.rounded-sm { - border-radius: 0.125rem; -} - .rounded-xl { border-radius: 0.75rem; } @@ -2589,30 +4883,6 @@ select { border-bottom-left-radius: 0.5rem; } -.rounded-l-\[0\.25rem\] { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; -} - -.rounded-r-\[0\.25rem\] { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; -} - -.rounded-t-\[0\.6rem\] { - border-top-left-radius: 0.6rem; - border-top-right-radius: 0.6rem; -} - -.rounded-t-lg { - border-top-left-radius: 0.5rem; - border-top-right-radius: 0.5rem; -} - -.\!border-\[3px\] { - border-width: 3px !important; -} - .border { border-width: 1px; } @@ -2625,42 +4895,19 @@ select { border-width: 2px; } -.border-\[\.125rem\] { - border-width: .125rem; -} - -.border-\[14px\] { - border-width: 14px; -} - -.border-b-2 { - border-bottom-width: 2px; -} - -.border-l-0 { - border-left-width: 0px; +.border-y-\[10px\] { + border-top-width: 10px; + border-bottom-width: 10px; } .border-l-2 { border-left-width: 2px; } -.border-l-\[0\.125rem\] { - border-left-width: 0.125rem; -} - -.border-r-0 { - border-right-width: 0px; -} - .border-t { border-top-width: 1px; } -.\!border-solid { - border-style: solid !important; -} - .border-solid { border-style: solid; } @@ -2669,25 +4916,6 @@ select { border-style: dotted; } -.border-none { - border-style: none; -} - -.\!border-\[\#b2b3b4\] { - --tw-border-opacity: 1 !important; - border-color: rgb(178 179 180 / var(--tw-border-opacity)) !important; -} - -.border-\[\#3b71ca\] { - --tw-border-opacity: 1; - border-color: rgb(59 113 202 / var(--tw-border-opacity)); -} - -.border-neutral-100 { - --tw-border-opacity: 1; - border-color: rgba(var(--color-neutral-100), var(--tw-border-opacity)); -} - .border-neutral-200 { --tw-border-opacity: 1; border-color: rgba(var(--color-neutral-200), var(--tw-border-opacity)); @@ -2698,72 +4926,20 @@ select { border-color: rgba(var(--color-neutral-300), var(--tw-border-opacity)); } -.border-primary { - --tw-border-opacity: 1; - border-color: rgb(59 113 202 / var(--tw-border-opacity)); -} - .border-primary-400 { --tw-border-opacity: 1; - border-color: rgb(143 174 224 / var(--tw-border-opacity)); + border-color: rgba(var(--color-primary-400), var(--tw-border-opacity)); } .border-primary-500 { --tw-border-opacity: 1; - border-color: rgb(101 144 213 / var(--tw-border-opacity)); + border-color: rgba(var(--color-primary-500), var(--tw-border-opacity)); } .border-transparent { border-color: transparent; } -.border-t-transparent { - border-top-color: transparent; -} - -.\!bg-danger-100 { - --tw-bg-opacity: 1 !important; - background-color: rgb(250 229 233 / var(--tw-bg-opacity)) !important; -} - -.\!bg-primary-100 { - --tw-bg-opacity: 1 !important; - background-color: rgb(227 235 247 / var(--tw-bg-opacity)) !important; -} - -.\!bg-success-100 { - --tw-bg-opacity: 1 !important; - background-color: rgb(214 250 228 / var(--tw-bg-opacity)) !important; -} - -.bg-\[\#00000012\] { - background-color: #00000012; -} - -.bg-\[\#00000066\] { - background-color: #00000066; -} - -.bg-\[\#3b71ca\] { - --tw-bg-opacity: 1; - background-color: rgb(59 113 202 / var(--tw-bg-opacity)); -} - -.bg-\[\#6d6d6d\] { - --tw-bg-opacity: 1; - background-color: rgb(109 109 109 / var(--tw-bg-opacity)); -} - -.bg-\[\#aaa\] { - --tw-bg-opacity: 1; - background-color: rgb(170 170 170 / var(--tw-bg-opacity)); -} - -.bg-\[\#eceff1\] { - --tw-bg-opacity: 1; - background-color: rgb(236 239 241 / var(--tw-bg-opacity)); -} - .bg-neutral { --tw-bg-opacity: 1; background-color: rgba(var(--color-neutral), var(--tw-bg-opacity)); @@ -2791,29 +4967,24 @@ select { background-color: rgba(var(--color-neutral), 0.5); } -.bg-primary { - --tw-bg-opacity: 1; - background-color: rgb(59 113 202 / var(--tw-bg-opacity)); -} - .bg-primary-100 { --tw-bg-opacity: 1; - background-color: rgb(227 235 247 / var(--tw-bg-opacity)); + background-color: rgba(var(--color-primary-100), var(--tw-bg-opacity)); } .bg-primary-200 { --tw-bg-opacity: 1; - background-color: rgb(199 215 240 / var(--tw-bg-opacity)); + background-color: rgba(var(--color-primary-200), var(--tw-bg-opacity)); } .bg-primary-500 { --tw-bg-opacity: 1; - background-color: rgb(101 144 213 / var(--tw-bg-opacity)); + background-color: rgba(var(--color-primary-500), var(--tw-bg-opacity)); } .bg-primary-600 { --tw-bg-opacity: 1; - background-color: rgb(48 97 175 / var(--tw-bg-opacity)); + background-color: rgba(var(--color-primary-600), var(--tw-bg-opacity)); } .bg-transparent { @@ -2832,6 +5003,10 @@ select { background-image: linear-gradient(to top, var(--tw-gradient-stops)); } +.bg-none { + background-image: none; +} + .from-neutral { --tw-gradient-from: rgba(var(--color-neutral), 1); --tw-gradient-to: rgba(var(--color-neutral), 0); @@ -2839,8 +5014,8 @@ select { } .from-primary-500 { - --tw-gradient-from: #6590D5; - --tw-gradient-to: rgb(101 144 213 / 0); + --tw-gradient-from: rgba(var(--color-primary-500), 1); + --tw-gradient-to: rgba(var(--color-primary-500), 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } @@ -2853,33 +5028,21 @@ select { } .to-secondary-700 { - --tw-gradient-to: #6B7585; + --tw-gradient-to: rgba(var(--color-secondary-700), 1); } .to-transparent { --tw-gradient-to: transparent; } -.bg-contain { - background-size: contain; -} - .bg-clip-padding { background-clip: padding-box; } -.bg-center { - background-position: center; -} - .bg-no-repeat { background-repeat: no-repeat; } -.fill-\[\#afafaf\] { - fill: #afafaf; -} - .object-cover { -o-object-fit: cover; object-fit: cover; @@ -2907,14 +5070,6 @@ select { padding: 0.375rem; } -.p-2 { - padding: 0.5rem; -} - -.p-2\.5 { - padding: 0.625rem; -} - .p-4 { padding: 1rem; } @@ -2927,29 +5082,11 @@ select { padding: 1.5rem; } -.p-\[5px\] { - padding: 5px; -} - -.p-\[auto\] { - padding: auto; -} - -.\!py-0 { - padding-top: 0px !important; - padding-bottom: 0px !important; -} - .px-0 { padding-left: 0px; padding-right: 0px; } -.px-0\.5 { - padding-left: 0.125rem; - padding-right: 0.125rem; -} - .px-1 { padding-left: 0.25rem; padding-right: 0.25rem; @@ -2960,11 +5097,6 @@ select { padding-right: 0.5rem; } -.px-2\.5 { - padding-left: 0.625rem; - padding-right: 0.625rem; -} - .px-3 { padding-left: 0.75rem; padding-right: 0.75rem; @@ -2980,41 +5112,16 @@ select { padding-right: 1.5rem; } -.px-\[0\.4rem\] { - padding-left: 0.4rem; - padding-right: 0.4rem; -} - -.px-\[10px\] { - padding-left: 10px; - padding-right: 10px; -} - -.px-\[12px\] { - padding-left: 12px; - padding-right: 12px; -} - .px-\[30px\] { padding-left: 30px; padding-right: 30px; } -.py-0 { - padding-top: 0px; - padding-bottom: 0px; -} - .py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; } -.py-1\.5 { - padding-top: 0.375rem; - padding-bottom: 0.375rem; -} - .py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; @@ -3050,40 +5157,11 @@ select { padding-bottom: 2rem; } -.py-\[0\.32rem\] { - padding-top: 0.32rem; - padding-bottom: 0.32rem; -} - -.py-\[0\.33rem\] { - padding-top: 0.33rem; - padding-bottom: 0.33rem; -} - -.py-\[0\.4rem\] { - padding-top: 0.4rem; - padding-bottom: 0.4rem; -} - -.py-\[10px\] { - padding-top: 10px; - padding-bottom: 10px; -} - .py-\[1px\] { padding-top: 1px; padding-bottom: 1px; } -.py-\[5px\] { - padding-top: 5px; - padding-bottom: 5px; -} - -.pb-0 { - padding-bottom: 0px; -} - .pb-2 { padding-bottom: 0.5rem; } @@ -3108,14 +5186,6 @@ select { padding-left: 24px; } -.pl-\[50px\] { - padding-left: 50px; -} - -.pl-\[8px\] { - padding-left: 8px; -} - .pr-\[24px\] { padding-right: 24px; } @@ -3128,10 +5198,6 @@ select { padding-top: 0.5rem; } -.pt-2\.5 { - padding-top: 0.625rem; -} - .pt-3 { padding-top: 0.75rem; } @@ -3144,14 +5210,6 @@ select { padding-top: 2rem; } -.pt-\[0\.37rem\] { - padding-top: 0.37rem; -} - -.text-left { - text-align: left; -} - .text-center { text-align: center; } @@ -3160,18 +5218,14 @@ select { text-align: right; } +.-indent-\[999px\] { + text-indent: -999px; +} + .align-top { vertical-align: top; } -.align-middle { - vertical-align: middle; -} - -.align-bottom { - vertical-align: bottom; -} - .align-text-bottom { vertical-align: text-bottom; } @@ -3190,50 +5244,6 @@ select { font-size: 0.6rem; } -.text-\[0\.8rem\] { - font-size: 0.8rem; -} - -.text-\[0\.9rem\] { - font-size: 0.9rem; -} - -.text-\[1\.1rem\] { - font-size: 1.1rem; -} - -.text-\[10px\] { - font-size: 10px; -} - -.text-\[12px\] { - font-size: 12px; -} - -.text-\[13px\] { - font-size: 13px; -} - -.text-\[16px\] { - font-size: 16px; -} - -.text-\[18px\] { - font-size: 18px; -} - -.text-\[2\.5rem\] { - font-size: 2.5rem; -} - -.text-\[3\.75rem\] { - font-size: 3.75rem; -} - -.text-\[34px\] { - font-size: 34px; -} - .text-base { font-size: 1rem; line-height: 1.5rem; @@ -3287,22 +5297,10 @@ select { text-transform: uppercase; } -.normal-case { - text-transform: none; -} - .italic { font-style: italic; } -.not-italic { - font-style: normal; -} - -.leading-10 { - line-height: 2.5rem; -} - .leading-3 { line-height: .75rem; } @@ -3315,112 +5313,11 @@ select { line-height: 1.75rem; } -.leading-9 { - line-height: 2.25rem; -} - -.leading-\[1\.2\] { - line-height: 1.2; -} - -.leading-\[1\.5\] { - line-height: 1.5; -} - -.leading-\[1\.6\] { - line-height: 1.6; -} - -.leading-\[2\.15\] { - line-height: 2.15; -} - -.leading-\[40px\] { - line-height: 40px; -} - -.leading-loose { - line-height: 2; -} - -.leading-normal { - line-height: 1.5; -} - -.tracking-\[-0\.00833em\] { - letter-spacing: -0.00833em; -} - -.tracking-\[\.1rem\] { - letter-spacing: .1rem; -} - -.tracking-\[0\.1rem\] { - letter-spacing: 0.1rem; -} - -.tracking-\[1\.7px\] { - letter-spacing: 1.7px; -} - -.tracking-normal { - letter-spacing: 0em; -} - -.\!text-danger-700 { - --tw-text-opacity: 1 !important; - color: rgb(176 35 58 / var(--tw-text-opacity)) !important; -} - .\!text-neutral { --tw-text-opacity: 1 !important; color: rgba(var(--color-neutral), var(--tw-text-opacity)) !important; } -.\!text-primary { - --tw-text-opacity: 1 !important; - color: rgb(59 113 202 / var(--tw-text-opacity)) !important; -} - -.\!text-primary-700 { - --tw-text-opacity: 1 !important; - color: rgb(40 81 146 / var(--tw-text-opacity)) !important; -} - -.\!text-success-700 { - --tw-text-opacity: 1 !important; - color: rgb(14 117 55 / var(--tw-text-opacity)) !important; -} - -.text-\[\#212529\] { - --tw-text-opacity: 1; - color: rgb(33 37 41 / var(--tw-text-opacity)); -} - -.text-\[\#3b71ca\] { - --tw-text-opacity: 1; - color: rgb(59 113 202 / var(--tw-text-opacity)); -} - -.text-\[\#4f4f4f\] { - --tw-text-opacity: 1; - color: rgb(79 79 79 / var(--tw-text-opacity)); -} - -.text-\[\#b3afaf\] { - --tw-text-opacity: 1; - color: rgb(179 175 175 / var(--tw-text-opacity)); -} - -.text-\[\#ffffff8a\] { - color: #ffffff8a; -} - -.text-\[rgb\(220\2c 76\2c 100\)\] { - --tw-text-opacity: 1; - color: rgb(220 76 100 / var(--tw-text-opacity)); -} - .text-neutral-200 { --tw-text-opacity: 1; color: rgba(var(--color-neutral-200), var(--tw-text-opacity)); @@ -3461,77 +5358,52 @@ select { color: rgba(var(--color-neutral-900), var(--tw-text-opacity)); } -.text-primary { - --tw-text-opacity: 1; - color: rgb(59 113 202 / var(--tw-text-opacity)); -} - .text-primary-300 { --tw-text-opacity: 1; - color: rgb(171 194 232 / var(--tw-text-opacity)); + color: rgba(var(--color-primary-300), var(--tw-text-opacity)); } .text-primary-400 { --tw-text-opacity: 1; - color: rgb(143 174 224 / var(--tw-text-opacity)); + color: rgba(var(--color-primary-400), var(--tw-text-opacity)); } .text-primary-500 { --tw-text-opacity: 1; - color: rgb(101 144 213 / var(--tw-text-opacity)); + color: rgba(var(--color-primary-500), var(--tw-text-opacity)); } .text-primary-600 { --tw-text-opacity: 1; - color: rgb(48 97 175 / var(--tw-text-opacity)); + color: rgba(var(--color-primary-600), var(--tw-text-opacity)); } .text-primary-700 { --tw-text-opacity: 1; - color: rgb(40 81 146 / var(--tw-text-opacity)); + color: rgba(var(--color-primary-700), var(--tw-text-opacity)); } .text-primary-800 { --tw-text-opacity: 1; - color: rgb(32 64 117 / var(--tw-text-opacity)); + color: rgba(var(--color-primary-800), var(--tw-text-opacity)); } .\!no-underline { text-decoration-line: none !important; } -.no-underline { - text-decoration-line: none; -} - .decoration-neutral-300 { text-decoration-color: rgba(var(--color-neutral-300), 1); } .decoration-primary-500 { - text-decoration-color: #6590D5; -} - -.underline-offset-auto { - text-underline-offset: auto; -} - -.\!opacity-0 { - opacity: 0 !important; -} - -.\!opacity-100 { - opacity: 1 !important; + text-decoration-color: rgba(var(--color-primary-500), 1); } .opacity-0 { opacity: 0; } -.opacity-100 { - opacity: 1; -} - .opacity-30 { opacity: 0.3; } @@ -3544,14 +5416,6 @@ select { opacity: 0.6; } -.opacity-\[\.53\] { - opacity: .53; -} - -.opacity-\[\.54\] { - opacity: .54; -} - .mix-blend-normal { mix-blend-mode: normal; } @@ -3566,47 +5430,18 @@ select { box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } -.shadow-\[0_10px_15px_-3px_rgba\(0\2c 0\2c 0\2c 0\.07\)\2c 0_4px_6px_-2px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] { - --tw-shadow: 0 10px 15px -3px rgba(0,0,0,0.07),0 4px 6px -2px rgba(0,0,0,0.05); - --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.shadow-\[0_10px_15px_-3px_rgba\(0\2c 0\2c 0\2c 0\.1\)\2c 0_4px_6px_-2px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] { - --tw-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05); - --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.shadow-\[0_2px_5px_0_rgba\(0\2c 0\2c 0\2c 0\.16\)\2c _0_2px_10px_0_rgba\(0\2c 0\2c 0\2c 0\.12\)\] { - --tw-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12); - --tw-shadow-colored: 0 2px 5px 0 var(--tw-shadow-color), 0 2px 10px 0 var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - .shadow-lg { --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } -.shadow-none { - --tw-shadow: 0 0 #0000; - --tw-shadow-colored: 0 0 #0000; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - .shadow-xl { --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } -.outline-none { - outline: 2px solid transparent; - outline-offset: 2px; -} - .outline { outline-style: solid; } @@ -3638,146 +5473,34 @@ select { backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); } -.transition { - transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter; - transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; - transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; -} - -.transition-\[background-color\2c box-shadow\2c border\] { - transition-property: background-color,box-shadow,border; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; -} - -.transition-\[height\] { - transition-property: height; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; -} - -.transition-\[opacity\] { - transition-property: opacity; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; -} - -.transition-\[transform\2c _opacity\] { - transition-property: transform, opacity; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; -} - -.transition-\[transform\2c height\] { - transition-property: transform,height; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; -} - -.transition-\[width\] { - transition-property: width; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; -} - -.transition-all { - transition-property: all; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; -} - .transition-opacity { transition-property: opacity; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; } -.delay-\[0ms\] { - transition-delay: 0ms; +.transition-transform { + transition-property: transform; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 150ms; } -.duration-200 { - transition-duration: 200ms; +.duration-150 { + transition-duration: 150ms; } -.duration-300 { - transition-duration: 300ms; -} - -.duration-\[250ms\] { - transition-duration: 250ms; -} - -.duration-\[350ms\] { - transition-duration: 350ms; -} - -.duration-\[400ms\] { - transition-duration: 400ms; -} - -.ease-\[cubic-bezier\(0\2c 0\2c 0\.15\2c 1\)\2c _cubic-bezier\(0\2c 0\2c 0\.15\2c 1\)\] { - transition-timing-function: cubic-bezier(0,0,0.15,1), cubic-bezier(0,0,0.15,1); -} - -.ease-\[cubic-bezier\(0\.25\2c 0\.1\2c 0\.25\2c 1\)\] { - transition-timing-function: cubic-bezier(0.25,0.1,0.25,1); +.duration-\[600ms\] { + transition-duration: 600ms; } .ease-\[cubic-bezier\(0\.25\2c 0\.1\2c 0\.25\2c 1\.0\)\] { transition-timing-function: cubic-bezier(0.25,0.1,0.25,1.0); } -.ease-\[cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)\] { - transition-timing-function: cubic-bezier(0.4,0,0.2,1); -} - -.ease-\[ease\] { - transition-timing-function: ease; -} - .ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } -.ease-linear { - transition-timing-function: linear; -} - -.ease-out { - transition-timing-function: cubic-bezier(0, 0, 0.2, 1); -} - -.\[direction\:ltr\] { - direction: ltr; -} - -.\[overflow-anchor\:none\] { - overflow-anchor: none; -} - -.\[overflow-style\:none\] { - overflow-style: none; -} - -.\[transition\:background-color_\.2s_linear\2c _height_\.2s_ease-in-out\] { - transition: background-color .2s linear, height .2s ease-in-out; -} - -.\[transition\:background-color_\.2s_linear\2c _opacity_\.2s_linear\] { - transition: background-color .2s linear, opacity .2s linear; -} - -.\[transition\:background-color_\.2s_linear\2c _width_\.2s_ease-in-out\] { - transition: background-color .2s linear, width .2s ease-in-out; -} - -.\[transition\:background-color_250ms_cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)_0ms\2c box-shadow_250ms_cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)_0ms\2c border_250ms_cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)_0ms\] { - transition: background-color 250ms cubic-bezier(0.4,0,0.2,1) 0ms,box-shadow 250ms cubic-bezier(0.4,0,0.2,1) 0ms,border 250ms cubic-bezier(0.4,0,0.2,1) 0ms; -} - body a, body button { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; @@ -3936,7 +5659,7 @@ body:has(#menu-controller:checked) { .copy-button:active, .copy-button:active:hover { --tw-bg-opacity: 1; - background-color: rgb(227 235 247 / var(--tw-bg-opacity)); + background-color: rgba(var(--color-primary-100), var(--tw-bg-opacity)); } .dark .copy-button:hover,.dark @@ -3944,7 +5667,7 @@ body:has(#menu-controller:checked) { .copy-button:active,.dark .copy-button:active:hover { --tw-bg-opacity: 1; - background-color: rgb(48 97 175 / var(--tw-bg-opacity)); + background-color: rgba(var(--color-primary-600), var(--tw-bg-opacity)); } .copy-textarea { @@ -4006,14 +5729,14 @@ body:has(#menu-controller:checked) { display: block; width: auto; --tw-bg-opacity: 1; - background-color: rgb(227 235 247 / var(--tw-bg-opacity)); + background-color: rgba(var(--color-primary-100), var(--tw-bg-opacity)); padding-left: 1rem; padding-right: 1rem; } .dark .chroma .hl { --tw-bg-opacity: 1; - background-color: rgb(24 48 88 / var(--tw-bg-opacity)); + background-color: rgba(var(--color-primary-900), var(--tw-bg-opacity)); } .chroma .lntd .hl { @@ -4073,7 +5796,7 @@ body:has(#menu-controller:checked) { .chroma .vc, .chroma .o { --tw-text-opacity: 1; - color: rgb(48 97 175 / var(--tw-text-opacity)); + color: rgba(var(--color-primary-600), var(--tw-text-opacity)); } .dark .chroma .k,.dark @@ -4087,7 +5810,7 @@ body:has(#menu-controller:checked) { .chroma .vc,.dark .chroma .o { --tw-text-opacity: 1; - color: rgb(171 194 232 / var(--tw-text-opacity)); + color: rgba(var(--color-primary-300), var(--tw-text-opacity)); } /* KeywordConstant */ @@ -4095,12 +5818,12 @@ body:has(#menu-controller:checked) { .chroma .kc { font-weight: 600; --tw-text-opacity: 1; - color: rgb(200 204 211 / var(--tw-text-opacity)); + color: rgba(var(--color-secondary-400), var(--tw-text-opacity)); } .dark .chroma .kc { --tw-text-opacity: 1; - color: rgb(179 185 194 / var(--tw-text-opacity)); + color: rgba(var(--color-secondary-500), var(--tw-text-opacity)); } /* KeywordType */ @@ -4137,7 +5860,7 @@ body:has(#menu-controller:checked) { .chroma .il, .chroma .mo { --tw-text-opacity: 1; - color: rgb(200 204 211 / var(--tw-text-opacity)); + color: rgba(var(--color-secondary-400), var(--tw-text-opacity)); } .dark .chroma .kt,.dark @@ -4152,7 +5875,7 @@ body:has(#menu-controller:checked) { .chroma .il,.dark .chroma .mo { --tw-text-opacity: 1; - color: rgb(132 141 156 / var(--tw-text-opacity)); + color: rgba(var(--color-secondary-600), var(--tw-text-opacity)); } /* Name */ @@ -4168,7 +5891,7 @@ body:has(#menu-controller:checked) { .chroma .ni, .chroma .nl { --tw-text-opacity: 1; - color: rgb(64 70 80 / var(--tw-text-opacity)); + color: rgba(var(--color-secondary-900), var(--tw-text-opacity)); } .dark .chroma .n,.dark @@ -4176,7 +5899,7 @@ body:has(#menu-controller:checked) { .chroma .ni,.dark .chroma .nl { --tw-text-opacity: 1; - color: rgb(228 230 233 / var(--tw-text-opacity)); + color: rgba(var(--color-secondary-200), var(--tw-text-opacity)); } /* NameAttribute */ @@ -4198,7 +5921,7 @@ body:has(#menu-controller:checked) { .chroma .py, .chroma .nt { --tw-text-opacity: 1; - color: rgb(86 93 107 / var(--tw-text-opacity)); + color: rgba(var(--color-secondary-800), var(--tw-text-opacity)); } .dark .chroma .na,.dark @@ -4208,7 +5931,7 @@ body:has(#menu-controller:checked) { .chroma .py,.dark .chroma .nt { --tw-text-opacity: 1; - color: rgb(214 217 222 / var(--tw-text-opacity)); + color: rgba(var(--color-secondary-300), var(--tw-text-opacity)); } /* NameConstant */ @@ -4222,26 +5945,26 @@ body:has(#menu-controller:checked) { .chroma .vg { font-weight: 600; --tw-text-opacity: 1; - color: rgb(200 204 211 / var(--tw-text-opacity)); + color: rgba(var(--color-secondary-400), var(--tw-text-opacity)); } .dark .chroma .no,.dark .chroma .ne,.dark .chroma .vg { --tw-text-opacity: 1; - color: rgb(179 185 194 / var(--tw-text-opacity)); + color: rgba(var(--color-secondary-500), var(--tw-text-opacity)); } /* NameFunction */ .chroma .nf { --tw-text-opacity: 1; - color: rgb(132 141 156 / var(--tw-text-opacity)); + color: rgba(var(--color-secondary-600), var(--tw-text-opacity)); } .dark .chroma .nf { --tw-text-opacity: 1; - color: rgb(179 185 194 / var(--tw-text-opacity)); + color: rgba(var(--color-secondary-500), var(--tw-text-opacity)); } /* Literal */ @@ -4293,7 +6016,7 @@ body:has(#menu-controller:checked) { .chroma .go, .chroma .gp { --tw-text-opacity: 1; - color: rgb(32 64 117 / var(--tw-text-opacity)); + color: rgba(var(--color-primary-800), var(--tw-text-opacity)); } .dark .chroma .l,.dark @@ -4313,7 +6036,7 @@ body:has(#menu-controller:checked) { .chroma .go,.dark .chroma .gp { --tw-text-opacity: 1; - color: rgb(143 174 224 / var(--tw-text-opacity)); + color: rgba(var(--color-primary-400), var(--tw-text-opacity)); } /* LiteralStringEscape */ @@ -4321,12 +6044,12 @@ body:has(#menu-controller:checked) { .chroma .se { font-weight: 600; --tw-text-opacity: 1; - color: rgb(200 204 211 / var(--tw-text-opacity)); + color: rgba(var(--color-secondary-400), var(--tw-text-opacity)); } .dark .chroma .se { --tw-text-opacity: 1; - color: rgb(179 185 194 / var(--tw-text-opacity)); + color: rgba(var(--color-secondary-500), var(--tw-text-opacity)); } /* LiteralStringRegex */ @@ -4337,13 +6060,13 @@ body:has(#menu-controller:checked) { .chroma .ss { font-weight: 600; --tw-text-opacity: 1; - color: rgb(32 64 117 / var(--tw-text-opacity)); + color: rgba(var(--color-primary-800), var(--tw-text-opacity)); } .dark .chroma .sr,.dark .chroma .ss { --tw-text-opacity: 1; - color: rgb(143 174 224 / var(--tw-text-opacity)); + color: rgba(var(--color-primary-400), var(--tw-text-opacity)); } /* OperatorWord */ @@ -4351,12 +6074,12 @@ body:has(#menu-controller:checked) { .chroma .ow { font-weight: 600; --tw-text-opacity: 1; - color: rgb(143 174 224 / var(--tw-text-opacity)); + color: rgba(var(--color-primary-400), var(--tw-text-opacity)); } .dark .chroma .ow { --tw-text-opacity: 1; - color: rgb(48 97 175 / var(--tw-text-opacity)); + color: rgba(var(--color-primary-600), var(--tw-text-opacity)); } /* Comment */ @@ -5347,7 +7070,7 @@ body:has(#menu-controller:checked) { } .dark .dark\:prose-invert :where(mark):not(:where([class~="not-prose"] *)) { - background-color: rgb(200 204 211 / 1); + background-color: rgba(var(--color-secondary-400), 1); } .dark .dark\:prose-invert :where(code):not(:where([class~="not-prose"] *)) { @@ -5355,109 +7078,30 @@ body:has(#menu-controller:checked) { } .dark .dark\:prose-invert :where(a.active):not(:where([class~="not-prose"] *)) { - text-decoration-color: rgb(143 174 224 / 1); + text-decoration-color: rgba(var(--color-primary-400), 1); } .dark .dark\:prose-invert :where(p.active):not(:where([class~="not-prose"] *)) { - text-decoration-color: rgb(143 174 224 / 1); + text-decoration-color: rgba(var(--color-primary-400), 1); } -.selection\:bg-transparent *::-moz-selection { - background-color: transparent; -} - -.selection\:bg-transparent *::selection { - background-color: transparent; -} - -.selection\:bg-transparent::-moz-selection { - background-color: transparent; -} - -.selection\:bg-transparent::selection { - background-color: transparent; -} - -.first\:mt-8:first-child { - margin-top: 2rem; -} - -.checked\:after\:absolute:checked::after { +.after\:clear-both::after { content: var(--tw-content); - position: absolute; + clear: both; } -.checked\:after\:ml-\[5px\]:checked::after { - content: var(--tw-content); - margin-left: 5px; -} - -.checked\:after\:mt-px:checked::after { - content: var(--tw-content); - margin-top: 1px; -} - -.checked\:after\:block:checked::after { +.after\:block::after { content: var(--tw-content); display: block; } -.checked\:after\:h-\[9px\]:checked::after { - content: var(--tw-content); - height: 9px; -} - -.checked\:after\:w-\[5px\]:checked::after { - content: var(--tw-content); - width: 5px; -} - -.checked\:after\:rotate-45:checked::after { - content: var(--tw-content); - --tw-rotate: 45deg; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - -.checked\:after\:border-2:checked::after { - content: var(--tw-content); - border-width: 2px; -} - -.checked\:after\:border-l-0:checked::after { - content: var(--tw-content); - border-left-width: 0px; -} - -.checked\:after\:border-t-0:checked::after { - content: var(--tw-content); - border-top-width: 0px; -} - -.checked\:after\:border-solid:checked::after { - content: var(--tw-content); - border-style: solid; -} - -.checked\:after\:bg-transparent:checked::after { - content: var(--tw-content); - background-color: transparent; -} - -.checked\:after\:content-\[\'\'\]:checked::after { +.after\:content-\[\'\'\]::after { --tw-content: ''; content: var(--tw-content); } -.empty\:hidden:empty { - display: none; -} - -.hover\:cursor-pointer:hover { - cursor: pointer; -} - -.hover\:rounded-\[50\%\]:hover { - border-radius: 50%; +.first\:mt-8:first-child { + margin-top: 2rem; } .hover\:border-transparent:hover { @@ -5466,58 +7110,22 @@ body:has(#menu-controller:checked) { .hover\:\!bg-primary-500:hover { --tw-bg-opacity: 1 !important; - background-color: rgb(101 144 213 / var(--tw-bg-opacity)) !important; -} - -.hover\:bg-\[\#00000014\]:hover { - background-color: #00000014; -} - -.hover\:bg-\[\#00000026\]:hover { - background-color: #00000026; -} - -.hover\:bg-\[\#eee\]:hover { - --tw-bg-opacity: 1; - background-color: rgb(238 238 238 / var(--tw-bg-opacity)); -} - -.hover\:bg-\[unset\]:hover { - background-color: unset; -} - -.hover\:bg-neutral-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(var(--color-neutral-200), var(--tw-bg-opacity)); + background-color: rgba(var(--color-primary-500), var(--tw-bg-opacity)) !important; } .hover\:bg-primary-100:hover { --tw-bg-opacity: 1; - background-color: rgb(227 235 247 / var(--tw-bg-opacity)); + background-color: rgba(var(--color-primary-100), var(--tw-bg-opacity)); } .hover\:bg-primary-500:hover { --tw-bg-opacity: 1; - background-color: rgb(101 144 213 / var(--tw-bg-opacity)); + background-color: rgba(var(--color-primary-500), var(--tw-bg-opacity)); } .hover\:bg-primary-600:hover { --tw-bg-opacity: 1; - background-color: rgb(48 97 175 / var(--tw-bg-opacity)); -} - -.hover\:fill-\[\#8b8b8b\]:hover { - fill: #8b8b8b; -} - -.hover\:text-\[\#3b71ca\]:hover { - --tw-text-opacity: 1; - color: rgb(59 113 202 / var(--tw-text-opacity)); -} - -.hover\:text-\[\#8b8b8b\]:hover { - --tw-text-opacity: 1; - color: rgb(139 139 139 / var(--tw-text-opacity)); + background-color: rgba(var(--color-primary-600), var(--tw-bg-opacity)); } .hover\:text-neutral:hover { @@ -5525,29 +7133,24 @@ body:has(#menu-controller:checked) { color: rgba(var(--color-neutral), var(--tw-text-opacity)); } -.hover\:text-primary:hover { - --tw-text-opacity: 1; - color: rgb(59 113 202 / var(--tw-text-opacity)); -} - .hover\:text-primary-400:hover { --tw-text-opacity: 1; - color: rgb(143 174 224 / var(--tw-text-opacity)); + color: rgba(var(--color-primary-400), var(--tw-text-opacity)); } .hover\:text-primary-500:hover { --tw-text-opacity: 1; - color: rgb(101 144 213 / var(--tw-text-opacity)); + color: rgba(var(--color-primary-500), var(--tw-text-opacity)); } .hover\:text-primary-600:hover { --tw-text-opacity: 1; - color: rgb(48 97 175 / var(--tw-text-opacity)); + color: rgba(var(--color-primary-600), var(--tw-text-opacity)); } .hover\:text-primary-700:hover { --tw-text-opacity: 1; - color: rgb(40 81 146 / var(--tw-text-opacity)); + color: rgba(var(--color-primary-700), var(--tw-text-opacity)); } .hover\:underline:hover { @@ -5559,7 +7162,7 @@ body:has(#menu-controller:checked) { } .hover\:decoration-primary-400:hover { - text-decoration-color: #8FAEE0; + text-decoration-color: rgba(var(--color-primary-400), 1); } .hover\:decoration-2:hover { @@ -5570,18 +7173,8 @@ body:has(#menu-controller:checked) { text-underline-offset: 2px; } -.hover\:\!opacity-90:hover { - opacity: 0.9 !important; -} - -.hover\:opacity-100:hover { - opacity: 1; -} - -.hover\:\!shadow-none:hover { - --tw-shadow: 0 0 #0000 !important; - --tw-shadow-colored: 0 0 #0000 !important; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; +.hover\:opacity-90:hover { + opacity: 0.9; } .hover\:outline-none:hover { @@ -5594,49 +7187,17 @@ body:has(#menu-controller:checked) { transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } -.focus\:rounded-\[50\%\]:focus { - border-radius: 50%; -} - -.focus\:bg-\[\#00000014\]:focus { - background-color: #00000014; -} - -.focus\:bg-\[\#00000026\]:focus { - background-color: #00000026; -} - -.focus\:bg-\[\#eee\]:focus { - --tw-bg-opacity: 1; - background-color: rgb(238 238 238 / var(--tw-bg-opacity)); -} - -.focus\:bg-neutral-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(var(--color-neutral-200), var(--tw-bg-opacity)); -} - .focus\:bg-primary-100:focus { --tw-bg-opacity: 1; - background-color: rgb(227 235 247 / var(--tw-bg-opacity)); -} - -.focus\:text-\[\#3b71ca\]:focus { - --tw-text-opacity: 1; - color: rgb(59 113 202 / var(--tw-text-opacity)); -} - -.focus\:text-primary:focus { - --tw-text-opacity: 1; - color: rgb(59 113 202 / var(--tw-text-opacity)); + background-color: rgba(var(--color-primary-100), var(--tw-bg-opacity)); } .focus\:no-underline:focus { text-decoration-line: none; } -.focus\:\!opacity-90:focus { - opacity: 0.9 !important; +.focus\:opacity-90:focus { + opacity: 0.9; } .focus\:outline-none:focus { @@ -5656,45 +7217,14 @@ body:has(#menu-controller:checked) { outline-color: transparent; } -.focus\:placeholder\:opacity-100:focus::-moz-placeholder { - opacity: 1; -} - -.focus\:placeholder\:opacity-100:focus::placeholder { - opacity: 1; -} - -.active\:bg-\[\#cacfd1\]:active { - --tw-bg-opacity: 1; - background-color: rgb(202 207 209 / var(--tw-bg-opacity)); -} - -.group\/x:hover .group-hover\/x\:h-\[11px\] { - height: 11px; -} - -.group\/y:hover .group-hover\/y\:w-\[11px\] { - width: 11px; -} - -.group\/x:hover .group-hover\/x\:bg-\[\#999\] { - --tw-bg-opacity: 1; - background-color: rgb(153 153 153 / var(--tw-bg-opacity)); -} - -.group\/y:hover .group-hover\/y\:bg-\[\#999\] { - --tw-bg-opacity: 1; - background-color: rgb(153 153 153 / var(--tw-bg-opacity)); -} - .group:hover .group-hover\:text-primary-300 { --tw-text-opacity: 1; - color: rgb(171 194 232 / var(--tw-text-opacity)); + color: rgba(var(--color-primary-300), var(--tw-text-opacity)); } .group:hover .group-hover\:text-primary-600 { --tw-text-opacity: 1; - color: rgb(48 97 175 / var(--tw-text-opacity)); + color: rgba(var(--color-primary-600), var(--tw-text-opacity)); } .group:hover .group-hover\:underline { @@ -5702,376 +7232,13 @@ body:has(#menu-controller:checked) { } .group:hover .group-hover\:decoration-primary-500 { - text-decoration-color: #6590D5; -} - -.group\/ps:hover .group-hover\/ps\:opacity-100 { - opacity: 1; -} - -.group\/ps:hover .group-hover\/ps\:opacity-60 { - opacity: 0.6; + text-decoration-color: rgba(var(--color-primary-500), 1); } .group:hover .group-hover\:opacity-100 { opacity: 1; } -.group\/x:focus .group-focus\/x\:h-\[11px\] { - height: 11px; -} - -.group\/y:focus .group-focus\/y\:w-\[11px\] { - width: 11px; -} - -.group\/x:focus .group-focus\/x\:bg-\[\#999\] { - --tw-bg-opacity: 1; - background-color: rgb(153 153 153 / var(--tw-bg-opacity)); -} - -.group\/y:focus .group-focus\/y\:bg-\[\#999\] { - --tw-bg-opacity: 1; - background-color: rgb(153 153 153 / var(--tw-bg-opacity)); -} - -.group\/ps:focus .group-focus\/ps\:opacity-100 { - opacity: 1; -} - -.group\/ps:focus .group-focus\/ps\:opacity-60 { - opacity: 0.6; -} - -.group\/ps:active .group-active\/ps\:opacity-100 { - opacity: 1; -} - -.group\/ps.ps--active-x .group-\[\&\.ps--active-x\]\/ps\:block { - display: block; -} - -.group\/ps.ps--active-y .group-\[\&\.ps--active-y\]\/ps\:block { - display: block; -} - -.group\/x.ps--clicking .group-\[\&\.ps--clicking\]\/x\:h-\[11px\] { - height: 11px; -} - -.group\/y.ps--clicking .group-\[\&\.ps--clicking\]\/y\:w-\[11px\] { - width: 11px; -} - -.group[data-te-datepicker-cell-current] .group-\[\[data-te-datepicker-cell-current\]\]\:border { - border-width: 1px; -} - -.group[data-te-datepicker-cell-current] .group-\[\[data-te-datepicker-cell-current\]\]\:border-solid { - border-style: solid; -} - -.group\/ps.ps--active-x .group-\[\&\.ps--active-x\]\/ps\:bg-transparent { - background-color: transparent; -} - -.group\/ps.ps--active-y .group-\[\&\.ps--active-y\]\/ps\:bg-transparent { - background-color: transparent; -} - -.group\/x.ps--clicking .group-\[\&\.ps--clicking\]\/x\:bg-\[\#999\] { - --tw-bg-opacity: 1; - background-color: rgb(153 153 153 / var(--tw-bg-opacity)); -} - -.group\/y.ps--clicking .group-\[\&\.ps--clicking\]\/y\:bg-\[\#999\] { - --tw-bg-opacity: 1; - background-color: rgb(153 153 153 / var(--tw-bg-opacity)); -} - -.group:not([data-te-datepicker-cell-disabled]):not([data-te-datepicker-cell-selected]):hover .group-\[\:not\(\[data-te-datepicker-cell-disabled\]\)\:not\(\[data-te-datepicker-cell-selected\]\)\:hover\]\:bg-neutral-300 { - --tw-bg-opacity: 1; - background-color: rgba(var(--color-neutral-300), var(--tw-bg-opacity)); -} - -.group:not([data-te-datepicker-cell-selected])[data-te-datepicker-cell-focused] .group-\[\:not\(\[data-te-datepicker-cell-selected\]\)\[data-te-datepicker-cell-focused\]\]\:bg-neutral-100 { - --tw-bg-opacity: 1; - background-color: rgba(var(--color-neutral-100), var(--tw-bg-opacity)); -} - -.group[data-te-datepicker-cell-selected] .group-\[\[data-te-datepicker-cell-selected\]\]\:bg-primary { - --tw-bg-opacity: 1; - background-color: rgb(59 113 202 / var(--tw-bg-opacity)); -} - -.group\/ps.ps--scrolling-x .group-\[\&\.ps--scrolling-x\]\/ps\:opacity-60 { - opacity: 0.6; -} - -.group\/ps.ps--scrolling-y .group-\[\&\.ps--scrolling-y\]\/ps\:opacity-60 { - opacity: 0.6; -} - -.peer:focus ~ .peer-focus\:-translate-y-\[0\.75rem\] { - --tw-translate-y: -0.75rem; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - -.peer:focus ~ .peer-focus\:-translate-y-\[0\.9rem\] { - --tw-translate-y: -0.9rem; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - -.peer:focus ~ .peer-focus\:-translate-y-\[1\.15rem\] { - --tw-translate-y: -1.15rem; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - -.peer:focus ~ .peer-focus\:scale-\[0\.8\] { - --tw-scale-x: 0.8; - --tw-scale-y: 0.8; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - -.data-\[te-datepicker-cell-disabled\]\:pointer-events-none[data-te-datepicker-cell-disabled] { - pointer-events: none; -} - -.data-\[te-carousel-fade\]\:z-0[data-te-carousel-fade] { - z-index: 0; -} - -.data-\[te-carousel-fade\]\:z-\[1\][data-te-carousel-fade] { - z-index: 1; -} - -.data-\[te-input-state-active\]\:block[data-te-input-state-active] { - display: block; -} - -.data-\[te-input-state-active\]\:-translate-y-\[0\.75rem\][data-te-input-state-active] { - --tw-translate-y: -0.75rem; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - -.data-\[te-input-state-active\]\:-translate-y-\[0\.9rem\][data-te-input-state-active] { - --tw-translate-y: -0.9rem; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - -.data-\[te-input-state-active\]\:-translate-y-\[1\.15rem\][data-te-input-state-active] { - --tw-translate-y: -1.15rem; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - -.data-\[te-input-state-active\]\:scale-\[0\.8\][data-te-input-state-active] { - --tw-scale-x: 0.8; - --tw-scale-y: 0.8; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - -.data-\[te-select-open\]\:scale-100[data-te-select-open] { - --tw-scale-x: 1; - --tw-scale-y: 1; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - -.data-\[te-datepicker-cell-disabled\]\:cursor-default[data-te-datepicker-cell-disabled] { - cursor: default; -} - -.data-\[te-input-disabled\]\:cursor-default[data-te-input-disabled] { - cursor: default; -} - -.data-\[te-select-option-disabled\]\:cursor-default[data-te-select-option-disabled] { - cursor: default; -} - -.data-\[te-select-selected\]\:data-\[te-select-option-disabled\]\:cursor-default[data-te-select-option-disabled][data-te-select-selected] { - cursor: default; -} - -.data-\[te-input-disabled\]\:bg-\[\#e9ecef\][data-te-input-disabled] { - --tw-bg-opacity: 1; - background-color: rgb(233 236 239 / var(--tw-bg-opacity)); -} - -.data-\[te-select-selected\]\:data-\[te-select-option-disabled\]\:bg-transparent[data-te-select-option-disabled][data-te-select-selected] { - background-color: transparent; -} - -.data-\[te-datepicker-cell-disabled\]\:text-neutral-300[data-te-datepicker-cell-disabled] { - --tw-text-opacity: 1; - color: rgba(var(--color-neutral-300), var(--tw-text-opacity)); -} - -.data-\[te-carousel-fade\]\:opacity-0[data-te-carousel-fade] { - opacity: 0; -} - -.data-\[te-carousel-fade\]\:opacity-100[data-te-carousel-fade] { - opacity: 1; -} - -.data-\[te-select-open\]\:opacity-100[data-te-select-open] { - opacity: 1; -} - -.data-\[te-input-state-active\]\:placeholder\:opacity-100[data-te-input-state-active]::-moz-placeholder { - opacity: 1; -} - -.data-\[te-input-state-active\]\:placeholder\:opacity-100[data-te-input-state-active]::placeholder { - opacity: 1; -} - -.data-\[te-datepicker-cell-disabled\]\:hover\:cursor-default:hover[data-te-datepicker-cell-disabled] { - cursor: default; -} - -.group[data-te-datepicker-cell-focused] .group-\[\[data-te-datepicker-cell-focused\]\]\:data-\[te-datepicker-cell-selected\]\:bg-primary[data-te-datepicker-cell-selected] { - --tw-bg-opacity: 1; - background-color: rgb(59 113 202 / var(--tw-bg-opacity)); -} - -.group[data-te-select-option-text-ref] .group-data-\[te-select-option-text-ref\]\:mr-2\.5 { - margin-right: 0.625rem; -} - -.group\/validation[data-te-was-validated] .group-data-\[te-was-validated\]\/validation\:mb-4 { - margin-bottom: 1rem; -} - -.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-x-0 { - border-left-width: 0px; - border-right-width: 0px; -} - -.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-x-0 { - border-left-width: 0px; - border-right-width: 0px; -} - -.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-l-0 { - border-left-width: 0px; -} - -.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-r-0 { - border-right-width: 0px; -} - -.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-t { - border-top-width: 1px; -} - -.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-l-0 { - border-left-width: 0px; -} - -.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-r-0 { - border-right-width: 0px; -} - -.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-t { - border-top-width: 1px; -} - -.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-solid { - border-style: solid; -} - -.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-solid { - border-style: solid; -} - -.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-primary { - --tw-border-opacity: 1; - border-color: rgb(59 113 202 / var(--tw-border-opacity)); -} - -.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-t-transparent { - border-top-color: transparent; -} - -.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-t-transparent { - border-top-color: transparent; -} - -.group\/opt[data-te-select-option-group-ref] .group-data-\[te-select-option-group-ref\]\/opt\:pl-7 { - padding-left: 1.75rem; -} - -.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[-1px_0_0_\#3b71ca\2c _0_1px_0_0_\#3b71ca\2c _0_-1px_0_0_\#3b71ca\] { - --tw-shadow: -1px 0 0 #3b71ca, 0 1px 0 0 #3b71ca, 0 -1px 0 0 #3b71ca; - --tw-shadow-colored: -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[-1px_0_0_\#ffffff\2c _0_1px_0_0_\#ffffff\2c _0_-1px_0_0_\#ffffff\] { - --tw-shadow: -1px 0 0 #ffffff, 0 1px 0 0 #ffffff, 0 -1px 0 0 #ffffff; - --tw-shadow-colored: -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[0_1px_0_0_\#3b71ca\] { - --tw-shadow: 0 1px 0 0 #3b71ca; - --tw-shadow-colored: 0 1px 0 0 var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[0_1px_0_0_\#ffffff\] { - --tw-shadow: 0 1px 0 0 #ffffff; - --tw-shadow-colored: 0 1px 0 0 var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[1px_0_0_\#3b71ca\2c _0_-1px_0_0_\#3b71ca\2c _0_1px_0_0_\#3b71ca\] { - --tw-shadow: 1px 0 0 #3b71ca, 0 -1px 0 0 #3b71ca, 0 1px 0 0 #3b71ca; - --tw-shadow-colored: 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[1px_0_0_\#ffffff\2c _0_-1px_0_0_\#ffffff\2c _0_1px_0_0_\#ffffff\] { - --tw-shadow: 1px 0 0 #ffffff, 0 -1px 0 0 #ffffff, 0 1px 0 0 #ffffff; - --tw-shadow-colored: 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.group\/validation[data-te-was-validated] .peer:valid ~ .group-data-\[te-was-validated\]\/validation\:peer-valid\:block { - display: block; -} - -.group\/validation[data-te-was-validated] .peer:invalid ~ .group-data-\[te-was-validated\]\/validation\:peer-invalid\:block { - display: block; -} - -.group\/validation[data-te-was-validated] .peer:invalid ~ .group-data-\[te-was-validated\]\/validation\:peer-invalid\:text-\[rgb\(220\2c 76\2c 100\)\] { - --tw-text-opacity: 1; - color: rgb(220 76 100 / var(--tw-text-opacity)); -} - -.peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:-translate-y-\[0\.75rem\] { - --tw-translate-y: -0.75rem; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - -.peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:-translate-y-\[0\.9rem\] { - --tw-translate-y: -0.9rem; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - -.peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:-translate-y-\[1\.15rem\] { - --tw-translate-y: -1.15rem; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - -.peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:scale-\[0\.8\] { - --tw-scale-x: 0.8; - --tw-scale-y: 0.8; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - [dir="ltr"] .ltr\:-left-6 { left: -1.5rem; } @@ -6128,10 +7295,6 @@ body:has(#menu-controller:checked) { text-align: right; } -[dir="rtl"] .rtl\:\!left-auto { - left: auto !important; -} - [dir="rtl"] .rtl\:-right-6 { right: -1.5rem; } @@ -6168,10 +7331,6 @@ body:has(#menu-controller:checked) { display: none; } -[dir="rtl"] .rtl\:\!origin-\[50\%_50\%_0\] { - transform-origin: 50% 50% 0 !important; -} - [dir="rtl"] .rtl\:border-r { border-right-width: 1px; } @@ -6192,15 +7351,7 @@ body:has(#menu-controller:checked) { text-align: left; } -[dir="rtl"] .rtl\:\[direction\:rtl\] { - direction: rtl; -} - @media (prefers-reduced-motion: reduce) { - .motion-reduce\:animate-none { - animation: none; - } - .motion-reduce\:transition-none { transition-property: none; } @@ -6214,15 +7365,6 @@ body:has(#menu-controller:checked) { display: none; } -.dark .dark\:border-0 { - border-width: 0px; -} - -.dark .dark\:border-neutral-500 { - --tw-border-opacity: 1; - border-color: rgba(var(--color-neutral-500), var(--tw-border-opacity)); -} - .dark .dark\:border-neutral-600 { --tw-border-opacity: 1; border-color: rgba(var(--color-neutral-600), var(--tw-border-opacity)); @@ -6235,17 +7377,12 @@ body:has(#menu-controller:checked) { .dark .dark\:border-primary-300 { --tw-border-opacity: 1; - border-color: rgb(171 194 232 / var(--tw-border-opacity)); -} - -.dark .dark\:border-primary-400 { - --tw-border-opacity: 1; - border-color: rgb(143 174 224 / var(--tw-border-opacity)); + border-color: rgba(var(--color-primary-300), var(--tw-border-opacity)); } .dark .dark\:border-primary-600 { --tw-border-opacity: 1; - border-color: rgb(48 97 175 / var(--tw-border-opacity)); + border-color: rgba(var(--color-primary-600), var(--tw-border-opacity)); } .dark .dark\:bg-neutral-600 { @@ -6273,26 +7410,22 @@ body:has(#menu-controller:checked) { .dark .dark\:bg-primary-300 { --tw-bg-opacity: 1; - background-color: rgb(171 194 232 / var(--tw-bg-opacity)); + background-color: rgba(var(--color-primary-300), var(--tw-bg-opacity)); } .dark .dark\:bg-primary-400 { --tw-bg-opacity: 1; - background-color: rgb(143 174 224 / var(--tw-bg-opacity)); + background-color: rgba(var(--color-primary-400), var(--tw-bg-opacity)); } .dark .dark\:bg-primary-800 { --tw-bg-opacity: 1; - background-color: rgb(32 64 117 / var(--tw-bg-opacity)); + background-color: rgba(var(--color-primary-800), var(--tw-bg-opacity)); } .dark .dark\:bg-primary-900 { --tw-bg-opacity: 1; - background-color: rgb(24 48 88 / var(--tw-bg-opacity)); -} - -.dark .dark\:bg-transparent { - background-color: transparent; + background-color: rgba(var(--color-primary-900), var(--tw-bg-opacity)); } .dark .dark\:from-neutral-800 { @@ -6302,8 +7435,8 @@ body:has(#menu-controller:checked) { } .dark .dark\:from-primary-600 { - --tw-gradient-from: #3061AF; - --tw-gradient-to: rgb(48 97 175 / 0); + --tw-gradient-from: rgba(var(--color-primary-600), 1); + --tw-gradient-to: rgba(var(--color-primary-600), 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } @@ -6312,12 +7445,7 @@ body:has(#menu-controller:checked) { } .dark .dark\:to-secondary-800 { - --tw-gradient-to: #565D6B; -} - -.dark .dark\:\!text-primary-400 { - --tw-text-opacity: 1 !important; - color: rgb(143 174 224 / var(--tw-text-opacity)) !important; + --tw-gradient-to: rgba(var(--color-secondary-800), 1); } .dark .dark\:text-neutral { @@ -6362,12 +7490,12 @@ body:has(#menu-controller:checked) { .dark .dark\:text-primary-200 { --tw-text-opacity: 1; - color: rgb(199 215 240 / var(--tw-text-opacity)); + color: rgba(var(--color-primary-200), var(--tw-text-opacity)); } .dark .dark\:text-primary-400 { --tw-text-opacity: 1; - color: rgb(143 174 224 / var(--tw-text-opacity)); + color: rgba(var(--color-primary-400), var(--tw-text-opacity)); } .dark .dark\:opacity-60 { @@ -6376,22 +7504,17 @@ body:has(#menu-controller:checked) { .dark .dark\:hover\:\!bg-primary-700:hover { --tw-bg-opacity: 1 !important; - background-color: rgb(40 81 146 / var(--tw-bg-opacity)) !important; + background-color: rgba(var(--color-primary-700), var(--tw-bg-opacity)) !important; } .dark .dark\:hover\:bg-primary-400:hover { --tw-bg-opacity: 1; - background-color: rgb(143 174 224 / var(--tw-bg-opacity)); + background-color: rgba(var(--color-primary-400), var(--tw-bg-opacity)); } .dark .dark\:hover\:bg-primary-900:hover { --tw-bg-opacity: 1; - background-color: rgb(24 48 88 / var(--tw-bg-opacity)); -} - -.dark .dark\:hover\:text-\[\#3b71ca\]:hover { - --tw-text-opacity: 1; - color: rgb(59 113 202 / var(--tw-text-opacity)); + background-color: rgba(var(--color-primary-900), var(--tw-bg-opacity)); } .dark .dark\:hover\:text-neutral-800:hover { @@ -6401,22 +7524,12 @@ body:has(#menu-controller:checked) { .dark .dark\:hover\:text-primary-400:hover { --tw-text-opacity: 1; - color: rgb(143 174 224 / var(--tw-text-opacity)); + color: rgba(var(--color-primary-400), var(--tw-text-opacity)); } .dark .dark\:focus\:bg-primary-900:focus { --tw-bg-opacity: 1; - background-color: rgb(24 48 88 / var(--tw-bg-opacity)); -} - -.dark .dark\:focus\:text-\[\#3b71ca\]:focus { - --tw-text-opacity: 1; - color: rgb(59 113 202 / var(--tw-text-opacity)); -} - -.dark .dark\:focus\:text-primary-400:focus { - --tw-text-opacity: 1; - color: rgb(143 174 224 / var(--tw-text-opacity)); + background-color: rgba(var(--color-primary-900), var(--tw-bg-opacity)); } .dark .group:hover .dark\:group-hover\:text-neutral-700 { @@ -6426,7 +7539,7 @@ body:has(#menu-controller:checked) { .dark .group:hover .dark\:group-hover\:text-primary-400 { --tw-text-opacity: 1; - color: rgb(143 174 224 / var(--tw-text-opacity)); + color: rgba(var(--color-primary-400), var(--tw-text-opacity)); } @media print { @@ -6723,212 +7836,4 @@ body:has(#menu-controller:checked) { .\32xl\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); } -} - -@media not all and (min-width: 853px) { - @media (orientation: landscape) { - .max-md\:landscape\:h-8 { - height: 2rem; - } - } -} - -@media (min-width: 320px) { - @media not all and (min-width: 853px) { - @media (orientation: landscape) { - .xs\:max-md\:landscape\:mt-24 { - margin-top: 6rem; - } - - .xs\:max-md\:landscape\:h-8 { - height: 2rem; - } - - .xs\:max-md\:landscape\:h-\[360px\] { - height: 360px; - } - - .xs\:max-md\:landscape\:h-full { - height: 100%; - } - - .xs\:max-md\:landscape\:w-8 { - width: 2rem; - } - - .xs\:max-md\:landscape\:w-\[475px\] { - width: 475px; - } - - .xs\:max-md\:landscape\:flex-row { - flex-direction: row; - } - } - } - - @media (max-width: 825px) { - @media (orientation: landscape) { - .min-\[320px\]\:max-\[825px\]\:landscape\:h-auto { - height: auto; - } - - .min-\[320px\]\:max-\[825px\]\:landscape\:min-h-\[305px\] { - min-height: 305px; - } - - .min-\[320px\]\:max-\[825px\]\:landscape\:min-h-\[auto\] { - min-height: auto; - } - - .min-\[320px\]\:max-\[825px\]\:landscape\:min-w-\[auto\] { - min-width: auto; - } - - .min-\[320px\]\:max-\[825px\]\:landscape\:\!flex-row { - flex-direction: row !important; - } - - .min-\[320px\]\:max-\[825px\]\:landscape\:flex-col { - flex-direction: column; - } - - .min-\[320px\]\:max-\[825px\]\:landscape\:\!justify-around { - justify-content: space-around !important; - } - - .min-\[320px\]\:max-\[825px\]\:landscape\:overflow-y-auto { - overflow-y: auto; - } - - .min-\[320px\]\:max-\[825px\]\:landscape\:rounded-lg { - border-radius: 0.5rem; - } - - .min-\[320px\]\:max-\[825px\]\:landscape\:rounded-bl-lg { - border-bottom-left-radius: 0.5rem; - } - - .min-\[320px\]\:max-\[825px\]\:landscape\:rounded-bl-none { - border-bottom-left-radius: 0px; - } - - .min-\[320px\]\:max-\[825px\]\:landscape\:rounded-tr-none { - border-top-right-radius: 0px; - } - - .min-\[320px\]\:max-\[825px\]\:landscape\:p-\[10px\] { - padding: 10px; - } - - .min-\[320px\]\:max-\[825px\]\:landscape\:pr-\[10px\] { - padding-right: 10px; - } - - .min-\[320px\]\:max-\[825px\]\:landscape\:text-5xl { - font-size: 3rem; - line-height: 1; - } - - .min-\[320px\]\:max-\[825px\]\:landscape\:text-\[3rem\] { - font-size: 3rem; - } - - .min-\[320px\]\:max-\[825px\]\:landscape\:font-normal { - font-weight: 400; - } - } - } -} - -.\[\&\.ps--clicking\]\:bg-\[\#eee\].ps--clicking { - --tw-bg-opacity: 1; - background-color: rgb(238 238 238 / var(--tw-bg-opacity)); -} - -.\[\&\.ps--clicking\]\:\!opacity-90.ps--clicking { - opacity: 0.9 !important; -} - -.\[\&\:\:-webkit-scrollbar-button\]\:block::-webkit-scrollbar-button { - display: block; -} - -.\[\&\:\:-webkit-scrollbar-button\]\:h-0::-webkit-scrollbar-button { - height: 0px; -} - -.\[\&\:\:-webkit-scrollbar-button\]\:bg-transparent::-webkit-scrollbar-button { - background-color: transparent; -} - -.\[\&\:\:-webkit-scrollbar-thumb\]\:h-\[50px\]::-webkit-scrollbar-thumb { - height: 50px; -} - -.\[\&\:\:-webkit-scrollbar-thumb\]\:rounded::-webkit-scrollbar-thumb { - border-radius: 0.25rem; -} - -.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-\[\#999\]::-webkit-scrollbar-thumb { - --tw-bg-opacity: 1; - background-color: rgb(153 153 153 / var(--tw-bg-opacity)); -} - -.\[\&\:\:-webkit-scrollbar-track-piece\]\:rounded-none::-webkit-scrollbar-track-piece { - border-radius: 0px; -} - -.\[\&\:\:-webkit-scrollbar-track-piece\]\:rounded-l::-webkit-scrollbar-track-piece { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; -} - -.\[\&\:\:-webkit-scrollbar-track-piece\]\:bg-transparent::-webkit-scrollbar-track-piece { - background-color: transparent; -} - -.\[\&\:\:-webkit-scrollbar\]\:h-1::-webkit-scrollbar { - height: 0.25rem; -} - -.\[\&\:\:-webkit-scrollbar\]\:w-1::-webkit-scrollbar { - width: 0.25rem; -} - -.\[\&\:not\(\[data-te-input-placeholder-active\]\)\]\:placeholder\:opacity-0:not([data-te-input-placeholder-active])::-moz-placeholder { - opacity: 0; -} - -.\[\&\:not\(\[data-te-input-placeholder-active\]\)\]\:placeholder\:opacity-0:not([data-te-input-placeholder-active])::placeholder { - opacity: 0; -} - -.\[\&\>svg\]\:mx-auto>svg { - margin-left: auto; - margin-right: auto; -} - -.\[\&\>svg\]\:h-4>svg { - height: 1rem; -} - -.\[\&\>svg\]\:h-5>svg { - height: 1.25rem; -} - -.\[\&\>svg\]\:w-4>svg { - width: 1rem; -} - -.\[\&\>svg\]\:w-5>svg { - width: 1.25rem; -} - -.\[\&\>svg\]\:rotate-180>svg { - --tw-rotate: 180deg; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - -.\[\&\>svg\]\:fill-neutral-500>svg { - fill: rgba(var(--color-neutral-500), 1); } \ No newline at end of file diff --git a/assets/lib/jquery/jquery.slim.min.js b/assets/lib/jquery/jquery.slim.min.js index dba33865..aead5d23 100644 --- a/assets/lib/jquery/jquery.slim.min.js +++ b/assets/lib/jquery/jquery.slim.min.js @@ -1,2 +1,2 @@ -/*! jQuery v3.6.3 -ajax,-ajax/jsonp,-ajax/load,-ajax/script,-ajax/var/location,-ajax/var/nonce,-ajax/var/rquery,-ajax/xhr,-manipulation/_evalUrl,-deprecated/ajax-event-alias,-effects,-effects/Tween,-effects/animatedSelector | (c) OpenJS Foundation and other contributors | jquery.org/license */ -!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(g,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,v=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,y=n.hasOwnProperty,a=y.toString,l=a.call(Object),m={},b=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},x=function(e){return null!=e&&e===e.window},w=g.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function C(e,t,n){var r,i,o=(n=n||w).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function T(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.6.3 -ajax,-ajax/jsonp,-ajax/load,-ajax/script,-ajax/var/location,-ajax/var/nonce,-ajax/var/rquery,-ajax/xhr,-manipulation/_evalUrl,-deprecated/ajax-event-alias,-effects,-effects/Tween,-effects/animatedSelector",E=function(e,t){return new E.fn.init(e,t)};function d(e){var t=!!e&&"length"in e&&e.length,n=T(e);return!b(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+R+")"+R+"*"),U=new RegExp(R+"|>"),V=new RegExp(W),X=new RegExp("^"+B+"$"),Q={ID:new RegExp("^#("+B+")"),CLASS:new RegExp("^\\.("+B+")"),TAG:new RegExp("^("+B+"|[*])"),ATTR:new RegExp("^"+M),PSEUDO:new RegExp("^"+W),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+R+"*(even|odd|(([+-]|)(\\d*)n|)"+R+"*(?:([+-]|)"+R+"*(\\d+)|))"+R+"*\\)|)","i"),bool:new RegExp("^(?:"+I+")$","i"),needsContext:new RegExp("^"+R+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+R+"*((?:-\\d)?\\d*)"+R+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,G=/^(?:input|select|textarea|button)$/i,K=/^h\d$/i,J=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+R+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){C()},ae=xe(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{O.apply(t=P.call(d.childNodes),d.childNodes),t[d.childNodes.length].nodeType}catch(e){O={apply:t.length?function(e,t){q.apply(e,P.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,d=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==d&&9!==d&&11!==d)return n;if(!r&&(C(e),e=e||T,E)){if(11!==d&&(u=Z.exec(t)))if(i=u[1]){if(9===d){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return O.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&p.getElementsByClassName&&e.getElementsByClassName)return O.apply(n,e.getElementsByClassName(i)),n}if(p.qsa&&!k[t+" "]&&(!v||!v.test(t))&&(1!==d||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===d&&(U.test(t)||_.test(t))){(f=ee.test(t)&&ye(e.parentNode)||e)===e&&p.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+be(l[o]);c=l.join(",")}try{if(p.cssSupportsSelector&&!CSS.supports("selector(:is("+c+"))"))throw new Error;return O.apply(n,f.querySelectorAll(c)),n}catch(e){k(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace($,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>x.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=T.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)x.attrHandle[n[r]]=t}function de(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function pe(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in p=se.support={},i=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},C=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:d;return r!=T&&9===r.nodeType&&r.documentElement&&(a=(T=r).documentElement,E=!i(T),d!=T&&(n=T.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),p.scope=ce(function(e){return a.appendChild(e).appendChild(T.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),p.cssSupportsSelector=ce(function(){return CSS.supports("selector(*)")&&T.querySelectorAll(":is(:jqfake)")&&!CSS.supports("selector(:is(*,:jqfake))")}),p.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),p.getElementsByTagName=ce(function(e){return e.appendChild(T.createComment("")),!e.getElementsByTagName("*").length}),p.getElementsByClassName=J.test(T.getElementsByClassName),p.getById=ce(function(e){return a.appendChild(e).id=S,!T.getElementsByName||!T.getElementsByName(S).length}),p.getById?(x.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},x.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(x.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},x.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),x.find.TAG=p.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):p.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},x.find.CLASS=p.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(p.qsa=J.test(T.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+R+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+R+"*(?:value|"+I+")"),e.querySelectorAll("[id~="+S+"-]").length||v.push("~="),(t=T.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||v.push("\\["+R+"*name"+R+"*="+R+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||v.push(".#.+[+~]"),e.querySelectorAll("\\\f"),v.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=T.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+R+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(p.matchesSelector=J.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){p.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",W)}),p.cssSupportsSelector||v.push(":has"),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=J.test(a.compareDocumentPosition),y=t||J.test(a.contains)?function(e,t){var n=9===e.nodeType&&e.documentElement||e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!p.sortDetached&&t.compareDocumentPosition(e)===n?e==T||e.ownerDocument==d&&y(d,e)?-1:t==T||t.ownerDocument==d&&y(d,t)?1:u?H(u,e)-H(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==T?-1:t==T?1:i?-1:o?1:u?H(u,e)-H(u,t):0;if(i===o)return de(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?de(a[r],s[r]):a[r]==d?-1:s[r]==d?1:0}),T},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(C(e),p.matchesSelector&&E&&!k[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||p.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){k(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return Q.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&V.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+R+")"+e+"("+R+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function D(e,n,r){return b(n)?E.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?E.grep(e,function(e){return e===n!==r}):"string"!=typeof n?E.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(E.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||L,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:j.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof E?t[0]:t,E.merge(this,E.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:w,!0)),k.test(r[1])&&E.isPlainObject(t))for(r in t)b(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=w.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):b(e)?void 0!==n.ready?n.ready(e):e(E):E.makeArray(e,this)}).prototype=E.fn,L=E(w);var q=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};function P(e,t){while((e=e[t])&&1!==e.nodeType);return e}E.fn.extend({has:function(e){var t=E(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,pe=/^$|^module$|\/(?:java|ecma)script/i;le=w.createDocumentFragment().appendChild(w.createElement("div")),(ce=w.createElement("input")).setAttribute("type","radio"),ce.setAttribute("checked","checked"),ce.setAttribute("name","t"),le.appendChild(ce),m.checkClone=le.cloneNode(!0).cloneNode(!0).lastChild.checked,le.innerHTML="",m.noCloneChecked=!!le.cloneNode(!0).lastChild.defaultValue,le.innerHTML="",m.option=!!le.lastChild;var he={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function ge(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&N(e,t)?E.merge([e],n):n}function ve(e,t){for(var n=0,r=e.length;n",""]);var ye=/<|&#?\w+;/;function me(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),d=[],p=0,h=e.length;p\s*$/g;function ke(e,t){return N(e,"table")&&N(11!==t.nodeType?t:t.firstChild,"tr")&&E(e).children("tbody")[0]||e}function De(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Le(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function je(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n
",2===ft.childNodes.length),E.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(m.createHTMLDocument?((r=(t=w.implementation.createHTMLDocument("")).createElement("base")).href=w.location.href,t.head.appendChild(r)):t=w),o=!n&&[],(i=k.exec(e))?[t.createElement(i[1])]:(i=me([e],t,o),o&&o.length&&E(o).remove(),E.merge([],i.childNodes)));var r,i,o},E.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=E.css(e,"position"),c=E(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=E.css(e,"top"),u=E.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),b(t)&&(t=t.call(e,n,E.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},E.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){E.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===E.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===E.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=E(e).offset()).top+=E.css(e,"borderTopWidth",!0),i.left+=E.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-E.css(r,"marginTop",!0),left:t.left-i.left-E.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===E.css(e,"position"))e=e.offsetParent;return e||re})}}),E.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;E.fn[t]=function(e){return $(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),E.each(["top","left"],function(e,n){E.cssHooks[n]=$e(m.pixelPosition,function(e,t){if(t)return t=Fe(e,n),Pe.test(t)?E(e).position()[n]+"px":t})}),E.each({Height:"height",Width:"width"},function(a,s){E.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){E.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return $(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?E.css(e,t,i):E.style(e,t,n,i)},s,n?e:void 0,n)}})}),E.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),E.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){E.fn[n]=function(e,t){return 0+~]|"+R+")"+R+"*"),U=new RegExp(R+"|>"),V=new RegExp(W),X=new RegExp("^"+B+"$"),Q={ID:new RegExp("^#("+B+")"),CLASS:new RegExp("^\\.("+B+")"),TAG:new RegExp("^("+B+"|[*])"),ATTR:new RegExp("^"+M),PSEUDO:new RegExp("^"+W),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+R+"*(even|odd|(([+-]|)(\\d*)n|)"+R+"*(?:([+-]|)"+R+"*(\\d+)|))"+R+"*\\)|)","i"),bool:new RegExp("^(?:"+I+")$","i"),needsContext:new RegExp("^"+R+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+R+"*((?:-\\d)?\\d*)"+R+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,G=/^(?:input|select|textarea|button)$/i,K=/^h\d$/i,J=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+R+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){C()},ae=xe(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{O.apply(t=P.call(d.childNodes),d.childNodes),t[d.childNodes.length].nodeType}catch(e){O={apply:t.length?function(e,t){q.apply(e,P.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,d=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==d&&9!==d&&11!==d)return n;if(!r&&(C(e),e=e||T,E)){if(11!==d&&(u=Z.exec(t)))if(i=u[1]){if(9===d){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return O.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&p.getElementsByClassName&&e.getElementsByClassName)return O.apply(n,e.getElementsByClassName(i)),n}if(p.qsa&&!k[t+" "]&&(!v||!v.test(t))&&(1!==d||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===d&&(U.test(t)||_.test(t))){(f=ee.test(t)&&ye(e.parentNode)||e)===e&&p.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=A)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+be(l[o]);c=l.join(",")}try{return O.apply(n,f.querySelectorAll(c)),n}catch(e){k(t,!0)}finally{s===A&&e.removeAttribute("id")}}}return g(t.replace($,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>x.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[A]=!0,e}function ce(e){var t=T.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)x.attrHandle[n[r]]=t}function de(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function pe(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in p=se.support={},i=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},C=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:d;return r!=T&&9===r.nodeType&&r.documentElement&&(a=(T=r).documentElement,E=!i(T),d!=T&&(n=T.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),p.scope=ce(function(e){return a.appendChild(e).appendChild(T.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),p.cssHas=ce(function(){try{return T.querySelector(":has(*,:jqfake)"),!1}catch(e){return!0}}),p.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),p.getElementsByTagName=ce(function(e){return e.appendChild(T.createComment("")),!e.getElementsByTagName("*").length}),p.getElementsByClassName=J.test(T.getElementsByClassName),p.getById=ce(function(e){return a.appendChild(e).id=A,!T.getElementsByName||!T.getElementsByName(A).length}),p.getById?(x.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},x.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(x.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},x.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),x.find.TAG=p.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):p.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},x.find.CLASS=p.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(p.qsa=J.test(T.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+R+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+R+"*(?:value|"+I+")"),e.querySelectorAll("[id~="+A+"-]").length||v.push("~="),(t=T.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||v.push("\\["+R+"*name"+R+"*="+R+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+A+"+*").length||v.push(".#.+[+~]"),e.querySelectorAll("\\\f"),v.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=T.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+R+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(p.matchesSelector=J.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){p.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",W)}),p.cssHas||v.push(":has"),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=J.test(a.compareDocumentPosition),y=t||J.test(a.contains)?function(e,t){var n=9===e.nodeType&&e.documentElement||e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!p.sortDetached&&t.compareDocumentPosition(e)===n?e==T||e.ownerDocument==d&&y(d,e)?-1:t==T||t.ownerDocument==d&&y(d,t)?1:u?H(u,e)-H(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==T?-1:t==T?1:i?-1:o?1:u?H(u,e)-H(u,t):0;if(i===o)return de(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?de(a[r],s[r]):a[r]==d?-1:s[r]==d?1:0}),T},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(C(e),p.matchesSelector&&E&&!k[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||p.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){k(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return Q.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&V.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+R+")"+e+"("+R+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function D(e,n,r){return b(n)?E.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?E.grep(e,function(e){return e===n!==r}):"string"!=typeof n?E.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(E.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||L,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:j.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof E?t[0]:t,E.merge(this,E.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:w,!0)),k.test(r[1])&&E.isPlainObject(t))for(r in t)b(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=w.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):b(e)?void 0!==n.ready?n.ready(e):e(E):E.makeArray(e,this)}).prototype=E.fn,L=E(w);var q=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};function P(e,t){while((e=e[t])&&1!==e.nodeType);return e}E.fn.extend({has:function(e){var t=E(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,pe=/^$|^module$|\/(?:java|ecma)script/i;le=w.createDocumentFragment().appendChild(w.createElement("div")),(ce=w.createElement("input")).setAttribute("type","radio"),ce.setAttribute("checked","checked"),ce.setAttribute("name","t"),le.appendChild(ce),m.checkClone=le.cloneNode(!0).cloneNode(!0).lastChild.checked,le.innerHTML="",m.noCloneChecked=!!le.cloneNode(!0).lastChild.defaultValue,le.innerHTML="",m.option=!!le.lastChild;var he={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function ge(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&S(e,t)?E.merge([e],n):n}function ve(e,t){for(var n=0,r=e.length;n",""]);var ye=/<|&#?\w+;/;function me(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),d=[],p=0,h=e.length;p\s*$/g;function ke(e,t){return S(e,"table")&&S(11!==t.nodeType?t:t.firstChild,"tr")&&E(e).children("tbody")[0]||e}function De(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Le(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function je(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n
",2===ft.childNodes.length),E.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(m.createHTMLDocument?((r=(t=w.implementation.createHTMLDocument("")).createElement("base")).href=w.location.href,t.head.appendChild(r)):t=w),o=!n&&[],(i=k.exec(e))?[t.createElement(i[1])]:(i=me([e],t,o),o&&o.length&&E(o).remove(),E.merge([],i.childNodes)));var r,i,o},E.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=E.css(e,"position"),c=E(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=E.css(e,"top"),u=E.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),b(t)&&(t=t.call(e,n,E.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},E.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){E.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===E.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===E.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=E(e).offset()).top+=E.css(e,"borderTopWidth",!0),i.left+=E.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-E.css(r,"marginTop",!0),left:t.left-i.left-E.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===E.css(e,"position"))e=e.offsetParent;return e||re})}}),E.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;E.fn[t]=function(e){return $(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),E.each(["top","left"],function(e,n){E.cssHooks[n]=$e(m.pixelPosition,function(e,t){if(t)return t=Fe(e,n),Pe.test(t)?E(e).position()[n]+"px":t})}),E.each({Height:"height",Width:"width"},function(a,s){E.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){E.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return $(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?E.css(e,t,i):E.style(e,t,n,i)},s,n?e:void 0,n)}})}),E.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),E.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){E.fn[n]=function(e,t){return 0=e.length?(t.target=void 0,c(void 0,!0)):c("keys"==i?n:"values"==i?e[n]:[n,e[n]],!1)},"values"),o.Arguments=o.Array);if(s("keys"),s("values"),s("entries"),!h&&i&&"values"!==a.name)try{r(a,"name",{value:"values"})}catch(t){}},function(t,e,i){"use strict";var n=i(10),i=i(63);n({target:"RegExp",proto:!0,forced:/./.exec!==i},{exec:i})},function(t,e,i){"use strict";var n=i(10),s=i(83).includes,o=i(2),i=i(93);n({target:"Array",proto:!0,forced:o(function(){return!Array(1).includes()})},{includes:function(t){return s(this,t,1")})||!i||d)},function(t,e,i){var n=i(102),s=i(18),o=i(44),a=n(n.bind);t.exports=function(t,e){return s(t),void 0===e?t:o?a(t,e):function(){return t.apply(e,arguments)}}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,i){var n=i(52),s=i(32);t.exports=function(t){return n(s(t))}},function(t,e,i){var n=i(33),s=TypeError;t.exports=function(t){if(n(t))throw s("Can't call method on "+t);return t}},function(t,e){t.exports=function(t){return null==t}},function(t,e){var i=String;t.exports=function(t){try{return i(t)}catch(t){return"Object"}}},function(t,e,i){function n(){}function s(t){t.write(m("")),t.close();var e=t.parentWindow.Object;return t=null,e}var o,a=i(13),r=i(126),l=i(61),c=i(60),h=i(90),d=i(47),i=i(59),u="prototype",p="script",f=i("IE_PROTO"),m=function(t){return"<"+p+">"+t+""},g=function(){try{o=new ActiveXObject("htmlfile")}catch(t){}g="undefined"==typeof document||document.domain&&o?s(o):(t=d("iframe"),e="java"+p+":",t.style.display="none",h.appendChild(t),t.src=String(e),(e=t.contentWindow.document).open(),e.write(m("document.F=Object")),e.close(),e.F);for(var t,e,i=l.length;i--;)delete g[u][l[i]];return g()};c[f]=!0,t.exports=Object.create||function(t,e){var i;return null!==t?(n[u]=a(t),i=new n,n[u]=null,i[f]=t):i=g(),void 0===e?i:r.f(i,e)}},function(t,e,i){"use strict";var n=i(10),s=i(127).trim;n({target:"String",proto:!0,forced:i(128)("trim")},{trim:function(){return s(this)}})},function(N,H,t){var e=t(11),i=t(3),n=t(0),s=t(62),c=t(129),h=t(26),o=t(81).f,d=t(25),u=t(131),p=t(17),f=t(132),a=t(88),r=t(133),l=t(16),m=t(2),g=t(12),_=t(20).enforce,v=t(95),b=t(4),y=t(91),w=t(92),x=b("match"),C=i.RegExp,k=C.prototype,A=i.SyntaxError,S=n(k.exec),T=n("".charAt),O=n("".replace),E=n("".indexOf),R=n("".slice),j=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,I=/a/g,D=/a/g,t=new C(I)!==I,M=a.MISSED_STICKY,W=a.UNSUPPORTED_Y,b=e&&(!t||M||y||w||m(function(){return D[x]=!1,C(I)!=I||C(D)==D||"/a/i"!=C(I,"i")}));if(s("RegExp",b)){function L(t,e){var i,n,s=d(k,this),o=u(t),a=void 0===e,r=[],l=t;if(!s&&o&&a&&t.constructor===L)return t;if((o||d(k,t))&&(t=t.source,a)&&(e=f(l)),t=void 0===t?"":p(t),e=void 0===e?"":p(e),l=t,o=e=y&&"dotAll"in I&&(i=!!e&&-1"===e&&l:if(""===h||g(a,h))throw new A("Invalid capture group name");a[h]=!0,l=!(o[o.length]=[h,c]),h="";continue}l?h+=e:s+=e}return[s,o]}(t))[0],r=a[1]),a=c(C(t,e),s?this:k,L),(i||n||r.length)&&(e=_(a),i&&(e.dotAll=!0,e.raw=L(function(t){for(var e,i=t.length,n=0,s="",o=!1;n<=i;n++)"\\"===(e=T(t,n))?s+=e+T(t,++n):o||"."!==e?("["===e?o=!0:"]"===e&&(o=!1),s+=e):s+="[\\s\\S]";return s}(t),o)),n&&(e.sticky=!0),r.length)&&(e.groups=r),t!==l)try{h(a,"source",""===l?"(?:)":l)}catch(t){}return a}for(var P=o(C),B=0;P.length>B;)r(L,C,P[B++]);(k.constructor=L).prototype=k,l(i,"RegExp",L,{constructor:!0})}v("RegExp")},function(t,e){t.exports={}},function(t,e,i){var n=i(14).f,s=i(12),o=i(4)("toStringTag");t.exports=function(t,e,i){(t=t&&!i?t.prototype:t)&&!s(t,o)&&n(t,o,{configurable:!0,value:e})}},function(i,t,n){!function(t){var e=n(24);i.exports=void 0!==t&&"process"==e(t)}.call(this,n(158))},function(t,e,i){i=i(3);t.exports=i.Promise},function(t,e,i){var n=i(3),s=i(41),o=i(1),a=i(62),r=i(58),l=i(4),c=i(168),h=i(116),d=i(19),u=i(45),p=s&&s.prototype,f=l("species"),m=!1,g=o(n.PromiseRejectionEvent),i=a("Promise",function(){var t=r(s),e=t!==String(s);if(!e&&66===u)return!0;if(d&&(!p.catch||!p.finally))return!0;if(!u||u<51||!/native code/.test(t)){function i(t){t(function(){},function(){})}t=new s(function(t){t(1)});if((t.constructor={})[f]=i,!(m=t.then(function(){})instanceof i))return!0}return!e&&(c||h)&&!g});t.exports={CONSTRUCTOR:i,REJECTION_EVENT:g,SUBCLASSING:m}},function(t,e,i){"use strict";function n(t){var i,n;this.promise=new t(function(t,e){if(void 0!==i||void 0!==n)throw o("Bad Promise constructor");i=t,n=e}),this.resolve=s(i),this.reject=s(n)}var s=i(18),o=TypeError;t.exports.f=function(t){return new n(t)}},function(t,e,i){i=i(2);t.exports=!i(function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")})},function(t,e,i){var n,s,o=i(3),i=i(22),a=o.process,o=o.Deno,a=a&&a.versions||o&&o.version,o=a&&a.v8;!(s=o?0<(n=o.split("."))[0]&&n[0]<4?1:+(n[0]+n[1]):s)&&i&&(!(n=i.match(/Edge\/(\d+)/))||74<=n[1])&&(n=i.match(/Chrome\/(\d+)/))&&(s=+n[1]),t.exports=s},function(t,e,i){var n=i(18),s=i(33);t.exports=function(t,e){t=t[e];return s(t)?void 0:n(t)}},function(t,e,i){var n=i(3),i=i(15),s=n.document,o=i(s)&&i(s.createElement);t.exports=function(t){return o?s.createElement(t):{}}},function(t,e,i){var n=i(124);t.exports=function(t){t=+t;return t!=t||0==t?0:n(t)}},function(t,e,i){var n=i(125),s=i(1),o=i(24),a=i(4)("toStringTag"),r=Object,l="Arguments"==o(function(){return arguments}());t.exports=n?o:function(t){var e;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(e=function(t,e){try{return t[e]}catch(t){}}(t=r(t),a))?e:l?o(t):"Object"==(e=o(t))&&s(t.callee)?"Arguments":e}},function(t,e,i){var n=i(49),s=i(46),o=i(33),a=i(38),r=i(4)("iterator");t.exports=function(t){if(!o(t))return s(t,r)||s(t,"@@iterator")||a[n(t)]}},function(t,e,i){var n=i(11),s=i(5),o=i(71),a=i(30),r=i(31),l=i(53),c=i(12),h=i(77),d=Object.getOwnPropertyDescriptor;e.f=n?d:function(t,e){if(t=r(t),e=l(e),h)try{return d(t,e)}catch(t){}if(c(t,e))return a(!s(o.f,t,e),t[e])}},function(t,e,i){var n=i(0),s=i(2),o=i(24),a=Object,r=n("".split);t.exports=s(function(){return!a("z").propertyIsEnumerable(0)})?function(t){return"String"==o(t)?r(t,""):a(t)}:a},function(t,e,i){var n=i(120),s=i(73);t.exports=function(t){t=n(t,"string");return s(t)?t:t+""}},function(t,e,i){var n=i(19),s=i(55);(t.exports=function(t,e){return s[t]||(s[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.27.2",mode:n?"pure":"global",copyright:"© 2014-2023 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.27.2/LICENSE",source:"https://github.com/zloirock/core-js"})},function(t,e,i){var n=i(3),i=i(56),s="__core-js_shared__",n=n[s]||i(s,{});t.exports=n},function(t,e,i){var n=i(3),s=Object.defineProperty;t.exports=function(e,i){try{s(n,e,{value:i,configurable:!0,writable:!0})}catch(t){n[e]=i}return i}},function(t,e,i){var n=i(11),i=i(12),s=Function.prototype,o=n&&Object.getOwnPropertyDescriptor,i=i(s,"name"),a=i&&"something"===function(){}.name,n=i&&(!n||o(s,"name").configurable);t.exports={EXISTS:i,PROPER:a,CONFIGURABLE:n}},function(t,e,i){var n=i(0),s=i(1),i=i(55),o=n(Function.toString);s(i.inspectSource)||(i.inspectSource=function(t){return o(t)}),t.exports=i.inspectSource},function(t,e,i){var n=i(54),s=i(76),o=n("keys");t.exports=function(t){return o[t]||(o[t]=s(t))}},function(t,e){t.exports={}},function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(t,e,i){function n(t,e){return(t=l[r(t)])==h||t!=c&&(o(e)?s(e):!!e)}var s=i(2),o=i(1),a=/#|\.prototype\./,r=n.normalize=function(t){return String(t).replace(a,".").toLowerCase()},l=n.data={},c=n.NATIVE="N",h=n.POLYFILL="P";t.exports=n},function(t,e,i){"use strict";var f=i(5),n=i(0),m=i(17),g=i(87),s=i(88),o=i(54),_=i(35),v=i(20).get,a=i(91),i=i(92),b=o("native-string-replace",String.prototype.replace),y=RegExp.prototype.exec,w=y,x=n("".charAt),C=n("".indexOf),k=n("".replace),A=n("".slice),S=(o=/b*/g,f(y,n=/a/,"a"),f(y,o,"a"),0!==n.lastIndex||0!==o.lastIndex),T=s.BROKEN_CARET,O=void 0!==/()??/.exec("")[1];(S||O||T||a||i)&&(w=function(t){var e,i,n,s,o,a,r=this,l=v(r),t=m(t),c=l.raw;if(c)return c.lastIndex=r.lastIndex,d=f(w,c,t),r.lastIndex=c.lastIndex,d;var h=l.groups,c=T&&r.sticky,d=f(g,r),l=r.source,u=0,p=t;if(c&&(d=k(d,"y",""),-1===C(d,"g")&&(d+="g"),p=A(t,r.lastIndex),0s;)!a(n,i=e[s++])||~l(o,i)||h(o,i);return o}},function(t,e,i){function n(r){return function(t,e,i){var n,s=l(t),o=h(s),a=c(i,o);if(r&&e!=e){for(;ab)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$c")})},function(t,e,i){var n=i(4),s=i(35),i=i(14).f,o=n("unscopables"),a=Array.prototype;null==a[o]&&i(a,o,{configurable:!0,value:s(null)}),t.exports=function(t){a[o][t]=!0}},function(t,e){t.exports="\t\n\v\f\r                 \u2028\u2029\ufeff"},function(t,e,i){"use strict";var n=i(21),s=i(14),o=i(4),a=i(11),r=o("species");t.exports=function(t){var t=n(t),e=s.f;a&&t&&!t[r]&&e(t,r,{configurable:!0,get:function(){return this}})}},function(t,e,i){"use strict";function m(){return this}var g=i(10),_=i(5),v=i(19),n=i(57),b=i(1),y=i(97),w=i(99),x=i(64),C=i(39),k=i(26),A=i(16),s=i(4),S=i(38),i=i(98),T=n.PROPER,O=n.CONFIGURABLE,E=i.IteratorPrototype,I=i.BUGGY_SAFARI_ITERATORS,D=s("iterator"),M="values",L="entries";t.exports=function(t,e,i,n,s,o,a){y(i,e,n);function r(t){if(t===s&&p)return p;if(!I&&t in d)return d[t];switch(t){case"keys":case M:case L:return function(){return new i(this,t)}}return function(){return new i(this)}}var l,c,n=e+" Iterator",h=!1,d=t.prototype,u=d[D]||d["@@iterator"]||s&&d[s],p=!I&&u||r(s),f="Array"==e&&d.entries||u;if(f&&(f=w(f.call(new t)))!==Object.prototype&&f.next&&(v||w(f)===E||(x?x(f,E):b(f[D])||A(f,D,m)),C(f,n,!0,!0),v)&&(S[n]=m),T&&s==M&&u&&u.name!==M&&(!v&&O?k(d,"name",M):(h=!0,p=function(){return _(u,this)})),s)if(l={values:r(M),keys:o?p:r("keys"),entries:r(L)},a)for(c in l)!I&&!h&&c in d||A(d,c,l[c]);else g({target:e,proto:!0,forced:I||h},l);return v&&!a||d[D]===p||A(d,D,p,{name:s}),S[e]=p,l}},function(t,e,i){"use strict";function s(){return this}var o=i(98).IteratorPrototype,a=i(35),r=i(30),l=i(39),c=i(38);t.exports=function(t,e,i,n){e+=" Iterator";return t.prototype=a(o,{next:r(+!n,i)}),l(t,e,!1,!0),c[e]=s,t}},function(t,e,i){"use strict";var n,s,o=i(2),a=i(1),r=i(15),l=i(35),c=i(99),h=i(16),d=i(4),i=i(19),u=d("iterator"),d=!1;[].keys&&("next"in(s=[].keys())?(c=c(c(s)))!==Object.prototype&&(n=c):d=!0),!r(n)||o(function(){var t={};return n[u].call(t)!==t})?n={}:i&&(n=l(n)),a(n[u])||h(n,u,function(){return this}),t.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:d}},function(t,e,i){var n=i(12),s=i(1),o=i(23),a=i(59),i=i(134),r=a("IE_PROTO"),l=Object,c=l.prototype;t.exports=i?l.getPrototypeOf:function(t){var e,t=o(t);return n(t,r)?t[r]:(e=t.constructor,s(e)&&t instanceof e?e.prototype:t instanceof l?c:null)}},function(t,e){t.exports=function(t,e){return{value:t,done:e}}},function(t,e,i){var i=i(44),n=Function.prototype,s=n.apply,o=n.call;t.exports="object"==typeof Reflect&&Reflect.apply||(i?o.bind(s):function(){return o.apply(s,arguments)})},function(t,e,i){var n=i(24),s=i(0);t.exports=function(t){if("Function"===n(t))return s(t)}},function(t,e,i){"use strict";var n=i(10),s=i(0),r=i(18),l=i(23),c=i(27),h=i(141),d=i(17),o=i(2),u=i(104),a=i(107),p=i(142),f=i(143),m=i(45),g=i(144),_=[],v=s(_.sort),b=s(_.push),i=o(function(){_.sort(void 0)}),s=o(function(){_.sort(null)}),a=a("sort"),y=!o(function(){if(m)return m<70;if(!(p&&3d(e)?1:-1})),i=c(s),a=0;ae.key?1:-1}),t.updateURL()},forEach:function(t){for(var e,i=T(this).entries,n=U(t,1]*>)/g,_=/\$([$&'`]|\d{1,2})/g;t.exports=function(o,a,r,l,c,t){var h=r+o.length,d=l.length,e=_;return void 0!==c&&(c=s(c),e=g),f(t,e,function(t,e){var i;switch(p(e,0)){case"$":return"$";case"&":return o;case"`":return m(a,0,r);case"'":return m(a,h);case"<":i=c[m(e,1,-1)];break;default:var n,s=+e;if(0==s)return t;if(d{"use strict";i.d(e,{Z:()=>n});e=i(645),i=i.n(e)()(function(t){return t[1]});i.push([t.id,"INPUT:-webkit-autofill,SELECT:-webkit-autofill,TEXTAREA:-webkit-autofill{animation-name:onautofillstart}INPUT:not(:-webkit-autofill),SELECT:not(:-webkit-autofill),TEXTAREA:not(:-webkit-autofill){animation-name:onautofillcancel}@keyframes onautofillstart{}@keyframes onautofillcancel{}",""]);const n=i},645:t=>{"use strict";t.exports=function(i){var l=[];return l.toString=function(){return this.map(function(t){var e=i(t);return t[2]?"@media ".concat(t[2]," {").concat(e,"}"):e}).join("")},l.i=function(t,e,i){"string"==typeof t&&(t=[[null,t,""]]);var n={};if(i)for(var s=0;s{if("undefined"!=typeof window)try{var t=new window.CustomEvent("test",{cancelable:!0});if(t.preventDefault(),!0!==t.defaultPrevented)throw new Error("Could not prevent default")}catch(t){function e(t,e){var i,n;return(e=e||{}).bubbles=!!e.bubbles,e.cancelable=!!e.cancelable,(i=document.createEvent("CustomEvent")).initCustomEvent(t,e.bubbles,e.cancelable,e.detail),n=i.preventDefault,i.preventDefault=function(){n.call(this);try{Object.defineProperty(this,"defaultPrevented",{get:function(){return!0}})}catch(t){this.defaultPrevented=!0}},i}e.prototype=window.Event.prototype,window.CustomEvent=e}},379:(t,e,s)=>{"use strict";n={};var i,n,o=function(t){if(void 0===n[t]){var e=document.querySelector(t);if(window.HTMLIFrameElement&&e instanceof window.HTMLIFrameElement)try{e=e.contentDocument.head}catch(t){e=null}n[t]=e}return n[t]},c=[];function h(t){for(var e=-1,i=0;i{var e=t&&t.__esModule?()=>t.default:()=>t;return s.d(e,{a:e}),e},s.d=(t,e)=>{for(var i in e)s.o(e,i)&&!s.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},s.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),(()=>{"use strict";var t=s(379),t=s.n(t),e=s(454);function i(t){var e;t.hasAttribute("autocompleted")||(t.setAttribute("autocompleted",""),e=new window.CustomEvent("onautocomplete",{bubbles:!0,cancelable:!0,detail:null}),t.dispatchEvent(e))||(t.value="")}function n(t){t.hasAttribute("autocompleted")&&(t.removeAttribute("autocompleted"),t.dispatchEvent(new window.CustomEvent("onautocomplete",{bubbles:!0,cancelable:!1,detail:null})))}t()(e.Z,{insert:"head",singleton:!1}),e.Z.locals,s(810),document.addEventListener("animationstart",function(t){("onautofillstart"===t.animationName?i:n)(t.target)},!0),document.addEventListener("input",function(t){("insertReplacementText"!==t.inputType&&"data"in t?n:i)(t.target)},!0)})()},function(t,e,i){i(147)},function(f,m,t){"use strict";t(148);function h(t){var e,i,n,s;if("number"==typeof t){for(e=[],i=0;i<4;i++)ot(e,t%256),t=Z(t/256);return O(e,".")}if("object"!=typeof t)return t;for(e="",n=function(t){for(var e=null,i=1,n=null,s=0,o=0;o<8;o++)0!==t[o]?(i?@[\\\]^|]/,gt=/[\0\t\n\r #/:<>?@[\\\]^|]/,_t=/^[\u0000-\u0020]+|[\u0000-\u0020]+$/g,vt=/[\t\n\r]/g,M={},bt=Y({},M,{" ":1,'"':1,"<":1,">":1,"`":1}),yt=Y({},bt,{"#":1,"?":1,"{":1,"}":1}),wt=Y({},yt,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),L={ftp:21,file:null,http:80,https:443,ws:80,wss:443},xt={},Ct={},kt={},At={},St={},Tt={},Ot={},Et={},P={},B={},It={},Dt={},Mt={},Lt={},Pt={},Bt={},N={},H={},Nt={},R={},j={},u=(o.prototype={type:"URL",parse:function(t,e,i){var n,s,o,a,r=this,l=e||xt,c=0,h="",d=!1,u=!1,p=!1;for(t=k(t),e||(r.scheme="",r.username="",r.password="",r.host=null,r.port=null,r.path=[],r.query=null,r.fragment=null,r.cannotBeABaseURL=!1,t=it(t,_t,"")),t=it(t,vt,""),n=x(t);c<=n.length;){switch(s=n[c],l){case xt:if(!s||!T(lt,s)){if(e)return at;l=kt;continue}h+=I(s),l=Ct;break;case Ct:if(s&&(T(ct,s)||"+"==s||"-"==s||"."==s))h+=I(s);else{if(":"!=s){if(e)return at;h="",l=kt,c=0;continue}if(e&&(r.isSpecial()!=w(L,h)||"file"==h&&(r.includesCredentials()||null!==r.port)||"file"==r.scheme&&!r.host))return;if(r.scheme=h,e)return void(r.isSpecial()&&L[r.scheme]==r.port&&(r.port=null));h="","file"==r.scheme?l=Lt:r.isSpecial()&&i&&i.scheme==r.scheme?l=At:r.isSpecial()?l=Et:"/"==n[c+1]?(l=St,c++):(r.cannotBeABaseURL=!0,E(r.path,""),l=Nt)}break;case kt:if(!i||i.cannotBeABaseURL&&"#"!=s)return at;if(i.cannotBeABaseURL&&"#"==s){r.scheme=i.scheme,r.path=C(i.path),r.query=i.query,r.fragment="",r.cannotBeABaseURL=!0,l=j;break}l="file"==i.scheme?Lt:Tt;continue;case At:if("/"!=s||"/"!=n[c+1]){l=Tt;continue}l=P,c++;break;case St:if("/"==s){l=B;break}l=H;continue;case Tt:if(r.scheme=i.scheme,s==y)r.username=i.username,r.password=i.password,r.host=i.host,r.port=i.port,r.path=C(i.path),r.query=i.query;else if("/"==s||"\\"==s&&r.isSpecial())l=Ot;else if("?"==s)r.username=i.username,r.password=i.password,r.host=i.host,r.port=i.port,r.path=C(i.path),r.query="",l=R;else{if("#"!=s){r.username=i.username,r.password=i.password,r.host=i.host,r.port=i.port,r.path=C(i.path),r.path.length--,l=H;continue}r.username=i.username,r.password=i.password,r.host=i.host,r.port=i.port,r.path=C(i.path),r.query=i.query,r.fragment="",l=j}break;case Ot:if(!r.isSpecial()||"/"!=s&&"\\"!=s){if("/"!=s){r.username=i.username,r.password=i.password,r.host=i.host,r.port=i.port,l=H;continue}l=B}else l=P;break;case Et:if(l=P,"/"!=s||"/"!=S(h,c+1))continue;c++;break;case P:if("/"==s||"\\"==s)break;l=B;continue;case B:if("@"==s){d&&(h="%40"+h);for(var d=!0,f=x(h),m=0;m=J(256,5-e))return null}else if(255=e.length?r(void 0,!0):(e=n(e,i),t.index+=e.length,r(e,!1))})},function(t,e,i){var n=i(79),s=i(14);t.exports=function(t,e,i){return i.get&&n(i.get,e,{getter:!0}),i.set&&n(i.set,e,{setter:!0}),s.f(t,e,i)}},function(t,e,i){"use strict";var u=i(11),n=i(0),p=i(5),s=i(2),f=i(89),m=i(86),g=i(71),_=i(23),v=i(52),o=Object.assign,a=Object.defineProperty,b=n([].concat);t.exports=!o||s(function(){var t,e,i,n;return!(!u||1===o({b:1},o(a({},"a",{enumerable:!0,get:function(){a(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)||(e={},n="abcdefghijklmnopqrst",(t={})[i=Symbol()]=7,n.split("").forEach(function(t){e[t]=t}),7!=o({},t)[i])||f(o({},e)).join("")!=n})?function(t,e){for(var i=_(t),n=arguments.length,s=1,o=m.f,a=g.f;sS((v-o)/d))throw A(C);for(o+=(c-s)*d,s=c,h=0;hv)throw A(C);if(e==s){for(var u=o,p=b;;){var f=p<=a?1:a+y<=p?y:p-a;if(u>1,t+=S(t/e);k*y>>1{for(;t+=Math.floor(1e6*Math.random()),document.getElementById(t););return t},W=e=>{let i=e.getAttribute("data-te-target");if(!i||"#"===i){let t=e.getAttribute("href");if(!t||!t.includes("#")&&!t.startsWith("."))return null;t.includes("#")&&!t.startsWith("#")&&(t="#".concat(t.split("#")[1])),i=t&&"#"!==t?t.trim():null}return i},F=t=>{t=W(t);return t&&document.querySelector(t)?t:null},V=t=>{t=W(t);return t?document.querySelector(t):null},Y=t=>{t.dispatchEvent(new Event(R))},z=t=>!(!t||"object"!=typeof t)&&void 0!==(t=void 0!==t.jquery?t[0]:t).nodeType,U=t=>z(t)?t.jquery?t[0]:t:"string"==typeof t&&0{Object.keys(o).forEach(t=>{var e=o[t],i=s[t],i=i&&z(i)?"element":null==(i=i)?"".concat(i):{}.toString.call(i).match(/\s([a-z]+)/i)[1].toLowerCase();if(!new RegExp(e).test(i))throw new Error("".concat(n.toUpperCase(),": ")+'Option "'.concat(t,'" provided type "').concat(i,'" ')+'but expected type "'.concat(e,'".'))})},X=t=>{var e,i;return!(!t||0===t.getClientRects().length||!(t.style&&t.parentNode&&t.parentNode.style))&&(e=getComputedStyle(t),i=getComputedStyle(t.parentNode),"visible"===getComputedStyle(t).getPropertyValue("visibility")||"none"!==e.display&&"none"!==i.display&&"hidden"!==e.visibility)},K=t=>!t||t.nodeType!==Node.ELEMENT_NODE||!!t.classList.contains("disabled")||(void 0!==t.disabled?t.disabled:t.hasAttribute("disabled")&&"false"!==t.getAttribute("disabled")),q=t=>{var e;return document.documentElement.attachShadow?"function"==typeof t.getRootNode?(e=t.getRootNode())instanceof ShadowRoot?e:null:t instanceof ShadowRoot?t:t.parentNode?q(t.parentNode):null:null},G=()=>function(){},Q=t=>{t.offsetHeight},$=()=>{var t=window["jQuery"];return t&&!document.body.hasAttribute("data-te-no-jquery")?t:null},Z=[],J=t=>{"loading"===document.readyState?(Z.length||document.addEventListener("DOMContentLoaded",()=>{Z.forEach(t=>t())}),Z.push(t)):t()},s=()=>"rtl"===document.documentElement.dir,w=t=>document.createElement(t);t=n=>{J(()=>{const t=$();if(t){const e=n.NAME,i=t.fn[e];t.fn[e]=n.jQueryInterface,t.fn[e].Constructor=n,t.fn[e].noConflict=()=>(t.fn[e]=i,n.jQueryInterface)}})};function tt(i,n){if(!(2{if(!t)return 0;let{transitionDuration:e,transitionDelay:i}=window.getComputedStyle(t);var t=Number.parseFloat(e),n=Number.parseFloat(i);return t||n?(e=e.split(",")[0],i=i.split(",")[0],(Number.parseFloat(e)+Number.parseFloat(i))*H):0})(n)+5;let e=!1;const s=t=>{t=t.target;t===n&&(e=!0,n.removeEventListener(R,s),et(i))};n.addEventListener(R,s),setTimeout(()=>{e||Y(n)},t)}else et(i)}const et=t=>{"function"==typeof t&&t()},it=(t,e,i,n)=>{let s=t.indexOf(e);return-1===s?t[!i&&n?t.length-1:0]:(e=t.length,s+=i?1:-1,n&&(s=(s+e)%e),t[Math.max(0,Math.min(s,e-1))])};e(6),e(9),e(28);const nt=/[^.]*(?=\..*)\.|.*/,st=/\..*/,ot=/::\d+$/,at={};let rt=1;const lt={mouseenter:"mouseover",mouseleave:"mouseout"},ct=/^(mouseenter|mouseleave)/i,ht=new Set(["click","dblclick","mouseup","mousedown","contextmenu","mousewheel","DOMMouseScroll","mouseover","mouseout","mousemove","selectstart","selectend","keydown","keypress","keyup","orientationchange","touchstart","touchmove","touchend","touchcancel","pointerdown","pointermove","pointerup","pointerleave","pointercancel","gesturestart","gesturechange","gestureend","focus","blur","change","reset","select","submit","focusin","focusout","load","unload","beforeunload","resize","move","DOMContentLoaded","readystatechange","error","abort","scroll"]);function dt(t,e){return e&&"".concat(e,"::").concat(rt++)||t.uidEvent||rt++}function ut(t){var e=dt(t);return t.uidEvent=e,at[e]=at[e]||{},at[e]}function pt(i,n,t){var s=2function(t){if(!t.relatedTarget||t.relatedTarget!==t.delegateTarget&&!t.delegateTarget.contains(t.relatedTarget))return e.call(this,t)},n?n=o(n):i=o(i)),ft(e,i,n)),(c=pt(l=(l=ut(t))[r]||(l[r]={}),a,o?i:null))?c.oneOff=c.oneOff&&s:(c=dt(a,e.replace(nt,"")),(e=o?(u=t,p=i,f=n,function i(n){var s=u.querySelectorAll(p);for(let e=n["target"];e&&e!==this;e=e.parentNode)for(let t=s.length;t--;)if(s[t]===e)return n.delegateTarget=e,i.oneOff&&vt.off(u,n.type,f),f.apply(e,[n]);return null}):(h=t,d=i,function t(e){return e.delegateTarget=h,t.oneOff&&vt.off(h,e.type,d),d.apply(h,[e])})).delegationSelector=o?i:null,e.originalHandler=a,e.oneOff=s,l[e.uidEvent=c]=e,t.addEventListener(r,e,o)))}function gt(t,e,i,n,s){n=pt(e[i],n,s);n&&(t.removeEventListener(i,n,Boolean(s)),delete e[i][n.uidEvent])}function _t(t){return t=t.replace(st,""),lt[t]||t}const vt={on(t,e,i,n){mt(t,e,i,n,!1)},one(t,e,i,n){mt(t,e,i,n,!0)},off(a,r,t,e){if("string"==typeof r&&a){const[i,n,s]=ft(r,t,e),o=s!==r,l=ut(a);e=r.startsWith(".");if(void 0!==n)return l&&l[s]?void gt(a,l,s,n,i?t:null):void 0;e&&Object.keys(l).forEach(t=>{{var e=a,i=l,n=t,s=r.slice(1);const o=i[n]||{};Object.keys(o).forEach(t=>{t.includes(s)&&(t=o[t],gt(e,i,n,t.originalHandler,t.delegationSelector))})}});const c=l[s]||{};Object.keys(c).forEach(t=>{var e=t.replace(ot,"");o&&!r.includes(e)||(e=c[t],gt(a,l,s,e.originalHandler,e.delegationSelector))})}},trigger(t,e,i){if("string"!=typeof e||!t)return null;var n=$(),s=_t(e),o=e!==s,a=ht.has(s);let r,l=!0,c=!0,h=!1,d=null;return o&&n&&(r=n.Event(e,i),n(t).trigger(r),l=!r.isPropagationStopped(),c=!r.isImmediatePropagationStopped(),h=r.isDefaultPrevented()),a?(d=document.createEvent("HTMLEvents")).initEvent(s,l,!0):d=new CustomEvent(e,{bubbles:l,cancelable:!0}),void 0!==i&&Object.keys(i).forEach(t=>{Object.defineProperty(d,t,{get(){return i[t]}})}),h&&d.preventDefault(),c&&t.dispatchEvent(d),d.defaultPrevented&&void 0!==r&&r.preventDefault(),d}},bt={on(e,t,i,n){var s=t.split(" ");for(let t=0;t{const n={};let s=1;return{set(t,e,i){void 0===t[e]&&(t[e]={key:e,id:s},s++),n[t[e].id]=i},get(t,e){return t&&void 0!==t[e]&&(t=t[e]).key===e?n[t.id]:null},delete(t,e){var i;void 0!==t[e]&&(i=t[e]).key===e&&(delete n[i.id],delete t[e])}}})();var r={setData(t,e,i){yt.set(t,e,i)},getData(t,e){return yt.get(t,e)},removeData(t,e){yt.delete(t,e)}};var o=class{constructor(t){(t=U(t))&&(this._element=t,r.setData(this._element,this.constructor.DATA_KEY,this))}dispose(){r.removeData(this._element,this.constructor.DATA_KEY),y.off(this._element,this.constructor.EVENT_KEY),Object.getOwnPropertyNames(this).forEach(t=>{this[t]=null})}_queueCallback(t,e){var i=!(2{t.preventDefault();t=t.target.closest(wt);xt.getOrCreateInstance(t).toggle()}),t(xt);var Ct=xt,T="top",O="bottom",E="right",I="left",kt="auto",At=[T,O,E,I],St="start",Tt="end",Ot="clippingParents",Et="viewport",It="popper",Dt="reference",Mt=At.reduce(function(t,e){return t.concat([e+"-"+St,e+"-"+Tt])},[]),Lt=[].concat(At,[kt]).reduce(function(t,e){return t.concat([e,e+"-"+St,e+"-"+Tt])},[]),Pt="beforeRead",Bt="read",Nt="afterRead",Ht="beforeMain",Rt="main",jt="afterMain",Wt="beforeWrite",Ft="write",Vt="afterWrite",Yt=[Pt,Bt,Nt,Ht,Rt,jt,Wt,Ft,Vt];function zt(t){return t?(t.nodeName||"").toLowerCase():null}function Ut(t){var e;return null==t?window:"[object Window]"!==t.toString()?(e=t.ownerDocument)&&e.defaultView||window:t}function Xt(t){return t instanceof Ut(t).Element||t instanceof Element}function Kt(t){return t instanceof Ut(t).HTMLElement||t instanceof HTMLElement}function qt(t){return"undefined"!=typeof ShadowRoot&&(t instanceof Ut(t).ShadowRoot||t instanceof ShadowRoot)}var Gt={name:"applyStyles",enabled:!0,phase:"write",fn:function(t){var s=t.state;Object.keys(s.elements).forEach(function(t){var e=s.styles[t]||{},i=s.attributes[t]||{},n=s.elements[t];Kt(n)&&zt(n)&&(Object.assign(n.style,e),Object.keys(i).forEach(function(t){var e=i[t];!1===e?n.removeAttribute(t):n.setAttribute(t,!0===e?"":e)}))})},effect:function(t){var n=t.state,s={popper:{position:n.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(n.elements.popper.style,s.popper),n.styles=s,n.elements.arrow&&Object.assign(n.elements.arrow.style,s.arrow),function(){Object.keys(n.elements).forEach(function(t){var e=n.elements[t],i=n.attributes[t]||{},t=Object.keys((n.styles.hasOwnProperty(t)?n.styles:s)[t]).reduce(function(t,e){return t[e]="",t},{});Kt(e)&&zt(e)&&(Object.assign(e.style,t),Object.keys(i).forEach(function(t){e.removeAttribute(t)}))})}},requires:["computeStyles"]};function Qt(t){return t.split("-")[0]}var $t=Math.max,Zt=Math.min,Jt=Math.round;function te(){var t=navigator.userAgentData;return null!=t&&t.brands?t.brands.map(function(t){return t.brand+"/"+t.version}).join(" "):navigator.userAgent}function ee(){return!/^((?!chrome|android).)*safari/i.test(te())}function ie(t,e,i){void 0===e&&(e=!1),void 0===i&&(i=!1);var n=t.getBoundingClientRect(),s=1,o=1;e&&Kt(t)&&(s=0c[k]&&(C=Ce(C)),Ce(C)),k=[];if(n&&k.push(A[w]<=0),s&&k.push(A[C]<=0,A[x]<=0),k.every(function(t){return t})){v=y,_=!1;break}h.set(y,k)}if(_)for(var S=m?3:1;0"-".concat(t.toLowerCase()))}function Ze(t){return"string"==typeof t?t.split(" "):!!Array.isArray(t)&&t}var x={setDataAttribute(t,e,i){t.setAttribute("data-te-".concat($e(e)),i)},removeDataAttribute(t,e){t.removeAttribute("data-te-".concat($e(e)))},getDataAttributes(i){if(!i)return{};const n={};return Object.keys(i.dataset).filter(t=>t.startsWith("te")).forEach(e=>{if(!e.startsWith("teClass")){let t=e.replace(/^te/,"");t=t.charAt(0).toLowerCase()+t.slice(1,t.length),n[t]=Qe(i.dataset[e])}}),n},getDataClassAttributes(t){if(!t)return{};const i={...t.dataset};return Object.keys(i).filter(t=>t.startsWith("teClass")).forEach(t=>{let e=t.replace(/^teClass/,"");e=e.charAt(0).toLowerCase()+e.slice(1,e.length),i[e]=Qe(i[t])}),i},getDataAttribute(t,e){return Qe(t.getAttribute("data-te-".concat($e(e))))},offset(t){t=t.getBoundingClientRect();return{top:t.top+document.body.scrollTop,left:t.left+document.body.scrollLeft}},position(t){return{top:t.offsetTop,left:t.offsetLeft}},style(t,e){Object.assign(t.style,e)},toggleClass(e,t){e&&Ze(t).forEach(t=>{e.classList.contains(t)?e.classList.remove(t):e.classList.add(t)})},addClass(e,t){Ze(t).forEach(t=>!e.classList.contains(t)&&e.classList.add(t))},addStyle(e,i){Object.keys(i).forEach(t=>{e.style[t]=i[t]})},removeClass(e,t){Ze(t).forEach(t=>e.classList.contains(t)&&e.classList.remove(t))},hasClass(t,e){return t.classList.contains(e)}};var C={closest(t,e){return t.closest(e)},matches(t,e){return t.matches(e)},find(t){var e=1t.matches(e))},parents(t,e){var i=[];let n=t.parentNode;for(;n&&n.nodeType===Node.ELEMENT_NODE&&3!==n.nodeType;)this.matches(n,e)&&i.push(n),n=n.parentNode;return i},prev(t,e){let i=t.previousElementSibling;for(;i;){if(i.matches(e))return[i];i=i.previousElementSibling}return[]},next(t,e){let i=t.nextElementSibling;for(;i;){if(this.matches(i,e))return[i];i=i.nextElementSibling}return[]},focusableChildren(t){var e=["a","button","input","textarea","select","details","[tabindex]",'[contenteditable="true"]'].map(t=>"".concat(t,':not([tabindex^="-"])')).join(", ");return this.find(e,t).filter(t=>!K(t)&&X(t))}};const Je="dropdown";var a=".".concat("te.dropdown"),l=".data-api";const ti="Escape",ei="ArrowUp",ii="ArrowDown",ni=new RegExp("".concat(ei,"|").concat(ii,"|").concat(ti)),si="hide".concat(a),oi="hidden".concat(a),ai="show".concat(a),ri="shown".concat(a);var c="click".concat(a).concat(l),h="keydown".concat(a).concat(l),a="keyup".concat(a).concat(l);const li="show",ci="[data-te-dropdown-toggle-ref]",hi="[data-te-dropdown-menu-ref]",di=s()?"top-end":"top-start",ui=s()?"top-start":"top-end",pi=s()?"bottom-end":"bottom-start",fi=s()?"bottom-start":"bottom-end",mi=s()?"left-start":"right-start",gi=s()?"right-start":"left-start",_i=[{opacity:"0"},{opacity:"1"}],vi=[{opacity:"1"},{opacity:"0"}],bi={duration:550,iterations:1,easing:"ease",fill:"both"},yi={offset:[0,2],boundary:"clippingParents",reference:"toggle",display:"dynamic",popperConfig:null,autoClose:!0,dropdownAnimation:"on"},wi={offset:"(array|string|function)",boundary:"(string|element)",reference:"(string|element|object)",display:"string",popperConfig:"(null|object|function)",autoClose:"(boolean|string)",dropdownAnimation:"string"};class xi extends o{constructor(t,e){super(t),this._popper=null,this._config=this._getConfig(e),this._menu=this._getMenuElement(),this._inNavbar=this._detectNavbar(),this._fadeOutAnimate=null;t=window.matchMedia("(prefers-reduced-motion: reduce)").matches;this._animationCanPlay="on"===this._config.dropdownAnimation&&!t}static get Default(){return yi}static get DefaultType(){return wi}static get NAME(){return Je}toggle(){return this._isShown()?this.hide():this.show()}show(){if(!K(this._element)&&!this._isShown(this._menu)){const e={relatedTarget:this._element};var t;y.trigger(this._element,ai,e).defaultPrevented||(t=xi.getParentFromElement(this._element),this._inNavbar?x.setDataAttribute(this._menu,"popper","none"):this._createPopper(t),"ontouchstart"in document.documentElement&&!t.closest("[data-te-navbar-nav-ref]")&&[].concat(...document.body.children).forEach(t=>y.on(t,"mouseover",G)),this._element.focus(),this._element.setAttribute("aria-expanded",!0),this._menu.setAttribute("data-te-dropdown-".concat(li),""),this._animationCanPlay&&this._menu.animate(_i,bi),this._element.setAttribute("data-te-dropdown-".concat(li),""),setTimeout(()=>{y.trigger(this._element,ri,e)},this._animationCanPlay?bi.duration:0))}}hide(){var t;!K(this._element)&&this._isShown(this._menu)&&(t={relatedTarget:this._element},this._completeHide(t))}dispose(){this._popper&&this._popper.destroy(),super.dispose()}update(){this._inNavbar=this._detectNavbar(),this._popper&&this._popper.update()}_completeHide(t){this._fadeOutAnimate&&"running"===this._fadeOutAnimate.playState||y.trigger(this._element,si,t).defaultPrevented||("ontouchstart"in document.documentElement&&[].concat(...document.body.children).forEach(t=>y.off(t,"mouseover",G)),this._animationCanPlay&&(this._fadeOutAnimate=this._menu.animate(vi,bi)),setTimeout(()=>{this._popper&&this._popper.destroy(),this._menu.removeAttribute("data-te-dropdown-".concat(li)),this._element.removeAttribute("data-te-dropdown-".concat(li)),this._element.setAttribute("aria-expanded","false"),x.removeDataAttribute(this._menu,"popper"),y.trigger(this._element,oi,t)},this._animationCanPlay?bi.duration:0))}_getConfig(t){if(t={...this.constructor.Default,...x.getDataAttributes(this._element),...t},i(Je,t,this.constructor.DefaultType),"object"!=typeof t.reference||z(t.reference)||"function"==typeof t.reference.getBoundingClientRect)return t;throw new TypeError("".concat(Je.toUpperCase(),': Option "reference" provided type "object" without a required "getBoundingClientRect" method.'))}_createPopper(t){if(void 0===n)throw new TypeError("Bootstrap's dropdowns require Popper (https://popper.js.org)");let e=this._element;"parent"===this._config.reference?e=t:z(this._config.reference)?e=U(this._config.reference):"object"==typeof this._config.reference&&(e=this._config.reference);var t=this._getPopperConfig(),i=t.modifiers.find(t=>"applyStyles"===t.name&&!1===t.enabled);this._popper=qe(e,this._menu,t),i&&x.setDataAttribute(this._menu,"popper","static")}_isShown(){return""===(0Number.parseInt(t,10)):"function"==typeof e?t=>e(t,this._element):e}_getPopperConfig(){var t={placement:this._getPlacement(),modifiers:[{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"offset",options:{offset:this._getOffset()}}]};return"static"===this._config.display&&(t.modifiers=[{name:"applyStyles",enabled:!1}]),{...t,..."function"==typeof this._config.popperConfig?this._config.popperConfig(t):this._config.popperConfig}}_selectMenuItem(t){var{key:t,target:e}=t,i=C.find("[data-te-dropdown-menu-ref] [data-te-dropdown-item-ref]:not(.disabled):not(:disabled)",this._menu).filter(X);i.length&&it(i,e,t===ii,!i.includes(e)).focus()}static jQueryInterface(e){return this.each(function(){var t=xi.getOrCreateInstance(this,e);if("string"==typeof e){if(void 0===t[e])throw new TypeError('No method named "'.concat(e,'"'));t[e]()}})}static clearMenus(i){if(!i||2!==i.button&&("keyup"!==i.type||"Tab"===i.key)){var n=C.find(ci);for(let t=0,e=n.length;tt===this._element);null!==o&&a.length&&(this._selector=o,this._triggerArray.push(s))}this._initializeChildren(),this._config.parent||this._addAriaAndCollapsedClass(this._triggerArray,this._isShown()),this._config.toggle&&this.toggle()}static get Default(){return Si}static get NAME(){return ki}toggle(){this._isShown()?this.hide():this.show()}show(){if(!this._isTransitioning&&!this._isShown()){let t=[],e;if(this._config.parent){const s=C.find(Ni,this._config.parent);t=C.find("[data-te-collapse-item][data-te-collapse-show], [data-te-collapse-item][data-te-collapse-collapsing]",this._config.parent).filter(t=>!s.includes(t))}const n=C.findOne(this._selector);if(t.length){var i=t.find(t=>n!==t);if((e=i?Wi.getInstance(i):null)&&e._isTransitioning)return}i=y.trigger(this._element,Oi);if(!i.defaultPrevented){t.forEach(t=>{n!==t&&Wi.getOrCreateInstance(t,{toggle:!1}).hide(),e||r.setData(t,Ai,null)});const o=this._getDimension(),a="height"===o?this._classes.collapsing:this._classes.collapsingHorizontal;x.removeClass(this._element,this._classes.visible),x.removeClass(this._element,this._classes.hidden),x.addClass(this._element,a),this._element.removeAttribute(Bi),this._element.setAttribute(Pi,""),this._element.style[o]=0,this._addAriaAndCollapsedClass(this._triggerArray,!0),this._isTransitioning=!0;i=o[0].toUpperCase()+o.slice(1),i="scroll".concat(i);this._queueCallback(()=>{this._isTransitioning=!1,x.removeClass(this._element,this._classes.hidden),x.removeClass(this._element,a),x.addClass(this._element,this._classes.visible),this._element.removeAttribute(Pi),this._element.setAttribute(Bi,""),this._element.setAttribute(Mi,""),this._element.style[o]="",y.trigger(this._element,Ei)},this._element,!0),this._element.style[o]="".concat(this._element[i],"px")}}}hide(){if(!this._isTransitioning&&this._isShown()){var t=y.trigger(this._element,Ii);if(!t.defaultPrevented){t=this._getDimension();const s="height"===t?this._classes.collapsing:this._classes.collapsingHorizontal;this._element.style[t]="".concat(this._element.getBoundingClientRect()[t],"px"),Q(this._element),x.addClass(this._element,s),x.removeClass(this._element,this._classes.visible),x.removeClass(this._element,this._classes.hidden),this._element.setAttribute(Pi,""),this._element.removeAttribute(Bi),this._element.removeAttribute(Mi);var e=this._triggerArray.length;for(let t=0;t{this._isTransitioning=!1,x.removeClass(this._element,s),x.addClass(this._element,this._classes.visible),x.addClass(this._element,this._classes.hidden),this._element.removeAttribute(Pi),this._element.setAttribute(Bi,""),y.trigger(this._element,Di)},this._element,!0)}}}_isShown(){return(0!e.includes(t)).forEach(t=>{var e=V(t);e&&this._addAriaAndCollapsedClass([t],this._isShown(e))})}}_addAriaAndCollapsedClass(t,e){t.length&&t.forEach(t=>{e?t.removeAttribute(Li):t.setAttribute("".concat(Li),""),t.setAttribute("aria-expanded",e)})}static jQueryInterface(e){return this.each(function(){var t={},t=("string"==typeof e&&/show|hide/.test(e)&&(t.toggle=!1),Wi.getOrCreateInstance(this,t));if("string"==typeof e){if(void 0===t[e])throw new TypeError('No method named "'.concat(e,'"'));t[e]()}})}}y.on(document,h,Hi,function(t){("A"===t.target.tagName||t.delegateTarget&&"A"===t.delegateTarget.tagName)&&t.preventDefault();t=F(this);C.find(t).forEach(t=>{Wi.getOrCreateInstance(t,{toggle:!1}).toggle()})}),t(Wi);var Fi=Wi;const Vi=".fixed-top, .fixed-bottom, .is-fixed, .sticky-top",Yi=".sticky-top";var zi=class{constructor(){this._element=document.body}getWidth(){var t=document.documentElement.clientWidth;return Math.abs(window.innerWidth-t)}hide(){const e=this.getWidth();this._disableOverFlow(),this._setElementAttributes(this._element,"paddingRight",t=>t+e),this._setElementAttributes(Vi,"paddingRight",t=>t+e),this._setElementAttributes(Yi,"marginRight",t=>t-e)}_disableOverFlow(){this._saveInitialAttribute(this._element,"overflow"),this._element.style.overflow="hidden"}_setElementAttributes(t,i,n){const s=this.getWidth();this._applyManipulationCallback(t,t=>{var e;t!==this._element&&window.innerWidth>t.clientWidth+s||(this._saveInitialAttribute(t,i),e=window.getComputedStyle(t)[i],t.style[i]="".concat(n(Number.parseFloat(e)),"px"))})}reset(){this._resetElementAttributes(this._element,"overflow"),this._resetElementAttributes(this._element,"paddingRight"),this._resetElementAttributes(Vi,"paddingRight"),this._resetElementAttributes(Yi,"marginRight")}_saveInitialAttribute(t,e){var i=t.style[e];i&&x.setDataAttribute(t,e,i)}_resetElementAttributes(t,i){this._applyManipulationCallback(t,t=>{var e=x.getDataAttribute(t,i);void 0===e?t.style.removeProperty(i):(x.removeDataAttribute(t,i),t.style[i]=e)})}_applyManipulationCallback(t,e){z(t)?e(t):C.find(t,this._element).forEach(e)}isOverflowing(){return 0{et(t)})):et(t)}hide(t){this._config.isVisible?(this._element.removeAttribute("data-te-backdrop-show"),this._getElement().classList.add("opacity-0"),this._getElement().classList.remove("opacity-50"),this._emulateAnimation(()=>{this.dispose(),et(t)})):et(t)}_getElement(){var t;return this._element||((t=document.createElement("div")).className=this._config.className,this._config.isAnimated&&t.classList.add("opacity-50"),this._element=t),this._element}_getConfig(t){return(t={...Ui,..."object"==typeof t?t:{}}).rootElement=U(t.rootElement),i(Ki,t,Xi),t}_append(){this._isAppended||(this._config.rootElement.append(this._getElement()),y.on(this._getElement(),qi,()=>{et(this._config.clickCallback)}),this._isAppended=!0)}dispose(){this._isAppended&&(y.off(this._element,qi),this._element.remove(),this._isAppended=!1)}_emulateAnimation(t){tt(t,this._getElement(),this._config.isAnimated)}};function Qi(e){let i=1!0),this._selector=e.selector||'button, a, input, select, textarea, [tabindex]:not([tabindex="-1"])',this._onlyVisible=e.onlyVisible||!1,this._focusableElements=[],this._firstElement=null,this._lastElement=null,this.handler=t=>{this._condition(t)&&!t.shiftKey&&t.target===this._lastElement?(t.preventDefault(),this._firstElement.focus()):this._condition(t)&&t.shiftKey&&t.target===this._firstElement&&(t.preventDefault(),this._lastElement.focus())}}trap(){this._setElements(),this._init(),this._setFocusTrap()}disable(){this._focusableElements.forEach(t=>{t.removeEventListener(this._event,this.handler)}),this._toggler&&this._toggler.focus()}update(){this._setElements(),this._setFocusTrap()}_init(){const e=t=>{this._firstElement&&"Tab"===t.key&&!this._focusableElements.includes(t.target)&&(t.preventDefault(),this._firstElement.focus(),window.removeEventListener("keydown",e))};window.addEventListener("keydown",e)}_filterVisible(t){return t.filter(t=>{if(!X(t))return!1;var e=C.parents(t,"*");for(let t=0;t{e===this._focusableElements.length-1||0===e?t.addEventListener(this._event,this.handler):t.removeEventListener(this._event,this.handler)})}};const Zi="offcanvas";a=".".concat("te.offcanvas"),c=".data-api",l="load".concat(a).concat(c);const Ji={backdrop:!0,keyboard:!0,scroll:!1},tn={backdrop:"boolean",keyboard:"boolean",scroll:"boolean"},en="[data-te-offcanvas-init][data-te-offcanvas-show]",nn="show".concat(a),sn="shown".concat(a),on="hide".concat(a),an="hidden".concat(a);h="click".concat(a).concat(c);const rn="keydown.dismiss".concat(a);class ln extends o{constructor(t,e){super(t),this._config=this._getConfig(e),this._isShown=!1,this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._addEventListeners()}static get NAME(){return Zi}static get Default(){return Ji}toggle(t){return this._isShown?this.hide():this.show(t)}show(t){this._isShown||y.trigger(this._element,nn,{relatedTarget:t}).defaultPrevented||(this._isShown=!0,this._element.style.visibility="visible",this._backdrop.show(),this._config.scroll||(new zi).hide(),this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.setAttribute("data-te-offcanvas-".concat("show"),""),this._queueCallback(()=>{this._config.scroll||this._focustrap.trap(),y.trigger(this._element,sn,{relatedTarget:t})},this._element,!0))}hide(){this._isShown&&!y.trigger(this._element,on).defaultPrevented&&(this._focustrap.disable(),this._element.blur(),this._isShown=!1,this._element.removeAttribute("data-te-offcanvas-".concat("show")),this._backdrop.hide(),this._queueCallback(()=>{this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._element.style.visibility="hidden",this._config.scroll||(new zi).reset(),y.trigger(this._element,an)},this._element,!0))}dispose(){this._backdrop.dispose(),this._focustrap.disable(),super.dispose()}_getConfig(t){return t={...Ji,...x.getDataAttributes(this._element),..."object"==typeof t?t:{}},i(Zi,t,tn),t}_initializeBackDrop(){return new Gi({isVisible:this._config.backdrop,isAnimated:!0,rootElement:this._element.parentNode,clickCallback:()=>this.hide()})}_initializeFocusTrap(){return new $i(this._element,{event:"keydown",condition:t=>"Tab"===t.key})}_addEventListeners(){y.on(this._element,rn,t=>{this._config.keyboard&&"Escape"===t.key&&this.hide()})}static jQueryInterface(e){return this.each(function(){var t=ln.getOrCreateInstance(this,e);if("string"==typeof e){if(void 0===t[e]||e.startsWith("_")||"constructor"===e)throw new TypeError('No method named "'.concat(e,'"'));t[e](this)}})}}y.on(document,h,"[data-te-offcanvas-toggle]",function(t){var e=V(this);["A","AREA"].includes(this.tagName)&&t.preventDefault(),K(this)||(y.one(e,an,()=>{X(this)&&this.focus()}),(t=C.findOne(en))&&t!==e&&ln.getInstance(t).hide(),ln.getOrCreateInstance(e).toggle(this))}),y.on(window,l,()=>C.find(en).forEach(t=>ln.getOrCreateInstance(t).show())),Qi(ln),t(ln);var cn=ln;const hn="alert";c=".".concat("te.alert");const dn="close".concat(c),un="closed".concat(c),pn="data-te-alert-show";const fn={animation:"boolean",autohide:"boolean",delay:"number"},mn={animation:!0,autohide:!0,delay:1e3},gn={fadeIn:"animate-[fade-in_0.3s_both] p-[auto] motion-reduce:transition-none motion-reduce:animate-none",fadeOut:"animate-[fade-out_0.3s_both] p-[auto] motion-reduce:transition-none motion-reduce:animate-none"},_n={fadeIn:"string",fadeOut:"string"};class vn extends o{constructor(t,e,i){super(t),this._element=t,this._config=this._getConfig(e),this._classes=this._getClasses(i)}static get DefaultType(){return fn}static get Default(){return mn}static get NAME(){return hn}close(){var t=y.trigger(this._element,dn);if(!t.defaultPrevented){let t=0;this._config.animation&&(t=300,x.addClass(this._element,this._classes.fadeOut)),this._element.removeAttribute(pn),setTimeout(()=>{this._queueCallback(()=>this._destroyElement(),this._element,this._config.animation)},t)}}show(){if(this._element){if(this._config.autohide&&this._setupAutohide(),!this._element.hasAttribute(pn)&&(Object.assign(this._element.style,{display:"block"}),X(this._element))){const e=t=>{Object.assign(t.target.style,{display:"block"}),y.off(t.target,"animationend",e)};this._element.setAttribute(pn,""),y.on(this._element,"animationend",e)}this._config.animation&&(x.removeClass(this._element,this._classes.fadeOut),x.addClass(this._element,this._classes.fadeIn))}}hide(){if(this._element&&this._element.hasAttribute(pn)){this._element.removeAttribute(pn);const e=t=>{Object.assign(t.target.style,{display:"none"}),null!==this._timeout&&(clearTimeout(this._timeout),this._timeout=null),y.off(t.target,"animationend",e)};y.on(this._element,"animationend",e),x.removeClass(this._element,this._classes.fadeIn),x.addClass(this._element,this._classes.fadeOut)}}_getConfig(t){return t={...mn,...x.getDataAttributes(this._element),..."object"==typeof t&&t?t:{}},i(hn,t,this.constructor.DefaultType),t}_getClasses(t){var e=x.getDataClassAttributes(this._element);return t={...gn,...e,...t},i(hn,t,_n),t}_setupAutohide(){this._timeout=setTimeout(()=>{this.hide()},this._config.delay)}_destroyElement(){this._element.remove(),y.trigger(this._element,un),this.dispose()}static jQueryInterface(e){return this.each(function(){var t=vn.getOrCreateInstance(this);if("string"==typeof e){if(void 0===t[e]||e.startsWith("_")||"constructor"===e)throw new TypeError('No method named "'.concat(e,'"'));t[e](this)}})}}C.find("[data-te-alert-init]").forEach(t=>{let e=vn.getInstance(t);return e=e||new vn(t)}),Qi(vn,"close"),t(vn);var bn=vn;const yn="carousel";a=".".concat("te.carousel"),h=".data-api";const wn={interval:5e3,keyboard:!0,slide:!1,pause:"hover",wrap:!0,touch:!0},xn={interval:"(number|boolean)",keyboard:"boolean",slide:"(boolean|string)",pause:"(string|boolean)",wrap:"boolean",touch:"boolean"},Cn={pointer:"touch-pan-y",block:"!block",visible:"data-[te-carousel-fade]:opacity-100 data-[te-carousel-fade]:z-[1]",invisible:"data-[te-carousel-fade]:z-0 data-[te-carousel-fade]:opacity-0 data-[te-carousel-fade]:duration-0 data-[te-carousel-fade]:delay-600",slideRight:"translate-x-full",slideLeft:"-translate-x-full"},kn={pointer:"string",block:"string",visible:"string",invisible:"string",slideRight:"string",slideLeft:"string"},An="next",Sn="prev",Tn="left",On="right",En={ArrowLeft:On,ArrowRight:Tn},In="slide".concat(a),Dn="slid".concat(a),Mn="keydown".concat(a),Ln="mouseenter".concat(a),Pn="mouseleave".concat(a),Bn="touchstart".concat(a),Nn="touchmove".concat(a),Hn="touchend".concat(a),Rn="pointerdown".concat(a),jn="pointerup".concat(a),Wn="dragstart".concat(a);l="load".concat(a).concat(h),c="click".concat(a).concat(h);const Fn="data-te-carousel-active",Vn="data-te-carousel-item-start",Yn="[data-te-carousel-active]",zn="[data-te-carousel-item]",Un="".concat(Yn).concat(zn),Xn="".concat(zn," img");class Kn extends o{constructor(t,e,i){super(t),this._items=null,this._interval=null,this._activeElement=null,this._isPaused=!1,this._isSliding=!1,this.touchTimeout=null,this.touchStartX=0,this.touchDeltaX=0,this._config=this._getConfig(e),this._classes=this._getClasses(i),this._indicatorsElement=C.findOne("[data-te-carousel-indicators]",this._element),this._touchSupported="ontouchstart"in document.documentElement||0this._items.length-1||t<0||(this._isSliding?y.one(this._element,Dn,()=>this.to(t)):e===t?(this.pause(),this.cycle()):(e=ethis._keydown(t)),"hover"===this._config.pause&&(y.on(this._element,Ln,t=>this.pause(t)),y.on(this._element,Pn,t=>this.cycle(t))),this._config.touch&&this._touchSupported&&this._addTouchEventListeners(),this._applyInitialClasses()}_addTouchEventListeners(){const e=t=>this._pointerEvent&&("pen"===t.pointerType||"touch"===t.pointerType),i=t=>{e(t)?this.touchStartX=t.clientX:this._pointerEvent||(this.touchStartX=t.touches[0].clientX)},n=t=>{this.touchDeltaX=t.touches&&1{e(t)&&(this.touchDeltaX=t.clientX-this.touchStartX),this._handleSwipe(),"hover"===this._config.pause&&(this.pause(),this.touchTimeout&&clearTimeout(this.touchTimeout),this.touchTimeout=setTimeout(t=>this.cycle(t),500+this._config.interval))};C.find(Xn,this._element).forEach(t=>{y.on(t,Wn,t=>t.preventDefault())}),this._pointerEvent?(y.on(this._element,Rn,t=>i(t)),y.on(this._element,jn,t=>s(t)),this._element.classList.add(this._classes.pointer),this._element.setAttribute("".concat("data-te-carousel-pointer-event"),"")):(y.on(this._element,Bn,t=>i(t)),y.on(this._element,Nn,t=>n(t)),y.on(this._element,Hn,t=>s(t)))}_keydown(t){var e;/input|textarea/i.test(t.target.tagName)||(e=En[t.key])&&(t.preventDefault(),this._slide(e))}_getItemIndex(t){return this._items=t&&t.parentNode?C.find(zn,t.parentNode):[],this._items.indexOf(t)}_getItemByOrder(t,e){t=t===An;return it(this._items,e,t,this._config.wrap)}_triggerSlideEvent(t,e){var i=this._getItemIndex(t),n=this._getItemIndex(C.findOne(Un,this._element));return y.trigger(this._element,In,{relatedTarget:t,direction:e,from:n,to:i})}_setActiveIndicatorElement(e){if(this._indicatorsElement){var t=C.findOne(Yn,this._indicatorsElement),i=(t.removeAttribute(Fn),t.removeAttribute("aria-current"),t.classList.remove("!opacity-100"),C.find("[data-te-target]",this._indicatorsElement));for(let t=0;t{y.trigger(this._element,Dn,{relatedTarget:s,direction:c,from:n,to:o})};this._element.hasAttribute("data-te-carousel-slide")?(s.setAttribute("".concat(l),""),s.classList.add(this._classes.block,a),Q(s),i.setAttribute("".concat(r),""),i.classList.add(h,...this._classes.invisible.split(" ")),i.classList.remove(...this._classes.visible.split(" ")),s.setAttribute("".concat(r),""),s.classList.add(...this._classes.visible.split(" ")),s.classList.remove(this._classes.slideRight,this._classes.slideLeft),this._queueCallback(()=>{s.removeAttribute(r),s.removeAttribute(l),s.setAttribute("".concat(Fn),""),i.removeAttribute(Fn),i.classList.remove(h,...this._classes.invisible.split(" "),this._classes.block),i.removeAttribute(l),i.removeAttribute(r),this._isSliding=!1,setTimeout(d,0)},i,!0)):(i.removeAttribute(Fn),i.classList.remove(this._classes.block),s.setAttribute("".concat(Fn),""),s.classList.add(this._classes.block),this._isSliding=!1,d()),e&&this.cycle()}}}_directionToOrder(t){return[On,Tn].includes(t)?s()?t===Tn?Sn:An:t===Tn?An:Sn:t}_orderToDirection(t){return[An,Sn].includes(t)?s()?t===Sn?Tn:On:t===Sn?On:Tn:t}static carouselInterface(t,e){t=Kn.getOrCreateInstance(t,e);let i=t["_config"];"object"==typeof e&&(i={...i,...e});var n="string"==typeof e?e:i.slide;if("number"==typeof e)t.to(e);else if("string"==typeof n){if(void 0===t[n])throw new TypeError('No method named "'.concat(n,'"'));t[n]()}else i.interval&&null===i.carouselInit&&(t.pause(),t.cycle())}static jQueryInterface(t){return this.each(function(){Kn.carouselInterface(this,t)})}static dataApiClickHandler(t){var e,i,n=V(this);n&&n.hasAttribute("data-te-carousel-init")&&(e={...x.getDataAttributes(n),...x.getDataAttributes(this)},(i=this.getAttribute("data-te-slide-to"))&&(e.interval=!1),Kn.carouselInterface(n,e),i&&Kn.getInstance(n).to(i),t.preventDefault())}}y.on(document,c,"[data-te-slide], [data-te-slide-to]",Kn.dataApiClickHandler),y.on(window,l,()=>{var i=C.find("[data-te-carousel-init]");for(let t=0,e=i.length;t{y.one(this._element,cs,t=>{t.target===this._element&&(this._ignoreBackdropClick=!0)})}),this._showBackdrop(()=>this._showElement(t)))}hide(){var t;!this._isShown||this._isTransitioning||y.trigger(this._element,es).defaultPrevented||(this._isShown=!1,(t=this._isAnimated())&&(this._isTransitioning=!0),this._setEscapeEvent(),this._setResizeEvent(),this._focustrap.disable(),C.findOne(ps,this._element).classList.remove(this._classes.show),y.off(this._element,rs),y.off(this._dialog,hs),this._queueCallback(()=>this._hideModal(),this._element,t),this._element.removeAttribute(us))}dispose(){[window,this._dialog].forEach(t=>y.off(t,Qn)),this._backdrop.dispose(),this._focustrap.disable(),super.dispose()}handleUpdate(){this._adjustDialog()}_initializeBackDrop(){return new Gi({isVisible:Boolean(this._config.backdrop),isAnimated:this._isAnimated()})}_initializeFocusTrap(){return new $i(this._element,{event:"keydown",condition:t=>"Tab"===t.key})}_getConfig(t){return t={...$n,...x.getDataAttributes(this._element),..."object"==typeof t?t:{}},i(Gn,t,Zn),t}_getClasses(t){var e=x.getDataClassAttributes(this._element);return t={...Jn,...e,...t},i(Gn,t,ts),t}_showElement(t){var e=this._isAnimated(),i=C.findOne("[data-te-modal-body-ref]",this._dialog),n=(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE||document.body.append(this._element),this._element.style.display="block",this._element.classList.remove("hidden"),this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.setAttribute("".concat(us),"true"),this._element.scrollTop=0,C.findOne(ps,this._element));n.classList.add(this._classes.show),n.classList.remove("opacity-0"),n.classList.add("opacity-100"),i&&(i.scrollTop=0),e&&Q(this._element);this._queueCallback(()=>{this._config.focus&&this._focustrap.trap(),this._isTransitioning=!1,y.trigger(this._element,os,{relatedTarget:t})},this._dialog,e)}_setEscapeEvent(){this._isShown?y.on(document,ls,t=>{this._config.keyboard&&"Escape"===t.key?(t.preventDefault(),this.hide()):this._config.keyboard||"Escape"!==t.key||this._triggerBackdropTransition()}):y.off(this._element,ls)}_setResizeEvent(){this._isShown?y.on(window,as,()=>this._adjustDialog()):y.off(window,as)}_hideModal(){var t=C.findOne(ps,this._element);t.classList.remove(this._classes.show),t.classList.remove("opacity-100"),t.classList.add("opacity-0"),setTimeout(()=>{this._element.style.display="none"},300),this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._isTransitioning=!1,this._backdrop.hide(()=>{document.body.removeAttribute(ds),this._resetAdjustments(),this._scrollBar.reset(),y.trigger(this._element,ns)})}_showBackdrop(t){y.on(this._element,rs,t=>{this._ignoreBackdropClick?this._ignoreBackdropClick=!1:t.target===t.currentTarget&&(!0===this._config.backdrop?this.hide():"static"===this._config.backdrop&&this._triggerBackdropTransition())}),this._backdrop.show(t)}_isAnimated(){return!!C.findOne(ps,this._element)}_triggerBackdropTransition(){var t=y.trigger(this._element,is);if(!t.defaultPrevented){const{classList:e,scrollHeight:i,style:n}=this._element,s=i>document.documentElement.clientHeight;!s&&"hidden"===n.overflowY||e.contains(this._classes.static)||(s||(n.overflowY="hidden"),e.add(...this._classes.static.split(" ")),e.add(...this._classes.staticProperties.split(" ")),this._queueCallback(()=>{e.remove(this._classes.static),setTimeout(()=>{e.remove(...this._classes.staticProperties.split(" "))},300),s||this._queueCallback(()=>{n.overflowY=""},this._dialog)},this._dialog),this._element.focus())}}_adjustDialog(){var t=this._element.scrollHeight>document.documentElement.clientHeight,e=this._scrollBar.getWidth(),i=0{t.defaultPrevented||y.one(e,ns,()=>{X(this)&&this.focus()})});t=C.findOne("[".concat(us,'="true"]'));t&&fs.getInstance(t).hide(),fs.getOrCreateInstance(e).toggle(this)}),Qi(fs),t(fs);var ms=fs;const gs=new Set(["background","cite","href","itemtype","longdesc","poster","src","xlink:href"]);const _s=/^(?:(?:https?|mailto|ftp|tel|file|sms):|[^#&/:?]*(?:[#/?]|$))/i,vs=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[\d+/a-z]+=*$/i;h={"*":["class","dir","id","lang","role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","srcset","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]};function bs(t,i,e){if(!t.length)return t;if(e&&"function"==typeof e)return e(t);var e=(new window.DOMParser).parseFromString(t,"text/html"),n=[].concat(...e.body.querySelectorAll("*"));for(let t=0,e=n.length;t{((t,e)=>{var i=t.nodeName.toLowerCase();if(e.includes(i))return!gs.has(i)||Boolean(_s.test(t.nodeValue)||vs.test(t.nodeValue));var n=e.filter(t=>t instanceof RegExp);for(let t=0,e=n.length;t
',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:[0,0],container:!1,fallbackPlacements:["top","right","bottom","left"],boundary:"clippingParents",customClass:"",sanitize:!0,sanitizeFn:null,allowList:h,popperConfig:null},As={HIDE:"hide".concat(c),HIDDEN:"hidden".concat(c),SHOW:"show".concat(c),SHOWN:"shown".concat(c),INSERTED:"inserted".concat(c),CLICK:"click".concat(c),FOCUSIN:"focusin".concat(c),FOCUSOUT:"focusout".concat(c),MOUSEENTER:"mouseenter".concat(c),MOUSELEAVE:"mouseleave".concat(c)};const Ss="show",Ts="show",Os=".tooltip-inner",Es=".".concat("modal"),Is="hide.te.modal",Ds="hover",Ms="focus";class Ls extends o{constructor(t,e){if(void 0===n)throw new TypeError("Bootstrap's tooltips require Popper (https://popper.js.org)");super(t),this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this._config=this._getConfig(e),this.tip=null,this._setListeners()}static get Default(){return ks}static get NAME(){return ys}static get Event(){return As}static get DefaultType(){return xs}enable(){this._isEnabled=!0}disable(){this._isEnabled=!1}toggleEnabled(){this._isEnabled=!this._isEnabled}toggle(t){this._isEnabled&&(t?((t=this._initializeOnDelegatedTarget(t))._activeTrigger.click=!t._activeTrigger.click,t._isWithActiveTrigger()?t._enter(null,t):t._leave(null,t)):this.getTipElement().classList.contains(Ss)?this._leave(null,this):this._enter(null,this))}dispose(){clearTimeout(this._timeout),y.off(this._element.closest(Es),Is,this._hideModalHandler),this.tip&&this.tip.remove(),this._disposePopper(),super.dispose()}show(){if("none"===this._element.style.display)throw new Error("Please use show on visible elements");if(this.isWithContent()&&this._isEnabled){var t=y.trigger(this._element,this.constructor.Event.SHOW),e=q(this._element),e=(null===e?this._element.ownerDocument.documentElement:e).contains(this._element);if(!t.defaultPrevented&&e){"tooltip"===this.constructor.NAME&&this.tip&&this.getTitle()!==this.tip.querySelector(Os).innerHTML&&(this._disposePopper(),this.tip.remove(),this.tip=null);var i=this.getTipElement(),t=j(this.constructor.NAME),e=(i.setAttribute("id",t),this._element.setAttribute("aria-describedby",t),this._config.animation&&setTimeout(()=>{this.tip.classList.add("opacity-100"),this.tip.classList.remove("opacity-0")},100),"function"==typeof this._config.placement?this._config.placement.call(this,i,this._element):this._config.placement),t=this._getAttachment(e),n=(this._addAttachmentClass(t),this._config)["container"],n=(r.setData(i,this.constructor.DATA_KEY,this),this._element.ownerDocument.documentElement.contains(this.tip)||(n.append(i),y.trigger(this._element,this.constructor.Event.INSERTED)),this._popper?this._popper.update():this._popper=qe(this._element,i,this._getPopperConfig(t)),i.getAttribute("id").includes("tooltip"));if(n)switch(e){case"bottom":i.classList.add("py-[0.4rem]");break;case"left":case"right":i.classList.add("px-[0.4rem]");break;default:i.classList.add("py-[0.4rem]")}t=this._resolvePossibleFunction(this._config.customClass),n=(t&&i.classList.add(...t.split(" ")),"ontouchstart"in document.documentElement&&[].concat(...document.body.children).forEach(t=>{y.on(t,"mouseover",G)}),this.tip.classList.contains("transition-opacity"));this._queueCallback(()=>{var t=this._hoverState;this._hoverState=null,y.trigger(this._element,this.constructor.Event.SHOWN),"out"===t&&this._leave(null,this)},this.tip,n)}}}hide(){if(this._popper){const e=this.getTipElement();var t;y.trigger(this._element,this.constructor.Event.HIDE).defaultPrevented||(e.classList.add("opacity-0"),e.classList.remove("opacity-100"),"ontouchstart"in document.documentElement&&[].concat(...document.body.children).forEach(t=>y.off(t,"mouseover",G)),this._activeTrigger.click=!1,this._activeTrigger[Ms]=!1,this._activeTrigger[Ds]=!1,t=this.tip.classList.contains("opacity-0"),this._queueCallback(()=>{this._isWithActiveTrigger()||(this._hoverState!==Ts&&e.remove(),this._cleanTipClass(),this._element.removeAttribute("aria-describedby"),y.trigger(this._element,this.constructor.Event.HIDDEN),this._disposePopper())},this.tip,t),this._hoverState="")}}update(){null!==this._popper&&this._popper.update()}isWithContent(){return Boolean(this.getTitle())}getTipElement(){var t;return this.tip||((t=document.createElement("div")).innerHTML=this._config.template,t=t.children[0],this.setContent(t),t.classList.remove("fade",Ss),this.tip=t),this.tip}setContent(t){this._sanitizeAndSetContent(t,this.getTitle(),Os)}_sanitizeAndSetContent(t,e,i){i=C.findOne(i,t);!e&&i?i.remove():this.setElementContent(i,e)}setElementContent(t,e){null!==t&&(z(e)?(e=U(e),this._config.html?e.parentNode!==t&&(t.innerHTML="",t.append(e)):t.textContent=e.textContent):this._config.html?(this._config.sanitize&&(e=bs(e,this._config.allowList,this._config.sanitizeFn)),t.innerHTML=e):t.textContent=e)}getTitle(){var t=this._element.getAttribute("data-te-original-title")||this._config.title;return this._resolvePossibleFunction(t)}updateAttachment(t){return"right"===t?"end":"left"===t?"start":t}_initializeOnDelegatedTarget(t,e){return e||this.constructor.getOrCreateInstance(t.delegateTarget,this._getDelegateConfig())}_getOffset(){const e=this._config["offset"];return"string"==typeof e?e.split(",").map(t=>Number.parseInt(t,10)):"function"==typeof e?t=>e(t,this._element):e}_resolvePossibleFunction(t){return"function"==typeof t?t.call(this._element):t}_getPopperConfig(t){t={placement:t,modifiers:[{name:"flip",options:{fallbackPlacements:this._config.fallbackPlacements}},{name:"offset",options:{offset:this._getOffset()}},{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"arrow",options:{element:".".concat(this.constructor.NAME,"-arrow")}},{name:"onChange",enabled:!0,phase:"afterWrite",fn:t=>this._handlePopperPlacementChange(t)}],onFirstUpdate:t=>{t.options.placement!==t.placement&&this._handlePopperPlacementChange(t)}};return{...t,..."function"==typeof this._config.popperConfig?this._config.popperConfig(t):this._config.popperConfig}}_addAttachmentClass(t){this.getTipElement().classList.add("".concat(this._getBasicClassPrefix(),"-").concat(this.updateAttachment(t)))}_getAttachment(t){return Cs[t.toUpperCase()]}_setListeners(){this._config.trigger.split(" ").forEach(t=>{var e;"click"===t?y.on(this._element,this.constructor.Event.CLICK,this._config.selector,t=>this.toggle(t)):"manual"!==t&&(e=t===Ds?this.constructor.Event.MOUSEENTER:this.constructor.Event.FOCUSIN,t=t===Ds?this.constructor.Event.MOUSELEAVE:this.constructor.Event.FOCUSOUT,y.on(this._element,e,this._config.selector,t=>this._enter(t)),y.on(this._element,t,this._config.selector,t=>this._leave(t)))}),this._hideModalHandler=()=>{this._element&&this.hide()},y.on(this._element.closest(Es),Is,this._hideModalHandler),this._config.selector?this._config={...this._config,trigger:"manual",selector:""}:this._fixTitle()}_fixTitle(){var t=this._element.getAttribute("title"),e=typeof this._element.getAttribute("data-te-original-title");!t&&"string"==e||(this._element.setAttribute("data-te-original-title",t||""),!t||this._element.getAttribute("aria-label")||this._element.textContent||this._element.setAttribute("aria-label",t),this._element.setAttribute("title",""))}_enter(t,e){e=this._initializeOnDelegatedTarget(t,e),t&&(e._activeTrigger["focusin"===t.type?Ms:Ds]=!0),e.getTipElement().classList.contains(Ss)||e._hoverState===Ts?e._hoverState=Ts:(clearTimeout(e._timeout),e._hoverState=Ts,e._config.delay&&e._config.delay.show?e._timeout=setTimeout(()=>{e._hoverState===Ts&&e.show()},e._config.delay.show):e.show())}_leave(t,e){e=this._initializeOnDelegatedTarget(t,e),t&&(e._activeTrigger["focusout"===t.type?Ms:Ds]=e._element.contains(t.relatedTarget)),e._isWithActiveTrigger()||(clearTimeout(e._timeout),e._hoverState="out",e._config.delay&&e._config.delay.hide?e._timeout=setTimeout(()=>{"out"===e._hoverState&&e.hide()},e._config.delay.hide):e.hide())}_isWithActiveTrigger(){for(const t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1}_getConfig(t){const e=x.getDataAttributes(this._element);return Object.keys(e).forEach(t=>{ws.has(t)&&delete e[t]}),(t={...this.constructor.Default,...e,..."object"==typeof t&&t?t:{}}).container=!1===t.container?document.body:U(t.container),"number"==typeof t.delay&&(t.delay={show:t.delay,hide:t.delay}),"number"==typeof t.title&&(t.title=t.title.toString()),"number"==typeof t.content&&(t.content=t.content.toString()),i(ys,t,this.constructor.DefaultType),t.sanitize&&(t.template=bs(t.template,t.allowList,t.sanitizeFn)),t}_getDelegateConfig(){var t={};for(const e in this._config)this.constructor.Default[e]!==this._config[e]&&(t[e]=this._config[e]);return t}_cleanTipClass(){const e=this.getTipElement();var t=new RegExp("(^|\\s)".concat(this._getBasicClassPrefix(),"\\S+"),"g"),t=e.getAttribute("class").match(t);null!==t&&0t.trim()).forEach(t=>e.classList.remove(t))}_getBasicClassPrefix(){return"te-tooltip"}_handlePopperPlacementChange(t){t=t.state;t&&(this.tip=t.elements.popper,this._cleanTipClass(),this._addAttachmentClass(this._getAttachment(t.placement)))}_disposePopper(){this._popper&&(this._popper.destroy(),this._popper=null)}static jQueryInterface(e){return this.each(function(){var t=Ls.getOrCreateInstance(this,e);if("string"==typeof e){if(void 0===t[e])throw new TypeError('No method named "'.concat(e,'"'));t[e]()}})}}t(Ls);var Ps=Ls;l=".".concat("te.popover");const Bs={...Ps.Default,placement:"right",offset:[0,8],trigger:"click",content:"",template:''},Ns={...Ps.DefaultType,content:"(string|element|function)"},Hs={HIDE:"hide".concat(l),HIDDEN:"hidden".concat(l),SHOW:"show".concat(l),SHOWN:"shown".concat(l),INSERTED:"inserted".concat(l),CLICK:"click".concat(l),FOCUSIN:"focusin".concat(l),FOCUSOUT:"focusout".concat(l),MOUSEENTER:"mouseenter".concat(l),MOUSELEAVE:"mouseleave".concat(l)};class Rs extends Ps{static get Default(){return Bs}static get NAME(){return"popover"}static get Event(){return Hs}static get DefaultType(){return Ns}isWithContent(){return this.getTitle()||this._getContent()}setContent(t){this._sanitizeAndSetContent(t,this.getTitle(),".popover-header"),this._sanitizeAndSetContent(t,this._getContent(),".popover-body")}_getContent(){return this._resolvePossibleFunction(this._config.content)}_getBasicClassPrefix(){return"te-popover"}static jQueryInterface(e){return this.each(function(){var t=Rs.getOrCreateInstance(this,e);if("string"==typeof e){if(void 0===t[e])throw new TypeError('No method named "'.concat(e,'"'));t[e]()}})}}t(Rs);var js=Rs;e(103);const Ws="scrollspy";const Fs=".".concat("te.scrollspy");const Vs={offset:10,method:"auto",target:""},Ys={offset:"number",method:"string",target:"(string|element)"},zs={active:"!text-primary dark:!text-primary-400 font-semibold border-l-[0.125rem] border-solid border-primary dark:border-primary-400"},Us={active:"string"},Xs="activate".concat(Fs),Ks="scroll".concat(Fs);a="load".concat(Fs).concat(".data-api");const qs="data-te-nav-link-active",Gs="[data-te-dropdown-item-ref]",Qs="[data-te-nav-link-ref]",$s="[data-te-list-group-item-ref]",Zs="".concat(Qs,", ").concat($s,", ").concat(Gs),Js="position";class to extends o{constructor(t,e,i){super(t),this._scrollElement="BODY"===this._element.tagName?window:this._element,this._config=this._getConfig(e),this._classes=this._getClasses(i),this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,y.on(this._scrollElement,Ks,()=>this._process()),this.refresh(),this._process()}static get Default(){return Vs}static get NAME(){return Ws}refresh(){var t=this._scrollElement===this._scrollElement.window?"offset":Js;const n="auto"===this._config.method?t:this._config.method,s=n===Js?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight(),C.find(Zs,this._config.target).map(t=>{var t=F(t),e=t?C.findOne(t):null;if(e){var i=e.getBoundingClientRect();if(i.width||i.height)return[x[n](e).top+s,t]}return null}).filter(t=>t).sort((t,e)=>t[0]-e[0]).forEach(t=>{this._offsets.push(t[0]),this._targets.push(t[1])})}dispose(){y.off(this._scrollElement,Fs),super.dispose()}_getConfig(t){return(t={...Vs,...x.getDataAttributes(this._element),..."object"==typeof t&&t?t:{}}).target=U(t.target)||document.documentElement,i(Ws,t,Ys),t}_getClasses(t){var e=x.getDataClassAttributes(this._element);return t={...zs,...e,...t},i(Ws,t,Us),t}_getScrollTop(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop}_getScrollHeight(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)}_getOffsetHeight(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height}_process(){var e=this._getScrollTop()+this._config.offset,t=this._getScrollHeight(),i=this._config.offset+t-this._getOffsetHeight();if(this._scrollHeight!==t&&this.refresh(),i<=e)t=this._targets[this._targets.length-1],this._activeTarget!==t&&this._activate(t);else if(this._activeTarget&&e=this._offsets[t]&&(void 0===this._offsets[t+1]||e"".concat(t,'[data-te-target="').concat(e,'"],').concat(t,'[href="').concat(e,'"]')),t=C.findOne(t.join(","),this._config.target);t.classList.add(...this._classes.active.split(" ")),t.setAttribute(qs,""),t.getAttribute(Gs)?C.findOne("[data-te-dropdown-toggle-ref]",t.closest("[data-te-dropdown-ref]")).classList.add(...this._classes.active.split(" ")):C.parents(t,"[data-te-nav-list-ref]").forEach(t=>{C.prev(t,"".concat(Qs,", ").concat($s)).forEach(t=>{t.classList.add(...this._classes.active.split(" ")),t.setAttribute(qs,"")}),C.prev(t,"[data-te-nav-item-ref]").forEach(t=>{C.children(t,Qs).forEach(t=>t.classList.add(...this._classes.active.split(" ")))})}),y.trigger(this._scrollElement,Xs,{relatedTarget:e})}_clear(){C.find(Zs,this._config.target).filter(t=>t.classList.contains(...this._classes.active.split(" "))).forEach(t=>{t.classList.remove(...this._classes.active.split(" ")),t.removeAttribute(qs)})}static jQueryInterface(e){return this.each(function(){var t=to.getOrCreateInstance(this,e);if("string"==typeof e){if(void 0===t[e])throw new TypeError('No method named "'.concat(e,'"'));t[e]()}})}}y.on(window,a,()=>{C.find('[data-te-spy="scroll"]').forEach(t=>new to(t))}),t(to);var eo=to;h=".".concat("te.tab");const io="hide".concat(h),no="hidden".concat(h),so="show".concat(h),oo="shown".concat(h);c="click".concat(h).concat(".data-api");const ao="data-te-tab-active",ro="data-te-nav-active",lo="opacity-0",co="[".concat(ao,"]"),ho="[".concat(ro,"]"),uo=":scope > li > .active";const po={show:"opacity-100"},fo={show:"string"};class mo extends o{constructor(t,e){super(t),this._classes=this._getClasses(e)}static get NAME(){return"tab"}show(){if(!this._element.parentNode||this._element.parentNode.nodeType!==Node.ELEMENT_NODE||""!==this._element.getAttribute(ro)){let t;var e=V(this._element),i=this._element.closest("[data-te-nav-ref]"),n=C.findOne(ho,i),s=(i&&(s="UL"===i.nodeName||"OL"===i.nodeName?uo:co,t=(t=C.find(s,i))[t.length-1]),t?y.trigger(t,io,{relatedTarget:this._element}):null);y.trigger(this._element,so,{relatedTarget:t}).defaultPrevented||null!==s&&s.defaultPrevented||(this._activate(this._element,i,null,n,this._element),s=()=>{y.trigger(t,no,{relatedTarget:this._element}),y.trigger(this._element,oo,{relatedTarget:t})},e?this._activate(e,e.parentNode,s,n,this._element):s())}}_getClasses(t){var e=x.getDataClassAttributes(this._element);return t={...po,...e,...t},i("tab",t,fo),t}_activate(t,e,i,n,s){const o=(!e||"UL"!==e.nodeName&&"OL"!==e.nodeName?C.children(e,co):C.find(uo,e))[0];var e=i&&o&&o.classList.contains(lo),a=()=>this._transitionComplete(t,o,i,n,s);o&&e?(x.removeClass(o,this._classes.show),this._queueCallback(a,t,!0)):a()}_transitionComplete(t,e,i,n,s){e&&n&&(e.removeAttribute(ao),n.removeAttribute(ro),(n=C.findOne(":scope > [data-te-dropdown-menu-ref] [data-te-dropdown-show]",e.parentNode))&&n.removeAttribute(ao),"tab"===e.getAttribute("role"))&&e.setAttribute("aria-selected",!1),t.setAttribute(ao,""),s.setAttribute(ro,""),"tab"===t.getAttribute("role")&&t.setAttribute("aria-selected",!0),Q(t),t.classList.contains(lo)&&x.addClass(t,this._classes.show);let o=t.parentNode;(o=o&&"LI"===o.nodeName?o.parentNode:o)&&o.hasAttribute("data-te-dropdown-menu-ref")&&((n=t.closest("[data-te-dropdown-ref]"))&&C.find("[data-te-dropdown-toggle-ref]",n).forEach(t=>t.setAttribute(ao,"")),t.setAttribute("aria-expanded",!0)),i&&i()}static jQueryInterface(e){return this.each(function(){var t=mo.getOrCreateInstance(this);if("string"==typeof e){if(void 0===t[e])throw new TypeError('No method named "'.concat(e,'"'));t[e]()}})}}y.on(document,c,'[data-te-toggle="tab"], [data-te-toggle="pill"], [data-te-toggle="list"]',function(t){["A","AREA"].includes(this.tagName)&&t.preventDefault(),K(this)||mo.getOrCreateInstance(this).show()}),t(mo);var go=mo;const _o="toast";l=".".concat("te.toast");const vo="mouseover".concat(l),bo="mouseout".concat(l),yo="focusin".concat(l),wo="focusout".concat(l),xo="hide".concat(l),Co="hidden".concat(l),ko="show".concat(l),Ao="shown".concat(l),So="data-te-toast-hide",To="data-te-toast-show",Oo="data-te-toast-showing";const Eo={animation:"boolean",autohide:"boolean",delay:"number"},Io={animation:!0,autohide:!0,delay:5e3},Do={fadeIn:"animate-[fade-in_0.3s_both] p-[auto] motion-reduce:transition-none motion-reduce:animate-none",fadeOut:"animate-[fade-out_0.3s_both] p-[auto] motion-reduce:transition-none motion-reduce:animate-none"},Mo={fadeIn:"string",fadeOut:"string"};class Lo extends o{constructor(t,e,i){super(t),this._config=this._getConfig(e),this._classes=this._getClasses(i),this._timeout=null,this._hasMouseInteraction=!1,this._hasKeyboardInteraction=!1,this._setListeners()}static get DefaultType(){return Eo}static get Default(){return Io}static get NAME(){return _o}show(){y.trigger(this._element,ko).defaultPrevented||(this._clearTimeout(),this._config.animation&&(x.removeClass(this._element,this._classes.fadeOut),x.addClass(this._element,this._classes.fadeIn)),this._element.removeAttribute(So),Q(this._element),this._element.setAttribute(To,""),this._element.setAttribute(Oo,""),this._queueCallback(()=>{this._element.removeAttribute(Oo),y.trigger(this._element,Ao),this._maybeScheduleHide()},this._element,this._config.animation))}hide(){this._element&&void 0!==this._element.dataset.teToastShow&&!y.trigger(this._element,xo).defaultPrevented&&(this._element.setAttribute(Oo,""),this._queueCallback(()=>{let t=0;this._config.animation&&(t=300,x.removeClass(this._element,this._classes.fadeIn),x.addClass(this._element,this._classes.fadeOut)),setTimeout(()=>{this._element.setAttribute(So,""),this._element.removeAttribute(Oo),this._element.removeAttribute(To),y.trigger(this._element,Co)},t)},this._element,this._config.animation))}dispose(){this._clearTimeout(),void 0!==this._element.dataset.teToastShow&&this._element.removeAttribute(To),super.dispose()}_getConfig(t){return t={...Io,...x.getDataAttributes(this._element),..."object"==typeof t&&t?t:{}},i(_o,t,this.constructor.DefaultType),t}_getClasses(t){var e=x.getDataClassAttributes(this._element);return t={...Do,...e,...t},i(_o,t,Mo),t}_maybeScheduleHide(){!this._config.autohide||this._hasMouseInteraction||this._hasKeyboardInteraction||(this._timeout=setTimeout(()=>{this.hide()},this._config.delay))}_onInteraction(t,e){switch(t.type){case"mouseover":case"mouseout":this._hasMouseInteraction=e;break;case"focusin":case"focusout":this._hasKeyboardInteraction=e}e?this._clearTimeout():(t=t.relatedTarget,this._element===t||this._element.contains(t)||this._maybeScheduleHide())}_setListeners(){y.on(this._element,vo,t=>this._onInteraction(t,!0)),y.on(this._element,bo,t=>this._onInteraction(t,!1)),y.on(this._element,yo,t=>this._onInteraction(t,!0)),y.on(this._element,wo,t=>this._onInteraction(t,!1))}_clearTimeout(){clearTimeout(this._timeout),this._timeout=null}static jQueryInterface(e){return this.each(function(){var t=Lo.getOrCreateInstance(this,e);if("string"==typeof e){if(void 0===t[e])throw new TypeError('No method named "'.concat(e,'"'));t[e](this)}})}}Qi(Lo),C.find("[data-te-toast-init]").forEach(t=>{var e=Lo.getInstance(t);e||new Lo(t)}),t(Lo);var Po=Lo;e(145);const Bo="input",No="te.input";a="data-te-input-wrapper-init";const Ho="data-te-input-notch-ref",Ro="data-te-input-notch-leading-ref",jo="data-te-input-notch-middle-ref";const Wo="data-te-input-state-active",Fo="data-te-input-focused",Vo="data-te-input-form-counter",Yo="[".concat(a,"] input"),zo="[".concat(a,"] textarea"),Uo="[".concat(Ho,"]"),Xo="[".concat(Ro,"]"),Ko="[".concat(jo,"]"),qo="[".concat("data-te-input-helper-ref","]"),Go={inputFormWhite:!1},Qo={inputFormWhite:"(boolean)"},$o={notch:"group flex absolute left-0 top-0 w-full max-w-full h-full text-left pointer-events-none",notchLeading:"pointer-events-none border border-solid box-border bg-transparent transition-all duration-200 ease-linear motion-reduce:transition-none left-0 top-0 h-full w-2 border-r-0 rounded-l-[0.25rem] group-data-[te-input-focused]:border-r-0 group-data-[te-input-state-active]:border-r-0",notchLeadingNormal:"border-neutral-300 dark:border-neutral-600 group-data-[te-input-focused]:shadow-[-1px_0_0_#3b71ca,_0_1px_0_0_#3b71ca,_0_-1px_0_0_#3b71ca] group-data-[te-input-focused]:border-primary",notchLeadingWhite:"border-neutral-200 group-data-[te-input-focused]:shadow-[-1px_0_0_#ffffff,_0_1px_0_0_#ffffff,_0_-1px_0_0_#ffffff] group-data-[te-input-focused]:border-white",notchMiddle:"pointer-events-none border border-solid box-border bg-transparent transition-all duration-200 ease-linear motion-reduce:transition-none grow-0 shrink-0 basis-auto w-auto max-w-[calc(100%-1rem)] h-full border-r-0 border-l-0 group-data-[te-input-focused]:border-x-0 group-data-[te-input-state-active]:border-x-0 group-data-[te-input-focused]:border-t group-data-[te-input-state-active]:border-t group-data-[te-input-focused]:border-solid group-data-[te-input-state-active]:border-solid group-data-[te-input-focused]:border-t-transparent group-data-[te-input-state-active]:border-t-transparent",notchMiddleNormal:"border-neutral-300 dark:border-neutral-600 group-data-[te-input-focused]:shadow-[0_1px_0_0_#3b71ca] group-data-[te-input-focused]:border-primary",notchMiddleWhite:"border-neutral-200 group-data-[te-input-focused]:shadow-[0_1px_0_0_#ffffff] group-data-[te-input-focused]:border-white",notchTrailing:"pointer-events-none border border-solid box-border bg-transparent transition-all duration-200 ease-linear motion-reduce:transition-none grow h-full border-l-0 rounded-r-[0.25rem] group-data-[te-input-focused]:border-l-0 group-data-[te-input-state-active]:border-l-0",notchTrailingNormal:"border-neutral-300 dark:border-neutral-600 group-data-[te-input-focused]:shadow-[1px_0_0_#3b71ca,_0_-1px_0_0_#3b71ca,_0_1px_0_0_#3b71ca] group-data-[te-input-focused]:border-primary",notchTrailingWhite:"border-neutral-200 group-data-[te-input-focused]:shadow-[1px_0_0_#ffffff,_0_-1px_0_0_#ffffff,_0_1px_0_0_#ffffff] group-data-[te-input-focused]:border-white",counter:"text-right leading-[1.6]"},Zo={notch:"string",notchLeading:"string",notchLeadingNormal:"string",notchLeadingWhite:"string",notchMiddle:"string",notchMiddleNormal:"string",notchMiddleWhite:"string",notchTrailing:"string",notchTrailingNormal:"string",notchTrailingWhite:"string",counter:"string"};class d{constructor(t,e,i){this._config=this._getConfig(e,t),this._element=t,this._classes=this._getClasses(i),this._label=null,this._labelWidth=0,this._labelMarginLeft=0,this._notchLeading=null,this._notchMiddle=null,this._notchTrailing=null,this._initiated=!1,this._helper=null,this._counter=!1,this._counterElement=null,this._maxLength=0,this._leadingIcon=null,this._element&&(r.setData(t,No,this),this.init())}static get NAME(){return Bo}get input(){return C.findOne("input",this._element)||C.findOne("textarea",this._element)}init(){this._initiated||(this._getLabelData(),this._applyDivs(),this._applyNotch(),this._activate(),this._getHelper(),this._getCounter(),this._initiated=!0)}update(){this._getLabelData(),this._getNotchData(),this._applyNotch(),this._activate(),this._getHelper(),this._getCounter()}forceActive(){this.input.setAttribute(Wo,""),C.findOne(Uo,this.input.parentNode).setAttribute(Wo,"")}forceInactive(){this.input.removeAttribute(Wo),C.findOne(Uo,this.input.parentNode).removeAttribute(Wo)}dispose(){this._removeBorder(),r.removeData(this._element,No),this._element=null}_getConfig(t,e){return t={...Go,...x.getDataAttributes(e),..."object"==typeof t?t:{}},i(Bo,t,Qo),t}_getClasses(t){var e=x.getDataClassAttributes(this._element);return t={...$o,...e,...t},i(Bo,t,Zo),t}_getLabelData(){this._label=C.findOne("label",this._element),null===this._label?this._showPlaceholder():(this._getLabelWidth(),this._getLabelPositionInInputGroup(),this._toggleDefaultDatePlaceholder())}_getHelper(){this._helper=C.findOne(qo,this._element)}_getCounter(){this._counter=x.getDataAttribute(this.input,"inputShowcounter"),this._counter&&(this._maxLength=this.input.maxLength,this._showCounter())}_showCounter(){var t;0{var t=this.input.value.length;this._counterElement.innerHTML="".concat(t," / ").concat(this._maxLength)})}_toggleDefaultDatePlaceholder(){var t=0{this._getElements(i);var t=i?i.target:this.input,e=C.findOne(Uo,this._element);i&&"focus"===i.type&&e.setAttribute(Fo,""),""!==t.value&&(t.setAttribute(Wo,""),e.setAttribute(Wo,"")),this._toggleDefaultDatePlaceholder(t)})}_getElements(t){var e;t&&(this._element=t.target.parentNode,this._label=C.findOne("label",this._element)),t&&this._label&&(e=this._labelWidth,this._getLabelData(),e!==this._labelWidth)&&(this._notchMiddle=C.findOne(Ko,t.target.parentNode),this._notchLeading=C.findOne(Xo,t.target.parentNode),this._applyNotch())}_deactivate(t){var t=t?t.target:this.input,e=C.findOne(Uo,t.parentNode);e.removeAttribute(Fo),""===t.value&&(t.removeAttribute(Wo),e.removeAttribute(Wo)),this._toggleDefaultDatePlaceholder(t)}static activate(e){return function(t){e._activate(t)}}static deactivate(e){return function(t){e._deactivate(t)}}static jQueryInterface(i,n){return this.each(function(){let t=r.getData(this,No);var e="object"==typeof i&&i;if((t||!/dispose/.test(i))&&(t=t||new d(this,e),"string"==typeof i)){if(void 0===t[i])throw new TypeError('No method named "'.concat(i,'"'));t[i](n)}})}static getInstance(t){return r.getData(t,No)}static getOrCreateInstance(t){var e=1{C.find(Yo,t.target).forEach(t=>{t=d.getInstance(t.parentNode);t&&t.update()}),C.find(zo,t.target).forEach(t=>{t=d.getInstance(t.parentNode);t&&t.update()})}),y.on(window,"shown.te.dropdown",t=>{t=t.target.parentNode.querySelector("[data-te-dropdown-menu-ref]");t&&(C.find(Yo,t).forEach(t=>{t=d.getInstance(t.parentNode);t&&t.update()}),C.find(zo,t).forEach(t=>{t=d.getInstance(t.parentNode);t&&t.update()}))}),y.on(window,"shown.te.tab",t=>{let e;e=(t.target.href||x.getDataAttribute(t.target,"target")).split("#")[1];t=C.findOne("#".concat(e));C.find(Yo,t).forEach(t=>{t=d.getInstance(t.parentNode);t&&t.update()}),C.find(zo,t).forEach(t=>{t=d.getInstance(t.parentNode);t&&t.update()})}),C.find("[".concat(a,"]")).map(t=>new d(t)),y.on(window,"reset",t=>{C.find(Yo,t.target).forEach(t=>{t=d.getInstance(t.parentNode);t&&t.forceInactive()}),C.find(zo,t.target).forEach(t=>{t=d.getInstance(t.parentNode);t&&t.forceInactive()})}),y.on(window,"onautocomplete",t=>{var e=d.getInstance(t.target.parentNode);e&&t.cancelable&&e.forceActive()}),J(()=>{const t=$();if(t){const e=t.fn[Bo];t.fn[Bo]=d.jQueryInterface,t.fn[Bo].Constructor=d,t.fn[Bo].noConflict=()=>(t.fn[Bo]=e,d.jQueryInterface)}});var Jo=d;const ta="animation",ea="te.animation";const ia={animation:"string",animationStart:"string",animationShowOnLoad:"boolean",onStart:"(null|function)",onEnd:"(null|function)",onHide:"(null|function)",onShow:"(null|function)",animationOnScroll:"(string)",animationWindowHeight:"number",animationOffset:"(number|string)",animationDelay:"(number|string)",animationReverse:"boolean",animationInterval:"(number|string)",animationRepeat:"(number|boolean)",animationReset:"boolean"},na={animation:"fade",animationStart:"onClick",animationShowOnLoad:!0,onStart:null,onEnd:null,onHide:null,onShow:null,animationOnScroll:"once",animationWindowHeight:0,animationOffset:0,animationDelay:0,animationReverse:!1,animationInterval:0,animationRepeat:!1,animationReset:!1};class sa{constructor(t,e){this._element=t,this._animateElement=this._getAnimateElement(),this._isFirstScroll=!0,this._repeatAnimateOnScroll=!0,this._options=this._getConfig(e),this._element&&r.setData(t,ea,this)}static get NAME(){return ta}init(){this._init()}startAnimation(){this._startAnimation()}stopAnimation(){this._clearAnimationClass()}changeAnimationType(t){this._options.animation=t}dispose(){y.off(this._element,"mousedown"),y.off(this._animateElement,"animationend"),y.off(window,"scroll"),y.off(this._element,"mouseover"),r.removeData(this._element,ea),this._element=null,this._animateElement=null,this._isFirstScroll=null,this._repeatAnimateOnScroll=null,this._options=null}_init(){switch(this._options.animationStart){case"onHover":this._bindHoverEvents();break;case"onLoad":this._startAnimation();break;case"onScroll":this._bindScrollEvents();break;case"onClick":this._bindClickEvents()}this._bindTriggerOnEndCallback(),this._options.animationReset&&this._bindResetAnimationAfterFinish()}_getAnimateElement(){var t=x.getDataAttribute(this._element,"animation-target");return t?C.find(t)[0]:this._element}_getConfig(t){var e=x.getDataAttributes(this._animateElement);return t={...na,...e,...t},i(ta,t,ia),t}_animateOnScroll(){var t=x.offset(this._animateElement).top,e=this._animateElement.offsetHeight,i=window.innerHeight,i=t+this._options.animationOffset<=i&&0<=t+this._options.animationOffset+e,t="visible"===this._animateElement.style.visibility;switch(!0){case i&&this._isFirstScroll:this._isFirstScroll=!1,this._startAnimation();break;case!i&&this._isFirstScroll:this._isFirstScroll=!1,this._hideAnimateElement();break;case i&&!t&&this._repeatAnimateOnScroll:"repeat"!==this._options.animationOnScroll&&(this._repeatAnimateOnScroll=!1),this._callback(this._options.onShow),this._showAnimateElement(),this._startAnimation();break;case!i&&t&&this._repeatAnimateOnScroll:this._hideAnimateElement(),this._clearAnimationClass(),this._callback(this._options.onHide)}}_addAnimatedClass(){x.addClass(this._animateElement,"animate-".concat(this._options.animation))}_clearAnimationClass(){this._animateElement.classList.remove("animate-".concat(this._options.animation))}_startAnimation(){this._callback(this._options.onStart),this._addAnimatedClass(),this._options.animationRepeat&&!this._options.animationInterval&&this._setAnimationRepeat(),this._options.animationReverse&&this._setAnimationReverse(),this._options.animationDelay&&this._setAnimationDelay(),this._options.animationDuration&&this._setAnimationDuration(),this._options.animationInterval&&this._setAnimationInterval()}_setAnimationReverse(){x.style(this._animateElement,{animationIterationCount:!0===this._options.animationRepeat?"infinite":"2",animationDirection:"alternate"})}_setAnimationDuration(){x.style(this._animateElement,{animationDuration:"".concat(this._options.animationDuration,"ms")})}_setAnimationDelay(){x.style(this._animateElement,{animationDelay:"".concat(this._options.animationDelay,"ms")})}_setAnimationRepeat(){x.style(this._animateElement,{animationIterationCount:!0===this._options.animationRepeat?"infinite":this._options.animationRepeat})}_setAnimationInterval(){y.on(this._animateElement,"click",()=>{this._clearAnimationClass(),setTimeout(()=>{this._addAnimatedClass()},this._options.animationInterval)})}_hideAnimateElement(){x.style(this._animateElement,{visibility:"hidden"})}_showAnimateElement(){x.style(this._animateElement,{visibility:"visible"})}_bindResetAnimationAfterFinish(){y.on(this._animateElement,"animationend",()=>{this._clearAnimationClass()})}_bindTriggerOnEndCallback(){y.on(this._animateElement,"animationend",()=>{this._callback(this._options.onEnd)})}_bindScrollEvents(){this._options.animationShowOnLoad||this._animateOnScroll(),y.on(window,"scroll",()=>{this._animateOnScroll()})}_bindClickEvents(){y.on(this._element,"mousedown",()=>{this._startAnimation()})}_bindHoverEvents(){y.one(this._element,"mouseover",()=>{this._startAnimation()}),y.one(this._animateElement,"animationend",()=>{setTimeout(()=>{this._bindHoverEvents()},100)})}_callback(t){t instanceof Function&&t()}static autoInit(t){t._init()}static jQueryInterface(t){new sa(this[0],t).init()}static getInstance(t){return r.getData(t,ea)}static getOrCreateInstance(t){var e=1{sa.autoInit(new sa(t))}),J(()=>{const t=$();if(t){const e=t.fn[ta];t.fn[ta]=sa.jQueryInterface,t.fn[ta].Constructor=sa,t.fn[ta].noConflict=()=>(t.fn[ta]=e,sa.jQueryInterface)}});var oa=sa;const aa="ripple",ra="te.ripple",la=["[data-te-ripple-init]"],ca=[0,0,0],ha=[{name:"primary",gradientColor:"#1268f1"},{name:"secondary",gradientColor:"#b33cfd"},{name:"success",gradientColor:"#00b749"},{name:"danger",gradientColor:"#f93152"},{name:"warning",gradientColor:"#ffaa00"},{name:"info",gradientColor:"#39c0ed"},{name:"light",gradientColor:"#fbfbfb"},{name:"dark",gradientColor:"#262626"}],da={rippleCentered:!1,rippleColor:"",rippleColorDark:"",rippleDuration:"500ms",rippleRadius:0,rippleUnbound:!1},ua={rippleCentered:"boolean",rippleColor:"string",rippleColorDark:"string",rippleDuration:"string",rippleRadius:"number",rippleUnbound:"boolean"},pa={ripple:"relative overflow-hidden inline-block align-bottom",rippleWave:"rounded-[50%] opacity-50 pointer-events-none absolute touch-none scale-0 transition-[transform,_opacity] ease-[cubic-bezier(0,0,0.15,1),_cubic-bezier(0,0,0.15,1)] z-[999]",unbound:"overflow-visible"},fa={ripple:"string",rippleWave:"string",unbound:"string"};class ma{constructor(t,e,i){this._element=t,this._options=this._getConfig(e),this._classes=this._getClasses(i),this._element&&(r.setData(t,ra,this),x.addClass(this._element,this._classes.ripple)),this._clickHandler=this._createRipple.bind(this),this._rippleTimer=null,this._isMinWidthSet=!1,this._initialClasses=null,this.init()}static get NAME(){return aa}init(){this._addClickEvent(this._element)}dispose(){r.removeData(this._element,ra),y.off(this._element,"click",this._clickHandler),this._element=null,this._options=null}_autoInit(e){la.forEach(t=>{C.closest(e.target,t)&&(this._element=C.closest(e.target,t))}),this._element.style.minWidth||(x.style(this._element,{"min-width":getComputedStyle(this._element).width}),this._isMinWidthSet=!0),this._initialClasses=[...this._element.classList],x.addClass(this._element,this._classes.ripple),this._options=this._getConfig(),this._createRipple(e)}_addClickEvent(t){y.on(t,"mousedown",this._clickHandler)}_createRipple(t){this._element.className.indexOf(this._classes.ripple)<0&&x.addClass(this._element,this._classes.ripple);var{layerX:t,layerY:e}=t,i=this._element.offsetHeight,n=this._element.offsetWidth,s=this._durationToMsNumber(this._options.rippleDuration),o={offsetX:this._options.rippleCentered?i/2:t,offsetY:this._options.rippleCentered?n/2:e,height:i,width:n},o=this._getDiameter(o),a=this._options.rippleRadius||o/2,r={delay:.5*s,duration:s-.5*s},n={left:this._options.rippleCentered?"".concat(n/2-a,"px"):"".concat(t-a,"px"),top:this._options.rippleCentered?"".concat(i/2-a,"px"):"".concat(e-a,"px"),height:"".concat(2*this._options.rippleRadius||o,"px"),width:"".concat(2*this._options.rippleRadius||o,"px"),transitionDelay:"0s, ".concat(r.delay,"ms"),transitionDuration:"".concat(s,"ms, ").concat(r.duration,"ms")},t=w("div");this._createHTMLRipple({wrapper:this._element,ripple:t,styles:n}),this._removeHTMLRipple({ripple:t,duration:s})}_createHTMLRipple(t){let{wrapper:e,ripple:i,styles:n}=t;Object.keys(n).forEach(t=>i.style[t]=n[t]),x.addClass(i,this._classes.rippleWave),i.setAttribute("data-te-ripple-ref",""),this._addColor(i,e),this._toggleUnbound(e),this._appendRipple(i,e)}_removeHTMLRipple(t){let{ripple:e,duration:i}=t;this._rippleTimer&&(clearTimeout(this._rippleTimer),this._rippleTimer=null),e&&setTimeout(()=>{e.classList.add("!opacity-0")},10),this._rippleTimer=setTimeout(()=>{var t;e&&(e.remove(),this._element)&&(C.find("[data-te-ripple-ref]",this._element).forEach(t=>{t.remove()}),this._isMinWidthSet&&(x.style(this._element,{"min-width":""}),this._isMinWidthSet=!1),t=this._initialClasses?this._addedNewRippleClasses(this._classes.ripple,this._initialClasses):this._classes.ripple.split(" "),x.removeClass(this._element,t))},i)}_addedNewRippleClasses(t,i){return t.split(" ").filter(e=>-1===i.findIndex(t=>e===t))}_durationToMsNumber(t){return Number(t.replace("ms","").replace("s","000"))}_getConfig(){var t=0Math.sqrt(t**2+e**2),r=e===i/2&&t===n/2;const l=!0==s&&!1==o,c=!0==s&&!0==o,h=!1==s&&!0==o,d=!1==s&&!1==o;s={topLeft:a(t,e),topRight:a(n-t,e),bottomLeft:a(t,i-e),bottomRight:a(n-t,i-e)};let u=0;return r||d?u=s.topLeft:h?u=s.topRight:c?u=s.bottomRight:l&&(u=s.bottomLeft),2*u}_appendRipple(t,e){e.appendChild(t),setTimeout(()=>{x.addClass(t,"opacity-0 scale-100")},50)}_toggleUnbound(t){!0===this._options.rippleUnbound?x.addClass(t,this._classes.unbound):x.removeClass(t,this._classes.unbound)}_addColor(t){let e=this._options.rippleColor||"rgb(0,0,0)";"dark"!==localStorage.theme&&("theme"in localStorage||!window.matchMedia("(prefers-color-scheme: dark)").matches)||(e=this._options.rippleColorDark||this._options.rippleColor);var i=ha.find(t=>t.name===e.toLowerCase()),i=(i?this._colorToRGB(i.gradientColor):this._colorToRGB(e)).join(","),i="rgba({{color}}, 0.2) 0, rgba({{color}}, 0.3) 40%, rgba({{color}}, 0.4) 50%, rgba({{color}}, 0.5) 60%, rgba({{color}}, 0) 70%".split("{{color}}").join("".concat(i));t.style.backgroundImage="radial-gradient(circle, ".concat(i,")")}_colorToRGB(t){var e,i,n;return"transparent"===t.toLowerCase()?ca:"#"===t[0]?((e=t).length<7&&(e="#".concat(e[1]).concat(e[1]).concat(e[2]).concat(e[2]).concat(e[3]).concat(e[3])),[parseInt(e.substr(1,2),16),parseInt(e.substr(3,2),16),parseInt(e.substr(5,2),16)]):(-1===t.indexOf("rgb")&&(e=t,i=document.body.appendChild(document.createElement("fictum")),n="rgb(1, 2, 3)",i.style.color=n,t=i.style.color!==n||(i.style.color=e,i.style.color===n)||""===i.style.color?ca:(e=getComputedStyle(i).color,document.body.removeChild(i),e)),0===t.indexOf("rgb")?((n=(n=t).match(/[.\d]+/g).map(t=>+Number(t))).length=3,n):ca)}static autoInitial(e){return function(t){e._autoInit(t)}}static jQueryInterface(t){return this.each(function(){return r.getData(this,ra)?null:new ma(this,t)})}static getInstance(t){return r.getData(t,ra)}static getOrCreateInstance(t){var e=1{y.one(document,"mousedown",t,ma.autoInitial(new ma))}),J(()=>{const t=$();if(t){const e=t.fn[aa];t.fn[aa]=ma.jQueryInterface,t.fn[aa].Constructor=ma,t.fn[aa].noConflict=()=>(t.fn[aa]=e,ma.jQueryInterface)}});var ga=ma;function v(t){return t.getDate()}function _a(t){return t.getDay()}function b(t){return t.getMonth()}function k(t){return t.getFullYear()}function va(t){return wa((t=t).getFullYear(),t.getMonth()+1,0).getDate()}function ba(){return new Date}function u(t,e){return A(t,12*e)}function A(t,e){e=wa(t.getFullYear(),t.getMonth()+e,t.getDate());return v(t)!==v(e)&&e.setDate(0),e}function ya(t,e){return wa(t.getFullYear(),t.getMonth(),t.getDate()+e)}function wa(t,e,i){e=new Date(t,e,i);return 0<=t&&t<100&&e.setFullYear(e.getFullYear()-1900),e}function xa(t){t=t.split("-");return wa(t[0],t[1],t[2])}function Ca(t,e){return t.setHours(0,0,0,0),e.setHours(0,0,0,0),t.getTime()===e.getTime()}function ka(t,e){return((k(t)-function(t,e,i){let n=0;i?(i=k(i),n=i-t+1):e&&(n=k(e));return n}())%e+e)%e}function Aa(t,e,i,n,s){return"days"===i?k(t)===k(e)&&b(t)===b(e):"months"===i?k(t)===k(e):"years"===i&&k(e)>=s&&k(e)<=n}const Sa="data-te-datepicker-modal-container-ref",Ta="data-te-datepicker-date-text-ref",Oa="data-te-datepicker-view-ref",Ea="data-te-datepicker-previous-button-ref",Ia="data-te-datepicker-next-button-ref",Da="data-te-datepicker-ok-button-ref",Ma="data-te-datepicker-cancel-button-ref",La="data-te-datepicker-clear-button-ref",Pa="data-te-datepicker-view-change-button-ref";function Ba(t,e,i,n,s,o,a,r,l,c){var h,d,u=b(t),p=k(t),f=v(t),m=_a(t),g=w("div"),_="\n ".concat((f=f,m=m,h=u,d=s,'\n
\n
\n ').concat(d.title,'\n
\n
\n ").concat(d.weekdaysShort[m],", ").concat(d.monthsShort[h]," ").concat(f,"\n
\n
\n ")),"\n ").concat(function(t,e,i,n,s,o,a,r,l,c,h){e='\n
\n ').concat(function(t,e,i,n){return'\n
\n \n
\n \n \n
\n
\n ")}(e,i,a,h),'\n
\n ').concat(function(t,e,i,n,s,o,a,r,l,c){let h;h="days"===o.view?Ha(t,i,o,c):"months"===o.view?Ra(e,n,s,o,a,c):ja(t,n,0,r,l,c);return h}(t,i,n,s,o,a,r,l,c,h),"\n
\n ").concat(function(t,e){return'\n
\n \n \n \n
\n ")}(a,h),"\n
\n ");return e}(t,u,p,e,i,n,s,o,a,r,c),"\n ");return x.addClass(g,c.modalContainer),g.setAttribute(Sa,l),g.innerHTML=_,g}function Na(t,e){return'\n \n ').concat(t.viewChangeIconTemplate,"\n \n ")}function Ha(t,e,i,n){t=function(t,e,i){var n=[],s=b(t),o=b(A(t,-1)),a=b(A(t,1)),r=k(t),l=function(t,e,i){return i=0<(i=i.startDay)?7-i:0,7<=(t=new Date(t,e).getDay()+i)?t-7:t}(r,s,i),c=va(t),h=va(A(t,-1));let d=1,u=!1;for(let t=1;t<7;t++){var p=[];if(1===t){for(let t=h-l+1;t<=h;t++){var f=wa(r,o,t);p.push({date:f,currentMonth:u,isSelected:e&&Ca(f,e),isToday:Ca(f,ba()),dayNumber:v(f)})}u=!0;var m=7-p.length;for(let t=0;tc&&(d=1,u=!1);var _=wa(r,u?s:a,d);p.push({date:_,currentMonth:u,isSelected:e&&Ca(_,e),isToday:Ca(_,ba()),dayNumber:v(_)}),d++}n.push(p)}return n}(t,e,i),e=i.weekdaysNarrow,e="\n \n ".concat(e.map((t,e)=>'').concat(t,"")).join(""),"\n \n "),t=t.map(t=>"\n \n ".concat(t.map(t=>'\n \n \n ').concat(t.dayNumber,"\n \n \n ")).join(""),"\n \n ")).join("");return'\n \n \n ').concat(e,"\n \n \n ").concat(t,"\n \n
\n ")}function Ra(i,n,s,o,t,a){t=function(e,i){var n=[];let s=[];for(let t=0;t"\n \n ".concat(t.map(t=>{var e=o.monthsShort.indexOf(t);return'\n \n
').concat(t,"
\n \n ")}).join(""),"\n \n ")).join(""),"\n ");return'\n \n \n ').concat(t,"\n \n
\n ")}function ja(t,e,i,n,s,o){t=function(t,e,i){var n=[],s=k(t),t=ka(t,e),o=s-t;let a=[];for(let t=0;t"\n \n ".concat(t.map(t=>'\n \n
').concat(t,"
\n \n ")).join(""),"\n \n ")).join(""),"\n ");return'\n \n \n ').concat(n,"\n \n
\n ")}const Wa="datepicker",Fa="te.datepicker";h=".".concat(Fa);const Va="close".concat(h),Ya="open".concat(h),za="dateChange".concat(h),Ua="click".concat(h).concat(".data-api"),Xa="data-te-datepicker-modal-container-ref",Ka="data-te-datepicker-dropdown-container-ref";const qa="[data-te-datepicker-toggle-ref]",Ga="[".concat(Xa,"]"),Qa="[".concat(Ka,"]");const $a={title:"Select date",monthsFull:["January","February","March","April","May","June","July","August","September","October","November","December"],monthsShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],weekdaysFull:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],weekdaysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],weekdaysNarrow:["S","M","T","W","T","F","S"],okBtnText:"Ok",clearBtnText:"Clear",cancelBtnText:"Cancel",okBtnLabel:"Confirm selection",clearBtnLabel:"Clear selection",cancelBtnLabel:"Cancel selection",nextMonthLabel:"Next month",prevMonthLabel:"Previous month",nextYearLabel:"Next year",prevYearLabel:"Previous year",changeMonthIconTemplate:'\n \n \n ',nextMultiYearLabel:"Next 24 years",prevMultiYearLabel:"Previous 24 years",switchToMultiYearViewLabel:"Choose year and month",switchToMonthViewLabel:"Choose date",switchToDayViewLabel:"Choose date",startDate:null,startDay:0,format:"dd/mm/yyyy",view:"days",viewChangeIconTemplate:'\n \n \n ',toggleButton:!0,disableToggleButton:!1,disableInput:!1},Za={title:"string",monthsFull:"array",monthsShort:"array",weekdaysFull:"array",weekdaysShort:"array",weekdaysNarrow:"array",okBtnText:"string",clearBtnText:"string",cancelBtnText:"string",okBtnLabel:"string",clearBtnLabel:"string",cancelBtnLabel:"string",nextMonthLabel:"string",prevMonthLabel:"string",nextYearLabel:"string",prevYearLabel:"string",nextMultiYearLabel:"string",prevMultiYearLabel:"string",changeMonthIconTemplate:"string",switchToMultiYearViewLabel:"string",switchToMonthViewLabel:"string",switchToDayViewLabel:"string",startDate:"(null|string|date)",startDay:"number",format:"string",view:"string",viewChangeIconTemplate:"string",toggleButton:"boolean",disableToggleButton:"boolean",disableInput:"boolean"},Ja={fadeIn:"animate-[fade-in_0.3s_both] p-[auto] motion-reduce:transition-none motion-reduce:animate-none",fadeOut:"animate-[fade-out_0.3s_both] p-[auto] motion-reduce:transition-none motion-reduce:animate-none",fadeInShort:"animate-[fade-in_0.15s_both] p-[auto] motion-reduce:transition-none motion-reduce:animate-none",fadeOutShort:"animate-[fade-out_0.15s_both] p-[auto] motion-reduce:transition-none motion-reduce:animate-none",modalContainer:"flex flex-col fixed top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 w-[328px] h-[512px] bg-white rounded-[0.6rem] shadow-lg z-[1066] xs:max-md:landscape:w-[475px] xs:max-md:landscape:h-[360px] xs:max-md:landscape:flex-row dark:bg-zinc-700",datepickerBackdrop:"w-full h-full fixed top-0 right-0 left-0 bottom-0 bg-black/40 z-[1065]",datepickerMain:"relative h-full",datepickerHeader:"xs:max-md:landscape:h-full h-[120px] px-6 bg-primary flex flex-col rounded-t-lg dark:bg-zinc-800",datepickerTitle:"h-8 flex flex-col justify-end",datepickerTitleText:"text-[10px] font-normal uppercase tracking-[1.7px] text-white",datepickerDate:"xs:max-md:landscape:mt-24 h-[72px] flex flex-col justify-end",datepickerDateText:"text-[34px] font-normal text-white",datepickerView:"outline-none px-3",datepickerDateControls:"px-3 pt-2.5 pb-0 flex justify-between text-black/[64]",datepickerViewChangeButton:"flex items-center outline-none p-2.5 text-neutral-500 font-medium text-[0.9rem] rounded-xl shadow-none bg-transparent m-0 border-none hover:bg-neutral-200 focus:bg-neutral-200 dark:text-white dark:hover:bg-white/10 dark:focus:bg-white/10",datepickerViewChangeIcon:"inline-block pointer-events-none ml-[3px] [&>svg]:w-4 [&>svg]:h-4 [&>svg]:fill-neutral-500 dark:[&>svg]:fill-white",datepickerArrowControls:"mt-2.5",datepickerPreviousButton:"p-0 w-10 h-10 leading-10 border-none outline-none m-0 text-gray-600 bg-transparent mr-6 hover:bg-neutral-200 hover:rounded-[50%] focus:bg-neutral-200 focus:rounded-[50%] dark:text-white dark:hover:bg-white/10 dark:focus:bg-white/10 [&>svg]:w-4 [&>svg]:h-4 [&>svg]:mx-auto",datepickerNextButton:"p-0 w-10 h-10 leading-10 border-none outline-none m-0 text-gray-600 bg-transparent hover:bg-neutral-200 hover:rounded-[50%] focus:bg-neutral-200 focus:rounded-[50%] dark:text-white dark:hover:bg-white/10 dark:focus:bg-white/10 [&>svg]:w-4 [&>svg]:h-4 [&>svg]:rotate-180 [&>svg]:mx-auto",datepickerFooter:"h-14 flex absolute w-full bottom-0 justify-end items-center px-3",datepickerFooterBtn:"outline-none bg-white text-primary border-none cursor-pointer py-0 px-2.5 uppercase text-[0.8rem] leading-10 font-medium h-10 tracking-[.1rem] rounded-[10px] mb-2.5 hover:bg-neutral-200 focus:bg-neutral-200 dark:bg-transparent dark:text-white dark:hover:bg-white/10 dark:focus:bg-white/10",datepickerClearBtn:"mr-auto",datepickerDayHeading:"w-10 h-10 text-center text-[12px] font-normal",datepickerCell:"text-center data-[te-datepicker-cell-disabled]:text-neutral-300 data-[te-datepicker-cell-disabled]:cursor-default data-[te-datepicker-cell-disabled]:pointer-events-none data-[te-datepicker-cell-disabled]:hover:cursor-default hover:cursor-pointer group",datepickerCellSmall:"w-10 h-10 xs:max-md:landscape:w-8 xs:max-md:landscape:h-8",datepickerCellLarge:"w-[76px] h-[42px]",datepickerCellContent:"mx-auto group-[:not([data-te-datepicker-cell-disabled]):not([data-te-datepicker-cell-selected]):hover]:bg-neutral-300 group-[[data-te-datepicker-cell-selected]]:bg-primary group-[[data-te-datepicker-cell-selected]]:text-white group-[:not([data-te-datepicker-cell-selected])[data-te-datepicker-cell-focused]]:bg-neutral-100 group-[[data-te-datepicker-cell-focused]]:data-[te-datepicker-cell-selected]:bg-primary group-[[data-te-datepicker-cell-current]]:border-solid group-[[data-te-datepicker-cell-current]]:border-black group-[[data-te-datepicker-cell-current]]:border dark:group-[:not([data-te-datepicker-cell-disabled]):not([data-te-datepicker-cell-selected]):hover]:bg-white/10 dark:group-[[data-te-datepicker-cell-current]]:border-white dark:group-[:not([data-te-datepicker-cell-selected])[data-te-datepicker-cell-focused]]:bg-white/10",datepickerCellContentSmall:"w-9 h-9 leading-9 rounded-[50%] text-[13px]",datepickerCellContentLarge:"w-[72px] h-10 leading-10 py-[1px] px-0.5 rounded-[999px]",datepickerTable:"mx-auto w-[304px]",datepickerToggleButton:"flex items-center justify-content-center [&>svg]:w-5 [&>svg]:h-5 absolute outline-none border-none bg-transparent right-2.5 top-1/2 -translate-x-1/2 -translate-y-1/2 hover:text-primary focus:text-primary dark:hover:text-primary-400 dark:focus:text-primary-400 dark:text-neutral-200"},tr={fadeIn:"string",fadeOut:"string",fadeInShort:"string",fadeOutShort:"string",modalContainer:"string",datepickerBackdrop:"string",datepickerMain:"string",datepickerHeader:"string",datepickerTitle:"string",datepickerTitleText:"string",datepickerDate:"string",datepickerDateText:"string",datepickerView:"string",datepickerDateControls:"string",datepickerViewChangeButton:"string",datepickerArrowControls:"string",datepickerPreviousButton:"string",datepickerNextButton:"string",datepickerFooter:"string",datepickerFooterBtn:"string",datepickerClearBtn:"string",datepickerDayHeading:"string",datepickerCell:"string",datepickerCellSmall:"string",datepickerCellLarge:"string",datepickerCellContent:"string",datepickerCellContentSmall:"string",datepickerCellContentLarge:"string",datepickerTable:"string",datepickerToggleButton:"string"};class er{constructor(t,e,i){this._element=t,this._input=C.findOne("input",this._element),this._options=this._getConfig(e),this._classes=this._getClasses(i),this._activeDate=new Date,this._selectedDate=null,this._selectedYear=null,this._selectedMonth=null,this._view=this._options.view,this._popper=null,this._focusTrap=null,this._isOpen=!1,this._toggleButtonId=j("datepicker-toggle-"),this._element&&r.setData(t,Fa,this),this._init(),this.toggleButton&&this._options.disableToggle&&(this.toggleButton.disabled="true"),this._options.disableInput&&(this._input.disabled="true")}static get NAME(){return Wa}get container(){return C.findOne("[".concat(Xa,"='").concat(this._toggleButtonId,"']"))||C.findOne("[".concat(Ka,"='").concat(this._toggleButtonId,"']"))}get options(){return this._options}get activeCell(){let t;return"days"===this._view&&(t=this._getActiveDayCell()),"months"===this._view&&(t=this._getActiveMonthCell()),t="years"===this._view?this._getActiveYearCell():t}get activeDay(){return v(this._activeDate)}get activeMonth(){return b(this._activeDate)}get activeYear(){return k(this._activeDate)}get firstYearInView(){return this.activeYear-ka(this._activeDate,24)}get lastYearInView(){return this.firstYearInView+24-1}get viewChangeButton(){return C.findOne("[data-te-datepicker-view-change-button-ref]",this.container)}get previousButton(){return C.findOne("[data-te-datepicker-previous-button-ref]",this.container)}get nextButton(){return C.findOne("[data-te-datepicker-next-button-ref]",this.container)}get okButton(){return C.findOne("[data-te-datepicker-ok-button-ref]",this.container)}get cancelButton(){return C.findOne("[data-te-datepicker-cancel-button-ref]",this.container)}get clearButton(){return C.findOne("[data-te-datepicker-clear-button-ref]",this.container)}get datesContainer(){return C.findOne("[data-te-datepicker-view-ref]",this.container)}get toggleButton(){return C.findOne("[data-te-datepicker-toggle-button-ref]",this._element)}_getConfig(t){var e=x.getDataAttributes(this._element);return t={...$a,...e,...t},i(Wa,t,Za),t.startDay&&0!==t.startDay&&(e=this._getNewDaysOrderArray(t),t.weekdaysNarrow=e),t}_getClasses(t){var e=x.getDataClassAttributes(this._element);return t={...Ja,...e,...t},i(Wa,t,tr),t}_getNewDaysOrderArray(t){var e=t.startDay,t=t.weekdaysNarrow;return t.slice(e).concat(t.slice(0,e))}_init(){!this.toggleButton&&this._options.toggleButton&&(this._appendToggleButton(),this._input.readOnly||this._input.disabled)&&(this.toggleButton.style.pointerEvents="none"),this._listenToUserInput(),this._listenToToggleClick(),this._listenToToggleKeydown()}_appendToggleButton(){e=this._toggleButtonId,t=this._classes.datepickerToggleButton;var t,e='\n \n ');this._element.insertAdjacentHTML("beforeend",e)}open(){var t,e;this._input.readOnly||this._input.disabled||(t=y.trigger(this._element,Ya),this._isOpen)||t.defaultPrevented||(this._setInitialDate(),t=this._classes.datepickerBackdrop,e=w("div"),x.addClass(e,t),e.setAttribute("data-te-dropdown-backdrop-ref",""),t=e,e=Ba(this._activeDate,this._selectedDate,this._selectedYear,this._selectedMonth,this._options,4,24,24,this._toggleButtonId,this._classes),this._openModal(t,e),x.addClass(this.container,this._classes.fadeIn),x.addClass(t,this._classes.fadeInShort),this._setFocusTrap(this.container),this._listenToDateSelection(),this._addControlsListeners(),this._listenToEscapeClick(),this._listenToKeyboardNavigation(),this._listenToDatesContainerFocus(),this._listenToDatesContainerBlur(),this._asyncFocusDatesContainer(),this._updateViewControlsAndAttributes(this._view),this._isOpen=!0,setTimeout(()=>{this._listenToOutsideClick()},0))}_openDropdown(t){this._popper=qe(this._input,t,{placement:"bottom-start"}),document.body.appendChild(t)}_openModal(t,e){document.body.appendChild(t),document.body.appendChild(e);t=window.innerWidth>document.documentElement.clientWidth,e="".concat(Math.abs(window.innerWidth-document.documentElement.clientWidth),"px");t&&(document.body.style.overflow="hidden",document.body.style.paddingRight=e)}_setFocusTrap(t){this._focusTrap=new $i(t,{event:"keydown",condition:t=>"Tab"===t.key}),this._focusTrap.trap()}_listenToUserInput(){y.on(this._input,"input",t=>{this._handleUserInput(t.target.value)})}_listenToToggleClick(){y.on(this._element,Ua,qa,t=>{t.preventDefault(),this.open()})}_listenToToggleKeydown(){y.on(this._element,"keydown",qa,t=>{13!==t.keyCode||this._isOpen||this.open()})}_listenToDateSelection(){y.on(this.datesContainer,"click",t=>{var e,i=("DIV"===t.target.nodeName?t.target.parentNode:t.target).dataset,t="DIV"===t.target.nodeName?t.target.parentNode:t.target;i.teDate&&this._pickDay(i.teDate,t),i.teMonth&&i.teYear&&(t=parseInt(i.teMonth,10),e=parseInt(i.teYear,10),this._pickMonth(t,e)),i.teYear&&!i.teMonth&&(t=parseInt(i.teYear,10),this._pickYear(t)),this._updateHeaderDate(this._activeDate,this._options.monthsShort,this._options.weekdaysShort)})}_updateHeaderDate(t,e,i){var n=C.findOne("[data-te-datepicker-date-text-ref]",this.container),s=b(t),o=v(t),t=_a(t);n.innerHTML="".concat(i[t],", ").concat(e[s]," ").concat(o)}_addControlsListeners(){y.on(this.nextButton,"click",()=>{"days"===this._view?this.nextMonth():"years"===this._view?this.nextYears():this.nextYear()}),y.on(this.previousButton,"click",()=>{"days"===this._view?this.previousMonth():"years"===this._view?this.previousYears():this.previousYear()}),y.on(this.viewChangeButton,"click",()=>{"days"===this._view?this._changeView("years"):"years"!==this._view&&"months"!==this._view||this._changeView("days")}),this._listenToFooterButtonsClick()}_listenToFooterButtonsClick(){y.on(this.okButton,"click",()=>this.handleOk()),y.on(this.cancelButton,"click",()=>this.handleCancel()),y.on(this.clearButton,"click",()=>this.handleClear())}_listenToOutsideClick(){y.on(document,Ua,t=>{var e=t.target===this.container,t=this.container&&this.container.contains(t.target);e||t||this.close()})}_listenToEscapeClick(){y.on(document,"keydown",t=>{27===t.keyCode&&this._isOpen&&this.close()})}_listenToKeyboardNavigation(){y.on(this.datesContainer,"keydown",t=>{this._handleKeydown(t)})}_listenToDatesContainerFocus(){y.on(this.datesContainer,"focus",()=>{this._focusActiveCell(this.activeCell)})}_listenToDatesContainerBlur(){y.on(this.datesContainer,"blur",()=>{this._removeCurrentFocusStyles()})}_handleKeydown(t){"days"===this._view&&this._handleDaysViewKeydown(t),"months"===this._view&&this._handleMonthsViewKeydown(t),"years"===this._view&&this._handleYearsViewKeydown(t)}_handleDaysViewKeydown(t){var e=this._activeDate,i=this.activeCell;switch(t.keyCode){case 37:this._activeDate=ya(this._activeDate,-1);break;case 39:this._activeDate=ya(this._activeDate,1);break;case 38:this._activeDate=ya(this._activeDate,-7);break;case 40:this._activeDate=ya(this._activeDate,7);break;case 36:this._activeDate=ya(this._activeDate,1-v(this._activeDate));break;case 35:this._activeDate=ya(this._activeDate,va(this._activeDate)-v(this._activeDate));break;case 33:this._activeDate=A(this._activeDate,-1);break;case 34:this._activeDate=A(this._activeDate,1);break;case 13:case 32:return this._selectDate(this._activeDate),void t.preventDefault();default:return}Aa(e,this._activeDate,this._view,24,0)||this._changeView("days"),this._removeHighlightFromCell(i),this._focusActiveCell(this.activeCell),t.preventDefault()}_asyncFocusDatesContainer(){setTimeout(()=>{this.datesContainer.focus()},0)}_focusActiveCell(t){t&&t.setAttribute("data-te-datepicker-cell-focused","")}_removeHighlightFromCell(t){t&&t.removeAttribute("data-te-datepicker-cell-focused")}_getActiveDayCell(){var t=C.find("td",this.datesContainer);return Array.from(t).find(t=>{return Ca(xa(t.dataset.teDate),this._activeDate)})}_handleMonthsViewKeydown(t){var e=this._activeDate,i=this.activeCell;switch(t.keyCode){case 37:this._activeDate=A(this._activeDate,-1);break;case 39:this._activeDate=A(this._activeDate,1);break;case 38:this._activeDate=A(this._activeDate,-4);break;case 40:this._activeDate=A(this._activeDate,4);break;case 36:this._activeDate=A(this._activeDate,-this.activeMonth);break;case 35:this._activeDate=A(this._activeDate,11-this.activeMonth);break;case 33:this._activeDate=u(this._activeDate,-1);break;case 34:this._activeDate=u(this._activeDate,1);break;case 13:case 32:return void this._selectMonth(this.activeMonth);default:return}Aa(e,this._activeDate,this._view,24,0)||this._changeView("months"),this._removeHighlightFromCell(i),this._focusActiveCell(this.activeCell),t.preventDefault()}_getActiveMonthCell(){var t=C.find("td",this.datesContainer);return Array.from(t).find(t=>{var e=parseInt(t.dataset.teYear,10),t=parseInt(t.dataset.teMonth,10);return e===this.activeYear&&t===this.activeMonth})}_handleYearsViewKeydown(t){var e=this._activeDate,i=this.activeCell;switch(t.keyCode){case 37:this._activeDate=u(this._activeDate,-1);break;case 39:this._activeDate=u(this._activeDate,1);break;case 38:this._activeDate=u(this._activeDate,-4);break;case 40:this._activeDate=u(this._activeDate,4);break;case 36:this._activeDate=u(this._activeDate,-ka(this._activeDate,24));break;case 35:this._activeDate=u(this._activeDate,24-ka(this._activeDate,24)-1);break;case 33:this._activeDate=u(this._activeDate,-24);break;case 34:this._activeDate=u(this._activeDate,24);break;case 13:case 32:return void this._selectYear(this.activeYear);default:return}Aa(e,this._activeDate,this._view,24,0)||this._changeView("years"),this._removeHighlightFromCell(i),this._focusActiveCell(this.activeCell),t.preventDefault()}_getActiveYearCell(){var t=C.find("td",this.datesContainer);return Array.from(t).find(t=>{return parseInt(t.dataset.teYear,10)===this.activeYear})}_setInitialDate(){this._input.value?this._handleUserInput(this._input.value):this._options.startDate?this._activeDate=new Date(this._options.startDate):this._activeDate=new Date}close(){var t=y.trigger(this._element,Va);this._isOpen&&!t.defaultPrevented&&(this._removeDatepickerListeners(),x.addClass(this.container,this._classes.fadeOut),this._closeModal(),this._isOpen=!1,this._view=this._options.view,(this.toggleButton||this._input).focus())}_closeDropdown(){const t=C.findOne(Qa);window.matchMedia("(prefers-reduced-motion: reduce)").matches&&(t&&document.body.removeChild(t),this._popper)&&this._popper.destroy(),t.addEventListener("animationend",()=>{t&&document.body.removeChild(t),this._popper&&this._popper.destroy()}),this._removeFocusTrap()}_closeModal(){const t=C.findOne("[data-te-dropdown-backdrop-ref]"),e=C.findOne(Ga);x.addClass(t,this._classes.fadeOutShort),e&&t&&(window.matchMedia("(prefers-reduced-motion: reduce)").matches?(document.body.removeChild(t),document.body.removeChild(e),document.body.style.overflow="",document.body.style.paddingRight=""):t.addEventListener("animationend",()=>{document.body.removeChild(t),document.body.removeChild(e),document.body.style.overflow="",document.body.style.paddingRight=""}))}_removeFocusTrap(){this._focusTrap&&(this._focusTrap.disable(),this._focusTrap=null)}_removeDatepickerListeners(){y.off(this.nextButton,"click"),y.off(this.previousButton,"click"),y.off(this.viewChangeButton,"click"),y.off(this.okButton,"click"),y.off(this.cancelButton,"click"),y.off(this.clearButton,"click"),y.off(this.datesContainer,"click"),y.off(this.datesContainer,"keydown"),y.off(this.datesContainer,"focus"),y.off(this.datesContainer,"blur"),y.off(document,Ua)}dispose(){this._isOpen&&this.close(),this._removeInputAndToggleListeners();var t=C.findOne("#".concat(this._toggleButtonId));t&&this._element.removeChild(t),r.removeData(this._element,Fa),this._element=null,this._input=null,this._options=null,this._activeDate=null,this._selectedDate=null,this._selectedYear=null,this._selectedMonth=null,this._view=null,this._popper=null,this._focusTrap=null}_removeInputAndToggleListeners(){y.off(this._input,"input"),y.off(this._element,Ua,qa),y.off(this._element,"keydown",qa)}handleOk(){this._confirmSelection(this._selectedDate),this.close()}_selectDate(t){var e=1{switch(t){case"dddd":t=t.replace(t,s);break;case"ddd":t=t.replace(t,n);break;case"dd":t=t.replace(t,i);break;case"d":t=t.replace(t,e);break;case"mmmm":t=t.replace(t,l);break;case"mmm":t=t.replace(t,r);break;case"mm":t=t.replace(t,a);break;case"m":t=t.replace(t,o);break;case"yyyy":t=t.replace(t,h);break;case"yy":t=t.replace(t,c)}d+=t}),d}_addLeadingZero(t){return parseInt(t,10)<10?"0".concat(t):t}_pickDay(t,e){t=xa(t);this._activeDate=t,this._selectDate(t,e)}_pickYear(t){var e=wa(t,this.activeMonth,this.activeDay);this._activeDate=e,this._selectedDate=e,this._selectYear(t)}_pickMonth(t,e){e=wa(e,t,this.activeDay);this._activeDate=e,this._selectMonth(t)}nextMonth(){var t=A(this._activeDate,1),e=Ha(t,this._selectedDate,this._options,this._classes);this._activeDate=t,this.viewChangeButton.textContent="".concat(this._options.monthsFull[this.activeMonth]," ").concat(this.activeYear),this.viewChangeButton.innerHTML+=Na(this._options,this._classes),this.datesContainer.innerHTML=e}previousMonth(){var t=A(this._activeDate,-1),t=Ha(this._activeDate=t,this._selectedDate,this._options,this._classes);this.viewChangeButton.textContent="".concat(this._options.monthsFull[this.activeMonth]," ").concat(this.activeYear),this.viewChangeButton.innerHTML+=Na(this._options,this._classes),this.datesContainer.innerHTML=t}nextYear(){var t=u(this._activeDate,1),t=(this._activeDate=t,this.viewChangeButton.textContent="".concat(this.activeYear),this.viewChangeButton.innerHTML+=Na(this._options,this._classes),Ra(this.activeYear,this._selectedYear,this._selectedMonth,this._options,4,this._classes));this.datesContainer.innerHTML=t}previousYear(){var t=u(this._activeDate,-1),t=(this._activeDate=t,this.viewChangeButton.textContent="".concat(this.activeYear),this.viewChangeButton.innerHTML+=Na(this._options,this._classes),Ra(this.activeYear,this._selectedYear,this._selectedMonth,this._options,4,this._classes));this.datesContainer.innerHTML=t}nextYears(){var t=u(this._activeDate,24),t=ja(this._activeDate=t,this._selectedYear,this._options,24,4,this._classes);this.viewChangeButton.textContent="".concat(this.firstYearInView," - ").concat(this.lastYearInView),this.viewChangeButton.innerHTML+=Na(this._options,this._classes),this.datesContainer.innerHTML=t}previousYears(){var t=u(this._activeDate,-24),t=ja(this._activeDate=t,this._selectedYear,this._options,24,4,this._classes);this.viewChangeButton.textContent="".concat(this.firstYearInView," - ").concat(this.lastYearInView),this.viewChangeButton.innerHTML+=Na(this._options,this._classes),this.datesContainer.innerHTML=t}_asyncChangeView(t){setTimeout(()=>{this._changeView(t)},0)}_changeView(t){this._view=t,this.datesContainer.blur(),"days"===t&&(this.datesContainer.innerHTML=Ha(this._activeDate,this._selectedDate,this._options,this._classes)),"months"===t&&(this.datesContainer.innerHTML=Ra(this.activeYear,this._selectedYear,this._selectedMonth,this._options,4,this._classes)),"years"===t&&(this.datesContainer.innerHTML=ja(this._activeDate,this._selectedYear,this._options,24,4,this._classes)),this.datesContainer.focus(),this._updateViewControlsAndAttributes(t)}_updateViewControlsAndAttributes(t){"days"===t&&(this.viewChangeButton.textContent="".concat(this._options.monthsFull[this.activeMonth]," ").concat(this.activeYear),this.viewChangeButton.innerHTML+=Na(this._options,this._classes),this.viewChangeButton.setAttribute("aria-label",this._options.switchToMultiYearViewLabel),this.previousButton.setAttribute("aria-label",this._options.prevMonthLabel),this.nextButton.setAttribute("aria-label",this._options.nextMonthLabel)),"months"===t&&(this.viewChangeButton.textContent="".concat(this.activeYear),this.viewChangeButton.innerHTML+=Na(this._options,this._classes),this.viewChangeButton.setAttribute("aria-label",this._options.switchToDayViewLabel),this.previousButton.setAttribute("aria-label",this._options.prevYearLabel),this.nextButton.setAttribute("aria-label",this._options.nextYearLabel)),"years"===t&&(this.viewChangeButton.textContent="".concat(this.firstYearInView," - ").concat(this.lastYearInView),this.viewChangeButton.innerHTML+=Na(this._options,this._classes),this.viewChangeButton.setAttribute("aria-label",this._options.switchToMonthViewLabel),this.previousButton.setAttribute("aria-label",this._options.prevMultiYearLabel),this.nextButton.setAttribute("aria-label",this._options.nextMultiYearLabel))}_handleUserInput(t){var e=this._getDelimeters(this._options.format),t=this._parseDate(t,this._options.format,e);Number.isNaN(t.getTime())?(this._activeDate=new Date,this._selectedDate=null,this._selectedMonth=null,this._selectedYear=null):(this._activeDate=t,this._selectedDate=t)}_getDelimeters(t){return t.match(/[^(dmy)]{1,}/g)}_parseDate(t,e,i){let n;n=i[0]!==i[1]?i[0]+i[1]:i[0];var i=new RegExp("[".concat(n,"]")),s=t.split(i),o=e.split(i),t=-1!==e.indexOf("mmm"),a=[];for(let t=0;tt===e)}static getInstance(t){return r.getData(t,Fa)}static getOrCreateInstance(t){var e=1{var e=er.getInstance(t);e||new er(t)}),e(66);function nr(t,e){var{clientX:t,clientY:i,touches:n}=t,s=2{if(""!==s){let t,e,i,n;return rr(s)?(t=s.getHours(),n=t,e=s.getMinutes(),0===(t%=12)&&(i="AM"),t=t||12,void 0===i&&(i=12===t?"PM":"AM"),e=e<10?"0".concat(e):e):([t,e,i]=S(s,!1),n=t,0===(t%=12)&&(i="AM"),t=t||12,void 0===i&&(i=12<=n?"PM":"AM")),{hours:t,minutes:e,amOrPm:i}}},rr=t=>t&&"[object Date]"===Object.prototype.toString.call(t)&&!Number.isNaN(t),lr=i=>{if(""!==i){let t,e;return rr(i)?(t=i.getHours(),e=i.getMinutes()):[t,e]=S(i,!1),e=Number(e)<10?"0".concat(Number(e)):e,{hours:t,minutes:e}}},cr=()=>{return navigator.maxTouchPoints&&2{var[t,i,n]=S(t,!1),[e,s,o]=S(e,!1);return"PM"===n&&"AM"===o||n===o&&e{var t=new Date,e=t.getHours(),t=t.getMinutes();return"".concat(e,":").concat(t<10?"0".concat(t):t)},ur=(e,t,i)=>{if(t){let t=dr();i&&(t="".concat(ar(t).hours,":").concat(ar(t).minutes," ").concat(ar(t).amOrPm)),(""!==e&&hr(t,e)||""===e)&&(e=t)}return e},pr=(e,t,i)=>{if(t){let t=dr();i&&(t="".concat(ar(t).hours,":").concat(ar(t).minutes," ").concat(ar(t).amOrPm)),(""===e||hr(t,e))&&""!==e||(e=t)}return e},fr=(t,e,i)=>{t.forEach(t=>{("00"===t.textContent||Number(t.textContent)>e)&&(x.addClass(t,i.tipsDisabled),t.setAttribute(sr,""))})},mr=(t,e,i)=>{t.forEach(t=>{"00"!==t.textContent&&Number(t.textContent)\n \n',withIcon:!0,pmLabel:"PM",amLabel:"AM",animations:!0},hl={appendValidationInfo:"boolean",bodyID:"string",cancelLabel:"string",clearLabel:"string",closeModalOnBackdropClick:"boolean",closeModalOnMinutesClick:"boolean",container:"string",disabled:"boolean",disablePast:"boolean",disableFuture:"boolean",enableValidation:"boolean",footerID:"string",format12:"boolean",format24:"boolean",headID:"string",increment:"boolean",inline:"boolean",invalidLabel:"string",modalID:"string",okLabel:"string",overflowHidden:"boolean",pickerID:"string",readOnly:"boolean",showClearBtn:"boolean",switchHoursToMinutesOnClick:"boolean",defaultTime:"(string|date|number)",iconSVG:"string",withIcon:"boolean",pmLabel:"string",amLabel:"string",animations:"boolean"},dl={tips:"absolute rounded-[100%] w-[32px] h-[32px] text-center cursor-pointer text-[1.1rem] rounded-[100%] bg-transparent flex justify-center items-center font-light focus:outline-none selection:bg-transparent",tipsActive:"text-white bg-[#3b71ca] font-normal",tipsDisabled:"text-[#b3afaf] pointer-events-none bg-transparent",transform:"transition-[transform,height] ease-in-out duration-[400ms]",modal:"z-[1065]",clockAnimation:"animate-[show-up-clock_350ms_linear]",opacity:"!opacity-100",timepickerWrapper:"touch-none opacity-100 z-[1065] inset-0 bg-[#00000066] h-full flex items-center justify-center flex-col fixed",timepickerContainer:"flex items-center justify-center flex-col max-h-[calc(100%-64px)] overflow-y-auto shadow-[0_10px_15px_-3px_rgba(0,0,0,0.07),0_4px_6px_-2px_rgba(0,0,0,0.05)] min-[320px]:max-[825px]:landscape:rounded-lg",timepickerElements:"flex flex-col min-w-[310px] min-h-[325px] bg-white rounded-t-[0.6rem] min-[320px]:max-[825px]:landscape:!flex-row min-[320px]:max-[825px]:landscape:min-w-[auto] min-[320px]:max-[825px]:landscape:min-h-[auto] min-[320px]:max-[825px]:landscape:overflow-y-auto justify-around",timepickerHead:"bg-[#3b71ca] dark:bg-zinc-700 h-[100px] rounded-t-lg pr-[24px] pl-[50px] py-[10px] min-[320px]:max-[825px]:landscape:rounded-tr-none min-[320px]:max-[825px]:landscape:rounded-bl-none min-[320px]:max-[825px]:landscape:p-[10px] min-[320px]:max-[825px]:landscape:pr-[10px] min-[320px]:max-[825px]:landscape:h-auto min-[320px]:max-[825px]:landscape:min-h-[305px] flex flex-row items-center justify-center",timepickerHeadContent:"min-[320px]:max-[825px]:landscape:flex-col flex w-full justify-evenly",timepickerCurrentWrapper:"[direction:ltr] rtl:[direction:rtl]",timepickerCurrentButtonWrapper:"relative h-full",timepickerCurrentButton:"text-[3.75rem] font-light leading-[1.2] tracking-[-0.00833em] text-white opacity-[.54] border-none bg-transparent p-0 min-[320px]:max-[825px]:landscape:text-5xl min-[320px]:max-[825px]:landscape:font-normal cursor-pointer hover:bg-[#00000026] hover:outline-none focus:bg-[#00000026] focus:outline-none ",timepickerDot:"font-light leading-[1.2] tracking-[-0.00833em] text-[3.75rem] opacity-[.54] border-none bg-transparent p-0 text-white min-[320px]:max-[825px]:landscape:text-[3rem] min-[320px]:max-[825px]:landscape:font-normal",timepickerModeWrapper:"flex flex-col justify-center text-[18px] text-[#ffffff8a] min-[320px]:max-[825px]:landscape:!justify-around min-[320px]:max-[825px]:landscape:!flex-row",timepickerModeAm:"p-0 bg-transparent border-none text-white opacity-[.54] cursor-pointer hover:bg-[#00000026] hover:outline-none focus:bg-[#00000026] focus:outline-none",timepickerModePm:"p-0 bg-transparent border-none text-white opacity-[.54] cursor-pointer hover:bg-[#00000026] hover:outline-none focus:bg-[#00000026] focus:outline-none",timepickerClockWrapper:"min-w-[310px] max-w-[325px] min-h-[305px] overflow-x-hidden h-full flex justify-center flex-col items-center dark:bg-zinc-500",timepickerClock:"relative rounded-[100%] w-[260px] h-[260px] cursor-default my-0 mx-auto bg-[#00000012] dark:bg-zinc-600/50",timepickerMiddleDot:"top-1/2 left-1/2 w-[6px] h-[6px] -translate-y-1/2 -translate-x-1/2 rounded-[50%] bg-[#3b71ca] absolute",timepickerHandPointer:"bg-[#3b71ca] bottom-1/2 h-2/5 left-[calc(50%-1px)] rtl:!left-auto origin-[center_bottom_0] rtl:!origin-[50%_50%_0] w-[2px] absolute",timepickerPointerCircle:"-top-[21px] -left-[15px] w-[4px] border-[14px] border-solid border-[#3b71ca] h-[4px] box-content rounded-[100%] absolute",timepickerClockInner:"absolute top-1/2 left-1/2 -translate-y-1/2 -translate-x-1/2 w-[160px] h-[160px] rounded-[100%]",timepickerFooterWrapper:"rounded-b-lg flex justify-between items-center w-full h-[56px] px-[12px] bg-white dark:bg-zinc-500",timepickerFooter:"w-full flex justify-between",timepickerFooterButton:"text-[0.8rem] min-w-[64px] box-border font-medium leading-[40px] rounded-[10px] tracking-[0.1rem] uppercase text-[#3b71ca] dark:text-white border-none bg-transparent transition-[background-color,box-shadow,border] duration-[250ms] ease-[cubic-bezier(0.4,0,0.2,1)] delay-[0ms] outline-none py-0 px-[10px] h-[40px] mb-[10px] hover:bg-[#00000014] focus:bg-[#00000014] focus:outline-none",timepickerInlineWrapper:"touch-none opacity-100 z-[1065] inset-0 bg-[#00000066] h-full flex items-center justify-center flex-col rounded-lg",timepickerInlineContainer:"flex items-center justify-center flex-col max-h-[calc(100%-64px)] overflow-y-auto shadow-[0_10px_15px_-3px_rgba(0,0,0,0.07),0_4px_6px_-2px_rgba(0,0,0,0.05)]",timepickerInlineElements:"flex flex-col min-h-[auto] min-w-[310px] bg-white rounded-[0.6rem] min-[320px]:max-[825px]:landscape:!flex-row min-[320px]:max-[825px]:landscape:rounded-bl-lg min-[320px]:max-[825px]:landscape:min-w-[auto] min-[320px]:max-[825px]:landscape::min-h-[auto] min-[320px]:max-[825px]:landscape:overflow-y-auto justify-around",timepickerInlineHead:"bg-[#3b71ca] dark:bg-zinc-700 h-[100px] rounded-t-lg min-[320px]:max-[825px]:landscape:rounded-tr-none min-[320px]:max-[825px]:landscape:rounded-bl-none min-[320px]:max-[825px]:landscape:p-[10px] min-[320px]:max-[825px]:landscape:pr-[10px] min-[320px]:max-[825px]:landscape:h-auto min-[320px]:max-[825px]:landscape:min-h-[305px] flex flex-row items-center justify-center p-0 rounded-b-lg",timepickerInlineHeadContent:"min-[320px]:max-[825px]:landscape:flex-col flex w-full justify-evenly items-center",timepickerInlineHourWrapper:"relative h-full !opacity-100",timepickerCurrentMinuteWrapper:"relative h-full",timepickerInlineIconUp:"absolute fill-white -top-[35px] opacity-0 hover:opacity-100 transition-all duration-200 ease-[ease] cursor-pointer -translate-x-1/2 -translate-y-1/2 left-1/2 w-[30px] h-[30px] flex justify-center items-center",timepickerInlineIconSvg:"h-4 w-4",timepickerInlineCurrentButton:"font-light leading-[1.2] tracking-[-0.00833em] text-white border-none bg-transparent p-0 min-[320px]:max-[825px]:landscape:text-5xl min-[320px]:max-[825px]:landscape:font-normal !opacity-100 cursor-pointer focus:bg-[#00000026] hover:outline-none focus:outline-none text-[2.5rem] hover:bg-[unset]",timepickerInlineIconDown:"absolute fill-white -bottom-[47px] opacity-0 hover:opacity-100 transition-all duration-200 ease-[ease] cursor-pointer -translate-x-1/2 -translate-y-1/2 left-1/2 w-[30px] h-[30px] flex justify-center items-center",timepickerInlineDot:"font-light leading-[1.2] tracking-[-0.00833em] opacity-[.54] border-none bg-transparent p-0 text-white min-[320px]:max-[825px]:landscape:text-[3rem] min-[320px]:max-[825px]:landscape:font-normal text-[2.5rem]",timepickerInlineModeWrapper:"flex justify-center text-[18px] text-[#ffffff8a] min-[320px]:max-[825px]:landscape:!justify-around min-[320px]:max-[825px]:landscape:!flex-row",timepickerInlineModeAm:"hover:bg-[#00000026] hover:outline-none focus:bg-[#00000026] focus:outline-none p-0 bg-transparent border-none text-white opacity-[.54] cursor-pointer mr-2 ml-6",timepickerInlineModePm:"hover:bg-[#00000026] hover:outline-none focus:bg-[#00000026] focus:outline-none p-0 bg-transparent border-none text-white opacity-[.54] cursor-pointer",timepickerInlineSubmitButton:"hover:bg-[#00000014] focus:bg-[#00000014] focus:outline-none text-[0.8rem] box-border font-medium leading-[40px] tracking-[.1rem] uppercase border-none bg-transparent [transition:background-color_250ms_cubic-bezier(0.4,0,0.2,1)_0ms,box-shadow_250ms_cubic-bezier(0.4,0,0.2,1)_0ms,border_250ms_cubic-bezier(0.4,0,0.2,1)_0ms] outline-none rounded-[100%] h-[48px] min-w-[48px] inline-block ml-[30px] text-white py-1 px-2 mb-0",timepickerToggleButton:"h-4 w-4 ml-auto absolute outline-none border-none bg-transparent right-2.5 top-1/2 -translate-x-1/2 -translate-y-1/2 transition-all duration-300 ease-[cubic-bezier(0.25,0.1,0.25,1)] cursor-pointer hover:text-primary focus:text-primary dark:hover:text-primary-400 dark:focus:text-primary-400 dark:text-neutral-200"},ul={tips:"string",tipsActive:"string",tipsDisabled:"string",transform:"string",modal:"string",clockAnimation:"string",opacity:"string",timepickerWrapper:"string",timepickerContainer:"string",timepickerElements:"string",timepickerHead:"string",timepickerHeadContent:"string",timepickerCurrentWrapper:"string",timepickerCurrentButtonWrapper:"string",timepickerCurrentButton:"string",timepickerDot:"string",timepickerModeWrapper:"string",timepickerModeAm:"string",timepickerModePm:"string",timepickerClockWrapper:"string",timepickerClock:"string",timepickerMiddleDot:"string",timepickerHandPointer:"string",timepickerPointerCircle:"string",timepickerClockInner:"string",timepickerFooterWrapper:"string",timepickerFooterButton:"string",timepickerInlineWrapper:"string",timepickerInlineContainer:"string",timepickerInlineElements:"string",timepickerInlineHead:"string",timepickerInlineHeadContent:"string",timepickerInlineHourWrapper:"string",timepickerCurrentMinuteWrapper:"string",timepickerInlineIconUp:"string",timepickerInlineIconSvg:"string",timepickerInlineCurrentButton:"string",timepickerInlineIconDown:"string",timepickerInlineDot:"string",timepickerInlineModeWrapper:"string",timepickerInlineModeAm:"string",timepickerInlineModePm:"string",timepickerInlineSubmitButton:"string",timepickerToggleButton:"string"};class pl{constructor(t){var y=this,e=1{"PM"===t?(this._isPmEnabled=!0,this._isAmEnabled=!1):"AM"===t&&(this._isPmEnabled=!1,this._isAmEnabled=!0)}),gr(this,"_toggleBackgroundColorCircle",t=>{null!==this._modal.querySelector("".concat(t,"[").concat(D,"]"))?x.addStyle(this._circle,{backgroundColor:"#1976d2"}):x.addStyle(this._circle,{backgroundColor:"transparent"})}),gr(this,"_toggleClassActive",(t,e,i)=>{let n=e["textContent"];const s=[...t].find(t=>Number(t)===Number(n));return i.forEach(t=>{t.hasAttribute(Gr)||(t.textContent===s?(x.addClass(t,this._classes.tipsActive),t.setAttribute(D,"")):(x.removeClass(t,this._classes.tipsActive),t.removeAttribute(D)))})}),gr(this,"_makeMinutesDegrees",(t,e)=>{var i=this._options["increment"];return t=t<0?(e=Math.round(360+t/6)%60,360+6*Math.round(t/6)):(e=Math.round(t/6)%60,6*Math.round(t/6)),i&&(t=30*Math.round(t/30),60===(e=6*Math.round(t/6)/6))&&(e="00"),{degrees:t=360<=t?0:t,minute:e,addDegrees:i?30:6}}),gr(this,"_makeHourDegrees",(t,e,i)=>{if(t)return this._hasTargetInnerClass(t)?e<0?(i=Math.round(360+e/30)%24,e=360+e):12===(i=Math.round(e/30)+12)&&(i="00"):e<0?(i=Math.round(360+e/30)%12,e=360+e):(0===(i=Math.round(e/30)%12)||12(t<0?(e=Math.round(360+t/30)%24,t=360+t):12===(e=Math.round(t/30)+12)&&(e="00"),{degrees:t,hour:e,addDegrees:30})),gr(this,"_getAppendClock",function(){let o=0{let t;s&&(t=C.findOne("".concat(Br,"[").concat(D,"]")).textContent),y._handleDisablingTipsMinTime(t,f,p,u),y._handleDisablingTipsMaxTime(t,d,h,c)},0),[...o].forEach((t,e)=>{var e=e*g*(Math.PI/180),i=w("span"),n=w("span"),t=(n.innerHTML=t,x.addClass(i,y._classes.tips),i.setAttribute(a,""),i.offsetWidth),s=i.offsetHeight;return x.addStyle(i,{left:"".concat(_+Math.sin(e)*b-t,"px"),bottom:"".concat(v+Math.cos(e)*b-s,"px")}),o.includes("05")&&i.setAttribute(L,""),o.includes("13")?n.setAttribute(sl,""):n.setAttribute(nl,""),i.appendChild(n),m.appendChild(i)})}}),this._element=t,this._element&&r.setData(t,yr,this),this._document=document,this._options=this._getConfig(e),this._classes=this._getClasses(i),this._currentTime=null,this._toggleButtonId=j("timepicker-toggle-"),this.hoursArray=["12","1","2","3","4","5","6","7","8","9","10","11"],this.innerHours=["00","13","14","15","16","17","18","19","20","21","22","23"],this.minutesArray=["00","05","10","15","20","25","30","35","40","45","50","55"],this.input=C.findOne("input",this._element),this.dataWithIcon=t.dataset.withIcon,this.dataToggle=t.dataset.toggle,this.customIcon=C.findOne(Nr,this._element),this._checkToggleButton(),this.inputFormatShow=C.findOne(Lr,this._element),this.inputFormat=null===this.inputFormatShow?"":Object.values(this.inputFormatShow.dataset)[0],this.elementToggle=C.findOne(br,this._element),this.toggleElement=Object.values(t.querySelector(br).dataset)[0],this._hour=null,this._minutes=null,this._AM=null,this._PM=null,this._wrapper=null,this._modal=null,this._hand=null,this._circle=null,this._focusTrap=null,this._popper=null,this._interval=null,this._inputValue=""!==this._options.defaultTime?this._options.defaultTime:this.input.value,this._options.format24&&(this._options.format12=!1,this._currentTime=lr(this._inputValue)),this._options.format12&&(this._options.format24=!1,this._currentTime=ar(this._inputValue)),this._options.readOnly&&this.input.setAttribute("readonly",!0),"true"===this.inputFormat&&""!==this.inputFormat&&(this._options.format12=!1,this._options.format24=!0,this._currentTime=lr(this._inputValue)),this._animations=!window.matchMedia("(prefers-reduced-motion: reduce)").matches&&this._options.animations,this.init(),this._isHours=!0,this._isMinutes=!1,this._isInvalidTimeFormat=!1,this._isMouseMove=!1,this._isInner=!1,this._isAmEnabled=!1,this._isPmEnabled=!1,this._options.format12&&!this._options.defaultTime&&(this._isPmEnabled=!0),this._objWithDataOnChange={degrees:null},this._scrollBar=new zi}static get NAME(){return _r}init(){var t,e,i,{format12:n,format24:s,enableValidation:o}=this._options;let a,r,l;this.input.setAttribute(Qr,""),void 0!==this._currentTime?({hours:t,minutes:e,amOrPm:i}=this._currentTime,a=Number(t)<10?0:"",r="".concat(a).concat(Number(t),":").concat(e),l=i,n?this.input.value="".concat(r," ").concat(l):s&&(this.input.value="".concat(r))):(a="",r="",l="",this.input.value=""),0{this._element=null,this._options=null,this.input=null,this._focusTrap=null},350),y.off(this._document,"click","[data-te-toggle='".concat(this.toggleElement,"']")),y.off(this._element,"keydown","[data-te-toggle='".concat(this.toggleElement,"']"))}update(){var t=0{t=t.iconSVG;return'\n \n")})(this._options,this._toggleButtonId,this._classes);this.input.insertAdjacentHTML("afterend",t)}_getDomElements(){this._hour=C.findOne("[".concat(el,"]")),this._minutes=C.findOne("[".concat(il,"]")),this._AM=C.findOne(Dr),this._PM=C.findOne(Mr),this._wrapper=C.findOne("[".concat(Jr,"]")),this._modal=C.findOne("[".concat(ll,"]")),this._hand=C.findOne("[".concat(al,"]")),this._circle=C.findOne("[".concat(rl,"]")),this._clock=C.findOne("[".concat($r,"]")),this._clockInner=C.findOne("[".concat(Zr,"]"))}_handlerMaxMinHoursOptions(t,e,i,n,s,o){if(!e&&!i)return!0;var{format24:a,format12:r,disablePast:l,disableFuture:c}=this._options;const{_isAmEnabled:h,_isPmEnabled:d}=this,u=o.keyCode;var p=o.target.hasAttribute(Zr)||o.target.hasAttribute(P)||o.target.hasAttribute(sl);i=ur(i,l,r);const f=""!==(e=pr(e,c,r))?30*e:"",m=""!==i?30*i:"";t<=0&&(t=360+t);if(a&&"keydown"!==o.type&&p)return l=""!==e&&12{Number(t.textContent)===i&&(e=t)}),a.forEach(t=>{Number(t.textContent)===i&&(e=t)}),!e.parentElement.hasAttribute(Gr)}{const g=!s||"PM"===s&&d||""!==i&&"AM"===s&&h,_=!n||"PM"===n&&d||""!==e&&"AM"===n&&h;return(!i||!("PM"===s&&h||g&&tf))||void 0}}_handleKeyboard(){y.on(this._document,xr,"",t=>{var{increment:e,maxTime:i,minTime:n,format12:s,disablePast:o,disableFuture:a}=this._options,r=S(n,!1)[0],l=S(i,!1)[0],n=S(n,!1)[2],i=S(i,!1)[2],r=ur(r,o,s),l=pr(l,a,s),o=null===C.findOne("[".concat(L,"]")),a=null!==C.findOne("[".concat(P,"]")),s=Number(this._hand.style.transform.replace(/[^\d-]/g,"")),c=C.find("[".concat(L,"]"),this._modal),h=C.find("[".concat(M,"]"),this._modal),d=C.find("[".concat(P,"]"),this._modal);let u=this._makeHourDegrees(t.target,s,void 0).hour;var{degrees:p,addDegrees:f}=this._makeHourDegrees(t.target,s,void 0);let{minute:m,degrees:g}=this._makeMinutesDegrees(s,void 0);var _=this._makeMinutesDegrees(s,void 0).addDegrees;let v=this._makeInnerHoursDegrees(s,void 0)["hour"];if(27===t.keyCode){s=C.findOne("[".concat(Hr,"]"),this._modal);y.trigger(s,"click")}else if(o){if(a&&(39===t.keyCode&&(this._isInner=!1,x.addStyle(this._hand,{height:"calc(40% + 1px)"}),this._hour.textContent=this._setHourOrMinute(12("PM"===t?(x.addClass(this._PM,this._classes.opacity),this._PM.setAttribute(D,"")):"AM"===t?(x.addClass(this._AM,this._classes.opacity),this._AM.setAttribute(D,"")):(x.removeClass(this._AM,this._classes.opacity),x.removeClass(this._PM,this._classes.opacity),this._AM.removeAttribute(D),this._PM.removeAttribute(D)),t));e=C.find("[".concat(M,"]"),this._modal);this._addActiveClassToTip(e,t)}}_setTipsAndTimesDependOnInputValue(t,e){var{inline:i,format12:n}=this._options;this._isInvalidTimeFormat?(this._hour.textContent="12",this._minutes.textContent="00",i||x.addStyle(this._hand,{transform:"rotateZ(0deg)"}),n&&(x.addClass(this._PM,this._classes.opacity),this._PM.setAttribute(D,""))):(n=12{13===t.keyCode&&(t.preventDefault(),y.trigger(this.elementToggle,"click"))})}_handleOpen(){const c=this._getContainer();bt.on(this._element,"click","[data-te-toggle='".concat(this.toggleElement,"']"),l=>{var t;null!==this._options&&(t=null!==x.getDataAttribute(this.input,"toggle")?200:0,setTimeout(()=>{x.addStyle(this.elementToggle,{pointerEvents:"none"}),this.elementToggle.blur();let t;t=""===S(this.input)[0]?["12","00","PM"]:S(this.input);var{modalID:e,inline:i,format12:n}=this._options,[s,o,a]=t,r=w("div");(12{var{format24:t,okLabel:i,cancelLabel:n,headID:s,footerID:o,bodyID:a,pickerID:r,clearLabel:l,inline:c,showClearBtn:h,amLabel:d,pmLabel:u}=t,a="
\n
\n
\n
\n
\n
\n \n \n \n \n \n \n \n
\n ').concat(t?"":'
\n \n \n
"),"\n
\n
\n ").concat(c?"":"
\n
\n \n
\n
\n
\n ").concat(t?'
':"","\n
\n
"),"\n
\n
\n
\n ').concat(h?""):"","\n \n \n
\n
\n
\n
"),o="
\n
\n
\n
\n
\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n ').concat(t?"":'
\n \n \n \n
"),"\n ").concat(t?""):"","\n
\n
\n
\n
\n
");return c?o:a})(this._options,this._classes),x.addClass(r,this._classes.modal),r.setAttribute(ll,""),r.setAttribute("role","dialog"),r.setAttribute("tabIndex","-1"),r.setAttribute("id",e),i?(this._popper=qe(this.input,r,{placement:"bottom-start"}),c.appendChild(r)):(c.appendChild(r),this._scrollBar.hide()),this._getDomElements(),this._animations?this._toggleBackdropAnimation():x.addClass(this._wrapper,this._classes.opacity),this._setActiveClassToTipsOnOpen(s,o,a),this._appendTimes(),this._setActiveClassToTipsOnOpen(s,o,a),this._setTipsAndTimesDependOnInputValue(s,o),""===this.input.value&&(e=C.find("[".concat(M,"]"),this._modal),n&&(x.addClass(this._PM,this._classes.opacity),this._PM.setAttribute(D,"")),this._hour.textContent="12",this._minutes.textContent="00",this._addActiveClassToTip(e,Number(this._hour.textContent))),this._handleSwitchTimeMode(),this._handleOkButton(),this._handleClose(),i?(this._handleHoverInlineBtn(),this._handleDocumentClickInline(),this._handleInlineClicks()):(this._handleSwitchHourMinute(),this._handleClockClick(),this._handleKeyboard(),r=document.querySelector("".concat(Pr,"[").concat(D,"]")),x.addClass(r,this._classes.opacity),x.addStyle(this._hour,{pointerEvents:"none"}),x.addStyle(this._minutes,{pointerEvents:""})),this._focusTrap=new $i(this._wrapper,{event:"keydown",condition:t=>{t=t.key;return"Tab"===t}}),this._focusTrap.trap()},t))})}_handleInlineClicks(){let o,a;const e=t=>{let e=t;return 59{let e=t;return this._options.format24?(24{t=i(t);this._hour.textContent=this._setHourOrMinute(t)},n=t=>{t=e(t);this._minutes.textContent=this._setHourOrMinute(t)},r=()=>{o+=1,t(o)},l=()=>{a+=1,n(a)},c=()=>{--o,t(o)},h=()=>{--a,n(a)},s=t=>{clearInterval(this._interval),this._interval=setInterval(t,100)};bt.on(this._modal,"click mousedown mouseup touchstart touchend contextmenu","[".concat(Fr,"], [").concat(Vr,"]"),t=>{o=Number(this._hour.textContent),a=Number(this._minutes.textContent);var{target:t,type:e}=t,i="mousedown"===e||"touchstart"===e;t.closest("[".concat(Fr,"]"))?t.closest("[".concat(Fr,"]")).parentNode.hasAttribute(Ur)?i?s(r):"mouseup"===e||"touchend"===e||"contextmenu"===e?clearInterval(this._interval):r():i?s(l):"mouseup"===e||"touchend"===e||"contextmenu"===e?clearInterval(this._interval):l():t.closest("[".concat(Vr,"]"))&&(t.closest("[".concat(Vr,"]")).parentNode.hasAttribute(Ur)?i?s(c):"mouseup"===e||"touchend"===e?clearInterval(this._interval):c():i?s(h):"mouseup"===e||"touchend"===e?clearInterval(this._interval):h())}),y.on(window,xr,t=>{var e=t.code,i=document.activeElement.hasAttribute(el),n=document.activeElement.hasAttribute(il),s=document.activeElement===document.body;switch(o=Number(this._hour.textContent),a=Number(this._minutes.textContent),e){case"ArrowUp":t.preventDefault(),s||i?(this._hour.focus(),r()):n&&l();break;case"ArrowDown":t.preventDefault(),s||i?(this._hour.focus(),c()):n&&h()}})}_handleClose(){y.on(this._modal,"click","[".concat(Jr,"], [").concat(Hr,"], [").concat(Rr,"]"),t=>{var t=t["target"],e=this._options["closeModalOnBackdropClick"],i=()=>{x.addStyle(this.elementToggle,{pointerEvents:"auto"}),this._animations&&this._toggleBackdropAnimation(!0),this._removeModal(),this._focusTrap.disable(),this._focusTrap=null,this.elementToggle?this.elementToggle.focus():this.input&&this.input.focus()};if(t.hasAttribute(Rr)){this._toggleAmPm("PM"),this.input.value="",this.input.removeAttribute(D);let t;var[n,s,o]=t=""===S(this.input)[0]?["12","00","PM"]:S(this.input);this._setTipsAndTimesDependOnInputValue("12","00"),this._setActiveClassToTipsOnOpen(n,s,o),this._hour.click()}else(t.hasAttribute(Hr)||t.hasAttribute(jr)||t.hasAttribute(Jr)&&e)&&i()})}showValueInput(){return this.input.value}_handleOkButton(){bt.on(this._modal,"click","[".concat(jr,"]"),()=>{var{maxTime:t,minTime:e}=this._options,{format12:i,format24:n,readOnly:s,focusInputAfterApprove:o,disablePast:a,disableFuture:r}=this._options,l=this._document.querySelector("".concat(Br,"[").concat(D,"]")),c="".concat(this._hour.textContent,":").concat(this._minutes.textContent),h=Number(this._hour.textContent),d=Number(this._minutes.textContent),e=ur(e,a,i),t=pr(t,r,i),[a,r,i]=S(t,!1),[u,p,f]=S(e,!1),m=hNumber(a);let _=!0,v=(l&&(_=i===l.textContent),!0);l&&(v=f===l.textContent);r=r{var{format12:t,maxTime:n,minTime:s,disablePast:o,disableFuture:a}=t,e=S(e)[1],s=ur(s,o,t),n=pr(n,a,t),[o,a,t]=S(n,!1),[n,s,r]=S(s,!1);return void 0===t&&void 0===r&&(""!==o&&""===n&&Number(i)>Number(o)||""===o&&""!==n&&void 0===a&&""!==s&&Number(i){var e,{type:t,target:i}=t,n=C.find("[".concat(Yr,"]"),this._modal),s=C.find("[".concat(zr,"]"),this._modal),i=i.hasAttribute(el);e="mouseover"===t,(i?n:s).forEach(t=>{e?(x.addClass(t,this._classes.opacity),t.setAttribute(D,"")):(x.removeClass(t,this._classes.opacity),t.removeAttribute(D))})})}_handleDocumentClickInline(){y.on(document,wr,t=>{t=t.target;!this._modal||this._modal.contains(t)||t.hasAttribute(Wr)||(clearInterval(this._interval),x.addStyle(this.elementToggle,{pointerEvents:"auto"}),this._removeModal(),this._animations&&this._toggleBackdropAnimation(!0))})}_handleSwitchHourMinute(){var t,e,i;t="click",e=Pr,i=this._classes,y.on(document,t,e,t=>{t=t.target;t.hasAttribute(or)||(document.querySelectorAll(e).forEach(t=>{t.hasAttribute(or)&&(x.removeClass(t,i.opacity),t.removeAttribute(or))}),x.addClass(t,i.opacity),t.setAttribute(or,""))}),y.on(this._modal,"click",Pr,()=>{const s=this._options["format24"];var t=C.find(Pr,this._modal);const o=C.find("[".concat(L,"]"),this._modal),a=C.find("[".concat(M,"]"),this._modal),e=C.find("[".concat(P,"]"),this._modal),r=Number(this._hour.textContent),l=Number(this._minutes.textContent),i=(t,e)=>{a.forEach(t=>t.remove()),o.forEach(t=>t.remove()),x.addClass(this._hand,this._classes.transform),setTimeout(()=>{x.removeClass(this._hand,this._classes.transform)},401),this._getAppendClock(t,"[".concat($r,"]"),e);const i=()=>{var t=C.find("[".concat(M,"]"),this._modal),e=C.find("[".concat(L,"]"),this._modal);this._addActiveClassToTip(t,r),this._addActiveClassToTip(e,l)};if(s){const n=C.find("[".concat(P,"]"),this._modal);setTimeout(()=>{this._addActiveClassToTip(n,r),i()},401)}else setTimeout(()=>{i()},401)};t.forEach(t=>{t.hasAttribute(D)&&(t.hasAttribute(il)?(x.addClass(this._hand,this._classes.transform),x.addStyle(this._hand,{transform:"rotateZ(".concat(6*this._minutes.textContent,"deg)"),height:"calc(40% + 1px)"}),s&&0t.remove()),i(this.minutesArray,L,o),this._hour.style.pointerEvents="",this._minutes.style.pointerEvents="none"):t.hasAttribute(el)&&(x.addStyle(this._hand,{transform:"rotateZ(".concat(30*this._hour.textContent,"deg)")}),12t.remove()),i(this.hoursArray,M,a),x.addStyle(this._hour,{pointerEvents:"none"}),x.addStyle(this._minutes,{pointerEvents:""})))})})}_handleDisablingTipsMaxTime(t,e,i,n){var s,o,a,r,l,c,h;(this._options.maxTime||this._options.disableFuture)&&(s=C.find("[".concat(M,"]")),o=C.find("[".concat(P,"]")),a=C.find("[".concat(L,"]")),e&&e!==t?"AM"===e&&"PM"===t&&(s.forEach(t=>{x.addClass(t,this._classes.tipsDisabled),t.setAttribute(Gr,"")}),a.forEach(t=>{x.addClass(t,this._classes.tipsDisabled),t.setAttribute(Gr,"")})):(fr(o,n,this._classes),fr(s,n,this._classes),r=i,l=n,c=this._hour.textContent,h=this._classes,a.forEach(t=>{Number(t.textContent)>r&&Number(c)===Number(l)&&(x.addClass(t,h.tipsDisabled),t.setAttribute(sr,""))})))}_handleDisablingTipsMinTime(t,e,i,n){var s,o,a,r,l,c,h;(this._options.minTime||this._options.disablePast)&&(s=C.find("[".concat(M,"]")),o=C.find("[".concat(P,"]")),a=C.find("[".concat(L,"]")),e&&e!==t?"PM"===e&&"AM"===t&&(s.forEach(t=>{x.addClass(t,this._classes.tipsDisabled),t.setAttribute(Gr,"")}),a.forEach(t=>{x.addClass(t,this._classes.tipsDisabled),t.setAttribute(Gr,"")})):(mr(s,n,this._classes),mr(o,n,this._classes),r=i,l=n,c=this._hour.textContent,h=this._classes,a.forEach(t=>{Number(t.textContent){var t=t["target"],{maxTime:e,minTime:i}=this._options,{disablePast:n,disableFuture:s,format12:o}=this._options,i=ur(i,n,o),e=pr(e,s,o),[n,s,o]=S(e,!1),[e,i,a]=S(i,!1);const r=C.find("[".concat(M,"]")),l=C.find("[".concat(L,"]"));r.forEach(t=>{x.removeClass(t,this._classes.tipsDisabled),t.removeAttribute(Gr)}),l.forEach(t=>{x.removeClass(t,this._classes.tipsDisabled),t.removeAttribute(Gr)}),this._handleDisablingTipsMinTime(t.textContent,a,i,e),this._handleDisablingTipsMaxTime(t.textContent,o,s,n),this._toggleAmPm(t.textContent),t.hasAttribute(D)||(C.find(Br).forEach(t=>{t.hasAttribute(D)&&(x.removeClass(t,this._classes.opacity),t.removeAttribute(D))}),x.addClass(t,this._classes.opacity),t.setAttribute(D,""))})}_handleClockClick(){var{maxTime:t,minTime:e}=this._options,{disablePast:i,disableFuture:n,format12:s}=this._options,e=ur(e,i,s),t=pr(t,n,s);const m=S(t,!1)[2],g=S(e,!1)[2],_=S(t,!1)[0],v=S(e,!1)[0],b=C.findOne("[".concat(tl,"]"));bt.on(document,"".concat(Cr," ").concat(kr," ").concat(Ar," ").concat(Sr," ").concat(Tr," ").concat(Ir," ").concat(Or," ").concat(Er),"",t=>{cr()||t.preventDefault();const{type:e,target:n}=t;var{closeModalOnMinutesClick:i,switchHoursToMinutesOnClick:s}=this._options,o=null!==C.findOne("[".concat(L,"]"),this._modal),a=null!==C.findOne("[".concat(M,"]"),this._modal),r=null!==C.findOne("[".concat(P,"]"),this._modal),l=C.find("[".concat(L,"]"),this._modal),c=nr(t,b),h=b.offsetWidth/2;let d=Math.atan2(c.y-h,c.x-h);cr()&&(c=nr(t,b,!0),d=Math.atan2(c.y-h,c.x-h));let u=null;if("mousedown"===e||"mousemove"===e||"touchmove"===e||"touchstart"===e)"mousedown"!==e&&"touchstart"!==e&&"touchmove"!==e||(this._hasTargetInnerClass(n)||n.hasAttribute(tl)||n.hasAttribute($r)||n.hasAttribute(L)||n.hasAttribute(M)||n.hasAttribute(rl)||n.hasAttribute(al)||n.hasAttribute(ol)||n.hasAttribute(nl))&&(this._isMouseMove=!0,cr())&&t.touches&&(c=t.touches[0].clientX,h=t.touches[0].clientY,u=document.elementFromPoint(c,h));else if("mouseup"===e||"touchend"===e){if(this._isMouseMove=!1,this._hasTargetInnerClass(n)||n.hasAttribute($r)||n.hasAttribute(M)||n.hasAttribute(rl)||n.hasAttribute(al)||n.hasAttribute(ol)||n.hasAttribute(nl)){if((a||r)&&s){c=Number(this._hour.textContent)>_||Number(this._hour.textContent){var t,e;return cr()&&i&&u?({degrees:e,hour:t}=this._makeHourDegrees(u,i,void 0),this._handleMoveHand(u,t,e)):({degrees:t,hour:e}=this._makeHourDegrees(n,i,void 0),this._handleMoveHand(n,e,t))};this._objWithDataOnChange.degreesHours=i,this._handlerMaxMinHoursOptions(i,_,v,m,g,t)&&h()}t.stopPropagation()})}_hasTargetInnerClass(t){return t.hasAttribute(Zr)||t.hasAttribute(P)||t.hasAttribute(sl)}_handleMoveHand(t,e,i){var n=C.find("[".concat(M,"]"),this._modal),s=C.find("[".concat(P,"]"),this._modal);this._isMouseMove&&(this._hasTargetInnerClass(t)?x.addStyle(this._hand,{height:"21.5%"}):x.addStyle(this._hand,{height:"calc(40% + 1px)"}),x.addStyle(this._hand,{transform:"rotateZ(".concat(i,"deg)")}),this._hour.textContent=10<=e||"00"===e?e:"0".concat(e),this._toggleClassActive(this.hoursArray,this._hour,n),this._toggleClassActive(this.innerHours,this._hour,s),this._objWithDataOnChange.hour=10<=e||"00"===e?e:"0".concat(e))}_handlerMaxMinMinutesOptions(t,e){var{maxTime:i,minTime:n}=this._options,{format12:s,increment:o,disablePast:a,disableFuture:r}=this._options,n=ur(n,a,s),i=pr(i,r,s),a=S(i,!1)[1],r=S(n,!1)[1],s=S(i,!1)[0],l=S(n,!1)[0],c=S(i,!1)[2],h=S(n,!1)[2],a=""!==a?6*a:"",r=""!==r?6*r:"",d=Number(this._hour.textContent);if(c||h){if(""!==n){if("PM"===h&&this._isAmEnabled)return;if("PM"===h&&this._isPmEnabled){if(d=Number(s)&&a+6<=t)return t}else if("AM"===c&&this._isAmEnabled&&d>=Number(s)&&a+6<=t)return t}}else if(""!==i&&""!==n){if(s===d&&a=Number(s)&&a+6<=t)return t;return(t=o?30*Math.round(t/30):t)<=0?t=360+t:360<=t&&(t=0),{degrees:t,minute:e}}_removeModal(){this._animations?setTimeout(()=>{this._removeModalElements(),this._scrollBar.reset()},300):(this._removeModalElements(),this._scrollBar.reset()),bt.off(this._document,"".concat(wr," ").concat(xr," ").concat(Cr," ").concat(kr," ").concat(Ar," ").concat(Sr," ").concat(Tr," ").concat(Ir," ").concat(Or," ").concat(Er)),y.off(window,xr)}_removeModalElements(){this._modal&&this._modal.remove()}_toggleBackdropAnimation(){0{this._wrapper.classList.remove("animate-[fade-out_350ms_ease-in-out]","animate-[fade-in_350ms_ease-in-out]")},351)}_addActiveClassToTip(t,e){t.forEach(t=>{Number(t.textContent)===Number(e)&&(x.addClass(t,this._classes.tipsActive),t.setAttribute(D,""))})}_setHourOrMinute(t){return t<10?"0".concat(t):t}_appendTimes(){var t=this._options["format24"];t?(this._getAppendClock(this.hoursArray,"[".concat($r,"]"),M),this._getAppendClock(this.innerHours,"[".concat(Zr,"]"),P)):this._getAppendClock(this.hoursArray,"[".concat($r,"]"),M)}_getConfig(t){var e=x.getDataAttributes(this._element);return t={...cl,...e,...t},i(_r,t,hl),t}_getClasses(t){var e=x.getDataClassAttributes(this._element);return t={...dl,...e,...t},i(_r,t,ul),t}_getContainer(){return C.findOne(this._options.container)}_getValidate(t){const{invalidLabel:e,format24:i,format12:n,appendValidationInfo:s}=this._options;let o;s&&((o=w("div")).setAttribute(Kr,""),o.innerHTML=e),bt.on(this.input,t,t=>{var e,t=t["target"];null!==this._options&&""!==this.input.value&&(e=/^(0?[1-9]|1[012])(:[0-5]\d) [APap][mM]$/.test(t.value),!0!==/^([01]\d|2[0-3])(:[0-5]\d)$/.test(t.value)&&i||!0!==e&&n?(s&&(this.input.setAttribute(qr,""),this.input.parentNode.insertBefore(o,this.input.nextSibling)),x.addStyle(t,{marginBottom:0}),x.addStyle(o,{bottom:"-23px"}),this._isInvalidTimeFormat=!0):(this.input.removeAttribute(qr),this._isInvalidTimeFormat=!1,null!==(e=C.findOne("[".concat(Kr,"]")))&&e.remove()))})}static getInstance(t){return r.getData(t,yr)}static getOrCreateInstance(t){var e=1{C.find(vr).forEach(t=>{let e=pl.getInstance(t);var i=t.dataset["timepickerFormat24"];e=e||("true"===i?new pl(t,{format24:!0}):new pl(t))})}),e(146),e(155),e(156),e(159); -/*! - * perfect-scrollbar v1.5.3 - * Copyright 2021 Hyunje Jun, MDBootstrap and Contributors - * Licensed under MIT - */ -function ml(t){return getComputedStyle(t)}function p(t,e){for(var i in e){var n=e[i];"number"==typeof n&&(n+="px"),t.style[i]=n}}function gl(t){var e=document.createElement("div");return e.className=t,e}var _l="undefined"!=typeof Element&&(Element.prototype.matches||Element.prototype.webkitMatchesSelector||Element.prototype.mozMatchesSelector||Element.prototype.msMatchesSelector);function vl(t,e){if(_l)return _l.call(t,e);throw new Error("No element matching method supported")}function bl(t){t.remove?t.remove():t.parentNode&&t.parentNode.removeChild(t)}function yl(t,e){return Array.prototype.filter.call(t.children,function(t){return vl(t,e)})}var B={main:"ps",rtl:"ps__rtl",element:{thumb:function(t){return"ps__thumb-"+t},rail:function(t){return"ps__rail-"+t},consuming:"ps__child--consume"},state:{focus:"ps--focus",clicking:"ps--clicking",active:function(t){return"ps--active-"+t},scrolling:function(t){return"ps--scrolling-"+t}}},wl={x:null,y:null};function xl(t,e){var t=t.element.classList,i=B.state.scrolling(e);t.contains(i)?clearTimeout(wl[e]):t.add(i)}function Cl(t,e){wl[e]=setTimeout(function(){return t.isAlive&&t.element.classList.remove(B.state.scrolling(e))},t.settings.scrollingThreshold)}function kl(t){this.element=t,this.handlers={}}function Al(){this.eventElements=[]}t={isEmpty:{configurable:!0}};kl.prototype.bind=function(t,e){void 0===this.handlers[t]&&(this.handlers[t]=[]),this.handlers[t].push(e),this.element.addEventListener(t,e,!1)},kl.prototype.unbind=function(e,i){var n=this;this.handlers[e]=this.handlers[e].filter(function(t){return!(!i||t===i)||(n.element.removeEventListener(e,t,!1),!1)})},kl.prototype.unbindAll=function(){for(var t in this.handlers)this.unbind(t)},t.isEmpty.get=function(){var e=this;return Object.keys(this.handlers).every(function(t){return 0===e.handlers[t].length})},Object.defineProperties(kl.prototype,t);function Sl(t){var e;return"function"==typeof window.CustomEvent?new CustomEvent(t):((e=document.createEvent("CustomEvent")).initCustomEvent(t,!1,!1,void 0),e)}function Tl(t,e,i,n,s){var o;if(void 0===n&&(n=!0),void 0===s&&(s=!1),"top"===e)o=["contentHeight","containerHeight","scrollTop","y","up","down"];else{if("left"!==e)throw new Error("A proper axis should be provided");o=["contentWidth","containerWidth","scrollLeft","x","left","right"]}var e=t,t=i,i=n,n=s,a=(s=o)[0],r=s[1],l=s[2],c=s[3],h=s[4],s=s[5],d=(void 0===i&&(i=!0),void 0===n&&(n=!1),e.element);e.reach[c]=null,d[l]<1&&(e.reach[c]="start"),d[l]>e[a]-e[r]-1&&(e.reach[c]="end"),t&&(d.dispatchEvent(Sl("ps-scroll-"+c)),t<0?d.dispatchEvent(Sl("ps-scroll-"+h)):0=t.railXWidth-t.scrollbarXWidth&&(t.scrollbarXLeft=t.railXWidth-t.scrollbarXWidth),t.scrollbarYTop>=t.railYHeight-t.scrollbarYHeight&&(t.scrollbarYTop=t.railYHeight-t.scrollbarYHeight),e),i=t,s={width:i.railXWidth},o=Math.floor(n.scrollTop);i.isRtl?s.left=i.negativeScrollAdjustment+n.scrollLeft+i.containerWidth-i.contentWidth:s.left=n.scrollLeft,i.isScrollbarXUsingBottom?s.bottom=i.scrollbarXBottom-o:s.top=i.scrollbarXTop+o,p(i.scrollbarXRail,s),s={top:o,height:i.railYHeight},i.isScrollbarYUsingRight?i.isRtl?s.right=i.contentWidth-(i.negativeScrollAdjustment+n.scrollLeft)-i.scrollbarYRight-i.scrollbarYOuterWidth-9:s.right=i.scrollbarYRight-n.scrollLeft:i.isRtl?s.left=i.negativeScrollAdjustment+n.scrollLeft+2*i.containerWidth-i.contentWidth-i.scrollbarYLeft-i.scrollbarYOuterWidth:s.left=i.scrollbarYLeft+n.scrollLeft,p(i.scrollbarYRail,s),p(i.scrollbarX,{left:i.scrollbarXLeft,width:i.scrollbarXWidth-i.railBorderXWidth}),p(i.scrollbarY,{top:i.scrollbarYTop,height:i.scrollbarYHeight-i.railBorderYWidth}),t.scrollbarXActive?e.classList.add(B.state.active("x")):(e.classList.remove(B.state.active("x")),t.scrollbarXWidth=0,t.scrollbarXLeft=0,e.scrollLeft=!0===t.isRtl?t.contentWidth:0),t.scrollbarYActive?e.classList.add(B.state.active("y")):(e.classList.remove(B.state.active("y")),t.scrollbarYHeight=0,t.scrollbarYTop=0,e.scrollTop=0)}function Il(t,e){return t.settings.minScrollbarLength&&(e=Math.max(e,t.settings.minScrollbarLength)),e=t.settings.maxScrollbarLength?Math.min(e,t.settings.maxScrollbarLength):e}function Dl(i,t){var n=t[0],s=t[1],o=t[2],a=t[3],e=t[4],r=t[5],l=t[6],c=t[7],h=t[8],d=i.element,u=null,p=null,f=null;function m(t){t.touches&&t.touches[0]&&(t[o]=t.touches[0].pageY),d[l]=u+f*(t[o]-p),xl(i,c),El(i),t.stopPropagation(),t.type.startsWith("touch")&&1=this.contentWidth-this.containerWidth?"end":null,y:t.scrollTop<=0?"start":t.scrollTop>=this.contentHeight-this.containerHeight?"end":null},this.isAlive=!0,this.settings.handlers.forEach(function(t){return Ll[t](n)}),this.lastScrollTop=Math.floor(t.scrollTop),this.lastScrollLeft=t.scrollLeft,this.event.bind(this.element,"scroll",function(t){return n.onScroll(t)}),El(this)}var Ll={"click-rail":function(i){i.element,i.event.bind(i.scrollbarY,"mousedown",function(t){return t.stopPropagation()}),i.event.bind(i.scrollbarYRail,"mousedown",function(t){var e=t.pageY-window.pageYOffset-i.scrollbarYRail.getBoundingClientRect().top>i.scrollbarYTop?1:-1;i.element.scrollTop+=e*i.containerHeight,El(i),t.stopPropagation()}),i.event.bind(i.scrollbarX,"mousedown",function(t){return t.stopPropagation()}),i.event.bind(i.scrollbarXRail,"mousedown",function(t){var e=t.pageX-window.pageXOffset-i.scrollbarXRail.getBoundingClientRect().left>i.scrollbarXLeft?1:-1;i.element.scrollLeft+=e*i.containerWidth,El(i),t.stopPropagation()})},"drag-thumb":function(t){Dl(t,["containerWidth","contentWidth","pageX","railXWidth","scrollbarX","scrollbarXWidth","scrollLeft","x","scrollbarXRail"]),Dl(t,["containerHeight","contentHeight","pageY","railYHeight","scrollbarY","scrollbarYHeight","scrollTop","y","scrollbarYRail"])},keyboard:function(o){var a=o.element;o.event.bind(o.ownerDocument,"keydown",function(t){if(!(t.isDefaultPrevented&&t.isDefaultPrevented()||t.defaultPrevented)&&(vl(a,":hover")||vl(o.scrollbarX,":focus")||vl(o.scrollbarY,":focus"))){var e,i=document.activeElement||o.ownerDocument.activeElement;if(i){if("IFRAME"===i.tagName)i=i.contentDocument.activeElement;else for(;i.shadowRoot;)i=i.shadowRoot.activeElement;if(vl(e=i,"input,[contenteditable]")||vl(e,"select,[contenteditable]")||vl(e,"textarea,[contenteditable]")||vl(e,"button,[contenteditable]"))return}var n=0,s=0;switch(t.which){case 37:n=t.metaKey?-o.contentWidth:t.altKey?-o.containerWidth:-30;break;case 38:s=t.metaKey?o.contentHeight:t.altKey?o.containerHeight:30;break;case 39:n=t.metaKey?o.contentWidth:t.altKey?o.containerWidth:30;break;case 40:s=t.metaKey?-o.contentHeight:t.altKey?-o.containerHeight:-30;break;case 32:s=t.shiftKey?o.containerHeight:-o.containerHeight;break;case 33:s=o.containerHeight;break;case 34:s=-o.containerHeight;break;case 36:s=o.contentHeight;break;case 35:s=-o.contentHeight;break;default:return}o.settings.suppressScrollX&&0!==n||o.settings.suppressScrollY&&0!==s||(a.scrollTop-=s,a.scrollLeft+=n,El(o),!function(t,e){var i=Math.floor(a.scrollTop);if(0===t){if(!o.scrollbarYActive)return;if(0===i&&0=o.contentHeight-o.containerHeight&&e<0)return!o.settings.wheelPropagation}if(i=a.scrollLeft,0===e){if(!o.scrollbarXActive)return;if(0===i&&t<0||i>=o.contentWidth-o.containerWidth&&0Math.abs(a)?i||e:n||s))||!l.settings.wheelPropagation)&&!t.ctrlKey&&(t.stopPropagation(),t.preventDefault())}void 0!==window.onwheel?l.event.bind(c,"wheel",t):void 0!==window.onmousewheel&&l.event.bind(c,"mousewheel",t)},touch:function(a){var r,o,l,c,e;function h(t,e){r.scrollTop-=e,r.scrollLeft-=t,El(a)}function d(t){return t.targetTouches?t.targetTouches[0]:t}function u(t){return(!t.pointerType||"pen"!==t.pointerType||0!==t.buttons)&&(t.targetTouches&&1===t.targetTouches.length||!(!t.pointerType||"mouse"===t.pointerType||t.pointerType===t.MSPOINTER_TYPE_MOUSE))}function t(t){u(t)&&(t=d(t),o.pageX=t.pageX,o.pageY=t.pageY,l=(new Date).getTime(),null!==e)&&clearInterval(e)}function i(t){var e,i,n,s;u(t)&&(e=(n={pageX:(n=d(t)).pageX,pageY:n.pageY}).pageX-o.pageX,i=n.pageY-o.pageY,!function(t,e,i){if(r.contains(t))for(var n=t;n&&n!==r;){if(n.classList.contains(B.element.consuming))return 1;var s=ml(n);if(i&&s.overflowY.match(/(scroll|auto)/)){var o=n.scrollHeight-n.clientHeight;if(0t.x.value?t.y:t.x).direction,y.trigger(this._element,"swipe".concat(e)),y.trigger(this._element,"swipe",{direction:e}),void(this._startPosition=null)):void(t[e="left"===this._options.direction||"right"===this._options?"x":"y"].direction===this._options.direction&&t[e].value>this._options.threshold&&(y.trigger(this._element,"swipe".concat(t[e].direction)),this._startPosition=null))}handleTouchEnd(){this._startPosition=null}_getCoordinates(t){var[t]=t.touches;return{x:t.clientX,y:t.clientY}}_getDirection(t){return{x:{direction:t.x<0?"left":"right",value:Math.abs(t.x)},y:{direction:t.y<0?"up":"down",value:Math.abs(t.y)}}}};var Hl=class{constructor(t){var e=1this._handleTouchStart(t)),this._element.addEventListener("touchmove",t=>this._handleTouchMove(t)),window.addEventListener("touchend",t=>this._handleTouchEnd(t))}_handleTouchStart(t){this[this._event].handleTouchStart(t)}_handleTouchMove(t){this[this._event].handleTouchMove(t)}_handleTouchEnd(t){this[this._event].handleTouchEnd(t)}};var Rl=function(){let e=0
c")})},function(t,e,n){var r=n(0),o=n(115),i=r.TypeError;t.exports=function(t){if(o(t))throw i("The method doesn't accept regular expressions");return t}},function(t,e,n){var r=n(12)("match");t.exports=function(e){var n=/./;try{"/./"[e](n)}catch(t){try{return n[r]=!1,"/./"[e](n)}catch(t){}}return!1}},function(t,e,n){"use strict";var r=n(43),o=n(22),i=n(12),a=n(17),c=i("species");t.exports=function(t){var t=r(t),e=o.f;a&&t&&!t[c]&&e(t,c,{configurable:!0,get:function(){return this}})}},function(t,e,n){"use strict";var y=n(3),m=n(0),g=n(1),b=n(81),_=n(37),w=n(146),O=n(147),k=n(151),C=n(14),S=n(19),x=n(2),E=n(152),j=n(87),T=n(117);t.exports=function(t,e,n){function r(t){var n=g(p[t]);_(p,t,"add"==t?function(t){return n(this,0===t?0:t),this}:"delete"==t?function(t){return!(l&&!S(t))&&n(this,0===t?0:t)}:"get"==t?function(t){return l&&!S(t)?void 0:n(this,0===t?0:t)}:"has"==t?function(t){return!(l&&!S(t))&&n(this,0===t?0:t)}:function(t,e){return n(this,0===t?0:t,e),this})}var o,i,a,c,s,u=-1!==t.indexOf("Map"),l=-1!==t.indexOf("Weak"),f=u?"set":"add",d=m[t],p=d&&d.prototype,h=d,v={};return b(t,!C(d)||!(l||p.forEach&&!x(function(){(new d).entries().next()})))?(h=n.getConstructor(e,t,u,f),w.enable()):b(t,!0)&&(i=(o=new h)[f](l?{}:-0,1)!=o,a=x(function(){o.has(1)}),c=E(function(t){new d(t)}),s=!l&&x(function(){for(var t=new d,e=5;e--;)t[f](e,e);return!t.has(-0)}),c||(((h=e(function(t,e){k(t,p);t=T(new d,t,h);return null!=e&&O(e,t[f],{that:t,AS_ENTRIES:u}),t})).prototype=p).constructor=h),(a||s)&&(r("delete"),r("has"),u&&r("get")),(s||i)&&r(f),l&&p.clear&&delete p.clear),v[t]=h,y({global:!0,forced:h!=d},v),j(h,t),l||n.setStrong(h,t,u),h}},function(t,e,n){function r(t){u(t,y,{value:{objectID:"O"+m++,weakData:{}}})}var a=n(3),c=n(1),o=n(63),i=n(19),s=n(20),u=n(22).f,l=n(55),f=n(107),d=n(169),p=n(78),h=n(171),v=!1,y=p("meta"),m=0,g=t.exports={enable:function(){g.enable=function(){},v=!0;var o=l.f,i=c([].splice),t={};t[y]=1,o(t).length&&(l.f=function(t){for(var e=o(t),n=0,r=e.length;n]*>)/g,m=/\$([$&'`]|\d{1,2})/g;t.exports=function(i,a,c,s,u,t){var l=c+i.length,f=s.length,e=m;return void 0!==u&&(u=o(u),e=y),h(t,e,function(t,e){var n;switch(p(e,0)){case"$":return"$";case"&":return i;case"`":return v(a,0,c);case"'":return v(a,l);case"<":n=u[v(e,1,-1)];break;default:var r,o=+e;if(0==o)return t;if(f>>0||(f(l,t)?16:10))}:s},function(t,e,n){var r=n(20);t.exports=function(t){return void 0!==t&&(r(t,"value")||r(t,"writable"))}},function(t,e,n){"use strict";var r=n(3),o=n(1),c=n(62),s=n(36),u=n(46),l=n(23),i=n(2),f=n(181),a=n(118),d=n(182),p=n(183),h=n(74),v=n(184),y=[],m=o(y.sort),g=o(y.push),n=i(function(){y.sort(void 0)}),o=i(function(){y.sort(null)}),a=a("sort"),b=!i(function(){if(h)return h<70;if(!(d&&3l(e)?1:-1})),n=o.length,a=0;at.length)&&(e=t.length);for(var n=0,r=new Array(e);nu[C]&&(k=Ae(k)),Ae(k)),C=[];if(r&&C.push(S[w]<=0),o&&C.push(S[k]<=0,S[O]<=0),C.every(function(t){return t})){g=_,m=!1;break}l.set(_,C)}if(m)for(var x=v?3:1;0t.length)&&(e=t.length);for(var n=0,r=new Array(e);nt.length)&&(e=t.length);for(var n=0,r=new Array(e);nt.clientWidth+i||(o._saveInitialAttribute(t,n),e=window.getComputedStyle(t)[n],t.style[n]="".concat(r(Number.parseFloat(e)),"px"))})}},{key:"reset",value:function(){this._resetElementAttributes(this._element,"overflow"),this._resetElementAttributes(this._element,"paddingRight"),this._resetElementAttributes(lr,"paddingRight"),this._resetElementAttributes(fr,"marginRight")}},{key:"_saveInitialAttribute",value:function(t,e){var n=t.style[e];n&&f.setDataAttribute(t,e,n)}},{key:"_resetElementAttributes",value:function(t,n){this._applyManipulationCallback(t,function(t){var e=f.getDataAttribute(t,n);void 0===e?t.style.removeProperty(n):(f.removeDataAttribute(t,n),t.style[n]=e)})}},{key:"_applyManipulationCallback",value:function(t,e){nt(t)?e(t):p.find(t,this._element).forEach(e)}},{key:"isOverflowing",value:function(){return 0this._items.length-1||t<0))if(this._isSliding)d.one(this._element,Co,function(){return e.to(t)});else{if(n===t)return this.pause(),void this.cycle();this._slide(ndocument.documentElement.clientHeight)&&"hidden"===r.overflowY||e.contains(ii)||(o||(r.overflowY="hidden"),e.add(ii),this._queueCallback(function(){e.remove(ii),o||i._queueCallback(function(){r.overflowY=""},i._dialog)},this._dialog),this._element.focus()))}},{key:"_adjustDialog",value:function(){var t=this._element.scrollHeight>document.documentElement.clientHeight,e=this._scrollBar.getWidth(),n=0t.length)&&(e=t.length);for(var n=0,r=new Array(e);nt.length)&&(e=t.length);for(var n=0,r=new Array(e);n
',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:[0,0],container:!1,fallbackPlacements:["top","right","bottom","left"],boundary:"clippingParents",customClass:"",sanitize:!0,sanitizeFn:null,allowList:o,popperConfig:null},ji={HIDE:"hide".concat(l),HIDDEN:"hidden".concat(l),SHOW:"show".concat(l),SHOWN:"shown".concat(l),INSERTED:"inserted".concat(l),CLICK:"click".concat(l),FOCUSIN:"focusin".concat(l),FOCUSOUT:"focusout".concat(l),MOUSEENTER:"mouseenter".concat(l),MOUSELEAVE:"mouseleave".concat(l)},Ti="fade",Ai="show",Di="show",Pi=".tooltip-inner",Mi=".".concat("modal"),Ii="hide.bs.modal",Li="hover",Ni="focus",o=function(){var t=o,e=c;if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&_i(t,e);var n,r=wi(o);function o(t,e){if(!(this instanceof o))throw new TypeError("Cannot call a class as a function");if(void 0===i)throw new TypeError("Bootstrap's tooltips require Popper (https://popper.js.org)");return(t=r.call(this,t))._isEnabled=!0,t._timeout=0,t._hoverState="",t._activeTrigger={},t._popper=null,t._config=t._getConfig(e),t.tip=null,t._setListeners(),t}return t=o,e=[{key:"Default",get:function(){return Ei}},{key:"NAME",get:function(){return ki}},{key:"Event",get:function(){return ji}},{key:"DefaultType",get:function(){return Si}},{key:"jQueryInterface",value:function(e){return this.each(function(){var t=o.getOrCreateInstance(this,e);if("string"==typeof e){if(void 0===t[e])throw new TypeError('No method named "'.concat(e,'"'));t[e]()}})}}],(n=[{key:"enable",value:function(){this._isEnabled=!0}},{key:"disable",value:function(){this._isEnabled=!1}},{key:"toggleEnabled",value:function(){this._isEnabled=!this._isEnabled}},{key:"toggle",value:function(t){this._isEnabled&&(t?((t=this._initializeOnDelegatedTarget(t))._activeTrigger.click=!t._activeTrigger.click,t._isWithActiveTrigger()?t._enter(null,t):t._leave(null,t)):this.getTipElement().classList.contains(Ai)?this._leave(null,this):this._enter(null,this))}},{key:"dispose",value:function(){clearTimeout(this._timeout),d.off(this._element.closest(Mi),Ii,this._hideModalHandler),this.tip&&this.tip.remove(),this._disposePopper(),bi(Oi(o.prototype),"dispose",this).call(this)}},{key:"show",value:function(){var t,e,n,r=this;if("none"===this._element.style.display)throw new Error("Please use show on visible elements");this.isWithContent()&&this._isEnabled&&(e=d.trigger(this._element,this.constructor.Event.SHOW),n=(null===(n=q(this._element))?this._element.ownerDocument.documentElement:n).contains(this._element),!e.defaultPrevented&&n&&("tooltip"===this.constructor.NAME&&this.tip&&this.getTitle()!==this.tip.querySelector(Pi).innerHTML&&(this._disposePopper(),this.tip.remove(),this.tip=null),e=this.getTipElement(),n=function(t){for(;t+=Math.floor(1e6*Math.random()),document.getElementById(t););return t}(this.constructor.NAME),e.setAttribute("id",n),this._element.setAttribute("aria-describedby",n),this._config.animation&&e.classList.add(Ti),n="function"==typeof this._config.placement?this._config.placement.call(this,e,this._element):this._config.placement,n=this._getAttachment(n),this._addAttachmentClass(n),t=this._config.container,kt(e,this.constructor.DATA_KEY,this),this._element.ownerDocument.documentElement.contains(this.tip)||(t.append(e),d.trigger(this._element,this.constructor.Event.INSERTED)),this._popper?this._popper.update():this._popper=en(this._element,e,this._getPopperConfig(n)),e.classList.add(Ai),(t=this._resolvePossibleFunction(this._config.customClass))&&(n=e.classList).add.apply(n,yi(t.split(" "))),"ontouchstart"in document.documentElement&&(e=[]).concat.apply(e,yi(document.body.children)).forEach(function(t){d.on(t,"mouseover",K)}),n=this.tip.classList.contains(Ti),this._queueCallback(function(){var t=r._hoverState;r._hoverState=null,d.trigger(r._element,r.constructor.Event.SHOWN),"out"===t&&r._leave(null,r)},this.tip,n)))}},{key:"hide",value:function(){var t,e,n=this;this._popper&&(t=this.getTipElement(),d.trigger(this._element,this.constructor.Event.HIDE).defaultPrevented||(t.classList.remove(Ai),"ontouchstart"in document.documentElement&&(e=[]).concat.apply(e,yi(document.body.children)).forEach(function(t){return d.off(t,"mouseover",K)}),this._activeTrigger.click=!1,this._activeTrigger[Ni]=!1,this._activeTrigger[Li]=!1,e=this.tip.classList.contains(Ti),this._queueCallback(function(){n._isWithActiveTrigger()||(n._hoverState!==Di&&t.remove(),n._cleanTipClass(),n._element.removeAttribute("aria-describedby"),d.trigger(n._element,n.constructor.Event.HIDDEN),n._disposePopper())},this.tip,e),this._hoverState=""))}},{key:"update",value:function(){null!==this._popper&&this._popper.update()}},{key:"isWithContent",value:function(){return Boolean(this.getTitle())}},{key:"getTipElement",value:function(){if(this.tip)return this.tip;var t=document.createElement("div"),t=(t.innerHTML=this._config.template,t.children[0]);return this.setContent(t),t.classList.remove(Ti,Ai),this.tip=t,this.tip}},{key:"setContent",value:function(t){this._sanitizeAndSetContent(t,this.getTitle(),Pi)}},{key:"_sanitizeAndSetContent",value:function(t,e,n){n=p.findOne(n,t);!e&&n?n.remove():this.setElementContent(n,e)}},{key:"setElementContent",value:function(t,e){if(null!==t)return nt(e)?(e=Y(e),void(this._config.html?e.parentNode!==t&&(t.innerHTML="",t.append(e)):t.textContent=e.textContent)):void(this._config.html?(this._config.sanitize&&(e=di(e,this._config.allowList,this._config.sanitizeFn)),t.innerHTML=e):t.textContent=e)}},{key:"getTitle",value:function(){var t=this._element.getAttribute("data-bs-original-title")||this._config.title;return this._resolvePossibleFunction(t)}},{key:"updateAttachment",value:function(t){return"right"===t?"end":"left"===t?"start":t}},{key:"_initializeOnDelegatedTarget",value:function(t,e){return e||this.constructor.getOrCreateInstance(t.delegateTarget,this._getDelegateConfig())}},{key:"_getOffset",value:function(){var e=this,n=this._config.offset;return"string"==typeof n?n.split(",").map(function(t){return Number.parseInt(t,10)}):"function"==typeof n?function(t){return n(t,e._element)}:n}},{key:"_resolvePossibleFunction",value:function(t){return"function"==typeof t?t.call(this._element):t}},{key:"_getPopperConfig",value:function(t){var e=this,t={placement:t,modifiers:[{name:"flip",options:{fallbackPlacements:this._config.fallbackPlacements}},{name:"offset",options:{offset:this._getOffset()}},{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"arrow",options:{element:".".concat(this.constructor.NAME,"-arrow")}},{name:"onChange",enabled:!0,phase:"afterWrite",fn:function(t){return e._handlePopperPlacementChange(t)}}],onFirstUpdate:function(t){t.options.placement!==t.placement&&e._handlePopperPlacementChange(t)}};return vi(vi({},t),"function"==typeof this._config.popperConfig?this._config.popperConfig(t):this._config.popperConfig)}},{key:"_addAttachmentClass",value:function(t){this.getTipElement().classList.add("".concat(this._getBasicClassPrefix(),"-").concat(this.updateAttachment(t)))}},{key:"_getAttachment",value:function(t){return xi[t.toUpperCase()]}},{key:"_setListeners",value:function(){var n=this;this._config.trigger.split(" ").forEach(function(t){var e;"click"===t?d.on(n._element,n.constructor.Event.CLICK,n._config.selector,function(t){return n.toggle(t)}):"manual"!==t&&(e=t===Li?n.constructor.Event.MOUSEENTER:n.constructor.Event.FOCUSIN,t=t===Li?n.constructor.Event.MOUSELEAVE:n.constructor.Event.FOCUSOUT,d.on(n._element,e,n._config.selector,function(t){return n._enter(t)}),d.on(n._element,t,n._config.selector,function(t){return n._leave(t)}))}),this._hideModalHandler=function(){n._element&&n.hide()},d.on(this._element.closest(Mi),Ii,this._hideModalHandler),this._config.selector?this._config=vi(vi({},this._config),{},{trigger:"manual",selector:""}):this._fixTitle()}},{key:"_fixTitle",value:function(){var t=this._element.getAttribute("title"),e=pi(this._element.getAttribute("data-bs-original-title"));!t&&"string"===e||(this._element.setAttribute("data-bs-original-title",t||""),!t||this._element.getAttribute("aria-label")||this._element.textContent||this._element.setAttribute("aria-label",t),this._element.setAttribute("title",""))}},{key:"_enter",value:function(t,e){e=this._initializeOnDelegatedTarget(t,e),t&&(e._activeTrigger["focusin"===t.type?Ni:Li]=!0),e.getTipElement().classList.contains(Ai)||e._hoverState===Di?e._hoverState=Di:(clearTimeout(e._timeout),e._hoverState=Di,e._config.delay&&e._config.delay.show?e._timeout=setTimeout(function(){e._hoverState===Di&&e.show()},e._config.delay.show):e.show())}},{key:"_leave",value:function(t,e){e=this._initializeOnDelegatedTarget(t,e),t&&(e._activeTrigger["focusout"===t.type?Ni:Li]=e._element.contains(t.relatedTarget)),e._isWithActiveTrigger()||(clearTimeout(e._timeout),e._hoverState="out",e._config.delay&&e._config.delay.hide?e._timeout=setTimeout(function(){"out"===e._hoverState&&e.hide()},e._config.delay.hide):e.hide())}},{key:"_isWithActiveTrigger",value:function(){for(var t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1}},{key:"_getConfig",value:function(t){var e=f.getDataAttributes(this._element);return Object.keys(e).forEach(function(t){Ci.has(t)&&delete e[t]}),(t=vi(vi(vi({},this.constructor.Default),e),"object"===pi(t)&&t?t:{})).container=!1===t.container?document.body:Y(t.container),"number"==typeof t.delay&&(t.delay={show:t.delay,hide:t.delay}),"number"==typeof t.title&&(t.title=t.title.toString()),"number"==typeof t.content&&(t.content=t.content.toString()),W(ki,t,this.constructor.DefaultType),t.sanitize&&(t.template=di(t.template,t.allowList,t.sanitizeFn)),t}},{key:"_getDelegateConfig",value:function(){var t,e={};for(t in this._config)this.constructor.Default[t]!==this._config[t]&&(e[t]=this._config[t]);return e}},{key:"_cleanTipClass",value:function(){var e=this.getTipElement(),t=new RegExp("(^|\\s)".concat(this._getBasicClassPrefix(),"\\S+"),"g"),t=e.getAttribute("class").match(t);null!==t&&0

'}),qi=zi(zi({},Ri.DefaultType),{},{content:"(string|element|function)"}),Ki={HIDE:"hide".concat(l),HIDDEN:"hidden".concat(l),SHOW:"show".concat(l),SHOWN:"shown".concat(l),INSERTED:"inserted".concat(l),CLICK:"click".concat(l),FOCUSIN:"focusin".concat(l),FOCUSOUT:"focusout".concat(l),MOUSEENTER:"mouseenter".concat(l),MOUSELEAVE:"mouseleave".concat(l)},o=function(){var t=o,e=Ri;if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&Fi(t,e);var n,r=Vi(o);function o(){var t=this,e=o;if(t instanceof e)return r.apply(this,arguments);throw new TypeError("Cannot call a class as a function")}return t=o,e=[{key:"Default",get:function(){return Ui}},{key:"NAME",get:function(){return"popover"}},{key:"Event",get:function(){return Ki}},{key:"DefaultType",get:function(){return qi}},{key:"jQueryInterface",value:function(e){return this.each(function(){var t=o.getOrCreateInstance(this,e);if("string"==typeof e){if(void 0===t[e])throw new TypeError('No method named "'.concat(e,'"'));t[e]()}})}}],(n=[{key:"isWithContent",value:function(){return this.getTitle()||this._getContent()}},{key:"setContent",value:function(t){this._sanitizeAndSetContent(t,this.getTitle(),".popover-header"),this._sanitizeAndSetContent(t,this._getContent(),".popover-body")}},{key:"_getContent",value:function(){return this._resolvePossibleFunction(this._config.content)}},{key:"_getBasicClassPrefix",value:function(){return"bs-popover"}}])&&Hi(t.prototype,n),e&&Hi(t,e),Object.defineProperty(t,"prototype",{writable:!1}),o}(),l=(e(o),o);t(180);function $i(t){return($i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function Xi(e,t){var n,r=Object.keys(e);return Object.getOwnPropertySymbols&&(n=Object.getOwnPropertySymbols(e),t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,n)),r}function Gi(r){for(var t=1;t=this._offsets[r]&&(void 0===this._offsets[r+1]||t .dropdown-menu .active",e.parentNode))&&r.classList.remove(Sa),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!1)),t.classList.add(Sa),"tab"===t.getAttribute("role")&&t.setAttribute("aria-selected",!0),$(t),t.classList.contains("fade")&&t.classList.add("show");var r=t.parentNode;(r=r&&"LI"===r.nodeName?r.parentNode:r)&&r.classList.contains("dropdown-menu")&&((e=t.closest(".dropdown"))&&p.find(".dropdown-toggle",e).forEach(function(t){return t.classList.add(Sa)}),t.setAttribute("aria-expanded",!0)),n&&n()}}])&&ya(t.prototype,n),e&&ya(t,e),Object.defineProperty(t,"prototype",{writable:!1}),o}(),_a=(d.on(document,_a,'[data-bs-toggle="tab"], [data-bs-toggle="pill"], [data-bs-toggle="list"]',function(t){["A","AREA"].includes(this.tagName)&&t.preventDefault(),U(this)||ja.getOrCreateInstance(this).show()}),e(ja),ja);function Ta(t){return(Ta="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function Aa(e,t){var n,r=Object.keys(e);return Object.getOwnPropertySymbols&&(n=Object.getOwnPropertySymbols(e),t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,n)),r}function Da(r){for(var t=1;tt.length)&&(e=t.length);for(var n=0,r=new Array(e);nt.length)&&(e=t.length);for(var n=0,r=new Array(e);n=o&&C(e)<=r)}function ns(t,e,n,r,o,i,a,c,s){var u,l,f=k(t),d=C(t),p=O(t),h=Kc(t),v=Va("div"),a="\n ".concat((p=p,h=h,u=f,'\n
\n
\n '.concat((l=o).title,'\n
\n
\n ').concat(l.weekdaysShort[h],", ").concat(l.monthsShort[u]," ").concat(p,"\n
\n
\n ")),"\n ").concat((h=t,l=e,u=n,p=r,t=i,e=a,n=c,'\n
\n '.concat(function(t,e,n){return'\n
\n \n
\n \n \n
\n
\n ')}(f,r=d,i=o),'\n
\n ').concat(function(t,e,n,r,o,i,a,c,s){n="days"===i.view?rs(t,n,i):"months"===i.view?os(e,r,o,i,a):is(t,r,0,c,s);return n}(h,r,l,u,p,i,t,e,n),"\n
\n ").concat(function(t){return'\n \n ")}(i),"\n
\n ")),"\n ");return S.addClass(v,"datepicker-modal-container"),S.addClass(v,"datepicker-modal-container-".concat(s)),v.innerHTML=a,v}function rs(t,e,n){t=function(t,e,n){for(var r=[],o=k(t),i=k(D(t,-1)),a=k(D(t,1)),c=C(t),s=function(t,e,n){return n=0<(n=n.startDay)?7-n:0,7<=(t=new Date(t,e).getDay()+n)?t-7:t}(c,o,n),u=$c(t),l=$c(D(t,-1)),f=1,d=!1,p=1;p<7;p++){var h=[];if(1===p){for(var v=l-s+1;v<=l;v++){var y=Qc(c,i,v);h.push({date:y,currentMonth:d,isSelected:e&&Jc(y,e),isToday:Jc(y,Xc()),dayNumber:O(y)})}d=!0;for(var m=7-h.length,g=0;g\n ".concat(e.map(function(t,e){return'').concat(t,"")}).join(""),"\n \n "),t=t.map(function(t){return"\n \n ".concat(t.map(function(t){return'\n \n \n ').concat(t.dayNumber,"\n \n \n ")}).join(""),"\n \n ")}).join("");return'\n \n \n '.concat(e,'\n \n \n ').concat(t,"\n \n
\n ")}function os(n,r,o,i,t){var t=function(t,e){for(var n=[],r=[],o=0;o\n ".concat(t.map(function(t){var e=i.monthsShort.indexOf(t);return'\n \n
').concat(t,"
\n \n ")}).join(""),"\n \n ")}).join(""),"\n ");return'\n \n \n '.concat(t,"\n \n
\n ")}function is(t,e,n,r,o){var t=function(t,e,n){for(var r=[],o=C(t),t=ts(t,e),i=o-t,a=[],c=0;c\n ".concat(t.map(function(t){return'\n \n
').concat(t,"
\n \n ")}).join(""),"\n \n ")}).join(""),"\n ");return'\n \n \n '.concat(r,"\n \n
\n ")}function as(t){return(as="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function cs(e,t){var n,r=Object.keys(e);return Object.getOwnPropertySymbols&&(n=Object.getOwnPropertySymbols(e),t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,n)),r}function ss(r){for(var t=1;t\n \n \n ');this._element.insertAdjacentHTML("beforeend",t),S.addClass(this._input,"form-icon-trailing")}},{key:"open",value:function(){var t,e,n=this;this._input.readOnly||this._input.disabled||(t=_.trigger(this._element,hs),this._isOpen||t.defaultPrevented||(this._setInitialDate(),t=Va("div"),S.addClass(t,"datepicker-backdrop"),t=t,e=ns(this._activeDate,this._selectedDate,this._selectedYear,this._selectedMonth,this._options,4,24,24,this._toggleButtonId),this._openModal(t,e),S.addClass(this.container,"animation"),S.addClass(this.container,"fade-in"),this.container.style.animationDuration="300ms",S.addClass(t,"animation"),S.addClass(t,"fade-in"),t.style.animationDuration="150ms",this._setFocusTrap(this.container),this._listenToDateSelection(),this._addControlsListeners(),this._listenToEscapeClick(),this._listenToKeyboardNavigation(),this._listenToDatesContainerFocus(),this._listenToDatesContainerBlur(),this._asyncFocusDatesContainer(),this._updateViewControlsAndAttributes(this._view),this._isOpen=!0,setTimeout(function(){n._listenToOutsideClick()},0)))}},{key:"_openDropdown",value:function(t){this._popper=en(this._input,t,{placement:"bottom-start"}),document.body.appendChild(t)}},{key:"_openModal",value:function(t,e){document.body.appendChild(t),document.body.appendChild(e);window.innerWidth>document.documentElement.clientWidth&&(document.body.style.overflow="hidden",document.body.style.paddingRight="15px")}},{key:"_setFocusTrap",value:function(t){this._focusTrap=new qc(t,{event:"keydown",condition:function(t){return"Tab"===t.key}}),this._focusTrap.trap()}},{key:"_listenToUserInput",value:function(){var e=this;_.on(this._input,"input",function(t){e._handleUserInput(t.target.value)})}},{key:"_listenToToggleClick",value:function(){var e=this;_.on(this._element,ys,'[data-mdb-toggle="datepicker"]',function(t){t.preventDefault(),e.open()})}},{key:"_listenToToggleKeydown",value:function(){var e=this;_.on(this._element,"keydown",'[data-mdb-toggle="datepicker"]',function(t){13!==t.keyCode||e._isOpen||e.open()})}},{key:"_listenToDateSelection",value:function(){var r=this;_.on(this.datesContainer,"click",function(t){var e,n=("DIV"===t.target.nodeName?t.target.parentNode:t.target).dataset,t="DIV"===t.target.nodeName?t.target.parentNode:t.target;n.mdbDate&&r._pickDay(n.mdbDate,t),n.mdbMonth&&n.mdbYear&&(t=parseInt(n.mdbMonth,10),e=parseInt(n.mdbYear,10),r._pickMonth(t,e)),n.mdbYear&&!n.mdbMonth&&(t=parseInt(n.mdbYear,10),r._pickYear(t)),r._updateHeaderDate(r._activeDate,r._options.monthsShort,r._options.weekdaysShort)})}},{key:"_updateHeaderDate",value:function(t,e,n){var r=x.findOne(".datepicker-date-text",this.container),o=k(t),i=O(t),t=Kc(t);r.innerHTML="".concat(n[t],", ").concat(e[o]," ").concat(i)}},{key:"_addControlsListeners",value:function(){var t=this;_.on(this.nextButton,"click",function(){"days"===t._view?t.nextMonth():"years"===t._view?t.nextYears():t.nextYear()}),_.on(this.previousButton,"click",function(){"days"===t._view?t.previousMonth():"years"===t._view?t.previousYears():t.previousYear()}),_.on(this.viewChangeButton,"click",function(){"days"===t._view?t._changeView("years"):"years"!==t._view&&"months"!==t._view||t._changeView("days")}),this._listenToFooterButtonsClick()}},{key:"_listenToFooterButtonsClick",value:function(){var t=this;_.on(this.okButton,"click",function(){return t.handleOk()}),_.on(this.cancelButton,"click",function(){return t.handleCancel()}),_.on(this.clearButton,"click",function(){return t.handleClear()})}},{key:"_listenToOutsideClick",value:function(){var n=this;_.on(document,ys,function(t){var e=t.target===n.container,t=n.container&&n.container.contains(t.target);e||t||n.close()})}},{key:"_listenToEscapeClick",value:function(){var e=this;_.on(document,"keydown",function(t){27===t.keyCode&&e._isOpen&&e.close()})}},{key:"_listenToKeyboardNavigation",value:function(){var e=this;_.on(this.datesContainer,"keydown",function(t){e._handleKeydown(t)})}},{key:"_listenToDatesContainerFocus",value:function(){var t=this;_.on(this.datesContainer,"focus",function(){t._focusActiveCell(t.activeCell)})}},{key:"_listenToDatesContainerBlur",value:function(){var t=this;_.on(this.datesContainer,"blur",function(){t._removeCurrentFocusStyles()})}},{key:"_handleKeydown",value:function(t){"days"===this._view&&this._handleDaysViewKeydown(t),"months"===this._view&&this._handleMonthsViewKeydown(t),"years"===this._view&&this._handleYearsViewKeydown(t)}},{key:"_handleDaysViewKeydown",value:function(t){var e=this._activeDate,n=this.activeCell;switch(t.keyCode){case 37:this._activeDate=Gc(this._activeDate,-1);break;case 39:this._activeDate=Gc(this._activeDate,1);break;case 38:this._activeDate=Gc(this._activeDate,-7);break;case 40:this._activeDate=Gc(this._activeDate,7);break;case 36:this._activeDate=Gc(this._activeDate,1-O(this._activeDate));break;case 35:this._activeDate=Gc(this._activeDate,$c(this._activeDate)-O(this._activeDate));break;case 33:this._activeDate=D(this._activeDate,-1);break;case 34:this._activeDate=D(this._activeDate,1);break;case 13:case 32:return this._selectDate(this._activeDate),void t.preventDefault();default:return}es(e,this._activeDate,this._view,24,0)||this._changeView("days"),this._removeHighlightFromCell(n),this._focusActiveCell(this.activeCell),t.preventDefault()}},{key:"_asyncFocusDatesContainer",value:function(){var t=this;setTimeout(function(){t.datesContainer.focus()},0)}},{key:"_focusActiveCell",value:function(t){t&&S.addClass(t,"focused")}},{key:"_removeHighlightFromCell",value:function(t){t&&t.classList.remove("focused")}},{key:"_getActiveDayCell",value:function(){var e=this,t=x.find("td",this.datesContainer);return Array.from(t).find(function(t){return Jc(Zc(t.dataset.mdbDate),e._activeDate)})}},{key:"_handleMonthsViewKeydown",value:function(t){var e=this._activeDate,n=this.activeCell;switch(t.keyCode){case 37:this._activeDate=D(this._activeDate,-1);break;case 39:this._activeDate=D(this._activeDate,1);break;case 38:this._activeDate=D(this._activeDate,-4);break;case 40:this._activeDate=D(this._activeDate,4);break;case 36:this._activeDate=D(this._activeDate,-this.activeMonth);break;case 35:this._activeDate=D(this._activeDate,11-this.activeMonth);break;case 33:this._activeDate=y(this._activeDate,-1);break;case 34:this._activeDate=y(this._activeDate,1);break;case 13:case 32:return void this._selectMonth(this.activeMonth);default:return}es(e,this._activeDate,this._view,24,0)||this._changeView("months"),this._removeHighlightFromCell(n),this._focusActiveCell(this.activeCell),t.preventDefault()}},{key:"_getActiveMonthCell",value:function(){var n=this,t=x.find("td",this.datesContainer);return Array.from(t).find(function(t){var e=parseInt(t.dataset.mdbYear,10),t=parseInt(t.dataset.mdbMonth,10);return e===n.activeYear&&t===n.activeMonth})}},{key:"_handleYearsViewKeydown",value:function(t){var e=this._activeDate,n=this.activeCell;switch(t.keyCode){case 37:this._activeDate=y(this._activeDate,-1);break;case 39:this._activeDate=y(this._activeDate,1);break;case 38:this._activeDate=y(this._activeDate,-4);break;case 40:this._activeDate=y(this._activeDate,4);break;case 36:this._activeDate=y(this._activeDate,-ts(this._activeDate,24));break;case 35:this._activeDate=y(this._activeDate,24-ts(this._activeDate,24)-1);break;case 33:this._activeDate=y(this._activeDate,-24);break;case 34:this._activeDate=y(this._activeDate,24);break;case 13:case 32:return void this._selectYear(this.activeYear);default:return}es(e,this._activeDate,this._view,24,0)||this._changeView("years"),this._removeHighlightFromCell(n),this._focusActiveCell(this.activeCell),t.preventDefault()}},{key:"_getActiveYearCell",value:function(){var e=this,t=x.find("td",this.datesContainer);return Array.from(t).find(function(t){return parseInt(t.dataset.mdbYear,10)===e.activeYear})}},{key:"_setInitialDate",value:function(){this._input.value?this._handleUserInput(this._input.value):this._options.startDate?this._activeDate=new Date(this._options.startDate):this._activeDate=new Date}},{key:"close",value:function(){var t=_.trigger(this._element,ps);this._isOpen&&!t.defaultPrevented&&(this._removeDatepickerListeners(),S.addClass(this.container,"animation"),S.addClass(this.container,"fade-out"),this._closeModal(),this._isOpen=!1,this._view=this._options.view,(this.toggleButton||this._input).focus())}},{key:"_closeDropdown",value:function(){var t=this,e=x.findOne(".datepicker-dropdown-container");e.addEventListener("animationend",function(){e&&document.body.removeChild(e),t._popper&&t._popper.destroy()}),this._removeFocusTrap()}},{key:"_closeModal",value:function(){var t=x.findOne(".datepicker-backdrop"),e=x.findOne(".datepicker-modal-container");S.addClass(t,"animation"),S.addClass(t,"fade-out"),e&&t&&t.addEventListener("animationend",function(){document.body.removeChild(t),document.body.removeChild(e),document.body.style.overflow="",document.body.style.paddingRight=""})}},{key:"_removeFocusTrap",value:function(){this._focusTrap&&(this._focusTrap.disable(),this._focusTrap=null)}},{key:"_removeDatepickerListeners",value:function(){_.off(this.nextButton,"click"),_.off(this.previousButton,"click"),_.off(this.viewChangeButton,"click"),_.off(this.okButton,"click"),_.off(this.cancelButton,"click"),_.off(this.clearButton,"click"),_.off(this.datesContainer,"click"),_.off(this.datesContainer,"keydown"),_.off(this.datesContainer,"focus"),_.off(this.datesContainer,"blur"),_.off(document,ys)}},{key:"dispose",value:function(){this._isOpen&&this.close(),this._removeInputAndToggleListeners();var t=x.findOne("#".concat(this._toggleButtonId));t&&this._element.removeChild(t),v.removeData(this._element,fs),this._element=null,this._input=null,this._options=null,this._activeDate=null,this._selectedDate=null,this._selectedYear=null,this._selectedMonth=null,this._view=null,this._popper=null,this._focusTrap=null}},{key:"_removeInputAndToggleListeners",value:function(){_.off(this._input,"input"),_.off(this._element,ys,'[data-mdb-toggle="datepicker"]'),_.off(this._element,"keydown",'[data-mdb-toggle="datepicker"]')}},{key:"handleOk",value:function(){this._confirmSelection(this._selectedDate),this.close()}},{key:"_selectDate",value:function(t){var e=1t.length)&&(e=t.length);for(var n=0,r=new Array(e);nt.length)&&(e=t.length);for(var n=0,r=new Array(e);nNumber(o)||""!==r&&nNumber(y)&&Number(C._hour.textContent)>=Number(v)&&S.addClass(n,"disabled"),""!==p&&Number(t)Number(y)&&Number(C._hour.textContent)>=Number(v)&&S.addClass(n,"disabled"):"PM"===m&&"AM"===w.textContent&&S.removeClass(n,"disabled"),("AM"===m&&"PM"===w.textContent||"AM"===m&&"AM"===w.textContent&&Number(C._hour.textContent)>=Number(v)&&Number(t)>Number(y))&&S.addClass(n,"disabled")),""!==p&&void 0!==_&&("PM"===_&&"PM"===w.textContent?(Number(t)Number(f)&&S.addClass(n,"disabled"),""!==d&&Number(t)Number(v)&&S.addClass(n,"disabled")),"AM"===m&&"PM"===w.textContent?(C._isAmEnabled=!1,C._isPmEnabled=!0,S.addClass(n,"disabled")):"AM"===m&&"AM"===w.textContent&&(C._isAmEnabled=!0,C._isPmEnabled=!1,Number(t)>Number(v)&&S.addClass(n,"disabled"))):Number(t)>Number(v)&&S.addClass(n,"disabled")),""!==p&&Number(t)\n \n \n')}(this._options,this._toggleButtonId);this.input.insertAdjacentHTML("afterend",t)}},{key:"_getDomElements",value:function(){this._hour=x.findOne(".".concat(Ks)),this._minutes=x.findOne(".".concat(eu)),this._AM=x.findOne(".".concat(Ls)),this._PM=x.findOne(".".concat(ru)),this._wrapper=x.findOne(".".concat(uu)),this._modal=x.findOne(".".concat(nu)),this._hand=x.findOne(".".concat(qs)),this._circle=x.findOne(".".concat(Hs)),this._clock=x.findOne(".".concat(Vs)),this._clockInner=x.findOne(".".concat(Ys))}},{key:"_handlerMaxMinHoursOptions",value:function(t,e,n,r,o,i){var a=""!==n?30*n:"",c=""!==r?30*r:"";if(""!==n&&""!==r){if((t=t<=0?360+t:t)<=a&&c<=t)return e()}else if(""!==r){if(t<=0&&(t=360+t),(c=12\n
\n
\n
\n
\n
\n \n \n \n \n \n \n \n
\n
\n \n \n
\n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n \n
\n")),S.addClass(m,nu),m.setAttribute("role","dialog"),m.setAttribute("tabIndex","-1"),m.setAttribute("id",f),d&&(b._popper=en(b.input,m,{placement:"bottom-start"})),b._document.body.appendChild(m),b._getDomElements(),b._toggleBackdropAnimation(),b._setActiveClassToTipsOnOpen(v,y,h),b._appendTimes(),b._setActiveClassToTipsOnOpen(v,y,h),b._setTipsAndTimesDependOnInputValue(v,y),""===b.input.value&&(s=x.find(".".concat(iu),b._modal),p&&S.addClass(b._PM,M),b._hour.textContent="12",b._minutes.textContent="00",b._addActiveClassToTip(s,Number(b._hour.textContent))),b._handleSwitchTimeMode(),b._handleOkButton(),b._handleClose(),d?(b._handleHoverInlineBtn(),b._handleDocumentClickInline(),b._handleInlineClicks()):(b._handleSwitchHourMinute(),b._handleClockClick(),b._handleKeyboard(),S.addStyle(b._hour,{pointerEvents:"none"}),S.addStyle(b._minutes,{pointerEvents:""})),l&&(u=window.innerWidth>document.documentElement.clientWidth,S.addStyle(b._document.body,{overflow:"hidden"}),!ks()&&u&&S.addStyle(b._document.body,{paddingRight:"15px"})),b._focusTrap=new qc(b._wrapper,{event:"keydown",condition:function(t){return"Tab"===t.key}}),b._focusTrap.trap()},t))})}},{key:"_handleInlineClicks",value:function(){var d=this;wc(this._modal,"click mousedown mouseup touchstart touchend contextmenu",".".concat(Zs,", .").concat(Xs),function(t){function e(t){t=f(t),d._hour.textContent=d._setHourOrMinute(t)}function n(t){t=l(t),d._minutes.textContent=d._setHourOrMinute(t)}function r(){e(s+=1)}function o(){n(u+=1)}function i(){e(--s)}function a(){n(--u)}var c=t.target,t=t.type,s=Number(d._hour.textContent),u=Number(d._minutes.textContent),l=function(t){return 59=Number(c)&&i+6<=t)return t}else if(""!==n){if("PM"===l&&this._isAmEnabled)return;if("PM"===l&&this._isPmEnabled){if(Number(this._hour.textContent)=Number(c)&&i+6<=t)return t}else if("AM"===u&&this._isAmEnabled&&Number(this._hour.textContent)>=Number(c)&&i+6<=t)return t}return(t=r?30*Math.round(t/30):t)<=0?t=360+t:360<=t&&(t=0),{degrees:t,minute:e}}},{key:"_removeModal",value:function(){var t=this;setTimeout(function(){t._modal.remove(),S.addStyle(t._document.body,{overflow:""}),ks()||S.addStyle(t._document.body,{paddingRight:""})},300),Oc(this._document,"click keydown mousedown mouseup mousemove mouseleave mouseover touchmove touchend")}},{key:"_toggleBackdropAnimation",value:function(){0window.innerWidth,r=this._options.stepperMobileBreakpoint>window.innerWidth;t&&this._currentView!==_u&&this._toggleHorizontal(),n&&!r&&this._currentView!==wu&&(this._steps.forEach(function(t){t=x.findOne(".".concat(L),t);e._resetStepperHeight(),e._showElement(t)}),this._toggleVertical())}},{key:"_toggleStep",value:function(t){this._activeStepIndex!==t&&(this._options.stepperNoEditable&&this._toggleDisabled(),this._showElement(x.findOne(".".concat(L),this._steps[t])),this._toggleActive(t),t>this._activeStepIndex&&this._toggleCompleted(this._activeStepIndex),this._currentView===_u?this._animateHorizontalStep(t):(this._animateVerticalStep(t),this._setSingleStepHeight(this._steps[t])),this._toggleStepTabIndex(x.findOne(".".concat(w),this.activeStep),x.findOne(".".concat(w),this._steps[t])),this._activeStepIndex=t)}},{key:"_resetStepperHeight",value:function(){this._element.style.height=""}},{key:"_setStepsHeight",value:function(){var n=this;this._steps.forEach(function(t){var t=x.findOne(".".concat(L),t),e=window.getComputedStyle(t),e=(n._verticalStepperStyles.push({paddingTop:parseFloat(e.paddingTop),paddingBottom:parseFloat(e.paddingBottom)}),t.scrollHeight);t.style.height="".concat(e,"px")})}},{key:"_setSingleStepHeight",value:function(t){var e=x.findOne(".".concat(L),t),n=this.activeStep===t,t=this._steps.indexOf(t),n=n?(e.style.height="",e.scrollHeight):e.scrollHeight+this._verticalStepperStyles[t].paddingTop+this._verticalStepperStyles[t].paddingBottom;e.style.height="".concat(n,"px")}},{key:"_toggleVertical",value:function(){this._currentView=wu,this._toggleStepperClass(Iu),this._setStepsHeight(),this._hideInactiveSteps()}},{key:"_toggleHorizontal",value:function(){this._currentView=_u,this._toggleStepperClass(Nu),this._setHeight(this.activeStep),this._hideInactiveSteps()}},{key:"_toggleStepperClass",value:function(t){this._element.classList.remove(Nu,Iu),this._element.classList.add(t),t!==Iu&&this._steps.forEach(function(t){x.findOne(".".concat(L),t).classList.remove(Lu)})}},{key:"_toggleStepClass",value:function(t,e,n){n&&this._steps[t].classList[e](n)}},{key:"_bindKeysNavigation",value:function(){var s=this;this._toggleStepTabIndex(!1,x.findOne(".".concat(w),this.activeStep)),this._steps.forEach(function(t){t=x.findOne(".".concat(w),t);_.on(t,Su,function(t){var e=x.parents(t.currentTarget,".".concat(Tu))[0],n=x.next(e,".".concat(Tu))[0],r=x.prev(e,".".concat(Tu))[0],o=x.findOne(".".concat(w),e),i=x.findOne(".".concat(w),s.activeStep),a=null,c=null;n&&(a=x.findOne(".".concat(w),n)),r&&(c=x.findOne(".".concat(w),r)),37===t.keyCode&&s._currentView!==wu&&(c?(s._toggleStepTabIndex(o,c),s._toggleOutlineStyles(o,c),c.focus()):a&&(s._toggleStepTabIndex(o,a),s._toggleOutlineStyles(o,a),a.focus())),39===t.keyCode&&s._currentView!==wu&&(a?(s._toggleStepTabIndex(o,a),s._toggleOutlineStyles(o,a),a.focus()):c&&(s._toggleStepTabIndex(o,c),s._toggleOutlineStyles(o,c),c.focus())),40===t.keyCode&&s._currentView===wu&&(t.preventDefault(),a&&(s._toggleStepTabIndex(o,a),s._toggleOutlineStyles(o,a),a.focus())),38===t.keyCode&&s._currentView===wu&&(t.preventDefault(),c&&(s._toggleStepTabIndex(o,c),s._toggleOutlineStyles(o,c),c.focus())),36===t.keyCode&&(n=x.findOne(".".concat(w),s._steps[0]),s._toggleStepTabIndex(o,n),s._toggleOutlineStyles(o,n),n.focus()),35===t.keyCode&&(r=s._steps[s._steps.length-1],a=x.findOne(".".concat(w),r),s._toggleStepTabIndex(o,a),s._toggleOutlineStyles(o,a),a.focus()),13!==t.keyCode&&32!==t.keyCode||(t.preventDefault(),s.changeStep(s._steps.indexOf(e))),9===t.keyCode&&(s._toggleStepTabIndex(o,i),s._toggleOutlineStyles(o,!1),i.focus())}),_.on(t,xu,function(t){var e=x.parents(t.currentTarget,".".concat(Tu))[0],e=x.findOne(".".concat(w),e),n=x.findOne(".".concat(w),s.activeStep);9===t.keyCode&&(s._toggleStepTabIndex(e,n),s._toggleOutlineStyles(!1,n),n.focus())})})}},{key:"_toggleStepTabIndex",value:function(t,e){t&&t.setAttribute("tabIndex",-1),e&&e.setAttribute("tabIndex",0)}},{key:"_toggleOutlineStyles",value:function(t,e){t&&(t.style.outline=""),e&&(e.style.outline="revert")}},{key:"_toggleDisabled",value:function(){this._toggleStepClass(this._activeStepIndex,"add",Mu),this._toggleStepClass(this._activeStepIndex,"add",this._options.stepperDisabled)}},{key:"_toggleActive",value:function(t){this._toggleStepClass(t,"add",Au),this._toggleStepClass(this._activeStepIndex,"remove",Au),this._toggleStepClass(t,"add",this._options.stepperActive),this._toggleStepClass(this._activeStepIndex,"remove",this._options.stepperActive)}},{key:"_toggleCompleted",value:function(t){this._toggleStepClass(t,"add",Du),this._toggleStepClass(t,"remove",Pu),this._toggleStepClass(t,"add",this._options.stepperCompleted),this._toggleStepClass(t,"remove",this._options.stepperInvalid)}},{key:"_hideInactiveSteps",value:function(){var e=this;this._steps.forEach(function(t){t.classList.contains(Au)||e._hideElement(x.findOne(".".concat(L),t))})}},{key:"_setHeight",value:function(t){var e=x.findOne(".".concat(L),t),n=getComputedStyle(e),t=x.findOne(".".concat(w),t),r=getComputedStyle(t),e=e.offsetHeight+parseFloat(n.marginTop)+parseFloat(n.marginBottom),n=t.offsetHeight+parseFloat(r.marginTop)+parseFloat(r.marginBottom);this._element.style.height="".concat(n+e,"px")}},{key:"_hideElement",value:function(t){x.parents(t,".".concat(Tu))[0].classList.contains(Au)||this._currentView===wu?t.classList.add(Lu):t.style.display="none"}},{key:"_showElement",value:function(t){this._currentView===wu?t.classList.remove(Lu):t.style.display="block"}},{key:"_animateHorizontalStep",value:function(n){var t,r=this,e=n>this._activeStepIndex,o=x.findOne(".".concat(L),this._steps[n]),i=x.findOne(".".concat(L),this.activeStep);this._steps.forEach(function(t,e){t=x.findOne(".".concat(L),t);r._clearStepAnimation(t),e!==n&&e!==r._activeStepIndex&&r._hideElement(t)}),e=e?(t="slide-out-left","slide-in-right"):(t="slide-out-right","slide-in-left"),i.classList.add(t,"animation","fast"),o.classList.add(e,"animation","fast"),this._setHeight(this._steps[n]),_.one(i,ju,function(t){r._clearStepAnimation(t.target),r._hideElement(t.target)}),_.one(o,ju,function(t){r._clearStepAnimation(t.target)})}},{key:"_animateVerticalStep",value:function(t){var t=x.findOne(".".concat(L),this._steps[t]),e=x.findOne(".".concat(L),this.activeStep);this._hideElement(e),this._showElement(t)}},{key:"_clearStepAnimation",value:function(t){t.classList.remove("slide-out-left","slide-in-right","slide-out-right","slide-in-left","animation","fast")}}])&&mu(t.prototype,e),r&&mu(t,r),Object.defineProperty(t,"prototype",{writable:!1}),n}(),bu=(x.find('[data-mdb-stepper="stepper"]').forEach(function(t){return Ru.getInstance(t)||new Ru(t)}),Ru);window.Alert=n,window.Button=R,window.Dropdown=bn,window.Carousel=vo,window.Collapse=jn,window.Offcanvas=r,window.Modal=Io,window.Popover=l,window.ScrollSpy=o,window.Tab=_a,window.Toast=h,window.Tooltip=Ri,window.Ripple=zc,window.Datepicker=ds,window.Timepicker=t,window.Stepper=bu}]); //# sourceMappingURL=index.min.js.map \ No newline at end of file diff --git a/layouts/shortcodes/carousel.html b/layouts/shortcodes/carousel.html index c7426564..dad05691 100644 --- a/layouts/shortcodes/carousel.html +++ b/layouts/shortcodes/carousel.html @@ -10,8 +10,8 @@ {{ $num := 0 }} {{ range $images }} - + {{ $num = add $num 1 }} {{ end }} @@ -23,23 +23,29 @@ {{ range $images }} + style="background-image:url({{ . }})" data-bs-interval="{{ $interval }}"> {{ $num = add $num 1 }} {{ end }} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 7f96dcb0..84ea948d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "prettier-plugin-tailwindcss": "^0.2.4", "rimraf": "^4.4.0", "tailwindcss": "^3.2.7", - "tw-elements": "^1.0.0-beta1", + "tw-elements": "1.0.0-alpha13", "typeit": "^8.7.1", "vendor-copy": "^3.0.1" } @@ -1302,9 +1302,9 @@ } }, "node_modules/tw-elements": { - "version": "1.0.0-beta1", - "resolved": "https://registry.npmjs.org/tw-elements/-/tw-elements-1.0.0-beta1.tgz", - "integrity": "sha512-N7YBHpco5kOBGwPzCrnyxTbjFreb7SisEFw+paJpUHGgZUwdI6KUP2QJzM3YZSFrcigWIjRwR0jOb/PQcIuk5g==", + "version": "1.0.0-alpha13", + "resolved": "https://registry.npmjs.org/tw-elements/-/tw-elements-1.0.0-alpha13.tgz", + "integrity": "sha512-lz1D583ZGDF4s8e89dmXkhfD8m2abgAlaK8/J6cAEm3DLxz7RtqKdunzja6xcKxDZO3bXEd6oGNdQ5QHpyCqrg==", "dev": true, "dependencies": { "@popperjs/core": "^2.6.0", @@ -1312,9 +1312,9 @@ "chartjs-plugin-datalabels": "^0.7.0", "deepmerge": "^4.2.2", "detect-autofill": "^1.1.3", - "perfect-scrollbar": "^1.5.5", + "perfect-scrollbar": "^1.5.0", "popper.js": "^1.16.1", - "tailwindcss": "3.2.4" + "tailwindcss": "~3.0.7" } }, "node_modules/tw-elements/node_modules/chart.js": { @@ -1336,35 +1336,52 @@ "chart.js": ">= 2.7.0 < 3" } }, - "node_modules/tw-elements/node_modules/tailwindcss": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.4.tgz", - "integrity": "sha512-AhwtHCKMtR71JgeYDaswmZXhPcW9iuI9Sp2LvZPo9upDZ7231ZJ7eA9RaURbhpXGVlrjX4cFNlB4ieTetEb7hQ==", + "node_modules/tw-elements/node_modules/postcss-nested": { + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-5.0.6.tgz", + "integrity": "sha512-rKqm2Fk0KbA8Vt3AdGN0FB9OBOMDVajMG6ZCf/GoHgdxUJ4sBFp0A/uMIRm+MJUdo33YXEtjqIz8u7DAp8B7DA==", "dev": true, "dependencies": { - "arg": "^5.0.2", + "postcss-selector-parser": "^6.0.6" + }, + "engines": { + "node": ">=12.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + "peerDependencies": { + "postcss": "^8.2.14" + } + }, + "node_modules/tw-elements/node_modules/tailwindcss": { + "version": "3.0.24", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.24.tgz", + "integrity": "sha512-H3uMmZNWzG6aqmg9q07ZIRNIawoiEcNFKDfL+YzOPuPsXuDXxJxB9icqzLgdzKNwjG3SAro2h9SYav8ewXNgig==", + "dev": true, + "dependencies": { + "arg": "^5.0.1", "chokidar": "^3.5.3", "color-name": "^1.1.4", - "detective": "^5.2.1", + "detective": "^5.2.0", "didyoumean": "^1.2.2", "dlv": "^1.1.3", - "fast-glob": "^3.2.12", + "fast-glob": "^3.2.11", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", - "lilconfig": "^2.0.6", - "micromatch": "^4.0.5", + "lilconfig": "^2.0.5", "normalize-path": "^3.0.0", "object-hash": "^3.0.0", "picocolors": "^1.0.0", - "postcss": "^8.4.18", - "postcss-import": "^14.1.0", + "postcss": "^8.4.12", "postcss-js": "^4.0.0", "postcss-load-config": "^3.1.4", - "postcss-nested": "6.0.0", + "postcss-nested": "5.0.6", "postcss-selector-parser": "^6.0.10", "postcss-value-parser": "^4.2.0", "quick-lru": "^5.1.1", - "resolve": "^1.22.1" + "resolve": "^1.22.0" }, "bin": { "tailwind": "lib/cli.js", @@ -2276,9 +2293,9 @@ } }, "tw-elements": { - "version": "1.0.0-beta1", - "resolved": "https://registry.npmjs.org/tw-elements/-/tw-elements-1.0.0-beta1.tgz", - "integrity": "sha512-N7YBHpco5kOBGwPzCrnyxTbjFreb7SisEFw+paJpUHGgZUwdI6KUP2QJzM3YZSFrcigWIjRwR0jOb/PQcIuk5g==", + "version": "1.0.0-alpha13", + "resolved": "https://registry.npmjs.org/tw-elements/-/tw-elements-1.0.0-alpha13.tgz", + "integrity": "sha512-lz1D583ZGDF4s8e89dmXkhfD8m2abgAlaK8/J6cAEm3DLxz7RtqKdunzja6xcKxDZO3bXEd6oGNdQ5QHpyCqrg==", "dev": true, "requires": { "@popperjs/core": "^2.6.0", @@ -2286,9 +2303,9 @@ "chartjs-plugin-datalabels": "^0.7.0", "deepmerge": "^4.2.2", "detect-autofill": "^1.1.3", - "perfect-scrollbar": "^1.5.5", + "perfect-scrollbar": "^1.5.0", "popper.js": "^1.16.1", - "tailwindcss": "3.2.4" + "tailwindcss": "~3.0.7" }, "dependencies": { "chart.js": { @@ -2308,35 +2325,42 @@ "dev": true, "requires": {} }, - "tailwindcss": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.4.tgz", - "integrity": "sha512-AhwtHCKMtR71JgeYDaswmZXhPcW9iuI9Sp2LvZPo9upDZ7231ZJ7eA9RaURbhpXGVlrjX4cFNlB4ieTetEb7hQ==", + "postcss-nested": { + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-5.0.6.tgz", + "integrity": "sha512-rKqm2Fk0KbA8Vt3AdGN0FB9OBOMDVajMG6ZCf/GoHgdxUJ4sBFp0A/uMIRm+MJUdo33YXEtjqIz8u7DAp8B7DA==", "dev": true, "requires": { - "arg": "^5.0.2", + "postcss-selector-parser": "^6.0.6" + } + }, + "tailwindcss": { + "version": "3.0.24", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.24.tgz", + "integrity": "sha512-H3uMmZNWzG6aqmg9q07ZIRNIawoiEcNFKDfL+YzOPuPsXuDXxJxB9icqzLgdzKNwjG3SAro2h9SYav8ewXNgig==", + "dev": true, + "requires": { + "arg": "^5.0.1", "chokidar": "^3.5.3", "color-name": "^1.1.4", - "detective": "^5.2.1", + "detective": "^5.2.0", "didyoumean": "^1.2.2", "dlv": "^1.1.3", - "fast-glob": "^3.2.12", + "fast-glob": "^3.2.11", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", - "lilconfig": "^2.0.6", - "micromatch": "^4.0.5", + "lilconfig": "^2.0.5", "normalize-path": "^3.0.0", "object-hash": "^3.0.0", "picocolors": "^1.0.0", - "postcss": "^8.4.18", - "postcss-import": "^14.1.0", + "postcss": "^8.4.12", "postcss-js": "^4.0.0", "postcss-load-config": "^3.1.4", - "postcss-nested": "6.0.0", + "postcss-nested": "5.0.6", "postcss-selector-parser": "^6.0.10", "postcss-value-parser": "^4.2.0", "quick-lru": "^5.1.1", - "resolve": "^1.22.1" + "resolve": "^1.22.0" } } } diff --git a/package.json b/package.json index 04843db3..e479d301 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "prettier-plugin-tailwindcss": "^0.2.4", "rimraf": "^4.4.0", "tailwindcss": "^3.2.7", - "tw-elements": "^1.0.0-beta1", + "tw-elements": "1.0.0-alpha13", "typeit": "^8.7.1", "vendor-copy": "^3.0.1" },