@htmlbricks/hb-auth 0.15.29 → 0.15.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/extra/docs.ts +5 -2
- package/package.json +5 -5
- package/release/docs.js +4 -2
- package/release/docs.js.map +1 -1
- package/release/docs.ts +5 -2
- package/release/manifest.json +11 -3
- package/release/release.js +1 -1
- package/release/release.js.map +1 -1
package/extra/docs.ts
CHANGED
|
@@ -128,7 +128,9 @@ const examples: { name: string; description?: string; data: Component }[] = [
|
|
|
128
128
|
url: "https://accounts.google.com/o/oauth2/v2/auth?scope=https%3A//www.googleapis.com/auth/drive.metadata.readonly&include_granted_scopes=true&response_type=token&state=state_parameter_passthrough_value&redirect_uri=https%3A//oauth2.example.com/code&client_id=client_id",
|
|
129
129
|
},
|
|
130
130
|
{ provider: "facebook", url: "" },
|
|
131
|
-
{ provider: "
|
|
131
|
+
{ provider: "gitlab", url: "" },
|
|
132
|
+
{ provider: "github", url: "" },
|
|
133
|
+
|
|
132
134
|
],
|
|
133
135
|
},
|
|
134
136
|
},
|
|
@@ -145,7 +147,8 @@ const examples: { name: string; description?: string; data: Component }[] = [
|
|
|
145
147
|
url: "https://accounts.google.com/o/oauth2/v2/auth?scope=https%3A//www.googleapis.com/auth/drive.metadata.readonly&include_granted_scopes=true&response_type=token&state=state_parameter_passthrough_value&redirect_uri=https%3A//oauth2.example.com/code&client_id=client_id",
|
|
146
148
|
},
|
|
147
149
|
{ provider: "facebook", url: "" },
|
|
148
|
-
{ provider: "
|
|
150
|
+
{ provider: "gitlab", url: "" },
|
|
151
|
+
{ provider: "github", url: "" },
|
|
149
152
|
],
|
|
150
153
|
},
|
|
151
154
|
},
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@htmlbricks/hb-auth",
|
|
3
3
|
"displayName": "Svelte Boostrap Login and Register WebComponent",
|
|
4
4
|
"description": "Svelte Boostrap Login and Register WebComponent",
|
|
5
|
-
"version": "0.15.
|
|
5
|
+
"version": "0.15.30",
|
|
6
6
|
"main": "release/release.js",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"prepublish": "npm run build:release"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@htmlbricks/hb-jsutils": "^0.15.
|
|
33
|
+
"@htmlbricks/hb-jsutils": "^0.15.30",
|
|
34
34
|
"@htmlbricks/manifester": "^0.0.22",
|
|
35
35
|
"@rollup/plugin-alias": "^3.1.2",
|
|
36
36
|
"@rollup/plugin-commonjs": "^18.0.0",
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
"typescript-transform-paths": "^2.2.3"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@htmlbricks/hb-auth-social-login-button": "^0.15.
|
|
74
|
-
"@htmlbricks/hb-form": "^0.15.
|
|
73
|
+
"@htmlbricks/hb-auth-social-login-button": "^0.15.30",
|
|
74
|
+
"@htmlbricks/hb-form": "^0.15.30"
|
|
75
75
|
},
|
|
76
76
|
"keywords": [
|
|
77
77
|
"svelte",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"html5-webcomponents"
|
|
81
81
|
],
|
|
82
82
|
"contributors": [],
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "a74dd14460aed3ba2cf8d90723526234e99fa8e6"
|
|
84
84
|
}
|
package/release/docs.js
CHANGED
|
@@ -119,7 +119,8 @@ var examples = [
|
|
|
119
119
|
url: "https://accounts.google.com/o/oauth2/v2/auth?scope=https%3A//www.googleapis.com/auth/drive.metadata.readonly&include_granted_scopes=true&response_type=token&state=state_parameter_passthrough_value&redirect_uri=https%3A//oauth2.example.com/code&client_id=client_id"
|
|
120
120
|
},
|
|
121
121
|
{ provider: "facebook", url: "" },
|
|
122
|
-
{ provider: "
|
|
122
|
+
{ provider: "gitlab", url: "" },
|
|
123
|
+
{ provider: "github", url: "" },
|
|
123
124
|
]
|
|
124
125
|
}
|
|
125
126
|
},
|
|
@@ -135,7 +136,8 @@ var examples = [
|
|
|
135
136
|
url: "https://accounts.google.com/o/oauth2/v2/auth?scope=https%3A//www.googleapis.com/auth/drive.metadata.readonly&include_granted_scopes=true&response_type=token&state=state_parameter_passthrough_value&redirect_uri=https%3A//oauth2.example.com/code&client_id=client_id"
|
|
136
137
|
},
|
|
137
138
|
{ provider: "facebook", url: "" },
|
|
138
|
-
{ provider: "
|
|
139
|
+
{ provider: "gitlab", url: "" },
|
|
140
|
+
{ provider: "github", url: "" },
|
|
139
141
|
]
|
|
140
142
|
}
|
|
141
143
|
},
|
package/release/docs.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"docs.js","sourceRoot":"","sources":["../extra/docs.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"docs.js","sourceRoot":"","sources":["../extra/docs.ts"],"names":[],"mappings":"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"}
|
package/release/docs.ts
CHANGED
|
@@ -128,7 +128,9 @@ const examples: { name: string; description?: string; data: Component }[] = [
|
|
|
128
128
|
url: "https://accounts.google.com/o/oauth2/v2/auth?scope=https%3A//www.googleapis.com/auth/drive.metadata.readonly&include_granted_scopes=true&response_type=token&state=state_parameter_passthrough_value&redirect_uri=https%3A//oauth2.example.com/code&client_id=client_id",
|
|
129
129
|
},
|
|
130
130
|
{ provider: "facebook", url: "" },
|
|
131
|
-
{ provider: "
|
|
131
|
+
{ provider: "gitlab", url: "" },
|
|
132
|
+
{ provider: "github", url: "" },
|
|
133
|
+
|
|
132
134
|
],
|
|
133
135
|
},
|
|
134
136
|
},
|
|
@@ -145,7 +147,8 @@ const examples: { name: string; description?: string; data: Component }[] = [
|
|
|
145
147
|
url: "https://accounts.google.com/o/oauth2/v2/auth?scope=https%3A//www.googleapis.com/auth/drive.metadata.readonly&include_granted_scopes=true&response_type=token&state=state_parameter_passthrough_value&redirect_uri=https%3A//oauth2.example.com/code&client_id=client_id",
|
|
146
148
|
},
|
|
147
149
|
{ provider: "facebook", url: "" },
|
|
148
|
-
{ provider: "
|
|
150
|
+
{ provider: "gitlab", url: "" },
|
|
151
|
+
{ provider: "github", url: "" },
|
|
149
152
|
],
|
|
150
153
|
},
|
|
151
154
|
},
|
package/release/manifest.json
CHANGED
|
@@ -504,7 +504,11 @@
|
|
|
504
504
|
"url": ""
|
|
505
505
|
},
|
|
506
506
|
{
|
|
507
|
-
"provider": "
|
|
507
|
+
"provider": "gitlab",
|
|
508
|
+
"url": ""
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"provider": "github",
|
|
508
512
|
"url": ""
|
|
509
513
|
}
|
|
510
514
|
]
|
|
@@ -526,7 +530,11 @@
|
|
|
526
530
|
"url": ""
|
|
527
531
|
},
|
|
528
532
|
{
|
|
529
|
-
"provider": "
|
|
533
|
+
"provider": "gitlab",
|
|
534
|
+
"url": ""
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"provider": "github",
|
|
530
538
|
"url": ""
|
|
531
539
|
}
|
|
532
540
|
]
|
|
@@ -568,5 +576,5 @@
|
|
|
568
576
|
},
|
|
569
577
|
"iifePath": "release/release.js",
|
|
570
578
|
"repoName": "@htmlbricks/hb-auth",
|
|
571
|
-
"version": "0.15.
|
|
579
|
+
"version": "0.15.30"
|
|
572
580
|
}
|
package/release/release.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var release=function(){"use strict";function t(){}function r(t){return t()}function o(){return Object.create(null)}function e(t){t.forEach(r)}function n(t){return"function"==typeof t}function i(t,r){return t!=t?r==r:t!==r||t&&"object"==typeof t||"function"==typeof t}let a,m;function l(t,r){return a||(a=document.createElement("a")),a.href=r,t===a.href}function p(t,r){t.appendChild(r)}function d(t,r,o){t.insertBefore(r,o||null)}function s(t){t.parentNode.removeChild(t)}function g(t){return document.createElement(t)}function c(t){return document.createTextNode(t)}function f(){return c(" ")}function b(){return c("")}function u(t,r,o,e){return t.addEventListener(r,o,e),()=>t.removeEventListener(r,o,e)}function x(t,r,o){null==o?t.removeAttribute(r):t.getAttribute(r)!==o&&t.setAttribute(r,o)}function h(t,r,o){r in t?t[r]="boolean"==typeof t[r]&&""===o||o:x(t,r,o)}function w(t,r){r=""+r,t.wholeText!==r&&(t.data=r)}function y(t,r){t.value=null==r?"":r}function v(t,r,o,e){null===o?t.style.removeProperty(r):t.style.setProperty(r,o,e?"important":"")}function k(t){const r={};for(const o of t)r[o.name]=o.value;return r}function $(t){m=t}function j(){if(!m)throw new Error("Function called outside component initialization");return m}function z(){const t=j();return(r,o,{cancelable:e=!1}={})=>{const n=t.$$.callbacks[r];if(n){const i=function(t,r,{bubbles:o=!1,cancelable:e=!1}={}){const n=document.createEvent("CustomEvent");return n.initCustomEvent(t,o,e,r),n}(r,o,{cancelable:e});return n.slice().forEach((r=>{r.call(t,i)})),!i.defaultPrevented}return!0}}const C=[],E=[],T=[],W=[],_=Promise.resolve();let P=!1;function S(t){T.push(t)}const M=new Set;let q=0;function L(){const t=m;do{for(;q<C.length;){const t=C[q];q++,$(t),N(t.$$)}for($(null),C.length=0,q=0;E.length;)E.pop()();for(let t=0;t<T.length;t+=1){const r=T[t];M.has(r)||(M.add(r),r())}T.length=0}while(C.length);for(;W.length;)W.pop()();P=!1,M.clear(),$(t)}function N(t){if(null!==t.fragment){t.update(),e(t.before_update);const r=t.dirty;t.dirty=[-1],t.fragment&&t.fragment.p(t.ctx,r),t.after_update.forEach(S)}}const B=new Set;function R(t,r){t&&t.i&&(B.delete(t),t.i(r))}function O(t,r){t.d(1),r.delete(t.key)}function A(t,r){-1===t.$$.dirty[0]&&(C.push(t),P||(P=!0,_.then(L)),t.$$.dirty.fill(0)),t.$$.dirty[r/31|0]|=1<<r%31}function F(i,a,l,p,d,g,c,f=[-1]){const b=m;$(i);const u=i.$$={fragment:null,ctx:null,props:g,update:t,not_equal:d,bound:o(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(a.context||(b?b.$$.context:[])),callbacks:o(),dirty:f,skip_bound:!1,root:a.target||b.$$.root};c&&c(u.root);let x=!1;if(u.ctx=l?l(i,a.props||{},((t,r,...o)=>{const e=o.length?o[0]:r;return u.ctx&&d(u.ctx[t],u.ctx[t]=e)&&(!u.skip_bound&&u.bound[t]&&u.bound[t](e),x&&A(i,t)),r})):[],u.update(),x=!0,e(u.before_update),u.fragment=!!p&&p(u.ctx),a.target){if(a.hydrate){const t=function(t){return Array.from(t.childNodes)}(a.target);u.fragment&&u.fragment.l(t),t.forEach(s)}else u.fragment&&u.fragment.c();a.intro&&R(i.$$.fragment),function(t,o,i,a){const{fragment:m,on_mount:l,on_destroy:p,after_update:d}=t.$$;m&&m.m(o,i),a||S((()=>{const o=l.map(r).filter(n);p?p.push(...o):e(o),t.$$.on_mount=[]})),d.forEach(S)}(i,a.target,a.anchor,a.customElement),L()}$(b)}let I;"function"==typeof HTMLElement&&(I=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"})}connectedCallback(){const{on_mount:t}=this.$$;this.$$.on_disconnect=t.map(r).filter(n);for(const t in this.$$.slotted)this.appendChild(this.$$.slotted[t])}attributeChangedCallback(t,r,o){this[t]=o}disconnectedCallback(){e(this.$$.on_disconnect)}$destroy(){!function(t,r){const o=t.$$;null!==o.fragment&&(e(o.on_destroy),o.fragment&&o.fragment.d(r),o.on_destroy=o.fragment=null,o.ctx=[])}(this,1),this.$destroy=t}$on(t,r){const o=this.$$.callbacks[t]||(this.$$.callbacks[t]=[]);return o.push(r),()=>{const t=o.indexOf(r);-1!==t&&o.splice(t,1)}}$set(t){var r;this.$$set&&(r=t,0!==Object.keys(r).length)&&(this.$$.skip_bound=!0,this.$$set(t),this.$$.skip_bound=!1)}});const D={en:{registerTitle:"Please create account",loginTitle:"Please sign in",loginSwitch:"go to login page",loginButton:"login",registerButton:"register",rememberMe:"Remember me",forgotPasswordButton:"Forget password?",recoverTitle:"Update password",ForgotTitle:"Recover password",temporaryCode:"Temporary code",recoverEmailText:"Retrieve your account by following the instructions that you will receive shortly at the indicated email",newPassword:"New password",repeatPassword:"Repeat password",recoverWord:"Recover",memo:"Save"},it:{registerTitle:"Crea un account",loginTitle:"Accedi al tuo account",loginSwitch:"vai al login",loginButton:"Accedi",registerButton:"Registrati",rememberMe:"Ricordami",forgotPasswordButton:"Password dimenticata?",recoverTitle:"Aggiorna la password",ForgotTitle:"Recupera la password",temporaryCode:"Codice temporaneo",recoverEmailText:"Recupera il tuo account seguendo le istruzioni che riceverai a breve presso l'email indicata",newPassword:"Nuova password",repeatPassword:"Ripeti la password",recoverWord:"Recupera",memo:"Memorizza"}};var U,J,H=(U=function(t,r){r.__esModule=!0,r.LanguageTranslator=r.addComponent=r.getChildStyleToPass=void 0,r.getChildStyleToPass=function(t,r){var o,e,n="";if(t&&(null==r?void 0:r.length)&&(null===(o=Object.keys(t))||void 0===o?void 0:o.length)&&(null===(e=null==r?void 0:r.filter((function(r){return Object.keys(t).includes(r.name)})))||void 0===e?void 0:e.length))for(var i=function(o){(null==r?void 0:r.filter((function(r){return r.name===o&&r.defaultValue!==t[o]})))&&(n+="".concat(o,":").concat(t[o],";"))},a=0,m=Object.keys(t);a<m.length;a++)i(m[a]);return n},r.addComponent=function(t){var r,o=(null===(r=null==t?void 0:t.repoName.split("/"))||void 0===r?void 0:r[1])||(null==t?void 0:t.repoName);if(!o)throw new Error("wrong componentPath "+(null==t?void 0:t.repoName));if(!(null==t?void 0:t.version))throw new Error("wrong version "+(null==t?void 0:t.version));var e=(null==t?void 0:t.iifePath)||"release/release.js";if(!document.getElementById(o+"-script")){var n=document.createElement("script");n.id=o+"-script",n.src="https://cdn.jsdelivr.net/npm/".concat(t.repoName,"@").concat(t.version,"/").concat(e),(null==t?void 0:t.local)&&location.href.includes("localhost")&&(n.src="".concat(t.local)),document.head.appendChild(n)}};var o=function(){function t(t){if(!(null==t?void 0:t.dictionary))throw new Error("no dictionary provided");this.dictionary=t.dictionary,this.setLang(null==t?void 0:t.lang)}return t.prototype.setLang=function(r){r||(r=t.getDefaultLang()),this.lang=r},t.prototype.translateWord=function(r,o){return t.getDictionaryWord(r,this.dictionary,o||this.lang)},t.prototype.translateDate=function(r,o,e){return t.formatDate(r,o,e||this.lang)},t.getDefaultLang=function(){var t,r,o,e,n,i="en";return(null===navigator||void 0===navigator?void 0:navigator.languages)&&(null===(o=null===(r=null===(t=navigator.languages[0])||void 0===t?void 0:t.split("-")[0])||void 0===r?void 0:r.toLowerCase())||void 0===o?void 0:o.length)&&(i=null===(n=null===(e=navigator.languages[0])||void 0===e?void 0:e.split("-")[0])||void 0===n?void 0:n.toLowerCase()),i},t.getDictionaryWord=function(r,o,e){var n;if(!r)throw new Error("no wordKey provided");if(!o)throw new Error("no dictionary provided");if(e&&(null===(n=o[e])||void 0===n?void 0:n[r]))return o[e][r];var i="",a=t.getDefaultLang();if(!e||a!==e){var m=null==o?void 0:o[a];(null==m?void 0:m[r])&&(i=m[r])}return i},t.formatDate=function(r,o,e){if(!r)throw new Error("no date provided");if("function"!=typeof r.getMonth)throw new Error("wrong date format");return new Intl.DateTimeFormat(e||t.getDefaultLang(),o).format(r)},t}();r.LanguageTranslator=o},U(J={exports:{}},J.exports),J.exports),X="0.15.29";function Y(t,r,o){const e=t.slice();return e[60]=r[o],e}function G(t){let r,o,e;return{c(){r=g("div"),o=g("img"),x(o,"id","logoimg"),l(o.src,e=t[1])||x(o,"src",e),x(o,"alt",""),x(r,"class","mb-4 text-center")},m(t,e){d(t,r,e),p(r,o)},p(t,r){2&r[0]&&!l(o.src,e=t[1])&&x(o,"src",e)},d(t){t&&s(r)}}}function K(t){let r,o,e=t[11]?.translateWord("recoverTitle")+"";return{c(){r=g("h1"),o=c(e),x(r,"class","h3 mb-3 fw-normal")},m(t,e){d(t,r,e),p(r,o)},p(t,r){2048&r[0]&&e!==(e=t[11]?.translateWord("recoverTitle")+"")&&w(o,e)},d(t){t&&s(r)}}}function V(t){let r,o,e=t[11]?.translateWord("registerTitle")+"";return{c(){r=g("h1"),o=c(e),x(r,"class","h3 mb-3 fw-normal")},m(t,e){d(t,r,e),p(r,o)},p(t,r){2048&r[0]&&e!==(e=t[11]?.translateWord("registerTitle")+"")&&w(o,e)},d(t){t&&s(r)}}}function Q(t){let r,o,e=t[11]?.translateWord("ForgotTitle")+"";return{c(){r=g("h1"),o=c(e),x(r,"class","h3 mb-3 fw-normal")},m(t,e){d(t,r,e),p(r,o)},p(t,r){2048&r[0]&&e!==(e=t[11]?.translateWord("ForgotTitle")+"")&&w(o,e)},d(t){t&&s(r)}}}function Z(t){let r,o,e=t[11]?.translateWord("loginTitle")+"";return{c(){r=g("h1"),o=c(e),x(r,"class","h3 mb-3 fw-normal")},m(t,e){d(t,r,e),p(r,o)},p(t,r){2048&r[0]&&e!==(e=t[11]?.translateWord("loginTitle")+"")&&w(o,e)},d(t){t&&s(r)}}}function tt(t){let r,o,e,n,i=[],a=new Map,m=t[2];const l=t=>t[60].provider;for(let r=0;r<m.length;r+=1){let o=Y(t,m,r),e=l(o);a.set(e,i[r]=rt(e,o))}let c=!t[4]&&ot();return{c(){r=g("div"),o=g("ul");for(let t=0;t<i.length;t+=1)i[t].c();e=f(),c&&c.c(),n=b(),x(o,"class","social-icons"),x(r,"class","d-flex justify-content-center mt-1")},m(t,a){d(t,r,a),p(r,o);for(let t=0;t<i.length;t+=1)i[t].m(o,null);d(t,e,a),c&&c.m(t,a),d(t,n,a)},p(t,r){262148&r[0]&&(m=t[2],i=function(t,r,o,e,n,i,a,m,l,p,d,s){let g=t.length,c=i.length,f=g;const b={};for(;f--;)b[t[f].key]=f;const u=[],x=new Map,h=new Map;for(f=c;f--;){const t=s(n,i,f),m=o(t);let l=a.get(m);l?e&&l.p(t,r):(l=p(m,t),l.c()),x.set(m,u[f]=l),m in b&&h.set(m,Math.abs(f-b[m]))}const w=new Set,y=new Set;function v(t){R(t,1),t.m(m,d),a.set(t.key,t),d=t.first,c--}for(;g&&c;){const r=u[c-1],o=t[g-1],e=r.key,n=o.key;r===o?(d=r.first,g--,c--):x.has(n)?!a.has(e)||w.has(e)?v(r):y.has(n)?g--:h.get(e)>h.get(n)?(y.add(e),v(r)):(w.add(n),g--):(l(o,a),g--)}for(;g--;){const r=t[g];x.has(r.key)||l(r,a)}for(;c;)v(u[c-1]);return u}(i,r,l,1,t,m,a,o,O,rt,null,Y)),t[4]?c&&(c.d(1),c=null):c||(c=ot(),c.c(),c.m(n.parentNode,n))},d(t){t&&s(r);for(let t=0;t<i.length;t+=1)i[t].d();t&&s(e),c&&c.d(t),t&&s(n)}}}function rt(t,r){let o,e,n,i,a,m,l,c,b;return{key:t,first:null,c(){o=g("li"),e=g("hb-auth-social-login-button"),n=g("button"),i=g("i"),l=f(),x(i,"class",a="bi-"+r[60].provider),x(n,"class","btn btn-primary dot"),h(e,"provider",m=JSON.stringify({name:r[60].provider,url:r[60].url,params:r[60].params})),this.first=o},m(t,a){d(t,o,a),p(o,e),p(e,n),p(n,i),p(o,l),c||(b=u(e,"oauthFlowInit",r[35]),c=!0)},p(t,o){r=t,4&o[0]&&a!==(a="bi-"+r[60].provider)&&x(i,"class",a),4&o[0]&&m!==(m=JSON.stringify({name:r[60].provider,url:r[60].url,params:r[60].params}))&&h(e,"provider",m)},d(t){t&&s(o),c=!1,b()}}}function ot(t){let r;return{c(){r=g("h1"),r.textContent="Credenziali",x(r,"class","h3 mb-3 fw-normal")},m(t,o){d(t,r,o)},d(t){t&&s(r)}}}function et(t){let r,o,n,i,a,m,l,b,h,v,k,$,j,z,C,E,T,W,_,P,S,M,q,L,N,B,R=t[11]?.translateWord("temporaryCode")+"",O=t[11]?.translateWord("newPassword")+"",A=t[11]?.translateWord("repeatPassword")+"";function F(t,r){return t[14]?mt:lt}let I=F(t),D=I(t);function U(t,r){return t[14]&&t[8]?pt:dt}let J=U(t),H=J(t);return{c(){r=g("div"),D.c(),o=f(),n=g("label"),i=c(R),a=f(),m=g("div"),H.c(),l=f(),b=g("label"),b.textContent="Email",h=f(),v=g("div"),k=g("input"),z=f(),C=g("label"),E=c(O),T=f(),W=g("div"),_=g("input"),M=f(),q=g("label"),L=c(A),x(n,"for","floatingCode"),x(r,"class","form-floating"),x(b,"for","floatingEmail"),x(m,"class","form-floating"),x(k,"type","password"),x(k,"class",$="form-control "+(t[12]?t[15]("password")?"is-valid":"is-invalid":"")),x(k,"placeholder","Password"),k.required=!0,x(k,"pattern",j=t[5]?t[5]:""),x(C,"for","floatingPassword"),x(v,"class","form-floating"),x(_,"type","password"),x(_,"class",P="form-control "+(t[12]?t[15]("passwordRepeated")?"is-valid":"is-invalid":"")),x(_,"placeholder","Ripteti Password"),_.required=!0,x(_,"pattern",S=t[5]?t[5]:""),x(q,"for","floatingPassword2"),x(W,"class","form-floating")},m(e,s){d(e,r,s),D.m(r,null),p(r,o),p(r,n),p(n,i),d(e,a,s),d(e,m,s),H.m(m,null),p(m,l),p(m,b),d(e,h,s),d(e,v,s),p(v,k),y(k,t[10]),p(v,z),p(v,C),p(C,E),d(e,T,s),d(e,W,s),p(W,_),y(_,t[9]),p(W,M),p(W,q),p(q,L),N||(B=[u(k,"input",t[43]),u(_,"input",t[44])],N=!0)},p(t,e){I===(I=F(t))&&D?D.p(t,e):(D.d(1),D=I(t),D&&(D.c(),D.m(r,o))),2048&e[0]&&R!==(R=t[11]?.translateWord("temporaryCode")+"")&&w(i,R),J===(J=U(t))&&H?H.p(t,e):(H.d(1),H=J(t),H&&(H.c(),H.m(m,l))),4096&e[0]&&$!==($="form-control "+(t[12]?t[15]("password")?"is-valid":"is-invalid":""))&&x(k,"class",$),32&e[0]&&j!==(j=t[5]?t[5]:"")&&x(k,"pattern",j),1024&e[0]&&k.value!==t[10]&&y(k,t[10]),2048&e[0]&&O!==(O=t[11]?.translateWord("newPassword")+"")&&w(E,O),4096&e[0]&&P!==(P="form-control "+(t[12]?t[15]("passwordRepeated")?"is-valid":"is-invalid":""))&&x(_,"class",P),32&e[0]&&S!==(S=t[5]?t[5]:"")&&x(_,"pattern",S),512&e[0]&&_.value!==t[9]&&y(_,t[9]),2048&e[0]&&A!==(A=t[11]?.translateWord("repeatPassword")+"")&&w(L,A)},d(t){t&&s(r),D.d(),t&&s(a),t&&s(m),H.d(),t&&s(h),t&&s(v),t&&s(T),t&&s(W),N=!1,e(B)}}}function nt(t){let r,o,e,n=t[11]?.translateWord("recoverEmailText")+"";return{c(){r=g("div"),o=g("div"),e=c(n),x(r,"class","form-floating")},m(t,n){d(t,r,n),p(r,o),p(o,e)},p(t,r){2048&r[0]&&n!==(n=t[11]?.translateWord("recoverEmailText")+"")&&w(e,n)},d(t){t&&s(r)}}}function it(t){let r,o,e,n,i,a,m;return{c(){r=g("div"),o=g("input"),n=f(),i=g("label"),i.textContent="Email",x(o,"type","text"),x(o,"class",e="form-control "+(t[12]?t[15]("email")?"is-valid":"is-invalid":"")),x(o,"placeholder","name@example.com"),o.required=!0,x(i,"for","floatingInput"),x(r,"class","form-floating")},m(e,l){d(e,r,l),p(r,o),y(o,t[8]),p(r,n),p(r,i),a||(m=u(o,"input",t[38]),a=!0)},p(t,r){4096&r[0]&&e!==(e="form-control "+(t[12]?t[15]("email")?"is-valid":"is-invalid":""))&&x(o,"class",e),256&r[0]&&o.value!==t[8]&&y(o,t[8])},d(t){t&&s(r),a=!1,m()}}}function at(t){let r,o,n,i,a,m,l,c,b,h,w,v,k,$;return{c(){r=g("div"),o=g("input"),i=f(),a=g("label"),a.textContent="Email",m=f(),l=g("div"),c=g("input"),w=f(),v=g("label"),v.textContent="Password",x(o,"type","text"),x(o,"class",n="form-control "+(t[12]?t[15]("email")?"is-valid":"is-invalid":"")),x(o,"placeholder","name@example.com"),o.required=!0,x(a,"for","floatingInput"),x(r,"class","form-floating"),x(c,"type","password"),x(c,"class",b="form-control "+(t[12]?t[15]("password")?"is-valid":"is-invalid":"")),x(c,"placeholder","Password"),c.required=!0,x(c,"pattern",h=t[5]?t[5]:""),x(v,"for","floatingPassword"),x(l,"class","form-floating")},m(e,n){d(e,r,n),p(r,o),y(o,t[8]),p(r,i),p(r,a),d(e,m,n),d(e,l,n),p(l,c),y(c,t[10]),p(l,w),p(l,v),k||($=[u(o,"input",t[36]),u(c,"input",t[37])],k=!0)},p(t,r){4096&r[0]&&n!==(n="form-control "+(t[12]?t[15]("email")?"is-valid":"is-invalid":""))&&x(o,"class",n),256&r[0]&&o.value!==t[8]&&y(o,t[8]),4096&r[0]&&b!==(b="form-control "+(t[12]?t[15]("password")?"is-valid":"is-invalid":""))&&x(c,"class",b),32&r[0]&&h!==(h=t[5]?t[5]:"")&&x(c,"pattern",h),1024&r[0]&&c.value!==t[10]&&y(c,t[10])},d(t){t&&s(r),t&&s(m),t&&s(l),k=!1,e($)}}}function mt(t){let r,o,e;return{c(){r=g("input"),x(r,"type","text"),x(r,"class","form-control"),x(r,"placeholder","Codice temporaneo"),r.disabled=!0},m(n,i){d(n,r,i),y(r,t[6]),o||(e=u(r,"input",t[40]),o=!0)},p(t,o){64&o[0]&&r.value!==t[6]&&y(r,t[6])},d(t){t&&s(r),o=!1,e()}}}function lt(t){let r,o,e;return{c(){r=g("input"),x(r,"type","text"),x(r,"class","form-control"),x(r,"placeholder","Codice temporaneo"),r.required=!0},m(n,i){d(n,r,i),y(r,t[6]),o||(e=u(r,"input",t[39]),o=!0)},p(t,o){64&o[0]&&r.value!==t[6]&&y(r,t[6])},d(t){t&&s(r),o=!1,e()}}}function pt(t){let r,o,e,n;return{c(){r=g("input"),x(r,"type","text"),x(r,"class",o="form-control "+(t[12]?t[15]("email")?"is-valid":"is-invalid":"")),x(r,"placeholder","name@example.com"),r.disabled=!0},m(o,i){d(o,r,i),y(r,t[8]),e||(n=u(r,"input",t[42]),e=!0)},p(t,e){4096&e[0]&&o!==(o="form-control "+(t[12]?t[15]("email")?"is-valid":"is-invalid":""))&&x(r,"class",o),256&e[0]&&r.value!==t[8]&&y(r,t[8])},d(t){t&&s(r),e=!1,n()}}}function dt(t){let r,o,e,n;return{c(){r=g("input"),x(r,"type","text"),x(r,"class",o="form-control "+(t[12]?t[15]("email")?"is-valid":"is-invalid":"")),x(r,"placeholder","name@example.com"),r.required=!0},m(o,i){d(o,r,i),y(r,t[8]),e||(n=u(r,"input",t[41]),e=!0)},p(t,e){4096&e[0]&&o!==(o="form-control "+(t[12]?t[15]("email")?"is-valid":"is-invalid":""))&&x(r,"class",o),256&e[0]&&r.value!==t[8]&&y(r,t[8])},d(t){t&&s(r),e=!1,n()}}}function st(t){let r,o,e,n,i,a,m=t[11]?.translateWord("memo")+"";return{c(){r=g("div"),r.innerHTML="<label></label>",o=f(),e=g("button"),n=c(m),x(r,"class","checkbox mb-3"),x(e,"class","w-100 btn btn-lg btn-primary")},m(m,l){d(m,r,l),d(m,o,l),d(m,e,l),p(e,n),i||(a=u(e,"click",t[54]),i=!0)},p(t,r){2048&r[0]&&m!==(m=t[11]?.translateWord("memo")+"")&&w(n,m)},d(t){t&&s(r),t&&s(o),t&&s(e),i=!1,a()}}}function gt(t){let r,o,n,i,a,m,l,b,h,y=t[11]?.translateWord("recoverWord")+"",v=t[11]?.translateWord("loginSwitch")+"";return{c(){r=g("div"),r.innerHTML="<label></label>",o=f(),n=g("button"),i=c(y),a=f(),m=g("button"),l=c(v),x(r,"class","checkbox mb-3"),x(n,"class","w-100 btn btn-lg btn-primary"),x(m,"class","btn btn-link")},m(e,s){d(e,r,s),d(e,o,s),d(e,n,s),p(n,i),d(e,a,s),d(e,m,s),p(m,l),b||(h=[u(n,"click",t[52]),u(m,"click",t[53])],b=!0)},p(t,r){2048&r[0]&&y!==(y=t[11]?.translateWord("recoverWord")+"")&&w(i,y),2048&r[0]&&v!==(v=t[11]?.translateWord("loginSwitch")+"")&&w(l,v)},d(t){t&&s(r),t&&s(o),t&&s(n),t&&s(a),t&&s(m),b=!1,e(h)}}}function ct(t){let r,o,e,n,i,a=t[11]?.translateWord("loginSwitch")+"";return{c(){r=g("p"),o=g("button"),e=c(a),x(o,"class","btn btn-link"),v(r,"margin-bottom","0px")},m(a,m){d(a,r,m),p(r,o),p(o,e),n||(i=u(o,"click",t[51]),n=!0)},p(t,r){2048&r[0]&&a!==(a=t[11]?.translateWord("loginSwitch")+"")&&w(e,a)},d(t){t&&s(r),n=!1,i()}}}function ft(t){let r,o,n,i,a,m,l,b,h,y,k=t[11]?.translateWord("registerButton").toUpperCase()+"",$=t[11]?.translateWord("loginSwitch")+"";return{c(){r=g("div"),r.innerHTML="<label></label>",o=f(),n=g("button"),i=c(k),a=f(),m=g("p"),l=g("button"),b=c($),x(r,"class","checkbox mb-3"),x(n,"class","w-100 btn btn-lg btn-primary"),x(l,"class","btn btn-link"),v(m,"margin-bottom","0px")},m(e,s){d(e,r,s),d(e,o,s),d(e,n,s),p(n,i),d(e,a,s),d(e,m,s),p(m,l),p(l,b),h||(y=[u(n,"click",t[49]),u(l,"click",t[50])],h=!0)},p(t,r){2048&r[0]&&k!==(k=t[11]?.translateWord("registerButton").toUpperCase()+"")&&w(i,k),2048&r[0]&&$!==($=t[11]?.translateWord("loginSwitch")+"")&&w(b,$)},d(t){t&&s(r),t&&s(o),t&&s(n),t&&s(a),t&&s(m),h=!1,e(y)}}}function bt(t){let r,o,n,i,a,m,l,h,y,v,k,$,j=t[11]?.translateWord("rememberMe")+"",z=t[11]?.translateWord("loginButton").toUpperCase()+"",C=(t[7]||!t[3])&&ut(t);return{c(){r=g("div"),o=g("label"),n=g("input"),i=f(),a=c(j),m=f(),l=g("button"),h=c(z),y=f(),C&&C.c(),v=b(),x(n,"type","checkbox"),x(r,"class","checkbox mb-3"),x(l,"class","w-100 btn btn-lg btn-primary")},m(e,s){d(e,r,s),p(r,o),p(o,n),n.checked=t[13],p(o,i),p(o,a),d(e,m,s),d(e,l,s),p(l,h),d(e,y,s),C&&C.m(e,s),d(e,v,s),k||($=[u(n,"change",t[45]),u(l,"click",t[46])],k=!0)},p(t,r){8192&r[0]&&(n.checked=t[13]),2048&r[0]&&j!==(j=t[11]?.translateWord("rememberMe")+"")&&w(a,j),2048&r[0]&&z!==(z=t[11]?.translateWord("loginButton").toUpperCase()+"")&&w(h,z),t[7]||!t[3]?C?C.p(t,r):(C=ut(t),C.c(),C.m(v.parentNode,v)):C&&(C.d(1),C=null)},d(t){t&&s(r),t&&s(m),t&&s(l),t&&s(y),C&&C.d(t),t&&s(v),k=!1,e($)}}}function ut(t){let r,o,e,n=t[7]&&xt(t),i=t[7]&&!t[3]&&ht(),a=!t[3]&&wt(t);return{c(){r=g("p"),n&&n.c(),o=f(),i&&i.c(),e=f(),a&&a.c(),v(r,"margin-bottom","0px")},m(t,m){d(t,r,m),n&&n.m(r,null),p(r,o),i&&i.m(r,null),p(r,e),a&&a.m(r,null)},p(t,m){t[7]?n?n.p(t,m):(n=xt(t),n.c(),n.m(r,o)):n&&(n.d(1),n=null),t[7]&&!t[3]?i||(i=ht(),i.c(),i.m(r,e)):i&&(i.d(1),i=null),t[3]?a&&(a.d(1),a=null):a?a.p(t,m):(a=wt(t),a.c(),a.m(r,null))},d(t){t&&s(r),n&&n.d(),i&&i.d(),a&&a.d()}}}function xt(t){let r,o,e,n,i=t[11]?.translateWord("forgotPasswordButton")+"";return{c(){r=g("button"),o=c(i),x(r,"class","btn btn-link")},m(i,a){d(i,r,a),p(r,o),e||(n=u(r,"click",t[47]),e=!0)},p(t,r){2048&r[0]&&i!==(i=t[11]?.translateWord("forgotPasswordButton")+"")&&w(o,i)},d(t){t&&s(r),e=!1,n()}}}function ht(t){let r;return{c(){r=c("/")},m(t,o){d(t,r,o)},d(t){t&&s(r)}}}function wt(t){let r,o,e,n,i=t[11]?.translateWord("registerButton")+"";return{c(){r=g("button"),o=c(i),x(r,"class","btn btn-link")},m(i,a){d(i,r,a),p(r,o),e||(n=u(r,"click",t[48]),e=!0)},p(t,r){2048&r[0]&&i!==(i=t[11]?.translateWord("registerButton")+"")&&w(o,i)},d(t){t&&s(r),e=!1,n()}}}function yt(r){let o,e,n,i,a,m,l,c,b,h,w=r[1]&&G(r);function y(t,r){return"login"===t[0]?Z:"forgotpassword"===t[0]?Q:"register"===t[0]?V:"activate"===t[0]||"recover"===t[0]?K:void 0}let v=y(r),k=v&&v(r),$=r[2]?.length&&tt(r);function j(t,r){return t[4]||"login"!==t[0]&&"register"!==t[0]?"forgotpassword"===t[0]?it:"mailrecoverinfo"===t[0]?nt:"activate"===t[0]||"recover"===t[0]?et:void 0:at}let z=j(r),C=z&&z(r);function E(t,r){return"login"!==t[0]||t[4]?"register"!==t[0]||t[4]?"mailrecoverinfo"===t[0]?ct:"forgotpassword"===t[0]?gt:"activate"===t[0]||"recover"===t[0]?st:void 0:ft:bt}let T=E(r),W=T&&T(r);return{c(){o=g("link"),e=f(),n=g("main"),i=g("slot"),w&&w.c(),a=f(),k&&k.c(),m=f(),$&&$.c(),l=f(),C&&C.c(),c=f(),W&&W.c(),this.c=t,x(o,"rel","stylesheet"),x(o,"href","https://cdn.jsdelivr.net/npm/bootstrap-icons@latest/font/bootstrap-icons.css"),x(i,"name","header"),x(n,"class","form-signin")},m(t,s){p(document.head,o),d(t,e,s),d(t,n,s),p(n,i),w&&w.m(i,null),p(n,a),k&&k.m(n,null),p(n,m),$&&$.m(n,null),p(n,l),C&&C.m(n,null),p(n,c),W&&W.m(n,null),b||(h=u(n,"keyup",r[55]),b=!0)},p(t,r){t[1]?w?w.p(t,r):(w=G(t),w.c(),w.m(i,null)):w&&(w.d(1),w=null),v===(v=y(t))&&k?k.p(t,r):(k&&k.d(1),k=v&&v(t),k&&(k.c(),k.m(n,m))),t[2]?.length?$?$.p(t,r):($=tt(t),$.c(),$.m(n,l)):$&&($.d(1),$=null),z===(z=j(t))&&C?C.p(t,r):(C&&C.d(1),C=z&&z(t),C&&(C.c(),C.m(n,c))),T===(T=E(t))&&W?W.p(t,r):(W&&W.d(1),W=T&&T(t),W&&(W.c(),W.m(n,null)))},i:t,o:t,d(t){s(o),t&&s(e),t&&s(n),w&&w.d(),k&&k.d(),$&&$.d(),C&&C.d(),W&&W.d(),b=!1,h()}}}function vt(t,r,o){let e,n,i,a,m,{id:l}=r,{type:p}=r,{i18nlang:d}=r,{sessionkey:s}=r,{redirectonlogin:g}=r,{redirectoncreate:c}=r,{loginuri:f}=r,{registeruri:b}=r,{activateuri:u}=r,{recoveruri:x}=r,{requestmethod:h}=r,{appendqueryparams:w}=r,{appendbodyparams:y}=r,{logouri:v}=r,{oauth2providers:k}=r,{disableregister:$=null}=r,{disablelocal:C}=r,{passwordpattern:E}=r,{recoverycode:T}=r,{enable_recover_password:W}=r,{email:_}=r,P=!1;function S(t){var r;if(o(12,e=!0),"email"===t){if(_.length&&_.length>3&&2===_.split("@").length&&(null===(r=_.split(".")[_.split(".").length-1])||void 0===r?void 0:r.length)>1)return!0}else if("passwordRepeated"===t){if(a.length&&a.length>3&&i===a)return!0}else if("password"===t&&a.length&&a.length>3)return!0;return!1}async function M(){if(S("email")&&S("password"))if(console.log("request"),f)try{let r;if("GET"===h)r=await fetch(`${f}`,{method:h,cache:"no-cache",headers:{"Content-Type":"application/json"},redirect:"follow",referrerPolicy:"no-referrer"});else{let t={email:_,password:a,rememberMe:n};y&&Object.assign(t,JSON.parse(y)),r=await fetch(`${f}`,{method:h,cache:"no-cache",headers:{"Content-Type":"application/json"},redirect:"follow",referrerPolicy:"no-referrer",body:JSON.stringify(t)})}const o=await r.json();if(!o.ok&&!o.token)throw console.log(o),new Error("invalid login");n?(t=JSON.stringify(o),localStorage.setItem(s,t)):function(t,r){sessionStorage.setItem(s,t)}(JSON.stringify(o)),g&&(location.href=g),B("login",o)}catch(t){console.error(t),console.error("invalid login",{email:_,password:a,rememberMe:n})}else B("login",{email:_,password:a,rememberMe:n});else console.error("invalid login",{email:_,password:a,rememberMe:n});var t}async function q(){if(S("email")&&S("password"))if(b)try{let t;if("GET"===h)t=await fetch(`${b}`,{method:h,cache:"no-cache",headers:{"Content-Type":"application/json"},redirect:"follow",referrerPolicy:"no-referrer"});else{let r={email:_,password:a};y&&Object.assign(r,JSON.parse(y)),t=await fetch(`${b}`,{method:h,cache:"no-cache",headers:{"Content-Type":"application/json"},redirect:"follow",referrerPolicy:"no-referrer",body:JSON.stringify(r)})}const r=await t.json();r.ok=!0,r.requestSent={email:_,password:a};c&&(location.href=c),B("register",r)}catch(t){console.error(t),console.error("invalid register",{email:_,password:a,uri:b})}else B("register",{email:_,password:a});else console.error("invalid register",{email:_,password:a})}const L=j(),N=z();function B(t,r){N(t,r),L.dispatchEvent&&L.dispatchEvent(new CustomEvent(t,{detail:r}))}function R(t){o(8,_=""),o(10,a=""),o(9,i=""),o(13,n=!1),o(12,e=!1),o(0,p=t)}function O(){o(12,e=!0),T&&S("email")&&S("password")&&S("passwordRepeated")?B("recoverOrActivate",{password:a,recoverycode:T,email:_}):console.error("wrong params",T,a,i)}function A(){o(12,e=!0),S("email")?B("recoverPassword",{email:_}):console.error("wrong params",_)}function F(t){if(13===t.keyCode)switch(p){case"login":return M();case"activate":case"recover":return O();case"forgotpassword":return A();case"register":return q()}}H.addComponent({repoName:"@htmlbricks/hb-auth-social-login-button",version:X});return t.$$set=t=>{"id"in t&&o(23,l=t.id),"type"in t&&o(0,p=t.type),"i18nlang"in t&&o(34,d=t.i18nlang),"sessionkey"in t&&o(24,s=t.sessionkey),"redirectonlogin"in t&&o(25,g=t.redirectonlogin),"redirectoncreate"in t&&o(26,c=t.redirectoncreate),"loginuri"in t&&o(27,f=t.loginuri),"registeruri"in t&&o(28,b=t.registeruri),"activateuri"in t&&o(29,u=t.activateuri),"recoveruri"in t&&o(30,x=t.recoveruri),"requestmethod"in t&&o(31,h=t.requestmethod),"appendqueryparams"in t&&o(32,w=t.appendqueryparams),"appendbodyparams"in t&&o(33,y=t.appendbodyparams),"logouri"in t&&o(1,v=t.logouri),"oauth2providers"in t&&o(2,k=t.oauth2providers),"disableregister"in t&&o(3,$=t.disableregister),"disablelocal"in t&&o(4,C=t.disablelocal),"passwordpattern"in t&&o(5,E=t.passwordpattern),"recoverycode"in t&&o(6,T=t.recoverycode),"enable_recover_password"in t&&o(7,W=t.enable_recover_password),"email"in t&&o(8,_=t.email)},t.$$.update=()=>{if(2139099135&t.$$.dirty[0]|15&t.$$.dirty[1]){if(C||o(4,C=!1),m?m&&d&&m.lang&&m.lang!==d&&o(11,m=new H.LanguageTranslator({dictionary:D,lang:d})):o(11,m=new H.LanguageTranslator({dictionary:D,lang:d})),l||o(23,l=null),"string"!=typeof W||"yes"!==W&&"true"!==W&&""!==W?W||o(7,W=!1):o(7,W=!0),E||o(5,E=null),g||o(25,g=null),c||o(26,c=null),s||o(24,s="_lg"),k){if("string"==typeof k)try{o(2,k=JSON.parse(k))}catch(t){console.error("wrong oauth provider params"),o(2,k=null)}}else o(2,k=null);_||o(8,_=""),a||o(10,a=""),i||o(9,i=""),!T&&(null===location||void 0===location?void 0:location.href)&&location.href.split("recoverycode=").length>1?(o(6,T=location.href.split("recoverycode=")[1].split("&")[0]),o(14,P=!0)):T||o(6,T=""),!_&&(null===location||void 0===location?void 0:location.href)&&location.href.split("recoveryemail=").length>1&&o(8,_=location.href.split("recoveryemail=")[1].split("&")[0]),!p&&(null===location||void 0===location?void 0:location.href)&&location.href.split("recoverytype=").length>1?o(0,p=location.href.split("recoverytype=")[1].split("&")[0]):p||o(0,p="login"),v||o(1,v=""),o(12,e=!1),w||o(32,w=null),y||o(33,y=null),f||o(27,f=null),b||o(28,b=null),x||o(30,x=null),$&&"no"!==$||o(3,$=!1),u||o(29,u=null),w?(f&&o(27,f=f.split("/")[f.split("/").length-1].includes("?")?`${f}&${w}`:`${f}?${w}`),b&&o(28,b=b.split("/")[b.split("/").length-1].includes("?")?`${b}&${w}`:`${b}?${w}`)):o(32,w=null),o(31,h=h?h.toUpperCase():"POST"),console.log($)}},[p,v,k,$,C,E,T,W,_,i,a,m,e,n,P,S,M,q,B,R,O,A,F,l,s,g,c,f,b,u,x,h,w,y,d,t=>{B("oauthFlowInit",t.detail)},function(){_=this.value,o(8,_),o(4,C),o(11,m),o(34,d),o(23,l),o(7,W),o(5,E),o(25,g),o(26,c),o(24,s),o(2,k),o(10,a),o(9,i),o(6,T),o(0,p),o(1,v),o(32,w),o(33,y),o(27,f),o(28,b),o(30,x),o(3,$),o(29,u),o(31,h)},function(){a=this.value,o(10,a),o(4,C),o(11,m),o(34,d),o(23,l),o(7,W),o(5,E),o(25,g),o(26,c),o(24,s),o(2,k),o(8,_),o(9,i),o(6,T),o(0,p),o(1,v),o(32,w),o(33,y),o(27,f),o(28,b),o(30,x),o(3,$),o(29,u),o(31,h)},function(){_=this.value,o(8,_),o(4,C),o(11,m),o(34,d),o(23,l),o(7,W),o(5,E),o(25,g),o(26,c),o(24,s),o(2,k),o(10,a),o(9,i),o(6,T),o(0,p),o(1,v),o(32,w),o(33,y),o(27,f),o(28,b),o(30,x),o(3,$),o(29,u),o(31,h)},function(){T=this.value,o(6,T),o(4,C),o(11,m),o(34,d),o(23,l),o(7,W),o(5,E),o(25,g),o(26,c),o(24,s),o(2,k),o(8,_),o(10,a),o(9,i),o(0,p),o(1,v),o(32,w),o(33,y),o(27,f),o(28,b),o(30,x),o(3,$),o(29,u),o(31,h)},function(){T=this.value,o(6,T),o(4,C),o(11,m),o(34,d),o(23,l),o(7,W),o(5,E),o(25,g),o(26,c),o(24,s),o(2,k),o(8,_),o(10,a),o(9,i),o(0,p),o(1,v),o(32,w),o(33,y),o(27,f),o(28,b),o(30,x),o(3,$),o(29,u),o(31,h)},function(){_=this.value,o(8,_),o(4,C),o(11,m),o(34,d),o(23,l),o(7,W),o(5,E),o(25,g),o(26,c),o(24,s),o(2,k),o(10,a),o(9,i),o(6,T),o(0,p),o(1,v),o(32,w),o(33,y),o(27,f),o(28,b),o(30,x),o(3,$),o(29,u),o(31,h)},function(){_=this.value,o(8,_),o(4,C),o(11,m),o(34,d),o(23,l),o(7,W),o(5,E),o(25,g),o(26,c),o(24,s),o(2,k),o(10,a),o(9,i),o(6,T),o(0,p),o(1,v),o(32,w),o(33,y),o(27,f),o(28,b),o(30,x),o(3,$),o(29,u),o(31,h)},function(){a=this.value,o(10,a),o(4,C),o(11,m),o(34,d),o(23,l),o(7,W),o(5,E),o(25,g),o(26,c),o(24,s),o(2,k),o(8,_),o(9,i),o(6,T),o(0,p),o(1,v),o(32,w),o(33,y),o(27,f),o(28,b),o(30,x),o(3,$),o(29,u),o(31,h)},function(){i=this.value,o(9,i),o(4,C),o(11,m),o(34,d),o(23,l),o(7,W),o(5,E),o(25,g),o(26,c),o(24,s),o(2,k),o(8,_),o(10,a),o(6,T),o(0,p),o(1,v),o(32,w),o(33,y),o(27,f),o(28,b),o(30,x),o(3,$),o(29,u),o(31,h)},function(){n=this.checked,o(13,n)},()=>M(),()=>R("forgotpassword"),()=>R("register"),()=>q(),()=>R("login"),()=>R("login"),()=>A(),()=>R("login"),()=>O(),t=>F(t)]}class kt extends I{constructor(t){super(),this.shadowRoot.innerHTML="<style>@charset \"UTF-8\";@import url(\"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap\");@import url(\"https://cdn.jsdelivr.net/npm/bootstrap-icons@latest/font/bootstrap-icons.css\");:host{--bs-blue:var(--bs-primary,#07689f);--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:var(--bs-danger,#f67280);--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:var(--bs-warning,#ffc107);--bs-teal:#20c997;--bs-cyan:var(--bs-info,#a2d5f2);--bs-white:#fff;--bs-gray:var(--bs-secondary,#c9d6df);--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:var(--bs-secondary,#c9d6df);--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:var(--bs-primary,#07689f);--bs-secondary:var(--bs-secondary,#c9d6df);--bs-success:var(--bs-warning,#ffc107);--bs-info:var(--bs-info,#a2d5f2);--bs-warning:#ffc107;--bs-danger:var(--bs-danger,#f67280);--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}*,*::before,*::after{box-sizing:border-box}@media(prefers-reduced-motion: no-preference){:host{scroll-behavior:smooth}}.h6,.h5,.h4,.h3,.h2,h1,.h1{margin-top:0;margin-bottom:0.5rem;font-weight:500;line-height:1.2}h1,.h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width: 1200px){h1,.h1{font-size:2.5rem}}.h2{font-size:calc(1.325rem + 0.9vw)}@media(min-width: 1200px){.h2{font-size:2rem}}.h3{font-size:calc(1.3rem + 0.6vw)}@media(min-width: 1200px){.h3{font-size:1.75rem}}.h4{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){.h4{font-size:1.5rem}}.h5{font-size:1.25rem}.h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}ul{padding-left:2rem}ul{margin-top:0;margin-bottom:1rem}.small{font-size:0.875em}.mark{padding:0.2em;background-color:#fcf8e3}img{vertical-align:middle}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button{text-transform:none}button{-webkit-appearance:button}button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}@media(min-width: 1200px){}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:0.5rem}.initialism{font-size:0.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:0.875em;color:var(--bs-secondary,#c9d6df)}.blockquote-footer::before{content:\"— \"}.form-label{margin-bottom:0.5rem}.col-form-label{padding-top:calc(0.375rem + 1px);padding-bottom:calc(0.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(0.25rem + 1px);padding-bottom:calc(0.25rem + 1px);font-size:0.875rem}.form-text{margin-top:0.25rem;font-size:0.875em;color:var(--bs-secondary,#c9d6df)}.form-control{display:block;width:100%;padding:0.375rem 0.75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;appearance:none;border-radius:0.25rem;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::placeholder{color:var(--bs-secondary,#c9d6df);opacity:1}.form-control:disabled{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{padding:0.375rem 0.75rem;margin:-0.375rem -0.75rem;margin-inline-end:0.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:0.375rem 0.75rem;margin:-0.375rem -0.75rem;margin-inline-end:0.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control::-webkit-file-upload-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:0.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + 0.5rem + 2px);padding:0.25rem 0.5rem;font-size:0.875rem;border-radius:0.2rem}.form-control-sm::file-selector-button{padding:0.25rem 0.5rem;margin:-0.25rem -0.5rem;margin-inline-end:0.5rem}.form-control-sm::-webkit-file-upload-button{padding:0.25rem 0.5rem;margin:-0.25rem -0.5rem;margin-inline-end:0.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:0.5rem 1rem;font-size:1.25rem;border-radius:0.3rem}.form-control-lg::file-selector-button{padding:0.5rem 1rem;margin:-0.5rem -1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:0.5rem 1rem;margin:-0.5rem -1rem;margin-inline-end:1rem}.form-control-color{width:3rem;height:auto;padding:0.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:0.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:0.25rem}.form-select{display:block;width:100%;padding:0.375rem 2.25rem 0.375rem 0.75rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e\");background-repeat:no-repeat;background-position:right 0.75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:0.25rem;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25)}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{padding-top:0.25rem;padding-bottom:0.25rem;padding-left:0.5rem;font-size:0.875rem;border-radius:0.2rem}.form-select-lg{padding-top:0.5rem;padding-bottom:0.5rem;padding-left:1rem;font-size:1.25rem;border-radius:0.3rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:0.125rem}.form-check-input{width:1em;height:1em;margin-top:0.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0, 0, 0, 0.25);appearance:none;color-adjust:exact}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25)}.form-check-input:checked{background-color:var(--bs-primary,#07689f);border-color:var(--bs-primary,#07689f)}.form-check-input:disabled{pointer-events:none;filter:none;opacity:0.5}.form-switch{padding-left:2.5em}@media(prefers-reduced-motion: reduce){}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;background-color:var(--bs-primary,#07689f);border:0;border-radius:1rem;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:0.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:var(--bs-primary,#07689f);border:0;border-radius:1rem;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:0.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem 0.75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity 0.1s ease-in-out, transform 0.1s ease-in-out}@media(prefers-reduced-motion: reduce){.form-floating>label{transition:none}}.form-floating>.form-control{padding:1rem 0.75rem}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:0.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:0.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label{opacity:0.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:0.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group-text{display:flex;align-items:center;padding:0.375rem 0.75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:0.25rem}.valid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:0.875em;color:var(--bs-warning,#ffc107)}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:0.25rem 0.5rem;margin-top:0.1rem;font-size:0.875rem;color:#fff;background-color:rgba(25, 135, 84, 0.9);border-radius:0.25rem}.form-control.is-valid{border-color:var(--bs-warning,#ffc107);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 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%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-valid:focus{border-color:var(--bs-warning,#ffc107);box-shadow:0 0 0 0.25rem rgba(25, 135, 84, 0.25)}.form-select.is-valid{border-color:var(--bs-warning,#ffc107)}.form-select.is-valid: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 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%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-valid:focus{border-color:var(--bs-warning,#ffc107);box-shadow:0 0 0 0.25rem rgba(25, 135, 84, 0.25)}.form-check-input.is-valid{border-color:var(--bs-warning,#ffc107)}.form-check-input.is-valid:checked{background-color:var(--bs-warning,#ffc107)}.form-check-input.is-valid:focus{box-shadow:0 0 0 0.25rem rgba(25, 135, 84, 0.25)}.invalid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:0.875em;color:var(--bs-danger,#f67280)}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:0.25rem 0.5rem;margin-top:0.1rem;font-size:0.875rem;color:#fff;background-color:rgba(220, 53, 69, 0.9);border-radius:0.25rem}.form-control.is-invalid{border-color:var(--bs-danger,#f67280);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:var(--bs-danger,#f67280);box-shadow:0 0 0 0.25rem rgba(220, 53, 69, 0.25)}.form-select.is-invalid{border-color:var(--bs-danger,#f67280)}.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:focus{border-color:var(--bs-danger,#f67280);box-shadow:0 0 0 0.25rem rgba(220, 53, 69, 0.25)}.form-check-input.is-invalid{border-color:var(--bs-danger,#f67280)}.form-check-input.is-invalid:checked{background-color:var(--bs-danger,#f67280)}.form-check-input.is-invalid:focus{box-shadow:0 0 0 0.25rem rgba(220, 53, 69, 0.25)}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;user-select:none;background-color:transparent;border:1px solid transparent;padding:0.375rem 0.75rem;font-size:1rem;border-radius:0.25rem;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn:focus{outline:0;box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25)}.btn:disabled,.btn.disabled{pointer-events:none;opacity:0.65}.btn-primary{color:#fff;background-color:var(--bs-primary,#07689f);border-color:var(--bs-primary,#07689f)}.btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}.btn-primary:focus{color:#fff;background-color:#0b5ed7;border-color:#0a58ca;box-shadow:0 0 0 0.25rem rgba(49, 132, 253, 0.5)}.btn-primary:active,.btn-primary.active{color:#fff;background-color:#0a58ca;border-color:#0a53be}.btn-primary:active:focus,.btn-primary.active:focus{box-shadow:0 0 0 0.25rem rgba(49, 132, 253, 0.5)}.btn-primary:disabled,.btn-primary.disabled{color:#fff;background-color:var(--bs-primary,#07689f);border-color:var(--bs-primary,#07689f)}.btn-secondary{color:#fff;background-color:var(--bs-secondary,#c9d6df);border-color:var(--bs-secondary,#c9d6df)}.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}.btn-secondary:focus{color:#fff;background-color:#5c636a;border-color:#565e64;box-shadow:0 0 0 0.25rem rgba(130, 138, 145, 0.5)}.btn-secondary:active,.btn-secondary.active{color:#fff;background-color:#565e64;border-color:#51585e}.btn-secondary:active:focus,.btn-secondary.active:focus{box-shadow:0 0 0 0.25rem rgba(130, 138, 145, 0.5)}.btn-secondary:disabled,.btn-secondary.disabled{color:#fff;background-color:var(--bs-secondary,#c9d6df);border-color:var(--bs-secondary,#c9d6df)}.btn-success{color:#fff;background-color:var(--bs-warning,#ffc107);border-color:var(--bs-warning,#ffc107)}.btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}.btn-success:focus{color:#fff;background-color:#157347;border-color:#146c43;box-shadow:0 0 0 0.25rem rgba(60, 153, 110, 0.5)}.btn-success:active,.btn-success.active{color:#fff;background-color:#146c43;border-color:#13653f}.btn-success:active:focus,.btn-success.active:focus{box-shadow:0 0 0 0.25rem rgba(60, 153, 110, 0.5)}.btn-success:disabled,.btn-success.disabled{color:#fff;background-color:var(--bs-warning,#ffc107);border-color:var(--bs-warning,#ffc107)}.btn-info{color:#000;background-color:var(--bs-info,#a2d5f2);border-color:var(--bs-info,#a2d5f2)}.btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.btn-info:focus{color:#000;background-color:#31d2f2;border-color:#25cff2;box-shadow:0 0 0 0.25rem rgba(11, 172, 204, 0.5)}.btn-info:active,.btn-info.active{color:#000;background-color:#3dd5f3;border-color:#25cff2}.btn-info:active:focus,.btn-info.active:focus{box-shadow:0 0 0 0.25rem rgba(11, 172, 204, 0.5)}.btn-info:disabled,.btn-info.disabled{color:#000;background-color:var(--bs-info,#a2d5f2);border-color:var(--bs-info,#a2d5f2)}.btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}.btn-warning:focus{color:#000;background-color:#ffca2c;border-color:#ffc720;box-shadow:0 0 0 0.25rem rgba(217, 164, 6, 0.5)}.btn-warning:active,.btn-warning.active{color:#000;background-color:#ffcd39;border-color:#ffc720}.btn-warning:active:focus,.btn-warning.active:focus{box-shadow:0 0 0 0.25rem rgba(217, 164, 6, 0.5)}.btn-warning:disabled,.btn-warning.disabled{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-danger{color:#fff;background-color:var(--bs-danger,#f67280);border-color:var(--bs-danger,#f67280)}.btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}.btn-danger:focus{color:#fff;background-color:#bb2d3b;border-color:#b02a37;box-shadow:0 0 0 0.25rem rgba(225, 83, 97, 0.5)}.btn-danger:active,.btn-danger.active{color:#fff;background-color:#b02a37;border-color:#a52834}.btn-danger:active:focus,.btn-danger.active:focus{box-shadow:0 0 0 0.25rem rgba(225, 83, 97, 0.5)}.btn-danger:disabled,.btn-danger.disabled{color:#fff;background-color:var(--bs-danger,#f67280);border-color:var(--bs-danger,#f67280)}.btn-light{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-light:focus{color:#000;background-color:#f9fafb;border-color:#f9fafb;box-shadow:0 0 0 0.25rem rgba(211, 212, 213, 0.5)}.btn-light:active,.btn-light.active{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-light:active:focus,.btn-light.active:focus{box-shadow:0 0 0 0.25rem rgba(211, 212, 213, 0.5)}.btn-light:disabled,.btn-light.disabled{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-dark{color:#fff;background-color:#212529;border-color:#212529}.btn-dark:hover{color:#fff;background-color:#1c1f23;border-color:#1a1e21}.btn-dark:focus{color:#fff;background-color:#1c1f23;border-color:#1a1e21;box-shadow:0 0 0 0.25rem rgba(66, 70, 73, 0.5)}.btn-dark:active,.btn-dark.active{color:#fff;background-color:#1a1e21;border-color:#191c1f}.btn-dark:active:focus,.btn-dark.active:focus{box-shadow:0 0 0 0.25rem rgba(66, 70, 73, 0.5)}.btn-dark:disabled,.btn-dark.disabled{color:#fff;background-color:#212529;border-color:#212529}.btn-outline-primary{color:var(--bs-primary,#07689f);border-color:var(--bs-primary,#07689f)}.btn-outline-primary:hover{color:#fff;background-color:var(--bs-primary,#07689f);border-color:var(--bs-primary,#07689f)}.btn-outline-primary:focus{box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.5)}.btn-outline-primary:active,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show{color:#fff;background-color:var(--bs-primary,#07689f);border-color:var(--bs-primary,#07689f)}.btn-outline-primary:active:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus{box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.5)}.btn-outline-primary:disabled,.btn-outline-primary.disabled{color:var(--bs-primary,#07689f);background-color:transparent}.btn-outline-secondary{color:var(--bs-secondary,#c9d6df);border-color:var(--bs-secondary,#c9d6df)}.btn-outline-secondary:hover{color:#fff;background-color:var(--bs-secondary,#c9d6df);border-color:var(--bs-secondary,#c9d6df)}.btn-outline-secondary:focus{box-shadow:0 0 0 0.25rem rgba(108, 117, 125, 0.5)}.btn-outline-secondary:active,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show{color:#fff;background-color:var(--bs-secondary,#c9d6df);border-color:var(--bs-secondary,#c9d6df)}.btn-outline-secondary:active:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus{box-shadow:0 0 0 0.25rem rgba(108, 117, 125, 0.5)}.btn-outline-secondary:disabled,.btn-outline-secondary.disabled{color:var(--bs-secondary,#c9d6df);background-color:transparent}.btn-outline-success{color:var(--bs-warning,#ffc107);border-color:var(--bs-warning,#ffc107)}.btn-outline-success:hover{color:#fff;background-color:var(--bs-warning,#ffc107);border-color:var(--bs-warning,#ffc107)}.btn-outline-success:focus{box-shadow:0 0 0 0.25rem rgba(25, 135, 84, 0.5)}.btn-outline-success:active,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show{color:#fff;background-color:var(--bs-warning,#ffc107);border-color:var(--bs-warning,#ffc107)}.btn-outline-success:active:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus{box-shadow:0 0 0 0.25rem rgba(25, 135, 84, 0.5)}.btn-outline-success:disabled,.btn-outline-success.disabled{color:var(--bs-warning,#ffc107);background-color:transparent}.btn-outline-info{color:var(--bs-info,#a2d5f2);border-color:var(--bs-info,#a2d5f2)}.btn-outline-info:hover{color:#000;background-color:var(--bs-info,#a2d5f2);border-color:var(--bs-info,#a2d5f2)}.btn-outline-info:focus{box-shadow:0 0 0 0.25rem rgba(13, 202, 240, 0.5)}.btn-outline-info:active,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show{color:#000;background-color:var(--bs-info,#a2d5f2);border-color:var(--bs-info,#a2d5f2)}.btn-outline-info:active:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus{box-shadow:0 0 0 0.25rem rgba(13, 202, 240, 0.5)}.btn-outline-info:disabled,.btn-outline-info.disabled{color:var(--bs-info,#a2d5f2);background-color:transparent}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:focus{box-shadow:0 0 0 0.25rem rgba(255, 193, 7, 0.5)}.btn-outline-warning:active,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:active:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus{box-shadow:0 0 0 0.25rem rgba(255, 193, 7, 0.5)}.btn-outline-warning:disabled,.btn-outline-warning.disabled{color:#ffc107;background-color:transparent}.btn-outline-danger{color:var(--bs-danger,#f67280);border-color:var(--bs-danger,#f67280)}.btn-outline-danger:hover{color:#fff;background-color:var(--bs-danger,#f67280);border-color:var(--bs-danger,#f67280)}.btn-outline-danger:focus{box-shadow:0 0 0 0.25rem rgba(220, 53, 69, 0.5)}.btn-outline-danger:active,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show{color:#fff;background-color:var(--bs-danger,#f67280);border-color:var(--bs-danger,#f67280)}.btn-outline-danger:active:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus{box-shadow:0 0 0 0.25rem rgba(220, 53, 69, 0.5)}.btn-outline-danger:disabled,.btn-outline-danger.disabled{color:var(--bs-danger,#f67280);background-color:transparent}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:focus{box-shadow:0 0 0 0.25rem rgba(248, 249, 250, 0.5)}.btn-outline-light:active,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:active:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus{box-shadow:0 0 0 0.25rem rgba(248, 249, 250, 0.5)}.btn-outline-light:disabled,.btn-outline-light.disabled{color:#f8f9fa;background-color:transparent}.btn-outline-dark{color:#212529;border-color:#212529}.btn-outline-dark:hover{color:#fff;background-color:#212529;border-color:#212529}.btn-outline-dark:focus{box-shadow:0 0 0 0.25rem rgba(33, 37, 41, 0.5)}.btn-outline-dark:active,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show{color:#fff;background-color:#212529;border-color:#212529}.btn-outline-dark:active:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus{box-shadow:0 0 0 0.25rem rgba(33, 37, 41, 0.5)}.btn-outline-dark:disabled,.btn-outline-dark.disabled{color:#212529;background-color:transparent}.btn-link{font-weight:400;color:var(--bs-primary,#07689f);text-decoration:underline}.btn-link:hover{color:#0a58ca}.btn-link:disabled,.btn-link.disabled{color:var(--bs-secondary,#c9d6df)}.btn-lg{padding:0.5rem 1rem;font-size:1.25rem;border-radius:0.3rem}.btn-sm{padding:0.25rem 0.5rem;font-size:0.875rem;border-radius:0.2rem}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.float-start{float:left !important}.float-end{float:right !important}.float-none{float:none !important}.opacity-0{opacity:0 !important}.opacity-25{opacity:0.25 !important}.opacity-50{opacity:0.5 !important}.opacity-75{opacity:0.75 !important}.opacity-100{opacity:1 !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.shadow{box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important}.shadow-sm{box-shadow:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0, 0, 0, 0.175) !important}.shadow-none{box-shadow:none !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.top-0{top:0 !important}.top-50{top:50% !important}.top-100{top:100% !important}.bottom-0{bottom:0 !important}.bottom-50{bottom:50% !important}.bottom-100{bottom:100% !important}.start-0{left:0 !important}.start-50{left:50% !important}.start-100{left:100% !important}.end-0{right:0 !important}.end-50{right:50% !important}.end-100{right:100% !important}.translate-middle{transform:translate(-50%, -50%) !important}.translate-middle-x{transform:translateX(-50%) !important}.translate-middle-y{transform:translateY(-50%) !important}.border{border:1px solid #dee2e6 !important}.border-0{border:0 !important}.border-top{border-top:1px solid #dee2e6 !important}.border-top-0{border-top:0 !important}.border-end{border-right:1px solid #dee2e6 !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:1px solid #dee2e6 !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:1px solid #dee2e6 !important}.border-start-0{border-left:0 !important}.border-primary{border-color:var(--bs-primary,#07689f) !important}.border-secondary{border-color:var(--bs-secondary,#c9d6df) !important}.border-success{border-color:var(--bs-warning,#ffc107) !important}.border-info{border-color:var(--bs-info,#a2d5f2) !important}.border-warning{border-color:#ffc107 !important}.border-danger{border-color:var(--bs-danger,#f67280) !important}.border-light{border-color:#f8f9fa !important}.border-dark{border-color:#212529 !important}.border-white{border-color:#fff !important}.border-1{border-width:1px !important}.border-2{border-width:2px !important}.border-3{border-width:3px !important}.border-4{border-width:4px !important}.border-5{border-width:5px !important}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.mw-100{max-width:100% !important}.vw-100{width:100vw !important}.min-vw-100{min-width:100vw !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mh-100{max-height:100% !important}.vh-100{height:100vh !important}.min-vh-100{min-height:100vh !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-0{gap:0 !important}.gap-1{gap:0.25rem !important}.gap-2{gap:0.5rem !important}.gap-3{gap:1rem !important}.gap-4{gap:1.5rem !important}.gap-5{gap:3rem !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-1{margin:0.25rem !important}.m-2{margin:0.5rem !important}.m-3{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:3rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:0.25rem !important}.mt-2{margin-top:0.5rem !important}.mt-3{margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mt-5{margin-top:3rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:0.25rem !important}.me-2{margin-right:0.5rem !important}.me-3{margin-right:1rem !important}.me-4{margin-right:1.5rem !important}.me-5{margin-right:3rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:0.25rem !important}.mb-2{margin-bottom:0.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:1.5rem !important}.mb-5{margin-bottom:3rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:0.25rem !important}.ms-2{margin-left:0.5rem !important}.ms-3{margin-left:1rem !important}.ms-4{margin-left:1.5rem !important}.ms-5{margin-left:3rem !important}.ms-auto{margin-left:auto !important}.p-0{padding:0 !important}.p-1{padding:0.25rem !important}.p-2{padding:0.5rem !important}.p-3{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:0.25rem !important}.pt-2{padding-top:0.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:3rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:0.25rem !important}.pe-2{padding-right:0.5rem !important}.pe-3{padding-right:1rem !important}.pe-4{padding-right:1.5rem !important}.pe-5{padding-right:3rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:0.25rem !important}.pb-2{padding-bottom:0.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:3rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:0.25rem !important}.ps-2{padding-left:0.5rem !important}.ps-3{padding-left:1rem !important}.ps-4{padding-left:1.5rem !important}.ps-5{padding-left:3rem !important}.font-monospace{font-family:var(--bs-font-monospace) !important}.fs-1{font-size:calc(1.375rem + 1.5vw) !important}.fs-2{font-size:calc(1.325rem + 0.9vw) !important}.fs-3{font-size:calc(1.3rem + 0.6vw) !important}.fs-4{font-size:calc(1.275rem + 0.3vw) !important}.fs-5{font-size:1.25rem !important}.fs-6{font-size:1rem !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-light{font-weight:300 !important}.fw-lighter{font-weight:lighter !important}.fw-normal{font-weight:400 !important}.fw-bold{font-weight:700 !important}.fw-bolder{font-weight:bolder !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.5 !important}.lh-lg{line-height:2 !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.text-center{text-align:center !important}.text-decoration-none{text-decoration:none !important}.text-decoration-underline{text-decoration:underline !important}.text-decoration-line-through{text-decoration:line-through !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-break{word-wrap:break-word !important;word-break:break-word !important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important}.text-muted{--bs-text-opacity:1;color:var(--bs-secondary,#c9d6df) !important}.text-black-50{--bs-text-opacity:1;color:rgba(0, 0, 0, 0.5) !important}.text-white-50{--bs-text-opacity:1;color:rgba(255, 255, 255, 0.5) !important}.text-reset{--bs-text-opacity:1;color:inherit !important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent !important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:var(--bs-gradient) !important}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded{border-radius:0.25rem !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:0.2rem !important}.rounded-2{border-radius:0.25rem !important}.rounded-3{border-radius:0.3rem !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:50rem !important}.rounded-top{border-top-left-radius:0.25rem !important;border-top-right-radius:0.25rem !important}.rounded-end{border-top-right-radius:0.25rem !important;border-bottom-right-radius:0.25rem !important}.rounded-bottom{border-bottom-right-radius:0.25rem !important;border-bottom-left-radius:0.25rem !important}.rounded-start{border-bottom-left-radius:0.25rem !important;border-top-left-radius:0.25rem !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media(min-width: 576px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-sm-0{gap:0 !important}.gap-sm-1{gap:0.25rem !important}.gap-sm-2{gap:0.5rem !important}.gap-sm-3{gap:1rem !important}.gap-sm-4{gap:1.5rem !important}.gap-sm-5{gap:3rem !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:0.25rem !important}.m-sm-2{margin:0.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:3rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-sm-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-sm-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:0.25rem !important}.mt-sm-2{margin-top:0.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:3rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:0.25rem !important}.me-sm-2{margin-right:0.5rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.me-sm-5{margin-right:3rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:0.25rem !important}.mb-sm-2{margin-bottom:0.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:3rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:0.25rem !important}.ms-sm-2{margin-left:0.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:3rem !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:0.25rem !important}.p-sm-2{padding:0.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:3rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-sm-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-sm-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:0.25rem !important}.pt-sm-2{padding-top:0.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:3rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:0.25rem !important}.pe-sm-2{padding-right:0.5rem !important}.pe-sm-3{padding-right:1rem !important}.pe-sm-4{padding-right:1.5rem !important}.pe-sm-5{padding-right:3rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:0.25rem !important}.pb-sm-2{padding-bottom:0.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:3rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:0.25rem !important}.ps-sm-2{padding-left:0.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:3rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}}@media(min-width: 768px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-md-0{gap:0 !important}.gap-md-1{gap:0.25rem !important}.gap-md-2{gap:0.5rem !important}.gap-md-3{gap:1rem !important}.gap-md-4{gap:1.5rem !important}.gap-md-5{gap:3rem !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:0.25rem !important}.m-md-2{margin:0.5rem !important}.m-md-3{margin:1rem !important}.m-md-4{margin:1.5rem !important}.m-md-5{margin:3rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-md-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-md-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:0.25rem !important}.mt-md-2{margin-top:0.5rem !important}.mt-md-3{margin-top:1rem !important}.mt-md-4{margin-top:1.5rem !important}.mt-md-5{margin-top:3rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:0.25rem !important}.me-md-2{margin-right:0.5rem !important}.me-md-3{margin-right:1rem !important}.me-md-4{margin-right:1.5rem !important}.me-md-5{margin-right:3rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:0.25rem !important}.mb-md-2{margin-bottom:0.5rem !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.mb-md-5{margin-bottom:3rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:0.25rem !important}.ms-md-2{margin-left:0.5rem !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-5{margin-left:3rem !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:0 !important}.p-md-1{padding:0.25rem !important}.p-md-2{padding:0.5rem !important}.p-md-3{padding:1rem !important}.p-md-4{padding:1.5rem !important}.p-md-5{padding:3rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-md-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-5{padding-right:3rem !important;padding-left:3rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-md-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:0.25rem !important}.pt-md-2{padding-top:0.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:3rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:0.25rem !important}.pe-md-2{padding-right:0.5rem !important}.pe-md-3{padding-right:1rem !important}.pe-md-4{padding-right:1.5rem !important}.pe-md-5{padding-right:3rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:0.25rem !important}.pb-md-2{padding-bottom:0.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:3rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:0.25rem !important}.ps-md-2{padding-left:0.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:3rem !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}}@media(min-width: 992px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-lg-0{gap:0 !important}.gap-lg-1{gap:0.25rem !important}.gap-lg-2{gap:0.5rem !important}.gap-lg-3{gap:1rem !important}.gap-lg-4{gap:1.5rem !important}.gap-lg-5{gap:3rem !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:0.25rem !important}.m-lg-2{margin:0.5rem !important}.m-lg-3{margin:1rem !important}.m-lg-4{margin:1.5rem !important}.m-lg-5{margin:3rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-lg-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-lg-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:0.25rem !important}.mt-lg-2{margin-top:0.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:3rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:0.25rem !important}.me-lg-2{margin-right:0.5rem !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.me-lg-5{margin-right:3rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:0.25rem !important}.mb-lg-2{margin-bottom:0.5rem !important}.mb-lg-3{margin-bottom:1rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:3rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:0.25rem !important}.ms-lg-2{margin-left:0.5rem !important}.ms-lg-3{margin-left:1rem !important}.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:3rem !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:0.25rem !important}.p-lg-2{padding:0.5rem !important}.p-lg-3{padding:1rem !important}.p-lg-4{padding:1.5rem !important}.p-lg-5{padding:3rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-lg-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-lg-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:0.25rem !important}.pt-lg-2{padding-top:0.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:3rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:0.25rem !important}.pe-lg-2{padding-right:0.5rem !important}.pe-lg-3{padding-right:1rem !important}.pe-lg-4{padding-right:1.5rem !important}.pe-lg-5{padding-right:3rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:0.25rem !important}.pb-lg-2{padding-bottom:0.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:3rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:0.25rem !important}.ps-lg-2{padding-left:0.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:3rem !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}}@media(min-width: 1200px){.float-xl-start{float:left !important}.float-xl-end{float:right !important}.float-xl-none{float:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-xl-0{gap:0 !important}.gap-xl-1{gap:0.25rem !important}.gap-xl-2{gap:0.5rem !important}.gap-xl-3{gap:1rem !important}.gap-xl-4{gap:1.5rem !important}.gap-xl-5{gap:3rem !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:0.25rem !important}.m-xl-2{margin:0.5rem !important}.m-xl-3{margin:1rem !important}.m-xl-4{margin:1.5rem !important}.m-xl-5{margin:3rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-xl-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-xl-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:0.25rem !important}.mt-xl-2{margin-top:0.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mt-xl-5{margin-top:3rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:0.25rem !important}.me-xl-2{margin-right:0.5rem !important}.me-xl-3{margin-right:1rem !important}.me-xl-4{margin-right:1.5rem !important}.me-xl-5{margin-right:3rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:0.25rem !important}.mb-xl-2{margin-bottom:0.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.mb-xl-5{margin-bottom:3rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:0.25rem !important}.ms-xl-2{margin-left:0.5rem !important}.ms-xl-3{margin-left:1rem !important}.ms-xl-4{margin-left:1.5rem !important}.ms-xl-5{margin-left:3rem !important}.ms-xl-auto{margin-left:auto !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:0.25rem !important}.p-xl-2{padding:0.5rem !important}.p-xl-3{padding:1rem !important}.p-xl-4{padding:1.5rem !important}.p-xl-5{padding:3rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-xl-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-xl-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:0.25rem !important}.pt-xl-2{padding-top:0.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:3rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:0.25rem !important}.pe-xl-2{padding-right:0.5rem !important}.pe-xl-3{padding-right:1rem !important}.pe-xl-4{padding-right:1.5rem !important}.pe-xl-5{padding-right:3rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:0.25rem !important}.pb-xl-2{padding-bottom:0.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:3rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:0.25rem !important}.ps-xl-2{padding-left:0.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:3rem !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !important}}@media(min-width: 1400px){.float-xxl-start{float:left !important}.float-xxl-end{float:right !important}.float-xxl-none{float:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-xxl-0{gap:0 !important}.gap-xxl-1{gap:0.25rem !important}.gap-xxl-2{gap:0.5rem !important}.gap-xxl-3{gap:1rem !important}.gap-xxl-4{gap:1.5rem !important}.gap-xxl-5{gap:3rem !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:0.25rem !important}.m-xxl-2{margin:0.5rem !important}.m-xxl-3{margin:1rem !important}.m-xxl-4{margin:1.5rem !important}.m-xxl-5{margin:3rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-xxl-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-xxl-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:0.25rem !important}.mt-xxl-2{margin-top:0.5rem !important}.mt-xxl-3{margin-top:1rem !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:3rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:0.25rem !important}.me-xxl-2{margin-right:0.5rem !important}.me-xxl-3{margin-right:1rem !important}.me-xxl-4{margin-right:1.5rem !important}.me-xxl-5{margin-right:3rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:0.25rem !important}.mb-xxl-2{margin-bottom:0.5rem !important}.mb-xxl-3{margin-bottom:1rem !important}.mb-xxl-4{margin-bottom:1.5rem !important}.mb-xxl-5{margin-bottom:3rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:0.25rem !important}.ms-xxl-2{margin-left:0.5rem !important}.ms-xxl-3{margin-left:1rem !important}.ms-xxl-4{margin-left:1.5rem !important}.ms-xxl-5{margin-left:3rem !important}.ms-xxl-auto{margin-left:auto !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:0.25rem !important}.p-xxl-2{padding:0.5rem !important}.p-xxl-3{padding:1rem !important}.p-xxl-4{padding:1.5rem !important}.p-xxl-5{padding:3rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-xxl-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-xxl-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:0.25rem !important}.pt-xxl-2{padding-top:0.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:3rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:0.25rem !important}.pe-xxl-2{padding-right:0.5rem !important}.pe-xxl-3{padding-right:1rem !important}.pe-xxl-4{padding-right:1.5rem !important}.pe-xxl-5{padding-right:3rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:0.25rem !important}.pb-xxl-2{padding-bottom:0.5rem !important}.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:3rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:0.25rem !important}.ps-xxl-2{padding-left:0.5rem !important}.ps-xxl-3{padding-left:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}.ps-xxl-5{padding-left:3rem !important}.text-xxl-start{text-align:left !important}.text-xxl-end{text-align:right !important}.text-xxl-center{text-align:center !important}}@media(min-width: 1200px){.fs-1{font-size:2.5rem !important}.fs-2{font-size:2rem !important}.fs-3{font-size:1.75rem !important}.fs-4{font-size:1.5rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}.d-print-none{display:none !important}}:host{font-family:\"Roboto\", sans-serif}.dot{width:80px}.social-icons{list-style:none;display:inline-flex;right:16px;position:relative}.social-icons li{padding:10px}.social-icons li i{line-height:50px;position:relative;font-size:20px;color:#fff}.bd-placeholder-img{font-size:1.125rem;text-anchor:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(min-width: 768px){.bd-placeholder-img-lg{font-size:3.5rem}}.form-signin{width:100%;max-width:330px;padding:15px;margin:auto;text-align:center}.form-signin .checkbox{font-weight:400}.form-signin .form-floating:focus-within{z-index:2}.form-signin input[type=password]{margin-bottom:10px;border-top-left-radius:0;border-top-right-radius:0}#logoimg{max-height:100px;max-width:300px;margin-bottom:20px}</style>",F(this,{target:this.shadowRoot,props:k(this.attributes),customElement:!0},vt,yt,i,{id:23,type:0,i18nlang:34,sessionkey:24,redirectonlogin:25,redirectoncreate:26,loginuri:27,registeruri:28,activateuri:29,recoveruri:30,requestmethod:31,appendqueryparams:32,appendbodyparams:33,logouri:1,oauth2providers:2,disableregister:3,disablelocal:4,passwordpattern:5,recoverycode:6,enable_recover_password:7,email:8},null,[-1,-1,-1]),t&&(t.target&&d(t.target,this,t.anchor),t.props&&(this.$set(t.props),L()))}static get observedAttributes(){return["id","type","i18nlang","sessionkey","redirectonlogin","redirectoncreate","loginuri","registeruri","activateuri","recoveruri","requestmethod","appendqueryparams","appendbodyparams","logouri","oauth2providers","disableregister","disablelocal","passwordpattern","recoverycode","enable_recover_password","email"]}get id(){return this.$$.ctx[23]}set id(t){this.$$set({id:t}),L()}get type(){return this.$$.ctx[0]}set type(t){this.$$set({type:t}),L()}get i18nlang(){return this.$$.ctx[34]}set i18nlang(t){this.$$set({i18nlang:t}),L()}get sessionkey(){return this.$$.ctx[24]}set sessionkey(t){this.$$set({sessionkey:t}),L()}get redirectonlogin(){return this.$$.ctx[25]}set redirectonlogin(t){this.$$set({redirectonlogin:t}),L()}get redirectoncreate(){return this.$$.ctx[26]}set redirectoncreate(t){this.$$set({redirectoncreate:t}),L()}get loginuri(){return this.$$.ctx[27]}set loginuri(t){this.$$set({loginuri:t}),L()}get registeruri(){return this.$$.ctx[28]}set registeruri(t){this.$$set({registeruri:t}),L()}get activateuri(){return this.$$.ctx[29]}set activateuri(t){this.$$set({activateuri:t}),L()}get recoveruri(){return this.$$.ctx[30]}set recoveruri(t){this.$$set({recoveruri:t}),L()}get requestmethod(){return this.$$.ctx[31]}set requestmethod(t){this.$$set({requestmethod:t}),L()}get appendqueryparams(){return this.$$.ctx[32]}set appendqueryparams(t){this.$$set({appendqueryparams:t}),L()}get appendbodyparams(){return this.$$.ctx[33]}set appendbodyparams(t){this.$$set({appendbodyparams:t}),L()}get logouri(){return this.$$.ctx[1]}set logouri(t){this.$$set({logouri:t}),L()}get oauth2providers(){return this.$$.ctx[2]}set oauth2providers(t){this.$$set({oauth2providers:t}),L()}get disableregister(){return this.$$.ctx[3]}set disableregister(t){this.$$set({disableregister:t}),L()}get disablelocal(){return this.$$.ctx[4]}set disablelocal(t){this.$$set({disablelocal:t}),L()}get passwordpattern(){return this.$$.ctx[5]}set passwordpattern(t){this.$$set({passwordpattern:t}),L()}get recoverycode(){return this.$$.ctx[6]}set recoverycode(t){this.$$set({recoverycode:t}),L()}get enable_recover_password(){return this.$$.ctx[7]}set enable_recover_password(t){this.$$set({enable_recover_password:t}),L()}get email(){return this.$$.ctx[8]}set email(t){this.$$set({email:t}),L()}}return customElements.define("hb-auth",kt),kt}();
|
|
1
|
+
var release=function(){"use strict";function e(){}function t(e){return e()}function r(){return Object.create(null)}function o(e){e.forEach(t)}function n(e){return"function"==typeof e}function i(e,t){return e!=e?t==t:e!==t||e&&"object"==typeof e||"function"==typeof e}let a,l;function s(e,t){return a||(a=document.createElement("a")),a.href=t,e===a.href}function c(e,t){e.appendChild(t)}function d(e,t,r){e.insertBefore(t,r||null)}function u(e){e.parentNode.removeChild(e)}function m(e){return document.createElement(e)}function p(e){return document.createTextNode(e)}function f(){return p(" ")}function g(){return p("")}function b(e,t,r,o){return e.addEventListener(t,r,o),()=>e.removeEventListener(t,r,o)}function h(e,t,r){null==r?e.removeAttribute(t):e.getAttribute(t)!==r&&e.setAttribute(t,r)}function v(e,t,r){t in e?e[t]="boolean"==typeof e[t]&&""===r||r:h(e,t,r)}function w(e,t){t=""+t,e.wholeText!==t&&(e.data=t)}function y(e,t){e.value=null==t?"":t}function $(e,t,r,o){null===r?e.style.removeProperty(t):e.style.setProperty(t,r,o?"important":"")}function x(e){const t={};for(const r of e)t[r.name]=r.value;return t}function k(e){l=e}function C(){if(!l)throw new Error("Function called outside component initialization");return l}function E(){const e=C();return(t,r,{cancelable:o=!1}={})=>{const n=e.$$.callbacks[t];if(n){const i=function(e,t,{bubbles:r=!1,cancelable:o=!1}={}){const n=document.createEvent("CustomEvent");return n.initCustomEvent(e,r,o,t),n}(t,r,{cancelable:o});return n.slice().forEach((t=>{t.call(e,i)})),!i.defaultPrevented}return!0}}const T=[],W=[],_=[],P=[],S=Promise.resolve();let M=!1;function q(e){_.push(e)}const j=new Set;let N=0;function L(){const e=l;do{for(;N<T.length;){const e=T[N];N++,k(e),R(e.$$)}for(k(null),T.length=0,N=0;W.length;)W.pop()();for(let e=0;e<_.length;e+=1){const t=_[e];j.has(t)||(j.add(t),t())}_.length=0}while(T.length);for(;P.length;)P.pop()();M=!1,j.clear(),k(e)}function R(e){if(null!==e.fragment){e.update(),o(e.before_update);const t=e.dirty;e.dirty=[-1],e.fragment&&e.fragment.p(e.ctx,t),e.after_update.forEach(q)}}const z=new Set;function O(e,t){e&&e.i&&(z.delete(e),e.i(t))}function B(e,t){e.d(1),t.delete(e.key)}function A(e,t){-1===e.$$.dirty[0]&&(T.push(e),M||(M=!0,S.then(L)),e.$$.dirty.fill(0)),e.$$.dirty[t/31|0]|=1<<t%31}function F(i,a,s,c,d,m,p,f=[-1]){const g=l;k(i);const b=i.$$={fragment:null,ctx:null,props:m,update:e,not_equal:d,bound:r(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(a.context||(g?g.$$.context:[])),callbacks:r(),dirty:f,skip_bound:!1,root:a.target||g.$$.root};p&&p(b.root);let h=!1;if(b.ctx=s?s(i,a.props||{},((e,t,...r)=>{const o=r.length?r[0]:t;return b.ctx&&d(b.ctx[e],b.ctx[e]=o)&&(!b.skip_bound&&b.bound[e]&&b.bound[e](o),h&&A(i,e)),t})):[],b.update(),h=!0,o(b.before_update),b.fragment=!!c&&c(b.ctx),a.target){if(a.hydrate){const e=function(e){return Array.from(e.childNodes)}(a.target);b.fragment&&b.fragment.l(e),e.forEach(u)}else b.fragment&&b.fragment.c();a.intro&&O(i.$$.fragment),function(e,r,i,a){const{fragment:l,on_mount:s,on_destroy:c,after_update:d}=e.$$;l&&l.m(r,i),a||q((()=>{const r=s.map(t).filter(n);c?c.push(...r):o(r),e.$$.on_mount=[]})),d.forEach(q)}(i,a.target,a.anchor,a.customElement),L()}k(g)}let I;"function"==typeof HTMLElement&&(I=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"})}connectedCallback(){const{on_mount:e}=this.$$;this.$$.on_disconnect=e.map(t).filter(n);for(const e in this.$$.slotted)this.appendChild(this.$$.slotted[e])}attributeChangedCallback(e,t,r){this[e]=r}disconnectedCallback(){o(this.$$.on_disconnect)}$destroy(){!function(e,t){const r=e.$$;null!==r.fragment&&(o(r.on_destroy),r.fragment&&r.fragment.d(t),r.on_destroy=r.fragment=null,r.ctx=[])}(this,1),this.$destroy=e}$on(e,t){const r=this.$$.callbacks[e]||(this.$$.callbacks[e]=[]);return r.push(t),()=>{const e=r.indexOf(t);-1!==e&&r.splice(e,1)}}$set(e){var t;this.$$set&&(t=e,0!==Object.keys(t).length)&&(this.$$.skip_bound=!0,this.$$set(e),this.$$.skip_bound=!1)}});const D={en:{registerTitle:"Please create account",loginTitle:"Please sign in",loginSwitch:"go to login page",loginButton:"login",registerButton:"register",rememberMe:"Remember me",forgotPasswordButton:"Forget password?",recoverTitle:"Update password",ForgotTitle:"Recover password",temporaryCode:"Temporary code",recoverEmailText:"Retrieve your account by following the instructions that you will receive shortly at the indicated email",newPassword:"New password",repeatPassword:"Repeat password",recoverWord:"Recover",memo:"Save"},it:{registerTitle:"Crea un account",loginTitle:"Accedi al tuo account",loginSwitch:"vai al login",loginButton:"Accedi",registerButton:"Registrati",rememberMe:"Ricordami",forgotPasswordButton:"Password dimenticata?",recoverTitle:"Aggiorna la password",ForgotTitle:"Recupera la password",temporaryCode:"Codice temporaneo",recoverEmailText:"Recupera il tuo account seguendo le istruzioni che riceverai a breve presso l'email indicata",newPassword:"Nuova password",repeatPassword:"Ripeti la password",recoverWord:"Recupera",memo:"Memorizza"}};var U,J,H=(U=function(e,t){t.__esModule=!0,t.LanguageTranslator=t.addComponent=t.getChildStyleToPass=void 0,t.getChildStyleToPass=function(e,t){var r,o,n="";if(e&&(null==t?void 0:t.length)&&(null===(r=Object.keys(e))||void 0===r?void 0:r.length)&&(null===(o=null==t?void 0:t.filter((function(t){return Object.keys(e).includes(t.name)})))||void 0===o?void 0:o.length))for(var i=function(r){(null==t?void 0:t.filter((function(t){return t.name===r&&t.defaultValue!==e[r]})))&&(n+="".concat(r,":").concat(e[r],";"))},a=0,l=Object.keys(e);a<l.length;a++)i(l[a]);return n},t.addComponent=function(e){var t,r=(null===(t=null==e?void 0:e.repoName.split("/"))||void 0===t?void 0:t[1])||(null==e?void 0:e.repoName);if(!r)throw new Error("wrong componentPath "+(null==e?void 0:e.repoName));if(!(null==e?void 0:e.version))throw new Error("wrong version "+(null==e?void 0:e.version));var o=(null==e?void 0:e.iifePath)||"release/release.js";if(!document.getElementById(r+"-script")){var n=document.createElement("script");n.id=r+"-script",n.src="https://cdn.jsdelivr.net/npm/".concat(e.repoName,"@").concat(e.version,"/").concat(o),(null==e?void 0:e.local)&&location.href.includes("localhost")&&(n.src="".concat(e.local)),document.head.appendChild(n)}};var r=function(){function e(e){if(!(null==e?void 0:e.dictionary))throw new Error("no dictionary provided");this.dictionary=e.dictionary,this.setLang(null==e?void 0:e.lang)}return e.prototype.setLang=function(t){t||(t=e.getDefaultLang()),this.lang=t},e.prototype.translateWord=function(t,r){return e.getDictionaryWord(t,this.dictionary,r||this.lang)},e.prototype.translateDate=function(t,r,o){return e.formatDate(t,r,o||this.lang)},e.getDefaultLang=function(){var e,t,r,o,n,i="en";return(null===navigator||void 0===navigator?void 0:navigator.languages)&&(null===(r=null===(t=null===(e=navigator.languages[0])||void 0===e?void 0:e.split("-")[0])||void 0===t?void 0:t.toLowerCase())||void 0===r?void 0:r.length)&&(i=null===(n=null===(o=navigator.languages[0])||void 0===o?void 0:o.split("-")[0])||void 0===n?void 0:n.toLowerCase()),i},e.getDictionaryWord=function(t,r,o){var n;if(!t)throw new Error("no wordKey provided");if(!r)throw new Error("no dictionary provided");if(o&&(null===(n=r[o])||void 0===n?void 0:n[t]))return r[o][t];var i="",a=e.getDefaultLang();if(!o||a!==o){var l=null==r?void 0:r[a];(null==l?void 0:l[t])&&(i=l[t])}return i},e.formatDate=function(t,r,o){if(!t)throw new Error("no date provided");if("function"!=typeof t.getMonth)throw new Error("wrong date format");return new Intl.DateTimeFormat(o||e.getDefaultLang(),r).format(t)},e}();t.LanguageTranslator=r},U(J={exports:{}},J.exports),J.exports),G="0.15.30";function X(e,t,r){const o=e.slice();return o[60]=t[r],o}function Y(e){let t,r,o;return{c(){t=m("div"),r=m("img"),h(r,"id","logoimg"),s(r.src,o=e[1])||h(r,"src",o),h(r,"alt",""),h(t,"class","mb-4 text-center")},m(e,o){d(e,t,o),c(t,r)},p(e,t){2&t[0]&&!s(r.src,o=e[1])&&h(r,"src",o)},d(e){e&&u(t)}}}function K(e){let t,r,o=e[11]?.translateWord("recoverTitle")+"";return{c(){t=m("h1"),r=p(o),h(t,"class","h3 mb-3 fw-normal")},m(e,o){d(e,t,o),c(t,r)},p(e,t){2048&t[0]&&o!==(o=e[11]?.translateWord("recoverTitle")+"")&&w(r,o)},d(e){e&&u(t)}}}function V(e){let t,r,o=e[11]?.translateWord("registerTitle")+"";return{c(){t=m("h1"),r=p(o),h(t,"class","h3 mb-3 fw-normal")},m(e,o){d(e,t,o),c(t,r)},p(e,t){2048&t[0]&&o!==(o=e[11]?.translateWord("registerTitle")+"")&&w(r,o)},d(e){e&&u(t)}}}function Q(e){let t,r,o=e[11]?.translateWord("ForgotTitle")+"";return{c(){t=m("h1"),r=p(o),h(t,"class","h3 mb-3 fw-normal")},m(e,o){d(e,t,o),c(t,r)},p(e,t){2048&t[0]&&o!==(o=e[11]?.translateWord("ForgotTitle")+"")&&w(r,o)},d(e){e&&u(t)}}}function Z(e){let t,r,o=e[11]?.translateWord("loginTitle")+"";return{c(){t=m("h1"),r=p(o),h(t,"class","h3 mb-3 fw-normal")},m(e,o){d(e,t,o),c(t,r)},p(e,t){2048&t[0]&&o!==(o=e[11]?.translateWord("loginTitle")+"")&&w(r,o)},d(e){e&&u(t)}}}function ee(e){let t,r,o,n,i=[],a=new Map,l=e[2];const s=e=>e[60].provider;for(let t=0;t<l.length;t+=1){let r=X(e,l,t),o=s(r);a.set(o,i[t]=te(o,r))}let p=!e[4]&&re();return{c(){t=m("div"),r=m("ul");for(let e=0;e<i.length;e+=1)i[e].c();o=f(),p&&p.c(),n=g(),h(r,"class","social-icons"),h(t,"class","d-flex justify-content-center mt-1")},m(e,a){d(e,t,a),c(t,r);for(let e=0;e<i.length;e+=1)i[e].m(r,null);d(e,o,a),p&&p.m(e,a),d(e,n,a)},p(e,t){262148&t[0]&&(l=e[2],i=function(e,t,r,o,n,i,a,l,s,c,d,u){let m=e.length,p=i.length,f=m;const g={};for(;f--;)g[e[f].key]=f;const b=[],h=new Map,v=new Map;for(f=p;f--;){const e=u(n,i,f),l=r(e);let s=a.get(l);s?o&&s.p(e,t):(s=c(l,e),s.c()),h.set(l,b[f]=s),l in g&&v.set(l,Math.abs(f-g[l]))}const w=new Set,y=new Set;function $(e){O(e,1),e.m(l,d),a.set(e.key,e),d=e.first,p--}for(;m&&p;){const t=b[p-1],r=e[m-1],o=t.key,n=r.key;t===r?(d=t.first,m--,p--):h.has(n)?!a.has(o)||w.has(o)?$(t):y.has(n)?m--:v.get(o)>v.get(n)?(y.add(o),$(t)):(w.add(n),m--):(s(r,a),m--)}for(;m--;){const t=e[m];h.has(t.key)||s(t,a)}for(;p;)$(b[p-1]);return b}(i,t,s,1,e,l,a,r,B,te,null,X)),e[4]?p&&(p.d(1),p=null):p||(p=re(),p.c(),p.m(n.parentNode,n))},d(e){e&&u(t);for(let e=0;e<i.length;e+=1)i[e].d();e&&u(o),p&&p.d(e),e&&u(n)}}}function te(e,t){let r,o,n,i,a,l;return{key:e,first:null,c(){r=m("li"),o=m("hb-auth-social-login-button"),i=f(),v(o,"provider",n=JSON.stringify({name:t[60].provider,url:t[60].url,params:t[60].params})),this.first=r},m(e,n){d(e,r,n),c(r,o),c(r,i),a||(l=b(o,"oauthFlowInit",t[35]),a=!0)},p(e,r){t=e,4&r[0]&&n!==(n=JSON.stringify({name:t[60].provider,url:t[60].url,params:t[60].params}))&&v(o,"provider",n)},d(e){e&&u(r),a=!1,l()}}}function re(e){let t;return{c(){t=m("h1"),t.textContent="Credenziali",h(t,"class","h3 mb-3 fw-normal")},m(e,r){d(e,t,r)},d(e){e&&u(t)}}}function oe(e){let t,r,n,i,a,l,s,g,v,$,x,k,C,E,T,W,_,P,S,M,q,j,N,L,R,z,O=e[11]?.translateWord("temporaryCode")+"",B=e[11]?.translateWord("newPassword")+"",A=e[11]?.translateWord("repeatPassword")+"";function F(e,t){return e[14]?le:se}let I=F(e),D=I(e);function U(e,t){return e[14]&&e[8]?ce:de}let J=U(e),H=J(e);return{c(){t=m("div"),D.c(),r=f(),n=m("label"),i=p(O),a=f(),l=m("div"),H.c(),s=f(),g=m("label"),g.textContent="Email",v=f(),$=m("div"),x=m("input"),E=f(),T=m("label"),W=p(B),_=f(),P=m("div"),S=m("input"),j=f(),N=m("label"),L=p(A),h(n,"for","floatingCode"),h(t,"class","form-floating"),h(g,"for","floatingEmail"),h(l,"class","form-floating"),h(x,"type","password"),h(x,"class",k="form-control "+(e[12]?e[15]("password")?"is-valid":"is-invalid":"")),h(x,"placeholder","Password"),x.required=!0,h(x,"pattern",C=e[5]?e[5]:""),h(T,"for","floatingPassword"),h($,"class","form-floating"),h(S,"type","password"),h(S,"class",M="form-control "+(e[12]?e[15]("passwordRepeated")?"is-valid":"is-invalid":"")),h(S,"placeholder","Ripteti Password"),S.required=!0,h(S,"pattern",q=e[5]?e[5]:""),h(N,"for","floatingPassword2"),h(P,"class","form-floating")},m(o,u){d(o,t,u),D.m(t,null),c(t,r),c(t,n),c(n,i),d(o,a,u),d(o,l,u),H.m(l,null),c(l,s),c(l,g),d(o,v,u),d(o,$,u),c($,x),y(x,e[10]),c($,E),c($,T),c(T,W),d(o,_,u),d(o,P,u),c(P,S),y(S,e[9]),c(P,j),c(P,N),c(N,L),R||(z=[b(x,"input",e[43]),b(S,"input",e[44])],R=!0)},p(e,o){I===(I=F(e))&&D?D.p(e,o):(D.d(1),D=I(e),D&&(D.c(),D.m(t,r))),2048&o[0]&&O!==(O=e[11]?.translateWord("temporaryCode")+"")&&w(i,O),J===(J=U(e))&&H?H.p(e,o):(H.d(1),H=J(e),H&&(H.c(),H.m(l,s))),4096&o[0]&&k!==(k="form-control "+(e[12]?e[15]("password")?"is-valid":"is-invalid":""))&&h(x,"class",k),32&o[0]&&C!==(C=e[5]?e[5]:"")&&h(x,"pattern",C),1024&o[0]&&x.value!==e[10]&&y(x,e[10]),2048&o[0]&&B!==(B=e[11]?.translateWord("newPassword")+"")&&w(W,B),4096&o[0]&&M!==(M="form-control "+(e[12]?e[15]("passwordRepeated")?"is-valid":"is-invalid":""))&&h(S,"class",M),32&o[0]&&q!==(q=e[5]?e[5]:"")&&h(S,"pattern",q),512&o[0]&&S.value!==e[9]&&y(S,e[9]),2048&o[0]&&A!==(A=e[11]?.translateWord("repeatPassword")+"")&&w(L,A)},d(e){e&&u(t),D.d(),e&&u(a),e&&u(l),H.d(),e&&u(v),e&&u($),e&&u(_),e&&u(P),R=!1,o(z)}}}function ne(e){let t,r,o,n=e[11]?.translateWord("recoverEmailText")+"";return{c(){t=m("div"),r=m("div"),o=p(n),h(t,"class","form-floating")},m(e,n){d(e,t,n),c(t,r),c(r,o)},p(e,t){2048&t[0]&&n!==(n=e[11]?.translateWord("recoverEmailText")+"")&&w(o,n)},d(e){e&&u(t)}}}function ie(e){let t,r,o,n,i,a,l;return{c(){t=m("div"),r=m("input"),n=f(),i=m("label"),i.textContent="Email",h(r,"type","text"),h(r,"class",o="form-control "+(e[12]?e[15]("email")?"is-valid":"is-invalid":"")),h(r,"placeholder","name@example.com"),r.required=!0,h(i,"for","floatingInput"),h(t,"class","form-floating")},m(o,s){d(o,t,s),c(t,r),y(r,e[8]),c(t,n),c(t,i),a||(l=b(r,"input",e[38]),a=!0)},p(e,t){4096&t[0]&&o!==(o="form-control "+(e[12]?e[15]("email")?"is-valid":"is-invalid":""))&&h(r,"class",o),256&t[0]&&r.value!==e[8]&&y(r,e[8])},d(e){e&&u(t),a=!1,l()}}}function ae(e){let t,r,n,i,a,l,s,p,g,v,w,$,x,k;return{c(){t=m("div"),r=m("input"),i=f(),a=m("label"),a.textContent="Email",l=f(),s=m("div"),p=m("input"),w=f(),$=m("label"),$.textContent="Password",h(r,"type","text"),h(r,"class",n="form-control "+(e[12]?e[15]("email")?"is-valid":"is-invalid":"")),h(r,"placeholder","name@example.com"),r.required=!0,h(a,"for","floatingInput"),h(t,"class","form-floating"),h(p,"type","password"),h(p,"class",g="form-control "+(e[12]?e[15]("password")?"is-valid":"is-invalid":"")),h(p,"placeholder","Password"),p.required=!0,h(p,"pattern",v=e[5]?e[5]:""),h($,"for","floatingPassword"),h(s,"class","form-floating")},m(o,n){d(o,t,n),c(t,r),y(r,e[8]),c(t,i),c(t,a),d(o,l,n),d(o,s,n),c(s,p),y(p,e[10]),c(s,w),c(s,$),x||(k=[b(r,"input",e[36]),b(p,"input",e[37])],x=!0)},p(e,t){4096&t[0]&&n!==(n="form-control "+(e[12]?e[15]("email")?"is-valid":"is-invalid":""))&&h(r,"class",n),256&t[0]&&r.value!==e[8]&&y(r,e[8]),4096&t[0]&&g!==(g="form-control "+(e[12]?e[15]("password")?"is-valid":"is-invalid":""))&&h(p,"class",g),32&t[0]&&v!==(v=e[5]?e[5]:"")&&h(p,"pattern",v),1024&t[0]&&p.value!==e[10]&&y(p,e[10])},d(e){e&&u(t),e&&u(l),e&&u(s),x=!1,o(k)}}}function le(e){let t,r,o;return{c(){t=m("input"),h(t,"type","text"),h(t,"class","form-control"),h(t,"placeholder","Codice temporaneo"),t.disabled=!0},m(n,i){d(n,t,i),y(t,e[6]),r||(o=b(t,"input",e[40]),r=!0)},p(e,r){64&r[0]&&t.value!==e[6]&&y(t,e[6])},d(e){e&&u(t),r=!1,o()}}}function se(e){let t,r,o;return{c(){t=m("input"),h(t,"type","text"),h(t,"class","form-control"),h(t,"placeholder","Codice temporaneo"),t.required=!0},m(n,i){d(n,t,i),y(t,e[6]),r||(o=b(t,"input",e[39]),r=!0)},p(e,r){64&r[0]&&t.value!==e[6]&&y(t,e[6])},d(e){e&&u(t),r=!1,o()}}}function ce(e){let t,r,o,n;return{c(){t=m("input"),h(t,"type","text"),h(t,"class",r="form-control "+(e[12]?e[15]("email")?"is-valid":"is-invalid":"")),h(t,"placeholder","name@example.com"),t.disabled=!0},m(r,i){d(r,t,i),y(t,e[8]),o||(n=b(t,"input",e[42]),o=!0)},p(e,o){4096&o[0]&&r!==(r="form-control "+(e[12]?e[15]("email")?"is-valid":"is-invalid":""))&&h(t,"class",r),256&o[0]&&t.value!==e[8]&&y(t,e[8])},d(e){e&&u(t),o=!1,n()}}}function de(e){let t,r,o,n;return{c(){t=m("input"),h(t,"type","text"),h(t,"class",r="form-control "+(e[12]?e[15]("email")?"is-valid":"is-invalid":"")),h(t,"placeholder","name@example.com"),t.required=!0},m(r,i){d(r,t,i),y(t,e[8]),o||(n=b(t,"input",e[41]),o=!0)},p(e,o){4096&o[0]&&r!==(r="form-control "+(e[12]?e[15]("email")?"is-valid":"is-invalid":""))&&h(t,"class",r),256&o[0]&&t.value!==e[8]&&y(t,e[8])},d(e){e&&u(t),o=!1,n()}}}function ue(e){let t,r,o,n,i,a,l=e[11]?.translateWord("memo")+"";return{c(){t=m("div"),t.innerHTML="<label></label>",r=f(),o=m("button"),n=p(l),h(t,"class","checkbox mb-3"),h(o,"class","w-100 btn btn-lg btn-primary")},m(l,s){d(l,t,s),d(l,r,s),d(l,o,s),c(o,n),i||(a=b(o,"click",e[54]),i=!0)},p(e,t){2048&t[0]&&l!==(l=e[11]?.translateWord("memo")+"")&&w(n,l)},d(e){e&&u(t),e&&u(r),e&&u(o),i=!1,a()}}}function me(e){let t,r,n,i,a,l,s,g,v,y=e[11]?.translateWord("recoverWord")+"",$=e[11]?.translateWord("loginSwitch")+"";return{c(){t=m("div"),t.innerHTML="<label></label>",r=f(),n=m("button"),i=p(y),a=f(),l=m("button"),s=p($),h(t,"class","checkbox mb-3"),h(n,"class","w-100 btn btn-lg btn-primary"),h(l,"class","btn btn-link")},m(o,u){d(o,t,u),d(o,r,u),d(o,n,u),c(n,i),d(o,a,u),d(o,l,u),c(l,s),g||(v=[b(n,"click",e[52]),b(l,"click",e[53])],g=!0)},p(e,t){2048&t[0]&&y!==(y=e[11]?.translateWord("recoverWord")+"")&&w(i,y),2048&t[0]&&$!==($=e[11]?.translateWord("loginSwitch")+"")&&w(s,$)},d(e){e&&u(t),e&&u(r),e&&u(n),e&&u(a),e&&u(l),g=!1,o(v)}}}function pe(e){let t,r,o,n,i,a=e[11]?.translateWord("loginSwitch")+"";return{c(){t=m("p"),r=m("button"),o=p(a),h(r,"class","btn btn-link"),$(t,"margin-bottom","0px")},m(a,l){d(a,t,l),c(t,r),c(r,o),n||(i=b(r,"click",e[51]),n=!0)},p(e,t){2048&t[0]&&a!==(a=e[11]?.translateWord("loginSwitch")+"")&&w(o,a)},d(e){e&&u(t),n=!1,i()}}}function fe(e){let t,r,n,i,a,l,s,g,v,y,x=e[11]?.translateWord("registerButton").toUpperCase()+"",k=e[11]?.translateWord("loginSwitch")+"";return{c(){t=m("div"),t.innerHTML="<label></label>",r=f(),n=m("button"),i=p(x),a=f(),l=m("p"),s=m("button"),g=p(k),h(t,"class","checkbox mb-3"),h(n,"class","w-100 btn btn-lg btn-primary"),h(s,"class","btn btn-link"),$(l,"margin-bottom","0px")},m(o,u){d(o,t,u),d(o,r,u),d(o,n,u),c(n,i),d(o,a,u),d(o,l,u),c(l,s),c(s,g),v||(y=[b(n,"click",e[49]),b(s,"click",e[50])],v=!0)},p(e,t){2048&t[0]&&x!==(x=e[11]?.translateWord("registerButton").toUpperCase()+"")&&w(i,x),2048&t[0]&&k!==(k=e[11]?.translateWord("loginSwitch")+"")&&w(g,k)},d(e){e&&u(t),e&&u(r),e&&u(n),e&&u(a),e&&u(l),v=!1,o(y)}}}function ge(e){let t,r,n,i,a,l,s,v,y,$,x,k,C=e[11]?.translateWord("rememberMe")+"",E=e[11]?.translateWord("loginButton").toUpperCase()+"",T=(e[7]||!e[3])&&be(e);return{c(){t=m("div"),r=m("label"),n=m("input"),i=f(),a=p(C),l=f(),s=m("button"),v=p(E),y=f(),T&&T.c(),$=g(),h(n,"type","checkbox"),h(t,"class","checkbox mb-3"),h(s,"class","w-100 btn btn-lg btn-primary")},m(o,u){d(o,t,u),c(t,r),c(r,n),n.checked=e[13],c(r,i),c(r,a),d(o,l,u),d(o,s,u),c(s,v),d(o,y,u),T&&T.m(o,u),d(o,$,u),x||(k=[b(n,"change",e[45]),b(s,"click",e[46])],x=!0)},p(e,t){8192&t[0]&&(n.checked=e[13]),2048&t[0]&&C!==(C=e[11]?.translateWord("rememberMe")+"")&&w(a,C),2048&t[0]&&E!==(E=e[11]?.translateWord("loginButton").toUpperCase()+"")&&w(v,E),e[7]||!e[3]?T?T.p(e,t):(T=be(e),T.c(),T.m($.parentNode,$)):T&&(T.d(1),T=null)},d(e){e&&u(t),e&&u(l),e&&u(s),e&&u(y),T&&T.d(e),e&&u($),x=!1,o(k)}}}function be(e){let t,r,o,n=e[7]&&he(e),i=e[7]&&!e[3]&&ve(),a=!e[3]&&we(e);return{c(){t=m("p"),n&&n.c(),r=f(),i&&i.c(),o=f(),a&&a.c(),$(t,"margin-bottom","0px")},m(e,l){d(e,t,l),n&&n.m(t,null),c(t,r),i&&i.m(t,null),c(t,o),a&&a.m(t,null)},p(e,l){e[7]?n?n.p(e,l):(n=he(e),n.c(),n.m(t,r)):n&&(n.d(1),n=null),e[7]&&!e[3]?i||(i=ve(),i.c(),i.m(t,o)):i&&(i.d(1),i=null),e[3]?a&&(a.d(1),a=null):a?a.p(e,l):(a=we(e),a.c(),a.m(t,null))},d(e){e&&u(t),n&&n.d(),i&&i.d(),a&&a.d()}}}function he(e){let t,r,o,n,i=e[11]?.translateWord("forgotPasswordButton")+"";return{c(){t=m("button"),r=p(i),h(t,"class","btn btn-link")},m(i,a){d(i,t,a),c(t,r),o||(n=b(t,"click",e[47]),o=!0)},p(e,t){2048&t[0]&&i!==(i=e[11]?.translateWord("forgotPasswordButton")+"")&&w(r,i)},d(e){e&&u(t),o=!1,n()}}}function ve(e){let t;return{c(){t=p("/")},m(e,r){d(e,t,r)},d(e){e&&u(t)}}}function we(e){let t,r,o,n,i=e[11]?.translateWord("registerButton")+"";return{c(){t=m("button"),r=p(i),h(t,"class","btn btn-link")},m(i,a){d(i,t,a),c(t,r),o||(n=b(t,"click",e[48]),o=!0)},p(e,t){2048&t[0]&&i!==(i=e[11]?.translateWord("registerButton")+"")&&w(r,i)},d(e){e&&u(t),o=!1,n()}}}function ye(t){let r,o,n,i,a,l,s,p,g,v,w=t[1]&&Y(t);function y(e,t){return"login"===e[0]?Z:"forgotpassword"===e[0]?Q:"register"===e[0]?V:"activate"===e[0]||"recover"===e[0]?K:void 0}let $=y(t),x=$&&$(t),k=t[2]?.length&&ee(t);function C(e,t){return e[4]||"login"!==e[0]&&"register"!==e[0]?"forgotpassword"===e[0]?ie:"mailrecoverinfo"===e[0]?ne:"activate"===e[0]||"recover"===e[0]?oe:void 0:ae}let E=C(t),T=E&&E(t);function W(e,t){return"login"!==e[0]||e[4]?"register"!==e[0]||e[4]?"mailrecoverinfo"===e[0]?pe:"forgotpassword"===e[0]?me:"activate"===e[0]||"recover"===e[0]?ue:void 0:fe:ge}let _=W(t),P=_&&_(t);return{c(){r=m("link"),o=f(),n=m("main"),i=m("slot"),w&&w.c(),a=f(),x&&x.c(),l=f(),k&&k.c(),s=f(),T&&T.c(),p=f(),P&&P.c(),this.c=e,h(r,"rel","stylesheet"),h(r,"href","https://cdn.jsdelivr.net/npm/bootstrap-icons@latest/font/bootstrap-icons.css"),h(i,"name","header"),h(n,"class","form-signin")},m(e,u){c(document.head,r),d(e,o,u),d(e,n,u),c(n,i),w&&w.m(i,null),c(n,a),x&&x.m(n,null),c(n,l),k&&k.m(n,null),c(n,s),T&&T.m(n,null),c(n,p),P&&P.m(n,null),g||(v=b(n,"keyup",t[55]),g=!0)},p(e,t){e[1]?w?w.p(e,t):(w=Y(e),w.c(),w.m(i,null)):w&&(w.d(1),w=null),$===($=y(e))&&x?x.p(e,t):(x&&x.d(1),x=$&&$(e),x&&(x.c(),x.m(n,l))),e[2]?.length?k?k.p(e,t):(k=ee(e),k.c(),k.m(n,s)):k&&(k.d(1),k=null),E===(E=C(e))&&T?T.p(e,t):(T&&T.d(1),T=E&&E(e),T&&(T.c(),T.m(n,p))),_===(_=W(e))&&P?P.p(e,t):(P&&P.d(1),P=_&&_(e),P&&(P.c(),P.m(n,null)))},i:e,o:e,d(e){u(r),e&&u(o),e&&u(n),w&&w.d(),x&&x.d(),k&&k.d(),T&&T.d(),P&&P.d(),g=!1,v()}}}function $e(e,t,r){let o,n,i,a,l,{id:s}=t,{type:c}=t,{i18nlang:d}=t,{sessionkey:u}=t,{redirectonlogin:m}=t,{redirectoncreate:p}=t,{loginuri:f}=t,{registeruri:g}=t,{activateuri:b}=t,{recoveruri:h}=t,{requestmethod:v}=t,{appendqueryparams:w}=t,{appendbodyparams:y}=t,{logouri:$}=t,{oauth2providers:x}=t,{disableregister:k=null}=t,{disablelocal:T}=t,{passwordpattern:W}=t,{recoverycode:_}=t,{enable_recover_password:P}=t,{email:S}=t,M=!1;function q(e){var t;if(r(12,o=!0),"email"===e){if(S.length&&S.length>3&&2===S.split("@").length&&(null===(t=S.split(".")[S.split(".").length-1])||void 0===t?void 0:t.length)>1)return!0}else if("passwordRepeated"===e){if(a.length&&a.length>3&&i===a)return!0}else if("password"===e&&a.length&&a.length>3)return!0;return!1}async function j(){if(q("email")&&q("password"))if(console.log("request"),f)try{let t;if("GET"===v)t=await fetch(`${f}`,{method:v,cache:"no-cache",headers:{"Content-Type":"application/json"},redirect:"follow",referrerPolicy:"no-referrer"});else{let e={email:S,password:a,rememberMe:n};y&&Object.assign(e,JSON.parse(y)),t=await fetch(`${f}`,{method:v,cache:"no-cache",headers:{"Content-Type":"application/json"},redirect:"follow",referrerPolicy:"no-referrer",body:JSON.stringify(e)})}const r=await t.json();if(!r.ok&&!r.token)throw console.log(r),new Error("invalid login");n?(e=JSON.stringify(r),localStorage.setItem(u,e)):function(e,t){sessionStorage.setItem(u,e)}(JSON.stringify(r)),m&&(location.href=m),z("login",r)}catch(e){console.error(e),console.error("invalid login",{email:S,password:a,rememberMe:n})}else z("login",{email:S,password:a,rememberMe:n});else console.error("invalid login",{email:S,password:a,rememberMe:n});var e}async function N(){if(q("email")&&q("password"))if(g)try{let e;if("GET"===v)e=await fetch(`${g}`,{method:v,cache:"no-cache",headers:{"Content-Type":"application/json"},redirect:"follow",referrerPolicy:"no-referrer"});else{let t={email:S,password:a};y&&Object.assign(t,JSON.parse(y)),e=await fetch(`${g}`,{method:v,cache:"no-cache",headers:{"Content-Type":"application/json"},redirect:"follow",referrerPolicy:"no-referrer",body:JSON.stringify(t)})}const t=await e.json();t.ok=!0,t.requestSent={email:S,password:a};p&&(location.href=p),z("register",t)}catch(e){console.error(e),console.error("invalid register",{email:S,password:a,uri:g})}else z("register",{email:S,password:a});else console.error("invalid register",{email:S,password:a})}const L=C(),R=E();function z(e,t){R(e,t),L.dispatchEvent&&L.dispatchEvent(new CustomEvent(e,{detail:t}))}function O(e){r(8,S=""),r(10,a=""),r(9,i=""),r(13,n=!1),r(12,o=!1),r(0,c=e)}function B(){r(12,o=!0),_&&q("email")&&q("password")&&q("passwordRepeated")?z("recoverOrActivate",{password:a,recoverycode:_,email:S}):console.error("wrong params",_,a,i)}function A(){r(12,o=!0),q("email")?z("recoverPassword",{email:S}):console.error("wrong params",S)}function F(e){if(13===e.keyCode)switch(c){case"login":return j();case"activate":case"recover":return B();case"forgotpassword":return A();case"register":return N()}}H.addComponent({repoName:"@htmlbricks/hb-auth-social-login-button",version:G});return e.$$set=e=>{"id"in e&&r(23,s=e.id),"type"in e&&r(0,c=e.type),"i18nlang"in e&&r(34,d=e.i18nlang),"sessionkey"in e&&r(24,u=e.sessionkey),"redirectonlogin"in e&&r(25,m=e.redirectonlogin),"redirectoncreate"in e&&r(26,p=e.redirectoncreate),"loginuri"in e&&r(27,f=e.loginuri),"registeruri"in e&&r(28,g=e.registeruri),"activateuri"in e&&r(29,b=e.activateuri),"recoveruri"in e&&r(30,h=e.recoveruri),"requestmethod"in e&&r(31,v=e.requestmethod),"appendqueryparams"in e&&r(32,w=e.appendqueryparams),"appendbodyparams"in e&&r(33,y=e.appendbodyparams),"logouri"in e&&r(1,$=e.logouri),"oauth2providers"in e&&r(2,x=e.oauth2providers),"disableregister"in e&&r(3,k=e.disableregister),"disablelocal"in e&&r(4,T=e.disablelocal),"passwordpattern"in e&&r(5,W=e.passwordpattern),"recoverycode"in e&&r(6,_=e.recoverycode),"enable_recover_password"in e&&r(7,P=e.enable_recover_password),"email"in e&&r(8,S=e.email)},e.$$.update=()=>{if(2139099135&e.$$.dirty[0]|15&e.$$.dirty[1]){if(T||r(4,T=!1),l?l&&d&&l.lang&&l.lang!==d&&r(11,l=new H.LanguageTranslator({dictionary:D,lang:d})):r(11,l=new H.LanguageTranslator({dictionary:D,lang:d})),s||r(23,s=null),"string"!=typeof P||"yes"!==P&&"true"!==P&&""!==P?P||r(7,P=!1):r(7,P=!0),W||r(5,W=null),m||r(25,m=null),p||r(26,p=null),u||r(24,u="_lg"),x){if("string"==typeof x)try{r(2,x=JSON.parse(x))}catch(e){console.error("wrong oauth provider params"),r(2,x=null)}}else r(2,x=null);S||r(8,S=""),a||r(10,a=""),i||r(9,i=""),!_&&(null===location||void 0===location?void 0:location.href)&&location.href.split("recoverycode=").length>1?(r(6,_=location.href.split("recoverycode=")[1].split("&")[0]),r(14,M=!0)):_||r(6,_=""),!S&&(null===location||void 0===location?void 0:location.href)&&location.href.split("recoveryemail=").length>1&&r(8,S=location.href.split("recoveryemail=")[1].split("&")[0]),!c&&(null===location||void 0===location?void 0:location.href)&&location.href.split("recoverytype=").length>1?r(0,c=location.href.split("recoverytype=")[1].split("&")[0]):c||r(0,c="login"),$||r(1,$=""),r(12,o=!1),w||r(32,w=null),y||r(33,y=null),f||r(27,f=null),g||r(28,g=null),h||r(30,h=null),k&&"no"!==k||r(3,k=!1),b||r(29,b=null),w?(f&&r(27,f=f.split("/")[f.split("/").length-1].includes("?")?`${f}&${w}`:`${f}?${w}`),g&&r(28,g=g.split("/")[g.split("/").length-1].includes("?")?`${g}&${w}`:`${g}?${w}`)):r(32,w=null),r(31,v=v?v.toUpperCase():"POST"),console.log(k)}},[c,$,x,k,T,W,_,P,S,i,a,l,o,n,M,q,j,N,z,O,B,A,F,s,u,m,p,f,g,b,h,v,w,y,d,e=>{z("oauthFlowInit",e.detail)},function(){S=this.value,r(8,S),r(4,T),r(11,l),r(34,d),r(23,s),r(7,P),r(5,W),r(25,m),r(26,p),r(24,u),r(2,x),r(10,a),r(9,i),r(6,_),r(0,c),r(1,$),r(32,w),r(33,y),r(27,f),r(28,g),r(30,h),r(3,k),r(29,b),r(31,v)},function(){a=this.value,r(10,a),r(4,T),r(11,l),r(34,d),r(23,s),r(7,P),r(5,W),r(25,m),r(26,p),r(24,u),r(2,x),r(8,S),r(9,i),r(6,_),r(0,c),r(1,$),r(32,w),r(33,y),r(27,f),r(28,g),r(30,h),r(3,k),r(29,b),r(31,v)},function(){S=this.value,r(8,S),r(4,T),r(11,l),r(34,d),r(23,s),r(7,P),r(5,W),r(25,m),r(26,p),r(24,u),r(2,x),r(10,a),r(9,i),r(6,_),r(0,c),r(1,$),r(32,w),r(33,y),r(27,f),r(28,g),r(30,h),r(3,k),r(29,b),r(31,v)},function(){_=this.value,r(6,_),r(4,T),r(11,l),r(34,d),r(23,s),r(7,P),r(5,W),r(25,m),r(26,p),r(24,u),r(2,x),r(8,S),r(10,a),r(9,i),r(0,c),r(1,$),r(32,w),r(33,y),r(27,f),r(28,g),r(30,h),r(3,k),r(29,b),r(31,v)},function(){_=this.value,r(6,_),r(4,T),r(11,l),r(34,d),r(23,s),r(7,P),r(5,W),r(25,m),r(26,p),r(24,u),r(2,x),r(8,S),r(10,a),r(9,i),r(0,c),r(1,$),r(32,w),r(33,y),r(27,f),r(28,g),r(30,h),r(3,k),r(29,b),r(31,v)},function(){S=this.value,r(8,S),r(4,T),r(11,l),r(34,d),r(23,s),r(7,P),r(5,W),r(25,m),r(26,p),r(24,u),r(2,x),r(10,a),r(9,i),r(6,_),r(0,c),r(1,$),r(32,w),r(33,y),r(27,f),r(28,g),r(30,h),r(3,k),r(29,b),r(31,v)},function(){S=this.value,r(8,S),r(4,T),r(11,l),r(34,d),r(23,s),r(7,P),r(5,W),r(25,m),r(26,p),r(24,u),r(2,x),r(10,a),r(9,i),r(6,_),r(0,c),r(1,$),r(32,w),r(33,y),r(27,f),r(28,g),r(30,h),r(3,k),r(29,b),r(31,v)},function(){a=this.value,r(10,a),r(4,T),r(11,l),r(34,d),r(23,s),r(7,P),r(5,W),r(25,m),r(26,p),r(24,u),r(2,x),r(8,S),r(9,i),r(6,_),r(0,c),r(1,$),r(32,w),r(33,y),r(27,f),r(28,g),r(30,h),r(3,k),r(29,b),r(31,v)},function(){i=this.value,r(9,i),r(4,T),r(11,l),r(34,d),r(23,s),r(7,P),r(5,W),r(25,m),r(26,p),r(24,u),r(2,x),r(8,S),r(10,a),r(6,_),r(0,c),r(1,$),r(32,w),r(33,y),r(27,f),r(28,g),r(30,h),r(3,k),r(29,b),r(31,v)},function(){n=this.checked,r(13,n)},()=>j(),()=>O("forgotpassword"),()=>O("register"),()=>N(),()=>O("login"),()=>O("login"),()=>A(),()=>O("login"),()=>B(),e=>F(e)]}class xe extends I{constructor(e){super(),this.shadowRoot.innerHTML="<style>@charset \"UTF-8\";@import url(\"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap\");@import url(\"https://cdn.jsdelivr.net/npm/bootstrap-icons@latest/font/bootstrap-icons.css\");:host{--bs-blue:var(--bs-primary,#07689f);--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:var(--bs-danger,#f67280);--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:var(--bs-warning,#ffc107);--bs-teal:#20c997;--bs-cyan:var(--bs-info,#a2d5f2);--bs-white:#fff;--bs-gray:var(--bs-secondary,#c9d6df);--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:var(--bs-secondary,#c9d6df);--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:var(--bs-primary,#07689f);--bs-secondary:var(--bs-secondary,#c9d6df);--bs-success:var(--bs-warning,#ffc107);--bs-info:var(--bs-info,#a2d5f2);--bs-warning:#ffc107;--bs-danger:var(--bs-danger,#f67280);--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}*,*::before,*::after{box-sizing:border-box}@media(prefers-reduced-motion: no-preference){:host{scroll-behavior:smooth}}.h3,h1{margin-top:0;margin-bottom:0.5rem;font-weight:500;line-height:1.2}h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width: 1200px){h1{font-size:2.5rem}}@media(min-width: 1200px){}.h3{font-size:calc(1.3rem + 0.6vw)}@media(min-width: 1200px){.h3{font-size:1.75rem}}@media(min-width: 1200px){}p{margin-top:0;margin-bottom:1rem}ul{padding-left:2rem}ul{margin-top:0;margin-bottom:1rem}img{vertical-align:middle}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button{text-transform:none}button{-webkit-appearance:button}button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}@media(min-width: 1200px){}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}@media(min-width: 1200px){}@media(min-width: 1200px){}@media(min-width: 1200px){}@media(min-width: 1200px){}@media(min-width: 1200px){}@media(min-width: 1200px){}.form-control{display:block;width:100%;padding:0.375rem 0.75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;appearance:none;border-radius:0.25rem;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::placeholder{color:var(--bs-secondary,#c9d6df);opacity:1}.form-control:disabled{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{padding:0.375rem 0.75rem;margin:-0.375rem -0.75rem;margin-inline-end:0.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:0.375rem 0.75rem;margin:-0.375rem -0.75rem;margin-inline-end:0.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control::-webkit-file-upload-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}@media(prefers-reduced-motion: reduce){}@media(prefers-reduced-motion: reduce){}@media(prefers-reduced-motion: reduce){}@media(prefers-reduced-motion: reduce){}.form-floating{position:relative}.form-floating>.form-control{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem 0.75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity 0.1s ease-in-out, transform 0.1s ease-in-out}@media(prefers-reduced-motion: reduce){.form-floating>label{transition:none}}.form-floating>.form-control{padding:1rem 0.75rem}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:0.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:0.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label{opacity:0.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:0.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-control.is-valid{border-color:var(--bs-warning,#ffc107);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 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%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-valid:focus{border-color:var(--bs-warning,#ffc107);box-shadow:0 0 0 0.25rem rgba(25, 135, 84, 0.25)}.form-control.is-invalid{border-color:var(--bs-danger,#f67280);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:var(--bs-danger,#f67280);box-shadow:0 0 0 0.25rem rgba(220, 53, 69, 0.25)}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;user-select:none;background-color:transparent;border:1px solid transparent;padding:0.375rem 0.75rem;font-size:1rem;border-radius:0.25rem;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn:focus{outline:0;box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25)}.btn:disabled{pointer-events:none;opacity:0.65}.btn-primary{color:#fff;background-color:var(--bs-primary,#07689f);border-color:var(--bs-primary,#07689f)}.btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}.btn-primary:focus{color:#fff;background-color:#0b5ed7;border-color:#0a58ca;box-shadow:0 0 0 0.25rem rgba(49, 132, 253, 0.5)}.btn-primary:active{color:#fff;background-color:#0a58ca;border-color:#0a53be}.btn-primary:active:focus{box-shadow:0 0 0 0.25rem rgba(49, 132, 253, 0.5)}.btn-primary:disabled{color:#fff;background-color:var(--bs-primary,#07689f);border-color:var(--bs-primary,#07689f)}.btn-link{font-weight:400;color:var(--bs-primary,#07689f);text-decoration:underline}.btn-link:hover{color:#0a58ca}.btn-link:disabled{color:var(--bs-secondary,#c9d6df)}.btn-lg{padding:0.5rem 1rem;font-size:1.25rem;border-radius:0.3rem}.d-flex{display:flex !important}.w-100{width:100% !important}.justify-content-center{justify-content:center !important}.mt-1{margin-top:0.25rem !important}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:1.5rem !important}.fw-normal{font-weight:400 !important}.text-center{text-align:center !important}@media(min-width: 576px){}@media(min-width: 768px){}@media(min-width: 992px){}@media(min-width: 1200px){}@media(min-width: 1400px){}@media(min-width: 1200px){}@media print{}:host{font-family:\"Roboto\", sans-serif}.social-icons{list-style:none;display:inline-flex;right:16px;position:relative}.social-icons li{padding:10px}@media(min-width: 768px){}.form-signin{width:100%;max-width:330px;padding:15px;margin:auto;text-align:center}.form-signin .checkbox{font-weight:400}.form-signin .form-floating:focus-within{z-index:2}.form-signin input[type=password]{margin-bottom:10px;border-top-left-radius:0;border-top-right-radius:0}#logoimg{max-height:100px;max-width:300px;margin-bottom:20px}hb-auth-social-login-button{width:80px;height:80px;border:1px solid rgba(196, 196, 196, 0.295);border-radius:5px;cursor:pointer}</style>",F(this,{target:this.shadowRoot,props:x(this.attributes),customElement:!0},$e,ye,i,{id:23,type:0,i18nlang:34,sessionkey:24,redirectonlogin:25,redirectoncreate:26,loginuri:27,registeruri:28,activateuri:29,recoveruri:30,requestmethod:31,appendqueryparams:32,appendbodyparams:33,logouri:1,oauth2providers:2,disableregister:3,disablelocal:4,passwordpattern:5,recoverycode:6,enable_recover_password:7,email:8},null,[-1,-1,-1]),e&&(e.target&&d(e.target,this,e.anchor),e.props&&(this.$set(e.props),L()))}static get observedAttributes(){return["id","type","i18nlang","sessionkey","redirectonlogin","redirectoncreate","loginuri","registeruri","activateuri","recoveruri","requestmethod","appendqueryparams","appendbodyparams","logouri","oauth2providers","disableregister","disablelocal","passwordpattern","recoverycode","enable_recover_password","email"]}get id(){return this.$$.ctx[23]}set id(e){this.$$set({id:e}),L()}get type(){return this.$$.ctx[0]}set type(e){this.$$set({type:e}),L()}get i18nlang(){return this.$$.ctx[34]}set i18nlang(e){this.$$set({i18nlang:e}),L()}get sessionkey(){return this.$$.ctx[24]}set sessionkey(e){this.$$set({sessionkey:e}),L()}get redirectonlogin(){return this.$$.ctx[25]}set redirectonlogin(e){this.$$set({redirectonlogin:e}),L()}get redirectoncreate(){return this.$$.ctx[26]}set redirectoncreate(e){this.$$set({redirectoncreate:e}),L()}get loginuri(){return this.$$.ctx[27]}set loginuri(e){this.$$set({loginuri:e}),L()}get registeruri(){return this.$$.ctx[28]}set registeruri(e){this.$$set({registeruri:e}),L()}get activateuri(){return this.$$.ctx[29]}set activateuri(e){this.$$set({activateuri:e}),L()}get recoveruri(){return this.$$.ctx[30]}set recoveruri(e){this.$$set({recoveruri:e}),L()}get requestmethod(){return this.$$.ctx[31]}set requestmethod(e){this.$$set({requestmethod:e}),L()}get appendqueryparams(){return this.$$.ctx[32]}set appendqueryparams(e){this.$$set({appendqueryparams:e}),L()}get appendbodyparams(){return this.$$.ctx[33]}set appendbodyparams(e){this.$$set({appendbodyparams:e}),L()}get logouri(){return this.$$.ctx[1]}set logouri(e){this.$$set({logouri:e}),L()}get oauth2providers(){return this.$$.ctx[2]}set oauth2providers(e){this.$$set({oauth2providers:e}),L()}get disableregister(){return this.$$.ctx[3]}set disableregister(e){this.$$set({disableregister:e}),L()}get disablelocal(){return this.$$.ctx[4]}set disablelocal(e){this.$$set({disablelocal:e}),L()}get passwordpattern(){return this.$$.ctx[5]}set passwordpattern(e){this.$$set({passwordpattern:e}),L()}get recoverycode(){return this.$$.ctx[6]}set recoverycode(e){this.$$set({recoverycode:e}),L()}get enable_recover_password(){return this.$$.ctx[7]}set enable_recover_password(e){this.$$set({enable_recover_password:e}),L()}get email(){return this.$$.ctx[8]}set email(e){this.$$set({email:e}),L()}}return customElements.define("hb-auth",xe),xe}();
|
|
2
2
|
//# sourceMappingURL=release.js.map
|