/*! For license information please see login.min.js.LICENSE.txt */ (()=>{var t,e,n,o={72505:(t,e,n)=>{t.exports=n(18015)},35592:(t,e,n)=>{"use strict";var o=n(9516),r=n(7522),i=n(79106),a=n(99615),s=n(62012),l=n(64202),c=n(47763);t.exports=function(t){return new Promise((function(e,d){var u=t.data,f=t.headers;o.isFormData(u)&&delete f["Content-Type"];var p=new XMLHttpRequest;if(t.auth){var b=t.auth.username||"",h=t.auth.password||"";f.Authorization="Basic "+btoa(b+":"+h)}var g=a(t.baseURL,t.url);if(p.open(t.method.toUpperCase(),i(g,t.params,t.paramsSerializer),!0),p.timeout=t.timeout,p.onreadystatechange=function(){if(p&&4===p.readyState&&(0!==p.status||p.responseURL&&0===p.responseURL.indexOf("file:"))){var n="getAllResponseHeaders"in p?s(p.getAllResponseHeaders()):null,o={data:t.responseType&&"text"!==t.responseType?p.response:p.responseText,status:p.status,statusText:p.statusText,headers:n,config:t,request:p};r(e,d,o),p=null}},p.onabort=function(){p&&(d(c("Request aborted",t,"ECONNABORTED",p)),p=null)},p.onerror=function(){d(c("Network Error",t,null,p)),p=null},p.ontimeout=function(){var e="timeout of "+t.timeout+"ms exceeded";t.timeoutErrorMessage&&(e=t.timeoutErrorMessage),d(c(e,t,"ECONNABORTED",p)),p=null},o.isStandardBrowserEnv()){var m=n(33948),v=(t.withCredentials||l(g))&&t.xsrfCookieName?m.read(t.xsrfCookieName):void 0;v&&(f[t.xsrfHeaderName]=v)}if("setRequestHeader"in p&&o.forEach(f,(function(t,e){void 0===u&&"content-type"===e.toLowerCase()?delete f[e]:p.setRequestHeader(e,t)})),o.isUndefined(t.withCredentials)||(p.withCredentials=!!t.withCredentials),t.responseType)try{p.responseType=t.responseType}catch(e){if("json"!==t.responseType)throw e}"function"==typeof t.onDownloadProgress&&p.addEventListener("progress",t.onDownloadProgress),"function"==typeof t.onUploadProgress&&p.upload&&p.upload.addEventListener("progress",t.onUploadProgress),t.cancelToken&&t.cancelToken.promise.then((function(t){p&&(p.abort(),d(t),p=null)})),void 0===u&&(u=null),p.send(u)}))}},18015:(t,e,n)=>{"use strict";var o=n(9516),r=n(69012),i=n(35155),a=n(85343);function s(t){var e=new i(t),n=r(i.prototype.request,e);return o.extend(n,i.prototype,e),o.extend(n,e),n}var l=s(n(96987));l.Axios=i,l.create=function(t){return s(a(l.defaults,t))},l.Cancel=n(31928),l.CancelToken=n(3191),l.isCancel=n(93864),l.all=function(t){return Promise.all(t)},l.spread=n(17980),t.exports=l,t.exports.default=l},31928:t=>{"use strict";function e(t){this.message=t}e.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},e.prototype.__CANCEL__=!0,t.exports=e},3191:(t,e,n)=>{"use strict";var o=n(31928);function r(t){if("function"!=typeof t)throw new TypeError("executor must be a function.");var e;this.promise=new Promise((function(t){e=t}));var n=this;t((function(t){n.reason||(n.reason=new o(t),e(n.reason))}))}r.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},r.source=function(){var t;return{token:new r((function(e){t=e})),cancel:t}},t.exports=r},93864:t=>{"use strict";t.exports=function(t){return!(!t||!t.__CANCEL__)}},35155:(t,e,n)=>{"use strict";var o=n(9516),r=n(79106),i=n(83471),a=n(64490),s=n(85343);function l(t){this.defaults=t,this.interceptors={request:new i,response:new i}}l.prototype.request=function(t){"string"==typeof t?(t=arguments[1]||{}).url=arguments[0]:t=t||{},(t=s(this.defaults,t)).method?t.method=t.method.toLowerCase():this.defaults.method?t.method=this.defaults.method.toLowerCase():t.method="get";var e=[a,void 0],n=Promise.resolve(t);for(this.interceptors.request.forEach((function(t){e.unshift(t.fulfilled,t.rejected)})),this.interceptors.response.forEach((function(t){e.push(t.fulfilled,t.rejected)}));e.length;)n=n.then(e.shift(),e.shift());return n},l.prototype.getUri=function(t){return t=s(this.defaults,t),r(t.url,t.params,t.paramsSerializer).replace(/^\?/,"")},o.forEach(["delete","get","head","options"],(function(t){l.prototype[t]=function(e,n){return this.request(o.merge(n||{},{method:t,url:e}))}})),o.forEach(["post","put","patch"],(function(t){l.prototype[t]=function(e,n,r){return this.request(o.merge(r||{},{method:t,url:e,data:n}))}})),t.exports=l},83471:(t,e,n)=>{"use strict";var o=n(9516);function r(){this.handlers=[]}r.prototype.use=function(t,e){return this.handlers.push({fulfilled:t,rejected:e}),this.handlers.length-1},r.prototype.eject=function(t){this.handlers[t]&&(this.handlers[t]=null)},r.prototype.forEach=function(t){o.forEach(this.handlers,(function(e){null!==e&&t(e)}))},t.exports=r},99615:(t,e,n)=>{"use strict";var o=n(29137),r=n(84680);t.exports=function(t,e){return t&&!o(e)?r(t,e):e}},47763:(t,e,n)=>{"use strict";var o=n(5449);t.exports=function(t,e,n,r,i){var a=new Error(t);return o(a,e,n,r,i)}},64490:(t,e,n)=>{"use strict";var o=n(9516),r=n(82881),i=n(93864),a=n(96987);function s(t){t.cancelToken&&t.cancelToken.throwIfRequested()}t.exports=function(t){return s(t),t.headers=t.headers||{},t.data=r(t.data,t.headers,t.transformRequest),t.headers=o.merge(t.headers.common||{},t.headers[t.method]||{},t.headers),o.forEach(["delete","get","head","post","put","patch","common"],(function(e){delete t.headers[e]})),(t.adapter||a.adapter)(t).then((function(e){return s(t),e.data=r(e.data,e.headers,t.transformResponse),e}),(function(e){return i(e)||(s(t),e&&e.response&&(e.response.data=r(e.response.data,e.response.headers,t.transformResponse))),Promise.reject(e)}))}},5449:t=>{"use strict";t.exports=function(t,e,n,o,r){return t.config=e,n&&(t.code=n),t.request=o,t.response=r,t.isAxiosError=!0,t.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},t}},85343:(t,e,n)=>{"use strict";var o=n(9516);t.exports=function(t,e){e=e||{};var n={},r=["url","method","params","data"],i=["headers","auth","proxy"],a=["baseURL","url","transformRequest","transformResponse","paramsSerializer","timeout","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","maxContentLength","validateStatus","maxRedirects","httpAgent","httpsAgent","cancelToken","socketPath"];o.forEach(r,(function(t){void 0!==e[t]&&(n[t]=e[t])})),o.forEach(i,(function(r){o.isObject(e[r])?n[r]=o.deepMerge(t[r],e[r]):void 0!==e[r]?n[r]=e[r]:o.isObject(t[r])?n[r]=o.deepMerge(t[r]):void 0!==t[r]&&(n[r]=t[r])})),o.forEach(a,(function(o){void 0!==e[o]?n[o]=e[o]:void 0!==t[o]&&(n[o]=t[o])}));var s=r.concat(i).concat(a),l=Object.keys(e).filter((function(t){return-1===s.indexOf(t)}));return o.forEach(l,(function(o){void 0!==e[o]?n[o]=e[o]:void 0!==t[o]&&(n[o]=t[o])})),n}},7522:(t,e,n)=>{"use strict";var o=n(47763);t.exports=function(t,e,n){var r=n.config.validateStatus;!r||r(n.status)?t(n):e(o("Request failed with status code "+n.status,n.config,null,n.request,n))}},82881:(t,e,n)=>{"use strict";var o=n(9516);t.exports=function(t,e,n){return o.forEach(n,(function(n){t=n(t,e)})),t}},96987:(t,e,n)=>{"use strict";var o=n(65606),r=n(9516),i=n(7018),a={"Content-Type":"application/x-www-form-urlencoded"};function s(t,e){!r.isUndefined(t)&&r.isUndefined(t["Content-Type"])&&(t["Content-Type"]=e)}var l,c={adapter:(("undefined"!=typeof XMLHttpRequest||void 0!==o&&"[object process]"===Object.prototype.toString.call(o))&&(l=n(35592)),l),transformRequest:[function(t,e){return i(e,"Accept"),i(e,"Content-Type"),r.isFormData(t)||r.isArrayBuffer(t)||r.isBuffer(t)||r.isStream(t)||r.isFile(t)||r.isBlob(t)?t:r.isArrayBufferView(t)?t.buffer:r.isURLSearchParams(t)?(s(e,"application/x-www-form-urlencoded;charset=utf-8"),t.toString()):r.isObject(t)?(s(e,"application/json;charset=utf-8"),JSON.stringify(t)):t}],transformResponse:[function(t){if("string"==typeof t)try{t=JSON.parse(t)}catch(t){}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,validateStatus:function(t){return t>=200&&t<300}};c.headers={common:{Accept:"application/json, text/plain, */*"}},r.forEach(["delete","get","head"],(function(t){c.headers[t]={}})),r.forEach(["post","put","patch"],(function(t){c.headers[t]=r.merge(a)})),t.exports=c},69012:t=>{"use strict";t.exports=function(t,e){return function(){for(var n=new Array(arguments.length),o=0;o{"use strict";var o=n(9516);function r(t){return encodeURIComponent(t).replace(/%40/gi,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}t.exports=function(t,e,n){if(!e)return t;var i;if(n)i=n(e);else if(o.isURLSearchParams(e))i=e.toString();else{var a=[];o.forEach(e,(function(t,e){null!=t&&(o.isArray(t)?e+="[]":t=[t],o.forEach(t,(function(t){o.isDate(t)?t=t.toISOString():o.isObject(t)&&(t=JSON.stringify(t)),a.push(r(e)+"="+r(t))})))})),i=a.join("&")}if(i){var s=t.indexOf("#");-1!==s&&(t=t.slice(0,s)),t+=(-1===t.indexOf("?")?"?":"&")+i}return t}},84680:t=>{"use strict";t.exports=function(t,e){return e?t.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,""):t}},33948:(t,e,n)=>{"use strict";var o=n(9516);t.exports=o.isStandardBrowserEnv()?{write:function(t,e,n,r,i,a){var s=[];s.push(t+"="+encodeURIComponent(e)),o.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),o.isString(r)&&s.push("path="+r),o.isString(i)&&s.push("domain="+i),!0===a&&s.push("secure"),document.cookie=s.join("; ")},read:function(t){var e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove:function(t){this.write(t,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},29137:t=>{"use strict";t.exports=function(t){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(t)}},64202:(t,e,n)=>{"use strict";var o=n(9516);t.exports=o.isStandardBrowserEnv()?function(){var t,e=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function r(t){var o=t;return e&&(n.setAttribute("href",o),o=n.href),n.setAttribute("href",o),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return t=r(window.location.href),function(e){var n=o.isString(e)?r(e):e;return n.protocol===t.protocol&&n.host===t.host}}():function(){return!0}},7018:(t,e,n)=>{"use strict";var o=n(9516);t.exports=function(t,e){o.forEach(t,(function(n,o){o!==e&&o.toUpperCase()===e.toUpperCase()&&(t[e]=n,delete t[o])}))}},62012:(t,e,n)=>{"use strict";var o=n(9516),r=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];t.exports=function(t){var e,n,i,a={};return t?(o.forEach(t.split("\n"),(function(t){if(i=t.indexOf(":"),e=o.trim(t.substr(0,i)).toLowerCase(),n=o.trim(t.substr(i+1)),e){if(a[e]&&r.indexOf(e)>=0)return;a[e]="set-cookie"===e?(a[e]?a[e]:[]).concat([n]):a[e]?a[e]+", "+n:n}})),a):a}},17980:t=>{"use strict";t.exports=function(t){return function(e){return t.apply(null,e)}}},9516:(t,e,n)=>{"use strict";var o=n(69012),r=Object.prototype.toString;function i(t){return"[object Array]"===r.call(t)}function a(t){return void 0===t}function s(t){return null!==t&&"object"==typeof t}function l(t){return"[object Function]"===r.call(t)}function c(t,e){if(null!=t)if("object"!=typeof t&&(t=[t]),i(t))for(var n=0,o=t.length;n{"use strict";n.d(e,{A:()=>i});var o=n(76314),r=n.n(o)()((function(t){return t[1]}));r.push([t.id,"@charset \"UTF-8\";\n/*!\n * BootstrapVue Custom CSS (https://bootstrap-vue.org)\n */\n.bv-no-focus-ring:focus {\n outline: none;\n}\n\n@media (max-width: 575.98px) {\n .bv-d-xs-down-none {\n display: none !important;\n }\n}\n@media (max-width: 767.98px) {\n .bv-d-sm-down-none {\n display: none !important;\n }\n}\n@media (max-width: 991.98px) {\n .bv-d-md-down-none {\n display: none !important;\n }\n}\n@media (max-width: 1199.98px) {\n .bv-d-lg-down-none {\n display: none !important;\n }\n}\n.bv-d-xl-down-none {\n display: none !important;\n}\n\n.form-control.focus {\n color: #495057;\n background-color: #fff;\n border-color: #80bdff;\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n.form-control.focus.is-valid {\n border-color: #28a745;\n box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);\n}\n.form-control.focus.is-invalid {\n border-color: #dc3545;\n box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);\n}\n\n.b-avatar {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n vertical-align: middle;\n flex-shrink: 0;\n width: 2.5rem;\n height: 2.5rem;\n font-size: inherit;\n font-weight: 400;\n line-height: 1;\n max-width: 100%;\n max-height: auto;\n text-align: center;\n overflow: visible;\n position: relative;\n transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n}\n.b-avatar:focus {\n outline: 0;\n}\n.b-avatar.btn, .b-avatar[href] {\n padding: 0;\n border: 0;\n}\n.b-avatar.btn .b-avatar-img img, .b-avatar[href] .b-avatar-img img {\n transition: -webkit-transform 0.15s ease-in-out;\n transition: transform 0.15s ease-in-out;\n transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;\n}\n.b-avatar.btn:not(:disabled):not(.disabled), .b-avatar[href]:not(:disabled):not(.disabled) {\n cursor: pointer;\n}\n.b-avatar.btn:not(:disabled):not(.disabled):hover .b-avatar-img img, .b-avatar[href]:not(:disabled):not(.disabled):hover .b-avatar-img img {\n -webkit-transform: scale(1.15);\n transform: scale(1.15);\n}\n.b-avatar.disabled, .b-avatar:disabled, .b-avatar[disabled] {\n opacity: 0.65;\n pointer-events: none;\n}\n.b-avatar .b-avatar-custom,\n.b-avatar .b-avatar-text,\n.b-avatar .b-avatar-img {\n border-radius: inherit;\n width: 100%;\n height: 100%;\n overflow: hidden;\n display: flex;\n justify-content: center;\n align-items: center;\n -webkit-mask-image: radial-gradient(white, black);\n mask-image: radial-gradient(white, black);\n}\n.b-avatar .b-avatar-text {\n text-transform: uppercase;\n white-space: nowrap;\n}\n.b-avatar[href] {\n text-decoration: none;\n}\n.b-avatar > .b-icon {\n width: 60%;\n height: auto;\n max-width: 100%;\n}\n.b-avatar .b-avatar-img img {\n width: 100%;\n height: 100%;\n max-height: auto;\n border-radius: inherit;\n -o-object-fit: cover;\n object-fit: cover;\n}\n.b-avatar .b-avatar-badge {\n position: absolute;\n min-height: 1.5em;\n min-width: 1.5em;\n padding: 0.25em;\n line-height: 1;\n border-radius: 10em;\n font-size: 70%;\n font-weight: 700;\n z-index: 1;\n}\n\n.b-avatar-sm {\n width: 1.5rem;\n height: 1.5rem;\n}\n.b-avatar-sm .b-avatar-text {\n font-size: calc(0.6rem);\n}\n.b-avatar-sm .b-avatar-badge {\n font-size: calc(0.42rem);\n}\n\n.b-avatar-lg {\n width: 3.5rem;\n height: 3.5rem;\n}\n.b-avatar-lg .b-avatar-text {\n font-size: calc(1.4rem);\n}\n.b-avatar-lg .b-avatar-badge {\n font-size: calc(0.98rem);\n}\n\n.b-avatar-group .b-avatar-group-inner {\n display: flex;\n flex-wrap: wrap;\n}\n.b-avatar-group .b-avatar {\n border: 1px solid #dee2e6;\n}\n.b-avatar-group a.b-avatar:hover:not(.disabled):not(disabled),\n.b-avatar-group .btn.b-avatar:hover:not(.disabled):not(disabled) {\n z-index: 1;\n}\n\n.b-calendar {\n display: inline-flex;\n}\n.b-calendar .b-calendar-inner {\n min-width: 250px;\n}\n.b-calendar .b-calendar-header,\n.b-calendar .b-calendar-nav {\n margin-bottom: 0.25rem;\n}\n.b-calendar .b-calendar-nav .btn {\n padding: 0.25rem;\n}\n.b-calendar output {\n padding: 0.25rem;\n font-size: 80%;\n}\n.b-calendar output.readonly {\n background-color: #e9ecef;\n opacity: 1;\n}\n.b-calendar .b-calendar-footer {\n margin-top: 0.5rem;\n}\n.b-calendar .b-calendar-grid {\n padding: 0;\n margin: 0;\n overflow: hidden;\n}\n.b-calendar .b-calendar-grid .row {\n flex-wrap: nowrap;\n}\n.b-calendar .b-calendar-grid-caption {\n padding: 0.25rem;\n}\n.b-calendar .b-calendar-grid-body .col[data-date] .btn {\n width: 32px;\n height: 32px;\n font-size: 14px;\n line-height: 1;\n margin: 3px auto;\n padding: 9px 0;\n}\n.b-calendar .btn:disabled, .b-calendar .btn.disabled, .b-calendar .btn[aria-disabled=true] {\n cursor: default;\n pointer-events: none;\n}\n\n.card-img-left {\n border-top-left-radius: calc(0.25rem - 1px);\n border-bottom-left-radius: calc(0.25rem - 1px);\n}\n\n.card-img-right {\n border-top-right-radius: calc(0.25rem - 1px);\n border-bottom-right-radius: calc(0.25rem - 1px);\n}\n\n.dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret::after {\n display: none !important;\n}\n.dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret::before {\n display: none !important;\n}\n.dropdown .dropdown-menu:focus {\n outline: none;\n}\n\n.b-dropdown-form {\n display: inline-block;\n padding: 0.25rem 1.5rem;\n width: 100%;\n clear: both;\n font-weight: 400;\n}\n.b-dropdown-form:focus {\n outline: 1px dotted !important;\n outline: 5px auto -webkit-focus-ring-color !important;\n}\n.b-dropdown-form.disabled, .b-dropdown-form:disabled {\n outline: 0 !important;\n color: #adb5bd;\n pointer-events: none;\n}\n\n.b-dropdown-text {\n display: inline-block;\n padding: 0.25rem 1.5rem;\n margin-bottom: 0;\n width: 100%;\n clear: both;\n font-weight: lighter;\n}\n\n.custom-checkbox.b-custom-control-lg,\n.input-group-lg .custom-checkbox {\n font-size: 1.25rem;\n line-height: 1.5;\n padding-left: 1.875rem;\n}\n.custom-checkbox.b-custom-control-lg .custom-control-label::before,\n.input-group-lg .custom-checkbox .custom-control-label::before {\n top: 0.3125rem;\n left: -1.875rem;\n width: 1.25rem;\n height: 1.25rem;\n border-radius: 0.3rem;\n}\n.custom-checkbox.b-custom-control-lg .custom-control-label::after,\n.input-group-lg .custom-checkbox .custom-control-label::after {\n top: 0.3125rem;\n left: -1.875rem;\n width: 1.25rem;\n height: 1.25rem;\n background-size: 50% 50%;\n}\n\n.custom-checkbox.b-custom-control-sm,\n.input-group-sm .custom-checkbox {\n font-size: 0.875rem;\n line-height: 1.5;\n padding-left: 1.3125rem;\n}\n.custom-checkbox.b-custom-control-sm .custom-control-label::before,\n.input-group-sm .custom-checkbox .custom-control-label::before {\n top: 0.21875rem;\n left: -1.3125rem;\n width: 0.875rem;\n height: 0.875rem;\n border-radius: 0.2rem;\n}\n.custom-checkbox.b-custom-control-sm .custom-control-label::after,\n.input-group-sm .custom-checkbox .custom-control-label::after {\n top: 0.21875rem;\n left: -1.3125rem;\n width: 0.875rem;\n height: 0.875rem;\n background-size: 50% 50%;\n}\n\n.custom-switch.b-custom-control-lg,\n.input-group-lg .custom-switch {\n padding-left: 2.8125rem;\n}\n.custom-switch.b-custom-control-lg .custom-control-label,\n.input-group-lg .custom-switch .custom-control-label {\n font-size: 1.25rem;\n line-height: 1.5;\n}\n.custom-switch.b-custom-control-lg .custom-control-label::before,\n.input-group-lg .custom-switch .custom-control-label::before {\n top: 0.3125rem;\n height: 1.25rem;\n left: -2.8125rem;\n width: 2.1875rem;\n border-radius: 0.625rem;\n}\n.custom-switch.b-custom-control-lg .custom-control-label::after,\n.input-group-lg .custom-switch .custom-control-label::after {\n top: calc(\n 0.3125rem + 2px\n );\n left: calc(\n -2.8125rem + 2px\n );\n width: calc(\n 1.25rem - 4px\n);\n height: calc(\n 1.25rem - 4px\n);\n border-radius: 0.625rem;\n background-size: 50% 50%;\n}\n.custom-switch.b-custom-control-lg .custom-control-input:checked ~ .custom-control-label::after,\n.input-group-lg .custom-switch .custom-control-input:checked ~ .custom-control-label::after {\n -webkit-transform: translateX(0.9375rem);\n transform: translateX(0.9375rem);\n}\n\n.custom-switch.b-custom-control-sm,\n.input-group-sm .custom-switch {\n padding-left: 1.96875rem;\n}\n.custom-switch.b-custom-control-sm .custom-control-label,\n.input-group-sm .custom-switch .custom-control-label {\n font-size: 0.875rem;\n line-height: 1.5;\n}\n.custom-switch.b-custom-control-sm .custom-control-label::before,\n.input-group-sm .custom-switch .custom-control-label::before {\n top: 0.21875rem;\n left: -1.96875rem;\n width: 1.53125rem;\n height: 0.875rem;\n border-radius: 0.4375rem;\n}\n.custom-switch.b-custom-control-sm .custom-control-label::after,\n.input-group-sm .custom-switch .custom-control-label::after {\n top: calc(\n 0.21875rem + 2px\n );\n left: calc(\n -1.96875rem + 2px\n );\n width: calc(\n 0.875rem - 4px\n);\n height: calc(\n 0.875rem - 4px\n);\n border-radius: 0.4375rem;\n background-size: 50% 50%;\n}\n.custom-switch.b-custom-control-sm .custom-control-input:checked ~ .custom-control-label::after,\n.input-group-sm .custom-switch .custom-control-input:checked ~ .custom-control-label::after {\n -webkit-transform: translateX(0.65625rem);\n transform: translateX(0.65625rem);\n}\n\n.input-group > .input-group-prepend > .btn-group > .btn,\n.input-group > .input-group-append:not(:last-child) > .btn-group > .btn,\n.input-group > .input-group-append:last-child > .btn-group:not(:last-child):not(.dropdown-toggle) > .btn {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n.input-group > .input-group-append > .btn-group > .btn,\n.input-group > .input-group-prepend:not(:first-child) > .btn-group > .btn,\n.input-group > .input-group-prepend:first-child > .btn-group:not(:first-child) > .btn {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.b-form-btn-label-control.form-control {\n display: flex;\n align-items: stretch;\n height: auto;\n padding: 0;\n background-image: none;\n}\n.input-group .b-form-btn-label-control.form-control {\n padding: 0;\n}\n\n[dir=rtl] .b-form-btn-label-control.form-control, .b-form-btn-label-control.form-control[dir=rtl] {\n flex-direction: row-reverse;\n}\n[dir=rtl] .b-form-btn-label-control.form-control > label, .b-form-btn-label-control.form-control[dir=rtl] > label {\n text-align: right;\n}\n\n.b-form-btn-label-control.form-control > .btn {\n line-height: 1;\n font-size: inherit;\n box-shadow: none !important;\n border: 0;\n}\n.b-form-btn-label-control.form-control > .btn:disabled {\n pointer-events: none;\n}\n.b-form-btn-label-control.form-control.is-valid > .btn {\n color: #28a745;\n}\n.b-form-btn-label-control.form-control.is-invalid > .btn {\n color: #dc3545;\n}\n.b-form-btn-label-control.form-control > .dropdown-menu {\n padding: 0.5rem;\n}\n.b-form-btn-label-control.form-control > .form-control {\n height: auto;\n min-height: calc(calc(1.5em + 0.75rem + 2px) - 2px);\n padding-left: 0.25rem;\n margin: 0;\n border: 0;\n outline: 0;\n background: transparent;\n word-break: break-word;\n font-size: inherit;\n white-space: normal;\n cursor: pointer;\n}\n.b-form-btn-label-control.form-control > .form-control.form-control-sm {\n min-height: calc(calc(1.5em + 0.5rem + 2px) - 2px);\n}\n.b-form-btn-label-control.form-control > .form-control.form-control-lg {\n min-height: calc(calc(1.5em + 1rem + 2px) - 2px);\n}\n.input-group.input-group-sm .b-form-btn-label-control.form-control > .form-control {\n min-height: calc(calc(1.5em + 0.5rem + 2px) - 2px);\n padding-top: 0.25rem;\n padding-bottom: 0.25rem;\n}\n\n.input-group.input-group-lg .b-form-btn-label-control.form-control > .form-control {\n min-height: calc(calc(1.5em + 1rem + 2px) - 2px);\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n}\n\n.b-form-btn-label-control.form-control[aria-disabled=true], .b-form-btn-label-control.form-control[aria-readonly=true] {\n background-color: #e9ecef;\n opacity: 1;\n}\n.b-form-btn-label-control.form-control[aria-disabled=true] {\n pointer-events: none;\n}\n.b-form-btn-label-control.form-control[aria-disabled=true] > label {\n cursor: default;\n}\n\n.b-form-btn-label-control.btn-group > .dropdown-menu {\n padding: 0.5rem;\n}\n\n.custom-file-label {\n white-space: nowrap;\n overflow-x: hidden;\n}\n\n.b-custom-control-lg.custom-file,\n.b-custom-control-lg .custom-file-input,\n.b-custom-control-lg .custom-file-label,\n.input-group-lg.custom-file,\n.input-group-lg .custom-file-input,\n.input-group-lg .custom-file-label {\n font-size: 1.25rem;\n height: calc(1.5em + 1rem + 2px);\n}\n.b-custom-control-lg .custom-file-label,\n.b-custom-control-lg .custom-file-label:after,\n.input-group-lg .custom-file-label,\n.input-group-lg .custom-file-label:after {\n padding: 0.5rem 1rem;\n line-height: 1.5;\n}\n.b-custom-control-lg .custom-file-label,\n.input-group-lg .custom-file-label {\n border-radius: 0.3rem;\n}\n.b-custom-control-lg .custom-file-label::after,\n.input-group-lg .custom-file-label::after {\n font-size: inherit;\n height: calc(\n 1.5em + 1rem\n);\n border-radius: 0 0.3rem 0.3rem 0;\n}\n\n.b-custom-control-sm.custom-file,\n.b-custom-control-sm .custom-file-input,\n.b-custom-control-sm .custom-file-label,\n.input-group-sm.custom-file,\n.input-group-sm .custom-file-input,\n.input-group-sm .custom-file-label {\n font-size: 0.875rem;\n height: calc(1.5em + 0.5rem + 2px);\n}\n.b-custom-control-sm .custom-file-label,\n.b-custom-control-sm .custom-file-label:after,\n.input-group-sm .custom-file-label,\n.input-group-sm .custom-file-label:after {\n padding: 0.25rem 0.5rem;\n line-height: 1.5;\n}\n.b-custom-control-sm .custom-file-label,\n.input-group-sm .custom-file-label {\n border-radius: 0.2rem;\n}\n.b-custom-control-sm .custom-file-label::after,\n.input-group-sm .custom-file-label::after {\n font-size: inherit;\n height: calc(\n 1.5em + 0.5rem\n);\n border-radius: 0 0.2rem 0.2rem 0;\n}\n\n.was-validated .form-control:invalid, .was-validated .form-control:valid, .form-control.is-invalid, .form-control.is-valid {\n background-position: right calc(0.375em + 0.1875rem) center;\n}\n\ninput[type=color].form-control {\n height: calc(1.5em + 0.75rem + 2px);\n padding: 0.125rem 0.25rem;\n}\n\ninput[type=color].form-control.form-control-sm,\n.input-group-sm input[type=color].form-control {\n height: calc(1.5em + 0.5rem + 2px);\n padding: 0.125rem 0.25rem;\n}\n\ninput[type=color].form-control.form-control-lg,\n.input-group-lg input[type=color].form-control {\n height: calc(1.5em + 1rem + 2px);\n padding: 0.125rem 0.25rem;\n}\n\ninput[type=color].form-control:disabled {\n background-color: #adb5bd;\n opacity: 0.65;\n}\n\n.input-group > .custom-range {\n position: relative;\n flex: 1 1 auto;\n width: 1%;\n margin-bottom: 0;\n}\n.input-group > .custom-range + .form-control,\n.input-group > .custom-range + .form-control-plaintext,\n.input-group > .custom-range + .custom-select,\n.input-group > .custom-range + .custom-range,\n.input-group > .custom-range + .custom-file {\n margin-left: -1px;\n}\n.input-group > .form-control + .custom-range,\n.input-group > .form-control-plaintext + .custom-range,\n.input-group > .custom-select + .custom-range,\n.input-group > .custom-range + .custom-range,\n.input-group > .custom-file + .custom-range {\n margin-left: -1px;\n}\n.input-group > .custom-range:focus {\n z-index: 3;\n}\n.input-group > .custom-range:not(:last-child) {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n.input-group > .custom-range:not(:first-child) {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n.input-group > .custom-range {\n height: calc(1.5em + 0.75rem + 2px);\n padding: 0 0.75rem;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid #ced4da;\n height: calc(1.5em + 0.75rem + 2px);\n border-radius: 0.25rem;\n transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n}\n@media (prefers-reduced-motion: reduce) {\n .input-group > .custom-range {\n transition: none;\n }\n}\n.input-group > .custom-range:focus {\n color: #495057;\n background-color: #fff;\n border-color: #80bdff;\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n.input-group > .custom-range:disabled, .input-group > .custom-range[readonly] {\n background-color: #e9ecef;\n}\n\n.input-group-lg > .custom-range {\n height: calc(1.5em + 1rem + 2px);\n padding: 0 1rem;\n border-radius: 0.3rem;\n}\n\n.input-group-sm > .custom-range {\n height: calc(1.5em + 0.5rem + 2px);\n padding: 0 0.5rem;\n border-radius: 0.2rem;\n}\n\n.was-validated .input-group .custom-range:valid, .input-group .custom-range.is-valid {\n border-color: #28a745;\n}\n.was-validated .input-group .custom-range:valid:focus, .input-group .custom-range.is-valid:focus {\n border-color: #28a745;\n box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);\n}\n\n.was-validated .custom-range:valid:focus::-webkit-slider-thumb, .custom-range.is-valid:focus::-webkit-slider-thumb {\n box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;\n}\n.was-validated .custom-range:valid:focus::-moz-range-thumb, .custom-range.is-valid:focus::-moz-range-thumb {\n box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;\n}\n.was-validated .custom-range:valid:focus::-ms-thumb, .custom-range.is-valid:focus::-ms-thumb {\n box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;\n}\n.was-validated .custom-range:valid::-webkit-slider-thumb, .custom-range.is-valid::-webkit-slider-thumb {\n background-color: #28a745;\n background-image: none;\n}\n.was-validated .custom-range:valid::-webkit-slider-thumb:active, .custom-range.is-valid::-webkit-slider-thumb:active {\n background-color: #9be7ac;\n background-image: none;\n}\n.was-validated .custom-range:valid::-webkit-slider-runnable-track, .custom-range.is-valid::-webkit-slider-runnable-track {\n background-color: rgba(40, 167, 69, 0.35);\n}\n.was-validated .custom-range:valid::-moz-range-thumb, .custom-range.is-valid::-moz-range-thumb {\n background-color: #28a745;\n background-image: none;\n}\n.was-validated .custom-range:valid::-moz-range-thumb:active, .custom-range.is-valid::-moz-range-thumb:active {\n background-color: #9be7ac;\n background-image: none;\n}\n.was-validated .custom-range:valid::-moz-range-track, .custom-range.is-valid::-moz-range-track {\n background: rgba(40, 167, 69, 0.35);\n}\n.was-validated .custom-range:valid ~ .valid-feedback,\n.was-validated .custom-range:valid ~ .valid-tooltip, .custom-range.is-valid ~ .valid-feedback,\n.custom-range.is-valid ~ .valid-tooltip {\n display: block;\n}\n.was-validated .custom-range:valid::-ms-thumb, .custom-range.is-valid::-ms-thumb {\n background-color: #28a745;\n background-image: none;\n}\n.was-validated .custom-range:valid::-ms-thumb:active, .custom-range.is-valid::-ms-thumb:active {\n background-color: #9be7ac;\n background-image: none;\n}\n.was-validated .custom-range:valid::-ms-track-lower, .custom-range.is-valid::-ms-track-lower {\n background: rgba(40, 167, 69, 0.35);\n}\n.was-validated .custom-range:valid::-ms-track-upper, .custom-range.is-valid::-ms-track-upper {\n background: rgba(40, 167, 69, 0.35);\n}\n\n.was-validated .input-group .custom-range:invalid, .input-group .custom-range.is-invalid {\n border-color: #dc3545;\n}\n.was-validated .input-group .custom-range:invalid:focus, .input-group .custom-range.is-invalid:focus {\n border-color: #dc3545;\n box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);\n}\n\n.was-validated .custom-range:invalid:focus::-webkit-slider-thumb, .custom-range.is-invalid:focus::-webkit-slider-thumb {\n box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;\n}\n.was-validated .custom-range:invalid:focus::-moz-range-thumb, .custom-range.is-invalid:focus::-moz-range-thumb {\n box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;\n}\n.was-validated .custom-range:invalid:focus::-ms-thumb, .custom-range.is-invalid:focus::-ms-thumb {\n box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;\n}\n.was-validated .custom-range:invalid::-webkit-slider-thumb, .custom-range.is-invalid::-webkit-slider-thumb {\n background-color: #dc3545;\n background-image: none;\n}\n.was-validated .custom-range:invalid::-webkit-slider-thumb:active, .custom-range.is-invalid::-webkit-slider-thumb:active {\n background-color: #f6cdd1;\n background-image: none;\n}\n.was-validated .custom-range:invalid::-webkit-slider-runnable-track, .custom-range.is-invalid::-webkit-slider-runnable-track {\n background-color: rgba(220, 53, 69, 0.35);\n}\n.was-validated .custom-range:invalid::-moz-range-thumb, .custom-range.is-invalid::-moz-range-thumb {\n background-color: #dc3545;\n background-image: none;\n}\n.was-validated .custom-range:invalid::-moz-range-thumb:active, .custom-range.is-invalid::-moz-range-thumb:active {\n background-color: #f6cdd1;\n background-image: none;\n}\n.was-validated .custom-range:invalid::-moz-range-track, .custom-range.is-invalid::-moz-range-track {\n background: rgba(220, 53, 69, 0.35);\n}\n.was-validated .custom-range:invalid ~ .invalid-feedback,\n.was-validated .custom-range:invalid ~ .invalid-tooltip, .custom-range.is-invalid ~ .invalid-feedback,\n.custom-range.is-invalid ~ .invalid-tooltip {\n display: block;\n}\n.was-validated .custom-range:invalid::-ms-thumb, .custom-range.is-invalid::-ms-thumb {\n background-color: #dc3545;\n background-image: none;\n}\n.was-validated .custom-range:invalid::-ms-thumb:active, .custom-range.is-invalid::-ms-thumb:active {\n background-color: #f6cdd1;\n background-image: none;\n}\n.was-validated .custom-range:invalid::-ms-track-lower, .custom-range.is-invalid::-ms-track-lower {\n background: rgba(220, 53, 69, 0.35);\n}\n.was-validated .custom-range:invalid::-ms-track-upper, .custom-range.is-invalid::-ms-track-upper {\n background: rgba(220, 53, 69, 0.35);\n}\n\n.custom-radio.b-custom-control-lg,\n.input-group-lg .custom-radio {\n font-size: 1.25rem;\n line-height: 1.5;\n padding-left: 1.875rem;\n}\n.custom-radio.b-custom-control-lg .custom-control-label::before,\n.input-group-lg .custom-radio .custom-control-label::before {\n top: 0.3125rem;\n left: -1.875rem;\n width: 1.25rem;\n height: 1.25rem;\n border-radius: 50%;\n}\n.custom-radio.b-custom-control-lg .custom-control-label::after,\n.input-group-lg .custom-radio .custom-control-label::after {\n top: 0.3125rem;\n left: -1.875rem;\n width: 1.25rem;\n height: 1.25rem;\n background: no-repeat 50%/50% 50%;\n}\n\n.custom-radio.b-custom-control-sm,\n.input-group-sm .custom-radio {\n font-size: 0.875rem;\n line-height: 1.5;\n padding-left: 1.3125rem;\n}\n.custom-radio.b-custom-control-sm .custom-control-label::before,\n.input-group-sm .custom-radio .custom-control-label::before {\n top: 0.21875rem;\n left: -1.3125rem;\n width: 0.875rem;\n height: 0.875rem;\n border-radius: 50%;\n}\n.custom-radio.b-custom-control-sm .custom-control-label::after,\n.input-group-sm .custom-radio .custom-control-label::after {\n top: 0.21875rem;\n left: -1.3125rem;\n width: 0.875rem;\n height: 0.875rem;\n background: no-repeat 50%/50% 50%;\n}\n\n.b-rating {\n text-align: center;\n}\n.b-rating.d-inline-flex {\n width: auto;\n}\n.b-rating .b-rating-star,\n.b-rating .b-rating-value {\n padding: 0 0.25em;\n}\n.b-rating .b-rating-value {\n min-width: 2.5em;\n}\n.b-rating .b-rating-star {\n display: inline-flex;\n justify-content: center;\n outline: 0;\n}\n.b-rating .b-rating-star .b-rating-icon {\n display: inline-flex;\n transition: all 0.15s ease-in-out;\n}\n.b-rating.disabled, .b-rating:disabled {\n background-color: #e9ecef;\n color: #6c757d;\n}\n.b-rating:not(.disabled):not(.readonly) .b-rating-star {\n cursor: pointer;\n}\n.b-rating:not(.disabled):not(.readonly):focus:not(:hover) .b-rating-star.focused .b-rating-icon,\n.b-rating:not(.disabled):not(.readonly) .b-rating-star:hover .b-rating-icon {\n -webkit-transform: scale(1.5);\n transform: scale(1.5);\n}\n.b-rating[dir=rtl] .b-rating-star-half {\n -webkit-transform: scale(-1, 1);\n transform: scale(-1, 1);\n}\n\n.b-form-spinbutton {\n text-align: center;\n overflow: hidden;\n background-image: none;\n padding: 0;\n}\n[dir=rtl] .b-form-spinbutton:not(.flex-column), .b-form-spinbutton[dir=rtl]:not(.flex-column) {\n flex-direction: row-reverse;\n}\n\n.b-form-spinbutton output {\n font-size: inherit;\n outline: 0;\n border: 0;\n background-color: transparent;\n width: auto;\n margin: 0;\n padding: 0 0.25rem;\n}\n.b-form-spinbutton output > div,\n.b-form-spinbutton output > bdi {\n display: block;\n min-width: 2.25em;\n height: 1.5em;\n}\n.b-form-spinbutton.flex-column {\n height: auto;\n width: auto;\n}\n.b-form-spinbutton.flex-column output {\n margin: 0 0.25rem;\n padding: 0.25rem 0;\n}\n.b-form-spinbutton:not(.d-inline-flex):not(.flex-column) {\n output-width: 100%;\n}\n.b-form-spinbutton.d-inline-flex:not(.flex-column) {\n width: auto;\n}\n.b-form-spinbutton .btn {\n line-height: 1;\n box-shadow: none !important;\n}\n.b-form-spinbutton .btn:disabled {\n pointer-events: none;\n}\n.b-form-spinbutton .btn:hover:not(:disabled) > div > .b-icon {\n -webkit-transform: scale(1.25);\n transform: scale(1.25);\n}\n.b-form-spinbutton.disabled, .b-form-spinbutton.readonly {\n background-color: #e9ecef;\n}\n.b-form-spinbutton.disabled {\n pointer-events: none;\n}\n\n.b-form-tags.focus {\n color: #495057;\n background-color: #fff;\n border-color: #80bdff;\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n.b-form-tags.focus.is-valid {\n border-color: #28a745;\n box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);\n}\n.b-form-tags.focus.is-invalid {\n border-color: #dc3545;\n box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);\n}\n.b-form-tags.disabled {\n background-color: #e9ecef;\n}\n\n.b-form-tags-list {\n margin-top: -0.25rem;\n}\n.b-form-tags-list .b-form-tags-field,\n.b-form-tags-list .b-form-tag {\n margin-top: 0.25rem;\n}\n\n.b-form-tags-input {\n color: #495057;\n}\n\n.b-form-tag {\n font-size: 75%;\n font-weight: normal;\n line-height: 1.5;\n margin-right: 0.25rem;\n}\n.b-form-tag.disabled {\n opacity: 0.75;\n}\n.b-form-tag > button.b-form-tag-remove {\n color: inherit;\n font-size: 125%;\n line-height: 1;\n float: none;\n margin-left: 0.25rem;\n}\n\n.form-control-sm .b-form-tag {\n line-height: 1.5;\n}\n\n.form-control-lg .b-form-tag {\n line-height: 1.5;\n}\n\n.media-aside {\n display: flex;\n margin-right: 1rem;\n}\n\n.media-aside-right {\n margin-right: 0;\n margin-left: 1rem;\n}\n\n.modal-backdrop {\n opacity: 0.5;\n}\n\n.b-pagination-pills .page-item .page-link {\n border-radius: 50rem !important;\n margin-left: 0.25rem;\n line-height: 1;\n}\n.b-pagination-pills .page-item:first-child .page-link {\n margin-left: 0;\n}\n\n.popover.b-popover {\n display: block;\n opacity: 1;\n outline: 0;\n}\n.popover.b-popover.fade:not(.show) {\n opacity: 0;\n}\n.popover.b-popover.show {\n opacity: 1;\n}\n\n.b-popover-primary.popover {\n background-color: #cce5ff;\n border-color: #b8daff;\n}\n.b-popover-primary.bs-popover-top > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before {\n border-top-color: #b8daff;\n}\n.b-popover-primary.bs-popover-top > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after {\n border-top-color: #cce5ff;\n}\n.b-popover-primary.bs-popover-right > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before {\n border-right-color: #b8daff;\n}\n.b-popover-primary.bs-popover-right > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after {\n border-right-color: #cce5ff;\n}\n.b-popover-primary.bs-popover-bottom > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before {\n border-bottom-color: #b8daff;\n}\n.b-popover-primary.bs-popover-bottom > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after {\n border-bottom-color: #bdddff;\n}\n.b-popover-primary.bs-popover-bottom .popover-header::before, .b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before {\n border-bottom-color: #bdddff;\n}\n.b-popover-primary.bs-popover-left > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before {\n border-left-color: #b8daff;\n}\n.b-popover-primary.bs-popover-left > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after {\n border-left-color: #cce5ff;\n}\n.b-popover-primary .popover-header {\n color: #212529;\n background-color: #bdddff;\n border-bottom-color: #a3d0ff;\n}\n.b-popover-primary .popover-body {\n color: #004085;\n}\n\n.b-popover-secondary.popover {\n background-color: #e2e3e5;\n border-color: #d6d8db;\n}\n.b-popover-secondary.bs-popover-top > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before {\n border-top-color: #d6d8db;\n}\n.b-popover-secondary.bs-popover-top > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after {\n border-top-color: #e2e3e5;\n}\n.b-popover-secondary.bs-popover-right > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before {\n border-right-color: #d6d8db;\n}\n.b-popover-secondary.bs-popover-right > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after {\n border-right-color: #e2e3e5;\n}\n.b-popover-secondary.bs-popover-bottom > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before {\n border-bottom-color: #d6d8db;\n}\n.b-popover-secondary.bs-popover-bottom > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after {\n border-bottom-color: #dadbde;\n}\n.b-popover-secondary.bs-popover-bottom .popover-header::before, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before {\n border-bottom-color: #dadbde;\n}\n.b-popover-secondary.bs-popover-left > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before {\n border-left-color: #d6d8db;\n}\n.b-popover-secondary.bs-popover-left > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after {\n border-left-color: #e2e3e5;\n}\n.b-popover-secondary .popover-header {\n color: #212529;\n background-color: #dadbde;\n border-bottom-color: #ccced2;\n}\n.b-popover-secondary .popover-body {\n color: #383d41;\n}\n\n.b-popover-success.popover {\n background-color: #d4edda;\n border-color: #c3e6cb;\n}\n.b-popover-success.bs-popover-top > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before {\n border-top-color: #c3e6cb;\n}\n.b-popover-success.bs-popover-top > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after {\n border-top-color: #d4edda;\n}\n.b-popover-success.bs-popover-right > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before {\n border-right-color: #c3e6cb;\n}\n.b-popover-success.bs-popover-right > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after {\n border-right-color: #d4edda;\n}\n.b-popover-success.bs-popover-bottom > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before {\n border-bottom-color: #c3e6cb;\n}\n.b-popover-success.bs-popover-bottom > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after {\n border-bottom-color: #c9e8d1;\n}\n.b-popover-success.bs-popover-bottom .popover-header::before, .b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before {\n border-bottom-color: #c9e8d1;\n}\n.b-popover-success.bs-popover-left > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before {\n border-left-color: #c3e6cb;\n}\n.b-popover-success.bs-popover-left > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after {\n border-left-color: #d4edda;\n}\n.b-popover-success .popover-header {\n color: #212529;\n background-color: #c9e8d1;\n border-bottom-color: #b7e1c1;\n}\n.b-popover-success .popover-body {\n color: #155724;\n}\n\n.b-popover-info.popover {\n background-color: #d1ecf1;\n border-color: #bee5eb;\n}\n.b-popover-info.bs-popover-top > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before {\n border-top-color: #bee5eb;\n}\n.b-popover-info.bs-popover-top > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after {\n border-top-color: #d1ecf1;\n}\n.b-popover-info.bs-popover-right > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before {\n border-right-color: #bee5eb;\n}\n.b-popover-info.bs-popover-right > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after {\n border-right-color: #d1ecf1;\n}\n.b-popover-info.bs-popover-bottom > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before {\n border-bottom-color: #bee5eb;\n}\n.b-popover-info.bs-popover-bottom > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after {\n border-bottom-color: #c5e7ed;\n}\n.b-popover-info.bs-popover-bottom .popover-header::before, .b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before {\n border-bottom-color: #c5e7ed;\n}\n.b-popover-info.bs-popover-left > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before {\n border-left-color: #bee5eb;\n}\n.b-popover-info.bs-popover-left > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after {\n border-left-color: #d1ecf1;\n}\n.b-popover-info .popover-header {\n color: #212529;\n background-color: #c5e7ed;\n border-bottom-color: #b2dfe7;\n}\n.b-popover-info .popover-body {\n color: #0c5460;\n}\n\n.b-popover-warning.popover {\n background-color: #fff3cd;\n border-color: #ffeeba;\n}\n.b-popover-warning.bs-popover-top > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before {\n border-top-color: #ffeeba;\n}\n.b-popover-warning.bs-popover-top > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after {\n border-top-color: #fff3cd;\n}\n.b-popover-warning.bs-popover-right > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before {\n border-right-color: #ffeeba;\n}\n.b-popover-warning.bs-popover-right > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after {\n border-right-color: #fff3cd;\n}\n.b-popover-warning.bs-popover-bottom > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before {\n border-bottom-color: #ffeeba;\n}\n.b-popover-warning.bs-popover-bottom > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after {\n border-bottom-color: #ffefbe;\n}\n.b-popover-warning.bs-popover-bottom .popover-header::before, .b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before {\n border-bottom-color: #ffefbe;\n}\n.b-popover-warning.bs-popover-left > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before {\n border-left-color: #ffeeba;\n}\n.b-popover-warning.bs-popover-left > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after {\n border-left-color: #fff3cd;\n}\n.b-popover-warning .popover-header {\n color: #212529;\n background-color: #ffefbe;\n border-bottom-color: #ffe9a4;\n}\n.b-popover-warning .popover-body {\n color: #856404;\n}\n\n.b-popover-danger.popover {\n background-color: #f8d7da;\n border-color: #f5c6cb;\n}\n.b-popover-danger.bs-popover-top > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before {\n border-top-color: #f5c6cb;\n}\n.b-popover-danger.bs-popover-top > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after {\n border-top-color: #f8d7da;\n}\n.b-popover-danger.bs-popover-right > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before {\n border-right-color: #f5c6cb;\n}\n.b-popover-danger.bs-popover-right > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after {\n border-right-color: #f8d7da;\n}\n.b-popover-danger.bs-popover-bottom > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before {\n border-bottom-color: #f5c6cb;\n}\n.b-popover-danger.bs-popover-bottom > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after {\n border-bottom-color: #f6cace;\n}\n.b-popover-danger.bs-popover-bottom .popover-header::before, .b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before {\n border-bottom-color: #f6cace;\n}\n.b-popover-danger.bs-popover-left > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before {\n border-left-color: #f5c6cb;\n}\n.b-popover-danger.bs-popover-left > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after {\n border-left-color: #f8d7da;\n}\n.b-popover-danger .popover-header {\n color: #212529;\n background-color: #f6cace;\n border-bottom-color: #f2b4ba;\n}\n.b-popover-danger .popover-body {\n color: #721c24;\n}\n\n.b-popover-light.popover {\n background-color: #fefefe;\n border-color: #fdfdfe;\n}\n.b-popover-light.bs-popover-top > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before {\n border-top-color: #fdfdfe;\n}\n.b-popover-light.bs-popover-top > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after {\n border-top-color: #fefefe;\n}\n.b-popover-light.bs-popover-right > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before {\n border-right-color: #fdfdfe;\n}\n.b-popover-light.bs-popover-right > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after {\n border-right-color: #fefefe;\n}\n.b-popover-light.bs-popover-bottom > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before {\n border-bottom-color: #fdfdfe;\n}\n.b-popover-light.bs-popover-bottom > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after {\n border-bottom-color: #f6f6f6;\n}\n.b-popover-light.bs-popover-bottom .popover-header::before, .b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before {\n border-bottom-color: #f6f6f6;\n}\n.b-popover-light.bs-popover-left > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before {\n border-left-color: #fdfdfe;\n}\n.b-popover-light.bs-popover-left > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after {\n border-left-color: #fefefe;\n}\n.b-popover-light .popover-header {\n color: #212529;\n background-color: #f6f6f6;\n border-bottom-color: #eaeaea;\n}\n.b-popover-light .popover-body {\n color: #818182;\n}\n\n.b-popover-dark.popover {\n background-color: #d6d8d9;\n border-color: #c6c8ca;\n}\n.b-popover-dark.bs-popover-top > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before {\n border-top-color: #c6c8ca;\n}\n.b-popover-dark.bs-popover-top > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after {\n border-top-color: #d6d8d9;\n}\n.b-popover-dark.bs-popover-right > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before {\n border-right-color: #c6c8ca;\n}\n.b-popover-dark.bs-popover-right > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after {\n border-right-color: #d6d8d9;\n}\n.b-popover-dark.bs-popover-bottom > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before {\n border-bottom-color: #c6c8ca;\n}\n.b-popover-dark.bs-popover-bottom > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after {\n border-bottom-color: #ced0d2;\n}\n.b-popover-dark.bs-popover-bottom .popover-header::before, .b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before {\n border-bottom-color: #ced0d2;\n}\n.b-popover-dark.bs-popover-left > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before {\n border-left-color: #c6c8ca;\n}\n.b-popover-dark.bs-popover-left > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after {\n border-left-color: #d6d8d9;\n}\n.b-popover-dark .popover-header {\n color: #212529;\n background-color: #ced0d2;\n border-bottom-color: #c1c4c5;\n}\n.b-popover-dark .popover-body {\n color: #1b1e21;\n}\n\n.b-sidebar-outer {\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n height: 0;\n overflow: visible;\n z-index: calc(1030 + 5);\n}\n\n.b-sidebar-backdrop {\n position: fixed;\n top: 0;\n left: 0;\n z-index: -1;\n width: 100vw;\n height: 100vh;\n opacity: 0.6;\n}\n\n.b-sidebar {\n display: flex;\n flex-direction: column;\n position: fixed;\n top: 0;\n width: 320px;\n max-width: 100%;\n height: 100vh;\n max-height: 100%;\n margin: 0;\n outline: 0;\n -webkit-transform: translateX(0);\n transform: translateX(0);\n}\n.b-sidebar.slide {\n transition: -webkit-transform 0.3s ease-in-out;\n transition: transform 0.3s ease-in-out;\n transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;\n}\n@media (prefers-reduced-motion: reduce) {\n .b-sidebar.slide {\n transition: none;\n }\n}\n.b-sidebar:not(.b-sidebar-right) {\n left: 0;\n right: auto;\n}\n.b-sidebar:not(.b-sidebar-right).slide:not(.show) {\n -webkit-transform: translateX(-100%);\n transform: translateX(-100%);\n}\n.b-sidebar:not(.b-sidebar-right) > .b-sidebar-header .close {\n margin-left: auto;\n}\n.b-sidebar.b-sidebar-right {\n left: auto;\n right: 0;\n}\n.b-sidebar.b-sidebar-right.slide:not(.show) {\n -webkit-transform: translateX(100%);\n transform: translateX(100%);\n}\n.b-sidebar.b-sidebar-right > .b-sidebar-header .close {\n margin-right: auto;\n}\n.b-sidebar > .b-sidebar-header {\n font-size: 1.5rem;\n padding: 0.5rem 1rem;\n display: flex;\n flex-direction: row;\n flex-grow: 0;\n align-items: center;\n}\n[dir=rtl] .b-sidebar > .b-sidebar-header {\n flex-direction: row-reverse;\n}\n\n.b-sidebar > .b-sidebar-header .close {\n float: none;\n font-size: 1.5rem;\n}\n.b-sidebar > .b-sidebar-body {\n flex-grow: 1;\n height: 100%;\n overflow-y: auto;\n}\n.b-sidebar > .b-sidebar-footer {\n flex-grow: 0;\n}\n\n.b-skeleton-wrapper {\n cursor: wait;\n}\n\n.b-skeleton {\n position: relative;\n overflow: hidden;\n background-color: rgba(0, 0, 0, 0.12);\n cursor: wait;\n -webkit-mask-image: radial-gradient(white, black);\n mask-image: radial-gradient(white, black);\n}\n.b-skeleton::before {\n content: \" \";\n}\n\n.b-skeleton-text {\n height: 1rem;\n margin-bottom: 0.25rem;\n border-radius: 0.25rem;\n}\n\n.b-skeleton-button {\n width: 75px;\n padding: 0.375rem 0.75rem;\n font-size: 1rem;\n line-height: 1.5;\n border-radius: 0.25rem;\n}\n\n.b-skeleton-avatar {\n width: 2.5em;\n height: 2.5em;\n border-radius: 50%;\n}\n\n.b-skeleton-input {\n height: calc(1.5em + 0.75rem + 2px);\n padding: 0.375rem 0.75rem;\n line-height: 1.5;\n border: #ced4da solid 1px;\n border-radius: 0.25rem;\n}\n\n.b-skeleton-icon-wrapper svg {\n color: rgba(0, 0, 0, 0.12);\n}\n\n.b-skeleton-img {\n height: 100%;\n width: 100%;\n}\n\n.b-skeleton-animate-wave::after {\n content: \"\";\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 0;\n background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);\n -webkit-animation: b-skeleton-animate-wave 1.75s linear infinite;\n animation: b-skeleton-animate-wave 1.75s linear infinite;\n}\n@media (prefers-reduced-motion: reduce) {\n .b-skeleton-animate-wave::after {\n background: none;\n -webkit-animation: none;\n animation: none;\n }\n}\n\n@-webkit-keyframes b-skeleton-animate-wave {\n from {\n -webkit-transform: translateX(-100%);\n transform: translateX(-100%);\n }\n to {\n -webkit-transform: translateX(100%);\n transform: translateX(100%);\n }\n}\n\n@keyframes b-skeleton-animate-wave {\n from {\n -webkit-transform: translateX(-100%);\n transform: translateX(-100%);\n }\n to {\n -webkit-transform: translateX(100%);\n transform: translateX(100%);\n }\n}\n.b-skeleton-animate-fade {\n -webkit-animation: b-skeleton-animate-fade 0.875s ease-in-out alternate infinite;\n animation: b-skeleton-animate-fade 0.875s ease-in-out alternate infinite;\n}\n@media (prefers-reduced-motion: reduce) {\n .b-skeleton-animate-fade {\n -webkit-animation: none;\n animation: none;\n }\n}\n\n@-webkit-keyframes b-skeleton-animate-fade {\n 0% {\n opacity: 1;\n }\n 100% {\n opacity: 0.4;\n }\n}\n\n@keyframes b-skeleton-animate-fade {\n 0% {\n opacity: 1;\n }\n 100% {\n opacity: 0.4;\n }\n}\n.b-skeleton-animate-throb {\n -webkit-animation: b-skeleton-animate-throb 0.875s ease-in alternate infinite;\n animation: b-skeleton-animate-throb 0.875s ease-in alternate infinite;\n}\n@media (prefers-reduced-motion: reduce) {\n .b-skeleton-animate-throb {\n -webkit-animation: none;\n animation: none;\n }\n}\n\n@-webkit-keyframes b-skeleton-animate-throb {\n 0% {\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n 100% {\n -webkit-transform: scale(0.975);\n transform: scale(0.975);\n }\n}\n\n@keyframes b-skeleton-animate-throb {\n 0% {\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n 100% {\n -webkit-transform: scale(0.975);\n transform: scale(0.975);\n }\n}\n.table.b-table.b-table-fixed {\n table-layout: fixed;\n}\n.table.b-table.b-table-no-border-collapse {\n border-collapse: separate;\n border-spacing: 0;\n}\n.table.b-table[aria-busy=true] {\n opacity: 0.55;\n}\n.table.b-table > tbody > tr.b-table-details > td {\n border-top: none !important;\n}\n.table.b-table > caption {\n caption-side: bottom;\n}\n.table.b-table.b-table-caption-top > caption {\n caption-side: top !important;\n}\n.table.b-table > tbody > .table-active,\n.table.b-table > tbody > .table-active > th,\n.table.b-table > tbody > .table-active > td {\n background-color: rgba(0, 0, 0, 0.075);\n}\n.table.b-table.table-hover > tbody > tr.table-active:hover td,\n.table.b-table.table-hover > tbody > tr.table-active:hover th {\n color: #212529;\n background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));\n background-repeat: no-repeat;\n}\n.table.b-table > tbody > .bg-active,\n.table.b-table > tbody > .bg-active > th,\n.table.b-table > tbody > .bg-active > td {\n background-color: rgba(255, 255, 255, 0.075) !important;\n}\n.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover td,\n.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover th {\n color: #fff;\n background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));\n background-repeat: no-repeat;\n}\n\n.b-table-sticky-header,\n.table-responsive,\n[class*=table-responsive-] {\n margin-bottom: 1rem;\n}\n.b-table-sticky-header > .table,\n.table-responsive > .table,\n[class*=table-responsive-] > .table {\n margin-bottom: 0;\n}\n\n.b-table-sticky-header {\n overflow-y: auto;\n max-height: 300px;\n}\n\n@media print {\n .b-table-sticky-header {\n overflow-y: visible !important;\n max-height: none !important;\n }\n}\n@supports ((position: -webkit-sticky) or (position: sticky)) {\n .b-table-sticky-header > .table.b-table > thead > tr > th {\n position: -webkit-sticky;\n position: sticky;\n top: 0;\n z-index: 2;\n }\n\n .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,\n.b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,\n.b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,\n.table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,\n.table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,\n.table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,\n[class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column,\n[class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column,\n[class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column {\n position: -webkit-sticky;\n position: sticky;\n left: 0;\n }\n .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,\n.table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,\n[class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column {\n z-index: 5;\n }\n .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,\n.b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,\n.table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,\n.table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,\n[class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column,\n[class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column {\n z-index: 2;\n }\n\n .table.b-table > thead > tr > .table-b-table-default,\n.table.b-table > tbody > tr > .table-b-table-default,\n.table.b-table > tfoot > tr > .table-b-table-default {\n color: #212529;\n background-color: #fff;\n }\n .table.b-table.table-dark > thead > tr > .bg-b-table-default,\n.table.b-table.table-dark > tbody > tr > .bg-b-table-default,\n.table.b-table.table-dark > tfoot > tr > .bg-b-table-default {\n color: #fff;\n background-color: #343a40;\n }\n .table.b-table.table-striped > tbody > tr:nth-of-type(odd) > .table-b-table-default {\n background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));\n background-repeat: no-repeat;\n }\n .table.b-table.table-striped.table-dark > tbody > tr:nth-of-type(odd) > .bg-b-table-default {\n background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));\n background-repeat: no-repeat;\n }\n .table.b-table.table-hover > tbody > tr:hover > .table-b-table-default {\n color: #212529;\n background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));\n background-repeat: no-repeat;\n }\n .table.b-table.table-hover.table-dark > tbody > tr:hover > .bg-b-table-default {\n color: #fff;\n background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));\n background-repeat: no-repeat;\n }\n}\n.table.b-table > thead > tr > [aria-sort],\n.table.b-table > tfoot > tr > [aria-sort] {\n cursor: pointer;\n background-image: none;\n background-repeat: no-repeat;\n background-size: 0.65em 1em;\n}\n.table.b-table > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),\n.table.b-table > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {\n background-position: right calc(0.75rem / 2) center;\n padding-right: calc(0.75rem + 0.65em);\n}\n.table.b-table > thead > tr > [aria-sort].b-table-sort-icon-left,\n.table.b-table > tfoot > tr > [aria-sort].b-table-sort-icon-left {\n background-position: left calc(0.75rem / 2) center;\n padding-left: calc(0.75rem + 0.65em);\n}\n.table.b-table > thead > tr > [aria-sort=none],\n.table.b-table > tfoot > tr > [aria-sort=none] {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e\");\n}\n.table.b-table > thead > tr > [aria-sort=ascending],\n.table.b-table > tfoot > tr > [aria-sort=ascending] {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e\");\n}\n.table.b-table > thead > tr > [aria-sort=descending],\n.table.b-table > tfoot > tr > [aria-sort=descending] {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e\");\n}\n.table.b-table.table-dark > thead > tr > [aria-sort=none], .table.b-table.table-dark > tfoot > tr > [aria-sort=none],\n.table.b-table > .thead-dark > tr > [aria-sort=none] {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e\");\n}\n.table.b-table.table-dark > thead > tr > [aria-sort=ascending], .table.b-table.table-dark > tfoot > tr > [aria-sort=ascending],\n.table.b-table > .thead-dark > tr > [aria-sort=ascending] {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e\");\n}\n.table.b-table.table-dark > thead > tr > [aria-sort=descending], .table.b-table.table-dark > tfoot > tr > [aria-sort=descending],\n.table.b-table > .thead-dark > tr > [aria-sort=descending] {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e\");\n}\n.table.b-table > thead > tr > .table-dark[aria-sort=none],\n.table.b-table > tfoot > tr > .table-dark[aria-sort=none] {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e\");\n}\n.table.b-table > thead > tr > .table-dark[aria-sort=ascending],\n.table.b-table > tfoot > tr > .table-dark[aria-sort=ascending] {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e\");\n}\n.table.b-table > thead > tr > .table-dark[aria-sort=descending],\n.table.b-table > tfoot > tr > .table-dark[aria-sort=descending] {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e\");\n}\n.table.b-table.table-sm > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),\n.table.b-table.table-sm > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {\n background-position: right calc(0.3rem / 2) center;\n padding-right: calc(0.3rem + 0.65em);\n}\n.table.b-table.table-sm > thead > tr > [aria-sort].b-table-sort-icon-left,\n.table.b-table.table-sm > tfoot > tr > [aria-sort].b-table-sort-icon-left {\n background-position: left calc(0.3rem / 2) center;\n padding-left: calc(0.3rem + 0.65em);\n}\n\n.table.b-table.b-table-selectable:not(.b-table-selectable-no-click) > tbody > tr {\n cursor: pointer;\n}\n.table.b-table.b-table-selectable:not(.b-table-selectable-no-click).b-table-selecting.b-table-select-range > tbody > tr {\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n\n@media (max-width: 575.98px) {\n .table.b-table.b-table-stacked-sm {\n display: block;\n width: 100%;\n }\n .table.b-table.b-table-stacked-sm > caption,\n.table.b-table.b-table-stacked-sm > tbody,\n.table.b-table.b-table-stacked-sm > tbody > tr,\n.table.b-table.b-table-stacked-sm > tbody > tr > td,\n.table.b-table.b-table-stacked-sm > tbody > tr > th {\n display: block;\n }\n .table.b-table.b-table-stacked-sm > thead,\n.table.b-table.b-table-stacked-sm > tfoot {\n display: none;\n }\n .table.b-table.b-table-stacked-sm > thead > tr.b-table-top-row,\n.table.b-table.b-table-stacked-sm > thead > tr.b-table-bottom-row,\n.table.b-table.b-table-stacked-sm > tfoot > tr.b-table-top-row,\n.table.b-table.b-table-stacked-sm > tfoot > tr.b-table-bottom-row {\n display: none;\n }\n .table.b-table.b-table-stacked-sm > caption {\n caption-side: top !important;\n }\n .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::before {\n content: attr(data-label);\n width: 40%;\n float: left;\n text-align: right;\n overflow-wrap: break-word;\n font-weight: bold;\n font-style: normal;\n padding: 0 calc(1rem / 2) 0 0;\n margin: 0;\n }\n .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::after {\n display: block;\n clear: both;\n content: \"\";\n }\n .table.b-table.b-table-stacked-sm > tbody > tr > [data-label] > div {\n display: inline-block;\n width: calc(100% - 40%);\n padding: 0 0 0 calc(1rem / 2);\n margin: 0;\n }\n .table.b-table.b-table-stacked-sm > tbody > tr.top-row, .table.b-table.b-table-stacked-sm > tbody > tr.bottom-row {\n display: none;\n }\n .table.b-table.b-table-stacked-sm > tbody > tr > :first-child {\n border-top-width: 3px;\n }\n .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + td,\n.table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + th {\n border-top-width: 3px;\n }\n}\n@media (max-width: 767.98px) {\n .table.b-table.b-table-stacked-md {\n display: block;\n width: 100%;\n }\n .table.b-table.b-table-stacked-md > caption,\n.table.b-table.b-table-stacked-md > tbody,\n.table.b-table.b-table-stacked-md > tbody > tr,\n.table.b-table.b-table-stacked-md > tbody > tr > td,\n.table.b-table.b-table-stacked-md > tbody > tr > th {\n display: block;\n }\n .table.b-table.b-table-stacked-md > thead,\n.table.b-table.b-table-stacked-md > tfoot {\n display: none;\n }\n .table.b-table.b-table-stacked-md > thead > tr.b-table-top-row,\n.table.b-table.b-table-stacked-md > thead > tr.b-table-bottom-row,\n.table.b-table.b-table-stacked-md > tfoot > tr.b-table-top-row,\n.table.b-table.b-table-stacked-md > tfoot > tr.b-table-bottom-row {\n display: none;\n }\n .table.b-table.b-table-stacked-md > caption {\n caption-side: top !important;\n }\n .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::before {\n content: attr(data-label);\n width: 40%;\n float: left;\n text-align: right;\n overflow-wrap: break-word;\n font-weight: bold;\n font-style: normal;\n padding: 0 calc(1rem / 2) 0 0;\n margin: 0;\n }\n .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::after {\n display: block;\n clear: both;\n content: \"\";\n }\n .table.b-table.b-table-stacked-md > tbody > tr > [data-label] > div {\n display: inline-block;\n width: calc(100% - 40%);\n padding: 0 0 0 calc(1rem / 2);\n margin: 0;\n }\n .table.b-table.b-table-stacked-md > tbody > tr.top-row, .table.b-table.b-table-stacked-md > tbody > tr.bottom-row {\n display: none;\n }\n .table.b-table.b-table-stacked-md > tbody > tr > :first-child {\n border-top-width: 3px;\n }\n .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + td,\n.table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + th {\n border-top-width: 3px;\n }\n}\n@media (max-width: 991.98px) {\n .table.b-table.b-table-stacked-lg {\n display: block;\n width: 100%;\n }\n .table.b-table.b-table-stacked-lg > caption,\n.table.b-table.b-table-stacked-lg > tbody,\n.table.b-table.b-table-stacked-lg > tbody > tr,\n.table.b-table.b-table-stacked-lg > tbody > tr > td,\n.table.b-table.b-table-stacked-lg > tbody > tr > th {\n display: block;\n }\n .table.b-table.b-table-stacked-lg > thead,\n.table.b-table.b-table-stacked-lg > tfoot {\n display: none;\n }\n .table.b-table.b-table-stacked-lg > thead > tr.b-table-top-row,\n.table.b-table.b-table-stacked-lg > thead > tr.b-table-bottom-row,\n.table.b-table.b-table-stacked-lg > tfoot > tr.b-table-top-row,\n.table.b-table.b-table-stacked-lg > tfoot > tr.b-table-bottom-row {\n display: none;\n }\n .table.b-table.b-table-stacked-lg > caption {\n caption-side: top !important;\n }\n .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::before {\n content: attr(data-label);\n width: 40%;\n float: left;\n text-align: right;\n overflow-wrap: break-word;\n font-weight: bold;\n font-style: normal;\n padding: 0 calc(1rem / 2) 0 0;\n margin: 0;\n }\n .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::after {\n display: block;\n clear: both;\n content: \"\";\n }\n .table.b-table.b-table-stacked-lg > tbody > tr > [data-label] > div {\n display: inline-block;\n width: calc(100% - 40%);\n padding: 0 0 0 calc(1rem / 2);\n margin: 0;\n }\n .table.b-table.b-table-stacked-lg > tbody > tr.top-row, .table.b-table.b-table-stacked-lg > tbody > tr.bottom-row {\n display: none;\n }\n .table.b-table.b-table-stacked-lg > tbody > tr > :first-child {\n border-top-width: 3px;\n }\n .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + td,\n.table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + th {\n border-top-width: 3px;\n }\n}\n@media (max-width: 1199.98px) {\n .table.b-table.b-table-stacked-xl {\n display: block;\n width: 100%;\n }\n .table.b-table.b-table-stacked-xl > caption,\n.table.b-table.b-table-stacked-xl > tbody,\n.table.b-table.b-table-stacked-xl > tbody > tr,\n.table.b-table.b-table-stacked-xl > tbody > tr > td,\n.table.b-table.b-table-stacked-xl > tbody > tr > th {\n display: block;\n }\n .table.b-table.b-table-stacked-xl > thead,\n.table.b-table.b-table-stacked-xl > tfoot {\n display: none;\n }\n .table.b-table.b-table-stacked-xl > thead > tr.b-table-top-row,\n.table.b-table.b-table-stacked-xl > thead > tr.b-table-bottom-row,\n.table.b-table.b-table-stacked-xl > tfoot > tr.b-table-top-row,\n.table.b-table.b-table-stacked-xl > tfoot > tr.b-table-bottom-row {\n display: none;\n }\n .table.b-table.b-table-stacked-xl > caption {\n caption-side: top !important;\n }\n .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::before {\n content: attr(data-label);\n width: 40%;\n float: left;\n text-align: right;\n overflow-wrap: break-word;\n font-weight: bold;\n font-style: normal;\n padding: 0 calc(1rem / 2) 0 0;\n margin: 0;\n }\n .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::after {\n display: block;\n clear: both;\n content: \"\";\n }\n .table.b-table.b-table-stacked-xl > tbody > tr > [data-label] > div {\n display: inline-block;\n width: calc(100% - 40%);\n padding: 0 0 0 calc(1rem / 2);\n margin: 0;\n }\n .table.b-table.b-table-stacked-xl > tbody > tr.top-row, .table.b-table.b-table-stacked-xl > tbody > tr.bottom-row {\n display: none;\n }\n .table.b-table.b-table-stacked-xl > tbody > tr > :first-child {\n border-top-width: 3px;\n }\n .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + td,\n.table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + th {\n border-top-width: 3px;\n }\n}\n.table.b-table.b-table-stacked {\n display: block;\n width: 100%;\n}\n.table.b-table.b-table-stacked > caption,\n.table.b-table.b-table-stacked > tbody,\n.table.b-table.b-table-stacked > tbody > tr,\n.table.b-table.b-table-stacked > tbody > tr > td,\n.table.b-table.b-table-stacked > tbody > tr > th {\n display: block;\n}\n.table.b-table.b-table-stacked > thead,\n.table.b-table.b-table-stacked > tfoot {\n display: none;\n}\n.table.b-table.b-table-stacked > thead > tr.b-table-top-row,\n.table.b-table.b-table-stacked > thead > tr.b-table-bottom-row,\n.table.b-table.b-table-stacked > tfoot > tr.b-table-top-row,\n.table.b-table.b-table-stacked > tfoot > tr.b-table-bottom-row {\n display: none;\n}\n.table.b-table.b-table-stacked > caption {\n caption-side: top !important;\n}\n.table.b-table.b-table-stacked > tbody > tr > [data-label]::before {\n content: attr(data-label);\n width: 40%;\n float: left;\n text-align: right;\n overflow-wrap: break-word;\n font-weight: bold;\n font-style: normal;\n padding: 0 calc(1rem / 2) 0 0;\n margin: 0;\n}\n.table.b-table.b-table-stacked > tbody > tr > [data-label]::after {\n display: block;\n clear: both;\n content: \"\";\n}\n.table.b-table.b-table-stacked > tbody > tr > [data-label] > div {\n display: inline-block;\n width: calc(100% - 40%);\n padding: 0 0 0 calc(1rem / 2);\n margin: 0;\n}\n.table.b-table.b-table-stacked > tbody > tr.top-row, .table.b-table.b-table-stacked > tbody > tr.bottom-row {\n display: none;\n}\n.table.b-table.b-table-stacked > tbody > tr > :first-child {\n border-top-width: 3px;\n}\n.table.b-table.b-table-stacked > tbody > tr > [rowspan] + td,\n.table.b-table.b-table-stacked > tbody > tr > [rowspan] + th {\n border-top-width: 3px;\n}\n\n.b-time {\n min-width: 150px;\n}\n.b-time[aria-disabled=true] output, .b-time[aria-readonly=true] output,\n.b-time output.disabled {\n background-color: #e9ecef;\n opacity: 1;\n}\n.b-time[aria-disabled=true] output {\n pointer-events: none;\n}\n[dir=rtl] .b-time > .d-flex:not(.flex-column) {\n flex-direction: row-reverse;\n}\n\n.b-time .b-time-header {\n margin-bottom: 0.5rem;\n}\n.b-time .b-time-header output {\n padding: 0.25rem;\n font-size: 80%;\n}\n.b-time .b-time-footer {\n margin-top: 0.5rem;\n}\n.b-time .b-time-ampm {\n margin-left: 0.5rem;\n}\n\n.b-toast {\n display: block;\n position: relative;\n max-width: 350px;\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n background-clip: padding-box;\n z-index: 1;\n border-radius: 0.25rem;\n}\n.b-toast .toast {\n background-color: rgba(255, 255, 255, 0.85);\n}\n.b-toast:not(:last-child) {\n margin-bottom: 0.75rem;\n}\n.b-toast.b-toast-solid .toast {\n background-color: white;\n}\n.b-toast .toast {\n opacity: 1;\n}\n.b-toast .toast.fade:not(.show) {\n opacity: 0;\n}\n.b-toast .toast .toast-body {\n display: block;\n}\n\n.b-toast-primary .toast {\n background-color: rgba(230, 242, 255, 0.85);\n border-color: rgba(184, 218, 255, 0.85);\n color: #004085;\n}\n.b-toast-primary .toast .toast-header {\n color: #004085;\n background-color: rgba(204, 229, 255, 0.85);\n border-bottom-color: rgba(184, 218, 255, 0.85);\n}\n.b-toast-primary.b-toast-solid .toast {\n background-color: #e6f2ff;\n}\n\n.b-toast-secondary .toast {\n background-color: rgba(239, 240, 241, 0.85);\n border-color: rgba(214, 216, 219, 0.85);\n color: #383d41;\n}\n.b-toast-secondary .toast .toast-header {\n color: #383d41;\n background-color: rgba(226, 227, 229, 0.85);\n border-bottom-color: rgba(214, 216, 219, 0.85);\n}\n.b-toast-secondary.b-toast-solid .toast {\n background-color: #eff0f1;\n}\n\n.b-toast-success .toast {\n background-color: rgba(230, 245, 233, 0.85);\n border-color: rgba(195, 230, 203, 0.85);\n color: #155724;\n}\n.b-toast-success .toast .toast-header {\n color: #155724;\n background-color: rgba(212, 237, 218, 0.85);\n border-bottom-color: rgba(195, 230, 203, 0.85);\n}\n.b-toast-success.b-toast-solid .toast {\n background-color: #e6f5e9;\n}\n\n.b-toast-info .toast {\n background-color: rgba(229, 244, 247, 0.85);\n border-color: rgba(190, 229, 235, 0.85);\n color: #0c5460;\n}\n.b-toast-info .toast .toast-header {\n color: #0c5460;\n background-color: rgba(209, 236, 241, 0.85);\n border-bottom-color: rgba(190, 229, 235, 0.85);\n}\n.b-toast-info.b-toast-solid .toast {\n background-color: #e5f4f7;\n}\n\n.b-toast-warning .toast {\n background-color: rgba(255, 249, 231, 0.85);\n border-color: rgba(255, 238, 186, 0.85);\n color: #856404;\n}\n.b-toast-warning .toast .toast-header {\n color: #856404;\n background-color: rgba(255, 243, 205, 0.85);\n border-bottom-color: rgba(255, 238, 186, 0.85);\n}\n.b-toast-warning.b-toast-solid .toast {\n background-color: #fff9e7;\n}\n\n.b-toast-danger .toast {\n background-color: rgba(252, 237, 238, 0.85);\n border-color: rgba(245, 198, 203, 0.85);\n color: #721c24;\n}\n.b-toast-danger .toast .toast-header {\n color: #721c24;\n background-color: rgba(248, 215, 218, 0.85);\n border-bottom-color: rgba(245, 198, 203, 0.85);\n}\n.b-toast-danger.b-toast-solid .toast {\n background-color: #fcedee;\n}\n\n.b-toast-light .toast {\n background-color: rgba(255, 255, 255, 0.85);\n border-color: rgba(253, 253, 254, 0.85);\n color: #818182;\n}\n.b-toast-light .toast .toast-header {\n color: #818182;\n background-color: rgba(254, 254, 254, 0.85);\n border-bottom-color: rgba(253, 253, 254, 0.85);\n}\n.b-toast-light.b-toast-solid .toast {\n background-color: white;\n}\n\n.b-toast-dark .toast {\n background-color: rgba(227, 229, 229, 0.85);\n border-color: rgba(198, 200, 202, 0.85);\n color: #1b1e21;\n}\n.b-toast-dark .toast .toast-header {\n color: #1b1e21;\n background-color: rgba(214, 216, 217, 0.85);\n border-bottom-color: rgba(198, 200, 202, 0.85);\n}\n.b-toast-dark.b-toast-solid .toast {\n background-color: #e3e5e5;\n}\n\n.b-toaster {\n z-index: 1100;\n}\n.b-toaster .b-toaster-slot {\n position: relative;\n display: block;\n}\n.b-toaster .b-toaster-slot:empty {\n display: none !important;\n}\n\n.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full, .b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {\n position: fixed;\n left: 0.5rem;\n right: 0.5rem;\n margin: 0;\n padding: 0;\n height: 0;\n overflow: visible;\n}\n.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {\n position: absolute;\n max-width: 350px;\n width: 100%;\n /* IE 11 fix */\n left: 0;\n right: 0;\n padding: 0;\n margin: 0;\n}\n.b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {\n width: 100%;\n max-width: 100%;\n}\n.b-toaster.b-toaster-top-full .b-toaster-slot .b-toast,\n.b-toaster.b-toaster-top-full .b-toaster-slot .toast, .b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast,\n.b-toaster.b-toaster-bottom-full .b-toaster-slot .toast {\n width: 100%;\n max-width: 100%;\n}\n.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full {\n top: 0;\n}\n.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot {\n top: 0.5rem;\n}\n.b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {\n bottom: 0;\n}\n.b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {\n bottom: 0.5rem;\n}\n.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {\n margin-left: auto;\n}\n.b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {\n margin-right: auto;\n}\n\n.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-move, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move {\n transition: -webkit-transform 0.175s;\n transition: transform 0.175s;\n transition: transform 0.175s, -webkit-transform 0.175s;\n}\n.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade {\n transition-delay: 0.175s;\n}\n.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active {\n position: absolute;\n transition-delay: 0.175s;\n}\n.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade {\n transition-delay: 0s;\n}\n.tooltip.b-tooltip {\n display: block;\n opacity: 0.9;\n outline: 0;\n}\n.tooltip.b-tooltip.fade:not(.show) {\n opacity: 0;\n}\n.tooltip.b-tooltip.show {\n opacity: 0.9;\n}\n.tooltip.b-tooltip.noninteractive {\n pointer-events: none;\n}\n.tooltip.b-tooltip .arrow {\n margin: 0 0.25rem;\n}\n.tooltip.b-tooltip.bs-tooltip-right .arrow, .tooltip.b-tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.bs-tooltip-left .arrow, .tooltip.b-tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow {\n margin: 0.25rem 0;\n}\n\n.tooltip.b-tooltip-primary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow::before {\n border-top-color: #007bff;\n}\n.tooltip.b-tooltip-primary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow::before {\n border-right-color: #007bff;\n}\n.tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {\n border-bottom-color: #007bff;\n}\n.tooltip.b-tooltip-primary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow::before {\n border-left-color: #007bff;\n}\n.tooltip.b-tooltip-primary .tooltip-inner {\n color: #fff;\n background-color: #007bff;\n}\n\n.tooltip.b-tooltip-secondary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow::before {\n border-top-color: #6c757d;\n}\n.tooltip.b-tooltip-secondary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow::before {\n border-right-color: #6c757d;\n}\n.tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {\n border-bottom-color: #6c757d;\n}\n.tooltip.b-tooltip-secondary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow::before {\n border-left-color: #6c757d;\n}\n.tooltip.b-tooltip-secondary .tooltip-inner {\n color: #fff;\n background-color: #6c757d;\n}\n\n.tooltip.b-tooltip-success.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow::before {\n border-top-color: #28a745;\n}\n.tooltip.b-tooltip-success.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow::before {\n border-right-color: #28a745;\n}\n.tooltip.b-tooltip-success.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow::before {\n border-bottom-color: #28a745;\n}\n.tooltip.b-tooltip-success.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow::before {\n border-left-color: #28a745;\n}\n.tooltip.b-tooltip-success .tooltip-inner {\n color: #fff;\n background-color: #28a745;\n}\n\n.tooltip.b-tooltip-info.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow::before {\n border-top-color: #17a2b8;\n}\n.tooltip.b-tooltip-info.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow::before {\n border-right-color: #17a2b8;\n}\n.tooltip.b-tooltip-info.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow::before {\n border-bottom-color: #17a2b8;\n}\n.tooltip.b-tooltip-info.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow::before {\n border-left-color: #17a2b8;\n}\n.tooltip.b-tooltip-info .tooltip-inner {\n color: #fff;\n background-color: #17a2b8;\n}\n\n.tooltip.b-tooltip-warning.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow::before {\n border-top-color: #ffc107;\n}\n.tooltip.b-tooltip-warning.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow::before {\n border-right-color: #ffc107;\n}\n.tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow::before {\n border-bottom-color: #ffc107;\n}\n.tooltip.b-tooltip-warning.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow::before {\n border-left-color: #ffc107;\n}\n.tooltip.b-tooltip-warning .tooltip-inner {\n color: #212529;\n background-color: #ffc107;\n}\n\n.tooltip.b-tooltip-danger.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow::before {\n border-top-color: #dc3545;\n}\n.tooltip.b-tooltip-danger.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow::before {\n border-right-color: #dc3545;\n}\n.tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow::before {\n border-bottom-color: #dc3545;\n}\n.tooltip.b-tooltip-danger.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow::before {\n border-left-color: #dc3545;\n}\n.tooltip.b-tooltip-danger .tooltip-inner {\n color: #fff;\n background-color: #dc3545;\n}\n\n.tooltip.b-tooltip-light.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow::before {\n border-top-color: #f8f9fa;\n}\n.tooltip.b-tooltip-light.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow::before {\n border-right-color: #f8f9fa;\n}\n.tooltip.b-tooltip-light.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow::before {\n border-bottom-color: #f8f9fa;\n}\n.tooltip.b-tooltip-light.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow::before {\n border-left-color: #f8f9fa;\n}\n.tooltip.b-tooltip-light .tooltip-inner {\n color: #212529;\n background-color: #f8f9fa;\n}\n\n.tooltip.b-tooltip-dark.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow::before {\n border-top-color: #343a40;\n}\n.tooltip.b-tooltip-dark.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow::before {\n border-right-color: #343a40;\n}\n.tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow::before {\n border-bottom-color: #343a40;\n}\n.tooltip.b-tooltip-dark.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow::before {\n border-left-color: #343a40;\n}\n.tooltip.b-tooltip-dark .tooltip-inner {\n color: #fff;\n background-color: #343a40;\n}\n\n.b-icon.bi {\n display: inline-block;\n overflow: visible;\n vertical-align: -0.15em;\n}\n.b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon > g {\n -webkit-transform-origin: center;\n transform-origin: center;\n -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon;\n animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon;\n}\n@media (prefers-reduced-motion: reduce) {\n .b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon > g {\n -webkit-animation: none;\n animation: none;\n }\n}\n.b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {\n -webkit-transform-origin: center;\n transform-origin: center;\n -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon-vertical;\n animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon-vertical;\n}\n@media (prefers-reduced-motion: reduce) {\n .b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {\n -webkit-animation: none;\n animation: none;\n }\n}\n.b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade > g {\n -webkit-transform-origin: center;\n transform-origin: center;\n -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-fade;\n animation: 0.75s infinite ease-in-out alternate b-icon-animation-fade;\n}\n@media (prefers-reduced-motion: reduce) {\n .b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade > g {\n -webkit-animation: none;\n animation: none;\n }\n}\n.b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin > g {\n -webkit-transform-origin: center;\n transform-origin: center;\n -webkit-animation: 2s infinite linear normal b-icon-animation-spin;\n animation: 2s infinite linear normal b-icon-animation-spin;\n}\n@media (prefers-reduced-motion: reduce) {\n .b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin > g {\n -webkit-animation: none;\n animation: none;\n }\n}\n.b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse > g {\n -webkit-transform-origin: center;\n transform-origin: center;\n animation: 2s infinite linear reverse b-icon-animation-spin;\n}\n@media (prefers-reduced-motion: reduce) {\n .b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse > g {\n -webkit-animation: none;\n animation: none;\n }\n}\n.b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse > g {\n -webkit-transform-origin: center;\n transform-origin: center;\n -webkit-animation: 1s infinite steps(8) normal b-icon-animation-spin;\n animation: 1s infinite steps(8) normal b-icon-animation-spin;\n}\n@media (prefers-reduced-motion: reduce) {\n .b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse > g {\n -webkit-animation: none;\n animation: none;\n }\n}\n.b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {\n -webkit-transform-origin: center;\n transform-origin: center;\n animation: 1s infinite steps(8) reverse b-icon-animation-spin;\n}\n@media (prefers-reduced-motion: reduce) {\n .b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {\n -webkit-animation: none;\n animation: none;\n }\n}\n.b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb > g {\n -webkit-transform-origin: center;\n transform-origin: center;\n -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-throb;\n animation: 0.75s infinite ease-in-out alternate b-icon-animation-throb;\n}\n@media (prefers-reduced-motion: reduce) {\n .b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb > g {\n -webkit-animation: none;\n animation: none;\n }\n}\n\n@-webkit-keyframes b-icon-animation-cylon {\n 0% {\n -webkit-transform: translateX(-25%);\n transform: translateX(-25%);\n }\n 100% {\n -webkit-transform: translateX(25%);\n transform: translateX(25%);\n }\n}\n\n@keyframes b-icon-animation-cylon {\n 0% {\n -webkit-transform: translateX(-25%);\n transform: translateX(-25%);\n }\n 100% {\n -webkit-transform: translateX(25%);\n transform: translateX(25%);\n }\n}\n@-webkit-keyframes b-icon-animation-cylon-vertical {\n 0% {\n -webkit-transform: translateY(25%);\n transform: translateY(25%);\n }\n 100% {\n -webkit-transform: translateY(-25%);\n transform: translateY(-25%);\n }\n}\n@keyframes b-icon-animation-cylon-vertical {\n 0% {\n -webkit-transform: translateY(25%);\n transform: translateY(25%);\n }\n 100% {\n -webkit-transform: translateY(-25%);\n transform: translateY(-25%);\n }\n}\n@-webkit-keyframes b-icon-animation-fade {\n 0% {\n opacity: 0.1;\n }\n 100% {\n opacity: 1;\n }\n}\n@keyframes b-icon-animation-fade {\n 0% {\n opacity: 0.1;\n }\n 100% {\n opacity: 1;\n }\n}\n@-webkit-keyframes b-icon-animation-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(359deg);\n transform: rotate(359deg);\n }\n}\n@keyframes b-icon-animation-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(359deg);\n transform: rotate(359deg);\n }\n}\n@-webkit-keyframes b-icon-animation-throb {\n 0% {\n opacity: 0.5;\n -webkit-transform: scale(0.5);\n transform: scale(0.5);\n }\n 100% {\n opacity: 1;\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n}\n@keyframes b-icon-animation-throb {\n 0% {\n opacity: 0.5;\n -webkit-transform: scale(0.5);\n transform: scale(0.5);\n }\n 100% {\n opacity: 1;\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n}\n.btn .b-icon.bi,\n.nav-link .b-icon.bi,\n.dropdown-toggle .b-icon.bi,\n.dropdown-item .b-icon.bi,\n.input-group-text .b-icon.bi {\n font-size: 125%;\n vertical-align: text-bottom;\n}",""]);const i=r},52744:(t,e,n)=>{"use strict";n.d(e,{A:()=>i});var o=n(76314),r=n.n(o)()((function(t){return t[1]}));r.push([t.id,"/* Make clicks pass-through */\n#nprogress {\n pointer-events: none;\n}\n\n#nprogress .bar {\n background: #29d;\n\n position: fixed;\n z-index: 1031;\n top: 0;\n left: 0;\n\n width: 100%;\n height: 2px;\n}\n\n/* Fancy blur effect */\n#nprogress .peg {\n display: block;\n position: absolute;\n right: 0px;\n width: 100px;\n height: 100%;\n box-shadow: 0 0 10px #29d, 0 0 5px #29d;\n opacity: 1.0;\n\n -webkit-transform: rotate(3deg) translate(0px, -4px);\n -ms-transform: rotate(3deg) translate(0px, -4px);\n transform: rotate(3deg) translate(0px, -4px);\n}\n\n/* Remove these to get rid of the spinner */\n#nprogress .spinner {\n display: block;\n position: fixed;\n z-index: 1031;\n top: 15px;\n right: 15px;\n}\n\n#nprogress .spinner-icon {\n width: 18px;\n height: 18px;\n box-sizing: border-box;\n\n border: solid 2px transparent;\n border-top-color: #29d;\n border-left-color: #29d;\n border-radius: 50%;\n\n -webkit-animation: nprogress-spinner 400ms linear infinite;\n animation: nprogress-spinner 400ms linear infinite;\n}\n\n.nprogress-custom-parent {\n overflow: hidden;\n position: relative;\n}\n\n.nprogress-custom-parent #nprogress .spinner,\n.nprogress-custom-parent #nprogress .bar {\n position: absolute;\n}\n\n@-webkit-keyframes nprogress-spinner {\n 0% { -webkit-transform: rotate(0deg); }\n 100% { -webkit-transform: rotate(360deg); }\n}\n@keyframes nprogress-spinner {\n 0% { transform: rotate(0deg); }\n 100% { transform: rotate(360deg); }\n}\n\n",""]);const i=r},24302:(t,e,n)=>{"use strict";n.d(e,{A:()=>w});var o=n(76314),r=n.n(o),i=n(60837),a=n(31791),s=n(52744),l=n(97997),c=n(4417),d=n.n(c),u=n(8505),f=n.n(u),p=n(46851),b=n.n(p),h=n(43301),g=n.n(h),m=r()((function(t){return t[1]}));m.i(i.A),m.i(a.A),m.i(s.A),m.i(l.A),m.push([t.id,"@import url(https://fonts.googleapis.com/css?family=Nunito:300,400,400i,600,700,800,900);"]);var v=d()(f()),y=d()(b()),x=d()(g());m.push([t.id,'/*!\n * Bootstrap v4.1.3 (https://getbootstrap.com/)\n * Copyright 2011-2018 The Bootstrap Authors\n * Copyright 2011-2018 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */:root{--blue:#3b82f6;--indigo:#6366f1;--gray-dark:#1f2937;--purple:#8b5cf6;--pink:#ec4899;--red:#ef4444;--orange:#f97316;--yellow:#f59e0b;--green:#10b981;--teal:#14b8a6;--cyan:#06b6d4;--white:#fff;--gray:#4b5563;--primary:#8b5cf6;--secondary:#1f2937;--success:#10b981;--info:#3b82f6;--warning:#f59e0b;--danger:#ef4444;--light:#6b7280;--dark:#111827;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(10,2,30,0);font-family:sans-serif;line-height:1.15}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{background-color:#fff;color:#111827;font-family:Nunito,sans-serif;font-size:.813rem;font-weight:400;line-height:1.5;margin:0;text-align:left}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;overflow:visible}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{-webkit-text-decoration-skip:objects;background-color:transparent;color:#8b5cf6;text-decoration:none}a:hover{color:#5714f2;text-decoration:underline}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{-ms-overflow-style:scrollbar;margin-bottom:1rem;margin-top:0;overflow:auto}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}caption{caption-side:bottom;color:#4b5563;padding-bottom:.75rem;padding-top:.75rem;text-align:left}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{cursor:pointer;display:list-item}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:inherit;font-family:inherit;font-weight:500;line-height:1.2;margin-bottom:.5rem}.h1,h1{font-size:2.0325rem}.h2,h2{font-size:1.626rem}.h3,h3{font-size:1.42275rem}.h4,h4{font-size:1.2195rem}.h5,h5{font-size:1.01625rem}.h6,h6{font-size:.813rem}.lead{font-size:1.01625rem}.display-4{font-weight:300;line-height:1.2}hr{border-top:1px solid rgba(10,2,30,.1);margin-bottom:1rem;margin-top:1rem}.small,small{font-size:80%;font-weight:400}.mark,mark{background-color:#fcf8e3;padding:.2em}.list-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{font-size:1.01625rem}.blockquote-footer{color:#4b5563}.blockquote-footer:before{content:"\\2014 \\00A0"}.img-fluid,.img-thumbnail{height:auto;max-width:100%}.img-thumbnail{background-color:#fff;border:1px solid #d1d5db;border-radius:.25rem;padding:.25rem}.figure{display:inline-block}.figure-img{line-height:1;margin-bottom:.5rem}.figure-caption{color:#4b5563;font-size:90%}code{color:#ec4899;font-size:87.5%;word-break:break-word}a>code{color:inherit}kbd{background-color:#111827;border-radius:.2rem;color:#fff;font-size:87.5%;padding:.2rem .4rem}kbd kbd{font-size:100%;font-weight:700;padding:0}pre{color:#111827;display:block;font-size:87.5%}pre code{color:inherit;font-size:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}.row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.no-gutters{margin-left:0;margin-right:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-left:0;padding-right:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{min-height:1px;padding-left:15px;padding-right:15px;position:relative;width:100%}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;max-width:none;width:auto}.col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;max-width:none;width:auto}.col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;max-width:none;width:auto}.col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;max-width:none;width:auto}.col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media (min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;max-width:none;width:auto}.col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}.table{background-color:transparent;margin-bottom:1rem;width:100%}.table td,.table th{border-top:1px solid #d1d5db;padding:.75rem;vertical-align:top}.table thead th{border-bottom:2px solid #d1d5db}.table tbody+tbody{border-top:2px solid #d1d5db}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #d1d5db}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(10,2,30,.05)}.table-hover tbody tr:hover{background-color:rgba(10,2,30,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#dfd1fc}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#ceb9fa}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#c0c3c7}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#b3b6bb}.table-success,.table-success>td,.table-success>th{background-color:#bcebdc}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#a8e5d2}.table-info,.table-info>td,.table-info>th{background-color:#c8dcfc}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#b0cdfb}.table-warning,.table-warning>td,.table-warning>th{background-color:#fce4bb}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#fbdaa3}.table-danger,.table-danger>td,.table-danger>th{background-color:#fbcbcb}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f9b3b3}.table-light,.table-light>td,.table-light>th{background-color:#d6d8db}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#c8cbcf}.table-dark,.table-dark>td,.table-dark>th{background-color:#bcbec3}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#afb1b7}.table-gray-100,.table-gray-100>td,.table-gray-100>th{background-color:#fcfcfc}.table-hover .table-gray-100:hover,.table-hover .table-gray-100:hover>td,.table-hover .table-gray-100:hover>th{background-color:#efefef}.table-gray-200,.table-gray-200>td,.table-gray-200>th{background-color:#f8f8f9}.table-hover .table-gray-200:hover,.table-hover .table-gray-200:hover>td,.table-hover .table-gray-200:hover>th{background-color:#eaeaed}.table-gray-300,.table-gray-300>td,.table-gray-300>th{background-color:#f2f3f5}.table-hover .table-gray-300:hover,.table-hover .table-gray-300:hover>td,.table-hover .table-gray-300:hover>th{background-color:#e4e6ea}.table-gray-400,.table-gray-400>td,.table-gray-400>th{background-color:#e3e5e9}.table-hover .table-gray-400:hover,.table-hover .table-gray-400:hover>td,.table-hover .table-gray-400:hover>th{background-color:#d5d8de}.table-gray-500,.table-gray-500>td,.table-gray-500>th{background-color:#d6d8db}.table-hover .table-gray-500:hover,.table-hover .table-gray-500:hover>td,.table-hover .table-gray-500:hover>th{background-color:#c8cbcf}.table-gray-600,.table-gray-600>td,.table-gray-600>th{background-color:#cdcfd3}.table-hover .table-gray-600:hover,.table-hover .table-gray-600:hover>td,.table-hover .table-gray-600:hover>th{background-color:#bfc2c7}.table-gray-700,.table-gray-700>td,.table-gray-700>th{background-color:#c7cace}.table-hover .table-gray-700:hover,.table-hover .table-gray-700:hover>td,.table-hover .table-gray-700:hover>th{background-color:#b9bdc2}.table-gray-800,.table-gray-800>td,.table-gray-800>th{background-color:#c0c3c7}.table-hover .table-gray-800:hover,.table-hover .table-gray-800:hover>td,.table-hover .table-gray-800:hover>th{background-color:#b3b6bb}.table-gray-900,.table-gray-900>td,.table-gray-900>th{background-color:#bcbec3}.table-hover .table-gray-900:hover,.table-hover .table-gray-900:hover>td,.table-hover .table-gray-900:hover>th{background-color:#afb1b7}.table-active,.table-active>td,.table-active>th{background-color:rgba(10,2,30,.075)}.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(2,0,6,.075)}.table .thead-dark th{background-color:#111827;border-color:#1d2842;color:#fff}.table .thead-light th{background-color:#e5e7eb;border-color:#d1d5db;color:#374151}.table-dark{background-color:#111827;color:#fff}.table-dark td,.table-dark th,.table-dark thead th{border-color:#1d2842}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.table-dark.table-hover tbody tr:hover{background-color:hsla(0,0%,100%,.075)}@media (max-width:575.98px){.table-responsive-sm{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;display:block;overflow-x:auto;width:100%}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;display:block;overflow-x:auto;width:100%}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;display:block;overflow-x:auto;width:100%}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;display:block;overflow-x:auto;width:100%}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;display:block;overflow-x:auto;width:100%}.table-responsive>.table-bordered{border:0}.form-control{background-clip:padding-box;background-color:#fff;border-radius:.25rem;color:#374151;display:block;font-size:.813rem;height:calc(1.9695rem + 2px);line-height:1.5;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media screen and (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{background-color:#fff;border-color:#e1d5fd;box-shadow:0 0 0 .2rem rgba(139,92,246,.25);color:#374151;outline:0}.form-control::-moz-placeholder{color:#4b5563;opacity:1}.form-control::placeholder{color:#4b5563;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e5e7eb;opacity:1}select.form-control:focus::-ms-value{background-color:#fff;color:#374151}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{font-size:inherit;line-height:1.5;margin-bottom:0;padding-bottom:calc(.375rem + 1px);padding-top:calc(.375rem + 1px)}.col-form-label-lg{font-size:1.01625rem;line-height:1.5;padding-bottom:calc(.5rem + 1px);padding-top:calc(.5rem + 1px)}.col-form-label-sm{font-size:.711375rem;line-height:1.5;padding-bottom:calc(.25rem + 1px);padding-top:calc(.25rem + 1px)}.form-control-plaintext{background-color:transparent;border:solid transparent;border-width:1px 0;color:#111827;display:block;line-height:1.5;margin-bottom:0;padding-bottom:.375rem;padding-top:.375rem;width:100%}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{border-radius:.2rem;font-size:.711375rem;height:calc(1.56706rem + 2px);line-height:1.5;padding:.25rem .5rem}.form-control-lg{border-radius:.3rem;font-size:1.01625rem;height:calc(2.52438rem + 2px);line-height:1.5;padding:.5rem 1rem}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-left:-5px;margin-right:-5px}.form-row>.col,.form-row>[class*=col-]{padding-left:5px;padding-right:5px}.form-check{display:block;padding-left:1.25rem;position:relative}.form-check-input{margin-left:-1.25rem;margin-top:.3rem;position:absolute}.form-check-input:disabled~.form-check-label{color:#4b5563}.form-check-label{margin-bottom:0}.form-check-inline{align-items:center;display:inline-flex;margin-right:.75rem;padding-left:0}.form-check-inline .form-check-input{margin-left:0;margin-right:.3125rem;margin-top:0;position:static}.valid-feedback{color:#10b981;display:none;font-size:80%;margin-top:.25rem;width:100%}.valid-tooltip{background-color:rgba(16,185,129,.9);border-radius:.25rem;color:#fff;display:none;font-size:.711375rem;line-height:1.5;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.custom-select.is-valid,.form-control.is-valid,.was-validated\n.custom-select:valid,.was-validated .form-control:valid{border-color:#10b981}.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated\n.custom-select:valid:focus,.was-validated .form-control:valid:focus{border-color:#10b981;box-shadow:0 0 0 .2rem rgba(16,185,129,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated\n.custom-select:valid~.valid-feedback,.was-validated\n.custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#10b981}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#10b981}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{background-color:#58f1be}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{background-color:#14e8a2}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(16,185,129,.25)}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#10b981}.custom-file-input.is-valid~.custom-file-label:after,.was-validated .custom-file-input:valid~.custom-file-label:after{border-color:inherit}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(16,185,129,.25)}.invalid-feedback{color:#ef4444;display:none;font-size:80%;margin-top:.25rem;width:100%}.invalid-tooltip{background-color:rgba(239,68,68,.9);border-radius:.25rem;color:#fff;display:none;font-size:.711375rem;line-height:1.5;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.custom-select.is-invalid,.form-control.is-invalid,.was-validated\n.custom-select:invalid,.was-validated .form-control:invalid{border-color:#ef4444}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated\n.custom-select:invalid:focus,.was-validated .form-control:invalid:focus{border-color:#ef4444;box-shadow:0 0 0 .2rem rgba(239,68,68,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated\n.custom-select:invalid~.invalid-feedback,.was-validated\n.custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#ef4444}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#ef4444}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{background-color:#f9b9b9}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{background-color:#f37373}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(239,68,68,.25)}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#ef4444}.custom-file-input.is-invalid~.custom-file-label:after,.was-validated .custom-file-input:invalid~.custom-file-label:after{border-color:inherit}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(239,68,68,.25)}.form-inline{align-items:center;display:flex;flex-flow:row wrap}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{justify-content:center}.form-inline .form-group,.form-inline label{align-items:center;display:flex;margin-bottom:0}.form-inline .form-group{flex:0 0 auto;flex-flow:row wrap}.form-inline .form-control{display:inline-block;vertical-align:middle;width:auto}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{align-items:center;display:flex;justify-content:center;padding-left:0;width:auto}.form-inline .form-check-input{margin-left:0;margin-right:.25rem;margin-top:0;position:relative}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{border:1px solid transparent;border-radius:.25rem;display:inline-block;font-size:.813rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}@media screen and (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{box-shadow:0 0 0 .2rem rgba(139,92,246,.25);outline:0}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{background-color:#8b5cf6;border-color:#8b5cf6;color:#fff}.btn-primary:hover{background-color:#7138f4;border-color:#692cf3;color:#fff}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(139,92,246,.5)}.btn-primary.disabled,.btn-primary:disabled{background-color:#8b5cf6;border-color:#8b5cf6;color:#fff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{background-color:#692cf3;border-color:#6020f3;color:#fff}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(139,92,246,.5)}.btn-secondary{background-color:#1f2937;border-color:#1f2937;color:#fff}.btn-secondary:hover{background-color:#11171f;border-color:#0d1116;color:#fff}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(31,41,55,.5)}.btn-secondary.disabled,.btn-secondary:disabled{background-color:#1f2937;border-color:#1f2937;color:#fff}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{background-color:#0d1116;border-color:#080b0e;color:#fff}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(31,41,55,.5)}.btn-success{background-color:#10b981;border-color:#10b981;color:#fff}.btn-success:hover{background-color:#0d9668;border-color:#0c8a60;color:#fff}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(16,185,129,.5)}.btn-success.disabled,.btn-success:disabled{background-color:#10b981;border-color:#10b981;color:#fff}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{background-color:#0c8a60;border-color:#0b7e58;color:#fff}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(16,185,129,.5)}.btn-info{background-color:#3b82f6;border-color:#3b82f6;color:#fff}.btn-info:hover{background-color:#166bf4;border-color:#0b63f3;color:#fff}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(59,130,246,.5)}.btn-info.disabled,.btn-info:disabled{background-color:#3b82f6;border-color:#3b82f6;color:#fff}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{background-color:#0b63f3;border-color:#0b5ee7;color:#fff}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(59,130,246,.5)}.btn-warning{background-color:#f59e0b;border-color:#f59e0b;color:#111827}.btn-warning:hover{background-color:#d18709;border-color:#c57f08;color:#fff}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(245,158,11,.5)}.btn-warning.disabled,.btn-warning:disabled{background-color:#f59e0b;border-color:#f59e0b;color:#111827}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{background-color:#c57f08;border-color:#b97708;color:#fff}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(245,158,11,.5)}.btn-danger{background-color:#ef4444;border-color:#ef4444;color:#fff}.btn-danger:hover{background-color:#ec2121;border-color:#eb1515;color:#fff}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(239,68,68,.5)}.btn-danger.disabled,.btn-danger:disabled{background-color:#ef4444;border-color:#ef4444;color:#fff}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{background-color:#eb1515;border-color:#e01313;color:#fff}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(239,68,68,.5)}.btn-light{background-color:#6b7280;border-color:#6b7280;color:#fff}.btn-light:hover{background-color:#5a5f6b;border-color:#545964;color:#fff}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem hsla(220,9%,46%,.5)}.btn-light.disabled,.btn-light:disabled{background-color:#6b7280;border-color:#6b7280;color:#fff}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{background-color:#545964;border-color:#4e535d;color:#fff}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(220,9%,46%,.5)}.btn-dark{background-color:#111827;border-color:#111827;color:#fff}.btn-dark:hover{background-color:#05080c;border-color:#020203;color:#fff}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(17,24,39,.5)}.btn-dark.disabled,.btn-dark:disabled{background-color:#111827;border-color:#111827;color:#fff}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{background-color:#020203;border-color:#000;color:#fff}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(17,24,39,.5)}.btn-gray-100{background-color:#f3f4f6;border-color:#f3f4f6;color:#111827}.btn-gray-100:hover{background-color:#dde0e6;border-color:#d6d9e0;color:#111827}.btn-gray-100.focus,.btn-gray-100:focus{box-shadow:0 0 0 .2rem rgba(243,244,246,.5)}.btn-gray-100.disabled,.btn-gray-100:disabled{background-color:#f3f4f6;border-color:#f3f4f6;color:#111827}.btn-gray-100:not(:disabled):not(.disabled).active,.btn-gray-100:not(:disabled):not(.disabled):active,.show>.btn-gray-100.dropdown-toggle{background-color:#d6d9e0;border-color:#cfd3db;color:#111827}.btn-gray-100:not(:disabled):not(.disabled).active:focus,.btn-gray-100:not(:disabled):not(.disabled):active:focus,.show>.btn-gray-100.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(243,244,246,.5)}.btn-gray-200{background-color:#e5e7eb;border-color:#e5e7eb;color:#111827}.btn-gray-200:hover{background-color:#cfd3da;border-color:#c8ccd5;color:#111827}.btn-gray-200.focus,.btn-gray-200:focus{box-shadow:0 0 0 .2rem rgba(229,231,235,.5)}.btn-gray-200.disabled,.btn-gray-200:disabled{background-color:#e5e7eb;border-color:#e5e7eb;color:#111827}.btn-gray-200:not(:disabled):not(.disabled).active,.btn-gray-200:not(:disabled):not(.disabled):active,.show>.btn-gray-200.dropdown-toggle{background-color:#c8ccd5;border-color:#c1c6cf;color:#111827}.btn-gray-200:not(:disabled):not(.disabled).active:focus,.btn-gray-200:not(:disabled):not(.disabled):active:focus,.show>.btn-gray-200.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(229,231,235,.5)}.btn-gray-300{background-color:#d1d5db;border-color:#d1d5db;color:#111827}.btn-gray-300:hover{background-color:#bcc1ca;border-color:#b4bbc5;color:#111827}.btn-gray-300.focus,.btn-gray-300:focus{box-shadow:0 0 0 .2rem rgba(209,213,219,.5)}.btn-gray-300.disabled,.btn-gray-300:disabled{background-color:#d1d5db;border-color:#d1d5db;color:#111827}.btn-gray-300:not(:disabled):not(.disabled).active,.btn-gray-300:not(:disabled):not(.disabled):active,.show>.btn-gray-300.dropdown-toggle{background-color:#b4bbc5;border-color:#adb4bf;color:#111827}.btn-gray-300:not(:disabled):not(.disabled).active:focus,.btn-gray-300:not(:disabled):not(.disabled):active:focus,.show>.btn-gray-300.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(209,213,219,.5)}.btn-gray-400{background-color:#9ca3af;border-color:#9ca3af;color:#111827}.btn-gray-400:hover{background-color:#878f9e;border-color:#808998;color:#fff}.btn-gray-400.focus,.btn-gray-400:focus{box-shadow:0 0 0 .2rem rgba(156,163,175,.5)}.btn-gray-400.disabled,.btn-gray-400:disabled{background-color:#9ca3af;border-color:#9ca3af;color:#111827}.btn-gray-400:not(:disabled):not(.disabled).active,.btn-gray-400:not(:disabled):not(.disabled):active,.show>.btn-gray-400.dropdown-toggle{background-color:#808998;border-color:#798293;color:#fff}.btn-gray-400:not(:disabled):not(.disabled).active:focus,.btn-gray-400:not(:disabled):not(.disabled):active:focus,.show>.btn-gray-400.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(156,163,175,.5)}.btn-gray-500{background-color:#6b7280;border-color:#6b7280;color:#fff}.btn-gray-500:hover{background-color:#5a5f6b;border-color:#545964;color:#fff}.btn-gray-500.focus,.btn-gray-500:focus{box-shadow:0 0 0 .2rem hsla(220,9%,46%,.5)}.btn-gray-500.disabled,.btn-gray-500:disabled{background-color:#6b7280;border-color:#6b7280;color:#fff}.btn-gray-500:not(:disabled):not(.disabled).active,.btn-gray-500:not(:disabled):not(.disabled):active,.show>.btn-gray-500.dropdown-toggle{background-color:#545964;border-color:#4e535d;color:#fff}.btn-gray-500:not(:disabled):not(.disabled).active:focus,.btn-gray-500:not(:disabled):not(.disabled):active:focus,.show>.btn-gray-500.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(220,9%,46%,.5)}.btn-gray-600{background-color:#4b5563;border-color:#4b5563;color:#fff}.btn-gray-600:hover{background-color:#3b424d;border-color:#353c46;color:#fff}.btn-gray-600.focus,.btn-gray-600:focus{box-shadow:0 0 0 .2rem rgba(75,85,99,.5)}.btn-gray-600.disabled,.btn-gray-600:disabled{background-color:#4b5563;border-color:#4b5563;color:#fff}.btn-gray-600:not(:disabled):not(.disabled).active,.btn-gray-600:not(:disabled):not(.disabled):active,.show>.btn-gray-600.dropdown-toggle{background-color:#353c46;border-color:#30363f;color:#fff}.btn-gray-600:not(:disabled):not(.disabled).active:focus,.btn-gray-600:not(:disabled):not(.disabled):active:focus,.show>.btn-gray-600.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(75,85,99,.5)}.btn-gray-700{background-color:#374151;border-color:#374151;color:#fff}.btn-gray-700:hover{background-color:#282f3a;border-color:#222933;color:#fff}.btn-gray-700.focus,.btn-gray-700:focus{box-shadow:0 0 0 .2rem rgba(55,65,81,.5)}.btn-gray-700.disabled,.btn-gray-700:disabled{background-color:#374151;border-color:#374151;color:#fff}.btn-gray-700:not(:disabled):not(.disabled).active,.btn-gray-700:not(:disabled):not(.disabled):active,.show>.btn-gray-700.dropdown-toggle{background-color:#222933;border-color:#1d232b;color:#fff}.btn-gray-700:not(:disabled):not(.disabled).active:focus,.btn-gray-700:not(:disabled):not(.disabled):active:focus,.show>.btn-gray-700.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(55,65,81,.5)}.btn-gray-800{background-color:#1f2937;border-color:#1f2937;color:#fff}.btn-gray-800:hover{background-color:#11171f;border-color:#0d1116;color:#fff}.btn-gray-800.focus,.btn-gray-800:focus{box-shadow:0 0 0 .2rem rgba(31,41,55,.5)}.btn-gray-800.disabled,.btn-gray-800:disabled{background-color:#1f2937;border-color:#1f2937;color:#fff}.btn-gray-800:not(:disabled):not(.disabled).active,.btn-gray-800:not(:disabled):not(.disabled):active,.show>.btn-gray-800.dropdown-toggle{background-color:#0d1116;border-color:#080b0e;color:#fff}.btn-gray-800:not(:disabled):not(.disabled).active:focus,.btn-gray-800:not(:disabled):not(.disabled):active:focus,.show>.btn-gray-800.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(31,41,55,.5)}.btn-gray-900{background-color:#111827;border-color:#111827;color:#fff}.btn-gray-900:hover{background-color:#05080c;border-color:#020203;color:#fff}.btn-gray-900.focus,.btn-gray-900:focus{box-shadow:0 0 0 .2rem rgba(17,24,39,.5)}.btn-gray-900.disabled,.btn-gray-900:disabled{background-color:#111827;border-color:#111827;color:#fff}.btn-gray-900:not(:disabled):not(.disabled).active,.btn-gray-900:not(:disabled):not(.disabled):active,.show>.btn-gray-900.dropdown-toggle{background-color:#020203;border-color:#000;color:#fff}.btn-gray-900:not(:disabled):not(.disabled).active:focus,.btn-gray-900:not(:disabled):not(.disabled):active:focus,.show>.btn-gray-900.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(17,24,39,.5)}.btn-outline-primary{background-color:transparent;background-image:none;border-color:#8b5cf6;color:#8b5cf6}.btn-outline-primary:hover{background-color:#8b5cf6;border-color:#8b5cf6;color:#fff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(139,92,246,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{background-color:transparent;color:#8b5cf6}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{background-color:#8b5cf6;border-color:#8b5cf6;color:#fff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(139,92,246,.5)}.btn-outline-secondary{background-color:transparent;background-image:none;border-color:#1f2937;color:#1f2937}.btn-outline-secondary:hover{background-color:#1f2937;border-color:#1f2937;color:#fff}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(31,41,55,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{background-color:transparent;color:#1f2937}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{background-color:#1f2937;border-color:#1f2937;color:#fff}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(31,41,55,.5)}.btn-outline-success{background-color:transparent;background-image:none;border-color:#10b981;color:#10b981}.btn-outline-success:hover{background-color:#10b981;border-color:#10b981;color:#fff}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(16,185,129,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{background-color:transparent;color:#10b981}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{background-color:#10b981;border-color:#10b981;color:#fff}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(16,185,129,.5)}.btn-outline-info{background-color:transparent;background-image:none;border-color:#3b82f6;color:#3b82f6}.btn-outline-info:hover{background-color:#3b82f6;border-color:#3b82f6;color:#fff}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(59,130,246,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{background-color:transparent;color:#3b82f6}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{background-color:#3b82f6;border-color:#3b82f6;color:#fff}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(59,130,246,.5)}.btn-outline-warning{background-color:transparent;background-image:none;border-color:#f59e0b;color:#f59e0b}.btn-outline-warning:hover{background-color:#f59e0b;border-color:#f59e0b;color:#111827}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(245,158,11,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{background-color:transparent;color:#f59e0b}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{background-color:#f59e0b;border-color:#f59e0b;color:#111827}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(245,158,11,.5)}.btn-outline-danger{background-color:transparent;background-image:none;border-color:#ef4444;color:#ef4444}.btn-outline-danger:hover{background-color:#ef4444;border-color:#ef4444;color:#fff}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(239,68,68,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{background-color:transparent;color:#ef4444}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{background-color:#ef4444;border-color:#ef4444;color:#fff}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(239,68,68,.5)}.btn-outline-light{background-color:transparent;background-image:none;border-color:#6b7280;color:#6b7280}.btn-outline-light:hover{background-color:#6b7280;border-color:#6b7280;color:#fff}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem hsla(220,9%,46%,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{background-color:transparent;color:#6b7280}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{background-color:#6b7280;border-color:#6b7280;color:#fff}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(220,9%,46%,.5)}.btn-outline-dark{background-color:transparent;background-image:none;border-color:#111827;color:#111827}.btn-outline-dark:hover{background-color:#111827;border-color:#111827;color:#fff}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(17,24,39,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{background-color:transparent;color:#111827}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{background-color:#111827;border-color:#111827;color:#fff}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(17,24,39,.5)}.btn-outline-gray-100{background-color:transparent;background-image:none;border-color:#f3f4f6;color:#f3f4f6}.btn-outline-gray-100:hover{background-color:#f3f4f6;border-color:#f3f4f6;color:#111827}.btn-outline-gray-100.focus,.btn-outline-gray-100:focus{box-shadow:0 0 0 .2rem rgba(243,244,246,.5)}.btn-outline-gray-100.disabled,.btn-outline-gray-100:disabled{background-color:transparent;color:#f3f4f6}.btn-outline-gray-100:not(:disabled):not(.disabled).active,.btn-outline-gray-100:not(:disabled):not(.disabled):active,.show>.btn-outline-gray-100.dropdown-toggle{background-color:#f3f4f6;border-color:#f3f4f6;color:#111827}.btn-outline-gray-100:not(:disabled):not(.disabled).active:focus,.btn-outline-gray-100:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-gray-100.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(243,244,246,.5)}.btn-outline-gray-200{background-color:transparent;background-image:none;border-color:#e5e7eb;color:#e5e7eb}.btn-outline-gray-200:hover{background-color:#e5e7eb;border-color:#e5e7eb;color:#111827}.btn-outline-gray-200.focus,.btn-outline-gray-200:focus{box-shadow:0 0 0 .2rem rgba(229,231,235,.5)}.btn-outline-gray-200.disabled,.btn-outline-gray-200:disabled{background-color:transparent;color:#e5e7eb}.btn-outline-gray-200:not(:disabled):not(.disabled).active,.btn-outline-gray-200:not(:disabled):not(.disabled):active,.show>.btn-outline-gray-200.dropdown-toggle{background-color:#e5e7eb;border-color:#e5e7eb;color:#111827}.btn-outline-gray-200:not(:disabled):not(.disabled).active:focus,.btn-outline-gray-200:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-gray-200.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(229,231,235,.5)}.btn-outline-gray-300{background-color:transparent;background-image:none;border-color:#d1d5db;color:#d1d5db}.btn-outline-gray-300:hover{background-color:#d1d5db;border-color:#d1d5db;color:#111827}.btn-outline-gray-300.focus,.btn-outline-gray-300:focus{box-shadow:0 0 0 .2rem rgba(209,213,219,.5)}.btn-outline-gray-300.disabled,.btn-outline-gray-300:disabled{background-color:transparent;color:#d1d5db}.btn-outline-gray-300:not(:disabled):not(.disabled).active,.btn-outline-gray-300:not(:disabled):not(.disabled):active,.show>.btn-outline-gray-300.dropdown-toggle{background-color:#d1d5db;border-color:#d1d5db;color:#111827}.btn-outline-gray-300:not(:disabled):not(.disabled).active:focus,.btn-outline-gray-300:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-gray-300.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(209,213,219,.5)}.btn-outline-gray-400{background-color:transparent;background-image:none;border-color:#9ca3af;color:#9ca3af}.btn-outline-gray-400:hover{background-color:#9ca3af;border-color:#9ca3af;color:#111827}.btn-outline-gray-400.focus,.btn-outline-gray-400:focus{box-shadow:0 0 0 .2rem rgba(156,163,175,.5)}.btn-outline-gray-400.disabled,.btn-outline-gray-400:disabled{background-color:transparent;color:#9ca3af}.btn-outline-gray-400:not(:disabled):not(.disabled).active,.btn-outline-gray-400:not(:disabled):not(.disabled):active,.show>.btn-outline-gray-400.dropdown-toggle{background-color:#9ca3af;border-color:#9ca3af;color:#111827}.btn-outline-gray-400:not(:disabled):not(.disabled).active:focus,.btn-outline-gray-400:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-gray-400.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(156,163,175,.5)}.btn-outline-gray-500{background-color:transparent;background-image:none;border-color:#6b7280;color:#6b7280}.btn-outline-gray-500:hover{background-color:#6b7280;border-color:#6b7280;color:#fff}.btn-outline-gray-500.focus,.btn-outline-gray-500:focus{box-shadow:0 0 0 .2rem hsla(220,9%,46%,.5)}.btn-outline-gray-500.disabled,.btn-outline-gray-500:disabled{background-color:transparent;color:#6b7280}.btn-outline-gray-500:not(:disabled):not(.disabled).active,.btn-outline-gray-500:not(:disabled):not(.disabled):active,.show>.btn-outline-gray-500.dropdown-toggle{background-color:#6b7280;border-color:#6b7280;color:#fff}.btn-outline-gray-500:not(:disabled):not(.disabled).active:focus,.btn-outline-gray-500:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-gray-500.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(220,9%,46%,.5)}.btn-outline-gray-600{background-color:transparent;background-image:none;border-color:#4b5563;color:#4b5563}.btn-outline-gray-600:hover{background-color:#4b5563;border-color:#4b5563;color:#fff}.btn-outline-gray-600.focus,.btn-outline-gray-600:focus{box-shadow:0 0 0 .2rem rgba(75,85,99,.5)}.btn-outline-gray-600.disabled,.btn-outline-gray-600:disabled{background-color:transparent;color:#4b5563}.btn-outline-gray-600:not(:disabled):not(.disabled).active,.btn-outline-gray-600:not(:disabled):not(.disabled):active,.show>.btn-outline-gray-600.dropdown-toggle{background-color:#4b5563;border-color:#4b5563;color:#fff}.btn-outline-gray-600:not(:disabled):not(.disabled).active:focus,.btn-outline-gray-600:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-gray-600.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(75,85,99,.5)}.btn-outline-gray-700{background-color:transparent;background-image:none;border-color:#374151;color:#374151}.btn-outline-gray-700:hover{background-color:#374151;border-color:#374151;color:#fff}.btn-outline-gray-700.focus,.btn-outline-gray-700:focus{box-shadow:0 0 0 .2rem rgba(55,65,81,.5)}.btn-outline-gray-700.disabled,.btn-outline-gray-700:disabled{background-color:transparent;color:#374151}.btn-outline-gray-700:not(:disabled):not(.disabled).active,.btn-outline-gray-700:not(:disabled):not(.disabled):active,.show>.btn-outline-gray-700.dropdown-toggle{background-color:#374151;border-color:#374151;color:#fff}.btn-outline-gray-700:not(:disabled):not(.disabled).active:focus,.btn-outline-gray-700:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-gray-700.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(55,65,81,.5)}.btn-outline-gray-800{background-color:transparent;background-image:none;border-color:#1f2937;color:#1f2937}.btn-outline-gray-800:hover{background-color:#1f2937;border-color:#1f2937;color:#fff}.btn-outline-gray-800.focus,.btn-outline-gray-800:focus{box-shadow:0 0 0 .2rem rgba(31,41,55,.5)}.btn-outline-gray-800.disabled,.btn-outline-gray-800:disabled{background-color:transparent;color:#1f2937}.btn-outline-gray-800:not(:disabled):not(.disabled).active,.btn-outline-gray-800:not(:disabled):not(.disabled):active,.show>.btn-outline-gray-800.dropdown-toggle{background-color:#1f2937;border-color:#1f2937;color:#fff}.btn-outline-gray-800:not(:disabled):not(.disabled).active:focus,.btn-outline-gray-800:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-gray-800.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(31,41,55,.5)}.btn-outline-gray-900{background-color:transparent;background-image:none;border-color:#111827;color:#111827}.btn-outline-gray-900:hover{background-color:#111827;border-color:#111827;color:#fff}.btn-outline-gray-900.focus,.btn-outline-gray-900:focus{box-shadow:0 0 0 .2rem rgba(17,24,39,.5)}.btn-outline-gray-900.disabled,.btn-outline-gray-900:disabled{background-color:transparent;color:#111827}.btn-outline-gray-900:not(:disabled):not(.disabled).active,.btn-outline-gray-900:not(:disabled):not(.disabled):active,.show>.btn-outline-gray-900.dropdown-toggle{background-color:#111827;border-color:#111827;color:#fff}.btn-outline-gray-900:not(:disabled):not(.disabled).active:focus,.btn-outline-gray-900:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-gray-900.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(17,24,39,.5)}.btn-link{background-color:transparent;color:#8b5cf6;font-weight:400}.btn-link:hover{background-color:transparent;color:#5714f2}.btn-link.focus,.btn-link:focus,.btn-link:hover{border-color:transparent;text-decoration:underline}.btn-link.focus,.btn-link:focus{box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#4b5563;pointer-events:none}.btn-group-lg>.btn,.btn-lg{border-radius:.3rem;font-size:1.01625rem;line-height:1.5;padding:.5rem 1rem}.btn-group-sm>.btn,.btn-sm{border-radius:.2rem;font-size:.711375rem;line-height:1.5;padding:.25rem .5rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media screen and (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;position:relative;transition:height .35s ease}@media screen and (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle:after{margin-left:.255em}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{background-clip:padding-box;background-color:#fff;border:1px solid rgba(10,2,30,.15);border-radius:.25rem;color:#111827;display:none;float:left;font-size:.813rem;left:0;list-style:none;margin:.125rem 0 0;min-width:10rem;padding:.5rem 0;position:absolute;text-align:left;top:100%;z-index:1000}.dropdown-menu-right{left:auto;right:0}.dropup .dropdown-menu{bottom:100%;margin-bottom:.125rem;margin-top:0;top:auto}.dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:0;content:"";display:inline-block;height:0;margin-left:.255em;vertical-align:.255em;width:0}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{left:100%;margin-left:.125rem;margin-top:0;right:auto;top:0}.dropright .dropdown-toggle:after{border-bottom:.3em solid transparent;border-left:.3em solid;border-right:0;border-top:.3em solid transparent;content:"";display:inline-block;height:0;margin-left:.255em;vertical-align:.255em;width:0}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{left:auto;margin-right:.125rem;margin-top:0;right:100%;top:0}.dropleft .dropdown-toggle:after{content:"";display:inline-block;display:none;height:0;margin-left:.255em;vertical-align:.255em;width:0}.dropleft .dropdown-toggle:before{border-bottom:.3em solid transparent;border-right:.3em solid;border-top:.3em solid transparent;content:"";display:inline-block;height:0;margin-right:.255em;vertical-align:.255em;width:0}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{bottom:auto;right:auto}.dropdown-divider{border-top:1px solid #e5e7eb;height:0;margin:.5rem 0;overflow:hidden}.dropdown-item{background-color:transparent;border:0;clear:both;color:#111827;display:block;font-weight:400;padding:.25rem 1.5rem;text-align:inherit;white-space:nowrap;width:100%}.dropdown-item:focus,.dropdown-item:hover{background-color:#f3f4f6;color:#090d15;text-decoration:none}.dropdown-item.active,.dropdown-item:active{background-color:#8b5cf6;color:#fff;text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{background-color:transparent;color:#4b5563}.dropdown-menu.show{display:block}.dropdown-header{color:#4b5563;display:block;font-size:.711375rem;margin-bottom:0;padding:.5rem 1.5rem;white-space:nowrap}.dropdown-item-text{color:#111827;display:block;padding:.25rem 1.5rem}.btn-group,.btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{flex:0 1 auto;position:relative}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-left:0;margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{flex:1 1 auto;margin-bottom:0;position:relative;width:1%}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.input-group>.custom-file{align-items:center;display:flex}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after{border-bottom-right-radius:0;border-top-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-append,.input-group-prepend{display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{align-items:center;background-color:#e5e7eb;border:1px solid #9ca3af;border-radius:.25rem;color:#374151;display:flex;font-size:.813rem;font-weight:400;line-height:1.5;margin-bottom:0;padding:.375rem .75rem;text-align:center;white-space:nowrap}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{border-radius:.3rem;font-size:1.01625rem;height:calc(2.52438rem + 2px);line-height:1.5;padding:.5rem 1rem}.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{border-radius:.2rem;font-size:.711375rem;height:calc(1.56706rem + 2px);line-height:1.5;padding:.25rem .5rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-bottom-right-radius:0;border-top-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-bottom-left-radius:0;border-top-left-radius:0}.custom-control{display:block;min-height:1.2195rem;padding-left:1.5rem;position:relative}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{opacity:0;position:absolute;z-index:-1}.custom-control-input:checked~.custom-control-label:before{background-color:#8b5cf6;color:#fff}.custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(139,92,246,.25)}.custom-control-input:active~.custom-control-label:before{background-color:#fff;color:#fff}.custom-control-input:disabled~.custom-control-label{color:#4b5563}.custom-control-input:disabled~.custom-control-label:before{background-color:#e5e7eb}.custom-control-label{margin-bottom:0;position:relative}.custom-control-label:before{background-color:#d1d5db;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.custom-control-label:after,.custom-control-label:before{content:"";display:block;height:1rem;left:-1.5rem;position:absolute;top:.10975rem;width:1rem}.custom-control-label:after{background-position:50%;background-repeat:no-repeat;background-size:50% 50%}.custom-checkbox .custom-control-label:before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background-color:#8b5cf6}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3E%3Cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{background-color:#8b5cf6}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 4\'%3E%3Cpath stroke=\'%23fff\' d=\'M0 2h4\'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(139,92,246,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(139,92,246,.5)}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:before{background-color:#8b5cf6}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3E%3Ccircle r=\'3\' fill=\'%23fff\'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(139,92,246,.5)}.custom-select{background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3E%3Cpath fill=\'%231F2937\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #9ca3af;border-radius:.25rem;color:#374151;display:inline-block;height:calc(1.9695rem + 2px);line-height:1.5;padding:.375rem 1.75rem .375rem .75rem;vertical-align:middle;width:100%}.custom-select:focus{border-color:#e1d5fd;box-shadow:0 0 0 .2rem rgba(225,213,253,.5);outline:0}.custom-select:focus::-ms-value{background-color:#fff;color:#374151}.custom-select[multiple],.custom-select[size]:not([size="1"]){background-image:none;height:auto;padding-right:.75rem}.custom-select:disabled{background-color:#e5e7eb;color:#4b5563}.custom-select::-ms-expand{opacity:0}.custom-select-sm{font-size:75%;height:calc(1.56706rem + 2px)}.custom-select-lg,.custom-select-sm{padding-bottom:.375rem;padding-top:.375rem}.custom-select-lg{font-size:125%;height:calc(2.52438rem + 2px)}.custom-file{display:inline-block;margin-bottom:0}.custom-file,.custom-file-input{height:calc(1.9695rem + 2px);position:relative;width:100%}.custom-file-input{margin:0;opacity:0;z-index:2}.custom-file-input:focus~.custom-file-label{border-color:#e1d5fd;box-shadow:0 0 0 .2rem rgba(139,92,246,.25)}.custom-file-input:focus~.custom-file-label:after{border-color:#e1d5fd}.custom-file-input:disabled~.custom-file-label{background-color:#e5e7eb}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-label{background-color:#fff;border:1px solid #9ca3af;border-radius:.25rem;height:calc(1.9695rem + 2px);left:0;z-index:1}.custom-file-label,.custom-file-label:after{color:#374151;line-height:1.5;padding:.375rem .75rem;position:absolute;right:0;top:0}.custom-file-label:after{background-color:#e5e7eb;border-left:1px solid #9ca3af;border-radius:0 .25rem .25rem 0;bottom:0;content:"Browse";display:block;height:1.9695rem;z-index:3}.custom-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;padding-left:0;width:100%}.custom-range:focus{outline:none}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(139,92,246,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(139,92,246,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(139,92,246,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:#8b5cf6;border:0;border-radius:1rem;height:1rem;margin-top:-.25rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media screen and (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#fff}.custom-range::-webkit-slider-runnable-track{background-color:#d1d5db;border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-moz-range-thumb{-moz-appearance:none;appearance:none;background-color:#8b5cf6;border:0;border-radius:1rem;height:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media screen and (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#fff}.custom-range::-moz-range-track{background-color:#d1d5db;border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-ms-thumb{appearance:none;background-color:#8b5cf6;border:0;border-radius:1rem;height:1rem;margin-left:.2rem;margin-right:.2rem;margin-top:0;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media screen and (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#fff}.custom-range::-ms-track{background-color:transparent;border-color:transparent;border-width:.5rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-ms-fill-lower,.custom-range::-ms-fill-upper{background-color:#d1d5db;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px}.custom-control-label:before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#4b5563}.nav-tabs{border-bottom:1px solid #d1d5db}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e5e7eb #e5e7eb #d1d5db}.nav-tabs .nav-link.disabled{background-color:transparent;border-color:transparent;color:#4b5563}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{background-color:#fff;border-color:#d1d5db #d1d5db #fff;color:#374151}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:-1px}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{background-color:#8b5cf6;color:#fff}.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{padding:.5rem 1rem;position:relative}.navbar,.navbar>.container,.navbar>.container-fluid{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.navbar-brand{display:inline-block;font-size:1.01625rem;line-height:inherit;margin-right:1rem;padding-bottom:.3475625rem;padding-top:.3475625rem;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.navbar-nav .nav-link{padding-left:0;padding-right:0}.navbar-nav .dropdown-menu{float:none;position:static}.navbar-text{display:inline-block;padding-bottom:.5rem;padding-top:.5rem}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{background-color:transparent;border:1px solid transparent;border-radius:.25rem;font-size:1.01625rem;line-height:1;padding:.25rem .75rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{background:no-repeat 50%;background-size:100% 100%;content:"";display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-left:0;padding-right:0}}@media (min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-left:0;padding-right:0}}@media (min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-left:0;padding-right:0}}@media (min-width:992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-left:0;padding-right:0}}@media (min-width:1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-left:0;padding-right:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(10,2,30,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(10,2,30,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(10,2,30,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(10,2,30,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(10,2,30,.9)}.navbar-light .navbar-toggler{border-color:rgba(10,2,30,.1);color:rgba(10,2,30,.5)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(10, 2, 30, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(10,2,30,.5)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(10,2,30,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{border-color:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(255, 255, 255, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{word-wrap:break-word;background-clip:border-box;background-color:#fff;border:1px solid rgba(10,2,30,.125);border-radius:.25rem;display:flex;flex-direction:column;min-width:0;position:relative}.card>hr{margin-left:0;margin-right:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-body{flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{background-color:rgba(10,2,30,.03);border-bottom:1px solid rgba(10,2,30,.125);margin-bottom:0;padding:.75rem 1.25rem}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{background-color:rgba(10,2,30,.03);border-top:1px solid rgba(10,2,30,.125);padding:.75rem 1.25rem}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{border-bottom:0;margin-bottom:-.75rem}.card-header-pills,.card-header-tabs{margin-left:-.625rem;margin-right:-.625rem}.card-img-overlay{bottom:0;left:0;padding:1.25rem;position:absolute;right:0;top:0}.card-img{border-radius:calc(.25rem - 1px);width:100%}.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);width:100%}.card-img-bottom{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px);width:100%}.card-deck{display:flex;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{flex-flow:row wrap;margin-left:-15px;margin-right:-15px}.card-deck .card{display:flex;flex:1 0 0%;flex-direction:column;margin-bottom:0;margin-left:15px;margin-right:15px}}.card-group{display:flex;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{border-left:0;margin-left:0}.card-group>.card:first-child{border-bottom-right-radius:0;border-top-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-bottom-left-radius:0;border-top-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child),.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-moz-column-count:3;column-count:3;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion .card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion .card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion .card:first-of-type{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.accordion .card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.breadcrumb{background-color:#e5e7eb;border-radius:.25rem;display:flex;flex-wrap:wrap;list-style:none;margin-bottom:1rem;padding:.75rem 1rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{color:#4b5563;content:"/";display:inline-block;padding-right:.5rem}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.breadcrumb-item.active{color:#4b5563}.pagination{border-radius:.25rem;display:flex;list-style:none;padding-left:0}.page-link{background-color:#fff;border:1px solid #d1d5db;color:#8b5cf6;display:block;line-height:1.25;margin-left:-1px;padding:.5rem .75rem;position:relative}.page-link:hover{background-color:#e5e7eb;border-color:#d1d5db;color:#5714f2;text-decoration:none;z-index:2}.page-link:focus{box-shadow:0 0 0 .2rem rgba(139,92,246,.25);outline:0;z-index:2}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem;margin-left:0}.page-item:last-child .page-link{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.page-item.active .page-link{background-color:#8b5cf6;border-color:#8b5cf6;color:#fff;z-index:1}.page-item.disabled .page-link{background-color:#fff;border-color:#d1d5db;color:#4b5563;cursor:auto;pointer-events:none}.pagination-lg .page-link{font-size:1.01625rem;line-height:1.5;padding:.75rem 1.5rem}.pagination-lg .page-item:first-child .page-link{border-bottom-left-radius:.3rem;border-top-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-bottom-right-radius:.3rem;border-top-right-radius:.3rem}.pagination-sm .page-link{font-size:.711375rem;line-height:1.5;padding:.25rem .5rem}.pagination-sm .page-item:first-child .page-link{border-bottom-left-radius:.2rem;border-top-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-bottom-right-radius:.2rem;border-top-right-radius:.2rem}.badge{border-radius:.25rem;display:inline-block;font-size:75%;font-weight:700;line-height:1;padding:.25em .4em;text-align:center;vertical-align:baseline;white-space:nowrap}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{border-radius:10rem;padding-left:.6em;padding-right:.6em}.badge-primary{background-color:#8b5cf6;color:#fff}.badge-primary[href]:focus,.badge-primary[href]:hover{background-color:#692cf3;color:#fff;text-decoration:none}.badge-secondary{background-color:#1f2937;color:#fff}.badge-secondary[href]:focus,.badge-secondary[href]:hover{background-color:#0d1116;color:#fff;text-decoration:none}.badge-success{background-color:#10b981;color:#fff}.badge-success[href]:focus,.badge-success[href]:hover{background-color:#0c8a60;color:#fff;text-decoration:none}.badge-info{background-color:#3b82f6;color:#fff}.badge-info[href]:focus,.badge-info[href]:hover{background-color:#0b63f3;color:#fff;text-decoration:none}.badge-warning{background-color:#f59e0b;color:#111827}.badge-warning[href]:focus,.badge-warning[href]:hover{background-color:#c57f08;color:#111827;text-decoration:none}.badge-danger{background-color:#ef4444;color:#fff}.badge-danger[href]:focus,.badge-danger[href]:hover{background-color:#eb1515;color:#fff;text-decoration:none}.badge-light{background-color:#6b7280;color:#fff}.badge-light[href]:focus,.badge-light[href]:hover{background-color:#545964;color:#fff;text-decoration:none}.badge-dark{background-color:#111827;color:#fff}.badge-dark[href]:focus,.badge-dark[href]:hover{background-color:#020203;color:#fff;text-decoration:none}.badge-gray-100{background-color:#f3f4f6;color:#111827}.badge-gray-100[href]:focus,.badge-gray-100[href]:hover{background-color:#d6d9e0;color:#111827;text-decoration:none}.badge-gray-200{background-color:#e5e7eb;color:#111827}.badge-gray-200[href]:focus,.badge-gray-200[href]:hover{background-color:#c8ccd5;color:#111827;text-decoration:none}.badge-gray-300{background-color:#d1d5db;color:#111827}.badge-gray-300[href]:focus,.badge-gray-300[href]:hover{background-color:#b4bbc5;color:#111827;text-decoration:none}.badge-gray-400{background-color:#9ca3af;color:#111827}.badge-gray-400[href]:focus,.badge-gray-400[href]:hover{background-color:#808998;color:#111827;text-decoration:none}.badge-gray-500{background-color:#6b7280;color:#fff}.badge-gray-500[href]:focus,.badge-gray-500[href]:hover{background-color:#545964;color:#fff;text-decoration:none}.badge-gray-600{background-color:#4b5563;color:#fff}.badge-gray-600[href]:focus,.badge-gray-600[href]:hover{background-color:#353c46;color:#fff;text-decoration:none}.badge-gray-700{background-color:#374151;color:#fff}.badge-gray-700[href]:focus,.badge-gray-700[href]:hover{background-color:#222933;color:#fff;text-decoration:none}.badge-gray-800{background-color:#1f2937;color:#fff}.badge-gray-800[href]:focus,.badge-gray-800[href]:hover{background-color:#0d1116;color:#fff;text-decoration:none}.badge-gray-900{background-color:#111827;color:#fff}.badge-gray-900[href]:focus,.badge-gray-900[href]:hover{background-color:#020203;color:#fff;text-decoration:none}.jumbotron{background-color:#e5e7eb;border-radius:.3rem;margin-bottom:2rem;padding:2rem 1rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{border-radius:0;padding-left:0;padding-right:0}.alert{border:1px solid transparent;border-radius:.25rem;margin-bottom:1rem;padding:.2rem 1.25rem;position:relative}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3.7195rem}.alert-dismissible .close{color:inherit;padding:.2rem 1.25rem;position:absolute;right:0;top:0}.alert-primary{background-color:#e8defd;border-color:#dfd1fc;color:#4d318e}.alert-primary hr{border-top-color:#ceb9fa}.alert-primary .alert-link{color:#382468}.alert-secondary{background-color:#d2d4d7;border-color:#c0c3c7;color:#15162b}.alert-secondary hr{border-top-color:#b3b6bb}.alert-secondary .alert-link{color:#040409}.alert-success{background-color:#cff1e6;border-color:#bcebdc;color:#0d6152}.alert-success hr{border-top-color:#a8e5d2}.alert-success .alert-link{color:#07342c}.alert-info{background-color:#d8e6fd;border-color:#c8dcfc;color:#24448e}.alert-info hr{border-top-color:#b0cdfb}.alert-info .alert-link{color:#1a3165}.alert-warning{background-color:#fdecce;border-color:#fce4bb;color:#845314}.alert-warning hr{border-top-color:#fbdaa3}.alert-warning .alert-link{color:#58370d}.alert-danger{background-color:#fcdada;border-color:#fbcbcb;color:#812432}.alert-danger hr{border-top-color:#f9b3b3}.alert-danger .alert-link{color:#591923}.alert-light{background-color:#e1e3e6;border-color:#d6d8db;color:#3d3c51}.alert-light hr{border-top-color:#c8cbcf}.alert-light .alert-link{color:#272634}.alert-dark{background-color:#cfd1d4;border-color:#bcbec3;color:#0e0d23}.alert-dark hr{border-top-color:#afb1b7}.alert-dark .alert-link{color:#000}.alert-gray-100{background-color:#fdfdfd;border-color:#fcfcfc;color:#83808e}.alert-gray-100 hr{border-top-color:#efefef}.alert-gray-100 .alert-link{color:#6a6774}.alert-gray-200{background-color:#fafafb;border-color:#f8f8f9;color:#7c7989}.alert-gray-200 hr{border-top-color:#eaeaed}.alert-gray-200 .alert-link{color:#63616e}.alert-gray-300{background-color:#f6f7f8;border-color:#f2f3f5;color:#727080}.alert-gray-300 hr{border-top-color:#e4e6ea}.alert-gray-300 .alert-link{color:#5a5865}.alert-gray-400{background-color:#ebedef;border-color:#e3e5e9;color:#56566a}.alert-gray-400 hr{border-top-color:#d5d8de}.alert-gray-400 .alert-link{color:#3f3f4e}.alert-gray-500{background-color:#e1e3e6;border-color:#d6d8db;color:#3d3c51}.alert-gray-500 hr{border-top-color:#c8cbcf}.alert-gray-500 .alert-link{color:#272634}.alert-gray-600{background-color:#dbdde0;border-color:#cdcfd3;color:#2c2d42}.alert-gray-600 hr{border-top-color:#bfc2c7}.alert-gray-600 .alert-link{color:#181823}.alert-gray-700{background-color:#d7d9dc;border-color:#c7cace;color:#222339}.alert-gray-700 hr{border-top-color:#b9bdc2}.alert-gray-700 .alert-link{color:#0f0f19}.alert-gray-800{background-color:#d2d4d7;border-color:#c0c3c7;color:#15162b}.alert-gray-800 hr{border-top-color:#b3b6bb}.alert-gray-800 .alert-link{color:#040409}.alert-gray-900{background-color:#cfd1d4;border-color:#bcbec3;color:#0e0d23}.alert-gray-900 hr{border-top-color:#afb1b7}.alert-gray-900 .alert-link{color:#000}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.progress{background-color:#e5e7eb;border-radius:.25rem;display:flex;font-size:.60975rem;height:1rem;overflow:hidden}.progress-bar{background-color:#8b5cf6;color:#fff;display:flex;flex-direction:column;justify-content:center;text-align:center;transition:width .6s ease;white-space:nowrap}@media screen and (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.media{align-items:flex-start;display:flex}.media-body{flex:1}.list-group{display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.list-group-item-action{color:#374151;text-align:inherit;width:100%}.list-group-item-action:focus,.list-group-item-action:hover{background-color:#f3f4f6;color:#374151;text-decoration:none}.list-group-item-action:active{background-color:#e5e7eb;color:#111827}.list-group-item{background-color:#fff;border:1px solid rgba(10,2,30,.125);display:block;margin-bottom:-1px;padding:.75rem 1.25rem;position:relative}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem;margin-bottom:0}.list-group-item:focus,.list-group-item:hover{text-decoration:none;z-index:1}.list-group-item.disabled,.list-group-item:disabled{background-color:#fff;color:#4b5563}.list-group-item.active{background-color:#8b5cf6;border-color:#8b5cf6;color:#fff;z-index:2}.list-group-flush .list-group-item{border-left:0;border-radius:0;border-right:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{background-color:#dfd1fc;color:#4d318e}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{background-color:#ceb9fa;color:#4d318e}.list-group-item-primary.list-group-item-action.active{background-color:#4d318e;border-color:#4d318e;color:#fff}.list-group-item-secondary{background-color:#c0c3c7;color:#15162b}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{background-color:#b3b6bb;color:#15162b}.list-group-item-secondary.list-group-item-action.active{background-color:#15162b;border-color:#15162b;color:#fff}.list-group-item-success{background-color:#bcebdc;color:#0d6152}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{background-color:#a8e5d2;color:#0d6152}.list-group-item-success.list-group-item-action.active{background-color:#0d6152;border-color:#0d6152;color:#fff}.list-group-item-info{background-color:#c8dcfc;color:#24448e}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{background-color:#b0cdfb;color:#24448e}.list-group-item-info.list-group-item-action.active{background-color:#24448e;border-color:#24448e;color:#fff}.list-group-item-warning{background-color:#fce4bb;color:#845314}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{background-color:#fbdaa3;color:#845314}.list-group-item-warning.list-group-item-action.active{background-color:#845314;border-color:#845314;color:#fff}.list-group-item-danger{background-color:#fbcbcb;color:#812432}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{background-color:#f9b3b3;color:#812432}.list-group-item-danger.list-group-item-action.active{background-color:#812432;border-color:#812432;color:#fff}.list-group-item-light{background-color:#d6d8db;color:#3d3c51}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{background-color:#c8cbcf;color:#3d3c51}.list-group-item-light.list-group-item-action.active{background-color:#3d3c51;border-color:#3d3c51;color:#fff}.list-group-item-dark{background-color:#bcbec3;color:#0e0d23}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{background-color:#afb1b7;color:#0e0d23}.list-group-item-dark.list-group-item-action.active{background-color:#0e0d23;border-color:#0e0d23;color:#fff}.list-group-item-gray-100{background-color:#fcfcfc;color:#83808e}.list-group-item-gray-100.list-group-item-action:focus,.list-group-item-gray-100.list-group-item-action:hover{background-color:#efefef;color:#83808e}.list-group-item-gray-100.list-group-item-action.active{background-color:#83808e;border-color:#83808e;color:#fff}.list-group-item-gray-200{background-color:#f8f8f9;color:#7c7989}.list-group-item-gray-200.list-group-item-action:focus,.list-group-item-gray-200.list-group-item-action:hover{background-color:#eaeaed;color:#7c7989}.list-group-item-gray-200.list-group-item-action.active{background-color:#7c7989;border-color:#7c7989;color:#fff}.list-group-item-gray-300{background-color:#f2f3f5;color:#727080}.list-group-item-gray-300.list-group-item-action:focus,.list-group-item-gray-300.list-group-item-action:hover{background-color:#e4e6ea;color:#727080}.list-group-item-gray-300.list-group-item-action.active{background-color:#727080;border-color:#727080;color:#fff}.list-group-item-gray-400{background-color:#e3e5e9;color:#56566a}.list-group-item-gray-400.list-group-item-action:focus,.list-group-item-gray-400.list-group-item-action:hover{background-color:#d5d8de;color:#56566a}.list-group-item-gray-400.list-group-item-action.active{background-color:#56566a;border-color:#56566a;color:#fff}.list-group-item-gray-500{background-color:#d6d8db;color:#3d3c51}.list-group-item-gray-500.list-group-item-action:focus,.list-group-item-gray-500.list-group-item-action:hover{background-color:#c8cbcf;color:#3d3c51}.list-group-item-gray-500.list-group-item-action.active{background-color:#3d3c51;border-color:#3d3c51;color:#fff}.list-group-item-gray-600{background-color:#cdcfd3;color:#2c2d42}.list-group-item-gray-600.list-group-item-action:focus,.list-group-item-gray-600.list-group-item-action:hover{background-color:#bfc2c7;color:#2c2d42}.list-group-item-gray-600.list-group-item-action.active{background-color:#2c2d42;border-color:#2c2d42;color:#fff}.list-group-item-gray-700{background-color:#c7cace;color:#222339}.list-group-item-gray-700.list-group-item-action:focus,.list-group-item-gray-700.list-group-item-action:hover{background-color:#b9bdc2;color:#222339}.list-group-item-gray-700.list-group-item-action.active{background-color:#222339;border-color:#222339;color:#fff}.list-group-item-gray-800{background-color:#c0c3c7;color:#15162b}.list-group-item-gray-800.list-group-item-action:focus,.list-group-item-gray-800.list-group-item-action:hover{background-color:#b3b6bb;color:#15162b}.list-group-item-gray-800.list-group-item-action.active{background-color:#15162b;border-color:#15162b;color:#fff}.list-group-item-gray-900{background-color:#bcbec3;color:#0e0d23}.list-group-item-gray-900.list-group-item-action:focus,.list-group-item-gray-900.list-group-item-action:hover{background-color:#afb1b7;color:#0e0d23}.list-group-item-gray-900.list-group-item-action.active{background-color:#0e0d23;border-color:#0e0d23;color:#fff}.close{color:#0a021e;float:right;font-size:1.2195rem;font-weight:700;line-height:1;opacity:.5;text-shadow:0 1px 0 #fff}.close:not(:disabled):not(.disabled){cursor:pointer}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{color:#0a021e;opacity:.75;text-decoration:none}button.close{-webkit-appearance:none;background-color:transparent;border:0;padding:0}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{bottom:0;display:none;left:0;outline:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1050}.modal-dialog{margin:.5rem;pointer-events:none;position:relative;width:auto}.modal.fade .modal-dialog{transform:translateY(-25%);transition:transform .3s ease-out}@media screen and (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:translate(0)}.modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{content:"";display:block;height:calc(100vh - 1rem)}.modal-content{background-clip:padding-box;background-color:#fff;border:1px solid rgba(10,2,30,.2);border-radius:.3rem;display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.modal-backdrop{background-color:#0a021e;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1040}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{align-items:flex-start;border-bottom:1px solid #e5e7eb;border-top-left-radius:.3rem;border-top-right-radius:.3rem;display:flex;justify-content:space-between;padding:1rem}.modal-header .close{margin:-1rem -1rem -1rem auto;padding:1rem}.modal-title{line-height:1.5;margin-bottom:0}.modal-body{flex:1 1 auto;padding:1rem;position:relative}.modal-footer{align-items:center;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;padding:1rem}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{height:50px;overflow:scroll;position:absolute;top:-9999px;width:50px}@media (min-width:576px){.modal-dialog{margin:1.75rem auto;max-width:500px}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip{word-wrap:break-word;display:block;font-family:Nunito,sans-serif;font-size:.711375rem;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;margin:0;opacity:0;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:1070}.tooltip.show{opacity:.9}.tooltip .arrow{display:block;height:.4rem;position:absolute;width:.8rem}.tooltip .arrow:before{border-color:transparent;border-style:solid;content:"";position:absolute}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{border-top-color:#0a021e;border-width:.4rem .4rem 0;top:0}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{height:.8rem;left:0;width:.4rem}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{border-right-color:#0a021e;border-width:.4rem .4rem .4rem 0;right:0}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{border-bottom-color:#0a021e;border-width:0 .4rem .4rem;bottom:0}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{height:.8rem;right:0;width:.4rem}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{border-left-color:#0a021e;border-width:.4rem 0 .4rem .4rem;left:0}.tooltip-inner{background-color:#0a021e;border-radius:.25rem;color:#fff;max-width:200px;padding:.25rem .5rem;text-align:center}.toast{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-clip:padding-box;background-color:hsla(0,0%,100%,.85);border:1px solid rgba(0,0,0,.1);border-radius:.25rem;box-shadow:0 .25rem .75rem rgba(10,2,30,.1);font-size:.875rem;max-width:350px;opacity:0;overflow:hidden}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{align-items:center;background-clip:padding-box;background-color:hsla(0,0%,100%,.85);border-bottom:1px solid rgba(0,0,0,.05);color:#4b5563;display:flex;padding:.25rem .75rem}.toast-body{padding:.75rem}.popover{word-wrap:break-word;background-clip:padding-box;background-color:#fff;border:1px solid rgba(10,2,30,.2);border-radius:.3rem;font-family:Nunito,sans-serif;font-size:.711375rem;font-style:normal;font-weight:400;left:0;letter-spacing:normal;line-break:auto;line-height:1.5;max-width:276px;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;top:0;white-space:normal;word-break:normal;word-spacing:normal;z-index:1060}.popover,.popover .arrow{display:block;position:absolute}.popover .arrow{height:.5rem;margin:0 .3rem;width:1rem}.popover .arrow:after,.popover .arrow:before{border-color:transparent;border-style:solid;content:"";display:block;position:absolute}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc(-.5rem + -1px)}.bs-popover-auto[x-placement^=top] .arrow:after,.bs-popover-auto[x-placement^=top] .arrow:before,.bs-popover-top .arrow:after,.bs-popover-top .arrow:before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow:before,.bs-popover-top .arrow:before{border-top-color:rgba(10,2,30,.25);bottom:0}.bs-popover-auto[x-placement^=top] .arrow:after,.bs-popover-top .arrow:after{border-top-color:#fff;bottom:1px}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{height:1rem;left:calc(-.5rem + -1px);margin:.3rem 0;width:.5rem}.bs-popover-auto[x-placement^=right] .arrow:after,.bs-popover-auto[x-placement^=right] .arrow:before,.bs-popover-right .arrow:after,.bs-popover-right .arrow:before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow:before,.bs-popover-right .arrow:before{border-right-color:rgba(10,2,30,.25);left:0}.bs-popover-auto[x-placement^=right] .arrow:after,.bs-popover-right .arrow:after{border-right-color:#fff;left:1px}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc(-.5rem + -1px)}.bs-popover-auto[x-placement^=bottom] .arrow:after,.bs-popover-auto[x-placement^=bottom] .arrow:before,.bs-popover-bottom .arrow:after,.bs-popover-bottom .arrow:before{border-width:0 .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow:before,.bs-popover-bottom .arrow:before{border-bottom-color:rgba(10,2,30,.25);top:0}.bs-popover-auto[x-placement^=bottom] .arrow:after,.bs-popover-bottom .arrow:after{border-bottom-color:#fff;top:1px}.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{border-bottom:1px solid #f7f7f7;content:"";display:block;left:50%;margin-left:-.5rem;position:absolute;top:0;width:1rem}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{height:1rem;margin:.3rem 0;right:calc(-.5rem + -1px);width:.5rem}.bs-popover-auto[x-placement^=left] .arrow:after,.bs-popover-auto[x-placement^=left] .arrow:before,.bs-popover-left .arrow:after,.bs-popover-left .arrow:before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow:before,.bs-popover-left .arrow:before{border-left-color:rgba(10,2,30,.25);right:0}.bs-popover-auto[x-placement^=left] .arrow:after,.bs-popover-left .arrow:after{border-left-color:#fff;right:1px}.popover-header{background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);color:inherit;font-size:.813rem;margin-bottom:0;padding:.5rem .75rem}.popover-header:empty{display:none}.popover-body{color:#111827;padding:.5rem .75rem}.carousel{position:relative}.carousel-inner{overflow:hidden;position:relative;width:100%}.carousel-item{align-items:center;backface-visibility:hidden;display:none;perspective:1000px;position:relative;width:100%}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block;transition:transform .6s ease}@media screen and (prefers-reduced-motion:reduce){.carousel-item-next,.carousel-item-prev,.carousel-item.active{transition:none}}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{transform:translateX(0)}@supports (transform-style:preserve-3d){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{transform:translateZ(0)}}.active.carousel-item-right,.carousel-item-next{transform:translateX(100%)}@supports (transform-style:preserve-3d){.active.carousel-item-right,.carousel-item-next{transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{transform:translateX(-100%)}@supports (transform-style:preserve-3d){.active.carousel-item-left,.carousel-item-prev{transform:translate3d(-100%,0,0)}}.carousel-fade .carousel-item{opacity:0;transition-duration:.6s;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{opacity:0}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{transform:translateX(0)}@supports (transform-style:preserve-3d){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{transform:translateZ(0)}}.carousel-control-next,.carousel-control-prev{align-items:center;bottom:0;color:#fff;display:flex;justify-content:center;opacity:.5;position:absolute;text-align:center;top:0;width:15%}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;opacity:.9;outline:0;text-decoration:none}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{background:transparent no-repeat 50%;background-size:100% 100%;display:inline-block;height:20px;width:20px}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 8 8\'%3E%3Cpath d=\'M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z\'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 8 8\'%3E%3Cpath d=\'M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z\'/%3E%3C/svg%3E")}.carousel-indicators{bottom:10px;display:flex;justify-content:center;left:0;list-style:none;margin-left:15%;margin-right:15%;padding-left:0;position:absolute;right:0;z-index:15}.carousel-indicators li{background-color:hsla(0,0%,100%,.5);cursor:pointer;flex:0 1 auto;height:3px;margin-left:3px;margin-right:3px;position:relative;text-indent:-999px;width:30px}.carousel-indicators li:before{top:-10px}.carousel-indicators li:after,.carousel-indicators li:before{content:"";display:inline-block;height:10px;left:0;position:absolute;width:100%}.carousel-indicators li:after{bottom:-10px}.carousel-indicators .active{background-color:#fff}.carousel-caption{bottom:20px;color:#fff;left:15%;padding-bottom:20px;padding-top:20px;position:absolute;right:15%;text-align:center;z-index:10}.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}.bg-primary{background-color:#8b5cf6!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#692cf3!important}.bg-secondary{background-color:#1f2937!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#0d1116!important}.bg-success{background-color:#10b981!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#0c8a60!important}.bg-info{background-color:#3b82f6!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#0b63f3!important}.bg-warning{background-color:#f59e0b!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#c57f08!important}.bg-danger{background-color:#ef4444!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#eb1515!important}.bg-light{background-color:#6b7280!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#545964!important}.bg-dark{background-color:#111827!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#020203!important}.bg-gray-100{background-color:#f3f4f6!important}a.bg-gray-100:focus,a.bg-gray-100:hover,button.bg-gray-100:focus,button.bg-gray-100:hover{background-color:#d6d9e0!important}.bg-gray-200{background-color:#e5e7eb!important}a.bg-gray-200:focus,a.bg-gray-200:hover,button.bg-gray-200:focus,button.bg-gray-200:hover{background-color:#c8ccd5!important}.bg-gray-300{background-color:#d1d5db!important}a.bg-gray-300:focus,a.bg-gray-300:hover,button.bg-gray-300:focus,button.bg-gray-300:hover{background-color:#b4bbc5!important}.bg-gray-400{background-color:#9ca3af!important}a.bg-gray-400:focus,a.bg-gray-400:hover,button.bg-gray-400:focus,button.bg-gray-400:hover{background-color:#808998!important}.bg-gray-500{background-color:#6b7280!important}a.bg-gray-500:focus,a.bg-gray-500:hover,button.bg-gray-500:focus,button.bg-gray-500:hover{background-color:#545964!important}.bg-gray-600{background-color:#4b5563!important}a.bg-gray-600:focus,a.bg-gray-600:hover,button.bg-gray-600:focus,button.bg-gray-600:hover{background-color:#353c46!important}.bg-gray-700{background-color:#374151!important}a.bg-gray-700:focus,a.bg-gray-700:hover,button.bg-gray-700:focus,button.bg-gray-700:hover{background-color:#222933!important}.bg-gray-800{background-color:#1f2937!important}a.bg-gray-800:focus,a.bg-gray-800:hover,button.bg-gray-800:focus,button.bg-gray-800:hover{background-color:#0d1116!important}.bg-gray-900{background-color:#111827!important}a.bg-gray-900:focus,a.bg-gray-900:hover,button.bg-gray-900:focus,button.bg-gray-900:hover{background-color:#020203!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #d1d5db!important}.border-top{border-top:1px solid #d1d5db!important}.border-right{border-right:1px solid #d1d5db!important}.border-bottom{border-bottom:1px solid #d1d5db!important}.border-left{border-left:1px solid #d1d5db!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#8b5cf6!important}.border-secondary{border-color:#1f2937!important}.border-success{border-color:#10b981!important}.border-info{border-color:#3b82f6!important}.border-warning{border-color:#f59e0b!important}.border-danger{border-color:#ef4444!important}.border-light{border-color:#6b7280!important}.border-dark{border-color:#111827!important}.border-gray-100{border-color:#f3f4f6!important}.border-gray-200{border-color:#e5e7eb!important}.border-gray-300{border-color:#d1d5db!important}.border-gray-400{border-color:#9ca3af!important}.border-gray-500{border-color:#6b7280!important}.border-gray-600{border-color:#4b5563!important}.border-gray-700{border-color:#374151!important}.border-gray-800{border-color:#1f2937!important}.border-gray-900{border-color:#111827!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-right,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix:after{clear:both;content:"";display:block}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!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}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!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}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!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}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!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}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!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}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!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}}.embed-responsive{display:block;overflow:hidden;padding:0;position:relative;width:100%}.embed-responsive:before{content:"";display:block}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.embed-responsive-21by9:before{padding-top:42.85714286%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.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-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!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}.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}.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}@media (min-width:576px){.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-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!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}.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}.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}}@media (min-width:768px){.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-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!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}.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}.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}}@media (min-width:992px){.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-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!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}.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}.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}}@media (min-width:1200px){.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-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!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}.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}.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}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float: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}.fixed-top{top:0}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:1030}.fixed-bottom{bottom:0}@supports (position:sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;overflow:visible;position:static;white-space:normal;width:auto}.shadow-sm{box-shadow:0 .125rem .25rem rgba(10,2,30,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(10,2,30,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(10,2,30,.175)!important}.shadow-none{box-shadow:none!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}.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}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#8b5cf6!important}a.text-primary:focus,a.text-primary:hover{color:#692cf3!important}.text-secondary{color:#1f2937!important}a.text-secondary:focus,a.text-secondary:hover{color:#0d1116!important}.text-success{color:#10b981!important}a.text-success:focus,a.text-success:hover{color:#0c8a60!important}.text-info{color:#3b82f6!important}a.text-info:focus,a.text-info:hover{color:#0b63f3!important}.text-warning{color:#f59e0b!important}a.text-warning:focus,a.text-warning:hover{color:#c57f08!important}.text-danger{color:#ef4444!important}a.text-danger:focus,a.text-danger:hover{color:#eb1515!important}.text-light{color:#6b7280!important}a.text-light:focus,a.text-light:hover{color:#545964!important}.text-dark{color:#111827!important}a.text-dark:focus,a.text-dark:hover{color:#020203!important}.text-gray-100{color:#f3f4f6!important}a.text-gray-100:focus,a.text-gray-100:hover{color:#d6d9e0!important}.text-gray-200{color:#e5e7eb!important}a.text-gray-200:focus,a.text-gray-200:hover{color:#c8ccd5!important}.text-gray-300{color:#d1d5db!important}a.text-gray-300:focus,a.text-gray-300:hover{color:#b4bbc5!important}.text-gray-400{color:#9ca3af!important}a.text-gray-400:focus,a.text-gray-400:hover{color:#808998!important}.text-gray-500{color:#6b7280!important}a.text-gray-500:focus,a.text-gray-500:hover{color:#545964!important}.text-gray-600{color:#4b5563!important}a.text-gray-600:focus,a.text-gray-600:hover{color:#353c46!important}.text-gray-700{color:#374151!important}a.text-gray-700:focus,a.text-gray-700:hover{color:#222933!important}.text-gray-800{color:#1f2937!important}a.text-gray-800:focus,a.text-gray-800:hover{color:#0d1116!important}.text-gray-900{color:#111827!important}a.text-gray-900:focus,a.text-gray-900:hover{color:#020203!important}.text-body{color:#111827!important}.text-muted{color:#4b5563!important}.text-black-50{color:rgba(10,2,30,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{background-color:transparent;border:0;color:transparent;font:0/0 a;text-shadow:none}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,:after,:before{box-shadow:none!important;text-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #6b7280;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.container,body{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #0a021e}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #d1d5db!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#d1d5db}.table .thead-dark th{border-color:#d1d5db;color:inherit}}[dir=rtl] .text-left{text-align:right!important}[dir=rtl] .text-right{text-align:left!important}@media (min-width:576px){[dir=rtl] .text-sm-left{text-align:right!important}[dir=rtl] .text-sm-right{text-align:left!important}}@media (min-width:768px){[dir=rtl] .text-md-left{text-align:right!important}[dir=rtl] .text-md-right{text-align:left!important}}@media (min-width:992px){[dir=rtl] .text-lg-left{text-align:right!important}[dir=rtl] .text-lg-right{text-align:left!important}}@media (min-width:1200px){[dir=rtl] .text-xl-left{text-align:right!important}[dir=rtl] .text-xl-right{text-align:left!important}}[dir=rtl] .float-left{float:right!important}[dir=rtl] .float-right{float:left!important}@media (min-width:576px){[dir=rtl] .float-sm-left{float:right!important}[dir=rtl] .float-sm-right{float:left!important}}@media (min-width:768px){[dir=rtl] .float-md-left{float:right!important}[dir=rtl] .float-md-right{float:left!important}}@media (min-width:992px){[dir=rtl] .float-lg-left{float:right!important}[dir=rtl] .float-lg-right{float:left!important}}@media (min-width:1200px){[dir=rtl] .float-xl-left{float:right!important}[dir=rtl] .float-xl-right{float:left!important}}[dir=rtl] .mr-0,[dir=rtl] .mx-0{margin-left:0!important;margin-right:unset!important}[dir=rtl] .ml-0,[dir=rtl] .mx-0{margin-left:unset!important;margin-right:0!important}[dir=rtl] .mr-1,[dir=rtl] .mx-1{margin-left:.25rem!important;margin-right:unset!important}[dir=rtl] .ml-1,[dir=rtl] .mx-1{margin-left:unset!important;margin-right:.25rem!important}[dir=rtl] .mr-2,[dir=rtl] .mx-2{margin-left:.5rem!important;margin-right:unset!important}[dir=rtl] .ml-2,[dir=rtl] .mx-2{margin-left:unset!important;margin-right:.5rem!important}[dir=rtl] .mr-3,[dir=rtl] .mx-3{margin-left:1rem!important;margin-right:unset!important}[dir=rtl] .ml-3,[dir=rtl] .mx-3{margin-left:unset!important;margin-right:1rem!important}[dir=rtl] .mr-4,[dir=rtl] .mx-4{margin-left:1.5rem!important;margin-right:unset!important}[dir=rtl] .ml-4,[dir=rtl] .mx-4{margin-left:unset!important;margin-right:1.5rem!important}[dir=rtl] .mr-5,[dir=rtl] .mx-5{margin-left:3rem!important;margin-right:unset!important}[dir=rtl] .ml-5,[dir=rtl] .mx-5{margin-left:unset!important;margin-right:3rem!important}[dir=rtl] .pr-0,[dir=rtl] .px-0{margin-right:unset!important;padding-left:0!important}[dir=rtl] .pl-0,[dir=rtl] .px-0{margin-left:unset!important;padding-right:0!important}[dir=rtl] .pr-1,[dir=rtl] .px-1{margin-right:unset!important;padding-left:.25rem!important}[dir=rtl] .pl-1,[dir=rtl] .px-1{margin-left:unset!important;padding-right:.25rem!important}[dir=rtl] .pr-2,[dir=rtl] .px-2{margin-right:unset!important;padding-left:.5rem!important}[dir=rtl] .pl-2,[dir=rtl] .px-2{margin-left:unset!important;padding-right:.5rem!important}[dir=rtl] .pr-3,[dir=rtl] .px-3{margin-right:unset!important;padding-left:1rem!important}[dir=rtl] .pl-3,[dir=rtl] .px-3{margin-left:unset!important;padding-right:1rem!important}[dir=rtl] .pr-4,[dir=rtl] .px-4{margin-right:unset!important;padding-left:1.5rem!important}[dir=rtl] .pl-4,[dir=rtl] .px-4{margin-left:unset!important;padding-right:1.5rem!important}[dir=rtl] .pr-5,[dir=rtl] .px-5{margin-right:unset!important;padding-left:3rem!important}[dir=rtl] .pl-5,[dir=rtl] .px-5{margin-left:unset!important;padding-right:3rem!important}@media (min-width:576px){[dir=rtl] .mr-sm-0,[dir=rtl] .mx-sm-0{margin-left:0!important;margin-right:unset!important}[dir=rtl] .ml-sm-0,[dir=rtl] .mx-sm-0{margin-left:unset!important;margin-right:0!important}[dir=rtl] .mr-sm-1,[dir=rtl] .mx-sm-1{margin-left:.25rem!important;margin-right:unset!important}[dir=rtl] .ml-sm-1,[dir=rtl] .mx-sm-1{margin-left:unset!important;margin-right:.25rem!important}[dir=rtl] .mr-sm-2,[dir=rtl] .mx-sm-2{margin-left:.5rem!important;margin-right:unset!important}[dir=rtl] .ml-sm-2,[dir=rtl] .mx-sm-2{margin-left:unset!important;margin-right:.5rem!important}[dir=rtl] .mr-sm-3,[dir=rtl] .mx-sm-3{margin-left:1rem!important;margin-right:unset!important}[dir=rtl] .ml-sm-3,[dir=rtl] .mx-sm-3{margin-left:unset!important;margin-right:1rem!important}[dir=rtl] .mr-sm-4,[dir=rtl] .mx-sm-4{margin-left:1.5rem!important;margin-right:unset!important}[dir=rtl] .ml-sm-4,[dir=rtl] .mx-sm-4{margin-left:unset!important;margin-right:1.5rem!important}[dir=rtl] .mr-sm-5,[dir=rtl] .mx-sm-5{margin-left:3rem!important;margin-right:unset!important}[dir=rtl] .ml-sm-5,[dir=rtl] .mx-sm-5{margin-left:unset!important;margin-right:3rem!important}[dir=rtl] .pr-sm-0,[dir=rtl] .px-sm-0{margin-right:unset!important;padding-left:0!important}[dir=rtl] .pl-sm-0,[dir=rtl] .px-sm-0{margin-left:unset!important;padding-right:0!important}[dir=rtl] .pr-sm-1,[dir=rtl] .px-sm-1{margin-right:unset!important;padding-left:.25rem!important}[dir=rtl] .pl-sm-1,[dir=rtl] .px-sm-1{margin-left:unset!important;padding-right:.25rem!important}[dir=rtl] .pr-sm-2,[dir=rtl] .px-sm-2{margin-right:unset!important;padding-left:.5rem!important}[dir=rtl] .pl-sm-2,[dir=rtl] .px-sm-2{margin-left:unset!important;padding-right:.5rem!important}[dir=rtl] .pr-sm-3,[dir=rtl] .px-sm-3{margin-right:unset!important;padding-left:1rem!important}[dir=rtl] .pl-sm-3,[dir=rtl] .px-sm-3{margin-left:unset!important;padding-right:1rem!important}[dir=rtl] .pr-sm-4,[dir=rtl] .px-sm-4{margin-right:unset!important;padding-left:1.5rem!important}[dir=rtl] .pl-sm-4,[dir=rtl] .px-sm-4{margin-left:unset!important;padding-right:1.5rem!important}[dir=rtl] .pr-sm-5,[dir=rtl] .px-sm-5{margin-right:unset!important;padding-left:3rem!important}[dir=rtl] .pl-sm-5,[dir=rtl] .px-sm-5{margin-left:unset!important;padding-right:3rem!important}}@media (min-width:768px){[dir=rtl] .mr-md-0,[dir=rtl] .mx-md-0{margin-left:0!important;margin-right:unset!important}[dir=rtl] .ml-md-0,[dir=rtl] .mx-md-0{margin-left:unset!important;margin-right:0!important}[dir=rtl] .mr-md-1,[dir=rtl] .mx-md-1{margin-left:.25rem!important;margin-right:unset!important}[dir=rtl] .ml-md-1,[dir=rtl] .mx-md-1{margin-left:unset!important;margin-right:.25rem!important}[dir=rtl] .mr-md-2,[dir=rtl] .mx-md-2{margin-left:.5rem!important;margin-right:unset!important}[dir=rtl] .ml-md-2,[dir=rtl] .mx-md-2{margin-left:unset!important;margin-right:.5rem!important}[dir=rtl] .mr-md-3,[dir=rtl] .mx-md-3{margin-left:1rem!important;margin-right:unset!important}[dir=rtl] .ml-md-3,[dir=rtl] .mx-md-3{margin-left:unset!important;margin-right:1rem!important}[dir=rtl] .mr-md-4,[dir=rtl] .mx-md-4{margin-left:1.5rem!important;margin-right:unset!important}[dir=rtl] .ml-md-4,[dir=rtl] .mx-md-4{margin-left:unset!important;margin-right:1.5rem!important}[dir=rtl] .mr-md-5,[dir=rtl] .mx-md-5{margin-left:3rem!important;margin-right:unset!important}[dir=rtl] .ml-md-5,[dir=rtl] .mx-md-5{margin-left:unset!important;margin-right:3rem!important}[dir=rtl] .pr-md-0,[dir=rtl] .px-md-0{margin-right:unset!important;padding-left:0!important}[dir=rtl] .pl-md-0,[dir=rtl] .px-md-0{margin-left:unset!important;padding-right:0!important}[dir=rtl] .pr-md-1,[dir=rtl] .px-md-1{margin-right:unset!important;padding-left:.25rem!important}[dir=rtl] .pl-md-1,[dir=rtl] .px-md-1{margin-left:unset!important;padding-right:.25rem!important}[dir=rtl] .pr-md-2,[dir=rtl] .px-md-2{margin-right:unset!important;padding-left:.5rem!important}[dir=rtl] .pl-md-2,[dir=rtl] .px-md-2{margin-left:unset!important;padding-right:.5rem!important}[dir=rtl] .pr-md-3,[dir=rtl] .px-md-3{margin-right:unset!important;padding-left:1rem!important}[dir=rtl] .pl-md-3,[dir=rtl] .px-md-3{margin-left:unset!important;padding-right:1rem!important}[dir=rtl] .pr-md-4,[dir=rtl] .px-md-4{margin-right:unset!important;padding-left:1.5rem!important}[dir=rtl] .pl-md-4,[dir=rtl] .px-md-4{margin-left:unset!important;padding-right:1.5rem!important}[dir=rtl] .pr-md-5,[dir=rtl] .px-md-5{margin-right:unset!important;padding-left:3rem!important}[dir=rtl] .pl-md-5,[dir=rtl] .px-md-5{margin-left:unset!important;padding-right:3rem!important}}@media (min-width:992px){[dir=rtl] .mr-lg-0,[dir=rtl] .mx-lg-0{margin-left:0!important;margin-right:unset!important}[dir=rtl] .ml-lg-0,[dir=rtl] .mx-lg-0{margin-left:unset!important;margin-right:0!important}[dir=rtl] .mr-lg-1,[dir=rtl] .mx-lg-1{margin-left:.25rem!important;margin-right:unset!important}[dir=rtl] .ml-lg-1,[dir=rtl] .mx-lg-1{margin-left:unset!important;margin-right:.25rem!important}[dir=rtl] .mr-lg-2,[dir=rtl] .mx-lg-2{margin-left:.5rem!important;margin-right:unset!important}[dir=rtl] .ml-lg-2,[dir=rtl] .mx-lg-2{margin-left:unset!important;margin-right:.5rem!important}[dir=rtl] .mr-lg-3,[dir=rtl] .mx-lg-3{margin-left:1rem!important;margin-right:unset!important}[dir=rtl] .ml-lg-3,[dir=rtl] .mx-lg-3{margin-left:unset!important;margin-right:1rem!important}[dir=rtl] .mr-lg-4,[dir=rtl] .mx-lg-4{margin-left:1.5rem!important;margin-right:unset!important}[dir=rtl] .ml-lg-4,[dir=rtl] .mx-lg-4{margin-left:unset!important;margin-right:1.5rem!important}[dir=rtl] .mr-lg-5,[dir=rtl] .mx-lg-5{margin-left:3rem!important;margin-right:unset!important}[dir=rtl] .ml-lg-5,[dir=rtl] .mx-lg-5{margin-left:unset!important;margin-right:3rem!important}[dir=rtl] .pr-lg-0,[dir=rtl] .px-lg-0{margin-right:unset!important;padding-left:0!important}[dir=rtl] .pl-lg-0,[dir=rtl] .px-lg-0{margin-left:unset!important;padding-right:0!important}[dir=rtl] .pr-lg-1,[dir=rtl] .px-lg-1{margin-right:unset!important;padding-left:.25rem!important}[dir=rtl] .pl-lg-1,[dir=rtl] .px-lg-1{margin-left:unset!important;padding-right:.25rem!important}[dir=rtl] .pr-lg-2,[dir=rtl] .px-lg-2{margin-right:unset!important;padding-left:.5rem!important}[dir=rtl] .pl-lg-2,[dir=rtl] .px-lg-2{margin-left:unset!important;padding-right:.5rem!important}[dir=rtl] .pr-lg-3,[dir=rtl] .px-lg-3{margin-right:unset!important;padding-left:1rem!important}[dir=rtl] .pl-lg-3,[dir=rtl] .px-lg-3{margin-left:unset!important;padding-right:1rem!important}[dir=rtl] .pr-lg-4,[dir=rtl] .px-lg-4{margin-right:unset!important;padding-left:1.5rem!important}[dir=rtl] .pl-lg-4,[dir=rtl] .px-lg-4{margin-left:unset!important;padding-right:1.5rem!important}[dir=rtl] .pr-lg-5,[dir=rtl] .px-lg-5{margin-right:unset!important;padding-left:3rem!important}[dir=rtl] .pl-lg-5,[dir=rtl] .px-lg-5{margin-left:unset!important;padding-right:3rem!important}}@media (min-width:1200px){[dir=rtl] .mr-xl-0,[dir=rtl] .mx-xl-0{margin-left:0!important;margin-right:unset!important}[dir=rtl] .ml-xl-0,[dir=rtl] .mx-xl-0{margin-left:unset!important;margin-right:0!important}[dir=rtl] .mr-xl-1,[dir=rtl] .mx-xl-1{margin-left:.25rem!important;margin-right:unset!important}[dir=rtl] .ml-xl-1,[dir=rtl] .mx-xl-1{margin-left:unset!important;margin-right:.25rem!important}[dir=rtl] .mr-xl-2,[dir=rtl] .mx-xl-2{margin-left:.5rem!important;margin-right:unset!important}[dir=rtl] .ml-xl-2,[dir=rtl] .mx-xl-2{margin-left:unset!important;margin-right:.5rem!important}[dir=rtl] .mr-xl-3,[dir=rtl] .mx-xl-3{margin-left:1rem!important;margin-right:unset!important}[dir=rtl] .ml-xl-3,[dir=rtl] .mx-xl-3{margin-left:unset!important;margin-right:1rem!important}[dir=rtl] .mr-xl-4,[dir=rtl] .mx-xl-4{margin-left:1.5rem!important;margin-right:unset!important}[dir=rtl] .ml-xl-4,[dir=rtl] .mx-xl-4{margin-left:unset!important;margin-right:1.5rem!important}[dir=rtl] .mr-xl-5,[dir=rtl] .mx-xl-5{margin-left:3rem!important;margin-right:unset!important}[dir=rtl] .ml-xl-5,[dir=rtl] .mx-xl-5{margin-left:unset!important;margin-right:3rem!important}[dir=rtl] .pr-xl-0,[dir=rtl] .px-xl-0{margin-right:unset!important;padding-left:0!important}[dir=rtl] .pl-xl-0,[dir=rtl] .px-xl-0{margin-left:unset!important;padding-right:0!important}[dir=rtl] .pr-xl-1,[dir=rtl] .px-xl-1{margin-right:unset!important;padding-left:.25rem!important}[dir=rtl] .pl-xl-1,[dir=rtl] .px-xl-1{margin-left:unset!important;padding-right:.25rem!important}[dir=rtl] .pr-xl-2,[dir=rtl] .px-xl-2{margin-right:unset!important;padding-left:.5rem!important}[dir=rtl] .pl-xl-2,[dir=rtl] .px-xl-2{margin-left:unset!important;padding-right:.5rem!important}[dir=rtl] .pr-xl-3,[dir=rtl] .px-xl-3{margin-right:unset!important;padding-left:1rem!important}[dir=rtl] .pl-xl-3,[dir=rtl] .px-xl-3{margin-left:unset!important;padding-right:1rem!important}[dir=rtl] .pr-xl-4,[dir=rtl] .px-xl-4{margin-right:unset!important;padding-left:1.5rem!important}[dir=rtl] .pl-xl-4,[dir=rtl] .px-xl-4{margin-left:unset!important;padding-right:1.5rem!important}[dir=rtl] .pr-xl-5,[dir=rtl] .px-xl-5{margin-right:unset!important;padding-left:3rem!important}[dir=rtl] .pl-xl-5,[dir=rtl] .px-xl-5{margin-left:unset!important;padding-right:3rem!important}}[dir=rtl] .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),[dir=rtl] .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),[dir=rtl] .input-group>.input-group-append:not(:last-child)>.btn,[dir=rtl] .input-group>.input-group-append:not(:last-child)>.input-group-text,[dir=rtl] .input-group>.input-group-prepend>.btn,[dir=rtl] .input-group>.input-group-prepend>.input-group-text{border-bottom-left-radius:0;border-bottom-right-radius:.25rem;border-top-left-radius:0;border-top-right-radius:.25rem}[dir=rtl] .input-group>.input-group-append>.btn,[dir=rtl] .input-group>.input-group-append>.input-group-text,[dir=rtl] .input-group>.input-group-prepend:first-child>.btn:not(:first-child),[dir=rtl] .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),[dir=rtl] .input-group>.input-group-prepend:not(:first-child)>.btn,[dir=rtl] .input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-bottom-left-radius:.25rem;border-bottom-right-radius:0;border-top-left-radius:.25rem;border-top-right-radius:0}[dir=rtl] .input-group>.custom-select:not(:last-child),[dir=rtl] .input-group>.form-control:not(:last-child){border-bottom-left-radius:0;border-bottom-right-radius:.25rem;border-top-left-radius:0;border-top-right-radius:.25rem}[dir=rtl] .input-group>.custom-select:not(:first-child),[dir=rtl] .input-group>.form-control:not(:first-child){border-bottom-left-radius:.25rem;border-bottom-right-radius:0;border-top-left-radius:.25rem;border-top-right-radius:0}[dir=rtl] .btn-group>.btn-group:not(:first-child)>.btn,[dir=rtl] .btn-group>.btn-group:not(:last-child)>.btn,[dir=rtl] .btn-group>.btn:not(:first-child),[dir=rtl] .btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-radius:0}.gradient-purple-indigo,.sidebar-gradient-purple-indigo .sidebar-left{background-color:#8b5cf6;background-image:-o-linear-gradient(-154deg,#8b5cf6 0,#33214b 100%);background:linear-gradient(-154deg,#8b5cf6,#33214b);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="$from",endColorstr="$to",GradientType=1)}.btn.gradient-purple-indigo.active,.btn.gradient-purple-indigo:active{background-color:#8b5cf6;background-image:-o-linear-gradient(-90deg,#8b5cf6 0,#33214b 100%);background:linear-gradient(-90deg,#8b5cf6,#33214b);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="$from",endColorstr="$to",GradientType=1)}.gradient-black-blue,.sidebar-gradient-black-blue .sidebar-left{background-color:#004e92;background-image:-o-linear-gradient(-154deg,#004e92 0,#000428 100%);background:linear-gradient(-154deg,#004e92,#000428);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="$from",endColorstr="$to",GradientType=1)}.btn.gradient-black-blue.active,.btn.gradient-black-blue:active{background-color:#004e92;background-image:-o-linear-gradient(-90deg,#004e92 0,#000428 100%);background:linear-gradient(-90deg,#004e92,#000428);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="$from",endColorstr="$to",GradientType=1)}.gradient-black-gray,.sidebar-gradient-black-gray .sidebar-left{background-color:#404040;background-image:-o-linear-gradient(-154deg,#404040 0,#000 100%);background:linear-gradient(-154deg,#404040,#000);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="$from",endColorstr="$to",GradientType=1)}.btn.gradient-black-gray.active,.btn.gradient-black-gray:active{background-color:#404040;background-image:-o-linear-gradient(-90deg,#404040 0,#000 100%);background:linear-gradient(-90deg,#404040,#000);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="$from",endColorstr="$to",GradientType=1)}.gradient-steel-gray,.sidebar-gradient-steel-gray .sidebar-left{background-color:#616d86;background-image:-o-linear-gradient(-154deg,#616d86 0,#1f1c2c 100%);background:linear-gradient(-154deg,#616d86,#1f1c2c);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="$from",endColorstr="$to",GradientType=1)}.btn.gradient-steel-gray.active,.btn.gradient-steel-gray:active{background-color:#616d86;background-image:-o-linear-gradient(-90deg,#616d86 0,#1f1c2c 100%);background:linear-gradient(-90deg,#616d86,#1f1c2c);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="$from",endColorstr="$to",GradientType=1)}.blue,.sidebar-blue .sidebar-left{background:#3b82f6}.midnight-blue,.sidebar-midnight-blue .sidebar-left{background:#0c0c3c}.indigo,.sidebar-indigo .sidebar-left{background:#6366f1}.dark-purple,.sidebar-dark-purple .sidebar-left{background:#322740}.purple,.sidebar-purple .sidebar-left{background:#8b5cf6}.pink,.sidebar-pink .sidebar-left{background:#ec4899}.red,.sidebar-red .sidebar-left{background:#ef4444}.orange,.sidebar-orange .sidebar-left{background:#f97316}.sidebar-yellow .sidebar-left,.yellow{background:#f59e0b}.green,.sidebar-green .sidebar-left{background:#10b981}.sidebar-teal .sidebar-left,.teal{background:#14b8a6}.cyan,.sidebar-cyan .sidebar-left{background:#06b6d4}.gray,.sidebar-gray .sidebar-left{background:#71717a}.sidebar-slate-gray .sidebar-left,.slate-gray{background:#64748b}.blue-50{background-color:#fff}.text-blue-50{color:#000}.blue-100{background-color:#fefeff}.text-blue-100{color:#000}.blue-200{background-color:#cddffd}.text-blue-200{color:#000}.blue-300{background-color:#9dc0fa}.text-blue-300{color:#000}.blue-400{background-color:#6ca1f8}.text-blue-400{color:#000}.blue-500{background-color:#3b82f6}.text-blue-500{color:#000}.blue-600{background-color:#0b63f3}.text-blue-600{color:#000}.blue-700{background-color:#094fc2}.text-blue-700{color:#fff}.blue-800{background-color:#073b91}.text-blue-800{color:#fff}.blue-900{background-color:#042761}.text-blue-900{color:#fff}.indigo-50{background-color:#fff}.text-indigo-50{color:#000}.indigo-100{background-color:#fff}.text-indigo-100{color:#000}.indigo-200{background-color:#eff0fe}.text-indigo-200{color:#000}.indigo-300{background-color:#c1c2f9}.text-indigo-300{color:#000}.indigo-400{background-color:#9294f5}.text-indigo-400{color:#000}.indigo-500{background-color:#6366f1}.text-indigo-500{color:#000}.indigo-600{background-color:#3438ed}.text-indigo-600{color:#000}.indigo-700{background-color:#1418da}.text-indigo-700{color:#000}.indigo-800{background-color:#0f13ac}.text-indigo-800{color:#fff}.indigo-900{background-color:#0b0e7d}.text-indigo-900{color:#fff}.gray-dark-50{background-color:#93a7c2}.text-gray-dark-50{color:#000}.gray-dark-100{background-color:#728cb0}.text-gray-dark-100{color:#000}.gray-dark-200{background-color:#567299}.text-gray-dark-200{color:#000}.gray-dark-300{background-color:#445a78}.text-gray-dark-300{color:#fff}.gray-dark-400{background-color:#314158}.text-gray-dark-400{color:#fff}.gray-dark-500{background-color:#1f2937}.text-gray-dark-500{color:#fff}.gray-dark-600{background-color:#0d1116}.text-gray-dark-600{color:#fff}.gray-dark-700{background-color:#000}.text-gray-dark-700{color:#fff}.gray-dark-800{background-color:#000}.text-gray-dark-800{color:#fff}.gray-dark-900{background-color:#000}.text-gray-dark-900{color:#fff}.purple-50{background-color:#fff}.text-purple-50{color:#000}.purple-100{background-color:#fff}.text-purple-100{color:#000}.purple-200{background-color:#f2edfe}.text-purple-200{color:#000}.purple-300{background-color:#d0bdfb}.text-purple-300{color:#000}.purple-400{background-color:#ad8cf9}.text-purple-400{color:#000}.purple-500{background-color:#8b5cf6}.text-purple-500{color:#000}.purple-600{background-color:#692cf3}.text-purple-600{color:#000}.purple-700{background-color:#4d0ce0}.text-purple-700{color:#000}.purple-800{background-color:#3c0aaf}.text-purple-800{color:#fff}.purple-900{background-color:#2c077f}.text-purple-900{color:#fff}.pink-50{background-color:#fff}.text-pink-50{color:#000}.pink-100{background-color:#fff}.text-pink-100{color:#000}.pink-200{background-color:#fad3e6}.text-pink-200{color:#000}.pink-300{background-color:#f6a4cd}.text-pink-300{color:#000}.pink-400{background-color:#f176b3}.text-pink-400{color:#000}.pink-500{background-color:#ec4899}.text-pink-500{color:#000}.pink-600{background-color:#e71a7f}.text-pink-600{color:#000}.pink-700{background-color:#bb1366}.text-pink-700{color:#000}.pink-800{background-color:#8c0f4d}.text-pink-800{color:#fff}.pink-900{background-color:#5e0a33}.text-pink-900{color:#fff}.red-50{background-color:#fff}.text-red-50{color:#000}.red-100{background-color:#fff}.text-red-100{color:#000}.red-200{background-color:#fbd1d1}.text-red-200{color:#000}.red-300{background-color:#f7a2a2}.text-red-300{color:#000}.red-400{background-color:#f37373}.text-red-400{color:#000}.red-500{background-color:#ef4444}.text-red-500{color:#000}.red-600{background-color:#eb1515}.text-red-600{color:#000}.red-700{background-color:#bd1010}.text-red-700{color:#000}.red-800{background-color:#8e0c0c}.text-red-800{color:#fff}.red-900{background-color:#5f0808}.text-red-900{color:#fff}.orange-50{background-color:#fff}.text-orange-50{color:#000}.orange-100{background-color:#feeadd}.text-orange-100{color:#000}.orange-200{background-color:#fdcdab}.text-orange-200{color:#000}.orange-300{background-color:#fcaf79}.text-orange-300{color:#000}.orange-400{background-color:#fa9148}.text-orange-400{color:#000}.orange-500{background-color:#f97316}.text-orange-500{color:#000}.orange-600{background-color:#d65b06}.text-orange-600{color:#000}.orange-700{background-color:#a54604}.text-orange-700{color:#fff}.orange-800{background-color:#733103}.text-orange-800{color:#fff}.orange-900{background-color:#411c02}.text-orange-900{color:#fff}.yellow-50{background-color:#fff}.text-yellow-50{color:#000}.yellow-100{background-color:#fdeccf}.text-yellow-100{color:#000}.yellow-200{background-color:#fbd89e}.text-yellow-200{color:#000}.yellow-300{background-color:#f9c56d}.text-yellow-300{color:#000}.yellow-400{background-color:#f7b13c}.text-yellow-400{color:#000}.yellow-500{background-color:#f59e0b}.text-yellow-500{color:#000}.yellow-600{background-color:#c57f08}.text-yellow-600{color:#000}.yellow-700{background-color:#945f06}.text-yellow-700{color:#fff}.yellow-800{background-color:#634004}.text-yellow-800{color:#fff}.yellow-900{background-color:#322002}.text-yellow-900{color:#fff}.green-50{background-color:#cdfbec}.text-green-50{color:#000}.green-100{background-color:#9ef7d9}.text-green-100{color:#000}.green-200{background-color:#6ff3c7}.text-green-200{color:#000}.green-300{background-color:#40efb5}.text-green-300{color:#000}.green-400{background-color:#14e8a2}.text-green-400{color:#000}.green-500{background-color:#10b981}.text-green-500{color:#fff}.green-600{background-color:#0c8a60}.text-green-600{color:#fff}.green-700{background-color:#085b40}.text-green-700{color:#fff}.green-800{background-color:#042c1f}.text-green-800{color:#fff}.green-900{background-color:#000}.text-green-900{color:#fff}.teal-50{background-color:#d1faf6}.text-teal-50{color:#000}.teal-100{background-color:#a3f5ec}.text-teal-100{color:#000}.teal-200{background-color:#75f0e3}.text-teal-200{color:#000}.teal-300{background-color:#47ebd9}.text-teal-300{color:#000}.teal-400{background-color:#19e6d0}.text-teal-400{color:#000}.teal-500{background-color:#14b8a6}.text-teal-500{color:#fff}.teal-600{background-color:#0f8a7d}.text-teal-600{color:#fff}.teal-700{background-color:#0a5c53}.text-teal-700{color:#fff}.teal-800{background-color:#052e2a}.text-teal-800{color:#fff}.teal-900{background-color:#000}.text-teal-900{color:#fff}.cyan-50{background-color:#dbf9fe}.text-cyan-50{color:#000}.cyan-100{background-color:#a9f0fd}.text-cyan-100{color:#000}.cyan-200{background-color:#78e8fb}.text-cyan-200{color:#000}.cyan-300{background-color:#46e0fa}.text-cyan-300{color:#000}.cyan-400{background-color:#15d7f8}.text-cyan-400{color:#000}.cyan-500{background-color:#06b6d4}.text-cyan-500{color:#000}.cyan-600{background-color:#058ba2}.text-cyan-600{color:#fff}.cyan-700{background-color:#036171}.text-cyan-700{color:#fff}.cyan-800{background-color:#02363f}.text-cyan-800{color:#fff}.cyan-900{background-color:#000c0e}.text-cyan-900{color:#fff}.white-50{background-color:#fff}.text-white-50{color:#000}.white-100{background-color:#fff}.text-white-100{color:#000}.white-200{background-color:#fff}.text-white-200{color:#000}.white-300{background-color:#fff}.text-white-300{color:#000}.white-400{background-color:#fff}.text-white-400{color:#000}.white-500{background-color:#fff}.text-white-500{color:#000}.white-600{background-color:#e6e5e5}.text-white-600{color:#000}.white-700{background-color:#ccc}.text-white-700{color:#000}.white-800{background-color:#b3b2b2}.text-white-800{color:#000}.white-900{background-color:#999}.text-white-900{color:#000}.gray-50{background-color:#d1d6dc}.text-gray-50{color:#000}.gray-100{background-color:#b4bbc6}.text-gray-100{color:#000}.gray-200{background-color:#97a1b0}.text-gray-200{color:#000}.gray-300{background-color:#7a879a}.text-gray-300{color:#000}.gray-400{background-color:#616e80}.text-gray-400{color:#000}.gray-500{background-color:#4b5563}.text-gray-500{color:#fff}.gray-600{background-color:#353c46}.text-gray-600{color:#fff}.gray-700{background-color:#1f2329}.text-gray-700{color:#fff}.gray-800{background-color:#090a0c}.text-gray-800{color:#fff}.gray-900{background-color:#000}.text-gray-900{color:#fff}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes jello{11.1%{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}to{transform:none}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}@keyframes swing{20%,40%,60%,80%,to{transform-origin:top center}20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}to{transform:scale(1) rotate(0)}}@keyframes wobble{0%{transform:translateX(0)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}to{transform:translateX(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(2000px)}}@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-20px)}}@keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(20px)}}@keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(2000px)}}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-2000px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(2000px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translateY(0)}}@keyframes slideOutDown{0%{transform:translateY(0)}to{opacity:0;transform:translateY(2000px)}}@keyframes slideOutLeft{0%{transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}@keyframes slideOutRight{0%{transform:translateX(0)}to{opacity:0;transform:translateX(2000px)}}@keyframes slideOutUp{0%{transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes zoomInDown{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInLeft{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInRight{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInUp{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOutDown{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}@keyframes zoomOutUp{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.page-enter-active{animation:slide-in .3s ease-out forwards}.page-leave-active{animation:slide-out .3s ease-out forwards}@keyframes slide-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slide-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.spin{animation:spin 2s linear infinite}.card-title,.text-title,h1,h2,h3,h4,h5,h6{color:#05070b}.text-10{font-size:10px}.text-11{font-size:11px}.text-12{font-size:12px}.text-13{font-size:13px}.text-14{font-size:14px}.text-15{font-size:15px}.text-16{font-size:16px}.text-17{font-size:17px}.text-18{font-size:18px}.text-19{font-size:19px}.text-20{font-size:20px}.text-21{font-size:21px}.text-22{font-size:22px}.text-23{font-size:23px}.text-24{font-size:24px}.text-25{font-size:25px}.text-26{font-size:26px}.text-27{font-size:27px}.text-28{font-size:28px}.text-29{font-size:29px}.text-30{font-size:30px}.text-31{font-size:31px}.text-32{font-size:32px}.text-33{font-size:33px}.text-34{font-size:34px}.text-35{font-size:35px}.text-36{font-size:36px}.text-37{font-size:37px}.text-38{font-size:38px}.text-39{font-size:39px}.text-40{font-size:40px}.text-41{font-size:41px}.text-42{font-size:42px}.text-43{font-size:43px}.text-44{font-size:44px}.text-45{font-size:45px}.text-46{font-size:46px}.text-47{font-size:47px}.text-48{font-size:48px}.text-49{font-size:49px}.text-50{font-size:50px}.text-51{font-size:51px}.text-52{font-size:52px}.text-53{font-size:53px}.text-54{font-size:54px}.text-55{font-size:55px}.text-56{font-size:56px}.text-57{font-size:57px}.text-58{font-size:58px}.text-59{font-size:59px}.text-60{font-size:60px}.text-61{font-size:61px}.text-62{font-size:62px}.text-63{font-size:63px}.text-64{font-size:64px}.text-65{font-size:65px}.text-66{font-size:66px}.text-67{font-size:67px}.text-68{font-size:68px}.text-69{font-size:69px}.text-70{font-size:70px}.text-71{font-size:71px}.text-72{font-size:72px}.text-73{font-size:73px}.text-74{font-size:74px}.text-75{font-size:75px}.text-76{font-size:76px}.text-77{font-size:77px}.text-78{font-size:78px}.font-weight-300{font-weight:300}.font-weight-301{font-weight:301}.font-weight-302{font-weight:302}.font-weight-303{font-weight:303}.font-weight-304{font-weight:304}.font-weight-305{font-weight:305}.font-weight-306{font-weight:306}.font-weight-307{font-weight:307}.font-weight-308{font-weight:308}.font-weight-309{font-weight:309}.font-weight-310{font-weight:310}.font-weight-311{font-weight:311}.font-weight-312{font-weight:312}.font-weight-313{font-weight:313}.font-weight-314{font-weight:314}.font-weight-315{font-weight:315}.font-weight-316{font-weight:316}.font-weight-317{font-weight:317}.font-weight-318{font-weight:318}.font-weight-319{font-weight:319}.font-weight-320{font-weight:320}.font-weight-321{font-weight:321}.font-weight-322{font-weight:322}.font-weight-323{font-weight:323}.font-weight-324{font-weight:324}.font-weight-325{font-weight:325}.font-weight-326{font-weight:326}.font-weight-327{font-weight:327}.font-weight-328{font-weight:328}.font-weight-329{font-weight:329}.font-weight-330{font-weight:330}.font-weight-331{font-weight:331}.font-weight-332{font-weight:332}.font-weight-333{font-weight:333}.font-weight-334{font-weight:334}.font-weight-335{font-weight:335}.font-weight-336{font-weight:336}.font-weight-337{font-weight:337}.font-weight-338{font-weight:338}.font-weight-339{font-weight:339}.font-weight-340{font-weight:340}.font-weight-341{font-weight:341}.font-weight-342{font-weight:342}.font-weight-343{font-weight:343}.font-weight-344{font-weight:344}.font-weight-345{font-weight:345}.font-weight-346{font-weight:346}.font-weight-347{font-weight:347}.font-weight-348{font-weight:348}.font-weight-349{font-weight:349}.font-weight-350{font-weight:350}.font-weight-351{font-weight:351}.font-weight-352{font-weight:352}.font-weight-353{font-weight:353}.font-weight-354{font-weight:354}.font-weight-355{font-weight:355}.font-weight-356{font-weight:356}.font-weight-357{font-weight:357}.font-weight-358{font-weight:358}.font-weight-359{font-weight:359}.font-weight-360{font-weight:360}.font-weight-361{font-weight:361}.font-weight-362{font-weight:362}.font-weight-363{font-weight:363}.font-weight-364{font-weight:364}.font-weight-365{font-weight:365}.font-weight-366{font-weight:366}.font-weight-367{font-weight:367}.font-weight-368{font-weight:368}.font-weight-369{font-weight:369}.font-weight-370{font-weight:370}.font-weight-371{font-weight:371}.font-weight-372{font-weight:372}.font-weight-373{font-weight:373}.font-weight-374{font-weight:374}.font-weight-375{font-weight:375}.font-weight-376{font-weight:376}.font-weight-377{font-weight:377}.font-weight-378{font-weight:378}.font-weight-379{font-weight:379}.font-weight-380{font-weight:380}.font-weight-381{font-weight:381}.font-weight-382{font-weight:382}.font-weight-383{font-weight:383}.font-weight-384{font-weight:384}.font-weight-385{font-weight:385}.font-weight-386{font-weight:386}.font-weight-387{font-weight:387}.font-weight-388{font-weight:388}.font-weight-389{font-weight:389}.font-weight-390{font-weight:390}.font-weight-391{font-weight:391}.font-weight-392{font-weight:392}.font-weight-393{font-weight:393}.font-weight-394{font-weight:394}.font-weight-395{font-weight:395}.font-weight-396{font-weight:396}.font-weight-397{font-weight:397}.font-weight-398{font-weight:398}.font-weight-399{font-weight:399}.font-weight-400{font-weight:400}.font-weight-401{font-weight:401}.font-weight-402{font-weight:402}.font-weight-403{font-weight:403}.font-weight-404{font-weight:404}.font-weight-405{font-weight:405}.font-weight-406{font-weight:406}.font-weight-407{font-weight:407}.font-weight-408{font-weight:408}.font-weight-409{font-weight:409}.font-weight-410{font-weight:410}.font-weight-411{font-weight:411}.font-weight-412{font-weight:412}.font-weight-413{font-weight:413}.font-weight-414{font-weight:414}.font-weight-415{font-weight:415}.font-weight-416{font-weight:416}.font-weight-417{font-weight:417}.font-weight-418{font-weight:418}.font-weight-419{font-weight:419}.font-weight-420{font-weight:420}.font-weight-421{font-weight:421}.font-weight-422{font-weight:422}.font-weight-423{font-weight:423}.font-weight-424{font-weight:424}.font-weight-425{font-weight:425}.font-weight-426{font-weight:426}.font-weight-427{font-weight:427}.font-weight-428{font-weight:428}.font-weight-429{font-weight:429}.font-weight-430{font-weight:430}.font-weight-431{font-weight:431}.font-weight-432{font-weight:432}.font-weight-433{font-weight:433}.font-weight-434{font-weight:434}.font-weight-435{font-weight:435}.font-weight-436{font-weight:436}.font-weight-437{font-weight:437}.font-weight-438{font-weight:438}.font-weight-439{font-weight:439}.font-weight-440{font-weight:440}.font-weight-441{font-weight:441}.font-weight-442{font-weight:442}.font-weight-443{font-weight:443}.font-weight-444{font-weight:444}.font-weight-445{font-weight:445}.font-weight-446{font-weight:446}.font-weight-447{font-weight:447}.font-weight-448{font-weight:448}.font-weight-449{font-weight:449}.font-weight-450{font-weight:450}.font-weight-451{font-weight:451}.font-weight-452{font-weight:452}.font-weight-453{font-weight:453}.font-weight-454{font-weight:454}.font-weight-455{font-weight:455}.font-weight-456{font-weight:456}.font-weight-457{font-weight:457}.font-weight-458{font-weight:458}.font-weight-459{font-weight:459}.font-weight-460{font-weight:460}.font-weight-461{font-weight:461}.font-weight-462{font-weight:462}.font-weight-463{font-weight:463}.font-weight-464{font-weight:464}.font-weight-465{font-weight:465}.font-weight-466{font-weight:466}.font-weight-467{font-weight:467}.font-weight-468{font-weight:468}.font-weight-469{font-weight:469}.font-weight-470{font-weight:470}.font-weight-471{font-weight:471}.font-weight-472{font-weight:472}.font-weight-473{font-weight:473}.font-weight-474{font-weight:474}.font-weight-475{font-weight:475}.font-weight-476{font-weight:476}.font-weight-477{font-weight:477}.font-weight-478{font-weight:478}.font-weight-479{font-weight:479}.font-weight-480{font-weight:480}.font-weight-481{font-weight:481}.font-weight-482{font-weight:482}.font-weight-483{font-weight:483}.font-weight-484{font-weight:484}.font-weight-485{font-weight:485}.font-weight-486{font-weight:486}.font-weight-487{font-weight:487}.font-weight-488{font-weight:488}.font-weight-489{font-weight:489}.font-weight-490{font-weight:490}.font-weight-491{font-weight:491}.font-weight-492{font-weight:492}.font-weight-493{font-weight:493}.font-weight-494{font-weight:494}.font-weight-495{font-weight:495}.font-weight-496{font-weight:496}.font-weight-497{font-weight:497}.font-weight-498{font-weight:498}.font-weight-499{font-weight:499}.font-weight-500{font-weight:500}.font-weight-501{font-weight:501}.font-weight-502{font-weight:502}.font-weight-503{font-weight:503}.font-weight-504{font-weight:504}.font-weight-505{font-weight:505}.font-weight-506{font-weight:506}.font-weight-507{font-weight:507}.font-weight-508{font-weight:508}.font-weight-509{font-weight:509}.font-weight-510{font-weight:510}.font-weight-511{font-weight:511}.font-weight-512{font-weight:512}.font-weight-513{font-weight:513}.font-weight-514{font-weight:514}.font-weight-515{font-weight:515}.font-weight-516{font-weight:516}.font-weight-517{font-weight:517}.font-weight-518{font-weight:518}.font-weight-519{font-weight:519}.font-weight-520{font-weight:520}.font-weight-521{font-weight:521}.font-weight-522{font-weight:522}.font-weight-523{font-weight:523}.font-weight-524{font-weight:524}.font-weight-525{font-weight:525}.font-weight-526{font-weight:526}.font-weight-527{font-weight:527}.font-weight-528{font-weight:528}.font-weight-529{font-weight:529}.font-weight-530{font-weight:530}.font-weight-531{font-weight:531}.font-weight-532{font-weight:532}.font-weight-533{font-weight:533}.font-weight-534{font-weight:534}.font-weight-535{font-weight:535}.font-weight-536{font-weight:536}.font-weight-537{font-weight:537}.font-weight-538{font-weight:538}.font-weight-539{font-weight:539}.font-weight-540{font-weight:540}.font-weight-541{font-weight:541}.font-weight-542{font-weight:542}.font-weight-543{font-weight:543}.font-weight-544{font-weight:544}.font-weight-545{font-weight:545}.font-weight-546{font-weight:546}.font-weight-547{font-weight:547}.font-weight-548{font-weight:548}.font-weight-549{font-weight:549}.font-weight-550{font-weight:550}.font-weight-551{font-weight:551}.font-weight-552{font-weight:552}.font-weight-553{font-weight:553}.font-weight-554{font-weight:554}.font-weight-555{font-weight:555}.font-weight-556{font-weight:556}.font-weight-557{font-weight:557}.font-weight-558{font-weight:558}.font-weight-559{font-weight:559}.font-weight-560{font-weight:560}.font-weight-561{font-weight:561}.font-weight-562{font-weight:562}.font-weight-563{font-weight:563}.font-weight-564{font-weight:564}.font-weight-565{font-weight:565}.font-weight-566{font-weight:566}.font-weight-567{font-weight:567}.font-weight-568{font-weight:568}.font-weight-569{font-weight:569}.font-weight-570{font-weight:570}.font-weight-571{font-weight:571}.font-weight-572{font-weight:572}.font-weight-573{font-weight:573}.font-weight-574{font-weight:574}.font-weight-575{font-weight:575}.font-weight-576{font-weight:576}.font-weight-577{font-weight:577}.font-weight-578{font-weight:578}.font-weight-579{font-weight:579}.font-weight-580{font-weight:580}.font-weight-581{font-weight:581}.font-weight-582{font-weight:582}.font-weight-583{font-weight:583}.font-weight-584{font-weight:584}.font-weight-585{font-weight:585}.font-weight-586{font-weight:586}.font-weight-587{font-weight:587}.font-weight-588{font-weight:588}.font-weight-589{font-weight:589}.font-weight-590{font-weight:590}.font-weight-591{font-weight:591}.font-weight-592{font-weight:592}.font-weight-593{font-weight:593}.font-weight-594{font-weight:594}.font-weight-595{font-weight:595}.font-weight-596{font-weight:596}.font-weight-597{font-weight:597}.font-weight-598{font-weight:598}.font-weight-599{font-weight:599}.font-weight-600{font-weight:600}.font-weight-601{font-weight:601}.font-weight-602{font-weight:602}.font-weight-603{font-weight:603}.font-weight-604{font-weight:604}.font-weight-605{font-weight:605}.font-weight-606{font-weight:606}.font-weight-607{font-weight:607}.font-weight-608{font-weight:608}.font-weight-609{font-weight:609}.font-weight-610{font-weight:610}.font-weight-611{font-weight:611}.font-weight-612{font-weight:612}.font-weight-613{font-weight:613}.font-weight-614{font-weight:614}.font-weight-615{font-weight:615}.font-weight-616{font-weight:616}.font-weight-617{font-weight:617}.font-weight-618{font-weight:618}.font-weight-619{font-weight:619}.font-weight-620{font-weight:620}.font-weight-621{font-weight:621}.font-weight-622{font-weight:622}.font-weight-623{font-weight:623}.font-weight-624{font-weight:624}.font-weight-625{font-weight:625}.font-weight-626{font-weight:626}.font-weight-627{font-weight:627}.font-weight-628{font-weight:628}.font-weight-629{font-weight:629}.font-weight-630{font-weight:630}.font-weight-631{font-weight:631}.font-weight-632{font-weight:632}.font-weight-633{font-weight:633}.font-weight-634{font-weight:634}.font-weight-635{font-weight:635}.font-weight-636{font-weight:636}.font-weight-637{font-weight:637}.font-weight-638{font-weight:638}.font-weight-639{font-weight:639}.font-weight-640{font-weight:640}.font-weight-641{font-weight:641}.font-weight-642{font-weight:642}.font-weight-643{font-weight:643}.font-weight-644{font-weight:644}.font-weight-645{font-weight:645}.font-weight-646{font-weight:646}.font-weight-647{font-weight:647}.font-weight-648{font-weight:648}.font-weight-649{font-weight:649}.font-weight-650{font-weight:650}.font-weight-651{font-weight:651}.font-weight-652{font-weight:652}.font-weight-653{font-weight:653}.font-weight-654{font-weight:654}.font-weight-655{font-weight:655}.font-weight-656{font-weight:656}.font-weight-657{font-weight:657}.font-weight-658{font-weight:658}.font-weight-659{font-weight:659}.font-weight-660{font-weight:660}.font-weight-661{font-weight:661}.font-weight-662{font-weight:662}.font-weight-663{font-weight:663}.font-weight-664{font-weight:664}.font-weight-665{font-weight:665}.font-weight-666{font-weight:666}.font-weight-667{font-weight:667}.font-weight-668{font-weight:668}.font-weight-669{font-weight:669}.font-weight-670{font-weight:670}.font-weight-671{font-weight:671}.font-weight-672{font-weight:672}.font-weight-673{font-weight:673}.font-weight-674{font-weight:674}.font-weight-675{font-weight:675}.font-weight-676{font-weight:676}.font-weight-677{font-weight:677}.font-weight-678{font-weight:678}.font-weight-679{font-weight:679}.font-weight-680{font-weight:680}.font-weight-681{font-weight:681}.font-weight-682{font-weight:682}.font-weight-683{font-weight:683}.font-weight-684{font-weight:684}.font-weight-685{font-weight:685}.font-weight-686{font-weight:686}.font-weight-687{font-weight:687}.font-weight-688{font-weight:688}.font-weight-689{font-weight:689}.font-weight-690{font-weight:690}.font-weight-691{font-weight:691}.font-weight-692{font-weight:692}.font-weight-693{font-weight:693}.font-weight-694{font-weight:694}.font-weight-695{font-weight:695}.font-weight-696{font-weight:696}.font-weight-697{font-weight:697}.font-weight-698{font-weight:698}.font-weight-699{font-weight:699}.font-weight-700{font-weight:700}.font-weight-701{font-weight:701}.font-weight-702{font-weight:702}.font-weight-703{font-weight:703}.font-weight-704{font-weight:704}.font-weight-705{font-weight:705}.font-weight-706{font-weight:706}.font-weight-707{font-weight:707}.font-weight-708{font-weight:708}.font-weight-709{font-weight:709}.font-weight-710{font-weight:710}.font-weight-711{font-weight:711}.font-weight-712{font-weight:712}.font-weight-713{font-weight:713}.font-weight-714{font-weight:714}.font-weight-715{font-weight:715}.font-weight-716{font-weight:716}.font-weight-717{font-weight:717}.font-weight-718{font-weight:718}.font-weight-719{font-weight:719}.font-weight-720{font-weight:720}.font-weight-721{font-weight:721}.font-weight-722{font-weight:722}.font-weight-723{font-weight:723}.font-weight-724{font-weight:724}.font-weight-725{font-weight:725}.font-weight-726{font-weight:726}.font-weight-727{font-weight:727}.font-weight-728{font-weight:728}.font-weight-729{font-weight:729}.font-weight-730{font-weight:730}.font-weight-731{font-weight:731}.font-weight-732{font-weight:732}.font-weight-733{font-weight:733}.font-weight-734{font-weight:734}.font-weight-735{font-weight:735}.font-weight-736{font-weight:736}.font-weight-737{font-weight:737}.font-weight-738{font-weight:738}.font-weight-739{font-weight:739}.font-weight-740{font-weight:740}.font-weight-741{font-weight:741}.font-weight-742{font-weight:742}.font-weight-743{font-weight:743}.font-weight-744{font-weight:744}.font-weight-745{font-weight:745}.font-weight-746{font-weight:746}.font-weight-747{font-weight:747}.font-weight-748{font-weight:748}.font-weight-749{font-weight:749}.font-weight-750{font-weight:750}.font-weight-751{font-weight:751}.font-weight-752{font-weight:752}.font-weight-753{font-weight:753}.font-weight-754{font-weight:754}.font-weight-755{font-weight:755}.font-weight-756{font-weight:756}.font-weight-757{font-weight:757}.font-weight-758{font-weight:758}.font-weight-759{font-weight:759}.font-weight-760{font-weight:760}.font-weight-761{font-weight:761}.font-weight-762{font-weight:762}.font-weight-763{font-weight:763}.font-weight-764{font-weight:764}.font-weight-765{font-weight:765}.font-weight-766{font-weight:766}.font-weight-767{font-weight:767}.font-weight-768{font-weight:768}.font-weight-769{font-weight:769}.font-weight-770{font-weight:770}.font-weight-771{font-weight:771}.font-weight-772{font-weight:772}.font-weight-773{font-weight:773}.font-weight-774{font-weight:774}.font-weight-775{font-weight:775}.font-weight-776{font-weight:776}.font-weight-777{font-weight:777}.font-weight-778{font-weight:778}.font-weight-779{font-weight:779}.font-weight-780{font-weight:780}.font-weight-781{font-weight:781}.font-weight-782{font-weight:782}.font-weight-783{font-weight:783}.font-weight-784{font-weight:784}.font-weight-785{font-weight:785}.font-weight-786{font-weight:786}.font-weight-787{font-weight:787}.font-weight-788{font-weight:788}.font-weight-789{font-weight:789}.font-weight-790{font-weight:790}.font-weight-791{font-weight:791}.font-weight-792{font-weight:792}.font-weight-793{font-weight:793}.font-weight-794{font-weight:794}.font-weight-795{font-weight:795}.font-weight-796{font-weight:796}.font-weight-797{font-weight:797}.font-weight-798{font-weight:798}.font-weight-799{font-weight:799}.font-weight-800{font-weight:800}.font-weight-801{font-weight:801}.font-weight-802{font-weight:802}.font-weight-803{font-weight:803}.font-weight-804{font-weight:804}.font-weight-805{font-weight:805}.font-weight-806{font-weight:806}.font-weight-807{font-weight:807}.font-weight-808{font-weight:808}.font-weight-809{font-weight:809}.font-weight-810{font-weight:810}.font-weight-811{font-weight:811}.font-weight-812{font-weight:812}.font-weight-813{font-weight:813}.font-weight-814{font-weight:814}.font-weight-815{font-weight:815}.font-weight-816{font-weight:816}.font-weight-817{font-weight:817}.font-weight-818{font-weight:818}.font-weight-819{font-weight:819}.font-weight-820{font-weight:820}.font-weight-821{font-weight:821}.font-weight-822{font-weight:822}.font-weight-823{font-weight:823}.font-weight-824{font-weight:824}.font-weight-825{font-weight:825}.font-weight-826{font-weight:826}.font-weight-827{font-weight:827}.font-weight-828{font-weight:828}.font-weight-829{font-weight:829}.font-weight-830{font-weight:830}.font-weight-831{font-weight:831}.font-weight-832{font-weight:832}.font-weight-833{font-weight:833}.font-weight-834{font-weight:834}.font-weight-835{font-weight:835}.font-weight-836{font-weight:836}.font-weight-837{font-weight:837}.font-weight-838{font-weight:838}.font-weight-839{font-weight:839}.font-weight-840{font-weight:840}.font-weight-841{font-weight:841}.font-weight-842{font-weight:842}.font-weight-843{font-weight:843}.font-weight-844{font-weight:844}.font-weight-845{font-weight:845}.font-weight-846{font-weight:846}.font-weight-847{font-weight:847}.font-weight-848{font-weight:848}.font-weight-849{font-weight:849}.font-weight-850{font-weight:850}.font-weight-851{font-weight:851}.font-weight-852{font-weight:852}.font-weight-853{font-weight:853}.font-weight-854{font-weight:854}.font-weight-855{font-weight:855}.font-weight-856{font-weight:856}.font-weight-857{font-weight:857}.font-weight-858{font-weight:858}.font-weight-859{font-weight:859}.font-weight-860{font-weight:860}.font-weight-861{font-weight:861}.font-weight-862{font-weight:862}.font-weight-863{font-weight:863}.font-weight-864{font-weight:864}.font-weight-865{font-weight:865}.font-weight-866{font-weight:866}.font-weight-867{font-weight:867}.font-weight-868{font-weight:868}.font-weight-869{font-weight:869}.font-weight-870{font-weight:870}.font-weight-871{font-weight:871}.font-weight-872{font-weight:872}.font-weight-873{font-weight:873}.font-weight-874{font-weight:874}.font-weight-875{font-weight:875}.font-weight-876{font-weight:876}.font-weight-877{font-weight:877}.font-weight-878{font-weight:878}.font-weight-879{font-weight:879}.font-weight-880{font-weight:880}.font-weight-881{font-weight:881}.font-weight-882{font-weight:882}.font-weight-883{font-weight:883}.font-weight-884{font-weight:884}.font-weight-885{font-weight:885}.font-weight-886{font-weight:886}.font-weight-887{font-weight:887}.font-weight-888{font-weight:888}.font-weight-889{font-weight:889}.font-weight-890{font-weight:890}.font-weight-891{font-weight:891}.font-weight-892{font-weight:892}.font-weight-893{font-weight:893}.font-weight-894{font-weight:894}.font-weight-895{font-weight:895}.font-weight-896{font-weight:896}.font-weight-897{font-weight:897}.font-weight-898{font-weight:898}.font-weight-899{font-weight:899}.font-weight-900{font-weight:900}.text-small{font-size:.75rem}.p-readable{max-width:650px}.section-info{color:#6b7280;font-size:14px}.heading{color:#0e0a16;font-weight:700}.br{margin:10px 0}.text-mute{color:#6b7280}.display-content{margin:20px 0}.display-1{font-size:6rem}.display-1,.display-2{font-weight:300;line-height:1.2}.display-2{font-size:5.5rem}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.lead{font-size:1.25rem;font-weight:300}.t-font-bold{font-weight:500!important}.t-font-bolder{font-weight:600!important}.t-font-boldest{font-weight:700!important}.t-font-u{text-transform:uppercase}.blockquote{font-size:1.25rem;margin-bottom:1rem}.blockquote-footer{color:#6b7280;display:block;font-size:80%}a.typo_link{position:relative}a.typo_link:hover{color:#6366f1}a.typo_link:hover:after{width:100%}a.typo_link:after{bottom:-4px;content:"";display:block;height:1px;left:0;position:absolute;transition:width .3s ease;width:0}a.typo_link.text-primary:after{background-color:#8b5cf6}a.typo_link.text-secondary:after{background-color:#1f2937}a.typo_link.text-success:after{background-color:#10b981}a.typo_link.text-info:after{background-color:#3b82f6}a.typo_link.text-warning:after{background-color:#f59e0b}a.typo_link.text-danger:after{background-color:#ef4444}a.typo_link.text-light:after{background-color:#6b7280}a.typo_link.text-dark:after{background-color:#111827}a.typo_link.text-gray-100:after{background-color:#f3f4f6}a.typo_link.text-gray-200:after{background-color:#e5e7eb}a.typo_link.text-gray-300:after{background-color:#d1d5db}a.typo_link.text-gray-400:after{background-color:#9ca3af}a.typo_link.text-gray-500:after{background-color:#6b7280}a.typo_link.text-gray-600:after{background-color:#4b5563}a.typo_link.text-gray-700:after{background-color:#374151}a.typo_link.text-gray-800:after{background-color:#1f2937}a.typo_link.text-gray-900:after{background-color:#111827}.divider{align-items:center;display:flex;justify-content:center}.divider>span:first-child,.divider>span:last-child{background:#e5e7eb;display:inline-block;flex:1;height:1px;width:100%}.divider>span:not(:first-child):not(:last-child){padding:0 2rem}.cursor-pointer{cursor:pointer!important}.quantity_alert_warehouse{width:200px}.menu-icon-language{display:flex;flex-wrap:wrap;padding:0 8px}.menu-icon-language>a{align-items:center;border-radius:4px;color:#1f2937;cursor:pointer;display:inline-flex;flex-direction:column;padding:18px 12px;width:6rem}.menu-icon-language>a i{font-size:28px;margin-bottom:4px}.menu-icon-language>a:hover{background:#8b5cf6}.barcodea4{height:11.6in;padding:.1in 0 0 .1in;width:8.25in}.barcode_non_a4,.barcodea4{border:1px solid #ccc;display:block;margin:10px auto;page-break-after:always}.barcode_non_a4{height:10.3in;padding-top:.1in;width:8.45in}.barcode_non_a4 .barcode-item{border:1px dotted #ccc;float:left;font-size:12px;line-height:14px;overflow:hidden;text-transform:uppercase}.barcode_non_a4 .barcode-item,.barcode_non_a4 .barcode-name{display:block;text-align:center}.barcode_non_a4 .barcode-price,.barcodea4 .barcode-name,.barcodea4 .barcode-price{display:block;font-size:10px;text-align:center}.barcodea4 .style18 .barcode-name,.barcodea4 .style24 .barcode-name{font-size:10px;text-align:center}.barcodea4 .style12 .barcode-name{font-size:15px}.barcode_non_a4 .barcode-name{font-size:10px}.barcode_non_a4 .style10 .barcode-name{font-size:16px}.barcodea4 .barcode-item{border:1px dotted #ccc;display:block;float:left;font-size:12px;line-height:14px;overflow:hidden;text-align:center;text-transform:uppercase}.barcodea4 .style40{height:1.003in;margin:0 .07in;padding-top:.05in;width:1.799in}.barcode_non_a4 .style30{height:1in;margin:0 .07in;padding-top:.05in;width:2.625in}.barcode_non_a4 .style30:nth-child(3n+1){margin-left:.1in}.barcodea4 .style24{height:1.335in;margin-left:.079in;padding-top:.05in;width:2.48in}.barcode_non_a4 .style20{height:1in;margin:0 .1in;padding-top:.05in;width:4in}.barcodea4 .style18{font-size:13px;height:1.835in;line-height:20px;margin-left:.079in;padding-top:.05in;width:2.5in}.barcode_non_a4 .style14{height:1.33in;margin:0 .1in;padding-top:.1in;width:4in}.barcodea4 .style12{font-size:10px;height:2.834in;line-height:20px;margin-left:.079in;padding-top:.05in;width:2.5in}.barcode_non_a4 .style10{font-size:10px;height:2in;line-height:20px;margin:0 .1in;padding-top:.1in;width:4in}@media print{.barcode_non_a4,.barcodea4{margin:0}.barcode_non_a4,.barcode_non_a4 .barcode-item,.barcodea4,.barcodea4 .barcode-item{border:none!important}}.box-shadow-1{box-shadow:0 1px 15px 1px rgba(0,0,0,.04),0 1px 6px rgba(0,0,0,.04)}.box-shadow-2{box-shadow:0 1px 15px 1px rgba(0,0,0,.24),0 1px 6px rgba(0,0,0,.04)}.layout-sidebar-compact .main-header{align-items:center;background:transparent;box-shadow:none;display:flex;flex-wrap:wrap;justify-content:space-between;left:0;position:absolute!important;transition:width .24s ease-in-out;width:100%;z-index:100}.layout-sidebar-compact .main-header .logo{display:none}.layout-sidebar-compact .main-header button.dropdown-toggle{padding:0!important}.layout-sidebar-compact .main-header .header-part-right .dropdown-menu.show{left:-60px!important}.main-header .logo{width:76px}@media (max-width:1024px){.main-header .search-bar{display:none;width:180px}.main-header .menu-toggle{margin:0 36px;width:24px}.main-header .header-part-right .user{margin-right:1rem}}@media (max-width:790px){.main-header .search-bar{display:none}.main-header .menu-toggle{margin-right:36px;width:24px}}@media (max-width:576px){.main-header{height:70px;padding:0 1.5rem}.main-header .logo{width:60px}.main-header .menu-toggle{margin:0 10px!important;width:24px!important}.main-header .header-part-right .user{margin-right:0;padding-right:0}.notification-dropdown{left:-180px!important}}.layout-sidebar-compact.app-admin-wrap{width:100%}.layout-sidebar-compact.sidenav-open .main-content-wrap{width:calc(100% - 296px)}.layout-sidebar-compact.sidenav-open .sidebar-left{left:0}.layout-sidebar-compact .main-content-wrap{background:#fff;float:right;margin-top:0;min-height:calc(100vh - 80px);padding:0 2rem;position:relative;transition:width .24s ease-in-out;width:100%}.layout-sidebar-compact .main-content{display:flex;flex-direction:column;margin-top:104px;min-height:calc(100vh - 104px)}.layout-sidebar-compact .sidebar-left,.layout-sidebar-compact .sidebar-left-secondary{box-shadow:0 4px 20px 1px rgba(0,0,0,.06),0 1px 4px rgba(0,0,0,.08);height:100%;position:fixed;top:0;z-index:100}.layout-sidebar-compact .sidebar-left{left:-96px;transition:left .24s ease-in-out}.layout-sidebar-compact .sidebar-left .logo{align-items:center;border-bottom:1px solid rgba(243,244,246,.05);display:flex;height:68px;justify-content:center}.layout-sidebar-compact .sidebar-left .logo img{width:40px}.layout-sidebar-compact .sidebar-left .navigation-left{height:100%;list-style:none;margin:0;padding:0;text-align:center;width:76px}.layout-sidebar-compact .sidebar-left .navigation-left .nav-item{border-bottom:1px solid rgba(243,244,246,.05);color:#fff;cursor:pointer;display:block;position:relative;width:100%}.layout-sidebar-compact .sidebar-left .navigation-left .nav-item:active,.layout-sidebar-compact .sidebar-left .navigation-left .nav-item:focus{outline:none}.layout-sidebar-compact .sidebar-left .navigation-left .nav-item.lvl1{text-align:center}.layout-sidebar-compact .sidebar-left .navigation-left .nav-item.active{border-left:2px solid #fff;color:#fff}.layout-sidebar-compact .sidebar-left .navigation-left .nav-item .nav-item-hold{color:#fff;display:block;padding:22px 0;width:100%}.layout-sidebar-compact .sidebar-left .navigation-left .nav-item .nav-item-hold:active,.layout-sidebar-compact .sidebar-left .navigation-left .nav-item .nav-item-hold:focus{outline:none}.layout-sidebar-compact .sidebar-left .navigation-left .nav-item .nav-item-hold .feather,.layout-sidebar-compact .sidebar-left .navigation-left .nav-item .nav-item-hold .nav-icon{display:block;font-size:24px;height:24px;margin:0 auto;width:24px}.layout-sidebar-compact .sidebar-left .navigation-left .nav-item .nav-item-hold .nav-text{display:none}.layout-sidebar-compact .sidebar-left .navigation-left .nav-item .nav-item-hold a{color:#fff}.layout-sidebar-compact .sidebar-left .navigation-left .nav-item.active .triangle{display:none}.layout-sidebar-compact.sidenav-open .sidebar-left-secondary{left:76px}.layout-sidebar-compact .sidebar-left-secondary{background:#fff;left:-240px;padding:.75rem 0;transition:left .24s ease-in-out;width:220px}.layout-sidebar-compact .sidebar-left-secondary .sidebar-close{display:none;font-size:18px;padding:16px;position:absolute;right:0;top:0}.layout-sidebar-compact .sidebar-left-secondary header{padding:0 24px}.layout-sidebar-compact .sidebar-left-secondary header .logo{margin-bottom:14px;padding:10px 0}.layout-sidebar-compact .sidebar-left-secondary header .logo img{height:24px;width:auto}.layout-sidebar-compact .sidebar-left-secondary header h6{font-size:18px;font-weight:600;margin-bottom:4px}.layout-sidebar-compact .sidebar-left-secondary header p{color:#4b5563;margin-bottom:12px}.layout-sidebar-compact .sidebar-left-secondary .submenu-area{display:none}.layout-sidebar-compact .sidebar-left-secondary .childNav{list-style:none;padding:0}.layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item{display:block}.layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a{align-items:center;color:#05070b;cursor:pointer;display:flex;font-size:13px;padding:12px 24px;text-transform:capitalize}.layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a:hover{background:#e5e7eb}.layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a.open{background:#e5e7eb;color:#8b5cf6}.layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a.open .nav-icon{color:#8b5cf6}.layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a .nav-icon{color:#4b5563;font-size:18px;margin-right:8px;vertical-align:middle}.layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a .item-name{font-weight:400;vertical-align:middle}.layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a .dd-arrow{font-size:11px;margin-left:auto}.layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item .submenu{margin-left:8px}.layout-sidebar-compact .sidebar-left-secondary>.childNav{margin:0}.layout-sidebar-compact .sidebar-left-secondary li.nav-item.open>div>a>.dd-arrow{transform:rotate(90deg)}.layout-sidebar-compact .sidebar-left-secondary li.nav-item.open>div>.childNav{max-height:1000px;overflow:visible}.layout-sidebar-compact .sidebar-left-secondary li.nav-item>div>a>.dd-arrow{transition:all .4s ease-in-out}.layout-sidebar-compact .sidebar-left-secondary li.nav-item>div>.childNav{background:#fff;max-height:0;overflow:hidden;transition:all .4s ease-in-out}.layout-sidebar-compact .sidebar-left-secondary li.nav-item>div>.childNav li.nav-item a{padding:12px 12px 12px 50px}.layout-sidebar-compact .sidebar-overlay{background:transparent;bottom:0;cursor:w-resize;display:none;height:calc(100vh - 80px);position:fixed;right:0;width:calc(100% - 296px);z-index:101}.layout-sidebar-compact .sidebar-overlay.open{display:block}@media (max-width:1200px){.layout-sidebar-compact.sidenav-open .main-content-wrap{width:100%}.layout-sidebar-compact .sidebar-left-secondary .sidebar-close{display:block}.layout-sidebar-compact .sidebar-left,.layout-sidebar-compact .sidebar-left-secondary{z-index:101}}@media (max-width:576px){.main-content-wrap{padding:1.5rem}.main-content-wrap.sidenav-open{width:100%}.main-content-wrap{margin-top:70px}.sidebar-left,.sidebar-left-secondary{height:calc(100vh - 70px);top:70px}.sidebar-left{left:-110px}.sidebar-left .navigation-left{width:90px}.sidebar-left .navigation-left .nav-item.active .triangle{border-width:0 0 24px 24px}.sidebar-left .navigation-left .nav-item .nav-item-hold{padding:16px 0}.sidebar-left-secondary{left:-210px;width:190px}.sidebar-left-secondary.open{left:90px}.sidebar-overlay{height:calc(100vh - 70px)}}[dir=rtl] .layout-sidebar-compact .sidebar-left{left:auto!important;right:-96px}[dir=rtl] .layout-sidebar-compact.sidenav-open .sidebar-left{left:auto!important;right:0}[dir=rtl] .layout-sidebar-compact.sidenav-open .sidebar-left-secondary{right:76px}[dir=rtl] .layout-sidebar-compact .sidebar-left-secondary{left:auto!important;right:-240px}[dir=rtl] .layout-sidebar-compact .sidebar-left-secondary header{text-align:right}[dir=rtl] .layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a .dd-arrow{margin-left:unset!important;margin-right:auto}[dir=rtl] .layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a .nav-icon{margin-left:8px;margin-right:0}[dir=rtl] .layout-sidebar-compact .main-content-wrap{float:left}.layout-sidebar-large .main-header{align-items:center;background:#fff;box-shadow:0 1px 15px rgba(0,0,0,.04),0 1px 6px rgba(0,0,0,.04);display:flex;flex-wrap:wrap;height:80px;justify-content:space-between;position:fixed;width:100%;z-index:100}.layout-sidebar-large .main-header .menu-toggle{align-items:center;cursor:pointer;display:flex;flex-direction:column;margin-right:12px;width:90px}.layout-sidebar-large .main-header .menu-toggle div{background:#111827;height:1px;margin:3px 0;width:24px}.layout-sidebar-large .main-header .search-bar{align-items:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:20px;display:flex;height:40px;justify-content:left;position:relative;width:230px}.layout-sidebar-large .main-header .search-bar input{background:transparent;border:0;color:#212121;font-size:.8rem;height:100%;line-height:2;outline:initial!important;padding:.5rem 1rem;width:calc(100% - 32px)}.layout-sidebar-large .main-header .search-bar .search-icon{display:inline-block;font-size:18px;width:24px}.layout-sidebar-large .main-header .logo{width:120px}.layout-sidebar-large .main-header .logo img{display:block;height:60px;margin:0 auto;width:60px}.layout-sidebar-large .main-header .header-icon{border-radius:8px;cursor:pointer;display:inline-block;font-size:19px;height:36px;line-height:36px;margin:0 2px;text-align:center;width:36px}.layout-sidebar-large .main-header .header-icon:hover{background:#f3f4f6}.layout-sidebar-large .main-header .header-icon.dropdown-toggle:after{display:none}.layout-sidebar-large .main-header .header-part-right{align-items:center;display:flex}.layout-sidebar-large .main-header .header-part-right .user{margin-right:2rem}.layout-sidebar-large .main-header .header-part-right .user img{border-radius:50%;height:36px;width:36px}.layout-sidebar-large .main-header .notification-dropdown{cursor:pointer;max-height:260px;padding:0}.layout-sidebar-large .main-header .notification-dropdown .dropdown-item{align-items:center;border-bottom:1px solid #d1d5db;display:flex;height:72px;padding:0}.layout-sidebar-large .main-header .notification-dropdown .dropdown-item .notification-icon{align-items:center;background:#e5e7eb;display:flex;height:100%;justify-content:center;width:44px}.layout-sidebar-large .main-header .notification-dropdown .dropdown-item .notification-icon i{font-size:18px}.layout-sidebar-large .main-header .notification-dropdown .dropdown-item .notification-details{padding:.25rem .75rem}.layout-sidebar-large .main-header .notification-dropdown .dropdown-item:active{background:inherit;color:inherit}.layout-sidebar-large .main-header button.dropdown-toggle{padding:0!important}@media (max-width:991px){.layout-sidebar-large .main-header .search-bar{width:180px}.layout-sidebar-large .main-header .menu-toggle{margin-right:36px;width:24px}}@media (max-width:790px){.layout-sidebar-large .main-header .search-bar,.layout-sidebar-large .main-header .switch{display:none}.layout-sidebar-large .main-header .menu-toggle{margin-right:36px;width:24px}}@media (max-width:576px){.layout-sidebar-large .main-header{height:70px;padding:0 1.5rem}.layout-sidebar-large .main-header .logo{width:60px}.layout-sidebar-large .main-header .search-bar{display:none}.layout-sidebar-large .main-header .menu-toggle{width:60px}.layout-sidebar-large .main-header .header-part-right .user{margin-right:0;padding-right:0}.layout-sidebar-large .notification-dropdown{left:0!important}}@media (max-width:360px){.layout-sidebar-large .main-header .menu-toggle{margin:0}}.app-admin-wrap{width:100%}.layout-sidebar-large .main-content-wrap{background:#fff;float:right;margin-top:80px;min-height:calc(100vh - 80px);padding:2rem 2rem 0;position:relative;transition:width .24s ease-in-out;width:100%}.layout-sidebar-large .main-content-wrap.sidenav-open{width:calc(100% - 120px)}.layout-sidebar-large .sidebar-left,.layout-sidebar-large .sidebar-left-secondary{background:#fff;box-shadow:0 4px 20px 1px rgba(0,0,0,.06),0 1px 4px rgba(0,0,0,.08);height:calc(100vh - 80px);position:fixed;top:80px}.layout-sidebar-large .sidebar-left{left:-140px;transition:left .24s ease-in-out;z-index:90}.layout-sidebar-large .sidebar-left.open{left:0}.layout-sidebar-large .sidebar-left .logo{display:none}.layout-sidebar-large .sidebar-left .navigation-left{height:100%;list-style:none;margin:0;padding:0;text-align:center;width:120px}.layout-sidebar-large .sidebar-left .navigation-left .nav-item{border-bottom:1px solid #d1d5db;color:#05070b;cursor:pointer;display:block;position:relative;width:100%}.layout-sidebar-large .sidebar-left .navigation-left .nav-item:active,.layout-sidebar-large .sidebar-left .navigation-left .nav-item:focus{outline:none}.layout-sidebar-large .sidebar-left .navigation-left .nav-item.lvl1{text-align:center}.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active,.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .nav-item-hold{color:#8b5cf6}.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold{color:#111827;display:block;padding:26px 0;width:100%}.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold:active,.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold:focus{outline:none}.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold .feather,.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold .nav-icon{display:block;font-size:32px;height:32px;margin:0 auto 6px;width:32px}.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold .nav-text{display:block;font-size:13px;font-weight:400}.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold a{color:#05070b}.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .triangle{border-color:transparent transparent #8b5cf6;border-style:solid;border-width:0 0 30px 30px;bottom:0;height:0;position:absolute;right:0;width:0}.layout-sidebar-large .sidebar-left-secondary{background:#fff;left:-240px;padding:.75rem 0;transition:left .24s ease-in-out;width:220px;z-index:89}.layout-sidebar-large .sidebar-left-secondary.open{left:120px}.layout-sidebar-large .sidebar-left-secondary header{display:none}.layout-sidebar-large .sidebar-left-secondary .childNav{display:none;list-style:none;padding:0}.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item{display:block}.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a{align-items:center;color:#05070b;cursor:pointer;display:flex;font-size:13px;padding:12px 24px;text-transform:capitalize;transition:all .15s ease-in}.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a:hover{background:#e5e7eb}.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a.open,.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a.open .nav-icon,.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a.router-link-active,.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a.router-link-active .nav-icon{color:#8b5cf6}.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a .nav-icon{color:#4b5563;font-size:18px;margin-right:8px;vertical-align:middle}.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a .item-name{font-weight:400;vertical-align:middle}.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a .dd-arrow{font-size:11px;margin-left:auto;transition:all .3s ease-in}.layout-sidebar-large .sidebar-left-secondary>.childNav{margin:0}.layout-sidebar-large .sidebar-left-secondary li.nav-item.open>div>a>.dd-arrow{transform:rotate(90deg)}.layout-sidebar-large .sidebar-left-secondary li.nav-item.open>div>.childNav{max-height:1000px;overflow:visible}.layout-sidebar-large .sidebar-left-secondary li.nav-item>div>a>.dd-arrow{transition:all .4s ease-in-out}.layout-sidebar-large .sidebar-left-secondary li.nav-item>div>.childNav{background:#fff;max-height:0;overflow:hidden;transition:all .4s ease-in-out}.layout-sidebar-large .sidebar-left-secondary li.nav-item>div>.childNav li.nav-item a{padding:12px 12px 12px 50px}.layout-sidebar-large .sidebar-overlay{background:transparent;bottom:0;cursor:w-resize;display:none;height:calc(100vh - 80px);position:fixed;right:0;width:calc(100% - 340px);z-index:101}.layout-sidebar-large .sidebar-overlay.open{display:block}.module-loader{background:hsla(0,0%,100%,.5);height:100vh;left:0;position:fixed;top:0;width:100%;z-index:9}.module-loader .loader,.module-loader .spinner{left:calc(50% + 56px);position:fixed;top:45%;z-index:inherit}@media (max-width:1200px){.layout-sidebar-large .main-content-wrap.sidenav-open{width:100%}}@media (max-width:576px){.main-content-wrap{padding:1.5rem}.main-content-wrap.sidenav-open{width:100%}.main-content-wrap{margin-top:70px}.sidebar-left,.sidebar-left-secondary{height:calc(100vh - 70px)!important;top:70px!important}.sidebar-left{left:-110px}.sidebar-left .navigation-left{width:90px}.sidebar-left .navigation-left .nav-item.active .triangle{border-width:0 0 24px 24px}.sidebar-left .navigation-left .nav-item .nav-item-hold{padding:16px 0}.sidebar-left-secondary{left:-210px;width:190px}.sidebar-left-secondary.open{left:90px}.sidebar-overlay{height:calc(100vh - 70px)}}[dir=rtl] .layout-sidebar-large .sidebar-left{left:auto!important;right:-140px}[dir=rtl] .layout-sidebar-large .sidebar-left.open{left:auto!important;right:0}[dir=rtl] .layout-sidebar-large .sidebar-left .navigation-left .nav-item .triangle{left:0;right:auto;transform:rotate(90deg)}[dir=rtl] .layout-sidebar-large .sidebar-left-secondary{left:auto!important;right:-240px}[dir=rtl] .layout-sidebar-large .sidebar-left-secondary.open{left:auto!important;right:120px}[dir=rtl] .layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a .dd-arrow{margin-left:unset!important;margin-right:auto}[dir=rtl] .layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a .nav-icon{margin-left:8px;margin-right:0}[dir=rtl] .layout-sidebar-large .main-content-wrap{float:left}[dir=rtl] .layout-sidebar-large .sidebar-overlay{cursor:e-resize;left:0;right:auto!important}.app-footer{background:#f3f4f6}.app-footer .footer-bottom .btn{bottom:30px;position:fixed;right:60px}.sidebar-left-secondary .childNav li.nav-item.open>a{background:#e5e7eb}.sidebar-left-secondary .childNav li.nav-item.open>a>.dd-arrow{transform:rotate(90deg)}.sidebar-left-secondary .childNav li.nav-item.open>.submenu{max-height:1000px}.sidebar-left-secondary .childNav li.nav-item .submenu{list-style:none;margin:0;max-height:0;overflow:hidden;padding:0;transition:all .3s ease-in}.sidebar-left-secondary .childNav li.nav-item .submenu>li a{padding-left:50px}[dir=rtl] .notification-dropdown .dropdown-item .notification-details{text-align:right}[dir=rtl] .main-header .user{margin-left:2rem;margin-right:0}[role=tab] .btn{text-align:left;width:100%}[role=tab] .btn:focus,[role=tab] .btn:hover{text-decoration:none}.accordion>.card{overflow:hidden}.avatar-sm{height:36px;width:36px}.avatar-md{height:54px;width:54px}.avatar-lg{height:80px;width:80px}.avatar-xl{height:150px;width:150px}.avatar-sm-table{height:20px;width:20px}.border-bottom-primary{border-bottom:1px solid #8b5cf6}.border-bottom-secondary{border-bottom:1px solid #1f2937}.border-bottom-success{border-bottom:1px solid #10b981}.border-bottom-info{border-bottom:1px solid #3b82f6}.border-bottom-warning{border-bottom:1px solid #f59e0b}.border-bottom-danger{border-bottom:1px solid #ef4444}.border-bottom-light{border-bottom:1px solid #6b7280}.border-bottom-dark{border-bottom:1px solid #111827}.border-bottom-gray-100{border-bottom:1px solid #f3f4f6}.border-bottom-gray-200{border-bottom:1px solid #e5e7eb}.border-bottom-gray-300{border-bottom:1px solid #d1d5db}.border-bottom-gray-400{border-bottom:1px solid #9ca3af}.border-bottom-gray-500{border-bottom:1px solid #6b7280}.border-bottom-gray-600{border-bottom:1px solid #4b5563}.border-bottom-gray-700{border-bottom:1px solid #374151}.border-bottom-gray-800{border-bottom:1px solid #1f2937}.border-bottom-gray-900{border-bottom:1px solid #111827}.border-bottom-dotted-primary{border-bottom:1px dotted #8b5cf6}.border-bottom-dotted-secondary{border-bottom:1px dotted #1f2937}.border-bottom-dotted-success{border-bottom:1px dotted #10b981}.border-bottom-dotted-info{border-bottom:1px dotted #3b82f6}.border-bottom-dotted-warning{border-bottom:1px dotted #f59e0b}.border-bottom-dotted-danger{border-bottom:1px dotted #ef4444}.border-bottom-dotted-light{border-bottom:1px dotted #6b7280}.border-bottom-dotted-dark{border-bottom:1px dotted #111827}.border-bottom-dotted-gray-100{border-bottom:1px dotted #f3f4f6}.border-bottom-dotted-gray-200{border-bottom:1px dotted #e5e7eb}.border-bottom-dotted-gray-300{border-bottom:1px dotted #d1d5db}.border-bottom-dotted-gray-400{border-bottom:1px dotted #9ca3af}.border-bottom-dotted-gray-500{border-bottom:1px dotted #6b7280}.border-bottom-dotted-gray-600{border-bottom:1px dotted #4b5563}.border-bottom-dotted-gray-700{border-bottom:1px dotted #374151}.border-bottom-dotted-gray-800{border-bottom:1px dotted #1f2937}.border-bottom-dotted-gray-900{border-bottom:1px dotted #111827}.card{border:0;border-radius:10px;box-shadow:0 4px 20px 1px rgba(0,0,0,.06),0 1px 4px rgba(0,0,0,.08)}.card.border-top{box-shadow:0 4px 15px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.1),inset 0 2px 0 0 #10b981}.card-footer,.card-header{border-color:rgba(0,0,0,.03)}.card-title{font-size:1.1rem;margin-bottom:1.5rem}.card-img-overlay *{position:relative;z-index:1}.card-img-overlay:after{background:rgba(0,0,0,.36);content:"";height:100%;left:0;margin:auto;position:absolute;right:0;top:0;width:100%;z-index:0}.card-img-overlay .separator{margin:auto;width:35px}.card-img-overlay .card-footer{background:transparent;border:0;bottom:16px;left:20px;position:absolute}.card-img-overlay .card-footer [class^=i-]{font-size:.875rem;vertical-align:text-bottom}.card-icon .card-body{padding:2rem .5rem}.card-icon [class^=i-]{font-size:32px}.card-icon .lead,.card-icon [class^=i-]{color:#8b5cf6}.card-icon-big .card-body{padding:2rem .5rem}.card-icon-big [class^=i-]{color:rgba(139,92,246,.6);font-size:48px}.card-icon-bg{position:relative;z-index:1}.card-icon-bg .card-body{display:flex}.card-icon-bg .card-body .content{align-items:flex-start;display:flex;flex-direction:column;margin:auto}.card-icon-bg [class^=i-]{color:hsla(220,9%,46%,.28);font-size:4rem}.card-icon-bg .lead{line-height:1}.card-icon-bg-primary [class^=i-]{color:rgba(139,92,246,.28)}.card-icon-bg-secondary [class^=i-]{color:rgba(31,41,55,.28)}.card-icon-bg-success [class^=i-]{color:rgba(16,185,129,.28)}.card-icon-bg-info [class^=i-]{color:rgba(59,130,246,.28)}.card-icon-bg-warning [class^=i-]{color:rgba(245,158,11,.28)}.card-icon-bg-danger [class^=i-]{color:rgba(239,68,68,.28)}.card-icon-bg-light [class^=i-]{color:hsla(220,9%,46%,.28)}.card-icon-bg-dark [class^=i-]{color:rgba(17,24,39,.28)}.card-icon-bg-gray-100 [class^=i-]{color:rgba(243,244,246,.28)}.card-icon-bg-gray-200 [class^=i-]{color:rgba(229,231,235,.28)}.card-icon-bg-gray-300 [class^=i-]{color:rgba(209,213,219,.28)}.card-icon-bg-gray-400 [class^=i-]{color:rgba(156,163,175,.28)}.card-icon-bg-gray-500 [class^=i-]{color:hsla(220,9%,46%,.28)}.card-icon-bg-gray-600 [class^=i-]{color:rgba(75,85,99,.28)}.card-icon-bg-gray-700 [class^=i-]{color:rgba(55,65,81,.28)}.card-icon-bg-gray-800 [class^=i-]{color:rgba(31,41,55,.28)}.card-icon-bg-gray-900 [class^=i-]{color:rgba(17,24,39,.28)}.card-profile-1 .avatar{border-radius:50%;height:80px;margin:auto;overflow:hidden;width:80px}.card-ecommerce-1 .card-body [class^=i-]{color:#8b5cf6;display:block;font-size:78px}.card-ecommerce-2 .row{margin:0}.card-ecommerce-2 .card-action,.card-ecommerce-2 .col{padding:1rem}.card-ecommerce-2 .card-action{align-items:center;display:flex;position:relative}.card-ecommerce-2 .card-action .icon{cursor:pointer;display:inline-block;font-size:22px;height:24px;line-height:24px;margin:0 8px;width:24px}.card-ecommerce-2 .card-action:before{background:rgba(17,24,39,.1);content:"";height:100%;left:0;position:absolute;top:0;width:1px}.card-ecommerce-3 .card-img-left{height:220px;-o-object-fit:cover;object-fit:cover}.card-socials-simple a{display:inline-block;padding:4px}.card-zoom-in{background-color:#fff;position:relative}.card-zoom-in,.card-zoom-in:after{transition:all .6s cubic-bezier(.165,.84,.44,1)}.card-zoom-in:after{border-radius:5px;box-shadow:0 5px 15px rgba(0,0,0,.3);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.card-zoom-in:hover{transform:scale(1.2)}.card-zoom-in:hover:after{opacity:1}@media screen and (max-width:576px){.card-ecommerce-3 .card-img-left{width:100%}}.breadcrumb{align-items:center;background:transparent;margin:0 0 1.25rem;padding:0}.breadcrumb h1{font-size:1.5rem;line-height:1;margin:0}.breadcrumb ul{list-style:none;margin:0;padding:0}.breadcrumb ul li{color:#4b5563;display:inline-block;line-height:1;padding:0 .5rem;position:relative;vertical-align:bottom}.breadcrumb ul li:after{background:#4b5563;border-radius:5px;content:"";height:16px;position:absolute;right:0;top:-1px;width:1px}.breadcrumb ul li:last-child:after{display:none}.breadcrumb ul li a{color:#05070b}[dir=rtl] .breadcrumb h1{font-size:1.5rem;line-height:1;margin:0 0 0 .5rem}@media (max-width:576px){.breadcrumb{align-items:flex-start;flex-direction:column}.breadcrumb ul li:first-child{padding-left:0}}.btn[type=button],html [type=button]{-webkit-appearance:none!important}.btn{padding:.5rem 1.25rem}.btn.btn-rounded,.btn.rounded{border-radius:40px!important}.btn.btn-xl{font-size:1.18rem;padding:.75rem 2rem}.btn:focus{box-shadow:none}.btn-raised-secondary,.btn-secondary{background-color:#fff!important;color:#111827!important}.btn-icon .icon,.btn-icon [class^=i-]{-webkit-font-smoothing:subpixel-antialiased;margin:0 2px;vertical-align:middle}.btn-icon.rounded-circle{height:44px;padding:0;width:44px}.btn-icon-text .icon,.btn-icon-text [class^=i-]{-webkit-font-smoothing:subpixel-antialiased;margin:0 2px;vertical-align:middle}.btn-outline-email{background:rgba(229,231,235,.6)}.btn-spinner{background:transparent;border:2px solid transparent;border-radius:50%;height:1em;margin:0 16px 0 0;width:1em}.btn-checkbox .checkbox,.btn-checkbox .radio{display:inline}.btn.btn-outline-light.btn-svg{border-color:#374151}.btn.btn-outline-light.btn-svg.active,.btn.btn-outline-light.btn-svg:hover{background:#8b5cf6;border-color:#8b5cf6}.btn.btn-outline-light.btn-svg.active svg,.btn.btn-outline-light.btn-svg:hover svg{fill:#fff}.btn.btn-outline-light.btn-svg:focus{box-shadow:none!important}.btn-raised{color:#fff}.btn-outline-primary,.btn-primary{border-color:#8b5cf6}.btn-outline-primary .btn-spinner,.btn-primary .btn-spinner{animation:btn-glow-primary 1s ease infinite}.btn-outline-primary:hover,.btn-primary:hover{background:#8b5cf6;border-color:#8b5cf6;box-shadow:0 8px 25px -8px #8b5cf6}.btn-outline-primary:focus,.btn-primary:focus{box-shadow:none;box-shadow:0 8px 25px -8px #8b5cf6}.btn-raised.btn-raised-primary{background:#8b5cf6;box-shadow:0 4px 6px rgba(139,92,246,.11),0 1px 3px rgba(139,92,246,.08)}@keyframes btn-glow-primary{0%{box-shadow:0 0 0 .4em #692cf3,0 0 0 .1em #692cf3;transform:rotate(1turn)}50%{border-top-color:#fff}to{box-shadow:0 0 0 .4em #692cf3,0 0 0 3.6em transparent}}.btn-outline-secondary,.btn-secondary{border-color:#1f2937}.btn-outline-secondary .btn-spinner,.btn-secondary .btn-spinner{animation:btn-glow-secondary 1s ease infinite}.btn-outline-secondary:hover,.btn-secondary:hover{background:#1f2937;border-color:#1f2937;box-shadow:0 8px 25px -8px #1f2937}.btn-outline-secondary:focus,.btn-secondary:focus{box-shadow:none;box-shadow:0 8px 25px -8px #1f2937}.btn-raised.btn-raised-secondary{background:#1f2937;box-shadow:0 4px 6px rgba(31,41,55,.11),0 1px 3px rgba(31,41,55,.08)}@keyframes btn-glow-secondary{0%{box-shadow:0 0 0 .4em #0d1116,0 0 0 .1em #0d1116;transform:rotate(1turn)}50%{border-top-color:#fff}to{box-shadow:0 0 0 .4em #0d1116,0 0 0 3.6em transparent}}.btn-outline-success,.btn-success{border-color:#10b981}.btn-outline-success .btn-spinner,.btn-success .btn-spinner{animation:btn-glow-success 1s ease infinite}.btn-outline-success:hover,.btn-success:hover{background:#10b981;border-color:#10b981;box-shadow:0 8px 25px -8px #10b981}.btn-outline-success:focus,.btn-success:focus{box-shadow:none;box-shadow:0 8px 25px -8px #10b981}.btn-raised.btn-raised-success{background:#10b981;box-shadow:0 4px 6px rgba(16,185,129,.11),0 1px 3px rgba(16,185,129,.08)}@keyframes btn-glow-success{0%{box-shadow:0 0 0 .4em #0c8a60,0 0 0 .1em #0c8a60;transform:rotate(1turn)}50%{border-top-color:#fff}to{box-shadow:0 0 0 .4em #0c8a60,0 0 0 3.6em transparent}}.btn-info,.btn-outline-info{border-color:#3b82f6}.btn-info .btn-spinner,.btn-outline-info .btn-spinner{animation:btn-glow-info 1s ease infinite}.btn-info:hover,.btn-outline-info:hover{background:#3b82f6;border-color:#3b82f6;box-shadow:0 8px 25px -8px #3b82f6}.btn-info:focus,.btn-outline-info:focus{box-shadow:none;box-shadow:0 8px 25px -8px #3b82f6}.btn-raised.btn-raised-info{background:#3b82f6;box-shadow:0 4px 6px rgba(59,130,246,.11),0 1px 3px rgba(59,130,246,.08)}@keyframes btn-glow-info{0%{box-shadow:0 0 0 .4em #0b63f3,0 0 0 .1em #0b63f3;transform:rotate(1turn)}50%{border-top-color:#fff}to{box-shadow:0 0 0 .4em #0b63f3,0 0 0 3.6em transparent}}.btn-outline-warning,.btn-warning{border-color:#f59e0b}.btn-outline-warning .btn-spinner,.btn-warning .btn-spinner{animation:btn-glow-warning 1s ease infinite}.btn-outline-warning:hover,.btn-warning:hover{background:#f59e0b;border-color:#f59e0b;box-shadow:0 8px 25px -8px #f59e0b}.btn-outline-warning:focus,.btn-warning:focus{box-shadow:none;box-shadow:0 8px 25px -8px #f59e0b}.btn-raised.btn-raised-warning{background:#f59e0b;box-shadow:0 4px 6px rgba(245,158,11,.11),0 1px 3px rgba(245,158,11,.08)}@keyframes btn-glow-warning{0%{box-shadow:0 0 0 .4em #c57f08,0 0 0 .1em #c57f08;transform:rotate(1turn)}50%{border-top-color:#fff}to{box-shadow:0 0 0 .4em #c57f08,0 0 0 3.6em transparent}}.btn-danger,.btn-outline-danger{border-color:#ef4444}.btn-danger .btn-spinner,.btn-outline-danger .btn-spinner{animation:btn-glow-danger 1s ease infinite}.btn-danger:hover,.btn-outline-danger:hover{background:#ef4444;border-color:#ef4444;box-shadow:0 8px 25px -8px #ef4444}.btn-danger:focus,.btn-outline-danger:focus{box-shadow:none;box-shadow:0 8px 25px -8px #ef4444}.btn-raised.btn-raised-danger{background:#ef4444;box-shadow:0 4px 6px rgba(239,68,68,.11),0 1px 3px rgba(239,68,68,.08)}@keyframes btn-glow-danger{0%{box-shadow:0 0 0 .4em #eb1515,0 0 0 .1em #eb1515;transform:rotate(1turn)}50%{border-top-color:#fff}to{box-shadow:0 0 0 .4em #eb1515,0 0 0 3.6em transparent}}.btn-light,.btn-outline-light{border-color:#6b7280}.btn-light .btn-spinner,.btn-outline-light .btn-spinner{animation:btn-glow-light 1s ease infinite}.btn-light:hover,.btn-outline-light:hover{background:#6b7280;border-color:#6b7280;box-shadow:0 8px 25px -8px #6b7280}.btn-light:focus,.btn-outline-light:focus{box-shadow:none;box-shadow:0 8px 25px -8px #6b7280}.btn-raised.btn-raised-light{background:#6b7280;box-shadow:0 4px 6px hsla(220,9%,46%,.11),0 1px 3px hsla(220,9%,46%,.08)}@keyframes btn-glow-light{0%{box-shadow:0 0 0 .4em #545964,0 0 0 .1em #545964;transform:rotate(1turn)}50%{border-top-color:#fff}to{box-shadow:0 0 0 .4em #545964,0 0 0 3.6em transparent}}.btn-dark,.btn-outline-dark{border-color:#111827}.btn-dark .btn-spinner,.btn-outline-dark .btn-spinner{animation:btn-glow-dark 1s ease infinite}.btn-dark:hover,.btn-outline-dark:hover{background:#111827;border-color:#111827;box-shadow:0 8px 25px -8px #111827}.btn-dark:focus,.btn-outline-dark:focus{box-shadow:none;box-shadow:0 8px 25px -8px #111827}.btn-raised.btn-raised-dark{background:#111827;box-shadow:0 4px 6px rgba(17,24,39,.11),0 1px 3px rgba(17,24,39,.08)}@keyframes btn-glow-dark{0%{box-shadow:0 0 0 .4em #020203,0 0 0 .1em #020203;transform:rotate(1turn)}50%{border-top-color:#fff}to{box-shadow:0 0 0 .4em #020203,0 0 0 3.6em transparent}}.btn-gray-100,.btn-outline-gray-100{border-color:#f3f4f6}.btn-gray-100 .btn-spinner,.btn-outline-gray-100 .btn-spinner{animation:btn-glow-gray-100 1s ease infinite}.btn-gray-100:hover,.btn-outline-gray-100:hover{background:#f3f4f6;border-color:#f3f4f6;box-shadow:0 8px 25px -8px #f3f4f6}.btn-gray-100:focus,.btn-outline-gray-100:focus{box-shadow:none;box-shadow:0 8px 25px -8px #f3f4f6}.btn-raised.btn-raised-gray-100{background:#f3f4f6;box-shadow:0 4px 6px rgba(243,244,246,.11),0 1px 3px rgba(243,244,246,.08)}@keyframes btn-glow-gray-100{0%{box-shadow:0 0 0 .4em #d6d9e0,0 0 0 .1em #d6d9e0;transform:rotate(1turn)}50%{border-top-color:#fff}to{box-shadow:0 0 0 .4em #d6d9e0,0 0 0 3.6em transparent}}.btn-gray-200,.btn-outline-gray-200{border-color:#e5e7eb}.btn-gray-200 .btn-spinner,.btn-outline-gray-200 .btn-spinner{animation:btn-glow-gray-200 1s ease infinite}.btn-gray-200:hover,.btn-outline-gray-200:hover{background:#e5e7eb;border-color:#e5e7eb;box-shadow:0 8px 25px -8px #e5e7eb}.btn-gray-200:focus,.btn-outline-gray-200:focus{box-shadow:none;box-shadow:0 8px 25px -8px #e5e7eb}.btn-raised.btn-raised-gray-200{background:#e5e7eb;box-shadow:0 4px 6px rgba(229,231,235,.11),0 1px 3px rgba(229,231,235,.08)}@keyframes btn-glow-gray-200{0%{box-shadow:0 0 0 .4em #c8ccd5,0 0 0 .1em #c8ccd5;transform:rotate(1turn)}50%{border-top-color:#fff}to{box-shadow:0 0 0 .4em #c8ccd5,0 0 0 3.6em transparent}}.btn-gray-300,.btn-outline-gray-300{border-color:#d1d5db}.btn-gray-300 .btn-spinner,.btn-outline-gray-300 .btn-spinner{animation:btn-glow-gray-300 1s ease infinite}.btn-gray-300:hover,.btn-outline-gray-300:hover{background:#d1d5db;border-color:#d1d5db;box-shadow:0 8px 25px -8px #d1d5db}.btn-gray-300:focus,.btn-outline-gray-300:focus{box-shadow:none;box-shadow:0 8px 25px -8px #d1d5db}.btn-raised.btn-raised-gray-300{background:#d1d5db;box-shadow:0 4px 6px rgba(209,213,219,.11),0 1px 3px rgba(209,213,219,.08)}@keyframes btn-glow-gray-300{0%{box-shadow:0 0 0 .4em #b4bbc5,0 0 0 .1em #b4bbc5;transform:rotate(1turn)}50%{border-top-color:#fff}to{box-shadow:0 0 0 .4em #b4bbc5,0 0 0 3.6em transparent}}.btn-gray-400,.btn-outline-gray-400{border-color:#9ca3af}.btn-gray-400 .btn-spinner,.btn-outline-gray-400 .btn-spinner{animation:btn-glow-gray-400 1s ease infinite}.btn-gray-400:hover,.btn-outline-gray-400:hover{background:#9ca3af;border-color:#9ca3af;box-shadow:0 8px 25px -8px #9ca3af}.btn-gray-400:focus,.btn-outline-gray-400:focus{box-shadow:none;box-shadow:0 8px 25px -8px #9ca3af}.btn-raised.btn-raised-gray-400{background:#9ca3af;box-shadow:0 4px 6px rgba(156,163,175,.11),0 1px 3px rgba(156,163,175,.08)}@keyframes btn-glow-gray-400{0%{box-shadow:0 0 0 .4em #808998,0 0 0 .1em #808998;transform:rotate(1turn)}50%{border-top-color:#fff}to{box-shadow:0 0 0 .4em #808998,0 0 0 3.6em transparent}}.btn-gray-500,.btn-outline-gray-500{border-color:#6b7280}.btn-gray-500 .btn-spinner,.btn-outline-gray-500 .btn-spinner{animation:btn-glow-gray-500 1s ease infinite}.btn-gray-500:hover,.btn-outline-gray-500:hover{background:#6b7280;border-color:#6b7280;box-shadow:0 8px 25px -8px #6b7280}.btn-gray-500:focus,.btn-outline-gray-500:focus{box-shadow:none;box-shadow:0 8px 25px -8px #6b7280}.btn-raised.btn-raised-gray-500{background:#6b7280;box-shadow:0 4px 6px hsla(220,9%,46%,.11),0 1px 3px hsla(220,9%,46%,.08)}@keyframes btn-glow-gray-500{0%{box-shadow:0 0 0 .4em #545964,0 0 0 .1em #545964;transform:rotate(1turn)}50%{border-top-color:#fff}to{box-shadow:0 0 0 .4em #545964,0 0 0 3.6em transparent}}.btn-gray-600,.btn-outline-gray-600{border-color:#4b5563}.btn-gray-600 .btn-spinner,.btn-outline-gray-600 .btn-spinner{animation:btn-glow-gray-600 1s ease infinite}.btn-gray-600:hover,.btn-outline-gray-600:hover{background:#4b5563;border-color:#4b5563;box-shadow:0 8px 25px -8px #4b5563}.btn-gray-600:focus,.btn-outline-gray-600:focus{box-shadow:none;box-shadow:0 8px 25px -8px #4b5563}.btn-raised.btn-raised-gray-600{background:#4b5563;box-shadow:0 4px 6px rgba(75,85,99,.11),0 1px 3px rgba(75,85,99,.08)}@keyframes btn-glow-gray-600{0%{box-shadow:0 0 0 .4em #353c46,0 0 0 .1em #353c46;transform:rotate(1turn)}50%{border-top-color:#fff}to{box-shadow:0 0 0 .4em #353c46,0 0 0 3.6em transparent}}.btn-gray-700,.btn-outline-gray-700{border-color:#374151}.btn-gray-700 .btn-spinner,.btn-outline-gray-700 .btn-spinner{animation:btn-glow-gray-700 1s ease infinite}.btn-gray-700:hover,.btn-outline-gray-700:hover{background:#374151;border-color:#374151;box-shadow:0 8px 25px -8px #374151}.btn-gray-700:focus,.btn-outline-gray-700:focus{box-shadow:none;box-shadow:0 8px 25px -8px #374151}.btn-raised.btn-raised-gray-700{background:#374151;box-shadow:0 4px 6px rgba(55,65,81,.11),0 1px 3px rgba(55,65,81,.08)}@keyframes btn-glow-gray-700{0%{box-shadow:0 0 0 .4em #222933,0 0 0 .1em #222933;transform:rotate(1turn)}50%{border-top-color:#fff}to{box-shadow:0 0 0 .4em #222933,0 0 0 3.6em transparent}}.btn-gray-800,.btn-outline-gray-800{border-color:#1f2937}.btn-gray-800 .btn-spinner,.btn-outline-gray-800 .btn-spinner{animation:btn-glow-gray-800 1s ease infinite}.btn-gray-800:hover,.btn-outline-gray-800:hover{background:#1f2937;border-color:#1f2937;box-shadow:0 8px 25px -8px #1f2937}.btn-gray-800:focus,.btn-outline-gray-800:focus{box-shadow:none;box-shadow:0 8px 25px -8px #1f2937}.btn-raised.btn-raised-gray-800{background:#1f2937;box-shadow:0 4px 6px rgba(31,41,55,.11),0 1px 3px rgba(31,41,55,.08)}@keyframes btn-glow-gray-800{0%{box-shadow:0 0 0 .4em #0d1116,0 0 0 .1em #0d1116;transform:rotate(1turn)}50%{border-top-color:#fff}to{box-shadow:0 0 0 .4em #0d1116,0 0 0 3.6em transparent}}.btn-gray-900,.btn-outline-gray-900{border-color:#111827}.btn-gray-900 .btn-spinner,.btn-outline-gray-900 .btn-spinner{animation:btn-glow-gray-900 1s ease infinite}.btn-gray-900:hover,.btn-outline-gray-900:hover{background:#111827;border-color:#111827;box-shadow:0 8px 25px -8px #111827}.btn-gray-900:focus,.btn-outline-gray-900:focus{box-shadow:none;box-shadow:0 8px 25px -8px #111827}.btn-raised.btn-raised-gray-900{background:#111827;box-shadow:0 4px 6px rgba(17,24,39,.11),0 1px 3px rgba(17,24,39,.08)}@keyframes btn-glow-gray-900{0%{box-shadow:0 0 0 .4em #020203,0 0 0 .1em #020203;transform:rotate(1turn)}50%{border-top-color:#fff}to{box-shadow:0 0 0 .4em #020203,0 0 0 3.6em transparent}}.btn-facebook{color:#fff}.btn-facebook,.btn-facebook:hover{background-color:#3765c9;border-color:#3765c9}.btn-google{background-color:#ec412c;border-color:#ec412c;color:#fff}.btn-twitter{background-color:#039ff5;border-color:#039ff5;color:#fff}.btn-instagram{background-color:#c13584;border-color:#c13584;color:#fff}.btn-linkedin{background-color:#0077b5;border-color:#0077b5;color:#fff}.btn-dribble{background-color:#ea4c89;border-color:#ea4c89;color:#fff}.btn-youtube{background-color:#c4302b;border-color:#c4302b;color:#fff}.btn-outline-facebook{background:rgba(229,231,235,.6);border-color:#3765c9;color:#3765c9!important}.btn-outline-facebook:hover{background:#315bb5;border-color:#315bb5;color:#fff!important}.btn-outline-google{background:rgba(229,231,235,.6);border-color:#ec412c;color:#ec412c!important}.btn-outline-google:hover{background:#e92c15;border-color:#e92c15;color:#fff!important}.btn-outline-twitter{background:rgba(229,231,235,.6);border-color:#039ff5;color:#039ff5!important}.btn-outline-twitter:hover{background:#038fdc;border-color:#038fdc}.ripple{overflow:hidden;position:relative;transform:translateZ(0)}.ripple:after{background-image:radial-gradient(circle,#fff 10%,transparent 10.01%);background-position:50%;background-repeat:no-repeat;content:"";display:block;height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transform:scale(10);transition:transform .5s,opacity 1s;width:100%}.ripple:active:after{opacity:.3;transform:scale(0);transition:0s}.nav-tabs{border:0}.nav-tabs .nav-item .nav-link{border:0;padding:1rem}.nav-tabs .nav-item .nav-link:not(.disabled){color:inherit}.nav-tabs .nav-item .nav-link.active{background:rgba(139,92,246,.1);border-bottom:2px solid #8b5cf6}.nav-tabs .nav-item .dropdown-toggle:after{position:absolute;right:6px!important;top:calc(50% - 2px)}.tab-content{padding:1rem}ngb-tabset.p-0 .tab-content{padding:1rem 0}.dropdown-toggle{position:relative}.dropdown-toggle.btn{padding-right:28px}.dropdown-toggle:after{position:absolute;right:10px!important;top:calc(50% - 2px)}.dropdown-menu{border:0;box-shadow:0 1px 15px 1px rgba(0,0,0,.04),0 1px 6px rgba(0,0,0,.08);padding:0!important}.dropdown-item{padding:.42rem 1.5rem}.menu-icon-grid{display:flex;flex-wrap:wrap;justify-content:space-between;padding:0 8px;width:220px}.menu-icon-grid>a{align-items:center;border-radius:4px;color:#1f2937;display:inline-flex;flex-direction:column;padding:18px 12px;width:6rem}.menu-icon-grid>a i{font-size:28px;margin-bottom:4px}.menu-icon-grid>a:hover{background:#8b5cf6;color:#fff}.mega-menu{position:static}.mega-menu .dropdown-menu{left:auto;max-height:calc(100vh - 100px);max-width:1200px;overflow:hidden;overflow-y:scroll;padding:0;right:auto;width:calc(100% - 120px)}.mega-menu .dropdown-menu .bg-img{background:linear-gradient(90deg,#8b5cf6,#3b82f6)}.mega-menu .dropdown-menu .bg-img,.mega-menu .dropdown-menu .bg-img .title{color:#fff}.mega-menu .dropdown-menu ul.links{-moz-column-count:2;column-count:2;list-style:none;margin:0;padding:0}.mega-menu .dropdown-menu ul.links li a{color:#4b5563;display:inline-block;margin-bottom:8px}.mega-menu .dropdown-menu ul.links li a:hover{color:#8b5cf6}.widget_dropdown .dropdown-menu{left:auto!important;right:2px!important}@media (max-width:767px){.mega-menu .dropdown-menu{width:calc(100% - 10px)}}[dir=rtl] .mega-menu .dropdown-menu{left:0!important;margin:auto!important;right:0!important}table.dataTable-collapse{border-collapse:collapse!important}.table thead th{border-bottom:1px solid #dee2e6;vertical-align:bottom}.form-group{margin-bottom:10px;position:relative}.form-group label{color:#4b5563;font-size:12px;margin-bottom:4px}.form-control{background:#f3f4f6;border:1px solid #9ca3af;color:#111827;outline:initial!important}.form-control::-moz-placeholder{color:#6b7280}.form-control::placeholder{color:#6b7280}.form-control.form-control-rounded,.form-control.rounded{border-radius:20px}select.form-control{-webkit-appearance:none}.input-group [type=text].form-control{height:34px}.input-group-append .btn{border:0;height:34px}.card-input{display:flex;flex-wrap:wrap}.card-input legend{margin-right:auto;width:auto}.card-input .ul-widget-list__payment-method img{height:24px;width:auto}[ngbdatepicker]{height:34px}.checkbox,.radio{cursor:pointer;display:block;margin-bottom:12px;padding-left:28px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox:hover input~.checkmark,.radio:hover input~.checkmark{background-color:#6b7280}.checkbox input,.radio input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.checkbox input:checked~.checkmark,.radio input:checked~.checkmark{background-color:#8b5cf6}.checkbox input:checked~.checkmark:after,.radio input:checked~.checkmark:after{display:block}.checkbox input[disabled]~*,.radio input[disabled]~*{color:#d1d5db}.checkbox .checkmark,.radio .checkmark{background-color:#d1d5db;border-radius:4px;height:20px;left:0;position:absolute;top:0;width:20px}.checkbox .checkmark:after,.radio .checkmark:after{border:solid #fff;border-width:0 2px 2px 0;bottom:0;content:"";display:none;height:8px;left:0;margin:auto;position:absolute;right:0;top:0;transform:rotate(45deg);width:4px}.checkbox-primary input:checked~.checkmark{background-color:#8b5cf6!important}.checkbox-secondary input:checked~.checkmark{background-color:#1f2937!important}.checkbox-success input:checked~.checkmark{background-color:#10b981!important}.checkbox-info input:checked~.checkmark{background-color:#3b82f6!important}.checkbox-warning input:checked~.checkmark{background-color:#f59e0b!important}.checkbox-danger input:checked~.checkmark{background-color:#ef4444!important}.checkbox-light input:checked~.checkmark{background-color:#6b7280!important}.checkbox-dark input:checked~.checkmark{background-color:#111827!important}.checkbox-gray-100 input:checked~.checkmark{background-color:#f3f4f6!important}.checkbox-gray-200 input:checked~.checkmark{background-color:#e5e7eb!important}.checkbox-gray-300 input:checked~.checkmark{background-color:#d1d5db!important}.checkbox-gray-400 input:checked~.checkmark{background-color:#9ca3af!important}.checkbox-gray-500 input:checked~.checkmark{background-color:#6b7280!important}.checkbox-gray-600 input:checked~.checkmark{background-color:#4b5563!important}.checkbox-gray-700 input:checked~.checkmark{background-color:#374151!important}.checkbox-gray-800 input:checked~.checkmark{background-color:#1f2937!important}.checkbox-gray-900 input:checked~.checkmark{background-color:#111827!important}.checkbox-outline-primary:hover input~.checkmark{background-color:#e5e7eb}.checkbox-outline-primary input:checked~.checkmark{background-color:#fff!important}.checkbox-outline-primary .checkmark{background:#fff;border:1px solid #8b5cf6}.checkbox-outline-primary .checkmark:after{border-color:#8b5cf6}.checkbox-outline-secondary:hover input~.checkmark{background-color:#e5e7eb}.checkbox-outline-secondary input:checked~.checkmark{background-color:#fff!important}.checkbox-outline-secondary .checkmark{background:#fff;border:1px solid #1f2937}.checkbox-outline-secondary .checkmark:after{border-color:#1f2937}.checkbox-outline-success:hover input~.checkmark{background-color:#e5e7eb}.checkbox-outline-success input:checked~.checkmark{background-color:#fff!important}.checkbox-outline-success .checkmark{background:#fff;border:1px solid #10b981}.checkbox-outline-success .checkmark:after{border-color:#10b981}.checkbox-outline-info:hover input~.checkmark{background-color:#e5e7eb}.checkbox-outline-info input:checked~.checkmark{background-color:#fff!important}.checkbox-outline-info .checkmark{background:#fff;border:1px solid #3b82f6}.checkbox-outline-info .checkmark:after{border-color:#3b82f6}.checkbox-outline-warning:hover input~.checkmark{background-color:#e5e7eb}.checkbox-outline-warning input:checked~.checkmark{background-color:#fff!important}.checkbox-outline-warning .checkmark{background:#fff;border:1px solid #f59e0b}.checkbox-outline-warning .checkmark:after{border-color:#f59e0b}.checkbox-outline-danger:hover input~.checkmark{background-color:#e5e7eb}.checkbox-outline-danger input:checked~.checkmark{background-color:#fff!important}.checkbox-outline-danger .checkmark{background:#fff;border:1px solid #ef4444}.checkbox-outline-danger .checkmark:after{border-color:#ef4444}.checkbox-outline-light:hover input~.checkmark{background-color:#e5e7eb}.checkbox-outline-light input:checked~.checkmark{background-color:#fff!important}.checkbox-outline-light .checkmark{background:#fff;border:1px solid #6b7280}.checkbox-outline-light .checkmark:after{border-color:#6b7280}.checkbox-outline-dark:hover input~.checkmark{background-color:#e5e7eb}.checkbox-outline-dark input:checked~.checkmark{background-color:#fff!important}.checkbox-outline-dark .checkmark{background:#fff;border:1px solid #111827}.checkbox-outline-dark .checkmark:after{border-color:#111827}.checkbox-outline-gray-100:hover input~.checkmark{background-color:#e5e7eb}.checkbox-outline-gray-100 input:checked~.checkmark{background-color:#fff!important}.checkbox-outline-gray-100 .checkmark{background:#fff;border:1px solid #f3f4f6}.checkbox-outline-gray-100 .checkmark:after{border-color:#f3f4f6}.checkbox-outline-gray-200:hover input~.checkmark{background-color:#e5e7eb}.checkbox-outline-gray-200 input:checked~.checkmark{background-color:#fff!important}.checkbox-outline-gray-200 .checkmark{background:#fff;border:1px solid #e5e7eb}.checkbox-outline-gray-200 .checkmark:after{border-color:#e5e7eb}.checkbox-outline-gray-300:hover input~.checkmark{background-color:#e5e7eb}.checkbox-outline-gray-300 input:checked~.checkmark{background-color:#fff!important}.checkbox-outline-gray-300 .checkmark{background:#fff;border:1px solid #d1d5db}.checkbox-outline-gray-300 .checkmark:after{border-color:#d1d5db}.checkbox-outline-gray-400:hover input~.checkmark{background-color:#e5e7eb}.checkbox-outline-gray-400 input:checked~.checkmark{background-color:#fff!important}.checkbox-outline-gray-400 .checkmark{background:#fff;border:1px solid #9ca3af}.checkbox-outline-gray-400 .checkmark:after{border-color:#9ca3af}.checkbox-outline-gray-500:hover input~.checkmark{background-color:#e5e7eb}.checkbox-outline-gray-500 input:checked~.checkmark{background-color:#fff!important}.checkbox-outline-gray-500 .checkmark{background:#fff;border:1px solid #6b7280}.checkbox-outline-gray-500 .checkmark:after{border-color:#6b7280}.checkbox-outline-gray-600:hover input~.checkmark{background-color:#e5e7eb}.checkbox-outline-gray-600 input:checked~.checkmark{background-color:#fff!important}.checkbox-outline-gray-600 .checkmark{background:#fff;border:1px solid #4b5563}.checkbox-outline-gray-600 .checkmark:after{border-color:#4b5563}.checkbox-outline-gray-700:hover input~.checkmark{background-color:#e5e7eb}.checkbox-outline-gray-700 input:checked~.checkmark{background-color:#fff!important}.checkbox-outline-gray-700 .checkmark{background:#fff;border:1px solid #374151}.checkbox-outline-gray-700 .checkmark:after{border-color:#374151}.checkbox-outline-gray-800:hover input~.checkmark{background-color:#e5e7eb}.checkbox-outline-gray-800 input:checked~.checkmark{background-color:#fff!important}.checkbox-outline-gray-800 .checkmark{background:#fff;border:1px solid #1f2937}.checkbox-outline-gray-800 .checkmark:after{border-color:#1f2937}.checkbox-outline-gray-900:hover input~.checkmark{background-color:#e5e7eb}.checkbox-outline-gray-900 input:checked~.checkmark{background-color:#fff!important}.checkbox-outline-gray-900 .checkmark{background:#fff;border:1px solid #111827}.checkbox-outline-gray-900 .checkmark:after{border-color:#111827}.radio .checkmark{border-radius:50%}.radio .checkmark:after{background:#fff;border-radius:50%;height:6px;width:6px}.radio-primary input:checked~.checkmark{background-color:#8b5cf6}.radio-secondary input:checked~.checkmark{background-color:#1f2937}.radio-success input:checked~.checkmark{background-color:#10b981}.radio-info input:checked~.checkmark{background-color:#3b82f6}.radio-warning input:checked~.checkmark{background-color:#f59e0b}.radio-danger input:checked~.checkmark{background-color:#ef4444}.radio-light input:checked~.checkmark{background-color:#6b7280}.radio-dark input:checked~.checkmark{background-color:#111827}.radio-gray-100 input:checked~.checkmark{background-color:#f3f4f6}.radio-gray-200 input:checked~.checkmark{background-color:#e5e7eb}.radio-gray-300 input:checked~.checkmark{background-color:#d1d5db}.radio-gray-400 input:checked~.checkmark{background-color:#9ca3af}.radio-gray-500 input:checked~.checkmark{background-color:#6b7280}.radio-gray-600 input:checked~.checkmark{background-color:#4b5563}.radio-gray-700 input:checked~.checkmark{background-color:#374151}.radio-gray-800 input:checked~.checkmark{background-color:#1f2937}.radio-gray-900 input:checked~.checkmark{background-color:#111827}.radio-outline-primary:hover input~.checkmark{background-color:#e5e7eb}.radio-outline-primary input:checked~.checkmark{background-color:#fff!important}.radio-outline-primary .checkmark{background:#fff;border:1px solid #8b5cf6}.radio-outline-primary .checkmark:after{background:#8b5cf6;border:0}.radio-outline-secondary:hover input~.checkmark{background-color:#e5e7eb}.radio-outline-secondary input:checked~.checkmark{background-color:#fff!important}.radio-outline-secondary .checkmark{background:#fff;border:1px solid #1f2937}.radio-outline-secondary .checkmark:after{background:#1f2937;border:0}.radio-outline-success:hover input~.checkmark{background-color:#e5e7eb}.radio-outline-success input:checked~.checkmark{background-color:#fff!important}.radio-outline-success .checkmark{background:#fff;border:1px solid #10b981}.radio-outline-success .checkmark:after{background:#10b981;border:0}.radio-outline-info:hover input~.checkmark{background-color:#e5e7eb}.radio-outline-info input:checked~.checkmark{background-color:#fff!important}.radio-outline-info .checkmark{background:#fff;border:1px solid #3b82f6}.radio-outline-info .checkmark:after{background:#3b82f6;border:0}.radio-outline-warning:hover input~.checkmark{background-color:#e5e7eb}.radio-outline-warning input:checked~.checkmark{background-color:#fff!important}.radio-outline-warning .checkmark{background:#fff;border:1px solid #f59e0b}.radio-outline-warning .checkmark:after{background:#f59e0b;border:0}.radio-outline-danger:hover input~.checkmark{background-color:#e5e7eb}.radio-outline-danger input:checked~.checkmark{background-color:#fff!important}.radio-outline-danger .checkmark{background:#fff;border:1px solid #ef4444}.radio-outline-danger .checkmark:after{background:#ef4444;border:0}.radio-outline-light:hover input~.checkmark{background-color:#e5e7eb}.radio-outline-light input:checked~.checkmark{background-color:#fff!important}.radio-outline-light .checkmark{background:#fff;border:1px solid #6b7280}.radio-outline-light .checkmark:after{background:#6b7280;border:0}.radio-outline-dark:hover input~.checkmark{background-color:#e5e7eb}.radio-outline-dark input:checked~.checkmark{background-color:#fff!important}.radio-outline-dark .checkmark{background:#fff;border:1px solid #111827}.radio-outline-dark .checkmark:after{background:#111827;border:0}.radio-outline-gray-100:hover input~.checkmark{background-color:#e5e7eb}.radio-outline-gray-100 input:checked~.checkmark{background-color:#fff!important}.radio-outline-gray-100 .checkmark{background:#fff;border:1px solid #f3f4f6}.radio-outline-gray-100 .checkmark:after{background:#f3f4f6;border:0}.radio-outline-gray-200:hover input~.checkmark{background-color:#e5e7eb}.radio-outline-gray-200 input:checked~.checkmark{background-color:#fff!important}.radio-outline-gray-200 .checkmark{background:#fff;border:1px solid #e5e7eb}.radio-outline-gray-200 .checkmark:after{background:#e5e7eb;border:0}.radio-outline-gray-300:hover input~.checkmark{background-color:#e5e7eb}.radio-outline-gray-300 input:checked~.checkmark{background-color:#fff!important}.radio-outline-gray-300 .checkmark{background:#fff;border:1px solid #d1d5db}.radio-outline-gray-300 .checkmark:after{background:#d1d5db;border:0}.radio-outline-gray-400:hover input~.checkmark{background-color:#e5e7eb}.radio-outline-gray-400 input:checked~.checkmark{background-color:#fff!important}.radio-outline-gray-400 .checkmark{background:#fff;border:1px solid #9ca3af}.radio-outline-gray-400 .checkmark:after{background:#9ca3af;border:0}.radio-outline-gray-500:hover input~.checkmark{background-color:#e5e7eb}.radio-outline-gray-500 input:checked~.checkmark{background-color:#fff!important}.radio-outline-gray-500 .checkmark{background:#fff;border:1px solid #6b7280}.radio-outline-gray-500 .checkmark:after{background:#6b7280;border:0}.radio-outline-gray-600:hover input~.checkmark{background-color:#e5e7eb}.radio-outline-gray-600 input:checked~.checkmark{background-color:#fff!important}.radio-outline-gray-600 .checkmark{background:#fff;border:1px solid #4b5563}.radio-outline-gray-600 .checkmark:after{background:#4b5563;border:0}.radio-outline-gray-700:hover input~.checkmark{background-color:#e5e7eb}.radio-outline-gray-700 input:checked~.checkmark{background-color:#fff!important}.radio-outline-gray-700 .checkmark{background:#fff;border:1px solid #374151}.radio-outline-gray-700 .checkmark:after{background:#374151;border:0}.radio-outline-gray-800:hover input~.checkmark{background-color:#e5e7eb}.radio-outline-gray-800 input:checked~.checkmark{background-color:#fff!important}.radio-outline-gray-800 .checkmark{background:#fff;border:1px solid #1f2937}.radio-outline-gray-800 .checkmark:after{background:#1f2937;border:0}.radio-outline-gray-900:hover input~.checkmark{background-color:#e5e7eb}.radio-outline-gray-900 input:checked~.checkmark{background-color:#fff!important}.radio-outline-gray-900 .checkmark{background:#fff;border:1px solid #111827}.radio-outline-gray-900 .checkmark:after{background:#111827;border:0}.switch{display:inline-block;height:16px;padding-left:50px;position:relative}.switch span:not(.slider){cursor:pointer;position:relative;top:-2px}.switch input{height:0;opacity:0;width:0}.switch .slider{background-color:#d1d5db;border-radius:34px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s;width:42px}.switch .slider:before{background-color:#fff;border-radius:50%;bottom:-4px;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);content:"";height:24px;left:-1px;position:absolute;transition:.4s;width:24px}.switch input:checked+.slider{background-color:#8b5cf6}.switch input:focus+.slider{box-shadow:0 0 1px #8b5cf6}.switch input:checked+.slider:before{transform:translateX(20px)}.switch-primary input:checked+.slider{background-color:#8b5cf6}.switch-primary input:focus+.slider{box-shadow:0 0 1px #8b5cf6}.switch-secondary input:checked+.slider{background-color:#1f2937}.switch-secondary input:focus+.slider{box-shadow:0 0 1px #1f2937}.switch-success input:checked+.slider{background-color:#10b981}.switch-success input:focus+.slider{box-shadow:0 0 1px #10b981}.switch-info input:checked+.slider{background-color:#3b82f6}.switch-info input:focus+.slider{box-shadow:0 0 1px #3b82f6}.switch-warning input:checked+.slider{background-color:#f59e0b}.switch-warning input:focus+.slider{box-shadow:0 0 1px #f59e0b}.switch-danger input:checked+.slider{background-color:#ef4444}.switch-danger input:focus+.slider{box-shadow:0 0 1px #ef4444}.switch-light input:checked+.slider{background-color:#6b7280}.switch-light input:focus+.slider{box-shadow:0 0 1px #6b7280}.switch-dark input:checked+.slider{background-color:#111827}.switch-dark input:focus+.slider{box-shadow:0 0 1px #111827}.switch-gray-100 input:checked+.slider{background-color:#f3f4f6}.switch-gray-100 input:focus+.slider{box-shadow:0 0 1px #f3f4f6}.switch-gray-200 input:checked+.slider{background-color:#e5e7eb}.switch-gray-200 input:focus+.slider{box-shadow:0 0 1px #e5e7eb}.switch-gray-300 input:checked+.slider{background-color:#d1d5db}.switch-gray-300 input:focus+.slider{box-shadow:0 0 1px #d1d5db}.switch-gray-400 input:checked+.slider{background-color:#9ca3af}.switch-gray-400 input:focus+.slider{box-shadow:0 0 1px #9ca3af}.switch-gray-500 input:checked+.slider{background-color:#6b7280}.switch-gray-500 input:focus+.slider{box-shadow:0 0 1px #6b7280}.switch-gray-600 input:checked+.slider{background-color:#4b5563}.switch-gray-600 input:focus+.slider{box-shadow:0 0 1px #4b5563}.switch-gray-700 input:checked+.slider{background-color:#374151}.switch-gray-700 input:focus+.slider{box-shadow:0 0 1px #374151}.switch-gray-800 input:checked+.slider{background-color:#1f2937}.switch-gray-800 input:focus+.slider{box-shadow:0 0 1px #1f2937}.switch-gray-900 input:checked+.slider{background-color:#111827}.switch-gray-900 input:focus+.slider{box-shadow:0 0 1px #111827}[dir=rtl] .checkbox,[dir=rtl] .radio{padding-left:0;padding-right:28px}[dir=rtl] .checkbox .checkmark,[dir=rtl] .radio .checkmark{left:auto;right:0}.icon-regular{-webkit-font-smoothing:subpixel-antialiased;font-size:18px}.link-icon{align-items:center;color:#111827;display:flex;flex-direction:row}.link-icon i{margin:0 8px}.spinner-glow{animation:glow 1s ease infinite;background:#d1d5db;border:2px solid transparent;border-radius:50%;display:inline-block;height:1em;margin:4px auto;width:1em}@keyframes glow{0%{box-shadow:0 0 0 .4em #a1a2a1,0 0 0 .1em #a1a2a1;transform:rotate(1turn)}50%{border-top-color:#605556}to{box-shadow:0 0 0 .4em #a1a2a1,0 0 0 3.6em transparent}}.spinner-glow-primary{animation:glow-primary 1s ease infinite;background:rgba(139,92,246,.45)}.spinner-glow-secondary{animation:glow-secondary 1s ease infinite;background:rgba(31,41,55,.45)}.spinner-glow-success{animation:glow-success 1s ease infinite;background:rgba(16,185,129,.45)}.spinner-glow-info{animation:glow-info 1s ease infinite;background:rgba(59,130,246,.45)}.spinner-glow-warning{animation:glow-warning 1s ease infinite;background:rgba(245,158,11,.45)}.spinner-glow-danger{animation:glow-danger 1s ease infinite;background:rgba(239,68,68,.45)}.spinner-glow-light{animation:glow-light 1s ease infinite;background:hsla(220,9%,46%,.45)}.spinner-glow-dark{animation:glow-dark 1s ease infinite;background:rgba(17,24,39,.45)}.spinner-glow-gray-100{animation:glow-gray-100 1s ease infinite;background:rgba(243,244,246,.45)}.spinner-glow-gray-200{animation:glow-gray-200 1s ease infinite;background:rgba(229,231,235,.45)}.spinner-glow-gray-300{animation:glow-gray-300 1s ease infinite;background:rgba(209,213,219,.45)}.spinner-glow-gray-400{animation:glow-gray-400 1s ease infinite;background:rgba(156,163,175,.45)}.spinner-glow-gray-500{animation:glow-gray-500 1s ease infinite;background:hsla(220,9%,46%,.45)}.spinner-glow-gray-600{animation:glow-gray-600 1s ease infinite;background:rgba(75,85,99,.45)}.spinner-glow-gray-700{animation:glow-gray-700 1s ease infinite;background:rgba(55,65,81,.45)}.spinner-glow-gray-800{animation:glow-gray-800 1s ease infinite;background:rgba(31,41,55,.45)}.spinner-glow-gray-900{animation:glow-gray-900 1s ease infinite;background:rgba(17,24,39,.45)}@keyframes glow-primary{0%{box-shadow:0 0 0 .4em rgba(139,92,246,.45),0 0 0 .1em rgba(139,92,246,.45);transform:rotate(1turn)}50%{border-top-color:rgba(139,92,246,.9)}to{box-shadow:0 0 0 .4em rgba(139,92,246,.75),0 0 0 3.6em transparent}}@keyframes glow-secondary{0%{box-shadow:0 0 0 .4em rgba(31,41,55,.45),0 0 0 .1em rgba(31,41,55,.45);transform:rotate(1turn)}50%{border-top-color:rgba(31,41,55,.9)}to{box-shadow:0 0 0 .4em rgba(31,41,55,.75),0 0 0 3.6em transparent}}@keyframes glow-success{0%{box-shadow:0 0 0 .4em rgba(16,185,129,.45),0 0 0 .1em rgba(16,185,129,.45);transform:rotate(1turn)}50%{border-top-color:rgba(16,185,129,.9)}to{box-shadow:0 0 0 .4em rgba(16,185,129,.75),0 0 0 3.6em transparent}}@keyframes glow-info{0%{box-shadow:0 0 0 .4em rgba(59,130,246,.45),0 0 0 .1em rgba(59,130,246,.45);transform:rotate(1turn)}50%{border-top-color:rgba(59,130,246,.9)}to{box-shadow:0 0 0 .4em rgba(59,130,246,.75),0 0 0 3.6em transparent}}@keyframes glow-warning{0%{box-shadow:0 0 0 .4em rgba(245,158,11,.45),0 0 0 .1em rgba(245,158,11,.45);transform:rotate(1turn)}50%{border-top-color:rgba(245,158,11,.9)}to{box-shadow:0 0 0 .4em rgba(245,158,11,.75),0 0 0 3.6em transparent}}@keyframes glow-danger{0%{box-shadow:0 0 0 .4em rgba(239,68,68,.45),0 0 0 .1em rgba(239,68,68,.45);transform:rotate(1turn)}50%{border-top-color:rgba(239,68,68,.9)}to{box-shadow:0 0 0 .4em rgba(239,68,68,.75),0 0 0 3.6em transparent}}@keyframes glow-light{0%{box-shadow:0 0 0 .4em hsla(220,9%,46%,.45),0 0 0 .1em hsla(220,9%,46%,.45);transform:rotate(1turn)}50%{border-top-color:hsla(220,9%,46%,.9)}to{box-shadow:0 0 0 .4em hsla(220,9%,46%,.75),0 0 0 3.6em transparent}}@keyframes glow-dark{0%{box-shadow:0 0 0 .4em rgba(17,24,39,.45),0 0 0 .1em rgba(17,24,39,.45);transform:rotate(1turn)}50%{border-top-color:rgba(17,24,39,.9)}to{box-shadow:0 0 0 .4em rgba(17,24,39,.75),0 0 0 3.6em transparent}}@keyframes glow-gray-100{0%{box-shadow:0 0 0 .4em rgba(243,244,246,.45),0 0 0 .1em rgba(243,244,246,.45);transform:rotate(1turn)}50%{border-top-color:rgba(243,244,246,.9)}to{box-shadow:0 0 0 .4em rgba(243,244,246,.75),0 0 0 3.6em transparent}}@keyframes glow-gray-200{0%{box-shadow:0 0 0 .4em rgba(229,231,235,.45),0 0 0 .1em rgba(229,231,235,.45);transform:rotate(1turn)}50%{border-top-color:rgba(229,231,235,.9)}to{box-shadow:0 0 0 .4em rgba(229,231,235,.75),0 0 0 3.6em transparent}}@keyframes glow-gray-300{0%{box-shadow:0 0 0 .4em rgba(209,213,219,.45),0 0 0 .1em rgba(209,213,219,.45);transform:rotate(1turn)}50%{border-top-color:rgba(209,213,219,.9)}to{box-shadow:0 0 0 .4em rgba(209,213,219,.75),0 0 0 3.6em transparent}}@keyframes glow-gray-400{0%{box-shadow:0 0 0 .4em rgba(156,163,175,.45),0 0 0 .1em rgba(156,163,175,.45);transform:rotate(1turn)}50%{border-top-color:rgba(156,163,175,.9)}to{box-shadow:0 0 0 .4em rgba(156,163,175,.75),0 0 0 3.6em transparent}}@keyframes glow-gray-500{0%{box-shadow:0 0 0 .4em hsla(220,9%,46%,.45),0 0 0 .1em hsla(220,9%,46%,.45);transform:rotate(1turn)}50%{border-top-color:hsla(220,9%,46%,.9)}to{box-shadow:0 0 0 .4em hsla(220,9%,46%,.75),0 0 0 3.6em transparent}}@keyframes glow-gray-600{0%{box-shadow:0 0 0 .4em rgba(75,85,99,.45),0 0 0 .1em rgba(75,85,99,.45);transform:rotate(1turn)}50%{border-top-color:rgba(75,85,99,.9)}to{box-shadow:0 0 0 .4em rgba(75,85,99,.75),0 0 0 3.6em transparent}}@keyframes glow-gray-700{0%{box-shadow:0 0 0 .4em rgba(55,65,81,.45),0 0 0 .1em rgba(55,65,81,.45);transform:rotate(1turn)}50%{border-top-color:rgba(55,65,81,.9)}to{box-shadow:0 0 0 .4em rgba(55,65,81,.75),0 0 0 3.6em transparent}}@keyframes glow-gray-800{0%{box-shadow:0 0 0 .4em rgba(31,41,55,.45),0 0 0 .1em rgba(31,41,55,.45);transform:rotate(1turn)}50%{border-top-color:rgba(31,41,55,.9)}to{box-shadow:0 0 0 .4em rgba(31,41,55,.75),0 0 0 3.6em transparent}}@keyframes glow-gray-900{0%{box-shadow:0 0 0 .4em rgba(17,24,39,.45),0 0 0 .1em rgba(17,24,39,.45);transform:rotate(1turn)}50%{border-top-color:rgba(17,24,39,.9)}to{box-shadow:0 0 0 .4em rgba(17,24,39,.75),0 0 0 3.6em transparent}}.spinner{animation:spin 1.4s linear infinite;border-radius:50%;display:inline-block;font-size:10px;height:4em;margin:auto;position:relative;text-indent:-9999em;transform:translateZ(0);width:4em}.spinner:before{border-radius:100% 0 0 0;height:50%;width:50%}.spinner:after,.spinner:before{content:"";left:0;position:absolute;top:0}.spinner:after{background:#fff;border-radius:50%;bottom:0;height:75%;margin:auto;right:0;width:75%}.spinner-primary{background:#8b5cf6;background:linear-gradient(90deg,#8b5cf6 10%,rgba(67,236,76,0) 42%)}.spinner-primary:before{background:#8b5cf6}.spinner-secondary{background:#1f2937;background:linear-gradient(90deg,#1f2937 10%,rgba(67,236,76,0) 42%)}.spinner-secondary:before{background:#1f2937}.spinner-success{background:#10b981;background:linear-gradient(90deg,#10b981 10%,rgba(67,236,76,0) 42%)}.spinner-success:before{background:#10b981}.spinner-info{background:#3b82f6;background:linear-gradient(90deg,#3b82f6 10%,rgba(67,236,76,0) 42%)}.spinner-info:before{background:#3b82f6}.spinner-warning{background:#f59e0b;background:linear-gradient(90deg,#f59e0b 10%,rgba(67,236,76,0) 42%)}.spinner-warning:before{background:#f59e0b}.spinner-danger{background:#ef4444;background:linear-gradient(90deg,#ef4444 10%,rgba(67,236,76,0) 42%)}.spinner-danger:before{background:#ef4444}.spinner-light{background:#6b7280;background:linear-gradient(90deg,#6b7280 10%,rgba(67,236,76,0) 42%)}.spinner-light:before{background:#6b7280}.spinner-dark{background:#111827;background:linear-gradient(90deg,#111827 10%,rgba(67,236,76,0) 42%)}.spinner-dark:before{background:#111827}.spinner-gray-100{background:#f3f4f6;background:linear-gradient(90deg,#f3f4f6 10%,rgba(67,236,76,0) 42%)}.spinner-gray-100:before{background:#f3f4f6}.spinner-gray-200{background:#e5e7eb;background:linear-gradient(90deg,#e5e7eb 10%,rgba(67,236,76,0) 42%)}.spinner-gray-200:before{background:#e5e7eb}.spinner-gray-300{background:#d1d5db;background:linear-gradient(90deg,#d1d5db 10%,rgba(67,236,76,0) 42%)}.spinner-gray-300:before{background:#d1d5db}.spinner-gray-400{background:#9ca3af;background:linear-gradient(90deg,#9ca3af 10%,rgba(67,236,76,0) 42%)}.spinner-gray-400:before{background:#9ca3af}.spinner-gray-500{background:#6b7280;background:linear-gradient(90deg,#6b7280 10%,rgba(67,236,76,0) 42%)}.spinner-gray-500:before{background:#6b7280}.spinner-gray-600{background:#4b5563;background:linear-gradient(90deg,#4b5563 10%,rgba(67,236,76,0) 42%)}.spinner-gray-600:before{background:#4b5563}.spinner-gray-700{background:#374151;background:linear-gradient(90deg,#374151 10%,rgba(67,236,76,0) 42%)}.spinner-gray-700:before{background:#374151}.spinner-gray-800{background:#1f2937;background:linear-gradient(90deg,#1f2937 10%,rgba(67,236,76,0) 42%)}.spinner-gray-800:before{background:#1f2937}.spinner-gray-900{background:#111827;background:linear-gradient(90deg,#111827 10%,rgba(67,236,76,0) 42%)}.spinner-gray-900:before{background:#111827}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spinner-bubble{animation:bubble-circle 1.3s linear infinite;border-radius:50%;display:inline-block;font-size:8px;height:1em;margin:30px auto;position:relative;text-indent:-9999em;transform:translateZ(0);width:1em}.spinner-bubble-primary{color:#8b5cf6}.spinner-bubble-secondary{color:#1f2937}.spinner-bubble-success{color:#10b981}.spinner-bubble-info{color:#3b82f6}.spinner-bubble-warning{color:#f59e0b}.spinner-bubble-danger{color:#ef4444}.spinner-bubble-light{color:#6b7280}.spinner-bubble-dark{color:#111827}.spinner-bubble-gray-100{color:#f3f4f6}.spinner-bubble-gray-200{color:#e5e7eb}.spinner-bubble-gray-300{color:#d1d5db}.spinner-bubble-gray-400{color:#9ca3af}.spinner-bubble-gray-500{color:#6b7280}.spinner-bubble-gray-600{color:#4b5563}.spinner-bubble-gray-700{color:#374151}.spinner-bubble-gray-800{color:#1f2937}.spinner-bubble-gray-900{color:#111827}@keyframes bubble-circle{0%,to{box-shadow:0 -3em 0 .2em,2em -2em 0 0,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 0}12.5%{box-shadow:0 -3em 0 0,2em -2em 0 .2em,3em 0 0 0,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}25%{box-shadow:0 -3em 0 -.5em,2em -2em 0 0,3em 0 0 .2em,2em 2em 0 0,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}37.5%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 0,2em 2em 0 .2em,0 3em 0 0,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}50%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 0,0 3em 0 .2em,-2em 2em 0 0,-3em 0 0 -1em,-2em -2em 0 -1em}62.5%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 0,-2em 2em 0 .2em,-3em 0 0 0,-2em -2em 0 -1em}75%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 .2em,-2em -2em 0 0}87.5%{box-shadow:0 -3em 0 0,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 0,-2em -2em 0 .2em}}.loader-bubble,.loader-bubble:after,.loader-bubble:before{animation-fill-mode:both;animation:bubble-horz 1.8s ease-in-out infinite;border-radius:50%;height:2em;width:2em}.loader-bubble{animation-delay:-.16s;display:inline-block;font-size:6px;margin:auto;position:relative;text-indent:-9999em;transform:translateZ(0)}.loader-bubble-primary{color:#8b5cf6}.loader-bubble-secondary{color:#1f2937}.loader-bubble-success{color:#10b981}.loader-bubble-info{color:#3b82f6}.loader-bubble-warning{color:#f59e0b}.loader-bubble-danger{color:#ef4444}.loader-bubble-light{color:#6b7280}.loader-bubble-dark{color:#111827}.loader-bubble-gray-100{color:#f3f4f6}.loader-bubble-gray-200{color:#e5e7eb}.loader-bubble-gray-300{color:#d1d5db}.loader-bubble-gray-400{color:#9ca3af}.loader-bubble-gray-500{color:#6b7280}.loader-bubble-gray-600{color:#4b5563}.loader-bubble-gray-700{color:#374151}.loader-bubble-gray-800{color:#1f2937}.loader-bubble-gray-900{color:#111827}.loader-bubble:after,.loader-bubble:before{content:"";position:absolute;top:0}.loader-bubble:before{animation-delay:-.32s;left:-3.5em}.loader-bubble:after{left:3.5em}@keyframes bubble-horz{0%,80%,to{box-shadow:0 2.5em 0 -1.3em}40%{box-shadow:0 2.5em 0 0}}.alert{border-radius:10px}.alert .close:focus{outline:0}.alert-card{border:none;box-shadow:0 4px 15px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.1),inset 0 2px 0 0 #9ca3af}.alert-card.alert-success{box-shadow:0 4px 15px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.1),inset 0 2px 0 0 #10b981}.alert-card.alert-warning{box-shadow:0 4px 15px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.1),inset 0 2px 0 0 #f59e0b}.alert-card.alert-info{box-shadow:0 4px 15px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.1),inset 0 2px 0 0 #3b82f6}.alert-card.alert-danger{box-shadow:0 4px 15px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.1),inset 0 2px 0 0 #ef4444}.alert-card.alert-dark{box-shadow:0 4px 15px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.1),inset 0 2px 0 0 #4b5563}.swal2-container .swal2-modal{font-family:Nunito,sans-serif}.swal2-container .swal2-spacer{margin:1.5rem 0}.swal2-container .swal2-styled:not(.swal2-cancel){background:#8b5cf6!important;outline:none}.swal2-container .swal2-styled:not(.swal2-cancel):focus{box-shadow:0 0 0 .2rem rgba(139,92,246,.5)}.sidebar-container{min-height:400px;overflow:hidden;position:relative}.sidebar-container .sidebar-content{height:100%;position:relative;transition:all .3s ease-in}.sidebar-container .sidebar-content:after{content:"";height:100%;left:0;position:absolute;right:0;width:100%}.sidebar-container .sidebar{position:absolute;top:0;transition:all .3s ease-in;z-index:60}.sidebar-container .sidebar .sidebar-close{cursor:pointer;display:none;position:absolute;right:4px;top:4px;z-index:999}@media (max-width:767px){.sidebar-container .sidebar{background:#fff}.sidebar-container .sidebar .sidebar-close{display:block}}.badge{font-weight:600}.badge-outline-primary{background:unset;border:1px solid #8b5cf6;color:#8b5cf6}.badge-outline-secondary{background:unset;border:1px solid #1f2937;color:#1f2937}.badge-outline-success{background:unset;border:1px solid #10b981;color:#10b981}.badge-outline-info{background:unset;border:1px solid #3b82f6;color:#3b82f6}.badge-outline-warning{background:unset;border:1px solid #f59e0b;color:#f59e0b}.badge-outline-danger{background:unset;border:1px solid #ef4444;color:#ef4444}.badge-outline-light{background:unset;border:1px solid #6b7280;color:#6b7280}.badge-outline-dark{background:unset;border:1px solid #111827;color:#111827}.badge-outline-gray-100{background:unset;border:1px solid #f3f4f6;color:#f3f4f6}.badge-outline-gray-200{background:unset;border:1px solid #e5e7eb;color:#e5e7eb}.badge-outline-gray-300{background:unset;border:1px solid #d1d5db;color:#d1d5db}.badge-outline-gray-400{background:unset;border:1px solid #9ca3af;color:#9ca3af}.badge-outline-gray-500{background:unset;border:1px solid #6b7280;color:#6b7280}.badge-outline-gray-600{background:unset;border:1px solid #4b5563;color:#4b5563}.badge-outline-gray-700{background:unset;border:1px solid #374151;color:#374151}.badge-outline-gray-800{background:unset;border:1px solid #1f2937;color:#1f2937}.badge-outline-gray-900{background:unset;border:1px solid #111827;color:#111827}.badge-top-container{position:relative}.badge-top-container .badge{border-radius:10px;position:absolute;right:4px;top:2px}.ul-badge-pill-primary{background:#8b5cf6}.ul-badge-pill-primary,.ul-badge-pill-secondary{border-radius:50%;color:#fff;font-size:.8rem;height:18px;line-height:20px;width:25px}.ul-badge-pill-secondary{background:#1f2937}.ul-badge-pill-success{background:#10b981}.ul-badge-pill-info,.ul-badge-pill-success{border-radius:50%;color:#fff;font-size:.8rem;height:18px;line-height:20px;width:25px}.ul-badge-pill-info{background:#3b82f6}.ul-badge-pill-warning{background:#f59e0b}.ul-badge-pill-danger,.ul-badge-pill-warning{border-radius:50%;color:#fff;font-size:.8rem;height:18px;line-height:20px;width:25px}.ul-badge-pill-danger{background:#ef4444}.ul-badge-pill-light{background:#6b7280}.ul-badge-pill-dark,.ul-badge-pill-light{border-radius:50%;color:#fff;font-size:.8rem;height:18px;line-height:20px;width:25px}.ul-badge-pill-dark{background:#111827}.ul-badge-pill-gray-100{background:#f3f4f6}.ul-badge-pill-gray-100,.ul-badge-pill-gray-200{border-radius:50%;color:#fff;font-size:.8rem;height:18px;line-height:20px;width:25px}.ul-badge-pill-gray-200{background:#e5e7eb}.ul-badge-pill-gray-300{background:#d1d5db}.ul-badge-pill-gray-300,.ul-badge-pill-gray-400{border-radius:50%;color:#fff;font-size:.8rem;height:18px;line-height:20px;width:25px}.ul-badge-pill-gray-400{background:#9ca3af}.ul-badge-pill-gray-500{background:#6b7280}.ul-badge-pill-gray-500,.ul-badge-pill-gray-600{border-radius:50%;color:#fff;font-size:.8rem;height:18px;line-height:20px;width:25px}.ul-badge-pill-gray-600{background:#4b5563}.ul-badge-pill-gray-700{background:#374151}.ul-badge-pill-gray-700,.ul-badge-pill-gray-800{border-radius:50%;color:#fff;font-size:.8rem;height:18px;line-height:20px;width:25px}.ul-badge-pill-gray-800{background:#1f2937}.ul-badge-pill-gray-900{background:#111827;font-size:.8rem;height:18px}.badge-round-primary,.ul-badge-pill-gray-900{border-radius:50%;color:#fff;line-height:20px;width:25px}.badge-round-primary{background:#8b5cf6;height:25px;justify-content:center}.badge-round-primary.lg{font-size:1.2rem;height:40px;line-height:30px;width:40px}.badge-round-primary.xl{font-size:1.3rem;font-weight:700;height:50px;line-height:40px;width:50px}.badge-round-primary.sm{height:18px;justify-content:center;line-height:13px;width:18px}.badge-round-primary.pill{border-radius:10px;height:18px;line-height:13px;width:45px}.badge-round-secondary{background:#1f2937;border-radius:50%;color:#fff;height:25px;justify-content:center;line-height:20px;width:25px}.badge-round-secondary.lg{font-size:1.2rem;height:40px;line-height:30px;width:40px}.badge-round-secondary.xl{font-size:1.3rem;font-weight:700;height:50px;line-height:40px;width:50px}.badge-round-secondary.sm{height:18px;justify-content:center;line-height:13px;width:18px}.badge-round-secondary.pill{border-radius:10px;height:18px;line-height:13px;width:45px}.badge-round-success{background:#10b981;border-radius:50%;color:#fff;height:25px;justify-content:center;line-height:20px;width:25px}.badge-round-success.lg{font-size:1.2rem;height:40px;line-height:30px;width:40px}.badge-round-success.xl{font-size:1.3rem;font-weight:700;height:50px;line-height:40px;width:50px}.badge-round-success.sm{height:18px;justify-content:center;line-height:13px;width:18px}.badge-round-success.pill{border-radius:10px;height:18px;line-height:13px;width:45px}.badge-round-info{background:#3b82f6;border-radius:50%;color:#fff;height:25px;justify-content:center;line-height:20px;width:25px}.badge-round-info.lg{font-size:1.2rem;height:40px;line-height:30px;width:40px}.badge-round-info.xl{font-size:1.3rem;font-weight:700;height:50px;line-height:40px;width:50px}.badge-round-info.sm{height:18px;justify-content:center;line-height:13px;width:18px}.badge-round-info.pill{border-radius:10px;height:18px;line-height:13px;width:45px}.badge-round-warning{background:#f59e0b;border-radius:50%;color:#fff;height:25px;justify-content:center;line-height:20px;width:25px}.badge-round-warning.lg{font-size:1.2rem;height:40px;line-height:30px;width:40px}.badge-round-warning.xl{font-size:1.3rem;font-weight:700;height:50px;line-height:40px;width:50px}.badge-round-warning.sm{height:18px;justify-content:center;line-height:13px;width:18px}.badge-round-warning.pill{border-radius:10px;height:18px;line-height:13px;width:45px}.badge-round-danger{background:#ef4444;border-radius:50%;color:#fff;height:25px;justify-content:center;line-height:20px;width:25px}.badge-round-danger.lg{font-size:1.2rem;height:40px;line-height:30px;width:40px}.badge-round-danger.xl{font-size:1.3rem;font-weight:700;height:50px;line-height:40px;width:50px}.badge-round-danger.sm{height:18px;justify-content:center;line-height:13px;width:18px}.badge-round-danger.pill{border-radius:10px;height:18px;line-height:13px;width:45px}.badge-round-light{background:#6b7280;border-radius:50%;color:#fff;height:25px;justify-content:center;line-height:20px;width:25px}.badge-round-light.lg{font-size:1.2rem;height:40px;line-height:30px;width:40px}.badge-round-light.xl{font-size:1.3rem;font-weight:700;height:50px;line-height:40px;width:50px}.badge-round-light.sm{height:18px;justify-content:center;line-height:13px;width:18px}.badge-round-light.pill{border-radius:10px;height:18px;line-height:13px;width:45px}.badge-round-dark{background:#111827;border-radius:50%;color:#fff;height:25px;justify-content:center;line-height:20px;width:25px}.badge-round-dark.lg{font-size:1.2rem;height:40px;line-height:30px;width:40px}.badge-round-dark.xl{font-size:1.3rem;font-weight:700;height:50px;line-height:40px;width:50px}.badge-round-dark.sm{height:18px;justify-content:center;line-height:13px;width:18px}.badge-round-dark.pill{border-radius:10px;height:18px;line-height:13px;width:45px}.badge-round-gray-100{background:#f3f4f6;border-radius:50%;color:#fff;height:25px;justify-content:center;line-height:20px;width:25px}.badge-round-gray-100.lg{font-size:1.2rem;height:40px;line-height:30px;width:40px}.badge-round-gray-100.xl{font-size:1.3rem;font-weight:700;height:50px;line-height:40px;width:50px}.badge-round-gray-100.sm{height:18px;justify-content:center;line-height:13px;width:18px}.badge-round-gray-100.pill{border-radius:10px;height:18px;line-height:13px;width:45px}.badge-round-gray-200{background:#e5e7eb;border-radius:50%;color:#fff;height:25px;justify-content:center;line-height:20px;width:25px}.badge-round-gray-200.lg{font-size:1.2rem;height:40px;line-height:30px;width:40px}.badge-round-gray-200.xl{font-size:1.3rem;font-weight:700;height:50px;line-height:40px;width:50px}.badge-round-gray-200.sm{height:18px;justify-content:center;line-height:13px;width:18px}.badge-round-gray-200.pill{border-radius:10px;height:18px;line-height:13px;width:45px}.badge-round-gray-300{background:#d1d5db;border-radius:50%;color:#fff;height:25px;justify-content:center;line-height:20px;width:25px}.badge-round-gray-300.lg{font-size:1.2rem;height:40px;line-height:30px;width:40px}.badge-round-gray-300.xl{font-size:1.3rem;font-weight:700;height:50px;line-height:40px;width:50px}.badge-round-gray-300.sm{height:18px;justify-content:center;line-height:13px;width:18px}.badge-round-gray-300.pill{border-radius:10px;height:18px;line-height:13px;width:45px}.badge-round-gray-400{background:#9ca3af;border-radius:50%;color:#fff;height:25px;justify-content:center;line-height:20px;width:25px}.badge-round-gray-400.lg{font-size:1.2rem;height:40px;line-height:30px;width:40px}.badge-round-gray-400.xl{font-size:1.3rem;font-weight:700;height:50px;line-height:40px;width:50px}.badge-round-gray-400.sm{height:18px;justify-content:center;line-height:13px;width:18px}.badge-round-gray-400.pill{border-radius:10px;height:18px;line-height:13px;width:45px}.badge-round-gray-500{background:#6b7280;border-radius:50%;color:#fff;height:25px;justify-content:center;line-height:20px;width:25px}.badge-round-gray-500.lg{font-size:1.2rem;height:40px;line-height:30px;width:40px}.badge-round-gray-500.xl{font-size:1.3rem;font-weight:700;height:50px;line-height:40px;width:50px}.badge-round-gray-500.sm{height:18px;justify-content:center;line-height:13px;width:18px}.badge-round-gray-500.pill{border-radius:10px;height:18px;line-height:13px;width:45px}.badge-round-gray-600{background:#4b5563;border-radius:50%;color:#fff;height:25px;justify-content:center;line-height:20px;width:25px}.badge-round-gray-600.lg{font-size:1.2rem;height:40px;line-height:30px;width:40px}.badge-round-gray-600.xl{font-size:1.3rem;font-weight:700;height:50px;line-height:40px;width:50px}.badge-round-gray-600.sm{height:18px;justify-content:center;line-height:13px;width:18px}.badge-round-gray-600.pill{border-radius:10px;height:18px;line-height:13px;width:45px}.badge-round-gray-700{background:#374151;border-radius:50%;color:#fff;height:25px;justify-content:center;line-height:20px;width:25px}.badge-round-gray-700.lg{font-size:1.2rem;height:40px;line-height:30px;width:40px}.badge-round-gray-700.xl{font-size:1.3rem;font-weight:700;height:50px;line-height:40px;width:50px}.badge-round-gray-700.sm{height:18px;justify-content:center;line-height:13px;width:18px}.badge-round-gray-700.pill{border-radius:10px;height:18px;line-height:13px;width:45px}.badge-round-gray-800{background:#1f2937;border-radius:50%;color:#fff;height:25px;justify-content:center;line-height:20px;width:25px}.badge-round-gray-800.lg{font-size:1.2rem;height:40px;line-height:30px;width:40px}.badge-round-gray-800.xl{font-size:1.3rem;font-weight:700;height:50px;line-height:40px;width:50px}.badge-round-gray-800.sm{height:18px;justify-content:center;line-height:13px;width:18px}.badge-round-gray-800.pill{border-radius:10px;height:18px;line-height:13px;width:45px}.badge-round-gray-900{background:#111827;border-radius:50%;color:#fff;height:25px;justify-content:center;line-height:20px;width:25px}.badge-round-gray-900.lg{font-size:1.2rem;height:40px;line-height:30px;width:40px}.badge-round-gray-900.xl{font-size:1.3rem;font-weight:700;height:50px;line-height:40px;width:50px}.badge-round-gray-900.sm{height:18px;justify-content:center;line-height:13px;width:18px}.badge-round-gray-900.pill{border-radius:10px;height:18px;line-height:13px;width:45px}.badge-dot-primary{background-color:#8b5cf6}.badge-dot-primary,.badge-dot-secondary{border-radius:50%;display:inline-block;height:4px;vertical-align:middle;width:4px}.badge-dot-secondary{background-color:#1f2937}.badge-dot-success{background-color:#10b981}.badge-dot-info,.badge-dot-success{border-radius:50%;display:inline-block;height:4px;vertical-align:middle;width:4px}.badge-dot-info{background-color:#3b82f6}.badge-dot-warning{background-color:#f59e0b}.badge-dot-danger,.badge-dot-warning{border-radius:50%;display:inline-block;height:4px;vertical-align:middle;width:4px}.badge-dot-danger{background-color:#ef4444}.badge-dot-light{background-color:#6b7280}.badge-dot-dark,.badge-dot-light{border-radius:50%;display:inline-block;height:4px;vertical-align:middle;width:4px}.badge-dot-dark{background-color:#111827}.badge-dot-gray-100{background-color:#f3f4f6}.badge-dot-gray-100,.badge-dot-gray-200{border-radius:50%;display:inline-block;height:4px;vertical-align:middle;width:4px}.badge-dot-gray-200{background-color:#e5e7eb}.badge-dot-gray-300{background-color:#d1d5db}.badge-dot-gray-300,.badge-dot-gray-400{border-radius:50%;display:inline-block;height:4px;vertical-align:middle;width:4px}.badge-dot-gray-400{background-color:#9ca3af}.badge-dot-gray-500{background-color:#6b7280}.badge-dot-gray-500,.badge-dot-gray-600{border-radius:50%;display:inline-block;height:4px;vertical-align:middle;width:4px}.badge-dot-gray-600{background-color:#4b5563}.badge-dot-gray-700{background-color:#374151}.badge-dot-gray-700,.badge-dot-gray-800{border-radius:50%;display:inline-block;height:4px;vertical-align:middle;width:4px}.badge-dot-gray-800{background-color:#1f2937}.badge-dot-gray-900{background-color:#111827;border-radius:50%;display:inline-block;height:4px;vertical-align:middle;width:4px}.outline-round-primary{border:1px solid #8b5cf6;border-radius:50%;color:#8b5cf6}.outline-round-primary,.outline-round-secondary{background:#fff;height:18px;justify-content:center;line-height:13px;width:18px}.outline-round-secondary{border:1px solid #1f2937;border-radius:50%;color:#1f2937}.outline-round-success{border:1px solid #10b981;border-radius:50%;color:#10b981}.outline-round-info,.outline-round-success{background:#fff;height:18px;justify-content:center;line-height:13px;width:18px}.outline-round-info{border:1px solid #3b82f6;border-radius:50%;color:#3b82f6}.outline-round-warning{border:1px solid #f59e0b;border-radius:50%;color:#f59e0b}.outline-round-danger,.outline-round-warning{background:#fff;height:18px;justify-content:center;line-height:13px;width:18px}.outline-round-danger{border:1px solid #ef4444;border-radius:50%;color:#ef4444}.outline-round-light{border:1px solid #6b7280;border-radius:50%;color:#6b7280}.outline-round-dark,.outline-round-light{background:#fff;height:18px;justify-content:center;line-height:13px;width:18px}.outline-round-dark{border:1px solid #111827;border-radius:50%;color:#111827}.outline-round-gray-100{border:1px solid #f3f4f6;border-radius:50%;color:#f3f4f6}.outline-round-gray-100,.outline-round-gray-200{background:#fff;height:18px;justify-content:center;line-height:13px;width:18px}.outline-round-gray-200{border:1px solid #e5e7eb;border-radius:50%;color:#e5e7eb}.outline-round-gray-300{border:1px solid #d1d5db;border-radius:50%;color:#d1d5db}.outline-round-gray-300,.outline-round-gray-400{background:#fff;height:18px;justify-content:center;line-height:13px;width:18px}.outline-round-gray-400{border:1px solid #9ca3af;border-radius:50%;color:#9ca3af}.outline-round-gray-500{border:1px solid #6b7280;border-radius:50%;color:#6b7280}.outline-round-gray-500,.outline-round-gray-600{background:#fff;height:18px;justify-content:center;line-height:13px;width:18px}.outline-round-gray-600{border:1px solid #4b5563;border-radius:50%;color:#4b5563}.outline-round-gray-700{border:1px solid #374151;border-radius:50%;color:#374151}.outline-round-gray-700,.outline-round-gray-800{background:#fff;height:18px;justify-content:center;line-height:13px;width:18px}.outline-round-gray-800{border:1px solid #1f2937;border-radius:50%;color:#1f2937}.outline-round-gray-900{background:#fff;border:1px solid #111827;border-radius:50%;color:#111827;height:18px;justify-content:center;line-height:13px;width:18px}.badge-square-primary{background:#8b5cf6;border-radius:20%;color:#fff;height:25px;line-height:20px;text-align:center;width:25px}.badge-square-primary.lg{font-size:1.2rem;height:40px;line-height:30px;width:40px}.badge-square-primary.xl{font-size:1.3rem;font-weight:700;height:50px;line-height:40px;width:50px}.badge-square-secondary{background:#1f2937;border-radius:20%;color:#fff;height:25px;line-height:20px;text-align:center;width:25px}.badge-square-secondary.lg{font-size:1.2rem;height:40px;line-height:30px;width:40px}.badge-square-secondary.xl{font-size:1.3rem;font-weight:700;height:50px;line-height:40px;width:50px}.badge-square-success{background:#10b981;border-radius:20%;color:#fff;height:25px;line-height:20px;text-align:center;width:25px}.badge-square-success.lg{font-size:1.2rem;height:40px;line-height:30px;width:40px}.badge-square-success.xl{font-size:1.3rem;font-weight:700;height:50px;line-height:40px;width:50px}.badge-square-info{background:#3b82f6;border-radius:20%;color:#fff;height:25px;line-height:20px;text-align:center;width:25px}.badge-square-info.lg{font-size:1.2rem;height:40px;line-height:30px;width:40px}.badge-square-info.xl{font-size:1.3rem;font-weight:700;height:50px;line-height:40px;width:50px}.badge-square-warning{background:#f59e0b;border-radius:20%;color:#fff;height:25px;line-height:20px;text-align:center;width:25px}.badge-square-warning.lg{font-size:1.2rem;height:40px;line-height:30px;width:40px}.badge-square-warning.xl{font-size:1.3rem;font-weight:700;height:50px;line-height:40px;width:50px}.badge-square-danger{background:#ef4444;border-radius:20%;color:#fff;height:25px;line-height:20px;text-align:center;width:25px}.badge-square-danger.lg{font-size:1.2rem;height:40px;line-height:30px;width:40px}.badge-square-danger.xl{font-size:1.3rem;font-weight:700;height:50px;line-height:40px;width:50px}.badge-square-light{background:#6b7280;border-radius:20%;color:#fff;height:25px;line-height:20px;text-align:center;width:25px}.badge-square-light.lg{font-size:1.2rem;height:40px;line-height:30px;width:40px}.badge-square-light.xl{font-size:1.3rem;font-weight:700;height:50px;line-height:40px;width:50px}.badge-square-dark{background:#111827;border-radius:20%;color:#fff;height:25px;line-height:20px;text-align:center;width:25px}.badge-square-dark.lg{font-size:1.2rem;height:40px;line-height:30px;width:40px}.badge-square-dark.xl{font-size:1.3rem;font-weight:700;height:50px;line-height:40px;width:50px}.badge-square-gray-100{background:#f3f4f6;border-radius:20%;color:#fff;height:25px;line-height:20px;text-align:center;width:25px}.badge-square-gray-100.lg{font-size:1.2rem;height:40px;line-height:30px;width:40px}.badge-square-gray-100.xl{font-size:1.3rem;font-weight:700;height:50px;line-height:40px;width:50px}.badge-square-gray-200{background:#e5e7eb;border-radius:20%;color:#fff;height:25px;line-height:20px;text-align:center;width:25px}.badge-square-gray-200.lg{font-size:1.2rem;height:40px;line-height:30px;width:40px}.badge-square-gray-200.xl{font-size:1.3rem;font-weight:700;height:50px;line-height:40px;width:50px}.badge-square-gray-300{background:#d1d5db;border-radius:20%;color:#fff;height:25px;line-height:20px;text-align:center;width:25px}.badge-square-gray-300.lg{font-size:1.2rem;height:40px;line-height:30px;width:40px}.badge-square-gray-300.xl{font-size:1.3rem;font-weight:700;height:50px;line-height:40px;width:50px}.badge-square-gray-400{background:#9ca3af;border-radius:20%;color:#fff;height:25px;line-height:20px;text-align:center;width:25px}.badge-square-gray-400.lg{font-size:1.2rem;height:40px;line-height:30px;width:40px}.badge-square-gray-400.xl{font-size:1.3rem;font-weight:700;height:50px;line-height:40px;width:50px}.badge-square-gray-500{background:#6b7280;border-radius:20%;color:#fff;height:25px;line-height:20px;text-align:center;width:25px}.badge-square-gray-500.lg{font-size:1.2rem;height:40px;line-height:30px;width:40px}.badge-square-gray-500.xl{font-size:1.3rem;font-weight:700;height:50px;line-height:40px;width:50px}.badge-square-gray-600{background:#4b5563;border-radius:20%;color:#fff;height:25px;line-height:20px;text-align:center;width:25px}.badge-square-gray-600.lg{font-size:1.2rem;height:40px;line-height:30px;width:40px}.badge-square-gray-600.xl{font-size:1.3rem;font-weight:700;height:50px;line-height:40px;width:50px}.badge-square-gray-700{background:#374151;border-radius:20%;color:#fff;height:25px;line-height:20px;text-align:center;width:25px}.badge-square-gray-700.lg{font-size:1.2rem;height:40px;line-height:30px;width:40px}.badge-square-gray-700.xl{font-size:1.3rem;font-weight:700;height:50px;line-height:40px;width:50px}.badge-square-gray-800{background:#1f2937;border-radius:20%;color:#fff;height:25px;line-height:20px;text-align:center;width:25px}.badge-square-gray-800.lg{font-size:1.2rem;height:40px;line-height:30px;width:40px}.badge-square-gray-800.xl{font-size:1.3rem;font-weight:700;height:50px;line-height:40px;width:50px}.badge-square-gray-900{background:#111827;border-radius:20%;color:#fff;height:25px;line-height:20px;text-align:center;width:25px}.badge-square-gray-900.lg{font-size:1.2rem;height:40px;line-height:30px;width:40px}.badge-square-gray-900.xl{font-size:1.3rem;font-weight:700;height:50px;line-height:40px;width:50px}.badge-round{border-radius:50%;font-size:1.2rem;height:40px;line-height:30px;width:40px}.badge-round.badge-round-opacity-primary{background:#fff;color:#8b5cf6}.badge-round.badge-round-opacity-secondary{background:#728cb0;color:#1f2937}.badge-round.badge-round-opacity-success{background:#9ef7d9;color:#10b981}.badge-round.badge-round-opacity-info{background:#fefeff;color:#3b82f6}.badge-round.badge-round-opacity-warning{background:#fdeccf;color:#f59e0b}.badge-round.badge-round-opacity-danger{background:#fff;color:#ef4444}.badge-round.badge-round-opacity-light{background:#d8dadf;color:#6b7280}.badge-round.badge-round-opacity-dark{background:#5170b3;color:#111827}.badge-round.badge-round-opacity-gray-100{background:#fff;color:#f3f4f6}.badge-round.badge-round-opacity-gray-200{background:#fff;color:#e5e7eb}.badge-round.badge-round-opacity-gray-300{background:#fff;color:#d1d5db}.badge-round.badge-round-opacity-gray-400{background:#fff;color:#9ca3af}.badge-round.badge-round-opacity-gray-500{background:#d8dadf;color:#6b7280}.badge-round.badge-round-opacity-gray-600{background:#b4bbc6;color:#4b5563}.badge-round.badge-round-opacity-gray-700{background:#9aa6ba;color:#374151}.badge-round.badge-round-opacity-gray-800{background:#728cb0;color:#1f2937}.badge-round.badge-round-opacity-gray-900{background:#5170b3;color:#111827}.badge-square{border-radius:20%;font-size:1.2rem;height:40px;line-height:30px;width:40px}.badge-square.badge-square-opacity-primary{background:#fff;color:#8b5cf6}.badge-square.badge-square-opacity-secondary{background:#728cb0;color:#1f2937}.badge-square.badge-square-opacity-success{background:#9ef7d9;color:#10b981}.badge-square.badge-square-opacity-info{background:#fefeff;color:#3b82f6}.badge-square.badge-square-opacity-warning{background:#fdeccf;color:#f59e0b}.badge-square.badge-square-opacity-danger{background:#fff;color:#ef4444}.badge-square.badge-square-opacity-light{background:#d8dadf;color:#6b7280}.badge-square.badge-square-opacity-dark{background:#5170b3;color:#111827}.badge-square.badge-square-opacity-gray-100{background:#fff;color:#f3f4f6}.badge-square.badge-square-opacity-gray-200{background:#fff;color:#e5e7eb}.badge-square.badge-square-opacity-gray-300{background:#fff;color:#d1d5db}.badge-square.badge-square-opacity-gray-400{background:#fff;color:#9ca3af}.badge-square.badge-square-opacity-gray-500{background:#d8dadf;color:#6b7280}.badge-square.badge-square-opacity-gray-600{background:#b4bbc6;color:#4b5563}.badge-square.badge-square-opacity-gray-700{background:#9aa6ba;color:#374151}.badge-square.badge-square-opacity-gray-800{background:#728cb0;color:#1f2937}.badge-square.badge-square-opacity-gray-900{background:#5170b3;color:#111827}.w-badge{border-radius:0;color:#fff}.r-badge,.w-badge{padding:4px}.popover{border:none;box-shadow:0 4px 20px 1px rgba(0,0,0,.06),0 1px 4px rgba(0,0,0,.08)}.popover .arrow:before{border-color:transparent}.search-ui{background:#fff;bottom:0;display:none;left:0;margin:auto;padding:.75rem 1.5rem 1.5rem 4.5rem;position:fixed;right:0;top:0;z-index:999}.search-ui.open{animation-delay:0;animation-duration:.3s;animation-fill-mode:both;animation-iteration-count:1;animation-name:slideInDown;animation-timing-function:ease;backface-visibility:hidden;display:block;z-index:999}.search-ui .search-header .logo{height:64px;width:auto}.search-ui .search-height{height:55vh}.search-ui input.search-input{border:0;font-size:4rem;font-weight:600;margin-bottom:1.5rem}.search-ui input.search-input:focus{outline:0}.search-ui input.search-input::-moz-placeholder{color:#9ca3af}.search-ui input.search-input::placeholder{color:#9ca3af}.search-ui .search-title{margin-bottom:1.25rem}.search-ui .search-title span{font-weight:600}@media (max-width:767px){.search-ui{padding:1rem}}.tagging{border:1px solid #d1d5db;border-radius:4px;font-size:1em;height:auto;padding:10px 10px 15px}.tagging.editable{cursor:text}.tag{background:none repeat scroll 0 0 #8b5cf6;border-radius:2px;color:#fff;cursor:default;display:inline-block;margin:5px 10px 0 0;padding:4px 20px 4px 0;position:relative;white-space:nowrap}.tag span{background:none repeat scroll 0 0 #7a44f5;border-radius:2px 0 0 2px;margin-right:5px;padding:5px 10px}.tag .tag-i{color:#fff;cursor:pointer;font-size:1.3em;height:0;line-height:.1em;position:absolute;right:5px;text-align:center;top:.7em;width:10px}.tag .tag-i:hover{color:#000;text-decoration:underline}.type-zone{border:0;display:inline-block;height:auto;min-width:20px;width:auto}.type-zone:focus{outline:none}.customizer{position:fixed;right:-380px;top:100px;transition:all .3s ease-in-out;width:380px;z-index:9999}.customizer.open{right:0}.customizer .handle{border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow:-3px 0 4px rgba(0,0,0,.06);cursor:pointer;display:flex;font-size:20px;left:-36px;padding:10px 8px;position:absolute;top:8px;transition:all .3s ease-in-out}.customizer .handle,.customizer .handle:hover{background:#8b5cf6;color:#fff}.customizer .customizer-body{background:#fff;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow:0 4px 20px 1px rgba(0,0,0,.06),0 1px 4px rgba(0,0,0,.08);max-height:calc(100vh - 140px);overflow-x:visible;overflow-y:scroll}.customizer .customizer-body .layouts{display:flex;flex-wrap:wrap;margin:0 -8px}.customizer .customizer-body .layouts .layout-box{border:1px solid rgba(0,0,0,.08);border-radius:8px;box-shadow:0 4px 20px 1px rgba(0,0,0,.06),0 1px 4px rgba(0,0,0,.03);cursor:pointer;margin:0 8px;overflow:hidden;position:relative;width:calc(50% - 16px)}.customizer .customizer-body .layouts .layout-box img{width:180px}.customizer .customizer-body .layouts .layout-box i{background:#8b5cf6;border-radius:0 0 0 6px;color:#fff;display:none;font-size:18px;height:24px;line-height:24px;position:absolute;right:0;text-align:center;top:0;width:32px}.customizer .customizer-body .layouts .layout-box.active{border:1px solid #8b5cf6}.customizer .customizer-body .layouts .layout-box.active i{display:inline-block}.customizer .customizer-body .colors{display:flex;flex-wrap:wrap}.customizer .customizer-body .colors .color{border-radius:50%;box-shadow:0 4px 20px 1px rgba(0,0,0,.06),0 1px 4px rgba(0,0,0,.03);cursor:pointer;display:inline-block;height:36px;margin:8px;text-align:center;width:36px}.customizer .customizer-body .colors .color.purple{background:#8b5cf6}.customizer .customizer-body .colors .color.blue{background:#2f47c2}.customizer .customizer-body .colors .color i{color:#fff;display:none;font-size:18px;line-height:36px}.customizer .customizer-body .colors .color.active i{display:unset}@media (max-width:767px){.customizer{right:-280px;width:280px}}[dir=rtl] .customizer{left:-380px;right:auto}[dir=rtl] .customizer.open{left:0;right:auto}[dir=rtl] .customizer .handle{border-bottom-left-radius:0;border-bottom-right-radius:4px;border-top-left-radius:0;border-top-right-radius:4px;box-shadow:-3px 0 4px rgba(0,0,0,.06);left:auto;right:-36px;top:8px}.slider-default{background:#fafafa!important;border:0 solid #d3d3d3!important;border-radius:15px!important;box-shadow:inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb;height:10px!important}.slider-default .noUi-value-horizontal{display:none}.slider-default .noUi-handle{border:5px solid #8b5cf6;border-radius:50%;box-shadow:none;cursor:pointer;height:20px!important;left:-5px!important;top:-5px!important;width:20px!important}.slider-default .noUi-handle:after,.slider-default .noUi-handle:before{background:#e8e7e6;content:none!important;display:block;height:14px;left:14px;position:absolute;top:6px;width:1px}.slider-default .noUi-handle:focus{outline:none}.slider-default .noUi-connect{background:#8b5cf6;border-radius:15px!important;box-shadow:inset 0 0 3px rgba(51,51,51,.45);transition:background .45s}.square-default{background:#fafafa!important;border:0 solid #d3d3d3!important;border-radius:15px!important;box-shadow:inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb;height:10px!important}.square-default .noUi-handle{border:5px solid #8b5cf6;box-shadow:none;cursor:pointer;height:20px!important;width:20px!important}.square-default .noUi-handle:after,.square-default .noUi-handle:before{background:#e8e7e6;content:" "!important;display:none;height:14px;left:14px;position:absolute;top:6px;width:1px}.square-default .noUi-handle:focus{outline:none}.square-default .noUi-connect{background:#8b5cf6;border-radius:15px!important;box-shadow:inset 0 0 3px rgba(51,51,51,.45);transition:background .45s}.slider-primary .noUi-connect{background:#8b5cf6}.slider-primary .noUi-handle{border:5px solid #8b5cf6}.slider-secondary .noUi-connect{background:#1f2937}.slider-secondary .noUi-handle{border:5px solid #1f2937}.slider-success .noUi-connect{background:#10b981}.slider-success .noUi-handle{border:5px solid #10b981}.slider-info .noUi-connect{background:#3b82f6}.slider-info .noUi-handle{border:5px solid #3b82f6}.slider-warning .noUi-connect{background:#f59e0b}.slider-warning .noUi-handle{border:5px solid #f59e0b}.slider-danger .noUi-connect{background:#ef4444}.slider-danger .noUi-handle{border:5px solid #ef4444}.slider-light .noUi-connect{background:#6b7280}.slider-light .noUi-handle{border:5px solid #6b7280}.slider-dark .noUi-connect{background:#111827}.slider-dark .noUi-handle{border:5px solid #111827}.slider-gray-100 .noUi-connect{background:#f3f4f6}.slider-gray-100 .noUi-handle{border:5px solid #f3f4f6}.slider-gray-200 .noUi-connect{background:#e5e7eb}.slider-gray-200 .noUi-handle{border:5px solid #e5e7eb}.slider-gray-300 .noUi-connect{background:#d1d5db}.slider-gray-300 .noUi-handle{border:5px solid #d1d5db}.slider-gray-400 .noUi-connect{background:#9ca3af}.slider-gray-400 .noUi-handle{border:5px solid #9ca3af}.slider-gray-500 .noUi-connect{background:#6b7280}.slider-gray-500 .noUi-handle{border:5px solid #6b7280}.slider-gray-600 .noUi-connect{background:#4b5563}.slider-gray-600 .noUi-handle{border:5px solid #4b5563}.slider-gray-700 .noUi-connect{background:#374151}.slider-gray-700 .noUi-handle{border:5px solid #374151}.slider-gray-800 .noUi-connect{background:#1f2937}.slider-gray-800 .noUi-handle{border:5px solid #1f2937}.slider-gray-900 .noUi-connect{background:#111827}.slider-gray-900 .noUi-handle{border:5px solid #111827}.slider-custom .noUi-connect{background:#3fb8af}.slider-custom .noUi-handle{border:5px solid #b2dfdb}.slider-extra-large{height:14px!important}.slider-extra-large .noUi-handle{height:28px!important;top:-7px!important;width:28px!important}.slider-large{height:12px!important}.slider-large .noUi-handle{height:24px!important;top:-6px!important;width:24px!important}.slider-small{height:6px!important}.slider-small .noUi-handle{top:-7px!important}.slider-extra-small{height:3px!important}.slider-extra-small .noUi-handle{top:-8px!important}.circle-filled.slider-primary .noUi-handle{background:#8b5cf6}.circle-filled.slider-secondary .noUi-handle{background:#1f2937}.circle-filled.slider-success .noUi-handle{background:#10b981}.circle-filled.slider-info .noUi-handle{background:#3b82f6}.circle-filled.slider-warning .noUi-handle{background:#f59e0b}.circle-filled.slider-danger .noUi-handle{background:#ef4444}.circle-filled.slider-light .noUi-handle{background:#6b7280}.circle-filled.slider-dark .noUi-handle{background:#111827}.circle-filled.slider-gray-100 .noUi-handle{background:#f3f4f6}.circle-filled.slider-gray-200 .noUi-handle{background:#e5e7eb}.circle-filled.slider-gray-300 .noUi-handle{background:#d1d5db}.circle-filled.slider-gray-400 .noUi-handle{background:#9ca3af}.circle-filled.slider-gray-500 .noUi-handle{background:#6b7280}.circle-filled.slider-gray-600 .noUi-handle{background:#4b5563}.circle-filled.slider-gray-700 .noUi-handle{background:#374151}.circle-filled.slider-gray-800 .noUi-handle{background:#1f2937}.circle-filled.slider-gray-900 .noUi-handle{background:#111827}.square-default.slider-primary .noUi-handle{background:#8b5cf6}.square-default.slider-secondary .noUi-handle{background:#1f2937}.square-default.slider-success .noUi-handle{background:#10b981}.square-default.slider-info .noUi-handle{background:#3b82f6}.square-default.slider-warning .noUi-handle{background:#f59e0b}.square-default.slider-danger .noUi-handle{background:#ef4444}.square-default.slider-light .noUi-handle{background:#6b7280}.square-default.slider-dark .noUi-handle{background:#111827}.square-default.slider-gray-100 .noUi-handle{background:#f3f4f6}.square-default.slider-gray-200 .noUi-handle{background:#e5e7eb}.square-default.slider-gray-300 .noUi-handle{background:#d1d5db}.square-default.slider-gray-400 .noUi-handle{background:#9ca3af}.square-default.slider-gray-500 .noUi-handle{background:#6b7280}.square-default.slider-gray-600 .noUi-handle{background:#4b5563}.square-default.slider-gray-700 .noUi-handle{background:#374151}.square-default.slider-gray-800 .noUi-handle{background:#1f2937}.square-default.slider-gray-900 .noUi-handle{background:#111827}.circle-filled.slider-custom .noUi-handle,.square-default.slider-custom .noUi-handle{background:#b2dfdb}.vertical-slider-example{display:inline-block}.noUi-vertical{height:150px!important;width:10px!important}.toast-primary{background-color:#8b5cf6!important}.toast-secondary{background-color:#1f2937!important}.toast-success{background-color:#10b981!important}.toast-info{background-color:#3b82f6!important}.toast-warning{background-color:#f59e0b!important}.toast-danger{background-color:#ef4444!important}.toast-light{background-color:#6b7280!important}.toast-dark{background-color:#111827!important}.toast-gray-100{background-color:#f3f4f6!important}.toast-gray-200{background-color:#e5e7eb!important}.toast-gray-300{background-color:#d1d5db!important}.toast-gray-400{background-color:#9ca3af!important}.toast-gray-500{background-color:#6b7280!important}.toast-gray-600{background-color:#4b5563!important}.toast-gray-700{background-color:#374151!important}.toast-gray-800{background-color:#1f2937!important}.toast-gray-900{background-color:#111827!important}.dropzone{background:#f5f5f5!important;border:2px dashed #673ab75e!important;min-height:150px;padding:20px}.nav-tabs{border-bottom:1px solid #8b5cf6}.nav-tabs .nav-item .nav-link.active{background:rgba(102,51,153,.1);border:1px solid #8b5cf6;border-bottom-color:#fff}.dropdown-toggle:after{border-bottom:0;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid;content:"";display:inline-block;height:0;right:5px;vertical-align:.255em;width:0}#calendar{float:right;width:100%}#external-events h4{font-size:16px;margin-top:0;padding-top:1em}#external-events .fc-event{cursor:move;margin:2px 0}.create_event_wrap p{color:#666;font-size:11px;margin:1.5em 0}.create_event_wrap p input{margin:0;vertical-align:middle}.fc-event{border:0 solid #8b5cf6!important;border-radius:3px;display:block;font-size:.85em;line-height:1.3;position:relative}a.fc-day-grid-event{background:#8b5cf6;padding:5px}th.fc-day-header{background:#f5f5f5;border-bottom-width:2px;display:table-cell;font-size:16px;font-weight:700;padding:10px 0;text-align:center}td.fc-head-container{padding:0!important}.fc-toolbar h2{font-weight:700;margin:0}span.fa{speak:none;-webkit-font-smoothing:antialiased;font-family:iconsmind!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}span.fa.fa-chevron-left:before{content:"\\f077"}span.fa.fa-chevron-right:before{content:"\\f07d"}.echarts{height:100%;width:100%}table.tableOne.vgt-table thead tr th{background:#fff}table.tableOne.vgt-table{font-size:13px}.vgt-global-search.vgt-clearfix{background:#fff}.vgt-table.full-height{min-height:390px!important}.vgt-table.non-height{min-height:none!important}.vgt-wrap .vgt-inner-wrap{box-shadow:unset!important}div.vgt-wrap__footer.vgt-clearfix{background:#fff;font-size:14px}.vgt-wrap__footer .footer__navigation__page-btn span{font-size:14px!important}.vgt-wrap__footer .footer__row-count__label{color:#909399;font-size:14px}.vgt-wrap__footer .footer__row-count:after{display:none}.vgt-wrap__footer .footer__row-count__select{-webkit-appearance:auto!important;-moz-appearance:auto!important;appearance:auto!important;background-color:transparent;border:0;border-radius:0;color:#606266;font-size:14px;font-weight:700;height:auto;margin-left:8px;padding:0;width:auto}.vgt-wrap__footer .footer__row-count__label{margin-bottom:0!important}.vgt-wrap__footer .footer__navigation{font-size:14px}span.chevron.right:after{border-left:6px solid #b0b1b3!important}span.chevron.left:after{border-right:6px solid #b0b1b3!important}table.tableOne tbody tr th.line-numbers,table.tableOne tbody tr th.vgt-checkbox-col{background:#fff}.vgt-wrap__footer .footer__navigation>button:first-of-type{margin-right:0}input.vgt-input.vgt-pull-left{width:auto}.table-alert__box{background-color:#d4edda!important;border-color:#c3e6cb!important;color:#155724!important;padding:.75rem!important}.gull-border-none{border-bottom:none!important}.vgt-global-search.vgt-clearfix,.vgt-wrap__footer.vgt-clearfix,table.tableOne.vgt-table{border:none!important}th.line-numbers,th.vgt-checkbox-col{border-bottom:1px solid #dcdfe6;border-right:none!important}.order-table.vgt-table{border:0 solid #dcdfe6;font-size:14px}.order-table.vgt-table thead th{background:transparent;font-weight:600!important;padding-right:1.5em;vertical-align:bottom}.order-table.vgt-table td,.order-table.vgt-table thead th{border-bottom:0 solid #dcdfe6;color:#111827;font-size:14px;min-width:140px!important}.order-table.vgt-table td{padding:10px;vertical-align:middle}.order-table.vgt-table tbody tr{cursor:pointer;padding:15px;transition:all .5s}.order-table.vgt-table tbody tr:hover{background:#eee;border-radius:10px}@media only screen and (max-width:750px){.vgt-wrap__footer .footer__navigation__page-info{display:none}.vgt-table th.sortable button{top:8px}}@media (min-width:750px) and (max-width:1024px){.vgt-table th.sortable button{top:8px}}@media (min-width:1024px) and (max-width:1024px){.vgt-table th.sortable button{top:0}}.clock-picker__input{background:#f8f9fa;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;color:#47404f;color:#665c70;display:block;font-size:.813rem;font-weight:400;height:calc(1.5em + .75rem + 2px);line-height:1.5;outline:initial!important;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.clock-picker__input--error,.clock-picker__input--error.clock-picker__input--has-value{color:#f44336}.clock-picker__input--error .clock-picker__input,.clock-picker__input--error.clock-picker__input--has-value .clock-picker__input{border-color:#f44336}.clock-picker__input--has-value .clock-picker__input{border-color:#00e676}.clock-picker__button{background:none;border:0;border-radius:12px;color:#757575;cursor:pointer;display:inline-block;font-size:13px;font-weight:500;height:24px;line-height:24px;margin:0;padding:0;width:24px}.clock-picker__button:hover{background-color:#f5f5f5}.clock-picker__button:active{background-color:#ededed}.clock-picker__button:focus{background-color:#e8e8e8}.clock-picker__button--active,.clock-picker__button--active:active,.clock-picker__button--active:focus,.clock-picker__button--active:hover{background-color:#a48bd1;color:#fff}.clock-picker__button[disabled]{cursor:default;opacity:.4!important}.clock-picker__button[disabled],.clock-picker__button[disabled]:active,.clock-picker__button[disabled]:focus,.clock-picker__button[disabled]:hover{background-color:#f5f5f5;color:#757575}.clock-picker__dialog{display:none}.clock-picker__dialog--active{display:block}.clock-picker__dialog-drop{background-color:rgba(0,0,0,.2);height:100%;left:0;position:fixed;top:0;width:100%;z-index:200}.clock-picker__dialog-body{background-color:#fff;border-radius:5px;left:50%;margin:-235px -160px;max-height:100%;max-width:100%;overflow:auto;position:fixed;top:50%;transform:scale(1);width:320px;z-index:201}.clock-picker__dialog-header{font-size:2rem;padding:1.5rem;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.clock-picker__dialog-header span:focus,.clock-picker__dialog-header span:hover{cursor:pointer}.clock-picker__dialog-content{height:280px;margin-bottom:24px;margin-top:24px;position:relative;width:100%}.clock-picker__dialog-content .clock-picker__hours,.clock-picker__dialog-content .clock-picker__minutes{position:absolute}.clock-picker__dialog-actions{border-top:1px solid #f5f5f5;display:flex;flex-direction:row;padding:.5rem}.clock-picker__dialog-action{background:transparent;border:0;cursor:pointer;display:inline-block;flex:1;font-size:16px;font-weight:500;line-height:32px;margin:0;padding:0 1rem}.clock-picker__dialog-action:hover{background-color:#f5f5f5}.clock-picker__dialog-action:focus{background-color:#ededed}.clock-picker__dialog-action:active{background-color:#e6e6e6}.clock-picker__dialog-action[disabled]{background-color:#f5f5f5;color:#e6e6e6}.clock-picker__dialog-action[disabled]:active,.clock-picker__dialog-action[disabled]:focus,.clock-picker__dialog-action[disabled]:hover{cursor:not-allowed}.clock-picker__dialog .fade-enter-active,.clock-picker__dialog .fade-leave-active,.clock-picker__dialog .scale-enter-active,.clock-picker__dialog .scale-leave-active{transition:all .3s ease}.clock-picker__dialog .scale-enter,.clock-picker__dialog .scale-leave-active{opacity:0;transform:scale(0)}.clock-picker__dialog .fade-enter,.clock-picker__dialog .fade-leave-active{opacity:0}.clock-picker__hours,.clock-picker__minutes{height:280px;position:relative;width:100%}.tag-custom{border-bottom:1px solid #000;max-width:1000%!important}.ti-input{border:none!important}.ti-tag.ti-valid{background-color:#8b5cf6!important;border-radius:50rem!important;min-height:30px;padding:0 12px!important}.echarts{height:100%!important;width:100%!important}.chart-wrapper{height:300px;width:100%}.apexcharts-legend.center.position-bottom{bottom:-2px!important}@media (max-width:767px){.apexcharts-toolbar{display:none!important}}.v-select{background:#f3f4f6}.v-select.is-invalid~.invalid-feedback{display:block}.vs__search,.vs__search:focus{height:calc(1rem + 7px)}.main-header{align-items:center;background:#fff;box-shadow:0 1px 15px rgba(0,0,0,.04),0 1px 6px rgba(0,0,0,.04);display:flex;flex-wrap:wrap;height:80px;justify-content:space-between;position:fixed;width:100%;z-index:100}.main-header .menu-toggle{align-items:center;cursor:pointer;display:flex;flex-direction:column;margin-right:12px;width:90px}.main-header .menu-toggle div{background:#111827;height:1px;margin:3px 0;width:24px}.main-header .search-bar{align-items:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:20px;display:flex;height:40px;justify-content:left;position:relative;width:230px}.main-header .search-bar input{background:transparent;border:0;color:#212121;font-size:.8rem;height:100%;line-height:2;outline:initial!important;padding:.5rem 1rem;width:calc(100% - 32px)}.main-header .search-bar .search-icon{display:inline-block;font-size:18px;width:24px}.main-header .logo{width:120px}.main-header .logo img{display:block;height:60px;margin:0 auto;width:60px}.main-header .show .header-icon{background:#f3f4f6}.main-header .header-icon{border-radius:8px;cursor:pointer;display:inline-block;font-size:19px;height:36px;line-height:36px;margin:0 2px;text-align:center;width:36px}.main-header .header-icon:hover{background:#f3f4f6}.main-header .header-icon.dropdown-toggle:after{display:none}.main-header .header-part-right{align-items:center;display:flex}.main-header .header-part-right .user{margin-right:2rem}.main-header .header-part-right .user img{border-radius:50%;cursor:pointer;height:36px;width:36px}.main-header .notification-dropdown{cursor:pointer;max-height:260px;padding:0}.main-header .notification-dropdown .dropdown-item{align-items:center;border-bottom:1px solid #d1d5db;display:flex;height:72px;padding:0}.main-header .notification-dropdown .dropdown-item .notification-icon{align-items:center;background:#e5e7eb;display:flex;height:100%;justify-content:center;width:44px}.main-header .notification-dropdown .dropdown-item .notification-icon i{font-size:18px}.main-header .notification-dropdown .dropdown-item .notification-details{padding:.25rem .75rem}.main-header .notification-dropdown .dropdown-item:active{background:inherit;color:inherit}@media (max-width:991px){.main-header .search-bar{width:180px}.main-header .menu-toggle{margin-right:36px;width:24px}}@media (max-width:615px){.main-header .header-part-right .user{margin-right:0}}@media (max-width:580px){.main-header{height:70px;padding:0 1.5rem}.main-header .logo{width:60px}.main-header .search-bar{display:none}.main-header .menu-toggle{width:60px}.main-header .header-part-right .user{margin-right:0;padding-right:0}.notification-dropdown{left:10px!important}}@media (max-width:360px){.main-header .menu-toggle{margin:0}}.layout-horizontal-bar .header-topnav{background-color:#fff;box-shadow:0 1px 15px rgba(0,0,0,.04),0 1px 6px rgba(0,0,0,.04);margin:0;padding:0;position:relative;position:fixed;top:80px;width:100%;z-index:10}.layout-horizontal-bar .header-topnav .container{padding:0}.layout-horizontal-bar .header-topnav .topbar-branding{float:left;height:48px;margin:0 8px;padding:8px}.layout-horizontal-bar .header-topnav .topbar-branding img{height:100%;width:auto}.layout-horizontal-bar .header-topnav .ps{-ms-overflow-style:none;overflow:initial!important;overflow-anchor:none;touch-action:auto;-ms-touch-action:auto}.layout-horizontal-bar .header-topnav .topnav{align-items:center;display:flex;height:auto}.layout-horizontal-bar .header-topnav .header-topnav-right{align-items:center;display:flex;float:right;height:48px;padding-right:.67rem}.layout-horizontal-bar .header-topnav .topnav:after{clear:both;content:"";display:table}.layout-horizontal-bar .header-topnav .topnav a{-webkit-text-decoration-skip:objects;background-color:transparent;color:#333!important;text-decoration:none}.layout-horizontal-bar .header-topnav .topnav label.menu-toggle{border-radius:50%;box-sizing:border-box;height:48px;padding:12px;width:48px}.layout-horizontal-bar .header-topnav .topnav label.menu-toggle .mat-icon{font-size:24px}.layout-horizontal-bar .header-topnav .topnav .toggle,.layout-horizontal-bar .header-topnav .topnav [id^=drop]{display:none}.layout-horizontal-bar .header-topnav .topnav ul{list-style:none;margin:0;padding:0;position:relative}.layout-horizontal-bar .header-topnav .topnav ul:not(.menu){box-shadow:0 0 4px transparent,0 4px 8px rgba(0,0,0,.28)}.layout-horizontal-bar .header-topnav .topnav ul.menu{float:left;height:48px;padding-right:45px}.layout-horizontal-bar .header-topnav .topnav ul.menu>li{float:left}.layout-horizontal-bar .header-topnav .topnav ul.menu>li>div>a,.layout-horizontal-bar .header-topnav .topnav ul.menu>li>div>div{border-bottom:2px solid;border-color:transparent;box-sizing:border-box;height:48px;margin:0 6px}.layout-horizontal-bar .header-topnav .topnav ul li{display:inline-block;margin:0}.layout-horizontal-bar .header-topnav .topnav a,.layout-horizontal-bar .header-topnav .topnav label{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;font-size:.875rem;height:44px;padding:13px 20px;text-decoration:none}.layout-horizontal-bar .header-topnav .topnav ul li ul li.open,.layout-horizontal-bar .header-topnav .topnav ul li ul li:hover{background:#eee}.layout-horizontal-bar .header-topnav .topnav ul ul{background:#fff;border-radius:5px;color:rgba(0,0,0,.87);opacity:0;position:absolute;top:48px;transform:translateY(-100px);transition:all .3s ease-in-out;visibility:hidden;z-index:-1}.layout-horizontal-bar .header-topnav .topnav ul li:hover>div>div>ul,.layout-horizontal-bar .header-topnav .topnav ul li:hover>div>ul{opacity:1;transform:translateY(0);visibility:visible}.layout-horizontal-bar .header-topnav .topnav ul ul li{display:list-item;float:none;position:relative;width:170px}.layout-horizontal-bar .header-topnav .topnav ul ul ul{left:170px;top:0}.layout-horizontal-bar .header-topnav .topnav ul ul ul li{position:relative;top:0}.layout-horizontal-bar .header-topnav .topnav li>a:after{content:" +"}.layout-horizontal-bar .header-topnav .topnav li>a:only-child:after{content:""}@media (max-width:959px){.header-topnav-right{position:absolute;right:6px;top:0}}@media only screen and (max-width:768px){.layout-horizontal-bar .header-topnav{background-color:#fff;box-shadow:0 1px 15px rgba(0,0,0,.04),0 1px 6px rgba(0,0,0,.04);height:100%;left:-200px;margin:0;padding:20px 0 0;position:relative;position:fixed;top:70px;transition:all .5s ease-in-out;width:200px;z-index:10}.layout-horizontal-bar .header-topnav .ps{-ms-overflow-style:none;overflow:hidden!important;overflow-anchor:none;touch-action:auto;-ms-touch-action:auto}.layout-horizontal-bar .topnav{margin:0;max-height:calc(100vh - 80px)!important}.layout-horizontal-bar .topnav .menu{height:auto!important;padding-right:0!important;width:100%}.layout-horizontal-bar .topnav .menu li a{border:none!important}.layout-horizontal-bar .topnav ul.menu{float:left;padding-left:0}.layout-horizontal-bar .topnav ul.menu>li{float:left}.layout-horizontal-bar .topnav ul.menu>li>div>a,.layout-horizontal-bar .topnav ul.menu>li>div>div{border-bottom:2px solid;border-color:transparent;box-sizing:border-box;height:auto!important;margin:0 6px}.layout-horizontal-bar .topnav .toggle{border:none;display:flex;text-decoration:none}.layout-horizontal-bar .topnav ul{transform:translateY(0)!important;transition:max-height .3s ease-in-out}.layout-horizontal-bar .topnav [id^=drop]:checked+ul{max-height:2000px;opacity:1;visibility:visible}.layout-horizontal-bar .topnav [id^=drop]:checked+ul.menu{max-height:300px;overflow-y:scroll}.layout-horizontal-bar .topnav ul li{opacity:1;position:relative;visibility:visible;width:100%;z-index:1}.layout-horizontal-bar .topnav ul ul .toggle,.layout-horizontal-bar .topnav ul ul a{padding:0 40px}.layout-horizontal-bar .topnav ul ul ul a{padding:0 80px}.layout-horizontal-bar .topnav ul li ul li .toggle,.layout-horizontal-bar .topnav ul ul a,.layout-horizontal-bar .topnav ul ul ul a{padding:14px 20px}.layout-horizontal-bar .topnav ul ul{background:#fff;border-radius:5px;color:rgba(0,0,0,.87);left:0;max-height:0;opacity:1!important;overflow:hidden;position:relative!important;top:0!important;transform:translateY(-100px);transition:all 1s ease-in-out!important;visibility:hidden!important;z-index:99!important}.layout-horizontal-bar .topnav ul li:hover>div>div>ul,.layout-horizontal-bar .topnav ul li:hover>div>ul{max-height:400px;opacity:1!important;transform:translateY(0);transition:all .3s ease-in-out!important;visibility:visible!important}.layout-horizontal-bar .topnav ul ul li{opacity:1;visibility:visible;width:100%!important}.layout-horizontal-bar .topnav ul:not(.menu){border-left:1px dashed #eee;box-shadow:none!important;margin-left:5px}.layout-horizontal-bar .topnav ul ul ul{left:0}.layout-horizontal-bar .topnav ul ul ul li{position:static}}@media (max-width:330px){.topnav ul li{display:block;width:94%}}[dir=rtl] .topnav a .mat-icon,[dir=rtl] .topnav label .mat-icon{margin-left:2px;margin-right:0}.app-footer{background:#e5e7eb;border-top-left-radius:10px;border-top-right-radius:10px;margin-top:2rem;padding:1.25rem}.app-footer .footer-bottom{width:100%}.app-footer .footer-bottom .logo{height:auto;margin:4px;width:3rem}.custom-separator{border-bottom:1px dashed #ebedf2;margin:15px 0}div.tab-border{border:1px dashed #ebedf2!important;margin:30px 0!important}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.mx-0{margin-right:0!important}.my-0{margin-bottom:0!important;margin-top:0!important}.p-0{padding:0!important}.pt-0{padding-top:0!important}.pr-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.px-0{padding-right:0!important}.py-0{padding-bottom:0!important;padding-top:0!important}.m-8{margin:8px!important}.mt-8{margin-top:8px!important}.mr-8{margin-right:8px!important}.mb-8{margin-bottom:8px!important}.ml-8,.mx-8{margin-left:8px!important}.mx-8{margin-right:8px!important}.my-8{margin-bottom:8px!important;margin-top:8px!important}.p-8{padding:8px!important}.pt-8{padding-top:8px!important}.pr-8{padding-right:8px!important}.pb-8{padding-bottom:8px!important}.pl-8,.px-8{padding-left:8px!important}.px-8{padding-right:8px!important}.py-8{padding-bottom:8px!important;padding-top:8px!important}.m-12{margin:12px!important}.mt-12{margin-top:12px!important}.mr-12{margin-right:12px!important}.mb-12{margin-bottom:12px!important}.ml-12,.mx-12{margin-left:12px!important}.mx-12{margin-right:12px!important}.my-12{margin-bottom:12px!important;margin-top:12px!important}.p-12{padding:12px!important}.pt-12{padding-top:12px!important}.pr-12{padding-right:12px!important}.pb-12{padding-bottom:12px!important}.pl-12,.px-12{padding-left:12px!important}.px-12{padding-right:12px!important}.py-12{padding-bottom:12px!important;padding-top:12px!important}.m-16{margin:16px!important}.mt-16{margin-top:16px!important}.mr-16{margin-right:16px!important}.mb-16{margin-bottom:16px!important}.ml-16,.mx-16{margin-left:16px!important}.mx-16{margin-right:16px!important}.my-16{margin-bottom:16px!important;margin-top:16px!important}.p-16{padding:16px!important}.pt-16{padding-top:16px!important}.pr-16{padding-right:16px!important}.pb-16{padding-bottom:16px!important}.pl-16,.px-16{padding-left:16px!important}.px-16{padding-right:16px!important}.py-16{padding-bottom:16px!important;padding-top:16px!important}.m-24{margin:24px!important}.mt-24{margin-top:24px!important}.mr-24{margin-right:24px!important}.mb-24{margin-bottom:24px!important}.ml-24,.mx-24{margin-left:24px!important}.mx-24{margin-right:24px!important}.my-24{margin-bottom:24px!important;margin-top:24px!important}.p-24{padding:24px!important}.pt-24{padding-top:24px!important}.pr-24{padding-right:24px!important}.pb-24{padding-bottom:24px!important}.pl-24,.px-24{padding-left:24px!important}.px-24{padding-right:24px!important}.py-24{padding-bottom:24px!important;padding-top:24px!important}.m-28{margin:28px!important}.mt-28{margin-top:28px!important}.mr-28{margin-right:28px!important}.mb-28{margin-bottom:28px!important}.ml-28,.mx-28{margin-left:28px!important}.mx-28{margin-right:28px!important}.my-28{margin-bottom:28px!important;margin-top:28px!important}.p-28{padding:28px!important}.pt-28{padding-top:28px!important}.pr-28{padding-right:28px!important}.pb-28{padding-bottom:28px!important}.pl-28,.px-28{padding-left:28px!important}.px-28{padding-right:28px!important}.py-28{padding-bottom:28px!important;padding-top:28px!important}.m-30{margin:30px!important}.mt-30{margin-top:30px!important}.mr-30{margin-right:30px!important}.mb-30{margin-bottom:30px!important}.ml-30,.mx-30{margin-left:30px!important}.mx-30{margin-right:30px!important}.my-30{margin-bottom:30px!important;margin-top:30px!important}.p-30{padding:30px!important}.pt-30{padding-top:30px!important}.pr-30{padding-right:30px!important}.pb-30{padding-bottom:30px!important}.pl-30,.px-30{padding-left:30px!important}.px-30{padding-right:30px!important}.py-30{padding-bottom:30px!important;padding-top:30px!important}.m-32{margin:32px!important}.mt-32{margin-top:32px!important}.mr-32{margin-right:32px!important}.mb-32{margin-bottom:32px!important}.ml-32,.mx-32{margin-left:32px!important}.mx-32{margin-right:32px!important}.my-32{margin-bottom:32px!important;margin-top:32px!important}.p-32{padding:32px!important}.pt-32{padding-top:32px!important}.pr-32{padding-right:32px!important}.pb-32{padding-bottom:32px!important}.pl-32,.px-32{padding-left:32px!important}.px-32{padding-right:32px!important}.py-32{padding-bottom:32px!important;padding-top:32px!important}.m-36{margin:36px!important}.mt-36{margin-top:36px!important}.mr-36{margin-right:36px!important}.mb-36{margin-bottom:36px!important}.ml-36,.mx-36{margin-left:36px!important}.mx-36{margin-right:36px!important}.my-36{margin-bottom:36px!important;margin-top:36px!important}.p-36{padding:36px!important}.pt-36{padding-top:36px!important}.pr-36{padding-right:36px!important}.pb-36{padding-bottom:36px!important}.pl-36,.px-36{padding-left:36px!important}.px-36{padding-right:36px!important}.py-36{padding-bottom:36px!important;padding-top:36px!important}.m-40{margin:40px!important}.mt-40{margin-top:40px!important}.mr-40{margin-right:40px!important}.mb-40{margin-bottom:40px!important}.ml-40,.mx-40{margin-left:40px!important}.mx-40{margin-right:40px!important}.my-40{margin-bottom:40px!important;margin-top:40px!important}.p-40{padding:40px!important}.pt-40{padding-top:40px!important}.pr-40{padding-right:40px!important}.pb-40{padding-bottom:40px!important}.pl-40,.px-40{padding-left:40px!important}.px-40{padding-right:40px!important}.py-40{padding-bottom:40px!important;padding-top:40px!important}.m-44{margin:44px!important}.mt-44{margin-top:44px!important}.mr-44{margin-right:44px!important}.mb-44{margin-bottom:44px!important}.ml-44,.mx-44{margin-left:44px!important}.mx-44{margin-right:44px!important}.my-44{margin-bottom:44px!important;margin-top:44px!important}.p-44{padding:44px!important}.pt-44{padding-top:44px!important}.pr-44{padding-right:44px!important}.pb-44{padding-bottom:44px!important}.pl-44,.px-44{padding-left:44px!important}.px-44{padding-right:44px!important}.py-44{padding-bottom:44px!important;padding-top:44px!important}.m-48{margin:48px!important}.mt-48{margin-top:48px!important}.mr-48{margin-right:48px!important}.mb-48{margin-bottom:48px!important}.ml-48,.mx-48{margin-left:48px!important}.mx-48{margin-right:48px!important}.my-48{margin-bottom:48px!important;margin-top:48px!important}.p-48{padding:48px!important}.pt-48{padding-top:48px!important}.pr-48{padding-right:48px!important}.pb-48{padding-bottom:48px!important}.pl-48,.px-48{padding-left:48px!important}.px-48{padding-right:48px!important}.py-48{padding-bottom:48px!important;padding-top:48px!important}.m-80{margin:80px!important}.mt-80{margin-top:80px!important}.mr-80{margin-right:80px!important}.mb-80{margin-bottom:80px!important}.ml-80,.mx-80{margin-left:80px!important}.mx-80{margin-right:80px!important}.my-80{margin-bottom:80px!important;margin-top:80px!important}.p-80{padding:80px!important}.pt-80{padding-top:80px!important}.pr-80{padding-right:80px!important}.pb-80{padding-bottom:80px!important}.pl-80,.px-80{padding-left:80px!important}.px-80{padding-right:80px!important}.py-80{padding-bottom:80px!important;padding-top:80px!important}.m-auto{margin:auto!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-auto{margin-bottom:auto!important;margin-top:auto!important}._dot{background-color:#fff;border-radius:50%;height:5px;width:5px}._inline-dot{display:inline-block}._round-button{border-radius:50%!important}.progress--height-2{height:5px}.b-form-file.is-invalid~.invalid-feedback,.form-control.is-invalid .invalid-feedback,.input-group~.invalid-feedback,.tag-custom.is-invalid~.invalid-feedback,.vdp-datepicker~.invalid-feedback,input.is-invalid~.invalid-feedback{display:block}#my-strictly-unique-vue-upload-multiple-image{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2c3e50;font-family:Avenir,Helvetica,Arial,sans-serif;text-align:center}.inbox-main-sidebar-container{padding:15px}.inbox-main-sidebar-container .inbox-main-content{margin-left:180px}.inbox-main-sidebar-container .inbox-main-sidebar{height:100%;margin-left:0;overflow:hidden;width:180px}.inbox-main-sidebar-container .inbox-main-sidebar .inbox-main-nav{list-style:none;margin:0;padding:0}.inbox-main-sidebar-container .inbox-main-sidebar .inbox-main-nav li a{align-items:center;color:#111827;display:flex;flex-direction:row;padding:.66rem 0}.inbox-main-sidebar-container .inbox-main-sidebar .inbox-main-nav li a.active,.inbox-main-sidebar-container .inbox-main-sidebar .inbox-main-nav li a:hover{color:#8b5cf6}.inbox-main-sidebar-container .inbox-main-sidebar .inbox-main-nav li a i{margin-right:8px}.inbox-main-sidebar-container .inbox-secondary-sidebar-container{border-radius:10px;min-height:calc(100vh - 150px)}.inbox-main-sidebar-container .inbox-secondary-sidebar-container .sidebar-content{margin-left:360px}.inbox-main-sidebar-container .inbox-secondary-sidebar-container .inbox-secondary-sidebar-content .inbox-topbar{display:flex;flex-direction:row;height:52px}.inbox-main-sidebar-container .inbox-secondary-sidebar-container .inbox-secondary-sidebar-content .inbox-details{padding:1.5rem 2rem}.inbox-main-sidebar-container .inbox-secondary-sidebar-container .inbox-secondary-sidebar{border-right:1px solid #e5e7eb;height:100%;overflow:hidden;width:360px}.inbox-main-sidebar-container .inbox-secondary-sidebar-container .inbox-secondary-sidebar .mail-item{border-bottom:1px solid #e5e7eb;cursor:pointer;display:flex;padding:1.25rem 1rem}.inbox-main-sidebar-container .inbox-secondary-sidebar-container .inbox-secondary-sidebar .mail-item:hover{background:#f3f4f6}.inbox-main-sidebar-container .inbox-secondary-sidebar-container .inbox-secondary-sidebar .mail-item .avatar{width:15%}.inbox-main-sidebar-container .inbox-secondary-sidebar-container .inbox-secondary-sidebar .mail-item .details{width:60%}.inbox-main-sidebar-container .inbox-secondary-sidebar-container .inbox-secondary-sidebar .mail-item .date{font-size:10px;width:25%}.inbox-main-sidebar-container .inbox-secondary-sidebar-container .inbox-secondary-sidebar .mail-item .date span{float:right}.inbox-main-sidebar-container .inbox-secondary-sidebar-container .inbox-secondary-sidebar .avatar img{border-radius:50%;height:32px;margin:4px;width:32px}.inbox-main-sidebar-container .inbox-secondary-sidebar-container .inbox-secondary-sidebar .name{display:block;font-size:12px}@media (max-width:767px){.inbox-main-sidebar-container .inbox-secondary-sidebar-container .sidebar-content,.sidebar-container .sidebar-content{margin-left:0}.inbox-main-sidebar-container .inbox-secondary-sidebar-container .inbox-secondary-sidebar{margin-left:-280px}.inbox-main-sidebar-container .inbox-main-sidebar{margin-left:-260px}.mail-item{padding:1rem .5rem!important}.inbox-secondary-sidebar{margin-left:0;width:280px!important}}[dir=rtl] .inbox-main-sidebar-container .inbox-main-sidebar .inbox-main-nav li a i{margin-left:8px;margin-right:0}.pos_page{min-height:100vh;position:absolute;right:0;top:0;width:100%}#invoice-POS h1,#invoice-POS h2,#invoice-POS h3,#invoice-POS h4,#invoice-POS h5,#invoice-POS h6{color:#05070b;font-weight:bolder}#pos .pos-detail{height:42vh!important}#pos .pos-detail .table-responsive{border-bottom:none!important;height:40vh!important;max-height:40vh!important}#pos .pos-detail .table-responsive tr{font-size:14px}#pos .card-order{min-height:100%}#pos .card-order .main-header{position:relative}#pos .grandtotal{background-color:#7ec8ca;font-size:1.2rem;font-weight:800;height:40px;margin-bottom:20px;padding:5px;text-align:center}#pos .list-grid .list-item .list-thumb img{height:100px!important;max-height:100px!important;-o-object-fit:cover;object-fit:cover;width:100%!important}#pos .list-grid{height:100%;min-height:100%;overflow:scroll}#pos .brand-Active{border:2px solid}.centred{align-content:center;text-align:center}@media (min-width:1024px){#pos .list-grid{height:100vh;min-height:100vh;overflow:scroll}}#pos .card.o-hidden{max-width:18%;min-width:130px;width:18%}#pos .input-customer{align-items:stretch;display:flex;flex-wrap:unset;position:relative;width:100%}#pos .card.o-hidden:hover{border:1px solid;cursor:pointer}#invoice-POS{font-family:sans-serif;font-size:14px;line-height:20px;max-width:400px;text-transform:capitalize}@media print{body{visibility:hidden}#invoice-POS{font-size:12px;line-height:20px;visibility:visible}@page{margin:0}}#total tr{background-color:#ddd}#top .logo{background-size:100px 100px;height:100px;width:100px}.title{float:right}.title p{text-align:right}table{border-collapse:collapse;width:100%}#invoice-POS table tr{border-bottom:3px dotted #ddd!important}.tabletitle{background:#eee;font-size:.5em}#legalcopy{margin-top:5mm}#bar,#legalcopy p{text-align:center}.quantity{max-width:95px;width:95px}.quantity input{border:none;text-align:center}.quantity .form-control:focus{background-color:unset;border-color:#e1d5fd;box-shadow:unset;color:#374151;outline:0}.quantity span{padding:8px}.list-horizontal .list-item .list-thumb img{height:74px;-o-object-fit:cover;object-fit:cover}.list-horizontal .list-item .item-title{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.list-horizontal .list-item a{color:#111827}.list-grid .list-item .list-thumb img{height:180px;-o-object-fit:cover;object-fit:cover;width:100%}.list-grid .list-item .card-body{display:block!important}.list-grid .list-item .item-title{max-width:300px;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.list-grid .list-item a{color:#111827}.list-grid .list-item .item-actions,.list-grid .list-item .item-badges{position:absolute;top:16px}.list-grid .list-item .item-actions{right:16px}.list-grid .list-item .item-badges{left:16px}.list-grid .list-item .item-select{display:none}@media (max-width:991px){.list-horizontal .list-item .list-thumb img{height:100%;width:100px}.list-horizontal .list-item .item-title{max-width:200px}}@media (max-width:576px){.list-horizontal .list-item .item-title{max-width:150px}}.user-profile .header-cover{background-repeat:no-repeat;background-size:cover;height:300px;position:relative}.user-profile .header-cover:after{background:rgba(0,0,0,.1);content:"";height:100%;position:absolute;width:100%}.user-profile .user-info{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:-40px;z-index:9}.user-profile .profile-picture{border:4px solid #fff;border-radius:50%}.user-profile .profile-nav{justify-content:center}.timeline{list-style:none;margin:0;padding:0;position:relative}.timeline .timeline-item{display:inline-block;position:relative;width:50%}.timeline .timeline-item:nth-child(2n){padding:0 3rem 3rem 0}.timeline .timeline-item:nth-child(2n) .timeline-badge{left:calc(100% - 24px)}.timeline .timeline-item:nth-child(odd){float:right;margin-top:6rem;padding:0 0 3rem 3rem}.timeline .timeline-item:nth-child(odd) .timeline-badge{right:calc(100% - 24px)}.timeline .timeline-item .timeline-badge{height:48px;position:absolute;width:48px}.timeline .timeline-item .badge-icon{font-size:22px;line-height:48px;text-align:center}.timeline .timeline-item .badge-icon,.timeline .timeline-item .badge-img{border-radius:50%;display:inline-block;height:100%;width:100%}.timeline .timeline-group{padding:0 0 2rem;position:relative;z-index:99}.timeline .timeline-line{background:#d1d5db;content:"";height:100%;left:0;margin:auto;position:absolute;right:0;width:1px}@media (max-width:767px){.user-profile .header-cover{height:200px}.timeline .timeline-item{padding:4rem 0 3rem!important;width:100%}.timeline .timeline-item:nth-child(odd){margin-top:1rem}.timeline .timeline-item .timeline-badge{left:0!important;margin:auto;right:0!important;top:-16px}.timeline .timeline-group{padding:0 0 3rem}}.auth-layout-wrap{align-items:center;background-size:cover;background:url('+v+");display:flex;flex-direction:column;justify-content:center;min-height:100vh}.auth-layout-wrap .auth-content{margin:auto;min-width:340px}.auth-right{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.auth-logo img{height:100px;width:100px}@media (min-width:1024px){.auth-layout-wrap .auth-content{min-width:340px}}@media (max-width:767px){.auth-layout-wrap .auth-content{min-width:320px;padding:15px}.auth-right{padding:80px 15px}}.not-found-wrap{background-image:url("+y+');background-position-y:bottom;background-repeat:no-repeat;background-size:cover;background-size:100%;height:100vh;padding:120px 0}.not-found-wrap h1{font-weight:800;line-height:1;margin-bottom:16px}.not-found-wrap .subheading{font-weight:800}.main-header{position:relative}.main-header .topbar .header-nav{display:flex;justify-content:space-between;padding:0}.main-header .topbar .header-nav .topbar-item ul li{padding-right:40px;text-transform:capitalize}.homepage{background:url(https://ui-lib.com/wp-content/uploads/2019/04/bg-1.png);background-repeat:no-repeat;background-size:contain;padding:80px 0}.homepage .main-content .logo{margin:auto;width:80px}.homepage .main-content h1{color:#1f2937;line-height:1.5}.homepage .main-content .btn-raised-primary:hover{color:#fff}.homepage .main-content .btn-raised{transition:all .15s ease-in}.homepage .main-content .btn-raised:hover{transform:translateY(-2px)}.homepage .main-content .dashboard-photo{border-radius:10px;box-shadow:0 4px 20px 1px rgba(0,0,0,.06),0 1px 4px rgba(0,0,0,.08);margin:auto;max-width:960px;overflow:hidden}.homepage .main-content .dashboard-photo img{width:100%}.features{background:#f8fafe;padding-bottom:126px;padding-top:126px}.features .section-title{margin-bottom:45px}.features .section-title h2{margin-bottom:5px}.features .section-title p{margin:0 auto;max-width:550px;opacity:.7}.features .features-wrap .feature-card{background:transparent;flex-direction:row;justify-content:space-around;margin-bottom:10px;padding:20px 0}.features .features-wrap .feature-card .card-icon{padding:15px}.features .features-wrap .feature-card .card-title{align-items:center;display:flex;flex-grow:0.5;margin:0}.features .features-wrap .feature-card .card-title h6{margin:0}.features .features-wrap .feature-card.active,.features .features-wrap .feature-card:hover{background:linear-gradient(#8470b9,#473886);cursor:pointer}.features .features-wrap .feature-card.active .card-icon,.features .features-wrap .feature-card:hover .card-icon{color:#fff;padding:15px}.features .features-wrap .feature-card.active .card-title h6,.features .features-wrap .feature-card:hover .card-title h6{color:#fff}.features .tab-panel{display:none;padding:0 20px}.features .tab-panel.active{display:block}.features .tab-panel img{width:100%}.framework{background:#f8fafe;padding-bottom:126px;padding-top:126px}.framework .section-title{padding-bottom:40px}.framework .item-photo{align-items:center;border-radius:50%;display:flex;height:180px;justify-content:center;padding:25px;width:180px}.framework .item-photo img{height:auto;width:auto}.framework .item-photo .item-photo-text{font-size:40px}.demos{padding-bottom:80px;padding-top:80px}.demos .section-title{padding-bottom:35px}.demos .demo-photo .thumbnail{display:block}.demos .demo-photo img{width:100%}.demos .demo-photo a{text-transform:capitalize}.demos .demo-photo a:hover{color:#fff}.component{padding-bottom:80px;padding-top:80px}.component .section-title{padding-bottom:50px}.component .component-list{margin-bottom:30px}.component .component-list ul .comoponent-list-heading{margin-left:15px;margin-top:2px;text-transform:capitalize}.component .component-list ul li{list-style:none;margin-left:45px;opacity:.7}.clients{background-color:#f8fafe;padding-bottom:80px;padding-top:80px}.clients .section-title{padding-bottom:50px;text-align:center}.clients .section-title h2{margin-bottom:10px}.clients .section-title p{margin:0 auto;max-width:550px}.clients .complement{margin:0 auto;max-width:900px}.clients .complement .client-card{box-shadow:0 4px 20px 1px rgba(0,0,0,.06),0 1px 4px rgba(0,0,0,.08);margin-bottom:20px;padding:10px}.clients .complement .client-card .user{margin-left:10px}.clients .complement .client-card .user .user-photo{margin-right:30px}.clients .complement .client-card .user .user-photo img{border-radius:50%;height:50px;width:50px}.clients .complement .client-card .user .user-detail{margin-top:5px}.clients .complement .client-card .user .user-detail h6{margin:0}.clients .complement .client-card .user .user-detail p{opacity:.8}.clients .complement .client-card .user-comment{margin-left:10px}.clients .complement .client-card .user-comment p{font-style:italic;max-width:800px;opacity:.7}.blog{padding-bottom:80px;padding-top:80px}.blog h2{margin:0 0 40px;max-width:890px}.blog p{max-width:890px;opacity:.7}.blog .blog-photo{margin:20px 0}.blog .blog-photo img{width:100%}.footer{background-color:#f8fafe;padding-top:80px}.footer .footer-item{margin-bottom:100px}.footer .footer-item .social-media ul li{display:inline-block;list-style:none;margin-left:10px}.footer .footer-item .social-media ul li a{background:#fff;border-radius:5px;color:#111111a8;padding:7px}.footer .footer-bootom{border-top:.2px solid #fffffffa;padding:10px 0}.footer .footer-bootom p{margin:0}.footer .btn-raised-primary:hover{color:#fff}.footer .btn-raised{transition:all .15s ease-in}.footer .btn-raised:hover{transform:translateY(-2px)}@media (max-width:960px){.dashboard .dashboard-photo{max-width:calc(100% - 80px)}.dashboard{height:350px}}@media (max-width:767px){.main-header .navbar-nav{flex-direction:row}.main-header .navbar-nav .nav-item{margin-right:8px}.main-header .topbar .header-nav{display:block}.brand{display:flex;justify-content:space-between;width:100%}.navbar-toggler{border:0 solid #fff;border-radius:.25rem;cursor:pointer;display:flex;flex-direction:column;font-size:1.25rem;justify-content:center;line-height:1;padding:5px 0}.navbar-toggler .navbar-toggler-icon{background:#1f2937}.navbar-toggler:focus,.navbar-toggler:hover{outline:none;text-decoration:none}.navbar-collapse{align-items:center;background:transparent;background-repeat:no-repeat;background-size:auto;flex-basis:100%;flex-grow:1;overflow:hidden;text-align:center;z-index:999}.navbar-toggler-icon{background:no-repeat 50%;background-size:100% 100%;background:#fff;content:"";display:inline-block;height:2px;margin-top:4px;vertical-align:middle;width:25px}.dashboard{height:250px}.features .features-wrap{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.features .features-wrap .feature-card{margin:5px;padding:10px}.features .features-wrap .feature-card .card-title,.features .features-wrap .feature-card .card-title h6{margin:0}.features .features-wrap .feature-card .card-icon{display:none}.framework .item-photo{margin-bottom:30px}.component .component-list{margin:0 auto}.component .component-list ul{padding:0;text-align:center}.component .component-list ul li{margin-left:30px}.component .component-list .comoponent-list-heading{margin-left:3px!important}.footer .footer-item .social-media{margin-top:18px}.footer .footer-item .social-media ul{padding:0}.footer .footer-item .social-media ul li{margin-left:0;margin-right:20px}.footer .footer-item .btn-arrow,.footer .footer-item .selling-btn{margin-top:10px}}@media (max-width:600px){.homepage{padding:80px 0}.dashboard{height:auto;padding:60px 0}.dashboard .dashboard-photo{position:unset!important}}@media only screen and (max-width:991px){.ul-landing__navbar.collapse:not(.show){display:block!important}.ul-landing__brand{max-width:80px!important}}label.ul-form__label{font-size:13px;font-weight:400;margin-bottom:5px;padding:7px 0;text-align:right}small.ul-form__text{color:#6b7280;font-weight:400;margin-top:10px}.input-right-icon{position:relative}span.span-left-input-icon{left:10px;position:absolute;top:9px}span.span-right-input-icon{position:absolute;right:10px;top:9px}i.ul-form__icon{color:#4b5563;font-size:15px;font-weight:600}.ul-form__radio-inline{display:flex}span.ul-form__radio-font{font-size:14px;font-weight:500}.footer-delete-right{float:right}.ul-card__margin-25{margin:25px 0}@media only screen and (max-width:991px){label.ul-form--margin{margin-left:20px;text-align:left}}label.action-bar-horizontal-label{font-size:15px}.ul-form__radio{position:relative}span.checkmark.ul-radio__position{left:4px;position:absolute;top:-8px}i.ul-tab__icon{font-size:14px;font-weight:500}.ul-tab__border{border:1px dashed #6b7280;margin:30px 0}.ul-tab__content{margin:0;padding-left:0}.ul-dropdown__toggle{margin:0 5px;padding:8px 25px}.tab-border{border:1px dashed #ebedf2!important;margin:30px 0!important}span._r_block-dot{display:block;margin:2px 0}._r_btn{border:1px solid #e8ecfa}._r_drop_right{padding-right:14px!important}.ul-accordion__link:hover{list-style:none}.ul-accordion__link:hover,button.ul-accordion__link{text-decoration:none!important}.ul-accordion__font{font-size:16px}.ul-cursor--pointer{cursor:pointer}.ul-border__bottom{border-bottom:1px solid #6366f1}.ul-card__v-space{border-radius:0;box-shadow:0;margin:30px 0}.ul-card__border-radius{border-radius:0;box-shadow:none}.header-elements-inline{align-items:center;display:flex;flex-wrap:nowrap;justify-content:space-between}.ul-card__list--icon-font i{font-weight:700;margin:0 2px}.accordion .ul-collapse__icon--size a:before{cursor:pointer;font-family:iconsmind;font-size:18px;font-weight:700;vertical-align:bottom}.accordion .ul-collapse__left-icon a.collapsed:before{content:"\\f083";font-family:iconsmind;margin:0 8px}.accordion .ul-collapse__left-icon a:before{content:"\\f072";font-family:iconsmind;margin:0 8px}.accordion .ul-collapse__right-icon a.collapsed:before{content:"\\f083";float:right;font-family:iconsmind;margin:0 8px;position:absolute;right:15px}.accordion .ul-collapse__right-icon a:before{content:"\\f072";float:right;font-family:iconsmind;margin:0 8px;position:absolute;right:15px}.ul-widget__item{align-items:center;border-bottom:.07rem dashed #d1d5db;display:flex;justify-content:space-between;padding:1.1rem 0}.ul-widget1__title{color:#4b5563;font-size:1.1rem;font-weight:700}.ul-widget__desc{font-size:.9rem;font-weight:400}.ul-widget__number{font-size:1.4rem;font-weight:700}.ul-widget__item:last-child{border-bottom:0}.ul-widget__head{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between}.ul-widget__head.--v-margin{padding:10px 0}.ul-widget__head-title{color:#1f2937;font-size:1.2rem;font-weight:500;margin:0}.ul-widget-nav-tabs-line .nav-item .nav-link.active{border:1px solid;border-color:#fff #fff #6366f1}.ul-widget-nav-tabs-line .nav-link{font-weight:700}.ul-widget__body{margin-top:10px}.ul-widget2__item{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.4rem;position:relative}.ul-widget2__info{display:flex;flex-direction:column;flex-grow:1;margin-left:10px}.ul-widget2__title{color:#4b5563;font-weight:600}.ul-widget2__username{color:#4b5563;font-size:.7rem}.ul-widget__link--font i{font-size:13px;font-weight:700;letter-spacing:2px}.ul-widget__link--font{color:#4b5563;font-size:15px;font-weight:600}.ul-pl-0{padding-left:0}.ul-checkmark{left:20px!important;position:absolute;top:-4px!important}.ul-widget2__actions{opacity:0;visibility:hidden}.ul-widget1:hover .ul-widget2__actions{opacity:1;transition:.3s;visibility:visible}.pb-20{padding-bottom:20px}.ul-widget-notification-item{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;padding:10px 0;position:relative}.ul-widget-notification-item:last-child{border-bottom:none}.ul-widget-notification-item:hover{background-color:#f3f4f6}.ul-widget-notification-item-icon{padding-right:20px}.ul-widget-notification-item-title{color:#374151;font-size:1rem;font-weight:400;transition:color .3s ease}.ul-widget-notification-item-time{color:#6b7280;font-size:13px;font-weight:300}.ul-widget-notification-item:after{content:"\\f07d";font-family:iconsmind;position:absolute;right:0}.ul-widget-notification-item i{font-size:27px}.ul-widget3-img img{border-radius:50%;width:3.2rem}.ul-widget3-item{border-bottom:.07rem dashed #e5e7eb;margin-bottom:1rem}.ul-widget3-item:last-child{border:none}.ul-widget3-header{align-items:center;display:flex;justify-content:space-between;padding-bottom:.8rem}span.ul-widget3-status{flex-grow:1;text-align:right}.ul-widget3-info{padding-left:10px}.ul-widget4__item{align-items:center;border-bottom:1px dashed #d1d5db;display:flex;padding:15px 0}.ul-widget4__item:last-child{border-bottom:0}.ul-widget4__pic-icon{font-size:25px;margin-right:15px}a.ul-widget4__title{color:#4b5563;font-size:15px;font-weight:700}a.ul-widget4__title:hover{color:#6366f1}.ul-widget4__img img{border-radius:5px;margin-right:15px;width:2.5rem}.ul-widget4__users{justify-content:space-between}.ul-widget2__info.ul-widget4__users-info{flex-grow:1;width:calc(100% - 135px)}span.ul-widget4__number.t-font-boldest{font-size:1.1rem}.ul-widget5__item{align-items:center;border-bottom:.07rem dashed #e5e7eb;display:flex;justify-content:space-between;margin-bottom:1.43rem;padding-bottom:1.57rem}.ul-widget5__item:last-child{border-bottom:none}.ul-widget5__content{align-items:center;display:flex}.ul-widget5__stats{display:flex;flex-direction:column;text-align:right}.ul-widget5__stats:first-child{padding-right:3rem}span.ul-widget5__number{color:#4b5563;font-size:1.3rem;font-weight:600}.ul-widget5__pic img{border-radius:4px;padding-right:1.43rem;width:8.6rem}p.ul-widget5__desc{color:#9ca3af;font-size:1rem;font-weight:400;margin:0;padding:.4rem 0}.ul-widget5__info span:nth-child(2n){font-weight:600;padding-right:.71rem}.ul-widget6__head .ul-widget6__item{align-items:center;display:flex;margin-bottom:1.07rem}.ul-widget6__head .ul-widget6__item span{color:#6b7280;flex:1;font-size:.8rem;font-weight:500;text-align:left}.ul-widget6__head .ul-widget6__item span:last-child{text-align:right}.ul-widget6__body .ul-widget6__item{align-items:center;border-bottom:.07rem dashed #e5e7eb;display:flex;padding:1.07rem 0}.ul-widget6__body .ul-widget6__item:last-child{border-bottom:none}.ul-widget6__body .ul-widget6__item span{color:#4b5563;flex:1;font-weight:400;text-align:left}.ul-widget6__body .ul-widget6__item span:last-child{text-align:right}.ul-widget6 .ul-widget6-footer{margin:0;text-align:right}.ul-widget-s5__pic img{border-radius:50%;width:4rem}.ul-widget-s5__pic{padding-right:1rem}a.ul-widget4__title.ul-widget5__title{font-size:1.1rem}.ul-widget-s5__desc{color:#4b5563;margin:0}.ul-widget-s5__item{display:flex;justify-content:space-between}.ul-widget-s5__content{align-items:center;display:flex}.ul-widget-s5__content:last-child{align-items:center;display:flex;justify-content:space-between}.ul-widget-s5__progress{flex:1;padding-right:1rem}.ul-widget-s5__stats{display:flex;justify-content:space-between;margin-bottom:.7rem}.ul-widget-s5__stats span{color:#374151;font-size:1rem;font-weight:600}.widget-badge{margin:0!important}.ul-widget-s6__items{position:relative}.ul-widget-s6__items:before{background-color:#d1d5db;content:"";display:block;height:100%;left:3px;position:absolute;top:14px;width:1px}p.ul-widget6__dot{height:8px;margin:0;position:relative;width:8px;z-index:1}.ul-widget-s6__item{display:flex;justify-content:space-between;margin:1rem 0}p.ul-widget-s6__text{flex-grow:1;margin-left:11px}span.ul-widget-s6__text{color:#4b5563;display:flex;flex-grow:1;font-weight:600;padding-left:12px}span.ul-widget-s6__time{color:#6b7280;font-size:.77rem}.ul-widget6__item--table{height:400px;overflow-y:scroll}tr.ul-widget6__tr--sticky-th th{background-color:#fff;position:sticky;top:0}.ul-widget-s7__items{display:flex}.ul-widget-s7__item-circle{margin:0 1rem}.ul-widget-s7__item-circle i{font-size:16px;font-weight:900}.ul-widget-s7{padding:15px 0;position:relative}.ul-widget-s7:before{background-color:#9ca3af;content:"";height:100%;left:72px;position:absolute;top:22px;width:1;width:.241rem}p.ul-widget7__big-dot{height:13px;margin:0;position:relative;width:13px;z-index:1}.ul-widget-s7__item-time{color:#4b5563;font-size:1.2rem;font-weight:500}.ul-widget-s7__item-time.ul-middle{align-items:center;display:flex}.ul-widget-s7__item-text{color:#4b5563;font-size:1rem}.ul-widget-s7:last-child:before{background-color:#f3f4f6}.ul-vertical-line{display:inline-block;height:100%;vertical-align:middle;width:7px}.ul-widget8__tbl-responsive{display:block;overflow-x:auto;width:100%}.ul-widget_user-card{align-items:center;display:flex}@media only screen and (max-width:425px){.ul-widget__number{font-size:1.1rem;font-weight:700}.ul-widget1__title{font-size:.9rem}.ul-widget__desc{font-size:.7rem}.ul-widget__head{flex-direction:column}.ul-widget__head-label{margin:10px 0}.ul-widget__head.v-margin{flex-direction:unset}}@media only screen and (max-width:1024px){.ul-widget2__actions{opacity:1;visibility:visible}}@media only screen and (max-width:768px){.ul-widget-s5__content:last-child{width:100%}.ul-widget-s5__item{display:block;justify-content:space-between}.ul-widget-s5__content{margin:15px 0}}@media only screen and (max-width:375px){.ul-widget5{overflow-x:auto}a.ul-widget4__title{font-size:12px;padding-right:5px}a.ul-widget4__title.ul-widget5__title,p.ul-widget-s5__desc{font-size:11px}}@media only screen and (max-width:725px){.ul-widget5__item{display:block;text-align:center!important}.ul-widget5__content{display:block;margin-bottom:15px}.ul-widget5__stats:first-child{padding-right:0}.ul-widget5__stats{text-align:center}}.ul-card__widget-chart{padding:0}.ul-widget__chart-info{padding:15px}.ul-widget__row{align-items:center;display:flex}.ul-widget__content{margin-left:30px}.ul-widget__row-v2{text-align:center;text-align:-webkit-center}.ul-widget-stat__font i{font-size:35px}.ul-widget__content-v4{text-align:center}.ul-widget-card__info{display:flex;justify-content:space-between}.ul-widget-card__info span p:first-child{font-size:20px;font-weight:500;margin-bottom:2px}.ul-widget-card__info span p:last-child{font-size:17px;margin:0}.ul-widget-card__progress-rate{display:flex;justify-content:space-between;margin-bottom:5px;margin-top:12px}.ul-widget-card__progress-rate span{font-weight:700}.ul-widget-card__progress-rate span:last-child{color:#9ca3af;font-weight:700}.progress--height{height:10px}.ul-widget-card__user-info{text-align:center}.ul-widget-card--line{border-bottom:1px solid #d1d5db;padding-bottom:20px}.ul-widget-card--line:last-child{border-bottom:none}.ul-widget-card__rate-icon{display:flex;justify-content:space-between;margin:15px 0}.ul-widget-card__rate-icon.--version-2{justify-content:flex-start}.ul-widget-card__rate-icon.--version-2 span{margin-right:18px}.ul-widget-card__rate-icon span i{font-size:14px}.ul-widget-card__rate-icon span{font-size:15px}.ul-widget-card__rate-icon span i{font-size:16px;font-weight:600;margin-right:2px}.ul-widget-card__full-status{display:flex;justify-content:space-between}.ul-widget-card__status1{display:grid;text-align:-webkit-center;text-align:center}.ul-widget-card__status1 span:first-child{font-size:1.25rem;font-weight:600}.ul-widget6__dot.ul-widget-card__dot-xl{padding:1.35rem}.ul-widget-s6__badge .ul-widget-card__dot{position:relative}.ul-widget6__dot.ul-widget-card__dot-xl i{content:"";left:35%;position:absolute;top:35%}.ul-widget-s6__items.ul-widget-card__position:before{left:20px;top:0}.ul-widget-card__item{align-items:center;display:flex;padding:20px 0}.ul-widget-card__info-v2{display:grid;margin-left:20px}.ul-widget-card__img-bg{background-repeat:no-repeat,repeat;background-size:cover;height:500px}.ul-widget-card__cloud .ul-widget-card__head h1{color:#fff}.ul-widget-card__cloud .ul-widget-card__head i{color:#fff!important}.ul-widget-card__head{align-items:center;display:flex;justify-content:space-around;margin:60px 0}.ul-widget-card__weather-info{align-items:center;display:flex;font-size:20px;justify-content:space-between;margin:45px 0}.ul-b4__box{background-color:#9ca3af;display:inline-block;height:5rem;margin:0 5px;width:5rem}.ul-b4__border{border:1px solid #6366f1}.ul-b4__border-top{border-top:1px solid #6366f1}.ul-b4__border-right{border-right:1px solid #6366f1}.ul-b4__border-bottom{border-bottom:1px solid #6366f1}.ul-b4__border-left{border-left:1px solid #6366f1}.ul-b4-utilities__code pre{font-size:15px;margin:0;padding:0}.ul-b4-utilities__code{background-color:#e5e7eb;padding:25px 10px}.ul-b4__border-0{border:none}.ul-b4__border-top-0{border:1px solid #6366f1;border-top:none}.ul-b4__border-right-0{border:1px solid #6366f1;border-right:none}.ul-b4__border-bottom-0{border:1px solid #6366f1;border-bottom:none}.ul-b4__border-left-0{border:1px solid #6366f1;border-left:none}.ul-b4-display__info-1{margin-bottom:60px}.ul-b4-display__info-1 p{color:#4b5563;font-size:14px}.ul-b4-display__table{margin-top:20px}.ul-b4-display__table tr th{font-size:17px}.ul-b4-display__table tr td{font-size:14px}.ul-display__print ul li code{font-size:15px}.ul-display__margin{margin:40px 0}.ul-display__paragraph{font-size:14px}.ul-weather-card__img-overlay{background-position-y:center;background-repeat:no-repeat;background-size:cover;height:400px}.display-4{font-size:3.5rem}.ul-weather-card__weather-time{padding:30px}.ul-weather-card__img-overlay span{font-size:20px}.display-5{font-size:2.5rem!important}.ul-weather-card__weather-info i{font-size:25px;font-weight:600}.ul-weather-card__weather-info{margin:20px 0}.ul-weather-card__font-md{font-size:20px;font-weight:600}.ul-weather-card__header{align-items:center;display:flex}.ul-weather-card__header span{color:#fff;font-size:18px}.ul-weather-card__calendar,.ul-weather-card__calendar-2{align-items:center;display:flex;justify-content:space-between}.ul-weather-card__both-group{padding:25px}.ul-weather-card__inner-card{width:100%}.ul-weather-card__info{display:flex;font-size:16px;justify-content:space-between}.card .ul-weather-card__bg-img img{height:300px;width:100%}.ul-weather-card__img-overlay-2{bottom:0;left:0;padding:1.25rem;position:absolute;right:0;top:0}.ul-weather-card__img-overlay-2 span{color:#fff}.font-25{font-size:25px}.ul-weather-card__footer-color{color:#6366f1;font-weight:600}.ul-weather-card__footer-color-2{color:#ec4899}.ul-weather-card__grid-style{display:grid}.ul-weather-card__weather-s-title{font-size:1rem}.ul-weather-card__footer-color-3 h4,.ul-weather-card__footer-color-3 h5{color:#14b8a6}.ul-widget-app__row-comments{align-items:center;display:flex;margin-bottom:10px;padding:14px}.ul-widget-app__row-comments:hover{background-color:#e5e7eb}.ul-widget-app__row-comments:hover .ul-widget-app__icons a i{opacity:1;visibility:visible}.ul-widget-app__icons a i:hover{color:#8b5cf6}.ul-widget-app__roundbg-icon{border-radius:50%!important;height:40px;line-height:40px;min-width:40px;padding:0!important;text-align:center}.ul-widget-app__comment{width:calc(100% - 86px)}.ul-widget-app__profile-status{align-items:center;display:flex;justify-content:space-between}.ul-widget-app__icons{flex-grow:1;font-size:17px}.ul-widget-app__icons a i{font-weight:600;margin:0 3px;opacity:0;vertical-align:middle;visibility:hidden}.ul-widget-app__recent-messages{cursor:pointer;height:calc(100vh - 350px);overflow-y:scroll}.ul-widget-app__skill-margin span{margin:0 5px}.ul-widget-app__profile-footer{align-items:center;display:flex;justify-content:space-around}.ul-widget-app__profile-footer-font a i,.ul-widget-app__profile-footer-font a span{vertical-align:middle}.notification_widget .ul-widget-app__browser-list-1,.ul-widget-app__browser-list-1{align-items:center;display:flex;justify-content:space-between}.notification_widget .ul-widget-app__browser-list-1{cursor:pointer}.notification_widget .ul-widget-app__browser-list-1:hover{background:#eee}.ul-widget-app__browser-list-1 span{flex-grow:1}.ul-widget-app__browser-list-1 span:last-child{flex-grow:0}span.ul-widget-app__find-font{bottom:0;color:#8b5cf6;font-size:20px;position:absolute;right:10px;top:4px}.ul-widget-app__small-title{display:grid}.user-profile.ul-widget-app__profile--position{left:0;margin:0 auto;position:absolute;right:0;top:40%;transform:translateY(-50%)}.timeline--align{bottom:8px}.ul-product-detail__features ul li{list-style:none;margin:8px 0}.ul-counter-cart .btn-group{align-items:center;display:flex}.ul-counter-cart .btn-group .btn{background-color:transparent;border:0;margin:0 14px;padding:0!important}ul.gull-pagination li{margin:0 12px}ul.gull-pagination li .page-link{border-color:#fff!important;border-radius:50%!important}.page-link:hover{background-color:#fff}.page-link:focus{box-shadow:0 0 0 .2rem #fff}.page-item.disabled .page-link{color:#d5d0d9}html{font-size:16px}body{background:#fff;letter-spacing:.3px;line-height:1.6;overflow-x:hidden;overflow-y:scroll}[tabindex="-1"]:focus{outline:none}hr{border:0;border-top:1px solid rgba(0,0,0,.1);height:0;margin-bottom:2rem;margin-top:2rem}button,input,select,textarea{vertical-align:baseline}div{box-sizing:border-box}body[dir=ltr],body[dir=rtl],html[dir=ltr],html[dir=rtl]{unicode-bidi:embed}bdo[dir=rtl]{direction:rtl}bdo[dir=ltr],bdo[dir=rtl]{unicode-bidi:bidi-override}bdo[dir=ltr]{direction:ltr}img{max-width:100%}a,a:focus,a:hover{text-decoration:none}blockquote{border-left:2px solid #e5e7eb;font-size:1.01625rem;margin-bottom:1rem;padding-left:1rem}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{outline:none}.o-hidden{overflow:hidden}.separator-breadcrumb{margin-bottom:2rem}.line-height-1{line-height:1}.line-height-2{line-height:2}.line-height-3{line-height:3}.line-height-4{line-height:4}.line-height-5{line-height:5}.app-inro-circle{left:0;margin:auto;position:absolute;right:0;text-align:center;top:calc(50% - 150px)}.app-inro-circle .big-bubble{align-items:center;background:#8b5cf6;display:flex;height:280px;justify-content:center;margin:0 auto 20px;text-align:center;width:280px}.app-inro-circle .big-bubble i{color:#fff;font-size:108px}.loadscreen{background:#fff;height:100vh;left:0;margin:auto;position:fixed;right:0;text-align:center;top:0;width:100%;z-index:999}.loadscreen .loader{left:0;margin:auto;position:absolute;right:0;top:calc(50vh - 50px)}.loadscreen .logo{display:inline-block!important;height:80px;width:80px}.img-preview{background-color:#e5e7eb;float:left;margin-bottom:10px;margin-right:10px;overflow:hidden;text-align:center;width:100%}.preview-lg{height:150px;width:200px}.preview-md{height:120px;width:150px}.preview-sm{height:75px;width:100px}.custom-select{appearance:none;-webkit-appearance:none;-moz-appearance:none}.header-cover{background:url('+x+")}.back_important{background:#f3f4f6!important}.nav-item-module{padding:26px 0 42px!important}.addon_triangle{border-color:transparent transparent #e11239;border-style:solid;border-width:0 0 35px 100px;bottom:0;height:0;position:absolute;right:0;width:0}.addon_triangle span{color:#fff;font-size:14px;font-weight:700;position:absolute;right:5px;top:15px}.loading_page{height:80px;left:calc(50% - 50px);margin-top:5%;width:80px}.spinner.sm{height:2em;width:2em}.row_deleted{background-color:#ef44443d}.change_amount{color:#ef4444;font-size:.9rem;margin-left:10px}#nprogress .bar{background:#8b5cf6}#nprogress .spinner-icon{border-left-color:#8b5cf6;border-top-color:#8b5cf6}#nprogress .spinner{display:block;height:auto;position:fixed;right:15px;top:15px;width:auto;z-index:1031}#nprogress .spinner,#nprogress .spinner:after{background:transparent}@media (max-width:576px){.app-inro-circle .big-bubble{height:220px;width:220px}button.close{color:#000;float:right;font-size:1.2195rem;font-weight:700;line-height:1;opacity:.5;position:absolute;right:5px;text-shadow:0 1px 0 #fff;top:0}}@media (max-width:764px){.vgt-global-search.vgt-clearfix{display:flex;flex-direction:column}}[dir=rtl] .rtl-ps-none .ps__rail-x,[dir=rtl] .rtl-ps-none .ps__rail-y{display:none}.dark-theme{background:#292929}.dark-theme .text-muted{color:#d8d8d8!important}.dark-theme .card,.dark-theme .main-header,.dark-theme .sidebar-left,.dark-theme .sidebar-left-secondary{background:#292929;color:#d8d8d8!important}.dark-theme .border-bottom{border-bottom:1px solid #202020!important}.dark-theme .main-content-wrap{background-color:#202020;color:#d8d8d8!important}.dark-theme .card-title,.dark-theme .text-title,.dark-theme h1,.dark-theme h2,.dark-theme h3,.dark-theme h4,.dark-theme h5,.dark-theme h6{color:#d8d8d8}.dark-theme .card-title,.dark-theme a{color:#d8d8d8!important}.dark-theme input,.dark-theme textarea{background:#202020!important;border-color:#292929;color:#d8d8d8!important}.dark-theme .app-footer{background:#292929}.dark-theme .navigation-left .nav-item{border-bottom:1px solid #202020!important;color:#d8d8d8!important}.dark-theme .navigation-left .nav-item .nav-item-hold,.dark-theme .navigation-left .nav-item .nav-item-hold a{color:#d8d8d8!important}.dark-theme .sidebar-left-secondary .childNav li.nav-item{display:block}.dark-theme .sidebar-left-secondary .childNav li.nav-item a{color:#d8d8d8}.dark-theme .sidebar-left-secondary .childNav li.nav-item a:hover{background:#202020}.dark-theme .sidebar-left-secondary .childNav li.nav-item a.open,.dark-theme .sidebar-left-secondary .childNav li.nav-item a.router-link-active,.dark-theme .sidebar-left-secondary .childNav li.nav-item a.router-link-active .nav-icon{color:#8b5cf6}.dark-theme .sidebar-left-secondary .childNav li.nav-item a .nav-icon{color:#d8d8d8}.dark-theme .search-ui{background:#202020;position:fixed}.dark-theme .search-ui input.search-input{background:#202020}.dark-theme .search-ui input.search-input::-moz-placeholder{color:#d8d8d8}.dark-theme .search-ui input.search-input::placeholder{color:#d8d8d8}.dark-theme .search-bar{background:#292929!important;border:1px solid #202020!important}.dark-theme .search-bar input{background:#292929!important;color:#d8d8d8!important}.dark-theme .border-top{border-top:1px solid #292929!important}.dark-theme .tab-border{border:1px dashed #202020!important}.dark-theme table.vgt-table{background:#292929}.dark-theme .vgt-table thead th{color:#d8d8d8!important}.dark-theme table.tableOne.vgt-table thead tr th{background:#292929;border-color:#202020}.dark-theme .list-group-item{background-color:#292929;border:1px solid #202020}.dark-theme .page-link{background-color:#202020;border:1px solid #292929;color:#d8d8d8}.dark-theme .dropdown-menu{background-color:#202020;border:1px solid #202020;color:#d8d8d8}.dark-theme .table td{border-top:1px solid #202020}.dark-theme .table thead th{border-bottom:2px solid #202020}.dark-theme .table .thead-light th{background-color:#202020;border-color:#202020;color:#d8d8d8}.dark-theme .apexcharts-xaxis-label,.dark-theme .apexcharts-yaxis-label{fill:#d8d8d8}.dark-theme .apexcharts-tooltip.light{background:#202020;border:1px solid #292929}.dark-theme .apexcharts-tooltip.light .apexcharts-tooltip-title{background:#292929;border-bottom:1px solid #292929}.dark-theme .apexcharts-legend-text{color:#d8d8d8!important}.dark-theme .custom-select,.dark-theme .input-group-text{background-color:#202020;border:1px solid #202020;color:#d8d8d8}.dark-theme .header-icon:hover{background:#202020!important}.dark-theme .calendar-parent{background-color:#292929}.dark-theme .cv-day,.dark-theme .cv-event,.dark-theme .cv-header-day,.dark-theme .cv-header-days,.dark-theme .cv-week,.dark-theme .cv-weeks{border-color:#202020;border-style:solid}.dark-theme .theme-default .cv-day.outsideOfMonth,.dark-theme .theme-default .cv-day.past{background-color:#292929}.dark-theme .theme-default .cv-day.today,.dark-theme .theme-default .cv-header,.dark-theme .theme-default .cv-header-day{background-color:#202020}.dark-theme .cv-header,.dark-theme .cv-header button{background:#202020;border-color:#292929;border-style:solid}.dark-theme .vgt-global-search.vgt-clearfix,.dark-theme div.vgt-wrap__footer.vgt-clearfix,.dark-theme table.tableOne tbody tr th.line-numbers{background:#292929}.dark-theme table.vgt-table td{border-bottom:1px solid #202020;color:#d8d8d8}.dark-theme table.tableOne tbody tr th.vgt-checkbox-col{background:#292929}.dark-theme th.line-numbers,.dark-theme th.vgt-checkbox-col{border-bottom:1px solid #292929}.dark-theme .ul-widget__item{border-bottom:.07rem dashed #202020}.dark-theme .order-table.vgt-table tbody tr:hover{background:#202020;border-radius:10px}.dark-theme .page-item.disabled .page-link{background-color:#292929;border-color:#292929}.dark-theme ul.gull-pagination li .page-link{border-color:#292929!important}.dark-theme ul.gull-pagination li .page-link:hover{background:#292929}.dark-theme .layout-sidebar-compact .sidebar-left{background:#202020}.dark-theme .layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a.open{background:#202020;color:#8b5cf6}.dark-theme .layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a.open .nav-icon{color:#8b5cf6}.dark-theme .layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a .nav-icon{color:#d8d8d8}.dark-theme .chat-sidebar-container{height:calc(100vh - 140px);min-height:unset}.dark-theme .chat-sidebar-container .chat-topbar{height:52px}.dark-theme .chat-sidebar-container .chat-content-wrap .chat-content .message{background:#202020}.dark-theme .chat-sidebar-container .chat-content-wrap .chat-content .message:before{border-color:transparent transparent #202020}.dark-theme .chat-sidebar-container .chat-sidebar-wrap .contacts-scrollable .contact{cursor:pointer;position:relative;transition:all .15s ease-in}.dark-theme .chat-sidebar-container .chat-sidebar-wrap .contacts-scrollable .contact:hover{background:#202020}.dark-theme .chat-sidebar-container .chat-sidebar-wrap .contacts-scrollable .contact:before{background:#292929;border-radius:50%}.dark-theme .chat-sidebar-container .chat-sidebar-wrap .contacts-scrollable .contact.online:before{background:#10b981}.dark-theme .layout-sidebar-vertical .sidebar-panel{background:#292929;box-shadow:0 1px 15px #202020,0 1px 6px #202020}.dark-theme .layout-sidebar-vertical .main-content-wrap .main-header{background:#292929!important}.dark-theme .layout-sidebar-vertical-two .sidebar-panel{background:#292929;box-shadow:0 1px 15px #202020,0 1px 6px #202020}.dark-theme .layout-sidebar-vertical-two .main-content-wrap .main-header{background:#292929!important}.dark-theme .layout-horizontal-bar .header-topnav{background:#292929;box-shadow:0 1px 15px transparent,0 1px 6px transparent}.dark-theme .layout-horizontal-bar .header-topnav .topnav a{color:#d8d8d8!important}.dark-theme .layout-horizontal-bar .header-topnav .topnav ul ul{background:#292929;color:#d8d8d8}.dark-theme .layout-horizontal-bar .header-topnav .topnav ul li ul li:hover,.dark-theme .main-header .show .header-icon{background:#202020}.dark-theme .main-header .notification-dropdown{color:#d8d8d8}.dark-theme .main-header .notification-dropdown .dropdown-item{border-bottom:1px solid #292929;color:#d8d8d8}.dark-theme .main-header .notification-dropdown .notification-icon{background:#292929!important}.dark-theme .dropdown-item:focus,.dark-theme .dropdown-item:hover{background-color:#292929;color:#d8d8d8;text-decoration:none}.dark-theme .subheader{position:fixed;top:80px;width:100%;z-index:50}.dark-theme .subheader,.dark-theme .subheader .subheader-navbar{background-color:#292929}@media (max-width:577px){.dark-theme .subheader{top:70px}}.dark-theme .vnb{background-color:#292929}.dark-theme .vnb .tippy-box{background-color:#292929!important;box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.dark-theme .vnb__menu-options__option__link{color:#d8d8d8}.dark-theme .vnb__menu-options__option__link .vnb__menu-options__option__arrow{fill:#d8d8d8}.dark-theme .vnb__menu-options__option__link:focus{border:1px;outline:none}.dark-theme .vnb__menu-options__option__link:hover{color:#d8d8d8}.dark-theme .vnb__menu-options__option__link:hover .vnb__menu-options__option__arrow{fill:#d8d8d8}.dark-theme .vnb__menu-options__option__link__icon svg{fill:#8b5cf6!important}.dark-theme .vnb__sub-menu-options{background-color:#292929}.dark-theme .vnb__sub-menu-options__option__link{border-left:2px solid #8b5cf6;color:#d8d8d8}.dark-theme .vnb__sub-menu-options__option__link:focus{border:1px;outline:none}.dark-theme .vnb__sub-menu-options__option__link:hover{background-color:#8b5cf6;color:#d8d8d8!important}.dark-theme .vnb__popup{height:80vh!important;overflow-x:hidden!important;overflow-y:scroll!important}.dark-theme .vnb__popup .vnb__popup__top__close-button{right:-33px;top:20px}.dark-theme .vnb__popup .vnb__popup__top__close-button:focus{border:1px;outline:none}.dark-theme .vnb__popup .vnb__popup__top__close-button svg{fill:#000!important}",""]);const w=m},31791:(t,e,n)=>{"use strict";n.d(e,{A:()=>i});var o=n(76314),r=n.n(o)()((function(t){return t[1]}));r.push([t.id,'\n\n\n\n\n.vgt-table.striped tbody tr:nth-of-type(odd){background-color:rgba(51,68,109,.03)}.vgt-right-align{text-align:right}.vgt-left-align{text-align:left}.vgt-center-align{text-align:center}.vgt-pull-left{float:left!important}.vgt-pull-right{float:right!important}.vgt-clearfix::after{display:block;content:"";clear:both}.vgt-responsive{width:100%;overflow-x:auto;position:relative}.vgt-text-disabled{color:#909399}.sr-only{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.vgt-wrap{position:relative}.vgt-fixed-header{position:absolute;z-index:10;overflow-x:auto}table.vgt-table{font-size:16px;border-collapse:collapse;background-color:#fff;width:100%;max-width:100%;table-layout:auto;border:1px solid #dcdfe6}table.vgt-table td{padding:.75em .75em .75em .75em;vertical-align:top;border-bottom:1px solid #dcdfe6;color:#606266}table.vgt-table tr.clickable{cursor:pointer}table.vgt-table tr.clickable:hover{background-color:#f1f5fd}.vgt-table th{padding:.75em 1.5em .75em .75em;vertical-align:middle;position:relative}.vgt-table th.sortable button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;position:absolute;top:0;left:0;width:100%;height:100%}.vgt-table th.sortable button:focus{outline:0}.vgt-table th.sortable button:after{content:"";position:absolute;height:0;width:0;right:6px;top:50%;margin-top:-7px;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #606266}.vgt-table th.sortable button:before{content:"";position:absolute;height:0;width:0;right:6px;top:50%;margin-bottom:-7px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #606266}.vgt-table th.line-numbers,.vgt-table th.vgt-checkbox-col{padding:0 .75em 0 .75em;color:#606266;border-right:1px solid #dcdfe6;word-wrap:break-word;width:25px;text-align:center;background:linear-gradient(#f4f5f8,#f1f3f6)}.vgt-table th.filter-th{padding:.75em .75em .75em .75em}.vgt-table th.vgt-row-header{border-bottom:2px solid #dcdfe6;border-top:2px solid #dcdfe6;background-color:#fafafb}.vgt-table th.vgt-row-header .triangle{width:24px;height:24px;border-radius:15%;position:relative;margin:0 8px}.vgt-table th.vgt-row-header .triangle:after{content:"";position:absolute;display:block;left:50%;top:50%;margin-top:-6px;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #606266;margin-left:-3px;transition:.3s ease transform}.vgt-table th.vgt-row-header .triangle.expand:after{transform:rotate(90deg)}.vgt-table thead th{color:#606266;vertical-align:bottom;border-bottom:1px solid #dcdfe6;padding-right:1.5em;background:linear-gradient(#f4f5f8,#f1f3f6)}.vgt-table thead th.vgt-checkbox-col{vertical-align:middle}.vgt-table thead th.sorting-asc button:after{border-bottom:5px solid #409eff}.vgt-table thead th.sorting-desc button:before{border-top:5px solid #409eff}.vgt-input,.vgt-select{width:100%;height:32px;line-height:1;display:block;font-size:14px;font-weight:400;padding:6px 12px;color:#606266;border-radius:4px;box-sizing:border-box;background-image:none;background-color:#fff;border:1px solid #dcdfe6;transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.vgt-input::placeholder,.vgt-select::placeholder{color:#606266;opacity:.3}.vgt-input:focus,.vgt-select:focus{outline:0;border-color:#409eff}.vgt-loading{position:absolute;width:100%;z-index:10;margin-top:117px}.vgt-loading__content{background-color:#c0dfff;color:#409eff;padding:7px 30px;border-radius:3px}.vgt-inner-wrap.is-loading{opacity:.5;pointer-events:none}.vgt-table.bordered td,.vgt-table.bordered th{border:1px solid #dcdfe6}.vgt-table.bordered th.vgt-row-header{border-bottom:3px solid #dcdfe6}.vgt-wrap.rtl{direction:rtl}.vgt-wrap.rtl .vgt-table thead th,.vgt-wrap.rtl .vgt-table.condensed thead th{padding-left:1.5em;padding-right:.75em}.vgt-wrap.rtl .vgt-table th.sorting-asc:after,.vgt-wrap.rtl .vgt-table th.sorting:after{margin-right:5px;margin-left:0}.vgt-wrap.rtl .vgt-table th.sortable:after,.vgt-wrap.rtl .vgt-table th.sortable:before{right:inherit;left:6px}.vgt-table.condensed td,.vgt-table.condensed th.vgt-row-header{padding:.4em .4em .4em .4em}@media (max-width:576px){.vgt-compact *{box-sizing:border-box}.vgt-compact tbody,.vgt-compact td,.vgt-compact tr{display:block;width:100%}.vgt-compact thead{display:none}.vgt-compact tr{margin-bottom:15px}.vgt-compact td{text-align:right;position:relative}.vgt-compact td:before{content:attr(data-label);position:relative;float:left;left:0;width:40%;padding-left:10px;font-weight:700;text-align:left}.vgt-compact th.line-numbers{width:100%!important;display:block;padding:.3em 1em!important}}.vgt-global-search{padding:5px 0;display:flex;flex-wrap:nowrap;align-items:stretch;border:1px solid #dcdfe6;border-bottom:0;background:linear-gradient(#f4f5f8,#f1f3f6)}.vgt-global-search form{display:flex}.vgt-global-search form label{margin-top:3px}.vgt-global-search__input{position:relative;padding-left:40px;flex-grow:1}.vgt-global-search__input .input__icon{position:absolute;left:0;max-width:32px}.vgt-global-search__input .input__icon .magnifying-glass{margin-top:3px;margin-left:8px;display:block;width:16px;height:16px;border:2px solid #494949;position:relative;border-radius:50%}.vgt-global-search__input .input__icon .magnifying-glass:before{content:"";display:block;position:absolute;right:-7px;bottom:-5px;background:#494949;width:8px;height:4px;border-radius:2px;transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)}.vgt-global-search__actions{margin-left:10px}.vgt-selection-info-row{background:#fdf9e8;padding:5px 16px;font-size:13px;border-top:1px solid #dcdfe6;border-left:1px solid #dcdfe6;border-right:1px solid #dcdfe6;color:#d3aa3b;font-weight:700}.vgt-selection-info-row a{font-weight:700;display:inline-block;margin-left:10px}.vgt-wrap__actions-footer{border:1px solid #dcdfe6}.vgt-wrap__footer{color:#606266;font-size:1.1rem;padding:1em;border:1px solid #dcdfe6;background:linear-gradient(#f4f5f8,#f1f3f6)}.vgt-wrap__footer .footer__row-count{position:relative;padding-right:3px}.vgt-wrap__footer .footer__row-count__label,.vgt-wrap__footer .footer__row-count__select{display:inline-block;vertical-align:middle}.vgt-wrap__footer .footer__row-count__label{font-size:1.1rem}.vgt-wrap__footer .footer__row-count__select{font-size:1.1rem;background-color:transparent;width:auto;padding:0;border:0;border-radius:0;height:auto;margin-left:8px;color:#606266;font-weight:700;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:15px;padding-left:5px}.vgt-wrap__footer .footer__row-count__select::-ms-expand{display:none}.vgt-wrap__footer .footer__row-count__select:focus{outline:0;border-color:#409eff}.vgt-wrap__footer .footer__row-count::after{content:"";display:block;position:absolute;height:0;width:0;right:6px;top:50%;margin-top:-1px;border-top:6px solid #606266;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:none;pointer-events:none}.vgt-wrap__footer .footer__navigation{font-size:1.1rem}.vgt-wrap__footer .footer__navigation>button:first-of-type{margin-right:16px}.vgt-wrap__footer .footer__navigation__info,.vgt-wrap__footer .footer__navigation__page-btn,.vgt-wrap__footer .footer__navigation__page-info{display:inline-block;vertical-align:middle;color:#909399}.vgt-wrap__footer .footer__navigation__page-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;text-decoration:none;color:#606266;font-weight:700;white-space:nowrap;vertical-align:middle}.vgt-wrap__footer .footer__navigation__page-btn:hover{cursor:pointer}.vgt-wrap__footer .footer__navigation__page-btn.disabled,.vgt-wrap__footer .footer__navigation__page-btn.disabled:hover{opacity:.5;cursor:not-allowed}.vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.left:after,.vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.left:after{border-right-color:#606266}.vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.right:after,.vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.right:after{border-left-color:#606266}.vgt-wrap__footer .footer__navigation__page-btn span{display:inline-block;vertical-align:middle;font-size:1.1rem}.vgt-wrap__footer .footer__navigation__page-btn .chevron{width:24px;height:24px;border-radius:15%;position:relative;margin:0;display:inline-block;vertical-align:middle}.vgt-wrap__footer .footer__navigation__page-btn .chevron:after{content:"";position:absolute;display:block;left:50%;top:50%;margin-top:-6px;border-top:6px solid transparent;border-bottom:6px solid transparent}.vgt-wrap__footer .footer__navigation__page-btn .chevron.left::after{border-right:6px solid #409eff;margin-left:-3px}.vgt-wrap__footer .footer__navigation__page-btn .chevron.right::after{border-left:6px solid #409eff;margin-left:-3px}.vgt-wrap__footer .footer__navigation__info,.vgt-wrap__footer .footer__navigation__page-info{display:inline-block;margin:0 16px}.vgt-wrap__footer .footer__navigation__page-info span{display:inline-block;vertical-align:middle}.vgt-wrap__footer .footer__navigation__page-info__current-entry{width:30px;text-align:center;vertical-align:middle;display:inline-block;margin:0 10px;font-weight:700}@media only screen and (max-width:750px){.vgt-wrap__footer .footer__navigation__info{display:none}.vgt-wrap__footer .footer__navigation__page-btn{margin-left:16px}}.vgt-table.nocturnal{border:1px solid #435169;background-color:#324057}.vgt-table.nocturnal tr.clickable:hover{background-color:#445168}.vgt-table.nocturnal td{border-bottom:1px solid #435169;color:#c7ced8}.vgt-table.nocturnal th.line-numbers,.vgt-table.nocturnal th.vgt-checkbox-col{color:#c7ced8;border-right:1px solid #435169;background:linear-gradient(#2c394f,#2c394f)}.vgt-table.nocturnal thead th{color:#c7ced8;border-bottom:1px solid #435169;background:linear-gradient(#2c394f,#2c394f)}.vgt-table.nocturnal thead th.sortable:before{border-top-color:#3e5170}.vgt-table.nocturnal thead th.sortable:after{border-bottom-color:#3e5170}.vgt-table.nocturnal thead th.sortable.sorting-asc{color:#fff}.vgt-table.nocturnal thead th.sortable.sorting-asc:after{border-bottom-color:#409eff}.vgt-table.nocturnal thead th.sortable.sorting-desc{color:#fff}.vgt-table.nocturnal thead th.sortable.sorting-desc:before{border-top-color:#409eff}.vgt-table.nocturnal.bordered td,.vgt-table.nocturnal.bordered th{border:1px solid #435169}.vgt-table.nocturnal .vgt-input,.vgt-table.nocturnal .vgt-select{color:#c7ced8;background-color:#232d3f;border:1px solid #435169}.vgt-table.nocturnal .vgt-input::placeholder,.vgt-table.nocturnal .vgt-select::placeholder{color:#c7ced8;opacity:.3}.vgt-wrap.nocturnal .vgt-wrap__footer{color:#c7ced8;border:1px solid #435169;background:linear-gradient(#2c394f,#2c394f)}.vgt-wrap.nocturnal .vgt-wrap__footer .footer__row-count{position:relative}.vgt-wrap.nocturnal .vgt-wrap__footer .footer__row-count__label{color:#8290a7}.vgt-wrap.nocturnal .vgt-wrap__footer .footer__row-count__select{color:#c7ced8;background:#232d3f;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:15px;padding-left:10px;border-radius:3px;text-align:center}.vgt-wrap.nocturnal .vgt-wrap__footer .footer__row-count__select:focus{border-color:#409eff}.vgt-wrap.nocturnal .vgt-wrap__footer .footer__row-count::after{content:"";display:block;position:absolute;height:0;width:0;right:6px;top:50%;margin-top:-1px;border-top:6px solid #c7ced8;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:none;pointer-events:none}.vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-btn{color:#c7ced8}.vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.left:after,.vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.left:after{border-right-color:#c7ced8}.vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.right:after,.vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.right:after{border-left-color:#c7ced8}.vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__info,.vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-info{color:#8290a7}.vgt-wrap.nocturnal .vgt-global-search{border:1px solid #435169;background:linear-gradient(#2c394f,#2c394f)}.vgt-wrap.nocturnal .vgt-global-search__input .input__icon .magnifying-glass{border:2px solid #3f4c63}.vgt-wrap.nocturnal .vgt-global-search__input .input__icon .magnifying-glass:before{background:#3f4c63}.vgt-wrap.nocturnal .vgt-global-search__input .vgt-input,.vgt-wrap.nocturnal .vgt-global-search__input .vgt-select{color:#c7ced8;background-color:#232d3f;border:1px solid #435169}.vgt-wrap.nocturnal .vgt-global-search__input .vgt-input::placeholder,.vgt-wrap.nocturnal .vgt-global-search__input .vgt-select::placeholder{color:#c7ced8;opacity:.3}.vgt-table.black-rhino{border:1px solid #435169;background-color:#dfe5ee}.vgt-table.black-rhino tr.clickable:hover{background-color:#fff}.vgt-table.black-rhino td{border-bottom:1px solid #bbc5d6;color:#49515e}.vgt-table.black-rhino th.line-numbers,.vgt-table.black-rhino th.vgt-checkbox-col{color:#dae2f0;border-right:1px solid #435169;background:linear-gradient(#4c5c79,#4e5d7c)}.vgt-table.black-rhino thead th{color:#dae2f0;text-shadow:1px 1px #3e5170;border-bottom:1px solid #435169;background:linear-gradient(#4c5c79,#4e5d7c)}.vgt-table.black-rhino thead th.sortable:before{border-top-color:#607498}.vgt-table.black-rhino thead th.sortable:after{border-bottom-color:#607498}.vgt-table.black-rhino thead th.sortable.sorting-asc{color:#fff}.vgt-table.black-rhino thead th.sortable.sorting-asc:after{border-bottom-color:#409eff}.vgt-table.black-rhino thead th.sortable.sorting-desc:before{border-top-color:#409eff}.vgt-table.black-rhino.bordered td{border:1px solid #bbc5d6}.vgt-table.black-rhino.bordered th{border:1px solid #435169}.vgt-table.black-rhino .vgt-input,.vgt-table.black-rhino .vgt-select{color:#dae2f0;background-color:#34445f;border:1px solid transparent}.vgt-table.black-rhino .vgt-input::placeholder,.vgt-table.black-rhino .vgt-select::placeholder{color:#dae2f0;opacity:.3}.vgt-wrap.black-rhino .vgt-wrap__footer{color:#dae2f0;border:1px solid #435169;background:linear-gradient(#4c5c79,#4e5d7c)}.vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count{position:relative;padding-right:3px}.vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count__label{color:#98a5b9}.vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count__select{color:#49515e;background:#34445f;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:15px;padding-left:5px;border-radius:3px}.vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count__select::-ms-expand{display:none}.vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count__select:focus{border-color:#409eff}.vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count::after{content:"";display:block;position:absolute;height:0;width:0;right:6px;top:50%;margin-top:-1px;border-top:6px solid #49515e;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:none;pointer-events:none}.vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-btn{color:#dae2f0}.vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.left:after,.vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.left:after{border-right-color:#dae2f0}.vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.right:after,.vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.right:after{border-left-color:#dae2f0}.vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__info,.vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-info{color:#dae2f0}.vgt-wrap.black-rhino .vgt-global-search{border:1px solid #435169;background:linear-gradient(#4c5c79,#4e5d7c)}.vgt-wrap.black-rhino .vgt-global-search__input .input__icon .magnifying-glass{border:2px solid #3f4c63}.vgt-wrap.black-rhino .vgt-global-search__input .input__icon .magnifying-glass:before{background:#3f4c63}.vgt-wrap.black-rhino .vgt-global-search__input .vgt-input,.vgt-wrap.black-rhino .vgt-global-search__input .vgt-select{color:#dae2f0;background-color:#44516c;border:1px solid transparent}.vgt-wrap.black-rhino .vgt-global-search__input .vgt-input::placeholder,.vgt-wrap.black-rhino .vgt-global-search__input .vgt-select::placeholder{color:#dae2f0;opacity:.3}.vgt-inner-wrap{border-radius:.25rem;box-shadow:0 1px 3px 0 rgba(50,50,93,.1),0 1px 2px 0 rgba(50,50,93,.06)}.vgt-table.polar-bear{border-spacing:0;border-collapse:separate;font-size:1rem;background-color:#fff;border:1px solid #e3e8ee;border-bottom:none;border-radius:.25rem}.vgt-table.polar-bear td{padding:1em .75em 1em .75em;border-bottom:1px solid #e4ebf3;color:#525f7f}.vgt-table.polar-bear td.vgt-right-align{text-align:right}.vgt-table.polar-bear th.line-numbers,.vgt-table.polar-bear th.vgt-checkbox-col{color:#394567;border-right:1px solid #e3e8ee;background:#f7fafc}.vgt-table.polar-bear thead th{color:#667b94;font-weight:600;border-bottom:1px solid #e3e8ee;background:#f7fafc}.vgt-table.polar-bear thead th.sorting-asc,.vgt-table.polar-bear thead th.sorting-desc{color:#5e72e4}.vgt-table.polar-bear thead th.sorting-desc:before{border-top:5px solid #7485e8}.vgt-table.polar-bear thead th.sorting-asc:after{border-bottom:5px solid #7485e8}.vgt-table.polar-bear thead th .vgt-input,.vgt-table.polar-bear thead th .vgt-select{height:2.75em;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);border:1px solid #e4ebf3}.vgt-table.polar-bear thead th .vgt-input:focus,.vgt-table.polar-bear thead th .vgt-select:focus{outline:0;border-color:#cae0fe}.vgt-table.polar-bear thead tr:first-child th:first-child{border-top-left-radius:.25rem}.vgt-table.polar-bear thead tr:first-child th:last-child{border-top-right-radius:.25rem}.vgt-table.polar-bear.bordered td{border:1px solid #e3e8ee;background:#fff}.vgt-table.polar-bear.bordered th{border:1px solid #e3e8ee}.vgt-wrap.polar-bear .vgt-wrap__footer{color:#394567;border:1px solid #e3e8ee;border-bottom:0;border-top:0;background:linear-gradient(#f7fafc,#f7fafc)}.vgt-wrap.polar-bear .vgt-wrap__footer .footer__row-count{position:relative;padding-right:3px}.vgt-wrap.polar-bear .vgt-wrap__footer .footer__row-count__label{color:#98a5b9}.vgt-wrap.polar-bear .vgt-wrap__footer .footer__row-count__select{text-align:center;color:#525f7f;background:#fff;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:5px;padding-right:30px;border-radius:3px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);border:1px solid #e4ebf3}.vgt-wrap.polar-bear .vgt-wrap__footer .footer__row-count__select::-ms-expand{display:none}.vgt-wrap.polar-bear .vgt-wrap__footer .footer__row-count__select:focus{border-color:#5e72e4}.vgt-wrap.polar-bear .vgt-wrap__footer .footer__row-count::after{content:"";display:block;position:absolute;height:0;width:0;right:15px;top:50%;margin-top:-3px;border-top:6px solid #525f7f;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:none;pointer-events:none}.vgt-wrap.polar-bear .vgt-wrap__footer .footer__navigation__page-btn{color:#394567}.vgt-wrap.polar-bear .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.left:after,.vgt-wrap.polar-bear .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.left:after{border-right-color:#394567}.vgt-wrap.polar-bear .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.right:after,.vgt-wrap.polar-bear .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.right:after{border-left-color:#394567}.vgt-wrap.polar-bear .vgt-wrap__footer .footer__navigation__info,.vgt-wrap.polar-bear .vgt-wrap__footer .footer__navigation__page-info{color:#394567}.vgt-wrap.polar-bear .vgt-global-search{border:1px solid #e3e8ee;border-bottom:0;border-top-left-radius:3px;border-top-right-radius:3px;background:#f7fafc}.vgt-wrap.polar-bear .vgt-global-search__input .input__icon .magnifying-glass{border:2px solid #dde3ea}.vgt-wrap.polar-bear .vgt-global-search__input .input__icon .magnifying-glass:before{background:#dde3ea}.vgt-wrap.polar-bear .vgt-global-search__input .vgt-input,.vgt-wrap.polar-bear .vgt-global-search__input .vgt-select{height:2.75em;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);border:1px solid #e4ebf3}.vgt-wrap.polar-bear .vgt-global-search__input .vgt-input::placeholder,.vgt-wrap.polar-bear .vgt-global-search__input .vgt-select::placeholder{color:#394567;opacity:.3}',""]);const i=r},97997:(t,e,n)=>{"use strict";n.d(e,{A:()=>x});var o=n(76314),r=n.n(o),i=n(4417),a=n.n(i),s=n(18496),l=n.n(s),c=n(21997),d=n.n(c),u=n(38744),f=n.n(u),p=n(38750),b=n.n(p),h=r()((function(t){return t[1]})),g=a()(l()),m=a()(d(),{hash:"?#iefix-rdmvgc"}),v=a()(f()),y=a()(b());h.push([t.id,"@font-face {\n\tfont-family: 'icomoon';\n\tsrc:url("+g+");\n\tsrc:url("+m+") format('embedded-opentype'),\n\t\turl("+v+") format('woff'),\n\t\turl("+y+') format(\'truetype\')\n\t\t/* url(\'icomoon.svg?-rdmvgc#icomoon\') format(\'svg\'); */;\n\tfont-weight: normal;\n\tfont-style: normal;\n}\n\n[class^="i-"], [class*=" i-"] {\n\tfont-family: \'icomoon\' !important;\n\tspeak: none;\n\tfont-style: normal;\n\tfont-weight: normal;\n\tfont-variant: normal;\n\ttext-transform: none;\n\tline-height: 1;\n\n\t/* Better Font Rendering =========== */\n\t-webkit-font-smoothing: antialiased;\n\t-moz-osx-font-smoothing: grayscale;\n}\n\n.i-A-Z:before {\n\tcontent: "\\e600";\n}\n.i-Aa:before {\n\tcontent: "\\e601";\n}\n.i-Add-Bag:before {\n\tcontent: "\\e602";\n}\n.i-Add-Basket:before {\n\tcontent: "\\e603";\n}\n.i-Add-Cart:before {\n\tcontent: "\\e604";\n}\n.i-Add-File:before {\n\tcontent: "\\e605";\n}\n.i-Add-SpaceAfterParagraph:before {\n\tcontent: "\\e606";\n}\n.i-Add-SpaceBeforeParagraph:before {\n\tcontent: "\\e607";\n}\n.i-Add-User:before {\n\tcontent: "\\e608";\n}\n.i-Add-UserStar:before {\n\tcontent: "\\e609";\n}\n.i-Add-Window:before {\n\tcontent: "\\e60a";\n}\n.i-Add:before {\n\tcontent: "\\e60b";\n}\n.i-Address-Book:before {\n\tcontent: "\\e60c";\n}\n.i-Address-Book2:before {\n\tcontent: "\\e60d";\n}\n.i-Administrator:before {\n\tcontent: "\\e60e";\n}\n.i-Aerobics-2:before {\n\tcontent: "\\e60f";\n}\n.i-Aerobics-3:before {\n\tcontent: "\\e610";\n}\n.i-Aerobics:before {\n\tcontent: "\\e611";\n}\n.i-Affiliate:before {\n\tcontent: "\\e612";\n}\n.i-Aim:before {\n\tcontent: "\\e613";\n}\n.i-Air-Balloon:before {\n\tcontent: "\\e614";\n}\n.i-Airbrush:before {\n\tcontent: "\\e615";\n}\n.i-Airship:before {\n\tcontent: "\\e616";\n}\n.i-Alarm-Clock:before {\n\tcontent: "\\e617";\n}\n.i-Alarm-Clock2:before {\n\tcontent: "\\e618";\n}\n.i-Alarm:before {\n\tcontent: "\\e619";\n}\n.i-Alien-2:before {\n\tcontent: "\\e61a";\n}\n.i-Alien:before {\n\tcontent: "\\e61b";\n}\n.i-Aligator:before {\n\tcontent: "\\e61c";\n}\n.i-Align-Center:before {\n\tcontent: "\\e61d";\n}\n.i-Align-JustifyAll:before {\n\tcontent: "\\e61e";\n}\n.i-Align-JustifyCenter:before {\n\tcontent: "\\e61f";\n}\n.i-Align-JustifyLeft:before {\n\tcontent: "\\e620";\n}\n.i-Align-JustifyRight:before {\n\tcontent: "\\e621";\n}\n.i-Align-Left:before {\n\tcontent: "\\e622";\n}\n.i-Align-Right:before {\n\tcontent: "\\e623";\n}\n.i-Alpha:before {\n\tcontent: "\\e624";\n}\n.i-Ambulance:before {\n\tcontent: "\\e625";\n}\n.i-AMX:before {\n\tcontent: "\\e626";\n}\n.i-Anchor-2:before {\n\tcontent: "\\e627";\n}\n.i-Anchor:before {\n\tcontent: "\\e628";\n}\n.i-Android-Store:before {\n\tcontent: "\\e629";\n}\n.i-Android:before {\n\tcontent: "\\e62a";\n}\n.i-Angel-Smiley:before {\n\tcontent: "\\e62b";\n}\n.i-Angel:before {\n\tcontent: "\\e62c";\n}\n.i-Angry:before {\n\tcontent: "\\e62d";\n}\n.i-Apple-Bite:before {\n\tcontent: "\\e62e";\n}\n.i-Apple-Store:before {\n\tcontent: "\\e62f";\n}\n.i-Apple:before {\n\tcontent: "\\e630";\n}\n.i-Approved-Window:before {\n\tcontent: "\\e631";\n}\n.i-Aquarius-2:before {\n\tcontent: "\\e632";\n}\n.i-Aquarius:before {\n\tcontent: "\\e633";\n}\n.i-Archery-2:before {\n\tcontent: "\\e634";\n}\n.i-Archery:before {\n\tcontent: "\\e635";\n}\n.i-Argentina:before {\n\tcontent: "\\e636";\n}\n.i-Aries-2:before {\n\tcontent: "\\e637";\n}\n.i-Aries:before {\n\tcontent: "\\e638";\n}\n.i-Army-Key:before {\n\tcontent: "\\e639";\n}\n.i-Arrow-Around:before {\n\tcontent: "\\e63a";\n}\n.i-Arrow-Back3:before {\n\tcontent: "\\e63b";\n}\n.i-Arrow-Back:before {\n\tcontent: "\\e63c";\n}\n.i-Arrow-Back2:before {\n\tcontent: "\\e63d";\n}\n.i-Arrow-Barrier:before {\n\tcontent: "\\e63e";\n}\n.i-Arrow-Circle:before {\n\tcontent: "\\e63f";\n}\n.i-Arrow-Cross:before {\n\tcontent: "\\e640";\n}\n.i-Arrow-Down:before {\n\tcontent: "\\e641";\n}\n.i-Arrow-Down2:before {\n\tcontent: "\\e642";\n}\n.i-Arrow-Down3:before {\n\tcontent: "\\e643";\n}\n.i-Arrow-DowninCircle:before {\n\tcontent: "\\e644";\n}\n.i-Arrow-Fork:before {\n\tcontent: "\\e645";\n}\n.i-Arrow-Forward:before {\n\tcontent: "\\e646";\n}\n.i-Arrow-Forward2:before {\n\tcontent: "\\e647";\n}\n.i-Arrow-From:before {\n\tcontent: "\\e648";\n}\n.i-Arrow-Inside:before {\n\tcontent: "\\e649";\n}\n.i-Arrow-Inside45:before {\n\tcontent: "\\e64a";\n}\n.i-Arrow-InsideGap:before {\n\tcontent: "\\e64b";\n}\n.i-Arrow-InsideGap45:before {\n\tcontent: "\\e64c";\n}\n.i-Arrow-Into:before {\n\tcontent: "\\e64d";\n}\n.i-Arrow-Join:before {\n\tcontent: "\\e64e";\n}\n.i-Arrow-Junction:before {\n\tcontent: "\\e64f";\n}\n.i-Arrow-Left:before {\n\tcontent: "\\e650";\n}\n.i-Arrow-Left2:before {\n\tcontent: "\\e651";\n}\n.i-Arrow-LeftinCircle:before {\n\tcontent: "\\e652";\n}\n.i-Arrow-Loop:before {\n\tcontent: "\\e653";\n}\n.i-Arrow-Merge:before {\n\tcontent: "\\e654";\n}\n.i-Arrow-Mix:before {\n\tcontent: "\\e655";\n}\n.i-Arrow-Next:before {\n\tcontent: "\\e656";\n}\n.i-Arrow-OutLeft:before {\n\tcontent: "\\e657";\n}\n.i-Arrow-OutRight:before {\n\tcontent: "\\e658";\n}\n.i-Arrow-Outside:before {\n\tcontent: "\\e659";\n}\n.i-Arrow-Outside45:before {\n\tcontent: "\\e65a";\n}\n.i-Arrow-OutsideGap:before {\n\tcontent: "\\e65b";\n}\n.i-Arrow-OutsideGap45:before {\n\tcontent: "\\e65c";\n}\n.i-Arrow-Over:before {\n\tcontent: "\\e65d";\n}\n.i-Arrow-Refresh:before {\n\tcontent: "\\e65e";\n}\n.i-Arrow-Refresh2:before {\n\tcontent: "\\e65f";\n}\n.i-Arrow-Right:before {\n\tcontent: "\\e660";\n}\n.i-Arrow-Right2:before {\n\tcontent: "\\e661";\n}\n.i-Arrow-RightinCircle:before {\n\tcontent: "\\e662";\n}\n.i-Arrow-Shuffle:before {\n\tcontent: "\\e663";\n}\n.i-Arrow-Squiggly:before {\n\tcontent: "\\e664";\n}\n.i-Arrow-Through:before {\n\tcontent: "\\e665";\n}\n.i-Arrow-To:before {\n\tcontent: "\\e666";\n}\n.i-Arrow-TurnLeft:before {\n\tcontent: "\\e667";\n}\n.i-Arrow-TurnRight:before {\n\tcontent: "\\e668";\n}\n.i-Arrow-Up:before {\n\tcontent: "\\e669";\n}\n.i-Arrow-Up2:before {\n\tcontent: "\\e66a";\n}\n.i-Arrow-Up3:before {\n\tcontent: "\\e66b";\n}\n.i-Arrow-UpinCircle:before {\n\tcontent: "\\e66c";\n}\n.i-Arrow-XLeft:before {\n\tcontent: "\\e66d";\n}\n.i-Arrow-XRight:before {\n\tcontent: "\\e66e";\n}\n.i-Ask:before {\n\tcontent: "\\e66f";\n}\n.i-Assistant:before {\n\tcontent: "\\e670";\n}\n.i-Astronaut:before {\n\tcontent: "\\e671";\n}\n.i-At-Sign:before {\n\tcontent: "\\e672";\n}\n.i-ATM:before {\n\tcontent: "\\e673";\n}\n.i-Atom:before {\n\tcontent: "\\e674";\n}\n.i-Audio:before {\n\tcontent: "\\e675";\n}\n.i-Auto-Flash:before {\n\tcontent: "\\e676";\n}\n.i-Autumn:before {\n\tcontent: "\\e677";\n}\n.i-Baby-Clothes:before {\n\tcontent: "\\e678";\n}\n.i-Baby-Clothes2:before {\n\tcontent: "\\e679";\n}\n.i-Baby-Cry:before {\n\tcontent: "\\e67a";\n}\n.i-Baby:before {\n\tcontent: "\\e67b";\n}\n.i-Back2:before {\n\tcontent: "\\e67c";\n}\n.i-Back-Media:before {\n\tcontent: "\\e67d";\n}\n.i-Back-Music:before {\n\tcontent: "\\e67e";\n}\n.i-Back:before {\n\tcontent: "\\e67f";\n}\n.i-Background:before {\n\tcontent: "\\e680";\n}\n.i-Bacteria:before {\n\tcontent: "\\e681";\n}\n.i-Bag-Coins:before {\n\tcontent: "\\e682";\n}\n.i-Bag-Items:before {\n\tcontent: "\\e683";\n}\n.i-Bag-Quantity:before {\n\tcontent: "\\e684";\n}\n.i-Bag:before {\n\tcontent: "\\e685";\n}\n.i-Bakelite:before {\n\tcontent: "\\e686";\n}\n.i-Ballet-Shoes:before {\n\tcontent: "\\e687";\n}\n.i-Balloon:before {\n\tcontent: "\\e688";\n}\n.i-Banana:before {\n\tcontent: "\\e689";\n}\n.i-Band-Aid:before {\n\tcontent: "\\e68a";\n}\n.i-Bank:before {\n\tcontent: "\\e68b";\n}\n.i-Bar-Chart:before {\n\tcontent: "\\e68c";\n}\n.i-Bar-Chart2:before {\n\tcontent: "\\e68d";\n}\n.i-Bar-Chart3:before {\n\tcontent: "\\e68e";\n}\n.i-Bar-Chart4:before {\n\tcontent: "\\e68f";\n}\n.i-Bar-Chart5:before {\n\tcontent: "\\e690";\n}\n.i-Bar-Code:before {\n\tcontent: "\\e691";\n}\n.i-Barricade-2:before {\n\tcontent: "\\e692";\n}\n.i-Barricade:before {\n\tcontent: "\\e693";\n}\n.i-Baseball:before {\n\tcontent: "\\e694";\n}\n.i-Basket-Ball:before {\n\tcontent: "\\e695";\n}\n.i-Basket-Coins:before {\n\tcontent: "\\e696";\n}\n.i-Basket-Items:before {\n\tcontent: "\\e697";\n}\n.i-Basket-Quantity:before {\n\tcontent: "\\e698";\n}\n.i-Bat-2:before {\n\tcontent: "\\e699";\n}\n.i-Bat:before {\n\tcontent: "\\e69a";\n}\n.i-Bathrobe:before {\n\tcontent: "\\e69b";\n}\n.i-Batman-Mask:before {\n\tcontent: "\\e69c";\n}\n.i-Battery-0:before {\n\tcontent: "\\e69d";\n}\n.i-Battery-25:before {\n\tcontent: "\\e69e";\n}\n.i-Battery-50:before {\n\tcontent: "\\e69f";\n}\n.i-Battery-75:before {\n\tcontent: "\\e6a0";\n}\n.i-Battery-100:before {\n\tcontent: "\\e6a1";\n}\n.i-Battery-Charge:before {\n\tcontent: "\\e6a2";\n}\n.i-Bear:before {\n\tcontent: "\\e6a3";\n}\n.i-Beard-2:before {\n\tcontent: "\\e6a4";\n}\n.i-Beard-3:before {\n\tcontent: "\\e6a5";\n}\n.i-Beard:before {\n\tcontent: "\\e6a6";\n}\n.i-Bebo:before {\n\tcontent: "\\e6a7";\n}\n.i-Bee:before {\n\tcontent: "\\e6a8";\n}\n.i-Beer-Glass:before {\n\tcontent: "\\e6a9";\n}\n.i-Beer:before {\n\tcontent: "\\e6aa";\n}\n.i-Bell-2:before {\n\tcontent: "\\e6ab";\n}\n.i-Bell:before {\n\tcontent: "\\e6ac";\n}\n.i-Belt-2:before {\n\tcontent: "\\e6ad";\n}\n.i-Belt-3:before {\n\tcontent: "\\e6ae";\n}\n.i-Belt:before {\n\tcontent: "\\e6af";\n}\n.i-Berlin-Tower:before {\n\tcontent: "\\e6b0";\n}\n.i-Beta:before {\n\tcontent: "\\e6b1";\n}\n.i-Betvibes:before {\n\tcontent: "\\e6b2";\n}\n.i-Bicycle-2:before {\n\tcontent: "\\e6b3";\n}\n.i-Bicycle-3:before {\n\tcontent: "\\e6b4";\n}\n.i-Bicycle:before {\n\tcontent: "\\e6b5";\n}\n.i-Big-Bang:before {\n\tcontent: "\\e6b6";\n}\n.i-Big-Data:before {\n\tcontent: "\\e6b7";\n}\n.i-Bike-Helmet:before {\n\tcontent: "\\e6b8";\n}\n.i-Bikini:before {\n\tcontent: "\\e6b9";\n}\n.i-Bilk-Bottle2:before {\n\tcontent: "\\e6ba";\n}\n.i-Billing:before {\n\tcontent: "\\e6bb";\n}\n.i-Bing:before {\n\tcontent: "\\e6bc";\n}\n.i-Binocular:before {\n\tcontent: "\\e6bd";\n}\n.i-Bio-Hazard:before {\n\tcontent: "\\e6be";\n}\n.i-Biotech:before {\n\tcontent: "\\e6bf";\n}\n.i-Bird-DeliveringLetter:before {\n\tcontent: "\\e6c0";\n}\n.i-Bird:before {\n\tcontent: "\\e6c1";\n}\n.i-Birthday-Cake:before {\n\tcontent: "\\e6c2";\n}\n.i-Bisexual:before {\n\tcontent: "\\e6c3";\n}\n.i-Bishop:before {\n\tcontent: "\\e6c4";\n}\n.i-Bitcoin:before {\n\tcontent: "\\e6c5";\n}\n.i-Black-Cat:before {\n\tcontent: "\\e6c6";\n}\n.i-Blackboard:before {\n\tcontent: "\\e6c7";\n}\n.i-Blinklist:before {\n\tcontent: "\\e6c8";\n}\n.i-Block-Cloud:before {\n\tcontent: "\\e6c9";\n}\n.i-Block-Window:before {\n\tcontent: "\\e6ca";\n}\n.i-Blogger:before {\n\tcontent: "\\e6cb";\n}\n.i-Blood:before {\n\tcontent: "\\e6cc";\n}\n.i-Blouse:before {\n\tcontent: "\\e6cd";\n}\n.i-Blueprint:before {\n\tcontent: "\\e6ce";\n}\n.i-Board:before {\n\tcontent: "\\e6cf";\n}\n.i-Bodybuilding:before {\n\tcontent: "\\e6d0";\n}\n.i-Bold-Text:before {\n\tcontent: "\\e6d1";\n}\n.i-Bone:before {\n\tcontent: "\\e6d2";\n}\n.i-Bones:before {\n\tcontent: "\\e6d3";\n}\n.i-Book:before {\n\tcontent: "\\e6d4";\n}\n.i-Bookmark:before {\n\tcontent: "\\e6d5";\n}\n.i-Books-2:before {\n\tcontent: "\\e6d6";\n}\n.i-Books:before {\n\tcontent: "\\e6d7";\n}\n.i-Boom:before {\n\tcontent: "\\e6d8";\n}\n.i-Boot-2:before {\n\tcontent: "\\e6d9";\n}\n.i-Boot:before {\n\tcontent: "\\e6da";\n}\n.i-Bottom-ToTop:before {\n\tcontent: "\\e6db";\n}\n.i-Bow-2:before {\n\tcontent: "\\e6dc";\n}\n.i-Bow-3:before {\n\tcontent: "\\e6dd";\n}\n.i-Bow-4:before {\n\tcontent: "\\e6de";\n}\n.i-Bow-5:before {\n\tcontent: "\\e6df";\n}\n.i-Bow-6:before {\n\tcontent: "\\e6e0";\n}\n.i-Bow:before {\n\tcontent: "\\e6e1";\n}\n.i-Bowling-2:before {\n\tcontent: "\\e6e2";\n}\n.i-Bowling:before {\n\tcontent: "\\e6e3";\n}\n.i-Box2:before {\n\tcontent: "\\e6e4";\n}\n.i-Box-Close:before {\n\tcontent: "\\e6e5";\n}\n.i-Box-Full:before {\n\tcontent: "\\e6e6";\n}\n.i-Box-Open:before {\n\tcontent: "\\e6e7";\n}\n.i-Box-withFolders:before {\n\tcontent: "\\e6e8";\n}\n.i-Box:before {\n\tcontent: "\\e6e9";\n}\n.i-Boy:before {\n\tcontent: "\\e6ea";\n}\n.i-Bra:before {\n\tcontent: "\\e6eb";\n}\n.i-Brain-2:before {\n\tcontent: "\\e6ec";\n}\n.i-Brain-3:before {\n\tcontent: "\\e6ed";\n}\n.i-Brain:before {\n\tcontent: "\\e6ee";\n}\n.i-Brazil:before {\n\tcontent: "\\e6ef";\n}\n.i-Bread-2:before {\n\tcontent: "\\e6f0";\n}\n.i-Bread:before {\n\tcontent: "\\e6f1";\n}\n.i-Bridge:before {\n\tcontent: "\\e6f2";\n}\n.i-Brightkite:before {\n\tcontent: "\\e6f3";\n}\n.i-Broke-Link2:before {\n\tcontent: "\\e6f4";\n}\n.i-Broken-Link:before {\n\tcontent: "\\e6f5";\n}\n.i-Broom:before {\n\tcontent: "\\e6f6";\n}\n.i-Brush:before {\n\tcontent: "\\e6f7";\n}\n.i-Bucket:before {\n\tcontent: "\\e6f8";\n}\n.i-Bug:before {\n\tcontent: "\\e6f9";\n}\n.i-Building:before {\n\tcontent: "\\e6fa";\n}\n.i-Bulleted-List:before {\n\tcontent: "\\e6fb";\n}\n.i-Bus-2:before {\n\tcontent: "\\e6fc";\n}\n.i-Bus:before {\n\tcontent: "\\e6fd";\n}\n.i-Business-Man:before {\n\tcontent: "\\e6fe";\n}\n.i-Business-ManWoman:before {\n\tcontent: "\\e6ff";\n}\n.i-Business-Mens:before {\n\tcontent: "\\e700";\n}\n.i-Business-Woman:before {\n\tcontent: "\\e701";\n}\n.i-Butterfly:before {\n\tcontent: "\\e702";\n}\n.i-Button:before {\n\tcontent: "\\e703";\n}\n.i-Cable-Car:before {\n\tcontent: "\\e704";\n}\n.i-Cake:before {\n\tcontent: "\\e705";\n}\n.i-Calculator-2:before {\n\tcontent: "\\e706";\n}\n.i-Calculator-3:before {\n\tcontent: "\\e707";\n}\n.i-Calculator:before {\n\tcontent: "\\e708";\n}\n.i-Calendar-2:before {\n\tcontent: "\\e709";\n}\n.i-Calendar-3:before {\n\tcontent: "\\e70a";\n}\n.i-Calendar-4:before {\n\tcontent: "\\e70b";\n}\n.i-Calendar-Clock:before {\n\tcontent: "\\e70c";\n}\n.i-Calendar:before {\n\tcontent: "\\e70d";\n}\n.i-Camel:before {\n\tcontent: "\\e70e";\n}\n.i-Camera-2:before {\n\tcontent: "\\e70f";\n}\n.i-Camera-3:before {\n\tcontent: "\\e710";\n}\n.i-Camera-4:before {\n\tcontent: "\\e711";\n}\n.i-Camera-5:before {\n\tcontent: "\\e712";\n}\n.i-Camera-Back:before {\n\tcontent: "\\e713";\n}\n.i-Camera:before {\n\tcontent: "\\e714";\n}\n.i-Can-2:before {\n\tcontent: "\\e715";\n}\n.i-Can:before {\n\tcontent: "\\e716";\n}\n.i-Canada:before {\n\tcontent: "\\e717";\n}\n.i-Cancer-2:before {\n\tcontent: "\\e718";\n}\n.i-Cancer-3:before {\n\tcontent: "\\e719";\n}\n.i-Cancer:before {\n\tcontent: "\\e71a";\n}\n.i-Candle:before {\n\tcontent: "\\e71b";\n}\n.i-Candy-Cane:before {\n\tcontent: "\\e71c";\n}\n.i-Candy:before {\n\tcontent: "\\e71d";\n}\n.i-Cannon:before {\n\tcontent: "\\e71e";\n}\n.i-Cap-2:before {\n\tcontent: "\\e71f";\n}\n.i-Cap-3:before {\n\tcontent: "\\e720";\n}\n.i-Cap-Smiley:before {\n\tcontent: "\\e721";\n}\n.i-Cap:before {\n\tcontent: "\\e722";\n}\n.i-Capricorn-2:before {\n\tcontent: "\\e723";\n}\n.i-Capricorn:before {\n\tcontent: "\\e724";\n}\n.i-Car-2:before {\n\tcontent: "\\e725";\n}\n.i-Car-3:before {\n\tcontent: "\\e726";\n}\n.i-Car-Coins:before {\n\tcontent: "\\e727";\n}\n.i-Car-Items:before {\n\tcontent: "\\e728";\n}\n.i-Car-Wheel:before {\n\tcontent: "\\e729";\n}\n.i-Car:before {\n\tcontent: "\\e72a";\n}\n.i-Cardigan:before {\n\tcontent: "\\e72b";\n}\n.i-Cardiovascular:before {\n\tcontent: "\\e72c";\n}\n.i-Cart-Quantity:before {\n\tcontent: "\\e72d";\n}\n.i-Casette-Tape:before {\n\tcontent: "\\e72e";\n}\n.i-Cash-Register:before {\n\tcontent: "\\e72f";\n}\n.i-Cash-register2:before {\n\tcontent: "\\e730";\n}\n.i-Castle:before {\n\tcontent: "\\e731";\n}\n.i-Cat:before {\n\tcontent: "\\e732";\n}\n.i-Cathedral:before {\n\tcontent: "\\e733";\n}\n.i-Cauldron:before {\n\tcontent: "\\e734";\n}\n.i-CD-2:before {\n\tcontent: "\\e735";\n}\n.i-CD-Cover:before {\n\tcontent: "\\e736";\n}\n.i-CD:before {\n\tcontent: "\\e737";\n}\n.i-Cello:before {\n\tcontent: "\\e738";\n}\n.i-Celsius:before {\n\tcontent: "\\e739";\n}\n.i-Chacked-Flag:before {\n\tcontent: "\\e73a";\n}\n.i-Chair:before {\n\tcontent: "\\e73b";\n}\n.i-Charger:before {\n\tcontent: "\\e73c";\n}\n.i-Check-2:before {\n\tcontent: "\\e73d";\n}\n.i-Check:before {\n\tcontent: "\\e73e";\n}\n.i-Checked-User:before {\n\tcontent: "\\e73f";\n}\n.i-Checkmate:before {\n\tcontent: "\\e740";\n}\n.i-Checkout-Bag:before {\n\tcontent: "\\e741";\n}\n.i-Checkout-Basket:before {\n\tcontent: "\\e742";\n}\n.i-Checkout:before {\n\tcontent: "\\e743";\n}\n.i-Cheese:before {\n\tcontent: "\\e744";\n}\n.i-Cheetah:before {\n\tcontent: "\\e745";\n}\n.i-Chef-Hat:before {\n\tcontent: "\\e746";\n}\n.i-Chef-Hat2:before {\n\tcontent: "\\e747";\n}\n.i-Chef:before {\n\tcontent: "\\e748";\n}\n.i-Chemical-2:before {\n\tcontent: "\\e749";\n}\n.i-Chemical-3:before {\n\tcontent: "\\e74a";\n}\n.i-Chemical-4:before {\n\tcontent: "\\e74b";\n}\n.i-Chemical-5:before {\n\tcontent: "\\e74c";\n}\n.i-Chemical:before {\n\tcontent: "\\e74d";\n}\n.i-Chess-Board:before {\n\tcontent: "\\e74e";\n}\n.i-Chess:before {\n\tcontent: "\\e74f";\n}\n.i-Chicken:before {\n\tcontent: "\\e750";\n}\n.i-Chile:before {\n\tcontent: "\\e751";\n}\n.i-Chimney:before {\n\tcontent: "\\e752";\n}\n.i-China:before {\n\tcontent: "\\e753";\n}\n.i-Chinese-Temple:before {\n\tcontent: "\\e754";\n}\n.i-Chip:before {\n\tcontent: "\\e755";\n}\n.i-Chopsticks-2:before {\n\tcontent: "\\e756";\n}\n.i-Chopsticks:before {\n\tcontent: "\\e757";\n}\n.i-Christmas-Ball:before {\n\tcontent: "\\e758";\n}\n.i-Christmas-Bell:before {\n\tcontent: "\\e759";\n}\n.i-Christmas-Candle:before {\n\tcontent: "\\e75a";\n}\n.i-Christmas-Hat:before {\n\tcontent: "\\e75b";\n}\n.i-Christmas-Sleigh:before {\n\tcontent: "\\e75c";\n}\n.i-Christmas-Snowman:before {\n\tcontent: "\\e75d";\n}\n.i-Christmas-Sock:before {\n\tcontent: "\\e75e";\n}\n.i-Christmas-Tree:before {\n\tcontent: "\\e75f";\n}\n.i-Christmas:before {\n\tcontent: "\\e760";\n}\n.i-Chrome:before {\n\tcontent: "\\e761";\n}\n.i-Chrysler-Building:before {\n\tcontent: "\\e762";\n}\n.i-Cinema:before {\n\tcontent: "\\e763";\n}\n.i-Circular-Point:before {\n\tcontent: "\\e764";\n}\n.i-City-Hall:before {\n\tcontent: "\\e765";\n}\n.i-Clamp:before {\n\tcontent: "\\e766";\n}\n.i-Clapperboard-Close:before {\n\tcontent: "\\e767";\n}\n.i-Clapperboard-Open:before {\n\tcontent: "\\e768";\n}\n.i-Claps:before {\n\tcontent: "\\e769";\n}\n.i-Clef:before {\n\tcontent: "\\e76a";\n}\n.i-Clinic:before {\n\tcontent: "\\e76b";\n}\n.i-Clock-2:before {\n\tcontent: "\\e76c";\n}\n.i-Clock-3:before {\n\tcontent: "\\e76d";\n}\n.i-Clock-4:before {\n\tcontent: "\\e76e";\n}\n.i-Clock-Back:before {\n\tcontent: "\\e76f";\n}\n.i-Clock-Forward:before {\n\tcontent: "\\e770";\n}\n.i-Clock:before {\n\tcontent: "\\e771";\n}\n.i-Close-Window:before {\n\tcontent: "\\e772";\n}\n.i-Close:before {\n\tcontent: "\\e773";\n}\n.i-Clothing-Store:before {\n\tcontent: "\\e774";\n}\n.i-Cloud--:before {\n\tcontent: "\\e775";\n}\n.i-Cloud-:before {\n\tcontent: "\\e776";\n}\n.i-Cloud-Camera:before {\n\tcontent: "\\e777";\n}\n.i-Cloud-Computer:before {\n\tcontent: "\\e778";\n}\n.i-Cloud-Email:before {\n\tcontent: "\\e779";\n}\n.i-Cloud-Hail:before {\n\tcontent: "\\e77a";\n}\n.i-Cloud-Laptop:before {\n\tcontent: "\\e77b";\n}\n.i-Cloud-Lock:before {\n\tcontent: "\\e77c";\n}\n.i-Cloud-Moon:before {\n\tcontent: "\\e77d";\n}\n.i-Cloud-Music:before {\n\tcontent: "\\e77e";\n}\n.i-Cloud-Picture:before {\n\tcontent: "\\e77f";\n}\n.i-Cloud-Rain:before {\n\tcontent: "\\e780";\n}\n.i-Cloud-Remove:before {\n\tcontent: "\\e781";\n}\n.i-Cloud-Secure:before {\n\tcontent: "\\e782";\n}\n.i-Cloud-Settings:before {\n\tcontent: "\\e783";\n}\n.i-Cloud-Smartphone:before {\n\tcontent: "\\e784";\n}\n.i-Cloud-Snow:before {\n\tcontent: "\\e785";\n}\n.i-Cloud-Sun:before {\n\tcontent: "\\e786";\n}\n.i-Cloud-Tablet:before {\n\tcontent: "\\e787";\n}\n.i-Cloud-Video:before {\n\tcontent: "\\e788";\n}\n.i-Cloud-Weather:before {\n\tcontent: "\\e789";\n}\n.i-Cloud:before {\n\tcontent: "\\e78a";\n}\n.i-Clouds-Weather:before {\n\tcontent: "\\e78b";\n}\n.i-Clouds:before {\n\tcontent: "\\e78c";\n}\n.i-Clown:before {\n\tcontent: "\\e78d";\n}\n.i-CMYK:before {\n\tcontent: "\\e78e";\n}\n.i-Coat:before {\n\tcontent: "\\e78f";\n}\n.i-Cocktail:before {\n\tcontent: "\\e790";\n}\n.i-Coconut:before {\n\tcontent: "\\e791";\n}\n.i-Code-Window:before {\n\tcontent: "\\e792";\n}\n.i-Coding:before {\n\tcontent: "\\e793";\n}\n.i-Coffee-2:before {\n\tcontent: "\\e794";\n}\n.i-Coffee-Bean:before {\n\tcontent: "\\e795";\n}\n.i-Coffee-Machine:before {\n\tcontent: "\\e796";\n}\n.i-Coffee-toGo:before {\n\tcontent: "\\e797";\n}\n.i-Coffee:before {\n\tcontent: "\\e798";\n}\n.i-Coffin:before {\n\tcontent: "\\e799";\n}\n.i-Coin:before {\n\tcontent: "\\e79a";\n}\n.i-Coins-2:before {\n\tcontent: "\\e79b";\n}\n.i-Coins-3:before {\n\tcontent: "\\e79c";\n}\n.i-Coins:before {\n\tcontent: "\\e79d";\n}\n.i-Colombia:before {\n\tcontent: "\\e79e";\n}\n.i-Colosseum:before {\n\tcontent: "\\e79f";\n}\n.i-Column-2:before {\n\tcontent: "\\e7a0";\n}\n.i-Column-3:before {\n\tcontent: "\\e7a1";\n}\n.i-Column:before {\n\tcontent: "\\e7a2";\n}\n.i-Comb-2:before {\n\tcontent: "\\e7a3";\n}\n.i-Comb:before {\n\tcontent: "\\e7a4";\n}\n.i-Communication-Tower:before {\n\tcontent: "\\e7a5";\n}\n.i-Communication-Tower2:before {\n\tcontent: "\\e7a6";\n}\n.i-Compass-2:before {\n\tcontent: "\\e7a7";\n}\n.i-Compass-3:before {\n\tcontent: "\\e7a8";\n}\n.i-Compass-4:before {\n\tcontent: "\\e7a9";\n}\n.i-Compass-Rose:before {\n\tcontent: "\\e7aa";\n}\n.i-Compass:before {\n\tcontent: "\\e7ab";\n}\n.i-Computer-2:before {\n\tcontent: "\\e7ac";\n}\n.i-Computer-3:before {\n\tcontent: "\\e7ad";\n}\n.i-Computer-Secure:before {\n\tcontent: "\\e7ae";\n}\n.i-Computer:before {\n\tcontent: "\\e7af";\n}\n.i-Conference:before {\n\tcontent: "\\e7b0";\n}\n.i-Confused:before {\n\tcontent: "\\e7b1";\n}\n.i-Conservation:before {\n\tcontent: "\\e7b2";\n}\n.i-Consulting:before {\n\tcontent: "\\e7b3";\n}\n.i-Contrast:before {\n\tcontent: "\\e7b4";\n}\n.i-Control-2:before {\n\tcontent: "\\e7b5";\n}\n.i-Control:before {\n\tcontent: "\\e7b6";\n}\n.i-Cookie-Man:before {\n\tcontent: "\\e7b7";\n}\n.i-Cookies:before {\n\tcontent: "\\e7b8";\n}\n.i-Cool-Guy:before {\n\tcontent: "\\e7b9";\n}\n.i-Cool:before {\n\tcontent: "\\e7ba";\n}\n.i-Copyright:before {\n\tcontent: "\\e7bb";\n}\n.i-Costume:before {\n\tcontent: "\\e7bc";\n}\n.i-Couple-Sign:before {\n\tcontent: "\\e7bd";\n}\n.i-Cow:before {\n\tcontent: "\\e7be";\n}\n.i-CPU:before {\n\tcontent: "\\e7bf";\n}\n.i-Crane:before {\n\tcontent: "\\e7c0";\n}\n.i-Cranium:before {\n\tcontent: "\\e7c1";\n}\n.i-Credit-Card:before {\n\tcontent: "\\e7c2";\n}\n.i-Credit-Card2:before {\n\tcontent: "\\e7c3";\n}\n.i-Credit-Card3:before {\n\tcontent: "\\e7c4";\n}\n.i-Cricket:before {\n\tcontent: "\\e7c5";\n}\n.i-Criminal:before {\n\tcontent: "\\e7c6";\n}\n.i-Croissant:before {\n\tcontent: "\\e7c7";\n}\n.i-Crop-2:before {\n\tcontent: "\\e7c8";\n}\n.i-Crop-3:before {\n\tcontent: "\\e7c9";\n}\n.i-Crown-2:before {\n\tcontent: "\\e7ca";\n}\n.i-Crown:before {\n\tcontent: "\\e7cb";\n}\n.i-Crying:before {\n\tcontent: "\\e7cc";\n}\n.i-Cube-Molecule:before {\n\tcontent: "\\e7cd";\n}\n.i-Cube-Molecule2:before {\n\tcontent: "\\e7ce";\n}\n.i-Cupcake:before {\n\tcontent: "\\e7cf";\n}\n.i-Cursor-Click:before {\n\tcontent: "\\e7d0";\n}\n.i-Cursor-Click2:before {\n\tcontent: "\\e7d1";\n}\n.i-Cursor-Move:before {\n\tcontent: "\\e7d2";\n}\n.i-Cursor-Move2:before {\n\tcontent: "\\e7d3";\n}\n.i-Cursor-Select:before {\n\tcontent: "\\e7d4";\n}\n.i-Cursor:before {\n\tcontent: "\\e7d5";\n}\n.i-D-Eyeglasses:before {\n\tcontent: "\\e7d6";\n}\n.i-D-Eyeglasses2:before {\n\tcontent: "\\e7d7";\n}\n.i-Dam:before {\n\tcontent: "\\e7d8";\n}\n.i-Danemark:before {\n\tcontent: "\\e7d9";\n}\n.i-Danger-2:before {\n\tcontent: "\\e7da";\n}\n.i-Danger:before {\n\tcontent: "\\e7db";\n}\n.i-Dashboard:before {\n\tcontent: "\\e7dc";\n}\n.i-Data-Backup:before {\n\tcontent: "\\e7dd";\n}\n.i-Data-Block:before {\n\tcontent: "\\e7de";\n}\n.i-Data-Center:before {\n\tcontent: "\\e7df";\n}\n.i-Data-Clock:before {\n\tcontent: "\\e7e0";\n}\n.i-Data-Cloud:before {\n\tcontent: "\\e7e1";\n}\n.i-Data-Compress:before {\n\tcontent: "\\e7e2";\n}\n.i-Data-Copy:before {\n\tcontent: "\\e7e3";\n}\n.i-Data-Download:before {\n\tcontent: "\\e7e4";\n}\n.i-Data-Financial:before {\n\tcontent: "\\e7e5";\n}\n.i-Data-Key:before {\n\tcontent: "\\e7e6";\n}\n.i-Data-Lock:before {\n\tcontent: "\\e7e7";\n}\n.i-Data-Network:before {\n\tcontent: "\\e7e8";\n}\n.i-Data-Password:before {\n\tcontent: "\\e7e9";\n}\n.i-Data-Power:before {\n\tcontent: "\\e7ea";\n}\n.i-Data-Refresh:before {\n\tcontent: "\\e7eb";\n}\n.i-Data-Save:before {\n\tcontent: "\\e7ec";\n}\n.i-Data-Search:before {\n\tcontent: "\\e7ed";\n}\n.i-Data-Security:before {\n\tcontent: "\\e7ee";\n}\n.i-Data-Settings:before {\n\tcontent: "\\e7ef";\n}\n.i-Data-Sharing:before {\n\tcontent: "\\e7f0";\n}\n.i-Data-Shield:before {\n\tcontent: "\\e7f1";\n}\n.i-Data-Signal:before {\n\tcontent: "\\e7f2";\n}\n.i-Data-Storage:before {\n\tcontent: "\\e7f3";\n}\n.i-Data-Stream:before {\n\tcontent: "\\e7f4";\n}\n.i-Data-Transfer:before {\n\tcontent: "\\e7f5";\n}\n.i-Data-Unlock:before {\n\tcontent: "\\e7f6";\n}\n.i-Data-Upload:before {\n\tcontent: "\\e7f7";\n}\n.i-Data-Yes:before {\n\tcontent: "\\e7f8";\n}\n.i-Data:before {\n\tcontent: "\\e7f9";\n}\n.i-David-Star:before {\n\tcontent: "\\e7fa";\n}\n.i-Daylight:before {\n\tcontent: "\\e7fb";\n}\n.i-Death:before {\n\tcontent: "\\e7fc";\n}\n.i-Debian:before {\n\tcontent: "\\e7fd";\n}\n.i-Dec:before {\n\tcontent: "\\e7fe";\n}\n.i-Decrase-Inedit:before {\n\tcontent: "\\e7ff";\n}\n.i-Deer-2:before {\n\tcontent: "\\e800";\n}\n.i-Deer:before {\n\tcontent: "\\e801";\n}\n.i-Delete-File:before {\n\tcontent: "\\e802";\n}\n.i-Delete-Window:before {\n\tcontent: "\\e803";\n}\n.i-Delicious:before {\n\tcontent: "\\e804";\n}\n.i-Depression:before {\n\tcontent: "\\e805";\n}\n.i-Deviantart:before {\n\tcontent: "\\e806";\n}\n.i-Device-SyncwithCloud:before {\n\tcontent: "\\e807";\n}\n.i-Diamond:before {\n\tcontent: "\\e808";\n}\n.i-Dice-2:before {\n\tcontent: "\\e809";\n}\n.i-Dice:before {\n\tcontent: "\\e80a";\n}\n.i-Digg:before {\n\tcontent: "\\e80b";\n}\n.i-Digital-Drawing:before {\n\tcontent: "\\e80c";\n}\n.i-Diigo:before {\n\tcontent: "\\e80d";\n}\n.i-Dinosaur:before {\n\tcontent: "\\e80e";\n}\n.i-Diploma-2:before {\n\tcontent: "\\e80f";\n}\n.i-Diploma:before {\n\tcontent: "\\e810";\n}\n.i-Direction-East:before {\n\tcontent: "\\e811";\n}\n.i-Direction-North:before {\n\tcontent: "\\e812";\n}\n.i-Direction-South:before {\n\tcontent: "\\e813";\n}\n.i-Direction-West:before {\n\tcontent: "\\e814";\n}\n.i-Director:before {\n\tcontent: "\\e815";\n}\n.i-Disk:before {\n\tcontent: "\\e816";\n}\n.i-Dj:before {\n\tcontent: "\\e817";\n}\n.i-DNA-2:before {\n\tcontent: "\\e818";\n}\n.i-DNA-Helix:before {\n\tcontent: "\\e819";\n}\n.i-DNA:before {\n\tcontent: "\\e81a";\n}\n.i-Doctor:before {\n\tcontent: "\\e81b";\n}\n.i-Dog:before {\n\tcontent: "\\e81c";\n}\n.i-Dollar-Sign:before {\n\tcontent: "\\e81d";\n}\n.i-Dollar-Sign2:before {\n\tcontent: "\\e81e";\n}\n.i-Dollar:before {\n\tcontent: "\\e81f";\n}\n.i-Dolphin:before {\n\tcontent: "\\e820";\n}\n.i-Domino:before {\n\tcontent: "\\e821";\n}\n.i-Door-Hanger:before {\n\tcontent: "\\e822";\n}\n.i-Door:before {\n\tcontent: "\\e823";\n}\n.i-Doplr:before {\n\tcontent: "\\e824";\n}\n.i-Double-Circle:before {\n\tcontent: "\\e825";\n}\n.i-Double-Tap:before {\n\tcontent: "\\e826";\n}\n.i-Doughnut:before {\n\tcontent: "\\e827";\n}\n.i-Dove:before {\n\tcontent: "\\e828";\n}\n.i-Down-2:before {\n\tcontent: "\\e829";\n}\n.i-Down-3:before {\n\tcontent: "\\e82a";\n}\n.i-Down-4:before {\n\tcontent: "\\e82b";\n}\n.i-Down:before {\n\tcontent: "\\e82c";\n}\n.i-Download-2:before {\n\tcontent: "\\e82d";\n}\n.i-Download-fromCloud:before {\n\tcontent: "\\e82e";\n}\n.i-Download-Window:before {\n\tcontent: "\\e82f";\n}\n.i-Download:before {\n\tcontent: "\\e830";\n}\n.i-Downward:before {\n\tcontent: "\\e831";\n}\n.i-Drag-Down:before {\n\tcontent: "\\e832";\n}\n.i-Drag-Left:before {\n\tcontent: "\\e833";\n}\n.i-Drag-Right:before {\n\tcontent: "\\e834";\n}\n.i-Drag-Up:before {\n\tcontent: "\\e835";\n}\n.i-Drag:before {\n\tcontent: "\\e836";\n}\n.i-Dress:before {\n\tcontent: "\\e837";\n}\n.i-Drill-2:before {\n\tcontent: "\\e838";\n}\n.i-Drill:before {\n\tcontent: "\\e839";\n}\n.i-Drop:before {\n\tcontent: "\\e83a";\n}\n.i-Dropbox:before {\n\tcontent: "\\e83b";\n}\n.i-Drum:before {\n\tcontent: "\\e83c";\n}\n.i-Dry:before {\n\tcontent: "\\e83d";\n}\n.i-Duck:before {\n\tcontent: "\\e83e";\n}\n.i-Dumbbell:before {\n\tcontent: "\\e83f";\n}\n.i-Duplicate-Layer:before {\n\tcontent: "\\e840";\n}\n.i-Duplicate-Window:before {\n\tcontent: "\\e841";\n}\n.i-DVD:before {\n\tcontent: "\\e842";\n}\n.i-Eagle:before {\n\tcontent: "\\e843";\n}\n.i-Ear:before {\n\tcontent: "\\e844";\n}\n.i-Earphones-2:before {\n\tcontent: "\\e845";\n}\n.i-Earphones:before {\n\tcontent: "\\e846";\n}\n.i-Eci-i:before {\n\tcontent: "\\e847";\n}\n.i-Edit-Map:before {\n\tcontent: "\\e848";\n}\n.i-Edit:before {\n\tcontent: "\\e849";\n}\n.i-Eggs:before {\n\tcontent: "\\e84a";\n}\n.i-Egypt:before {\n\tcontent: "\\e84b";\n}\n.i-Eifel-Tower:before {\n\tcontent: "\\e84c";\n}\n.i-eject-2:before {\n\tcontent: "\\e84d";\n}\n.i-Eject:before {\n\tcontent: "\\e84e";\n}\n.i-El-Castillo:before {\n\tcontent: "\\e84f";\n}\n.i-Elbow:before {\n\tcontent: "\\e850";\n}\n.i-Electric-Guitar:before {\n\tcontent: "\\e851";\n}\n.i-Electricity:before {\n\tcontent: "\\e852";\n}\n.i-Elephant:before {\n\tcontent: "\\e853";\n}\n.i-Email:before {\n\tcontent: "\\e854";\n}\n.i-Embassy:before {\n\tcontent: "\\e855";\n}\n.i-Empire-StateBuilding:before {\n\tcontent: "\\e856";\n}\n.i-Empty-Box:before {\n\tcontent: "\\e857";\n}\n.i-End2:before {\n\tcontent: "\\e858";\n}\n.i-End-2:before {\n\tcontent: "\\e859";\n}\n.i-End:before {\n\tcontent: "\\e85a";\n}\n.i-Endways:before {\n\tcontent: "\\e85b";\n}\n.i-Engineering:before {\n\tcontent: "\\e85c";\n}\n.i-Envelope-2:before {\n\tcontent: "\\e85d";\n}\n.i-Envelope:before {\n\tcontent: "\\e85e";\n}\n.i-Environmental-2:before {\n\tcontent: "\\e85f";\n}\n.i-Environmental-3:before {\n\tcontent: "\\e860";\n}\n.i-Environmental:before {\n\tcontent: "\\e861";\n}\n.i-Equalizer:before {\n\tcontent: "\\e862";\n}\n.i-Eraser-2:before {\n\tcontent: "\\e863";\n}\n.i-Eraser-3:before {\n\tcontent: "\\e864";\n}\n.i-Eraser:before {\n\tcontent: "\\e865";\n}\n.i-Error-404Window:before {\n\tcontent: "\\e866";\n}\n.i-Euro-Sign:before {\n\tcontent: "\\e867";\n}\n.i-Euro-Sign2:before {\n\tcontent: "\\e868";\n}\n.i-Euro:before {\n\tcontent: "\\e869";\n}\n.i-Evernote:before {\n\tcontent: "\\e86a";\n}\n.i-Evil:before {\n\tcontent: "\\e86b";\n}\n.i-Explode:before {\n\tcontent: "\\e86c";\n}\n.i-Eye-2:before {\n\tcontent: "\\e86d";\n}\n.i-Eye-Blind:before {\n\tcontent: "\\e86e";\n}\n.i-Eye-Invisible:before {\n\tcontent: "\\e86f";\n}\n.i-Eye-Scan:before {\n\tcontent: "\\e870";\n}\n.i-Eye-Visible:before {\n\tcontent: "\\e871";\n}\n.i-Eye:before {\n\tcontent: "\\e872";\n}\n.i-Eyebrow-2:before {\n\tcontent: "\\e873";\n}\n.i-Eyebrow-3:before {\n\tcontent: "\\e874";\n}\n.i-Eyebrow:before {\n\tcontent: "\\e875";\n}\n.i-Eyeglasses-Smiley:before {\n\tcontent: "\\e876";\n}\n.i-Eyeglasses-Smiley2:before {\n\tcontent: "\\e877";\n}\n.i-Face-Style:before {\n\tcontent: "\\e878";\n}\n.i-Face-Style2:before {\n\tcontent: "\\e879";\n}\n.i-Face-Style3:before {\n\tcontent: "\\e87a";\n}\n.i-Face-Style4:before {\n\tcontent: "\\e87b";\n}\n.i-Face-Style5:before {\n\tcontent: "\\e87c";\n}\n.i-Face-Style6:before {\n\tcontent: "\\e87d";\n}\n.i-Facebook-2:before {\n\tcontent: "\\e87e";\n}\n.i-Facebook:before {\n\tcontent: "\\e87f";\n}\n.i-Factory-2:before {\n\tcontent: "\\e880";\n}\n.i-Factory:before {\n\tcontent: "\\e881";\n}\n.i-Fahrenheit:before {\n\tcontent: "\\e882";\n}\n.i-Family-Sign:before {\n\tcontent: "\\e883";\n}\n.i-Fan:before {\n\tcontent: "\\e884";\n}\n.i-Farmer:before {\n\tcontent: "\\e885";\n}\n.i-Fashion:before {\n\tcontent: "\\e886";\n}\n.i-Favorite-Window:before {\n\tcontent: "\\e887";\n}\n.i-Fax:before {\n\tcontent: "\\e888";\n}\n.i-Feather:before {\n\tcontent: "\\e889";\n}\n.i-Feedburner:before {\n\tcontent: "\\e88a";\n}\n.i-Female-2:before {\n\tcontent: "\\e88b";\n}\n.i-Female-Sign:before {\n\tcontent: "\\e88c";\n}\n.i-Female:before {\n\tcontent: "\\e88d";\n}\n.i-File-Block:before {\n\tcontent: "\\e88e";\n}\n.i-File-Bookmark:before {\n\tcontent: "\\e88f";\n}\n.i-File-Chart:before {\n\tcontent: "\\e890";\n}\n.i-File-Clipboard:before {\n\tcontent: "\\e891";\n}\n.i-File-ClipboardFileText:before {\n\tcontent: "\\e892";\n}\n.i-File-ClipboardTextImage:before {\n\tcontent: "\\e893";\n}\n.i-File-Cloud:before {\n\tcontent: "\\e894";\n}\n.i-File-Copy:before {\n\tcontent: "\\e895";\n}\n.i-File-Copy2:before {\n\tcontent: "\\e896";\n}\n.i-File-CSV:before {\n\tcontent: "\\e897";\n}\n.i-File-Download:before {\n\tcontent: "\\e898";\n}\n.i-File-Edit:before {\n\tcontent: "\\e899";\n}\n.i-File-Excel:before {\n\tcontent: "\\e89a";\n}\n.i-File-Favorite:before {\n\tcontent: "\\e89b";\n}\n.i-File-Fire:before {\n\tcontent: "\\e89c";\n}\n.i-File-Graph:before {\n\tcontent: "\\e89d";\n}\n.i-File-Hide:before {\n\tcontent: "\\e89e";\n}\n.i-File-Horizontal:before {\n\tcontent: "\\e89f";\n}\n.i-File-HorizontalText:before {\n\tcontent: "\\e8a0";\n}\n.i-File-HTML:before {\n\tcontent: "\\e8a1";\n}\n.i-File-JPG:before {\n\tcontent: "\\e8a2";\n}\n.i-File-Link:before {\n\tcontent: "\\e8a3";\n}\n.i-File-Loading:before {\n\tcontent: "\\e8a4";\n}\n.i-File-Lock:before {\n\tcontent: "\\e8a5";\n}\n.i-File-Love:before {\n\tcontent: "\\e8a6";\n}\n.i-File-Music:before {\n\tcontent: "\\e8a7";\n}\n.i-File-Network:before {\n\tcontent: "\\e8a8";\n}\n.i-File-Pictures:before {\n\tcontent: "\\e8a9";\n}\n.i-File-Pie:before {\n\tcontent: "\\e8aa";\n}\n.i-File-Presentation:before {\n\tcontent: "\\e8ab";\n}\n.i-File-Refresh:before {\n\tcontent: "\\e8ac";\n}\n.i-File-Search:before {\n\tcontent: "\\e8ad";\n}\n.i-File-Settings:before {\n\tcontent: "\\e8ae";\n}\n.i-File-Share:before {\n\tcontent: "\\e8af";\n}\n.i-File-TextImage:before {\n\tcontent: "\\e8b0";\n}\n.i-File-Trash:before {\n\tcontent: "\\e8b1";\n}\n.i-File-TXT:before {\n\tcontent: "\\e8b2";\n}\n.i-File-Upload:before {\n\tcontent: "\\e8b3";\n}\n.i-File-Video:before {\n\tcontent: "\\e8b4";\n}\n.i-File-Word:before {\n\tcontent: "\\e8b5";\n}\n.i-File-Zip:before {\n\tcontent: "\\e8b6";\n}\n.i-File:before {\n\tcontent: "\\e8b7";\n}\n.i-Files:before {\n\tcontent: "\\e8b8";\n}\n.i-Film-Board:before {\n\tcontent: "\\e8b9";\n}\n.i-Film-Cartridge:before {\n\tcontent: "\\e8ba";\n}\n.i-Film-Strip:before {\n\tcontent: "\\e8bb";\n}\n.i-Film-Video:before {\n\tcontent: "\\e8bc";\n}\n.i-Film:before {\n\tcontent: "\\e8bd";\n}\n.i-Filter-2:before {\n\tcontent: "\\e8be";\n}\n.i-Filter:before {\n\tcontent: "\\e8bf";\n}\n.i-Financial:before {\n\tcontent: "\\e8c0";\n}\n.i-Find-User:before {\n\tcontent: "\\e8c1";\n}\n.i-Finger-DragFourSides:before {\n\tcontent: "\\e8c2";\n}\n.i-Finger-DragTwoSides:before {\n\tcontent: "\\e8c3";\n}\n.i-Finger-Print:before {\n\tcontent: "\\e8c4";\n}\n.i-Finger:before {\n\tcontent: "\\e8c5";\n}\n.i-Fingerprint-2:before {\n\tcontent: "\\e8c6";\n}\n.i-Fingerprint:before {\n\tcontent: "\\e8c7";\n}\n.i-Fire-Flame:before {\n\tcontent: "\\e8c8";\n}\n.i-Fire-Flame2:before {\n\tcontent: "\\e8c9";\n}\n.i-Fire-Hydrant:before {\n\tcontent: "\\e8ca";\n}\n.i-Fire-Staion:before {\n\tcontent: "\\e8cb";\n}\n.i-Firefox:before {\n\tcontent: "\\e8cc";\n}\n.i-Firewall:before {\n\tcontent: "\\e8cd";\n}\n.i-First-Aid:before {\n\tcontent: "\\e8ce";\n}\n.i-First:before {\n\tcontent: "\\e8cf";\n}\n.i-Fish-Food:before {\n\tcontent: "\\e8d0";\n}\n.i-Fish:before {\n\tcontent: "\\e8d1";\n}\n.i-Fit-To:before {\n\tcontent: "\\e8d2";\n}\n.i-Fit-To2:before {\n\tcontent: "\\e8d3";\n}\n.i-Five-Fingers:before {\n\tcontent: "\\e8d4";\n}\n.i-Five-FingersDrag:before {\n\tcontent: "\\e8d5";\n}\n.i-Five-FingersDrag2:before {\n\tcontent: "\\e8d6";\n}\n.i-Five-FingersTouch:before {\n\tcontent: "\\e8d7";\n}\n.i-Flag-2:before {\n\tcontent: "\\e8d8";\n}\n.i-Flag-3:before {\n\tcontent: "\\e8d9";\n}\n.i-Flag-4:before {\n\tcontent: "\\e8da";\n}\n.i-Flag-5:before {\n\tcontent: "\\e8db";\n}\n.i-Flag-6:before {\n\tcontent: "\\e8dc";\n}\n.i-Flag:before {\n\tcontent: "\\e8dd";\n}\n.i-Flamingo:before {\n\tcontent: "\\e8de";\n}\n.i-Flash-2:before {\n\tcontent: "\\e8df";\n}\n.i-Flash-Video:before {\n\tcontent: "\\e8e0";\n}\n.i-Flash:before {\n\tcontent: "\\e8e1";\n}\n.i-Flashlight:before {\n\tcontent: "\\e8e2";\n}\n.i-Flask-2:before {\n\tcontent: "\\e8e3";\n}\n.i-Flask:before {\n\tcontent: "\\e8e4";\n}\n.i-Flick:before {\n\tcontent: "\\e8e5";\n}\n.i-Flickr:before {\n\tcontent: "\\e8e6";\n}\n.i-Flowerpot:before {\n\tcontent: "\\e8e7";\n}\n.i-Fluorescent:before {\n\tcontent: "\\e8e8";\n}\n.i-Fog-Day:before {\n\tcontent: "\\e8e9";\n}\n.i-Fog-Night:before {\n\tcontent: "\\e8ea";\n}\n.i-Folder-Add:before {\n\tcontent: "\\e8eb";\n}\n.i-Folder-Archive:before {\n\tcontent: "\\e8ec";\n}\n.i-Folder-Binder:before {\n\tcontent: "\\e8ed";\n}\n.i-Folder-Binder2:before {\n\tcontent: "\\e8ee";\n}\n.i-Folder-Block:before {\n\tcontent: "\\e8ef";\n}\n.i-Folder-Bookmark:before {\n\tcontent: "\\e8f0";\n}\n.i-Folder-Close:before {\n\tcontent: "\\e8f1";\n}\n.i-Folder-Cloud:before {\n\tcontent: "\\e8f2";\n}\n.i-Folder-Delete:before {\n\tcontent: "\\e8f3";\n}\n.i-Folder-Download:before {\n\tcontent: "\\e8f4";\n}\n.i-Folder-Edit:before {\n\tcontent: "\\e8f5";\n}\n.i-Folder-Favorite:before {\n\tcontent: "\\e8f6";\n}\n.i-Folder-Fire:before {\n\tcontent: "\\e8f7";\n}\n.i-Folder-Hide:before {\n\tcontent: "\\e8f8";\n}\n.i-Folder-Link:before {\n\tcontent: "\\e8f9";\n}\n.i-Folder-Loading:before {\n\tcontent: "\\e8fa";\n}\n.i-Folder-Lock:before {\n\tcontent: "\\e8fb";\n}\n.i-Folder-Love:before {\n\tcontent: "\\e8fc";\n}\n.i-Folder-Music:before {\n\tcontent: "\\e8fd";\n}\n.i-Folder-Network:before {\n\tcontent: "\\e8fe";\n}\n.i-Folder-Open:before {\n\tcontent: "\\e8ff";\n}\n.i-Folder-Open2:before {\n\tcontent: "\\e900";\n}\n.i-Folder-Organizing:before {\n\tcontent: "\\e901";\n}\n.i-Folder-Pictures:before {\n\tcontent: "\\e902";\n}\n.i-Folder-Refresh:before {\n\tcontent: "\\e903";\n}\n.i-Folder-Remove-:before {\n\tcontent: "\\e904";\n}\n.i-Folder-Search:before {\n\tcontent: "\\e905";\n}\n.i-Folder-Settings:before {\n\tcontent: "\\e906";\n}\n.i-Folder-Share:before {\n\tcontent: "\\e907";\n}\n.i-Folder-Trash:before {\n\tcontent: "\\e908";\n}\n.i-Folder-Upload:before {\n\tcontent: "\\e909";\n}\n.i-Folder-Video:before {\n\tcontent: "\\e90a";\n}\n.i-Folder-WithDocument:before {\n\tcontent: "\\e90b";\n}\n.i-Folder-Zip:before {\n\tcontent: "\\e90c";\n}\n.i-Folder:before {\n\tcontent: "\\e90d";\n}\n.i-Folders:before {\n\tcontent: "\\e90e";\n}\n.i-Font-Color:before {\n\tcontent: "\\e90f";\n}\n.i-Font-Name:before {\n\tcontent: "\\e910";\n}\n.i-Font-Size:before {\n\tcontent: "\\e911";\n}\n.i-Font-Style:before {\n\tcontent: "\\e912";\n}\n.i-Font-StyleSubscript:before {\n\tcontent: "\\e913";\n}\n.i-Font-StyleSuperscript:before {\n\tcontent: "\\e914";\n}\n.i-Font-Window:before {\n\tcontent: "\\e915";\n}\n.i-Foot-2:before {\n\tcontent: "\\e916";\n}\n.i-Foot:before {\n\tcontent: "\\e917";\n}\n.i-Football-2:before {\n\tcontent: "\\e918";\n}\n.i-Football:before {\n\tcontent: "\\e919";\n}\n.i-Footprint-2:before {\n\tcontent: "\\e91a";\n}\n.i-Footprint-3:before {\n\tcontent: "\\e91b";\n}\n.i-Footprint:before {\n\tcontent: "\\e91c";\n}\n.i-Forest:before {\n\tcontent: "\\e91d";\n}\n.i-Fork:before {\n\tcontent: "\\e91e";\n}\n.i-Formspring:before {\n\tcontent: "\\e91f";\n}\n.i-Formula:before {\n\tcontent: "\\e920";\n}\n.i-Forsquare:before {\n\tcontent: "\\e921";\n}\n.i-Forward:before {\n\tcontent: "\\e922";\n}\n.i-Fountain-Pen:before {\n\tcontent: "\\e923";\n}\n.i-Four-Fingers:before {\n\tcontent: "\\e924";\n}\n.i-Four-FingersDrag:before {\n\tcontent: "\\e925";\n}\n.i-Four-FingersDrag2:before {\n\tcontent: "\\e926";\n}\n.i-Four-FingersTouch:before {\n\tcontent: "\\e927";\n}\n.i-Fox:before {\n\tcontent: "\\e928";\n}\n.i-Frankenstein:before {\n\tcontent: "\\e929";\n}\n.i-French-Fries:before {\n\tcontent: "\\e92a";\n}\n.i-Friendfeed:before {\n\tcontent: "\\e92b";\n}\n.i-Friendster:before {\n\tcontent: "\\e92c";\n}\n.i-Frog:before {\n\tcontent: "\\e92d";\n}\n.i-Fruits:before {\n\tcontent: "\\e92e";\n}\n.i-Fuel:before {\n\tcontent: "\\e92f";\n}\n.i-Full-Bag:before {\n\tcontent: "\\e930";\n}\n.i-Full-Basket:before {\n\tcontent: "\\e931";\n}\n.i-Full-Cart:before {\n\tcontent: "\\e932";\n}\n.i-Full-Moon:before {\n\tcontent: "\\e933";\n}\n.i-Full-Screen:before {\n\tcontent: "\\e934";\n}\n.i-Full-Screen2:before {\n\tcontent: "\\e935";\n}\n.i-Full-View:before {\n\tcontent: "\\e936";\n}\n.i-Full-View2:before {\n\tcontent: "\\e937";\n}\n.i-Full-ViewWindow:before {\n\tcontent: "\\e938";\n}\n.i-Function:before {\n\tcontent: "\\e939";\n}\n.i-Funky:before {\n\tcontent: "\\e93a";\n}\n.i-Funny-Bicycle:before {\n\tcontent: "\\e93b";\n}\n.i-Furl:before {\n\tcontent: "\\e93c";\n}\n.i-Gamepad-2:before {\n\tcontent: "\\e93d";\n}\n.i-Gamepad:before {\n\tcontent: "\\e93e";\n}\n.i-Gas-Pump:before {\n\tcontent: "\\e93f";\n}\n.i-Gaugage-2:before {\n\tcontent: "\\e940";\n}\n.i-Gaugage:before {\n\tcontent: "\\e941";\n}\n.i-Gay:before {\n\tcontent: "\\e942";\n}\n.i-Gear-2:before {\n\tcontent: "\\e943";\n}\n.i-Gear:before {\n\tcontent: "\\e944";\n}\n.i-Gears-2:before {\n\tcontent: "\\e945";\n}\n.i-Gears:before {\n\tcontent: "\\e946";\n}\n.i-Geek-2:before {\n\tcontent: "\\e947";\n}\n.i-Geek:before {\n\tcontent: "\\e948";\n}\n.i-Gemini-2:before {\n\tcontent: "\\e949";\n}\n.i-Gemini:before {\n\tcontent: "\\e94a";\n}\n.i-Genius:before {\n\tcontent: "\\e94b";\n}\n.i-Gentleman:before {\n\tcontent: "\\e94c";\n}\n.i-Geo--:before {\n\tcontent: "\\e94d";\n}\n.i-Geo-:before {\n\tcontent: "\\e94e";\n}\n.i-Geo-Close:before {\n\tcontent: "\\e94f";\n}\n.i-Geo-Love:before {\n\tcontent: "\\e950";\n}\n.i-Geo-Number:before {\n\tcontent: "\\e951";\n}\n.i-Geo-Star:before {\n\tcontent: "\\e952";\n}\n.i-Geo:before {\n\tcontent: "\\e953";\n}\n.i-Geo2--:before {\n\tcontent: "\\e954";\n}\n.i-Geo2-:before {\n\tcontent: "\\e955";\n}\n.i-Geo2-Close:before {\n\tcontent: "\\e956";\n}\n.i-Geo2-Love:before {\n\tcontent: "\\e957";\n}\n.i-Geo2-Number:before {\n\tcontent: "\\e958";\n}\n.i-Geo2-Star:before {\n\tcontent: "\\e959";\n}\n.i-Geo2:before {\n\tcontent: "\\e95a";\n}\n.i-Geo3--:before {\n\tcontent: "\\e95b";\n}\n.i-Geo3-:before {\n\tcontent: "\\e95c";\n}\n.i-Geo3-Close:before {\n\tcontent: "\\e95d";\n}\n.i-Geo3-Love:before {\n\tcontent: "\\e95e";\n}\n.i-Geo3-Number:before {\n\tcontent: "\\e95f";\n}\n.i-Geo3-Star:before {\n\tcontent: "\\e960";\n}\n.i-Geo3:before {\n\tcontent: "\\e961";\n}\n.i-Gey:before {\n\tcontent: "\\e962";\n}\n.i-Gift-Box:before {\n\tcontent: "\\e963";\n}\n.i-Giraffe:before {\n\tcontent: "\\e964";\n}\n.i-Girl:before {\n\tcontent: "\\e965";\n}\n.i-Glass-Water:before {\n\tcontent: "\\e966";\n}\n.i-Glasses-2:before {\n\tcontent: "\\e967";\n}\n.i-Glasses-3:before {\n\tcontent: "\\e968";\n}\n.i-Glasses:before {\n\tcontent: "\\e969";\n}\n.i-Global-Position:before {\n\tcontent: "\\e96a";\n}\n.i-Globe-2:before {\n\tcontent: "\\e96b";\n}\n.i-Globe:before {\n\tcontent: "\\e96c";\n}\n.i-Gloves:before {\n\tcontent: "\\e96d";\n}\n.i-Go-Bottom:before {\n\tcontent: "\\e96e";\n}\n.i-Go-Top:before {\n\tcontent: "\\e96f";\n}\n.i-Goggles:before {\n\tcontent: "\\e970";\n}\n.i-Golf-2:before {\n\tcontent: "\\e971";\n}\n.i-Golf:before {\n\tcontent: "\\e972";\n}\n.i-Google-Buzz:before {\n\tcontent: "\\e973";\n}\n.i-Google-Drive:before {\n\tcontent: "\\e974";\n}\n.i-Google-Play:before {\n\tcontent: "\\e975";\n}\n.i-Google-Plus:before {\n\tcontent: "\\e976";\n}\n.i-Google:before {\n\tcontent: "\\e977";\n}\n.i-Gopro:before {\n\tcontent: "\\e978";\n}\n.i-Gorilla:before {\n\tcontent: "\\e979";\n}\n.i-Gowalla:before {\n\tcontent: "\\e97a";\n}\n.i-Grave:before {\n\tcontent: "\\e97b";\n}\n.i-Graveyard:before {\n\tcontent: "\\e97c";\n}\n.i-Greece:before {\n\tcontent: "\\e97d";\n}\n.i-Green-Energy:before {\n\tcontent: "\\e97e";\n}\n.i-Green-House:before {\n\tcontent: "\\e97f";\n}\n.i-Guitar:before {\n\tcontent: "\\e980";\n}\n.i-Gun-2:before {\n\tcontent: "\\e981";\n}\n.i-Gun-3:before {\n\tcontent: "\\e982";\n}\n.i-Gun:before {\n\tcontent: "\\e983";\n}\n.i-Gymnastics:before {\n\tcontent: "\\e984";\n}\n.i-Hair-2:before {\n\tcontent: "\\e985";\n}\n.i-Hair-3:before {\n\tcontent: "\\e986";\n}\n.i-Hair-4:before {\n\tcontent: "\\e987";\n}\n.i-Hair:before {\n\tcontent: "\\e988";\n}\n.i-Half-Moon:before {\n\tcontent: "\\e989";\n}\n.i-Halloween-HalfMoon:before {\n\tcontent: "\\e98a";\n}\n.i-Halloween-Moon:before {\n\tcontent: "\\e98b";\n}\n.i-Hamburger:before {\n\tcontent: "\\e98c";\n}\n.i-Hammer:before {\n\tcontent: "\\e98d";\n}\n.i-Hand-Touch:before {\n\tcontent: "\\e98e";\n}\n.i-Hand-Touch2:before {\n\tcontent: "\\e98f";\n}\n.i-Hand-TouchSmartphone:before {\n\tcontent: "\\e990";\n}\n.i-Hand:before {\n\tcontent: "\\e991";\n}\n.i-Hands:before {\n\tcontent: "\\e992";\n}\n.i-Handshake:before {\n\tcontent: "\\e993";\n}\n.i-Hanger:before {\n\tcontent: "\\e994";\n}\n.i-Happy:before {\n\tcontent: "\\e995";\n}\n.i-Hat-2:before {\n\tcontent: "\\e996";\n}\n.i-Hat:before {\n\tcontent: "\\e997";\n}\n.i-Haunted-House:before {\n\tcontent: "\\e998";\n}\n.i-HD-Video:before {\n\tcontent: "\\e999";\n}\n.i-HD:before {\n\tcontent: "\\e99a";\n}\n.i-HDD:before {\n\tcontent: "\\e99b";\n}\n.i-Headphone:before {\n\tcontent: "\\e99c";\n}\n.i-Headphones:before {\n\tcontent: "\\e99d";\n}\n.i-Headset:before {\n\tcontent: "\\e99e";\n}\n.i-Heart-2:before {\n\tcontent: "\\e99f";\n}\n.i-Heart:before {\n\tcontent: "\\e9a0";\n}\n.i-Heels-2:before {\n\tcontent: "\\e9a1";\n}\n.i-Heels:before {\n\tcontent: "\\e9a2";\n}\n.i-Height-Window:before {\n\tcontent: "\\e9a3";\n}\n.i-Helicopter-2:before {\n\tcontent: "\\e9a4";\n}\n.i-Helicopter:before {\n\tcontent: "\\e9a5";\n}\n.i-Helix-2:before {\n\tcontent: "\\e9a6";\n}\n.i-Hello:before {\n\tcontent: "\\e9a7";\n}\n.i-Helmet-2:before {\n\tcontent: "\\e9a8";\n}\n.i-Helmet-3:before {\n\tcontent: "\\e9a9";\n}\n.i-Helmet:before {\n\tcontent: "\\e9aa";\n}\n.i-Hipo:before {\n\tcontent: "\\e9ab";\n}\n.i-Hipster-Glasses:before {\n\tcontent: "\\e9ac";\n}\n.i-Hipster-Glasses2:before {\n\tcontent: "\\e9ad";\n}\n.i-Hipster-Glasses3:before {\n\tcontent: "\\e9ae";\n}\n.i-Hipster-Headphones:before {\n\tcontent: "\\e9af";\n}\n.i-Hipster-Men:before {\n\tcontent: "\\e9b0";\n}\n.i-Hipster-Men2:before {\n\tcontent: "\\e9b1";\n}\n.i-Hipster-Men3:before {\n\tcontent: "\\e9b2";\n}\n.i-Hipster-Sunglasses:before {\n\tcontent: "\\e9b3";\n}\n.i-Hipster-Sunglasses2:before {\n\tcontent: "\\e9b4";\n}\n.i-Hipster-Sunglasses3:before {\n\tcontent: "\\e9b5";\n}\n.i-Hokey:before {\n\tcontent: "\\e9b6";\n}\n.i-Holly:before {\n\tcontent: "\\e9b7";\n}\n.i-Home-2:before {\n\tcontent: "\\e9b8";\n}\n.i-Home-3:before {\n\tcontent: "\\e9b9";\n}\n.i-Home-4:before {\n\tcontent: "\\e9ba";\n}\n.i-Home-5:before {\n\tcontent: "\\e9bb";\n}\n.i-Home-Window:before {\n\tcontent: "\\e9bc";\n}\n.i-Home:before {\n\tcontent: "\\e9bd";\n}\n.i-Homosexual:before {\n\tcontent: "\\e9be";\n}\n.i-Honey:before {\n\tcontent: "\\e9bf";\n}\n.i-Hong-Kong:before {\n\tcontent: "\\e9c0";\n}\n.i-Hoodie:before {\n\tcontent: "\\e9c1";\n}\n.i-Horror:before {\n\tcontent: "\\e9c2";\n}\n.i-Horse:before {\n\tcontent: "\\e9c3";\n}\n.i-Hospital-2:before {\n\tcontent: "\\e9c4";\n}\n.i-Hospital:before {\n\tcontent: "\\e9c5";\n}\n.i-Host:before {\n\tcontent: "\\e9c6";\n}\n.i-Hot-Dog:before {\n\tcontent: "\\e9c7";\n}\n.i-Hotel:before {\n\tcontent: "\\e9c8";\n}\n.i-Hour:before {\n\tcontent: "\\e9c9";\n}\n.i-Hub:before {\n\tcontent: "\\e9ca";\n}\n.i-Humor:before {\n\tcontent: "\\e9cb";\n}\n.i-Hurt:before {\n\tcontent: "\\e9cc";\n}\n.i-Ice-Cream:before {\n\tcontent: "\\e9cd";\n}\n.i-ICQ:before {\n\tcontent: "\\e9ce";\n}\n.i-ID-2:before {\n\tcontent: "\\e9cf";\n}\n.i-ID-3:before {\n\tcontent: "\\e9d0";\n}\n.i-ID-Card:before {\n\tcontent: "\\e9d1";\n}\n.i-Idea-2:before {\n\tcontent: "\\e9d2";\n}\n.i-Idea-3:before {\n\tcontent: "\\e9d3";\n}\n.i-Idea-4:before {\n\tcontent: "\\e9d4";\n}\n.i-Idea-5:before {\n\tcontent: "\\e9d5";\n}\n.i-Idea:before {\n\tcontent: "\\e9d6";\n}\n.i-Identification-Badge:before {\n\tcontent: "\\e9d7";\n}\n.i-ImDB:before {\n\tcontent: "\\e9d8";\n}\n.i-Inbox-Empty:before {\n\tcontent: "\\e9d9";\n}\n.i-Inbox-Forward:before {\n\tcontent: "\\e9da";\n}\n.i-Inbox-Full:before {\n\tcontent: "\\e9db";\n}\n.i-Inbox-Into:before {\n\tcontent: "\\e9dc";\n}\n.i-Inbox-Out:before {\n\tcontent: "\\e9dd";\n}\n.i-Inbox-Reply:before {\n\tcontent: "\\e9de";\n}\n.i-Inbox:before {\n\tcontent: "\\e9df";\n}\n.i-Increase-Inedit:before {\n\tcontent: "\\e9e0";\n}\n.i-Indent-FirstLine:before {\n\tcontent: "\\e9e1";\n}\n.i-Indent-LeftMargin:before {\n\tcontent: "\\e9e2";\n}\n.i-Indent-RightMargin:before {\n\tcontent: "\\e9e3";\n}\n.i-India:before {\n\tcontent: "\\e9e4";\n}\n.i-Info-Window:before {\n\tcontent: "\\e9e5";\n}\n.i-Information:before {\n\tcontent: "\\e9e6";\n}\n.i-Inifity:before {\n\tcontent: "\\e9e7";\n}\n.i-Instagram:before {\n\tcontent: "\\e9e8";\n}\n.i-Internet-2:before {\n\tcontent: "\\e9e9";\n}\n.i-Internet-Explorer:before {\n\tcontent: "\\e9ea";\n}\n.i-Internet-Smiley:before {\n\tcontent: "\\e9eb";\n}\n.i-Internet:before {\n\tcontent: "\\e9ec";\n}\n.i-iOS-Apple:before {\n\tcontent: "\\e9ed";\n}\n.i-Israel:before {\n\tcontent: "\\e9ee";\n}\n.i-Italic-Text:before {\n\tcontent: "\\e9ef";\n}\n.i-Jacket-2:before {\n\tcontent: "\\e9f0";\n}\n.i-Jacket:before {\n\tcontent: "\\e9f1";\n}\n.i-Jamaica:before {\n\tcontent: "\\e9f2";\n}\n.i-Japan:before {\n\tcontent: "\\e9f3";\n}\n.i-Japanese-Gate:before {\n\tcontent: "\\e9f4";\n}\n.i-Jeans:before {\n\tcontent: "\\e9f5";\n}\n.i-Jeep-2:before {\n\tcontent: "\\e9f6";\n}\n.i-Jeep:before {\n\tcontent: "\\e9f7";\n}\n.i-Jet:before {\n\tcontent: "\\e9f8";\n}\n.i-Joystick:before {\n\tcontent: "\\e9f9";\n}\n.i-Juice:before {\n\tcontent: "\\e9fa";\n}\n.i-Jump-Rope:before {\n\tcontent: "\\e9fb";\n}\n.i-Kangoroo:before {\n\tcontent: "\\e9fc";\n}\n.i-Kenya:before {\n\tcontent: "\\e9fd";\n}\n.i-Key-2:before {\n\tcontent: "\\e9fe";\n}\n.i-Key-3:before {\n\tcontent: "\\e9ff";\n}\n.i-Key-Lock:before {\n\tcontent: "\\ea00";\n}\n.i-Key:before {\n\tcontent: "\\ea01";\n}\n.i-Keyboard:before {\n\tcontent: "\\ea02";\n}\n.i-Keyboard3:before {\n\tcontent: "\\ea03";\n}\n.i-Keypad:before {\n\tcontent: "\\ea04";\n}\n.i-King-2:before {\n\tcontent: "\\ea05";\n}\n.i-King:before {\n\tcontent: "\\ea06";\n}\n.i-Kiss:before {\n\tcontent: "\\ea07";\n}\n.i-Knee:before {\n\tcontent: "\\ea08";\n}\n.i-Knife-2:before {\n\tcontent: "\\ea09";\n}\n.i-Knife:before {\n\tcontent: "\\ea0a";\n}\n.i-Knight:before {\n\tcontent: "\\ea0b";\n}\n.i-Koala:before {\n\tcontent: "\\ea0c";\n}\n.i-Korea:before {\n\tcontent: "\\ea0d";\n}\n.i-Lamp:before {\n\tcontent: "\\ea0e";\n}\n.i-Landscape-2:before {\n\tcontent: "\\ea0f";\n}\n.i-Landscape:before {\n\tcontent: "\\ea10";\n}\n.i-Lantern:before {\n\tcontent: "\\ea11";\n}\n.i-Laptop-2:before {\n\tcontent: "\\ea12";\n}\n.i-Laptop-3:before {\n\tcontent: "\\ea13";\n}\n.i-Laptop-Phone:before {\n\tcontent: "\\ea14";\n}\n.i-Laptop-Secure:before {\n\tcontent: "\\ea15";\n}\n.i-Laptop-Tablet:before {\n\tcontent: "\\ea16";\n}\n.i-Laptop:before {\n\tcontent: "\\ea17";\n}\n.i-Laser:before {\n\tcontent: "\\ea18";\n}\n.i-Last-FM:before {\n\tcontent: "\\ea19";\n}\n.i-Last:before {\n\tcontent: "\\ea1a";\n}\n.i-Laughing:before {\n\tcontent: "\\ea1b";\n}\n.i-Layer-1635:before {\n\tcontent: "\\ea1c";\n}\n.i-Layer-1646:before {\n\tcontent: "\\ea1d";\n}\n.i-Layer-Backward:before {\n\tcontent: "\\ea1e";\n}\n.i-Layer-Forward:before {\n\tcontent: "\\ea1f";\n}\n.i-Leafs-2:before {\n\tcontent: "\\ea20";\n}\n.i-Leafs:before {\n\tcontent: "\\ea21";\n}\n.i-Leaning-Tower:before {\n\tcontent: "\\ea22";\n}\n.i-Left--Right:before {\n\tcontent: "\\ea23";\n}\n.i-Left--Right3:before {\n\tcontent: "\\ea24";\n}\n.i-Left-2:before {\n\tcontent: "\\ea25";\n}\n.i-Left-3:before {\n\tcontent: "\\ea26";\n}\n.i-Left-4:before {\n\tcontent: "\\ea27";\n}\n.i-Left-ToRight:before {\n\tcontent: "\\ea28";\n}\n.i-Left:before {\n\tcontent: "\\ea29";\n}\n.i-Leg-2:before {\n\tcontent: "\\ea2a";\n}\n.i-Leg:before {\n\tcontent: "\\ea2b";\n}\n.i-Lego:before {\n\tcontent: "\\ea2c";\n}\n.i-Lemon:before {\n\tcontent: "\\ea2d";\n}\n.i-Len-2:before {\n\tcontent: "\\ea2e";\n}\n.i-Len-3:before {\n\tcontent: "\\ea2f";\n}\n.i-Len:before {\n\tcontent: "\\ea30";\n}\n.i-Leo-2:before {\n\tcontent: "\\ea31";\n}\n.i-Leo:before {\n\tcontent: "\\ea32";\n}\n.i-Leopard:before {\n\tcontent: "\\ea33";\n}\n.i-Lesbian:before {\n\tcontent: "\\ea34";\n}\n.i-Lesbians:before {\n\tcontent: "\\ea35";\n}\n.i-Letter-Close:before {\n\tcontent: "\\ea36";\n}\n.i-Letter-Open:before {\n\tcontent: "\\ea37";\n}\n.i-Letter-Sent:before {\n\tcontent: "\\ea38";\n}\n.i-Libra-2:before {\n\tcontent: "\\ea39";\n}\n.i-Libra:before {\n\tcontent: "\\ea3a";\n}\n.i-Library-2:before {\n\tcontent: "\\ea3b";\n}\n.i-Library:before {\n\tcontent: "\\ea3c";\n}\n.i-Life-Jacket:before {\n\tcontent: "\\ea3d";\n}\n.i-Life-Safer:before {\n\tcontent: "\\ea3e";\n}\n.i-Light-Bulb:before {\n\tcontent: "\\ea3f";\n}\n.i-Light-Bulb2:before {\n\tcontent: "\\ea40";\n}\n.i-Light-BulbLeaf:before {\n\tcontent: "\\ea41";\n}\n.i-Lighthouse:before {\n\tcontent: "\\ea42";\n}\n.i-Like-2:before {\n\tcontent: "\\ea43";\n}\n.i-Like:before {\n\tcontent: "\\ea44";\n}\n.i-Line-Chart:before {\n\tcontent: "\\ea45";\n}\n.i-Line-Chart2:before {\n\tcontent: "\\ea46";\n}\n.i-Line-Chart3:before {\n\tcontent: "\\ea47";\n}\n.i-Line-Chart4:before {\n\tcontent: "\\ea48";\n}\n.i-Line-Spacing:before {\n\tcontent: "\\ea49";\n}\n.i-Line-SpacingText:before {\n\tcontent: "\\ea4a";\n}\n.i-Link-2:before {\n\tcontent: "\\ea4b";\n}\n.i-Link:before {\n\tcontent: "\\ea4c";\n}\n.i-Linkedin-2:before {\n\tcontent: "\\ea4d";\n}\n.i-Linkedin:before {\n\tcontent: "\\ea4e";\n}\n.i-Linux:before {\n\tcontent: "\\ea4f";\n}\n.i-Lion:before {\n\tcontent: "\\ea50";\n}\n.i-Livejournal:before {\n\tcontent: "\\ea51";\n}\n.i-Loading-2:before {\n\tcontent: "\\ea52";\n}\n.i-Loading-3:before {\n\tcontent: "\\ea53";\n}\n.i-Loading-Window:before {\n\tcontent: "\\ea54";\n}\n.i-Loading:before {\n\tcontent: "\\ea55";\n}\n.i-Location-2:before {\n\tcontent: "\\ea56";\n}\n.i-Location:before {\n\tcontent: "\\ea57";\n}\n.i-Lock-2:before {\n\tcontent: "\\ea58";\n}\n.i-Lock-3:before {\n\tcontent: "\\ea59";\n}\n.i-Lock-User:before {\n\tcontent: "\\ea5a";\n}\n.i-Lock-Window:before {\n\tcontent: "\\ea5b";\n}\n.i-Lock:before {\n\tcontent: "\\ea5c";\n}\n.i-Lollipop-2:before {\n\tcontent: "\\ea5d";\n}\n.i-Lollipop-3:before {\n\tcontent: "\\ea5e";\n}\n.i-Lollipop:before {\n\tcontent: "\\ea5f";\n}\n.i-Loop:before {\n\tcontent: "\\ea60";\n}\n.i-Loud:before {\n\tcontent: "\\ea61";\n}\n.i-Loudspeaker:before {\n\tcontent: "\\ea62";\n}\n.i-Love-2:before {\n\tcontent: "\\ea63";\n}\n.i-Love-User:before {\n\tcontent: "\\ea64";\n}\n.i-Love-Window:before {\n\tcontent: "\\ea65";\n}\n.i-Love:before {\n\tcontent: "\\ea66";\n}\n.i-Lowercase-Text:before {\n\tcontent: "\\ea67";\n}\n.i-Luggafe-Front:before {\n\tcontent: "\\ea68";\n}\n.i-Luggage-2:before {\n\tcontent: "\\ea69";\n}\n.i-Macro:before {\n\tcontent: "\\ea6a";\n}\n.i-Magic-Wand:before {\n\tcontent: "\\ea6b";\n}\n.i-Magnet:before {\n\tcontent: "\\ea6c";\n}\n.i-Magnifi-Glass-:before {\n\tcontent: "\\ea6d";\n}\n.i-Magnifi-Glass:before {\n\tcontent: "\\ea6e";\n}\n.i-Magnifi-Glass2:before {\n\tcontent: "\\ea6f";\n}\n.i-Mail-2:before {\n\tcontent: "\\ea70";\n}\n.i-Mail-3:before {\n\tcontent: "\\ea71";\n}\n.i-Mail-Add:before {\n\tcontent: "\\ea72";\n}\n.i-Mail-Attachement:before {\n\tcontent: "\\ea73";\n}\n.i-Mail-Block:before {\n\tcontent: "\\ea74";\n}\n.i-Mail-Delete:before {\n\tcontent: "\\ea75";\n}\n.i-Mail-Favorite:before {\n\tcontent: "\\ea76";\n}\n.i-Mail-Forward:before {\n\tcontent: "\\ea77";\n}\n.i-Mail-Gallery:before {\n\tcontent: "\\ea78";\n}\n.i-Mail-Inbox:before {\n\tcontent: "\\ea79";\n}\n.i-Mail-Link:before {\n\tcontent: "\\ea7a";\n}\n.i-Mail-Lock:before {\n\tcontent: "\\ea7b";\n}\n.i-Mail-Love:before {\n\tcontent: "\\ea7c";\n}\n.i-Mail-Money:before {\n\tcontent: "\\ea7d";\n}\n.i-Mail-Open:before {\n\tcontent: "\\ea7e";\n}\n.i-Mail-Outbox:before {\n\tcontent: "\\ea7f";\n}\n.i-Mail-Password:before {\n\tcontent: "\\ea80";\n}\n.i-Mail-Photo:before {\n\tcontent: "\\ea81";\n}\n.i-Mail-Read:before {\n\tcontent: "\\ea82";\n}\n.i-Mail-Removex:before {\n\tcontent: "\\ea83";\n}\n.i-Mail-Reply:before {\n\tcontent: "\\ea84";\n}\n.i-Mail-ReplyAll:before {\n\tcontent: "\\ea85";\n}\n.i-Mail-Search:before {\n\tcontent: "\\ea86";\n}\n.i-Mail-Send:before {\n\tcontent: "\\ea87";\n}\n.i-Mail-Settings:before {\n\tcontent: "\\ea88";\n}\n.i-Mail-Unread:before {\n\tcontent: "\\ea89";\n}\n.i-Mail-Video:before {\n\tcontent: "\\ea8a";\n}\n.i-Mail-withAtSign:before {\n\tcontent: "\\ea8b";\n}\n.i-Mail-WithCursors:before {\n\tcontent: "\\ea8c";\n}\n.i-Mail:before {\n\tcontent: "\\ea8d";\n}\n.i-Mailbox-Empty:before {\n\tcontent: "\\ea8e";\n}\n.i-Mailbox-Full:before {\n\tcontent: "\\ea8f";\n}\n.i-Male-2:before {\n\tcontent: "\\ea90";\n}\n.i-Male-Sign:before {\n\tcontent: "\\ea91";\n}\n.i-Male:before {\n\tcontent: "\\ea92";\n}\n.i-MaleFemale:before {\n\tcontent: "\\ea93";\n}\n.i-Man-Sign:before {\n\tcontent: "\\ea94";\n}\n.i-Management:before {\n\tcontent: "\\ea95";\n}\n.i-Mans-Underwear:before {\n\tcontent: "\\ea96";\n}\n.i-Mans-Underwear2:before {\n\tcontent: "\\ea97";\n}\n.i-Map-Marker:before {\n\tcontent: "\\ea98";\n}\n.i-Map-Marker2:before {\n\tcontent: "\\ea99";\n}\n.i-Map-Marker3:before {\n\tcontent: "\\ea9a";\n}\n.i-Map:before {\n\tcontent: "\\ea9b";\n}\n.i-Map2:before {\n\tcontent: "\\ea9c";\n}\n.i-Marker-2:before {\n\tcontent: "\\ea9d";\n}\n.i-Marker-3:before {\n\tcontent: "\\ea9e";\n}\n.i-Marker:before {\n\tcontent: "\\ea9f";\n}\n.i-Martini-Glass:before {\n\tcontent: "\\eaa0";\n}\n.i-Mask:before {\n\tcontent: "\\eaa1";\n}\n.i-Master-Card:before {\n\tcontent: "\\eaa2";\n}\n.i-Maximize-Window:before {\n\tcontent: "\\eaa3";\n}\n.i-Maximize:before {\n\tcontent: "\\eaa4";\n}\n.i-Medal-2:before {\n\tcontent: "\\eaa5";\n}\n.i-Medal-3:before {\n\tcontent: "\\eaa6";\n}\n.i-Medal:before {\n\tcontent: "\\eaa7";\n}\n.i-Medical-Sign:before {\n\tcontent: "\\eaa8";\n}\n.i-Medicine-2:before {\n\tcontent: "\\eaa9";\n}\n.i-Medicine-3:before {\n\tcontent: "\\eaaa";\n}\n.i-Medicine:before {\n\tcontent: "\\eaab";\n}\n.i-Megaphone:before {\n\tcontent: "\\eaac";\n}\n.i-Memory-Card:before {\n\tcontent: "\\eaad";\n}\n.i-Memory-Card2:before {\n\tcontent: "\\eaae";\n}\n.i-Memory-Card3:before {\n\tcontent: "\\eaaf";\n}\n.i-Men:before {\n\tcontent: "\\eab0";\n}\n.i-Menorah:before {\n\tcontent: "\\eab1";\n}\n.i-Mens:before {\n\tcontent: "\\eab2";\n}\n.i-Metacafe:before {\n\tcontent: "\\eab3";\n}\n.i-Mexico:before {\n\tcontent: "\\eab4";\n}\n.i-Mic:before {\n\tcontent: "\\eab5";\n}\n.i-Microphone-2:before {\n\tcontent: "\\eab6";\n}\n.i-Microphone-3:before {\n\tcontent: "\\eab7";\n}\n.i-Microphone-4:before {\n\tcontent: "\\eab8";\n}\n.i-Microphone-5:before {\n\tcontent: "\\eab9";\n}\n.i-Microphone-6:before {\n\tcontent: "\\eaba";\n}\n.i-Microphone-7:before {\n\tcontent: "\\eabb";\n}\n.i-Microphone:before {\n\tcontent: "\\eabc";\n}\n.i-Microscope:before {\n\tcontent: "\\eabd";\n}\n.i-Milk-Bottle:before {\n\tcontent: "\\eabe";\n}\n.i-Mine:before {\n\tcontent: "\\eabf";\n}\n.i-Minimize-Maximize-Close-Window:before {\n\tcontent: "\\eac0";\n}\n.i-Minimize-Window:before {\n\tcontent: "\\eac1";\n}\n.i-Minimize:before {\n\tcontent: "\\eac2";\n}\n.i-Mirror:before {\n\tcontent: "\\eac3";\n}\n.i-Mixer:before {\n\tcontent: "\\eac4";\n}\n.i-Mixx:before {\n\tcontent: "\\eac5";\n}\n.i-Money-2:before {\n\tcontent: "\\eac6";\n}\n.i-Money-Bag:before {\n\tcontent: "\\eac7";\n}\n.i-Money-Smiley:before {\n\tcontent: "\\eac8";\n}\n.i-Money:before {\n\tcontent: "\\eac9";\n}\n.i-Monitor-2:before {\n\tcontent: "\\eaca";\n}\n.i-Monitor-3:before {\n\tcontent: "\\eacb";\n}\n.i-Monitor-4:before {\n\tcontent: "\\eacc";\n}\n.i-Monitor-5:before {\n\tcontent: "\\eacd";\n}\n.i-Monitor-Analytics:before {\n\tcontent: "\\eace";\n}\n.i-Monitor-Laptop:before {\n\tcontent: "\\eacf";\n}\n.i-Monitor-phone:before {\n\tcontent: "\\ead0";\n}\n.i-Monitor-Tablet:before {\n\tcontent: "\\ead1";\n}\n.i-Monitor-Vertical:before {\n\tcontent: "\\ead2";\n}\n.i-Monitor:before {\n\tcontent: "\\ead3";\n}\n.i-Monitoring:before {\n\tcontent: "\\ead4";\n}\n.i-Monkey:before {\n\tcontent: "\\ead5";\n}\n.i-Monster:before {\n\tcontent: "\\ead6";\n}\n.i-Morocco:before {\n\tcontent: "\\ead7";\n}\n.i-Motorcycle:before {\n\tcontent: "\\ead8";\n}\n.i-Mouse-2:before {\n\tcontent: "\\ead9";\n}\n.i-Mouse-3:before {\n\tcontent: "\\eada";\n}\n.i-Mouse-4:before {\n\tcontent: "\\eadb";\n}\n.i-Mouse-Pointer:before {\n\tcontent: "\\eadc";\n}\n.i-Mouse:before {\n\tcontent: "\\eadd";\n}\n.i-Moustache-Smiley:before {\n\tcontent: "\\eade";\n}\n.i-Movie-Ticket:before {\n\tcontent: "\\eadf";\n}\n.i-Movie:before {\n\tcontent: "\\eae0";\n}\n.i-Mp3-File:before {\n\tcontent: "\\eae1";\n}\n.i-Museum:before {\n\tcontent: "\\eae2";\n}\n.i-Mushroom:before {\n\tcontent: "\\eae3";\n}\n.i-Music-Note:before {\n\tcontent: "\\eae4";\n}\n.i-Music-Note2:before {\n\tcontent: "\\eae5";\n}\n.i-Music-Note3:before {\n\tcontent: "\\eae6";\n}\n.i-Music-Note4:before {\n\tcontent: "\\eae7";\n}\n.i-Music-Player:before {\n\tcontent: "\\eae8";\n}\n.i-Mustache-2:before {\n\tcontent: "\\eae9";\n}\n.i-Mustache-3:before {\n\tcontent: "\\eaea";\n}\n.i-Mustache-4:before {\n\tcontent: "\\eaeb";\n}\n.i-Mustache-5:before {\n\tcontent: "\\eaec";\n}\n.i-Mustache-6:before {\n\tcontent: "\\eaed";\n}\n.i-Mustache-7:before {\n\tcontent: "\\eaee";\n}\n.i-Mustache-8:before {\n\tcontent: "\\eaef";\n}\n.i-Mustache:before {\n\tcontent: "\\eaf0";\n}\n.i-Mute:before {\n\tcontent: "\\eaf1";\n}\n.i-Myspace:before {\n\tcontent: "\\eaf2";\n}\n.i-Navigat-Start:before {\n\tcontent: "\\eaf3";\n}\n.i-Navigate-End:before {\n\tcontent: "\\eaf4";\n}\n.i-Navigation-LeftWindow:before {\n\tcontent: "\\eaf5";\n}\n.i-Navigation-RightWindow:before {\n\tcontent: "\\eaf6";\n}\n.i-Nepal:before {\n\tcontent: "\\eaf7";\n}\n.i-Netscape:before {\n\tcontent: "\\eaf8";\n}\n.i-Network-Window:before {\n\tcontent: "\\eaf9";\n}\n.i-Network:before {\n\tcontent: "\\eafa";\n}\n.i-Neutron:before {\n\tcontent: "\\eafb";\n}\n.i-New-Mail:before {\n\tcontent: "\\eafc";\n}\n.i-New-Tab:before {\n\tcontent: "\\eafd";\n}\n.i-Newspaper-2:before {\n\tcontent: "\\eafe";\n}\n.i-Newspaper:before {\n\tcontent: "\\eaff";\n}\n.i-Newsvine:before {\n\tcontent: "\\eb00";\n}\n.i-Next2:before {\n\tcontent: "\\eb01";\n}\n.i-Next-3:before {\n\tcontent: "\\eb02";\n}\n.i-Next-Music:before {\n\tcontent: "\\eb03";\n}\n.i-Next:before {\n\tcontent: "\\eb04";\n}\n.i-No-Battery:before {\n\tcontent: "\\eb05";\n}\n.i-No-Drop:before {\n\tcontent: "\\eb06";\n}\n.i-No-Flash:before {\n\tcontent: "\\eb07";\n}\n.i-No-Smoking:before {\n\tcontent: "\\eb08";\n}\n.i-Noose:before {\n\tcontent: "\\eb09";\n}\n.i-Normal-Text:before {\n\tcontent: "\\eb0a";\n}\n.i-Note:before {\n\tcontent: "\\eb0b";\n}\n.i-Notepad-2:before {\n\tcontent: "\\eb0c";\n}\n.i-Notepad:before {\n\tcontent: "\\eb0d";\n}\n.i-Nuclear:before {\n\tcontent: "\\eb0e";\n}\n.i-Numbering-List:before {\n\tcontent: "\\eb0f";\n}\n.i-Nurse:before {\n\tcontent: "\\eb10";\n}\n.i-Office-Lamp:before {\n\tcontent: "\\eb11";\n}\n.i-Office:before {\n\tcontent: "\\eb12";\n}\n.i-Oil:before {\n\tcontent: "\\eb13";\n}\n.i-Old-Camera:before {\n\tcontent: "\\eb14";\n}\n.i-Old-Cassette:before {\n\tcontent: "\\eb15";\n}\n.i-Old-Clock:before {\n\tcontent: "\\eb16";\n}\n.i-Old-Radio:before {\n\tcontent: "\\eb17";\n}\n.i-Old-Sticky:before {\n\tcontent: "\\eb18";\n}\n.i-Old-Sticky2:before {\n\tcontent: "\\eb19";\n}\n.i-Old-Telephone:before {\n\tcontent: "\\eb1a";\n}\n.i-Old-TV:before {\n\tcontent: "\\eb1b";\n}\n.i-On-Air:before {\n\tcontent: "\\eb1c";\n}\n.i-On-Off-2:before {\n\tcontent: "\\eb1d";\n}\n.i-On-Off-3:before {\n\tcontent: "\\eb1e";\n}\n.i-On-off:before {\n\tcontent: "\\eb1f";\n}\n.i-One-Finger:before {\n\tcontent: "\\eb20";\n}\n.i-One-FingerTouch:before {\n\tcontent: "\\eb21";\n}\n.i-One-Window:before {\n\tcontent: "\\eb22";\n}\n.i-Open-Banana:before {\n\tcontent: "\\eb23";\n}\n.i-Open-Book:before {\n\tcontent: "\\eb24";\n}\n.i-Opera-House:before {\n\tcontent: "\\eb25";\n}\n.i-Opera:before {\n\tcontent: "\\eb26";\n}\n.i-Optimization:before {\n\tcontent: "\\eb27";\n}\n.i-Orientation-2:before {\n\tcontent: "\\eb28";\n}\n.i-Orientation-3:before {\n\tcontent: "\\eb29";\n}\n.i-Orientation:before {\n\tcontent: "\\eb2a";\n}\n.i-Orkut:before {\n\tcontent: "\\eb2b";\n}\n.i-Ornament:before {\n\tcontent: "\\eb2c";\n}\n.i-Over-Time:before {\n\tcontent: "\\eb2d";\n}\n.i-Over-Time2:before {\n\tcontent: "\\eb2e";\n}\n.i-Owl:before {\n\tcontent: "\\eb2f";\n}\n.i-Pac-Man:before {\n\tcontent: "\\eb30";\n}\n.i-Paint-Brush:before {\n\tcontent: "\\eb31";\n}\n.i-Paint-Bucket:before {\n\tcontent: "\\eb32";\n}\n.i-Paintbrush:before {\n\tcontent: "\\eb33";\n}\n.i-Palette:before {\n\tcontent: "\\eb34";\n}\n.i-Palm-Tree:before {\n\tcontent: "\\eb35";\n}\n.i-Panda:before {\n\tcontent: "\\eb36";\n}\n.i-Panorama:before {\n\tcontent: "\\eb37";\n}\n.i-Pantheon:before {\n\tcontent: "\\eb38";\n}\n.i-Pantone:before {\n\tcontent: "\\eb39";\n}\n.i-Pants:before {\n\tcontent: "\\eb3a";\n}\n.i-Paper-Plane:before {\n\tcontent: "\\eb3b";\n}\n.i-Paper:before {\n\tcontent: "\\eb3c";\n}\n.i-Parasailing:before {\n\tcontent: "\\eb3d";\n}\n.i-Parrot:before {\n\tcontent: "\\eb3e";\n}\n.i-Password-2shopping:before {\n\tcontent: "\\eb3f";\n}\n.i-Password-Field:before {\n\tcontent: "\\eb40";\n}\n.i-Password-shopping:before {\n\tcontent: "\\eb41";\n}\n.i-Password:before {\n\tcontent: "\\eb42";\n}\n.i-pause-2:before {\n\tcontent: "\\eb43";\n}\n.i-Pause:before {\n\tcontent: "\\eb44";\n}\n.i-Paw:before {\n\tcontent: "\\eb45";\n}\n.i-Pawn:before {\n\tcontent: "\\eb46";\n}\n.i-Paypal:before {\n\tcontent: "\\eb47";\n}\n.i-Pen-2:before {\n\tcontent: "\\eb48";\n}\n.i-Pen-3:before {\n\tcontent: "\\eb49";\n}\n.i-Pen-4:before {\n\tcontent: "\\eb4a";\n}\n.i-Pen-5:before {\n\tcontent: "\\eb4b";\n}\n.i-Pen-6:before {\n\tcontent: "\\eb4c";\n}\n.i-Pen:before {\n\tcontent: "\\eb4d";\n}\n.i-Pencil-Ruler:before {\n\tcontent: "\\eb4e";\n}\n.i-Pencil:before {\n\tcontent: "\\eb4f";\n}\n.i-Penguin:before {\n\tcontent: "\\eb50";\n}\n.i-Pentagon:before {\n\tcontent: "\\eb51";\n}\n.i-People-onCloud:before {\n\tcontent: "\\eb52";\n}\n.i-Pepper-withFire:before {\n\tcontent: "\\eb53";\n}\n.i-Pepper:before {\n\tcontent: "\\eb54";\n}\n.i-Petrol:before {\n\tcontent: "\\eb55";\n}\n.i-Petronas-Tower:before {\n\tcontent: "\\eb56";\n}\n.i-Philipines:before {\n\tcontent: "\\eb57";\n}\n.i-Phone-2:before {\n\tcontent: "\\eb58";\n}\n.i-Phone-3:before {\n\tcontent: "\\eb59";\n}\n.i-Phone-3G:before {\n\tcontent: "\\eb5a";\n}\n.i-Phone-4G:before {\n\tcontent: "\\eb5b";\n}\n.i-Phone-Simcard:before {\n\tcontent: "\\eb5c";\n}\n.i-Phone-SMS:before {\n\tcontent: "\\eb5d";\n}\n.i-Phone-Wifi:before {\n\tcontent: "\\eb5e";\n}\n.i-Phone:before {\n\tcontent: "\\eb5f";\n}\n.i-Photo-2:before {\n\tcontent: "\\eb60";\n}\n.i-Photo-3:before {\n\tcontent: "\\eb61";\n}\n.i-Photo-Album:before {\n\tcontent: "\\eb62";\n}\n.i-Photo-Album2:before {\n\tcontent: "\\eb63";\n}\n.i-Photo-Album3:before {\n\tcontent: "\\eb64";\n}\n.i-Photo:before {\n\tcontent: "\\eb65";\n}\n.i-Photos:before {\n\tcontent: "\\eb66";\n}\n.i-Physics:before {\n\tcontent: "\\eb67";\n}\n.i-Pi:before {\n\tcontent: "\\eb68";\n}\n.i-Piano:before {\n\tcontent: "\\eb69";\n}\n.i-Picasa:before {\n\tcontent: "\\eb6a";\n}\n.i-Pie-Chart:before {\n\tcontent: "\\eb6b";\n}\n.i-Pie-Chart2:before {\n\tcontent: "\\eb6c";\n}\n.i-Pie-Chart3:before {\n\tcontent: "\\eb6d";\n}\n.i-Pilates-2:before {\n\tcontent: "\\eb6e";\n}\n.i-Pilates-3:before {\n\tcontent: "\\eb6f";\n}\n.i-Pilates:before {\n\tcontent: "\\eb70";\n}\n.i-Pilot:before {\n\tcontent: "\\eb71";\n}\n.i-Pinch:before {\n\tcontent: "\\eb72";\n}\n.i-Ping-Pong:before {\n\tcontent: "\\eb73";\n}\n.i-Pinterest:before {\n\tcontent: "\\eb74";\n}\n.i-Pipe:before {\n\tcontent: "\\eb75";\n}\n.i-Pipette:before {\n\tcontent: "\\eb76";\n}\n.i-Piramids:before {\n\tcontent: "\\eb77";\n}\n.i-Pisces-2:before {\n\tcontent: "\\eb78";\n}\n.i-Pisces:before {\n\tcontent: "\\eb79";\n}\n.i-Pizza-Slice:before {\n\tcontent: "\\eb7a";\n}\n.i-Pizza:before {\n\tcontent: "\\eb7b";\n}\n.i-Plane-2:before {\n\tcontent: "\\eb7c";\n}\n.i-Plane:before {\n\tcontent: "\\eb7d";\n}\n.i-Plant:before {\n\tcontent: "\\eb7e";\n}\n.i-Plasmid:before {\n\tcontent: "\\eb7f";\n}\n.i-Plaster:before {\n\tcontent: "\\eb80";\n}\n.i-Plastic-CupPhone:before {\n\tcontent: "\\eb81";\n}\n.i-Plastic-CupPhone2:before {\n\tcontent: "\\eb82";\n}\n.i-Plate:before {\n\tcontent: "\\eb83";\n}\n.i-Plates:before {\n\tcontent: "\\eb84";\n}\n.i-Plaxo:before {\n\tcontent: "\\eb85";\n}\n.i-Play-Music:before {\n\tcontent: "\\eb86";\n}\n.i-Plug-In:before {\n\tcontent: "\\eb87";\n}\n.i-Plug-In2:before {\n\tcontent: "\\eb88";\n}\n.i-Plurk:before {\n\tcontent: "\\eb89";\n}\n.i-Pointer:before {\n\tcontent: "\\eb8a";\n}\n.i-Poland:before {\n\tcontent: "\\eb8b";\n}\n.i-Police-Man:before {\n\tcontent: "\\eb8c";\n}\n.i-Police-Station:before {\n\tcontent: "\\eb8d";\n}\n.i-Police-Woman:before {\n\tcontent: "\\eb8e";\n}\n.i-Police:before {\n\tcontent: "\\eb8f";\n}\n.i-Polo-Shirt:before {\n\tcontent: "\\eb90";\n}\n.i-Portrait:before {\n\tcontent: "\\eb91";\n}\n.i-Portugal:before {\n\tcontent: "\\eb92";\n}\n.i-Post-Mail:before {\n\tcontent: "\\eb93";\n}\n.i-Post-Mail2:before {\n\tcontent: "\\eb94";\n}\n.i-Post-Office:before {\n\tcontent: "\\eb95";\n}\n.i-Post-Sign:before {\n\tcontent: "\\eb96";\n}\n.i-Post-Sign2ways:before {\n\tcontent: "\\eb97";\n}\n.i-Posterous:before {\n\tcontent: "\\eb98";\n}\n.i-Pound-Sign:before {\n\tcontent: "\\eb99";\n}\n.i-Pound-Sign2:before {\n\tcontent: "\\eb9a";\n}\n.i-Pound:before {\n\tcontent: "\\eb9b";\n}\n.i-Power-2:before {\n\tcontent: "\\eb9c";\n}\n.i-Power-3:before {\n\tcontent: "\\eb9d";\n}\n.i-Power-Cable:before {\n\tcontent: "\\eb9e";\n}\n.i-Power-Station:before {\n\tcontent: "\\eb9f";\n}\n.i-Power:before {\n\tcontent: "\\eba0";\n}\n.i-Prater:before {\n\tcontent: "\\eba1";\n}\n.i-Present:before {\n\tcontent: "\\eba2";\n}\n.i-Presents:before {\n\tcontent: "\\eba3";\n}\n.i-Press:before {\n\tcontent: "\\eba4";\n}\n.i-Preview:before {\n\tcontent: "\\eba5";\n}\n.i-Previous:before {\n\tcontent: "\\eba6";\n}\n.i-Pricing:before {\n\tcontent: "\\eba7";\n}\n.i-Printer:before {\n\tcontent: "\\eba8";\n}\n.i-Professor:before {\n\tcontent: "\\eba9";\n}\n.i-Profile:before {\n\tcontent: "\\ebaa";\n}\n.i-Project:before {\n\tcontent: "\\ebab";\n}\n.i-Projector-2:before {\n\tcontent: "\\ebac";\n}\n.i-Projector:before {\n\tcontent: "\\ebad";\n}\n.i-Pulse:before {\n\tcontent: "\\ebae";\n}\n.i-Pumpkin:before {\n\tcontent: "\\ebaf";\n}\n.i-Punk:before {\n\tcontent: "\\ebb0";\n}\n.i-Punker:before {\n\tcontent: "\\ebb1";\n}\n.i-Puzzle:before {\n\tcontent: "\\ebb2";\n}\n.i-QIK:before {\n\tcontent: "\\ebb3";\n}\n.i-QR-Code:before {\n\tcontent: "\\ebb4";\n}\n.i-Queen-2:before {\n\tcontent: "\\ebb5";\n}\n.i-Queen:before {\n\tcontent: "\\ebb6";\n}\n.i-Quill-2:before {\n\tcontent: "\\ebb7";\n}\n.i-Quill-3:before {\n\tcontent: "\\ebb8";\n}\n.i-Quill:before {\n\tcontent: "\\ebb9";\n}\n.i-Quotes-2:before {\n\tcontent: "\\ebba";\n}\n.i-Quotes:before {\n\tcontent: "\\ebbb";\n}\n.i-Radio:before {\n\tcontent: "\\ebbc";\n}\n.i-Radioactive:before {\n\tcontent: "\\ebbd";\n}\n.i-Rafting:before {\n\tcontent: "\\ebbe";\n}\n.i-Rain-Drop:before {\n\tcontent: "\\ebbf";\n}\n.i-Rainbow-2:before {\n\tcontent: "\\ebc0";\n}\n.i-Rainbow:before {\n\tcontent: "\\ebc1";\n}\n.i-Ram:before {\n\tcontent: "\\ebc2";\n}\n.i-Razzor-Blade:before {\n\tcontent: "\\ebc3";\n}\n.i-Receipt-2:before {\n\tcontent: "\\ebc4";\n}\n.i-Receipt-3:before {\n\tcontent: "\\ebc5";\n}\n.i-Receipt-4:before {\n\tcontent: "\\ebc6";\n}\n.i-Receipt:before {\n\tcontent: "\\ebc7";\n}\n.i-Record2:before {\n\tcontent: "\\ebc8";\n}\n.i-Record-3:before {\n\tcontent: "\\ebc9";\n}\n.i-Record-Music:before {\n\tcontent: "\\ebca";\n}\n.i-Record:before {\n\tcontent: "\\ebcb";\n}\n.i-Recycling-2:before {\n\tcontent: "\\ebcc";\n}\n.i-Recycling:before {\n\tcontent: "\\ebcd";\n}\n.i-Reddit:before {\n\tcontent: "\\ebce";\n}\n.i-Redhat:before {\n\tcontent: "\\ebcf";\n}\n.i-Redirect:before {\n\tcontent: "\\ebd0";\n}\n.i-Redo:before {\n\tcontent: "\\ebd1";\n}\n.i-Reel:before {\n\tcontent: "\\ebd2";\n}\n.i-Refinery:before {\n\tcontent: "\\ebd3";\n}\n.i-Refresh-Window:before {\n\tcontent: "\\ebd4";\n}\n.i-Refresh:before {\n\tcontent: "\\ebd5";\n}\n.i-Reload-2:before {\n\tcontent: "\\ebd6";\n}\n.i-Reload-3:before {\n\tcontent: "\\ebd7";\n}\n.i-Reload:before {\n\tcontent: "\\ebd8";\n}\n.i-Remote-Controll:before {\n\tcontent: "\\ebd9";\n}\n.i-Remote-Controll2:before {\n\tcontent: "\\ebda";\n}\n.i-Remove-Bag:before {\n\tcontent: "\\ebdb";\n}\n.i-Remove-Basket:before {\n\tcontent: "\\ebdc";\n}\n.i-Remove-Cart:before {\n\tcontent: "\\ebdd";\n}\n.i-Remove-File:before {\n\tcontent: "\\ebde";\n}\n.i-Remove-User:before {\n\tcontent: "\\ebdf";\n}\n.i-Remove-Window:before {\n\tcontent: "\\ebe0";\n}\n.i-Remove:before {\n\tcontent: "\\ebe1";\n}\n.i-Rename:before {\n\tcontent: "\\ebe2";\n}\n.i-Repair:before {\n\tcontent: "\\ebe3";\n}\n.i-Repeat-2:before {\n\tcontent: "\\ebe4";\n}\n.i-Repeat-3:before {\n\tcontent: "\\ebe5";\n}\n.i-Repeat-4:before {\n\tcontent: "\\ebe6";\n}\n.i-Repeat-5:before {\n\tcontent: "\\ebe7";\n}\n.i-Repeat-6:before {\n\tcontent: "\\ebe8";\n}\n.i-Repeat-7:before {\n\tcontent: "\\ebe9";\n}\n.i-Repeat:before {\n\tcontent: "\\ebea";\n}\n.i-Reset:before {\n\tcontent: "\\ebeb";\n}\n.i-Resize:before {\n\tcontent: "\\ebec";\n}\n.i-Restore-Window:before {\n\tcontent: "\\ebed";\n}\n.i-Retouching:before {\n\tcontent: "\\ebee";\n}\n.i-Retro-Camera:before {\n\tcontent: "\\ebef";\n}\n.i-Retro:before {\n\tcontent: "\\ebf0";\n}\n.i-Retweet:before {\n\tcontent: "\\ebf1";\n}\n.i-Reverbnation:before {\n\tcontent: "\\ebf2";\n}\n.i-Rewind:before {\n\tcontent: "\\ebf3";\n}\n.i-RGB:before {\n\tcontent: "\\ebf4";\n}\n.i-Ribbon-2:before {\n\tcontent: "\\ebf5";\n}\n.i-Ribbon-3:before {\n\tcontent: "\\ebf6";\n}\n.i-Ribbon:before {\n\tcontent: "\\ebf7";\n}\n.i-Right-2:before {\n\tcontent: "\\ebf8";\n}\n.i-Right-3:before {\n\tcontent: "\\ebf9";\n}\n.i-Right-4:before {\n\tcontent: "\\ebfa";\n}\n.i-Right-ToLeft:before {\n\tcontent: "\\ebfb";\n}\n.i-Right:before {\n\tcontent: "\\ebfc";\n}\n.i-Road-2:before {\n\tcontent: "\\ebfd";\n}\n.i-Road-3:before {\n\tcontent: "\\ebfe";\n}\n.i-Road:before {\n\tcontent: "\\ebff";\n}\n.i-Robot-2:before {\n\tcontent: "\\ec00";\n}\n.i-Robot:before {\n\tcontent: "\\ec01";\n}\n.i-Rock-andRoll:before {\n\tcontent: "\\ec02";\n}\n.i-Rocket:before {\n\tcontent: "\\ec03";\n}\n.i-Roller:before {\n\tcontent: "\\ec04";\n}\n.i-Roof:before {\n\tcontent: "\\ec05";\n}\n.i-Rook:before {\n\tcontent: "\\ec06";\n}\n.i-Rotate-Gesture:before {\n\tcontent: "\\ec07";\n}\n.i-Rotate-Gesture2:before {\n\tcontent: "\\ec08";\n}\n.i-Rotate-Gesture3:before {\n\tcontent: "\\ec09";\n}\n.i-Rotation-390:before {\n\tcontent: "\\ec0a";\n}\n.i-Rotation:before {\n\tcontent: "\\ec0b";\n}\n.i-Router-2:before {\n\tcontent: "\\ec0c";\n}\n.i-Router:before {\n\tcontent: "\\ec0d";\n}\n.i-RSS:before {\n\tcontent: "\\ec0e";\n}\n.i-Ruler-2:before {\n\tcontent: "\\ec0f";\n}\n.i-Ruler:before {\n\tcontent: "\\ec10";\n}\n.i-Running-Shoes:before {\n\tcontent: "\\ec11";\n}\n.i-Running:before {\n\tcontent: "\\ec12";\n}\n.i-Safari:before {\n\tcontent: "\\ec13";\n}\n.i-Safe-Box:before {\n\tcontent: "\\ec14";\n}\n.i-Safe-Box2:before {\n\tcontent: "\\ec15";\n}\n.i-Safety-PinClose:before {\n\tcontent: "\\ec16";\n}\n.i-Safety-PinOpen:before {\n\tcontent: "\\ec17";\n}\n.i-Sagittarus-2:before {\n\tcontent: "\\ec18";\n}\n.i-Sagittarus:before {\n\tcontent: "\\ec19";\n}\n.i-Sailing-Ship:before {\n\tcontent: "\\ec1a";\n}\n.i-Sand-watch:before {\n\tcontent: "\\ec1b";\n}\n.i-Sand-watch2:before {\n\tcontent: "\\ec1c";\n}\n.i-Santa-Claus:before {\n\tcontent: "\\ec1d";\n}\n.i-Santa-Claus2:before {\n\tcontent: "\\ec1e";\n}\n.i-Santa-onSled:before {\n\tcontent: "\\ec1f";\n}\n.i-Satelite-2:before {\n\tcontent: "\\ec20";\n}\n.i-Satelite:before {\n\tcontent: "\\ec21";\n}\n.i-Save-Window:before {\n\tcontent: "\\ec22";\n}\n.i-Save:before {\n\tcontent: "\\ec23";\n}\n.i-Saw:before {\n\tcontent: "\\ec24";\n}\n.i-Saxophone:before {\n\tcontent: "\\ec25";\n}\n.i-Scale:before {\n\tcontent: "\\ec26";\n}\n.i-Scarf:before {\n\tcontent: "\\ec27";\n}\n.i-Scissor:before {\n\tcontent: "\\ec28";\n}\n.i-Scooter-Front:before {\n\tcontent: "\\ec29";\n}\n.i-Scooter:before {\n\tcontent: "\\ec2a";\n}\n.i-Scorpio-2:before {\n\tcontent: "\\ec2b";\n}\n.i-Scorpio:before {\n\tcontent: "\\ec2c";\n}\n.i-Scotland:before {\n\tcontent: "\\ec2d";\n}\n.i-Screwdriver:before {\n\tcontent: "\\ec2e";\n}\n.i-Scroll-Fast:before {\n\tcontent: "\\ec2f";\n}\n.i-Scroll:before {\n\tcontent: "\\ec30";\n}\n.i-Scroller-2:before {\n\tcontent: "\\ec31";\n}\n.i-Scroller:before {\n\tcontent: "\\ec32";\n}\n.i-Sea-Dog:before {\n\tcontent: "\\ec33";\n}\n.i-Search-onCloud:before {\n\tcontent: "\\ec34";\n}\n.i-Search-People:before {\n\tcontent: "\\ec35";\n}\n.i-secound:before {\n\tcontent: "\\ec36";\n}\n.i-secound2:before {\n\tcontent: "\\ec37";\n}\n.i-Security-Block:before {\n\tcontent: "\\ec38";\n}\n.i-Security-Bug:before {\n\tcontent: "\\ec39";\n}\n.i-Security-Camera:before {\n\tcontent: "\\ec3a";\n}\n.i-Security-Check:before {\n\tcontent: "\\ec3b";\n}\n.i-Security-Settings:before {\n\tcontent: "\\ec3c";\n}\n.i-Security-Smiley:before {\n\tcontent: "\\ec3d";\n}\n.i-Securiy-Remove:before {\n\tcontent: "\\ec3e";\n}\n.i-Seed:before {\n\tcontent: "\\ec3f";\n}\n.i-Selfie:before {\n\tcontent: "\\ec40";\n}\n.i-Serbia:before {\n\tcontent: "\\ec41";\n}\n.i-Server-2:before {\n\tcontent: "\\ec42";\n}\n.i-Server:before {\n\tcontent: "\\ec43";\n}\n.i-Servers:before {\n\tcontent: "\\ec44";\n}\n.i-Settings-Window:before {\n\tcontent: "\\ec45";\n}\n.i-Sewing-Machine:before {\n\tcontent: "\\ec46";\n}\n.i-Sexual:before {\n\tcontent: "\\ec47";\n}\n.i-Share-onCloud:before {\n\tcontent: "\\ec48";\n}\n.i-Share-Window:before {\n\tcontent: "\\ec49";\n}\n.i-Share:before {\n\tcontent: "\\ec4a";\n}\n.i-Sharethis:before {\n\tcontent: "\\ec4b";\n}\n.i-Shark:before {\n\tcontent: "\\ec4c";\n}\n.i-Sheep:before {\n\tcontent: "\\ec4d";\n}\n.i-Sheriff-Badge:before {\n\tcontent: "\\ec4e";\n}\n.i-Shield:before {\n\tcontent: "\\ec4f";\n}\n.i-Ship-2:before {\n\tcontent: "\\ec50";\n}\n.i-Ship:before {\n\tcontent: "\\ec51";\n}\n.i-Shirt:before {\n\tcontent: "\\ec52";\n}\n.i-Shoes-2:before {\n\tcontent: "\\ec53";\n}\n.i-Shoes-3:before {\n\tcontent: "\\ec54";\n}\n.i-Shoes:before {\n\tcontent: "\\ec55";\n}\n.i-Shop-2:before {\n\tcontent: "\\ec56";\n}\n.i-Shop-3:before {\n\tcontent: "\\ec57";\n}\n.i-Shop-4:before {\n\tcontent: "\\ec58";\n}\n.i-Shop:before {\n\tcontent: "\\ec59";\n}\n.i-Shopping-Bag:before {\n\tcontent: "\\ec5a";\n}\n.i-Shopping-Basket:before {\n\tcontent: "\\ec5b";\n}\n.i-Shopping-Cart:before {\n\tcontent: "\\ec5c";\n}\n.i-Short-Pants:before {\n\tcontent: "\\ec5d";\n}\n.i-Shoutwire:before {\n\tcontent: "\\ec5e";\n}\n.i-Shovel:before {\n\tcontent: "\\ec5f";\n}\n.i-Shuffle-2:before {\n\tcontent: "\\ec60";\n}\n.i-Shuffle-3:before {\n\tcontent: "\\ec61";\n}\n.i-Shuffle-4:before {\n\tcontent: "\\ec62";\n}\n.i-Shuffle:before {\n\tcontent: "\\ec63";\n}\n.i-Shutter:before {\n\tcontent: "\\ec64";\n}\n.i-Sidebar-Window:before {\n\tcontent: "\\ec65";\n}\n.i-Signal:before {\n\tcontent: "\\ec66";\n}\n.i-Singapore:before {\n\tcontent: "\\ec67";\n}\n.i-Skate-Shoes:before {\n\tcontent: "\\ec68";\n}\n.i-Skateboard-2:before {\n\tcontent: "\\ec69";\n}\n.i-Skateboard:before {\n\tcontent: "\\ec6a";\n}\n.i-Skeleton:before {\n\tcontent: "\\ec6b";\n}\n.i-Ski:before {\n\tcontent: "\\ec6c";\n}\n.i-Skirt:before {\n\tcontent: "\\ec6d";\n}\n.i-Skrill:before {\n\tcontent: "\\ec6e";\n}\n.i-Skull:before {\n\tcontent: "\\ec6f";\n}\n.i-Skydiving:before {\n\tcontent: "\\ec70";\n}\n.i-Skype:before {\n\tcontent: "\\ec71";\n}\n.i-Sled-withGifts:before {\n\tcontent: "\\ec72";\n}\n.i-Sled:before {\n\tcontent: "\\ec73";\n}\n.i-Sleeping:before {\n\tcontent: "\\ec74";\n}\n.i-Sleet:before {\n\tcontent: "\\ec75";\n}\n.i-Slippers:before {\n\tcontent: "\\ec76";\n}\n.i-Smart:before {\n\tcontent: "\\ec77";\n}\n.i-Smartphone-2:before {\n\tcontent: "\\ec78";\n}\n.i-Smartphone-3:before {\n\tcontent: "\\ec79";\n}\n.i-Smartphone-4:before {\n\tcontent: "\\ec7a";\n}\n.i-Smartphone-Secure:before {\n\tcontent: "\\ec7b";\n}\n.i-Smartphone:before {\n\tcontent: "\\ec7c";\n}\n.i-Smile:before {\n\tcontent: "\\ec7d";\n}\n.i-Smoking-Area:before {\n\tcontent: "\\ec7e";\n}\n.i-Smoking-Pipe:before {\n\tcontent: "\\ec7f";\n}\n.i-Snake:before {\n\tcontent: "\\ec80";\n}\n.i-Snorkel:before {\n\tcontent: "\\ec81";\n}\n.i-Snow-2:before {\n\tcontent: "\\ec82";\n}\n.i-Snow-Dome:before {\n\tcontent: "\\ec83";\n}\n.i-Snow-Storm:before {\n\tcontent: "\\ec84";\n}\n.i-Snow:before {\n\tcontent: "\\ec85";\n}\n.i-Snowflake-2:before {\n\tcontent: "\\ec86";\n}\n.i-Snowflake-3:before {\n\tcontent: "\\ec87";\n}\n.i-Snowflake-4:before {\n\tcontent: "\\ec88";\n}\n.i-Snowflake:before {\n\tcontent: "\\ec89";\n}\n.i-Snowman:before {\n\tcontent: "\\ec8a";\n}\n.i-Soccer-Ball:before {\n\tcontent: "\\ec8b";\n}\n.i-Soccer-Shoes:before {\n\tcontent: "\\ec8c";\n}\n.i-Socks:before {\n\tcontent: "\\ec8d";\n}\n.i-Solar:before {\n\tcontent: "\\ec8e";\n}\n.i-Sound-Wave:before {\n\tcontent: "\\ec8f";\n}\n.i-Sound:before {\n\tcontent: "\\ec90";\n}\n.i-Soundcloud:before {\n\tcontent: "\\ec91";\n}\n.i-Soup:before {\n\tcontent: "\\ec92";\n}\n.i-South-Africa:before {\n\tcontent: "\\ec93";\n}\n.i-Space-Needle:before {\n\tcontent: "\\ec94";\n}\n.i-Spain:before {\n\tcontent: "\\ec95";\n}\n.i-Spam-Mail:before {\n\tcontent: "\\ec96";\n}\n.i-Speach-Bubble:before {\n\tcontent: "\\ec97";\n}\n.i-Speach-Bubble2:before {\n\tcontent: "\\ec98";\n}\n.i-Speach-Bubble3:before {\n\tcontent: "\\ec99";\n}\n.i-Speach-Bubble4:before {\n\tcontent: "\\ec9a";\n}\n.i-Speach-Bubble5:before {\n\tcontent: "\\ec9b";\n}\n.i-Speach-Bubble6:before {\n\tcontent: "\\ec9c";\n}\n.i-Speach-Bubble7:before {\n\tcontent: "\\ec9d";\n}\n.i-Speach-Bubble8:before {\n\tcontent: "\\ec9e";\n}\n.i-Speach-Bubble9:before {\n\tcontent: "\\ec9f";\n}\n.i-Speach-Bubble10:before {\n\tcontent: "\\eca0";\n}\n.i-Speach-Bubble11:before {\n\tcontent: "\\eca1";\n}\n.i-Speach-Bubble12:before {\n\tcontent: "\\eca2";\n}\n.i-Speach-Bubble13:before {\n\tcontent: "\\eca3";\n}\n.i-Speach-BubbleAsking:before {\n\tcontent: "\\eca4";\n}\n.i-Speach-BubbleComic:before {\n\tcontent: "\\eca5";\n}\n.i-Speach-BubbleComic2:before {\n\tcontent: "\\eca6";\n}\n.i-Speach-BubbleComic3:before {\n\tcontent: "\\eca7";\n}\n.i-Speach-BubbleComic4:before {\n\tcontent: "\\eca8";\n}\n.i-Speach-BubbleDialog:before {\n\tcontent: "\\eca9";\n}\n.i-Speach-Bubbles:before {\n\tcontent: "\\ecaa";\n}\n.i-Speak-2:before {\n\tcontent: "\\ecab";\n}\n.i-Speak:before {\n\tcontent: "\\ecac";\n}\n.i-Speaker-2:before {\n\tcontent: "\\ecad";\n}\n.i-Speaker:before {\n\tcontent: "\\ecae";\n}\n.i-Spell-Check:before {\n\tcontent: "\\ecaf";\n}\n.i-Spell-CheckABC:before {\n\tcontent: "\\ecb0";\n}\n.i-Spermium:before {\n\tcontent: "\\ecb1";\n}\n.i-Spider:before {\n\tcontent: "\\ecb2";\n}\n.i-Spiderweb:before {\n\tcontent: "\\ecb3";\n}\n.i-Split-FourSquareWindow:before {\n\tcontent: "\\ecb4";\n}\n.i-Split-Horizontal:before {\n\tcontent: "\\ecb5";\n}\n.i-Split-Horizontal2Window:before {\n\tcontent: "\\ecb6";\n}\n.i-Split-Vertical:before {\n\tcontent: "\\ecb7";\n}\n.i-Split-Vertical2:before {\n\tcontent: "\\ecb8";\n}\n.i-Split-Window:before {\n\tcontent: "\\ecb9";\n}\n.i-Spoder:before {\n\tcontent: "\\ecba";\n}\n.i-Spoon:before {\n\tcontent: "\\ecbb";\n}\n.i-Sport-Mode:before {\n\tcontent: "\\ecbc";\n}\n.i-Sports-Clothings1:before {\n\tcontent: "\\ecbd";\n}\n.i-Sports-Clothings2:before {\n\tcontent: "\\ecbe";\n}\n.i-Sports-Shirt:before {\n\tcontent: "\\ecbf";\n}\n.i-Spot:before {\n\tcontent: "\\ecc0";\n}\n.i-Spray:before {\n\tcontent: "\\ecc1";\n}\n.i-Spread:before {\n\tcontent: "\\ecc2";\n}\n.i-Spring:before {\n\tcontent: "\\ecc3";\n}\n.i-Spurl:before {\n\tcontent: "\\ecc4";\n}\n.i-Spy:before {\n\tcontent: "\\ecc5";\n}\n.i-Squirrel:before {\n\tcontent: "\\ecc6";\n}\n.i-SSL:before {\n\tcontent: "\\ecc7";\n}\n.i-St-BasilsCathedral:before {\n\tcontent: "\\ecc8";\n}\n.i-St-PaulsCathedral:before {\n\tcontent: "\\ecc9";\n}\n.i-Stamp-2:before {\n\tcontent: "\\ecca";\n}\n.i-Stamp:before {\n\tcontent: "\\eccb";\n}\n.i-Stapler:before {\n\tcontent: "\\eccc";\n}\n.i-Star-Track:before {\n\tcontent: "\\eccd";\n}\n.i-Star:before {\n\tcontent: "\\ecce";\n}\n.i-Starfish:before {\n\tcontent: "\\eccf";\n}\n.i-Start2:before {\n\tcontent: "\\ecd0";\n}\n.i-Start-3:before {\n\tcontent: "\\ecd1";\n}\n.i-Start-ways:before {\n\tcontent: "\\ecd2";\n}\n.i-Start:before {\n\tcontent: "\\ecd3";\n}\n.i-Statistic:before {\n\tcontent: "\\ecd4";\n}\n.i-Stethoscope:before {\n\tcontent: "\\ecd5";\n}\n.i-stop--2:before {\n\tcontent: "\\ecd6";\n}\n.i-Stop-Music:before {\n\tcontent: "\\ecd7";\n}\n.i-Stop:before {\n\tcontent: "\\ecd8";\n}\n.i-Stopwatch-2:before {\n\tcontent: "\\ecd9";\n}\n.i-Stopwatch:before {\n\tcontent: "\\ecda";\n}\n.i-Storm:before {\n\tcontent: "\\ecdb";\n}\n.i-Street-View:before {\n\tcontent: "\\ecdc";\n}\n.i-Street-View2:before {\n\tcontent: "\\ecdd";\n}\n.i-Strikethrough-Text:before {\n\tcontent: "\\ecde";\n}\n.i-Stroller:before {\n\tcontent: "\\ecdf";\n}\n.i-Structure:before {\n\tcontent: "\\ece0";\n}\n.i-Student-Female:before {\n\tcontent: "\\ece1";\n}\n.i-Student-Hat:before {\n\tcontent: "\\ece2";\n}\n.i-Student-Hat2:before {\n\tcontent: "\\ece3";\n}\n.i-Student-Male:before {\n\tcontent: "\\ece4";\n}\n.i-Student-MaleFemale:before {\n\tcontent: "\\ece5";\n}\n.i-Students:before {\n\tcontent: "\\ece6";\n}\n.i-Studio-Flash:before {\n\tcontent: "\\ece7";\n}\n.i-Studio-Lightbox:before {\n\tcontent: "\\ece8";\n}\n.i-Stumbleupon:before {\n\tcontent: "\\ece9";\n}\n.i-Suit:before {\n\tcontent: "\\ecea";\n}\n.i-Suitcase:before {\n\tcontent: "\\eceb";\n}\n.i-Sum-2:before {\n\tcontent: "\\ecec";\n}\n.i-Sum:before {\n\tcontent: "\\eced";\n}\n.i-Summer:before {\n\tcontent: "\\ecee";\n}\n.i-Sun-CloudyRain:before {\n\tcontent: "\\ecef";\n}\n.i-Sun:before {\n\tcontent: "\\ecf0";\n}\n.i-Sunglasses-2:before {\n\tcontent: "\\ecf1";\n}\n.i-Sunglasses-3:before {\n\tcontent: "\\ecf2";\n}\n.i-Sunglasses-Smiley:before {\n\tcontent: "\\ecf3";\n}\n.i-Sunglasses-Smiley2:before {\n\tcontent: "\\ecf4";\n}\n.i-Sunglasses-W:before {\n\tcontent: "\\ecf5";\n}\n.i-Sunglasses-W2:before {\n\tcontent: "\\ecf6";\n}\n.i-Sunglasses-W3:before {\n\tcontent: "\\ecf7";\n}\n.i-Sunglasses:before {\n\tcontent: "\\ecf8";\n}\n.i-Sunrise:before {\n\tcontent: "\\ecf9";\n}\n.i-Sunset:before {\n\tcontent: "\\ecfa";\n}\n.i-Superman:before {\n\tcontent: "\\ecfb";\n}\n.i-Support:before {\n\tcontent: "\\ecfc";\n}\n.i-Surprise:before {\n\tcontent: "\\ecfd";\n}\n.i-Sushi:before {\n\tcontent: "\\ecfe";\n}\n.i-Sweden:before {\n\tcontent: "\\ecff";\n}\n.i-Swimming-Short:before {\n\tcontent: "\\ed00";\n}\n.i-Swimming:before {\n\tcontent: "\\ed01";\n}\n.i-Swimmwear:before {\n\tcontent: "\\ed02";\n}\n.i-Switch:before {\n\tcontent: "\\ed03";\n}\n.i-Switzerland:before {\n\tcontent: "\\ed04";\n}\n.i-Sync-Cloud:before {\n\tcontent: "\\ed05";\n}\n.i-Sync:before {\n\tcontent: "\\ed06";\n}\n.i-Synchronize-2:before {\n\tcontent: "\\ed07";\n}\n.i-Synchronize:before {\n\tcontent: "\\ed08";\n}\n.i-T-Shirt:before {\n\tcontent: "\\ed09";\n}\n.i-Tablet-2:before {\n\tcontent: "\\ed0a";\n}\n.i-Tablet-3:before {\n\tcontent: "\\ed0b";\n}\n.i-Tablet-Orientation:before {\n\tcontent: "\\ed0c";\n}\n.i-Tablet-Phone:before {\n\tcontent: "\\ed0d";\n}\n.i-Tablet-Secure:before {\n\tcontent: "\\ed0e";\n}\n.i-Tablet-Vertical:before {\n\tcontent: "\\ed0f";\n}\n.i-Tablet:before {\n\tcontent: "\\ed10";\n}\n.i-Tactic:before {\n\tcontent: "\\ed11";\n}\n.i-Tag-2:before {\n\tcontent: "\\ed12";\n}\n.i-Tag-3:before {\n\tcontent: "\\ed13";\n}\n.i-Tag-4:before {\n\tcontent: "\\ed14";\n}\n.i-Tag-5:before {\n\tcontent: "\\ed15";\n}\n.i-Tag:before {\n\tcontent: "\\ed16";\n}\n.i-Taj-Mahal:before {\n\tcontent: "\\ed17";\n}\n.i-Talk-Man:before {\n\tcontent: "\\ed18";\n}\n.i-Tap:before {\n\tcontent: "\\ed19";\n}\n.i-Target-Market:before {\n\tcontent: "\\ed1a";\n}\n.i-Target:before {\n\tcontent: "\\ed1b";\n}\n.i-Taurus-2:before {\n\tcontent: "\\ed1c";\n}\n.i-Taurus:before {\n\tcontent: "\\ed1d";\n}\n.i-Taxi-2:before {\n\tcontent: "\\ed1e";\n}\n.i-Taxi-Sign:before {\n\tcontent: "\\ed1f";\n}\n.i-Taxi:before {\n\tcontent: "\\ed20";\n}\n.i-Teacher:before {\n\tcontent: "\\ed21";\n}\n.i-Teapot:before {\n\tcontent: "\\ed22";\n}\n.i-Technorati:before {\n\tcontent: "\\ed23";\n}\n.i-Teddy-Bear:before {\n\tcontent: "\\ed24";\n}\n.i-Tee-Mug:before {\n\tcontent: "\\ed25";\n}\n.i-Telephone-2:before {\n\tcontent: "\\ed26";\n}\n.i-Telephone:before {\n\tcontent: "\\ed27";\n}\n.i-Telescope:before {\n\tcontent: "\\ed28";\n}\n.i-Temperature-2:before {\n\tcontent: "\\ed29";\n}\n.i-Temperature-3:before {\n\tcontent: "\\ed2a";\n}\n.i-Temperature:before {\n\tcontent: "\\ed2b";\n}\n.i-Temple:before {\n\tcontent: "\\ed2c";\n}\n.i-Tennis-Ball:before {\n\tcontent: "\\ed2d";\n}\n.i-Tennis:before {\n\tcontent: "\\ed2e";\n}\n.i-Tent:before {\n\tcontent: "\\ed2f";\n}\n.i-Test-Tube:before {\n\tcontent: "\\ed30";\n}\n.i-Test-Tube2:before {\n\tcontent: "\\ed31";\n}\n.i-Testimonal:before {\n\tcontent: "\\ed32";\n}\n.i-Text-Box:before {\n\tcontent: "\\ed33";\n}\n.i-Text-Effect:before {\n\tcontent: "\\ed34";\n}\n.i-Text-HighlightColor:before {\n\tcontent: "\\ed35";\n}\n.i-Text-Paragraph:before {\n\tcontent: "\\ed36";\n}\n.i-Thailand:before {\n\tcontent: "\\ed37";\n}\n.i-The-WhiteHouse:before {\n\tcontent: "\\ed38";\n}\n.i-This-SideUp:before {\n\tcontent: "\\ed39";\n}\n.i-Thread:before {\n\tcontent: "\\ed3a";\n}\n.i-Three-ArrowFork:before {\n\tcontent: "\\ed3b";\n}\n.i-Three-Fingers:before {\n\tcontent: "\\ed3c";\n}\n.i-Three-FingersDrag:before {\n\tcontent: "\\ed3d";\n}\n.i-Three-FingersDrag2:before {\n\tcontent: "\\ed3e";\n}\n.i-Three-FingersTouch:before {\n\tcontent: "\\ed3f";\n}\n.i-Thumb:before {\n\tcontent: "\\ed40";\n}\n.i-Thumbs-DownSmiley:before {\n\tcontent: "\\ed41";\n}\n.i-Thumbs-UpSmiley:before {\n\tcontent: "\\ed42";\n}\n.i-Thunder:before {\n\tcontent: "\\ed43";\n}\n.i-Thunderstorm:before {\n\tcontent: "\\ed44";\n}\n.i-Ticket:before {\n\tcontent: "\\ed45";\n}\n.i-Tie-2:before {\n\tcontent: "\\ed46";\n}\n.i-Tie-3:before {\n\tcontent: "\\ed47";\n}\n.i-Tie-4:before {\n\tcontent: "\\ed48";\n}\n.i-Tie:before {\n\tcontent: "\\ed49";\n}\n.i-Tiger:before {\n\tcontent: "\\ed4a";\n}\n.i-Time-Backup:before {\n\tcontent: "\\ed4b";\n}\n.i-Time-Bomb:before {\n\tcontent: "\\ed4c";\n}\n.i-Time-Clock:before {\n\tcontent: "\\ed4d";\n}\n.i-Time-Fire:before {\n\tcontent: "\\ed4e";\n}\n.i-Time-Machine:before {\n\tcontent: "\\ed4f";\n}\n.i-Time-Window:before {\n\tcontent: "\\ed50";\n}\n.i-Timer-2:before {\n\tcontent: "\\ed51";\n}\n.i-Timer:before {\n\tcontent: "\\ed52";\n}\n.i-To-Bottom:before {\n\tcontent: "\\ed53";\n}\n.i-To-Bottom2:before {\n\tcontent: "\\ed54";\n}\n.i-To-Left:before {\n\tcontent: "\\ed55";\n}\n.i-To-Right:before {\n\tcontent: "\\ed56";\n}\n.i-To-Top:before {\n\tcontent: "\\ed57";\n}\n.i-To-Top2:before {\n\tcontent: "\\ed58";\n}\n.i-Token-:before {\n\tcontent: "\\ed59";\n}\n.i-Tomato:before {\n\tcontent: "\\ed5a";\n}\n.i-Tongue:before {\n\tcontent: "\\ed5b";\n}\n.i-Tooth-2:before {\n\tcontent: "\\ed5c";\n}\n.i-Tooth:before {\n\tcontent: "\\ed5d";\n}\n.i-Top-ToBottom:before {\n\tcontent: "\\ed5e";\n}\n.i-Touch-Window:before {\n\tcontent: "\\ed5f";\n}\n.i-Tourch:before {\n\tcontent: "\\ed60";\n}\n.i-Tower-2:before {\n\tcontent: "\\ed61";\n}\n.i-Tower-Bridge:before {\n\tcontent: "\\ed62";\n}\n.i-Tower:before {\n\tcontent: "\\ed63";\n}\n.i-Trace:before {\n\tcontent: "\\ed64";\n}\n.i-Tractor:before {\n\tcontent: "\\ed65";\n}\n.i-traffic-Light:before {\n\tcontent: "\\ed66";\n}\n.i-Traffic-Light2:before {\n\tcontent: "\\ed67";\n}\n.i-Train-2:before {\n\tcontent: "\\ed68";\n}\n.i-Train:before {\n\tcontent: "\\ed69";\n}\n.i-Tram:before {\n\tcontent: "\\ed6a";\n}\n.i-Transform-2:before {\n\tcontent: "\\ed6b";\n}\n.i-Transform-3:before {\n\tcontent: "\\ed6c";\n}\n.i-Transform-4:before {\n\tcontent: "\\ed6d";\n}\n.i-Transform:before {\n\tcontent: "\\ed6e";\n}\n.i-Trash-withMen:before {\n\tcontent: "\\ed6f";\n}\n.i-Tree-2:before {\n\tcontent: "\\ed70";\n}\n.i-Tree-3:before {\n\tcontent: "\\ed71";\n}\n.i-Tree-4:before {\n\tcontent: "\\ed72";\n}\n.i-Tree-5:before {\n\tcontent: "\\ed73";\n}\n.i-Tree:before {\n\tcontent: "\\ed74";\n}\n.i-Trekking:before {\n\tcontent: "\\ed75";\n}\n.i-Triangle-ArrowDown:before {\n\tcontent: "\\ed76";\n}\n.i-Triangle-ArrowLeft:before {\n\tcontent: "\\ed77";\n}\n.i-Triangle-ArrowRight:before {\n\tcontent: "\\ed78";\n}\n.i-Triangle-ArrowUp:before {\n\tcontent: "\\ed79";\n}\n.i-Tripod-2:before {\n\tcontent: "\\ed7a";\n}\n.i-Tripod-andVideo:before {\n\tcontent: "\\ed7b";\n}\n.i-Tripod-withCamera:before {\n\tcontent: "\\ed7c";\n}\n.i-Tripod-withGopro:before {\n\tcontent: "\\ed7d";\n}\n.i-Trophy-2:before {\n\tcontent: "\\ed7e";\n}\n.i-Trophy:before {\n\tcontent: "\\ed7f";\n}\n.i-Truck:before {\n\tcontent: "\\ed80";\n}\n.i-Trumpet:before {\n\tcontent: "\\ed81";\n}\n.i-Tumblr:before {\n\tcontent: "\\ed82";\n}\n.i-Turkey:before {\n\tcontent: "\\ed83";\n}\n.i-Turn-Down:before {\n\tcontent: "\\ed84";\n}\n.i-Turn-Down2:before {\n\tcontent: "\\ed85";\n}\n.i-Turn-DownFromLeft:before {\n\tcontent: "\\ed86";\n}\n.i-Turn-DownFromRight:before {\n\tcontent: "\\ed87";\n}\n.i-Turn-Left:before {\n\tcontent: "\\ed88";\n}\n.i-Turn-Left3:before {\n\tcontent: "\\ed89";\n}\n.i-Turn-Right:before {\n\tcontent: "\\ed8a";\n}\n.i-Turn-Right3:before {\n\tcontent: "\\ed8b";\n}\n.i-Turn-Up:before {\n\tcontent: "\\ed8c";\n}\n.i-Turn-Up2:before {\n\tcontent: "\\ed8d";\n}\n.i-Turtle:before {\n\tcontent: "\\ed8e";\n}\n.i-Tuxedo:before {\n\tcontent: "\\ed8f";\n}\n.i-TV:before {\n\tcontent: "\\ed90";\n}\n.i-Twister:before {\n\tcontent: "\\ed91";\n}\n.i-Twitter-2:before {\n\tcontent: "\\ed92";\n}\n.i-Twitter:before {\n\tcontent: "\\ed93";\n}\n.i-Two-Fingers:before {\n\tcontent: "\\ed94";\n}\n.i-Two-FingersDrag:before {\n\tcontent: "\\ed95";\n}\n.i-Two-FingersDrag2:before {\n\tcontent: "\\ed96";\n}\n.i-Two-FingersScroll:before {\n\tcontent: "\\ed97";\n}\n.i-Two-FingersTouch:before {\n\tcontent: "\\ed98";\n}\n.i-Two-Windows:before {\n\tcontent: "\\ed99";\n}\n.i-Type-Pass:before {\n\tcontent: "\\ed9a";\n}\n.i-Ukraine:before {\n\tcontent: "\\ed9b";\n}\n.i-Umbrela:before {\n\tcontent: "\\ed9c";\n}\n.i-Umbrella-2:before {\n\tcontent: "\\ed9d";\n}\n.i-Umbrella-3:before {\n\tcontent: "\\ed9e";\n}\n.i-Under-LineText:before {\n\tcontent: "\\ed9f";\n}\n.i-Undo:before {\n\tcontent: "\\eda0";\n}\n.i-United-Kingdom:before {\n\tcontent: "\\eda1";\n}\n.i-United-States:before {\n\tcontent: "\\eda2";\n}\n.i-University-2:before {\n\tcontent: "\\eda3";\n}\n.i-University:before {\n\tcontent: "\\eda4";\n}\n.i-Unlike-2:before {\n\tcontent: "\\eda5";\n}\n.i-Unlike:before {\n\tcontent: "\\eda6";\n}\n.i-Unlock-2:before {\n\tcontent: "\\eda7";\n}\n.i-Unlock-3:before {\n\tcontent: "\\eda8";\n}\n.i-Unlock:before {\n\tcontent: "\\eda9";\n}\n.i-Up--Down:before {\n\tcontent: "\\edaa";\n}\n.i-Up--Down3:before {\n\tcontent: "\\edab";\n}\n.i-Up-2:before {\n\tcontent: "\\edac";\n}\n.i-Up-3:before {\n\tcontent: "\\edad";\n}\n.i-Up-4:before {\n\tcontent: "\\edae";\n}\n.i-Up:before {\n\tcontent: "\\edaf";\n}\n.i-Upgrade:before {\n\tcontent: "\\edb0";\n}\n.i-Upload-2:before {\n\tcontent: "\\edb1";\n}\n.i-Upload-toCloud:before {\n\tcontent: "\\edb2";\n}\n.i-Upload-Window:before {\n\tcontent: "\\edb3";\n}\n.i-Upload:before {\n\tcontent: "\\edb4";\n}\n.i-Uppercase-Text:before {\n\tcontent: "\\edb5";\n}\n.i-Upward:before {\n\tcontent: "\\edb6";\n}\n.i-URL-Window:before {\n\tcontent: "\\edb7";\n}\n.i-Usb-2:before {\n\tcontent: "\\edb8";\n}\n.i-Usb-Cable:before {\n\tcontent: "\\edb9";\n}\n.i-Usb:before {\n\tcontent: "\\edba";\n}\n.i-User:before {\n\tcontent: "\\edbb";\n}\n.i-Ustream:before {\n\tcontent: "\\edbc";\n}\n.i-Vase:before {\n\tcontent: "\\edbd";\n}\n.i-Vector-2:before {\n\tcontent: "\\edbe";\n}\n.i-Vector-3:before {\n\tcontent: "\\edbf";\n}\n.i-Vector-4:before {\n\tcontent: "\\edc0";\n}\n.i-Vector-5:before {\n\tcontent: "\\edc1";\n}\n.i-Vector:before {\n\tcontent: "\\edc2";\n}\n.i-Venn-Diagram:before {\n\tcontent: "\\edc3";\n}\n.i-Vest-2:before {\n\tcontent: "\\edc4";\n}\n.i-Vest:before {\n\tcontent: "\\edc5";\n}\n.i-Viddler:before {\n\tcontent: "\\edc6";\n}\n.i-Video-2:before {\n\tcontent: "\\edc7";\n}\n.i-Video-3:before {\n\tcontent: "\\edc8";\n}\n.i-Video-4:before {\n\tcontent: "\\edc9";\n}\n.i-Video-5:before {\n\tcontent: "\\edca";\n}\n.i-Video-6:before {\n\tcontent: "\\edcb";\n}\n.i-Video-GameController:before {\n\tcontent: "\\edcc";\n}\n.i-Video-Len:before {\n\tcontent: "\\edcd";\n}\n.i-Video-Len2:before {\n\tcontent: "\\edce";\n}\n.i-Video-Photographer:before {\n\tcontent: "\\edcf";\n}\n.i-Video-Tripod:before {\n\tcontent: "\\edd0";\n}\n.i-Video:before {\n\tcontent: "\\edd1";\n}\n.i-Vietnam:before {\n\tcontent: "\\edd2";\n}\n.i-View-Height:before {\n\tcontent: "\\edd3";\n}\n.i-View-Width:before {\n\tcontent: "\\edd4";\n}\n.i-Vimeo:before {\n\tcontent: "\\edd5";\n}\n.i-Virgo-2:before {\n\tcontent: "\\edd6";\n}\n.i-Virgo:before {\n\tcontent: "\\edd7";\n}\n.i-Virus-2:before {\n\tcontent: "\\edd8";\n}\n.i-Virus-3:before {\n\tcontent: "\\edd9";\n}\n.i-Virus:before {\n\tcontent: "\\edda";\n}\n.i-Visa:before {\n\tcontent: "\\eddb";\n}\n.i-Voice:before {\n\tcontent: "\\eddc";\n}\n.i-Voicemail:before {\n\tcontent: "\\eddd";\n}\n.i-Volleyball:before {\n\tcontent: "\\edde";\n}\n.i-Volume-Down:before {\n\tcontent: "\\eddf";\n}\n.i-Volume-Up:before {\n\tcontent: "\\ede0";\n}\n.i-VPN:before {\n\tcontent: "\\ede1";\n}\n.i-Wacom-Tablet:before {\n\tcontent: "\\ede2";\n}\n.i-Waiter:before {\n\tcontent: "\\ede3";\n}\n.i-Walkie-Talkie:before {\n\tcontent: "\\ede4";\n}\n.i-Wallet-2:before {\n\tcontent: "\\ede5";\n}\n.i-Wallet-3:before {\n\tcontent: "\\ede6";\n}\n.i-Wallet:before {\n\tcontent: "\\ede7";\n}\n.i-Warehouse:before {\n\tcontent: "\\ede8";\n}\n.i-Warning-Window:before {\n\tcontent: "\\ede9";\n}\n.i-Watch-2:before {\n\tcontent: "\\edea";\n}\n.i-Watch-3:before {\n\tcontent: "\\edeb";\n}\n.i-Watch:before {\n\tcontent: "\\edec";\n}\n.i-Wave-2:before {\n\tcontent: "\\eded";\n}\n.i-Wave:before {\n\tcontent: "\\edee";\n}\n.i-Webcam:before {\n\tcontent: "\\edef";\n}\n.i-weight-Lift:before {\n\tcontent: "\\edf0";\n}\n.i-Wheelbarrow:before {\n\tcontent: "\\edf1";\n}\n.i-Wheelchair:before {\n\tcontent: "\\edf2";\n}\n.i-Width-Window:before {\n\tcontent: "\\edf3";\n}\n.i-Wifi-2:before {\n\tcontent: "\\edf4";\n}\n.i-Wifi-Keyboard:before {\n\tcontent: "\\edf5";\n}\n.i-Wifi:before {\n\tcontent: "\\edf6";\n}\n.i-Wind-Turbine:before {\n\tcontent: "\\edf7";\n}\n.i-Windmill:before {\n\tcontent: "\\edf8";\n}\n.i-Window-2:before {\n\tcontent: "\\edf9";\n}\n.i-Window:before {\n\tcontent: "\\edfa";\n}\n.i-Windows-2:before {\n\tcontent: "\\edfb";\n}\n.i-Windows-Microsoft:before {\n\tcontent: "\\edfc";\n}\n.i-Windows:before {\n\tcontent: "\\edfd";\n}\n.i-Windsock:before {\n\tcontent: "\\edfe";\n}\n.i-Windy:before {\n\tcontent: "\\edff";\n}\n.i-Wine-Bottle:before {\n\tcontent: "\\ee00";\n}\n.i-Wine-Glass:before {\n\tcontent: "\\ee01";\n}\n.i-Wink:before {\n\tcontent: "\\ee02";\n}\n.i-Winter-2:before {\n\tcontent: "\\ee03";\n}\n.i-Winter:before {\n\tcontent: "\\ee04";\n}\n.i-Wireless:before {\n\tcontent: "\\ee05";\n}\n.i-Witch-Hat:before {\n\tcontent: "\\ee06";\n}\n.i-Witch:before {\n\tcontent: "\\ee07";\n}\n.i-Wizard:before {\n\tcontent: "\\ee08";\n}\n.i-Wolf:before {\n\tcontent: "\\ee09";\n}\n.i-Woman-Sign:before {\n\tcontent: "\\ee0a";\n}\n.i-WomanMan:before {\n\tcontent: "\\ee0b";\n}\n.i-Womans-Underwear:before {\n\tcontent: "\\ee0c";\n}\n.i-Womans-Underwear2:before {\n\tcontent: "\\ee0d";\n}\n.i-Women:before {\n\tcontent: "\\ee0e";\n}\n.i-Wonder-Woman:before {\n\tcontent: "\\ee0f";\n}\n.i-Wordpress:before {\n\tcontent: "\\ee10";\n}\n.i-Worker-Clothes:before {\n\tcontent: "\\ee11";\n}\n.i-Worker:before {\n\tcontent: "\\ee12";\n}\n.i-Wrap-Text:before {\n\tcontent: "\\ee13";\n}\n.i-Wreath:before {\n\tcontent: "\\ee14";\n}\n.i-Wrench:before {\n\tcontent: "\\ee15";\n}\n.i-X-Box:before {\n\tcontent: "\\ee16";\n}\n.i-X-ray:before {\n\tcontent: "\\ee17";\n}\n.i-Xanga:before {\n\tcontent: "\\ee18";\n}\n.i-Xing:before {\n\tcontent: "\\ee19";\n}\n.i-Yacht:before {\n\tcontent: "\\ee1a";\n}\n.i-Yahoo-Buzz:before {\n\tcontent: "\\ee1b";\n}\n.i-Yahoo:before {\n\tcontent: "\\ee1c";\n}\n.i-Yelp:before {\n\tcontent: "\\ee1d";\n}\n.i-Yes:before {\n\tcontent: "\\ee1e";\n}\n.i-Ying-Yang:before {\n\tcontent: "\\ee1f";\n}\n.i-Youtube:before {\n\tcontent: "\\ee20";\n}\n.i-Z-A:before {\n\tcontent: "\\ee21";\n}\n.i-Zebra:before {\n\tcontent: "\\ee22";\n}\n.i-Zombie:before {\n\tcontent: "\\ee23";\n}\n.i-Zoom-Gesture:before {\n\tcontent: "\\ee24";\n}\n.i-Zootool:before {\n\tcontent: "\\ee25";\n}\n',""]);const x=h},76314:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=t(e);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n,o){"string"==typeof t&&(t=[[null,t,""]]);var r={};if(o)for(var i=0;i{"use strict";t.exports=function(t,e){return e||(e={}),"string"!=typeof(t=t&&t.__esModule?t.default:t)?t:(/^['"].*['"]$/.test(t)&&(t=t.slice(1,-1)),e.hash&&(t+=e.hash),/["'() \t\n]/.test(t)||e.needQuotes?'"'.concat(t.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):t)}},14744:t=>{"use strict";var e=function(t){return function(t){return!!t&&"object"==typeof t}(t)&&!function(t){var e=Object.prototype.toString.call(t);return"[object RegExp]"===e||"[object Date]"===e||function(t){return t.$$typeof===n}(t)}(t)};var n="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function o(t,e){return!1!==e.clone&&e.isMergeableObject(t)?l((n=t,Array.isArray(n)?[]:{}),t,e):t;var n}function r(t,e,n){return t.concat(e).map((function(t){return o(t,n)}))}function i(t){return Object.keys(t).concat(function(t){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(t).filter((function(e){return Object.propertyIsEnumerable.call(t,e)})):[]}(t))}function a(t,e){try{return e in t}catch(t){return!1}}function s(t,e,n){var r={};return n.isMergeableObject(t)&&i(t).forEach((function(e){r[e]=o(t[e],n)})),i(e).forEach((function(i){(function(t,e){return a(t,e)&&!(Object.hasOwnProperty.call(t,e)&&Object.propertyIsEnumerable.call(t,e))})(t,i)||(a(t,i)&&n.isMergeableObject(e[i])?r[i]=function(t,e){if(!e.customMerge)return l;var n=e.customMerge(t);return"function"==typeof n?n:l}(i,n)(t[i],e[i],n):r[i]=o(e[i],n))})),r}function l(t,n,i){(i=i||{}).arrayMerge=i.arrayMerge||r,i.isMergeableObject=i.isMergeableObject||e,i.cloneUnlessOtherwiseSpecified=o;var a=Array.isArray(n);return a===Array.isArray(t)?a?i.arrayMerge(t,n,i):s(t,n,i):o(n,i)}l.all=function(t,e){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce((function(t,n){return l(t,n,e)}),{})};var c=l;t.exports=c},46851:t=>{t.exports="/images/page-bg-bottom.png?83e9c72af45681bac04ea0d922febd71"},8505:t=>{t.exports="/images/photo-wide-4.jpg?ea98fbfd3510c4f272ebf0b557fc7eba"},43301:t=>{t.exports="/images/photo-wide-5.jpeg?6c1e776a6d7279764999a21fcb444563"},21997:t=>{t.exports="/fonts/icomoon.eot?6a6f7bd187c115ac4928375f88afe630"},18496:t=>{t.exports="/fonts/icomoon.eot?6a6f7bd187c115ac4928375f88afe630"},38750:t=>{t.exports="/fonts/icomoon.ttf?da51bee3e2032af85b1529aa3af3fa36"},38744:t=>{t.exports="/fonts/icomoon.woff?beb5072df50c81b5d0f77916e825bd01"},5947:function(t,e,n){var o,r;o=function(){var t,e,n={version:"0.2.0"},o=n.settings={minimum:.08,easing:"ease",positionUsing:"",speed:200,trickle:!0,trickleRate:.02,trickleSpeed:800,showSpinner:!0,barSelector:'[role="bar"]',spinnerSelector:'[role="spinner"]',parent:"body",template:'
'};function r(t,e,n){return tn?n:t}function i(t){return 100*(-1+t)}function a(t,e,n){var r;return(r="translate3d"===o.positionUsing?{transform:"translate3d("+i(t)+"%,0,0)"}:"translate"===o.positionUsing?{transform:"translate("+i(t)+"%,0)"}:{"margin-left":i(t)+"%"}).transition="all "+e+"ms "+n,r}n.configure=function(t){var e,n;for(e in t)void 0!==(n=t[e])&&t.hasOwnProperty(e)&&(o[e]=n);return this},n.status=null,n.set=function(t){var e=n.isStarted();t=r(t,o.minimum,1),n.status=1===t?null:t;var i=n.render(!e),c=i.querySelector(o.barSelector),d=o.speed,u=o.easing;return i.offsetWidth,s((function(e){""===o.positionUsing&&(o.positionUsing=n.getPositioningCSS()),l(c,a(t,d,u)),1===t?(l(i,{transition:"none",opacity:1}),i.offsetWidth,setTimeout((function(){l(i,{transition:"all "+d+"ms linear",opacity:0}),setTimeout((function(){n.remove(),e()}),d)}),d)):setTimeout(e,d)})),this},n.isStarted=function(){return"number"==typeof n.status},n.start=function(){n.status||n.set(0);var t=function(){setTimeout((function(){n.status&&(n.trickle(),t())}),o.trickleSpeed)};return o.trickle&&t(),this},n.done=function(t){return t||n.status?n.inc(.3+.5*Math.random()).set(1):this},n.inc=function(t){var e=n.status;return e?("number"!=typeof t&&(t=(1-e)*r(Math.random()*e,.1,.95)),e=r(e+t,0,.994),n.set(e)):n.start()},n.trickle=function(){return n.inc(Math.random()*o.trickleRate)},t=0,e=0,n.promise=function(o){return o&&"resolved"!==o.state()?(0===e&&n.start(),t++,e++,o.always((function(){0==--e?(t=0,n.done()):n.set((t-e)/t)})),this):this},n.render=function(t){if(n.isRendered())return document.getElementById("nprogress");d(document.documentElement,"nprogress-busy");var e=document.createElement("div");e.id="nprogress",e.innerHTML=o.template;var r,a=e.querySelector(o.barSelector),s=t?"-100":i(n.status||0),c=document.querySelector(o.parent);return l(a,{transition:"all 0 linear",transform:"translate3d("+s+"%,0,0)"}),o.showSpinner||(r=e.querySelector(o.spinnerSelector))&&p(r),c!=document.body&&d(c,"nprogress-custom-parent"),c.appendChild(e),e},n.remove=function(){u(document.documentElement,"nprogress-busy"),u(document.querySelector(o.parent),"nprogress-custom-parent");var t=document.getElementById("nprogress");t&&p(t)},n.isRendered=function(){return!!document.getElementById("nprogress")},n.getPositioningCSS=function(){var t=document.body.style,e="WebkitTransform"in t?"Webkit":"MozTransform"in t?"Moz":"msTransform"in t?"ms":"OTransform"in t?"O":"";return e+"Perspective"in t?"translate3d":e+"Transform"in t?"translate":"margin"};var s=function(){var t=[];function e(){var n=t.shift();n&&n(e)}return function(n){t.push(n),1==t.length&&e()}}(),l=function(){var t=["Webkit","O","Moz","ms"],e={};function n(t){return t.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,(function(t,e){return e.toUpperCase()}))}function o(e){var n=document.body.style;if(e in n)return e;for(var o,r=t.length,i=e.charAt(0).toUpperCase()+e.slice(1);r--;)if((o=t[r]+i)in n)return o;return e}function r(t){return t=n(t),e[t]||(e[t]=o(t))}function i(t,e,n){e=r(e),t.style[e]=n}return function(t,e){var n,o,r=arguments;if(2==r.length)for(n in e)void 0!==(o=e[n])&&e.hasOwnProperty(n)&&i(t,n,o);else i(t,r[1],r[2])}}();function c(t,e){return("string"==typeof t?t:f(t)).indexOf(" "+e+" ")>=0}function d(t,e){var n=f(t),o=n+e;c(n,e)||(t.className=o.substring(1))}function u(t,e){var n,o=f(t);c(t,e)&&(n=o.replace(" "+e+" "," "),t.className=n.substring(1,n.length-1))}function f(t){return(" "+(t.className||"")+" ").replace(/\s+/gi," ")}function p(t){t&&t.parentNode&&t.parentNode.removeChild(t)}return n},void 0===(r="function"==typeof o?o.call(e,n,e,t):o)||(t.exports=r)},42197:(t,e,n)=>{"use strict";var o,r=(o=n(62893))&&"object"==typeof o&&"default"in o?o.default:o;function i(t){return i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i(t)}function a(t){return function(t){if(Array.isArray(t)){for(var e=0,n=new Array(t.length);e1&&void 0!==arguments[1]&&arguments[1],n=t.to,o=t.from;if(n&&(o||!1!==e)&&this.transports[n])if(e)this.transports[n]=[];else{var r=this.$_getTransportIndex(t);if(r>=0){var i=this.transports[n].slice(0);i.splice(r,1),this.transports[n]=i}}},registerTarget:function(t,e,n){s&&(this.trackInstances&&!n&&this.targets[t]&&console.warn("[portal-vue]: Target ".concat(t," already exists")),this.$set(this.targets,t,Object.freeze([e])))},unregisterTarget:function(t){this.$delete(this.targets,t)},registerSource:function(t,e,n){s&&(this.trackInstances&&!n&&this.sources[t]&&console.warn("[portal-vue]: source ".concat(t," already exists")),this.$set(this.sources,t,Object.freeze([e])))},unregisterSource:function(t){this.$delete(this.sources,t)},hasTarget:function(t){return!(!this.targets[t]||!this.targets[t][0])},hasSource:function(t){return!(!this.sources[t]||!this.sources[t][0])},hasContentFor:function(t){return!!this.transports[t]&&!!this.transports[t].length},$_getTransportIndex:function(t){var e=t.to,n=t.from;for(var o in this.transports[e])if(this.transports[e][o].from===n)return+o;return-1}}}),p=new f(c),b=1,h=r.extend({name:"portal",props:{disabled:{type:Boolean},name:{type:String,default:function(){return String(b++)}},order:{type:Number,default:0},slim:{type:Boolean},slotProps:{type:Object,default:function(){return{}}},tag:{type:String,default:"DIV"},to:{type:String,default:function(){return String(Math.round(1e7*Math.random()))}}},created:function(){var t=this;this.$nextTick((function(){p.registerSource(t.name,t)}))},mounted:function(){this.disabled||this.sendUpdate()},updated:function(){this.disabled?this.clear():this.sendUpdate()},beforeDestroy:function(){p.unregisterSource(this.name),this.clear()},watch:{to:function(t,e){e&&e!==t&&this.clear(e),this.sendUpdate()}},methods:{clear:function(t){var e={from:this.name,to:t||this.to};p.close(e)},normalizeSlots:function(){return this.$scopedSlots.default?[this.$scopedSlots.default]:this.$slots.default},normalizeOwnChildren:function(t){return"function"==typeof t?t(this.slotProps):t},sendUpdate:function(){var t=this.normalizeSlots();if(t){var e={from:this.name,to:this.to,passengers:a(t),order:this.order};p.open(e)}else this.clear()}},render:function(t){var e=this.$slots.default||this.$scopedSlots.default||[],n=this.tag;return e&&this.disabled?e.length<=1&&this.slim?this.normalizeOwnChildren(e)[0]:t(n,[this.normalizeOwnChildren(e)]):this.slim?t():t(n,{class:{"v-portal":!0},style:{display:"none"},key:"v-portal-placeholder"})}}),g=r.extend({name:"portalTarget",props:{multiple:{type:Boolean,default:!1},name:{type:String,required:!0},slim:{type:Boolean,default:!1},slotProps:{type:Object,default:function(){return{}}},tag:{type:String,default:"div"},transition:{type:[String,Object,Function]}},data:function(){return{transports:p.transports,firstRender:!0}},created:function(){var t=this;this.$nextTick((function(){p.registerTarget(t.name,t)}))},watch:{ownTransports:function(){this.$emit("change",this.children().length>0)},name:function(t,e){p.unregisterTarget(e),p.registerTarget(t,this)}},mounted:function(){var t=this;this.transition&&this.$nextTick((function(){t.firstRender=!1}))},beforeDestroy:function(){p.unregisterTarget(this.name)},computed:{ownTransports:function(){var t=this.transports[this.name]||[];return this.multiple?t:0===t.length?[]:[t[t.length-1]]},passengers:function(){return function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return t.reduce((function(t,n){var o=n.passengers[0],r="function"==typeof o?o(e):n.passengers;return t.concat(r)}),[])}(this.ownTransports,this.slotProps)}},methods:{children:function(){return 0!==this.passengers.length?this.passengers:this.$scopedSlots.default?this.$scopedSlots.default(this.slotProps):this.$slots.default||[]},noWrapper:function(){var t=this.slim&&!this.transition;return t&&this.children().length>1&&console.warn("[portal-vue]: PortalTarget with `slim` option received more than one child element."),t}},render:function(t){var e=this.noWrapper(),n=this.children(),o=this.transition||this.tag;return e?n[0]:this.slim&&!o?t():t(o,{props:{tag:this.transition&&this.tag?this.tag:void 0},class:{"vue-portal-target":!0}},n)}}),m=0,v=["disabled","name","order","slim","slotProps","tag","to"],y=["multiple","transition"],x=r.extend({name:"MountingPortal",inheritAttrs:!1,props:{append:{type:[Boolean,String]},bail:{type:Boolean},mountTo:{type:String,required:!0},disabled:{type:Boolean},name:{type:String,default:function(){return"mounted_"+String(m++)}},order:{type:Number,default:0},slim:{type:Boolean},slotProps:{type:Object,default:function(){return{}}},tag:{type:String,default:"DIV"},to:{type:String,default:function(){return String(Math.round(1e7*Math.random()))}},multiple:{type:Boolean,default:!1},targetSlim:{type:Boolean},targetSlotProps:{type:Object,default:function(){return{}}},targetTag:{type:String,default:"div"},transition:{type:[String,Object,Function]}},created:function(){if("undefined"!=typeof document){var t=document.querySelector(this.mountTo);if(t){var e=this.$props;if(p.targets[e.name])e.bail?console.warn("[portal-vue]: Target ".concat(e.name," is already mounted.\n Aborting because 'bail: true' is set")):this.portalTarget=p.targets[e.name];else{var n=e.append;if(n){var o="string"==typeof n?n:"DIV",r=document.createElement(o);t.appendChild(r),t=r}var i=l(this.$props,y);i.slim=this.targetSlim,i.tag=this.targetTag,i.slotProps=this.targetSlotProps,i.name=this.to,this.portalTarget=new g({el:t,parent:this.$parent||this,propsData:i})}}else console.error("[portal-vue]: Mount Point '".concat(this.mountTo,"' not found in document"))}},beforeDestroy:function(){var t=this.portalTarget;if(this.append){var e=t.$el;e.parentNode.removeChild(e)}t.$destroy()},render:function(t){if(!this.portalTarget)return console.warn("[portal-vue] Target wasn't mounted"),t();if(!this.$scopedSlots.manual){var e=l(this.$props,v);return t(h,{props:e,attrs:this.$attrs,on:this.$listeners,scopedSlots:this.$scopedSlots},this.$slots.default)}var n=this.$scopedSlots.manual({to:this.to});return Array.isArray(n)&&(n=n[0]),n||t()}});e.ZL=h,e.mf=g,e.g7=p},65606:t=>{var e,n,o=t.exports={};function r(){throw new Error("setTimeout has not been defined")}function i(){throw new Error("clearTimeout has not been defined")}function a(t){if(e===setTimeout)return setTimeout(t,0);if((e===r||!e)&&setTimeout)return e=setTimeout,setTimeout(t,0);try{return e(t,0)}catch(n){try{return e.call(null,t,0)}catch(n){return e.call(this,t,0)}}}!function(){try{e="function"==typeof setTimeout?setTimeout:r}catch(t){e=r}try{n="function"==typeof clearTimeout?clearTimeout:i}catch(t){n=i}}();var s,l=[],c=!1,d=-1;function u(){c&&s&&(c=!1,s.length?l=s.concat(l):d=-1,l.length&&f())}function f(){if(!c){var t=a(u);c=!0;for(var e=l.length;e;){for(s=l,l=[];++d1)for(var n=1;n{"use strict";var o,r=function(){return void 0===o&&(o=Boolean(window&&document&&document.all&&!window.atob)),o},i=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),a=[];function s(t){for(var e=-1,n=0;n{"use strict";n.d(e,{A:()=>a});var o=n(5947),r=n.n(o);const i={metaInfo:{title:"Forgot Password"},data:function(){return{email:"",loading:!1,logo:null}},mounted:function(){var t=this;axios.get("/api/get-logo-setting").then((function(e){t.logo=e.data.logo?"/images/".concat(e.data.logo):"/images/logo.png"})).catch((function(){t.logo="/images/logo.png"}))},methods:{Submit_Reset:function(){var t=this;this.$refs.Reset_password.validate().then((function(e){e?t.Reset_Password():t.makeToast("danger",t.$t("Please_fill_the_Email_Adress"),t.$t("Failed"))}))},getValidationState:function(t){var e=t.dirty,n=t.validated,o=t.valid;return e||n?void 0===o?null:o:null},makeToast:function(t,e,n){this.$root.$bvToast.toast(e,{title:n,variant:t,solid:!0})},Reset_Password:function(){var t=this;r().start(),r().set(.1),this.loading=!0,axios.post("/api/password/create",{email:this.email}).then((function(e){e.data.status?t.makeToast("success",t.$t("We_have_emailed_your_password_reset_link"),t.$t("Success")):e.data.status||t.makeToast("danger",t.$t("We_cant_find_a_user_with_that_email_addres"),t.$t("Failed")),r().done(),t.loading=!1})).catch((function(e){t.makeToast("danger",t.$t("Failed_to_authenticate_on_SMTP_server"),t.$t("Failed")),r().done(),t.loading=!1}))}}};const a=(0,n(14486).A)(i,(function(){var t=this,e=t._self._c;return t.logo?e("div",{staticClass:"auth-layout-wrap"},[e("div",{staticClass:"auth-content"},[e("div",{staticClass:"card o-hidden"},[e("div",{staticClass:"row"},[e("div",{staticClass:"col-md-12"},[e("div",{staticClass:"p-4"},[e("div",{staticClass:"auth-logo text-center mb-30"},[e("img",{attrs:{src:t.logo,alt:"logo"}})]),t._v(" "),e("h1",{staticClass:"mb-3 text-18"},[t._v(t._s(t.$t("Forgot_Password")))]),t._v(" "),e("validation-observer",{ref:"Reset_password"},[e("b-form",{on:{submit:function(e){return e.preventDefault(),t.Submit_Reset.apply(null,arguments)}}},[e("validation-provider",{attrs:{name:"Email Address",rules:{required:!0}},scopedSlots:t._u([{key:"default",fn:function(n){return[e("b-form-group",{staticClass:"text-12",attrs:{label:t.$t("Email_Address")}},[e("b-form-input",{staticClass:"form-control-rounded",attrs:{state:t.getValidationState(n),"aria-describedby":"Email-feedback",type:"text",email:""},model:{value:t.email,callback:function(e){t.email=e},expression:"email"}}),t._v(" "),e("b-form-invalid-feedback",{attrs:{id:"Email-feedback"}},[t._v(t._s(n.errors[0]))])],1)]}}],null,!1,732874117)}),t._v(" "),e("button",{staticClass:"btn btn-primary btn-block btn-rounded mt-3",attrs:{type:"submit",disabled:t.loading}},[t._v(t._s(t.$t("Reset_Password")))]),t._v(" "),t.loading?t._m(0):t._e()],1)],1),t._v(" "),e("div",{staticClass:"mt-3 text-center"},[e("a",{staticClass:"text-muted",attrs:{href:"/login"}},[e("u",[t._v(t._s(t.$t("SignIn")))])])])],1)])])])])]):t._e()}),[function(){var t=this._self._c;return t("div",{staticClass:"typo__p"},[t("div",{staticClass:"spinner sm spinner-primary mt-3"})])}],!1,null,null,null).exports},5468:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var o=n(5947),r=n.n(o);const i={props:["token"],metaInfo:{title:"Reset Password"},data:function(){return{token:this.token,email:null,password:null,password_confirmation:null,loading:!1,logo:null}},mounted:function(){var t=this;axios.get("/api/get-logo-setting").then((function(e){t.logo=e.data.logo?"/images/".concat(e.data.logo):"/images/logo.png"})).catch((function(){t.logo="/images/logo.png"}))},methods:{Submit_Reset:function(){var t=this;this.$refs.Reset_password.validate().then((function(e){e?t.Reset_Password():t.makeToast("danger",t.$t("Please_fill_the_Email_Adress"),t.$t("Failed"))}))},getValidationState:function(t){var e=t.dirty,n=t.validated,o=t.valid;return e||n?void 0===o?null:o:null},makeToast:function(t,e,n){this.$root.$bvToast.toast(e,{title:n,variant:t,solid:!0})},Reset_Password:function(){var t=this,e=this;r().start(),r().set(.1),e.loading=!0,axios.post("/api/password/reset",{token:e.token,email:e.email,password:e.password,password_confirmation:e.password_confirmation}).then((function(e){1===e.data.code?(t.makeToast("success",t.$t("Your_Password_has_been_changed"),t.$t("Success")),window.location="/"):2===e.data.code?t.makeToast("danger",t.$t("We_cant_find_a_user_with_that_email_addres"),t.$t("Failed")):3===e.data.code&&t.makeToast("danger",t.$t("This_password_reset_token_is_invalid"),t.$t("Failed")),r().done(),t.loading=!1})).catch((function(e){t.makeToast("danger",t.$t("InvalidData"),t.$t("Failed")),r().done(),t.loading=!1}))}}};const a=(0,n(14486).A)(i,(function(){var t=this,e=t._self._c;return t.logo?e("div",{staticClass:"auth-layout-wrap"},[e("div",{staticClass:"auth-content"},[e("div",{staticClass:"card o-hidden mt-5 mb-5"},[e("div",{staticClass:"row"},[e("div",{staticClass:"col-md-12"},[e("div",{staticClass:"p-4"},[e("div",{staticClass:"auth-logo text-center mb-30"},[e("img",{attrs:{src:t.logo,alt:"logo"}})]),t._v(" "),e("h1",{staticClass:"mb-3 text-18"},[t._v(t._s(t.$t("Reset_Password")))]),t._v(" "),e("validation-observer",{ref:"Reset_password"},[e("b-form",{on:{submit:function(e){return e.preventDefault(),t.Submit_Reset.apply(null,arguments)}}},[e("validation-provider",{attrs:{name:"Email Address",rules:{required:!0}},scopedSlots:t._u([{key:"default",fn:function(n){return[e("b-form-group",{staticClass:"text-12",attrs:{label:t.$t("Email_Address")}},[e("b-form-input",{staticClass:"form-control-rounded",attrs:{state:t.getValidationState(n),"aria-describedby":"Email-feedback",type:"text",email:""},model:{value:t.email,callback:function(e){t.email=e},expression:"email"}}),t._v(" "),e("b-form-invalid-feedback",{attrs:{id:"Email-feedback"}},[t._v(t._s(n.errors[0]))])],1)]}}],null,!1,732874117)}),t._v(" "),e("validation-provider",{attrs:{name:"password",rules:{required:!0}},scopedSlots:t._u([{key:"default",fn:function(n){return[e("b-form-group",{staticClass:"text-12",attrs:{label:t.$t("password")}},[e("b-form-input",{staticClass:"form-control-rounded",attrs:{state:t.getValidationState(n),"aria-describedby":"password-feedback",type:"password"},model:{value:t.password,callback:function(e){t.password=e},expression:"password"}}),t._v(" "),e("b-form-invalid-feedback",{attrs:{id:"password-feedback"}},[t._v(t._s(n.errors[0]))])],1)]}}],null,!1,893007348)}),t._v(" "),e("validation-provider",{attrs:{name:"confirmation",rules:"confirmed:password|required:true"},scopedSlots:t._u([{key:"default",fn:function(n){return[e("b-form-group",{staticClass:"text-12",attrs:{label:t.$t("Confirm_password")}},[e("b-form-input",{staticClass:"form-control-rounded",attrs:{state:t.getValidationState(n),"aria-describedby":"confirmation-feedback",type:"password"},model:{value:t.password_confirmation,callback:function(e){t.password_confirmation=e},expression:"password_confirmation"}}),t._v(" "),e("b-form-invalid-feedback",{attrs:{id:"confirmation-feedback"}},[t._v(t._s(n.errors[0]))])],1)]}}],null,!1,926262985)}),t._v(" "),e("button",{staticClass:"btn btn-primary btn-block btn-rounded mt-3",attrs:{type:"submit",disabled:t.loading}},[t._v(t._s(t.$t("submit")))]),t._v(" "),t.loading?t._m(0):t._e()],1)],1),t._v(" "),e("div",{staticClass:"mt-3 text-center"},[e("a",{staticClass:"text-muted",attrs:{href:"/login"}},[e("u",[t._v(t._s(t.$t("SignIn")))])])])],1)])])])])]):t._e()}),[function(){var t=this._self._c;return t("div",{staticClass:"typo__p"},[t("div",{staticClass:"spinner sm spinner-primary mt-3"})])}],!1,null,null,null).exports},9772:(t,e,n)=>{"use strict";n.d(e,{A:()=>d});var o=n(95353),r=n(5947),i=n.n(r);function a(t){return a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},a(t)}function s(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,o)}return n}function l(t,e,n){return(e=function(t){var e=function(t,e){if("object"!=a(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var o=n.call(t,e||"default");if("object"!=a(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==a(e)?e:e+""}(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}const c={metaInfo:{title:"SignIn"},data:function(){return{email:"",password:"",userId:"",loading:!1,logo:null}},computed:function(t){for(var e=1;e{"use strict";function o(t,e,n,o,r,i,a,s){var l,c="function"==typeof t?t.options:t;if(e&&(c.render=e,c.staticRenderFns=n,c._compiled=!0),o&&(c.functional=!0),i&&(c._scopeId="data-v-"+i),a?(l=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),r&&r.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},c._ssrRegister=l):r&&(l=s?function(){r.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:r),l)if(c.functional){c._injectStyles=l;var d=c.render;c.render=function(t,e){return l.call(e),d(t,e)}}else{var u=c.beforeCreate;c.beforeCreate=u?[].concat(u,l):[l]}return{exports:t,options:c}}n.d(e,{A:()=>o})},35973:function(t,e,n){var o=n(65606);t.exports=function(){"use strict";var t=function(){this._properties={},this._namespace="",this._isSupported=!0},e={namespace:{}};e.namespace.get=function(){return this._namespace},e.namespace.set=function(t){this._namespace=t?t+".":""},t.prototype._getLsKey=function(t){return""+this._namespace+t},t.prototype._lsSet=function(t,e,n){var o=this._getLsKey(t),r=n&&[Array,Object].includes(n)?JSON.stringify(e):e;window.localStorage.setItem(o,r)},t.prototype._lsGet=function(t){var e=this._getLsKey(t);return window.localStorage[e]},t.prototype.get=function(t,e,n){var o=this;if(void 0===e&&(e=null),void 0===n&&(n=String),!this._isSupported)return null;if(this._lsGet(t)){var r=n;for(var i in o._properties)if(i===t){r=o._properties[i].type;break}return this._process(r,this._lsGet(t))}return null!==e?e:null},t.prototype.set=function(t,e){var n=this;if(!this._isSupported)return null;for(var o in n._properties){var r=n._properties[o].type;if(o===t)return n._lsSet(t,e,r),e}return this._lsSet(t,e),e},t.prototype.remove=function(t){return this._isSupported?window.localStorage.removeItem(t):null},t.prototype.addProperty=function(t,e,n){void 0===n&&(n=void 0),e=e||String,this._properties[t]={type:e},this._lsGet(t)||null===n||this._lsSet(t,n,e)},t.prototype._process=function(t,e){switch(t){case Boolean:return"true"===e;case Number:return parseFloat(e);case Array:try{var n=JSON.parse(e);return Array.isArray(n)?n:[]}catch(t){return[]}case Object:try{return JSON.parse(e)}catch(t){return{}}default:return e}},Object.defineProperties(t.prototype,e);var n=new t;return{install:function(t,e){if(void 0===e&&(e={}),void 0===o||!(o.server||o.SERVER_BUILD||o.env&&"server"===o.env.VUE_ENV)){var r=!0;try{var i="__vue-localstorage-test__";window.localStorage.setItem(i,i),window.localStorage.removeItem(i)}catch(t){r=!1,n._isSupported=!1,console.error("Local storage is not supported")}var a=e.name||"localStorage",s=e.bind;e.namespace&&(n.namespace=e.namespace),t.mixin({beforeCreate:function(){var e=this;r&&this.$options[a]&&Object.keys(this.$options[a]).forEach((function(o){var r=e.$options[a][o],i=[r.type,r.default],l=i[0],c=i[1];if(n.addProperty(o,l,c),Object.getOwnPropertyDescriptor(n,o))t.config.silent||console.log(o+": is already defined and will be reused");else{var d={get:function(){return t.localStorage.get(o,c)},set:function(e){return t.localStorage.set(o,e)},configurable:!0};Object.defineProperty(n,o,d),t.util.defineReactive(n,o,c)}(s||r.bind)&&!1!==r.bind&&(e.$options.computed=e.$options.computed||{},e.$options.computed[o]||(e.$options.computed[o]={get:function(){return t.localStorage[o]},set:function(e){t.localStorage[o]=e}}))}))}}),t[a]=n,t.prototype["$"+a]=n}}}}()},62893:(t,e,n)=>{"use strict";n.r(e),n.d(e,{EffectScope:()=>fn,computed:()=>pe,customRef:()=>re,default:()=>fr,defineAsyncComponent:()=>uo,defineComponent:()=>$o,del:()=>It,effectScope:()=>pn,getCurrentInstance:()=>bt,getCurrentScope:()=>bn,h:()=>Wn,inject:()=>Gn,isProxy:()=>Gt,isReactive:()=>Ht,isReadonly:()=>qt,isRef:()=>Xt,isShallow:()=>Ut,markRaw:()=>Yt,mergeDefaults:()=>en,nextTick:()=>so,onActivated:()=>yo,onBeforeMount:()=>po,onBeforeUnmount:()=>mo,onBeforeUpdate:()=>ho,onDeactivated:()=>xo,onErrorCaptured:()=>Co,onMounted:()=>bo,onRenderTracked:()=>ko,onRenderTriggered:()=>_o,onScopeDispose:()=>hn,onServerPrefetch:()=>wo,onUnmounted:()=>vo,onUpdated:()=>go,provide:()=>Un,proxyRefs:()=>ne,reactive:()=>jt,readonly:()=>ce,ref:()=>Zt,set:()=>Mt,shallowReactive:()=>Nt,shallowReadonly:()=>fe,shallowRef:()=>Jt,toRaw:()=>Wt,toRef:()=>ae,toRefs:()=>ie,triggerRef:()=>te,unref:()=>ee,useAttrs:()=>Je,useCssModule:()=>lo,useCssVars:()=>co,useListeners:()=>Qe,useSlots:()=>Ze,version:()=>To,watch:()=>Vn,watchEffect:()=>In,watchPostEffect:()=>Rn,watchSyncEffect:()=>jn});var o=Object.freeze({}),r=Array.isArray;function i(t){return null==t}function a(t){return null!=t}function s(t){return!0===t}function l(t){return"string"==typeof t||"number"==typeof t||"symbol"==typeof t||"boolean"==typeof t}function c(t){return"function"==typeof t}function d(t){return null!==t&&"object"==typeof t}var u=Object.prototype.toString;function f(t){return"[object Object]"===u.call(t)}function p(t){return"[object RegExp]"===u.call(t)}function b(t){var e=parseFloat(String(t));return e>=0&&Math.floor(e)===e&&isFinite(t)}function h(t){return a(t)&&"function"==typeof t.then&&"function"==typeof t.catch}function g(t){return null==t?"":Array.isArray(t)||f(t)&&t.toString===u?JSON.stringify(t,m,2):String(t)}function m(t,e){return e&&e.__v_isRef?e.value:e}function v(t){var e=parseFloat(t);return isNaN(e)?t:e}function y(t,e){for(var n=Object.create(null),o=t.split(","),r=0;r-1)return t.splice(o,1)}}var _=Object.prototype.hasOwnProperty;function S(t,e){return _.call(t,e)}function C(t){var e=Object.create(null);return function(n){return e[n]||(e[n]=t(n))}}var T=/-(\w)/g,$=C((function(t){return t.replace(T,(function(t,e){return e?e.toUpperCase():""}))})),O=C((function(t){return t.charAt(0).toUpperCase()+t.slice(1)})),z=/\B([A-Z])/g,A=C((function(t){return t.replace(z,"-$1").toLowerCase()}));var F=Function.prototype.bind?function(t,e){return t.bind(e)}:function(t,e){function n(n){var o=arguments.length;return o?o>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n};function B(t,e){e=e||0;for(var n=t.length-e,o=new Array(n);n--;)o[n]=t[n+e];return o}function P(t,e){for(var n in e)t[n]=e[n];return t}function E(t){for(var e={},n=0;n0,et=J&&J.indexOf("edge/")>0;J&&J.indexOf("android");var nt=J&&/iphone|ipad|ipod|ios/.test(J);J&&/chrome\/\d+/.test(J),J&&/phantomjs/.test(J);var ot,rt=J&&J.match(/firefox\/(\d+)/),it={}.watch,at=!1;if(Z)try{var st={};Object.defineProperty(st,"passive",{get:function(){at=!0}}),window.addEventListener("test-passive",null,st)}catch(t){}var lt=function(){return void 0===ot&&(ot=!Z&&void 0!==n.g&&(n.g.process&&"server"===n.g.process.env.VUE_ENV)),ot},ct=Z&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function dt(t){return"function"==typeof t&&/native code/.test(t.toString())}var ut,ft="undefined"!=typeof Symbol&&dt(Symbol)&&"undefined"!=typeof Reflect&&dt(Reflect.ownKeys);ut="undefined"!=typeof Set&&dt(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return!0===this.set[t]},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var pt=null;function bt(){return pt&&{proxy:pt}}function ht(t){void 0===t&&(t=null),t||pt&&pt._scope.off(),pt=t,t&&t._scope.on()}var gt=function(){function t(t,e,n,o,r,i,a,s){this.tag=t,this.data=e,this.children=n,this.text=o,this.elm=r,this.ns=void 0,this.context=i,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=e&&e.key,this.componentOptions=a,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1}return Object.defineProperty(t.prototype,"child",{get:function(){return this.componentInstance},enumerable:!1,configurable:!0}),t}(),mt=function(t){void 0===t&&(t="");var e=new gt;return e.text=t,e.isComment=!0,e};function vt(t){return new gt(void 0,void 0,void 0,String(t))}function yt(t){var e=new gt(t.tag,t.data,t.children&&t.children.slice(),t.text,t.elm,t.context,t.componentOptions,t.asyncFactory);return e.ns=t.ns,e.isStatic=t.isStatic,e.key=t.key,e.isComment=t.isComment,e.fnContext=t.fnContext,e.fnOptions=t.fnOptions,e.fnScopeId=t.fnScopeId,e.asyncMeta=t.asyncMeta,e.isCloned=!0,e}"function"==typeof SuppressedError&&SuppressedError;var xt=0,wt=[],kt=function(){for(var t=0;t0&&(xe((o=we(o,"".concat(e||"","_").concat(n)))[0])&&xe(d)&&(u[c]=vt(d.text+o[0].text),o.shift()),u.push.apply(u,o)):l(o)?xe(d)?u[c]=vt(d.text+o):""!==o&&u.push(vt(o)):xe(o)&&xe(d)?u[c]=vt(d.text+o.text):(s(t._isVList)&&a(o.tag)&&i(o.key)&&a(e)&&(o.key="__vlist".concat(e,"_").concat(n,"__")),u.push(o)));return u}var ke=1,_e=2;function Se(t,e,n,o,i,u){return(r(n)||l(n))&&(i=o,o=n,n=void 0),s(u)&&(i=_e),function(t,e,n,o,i){if(a(n)&&a(n.__ob__))return mt();a(n)&&a(n.is)&&(e=n.is);if(!e)return mt();0;r(o)&&c(o[0])&&((n=n||{}).scopedSlots={default:o[0]},o.length=0);i===_e?o=ye(o):i===ke&&(o=function(t){for(var e=0;e0,s=e?!!e.$stable:!a,l=e&&e.$key;if(e){if(e._normalized)return e._normalized;if(s&&r&&r!==o&&l===r.$key&&!a&&!r.$hasNormal)return r;for(var c in i={},e)e[c]&&"$"!==c[0]&&(i[c]=qe(t,n,c,e[c]))}else i={};for(var d in n)d in i||(i[d]=Ge(n,d));return e&&Object.isExtensible(e)&&(e._normalized=i),Y(i,"$stable",s),Y(i,"$key",l),Y(i,"$hasNormal",a),i}function qe(t,e,n,o){var i=function(){var e=pt;ht(t);var n=arguments.length?o.apply(null,arguments):o({}),i=(n=n&&"object"==typeof n&&!r(n)?[n]:ye(n))&&n[0];return ht(e),n&&(!i||1===n.length&&i.isComment&&!He(i))?void 0:n};return o.proxy&&Object.defineProperty(e,n,{get:i,enumerable:!0,configurable:!0}),i}function Ge(t,e){return function(){return t[e]}}function We(t){return{get attrs(){if(!t._attrsProxy){var e=t._attrsProxy={};Y(e,"_v_attr_proxy",!0),Ye(e,t.$attrs,o,t,"$attrs")}return t._attrsProxy},get listeners(){t._listenersProxy||Ye(t._listenersProxy={},t.$listeners,o,t,"$listeners");return t._listenersProxy},get slots(){return function(t){t._slotsProxy||Xe(t._slotsProxy={},t.$scopedSlots);return t._slotsProxy}(t)},emit:F(t.$emit,t),expose:function(e){e&&Object.keys(e).forEach((function(n){return oe(t,e,n)}))}}}function Ye(t,e,n,o,r){var i=!1;for(var a in e)a in t?e[a]!==n[a]&&(i=!0):(i=!0,Ke(t,a,o,r));for(var a in t)a in e||(i=!0,delete t[a]);return i}function Ke(t,e,n,o){Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:function(){return n[o][e]}})}function Xe(t,e){for(var n in e)t[n]=e[n];for(var n in t)n in e||delete t[n]}function Ze(){return tn().slots}function Je(){return tn().attrs}function Qe(){return tn().listeners}function tn(){var t=pt;return t._setupContext||(t._setupContext=We(t))}function en(t,e){var n=r(t)?t.reduce((function(t,e){return t[e]={},t}),{}):t;for(var o in e){var i=n[o];i?r(i)||c(i)?n[o]={type:i,default:e[o]}:i.default=e[o]:null===i&&(n[o]={default:e[o]})}return n}var nn,on,rn=null;function an(t,e){return(t.__esModule||ft&&"Module"===t[Symbol.toStringTag])&&(t=t.default),d(t)?e.extend(t):t}function sn(t){if(r(t))for(var e=0;edocument.createEvent("Event").timeStamp&&(zn=function(){return An.now()})}var Fn=function(t,e){if(t.post){if(!e.post)return 1}else if(e.post)return-1;return t.id-e.id};function Bn(){var t,e;for(On=zn(),Tn=!0,kn.sort(Fn),$n=0;$n$n&&kn[n].id>t.id;)n--;kn.splice(n+1,0,t)}else kn.push(t);Cn||(Cn=!0,so(Bn))}}var En="watcher",Dn="".concat(En," callback"),Ln="".concat(En," getter"),Mn="".concat(En," cleanup");function In(t,e){return Hn(t,null,e)}function Rn(t,e){return Hn(t,null,{flush:"post"})}function jn(t,e){return Hn(t,null,{flush:"sync"})}var Nn={};function Vn(t,e,n){return Hn(t,e,n)}function Hn(t,e,n){var i=void 0===n?o:n,a=i.immediate,s=i.deep,l=i.flush,d=void 0===l?"pre":l;i.onTrack,i.onTrigger;var u,f,p=pt,b=function(t,e,n){void 0===n&&(n=null);var o=Kn(t,null,n,p,e);return s&&o&&o.__ob__&&o.__ob__.dep.depend(),o},h=!1,g=!1;if(Xt(t)?(u=function(){return t.value},h=Ut(t)):Ht(t)?(u=function(){return t.__ob__.dep.depend(),t},s=!0):r(t)?(g=!0,h=t.some((function(t){return Ht(t)||Ut(t)})),u=function(){return t.map((function(t){return Xt(t)?t.value:Ht(t)?(t.__ob__.dep.depend(),zo(t)):c(t)?b(t,Ln):void 0}))}):u=c(t)?e?function(){return b(t,Ln)}:function(){if(!p||!p._isDestroyed)return f&&f(),b(t,En,[v])}:D,e&&s){var m=u;u=function(){return zo(m())}}var v=function(t){f=y.onStop=function(){b(t,Mn)}};if(lt())return v=D,e?a&&b(e,Dn,[u(),g?[]:void 0,v]):u(),D;var y=new Bo(pt,u,D,{lazy:!0});y.noRecurse=!e;var x=g?[]:Nn;return y.run=function(){if(y.active)if(e){var t=y.get();(s||h||(g?t.some((function(t,e){return N(t,x[e])})):N(t,x)))&&(f&&f(),b(e,Dn,[t,x===Nn?void 0:x,v]),x=t)}else y.get()},"sync"===d?y.update=y.run:"post"===d?(y.post=!0,y.update=function(){return Pn(y)}):y.update=function(){if(p&&p===pt&&!p._isMounted){var t=p._preWatchers||(p._preWatchers=[]);t.indexOf(y)<0&&t.push(y)}else Pn(y)},e?a?y.run():x=y.get():"post"===d&&p?p.$once("hook:mounted",(function(){return y.get()})):y.get(),function(){y.teardown()}}function Un(t,e){pt&&(qn(pt)[t]=e)}function qn(t){var e=t._provided,n=t.$parent&&t.$parent._provided;return n===e?t._provided=Object.create(n):e}function Gn(t,e,n){void 0===n&&(n=!1);var o=pt;if(o){var r=o.$parent&&o.$parent._provided;if(r&&t in r)return r[t];if(arguments.length>1)return n&&c(e)?e.call(o):e}else 0}function Wn(t,e,n){return Se(pt,t,e,n,2,!0)}function Yn(t,e,n){Ct();try{if(e)for(var o=e;o=o.$parent;){var r=o.$options.errorCaptured;if(r)for(var i=0;i-1)if(i&&!S(r,"default"))a=!1;else if(""===a||a===A(t)){var l=ur(String,r.type);(l<0||s-1:"string"==typeof t?t.split(",").indexOf(e)>-1:!!p(t)&&t.test(e)}function gr(t,e){var n=t.cache,o=t.keys,r=t._vnode,i=t.$vnode;for(var a in n){var s=n[a];if(s){var l=s.name;l&&!e(l)&&mr(n,a,o,r)}}i.componentOptions.children=void 0}function mr(t,e,n,o){var r=t[e];!r||o&&r.tag===o.tag||r.componentInstance.$destroy(),t[e]=null,k(n,e)}!function(t){t.prototype._init=function(t){var e=this;e._uid=Vo++,e._isVue=!0,e.__v_skip=!0,e._scope=new fn(!0),e._scope.parent=void 0,e._scope._vm=!0,t&&t._isComponent?function(t,e){var n=t.$options=Object.create(t.constructor.options),o=e._parentVnode;n.parent=e.parent,n._parentVnode=o;var r=o.componentOptions;n.propsData=r.propsData,n._parentListeners=r.listeners,n._renderChildren=r.children,n._componentTag=r.tag,e.render&&(n.render=e.render,n.staticRenderFns=e.staticRenderFns)}(e,t):e.$options=ir(Ho(e.constructor),t||{},e),e._renderProxy=e,e._self=e,function(t){var e=t.$options,n=e.parent;if(n&&!e.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(t)}t.$parent=n,t.$root=n?n.$root:t,t.$children=[],t.$refs={},t._provided=n?n._provided:Object.create(null),t._watcher=null,t._inactive=null,t._directInactive=!1,t._isMounted=!1,t._isDestroyed=!1,t._isBeingDestroyed=!1}(e),function(t){t._events=Object.create(null),t._hasHookEvent=!1;var e=t.$options._parentListeners;e&&un(t,e)}(e),function(t){t._vnode=null,t._staticTrees=null;var e=t.$options,n=t.$vnode=e._parentVnode,r=n&&n.context;t.$slots=Ne(e._renderChildren,r),t.$scopedSlots=n?Ue(t.$parent,n.data.scopedSlots,t.$slots):o,t._c=function(e,n,o,r){return Se(t,e,n,o,r,!1)},t.$createElement=function(e,n,o,r){return Se(t,e,n,o,r,!0)};var i=n&&n.data;Lt(t,"$attrs",i&&i.attrs||o,null,!0),Lt(t,"$listeners",e._parentListeners||o,null,!0)}(e),wn(e,"beforeCreate",void 0,!1),function(t){var e=No(t.$options.inject,t);e&&(Bt(!1),Object.keys(e).forEach((function(n){Lt(t,n,e[n])})),Bt(!0))}(e),Do(e),function(t){var e=t.$options.provide;if(e){var n=c(e)?e.call(t):e;if(!d(n))return;for(var o=qn(t),r=ft?Reflect.ownKeys(n):Object.keys(n),i=0;i1?B(n):n;for(var o=B(arguments,1),r='event handler for "'.concat(t,'"'),i=0,a=n.length;iparseInt(this.max)&&mr(e,n[0],n,this._vnode),this.vnodeToCache=null}}},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var t in this.cache)mr(this.cache,t,this.keys)},mounted:function(){var t=this;this.cacheVNode(),this.$watch("include",(function(e){gr(t,(function(t){return hr(e,t)}))})),this.$watch("exclude",(function(e){gr(t,(function(t){return!hr(e,t)}))}))},updated:function(){this.cacheVNode()},render:function(){var t=this.$slots.default,e=sn(t),n=e&&e.componentOptions;if(n){var o=br(n),r=this.include,i=this.exclude;if(r&&(!o||!hr(r,o))||i&&o&&hr(i,o))return e;var a=this.cache,s=this.keys,l=null==e.key?n.Ctor.cid+(n.tag?"::".concat(n.tag):""):e.key;a[l]?(e.componentInstance=a[l].componentInstance,k(s,l),s.push(l)):(this.vnodeToCache=e,this.keyToCache=l),e.data.keepAlive=!0}return e||t&&t[0]}},xr={KeepAlive:yr};!function(t){var e={get:function(){return q}};Object.defineProperty(t,"config",e),t.util={warn:Jo,extend:P,mergeOptions:ir,defineReactive:Lt},t.set=Mt,t.delete=It,t.nextTick=so,t.observable=function(t){return Dt(t),t},t.options=Object.create(null),H.forEach((function(e){t.options[e+"s"]=Object.create(null)})),t.options._base=t,P(t.options.components,xr),function(t){t.use=function(t){var e=this._installedPlugins||(this._installedPlugins=[]);if(e.indexOf(t)>-1)return this;var n=B(arguments,1);return n.unshift(this),c(t.install)?t.install.apply(t,n):c(t)&&t.apply(null,n),e.push(t),this}}(t),function(t){t.mixin=function(t){return this.options=ir(this.options,t),this}}(t),pr(t),function(t){H.forEach((function(e){t[e]=function(t,n){return n?("component"===e&&f(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&c(n)&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}}))}(t)}(fr),Object.defineProperty(fr.prototype,"$isServer",{get:lt}),Object.defineProperty(fr.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(fr,"FunctionalRenderContext",{value:Uo}),fr.version=To;var wr=y("style,class"),kr=y("input,textarea,option,select,progress"),_r=function(t,e,n){return"value"===n&&kr(t)&&"button"!==e||"selected"===n&&"option"===t||"checked"===n&&"input"===t||"muted"===n&&"video"===t},Sr=y("contenteditable,draggable,spellcheck"),Cr=y("events,caret,typing,plaintext-only"),Tr=function(t,e){return Fr(e)||"false"===e?"false":"contenteditable"===t&&Cr(e)?e:"true"},$r=y("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,truespeed,typemustmatch,visible"),Or="http://www.w3.org/1999/xlink",zr=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},Ar=function(t){return zr(t)?t.slice(6,t.length):""},Fr=function(t){return null==t||!1===t};function Br(t){for(var e=t.data,n=t,o=t;a(o.componentInstance);)(o=o.componentInstance._vnode)&&o.data&&(e=Pr(o.data,e));for(;a(n=n.parent);)n&&n.data&&(e=Pr(e,n.data));return function(t,e){if(a(t)||a(e))return Er(t,Dr(e));return""}(e.staticClass,e.class)}function Pr(t,e){return{staticClass:Er(t.staticClass,e.staticClass),class:a(t.class)?[t.class,e.class]:e.class}}function Er(t,e){return t?e?t+" "+e:t:e||""}function Dr(t){return Array.isArray(t)?function(t){for(var e,n="",o=0,r=t.length;o-1?si(t,e,n):$r(e)?Fr(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):Sr(e)?t.setAttribute(e,Tr(e,n)):zr(e)?Fr(n)?t.removeAttributeNS(Or,Ar(e)):t.setAttributeNS(Or,e,n):si(t,e,n)}function si(t,e,n){if(Fr(n))t.removeAttribute(e);else{if(Q&&!tt&&"TEXTAREA"===t.tagName&&"placeholder"===e&&""!==n&&!t.__ieph){var o=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",o)};t.addEventListener("input",o),t.__ieph=!0}t.setAttribute(e,n)}}var li={create:ii,update:ii};function ci(t,e){var n=e.elm,o=e.data,r=t.data;if(!(i(o.staticClass)&&i(o.class)&&(i(r)||i(r.staticClass)&&i(r.class)))){var s=Br(e),l=n._transitionClasses;a(l)&&(s=Er(s,Dr(l))),s!==n._prevClass&&(n.setAttribute("class",s),n._prevClass=s)}}var di,ui,fi,pi,bi,hi,gi={create:ci,update:ci},mi=/[\w).+\-_$\]]/;function vi(t){var e,n,o,r,i,a=!1,s=!1,l=!1,c=!1,d=0,u=0,f=0,p=0;for(o=0;o=0&&" "===(h=t.charAt(b));b--);h&&mi.test(h)||(c=!0)}}else void 0===r?(p=o+1,r=t.slice(0,o).trim()):g();function g(){(i||(i=[])).push(t.slice(p,o).trim()),p=o+1}if(void 0===r?r=t.slice(0,o).trim():0!==p&&g(),i)for(o=0;o-1?{exp:t.slice(0,pi),key:'"'+t.slice(pi+1)+'"'}:{exp:t,key:null};ui=t,pi=bi=hi=0;for(;!Di();)Li(fi=Ei())?Ii(fi):91===fi&&Mi(fi);return{exp:t.slice(0,bi),key:t.slice(bi+1,hi)}}(t);return null===n.key?"".concat(t,"=").concat(e):"$set(".concat(n.exp,", ").concat(n.key,", ").concat(e,")")}function Ei(){return ui.charCodeAt(++pi)}function Di(){return pi>=di}function Li(t){return 34===t||39===t}function Mi(t){var e=1;for(bi=pi;!Di();)if(Li(t=Ei()))Ii(t);else if(91===t&&e++,93===t&&e--,0===e){hi=pi;break}}function Ii(t){for(var e=t;!Di()&&(t=Ei())!==e;);}var Ri,ji="__r",Ni="__c";function Vi(t,e,n){var o=Ri;return function r(){null!==e.apply(null,arguments)&&qi(t,r,n,o)}}var Hi=Qn&&!(rt&&Number(rt[1])<=53);function Ui(t,e,n,o){if(Hi){var r=On,i=e;e=i._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=r||t.timeStamp<=0||t.target.ownerDocument!==document)return i.apply(this,arguments)}}Ri.addEventListener(t,e,at?{capture:n,passive:o}:n)}function qi(t,e,n,o){(o||Ri).removeEventListener(t,e._wrapper||e,n)}function Gi(t,e){if(!i(t.data.on)||!i(e.data.on)){var n=e.data.on||{},o=t.data.on||{};Ri=e.elm||t.elm,function(t){if(a(t[ji])){var e=Q?"change":"input";t[e]=[].concat(t[ji],t[e]||[]),delete t[ji]}a(t[Ni])&&(t.change=[].concat(t[Ni],t.change||[]),delete t[Ni])}(n),ge(n,o,Ui,qi,Vi,e.context),Ri=void 0}}var Wi,Yi={create:Gi,update:Gi,destroy:function(t){return Gi(t,Yr)}};function Ki(t,e){if(!i(t.data.domProps)||!i(e.data.domProps)){var n,o,r=e.elm,l=t.data.domProps||{},c=e.data.domProps||{};for(n in(a(c.__ob__)||s(c._v_attr_proxy))&&(c=e.data.domProps=P({},c)),l)n in c||(r[n]="");for(n in c){if(o=c[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),o===l[n])continue;1===r.childNodes.length&&r.removeChild(r.childNodes[0])}if("value"===n&&"PROGRESS"!==r.tagName){r._value=o;var d=i(o)?"":String(o);Xi(r,d)&&(r.value=d)}else if("innerHTML"===n&&Ir(r.tagName)&&i(r.innerHTML)){(Wi=Wi||document.createElement("div")).innerHTML="".concat(o,"");for(var u=Wi.firstChild;r.firstChild;)r.removeChild(r.firstChild);for(;u.firstChild;)r.appendChild(u.firstChild)}else if(o!==l[n])try{r[n]=o}catch(t){}}}}function Xi(t,e){return!t.composing&&("OPTION"===t.tagName||function(t,e){var n=!0;try{n=document.activeElement!==t}catch(t){}return n&&t.value!==e}(t,e)||function(t,e){var n=t.value,o=t._vModifiers;if(a(o)){if(o.number)return v(n)!==v(e);if(o.trim)return n.trim()!==e.trim()}return n!==e}(t,e))}var Zi={create:Ki,update:Ki},Ji=C((function(t){var e={},n=/:(.+)/;return t.split(/;(?![^(]*\))/g).forEach((function(t){if(t){var o=t.split(n);o.length>1&&(e[o[0].trim()]=o[1].trim())}})),e}));function Qi(t){var e=ta(t.style);return t.staticStyle?P(t.staticStyle,e):e}function ta(t){return Array.isArray(t)?E(t):"string"==typeof t?Ji(t):t}var ea,na=/^--/,oa=/\s*!important$/,ra=function(t,e,n){if(na.test(e))t.style.setProperty(e,n);else if(oa.test(n))t.style.setProperty(A(e),n.replace(oa,""),"important");else{var o=aa(e);if(Array.isArray(n))for(var r=0,i=n.length;r-1?e.split(ca).forEach((function(e){return t.classList.add(e)})):t.classList.add(e);else{var n=" ".concat(t.getAttribute("class")||""," ");n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function ua(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(ca).forEach((function(e){return t.classList.remove(e)})):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{for(var n=" ".concat(t.getAttribute("class")||""," "),o=" "+e+" ";n.indexOf(o)>=0;)n=n.replace(o," ");(n=n.trim())?t.setAttribute("class",n):t.removeAttribute("class")}}function fa(t){if(t){if("object"==typeof t){var e={};return!1!==t.css&&P(e,pa(t.name||"v")),P(e,t),e}return"string"==typeof t?pa(t):void 0}}var pa=C((function(t){return{enterClass:"".concat(t,"-enter"),enterToClass:"".concat(t,"-enter-to"),enterActiveClass:"".concat(t,"-enter-active"),leaveClass:"".concat(t,"-leave"),leaveToClass:"".concat(t,"-leave-to"),leaveActiveClass:"".concat(t,"-leave-active")}})),ba=Z&&!tt,ha="transition",ga="animation",ma="transition",va="transitionend",ya="animation",xa="animationend";ba&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(ma="WebkitTransition",va="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(ya="WebkitAnimation",xa="webkitAnimationEnd"));var wa=Z?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function ka(t){wa((function(){wa(t)}))}function _a(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),da(t,e))}function Sa(t,e){t._transitionClasses&&k(t._transitionClasses,e),ua(t,e)}function Ca(t,e,n){var o=$a(t,e),r=o.type,i=o.timeout,a=o.propCount;if(!r)return n();var s=r===ha?va:xa,l=0,c=function(){t.removeEventListener(s,d),n()},d=function(e){e.target===t&&++l>=a&&c()};setTimeout((function(){l0&&(n=ha,d=a,u=i.length):e===ga?c>0&&(n=ga,d=c,u=l.length):u=(n=(d=Math.max(a,c))>0?a>c?ha:ga:null)?n===ha?i.length:l.length:0,{type:n,timeout:d,propCount:u,hasTransform:n===ha&&Ta.test(o[ma+"Property"])}}function Oa(t,e){for(;t.length1}function Ea(t,e){!0!==e.data.show&&Aa(e)}var Da=function(t){var e,n,o={},c=t.modules,d=t.nodeOps;for(e=0;eb?x(t,i(n[m+1])?null:n[m+1].elm,n,p,m,o):p>m&&k(e,u,b)}(u,h,m,n,c):a(m)?(a(t.text)&&d.setTextContent(u,""),x(u,null,m,0,m.length-1,n)):a(h)?k(h,0,h.length-1):a(t.text)&&d.setTextContent(u,""):t.text!==e.text&&d.setTextContent(u,e.text),a(b)&&a(p=b.hook)&&a(p=p.postpatch)&&p(t,e)}}}function T(t,e,n){if(s(n)&&a(t.parent))t.parent.data.pendingInsert=e;else for(var o=0;o-1,a.selected!==i&&(a.selected=i);else if(I(ja(a),o))return void(t.selectedIndex!==s&&(t.selectedIndex=s));r||(t.selectedIndex=-1)}}function Ra(t,e){return e.every((function(e){return!I(e,t)}))}function ja(t){return"_value"in t?t._value:t.value}function Na(t){t.target.composing=!0}function Va(t){t.target.composing&&(t.target.composing=!1,Ha(t.target,"input"))}function Ha(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function Ua(t){return!t.componentInstance||t.data&&t.data.transition?t:Ua(t.componentInstance._vnode)}var qa={bind:function(t,e,n){var o=e.value,r=(n=Ua(n)).data&&n.data.transition,i=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;o&&r?(n.data.show=!0,Aa(n,(function(){t.style.display=i}))):t.style.display=o?i:"none"},update:function(t,e,n){var o=e.value;!o!=!e.oldValue&&((n=Ua(n)).data&&n.data.transition?(n.data.show=!0,o?Aa(n,(function(){t.style.display=t.__vOriginalDisplay})):Fa(n,(function(){t.style.display="none"}))):t.style.display=o?t.__vOriginalDisplay:"none")},unbind:function(t,e,n,o,r){r||(t.style.display=t.__vOriginalDisplay)}},Ga={model:La,show:qa},Wa={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function Ya(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?Ya(sn(e.children)):t}function Ka(t){var e={},n=t.$options;for(var o in n.propsData)e[o]=t[o];var r=n._parentListeners;for(var o in r)e[$(o)]=r[o];return e}function Xa(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}var Za=function(t){return t.tag||He(t)},Ja=function(t){return"show"===t.name},Qa={name:"transition",props:Wa,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(Za)).length){0;var o=this.mode;0;var r=n[0];if(function(t){for(;t=t.parent;)if(t.data.transition)return!0}(this.$vnode))return r;var i=Ya(r);if(!i)return r;if(this._leaving)return Xa(t,r);var a="__transition-".concat(this._uid,"-");i.key=null==i.key?i.isComment?a+"comment":a+i.tag:l(i.key)?0===String(i.key).indexOf(a)?i.key:a+i.key:i.key;var s=(i.data||(i.data={})).transition=Ka(this),c=this._vnode,d=Ya(c);if(i.data.directives&&i.data.directives.some(Ja)&&(i.data.show=!0),d&&d.data&&!function(t,e){return e.key===t.key&&e.tag===t.tag}(i,d)&&!He(d)&&(!d.componentInstance||!d.componentInstance._vnode.isComment)){var u=d.data.transition=P({},s);if("out-in"===o)return this._leaving=!0,me(u,"afterLeave",(function(){e._leaving=!1,e.$forceUpdate()})),Xa(t,r);if("in-out"===o){if(He(i))return c;var f,p=function(){f()};me(s,"afterEnter",p),me(s,"enterCancelled",p),me(u,"delayLeave",(function(t){f=t}))}}return r}}},ts=P({tag:String,moveClass:String},Wa);delete ts.mode;var es={props:ts,beforeMount:function(){var t=this,e=this._update;this._update=function(n,o){var r=mn(t);t.__patch__(t._vnode,t.kept,!1,!0),t._vnode=t.kept,r(),e.call(t,n,o)}},render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),o=this.prevChildren=this.children,r=this.$slots.default||[],i=this.children=[],a=Ka(this),s=0;s-1?Nr[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:Nr[t]=/HTMLUnknownElement/.test(e.toString())},P(fr.options.directives,Ga),P(fr.options.components,is),fr.prototype.__patch__=Z?Da:D,fr.prototype.$mount=function(t,e){return function(t,e,n){var o;t.$el=e,t.$options.render||(t.$options.render=mt),wn(t,"beforeMount"),o=function(){t._update(t._render(),n)},new Bo(t,o,D,{before:function(){t._isMounted&&!t._isDestroyed&&wn(t,"beforeUpdate")}},!0),n=!1;var r=t._preWatchers;if(r)for(var i=0;i\/=]+)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/,ms=/^\s*((?:v-[\w-]+:|@|:|#)\[[^=]+?\][^\s"'<>\/=]*)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/,vs="[a-zA-Z_][\\-\\.0-9_a-zA-Z".concat(G.source,"]*"),ys="((?:".concat(vs,"\\:)?").concat(vs,")"),xs=new RegExp("^<".concat(ys)),ws=/^\s*(\/?)>/,ks=new RegExp("^<\\/".concat(ys,"[^>]*>")),_s=/^]+>/i,Ss=/^",""":'"',"&":"&"," ":"\n"," ":"\t","'":"'"},zs=/&(?:lt|gt|quot|amp|#39);/g,As=/&(?:lt|gt|quot|amp|#39|#10|#9);/g,Fs=y("pre,textarea",!0),Bs=function(t,e){return t&&Fs(t)&&"\n"===e[0]};function Ps(t,e){var n=e?As:zs;return t.replace(n,(function(t){return Os[t]}))}function Es(t,e){for(var n,o,r=[],i=e.expectHTML,a=e.isUnaryTag||L,s=e.canBeLeftOpenTag||L,l=0,c=function(){if(n=t,o&&Ts(o)){var c=0,f=o.toLowerCase(),p=$s[f]||($s[f]=new RegExp("([\\s\\S]*?)(]*>)","i"));k=t.replace(p,(function(t,n,o){return c=o.length,Ts(f)||"noscript"===f||(n=n.replace(//g,"$1").replace(//g,"$1")),Bs(f,n)&&(n=n.slice(1)),e.chars&&e.chars(n),""}));l+=t.length-k.length,t=k,u(f,l-c,l)}else{var b=t.indexOf("<");if(0===b){if(Ss.test(t)){var h=t.indexOf("--\x3e");if(h>=0)return e.shouldKeepComment&&e.comment&&e.comment(t.substring(4,h),l,l+h+3),d(h+3),"continue"}if(Cs.test(t)){var g=t.indexOf("]>");if(g>=0)return d(g+2),"continue"}var m=t.match(_s);if(m)return d(m[0].length),"continue";var v=t.match(ks);if(v){var y=l;return d(v[0].length),u(v[1],y,l),"continue"}var x=function(){var e=t.match(xs);if(e){var n={tagName:e[1],attrs:[],start:l};d(e[0].length);for(var o=void 0,r=void 0;!(o=t.match(ws))&&(r=t.match(ms)||t.match(gs));)r.start=l,d(r[0].length),r.end=l,n.attrs.push(r);if(o)return n.unarySlash=o[1],d(o[0].length),n.end=l,n}}();if(x)return function(t){var n=t.tagName,l=t.unarySlash;i&&("p"===o&&hs(n)&&u(o),s(n)&&o===n&&u(n));for(var c=a(n)||!!l,d=t.attrs.length,f=new Array(d),p=0;p=0){for(k=t.slice(b);!(ks.test(k)||xs.test(k)||Ss.test(k)||Cs.test(k)||(_=k.indexOf("<",1))<0);)b+=_,k=t.slice(b);w=t.substring(0,b)}b<0&&(w=t),w&&d(w.length),e.chars&&w&&e.chars(w,l-w.length,l)}if(t===n)return e.chars&&e.chars(t),"break"};t;){if("break"===c())break}function d(e){l+=e,t=t.substring(e)}function u(t,n,i){var a,s;if(null==n&&(n=l),null==i&&(i=l),t)for(s=t.toLowerCase(),a=r.length-1;a>=0&&r[a].lowerCasedTag!==s;a--);else a=0;if(a>=0){for(var c=r.length-1;c>=a;c--)e.end&&e.end(r[c].tag,n,i);r.length=a,o=a&&r[a-1].tag}else"br"===s?e.start&&e.start(t,[],!0,n,i):"p"===s&&(e.start&&e.start(t,[],!1,n,i),e.end&&e.end(t,n,i))}u()}var Ds,Ls,Ms,Is,Rs,js,Ns,Vs,Hs=/^@|^v-on:/,Us=/^v-|^@|^:|^#/,qs=/([\s\S]*?)\s+(?:in|of)\s+([\s\S]*)/,Gs=/,([^,\}\]]*)(?:,([^,\}\]]*))?$/,Ws=/^\(|\)$/g,Ys=/^\[.*\]$/,Ks=/:(.*)$/,Xs=/^:|^\.|^v-bind:/,Zs=/\.[^.\]]+(?=[^\]]*$)/g,Js=/^v-slot(:|$)|^#/,Qs=/[\r\n]/,tl=/[ \f\t\r\n]+/g,el=C(fs),nl="_empty_";function ol(t,e,n){return{type:1,tag:t,attrsList:e,attrsMap:dl(e),rawAttrsMap:{},parent:n,children:[]}}function rl(t,e){Ds=e.warn||xi,js=e.isPreTag||L,Ns=e.mustUseProp||L,Vs=e.getTagNamespace||L;var n=e.isReservedTag||L;Ms=wi(e.modules,"transformNode"),Is=wi(e.modules,"preTransformNode"),Rs=wi(e.modules,"postTransformNode"),Ls=e.delimiters;var o,r,i=[],a=!1!==e.preserveWhitespace,s=e.whitespace,l=!1,c=!1;function d(t){if(u(t),l||t.processed||(t=il(t,e)),i.length||t===o||o.if&&(t.elseif||t.else)&&sl(o,{exp:t.elseif,block:t}),r&&!t.forbidden)if(t.elseif||t.else)a=t,s=function(t){for(var e=t.length;e--;){if(1===t[e].type)return t[e];t.pop()}}(r.children),s&&s.if&&sl(s,{exp:a.elseif,block:a});else{if(t.slotScope){var n=t.slotTarget||'"default"';(r.scopedSlots||(r.scopedSlots={}))[n]=t}r.children.push(t),t.parent=r}var a,s;t.children=t.children.filter((function(t){return!t.slotScope})),u(t),t.pre&&(l=!1),js(t.tag)&&(c=!1);for(var d=0;dl&&(s.push(i=t.slice(l,r)),a.push(JSON.stringify(i)));var c=vi(o[1].trim());a.push("_s(".concat(c,")")),s.push({"@binding":c}),l=r+o[0].length}return l-1")+("true"===i?":(".concat(e,")"):":_q(".concat(e,",").concat(i,")"))),$i(t,"change","var $$a=".concat(e,",")+"$$el=$event.target,"+"$$c=$$el.checked?(".concat(i,"):(").concat(a,");")+"if(Array.isArray($$a)){"+"var $$v=".concat(o?"_n("+r+")":r,",")+"$$i=_i($$a,$$v);"+"if($$el.checked){$$i<0&&(".concat(Pi(e,"$$a.concat([$$v])"),")}")+"else{$$i>-1&&(".concat(Pi(e,"$$a.slice(0,$$i).concat($$a.slice($$i+1))"),")}")+"}else{".concat(Pi(e,"$$c"),"}"),null,!0)}(t,o,r);else if("input"===i&&"radio"===a)!function(t,e,n){var o=n&&n.number,r=Oi(t,"value")||"null";r=o?"_n(".concat(r,")"):r,ki(t,"checked","_q(".concat(e,",").concat(r,")")),$i(t,"change",Pi(e,r),null,!0)}(t,o,r);else if("input"===i||"textarea"===i)!function(t,e,n){var o=t.attrsMap.type;0;var r=n||{},i=r.lazy,a=r.number,s=r.trim,l=!i&&"range"!==o,c=i?"change":"range"===o?ji:"input",d="$event.target.value";s&&(d="$event.target.value.trim()");a&&(d="_n(".concat(d,")"));var u=Pi(e,d);l&&(u="if($event.target.composing)return;".concat(u));ki(t,"value","(".concat(e,")")),$i(t,c,u,null,!0),(s||a)&&$i(t,"blur","$forceUpdate()")}(t,o,r);else{if(!q.isReservedTag(i))return Bi(t,o,r),!1}return!0},text:function(t,e){e.value&&ki(t,"textContent","_s(".concat(e.value,")"),e)},html:function(t,e){e.value&&ki(t,"innerHTML","_s(".concat(e.value,")"),e)}},vl={expectHTML:!0,modules:bl,directives:ml,isPreTag:function(t){return"pre"===t},isUnaryTag:ps,mustUseProp:_r,canBeLeftOpenTag:bs,isReservedTag:Rr,getTagNamespace:jr,staticKeys:function(t){return t.reduce((function(t,e){return t.concat(e.staticKeys||[])}),[]).join(",")}(bl)},yl=C((function(t){return y("type,tag,attrsList,attrsMap,plain,parent,children,attrs,start,end,rawAttrsMap"+(t?","+t:""))}));function xl(t,e){t&&(hl=yl(e.staticKeys||""),gl=e.isReservedTag||L,wl(t),kl(t,!1))}function wl(t){if(t.static=function(t){if(2===t.type)return!1;if(3===t.type)return!0;return!(!t.pre&&(t.hasBindings||t.if||t.for||x(t.tag)||!gl(t.tag)||function(t){for(;t.parent;){if("template"!==(t=t.parent).tag)return!1;if(t.for)return!0}return!1}(t)||!Object.keys(t).every(hl)))}(t),1===t.type){if(!gl(t.tag)&&"slot"!==t.tag&&null==t.attrsMap["inline-template"])return;for(var e=0,n=t.children.length;e|^function(?:\s+[\w$]+)?\s*\(/,Sl=/\([^)]*?\);*$/,Cl=/^[A-Za-z_$][\w$]*(?:\.[A-Za-z_$][\w$]*|\['[^']*?']|\["[^"]*?"]|\[\d+]|\[[A-Za-z_$][\w$]*])*$/,Tl={esc:27,tab:9,enter:13,space:32,up:38,left:37,right:39,down:40,delete:[8,46]},$l={esc:["Esc","Escape"],tab:"Tab",enter:"Enter",space:[" ","Spacebar"],up:["Up","ArrowUp"],left:["Left","ArrowLeft"],right:["Right","ArrowRight"],down:["Down","ArrowDown"],delete:["Backspace","Delete","Del"]},Ol=function(t){return"if(".concat(t,")return null;")},zl={stop:"$event.stopPropagation();",prevent:"$event.preventDefault();",self:Ol("$event.target !== $event.currentTarget"),ctrl:Ol("!$event.ctrlKey"),shift:Ol("!$event.shiftKey"),alt:Ol("!$event.altKey"),meta:Ol("!$event.metaKey"),left:Ol("'button' in $event && $event.button !== 0"),middle:Ol("'button' in $event && $event.button !== 1"),right:Ol("'button' in $event && $event.button !== 2")};function Al(t,e){var n=e?"nativeOn:":"on:",o="",r="";for(var i in t){var a=Fl(t[i]);t[i]&&t[i].dynamic?r+="".concat(i,",").concat(a,","):o+='"'.concat(i,'":').concat(a,",")}return o="{".concat(o.slice(0,-1),"}"),r?n+"_d(".concat(o,",[").concat(r.slice(0,-1),"])"):n+o}function Fl(t){if(!t)return"function(){}";if(Array.isArray(t))return"[".concat(t.map((function(t){return Fl(t)})).join(","),"]");var e=Cl.test(t.value),n=_l.test(t.value),o=Cl.test(t.value.replace(Sl,""));if(t.modifiers){var r="",i="",a=[],s=function(e){if(zl[e])i+=zl[e],Tl[e]&&a.push(e);else if("exact"===e){var n=t.modifiers;i+=Ol(["ctrl","shift","alt","meta"].filter((function(t){return!n[t]})).map((function(t){return"$event.".concat(t,"Key")})).join("||"))}else a.push(e)};for(var l in t.modifiers)s(l);a.length&&(r+=function(t){return"if(!$event.type.indexOf('key')&&"+"".concat(t.map(Bl).join("&&"),")return null;")}(a)),i&&(r+=i);var c=e?"return ".concat(t.value,".apply(null, arguments)"):n?"return (".concat(t.value,").apply(null, arguments)"):o?"return ".concat(t.value):t.value;return"function($event){".concat(r).concat(c,"}")}return e||n?t.value:"function($event){".concat(o?"return ".concat(t.value):t.value,"}")}function Bl(t){var e=parseInt(t,10);if(e)return"$event.keyCode!==".concat(e);var n=Tl[t],o=$l[t];return"_k($event.keyCode,"+"".concat(JSON.stringify(t),",")+"".concat(JSON.stringify(n),",")+"$event.key,"+"".concat(JSON.stringify(o))+")"}var Pl={on:function(t,e){t.wrapListeners=function(t){return"_g(".concat(t,",").concat(e.value,")")}},bind:function(t,e){t.wrapData=function(n){return"_b(".concat(n,",'").concat(t.tag,"',").concat(e.value,",").concat(e.modifiers&&e.modifiers.prop?"true":"false").concat(e.modifiers&&e.modifiers.sync?",true":"",")")}},cloak:D},El=function(t){this.options=t,this.warn=t.warn||xi,this.transforms=wi(t.modules,"transformCode"),this.dataGenFns=wi(t.modules,"genData"),this.directives=P(P({},Pl),t.directives);var e=t.isReservedTag||L;this.maybeComponent=function(t){return!!t.component||!e(t.tag)},this.onceId=0,this.staticRenderFns=[],this.pre=!1};function Dl(t,e){var n=new El(e),o=t?"script"===t.tag?"null":Ll(t,n):'_c("div")';return{render:"with(this){return ".concat(o,"}"),staticRenderFns:n.staticRenderFns}}function Ll(t,e){if(t.parent&&(t.pre=t.pre||t.parent.pre),t.staticRoot&&!t.staticProcessed)return Ml(t,e);if(t.once&&!t.onceProcessed)return Il(t,e);if(t.for&&!t.forProcessed)return Nl(t,e);if(t.if&&!t.ifProcessed)return Rl(t,e);if("template"!==t.tag||t.slotTarget||e.pre){if("slot"===t.tag)return function(t,e){var n=t.slotName||'"default"',o=ql(t,e),r="_t(".concat(n).concat(o?",function(){return ".concat(o,"}"):""),i=t.attrs||t.dynamicAttrs?Yl((t.attrs||[]).concat(t.dynamicAttrs||[]).map((function(t){return{name:$(t.name),value:t.value,dynamic:t.dynamic}}))):null,a=t.attrsMap["v-bind"];!i&&!a||o||(r+=",null");i&&(r+=",".concat(i));a&&(r+="".concat(i?"":",null",",").concat(a));return r+")"}(t,e);var n=void 0;if(t.component)n=function(t,e,n){var o=e.inlineTemplate?null:ql(e,n,!0);return"_c(".concat(t,",").concat(Vl(e,n)).concat(o?",".concat(o):"",")")}(t.component,t,e);else{var o=void 0,r=e.maybeComponent(t);(!t.plain||t.pre&&r)&&(o=Vl(t,e));var i=void 0,a=e.options.bindings;r&&a&&!1!==a.__isScriptSetup&&(i=function(t,e){var n=$(e),o=O(n),r=function(r){return t[e]===r?e:t[n]===r?n:t[o]===r?o:void 0},i=r("setup-const")||r("setup-reactive-const");if(i)return i;var a=r("setup-let")||r("setup-ref")||r("setup-maybe-ref");if(a)return a}(a,t.tag)),i||(i="'".concat(t.tag,"'"));var s=t.inlineTemplate?null:ql(t,e,!0);n="_c(".concat(i).concat(o?",".concat(o):"").concat(s?",".concat(s):"",")")}for(var l=0;l>>0}(a)):"",")")}(t,t.scopedSlots,e),",")),t.model&&(n+="model:{value:".concat(t.model.value,",callback:").concat(t.model.callback,",expression:").concat(t.model.expression,"},")),t.inlineTemplate){var i=function(t,e){var n=t.children[0];0;if(n&&1===n.type){var o=Dl(n,e.options);return"inlineTemplate:{render:function(){".concat(o.render,"},staticRenderFns:[").concat(o.staticRenderFns.map((function(t){return"function(){".concat(t,"}")})).join(","),"]}")}}(t,e);i&&(n+="".concat(i,","))}return n=n.replace(/,$/,"")+"}",t.dynamicAttrs&&(n="_b(".concat(n,',"').concat(t.tag,'",').concat(Yl(t.dynamicAttrs),")")),t.wrapData&&(n=t.wrapData(n)),t.wrapListeners&&(n=t.wrapListeners(n)),n}function Hl(t){return 1===t.type&&("slot"===t.tag||t.children.some(Hl))}function Ul(t,e){var n=t.attrsMap["slot-scope"];if(t.if&&!t.ifProcessed&&!n)return Rl(t,e,Ul,"null");if(t.for&&!t.forProcessed)return Nl(t,e,Ul);var o=t.slotScope===nl?"":String(t.slotScope),r="function(".concat(o,"){")+"return ".concat("template"===t.tag?t.if&&n?"(".concat(t.if,")?").concat(ql(t,e)||"undefined",":undefined"):ql(t,e)||"undefined":Ll(t,e),"}"),i=o?"":",proxy:true";return"{key:".concat(t.slotTarget||'"default"',",fn:").concat(r).concat(i,"}")}function ql(t,e,n,o,r){var i=t.children;if(i.length){var a=i[0];if(1===i.length&&a.for&&"template"!==a.tag&&"slot"!==a.tag){var s=n?e.maybeComponent(a)?",1":",0":"";return"".concat((o||Ll)(a,e)).concat(s)}var l=n?function(t,e){for(var n=0,o=0;o':'
',Ql.innerHTML.indexOf(" ")>0}var oc=!!Z&&nc(!1),rc=!!Z&&nc(!0),ic=C((function(t){var e=Hr(t);return e&&e.innerHTML})),ac=fr.prototype.$mount;fr.prototype.$mount=function(t,e){if((t=t&&Hr(t))===document.body||t===document.documentElement)return this;var n=this.$options;if(!n.render){var o=n.template;if(o)if("string"==typeof o)"#"===o.charAt(0)&&(o=ic(o));else{if(!o.nodeType)return this;o=o.innerHTML}else t&&(o=function(t){if(t.outerHTML)return t.outerHTML;var e=document.createElement("div");return e.appendChild(t.cloneNode(!0)),e.innerHTML}(t));if(o){0;var r=ec(o,{outputSourceRange:!1,shouldDecodeNewlines:oc,shouldDecodeNewlinesForHref:rc,delimiters:n.delimiters,comments:n.comments},this),i=r.render,a=r.staticRenderFns;n.render=i,n.staticRenderFns=a}}return ac.call(this,t,e)},fr.compile=ec},95353:(t,e,n)=>{"use strict";n.d(e,{Ay:()=>B,L8:()=>_,i0:()=>S});var o=("undefined"!=typeof window?window:void 0!==n.g?n.g:{}).__VUE_DEVTOOLS_GLOBAL_HOOK__;function r(t,e){if(void 0===e&&(e=[]),null===t||"object"!=typeof t)return t;var n,o=(n=function(e){return e.original===t},e.filter(n)[0]);if(o)return o.copy;var i=Array.isArray(t)?[]:{};return e.push({original:t,copy:i}),Object.keys(t).forEach((function(n){i[n]=r(t[n],e)})),i}function i(t,e){Object.keys(t).forEach((function(n){return e(t[n],n)}))}function a(t){return null!==t&&"object"==typeof t}var s=function(t,e){this.runtime=e,this._children=Object.create(null),this._rawModule=t;var n=t.state;this.state=("function"==typeof n?n():n)||{}},l={namespaced:{configurable:!0}};l.namespaced.get=function(){return!!this._rawModule.namespaced},s.prototype.addChild=function(t,e){this._children[t]=e},s.prototype.removeChild=function(t){delete this._children[t]},s.prototype.getChild=function(t){return this._children[t]},s.prototype.hasChild=function(t){return t in this._children},s.prototype.update=function(t){this._rawModule.namespaced=t.namespaced,t.actions&&(this._rawModule.actions=t.actions),t.mutations&&(this._rawModule.mutations=t.mutations),t.getters&&(this._rawModule.getters=t.getters)},s.prototype.forEachChild=function(t){i(this._children,t)},s.prototype.forEachGetter=function(t){this._rawModule.getters&&i(this._rawModule.getters,t)},s.prototype.forEachAction=function(t){this._rawModule.actions&&i(this._rawModule.actions,t)},s.prototype.forEachMutation=function(t){this._rawModule.mutations&&i(this._rawModule.mutations,t)},Object.defineProperties(s.prototype,l);var c=function(t){this.register([],t,!1)};function d(t,e,n){if(e.update(n),n.modules)for(var o in n.modules){if(!e.getChild(o))return void 0;d(t.concat(o),e.getChild(o),n.modules[o])}}c.prototype.get=function(t){return t.reduce((function(t,e){return t.getChild(e)}),this.root)},c.prototype.getNamespace=function(t){var e=this.root;return t.reduce((function(t,n){return t+((e=e.getChild(n)).namespaced?n+"/":"")}),"")},c.prototype.update=function(t){d([],this.root,t)},c.prototype.register=function(t,e,n){var o=this;void 0===n&&(n=!0);var r=new s(e,n);0===t.length?this.root=r:this.get(t.slice(0,-1)).addChild(t[t.length-1],r);e.modules&&i(e.modules,(function(e,r){o.register(t.concat(r),e,n)}))},c.prototype.unregister=function(t){var e=this.get(t.slice(0,-1)),n=t[t.length-1],o=e.getChild(n);o&&o.runtime&&e.removeChild(n)},c.prototype.isRegistered=function(t){var e=this.get(t.slice(0,-1)),n=t[t.length-1];return!!e&&e.hasChild(n)};var u;var f=function(t){var e=this;void 0===t&&(t={}),!u&&"undefined"!=typeof window&&window.Vue&&x(window.Vue);var n=t.plugins;void 0===n&&(n=[]);var r=t.strict;void 0===r&&(r=!1),this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new c(t),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new u,this._makeLocalGettersCache=Object.create(null);var i=this,a=this.dispatch,s=this.commit;this.dispatch=function(t,e){return a.call(i,t,e)},this.commit=function(t,e,n){return s.call(i,t,e,n)},this.strict=r;var l=this._modules.root.state;m(this,l,[],this._modules.root),g(this,l),n.forEach((function(t){return t(e)})),(void 0!==t.devtools?t.devtools:u.config.devtools)&&function(t){o&&(t._devtoolHook=o,o.emit("vuex:init",t),o.on("vuex:travel-to-state",(function(e){t.replaceState(e)})),t.subscribe((function(t,e){o.emit("vuex:mutation",t,e)}),{prepend:!0}),t.subscribeAction((function(t,e){o.emit("vuex:action",t,e)}),{prepend:!0}))}(this)},p={state:{configurable:!0}};function b(t,e,n){return e.indexOf(t)<0&&(n&&n.prepend?e.unshift(t):e.push(t)),function(){var n=e.indexOf(t);n>-1&&e.splice(n,1)}}function h(t,e){t._actions=Object.create(null),t._mutations=Object.create(null),t._wrappedGetters=Object.create(null),t._modulesNamespaceMap=Object.create(null);var n=t.state;m(t,n,[],t._modules.root,!0),g(t,n,e)}function g(t,e,n){var o=t._vm;t.getters={},t._makeLocalGettersCache=Object.create(null);var r=t._wrappedGetters,a={};i(r,(function(e,n){a[n]=function(t,e){return function(){return t(e)}}(e,t),Object.defineProperty(t.getters,n,{get:function(){return t._vm[n]},enumerable:!0})}));var s=u.config.silent;u.config.silent=!0,t._vm=new u({data:{$$state:e},computed:a}),u.config.silent=s,t.strict&&function(t){t._vm.$watch((function(){return this._data.$$state}),(function(){0}),{deep:!0,sync:!0})}(t),o&&(n&&t._withCommit((function(){o._data.$$state=null})),u.nextTick((function(){return o.$destroy()})))}function m(t,e,n,o,r){var i=!n.length,a=t._modules.getNamespace(n);if(o.namespaced&&(t._modulesNamespaceMap[a],t._modulesNamespaceMap[a]=o),!i&&!r){var s=v(e,n.slice(0,-1)),l=n[n.length-1];t._withCommit((function(){u.set(s,l,o.state)}))}var c=o.context=function(t,e,n){var o=""===e,r={dispatch:o?t.dispatch:function(n,o,r){var i=y(n,o,r),a=i.payload,s=i.options,l=i.type;return s&&s.root||(l=e+l),t.dispatch(l,a)},commit:o?t.commit:function(n,o,r){var i=y(n,o,r),a=i.payload,s=i.options,l=i.type;s&&s.root||(l=e+l),t.commit(l,a,s)}};return Object.defineProperties(r,{getters:{get:o?function(){return t.getters}:function(){return function(t,e){if(!t._makeLocalGettersCache[e]){var n={},o=e.length;Object.keys(t.getters).forEach((function(r){if(r.slice(0,o)===e){var i=r.slice(o);Object.defineProperty(n,i,{get:function(){return t.getters[r]},enumerable:!0})}})),t._makeLocalGettersCache[e]=n}return t._makeLocalGettersCache[e]}(t,e)}},state:{get:function(){return v(t.state,n)}}}),r}(t,a,n);o.forEachMutation((function(e,n){!function(t,e,n,o){var r=t._mutations[e]||(t._mutations[e]=[]);r.push((function(e){n.call(t,o.state,e)}))}(t,a+n,e,c)})),o.forEachAction((function(e,n){var o=e.root?n:a+n,r=e.handler||e;!function(t,e,n,o){var r=t._actions[e]||(t._actions[e]=[]);r.push((function(e){var r,i=n.call(t,{dispatch:o.dispatch,commit:o.commit,getters:o.getters,state:o.state,rootGetters:t.getters,rootState:t.state},e);return(r=i)&&"function"==typeof r.then||(i=Promise.resolve(i)),t._devtoolHook?i.catch((function(e){throw t._devtoolHook.emit("vuex:error",e),e})):i}))}(t,o,r,c)})),o.forEachGetter((function(e,n){!function(t,e,n,o){if(t._wrappedGetters[e])return void 0;t._wrappedGetters[e]=function(t){return n(o.state,o.getters,t.state,t.getters)}}(t,a+n,e,c)})),o.forEachChild((function(o,i){m(t,e,n.concat(i),o,r)}))}function v(t,e){return e.reduce((function(t,e){return t[e]}),t)}function y(t,e,n){return a(t)&&t.type&&(n=e,e=t,t=t.type),{type:t,payload:e,options:n}}function x(t){u&&t===u||function(t){if(Number(t.version.split(".")[0])>=2)t.mixin({beforeCreate:n});else{var e=t.prototype._init;t.prototype._init=function(t){void 0===t&&(t={}),t.init=t.init?[n].concat(t.init):n,e.call(this,t)}}function n(){var t=this.$options;t.store?this.$store="function"==typeof t.store?t.store():t.store:t.parent&&t.parent.$store&&(this.$store=t.parent.$store)}}(u=t)}p.state.get=function(){return this._vm._data.$$state},p.state.set=function(t){0},f.prototype.commit=function(t,e,n){var o=this,r=y(t,e,n),i=r.type,a=r.payload,s=(r.options,{type:i,payload:a}),l=this._mutations[i];l&&(this._withCommit((function(){l.forEach((function(t){t(a)}))})),this._subscribers.slice().forEach((function(t){return t(s,o.state)})))},f.prototype.dispatch=function(t,e){var n=this,o=y(t,e),r=o.type,i=o.payload,a={type:r,payload:i},s=this._actions[r];if(s){try{this._actionSubscribers.slice().filter((function(t){return t.before})).forEach((function(t){return t.before(a,n.state)}))}catch(t){0}var l=s.length>1?Promise.all(s.map((function(t){return t(i)}))):s[0](i);return new Promise((function(t,e){l.then((function(e){try{n._actionSubscribers.filter((function(t){return t.after})).forEach((function(t){return t.after(a,n.state)}))}catch(t){0}t(e)}),(function(t){try{n._actionSubscribers.filter((function(t){return t.error})).forEach((function(e){return e.error(a,n.state,t)}))}catch(t){0}e(t)}))}))}},f.prototype.subscribe=function(t,e){return b(t,this._subscribers,e)},f.prototype.subscribeAction=function(t,e){return b("function"==typeof t?{before:t}:t,this._actionSubscribers,e)},f.prototype.watch=function(t,e,n){var o=this;return this._watcherVM.$watch((function(){return t(o.state,o.getters)}),e,n)},f.prototype.replaceState=function(t){var e=this;this._withCommit((function(){e._vm._data.$$state=t}))},f.prototype.registerModule=function(t,e,n){void 0===n&&(n={}),"string"==typeof t&&(t=[t]),this._modules.register(t,e),m(this,this.state,t,this._modules.get(t),n.preserveState),g(this,this.state)},f.prototype.unregisterModule=function(t){var e=this;"string"==typeof t&&(t=[t]),this._modules.unregister(t),this._withCommit((function(){var n=v(e.state,t.slice(0,-1));u.delete(n,t[t.length-1])})),h(this)},f.prototype.hasModule=function(t){return"string"==typeof t&&(t=[t]),this._modules.isRegistered(t)},f.prototype.hotUpdate=function(t){this._modules.update(t),h(this,!0)},f.prototype._withCommit=function(t){var e=this._committing;this._committing=!0,t(),this._committing=e},Object.defineProperties(f.prototype,p);var w=T((function(t,e){var n={};return C(e).forEach((function(e){var o=e.key,r=e.val;n[o]=function(){var e=this.$store.state,n=this.$store.getters;if(t){var o=$(this.$store,"mapState",t);if(!o)return;e=o.context.state,n=o.context.getters}return"function"==typeof r?r.call(this,e,n):e[r]},n[o].vuex=!0})),n})),k=T((function(t,e){var n={};return C(e).forEach((function(e){var o=e.key,r=e.val;n[o]=function(){for(var e=[],n=arguments.length;n--;)e[n]=arguments[n];var o=this.$store.commit;if(t){var i=$(this.$store,"mapMutations",t);if(!i)return;o=i.context.commit}return"function"==typeof r?r.apply(this,[o].concat(e)):o.apply(this.$store,[r].concat(e))}})),n})),_=T((function(t,e){var n={};return C(e).forEach((function(e){var o=e.key,r=e.val;r=t+r,n[o]=function(){if(!t||$(this.$store,"mapGetters",t))return this.$store.getters[r]},n[o].vuex=!0})),n})),S=T((function(t,e){var n={};return C(e).forEach((function(e){var o=e.key,r=e.val;n[o]=function(){for(var e=[],n=arguments.length;n--;)e[n]=arguments[n];var o=this.$store.dispatch;if(t){var i=$(this.$store,"mapActions",t);if(!i)return;o=i.context.dispatch}return"function"==typeof r?r.apply(this,[o].concat(e)):o.apply(this.$store,[r].concat(e))}})),n}));function C(t){return function(t){return Array.isArray(t)||a(t)}(t)?Array.isArray(t)?t.map((function(t){return{key:t,val:t}})):Object.keys(t).map((function(e){return{key:e,val:t[e]}})):[]}function T(t){return function(e,n){return"string"!=typeof e?(n=e,e=""):"/"!==e.charAt(e.length-1)&&(e+="/"),t(e,n)}}function $(t,e,n){return t._modulesNamespaceMap[n]}function O(t,e,n){var o=n?t.groupCollapsed:t.group;try{o.call(t,e)}catch(n){t.log(e)}}function z(t){try{t.groupEnd()}catch(e){t.log("—— log end ——")}}function A(){var t=new Date;return" @ "+F(t.getHours(),2)+":"+F(t.getMinutes(),2)+":"+F(t.getSeconds(),2)+"."+F(t.getMilliseconds(),3)}function F(t,e){return n="0",o=e-t.toString().length,new Array(o+1).join(n)+t;var n,o}const B={Store:f,install:x,version:"3.6.2",mapState:w,mapMutations:k,mapGetters:_,mapActions:S,createNamespacedHelpers:function(t){return{mapState:w.bind(null,t),mapGetters:_.bind(null,t),mapMutations:k.bind(null,t),mapActions:S.bind(null,t)}},createLogger:function(t){void 0===t&&(t={});var e=t.collapsed;void 0===e&&(e=!0);var n=t.filter;void 0===n&&(n=function(t,e,n){return!0});var o=t.transformer;void 0===o&&(o=function(t){return t});var i=t.mutationTransformer;void 0===i&&(i=function(t){return t});var a=t.actionFilter;void 0===a&&(a=function(t,e){return!0});var s=t.actionTransformer;void 0===s&&(s=function(t){return t});var l=t.logMutations;void 0===l&&(l=!0);var c=t.logActions;void 0===c&&(c=!0);var d=t.logger;return void 0===d&&(d=console),function(t){var u=r(t.state);void 0!==d&&(l&&t.subscribe((function(t,a){var s=r(a);if(n(t,u,s)){var l=A(),c=i(t),f="mutation "+t.type+l;O(d,f,e),d.log("%c prev state","color: #9E9E9E; font-weight: bold",o(u)),d.log("%c mutation","color: #03A9F4; font-weight: bold",c),d.log("%c next state","color: #4CAF50; font-weight: bold",o(s)),z(d)}u=s})),c&&t.subscribeAction((function(t,n){if(a(t,n)){var o=A(),r=s(t),i="action "+t.type+o;O(d,i,e),d.log("%c action","color: #03A9F4; font-weight: bold",r),z(d)}})))}}}}},r={};function i(t){var e=r[t];if(void 0!==e)return e.exports;var n=r[t]={id:t,loaded:!1,exports:{}};return o[t].call(n.exports,n,n.exports,i),n.loaded=!0,n.exports}i.m=o,i.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return i.d(e,{a:e}),e},e=Object.getPrototypeOf?t=>Object.getPrototypeOf(t):t=>t.__proto__,i.t=function(n,o){if(1&o&&(n=this(n)),8&o)return n;if("object"==typeof n&&n){if(4&o&&n.__esModule)return n;if(16&o&&"function"==typeof n.then)return n}var r=Object.create(null);i.r(r);var a={};t=t||[null,e({}),e([]),e(e)];for(var s=2&o&&n;"object"==typeof s&&!~t.indexOf(s);s=e(s))Object.getOwnPropertyNames(s).forEach((t=>a[t]=()=>n[t]));return a.default=()=>n,i.d(r,a),r},i.d=(t,e)=>{for(var n in e)i.o(e,n)&&!i.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},i.f={},i.e=t=>Promise.all(Object.keys(i.f).reduce(((e,n)=>(i.f[n](t,e),e)),[])),i.u=t=>"js/bundle/"+({21:"change_to_sale",90:"Customers",143:"designations",152:"vue-perfect-scrollbar",185:"permissions",230:"sms_settings",254:"sms_templates",377:"purchases",438:"attendance",554:"People",775:"profit_and_loss",776:"detail_stock_report",786:"users_report",896:"detail_product",945:"dashboard",987:"leave_list",1027:"store_expense",1135:"leave_type",1231:"subscription_product_create",1250:"edit_employee",1283:"index_project",1559:"payments_purchases",1629:"transfers",1638:"sales_report",1690:"index_purchase_return",1718:"office_shift",1818:"Customers_without_ecommerce",2155:"edit_sale",2212:"payment_methods",2233:"store_quotation",2235:"deposits_report",2252:"detail_supplier_report",2407:"Categories",2413:"index_transfer",2624:"store_project",2634:"mail_settings",2636:"edit_deposit",2779:"purchase_report",2791:"subscription_product_details",2869:"expenses_report",2975:"report_transactions",2983:"products",3011:"edit_purchase",3046:"quotations",3086:"product_purchases_report",3093:"product_report",3193:"module_settings",3242:"customizer",3253:"store_deposit",3283:"edit_transfer",3387:"pos",3452:"System_settings",3520:"subscription_product",3532:"providers_report",3543:"accounts",3652:"expenses",3680:"expense_category",3683:"pos_draft",3698:"hrm",3756:"store_permission",3898:"Suppliers",4024:"holidays",4052:"departments",4074:"Currencies",4162:"deposit_category",4234:"detail_purchase",4247:"detail_user_report",4316:"detail_customer_report",4372:"edit_quotation",4547:"detail_purchase_return",4758:"opening_stock_import",4846:"store_product",4933:"adjustments",5152:"largeSidebar",5333:"translations_view",5444:"stock_report",5659:"payments_sales",5669:"barcode",5684:"index_employee",5685:"pos_settings",5751:"payments_sales_returns",5755:"payments_purchases_returns",5961:"Users",6024:"index_expense",6025:"shipment",6121:"detail_product_report",6193:"edit_project",6326:"not_authorize",6335:"Warehouses",6380:"top_selling_products",6460:"report_error_logs",6472:"settings",6526:"detail_sale",6534:"deposits",6614:"top_customers",6726:"store_task",6742:"edit_expense",6831:"purchase_return",6888:"create_sale_return",7047:"detail_sale_return",7052:"store_purchase",7129:"email_templates",7189:"sales",7268:"edit_sale_return",7347:"report_sales_by_category",7384:"store_sale",7531:"edit_product",7584:"index_products",7623:"appearance_settings",7715:"edit_adjustment",7842:"product_sales_report",8074:"quantity_alerts",8138:"profile",8151:"customers_report",8235:"count_stock",8347:"transfer_money",8444:"payment_gateway",8539:"detail_quotation",8545:"payrolls",8549:"import_purchases",8573:"Brands",8576:"create_purchase_return",8597:"projects",8611:"sale_return",8756:"index_purchases",8827:"index_task",8834:"employees",8912:"store_adjustment",8919:"tasks",8962:"report_sales_by_brand",9028:"units",9117:"Backup",9195:"leaves",9224:"store_transfer",9225:"store_employee",9260:"edit_purchase_return",9261:"warehouse_report",9269:"edit_task",9321:"groupPermission",9481:"translations_settings",9540:"index_sales",9572:"update_settings",9604:"company",9749:"index_adjustment",9783:"edit_permission",9810:"NotFound",9815:"detail_employee",9822:"index_deposit",9834:"index_sale_return",9944:"inventory_valuation_summary"}[t]||t)+"."+i.h()+".js",i.miniCssF=t=>{},i.h=()=>"e016b1c613b8bf5d",i.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),i.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n={},i.l=(t,e,o,r)=>{if(n[t])n[t].push(e);else{var a,s;if(void 0!==o)for(var l=document.getElementsByTagName("script"),c=0;c{a.onerror=a.onload=null,clearTimeout(f);var r=n[t];if(delete n[t],a.parentNode&&a.parentNode.removeChild(a),r&&r.forEach((t=>t(o))),e)return e(o)},f=setTimeout(u.bind(null,void 0,{type:"timeout",target:a}),12e4);a.onerror=u.bind(null,a.onerror),a.onload=u.bind(null,a.onload),s&&document.head.appendChild(a)}},i.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},i.nmd=t=>(t.paths=[],t.children||(t.children=[]),t),i.p="/",(()=>{var t={7457:0};i.f.j=(e,n)=>{var o=i.o(t,e)?t[e]:void 0;if(0!==o)if(o)n.push(o[2]);else{var r=new Promise(((n,r)=>o=t[e]=[n,r]));n.push(o[2]=r);var a=i.p+i.u(e),s=new Error;i.l(a,(n=>{if(i.o(t,e)&&(0!==(o=t[e])&&(t[e]=void 0),o)){var r=n&&("load"===n.type?"missing":n.type),a=n&&n.target&&n.target.src;s.message="Loading chunk "+e+" failed.\n("+r+": "+a+")",s.name="ChunkLoadError",s.type=r,s.request=a,o[1](s)}}),"chunk-"+e,e)}};var e=(e,n)=>{var o,r,[a,s,l]=n,c=0;if(a.some((e=>0!==t[e]))){for(o in s)i.o(s,o)&&(i.m[o]=s[o]);if(l)l(i)}for(e&&e(n);c{"use strict";var t={};i.r(t),i.d(t,{alpha:()=>In,alpha_dash:()=>jn,alpha_num:()=>Vn,alpha_spaces:()=>Un,between:()=>Gn,confirmed:()=>Wn,digits:()=>Kn,dimensions:()=>Xn,double:()=>zo,email:()=>Zn,excluded:()=>oo,ext:()=>ro,image:()=>io,integer:()=>ao,is:()=>so,is_not:()=>lo,length:()=>co,max:()=>fo,max_value:()=>bo,mimes:()=>ho,min:()=>mo,min_value:()=>yo,numeric:()=>ko,oneOf:()=>no,regex:()=>So,required:()=>Co,required_if:()=>$o,size:()=>Oo});var e=i(95353),n=i(62893);const o={state:{sidebarToggleProperties:{isSideNavOpen:!0,isSecondarySideNavOpen:!1,isActiveSecondarySideNav:!1}},getters:{getSideBarToggleProperties:function(t){return t.sidebarToggleProperties}},actions:{changeSidebarProperties:function(t){(0,t.commit)("toggleSidebarProperties")},changeSecondarySidebarProperties:function(t){(0,t.commit)("toggleSecondarySidebarProperties")},changeSecondarySidebarPropertiesViaMenuItem:function(t,e){(0,t.commit)("toggleSecondarySidebarPropertiesViaMenuItem",e)},changeSecondarySidebarPropertiesViaOverlay:function(t){(0,t.commit)("toggleSecondarySidebarPropertiesViaOverlay")}},mutations:{toggleSidebarProperties:function(t){return t.sidebarToggleProperties.isSideNavOpen=!t.sidebarToggleProperties.isSideNavOpen},toggleSecondarySidebarProperties:function(t){return t.sidebarToggleProperties.isSecondarySideNavOpen=!t.sidebarToggleProperties.isSecondarySideNavOpen},toggleSecondarySidebarPropertiesViaMenuItem:function(t,e){t.sidebarToggleProperties.isSecondarySideNavOpen=e,t.sidebarToggleProperties.isActiveSecondarySideNav=e},toggleSecondarySidebarPropertiesViaOverlay:function(t){t.sidebarToggleProperties.isSecondarySideNavOpen=!t.sidebarToggleProperties.isSecondarySideNavOpen}}};const r={state:{compactSidebarToggleProperties:{isSideNavOpen:!0,isActiveSecondarySideNav:!1},compactLeftSideBarBgColor:"sidebar-dark-purple"},getters:{getCompactSideBarToggleProperties:function(t){return t.compactSidebarToggleProperties},getcompactLeftSideBarBgColor:function(t){return t.compactLeftSideBarBgColor}},actions:{changeCompactSidebarProperties:function(t){(0,t.commit)("toggleCompactSidebarProperties")},changecompactLeftSideBarBgColor:function(t,e){(0,t.commit)("togglecompactLeftSideBarBgColor",e)}},mutations:{toggleCompactSidebarProperties:function(t){return t.compactSidebarToggleProperties.isSideNavOpen=!t.compactSidebarToggleProperties.isSideNavOpen},togglecompactLeftSideBarBgColor:function(t,e){t.compactLeftSideBarBgColor=e}}};const a={state:{themeMode:{dark:!1,light:!0,semi_dark:!1,theme_color:"lite-purple",layout:"large-sidebar",rtl:!1}},getters:{getThemeMode:function(t){return t.themeMode}},actions:{changeThemeMode:function(t){(0,t.commit)("toggleThemeMode")},changeThemeLayout:function(t,e){(0,t.commit)("toggleThemeLayout",e)},changeThemeRtl:function(t){(0,t.commit)("toggleThemeRtl")}},mutations:{toggleThemeMode:function(t){t.themeMode.dark=!t.themeMode.dark},toggleThemeLayout:function(t,e){t.themeMode.layout=e},toggleThemeRtl:function(t){t.themeMode.rtl=!t.themeMode.rtl}}};var s=i(72505),l=i.n(s);function c(t){return c="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},c(t)}function d(){d=function(){return e};var t,e={},n=Object.prototype,o=n.hasOwnProperty,r=Object.defineProperty||function(t,e,n){t[e]=n.value},i="function"==typeof Symbol?Symbol:{},a=i.iterator||"@@iterator",s=i.asyncIterator||"@@asyncIterator",l=i.toStringTag||"@@toStringTag";function u(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{u({},"")}catch(t){u=function(t,e,n){return t[e]=n}}function f(t,e,n,o){var i=e&&e.prototype instanceof y?e:y,a=Object.create(i.prototype),s=new B(o||[]);return r(a,"_invoke",{value:O(t,n,s)}),a}function p(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}e.wrap=f;var b="suspendedStart",h="suspendedYield",g="executing",m="completed",v={};function y(){}function x(){}function w(){}var k={};u(k,a,(function(){return this}));var _=Object.getPrototypeOf,S=_&&_(_(P([])));S&&S!==n&&o.call(S,a)&&(k=S);var C=w.prototype=y.prototype=Object.create(k);function T(t){["next","throw","return"].forEach((function(e){u(t,e,(function(t){return this._invoke(e,t)}))}))}function $(t,e){function n(r,i,a,s){var l=p(t[r],t,i);if("throw"!==l.type){var d=l.arg,u=d.value;return u&&"object"==c(u)&&o.call(u,"__await")?e.resolve(u.__await).then((function(t){n("next",t,a,s)}),(function(t){n("throw",t,a,s)})):e.resolve(u).then((function(t){d.value=t,a(d)}),(function(t){return n("throw",t,a,s)}))}s(l.arg)}var i;r(this,"_invoke",{value:function(t,o){function r(){return new e((function(e,r){n(t,o,e,r)}))}return i=i?i.then(r,r):r()}})}function O(e,n,o){var r=b;return function(i,a){if(r===g)throw Error("Generator is already running");if(r===m){if("throw"===i)throw a;return{value:t,done:!0}}for(o.method=i,o.arg=a;;){var s=o.delegate;if(s){var l=z(s,o);if(l){if(l===v)continue;return l}}if("next"===o.method)o.sent=o._sent=o.arg;else if("throw"===o.method){if(r===b)throw r=m,o.arg;o.dispatchException(o.arg)}else"return"===o.method&&o.abrupt("return",o.arg);r=g;var c=p(e,n,o);if("normal"===c.type){if(r=o.done?m:h,c.arg===v)continue;return{value:c.arg,done:o.done}}"throw"===c.type&&(r=m,o.method="throw",o.arg=c.arg)}}}function z(e,n){var o=n.method,r=e.iterator[o];if(r===t)return n.delegate=null,"throw"===o&&e.iterator.return&&(n.method="return",n.arg=t,z(e,n),"throw"===n.method)||"return"!==o&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+o+"' method")),v;var i=p(r,e.iterator,n.arg);if("throw"===i.type)return n.method="throw",n.arg=i.arg,n.delegate=null,v;var a=i.arg;return a?a.done?(n[e.resultName]=a.value,n.next=e.nextLoc,"return"!==n.method&&(n.method="next",n.arg=t),n.delegate=null,v):a:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,v)}function A(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function F(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function B(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(A,this),this.reset(!0)}function P(e){if(e||""===e){var n=e[a];if(n)return n.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var r=-1,i=function n(){for(;++r=0;--i){var a=this.tryEntries[i],s=a.completion;if("root"===a.tryLoc)return r("end");if(a.tryLoc<=this.prev){var l=o.call(a,"catchLoc"),c=o.call(a,"finallyLoc");if(l&&c){if(this.prev=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&o.call(r,"finallyLoc")&&this.prev=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),F(n),v}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var o=n.completion;if("throw"===o.type){var r=o.arg;F(n)}return r}}throw Error("illegal catch attempt")},delegateYield:function(e,n,o){return this.delegate={iterator:P(e),resultName:n,nextLoc:o},"next"===this.method&&(this.arg=t),v}},e}function u(t,e,n,o,r,i,a){try{var s=t[i](a),l=s.value}catch(t){return void n(t)}s.done?e(l):Promise.resolve(l).then(o,r)}function f(t){return function(){var e=this,n=arguments;return new Promise((function(o,r){var i=t.apply(e,n);function a(t){u(i,o,r,a,s,"next",t)}function s(t){u(i,o,r,a,s,"throw",t)}a(void 0)}))}}n.default.use(e.Ay);const p={state:{isAuthenticated:!1,Permissions:null,allmodules:null,user:{},loading:!1,error:null,notifs:0,Default_Language:"en",show_language:1,availableLanguages:[]},getters:{getallmodules:function(t){return t.allmodules},isAuthenticated:function(t){return t.isAuthenticated},currentUser:function(t){return t.user},currentUserPermissions:function(t){return t.Permissions},loading:function(t){return t.loading},notifs_alert:function(t){return t.notifs},DefaultLanguage:function(t){return t.Default_Language},show_language:function(t){return t.show_language},error:function(t){return t.error},getAvailableLanguages:function(t){return t.availableLanguages}},actions:{refreshUserPermissions:function(t,e){return f(d().mark((function n(){var o,r,i,a,s,c,u;return d().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return o=t.commit,n.prev=1,n.next=4,l().get("get_user_auth");case 4:r=n.sent,i=r.data,a=i.permissions,s=i.ModulesEnabled,c=i.user,u=i.notifs,o("setPermissions",a),o("setallmodules",s),o("setUser",c),o("Notifs_alert",u),o("show_language",c.show_language),o("SetDefaultLanguage",{i18n:e,Language:c.default_language||"en"}),n.next=22;break;case 14:n.prev=14,n.t0=n.catch(1),o("setPermissions",null),o("setallmodules",null),o("setUser",null),o("Notifs_alert",null),o("show_language",null),o("SetDefaultLanguage",{i18n:e,Language:"en"});case 22:case"end":return n.stop()}}),n,null,[[1,14]])})))()},loadAvailableLanguages:function(t){return f(d().mark((function e(){var n,o;return d().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=t.commit,e.prev=1,e.next=4,l().get("/languages");case 4:o=e.sent,n("setAvailableLanguages",o.data),e.next=11;break;case 8:e.prev=8,e.t0=e.catch(1),console.warn("⚠️ Failed to load languages:",e.t0);case 11:case"end":return e.stop()}}),e,null,[[1,8]])})))()},logout:function(t){t.commit;l().post("/logout",{},{baseURL:""}).then((function(){window.location.href="/login"}))}},mutations:{setLoading:function(t,e){t.loading=e,t.error=null},setError:function(t,e){t.error=e,t.loading=!1},clearError:function(t){t.error=null},setPermissions:function(t,e){t.Permissions=e},setallmodules:function(t,e){t.allmodules=e},setUser:function(t,e){t.user=e},SetDefaultLanguage:function(t,e){var n=e.i18n,o=e.Language;n&&(n.locale=o),t.Default_Language=o},Notifs_alert:function(t,e){t.notifs=e},show_language:function(t,e){t.show_language=e},setAvailableLanguages:function(t,e){t.availableLanguages=e},logout:function(t){t.user=null,t.Permissions=null,t.allmodules=null,t.loading=!1,t.error=null}}};var b=i(35973),h=i.n(b);function g(t){return g="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},g(t)}function m(){m=function(){return e};var t,e={},n=Object.prototype,o=n.hasOwnProperty,r=Object.defineProperty||function(t,e,n){t[e]=n.value},i="function"==typeof Symbol?Symbol:{},a=i.iterator||"@@iterator",s=i.asyncIterator||"@@asyncIterator",l=i.toStringTag||"@@toStringTag";function c(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{c({},"")}catch(t){c=function(t,e,n){return t[e]=n}}function d(t,e,n,o){var i=e&&e.prototype instanceof y?e:y,a=Object.create(i.prototype),s=new B(o||[]);return r(a,"_invoke",{value:O(t,n,s)}),a}function u(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}e.wrap=d;var f="suspendedStart",p="suspendedYield",b="executing",h="completed",v={};function y(){}function x(){}function w(){}var k={};c(k,a,(function(){return this}));var _=Object.getPrototypeOf,S=_&&_(_(P([])));S&&S!==n&&o.call(S,a)&&(k=S);var C=w.prototype=y.prototype=Object.create(k);function T(t){["next","throw","return"].forEach((function(e){c(t,e,(function(t){return this._invoke(e,t)}))}))}function $(t,e){function n(r,i,a,s){var l=u(t[r],t,i);if("throw"!==l.type){var c=l.arg,d=c.value;return d&&"object"==g(d)&&o.call(d,"__await")?e.resolve(d.__await).then((function(t){n("next",t,a,s)}),(function(t){n("throw",t,a,s)})):e.resolve(d).then((function(t){c.value=t,a(c)}),(function(t){return n("throw",t,a,s)}))}s(l.arg)}var i;r(this,"_invoke",{value:function(t,o){function r(){return new e((function(e,r){n(t,o,e,r)}))}return i=i?i.then(r,r):r()}})}function O(e,n,o){var r=f;return function(i,a){if(r===b)throw Error("Generator is already running");if(r===h){if("throw"===i)throw a;return{value:t,done:!0}}for(o.method=i,o.arg=a;;){var s=o.delegate;if(s){var l=z(s,o);if(l){if(l===v)continue;return l}}if("next"===o.method)o.sent=o._sent=o.arg;else if("throw"===o.method){if(r===f)throw r=h,o.arg;o.dispatchException(o.arg)}else"return"===o.method&&o.abrupt("return",o.arg);r=b;var c=u(e,n,o);if("normal"===c.type){if(r=o.done?h:p,c.arg===v)continue;return{value:c.arg,done:o.done}}"throw"===c.type&&(r=h,o.method="throw",o.arg=c.arg)}}}function z(e,n){var o=n.method,r=e.iterator[o];if(r===t)return n.delegate=null,"throw"===o&&e.iterator.return&&(n.method="return",n.arg=t,z(e,n),"throw"===n.method)||"return"!==o&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+o+"' method")),v;var i=u(r,e.iterator,n.arg);if("throw"===i.type)return n.method="throw",n.arg=i.arg,n.delegate=null,v;var a=i.arg;return a?a.done?(n[e.resultName]=a.value,n.next=e.nextLoc,"return"!==n.method&&(n.method="next",n.arg=t),n.delegate=null,v):a:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,v)}function A(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function F(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function B(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(A,this),this.reset(!0)}function P(e){if(e||""===e){var n=e[a];if(n)return n.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var r=-1,i=function n(){for(;++r=0;--i){var a=this.tryEntries[i],s=a.completion;if("root"===a.tryLoc)return r("end");if(a.tryLoc<=this.prev){var l=o.call(a,"catchLoc"),c=o.call(a,"finallyLoc");if(l&&c){if(this.prev=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&o.call(r,"finallyLoc")&&this.prev=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),F(n),v}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var o=n.completion;if("throw"===o.type){var r=o.arg;F(n)}return r}}throw Error("illegal catch attempt")},delegateYield:function(e,n,o){return this.delegate={iterator:P(e),resultName:n,nextLoc:o},"next"===this.method&&(this.arg=t),v}},e}function v(t,e,n,o,r,i,a){try{var s=t[i](a),l=s.value}catch(t){return void n(t)}s.done?e(l):Promise.resolve(l).then(o,r)}n.default.use(h());const y={namespaced:!0,state:{language:n.default.localStorage.get("language")||"en"},mutations:{SET_LANGUAGE:function(t,e){n.default.localStorage.set("language",e),t.language=e}},actions:{setLanguage:function(t,e){return(n=m().mark((function n(){var o,r;return m().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return o=t.commit,r="en","string"==typeof e?r=e:Array.isArray(e)&&(r=e.map((function(t){return t.substring(0,2)})).find((function(t){return!!t}))||"en"),o("SET_LANGUAGE",r),n.prev=4,n.next=7,axios.post("/languages_setting/set-default/".concat(r));case 7:n.next=12;break;case 9:n.prev=9,n.t0=n.catch(4),console.warn("Failed to sync default language to backend:",n.t0);case 12:case"end":return n.stop()}}),n,null,[[4,9]])})),function(){var t=this,e=arguments;return new Promise((function(o,r){var i=n.apply(t,e);function a(t){v(i,o,r,a,s,"next",t)}function s(t){v(i,o,r,a,s,"throw",t)}a(void 0)}))})();var n}}};n.default.use(e.Ay);const x=new e.Ay.Store({modules:{language:y,auth:p,largeSidebar:o,compactSidebar:r,config:a}});var w=i(5947),k=i.n(w);function _(t,e){for(var n in e)t[n]=e[n];return t}var S=/[!'()*]/g,C=function(t){return"%"+t.charCodeAt(0).toString(16)},T=/%2C/g,$=function(t){return encodeURIComponent(t).replace(S,C).replace(T,",")};function O(t){try{return decodeURIComponent(t)}catch(t){0}return t}var z=function(t){return null==t||"object"==typeof t?t:String(t)};function A(t){var e={};return(t=t.trim().replace(/^(\?|#|&)/,""))?(t.split("&").forEach((function(t){var n=t.replace(/\+/g," ").split("="),o=O(n.shift()),r=n.length>0?O(n.join("=")):null;void 0===e[o]?e[o]=r:Array.isArray(e[o])?e[o].push(r):e[o]=[e[o],r]})),e):e}function F(t){var e=t?Object.keys(t).map((function(e){var n=t[e];if(void 0===n)return"";if(null===n)return $(e);if(Array.isArray(n)){var o=[];return n.forEach((function(t){void 0!==t&&(null===t?o.push($(e)):o.push($(e)+"="+$(t)))})),o.join("&")}return $(e)+"="+$(n)})).filter((function(t){return t.length>0})).join("&"):null;return e?"?"+e:""}var B=/\/?$/;function P(t,e,n,o){var r=o&&o.options.stringifyQuery,i=e.query||{};try{i=E(i)}catch(t){}var a={name:e.name||t&&t.name,meta:t&&t.meta||{},path:e.path||"/",hash:e.hash||"",query:i,params:e.params||{},fullPath:M(e,r),matched:t?L(t):[]};return n&&(a.redirectedFrom=M(n,r)),Object.freeze(a)}function E(t){if(Array.isArray(t))return t.map(E);if(t&&"object"==typeof t){var e={};for(var n in t)e[n]=E(t[n]);return e}return t}var D=P(null,{path:"/"});function L(t){for(var e=[];t;)e.unshift(t),t=t.parent;return e}function M(t,e){var n=t.path,o=t.query;void 0===o&&(o={});var r=t.hash;return void 0===r&&(r=""),(n||"/")+(e||F)(o)+r}function I(t,e,n){return e===D?t===e:!!e&&(t.path&&e.path?t.path.replace(B,"")===e.path.replace(B,"")&&(n||t.hash===e.hash&&R(t.query,e.query)):!(!t.name||!e.name)&&(t.name===e.name&&(n||t.hash===e.hash&&R(t.query,e.query)&&R(t.params,e.params))))}function R(t,e){if(void 0===t&&(t={}),void 0===e&&(e={}),!t||!e)return t===e;var n=Object.keys(t).sort(),o=Object.keys(e).sort();return n.length===o.length&&n.every((function(n,r){var i=t[n];if(o[r]!==n)return!1;var a=e[n];return null==i||null==a?i===a:"object"==typeof i&&"object"==typeof a?R(i,a):String(i)===String(a)}))}function j(t){for(var e=0;e=0&&(e=t.slice(o),t=t.slice(0,o));var r=t.indexOf("?");return r>=0&&(n=t.slice(r+1),t=t.slice(0,r)),{path:t,query:n,hash:e}}(r.path||""),c=e&&e.path||"/",d=l.path?H(l.path,c,n||r.append):c,u=function(t,e,n){void 0===e&&(e={});var o,r=n||A;try{o=r(t||"")}catch(t){o={}}for(var i in e){var a=e[i];o[i]=Array.isArray(a)?a.map(z):z(a)}return o}(l.query,r.query,o&&o.options.parseQuery),f=r.hash||l.hash;return f&&"#"!==f.charAt(0)&&(f="#"+f),{_normalized:!0,path:d,query:u,hash:f}}var dt,ut=function(){},ft={name:"RouterLink",props:{to:{type:[String,Object],required:!0},tag:{type:String,default:"a"},custom:Boolean,exact:Boolean,exactPath:Boolean,append:Boolean,replace:Boolean,activeClass:String,exactActiveClass:String,ariaCurrentValue:{type:String,default:"page"},event:{type:[String,Array],default:"click"}},render:function(t){var e=this,n=this.$router,o=this.$route,r=n.resolve(this.to,o,this.append),i=r.location,a=r.route,s=r.href,l={},c=n.options.linkActiveClass,d=n.options.linkExactActiveClass,u=null==c?"router-link-active":c,f=null==d?"router-link-exact-active":d,p=null==this.activeClass?u:this.activeClass,b=null==this.exactActiveClass?f:this.exactActiveClass,h=a.redirectedFrom?P(null,ct(a.redirectedFrom),null,n):a;l[b]=I(o,h,this.exactPath),l[p]=this.exact||this.exactPath?l[b]:function(t,e){return 0===t.path.replace(B,"/").indexOf(e.path.replace(B,"/"))&&(!e.hash||t.hash===e.hash)&&function(t,e){for(var n in e)if(!(n in t))return!1;return!0}(t.query,e.query)}(o,h);var g=l[b]?this.ariaCurrentValue:null,m=function(t){pt(t)&&(e.replace?n.replace(i,ut):n.push(i,ut))},v={click:pt};Array.isArray(this.event)?this.event.forEach((function(t){v[t]=m})):v[this.event]=m;var y={class:l},x=!this.$scopedSlots.$hasNormal&&this.$scopedSlots.default&&this.$scopedSlots.default({href:s,route:a,navigate:m,isActive:l[p],isExactActive:l[b]});if(x){if(1===x.length)return x[0];if(x.length>1||!x.length)return 0===x.length?t():t("span",{},x)}if("a"===this.tag)y.on=v,y.attrs={href:s,"aria-current":g};else{var w=bt(this.$slots.default);if(w){w.isStatic=!1;var k=w.data=_({},w.data);for(var S in k.on=k.on||{},k.on){var C=k.on[S];S in v&&(k.on[S]=Array.isArray(C)?C:[C])}for(var T in v)T in k.on?k.on[T].push(v[T]):k.on[T]=m;var $=w.data.attrs=_({},w.data.attrs);$.href=s,$["aria-current"]=g}else y.on=v}return t(this.tag,y,this.$slots.default)}};function pt(t){if(!(t.metaKey||t.altKey||t.ctrlKey||t.shiftKey||t.defaultPrevented||void 0!==t.button&&0!==t.button)){if(t.currentTarget&&t.currentTarget.getAttribute){var e=t.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(e))return}return t.preventDefault&&t.preventDefault(),!0}}function bt(t){if(t)for(var e,n=0;n-1&&(s.params[f]=n.params[f]);return s.path=lt(d.path,s.params),l(d,s,a)}if(s.path){s.params={};for(var p=0;p-1}function Gt(t,e){return qt(t)&&t._isRouter&&(null==e||t.type===e)}function Wt(t,e,n){var o=function(r){r>=t.length?n():t[r]?e(t[r],(function(){o(r+1)})):o(r+1)};o(0)}function Yt(t){return function(e,n,o){var r=!1,i=0,a=null;Kt(t,(function(t,e,n,s){if("function"==typeof t&&void 0===t.cid){r=!0,i++;var l,c=Jt((function(e){var r;((r=e).__esModule||Zt&&"Module"===r[Symbol.toStringTag])&&(e=e.default),t.resolved="function"==typeof e?e:dt.extend(e),n.components[s]=e,--i<=0&&o()})),d=Jt((function(t){var e="Failed to resolve async component "+s+": "+t;a||(a=qt(t)?t:new Error(e),o(a))}));try{l=t(c,d)}catch(t){d(t)}if(l)if("function"==typeof l.then)l.then(c,d);else{var u=l.component;u&&"function"==typeof u.then&&u.then(c,d)}}})),r||o()}}function Kt(t,e){return Xt(t.map((function(t){return Object.keys(t.components).map((function(n){return e(t.components[n],t.instances[n],t,n)}))})))}function Xt(t){return Array.prototype.concat.apply([],t)}var Zt="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;function Jt(t){var e=!1;return function(){for(var n=[],o=arguments.length;o--;)n[o]=arguments[o];if(!e)return e=!0,t.apply(this,n)}}var Qt=function(t,e){this.router=t,this.base=function(t){if(!t)if(ht){var e=document.querySelector("base");t=(t=e&&e.getAttribute("href")||"/").replace(/^https?:\/\/[^\/]+/,"")}else t="/";"/"!==t.charAt(0)&&(t="/"+t);return t.replace(/\/$/,"")}(e),this.current=D,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[],this.listeners=[]};function te(t,e,n,o){var r=Kt(t,(function(t,o,r,i){var a=function(t,e){"function"!=typeof t&&(t=dt.extend(t));return t.options[e]}(t,e);if(a)return Array.isArray(a)?a.map((function(t){return n(t,o,r,i)})):n(a,o,r,i)}));return Xt(o?r.reverse():r)}function ee(t,e){if(e)return function(){return t.apply(e,arguments)}}Qt.prototype.listen=function(t){this.cb=t},Qt.prototype.onReady=function(t,e){this.ready?t():(this.readyCbs.push(t),e&&this.readyErrorCbs.push(e))},Qt.prototype.onError=function(t){this.errorCbs.push(t)},Qt.prototype.transitionTo=function(t,e,n){var o,r=this;try{o=this.router.match(t,this.current)}catch(t){throw this.errorCbs.forEach((function(e){e(t)})),t}var i=this.current;this.confirmTransition(o,(function(){r.updateRoute(o),e&&e(o),r.ensureURL(),r.router.afterHooks.forEach((function(t){t&&t(o,i)})),r.ready||(r.ready=!0,r.readyCbs.forEach((function(t){t(o)})))}),(function(t){n&&n(t),t&&!r.ready&&(Gt(t,jt.redirected)&&i===D||(r.ready=!0,r.readyErrorCbs.forEach((function(e){e(t)}))))}))},Qt.prototype.confirmTransition=function(t,e,n){var o=this,r=this.current;this.pending=t;var i=function(t){!Gt(t)&&qt(t)&&(o.errorCbs.length?o.errorCbs.forEach((function(e){e(t)})):console.error(t)),n&&n(t)},a=t.matched.length-1,s=r.matched.length-1;if(I(t,r)&&a===s&&t.matched[a]===r.matched[s])return this.ensureURL(),t.hash&&Ot(this.router,r,t,!1),i(function(t,e){var n=Ht(t,e,jt.duplicated,'Avoided redundant navigation to current location: "'+t.fullPath+'".');return n.name="NavigationDuplicated",n}(r,t));var l=function(t,e){var n,o=Math.max(t.length,e.length);for(n=0;n0)){var e=this.router,n=e.options.scrollBehavior,o=Mt&&n;o&&this.listeners.push($t());var r=function(){var n=t.current,r=oe(t.base);t.current===D&&r===t._startLocation||t.transitionTo(r,(function(t){o&&Ot(e,t,n,!0)}))};window.addEventListener("popstate",r),this.listeners.push((function(){window.removeEventListener("popstate",r)}))}},e.prototype.go=function(t){window.history.go(t)},e.prototype.push=function(t,e,n){var o=this,r=this.current;this.transitionTo(t,(function(t){It(U(o.base+t.fullPath)),Ot(o.router,t,r,!1),e&&e(t)}),n)},e.prototype.replace=function(t,e,n){var o=this,r=this.current;this.transitionTo(t,(function(t){Rt(U(o.base+t.fullPath)),Ot(o.router,t,r,!1),e&&e(t)}),n)},e.prototype.ensureURL=function(t){if(oe(this.base)!==this.current.fullPath){var e=U(this.base+this.current.fullPath);t?It(e):Rt(e)}},e.prototype.getCurrentLocation=function(){return oe(this.base)},e}(Qt);function oe(t){var e=window.location.pathname,n=e.toLowerCase(),o=t.toLowerCase();return!t||n!==o&&0!==n.indexOf(U(o+"/"))||(e=e.slice(t.length)),(e||"/")+window.location.search+window.location.hash}var re=function(t){function e(e,n,o){t.call(this,e,n),o&&function(t){var e=oe(t);if(!/^\/#/.test(e))return window.location.replace(U(t+"/#"+e)),!0}(this.base)||ie()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setupListeners=function(){var t=this;if(!(this.listeners.length>0)){var e=this.router.options.scrollBehavior,n=Mt&&e;n&&this.listeners.push($t());var o=function(){var e=t.current;ie()&&t.transitionTo(ae(),(function(o){n&&Ot(t.router,o,e,!0),Mt||ce(o.fullPath)}))},r=Mt?"popstate":"hashchange";window.addEventListener(r,o),this.listeners.push((function(){window.removeEventListener(r,o)}))}},e.prototype.push=function(t,e,n){var o=this,r=this.current;this.transitionTo(t,(function(t){le(t.fullPath),Ot(o.router,t,r,!1),e&&e(t)}),n)},e.prototype.replace=function(t,e,n){var o=this,r=this.current;this.transitionTo(t,(function(t){ce(t.fullPath),Ot(o.router,t,r,!1),e&&e(t)}),n)},e.prototype.go=function(t){window.history.go(t)},e.prototype.ensureURL=function(t){var e=this.current.fullPath;ae()!==e&&(t?le(e):ce(e))},e.prototype.getCurrentLocation=function(){return ae()},e}(Qt);function ie(){var t=ae();return"/"===t.charAt(0)||(ce("/"+t),!1)}function ae(){var t=window.location.href,e=t.indexOf("#");return e<0?"":t=t.slice(e+1)}function se(t){var e=window.location.href,n=e.indexOf("#");return(n>=0?e.slice(0,n):e)+"#"+t}function le(t){Mt?It(se(t)):window.location.hash=t}function ce(t){Mt?Rt(se(t)):window.location.replace(se(t))}var de=function(t){function e(e,n){t.call(this,e,n),this.stack=[],this.index=-1}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.push=function(t,e,n){var o=this;this.transitionTo(t,(function(t){o.stack=o.stack.slice(0,o.index+1).concat(t),o.index++,e&&e(t)}),n)},e.prototype.replace=function(t,e,n){var o=this;this.transitionTo(t,(function(t){o.stack=o.stack.slice(0,o.index).concat(t),e&&e(t)}),n)},e.prototype.go=function(t){var e=this,n=this.index+t;if(!(n<0||n>=this.stack.length)){var o=this.stack[n];this.confirmTransition(o,(function(){var t=e.current;e.index=n,e.updateRoute(o),e.router.afterHooks.forEach((function(e){e&&e(o,t)}))}),(function(t){Gt(t,jt.duplicated)&&(e.index=n)}))}},e.prototype.getCurrentLocation=function(){var t=this.stack[this.stack.length-1];return t?t.fullPath:"/"},e.prototype.ensureURL=function(){},e}(Qt),ue=function(t){void 0===t&&(t={}),this.app=null,this.apps=[],this.options=t,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=yt(t.routes||[],this);var e=t.mode||"hash";switch(this.fallback="history"===e&&!Mt&&!1!==t.fallback,this.fallback&&(e="hash"),ht||(e="abstract"),this.mode=e,e){case"history":this.history=new ne(this,t.base);break;case"hash":this.history=new re(this,t.base,this.fallback);break;case"abstract":this.history=new de(this,t.base)}},fe={currentRoute:{configurable:!0}};ue.prototype.match=function(t,e,n){return this.matcher.match(t,e,n)},fe.currentRoute.get=function(){return this.history&&this.history.current},ue.prototype.init=function(t){var e=this;if(this.apps.push(t),t.$once("hook:destroyed",(function(){var n=e.apps.indexOf(t);n>-1&&e.apps.splice(n,1),e.app===t&&(e.app=e.apps[0]||null),e.app||e.history.teardown()})),!this.app){this.app=t;var n=this.history;if(n instanceof ne||n instanceof re){var o=function(t){n.setupListeners(),function(t){var o=n.current,r=e.options.scrollBehavior;Mt&&r&&"fullPath"in t&&Ot(e,t,o,!1)}(t)};n.transitionTo(n.getCurrentLocation(),o,o)}n.listen((function(t){e.apps.forEach((function(e){e._route=t}))}))}},ue.prototype.beforeEach=function(t){return be(this.beforeHooks,t)},ue.prototype.beforeResolve=function(t){return be(this.resolveHooks,t)},ue.prototype.afterEach=function(t){return be(this.afterHooks,t)},ue.prototype.onReady=function(t,e){this.history.onReady(t,e)},ue.prototype.onError=function(t){this.history.onError(t)},ue.prototype.push=function(t,e,n){var o=this;if(!e&&!n&&"undefined"!=typeof Promise)return new Promise((function(e,n){o.history.push(t,e,n)}));this.history.push(t,e,n)},ue.prototype.replace=function(t,e,n){var o=this;if(!e&&!n&&"undefined"!=typeof Promise)return new Promise((function(e,n){o.history.replace(t,e,n)}));this.history.replace(t,e,n)},ue.prototype.go=function(t){this.history.go(t)},ue.prototype.back=function(){this.go(-1)},ue.prototype.forward=function(){this.go(1)},ue.prototype.getMatchedComponents=function(t){var e=t?t.matched?t:this.resolve(t).route:this.currentRoute;return e?[].concat.apply([],e.matched.map((function(t){return Object.keys(t.components).map((function(e){return t.components[e]}))}))):[]},ue.prototype.resolve=function(t,e,n){var o=ct(t,e=e||this.history.current,n,this),r=this.match(o,e),i=r.redirectedFrom||r.fullPath,a=function(t,e,n){var o="hash"===n?"#"+e:e;return t?U(t+"/"+o):o}(this.history.base,i,this.mode);return{location:o,route:r,href:a,normalizedTo:o,resolved:r}},ue.prototype.getRoutes=function(){return this.matcher.getRoutes()},ue.prototype.addRoute=function(t,e){this.matcher.addRoute(t,e),this.history.current!==D&&this.history.transitionTo(this.history.getCurrentLocation())},ue.prototype.addRoutes=function(t){this.matcher.addRoutes(t),this.history.current!==D&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(ue.prototype,fe);var pe=ue;function be(t,e){return t.push(e),function(){var n=t.indexOf(e);n>-1&&t.splice(n,1)}}ue.install=function t(e){if(!t.installed||dt!==e){t.installed=!0,dt=e;var n=function(t){return void 0!==t},o=function(t,e){var o=t.$options._parentVnode;n(o)&&n(o=o.data)&&n(o=o.registerRouteInstance)&&o(t,e)};e.mixin({beforeCreate:function(){n(this.$options.router)?(this._routerRoot=this,this._router=this.$options.router,this._router.init(this),e.util.defineReactive(this,"_route",this._router.history.current)):this._routerRoot=this.$parent&&this.$parent._routerRoot||this,o(this,this)},destroyed:function(){o(this)}}),Object.defineProperty(e.prototype,"$router",{get:function(){return this._routerRoot._router}}),Object.defineProperty(e.prototype,"$route",{get:function(){return this._routerRoot._route}}),e.component("RouterView",N),e.component("RouterLink",ft);var r=e.config.optionMergeStrategies;r.beforeRouteEnter=r.beforeRouteLeave=r.beforeRouteUpdate=r.created}},ue.version="3.6.5",ue.isNavigationFailure=Gt,ue.NavigationFailureType=jt,ue.START_LOCATION=D,ht&&window.Vue&&window.Vue.use(ue);function he(t){return he="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},he(t)}function ge(){ge=function(){return e};var t,e={},n=Object.prototype,o=n.hasOwnProperty,r=Object.defineProperty||function(t,e,n){t[e]=n.value},i="function"==typeof Symbol?Symbol:{},a=i.iterator||"@@iterator",s=i.asyncIterator||"@@asyncIterator",l=i.toStringTag||"@@toStringTag";function c(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{c({},"")}catch(t){c=function(t,e,n){return t[e]=n}}function d(t,e,n,o){var i=e&&e.prototype instanceof m?e:m,a=Object.create(i.prototype),s=new A(o||[]);return r(a,"_invoke",{value:T(t,n,s)}),a}function u(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}e.wrap=d;var f="suspendedStart",p="suspendedYield",b="executing",h="completed",g={};function m(){}function v(){}function y(){}var x={};c(x,a,(function(){return this}));var w=Object.getPrototypeOf,k=w&&w(w(F([])));k&&k!==n&&o.call(k,a)&&(x=k);var _=y.prototype=m.prototype=Object.create(x);function S(t){["next","throw","return"].forEach((function(e){c(t,e,(function(t){return this._invoke(e,t)}))}))}function C(t,e){function n(r,i,a,s){var l=u(t[r],t,i);if("throw"!==l.type){var c=l.arg,d=c.value;return d&&"object"==he(d)&&o.call(d,"__await")?e.resolve(d.__await).then((function(t){n("next",t,a,s)}),(function(t){n("throw",t,a,s)})):e.resolve(d).then((function(t){c.value=t,a(c)}),(function(t){return n("throw",t,a,s)}))}s(l.arg)}var i;r(this,"_invoke",{value:function(t,o){function r(){return new e((function(e,r){n(t,o,e,r)}))}return i=i?i.then(r,r):r()}})}function T(e,n,o){var r=f;return function(i,a){if(r===b)throw Error("Generator is already running");if(r===h){if("throw"===i)throw a;return{value:t,done:!0}}for(o.method=i,o.arg=a;;){var s=o.delegate;if(s){var l=$(s,o);if(l){if(l===g)continue;return l}}if("next"===o.method)o.sent=o._sent=o.arg;else if("throw"===o.method){if(r===f)throw r=h,o.arg;o.dispatchException(o.arg)}else"return"===o.method&&o.abrupt("return",o.arg);r=b;var c=u(e,n,o);if("normal"===c.type){if(r=o.done?h:p,c.arg===g)continue;return{value:c.arg,done:o.done}}"throw"===c.type&&(r=h,o.method="throw",o.arg=c.arg)}}}function $(e,n){var o=n.method,r=e.iterator[o];if(r===t)return n.delegate=null,"throw"===o&&e.iterator.return&&(n.method="return",n.arg=t,$(e,n),"throw"===n.method)||"return"!==o&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+o+"' method")),g;var i=u(r,e.iterator,n.arg);if("throw"===i.type)return n.method="throw",n.arg=i.arg,n.delegate=null,g;var a=i.arg;return a?a.done?(n[e.resultName]=a.value,n.next=e.nextLoc,"return"!==n.method&&(n.method="next",n.arg=t),n.delegate=null,g):a:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,g)}function O(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function z(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function A(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(O,this),this.reset(!0)}function F(e){if(e||""===e){var n=e[a];if(n)return n.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var r=-1,i=function n(){for(;++r=0;--i){var a=this.tryEntries[i],s=a.completion;if("root"===a.tryLoc)return r("end");if(a.tryLoc<=this.prev){var l=o.call(a,"catchLoc"),c=o.call(a,"finallyLoc");if(l&&c){if(this.prev=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&o.call(r,"finallyLoc")&&this.prev=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),z(n),g}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var o=n.completion;if("throw"===o.type){var r=o.arg;z(n)}return r}}throw Error("illegal catch attempt")},delegateYield:function(e,n,o){return this.delegate={iterator:F(e),resultName:n,nextLoc:o},"next"===this.method&&(this.arg=t),g}},e}function me(t,e,n,o,r,i,a){try{var s=t[i](a),l=s.value}catch(t){return void n(t)}s.done?e(l):Promise.resolve(l).then(o,r)}function ve(t){return function(){var e=this,n=arguments;return new Promise((function(o,r){var i=t.apply(e,n);function a(t){me(i,o,r,a,s,"next",t)}function s(t){me(i,o,r,a,s,"throw",t)}a(void 0)}))}}n.default.use(pe);var ye=new pe({mode:"history",linkActiveClass:"open",routes:[{path:"/",component:function(){return i.e(3465).then(i.bind(i,43465))},redirect:"/app/dashboard",name:"app",children:[{path:"/app/dashboard",name:"dashboard",component:function(){return i.e(945).then(i.bind(i,61829))}},{path:"/app/products",component:function(){return i.e(2983).then(i.bind(i,23133))},redirect:"app/products/list",children:[{name:"index_products",path:"list",component:function(){return i.e(7584).then(i.bind(i,17521))}},{path:"store",name:"store_product",component:function(){return i.e(4846).then(i.bind(i,52318))}},{path:"edit/:id",name:"edit_product",component:function(){return i.e(7531).then(i.bind(i,27560))}},{path:"detail/:id",name:"detail_product",component:function(){return i.e(896).then(i.bind(i,92449))}},{path:"opening_stock_import",name:"opening_stock_import",component:function(){return i.e(4758).then(i.bind(i,82952))}},{path:"barcode",name:"barcode",component:function(){return i.e(5669).then(i.bind(i,26110))}},{path:"count_stock",name:"count_stock",component:function(){return i.e(8235).then(i.bind(i,28685))}},{name:"categories",path:"Categories",component:function(){return i.e(2407).then(i.bind(i,12944))}},{name:"brands",path:"Brands",component:function(){return i.e(8573).then(i.bind(i,17604))}},{name:"units",path:"Units",component:function(){return i.e(9028).then(i.bind(i,16777))}}]},{path:"/app/adjustments",component:function(){return i.e(4933).then(i.bind(i,3800))},redirect:"/app/adjustments/list",children:[{name:"index_adjustment",path:"list",component:function(){return i.e(9749).then(i.bind(i,81819))}},{name:"store_adjustment",path:"store",component:function(){return i.e(8912).then(i.bind(i,71175))}},{name:"edit_adjustment",path:"edit/:id",component:function(){return i.e(7715).then(i.bind(i,64766))}}]},{path:"/app/transfers",component:function(){return i.e(1629).then(i.bind(i,3942))},redirect:"/app/transfers/list",children:[{name:"index_transfer",path:"list",component:function(){return i.e(2413).then(i.bind(i,425))}},{name:"store_transfer",path:"store",component:function(){return i.e(9224).then(i.bind(i,13346))}},{name:"edit_transfer",path:"edit/:id",component:function(){return i.e(3283).then(i.bind(i,76408))}}]},{name:"accounts",path:"/app/accounts",component:function(){return i.e(3543).then(i.bind(i,25048))}},{path:"/app/projects",component:function(){return i.e(8597).then(i.bind(i,59552))},redirect:"/app/projects/list",children:[{name:"index_project",path:"list",component:function(){return i.e(1283).then(i.bind(i,59181))}},{name:"store_project",path:"store",component:function(){return i.e(2624).then(i.bind(i,11549))}},{name:"edit_project",path:"edit/:id",component:function(){return i.e(6193).then(i.bind(i,61820))}}]},{path:"/app/tasks",component:function(){return i.e(8919).then(i.bind(i,21810))},redirect:"/app/tasks/list",children:[{name:"index_task",path:"list",component:function(){return i.e(8827).then(i.bind(i,40098))}},{name:"store_task",path:"store",component:function(){return i.e(6726).then(i.bind(i,57084))}},{name:"edit_task",path:"edit/:id",component:function(){return i.e(9269).then(i.bind(i,23329))}}]},{name:"transfer_money",path:"/app/transfer_money",component:function(){return i.e(8347).then(i.bind(i,81705))}},{path:"/app/expenses",component:function(){return i.e(3652).then(i.bind(i,77276))},redirect:"/app/expenses/list",children:[{name:"index_expense",path:"list",component:function(){return i.e(6024).then(i.bind(i,58064))}},{name:"store_expense",path:"store",component:function(){return i.e(1027).then(i.bind(i,70280))}},{name:"edit_expense",path:"edit/:id",component:function(){return i.e(6742).then(i.bind(i,72618))}},{name:"expense_category",path:"category",component:function(){return i.e(3680).then(i.bind(i,68397))}}]},{path:"/app/deposits",component:function(){return i.e(6534).then(i.bind(i,89473))},redirect:"/app/deposits/list",children:[{name:"index_deposit",path:"list",component:function(){return i.e(9822).then(i.bind(i,46174))}},{name:"store_deposit",path:"store",component:function(){return i.e(3253).then(i.bind(i,62611))}},{name:"edit_deposit",path:"edit/:id",component:function(){return i.e(2636).then(i.bind(i,64106))}},{name:"deposit_category",path:"category",component:function(){return i.e(4162).then(i.bind(i,89004))}}]},{path:"/app/quotations",component:function(){return i.e(3046).then(i.bind(i,79129))},redirect:"/app/quotations/list",children:[{name:"index_quotation",path:"list",component:function(){return i.e(4538).then(i.bind(i,54538))}},{name:"store_quotation",path:"store",component:function(){return i.e(2233).then(i.bind(i,27289))}},{name:"edit_quotation",path:"edit/:id",component:function(){return i.e(4372).then(i.bind(i,1027))}},{name:"detail_quotation",path:"detail/:id",component:function(){return i.e(8539).then(i.bind(i,13207))}},{name:"change_to_sale",path:"create_sale/:id",component:function(){return i.e(21).then(i.bind(i,49920))}}]},{path:"/app/purchases",component:function(){return i.e(377).then(i.bind(i,19372))},redirect:"/app/purchases/list",children:[{name:"index_purchases",path:"list",component:function(){return i.e(8756).then(i.bind(i,28042))}},{name:"store_purchase",path:"store",component:function(){return i.e(7052).then(i.bind(i,44966))}},{name:"import_purchases",path:"import_purchases",component:function(){return i.e(8549).then(i.bind(i,65478))}},{name:"edit_purchase",path:"edit/:id",component:function(){return i.e(3011).then(i.bind(i,19469))}},{name:"purchase_return",path:"purchase_return/:id",component:function(){return i.e(8576).then(i.bind(i,51886))}},{name:"detail_purchase",path:"detail/:id",component:function(){return i.e(4234).then(i.bind(i,50605))}}]},{path:"/app/sales",component:function(){return i.e(7189).then(i.bind(i,53922))},redirect:"/app/sales/list",children:[{name:"index_sales",path:"list",component:function(){return i.e(9540).then(i.bind(i,25949))}},{name:"store_sale",path:"store",component:function(){return i.e(7384).then(i.bind(i,35040))}},{name:"edit_sale",path:"edit/:id",component:function(){return i.e(2155).then(i.bind(i,11107))}},{name:"sale_return",path:"sale_return/:id",component:function(){return i.e(6888).then(i.bind(i,66483))}},{name:"detail_sale",path:"detail/:id",component:function(){return i.e(6526).then(i.bind(i,72154))}},{name:"shipment",path:"shipment",component:function(){return i.e(6025).then(i.bind(i,10628))}}]},{path:"/app/sale_return",component:function(){return i.e(8611).then(i.bind(i,84261))},redirect:"/app/sale_return/list",children:[{name:"index_sale_return",path:"list",component:function(){return i.e(9834).then(i.bind(i,87489))}},{name:"edit_sale_return",path:"edit/:id/:sale_id",component:function(){return i.e(7268).then(i.bind(i,28025))}},{name:"detail_sale_return",path:"detail/:id",component:function(){return i.e(7047).then(i.bind(i,50833))}}]},{path:"/app/purchase_return",component:function(){return i.e(6831).then(i.bind(i,52140))},redirect:"/app/purchase_return/list",children:[{name:"index_purchase_return",path:"list",component:function(){return i.e(1690).then(i.bind(i,34656))}},{name:"edit_purchase_return",path:"edit/:id/:purchase_id",component:function(){return i.e(9260).then(i.bind(i,18891))}},{name:"detail_purchase_return",path:"detail/:id",component:function(){return i.e(4547).then(i.bind(i,87698))}}]},{path:"/app/hrm",component:function(){return i.e(3698).then(i.bind(i,84990))},redirect:"/app/hrm/employees",children:[{path:"employees",component:function(){return i.e(8834).then(i.bind(i,14032))},redirect:"/app/hrm/employees/list",children:[{name:"employees_list",path:"list",component:function(){return i.e(5684).then(i.bind(i,5938))}},{name:"store_employee",path:"store",component:function(){return i.e(9225).then(i.bind(i,53950))}},{name:"edit_employee",path:"edit/:id",component:function(){return i.e(1250).then(i.bind(i,95296))}},{name:"detail_employee",path:"detail/:id",component:function(){return i.e(9815).then(i.bind(i,29060))}}]},{name:"company",path:"company",component:function(){return i.e(9604).then(i.bind(i,37909))}},{name:"departments",path:"departments",component:function(){return i.e(4052).then(i.bind(i,67688))}},{name:"designations",path:"designations",component:function(){return i.e(143).then(i.bind(i,31132))}},{name:"office_shift",path:"office_shift",component:function(){return i.e(1718).then(i.bind(i,8267))}},{name:"attendance",path:"attendance",component:function(){return i.e(438).then(i.bind(i,5313))}},{name:"holidays",path:"holidays",component:function(){return i.e(4024).then(i.bind(i,5578))}},{name:"payrolls",path:"payrolls",component:function(){return i.e(8545).then(i.bind(i,79996))}},{path:"leaves",component:function(){return i.e(9195).then(i.bind(i,94180))},redirect:"/app/hrm/leaves/list",children:[{name:"leave_list",path:"list",component:function(){return i.e(987).then(i.bind(i,81844))}},{name:"leave_type",path:"type",component:function(){return i.e(1135).then(i.bind(i,73499))}}]}]},{path:"/app/People",component:function(){return i.e(554).then(i.bind(i,91739))},redirect:"/app/People/Customers",children:[{name:"Customers",path:"Customers",component:function(){return i.e(90).then(i.bind(i,1433))}},{name:"Customers_without_ecommerce",path:"Customers_without_ecommerce",component:function(){return i.e(1818).then(i.bind(i,76718))}},{name:"Suppliers",path:"Suppliers",component:function(){return i.e(3898).then(i.bind(i,29067))}},{name:"user",path:"Users",component:function(){return i.e(5961).then(i.bind(i,74562))}}]},{path:"/app/subscription_product",component:function(){return i.e(3520).then(i.bind(i,78596))},redirect:"/app/subscription_product/list",children:[{name:"subscription_product",path:"list",component:function(){return i.e(3520).then(i.bind(i,31165))}},{name:"subscription_product_create",path:"store",component:function(){return i.e(1231).then(i.bind(i,46781))}},{name:"subscription_product_details",path:"detail/:id",component:function(){return i.e(2791).then(i.bind(i,428))}}]},{path:"/app/settings",component:function(){return i.e(6472).then(i.bind(i,20850))},redirect:"/app/settings/System_settings",children:[{path:"permissions",component:function(){return i.e(185).then(i.bind(i,478))},redirect:"/app/settings/permissions/list",children:[{name:"groupPermission",path:"list",component:function(){return i.e(9321).then(i.bind(i,32408))}},{name:"store_permission",path:"store",component:function(){return i.e(3756).then(i.bind(i,5916))}},{name:"edit_permission",path:"edit/:id",component:function(){return i.e(9783).then(i.bind(i,16728))}}]},{name:"payment_methods",path:"payment_methods",component:function(){return i.e(2212).then(i.bind(i,96184))}},{name:"sms_settings",path:"sms_settings",component:function(){return i.e(230).then(i.bind(i,47678))}},{name:"sms_templates",path:"sms_templates",component:function(){return i.e(254).then(i.bind(i,91171))}},{name:"email_templates",path:"email_templates",component:function(){return i.e(7129).then(i.bind(i,43988))}},{name:"appearance_settings",path:"appearance_settings",component:function(){return i.e(7623).then(i.bind(i,63494))}},{name:"translations_settings",path:"translations_settings",component:function(){return i.e(9481).then(i.bind(i,56752))}},{name:"translations_view",path:"/translations_view/:locale",component:function(){return i.e(5333).then(i.bind(i,27012))}},{name:"pos_settings",path:"pos_settings",component:function(){return i.e(5685).then(i.bind(i,16209))}},{name:"payment_gateway",path:"payment_gateway",component:function(){return i.e(8444).then(i.bind(i,7764))}},{name:"mail_settings",path:"mail_settings",component:function(){return i.e(2634).then(i.bind(i,54074))}},{name:"module_settings",path:"module_settings",component:function(){return i.e(3193).then(i.bind(i,82009))}},{name:"update_settings",path:"update_settings",component:function(){return i.e(9572).then(i.bind(i,76859))}},{name:"currencies",path:"Currencies",component:function(){return i.e(4074).then(i.bind(i,2578))}},{name:"Backup",path:"Backup",component:function(){return i.e(9117).then(i.bind(i,7075))}},{name:"Warehouses",path:"Warehouses",component:function(){return i.e(6335).then(i.bind(i,59715))}},{name:"system_settings",path:"System_settings",component:function(){return i.e(3452).then(i.bind(i,52597))}}]},{path:"/app/reports",component:function(){return i.e(981).then(i.bind(i,30981))},redirect:"/app/reports/profit_and_loss",children:[{name:"payments_purchases",path:"payments_purchase",component:function(){return i.e(1559).then(i.bind(i,72044))}},{name:"payments_sales",path:"payments_sale",component:function(){return i.e(5659).then(i.bind(i,66473))}},{name:"payments_purchases_returns",path:"payments_purchases_returns",component:function(){return i.e(5755).then(i.bind(i,41374))}},{name:"payments_sales_returns",path:"payments_sales_returns",component:function(){return i.e(5751).then(i.bind(i,74012))}},{name:"report_transactions",path:"report_transactions",component:function(){return i.e(2975).then(i.bind(i,95858))}},{name:"report_sales_by_category",path:"report_sales_by_category",component:function(){return i.e(7347).then(i.bind(i,62848))}},{name:"report_sales_by_brand",path:"report_sales_by_brand",component:function(){return i.e(8962).then(i.bind(i,54029))}},{name:"profit_and_loss",path:"profit_and_loss",component:function(){return i.e(775).then(i.bind(i,14490))}},{name:"inventory_valuation_summary",path:"inventory_valuation_summary",component:function(){return i.e(9944).then(i.bind(i,10587))}},{name:"expenses_report",path:"expenses_report",component:function(){return i.e(2869).then(i.bind(i,9546))}},{name:"deposits_report",path:"deposits_report",component:function(){return i.e(2235).then(i.bind(i,31496))}},{name:"quantity_alerts",path:"quantity_alerts",component:function(){return i.e(8074).then(i.bind(i,64452))}},{name:"warehouse_report",path:"warehouse_report",component:function(){return i.e(9261).then(i.bind(i,86942))}},{name:"sales_report",path:"sales_report",component:function(){return i.e(1638).then(i.bind(i,80108))}},{name:"product_sales_report",path:"product_sales_report",component:function(){return i.e(7842).then(i.bind(i,28725))}},{name:"purchase_report",path:"purchase_report",component:function(){return i.e(2779).then(i.bind(i,65036))}},{name:"product_purchases_report",path:"product_purchases_report",component:function(){return i.e(3086).then(i.bind(i,3231))}},{name:"customers_report",path:"customers_report",component:function(){return i.e(8151).then(i.bind(i,93027))}},{name:"detail_customer_report",path:"detail_customer/:id",component:function(){return i.e(4316).then(i.bind(i,35624))}},{name:"providers_report",path:"providers_report",component:function(){return i.e(3532).then(i.bind(i,4164))}},{name:"detail_supplier_report",path:"detail_supplier/:id",component:function(){return i.e(2252).then(i.bind(i,96730))}},{name:"top_selling_products",path:"top_selling_products",component:function(){return i.e(6380).then(i.bind(i,53397))}},{name:"product_report",path:"product_report",component:function(){return i.e(3093).then(i.bind(i,18867))}},{name:"detail_product_report",path:"detail_product/:id",component:function(){return i.e(6121).then(i.bind(i,63316))}},{name:"top_customers",path:"top_customers",component:function(){return i.e(6614).then(i.bind(i,85389))}},{name:"stock_report",path:"stock_report",component:function(){return i.e(5444).then(i.bind(i,85329))}},{name:"detail_stock_report",path:"detail_stock/:id",component:function(){return i.e(776).then(i.bind(i,56569))}},{name:"users_report",path:"users_report",component:function(){return i.e(786).then(i.bind(i,98883))}},{name:"detail_user_report",path:"detail_user/:id",component:function(){return i.e(4247).then(i.bind(i,98253))}},{name:"report_error_logs",path:"report_error_logs",component:function(){return i.e(6460).then(i.bind(i,84195))}}]},{name:"profile",path:"/app/profile",component:function(){return i.e(8138).then(i.bind(i,64185))}}]},{name:"pos",path:"/app/pos",component:function(){return i.e(3387).then(i.bind(i,83020))}},{name:"pos_draft",path:"/app/pos/create/:id",component:function(){return i.e(3683).then(i.bind(i,41713))}},{path:"*",name:"NotFound",component:function(){return i.e(9810).then(i.bind(i,24196))}},{path:"not_authorize",name:"not_authorize",component:function(){return i.e(6326).then(i.bind(i,15155))}}],scrollBehavior:function(t,e,n){return{x:0,y:0}}}),xe=pe.prototype.push;pe.prototype.push=function(t,e,n){return e||n?xe.call(this,t,e,n):xe.call(this,t).catch((function(t){return t}))};const we=ye;var ke=function(){return ke=Object.assign||function(t){for(var e,n=1,o=arguments.length;n0&&r[r.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!r||i[1]>r[0]&&i[1]=0&&je.getRuleDefinition("max")&&(o.max=n.maxlength),n.minlength>=0&&je.getRuleDefinition("min")&&(o.min=n.minlength),"number"===n.type&&(ze(n.min)&&je.getRuleDefinition("min_value")&&(o.min_value=Number(n.min)),ze(n.max)&&je.getRuleDefinition("max_value")&&(o.max_value=Number(n.max))),o):o}(t))):qe(o)}function gn(t,e){return t.$scopedSlots.default?t.$scopedSlots.default(e)||[]:t.$slots.default||[]}function mn(t,e){return!(t._ignoreImmediate||!t.immediate)||(n=t.value,o=e,!(Te(n)&&Te(o)||n===o||!t.normalizedEvents.length)||(!!t._needsValidation||!t.initialized&&void 0===e));var n,o}function vn(t){return ke(ke({},t.flags),{errors:t.errors,classes:t.classes,failedRules:t.failedRules,reset:function(){return t.reset()},validate:function(){for(var e=[],n=0;n0)){var c=He().useConstraintAttrs?hn(t):{};rn(e._resolvedRules,c)||(e._needsValidation=!0),Pe(["input","select","textarea"],t.tag)&&(e.fieldName=(null===(a=null===(i=t.data)||void 0===i?void 0:i.attrs)||void 0===a?void 0:a.name)||(null===(l=null===(s=t.data)||void 0===s?void 0:s.attrs)||void 0===l?void 0:l.id)),e._resolvedRules=c,function(t,e){var n=cn(e);t._inputEventName=t._inputEventName||bn(e,ln(e)),yn(t,null==n?void 0:n.value);var o=kn(t),r=o.onInput,i=o.onBlur,a=o.onValidate;pn(e,t._inputEventName,r),pn(e,"blur",i),t.normalizedEvents.forEach((function(t){pn(e,t,a)})),t.initialized=!0}(e,t)}}))}return this.slim&&n.length<=1?n[0]:t(this.tag,n)},beforeDestroy:function(){this.$_veeObserver.unobserve(this.id)},activated:function(){this.isActive=!0},deactivated:function(){this.isActive=!1},methods:{setFlags:function(t){var e=this;Object.keys(t).forEach((function(n){e.flags[n]=t[n]}))},syncValue:function(t){var e=an(t);this.value=e,this.flags.changed=!rn(this.initialValue,e)},reset:function(){var t=this;this.errors=[],this.initialValue=this.value;var e={untouched:!0,touched:!1,dirty:!1,pristine:!0,valid:!1,invalid:!1,validated:!1,pending:!1,required:!1,changed:!1,passed:!1,failed:!1};e.required=this.isRequired,this.setFlags(e),this.failedRules={},this.validateSilent(),this._pendingValidation=void 0,this._pendingReset=!0,setTimeout((function(){t._pendingReset=!1}),this.debounce)},validate:function(){for(var t=[],e=0;e0&&this.syncValue(t[0]),[2,wn(this)]}))}))},validateSilent:function(){return _e(this,void 0,void 0,(function(){var t,e;return Se(this,(function(n){switch(n.label){case 0:return this.setFlags({pending:!0}),t=ke(ke({},this._resolvedRules),this.normalizedRules),Object.defineProperty(t,"_$$isNormalized",{value:!0,writable:!1,enumerable:!1,configurable:!1}),[4,Ke(this.value,t,ke(ke({name:this.name||this.fieldName},(o=this,r=o.$_veeObserver.refs,o.fieldDeps.reduce((function(t,e){return r[e]?(t.values[e]=r[e].value,t.names[e]=r[e].name,t):t}),{names:{},values:{}}))),{bails:this.bails,skipIfEmpty:this.skipIfEmpty,isInitial:!this.initialized,customMessages:this.customMessages}))];case 1:return e=n.sent(),this.setFlags({pending:!1,valid:e.valid,invalid:!e.valid}),void 0!==e.required&&this.setFlags({required:e.required}),[2,e]}var o,r}))}))},setErrors:function(t){this.applyResult({errors:t,failedRules:{}})},applyResult:function(t){var e=t.errors,n=t.failedRules,o=t.regenerateMap;this.errors=e,this._regenerateMap=o,this.failedRules=ke({},n||{}),this.setFlags({valid:!e.length,passed:!e.length,invalid:!!e.length,failed:!!e.length,validated:!0,changed:!rn(this.value,this.initialValue)})},registerField:function(){!function(t){var e=function(t){if(t.vid)return t.vid;if(t.name)return t.name;if(t.id)return t.id;if(t.fieldName)return t.fieldName;return"_vee_"+ ++_n}(t),n=t.id;if(!t.isActive||n===e&&t.$_veeObserver.refs[n])return;n!==e&&t.$_veeObserver.refs[n]===t&&t.$_veeObserver.unobserve(n);t.id=e,t.$_veeObserver.observe(t)}(this)},checkComputesRequiredState:function(){var t=ke(ke({},this._resolvedRules),this.normalizedRules);return Object.keys(t).some(je.isRequireRule)}}});function Cn(t,e,n){void 0===n&&(n=!0);var o=t.$_veeObserver.refs;if(t._veeWatchers||(t._veeWatchers={}),!o[e]&&n)return t.$once("hook:mounted",(function(){Cn(t,e,!1)}));!Ae(t._veeWatchers[e])&&o[e]&&(t._veeWatchers[e]=o[e].$watch("value",(function(){var e=t.checkComputesRequiredState();t.flags.validated&&(t._needsValidation=!0,t.validate()),e&&!t.flags.validated&&t.validateSilent()})))}var Tn=[["pristine","every"],["dirty","some"],["touched","some"],["untouched","every"],["valid","every"],["invalid","some"],["pending","some"],["validated","every"],["changed","some"],["passed","every"],["failed","some"]],$n=0;var On=n.default.extend({name:"ValidationObserver",provide:function(){return{$_veeObserver:this}},inject:{$_veeObserver:{from:"$_veeObserver",default:function(){return this.$vnode.context.$_veeObserver?this.$vnode.context.$_veeObserver:null}}},props:{tag:{type:String,default:"span"},vid:{type:String,default:function(){return"obs_"+$n++}},slim:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},data:function(){return{id:"",refs:{},observers:[],errors:{},flags:Fn(),fields:{}}},created:function(){var t=this;this.id=this.vid,An(this);var e=Me((function(e){var n=e.errors,o=e.flags,r=e.fields;t.errors=n,t.flags=o,t.fields=r}),16);this.$watch(Bn,e)},activated:function(){An(this)},deactivated:function(){zn(this)},beforeDestroy:function(){zn(this)},render:function(t){var e,n=gn(this,ke(ke({},(e=this).flags),{errors:e.errors,fields:e.fields,validate:e.validate,validateWithInfo:e.validateWithInfo,passes:e.handleSubmit,handleSubmit:e.handleSubmit,reset:e.reset}));return this.slim&&n.length<=1?n[0]:t(this.tag,{on:this.$listeners},n)},methods:{observe:function(t,e){var n;void 0===e&&(e="provider"),"observer"!==e?this.refs=ke(ke({},this.refs),((n={})[t.id]=t,n)):this.observers.push(t)},unobserve:function(t,e){if(void 0===e&&(e="provider"),"provider"!==e){var n=Be(this.observers,(function(e){return e.id===t}));-1!==n&&this.observers.splice(n,1)}else{if(!this.refs[t])return;this.$delete(this.refs,t)}},validateWithInfo:function(t){var e=(void 0===t?{}:t).silent,n=void 0!==e&&e;return _e(this,void 0,void 0,(function(){var t,e,o,r,i,a;return Se(this,(function(s){switch(s.label){case 0:return[4,Promise.all(Ce(De(this.refs).filter((function(t){return!t.disabled})).map((function(t){return t[n?"validateSilent":"validate"]().then((function(t){return t.valid}))})),this.observers.filter((function(t){return!t.disabled})).map((function(t){return t.validate({silent:n})}))))];case 1:return t=s.sent(),e=t.every((function(t){return t})),o=Bn.call(this),r=o.errors,i=o.flags,a=o.fields,this.errors=r,this.flags=i,this.fields=a,[2,{errors:r,flags:i,fields:a,isValid:e}]}}))}))},validate:function(t){var e=(void 0===t?{}:t).silent,n=void 0!==e&&e;return _e(this,void 0,void 0,(function(){return Se(this,(function(t){switch(t.label){case 0:return[4,this.validateWithInfo({silent:n})];case 1:return[2,t.sent().isValid]}}))}))},handleSubmit:function(t){return _e(this,void 0,void 0,(function(){return Se(this,(function(e){switch(e.label){case 0:return[4,this.validate()];case 1:return e.sent()&&t?[2,t()]:[2]}}))}))},reset:function(){return Ce(De(this.refs),this.observers).forEach((function(t){return t.reset()}))},setErrors:function(t){var e=this;Object.keys(t).forEach((function(n){var o=e.refs[n];if(o){var r=t[n]||[];r="string"==typeof r?[r]:r,o.setErrors(r)}})),this.observers.forEach((function(e){e.setErrors(t)}))}}});function zn(t){t.$_veeObserver&&t.$_veeObserver.unobserve(t.id,"observer")}function An(t){t.$_veeObserver&&t.$_veeObserver.observe(t,"observer")}function Fn(){return ke(ke({},{untouched:!0,touched:!1,dirty:!1,pristine:!0,valid:!1,invalid:!1,validated:!1,pending:!1,required:!1,changed:!1,passed:!1,failed:!1}),{valid:!0,invalid:!1})}function Bn(){for(var t=Ce(De(this.refs),this.observers.filter((function(t){return!t.disabled}))),e={},n=Fn(),o={},r=t.length,i=0;i=t},Gn={validate:qn,params:[{name:"min"},{name:"max"}]},Wn={validate:function(t,e){var n=e.target;return String(t)===String(n)},params:[{name:"target",isTarget:!0}]},Yn=function(t,e){var n=e.length;if(Array.isArray(t))return t.every((function(t){return Yn(t,{length:n})}));var o=String(t);return/^[0-9]*$/.test(o)&&o.length===n},Kn={validate:Yn,params:[{name:"length",cast:function(t){return Number(t)}}]},Xn={validate:function(t,e){var n=e.width,o=e.height,r=[];t=Array.isArray(t)?t:[t];for(var i=0;i()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;return n&&!Array.isArray(t)&&(t=String(t).split(",").map((function(t){return t.trim()}))),Array.isArray(t)?t.every((function(t){return o.test(String(t))})):o.test(String(t))},params:[{name:"multiple",default:!1}]};function Jn(t){return null==t}function Qn(t){return Array.isArray(t)&&0===t.length}function to(t){return"function"==typeof Array.from?Array.from(t):function(t){for(var e=[],n=t.length,o=0;o=0:Array.isArray(t)?t.every((function(t){return uo(t,{length:n})})):String(t).length<=n},fo={validate:uo,params:[{name:"length",cast:function(t){return Number(t)}}]},po=function(t,e){var n=e.max;return!Jn(t)&&""!==t&&(Array.isArray(t)?t.length>0&&t.every((function(t){return po(t,{max:n})})):Number(t)<=n)},bo={validate:po,params:[{name:"max",cast:function(t){return Number(t)}}]},ho={validate:function(t,e){var n=new RegExp(e.join("|").replace("*",".+")+"$","i");return Array.isArray(t)?t.every((function(t){return n.test(t.type)})):n.test(t.type)}},go=function(t,e){var n=e.length;return!Jn(t)&&(Array.isArray(t)?t.every((function(t){return go(t,{length:n})})):String(t).length>=n)},mo={validate:go,params:[{name:"length",cast:function(t){return Number(t)}}]},vo=function(t,e){var n=e.min;return!Jn(t)&&""!==t&&(Array.isArray(t)?t.length>0&&t.every((function(t){return vo(t,{min:n})})):Number(t)>=n)},yo={validate:vo,params:[{name:"min",cast:function(t){return Number(t)}}]},xo=/^[٠١٢٣٤٥٦٧٨٩]+$/,wo=/^[0-9]+$/,ko={validate:function(t){var e=function(t){var e=String(t);return wo.test(e)||xo.test(e)};return Array.isArray(t)?t.every(e):e(t)}},_o=function(t,e){var n=e.regex;return Array.isArray(t)?t.every((function(t){return _o(t,{regex:n})})):n.test(String(t))},So={validate:_o,params:[{name:"regex",cast:function(t){return"string"==typeof t?new RegExp(t):t}}]},Co={validate:function(t,e){var n=(void 0===e?{allowFalse:!0}:e).allowFalse,o={valid:!1,required:!0};return Jn(t)||Qn(t)?o:!1!==t||n?(o.valid=!!String(t).trim().length,o):o},params:[{name:"allowFalse",default:!0}],computesRequired:!0},To=function(t){return Qn(t)||-1!==[!1,null,void 0].indexOf(t)||!String(t).trim().length},$o={validate:function(t,e){var n,o=e.target,r=e.values;return r&&r.length?(Array.isArray(r)||"string"!=typeof r||(r=[r]),n=r.some((function(t){return t==String(o).trim()}))):n=!To(o),n?{valid:!To(t),required:n}:{valid:!0,required:n}},params:[{name:"target",isTarget:!0},{name:"values"}],computesRequired:!0},Oo={validate:function(t,e){var n=e.size;if(isNaN(n))return!1;var o=1024*n;if(!Array.isArray(t))return t.size<=o;for(var r=0;ro)return!1;return!0},params:[{name:"size",cast:function(t){return Number(t)}}]},zo={validate:function(t,e){var n=e||{},o=n.decimals,r=void 0===o?0:o,i=n.separator,a=new RegExp("^-?\\d+"+("comma"===(void 0===i?"dot":i)?",?":"\\.?")+(0===r?"\\d*":"(\\d{"+r+"})?")+"$");return Array.isArray(t)?t.every((function(t){return a.test(String(t))})):a.test(String(t))},params:[{name:"decimals",default:0},{name:"separator",default:"dot"}]},Ao=function(){return(Ao=Object.assign||function(t){for(var e,n=1,o=arguments.length;n=0)return 1;return 0}();var Mo=Do&&window.Promise?function(t){var e=!1;return function(){e||(e=!0,window.Promise.resolve().then((function(){e=!1,t()})))}}:function(t){var e=!1;return function(){e||(e=!0,setTimeout((function(){e=!1,t()}),Lo))}};function Io(t){return t&&"[object Function]"==={}.toString.call(t)}function Ro(t,e){if(1!==t.nodeType)return[];var n=t.ownerDocument.defaultView.getComputedStyle(t,null);return e?n[e]:n}function jo(t){return"HTML"===t.nodeName?t:t.parentNode||t.host}function No(t){if(!t)return document.body;switch(t.nodeName){case"HTML":case"BODY":return t.ownerDocument.body;case"#document":return t.body}var e=Ro(t),n=e.overflow,o=e.overflowX,r=e.overflowY;return/(auto|scroll|overlay)/.test(n+r+o)?t:No(jo(t))}function Vo(t){return t&&t.referenceNode?t.referenceNode:t}var Ho=Do&&!(!window.MSInputMethodContext||!document.documentMode),Uo=Do&&/MSIE 10/.test(navigator.userAgent);function qo(t){return 11===t?Ho:10===t?Uo:Ho||Uo}function Go(t){if(!t)return document.documentElement;for(var e=qo(10)?document.body:null,n=t.offsetParent||null;n===e&&t.nextElementSibling;)n=(t=t.nextElementSibling).offsetParent;var o=n&&n.nodeName;return o&&"BODY"!==o&&"HTML"!==o?-1!==["TH","TD","TABLE"].indexOf(n.nodeName)&&"static"===Ro(n,"position")?Go(n):n:t?t.ownerDocument.documentElement:document.documentElement}function Wo(t){return null!==t.parentNode?Wo(t.parentNode):t}function Yo(t,e){if(!(t&&t.nodeType&&e&&e.nodeType))return document.documentElement;var n=t.compareDocumentPosition(e)&Node.DOCUMENT_POSITION_FOLLOWING,o=n?t:e,r=n?e:t,i=document.createRange();i.setStart(o,0),i.setEnd(r,0);var a,s,l=i.commonAncestorContainer;if(t!==l&&e!==l||o.contains(r))return"BODY"===(s=(a=l).nodeName)||"HTML"!==s&&Go(a.firstElementChild)!==a?Go(l):l;var c=Wo(t);return c.host?Yo(c.host,e):Yo(t,Wo(e).host)}function Ko(t){var e="top"===(arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top")?"scrollTop":"scrollLeft",n=t.nodeName;if("BODY"===n||"HTML"===n){var o=t.ownerDocument.documentElement;return(t.ownerDocument.scrollingElement||o)[e]}return t[e]}function Xo(t,e){var n="x"===e?"Left":"Top",o="Left"===n?"Right":"Bottom";return parseFloat(t["border"+n+"Width"])+parseFloat(t["border"+o+"Width"])}function Zo(t,e,n,o){return Math.max(e["offset"+t],e["scroll"+t],n["client"+t],n["offset"+t],n["scroll"+t],qo(10)?parseInt(n["offset"+t])+parseInt(o["margin"+("Height"===t?"Top":"Left")])+parseInt(o["margin"+("Height"===t?"Bottom":"Right")]):0)}function Jo(t){var e=t.body,n=t.documentElement,o=qo(10)&&getComputedStyle(n);return{height:Zo("Height",e,n,o),width:Zo("Width",e,n,o)}}var Qo=function(){function t(t,e){for(var n=0;n2&&void 0!==arguments[2]&&arguments[2],o=qo(10),r="HTML"===e.nodeName,i=or(t),a=or(e),s=No(t),l=Ro(e),c=parseFloat(l.borderTopWidth),d=parseFloat(l.borderLeftWidth);n&&r&&(a.top=Math.max(a.top,0),a.left=Math.max(a.left,0));var u=nr({top:i.top-a.top-c,left:i.left-a.left-d,width:i.width,height:i.height});if(u.marginTop=0,u.marginLeft=0,!o&&r){var f=parseFloat(l.marginTop),p=parseFloat(l.marginLeft);u.top-=c-f,u.bottom-=c-f,u.left-=d-p,u.right-=d-p,u.marginTop=f,u.marginLeft=p}return(o&&!n?e.contains(s):e===s&&"BODY"!==s.nodeName)&&(u=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],o=Ko(e,"top"),r=Ko(e,"left"),i=n?-1:1;return t.top+=o*i,t.bottom+=o*i,t.left+=r*i,t.right+=r*i,t}(u,e)),u}function ir(t){var e=t.nodeName;if("BODY"===e||"HTML"===e)return!1;if("fixed"===Ro(t,"position"))return!0;var n=jo(t);return!!n&&ir(n)}function ar(t){if(!t||!t.parentElement||qo())return document.documentElement;for(var e=t.parentElement;e&&"none"===Ro(e,"transform");)e=e.parentElement;return e||document.documentElement}function sr(t,e,n,o){var r=arguments.length>4&&void 0!==arguments[4]&&arguments[4],i={top:0,left:0},a=r?ar(t):Yo(t,Vo(e));if("viewport"===o)i=function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=t.ownerDocument.documentElement,o=rr(t,n),r=Math.max(n.clientWidth,window.innerWidth||0),i=Math.max(n.clientHeight,window.innerHeight||0),a=e?0:Ko(n),s=e?0:Ko(n,"left");return nr({top:a-o.top+o.marginTop,left:s-o.left+o.marginLeft,width:r,height:i})}(a,r);else{var s=void 0;"scrollParent"===o?"BODY"===(s=No(jo(e))).nodeName&&(s=t.ownerDocument.documentElement):s="window"===o?t.ownerDocument.documentElement:o;var l=rr(s,a,r);if("HTML"!==s.nodeName||ir(a))i=l;else{var c=Jo(t.ownerDocument),d=c.height,u=c.width;i.top+=l.top-l.marginTop,i.bottom=d+l.top,i.left+=l.left-l.marginLeft,i.right=u+l.left}}var f="number"==typeof(n=n||0);return i.left+=f?n:n.left||0,i.top+=f?n:n.top||0,i.right-=f?n:n.right||0,i.bottom-=f?n:n.bottom||0,i}function lr(t,e,n,o,r){var i=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===t.indexOf("auto"))return t;var a=sr(n,o,i,r),s={top:{width:a.width,height:e.top-a.top},right:{width:a.right-e.right,height:a.height},bottom:{width:a.width,height:a.bottom-e.bottom},left:{width:e.left-a.left,height:a.height}},l=Object.keys(s).map((function(t){return er({key:t},s[t],{area:(e=s[t],e.width*e.height)});var e})).sort((function(t,e){return e.area-t.area})),c=l.filter((function(t){var e=t.width,o=t.height;return e>=n.clientWidth&&o>=n.clientHeight})),d=c.length>0?c[0].key:l[0].key,u=t.split("-")[1];return d+(u?"-"+u:"")}function cr(t,e,n){var o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;return rr(n,o?ar(e):Yo(e,Vo(n)),o)}function dr(t){var e=t.ownerDocument.defaultView.getComputedStyle(t),n=parseFloat(e.marginTop||0)+parseFloat(e.marginBottom||0),o=parseFloat(e.marginLeft||0)+parseFloat(e.marginRight||0);return{width:t.offsetWidth+o,height:t.offsetHeight+n}}function ur(t){var e={left:"right",right:"left",bottom:"top",top:"bottom"};return t.replace(/left|right|bottom|top/g,(function(t){return e[t]}))}function fr(t,e,n){n=n.split("-")[0];var o=dr(t),r={width:o.width,height:o.height},i=-1!==["right","left"].indexOf(n),a=i?"top":"left",s=i?"left":"top",l=i?"height":"width",c=i?"width":"height";return r[a]=e[a]+e[l]/2-o[l]/2,r[s]=n===s?e[s]-o[c]:e[ur(s)],r}function pr(t,e){return Array.prototype.find?t.find(e):t.filter(e)[0]}function br(t,e,n){var o=void 0===n?t:t.slice(0,function(t,e,n){if(Array.prototype.findIndex)return t.findIndex((function(t){return t[e]===n}));var o=pr(t,(function(t){return t[e]===n}));return t.indexOf(o)}(t,"name",n));return o.forEach((function(t){t.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var n=t.function||t.fn;t.enabled&&Io(n)&&(e.offsets.popper=nr(e.offsets.popper),e.offsets.reference=nr(e.offsets.reference),e=n(e,t))})),e}function hr(){if(!this.state.isDestroyed){var t={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};t.offsets.reference=cr(this.state,this.popper,this.reference,this.options.positionFixed),t.placement=lr(this.options.placement,t.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),t.originalPlacement=t.placement,t.positionFixed=this.options.positionFixed,t.offsets.popper=fr(this.popper,t.offsets.reference,t.placement),t.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",t=br(this.modifiers,t),this.state.isCreated?this.options.onUpdate(t):(this.state.isCreated=!0,this.options.onCreate(t))}}function gr(t,e){return t.some((function(t){var n=t.name;return t.enabled&&n===e}))}function mr(t){for(var e=[!1,"ms","Webkit","Moz","O"],n=t.charAt(0).toUpperCase()+t.slice(1),o=0;o1&&void 0!==arguments[1]&&arguments[1],n=zr.indexOf(t),o=zr.slice(n+1).concat(zr.slice(0,n));return e?o.reverse():o}var Fr="flip",Br="clockwise",Pr="counterclockwise";function Er(t,e,n,o){var r=[0,0],i=-1!==["right","left"].indexOf(o),a=t.split(/(\+|\-)/).map((function(t){return t.trim()})),s=a.indexOf(pr(a,(function(t){return-1!==t.search(/,|\s/)})));a[s]&&-1===a[s].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var l=/\s*,\s*|\s+/,c=-1!==s?[a.slice(0,s).concat([a[s].split(l)[0]]),[a[s].split(l)[1]].concat(a.slice(s+1))]:[a];return c=c.map((function(t,o){var r=(1===o?!i:i)?"height":"width",a=!1;return t.reduce((function(t,e){return""===t[t.length-1]&&-1!==["+","-"].indexOf(e)?(t[t.length-1]=e,a=!0,t):a?(t[t.length-1]+=e,a=!1,t):t.concat(e)}),[]).map((function(t){return function(t,e,n,o){var r=t.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),i=+r[1],a=r[2];if(!i)return t;if(0===a.indexOf("%")){return nr("%p"===a?n:o)[e]/100*i}if("vh"===a||"vw"===a)return("vh"===a?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0))/100*i;return i}(t,r,e,n)}))})),c.forEach((function(t,e){t.forEach((function(n,o){Sr(n)&&(r[e]+=n*("-"===t[o-1]?-1:1))}))})),r}var Dr={shift:{order:100,enabled:!0,fn:function(t){var e=t.placement,n=e.split("-")[0],o=e.split("-")[1];if(o){var r=t.offsets,i=r.reference,a=r.popper,s=-1!==["bottom","top"].indexOf(n),l=s?"left":"top",c=s?"width":"height",d={start:tr({},l,i[l]),end:tr({},l,i[l]+i[c]-a[c])};t.offsets.popper=er({},a,d[o])}return t}},offset:{order:200,enabled:!0,fn:function(t,e){var n=e.offset,o=t.placement,r=t.offsets,i=r.popper,a=r.reference,s=o.split("-")[0],l=void 0;return l=Sr(+n)?[+n,0]:Er(n,i,a,s),"left"===s?(i.top+=l[0],i.left-=l[1]):"right"===s?(i.top+=l[0],i.left+=l[1]):"top"===s?(i.left+=l[0],i.top-=l[1]):"bottom"===s&&(i.left+=l[0],i.top+=l[1]),t.popper=i,t},offset:0},preventOverflow:{order:300,enabled:!0,fn:function(t,e){var n=e.boundariesElement||Go(t.instance.popper);t.instance.reference===n&&(n=Go(n));var o=mr("transform"),r=t.instance.popper.style,i=r.top,a=r.left,s=r[o];r.top="",r.left="",r[o]="";var l=sr(t.instance.popper,t.instance.reference,e.padding,n,t.positionFixed);r.top=i,r.left=a,r[o]=s,e.boundaries=l;var c=e.priority,d=t.offsets.popper,u={primary:function(t){var n=d[t];return d[t]l[t]&&!e.escapeWithReference&&(o=Math.min(d[n],l[t]-("right"===t?d.width:d.height))),tr({},n,o)}};return c.forEach((function(t){var e=-1!==["left","top"].indexOf(t)?"primary":"secondary";d=er({},d,u[e](t))})),t.offsets.popper=d,t},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function(t){var e=t.offsets,n=e.popper,o=e.reference,r=t.placement.split("-")[0],i=Math.floor,a=-1!==["top","bottom"].indexOf(r),s=a?"right":"bottom",l=a?"left":"top",c=a?"width":"height";return n[s]i(o[s])&&(t.offsets.popper[l]=i(o[s])),t}},arrow:{order:500,enabled:!0,fn:function(t,e){var n;if(!$r(t.instance.modifiers,"arrow","keepTogether"))return t;var o=e.element;if("string"==typeof o){if(!(o=t.instance.popper.querySelector(o)))return t}else if(!t.instance.popper.contains(o))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),t;var r=t.placement.split("-")[0],i=t.offsets,a=i.popper,s=i.reference,l=-1!==["left","right"].indexOf(r),c=l?"height":"width",d=l?"Top":"Left",u=d.toLowerCase(),f=l?"left":"top",p=l?"bottom":"right",b=dr(o)[c];s[p]-ba[p]&&(t.offsets.popper[u]+=s[u]+b-a[p]),t.offsets.popper=nr(t.offsets.popper);var h=s[u]+s[c]/2-b/2,g=Ro(t.instance.popper),m=parseFloat(g["margin"+d]),v=parseFloat(g["border"+d+"Width"]),y=h-t.offsets.popper[u]-m-v;return y=Math.max(Math.min(a[c]-b,y),0),t.arrowElement=o,t.offsets.arrow=(tr(n={},u,Math.round(y)),tr(n,f,""),n),t},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function(t,e){if(gr(t.instance.modifiers,"inner"))return t;if(t.flipped&&t.placement===t.originalPlacement)return t;var n=sr(t.instance.popper,t.instance.reference,e.padding,e.boundariesElement,t.positionFixed),o=t.placement.split("-")[0],r=ur(o),i=t.placement.split("-")[1]||"",a=[];switch(e.behavior){case Fr:a=[o,r];break;case Br:a=Ar(o);break;case Pr:a=Ar(o,!0);break;default:a=e.behavior}return a.forEach((function(s,l){if(o!==s||a.length===l+1)return t;o=t.placement.split("-")[0],r=ur(o);var c=t.offsets.popper,d=t.offsets.reference,u=Math.floor,f="left"===o&&u(c.right)>u(d.left)||"right"===o&&u(c.left)u(d.top)||"bottom"===o&&u(c.top)u(n.right),h=u(c.top)u(n.bottom),m="left"===o&&p||"right"===o&&b||"top"===o&&h||"bottom"===o&&g,v=-1!==["top","bottom"].indexOf(o),y=!!e.flipVariations&&(v&&"start"===i&&p||v&&"end"===i&&b||!v&&"start"===i&&h||!v&&"end"===i&&g),x=!!e.flipVariationsByContent&&(v&&"start"===i&&b||v&&"end"===i&&p||!v&&"start"===i&&g||!v&&"end"===i&&h),w=y||x;(f||m||w)&&(t.flipped=!0,(f||m)&&(o=a[l+1]),w&&(i=function(t){return"end"===t?"start":"start"===t?"end":t}(i)),t.placement=o+(i?"-"+i:""),t.offsets.popper=er({},t.offsets.popper,fr(t.instance.popper,t.offsets.reference,t.placement)),t=br(t.instance.modifiers,t,"flip"))})),t},behavior:"flip",padding:5,boundariesElement:"viewport",flipVariations:!1,flipVariationsByContent:!1},inner:{order:700,enabled:!1,fn:function(t){var e=t.placement,n=e.split("-")[0],o=t.offsets,r=o.popper,i=o.reference,a=-1!==["left","right"].indexOf(n),s=-1===["top","left"].indexOf(n);return r[a?"left":"top"]=i[n]-(s?r[a?"width":"height"]:0),t.placement=ur(e),t.offsets.popper=nr(r),t}},hide:{order:800,enabled:!0,fn:function(t){if(!$r(t.instance.modifiers,"hide","preventOverflow"))return t;var e=t.offsets.reference,n=pr(t.instance.modifiers,(function(t){return"preventOverflow"===t.name})).boundaries;if(e.bottomn.right||e.top>n.bottom||e.right2&&void 0!==arguments[2]?arguments[2]:{};!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.scheduleUpdate=function(){return requestAnimationFrame(o.update)},this.update=Mo(this.update.bind(this)),this.options=er({},t.Defaults,r),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=e&&e.jquery?e[0]:e,this.popper=n&&n.jquery?n[0]:n,this.options.modifiers={},Object.keys(er({},t.Defaults.modifiers,r.modifiers)).forEach((function(e){o.options.modifiers[e]=er({},t.Defaults.modifiers[e]||{},r.modifiers?r.modifiers[e]:{})})),this.modifiers=Object.keys(this.options.modifiers).map((function(t){return er({name:t},o.options.modifiers[t])})).sort((function(t,e){return t.order-e.order})),this.modifiers.forEach((function(t){t.enabled&&Io(t.onLoad)&&t.onLoad(o.reference,o.popper,o.options,t,o.state)})),this.update();var i=this.options.eventsEnabled;i&&this.enableEventListeners(),this.state.eventsEnabled=i}return Qo(t,[{key:"update",value:function(){return hr.call(this)}},{key:"destroy",value:function(){return vr.call(this)}},{key:"enableEventListeners",value:function(){return kr.call(this)}},{key:"disableEventListeners",value:function(){return _r.call(this)}}]),t}();Mr.Utils=("undefined"!=typeof window?window:i.g).PopperUtils,Mr.placements=Or,Mr.Defaults=Lr;const Ir=Mr;var Rr=i(42197),jr=i(65606);function Nr(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,o)}return n}function Vr(t){for(var e=1;e=0||(r[n]=t[n]);return r}(t,e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);for(o=0;o=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(r[n]=t[n])}return r}function ei(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function ni(t){var e=Zr();return function(){var n,o=Kr(t);if(e){var r=Kr(this).constructor;n=Reflect.construct(o,arguments,r)}else n=o.apply(this,arguments);return function(t,e){if(e&&("object"==typeof e||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return ei(t)}(this,n)}}function oi(){return oi="undefined"!=typeof Reflect&&Reflect.get?Reflect.get:function(t,e,n){var o=function(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&null!==(t=Kr(t)););return t}(t,e);if(o){var r=Object.getOwnPropertyDescriptor(o,e);return r.get?r.get.call(arguments.length<3?t:n):r.value}},oi.apply(this,arguments)}function ri(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null==n)return;var o,r,i=[],a=!0,s=!1;try{for(n=n.call(t);!(a=(o=n.next()).done)&&(i.push(o.value),!e||i.length!==e);a=!0);}catch(t){s=!0,r=t}finally{try{a||null==n.return||n.return()}finally{if(s)throw r}}return i}(t,e)||ai(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function ii(t){return function(t){if(Array.isArray(t))return si(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||ai(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function ai(t,e){if(t){if("string"==typeof t)return si(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?si(t,e):void 0}}function si(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,o=new Array(e);n0;/msie|trident/.test($i);var zi,Ai,Fi,Bi=function(){var t=!1;if(_i)try{var e={get passive(){t=!0}};Si.addEventListener("test",e,e),Si.removeEventListener("test",e,e)}catch(e){t=!1}return t}(),Pi=_i&&("ontouchstart"in Ci.documentElement||Ti.maxTouchPoints>0),Ei=_i&&Boolean(Si.PointerEvent||Si.MSPointerEvent),Di=_i&&"IntersectionObserver"in Si&&"IntersectionObserverEntry"in Si&&"intersectionRatio"in Si.IntersectionObserverEntry.prototype,Li="$bvConfig",Mi=["xs","sm","md","lg","xl"],Ii=/\[(\d+)]/g,Ri=/^(BV?)/,ji=/^\d+$/,Ni=/^\..+/,Vi=/^#/,Hi=/^#[A-Za-z]+[\w\-:.]*$/,Ui=/(<([^>]+)>)/gi,qi=/\B([A-Z])/g,Gi=/([a-z])([A-Z])/g,Wi=/^[0-9]*\.?[0-9]+$/,Yi=/\+/g,Ki=/[-/\\^$*+?.()|[\]{}]/g,Xi=/[\s\uFEFF\xA0]+/g,Zi=/\s+/,Ji=/\/\*$/,Qi=/(\s|^)(\w)/g,ta=/^\s+/,ea=/_/g,na=/-(\w)/g,oa=/^\d+-\d\d?-\d\d?(?:\s|T|$)/,ra=/-|\s|T/,ia=/^([0-1]?[0-9]|2[0-3]):[0-5]?[0-9](:[0-5]?[0-9])?$/,aa=/^.*(#[^#]+)$/,sa=/%2C/g,la=/[!'()*]/g,ca=/^(\?|#|&)/,da=/^\d+(\.\d*)?[/:]\d+(\.\d*)?$/,ua=/[/:]/,fa=/^col-/,pa=/^BIcon/,ba=/-u-.+/,ha=vi?Si.Element:function(t){Yr(n,t);var e=ni(n);function n(){return Ur(this,n),e.apply(this,arguments)}return n}(Qr(Object)),ga=vi?Si.HTMLElement:function(t){Yr(n,t);var e=ni(n);function n(){return Ur(this,n),e.apply(this,arguments)}return n}(ha),ma=vi?Si.SVGElement:function(t){Yr(n,t);var e=ni(n);function n(){return Ur(this,n),e.apply(this,arguments)}return n}(ha),va=vi?Si.File:function(t){Yr(n,t);var e=ni(n);function n(){return Ur(this,n),e.apply(this,arguments)}return n}(Qr(Object)),ya=function(t){return Hr(t)},xa=function(t){return void 0===t},wa=function(t){return null===t},ka=function(t){return xa(t)||wa(t)},_a=function(t){return"function"===ya(t)},Sa=function(t){return"boolean"===ya(t)},Ca=function(t){return"string"===ya(t)},Ta=function(t){return"number"===ya(t)},$a=function(t){return Wi.test(String(t))},Oa=function(t){return Array.isArray(t)},za=function(t){return null!==t&&"object"===Hr(t)},Aa=function(t){return"[object Object]"===Object.prototype.toString.call(t)},Fa=function(t){return t instanceof Date},Ba=function(t){return t instanceof Event},Pa=function(t){return"RegExp"===function(t){return Object.prototype.toString.call(t).slice(8,-1)}(t)},Ea=function(){return Object.assign.apply(Object,arguments)},Da=function(t,e){return Object.create(t,e)},La=function(t,e){return Object.defineProperties(t,e)},Ma=function(t,e,n){return Object.defineProperty(t,e,n)},Ia=function(t){return Object.getOwnPropertyNames(t)},Ra=function(t){return Object.keys(t)},ja=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},Na=function(t){return Vr({},t)},Va=function(t,e){return Ra(t).filter((function(t){return-1!==e.indexOf(t)})).reduce((function(e,n){return Vr(Vr({},e),{},Wr({},n,t[n]))}),{})},Ha=function(t,e){return Ra(t).filter((function(t){return-1===e.indexOf(t)})).reduce((function(e,n){return Vr(Vr({},e),{},Wr({},n,t[n]))}),{})},Ua=function t(e,n){return za(e)&&za(n)&&Ra(n).forEach((function(o){za(n[o])?(e[o]&&za(e[o])||(e[o]=n[o]),t(e[o],n[o])):Ea(e,Wr({},o,n[o]))})),e},qa=function(t){return Ra(t).sort().reduce((function(e,n){return Vr(Vr({},e),{},Wr({},n,t[n]))}),{})},Ga=function t(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e;return Oa(e)?e.reduce((function(e,n){return[].concat(ii(e),[t(n,n)])}),[]):Aa(e)?Ra(e).reduce((function(n,o){return Vr(Vr({},n),{},Wr({},o,t(e[o],e[o])))}),{}):n},Wa=function(t){return t},Ya=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:void 0;if(!(e=Oa(e)?e.join("."):e)||!za(t))return n;if(e in t)return t[e];var o=(e=String(e).replace(Ii,".$1")).split(".").filter(Wa);return 0===o.length?n:o.every((function(e){return za(t)&&e in t&&!ka(t=t[e])}))?t:wa(t)?null:n},Ka=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,o=Ya(t,e);return ka(o)?n:o},Xa=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=void 0!==jr&&jr&&jr.env||{};return t?n[t]||e:n},Za=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;Xa("BOOTSTRAP_VUE_NO_WARN")||"production"===Xa("NODE_ENV")||console.warn("[BootstrapVue warn]: ".concat(e?"".concat(e," - "):"").concat(t))},Ja=function(t){return!_i&&(Za("".concat(t,": Can not be called during SSR.")),!0)},Qa=function(t){return!wi&&(Za("".concat(t,": Requires Promise support.")),!0)},ts=function(){function t(){Ur(this,t),this.$_config={}}return Gr(t,[{key:"setConfig",value:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};Aa(e)&&Ia(e).forEach((function(n){var o=e[n];"breakpoints"===n?!Oa(o)||o.length<2||o.some((function(t){return!Ca(t)||0===t.length}))?Za('"breakpoints" must be an array of at least 2 breakpoint names',"BvConfig"):t.$_config[n]=Ga(o):Aa(o)&&(t.$_config[n]=Ia(o).reduce((function(t,e){return xa(o[e])||(t[e]=Ga(o[e])),t}),t.$_config[n]||{}))}))}},{key:"resetConfig",value:function(){this.$_config={}}},{key:"getConfig",value:function(){return Ga(this.$_config)}},{key:"getConfigValue",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0;return Ga(Ya(this.$_config,t,e))}}]),t}(),es=(zi=!1,Ai=["Multiple instances of Vue detected!","You may need to set up an alias for Vue in your bundler config.","See: https://bootstrap-vue.org/docs#using-module-bundlers"].join("\n"),function(t){zi||n.default===t||Oi||Za(Ai),zi=!0}),ns=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.components,o=t.directives,r=t.plugins,i=function t(i){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};t.installed||(t.installed=!0,es(i),function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:n.default;e.prototype[Li]=n.default.prototype[Li]=e.prototype[Li]||n.default.prototype[Li]||new ts,e.prototype[Li].setConfig(t)}(a,i),as(i,e),ls(i,o),rs(i,r))};return i.installed=!1,i},os=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return Vr(Vr({},arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}),{},{install:ns(t)})},rs=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};for(var n in e)n&&e[n]&&t.use(e[n])},is=function(t,e,n){t&&e&&n&&t.component(e,n)},as=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};for(var n in e)is(t,n,e[n])},ss=function(t,e,n){t&&e&&n&&t.directive(e.replace(/^VB/,"B"),n)},ls=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};for(var n in e)ss(t,n,e[n])},cs="BAlert",ds="BAspect",us="BAvatar",fs="BAvatarGroup",ps="BBadge",bs="BBreadcrumb",hs="BBreadcrumbItem",gs="BBreadcrumbLink",ms="BButton",vs="BButtonClose",ys="BButtonGroup",xs="BButtonToolbar",ws="BCalendar",ks="BCard",_s="BCardBody",Ss="BCardFooter",Cs="BCardGroup",Ts="BCardHeader",$s="BCardImg",Os="BCardImgLazy",zs="BCardSubTitle",As="BCardText",Fs="BCardTitle",Bs="BCarousel",Ps="BCarouselSlide",Es="BCol",Ds="BCollapse",Ls="BContainer",Ms="BDropdown",Is="BDropdownDivider",Rs="BDropdownForm",js="BDropdownGroup",Ns="BDropdownHeader",Vs="BDropdownItem",Hs="BDropdownItemButton",Us="BDropdownText",qs="BEmbed",Gs="BForm",Ws="BFormCheckbox",Ys="BFormCheckboxGroup",Ks="BFormDatalist",Xs="BFormDatepicker",Zs="BFormFile",Js="BFormGroup",Qs="BFormInput",tl="BFormInvalidFeedback",el="BFormRadio",nl="BFormRadioGroup",ol="BFormRating",rl="BFormRow",il="BFormSelect",al="BFormSelectOption",sl="BFormSelectOptionGroup",ll="BFormSpinbutton",cl="BFormTag",dl="BFormTags",ul="BFormText",fl="BFormTextarea",pl="BFormTimepicker",bl="BFormValidFeedback",hl="BIcon",gl="BIconstack",ml="BImg",vl="BImgLazy",yl="BInputGroup",xl="BInputGroupAddon",wl="BInputGroupAppend",kl="BInputGroupPrepend",_l="BInputGroupText",Sl="BJumbotron",Cl="BLink",Tl="BListGroup",$l="BListGroupItem",Ol="BMedia",zl="BMediaAside",Al="BMediaBody",Fl="BModal",Bl="BNav",Pl="BNavbar",El="BNavbarBrand",Dl="BNavbarNav",Ll="BNavbarToggle",Ml="BNavForm",Il="BNavItem",Rl="BNavItemDropdown",jl="BOverlay",Nl="BPagination",Vl="BPaginationNav",Hl="BPopover",Ul="BProgress",ql="BProgressBar",Gl="BRow",Wl="BSidebar",Yl="BSkeleton",Kl="BSkeletonIcon",Xl="BSkeletonImg",Zl="BSkeletonTable",Jl="BSkeletonWrapper",Ql="BSpinner",tc="BTab",ec="BTable",nc="BTableCell",oc="BTableLite",rc="BTableSimple",ic="BTabs",ac="BTbody",sc="BTfoot",lc="BThead",cc="BTime",dc="BToast",uc="BToaster",fc="BTooltip",pc="BVTransporter",bc="blur",hc="change",gc="click",mc="close",vc="context",yc="context-changed",xc="destroyed",wc="disable",kc="disabled",_c="enable",Sc="enabled",Cc="filtered",Tc="first",$c="focusin",Oc="focusout",zc="head-clicked",Ac="hidden",Fc="hide",Bc="input",Pc="last",Ec="mouseenter",Dc="mouseleave",Lc="next",Mc="open",Ic="page-click",Rc="prev",jc="refreshed",Nc="row-clicked",Vc="selected",Hc="show",Uc="shown",qc="sliding-end",Gc="toggle",Wc=ci?"vnodeBeforeUnmount":"hook:beforeDestroy",Yc=ci?"vNodeUnmounted":"hook:destroyed",Kc="update:",Xc="bv",Zc={passive:!0},Jc={passive:!0,capture:!1},Qc=void 0,td=Array,ed=Boolean,nd=Date,od=Function,rd=Number,id=Object,ad=RegExp,sd=String,ld=[td,od],cd=[td,id],dd=[td,id,sd],ud=[td,sd],fd=[ed,rd],pd=[ed,rd,sd],bd=[ed,sd],hd=[nd,sd],gd=[od,sd],md=[rd,sd],vd=[rd,id,sd],yd=[id,od],xd=[id,sd],wd="append",kd="badge",_d="bottom-row",Sd="button-content",Cd="custom-foot",Td="default",$d="empty",Od="file-name",zd="first",Ad="footer",Fd="header",Bd="label",Pd="lead",Ed="modal-cancel",Dd="modal-ok",Ld="modal-title",Md="prepend",Id="row-details",Rd="table-busy",jd="table-caption",Nd="table-colgroup",Vd="title",Hd="top-row",Ud=function(){return Array.from.apply(Array,arguments)},qd=function(t,e){return-1!==t.indexOf(e)},Gd=function(){for(var t=arguments.length,e=new Array(t),n=0;n1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return(t=Gd(t).filter(Wa)).some((function(t){return e[t]||n[t]}))},Xd=function(t){var e,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};t=Gd(t).filter(Wa);for(var i=0;i0&&void 0!==arguments[0]?arguments[0]:Td,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.$scopedSlots,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:this.$slots;return Kd(t,e,n)},normalizeSlot:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Td,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:this.$scopedSlots,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:this.$slots,r=Xd(t,e,n,o);return r?Gd(r):r}}}),Jd=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:NaN,n=parseInt(t,10);return isNaN(n)?e:n},Qd=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:NaN,n=parseFloat(t);return isNaN(n)?e:n},tu=function(t,e){return Qd(t).toFixed(Jd(e,0))},eu=function(t){return t.replace(qi,"-$1").toLowerCase()},nu=function(t){return(t=eu(t).replace(na,(function(t,e){return e?e.toUpperCase():""}))).charAt(0).toUpperCase()+t.slice(1)},ou=function(t){return t.replace(ea," ").replace(Gi,(function(t,e,n){return e+" "+n})).replace(Qi,(function(t,e,n){return e+n.toUpperCase()}))},ru=function(t){return(t=Ca(t)?t.trim():String(t)).charAt(0).toUpperCase()+t.slice(1)},iu=function(t){return t.replace(Ki,"\\$&")},au=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:2;return ka(t)?"":Oa(t)||Aa(t)&&t.toString===Object.prototype.toString?JSON.stringify(t,null,e):String(t)},su=function(t){return au(t).trim()},lu=function(t){return au(t).toLowerCase()},cu=ha.prototype,du=["button","[href]:not(.disabled)","input","select","textarea","[tabindex]","[contenteditable]"].map((function(t){return"".concat(t,":not(:disabled):not([disabled])")})).join(", "),uu=cu.matches||cu.msMatchesSelector||cu.webkitMatchesSelector,fu=cu.closest||function(t){var e=this;do{if(Su(e,t))return e;e=e.parentElement||e.parentNode}while(!wa(e)&&e.nodeType===Node.ELEMENT_NODE);return null},pu=(Si.requestAnimationFrame||Si.webkitRequestAnimationFrame||Si.mozRequestAnimationFrame||Si.msRequestAnimationFrame||Si.oRequestAnimationFrame||function(t){return setTimeout(t,16)}).bind(Si),bu=Si.MutationObserver||Si.WebKitMutationObserver||Si.MozMutationObserver||null,hu=function(t){return!(!t||t.nodeType!==Node.ELEMENT_NODE)},gu=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=Ci.activeElement;return e&&!t.some((function(t){return t===e}))?e:null},mu=function(t,e){return au(t).toLowerCase()===au(e).toLowerCase()},vu=function(t){return hu(t)&&t===gu()},yu=function(t){if(!hu(t)||!t.parentNode||!Tu(Ci.body,t))return!1;if("none"===Mu(t,"display"))return!1;var e=Iu(t);return!!(e&&e.height>0&&e.width>0)},xu=function(t){return!hu(t)||t.disabled||Eu(t,"disabled")||Au(t,"disabled")},wu=function(t){return hu(t)&&t.offsetHeight},ku=function(t,e){return Ud((hu(e)?e:Ci).querySelectorAll(t))},_u=function(t,e){return(hu(e)?e:Ci).querySelector(t)||null},Su=function(t,e){return!!hu(t)&&uu.call(t,e)},Cu=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(!hu(e))return null;var o=fu.call(e,t);return n?o:o===e?null:o},Tu=function(t,e){return!(!t||!_a(t.contains))&&t.contains(e)},$u=function(t){return Ci.getElementById(/^#/.test(t)?t.slice(1):t)||null},Ou=function(t,e){e&&hu(t)&&t.classList&&t.classList.add(e)},zu=function(t,e){e&&hu(t)&&t.classList&&t.classList.remove(e)},Au=function(t,e){return!!(e&&hu(t)&&t.classList)&&t.classList.contains(e)},Fu=function(t,e,n){e&&hu(t)&&t.setAttribute(e,n)},Bu=function(t,e){e&&hu(t)&&t.removeAttribute(e)},Pu=function(t,e){return e&&hu(t)?t.getAttribute(e):null},Eu=function(t,e){return e&&hu(t)?t.hasAttribute(e):null},Du=function(t,e,n){e&&hu(t)&&(t.style[e]=n)},Lu=function(t,e){e&&hu(t)&&(t.style[e]="")},Mu=function(t,e){return e&&hu(t)&&t.style[e]||null},Iu=function(t){return hu(t)?t.getBoundingClientRect():null},Ru=function(t){var e=Si.getComputedStyle;return e&&hu(t)?e(t):{}},ju=function(t){var e={top:0,left:0};if(!hu(t)||0===t.getClientRects().length)return e;var n=Iu(t);if(n){var o=t.ownerDocument.defaultView;e.top=n.top+o.pageYOffset,e.left=n.left+o.pageXOffset}return e},Nu=function(t){var e={top:0,left:0};if(!hu(t))return e;var n={top:0,left:0},o=Ru(t);if("fixed"===o.position)e=Iu(t)||e;else{e=ju(t);for(var r=t.ownerDocument,i=t.offsetParent||r.documentElement;i&&(i===r.body||i===r.documentElement)&&"static"===Ru(i).position;)i=i.parentNode;if(i&&i!==t&&i.nodeType===Node.ELEMENT_NODE){n=ju(i);var a=Ru(i);n.top+=Qd(a.borderTopWidth,0),n.left+=Qd(a.borderLeftWidth,0)}}return{top:e.top-n.top-Qd(o.marginTop,0),left:e.left-n.left-Qd(o.marginLeft,0)}},Vu=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:document;return ku(du,t).filter(yu).filter((function(t){return t.tabIndex>-1&&!t.disabled}))},Hu=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};try{t.focus(e)}catch(t){}return vu(t)},Uu=function(t){try{t.blur()}catch(t){}return!vu(t)},qu=function(t){var e=Da(null);return function(){for(var n=arguments.length,o=new Array(n),r=0;r1&&void 0!==arguments[1]?arguments[1]:void 0,n=Gu[Li];return n?n.getConfigValue(t,e):Ga(e)},Yu=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:void 0;return e?Wu("".concat(t,".").concat(e),n):Wu(t,{})},Ku=function(){return Wu("breakpoints",Mi)},Xu=qu((function(){return Ku()})),Zu=qu((function(){var t=Ga(Xu());return t[0]="",t})),Ju=function(t,e){return t+ru(e)},Qu=function(t,e){return n=e.replace(t,""),(n=Ca(n)?n.trim():String(n)).charAt(0).toLowerCase()+n.slice(1);var n},tf=function(t,e){return e+(t?ru(t):"")},ef=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Qc,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:void 0,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:void 0,r=!0===n;return o=r?o:n,Vr(Vr(Vr({},t?{type:t}:{}),r?{required:r}:xa(e)?{}:{default:za(e)?function(){return e}:e}),xa(o)?{}:{validator:o})},nf=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Wa;if(Oa(t))return t.map(e);var n={};for(var o in t)ja(t,o)&&(n[e(o)]=za(t[o])?Na(t[o]):t[o]);return n},of=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Wa;return(Oa(t)?t.slice():Ra(t)).reduce((function(t,o){return t[n(o)]=e[o],t}),{})},rf=function(t,e,n){return Vr(Vr({},Ga(t)),{},{default:function(){var o=Yu(n,e,t.default);return _a(o)?o():o}})},af=function(t,e){return Ra(t).reduce((function(n,o){return Vr(Vr({},n),{},Wr({},o,rf(t[o],o,e)))}),{})},sf=rf({},"","").default.name,lf=function(t){return _a(t)&&t.name&&t.name!==sf},cf=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.type,o=void 0===n?Qc:n,r=e.defaultValue,i=void 0===r?void 0:r,a=e.validator,s=void 0===a?void 0:a,l=e.event,c=void 0===l?Bc:l,d=Wr({},t,ef(o,i,s));return{mixin:fi({model:{prop:t,event:c},props:d}),props:d,prop:t,event:c}},df=function(t){return Bi?za(t)?t:{capture:!!t||!1}:!!(za(t)?t.capture:t)},uf=function(t,e,n,o){t&&t.addEventListener&&t.addEventListener(e,n,df(o))},ff=function(t,e,n,o){t&&t.removeEventListener&&t.removeEventListener(e,n,df(o))},pf=function(t){for(var e=t?uf:ff,n=arguments.length,o=new Array(n>1?n-1:0),r=1;r1&&void 0!==arguments[1]?arguments[1]:{},n=e.preventDefault,o=void 0===n||n,r=e.propagation,i=void 0===r||r,a=e.immediatePropagation,s=void 0!==a&&a;o&&t.preventDefault(),i&&t.stopPropagation(),s&&t.stopImmediatePropagation()},hf=function(t){return eu(t.replace(Ri,""))},gf=function(t,e){return[Xc,hf(t),e].join("::")},mf=function(t,e){return[Xc,e,hf(t)].join("::")},vf=af({ariaLabel:ef(sd,"Close"),content:ef(sd,"×"),disabled:ef(ed,!1),textVariant:ef(sd)},vs),yf=fi({name:vs,functional:!0,props:vf,render:function(t,e){var n=e.props,o=e.data,r=e.slots,i=e.scopedSlots,a=r(),s=i||{},l={staticClass:"close",class:Wr({},"text-".concat(n.textVariant),n.textVariant),attrs:{type:"button",disabled:n.disabled,"aria-label":n.ariaLabel?String(n.ariaLabel):null},on:{click:function(t){n.disabled&&Ba(t)&&bf(t)}}};return Kd(Td,s,a)||(l.domProps={innerHTML:n.content}),t("button",Eo(o,l),Xd(Td,{},s,a))}}),xf={name:"",enterClass:"",enterActiveClass:"",enterToClass:"show",leaveClass:"show",leaveActiveClass:"",leaveToClass:""},wf=Vr(Vr({},xf),{},{enterActiveClass:"fade",leaveActiveClass:"fade"}),kf={appear:ef(ed,!1),mode:ef(sd),noFade:ef(ed,!1),transProps:ef(id)},_f=fi({name:"BVTransition",functional:!0,props:kf,render:function(t,e){var n=e.children,o=e.data,r=e.props,i=r.transProps;Aa(i)||(i=r.noFade?xf:wf,r.appear&&(i=Vr(Vr({},i),{},{appear:!0,appearClass:i.enterClass,appearActiveClass:i.enterActiveClass,appearToClass:i.enterToClass}))),i=Vr(Vr({mode:r.mode},i),{},{css:!0});var a=Vr({},o);return delete a.props,t("transition",Eo(a,{props:i}),n)}}),Sf=cf("show",{type:pd,defaultValue:!1}),Cf=Sf.mixin,Tf=Sf.props,$f=Sf.prop,Of=Sf.event,zf=function(t){return""===t||Sa(t)?0:(t=Jd(t,0))>0?t:0},Af=function(t){return""===t||!0===t||!(Jd(t,0)<1)&&!!t},Ff=af(qa(Vr(Vr({},Tf),{},{dismissLabel:ef(sd,"Close"),dismissible:ef(ed,!1),fade:ef(ed,!1),variant:ef(sd,"info")})),cs),Bf=os({components:{BAlert:fi({name:cs,mixins:[Cf,Zd],props:Ff,data:function(){return{countDown:0,localShow:Af(this[$f])}},watch:(Fi={},Wr(Fi,$f,(function(t){this.countDown=zf(t),this.localShow=Af(t)})),Wr(Fi,"countDown",(function(t){var e=this;this.clearCountDownInterval();var n=this[$f];$a(n)&&(this.$emit("dismiss-count-down",t),n!==t&&this.$emit(Of,t),t>0?(this.localShow=!0,this.$_countDownTimeout=setTimeout((function(){e.countDown--}),1e3)):this.$nextTick((function(){pu((function(){e.localShow=!1}))})))})),Wr(Fi,"localShow",(function(t){var e=this[$f];t||!this.dismissible&&!$a(e)||this.$emit("dismissed"),$a(e)||e===t||this.$emit(Of,t)})),Fi),created:function(){this.$_filterTimer=null;var t=this[$f];this.countDown=zf(t),this.localShow=Af(t)},beforeDestroy:function(){this.clearCountDownInterval()},methods:{dismiss:function(){this.clearCountDownInterval(),this.countDown=0,this.localShow=!1},clearCountDownInterval:function(){clearTimeout(this.$_countDownTimeout),this.$_countDownTimeout=null}},render:function(t){var e=t();if(this.localShow){var n=this.dismissible,o=this.variant,r=t();n&&(r=t(yf,{attrs:{"aria-label":this.dismissLabel},on:{click:this.dismiss}},[this.normalizeSlot("dismiss")])),e=t("div",{staticClass:"alert",class:Wr({"alert-dismissible":n},"alert-".concat(o),o),attrs:{role:"alert","aria-live":"polite","aria-atomic":!0},key:this[li]},[r,this.normalizeSlot()])}return t(_f,{props:{noFade:!this.fade}},[e])}})}}),Pf=Math.min,Ef=Math.max,Df=Math.abs,Lf=Math.ceil,Mf=Math.floor,If=Math.pow,Rf=Math.round,jf="b-aspect",Nf=af({aspect:ef(md,"1:1"),tag:ef(sd,"div")},ds),Vf=fi({name:ds,mixins:[Zd],props:Nf,computed:{padding:function(){var t=this.aspect,e=1;if(da.test(t)){var n=ri(t.split(ua).map((function(t){return Qd(t)||1})),2);e=n[0]/n[1]}else e=Qd(t)||1;return"".concat(100/Df(e),"%")}},render:function(t){var e=t("div",{staticClass:"".concat(jf,"-sizer flex-grow-1"),style:{paddingBottom:this.padding,height:0}}),n=t("div",{staticClass:"".concat(jf,"-content flex-grow-1 w-100 mw-100"),style:{marginLeft:"-100%"}},this.normalizeSlot());return t(this.tag,{staticClass:"".concat(jf," d-flex")},[e,n])}}),Hf=os({components:{BAspect:Vf}});function Uf(t){return ci?new Proxy(t,{get:function(t,e){return e in t?t[e]:void 0}}):t}var qf=function(t){return"%"+t.charCodeAt(0).toString(16)},Gf=function(t){return encodeURIComponent(au(t)).replace(la,qf).replace(sa,",")},Wf=decodeURIComponent,Yf=function(t){var e={};return(t=au(t).trim().replace(ca,""))?(t.split("&").forEach((function(t){var n=t.replace(Yi," ").split("="),o=Wf(n.shift()),r=n.length>0?Wf(n.join("=")):null;xa(e[o])?e[o]=r:Oa(e[o])?e[o].push(r):e[o]=[e[o],r]})),e):e},Kf=function(t){return!(!t.href&&!t.to)},Xf=function(t){return!(!t||mu(t,"a"))},Zf=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.href,n=t.to,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"#",r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"/";if(e)return e;if(Xf(arguments.length>1&&void 0!==arguments[1]?arguments[1]:"a"))return null;if(Ca(n))return n||r;if(Aa(n)&&(n.path||n.query||n.hash)){var i=au(n.path),a=function(t){if(!Aa(t))return"";var e=Ra(t).map((function(e){var n=t[e];return xa(n)?"":wa(n)?Gf(e):Oa(n)?n.reduce((function(t,n){return wa(n)?t.push(Gf(e)):xa(n)||t.push(Gf(e)+"="+Gf(n)),t}),[]).join("&"):Gf(e)+"="+Gf(n)})).filter((function(t){return t.length>0})).join("&");return e?"?".concat(e):""}(n.query),s=au(n.hash);return s=s&&"#"!==s.charAt(0)?"#".concat(s):s,"".concat(i).concat(a).concat(s)||r}return o},Jf={viewBox:"0 0 16 16",width:"1em",height:"1em",focusable:"false",role:"img","aria-label":"icon"},Qf={width:null,height:null,focusable:null,role:null,"aria-label":null},tp={animation:ef(sd),content:ef(sd),flipH:ef(ed,!1),flipV:ef(ed,!1),fontScale:ef(md,1),rotate:ef(md,0),scale:ef(md,1),shiftH:ef(md,0),shiftV:ef(md,0),stacked:ef(ed,!1),title:ef(sd),variant:ef(sd)},ep=fi({name:"BIconBase",functional:!0,props:tp,render:function(t,e){var n,o=e.data,r=e.props,i=e.children,a=r.animation,s=r.content,l=r.flipH,c=r.flipV,d=r.stacked,u=r.title,f=r.variant,p=Ef(Qd(r.fontScale,1),0)||1,b=Ef(Qd(r.scale,1),0)||1,h=Qd(r.rotate,0),g=Qd(r.shiftH,0),m=Qd(r.shiftV,0),v=l||c||1!==b,y=v||h,x=g||m,w=!ka(s),k=t("g",{attrs:{transform:[y?"translate(8 8)":null,v?"scale(".concat((l?-1:1)*b," ").concat((c?-1:1)*b,")"):null,h?"rotate(".concat(h,")"):null,y?"translate(-8 -8)":null].filter(Wa).join(" ")||null},domProps:w?{innerHTML:s||""}:{}},i);x&&(k=t("g",{attrs:{transform:"translate(".concat(16*g/16," ").concat(-16*m/16,")")}},[k])),d&&(k=t("g",[k]));var _=[u?t("title",u):null,k].filter(Wa);return t("svg",Eo({staticClass:"b-icon bi",class:(n={},Wr(n,"text-".concat(f),f),Wr(n,"b-icon-animation-".concat(a),a),n),attrs:Jf,style:d?{}:{fontSize:1===p?null:"".concat(100*p,"%")}},o,d?{attrs:Qf}:{},{attrs:{xmlns:d?null:"http://www.w3.org/2000/svg",fill:"currentColor"}}),_)}}),np=Ha(tp,["content"]),op=function(t,e){var n=eu(t),o="BIcon".concat(nu(t)),r="bi-".concat(n),i=n.replace(/-/g," "),a=su(e||"");return fi({name:o,functional:!0,props:np,render:function(t,e){var n=e.data,o=e.props;return t(ep,Eo({props:{title:i},attrs:{"aria-label":i}},n,{staticClass:r,props:Vr(Vr({},o),{},{content:a})}))}})},rp=op("Blank",""),ip=op("Calendar",''),ap=op("CalendarFill",''),sp=op("ChevronBarLeft",''),lp=op("ChevronDoubleLeft",''),cp=op("ChevronDown",''),dp=op("ChevronLeft",''),up=op("ChevronUp",''),fp=op("CircleFill",''),pp=op("Clock",''),bp=op("ClockFill",''),hp=op("Dash",''),gp=op("PersonFill",''),mp=op("Plus",''),vp=op("Star",''),yp=op("StarFill",''),xp=op("StarHalf",''),wp=op("X",''),kp=function t(e,o){if(!e)return n.default.component(o);var r=(e.$options||{}).components;return r&&r[o]||t(e.$parent,o)},_p=Ha(tp,["content"]),Sp=af(qa(Vr(Vr({},_p),{},{icon:ef(sd)})),hl),Cp=fi({name:hl,functional:!0,props:Sp,render:function(t,e){var n=e.data,o=e.props,r=e.parent,i=nu(su(o.icon||"")).replace(pa,"");return t(i&&kp(r,"BIcon".concat(i))||rp,Eo(n,{props:of(_p,o)}))}}),Tp=40,$p=35,Op=13,zp=36,Ap=37,Fp=39,Bp=32,Pp=38,Ep=function(t,e){if(t.length!==e.length)return!1;for(var n=!0,o=0;n&&o1?n-1:0),r=1;r0&&void 0!==arguments[0]?arguments[0]:{},e=t.target,n=t.rel;return"_blank"===e&&wa(n)?"noopener":n||null}({target:this.target,rel:this.rel})},computedHref:function(){var t=this.to,e=this.href;return Zf({to:t,href:e},this.computedTag)},computedProps:function(){var t=this.event,e=this.prefetch,n=this.routerTag;return this.isRouterLink?Vr(Vr(Vr(Vr({},of(Ha(Vr(Vr({},Kp),"nuxt-link"===this.computedTag?Xp:{}),["event","prefetch","routerTag"]),this)),t?{event:t}:{}),Sa(e)?{prefetch:e}:{}),n?{tag:n}:{}):{}},computedAttrs:function(){var t=this.bvAttrs,e=this.computedHref,n=this.computedRel,o=this.disabled,r=this.target,i=this.routerTag,a=this.isRouterLink;return Vr(Vr(Vr(Vr({},t),e?{href:e}:{}),a&&i&&!mu(i,"a")?{}:{rel:n,target:r}),{},{tabindex:o?"-1":xa(t.tabindex)?null:t.tabindex,"aria-disabled":o?"true":null})},computedListeners:function(){return Vr(Vr({},this.bvListeners),{},{click:this.onClick})}},methods:{onClick:function(t){var e=arguments,n=Ba(t),o=this.isRouterLink,r=this.bvListeners.click;if(n&&this.disabled)bf(t,{immediatePropagation:!0});else{var i;if(o)null===(i=t.currentTarget.__vue__)||void 0===i||i.$emit(gc,t);Gd(r).filter((function(t){return _a(t)})).forEach((function(t){t.apply(void 0,ii(e))})),this.emitOnRoot(Yp,t),this.emitOnRoot("clicked::link",t)}n&&!o&&"#"===this.computedHref&&bf(t,{propagation:!1})},focus:function(){Hu(this.$el)},blur:function(){Uu(this.$el)}},render:function(t){var e=this.active,n=this.disabled;return t(this.computedTag,Wr({class:{active:e,disabled:n},attrs:this.computedAttrs,props:this.computedProps},this.isRouterLink?"nativeOn":"on",this.computedListeners),this.normalizeSlot())}}),Qp=Ha(Zp,["event","routerTag"]);delete Qp.href.default,delete Qp.to.default;var tb=af(qa(Vr(Vr({},Qp),{},{block:ef(ed,!1),disabled:ef(ed,!1),pill:ef(ed,!1),pressed:ef(ed,null),size:ef(sd),squared:ef(ed,!1),tag:ef(sd,"button"),type:ef(sd,"button"),variant:ef(sd,"secondary")})),ms),eb=function(t){"focusin"===t.type?Ou(t.target,"focus"):"focusout"===t.type&&zu(t.target,"focus")},nb=function(t){return Kf(t)||mu(t.tag,"a")},ob=function(t){return Sa(t.pressed)},rb=function(t){return!(nb(t)||t.tag&&!mu(t.tag,"button"))},ib=function(t){return!nb(t)&&!rb(t)},ab=function(t){var e;return["btn-".concat(t.variant||"secondary"),(e={},Wr(e,"btn-".concat(t.size),t.size),Wr(e,"btn-block",t.block),Wr(e,"rounded-pill",t.pill),Wr(e,"rounded-0",t.squared&&!t.pill),Wr(e,"disabled",t.disabled),Wr(e,"active",t.pressed),e)]},sb=function(t){return nb(t)?of(Qp,t):{}},lb=function(t,e){var n=rb(t),o=nb(t),r=ob(t),i=ib(t),a=o&&"#"===t.href,s=e.attrs&&e.attrs.role?e.attrs.role:null,l=e.attrs?e.attrs.tabindex:null;return(i||a)&&(l="0"),{type:n&&!o?t.type:null,disabled:n?t.disabled:null,role:i||a?"button":s,"aria-disabled":i?String(t.disabled):null,"aria-pressed":r?String(t.pressed):null,autocomplete:r?"off":null,tabindex:t.disabled&&!n?"-1":l}},cb=fi({name:ms,functional:!0,props:tb,render:function(t,e){var n=e.props,o=e.data,r=e.listeners,i=e.children,a=ob(n),s=nb(n),l=ib(n),c=s&&"#"===n.href,d={keydown:function(t){if(!n.disabled&&(l||c)){var e=t.keyCode;if(e===Bp||e===Op&&l){var o=t.currentTarget||t.target;bf(t,{propagation:!1}),o.click()}}},click:function(t){n.disabled&&Ba(t)?bf(t):a&&r&&r["update:pressed"]&&Gd(r["update:pressed"]).forEach((function(t){_a(t)&&t(!n.pressed)}))}};a&&(d.focusin=eb,d.focusout=eb);var u={staticClass:"btn",class:ab(n),props:sb(n),attrs:lb(n,o),on:d};return t(s?Jp:n.tag,Eo(Vr(Vr({},o),{},{props:void 0}),u),i)}}),db="b-avatar",ub=["sm",null,"lg"],fb=.4*.7,pb=function(t){return t=Ca(t)&&$a(t)?Qd(t,0):t,Ta(t)?"".concat(t,"px"):t||null},bb=Ha(Zp,["active","event","routerTag"]),hb=af(qa(Vr(Vr({},bb),{},{alt:ef(sd,"avatar"),ariaLabel:ef(sd),badge:ef(bd,!1),badgeLeft:ef(ed,!1),badgeOffset:ef(sd),badgeTop:ef(ed,!1),badgeVariant:ef(sd,"primary"),button:ef(ed,!1),buttonType:ef(sd,"button"),icon:ef(sd),rounded:ef(bd,!1),size:ef(md),square:ef(ed,!1),src:ef(sd),text:ef(sd),variant:ef(sd,"secondary")})),us),gb=fi({name:us,mixins:[Zd],inject:{getBvAvatarGroup:{default:function(){return function(){return null}}}},props:hb,data:function(){return{localSrc:this.src||null}},computed:{bvAvatarGroup:function(){return this.getBvAvatarGroup()},computedSize:function(){var t=this.bvAvatarGroup;return pb(t?t.size:this.size)},computedVariant:function(){var t=this.bvAvatarGroup;return t&&t.variant?t.variant:this.variant},computedRounded:function(){var t=this.bvAvatarGroup,e=!(!t||!t.square)||this.square,n=t&&t.rounded?t.rounded:this.rounded;return e?"0":""===n||(n||"circle")},fontStyle:function(){var t=this.computedSize,e=-1===ub.indexOf(t)?"calc(".concat(t," * ").concat(.4,")"):null;return e?{fontSize:e}:{}},marginStyle:function(){var t=this.computedSize,e=this.bvAvatarGroup,n=e?e.overlapScale:0,o=t&&n?"calc(".concat(t," * -").concat(n,")"):null;return o?{marginLeft:o,marginRight:o}:{}},badgeStyle:function(){var t=this.computedSize,e=this.badgeTop,n=this.badgeLeft,o=this.badgeOffset||"0px";return{fontSize:-1===ub.indexOf(t)?"calc(".concat(t," * ").concat(fb," )"):null,top:e?o:null,bottom:e?null:o,left:n?o:null,right:n?null:o}}},watch:{src:function(t,e){t!==e&&(this.localSrc=t||null)}},methods:{onImgError:function(t){this.localSrc=null,this.$emit("img-error",t)},onClick:function(t){this.$emit(gc,t)}},render:function(t){var e,n=this.computedVariant,o=this.disabled,r=this.computedRounded,i=this.icon,a=this.localSrc,s=this.text,l=this.fontStyle,c=this.marginStyle,d=this.computedSize,u=this.button,f=this.buttonType,p=this.badge,b=this.badgeVariant,h=this.badgeStyle,g=!u&&Kf(this),m=u?cb:g?Jp:"span",v=this.alt,y=this.ariaLabel||null,x=null;this.hasNormalizedSlot()?x=t("span",{staticClass:"b-avatar-custom"},[this.normalizeSlot()]):a?(x=t("img",{style:n?{}:{width:"100%",height:"100%"},attrs:{src:a,alt:v},on:{error:this.onImgError}}),x=t("span",{staticClass:"b-avatar-img"},[x])):x=i?t(Cp,{props:{icon:i},attrs:{"aria-hidden":"true",alt:v}}):s?t("span",{staticClass:"b-avatar-text",style:l},[t("span",s)]):t(gp,{attrs:{"aria-hidden":"true",alt:v}});var w=t(),k=this.hasNormalizedSlot(kd);if(p||""===p||k){var _=!0===p?"":p;w=t("span",{staticClass:"b-avatar-badge",class:Wr({},"badge-".concat(b),b),style:h},[k?this.normalizeSlot(kd):_])}return t(m,{staticClass:db,class:(e={},Wr(e,"".concat(db,"-").concat(d),d&&-1!==ub.indexOf(d)),Wr(e,"badge-".concat(n),!u&&n),Wr(e,"rounded",!0===r),Wr(e,"rounded-".concat(r),r&&!0!==r),Wr(e,"disabled",o),e),style:Vr(Vr({},c),{},{width:d,height:d}),attrs:{"aria-label":y||null},props:u?{variant:n,disabled:o,type:f}:g?of(bb,this):{},on:u||g?{click:this.onClick}:{}},[x,w])}}),mb=af({overlap:ef(md,.3),rounded:ef(bd,!1),size:ef(sd),square:ef(ed,!1),tag:ef(sd,"div"),variant:ef(sd)},fs),vb=os({components:{BAvatar:gb,BAvatarGroup:fi({name:fs,mixins:[Zd],provide:function(){var t=this;return{getBvAvatarGroup:function(){return t}}},props:mb,computed:{computedSize:function(){return pb(this.size)},overlapScale:function(){return Pf(Ef(Qd(this.overlap,0),0),1)/2},paddingStyle:function(){var t=this.computedSize;return(t=t?"calc(".concat(t," * ").concat(this.overlapScale,")"):null)?{paddingLeft:t,paddingRight:t}:{}}},render:function(t){var e=t("div",{staticClass:"b-avatar-group-inner",style:this.paddingStyle},this.normalizeSlot());return t(this.tag,{staticClass:"b-avatar-group",attrs:{role:"group"}},[e])}})}}),yb=Ha(Zp,["event","routerTag"]);delete yb.href.default,delete yb.to.default;var xb,wb=af(qa(Vr(Vr({},yb),{},{pill:ef(ed,!1),tag:ef(sd,"span"),variant:ef(sd,"secondary")})),ps),kb=fi({name:ps,functional:!0,props:wb,render:function(t,e){var n=e.props,o=e.data,r=e.children,i=n.active,a=n.disabled,s=Kf(n),l=s?Jp:n.tag,c=n.variant||"secondary";return t(l,Eo(o,{staticClass:"badge",class:["badge-".concat(c),{"badge-pill":n.pill,active:i,disabled:a}],props:s?of(yb,n):{}}),r)}}),_b=os({components:{BBadge:kb}}),Sb=function(){return String(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"").replace(Ui,"")},Cb=function(t,e){return t?{innerHTML:t}:e?{textContent:e}:{}},Tb=af(qa(Vr(Vr({},Ha(Zp,["event","routerTag"])),{},{ariaCurrent:ef(sd,"location"),html:ef(sd),text:ef(sd)})),gs),$b=fi({name:gs,functional:!0,props:Tb,render:function(t,e){var n=e.props,o=e.data,r=e.children,i=n.active,a=i?"span":Jp,s={attrs:{"aria-current":i?n.ariaCurrent:null},props:of(Tb,n)};return r||(s.domProps=Cb(n.html,n.text)),t(a,Eo(o,s),r)}}),Ob=af(Tb,hs),zb=fi({name:hs,functional:!0,props:Ob,render:function(t,e){var n=e.props,o=e.data,r=e.children;return t("li",Eo(o,{staticClass:"breadcrumb-item",class:{active:n.active}}),[t($b,{props:n},r)])}}),Ab=af({items:ef(td)},bs),Fb=fi({name:bs,functional:!0,props:Ab,render:function(t,e){var n=e.props,o=e.data,r=e.children,i=n.items,a=r;if(Oa(i)){var s=!1;a=i.map((function(e,n){za(e)||(e={text:au(e)});var o=e.active;return o&&(s=!0),o||s||(o=n+1===i.length),t(zb,{props:Vr(Vr({},e),{},{active:o})})}))}return t("ol",Eo(o,{staticClass:"breadcrumb"}),a)}}),Bb=os({components:{BBreadcrumb:Fb,BBreadcrumbItem:zb,BBreadcrumbLink:$b}}),Pb=os({components:{BButton:cb,BBtn:cb,BButtonClose:yf,BBtnClose:yf}}),Eb=af(qa(Vr(Vr({},Va(tb,["size"])),{},{ariaRole:ef(sd,"group"),size:ef(sd),tag:ef(sd,"div"),vertical:ef(ed,!1)})),ys),Db=fi({name:ys,functional:!0,props:Eb,render:function(t,e){var n=e.props,o=e.data,r=e.children;return t(n.tag,Eo(o,{class:Wr({"btn-group":!n.vertical,"btn-group-vertical":n.vertical},"btn-group-".concat(n.size),n.size),attrs:{role:n.ariaRole}}),r)}}),Lb=os({components:{BButtonGroup:Db,BBtnGroup:Db}}),Mb=[".btn:not(.disabled):not([disabled]):not(.dropdown-item)",".form-control:not(.disabled):not([disabled])","select:not(.disabled):not([disabled])",'input[type="checkbox"]:not(.disabled)','input[type="radio"]:not(.disabled)'].join(","),Ib=af({justify:ef(ed,!1),keyNav:ef(ed,!1)},xs),Rb=fi({name:xs,mixins:[Zd],props:Ib,mounted:function(){this.keyNav&&this.getItems()},methods:{getItems:function(){var t=ku(Mb,this.$el);return t.forEach((function(t){t.tabIndex=-1})),t.filter((function(t){return yu(t)}))},focusFirst:function(){var t=this.getItems();Hu(t[0])},focusPrev:function(t){var e=this.getItems(),n=e.indexOf(t.target);n>-1&&(e=e.slice(0,n).reverse(),Hu(e[0]))},focusNext:function(t){var e=this.getItems(),n=e.indexOf(t.target);n>-1&&(e=e.slice(n+1),Hu(e[0]))},focusLast:function(){var t=this.getItems().reverse();Hu(t[0])},onFocusin:function(t){var e=this.$el;t.target!==e||Tu(e,t.relatedTarget)||(bf(t),this.focusFirst(t))},onKeydown:function(t){var e=t.keyCode,n=t.shiftKey;e===Pp||e===Ap?(bf(t),n?this.focusFirst(t):this.focusPrev(t)):e!==Tp&&e!==Fp||(bf(t),n?this.focusLast(t):this.focusNext(t))}},render:function(t){var e=this.keyNav;return t("div",{staticClass:"btn-toolbar",class:{"justify-content-between":this.justify},attrs:{role:"toolbar",tabindex:e?"0":null},on:e?{focusin:this.onFocusin,keydown:this.onKeydown}:{}},[this.normalizeSlot()])}}),jb=os({components:{BButtonToolbar:Rb,BBtnToolbar:Rb}}),Nb="gregory",Vb="long",Hb="short",Ub="2-digit",qb="numeric",Gb=function(){for(var t=arguments.length,e=new Array(t),n=0;n1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return t=Wb(t),e=Wb(e)||t,n=Wb(n)||t,t?tn?n:t:null},sh=["ar","az","ckb","fa","he","ks","lrc","mzn","ps","sd","te","ug","ur","yi"].map((function(t){return t.toLowerCase()})),lh=function(t){var e=au(t).toLowerCase().replace(ba,"").split("-"),n=e.slice(0,2).join("-"),o=e[0];return qd(sh,n)||qd(sh,o)},ch={id:ef(sd)},dh=fi({props:ch,data:function(){return{localId_:null}},computed:{safeId:function(){var t=this.id||this.localId_;return function(e){return t?(e=String(e||"").replace(/\s+/g,"_"))?t+"_"+e:t:null}}},mounted:function(){var t=this;this.$nextTick((function(){t.localId_="__BVID__".concat(t[li])}))}}),uh=cf("value",{type:hd}),fh=uh.mixin,ph=uh.props,bh=uh.prop,hh=uh.event,gh=af(qa(Vr(Vr(Vr({},ch),ph),{},{ariaControls:ef(sd),block:ef(ed,!1),dateDisabledFn:ef(od),dateFormatOptions:ef(id,{year:qb,month:Vb,day:qb,weekday:Vb}),dateInfoFn:ef(od),direction:ef(sd),disabled:ef(ed,!1),headerTag:ef(sd,"header"),hidden:ef(ed,!1),hideHeader:ef(ed,!1),initialDate:ef(hd),labelCalendar:ef(sd,"Calendar"),labelCurrentMonth:ef(sd,"Current month"),labelHelp:ef(sd,"Use cursor keys to navigate calendar dates"),labelNav:ef(sd,"Calendar navigation"),labelNextDecade:ef(sd,"Next decade"),labelNextMonth:ef(sd,"Next month"),labelNextYear:ef(sd,"Next year"),labelNoDateSelected:ef(sd,"No date selected"),labelPrevDecade:ef(sd,"Previous decade"),labelPrevMonth:ef(sd,"Previous month"),labelPrevYear:ef(sd,"Previous year"),labelSelected:ef(sd,"Selected date"),labelToday:ef(sd,"Today"),locale:ef(ud),max:ef(hd),min:ef(hd),navButtonVariant:ef(sd,"secondary"),noHighlightToday:ef(ed,!1),noKeyNav:ef(ed,!1),readonly:ef(ed,!1),roleDescription:ef(sd),selectedVariant:ef(sd,"primary"),showDecadeNav:ef(ed,!1),startWeekday:ef(md,0),todayVariant:ef(sd),valueAsDate:ef(ed,!1),weekdayHeaderFormat:ef(sd,Hb,(function(t){return qd([Vb,Hb,"narrow"],t)})),width:ef(sd,"270px")})),ws),mh=fi({name:ws,mixins:[Np,dh,fh,Zd],props:gh,data:function(){var t=Yb(this[bh])||"";return{selectedYMD:t,activeYMD:t||Yb(ah(this.initialDate||this.getToday()),this.min,this.max),gridHasFocus:!1,isLive:!1}},computed:{valueId:function(){return this.safeId()},widgetId:function(){return this.safeId("_calendar-wrapper_")},navId:function(){return this.safeId("_calendar-nav_")},gridId:function(){return this.safeId("_calendar-grid_")},gridCaptionId:function(){return this.safeId("_calendar-grid-caption_")},gridHelpId:function(){return this.safeId("_calendar-grid-help_")},activeId:function(){return this.activeYMD?this.safeId("_cell-".concat(this.activeYMD,"_")):null},selectedDate:function(){return Wb(this.selectedYMD)},activeDate:function(){return Wb(this.activeYMD)},computedMin:function(){return Wb(this.min)},computedMax:function(){return Wb(this.max)},computedWeekStarts:function(){return Ef(Jd(this.startWeekday,0),0)%7},computedLocale:function(){return function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Nb;return t=Gd(t).filter(Wa),new Intl.DateTimeFormat(t,{calendar:e}).resolvedOptions().locale}(Gd(this.locale).filter(Wa),Nb)},computedDateDisabledFn:function(){var t=this.dateDisabledFn;return lf(t)?t:function(){return!1}},computedDateInfoFn:function(){var t=this.dateInfoFn;return lf(t)?t:function(){return{}}},calendarLocale:function(){var t=new Intl.DateTimeFormat(this.computedLocale,{calendar:Nb}),e=t.resolvedOptions().calendar,n=t.resolvedOptions().locale;return e!==Nb&&(n=n.replace(/-u-.+$/i,"").concat("-u-ca-gregory")),n},calendarYear:function(){return this.activeDate.getFullYear()},calendarMonth:function(){return this.activeDate.getMonth()},calendarFirstDay:function(){return Gb(this.calendarYear,this.calendarMonth,1,12)},calendarDaysInMonth:function(){var t=Gb(this.calendarFirstDay);return t.setMonth(t.getMonth()+1,0),t.getDate()},computedVariant:function(){return"btn-".concat(this.selectedVariant||"primary")},computedTodayVariant:function(){return"btn-outline-".concat(this.todayVariant||this.selectedVariant||"primary")},computedNavButtonVariant:function(){return"btn-outline-".concat(this.navButtonVariant||"primary")},isRTL:function(){var t=au(this.direction).toLowerCase();return"rtl"===t||"ltr"!==t&&lh(this.computedLocale)},context:function(){var t=this.selectedYMD,e=this.activeYMD,n=Wb(t),o=Wb(e);return{selectedYMD:t,selectedDate:n,selectedFormatted:n?this.formatDateString(n):this.labelNoDateSelected,activeYMD:e,activeDate:o,activeFormatted:o?this.formatDateString(o):"",disabled:this.dateDisabled(o),locale:this.computedLocale,calendarLocale:this.calendarLocale,rtl:this.isRTL}},dateOutOfRange:function(){var t=this.computedMin,e=this.computedMax;return function(n){return n=Wb(n),t&&ne}},dateDisabled:function(){var t=this,e=this.dateOutOfRange;return function(n){n=Wb(n);var o=Yb(n);return!(!e(n)&&!t.computedDateDisabledFn(o,n))}},formatDateString:function(){return Kb(this.calendarLocale,Vr(Vr({year:qb,month:Ub,day:Ub},this.dateFormatOptions),{},{hour:void 0,minute:void 0,second:void 0,calendar:Nb}))},formatYearMonth:function(){return Kb(this.calendarLocale,{year:qb,month:Vb,calendar:Nb})},formatWeekdayName:function(){return Kb(this.calendarLocale,{weekday:Vb,calendar:Nb})},formatWeekdayNameShort:function(){return Kb(this.calendarLocale,{weekday:this.weekdayHeaderFormat||Hb,calendar:Nb})},formatDay:function(){var t=new Intl.NumberFormat([this.computedLocale],{style:"decimal",minimumIntegerDigits:1,minimumFractionDigits:0,maximumFractionDigits:0,notation:"standard"});return function(e){return t.format(e.getDate())}},prevDecadeDisabled:function(){var t=this.computedMin;return this.disabled||t&&Jb(rh(this.activeDate))t},nextYearDisabled:function(){var t=this.computedMax;return this.disabled||t&&Zb(oh(this.activeDate))>t},nextDecadeDisabled:function(){var t=this.computedMax;return this.disabled||t&&Zb(ih(this.activeDate))>t},calendar:function(){for(var t=[],e=this.calendarFirstDay,n=e.getFullYear(),o=e.getMonth(),r=this.calendarDaysInMonth,i=e.getDay(),a=0-((this.computedWeekStarts>i?7:0)-this.computedWeekStarts)-i,s=0;s<6&&a',Fh=af({alt:ef(sd),blank:ef(ed,!1),blankColor:ef(sd,"transparent"),block:ef(ed,!1),center:ef(ed,!1),fluid:ef(ed,!1),fluidGrow:ef(ed,!1),height:ef(md),left:ef(ed,!1),right:ef(ed,!1),rounded:ef(bd,!1),sizes:ef(ud),src:ef(sd),srcset:ef(ud),thumbnail:ef(ed,!1),width:ef(md)},ml),Bh=fi({name:ml,functional:!0,props:Fh,render:function(t,e){var n,o=e.props,r=e.data,i=o.alt,a=o.src,s=o.block,l=o.fluidGrow,c=o.rounded,d=Jd(o.width)||null,u=Jd(o.height)||null,f=null,p=Gd(o.srcset).filter(Wa).join(","),b=Gd(o.sizes).filter(Wa).join(",");return o.blank&&(!u&&d?u=d:!d&&u&&(d=u),d||u||(d=1,u=1),a=function(t,e,n){var o=encodeURIComponent(Ah.replace("%{w}",au(t)).replace("%{h}",au(e)).replace("%{f}",n));return"data:image/svg+xml;charset=UTF-8,".concat(o)}(d,u,o.blankColor||"transparent"),p=null,b=null),o.left?f="float-left":o.right?f="float-right":o.center&&(f="mx-auto",s=!0),t("img",Eo(r,{attrs:{src:a,alt:i,width:d?au(d):null,height:u?au(u):null,srcset:p||null,sizes:b||null},class:(n={"img-thumbnail":o.thumbnail,"img-fluid":o.fluid||l,"w-100":l,rounded:""===c||!0===c},Wr(n,"rounded-".concat(c),Ca(c)&&""!==c),Wr(n,f,f),Wr(n,"d-block",s),n)}))}}),Ph=af(qa(Vr(Vr({},Va(Fh,["src","alt","width","height","left","right"])),{},{bottom:ef(ed,!1),end:ef(ed,!1),start:ef(ed,!1),top:ef(ed,!1)})),$s),Eh=fi({name:$s,functional:!0,props:Ph,render:function(t,e){var n=e.props,o=e.data,r=n.src,i=n.alt,a=n.width,s=n.height,l="card-img";return n.top?l+="-top":n.right||n.end?l+="-right":n.bottom?l+="-bottom":(n.left||n.start)&&(l+="-left"),t("img",Eo(o,{class:l,attrs:{src:r,alt:i,width:a,height:s}}))}}),Dh=nf(Ph,Ju.bind(null,"img"));Dh.imgSrc.required=!1;var Lh,Mh,Ih,Rh=af(qa(Vr(Vr(Vr(Vr(Vr(Vr({},Sh),Th),Oh),Dh),yh),{},{align:ef(sd),noBody:ef(ed,!1)})),ks),jh=fi({name:ks,functional:!0,props:Rh,render:function(t,e){var n,o=e.props,r=e.data,i=e.slots,a=e.scopedSlots,s=o.imgSrc,l=o.imgLeft,c=o.imgRight,d=o.imgStart,u=o.imgEnd,f=o.imgBottom,p=o.header,b=o.headerHtml,h=o.footer,g=o.footerHtml,m=o.align,v=o.textVariant,y=o.bgVariant,x=o.borderVariant,w=a||{},k=i(),_={},S=t(),C=t();if(s){var T=t(Eh,{props:of(Dh,o,Qu.bind(null,"img"))});f?C=T:S=T}var $=t(),O=Kd(Fd,w,k);(O||p||b)&&($=t($h,{props:of(Th,o),domProps:O?{}:Cb(b,p)},Xd(Fd,_,w,k)));var z=Xd(Td,_,w,k);o.noBody||(z=t(Ch,{props:of(Sh,o)},z),o.overlay&&s&&(z=t("div",{staticClass:"position-relative"},[S,z,C]),S=t(),C=t()));var A=t();return(Kd(Ad,w,k)||h||g)&&(A=t(zh,{props:of(Oh,o),domProps:O?{}:Cb(g,h)},Xd(Ad,_,w,k))),t(o.tag,Eo(r,{staticClass:"card",class:(n={"flex-row":l||d,"flex-row-reverse":(c||u)&&!(l||d)},Wr(n,"text-".concat(m),m),Wr(n,"bg-".concat(y),y),Wr(n,"border-".concat(x),x),Wr(n,"text-".concat(v),v),n)}),[S,$,z,A,C])}}),Nh="__bv__visibility_observer",Vh=function(){function t(e,n){Ur(this,t),this.el=e,this.callback=n.callback,this.margin=n.margin||0,this.once=n.once||!1,this.observer=null,this.visible=void 0,this.doneOnce=!1,this.createObserver()}return Gr(t,[{key:"createObserver",value:function(){var t=this;if(this.observer&&this.stop(),!this.doneOnce&&_a(this.callback)){try{this.observer=new IntersectionObserver(this.handler.bind(this),{root:null,rootMargin:this.margin,threshold:0})}catch(t){return this.doneOnce=!0,this.observer=void 0,void this.callback(null)}mi((function(){pu((function(){t.observer&&t.observer.observe(t.el)}))}))}}},{key:"handler",value:function(t){var e=t?t[0]:{},n=Boolean(e.isIntersecting||e.intersectionRatio>0);n!==this.visible&&(this.visible=n,this.callback(n),this.once&&this.visible&&(this.doneOnce=!0,this.stop()))}},{key:"stop",value:function(){this.observer&&this.observer.disconnect(),this.observer=null}}]),t}(),Hh=function(t){var e=t[Nh];e&&e.stop&&e.stop(),delete t[Nh]},Uh=function(t,e){var n=e.value,o=e.modifiers,r={margin:"0px",once:!1,callback:n};Ra(o).forEach((function(t){ji.test(t)?r.margin="".concat(t,"px"):"once"===t.toLowerCase()&&(r.once=!0)})),Hh(t),t[Nh]=new Vh(t,r),t[Nh]._prevModifiers=Na(o)},qh={bind:Uh,componentUpdated:function(t,e,n){var o=e.value,r=e.oldValue,i=e.modifiers;i=Na(i),!t||o===r&&t[Nh]&&Dp(i,t[Nh]._prevModifiers)||Uh(t,{value:o,modifiers:i})},unbind:function(t){Hh(t)}},Gh="show",Wh=Kc+Gh,Yh=Ha(Fh,["blank"]),Kh=af(Vr(Vr({},Yh),{},Wr({blankHeight:ef(md),blankSrc:ef(sd,null),blankWidth:ef(md),offset:ef(md,360)},Gh,ef(ed,!1))),vl),Xh=fi({name:vl,directives:{"b-visible":qh},props:Kh,data:function(){return{isShown:this[Gh]}},computed:{computedSrc:function(){var t=this.blankSrc;return!t||this.isShown?this.src:t},computedBlank:function(){return!(this.isShown||this.blankSrc)},computedWidth:function(){var t=this.width;return this.isShown?t:this.blankWidth||t},computedHeight:function(){var t=this.height;return this.isShown?t:this.blankHeight||t},computedSrcset:function(){var t=Gd(this.srcset).filter(Wa).join(",");return!t||this.blankSrc&&!this.isShown?null:t},computedSizes:function(){var t=Gd(this.sizes).filter(Wa).join(",");return!t||this.blankSrc&&!this.isShown?null:t}},watch:(Lh={},Wr(Lh,Gh,(function(t,e){if(t!==e){var n=!Di||t;this.isShown=n,t!==n&&this.$nextTick(this.updateShowProp)}})),Wr(Lh,"isShown",(function(t,e){t!==e&&this.updateShowProp()})),Lh),mounted:function(){var t=this;this.$nextTick((function(){t.isShown=!Di||t[Gh]}))},methods:{updateShowProp:function(){this.$emit(Wh,this.isShown)},doShow:function(t){var e=this;!t&&null!==t||this.isShown||pu((function(){e.isShown=!0}))}},render:function(t){var e,n=[];this.isShown||n.push({name:"b-visible",value:this.doShow,modifiers:(e={},Wr(e,"".concat(Jd(this.offset,0)),!0),Wr(e,"once",!0),e)});return t(Bh,{directives:n,props:Vr(Vr({},of(Yh,this.$props)),{},{src:this.computedSrc,blank:this.computedBlank,width:this.computedWidth,height:this.computedHeight,srcset:this.computedSrcset,sizes:this.computedSizes})})}}),Zh=af(qa(Vr(Vr({},Ha(Kh,Ra(Fh))),Ha(Ph,["src","alt","width","height"]))),Os),Jh=fi({name:Os,functional:!0,props:Zh,render:function(t,e){var n=e.props,o=e.data,r="card-img";return n.top?r+="-top":n.right||n.end?r+="-right":n.bottom?r+="-bottom":(n.left||n.start)&&(r+="-left"),t(Xh,Eo(o,{class:[r],props:Ha(n,["left","right"])}))}}),Qh=af({textTag:ef(sd,"p")},As),tg=fi({name:As,functional:!0,props:Qh,render:function(t,e){var n=e.props,o=e.data,r=e.children;return t(n.textTag,Eo(o,{staticClass:"card-text"}),r)}}),eg=af({columns:ef(ed,!1),deck:ef(ed,!1),tag:ef(sd,"div")},Cs),ng=fi({name:Cs,functional:!0,props:eg,render:function(t,e){var n=e.props,o=e.data,r=e.children;return t(n.tag,Eo(o,{class:n.deck?"card-deck":n.columns?"card-columns":"card-group"}),r)}}),og=os({components:{BCard:jh,BCardHeader:$h,BCardBody:Ch,BCardTitle:wh,BCardSubTitle:_h,BCardFooter:zh,BCardImg:Eh,BCardImgLazy:Jh,BCardText:tg,BCardGroup:ng}}),rg=function(){},ig=function(t,e,n){if(t=t?t.$el||t:null,!hu(t))return null;if(o="observeDom",!ki&&(Za("".concat(o,": Requires MutationObserver support.")),1))return null;var o,r=new bu((function(t){for(var n=!1,o=0;o0||r.removedNodes.length>0))&&(n=!0)}n&&e()}));return r.observe(t,Vr({childList:!0,subtree:!0},n)),r},ag=cf("value",{type:rd,defaultValue:0}),sg=ag.mixin,lg=ag.props,cg=ag.prop,dg=ag.event,ug={next:{dirClass:"carousel-item-left",overlayClass:"carousel-item-next"},prev:{dirClass:"carousel-item-right",overlayClass:"carousel-item-prev"}},fg={TOUCH:"touch",PEN:"pen"},pg={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"otransitionend oTransitionEnd",transition:"transitionend"},bg=af(qa(Vr(Vr(Vr({},ch),lg),{},{background:ef(sd),controls:ef(ed,!1),fade:ef(ed,!1),imgHeight:ef(md),imgWidth:ef(md),indicators:ef(ed,!1),interval:ef(rd,5e3),labelGotoSlide:ef(sd,"Goto slide"),labelIndicators:ef(sd,"Select a slide to display"),labelNext:ef(sd,"Next slide"),labelPrev:ef(sd,"Previous slide"),noAnimation:ef(ed,!1),noHoverPause:ef(ed,!1),noTouch:ef(ed,!1),noWrap:ef(ed,!1)})),Bs),hg=fi({name:Bs,mixins:[dh,sg,Zd],provide:function(){var t=this;return{getBvCarousel:function(){return t}}},props:bg,data:function(){return{index:this[cg]||0,isSliding:!1,transitionEndEvent:null,slides:[],direction:null,isPaused:!(Jd(this.interval,0)>0),touchStartX:0,touchDeltaX:0}},computed:{numSlides:function(){return this.slides.length}},watch:(Mh={},Wr(Mh,cg,(function(t,e){t!==e&&this.setSlide(Jd(t,0))})),Wr(Mh,"interval",(function(t,e){t!==e&&(t?(this.pause(!0),this.start(!1)):this.pause(!1))})),Wr(Mh,"isPaused",(function(t,e){t!==e&&this.$emit(t?"paused":"unpaused")})),Wr(Mh,"index",(function(t,e){t===e||this.isSliding||this.doSlide(t,e)})),Mh),created:function(){this.$_interval=null,this.$_animationTimeout=null,this.$_touchTimeout=null,this.$_observer=null,this.isPaused=!(Jd(this.interval,0)>0)},mounted:function(){this.transitionEndEvent=function(t){for(var e in pg)if(!xa(t.style[e]))return pg[e];return null}(this.$el)||null,this.updateSlides(),this.setObserver(!0)},beforeDestroy:function(){this.clearInterval(),this.clearAnimationTimeout(),this.clearTouchTimeout(),this.setObserver(!1)},methods:{clearInterval:function(t){function e(){return t.apply(this,arguments)}return e.toString=function(){return t.toString()},e}((function(){clearInterval(this.$_interval),this.$_interval=null})),clearAnimationTimeout:function(){clearTimeout(this.$_animationTimeout),this.$_animationTimeout=null},clearTouchTimeout:function(){clearTimeout(this.$_touchTimeout),this.$_touchTimeout=null},setObserver:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];this.$_observer&&this.$_observer.disconnect(),this.$_observer=null,t&&(this.$_observer=ig(this.$refs.inner,this.updateSlides.bind(this),{subtree:!1,childList:!0,attributes:!0,attributeFilter:["id"]}))},setSlide:function(t){var e=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(!(_i&&document.visibilityState&&document.hidden)){var o=this.noWrap,r=this.numSlides;t=Mf(t),0!==r&&(this.isSliding?this.$once(qc,(function(){pu((function(){return e.setSlide(t,n)}))})):(this.direction=n,this.index=t>=r?o?r-1:0:t<0?o?0:r-1:t,o&&this.index!==t&&this.index!==this[cg]&&this.$emit(dg,this.index)))}},prev:function(){this.setSlide(this.index-1,"prev")},next:function(){this.setSlide(this.index+1,"next")},pause:function(t){t||(this.isPaused=!0),this.clearInterval()},start:function(t){t||(this.isPaused=!1),this.clearInterval(),this.interval&&this.numSlides>1&&(this.$_interval=setInterval(this.next,Ef(1e3,this.interval)))},restart:function(){this.$el.contains(gu())||this.start()},doSlide:function(t,e){var n=this,o=Boolean(this.interval),r=this.calcDirection(this.direction,e,t),i=r.overlayClass,a=r.dirClass,s=this.slides[e],l=this.slides[t];if(s&&l){if(this.isSliding=!0,o&&this.pause(!1),this.$emit("sliding-start",t),this.$emit(dg,this.index),this.noAnimation)Ou(l,"active"),zu(s,"active"),this.isSliding=!1,this.$nextTick((function(){return n.$emit(qc,t)}));else{Ou(l,i),wu(l),Ou(s,a),Ou(l,a);var c=!1,d=function e(){if(!c){if(c=!0,n.transitionEndEvent)n.transitionEndEvent.split(/\s+/).forEach((function(t){return ff(l,t,e,Jc)}));n.clearAnimationTimeout(),zu(l,a),zu(l,i),Ou(l,"active"),zu(s,"active"),zu(s,a),zu(s,i),Fu(s,"aria-current","false"),Fu(l,"aria-current","true"),Fu(s,"aria-hidden","true"),Fu(l,"aria-hidden","false"),n.isSliding=!1,n.direction=null,n.$nextTick((function(){return n.$emit(qc,t)}))}};if(this.transitionEndEvent)this.transitionEndEvent.split(/\s+/).forEach((function(t){return uf(l,t,d,Jc)}));this.$_animationTimeout=setTimeout(d,650)}o&&this.start(!1)}},updateSlides:function(){this.pause(!0),this.slides=ku(".carousel-item",this.$refs.inner);var t=this.slides.length,e=Ef(0,Pf(Mf(this.index),t-1));this.slides.forEach((function(n,o){var r=o+1;o===e?(Ou(n,"active"),Fu(n,"aria-current","true")):(zu(n,"active"),Fu(n,"aria-current","false")),Fu(n,"aria-posinset",String(r)),Fu(n,"aria-setsize",String(t))})),this.setSlide(e),this.start(this.isPaused)},calcDirection:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;return t?ug[t]:(arguments.length>2&&void 0!==arguments[2]?arguments[2]:0)>(arguments.length>1&&void 0!==arguments[1]?arguments[1]:0)?ug.next:ug.prev},handleClick:function(t,e){var n=t.keyCode;"click"!==t.type&&n!==Bp&&n!==Op||(bf(t),e())},handleSwipe:function(){var t=Df(this.touchDeltaX);if(!(t<=40)){var e=t/this.touchDeltaX;this.touchDeltaX=0,e>0?this.prev():e<0&&this.next()}},touchStart:function(t){Ei&&fg[t.pointerType.toUpperCase()]?this.touchStartX=t.clientX:Ei||(this.touchStartX=t.touches[0].clientX)},touchMove:function(t){t.touches&&t.touches.length>1?this.touchDeltaX=0:this.touchDeltaX=t.touches[0].clientX-this.touchStartX},touchEnd:function(t){Ei&&fg[t.pointerType.toUpperCase()]&&(this.touchDeltaX=t.clientX-this.touchStartX),this.handleSwipe(),this.pause(!1),this.clearTouchTimeout(),this.$_touchTimeout=setTimeout(this.start,500+Ef(1e3,this.interval))}},render:function(t){var e=this,n=this.indicators,o=this.background,r=this.noAnimation,i=this.noHoverPause,a=this.noTouch,s=this.index,l=this.isSliding,c=this.pause,d=this.restart,u=this.touchStart,f=this.touchEnd,p=this.safeId("__BV_inner_"),b=t("div",{staticClass:"carousel-inner",attrs:{id:p,role:"list"},ref:"inner"},[this.normalizeSlot()]),h=t();if(this.controls){var g=function(n,o,r){var i=function(t){l?bf(t,{propagation:!1}):e.handleClick(t,r)};return t("a",{staticClass:"carousel-control-".concat(n),attrs:{href:"#",role:"button","aria-controls":p,"aria-disabled":l?"true":null},on:{click:i,keydown:i}},[t("span",{staticClass:"carousel-control-".concat(n,"-icon"),attrs:{"aria-hidden":"true"}}),t("span",{class:"sr-only"},[o])])};h=[g("prev",this.labelPrev,this.prev),g("next",this.labelNext,this.next)]}var m=t("ol",{staticClass:"carousel-indicators",directives:[{name:"show",value:n}],attrs:{id:this.safeId("__BV_indicators_"),"aria-hidden":n?"false":"true","aria-label":this.labelIndicators,"aria-owns":p}},this.slides.map((function(o,r){var i=function(t){e.handleClick(t,(function(){e.setSlide(r)}))};return t("li",{class:{active:r===s},attrs:{role:"button",id:e.safeId("__BV_indicator_".concat(r+1,"_")),tabindex:n?"0":"-1","aria-current":r===s?"true":"false","aria-label":"".concat(e.labelGotoSlide," ").concat(r+1),"aria-describedby":o.id||null,"aria-controls":p},on:{click:i,keydown:i},key:"slide_".concat(r)})}))),v={mouseenter:i?rg:c,mouseleave:i?rg:d,focusin:c,focusout:d,keydown:function(t){if(!/input|textarea/i.test(t.target.tagName)){var n=t.keyCode;n!==Ap&&n!==Fp||(bf(t),e[n===Ap?"prev":"next"]())}}};return Pi&&!a&&(Ei?(v["&pointerdown"]=u,v["&pointerup"]=f):(v["&touchstart"]=u,v["&touchmove"]=this.touchMove,v["&touchend"]=f)),t("div",{staticClass:"carousel",class:{slide:!r,"carousel-fade":!r&&this.fade,"pointer-event":Pi&&Ei&&!a},style:{background:o},attrs:{role:"region",id:this.safeId(),"aria-busy":l?"true":"false"},on:v},[b,h,m])}}),gg={imgAlt:ef(sd),imgBlank:ef(ed,!1),imgBlankColor:ef(sd,"transparent"),imgHeight:ef(md),imgSrc:ef(sd),imgWidth:ef(md)},mg=af(qa(Vr(Vr(Vr({},ch),gg),{},{background:ef(sd),caption:ef(sd),captionHtml:ef(sd),captionTag:ef(sd,"h3"),contentTag:ef(sd,"div"),contentVisibleUp:ef(sd),text:ef(sd),textHtml:ef(sd),textTag:ef(sd,"p")})),Ps),vg=os({components:{BCarousel:hg,BCarouselSlide:fi({name:Ps,mixins:[dh,Zd],inject:{getBvCarousel:{default:function(){return function(){return{noTouch:!0}}}}},props:mg,computed:{bvCarousel:function(){return this.getBvCarousel()},contentClasses:function(){return[this.contentVisibleUp?"d-none":"",this.contentVisibleUp?"d-".concat(this.contentVisibleUp,"-block"):""]},computedWidth:function(){return this.imgWidth||this.bvCarousel.imgWidth||null},computedHeight:function(){return this.imgHeight||this.bvCarousel.imgHeight||null}},render:function(t){var e=this.normalizeSlot("img");if(!e&&(this.imgSrc||this.imgBlank)){var n={};!this.bvCarousel.noTouch&&Pi&&(n.dragstart=function(t){return bf(t,{propagation:!1})}),e=t(Bh,{props:Vr(Vr({},of(gg,this.$props,Qu.bind(null,"img"))),{},{width:this.computedWidth,height:this.computedHeight,fluidGrow:!0,block:!0}),on:n})}var o=[!(!this.caption&&!this.captionHtml)&&t(this.captionTag,{domProps:Cb(this.captionHtml,this.caption)}),!(!this.text&&!this.textHtml)&&t(this.textTag,{domProps:Cb(this.textHtml,this.text)}),this.normalizeSlot()||!1],r=t();return o.some(Wa)&&(r=t(this.contentTag,{staticClass:"carousel-caption",class:this.contentClasses},o.map((function(e){return e||t()})))),t("div",{staticClass:"carousel-item",style:{background:this.background||this.bvCarousel.background||null},attrs:{id:this.safeId(),role:"listitem"}},[e,r])}})}}),yg="show",xg={css:!0,enterClass:"",enterActiveClass:"collapsing",enterToClass:"collapse show",leaveClass:"collapse show",leaveActiveClass:"collapsing",leaveToClass:"collapse"},wg={enter:function(t){Du(t,"height",0),pu((function(){wu(t),Du(t,"height","".concat(t.scrollHeight,"px"))}))},afterEnter:function(t){Lu(t,"height")},leave:function(t){Du(t,"height","auto"),Du(t,"display","block"),Du(t,"height","".concat(Iu(t).height,"px")),wu(t),Du(t,"height",0)},afterLeave:function(t){Lu(t,"height")}},kg={appear:ef(ed,!1)},_g=fi({name:"BVCollapse",functional:!0,props:kg,render:function(t,e){var n=e.props,o=e.data,r=e.children;return t("transition",Eo(o,{props:xg,on:wg},{props:n}),r)}}),Sg=mf(Ds,"toggle"),Cg=mf(Ds,"request-state"),Tg=gf(Ds,"accordion"),$g=gf(Ds,"state"),Og=gf(Ds,"sync-state"),zg=cf("visible",{type:ed,defaultValue:!1}),Ag=zg.mixin,Fg=zg.props,Bg=zg.prop,Pg=zg.event,Eg=af(qa(Vr(Vr(Vr({},ch),Fg),{},{accordion:ef(sd),appear:ef(ed,!1),isNav:ef(ed,!1),tag:ef(sd,"div")})),Ds),Dg=fi({name:Ds,mixins:[dh,Ag,Zd,Up],props:Eg,data:function(){return{show:this[Bg],transitioning:!1}},computed:{classObject:function(){var t=this.transitioning;return{"navbar-collapse":this.isNav,collapse:!t,show:this.show&&!t}},slotScope:function(){var t=this;return{visible:this.show,close:function(){t.show=!1}}}},watch:(Ih={},Wr(Ih,Bg,(function(t){t!==this.show&&(this.show=t)})),Wr(Ih,"show",(function(t,e){t!==e&&this.emitState()})),Ih),created:function(){this.show=this[Bg]},mounted:function(){var t=this;this.show=this[Bg],this.listenOnRoot(Sg,this.handleToggleEvent),this.listenOnRoot(Tg,this.handleAccordionEvent),this.isNav&&(this.setWindowEvents(!0),this.handleResize()),this.$nextTick((function(){t.emitState()})),this.listenOnRoot(Cg,(function(e){e===t.safeId()&&t.$nextTick(t.emitSync)}))},updated:function(){this.emitSync()},deactivated:function(){this.isNav&&this.setWindowEvents(!1)},activated:function(){this.isNav&&this.setWindowEvents(!0),this.emitSync()},beforeDestroy:function(){this.show=!1,this.isNav&&_i&&this.setWindowEvents(!1)},methods:{setWindowEvents:function(t){pf(t,window,"resize",this.handleResize,Jc),pf(t,window,"orientationchange",this.handleResize,Jc)},toggle:function(){this.show=!this.show},onEnter:function(){this.transitioning=!0,this.$emit(Hc)},onAfterEnter:function(){this.transitioning=!1,this.$emit(Uc)},onLeave:function(){this.transitioning=!0,this.$emit(Fc)},onAfterLeave:function(){this.transitioning=!1,this.$emit(Ac)},emitState:function(){var t=this.show,e=this.accordion,n=this.safeId();this.$emit(Pg,t),this.emitOnRoot($g,n,t),e&&t&&this.emitOnRoot(Tg,n,e)},emitSync:function(){this.emitOnRoot(Og,this.safeId(),this.show)},checkDisplayBlock:function(){var t=this.$el,e=Au(t,yg);zu(t,yg);var n="block"===Ru(t).display;return e&&Ou(t,yg),n},clickHandler:function(t){var e=t.target;this.isNav&&e&&"block"===Ru(this.$el).display&&(!Su(e,".nav-link,.dropdown-item")&&!Cu(".nav-link,.dropdown-item",e)||this.checkDisplayBlock()||(this.show=!1))},handleToggleEvent:function(t){t===this.safeId()&&this.toggle()},handleAccordionEvent:function(t,e){var n=this.accordion,o=this.show;if(n&&n===e){var r=t===this.safeId();(r&&!o||!r&&o)&&this.toggle()}},handleResize:function(){this.show="block"===Ru(this.$el).display}},render:function(t){var e=this.appear,n=t(this.tag,{class:this.classObject,directives:[{name:"show",value:this.show}],attrs:{id:this.safeId()},on:{click:this.clickHandler}},this.normalizeSlot(Td,this.slotScope));return t(_g,{props:{appear:e},on:{enter:this.onEnter,afterEnter:this.onAfterEnter,leave:this.onLeave,afterLeave:this.onAfterLeave}},[n])}}),Lg=function(t,e){return ci?e.instance:t.context},Mg="collapsed",Ig="not-collapsed",Rg="__BV_toggle",jg="".concat(Rg,"_HANDLER__"),Ng="".concat(Rg,"_CLICK__"),Vg="".concat(Rg,"_STATE__"),Hg="".concat(Rg,"_TARGETS__"),Ug="aria-controls",qg="aria-expanded",Gg="role",Wg="tabindex",Yg="overflow-anchor",Kg=mf(Ds,"toggle"),Xg=gf(Ds,"state"),Zg=gf(Ds,"sync-state"),Jg=mf(Ds,"request-state"),Qg=[Op,Bp],tm=function(t){return!qd(["button","a"],t.tagName.toLowerCase())},em=function(t){var e=t[Ng];e&&(ff(t,"click",e,Zc),ff(t,"keydown",e,Zc)),t[Ng]=null},nm=function(t,e){t[jg]&&e&&Vp(e).$off([Xg,Zg],t[jg]),t[jg]=null},om=function(t,e){e?(zu(t,Mg),Ou(t,Ig),Fu(t,qg,"true")):(zu(t,Ig),Ou(t,Mg),Fu(t,qg,"false"))},rm=function(t,e){t[e]=null,delete t[e]},im=function(t,e,n){if(_i&&Lg(n,e)){tm(t)&&(Eu(t,Gg)||Fu(t,Gg,"button"),Eu(t,Wg)||Fu(t,Wg,"0")),om(t,t[Vg]);var o=function(t,e){var n=t.modifiers,o=t.arg,r=t.value,i=Ra(n||{});if(r=Ca(r)?r.split(Zi):r,mu(e.tagName,"a")){var a=Pu(e,"href")||"";Hi.test(a)&&i.push(a.replace(Vi,""))}return Gd(o,r).forEach((function(t){return Ca(t)&&i.push(t)})),i.filter((function(t,e,n){return t&&n.indexOf(t)===e}))}(e,t);o.length>0?(Fu(t,Ug,o.join(" ")),Du(t,Yg,"none")):(Bu(t,Ug),Lu(t,Yg)),pu((function(){!function(t,e){if(em(t),e){var n=function(n){"keydown"===n.type&&!qd(Qg,n.keyCode)||xu(t)||(t[Hg]||[]).forEach((function(t){Vp(e).$emit(Kg,t)}))};t[Ng]=n,uf(t,"click",n,Zc),tm(t)&&uf(t,"keydown",n,Zc)}}(t,Lg(n,e))})),Dp(o,t[Hg])||(t[Hg]=o,o.forEach((function(t){Vp(Lg(n,e)).$emit(Jg,t)})))}},am={bind:function(t,e,n){t[Vg]=!1,t[Hg]=[],function(t,e){if(nm(t,e),e){var n=function(e,n){qd(t[Hg]||[],e)&&(t[Vg]=n,om(t,n))};t[jg]=n,Vp(e).$on([Xg,Zg],n)}}(t,Lg(n,e)),im(t,e,n)},componentUpdated:im,updated:im,unbind:function(t,e,n){em(t),nm(t,Lg(n,e)),rm(t,jg),rm(t,Ng),rm(t,Vg),rm(t,Hg),zu(t,Mg),zu(t,Ig),Bu(t,qg),Bu(t,Ug),Bu(t,Gg),Lu(t,Yg)}},sm=os({directives:{VBToggle:am}}),lm=os({components:{BCollapse:Dg},plugins:{VBTogglePlugin:sm}}),cm=function(){function t(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(Ur(this,t),!e)throw new TypeError("Failed to construct '".concat(this.constructor.name,"'. 1 argument required, ").concat(arguments.length," given."));Ea(this,t.Defaults,this.constructor.Defaults,n,{type:e}),La(this,{type:{enumerable:!0,configurable:!1,writable:!1},cancelable:{enumerable:!0,configurable:!1,writable:!1},nativeEvent:{enumerable:!0,configurable:!1,writable:!1},target:{enumerable:!0,configurable:!1,writable:!1},relatedTarget:{enumerable:!0,configurable:!1,writable:!1},vueTarget:{enumerable:!0,configurable:!1,writable:!1},componentId:{enumerable:!0,configurable:!1,writable:!1}});var o=!1;this.preventDefault=function(){this.cancelable&&(o=!0)},Ma(this,"defaultPrevented",{enumerable:!0,get:function(){return o}})}return Gr(t,null,[{key:"Defaults",get:function(){return{type:"",cancelable:!0,nativeEvent:null,target:null,relatedTarget:null,vueTarget:null,componentId:null}}}]),t}(),dm=fi({data:function(){return{listenForClickOut:!1}},watch:{listenForClickOut:function(t,e){t!==e&&(ff(this.clickOutElement,this.clickOutEventName,this._clickOutHandler,Jc),t&&uf(this.clickOutElement,this.clickOutEventName,this._clickOutHandler,Jc))}},beforeCreate:function(){this.clickOutElement=null,this.clickOutEventName=null},mounted:function(){this.clickOutElement||(this.clickOutElement=document),this.clickOutEventName||(this.clickOutEventName="click"),this.listenForClickOut&&uf(this.clickOutElement,this.clickOutEventName,this._clickOutHandler,Jc)},beforeDestroy:function(){ff(this.clickOutElement,this.clickOutEventName,this._clickOutHandler,Jc)},methods:{isClickOut:function(t){return!Tu(this.$el,t.target)},_clickOutHandler:function(t){this.clickOutHandler&&this.isClickOut(t)&&this.clickOutHandler(t)}}}),um=fi({data:function(){return{listenForFocusIn:!1}},watch:{listenForFocusIn:function(t,e){t!==e&&(ff(this.focusInElement,"focusin",this._focusInHandler,Jc),t&&uf(this.focusInElement,"focusin",this._focusInHandler,Jc))}},beforeCreate:function(){this.focusInElement=null},mounted:function(){this.focusInElement||(this.focusInElement=document),this.listenForFocusIn&&uf(this.focusInElement,"focusin",this._focusInHandler,Jc)},beforeDestroy:function(){ff(this.focusInElement,"focusin",this._focusInHandler,Jc)},methods:{_focusInHandler:function(t){this.focusInHandler&&this.focusInHandler(t)}}}),fm=null;ci&&(fm=new WeakMap);var pm,bm,hm,gm,mm,vm,ym,xm,wm,km,_m,Sm,Cm=gf(Ms,Uc),Tm=gf(Ms,Ac),$m=[".dropdown-item",".b-dropdown-form"].map((function(t){return"".concat(t,":not(.disabled):not([disabled])")})).join(", "),Om=af(qa(Vr(Vr({},ch),{},{boundary:ef([ga,sd],"scrollParent"),disabled:ef(ed,!1),dropleft:ef(ed,!1),dropright:ef(ed,!1),dropup:ef(ed,!1),noFlip:ef(ed,!1),offset:ef(md,0),popperOpts:ef(id,{}),right:ef(ed,!1)})),Ms),zm=fi({mixins:[dh,Up,dm,um],provide:function(){var t=this;return{getBvDropdown:function(){return t}}},inject:{getBvNavbar:{default:function(){return function(){return null}}}},props:Om,data:function(){return{visible:!1,visibleChangePrevented:!1}},computed:{bvNavbar:function(){return this.getBvNavbar()},inNavbar:function(){return!wa(this.bvNavbar)},toggler:function(){var t=this.$refs.toggle;return t?t.$el||t:null},directionClass:function(){return this.dropup?"dropup":this.dropright?"dropright":this.dropleft?"dropleft":""},boundaryClass:function(){return"scrollParent"===this.boundary||this.inNavbar?"":"position-static"},hideDelay:function(){return this.inNavbar?Pi?300:50:0}},watch:{visible:function(t,e){if(this.visibleChangePrevented)this.visibleChangePrevented=!1;else if(t!==e){var n=new cm(t?Hc:Fc,{cancelable:!0,vueTarget:this,target:this.$refs.menu,relatedTarget:null,componentId:this.safeId?this.safeId():this.id||null});if(this.emitEvent(n),n.defaultPrevented)return this.visibleChangePrevented=!0,this.visible=e,void this.$off(Ac,this.focusToggler);t?this.showMenu():this.hideMenu()}},disabled:function(t,e){t!==e&&t&&this.visible&&(this.visible=!1)}},created:function(){this.$_popper=null,this.$_hideTimeout=null},deactivated:function(){this.visible=!1,this.whileOpenListen(!1),this.destroyPopper()},mounted:function(){var t,e;t=this.$el,e=this,ci&&fm.set(t,e)},beforeDestroy:function(){var t;this.visible=!1,this.whileOpenListen(!1),this.destroyPopper(),this.clearHideTimeout(),t=this.$el,ci&&fm.delete(t)},methods:{emitEvent:function(t){var e=t.type;this.emitOnRoot(gf(Ms,e),t),this.$emit(e,t)},showMenu:function(){var t=this;if(!this.disabled){if(!this.inNavbar)if(void 0===Ir)Za("Popper.js not found. Falling back to CSS positioning",Ms);else{var e=this.dropup&&this.right||this.split?this.$el:this.$refs.toggle;e=e.$el||e,this.createPopper(e)}this.emitOnRoot(Cm,this),this.whileOpenListen(!0),this.$nextTick((function(){t.focusMenu(),t.$emit(Uc)}))}},hideMenu:function(){this.whileOpenListen(!1),this.emitOnRoot(Tm,this),this.$emit(Ac),this.destroyPopper()},createPopper:function(t){this.destroyPopper(),this.$_popper=new Ir(t,this.$refs.menu,this.getPopperConfig())},destroyPopper:function(){this.$_popper&&this.$_popper.destroy(),this.$_popper=null},updatePopper:function(){try{this.$_popper.scheduleUpdate()}catch(t){}},clearHideTimeout:function(){clearTimeout(this.$_hideTimeout),this.$_hideTimeout=null},getPopperConfig:function(){var t="bottom-start";this.dropup?t=this.right?"top-end":"top-start":this.dropright?t="right-start":this.dropleft?t="left-start":this.right&&(t="bottom-end");var e={placement:t,modifiers:{offset:{offset:this.offset||0},flip:{enabled:!this.noFlip}}},n=this.boundary;return n&&(e.modifiers.preventOverflow={boundariesElement:n}),Ua(e,this.popperOpts||{})},whileOpenListen:function(t){this.listenForClickOut=t,this.listenForFocusIn=t,this[t?"listenOnRoot":"listenOffRoot"](Cm,this.rootCloseListener)},rootCloseListener:function(t){t!==this&&(this.visible=!1)},show:function(){var t=this;this.disabled||pu((function(){t.visible=!0}))},hide:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];this.disabled||(this.visible=!1,t&&this.$once(Ac,this.focusToggler))},toggle:function(t){var e=t=t||{},n=e.type,o=e.keyCode;("click"===n||"keydown"===n&&-1!==[Op,Bp,Tp].indexOf(o))&&(this.disabled?this.visible=!1:(this.$emit(Gc,t),bf(t),this.visible?this.hide(!0):this.show()))},onMousedown:function(t){bf(t,{propagation:!1})},onKeydown:function(t){var e=t.keyCode;27===e?this.onEsc(t):e===Tp?this.focusNext(t,!1):e===Pp&&this.focusNext(t,!0)},onEsc:function(t){this.visible&&(this.visible=!1,bf(t),this.$once(Ac,this.focusToggler))},onSplitClick:function(t){this.disabled?this.visible=!1:this.$emit(gc,t)},hideHandler:function(t){var e=this,n=t.target;!this.visible||Tu(this.$refs.menu,n)||Tu(this.toggler,n)||(this.clearHideTimeout(),this.$_hideTimeout=setTimeout((function(){return e.hide()}),this.hideDelay))},clickOutHandler:function(t){this.hideHandler(t)},focusInHandler:function(t){this.hideHandler(t)},focusNext:function(t,e){var n=this,o=t.target;!this.visible||t&&Cu(".dropdown form",o)||(bf(t),this.$nextTick((function(){var t=n.getItems();if(!(t.length<1)){var r=t.indexOf(o);e&&r>0?r--:!e&&r1&&void 0!==arguments[1]?arguments[1]:null;if(Aa(t)){var n=Ka(t,this.valueField),o=Ka(t,this.textField);return{value:xa(n)?e||o:n,text:Sb(String(xa(o)?e:o)),html:Ka(t,this.htmlField),disabled:Boolean(Ka(t,this.disabledField))}}return{value:e||t,text:Sb(String(t)),disabled:!1}},normalizeOptions:function(t){var e=this;return Oa(t)?t.map((function(t){return e.normalizeOption(t)})):Aa(t)?(Za('Setting prop "options" to an object is deprecated. Use the array format instead.',this.$options.name),Ra(t).map((function(n){return e.normalizeOption(t[n]||{},n)}))):[]}}}),nv=af(qa(Vr(Vr({},tv),{},{id:ef(sd,void 0,!0)})),Ks),ov=fi({name:Ks,mixins:[ev,Zd],props:nv,render:function(t){var e=this.id,n=this.formOptions.map((function(e,n){var o=e.value,r=e.text,i=e.html,a=e.disabled;return t("option",{attrs:{value:o,disabled:a},domProps:Cb(i,r),key:"option_".concat(n)})}));return t("datalist",{attrs:{id:e}},[n,this.normalizeSlot()])}}),rv=af({id:ef(sd),inline:ef(ed,!1),tag:ef(sd,"small"),textVariant:ef(sd,"muted")},ul),iv=fi({name:ul,functional:!0,props:rv,render:function(t,e){var n=e.props,o=e.data,r=e.children;return t(n.tag,Eo(o,{class:Wr({"form-text":!n.inline},"text-".concat(n.textVariant),n.textVariant),attrs:{id:n.id}}),r)}}),av=af({ariaLive:ef(sd),forceShow:ef(ed,!1),id:ef(sd),role:ef(sd),state:ef(ed,null),tag:ef(sd,"div"),tooltip:ef(ed,!1)},tl),sv=fi({name:tl,functional:!0,props:av,render:function(t,e){var n=e.props,o=e.data,r=e.children,i=n.tooltip,a=n.ariaLive,s=!0===n.forceShow||!1===n.state;return t(n.tag,Eo(o,{class:{"d-block":s,"invalid-feedback":!i,"invalid-tooltip":i},attrs:{id:n.id||null,role:n.role||null,"aria-live":a||null,"aria-atomic":a?"true":null}}),r)}}),lv=af({ariaLive:ef(sd),forceShow:ef(ed,!1),id:ef(sd),role:ef(sd),state:ef(ed,null),tag:ef(sd,"div"),tooltip:ef(ed,!1)},bl),cv=fi({name:bl,functional:!0,props:lv,render:function(t,e){var n=e.props,o=e.data,r=e.children,i=n.tooltip,a=n.ariaLive,s=!0===n.forceShow||!0===n.state;return t(n.tag,Eo(o,{class:{"d-block":s,"valid-feedback":!i,"valid-tooltip":i},attrs:{id:n.id||null,role:n.role||null,"aria-live":a||null,"aria-atomic":a?"true":null}}),r)}}),dv=af({tag:ef(sd,"div")},rl),uv=fi({name:rl,functional:!0,props:dv,render:function(t,e){var n=e.props,o=e.data,r=e.children;return t(n.tag,Eo(o,{staticClass:"form-row"}),r)}}),fv=os({components:{BForm:Vm,BFormDatalist:ov,BDatalist:ov,BFormText:iv,BFormInvalidFeedback:sv,BFormFeedback:sv,BFormValidFeedback:cv,BFormRow:uv}}),pv=function(t,e){for(var n=0;n-1:Dp(e,t)},isRadio:function(){return!1}},watch:Wr({},Av,(function(t,e){Dp(t,e)||this.setIndeterminate(t)})),mounted:function(){this.setIndeterminate(this[Av])},methods:{computedLocalCheckedWatcher:function(t,e){if(!Dp(t,e)){this.$emit($v,t);var n=this.$refs.input;n&&this.$emit(Fv,n.indeterminate)}},handleChange:function(t){var e=this,n=t.target,o=n.checked,r=n.indeterminate,i=this.value,a=this.uncheckedValue,s=this.computedLocalChecked;if(Oa(s)){var l=pv(s,i);o&&l<0?s=s.concat(i):!o&&l>-1&&(s=s.slice(0,l).concat(s.slice(l+1)))}else s=o?i:a;this.computedLocalChecked=s,this.$nextTick((function(){e.$emit(hc,s),e.isGroup&&e.bvGroup.$emit(hc,s),e.$emit(Fv,r)}))},setIndeterminate:function(t){Oa(this.computedLocalChecked)&&(t=!1);var e=this.$refs.input;e&&(e.indeterminate=t,this.$emit(Fv,t))}}}),Ev=af(Ov,el),Dv=fi({name:el,mixins:[zv],inject:{getBvGroup:{from:"getBvRadioGroup",default:function(){return function(){return null}}}},props:Ev,computed:{bvGroup:function(){return this.getBvGroup()}}}),Lv=["aria-describedby","aria-labelledby"],Mv=cf("checked"),Iv=Mv.mixin,Rv=Mv.props,jv=Mv.prop,Nv=Mv.event,Vv=af(qa(Vr(Vr(Vr(Vr(Vr(Vr(Vr(Vr({},ch),Rv),hv),tv),yv),wv),mv),{},{ariaInvalid:ef(bd,!1),buttonVariant:ef(sd),buttons:ef(ed,!1),stacked:ef(ed,!1),validated:ef(ed,!1)})),"formRadioCheckGroups"),Hv=fi({mixins:[dh,Iv,Zd,gv,ev,xv,kv,vv],inheritAttrs:!1,props:Vv,data:function(){return{localChecked:this[jv]}},computed:{inline:function(){return!this.stacked},groupName:function(){return this.name||this.safeId()},groupClasses:function(){var t=this.inline,e=this.size,n={"was-validated":this.validated};return this.buttons&&(n=[n,"btn-group-toggle",Wr({"btn-group":t,"btn-group-vertical":!t},"btn-group-".concat(e),e)]),n}},watch:(gm={},Wr(gm,jv,(function(t){Dp(t,this.localChecked)||(this.localChecked=t)})),Wr(gm,"localChecked",(function(t,e){Dp(t,e)||this.$emit(Nv,t)})),gm),render:function(t){var e=this,n=this.isRadioGroup,o=Va(this.$attrs,Lv),r=n?Dv:Pv,i=this.formOptions.map((function(n,i){var a="BV_option_".concat(i);return t(r,{props:{disabled:n.disabled||!1,id:e.safeId(a),value:n.value},attrs:o,key:a},[t("span",{domProps:Cb(n.html,n.text)})])}));return t("div",{class:[this.groupClasses,"bv-no-focus-ring"],attrs:Vr(Vr({},Ha(this.$attrs,Lv)),{},{"aria-invalid":this.computedAriaInvalid,"aria-required":this.required?"true":null,id:this.safeId(),role:n?"radiogroup":"group",tabindex:"-1"})},[this.normalizeSlot(zd),i,this.normalizeSlot()])}}),Uv=af(qa(Vr(Vr({},Vv),{},(Wr(mm={},jv,ef(td,[])),Wr(mm,"switches",ef(ed,!1)),mm))),Ys),qv=fi({name:Ys,mixins:[Hv],provide:function(){var t=this;return{getBvCheckGroup:function(){return t}}},props:Uv,computed:{isRadioGroup:function(){return!1}}}),Gv=os({components:{BFormCheckbox:Pv,BCheckbox:Pv,BCheck:Pv,BFormCheckboxGroup:qv,BCheckboxGroup:qv,BCheckGroup:qv}}),Wv="__BV_hover_handler__",Yv="mouseenter",Kv=function(t,e,n){pf(t,e,Yv,n,Jc),pf(t,e,"mouseleave",n,Jc)},Xv=function(t,e){var n=e.value,o=void 0===n?null:n;if(_i){var r=t[Wv],i=_a(r),a=!(i&&r.fn===o);i&&a&&(Kv(!1,t,r),delete t[Wv]),_a(o)&&a&&(t[Wv]=function(t){var e=function(e){t(e.type===Yv,e)};return e.fn=t,e}(o),Kv(!0,t,t[Wv]))}},Zv={bind:Xv,componentUpdated:Xv,unbind:function(t){Xv(t,{value:null})}},Jv=qa(Vr(Vr(Vr(Vr(Vr(Vr({},ch),yv),wv),Ha(Om,["disabled"])),Ha(hv,["autofocus"])),{},{buttonOnly:ef(ed,!1),buttonVariant:ef(sd,"secondary"),formattedValue:ef(sd),labelSelected:ef(sd),lang:ef(sd),menuClass:ef(dd),placeholder:ef(sd),readonly:ef(ed,!1),rtl:ef(ed,null),value:ef(sd,"")})),Qv=fi({name:"BVFormBtnLabelControl",directives:{"b-hover":Zv},mixins:[dh,xv,kv,zm,Zd],props:Jv,data:function(){return{isHovered:!1,hasFocus:!1}},computed:{idButton:function(){return this.safeId()},idLabel:function(){return this.safeId("_value_")},idMenu:function(){return this.safeId("_dialog_")},idWrapper:function(){return this.safeId("_outer_")},computedDir:function(){return!0===this.rtl?"rtl":!1===this.rtl?"ltr":null}},methods:{focus:function(){this.disabled||Hu(this.$refs.toggle)},blur:function(){this.disabled||Uu(this.$refs.toggle)},setFocus:function(t){this.hasFocus="focus"===t.type},handleHover:function(t){this.isHovered=t}},render:function(t){var e,n=this.idButton,o=this.idLabel,r=this.idMenu,i=this.idWrapper,a=this.disabled,s=this.readonly,l=this.required,c=this.name,d=this.state,u=this.visible,f=this.size,p=this.isHovered,b=this.hasFocus,h=this.labelSelected,g=this.buttonVariant,m=this.buttonOnly,v=au(this.value)||"",y=!1===d||l&&!v,x={isHovered:p,hasFocus:b,state:d,opened:u},w=t("button",{staticClass:"btn",class:(e={},Wr(e,"btn-".concat(g),m),Wr(e,"btn-".concat(f),f),Wr(e,"h-auto",!m),Wr(e,"dropdown-toggle",m),Wr(e,"dropdown-toggle-no-caret",m),e),attrs:{id:n,type:"button",disabled:a,"aria-haspopup":"dialog","aria-expanded":u?"true":"false","aria-invalid":y?"true":null,"aria-required":l?"true":null},directives:[{name:"b-hover",value:this.handleHover}],on:{mousedown:this.onMousedown,click:this.toggle,keydown:this.toggle,"!focus":this.setFocus,"!blur":this.setFocus},ref:"toggle"},[this.hasNormalizedSlot(Sd)?this.normalizeSlot(Sd,x):t(cp,{props:{scale:1.25}})]),k=t();c&&!a&&(k=t("input",{attrs:{type:"hidden",name:c||null,form:this.form||null,value:v}}));var _=t("div",{staticClass:"dropdown-menu",class:[this.menuClass,{show:u,"dropdown-menu-right":this.right}],attrs:{id:r,role:"dialog",tabindex:"-1","aria-modal":"false","aria-labelledby":o},on:{keydown:this.onKeydown},ref:"menu"},[this.normalizeSlot(Td,{opened:u})]),S=t("label",{class:m?"sr-only":["form-control",{"text-muted":!v},this.stateClass,this.sizeFormClass],attrs:{id:o,for:n,"aria-invalid":y?"true":null,"aria-required":l?"true":null},directives:[{name:"b-hover",value:this.handleHover}],on:{"!click":function(t){bf(t,{preventDefault:!1})}}},[v?this.formattedValue||v:this.placeholder||"",v&&h?t("bdi",{staticClass:"sr-only"},h):""]);return t("div",{staticClass:"b-form-btn-label-control dropdown",class:[this.directionClass,this.boundaryClass,[{"btn-group":m,"form-control":!m,focus:b&&!m,show:u,"is-valid":!0===d,"is-invalid":!1===d},m?null:this.sizeFormClass]],attrs:{id:i,role:m?null:"group",lang:this.lang||null,dir:this.computedDir,"aria-disabled":a,"aria-readonly":s&&!a,"aria-labelledby":o,"aria-invalid":!1===d||l&&!v?"true":null,"aria-required":l?"true":null}},[w,k,_,S])}}),ty=cf("value",{type:hd}),ey=ty.mixin,ny=ty.props,oy=ty.prop,ry=ty.event,iy=Ha(gh,["block","hidden","id","noKeyNav","roleDescription","value","width"]),ay=Ha(Jv,["formattedValue","id","lang","rtl","value"]),sy=af(qa(Vr(Vr(Vr(Vr(Vr({},ch),ny),iy),ay),{},{calendarWidth:ef(sd,"270px"),closeButton:ef(ed,!1),closeButtonVariant:ef(sd,"outline-secondary"),dark:ef(ed,!1),labelCloseButton:ef(sd,"Close"),labelResetButton:ef(sd,"Reset"),labelTodayButton:ef(sd,"Select today"),noCloseOnSelect:ef(ed,!1),resetButton:ef(ed,!1),resetButtonVariant:ef(sd,"outline-danger"),resetValue:ef(hd),todayButton:ef(ed,!1),todayButtonVariant:ef(sd,"outline-primary")})),Xs),ly=fi({name:Xs,mixins:[dh,ey],props:sy,data:function(){return{localYMD:Yb(this[oy])||"",isVisible:!1,localLocale:null,isRTL:!1,formattedValue:"",activeYMD:""}},computed:{calendarYM:function(){return this.activeYMD.slice(0,-3)},computedLang:function(){return(this.localLocale||"").replace(/-u-.*$/i,"")||null},computedResetValue:function(){return Yb(ah(this.resetValue))||""}},watch:(vm={},Wr(vm,oy,(function(t){this.localYMD=Yb(t)||""})),Wr(vm,"localYMD",(function(t){this.isVisible&&this.$emit(ry,this.valueAsDate?Wb(t)||null:t||"")})),Wr(vm,"calendarYM",(function(t,e){if(t!==e&&e)try{this.$refs.control.updatePopper()}catch(t){}})),vm),methods:{focus:function(){this.disabled||Hu(this.$refs.control)},blur:function(){this.disabled||Uu(this.$refs.control)},setAndClose:function(t){var e=this;this.localYMD=t,this.noCloseOnSelect||this.$nextTick((function(){e.$refs.control.hide(!0)}))},onSelected:function(t){var e=this;this.$nextTick((function(){e.setAndClose(t)}))},onInput:function(t){this.localYMD!==t&&(this.localYMD=t)},onContext:function(t){var e=t.activeYMD,n=t.isRTL,o=t.locale,r=t.selectedYMD,i=t.selectedFormatted;this.isRTL=n,this.localLocale=o,this.formattedValue=i,this.localYMD=r,this.activeYMD=e,this.$emit(vc,t)},onTodayButton:function(){this.setAndClose(Yb(ah(Gb(),this.min,this.max)))},onResetButton:function(){this.setAndClose(this.computedResetValue)},onCloseButton:function(){this.$refs.control.hide(!0)},onShow:function(){this.isVisible=!0},onShown:function(){var t=this;this.$nextTick((function(){Hu(t.$refs.calendar),t.$emit(Uc)}))},onHidden:function(){this.isVisible=!1,this.$emit(Ac)},defaultButtonFn:function(t){var e=t.isHovered,n=t.hasFocus;return this.$createElement(e||n?ap:ip,{attrs:{"aria-hidden":"true"}})}},render:function(t){var e=this.localYMD,n=this.disabled,o=this.readonly,r=this.dark,i=this.$props,a=this.$scopedSlots,s=ka(this.placeholder)?this.labelNoDateSelected:this.placeholder,l=[];if(this.todayButton){var c=this.labelTodayButton;l.push(t(cb,{props:{disabled:n||o,size:"sm",variant:this.todayButtonVariant},attrs:{"aria-label":c||null},on:{click:this.onTodayButton}},c))}if(this.resetButton){var d=this.labelResetButton;l.push(t(cb,{props:{disabled:n||o,size:"sm",variant:this.resetButtonVariant},attrs:{"aria-label":d||null},on:{click:this.onResetButton}},d))}if(this.closeButton){var u=this.labelCloseButton;l.push(t(cb,{props:{disabled:n,size:"sm",variant:this.closeButtonVariant},attrs:{"aria-label":u||null},on:{click:this.onCloseButton}},u))}l.length>0&&(l=[t("div",{staticClass:"b-form-date-controls d-flex flex-wrap",class:{"justify-content-between":l.length>1,"justify-content-end":l.length<2}},l)]);var f=t(mh,{staticClass:"b-form-date-calendar w-100",props:Vr(Vr({},of(iy,i)),{},{hidden:!this.isVisible,value:e,valueAsDate:!1,width:this.calendarWidth}),on:{selected:this.onSelected,input:this.onInput,context:this.onContext},scopedSlots:Va(a,["nav-prev-decade","nav-prev-year","nav-prev-month","nav-this-month","nav-next-month","nav-next-year","nav-next-decade"]),key:"calendar",ref:"calendar"},l);return t(Qv,{staticClass:"b-form-datepicker",props:Vr(Vr({},of(ay,i)),{},{formattedValue:e?this.formattedValue:"",id:this.safeId(),lang:this.computedLang,menuClass:[{"bg-dark":r,"text-light":r},this.menuClass],placeholder:s,rtl:this.isRTL,value:e}),on:{show:this.onShow,shown:this.onShown,hidden:this.onHidden},scopedSlots:Wr({},Sd,a[Sd]||this.defaultButtonFn),ref:"control"},[f])}}),cy=os({components:{BFormDatepicker:ly,BDatepicker:ly}}),dy=cf("value",{type:[td,va],defaultValue:null,validator:function(t){return""===t?(Za(hy,Zs),!0):ka(t)||gy(t)}}),uy=dy.mixin,fy=dy.props,py=dy.prop,by=dy.event,hy='Setting "value"/"v-model" to an empty string for reset is deprecated. Set to "null" instead.',gy=function t(e){return function(t){return t instanceof va}(e)||Oa(e)&&e.every((function(e){return t(e)}))},my=function(t){return _a(t.getAsEntry)?t.getAsEntry():_a(t.webkitGetAsEntry)?t.webkitGetAsEntry():null},vy=function t(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return new Promise((function(o){var r=[];!function i(){e.readEntries((function(e){0===e.length?o(Promise.all(r).then((function(t){return t.reduce((function(t,e){return Gd(t,e)}),[])}))):(r.push(Promise.all(e.map((function(e){if(e){if(e.isDirectory)return t(e.createReader(),"".concat(n).concat(e.name,"/"));if(e.isFile)return new Promise((function(t){e.file((function(e){e.$path="".concat(n).concat(e.name),t(e)}))}))}return null})).filter(Wa))),i())}))}()}))},yy=af(qa(Vr(Vr(Vr(Vr(Vr(Vr(Vr({},ch),fy),hv),mv),wv),yv),{},{accept:ef(sd,""),browseText:ef(sd,"Browse"),capture:ef(ed,!1),directory:ef(ed,!1),dropPlaceholder:ef(sd,"Drop files here"),fileNameFormatter:ef(od),multiple:ef(ed,!1),noDrop:ef(ed,!1),noDropPlaceholder:ef(sd,"Not allowed"),noTraverse:ef(ed,!1),placeholder:ef(sd,"No file chosen")})),Zs),xy=fi({name:Zs,mixins:[Np,dh,uy,Zd,gv,kv,vv,Zd],inheritAttrs:!1,props:yy,data:function(){return{files:[],dragging:!1,dropAllowed:!this.noDrop,hasFocus:!1}},computed:{computedAccept:function(){var t=this.accept;return 0===(t=(t||"").trim().split(/[,\s]+/).filter(Wa)).length?null:t.map((function(t){var e="name",n="^",o="$";return Ni.test(t)?n="":(e="type",Ji.test(t)&&(o=".+$",t=t.slice(0,-1))),t=iu(t),{rx:new RegExp("".concat(n).concat(t).concat(o)),prop:e}}))},computedCapture:function(){var t=this.capture;return!0===t||""===t||(t||null)},computedAttrs:function(){var t=this.name,e=this.disabled,n=this.required,o=this.form,r=this.computedCapture,i=this.accept,a=this.multiple,s=this.directory;return Vr(Vr({},this.bvAttrs),{},{type:"file",id:this.safeId(),name:t,disabled:e,required:n,form:o||null,capture:r,accept:i||null,multiple:a,directory:s,webkitdirectory:s,"aria-required":n?"true":null})},computedFileNameFormatter:function(){var t=this.fileNameFormatter;return lf(t)?t:this.defaultFileNameFormatter},clonedFiles:function(){return Ga(this.files)},flattenedFiles:function(){return Yd(this.files)},fileNames:function(){return this.flattenedFiles.map((function(t){return t.name}))},labelContent:function(){if(this.dragging&&!this.noDrop)return this.normalizeSlot("drop-placeholder",{allowed:this.dropAllowed})||(this.dropAllowed?this.dropPlaceholder:this.$createElement("span",{staticClass:"text-danger"},this.noDropPlaceholder));if(0===this.files.length)return this.normalizeSlot("placeholder")||this.placeholder;var t=this.flattenedFiles,e=this.clonedFiles,n=this.fileNames,o=this.computedFileNameFormatter;return this.hasNormalizedSlot(Od)?this.normalizeSlot(Od,{files:t,filesTraversed:e,names:n}):o(t,e,n)}},watch:(ym={},Wr(ym,py,(function(t){(!t||Oa(t)&&0===t.length)&&this.reset()})),Wr(ym,"files",(function(t,e){if(!Dp(t,e)){var n=this.multiple,o=this.noTraverse,r=!n||o?Yd(t):t;this.$emit(by,n?r:r[0]||null)}})),ym),created:function(){this.$_form=null},mounted:function(){var t=Cu("form",this.$el);t&&(uf(t,"reset",this.reset,Zc),this.$_form=t)},beforeDestroy:function(){var t=this.$_form;t&&ff(t,"reset",this.reset,Zc)},methods:{isFileValid:function(t){if(!t)return!1;var e=this.computedAccept;return!e||e.some((function(e){return e.rx.test(t[e.prop])}))},isFilesArrayValid:function(t){var e=this;return Oa(t)?t.every((function(t){return e.isFileValid(t)})):this.isFileValid(t)},defaultFileNameFormatter:function(t,e,n){return n.join(", ")},setFiles:function(t){this.dropAllowed=!this.noDrop,this.dragging=!1,this.files=this.multiple?this.directory?t:Yd(t):Yd(t).slice(0,1)},setInputFiles:function(t){try{var e=new ClipboardEvent("").clipboardData||new DataTransfer;Yd(Ga(t)).forEach((function(t){delete t.$path,e.items.add(t)})),this.$refs.input.files=e.files}catch(t){}},reset:function(){try{var t=this.$refs.input;t.value="",t.type="",t.type="file"}catch(t){}this.files=[]},handleFiles:function(t){if(arguments.length>1&&void 0!==arguments[1]&&arguments[1]){var e=t.filter(this.isFilesArrayValid);e.length>0&&(this.setFiles(e),this.setInputFiles(e))}else this.setFiles(t)},focusHandler:function(t){this.plain||"focusout"===t.type?this.hasFocus=!1:this.hasFocus=!0},onChange:function(t){var e=this,n=t.type,o=t.target,r=t.dataTransfer,i=void 0===r?{}:r,a="drop"===n;this.$emit(hc,t);var s=Ud(i.items||[]);if(wi&&s.length>0&&!wa(my(s[0])))(function(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return Promise.all(Ud(t).filter((function(t){return"file"===t.kind})).map((function(t){var n=my(t);if(n){if(n.isDirectory&&e)return vy(n.createReader(),"".concat(n.name,"/"));if(n.isFile)return new Promise((function(t){n.file((function(e){e.$path="",t(e)}))}))}return null})).filter(Wa))})(s,this.directory).then((function(t){return e.handleFiles(t,a)}));else{var l=Ud(o.files||i.files||[]).map((function(t){return t.$path=t.webkitRelativePath||"",t}));this.handleFiles(l,a)}},onDragenter:function(t){bf(t),this.dragging=!0;var e=t.dataTransfer,n=void 0===e?{}:e;if(this.noDrop||this.disabled||!this.dropAllowed)return n.dropEffect="none",void(this.dropAllowed=!1);n.dropEffect="copy"},onDragover:function(t){bf(t),this.dragging=!0;var e=t.dataTransfer,n=void 0===e?{}:e;if(this.noDrop||this.disabled||!this.dropAllowed)return n.dropEffect="none",void(this.dropAllowed=!1);n.dropEffect="copy"},onDragleave:function(t){var e=this;bf(t),this.$nextTick((function(){e.dragging=!1,e.dropAllowed=!e.noDrop}))},onDrop:function(t){var e=this;bf(t),this.dragging=!1,this.noDrop||this.disabled||!this.dropAllowed?this.$nextTick((function(){e.dropAllowed=!e.noDrop})):this.onChange(t)}},render:function(t){var e=this.custom,n=this.plain,o=this.size,r=this.dragging,i=this.stateClass,a=this.bvAttrs,s=t("input",{class:[{"form-control-file":n,"custom-file-input":e,focus:e&&this.hasFocus},i],style:e?{zIndex:-5}:{},attrs:this.computedAttrs,on:{change:this.onChange,focusin:this.focusHandler,focusout:this.focusHandler,reset:this.reset},ref:"input"});if(n)return s;var l=t("label",{staticClass:"custom-file-label",class:{dragging:r},attrs:{for:this.safeId(),"data-browse":this.browseText||null}},[t("span",{staticClass:"d-block form-file-text",style:{pointerEvents:"none"}},[this.labelContent])]);return t("div",{staticClass:"custom-file b-form-file",class:[Wr({},"b-custom-control-".concat(o),o),i,a.class],style:a.style,attrs:{id:this.safeId("_BV_file_outer_")},on:{dragenter:this.onDragenter,dragover:this.onDragover,dragleave:this.onDragleave,drop:this.onDrop}},[s,l])}}),wy=os({components:{BFormFile:xy,BFile:xy}}),ky=function(t){return"\\"+t},_y=function(t){var e=(t=au(t)).length,n=t.charCodeAt(0);return t.split("").reduce((function(o,r,i){var a=t.charCodeAt(i);return 0===a?o+"�":127===a||a>=1&&a<=31||0===i&&a>=48&&a<=57||1===i&&a>=48&&a<=57&&45===n?o+ky("".concat(a.toString(16)," ")):0===i&&45===a&&1===e?o+ky(r):a>=128||45===a||95===a||a>=48&&a<=57||a>=65&&a<=90||a>=97&&a<=122?o+r:o+ky(r)}),"")},Sy=["auto","start","end","center","baseline","stretch"],Cy=qu((function(t,e,n){var o=t;if(!ka(n)&&!1!==n)return e&&(o+="-".concat(e)),"col"!==t||""!==n&&!0!==n?(o+="-".concat(n),lu(o)):lu(o)})),Ty=Da(null),$y={name:Es,functional:!0,get props(){return delete this.props,this.props=(t=Zu().filter(Wa),e=t.reduce((function(t,e){return t[e]=ef(pd),t}),Da(null)),n=t.reduce((function(t,e){return t[tf(e,"offset")]=ef(md),t}),Da(null)),o=t.reduce((function(t,e){return t[tf(e,"order")]=ef(md),t}),Da(null)),Ty=Ea(Da(null),{col:Ra(e),offset:Ra(n),order:Ra(o)}),af(qa(Vr(Vr(Vr(Vr({},e),n),o),{},{alignSelf:ef(sd,null,(function(t){return qd(Sy,t)})),col:ef(ed,!1),cols:ef(md),offset:ef(md),order:ef(md),tag:ef(sd,"div")})),Es));var t,e,n,o},render:function(t,e){var n,o=e.props,r=e.data,i=e.children,a=o.cols,s=o.offset,l=o.order,c=o.alignSelf,d=[];for(var u in Ty)for(var f=Ty[u],p=0;p0||Ra(this.labelColProps).length>0}},watch:{ariaDescribedby:function(t,e){t!==e&&this.updateAriaDescribedby(t,e)}},mounted:function(){var t=this;this.$nextTick((function(){t.updateAriaDescribedby(t.ariaDescribedby)}))},methods:{getAlignClasses:function(t,e){return Zu().reduce((function(n,o){var r=t[tf(o,"".concat(e,"Align"))]||null;return r&&n.push(["text",o,r].filter(Wa).join("-")),n}),[])},getColProps:function(t,e){return Zu().reduce((function(n,o){var r=t[tf(o,"".concat(e,"Cols"))];return Sa(r=""===r||(r||!1))||"auto"===r||(r=(r=Jd(r,0))>0&&r),r&&(n[o||(Sa(r)?"col":"cols")]=r),n}),{})},updateAriaDescribedby:function(t,e){var n=this.labelFor;if(_i&&n){var o=_u("#".concat(_y(n)),this.$refs.content);if(o){var r="aria-describedby",i=(t||"").split(Zi),a=(e||"").split(Zi),s=(Pu(o,r)||"").split(Zi).filter((function(t){return!qd(a,t)})).concat(i).filter((function(t,e,n){return n.indexOf(t)===e})).filter(Wa).join(" ").trim();s?Fu(o,r,s):Bu(o,r)}}},onLegendClick:function(t){if(!this.labelFor){var e=t.target,n=e?e.tagName:"";if(-1===Ay.indexOf(n)){var o=ku(zy,this.$refs.content).filter(yu);1===o.length&&Hu(o[0])}}}},render:function(t){var e=this.computedState,n=this.feedbackAriaLive,o=this.isHorizontal,r=this.labelFor,i=this.normalizeSlot,a=this.safeId,s=this.tooltip,l=a(),c=!r,d=t(),u=i(Bd)||this.label,f=u?a("_BV_label_"):null;if(u||o){var p=this.labelSize,b=this.labelColProps,h=c?"legend":"label";this.labelSrOnly?(u&&(d=t(h,{class:"sr-only",attrs:{id:f,for:r||null}},[u])),d=t(o?$y:"div",{props:o?b:{}},[d])):d=t(o?$y:h,{on:c?{click:this.onLegendClick}:{},props:o?Vr(Vr({},b),{},{tag:h}):{},attrs:{id:f,for:r||null,tabindex:c?"-1":null},class:[c?"bv-no-focus-ring":"",o||c?"col-form-label":"",!o&&c?"pt-0":"",o||c?"":"d-block",p?"col-form-label-".concat(p):"",this.labelAlignClasses,this.labelClass]},[u])}var g=t(),m=i("invalid-feedback")||this.invalidFeedback,v=m?a("_BV_feedback_invalid_"):null;m&&(g=t(sv,{props:{ariaLive:n,id:v,state:e,tooltip:s},attrs:{tabindex:m?"-1":null}},[m]));var y=t(),x=i("valid-feedback")||this.validFeedback,w=x?a("_BV_feedback_valid_"):null;x&&(y=t(cv,{props:{ariaLive:n,id:w,state:e,tooltip:s},attrs:{tabindex:x?"-1":null}},[x]));var k=t(),_=i("description")||this.description,S=_?a("_BV_description_"):null;_&&(k=t(iv,{attrs:{id:S,tabindex:"-1"}},[_]));var C=this.ariaDescribedby=[S,!1===e?v:null,!0===e?w:null].filter(Wa).join(" ")||null,T=t(o?$y:"div",{props:o?this.contentColProps:{},ref:"content"},[i(Td,{ariaDescribedby:C,descriptionId:S,id:l,labelId:f})||t(),g,y,k]);return t(c?"fieldset":o?uv:"div",{staticClass:"form-group",class:[{"was-validated":this.validated},this.stateClass],attrs:{id:l,disabled:c?this.disabled:null,role:c?null:"group","aria-invalid":this.computedAriaInvalid,"aria-labelledby":c&&o?f:null}},o&&c?[t(uv,[d,T])]:[d,T])}},By=os({components:{BFormGroup:Fy,BFormFieldset:Fy}}),Py=fi({computed:{selectionStart:{cache:!1,get:function(){return this.$refs.input.selectionStart},set:function(t){this.$refs.input.selectionStart=t}},selectionEnd:{cache:!1,get:function(){return this.$refs.input.selectionEnd},set:function(t){this.$refs.input.selectionEnd=t}},selectionDirection:{cache:!1,get:function(){return this.$refs.input.selectionDirection},set:function(t){this.$refs.input.selectionDirection=t}}},methods:{select:function(){var t;(t=this.$refs.input).select.apply(t,arguments)},setSelectionRange:function(){var t;(t=this.$refs.input).setSelectionRange.apply(t,arguments)},setRangeText:function(){var t;(t=this.$refs.input).setRangeText.apply(t,arguments)}}}),Ey=cf("value",{type:md,defaultValue:"",event:"update"}),Dy=Ey.mixin,Ly=Ey.props,My=Ey.prop,Iy=Ey.event,Ry=af(qa(Vr(Vr({},Ly),{},{ariaInvalid:ef(bd,!1),autocomplete:ef(sd),debounce:ef(md,0),formatter:ef(od),lazy:ef(ed,!1),lazyFormatter:ef(ed,!1),number:ef(ed,!1),placeholder:ef(sd),plaintext:ef(ed,!1),readonly:ef(ed,!1),trim:ef(ed,!1)})),"formTextControls"),jy=fi({mixins:[Dy],props:Ry,data:function(){var t=this[My];return{localValue:au(t),vModelValue:this.modifyValue(t)}},computed:{computedClass:function(){var t=this.plaintext,e=this.type,n="range"===e,o="color"===e;return[{"custom-range":n,"form-control-plaintext":t&&!n&&!o,"form-control":o||!t&&!n},this.sizeFormClass,this.stateClass]},computedDebounce:function(){return Ef(Jd(this.debounce,0),0)},hasFormatter:function(){return lf(this.formatter)}},watch:Wr({},My,(function(t){var e=au(t),n=this.modifyValue(t);e===this.localValue&&n===this.vModelValue||(this.clearDebounce(),this.localValue=e,this.vModelValue=n)})),created:function(){this.$_inputDebounceTimer=null},beforeDestroy:function(){this.clearDebounce()},methods:{clearDebounce:function(){clearTimeout(this.$_inputDebounceTimer),this.$_inputDebounceTimer=null},formatValue:function(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return t=au(t),!this.hasFormatter||this.lazyFormatter&&!n||(t=this.formatter(t,e)),t},modifyValue:function(t){return t=au(t),this.trim&&(t=t.trim()),this.number&&(t=Qd(t,t)),t},updateValue:function(t){var e=this,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1],o=this.lazy;if(!o||n){this.clearDebounce();var r=function(){if((t=e.modifyValue(t))!==e.vModelValue)e.vModelValue=t,e.$emit(Iy,t);else if(e.hasFormatter){var n=e.$refs.input;n&&t!==n.value&&(n.value=t)}},i=this.computedDebounce;i>0&&!o&&!n?this.$_inputDebounceTimer=setTimeout(r,i):r()}},onInput:function(t){if(!t.target.composing){var e=t.target.value,n=this.formatValue(e,t);!1===n||t.defaultPrevented?bf(t,{propagation:!1}):(this.localValue=n,this.updateValue(n),this.$emit(Bc,n))}},onChange:function(t){var e=t.target.value,n=this.formatValue(e,t);!1===n||t.defaultPrevented?bf(t,{propagation:!1}):(this.localValue=n,this.updateValue(n,!0),this.$emit(hc,n))},onBlur:function(t){var e=t.target.value,n=this.formatValue(e,t,!0);!1!==n&&(this.localValue=au(this.modifyValue(n)),this.updateValue(n,!0)),this.$emit(bc,t)},focus:function(){this.disabled||Hu(this.$el)},blur:function(){this.disabled||Uu(this.$el)}}}),Ny=fi({computed:{validity:{cache:!1,get:function(){return this.$refs.input.validity}},validationMessage:{cache:!1,get:function(){return this.$refs.input.validationMessage}},willValidate:{cache:!1,get:function(){return this.$refs.input.willValidate}}},methods:{setCustomValidity:function(){var t;return(t=this.$refs.input).setCustomValidity.apply(t,arguments)},checkValidity:function(){var t;return(t=this.$refs.input).checkValidity.apply(t,arguments)},reportValidity:function(){var t;return(t=this.$refs.input).reportValidity.apply(t,arguments)}}}),Vy=["text","password","email","number","url","tel","search","range","color","date","time","datetime","datetime-local","month","week"],Hy=af(qa(Vr(Vr(Vr(Vr(Vr(Vr({},ch),hv),yv),wv),Ry),{},{list:ef(sd),max:ef(md),min:ef(md),noWheel:ef(ed,!1),step:ef(md),type:ef(sd,"text",(function(t){return qd(Vy,t)}))})),Qs),Uy=fi({name:Qs,mixins:[Wp,dh,gv,xv,kv,jy,Py,Ny],props:Hy,computed:{localType:function(){var t=this.type;return qd(Vy,t)?t:"text"},computedAttrs:function(){var t=this.localType,e=this.name,n=this.form,o=this.disabled,r=this.placeholder,i=this.required,a=this.min,s=this.max,l=this.step;return{id:this.safeId(),name:e,form:n,type:t,disabled:o,placeholder:r,required:i,autocomplete:this.autocomplete||null,readonly:this.readonly||this.plaintext,min:a,max:s,step:l,list:"password"!==t?this.list:null,"aria-required":i?"true":null,"aria-invalid":this.computedAriaInvalid}},computedListeners:function(){return Vr(Vr({},this.bvListeners),{},{input:this.onInput,change:this.onChange,blur:this.onBlur})}},watch:{noWheel:function(t){this.setWheelStopper(t)}},mounted:function(){this.setWheelStopper(this.noWheel)},deactivated:function(){this.setWheelStopper(!1)},activated:function(){this.setWheelStopper(this.noWheel)},beforeDestroy:function(){this.setWheelStopper(!1)},methods:{setWheelStopper:function(t){var e=this.$el;pf(t,e,"focus",this.onWheelFocus),pf(t,e,"blur",this.onWheelBlur),t||ff(document,"wheel",this.stopWheel)},onWheelFocus:function(){uf(document,"wheel",this.stopWheel)},onWheelBlur:function(){ff(document,"wheel",this.stopWheel)},stopWheel:function(t){bf(t,{propagation:!1}),Uu(this.$el)}},render:function(t){return t("input",{class:this.computedClass,attrs:this.computedAttrs,domProps:{value:this.localValue},on:this.computedListeners,ref:"input"})}}),qy=os({components:{BFormInput:Uy,BInput:Uy}}),Gy=af(Vv,nl),Wy=fi({name:nl,mixins:[Hv],provide:function(){var t=this;return{getBvRadioGroup:function(){return t}}},props:Gy,computed:{isRadioGroup:function(){return!0}}}),Yy=os({components:{BFormRadio:Dv,BRadio:Dv,BFormRadioGroup:Wy,BRadioGroup:Wy}}),Ky=cf("value",{type:md,event:hc}),Xy=Ky.mixin,Zy=Ky.props,Jy=Ky.prop,Qy=Ky.event,tx=function(t){return Ef(3,Jd(t,5))},ex=function(t,e,n){return Ef(Pf(t,n),e)},nx=fi({name:"BVFormRatingStar",mixins:[Zd],props:{disabled:ef(ed,!1),focused:ef(ed,!1),hasClear:ef(ed,!1),rating:ef(rd,0),readonly:ef(ed,!1),star:ef(rd,0),variant:ef(sd)},methods:{onClick:function(t){this.disabled||this.readonly||(bf(t,{propagation:!1}),this.$emit(Vc,this.star))}},render:function(t){var e=this.rating,n=this.star,o=this.focused,r=this.hasClear,i=this.variant,a=this.disabled,s=this.readonly,l=r?0:1,c=e>=n?"full":e>=n-.5?"half":"empty",d={variant:i,disabled:a,readonly:s};return t("span",{staticClass:"b-rating-star",class:{focused:o&&e===n||!Jd(e)&&n===l,"b-rating-star-empty":"empty"===c,"b-rating-star-half":"half"===c,"b-rating-star-full":"full"===c},attrs:{tabindex:a||s?null:"-1"},on:{click:this.onClick}},[t("span",{staticClass:"b-rating-icon"},[this.normalizeSlot(c,d)])])}}),ox=af(qa(Vr(Vr(Vr(Vr(Vr({},ch),Zy),Ha(hv,["required","autofocus"])),yv),{},{color:ef(sd),iconClear:ef(sd,"x"),iconEmpty:ef(sd,"star"),iconFull:ef(sd,"star-fill"),iconHalf:ef(sd,"star-half"),inline:ef(ed,!1),locale:ef(ud),noBorder:ef(ed,!1),precision:ef(md),readonly:ef(ed,!1),showClear:ef(ed,!1),showValue:ef(ed,!1),showValueMax:ef(ed,!1),stars:ef(md,5,(function(t){return Jd(t)>=3})),variant:ef(sd)})),ol),rx=fi({name:ol,components:{BIconStar:vp,BIconStarHalf:xp,BIconStarFill:yp,BIconX:wp},mixins:[dh,Xy,xv],props:ox,data:function(){var t=Qd(this[Jy],null),e=tx(this.stars);return{localValue:wa(t)?null:ex(t,0,e),hasFocus:!1}},computed:{computedStars:function(){return tx(this.stars)},computedRating:function(){var t=Qd(this.localValue,0),e=Jd(this.precision,3);return ex(Qd(t.toFixed(e)),0,this.computedStars)},computedLocale:function(){var t=Gd(this.locale).filter(Wa);return new Intl.NumberFormat(t).resolvedOptions().locale},isInteractive:function(){return!this.disabled&&!this.readonly},isRTL:function(){return lh(this.computedLocale)},formattedRating:function(){var t=Jd(this.precision),e=this.showValueMax,n=this.computedLocale,o={notation:"standard",minimumFractionDigits:isNaN(t)?0:t,maximumFractionDigits:isNaN(t)?3:t},r=this.computedStars.toLocaleString(n),i=this.localValue;return i=wa(i)?e?"-":"":i.toLocaleString(n,o),e?"".concat(i,"/").concat(r):i}},watch:(xm={},Wr(xm,Jy,(function(t,e){if(t!==e){var n=Qd(t,null);this.localValue=wa(n)?null:ex(n,0,this.computedStars)}})),Wr(xm,"localValue",(function(t,e){t!==e&&t!==(this.value||0)&&this.$emit(Qy,t||null)})),Wr(xm,"disabled",(function(t){t&&(this.hasFocus=!1,this.blur())})),xm),methods:{focus:function(){this.disabled||Hu(this.$el)},blur:function(){this.disabled||Uu(this.$el)},onKeydown:function(t){var e=t.keyCode;if(this.isInteractive&&qd([Ap,Tp,Fp,Pp],e)){bf(t,{propagation:!1});var n=Jd(this.localValue,0),o=this.showClear?0:1,r=this.computedStars,i=this.isRTL?-1:1;e===Ap?this.localValue=ex(n-i,o,r)||null:e===Fp?this.localValue=ex(n+i,o,r):e===Tp?this.localValue=ex(n-1,o,r)||null:e===Pp&&(this.localValue=ex(n+1,o,r))}},onSelected:function(t){this.isInteractive&&(this.localValue=t)},onFocus:function(t){this.hasFocus=!!this.isInteractive&&"focus"===t.type},renderIcon:function(t){return this.$createElement(Cp,{props:{icon:t,variant:this.disabled||this.color?null:this.variant||null}})},iconEmptyFn:function(){return this.renderIcon(this.iconEmpty)},iconHalfFn:function(){return this.renderIcon(this.iconHalf)},iconFullFn:function(){return this.renderIcon(this.iconFull)},iconClearFn:function(){return this.$createElement(Cp,{props:{icon:this.iconClear}})}},render:function(t){var e=this,n=this.disabled,o=this.readonly,r=this.name,i=this.form,a=this.inline,s=this.variant,l=this.color,c=this.noBorder,d=this.hasFocus,u=this.computedRating,f=this.computedStars,p=this.formattedRating,b=this.showClear,h=this.isRTL,g=this.isInteractive,m=this.$scopedSlots,v=[];if(b&&!n&&!o){var y=t("span",{staticClass:"b-rating-icon"},[(m["icon-clear"]||this.iconClearFn)()]);v.push(t("span",{staticClass:"b-rating-star b-rating-star-clear flex-grow-1",class:{focused:d&&0===u},attrs:{tabindex:g?"-1":null},on:{click:function(){return e.onSelected(null)}},key:"clear"},[y]))}for(var x=0;x1&&void 0!==arguments[1]?arguments[1]:null;if(Aa(t)){var n=Ka(t,this.valueField),o=Ka(t,this.textField),r=Ka(t,this.optionsField,null);return wa(r)?{value:xa(n)?e||o:n,text:String(xa(o)?e:o),html:Ka(t,this.htmlField),disabled:Boolean(Ka(t,this.disabledField))}:{label:String(Ka(t,this.labelField)||o),options:this.normalizeOptions(r)}}return{value:e||t,text:String(t),disabled:!1}}}}),px=af({disabled:ef(ed,!1),value:ef(Qc,void 0,!0)},al),bx=fi({name:al,functional:!0,props:px,render:function(t,e){var n=e.props,o=e.data,r=e.children,i=n.value;return t("option",Eo(o,{attrs:{disabled:n.disabled},domProps:{value:i}}),r)}}),hx=af(qa(Vr(Vr({},tv),{},{label:ef(sd,void 0,!0)})),sl),gx=fi({name:sl,mixins:[Zd,ev],props:hx,render:function(t){var e=this.label,n=this.formOptions.map((function(e,n){var o=e.value,r=e.text,i=e.html,a=e.disabled;return t(bx,{attrs:{value:o,disabled:a},domProps:Cb(i,r),key:"option_".concat(n)})}));return t("optgroup",{attrs:{label:e}},[this.normalizeSlot(zd),n,this.normalizeSlot()])}}),mx=af(qa(Vr(Vr(Vr(Vr(Vr(Vr(Vr({},ch),lx),hv),mv),yv),wv),{},{ariaInvalid:ef(bd,!1),multiple:ef(ed,!1),selectSize:ef(rd,0)})),il),vx=fi({name:il,mixins:[dh,sx,gv,xv,kv,vv,fx,Zd],props:mx,data:function(){return{localValue:this[cx]}},computed:{computedSelectSize:function(){return this.plain||0!==this.selectSize?this.selectSize:null},inputClass:function(){return[this.plain?"form-control":"custom-select",this.size&&this.plain?"form-control-".concat(this.size):null,this.size&&!this.plain?"custom-select-".concat(this.size):null,this.stateClass]}},watch:{value:function(t){this.localValue=t},localValue:function(){this.$emit(dx,this.localValue)}},methods:{focus:function(){Hu(this.$refs.input)},blur:function(){Uu(this.$refs.input)},onChange:function(t){var e=this,n=t.target,o=Ud(n.options).filter((function(t){return t.selected})).map((function(t){return"_value"in t?t._value:t.value}));this.localValue=n.multiple?o:o[0],this.$nextTick((function(){e.$emit(hc,e.localValue)}))}},render:function(t){var e=this.name,n=this.disabled,o=this.required,r=this.computedSelectSize,i=this.localValue,a=this.formOptions.map((function(e,n){var o=e.value,r=e.label,i=e.options,a=e.disabled,s="option_".concat(n);return Oa(i)?t(gx,{props:{label:r,options:i},key:s}):t(bx,{props:{value:o,disabled:a},domProps:Cb(e.html,e.text),key:s})}));return t("select",{class:this.inputClass,attrs:{id:this.safeId(),name:e,form:this.form||null,multiple:this.multiple||null,size:r,disabled:n,required:o,"aria-required":o?"true":null,"aria-invalid":this.computedAriaInvalid},on:{change:this.onChange},directives:[{name:"model",value:i}],ref:"input"},[this.normalizeSlot(zd),a,this.normalizeSlot()])}}),yx=os({components:{BFormSelect:vx,BFormSelectOption:bx,BFormSelectOptionGroup:gx,BSelect:vx,BSelectOption:bx,BSelectOptionGroup:gx}}),xx=cf("value",{type:fd}),wx=xx.mixin,kx=xx.props,_x=xx.prop,Sx=xx.event,Cx=[Pp,Tp,zp,$p,33,34],Tx=af(qa(Vr(Vr(Vr(Vr(Vr(Vr({},ch),kx),Ha(hv,["required","autofocus"])),yv),wv),{},{ariaControls:ef(sd),ariaLabel:ef(sd),formatterFn:ef(od),inline:ef(ed,!1),labelDecrement:ef(sd,"Decrement"),labelIncrement:ef(sd,"Increment"),locale:ef(ud),max:ef(md,100),min:ef(md,1),placeholder:ef(sd),readonly:ef(ed,!1),repeatDelay:ef(md,500),repeatInterval:ef(md,100),repeatStepMultiplier:ef(md,4),repeatThreshold:ef(md,10),step:ef(md,1),vertical:ef(ed,!1),wrap:ef(ed,!1)})),ll),$x=fi({name:ll,mixins:[Np,dh,wx,xv,kv,Zd],inheritAttrs:!1,props:Tx,data:function(){return{localValue:Qd(this[_x],null),hasFocus:!1}},computed:{required:function(){return!1},spinId:function(){return this.safeId()},computedInline:function(){return this.inline&&!this.vertical},computedReadonly:function(){return this.readonly&&!this.disabled},computedRequired:function(){return this.required&&!this.computedReadonly&&!this.disabled},computedStep:function(){return Qd(this.step,1)},computedMin:function(){return Qd(this.min,1)},computedMax:function(){var t=Qd(this.max,100),e=this.computedStep,n=this.computedMin;return Mf((t-n)/e)*e+n},computedDelay:function(){var t=Jd(this.repeatDelay,0);return t>0?t:500},computedInterval:function(){var t=Jd(this.repeatInterval,0);return t>0?t:100},computedThreshold:function(){return Ef(Jd(this.repeatThreshold,10),1)},computedStepMultiplier:function(){return Ef(Jd(this.repeatStepMultiplier,4),1)},computedPrecision:function(){var t=this.computedStep;return Mf(t)===t?0:(t.toString().split(".")[1]||"").length},computedMultiplier:function(){return If(10,this.computedPrecision||0)},valueAsFixed:function(){var t=this.localValue;return wa(t)?"":t.toFixed(this.computedPrecision)},computedLocale:function(){var t=Gd(this.locale).filter(Wa);return new Intl.NumberFormat(t).resolvedOptions().locale},computedRTL:function(){return lh(this.computedLocale)},defaultFormatter:function(){var t=this.computedPrecision;return new Intl.NumberFormat(this.computedLocale,{style:"decimal",useGrouping:!1,minimumIntegerDigits:1,minimumFractionDigits:t,maximumFractionDigits:t,notation:"standard"}).format},computedFormatter:function(){var t=this.formatterFn;return lf(t)?t:this.defaultFormatter},computedAttrs:function(){return Vr(Vr({},this.bvAttrs),{},{role:"group",lang:this.computedLocale,tabindex:this.disabled?null:"-1",title:this.ariaLabel})},computedSpinAttrs:function(){var t=this.spinId,e=this.localValue,n=this.computedRequired,o=this.disabled,r=this.state,i=this.computedFormatter,a=!wa(e);return Vr(Vr({dir:this.computedRTL?"rtl":"ltr"},this.bvAttrs),{},{id:t,role:"spinbutton",tabindex:o?null:"0","aria-live":"off","aria-label":this.ariaLabel||null,"aria-controls":this.ariaControls||null,"aria-invalid":!1===r||!a&&n?"true":null,"aria-required":n?"true":null,"aria-valuemin":au(this.computedMin),"aria-valuemax":au(this.computedMax),"aria-valuenow":a?e:null,"aria-valuetext":a?i(e):null})}},watch:(wm={},Wr(wm,_x,(function(t){this.localValue=Qd(t,null)})),Wr(wm,"localValue",(function(t){this.$emit(Sx,t)})),Wr(wm,"disabled",(function(t){t&&this.clearRepeat()})),Wr(wm,"readonly",(function(t){t&&this.clearRepeat()})),wm),created:function(){this.$_autoDelayTimer=null,this.$_autoRepeatTimer=null,this.$_keyIsDown=!1},beforeDestroy:function(){this.clearRepeat()},deactivated:function(){this.clearRepeat()},methods:{focus:function(){this.disabled||Hu(this.$refs.spinner)},blur:function(){this.disabled||Uu(this.$refs.spinner)},emitChange:function(){this.$emit(hc,this.localValue)},stepValue:function(t){var e=this.localValue;if(!this.disabled&&!wa(e)){var n=this.computedStep*t,o=this.computedMin,r=this.computedMax,i=this.computedMultiplier,a=this.wrap;e=Rf((e-o)/n)*n+o+n,e=Rf(e*i)/i,this.localValue=e>r?a?o:r:e0&&void 0!==arguments[0]?arguments[0]:1,e=this.localValue;wa(e)?this.localValue=this.computedMin:this.stepValue(1*t)},stepDown:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,e=this.localValue;wa(e)?this.localValue=this.wrap?this.computedMax:this.computedMin:this.stepValue(-1*t)},onKeydown:function(t){var e=t.keyCode,n=t.altKey,o=t.ctrlKey,r=t.metaKey;if(!(this.disabled||this.readonly||n||o||r)&&qd(Cx,e)){if(bf(t,{propagation:!1}),this.$_keyIsDown)return;this.resetTimers(),qd([Pp,Tp],e)?(this.$_keyIsDown=!0,e===Pp?this.handleStepRepeat(t,this.stepUp):e===Tp&&this.handleStepRepeat(t,this.stepDown)):33===e?this.stepUp(this.computedStepMultiplier):34===e?this.stepDown(this.computedStepMultiplier):e===zp?this.localValue=this.computedMin:e===$p&&(this.localValue=this.computedMax)}},onKeyup:function(t){var e=t.keyCode,n=t.altKey,o=t.ctrlKey,r=t.metaKey;this.disabled||this.readonly||n||o||r||qd(Cx,e)&&(bf(t,{propagation:!1}),this.resetTimers(),this.$_keyIsDown=!1,this.emitChange())},handleStepRepeat:function(t,e){var n=this,o=t||{},r=o.type,i=o.button;if(!this.disabled&&!this.readonly){if("mousedown"===r&&i)return;this.resetTimers(),e(1);var a=this.computedThreshold,s=this.computedStepMultiplier,l=this.computedDelay,c=this.computedInterval;this.$_autoDelayTimer=setTimeout((function(){var t=0;n.$_autoRepeatTimer=setInterval((function(){e(t0&&n.indexOf(t)===e}))},Rx=function(t){return Ca(t)?t:Ba(t)&&t.target.value||""},jx=af(qa(Vr(Vr(Vr(Vr(Vr(Vr({},ch),Px),hv),yv),wv),{},{addButtonText:ef(sd,"Add"),addButtonVariant:ef(sd,"outline-secondary"),addOnChange:ef(ed,!1),duplicateTagText:ef(sd,"Duplicate tag(s)"),feedbackAriaLive:ef(sd,"assertive"),ignoreInputFocusSelector:ef(ud,Mx),inputAttrs:ef(id,{}),inputClass:ef(dd),inputId:ef(sd),inputType:ef(sd,"text",(function(t){return qd(Lx,t)})),invalidTagText:ef(sd,"Invalid tag(s)"),limit:ef(rd),limitTagsText:ef(sd,"Tag limit reached"),noAddOnEnter:ef(ed,!1),noOuterFocus:ef(ed,!1),noTagRemove:ef(ed,!1),placeholder:ef(sd,"Add tag..."),removeOnDelete:ef(ed,!1),separator:ef(ud),tagClass:ef(dd),tagPills:ef(ed,!1),tagRemoveLabel:ef(sd,"Remove tag"),tagRemovedLabel:ef(sd,"Tag removed"),tagValidator:ef(od),tagVariant:ef(sd,"secondary")})),dl),Nx=fi({name:dl,mixins:[Wp,dh,Bx,gv,xv,kv,Zd],props:jx,data:function(){return{hasFocus:!1,newTag:"",tags:[],removedTags:[],tagsState:{all:[],valid:[],invalid:[],duplicate:[]},focusState:null}},computed:{computedInputId:function(){return this.inputId||this.safeId("__input__")},computedInputType:function(){return qd(Lx,this.inputType)?this.inputType:"text"},computedInputAttrs:function(){var t=this.disabled,e=this.form;return Vr(Vr({},this.inputAttrs),{},{id:this.computedInputId,value:this.newTag,disabled:t,form:e})},computedInputHandlers:function(){return Vr(Vr({},Ha(this.bvListeners,[$c,Oc])),{},{blur:this.onInputBlur,change:this.onInputChange,focus:this.onInputFocus,input:this.onInputInput,keydown:this.onInputKeydown,reset:this.reset})},computedSeparator:function(){return Gd(this.separator).filter(Ca).filter(Wa).join("")},computedSeparatorRegExp:function(){var t=this.computedSeparator;return t?new RegExp("[".concat(iu(t).replace(Xi,"\\s"),"]+")):null},computedJoiner:function(){var t=this.computedSeparator.charAt(0);return" "!==t?"".concat(t," "):t},computeIgnoreInputFocusSelector:function(){return Gd(this.ignoreInputFocusSelector).filter(Wa).join(",").trim()},disableAddButton:function(){var t=this,e=su(this.newTag);return""===e||!this.splitTags(e).some((function(e){return!qd(t.tags,e)&&t.validateTag(e)}))},duplicateTags:function(){return this.tagsState.duplicate},hasDuplicateTags:function(){return this.duplicateTags.length>0},invalidTags:function(){return this.tagsState.invalid},hasInvalidTags:function(){return this.invalidTags.length>0},isLimitReached:function(){var t=this.limit;return Ta(t)&&t>=0&&this.tags.length>=t}},watch:(km={},Wr(km,Ex,(function(t){this.tags=Ix(t)})),Wr(km,"tags",(function(t,e){Dp(t,this[Ex])||this.$emit(Dx,t),Dp(t,e)||(t=Gd(t).filter(Wa),e=Gd(e).filter(Wa),this.removedTags=e.filter((function(e){return!qd(t,e)})))})),Wr(km,"tagsState",(function(t,e){Dp(t,e)||this.$emit("tag-state",t.valid,t.invalid,t.duplicate)})),km),created:function(){this.tags=Ix(this[Ex])},mounted:function(){var t=Cu("form",this.$el);t&&uf(t,"reset",this.reset,Zc)},beforeDestroy:function(){var t=Cu("form",this.$el);t&&ff(t,"reset",this.reset,Zc)},methods:{addTag:function(t){if(t=Ca(t)?t:this.newTag,!this.disabled&&""!==su(t)&&!this.isLimitReached){var e=this.parseTags(t);if(e.valid.length>0||0===e.all.length)if(Su(this.getInput(),"select"))this.newTag="";else{var n=[].concat(ii(e.invalid),ii(e.duplicate));this.newTag=e.all.filter((function(t){return qd(n,t)})).join(this.computedJoiner).concat(n.length>0?this.computedJoiner.charAt(0):"")}e.valid.length>0&&(this.tags=Gd(this.tags,e.valid)),this.tagsState=e,this.focus()}},removeTag:function(t){this.disabled||(this.tags=this.tags.filter((function(e){return e!==t})))},reset:function(){var t=this;this.newTag="",this.tags=[],this.$nextTick((function(){t.removedTags=[],t.tagsState={all:[],valid:[],invalid:[],duplicate:[]}}))},onInputInput:function(t){if(!(this.disabled||Ba(t)&&t.target.composing)){var e=Rx(t),n=this.computedSeparatorRegExp;this.newTag!==e&&(this.newTag=e),e=au(e).replace(ta,""),n&&n.test(e.slice(-1))?this.addTag():this.tagsState=""===e?{all:[],valid:[],invalid:[],duplicate:[]}:this.parseTags(e)}},onInputChange:function(t){if(!this.disabled&&this.addOnChange){var e=Rx(t);this.newTag!==e&&(this.newTag=e),this.addTag()}},onInputKeydown:function(t){if(!this.disabled&&Ba(t)){var e=t.keyCode,n=t.target.value||"";this.noAddOnEnter||e!==Op?!this.removeOnDelete||8!==e&&46!==e||""!==n||(bf(t,{propagation:!1}),this.tags=this.tags.slice(0,-1)):(bf(t,{propagation:!1}),this.addTag())}},onClick:function(t){var e=this,n=this.computeIgnoreInputFocusSelector;n&&Cu(n,t.target,!0)||this.$nextTick((function(){e.focus()}))},onInputFocus:function(t){var e=this;"out"!==this.focusState&&(this.focusState="in",this.$nextTick((function(){pu((function(){e.hasFocus&&(e.$emit("focus",t),e.focusState=null)}))})))},onInputBlur:function(t){var e=this;"in"!==this.focusState&&(this.focusState="out",this.$nextTick((function(){pu((function(){e.hasFocus||(e.$emit(bc,t),e.focusState=null)}))})))},onFocusin:function(t){this.hasFocus=!0,this.$emit($c,t)},onFocusout:function(t){this.hasFocus=!1,this.$emit(Oc,t)},handleAutofocus:function(){var t=this;this.$nextTick((function(){pu((function(){t.autofocus&&t.focus()}))}))},focus:function(){this.disabled||Hu(this.getInput())},blur:function(){this.disabled||Uu(this.getInput())},splitTags:function(t){t=au(t);var e=this.computedSeparatorRegExp;return(e?t.split(e):[t]).map(su).filter(Wa)},parseTags:function(t){var e=this,n=this.splitTags(t),o={all:n,valid:[],invalid:[],duplicate:[]};return n.forEach((function(t){qd(e.tags,t)||qd(o.valid,t)?qd(o.duplicate,t)||o.duplicate.push(t):e.validateTag(t)?o.valid.push(t):qd(o.invalid,t)||o.invalid.push(t)})),o},validateTag:function(t){var e=this.tagValidator;return!lf(e)||e(t)},getInput:function(){return _u("#".concat(_y(this.computedInputId)),this.$el)},defaultRender:function(t){var e=t.addButtonText,n=t.addButtonVariant,o=t.addTag,r=t.disableAddButton,i=t.disabled,a=t.duplicateTagText,s=t.inputAttrs,l=t.inputClass,c=t.inputHandlers,d=t.inputType,u=t.invalidTagText,f=t.isDuplicate,p=t.isInvalid,b=t.isLimitReached,h=t.limitTagsText,g=t.noTagRemove,m=t.placeholder,v=t.removeTag,y=t.tagClass,x=t.tagPills,w=t.tagRemoveLabel,k=t.tagVariant,_=t.tags,S=this.$createElement,C=_.map((function(t){return t=au(t),S(Ax,{class:y,props:{disabled:i,noRemove:g,pill:x,removeLabel:w,tag:"li",title:t,variant:k},on:{remove:function(){return v(t)}},key:"tags_".concat(t)},t)})),T=u&&p?this.safeId("__invalid_feedback__"):null,$=a&&f?this.safeId("__duplicate_feedback__"):null,O=h&&b?this.safeId("__limit_feedback__"):null,z=[s["aria-describedby"],T,$,O].filter(Wa).join(" "),A=S("input",{staticClass:"b-form-tags-input w-100 flex-grow-1 p-0 m-0 bg-transparent border-0",class:l,style:{outline:0,minWidth:"5rem"},attrs:Vr(Vr({},s),{},{"aria-describedby":z||null,type:d,placeholder:m||null}),domProps:{value:s.value},on:c,directives:[{name:"model",value:s.value}],ref:"input"}),F=S(cb,{staticClass:"b-form-tags-button py-0",class:{invisible:r},style:{fontSize:"90%"},props:{disabled:r||b,variant:n},on:{click:function(){return o()}},ref:"button"},[this.normalizeSlot("add-button-text")||e]),B=this.safeId("__tag_list__"),P=S("li",{staticClass:"b-form-tags-field flex-grow-1",attrs:{role:"none","aria-live":"off","aria-controls":B},key:"tags_field"},[S("div",{staticClass:"d-flex",attrs:{role:"group"}},[A,F])]),E=S("ul",{staticClass:"b-form-tags-list list-unstyled mb-0 d-flex flex-wrap align-items-center",attrs:{id:B},key:"tags_list"},[C,P]),D=S();if(u||a||h){var L=this.feedbackAriaLive,M=this.computedJoiner,I=S();T&&(I=S(sv,{props:{id:T,ariaLive:L,forceShow:!0},key:"tags_invalid_feedback"},[this.invalidTagText,": ",this.invalidTags.join(M)]));var R=S();$&&(R=S(iv,{props:{id:$,ariaLive:L},key:"tags_duplicate_feedback"},[this.duplicateTagText,": ",this.duplicateTags.join(M)]));var j=S();O&&(j=S(iv,{props:{id:O,ariaLive:L},key:"tags_limit_feedback"},[h])),D=S("div",{attrs:{"aria-live":"polite","aria-atomic":"true"},key:"tags_feedback"},[I,R,j])}return[E,D]}},render:function(t){var e=this.name,n=this.disabled,o=this.required,r=this.form,i=this.tags,a=this.computedInputId,s=this.hasFocus,l=this.noOuterFocus,c=Vr({tags:i.slice(),inputAttrs:this.computedInputAttrs,inputType:this.computedInputType,inputHandlers:this.computedInputHandlers,removeTag:this.removeTag,addTag:this.addTag,reset:this.reset,inputId:a,isInvalid:this.hasInvalidTags,invalidTags:this.invalidTags.slice(),isDuplicate:this.hasDuplicateTags,duplicateTags:this.duplicateTags.slice(),isLimitReached:this.isLimitReached,disableAddButton:this.disableAddButton},Va(this.$props,["addButtonText","addButtonVariant","disabled","duplicateTagText","form","inputClass","invalidTagText","limit","limitTagsText","noTagRemove","placeholder","required","separator","size","state","tagClass","tagPills","tagRemoveLabel","tagVariant"])),d=this.normalizeSlot(Td,c)||this.defaultRender(c),u=t("output",{staticClass:"sr-only",attrs:{id:this.safeId("__selected_tags__"),role:"status",for:a,"aria-live":s?"polite":"off","aria-atomic":"true","aria-relevant":"additions text"}},this.tags.join(", ")),f=t("div",{staticClass:"sr-only",attrs:{id:this.safeId("__removed_tags__"),role:"status","aria-live":s?"assertive":"off","aria-atomic":"true"}},this.removedTags.length>0?"(".concat(this.tagRemovedLabel,") ").concat(this.removedTags.join(", ")):""),p=t();if(e&&!n){var b=i.length>0;p=(b?i:[""]).map((function(n){return t("input",{class:{"sr-only":!b},attrs:{type:b?"hidden":"text",value:n,required:o,name:e,form:r},key:"tag_input_".concat(n)})}))}return t("div",{staticClass:"b-form-tags form-control h-auto",class:[{focus:s&&!l&&!n,disabled:n},this.sizeFormClass,this.stateClass],attrs:{id:this.safeId(),role:"group",tabindex:n||l?null:"-1","aria-describedby":this.safeId("__selected_tags__")},on:{click:this.onClick,focusin:this.onFocusin,focusout:this.onFocusout}},[u,f,d,p])}}),Vx=os({components:{BFormTags:Nx,BTags:Nx,BFormTag:Ax,BTag:Ax}}),Hx=af(qa(Vr(Vr(Vr(Vr(Vr(Vr({},ch),hv),yv),wv),Ry),{},{maxRows:ef(md),noAutoShrink:ef(ed,!1),noResize:ef(ed,!1),rows:ef(md,2),wrap:ef(sd,"soft")})),fl),Ux=fi({name:fl,directives:{"b-visible":qh},mixins:[Wp,dh,Up,gv,xv,kv,jy,Py,Ny],props:Hx,data:function(){return{heightInPx:null}},computed:{type:function(){return null},computedStyle:function(){var t={resize:!this.computedRows||this.noResize?"none":null};return this.computedRows||(t.height=this.heightInPx,t.overflowY="scroll"),t},computedMinRows:function(){return Ef(Jd(this.rows,2),2)},computedMaxRows:function(){return Ef(this.computedMinRows,Jd(this.maxRows,0))},computedRows:function(){return this.computedMinRows===this.computedMaxRows?this.computedMinRows:null},computedAttrs:function(){var t=this.disabled,e=this.required;return{id:this.safeId(),name:this.name||null,form:this.form||null,disabled:t,placeholder:this.placeholder||null,required:e,autocomplete:this.autocomplete||null,readonly:this.readonly||this.plaintext,rows:this.computedRows,wrap:this.wrap||null,"aria-required":this.required?"true":null,"aria-invalid":this.computedAriaInvalid}},computedListeners:function(){return Vr(Vr({},this.bvListeners),{},{input:this.onInput,change:this.onChange,blur:this.onBlur})}},watch:{localValue:function(){this.setHeight()}},mounted:function(){this.setHeight()},methods:{visibleCallback:function(t){t&&this.$nextTick(this.setHeight)},setHeight:function(){var t=this;this.$nextTick((function(){pu((function(){t.heightInPx=t.computeHeight()}))}))},computeHeight:function(){if(this.$isServer||!wa(this.computedRows))return null;var t=this.$el;if(!yu(t))return null;var e=Ru(t),n=Qd(e.lineHeight,1),o=Qd(e.borderTopWidth,0)+Qd(e.borderBottomWidth,0),r=Qd(e.paddingTop,0)+Qd(e.paddingBottom,0),i=o+r,a=n*this.computedMinRows+i,s=Mu(t,"height")||e.height;Du(t,"height","auto");var l=t.scrollHeight;Du(t,"height",s);var c=Ef((l-r)/n,2),d=Pf(Ef(c,this.computedMinRows),this.computedMaxRows),u=Ef(Lf(d*n+i),a);return this.noAutoShrink&&Qd(s,0)>u?s:"".concat(u,"px")}},render:function(t){return t("textarea",{class:this.computedClass,style:this.computedStyle,directives:[{name:"b-visible",value:this.visibleCallback,modifiers:{640:!0}}],attrs:this.computedAttrs,domProps:{value:this.localValue},on:this.computedListeners,ref:"input"})}}),qx=os({components:{BFormTextarea:Ux,BTextarea:Ux}}),Gx=cf("value",{type:sd,defaultValue:""}),Wx=Gx.mixin,Yx=Gx.props,Kx=Gx.prop,Xx=Gx.event,Zx="numeric",Jx=function(t){return"00".concat(t||"").slice(-2)},Qx=function(t){t=au(t);var e=null,n=null,o=null;if(ia.test(t)){var r=ri(t.split(":").map((function(t){return Jd(t,null)})),3);e=r[0],n=r[1],o=r[2]}return{hours:ka(e)?null:e,minutes:ka(n)?null:n,seconds:ka(o)?null:o,ampm:ka(e)||e<12?0:1}},tw=af(qa(Vr(Vr(Vr(Vr({},ch),Yx),Va(Tx,["labelIncrement","labelDecrement"])),{},{ariaLabelledby:ef(sd),disabled:ef(ed,!1),footerTag:ef(sd,"footer"),headerTag:ef(sd,"header"),hidden:ef(ed,!1),hideHeader:ef(ed,!1),hour12:ef(ed,null),labelAm:ef(sd,"AM"),labelAmpm:ef(sd,"AM/PM"),labelHours:ef(sd,"Hours"),labelMinutes:ef(sd,"Minutes"),labelNoTimeSelected:ef(sd,"No time selected"),labelPm:ef(sd,"PM"),labelSeconds:ef(sd,"Seconds"),labelSelected:ef(sd,"Selected time"),locale:ef(ud),minutesStep:ef(md,1),readonly:ef(ed,!1),secondsStep:ef(md,1),showSeconds:ef(ed,!1)})),cc),ew=fi({name:cc,mixins:[dh,Wx,Zd],props:tw,data:function(){var t=Qx(this[Kx]||"");return{modelHours:t.hours,modelMinutes:t.minutes,modelSeconds:t.seconds,modelAmpm:t.ampm,isLive:!1}},computed:{computedHMS:function(){return function(t){var e=t.hours,n=t.minutes,o=t.seconds,r=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return wa(e)||wa(n)||r&&wa(o)?"":[e,n,r?o:0].map(Jx).join(":")}({hours:this.modelHours,minutes:this.modelMinutes,seconds:this.modelSeconds},this.showSeconds)},resolvedOptions:function(){var t=Gd(this.locale).filter(Wa),e={hour:Zx,minute:Zx,second:Zx};ka(this.hour12)||(e.hour12=!!this.hour12);var n=new Intl.DateTimeFormat(t,e).resolvedOptions(),o=n.hour12||!1,r=n.hourCycle||(o?"h12":"h23");return{locale:n.locale,hour12:o,hourCycle:r}},computedLocale:function(){return this.resolvedOptions.locale},computedLang:function(){return(this.computedLocale||"").replace(/-u-.*$/,"")},computedRTL:function(){return lh(this.computedLang)},computedHourCycle:function(){return this.resolvedOptions.hourCycle},is12Hour:function(){return!!this.resolvedOptions.hour12},context:function(){return{locale:this.computedLocale,isRTL:this.computedRTL,hourCycle:this.computedHourCycle,hour12:this.is12Hour,hours:this.modelHours,minutes:this.modelMinutes,seconds:this.showSeconds?this.modelSeconds:0,value:this.computedHMS,formatted:this.formattedTimeString}},valueId:function(){return this.safeId()||null},computedAriaLabelledby:function(){return[this.ariaLabelledby,this.valueId].filter(Wa).join(" ")||null},timeFormatter:function(){var t={hour12:this.is12Hour,hourCycle:this.computedHourCycle,hour:Zx,minute:Zx,timeZone:"UTC"};return this.showSeconds&&(t.second=Zx),Kb(this.computedLocale,t)},numberFormatter:function(){return new Intl.NumberFormat(this.computedLocale,{style:"decimal",minimumIntegerDigits:2,minimumFractionDigits:0,maximumFractionDigits:0,notation:"standard"}).format},formattedTimeString:function(){var t=this.modelHours,e=this.modelMinutes,n=this.showSeconds&&this.modelSeconds||0;return this.computedHMS?this.timeFormatter(Gb(Date.UTC(0,0,1,t,e,n))):this.labelNoTimeSelected||" "},spinScopedSlots:function(){var t=this.$createElement;return{increment:function(e){var n=e.hasFocus;return t(up,{props:{scale:n?1.5:1.25},attrs:{"aria-hidden":"true"}})},decrement:function(e){var n=e.hasFocus;return t(up,{props:{flipV:!0,scale:n?1.5:1.25},attrs:{"aria-hidden":"true"}})}}}},watch:(_m={},Wr(_m,Kx,(function(t,e){if(t!==e&&!Dp(Qx(t),Qx(this.computedHMS))){var n=Qx(t),o=n.hours,r=n.minutes,i=n.seconds,a=n.ampm;this.modelHours=o,this.modelMinutes=r,this.modelSeconds=i,this.modelAmpm=a}})),Wr(_m,"computedHMS",(function(t,e){t!==e&&this.$emit(Xx,t)})),Wr(_m,"context",(function(t,e){Dp(t,e)||this.$emit(vc,t)})),Wr(_m,"modelAmpm",(function(t,e){var n=this;if(t!==e){var o=wa(this.modelHours)?0:this.modelHours;this.$nextTick((function(){0===t&&o>11?n.modelHours=o-12:1===t&&o<12&&(n.modelHours=o+12)}))}})),Wr(_m,"modelHours",(function(t,e){t!==e&&(this.modelAmpm=t>11?1:0)})),_m),created:function(){var t=this;this.$nextTick((function(){t.$emit(vc,t.context)}))},mounted:function(){this.setLive(!0)},activated:function(){this.setLive(!0)},deactivated:function(){this.setLive(!1)},beforeDestroy:function(){this.setLive(!1)},methods:{focus:function(){this.disabled||Hu(this.$refs.spinners[0])},blur:function(){if(!this.disabled){var t=gu();Tu(this.$el,t)&&Uu(t)}},formatHours:function(t){var e=this.computedHourCycle;return t=0===(t=this.is12Hour&&t>12?t-12:t)&&"h12"===e?12:0===t&&"h24"===e?24:12===t&&"h11"===e?0:t,this.numberFormatter(t)},formatMinutes:function(t){return this.numberFormatter(t)},formatSeconds:function(t){return this.numberFormatter(t)},formatAmpm:function(t){return 0===t?this.labelAm:1===t?this.labelPm:""},setHours:function(t){this.modelHours=t},setMinutes:function(t){this.modelMinutes=t},setSeconds:function(t){this.modelSeconds=t},setAmpm:function(t){this.modelAmpm=t},onSpinLeftRight:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.type,n=t.keyCode;if(!this.disabled&&"keydown"===e&&(n===Ap||n===Fp)){bf(t);var o=this.$refs.spinners||[],r=o.map((function(t){return!!t.hasFocus})).indexOf(!0);r=(r+=n===Ap?-1:1)>=o.length?0:r<0?o.length-1:r,Hu(o[r])}},setLive:function(t){var e=this;t?this.$nextTick((function(){pu((function(){e.isLive=!0}))})):this.isLive=!1}},render:function(t){var e=this;if(this.hidden)return t();var n=this.disabled,o=this.readonly,r=this.computedLocale,i=this.computedAriaLabelledby,a=this.labelIncrement,s=this.labelDecrement,l=this.valueId,c=this.focus,d=[],u=function(i,c,u){var f=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},p=e.safeId("_spinbutton_".concat(c,"_"))||null;return d.push(p),t($x,Wr({class:u,props:Vr({id:p,placeholder:"--",vertical:!0,required:!0,disabled:n,readonly:o,locale:r,labelIncrement:a,labelDecrement:s,wrap:!0,ariaControls:l,min:0},f),scopedSlots:e.spinScopedSlots,on:{change:i},key:c,ref:"spinners"},di,!0))},f=function(){return t("div",{staticClass:"d-flex flex-column",class:{"text-muted":n||o},attrs:{"aria-hidden":"true"}},[t(fp,{props:{shiftV:4,scale:.5}}),t(fp,{props:{shiftV:-4,scale:.5}})])},p=[];p.push(u(this.setHours,"hours","b-time-hours",{value:this.modelHours,max:23,step:1,formatterFn:this.formatHours,ariaLabel:this.labelHours})),p.push(f()),p.push(u(this.setMinutes,"minutes","b-time-minutes",{value:this.modelMinutes,max:59,step:this.minutesStep||1,formatterFn:this.formatMinutes,ariaLabel:this.labelMinutes})),this.showSeconds&&(p.push(f()),p.push(u(this.setSeconds,"seconds","b-time-seconds",{value:this.modelSeconds,max:59,step:this.secondsStep||1,formatterFn:this.formatSeconds,ariaLabel:this.labelSeconds}))),this.isLive&&this.is12Hour&&p.push(u(this.setAmpm,"ampm","b-time-ampm",{value:this.modelAmpm,max:1,formatterFn:this.formatAmpm,ariaLabel:this.labelAmpm,required:!1})),p=t("div",{staticClass:"d-flex align-items-center justify-content-center mx-auto",attrs:{role:"group",tabindex:n||o?null:"-1","aria-labelledby":i},on:{keydown:this.onSpinLeftRight,click:function(t){t.target===t.currentTarget&&c()}}},p);var b=t("output",{staticClass:"form-control form-control-sm text-center",class:{disabled:n||o},attrs:{id:l,role:"status",for:d.filter(Wa).join(" ")||null,tabindex:n?null:"-1","aria-live":this.isLive?"polite":"off","aria-atomic":"true"},on:{click:c,focus:c}},[t("bdi",this.formattedTimeString),this.computedHMS?t("span",{staticClass:"sr-only"}," (".concat(this.labelSelected,") ")):""]),h=t(this.headerTag,{staticClass:"b-time-header",class:{"sr-only":this.hideHeader}},[b]),g=this.normalizeSlot(),m=g?t(this.footerTag,{staticClass:"b-time-footer"},g):t();return t("div",{staticClass:"b-time d-inline-flex flex-column text-center",attrs:{role:"group",lang:this.computedLang||null,"aria-labelledby":i||null,"aria-disabled":n?"true":null,"aria-readonly":o&&!n?"true":null}},[h,p,m])}}),nw=cf("value",{type:sd,defaultValue:""}),ow=nw.mixin,rw=nw.props,iw=nw.prop,aw=nw.event,sw=Ha(tw,["hidden","id","value"]),lw=Ha(Jv,["formattedValue","id","lang","rtl","value"]),cw=af(qa(Vr(Vr(Vr(Vr(Vr({},ch),rw),sw),lw),{},{closeButtonVariant:ef(sd,"outline-secondary"),labelCloseButton:ef(sd,"Close"),labelNowButton:ef(sd,"Select now"),labelResetButton:ef(sd,"Reset"),noCloseButton:ef(ed,!1),nowButton:ef(ed,!1),nowButtonVariant:ef(sd,"outline-primary"),resetButton:ef(ed,!1),resetButtonVariant:ef(sd,"outline-danger"),resetValue:ef(hd)})),pl),dw=fi({name:pl,mixins:[dh,ow],props:cw,data:function(){return{localHMS:this[iw]||"",localLocale:null,isRTL:!1,formattedValue:"",isVisible:!1}},computed:{computedLang:function(){return(this.localLocale||"").replace(/-u-.*$/i,"")||null}},watch:(Sm={},Wr(Sm,iw,(function(t){this.localHMS=t||""})),Wr(Sm,"localHMS",(function(t){this.isVisible&&this.$emit(aw,t||"")})),Sm),methods:{focus:function(){this.disabled||Hu(this.$refs.control)},blur:function(){this.disabled||Uu(this.$refs.control)},setAndClose:function(t){var e=this;this.localHMS=t,this.$nextTick((function(){e.$refs.control.hide(!0)}))},onInput:function(t){this.localHMS!==t&&(this.localHMS=t)},onContext:function(t){var e=t.isRTL,n=t.locale,o=t.value,r=t.formatted;this.isRTL=e,this.localLocale=n,this.formattedValue=r,this.localHMS=o||"",this.$emit(vc,t)},onNowButton:function(){var t=new Date,e=[t.getHours(),t.getMinutes(),this.showSeconds?t.getSeconds():0].map((function(t){return"00".concat(t||"").slice(-2)})).join(":");this.setAndClose(e)},onResetButton:function(){this.setAndClose(this.resetValue)},onCloseButton:function(){this.$refs.control.hide(!0)},onShow:function(){this.isVisible=!0},onShown:function(){var t=this;this.$nextTick((function(){Hu(t.$refs.time),t.$emit(Uc)}))},onHidden:function(){this.isVisible=!1,this.$emit(Ac)},defaultButtonFn:function(t){var e=t.isHovered,n=t.hasFocus;return this.$createElement(e||n?bp:pp,{attrs:{"aria-hidden":"true"}})}},render:function(t){var e=this.localHMS,n=this.disabled,o=this.readonly,r=this.$props,i=ka(this.placeholder)?this.labelNoTimeSelected:this.placeholder,a=[];if(this.nowButton){var s=this.labelNowButton;a.push(t(cb,{props:{size:"sm",disabled:n||o,variant:this.nowButtonVariant},attrs:{"aria-label":s||null},on:{click:this.onNowButton},key:"now-btn"},s))}if(this.resetButton){a.length>0&&a.push(t("span"," "));var l=this.labelResetButton;a.push(t(cb,{props:{size:"sm",disabled:n||o,variant:this.resetButtonVariant},attrs:{"aria-label":l||null},on:{click:this.onResetButton},key:"reset-btn"},l))}if(!this.noCloseButton){a.length>0&&a.push(t("span"," "));var c=this.labelCloseButton;a.push(t(cb,{props:{size:"sm",disabled:n,variant:this.closeButtonVariant},attrs:{"aria-label":c||null},on:{click:this.onCloseButton},key:"close-btn"},c))}a.length>0&&(a=[t("div",{staticClass:"b-form-date-controls d-flex flex-wrap",class:{"justify-content-between":a.length>1,"justify-content-end":a.length<2}},a)]);var d=t(ew,{staticClass:"b-form-time-control",props:Vr(Vr({},of(sw,r)),{},{value:e,hidden:!this.isVisible}),on:{input:this.onInput,context:this.onContext},ref:"time"},a);return t(Qv,{staticClass:"b-form-timepicker",props:Vr(Vr({},of(lw,r)),{},{id:this.safeId(),value:e,formattedValue:e?this.formattedValue:"",placeholder:i,rtl:this.isRTL,lang:this.computedLang}),on:{show:this.onShow,shown:this.onShown,hidden:this.onHidden},scopedSlots:Wr({},Sd,this.$scopedSlots[Sd]||this.defaultButtonFn),ref:"control"},[d])}}),uw=os({components:{BFormTimepicker:dw,BTimepicker:dw}}),fw=os({components:{BImg:Bh,BImgLazy:Xh}}),pw=af({tag:ef(sd,"div")},_l),bw=fi({name:_l,functional:!0,props:pw,render:function(t,e){var n=e.props,o=e.data,r=e.children;return t(n.tag,Eo(o,{staticClass:"input-group-text"}),r)}}),hw=af({append:ef(ed,!1),id:ef(sd),isText:ef(ed,!1),tag:ef(sd,"div")},xl),gw=fi({name:xl,functional:!0,props:hw,render:function(t,e){var n=e.props,o=e.data,r=e.children,i=n.append;return t(n.tag,Eo(o,{class:{"input-group-append":i,"input-group-prepend":!i},attrs:{id:n.id}}),n.isText?[t(bw,r)]:r)}}),mw=af(Ha(hw,["append"]),wl),vw=fi({name:wl,functional:!0,props:mw,render:function(t,e){var n=e.props,o=e.data,r=e.children;return t(gw,Eo(o,{props:Vr(Vr({},n),{},{append:!0})}),r)}}),yw=af(Ha(hw,["append"]),kl),xw=fi({name:kl,functional:!0,props:yw,render:function(t,e){var n=e.props,o=e.data,r=e.children;return t(gw,Eo(o,{props:Vr(Vr({},n),{},{append:!1})}),r)}}),ww=af({append:ef(sd),appendHtml:ef(sd),id:ef(sd),prepend:ef(sd),prependHtml:ef(sd),size:ef(sd),tag:ef(sd,"div")},yl),kw=fi({name:yl,functional:!0,props:ww,render:function(t,e){var n=e.props,o=e.data,r=e.slots,i=e.scopedSlots,a=n.prepend,s=n.prependHtml,l=n.append,c=n.appendHtml,d=n.size,u=i||{},f=r(),p={},b=t(),h=Kd(Md,u,f);(h||a||s)&&(b=t(xw,[h?Xd(Md,p,u,f):t(bw,{domProps:Cb(s,a)})]));var g=t(),m=Kd(wd,u,f);return(m||l||c)&&(g=t(vw,[m?Xd(wd,p,u,f):t(bw,{domProps:Cb(c,l)})])),t(n.tag,Eo(o,{staticClass:"input-group",class:Wr({},"input-group-".concat(d),d),attrs:{id:n.id||null,role:"group"}}),[b,Xd(Td,p,u,f),g])}}),_w=os({components:{BInputGroup:kw,BInputGroupAddon:gw,BInputGroupPrepend:xw,BInputGroupAppend:vw,BInputGroupText:bw}}),Sw=af({fluid:ef(bd,!1),tag:ef(sd,"div")},Ls),Cw=fi({name:Ls,functional:!0,props:Sw,render:function(t,e){var n=e.props,o=e.data,r=e.children,i=n.fluid;return t(n.tag,Eo(o,{class:Wr({container:!(i||""===i),"container-fluid":!0===i||""===i},"container-".concat(i),i&&!0!==i)}),r)}}),Tw=af({bgVariant:ef(sd),borderVariant:ef(sd),containerFluid:ef(bd,!1),fluid:ef(ed,!1),header:ef(sd),headerHtml:ef(sd),headerLevel:ef(md,3),headerTag:ef(sd,"h1"),lead:ef(sd),leadHtml:ef(sd),leadTag:ef(sd,"p"),tag:ef(sd,"div"),textVariant:ef(sd)},Sl),$w=fi({name:Sl,functional:!0,props:Tw,render:function(t,e){var n,o=e.props,r=e.data,i=e.slots,a=e.scopedSlots,s=o.header,l=o.headerHtml,c=o.lead,d=o.leadHtml,u=o.textVariant,f=o.bgVariant,p=o.borderVariant,b=a||{},h=i(),g={},m=t(),v=Kd(Fd,b,h);if(v||s||l){var y=o.headerLevel;m=t(o.headerTag,{class:Wr({},"display-".concat(y),y),domProps:v?{}:Cb(l,s)},Xd(Fd,g,b,h))}var x=t(),w=Kd(Pd,b,h);(w||c||d)&&(x=t(o.leadTag,{staticClass:"lead",domProps:w?{}:Cb(d,c)},Xd(Pd,g,b,h)));var k=[m,x,Xd(Td,g,b,h)];return o.fluid&&(k=[t(Cw,{props:{fluid:o.containerFluid}},k)]),t(o.tag,Eo(r,{staticClass:"jumbotron",class:(n={"jumbotron-fluid":o.fluid},Wr(n,"text-".concat(u),u),Wr(n,"bg-".concat(f),f),Wr(n,"border-".concat(p),p),Wr(n,"border",p),n)}),k)}}),Ow=os({components:{BJumbotron:$w}}),zw=["start","end","center"],Aw=qu((function(t,e){return(e=su(au(e)))?lu(["row-cols",t,e].filter(Wa).join("-")):null})),Fw=qu((function(t){return lu(t.replace("cols",""))})),Bw=[],Pw={name:Gl,functional:!0,get props(){var t;return delete this.props,this.props=(t=Zu().reduce((function(t,e){return t[tf(e,"cols")]=ef(md),t}),Da(null)),Bw=Ra(t),af(qa(Vr(Vr({},t),{},{alignContent:ef(sd,null,(function(t){return qd(Gd(zw,"between","around","stretch"),t)})),alignH:ef(sd,null,(function(t){return qd(Gd(zw,"between","around"),t)})),alignV:ef(sd,null,(function(t){return qd(Gd(zw,"baseline","stretch"),t)})),noGutters:ef(ed,!1),tag:ef(sd,"div")})),Gl)),this.props},render:function(t,e){var n,o=e.props,r=e.data,i=e.children,a=o.alignV,s=o.alignH,l=o.alignContent,c=[];return Bw.forEach((function(t){var e=Aw(Fw(t),o[t]);e&&c.push(e)})),c.push((Wr(n={"no-gutters":o.noGutters},"align-items-".concat(a),a),Wr(n,"justify-content-".concat(s),s),Wr(n,"align-content-".concat(l),l),n)),t(o.tag,Eo(r,{staticClass:"row",class:c}),i)}},Ew=os({components:{BContainer:Cw,BRow:Pw,BCol:$y,BFormRow:uv}}),Dw=os({components:{BLink:Jp}}),Lw=af({flush:ef(ed,!1),horizontal:ef(bd,!1),tag:ef(sd,"div")},Tl),Mw=fi({name:Tl,functional:!0,props:Lw,render:function(t,e){var n=e.props,o=e.data,r=e.children,i=""===n.horizontal||n.horizontal;i=!n.flush&&i;var a={staticClass:"list-group",class:Wr({"list-group-flush":n.flush,"list-group-horizontal":!0===i},"list-group-horizontal-".concat(i),Ca(i))};return t(n.tag,Eo(o,a),r)}}),Iw=["a","router-link","button","b-link"],Rw=Ha(Zp,["event","routerTag"]);delete Rw.href.default,delete Rw.to.default;var jw=af(qa(Vr(Vr({},Rw),{},{action:ef(ed,!1),button:ef(ed,!1),tag:ef(sd,"div"),variant:ef(sd)})),$l),Nw=fi({name:$l,functional:!0,props:jw,render:function(t,e){var n,o=e.props,r=e.data,i=e.children,a=o.button,s=o.variant,l=o.active,c=o.disabled,d=Kf(o),u=a?"button":d?Jp:o.tag,f=!!(o.action||d||a||qd(Iw,o.tag)),p={},b={};return mu(u,"button")?(r.attrs&&r.attrs.type||(p.type="button"),o.disabled&&(p.disabled=!0)):b=of(Rw,o),t(u,Eo(r,{attrs:p,props:b,staticClass:"list-group-item",class:(n={},Wr(n,"list-group-item-".concat(s),s),Wr(n,"list-group-item-action",f),Wr(n,"active",l),Wr(n,"disabled",c),n)}),i)}}),Vw=os({components:{BListGroup:Mw,BListGroupItem:Nw}}),Hw=af({right:ef(ed,!1),tag:ef(sd,"div"),verticalAlign:ef(sd,"top")},zl),Uw=fi({name:zl,functional:!0,props:Hw,render:function(t,e){var n=e.props,o=e.data,r=e.children,i=n.verticalAlign,a="top"===i?"start":"bottom"===i?"end":i;return t(n.tag,Eo(o,{staticClass:"media-aside",class:Wr({"media-aside-right":n.right},"align-self-".concat(a),a)}),r)}}),qw=af({tag:ef(sd,"div")},Al),Gw=fi({name:Al,functional:!0,props:qw,render:function(t,e){var n=e.props,o=e.data,r=e.children;return t(n.tag,Eo(o,{staticClass:"media-body"}),r)}}),Ww=af({noBody:ef(ed,!1),rightAlign:ef(ed,!1),tag:ef(sd,"div"),verticalAlign:ef(sd,"top")},Ol),Yw=fi({name:Ol,functional:!0,props:Ww,render:function(t,e){var n=e.props,o=e.data,r=e.slots,i=e.scopedSlots,a=e.children,s=n.noBody,l=n.rightAlign,c=n.verticalAlign,d=s?a:[];if(!s){var u={},f=r(),p=i||{};d.push(t(Gw,Xd(Td,u,p,f)));var b=Xd("aside",u,p,f);b&&d[l?"push":"unshift"](t(Uw,{props:{right:l,verticalAlign:c}},b))}return t(n.tag,Eo(o,{staticClass:"media"}),d)}}),Kw=os({components:{BMedia:Yw,BMediaAside:Uw,BMediaBody:Gw}}),Xw="$_documentListeners",Zw=fi({created:function(){this[Xw]={}},beforeDestroy:function(){var t=this;Ra(this[Xw]||{}).forEach((function(e){t[Xw][e].forEach((function(n){t.listenOffDocument(e,n)}))})),this[Xw]=null},methods:{registerDocumentListener:function(t,e){this[Xw]&&(this[Xw][t]=this[Xw][t]||[],qd(this[Xw][t],e)||this[Xw][t].push(e))},unregisterDocumentListener:function(t,e){this[Xw]&&this[Xw][t]&&(this[Xw][t]=this[Xw][t].filter((function(t){return t!==e})))},listenDocument:function(t,e,n){t?this.listenOnDocument(e,n):this.listenOffDocument(e,n)},listenOnDocument:function(t,e){_i&&(uf(document,t,e,Jc),this.registerDocumentListener(t,e))},listenOffDocument:function(t,e){_i&&ff(document,t,e,Jc),this.unregisterDocumentListener(t,e)}}}),Jw="$_windowListeners",Qw=fi({created:function(){this[Jw]={}},beforeDestroy:function(){var t=this;Ra(this[Jw]||{}).forEach((function(e){t[Jw][e].forEach((function(n){t.listenOffWindow(e,n)}))})),this[Jw]=null},methods:{registerWindowListener:function(t,e){this[Jw]&&(this[Jw][t]=this[Jw][t]||[],qd(this[Jw][t],e)||this[Jw][t].push(e))},unregisterWindowListener:function(t,e){this[Jw]&&this[Jw][t]&&(this[Jw][t]=this[Jw][t].filter((function(t){return t!==e})))},listenWindow:function(t,e,n){t?this.listenOnWindow(e,n):this.listenOffWindow(e,n)},listenOnWindow:function(t,e){_i&&(uf(window,t,e,Jc),this.registerWindowListener(t,e))},listenOffWindow:function(t,e){_i&&ff(window,t,e,Jc),this.unregisterWindowListener(t,e)}}}),tk=fi({computed:{bvParent:function(){return this.$parent||this.$root===this&&this.$options.bvParent}}}),ek=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;return t&&t.$options._scopeId||e},nk=fi({mixins:[tk],computed:{scopedStyleAttrs:function(){var t=ek(this.bvParent);return t?Wr({},t,""):{}}}}),ok=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=t.$root?t.$root.$options.bvEventRoot||t.$root:null;return new e(Vr(Vr({},n),{},{parent:t,bvParent:t,bvEventRoot:o}))},rk=fi({abstract:!0,name:"BVTransporterTarget",props:{nodes:ef(ld)},data:function(t){return{updatedNodes:t.nodes}},destroyed:function(){var t;(t=this.$el)&&t.parentNode&&t.parentNode.removeChild(t)},render:function(t){var e=this.updatedNodes,n=_a(e)?e({}):e;return(n=Gd(n).filter(Wa))&&n.length>0&&!n[0].text?n[0]:t()}}),ik={container:ef([ga,sd],"body"),disabled:ef(ed,!1),tag:ef(sd,"div")},ak=fi({name:pc,mixins:[Zd],props:ik,watch:{disabled:{immediate:!0,handler:function(t){t?this.unmountTarget():this.$nextTick(this.mountTarget)}}},created:function(){this.$_defaultFn=null,this.$_target=null},beforeMount:function(){this.mountTarget()},updated:function(){this.updateTarget()},beforeDestroy:function(){this.unmountTarget(),this.$_defaultFn=null},methods:{getContainer:function(){if(_i){var t=this.container;return Ca(t)?_u(t):t}return null},mountTarget:function(){if(!this.$_target){var t=this.getContainer();if(t){var e=document.createElement("div");t.appendChild(e),this.$_target=ok(this,rk,{el:e,propsData:{nodes:Gd(this.normalizeSlot())}})}}},updateTarget:function(){if(_i&&this.$_target){var t=this.$scopedSlots.default;this.disabled||(t&&this.$_defaultFn!==t?this.$_target.updatedNodes=t:t||(this.$_target.updatedNodes=this.$slots.default)),this.$_defaultFn=t}},unmountTarget:function(){this.$_target&&this.$_target.$destroy(),this.$_target=null}},render:function(t){if(this.disabled){var e=Gd(this.normalizeSlot()).filter(Wa);if(e.length>0&&!e[0].text)return e[0]}return t()}}),sk=ci?fi({name:pc,mixins:[Zd],props:ik,render:function(t){if(this.disabled){var e=Gd(this.normalizeSlot()).filter(Wa);if(e.length>0)return e[0]}return t(n.default.Teleport,{to:this.container},this.normalizeSlot())}}):ak,lk=function(t){Yr(n,t);var e=ni(n);function n(t){var o,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return Ur(this,n),o=e.call(this,t,r),La(ei(o),{trigger:{enumerable:!0,configurable:!1,writable:!1}}),o}return Gr(n,null,[{key:"Defaults",get:function(){return Vr(Vr({},oi(Kr(n),"Defaults",this)),{},{trigger:null})}}]),n}(cm),ck=fi({data:function(){return{modals:[],baseZIndex:null,scrollbarWidth:null,isBodyOverflowing:!1}},computed:{modalCount:function(){return this.modals.length},modalsAreOpen:function(){return this.modalCount>0}},watch:{modalCount:function(t,e){_i&&(this.getScrollbarWidth(),t>0&&0===e?(this.checkScrollbar(),this.setScrollbar(),Ou(document.body,"modal-open")):0===t&&e>0&&(this.resetScrollbar(),zu(document.body,"modal-open")),Fu(document.body,"data-modal-open-count",String(t)))},modals:function(t){var e=this;this.checkScrollbar(),pu((function(){e.updateModals(t||[])}))}},methods:{registerModal:function(t){t&&-1===this.modals.indexOf(t)&&this.modals.push(t)},unregisterModal:function(t){var e=this.modals.indexOf(t);e>-1&&(this.modals.splice(e,1),t._isBeingDestroyed||t._isDestroyed||this.resetModal(t))},getBaseZIndex:function(){if(_i&&wa(this.baseZIndex)){var t=document.createElement("div");Ou(t,"modal-backdrop"),Ou(t,"d-none"),Du(t,"display","none"),document.body.appendChild(t),this.baseZIndex=Jd(Ru(t).zIndex,1040),document.body.removeChild(t)}return this.baseZIndex||1040},getScrollbarWidth:function(){if(_i&&wa(this.scrollbarWidth)){var t=document.createElement("div");Ou(t,"modal-scrollbar-measure"),document.body.appendChild(t),this.scrollbarWidth=Iu(t).width-t.clientWidth,document.body.removeChild(t)}return this.scrollbarWidth||0},updateModals:function(t){var e=this,n=this.getBaseZIndex(),o=this.getScrollbarWidth();t.forEach((function(t,r){t.zIndex=n+r,t.scrollbarWidth=o,t.isTop=r===e.modals.length-1,t.isBodyOverflowing=e.isBodyOverflowing}))},resetModal:function(t){t&&(t.zIndex=this.getBaseZIndex(),t.isTop=!0,t.isBodyOverflowing=!1)},checkScrollbar:function(){var t=Iu(document.body),e=t.left,n=t.right;this.isBodyOverflowing=e+n0&&void 0!==arguments[0]&&arguments[0];this.$_observer&&this.$_observer.disconnect(),this.$_observer=null,t&&(this.$_observer=ig(this.$refs.content,this.checkModalOverflow.bind(this),xk))},updateModel:function(t){t!==this[bk]&&this.$emit(hk,t)},buildEvent:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return new lk(t,Vr(Vr({cancelable:!1,target:this.$refs.modal||this.$el||null,relatedTarget:null,trigger:null},e),{},{vueTarget:this,componentId:this.modalId}))},show:function(){if(!this.isVisible&&!this.isOpening)if(this.isClosing)this.$once(Ac,this.show);else{this.isOpening=!0,this.$_returnFocus=this.$_returnFocus||this.getActiveElement();var t=this.buildEvent(Hc,{cancelable:!0});if(this.emitEvent(t),t.defaultPrevented||this.isVisible)return this.isOpening=!1,void this.updateModel(!1);this.doShow()}},hide:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";if(this.isVisible&&!this.isClosing){this.isClosing=!0;var e=this.buildEvent(Fc,{cancelable:"FORCE"!==t,trigger:t||null});if(t===vk?this.$emit("ok",e):t===gk?this.$emit("cancel",e):t===mk&&this.$emit(mc,e),this.emitEvent(e),e.defaultPrevented||!this.isVisible)return this.isClosing=!1,void this.updateModel(!0);this.setObserver(!1),this.isVisible=!1,this.updateModel(!1)}},toggle:function(t){t&&(this.$_returnFocus=t),this.isVisible?this.hide("toggle"):this.show()},getActiveElement:function(){var t=gu(_i?[document.body]:[]);return t&&t.focus?t:null},doShow:function(){var t=this;dk.modalsAreOpen&&this.noStacking?this.listenOnRootOnce(gf(Fl,Ac),this.doShow):(dk.registerModal(this),this.isHidden=!1,this.$nextTick((function(){t.isVisible=!0,t.isOpening=!1,t.updateModel(!0),t.$nextTick((function(){t.setObserver(!0)}))})))},onBeforeEnter:function(){this.isTransitioning=!0,this.setResizeEvent(!0)},onEnter:function(){var t=this;this.isBlock=!0,pu((function(){pu((function(){t.isShow=!0}))}))},onAfterEnter:function(){var t=this;this.checkModalOverflow(),this.isTransitioning=!1,pu((function(){t.emitEvent(t.buildEvent(Uc)),t.setEnforceFocus(!0),t.$nextTick((function(){t.focusFirst()}))}))},onBeforeLeave:function(){this.isTransitioning=!0,this.setResizeEvent(!1),this.setEnforceFocus(!1)},onLeave:function(){this.isShow=!1},onAfterLeave:function(){var t=this;this.isBlock=!1,this.isTransitioning=!1,this.isModalOverflowing=!1,this.isHidden=!0,this.$nextTick((function(){t.isClosing=!1,dk.unregisterModal(t),t.returnFocusTo(),t.emitEvent(t.buildEvent(Ac))}))},emitEvent:function(t){var e=t.type;this.emitOnRoot(gf(Fl,e),t,t.componentId),this.$emit(e,t)},onDialogMousedown:function(){var t=this,e=this.$refs.modal;uf(e,"mouseup",(function n(o){ff(e,"mouseup",n,Jc),o.target===e&&(t.ignoreBackdropClick=!0)}),Jc)},onClickOut:function(t){this.ignoreBackdropClick?this.ignoreBackdropClick=!1:this.isVisible&&!this.noCloseOnBackdrop&&Tu(document.body,t.target)&&(Tu(this.$refs.content,t.target)||this.hide("backdrop"))},onOk:function(){this.hide(vk)},onCancel:function(){this.hide(gk)},onClose:function(){this.hide(mk)},onEsc:function(t){27===t.keyCode&&this.isVisible&&!this.noCloseOnEsc&&this.hide("esc")},focusHandler:function(t){var e=this.$refs.content,n=t.target;if(!(this.noEnforceFocus||!this.isTop||!this.isVisible||!e||document===n||Tu(e,n)||this.computeIgnoreEnforceFocusSelector&&Cu(this.computeIgnoreEnforceFocusSelector,n,!0))){var o=Vu(this.$refs.content),r=this.$refs["bottom-trap"],i=this.$refs["top-trap"];if(r&&n===r){if(Hu(o[0]))return}else if(i&&n===i&&Hu(o[o.length-1]))return;Hu(e,{preventScroll:!0})}},setEnforceFocus:function(t){this.listenDocument(t,"focusin",this.focusHandler)},setResizeEvent:function(t){this.listenWindow(t,"resize",this.checkModalOverflow),this.listenWindow(t,"orientationchange",this.checkModalOverflow)},showHandler:function(t,e){t===this.modalId&&(this.$_returnFocus=e||this.getActiveElement(),this.show())},hideHandler:function(t){t===this.modalId&&this.hide("event")},toggleHandler:function(t,e){t===this.modalId&&this.toggle(e)},modalListener:function(t){this.noStacking&&t.vueTarget!==this&&this.hide()},focusFirst:function(){var t=this;_i&&pu((function(){var e=t.$refs.modal,n=t.$refs.content,o=t.getActiveElement();if(e&&n&&(!o||!Tu(n,o))){var r=t.$refs["ok-button"],i=t.$refs["cancel-button"],a=t.$refs["close-button"],s=t.autoFocusButton,l=s===vk&&r?r.$el||r:s===gk&&i?i.$el||i:s===mk&&a?a.$el||a:n;Hu(l),l===n&&t.$nextTick((function(){e.scrollTop=0}))}}))},returnFocusTo:function(){var t=this.returnFocus||this.$_returnFocus||null;this.$_returnFocus=null,this.$nextTick((function(){(t=Ca(t)?_u(t):t)&&(t=t.$el||t,Hu(t))}))},checkModalOverflow:function(){if(this.isVisible){var t=this.$refs.modal;this.isModalOverflowing=t.scrollHeight>document.documentElement.clientHeight}},makeModal:function(t){var e=t();if(!this.hideHeader){var n=this.normalizeSlot("modal-header",this.slotScope);if(!n){var o=t();this.hideHeaderClose||(o=t(yf,{props:{content:this.headerCloseContent,disabled:this.isTransitioning,ariaLabel:this.headerCloseLabel,textVariant:this.headerCloseVariant||this.headerTextVariant},on:{click:this.onClose},ref:"close-button"},[this.normalizeSlot("modal-header-close")])),n=[t(this.titleTag,{staticClass:"modal-title",class:this.titleClasses,attrs:{id:this.modalTitleId},domProps:this.hasNormalizedSlot(Ld)?{}:Cb(this.titleHtml,this.title)},this.normalizeSlot(Ld,this.slotScope)),o]}e=t(this.headerTag,{staticClass:"modal-header",class:this.headerClasses,attrs:{id:this.modalHeaderId},ref:"header"},[n])}var r=t("div",{staticClass:"modal-body",class:this.bodyClasses,attrs:{id:this.modalBodyId},ref:"body"},this.normalizeSlot(Td,this.slotScope)),i=t();if(!this.hideFooter){var a=this.normalizeSlot("modal-footer",this.slotScope);if(!a){var s=t();this.okOnly||(s=t(cb,{props:{variant:this.cancelVariant,size:this.buttonSize,disabled:this.cancelDisabled||this.busy||this.isTransitioning},domProps:this.hasNormalizedSlot(Ed)?{}:Cb(this.cancelTitleHtml,this.cancelTitle),on:{click:this.onCancel},ref:"cancel-button"},this.normalizeSlot(Ed))),a=[s,t(cb,{props:{variant:this.okVariant,size:this.buttonSize,disabled:this.okDisabled||this.busy||this.isTransitioning},domProps:this.hasNormalizedSlot(Dd)?{}:Cb(this.okTitleHtml,this.okTitle),on:{click:this.onOk},ref:"ok-button"},this.normalizeSlot(Dd))]}i=t(this.footerTag,{staticClass:"modal-footer",class:this.footerClasses,attrs:{id:this.modalFooterId},ref:"footer"},[a])}var l=t("div",{staticClass:"modal-content",class:this.contentClass,attrs:{id:this.modalContentId,tabindex:"-1"},ref:"content"},[e,r,i]),c=t(),d=t();this.isVisible&&!this.noEnforceFocus&&(c=t("span",{attrs:{tabindex:"0"},ref:"top-trap"}),d=t("span",{attrs:{tabindex:"0"},ref:"bottom-trap"}));var u=t("div",{staticClass:"modal-dialog",class:this.dialogClasses,on:{mousedown:this.onDialogMousedown},ref:"dialog"},[c,l,d]),f=t("div",{staticClass:"modal",class:this.modalClasses,style:this.modalStyles,attrs:this.computedModalAttrs,on:{keydown:this.onEsc,click:this.onClickOut},directives:[{name:"show",value:this.isVisible}],ref:"modal"},[u]);f=t("transition",{props:{enterClass:"",enterToClass:"",enterActiveClass:"",leaveClass:"",leaveActiveClass:"",leaveToClass:""},on:{beforeEnter:this.onBeforeEnter,enter:this.onEnter,afterEnter:this.onAfterEnter,beforeLeave:this.onBeforeLeave,leave:this.onLeave,afterLeave:this.onAfterLeave}},[f]);var p=t();return!this.hideBackdrop&&this.isVisible&&(p=t("div",{staticClass:"modal-backdrop",attrs:{id:this.modalBackdropId}},this.normalizeSlot("modal-backdrop"))),p=t(_f,{props:{noFade:this.noFade}},[p]),t("div",{style:this.modalOuterStyle,attrs:this.computedAttrs,key:"modal-outer-".concat(this[li])},[f,p])}},render:function(t){return this.static?this.lazy&&this.isHidden?t():this.makeModal(t):this.isHidden?t():t(sk,[this.makeModal(t)])}}),_k=mf(Fl,Hc),Sk="__bv_modal_directive__",Ck=function(t){var e=t.modifiers,n=void 0===e?{}:e,o=t.arg,r=t.value;return Ca(r)?r:Ca(o)?o:Ra(n).reverse()[0]},Tk=function(t){return t&&Su(t,".dropdown-menu > li, li.nav-item")&&_u("a, button",t)||t},$k=function(t){t&&"BUTTON"!==t.tagName&&(Eu(t,"role")||Fu(t,"role","button"),"A"===t.tagName||Eu(t,"tabindex")||Fu(t,"tabindex","0"))},Ok=function(t){var e=t[Sk]||{},n=e.trigger,o=e.handler;n&&o&&(ff(n,"click",o,Zc),ff(n,"keydown",o,Zc),ff(t,"click",o,Zc),ff(t,"keydown",o,Zc)),delete t[Sk]},zk=function(t,e,n){var o=t[Sk]||{},r=Ck(e),i=Tk(t);r===o.target&&i===o.trigger||(Ok(t),function(t,e,n){var o=Ck(e),r=Tk(t);if(o&&r){var i=function(t){var r=t.currentTarget;if(!xu(r)){var i=t.type,a=t.keyCode;"click"!==i&&("keydown"!==i||a!==Op&&a!==Bp)||Vp(Lg(n,e)).$emit(_k,o,r)}};t[Sk]={handler:i,target:o,trigger:r},$k(r),uf(r,"click",i,Zc),"BUTTON"!==r.tagName&&"button"===Pu(r,"role")&&uf(r,"keydown",i,Zc)}}(t,e,n)),$k(i)},Ak={inserted:zk,updated:function(){},componentUpdated:zk,unbind:Ok},Fk="$bvModal",Bk="_bv__modal",Pk=["id"].concat(ii(Ra(Ha(wk,["busy","lazy","noStacking","static","visible"])))),Ek=function(){},Dk={msgBoxContent:"default",title:"modal-title",okTitle:"modal-ok",cancelTitle:"modal-cancel"},Lk=function(t){return Pk.reduce((function(e,n){return xa(t[n])||(e[n]=t[n]),e}),{})},Mk=os({plugins:{plugin:function(t){var e=t.extend({name:"BMsgBox",extends:kk,mixins:[tk],destroyed:function(){this.$el&&this.$el.parentNode&&this.$el.parentNode.removeChild(this.$el)},mounted:function(){var t=this,e=function(){t.$nextTick((function(){pu((function(){t.$destroy()}))}))};this.bvParent.$once(Yc,e),this.$once(Ac,e),this.$router&&this.$route&&this.$once(Wc,this.$watch("$router",e)),this.show()}}),n=function(t,n){var o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;if(n&&!Qa(Fk)&&!Ja(Fk)&&_a(r))return function(t,n){var o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Ek;if(!Ja(Fk)&&!Qa(Fk)){var r=ok(t,e,{propsData:Vr(Vr(Vr({},Lk(Yu(Fl))),{},{hideHeaderClose:!0,hideHeader:!(n.title||n.titleHtml)},Ha(n,Ra(Dk))),{},{lazy:!1,busy:!1,visible:!1,noStacking:!1,noEnforceFocus:!1})});return Ra(Dk).forEach((function(t){xa(n[t])||(r.$slots[Dk[t]]=Gd(n[t]))})),new Promise((function(t,e){var n=!1;r.$once(Yc,(function(){n||e(new Error("BootstrapVue MsgBox destroyed before resolve"))})),r.$on(Fc,(function(e){if(!e.defaultPrevented){var r=o(e);e.defaultPrevented||(n=!0,t(r))}}));var i=document.createElement("div");document.body.appendChild(i),r.$mount(i)}))}}(t,Vr(Vr({},Lk(o)),{},{msgBoxContent:n}),r)},o=function(){function t(e){Ur(this,t),Ea(this,{_vm:e,_root:Vp(e)}),La(this,{_vm:{enumerable:!0,configurable:!1,writable:!1},_root:{enumerable:!0,configurable:!1,writable:!1}})}return Gr(t,[{key:"show",value:function(t){if(t&&this._root){for(var e,n=arguments.length,o=new Array(n>1?n-1:0),r=1;r1?n-1:0),r=1;r1&&void 0!==arguments[1]?arguments[1]:{}),{},{okOnly:!0,okDisabled:!1,hideFooter:!1,msgBoxContent:t});return n(this._vm,t,e,(function(){return!0}))}},{key:"msgBoxConfirm",value:function(t){var e=Vr(Vr({},arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}),{},{okOnly:!1,okDisabled:!1,cancelDisabled:!1,hideFooter:!1});return n(this._vm,t,e,(function(t){var e=t.trigger;return"ok"===e||"cancel"!==e&&null}))}}]),t}();t.mixin({beforeCreate:function(){this[Bk]=new o(this)}}),ja(t.prototype,Fk)||Ma(t.prototype,Fk,{get:function(){return this&&this[Bk]||Za('"'.concat(Fk,'" must be accessed from a Vue instance "this" context.'),Fl),this[Bk]}})}}}),Ik=os({components:{BModal:kk},directives:{VBModal:Ak},plugins:{BVModalPlugin:Mk}}),Rk=af({align:ef(sd),cardHeader:ef(ed,!1),fill:ef(ed,!1),justified:ef(ed,!1),pills:ef(ed,!1),small:ef(ed,!1),tabs:ef(ed,!1),tag:ef(sd,"ul"),vertical:ef(ed,!1)},Bl),jk=fi({name:Bl,functional:!0,props:Rk,render:function(t,e){var n,o,r=e.props,i=e.data,a=e.children,s=r.tabs,l=r.pills,c=r.vertical,d=r.align,u=r.cardHeader;return t(r.tag,Eo(i,{staticClass:"nav",class:(n={"nav-tabs":s,"nav-pills":l&&!s,"card-header-tabs":!c&&u&&s,"card-header-pills":!c&&u&&l&&!s,"flex-column":c,"nav-fill":!c&&r.fill,"nav-justified":!c&&r.justified},Wr(n,(o=d,"justify-content-".concat(o="left"===o?"start":"right"===o?"end":o)),!c&&d),Wr(n,"small",r.small),n)}),a)}}),Nk=Ha(Zp,["event","routerTag"]),Vk=af(qa(Vr(Vr({},Nk),{},{linkAttrs:ef(id,{}),linkClasses:ef(dd)})),Il),Hk=fi({name:Il,functional:!0,props:Vk,render:function(t,e){var n=e.props,o=e.data,r=e.listeners,i=e.children;return t("li",Eo(Ha(o,["on"]),{staticClass:"nav-item"}),[t(Jp,{staticClass:"nav-link",class:n.linkClasses,attrs:n.linkAttrs,props:of(Nk,n),on:r},i)])}}),Uk=fi({name:"BNavText",functional:!0,props:{},render:function(t,e){var n=e.data,o=e.children;return t("li",Eo(n,{staticClass:"navbar-text"}),o)}}),qk=Ha(Nm,["inline"]),Gk=af(qa(Vr(Vr({},qk),{},{formClass:ef(dd)})),Ml),Wk=fi({name:Ml,functional:!0,props:Gk,render:function(t,e){var n=e.props,o=e.data,r=e.children,i=e.listeners,a=t(Vm,{class:n.formClass,props:Vr(Vr({},of(qk,n)),{},{inline:!0}),attrs:o.attrs,on:i},r);return t("li",Eo(Ha(o,["attrs","on"]),{staticClass:"form-inline"}),[a])}}),Yk=af(qa(Vr(Vr({},ch),Va(Am,[].concat(ii(Ra(Om)),["html","lazy","menuClass","noCaret","role","text","toggleClass"])))),Rl),Kk=fi({name:Rl,mixins:[dh,zm,Zd],props:Yk,computed:{toggleId:function(){return this.safeId("_BV_toggle_")},menuId:function(){return this.safeId("_BV_toggle_menu_")},dropdownClasses:function(){return[this.directionClass,this.boundaryClass,{show:this.visible}]},menuClasses:function(){return[this.menuClass,{"dropdown-menu-right":this.right,show:this.visible}]},toggleClasses:function(){return[this.toggleClass,{"dropdown-toggle-no-caret":this.noCaret}]}},render:function(t){var e=this.toggleId,n=this.menuId,o=this.visible,r=this.hide,i=t(Jp,{staticClass:"nav-link dropdown-toggle",class:this.toggleClasses,props:{href:"#".concat(this.id||""),disabled:this.disabled},attrs:{id:e,role:"button","aria-haspopup":"true","aria-expanded":o?"true":"false","aria-controls":n},on:{mousedown:this.onMousedown,click:this.toggle,keydown:this.toggle},ref:"toggle"},[this.normalizeSlot([Sd,"text"])||t("span",{domProps:Cb(this.html,this.text)})]),a=t("ul",{staticClass:"dropdown-menu",class:this.menuClasses,attrs:{tabindex:"-1","aria-labelledby":e,id:n},on:{keydown:this.onKeydown},ref:"menu"},!this.lazy||o?this.normalizeSlot(Td,{hide:r}):[t()]);return t("li",{staticClass:"nav-item b-nav-dropdown dropdown",class:this.dropdownClasses,attrs:{id:this.safeId()}},[i,a])}}),Xk=os({components:{BNav:jk,BNavItem:Hk,BNavText:Uk,BNavForm:Wk,BNavItemDropdown:Kk,BNavItemDd:Kk,BNavDropdown:Kk,BNavDd:Kk},plugins:{DropdownPlugin:Km}}),Zk=af({fixed:ef(sd),print:ef(ed,!1),sticky:ef(ed,!1),tag:ef(sd,"nav"),toggleable:ef(bd,!1),type:ef(sd,"light"),variant:ef(sd)},Pl),Jk=fi({name:Pl,mixins:[Zd],provide:function(){var t=this;return{getBvNavbar:function(){return t}}},props:Zk,computed:{breakpointClass:function(){var t=this.toggleable,e=Ku()[0],n=null;return t&&Ca(t)&&t!==e?n="navbar-expand-".concat(t):!1===t&&(n="navbar-expand"),n}},render:function(t){var e,n=this.tag,o=this.type,r=this.variant,i=this.fixed;return t(n,{staticClass:"navbar",class:[(e={"d-print":this.print,"sticky-top":this.sticky},Wr(e,"navbar-".concat(o),o),Wr(e,"bg-".concat(r),r),Wr(e,"fixed-".concat(i),i),e),this.breakpointClass],attrs:{role:mu(n,"nav")?null:"navigation"}},[this.normalizeSlot()])}}),Qk=af(Va(Rk,["tag","fill","justified","align","small"]),Dl),t_=fi({name:Dl,functional:!0,props:Qk,render:function(t,e){var n,o,r=e.props,i=e.data,a=e.children,s=r.align;return t(r.tag,Eo(i,{staticClass:"navbar-nav",class:(n={"nav-fill":r.fill,"nav-justified":r.justified},Wr(n,(o=s,"justify-content-".concat(o="left"===o?"start":"right"===o?"end":o)),s),Wr(n,"small",r.small),n)}),a)}}),e_=Ha(Zp,["event","routerTag"]);e_.href.default=void 0,e_.to.default=void 0;var n_,o_,r_,i_,a_,s_,l_,c_,d_,u_,f_=af(qa(Vr(Vr({},e_),{},{tag:ef(sd,"div")})),El),p_=fi({name:El,functional:!0,props:f_,render:function(t,e){var n=e.props,o=e.data,r=e.children,i=n.to||n.href;return t(i?Jp:n.tag,Eo(o,{staticClass:"navbar-brand",props:i?of(e_,n):{}}),r)}}),b_="navbar-toggler",h_=gf(Ds,"state"),g_=gf(Ds,"sync-state"),m_=af({disabled:ef(ed,!1),label:ef(sd,"Toggle navigation"),target:ef(ud,void 0,!0)},Ll),v_=fi({name:Ll,directives:{VBToggle:am},mixins:[Up,Zd],props:m_,data:function(){return{toggleState:!1}},created:function(){this.listenOnRoot(h_,this.handleStateEvent),this.listenOnRoot(g_,this.handleStateEvent)},methods:{onClick:function(t){this.disabled||this.$emit(gc,t)},handleStateEvent:function(t,e){t===this.target&&(this.toggleState=e)}},render:function(t){var e=this.disabled;return t("button",{staticClass:b_,class:{disabled:e},directives:[{name:"VBToggle",value:this.target}],attrs:{type:"button",disabled:e,"aria-label":this.label},on:{click:this.onClick}},[this.normalizeSlot(Td,{expanded:this.toggleState})||t("span",{staticClass:"".concat(b_,"-icon")})])}}),y_=os({components:{BNavbar:Jk,BNavbarNav:t_,BNavbarBrand:p_,BNavbarToggle:v_,BNavToggle:v_},plugins:{NavPlugin:Xk,CollapsePlugin:lm,DropdownPlugin:Km}}),x_=af({label:ef(sd),role:ef(sd,"status"),small:ef(ed,!1),tag:ef(sd,"span"),type:ef(sd,"border"),variant:ef(sd)},Ql),w_=fi({name:Ql,functional:!0,props:x_,render:function(t,e){var n,o=e.props,r=e.data,i=e.slots,a=e.scopedSlots,s=i(),l=Xd(Bd,{},a||{},s)||o.label;return l&&(l=t("span",{staticClass:"sr-only"},l)),t(o.tag,Eo(r,{attrs:{role:l?o.role||"status":null,"aria-hidden":l?null:"true"},class:(n={},Wr(n,"spinner-".concat(o.type),o.type),Wr(n,"spinner-".concat(o.type,"-sm"),o.small),Wr(n,"text-".concat(o.variant),o.variant),n)}),[l||t()])}}),k_={top:0,left:0,bottom:0,right:0},__=af({bgColor:ef(sd),blur:ef(sd,"2px"),fixed:ef(ed,!1),noCenter:ef(ed,!1),noFade:ef(ed,!1),noWrap:ef(ed,!1),opacity:ef(md,.85,(function(t){var e=Qd(t,0);return e>=0&&e<=1})),overlayTag:ef(sd,"div"),rounded:ef(bd,!1),show:ef(ed,!1),spinnerSmall:ef(ed,!1),spinnerType:ef(sd,"border"),spinnerVariant:ef(sd),variant:ef(sd,"light"),wrapTag:ef(sd,"div"),zIndex:ef(md,10)},jl),S_=fi({name:jl,mixins:[Zd],props:__,computed:{computedRounded:function(){var t=this.rounded;return!0===t||""===t?"rounded":t?"rounded-".concat(t):""},computedVariant:function(){var t=this.variant;return t&&!this.bgColor?"bg-".concat(t):""},slotScope:function(){return{spinnerType:this.spinnerType||null,spinnerVariant:this.spinnerVariant||null,spinnerSmall:this.spinnerSmall}}},methods:{defaultOverlayFn:function(t){var e=t.spinnerType,n=t.spinnerVariant,o=t.spinnerSmall;return this.$createElement(w_,{props:{type:e,variant:n,small:o}})}},render:function(t){var e=this,n=this.show,o=this.fixed,r=this.noFade,i=this.noWrap,a=this.slotScope,s=t();if(n){var l=t("div",{staticClass:"position-absolute",class:[this.computedVariant,this.computedRounded],style:Vr(Vr({},k_),{},{opacity:this.opacity,backgroundColor:this.bgColor||null,backdropFilter:this.blur?"blur(".concat(this.blur,")"):null})}),c=t("div",{staticClass:"position-absolute",style:this.noCenter?Vr({},k_):{top:"50%",left:"50%",transform:"translateX(-50%) translateY(-50%)"}},[this.normalizeSlot("overlay",a)||this.defaultOverlayFn(a)]);s=t(this.overlayTag,{staticClass:"b-overlay",class:{"position-absolute":!i||i&&!o,"position-fixed":i&&o},style:Vr(Vr({},k_),{},{zIndex:this.zIndex||10}),on:{click:function(t){return e.$emit(gc,t)}},key:"overlay"},[l,c])}return s=t(_f,{props:{noFade:r,appear:!0},on:{"after-enter":function(){return e.$emit(Uc)},"after-leave":function(){return e.$emit(Ac)}}},[s]),i?s:t(this.wrapTag,{staticClass:"b-overlay-wrap position-relative",attrs:{"aria-busy":n?"true":null}},i?[s]:[this.normalizeSlot(),s])}}),C_=os({components:{BOverlay:S_}}),T_=cf("value",{type:pd,defaultValue:null,validator:function(t){return!(!wa(t)&&Jd(t,0)<1)||(Za('"v-model" value must be a number greater than "0"',Nl),!1)}}),$_=T_.mixin,O_=T_.props,z_=T_.prop,A_=T_.event,F_=function(t){var e=Jd(t)||1;return e<1?5:e},B_=function(t,e){var n=Jd(t)||1;return n>e?e:n<1?1:n},P_=function(t){if(t.keyCode===Bp)return bf(t,{immediatePropagation:!0}),t.currentTarget.click(),!1},E_=af(qa(Vr(Vr({},O_),{},{align:ef(sd,"left"),ariaLabel:ef(sd,"Pagination"),disabled:ef(ed,!1),ellipsisClass:ef(dd),ellipsisText:ef(sd,"…"),firstClass:ef(dd),firstNumber:ef(ed,!1),firstText:ef(sd,"«"),hideEllipsis:ef(ed,!1),hideGotoEndButtons:ef(ed,!1),labelFirstPage:ef(sd,"Go to first page"),labelLastPage:ef(sd,"Go to last page"),labelNextPage:ef(sd,"Go to next page"),labelPage:ef(gd,"Go to page"),labelPrevPage:ef(sd,"Go to previous page"),lastClass:ef(dd),lastNumber:ef(ed,!1),lastText:ef(sd,"»"),limit:ef(md,5,(function(t){return!(Jd(t,0)<1)||(Za('Prop "limit" must be a number greater than "0"',Nl),!1)})),nextClass:ef(dd),nextText:ef(sd,"›"),pageClass:ef(dd),pills:ef(ed,!1),prevClass:ef(dd),prevText:ef(sd,"‹"),size:ef(sd)})),"pagination"),D_=fi({mixins:[$_,Zd],props:E_,data:function(){var t=Jd(this[z_],0);return{currentPage:t=t>0?t:-1,localNumberOfPages:1,localLimit:5}},computed:{btnSize:function(){var t=this.size;return t?"pagination-".concat(t):""},alignment:function(){var t=this.align;return"center"===t?"justify-content-center":"end"===t||"right"===t?"justify-content-end":"fill"===t?"text-center":""},styleClass:function(){return this.pills?"b-pagination-pills":""},computedCurrentPage:function(){return B_(this.currentPage,this.localNumberOfPages)},paginationParams:function(){var t=this.localLimit,e=this.localNumberOfPages,n=this.computedCurrentPage,o=this.hideEllipsis,r=this.firstNumber,i=this.lastNumber,a=!1,s=!1,l=t,c=1;e<=t?l=e:n3?(o&&!i||(s=!0,l=t-(r?0:1)),l=Pf(l,t)):e-n+23?(o&&!r||(a=!0,l=t-(i?0:1)),c=e-l+1):(t>3&&(l=t-(o?0:2),a=!(o&&!r),s=!(o&&!i)),c=n-Mf(l/2)),c<1?(c=1,a=!1):c>e-l&&(c=e-l+1,s=!1),a&&r&&c<4&&(l+=2,c=1,a=!1);var d=c+l-1;return s&&i&&d>e-3&&(l+=d===e-2?2:3,s=!1),t<=3&&(r&&1===c?l=Pf(l+1,e,t+1):i&&e===c+l-1&&(c=Ef(c-1,1),l=Pf(e-c+1,e,t+1))),{showFirstDots:a,showLastDots:s,numberOfLinks:l=Pf(l,e-c+1),startNumber:c}},pageList:function(){var t=this.paginationParams,e=t.numberOfLinks,n=t.startNumber,o=this.computedCurrentPage,r=function(t,e){return Wd(e,(function(e,n){return{number:t+n,classes:null}}))}(n,e);if(r.length>3){var i=o-n,a="bv-d-xs-down-none";if(0===i)for(var s=3;si+1;d--)r[d].classes=a}}return r}},watch:(n_={},Wr(n_,z_,(function(t,e){t!==e&&(this.currentPage=B_(t,this.localNumberOfPages))})),Wr(n_,"currentPage",(function(t,e){t!==e&&this.$emit(A_,t>0?t:null)})),Wr(n_,"limit",(function(t,e){t!==e&&(this.localLimit=F_(t))})),n_),created:function(){var t=this;this.localLimit=F_(this.limit),this.$nextTick((function(){t.currentPage=t.currentPage>t.localNumberOfPages?t.localNumberOfPages:t.currentPage}))},methods:{handleKeyNav:function(t){var e=t.keyCode,n=t.shiftKey;this.isNav||(e===Ap||e===Pp?(bf(t,{propagation:!1}),n?this.focusFirst():this.focusPrev()):e!==Fp&&e!==Tp||(bf(t,{propagation:!1}),n?this.focusLast():this.focusNext()))},getButtons:function(){return ku("button.page-link, a.page-link",this.$el).filter((function(t){return yu(t)}))},focusCurrent:function(){var t=this;this.$nextTick((function(){var e=t.getButtons().find((function(e){return Jd(Pu(e,"aria-posinset"),0)===t.computedCurrentPage}));Hu(e)||t.focusFirst()}))},focusFirst:function(){var t=this;this.$nextTick((function(){var e=t.getButtons().find((function(t){return!xu(t)}));Hu(e)}))},focusLast:function(){var t=this;this.$nextTick((function(){var e=t.getButtons().reverse().find((function(t){return!xu(t)}));Hu(e)}))},focusPrev:function(){var t=this;this.$nextTick((function(){var e=t.getButtons(),n=e.indexOf(gu());n>0&&!xu(e[n-1])&&Hu(e[n-1])}))},focusNext:function(){var t=this;this.$nextTick((function(){var e=t.getButtons(),n=e.indexOf(gu());ns,b=n<1?1:n>s?s:n,m={disabled:f,page:b,index:b-1},v=e.normalizeSlot(i,m)||au(l)||t(),y=t(f?"span":a?Jp:"button",{staticClass:"page-link",class:{"flex-grow-1":!a&&!f&&p},props:f||!a?{}:e.linkProps(n),attrs:{role:a?null:"menuitem",type:a||f?null:"button",tabindex:f||a?null:"-1","aria-label":r,"aria-controls":Uf(e).ariaControls||null,"aria-disabled":f?"true":null},on:f?{}:{"!click":function(t){e.onClick(t,n)},keydown:P_}},[v]);return t("li",{key:u,staticClass:"page-item",class:[{disabled:f,"flex-fill":p,"d-flex":p&&!a&&!f},c],attrs:{role:a?null:"presentation","aria-hidden":f?"true":null}},[y])},v=function(n){return t("li",{staticClass:"page-item",class:["disabled","bv-d-xs-down-none",p?"flex-fill":"",e.ellipsisClass],attrs:{role:"separator"},key:"ellipsis-".concat(n?"last":"first")},[t("span",{staticClass:"page-link"},[e.normalizeSlot("ellipsis-text")||au(e.ellipsisText)||t()])])},y=function(n,i){var l=n.number,c=h(l)&&!g,d=o?null:c||g&&0===i?"0":"-1",u={role:a?null:"menuitemradio",type:a||o?null:"button","aria-disabled":o?"true":null,"aria-controls":Uf(e).ariaControls||null,"aria-label":lf(r)?r(l):"".concat(_a(r)?r():r," ").concat(l),"aria-checked":a?null:c?"true":"false","aria-current":a&&c?"page":null,"aria-posinset":a?null:l,"aria-setsize":a?null:s,tabindex:a?null:d},f=au(e.makePage(l)),b={page:l,index:l-1,content:f,active:c,disabled:o},m=t(o?"span":a?Jp:"button",{props:o||!a?{}:e.linkProps(l),staticClass:"page-link",class:{"flex-grow-1":!a&&!o&&p},attrs:u,on:o?{}:{"!click":function(t){e.onClick(t,l)},keydown:P_}},[e.normalizeSlot("page",b)||f]);return t("li",{staticClass:"page-item",class:[{disabled:o,active:c,"flex-fill":p,"d-flex":p&&!a&&!o},n.classes,e.pageClass],attrs:{role:a?null:"presentation"},key:"page-".concat(l)},[m])},x=t();this.firstNumber||this.hideGotoEndButtons||(x=m(1,this.labelFirstPage,"first-text",this.firstText,this.firstClass,1,"pagination-goto-first")),b.push(x),b.push(m(l-1,this.labelPrevPage,"prev-text",this.prevText,this.prevClass,1,"pagination-goto-prev")),b.push(this.firstNumber&&1!==c[0]?y({number:1},0):t()),b.push(u?v(!1):t()),this.pageList.forEach((function(t,n){var o=u&&e.firstNumber&&1!==c[0]?1:0;b.push(y(t,n+o))})),b.push(f?v(!0):t()),b.push(this.lastNumber&&c[c.length-1]!==s?y({number:s},-1):t()),b.push(m(l+1,this.labelNextPage,"next-text",this.nextText,this.nextClass,s,"pagination-goto-next"));var w=t();this.lastNumber||this.hideGotoEndButtons||(w=m(s,this.labelLastPage,"last-text",this.lastText,this.lastClass,s,"pagination-goto-last")),b.push(w);var k=t("ul",{staticClass:"pagination",class:["b-pagination",this.btnSize,this.alignment,this.styleClass],attrs:{role:a?null:"menubar","aria-disabled":o?"true":"false","aria-label":a?null:i||null},on:a?{}:{keydown:this.handleKeyNav},ref:"ul"},b);return a?t("nav",{attrs:{"aria-disabled":o?"true":null,"aria-hidden":o?"true":"false","aria-label":a&&i||null}},[k]):k}}),L_=function(t){return Ef(Jd(t)||20,1)},M_=function(t){return Ef(Jd(t)||0,0)},I_=af(qa(Vr(Vr({},E_),{},{ariaControls:ef(sd),perPage:ef(md,20),totalRows:ef(md,0)})),Nl),R_=fi({name:Nl,mixins:[D_],props:I_,computed:{numberOfPages:function(){var t=Lf(M_(this.totalRows)/L_(this.perPage));return t<1?1:t},pageSizeNumberOfPages:function(){return{perPage:L_(this.perPage),totalRows:M_(this.totalRows),numberOfPages:this.numberOfPages}}},watch:{pageSizeNumberOfPages:function(t,e){ka(e)||(t.perPage!==e.perPage&&t.totalRows===e.totalRows||t.numberOfPages!==e.numberOfPages&&this.currentPage>t.numberOfPages)&&(this.currentPage=1),this.localNumberOfPages=t.numberOfPages}},created:function(){var t=this;this.localNumberOfPages=this.numberOfPages;var e=Jd(this[z_],0);e>0?this.currentPage=e:this.$nextTick((function(){t.currentPage=0}))},methods:{onClick:function(t,e){var n=this;if(e!==this.currentPage){var o=t.target,r=new cm(Ic,{cancelable:!0,vueTarget:this,target:o});this.$emit(r.type,r,e),r.defaultPrevented||(this.currentPage=e,this.$emit(hc,this.currentPage),this.$nextTick((function(){yu(o)&&n.$el.contains(o)?Hu(o):n.focusCurrent()})))}},makePage:function(t){return t},linkProps:function(){return{}}}}),j_=os({components:{BPagination:R_}}),N_=Ha(Zp,["event","routerTag"]),V_=af(qa(Vr(Vr(Vr({},E_),N_),{},{baseUrl:ef(sd,"/"),linkGen:ef(od),noPageDetect:ef(ed,!1),numberOfPages:ef(md,1,(function(t){return!(Jd(t,0)<1)||(Za('Prop "number-of-pages" must be a number greater than "0"',Vl),!1)})),pageGen:ef(od),pages:ef(td),useRouter:ef(ed,!1)})),Vl),H_=fi({name:Vl,mixins:[D_],props:V_,computed:{isNav:function(){return!0},computedValue:function(){var t=Jd(this.value,0);return t<1?null:t}},watch:{numberOfPages:function(){var t=this;this.$nextTick((function(){t.setNumberOfPages()}))},pages:function(){var t=this;this.$nextTick((function(){t.setNumberOfPages()}))}},created:function(){this.setNumberOfPages()},mounted:function(){var t=this;this.$router&&this.$watch("$route",(function(){t.$nextTick((function(){pu((function(){t.guessCurrentPage()}))}))}))},methods:{setNumberOfPages:function(){var t,e=this;Oa(this.pages)&&this.pages.length>0?this.localNumberOfPages=this.pages.length:this.localNumberOfPages=(t=this.numberOfPages,Ef(Jd(t,0),1)),this.$nextTick((function(){e.guessCurrentPage()}))},onClick:function(t,e){var n=this;if(e!==this.currentPage){var o=t.currentTarget||t.target,r=new cm(Ic,{cancelable:!0,vueTarget:this,target:o});this.$emit(r.type,r,e),r.defaultPrevented||(pu((function(){n.currentPage=e,n.$emit(hc,e)})),this.$nextTick((function(){Uu(o)})))}},getPageInfo:function(t){if(!Oa(this.pages)||0===this.pages.length||xa(this.pages[t-1])){var e="".concat(this.baseUrl).concat(t);return{link:this.useRouter?{path:e}:e,text:au(t)}}var n=this.pages[t-1];if(za(n)){var o=n.link;return{link:za(o)?o:this.useRouter?{path:o}:o,text:au(n.text||t)}}return{link:au(n),text:au(t)}},makePage:function(t){var e=this.pageGen,n=this.getPageInfo(t);return lf(e)?e(t,n):n.text},makeLink:function(t){var e=this.linkGen,n=this.getPageInfo(t);return lf(e)?e(t,n):n.link},linkProps:function(t){var e=of(N_,this),n=this.makeLink(t);return this.useRouter||za(n)?e.to=n:e.href=n,e},resolveLink:function(){var t,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";try{(t=document.createElement("a")).href=Zf({to:e},"a","/","/"),document.body.appendChild(t);var n=t,o=n.pathname,r=n.hash,i=n.search;return document.body.removeChild(t),{path:o,hash:r,query:Yf(i)}}catch(e){try{t&&t.parentNode&&t.parentNode.removeChild(t)}catch(t){}return{}}},resolveRoute:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";try{var e=this.$router.resolve(t,this.$route).route;return{path:e.path,hash:e.hash,query:e.query}}catch(t){return{}}},guessCurrentPage:function(){var t=this.$router,e=this.$route,n=this.computedValue;if(!this.noPageDetect&&!n&&(_i||!_i&&t))for(var o=t&&e?{path:e.path,hash:e.hash,query:e.query}:{},r=_i?window.location||document.location:null,i=r?{path:r.pathname,hash:r.hash,query:Yf(r.search)}:{},a=1;!n&&a<=this.localNumberOfPages;a++){var s=this.makeLink(a);n=t&&(za(s)||this.useRouter)?Dp(this.resolveRoute(s),o)?a:null:_i?Dp(this.resolveLink(s),i)?a:null:-1}this.currentPage=n>0?n:0}}}),U_=os({components:{BPaginationNav:H_}}),q_={AUTO:"auto",TOP:"top",RIGHT:"right",BOTTOM:"bottom",LEFT:"left",TOPLEFT:"top",TOPRIGHT:"top",RIGHTTOP:"right",RIGHTBOTTOM:"right",BOTTOMLEFT:"bottom",BOTTOMRIGHT:"bottom",LEFTTOP:"left",LEFTBOTTOM:"left"},G_={AUTO:0,TOPLEFT:-1,TOP:0,TOPRIGHT:1,RIGHTTOP:-1,RIGHT:0,RIGHTBOTTOM:1,BOTTOMLEFT:-1,BOTTOM:0,BOTTOMRIGHT:1,LEFTTOP:-1,LEFT:0,LEFTBOTTOM:1},W_={arrowPadding:ef(md,6),boundary:ef([ga,sd],"scrollParent"),boundaryPadding:ef(md,5),fallbackPlacement:ef(ud,"flip"),offset:ef(md,0),placement:ef(sd,"top"),target:ef([ga,ma])},Y_=fi({name:"BVPopper",mixins:[tk],props:W_,data:function(){return{noFade:!1,localShow:!0,attachment:this.getAttachment(this.placement)}},computed:{templateType:function(){return"unknown"},popperConfig:function(){var t=this,e=this.placement;return{placement:this.getAttachment(e),modifiers:{offset:{offset:this.getOffset(e)},flip:{behavior:this.fallbackPlacement},arrow:{element:".arrow"},preventOverflow:{padding:this.boundaryPadding,boundariesElement:this.boundary}},onCreate:function(e){e.originalPlacement!==e.placement&&t.popperPlacementChange(e)},onUpdate:function(e){t.popperPlacementChange(e)}}}},created:function(){var t=this;this.$_popper=null,this.localShow=!0,this.$on(Hc,(function(e){t.popperCreate(e)}));var e=function(){t.$nextTick((function(){pu((function(){t.$destroy()}))}))};this.bvParent.$once(Yc,e),this.$once(Ac,e)},beforeMount:function(){this.attachment=this.getAttachment(this.placement)},updated:function(){this.updatePopper()},beforeDestroy:function(){this.destroyPopper()},destroyed:function(){var t=this.$el;t&&t.parentNode&&t.parentNode.removeChild(t)},methods:{hide:function(){this.localShow=!1},getAttachment:function(t){return q_[String(t).toUpperCase()]||"auto"},getOffset:function(t){if(!this.offset){var e=this.$refs.arrow||_u(".arrow",this.$el),n=Qd(Ru(e).width,0)+Qd(this.arrowPadding,0);switch(G_[String(t).toUpperCase()]||0){case 1:return"+50%p - ".concat(n,"px");case-1:return"-50%p + ".concat(n,"px");default:return 0}}return this.offset},popperCreate:function(t){this.destroyPopper(),this.$_popper=new Ir(this.target,t,this.popperConfig)},destroyPopper:function(){this.$_popper&&this.$_popper.destroy(),this.$_popper=null},updatePopper:function(){this.$_popper&&this.$_popper.scheduleUpdate()},popperPlacementChange:function(t){this.attachment=this.getAttachment(t.placement)},renderTemplate:function(t){return t("div")}},render:function(t){var e=this,n=this.noFade;return t(_f,{props:{appear:!0,noFade:n},on:{beforeEnter:function(t){return e.$emit(Hc,t)},afterEnter:function(t){return e.$emit(Uc,t)},beforeLeave:function(t){return e.$emit(Fc,t)},afterLeave:function(t){return e.$emit(Ac,t)}}},[this.localShow?this.renderTemplate(t):t()])}}),K_={html:ef(ed,!1),id:ef(sd)},X_=fi({name:"BVTooltipTemplate",extends:Y_,mixins:[nk],props:K_,data:function(){return{title:"",content:"",variant:null,customClass:null,interactive:!0}},computed:{templateType:function(){return"tooltip"},templateClasses:function(){var t,e=this.variant,n=this.attachment,o=this.templateType;return[(t={noninteractive:!this.interactive},Wr(t,"b-".concat(o,"-").concat(e),e),Wr(t,"bs-".concat(o,"-").concat(n),n),t),this.customClass]},templateAttributes:function(){var t=this.id;return Vr(Vr({},this.bvParent.bvParent.$attrs),{},{id:t,role:"tooltip",tabindex:"-1"},this.scopedStyleAttrs)},templateListeners:function(){var t=this;return{mouseenter:function(e){t.$emit(Ec,e)},mouseleave:function(e){t.$emit(Dc,e)},focusin:function(e){t.$emit($c,e)},focusout:function(e){t.$emit(Oc,e)}}}},methods:{renderTemplate:function(t){var e=this.title,n=_a(e)?e({}):e,o=this.html&&!_a(e)?{innerHTML:e}:{};return t("div",{staticClass:"tooltip b-tooltip",class:this.templateClasses,attrs:this.templateAttributes,on:this.templateListeners},[t("div",{staticClass:"arrow",ref:"arrow"}),t("div",{staticClass:"tooltip-inner",domProps:o},[n])])}}}),Z_=".modal-content",J_=gf(Fl,Ac),Q_=[Z_,".b-sidebar"].join(", "),tS="data-original-title",eS={title:"",content:"",variant:null,customClass:null,triggers:"",placement:"auto",fallbackPlacement:"flip",target:null,container:null,noFade:!1,boundary:"scrollParent",boundaryPadding:5,offset:0,delay:0,arrowPadding:6,interactive:!0,disabled:!1,id:null,html:!1},nS=fi({name:"BVTooltip",mixins:[Up,tk],data:function(){return Vr(Vr({},eS),{},{activeTrigger:{hover:!1,click:!1,focus:!1},localShow:!1})},computed:{templateType:function(){return"tooltip"},computedId:function(){return this.id||"__bv_".concat(this.templateType,"_").concat(this[li],"__")},computedDelay:function(){var t={show:0,hide:0};return Aa(this.delay)?(t.show=Ef(Jd(this.delay.show,0),0),t.hide=Ef(Jd(this.delay.hide,0),0)):(Ta(this.delay)||Ca(this.delay))&&(t.show=t.hide=Ef(Jd(this.delay,0),0)),t},computedTriggers:function(){return Gd(this.triggers).filter(Wa).join(" ").trim().toLowerCase().split(/\s+/).sort()},isWithActiveTrigger:function(){for(var t in this.activeTrigger)if(this.activeTrigger[t])return!0;return!1},computedTemplateData:function(){return{title:this.title,content:this.content,variant:this.variant,customClass:this.customClass,noFade:this.noFade,interactive:this.interactive}}},watch:{computedTriggers:function(t,e){var n=this;Dp(t,e)||this.$nextTick((function(){n.unListen(),e.forEach((function(e){qd(t,e)||n.activeTrigger[e]&&(n.activeTrigger[e]=!1)})),n.listen()}))},computedTemplateData:function(){this.handleTemplateUpdate()},title:function(t,e){t===e||t||this.hide()},disabled:function(t){t?this.disable():this.enable()}},created:function(){var t=this;this.$_tip=null,this.$_hoverTimeout=null,this.$_hoverState="",this.$_visibleInterval=null,this.$_enabled=!this.disabled,this.$_noop=rg.bind(this),this.bvParent&&this.bvParent.$once(Wc,(function(){t.$nextTick((function(){pu((function(){t.$destroy()}))}))})),this.$nextTick((function(){var e=t.getTarget();e&&Tu(document.body,e)?(t.scopeId=ek(t.bvParent),t.listen()):Za(Ca(t.target)?'Unable to find target element by ID "#'.concat(t.target,'" in document.'):"The provided target is no valid HTML element.",t.templateType)}))},updated:function(){this.$nextTick(this.handleTemplateUpdate)},deactivated:function(){this.forceHide()},beforeDestroy:function(){this.unListen(),this.setWhileOpenListeners(!1),this.clearHoverTimeout(),this.clearVisibilityInterval(),this.destroyTemplate(),this.$_noop=null},methods:{getTemplate:function(){return X_},updateData:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=!1;Ra(eS).forEach((function(o){xa(e[o])||t[o]===e[o]||(t[o]=e[o],"title"===o&&(n=!0))})),n&&this.localShow&&this.fixTitle()},createTemplateAndShow:function(){var t=this.getContainer(),e=this.getTemplate(),n=this.$_tip=ok(this,e,{propsData:{id:this.computedId,html:this.html,placement:this.placement,fallbackPlacement:this.fallbackPlacement,target:this.getPlacementTarget(),boundary:this.getBoundary(),offset:Jd(this.offset,0),arrowPadding:Jd(this.arrowPadding,0),boundaryPadding:Jd(this.boundaryPadding,0)}});this.handleTemplateUpdate(),n.$once(Hc,this.onTemplateShow),n.$once(Uc,this.onTemplateShown),n.$once(Fc,this.onTemplateHide),n.$once(Ac,this.onTemplateHidden),n.$once(Yc,this.destroyTemplate),n.$on($c,this.handleEvent),n.$on(Oc,this.handleEvent),n.$on(Ec,this.handleEvent),n.$on(Dc,this.handleEvent),n.$mount(t.appendChild(document.createElement("div")))},hideTemplate:function(){this.$_tip&&this.$_tip.hide(),this.clearActiveTriggers(),this.$_hoverState=""},destroyTemplate:function(){this.setWhileOpenListeners(!1),this.clearHoverTimeout(),this.$_hoverState="",this.clearActiveTriggers(),this.localPlacementTarget=null;try{this.$_tip.$destroy()}catch(t){}this.$_tip=null,this.removeAriaDescribedby(),this.restoreTitle(),this.localShow=!1},getTemplateElement:function(){return this.$_tip?this.$_tip.$el:null},handleTemplateUpdate:function(){var t=this,e=this.$_tip;if(e){["title","content","variant","customClass","noFade","interactive"].forEach((function(n){e[n]!==t[n]&&(e[n]=t[n])}))}},show:function(){var t=this.getTarget();if(t&&Tu(document.body,t)&&yu(t)&&!this.dropdownOpen()&&(!ka(this.title)&&""!==this.title||!ka(this.content)&&""!==this.content)&&!this.$_tip&&!this.localShow){this.localShow=!0;var e=this.buildEvent(Hc,{cancelable:!0});this.emitEvent(e),e.defaultPrevented?this.destroyTemplate():(this.fixTitle(),this.addAriaDescribedby(),this.createTemplateAndShow())}},hide:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(this.getTemplateElement()&&this.localShow){var e=this.buildEvent(Fc,{cancelable:!t});this.emitEvent(e),e.defaultPrevented||this.hideTemplate()}else this.restoreTitle()},forceHide:function(){this.getTemplateElement()&&this.localShow&&(this.setWhileOpenListeners(!1),this.clearHoverTimeout(),this.$_hoverState="",this.clearActiveTriggers(),this.$_tip&&(this.$_tip.noFade=!0),this.hide(!0))},enable:function(){this.$_enabled=!0,this.emitEvent(this.buildEvent(Sc))},disable:function(){this.$_enabled=!1,this.emitEvent(this.buildEvent(kc))},onTemplateShow:function(){this.setWhileOpenListeners(!0)},onTemplateShown:function(){var t=this.$_hoverState;this.$_hoverState="","out"===t&&this.leave(null),this.emitEvent(this.buildEvent(Uc))},onTemplateHide:function(){this.setWhileOpenListeners(!1)},onTemplateHidden:function(){this.destroyTemplate(),this.emitEvent(this.buildEvent(Ac))},getTarget:function(){var t=this.target;return Ca(t)?t=$u(t.replace(/^#/,"")):_a(t)?t=t():t&&(t=t.$el||t),hu(t)?t:null},getPlacementTarget:function(){return this.getTarget()},getTargetId:function(){var t=this.getTarget();return t&&t.id?t.id:null},getContainer:function(){var t=!!this.container&&(this.container.$el||this.container),e=document.body,n=this.getTarget();return!1===t?Cu(Q_,n)||e:Ca(t)&&$u(t.replace(/^#/,""))||e},getBoundary:function(){return this.boundary?this.boundary.$el||this.boundary:"scrollParent"},isInModal:function(){var t=this.getTarget();return t&&Cu(Z_,t)},isDropdown:function(){var t=this.getTarget();return t&&Au(t,"dropdown")},dropdownOpen:function(){var t=this.getTarget();return this.isDropdown()&&t&&_u(".dropdown-menu.show",t)},clearHoverTimeout:function(){clearTimeout(this.$_hoverTimeout),this.$_hoverTimeout=null},clearVisibilityInterval:function(){clearInterval(this.$_visibleInterval),this.$_visibleInterval=null},clearActiveTriggers:function(){for(var t in this.activeTrigger)this.activeTrigger[t]=!1},addAriaDescribedby:function(){var t=this.getTarget(),e=Pu(t,"aria-describedby")||"";e=e.split(/\s+/).concat(this.computedId).join(" ").trim(),Fu(t,"aria-describedby",e)},removeAriaDescribedby:function(){var t=this,e=this.getTarget(),n=Pu(e,"aria-describedby")||"";(n=n.split(/\s+/).filter((function(e){return e!==t.computedId})).join(" ").trim())?Fu(e,"aria-describedby",n):Bu(e,"aria-describedby")},fixTitle:function(){var t=this.getTarget();if(Eu(t,"title")){var e=Pu(t,"title");Fu(t,"title",""),e&&Fu(t,tS,e)}},restoreTitle:function(){var t=this.getTarget();if(Eu(t,tS)){var e=Pu(t,tS);Bu(t,tS),e&&Fu(t,"title",e)}},buildEvent:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return new cm(t,Vr({cancelable:!1,target:this.getTarget(),relatedTarget:this.getTemplateElement()||null,componentId:this.computedId,vueTarget:this},e))},emitEvent:function(t){var e=t.type;this.emitOnRoot(gf(this.templateType,e),t),this.$emit(e,t)},listen:function(){var t=this,e=this.getTarget();e&&(this.setRootListener(!0),this.computedTriggers.forEach((function(n){"click"===n?uf(e,"click",t.handleEvent,Jc):"focus"===n?(uf(e,"focusin",t.handleEvent,Jc),uf(e,"focusout",t.handleEvent,Jc)):"blur"===n?uf(e,"focusout",t.handleEvent,Jc):"hover"===n&&(uf(e,"mouseenter",t.handleEvent,Jc),uf(e,"mouseleave",t.handleEvent,Jc))}),this))},unListen:function(){var t=this,e=this.getTarget();this.setRootListener(!1),["click","focusin","focusout","mouseenter","mouseleave"].forEach((function(n){e&&ff(e,n,t.handleEvent,Jc)}),this)},setRootListener:function(t){var e=t?"listenOnRoot":"listenOffRoot",n=this.templateType;this[e](mf(n,Fc),this.doHide),this[e](mf(n,Hc),this.doShow),this[e](mf(n,wc),this.doDisable),this[e](mf(n,_c),this.doEnable)},setWhileOpenListeners:function(t){this.setModalListener(t),this.setDropdownListener(t),this.visibleCheck(t),this.setOnTouchStartListener(t)},visibleCheck:function(t){var e=this;this.clearVisibilityInterval();var n=this.getTarget();t&&(this.$_visibleInterval=setInterval((function(){!e.getTemplateElement()||!e.localShow||n.parentNode&&yu(n)||e.forceHide()}),100))},setModalListener:function(t){this.isInModal()&&this[t?"listenOnRoot":"listenOffRoot"](J_,this.forceHide)},setOnTouchStartListener:function(t){var e=this;"ontouchstart"in document.documentElement&&Ud(document.body.children).forEach((function(n){pf(t,n,"mouseover",e.$_noop)}))},setDropdownListener:function(t){var e=this.getTarget();if(e&&this.bvEventRoot&&this.isDropdown){var n=function(t){if(!ci)return t.__vue__;for(var e=t;e;){if(fm.has(e))return fm.get(e);e=e.parentNode}return null}(e);n&&n[t?"$on":"$off"](Uc,this.forceHide)}},handleEvent:function(t){var e=this.getTarget();if(e&&!xu(e)&&this.$_enabled&&!this.dropdownOpen()){var n=t.type,o=this.computedTriggers;if("click"===n&&qd(o,"click"))this.click(t);else if("mouseenter"===n&&qd(o,"hover"))this.enter(t);else if("focusin"===n&&qd(o,"focus"))this.enter(t);else if("focusout"===n&&(qd(o,"focus")||qd(o,"blur"))||"mouseleave"===n&&qd(o,"hover")){var r=this.getTemplateElement(),i=t.target,a=t.relatedTarget;if(r&&Tu(r,i)&&Tu(e,a)||r&&Tu(e,i)&&Tu(r,a)||r&&Tu(r,i)&&Tu(r,a)||Tu(e,i)&&Tu(e,a))return;this.leave(t)}}},doHide:function(t){t&&this.getTargetId()!==t&&this.computedId!==t||this.forceHide()},doShow:function(t){t&&this.getTargetId()!==t&&this.computedId!==t||this.show()},doDisable:function(t){t&&this.getTargetId()!==t&&this.computedId!==t||this.disable()},doEnable:function(t){t&&this.getTargetId()!==t&&this.computedId!==t||this.enable()},click:function(t){this.$_enabled&&!this.dropdownOpen()&&(Hu(t.currentTarget),this.activeTrigger.click=!this.activeTrigger.click,this.isWithActiveTrigger?this.enter(null):this.leave(null))},toggle:function(){this.$_enabled&&!this.dropdownOpen()&&(this.localShow?this.leave(null):this.enter(null))},enter:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;e&&(this.activeTrigger["focusin"===e.type?"focus":"hover"]=!0),this.localShow||"in"===this.$_hoverState?this.$_hoverState="in":(this.clearHoverTimeout(),this.$_hoverState="in",this.computedDelay.show?(this.fixTitle(),this.$_hoverTimeout=setTimeout((function(){"in"===t.$_hoverState?t.show():t.localShow||t.restoreTitle()}),this.computedDelay.show)):this.show())},leave:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;e&&(this.activeTrigger["focusout"===e.type?"focus":"hover"]=!1,"focusout"===e.type&&qd(this.computedTriggers,"blur")&&(this.activeTrigger.click=!1,this.activeTrigger.hover=!1)),this.isWithActiveTrigger||(this.clearHoverTimeout(),this.$_hoverState="out",this.computedDelay.hide?this.$_hoverTimeout=setTimeout((function(){"out"===t.$_hoverState&&t.hide()}),this.computedDelay.hide):this.hide())}}}),oS="disabled",rS=Kc+oS,iS="show",aS=Kc+iS,sS=af((o_={boundary:ef([ga,id,sd],"scrollParent"),boundaryPadding:ef(md,50),container:ef([ga,id,sd]),customClass:ef(sd),delay:ef(vd,50)},Wr(o_,oS,ef(ed,!1)),Wr(o_,"fallbackPlacement",ef(ud,"flip")),Wr(o_,"id",ef(sd)),Wr(o_,"noFade",ef(ed,!1)),Wr(o_,"noninteractive",ef(ed,!1)),Wr(o_,"offset",ef(md,0)),Wr(o_,"placement",ef(sd,"top")),Wr(o_,iS,ef(ed,!1)),Wr(o_,"target",ef([ga,ma,od,id,sd],void 0,!0)),Wr(o_,"title",ef(sd)),Wr(o_,"triggers",ef(ud,"hover focus")),Wr(o_,"variant",ef(sd)),o_),fc),lS=fi({name:fc,mixins:[Zd,tk],inheritAttrs:!1,props:sS,data:function(){return{localShow:this[iS],localTitle:"",localContent:""}},computed:{templateData:function(){return Vr({title:this.localTitle,content:this.localContent,interactive:!this.noninteractive},Va(this.$props,["boundary","boundaryPadding","container","customClass","delay","fallbackPlacement","id","noFade","offset","placement","target","target","triggers","variant",oS]))},templateTitleContent:function(){return{title:this.title,content:this.content}}},watch:(r_={},Wr(r_,iS,(function(t,e){t!==e&&t!==this.localShow&&this.$_toolpop&&(t?this.$_toolpop.show():this.$_toolpop.forceHide())})),Wr(r_,oS,(function(t){t?this.doDisable():this.doEnable()})),Wr(r_,"localShow",(function(t){this.$emit(aS,t)})),Wr(r_,"templateData",(function(){var t=this;this.$nextTick((function(){t.$_toolpop&&t.$_toolpop.updateData(t.templateData)}))})),Wr(r_,"templateTitleContent",(function(){this.$nextTick(this.updateContent)})),r_),created:function(){this.$_toolpop=null},updated:function(){this.$nextTick(this.updateContent)},beforeDestroy:function(){this.$off(Mc,this.doOpen),this.$off(mc,this.doClose),this.$off(wc,this.doDisable),this.$off(_c,this.doEnable),this.$_toolpop&&(this.$_toolpop.$destroy(),this.$_toolpop=null)},mounted:function(){var t=this;this.$nextTick((function(){var e=t.getComponent();t.updateContent();var n=ek(t)||ek(t.bvParent),o=t.$_toolpop=ok(t,e,{_scopeId:n||void 0});o.updateData(t.templateData),o.$on(Hc,t.onShow),o.$on(Uc,t.onShown),o.$on(Fc,t.onHide),o.$on(Ac,t.onHidden),o.$on(kc,t.onDisabled),o.$on(Sc,t.onEnabled),t[oS]&&t.doDisable(),t.$on(Mc,t.doOpen),t.$on(mc,t.doClose),t.$on(wc,t.doDisable),t.$on(_c,t.doEnable),t.localShow&&o.show()}))},methods:{getComponent:function(){return nS},updateContent:function(){this.setTitle(this.normalizeSlot()||this.title)},setTitle:function(t){t=ka(t)?"":t,this.localTitle!==t&&(this.localTitle=t)},setContent:function(t){t=ka(t)?"":t,this.localContent!==t&&(this.localContent=t)},onShow:function(t){this.$emit(Hc,t),t&&(this.localShow=!t.defaultPrevented)},onShown:function(t){this.localShow=!0,this.$emit(Uc,t)},onHide:function(t){this.$emit(Fc,t)},onHidden:function(t){this.$emit(Ac,t),this.localShow=!1},onDisabled:function(t){t&&t.type===kc&&(this.$emit(rS,!0),this.$emit(kc,t))},onEnabled:function(t){t&&t.type===Sc&&(this.$emit(rS,!1),this.$emit(Sc,t))},doOpen:function(){!this.localShow&&this.$_toolpop&&this.$_toolpop.show()},doClose:function(){this.localShow&&this.$_toolpop&&this.$_toolpop.hide()},doDisable:function(){this.$_toolpop&&this.$_toolpop.disable()},doEnable:function(){this.$_toolpop&&this.$_toolpop.enable()}},render:function(t){return t()}}),cS=fi({name:"BVPopoverTemplate",extends:X_,computed:{templateType:function(){return"popover"}},methods:{renderTemplate:function(t){var e=this.title,n=this.content,o=_a(e)?e({}):e,r=_a(n)?n({}):n,i=this.html&&!_a(e)?{innerHTML:e}:{},a=this.html&&!_a(n)?{innerHTML:n}:{};return t("div",{staticClass:"popover b-popover",class:this.templateClasses,attrs:this.templateAttributes,on:this.templateListeners},[t("div",{staticClass:"arrow",ref:"arrow"}),ka(o)||""===o?t():t("h3",{staticClass:"popover-header",domProps:i},[o]),ka(r)||""===r?t():t("div",{staticClass:"popover-body",domProps:a},[r])])}}}),dS=fi({name:"BVPopover",extends:nS,computed:{templateType:function(){return"popover"}},methods:{getTemplate:function(){return cS}}}),uS=af(qa(Vr(Vr({},sS),{},{content:ef(sd),placement:ef(sd,"right"),triggers:ef(ud,gc)})),Hl),fS=fi({name:Hl,extends:lS,inheritAttrs:!1,props:uS,methods:{getComponent:function(){return dS},updateContent:function(){this.setContent(this.normalizeSlot()||this.content),this.setTitle(this.normalizeSlot(Vd)||this.title)}}}),pS="__BV_Popover__",bS={focus:!0,hover:!0,click:!0,blur:!0,manual:!0},hS=/^html$/i,gS=/^nofade$/i,mS=/^(auto|top(left|right)?|bottom(left|right)?|left(top|bottom)?|right(top|bottom)?)$/i,vS=/^(window|viewport|scrollParent)$/i,yS=/^d\d+$/i,xS=/^ds\d+$/i,wS=/^dh\d+$/i,kS=/^o-?\d+$/i,_S=/^v-.+$/i,SS=/\s+/,CS=function(t,e,n){if(_i){var o=function(t,e){var n={title:void 0,content:void 0,trigger:"",placement:"right",fallbackPlacement:"flip",container:!1,animation:!0,offset:0,disabled:!1,id:null,html:!1,delay:Yu(Hl,"delay",50),boundary:String(Yu(Hl,"boundary","scrollParent")),boundaryPadding:Jd(Yu(Hl,"boundaryPadding",5),0),variant:Yu(Hl,"variant"),customClass:Yu(Hl,"customClass")};if(Ca(t.value)||Ta(t.value)||_a(t.value)?n.content=t.value:Aa(t.value)&&(n=Vr(Vr({},n),t.value)),t.arg&&(n.container="#".concat(t.arg)),xa(n.title)){var o=e.data||{};n.title=o.attrs&&!ka(o.attrs.title)?o.attrs.title:void 0}Aa(n.delay)||(n.delay={show:Jd(n.delay,0),hide:Jd(n.delay,0)}),Ra(t.modifiers).forEach((function(t){if(hS.test(t))n.html=!0;else if(gS.test(t))n.animation=!1;else if(mS.test(t))n.placement=t;else if(vS.test(t))t="scrollparent"===t?"scrollParent":t,n.boundary=t;else if(yS.test(t)){var e=Jd(t.slice(1),0);n.delay.show=e,n.delay.hide=e}else xS.test(t)?n.delay.show=Jd(t.slice(2),0):wS.test(t)?n.delay.hide=Jd(t.slice(2),0):kS.test(t)?n.offset=Jd(t.slice(1),0):_S.test(t)&&(n.variant=t.slice(2)||null)}));var r={};return Gd(n.trigger||"").filter(Wa).join(" ").trim().toLowerCase().split(SS).forEach((function(t){bS[t]&&(r[t]=!0)})),Ra(t.modifiers).forEach((function(t){t=t.toLowerCase(),bS[t]&&(r[t]=!0)})),n.trigger=Ra(r).join(" "),"blur"===n.trigger&&(n.trigger="focus"),n.trigger||(n.trigger="click"),n}(e,n);if(!t[pS]){var r=Lg(n,e);t[pS]=ok(r,dS,{_scopeId:ek(r,void 0)}),t[pS].__bv_prev_data__={},t[pS].$on(Hc,(function(){var e={};_a(o.title)&&(e.title=o.title(t)),_a(o.content)&&(e.content=o.content(t)),Ra(e).length>0&&t[pS].updateData(e)}))}var i={title:o.title,content:o.content,triggers:o.trigger,placement:o.placement,fallbackPlacement:o.fallbackPlacement,variant:o.variant,customClass:o.customClass,container:o.container,boundary:o.boundary,delay:o.delay,offset:o.offset,noFade:!o.animation,id:o.id,disabled:o.disabled,html:o.html},a=t[pS].__bv_prev_data__;if(t[pS].__bv_prev_data__=i,!Dp(i,a)){var s={target:t};Ra(i).forEach((function(e){i[e]!==a[e]&&(s[e]="title"!==e&&"content"!==e||!_a(i[e])?i[e]:i[e](t))})),t[pS].updateData(s)}}},TS={bind:function(t,e,n){CS(t,e,n)},componentUpdated:function(t,e,n){mi((function(){CS(t,e,n)}))},unbind:function(t){!function(t){t[pS]&&(t[pS].$destroy(),t[pS]=null),delete t[pS]}(t)}},$S=os({directives:{VBPopover:TS}}),OS=os({components:{BPopover:fS},plugins:{VBPopoverPlugin:$S}}),zS=af({animated:ef(ed,null),label:ef(sd),labelHtml:ef(sd),max:ef(md,null),precision:ef(md,null),showProgress:ef(ed,null),showValue:ef(ed,null),striped:ef(ed,null),value:ef(md,0),variant:ef(sd)},ql),AS=fi({name:ql,mixins:[Zd],inject:{getBvProgress:{default:function(){return function(){return{}}}}},props:zS,computed:{bvProgress:function(){return this.getBvProgress()},progressBarClasses:function(){var t=this.computedAnimated,e=this.computedVariant;return[e?"bg-".concat(e):"",this.computedStriped||t?"progress-bar-striped":"",t?"progress-bar-animated":""]},progressBarStyles:function(){return{width:this.computedValue/this.computedMax*100+"%"}},computedValue:function(){return Qd(this.value,0)},computedMax:function(){var t=Qd(this.max)||Qd(this.bvProgress.max,0);return t>0?t:100},computedPrecision:function(){return Ef(Jd(this.precision,Jd(this.bvProgress.precision,0)),0)},computedProgress:function(){var t=this.computedPrecision,e=If(10,t);return tu(100*e*this.computedValue/this.computedMax/e,t)},computedVariant:function(){return this.variant||this.bvProgress.variant},computedStriped:function(){return Sa(this.striped)?this.striped:this.bvProgress.striped||!1},computedAnimated:function(){return Sa(this.animated)?this.animated:this.bvProgress.animated||!1},computedShowProgress:function(){return Sa(this.showProgress)?this.showProgress:this.bvProgress.showProgress||!1},computedShowValue:function(){return Sa(this.showValue)?this.showValue:this.bvProgress.showValue||!1}},render:function(t){var e,n=this.label,o=this.labelHtml,r=this.computedValue,i=this.computedPrecision,a={};return this.hasNormalizedSlot()?e=this.normalizeSlot():n||o?a=Cb(o,n):this.computedShowProgress?e=this.computedProgress:this.computedShowValue&&(e=tu(r,i)),t("div",{staticClass:"progress-bar",class:this.progressBarClasses,style:this.progressBarStyles,attrs:{role:"progressbar","aria-valuemin":"0","aria-valuemax":au(this.computedMax),"aria-valuenow":tu(r,i)},domProps:a},e)}}),FS=Ha(zS,["label","labelHtml"]),BS=af(qa(Vr(Vr({},FS),{},{animated:ef(ed,!1),height:ef(sd),max:ef(md,100),precision:ef(md,0),showProgress:ef(ed,!1),showValue:ef(ed,!1),striped:ef(ed,!1)})),Ul),PS=fi({name:Ul,mixins:[Zd],provide:function(){var t=this;return{getBvProgress:function(){return t}}},props:BS,computed:{progressHeight:function(){return{height:this.height||null}}},render:function(t){var e=this.normalizeSlot();return e||(e=t(AS,{props:of(FS,this.$props)})),t("div",{staticClass:"progress",style:this.progressHeight},[e])}}),ES=os({components:{BProgress:PS,BProgressBar:AS}}),DS="b-sidebar",LS=mf(Ds,"request-state"),MS=mf(Ds,"toggle"),IS=gf(Ds,"state"),RS=gf(Ds,"sync-state"),jS=cf("visible",{type:ed,defaultValue:!1,event:hc}),NS=jS.mixin,VS=jS.props,HS=jS.prop,US=jS.event,qS=af(qa(Vr(Vr(Vr({},ch),VS),{},{ariaLabel:ef(sd),ariaLabelledby:ef(sd),backdrop:ef(ed,!1),backdropVariant:ef(sd,"dark"),bgVariant:ef(sd,"light"),bodyClass:ef(dd),closeLabel:ef(sd),footerClass:ef(dd),footerTag:ef(sd,"footer"),headerClass:ef(dd),headerTag:ef(sd,"header"),lazy:ef(ed,!1),noCloseOnBackdrop:ef(ed,!1),noCloseOnEsc:ef(ed,!1),noCloseOnRouteChange:ef(ed,!1),noEnforceFocus:ef(ed,!1),noHeader:ef(ed,!1),noHeaderClose:ef(ed,!1),noSlide:ef(ed,!1),right:ef(ed,!1),shadow:ef(bd,!1),sidebarClass:ef(dd),tag:ef(sd,"div"),textVariant:ef(sd,"dark"),title:ef(sd),width:ef(sd),zIndex:ef(md)})),Wl),GS=function(t,e){if(e.noHeader)return t();var n=e.normalizeSlot(Fd,e.slotScope);if(!n){var o=function(t,e){var n=e.normalizeSlot(Vd,e.slotScope)||e.title;return n?t("strong",{attrs:{id:e.safeId("__title__")}},[n]):t("span")}(t,e),r=function(t,e){if(e.noHeaderClose)return t();var n=e.closeLabel,o=e.textVariant,r=e.hide;return t(yf,{props:{ariaLabel:n,textVariant:o},on:{click:r},ref:"close-button"},[e.normalizeSlot("header-close")||t(wp)])}(t,e);n=e.right?[r,o]:[o,r]}return t(e.headerTag,{staticClass:"".concat(DS,"-header"),class:e.headerClass,key:"header"},n)},WS=function(t,e){return t("div",{staticClass:"".concat(DS,"-body"),class:e.bodyClass,key:"body"},[e.normalizeSlot(Td,e.slotScope)])},YS=function(t,e){var n=e.normalizeSlot(Ad,e.slotScope);return n?t(e.footerTag,{staticClass:"".concat(DS,"-footer"),class:e.footerClass,key:"footer"},[n]):t()},KS=function(t,e){var n=GS(t,e);return e.lazy&&!e.isOpen?n:[n,WS(t,e),YS(t,e)]},XS=function(t,e){if(!e.backdrop)return t();var n=e.backdropVariant;return t("div",{directives:[{name:"show",value:e.localShow}],staticClass:"b-sidebar-backdrop",class:Wr({},"bg-".concat(n),n),on:{click:e.onBackdropClick}})},ZS=fi({name:Wl,mixins:[Np,dh,NS,Up,Zd],inheritAttrs:!1,props:qS,data:function(){var t=!!this[HS];return{localShow:t,isOpen:t}},computed:{transitionProps:function(){return this.noSlide?{css:!0}:{css:!0,enterClass:"",enterActiveClass:"slide",enterToClass:"show",leaveClass:"show",leaveActiveClass:"slide",leaveToClass:""}},slotScope:function(){return{hide:this.hide,right:this.right,visible:this.localShow}},hasTitle:function(){var t=this.$scopedSlots,e=this.$slots;return!(this.noHeader||this.hasNormalizedSlot(Fd)||!this.normalizeSlot(Vd,this.slotScope,t,e)&&!this.title)},titleId:function(){return this.hasTitle?this.safeId("__title__"):null},computedAttrs:function(){return Vr(Vr({},this.bvAttrs),{},{id:this.safeId(),tabindex:"-1",role:"dialog","aria-modal":this.backdrop?"true":"false","aria-hidden":this.localShow?null:"true","aria-label":this.ariaLabel||null,"aria-labelledby":this.ariaLabelledby||this.titleId||null})}},watch:(i_={},Wr(i_,HS,(function(t,e){t!==e&&(this.localShow=t)})),Wr(i_,"localShow",(function(t,e){t!==e&&(this.emitState(t),this.$emit(US,t))})),Wr(i_,"$route",(function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.noCloseOnRouteChange||t.fullPath===e.fullPath||this.hide()})),i_),created:function(){this.$_returnFocusEl=null},mounted:function(){var t=this;this.listenOnRoot(MS,this.handleToggle),this.listenOnRoot(LS,this.handleSync),this.$nextTick((function(){t.emitState(t.localShow)}))},activated:function(){this.emitSync()},beforeDestroy:function(){this.localShow=!1,this.$_returnFocusEl=null},methods:{hide:function(){this.localShow=!1},emitState:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.localShow;this.emitOnRoot(IS,this.safeId(),t)},emitSync:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.localShow;this.emitOnRoot(RS,this.safeId(),t)},handleToggle:function(t){t&&t===this.safeId()&&(this.localShow=!this.localShow)},handleSync:function(t){var e=this;t&&t===this.safeId()&&this.$nextTick((function(){e.emitSync(e.localShow)}))},onKeydown:function(t){var e=t.keyCode;!this.noCloseOnEsc&&27===e&&this.localShow&&this.hide()},onBackdropClick:function(){this.localShow&&!this.noCloseOnBackdrop&&this.hide()},onTopTrapFocus:function(){var t=Vu(this.$refs.content);this.enforceFocus(t.reverse()[0])},onBottomTrapFocus:function(){var t=Vu(this.$refs.content);this.enforceFocus(t[0])},onBeforeEnter:function(){this.$_returnFocusEl=gu(_i?[document.body]:[]),this.isOpen=!0},onAfterEnter:function(t){Tu(t,gu())||this.enforceFocus(t),this.$emit(Uc)},onAfterLeave:function(){this.enforceFocus(this.$_returnFocusEl),this.$_returnFocusEl=null,this.isOpen=!1,this.$emit(Ac)},enforceFocus:function(t){this.noEnforceFocus||Hu(t)}},render:function(t){var e,n=this.bgVariant,o=this.width,r=this.textVariant,i=this.localShow,a=""===this.shadow||this.shadow,s=t(this.tag,{staticClass:DS,class:[(e={shadow:!0===a},Wr(e,"shadow-".concat(a),a&&!0!==a),Wr(e,"".concat(DS,"-right"),this.right),Wr(e,"bg-".concat(n),n),Wr(e,"text-".concat(r),r),e),this.sidebarClass],style:{width:o},attrs:this.computedAttrs,directives:[{name:"show",value:i}],ref:"content"},[KS(t,this)]);s=t("transition",{props:this.transitionProps,on:{beforeEnter:this.onBeforeEnter,afterEnter:this.onAfterEnter,afterLeave:this.onAfterLeave}},[s]);var l=t(_f,{props:{noFade:this.noSlide}},[XS(t,this)]),c=t(),d=t();return this.backdrop&&i&&(c=t("div",{attrs:{tabindex:"0"},on:{focus:this.onTopTrapFocus}}),d=t("div",{attrs:{tabindex:"0"},on:{focus:this.onBottomTrapFocus}})),t("div",{staticClass:"b-sidebar-outer",style:{zIndex:this.zIndex},attrs:{tabindex:"-1"},on:{keydown:this.onKeydown}},[c,s,d,l])}}),JS=os({components:{BSidebar:ZS},plugins:{VBTogglePlugin:sm}}),QS=af({animation:ef(sd,"wave"),height:ef(sd),size:ef(sd),type:ef(sd,"text"),variant:ef(sd),width:ef(sd)},Yl),tC=fi({name:Yl,functional:!0,props:QS,render:function(t,e){var n,o=e.data,r=e.props,i=r.size,a=r.animation,s=r.variant;return t("div",Eo(o,{staticClass:"b-skeleton",style:{width:i||r.width,height:i||r.height},class:(n={},Wr(n,"b-skeleton-".concat(r.type),!0),Wr(n,"b-skeleton-animate-".concat(a),a),Wr(n,"bg-".concat(s),s),n)}))}}),eC=(af(Ha(tp,["content","stacked"]),gl),af({animation:ef(sd,"wave"),icon:ef(sd),iconProps:ef(id,{})},Kl)),nC=fi({name:Kl,functional:!0,props:eC,render:function(t,e){var n=e.data,o=e.props,r=o.icon,i=o.animation,a=t(Cp,{staticClass:"b-skeleton-icon",props:Vr(Vr({},o.iconProps),{},{icon:r})});return t("div",Eo(n,{staticClass:"b-skeleton-icon-wrapper position-relative d-inline-block overflow-hidden",class:Wr({},"b-skeleton-animate-".concat(i),i)}),[a])}}),oC=af({animation:ef(sd),aspect:ef(sd,"16:9"),cardImg:ef(sd),height:ef(sd),noAspect:ef(ed,!1),variant:ef(sd),width:ef(sd)},Xl),rC=fi({name:Xl,functional:!0,props:oC,render:function(t,e){var n=e.data,o=e.props,r=o.aspect,i=o.width,a=o.height,s=o.animation,l=o.variant,c=o.cardImg,d=t(tC,Eo(n,{props:{type:"img",width:i,height:a,animation:s,variant:l},class:Wr({},"card-img-".concat(c),c)}));return o.noAspect?d:t(Vf,{props:{aspect:r}},[d])}}),iC=fi({methods:{hasListener:function(t){if(ci)return!0;var e=this.$listeners||{},n=this._events||{};return!xa(e[t])||Oa(n[t])&&n[t].length>0}}}),aC="light",sC="dark",lC=af({variant:ef(sd)},"BTr"),cC=fi({name:"BTr",mixins:[Np,Wp,Zd],provide:function(){var t=this;return{getBvTableTr:function(){return t}}},inject:{getBvTableRowGroup:{default:function(){return function(){return{}}}}},inheritAttrs:!1,props:lC,computed:{bvTableRowGroup:function(){return this.getBvTableRowGroup()},inTbody:function(){return this.bvTableRowGroup.isTbody},inThead:function(){return this.bvTableRowGroup.isThead},inTfoot:function(){return this.bvTableRowGroup.isTfoot},isDark:function(){return this.bvTableRowGroup.isDark},isStacked:function(){return this.bvTableRowGroup.isStacked},isResponsive:function(){return this.bvTableRowGroup.isResponsive},isStickyHeader:function(){return this.bvTableRowGroup.isStickyHeader},hasStickyHeader:function(){return!this.isStacked&&this.bvTableRowGroup.hasStickyHeader},tableVariant:function(){return this.bvTableRowGroup.tableVariant},headVariant:function(){return this.inThead?this.bvTableRowGroup.headVariant:null},footVariant:function(){return this.inTfoot?this.bvTableRowGroup.footVariant:null},isRowDark:function(){return this.headVariant!==aC&&this.footVariant!==aC&&(this.headVariant===sC||this.footVariant===sC||this.isDark)},trClasses:function(){var t=this.variant;return[t?"".concat(this.isRowDark?"bg":"table","-").concat(t):null]},trAttrs:function(){return Vr({role:"row"},this.bvAttrs)}},render:function(t){return t("tr",{class:this.trClasses,attrs:this.trAttrs,on:this.bvListeners},this.normalizeSlot())}}),dC={},uC=fi({props:dC,methods:{renderBottomRow:function(){var t=this.computedFields,e=this.stacked,n=this.tbodyTrClass,o=this.tbodyTrAttr,r=this.$createElement;return this.hasNormalizedSlot(_d)&&!0!==e&&""!==e?r(cC,{staticClass:"b-table-bottom-row",class:[_a(n)?n(null,"row-bottom"):n],attrs:_a(o)?o(null,"row-bottom"):o,key:"b-bottom-row"},this.normalizeSlot(_d,{columns:t.length,fields:t})):r()}}}),fC=function(t){return(t=Jd(t,0))>0?t:null},pC=function(t){return ka(t)||fC(t)>0},bC=af({colspan:ef(md,null,pC),rowspan:ef(md,null,pC),stackedHeading:ef(sd),stickyColumn:ef(ed,!1),variant:ef(sd)},nc),hC=fi({name:nc,mixins:[Np,Wp,Zd],inject:{getBvTableTr:{default:function(){return function(){return{}}}}},inheritAttrs:!1,props:bC,computed:{bvTableTr:function(){return this.getBvTableTr()},tag:function(){return"td"},inTbody:function(){return this.bvTableTr.inTbody},inThead:function(){return this.bvTableTr.inThead},inTfoot:function(){return this.bvTableTr.inTfoot},isDark:function(){return this.bvTableTr.isDark},isStacked:function(){return this.bvTableTr.isStacked},isStackedCell:function(){return this.inTbody&&this.isStacked},isResponsive:function(){return this.bvTableTr.isResponsive},isStickyHeader:function(){return this.bvTableTr.isStickyHeader},hasStickyHeader:function(){return this.bvTableTr.hasStickyHeader},isStickyColumn:function(){return!this.isStacked&&(this.isResponsive||this.hasStickyHeader)&&this.stickyColumn},rowVariant:function(){return this.bvTableTr.variant},headVariant:function(){return this.bvTableTr.headVariant},footVariant:function(){return this.bvTableTr.footVariant},tableVariant:function(){return this.bvTableTr.tableVariant},computedColspan:function(){return fC(this.colspan)},computedRowspan:function(){return fC(this.rowspan)},cellClasses:function(){var t=this.variant,e=this.headVariant,n=this.isStickyColumn;return(!t&&this.isStickyHeader&&!e||!t&&n&&this.inTfoot&&!this.footVariant||!t&&n&&this.inThead&&!e||!t&&n&&this.inTbody)&&(t=this.rowVariant||this.tableVariant||"b-table-default"),[t?"".concat(this.isDark?"bg":"table","-").concat(t):null,n?"b-table-sticky-column":null]},cellAttrs:function(){var t=this.stackedHeading,e=this.inThead||this.inTfoot,n=this.computedColspan,o=this.computedRowspan,r="cell",i=null;return e?(r="columnheader",i=n>0?"colspan":"col"):mu(this.tag,"th")&&(r="rowheader",i=o>0?"rowgroup":"row"),Vr(Vr({colspan:n,rowspan:o,role:r,scope:i},this.bvAttrs),{},{"data-label":this.isStackedCell&&!ka(t)?au(t):null})}},render:function(t){var e=[this.normalizeSlot()];return t(this.tag,{class:this.cellClasses,attrs:this.cellAttrs,on:this.bvListeners},[this.isStackedCell?t("div",[e]):e])}}),gC="busy",mC=Kc+gC,vC=Wr({},gC,ef(ed,!1)),yC=fi({props:vC,data:function(){return{localBusy:!1}},computed:{computedBusy:function(){return this[gC]||this.localBusy}},watch:{localBusy:function(t,e){t!==e&&this.$emit(mC,t)}},methods:{stopIfBusy:function(t){return!!this.computedBusy&&(bf(t),!0)},renderBusy:function(){var t=this.tbodyTrClass,e=this.tbodyTrAttr,n=this.$createElement;return this.computedBusy&&this.hasNormalizedSlot(Rd)?n(cC,{staticClass:"b-table-busy-slot",class:[_a(t)?t(null,Rd):t],attrs:_a(e)?e(null,Rd):e,key:"table-busy-slot"},[n(hC,{props:{colspan:this.computedFields.length||null}},[this.normalizeSlot(Rd)])]):null}}}),xC={caption:ef(sd),captionHtml:ef(sd)},wC=fi({props:xC,computed:{captionId:function(){return this.isStacked?this.safeId("_caption_"):null}},methods:{renderCaption:function(){var t=this.caption,e=this.captionHtml,n=this.$createElement,o=n(),r=this.hasNormalizedSlot(jd);return(r||t||e)&&(o=n("caption",{attrs:{id:this.captionId},domProps:r?{}:Cb(e,t),key:"caption",ref:"caption"},this.normalizeSlot(jd))),o}}}),kC={},_C=fi({methods:{renderColgroup:function(){var t=this.computedFields,e=this.$createElement,n=e();return this.hasNormalizedSlot(Nd)&&(n=e("colgroup",{key:"colgroup"},[this.normalizeSlot(Nd,{columns:t.length,fields:t})])),n}}}),SC={emptyFilteredHtml:ef(sd),emptyFilteredText:ef(sd,"There are no records matching your request"),emptyHtml:ef(sd),emptyText:ef(sd,"There are no records to show"),showEmpty:ef(ed,!1)},CC=fi({props:SC,methods:{renderEmpty:function(){var t=Uf(this),e=t.computedItems,n=t.computedBusy,o=this.$createElement,r=o();if(this.showEmpty&&(!e||0===e.length)&&(!n||!this.hasNormalizedSlot(Rd))){var i=this.computedFields,a=this.isFiltered,s=this.emptyText,l=this.emptyHtml,c=this.emptyFilteredText,d=this.emptyFilteredHtml,u=this.tbodyTrClass,f=this.tbodyTrAttr;(r=this.normalizeSlot(a?"emptyfiltered":$d,{emptyFilteredHtml:d,emptyFilteredText:c,emptyHtml:l,emptyText:s,fields:i,items:e}))||(r=o("div",{class:["text-center","my-2"],domProps:a?Cb(d,c):Cb(l,s)})),r=o(hC,{props:{colspan:i.length||null}},[o("div",{attrs:{role:"alert","aria-live":"polite"}},[r])]),r=o(cC,{staticClass:"b-table-empty-row",class:[_a(u)?u(null,"row-empty"):u],attrs:_a(f)?f(null,"row-empty"):f,key:a?"b-empty-filtered-row":"b-empty-row"},[r])}return r}}}),TC=function t(e){return ka(e)?"":za(e)&&!Fa(e)?Ra(e).sort().map((function(n){return t(e[n])})).filter((function(t){return!!t})).join(" "):au(e)},$C="_cellVariants",OC="_rowVariant",zC="_showDetails",AC=[$C,OC,zC].reduce((function(t,e){return Vr(Vr({},t),{},Wr({},e,!0))}),{}),FC=["a","a *","button","button *","input:not(.disabled):not([disabled])","select:not(.disabled):not([disabled])","textarea:not(.disabled):not([disabled])",'[role="link"]','[role="link"] *','[role="button"]','[role="button"] *',"[tabindex]:not(.disabled):not([disabled])"].join(","),BC=function(t,e,n){var o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},r=Ra(o).reduce((function(e,n){var r=o[n],i=r.filterByFormatted,a=_a(i)?i:i?r.formatter:null;return _a(a)&&(e[n]=a(t[n],n,t)),e}),Na(t)),i=Ra(r).filter((function(t){return!(AC[t]||Oa(e)&&e.length>0&&qd(e,t)||Oa(n)&&n.length>0&&!qd(n,t))}));return Va(r,i)},PC={filter:ef([].concat(ii(dd),[ad])),filterDebounce:ef(md,0,(function(t){return ji.test(String(t))})),filterFunction:ef(od),filterIgnoredFields:ef(td,[]),filterIncludedFields:ef(td,[])},EC=fi({props:PC,data:function(){return{isFiltered:!1,localFilter:this.filterSanitize(this.filter)}},computed:{computedFilterIgnored:function(){return Gd(this.filterIgnoredFields||[]).filter(Wa)},computedFilterIncluded:function(){return Gd(this.filterIncludedFields||[]).filter(Wa)},computedFilterDebounce:function(){var t=Jd(this.filterDebounce,0);return t>0&&Za('Prop "filter-debounce" is deprecated. Use the debounce feature of "" instead.',ec),t},localFiltering:function(){return!this.hasProvider||!!this.noProviderFiltering},filteredCheck:function(){return{filteredItems:this.filteredItems,localItems:this.localItems,localFilter:this.localFilter}},localFilterFn:function(){var t=this.filterFunction;return lf(t)?t:null},filteredItems:function(){var t=this.localItems,e=this.localFilter,n=this.localFiltering?this.filterFnFactory(this.localFilterFn,e)||this.defaultFilterFnFactory(e):null;return n&&t.length>0?t.filter(n):t}},watch:{computedFilterDebounce:function(t){!t&&this.$_filterTimer&&(this.clearFilterTimer(),this.localFilter=this.filterSanitize(this.filter))},filter:{deep:!0,handler:function(t){var e=this,n=this.computedFilterDebounce;this.clearFilterTimer(),n&&n>0?this.$_filterTimer=setTimeout((function(){e.localFilter=e.filterSanitize(t)}),n):this.localFilter=this.filterSanitize(t)}},filteredCheck:function(t){var e=t.filteredItems,n=t.localFilter,o=!1;n?Dp(n,[])||Dp(n,{})?o=!1:n&&(o=!0):o=!1,o&&this.$emit(Cc,e,e.length),this.isFiltered=o},isFiltered:function(t,e){if(!1===t&&!0===e){var n=this.localItems;this.$emit(Cc,n,n.length)}}},created:function(){var t=this;this.$_filterTimer=null,this.$nextTick((function(){t.isFiltered=Boolean(t.localFilter)}))},beforeDestroy:function(){this.clearFilterTimer()},methods:{clearFilterTimer:function(){clearTimeout(this.$_filterTimer),this.$_filterTimer=null},filterSanitize:function(t){return!this.localFiltering||this.localFilterFn||Ca(t)||Pa(t)?Ga(t):""},filterFnFactory:function(t,e){if(!t||!_a(t)||!e||Dp(e,[])||Dp(e,{}))return null;return function(n){return t(n,e)}},defaultFilterFnFactory:function(t){var e=this;if(!t||!Ca(t)&&!Pa(t))return null;var n=t;if(Ca(n)){var o=iu(t).replace(Xi,"\\s+");n=new RegExp(".*".concat(o,".*"),"i")}return function(t){return n.lastIndex=0,n.test((o=t,r=e.computedFilterIgnored,i=e.computedFilterIncluded,a=e.computedFieldsObj,za(o)?TC(BC(o,r,i,a)):""));var o,r,i,a}}}}),DC=function(t,e){var n=[];if(Oa(t)&&t.filter(Wa).forEach((function(t){if(Ca(t))n.push({key:t,label:ou(t)});else if(za(t)&&t.key&&Ca(t.key))n.push(Na(t));else if(za(t)&&1===Ra(t).length){var e=Ra(t)[0],o=function(t,e){var n=null;return Ca(e)?n={key:t,label:e}:_a(e)?n={key:t,formatter:e}:za(e)?(n=Na(e)).key=n.key||t:!1!==e&&(n={key:t}),n}(e,t[e]);o&&n.push(o)}})),0===n.length&&Oa(e)&&e.length>0){var o=e[0];Ra(o).forEach((function(t){AC[t]||n.push({key:t,label:ou(t)})}))}var r={};return n.filter((function(t){return!r[t.key]&&(r[t.key]=!0,t.label=Ca(t.label)?t.label:ou(t.key),!0)}))},LC=cf("value",{type:td,defaultValue:[]}),MC=LC.mixin,IC=LC.props,RC=LC.prop,jC=LC.event,NC=qa(Vr(Vr({},IC),{},Wr({fields:ef(td,null),items:ef(td,[]),primaryKey:ef(sd)},RC,ef(td,[])))),VC=fi({mixins:[MC,tk],props:NC,data:function(){var t=this.items;return{localItems:Oa(t)?t.slice():[]}},computed:{computedFields:function(){return DC(this.fields,this.localItems)},computedFieldsObj:function(){var t=this.bvParent;return this.computedFields.reduce((function(e,n){if(e[n.key]=Na(n),n.formatter){var o=n.formatter;Ca(o)&&_a(t[o])?o=t[o]:_a(o)||(o=void 0),e[n.key].formatter=o}return e}),{})},computedItems:function(){var t=Uf(this),e=t.paginatedItems,n=t.sortedItems,o=t.filteredItems,r=t.localItems;return(e||n||o||r||[]).slice()},context:function(){var t=Uf(this),e=t.perPage,n=t.currentPage;return{filter:this.localFilter,sortBy:this.localSortBy,sortDesc:this.localSortDesc,perPage:Ef(Jd(e,0),0),currentPage:Ef(Jd(n,0),1),apiUrl:this.apiUrl}}},watch:{items:function(t){this.localItems=Oa(t)?t.slice():[]},computedItems:function(t,e){Dp(t,e)||this.$emit(jC,t)},context:function(t,e){Dp(t,e)||this.$emit(yc,t)}},mounted:function(){this.$emit(jC,this.computedItems)},methods:{getFieldFormatter:function(t){var e=this.computedFieldsObj[t];return e?e.formatter:void 0}}}),HC={currentPage:ef(md,1),perPage:ef(md,0)},UC=fi({props:HC,computed:{localPaging:function(){return!this.hasProvider||!!this.noProviderPaging},paginatedItems:function(){var t=Uf(this),e=t.sortedItems,n=t.filteredItems,o=t.localItems,r=e||n||o||[],i=Ef(Jd(this.currentPage,1),1),a=Ef(Jd(this.perPage,0),0);return this.localPaging&&a&&(r=r.slice((i-1)*a,i*a)),r}}}),qC=gf(ec,jc),GC=mf(ec,"refresh"),WC={apiUrl:ef(sd),items:ef(ld,[]),noProviderFiltering:ef(ed,!1),noProviderPaging:ef(ed,!1),noProviderSorting:ef(ed,!1)},YC=fi({mixins:[Up],props:WC,computed:{hasProvider:function(){return _a(this.items)},providerTriggerContext:function(){var t={apiUrl:this.apiUrl,filter:null,sortBy:null,sortDesc:null,perPage:null,currentPage:null};return this.noProviderFiltering||(t.filter=this.localFilter),this.noProviderSorting||(t.sortBy=this.localSortBy,t.sortDesc=this.localSortDesc),this.noProviderPaging||(t.perPage=this.perPage,t.currentPage=this.currentPage),Na(t)}},watch:{items:function(t){(this.hasProvider||_a(t))&&this.$nextTick(this._providerUpdate)},providerTriggerContext:function(t,e){Dp(t,e)||this.$nextTick(this._providerUpdate)}},mounted:function(){var t=this;!this.hasProvider||this.localItems&&0!==this.localItems.length||this._providerUpdate(),this.listenOnRoot(GC,(function(e){e!==t.id&&e!==t||t.refresh()}))},methods:{refresh:function(){var t=Uf(this),e=t.items,n=t.refresh,o=t.computedBusy;this.$off(jc,n),o?this.localBusy&&this.hasProvider&&this.$on(jc,n):(this.clearSelected(),this.hasProvider?this.$nextTick(this._providerUpdate):this.localItems=Oa(e)?e.slice():[])},_providerSetLocal:function(t){this.localItems=Oa(t)?t.slice():[],this.localBusy=!1,this.$emit(jc),this.id&&this.emitOnRoot(qC,this.id)},_providerUpdate:function(){var t=this;this.hasProvider&&(Uf(this).computedBusy?this.$nextTick(this.refresh):(this.localBusy=!0,this.$nextTick((function(){try{var e=t.items(t.context,t._providerSetLocal);!ka(n=e)&&_a(n.then)&&_a(n.catch)?e.then((function(e){t._providerSetLocal(e)})):Oa(e)?t._providerSetLocal(e):2!==t.items.length&&(Za("Provider function didn't request callback and did not return a promise or data.",ec),t.localBusy=!1)}catch(e){Za("Provider function error [".concat(e.name,"] ").concat(e.message,"."),ec),t.localBusy=!1,t.$off(jc,t.refresh)}var n}))))}}}),KC=["range","multi","single"],XC="grid",ZC={noSelectOnClick:ef(ed,!1),selectMode:ef(sd,"multi",(function(t){return qd(KC,t)})),selectable:ef(ed,!1),selectedVariant:ef(sd,"active")},JC=fi({props:ZC,data:function(){return{selectedRows:[],selectedLastRow:-1}},computed:{isSelectable:function(){return this.selectable&&this.selectMode},hasSelectableRowClick:function(){return this.isSelectable&&!this.noSelectOnClick},supportsSelectableRows:function(){return!0},selectableHasSelection:function(){var t=this.selectedRows;return this.isSelectable&&t&&t.length>0&&t.some(Wa)},selectableIsMultiSelect:function(){return this.isSelectable&&qd(["range","multi"],this.selectMode)},selectableTableClasses:function(){var t,e=this.isSelectable;return Wr(t={"b-table-selectable":e},"b-table-select-".concat(this.selectMode),e),Wr(t,"b-table-selecting",this.selectableHasSelection),Wr(t,"b-table-selectable-no-click",e&&!this.hasSelectableRowClick),t},selectableTableAttrs:function(){if(!this.isSelectable)return{};var t=this.bvAttrs.role||XC;return{role:t,"aria-multiselectable":t===XC?au(this.selectableIsMultiSelect):null}}},watch:{computedItems:function(t,e){var n=!1;if(this.isSelectable&&this.selectedRows.length>0){n=Oa(t)&&Oa(e)&&t.length===e.length;for(var o=0;n&&o=0&&t0&&(this.selectedLastClicked=-1,this.selectedRows=this.selectableIsMultiSelect?Wd(t,!0):[!0])},isRowSelected:function(t){return!(!Ta(t)||!this.selectedRows[t])},clearSelected:function(){this.selectedLastClicked=-1,this.selectedRows=[]},selectableRowClasses:function(t){if(this.isSelectable&&this.isRowSelected(t)){var e=this.selectedVariant;return Wr({"b-table-row-selected":!0},"".concat(this.dark?"bg":"table","-").concat(e),e)}return{}},selectableRowAttrs:function(t){return{"aria-selected":this.isSelectable?this.isRowSelected(t)?"true":"false":null}},setSelectionHandlers:function(t){var e=t&&!this.noSelectOnClick?"$on":"$off";this[e](Nc,this.selectionHandler),this[e](Cc,this.clearSelected),this[e](yc,this.clearSelected)},selectionHandler:function(t,e,n){if(this.isSelectable&&!this.noSelectOnClick){var o=this.selectMode,r=this.selectedLastRow,i=this.selectedRows.slice(),a=!i[e];if("single"===o)i=[];else if("range"===o)if(r>-1&&n.shiftKey){for(var s=Pf(r,e);s<=Ef(r,e);s++)i[s]=!0;a=!0}else n.ctrlKey||n.metaKey||(i=[],a=!0),a&&(this.selectedLastRow=e);i[e]=a,this.selectedRows=i}else this.clearSelected()}}}),QC=function(t,e){return t.map((function(t,e){return[e,t]})).sort(function(t,e){return this(t[1],e[1])||t[0]-e[0]}.bind(e)).map((function(t){return t[1]}))},tT=function(t){return ka(t)?"":$a(t)?Qd(t,t):t},eT="sortBy",nT=Kc+eT,oT="sortDesc",rT=Kc+oT,iT="asc",aT="desc",sT=[iT,aT,"last"],lT=(Wr(a_={labelSortAsc:ef(sd,"Click to sort ascending"),labelSortClear:ef(sd,"Click to clear sorting"),labelSortDesc:ef(sd,"Click to sort descending"),noFooterSorting:ef(ed,!1),noLocalSorting:ef(ed,!1),noSortReset:ef(ed,!1)},eT,ef(sd)),Wr(a_,"sortCompare",ef(od)),Wr(a_,"sortCompareLocale",ef(ud)),Wr(a_,"sortCompareOptions",ef(id,{numeric:!0})),Wr(a_,oT,ef(ed,!1)),Wr(a_,"sortDirection",ef(sd,iT,(function(t){return qd(sT,t)}))),Wr(a_,"sortIconLeft",ef(ed,!1)),Wr(a_,"sortNullLast",ef(ed,!1)),a_),cT=fi({props:lT,data:function(){return{localSortBy:this[eT]||"",localSortDesc:this[oT]||!1}},computed:{localSorting:function(){return this.hasProvider?!!this.noProviderSorting:!this.noLocalSorting},isSortable:function(){return this.computedFields.some((function(t){return t.sortable}))},sortedItems:function(){var t=Uf(this),e=t.localSortBy,n=t.localSortDesc,o=t.sortCompareLocale,r=t.sortNullLast,i=t.sortCompare,a=t.localSorting,s=t.filteredItems,l=t.localItems,c=(s||l||[]).slice(),d=Vr(Vr({},this.sortCompareOptions),{},{usage:"sort"});if(e&&a){var u=(this.computedFieldsObj[e]||{}).sortByFormatted,f=_a(u)?u:u?this.getFieldFormatter(e):void 0;return QC(c,(function(t,a){var s=null;return _a(i)&&(s=i(t,a,e,n,f,d,o)),(ka(s)||!1===s)&&(s=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=n.sortBy,r=void 0===o?null:o,i=n.formatter,a=void 0===i?null:i,s=n.locale,l=void 0===s?void 0:s,c=n.localeOptions,d=void 0===c?{}:c,u=n.nullLast,f=void 0!==u&&u,p=Ka(t,r,null),b=Ka(e,r,null);return _a(a)&&(p=a(p,r,t),b=a(b,r,e)),p=tT(p),b=tT(b),Fa(p)&&Fa(b)||Ta(p)&&Ta(b)?pb?1:0:f&&""===p&&""!==b?1:f&&""!==p&&""===b?-1:TC(p).localeCompare(TC(b),l,d)}(t,a,{sortBy:e,formatter:f,locale:o,localeOptions:d,nullLast:r})),(s||0)*(n?-1:1)}))}return c}},watch:(s_={isSortable:function(t){t?this.isSortable&&this.$on(zc,this.handleSort):this.$off(zc,this.handleSort)}},Wr(s_,oT,(function(t){t!==this.localSortDesc&&(this.localSortDesc=t||!1)})),Wr(s_,eT,(function(t){t!==this.localSortBy&&(this.localSortBy=t||"")})),Wr(s_,"localSortDesc",(function(t,e){t!==e&&this.$emit(rT,t)})),Wr(s_,"localSortBy",(function(t,e){t!==e&&this.$emit(nT,t)})),s_),created:function(){this.isSortable&&this.$on(zc,this.handleSort)},methods:{handleSort:function(t,e,n,o){var r=this;if(this.isSortable&&(!o||!this.noFooterSorting)){var i=!1,a=function(){var t=e.sortDirection||r.sortDirection;t===iT?r.localSortDesc=!1:t===aT&&(r.localSortDesc=!0)};if(e.sortable){var s=!this.localSorting&&e.sortKey?e.sortKey:t;this.localSortBy===s?this.localSortDesc=!this.localSortDesc:(this.localSortBy=s,a()),i=!0}else this.localSortBy&&!this.noSortReset&&(this.localSortBy="",a(),i=!0);i&&this.$emit("sort-changed",this.context)}},sortTheadThClasses:function(t,e,n){return{"b-table-sort-icon-left":e.sortable&&this.sortIconLeft&&!(n&&this.noFooterSorting)}},sortTheadThAttrs:function(t,e,n){var o,r=this.isSortable,i=this.noFooterSorting,a=this.localSortDesc,s=this.localSortBy,l=this.localSorting;if(!r||n&&i)return{};var c=e.sortable,d=l?t:null!==(o=e.sortKey)&&void 0!==o?o:t;return{"aria-sort":c&&s===d?a?"descending":"ascending":c?"none":null}},sortTheadThLabel:function(t,e,n){if(!this.isSortable||n&&this.noFooterSorting)return null;var o=this.localSortBy,r=this.localSortDesc,i=this.labelSortAsc,a=this.labelSortDesc,s="";if(e.sortable)if(o===t)s=r?i:a;else{s=r?a:i;var l=this.sortDirection||e.sortDirection;l===iT?s=i:l===aT&&(s=a)}else this.noSortReset||(s=o?this.labelSortClear:"");return su(s)||null}}}),dT={stacked:ef(bd,!1)},uT=fi({props:dT,computed:{isStacked:function(){var t=this.stacked;return""===t||t},isStackedAlways:function(){return!0===this.isStacked},stackedTableClasses:function(){var t=this.isStackedAlways;return Wr({"b-table-stacked":t},"b-table-stacked-".concat(this.stacked),!t&&this.isStacked)}}}),fT={bordered:ef(ed,!1),borderless:ef(ed,!1),captionTop:ef(ed,!1),dark:ef(ed,!1),fixed:ef(ed,!1),hover:ef(ed,!1),noBorderCollapse:ef(ed,!1),outlined:ef(ed,!1),responsive:ef(bd,!1),small:ef(ed,!1),stickyHeader:ef(bd,!1),striped:ef(ed,!1),tableClass:ef(dd),tableVariant:ef(sd)},pT=fi({mixins:[Np],provide:function(){var t=this;return{getBvTable:function(){return t}}},inheritAttrs:!1,props:fT,computed:{isTableSimple:function(){return!1},isResponsive:function(){var t=this.responsive;return""===t||t},isStickyHeader:function(){var t=this.stickyHeader;return t=""===t||t,!this.isStacked&&t},wrapperClasses:function(){var t=this.isResponsive;return[this.isStickyHeader?"b-table-sticky-header":"",!0===t?"table-responsive":t?"table-responsive-".concat(this.responsive):""].filter(Wa)},wrapperStyles:function(){var t=this.isStickyHeader;return t&&!Sa(t)?{maxHeight:t}:{}},tableClasses:function(){var t=Uf(this),e=t.hover,n=t.tableVariant,o=t.selectableTableClasses,r=t.stackedTableClasses,i=t.tableClass,a=t.computedBusy;return e=this.isTableSimple?e:e&&this.computedItems.length>0&&!a,[i,{"table-striped":this.striped,"table-hover":e,"table-dark":this.dark,"table-bordered":this.bordered,"table-borderless":this.borderless,"table-sm":this.small,border:this.outlined,"b-table-fixed":this.fixed,"b-table-caption-top":this.captionTop,"b-table-no-border-collapse":this.noBorderCollapse},n?"".concat(this.dark?"bg":"table","-").concat(n):"",r,o]},tableAttrs:function(){var t=Uf(this),e=t.computedItems,n=t.filteredItems,o=t.computedFields,r=t.selectableTableAttrs,i=t.computedBusy,a=this.isTableSimple?{}:{"aria-busy":au(i),"aria-colcount":au(o.length),"aria-describedby":this.bvAttrs["aria-describedby"]||this.$refs.caption?this.captionId:null};return Vr(Vr(Vr({"aria-rowcount":e&&n&&n.length>e.length?au(n.length):null},this.bvAttrs),{},{id:this.safeId(),role:this.bvAttrs.role||"table"},a),r)}},render:function(t){var e=Uf(this),n=e.wrapperClasses,o=e.renderCaption,r=e.renderColgroup,i=e.renderThead,a=e.renderTbody,s=e.renderTfoot,l=[];this.isTableSimple?l.push(this.normalizeSlot()):(l.push(o?o():null),l.push(r?r():null),l.push(i?i():null),l.push(a?a():null),l.push(s?s():null));var c=t("table",{staticClass:"table b-table",class:this.tableClasses,attrs:this.tableAttrs,key:"b-table"},l.filter(Wa));return n.length>0?t("div",{class:n,style:this.wrapperStyles,key:"wrap"},[c]):c}}),bT=af({tbodyTransitionHandlers:ef(id),tbodyTransitionProps:ef(id)},ac),hT=fi({name:ac,mixins:[Np,Wp,Zd],provide:function(){var t=this;return{getBvTableRowGroup:function(){return t}}},inject:{getBvTable:{default:function(){return function(){return{}}}}},inheritAttrs:!1,props:bT,computed:{bvTable:function(){return this.getBvTable()},isTbody:function(){return!0},isDark:function(){return this.bvTable.dark},isStacked:function(){return this.bvTable.isStacked},isResponsive:function(){return this.bvTable.isResponsive},isStickyHeader:function(){return!1},hasStickyHeader:function(){return!this.isStacked&&this.bvTable.stickyHeader},tableVariant:function(){return this.bvTable.tableVariant},isTransitionGroup:function(){return this.tbodyTransitionProps||this.tbodyTransitionHandlers},tbodyAttrs:function(){return Vr({role:"rowgroup"},this.bvAttrs)},tbodyProps:function(){var t=this.tbodyTransitionProps;return t?Vr(Vr({},t),{},{tag:"tbody"}):{}}},render:function(t){var e={props:this.tbodyProps,attrs:this.tbodyAttrs};return this.isTransitionGroup?(e.on=this.tbodyTransitionHandlers||{},e.nativeOn=this.bvListeners):e.on=this.bvListeners,t(this.isTransitionGroup?"transition-group":"tbody",e,this.normalizeSlot())}}),gT=["TD","TH","TR"],mT=function(t){if(!t||!t.target)return!1;var e=t.target;if(e.disabled||-1!==gT.indexOf(e.tagName))return!1;if(Cu(".dropdown-menu",e))return!0;var n="LABEL"===e.tagName?e:Cu("label",e);if(n){var o=Pu(n,"for"),r=o?$u(o):_u("input, select, textarea",n);if(r&&!r.disabled)return!0}return Su(e,FC)},vT=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:document,e=Si.getSelection?Si.getSelection():null;return!!(e&&""!==e.toString().trim()&&e.containsNode&&hu(t))&&e.containsNode(t,!0)},yT=af(bC,"BTh"),xT=fi({name:"BTh",extends:hC,props:yT,computed:{tag:function(){return"th"}}}),wT={detailsTdClass:ef(dd),tbodyTrAttr:ef(yd),tbodyTrClass:ef([].concat(ii(dd),[od]))},kT=fi({mixins:[tk],props:wT,methods:{getTdValues:function(t,e,n,o){var r=this.bvParent;if(n){var i=Ka(t,e,"");return _a(n)?n(i,e,t):Ca(n)&&_a(r[n])?r[n](i,e,t):n}return o},getThValues:function(t,e,n,o,r){var i=this.bvParent;if(n){var a=Ka(t,e,"");return _a(n)?n(a,e,t,o):Ca(n)&&_a(i[n])?i[n](a,e,t,o):n}return r},getFormattedValue:function(t,e){var n=e.key,o=this.getFieldFormatter(n),r=Ka(t,n,null);return _a(o)&&(r=o(r,n,t)),ka(r)?"":r},toggleDetailsFactory:function(t,e){var n=this;return function(){t&&n.$set(e,zC,!e[zC])}},rowHovered:function(t){this.tbodyRowEventStopped(t)||this.emitTbodyRowEvent("row-hovered",t)},rowUnhovered:function(t){this.tbodyRowEventStopped(t)||this.emitTbodyRowEvent("row-unhovered",t)},renderTbodyRowCell:function(t,e,n,o){var r=this,i=this.isStacked,a=t.key,s=t.label,l=t.isRowHeader,c=this.$createElement,d=this.hasNormalizedSlot(Id),u=this.getFormattedValue(n,t),f=!i&&(this.isResponsive||this.stickyHeader)&&t.stickyColumn,p=f?l?xT:hC:l?"th":"td",b=n[$C]&&n[$C][a]?n[$C][a]:t.variant||null,h={class:[t.class?t.class:"",this.getTdValues(n,a,t.tdClass,"")],props:{},attrs:Vr({"aria-colindex":String(e+1)},l?this.getThValues(n,a,t.thAttr,"row",{}):this.getTdValues(n,a,t.tdAttr,{})),key:"row-".concat(o,"-cell-").concat(e,"-").concat(a)};f?h.props={stackedHeading:i?s:null,stickyColumn:!0,variant:b}:(h.attrs["data-label"]=i&&!ka(s)?au(s):null,h.attrs.role=l?"rowheader":"cell",h.attrs.scope=l?"row":null,b&&h.class.push("".concat(this.dark?"bg":"table","-").concat(b)));var g={item:n,index:o,field:t,unformatted:Ka(n,a,""),value:u,toggleDetails:this.toggleDetailsFactory(d,n),detailsShowing:Boolean(n[zC])};Uf(this).supportsSelectableRows&&(g.rowSelected=this.isRowSelected(o),g.selectRow=function(){return r.selectRow(o)},g.unselectRow=function(){return r.unselectRow(o)});var m=this.$_bodyFieldSlotNameCache[a],v=m?this.normalizeSlot(m,g):au(u);return this.isStacked&&(v=[c("div",[v])]),c(p,h,[v])},renderTbodyRow:function(t,e){var n=this,o=Uf(this),r=o.computedFields,i=o.striped,a=o.primaryKey,s=o.currentPage,l=o.perPage,c=o.tbodyTrClass,d=o.tbodyTrAttr,u=o.hasSelectableRowClick,f=this.$createElement,p=this.hasNormalizedSlot(Id),b=t[zC]&&p,h=this.$listeners[Nc]||u,g=[],m=b?this.safeId("_details_".concat(e,"_")):null,v=r.map((function(o,r){return n.renderTbodyRowCell(o,r,t,e)})),y=null;s&&l&&l>0&&(y=String((s-1)*l+e+1));var x=au(Ka(t,a))||null,w=x||au(e),k=x?this.safeId("_row_".concat(x)):null,_=Uf(this).selectableRowClasses?this.selectableRowClasses(e):{},S=Uf(this).selectableRowAttrs?this.selectableRowAttrs(e):{},C=_a(c)?c(t,"row"):c,T=_a(d)?d(t,"row"):d;if(g.push(f(cC,Wr({class:[C,_,b?"b-table-has-details":""],props:{variant:t[OC]||null},attrs:Vr(Vr({id:k},T),{},{tabindex:h?"0":null,"data-pk":x||null,"aria-details":m,"aria-owns":m,"aria-rowindex":y},S),on:{mouseenter:this.rowHovered,mouseleave:this.rowUnhovered},key:"__b-table-row-".concat(w,"__"),ref:"item-rows"},di,!0),v)),b){var $={item:t,index:e,fields:r,toggleDetails:this.toggleDetailsFactory(p,t)};Uf(this).supportsSelectableRows&&($.rowSelected=this.isRowSelected(e),$.selectRow=function(){return n.selectRow(e)},$.unselectRow=function(){return n.unselectRow(e)});var O=f(hC,{props:{colspan:r.length},class:this.detailsTdClass},[this.normalizeSlot(Id,$)]);i&&g.push(f("tr",{staticClass:"d-none",attrs:{"aria-hidden":"true",role:"presentation"},key:"__b-table-details-stripe__".concat(w)}));var z=_a(this.tbodyTrClass)?this.tbodyTrClass(t,Id):this.tbodyTrClass,A=_a(this.tbodyTrAttr)?this.tbodyTrAttr(t,Id):this.tbodyTrAttr;g.push(f(cC,{staticClass:"b-table-details",class:[z],props:{variant:t[OC]||null},attrs:Vr(Vr({},A),{},{id:m,tabindex:"-1"}),key:"__b-table-details__".concat(w)},[O]))}else p&&(g.push(f()),i&&g.push(f()));return g}}}),_T=function(t){return"cell(".concat(t||"",")")},ST=qa(Vr(Vr(Vr({},bT),wT),{},{tbodyClass:ef(dd)})),CT=fi({mixins:[kT],props:ST,beforeDestroy:function(){this.$_bodyFieldSlotNameCache=null},methods:{getTbodyTrs:function(){var t=this.$refs,e=t.tbody?t.tbody.$el||t.tbody:null,n=(t["item-rows"]||[]).map((function(t){return t.$el||t}));return e&&e.children&&e.children.length>0&&n&&n.length>0?Ud(e.children).filter((function(t){return qd(n,t)})):[]},getTbodyTrIndex:function(t){if(!hu(t))return-1;var e="TR"===t.tagName?t:Cu("tr",t,!0);return e?this.getTbodyTrs().indexOf(e):-1},emitTbodyRowEvent:function(t,e){if(t&&this.hasListener(t)&&e&&e.target){var n=this.getTbodyTrIndex(e.target);if(n>-1){var o=this.computedItems[n];this.$emit(t,o,n,e)}}},tbodyRowEventStopped:function(t){return this.stopIfBusy&&this.stopIfBusy(t)},onTbodyRowKeydown:function(t){var e=t.target,n=t.keyCode;if(!this.tbodyRowEventStopped(t)&&"TR"===e.tagName&&vu(e)&&0===e.tabIndex)if(qd([Op,Bp],n))bf(t),this.onTBodyRowClicked(t);else if(qd([Pp,Tp,zp,$p],n)){var o=this.getTbodyTrIndex(e);if(o>-1){bf(t);var r=this.getTbodyTrs(),i=t.shiftKey;n===zp||i&&n===Pp?Hu(r[0]):n===$p||i&&n===Tp?Hu(r[r.length-1]):n===Pp&&o>0?Hu(r[o-1]):n===Tp&&o0&&void 0!==arguments[0]&&arguments[0],n=Uf(this),o=n.computedFields,r=n.isSortable,i=n.isSelectable,a=n.headVariant,s=n.footVariant,l=n.headRowVariant,c=n.footRowVariant,d=this.$createElement;if(this.isStackedAlways||0===o.length)return d();var u=r||this.hasListener(zc),f=i?this.selectAllRows:rg,p=i?this.clearSelected:rg,b=o.map((function(n,o){var i=n.label,a=n.labelHtml,s=n.variant,l=n.stickyColumn,c=n.key,b=null;n.label.trim()||n.headerTitle||(b=ou(n.key));var h={};u&&(h.click=function(o){t.headClicked(o,n,e)},h.keydown=function(o){var r=o.keyCode;r!==Op&&r!==Bp||t.headClicked(o,n,e)});var g=r?t.sortTheadThAttrs(c,n,e):{},m=r?t.sortTheadThClasses(c,n,e):null,v=r?t.sortTheadThLabel(c,n,e):null,y={class:[{"position-relative":v},t.fieldClasses(n),m],props:{variant:s,stickyColumn:l},style:n.thStyle||{},attrs:Vr(Vr({tabindex:u&&n.sortable?"0":null,abbr:n.headerAbbr||null,title:n.headerTitle||null,"aria-colindex":o+1,"aria-label":b},t.getThValues(null,c,n.thAttr,e?"foot":"head",{})),g),on:h,key:c},x=[BT(c),BT(c.toLowerCase()),BT()];e&&(x=[PT(c),PT(c.toLowerCase()),PT()].concat(ii(x)));var w={label:i,column:c,field:n,isFoot:e,selectAllRows:f,clearSelected:p},k=t.normalizeSlot(x,w)||d("div",{domProps:Cb(a,i)}),_=v?d("span",{staticClass:"sr-only"}," (".concat(v,")")):null;return d(xT,y,[k,_].filter(Wa))})).filter(Wa),h=[];if(e)h.push(d(cC,{class:this.tfootTrClass,props:{variant:ka(c)?l:c}},b));else{var g={columns:o.length,fields:o,selectAllRows:f,clearSelected:p};h.push(this.normalizeSlot("thead-top",g)||d()),h.push(d(cC,{class:this.theadTrClass,props:{variant:l}},b))}return d(e?$T:FT,{class:(e?this.tfootClass:this.theadClass)||null,props:e?{footVariant:s||a||null}:{headVariant:a||null},key:e?"bv-tfoot":"bv-thead"},h)}}}),LT=fi({methods:{renderTopRow:function(){var t=this.computedFields,e=this.stacked,n=this.tbodyTrClass,o=this.tbodyTrAttr,r=this.$createElement;return this.hasNormalizedSlot(Hd)&&!0!==e&&""!==e?r(cC,{staticClass:"b-table-top-row",class:[_a(n)?n(null,"row-top"):n],attrs:_a(o)?o(null,"row-top"):o,key:"b-top-row"},[this.normalizeSlot(Hd,{columns:t.length,fields:t})]):r()}}}),MT=af(qa(Vr(Vr(Vr(Vr(Vr(Vr(Vr(Vr(Vr(Vr(Vr(Vr(Vr(Vr(Vr(Vr(Vr(Vr({},ch),dC),vC),xC),kC),SC),PC),NC),HC),WC),ZC),lT),dT),fT),ST),OT),ET),{})),ec),IT=fi({name:ec,mixins:[Np,iC,dh,Zd,VC,pT,uT,DT,zT,CT,uT,EC,cT,UC,wC,_C,JC,CC,LT,uC,yC,YC],props:MT}),RT=af(qa(Vr(Vr(Vr(Vr(Vr(Vr(Vr(Vr(Vr({},ch),xC),kC),NC),dT),fT),ST),OT),ET)),oc),jT=fi({name:oc,mixins:[Np,iC,dh,Zd,VC,pT,uT,DT,zT,CT,wC,_C],props:RT}),NT=af(qa(Vr(Vr(Vr({},ch),dT),fT)),rc),VT=fi({name:rc,mixins:[Np,iC,dh,Zd,pT,uT],props:NT,computed:{isTableSimple:function(){return!0}}}),HT=os({components:{BTable:IT},plugins:{TableLitePlugin:os({components:{BTableLite:jT}}),TableSimplePlugin:os({components:{BTableSimple:VT,BTbody:hT,BThead:FT,BTfoot:$T,BTr:cC,BTd:hC,BTh:xT}})}}),UT=function(t){return t>0},qT=af({animation:ef(sd),columns:ef(rd,5,UT),hideHeader:ef(ed,!1),rows:ef(rd,3,UT),showFooter:ef(ed,!1),tableProps:ef(id,{})},Zl),GT=fi({name:Zl,functional:!0,props:qT,render:function(t,e){var n=e.data,o=e.props,r=o.animation,i=o.columns,a=t("th",[t(tC,{props:{animation:r}})]),s=t("tr",Wd(i,a)),l=t("td",[t(tC,{props:{width:"75%",animation:r}})]),c=t("tr",Wd(i,l)),d=t("tbody",Wd(o.rows,c)),u=o.hideHeader?t():t("thead",[s]),f=o.showFooter?t("tfoot",[s]):t();return t(VT,Eo(n,{props:Vr({},o.tableProps)}),[u,d,f])}}),WT=af({loading:ef(ed,!1)},Jl),YT=fi({name:Jl,functional:!0,props:WT,render:function(t,e){var n=e.data,o=e.props,r=e.slots,i=e.scopedSlots,a=r(),s=i||{},l={};return o.loading?t("div",Eo(n,{attrs:{role:"alert","aria-live":"polite","aria-busy":!0},staticClass:"b-skeleton-wrapper",key:"loading"}),Xd("loading",l,s,a)):Xd(Td,l,s,a)}}),KT=os({components:{BSkeleton:tC,BSkeletonIcon:nC,BSkeletonImg:rC,BSkeletonTable:GT,BSkeletonWrapper:YT}}),XT=os({components:{BSpinner:w_}}),ZT=cf("value",{type:rd}),JT=ZT.mixin,QT=ZT.props,t$=ZT.prop,e$=ZT.event,n$=function(t){return!t.disabled},o$=fi({name:"BVTabButton",inject:{getBvTabs:{default:function(){return function(){return{}}}}},props:{controls:ef(sd),id:ef(sd),noKeyNav:ef(ed,!1),posInSet:ef(rd),setSize:ef(rd),tab:ef(),tabIndex:ef(rd)},computed:{bvTabs:function(){return this.getBvTabs()}},methods:{focus:function(){Hu(this.$refs.link)},handleEvent:function(t){if(!this.tab.disabled){var e=t.type,n=t.keyCode,o=t.shiftKey;"click"===e||"keydown"===e&&n===Bp?(bf(t),this.$emit(gc,t)):"keydown"!==e||this.noKeyNav||(-1!==[Pp,Ap,zp].indexOf(n)?(bf(t),o||n===zp?this.$emit(Tc,t):this.$emit(Rc,t)):-1!==[Tp,Fp,$p].indexOf(n)&&(bf(t),o||n===$p?this.$emit(Pc,t):this.$emit(Lc,t)))}}},render:function(t){var e=this.id,n=this.tabIndex,o=this.setSize,r=this.posInSet,i=this.controls,a=this.handleEvent,s=this.tab,l=s.title,c=s.localActive,d=s.disabled,u=s.titleItemClass,f=s.titleLinkClass,p=s.titleLinkAttributes,b=t(Jp,{staticClass:"nav-link",class:[{active:c&&!d,disabled:d},f,c?this.bvTabs.activeNavItemClass:null],props:{disabled:d},attrs:Vr(Vr({},p),{},{id:e,role:"tab",tabindex:n,"aria-selected":c&&!d?"true":"false","aria-setsize":o,"aria-posinset":r,"aria-controls":i}),on:{click:a,keydown:a},ref:"link"},[this.tab.normalizeSlot(Vd)||l]);return t("li",{staticClass:"nav-item",class:[u],attrs:{role:"presentation"}},[b])}}),r$=Ha(Rk,["tabs","isNavBar","cardHeader"]),i$=af(qa(Vr(Vr(Vr(Vr({},ch),QT),r$),{},{activeNavItemClass:ef(dd),activeTabClass:ef(dd),card:ef(ed,!1),contentClass:ef(dd),end:ef(ed,!1),lazy:ef(ed,!1),navClass:ef(dd),navWrapperClass:ef(dd),noFade:ef(ed,!1),noKeyNav:ef(ed,!1),noNavStyle:ef(ed,!1),tag:ef(sd,"div")})),ic),a$=fi({name:ic,mixins:[dh,JT,Zd],provide:function(){var t=this;return{getBvTabs:function(){return t}}},props:i$,data:function(){return{currentTab:Jd(this[t$],-1),tabs:[],registeredTabs:[]}},computed:{fade:function(){return!this.noFade},localNavClass:function(){var t=[];return this.card&&this.vertical&&t.push("card-header","h-100","border-bottom-0","rounded-0"),[].concat(t,[this.navClass])}},watch:(l_={},Wr(l_,t$,(function(t,e){if(t!==e){t=Jd(t,-1),e=Jd(e,0);var n=this.tabs[t];n&&!n.disabled?this.activateTab(n):t0&&void 0!==arguments[0])||arguments[0];if(this.$_observer&&this.$_observer.disconnect(),this.$_observer=null,e){this.$_observer=ig(this.$refs.content,(function(){t.$nextTick((function(){pu((function(){t.updateTabs()}))}))}),{childList:!0,subtree:!1,attributes:!0,attributeFilter:["id"]})}},getTabs:function(){var t=this.registeredTabs,e=[];if(_i&&t.length>0){var n=t.map((function(t){return"#".concat(t.safeId())})).join(", ");e=ku(n,this.$el).map((function(t){return t.id})).filter(Wa)}return QC(t,(function(t,n){return e.indexOf(t.safeId())-e.indexOf(n.safeId())}))},updateTabs:function(){var t=this.getTabs(),e=t.indexOf(t.slice().reverse().find((function(t){return t.localActive&&!t.disabled})));if(e<0){var n=this.currentTab;n>=t.length?e=t.indexOf(t.slice().reverse().find(n$)):t[n]&&!t[n].disabled&&(e=n)}e<0&&(e=t.indexOf(t.find(n$))),t.forEach((function(t,n){t.localActive=n===e})),this.tabs=t,this.currentTab=e},getButtonForTab:function(t){return(this.$refs.buttons||[]).find((function(e){return e.tab===t}))},updateButton:function(t){var e=this.getButtonForTab(t);e&&e.$forceUpdate&&e.$forceUpdate()},activateTab:function(t){var e=this.currentTab,n=this.tabs,o=!1;if(t){var r=n.indexOf(t);if(r!==e&&r>-1&&!t.disabled){var i=new cm("activate-tab",{cancelable:!0,vueTarget:this,componentId:this.safeId()});this.$emit(i.type,r,e,i),i.defaultPrevented||(this.currentTab=r,o=!0)}}return o||this[t$]===e||this.$emit(e$,e),o},deactivateTab:function(t){return!!t&&this.activateTab(this.tabs.filter((function(e){return e!==t})).find(n$))},focusButton:function(t){var e=this;this.$nextTick((function(){Hu(e.getButtonForTab(t))}))},emitTabClick:function(t,e){Ba(e)&&t&&t.$emit&&!t.disabled&&t.$emit(gc,e)},clickTab:function(t,e){this.activateTab(t),this.emitTabClick(t,e)},firstTab:function(t){var e=this.tabs.find(n$);this.activateTab(e)&&t&&(this.focusButton(e),this.emitTabClick(e,t))},previousTab:function(t){var e=Ef(this.currentTab,0),n=this.tabs.slice(0,e).reverse().find(n$);this.activateTab(n)&&t&&(this.focusButton(n),this.emitTabClick(n,t))},nextTab:function(t){var e=Ef(this.currentTab,-1),n=this.tabs.slice(e+1).find(n$);this.activateTab(n)&&t&&(this.focusButton(n),this.emitTabClick(n,t))},lastTab:function(t){var e=this.tabs.slice().reverse().find(n$);this.activateTab(e)&&t&&(this.focusButton(e),this.emitTabClick(e,t))}},render:function(t){var e=this,n=this.align,o=this.card,r=this.end,i=this.fill,a=this.firstTab,s=this.justified,l=this.lastTab,c=this.nextTab,d=this.noKeyNav,u=this.noNavStyle,f=this.pills,p=this.previousTab,b=this.small,h=this.tabs,g=this.vertical,m=h.find((function(t){return t.localActive&&!t.disabled})),v=h.find((function(t){return!t.disabled})),y=h.map((function(n,o){var r,i=n.safeId,s=null;return d||(s=-1,(n===m||!m&&n===v)&&(s=null)),t(o$,Wr({props:{controls:i?i():null,id:n.controlledBy||(i?i("_BV_tab_button_"):null),noKeyNav:d,posInSet:o+1,setSize:h.length,tab:n,tabIndex:s},on:(r={},Wr(r,gc,(function(t){e.clickTab(n,t)})),Wr(r,Tc,a),Wr(r,Rc,p),Wr(r,Lc,c),Wr(r,Pc,l),r),key:n[li]||o,ref:"buttons"},di,!0))})),x=t(jk,{class:this.localNavClass,attrs:{role:"tablist",id:this.safeId("_BV_tab_controls_")},props:{fill:i,justified:s,align:n,tabs:!u&&!f,pills:!u&&f,vertical:g,small:b,cardHeader:o&&!g},ref:"nav"},[this.normalizeSlot("tabs-start")||t(),y,this.normalizeSlot("tabs-end")||t()]);x=t("div",{class:[{"card-header":o&&!g&&!r,"card-footer":o&&!g&&r,"col-auto":g},this.navWrapperClass],key:"bv-tabs-nav"},[x]);var w=this.normalizeSlot()||[],k=t();0===w.length&&(k=t("div",{class:["tab-pane","active",{"card-body":o}],key:"bv-empty-tab"},this.normalizeSlot($d)));var _=t("div",{staticClass:"tab-content",class:[{col:g},this.contentClass],attrs:{id:this.safeId("_BV_tab_container_")},key:"bv-content",ref:"content"},[w,k]);return t(this.tag,{staticClass:"tabs",class:{row:g,"no-gutters":g&&o},attrs:{id:this.safeId()}},[r?_:t(),x,r?t():_])}}),s$="active",l$=Kc+s$,c$=af(qa(Vr(Vr({},ch),{},(Wr(c_={},s$,ef(ed,!1)),Wr(c_,"buttonId",ef(sd)),Wr(c_,"disabled",ef(ed,!1)),Wr(c_,"lazy",ef(ed,!1)),Wr(c_,"noBody",ef(ed,!1)),Wr(c_,"tag",ef(sd,"div")),Wr(c_,"title",ef(sd)),Wr(c_,"titleItemClass",ef(dd)),Wr(c_,"titleLinkAttributes",ef(id)),Wr(c_,"titleLinkClass",ef(dd)),c_))),tc),d$=os({components:{BTabs:a$,BTab:fi({name:tc,mixins:[dh,Zd],inject:{getBvTabs:{default:function(){return function(){return{}}}}},props:c$,data:function(){return{localActive:this[s$]&&!this.disabled}},computed:{bvTabs:function(){return this.getBvTabs()},_isTab:function(){return!0},tabClasses:function(){var t=this.localActive;return[{active:t,disabled:this.disabled,"card-body":this.bvTabs.card&&!this.noBody},t?this.bvTabs.activeTabClass:null]},controlledBy:function(){return this.buttonId||this.safeId("__BV_tab_button__")},computedNoFade:function(){return!this.bvTabs.fade},computedLazy:function(){return this.bvTabs.lazy||this.lazy}},watch:(d_={},Wr(d_,s$,(function(t,e){t!==e&&(t?this.activate():this.deactivate()||this.$emit(l$,this.localActive))})),Wr(d_,"disabled",(function(t,e){if(t!==e){var n=this.bvTabs.firstTab;t&&this.localActive&&n&&(this.localActive=!1,n())}})),Wr(d_,"localActive",(function(t){this.$emit(l$,t)})),d_),mounted:function(){this.registerTab()},updated:function(){var t=this.bvTabs.updateButton;t&&this.hasNormalizedSlot(Vd)&&t(this)},beforeDestroy:function(){this.unregisterTab()},methods:{registerTab:function(){var t=this.bvTabs.registerTab;t&&t(this)},unregisterTab:function(){var t=this.bvTabs.unregisterTab;t&&t(this)},activate:function(){var t=this.bvTabs.activateTab;return!(!t||this.disabled)&&t(this)},deactivate:function(){var t=this.bvTabs.deactivateTab;return!(!t||!this.localActive)&&t(this)}},render:function(t){var e=this.localActive,n=t(this.tag,{staticClass:"tab-pane",class:this.tabClasses,directives:[{name:"show",value:e}],attrs:{role:"tabpanel",id:this.safeId(),"aria-hidden":e?"false":"true","aria-labelledby":this.controlledBy||null},ref:"panel"},[e||!this.computedLazy?this.normalizeSlot():t()]);return t(_f,{props:{mode:"out-in",noFade:this.computedNoFade}},[n])}})}}),u$=os({components:{BTime:ew}}),f$=fi({mixins:[Zd],data:function(){return{name:"b-toaster"}},methods:{onAfterEnter:function(t){var e=this;pu((function(){zu(t,"".concat(e.name,"-enter-to"))}))}},render:function(t){return t("transition-group",{props:{tag:"div",name:this.name},on:{afterEnter:this.onAfterEnter}},this.normalizeSlot())}}),p$=af({ariaAtomic:ef(sd),ariaLive:ef(sd),name:ef(sd,void 0,!0),role:ef(sd)},uc),b$=fi({name:uc,mixins:[Up],props:p$,data:function(){return{doRender:!1,dead:!1,staticName:this.name}},beforeMount:function(){var t=this.name;this.staticName=t,Rr.g7.hasTarget(t)?(Za('A "" with name "'.concat(t,'" already exists in the document.'),uc),this.dead=!0):this.doRender=!0},beforeDestroy:function(){this.doRender&&this.emitOnRoot(gf(uc,xc),this.name)},destroyed:function(){var t=this.$el;t&&t.parentNode&&t.parentNode.removeChild(t)},render:function(t){var e=t("div",{class:["d-none",{"b-dead-toaster":this.dead}]});if(this.doRender){var n=t(Rr.mf,{staticClass:"b-toaster-slot",props:{name:this.staticName,multiple:!0,tag:"div",slim:!1,transition:f$}});e=t("div",{staticClass:"b-toaster",class:[this.staticName],attrs:{id:this.staticName,role:this.role||null,"aria-live":this.ariaLive,"aria-atomic":this.ariaAtomic}},[n])}return e}}),h$=cf("visible",{type:ed,defaultValue:!1,event:hc}),g$=h$.mixin,m$=h$.props,v$=h$.prop,y$=h$.event,x$=Va(Zp,["href","to"]),w$=af(qa(Vr(Vr(Vr(Vr({},ch),m$),x$),{},{appendToast:ef(ed,!1),autoHideDelay:ef(md,5e3),bodyClass:ef(dd),headerClass:ef(dd),headerTag:ef(sd,"header"),isStatus:ef(ed,!1),noAutoHide:ef(ed,!1),noCloseButton:ef(ed,!1),noFade:ef(ed,!1),noHoverPause:ef(ed,!1),solid:ef(ed,!1),static:ef(ed,!1),title:ef(sd),toastClass:ef(dd),toaster:ef(sd,"b-toaster-top-right"),variant:ef(sd)})),dc),k$=fi({name:dc,mixins:[Np,dh,g$,Up,Zd,nk],inheritAttrs:!1,props:w$,data:function(){return{isMounted:!1,doRender:!1,localShow:!1,isTransitioning:!1,isHiding:!1,order:0,dismissStarted:0,resumeDismiss:0}},computed:{toastClasses:function(){var t=this.appendToast,e=this.variant;return Wr({"b-toast-solid":this.solid,"b-toast-append":t,"b-toast-prepend":!t},"b-toast-".concat(e),e)},slotScope:function(){return{hide:this.hide}},computedDuration:function(){return Ef(Jd(this.autoHideDelay,0),1e3)},computedToaster:function(){return String(this.toaster)},transitionHandlers:function(){return{beforeEnter:this.onBeforeEnter,afterEnter:this.onAfterEnter,beforeLeave:this.onBeforeLeave,afterLeave:this.onAfterLeave}},computedAttrs:function(){return Vr(Vr({},this.bvAttrs),{},{id:this.safeId(),tabindex:"0"})}},watch:(u_={},Wr(u_,v$,(function(t){this[t?"show":"hide"]()})),Wr(u_,"localShow",(function(t){t!==this[v$]&&this.$emit(y$,t)})),Wr(u_,"toaster",(function(){this.$nextTick(this.ensureToaster)})),Wr(u_,"static",(function(t){t&&this.localShow&&this.ensureToaster()})),u_),created:function(){this.$_dismissTimer=null},mounted:function(){var t=this;this.isMounted=!0,this.$nextTick((function(){t[v$]&&pu((function(){t.show()}))})),this.listenOnRoot(mf(dc,Hc),(function(e){e===t.safeId()&&t.show()})),this.listenOnRoot(mf(dc,Fc),(function(e){e&&e!==t.safeId()||t.hide()})),this.listenOnRoot(gf(uc,xc),(function(e){e===t.computedToaster&&t.hide()}))},beforeDestroy:function(){this.clearDismissTimer()},methods:{show:function(){var t=this;if(!this.localShow){this.ensureToaster();var e=this.buildEvent(Hc);this.emitEvent(e),this.dismissStarted=this.resumeDismiss=0,this.order=Date.now()*(this.appendToast?1:-1),this.isHiding=!1,this.doRender=!0,this.$nextTick((function(){pu((function(){t.localShow=!0}))}))}},hide:function(){var t=this;if(this.localShow){var e=this.buildEvent(Fc);this.emitEvent(e),this.setHoverHandler(!1),this.dismissStarted=this.resumeDismiss=0,this.clearDismissTimer(),this.isHiding=!0,pu((function(){t.localShow=!1}))}},buildEvent:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return new cm(t,Vr(Vr({cancelable:!1,target:this.$el||null,relatedTarget:null},e),{},{vueTarget:this,componentId:this.safeId()}))},emitEvent:function(t){var e=t.type;this.emitOnRoot(gf(dc,e),t),this.$emit(e,t)},ensureToaster:function(){if(!this.static){var t=this.computedToaster;if(!Rr.g7.hasTarget(t)){var e=document.createElement("div");document.body.appendChild(e),ok(this.bvEventRoot,b$,{propsData:{name:t}}).$mount(e)}}},startDismissTimer:function(){this.clearDismissTimer(),this.noAutoHide||(this.$_dismissTimer=setTimeout(this.hide,this.resumeDismiss||this.computedDuration),this.dismissStarted=Date.now(),this.resumeDismiss=0)},clearDismissTimer:function(){clearTimeout(this.$_dismissTimer),this.$_dismissTimer=null},setHoverHandler:function(t){var e=this.$refs["b-toast"];pf(t,e,"mouseenter",this.onPause,Jc),pf(t,e,"mouseleave",this.onUnPause,Jc)},onPause:function(){if(!this.noAutoHide&&!this.noHoverPause&&this.$_dismissTimer&&!this.resumeDismiss){var t=Date.now()-this.dismissStarted;t>0&&(this.clearDismissTimer(),this.resumeDismiss=Ef(this.computedDuration-t,1e3))}},onUnPause:function(){this.noAutoHide||this.noHoverPause||!this.resumeDismiss?this.resumeDismiss=this.dismissStarted=0:this.startDismissTimer()},onLinkClick:function(){var t=this;this.$nextTick((function(){pu((function(){t.hide()}))}))},onBeforeEnter:function(){this.isTransitioning=!0},onAfterEnter:function(){this.isTransitioning=!1;var t=this.buildEvent(Uc);this.emitEvent(t),this.startDismissTimer(),this.setHoverHandler(!0)},onBeforeLeave:function(){this.isTransitioning=!0},onAfterLeave:function(){this.isTransitioning=!1,this.order=0,this.resumeDismiss=this.dismissStarted=0;var t=this.buildEvent(Ac);this.emitEvent(t),this.doRender=!1},makeToast:function(t){var e=this,n=this.title,o=this.slotScope,r=Kf(this),i=[],a=this.normalizeSlot("toast-title",o);a?i.push(a):n&&i.push(t("strong",{staticClass:"mr-2"},n)),this.noCloseButton||i.push(t(yf,{staticClass:"ml-auto mb-1",on:{click:function(){e.hide()}}}));var s=t();i.length>0&&(s=t(this.headerTag,{staticClass:"toast-header",class:this.headerClass},i));var l=t(r?Jp:"div",{staticClass:"toast-body",class:this.bodyClass,props:r?of(x$,this):{},on:r?{click:this.onLinkClick}:{}},this.normalizeSlot(Td,o));return t("div",{staticClass:"toast",class:this.toastClass,attrs:this.computedAttrs,key:"toast-".concat(this[li]),ref:"toast"},[s,l])}},render:function(t){if(!this.doRender||!this.isMounted)return t();var e=this.order,n=this.static,o=this.isHiding,r=this.isStatus,i="b-toast-".concat(this[li]),a=t("div",{staticClass:"b-toast",class:this.toastClasses,attrs:Vr(Vr({},n?{}:this.scopedStyleAttrs),{},{id:this.safeId("_toast_outer"),role:o?null:r?"status":"alert","aria-live":o?null:r?"polite":"assertive","aria-atomic":o?null:"true"}),key:i,ref:"b-toast"},[t(_f,{props:{noFade:this.noFade},on:this.transitionHandlers},[this.localShow?this.makeToast(t):t()])]);return t(Rr.ZL,{props:{name:i,to:this.computedToaster,order:e,slim:!0,disabled:n}},[a])}}),_$="$bvToast",S$="_bv__toast",C$=["id"].concat(ii(Ra(Ha(w$,["static","visible"])))),T$={toastContent:"default",title:"toast-title"},$$=function(t){return C$.reduce((function(e,n){return xa(t[n])||(e[n]=t[n]),e}),{})},O$=os({plugins:{plugin:function(t){var e=t.extend({name:"BVToastPop",extends:k$,mixins:[tk],destroyed:function(){var t=this.$el;t&&t.parentNode&&t.parentNode.removeChild(t)},mounted:function(){var t=this,e=function(){t.localShow=!1,t.doRender=!1,t.$nextTick((function(){t.$nextTick((function(){pu((function(){t.$destroy()}))}))}))};this.bvParent.$once(Yc,e),this.$once(Ac,e),this.listenOnRoot(gf(uc,xc),(function(n){n===t.toaster&&e()}))}}),n=function(){function t(e){Ur(this,t),Ea(this,{_vm:e,_root:Vp(e)}),La(this,{_vm:{enumerable:!0,configurable:!1,writable:!1},_root:{enumerable:!0,configurable:!1,writable:!1}})}return Gr(t,[{key:"toast",value:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};t&&!Ja(_$)&&function(t,n){if(!Ja(_$)){var o=ok(n,e,{propsData:Vr(Vr(Vr({},$$(Yu(dc))),Ha(t,Ra(T$))),{},{static:!1,visible:!0})});Ra(T$).forEach((function(e){var r=t[e];xa(r)||("title"===e&&Ca(r)&&(r=[n.$createElement("strong",{class:"mr-2"},r)]),o.$slots[T$[e]]=Gd(r))}));var r=document.createElement("div");document.body.appendChild(r),o.$mount(r)}}(Vr(Vr({},$$(n)),{},{toastContent:t}),this._vm)}},{key:"show",value:function(t){t&&this._root.$emit(mf(dc,Hc),t)}},{key:"hide",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;this._root.$emit(mf(dc,Fc),t)}}]),t}();t.mixin({beforeCreate:function(){this[S$]=new n(this)}}),ja(t.prototype,_$)||Ma(t.prototype,_$,{get:function(){return this&&this[S$]||Za('"'.concat(_$,'" must be accessed from a Vue instance "this" context.'),dc),this[S$]}})}}}),z$=os({components:{BToast:k$,BToaster:b$},plugins:{BVToastPlugin:O$}}),A$="__BV_Tooltip__",F$={focus:!0,hover:!0,click:!0,blur:!0,manual:!0},B$=/^html$/i,P$=/^noninteractive$/i,E$=/^nofade$/i,D$=/^(auto|top(left|right)?|bottom(left|right)?|left(top|bottom)?|right(top|bottom)?)$/i,L$=/^(window|viewport|scrollParent)$/i,M$=/^d\d+$/i,I$=/^ds\d+$/i,R$=/^dh\d+$/i,j$=/^o-?\d+$/i,N$=/^v-.+$/i,V$=/\s+/,H$=function(t,e,n){if(_i){var o=function(t,e){var n={title:void 0,trigger:"",placement:"top",fallbackPlacement:"flip",container:!1,animation:!0,offset:0,id:null,html:!1,interactive:!0,disabled:!1,delay:Yu(fc,"delay",50),boundary:String(Yu(fc,"boundary","scrollParent")),boundaryPadding:Jd(Yu(fc,"boundaryPadding",5),0),variant:Yu(fc,"variant"),customClass:Yu(fc,"customClass")};if(Ca(t.value)||Ta(t.value)||_a(t.value)?n.title=t.value:Aa(t.value)&&(n=Vr(Vr({},n),t.value)),xa(n.title)){var o=ci?e.props:(e.data||{}).attrs;n.title=o&&!ka(o.title)?o.title:void 0}Aa(n.delay)||(n.delay={show:Jd(n.delay,0),hide:Jd(n.delay,0)}),t.arg&&(n.container="#".concat(t.arg)),Ra(t.modifiers).forEach((function(t){if(B$.test(t))n.html=!0;else if(P$.test(t))n.interactive=!1;else if(E$.test(t))n.animation=!1;else if(D$.test(t))n.placement=t;else if(L$.test(t))t="scrollparent"===t?"scrollParent":t,n.boundary=t;else if(M$.test(t)){var e=Jd(t.slice(1),0);n.delay.show=e,n.delay.hide=e}else I$.test(t)?n.delay.show=Jd(t.slice(2),0):R$.test(t)?n.delay.hide=Jd(t.slice(2),0):j$.test(t)?n.offset=Jd(t.slice(1),0):N$.test(t)&&(n.variant=t.slice(2)||null)}));var r={};return Gd(n.trigger||"").filter(Wa).join(" ").trim().toLowerCase().split(V$).forEach((function(t){F$[t]&&(r[t]=!0)})),Ra(t.modifiers).forEach((function(t){t=t.toLowerCase(),F$[t]&&(r[t]=!0)})),n.trigger=Ra(r).join(" "),"blur"===n.trigger&&(n.trigger="focus"),n.trigger||(n.trigger="hover focus"),n}(e,n);if(!t[A$]){var r=Lg(n,e);t[A$]=ok(r,nS,{_scopeId:ek(r,void 0)}),t[A$].__bv_prev_data__={},t[A$].$on(Hc,(function(){_a(o.title)&&t[A$].updateData({title:o.title(t)})}))}var i={title:o.title,triggers:o.trigger,placement:o.placement,fallbackPlacement:o.fallbackPlacement,variant:o.variant,customClass:o.customClass,container:o.container,boundary:o.boundary,delay:o.delay,offset:o.offset,noFade:!o.animation,id:o.id,interactive:o.interactive,disabled:o.disabled,html:o.html},a=t[A$].__bv_prev_data__;if(t[A$].__bv_prev_data__=i,!Dp(i,a)){var s={target:t};Ra(i).forEach((function(e){i[e]!==a[e]&&(s[e]="title"===e&&_a(i[e])?i[e](t):i[e])})),t[A$].updateData(s)}}},U$=os({directives:{VBTooltip:{bind:function(t,e,n){H$(t,e,n)},componentUpdated:function(t,e,n){mi((function(){H$(t,e,n)}))},unbind:function(t){!function(t){t[A$]&&(t[A$].$destroy(),t[A$]=null),delete t[A$]}(t)}}}}),q$=os({plugins:{AlertPlugin:Bf,AspectPlugin:Hf,AvatarPlugin:vb,BadgePlugin:_b,BreadcrumbPlugin:Bb,ButtonPlugin:Pb,ButtonGroupPlugin:Lb,ButtonToolbarPlugin:jb,CalendarPlugin:vh,CardPlugin:og,CarouselPlugin:vg,CollapsePlugin:lm,DropdownPlugin:Km,EmbedPlugin:Qm,FormPlugin:fv,FormCheckboxPlugin:Gv,FormDatepickerPlugin:cy,FormFilePlugin:wy,FormGroupPlugin:By,FormInputPlugin:qy,FormRadioPlugin:Yy,FormRatingPlugin:ix,FormSelectPlugin:yx,FormSpinbuttonPlugin:Ox,FormTagsPlugin:Vx,FormTextareaPlugin:qx,FormTimepickerPlugin:uw,ImagePlugin:fw,InputGroupPlugin:_w,JumbotronPlugin:Ow,LayoutPlugin:Ew,LinkPlugin:Dw,ListGroupPlugin:Vw,MediaPlugin:Kw,ModalPlugin:Ik,NavPlugin:Xk,NavbarPlugin:y_,OverlayPlugin:C_,PaginationPlugin:j_,PaginationNavPlugin:U_,PopoverPlugin:OS,ProgressPlugin:ES,SidebarPlugin:JS,SkeletonPlugin:KT,SpinnerPlugin:XT,TablePlugin:HT,TabsPlugin:d$,TimePlugin:u$,ToastPlugin:z$,TooltipPlugin:os({components:{BTooltip:lS},plugins:{VBTooltipPlugin:U$}})}}),G$=os({directives:{VBHover:Zv}}),W$=os({directives:{VBModal:Ak}}),Y$="active",K$=".nav-link",X$=".nav-item",Z$=".list-group-item",J$=".dropdown-item",Q$=gf("BVScrollspy","activate"),tO="position",eO={element:"body",offset:10,method:"auto",throttle:75},nO={element:"(string|element|component)",offset:"number",method:"string",throttle:"number"},oO=["webkitTransitionEnd","transitionend","otransitionend","oTransitionEnd"],rO=function(t){return function(t){return Object.prototype.toString.call(t)}(t).match(/\s([a-zA-Z]+)/)[1].toLowerCase()},iO=function(){function t(e,n,o){Ur(this,t),this.$el=e,this.$scroller=null,this.$selector=[K$,Z$,J$].join(","),this.$offsets=[],this.$targets=[],this.$activeTarget=null,this.$scrollHeight=0,this.$resizeTimeout=null,this.$scrollerObserver=null,this.$targetsObserver=null,this.$root=o||null,this.$config=null,this.updateConfig(n)}return Gr(t,[{key:"updateConfig",value:function(t,e){this.$scroller&&(this.unlisten(),this.$scroller=null);var n=Vr(Vr({},this.constructor.Default),t);if(e&&(this.$root=e),function(t,e,n){for(var o in n)if(ja(n,o)){var r=n[o],i=e[o],a=i&&hu(i)?"element":rO(i);a=i&&i._isVue?"component":a,new RegExp(r).test(a)||Za("".concat(t,': Option "').concat(o,'" provided type "').concat(a,'" but expected type "').concat(r,'"'))}}(this.constructor.Name,n,this.constructor.DefaultType),this.$config=n,this.$root){var o=this;this.$root.$nextTick((function(){o.listen()}))}else this.listen()}},{key:"dispose",value:function(){this.unlisten(),clearTimeout(this.$resizeTimeout),this.$resizeTimeout=null,this.$el=null,this.$config=null,this.$scroller=null,this.$selector=null,this.$offsets=null,this.$targets=null,this.$activeTarget=null,this.$scrollHeight=null}},{key:"listen",value:function(){var t=this,e=this.getScroller();e&&"BODY"!==e.tagName&&uf(e,"scroll",this,Jc),uf(window,"scroll",this,Jc),uf(window,"resize",this,Jc),uf(window,"orientationchange",this,Jc),oO.forEach((function(e){uf(window,e,t,Jc)})),this.setObservers(!0),this.handleEvent("refresh")}},{key:"unlisten",value:function(){var t=this,e=this.getScroller();this.setObservers(!1),e&&"BODY"!==e.tagName&&ff(e,"scroll",this,Jc),ff(window,"scroll",this,Jc),ff(window,"resize",this,Jc),ff(window,"orientationchange",this,Jc),oO.forEach((function(e){ff(window,e,t,Jc)}))}},{key:"setObservers",value:function(t){var e=this;this.$scrollerObserver&&this.$scrollerObserver.disconnect(),this.$targetsObserver&&this.$targetsObserver.disconnect(),this.$scrollerObserver=null,this.$targetsObserver=null,t&&(this.$targetsObserver=ig(this.$el,(function(){e.handleEvent("mutation")}),{subtree:!0,childList:!0,attributes:!0,attributeFilter:["href"]}),this.$scrollerObserver=ig(this.getScroller(),(function(){e.handleEvent("mutation")}),{subtree:!0,childList:!0,characterData:!0,attributes:!0,attributeFilter:["id","style","class"]}))}},{key:"handleEvent",value:function(t){var e=Ca(t)?t:t.type,n=this;"scroll"===e?(this.$scrollerObserver||this.listen(),this.process()):/(resize|orientationchange|mutation|refresh)/.test(e)&&(n.$resizeTimeout||(n.$resizeTimeout=setTimeout((function(){n.refresh(),n.process(),n.$resizeTimeout=null}),n.$config.throttle)))}},{key:"refresh",value:function(){var t=this,e=this.getScroller();if(e){var n=e!==e.window?tO:"offset",o="auto"===this.$config.method?n:this.$config.method,r=o===tO?Nu:ju,i=o===tO?this.getScrollTop():0;return this.$offsets=[],this.$targets=[],this.$scrollHeight=this.getScrollHeight(),ku(this.$selector,this.$el).map((function(t){return Pu(t,"href")})).filter((function(t){return t&&aa.test(t||"")})).map((function(t){var n=t.replace(aa,"$1").trim();if(!n)return null;var o=_u(n,e);return o&&yu(o)?{offset:Jd(r(o).top,0)+i,target:n}:null})).filter(Wa).sort((function(t,e){return t.offset-e.offset})).reduce((function(e,n){return e[n.target]||(t.$offsets.push(n.offset),t.$targets.push(n.target),e[n.target]=!0),e}),{}),this}}},{key:"process",value:function(){var t=this.getScrollTop()+this.$config.offset,e=this.getScrollHeight(),n=this.$config.offset+e-this.getOffsetHeight();if(this.$scrollHeight!==e&&this.refresh(),t>=n){var o=this.$targets[this.$targets.length-1];this.$activeTarget!==o&&this.activate(o)}else{if(this.$activeTarget&&t0)return this.$activeTarget=null,void this.clear();for(var r=this.$offsets.length;r--;){this.$activeTarget!==this.$targets[r]&&t>=this.$offsets[r]&&(xa(this.$offsets[r+1])||t0&&this.$root&&this.$root.$emit(Q$,t,n)}},{key:"clear",value:function(){var t=this;ku("".concat(this.$selector,", ").concat(X$),this.$el).filter((function(t){return Au(t,Y$)})).forEach((function(e){return t.setActiveState(e,!1)}))}},{key:"setActiveState",value:function(t,e){t&&(e?Ou(t,Y$):zu(t,Y$))}}],[{key:"Name",get:function(){return"v-b-scrollspy"}},{key:"Default",get:function(){return eO}},{key:"DefaultType",get:function(){return nO}}]),t}(),aO="__BV_Scrollspy__",sO=/^\d+$/,lO=/^(auto|position|offset)$/,cO=function(t,e,n){if(_i){var o=function(t){var e={};return t.arg&&(e.element="#".concat(t.arg)),Ra(t.modifiers).forEach((function(t){sO.test(t)?e.offset=Jd(t,0):lO.test(t)&&(e.method=t)})),Ca(t.value)?e.element=t.value:Ta(t.value)?e.offset=Rf(t.value):za(t.value)&&Ra(t.value).filter((function(t){return!!iO.DefaultType[t]})).forEach((function(n){e[n]=t.value[n]})),e}(e);t[aO]?t[aO].updateConfig(o,Vp(Lg(n,e))):t[aO]=new iO(t,o,Vp(Lg(n,e)))}};const dO={install:ns({plugins:{componentsPlugin:q$,directivesPlugin:os({plugins:{VBHoverPlugin:G$,VBModalPlugin:W$,VBPopoverPlugin:$S,VBScrollspyPlugin:os({directives:{VBScrollspy:{bind:function(t,e,n){cO(t,e,n)},inserted:function(t,e,n){cO(t,e,n)},update:function(t,e,n){e.value!==e.oldValue&&cO(t,e,n)},componentUpdated:function(t,e,n){e.value!==e.oldValue&&cO(t,e,n)},unbind:function(t){!function(t){t[aO]&&(t[aO].dispose(),t[aO]=null,delete t[aO])}(t)}}}}),VBTogglePlugin:sm,VBTooltipPlugin:U$,VBVisiblePlugin:os({directives:{VBVisible:qh}})}})}}),NAME:"BootstrapVue"};var uO=i(85072),fO=i.n(uO),pO=i(24302),bO={insert:"head",singleton:!1};fO()(pO.A,bO);pO.A.locals;var hO=i(14744),gO=i.n(hO);function mO(t){return mO="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},mO(t)}function vO(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function yO(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,o)}return n}function xO(t){for(var e=1;et.length)&&(e=t.length);for(var n=0,o=new Array(e);n/g,">"],[/"/g,"""],[/'/g,"'"]],dz=[[/&/g,"&"],[//g,">"],[/"/g,'"'],[/'/g,"'"]];function uz(t,e,n,o){var r=e.tagIDKeyName,i=n.doEscape,a=void 0===i?function(t){return t}:i,s={};for(var l in t){var c=t[l];if(XO(MO,l))s[l]=c;else{var d=LO[0];if(n[d]&&XO(n[d],l))s[l]=c;else{var u=t[r];if(u&&(d=LO[1],n[d]&&n[d][u]&&XO(n[d][u],l)))s[l]=c;else if("string"==typeof c?s[l]=a(c):SO(c)?s[l]=c.map((function(t){return $O(t)?uz(t,e,n,!0):a(t)})):$O(c)?s[l]=uz(c,e,n,!0):s[l]=c,o){var f=a(l);l!==f&&(s[f]=s[l],delete s[l])}}}}return s}function fz(t,e,n){n=n||[];var o={doEscape:function(t){return n.reduce((function(t,e){return t.replace(e[0],e[1])}),t)}};return LO.forEach((function(t,n){if(0===n)lz(e,t);else if(1===n)for(var r in e[t])lz(e[t],r);o[t]=e[t]})),uz(e,t,o)}function pz(t,e,n,o){var r=t.component,i=t.metaTemplateKeyName,a=t.contentKeyName;return!0!==n&&!0!==e[i]&&(CO(n)&&e[i]&&(n=e[i],e[i]=!0),n?(CO(o)&&(o=e[a]),e[a]=OO(n)?n.call(r,o):n.replace(/%s/g,o),!0):(delete e[i],!1))}var bz=!1;function hz(t,e,n){return n=n||{},void 0===e.title&&delete e.title,IO.forEach((function(t){if(e[t])for(var n in e[t])n in e[t]&&void 0===e[t][n]&&(XO(qO,n)&&!bz&&(AO("VueMeta: Please note that since v2 the value undefined is not used to indicate boolean attributes anymore, see migration guide for details"),bz=!0),delete e[t][n])})),gO()(t,e,{arrayMerge:function(t,e){return function(t,e,n){var o=t.component,r=t.tagIDKeyName,i=t.metaTemplateKeyName,a=t.contentKeyName,s=[];return e.length||n.length?(e.forEach((function(t,e){if(t[r]){var l=YO(n,(function(e){return e[r]===t[r]})),c=n[l];if(-1!==l){if(a in c&&void 0===c[a]||"innerHTML"in c&&void 0===c.innerHTML)return s.push(t),void n.splice(l,1);if(null!==c[a]&&null!==c.innerHTML){var d=t[i];if(d){if(!c[i])return pz({component:o,metaTemplateKeyName:i,contentKeyName:a},c,d),void(c.template=!0);c[a]||pz({component:o,metaTemplateKeyName:i,contentKeyName:a},c,void 0,t[a])}}else n.splice(l,1)}else s.push(t)}else s.push(t)})),s.concat(n)):s}(n,t,e)}})}function gz(t,e){return mz(t||{},e,BO)}function mz(t,e,n){if(n=n||{},e._inactive)return n;var o=(t=t||{}).keyName,r=e.$metaInfo,i=e.$options,a=e.$children;if(i[o]){var s=r||i[o];TO(s)&&(n=hz(n,s,t))}return a.length&&a.forEach((function(e){(function(t){return(t=t||this)&&!CO(t[PO])})(e)&&(n=mz(t,e,n))})),n}var vz=[];function yz(t,e,n,o){var r=t.tagIDKeyName,i=!1;return n.forEach((function(t){t[r]&&t.callback&&(i=!0,function(t,e){1===arguments.length&&(e=t,t=""),vz.push([t,e])}("".concat(e,"[data-").concat(r,'="').concat(t[r],'"]'),t.callback))})),o&&i?xz():i}function xz(){var t;"complete"!==(t||document).readyState?document.onreadystatechange=function(){wz()}:wz()}function wz(t){vz.forEach((function(e){var n=e[0],o=e[1],r="".concat(n,'[onload="this.__vm_l=1"]'),i=[];t||(i=KO(ZO(r))),t&&t.matches(r)&&(i=[t]),i.forEach((function(t){if(!t.__vm_cb){var e=function(){t.__vm_cb=!0,tz(t,"onload"),o(t)};t.__vm_l?e():t.__vm_ev||(t.__vm_ev=!0,t.addEventListener("load",e))}}))}))}var kz,_z={};function Sz(t,e,n,o,r){var i=(e||{}).attribute,a=r.getAttribute(i);a&&(_z[n]=JSON.parse(decodeURI(a)),tz(r,i));var s=_z[n]||{},l=[];for(var c in s)void 0!==s[c]&&t in s[c]&&(l.push(c),o[c]||delete s[c][t]);for(var d in o){var u=s[d];u&&u[t]===o[d]||(l.push(d),void 0!==o[d]&&(s[d]=s[d]||{},s[d][t]=o[d]))}for(var f=0,p=l;f1){var p=[];o=o.filter((function(t){var e=JSON.stringify(t),n=!XO(p,e);return p.push(e),n}))}o.forEach((function(e){if(!e.skip){var o=document.createElement(n);e.once||o.setAttribute(s,t),Object.keys(e).forEach((function(t){if(!XO(HO,t))if("innerHTML"!==t)if("json"!==t)if("cssText"!==t)if("callback"!==t){var n=XO(c,t)?"data-".concat(t):t,r=XO(qO,t);if(!r||e[t]){var i=r?"":e[t];o.setAttribute(n,i)}}else o.onload=function(){return e[t](o)};else o.styleSheet?o.styleSheet.cssText=e.cssText:o.appendChild(document.createTextNode(e.cssText));else o.innerHTML=JSON.stringify(e.json);else o.innerHTML=e.innerHTML}));var r,i=f[function(t){var e=t.body,n=t.pbody;return e?"body":n?"pbody":"head"}(e)],a=i.some((function(t,e){return r=e,o.isEqualNode(t)}));a&&(r||0===r)?i.splice(r,1):d.push(o)}}));var b=[];for(var h in f)Array.prototype.push.apply(b,f[h]);return b.forEach((function(t){t.parentNode.removeChild(t)})),d.forEach((function(t){t.hasAttribute("data-body")?i.appendChild(t):t.hasAttribute("data-pbody")?i.insertBefore(t,i.firstChild):r.appendChild(t)})),{oldTags:b,newTags:d}}function Tz(t,e,n){var o=e=e||{},r=o.ssrAttribute,i=o.ssrAppId,a={},s=JO(a,"html");if(t===i&&s.hasAttribute(r)){tz(s,r);var l=!1;return RO.forEach((function(t){n[t]&&yz(e,t,n[t])&&(l=!0)})),l&&xz(),!1}var c,d={},u={};for(var f in n)if(!XO(MO,f))if("title"!==f){if(XO(IO,f)){var p=f.substr(0,4);Sz(t,e,f,n[f],JO(a,p))}else if(SO(n[f])){var b=Cz(t,e,f,n[f],JO(a,"head"),JO(a,"body")),h=b.oldTags,g=b.newTags;g.length&&(d[f]=g,u[f]=h)}}else((c=n.title)||""===c)&&(document.title=c);return{tagsAdded:d,tagsRemoved:u}}function $z(t,e,n){return{set:function(o){return function(t,e,n,o){if(t&&t.$el)return Tz(e,n,o);(kz=kz||{})[e]=o}(t,e,n,o)},remove:function(){return function(t,e,n){if(t&&t.$el){var o,r={},i=function(t,e){var n;if("undefined"==typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(n=kO(t))||e&&t&&"number"==typeof t.length){n&&(t=n);var o=0,r=function(){};return{s:r,n:function(){return o>=t.length?{done:!0}:{done:!1,value:t[o++]}},e:function(t){throw t},f:r}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,a=!0,s=!1;return{s:function(){n=t[Symbol.iterator]()},n:function(){var t=n.next();return a=t.done,t},e:function(t){s=!0,i=t},f:function(){try{a||null==n.return||n.return()}finally{if(s)throw i}}}}(IO);try{for(i.s();!(o=i.n()).done;){var a=o.value,s=a.substr(0,4);Sz(e,n,a,{},JO(r,s))}}catch(t){i.e(t)}finally{i.f()}return function(t,e){var n=t.attribute;KO(ZO("[".concat(n,'="').concat(e,'"]'))).map((function(t){return t.remove()}))}(n,e)}kz[e]&&(delete kz[e],zz())}(t,e,n)}}}function Oz(){return kz}function zz(t){!t&&Object.keys(kz).length||(kz=void 0)}function Az(t,e,n,o){n=n||[];var r=(t=t||{}).tagIDKeyName;return e.title&&(e.titleChunk=e.title),e.titleTemplate&&"%s"!==e.titleTemplate&&pz({component:o,contentKeyName:"title"},e,e.titleTemplate,e.titleChunk||""),e.base&&(e.base=Object.keys(e.base).length?[e.base]:[]),e.meta&&(e.meta=e.meta.filter((function(t,e,n){return!t[r]||e===YO(n,(function(e){return e[r]===t[r]}))})),e.meta.forEach((function(e){return pz(t,e)}))),fz(t,e,n)}function Fz(t,e,n,o){var r=t||{},i=r.ssrAppId,a=r.attribute,s=r.tagIDKeyName,l=o||{},c=l.appId,d=l.isSSR,u=void 0===d||d,f=l.body,p=void 0!==f&&f,b=l.pbody,h=void 0!==b&&b,g=l.ln,m=void 0!==g&&g,v=[s].concat(wO(UO));return n&&n.length?n.reduce((function(t,n){if(n.skip)return t;if(0===Object.keys(n).length)return t;if(Boolean(n.body)!==p||Boolean(n.pbody)!==h)return t;var o=n.once?"":" ".concat(a,'="').concat(c||(!1===u?"1":i),'"');for(var r in n)if(!VO.includes(r)&&!HO.includes(r))if("callback"!==r){var s="";v.includes(r)&&(s="data-");var l=!s&&qO.includes(r);l&&!n[r]||(o+=" ".concat(s).concat(r)+(l?"":'="'.concat(n[r],'"')))}else o+=' onload="this.__vm_l=1"';var d="";n.json&&(d=JSON.stringify(n.json));var f=n.innerHTML||n.cssText||d,b=!jO.includes(e),g=b&&NO.includes(e);return"".concat(t,"<").concat(e).concat(o).concat(!g&&b?"/":"",">")+(g?"".concat(f,""):"")+(m?"\n":"")}),""):""}function Bz(t,e,n){var o={data:e,extraData:void 0,addInfo:function(t,e){this.extraData=this.extraData||{},this.extraData[t]=e},callInjectors:function(t){var e=this.injectors;return(t.body||t.pbody?"":e.title.text(t))+e.meta.text(t)+e.base.text(t)+e.link.text(t)+e.style.text(t)+e.script.text(t)+e.noscript.text(t)},injectors:{head:function(t){return o.callInjectors(xO(xO({},n),{},{ln:t}))},bodyPrepend:function(t){return o.callInjectors(xO(xO({},n),{},{ln:t,pbody:!0}))},bodyAppend:function(t){return o.callInjectors(xO(xO({},n),{},{ln:t,body:!0}))}}},r=function(e){if(MO.includes(e))return"continue";o.injectors[e]={text:function(r){if(r=xO(xO({addSsrAttribute:!0===r},n),r),"title"===e)return function(t,e,n,o){var r=(o||{}).ln;return n?"<".concat(e,">").concat(n,"").concat(r?"\n":""):""}(0,e,o.data[e],r);if(IO.includes(e)){var i={},a=o.data[e];if(a){var s=!1===r.isSSR?"1":t.ssrAppId;for(var l in a)i[l]=vO({},s,a[l])}if(o.extraData)for(var c in o.extraData){var d=o.extraData[c][e];if(d)for(var u in d)i[u]=xO(xO({},i[u]),{},vO({},c,d[u]))}return function(t,e,n,o){var r=o.addSsrAttribute,i=t||{},a=i.attribute,s=i.ssrAttribute,l="";for(var c in n){var d=n[c],u=[];for(var f in d)u.push.apply(u,wO([].concat(d[f])));u.length&&(l+=qO.includes(c)&&u.some(Boolean)?"".concat(c):"".concat(c,'="').concat(u.join(" "),'"'),l+=" ")}return l&&(l+="".concat(a,'="').concat(encodeURI(JSON.stringify(n)),'"')),"htmlAttrs"===e&&r?"".concat(s).concat(l?" ":"").concat(l):l}(t,e,i,r)}var f=Fz(t,e,o.data[e],r);if(o.extraData)for(var p in o.extraData){var b=o.extraData[p][e],h=Fz(t,e,b,xO({appId:p},r));f="".concat(f).concat(h)}return f}}};for(var i in BO)r(i);return o}function Pz(t){t=t||{};var e=this.$root;return{getOptions:function(){return function(t){var e={};for(var n in t)e[n]=t[n];return e}(t)},setOptions:function(n){var o="refreshOnceOnNavigation";n&&n[o]&&(t.refreshOnceOnNavigation=!!n[o],rz(e));var r="debounceWait";if(n&&r in n){var i=parseInt(n[r]);isNaN(i)||(t.debounceWait=i)}var a="waitOnDestroyed";n&&a in n&&(t.waitOnDestroyed=!!n[a])},refresh:function(){return function(t,e){if(e=e||{},!t[PO])return FO(),{};var n=Az(e,gz(e,t),dz,t),o=Tz(t[PO].appId,e,n);o&&OO(n.changed)&&(n.changed(n,o.tagsAdded,o.tagsRemoved),o={addedTags:o.tagsAdded,removedTags:o.tagsRemoved});var r=Oz();if(r){for(var i in r)Tz(i,e,r[i]),delete r[i];zz(!0)}return{vm:t,metaInfo:n,tags:o}}(e,t)},inject:function(n){return function(t,e,n){if(!t[PO])return FO(),{};var o=Bz(e,Az(e,gz(e,t),cz,t),n),r=Oz();if(r){for(var i in r)o.addInfo(i,r[i]),delete r[i];zz(!0)}return o.injectors}(e,t,n)},pause:function(){return nz(e)},resume:function(){return oz(e)},addApp:function(n){return $z(e,n,t)}}}var Ez={version:"2.4.0",install:function(t,e){t.__vuemeta_installed||(t.__vuemeta_installed=!0,e=sz(e),t.prototype.$meta=function(){return Pz.call(this,e)},t.mixin(az(t,e)))},generate:function(t,e){return function(t,e){return Bz(e=sz(e),Az(e,t,cz)).injectors}(t,e)},hasMetaInfo:ez};const Dz=Ez;var Lz=["compactDisplay","currency","currencyDisplay","currencySign","localeMatcher","notation","numberingSystem","signDisplay","style","unit","unitDisplay","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits"],Mz=["dateStyle","timeStyle","calendar","localeMatcher","hour12","hourCycle","timeZone","formatMatcher","weekday","era","year","month","day","hour","minute","second","timeZoneName"];function Iz(t,e){"undefined"!=typeof console&&(console.warn("[vue-i18n] "+t),e&&console.warn(e.stack))}var Rz=Array.isArray;function jz(t){return null!==t&&"object"==typeof t}function Nz(t){return"string"==typeof t}var Vz=Object.prototype.toString,Hz="[object Object]";function Uz(t){return Vz.call(t)===Hz}function qz(t){return null==t}function Gz(t){return"function"==typeof t}function Wz(){for(var t=[],e=arguments.length;e--;)t[e]=arguments[e];var n=null,o=null;return 1===t.length?jz(t[0])||Rz(t[0])?o=t[0]:"string"==typeof t[0]&&(n=t[0]):2===t.length&&("string"==typeof t[0]&&(n=t[0]),(jz(t[1])||Rz(t[1]))&&(o=t[1])),{locale:n,params:o}}function Yz(t){return JSON.parse(JSON.stringify(t))}function Kz(t,e){return!!~t.indexOf(e)}var Xz=Object.prototype.hasOwnProperty;function Zz(t,e){return Xz.call(t,e)}function Jz(t){for(var e=arguments,n=Object(t),o=1;o0;)e[n]=arguments[n+1];var o=this.$i18n;return o._t.apply(o,[t,o.locale,o._getMessages(),this].concat(e))},t.prototype.$tc=function(t,e){for(var n=[],o=arguments.length-2;o-- >0;)n[o]=arguments[o+2];var r=this.$i18n;return r._tc.apply(r,[t,r.locale,r._getMessages(),this,e].concat(n))},t.prototype.$te=function(t,e){var n=this.$i18n;return n._te(t,n.locale,n._getMessages(),e)},t.prototype.$d=function(t){for(var e,n=[],o=arguments.length-1;o-- >0;)n[o]=arguments[o+1];return(e=this.$i18n).d.apply(e,[t].concat(n))},t.prototype.$n=function(t){for(var e,n=[],o=arguments.length-1;o-- >0;)n[o]=arguments[o+1];return(e=this.$i18n).n.apply(e,[t].concat(n))}})(rA),rA.mixin(function(t){function e(){this!==this.$root&&this.$options.__INTLIFY_META__&&this.$el&&this.$el.setAttribute("data-intlify",this.$options.__INTLIFY_META__)}return void 0===t&&(t=!1),t?{mounted:e}:{beforeCreate:function(){var t=this.$options;if(t.i18n=t.i18n||(t.__i18nBridge||t.__i18n?{}:null),t.i18n){if(t.i18n instanceof OA){if(t.__i18nBridge||t.__i18n)try{var e=t.i18n&&t.i18n.messages?t.i18n.messages:{};(t.__i18nBridge||t.__i18n).forEach((function(t){e=Jz(e,JSON.parse(t))})),Object.keys(e).forEach((function(n){t.i18n.mergeLocaleMessage(n,e[n])}))}catch(t){}this._i18n=t.i18n,this._i18nWatcher=this._i18n.watchI18nData()}else if(Uz(t.i18n)){var n=this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof OA?this.$root.$i18n:null;if(n&&(t.i18n.root=this.$root,t.i18n.formatter=n.formatter,t.i18n.fallbackLocale=n.fallbackLocale,t.i18n.formatFallbackMessages=n.formatFallbackMessages,t.i18n.silentTranslationWarn=n.silentTranslationWarn,t.i18n.silentFallbackWarn=n.silentFallbackWarn,t.i18n.pluralizationRules=n.pluralizationRules,t.i18n.preserveDirectiveContent=n.preserveDirectiveContent),t.__i18nBridge||t.__i18n)try{var o=t.i18n&&t.i18n.messages?t.i18n.messages:{};(t.__i18nBridge||t.__i18n).forEach((function(t){o=Jz(o,JSON.parse(t))})),t.i18n.messages=o}catch(t){}var r=t.i18n.sharedMessages;r&&Uz(r)&&(t.i18n.messages=Jz(t.i18n.messages,r)),this._i18n=new OA(t.i18n),this._i18nWatcher=this._i18n.watchI18nData(),(void 0===t.i18n.sync||t.i18n.sync)&&(this._localeWatcher=this.$i18n.watchLocale()),n&&n.onComponentInstanceCreated(this._i18n)}}else this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof OA?this._i18n=this.$root.$i18n:t.parent&&t.parent.$i18n&&t.parent.$i18n instanceof OA&&(this._i18n=t.parent.$i18n)},beforeMount:function(){var t=this.$options;t.i18n=t.i18n||(t.__i18nBridge||t.__i18n?{}:null),t.i18n?(t.i18n instanceof OA||Uz(t.i18n))&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0):(this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof OA||t.parent&&t.parent.$i18n&&t.parent.$i18n instanceof OA)&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0)},mounted:e,beforeDestroy:function(){if(this._i18n){var t=this;this.$nextTick((function(){t._subscribing&&(t._i18n.unsubscribeDataChanging(t),delete t._subscribing),t._i18nWatcher&&(t._i18nWatcher(),t._i18n.destroyVM(),delete t._i18nWatcher),t._localeWatcher&&(t._localeWatcher(),delete t._localeWatcher)}))}}}}(e.bridge)),rA.directive("t",{bind:aA,update:sA,unbind:lA}),rA.component(tA.name,tA),rA.component(iA.name,iA),rA.config.optionMergeStrategies.i18n=function(t,e){return void 0===e?t:e}}var pA=function(){this._caches=Object.create(null)};pA.prototype.interpolate=function(t,e){if(!e)return[t];var n=this._caches[t];return n||(n=function(t){var e=[],n=0,o="";for(;n0)u--,d=4,f[0]();else{if(u=0,void 0===n)return!1;if(!1===(n=yA(n)))return!1;f[1]()}};null!==d;)if(c++,"\\"!==(e=t[c])||!p()){if(r=vA(e),8===(i=(s=gA[d])[r]||s.else||8))return;if(d=i[0],(a=f[i[1]])&&(o=void 0===(o=i[2])?e:o,!1===a()))return;if(7===d)return l}}(t),e&&(this._cache[t]=e)),e||[]},xA.prototype.getPathValue=function(t,e){if(!jz(t))return null;var n=this.parsePath(e);if(0===n.length)return null;for(var o=n.length,r=t,i=0;i/,_A=/(?:@(?:\.[a-zA-Z]+)?:(?:[\w\-_|./]+|\([\w\-_:|./]+\)))/g,SA=/^@(?:\.([a-zA-Z]+))?:/,CA=/[()]/g,TA={upper:function(t){return t.toLocaleUpperCase()},lower:function(t){return t.toLocaleLowerCase()},capitalize:function(t){return""+t.charAt(0).toLocaleUpperCase()+t.substr(1)}},$A=new pA,OA=function(t){var e=this;void 0===t&&(t={}),!rA&&"undefined"!=typeof window&&window.Vue&&fA(window.Vue);var n=t.locale||"en-US",o=!1!==t.fallbackLocale&&(t.fallbackLocale||"en-US"),r=t.messages||{},i=t.dateTimeFormats||t.datetimeFormats||{},a=t.numberFormats||{};this._vm=null,this._formatter=t.formatter||$A,this._modifiers=t.modifiers||{},this._missing=t.missing||null,this._root=t.root||null,this._sync=void 0===t.sync||!!t.sync,this._fallbackRoot=void 0===t.fallbackRoot||!!t.fallbackRoot,this._fallbackRootWithEmptyString=void 0===t.fallbackRootWithEmptyString||!!t.fallbackRootWithEmptyString,this._formatFallbackMessages=void 0!==t.formatFallbackMessages&&!!t.formatFallbackMessages,this._silentTranslationWarn=void 0!==t.silentTranslationWarn&&t.silentTranslationWarn,this._silentFallbackWarn=void 0!==t.silentFallbackWarn&&!!t.silentFallbackWarn,this._dateTimeFormatters={},this._numberFormatters={},this._path=new xA,this._dataListeners=new Set,this._componentInstanceCreatedListener=t.componentInstanceCreatedListener||null,this._preserveDirectiveContent=void 0!==t.preserveDirectiveContent&&!!t.preserveDirectiveContent,this.pluralizationRules=t.pluralizationRules||{},this._warnHtmlInMessage=t.warnHtmlInMessage||"off",this._postTranslation=t.postTranslation||null,this._escapeParameterHtml=t.escapeParameterHtml||!1,"__VUE_I18N_BRIDGE__"in t&&(this.__VUE_I18N_BRIDGE__=t.__VUE_I18N_BRIDGE__),this.getChoiceIndex=function(t,n){var o=Object.getPrototypeOf(e);if(o&&o.getChoiceIndex)return o.getChoiceIndex.call(e,t,n);var r,i;return e.locale in e.pluralizationRules?e.pluralizationRules[e.locale].apply(e,[t,n]):(r=t,i=n,r=Math.abs(r),2===i?r?r>1?1:0:1:r?Math.min(r,2):0)},this._exist=function(t,n){return!(!t||!n)&&(!qz(e._path.getPathValue(t,n))||!!t[n])},"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||Object.keys(r).forEach((function(t){e._checkLocaleMessage(t,e._warnHtmlInMessage,r[t])})),this._initVM({locale:n,fallbackLocale:o,messages:r,dateTimeFormats:i,numberFormats:a})},zA={vm:{configurable:!0},messages:{configurable:!0},dateTimeFormats:{configurable:!0},numberFormats:{configurable:!0},availableLocales:{configurable:!0},locale:{configurable:!0},fallbackLocale:{configurable:!0},formatFallbackMessages:{configurable:!0},missing:{configurable:!0},formatter:{configurable:!0},silentTranslationWarn:{configurable:!0},silentFallbackWarn:{configurable:!0},preserveDirectiveContent:{configurable:!0},warnHtmlInMessage:{configurable:!0},postTranslation:{configurable:!0},sync:{configurable:!0}};OA.prototype._checkLocaleMessage=function(t,e,n){var o=function(t,e,n,r){if(Uz(n))Object.keys(n).forEach((function(i){var a=n[i];Uz(a)?(r.push(i),r.push("."),o(t,e,a,r),r.pop(),r.pop()):(r.push(i),o(t,e,a,r),r.pop())}));else if(Rz(n))n.forEach((function(n,i){Uz(n)?(r.push("["+i+"]"),r.push("."),o(t,e,n,r),r.pop(),r.pop()):(r.push("["+i+"]"),o(t,e,n,r),r.pop())}));else if(Nz(n)){if(kA.test(n)){var i="Detected HTML in message '"+n+"' of keypath '"+r.join("")+"' at '"+e+"'. Consider component interpolation with '' to avoid XSS. See https://bit.ly/2ZqJzkp";"warn"===t?Iz(i):"error"===t&&function(t,e){"undefined"!=typeof console&&(console.error("[vue-i18n] "+t),e&&console.error(e.stack))}(i)}}};o(e,t,n,[])},OA.prototype._initVM=function(t){var e=rA.config.silent;rA.config.silent=!0,this._vm=new rA({data:t,__VUE18N__INSTANCE__:!0}),rA.config.silent=e},OA.prototype.destroyVM=function(){this._vm.$destroy()},OA.prototype.subscribeDataChanging=function(t){this._dataListeners.add(t)},OA.prototype.unsubscribeDataChanging=function(t){!function(t,e){if(t.delete(e));}(this._dataListeners,t)},OA.prototype.watchI18nData=function(){var t=this;return this._vm.$watch("$data",(function(){for(var e,n,o=(e=t._dataListeners,n=[],e.forEach((function(t){return n.push(t)})),n),r=o.length;r--;)rA.nextTick((function(){o[r]&&o[r].$forceUpdate()}))}),{deep:!0})},OA.prototype.watchLocale=function(t){if(t){if(!this.__VUE_I18N_BRIDGE__)return null;var e=this,n=this._vm;return this.vm.$watch("locale",(function(o){n.$set(n,"locale",o),e.__VUE_I18N_BRIDGE__&&t&&(t.locale.value=o),n.$forceUpdate()}),{immediate:!0})}if(!this._sync||!this._root)return null;var o=this._vm;return this._root.$i18n.vm.$watch("locale",(function(t){o.$set(o,"locale",t),o.$forceUpdate()}),{immediate:!0})},OA.prototype.onComponentInstanceCreated=function(t){this._componentInstanceCreatedListener&&this._componentInstanceCreatedListener(t,this)},zA.vm.get=function(){return this._vm},zA.messages.get=function(){return Yz(this._getMessages())},zA.dateTimeFormats.get=function(){return Yz(this._getDateTimeFormats())},zA.numberFormats.get=function(){return Yz(this._getNumberFormats())},zA.availableLocales.get=function(){return Object.keys(this.messages).sort()},zA.locale.get=function(){return this._vm.locale},zA.locale.set=function(t){this._vm.$set(this._vm,"locale",t)},zA.fallbackLocale.get=function(){return this._vm.fallbackLocale},zA.fallbackLocale.set=function(t){this._localeChainCache={},this._vm.$set(this._vm,"fallbackLocale",t)},zA.formatFallbackMessages.get=function(){return this._formatFallbackMessages},zA.formatFallbackMessages.set=function(t){this._formatFallbackMessages=t},zA.missing.get=function(){return this._missing},zA.missing.set=function(t){this._missing=t},zA.formatter.get=function(){return this._formatter},zA.formatter.set=function(t){this._formatter=t},zA.silentTranslationWarn.get=function(){return this._silentTranslationWarn},zA.silentTranslationWarn.set=function(t){this._silentTranslationWarn=t},zA.silentFallbackWarn.get=function(){return this._silentFallbackWarn},zA.silentFallbackWarn.set=function(t){this._silentFallbackWarn=t},zA.preserveDirectiveContent.get=function(){return this._preserveDirectiveContent},zA.preserveDirectiveContent.set=function(t){this._preserveDirectiveContent=t},zA.warnHtmlInMessage.get=function(){return this._warnHtmlInMessage},zA.warnHtmlInMessage.set=function(t){var e=this,n=this._warnHtmlInMessage;if(this._warnHtmlInMessage=t,n!==t&&("warn"===t||"error"===t)){var o=this._getMessages();Object.keys(o).forEach((function(t){e._checkLocaleMessage(t,e._warnHtmlInMessage,o[t])}))}},zA.postTranslation.get=function(){return this._postTranslation},zA.postTranslation.set=function(t){this._postTranslation=t},zA.sync.get=function(){return this._sync},zA.sync.set=function(t){this._sync=t},OA.prototype._getMessages=function(){return this._vm.messages},OA.prototype._getDateTimeFormats=function(){return this._vm.dateTimeFormats},OA.prototype._getNumberFormats=function(){return this._vm.numberFormats},OA.prototype._warnDefault=function(t,e,n,o,r,i){if(!qz(n))return n;if(this._missing){var a=this._missing.apply(null,[t,e,o,r]);if(Nz(a))return a}else 0;if(this._formatFallbackMessages){var s=Wz.apply(void 0,r);return this._render(e,i,s.params,e)}return e},OA.prototype._isFallbackRoot=function(t){return(this._fallbackRootWithEmptyString?!t:qz(t))&&!qz(this._root)&&this._fallbackRoot},OA.prototype._isSilentFallbackWarn=function(t){return this._silentFallbackWarn instanceof RegExp?this._silentFallbackWarn.test(t):this._silentFallbackWarn},OA.prototype._isSilentFallback=function(t,e){return this._isSilentFallbackWarn(e)&&(this._isFallbackRoot()||t!==this.fallbackLocale)},OA.prototype._isSilentTranslationWarn=function(t){return this._silentTranslationWarn instanceof RegExp?this._silentTranslationWarn.test(t):this._silentTranslationWarn},OA.prototype._interpolate=function(t,e,n,o,r,i,a){if(!e)return null;var s,l=this._path.getPathValue(e,n);if(Rz(l)||Uz(l))return l;if(qz(l)){if(!Uz(e))return null;if(!Nz(s=e[n])&&!Gz(s))return null}else{if(!Nz(l)&&!Gz(l))return null;s=l}return Nz(s)&&(s.indexOf("@:")>=0||s.indexOf("@.")>=0)&&(s=this._link(t,e,s,o,"raw",i,a)),this._render(s,r,i,n)},OA.prototype._link=function(t,e,n,o,r,i,a){var s=n,l=s.match(_A);for(var c in l)if(l.hasOwnProperty(c)){var d=l[c],u=d.match(SA),f=u[0],p=u[1],b=d.replace(f,"").replace(CA,"");if(Kz(a,b))return s;a.push(b);var h=this._interpolate(t,e,b,o,"raw"===r?"string":r,"raw"===r?void 0:i,a);if(this._isFallbackRoot(h)){if(!this._root)throw Error("unexpected error");var g=this._root.$i18n;h=g._translate(g._getMessages(),g.locale,g.fallbackLocale,b,o,r,i)}h=this._warnDefault(t,b,h,o,Rz(i)?i:[i],r),this._modifiers.hasOwnProperty(p)?h=this._modifiers[p](h):TA.hasOwnProperty(p)&&(h=TA[p](h)),a.pop(),s=h?s.replace(d,h):s}return s},OA.prototype._createMessageContext=function(t,e,n,o){var r=this,i=Rz(t)?t:[],a=jz(t)?t:{},s=this._getMessages(),l=this.locale;return{list:function(t){return i[t]},named:function(t){return a[t]},values:t,formatter:e,path:n,messages:s,locale:l,linked:function(t){return r._interpolate(l,s[l]||{},t,null,o,void 0,[t])}}},OA.prototype._render=function(t,e,n,o){if(Gz(t))return t(this._createMessageContext(n,this._formatter||$A,o,e));var r=this._formatter.interpolate(t,n,o);return r||(r=$A.interpolate(t,n,o)),"string"!==e||Nz(r)?r:r.join("")},OA.prototype._appendItemToChain=function(t,e,n){var o=!1;return Kz(t,e)||(o=!0,e&&(o="!"!==e[e.length-1],e=e.replace(/!/g,""),t.push(e),n&&n[e]&&(o=n[e]))),o},OA.prototype._appendLocaleToChain=function(t,e,n){var o,r=e.split("-");do{var i=r.join("-");o=this._appendItemToChain(t,i,n),r.splice(-1,1)}while(r.length&&!0===o);return o},OA.prototype._appendBlockToChain=function(t,e,n){for(var o=!0,r=0;r0;)i[a]=arguments[a+4];if(!t)return"";var s=Wz.apply(void 0,i);this._escapeParameterHtml&&(s.params=function(t){return null!=t&&Object.keys(t).forEach((function(e){"string"==typeof t[e]&&(t[e]=t[e].replace(//g,">").replace(/"/g,""").replace(/'/g,"'"))})),t}(s.params));var l=s.locale||e,c=this._translate(n,l,this.fallbackLocale,t,o,"string",s.params);if(this._isFallbackRoot(c)){if(!this._root)throw Error("unexpected error");return(r=this._root).$t.apply(r,[t].concat(i))}return c=this._warnDefault(l,t,c,o,i,"string"),this._postTranslation&&null!=c&&(c=this._postTranslation(c,t)),c},OA.prototype.t=function(t){for(var e,n=[],o=arguments.length-1;o-- >0;)n[o]=arguments[o+1];return(e=this)._t.apply(e,[t,this.locale,this._getMessages(),null].concat(n))},OA.prototype._i=function(t,e,n,o,r){var i=this._translate(n,e,this.fallbackLocale,t,o,"raw",r);if(this._isFallbackRoot(i)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.i(t,e,r)}return this._warnDefault(e,t,i,o,[r],"raw")},OA.prototype.i=function(t,e,n){return t?(Nz(e)||(e=this.locale),this._i(t,e,this._getMessages(),null,n)):""},OA.prototype._tc=function(t,e,n,o,r){for(var i,a=[],s=arguments.length-5;s-- >0;)a[s]=arguments[s+5];if(!t)return"";void 0===r&&(r=1);var l={count:r,n:r},c=Wz.apply(void 0,a);return c.params=Object.assign(l,c.params),a=null===c.locale?[c.params]:[c.locale,c.params],this.fetchChoice((i=this)._t.apply(i,[t,e,n,o].concat(a)),r)},OA.prototype.fetchChoice=function(t,e){if(!t||!Nz(t))return null;var n=t.split("|");return n[e=this.getChoiceIndex(e,n.length)]?n[e].trim():t},OA.prototype.tc=function(t,e){for(var n,o=[],r=arguments.length-2;r-- >0;)o[r]=arguments[r+2];return(n=this)._tc.apply(n,[t,this.locale,this._getMessages(),null,e].concat(o))},OA.prototype._te=function(t,e,n){for(var o=[],r=arguments.length-3;r-- >0;)o[r]=arguments[r+3];var i=Wz.apply(void 0,o).locale||e;return this._exist(n[i],t)},OA.prototype.te=function(t,e){return this._te(t,this.locale,this._getMessages(),e)},OA.prototype.getLocaleMessage=function(t){return Yz(this._vm.messages[t]||{})},OA.prototype.setLocaleMessage=function(t,e){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(t,this._warnHtmlInMessage,e),this._vm.$set(this._vm.messages,t,e)},OA.prototype.mergeLocaleMessage=function(t,e){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(t,this._warnHtmlInMessage,e),this._vm.$set(this._vm.messages,t,Jz(void 0!==this._vm.messages[t]&&Object.keys(this._vm.messages[t]).length?Object.assign({},this._vm.messages[t]):{},e))},OA.prototype.getDateTimeFormat=function(t){return Yz(this._vm.dateTimeFormats[t]||{})},OA.prototype.setDateTimeFormat=function(t,e){this._vm.$set(this._vm.dateTimeFormats,t,e),this._clearDateTimeFormat(t,e)},OA.prototype.mergeDateTimeFormat=function(t,e){this._vm.$set(this._vm.dateTimeFormats,t,Jz(this._vm.dateTimeFormats[t]||{},e)),this._clearDateTimeFormat(t,e)},OA.prototype._clearDateTimeFormat=function(t,e){for(var n in e){var o=t+"__"+n;this._dateTimeFormatters.hasOwnProperty(o)&&delete this._dateTimeFormatters[o]}},OA.prototype._localizeDateTime=function(t,e,n,o,r,i){for(var a=e,s=o[a],l=this._getLocaleChain(e,n),c=0;c0;)e[n]=arguments[n+1];var o=this.locale,r=null,i=null;return 1===e.length?(Nz(e[0])?r=e[0]:jz(e[0])&&(e[0].locale&&(o=e[0].locale),e[0].key&&(r=e[0].key)),i=Object.keys(e[0]).reduce((function(t,n){var o;return Kz(Mz,n)?Object.assign({},t,((o={})[n]=e[0][n],o)):t}),null)):2===e.length&&(Nz(e[0])&&(r=e[0]),Nz(e[1])&&(o=e[1])),this._d(t,o,r,i)},OA.prototype.getNumberFormat=function(t){return Yz(this._vm.numberFormats[t]||{})},OA.prototype.setNumberFormat=function(t,e){this._vm.$set(this._vm.numberFormats,t,e),this._clearNumberFormat(t,e)},OA.prototype.mergeNumberFormat=function(t,e){this._vm.$set(this._vm.numberFormats,t,Jz(this._vm.numberFormats[t]||{},e)),this._clearNumberFormat(t,e)},OA.prototype._clearNumberFormat=function(t,e){for(var n in e){var o=t+"__"+n;this._numberFormatters.hasOwnProperty(o)&&delete this._numberFormatters[o]}},OA.prototype._getNumberFormatter=function(t,e,n,o,r,i){for(var a=e,s=o[a],l=this._getLocaleChain(e,n),c=0;c0;)e[n]=arguments[n+1];var o=this.locale,r=null,i=null;return 1===e.length?Nz(e[0])?r=e[0]:jz(e[0])&&(e[0].locale&&(o=e[0].locale),e[0].key&&(r=e[0].key),i=Object.keys(e[0]).reduce((function(t,n){var o;return Kz(Lz,n)?Object.assign({},t,((o={})[n]=e[0][n],o)):t}),null)):2===e.length&&(Nz(e[0])&&(r=e[0]),Nz(e[1])&&(o=e[1])),this._n(t,o,r,i)},OA.prototype._ntp=function(t,e,n,o){if(!OA.availabilities.numberFormat)return[];if(!n)return(o?new Intl.NumberFormat(e,o):new Intl.NumberFormat(e)).formatToParts(t);var r=this._getNumberFormatter(t,e,this.fallbackLocale,this._getNumberFormats(),n,o),i=r&&r.formatToParts(t);if(this._isFallbackRoot(i)){if(!this._root)throw Error("unexpected error");return this._root.$i18n._ntp(t,e,n,o)}return i||[]},Object.defineProperties(OA.prototype,zA),Object.defineProperty(OA,"availabilities",{get:function(){if(!wA){var t="undefined"!=typeof Intl;wA={dateTimeFormat:t&&void 0!==Intl.DateTimeFormat,numberFormat:t&&void 0!==Intl.NumberFormat}}return wA}}),OA.install=fA,OA.version="8.28.2";const AA=OA;function FA(t){return FA="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},FA(t)}function BA(){BA=function(){return e};var t,e={},n=Object.prototype,o=n.hasOwnProperty,r=Object.defineProperty||function(t,e,n){t[e]=n.value},i="function"==typeof Symbol?Symbol:{},a=i.iterator||"@@iterator",s=i.asyncIterator||"@@asyncIterator",l=i.toStringTag||"@@toStringTag";function c(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{c({},"")}catch(t){c=function(t,e,n){return t[e]=n}}function d(t,e,n,o){var i=e&&e.prototype instanceof m?e:m,a=Object.create(i.prototype),s=new A(o||[]);return r(a,"_invoke",{value:T(t,n,s)}),a}function u(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}e.wrap=d;var f="suspendedStart",p="suspendedYield",b="executing",h="completed",g={};function m(){}function v(){}function y(){}var x={};c(x,a,(function(){return this}));var w=Object.getPrototypeOf,k=w&&w(w(F([])));k&&k!==n&&o.call(k,a)&&(x=k);var _=y.prototype=m.prototype=Object.create(x);function S(t){["next","throw","return"].forEach((function(e){c(t,e,(function(t){return this._invoke(e,t)}))}))}function C(t,e){function n(r,i,a,s){var l=u(t[r],t,i);if("throw"!==l.type){var c=l.arg,d=c.value;return d&&"object"==FA(d)&&o.call(d,"__await")?e.resolve(d.__await).then((function(t){n("next",t,a,s)}),(function(t){n("throw",t,a,s)})):e.resolve(d).then((function(t){c.value=t,a(c)}),(function(t){return n("throw",t,a,s)}))}s(l.arg)}var i;r(this,"_invoke",{value:function(t,o){function r(){return new e((function(e,r){n(t,o,e,r)}))}return i=i?i.then(r,r):r()}})}function T(e,n,o){var r=f;return function(i,a){if(r===b)throw Error("Generator is already running");if(r===h){if("throw"===i)throw a;return{value:t,done:!0}}for(o.method=i,o.arg=a;;){var s=o.delegate;if(s){var l=$(s,o);if(l){if(l===g)continue;return l}}if("next"===o.method)o.sent=o._sent=o.arg;else if("throw"===o.method){if(r===f)throw r=h,o.arg;o.dispatchException(o.arg)}else"return"===o.method&&o.abrupt("return",o.arg);r=b;var c=u(e,n,o);if("normal"===c.type){if(r=o.done?h:p,c.arg===g)continue;return{value:c.arg,done:o.done}}"throw"===c.type&&(r=h,o.method="throw",o.arg=c.arg)}}}function $(e,n){var o=n.method,r=e.iterator[o];if(r===t)return n.delegate=null,"throw"===o&&e.iterator.return&&(n.method="return",n.arg=t,$(e,n),"throw"===n.method)||"return"!==o&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+o+"' method")),g;var i=u(r,e.iterator,n.arg);if("throw"===i.type)return n.method="throw",n.arg=i.arg,n.delegate=null,g;var a=i.arg;return a?a.done?(n[e.resultName]=a.value,n.next=e.nextLoc,"return"!==n.method&&(n.method="next",n.arg=t),n.delegate=null,g):a:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,g)}function O(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function z(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function A(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(O,this),this.reset(!0)}function F(e){if(e||""===e){var n=e[a];if(n)return n.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var r=-1,i=function n(){for(;++r=0;--i){var a=this.tryEntries[i],s=a.completion;if("root"===a.tryLoc)return r("end");if(a.tryLoc<=this.prev){var l=o.call(a,"catchLoc"),c=o.call(a,"finallyLoc");if(l&&c){if(this.prev=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&o.call(r,"finallyLoc")&&this.prev=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),z(n),g}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var o=n.completion;if("throw"===o.type){var r=o.arg;z(n)}return r}}throw Error("illegal catch attempt")},delegateYield:function(e,n,o){return this.delegate={iterator:F(e),resultName:n,nextLoc:o},"next"===this.method&&(this.arg=t),g}},e}function PA(t,e,n){return(e=function(t){var e=function(t,e){if("object"!=FA(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var o=n.call(t,e||"default");if("object"!=FA(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==FA(e)?e:e+""}(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function EA(t,e,n,o,r,i,a){try{var s=t[i](a),l=s.value}catch(t){return void n(t)}s.done?e(l):Promise.resolve(l).then(o,r)}n.default.use(AA);var DA=function(){var t,e=(t=BA().mark((function t(){var e,n,o,r,i,a,s;return BA().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return e=localStorage.getItem("language")||"en",n={},t.prev=2,o=l().defaults.baseURL&&"/"!==l().defaults.baseURL,r=o?"translations/".concat(e):"/api/translations/".concat(e),t.next=7,l().get(r);case 7:i=t.sent,n=i.data,t.next=14;break;case 11:t.prev=11,t.t0=t.catch(2),console.warn("⚠️ Failed to load DB translations. No fallback used.");case 14:return a=PA({},e,n||{}),s=new AA({locale:e,fallbackLocale:"en",messages:a,silentTranslationWarn:!0}),t.abrupt("return",s);case 17:case"end":return t.stop()}}),t,null,[[2,11]])})),function(){var e=this,n=arguments;return new Promise((function(o,r){var i=t.apply(e,n);function a(t){EA(i,o,r,a,s,"next",t)}function s(t){EA(i,o,r,a,s,"throw",t)}a(void 0)}))});return function(){return e.apply(this,arguments)}}();n.default.use(dO),n.default.component("large-sidebar",(function(){return i.e(5152).then(i.bind(i,65153))})),n.default.component("customizer",(function(){return i.e(3242).then(i.bind(i,76661))})),n.default.component("vue-perfect-scrollbar",(function(){return i.e(152).then(i.t.bind(i,30209,23))})),n.default.use(Dz,{keyName:"metaInfo",attribute:"data-vue-meta",ssrAttribute:"data-vue-meta-server-rendered",tagIDKeyName:"vmid",refreshOnceOnNavigation:!0}),function(t,e){var n;if(nn||(nn=new on("en",{}),Ue({defaultMessage:function(t,e){return nn.resolve(t,null==e?void 0:e._rule_,e||{})}})),"string"==typeof t)return nn.locale=t,e&&nn.merge(((n={})[t]=e,n)),void en.$emit("change:locale");nn.merge(t)}({en:{messages:{required:"This field is required",required_if:"This field is required",regex:"This field must be a valid",mimes:"This field must have a valid file type.",size:function(t,e){var n=e.size;return"This field size must be less than ".concat(n,".")},min:"This field must have no less than {length} characters",max:function(t,e){var n=e.length;return"This field must have no more than ".concat(n," characters")}}}}),Object.keys(t).forEach((function(e){Ne(e,t[e])})),n.default.component("ValidationObserver",On),n.default.component("ValidationProvider",Sn),window.axios=i(72505),window.axios.defaults.baseURL="",window.axios.defaults.withCredentials=!0,window.axios.defaults.headers.common["X-Requested-With"]="XMLHttpRequest",axios.interceptors.response.use((function(t){return t}),(function(t){return t.response&&t.response.data?(401===t.response.status&&(window.location.href="/login"),404===t.response.status&&we.push({name:"NotFound"}),403===t.response.status&&we.push({name:"not_authorize"}),Promise.reject(t.response.data)):Promise.reject(t.message)})),window.Fire=new n.default,n.default.component("login-component",i(9772).A),n.default.component("forgot-component",i(99229).A),n.default.component("reset-component",i(5468).A),n.default.config.productionTip=!0,n.default.config.silent=!0,n.default.config.devtools=!1,n.default.use(AA),DA().then((function(t){x.commit("SetDefaultLanguage",{i18n:t,Language:t.locale}),function(t){ye.beforeEach(function(){var e=ve(ge().mark((function e(n,o,r){var i;return ge().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(n.path&&(k().start(),k().set(.1)),!(i=x.state.language.language)||i===t.locale){e.next=6;break}t.locale=i,e.next=10;break;case 6:if(i){e.next=10;break}return e.next=9,x.dispatch("language/setLanguage",navigator.languages);case 9:t.locale=x.state.language.language;case 10:r();case 11:case"end":return e.stop()}}),e)})));return function(t,n,o){return e.apply(this,arguments)}}()),ye.afterEach((function(){var t=document.getElementById("loading_wrap");t&&(t.style.display="none"),setTimeout((function(){return k().done()}),500),window.innerWidth<=1200?(x.dispatch("changeSidebarProperties"),x.getters.getSideBarToggleProperties.isSecondarySideNavOpen&&x.dispatch("changeSecondarySidebarProperties"),x.getters.getCompactSideBarToggleProperties.isSideNavOpen&&x.dispatch("changeCompactSidebarProperties")):x.getters.getSideBarToggleProperties.isSecondarySideNavOpen&&x.dispatch("changeSecondarySidebarProperties")}))}(t),new n.default({el:"#login",store:x,router:we,i18n:t})}))})()})();