diff --git a/.DS_Store b/.DS_Store index 0cfd602..e433cb8 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.Ulysses-Settings.plist b/.Ulysses-Settings.plist new file mode 100644 index 0000000..fe51321 --- /dev/null +++ b/.Ulysses-Settings.plist @@ -0,0 +1,14 @@ + + + + + defaultPathExtensions + md + enforceFencedCodeBlocks + + sheetFormat + foreign + useInlineLinks + + + diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..72d32c1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +*.pdf filter=lfs diff=lfs merge=lfs -text +*.jpg filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.pages filter=lfs diff=lfs merge=lfs -text +*.pptx filter=lfs diff=lfs merge=lfs -text diff --git a/.obsidian/app.json b/.obsidian/app.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.obsidian/app.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json new file mode 100644 index 0000000..c8c365d --- /dev/null +++ b/.obsidian/appearance.json @@ -0,0 +1,3 @@ +{ + "accentColor": "" +} \ No newline at end of file diff --git a/.obsidian/community-plugins.json b/.obsidian/community-plugins.json new file mode 100644 index 0000000..d3f66fa --- /dev/null +++ b/.obsidian/community-plugins.json @@ -0,0 +1,3 @@ +[ + "obsidian-git" +] \ No newline at end of file diff --git a/.obsidian/core-plugins-migration.json b/.obsidian/core-plugins-migration.json new file mode 100644 index 0000000..436f43c --- /dev/null +++ b/.obsidian/core-plugins-migration.json @@ -0,0 +1,30 @@ +{ + "file-explorer": true, + "global-search": true, + "switcher": true, + "graph": true, + "backlink": true, + "canvas": true, + "outgoing-link": true, + "tag-pane": true, + "properties": false, + "page-preview": true, + "daily-notes": true, + "templates": true, + "note-composer": true, + "command-palette": true, + "slash-command": false, + "editor-status": true, + "bookmarks": true, + "markdown-importer": false, + "zk-prefixer": false, + "random-note": false, + "outline": true, + "word-count": true, + "slides": false, + "audio-recorder": false, + "workspaces": false, + "file-recovery": true, + "publish": false, + "sync": false +} \ No newline at end of file diff --git a/.obsidian/core-plugins.json b/.obsidian/core-plugins.json new file mode 100644 index 0000000..9405bfd --- /dev/null +++ b/.obsidian/core-plugins.json @@ -0,0 +1,20 @@ +[ + "file-explorer", + "global-search", + "switcher", + "graph", + "backlink", + "canvas", + "outgoing-link", + "tag-pane", + "page-preview", + "daily-notes", + "templates", + "note-composer", + "command-palette", + "editor-status", + "bookmarks", + "outline", + "word-count", + "file-recovery" +] \ No newline at end of file diff --git a/.obsidian/graph.json b/.obsidian/graph.json new file mode 100644 index 0000000..e21a18d --- /dev/null +++ b/.obsidian/graph.json @@ -0,0 +1,22 @@ +{ + "collapse-filter": true, + "search": "", + "showTags": false, + "showAttachments": false, + "hideUnresolved": false, + "showOrphans": true, + "collapse-color-groups": true, + "colorGroups": [], + "collapse-display": true, + "showArrow": false, + "textFadeMultiplier": 0, + "nodeSizeMultiplier": 1, + "lineSizeMultiplier": 1, + "collapse-forces": true, + "centerStrength": 0.518713248970312, + "repelStrength": 10, + "linkStrength": 1, + "linkDistance": 250, + "scale": 1, + "close": false +} \ No newline at end of file diff --git a/.obsidian/plugins/obsidian-git/data.json b/.obsidian/plugins/obsidian-git/data.json new file mode 100644 index 0000000..0e15941 --- /dev/null +++ b/.obsidian/plugins/obsidian-git/data.json @@ -0,0 +1,58 @@ +{ + "commitMessage": "vault backup: {{date}}", + "commitDateFormat": "YYYY-MM-DD HH:mm:ss", + "autoSaveInterval": 0, + "autoPushInterval": 0, + "autoPullInterval": 0, + "autoPullOnBoot": true, + "disablePush": false, + "pullBeforePush": true, + "disablePopups": false, + "disablePopupsForNoChanges": false, + "listChangedFilesInMessageBody": false, + "showStatusBar": true, + "updateSubmodules": false, + "syncMethod": "merge", + "customMessageOnAutoBackup": false, + "autoBackupAfterFileChange": false, + "treeStructure": false, + "refreshSourceControl": true, + "basePath": "", + "differentIntervalCommitAndPush": false, + "changedFilesInStatusBar": false, + "showedMobileNotice": true, + "refreshSourceControlTimer": 7000, + "showBranchStatusBar": true, + "setLastSaveToLastCommit": false, + "submoduleRecurseCheckout": false, + "gitDir": "", + "showFileMenu": true, + "authorInHistoryView": "hide", + "dateInHistoryView": false, + "lineAuthor": { + "show": false, + "followMovement": "inactive", + "authorDisplay": "initials", + "showCommitHash": false, + "dateTimeFormatOptions": "date", + "dateTimeFormatCustomString": "YYYY-MM-DD HH:mm", + "dateTimeTimezone": "viewer-local", + "coloringMaxAge": "1y", + "colorNew": { + "r": 255, + "g": 150, + "b": 150 + }, + "colorOld": { + "r": 120, + "g": 160, + "b": 255 + }, + "textColorCss": "var(--text-muted)", + "ignoreWhitespace": false, + "gutterSpacingFallbackLength": 5, + "lastShownAuthorDisplay": "initials", + "lastShownDateTimeFormatOptions": "date" + }, + "autoCommitMessage": "vault backup: {{date}}" +} \ No newline at end of file diff --git a/.obsidian/plugins/obsidian-git/main.js b/.obsidian/plugins/obsidian-git/main.js new file mode 100644 index 0000000..d0d2c09 --- /dev/null +++ b/.obsidian/plugins/obsidian-git/main.js @@ -0,0 +1,44901 @@ +/* +THIS IS A GENERATED/BUNDLED FILE BY ESBUILD +if you want to view the source visit the plugins github repository (https://github.com/denolehov/obsidian-git) +*/ + +var __create = Object.create; +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __getProtoOf = Object.getPrototypeOf; +var __hasOwnProp = Object.prototype.hasOwnProperty; +var __defNormalProp = (obj, key2, value) => key2 in obj ? __defProp(obj, key2, { enumerable: true, configurable: true, writable: true, value }) : obj[key2] = value; +var __esm = (fn, res) => function __init() { + return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res; +}; +var __commonJS = (cb, mod) => function __require() { + return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports; +}; +var __export = (target, all) => { + for (var name in all) + __defProp(target, name, { get: all[name], enumerable: true }); +}; +var __copyProps = (to, from, except, desc) => { + if (from && typeof from === "object" || typeof from === "function") { + for (let key2 of __getOwnPropNames(from)) + if (!__hasOwnProp.call(to, key2) && key2 !== except) + __defProp(to, key2, { get: () => from[key2], enumerable: !(desc = __getOwnPropDesc(from, key2)) || desc.enumerable }); + } + return to; +}; +var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps( + // If the importer is in node compatibility mode or this is not an ESM + // file that has been converted to a CommonJS file using a Babel- + // compatible transform (i.e. "__esModule" has not been set), then set + // "default" to the CommonJS "module.exports" for node compatibility. + isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, + mod +)); +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); +var __publicField = (obj, key2, value) => __defNormalProp(obj, typeof key2 !== "symbol" ? key2 + "" : key2, value); + +// node_modules/.pnpm/base64-js@1.5.1/node_modules/base64-js/index.js +var require_base64_js = __commonJS({ + "node_modules/.pnpm/base64-js@1.5.1/node_modules/base64-js/index.js"(exports2) { + "use strict"; + init_polyfill_buffer(); + exports2.byteLength = byteLength; + exports2.toByteArray = toByteArray; + exports2.fromByteArray = fromByteArray; + var lookup = []; + var revLookup = []; + var Arr = typeof Uint8Array !== "undefined" ? Uint8Array : Array; + var code = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; + for (i = 0, len = code.length; i < len; ++i) { + lookup[i] = code[i]; + revLookup[code.charCodeAt(i)] = i; + } + var i; + var len; + revLookup["-".charCodeAt(0)] = 62; + revLookup["_".charCodeAt(0)] = 63; + function getLens(b64) { + var len2 = b64.length; + if (len2 % 4 > 0) { + throw new Error("Invalid string. Length must be a multiple of 4"); + } + var validLen = b64.indexOf("="); + if (validLen === -1) validLen = len2; + var placeHoldersLen = validLen === len2 ? 0 : 4 - validLen % 4; + return [validLen, placeHoldersLen]; + } + function byteLength(b64) { + var lens = getLens(b64); + var validLen = lens[0]; + var placeHoldersLen = lens[1]; + return (validLen + placeHoldersLen) * 3 / 4 - placeHoldersLen; + } + function _byteLength(b64, validLen, placeHoldersLen) { + return (validLen + placeHoldersLen) * 3 / 4 - placeHoldersLen; + } + function toByteArray(b64) { + var tmp; + var lens = getLens(b64); + var validLen = lens[0]; + var placeHoldersLen = lens[1]; + var arr = new Arr(_byteLength(b64, validLen, placeHoldersLen)); + var curByte = 0; + var len2 = placeHoldersLen > 0 ? validLen - 4 : validLen; + var i2; + for (i2 = 0; i2 < len2; i2 += 4) { + tmp = revLookup[b64.charCodeAt(i2)] << 18 | revLookup[b64.charCodeAt(i2 + 1)] << 12 | revLookup[b64.charCodeAt(i2 + 2)] << 6 | revLookup[b64.charCodeAt(i2 + 3)]; + arr[curByte++] = tmp >> 16 & 255; + arr[curByte++] = tmp >> 8 & 255; + arr[curByte++] = tmp & 255; + } + if (placeHoldersLen === 2) { + tmp = revLookup[b64.charCodeAt(i2)] << 2 | revLookup[b64.charCodeAt(i2 + 1)] >> 4; + arr[curByte++] = tmp & 255; + } + if (placeHoldersLen === 1) { + tmp = revLookup[b64.charCodeAt(i2)] << 10 | revLookup[b64.charCodeAt(i2 + 1)] << 4 | revLookup[b64.charCodeAt(i2 + 2)] >> 2; + arr[curByte++] = tmp >> 8 & 255; + arr[curByte++] = tmp & 255; + } + return arr; + } + function tripletToBase64(num2) { + return lookup[num2 >> 18 & 63] + lookup[num2 >> 12 & 63] + lookup[num2 >> 6 & 63] + lookup[num2 & 63]; + } + function encodeChunk(uint8, start, end) { + var tmp; + var output = []; + for (var i2 = start; i2 < end; i2 += 3) { + tmp = (uint8[i2] << 16 & 16711680) + (uint8[i2 + 1] << 8 & 65280) + (uint8[i2 + 2] & 255); + output.push(tripletToBase64(tmp)); + } + return output.join(""); + } + function fromByteArray(uint8) { + var tmp; + var len2 = uint8.length; + var extraBytes = len2 % 3; + var parts = []; + var maxChunkLength = 16383; + for (var i2 = 0, len22 = len2 - extraBytes; i2 < len22; i2 += maxChunkLength) { + parts.push(encodeChunk(uint8, i2, i2 + maxChunkLength > len22 ? len22 : i2 + maxChunkLength)); + } + if (extraBytes === 1) { + tmp = uint8[len2 - 1]; + parts.push( + lookup[tmp >> 2] + lookup[tmp << 4 & 63] + "==" + ); + } else if (extraBytes === 2) { + tmp = (uint8[len2 - 2] << 8) + uint8[len2 - 1]; + parts.push( + lookup[tmp >> 10] + lookup[tmp >> 4 & 63] + lookup[tmp << 2 & 63] + "=" + ); + } + return parts.join(""); + } + } +}); + +// node_modules/.pnpm/ieee754@1.2.1/node_modules/ieee754/index.js +var require_ieee754 = __commonJS({ + "node_modules/.pnpm/ieee754@1.2.1/node_modules/ieee754/index.js"(exports2) { + init_polyfill_buffer(); + exports2.read = function(buffer2, offset, isLE, mLen, nBytes) { + var e, m; + var eLen = nBytes * 8 - mLen - 1; + var eMax = (1 << eLen) - 1; + var eBias = eMax >> 1; + var nBits = -7; + var i = isLE ? nBytes - 1 : 0; + var d = isLE ? -1 : 1; + var s = buffer2[offset + i]; + i += d; + e = s & (1 << -nBits) - 1; + s >>= -nBits; + nBits += eLen; + for (; nBits > 0; e = e * 256 + buffer2[offset + i], i += d, nBits -= 8) { + } + m = e & (1 << -nBits) - 1; + e >>= -nBits; + nBits += mLen; + for (; nBits > 0; m = m * 256 + buffer2[offset + i], i += d, nBits -= 8) { + } + if (e === 0) { + e = 1 - eBias; + } else if (e === eMax) { + return m ? NaN : (s ? -1 : 1) * Infinity; + } else { + m = m + Math.pow(2, mLen); + e = e - eBias; + } + return (s ? -1 : 1) * m * Math.pow(2, e - mLen); + }; + exports2.write = function(buffer2, value, offset, isLE, mLen, nBytes) { + var e, m, c; + var eLen = nBytes * 8 - mLen - 1; + var eMax = (1 << eLen) - 1; + var eBias = eMax >> 1; + var rt = mLen === 23 ? Math.pow(2, -24) - Math.pow(2, -77) : 0; + var i = isLE ? 0 : nBytes - 1; + var d = isLE ? 1 : -1; + var s = value < 0 || value === 0 && 1 / value < 0 ? 1 : 0; + value = Math.abs(value); + if (isNaN(value) || value === Infinity) { + m = isNaN(value) ? 1 : 0; + e = eMax; + } else { + e = Math.floor(Math.log(value) / Math.LN2); + if (value * (c = Math.pow(2, -e)) < 1) { + e--; + c *= 2; + } + if (e + eBias >= 1) { + value += rt / c; + } else { + value += rt * Math.pow(2, 1 - eBias); + } + if (value * c >= 2) { + e++; + c /= 2; + } + if (e + eBias >= eMax) { + m = 0; + e = eMax; + } else if (e + eBias >= 1) { + m = (value * c - 1) * Math.pow(2, mLen); + e = e + eBias; + } else { + m = value * Math.pow(2, eBias - 1) * Math.pow(2, mLen); + e = 0; + } + } + for (; mLen >= 8; buffer2[offset + i] = m & 255, i += d, m /= 256, mLen -= 8) { + } + e = e << mLen | m; + eLen += mLen; + for (; eLen > 0; buffer2[offset + i] = e & 255, i += d, e /= 256, eLen -= 8) { + } + buffer2[offset + i - d] |= s * 128; + }; + } +}); + +// node_modules/.pnpm/buffer@6.0.3/node_modules/buffer/index.js +var require_buffer = __commonJS({ + "node_modules/.pnpm/buffer@6.0.3/node_modules/buffer/index.js"(exports2) { + "use strict"; + init_polyfill_buffer(); + var base64 = require_base64_js(); + var ieee754 = require_ieee754(); + var customInspectSymbol = typeof Symbol === "function" && typeof Symbol["for"] === "function" ? Symbol["for"]("nodejs.util.inspect.custom") : null; + exports2.Buffer = Buffer2; + exports2.SlowBuffer = SlowBuffer; + exports2.INSPECT_MAX_BYTES = 50; + var K_MAX_LENGTH = 2147483647; + exports2.kMaxLength = K_MAX_LENGTH; + Buffer2.TYPED_ARRAY_SUPPORT = typedArraySupport(); + if (!Buffer2.TYPED_ARRAY_SUPPORT && typeof console !== "undefined" && typeof console.error === "function") { + console.error( + "This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support." + ); + } + function typedArraySupport() { + try { + const arr = new Uint8Array(1); + const proto = { foo: function() { + return 42; + } }; + Object.setPrototypeOf(proto, Uint8Array.prototype); + Object.setPrototypeOf(arr, proto); + return arr.foo() === 42; + } catch (e) { + return false; + } + } + Object.defineProperty(Buffer2.prototype, "parent", { + enumerable: true, + get: function() { + if (!Buffer2.isBuffer(this)) return void 0; + return this.buffer; + } + }); + Object.defineProperty(Buffer2.prototype, "offset", { + enumerable: true, + get: function() { + if (!Buffer2.isBuffer(this)) return void 0; + return this.byteOffset; + } + }); + function createBuffer(length) { + if (length > K_MAX_LENGTH) { + throw new RangeError('The value "' + length + '" is invalid for option "size"'); + } + const buf = new Uint8Array(length); + Object.setPrototypeOf(buf, Buffer2.prototype); + return buf; + } + function Buffer2(arg, encodingOrOffset, length) { + if (typeof arg === "number") { + if (typeof encodingOrOffset === "string") { + throw new TypeError( + 'The "string" argument must be of type string. Received type number' + ); + } + return allocUnsafe(arg); + } + return from(arg, encodingOrOffset, length); + } + Buffer2.poolSize = 8192; + function from(value, encodingOrOffset, length) { + if (typeof value === "string") { + return fromString2(value, encodingOrOffset); + } + if (ArrayBuffer.isView(value)) { + return fromArrayView(value); + } + if (value == null) { + throw new TypeError( + "The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type " + typeof value + ); + } + if (isInstance(value, ArrayBuffer) || value && isInstance(value.buffer, ArrayBuffer)) { + return fromArrayBuffer(value, encodingOrOffset, length); + } + if (typeof SharedArrayBuffer !== "undefined" && (isInstance(value, SharedArrayBuffer) || value && isInstance(value.buffer, SharedArrayBuffer))) { + return fromArrayBuffer(value, encodingOrOffset, length); + } + if (typeof value === "number") { + throw new TypeError( + 'The "value" argument must not be of type number. Received type number' + ); + } + const valueOf = value.valueOf && value.valueOf(); + if (valueOf != null && valueOf !== value) { + return Buffer2.from(valueOf, encodingOrOffset, length); + } + const b = fromObject(value); + if (b) return b; + if (typeof Symbol !== "undefined" && Symbol.toPrimitive != null && typeof value[Symbol.toPrimitive] === "function") { + return Buffer2.from(value[Symbol.toPrimitive]("string"), encodingOrOffset, length); + } + throw new TypeError( + "The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type " + typeof value + ); + } + Buffer2.from = function(value, encodingOrOffset, length) { + return from(value, encodingOrOffset, length); + }; + Object.setPrototypeOf(Buffer2.prototype, Uint8Array.prototype); + Object.setPrototypeOf(Buffer2, Uint8Array); + function assertSize(size) { + if (typeof size !== "number") { + throw new TypeError('"size" argument must be of type number'); + } else if (size < 0) { + throw new RangeError('The value "' + size + '" is invalid for option "size"'); + } + } + function alloc(size, fill, encoding) { + assertSize(size); + if (size <= 0) { + return createBuffer(size); + } + if (fill !== void 0) { + return typeof encoding === "string" ? createBuffer(size).fill(fill, encoding) : createBuffer(size).fill(fill); + } + return createBuffer(size); + } + Buffer2.alloc = function(size, fill, encoding) { + return alloc(size, fill, encoding); + }; + function allocUnsafe(size) { + assertSize(size); + return createBuffer(size < 0 ? 0 : checked(size) | 0); + } + Buffer2.allocUnsafe = function(size) { + return allocUnsafe(size); + }; + Buffer2.allocUnsafeSlow = function(size) { + return allocUnsafe(size); + }; + function fromString2(string, encoding) { + if (typeof encoding !== "string" || encoding === "") { + encoding = "utf8"; + } + if (!Buffer2.isEncoding(encoding)) { + throw new TypeError("Unknown encoding: " + encoding); + } + const length = byteLength(string, encoding) | 0; + let buf = createBuffer(length); + const actual = buf.write(string, encoding); + if (actual !== length) { + buf = buf.slice(0, actual); + } + return buf; + } + function fromArrayLike(array) { + const length = array.length < 0 ? 0 : checked(array.length) | 0; + const buf = createBuffer(length); + for (let i = 0; i < length; i += 1) { + buf[i] = array[i] & 255; + } + return buf; + } + function fromArrayView(arrayView) { + if (isInstance(arrayView, Uint8Array)) { + const copy2 = new Uint8Array(arrayView); + return fromArrayBuffer(copy2.buffer, copy2.byteOffset, copy2.byteLength); + } + return fromArrayLike(arrayView); + } + function fromArrayBuffer(array, byteOffset, length) { + if (byteOffset < 0 || array.byteLength < byteOffset) { + throw new RangeError('"offset" is outside of buffer bounds'); + } + if (array.byteLength < byteOffset + (length || 0)) { + throw new RangeError('"length" is outside of buffer bounds'); + } + let buf; + if (byteOffset === void 0 && length === void 0) { + buf = new Uint8Array(array); + } else if (length === void 0) { + buf = new Uint8Array(array, byteOffset); + } else { + buf = new Uint8Array(array, byteOffset, length); + } + Object.setPrototypeOf(buf, Buffer2.prototype); + return buf; + } + function fromObject(obj) { + if (Buffer2.isBuffer(obj)) { + const len = checked(obj.length) | 0; + const buf = createBuffer(len); + if (buf.length === 0) { + return buf; + } + obj.copy(buf, 0, 0, len); + return buf; + } + if (obj.length !== void 0) { + if (typeof obj.length !== "number" || numberIsNaN(obj.length)) { + return createBuffer(0); + } + return fromArrayLike(obj); + } + if (obj.type === "Buffer" && Array.isArray(obj.data)) { + return fromArrayLike(obj.data); + } + } + function checked(length) { + if (length >= K_MAX_LENGTH) { + throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x" + K_MAX_LENGTH.toString(16) + " bytes"); + } + return length | 0; + } + function SlowBuffer(length) { + if (+length != length) { + length = 0; + } + return Buffer2.alloc(+length); + } + Buffer2.isBuffer = function isBuffer(b) { + return b != null && b._isBuffer === true && b !== Buffer2.prototype; + }; + Buffer2.compare = function compare(a, b) { + if (isInstance(a, Uint8Array)) a = Buffer2.from(a, a.offset, a.byteLength); + if (isInstance(b, Uint8Array)) b = Buffer2.from(b, b.offset, b.byteLength); + if (!Buffer2.isBuffer(a) || !Buffer2.isBuffer(b)) { + throw new TypeError( + 'The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array' + ); + } + if (a === b) return 0; + let x = a.length; + let y = b.length; + for (let i = 0, len = Math.min(x, y); i < len; ++i) { + if (a[i] !== b[i]) { + x = a[i]; + y = b[i]; + break; + } + } + if (x < y) return -1; + if (y < x) return 1; + return 0; + }; + Buffer2.isEncoding = function isEncoding(encoding) { + switch (String(encoding).toLowerCase()) { + case "hex": + case "utf8": + case "utf-8": + case "ascii": + case "latin1": + case "binary": + case "base64": + case "ucs2": + case "ucs-2": + case "utf16le": + case "utf-16le": + return true; + default: + return false; + } + }; + Buffer2.concat = function concat(list, length) { + if (!Array.isArray(list)) { + throw new TypeError('"list" argument must be an Array of Buffers'); + } + if (list.length === 0) { + return Buffer2.alloc(0); + } + let i; + if (length === void 0) { + length = 0; + for (i = 0; i < list.length; ++i) { + length += list[i].length; + } + } + const buffer2 = Buffer2.allocUnsafe(length); + let pos = 0; + for (i = 0; i < list.length; ++i) { + let buf = list[i]; + if (isInstance(buf, Uint8Array)) { + if (pos + buf.length > buffer2.length) { + if (!Buffer2.isBuffer(buf)) buf = Buffer2.from(buf); + buf.copy(buffer2, pos); + } else { + Uint8Array.prototype.set.call( + buffer2, + buf, + pos + ); + } + } else if (!Buffer2.isBuffer(buf)) { + throw new TypeError('"list" argument must be an Array of Buffers'); + } else { + buf.copy(buffer2, pos); + } + pos += buf.length; + } + return buffer2; + }; + function byteLength(string, encoding) { + if (Buffer2.isBuffer(string)) { + return string.length; + } + if (ArrayBuffer.isView(string) || isInstance(string, ArrayBuffer)) { + return string.byteLength; + } + if (typeof string !== "string") { + throw new TypeError( + 'The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type ' + typeof string + ); + } + const len = string.length; + const mustMatch = arguments.length > 2 && arguments[2] === true; + if (!mustMatch && len === 0) return 0; + let loweredCase = false; + for (; ; ) { + switch (encoding) { + case "ascii": + case "latin1": + case "binary": + return len; + case "utf8": + case "utf-8": + return utf8ToBytes(string).length; + case "ucs2": + case "ucs-2": + case "utf16le": + case "utf-16le": + return len * 2; + case "hex": + return len >>> 1; + case "base64": + return base64ToBytes(string).length; + default: + if (loweredCase) { + return mustMatch ? -1 : utf8ToBytes(string).length; + } + encoding = ("" + encoding).toLowerCase(); + loweredCase = true; + } + } + } + Buffer2.byteLength = byteLength; + function slowToString(encoding, start, end) { + let loweredCase = false; + if (start === void 0 || start < 0) { + start = 0; + } + if (start > this.length) { + return ""; + } + if (end === void 0 || end > this.length) { + end = this.length; + } + if (end <= 0) { + return ""; + } + end >>>= 0; + start >>>= 0; + if (end <= start) { + return ""; + } + if (!encoding) encoding = "utf8"; + while (true) { + switch (encoding) { + case "hex": + return hexSlice(this, start, end); + case "utf8": + case "utf-8": + return utf8Slice(this, start, end); + case "ascii": + return asciiSlice(this, start, end); + case "latin1": + case "binary": + return latin1Slice(this, start, end); + case "base64": + return base64Slice(this, start, end); + case "ucs2": + case "ucs-2": + case "utf16le": + case "utf-16le": + return utf16leSlice(this, start, end); + default: + if (loweredCase) throw new TypeError("Unknown encoding: " + encoding); + encoding = (encoding + "").toLowerCase(); + loweredCase = true; + } + } + } + Buffer2.prototype._isBuffer = true; + function swap(b, n, m) { + const i = b[n]; + b[n] = b[m]; + b[m] = i; + } + Buffer2.prototype.swap16 = function swap16() { + const len = this.length; + if (len % 2 !== 0) { + throw new RangeError("Buffer size must be a multiple of 16-bits"); + } + for (let i = 0; i < len; i += 2) { + swap(this, i, i + 1); + } + return this; + }; + Buffer2.prototype.swap32 = function swap32() { + const len = this.length; + if (len % 4 !== 0) { + throw new RangeError("Buffer size must be a multiple of 32-bits"); + } + for (let i = 0; i < len; i += 4) { + swap(this, i, i + 3); + swap(this, i + 1, i + 2); + } + return this; + }; + Buffer2.prototype.swap64 = function swap64() { + const len = this.length; + if (len % 8 !== 0) { + throw new RangeError("Buffer size must be a multiple of 64-bits"); + } + for (let i = 0; i < len; i += 8) { + swap(this, i, i + 7); + swap(this, i + 1, i + 6); + swap(this, i + 2, i + 5); + swap(this, i + 3, i + 4); + } + return this; + }; + Buffer2.prototype.toString = function toString() { + const length = this.length; + if (length === 0) return ""; + if (arguments.length === 0) return utf8Slice(this, 0, length); + return slowToString.apply(this, arguments); + }; + Buffer2.prototype.toLocaleString = Buffer2.prototype.toString; + Buffer2.prototype.equals = function equals3(b) { + if (!Buffer2.isBuffer(b)) throw new TypeError("Argument must be a Buffer"); + if (this === b) return true; + return Buffer2.compare(this, b) === 0; + }; + Buffer2.prototype.inspect = function inspect() { + let str = ""; + const max = exports2.INSPECT_MAX_BYTES; + str = this.toString("hex", 0, max).replace(/(.{2})/g, "$1 ").trim(); + if (this.length > max) str += " ... "; + return ""; + }; + if (customInspectSymbol) { + Buffer2.prototype[customInspectSymbol] = Buffer2.prototype.inspect; + } + Buffer2.prototype.compare = function compare(target, start, end, thisStart, thisEnd) { + if (isInstance(target, Uint8Array)) { + target = Buffer2.from(target, target.offset, target.byteLength); + } + if (!Buffer2.isBuffer(target)) { + throw new TypeError( + 'The "target" argument must be one of type Buffer or Uint8Array. Received type ' + typeof target + ); + } + if (start === void 0) { + start = 0; + } + if (end === void 0) { + end = target ? target.length : 0; + } + if (thisStart === void 0) { + thisStart = 0; + } + if (thisEnd === void 0) { + thisEnd = this.length; + } + if (start < 0 || end > target.length || thisStart < 0 || thisEnd > this.length) { + throw new RangeError("out of range index"); + } + if (thisStart >= thisEnd && start >= end) { + return 0; + } + if (thisStart >= thisEnd) { + return -1; + } + if (start >= end) { + return 1; + } + start >>>= 0; + end >>>= 0; + thisStart >>>= 0; + thisEnd >>>= 0; + if (this === target) return 0; + let x = thisEnd - thisStart; + let y = end - start; + const len = Math.min(x, y); + const thisCopy = this.slice(thisStart, thisEnd); + const targetCopy = target.slice(start, end); + for (let i = 0; i < len; ++i) { + if (thisCopy[i] !== targetCopy[i]) { + x = thisCopy[i]; + y = targetCopy[i]; + break; + } + } + if (x < y) return -1; + if (y < x) return 1; + return 0; + }; + function bidirectionalIndexOf(buffer2, val, byteOffset, encoding, dir) { + if (buffer2.length === 0) return -1; + if (typeof byteOffset === "string") { + encoding = byteOffset; + byteOffset = 0; + } else if (byteOffset > 2147483647) { + byteOffset = 2147483647; + } else if (byteOffset < -2147483648) { + byteOffset = -2147483648; + } + byteOffset = +byteOffset; + if (numberIsNaN(byteOffset)) { + byteOffset = dir ? 0 : buffer2.length - 1; + } + if (byteOffset < 0) byteOffset = buffer2.length + byteOffset; + if (byteOffset >= buffer2.length) { + if (dir) return -1; + else byteOffset = buffer2.length - 1; + } else if (byteOffset < 0) { + if (dir) byteOffset = 0; + else return -1; + } + if (typeof val === "string") { + val = Buffer2.from(val, encoding); + } + if (Buffer2.isBuffer(val)) { + if (val.length === 0) { + return -1; + } + return arrayIndexOf(buffer2, val, byteOffset, encoding, dir); + } else if (typeof val === "number") { + val = val & 255; + if (typeof Uint8Array.prototype.indexOf === "function") { + if (dir) { + return Uint8Array.prototype.indexOf.call(buffer2, val, byteOffset); + } else { + return Uint8Array.prototype.lastIndexOf.call(buffer2, val, byteOffset); + } + } + return arrayIndexOf(buffer2, [val], byteOffset, encoding, dir); + } + throw new TypeError("val must be string, number or Buffer"); + } + function arrayIndexOf(arr, val, byteOffset, encoding, dir) { + let indexSize = 1; + let arrLength = arr.length; + let valLength = val.length; + if (encoding !== void 0) { + encoding = String(encoding).toLowerCase(); + if (encoding === "ucs2" || encoding === "ucs-2" || encoding === "utf16le" || encoding === "utf-16le") { + if (arr.length < 2 || val.length < 2) { + return -1; + } + indexSize = 2; + arrLength /= 2; + valLength /= 2; + byteOffset /= 2; + } + } + function read(buf, i2) { + if (indexSize === 1) { + return buf[i2]; + } else { + return buf.readUInt16BE(i2 * indexSize); + } + } + let i; + if (dir) { + let foundIndex = -1; + for (i = byteOffset; i < arrLength; i++) { + if (read(arr, i) === read(val, foundIndex === -1 ? 0 : i - foundIndex)) { + if (foundIndex === -1) foundIndex = i; + if (i - foundIndex + 1 === valLength) return foundIndex * indexSize; + } else { + if (foundIndex !== -1) i -= i - foundIndex; + foundIndex = -1; + } + } + } else { + if (byteOffset + valLength > arrLength) byteOffset = arrLength - valLength; + for (i = byteOffset; i >= 0; i--) { + let found = true; + for (let j = 0; j < valLength; j++) { + if (read(arr, i + j) !== read(val, j)) { + found = false; + break; + } + } + if (found) return i; + } + } + return -1; + } + Buffer2.prototype.includes = function includes(val, byteOffset, encoding) { + return this.indexOf(val, byteOffset, encoding) !== -1; + }; + Buffer2.prototype.indexOf = function indexOf(val, byteOffset, encoding) { + return bidirectionalIndexOf(this, val, byteOffset, encoding, true); + }; + Buffer2.prototype.lastIndexOf = function lastIndexOf(val, byteOffset, encoding) { + return bidirectionalIndexOf(this, val, byteOffset, encoding, false); + }; + function hexWrite(buf, string, offset, length) { + offset = Number(offset) || 0; + const remaining = buf.length - offset; + if (!length) { + length = remaining; + } else { + length = Number(length); + if (length > remaining) { + length = remaining; + } + } + const strLen = string.length; + if (length > strLen / 2) { + length = strLen / 2; + } + let i; + for (i = 0; i < length; ++i) { + const parsed = parseInt(string.substr(i * 2, 2), 16); + if (numberIsNaN(parsed)) return i; + buf[offset + i] = parsed; + } + return i; + } + function utf8Write(buf, string, offset, length) { + return blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length); + } + function asciiWrite(buf, string, offset, length) { + return blitBuffer(asciiToBytes(string), buf, offset, length); + } + function base64Write(buf, string, offset, length) { + return blitBuffer(base64ToBytes(string), buf, offset, length); + } + function ucs2Write(buf, string, offset, length) { + return blitBuffer(utf16leToBytes(string, buf.length - offset), buf, offset, length); + } + Buffer2.prototype.write = function write(string, offset, length, encoding) { + if (offset === void 0) { + encoding = "utf8"; + length = this.length; + offset = 0; + } else if (length === void 0 && typeof offset === "string") { + encoding = offset; + length = this.length; + offset = 0; + } else if (isFinite(offset)) { + offset = offset >>> 0; + if (isFinite(length)) { + length = length >>> 0; + if (encoding === void 0) encoding = "utf8"; + } else { + encoding = length; + length = void 0; + } + } else { + throw new Error( + "Buffer.write(string, encoding, offset[, length]) is no longer supported" + ); + } + const remaining = this.length - offset; + if (length === void 0 || length > remaining) length = remaining; + if (string.length > 0 && (length < 0 || offset < 0) || offset > this.length) { + throw new RangeError("Attempt to write outside buffer bounds"); + } + if (!encoding) encoding = "utf8"; + let loweredCase = false; + for (; ; ) { + switch (encoding) { + case "hex": + return hexWrite(this, string, offset, length); + case "utf8": + case "utf-8": + return utf8Write(this, string, offset, length); + case "ascii": + case "latin1": + case "binary": + return asciiWrite(this, string, offset, length); + case "base64": + return base64Write(this, string, offset, length); + case "ucs2": + case "ucs-2": + case "utf16le": + case "utf-16le": + return ucs2Write(this, string, offset, length); + default: + if (loweredCase) throw new TypeError("Unknown encoding: " + encoding); + encoding = ("" + encoding).toLowerCase(); + loweredCase = true; + } + } + }; + Buffer2.prototype.toJSON = function toJSON() { + return { + type: "Buffer", + data: Array.prototype.slice.call(this._arr || this, 0) + }; + }; + function base64Slice(buf, start, end) { + if (start === 0 && end === buf.length) { + return base64.fromByteArray(buf); + } else { + return base64.fromByteArray(buf.slice(start, end)); + } + } + function utf8Slice(buf, start, end) { + end = Math.min(buf.length, end); + const res = []; + let i = start; + while (i < end) { + const firstByte = buf[i]; + let codePoint = null; + let bytesPerSequence = firstByte > 239 ? 4 : firstByte > 223 ? 3 : firstByte > 191 ? 2 : 1; + if (i + bytesPerSequence <= end) { + let secondByte, thirdByte, fourthByte, tempCodePoint; + switch (bytesPerSequence) { + case 1: + if (firstByte < 128) { + codePoint = firstByte; + } + break; + case 2: + secondByte = buf[i + 1]; + if ((secondByte & 192) === 128) { + tempCodePoint = (firstByte & 31) << 6 | secondByte & 63; + if (tempCodePoint > 127) { + codePoint = tempCodePoint; + } + } + break; + case 3: + secondByte = buf[i + 1]; + thirdByte = buf[i + 2]; + if ((secondByte & 192) === 128 && (thirdByte & 192) === 128) { + tempCodePoint = (firstByte & 15) << 12 | (secondByte & 63) << 6 | thirdByte & 63; + if (tempCodePoint > 2047 && (tempCodePoint < 55296 || tempCodePoint > 57343)) { + codePoint = tempCodePoint; + } + } + break; + case 4: + secondByte = buf[i + 1]; + thirdByte = buf[i + 2]; + fourthByte = buf[i + 3]; + if ((secondByte & 192) === 128 && (thirdByte & 192) === 128 && (fourthByte & 192) === 128) { + tempCodePoint = (firstByte & 15) << 18 | (secondByte & 63) << 12 | (thirdByte & 63) << 6 | fourthByte & 63; + if (tempCodePoint > 65535 && tempCodePoint < 1114112) { + codePoint = tempCodePoint; + } + } + } + } + if (codePoint === null) { + codePoint = 65533; + bytesPerSequence = 1; + } else if (codePoint > 65535) { + codePoint -= 65536; + res.push(codePoint >>> 10 & 1023 | 55296); + codePoint = 56320 | codePoint & 1023; + } + res.push(codePoint); + i += bytesPerSequence; + } + return decodeCodePointsArray(res); + } + var MAX_ARGUMENTS_LENGTH = 4096; + function decodeCodePointsArray(codePoints) { + const len = codePoints.length; + if (len <= MAX_ARGUMENTS_LENGTH) { + return String.fromCharCode.apply(String, codePoints); + } + let res = ""; + let i = 0; + while (i < len) { + res += String.fromCharCode.apply( + String, + codePoints.slice(i, i += MAX_ARGUMENTS_LENGTH) + ); + } + return res; + } + function asciiSlice(buf, start, end) { + let ret = ""; + end = Math.min(buf.length, end); + for (let i = start; i < end; ++i) { + ret += String.fromCharCode(buf[i] & 127); + } + return ret; + } + function latin1Slice(buf, start, end) { + let ret = ""; + end = Math.min(buf.length, end); + for (let i = start; i < end; ++i) { + ret += String.fromCharCode(buf[i]); + } + return ret; + } + function hexSlice(buf, start, end) { + const len = buf.length; + if (!start || start < 0) start = 0; + if (!end || end < 0 || end > len) end = len; + let out = ""; + for (let i = start; i < end; ++i) { + out += hexSliceLookupTable[buf[i]]; + } + return out; + } + function utf16leSlice(buf, start, end) { + const bytes = buf.slice(start, end); + let res = ""; + for (let i = 0; i < bytes.length - 1; i += 2) { + res += String.fromCharCode(bytes[i] + bytes[i + 1] * 256); + } + return res; + } + Buffer2.prototype.slice = function slice(start, end) { + const len = this.length; + start = ~~start; + end = end === void 0 ? len : ~~end; + if (start < 0) { + start += len; + if (start < 0) start = 0; + } else if (start > len) { + start = len; + } + if (end < 0) { + end += len; + if (end < 0) end = 0; + } else if (end > len) { + end = len; + } + if (end < start) end = start; + const newBuf = this.subarray(start, end); + Object.setPrototypeOf(newBuf, Buffer2.prototype); + return newBuf; + }; + function checkOffset(offset, ext, length) { + if (offset % 1 !== 0 || offset < 0) throw new RangeError("offset is not uint"); + if (offset + ext > length) throw new RangeError("Trying to access beyond buffer length"); + } + Buffer2.prototype.readUintLE = Buffer2.prototype.readUIntLE = function readUIntLE(offset, byteLength2, noAssert) { + offset = offset >>> 0; + byteLength2 = byteLength2 >>> 0; + if (!noAssert) checkOffset(offset, byteLength2, this.length); + let val = this[offset]; + let mul = 1; + let i = 0; + while (++i < byteLength2 && (mul *= 256)) { + val += this[offset + i] * mul; + } + return val; + }; + Buffer2.prototype.readUintBE = Buffer2.prototype.readUIntBE = function readUIntBE(offset, byteLength2, noAssert) { + offset = offset >>> 0; + byteLength2 = byteLength2 >>> 0; + if (!noAssert) { + checkOffset(offset, byteLength2, this.length); + } + let val = this[offset + --byteLength2]; + let mul = 1; + while (byteLength2 > 0 && (mul *= 256)) { + val += this[offset + --byteLength2] * mul; + } + return val; + }; + Buffer2.prototype.readUint8 = Buffer2.prototype.readUInt8 = function readUInt8(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 1, this.length); + return this[offset]; + }; + Buffer2.prototype.readUint16LE = Buffer2.prototype.readUInt16LE = function readUInt16LE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 2, this.length); + return this[offset] | this[offset + 1] << 8; + }; + Buffer2.prototype.readUint16BE = Buffer2.prototype.readUInt16BE = function readUInt16BE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 2, this.length); + return this[offset] << 8 | this[offset + 1]; + }; + Buffer2.prototype.readUint32LE = Buffer2.prototype.readUInt32LE = function readUInt32LE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 4, this.length); + return (this[offset] | this[offset + 1] << 8 | this[offset + 2] << 16) + this[offset + 3] * 16777216; + }; + Buffer2.prototype.readUint32BE = Buffer2.prototype.readUInt32BE = function readUInt32BE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 4, this.length); + return this[offset] * 16777216 + (this[offset + 1] << 16 | this[offset + 2] << 8 | this[offset + 3]); + }; + Buffer2.prototype.readBigUInt64LE = defineBigIntMethod(function readBigUInt64LE(offset) { + offset = offset >>> 0; + validateNumber(offset, "offset"); + const first2 = this[offset]; + const last2 = this[offset + 7]; + if (first2 === void 0 || last2 === void 0) { + boundsError(offset, this.length - 8); + } + const lo = first2 + this[++offset] * 2 ** 8 + this[++offset] * 2 ** 16 + this[++offset] * 2 ** 24; + const hi = this[++offset] + this[++offset] * 2 ** 8 + this[++offset] * 2 ** 16 + last2 * 2 ** 24; + return BigInt(lo) + (BigInt(hi) << BigInt(32)); + }); + Buffer2.prototype.readBigUInt64BE = defineBigIntMethod(function readBigUInt64BE(offset) { + offset = offset >>> 0; + validateNumber(offset, "offset"); + const first2 = this[offset]; + const last2 = this[offset + 7]; + if (first2 === void 0 || last2 === void 0) { + boundsError(offset, this.length - 8); + } + const hi = first2 * 2 ** 24 + this[++offset] * 2 ** 16 + this[++offset] * 2 ** 8 + this[++offset]; + const lo = this[++offset] * 2 ** 24 + this[++offset] * 2 ** 16 + this[++offset] * 2 ** 8 + last2; + return (BigInt(hi) << BigInt(32)) + BigInt(lo); + }); + Buffer2.prototype.readIntLE = function readIntLE(offset, byteLength2, noAssert) { + offset = offset >>> 0; + byteLength2 = byteLength2 >>> 0; + if (!noAssert) checkOffset(offset, byteLength2, this.length); + let val = this[offset]; + let mul = 1; + let i = 0; + while (++i < byteLength2 && (mul *= 256)) { + val += this[offset + i] * mul; + } + mul *= 128; + if (val >= mul) val -= Math.pow(2, 8 * byteLength2); + return val; + }; + Buffer2.prototype.readIntBE = function readIntBE(offset, byteLength2, noAssert) { + offset = offset >>> 0; + byteLength2 = byteLength2 >>> 0; + if (!noAssert) checkOffset(offset, byteLength2, this.length); + let i = byteLength2; + let mul = 1; + let val = this[offset + --i]; + while (i > 0 && (mul *= 256)) { + val += this[offset + --i] * mul; + } + mul *= 128; + if (val >= mul) val -= Math.pow(2, 8 * byteLength2); + return val; + }; + Buffer2.prototype.readInt8 = function readInt8(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 1, this.length); + if (!(this[offset] & 128)) return this[offset]; + return (255 - this[offset] + 1) * -1; + }; + Buffer2.prototype.readInt16LE = function readInt16LE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 2, this.length); + const val = this[offset] | this[offset + 1] << 8; + return val & 32768 ? val | 4294901760 : val; + }; + Buffer2.prototype.readInt16BE = function readInt16BE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 2, this.length); + const val = this[offset + 1] | this[offset] << 8; + return val & 32768 ? val | 4294901760 : val; + }; + Buffer2.prototype.readInt32LE = function readInt32LE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 4, this.length); + return this[offset] | this[offset + 1] << 8 | this[offset + 2] << 16 | this[offset + 3] << 24; + }; + Buffer2.prototype.readInt32BE = function readInt32BE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 4, this.length); + return this[offset] << 24 | this[offset + 1] << 16 | this[offset + 2] << 8 | this[offset + 3]; + }; + Buffer2.prototype.readBigInt64LE = defineBigIntMethod(function readBigInt64LE(offset) { + offset = offset >>> 0; + validateNumber(offset, "offset"); + const first2 = this[offset]; + const last2 = this[offset + 7]; + if (first2 === void 0 || last2 === void 0) { + boundsError(offset, this.length - 8); + } + const val = this[offset + 4] + this[offset + 5] * 2 ** 8 + this[offset + 6] * 2 ** 16 + (last2 << 24); + return (BigInt(val) << BigInt(32)) + BigInt(first2 + this[++offset] * 2 ** 8 + this[++offset] * 2 ** 16 + this[++offset] * 2 ** 24); + }); + Buffer2.prototype.readBigInt64BE = defineBigIntMethod(function readBigInt64BE(offset) { + offset = offset >>> 0; + validateNumber(offset, "offset"); + const first2 = this[offset]; + const last2 = this[offset + 7]; + if (first2 === void 0 || last2 === void 0) { + boundsError(offset, this.length - 8); + } + const val = (first2 << 24) + // Overflow + this[++offset] * 2 ** 16 + this[++offset] * 2 ** 8 + this[++offset]; + return (BigInt(val) << BigInt(32)) + BigInt(this[++offset] * 2 ** 24 + this[++offset] * 2 ** 16 + this[++offset] * 2 ** 8 + last2); + }); + Buffer2.prototype.readFloatLE = function readFloatLE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 4, this.length); + return ieee754.read(this, offset, true, 23, 4); + }; + Buffer2.prototype.readFloatBE = function readFloatBE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 4, this.length); + return ieee754.read(this, offset, false, 23, 4); + }; + Buffer2.prototype.readDoubleLE = function readDoubleLE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 8, this.length); + return ieee754.read(this, offset, true, 52, 8); + }; + Buffer2.prototype.readDoubleBE = function readDoubleBE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 8, this.length); + return ieee754.read(this, offset, false, 52, 8); + }; + function checkInt(buf, value, offset, ext, max, min) { + if (!Buffer2.isBuffer(buf)) throw new TypeError('"buffer" argument must be a Buffer instance'); + if (value > max || value < min) throw new RangeError('"value" argument is out of bounds'); + if (offset + ext > buf.length) throw new RangeError("Index out of range"); + } + Buffer2.prototype.writeUintLE = Buffer2.prototype.writeUIntLE = function writeUIntLE(value, offset, byteLength2, noAssert) { + value = +value; + offset = offset >>> 0; + byteLength2 = byteLength2 >>> 0; + if (!noAssert) { + const maxBytes = Math.pow(2, 8 * byteLength2) - 1; + checkInt(this, value, offset, byteLength2, maxBytes, 0); + } + let mul = 1; + let i = 0; + this[offset] = value & 255; + while (++i < byteLength2 && (mul *= 256)) { + this[offset + i] = value / mul & 255; + } + return offset + byteLength2; + }; + Buffer2.prototype.writeUintBE = Buffer2.prototype.writeUIntBE = function writeUIntBE(value, offset, byteLength2, noAssert) { + value = +value; + offset = offset >>> 0; + byteLength2 = byteLength2 >>> 0; + if (!noAssert) { + const maxBytes = Math.pow(2, 8 * byteLength2) - 1; + checkInt(this, value, offset, byteLength2, maxBytes, 0); + } + let i = byteLength2 - 1; + let mul = 1; + this[offset + i] = value & 255; + while (--i >= 0 && (mul *= 256)) { + this[offset + i] = value / mul & 255; + } + return offset + byteLength2; + }; + Buffer2.prototype.writeUint8 = Buffer2.prototype.writeUInt8 = function writeUInt8(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 1, 255, 0); + this[offset] = value & 255; + return offset + 1; + }; + Buffer2.prototype.writeUint16LE = Buffer2.prototype.writeUInt16LE = function writeUInt16LE(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 2, 65535, 0); + this[offset] = value & 255; + this[offset + 1] = value >>> 8; + return offset + 2; + }; + Buffer2.prototype.writeUint16BE = Buffer2.prototype.writeUInt16BE = function writeUInt16BE(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 2, 65535, 0); + this[offset] = value >>> 8; + this[offset + 1] = value & 255; + return offset + 2; + }; + Buffer2.prototype.writeUint32LE = Buffer2.prototype.writeUInt32LE = function writeUInt32LE(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 4, 4294967295, 0); + this[offset + 3] = value >>> 24; + this[offset + 2] = value >>> 16; + this[offset + 1] = value >>> 8; + this[offset] = value & 255; + return offset + 4; + }; + Buffer2.prototype.writeUint32BE = Buffer2.prototype.writeUInt32BE = function writeUInt32BE(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 4, 4294967295, 0); + this[offset] = value >>> 24; + this[offset + 1] = value >>> 16; + this[offset + 2] = value >>> 8; + this[offset + 3] = value & 255; + return offset + 4; + }; + function wrtBigUInt64LE(buf, value, offset, min, max) { + checkIntBI(value, min, max, buf, offset, 7); + let lo = Number(value & BigInt(4294967295)); + buf[offset++] = lo; + lo = lo >> 8; + buf[offset++] = lo; + lo = lo >> 8; + buf[offset++] = lo; + lo = lo >> 8; + buf[offset++] = lo; + let hi = Number(value >> BigInt(32) & BigInt(4294967295)); + buf[offset++] = hi; + hi = hi >> 8; + buf[offset++] = hi; + hi = hi >> 8; + buf[offset++] = hi; + hi = hi >> 8; + buf[offset++] = hi; + return offset; + } + function wrtBigUInt64BE(buf, value, offset, min, max) { + checkIntBI(value, min, max, buf, offset, 7); + let lo = Number(value & BigInt(4294967295)); + buf[offset + 7] = lo; + lo = lo >> 8; + buf[offset + 6] = lo; + lo = lo >> 8; + buf[offset + 5] = lo; + lo = lo >> 8; + buf[offset + 4] = lo; + let hi = Number(value >> BigInt(32) & BigInt(4294967295)); + buf[offset + 3] = hi; + hi = hi >> 8; + buf[offset + 2] = hi; + hi = hi >> 8; + buf[offset + 1] = hi; + hi = hi >> 8; + buf[offset] = hi; + return offset + 8; + } + Buffer2.prototype.writeBigUInt64LE = defineBigIntMethod(function writeBigUInt64LE(value, offset = 0) { + return wrtBigUInt64LE(this, value, offset, BigInt(0), BigInt("0xffffffffffffffff")); + }); + Buffer2.prototype.writeBigUInt64BE = defineBigIntMethod(function writeBigUInt64BE(value, offset = 0) { + return wrtBigUInt64BE(this, value, offset, BigInt(0), BigInt("0xffffffffffffffff")); + }); + Buffer2.prototype.writeIntLE = function writeIntLE(value, offset, byteLength2, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) { + const limit = Math.pow(2, 8 * byteLength2 - 1); + checkInt(this, value, offset, byteLength2, limit - 1, -limit); + } + let i = 0; + let mul = 1; + let sub = 0; + this[offset] = value & 255; + while (++i < byteLength2 && (mul *= 256)) { + if (value < 0 && sub === 0 && this[offset + i - 1] !== 0) { + sub = 1; + } + this[offset + i] = (value / mul >> 0) - sub & 255; + } + return offset + byteLength2; + }; + Buffer2.prototype.writeIntBE = function writeIntBE(value, offset, byteLength2, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) { + const limit = Math.pow(2, 8 * byteLength2 - 1); + checkInt(this, value, offset, byteLength2, limit - 1, -limit); + } + let i = byteLength2 - 1; + let mul = 1; + let sub = 0; + this[offset + i] = value & 255; + while (--i >= 0 && (mul *= 256)) { + if (value < 0 && sub === 0 && this[offset + i + 1] !== 0) { + sub = 1; + } + this[offset + i] = (value / mul >> 0) - sub & 255; + } + return offset + byteLength2; + }; + Buffer2.prototype.writeInt8 = function writeInt8(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 1, 127, -128); + if (value < 0) value = 255 + value + 1; + this[offset] = value & 255; + return offset + 1; + }; + Buffer2.prototype.writeInt16LE = function writeInt16LE(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 2, 32767, -32768); + this[offset] = value & 255; + this[offset + 1] = value >>> 8; + return offset + 2; + }; + Buffer2.prototype.writeInt16BE = function writeInt16BE(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 2, 32767, -32768); + this[offset] = value >>> 8; + this[offset + 1] = value & 255; + return offset + 2; + }; + Buffer2.prototype.writeInt32LE = function writeInt32LE(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 4, 2147483647, -2147483648); + this[offset] = value & 255; + this[offset + 1] = value >>> 8; + this[offset + 2] = value >>> 16; + this[offset + 3] = value >>> 24; + return offset + 4; + }; + Buffer2.prototype.writeInt32BE = function writeInt32BE(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 4, 2147483647, -2147483648); + if (value < 0) value = 4294967295 + value + 1; + this[offset] = value >>> 24; + this[offset + 1] = value >>> 16; + this[offset + 2] = value >>> 8; + this[offset + 3] = value & 255; + return offset + 4; + }; + Buffer2.prototype.writeBigInt64LE = defineBigIntMethod(function writeBigInt64LE(value, offset = 0) { + return wrtBigUInt64LE(this, value, offset, -BigInt("0x8000000000000000"), BigInt("0x7fffffffffffffff")); + }); + Buffer2.prototype.writeBigInt64BE = defineBigIntMethod(function writeBigInt64BE(value, offset = 0) { + return wrtBigUInt64BE(this, value, offset, -BigInt("0x8000000000000000"), BigInt("0x7fffffffffffffff")); + }); + function checkIEEE754(buf, value, offset, ext, max, min) { + if (offset + ext > buf.length) throw new RangeError("Index out of range"); + if (offset < 0) throw new RangeError("Index out of range"); + } + function writeFloat(buf, value, offset, littleEndian, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) { + checkIEEE754(buf, value, offset, 4, 34028234663852886e22, -34028234663852886e22); + } + ieee754.write(buf, value, offset, littleEndian, 23, 4); + return offset + 4; + } + Buffer2.prototype.writeFloatLE = function writeFloatLE(value, offset, noAssert) { + return writeFloat(this, value, offset, true, noAssert); + }; + Buffer2.prototype.writeFloatBE = function writeFloatBE(value, offset, noAssert) { + return writeFloat(this, value, offset, false, noAssert); + }; + function writeDouble(buf, value, offset, littleEndian, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) { + checkIEEE754(buf, value, offset, 8, 17976931348623157e292, -17976931348623157e292); + } + ieee754.write(buf, value, offset, littleEndian, 52, 8); + return offset + 8; + } + Buffer2.prototype.writeDoubleLE = function writeDoubleLE(value, offset, noAssert) { + return writeDouble(this, value, offset, true, noAssert); + }; + Buffer2.prototype.writeDoubleBE = function writeDoubleBE(value, offset, noAssert) { + return writeDouble(this, value, offset, false, noAssert); + }; + Buffer2.prototype.copy = function copy2(target, targetStart, start, end) { + if (!Buffer2.isBuffer(target)) throw new TypeError("argument should be a Buffer"); + if (!start) start = 0; + if (!end && end !== 0) end = this.length; + if (targetStart >= target.length) targetStart = target.length; + if (!targetStart) targetStart = 0; + if (end > 0 && end < start) end = start; + if (end === start) return 0; + if (target.length === 0 || this.length === 0) return 0; + if (targetStart < 0) { + throw new RangeError("targetStart out of bounds"); + } + if (start < 0 || start >= this.length) throw new RangeError("Index out of range"); + if (end < 0) throw new RangeError("sourceEnd out of bounds"); + if (end > this.length) end = this.length; + if (target.length - targetStart < end - start) { + end = target.length - targetStart + start; + } + const len = end - start; + if (this === target && typeof Uint8Array.prototype.copyWithin === "function") { + this.copyWithin(targetStart, start, end); + } else { + Uint8Array.prototype.set.call( + target, + this.subarray(start, end), + targetStart + ); + } + return len; + }; + Buffer2.prototype.fill = function fill(val, start, end, encoding) { + if (typeof val === "string") { + if (typeof start === "string") { + encoding = start; + start = 0; + end = this.length; + } else if (typeof end === "string") { + encoding = end; + end = this.length; + } + if (encoding !== void 0 && typeof encoding !== "string") { + throw new TypeError("encoding must be a string"); + } + if (typeof encoding === "string" && !Buffer2.isEncoding(encoding)) { + throw new TypeError("Unknown encoding: " + encoding); + } + if (val.length === 1) { + const code = val.charCodeAt(0); + if (encoding === "utf8" && code < 128 || encoding === "latin1") { + val = code; + } + } + } else if (typeof val === "number") { + val = val & 255; + } else if (typeof val === "boolean") { + val = Number(val); + } + if (start < 0 || this.length < start || this.length < end) { + throw new RangeError("Out of range index"); + } + if (end <= start) { + return this; + } + start = start >>> 0; + end = end === void 0 ? this.length : end >>> 0; + if (!val) val = 0; + let i; + if (typeof val === "number") { + for (i = start; i < end; ++i) { + this[i] = val; + } + } else { + const bytes = Buffer2.isBuffer(val) ? val : Buffer2.from(val, encoding); + const len = bytes.length; + if (len === 0) { + throw new TypeError('The value "' + val + '" is invalid for argument "value"'); + } + for (i = 0; i < end - start; ++i) { + this[i + start] = bytes[i % len]; + } + } + return this; + }; + var errors = {}; + function E(sym, getMessage, Base) { + errors[sym] = class NodeError extends Base { + constructor() { + super(); + Object.defineProperty(this, "message", { + value: getMessage.apply(this, arguments), + writable: true, + configurable: true + }); + this.name = `${this.name} [${sym}]`; + this.stack; + delete this.name; + } + get code() { + return sym; + } + set code(value) { + Object.defineProperty(this, "code", { + configurable: true, + enumerable: true, + value, + writable: true + }); + } + toString() { + return `${this.name} [${sym}]: ${this.message}`; + } + }; + } + E( + "ERR_BUFFER_OUT_OF_BOUNDS", + function(name) { + if (name) { + return `${name} is outside of buffer bounds`; + } + return "Attempt to access memory outside buffer bounds"; + }, + RangeError + ); + E( + "ERR_INVALID_ARG_TYPE", + function(name, actual) { + return `The "${name}" argument must be of type number. Received type ${typeof actual}`; + }, + TypeError + ); + E( + "ERR_OUT_OF_RANGE", + function(str, range, input) { + let msg = `The value of "${str}" is out of range.`; + let received = input; + if (Number.isInteger(input) && Math.abs(input) > 2 ** 32) { + received = addNumericalSeparator(String(input)); + } else if (typeof input === "bigint") { + received = String(input); + if (input > BigInt(2) ** BigInt(32) || input < -(BigInt(2) ** BigInt(32))) { + received = addNumericalSeparator(received); + } + received += "n"; + } + msg += ` It must be ${range}. Received ${received}`; + return msg; + }, + RangeError + ); + function addNumericalSeparator(val) { + let res = ""; + let i = val.length; + const start = val[0] === "-" ? 1 : 0; + for (; i >= start + 4; i -= 3) { + res = `_${val.slice(i - 3, i)}${res}`; + } + return `${val.slice(0, i)}${res}`; + } + function checkBounds(buf, offset, byteLength2) { + validateNumber(offset, "offset"); + if (buf[offset] === void 0 || buf[offset + byteLength2] === void 0) { + boundsError(offset, buf.length - (byteLength2 + 1)); + } + } + function checkIntBI(value, min, max, buf, offset, byteLength2) { + if (value > max || value < min) { + const n = typeof min === "bigint" ? "n" : ""; + let range; + if (byteLength2 > 3) { + if (min === 0 || min === BigInt(0)) { + range = `>= 0${n} and < 2${n} ** ${(byteLength2 + 1) * 8}${n}`; + } else { + range = `>= -(2${n} ** ${(byteLength2 + 1) * 8 - 1}${n}) and < 2 ** ${(byteLength2 + 1) * 8 - 1}${n}`; + } + } else { + range = `>= ${min}${n} and <= ${max}${n}`; + } + throw new errors.ERR_OUT_OF_RANGE("value", range, value); + } + checkBounds(buf, offset, byteLength2); + } + function validateNumber(value, name) { + if (typeof value !== "number") { + throw new errors.ERR_INVALID_ARG_TYPE(name, "number", value); + } + } + function boundsError(value, length, type) { + if (Math.floor(value) !== value) { + validateNumber(value, type); + throw new errors.ERR_OUT_OF_RANGE(type || "offset", "an integer", value); + } + if (length < 0) { + throw new errors.ERR_BUFFER_OUT_OF_BOUNDS(); + } + throw new errors.ERR_OUT_OF_RANGE( + type || "offset", + `>= ${type ? 1 : 0} and <= ${length}`, + value + ); + } + var INVALID_BASE64_RE = /[^+/0-9A-Za-z-_]/g; + function base64clean(str) { + str = str.split("=")[0]; + str = str.trim().replace(INVALID_BASE64_RE, ""); + if (str.length < 2) return ""; + while (str.length % 4 !== 0) { + str = str + "="; + } + return str; + } + function utf8ToBytes(string, units) { + units = units || Infinity; + let codePoint; + const length = string.length; + let leadSurrogate = null; + const bytes = []; + for (let i = 0; i < length; ++i) { + codePoint = string.charCodeAt(i); + if (codePoint > 55295 && codePoint < 57344) { + if (!leadSurrogate) { + if (codePoint > 56319) { + if ((units -= 3) > -1) bytes.push(239, 191, 189); + continue; + } else if (i + 1 === length) { + if ((units -= 3) > -1) bytes.push(239, 191, 189); + continue; + } + leadSurrogate = codePoint; + continue; + } + if (codePoint < 56320) { + if ((units -= 3) > -1) bytes.push(239, 191, 189); + leadSurrogate = codePoint; + continue; + } + codePoint = (leadSurrogate - 55296 << 10 | codePoint - 56320) + 65536; + } else if (leadSurrogate) { + if ((units -= 3) > -1) bytes.push(239, 191, 189); + } + leadSurrogate = null; + if (codePoint < 128) { + if ((units -= 1) < 0) break; + bytes.push(codePoint); + } else if (codePoint < 2048) { + if ((units -= 2) < 0) break; + bytes.push( + codePoint >> 6 | 192, + codePoint & 63 | 128 + ); + } else if (codePoint < 65536) { + if ((units -= 3) < 0) break; + bytes.push( + codePoint >> 12 | 224, + codePoint >> 6 & 63 | 128, + codePoint & 63 | 128 + ); + } else if (codePoint < 1114112) { + if ((units -= 4) < 0) break; + bytes.push( + codePoint >> 18 | 240, + codePoint >> 12 & 63 | 128, + codePoint >> 6 & 63 | 128, + codePoint & 63 | 128 + ); + } else { + throw new Error("Invalid code point"); + } + } + return bytes; + } + function asciiToBytes(str) { + const byteArray = []; + for (let i = 0; i < str.length; ++i) { + byteArray.push(str.charCodeAt(i) & 255); + } + return byteArray; + } + function utf16leToBytes(str, units) { + let c, hi, lo; + const byteArray = []; + for (let i = 0; i < str.length; ++i) { + if ((units -= 2) < 0) break; + c = str.charCodeAt(i); + hi = c >> 8; + lo = c % 256; + byteArray.push(lo); + byteArray.push(hi); + } + return byteArray; + } + function base64ToBytes(str) { + return base64.toByteArray(base64clean(str)); + } + function blitBuffer(src, dst, offset, length) { + let i; + for (i = 0; i < length; ++i) { + if (i + offset >= dst.length || i >= src.length) break; + dst[i + offset] = src[i]; + } + return i; + } + function isInstance(obj, type) { + return obj instanceof type || obj != null && obj.constructor != null && obj.constructor.name != null && obj.constructor.name === type.name; + } + function numberIsNaN(obj) { + return obj !== obj; + } + var hexSliceLookupTable = function() { + const alphabet = "0123456789abcdef"; + const table = new Array(256); + for (let i = 0; i < 16; ++i) { + const i16 = i * 16; + for (let j = 0; j < 16; ++j) { + table[i16 + j] = alphabet[i] + alphabet[j]; + } + } + return table; + }(); + function defineBigIntMethod(fn) { + return typeof BigInt === "undefined" ? BufferBigIntNotDefined : fn; + } + function BufferBigIntNotDefined() { + throw new Error("BigInt not supported"); + } + } +}); + +// polyfill_buffer.js +var import_obsidian, buffer, Buffer; +var init_polyfill_buffer = __esm({ + "polyfill_buffer.js"() { + import_obsidian = require("obsidian"); + if (import_obsidian.Platform.isMobileApp) { + buffer = require_buffer().Buffer; + } else { + buffer = global.Buffer; + } + Buffer = buffer; + } +}); + +// node_modules/.pnpm/async-lock@1.4.1/node_modules/async-lock/lib/index.js +var require_lib = __commonJS({ + "node_modules/.pnpm/async-lock@1.4.1/node_modules/async-lock/lib/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var AsyncLock2 = function(opts) { + opts = opts || {}; + this.Promise = opts.Promise || Promise; + this.queues = /* @__PURE__ */ Object.create(null); + this.domainReentrant = opts.domainReentrant || false; + if (this.domainReentrant) { + if (typeof process === "undefined" || typeof process.domain === "undefined") { + throw new Error( + "Domain-reentrant locks require `process.domain` to exist. Please flip `opts.domainReentrant = false`, use a NodeJS version that still implements Domain, or install a browser polyfill." + ); + } + this.domains = /* @__PURE__ */ Object.create(null); + } + this.timeout = opts.timeout || AsyncLock2.DEFAULT_TIMEOUT; + this.maxOccupationTime = opts.maxOccupationTime || AsyncLock2.DEFAULT_MAX_OCCUPATION_TIME; + this.maxExecutionTime = opts.maxExecutionTime || AsyncLock2.DEFAULT_MAX_EXECUTION_TIME; + if (opts.maxPending === Infinity || Number.isInteger(opts.maxPending) && opts.maxPending >= 0) { + this.maxPending = opts.maxPending; + } else { + this.maxPending = AsyncLock2.DEFAULT_MAX_PENDING; + } + }; + AsyncLock2.DEFAULT_TIMEOUT = 0; + AsyncLock2.DEFAULT_MAX_OCCUPATION_TIME = 0; + AsyncLock2.DEFAULT_MAX_EXECUTION_TIME = 0; + AsyncLock2.DEFAULT_MAX_PENDING = 1e3; + AsyncLock2.prototype.acquire = function(key2, fn, cb, opts) { + if (Array.isArray(key2)) { + return this._acquireBatch(key2, fn, cb, opts); + } + if (typeof fn !== "function") { + throw new Error("You must pass a function to execute"); + } + var deferredResolve = null; + var deferredReject = null; + var deferred2 = null; + if (typeof cb !== "function") { + opts = cb; + cb = null; + deferred2 = new this.Promise(function(resolve2, reject) { + deferredResolve = resolve2; + deferredReject = reject; + }); + } + opts = opts || {}; + var resolved = false; + var timer = null; + var occupationTimer = null; + var executionTimer = null; + var self2 = this; + var done = function(locked, err, ret) { + if (occupationTimer) { + clearTimeout(occupationTimer); + occupationTimer = null; + } + if (executionTimer) { + clearTimeout(executionTimer); + executionTimer = null; + } + if (locked) { + if (!!self2.queues[key2] && self2.queues[key2].length === 0) { + delete self2.queues[key2]; + } + if (self2.domainReentrant) { + delete self2.domains[key2]; + } + } + if (!resolved) { + if (!deferred2) { + if (typeof cb === "function") { + cb(err, ret); + } + } else { + if (err) { + deferredReject(err); + } else { + deferredResolve(ret); + } + } + resolved = true; + } + if (locked) { + if (!!self2.queues[key2] && self2.queues[key2].length > 0) { + self2.queues[key2].shift()(); + } + } + }; + var exec = function(locked) { + if (resolved) { + return done(locked); + } + if (timer) { + clearTimeout(timer); + timer = null; + } + if (self2.domainReentrant && locked) { + self2.domains[key2] = process.domain; + } + var maxExecutionTime = opts.maxExecutionTime || self2.maxExecutionTime; + if (maxExecutionTime) { + executionTimer = setTimeout(function() { + if (!!self2.queues[key2]) { + done(locked, new Error("Maximum execution time is exceeded " + key2)); + } + }, maxExecutionTime); + } + if (fn.length === 1) { + var called = false; + try { + fn(function(err, ret) { + if (!called) { + called = true; + done(locked, err, ret); + } + }); + } catch (err) { + if (!called) { + called = true; + done(locked, err); + } + } + } else { + self2._promiseTry(function() { + return fn(); + }).then(function(ret) { + done(locked, void 0, ret); + }, function(error) { + done(locked, error); + }); + } + }; + if (self2.domainReentrant && !!process.domain) { + exec = process.domain.bind(exec); + } + var maxPending = opts.maxPending || self2.maxPending; + if (!self2.queues[key2]) { + self2.queues[key2] = []; + exec(true); + } else if (self2.domainReentrant && !!process.domain && process.domain === self2.domains[key2]) { + exec(false); + } else if (self2.queues[key2].length >= maxPending) { + done(false, new Error("Too many pending tasks in queue " + key2)); + } else { + var taskFn = function() { + exec(true); + }; + if (opts.skipQueue) { + self2.queues[key2].unshift(taskFn); + } else { + self2.queues[key2].push(taskFn); + } + var timeout = opts.timeout || self2.timeout; + if (timeout) { + timer = setTimeout(function() { + timer = null; + done(false, new Error("async-lock timed out in queue " + key2)); + }, timeout); + } + } + var maxOccupationTime = opts.maxOccupationTime || self2.maxOccupationTime; + if (maxOccupationTime) { + occupationTimer = setTimeout(function() { + if (!!self2.queues[key2]) { + done(false, new Error("Maximum occupation time is exceeded in queue " + key2)); + } + }, maxOccupationTime); + } + if (deferred2) { + return deferred2; + } + }; + AsyncLock2.prototype._acquireBatch = function(keys, fn, cb, opts) { + if (typeof cb !== "function") { + opts = cb; + cb = null; + } + var self2 = this; + var getFn = function(key2, fn2) { + return function(cb2) { + self2.acquire(key2, fn2, cb2, opts); + }; + }; + var fnx = keys.reduceRight(function(prev, key2) { + return getFn(key2, prev); + }, fn); + if (typeof cb === "function") { + fnx(cb); + } else { + return new this.Promise(function(resolve2, reject) { + if (fnx.length === 1) { + fnx(function(err, ret) { + if (err) { + reject(err); + } else { + resolve2(ret); + } + }); + } else { + resolve2(fnx()); + } + }); + } + }; + AsyncLock2.prototype.isBusy = function(key2) { + if (!key2) { + return Object.keys(this.queues).length > 0; + } else { + return !!this.queues[key2]; + } + }; + AsyncLock2.prototype._promiseTry = function(fn) { + try { + return this.Promise.resolve(fn()); + } catch (e) { + return this.Promise.reject(e); + } + }; + module2.exports = AsyncLock2; + } +}); + +// node_modules/.pnpm/async-lock@1.4.1/node_modules/async-lock/index.js +var require_async_lock = __commonJS({ + "node_modules/.pnpm/async-lock@1.4.1/node_modules/async-lock/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + module2.exports = require_lib(); + } +}); + +// node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits_browser.js +var require_inherits_browser = __commonJS({ + "node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits_browser.js"(exports2, module2) { + init_polyfill_buffer(); + if (typeof Object.create === "function") { + module2.exports = function inherits(ctor, superCtor) { + if (superCtor) { + ctor.super_ = superCtor; + ctor.prototype = Object.create(superCtor.prototype, { + constructor: { + value: ctor, + enumerable: false, + writable: true, + configurable: true + } + }); + } + }; + } else { + module2.exports = function inherits(ctor, superCtor) { + if (superCtor) { + ctor.super_ = superCtor; + var TempCtor = function() { + }; + TempCtor.prototype = superCtor.prototype; + ctor.prototype = new TempCtor(); + ctor.prototype.constructor = ctor; + } + }; + } + } +}); + +// node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer/index.js +var require_safe_buffer = __commonJS({ + "node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer/index.js"(exports2, module2) { + init_polyfill_buffer(); + var buffer2 = require_buffer(); + var Buffer2 = buffer2.Buffer; + function copyProps(src, dst) { + for (var key2 in src) { + dst[key2] = src[key2]; + } + } + if (Buffer2.from && Buffer2.alloc && Buffer2.allocUnsafe && Buffer2.allocUnsafeSlow) { + module2.exports = buffer2; + } else { + copyProps(buffer2, exports2); + exports2.Buffer = SafeBuffer; + } + function SafeBuffer(arg, encodingOrOffset, length) { + return Buffer2(arg, encodingOrOffset, length); + } + SafeBuffer.prototype = Object.create(Buffer2.prototype); + copyProps(Buffer2, SafeBuffer); + SafeBuffer.from = function(arg, encodingOrOffset, length) { + if (typeof arg === "number") { + throw new TypeError("Argument must not be a number"); + } + return Buffer2(arg, encodingOrOffset, length); + }; + SafeBuffer.alloc = function(size, fill, encoding) { + if (typeof size !== "number") { + throw new TypeError("Argument must be a number"); + } + var buf = Buffer2(size); + if (fill !== void 0) { + if (typeof encoding === "string") { + buf.fill(fill, encoding); + } else { + buf.fill(fill); + } + } else { + buf.fill(0); + } + return buf; + }; + SafeBuffer.allocUnsafe = function(size) { + if (typeof size !== "number") { + throw new TypeError("Argument must be a number"); + } + return Buffer2(size); + }; + SafeBuffer.allocUnsafeSlow = function(size) { + if (typeof size !== "number") { + throw new TypeError("Argument must be a number"); + } + return buffer2.SlowBuffer(size); + }; + } +}); + +// node_modules/.pnpm/sha.js@2.4.11/node_modules/sha.js/hash.js +var require_hash = __commonJS({ + "node_modules/.pnpm/sha.js@2.4.11/node_modules/sha.js/hash.js"(exports2, module2) { + init_polyfill_buffer(); + var Buffer2 = require_safe_buffer().Buffer; + function Hash2(blockSize, finalSize) { + this._block = Buffer2.alloc(blockSize); + this._finalSize = finalSize; + this._blockSize = blockSize; + this._len = 0; + } + Hash2.prototype.update = function(data, enc) { + if (typeof data === "string") { + enc = enc || "utf8"; + data = Buffer2.from(data, enc); + } + var block = this._block; + var blockSize = this._blockSize; + var length = data.length; + var accum = this._len; + for (var offset = 0; offset < length; ) { + var assigned = accum % blockSize; + var remainder = Math.min(length - offset, blockSize - assigned); + for (var i = 0; i < remainder; i++) { + block[assigned + i] = data[offset + i]; + } + accum += remainder; + offset += remainder; + if (accum % blockSize === 0) { + this._update(block); + } + } + this._len += length; + return this; + }; + Hash2.prototype.digest = function(enc) { + var rem = this._len % this._blockSize; + this._block[rem] = 128; + this._block.fill(0, rem + 1); + if (rem >= this._finalSize) { + this._update(this._block); + this._block.fill(0); + } + var bits = this._len * 8; + if (bits <= 4294967295) { + this._block.writeUInt32BE(bits, this._blockSize - 4); + } else { + var lowBits = (bits & 4294967295) >>> 0; + var highBits = (bits - lowBits) / 4294967296; + this._block.writeUInt32BE(highBits, this._blockSize - 8); + this._block.writeUInt32BE(lowBits, this._blockSize - 4); + } + this._update(this._block); + var hash2 = this._hash(); + return enc ? hash2.toString(enc) : hash2; + }; + Hash2.prototype._update = function() { + throw new Error("_update must be implemented by subclass"); + }; + module2.exports = Hash2; + } +}); + +// node_modules/.pnpm/sha.js@2.4.11/node_modules/sha.js/sha1.js +var require_sha1 = __commonJS({ + "node_modules/.pnpm/sha.js@2.4.11/node_modules/sha.js/sha1.js"(exports2, module2) { + init_polyfill_buffer(); + var inherits = require_inherits_browser(); + var Hash2 = require_hash(); + var Buffer2 = require_safe_buffer().Buffer; + var K2 = [ + 1518500249, + 1859775393, + 2400959708 | 0, + 3395469782 | 0 + ]; + var W = new Array(80); + function Sha1() { + this.init(); + this._w = W; + Hash2.call(this, 64, 56); + } + inherits(Sha1, Hash2); + Sha1.prototype.init = function() { + this._a = 1732584193; + this._b = 4023233417; + this._c = 2562383102; + this._d = 271733878; + this._e = 3285377520; + return this; + }; + function rotl1(num2) { + return num2 << 1 | num2 >>> 31; + } + function rotl5(num2) { + return num2 << 5 | num2 >>> 27; + } + function rotl30(num2) { + return num2 << 30 | num2 >>> 2; + } + function ft(s, b, c, d) { + if (s === 0) return b & c | ~b & d; + if (s === 2) return b & c | b & d | c & d; + return b ^ c ^ d; + } + Sha1.prototype._update = function(M) { + var W2 = this._w; + var a = this._a | 0; + var b = this._b | 0; + var c = this._c | 0; + var d = this._d | 0; + var e = this._e | 0; + for (var i = 0; i < 16; ++i) W2[i] = M.readInt32BE(i * 4); + for (; i < 80; ++i) W2[i] = rotl1(W2[i - 3] ^ W2[i - 8] ^ W2[i - 14] ^ W2[i - 16]); + for (var j = 0; j < 80; ++j) { + var s = ~~(j / 20); + var t = rotl5(a) + ft(s, b, c, d) + e + W2[j] + K2[s] | 0; + e = d; + d = c; + c = rotl30(b); + b = a; + a = t; + } + this._a = a + this._a | 0; + this._b = b + this._b | 0; + this._c = c + this._c | 0; + this._d = d + this._d | 0; + this._e = e + this._e | 0; + }; + Sha1.prototype._hash = function() { + var H = Buffer2.allocUnsafe(20); + H.writeInt32BE(this._a | 0, 0); + H.writeInt32BE(this._b | 0, 4); + H.writeInt32BE(this._c | 0, 8); + H.writeInt32BE(this._d | 0, 12); + H.writeInt32BE(this._e | 0, 16); + return H; + }; + module2.exports = Sha1; + } +}); + +// node_modules/.pnpm/crc-32@1.2.2/node_modules/crc-32/crc32.js +var require_crc32 = __commonJS({ + "node_modules/.pnpm/crc-32@1.2.2/node_modules/crc-32/crc32.js"(exports2) { + init_polyfill_buffer(); + var CRC32; + (function(factory) { + if (typeof DO_NOT_EXPORT_CRC === "undefined") { + if ("object" === typeof exports2) { + factory(exports2); + } else if ("function" === typeof define && define.amd) { + define(function() { + var module3 = {}; + factory(module3); + return module3; + }); + } else { + factory(CRC32 = {}); + } + } else { + factory(CRC32 = {}); + } + })(function(CRC322) { + CRC322.version = "1.2.2"; + function signed_crc_table() { + var c = 0, table = new Array(256); + for (var n = 0; n != 256; ++n) { + c = n; + c = c & 1 ? -306674912 ^ c >>> 1 : c >>> 1; + c = c & 1 ? -306674912 ^ c >>> 1 : c >>> 1; + c = c & 1 ? -306674912 ^ c >>> 1 : c >>> 1; + c = c & 1 ? -306674912 ^ c >>> 1 : c >>> 1; + c = c & 1 ? -306674912 ^ c >>> 1 : c >>> 1; + c = c & 1 ? -306674912 ^ c >>> 1 : c >>> 1; + c = c & 1 ? -306674912 ^ c >>> 1 : c >>> 1; + c = c & 1 ? -306674912 ^ c >>> 1 : c >>> 1; + table[n] = c; + } + return typeof Int32Array !== "undefined" ? new Int32Array(table) : table; + } + var T0 = signed_crc_table(); + function slice_by_16_tables(T) { + var c = 0, v = 0, n = 0, table = typeof Int32Array !== "undefined" ? new Int32Array(4096) : new Array(4096); + for (n = 0; n != 256; ++n) table[n] = T[n]; + for (n = 0; n != 256; ++n) { + v = T[n]; + for (c = 256 + n; c < 4096; c += 256) v = table[c] = v >>> 8 ^ T[v & 255]; + } + var out = []; + for (n = 1; n != 16; ++n) out[n - 1] = typeof Int32Array !== "undefined" ? table.subarray(n * 256, n * 256 + 256) : table.slice(n * 256, n * 256 + 256); + return out; + } + var TT = slice_by_16_tables(T0); + var T1 = TT[0], T2 = TT[1], T3 = TT[2], T4 = TT[3], T5 = TT[4]; + var T6 = TT[5], T7 = TT[6], T8 = TT[7], T9 = TT[8], Ta = TT[9]; + var Tb = TT[10], Tc = TT[11], Td = TT[12], Te = TT[13], Tf = TT[14]; + function crc32_bstr(bstr, seed) { + var C = seed ^ -1; + for (var i = 0, L = bstr.length; i < L; ) C = C >>> 8 ^ T0[(C ^ bstr.charCodeAt(i++)) & 255]; + return ~C; + } + function crc32_buf(B, seed) { + var C = seed ^ -1, L = B.length - 15, i = 0; + for (; i < L; ) C = Tf[B[i++] ^ C & 255] ^ Te[B[i++] ^ C >> 8 & 255] ^ Td[B[i++] ^ C >> 16 & 255] ^ Tc[B[i++] ^ C >>> 24] ^ Tb[B[i++]] ^ Ta[B[i++]] ^ T9[B[i++]] ^ T8[B[i++]] ^ T7[B[i++]] ^ T6[B[i++]] ^ T5[B[i++]] ^ T4[B[i++]] ^ T3[B[i++]] ^ T2[B[i++]] ^ T1[B[i++]] ^ T0[B[i++]]; + L += 15; + while (i < L) C = C >>> 8 ^ T0[(C ^ B[i++]) & 255]; + return ~C; + } + function crc32_str(str, seed) { + var C = seed ^ -1; + for (var i = 0, L = str.length, c = 0, d = 0; i < L; ) { + c = str.charCodeAt(i++); + if (c < 128) { + C = C >>> 8 ^ T0[(C ^ c) & 255]; + } else if (c < 2048) { + C = C >>> 8 ^ T0[(C ^ (192 | c >> 6 & 31)) & 255]; + C = C >>> 8 ^ T0[(C ^ (128 | c & 63)) & 255]; + } else if (c >= 55296 && c < 57344) { + c = (c & 1023) + 64; + d = str.charCodeAt(i++) & 1023; + C = C >>> 8 ^ T0[(C ^ (240 | c >> 8 & 7)) & 255]; + C = C >>> 8 ^ T0[(C ^ (128 | c >> 2 & 63)) & 255]; + C = C >>> 8 ^ T0[(C ^ (128 | d >> 6 & 15 | (c & 3) << 4)) & 255]; + C = C >>> 8 ^ T0[(C ^ (128 | d & 63)) & 255]; + } else { + C = C >>> 8 ^ T0[(C ^ (224 | c >> 12 & 15)) & 255]; + C = C >>> 8 ^ T0[(C ^ (128 | c >> 6 & 63)) & 255]; + C = C >>> 8 ^ T0[(C ^ (128 | c & 63)) & 255]; + } + } + return ~C; + } + CRC322.table = T0; + CRC322.bstr = crc32_bstr; + CRC322.buf = crc32_buf; + CRC322.str = crc32_str; + }); + } +}); + +// node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/utils/common.js +var require_common = __commonJS({ + "node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/utils/common.js"(exports2) { + "use strict"; + init_polyfill_buffer(); + var TYPED_OK = typeof Uint8Array !== "undefined" && typeof Uint16Array !== "undefined" && typeof Int32Array !== "undefined"; + function _has(obj, key2) { + return Object.prototype.hasOwnProperty.call(obj, key2); + } + exports2.assign = function(obj) { + var sources = Array.prototype.slice.call(arguments, 1); + while (sources.length) { + var source = sources.shift(); + if (!source) { + continue; + } + if (typeof source !== "object") { + throw new TypeError(source + "must be non-object"); + } + for (var p in source) { + if (_has(source, p)) { + obj[p] = source[p]; + } + } + } + return obj; + }; + exports2.shrinkBuf = function(buf, size) { + if (buf.length === size) { + return buf; + } + if (buf.subarray) { + return buf.subarray(0, size); + } + buf.length = size; + return buf; + }; + var fnTyped = { + arraySet: function(dest, src, src_offs, len, dest_offs) { + if (src.subarray && dest.subarray) { + dest.set(src.subarray(src_offs, src_offs + len), dest_offs); + return; + } + for (var i = 0; i < len; i++) { + dest[dest_offs + i] = src[src_offs + i]; + } + }, + // Join array of chunks to single array. + flattenChunks: function(chunks) { + var i, l, len, pos, chunk, result; + len = 0; + for (i = 0, l = chunks.length; i < l; i++) { + len += chunks[i].length; + } + result = new Uint8Array(len); + pos = 0; + for (i = 0, l = chunks.length; i < l; i++) { + chunk = chunks[i]; + result.set(chunk, pos); + pos += chunk.length; + } + return result; + } + }; + var fnUntyped = { + arraySet: function(dest, src, src_offs, len, dest_offs) { + for (var i = 0; i < len; i++) { + dest[dest_offs + i] = src[src_offs + i]; + } + }, + // Join array of chunks to single array. + flattenChunks: function(chunks) { + return [].concat.apply([], chunks); + } + }; + exports2.setTyped = function(on) { + if (on) { + exports2.Buf8 = Uint8Array; + exports2.Buf16 = Uint16Array; + exports2.Buf32 = Int32Array; + exports2.assign(exports2, fnTyped); + } else { + exports2.Buf8 = Array; + exports2.Buf16 = Array; + exports2.Buf32 = Array; + exports2.assign(exports2, fnUntyped); + } + }; + exports2.setTyped(TYPED_OK); + } +}); + +// node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/trees.js +var require_trees = __commonJS({ + "node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/trees.js"(exports2) { + "use strict"; + init_polyfill_buffer(); + var utils = require_common(); + var Z_FIXED = 4; + var Z_BINARY = 0; + var Z_TEXT = 1; + var Z_UNKNOWN = 2; + function zero(buf) { + var len = buf.length; + while (--len >= 0) { + buf[len] = 0; + } + } + var STORED_BLOCK = 0; + var STATIC_TREES = 1; + var DYN_TREES = 2; + var MIN_MATCH = 3; + var MAX_MATCH = 258; + var LENGTH_CODES = 29; + var LITERALS = 256; + var L_CODES = LITERALS + 1 + LENGTH_CODES; + var D_CODES = 30; + var BL_CODES = 19; + var HEAP_SIZE = 2 * L_CODES + 1; + var MAX_BITS = 15; + var Buf_size = 16; + var MAX_BL_BITS = 7; + var END_BLOCK = 256; + var REP_3_6 = 16; + var REPZ_3_10 = 17; + var REPZ_11_138 = 18; + var extra_lbits = ( + /* extra bits for each length code */ + [0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 0] + ); + var extra_dbits = ( + /* extra bits for each distance code */ + [0, 0, 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13] + ); + var extra_blbits = ( + /* extra bits for each bit length code */ + [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 7] + ); + var bl_order = [16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15]; + var DIST_CODE_LEN = 512; + var static_ltree = new Array((L_CODES + 2) * 2); + zero(static_ltree); + var static_dtree = new Array(D_CODES * 2); + zero(static_dtree); + var _dist_code = new Array(DIST_CODE_LEN); + zero(_dist_code); + var _length_code = new Array(MAX_MATCH - MIN_MATCH + 1); + zero(_length_code); + var base_length = new Array(LENGTH_CODES); + zero(base_length); + var base_dist = new Array(D_CODES); + zero(base_dist); + function StaticTreeDesc(static_tree, extra_bits, extra_base, elems, max_length) { + this.static_tree = static_tree; + this.extra_bits = extra_bits; + this.extra_base = extra_base; + this.elems = elems; + this.max_length = max_length; + this.has_stree = static_tree && static_tree.length; + } + var static_l_desc; + var static_d_desc; + var static_bl_desc; + function TreeDesc(dyn_tree, stat_desc) { + this.dyn_tree = dyn_tree; + this.max_code = 0; + this.stat_desc = stat_desc; + } + function d_code(dist) { + return dist < 256 ? _dist_code[dist] : _dist_code[256 + (dist >>> 7)]; + } + function put_short(s, w) { + s.pending_buf[s.pending++] = w & 255; + s.pending_buf[s.pending++] = w >>> 8 & 255; + } + function send_bits(s, value, length) { + if (s.bi_valid > Buf_size - length) { + s.bi_buf |= value << s.bi_valid & 65535; + put_short(s, s.bi_buf); + s.bi_buf = value >> Buf_size - s.bi_valid; + s.bi_valid += length - Buf_size; + } else { + s.bi_buf |= value << s.bi_valid & 65535; + s.bi_valid += length; + } + } + function send_code(s, c, tree) { + send_bits( + s, + tree[c * 2], + tree[c * 2 + 1] + /*.Len*/ + ); + } + function bi_reverse(code, len) { + var res = 0; + do { + res |= code & 1; + code >>>= 1; + res <<= 1; + } while (--len > 0); + return res >>> 1; + } + function bi_flush(s) { + if (s.bi_valid === 16) { + put_short(s, s.bi_buf); + s.bi_buf = 0; + s.bi_valid = 0; + } else if (s.bi_valid >= 8) { + s.pending_buf[s.pending++] = s.bi_buf & 255; + s.bi_buf >>= 8; + s.bi_valid -= 8; + } + } + function gen_bitlen(s, desc) { + var tree = desc.dyn_tree; + var max_code = desc.max_code; + var stree = desc.stat_desc.static_tree; + var has_stree = desc.stat_desc.has_stree; + var extra = desc.stat_desc.extra_bits; + var base = desc.stat_desc.extra_base; + var max_length = desc.stat_desc.max_length; + var h; + var n, m; + var bits; + var xbits; + var f; + var overflow = 0; + for (bits = 0; bits <= MAX_BITS; bits++) { + s.bl_count[bits] = 0; + } + tree[s.heap[s.heap_max] * 2 + 1] = 0; + for (h = s.heap_max + 1; h < HEAP_SIZE; h++) { + n = s.heap[h]; + bits = tree[tree[n * 2 + 1] * 2 + 1] + 1; + if (bits > max_length) { + bits = max_length; + overflow++; + } + tree[n * 2 + 1] = bits; + if (n > max_code) { + continue; + } + s.bl_count[bits]++; + xbits = 0; + if (n >= base) { + xbits = extra[n - base]; + } + f = tree[n * 2]; + s.opt_len += f * (bits + xbits); + if (has_stree) { + s.static_len += f * (stree[n * 2 + 1] + xbits); + } + } + if (overflow === 0) { + return; + } + do { + bits = max_length - 1; + while (s.bl_count[bits] === 0) { + bits--; + } + s.bl_count[bits]--; + s.bl_count[bits + 1] += 2; + s.bl_count[max_length]--; + overflow -= 2; + } while (overflow > 0); + for (bits = max_length; bits !== 0; bits--) { + n = s.bl_count[bits]; + while (n !== 0) { + m = s.heap[--h]; + if (m > max_code) { + continue; + } + if (tree[m * 2 + 1] !== bits) { + s.opt_len += (bits - tree[m * 2 + 1]) * tree[m * 2]; + tree[m * 2 + 1] = bits; + } + n--; + } + } + } + function gen_codes(tree, max_code, bl_count) { + var next_code = new Array(MAX_BITS + 1); + var code = 0; + var bits; + var n; + for (bits = 1; bits <= MAX_BITS; bits++) { + next_code[bits] = code = code + bl_count[bits - 1] << 1; + } + for (n = 0; n <= max_code; n++) { + var len = tree[n * 2 + 1]; + if (len === 0) { + continue; + } + tree[n * 2] = bi_reverse(next_code[len]++, len); + } + } + function tr_static_init() { + var n; + var bits; + var length; + var code; + var dist; + var bl_count = new Array(MAX_BITS + 1); + length = 0; + for (code = 0; code < LENGTH_CODES - 1; code++) { + base_length[code] = length; + for (n = 0; n < 1 << extra_lbits[code]; n++) { + _length_code[length++] = code; + } + } + _length_code[length - 1] = code; + dist = 0; + for (code = 0; code < 16; code++) { + base_dist[code] = dist; + for (n = 0; n < 1 << extra_dbits[code]; n++) { + _dist_code[dist++] = code; + } + } + dist >>= 7; + for (; code < D_CODES; code++) { + base_dist[code] = dist << 7; + for (n = 0; n < 1 << extra_dbits[code] - 7; n++) { + _dist_code[256 + dist++] = code; + } + } + for (bits = 0; bits <= MAX_BITS; bits++) { + bl_count[bits] = 0; + } + n = 0; + while (n <= 143) { + static_ltree[n * 2 + 1] = 8; + n++; + bl_count[8]++; + } + while (n <= 255) { + static_ltree[n * 2 + 1] = 9; + n++; + bl_count[9]++; + } + while (n <= 279) { + static_ltree[n * 2 + 1] = 7; + n++; + bl_count[7]++; + } + while (n <= 287) { + static_ltree[n * 2 + 1] = 8; + n++; + bl_count[8]++; + } + gen_codes(static_ltree, L_CODES + 1, bl_count); + for (n = 0; n < D_CODES; n++) { + static_dtree[n * 2 + 1] = 5; + static_dtree[n * 2] = bi_reverse(n, 5); + } + static_l_desc = new StaticTreeDesc(static_ltree, extra_lbits, LITERALS + 1, L_CODES, MAX_BITS); + static_d_desc = new StaticTreeDesc(static_dtree, extra_dbits, 0, D_CODES, MAX_BITS); + static_bl_desc = new StaticTreeDesc(new Array(0), extra_blbits, 0, BL_CODES, MAX_BL_BITS); + } + function init_block(s) { + var n; + for (n = 0; n < L_CODES; n++) { + s.dyn_ltree[n * 2] = 0; + } + for (n = 0; n < D_CODES; n++) { + s.dyn_dtree[n * 2] = 0; + } + for (n = 0; n < BL_CODES; n++) { + s.bl_tree[n * 2] = 0; + } + s.dyn_ltree[END_BLOCK * 2] = 1; + s.opt_len = s.static_len = 0; + s.last_lit = s.matches = 0; + } + function bi_windup(s) { + if (s.bi_valid > 8) { + put_short(s, s.bi_buf); + } else if (s.bi_valid > 0) { + s.pending_buf[s.pending++] = s.bi_buf; + } + s.bi_buf = 0; + s.bi_valid = 0; + } + function copy_block(s, buf, len, header) { + bi_windup(s); + if (header) { + put_short(s, len); + put_short(s, ~len); + } + utils.arraySet(s.pending_buf, s.window, buf, len, s.pending); + s.pending += len; + } + function smaller(tree, n, m, depth) { + var _n2 = n * 2; + var _m2 = m * 2; + return tree[_n2] < tree[_m2] || tree[_n2] === tree[_m2] && depth[n] <= depth[m]; + } + function pqdownheap(s, tree, k) { + var v = s.heap[k]; + var j = k << 1; + while (j <= s.heap_len) { + if (j < s.heap_len && smaller(tree, s.heap[j + 1], s.heap[j], s.depth)) { + j++; + } + if (smaller(tree, v, s.heap[j], s.depth)) { + break; + } + s.heap[k] = s.heap[j]; + k = j; + j <<= 1; + } + s.heap[k] = v; + } + function compress_block(s, ltree, dtree) { + var dist; + var lc; + var lx = 0; + var code; + var extra; + if (s.last_lit !== 0) { + do { + dist = s.pending_buf[s.d_buf + lx * 2] << 8 | s.pending_buf[s.d_buf + lx * 2 + 1]; + lc = s.pending_buf[s.l_buf + lx]; + lx++; + if (dist === 0) { + send_code(s, lc, ltree); + } else { + code = _length_code[lc]; + send_code(s, code + LITERALS + 1, ltree); + extra = extra_lbits[code]; + if (extra !== 0) { + lc -= base_length[code]; + send_bits(s, lc, extra); + } + dist--; + code = d_code(dist); + send_code(s, code, dtree); + extra = extra_dbits[code]; + if (extra !== 0) { + dist -= base_dist[code]; + send_bits(s, dist, extra); + } + } + } while (lx < s.last_lit); + } + send_code(s, END_BLOCK, ltree); + } + function build_tree(s, desc) { + var tree = desc.dyn_tree; + var stree = desc.stat_desc.static_tree; + var has_stree = desc.stat_desc.has_stree; + var elems = desc.stat_desc.elems; + var n, m; + var max_code = -1; + var node; + s.heap_len = 0; + s.heap_max = HEAP_SIZE; + for (n = 0; n < elems; n++) { + if (tree[n * 2] !== 0) { + s.heap[++s.heap_len] = max_code = n; + s.depth[n] = 0; + } else { + tree[n * 2 + 1] = 0; + } + } + while (s.heap_len < 2) { + node = s.heap[++s.heap_len] = max_code < 2 ? ++max_code : 0; + tree[node * 2] = 1; + s.depth[node] = 0; + s.opt_len--; + if (has_stree) { + s.static_len -= stree[node * 2 + 1]; + } + } + desc.max_code = max_code; + for (n = s.heap_len >> 1; n >= 1; n--) { + pqdownheap(s, tree, n); + } + node = elems; + do { + n = s.heap[ + 1 + /*SMALLEST*/ + ]; + s.heap[ + 1 + /*SMALLEST*/ + ] = s.heap[s.heap_len--]; + pqdownheap( + s, + tree, + 1 + /*SMALLEST*/ + ); + m = s.heap[ + 1 + /*SMALLEST*/ + ]; + s.heap[--s.heap_max] = n; + s.heap[--s.heap_max] = m; + tree[node * 2] = tree[n * 2] + tree[m * 2]; + s.depth[node] = (s.depth[n] >= s.depth[m] ? s.depth[n] : s.depth[m]) + 1; + tree[n * 2 + 1] = tree[m * 2 + 1] = node; + s.heap[ + 1 + /*SMALLEST*/ + ] = node++; + pqdownheap( + s, + tree, + 1 + /*SMALLEST*/ + ); + } while (s.heap_len >= 2); + s.heap[--s.heap_max] = s.heap[ + 1 + /*SMALLEST*/ + ]; + gen_bitlen(s, desc); + gen_codes(tree, max_code, s.bl_count); + } + function scan_tree(s, tree, max_code) { + var n; + var prevlen = -1; + var curlen; + var nextlen = tree[0 * 2 + 1]; + var count = 0; + var max_count = 7; + var min_count = 4; + if (nextlen === 0) { + max_count = 138; + min_count = 3; + } + tree[(max_code + 1) * 2 + 1] = 65535; + for (n = 0; n <= max_code; n++) { + curlen = nextlen; + nextlen = tree[(n + 1) * 2 + 1]; + if (++count < max_count && curlen === nextlen) { + continue; + } else if (count < min_count) { + s.bl_tree[curlen * 2] += count; + } else if (curlen !== 0) { + if (curlen !== prevlen) { + s.bl_tree[curlen * 2]++; + } + s.bl_tree[REP_3_6 * 2]++; + } else if (count <= 10) { + s.bl_tree[REPZ_3_10 * 2]++; + } else { + s.bl_tree[REPZ_11_138 * 2]++; + } + count = 0; + prevlen = curlen; + if (nextlen === 0) { + max_count = 138; + min_count = 3; + } else if (curlen === nextlen) { + max_count = 6; + min_count = 3; + } else { + max_count = 7; + min_count = 4; + } + } + } + function send_tree(s, tree, max_code) { + var n; + var prevlen = -1; + var curlen; + var nextlen = tree[0 * 2 + 1]; + var count = 0; + var max_count = 7; + var min_count = 4; + if (nextlen === 0) { + max_count = 138; + min_count = 3; + } + for (n = 0; n <= max_code; n++) { + curlen = nextlen; + nextlen = tree[(n + 1) * 2 + 1]; + if (++count < max_count && curlen === nextlen) { + continue; + } else if (count < min_count) { + do { + send_code(s, curlen, s.bl_tree); + } while (--count !== 0); + } else if (curlen !== 0) { + if (curlen !== prevlen) { + send_code(s, curlen, s.bl_tree); + count--; + } + send_code(s, REP_3_6, s.bl_tree); + send_bits(s, count - 3, 2); + } else if (count <= 10) { + send_code(s, REPZ_3_10, s.bl_tree); + send_bits(s, count - 3, 3); + } else { + send_code(s, REPZ_11_138, s.bl_tree); + send_bits(s, count - 11, 7); + } + count = 0; + prevlen = curlen; + if (nextlen === 0) { + max_count = 138; + min_count = 3; + } else if (curlen === nextlen) { + max_count = 6; + min_count = 3; + } else { + max_count = 7; + min_count = 4; + } + } + } + function build_bl_tree(s) { + var max_blindex; + scan_tree(s, s.dyn_ltree, s.l_desc.max_code); + scan_tree(s, s.dyn_dtree, s.d_desc.max_code); + build_tree(s, s.bl_desc); + for (max_blindex = BL_CODES - 1; max_blindex >= 3; max_blindex--) { + if (s.bl_tree[bl_order[max_blindex] * 2 + 1] !== 0) { + break; + } + } + s.opt_len += 3 * (max_blindex + 1) + 5 + 5 + 4; + return max_blindex; + } + function send_all_trees(s, lcodes, dcodes, blcodes) { + var rank; + send_bits(s, lcodes - 257, 5); + send_bits(s, dcodes - 1, 5); + send_bits(s, blcodes - 4, 4); + for (rank = 0; rank < blcodes; rank++) { + send_bits(s, s.bl_tree[bl_order[rank] * 2 + 1], 3); + } + send_tree(s, s.dyn_ltree, lcodes - 1); + send_tree(s, s.dyn_dtree, dcodes - 1); + } + function detect_data_type(s) { + var black_mask = 4093624447; + var n; + for (n = 0; n <= 31; n++, black_mask >>>= 1) { + if (black_mask & 1 && s.dyn_ltree[n * 2] !== 0) { + return Z_BINARY; + } + } + if (s.dyn_ltree[9 * 2] !== 0 || s.dyn_ltree[10 * 2] !== 0 || s.dyn_ltree[13 * 2] !== 0) { + return Z_TEXT; + } + for (n = 32; n < LITERALS; n++) { + if (s.dyn_ltree[n * 2] !== 0) { + return Z_TEXT; + } + } + return Z_BINARY; + } + var static_init_done = false; + function _tr_init(s) { + if (!static_init_done) { + tr_static_init(); + static_init_done = true; + } + s.l_desc = new TreeDesc(s.dyn_ltree, static_l_desc); + s.d_desc = new TreeDesc(s.dyn_dtree, static_d_desc); + s.bl_desc = new TreeDesc(s.bl_tree, static_bl_desc); + s.bi_buf = 0; + s.bi_valid = 0; + init_block(s); + } + function _tr_stored_block(s, buf, stored_len, last2) { + send_bits(s, (STORED_BLOCK << 1) + (last2 ? 1 : 0), 3); + copy_block(s, buf, stored_len, true); + } + function _tr_align(s) { + send_bits(s, STATIC_TREES << 1, 3); + send_code(s, END_BLOCK, static_ltree); + bi_flush(s); + } + function _tr_flush_block(s, buf, stored_len, last2) { + var opt_lenb, static_lenb; + var max_blindex = 0; + if (s.level > 0) { + if (s.strm.data_type === Z_UNKNOWN) { + s.strm.data_type = detect_data_type(s); + } + build_tree(s, s.l_desc); + build_tree(s, s.d_desc); + max_blindex = build_bl_tree(s); + opt_lenb = s.opt_len + 3 + 7 >>> 3; + static_lenb = s.static_len + 3 + 7 >>> 3; + if (static_lenb <= opt_lenb) { + opt_lenb = static_lenb; + } + } else { + opt_lenb = static_lenb = stored_len + 5; + } + if (stored_len + 4 <= opt_lenb && buf !== -1) { + _tr_stored_block(s, buf, stored_len, last2); + } else if (s.strategy === Z_FIXED || static_lenb === opt_lenb) { + send_bits(s, (STATIC_TREES << 1) + (last2 ? 1 : 0), 3); + compress_block(s, static_ltree, static_dtree); + } else { + send_bits(s, (DYN_TREES << 1) + (last2 ? 1 : 0), 3); + send_all_trees(s, s.l_desc.max_code + 1, s.d_desc.max_code + 1, max_blindex + 1); + compress_block(s, s.dyn_ltree, s.dyn_dtree); + } + init_block(s); + if (last2) { + bi_windup(s); + } + } + function _tr_tally(s, dist, lc) { + s.pending_buf[s.d_buf + s.last_lit * 2] = dist >>> 8 & 255; + s.pending_buf[s.d_buf + s.last_lit * 2 + 1] = dist & 255; + s.pending_buf[s.l_buf + s.last_lit] = lc & 255; + s.last_lit++; + if (dist === 0) { + s.dyn_ltree[lc * 2]++; + } else { + s.matches++; + dist--; + s.dyn_ltree[(_length_code[lc] + LITERALS + 1) * 2]++; + s.dyn_dtree[d_code(dist) * 2]++; + } + return s.last_lit === s.lit_bufsize - 1; + } + exports2._tr_init = _tr_init; + exports2._tr_stored_block = _tr_stored_block; + exports2._tr_flush_block = _tr_flush_block; + exports2._tr_tally = _tr_tally; + exports2._tr_align = _tr_align; + } +}); + +// node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/adler32.js +var require_adler32 = __commonJS({ + "node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/adler32.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + function adler32(adler, buf, len, pos) { + var s1 = adler & 65535 | 0, s2 = adler >>> 16 & 65535 | 0, n = 0; + while (len !== 0) { + n = len > 2e3 ? 2e3 : len; + len -= n; + do { + s1 = s1 + buf[pos++] | 0; + s2 = s2 + s1 | 0; + } while (--n); + s1 %= 65521; + s2 %= 65521; + } + return s1 | s2 << 16 | 0; + } + module2.exports = adler32; + } +}); + +// node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/crc32.js +var require_crc322 = __commonJS({ + "node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/crc32.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + function makeTable() { + var c, table = []; + for (var n = 0; n < 256; n++) { + c = n; + for (var k = 0; k < 8; k++) { + c = c & 1 ? 3988292384 ^ c >>> 1 : c >>> 1; + } + table[n] = c; + } + return table; + } + var crcTable = makeTable(); + function crc322(crc, buf, len, pos) { + var t = crcTable, end = pos + len; + crc ^= -1; + for (var i = pos; i < end; i++) { + crc = crc >>> 8 ^ t[(crc ^ buf[i]) & 255]; + } + return crc ^ -1; + } + module2.exports = crc322; + } +}); + +// node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/messages.js +var require_messages = __commonJS({ + "node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/messages.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + module2.exports = { + 2: "need dictionary", + /* Z_NEED_DICT 2 */ + 1: "stream end", + /* Z_STREAM_END 1 */ + 0: "", + /* Z_OK 0 */ + "-1": "file error", + /* Z_ERRNO (-1) */ + "-2": "stream error", + /* Z_STREAM_ERROR (-2) */ + "-3": "data error", + /* Z_DATA_ERROR (-3) */ + "-4": "insufficient memory", + /* Z_MEM_ERROR (-4) */ + "-5": "buffer error", + /* Z_BUF_ERROR (-5) */ + "-6": "incompatible version" + /* Z_VERSION_ERROR (-6) */ + }; + } +}); + +// node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/deflate.js +var require_deflate = __commonJS({ + "node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/deflate.js"(exports2) { + "use strict"; + init_polyfill_buffer(); + var utils = require_common(); + var trees = require_trees(); + var adler32 = require_adler32(); + var crc322 = require_crc322(); + var msg = require_messages(); + var Z_NO_FLUSH = 0; + var Z_PARTIAL_FLUSH = 1; + var Z_FULL_FLUSH = 3; + var Z_FINISH = 4; + var Z_BLOCK = 5; + var Z_OK = 0; + var Z_STREAM_END = 1; + var Z_STREAM_ERROR = -2; + var Z_DATA_ERROR = -3; + var Z_BUF_ERROR = -5; + var Z_DEFAULT_COMPRESSION = -1; + var Z_FILTERED = 1; + var Z_HUFFMAN_ONLY = 2; + var Z_RLE = 3; + var Z_FIXED = 4; + var Z_DEFAULT_STRATEGY = 0; + var Z_UNKNOWN = 2; + var Z_DEFLATED = 8; + var MAX_MEM_LEVEL = 9; + var MAX_WBITS = 15; + var DEF_MEM_LEVEL = 8; + var LENGTH_CODES = 29; + var LITERALS = 256; + var L_CODES = LITERALS + 1 + LENGTH_CODES; + var D_CODES = 30; + var BL_CODES = 19; + var HEAP_SIZE = 2 * L_CODES + 1; + var MAX_BITS = 15; + var MIN_MATCH = 3; + var MAX_MATCH = 258; + var MIN_LOOKAHEAD = MAX_MATCH + MIN_MATCH + 1; + var PRESET_DICT = 32; + var INIT_STATE = 42; + var EXTRA_STATE = 69; + var NAME_STATE = 73; + var COMMENT_STATE = 91; + var HCRC_STATE = 103; + var BUSY_STATE = 113; + var FINISH_STATE = 666; + var BS_NEED_MORE = 1; + var BS_BLOCK_DONE = 2; + var BS_FINISH_STARTED = 3; + var BS_FINISH_DONE = 4; + var OS_CODE = 3; + function err(strm, errorCode) { + strm.msg = msg[errorCode]; + return errorCode; + } + function rank(f) { + return (f << 1) - (f > 4 ? 9 : 0); + } + function zero(buf) { + var len = buf.length; + while (--len >= 0) { + buf[len] = 0; + } + } + function flush_pending(strm) { + var s = strm.state; + var len = s.pending; + if (len > strm.avail_out) { + len = strm.avail_out; + } + if (len === 0) { + return; + } + utils.arraySet(strm.output, s.pending_buf, s.pending_out, len, strm.next_out); + strm.next_out += len; + s.pending_out += len; + strm.total_out += len; + strm.avail_out -= len; + s.pending -= len; + if (s.pending === 0) { + s.pending_out = 0; + } + } + function flush_block_only(s, last2) { + trees._tr_flush_block(s, s.block_start >= 0 ? s.block_start : -1, s.strstart - s.block_start, last2); + s.block_start = s.strstart; + flush_pending(s.strm); + } + function put_byte(s, b) { + s.pending_buf[s.pending++] = b; + } + function putShortMSB(s, b) { + s.pending_buf[s.pending++] = b >>> 8 & 255; + s.pending_buf[s.pending++] = b & 255; + } + function read_buf(strm, buf, start, size) { + var len = strm.avail_in; + if (len > size) { + len = size; + } + if (len === 0) { + return 0; + } + strm.avail_in -= len; + utils.arraySet(buf, strm.input, strm.next_in, len, start); + if (strm.state.wrap === 1) { + strm.adler = adler32(strm.adler, buf, len, start); + } else if (strm.state.wrap === 2) { + strm.adler = crc322(strm.adler, buf, len, start); + } + strm.next_in += len; + strm.total_in += len; + return len; + } + function longest_match(s, cur_match) { + var chain_length = s.max_chain_length; + var scan = s.strstart; + var match; + var len; + var best_len = s.prev_length; + var nice_match = s.nice_match; + var limit = s.strstart > s.w_size - MIN_LOOKAHEAD ? s.strstart - (s.w_size - MIN_LOOKAHEAD) : 0; + var _win = s.window; + var wmask = s.w_mask; + var prev = s.prev; + var strend = s.strstart + MAX_MATCH; + var scan_end1 = _win[scan + best_len - 1]; + var scan_end = _win[scan + best_len]; + if (s.prev_length >= s.good_match) { + chain_length >>= 2; + } + if (nice_match > s.lookahead) { + nice_match = s.lookahead; + } + do { + match = cur_match; + if (_win[match + best_len] !== scan_end || _win[match + best_len - 1] !== scan_end1 || _win[match] !== _win[scan] || _win[++match] !== _win[scan + 1]) { + continue; + } + scan += 2; + match++; + do { + } while (_win[++scan] === _win[++match] && _win[++scan] === _win[++match] && _win[++scan] === _win[++match] && _win[++scan] === _win[++match] && _win[++scan] === _win[++match] && _win[++scan] === _win[++match] && _win[++scan] === _win[++match] && _win[++scan] === _win[++match] && scan < strend); + len = MAX_MATCH - (strend - scan); + scan = strend - MAX_MATCH; + if (len > best_len) { + s.match_start = cur_match; + best_len = len; + if (len >= nice_match) { + break; + } + scan_end1 = _win[scan + best_len - 1]; + scan_end = _win[scan + best_len]; + } + } while ((cur_match = prev[cur_match & wmask]) > limit && --chain_length !== 0); + if (best_len <= s.lookahead) { + return best_len; + } + return s.lookahead; + } + function fill_window(s) { + var _w_size = s.w_size; + var p, n, m, more, str; + do { + more = s.window_size - s.lookahead - s.strstart; + if (s.strstart >= _w_size + (_w_size - MIN_LOOKAHEAD)) { + utils.arraySet(s.window, s.window, _w_size, _w_size, 0); + s.match_start -= _w_size; + s.strstart -= _w_size; + s.block_start -= _w_size; + n = s.hash_size; + p = n; + do { + m = s.head[--p]; + s.head[p] = m >= _w_size ? m - _w_size : 0; + } while (--n); + n = _w_size; + p = n; + do { + m = s.prev[--p]; + s.prev[p] = m >= _w_size ? m - _w_size : 0; + } while (--n); + more += _w_size; + } + if (s.strm.avail_in === 0) { + break; + } + n = read_buf(s.strm, s.window, s.strstart + s.lookahead, more); + s.lookahead += n; + if (s.lookahead + s.insert >= MIN_MATCH) { + str = s.strstart - s.insert; + s.ins_h = s.window[str]; + s.ins_h = (s.ins_h << s.hash_shift ^ s.window[str + 1]) & s.hash_mask; + while (s.insert) { + s.ins_h = (s.ins_h << s.hash_shift ^ s.window[str + MIN_MATCH - 1]) & s.hash_mask; + s.prev[str & s.w_mask] = s.head[s.ins_h]; + s.head[s.ins_h] = str; + str++; + s.insert--; + if (s.lookahead + s.insert < MIN_MATCH) { + break; + } + } + } + } while (s.lookahead < MIN_LOOKAHEAD && s.strm.avail_in !== 0); + } + function deflate_stored(s, flush2) { + var max_block_size = 65535; + if (max_block_size > s.pending_buf_size - 5) { + max_block_size = s.pending_buf_size - 5; + } + for (; ; ) { + if (s.lookahead <= 1) { + fill_window(s); + if (s.lookahead === 0 && flush2 === Z_NO_FLUSH) { + return BS_NEED_MORE; + } + if (s.lookahead === 0) { + break; + } + } + s.strstart += s.lookahead; + s.lookahead = 0; + var max_start = s.block_start + max_block_size; + if (s.strstart === 0 || s.strstart >= max_start) { + s.lookahead = s.strstart - max_start; + s.strstart = max_start; + flush_block_only(s, false); + if (s.strm.avail_out === 0) { + return BS_NEED_MORE; + } + } + if (s.strstart - s.block_start >= s.w_size - MIN_LOOKAHEAD) { + flush_block_only(s, false); + if (s.strm.avail_out === 0) { + return BS_NEED_MORE; + } + } + } + s.insert = 0; + if (flush2 === Z_FINISH) { + flush_block_only(s, true); + if (s.strm.avail_out === 0) { + return BS_FINISH_STARTED; + } + return BS_FINISH_DONE; + } + if (s.strstart > s.block_start) { + flush_block_only(s, false); + if (s.strm.avail_out === 0) { + return BS_NEED_MORE; + } + } + return BS_NEED_MORE; + } + function deflate_fast(s, flush2) { + var hash_head; + var bflush; + for (; ; ) { + if (s.lookahead < MIN_LOOKAHEAD) { + fill_window(s); + if (s.lookahead < MIN_LOOKAHEAD && flush2 === Z_NO_FLUSH) { + return BS_NEED_MORE; + } + if (s.lookahead === 0) { + break; + } + } + hash_head = 0; + if (s.lookahead >= MIN_MATCH) { + s.ins_h = (s.ins_h << s.hash_shift ^ s.window[s.strstart + MIN_MATCH - 1]) & s.hash_mask; + hash_head = s.prev[s.strstart & s.w_mask] = s.head[s.ins_h]; + s.head[s.ins_h] = s.strstart; + } + if (hash_head !== 0 && s.strstart - hash_head <= s.w_size - MIN_LOOKAHEAD) { + s.match_length = longest_match(s, hash_head); + } + if (s.match_length >= MIN_MATCH) { + bflush = trees._tr_tally(s, s.strstart - s.match_start, s.match_length - MIN_MATCH); + s.lookahead -= s.match_length; + if (s.match_length <= s.max_lazy_match && s.lookahead >= MIN_MATCH) { + s.match_length--; + do { + s.strstart++; + s.ins_h = (s.ins_h << s.hash_shift ^ s.window[s.strstart + MIN_MATCH - 1]) & s.hash_mask; + hash_head = s.prev[s.strstart & s.w_mask] = s.head[s.ins_h]; + s.head[s.ins_h] = s.strstart; + } while (--s.match_length !== 0); + s.strstart++; + } else { + s.strstart += s.match_length; + s.match_length = 0; + s.ins_h = s.window[s.strstart]; + s.ins_h = (s.ins_h << s.hash_shift ^ s.window[s.strstart + 1]) & s.hash_mask; + } + } else { + bflush = trees._tr_tally(s, 0, s.window[s.strstart]); + s.lookahead--; + s.strstart++; + } + if (bflush) { + flush_block_only(s, false); + if (s.strm.avail_out === 0) { + return BS_NEED_MORE; + } + } + } + s.insert = s.strstart < MIN_MATCH - 1 ? s.strstart : MIN_MATCH - 1; + if (flush2 === Z_FINISH) { + flush_block_only(s, true); + if (s.strm.avail_out === 0) { + return BS_FINISH_STARTED; + } + return BS_FINISH_DONE; + } + if (s.last_lit) { + flush_block_only(s, false); + if (s.strm.avail_out === 0) { + return BS_NEED_MORE; + } + } + return BS_BLOCK_DONE; + } + function deflate_slow(s, flush2) { + var hash_head; + var bflush; + var max_insert; + for (; ; ) { + if (s.lookahead < MIN_LOOKAHEAD) { + fill_window(s); + if (s.lookahead < MIN_LOOKAHEAD && flush2 === Z_NO_FLUSH) { + return BS_NEED_MORE; + } + if (s.lookahead === 0) { + break; + } + } + hash_head = 0; + if (s.lookahead >= MIN_MATCH) { + s.ins_h = (s.ins_h << s.hash_shift ^ s.window[s.strstart + MIN_MATCH - 1]) & s.hash_mask; + hash_head = s.prev[s.strstart & s.w_mask] = s.head[s.ins_h]; + s.head[s.ins_h] = s.strstart; + } + s.prev_length = s.match_length; + s.prev_match = s.match_start; + s.match_length = MIN_MATCH - 1; + if (hash_head !== 0 && s.prev_length < s.max_lazy_match && s.strstart - hash_head <= s.w_size - MIN_LOOKAHEAD) { + s.match_length = longest_match(s, hash_head); + if (s.match_length <= 5 && (s.strategy === Z_FILTERED || s.match_length === MIN_MATCH && s.strstart - s.match_start > 4096)) { + s.match_length = MIN_MATCH - 1; + } + } + if (s.prev_length >= MIN_MATCH && s.match_length <= s.prev_length) { + max_insert = s.strstart + s.lookahead - MIN_MATCH; + bflush = trees._tr_tally(s, s.strstart - 1 - s.prev_match, s.prev_length - MIN_MATCH); + s.lookahead -= s.prev_length - 1; + s.prev_length -= 2; + do { + if (++s.strstart <= max_insert) { + s.ins_h = (s.ins_h << s.hash_shift ^ s.window[s.strstart + MIN_MATCH - 1]) & s.hash_mask; + hash_head = s.prev[s.strstart & s.w_mask] = s.head[s.ins_h]; + s.head[s.ins_h] = s.strstart; + } + } while (--s.prev_length !== 0); + s.match_available = 0; + s.match_length = MIN_MATCH - 1; + s.strstart++; + if (bflush) { + flush_block_only(s, false); + if (s.strm.avail_out === 0) { + return BS_NEED_MORE; + } + } + } else if (s.match_available) { + bflush = trees._tr_tally(s, 0, s.window[s.strstart - 1]); + if (bflush) { + flush_block_only(s, false); + } + s.strstart++; + s.lookahead--; + if (s.strm.avail_out === 0) { + return BS_NEED_MORE; + } + } else { + s.match_available = 1; + s.strstart++; + s.lookahead--; + } + } + if (s.match_available) { + bflush = trees._tr_tally(s, 0, s.window[s.strstart - 1]); + s.match_available = 0; + } + s.insert = s.strstart < MIN_MATCH - 1 ? s.strstart : MIN_MATCH - 1; + if (flush2 === Z_FINISH) { + flush_block_only(s, true); + if (s.strm.avail_out === 0) { + return BS_FINISH_STARTED; + } + return BS_FINISH_DONE; + } + if (s.last_lit) { + flush_block_only(s, false); + if (s.strm.avail_out === 0) { + return BS_NEED_MORE; + } + } + return BS_BLOCK_DONE; + } + function deflate_rle(s, flush2) { + var bflush; + var prev; + var scan, strend; + var _win = s.window; + for (; ; ) { + if (s.lookahead <= MAX_MATCH) { + fill_window(s); + if (s.lookahead <= MAX_MATCH && flush2 === Z_NO_FLUSH) { + return BS_NEED_MORE; + } + if (s.lookahead === 0) { + break; + } + } + s.match_length = 0; + if (s.lookahead >= MIN_MATCH && s.strstart > 0) { + scan = s.strstart - 1; + prev = _win[scan]; + if (prev === _win[++scan] && prev === _win[++scan] && prev === _win[++scan]) { + strend = s.strstart + MAX_MATCH; + do { + } while (prev === _win[++scan] && prev === _win[++scan] && prev === _win[++scan] && prev === _win[++scan] && prev === _win[++scan] && prev === _win[++scan] && prev === _win[++scan] && prev === _win[++scan] && scan < strend); + s.match_length = MAX_MATCH - (strend - scan); + if (s.match_length > s.lookahead) { + s.match_length = s.lookahead; + } + } + } + if (s.match_length >= MIN_MATCH) { + bflush = trees._tr_tally(s, 1, s.match_length - MIN_MATCH); + s.lookahead -= s.match_length; + s.strstart += s.match_length; + s.match_length = 0; + } else { + bflush = trees._tr_tally(s, 0, s.window[s.strstart]); + s.lookahead--; + s.strstart++; + } + if (bflush) { + flush_block_only(s, false); + if (s.strm.avail_out === 0) { + return BS_NEED_MORE; + } + } + } + s.insert = 0; + if (flush2 === Z_FINISH) { + flush_block_only(s, true); + if (s.strm.avail_out === 0) { + return BS_FINISH_STARTED; + } + return BS_FINISH_DONE; + } + if (s.last_lit) { + flush_block_only(s, false); + if (s.strm.avail_out === 0) { + return BS_NEED_MORE; + } + } + return BS_BLOCK_DONE; + } + function deflate_huff(s, flush2) { + var bflush; + for (; ; ) { + if (s.lookahead === 0) { + fill_window(s); + if (s.lookahead === 0) { + if (flush2 === Z_NO_FLUSH) { + return BS_NEED_MORE; + } + break; + } + } + s.match_length = 0; + bflush = trees._tr_tally(s, 0, s.window[s.strstart]); + s.lookahead--; + s.strstart++; + if (bflush) { + flush_block_only(s, false); + if (s.strm.avail_out === 0) { + return BS_NEED_MORE; + } + } + } + s.insert = 0; + if (flush2 === Z_FINISH) { + flush_block_only(s, true); + if (s.strm.avail_out === 0) { + return BS_FINISH_STARTED; + } + return BS_FINISH_DONE; + } + if (s.last_lit) { + flush_block_only(s, false); + if (s.strm.avail_out === 0) { + return BS_NEED_MORE; + } + } + return BS_BLOCK_DONE; + } + function Config(good_length, max_lazy, nice_length, max_chain, func) { + this.good_length = good_length; + this.max_lazy = max_lazy; + this.nice_length = nice_length; + this.max_chain = max_chain; + this.func = func; + } + var configuration_table; + configuration_table = [ + /* good lazy nice chain */ + new Config(0, 0, 0, 0, deflate_stored), + /* 0 store only */ + new Config(4, 4, 8, 4, deflate_fast), + /* 1 max speed, no lazy matches */ + new Config(4, 5, 16, 8, deflate_fast), + /* 2 */ + new Config(4, 6, 32, 32, deflate_fast), + /* 3 */ + new Config(4, 4, 16, 16, deflate_slow), + /* 4 lazy matches */ + new Config(8, 16, 32, 32, deflate_slow), + /* 5 */ + new Config(8, 16, 128, 128, deflate_slow), + /* 6 */ + new Config(8, 32, 128, 256, deflate_slow), + /* 7 */ + new Config(32, 128, 258, 1024, deflate_slow), + /* 8 */ + new Config(32, 258, 258, 4096, deflate_slow) + /* 9 max compression */ + ]; + function lm_init(s) { + s.window_size = 2 * s.w_size; + zero(s.head); + s.max_lazy_match = configuration_table[s.level].max_lazy; + s.good_match = configuration_table[s.level].good_length; + s.nice_match = configuration_table[s.level].nice_length; + s.max_chain_length = configuration_table[s.level].max_chain; + s.strstart = 0; + s.block_start = 0; + s.lookahead = 0; + s.insert = 0; + s.match_length = s.prev_length = MIN_MATCH - 1; + s.match_available = 0; + s.ins_h = 0; + } + function DeflateState() { + this.strm = null; + this.status = 0; + this.pending_buf = null; + this.pending_buf_size = 0; + this.pending_out = 0; + this.pending = 0; + this.wrap = 0; + this.gzhead = null; + this.gzindex = 0; + this.method = Z_DEFLATED; + this.last_flush = -1; + this.w_size = 0; + this.w_bits = 0; + this.w_mask = 0; + this.window = null; + this.window_size = 0; + this.prev = null; + this.head = null; + this.ins_h = 0; + this.hash_size = 0; + this.hash_bits = 0; + this.hash_mask = 0; + this.hash_shift = 0; + this.block_start = 0; + this.match_length = 0; + this.prev_match = 0; + this.match_available = 0; + this.strstart = 0; + this.match_start = 0; + this.lookahead = 0; + this.prev_length = 0; + this.max_chain_length = 0; + this.max_lazy_match = 0; + this.level = 0; + this.strategy = 0; + this.good_match = 0; + this.nice_match = 0; + this.dyn_ltree = new utils.Buf16(HEAP_SIZE * 2); + this.dyn_dtree = new utils.Buf16((2 * D_CODES + 1) * 2); + this.bl_tree = new utils.Buf16((2 * BL_CODES + 1) * 2); + zero(this.dyn_ltree); + zero(this.dyn_dtree); + zero(this.bl_tree); + this.l_desc = null; + this.d_desc = null; + this.bl_desc = null; + this.bl_count = new utils.Buf16(MAX_BITS + 1); + this.heap = new utils.Buf16(2 * L_CODES + 1); + zero(this.heap); + this.heap_len = 0; + this.heap_max = 0; + this.depth = new utils.Buf16(2 * L_CODES + 1); + zero(this.depth); + this.l_buf = 0; + this.lit_bufsize = 0; + this.last_lit = 0; + this.d_buf = 0; + this.opt_len = 0; + this.static_len = 0; + this.matches = 0; + this.insert = 0; + this.bi_buf = 0; + this.bi_valid = 0; + } + function deflateResetKeep(strm) { + var s; + if (!strm || !strm.state) { + return err(strm, Z_STREAM_ERROR); + } + strm.total_in = strm.total_out = 0; + strm.data_type = Z_UNKNOWN; + s = strm.state; + s.pending = 0; + s.pending_out = 0; + if (s.wrap < 0) { + s.wrap = -s.wrap; + } + s.status = s.wrap ? INIT_STATE : BUSY_STATE; + strm.adler = s.wrap === 2 ? 0 : 1; + s.last_flush = Z_NO_FLUSH; + trees._tr_init(s); + return Z_OK; + } + function deflateReset(strm) { + var ret = deflateResetKeep(strm); + if (ret === Z_OK) { + lm_init(strm.state); + } + return ret; + } + function deflateSetHeader(strm, head) { + if (!strm || !strm.state) { + return Z_STREAM_ERROR; + } + if (strm.state.wrap !== 2) { + return Z_STREAM_ERROR; + } + strm.state.gzhead = head; + return Z_OK; + } + function deflateInit2(strm, level, method2, windowBits, memLevel, strategy) { + if (!strm) { + return Z_STREAM_ERROR; + } + var wrap = 1; + if (level === Z_DEFAULT_COMPRESSION) { + level = 6; + } + if (windowBits < 0) { + wrap = 0; + windowBits = -windowBits; + } else if (windowBits > 15) { + wrap = 2; + windowBits -= 16; + } + if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method2 !== Z_DEFLATED || windowBits < 8 || windowBits > 15 || level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) { + return err(strm, Z_STREAM_ERROR); + } + if (windowBits === 8) { + windowBits = 9; + } + var s = new DeflateState(); + strm.state = s; + s.strm = strm; + s.wrap = wrap; + s.gzhead = null; + s.w_bits = windowBits; + s.w_size = 1 << s.w_bits; + s.w_mask = s.w_size - 1; + s.hash_bits = memLevel + 7; + s.hash_size = 1 << s.hash_bits; + s.hash_mask = s.hash_size - 1; + s.hash_shift = ~~((s.hash_bits + MIN_MATCH - 1) / MIN_MATCH); + s.window = new utils.Buf8(s.w_size * 2); + s.head = new utils.Buf16(s.hash_size); + s.prev = new utils.Buf16(s.w_size); + s.lit_bufsize = 1 << memLevel + 6; + s.pending_buf_size = s.lit_bufsize * 4; + s.pending_buf = new utils.Buf8(s.pending_buf_size); + s.d_buf = 1 * s.lit_bufsize; + s.l_buf = (1 + 2) * s.lit_bufsize; + s.level = level; + s.strategy = strategy; + s.method = method2; + return deflateReset(strm); + } + function deflateInit(strm, level) { + return deflateInit2(strm, level, Z_DEFLATED, MAX_WBITS, DEF_MEM_LEVEL, Z_DEFAULT_STRATEGY); + } + function deflate2(strm, flush2) { + var old_flush, s; + var beg, val; + if (!strm || !strm.state || flush2 > Z_BLOCK || flush2 < 0) { + return strm ? err(strm, Z_STREAM_ERROR) : Z_STREAM_ERROR; + } + s = strm.state; + if (!strm.output || !strm.input && strm.avail_in !== 0 || s.status === FINISH_STATE && flush2 !== Z_FINISH) { + return err(strm, strm.avail_out === 0 ? Z_BUF_ERROR : Z_STREAM_ERROR); + } + s.strm = strm; + old_flush = s.last_flush; + s.last_flush = flush2; + if (s.status === INIT_STATE) { + if (s.wrap === 2) { + strm.adler = 0; + put_byte(s, 31); + put_byte(s, 139); + put_byte(s, 8); + if (!s.gzhead) { + put_byte(s, 0); + put_byte(s, 0); + put_byte(s, 0); + put_byte(s, 0); + put_byte(s, 0); + put_byte(s, s.level === 9 ? 2 : s.strategy >= Z_HUFFMAN_ONLY || s.level < 2 ? 4 : 0); + put_byte(s, OS_CODE); + s.status = BUSY_STATE; + } else { + put_byte( + s, + (s.gzhead.text ? 1 : 0) + (s.gzhead.hcrc ? 2 : 0) + (!s.gzhead.extra ? 0 : 4) + (!s.gzhead.name ? 0 : 8) + (!s.gzhead.comment ? 0 : 16) + ); + put_byte(s, s.gzhead.time & 255); + put_byte(s, s.gzhead.time >> 8 & 255); + put_byte(s, s.gzhead.time >> 16 & 255); + put_byte(s, s.gzhead.time >> 24 & 255); + put_byte(s, s.level === 9 ? 2 : s.strategy >= Z_HUFFMAN_ONLY || s.level < 2 ? 4 : 0); + put_byte(s, s.gzhead.os & 255); + if (s.gzhead.extra && s.gzhead.extra.length) { + put_byte(s, s.gzhead.extra.length & 255); + put_byte(s, s.gzhead.extra.length >> 8 & 255); + } + if (s.gzhead.hcrc) { + strm.adler = crc322(strm.adler, s.pending_buf, s.pending, 0); + } + s.gzindex = 0; + s.status = EXTRA_STATE; + } + } else { + var header = Z_DEFLATED + (s.w_bits - 8 << 4) << 8; + var level_flags = -1; + if (s.strategy >= Z_HUFFMAN_ONLY || s.level < 2) { + level_flags = 0; + } else if (s.level < 6) { + level_flags = 1; + } else if (s.level === 6) { + level_flags = 2; + } else { + level_flags = 3; + } + header |= level_flags << 6; + if (s.strstart !== 0) { + header |= PRESET_DICT; + } + header += 31 - header % 31; + s.status = BUSY_STATE; + putShortMSB(s, header); + if (s.strstart !== 0) { + putShortMSB(s, strm.adler >>> 16); + putShortMSB(s, strm.adler & 65535); + } + strm.adler = 1; + } + } + if (s.status === EXTRA_STATE) { + if (s.gzhead.extra) { + beg = s.pending; + while (s.gzindex < (s.gzhead.extra.length & 65535)) { + if (s.pending === s.pending_buf_size) { + if (s.gzhead.hcrc && s.pending > beg) { + strm.adler = crc322(strm.adler, s.pending_buf, s.pending - beg, beg); + } + flush_pending(strm); + beg = s.pending; + if (s.pending === s.pending_buf_size) { + break; + } + } + put_byte(s, s.gzhead.extra[s.gzindex] & 255); + s.gzindex++; + } + if (s.gzhead.hcrc && s.pending > beg) { + strm.adler = crc322(strm.adler, s.pending_buf, s.pending - beg, beg); + } + if (s.gzindex === s.gzhead.extra.length) { + s.gzindex = 0; + s.status = NAME_STATE; + } + } else { + s.status = NAME_STATE; + } + } + if (s.status === NAME_STATE) { + if (s.gzhead.name) { + beg = s.pending; + do { + if (s.pending === s.pending_buf_size) { + if (s.gzhead.hcrc && s.pending > beg) { + strm.adler = crc322(strm.adler, s.pending_buf, s.pending - beg, beg); + } + flush_pending(strm); + beg = s.pending; + if (s.pending === s.pending_buf_size) { + val = 1; + break; + } + } + if (s.gzindex < s.gzhead.name.length) { + val = s.gzhead.name.charCodeAt(s.gzindex++) & 255; + } else { + val = 0; + } + put_byte(s, val); + } while (val !== 0); + if (s.gzhead.hcrc && s.pending > beg) { + strm.adler = crc322(strm.adler, s.pending_buf, s.pending - beg, beg); + } + if (val === 0) { + s.gzindex = 0; + s.status = COMMENT_STATE; + } + } else { + s.status = COMMENT_STATE; + } + } + if (s.status === COMMENT_STATE) { + if (s.gzhead.comment) { + beg = s.pending; + do { + if (s.pending === s.pending_buf_size) { + if (s.gzhead.hcrc && s.pending > beg) { + strm.adler = crc322(strm.adler, s.pending_buf, s.pending - beg, beg); + } + flush_pending(strm); + beg = s.pending; + if (s.pending === s.pending_buf_size) { + val = 1; + break; + } + } + if (s.gzindex < s.gzhead.comment.length) { + val = s.gzhead.comment.charCodeAt(s.gzindex++) & 255; + } else { + val = 0; + } + put_byte(s, val); + } while (val !== 0); + if (s.gzhead.hcrc && s.pending > beg) { + strm.adler = crc322(strm.adler, s.pending_buf, s.pending - beg, beg); + } + if (val === 0) { + s.status = HCRC_STATE; + } + } else { + s.status = HCRC_STATE; + } + } + if (s.status === HCRC_STATE) { + if (s.gzhead.hcrc) { + if (s.pending + 2 > s.pending_buf_size) { + flush_pending(strm); + } + if (s.pending + 2 <= s.pending_buf_size) { + put_byte(s, strm.adler & 255); + put_byte(s, strm.adler >> 8 & 255); + strm.adler = 0; + s.status = BUSY_STATE; + } + } else { + s.status = BUSY_STATE; + } + } + if (s.pending !== 0) { + flush_pending(strm); + if (strm.avail_out === 0) { + s.last_flush = -1; + return Z_OK; + } + } else if (strm.avail_in === 0 && rank(flush2) <= rank(old_flush) && flush2 !== Z_FINISH) { + return err(strm, Z_BUF_ERROR); + } + if (s.status === FINISH_STATE && strm.avail_in !== 0) { + return err(strm, Z_BUF_ERROR); + } + if (strm.avail_in !== 0 || s.lookahead !== 0 || flush2 !== Z_NO_FLUSH && s.status !== FINISH_STATE) { + var bstate = s.strategy === Z_HUFFMAN_ONLY ? deflate_huff(s, flush2) : s.strategy === Z_RLE ? deflate_rle(s, flush2) : configuration_table[s.level].func(s, flush2); + if (bstate === BS_FINISH_STARTED || bstate === BS_FINISH_DONE) { + s.status = FINISH_STATE; + } + if (bstate === BS_NEED_MORE || bstate === BS_FINISH_STARTED) { + if (strm.avail_out === 0) { + s.last_flush = -1; + } + return Z_OK; + } + if (bstate === BS_BLOCK_DONE) { + if (flush2 === Z_PARTIAL_FLUSH) { + trees._tr_align(s); + } else if (flush2 !== Z_BLOCK) { + trees._tr_stored_block(s, 0, 0, false); + if (flush2 === Z_FULL_FLUSH) { + zero(s.head); + if (s.lookahead === 0) { + s.strstart = 0; + s.block_start = 0; + s.insert = 0; + } + } + } + flush_pending(strm); + if (strm.avail_out === 0) { + s.last_flush = -1; + return Z_OK; + } + } + } + if (flush2 !== Z_FINISH) { + return Z_OK; + } + if (s.wrap <= 0) { + return Z_STREAM_END; + } + if (s.wrap === 2) { + put_byte(s, strm.adler & 255); + put_byte(s, strm.adler >> 8 & 255); + put_byte(s, strm.adler >> 16 & 255); + put_byte(s, strm.adler >> 24 & 255); + put_byte(s, strm.total_in & 255); + put_byte(s, strm.total_in >> 8 & 255); + put_byte(s, strm.total_in >> 16 & 255); + put_byte(s, strm.total_in >> 24 & 255); + } else { + putShortMSB(s, strm.adler >>> 16); + putShortMSB(s, strm.adler & 65535); + } + flush_pending(strm); + if (s.wrap > 0) { + s.wrap = -s.wrap; + } + return s.pending !== 0 ? Z_OK : Z_STREAM_END; + } + function deflateEnd(strm) { + var status2; + if (!strm || !strm.state) { + return Z_STREAM_ERROR; + } + status2 = strm.state.status; + if (status2 !== INIT_STATE && status2 !== EXTRA_STATE && status2 !== NAME_STATE && status2 !== COMMENT_STATE && status2 !== HCRC_STATE && status2 !== BUSY_STATE && status2 !== FINISH_STATE) { + return err(strm, Z_STREAM_ERROR); + } + strm.state = null; + return status2 === BUSY_STATE ? err(strm, Z_DATA_ERROR) : Z_OK; + } + function deflateSetDictionary(strm, dictionary) { + var dictLength = dictionary.length; + var s; + var str, n; + var wrap; + var avail; + var next; + var input; + var tmpDict; + if (!strm || !strm.state) { + return Z_STREAM_ERROR; + } + s = strm.state; + wrap = s.wrap; + if (wrap === 2 || wrap === 1 && s.status !== INIT_STATE || s.lookahead) { + return Z_STREAM_ERROR; + } + if (wrap === 1) { + strm.adler = adler32(strm.adler, dictionary, dictLength, 0); + } + s.wrap = 0; + if (dictLength >= s.w_size) { + if (wrap === 0) { + zero(s.head); + s.strstart = 0; + s.block_start = 0; + s.insert = 0; + } + tmpDict = new utils.Buf8(s.w_size); + utils.arraySet(tmpDict, dictionary, dictLength - s.w_size, s.w_size, 0); + dictionary = tmpDict; + dictLength = s.w_size; + } + avail = strm.avail_in; + next = strm.next_in; + input = strm.input; + strm.avail_in = dictLength; + strm.next_in = 0; + strm.input = dictionary; + fill_window(s); + while (s.lookahead >= MIN_MATCH) { + str = s.strstart; + n = s.lookahead - (MIN_MATCH - 1); + do { + s.ins_h = (s.ins_h << s.hash_shift ^ s.window[str + MIN_MATCH - 1]) & s.hash_mask; + s.prev[str & s.w_mask] = s.head[s.ins_h]; + s.head[s.ins_h] = str; + str++; + } while (--n); + s.strstart = str; + s.lookahead = MIN_MATCH - 1; + fill_window(s); + } + s.strstart += s.lookahead; + s.block_start = s.strstart; + s.insert = s.lookahead; + s.lookahead = 0; + s.match_length = s.prev_length = MIN_MATCH - 1; + s.match_available = 0; + strm.next_in = next; + strm.input = input; + strm.avail_in = avail; + s.wrap = wrap; + return Z_OK; + } + exports2.deflateInit = deflateInit; + exports2.deflateInit2 = deflateInit2; + exports2.deflateReset = deflateReset; + exports2.deflateResetKeep = deflateResetKeep; + exports2.deflateSetHeader = deflateSetHeader; + exports2.deflate = deflate2; + exports2.deflateEnd = deflateEnd; + exports2.deflateSetDictionary = deflateSetDictionary; + exports2.deflateInfo = "pako deflate (from Nodeca project)"; + } +}); + +// node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/utils/strings.js +var require_strings = __commonJS({ + "node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/utils/strings.js"(exports2) { + "use strict"; + init_polyfill_buffer(); + var utils = require_common(); + var STR_APPLY_OK = true; + var STR_APPLY_UIA_OK = true; + try { + String.fromCharCode.apply(null, [0]); + } catch (__) { + STR_APPLY_OK = false; + } + try { + String.fromCharCode.apply(null, new Uint8Array(1)); + } catch (__) { + STR_APPLY_UIA_OK = false; + } + var _utf8len = new utils.Buf8(256); + for (q = 0; q < 256; q++) { + _utf8len[q] = q >= 252 ? 6 : q >= 248 ? 5 : q >= 240 ? 4 : q >= 224 ? 3 : q >= 192 ? 2 : 1; + } + var q; + _utf8len[254] = _utf8len[254] = 1; + exports2.string2buf = function(str) { + var buf, c, c2, m_pos, i, str_len = str.length, buf_len = 0; + for (m_pos = 0; m_pos < str_len; m_pos++) { + c = str.charCodeAt(m_pos); + if ((c & 64512) === 55296 && m_pos + 1 < str_len) { + c2 = str.charCodeAt(m_pos + 1); + if ((c2 & 64512) === 56320) { + c = 65536 + (c - 55296 << 10) + (c2 - 56320); + m_pos++; + } + } + buf_len += c < 128 ? 1 : c < 2048 ? 2 : c < 65536 ? 3 : 4; + } + buf = new utils.Buf8(buf_len); + for (i = 0, m_pos = 0; i < buf_len; m_pos++) { + c = str.charCodeAt(m_pos); + if ((c & 64512) === 55296 && m_pos + 1 < str_len) { + c2 = str.charCodeAt(m_pos + 1); + if ((c2 & 64512) === 56320) { + c = 65536 + (c - 55296 << 10) + (c2 - 56320); + m_pos++; + } + } + if (c < 128) { + buf[i++] = c; + } else if (c < 2048) { + buf[i++] = 192 | c >>> 6; + buf[i++] = 128 | c & 63; + } else if (c < 65536) { + buf[i++] = 224 | c >>> 12; + buf[i++] = 128 | c >>> 6 & 63; + buf[i++] = 128 | c & 63; + } else { + buf[i++] = 240 | c >>> 18; + buf[i++] = 128 | c >>> 12 & 63; + buf[i++] = 128 | c >>> 6 & 63; + buf[i++] = 128 | c & 63; + } + } + return buf; + }; + function buf2binstring(buf, len) { + if (len < 65534) { + if (buf.subarray && STR_APPLY_UIA_OK || !buf.subarray && STR_APPLY_OK) { + return String.fromCharCode.apply(null, utils.shrinkBuf(buf, len)); + } + } + var result = ""; + for (var i = 0; i < len; i++) { + result += String.fromCharCode(buf[i]); + } + return result; + } + exports2.buf2binstring = function(buf) { + return buf2binstring(buf, buf.length); + }; + exports2.binstring2buf = function(str) { + var buf = new utils.Buf8(str.length); + for (var i = 0, len = buf.length; i < len; i++) { + buf[i] = str.charCodeAt(i); + } + return buf; + }; + exports2.buf2string = function(buf, max) { + var i, out, c, c_len; + var len = max || buf.length; + var utf16buf = new Array(len * 2); + for (out = 0, i = 0; i < len; ) { + c = buf[i++]; + if (c < 128) { + utf16buf[out++] = c; + continue; + } + c_len = _utf8len[c]; + if (c_len > 4) { + utf16buf[out++] = 65533; + i += c_len - 1; + continue; + } + c &= c_len === 2 ? 31 : c_len === 3 ? 15 : 7; + while (c_len > 1 && i < len) { + c = c << 6 | buf[i++] & 63; + c_len--; + } + if (c_len > 1) { + utf16buf[out++] = 65533; + continue; + } + if (c < 65536) { + utf16buf[out++] = c; + } else { + c -= 65536; + utf16buf[out++] = 55296 | c >> 10 & 1023; + utf16buf[out++] = 56320 | c & 1023; + } + } + return buf2binstring(utf16buf, out); + }; + exports2.utf8border = function(buf, max) { + var pos; + max = max || buf.length; + if (max > buf.length) { + max = buf.length; + } + pos = max - 1; + while (pos >= 0 && (buf[pos] & 192) === 128) { + pos--; + } + if (pos < 0) { + return max; + } + if (pos === 0) { + return max; + } + return pos + _utf8len[buf[pos]] > max ? pos : max; + }; + } +}); + +// node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/zstream.js +var require_zstream = __commonJS({ + "node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/zstream.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + function ZStream() { + this.input = null; + this.next_in = 0; + this.avail_in = 0; + this.total_in = 0; + this.output = null; + this.next_out = 0; + this.avail_out = 0; + this.total_out = 0; + this.msg = ""; + this.state = null; + this.data_type = 2; + this.adler = 0; + } + module2.exports = ZStream; + } +}); + +// node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/deflate.js +var require_deflate2 = __commonJS({ + "node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/deflate.js"(exports2) { + "use strict"; + init_polyfill_buffer(); + var zlib_deflate = require_deflate(); + var utils = require_common(); + var strings = require_strings(); + var msg = require_messages(); + var ZStream = require_zstream(); + var toString = Object.prototype.toString; + var Z_NO_FLUSH = 0; + var Z_FINISH = 4; + var Z_OK = 0; + var Z_STREAM_END = 1; + var Z_SYNC_FLUSH = 2; + var Z_DEFAULT_COMPRESSION = -1; + var Z_DEFAULT_STRATEGY = 0; + var Z_DEFLATED = 8; + function Deflate(options) { + if (!(this instanceof Deflate)) return new Deflate(options); + this.options = utils.assign({ + level: Z_DEFAULT_COMPRESSION, + method: Z_DEFLATED, + chunkSize: 16384, + windowBits: 15, + memLevel: 8, + strategy: Z_DEFAULT_STRATEGY, + to: "" + }, options || {}); + var opt = this.options; + if (opt.raw && opt.windowBits > 0) { + opt.windowBits = -opt.windowBits; + } else if (opt.gzip && opt.windowBits > 0 && opt.windowBits < 16) { + opt.windowBits += 16; + } + this.err = 0; + this.msg = ""; + this.ended = false; + this.chunks = []; + this.strm = new ZStream(); + this.strm.avail_out = 0; + var status2 = zlib_deflate.deflateInit2( + this.strm, + opt.level, + opt.method, + opt.windowBits, + opt.memLevel, + opt.strategy + ); + if (status2 !== Z_OK) { + throw new Error(msg[status2]); + } + if (opt.header) { + zlib_deflate.deflateSetHeader(this.strm, opt.header); + } + if (opt.dictionary) { + var dict; + if (typeof opt.dictionary === "string") { + dict = strings.string2buf(opt.dictionary); + } else if (toString.call(opt.dictionary) === "[object ArrayBuffer]") { + dict = new Uint8Array(opt.dictionary); + } else { + dict = opt.dictionary; + } + status2 = zlib_deflate.deflateSetDictionary(this.strm, dict); + if (status2 !== Z_OK) { + throw new Error(msg[status2]); + } + this._dict_set = true; + } + } + Deflate.prototype.push = function(data, mode) { + var strm = this.strm; + var chunkSize = this.options.chunkSize; + var status2, _mode; + if (this.ended) { + return false; + } + _mode = mode === ~~mode ? mode : mode === true ? Z_FINISH : Z_NO_FLUSH; + if (typeof data === "string") { + strm.input = strings.string2buf(data); + } else if (toString.call(data) === "[object ArrayBuffer]") { + strm.input = new Uint8Array(data); + } else { + strm.input = data; + } + strm.next_in = 0; + strm.avail_in = strm.input.length; + do { + if (strm.avail_out === 0) { + strm.output = new utils.Buf8(chunkSize); + strm.next_out = 0; + strm.avail_out = chunkSize; + } + status2 = zlib_deflate.deflate(strm, _mode); + if (status2 !== Z_STREAM_END && status2 !== Z_OK) { + this.onEnd(status2); + this.ended = true; + return false; + } + if (strm.avail_out === 0 || strm.avail_in === 0 && (_mode === Z_FINISH || _mode === Z_SYNC_FLUSH)) { + if (this.options.to === "string") { + this.onData(strings.buf2binstring(utils.shrinkBuf(strm.output, strm.next_out))); + } else { + this.onData(utils.shrinkBuf(strm.output, strm.next_out)); + } + } + } while ((strm.avail_in > 0 || strm.avail_out === 0) && status2 !== Z_STREAM_END); + if (_mode === Z_FINISH) { + status2 = zlib_deflate.deflateEnd(this.strm); + this.onEnd(status2); + this.ended = true; + return status2 === Z_OK; + } + if (_mode === Z_SYNC_FLUSH) { + this.onEnd(Z_OK); + strm.avail_out = 0; + return true; + } + return true; + }; + Deflate.prototype.onData = function(chunk) { + this.chunks.push(chunk); + }; + Deflate.prototype.onEnd = function(status2) { + if (status2 === Z_OK) { + if (this.options.to === "string") { + this.result = this.chunks.join(""); + } else { + this.result = utils.flattenChunks(this.chunks); + } + } + this.chunks = []; + this.err = status2; + this.msg = this.strm.msg; + }; + function deflate2(input, options) { + var deflator = new Deflate(options); + deflator.push(input, true); + if (deflator.err) { + throw deflator.msg || msg[deflator.err]; + } + return deflator.result; + } + function deflateRaw(input, options) { + options = options || {}; + options.raw = true; + return deflate2(input, options); + } + function gzip(input, options) { + options = options || {}; + options.gzip = true; + return deflate2(input, options); + } + exports2.Deflate = Deflate; + exports2.deflate = deflate2; + exports2.deflateRaw = deflateRaw; + exports2.gzip = gzip; + } +}); + +// node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/inffast.js +var require_inffast = __commonJS({ + "node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/inffast.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var BAD = 30; + var TYPE = 12; + module2.exports = function inflate_fast(strm, start) { + var state; + var _in; + var last2; + var _out; + var beg; + var end; + var dmax; + var wsize; + var whave; + var wnext; + var s_window; + var hold; + var bits; + var lcode; + var dcode; + var lmask; + var dmask; + var here; + var op; + var len; + var dist; + var from; + var from_source; + var input, output; + state = strm.state; + _in = strm.next_in; + input = strm.input; + last2 = _in + (strm.avail_in - 5); + _out = strm.next_out; + output = strm.output; + beg = _out - (start - strm.avail_out); + end = _out + (strm.avail_out - 257); + dmax = state.dmax; + wsize = state.wsize; + whave = state.whave; + wnext = state.wnext; + s_window = state.window; + hold = state.hold; + bits = state.bits; + lcode = state.lencode; + dcode = state.distcode; + lmask = (1 << state.lenbits) - 1; + dmask = (1 << state.distbits) - 1; + top: + do { + if (bits < 15) { + hold += input[_in++] << bits; + bits += 8; + hold += input[_in++] << bits; + bits += 8; + } + here = lcode[hold & lmask]; + dolen: + for (; ; ) { + op = here >>> 24; + hold >>>= op; + bits -= op; + op = here >>> 16 & 255; + if (op === 0) { + output[_out++] = here & 65535; + } else if (op & 16) { + len = here & 65535; + op &= 15; + if (op) { + if (bits < op) { + hold += input[_in++] << bits; + bits += 8; + } + len += hold & (1 << op) - 1; + hold >>>= op; + bits -= op; + } + if (bits < 15) { + hold += input[_in++] << bits; + bits += 8; + hold += input[_in++] << bits; + bits += 8; + } + here = dcode[hold & dmask]; + dodist: + for (; ; ) { + op = here >>> 24; + hold >>>= op; + bits -= op; + op = here >>> 16 & 255; + if (op & 16) { + dist = here & 65535; + op &= 15; + if (bits < op) { + hold += input[_in++] << bits; + bits += 8; + if (bits < op) { + hold += input[_in++] << bits; + bits += 8; + } + } + dist += hold & (1 << op) - 1; + if (dist > dmax) { + strm.msg = "invalid distance too far back"; + state.mode = BAD; + break top; + } + hold >>>= op; + bits -= op; + op = _out - beg; + if (dist > op) { + op = dist - op; + if (op > whave) { + if (state.sane) { + strm.msg = "invalid distance too far back"; + state.mode = BAD; + break top; + } + } + from = 0; + from_source = s_window; + if (wnext === 0) { + from += wsize - op; + if (op < len) { + len -= op; + do { + output[_out++] = s_window[from++]; + } while (--op); + from = _out - dist; + from_source = output; + } + } else if (wnext < op) { + from += wsize + wnext - op; + op -= wnext; + if (op < len) { + len -= op; + do { + output[_out++] = s_window[from++]; + } while (--op); + from = 0; + if (wnext < len) { + op = wnext; + len -= op; + do { + output[_out++] = s_window[from++]; + } while (--op); + from = _out - dist; + from_source = output; + } + } + } else { + from += wnext - op; + if (op < len) { + len -= op; + do { + output[_out++] = s_window[from++]; + } while (--op); + from = _out - dist; + from_source = output; + } + } + while (len > 2) { + output[_out++] = from_source[from++]; + output[_out++] = from_source[from++]; + output[_out++] = from_source[from++]; + len -= 3; + } + if (len) { + output[_out++] = from_source[from++]; + if (len > 1) { + output[_out++] = from_source[from++]; + } + } + } else { + from = _out - dist; + do { + output[_out++] = output[from++]; + output[_out++] = output[from++]; + output[_out++] = output[from++]; + len -= 3; + } while (len > 2); + if (len) { + output[_out++] = output[from++]; + if (len > 1) { + output[_out++] = output[from++]; + } + } + } + } else if ((op & 64) === 0) { + here = dcode[(here & 65535) + (hold & (1 << op) - 1)]; + continue dodist; + } else { + strm.msg = "invalid distance code"; + state.mode = BAD; + break top; + } + break; + } + } else if ((op & 64) === 0) { + here = lcode[(here & 65535) + (hold & (1 << op) - 1)]; + continue dolen; + } else if (op & 32) { + state.mode = TYPE; + break top; + } else { + strm.msg = "invalid literal/length code"; + state.mode = BAD; + break top; + } + break; + } + } while (_in < last2 && _out < end); + len = bits >> 3; + _in -= len; + bits -= len << 3; + hold &= (1 << bits) - 1; + strm.next_in = _in; + strm.next_out = _out; + strm.avail_in = _in < last2 ? 5 + (last2 - _in) : 5 - (_in - last2); + strm.avail_out = _out < end ? 257 + (end - _out) : 257 - (_out - end); + state.hold = hold; + state.bits = bits; + return; + }; + } +}); + +// node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/inftrees.js +var require_inftrees = __commonJS({ + "node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/inftrees.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var utils = require_common(); + var MAXBITS = 15; + var ENOUGH_LENS = 852; + var ENOUGH_DISTS = 592; + var CODES = 0; + var LENS = 1; + var DISTS = 2; + var lbase = [ + /* Length codes 257..285 base */ + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 13, + 15, + 17, + 19, + 23, + 27, + 31, + 35, + 43, + 51, + 59, + 67, + 83, + 99, + 115, + 131, + 163, + 195, + 227, + 258, + 0, + 0 + ]; + var lext = [ + /* Length codes 257..285 extra */ + 16, + 16, + 16, + 16, + 16, + 16, + 16, + 16, + 17, + 17, + 17, + 17, + 18, + 18, + 18, + 18, + 19, + 19, + 19, + 19, + 20, + 20, + 20, + 20, + 21, + 21, + 21, + 21, + 16, + 72, + 78 + ]; + var dbase = [ + /* Distance codes 0..29 base */ + 1, + 2, + 3, + 4, + 5, + 7, + 9, + 13, + 17, + 25, + 33, + 49, + 65, + 97, + 129, + 193, + 257, + 385, + 513, + 769, + 1025, + 1537, + 2049, + 3073, + 4097, + 6145, + 8193, + 12289, + 16385, + 24577, + 0, + 0 + ]; + var dext = [ + /* Distance codes 0..29 extra */ + 16, + 16, + 16, + 16, + 17, + 17, + 18, + 18, + 19, + 19, + 20, + 20, + 21, + 21, + 22, + 22, + 23, + 23, + 24, + 24, + 25, + 25, + 26, + 26, + 27, + 27, + 28, + 28, + 29, + 29, + 64, + 64 + ]; + module2.exports = function inflate_table(type, lens, lens_index, codes, table, table_index, work, opts) { + var bits = opts.bits; + var len = 0; + var sym = 0; + var min = 0, max = 0; + var root2 = 0; + var curr = 0; + var drop = 0; + var left = 0; + var used = 0; + var huff = 0; + var incr; + var fill; + var low; + var mask; + var next; + var base = null; + var base_index = 0; + var end; + var count = new utils.Buf16(MAXBITS + 1); + var offs = new utils.Buf16(MAXBITS + 1); + var extra = null; + var extra_index = 0; + var here_bits, here_op, here_val; + for (len = 0; len <= MAXBITS; len++) { + count[len] = 0; + } + for (sym = 0; sym < codes; sym++) { + count[lens[lens_index + sym]]++; + } + root2 = bits; + for (max = MAXBITS; max >= 1; max--) { + if (count[max] !== 0) { + break; + } + } + if (root2 > max) { + root2 = max; + } + if (max === 0) { + table[table_index++] = 1 << 24 | 64 << 16 | 0; + table[table_index++] = 1 << 24 | 64 << 16 | 0; + opts.bits = 1; + return 0; + } + for (min = 1; min < max; min++) { + if (count[min] !== 0) { + break; + } + } + if (root2 < min) { + root2 = min; + } + left = 1; + for (len = 1; len <= MAXBITS; len++) { + left <<= 1; + left -= count[len]; + if (left < 0) { + return -1; + } + } + if (left > 0 && (type === CODES || max !== 1)) { + return -1; + } + offs[1] = 0; + for (len = 1; len < MAXBITS; len++) { + offs[len + 1] = offs[len] + count[len]; + } + for (sym = 0; sym < codes; sym++) { + if (lens[lens_index + sym] !== 0) { + work[offs[lens[lens_index + sym]]++] = sym; + } + } + if (type === CODES) { + base = extra = work; + end = 19; + } else if (type === LENS) { + base = lbase; + base_index -= 257; + extra = lext; + extra_index -= 257; + end = 256; + } else { + base = dbase; + extra = dext; + end = -1; + } + huff = 0; + sym = 0; + len = min; + next = table_index; + curr = root2; + drop = 0; + low = -1; + used = 1 << root2; + mask = used - 1; + if (type === LENS && used > ENOUGH_LENS || type === DISTS && used > ENOUGH_DISTS) { + return 1; + } + for (; ; ) { + here_bits = len - drop; + if (work[sym] < end) { + here_op = 0; + here_val = work[sym]; + } else if (work[sym] > end) { + here_op = extra[extra_index + work[sym]]; + here_val = base[base_index + work[sym]]; + } else { + here_op = 32 + 64; + here_val = 0; + } + incr = 1 << len - drop; + fill = 1 << curr; + min = fill; + do { + fill -= incr; + table[next + (huff >> drop) + fill] = here_bits << 24 | here_op << 16 | here_val | 0; + } while (fill !== 0); + incr = 1 << len - 1; + while (huff & incr) { + incr >>= 1; + } + if (incr !== 0) { + huff &= incr - 1; + huff += incr; + } else { + huff = 0; + } + sym++; + if (--count[len] === 0) { + if (len === max) { + break; + } + len = lens[lens_index + work[sym]]; + } + if (len > root2 && (huff & mask) !== low) { + if (drop === 0) { + drop = root2; + } + next += min; + curr = len - drop; + left = 1 << curr; + while (curr + drop < max) { + left -= count[curr + drop]; + if (left <= 0) { + break; + } + curr++; + left <<= 1; + } + used += 1 << curr; + if (type === LENS && used > ENOUGH_LENS || type === DISTS && used > ENOUGH_DISTS) { + return 1; + } + low = huff & mask; + table[low] = root2 << 24 | curr << 16 | next - table_index | 0; + } + } + if (huff !== 0) { + table[next + huff] = len - drop << 24 | 64 << 16 | 0; + } + opts.bits = root2; + return 0; + }; + } +}); + +// node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/inflate.js +var require_inflate = __commonJS({ + "node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/inflate.js"(exports2) { + "use strict"; + init_polyfill_buffer(); + var utils = require_common(); + var adler32 = require_adler32(); + var crc322 = require_crc322(); + var inflate_fast = require_inffast(); + var inflate_table = require_inftrees(); + var CODES = 0; + var LENS = 1; + var DISTS = 2; + var Z_FINISH = 4; + var Z_BLOCK = 5; + var Z_TREES = 6; + var Z_OK = 0; + var Z_STREAM_END = 1; + var Z_NEED_DICT = 2; + var Z_STREAM_ERROR = -2; + var Z_DATA_ERROR = -3; + var Z_MEM_ERROR = -4; + var Z_BUF_ERROR = -5; + var Z_DEFLATED = 8; + var HEAD = 1; + var FLAGS = 2; + var TIME = 3; + var OS = 4; + var EXLEN = 5; + var EXTRA2 = 6; + var NAME = 7; + var COMMENT = 8; + var HCRC = 9; + var DICTID = 10; + var DICT = 11; + var TYPE = 12; + var TYPEDO = 13; + var STORED = 14; + var COPY_ = 15; + var COPY = 16; + var TABLE = 17; + var LENLENS = 18; + var CODELENS = 19; + var LEN_ = 20; + var LEN = 21; + var LENEXT = 22; + var DIST = 23; + var DISTEXT = 24; + var MATCH = 25; + var LIT = 26; + var CHECK = 27; + var LENGTH = 28; + var DONE = 29; + var BAD = 30; + var MEM = 31; + var SYNC = 32; + var ENOUGH_LENS = 852; + var ENOUGH_DISTS = 592; + var MAX_WBITS = 15; + var DEF_WBITS = MAX_WBITS; + function zswap32(q) { + return (q >>> 24 & 255) + (q >>> 8 & 65280) + ((q & 65280) << 8) + ((q & 255) << 24); + } + function InflateState() { + this.mode = 0; + this.last = false; + this.wrap = 0; + this.havedict = false; + this.flags = 0; + this.dmax = 0; + this.check = 0; + this.total = 0; + this.head = null; + this.wbits = 0; + this.wsize = 0; + this.whave = 0; + this.wnext = 0; + this.window = null; + this.hold = 0; + this.bits = 0; + this.length = 0; + this.offset = 0; + this.extra = 0; + this.lencode = null; + this.distcode = null; + this.lenbits = 0; + this.distbits = 0; + this.ncode = 0; + this.nlen = 0; + this.ndist = 0; + this.have = 0; + this.next = null; + this.lens = new utils.Buf16(320); + this.work = new utils.Buf16(288); + this.lendyn = null; + this.distdyn = null; + this.sane = 0; + this.back = 0; + this.was = 0; + } + function inflateResetKeep(strm) { + var state; + if (!strm || !strm.state) { + return Z_STREAM_ERROR; + } + state = strm.state; + strm.total_in = strm.total_out = state.total = 0; + strm.msg = ""; + if (state.wrap) { + strm.adler = state.wrap & 1; + } + state.mode = HEAD; + state.last = 0; + state.havedict = 0; + state.dmax = 32768; + state.head = null; + state.hold = 0; + state.bits = 0; + state.lencode = state.lendyn = new utils.Buf32(ENOUGH_LENS); + state.distcode = state.distdyn = new utils.Buf32(ENOUGH_DISTS); + state.sane = 1; + state.back = -1; + return Z_OK; + } + function inflateReset(strm) { + var state; + if (!strm || !strm.state) { + return Z_STREAM_ERROR; + } + state = strm.state; + state.wsize = 0; + state.whave = 0; + state.wnext = 0; + return inflateResetKeep(strm); + } + function inflateReset2(strm, windowBits) { + var wrap; + var state; + if (!strm || !strm.state) { + return Z_STREAM_ERROR; + } + state = strm.state; + if (windowBits < 0) { + wrap = 0; + windowBits = -windowBits; + } else { + wrap = (windowBits >> 4) + 1; + if (windowBits < 48) { + windowBits &= 15; + } + } + if (windowBits && (windowBits < 8 || windowBits > 15)) { + return Z_STREAM_ERROR; + } + if (state.window !== null && state.wbits !== windowBits) { + state.window = null; + } + state.wrap = wrap; + state.wbits = windowBits; + return inflateReset(strm); + } + function inflateInit2(strm, windowBits) { + var ret; + var state; + if (!strm) { + return Z_STREAM_ERROR; + } + state = new InflateState(); + strm.state = state; + state.window = null; + ret = inflateReset2(strm, windowBits); + if (ret !== Z_OK) { + strm.state = null; + } + return ret; + } + function inflateInit(strm) { + return inflateInit2(strm, DEF_WBITS); + } + var virgin = true; + var lenfix; + var distfix; + function fixedtables(state) { + if (virgin) { + var sym; + lenfix = new utils.Buf32(512); + distfix = new utils.Buf32(32); + sym = 0; + while (sym < 144) { + state.lens[sym++] = 8; + } + while (sym < 256) { + state.lens[sym++] = 9; + } + while (sym < 280) { + state.lens[sym++] = 7; + } + while (sym < 288) { + state.lens[sym++] = 8; + } + inflate_table(LENS, state.lens, 0, 288, lenfix, 0, state.work, { bits: 9 }); + sym = 0; + while (sym < 32) { + state.lens[sym++] = 5; + } + inflate_table(DISTS, state.lens, 0, 32, distfix, 0, state.work, { bits: 5 }); + virgin = false; + } + state.lencode = lenfix; + state.lenbits = 9; + state.distcode = distfix; + state.distbits = 5; + } + function updatewindow(strm, src, end, copy2) { + var dist; + var state = strm.state; + if (state.window === null) { + state.wsize = 1 << state.wbits; + state.wnext = 0; + state.whave = 0; + state.window = new utils.Buf8(state.wsize); + } + if (copy2 >= state.wsize) { + utils.arraySet(state.window, src, end - state.wsize, state.wsize, 0); + state.wnext = 0; + state.whave = state.wsize; + } else { + dist = state.wsize - state.wnext; + if (dist > copy2) { + dist = copy2; + } + utils.arraySet(state.window, src, end - copy2, dist, state.wnext); + copy2 -= dist; + if (copy2) { + utils.arraySet(state.window, src, end - copy2, copy2, 0); + state.wnext = copy2; + state.whave = state.wsize; + } else { + state.wnext += dist; + if (state.wnext === state.wsize) { + state.wnext = 0; + } + if (state.whave < state.wsize) { + state.whave += dist; + } + } + } + return 0; + } + function inflate2(strm, flush2) { + var state; + var input, output; + var next; + var put; + var have, left; + var hold; + var bits; + var _in, _out; + var copy2; + var from; + var from_source; + var here = 0; + var here_bits, here_op, here_val; + var last_bits, last_op, last_val; + var len; + var ret; + var hbuf = new utils.Buf8(4); + var opts; + var n; + var order = ( + /* permutation of code lengths */ + [16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15] + ); + if (!strm || !strm.state || !strm.output || !strm.input && strm.avail_in !== 0) { + return Z_STREAM_ERROR; + } + state = strm.state; + if (state.mode === TYPE) { + state.mode = TYPEDO; + } + put = strm.next_out; + output = strm.output; + left = strm.avail_out; + next = strm.next_in; + input = strm.input; + have = strm.avail_in; + hold = state.hold; + bits = state.bits; + _in = have; + _out = left; + ret = Z_OK; + inf_leave: + for (; ; ) { + switch (state.mode) { + case HEAD: + if (state.wrap === 0) { + state.mode = TYPEDO; + break; + } + while (bits < 16) { + if (have === 0) { + break inf_leave; + } + have--; + hold += input[next++] << bits; + bits += 8; + } + if (state.wrap & 2 && hold === 35615) { + state.check = 0; + hbuf[0] = hold & 255; + hbuf[1] = hold >>> 8 & 255; + state.check = crc322(state.check, hbuf, 2, 0); + hold = 0; + bits = 0; + state.mode = FLAGS; + break; + } + state.flags = 0; + if (state.head) { + state.head.done = false; + } + if (!(state.wrap & 1) || /* check if zlib header allowed */ + (((hold & 255) << 8) + (hold >> 8)) % 31) { + strm.msg = "incorrect header check"; + state.mode = BAD; + break; + } + if ((hold & 15) !== Z_DEFLATED) { + strm.msg = "unknown compression method"; + state.mode = BAD; + break; + } + hold >>>= 4; + bits -= 4; + len = (hold & 15) + 8; + if (state.wbits === 0) { + state.wbits = len; + } else if (len > state.wbits) { + strm.msg = "invalid window size"; + state.mode = BAD; + break; + } + state.dmax = 1 << len; + strm.adler = state.check = 1; + state.mode = hold & 512 ? DICTID : TYPE; + hold = 0; + bits = 0; + break; + case FLAGS: + while (bits < 16) { + if (have === 0) { + break inf_leave; + } + have--; + hold += input[next++] << bits; + bits += 8; + } + state.flags = hold; + if ((state.flags & 255) !== Z_DEFLATED) { + strm.msg = "unknown compression method"; + state.mode = BAD; + break; + } + if (state.flags & 57344) { + strm.msg = "unknown header flags set"; + state.mode = BAD; + break; + } + if (state.head) { + state.head.text = hold >> 8 & 1; + } + if (state.flags & 512) { + hbuf[0] = hold & 255; + hbuf[1] = hold >>> 8 & 255; + state.check = crc322(state.check, hbuf, 2, 0); + } + hold = 0; + bits = 0; + state.mode = TIME; + case TIME: + while (bits < 32) { + if (have === 0) { + break inf_leave; + } + have--; + hold += input[next++] << bits; + bits += 8; + } + if (state.head) { + state.head.time = hold; + } + if (state.flags & 512) { + hbuf[0] = hold & 255; + hbuf[1] = hold >>> 8 & 255; + hbuf[2] = hold >>> 16 & 255; + hbuf[3] = hold >>> 24 & 255; + state.check = crc322(state.check, hbuf, 4, 0); + } + hold = 0; + bits = 0; + state.mode = OS; + case OS: + while (bits < 16) { + if (have === 0) { + break inf_leave; + } + have--; + hold += input[next++] << bits; + bits += 8; + } + if (state.head) { + state.head.xflags = hold & 255; + state.head.os = hold >> 8; + } + if (state.flags & 512) { + hbuf[0] = hold & 255; + hbuf[1] = hold >>> 8 & 255; + state.check = crc322(state.check, hbuf, 2, 0); + } + hold = 0; + bits = 0; + state.mode = EXLEN; + case EXLEN: + if (state.flags & 1024) { + while (bits < 16) { + if (have === 0) { + break inf_leave; + } + have--; + hold += input[next++] << bits; + bits += 8; + } + state.length = hold; + if (state.head) { + state.head.extra_len = hold; + } + if (state.flags & 512) { + hbuf[0] = hold & 255; + hbuf[1] = hold >>> 8 & 255; + state.check = crc322(state.check, hbuf, 2, 0); + } + hold = 0; + bits = 0; + } else if (state.head) { + state.head.extra = null; + } + state.mode = EXTRA2; + case EXTRA2: + if (state.flags & 1024) { + copy2 = state.length; + if (copy2 > have) { + copy2 = have; + } + if (copy2) { + if (state.head) { + len = state.head.extra_len - state.length; + if (!state.head.extra) { + state.head.extra = new Array(state.head.extra_len); + } + utils.arraySet( + state.head.extra, + input, + next, + // extra field is limited to 65536 bytes + // - no need for additional size check + copy2, + /*len + copy > state.head.extra_max - len ? state.head.extra_max : copy,*/ + len + ); + } + if (state.flags & 512) { + state.check = crc322(state.check, input, copy2, next); + } + have -= copy2; + next += copy2; + state.length -= copy2; + } + if (state.length) { + break inf_leave; + } + } + state.length = 0; + state.mode = NAME; + case NAME: + if (state.flags & 2048) { + if (have === 0) { + break inf_leave; + } + copy2 = 0; + do { + len = input[next + copy2++]; + if (state.head && len && state.length < 65536) { + state.head.name += String.fromCharCode(len); + } + } while (len && copy2 < have); + if (state.flags & 512) { + state.check = crc322(state.check, input, copy2, next); + } + have -= copy2; + next += copy2; + if (len) { + break inf_leave; + } + } else if (state.head) { + state.head.name = null; + } + state.length = 0; + state.mode = COMMENT; + case COMMENT: + if (state.flags & 4096) { + if (have === 0) { + break inf_leave; + } + copy2 = 0; + do { + len = input[next + copy2++]; + if (state.head && len && state.length < 65536) { + state.head.comment += String.fromCharCode(len); + } + } while (len && copy2 < have); + if (state.flags & 512) { + state.check = crc322(state.check, input, copy2, next); + } + have -= copy2; + next += copy2; + if (len) { + break inf_leave; + } + } else if (state.head) { + state.head.comment = null; + } + state.mode = HCRC; + case HCRC: + if (state.flags & 512) { + while (bits < 16) { + if (have === 0) { + break inf_leave; + } + have--; + hold += input[next++] << bits; + bits += 8; + } + if (hold !== (state.check & 65535)) { + strm.msg = "header crc mismatch"; + state.mode = BAD; + break; + } + hold = 0; + bits = 0; + } + if (state.head) { + state.head.hcrc = state.flags >> 9 & 1; + state.head.done = true; + } + strm.adler = state.check = 0; + state.mode = TYPE; + break; + case DICTID: + while (bits < 32) { + if (have === 0) { + break inf_leave; + } + have--; + hold += input[next++] << bits; + bits += 8; + } + strm.adler = state.check = zswap32(hold); + hold = 0; + bits = 0; + state.mode = DICT; + case DICT: + if (state.havedict === 0) { + strm.next_out = put; + strm.avail_out = left; + strm.next_in = next; + strm.avail_in = have; + state.hold = hold; + state.bits = bits; + return Z_NEED_DICT; + } + strm.adler = state.check = 1; + state.mode = TYPE; + case TYPE: + if (flush2 === Z_BLOCK || flush2 === Z_TREES) { + break inf_leave; + } + case TYPEDO: + if (state.last) { + hold >>>= bits & 7; + bits -= bits & 7; + state.mode = CHECK; + break; + } + while (bits < 3) { + if (have === 0) { + break inf_leave; + } + have--; + hold += input[next++] << bits; + bits += 8; + } + state.last = hold & 1; + hold >>>= 1; + bits -= 1; + switch (hold & 3) { + case 0: + state.mode = STORED; + break; + case 1: + fixedtables(state); + state.mode = LEN_; + if (flush2 === Z_TREES) { + hold >>>= 2; + bits -= 2; + break inf_leave; + } + break; + case 2: + state.mode = TABLE; + break; + case 3: + strm.msg = "invalid block type"; + state.mode = BAD; + } + hold >>>= 2; + bits -= 2; + break; + case STORED: + hold >>>= bits & 7; + bits -= bits & 7; + while (bits < 32) { + if (have === 0) { + break inf_leave; + } + have--; + hold += input[next++] << bits; + bits += 8; + } + if ((hold & 65535) !== (hold >>> 16 ^ 65535)) { + strm.msg = "invalid stored block lengths"; + state.mode = BAD; + break; + } + state.length = hold & 65535; + hold = 0; + bits = 0; + state.mode = COPY_; + if (flush2 === Z_TREES) { + break inf_leave; + } + case COPY_: + state.mode = COPY; + case COPY: + copy2 = state.length; + if (copy2) { + if (copy2 > have) { + copy2 = have; + } + if (copy2 > left) { + copy2 = left; + } + if (copy2 === 0) { + break inf_leave; + } + utils.arraySet(output, input, next, copy2, put); + have -= copy2; + next += copy2; + left -= copy2; + put += copy2; + state.length -= copy2; + break; + } + state.mode = TYPE; + break; + case TABLE: + while (bits < 14) { + if (have === 0) { + break inf_leave; + } + have--; + hold += input[next++] << bits; + bits += 8; + } + state.nlen = (hold & 31) + 257; + hold >>>= 5; + bits -= 5; + state.ndist = (hold & 31) + 1; + hold >>>= 5; + bits -= 5; + state.ncode = (hold & 15) + 4; + hold >>>= 4; + bits -= 4; + if (state.nlen > 286 || state.ndist > 30) { + strm.msg = "too many length or distance symbols"; + state.mode = BAD; + break; + } + state.have = 0; + state.mode = LENLENS; + case LENLENS: + while (state.have < state.ncode) { + while (bits < 3) { + if (have === 0) { + break inf_leave; + } + have--; + hold += input[next++] << bits; + bits += 8; + } + state.lens[order[state.have++]] = hold & 7; + hold >>>= 3; + bits -= 3; + } + while (state.have < 19) { + state.lens[order[state.have++]] = 0; + } + state.lencode = state.lendyn; + state.lenbits = 7; + opts = { bits: state.lenbits }; + ret = inflate_table(CODES, state.lens, 0, 19, state.lencode, 0, state.work, opts); + state.lenbits = opts.bits; + if (ret) { + strm.msg = "invalid code lengths set"; + state.mode = BAD; + break; + } + state.have = 0; + state.mode = CODELENS; + case CODELENS: + while (state.have < state.nlen + state.ndist) { + for (; ; ) { + here = state.lencode[hold & (1 << state.lenbits) - 1]; + here_bits = here >>> 24; + here_op = here >>> 16 & 255; + here_val = here & 65535; + if (here_bits <= bits) { + break; + } + if (have === 0) { + break inf_leave; + } + have--; + hold += input[next++] << bits; + bits += 8; + } + if (here_val < 16) { + hold >>>= here_bits; + bits -= here_bits; + state.lens[state.have++] = here_val; + } else { + if (here_val === 16) { + n = here_bits + 2; + while (bits < n) { + if (have === 0) { + break inf_leave; + } + have--; + hold += input[next++] << bits; + bits += 8; + } + hold >>>= here_bits; + bits -= here_bits; + if (state.have === 0) { + strm.msg = "invalid bit length repeat"; + state.mode = BAD; + break; + } + len = state.lens[state.have - 1]; + copy2 = 3 + (hold & 3); + hold >>>= 2; + bits -= 2; + } else if (here_val === 17) { + n = here_bits + 3; + while (bits < n) { + if (have === 0) { + break inf_leave; + } + have--; + hold += input[next++] << bits; + bits += 8; + } + hold >>>= here_bits; + bits -= here_bits; + len = 0; + copy2 = 3 + (hold & 7); + hold >>>= 3; + bits -= 3; + } else { + n = here_bits + 7; + while (bits < n) { + if (have === 0) { + break inf_leave; + } + have--; + hold += input[next++] << bits; + bits += 8; + } + hold >>>= here_bits; + bits -= here_bits; + len = 0; + copy2 = 11 + (hold & 127); + hold >>>= 7; + bits -= 7; + } + if (state.have + copy2 > state.nlen + state.ndist) { + strm.msg = "invalid bit length repeat"; + state.mode = BAD; + break; + } + while (copy2--) { + state.lens[state.have++] = len; + } + } + } + if (state.mode === BAD) { + break; + } + if (state.lens[256] === 0) { + strm.msg = "invalid code -- missing end-of-block"; + state.mode = BAD; + break; + } + state.lenbits = 9; + opts = { bits: state.lenbits }; + ret = inflate_table(LENS, state.lens, 0, state.nlen, state.lencode, 0, state.work, opts); + state.lenbits = opts.bits; + if (ret) { + strm.msg = "invalid literal/lengths set"; + state.mode = BAD; + break; + } + state.distbits = 6; + state.distcode = state.distdyn; + opts = { bits: state.distbits }; + ret = inflate_table(DISTS, state.lens, state.nlen, state.ndist, state.distcode, 0, state.work, opts); + state.distbits = opts.bits; + if (ret) { + strm.msg = "invalid distances set"; + state.mode = BAD; + break; + } + state.mode = LEN_; + if (flush2 === Z_TREES) { + break inf_leave; + } + case LEN_: + state.mode = LEN; + case LEN: + if (have >= 6 && left >= 258) { + strm.next_out = put; + strm.avail_out = left; + strm.next_in = next; + strm.avail_in = have; + state.hold = hold; + state.bits = bits; + inflate_fast(strm, _out); + put = strm.next_out; + output = strm.output; + left = strm.avail_out; + next = strm.next_in; + input = strm.input; + have = strm.avail_in; + hold = state.hold; + bits = state.bits; + if (state.mode === TYPE) { + state.back = -1; + } + break; + } + state.back = 0; + for (; ; ) { + here = state.lencode[hold & (1 << state.lenbits) - 1]; + here_bits = here >>> 24; + here_op = here >>> 16 & 255; + here_val = here & 65535; + if (here_bits <= bits) { + break; + } + if (have === 0) { + break inf_leave; + } + have--; + hold += input[next++] << bits; + bits += 8; + } + if (here_op && (here_op & 240) === 0) { + last_bits = here_bits; + last_op = here_op; + last_val = here_val; + for (; ; ) { + here = state.lencode[last_val + ((hold & (1 << last_bits + last_op) - 1) >> last_bits)]; + here_bits = here >>> 24; + here_op = here >>> 16 & 255; + here_val = here & 65535; + if (last_bits + here_bits <= bits) { + break; + } + if (have === 0) { + break inf_leave; + } + have--; + hold += input[next++] << bits; + bits += 8; + } + hold >>>= last_bits; + bits -= last_bits; + state.back += last_bits; + } + hold >>>= here_bits; + bits -= here_bits; + state.back += here_bits; + state.length = here_val; + if (here_op === 0) { + state.mode = LIT; + break; + } + if (here_op & 32) { + state.back = -1; + state.mode = TYPE; + break; + } + if (here_op & 64) { + strm.msg = "invalid literal/length code"; + state.mode = BAD; + break; + } + state.extra = here_op & 15; + state.mode = LENEXT; + case LENEXT: + if (state.extra) { + n = state.extra; + while (bits < n) { + if (have === 0) { + break inf_leave; + } + have--; + hold += input[next++] << bits; + bits += 8; + } + state.length += hold & (1 << state.extra) - 1; + hold >>>= state.extra; + bits -= state.extra; + state.back += state.extra; + } + state.was = state.length; + state.mode = DIST; + case DIST: + for (; ; ) { + here = state.distcode[hold & (1 << state.distbits) - 1]; + here_bits = here >>> 24; + here_op = here >>> 16 & 255; + here_val = here & 65535; + if (here_bits <= bits) { + break; + } + if (have === 0) { + break inf_leave; + } + have--; + hold += input[next++] << bits; + bits += 8; + } + if ((here_op & 240) === 0) { + last_bits = here_bits; + last_op = here_op; + last_val = here_val; + for (; ; ) { + here = state.distcode[last_val + ((hold & (1 << last_bits + last_op) - 1) >> last_bits)]; + here_bits = here >>> 24; + here_op = here >>> 16 & 255; + here_val = here & 65535; + if (last_bits + here_bits <= bits) { + break; + } + if (have === 0) { + break inf_leave; + } + have--; + hold += input[next++] << bits; + bits += 8; + } + hold >>>= last_bits; + bits -= last_bits; + state.back += last_bits; + } + hold >>>= here_bits; + bits -= here_bits; + state.back += here_bits; + if (here_op & 64) { + strm.msg = "invalid distance code"; + state.mode = BAD; + break; + } + state.offset = here_val; + state.extra = here_op & 15; + state.mode = DISTEXT; + case DISTEXT: + if (state.extra) { + n = state.extra; + while (bits < n) { + if (have === 0) { + break inf_leave; + } + have--; + hold += input[next++] << bits; + bits += 8; + } + state.offset += hold & (1 << state.extra) - 1; + hold >>>= state.extra; + bits -= state.extra; + state.back += state.extra; + } + if (state.offset > state.dmax) { + strm.msg = "invalid distance too far back"; + state.mode = BAD; + break; + } + state.mode = MATCH; + case MATCH: + if (left === 0) { + break inf_leave; + } + copy2 = _out - left; + if (state.offset > copy2) { + copy2 = state.offset - copy2; + if (copy2 > state.whave) { + if (state.sane) { + strm.msg = "invalid distance too far back"; + state.mode = BAD; + break; + } + } + if (copy2 > state.wnext) { + copy2 -= state.wnext; + from = state.wsize - copy2; + } else { + from = state.wnext - copy2; + } + if (copy2 > state.length) { + copy2 = state.length; + } + from_source = state.window; + } else { + from_source = output; + from = put - state.offset; + copy2 = state.length; + } + if (copy2 > left) { + copy2 = left; + } + left -= copy2; + state.length -= copy2; + do { + output[put++] = from_source[from++]; + } while (--copy2); + if (state.length === 0) { + state.mode = LEN; + } + break; + case LIT: + if (left === 0) { + break inf_leave; + } + output[put++] = state.length; + left--; + state.mode = LEN; + break; + case CHECK: + if (state.wrap) { + while (bits < 32) { + if (have === 0) { + break inf_leave; + } + have--; + hold |= input[next++] << bits; + bits += 8; + } + _out -= left; + strm.total_out += _out; + state.total += _out; + if (_out) { + strm.adler = state.check = /*UPDATE(state.check, put - _out, _out);*/ + state.flags ? crc322(state.check, output, _out, put - _out) : adler32(state.check, output, _out, put - _out); + } + _out = left; + if ((state.flags ? hold : zswap32(hold)) !== state.check) { + strm.msg = "incorrect data check"; + state.mode = BAD; + break; + } + hold = 0; + bits = 0; + } + state.mode = LENGTH; + case LENGTH: + if (state.wrap && state.flags) { + while (bits < 32) { + if (have === 0) { + break inf_leave; + } + have--; + hold += input[next++] << bits; + bits += 8; + } + if (hold !== (state.total & 4294967295)) { + strm.msg = "incorrect length check"; + state.mode = BAD; + break; + } + hold = 0; + bits = 0; + } + state.mode = DONE; + case DONE: + ret = Z_STREAM_END; + break inf_leave; + case BAD: + ret = Z_DATA_ERROR; + break inf_leave; + case MEM: + return Z_MEM_ERROR; + case SYNC: + default: + return Z_STREAM_ERROR; + } + } + strm.next_out = put; + strm.avail_out = left; + strm.next_in = next; + strm.avail_in = have; + state.hold = hold; + state.bits = bits; + if (state.wsize || _out !== strm.avail_out && state.mode < BAD && (state.mode < CHECK || flush2 !== Z_FINISH)) { + if (updatewindow(strm, strm.output, strm.next_out, _out - strm.avail_out)) { + state.mode = MEM; + return Z_MEM_ERROR; + } + } + _in -= strm.avail_in; + _out -= strm.avail_out; + strm.total_in += _in; + strm.total_out += _out; + state.total += _out; + if (state.wrap && _out) { + strm.adler = state.check = /*UPDATE(state.check, strm.next_out - _out, _out);*/ + state.flags ? crc322(state.check, output, _out, strm.next_out - _out) : adler32(state.check, output, _out, strm.next_out - _out); + } + strm.data_type = state.bits + (state.last ? 64 : 0) + (state.mode === TYPE ? 128 : 0) + (state.mode === LEN_ || state.mode === COPY_ ? 256 : 0); + if ((_in === 0 && _out === 0 || flush2 === Z_FINISH) && ret === Z_OK) { + ret = Z_BUF_ERROR; + } + return ret; + } + function inflateEnd(strm) { + if (!strm || !strm.state) { + return Z_STREAM_ERROR; + } + var state = strm.state; + if (state.window) { + state.window = null; + } + strm.state = null; + return Z_OK; + } + function inflateGetHeader(strm, head) { + var state; + if (!strm || !strm.state) { + return Z_STREAM_ERROR; + } + state = strm.state; + if ((state.wrap & 2) === 0) { + return Z_STREAM_ERROR; + } + state.head = head; + head.done = false; + return Z_OK; + } + function inflateSetDictionary(strm, dictionary) { + var dictLength = dictionary.length; + var state; + var dictid; + var ret; + if (!strm || !strm.state) { + return Z_STREAM_ERROR; + } + state = strm.state; + if (state.wrap !== 0 && state.mode !== DICT) { + return Z_STREAM_ERROR; + } + if (state.mode === DICT) { + dictid = 1; + dictid = adler32(dictid, dictionary, dictLength, 0); + if (dictid !== state.check) { + return Z_DATA_ERROR; + } + } + ret = updatewindow(strm, dictionary, dictLength, dictLength); + if (ret) { + state.mode = MEM; + return Z_MEM_ERROR; + } + state.havedict = 1; + return Z_OK; + } + exports2.inflateReset = inflateReset; + exports2.inflateReset2 = inflateReset2; + exports2.inflateResetKeep = inflateResetKeep; + exports2.inflateInit = inflateInit; + exports2.inflateInit2 = inflateInit2; + exports2.inflate = inflate2; + exports2.inflateEnd = inflateEnd; + exports2.inflateGetHeader = inflateGetHeader; + exports2.inflateSetDictionary = inflateSetDictionary; + exports2.inflateInfo = "pako inflate (from Nodeca project)"; + } +}); + +// node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/constants.js +var require_constants = __commonJS({ + "node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/constants.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + module2.exports = { + /* Allowed flush values; see deflate() and inflate() below for details */ + Z_NO_FLUSH: 0, + Z_PARTIAL_FLUSH: 1, + Z_SYNC_FLUSH: 2, + Z_FULL_FLUSH: 3, + Z_FINISH: 4, + Z_BLOCK: 5, + Z_TREES: 6, + /* Return codes for the compression/decompression functions. Negative values + * are errors, positive values are used for special but normal events. + */ + Z_OK: 0, + Z_STREAM_END: 1, + Z_NEED_DICT: 2, + Z_ERRNO: -1, + Z_STREAM_ERROR: -2, + Z_DATA_ERROR: -3, + //Z_MEM_ERROR: -4, + Z_BUF_ERROR: -5, + //Z_VERSION_ERROR: -6, + /* compression levels */ + Z_NO_COMPRESSION: 0, + Z_BEST_SPEED: 1, + Z_BEST_COMPRESSION: 9, + Z_DEFAULT_COMPRESSION: -1, + Z_FILTERED: 1, + Z_HUFFMAN_ONLY: 2, + Z_RLE: 3, + Z_FIXED: 4, + Z_DEFAULT_STRATEGY: 0, + /* Possible values of the data_type field (though see inflate()) */ + Z_BINARY: 0, + Z_TEXT: 1, + //Z_ASCII: 1, // = Z_TEXT (deprecated) + Z_UNKNOWN: 2, + /* The deflate compression method */ + Z_DEFLATED: 8 + //Z_NULL: null // Use -1 or null inline, depending on var type + }; + } +}); + +// node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/gzheader.js +var require_gzheader = __commonJS({ + "node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/gzheader.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + function GZheader() { + this.text = 0; + this.time = 0; + this.xflags = 0; + this.os = 0; + this.extra = null; + this.extra_len = 0; + this.name = ""; + this.comment = ""; + this.hcrc = 0; + this.done = false; + } + module2.exports = GZheader; + } +}); + +// node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/inflate.js +var require_inflate2 = __commonJS({ + "node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/inflate.js"(exports2) { + "use strict"; + init_polyfill_buffer(); + var zlib_inflate = require_inflate(); + var utils = require_common(); + var strings = require_strings(); + var c = require_constants(); + var msg = require_messages(); + var ZStream = require_zstream(); + var GZheader = require_gzheader(); + var toString = Object.prototype.toString; + function Inflate(options) { + if (!(this instanceof Inflate)) return new Inflate(options); + this.options = utils.assign({ + chunkSize: 16384, + windowBits: 0, + to: "" + }, options || {}); + var opt = this.options; + if (opt.raw && opt.windowBits >= 0 && opt.windowBits < 16) { + opt.windowBits = -opt.windowBits; + if (opt.windowBits === 0) { + opt.windowBits = -15; + } + } + if (opt.windowBits >= 0 && opt.windowBits < 16 && !(options && options.windowBits)) { + opt.windowBits += 32; + } + if (opt.windowBits > 15 && opt.windowBits < 48) { + if ((opt.windowBits & 15) === 0) { + opt.windowBits |= 15; + } + } + this.err = 0; + this.msg = ""; + this.ended = false; + this.chunks = []; + this.strm = new ZStream(); + this.strm.avail_out = 0; + var status2 = zlib_inflate.inflateInit2( + this.strm, + opt.windowBits + ); + if (status2 !== c.Z_OK) { + throw new Error(msg[status2]); + } + this.header = new GZheader(); + zlib_inflate.inflateGetHeader(this.strm, this.header); + if (opt.dictionary) { + if (typeof opt.dictionary === "string") { + opt.dictionary = strings.string2buf(opt.dictionary); + } else if (toString.call(opt.dictionary) === "[object ArrayBuffer]") { + opt.dictionary = new Uint8Array(opt.dictionary); + } + if (opt.raw) { + status2 = zlib_inflate.inflateSetDictionary(this.strm, opt.dictionary); + if (status2 !== c.Z_OK) { + throw new Error(msg[status2]); + } + } + } + } + Inflate.prototype.push = function(data, mode) { + var strm = this.strm; + var chunkSize = this.options.chunkSize; + var dictionary = this.options.dictionary; + var status2, _mode; + var next_out_utf8, tail, utf8str; + var allowBufError = false; + if (this.ended) { + return false; + } + _mode = mode === ~~mode ? mode : mode === true ? c.Z_FINISH : c.Z_NO_FLUSH; + if (typeof data === "string") { + strm.input = strings.binstring2buf(data); + } else if (toString.call(data) === "[object ArrayBuffer]") { + strm.input = new Uint8Array(data); + } else { + strm.input = data; + } + strm.next_in = 0; + strm.avail_in = strm.input.length; + do { + if (strm.avail_out === 0) { + strm.output = new utils.Buf8(chunkSize); + strm.next_out = 0; + strm.avail_out = chunkSize; + } + status2 = zlib_inflate.inflate(strm, c.Z_NO_FLUSH); + if (status2 === c.Z_NEED_DICT && dictionary) { + status2 = zlib_inflate.inflateSetDictionary(this.strm, dictionary); + } + if (status2 === c.Z_BUF_ERROR && allowBufError === true) { + status2 = c.Z_OK; + allowBufError = false; + } + if (status2 !== c.Z_STREAM_END && status2 !== c.Z_OK) { + this.onEnd(status2); + this.ended = true; + return false; + } + if (strm.next_out) { + if (strm.avail_out === 0 || status2 === c.Z_STREAM_END || strm.avail_in === 0 && (_mode === c.Z_FINISH || _mode === c.Z_SYNC_FLUSH)) { + if (this.options.to === "string") { + next_out_utf8 = strings.utf8border(strm.output, strm.next_out); + tail = strm.next_out - next_out_utf8; + utf8str = strings.buf2string(strm.output, next_out_utf8); + strm.next_out = tail; + strm.avail_out = chunkSize - tail; + if (tail) { + utils.arraySet(strm.output, strm.output, next_out_utf8, tail, 0); + } + this.onData(utf8str); + } else { + this.onData(utils.shrinkBuf(strm.output, strm.next_out)); + } + } + } + if (strm.avail_in === 0 && strm.avail_out === 0) { + allowBufError = true; + } + } while ((strm.avail_in > 0 || strm.avail_out === 0) && status2 !== c.Z_STREAM_END); + if (status2 === c.Z_STREAM_END) { + _mode = c.Z_FINISH; + } + if (_mode === c.Z_FINISH) { + status2 = zlib_inflate.inflateEnd(this.strm); + this.onEnd(status2); + this.ended = true; + return status2 === c.Z_OK; + } + if (_mode === c.Z_SYNC_FLUSH) { + this.onEnd(c.Z_OK); + strm.avail_out = 0; + return true; + } + return true; + }; + Inflate.prototype.onData = function(chunk) { + this.chunks.push(chunk); + }; + Inflate.prototype.onEnd = function(status2) { + if (status2 === c.Z_OK) { + if (this.options.to === "string") { + this.result = this.chunks.join(""); + } else { + this.result = utils.flattenChunks(this.chunks); + } + } + this.chunks = []; + this.err = status2; + this.msg = this.strm.msg; + }; + function inflate2(input, options) { + var inflator = new Inflate(options); + inflator.push(input, true); + if (inflator.err) { + throw inflator.msg || msg[inflator.err]; + } + return inflator.result; + } + function inflateRaw(input, options) { + options = options || {}; + options.raw = true; + return inflate2(input, options); + } + exports2.Inflate = Inflate; + exports2.inflate = inflate2; + exports2.inflateRaw = inflateRaw; + exports2.ungzip = inflate2; + } +}); + +// node_modules/.pnpm/pako@1.0.11/node_modules/pako/index.js +var require_pako = __commonJS({ + "node_modules/.pnpm/pako@1.0.11/node_modules/pako/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var assign2 = require_common().assign; + var deflate2 = require_deflate2(); + var inflate2 = require_inflate2(); + var constants = require_constants(); + var pako2 = {}; + assign2(pako2, deflate2, inflate2, constants); + module2.exports = pako2; + } +}); + +// node_modules/.pnpm/pify@4.0.1/node_modules/pify/index.js +var require_pify = __commonJS({ + "node_modules/.pnpm/pify@4.0.1/node_modules/pify/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var processFn = (fn, options) => function(...args) { + const P = options.promiseModule; + return new P((resolve2, reject) => { + if (options.multiArgs) { + args.push((...result) => { + if (options.errorFirst) { + if (result[0]) { + reject(result); + } else { + result.shift(); + resolve2(result); + } + } else { + resolve2(result); + } + }); + } else if (options.errorFirst) { + args.push((error, result) => { + if (error) { + reject(error); + } else { + resolve2(result); + } + }); + } else { + args.push(resolve2); + } + fn.apply(this, args); + }); + }; + module2.exports = (input, options) => { + options = Object.assign({ + exclude: [/.+(Sync|Stream)$/], + errorFirst: true, + promiseModule: Promise + }, options); + const objType = typeof input; + if (!(input !== null && (objType === "object" || objType === "function"))) { + throw new TypeError(`Expected \`input\` to be a \`Function\` or \`Object\`, got \`${input === null ? "null" : objType}\``); + } + const filter = (key2) => { + const match = (pattern) => typeof pattern === "string" ? key2 === pattern : pattern.test(key2); + return options.include ? options.include.some(match) : !options.exclude.some(match); + }; + let ret; + if (objType === "function") { + ret = function(...args) { + return options.excludeMain ? input(...args) : processFn(input, options).apply(this, args); + }; + } else { + ret = Object.create(Object.getPrototypeOf(input)); + } + for (const key2 in input) { + const property = input[key2]; + ret[key2] = typeof property === "function" && filter(key2) ? processFn(property, options) : property; + } + return ret; + }; + } +}); + +// node_modules/.pnpm/ignore@5.3.1/node_modules/ignore/index.js +var require_ignore = __commonJS({ + "node_modules/.pnpm/ignore@5.3.1/node_modules/ignore/index.js"(exports2, module2) { + init_polyfill_buffer(); + function makeArray(subject) { + return Array.isArray(subject) ? subject : [subject]; + } + var EMPTY = ""; + var SPACE = " "; + var ESCAPE = "\\"; + var REGEX_TEST_BLANK_LINE = /^\s+$/; + var REGEX_INVALID_TRAILING_BACKSLASH = /(?:[^\\]|^)\\$/; + var REGEX_REPLACE_LEADING_EXCAPED_EXCLAMATION = /^\\!/; + var REGEX_REPLACE_LEADING_EXCAPED_HASH = /^\\#/; + var REGEX_SPLITALL_CRLF = /\r?\n/g; + var REGEX_TEST_INVALID_PATH = /^\.*\/|^\.+$/; + var SLASH = "/"; + var TMP_KEY_IGNORE = "node-ignore"; + if (typeof Symbol !== "undefined") { + TMP_KEY_IGNORE = Symbol.for("node-ignore"); + } + var KEY_IGNORE = TMP_KEY_IGNORE; + var define2 = (object, key2, value) => Object.defineProperty(object, key2, { value }); + var REGEX_REGEXP_RANGE = /([0-z])-([0-z])/g; + var RETURN_FALSE = () => false; + var sanitizeRange = (range) => range.replace( + REGEX_REGEXP_RANGE, + (match, from, to) => from.charCodeAt(0) <= to.charCodeAt(0) ? match : EMPTY + ); + var cleanRangeBackSlash = (slashes) => { + const { length } = slashes; + return slashes.slice(0, length - length % 2); + }; + var REPLACERS = [ + [ + // remove BOM + // TODO: + // Other similar zero-width characters? + /^\uFEFF/, + () => EMPTY + ], + // > Trailing spaces are ignored unless they are quoted with backslash ("\") + [ + // (a\ ) -> (a ) + // (a ) -> (a) + // (a \ ) -> (a ) + /\\?\s+$/, + (match) => match.indexOf("\\") === 0 ? SPACE : EMPTY + ], + // replace (\ ) with ' ' + [ + /\\\s/g, + () => SPACE + ], + // Escape metacharacters + // which is written down by users but means special for regular expressions. + // > There are 12 characters with special meanings: + // > - the backslash \, + // > - the caret ^, + // > - the dollar sign $, + // > - the period or dot ., + // > - the vertical bar or pipe symbol |, + // > - the question mark ?, + // > - the asterisk or star *, + // > - the plus sign +, + // > - the opening parenthesis (, + // > - the closing parenthesis ), + // > - and the opening square bracket [, + // > - the opening curly brace {, + // > These special characters are often called "metacharacters". + [ + /[\\$.|*+(){^]/g, + (match) => `\\${match}` + ], + [ + // > a question mark (?) matches a single character + /(?!\\)\?/g, + () => "[^/]" + ], + // leading slash + [ + // > A leading slash matches the beginning of the pathname. + // > For example, "/*.c" matches "cat-file.c" but not "mozilla-sha1/sha1.c". + // A leading slash matches the beginning of the pathname + /^\//, + () => "^" + ], + // replace special metacharacter slash after the leading slash + [ + /\//g, + () => "\\/" + ], + [ + // > A leading "**" followed by a slash means match in all directories. + // > For example, "**/foo" matches file or directory "foo" anywhere, + // > the same as pattern "foo". + // > "**/foo/bar" matches file or directory "bar" anywhere that is directly + // > under directory "foo". + // Notice that the '*'s have been replaced as '\\*' + /^\^*\\\*\\\*\\\//, + // '**/foo' <-> 'foo' + () => "^(?:.*\\/)?" + ], + // starting + [ + // there will be no leading '/' + // (which has been replaced by section "leading slash") + // If starts with '**', adding a '^' to the regular expression also works + /^(?=[^^])/, + function startingReplacer() { + return !/\/(?!$)/.test(this) ? "(?:^|\\/)" : "^"; + } + ], + // two globstars + [ + // Use lookahead assertions so that we could match more than one `'/**'` + /\\\/\\\*\\\*(?=\\\/|$)/g, + // Zero, one or several directories + // should not use '*', or it will be replaced by the next replacer + // Check if it is not the last `'/**'` + (_, index2, str) => index2 + 6 < str.length ? "(?:\\/[^\\/]+)*" : "\\/.+" + ], + // normal intermediate wildcards + [ + // Never replace escaped '*' + // ignore rule '\*' will match the path '*' + // 'abc.*/' -> go + // 'abc.*' -> skip this rule, + // coz trailing single wildcard will be handed by [trailing wildcard] + /(^|[^\\]+)(\\\*)+(?=.+)/g, + // '*.js' matches '.js' + // '*.js' doesn't match 'abc' + (_, p1, p2) => { + const unescaped = p2.replace(/\\\*/g, "[^\\/]*"); + return p1 + unescaped; + } + ], + [ + // unescape, revert step 3 except for back slash + // For example, if a user escape a '\\*', + // after step 3, the result will be '\\\\\\*' + /\\\\\\(?=[$.|*+(){^])/g, + () => ESCAPE + ], + [ + // '\\\\' -> '\\' + /\\\\/g, + () => ESCAPE + ], + [ + // > The range notation, e.g. [a-zA-Z], + // > can be used to match one of the characters in a range. + // `\` is escaped by step 3 + /(\\)?\[([^\]/]*?)(\\*)($|\])/g, + (match, leadEscape, range, endEscape, close) => leadEscape === ESCAPE ? `\\[${range}${cleanRangeBackSlash(endEscape)}${close}` : close === "]" ? endEscape.length % 2 === 0 ? `[${sanitizeRange(range)}${endEscape}]` : "[]" : "[]" + ], + // ending + [ + // 'js' will not match 'js.' + // 'ab' will not match 'abc' + /(?:[^*])$/, + // WTF! + // https://git-scm.com/docs/gitignore + // changes in [2.22.1](https://git-scm.com/docs/gitignore/2.22.1) + // which re-fixes #24, #38 + // > If there is a separator at the end of the pattern then the pattern + // > will only match directories, otherwise the pattern can match both + // > files and directories. + // 'js*' will not match 'a.js' + // 'js/' will not match 'a.js' + // 'js' will match 'a.js' and 'a.js/' + (match) => /\/$/.test(match) ? `${match}$` : `${match}(?=$|\\/$)` + ], + // trailing wildcard + [ + /(\^|\\\/)?\\\*$/, + (_, p1) => { + const prefix = p1 ? `${p1}[^/]+` : "[^/]*"; + return `${prefix}(?=$|\\/$)`; + } + ] + ]; + var regexCache = /* @__PURE__ */ Object.create(null); + var makeRegex = (pattern, ignoreCase) => { + let source = regexCache[pattern]; + if (!source) { + source = REPLACERS.reduce( + (prev, current) => prev.replace(current[0], current[1].bind(pattern)), + pattern + ); + regexCache[pattern] = source; + } + return ignoreCase ? new RegExp(source, "i") : new RegExp(source); + }; + var isString = (subject) => typeof subject === "string"; + var checkPattern = (pattern) => pattern && isString(pattern) && !REGEX_TEST_BLANK_LINE.test(pattern) && !REGEX_INVALID_TRAILING_BACKSLASH.test(pattern) && pattern.indexOf("#") !== 0; + var splitPattern = (pattern) => pattern.split(REGEX_SPLITALL_CRLF); + var IgnoreRule = class { + constructor(origin, pattern, negative, regex2) { + this.origin = origin; + this.pattern = pattern; + this.negative = negative; + this.regex = regex2; + } + }; + var createRule = (pattern, ignoreCase) => { + const origin = pattern; + let negative = false; + if (pattern.indexOf("!") === 0) { + negative = true; + pattern = pattern.substr(1); + } + pattern = pattern.replace(REGEX_REPLACE_LEADING_EXCAPED_EXCLAMATION, "!").replace(REGEX_REPLACE_LEADING_EXCAPED_HASH, "#"); + const regex2 = makeRegex(pattern, ignoreCase); + return new IgnoreRule( + origin, + pattern, + negative, + regex2 + ); + }; + var throwError = (message, Ctor) => { + throw new Ctor(message); + }; + var checkPath = (path2, originalPath, doThrow) => { + if (!isString(path2)) { + return doThrow( + `path must be a string, but got \`${originalPath}\``, + TypeError + ); + } + if (!path2) { + return doThrow(`path must not be empty`, TypeError); + } + if (checkPath.isNotRelative(path2)) { + const r = "`path.relative()`d"; + return doThrow( + `path should be a ${r} string, but got "${originalPath}"`, + RangeError + ); + } + return true; + }; + var isNotRelative = (path2) => REGEX_TEST_INVALID_PATH.test(path2); + checkPath.isNotRelative = isNotRelative; + checkPath.convert = (p) => p; + var Ignore = class { + constructor({ + ignorecase = true, + ignoreCase = ignorecase, + allowRelativePaths = false + } = {}) { + define2(this, KEY_IGNORE, true); + this._rules = []; + this._ignoreCase = ignoreCase; + this._allowRelativePaths = allowRelativePaths; + this._initCache(); + } + _initCache() { + this._ignoreCache = /* @__PURE__ */ Object.create(null); + this._testCache = /* @__PURE__ */ Object.create(null); + } + _addPattern(pattern) { + if (pattern && pattern[KEY_IGNORE]) { + this._rules = this._rules.concat(pattern._rules); + this._added = true; + return; + } + if (checkPattern(pattern)) { + const rule = createRule(pattern, this._ignoreCase); + this._added = true; + this._rules.push(rule); + } + } + // @param {Array | string | Ignore} pattern + add(pattern) { + this._added = false; + makeArray( + isString(pattern) ? splitPattern(pattern) : pattern + ).forEach(this._addPattern, this); + if (this._added) { + this._initCache(); + } + return this; + } + // legacy + addPattern(pattern) { + return this.add(pattern); + } + // | ignored : unignored + // negative | 0:0 | 0:1 | 1:0 | 1:1 + // -------- | ------- | ------- | ------- | -------- + // 0 | TEST | TEST | SKIP | X + // 1 | TESTIF | SKIP | TEST | X + // - SKIP: always skip + // - TEST: always test + // - TESTIF: only test if checkUnignored + // - X: that never happen + // @param {boolean} whether should check if the path is unignored, + // setting `checkUnignored` to `false` could reduce additional + // path matching. + // @returns {TestResult} true if a file is ignored + _testOne(path2, checkUnignored) { + let ignored = false; + let unignored = false; + this._rules.forEach((rule) => { + const { negative } = rule; + if (unignored === negative && ignored !== unignored || negative && !ignored && !unignored && !checkUnignored) { + return; + } + const matched = rule.regex.test(path2); + if (matched) { + ignored = !negative; + unignored = negative; + } + }); + return { + ignored, + unignored + }; + } + // @returns {TestResult} + _test(originalPath, cache, checkUnignored, slices) { + const path2 = originalPath && checkPath.convert(originalPath); + checkPath( + path2, + originalPath, + this._allowRelativePaths ? RETURN_FALSE : throwError + ); + return this._t(path2, cache, checkUnignored, slices); + } + _t(path2, cache, checkUnignored, slices) { + if (path2 in cache) { + return cache[path2]; + } + if (!slices) { + slices = path2.split(SLASH); + } + slices.pop(); + if (!slices.length) { + return cache[path2] = this._testOne(path2, checkUnignored); + } + const parent = this._t( + slices.join(SLASH) + SLASH, + cache, + checkUnignored, + slices + ); + return cache[path2] = parent.ignored ? parent : this._testOne(path2, checkUnignored); + } + ignores(path2) { + return this._test(path2, this._ignoreCache, false).ignored; + } + createFilter() { + return (path2) => !this.ignores(path2); + } + filter(paths) { + return makeArray(paths).filter(this.createFilter()); + } + // @returns {TestResult} + test(path2) { + return this._test(path2, this._testCache, true); + } + }; + var factory = (options) => new Ignore(options); + var isPathValid = (path2) => checkPath(path2 && checkPath.convert(path2), path2, RETURN_FALSE); + factory.isPathValid = isPathValid; + factory.default = factory; + module2.exports = factory; + if ( + // Detect `process` so that it can run in browsers. + typeof process !== "undefined" && (process.env && process.env.IGNORE_TEST_WIN32 || process.platform === "win32") + ) { + const makePosix = (str) => /^\\\\\?\\/.test(str) || /["<>|\u0000-\u001F]+/u.test(str) ? str : str.replace(/\\/g, "/"); + checkPath.convert = makePosix; + const REGIX_IS_WINDOWS_PATH_ABSOLUTE = /^[a-z]:\//i; + checkPath.isNotRelative = (path2) => REGIX_IS_WINDOWS_PATH_ABSOLUTE.test(path2) || isNotRelative(path2); + } + } +}); + +// node_modules/.pnpm/clean-git-ref@2.0.1/node_modules/clean-git-ref/lib/index.js +var require_lib2 = __commonJS({ + "node_modules/.pnpm/clean-git-ref@2.0.1/node_modules/clean-git-ref/lib/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + function escapeRegExp(string) { + return string.replace(/[.*+?^${}()|[\]\\]/g, "\\$&"); + } + function replaceAll(str, search, replacement) { + search = search instanceof RegExp ? search : new RegExp(escapeRegExp(search), "g"); + return str.replace(search, replacement); + } + var CleanGitRef = { + clean: function clean(value) { + if (typeof value !== "string") { + throw new Error("Expected a string, received: " + value); + } + value = replaceAll(value, "./", "/"); + value = replaceAll(value, "..", "."); + value = replaceAll(value, " ", "-"); + value = replaceAll(value, /^[~^:?*\\\-]/g, ""); + value = replaceAll(value, /[~^:?*\\]/g, "-"); + value = replaceAll(value, /[~^:?*\\\-]$/g, ""); + value = replaceAll(value, "@{", "-"); + value = replaceAll(value, /\.$/g, ""); + value = replaceAll(value, /\/$/g, ""); + value = replaceAll(value, /\.lock$/g, ""); + return value; + } + }; + module2.exports = CleanGitRef; + } +}); + +// node_modules/.pnpm/diff3@0.0.3/node_modules/diff3/onp.js +var require_onp = __commonJS({ + "node_modules/.pnpm/diff3@0.0.3/node_modules/diff3/onp.js"(exports2, module2) { + init_polyfill_buffer(); + module2.exports = function(a_, b_) { + var a = a_, b = b_, m = a.length, n = b.length, reverse = false, ed = null, offset = m + 1, path2 = [], pathposi = [], ses = [], lcs = "", SES_DELETE = -1, SES_COMMON = 0, SES_ADD = 1; + var tmp1, tmp2; + var init3 = function() { + if (m >= n) { + tmp1 = a; + tmp2 = m; + a = b; + b = tmp1; + m = n; + n = tmp2; + reverse = true; + offset = m + 1; + } + }; + var P = function(x, y, k) { + return { + "x": x, + "y": y, + "k": k + }; + }; + var seselem = function(elem, t) { + return { + "elem": elem, + "t": t + }; + }; + var snake = function(k, p, pp) { + var r, x, y; + if (p > pp) { + r = path2[k - 1 + offset]; + } else { + r = path2[k + 1 + offset]; + } + y = Math.max(p, pp); + x = y - k; + while (x < m && y < n && a[x] === b[y]) { + ++x; + ++y; + } + path2[k + offset] = pathposi.length; + pathposi[pathposi.length] = new P(x, y, r); + return y; + }; + var recordseq = function(epc) { + var x_idx, y_idx, px_idx, py_idx, i; + x_idx = y_idx = 1; + px_idx = py_idx = 0; + for (i = epc.length - 1; i >= 0; --i) { + while (px_idx < epc[i].x || py_idx < epc[i].y) { + if (epc[i].y - epc[i].x > py_idx - px_idx) { + if (reverse) { + ses[ses.length] = new seselem(b[py_idx], SES_DELETE); + } else { + ses[ses.length] = new seselem(b[py_idx], SES_ADD); + } + ++y_idx; + ++py_idx; + } else if (epc[i].y - epc[i].x < py_idx - px_idx) { + if (reverse) { + ses[ses.length] = new seselem(a[px_idx], SES_ADD); + } else { + ses[ses.length] = new seselem(a[px_idx], SES_DELETE); + } + ++x_idx; + ++px_idx; + } else { + ses[ses.length] = new seselem(a[px_idx], SES_COMMON); + lcs += a[px_idx]; + ++x_idx; + ++y_idx; + ++px_idx; + ++py_idx; + } + } + } + }; + init3(); + return { + SES_DELETE: -1, + SES_COMMON: 0, + SES_ADD: 1, + editdistance: function() { + return ed; + }, + getlcs: function() { + return lcs; + }, + getses: function() { + return ses; + }, + compose: function() { + var delta, size, fp, p, r, epc, i, k; + delta = n - m; + size = m + n + 3; + fp = {}; + for (i = 0; i < size; ++i) { + fp[i] = -1; + path2[i] = -1; + } + p = -1; + do { + ++p; + for (k = -p; k <= delta - 1; ++k) { + fp[k + offset] = snake(k, fp[k - 1 + offset] + 1, fp[k + 1 + offset]); + } + for (k = delta + p; k >= delta + 1; --k) { + fp[k + offset] = snake(k, fp[k - 1 + offset] + 1, fp[k + 1 + offset]); + } + fp[delta + offset] = snake(delta, fp[delta - 1 + offset] + 1, fp[delta + 1 + offset]); + } while (fp[delta + offset] !== n); + ed = delta + 2 * p; + r = path2[delta + offset]; + epc = []; + while (r !== -1) { + epc[epc.length] = new P(pathposi[r].x, pathposi[r].y, null); + r = pathposi[r].k; + } + recordseq(epc); + } + }; + }; + } +}); + +// node_modules/.pnpm/diff3@0.0.3/node_modules/diff3/diff3.js +var require_diff3 = __commonJS({ + "node_modules/.pnpm/diff3@0.0.3/node_modules/diff3/diff3.js"(exports2, module2) { + init_polyfill_buffer(); + var onp = require_onp(); + function longestCommonSubsequence(file1, file2) { + var diff3 = new onp(file1, file2); + diff3.compose(); + var ses = diff3.getses(); + var root2; + var prev; + var file1RevIdx = file1.length - 1, file2RevIdx = file2.length - 1; + for (var i = ses.length - 1; i >= 0; --i) { + if (ses[i].t === diff3.SES_COMMON) { + if (prev) { + prev.chain = { + file1index: file1RevIdx, + file2index: file2RevIdx, + chain: null + }; + prev = prev.chain; + } else { + root2 = { + file1index: file1RevIdx, + file2index: file2RevIdx, + chain: null + }; + prev = root2; + } + file1RevIdx--; + file2RevIdx--; + } else if (ses[i].t === diff3.SES_DELETE) { + file1RevIdx--; + } else if (ses[i].t === diff3.SES_ADD) { + file2RevIdx--; + } + } + var tail = { + file1index: -1, + file2index: -1, + chain: null + }; + if (!prev) { + return tail; + } + prev.chain = tail; + return root2; + } + function diffIndices(file1, file2) { + var result = []; + var tail1 = file1.length; + var tail2 = file2.length; + for (var candidate = longestCommonSubsequence(file1, file2); candidate !== null; candidate = candidate.chain) { + var mismatchLength1 = tail1 - candidate.file1index - 1; + var mismatchLength2 = tail2 - candidate.file2index - 1; + tail1 = candidate.file1index; + tail2 = candidate.file2index; + if (mismatchLength1 || mismatchLength2) { + result.push({ + file1: [tail1 + 1, mismatchLength1], + file2: [tail2 + 1, mismatchLength2] + }); + } + } + result.reverse(); + return result; + } + function diff3MergeIndices(a, o, b) { + var i; + var m1 = diffIndices(o, a); + var m2 = diffIndices(o, b); + var hunks = []; + function addHunk(h, side2) { + hunks.push([h.file1[0], side2, h.file1[1], h.file2[0], h.file2[1]]); + } + for (i = 0; i < m1.length; i++) { + addHunk(m1[i], 0); + } + for (i = 0; i < m2.length; i++) { + addHunk(m2[i], 2); + } + hunks.sort(function(x, y) { + return x[0] - y[0]; + }); + var result = []; + var commonOffset = 0; + function copyCommon(targetOffset) { + if (targetOffset > commonOffset) { + result.push([1, commonOffset, targetOffset - commonOffset]); + commonOffset = targetOffset; + } + } + for (var hunkIndex = 0; hunkIndex < hunks.length; hunkIndex++) { + var firstHunkIndex = hunkIndex; + var hunk = hunks[hunkIndex]; + var regionLhs = hunk[0]; + var regionRhs = regionLhs + hunk[2]; + while (hunkIndex < hunks.length - 1) { + var maybeOverlapping = hunks[hunkIndex + 1]; + var maybeLhs = maybeOverlapping[0]; + if (maybeLhs > regionRhs) break; + regionRhs = Math.max(regionRhs, maybeLhs + maybeOverlapping[2]); + hunkIndex++; + } + copyCommon(regionLhs); + if (firstHunkIndex == hunkIndex) { + if (hunk[4] > 0) { + result.push([hunk[1], hunk[3], hunk[4]]); + } + } else { + var regions = { + 0: [a.length, -1, o.length, -1], + 2: [b.length, -1, o.length, -1] + }; + for (i = firstHunkIndex; i <= hunkIndex; i++) { + hunk = hunks[i]; + var side = hunk[1]; + var r = regions[side]; + var oLhs = hunk[0]; + var oRhs = oLhs + hunk[2]; + var abLhs = hunk[3]; + var abRhs = abLhs + hunk[4]; + r[0] = Math.min(abLhs, r[0]); + r[1] = Math.max(abRhs, r[1]); + r[2] = Math.min(oLhs, r[2]); + r[3] = Math.max(oRhs, r[3]); + } + var aLhs = regions[0][0] + (regionLhs - regions[0][2]); + var aRhs = regions[0][1] + (regionRhs - regions[0][3]); + var bLhs = regions[2][0] + (regionLhs - regions[2][2]); + var bRhs = regions[2][1] + (regionRhs - regions[2][3]); + result.push([ + -1, + aLhs, + aRhs - aLhs, + regionLhs, + regionRhs - regionLhs, + bLhs, + bRhs - bLhs + ]); + } + commonOffset = regionRhs; + } + copyCommon(o.length); + return result; + } + function diff3Merge2(a, o, b) { + var result = []; + var files = [a, o, b]; + var indices = diff3MergeIndices(a, o, b); + var okLines = []; + function flushOk() { + if (okLines.length) { + result.push({ + ok: okLines + }); + } + okLines = []; + } + function pushOk(xs) { + for (var j = 0; j < xs.length; j++) { + okLines.push(xs[j]); + } + } + function isTrueConflict(rec) { + if (rec[2] != rec[6]) return true; + var aoff = rec[1]; + var boff = rec[5]; + for (var j = 0; j < rec[2]; j++) { + if (a[j + aoff] != b[j + boff]) return true; + } + return false; + } + for (var i = 0; i < indices.length; i++) { + var x = indices[i]; + var side = x[0]; + if (side == -1) { + if (!isTrueConflict(x)) { + pushOk(files[0].slice(x[1], x[1] + x[2])); + } else { + flushOk(); + result.push({ + conflict: { + a: a.slice(x[1], x[1] + x[2]), + aIndex: x[1], + o: o.slice(x[3], x[3] + x[4]), + oIndex: x[3], + b: b.slice(x[5], x[5] + x[6]), + bIndex: x[5] + } + }); + } + } else { + pushOk(files[side].slice(x[1], x[1] + x[2])); + } + } + flushOk(); + return result; + } + module2.exports = diff3Merge2; + } +}); + +// node_modules/.pnpm/ms@2.1.2/node_modules/ms/index.js +var require_ms = __commonJS({ + "node_modules/.pnpm/ms@2.1.2/node_modules/ms/index.js"(exports2, module2) { + init_polyfill_buffer(); + var s = 1e3; + var m = s * 60; + var h = m * 60; + var d = h * 24; + var w = d * 7; + var y = d * 365.25; + module2.exports = function(val, options) { + options = options || {}; + var type = typeof val; + if (type === "string" && val.length > 0) { + return parse2(val); + } else if (type === "number" && isFinite(val)) { + return options.long ? fmtLong(val) : fmtShort(val); + } + throw new Error( + "val is not a non-empty string or a valid number. val=" + JSON.stringify(val) + ); + }; + function parse2(str) { + str = String(str); + if (str.length > 100) { + return; + } + var match = /^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec( + str + ); + if (!match) { + return; + } + var n = parseFloat(match[1]); + var type = (match[2] || "ms").toLowerCase(); + switch (type) { + case "years": + case "year": + case "yrs": + case "yr": + case "y": + return n * y; + case "weeks": + case "week": + case "w": + return n * w; + case "days": + case "day": + case "d": + return n * d; + case "hours": + case "hour": + case "hrs": + case "hr": + case "h": + return n * h; + case "minutes": + case "minute": + case "mins": + case "min": + case "m": + return n * m; + case "seconds": + case "second": + case "secs": + case "sec": + case "s": + return n * s; + case "milliseconds": + case "millisecond": + case "msecs": + case "msec": + case "ms": + return n; + default: + return void 0; + } + } + function fmtShort(ms) { + var msAbs = Math.abs(ms); + if (msAbs >= d) { + return Math.round(ms / d) + "d"; + } + if (msAbs >= h) { + return Math.round(ms / h) + "h"; + } + if (msAbs >= m) { + return Math.round(ms / m) + "m"; + } + if (msAbs >= s) { + return Math.round(ms / s) + "s"; + } + return ms + "ms"; + } + function fmtLong(ms) { + var msAbs = Math.abs(ms); + if (msAbs >= d) { + return plural(ms, msAbs, d, "day"); + } + if (msAbs >= h) { + return plural(ms, msAbs, h, "hour"); + } + if (msAbs >= m) { + return plural(ms, msAbs, m, "minute"); + } + if (msAbs >= s) { + return plural(ms, msAbs, s, "second"); + } + return ms + " ms"; + } + function plural(ms, msAbs, n, name) { + var isPlural = msAbs >= n * 1.5; + return Math.round(ms / n) + " " + name + (isPlural ? "s" : ""); + } + } +}); + +// node_modules/.pnpm/debug@4.3.5_supports-color@9.4.0/node_modules/debug/src/common.js +var require_common2 = __commonJS({ + "node_modules/.pnpm/debug@4.3.5_supports-color@9.4.0/node_modules/debug/src/common.js"(exports2, module2) { + init_polyfill_buffer(); + function setup(env) { + createDebug.debug = createDebug; + createDebug.default = createDebug; + createDebug.coerce = coerce; + createDebug.disable = disable; + createDebug.enable = enable; + createDebug.enabled = enabled; + createDebug.humanize = require_ms(); + createDebug.destroy = destroy; + Object.keys(env).forEach((key2) => { + createDebug[key2] = env[key2]; + }); + createDebug.names = []; + createDebug.skips = []; + createDebug.formatters = {}; + function selectColor(namespace) { + let hash2 = 0; + for (let i = 0; i < namespace.length; i++) { + hash2 = (hash2 << 5) - hash2 + namespace.charCodeAt(i); + hash2 |= 0; + } + return createDebug.colors[Math.abs(hash2) % createDebug.colors.length]; + } + createDebug.selectColor = selectColor; + function createDebug(namespace) { + let prevTime; + let enableOverride = null; + let namespacesCache; + let enabledCache; + function debug3(...args) { + if (!debug3.enabled) { + return; + } + const self2 = debug3; + const curr = Number(/* @__PURE__ */ new Date()); + const ms = curr - (prevTime || curr); + self2.diff = ms; + self2.prev = prevTime; + self2.curr = curr; + prevTime = curr; + args[0] = createDebug.coerce(args[0]); + if (typeof args[0] !== "string") { + args.unshift("%O"); + } + let index2 = 0; + args[0] = args[0].replace(/%([a-zA-Z%])/g, (match, format) => { + if (match === "%%") { + return "%"; + } + index2++; + const formatter = createDebug.formatters[format]; + if (typeof formatter === "function") { + const val = args[index2]; + match = formatter.call(self2, val); + args.splice(index2, 1); + index2--; + } + return match; + }); + createDebug.formatArgs.call(self2, args); + const logFn = self2.log || createDebug.log; + logFn.apply(self2, args); + } + debug3.namespace = namespace; + debug3.useColors = createDebug.useColors(); + debug3.color = createDebug.selectColor(namespace); + debug3.extend = extend; + debug3.destroy = createDebug.destroy; + Object.defineProperty(debug3, "enabled", { + enumerable: true, + configurable: false, + get: () => { + if (enableOverride !== null) { + return enableOverride; + } + if (namespacesCache !== createDebug.namespaces) { + namespacesCache = createDebug.namespaces; + enabledCache = createDebug.enabled(namespace); + } + return enabledCache; + }, + set: (v) => { + enableOverride = v; + } + }); + if (typeof createDebug.init === "function") { + createDebug.init(debug3); + } + return debug3; + } + function extend(namespace, delimiter) { + const newDebug = createDebug(this.namespace + (typeof delimiter === "undefined" ? ":" : delimiter) + namespace); + newDebug.log = this.log; + return newDebug; + } + function enable(namespaces) { + createDebug.save(namespaces); + createDebug.namespaces = namespaces; + createDebug.names = []; + createDebug.skips = []; + let i; + const split = (typeof namespaces === "string" ? namespaces : "").split(/[\s,]+/); + const len = split.length; + for (i = 0; i < len; i++) { + if (!split[i]) { + continue; + } + namespaces = split[i].replace(/\*/g, ".*?"); + if (namespaces[0] === "-") { + createDebug.skips.push(new RegExp("^" + namespaces.slice(1) + "$")); + } else { + createDebug.names.push(new RegExp("^" + namespaces + "$")); + } + } + } + function disable() { + const namespaces = [ + ...createDebug.names.map(toNamespace), + ...createDebug.skips.map(toNamespace).map((namespace) => "-" + namespace) + ].join(","); + createDebug.enable(""); + return namespaces; + } + function enabled(name) { + if (name[name.length - 1] === "*") { + return true; + } + let i; + let len; + for (i = 0, len = createDebug.skips.length; i < len; i++) { + if (createDebug.skips[i].test(name)) { + return false; + } + } + for (i = 0, len = createDebug.names.length; i < len; i++) { + if (createDebug.names[i].test(name)) { + return true; + } + } + return false; + } + function toNamespace(regexp) { + return regexp.toString().substring(2, regexp.toString().length - 2).replace(/\.\*\?$/, "*"); + } + function coerce(val) { + if (val instanceof Error) { + return val.stack || val.message; + } + return val; + } + function destroy() { + console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."); + } + createDebug.enable(createDebug.load()); + return createDebug; + } + module2.exports = setup; + } +}); + +// node_modules/.pnpm/debug@4.3.5_supports-color@9.4.0/node_modules/debug/src/browser.js +var require_browser = __commonJS({ + "node_modules/.pnpm/debug@4.3.5_supports-color@9.4.0/node_modules/debug/src/browser.js"(exports2, module2) { + init_polyfill_buffer(); + exports2.formatArgs = formatArgs; + exports2.save = save; + exports2.load = load; + exports2.useColors = useColors; + exports2.storage = localstorage(); + exports2.destroy = /* @__PURE__ */ (() => { + let warned = false; + return () => { + if (!warned) { + warned = true; + console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."); + } + }; + })(); + exports2.colors = [ + "#0000CC", + "#0000FF", + "#0033CC", + "#0033FF", + "#0066CC", + "#0066FF", + "#0099CC", + "#0099FF", + "#00CC00", + "#00CC33", + "#00CC66", + "#00CC99", + "#00CCCC", + "#00CCFF", + "#3300CC", + "#3300FF", + "#3333CC", + "#3333FF", + "#3366CC", + "#3366FF", + "#3399CC", + "#3399FF", + "#33CC00", + "#33CC33", + "#33CC66", + "#33CC99", + "#33CCCC", + "#33CCFF", + "#6600CC", + "#6600FF", + "#6633CC", + "#6633FF", + "#66CC00", + "#66CC33", + "#9900CC", + "#9900FF", + "#9933CC", + "#9933FF", + "#99CC00", + "#99CC33", + "#CC0000", + "#CC0033", + "#CC0066", + "#CC0099", + "#CC00CC", + "#CC00FF", + "#CC3300", + "#CC3333", + "#CC3366", + "#CC3399", + "#CC33CC", + "#CC33FF", + "#CC6600", + "#CC6633", + "#CC9900", + "#CC9933", + "#CCCC00", + "#CCCC33", + "#FF0000", + "#FF0033", + "#FF0066", + "#FF0099", + "#FF00CC", + "#FF00FF", + "#FF3300", + "#FF3333", + "#FF3366", + "#FF3399", + "#FF33CC", + "#FF33FF", + "#FF6600", + "#FF6633", + "#FF9900", + "#FF9933", + "#FFCC00", + "#FFCC33" + ]; + function useColors() { + if (typeof window !== "undefined" && window.process && (window.process.type === "renderer" || window.process.__nwjs)) { + return true; + } + if (typeof navigator !== "undefined" && navigator.userAgent && navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)) { + return false; + } + return typeof document !== "undefined" && document.documentElement && document.documentElement.style && document.documentElement.style.WebkitAppearance || // Is firebug? http://stackoverflow.com/a/398120/376773 + typeof window !== "undefined" && window.console && (window.console.firebug || window.console.exception && window.console.table) || // Is firefox >= v31? + // https://developer.mozilla.org/en-US/docs/Tools/Web_Console#Styling_messages + typeof navigator !== "undefined" && navigator.userAgent && navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/) && parseInt(RegExp.$1, 10) >= 31 || // Double check webkit in userAgent just in case we are in a worker + typeof navigator !== "undefined" && navigator.userAgent && navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/); + } + function formatArgs(args) { + args[0] = (this.useColors ? "%c" : "") + this.namespace + (this.useColors ? " %c" : " ") + args[0] + (this.useColors ? "%c " : " ") + "+" + module2.exports.humanize(this.diff); + if (!this.useColors) { + return; + } + const c = "color: " + this.color; + args.splice(1, 0, c, "color: inherit"); + let index2 = 0; + let lastC = 0; + args[0].replace(/%[a-zA-Z%]/g, (match) => { + if (match === "%%") { + return; + } + index2++; + if (match === "%c") { + lastC = index2; + } + }); + args.splice(lastC, 0, c); + } + exports2.log = console.debug || console.log || (() => { + }); + function save(namespaces) { + try { + if (namespaces) { + exports2.storage.setItem("debug", namespaces); + } else { + exports2.storage.removeItem("debug"); + } + } catch (error) { + } + } + function load() { + let r; + try { + r = exports2.storage.getItem("debug"); + } catch (error) { + } + if (!r && typeof process !== "undefined" && "env" in process) { + r = process.env.DEBUG; + } + return r; + } + function localstorage() { + try { + return localStorage; + } catch (error) { + } + } + module2.exports = require_common2()(exports2); + var { formatters } = module2.exports; + formatters.j = function(v) { + try { + return JSON.stringify(v); + } catch (error) { + return "[UnexpectedJSONParseError]: " + error.message; + } + }; + } +}); + +// node_modules/.pnpm/@kwsites+file-exists@1.1.1_supports-color@9.4.0/node_modules/@kwsites/file-exists/dist/src/index.js +var require_src = __commonJS({ + "node_modules/.pnpm/@kwsites+file-exists@1.1.1_supports-color@9.4.0/node_modules/@kwsites/file-exists/dist/src/index.js"(exports2) { + "use strict"; + init_polyfill_buffer(); + var __importDefault = exports2 && exports2.__importDefault || function(mod) { + return mod && mod.__esModule ? mod : { "default": mod }; + }; + Object.defineProperty(exports2, "__esModule", { value: true }); + var fs_1 = require("fs"); + var debug_1 = __importDefault(require_browser()); + var log2 = debug_1.default("@kwsites/file-exists"); + function check(path2, isFile, isDirectory) { + log2(`checking %s`, path2); + try { + const stat = fs_1.statSync(path2); + if (stat.isFile() && isFile) { + log2(`[OK] path represents a file`); + return true; + } + if (stat.isDirectory() && isDirectory) { + log2(`[OK] path represents a directory`); + return true; + } + log2(`[FAIL] path represents something other than a file or directory`); + return false; + } catch (e) { + if (e.code === "ENOENT") { + log2(`[FAIL] path is not accessible: %o`, e); + return false; + } + log2(`[FATAL] %o`, e); + throw e; + } + } + function exists2(path2, type = exports2.READABLE) { + return check(path2, (type & exports2.FILE) > 0, (type & exports2.FOLDER) > 0); + } + exports2.exists = exists2; + exports2.FILE = 1; + exports2.FOLDER = 2; + exports2.READABLE = exports2.FILE + exports2.FOLDER; + } +}); + +// node_modules/.pnpm/@kwsites+file-exists@1.1.1_supports-color@9.4.0/node_modules/@kwsites/file-exists/dist/index.js +var require_dist = __commonJS({ + "node_modules/.pnpm/@kwsites+file-exists@1.1.1_supports-color@9.4.0/node_modules/@kwsites/file-exists/dist/index.js"(exports2) { + "use strict"; + init_polyfill_buffer(); + function __export3(m) { + for (var p in m) if (!exports2.hasOwnProperty(p)) exports2[p] = m[p]; + } + Object.defineProperty(exports2, "__esModule", { value: true }); + __export3(require_src()); + } +}); + +// node_modules/.pnpm/@kwsites+promise-deferred@1.1.1/node_modules/@kwsites/promise-deferred/dist/index.js +var require_dist2 = __commonJS({ + "node_modules/.pnpm/@kwsites+promise-deferred@1.1.1/node_modules/@kwsites/promise-deferred/dist/index.js"(exports2) { + "use strict"; + init_polyfill_buffer(); + Object.defineProperty(exports2, "__esModule", { value: true }); + exports2.createDeferred = exports2.deferred = void 0; + function deferred2() { + let done; + let fail; + let status2 = "pending"; + const promise2 = new Promise((_done, _fail) => { + done = _done; + fail = _fail; + }); + return { + promise: promise2, + done(result) { + if (status2 === "pending") { + status2 = "resolved"; + done(result); + } + }, + fail(error) { + if (status2 === "pending") { + status2 = "rejected"; + fail(error); + } + }, + get fulfilled() { + return status2 !== "pending"; + }, + get status() { + return status2; + } + }; + } + exports2.deferred = deferred2; + exports2.createDeferred = deferred2; + exports2.default = deferred2; + } +}); + +// node_modules/.pnpm/color-name@1.1.4/node_modules/color-name/index.js +var require_color_name = __commonJS({ + "node_modules/.pnpm/color-name@1.1.4/node_modules/color-name/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + module2.exports = { + "aliceblue": [240, 248, 255], + "antiquewhite": [250, 235, 215], + "aqua": [0, 255, 255], + "aquamarine": [127, 255, 212], + "azure": [240, 255, 255], + "beige": [245, 245, 220], + "bisque": [255, 228, 196], + "black": [0, 0, 0], + "blanchedalmond": [255, 235, 205], + "blue": [0, 0, 255], + "blueviolet": [138, 43, 226], + "brown": [165, 42, 42], + "burlywood": [222, 184, 135], + "cadetblue": [95, 158, 160], + "chartreuse": [127, 255, 0], + "chocolate": [210, 105, 30], + "coral": [255, 127, 80], + "cornflowerblue": [100, 149, 237], + "cornsilk": [255, 248, 220], + "crimson": [220, 20, 60], + "cyan": [0, 255, 255], + "darkblue": [0, 0, 139], + "darkcyan": [0, 139, 139], + "darkgoldenrod": [184, 134, 11], + "darkgray": [169, 169, 169], + "darkgreen": [0, 100, 0], + "darkgrey": [169, 169, 169], + "darkkhaki": [189, 183, 107], + "darkmagenta": [139, 0, 139], + "darkolivegreen": [85, 107, 47], + "darkorange": [255, 140, 0], + "darkorchid": [153, 50, 204], + "darkred": [139, 0, 0], + "darksalmon": [233, 150, 122], + "darkseagreen": [143, 188, 143], + "darkslateblue": [72, 61, 139], + "darkslategray": [47, 79, 79], + "darkslategrey": [47, 79, 79], + "darkturquoise": [0, 206, 209], + "darkviolet": [148, 0, 211], + "deeppink": [255, 20, 147], + "deepskyblue": [0, 191, 255], + "dimgray": [105, 105, 105], + "dimgrey": [105, 105, 105], + "dodgerblue": [30, 144, 255], + "firebrick": [178, 34, 34], + "floralwhite": [255, 250, 240], + "forestgreen": [34, 139, 34], + "fuchsia": [255, 0, 255], + "gainsboro": [220, 220, 220], + "ghostwhite": [248, 248, 255], + "gold": [255, 215, 0], + "goldenrod": [218, 165, 32], + "gray": [128, 128, 128], + "green": [0, 128, 0], + "greenyellow": [173, 255, 47], + "grey": [128, 128, 128], + "honeydew": [240, 255, 240], + "hotpink": [255, 105, 180], + "indianred": [205, 92, 92], + "indigo": [75, 0, 130], + "ivory": [255, 255, 240], + "khaki": [240, 230, 140], + "lavender": [230, 230, 250], + "lavenderblush": [255, 240, 245], + "lawngreen": [124, 252, 0], + "lemonchiffon": [255, 250, 205], + "lightblue": [173, 216, 230], + "lightcoral": [240, 128, 128], + "lightcyan": [224, 255, 255], + "lightgoldenrodyellow": [250, 250, 210], + "lightgray": [211, 211, 211], + "lightgreen": [144, 238, 144], + "lightgrey": [211, 211, 211], + "lightpink": [255, 182, 193], + "lightsalmon": [255, 160, 122], + "lightseagreen": [32, 178, 170], + "lightskyblue": [135, 206, 250], + "lightslategray": [119, 136, 153], + "lightslategrey": [119, 136, 153], + "lightsteelblue": [176, 196, 222], + "lightyellow": [255, 255, 224], + "lime": [0, 255, 0], + "limegreen": [50, 205, 50], + "linen": [250, 240, 230], + "magenta": [255, 0, 255], + "maroon": [128, 0, 0], + "mediumaquamarine": [102, 205, 170], + "mediumblue": [0, 0, 205], + "mediumorchid": [186, 85, 211], + "mediumpurple": [147, 112, 219], + "mediumseagreen": [60, 179, 113], + "mediumslateblue": [123, 104, 238], + "mediumspringgreen": [0, 250, 154], + "mediumturquoise": [72, 209, 204], + "mediumvioletred": [199, 21, 133], + "midnightblue": [25, 25, 112], + "mintcream": [245, 255, 250], + "mistyrose": [255, 228, 225], + "moccasin": [255, 228, 181], + "navajowhite": [255, 222, 173], + "navy": [0, 0, 128], + "oldlace": [253, 245, 230], + "olive": [128, 128, 0], + "olivedrab": [107, 142, 35], + "orange": [255, 165, 0], + "orangered": [255, 69, 0], + "orchid": [218, 112, 214], + "palegoldenrod": [238, 232, 170], + "palegreen": [152, 251, 152], + "paleturquoise": [175, 238, 238], + "palevioletred": [219, 112, 147], + "papayawhip": [255, 239, 213], + "peachpuff": [255, 218, 185], + "peru": [205, 133, 63], + "pink": [255, 192, 203], + "plum": [221, 160, 221], + "powderblue": [176, 224, 230], + "purple": [128, 0, 128], + "rebeccapurple": [102, 51, 153], + "red": [255, 0, 0], + "rosybrown": [188, 143, 143], + "royalblue": [65, 105, 225], + "saddlebrown": [139, 69, 19], + "salmon": [250, 128, 114], + "sandybrown": [244, 164, 96], + "seagreen": [46, 139, 87], + "seashell": [255, 245, 238], + "sienna": [160, 82, 45], + "silver": [192, 192, 192], + "skyblue": [135, 206, 235], + "slateblue": [106, 90, 205], + "slategray": [112, 128, 144], + "slategrey": [112, 128, 144], + "snow": [255, 250, 250], + "springgreen": [0, 255, 127], + "steelblue": [70, 130, 180], + "tan": [210, 180, 140], + "teal": [0, 128, 128], + "thistle": [216, 191, 216], + "tomato": [255, 99, 71], + "turquoise": [64, 224, 208], + "violet": [238, 130, 238], + "wheat": [245, 222, 179], + "white": [255, 255, 255], + "whitesmoke": [245, 245, 245], + "yellow": [255, 255, 0], + "yellowgreen": [154, 205, 50] + }; + } +}); + +// node_modules/.pnpm/css-unit-converter@1.1.2/node_modules/css-unit-converter/index.js +var require_css_unit_converter = __commonJS({ + "node_modules/.pnpm/css-unit-converter@1.1.2/node_modules/css-unit-converter/index.js"(exports2, module2) { + init_polyfill_buffer(); + var conversions = { + // length + "px": { + "px": 1, + "cm": 96 / 2.54, + "mm": 96 / 25.4, + "in": 96, + "pt": 96 / 72, + "pc": 16 + }, + "cm": { + "px": 2.54 / 96, + "cm": 1, + "mm": 0.1, + "in": 2.54, + "pt": 2.54 / 72, + "pc": 2.54 / 6 + }, + "mm": { + "px": 25.4 / 96, + "cm": 10, + "mm": 1, + "in": 25.4, + "pt": 25.4 / 72, + "pc": 25.4 / 6 + }, + "in": { + "px": 1 / 96, + "cm": 1 / 2.54, + "mm": 1 / 25.4, + "in": 1, + "pt": 1 / 72, + "pc": 1 / 6 + }, + "pt": { + "px": 0.75, + "cm": 72 / 2.54, + "mm": 72 / 25.4, + "in": 72, + "pt": 1, + "pc": 12 + }, + "pc": { + "px": 6 / 96, + "cm": 6 / 2.54, + "mm": 6 / 25.4, + "in": 6, + "pt": 6 / 72, + "pc": 1 + }, + // angle + "deg": { + "deg": 1, + "grad": 0.9, + "rad": 180 / Math.PI, + "turn": 360 + }, + "grad": { + "deg": 400 / 360, + "grad": 1, + "rad": 200 / Math.PI, + "turn": 400 + }, + "rad": { + "deg": Math.PI / 180, + "grad": Math.PI / 200, + "rad": 1, + "turn": Math.PI * 2 + }, + "turn": { + "deg": 1 / 360, + "grad": 1 / 400, + "rad": 0.5 / Math.PI, + "turn": 1 + }, + // time + "s": { + "s": 1, + "ms": 1 / 1e3 + }, + "ms": { + "s": 1e3, + "ms": 1 + }, + // frequency + "Hz": { + "Hz": 1, + "kHz": 1e3 + }, + "kHz": { + "Hz": 1 / 1e3, + "kHz": 1 + }, + // resolution + "dpi": { + "dpi": 1, + "dpcm": 1 / 2.54, + "dppx": 1 / 96 + }, + "dpcm": { + "dpi": 2.54, + "dpcm": 1, + "dppx": 2.54 / 96 + }, + "dppx": { + "dpi": 96, + "dpcm": 96 / 2.54, + "dppx": 1 + } + }; + module2.exports = function(value, sourceUnit, targetUnit, precision) { + if (!conversions.hasOwnProperty(targetUnit)) + throw new Error("Cannot convert to " + targetUnit); + if (!conversions[targetUnit].hasOwnProperty(sourceUnit)) + throw new Error("Cannot convert from " + sourceUnit + " to " + targetUnit); + var converted = conversions[targetUnit][sourceUnit] * value; + if (precision !== false) { + precision = Math.pow(10, parseInt(precision) || 5); + return Math.round(converted * precision) / precision; + } + return converted; + }; + } +}); + +// node_modules/.pnpm/css-color-converter@2.0.0/node_modules/css-color-converter/lib/index.js +var require_lib3 = __commonJS({ + "node_modules/.pnpm/css-color-converter@2.0.0/node_modules/css-color-converter/lib/index.js"(exports2) { + "use strict"; + init_polyfill_buffer(); + Object.defineProperty(exports2, "__esModule", { + value: true + }); + exports2.fromRgba = fromRgba; + exports2.fromRgb = fromRgb; + exports2.fromHsla = fromHsla; + exports2.fromHsl = fromHsl; + exports2.fromString = fromString2; + exports2["default"] = void 0; + var _colorName = _interopRequireDefault(require_color_name()); + var _cssUnitConverter = _interopRequireDefault(require_css_unit_converter()); + function _interopRequireDefault(obj) { + return obj && obj.__esModule ? obj : { "default": obj }; + } + function _classCallCheck(instance10, Constructor) { + if (!(instance10 instanceof Constructor)) { + throw new TypeError("Cannot call a class as a function"); + } + } + function _defineProperties(target, props) { + for (var i = 0; i < props.length; i++) { + var descriptor = props[i]; + descriptor.enumerable = descriptor.enumerable || false; + descriptor.configurable = true; + if ("value" in descriptor) descriptor.writable = true; + Object.defineProperty(target, descriptor.key, descriptor); + } + } + function _createClass(Constructor, protoProps, staticProps) { + if (protoProps) _defineProperties(Constructor.prototype, protoProps); + if (staticProps) _defineProperties(Constructor, staticProps); + return Constructor; + } + function _slicedToArray(arr, i) { + return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray2(arr, i) || _nonIterableRest(); + } + function _nonIterableRest() { + 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 _unsupportedIterableToArray2(o, minLen) { + if (!o) return; + if (typeof o === "string") return _arrayLikeToArray2(o, minLen); + var n = Object.prototype.toString.call(o).slice(8, -1); + if (n === "Object" && o.constructor) n = o.constructor.name; + if (n === "Map" || n === "Set") return Array.from(o); + if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray2(o, minLen); + } + function _arrayLikeToArray2(arr, len) { + if (len == null || len > arr.length) len = arr.length; + for (var i = 0, arr2 = new Array(len); i < len; i++) { + arr2[i] = arr[i]; + } + return arr2; + } + function _iterableToArrayLimit(arr, i) { + if (typeof Symbol === "undefined" || !(Symbol.iterator in Object(arr))) return; + var _arr = []; + var _n = true; + var _d = false; + var _e = void 0; + try { + for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { + _arr.push(_s.value); + if (i && _arr.length === i) break; + } + } catch (err) { + _d = true; + _e = err; + } finally { + try { + if (!_n && _i["return"] != null) _i["return"](); + } finally { + if (_d) throw _e; + } + } + return _arr; + } + function _arrayWithHoles(arr) { + if (Array.isArray(arr)) return arr; + } + var hex = /^#([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})?$/; + var shortHex = /^#([0-9a-fA-F])([0-9a-fA-F])([0-9a-fA-F])([0-9a-fA-F])?$/; + var rgb = /^rgba?\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)(?:\s*,\s*(0|1|0?\.\d+|\d+%))?\s*\)$/; + var rgbfn = /^rgba?\(\s*(\d+)\s+(\d+)\s+(\d+)(?:\s*\/\s*(0|1|0?\.\d+|\d+%))?\s*\)$/; + var rgbperc = /^rgba?\(\s*(\d+%)\s*,\s*(\d+%)\s*,\s*(\d+%)(?:\s*,\s*(0|1|0?\.\d+|\d+%))?\s*\)$/; + var rgbpercfn = /^rgba?\(\s*(\d+%)\s+(\d+%)\s+(\d+%)(?:\s*\/\s*(0|1|0?\.\d+|\d+%))?\s*\)$/; + var hsl = /^hsla?\(\s*(\d+)(deg|rad|grad|turn)?\s*,\s*(\d+)%\s*,\s*(\d+)%(?:\s*,\s*(0|1|0?\.\d+|\d+%))?\s*\)$/; + function contains2(haystack, needle) { + return haystack.indexOf(needle) > -1; + } + function rgbToHsl(r, g, b) { + var rprim = r / 255; + var gprim = g / 255; + var bprim = b / 255; + var cmax = Math.max(rprim, gprim, bprim); + var cmin = Math.min(rprim, gprim, bprim); + var delta = cmax - cmin; + var l = (cmax + cmin) / 2; + if (delta === 0) { + return [0, 0, l * 100]; + } + var s = delta / (1 - Math.abs(2 * l - 1)); + var h = function() { + switch (cmax) { + case rprim: { + return (gprim - bprim) / delta % 6; + } + case gprim: { + return (bprim - rprim) / delta + 2; + } + default: { + return (rprim - gprim) / delta + 4; + } + } + }(); + return [h * 60, s * 100, l * 100]; + } + function hslToRgb(h, s, l) { + var hprim = h / 60; + var sprim = s / 100; + var lprim = l / 100; + var c = (1 - Math.abs(2 * lprim - 1)) * sprim; + var x = c * (1 - Math.abs(hprim % 2 - 1)); + var m = lprim - c / 2; + var _ref = function() { + if (hprim < 1) return [c, x, 0]; + if (hprim < 2) return [x, c, 0]; + if (hprim < 3) return [0, c, x]; + if (hprim < 4) return [0, x, c]; + if (hprim < 5) return [x, 0, c]; + return [c, 0, x]; + }(), _ref2 = _slicedToArray(_ref, 3), rprim = _ref2[0], gprim = _ref2[1], bprim = _ref2[2]; + return [(rprim + m) * 255, (gprim + m) * 255, (bprim + m) * 255]; + } + var Color = /* @__PURE__ */ function() { + function Color2(_ref3) { + var _ref4 = _slicedToArray(_ref3, 4), r = _ref4[0], g = _ref4[1], b = _ref4[2], a = _ref4[3]; + _classCallCheck(this, Color2); + this.values = [Math.max(Math.min(parseInt(r, 10), 255), 0), Math.max(Math.min(parseInt(g, 10), 255), 0), Math.max(Math.min(parseInt(b, 10), 255), 0), a == null ? 1 : Math.max(Math.min(parseFloat(a), 255), 0)]; + } + _createClass(Color2, [{ + key: "toRgbString", + value: function toRgbString() { + var _this$values = _slicedToArray(this.values, 4), r = _this$values[0], g = _this$values[1], b = _this$values[2], a = _this$values[3]; + if (a === 1) { + return "rgb(".concat(r, ", ").concat(g, ", ").concat(b, ")"); + } + return "rgba(".concat(r, ", ").concat(g, ", ").concat(b, ", ").concat(a, ")"); + } + }, { + key: "toHslString", + value: function toHslString() { + var _this$toHslaArray = this.toHslaArray(), _this$toHslaArray2 = _slicedToArray(_this$toHslaArray, 4), h = _this$toHslaArray2[0], s = _this$toHslaArray2[1], l = _this$toHslaArray2[2], a = _this$toHslaArray2[3]; + if (a === 1) { + return "hsl(".concat(h, ", ").concat(s, "%, ").concat(l, "%)"); + } + return "hsla(".concat(h, ", ").concat(s, "%, ").concat(l, "%, ").concat(a, ")"); + } + }, { + key: "toHexString", + value: function toHexString() { + var _this$values2 = _slicedToArray(this.values, 4), r = _this$values2[0], g = _this$values2[1], b = _this$values2[2], a = _this$values2[3]; + r = Number(r).toString(16).padStart(2, "0"); + g = Number(g).toString(16).padStart(2, "0"); + b = Number(b).toString(16).padStart(2, "0"); + a = a < 1 ? parseInt(a * 255, 10).toString(16).padStart(2, "0") : ""; + return "#".concat(r).concat(g).concat(b).concat(a); + } + }, { + key: "toRgbaArray", + value: function toRgbaArray() { + return this.values; + } + }, { + key: "toHslaArray", + value: function toHslaArray() { + var _this$values3 = _slicedToArray(this.values, 4), r = _this$values3[0], g = _this$values3[1], b = _this$values3[2], a = _this$values3[3]; + var _rgbToHsl = rgbToHsl(r, g, b), _rgbToHsl2 = _slicedToArray(_rgbToHsl, 3), h = _rgbToHsl2[0], s = _rgbToHsl2[1], l = _rgbToHsl2[2]; + return [h, s, l, a]; + } + }]); + return Color2; + }(); + function fromRgba(_ref5) { + var _ref6 = _slicedToArray(_ref5, 4), r = _ref6[0], g = _ref6[1], b = _ref6[2], a = _ref6[3]; + return new Color([r, g, b, a]); + } + function fromRgb(_ref7) { + var _ref8 = _slicedToArray(_ref7, 3), r = _ref8[0], g = _ref8[1], b = _ref8[2]; + return fromRgba([r, g, b, 1]); + } + function fromHsla(_ref9) { + var _ref10 = _slicedToArray(_ref9, 4), h = _ref10[0], s = _ref10[1], l = _ref10[2], a = _ref10[3]; + var _hslToRgb = hslToRgb(h, s, l), _hslToRgb2 = _slicedToArray(_hslToRgb, 3), r = _hslToRgb2[0], g = _hslToRgb2[1], b = _hslToRgb2[2]; + return fromRgba([r, g, b, a]); + } + function fromHsl(_ref11) { + var _ref12 = _slicedToArray(_ref11, 3), h = _ref12[0], s = _ref12[1], l = _ref12[2]; + return fromHsla([h, s, l, 1]); + } + function fromHexString(str) { + var _ref13 = hex.exec(str) || shortHex.exec(str), _ref14 = _slicedToArray(_ref13, 5), r = _ref14[1], g = _ref14[2], b = _ref14[3], a = _ref14[4]; + r = parseInt(r.length < 2 ? r.repeat(2) : r, 16); + g = parseInt(g.length < 2 ? g.repeat(2) : g, 16); + b = parseInt(b.length < 2 ? b.repeat(2) : b, 16); + a = a && (parseInt(a.length < 2 ? a.repeat(2) : a, 16) / 255).toPrecision(1) || 1; + return fromRgba([r, g, b, a]); + } + function fromRgbString(str) { + var _ref15 = rgb.exec(str) || rgbperc.exec(str) || rgbfn.exec(str) || rgbpercfn.exec(str), _ref16 = _slicedToArray(_ref15, 5), r = _ref16[1], g = _ref16[2], b = _ref16[3], a = _ref16[4]; + r = contains2(r, "%") ? parseInt(r, 10) * 255 / 100 : parseInt(r, 10); + g = contains2(g, "%") ? parseInt(g, 10) * 255 / 100 : parseInt(g, 10); + b = contains2(b, "%") > 0 ? parseInt(b, 10) * 255 / 100 : parseInt(b, 10); + a = a === void 0 ? 1 : parseFloat(a) / (contains2(a, "%") ? 100 : 1); + return fromRgba([r, g, b, a]); + } + function fromHslString(str) { + var _hsl$exec = hsl.exec(str), _hsl$exec2 = _slicedToArray(_hsl$exec, 6), h = _hsl$exec2[1], unit = _hsl$exec2[2], s = _hsl$exec2[3], l = _hsl$exec2[4], a = _hsl$exec2[5]; + unit = unit || "deg"; + h = (0, _cssUnitConverter["default"])(parseFloat(h), unit, "deg"); + s = parseFloat(s); + l = parseFloat(l); + a = a === void 0 ? 1 : parseFloat(a) / (contains2(a, "%") ? 100 : 1); + return fromHsla([h, s, l, a]); + } + function fromString2(str) { + if (_colorName["default"][str]) { + return fromRgb(_colorName["default"][str]); + } + if (hex.test(str) || shortHex.test(str)) { + return fromHexString(str); + } + if (rgb.test(str) || rgbperc.test(str) || rgbfn.test(str) || rgbpercfn.test(str)) { + return fromRgbString(str); + } + if (hsl.test(str)) { + return fromHslString(str); + } + return null; + } + var _default = { + fromString: fromString2, + fromRgb, + fromRgba, + fromHsl, + fromHsla + }; + exports2["default"] = _default; + } +}); + +// node_modules/.pnpm/object-keys@1.1.1/node_modules/object-keys/isArguments.js +var require_isArguments = __commonJS({ + "node_modules/.pnpm/object-keys@1.1.1/node_modules/object-keys/isArguments.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var toStr = Object.prototype.toString; + module2.exports = function isArguments(value) { + var str = toStr.call(value); + var isArgs = str === "[object Arguments]"; + if (!isArgs) { + isArgs = str !== "[object Array]" && value !== null && typeof value === "object" && typeof value.length === "number" && value.length >= 0 && toStr.call(value.callee) === "[object Function]"; + } + return isArgs; + }; + } +}); + +// node_modules/.pnpm/object-keys@1.1.1/node_modules/object-keys/implementation.js +var require_implementation = __commonJS({ + "node_modules/.pnpm/object-keys@1.1.1/node_modules/object-keys/implementation.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var keysShim; + if (!Object.keys) { + has = Object.prototype.hasOwnProperty; + toStr = Object.prototype.toString; + isArgs = require_isArguments(); + isEnumerable = Object.prototype.propertyIsEnumerable; + hasDontEnumBug = !isEnumerable.call({ toString: null }, "toString"); + hasProtoEnumBug = isEnumerable.call(function() { + }, "prototype"); + dontEnums = [ + "toString", + "toLocaleString", + "valueOf", + "hasOwnProperty", + "isPrototypeOf", + "propertyIsEnumerable", + "constructor" + ]; + equalsConstructorPrototype = function(o) { + var ctor = o.constructor; + return ctor && ctor.prototype === o; + }; + excludedKeys = { + $applicationCache: true, + $console: true, + $external: true, + $frame: true, + $frameElement: true, + $frames: true, + $innerHeight: true, + $innerWidth: true, + $onmozfullscreenchange: true, + $onmozfullscreenerror: true, + $outerHeight: true, + $outerWidth: true, + $pageXOffset: true, + $pageYOffset: true, + $parent: true, + $scrollLeft: true, + $scrollTop: true, + $scrollX: true, + $scrollY: true, + $self: true, + $webkitIndexedDB: true, + $webkitStorageInfo: true, + $window: true + }; + hasAutomationEqualityBug = function() { + if (typeof window === "undefined") { + return false; + } + for (var k in window) { + try { + if (!excludedKeys["$" + k] && has.call(window, k) && window[k] !== null && typeof window[k] === "object") { + try { + equalsConstructorPrototype(window[k]); + } catch (e) { + return true; + } + } + } catch (e) { + return true; + } + } + return false; + }(); + equalsConstructorPrototypeIfNotBuggy = function(o) { + if (typeof window === "undefined" || !hasAutomationEqualityBug) { + return equalsConstructorPrototype(o); + } + try { + return equalsConstructorPrototype(o); + } catch (e) { + return false; + } + }; + keysShim = function keys(object) { + var isObject2 = object !== null && typeof object === "object"; + var isFunction2 = toStr.call(object) === "[object Function]"; + var isArguments = isArgs(object); + var isString = isObject2 && toStr.call(object) === "[object String]"; + var theKeys = []; + if (!isObject2 && !isFunction2 && !isArguments) { + throw new TypeError("Object.keys called on a non-object"); + } + var skipProto = hasProtoEnumBug && isFunction2; + if (isString && object.length > 0 && !has.call(object, 0)) { + for (var i = 0; i < object.length; ++i) { + theKeys.push(String(i)); + } + } + if (isArguments && object.length > 0) { + for (var j = 0; j < object.length; ++j) { + theKeys.push(String(j)); + } + } else { + for (var name in object) { + if (!(skipProto && name === "prototype") && has.call(object, name)) { + theKeys.push(String(name)); + } + } + } + if (hasDontEnumBug) { + var skipConstructor = equalsConstructorPrototypeIfNotBuggy(object); + for (var k = 0; k < dontEnums.length; ++k) { + if (!(skipConstructor && dontEnums[k] === "constructor") && has.call(object, dontEnums[k])) { + theKeys.push(dontEnums[k]); + } + } + } + return theKeys; + }; + } + var has; + var toStr; + var isArgs; + var isEnumerable; + var hasDontEnumBug; + var hasProtoEnumBug; + var dontEnums; + var equalsConstructorPrototype; + var excludedKeys; + var hasAutomationEqualityBug; + var equalsConstructorPrototypeIfNotBuggy; + module2.exports = keysShim; + } +}); + +// node_modules/.pnpm/object-keys@1.1.1/node_modules/object-keys/index.js +var require_object_keys = __commonJS({ + "node_modules/.pnpm/object-keys@1.1.1/node_modules/object-keys/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var slice = Array.prototype.slice; + var isArgs = require_isArguments(); + var origKeys = Object.keys; + var keysShim = origKeys ? function keys(o) { + return origKeys(o); + } : require_implementation(); + var originalKeys = Object.keys; + keysShim.shim = function shimObjectKeys() { + if (Object.keys) { + var keysWorksWithArguments = function() { + var args = Object.keys(arguments); + return args && args.length === arguments.length; + }(1, 2); + if (!keysWorksWithArguments) { + Object.keys = function keys(object) { + if (isArgs(object)) { + return originalKeys(slice.call(object)); + } + return originalKeys(object); + }; + } + } else { + Object.keys = keysShim; + } + return Object.keys || keysShim; + }; + module2.exports = keysShim; + } +}); + +// node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/index.js +var require_es_errors = __commonJS({ + "node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + module2.exports = Error; + } +}); + +// node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/eval.js +var require_eval = __commonJS({ + "node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/eval.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + module2.exports = EvalError; + } +}); + +// node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/range.js +var require_range = __commonJS({ + "node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/range.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + module2.exports = RangeError; + } +}); + +// node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/ref.js +var require_ref = __commonJS({ + "node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/ref.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + module2.exports = ReferenceError; + } +}); + +// node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/syntax.js +var require_syntax = __commonJS({ + "node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/syntax.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + module2.exports = SyntaxError; + } +}); + +// node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/type.js +var require_type = __commonJS({ + "node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/type.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + module2.exports = TypeError; + } +}); + +// node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/uri.js +var require_uri = __commonJS({ + "node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/uri.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + module2.exports = URIError; + } +}); + +// node_modules/.pnpm/has-symbols@1.0.3/node_modules/has-symbols/shams.js +var require_shams = __commonJS({ + "node_modules/.pnpm/has-symbols@1.0.3/node_modules/has-symbols/shams.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + module2.exports = function hasSymbols() { + if (typeof Symbol !== "function" || typeof Object.getOwnPropertySymbols !== "function") { + return false; + } + if (typeof Symbol.iterator === "symbol") { + return true; + } + var obj = {}; + var sym = Symbol("test"); + var symObj = Object(sym); + if (typeof sym === "string") { + return false; + } + if (Object.prototype.toString.call(sym) !== "[object Symbol]") { + return false; + } + if (Object.prototype.toString.call(symObj) !== "[object Symbol]") { + return false; + } + var symVal = 42; + obj[sym] = symVal; + for (sym in obj) { + return false; + } + if (typeof Object.keys === "function" && Object.keys(obj).length !== 0) { + return false; + } + if (typeof Object.getOwnPropertyNames === "function" && Object.getOwnPropertyNames(obj).length !== 0) { + return false; + } + var syms = Object.getOwnPropertySymbols(obj); + if (syms.length !== 1 || syms[0] !== sym) { + return false; + } + if (!Object.prototype.propertyIsEnumerable.call(obj, sym)) { + return false; + } + if (typeof Object.getOwnPropertyDescriptor === "function") { + var descriptor = Object.getOwnPropertyDescriptor(obj, sym); + if (descriptor.value !== symVal || descriptor.enumerable !== true) { + return false; + } + } + return true; + }; + } +}); + +// node_modules/.pnpm/has-symbols@1.0.3/node_modules/has-symbols/index.js +var require_has_symbols = __commonJS({ + "node_modules/.pnpm/has-symbols@1.0.3/node_modules/has-symbols/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var origSymbol = typeof Symbol !== "undefined" && Symbol; + var hasSymbolSham = require_shams(); + module2.exports = function hasNativeSymbols() { + if (typeof origSymbol !== "function") { + return false; + } + if (typeof Symbol !== "function") { + return false; + } + if (typeof origSymbol("foo") !== "symbol") { + return false; + } + if (typeof Symbol("bar") !== "symbol") { + return false; + } + return hasSymbolSham(); + }; + } +}); + +// node_modules/.pnpm/has-proto@1.0.3/node_modules/has-proto/index.js +var require_has_proto = __commonJS({ + "node_modules/.pnpm/has-proto@1.0.3/node_modules/has-proto/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var test = { + __proto__: null, + foo: {} + }; + var $Object = Object; + module2.exports = function hasProto() { + return { __proto__: test }.foo === test.foo && !(test instanceof $Object); + }; + } +}); + +// node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/implementation.js +var require_implementation2 = __commonJS({ + "node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/implementation.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var ERROR_MESSAGE = "Function.prototype.bind called on incompatible "; + var toStr = Object.prototype.toString; + var max = Math.max; + var funcType = "[object Function]"; + var concatty = function concatty2(a, b) { + var arr = []; + for (var i = 0; i < a.length; i += 1) { + arr[i] = a[i]; + } + for (var j = 0; j < b.length; j += 1) { + arr[j + a.length] = b[j]; + } + return arr; + }; + var slicy = function slicy2(arrLike, offset) { + var arr = []; + for (var i = offset || 0, j = 0; i < arrLike.length; i += 1, j += 1) { + arr[j] = arrLike[i]; + } + return arr; + }; + var joiny = function(arr, joiner) { + var str = ""; + for (var i = 0; i < arr.length; i += 1) { + str += arr[i]; + if (i + 1 < arr.length) { + str += joiner; + } + } + return str; + }; + module2.exports = function bind(that) { + var target = this; + if (typeof target !== "function" || toStr.apply(target) !== funcType) { + throw new TypeError(ERROR_MESSAGE + target); + } + var args = slicy(arguments, 1); + var bound; + var binder = function() { + if (this instanceof bound) { + var result = target.apply( + this, + concatty(args, arguments) + ); + if (Object(result) === result) { + return result; + } + return this; + } + return target.apply( + that, + concatty(args, arguments) + ); + }; + var boundLength = max(0, target.length - args.length); + var boundArgs = []; + for (var i = 0; i < boundLength; i++) { + boundArgs[i] = "$" + i; + } + bound = Function("binder", "return function (" + joiny(boundArgs, ",") + "){ return binder.apply(this,arguments); }")(binder); + if (target.prototype) { + var Empty = function Empty2() { + }; + Empty.prototype = target.prototype; + bound.prototype = new Empty(); + Empty.prototype = null; + } + return bound; + }; + } +}); + +// node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/index.js +var require_function_bind = __commonJS({ + "node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var implementation = require_implementation2(); + module2.exports = Function.prototype.bind || implementation; + } +}); + +// node_modules/.pnpm/hasown@2.0.2/node_modules/hasown/index.js +var require_hasown = __commonJS({ + "node_modules/.pnpm/hasown@2.0.2/node_modules/hasown/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var call = Function.prototype.call; + var $hasOwn = Object.prototype.hasOwnProperty; + var bind = require_function_bind(); + module2.exports = bind.call(call, $hasOwn); + } +}); + +// node_modules/.pnpm/get-intrinsic@1.2.4/node_modules/get-intrinsic/index.js +var require_get_intrinsic = __commonJS({ + "node_modules/.pnpm/get-intrinsic@1.2.4/node_modules/get-intrinsic/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var undefined2; + var $Error = require_es_errors(); + var $EvalError = require_eval(); + var $RangeError = require_range(); + var $ReferenceError = require_ref(); + var $SyntaxError = require_syntax(); + var $TypeError = require_type(); + var $URIError = require_uri(); + var $Function = Function; + var getEvalledConstructor = function(expressionSyntax) { + try { + return $Function('"use strict"; return (' + expressionSyntax + ").constructor;")(); + } catch (e) { + } + }; + var $gOPD = Object.getOwnPropertyDescriptor; + if ($gOPD) { + try { + $gOPD({}, ""); + } catch (e) { + $gOPD = null; + } + } + var throwTypeError = function() { + throw new $TypeError(); + }; + var ThrowTypeError = $gOPD ? function() { + try { + arguments.callee; + return throwTypeError; + } catch (calleeThrows) { + try { + return $gOPD(arguments, "callee").get; + } catch (gOPDthrows) { + return throwTypeError; + } + } + }() : throwTypeError; + var hasSymbols = require_has_symbols()(); + var hasProto = require_has_proto()(); + var getProto = Object.getPrototypeOf || (hasProto ? function(x) { + return x.__proto__; + } : null); + var needsEval = {}; + var TypedArray = typeof Uint8Array === "undefined" || !getProto ? undefined2 : getProto(Uint8Array); + var INTRINSICS = { + __proto__: null, + "%AggregateError%": typeof AggregateError === "undefined" ? undefined2 : AggregateError, + "%Array%": Array, + "%ArrayBuffer%": typeof ArrayBuffer === "undefined" ? undefined2 : ArrayBuffer, + "%ArrayIteratorPrototype%": hasSymbols && getProto ? getProto([][Symbol.iterator]()) : undefined2, + "%AsyncFromSyncIteratorPrototype%": undefined2, + "%AsyncFunction%": needsEval, + "%AsyncGenerator%": needsEval, + "%AsyncGeneratorFunction%": needsEval, + "%AsyncIteratorPrototype%": needsEval, + "%Atomics%": typeof Atomics === "undefined" ? undefined2 : Atomics, + "%BigInt%": typeof BigInt === "undefined" ? undefined2 : BigInt, + "%BigInt64Array%": typeof BigInt64Array === "undefined" ? undefined2 : BigInt64Array, + "%BigUint64Array%": typeof BigUint64Array === "undefined" ? undefined2 : BigUint64Array, + "%Boolean%": Boolean, + "%DataView%": typeof DataView === "undefined" ? undefined2 : DataView, + "%Date%": Date, + "%decodeURI%": decodeURI, + "%decodeURIComponent%": decodeURIComponent, + "%encodeURI%": encodeURI, + "%encodeURIComponent%": encodeURIComponent, + "%Error%": $Error, + "%eval%": eval, + // eslint-disable-line no-eval + "%EvalError%": $EvalError, + "%Float32Array%": typeof Float32Array === "undefined" ? undefined2 : Float32Array, + "%Float64Array%": typeof Float64Array === "undefined" ? undefined2 : Float64Array, + "%FinalizationRegistry%": typeof FinalizationRegistry === "undefined" ? undefined2 : FinalizationRegistry, + "%Function%": $Function, + "%GeneratorFunction%": needsEval, + "%Int8Array%": typeof Int8Array === "undefined" ? undefined2 : Int8Array, + "%Int16Array%": typeof Int16Array === "undefined" ? undefined2 : Int16Array, + "%Int32Array%": typeof Int32Array === "undefined" ? undefined2 : Int32Array, + "%isFinite%": isFinite, + "%isNaN%": isNaN, + "%IteratorPrototype%": hasSymbols && getProto ? getProto(getProto([][Symbol.iterator]())) : undefined2, + "%JSON%": typeof JSON === "object" ? JSON : undefined2, + "%Map%": typeof Map === "undefined" ? undefined2 : Map, + "%MapIteratorPrototype%": typeof Map === "undefined" || !hasSymbols || !getProto ? undefined2 : getProto((/* @__PURE__ */ new Map())[Symbol.iterator]()), + "%Math%": Math, + "%Number%": Number, + "%Object%": Object, + "%parseFloat%": parseFloat, + "%parseInt%": parseInt, + "%Promise%": typeof Promise === "undefined" ? undefined2 : Promise, + "%Proxy%": typeof Proxy === "undefined" ? undefined2 : Proxy, + "%RangeError%": $RangeError, + "%ReferenceError%": $ReferenceError, + "%Reflect%": typeof Reflect === "undefined" ? undefined2 : Reflect, + "%RegExp%": RegExp, + "%Set%": typeof Set === "undefined" ? undefined2 : Set, + "%SetIteratorPrototype%": typeof Set === "undefined" || !hasSymbols || !getProto ? undefined2 : getProto((/* @__PURE__ */ new Set())[Symbol.iterator]()), + "%SharedArrayBuffer%": typeof SharedArrayBuffer === "undefined" ? undefined2 : SharedArrayBuffer, + "%String%": String, + "%StringIteratorPrototype%": hasSymbols && getProto ? getProto(""[Symbol.iterator]()) : undefined2, + "%Symbol%": hasSymbols ? Symbol : undefined2, + "%SyntaxError%": $SyntaxError, + "%ThrowTypeError%": ThrowTypeError, + "%TypedArray%": TypedArray, + "%TypeError%": $TypeError, + "%Uint8Array%": typeof Uint8Array === "undefined" ? undefined2 : Uint8Array, + "%Uint8ClampedArray%": typeof Uint8ClampedArray === "undefined" ? undefined2 : Uint8ClampedArray, + "%Uint16Array%": typeof Uint16Array === "undefined" ? undefined2 : Uint16Array, + "%Uint32Array%": typeof Uint32Array === "undefined" ? undefined2 : Uint32Array, + "%URIError%": $URIError, + "%WeakMap%": typeof WeakMap === "undefined" ? undefined2 : WeakMap, + "%WeakRef%": typeof WeakRef === "undefined" ? undefined2 : WeakRef, + "%WeakSet%": typeof WeakSet === "undefined" ? undefined2 : WeakSet + }; + if (getProto) { + try { + null.error; + } catch (e) { + errorProto = getProto(getProto(e)); + INTRINSICS["%Error.prototype%"] = errorProto; + } + } + var errorProto; + var doEval = function doEval2(name) { + var value; + if (name === "%AsyncFunction%") { + value = getEvalledConstructor("async function () {}"); + } else if (name === "%GeneratorFunction%") { + value = getEvalledConstructor("function* () {}"); + } else if (name === "%AsyncGeneratorFunction%") { + value = getEvalledConstructor("async function* () {}"); + } else if (name === "%AsyncGenerator%") { + var fn = doEval2("%AsyncGeneratorFunction%"); + if (fn) { + value = fn.prototype; + } + } else if (name === "%AsyncIteratorPrototype%") { + var gen = doEval2("%AsyncGenerator%"); + if (gen && getProto) { + value = getProto(gen.prototype); + } + } + INTRINSICS[name] = value; + return value; + }; + var LEGACY_ALIASES = { + __proto__: null, + "%ArrayBufferPrototype%": ["ArrayBuffer", "prototype"], + "%ArrayPrototype%": ["Array", "prototype"], + "%ArrayProto_entries%": ["Array", "prototype", "entries"], + "%ArrayProto_forEach%": ["Array", "prototype", "forEach"], + "%ArrayProto_keys%": ["Array", "prototype", "keys"], + "%ArrayProto_values%": ["Array", "prototype", "values"], + "%AsyncFunctionPrototype%": ["AsyncFunction", "prototype"], + "%AsyncGenerator%": ["AsyncGeneratorFunction", "prototype"], + "%AsyncGeneratorPrototype%": ["AsyncGeneratorFunction", "prototype", "prototype"], + "%BooleanPrototype%": ["Boolean", "prototype"], + "%DataViewPrototype%": ["DataView", "prototype"], + "%DatePrototype%": ["Date", "prototype"], + "%ErrorPrototype%": ["Error", "prototype"], + "%EvalErrorPrototype%": ["EvalError", "prototype"], + "%Float32ArrayPrototype%": ["Float32Array", "prototype"], + "%Float64ArrayPrototype%": ["Float64Array", "prototype"], + "%FunctionPrototype%": ["Function", "prototype"], + "%Generator%": ["GeneratorFunction", "prototype"], + "%GeneratorPrototype%": ["GeneratorFunction", "prototype", "prototype"], + "%Int8ArrayPrototype%": ["Int8Array", "prototype"], + "%Int16ArrayPrototype%": ["Int16Array", "prototype"], + "%Int32ArrayPrototype%": ["Int32Array", "prototype"], + "%JSONParse%": ["JSON", "parse"], + "%JSONStringify%": ["JSON", "stringify"], + "%MapPrototype%": ["Map", "prototype"], + "%NumberPrototype%": ["Number", "prototype"], + "%ObjectPrototype%": ["Object", "prototype"], + "%ObjProto_toString%": ["Object", "prototype", "toString"], + "%ObjProto_valueOf%": ["Object", "prototype", "valueOf"], + "%PromisePrototype%": ["Promise", "prototype"], + "%PromiseProto_then%": ["Promise", "prototype", "then"], + "%Promise_all%": ["Promise", "all"], + "%Promise_reject%": ["Promise", "reject"], + "%Promise_resolve%": ["Promise", "resolve"], + "%RangeErrorPrototype%": ["RangeError", "prototype"], + "%ReferenceErrorPrototype%": ["ReferenceError", "prototype"], + "%RegExpPrototype%": ["RegExp", "prototype"], + "%SetPrototype%": ["Set", "prototype"], + "%SharedArrayBufferPrototype%": ["SharedArrayBuffer", "prototype"], + "%StringPrototype%": ["String", "prototype"], + "%SymbolPrototype%": ["Symbol", "prototype"], + "%SyntaxErrorPrototype%": ["SyntaxError", "prototype"], + "%TypedArrayPrototype%": ["TypedArray", "prototype"], + "%TypeErrorPrototype%": ["TypeError", "prototype"], + "%Uint8ArrayPrototype%": ["Uint8Array", "prototype"], + "%Uint8ClampedArrayPrototype%": ["Uint8ClampedArray", "prototype"], + "%Uint16ArrayPrototype%": ["Uint16Array", "prototype"], + "%Uint32ArrayPrototype%": ["Uint32Array", "prototype"], + "%URIErrorPrototype%": ["URIError", "prototype"], + "%WeakMapPrototype%": ["WeakMap", "prototype"], + "%WeakSetPrototype%": ["WeakSet", "prototype"] + }; + var bind = require_function_bind(); + var hasOwn = require_hasown(); + var $concat = bind.call(Function.call, Array.prototype.concat); + var $spliceApply = bind.call(Function.apply, Array.prototype.splice); + var $replace = bind.call(Function.call, String.prototype.replace); + var $strSlice = bind.call(Function.call, String.prototype.slice); + var $exec = bind.call(Function.call, RegExp.prototype.exec); + var rePropName = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g; + var reEscapeChar = /\\(\\)?/g; + var stringToPath = function stringToPath2(string) { + var first2 = $strSlice(string, 0, 1); + var last2 = $strSlice(string, -1); + if (first2 === "%" && last2 !== "%") { + throw new $SyntaxError("invalid intrinsic syntax, expected closing `%`"); + } else if (last2 === "%" && first2 !== "%") { + throw new $SyntaxError("invalid intrinsic syntax, expected opening `%`"); + } + var result = []; + $replace(string, rePropName, function(match, number, quote, subString) { + result[result.length] = quote ? $replace(subString, reEscapeChar, "$1") : number || match; + }); + return result; + }; + var getBaseIntrinsic = function getBaseIntrinsic2(name, allowMissing) { + var intrinsicName = name; + var alias; + if (hasOwn(LEGACY_ALIASES, intrinsicName)) { + alias = LEGACY_ALIASES[intrinsicName]; + intrinsicName = "%" + alias[0] + "%"; + } + if (hasOwn(INTRINSICS, intrinsicName)) { + var value = INTRINSICS[intrinsicName]; + if (value === needsEval) { + value = doEval(intrinsicName); + } + if (typeof value === "undefined" && !allowMissing) { + throw new $TypeError("intrinsic " + name + " exists, but is not available. Please file an issue!"); + } + return { + alias, + name: intrinsicName, + value + }; + } + throw new $SyntaxError("intrinsic " + name + " does not exist!"); + }; + module2.exports = function GetIntrinsic(name, allowMissing) { + if (typeof name !== "string" || name.length === 0) { + throw new $TypeError("intrinsic name must be a non-empty string"); + } + if (arguments.length > 1 && typeof allowMissing !== "boolean") { + throw new $TypeError('"allowMissing" argument must be a boolean'); + } + if ($exec(/^%?[^%]*%?$/, name) === null) { + throw new $SyntaxError("`%` may not be present anywhere but at the beginning and end of the intrinsic name"); + } + var parts = stringToPath(name); + var intrinsicBaseName = parts.length > 0 ? parts[0] : ""; + var intrinsic = getBaseIntrinsic("%" + intrinsicBaseName + "%", allowMissing); + var intrinsicRealName = intrinsic.name; + var value = intrinsic.value; + var skipFurtherCaching = false; + var alias = intrinsic.alias; + if (alias) { + intrinsicBaseName = alias[0]; + $spliceApply(parts, $concat([0, 1], alias)); + } + for (var i = 1, isOwn = true; i < parts.length; i += 1) { + var part = parts[i]; + var first2 = $strSlice(part, 0, 1); + var last2 = $strSlice(part, -1); + if ((first2 === '"' || first2 === "'" || first2 === "`" || (last2 === '"' || last2 === "'" || last2 === "`")) && first2 !== last2) { + throw new $SyntaxError("property names with quotes must have matching quotes"); + } + if (part === "constructor" || !isOwn) { + skipFurtherCaching = true; + } + intrinsicBaseName += "." + part; + intrinsicRealName = "%" + intrinsicBaseName + "%"; + if (hasOwn(INTRINSICS, intrinsicRealName)) { + value = INTRINSICS[intrinsicRealName]; + } else if (value != null) { + if (!(part in value)) { + if (!allowMissing) { + throw new $TypeError("base intrinsic for " + name + " exists, but the property is not available."); + } + return void 0; + } + if ($gOPD && i + 1 >= parts.length) { + var desc = $gOPD(value, part); + isOwn = !!desc; + if (isOwn && "get" in desc && !("originalValue" in desc.get)) { + value = desc.get; + } else { + value = value[part]; + } + } else { + isOwn = hasOwn(value, part); + value = value[part]; + } + if (isOwn && !skipFurtherCaching) { + INTRINSICS[intrinsicRealName] = value; + } + } + } + return value; + }; + } +}); + +// node_modules/.pnpm/es-define-property@1.0.0/node_modules/es-define-property/index.js +var require_es_define_property = __commonJS({ + "node_modules/.pnpm/es-define-property@1.0.0/node_modules/es-define-property/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var GetIntrinsic = require_get_intrinsic(); + var $defineProperty = GetIntrinsic("%Object.defineProperty%", true) || false; + if ($defineProperty) { + try { + $defineProperty({}, "a", { value: 1 }); + } catch (e) { + $defineProperty = false; + } + } + module2.exports = $defineProperty; + } +}); + +// node_modules/.pnpm/gopd@1.0.1/node_modules/gopd/index.js +var require_gopd = __commonJS({ + "node_modules/.pnpm/gopd@1.0.1/node_modules/gopd/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var GetIntrinsic = require_get_intrinsic(); + var $gOPD = GetIntrinsic("%Object.getOwnPropertyDescriptor%", true); + if ($gOPD) { + try { + $gOPD([], "length"); + } catch (e) { + $gOPD = null; + } + } + module2.exports = $gOPD; + } +}); + +// node_modules/.pnpm/define-data-property@1.1.4/node_modules/define-data-property/index.js +var require_define_data_property = __commonJS({ + "node_modules/.pnpm/define-data-property@1.1.4/node_modules/define-data-property/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var $defineProperty = require_es_define_property(); + var $SyntaxError = require_syntax(); + var $TypeError = require_type(); + var gopd = require_gopd(); + module2.exports = function defineDataProperty(obj, property, value) { + if (!obj || typeof obj !== "object" && typeof obj !== "function") { + throw new $TypeError("`obj` must be an object or a function`"); + } + if (typeof property !== "string" && typeof property !== "symbol") { + throw new $TypeError("`property` must be a string or a symbol`"); + } + if (arguments.length > 3 && typeof arguments[3] !== "boolean" && arguments[3] !== null) { + throw new $TypeError("`nonEnumerable`, if provided, must be a boolean or null"); + } + if (arguments.length > 4 && typeof arguments[4] !== "boolean" && arguments[4] !== null) { + throw new $TypeError("`nonWritable`, if provided, must be a boolean or null"); + } + if (arguments.length > 5 && typeof arguments[5] !== "boolean" && arguments[5] !== null) { + throw new $TypeError("`nonConfigurable`, if provided, must be a boolean or null"); + } + if (arguments.length > 6 && typeof arguments[6] !== "boolean") { + throw new $TypeError("`loose`, if provided, must be a boolean"); + } + var nonEnumerable = arguments.length > 3 ? arguments[3] : null; + var nonWritable = arguments.length > 4 ? arguments[4] : null; + var nonConfigurable = arguments.length > 5 ? arguments[5] : null; + var loose = arguments.length > 6 ? arguments[6] : false; + var desc = !!gopd && gopd(obj, property); + if ($defineProperty) { + $defineProperty(obj, property, { + configurable: nonConfigurable === null && desc ? desc.configurable : !nonConfigurable, + enumerable: nonEnumerable === null && desc ? desc.enumerable : !nonEnumerable, + value, + writable: nonWritable === null && desc ? desc.writable : !nonWritable + }); + } else if (loose || !nonEnumerable && !nonWritable && !nonConfigurable) { + obj[property] = value; + } else { + throw new $SyntaxError("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable."); + } + }; + } +}); + +// node_modules/.pnpm/has-property-descriptors@1.0.2/node_modules/has-property-descriptors/index.js +var require_has_property_descriptors = __commonJS({ + "node_modules/.pnpm/has-property-descriptors@1.0.2/node_modules/has-property-descriptors/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var $defineProperty = require_es_define_property(); + var hasPropertyDescriptors = function hasPropertyDescriptors2() { + return !!$defineProperty; + }; + hasPropertyDescriptors.hasArrayLengthDefineBug = function hasArrayLengthDefineBug() { + if (!$defineProperty) { + return null; + } + try { + return $defineProperty([], "length", { value: 1 }).length !== 1; + } catch (e) { + return true; + } + }; + module2.exports = hasPropertyDescriptors; + } +}); + +// node_modules/.pnpm/define-properties@1.2.1/node_modules/define-properties/index.js +var require_define_properties = __commonJS({ + "node_modules/.pnpm/define-properties@1.2.1/node_modules/define-properties/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var keys = require_object_keys(); + var hasSymbols = typeof Symbol === "function" && typeof Symbol("foo") === "symbol"; + var toStr = Object.prototype.toString; + var concat = Array.prototype.concat; + var defineDataProperty = require_define_data_property(); + var isFunction2 = function(fn) { + return typeof fn === "function" && toStr.call(fn) === "[object Function]"; + }; + var supportsDescriptors = require_has_property_descriptors()(); + var defineProperty = function(object, name, value, predicate) { + if (name in object) { + if (predicate === true) { + if (object[name] === value) { + return; + } + } else if (!isFunction2(predicate) || !predicate()) { + return; + } + } + if (supportsDescriptors) { + defineDataProperty(object, name, value, true); + } else { + defineDataProperty(object, name, value); + } + }; + var defineProperties = function(object, map) { + var predicates = arguments.length > 2 ? arguments[2] : {}; + var props = keys(map); + if (hasSymbols) { + props = concat.call(props, Object.getOwnPropertySymbols(map)); + } + for (var i = 0; i < props.length; i += 1) { + defineProperty(object, props[i], map[props[i]], predicates[props[i]]); + } + }; + defineProperties.supportsDescriptors = !!supportsDescriptors; + module2.exports = defineProperties; + } +}); + +// node_modules/.pnpm/set-function-length@1.2.2/node_modules/set-function-length/index.js +var require_set_function_length = __commonJS({ + "node_modules/.pnpm/set-function-length@1.2.2/node_modules/set-function-length/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var GetIntrinsic = require_get_intrinsic(); + var define2 = require_define_data_property(); + var hasDescriptors = require_has_property_descriptors()(); + var gOPD = require_gopd(); + var $TypeError = require_type(); + var $floor = GetIntrinsic("%Math.floor%"); + module2.exports = function setFunctionLength(fn, length) { + if (typeof fn !== "function") { + throw new $TypeError("`fn` is not a function"); + } + if (typeof length !== "number" || length < 0 || length > 4294967295 || $floor(length) !== length) { + throw new $TypeError("`length` must be a positive 32-bit integer"); + } + var loose = arguments.length > 2 && !!arguments[2]; + var functionLengthIsConfigurable = true; + var functionLengthIsWritable = true; + if ("length" in fn && gOPD) { + var desc = gOPD(fn, "length"); + if (desc && !desc.configurable) { + functionLengthIsConfigurable = false; + } + if (desc && !desc.writable) { + functionLengthIsWritable = false; + } + } + if (functionLengthIsConfigurable || functionLengthIsWritable || !loose) { + if (hasDescriptors) { + define2( + /** @type {Parameters[0]} */ + fn, + "length", + length, + true, + true + ); + } else { + define2( + /** @type {Parameters[0]} */ + fn, + "length", + length + ); + } + } + return fn; + }; + } +}); + +// node_modules/.pnpm/call-bind@1.0.7/node_modules/call-bind/index.js +var require_call_bind = __commonJS({ + "node_modules/.pnpm/call-bind@1.0.7/node_modules/call-bind/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var bind = require_function_bind(); + var GetIntrinsic = require_get_intrinsic(); + var setFunctionLength = require_set_function_length(); + var $TypeError = require_type(); + var $apply = GetIntrinsic("%Function.prototype.apply%"); + var $call = GetIntrinsic("%Function.prototype.call%"); + var $reflectApply = GetIntrinsic("%Reflect.apply%", true) || bind.call($call, $apply); + var $defineProperty = require_es_define_property(); + var $max = GetIntrinsic("%Math.max%"); + module2.exports = function callBind(originalFunction) { + if (typeof originalFunction !== "function") { + throw new $TypeError("a function is required"); + } + var func = $reflectApply(bind, $call, arguments); + return setFunctionLength( + func, + 1 + $max(0, originalFunction.length - (arguments.length - 1)), + true + ); + }; + var applyBind = function applyBind2() { + return $reflectApply(bind, $apply, arguments); + }; + if ($defineProperty) { + $defineProperty(module2.exports, "apply", { value: applyBind }); + } else { + module2.exports.apply = applyBind; + } + } +}); + +// node_modules/.pnpm/call-bind@1.0.7/node_modules/call-bind/callBound.js +var require_callBound = __commonJS({ + "node_modules/.pnpm/call-bind@1.0.7/node_modules/call-bind/callBound.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var GetIntrinsic = require_get_intrinsic(); + var callBind = require_call_bind(); + var $indexOf = callBind(GetIntrinsic("String.prototype.indexOf")); + module2.exports = function callBoundIntrinsic(name, allowMissing) { + var intrinsic = GetIntrinsic(name, !!allowMissing); + if (typeof intrinsic === "function" && $indexOf(name, ".prototype.") > -1) { + return callBind(intrinsic); + } + return intrinsic; + }; + } +}); + +// node_modules/.pnpm/object.assign@4.1.5/node_modules/object.assign/implementation.js +var require_implementation3 = __commonJS({ + "node_modules/.pnpm/object.assign@4.1.5/node_modules/object.assign/implementation.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var objectKeys = require_object_keys(); + var hasSymbols = require_shams()(); + var callBound = require_callBound(); + var toObject = Object; + var $push = callBound("Array.prototype.push"); + var $propIsEnumerable = callBound("Object.prototype.propertyIsEnumerable"); + var originalGetSymbols = hasSymbols ? Object.getOwnPropertySymbols : null; + module2.exports = function assign2(target, source1) { + if (target == null) { + throw new TypeError("target must be an object"); + } + var to = toObject(target); + if (arguments.length === 1) { + return to; + } + for (var s = 1; s < arguments.length; ++s) { + var from = toObject(arguments[s]); + var keys = objectKeys(from); + var getSymbols = hasSymbols && (Object.getOwnPropertySymbols || originalGetSymbols); + if (getSymbols) { + var syms = getSymbols(from); + for (var j = 0; j < syms.length; ++j) { + var key2 = syms[j]; + if ($propIsEnumerable(from, key2)) { + $push(keys, key2); + } + } + } + for (var i = 0; i < keys.length; ++i) { + var nextKey = keys[i]; + if ($propIsEnumerable(from, nextKey)) { + var propValue = from[nextKey]; + to[nextKey] = propValue; + } + } + } + return to; + }; + } +}); + +// node_modules/.pnpm/object.assign@4.1.5/node_modules/object.assign/polyfill.js +var require_polyfill = __commonJS({ + "node_modules/.pnpm/object.assign@4.1.5/node_modules/object.assign/polyfill.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var implementation = require_implementation3(); + var lacksProperEnumerationOrder = function() { + if (!Object.assign) { + return false; + } + var str = "abcdefghijklmnopqrst"; + var letters = str.split(""); + var map = {}; + for (var i = 0; i < letters.length; ++i) { + map[letters[i]] = letters[i]; + } + var obj = Object.assign({}, map); + var actual = ""; + for (var k in obj) { + actual += k; + } + return str !== actual; + }; + var assignHasPendingExceptions = function() { + if (!Object.assign || !Object.preventExtensions) { + return false; + } + var thrower = Object.preventExtensions({ 1: 2 }); + try { + Object.assign(thrower, "xy"); + } catch (e) { + return thrower[1] === "y"; + } + return false; + }; + module2.exports = function getPolyfill() { + if (!Object.assign) { + return implementation; + } + if (lacksProperEnumerationOrder()) { + return implementation; + } + if (assignHasPendingExceptions()) { + return implementation; + } + return Object.assign; + }; + } +}); + +// node_modules/.pnpm/object.assign@4.1.5/node_modules/object.assign/shim.js +var require_shim = __commonJS({ + "node_modules/.pnpm/object.assign@4.1.5/node_modules/object.assign/shim.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var define2 = require_define_properties(); + var getPolyfill = require_polyfill(); + module2.exports = function shimAssign() { + var polyfill = getPolyfill(); + define2( + Object, + { assign: polyfill }, + { assign: function() { + return Object.assign !== polyfill; + } } + ); + return polyfill; + }; + } +}); + +// node_modules/.pnpm/object.assign@4.1.5/node_modules/object.assign/index.js +var require_object = __commonJS({ + "node_modules/.pnpm/object.assign@4.1.5/node_modules/object.assign/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var defineProperties = require_define_properties(); + var callBind = require_call_bind(); + var implementation = require_implementation3(); + var getPolyfill = require_polyfill(); + var shim = require_shim(); + var polyfill = callBind.apply(getPolyfill()); + var bound = function assign2(target, source1) { + return polyfill(Object, arguments); + }; + defineProperties(bound, { + getPolyfill, + implementation, + shim + }); + module2.exports = bound; + } +}); + +// node_modules/.pnpm/functions-have-names@1.2.3/node_modules/functions-have-names/index.js +var require_functions_have_names = __commonJS({ + "node_modules/.pnpm/functions-have-names@1.2.3/node_modules/functions-have-names/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var functionsHaveNames = function functionsHaveNames2() { + return typeof function f() { + }.name === "string"; + }; + var gOPD = Object.getOwnPropertyDescriptor; + if (gOPD) { + try { + gOPD([], "length"); + } catch (e) { + gOPD = null; + } + } + functionsHaveNames.functionsHaveConfigurableNames = function functionsHaveConfigurableNames() { + if (!functionsHaveNames() || !gOPD) { + return false; + } + var desc = gOPD(function() { + }, "name"); + return !!desc && !!desc.configurable; + }; + var $bind = Function.prototype.bind; + functionsHaveNames.boundFunctionsHaveNames = function boundFunctionsHaveNames() { + return functionsHaveNames() && typeof $bind === "function" && function f() { + }.bind().name !== ""; + }; + module2.exports = functionsHaveNames; + } +}); + +// node_modules/.pnpm/set-function-name@2.0.2/node_modules/set-function-name/index.js +var require_set_function_name = __commonJS({ + "node_modules/.pnpm/set-function-name@2.0.2/node_modules/set-function-name/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var define2 = require_define_data_property(); + var hasDescriptors = require_has_property_descriptors()(); + var functionsHaveConfigurableNames = require_functions_have_names().functionsHaveConfigurableNames(); + var $TypeError = require_type(); + module2.exports = function setFunctionName(fn, name) { + if (typeof fn !== "function") { + throw new $TypeError("`fn` is not a function"); + } + var loose = arguments.length > 2 && !!arguments[2]; + if (!loose || functionsHaveConfigurableNames) { + if (hasDescriptors) { + define2( + /** @type {Parameters[0]} */ + fn, + "name", + name, + true, + true + ); + } else { + define2( + /** @type {Parameters[0]} */ + fn, + "name", + name + ); + } + } + return fn; + }; + } +}); + +// node_modules/.pnpm/regexp.prototype.flags@1.5.2/node_modules/regexp.prototype.flags/implementation.js +var require_implementation4 = __commonJS({ + "node_modules/.pnpm/regexp.prototype.flags@1.5.2/node_modules/regexp.prototype.flags/implementation.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var setFunctionName = require_set_function_name(); + var $TypeError = require_type(); + var $Object = Object; + module2.exports = setFunctionName(function flags() { + if (this == null || this !== $Object(this)) { + throw new $TypeError("RegExp.prototype.flags getter called on non-object"); + } + var result = ""; + if (this.hasIndices) { + result += "d"; + } + if (this.global) { + result += "g"; + } + if (this.ignoreCase) { + result += "i"; + } + if (this.multiline) { + result += "m"; + } + if (this.dotAll) { + result += "s"; + } + if (this.unicode) { + result += "u"; + } + if (this.unicodeSets) { + result += "v"; + } + if (this.sticky) { + result += "y"; + } + return result; + }, "get flags", true); + } +}); + +// node_modules/.pnpm/regexp.prototype.flags@1.5.2/node_modules/regexp.prototype.flags/polyfill.js +var require_polyfill2 = __commonJS({ + "node_modules/.pnpm/regexp.prototype.flags@1.5.2/node_modules/regexp.prototype.flags/polyfill.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var implementation = require_implementation4(); + var supportsDescriptors = require_define_properties().supportsDescriptors; + var $gOPD = Object.getOwnPropertyDescriptor; + module2.exports = function getPolyfill() { + if (supportsDescriptors && /a/mig.flags === "gim") { + var descriptor = $gOPD(RegExp.prototype, "flags"); + if (descriptor && typeof descriptor.get === "function" && typeof RegExp.prototype.dotAll === "boolean" && typeof RegExp.prototype.hasIndices === "boolean") { + var calls = ""; + var o = {}; + Object.defineProperty(o, "hasIndices", { + get: function() { + calls += "d"; + } + }); + Object.defineProperty(o, "sticky", { + get: function() { + calls += "y"; + } + }); + if (calls === "dy") { + return descriptor.get; + } + } + } + return implementation; + }; + } +}); + +// node_modules/.pnpm/regexp.prototype.flags@1.5.2/node_modules/regexp.prototype.flags/shim.js +var require_shim2 = __commonJS({ + "node_modules/.pnpm/regexp.prototype.flags@1.5.2/node_modules/regexp.prototype.flags/shim.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var supportsDescriptors = require_define_properties().supportsDescriptors; + var getPolyfill = require_polyfill2(); + var gOPD = Object.getOwnPropertyDescriptor; + var defineProperty = Object.defineProperty; + var TypeErr = TypeError; + var getProto = Object.getPrototypeOf; + var regex2 = /a/; + module2.exports = function shimFlags() { + if (!supportsDescriptors || !getProto) { + throw new TypeErr("RegExp.prototype.flags requires a true ES5 environment that supports property descriptors"); + } + var polyfill = getPolyfill(); + var proto = getProto(regex2); + var descriptor = gOPD(proto, "flags"); + if (!descriptor || descriptor.get !== polyfill) { + defineProperty(proto, "flags", { + configurable: true, + enumerable: false, + get: polyfill + }); + } + return polyfill; + }; + } +}); + +// node_modules/.pnpm/regexp.prototype.flags@1.5.2/node_modules/regexp.prototype.flags/index.js +var require_regexp_prototype = __commonJS({ + "node_modules/.pnpm/regexp.prototype.flags@1.5.2/node_modules/regexp.prototype.flags/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var define2 = require_define_properties(); + var callBind = require_call_bind(); + var implementation = require_implementation4(); + var getPolyfill = require_polyfill2(); + var shim = require_shim2(); + var flagsBound = callBind(getPolyfill()); + define2(flagsBound, { + getPolyfill, + implementation, + shim + }); + module2.exports = flagsBound; + } +}); + +// node_modules/.pnpm/has-tostringtag@1.0.2/node_modules/has-tostringtag/shams.js +var require_shams2 = __commonJS({ + "node_modules/.pnpm/has-tostringtag@1.0.2/node_modules/has-tostringtag/shams.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var hasSymbols = require_shams(); + module2.exports = function hasToStringTagShams() { + return hasSymbols() && !!Symbol.toStringTag; + }; + } +}); + +// node_modules/.pnpm/is-arguments@1.1.1/node_modules/is-arguments/index.js +var require_is_arguments = __commonJS({ + "node_modules/.pnpm/is-arguments@1.1.1/node_modules/is-arguments/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var hasToStringTag = require_shams2()(); + var callBound = require_callBound(); + var $toString = callBound("Object.prototype.toString"); + var isStandardArguments = function isArguments(value) { + if (hasToStringTag && value && typeof value === "object" && Symbol.toStringTag in value) { + return false; + } + return $toString(value) === "[object Arguments]"; + }; + var isLegacyArguments = function isArguments(value) { + if (isStandardArguments(value)) { + return true; + } + return value !== null && typeof value === "object" && typeof value.length === "number" && value.length >= 0 && $toString(value) !== "[object Array]" && $toString(value.callee) === "[object Function]"; + }; + var supportsStandardArguments = function() { + return isStandardArguments(arguments); + }(); + isStandardArguments.isLegacyArguments = isLegacyArguments; + module2.exports = supportsStandardArguments ? isStandardArguments : isLegacyArguments; + } +}); + +// (disabled):node_modules/.pnpm/object-inspect@1.13.2/node_modules/object-inspect/util.inspect +var require_util = __commonJS({ + "(disabled):node_modules/.pnpm/object-inspect@1.13.2/node_modules/object-inspect/util.inspect"() { + init_polyfill_buffer(); + } +}); + +// node_modules/.pnpm/object-inspect@1.13.2/node_modules/object-inspect/index.js +var require_object_inspect = __commonJS({ + "node_modules/.pnpm/object-inspect@1.13.2/node_modules/object-inspect/index.js"(exports2, module2) { + init_polyfill_buffer(); + var hasMap = typeof Map === "function" && Map.prototype; + var mapSizeDescriptor = Object.getOwnPropertyDescriptor && hasMap ? Object.getOwnPropertyDescriptor(Map.prototype, "size") : null; + var mapSize = hasMap && mapSizeDescriptor && typeof mapSizeDescriptor.get === "function" ? mapSizeDescriptor.get : null; + var mapForEach = hasMap && Map.prototype.forEach; + var hasSet = typeof Set === "function" && Set.prototype; + var setSizeDescriptor = Object.getOwnPropertyDescriptor && hasSet ? Object.getOwnPropertyDescriptor(Set.prototype, "size") : null; + var setSize = hasSet && setSizeDescriptor && typeof setSizeDescriptor.get === "function" ? setSizeDescriptor.get : null; + var setForEach = hasSet && Set.prototype.forEach; + var hasWeakMap = typeof WeakMap === "function" && WeakMap.prototype; + var weakMapHas = hasWeakMap ? WeakMap.prototype.has : null; + var hasWeakSet = typeof WeakSet === "function" && WeakSet.prototype; + var weakSetHas = hasWeakSet ? WeakSet.prototype.has : null; + var hasWeakRef = typeof WeakRef === "function" && WeakRef.prototype; + var weakRefDeref = hasWeakRef ? WeakRef.prototype.deref : null; + var booleanValueOf = Boolean.prototype.valueOf; + var objectToString2 = Object.prototype.toString; + var functionToString = Function.prototype.toString; + var $match = String.prototype.match; + var $slice = String.prototype.slice; + var $replace = String.prototype.replace; + var $toUpperCase = String.prototype.toUpperCase; + var $toLowerCase = String.prototype.toLowerCase; + var $test = RegExp.prototype.test; + var $concat = Array.prototype.concat; + var $join = Array.prototype.join; + var $arrSlice = Array.prototype.slice; + var $floor = Math.floor; + var bigIntValueOf = typeof BigInt === "function" ? BigInt.prototype.valueOf : null; + var gOPS = Object.getOwnPropertySymbols; + var symToString = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? Symbol.prototype.toString : null; + var hasShammedSymbols = typeof Symbol === "function" && typeof Symbol.iterator === "object"; + var toStringTag = typeof Symbol === "function" && Symbol.toStringTag && (typeof Symbol.toStringTag === hasShammedSymbols ? "object" : "symbol") ? Symbol.toStringTag : null; + var isEnumerable = Object.prototype.propertyIsEnumerable; + var gPO = (typeof Reflect === "function" ? Reflect.getPrototypeOf : Object.getPrototypeOf) || ([].__proto__ === Array.prototype ? function(O) { + return O.__proto__; + } : null); + function addNumericSeparator(num2, str) { + if (num2 === Infinity || num2 === -Infinity || num2 !== num2 || num2 && num2 > -1e3 && num2 < 1e3 || $test.call(/e/, str)) { + return str; + } + var sepRegex = /[0-9](?=(?:[0-9]{3})+(?![0-9]))/g; + if (typeof num2 === "number") { + var int = num2 < 0 ? -$floor(-num2) : $floor(num2); + if (int !== num2) { + var intStr = String(int); + var dec = $slice.call(str, intStr.length + 1); + return $replace.call(intStr, sepRegex, "$&_") + "." + $replace.call($replace.call(dec, /([0-9]{3})/g, "$&_"), /_$/, ""); + } + } + return $replace.call(str, sepRegex, "$&_"); + } + var utilInspect = require_util(); + var inspectCustom = utilInspect.custom; + var inspectSymbol = isSymbol(inspectCustom) ? inspectCustom : null; + module2.exports = function inspect_(obj, options, depth, seen) { + var opts = options || {}; + if (has(opts, "quoteStyle") && (opts.quoteStyle !== "single" && opts.quoteStyle !== "double")) { + throw new TypeError('option "quoteStyle" must be "single" or "double"'); + } + if (has(opts, "maxStringLength") && (typeof opts.maxStringLength === "number" ? opts.maxStringLength < 0 && opts.maxStringLength !== Infinity : opts.maxStringLength !== null)) { + throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`'); + } + var customInspect = has(opts, "customInspect") ? opts.customInspect : true; + if (typeof customInspect !== "boolean" && customInspect !== "symbol") { + throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`"); + } + if (has(opts, "indent") && opts.indent !== null && opts.indent !== " " && !(parseInt(opts.indent, 10) === opts.indent && opts.indent > 0)) { + throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`'); + } + if (has(opts, "numericSeparator") && typeof opts.numericSeparator !== "boolean") { + throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`'); + } + var numericSeparator = opts.numericSeparator; + if (typeof obj === "undefined") { + return "undefined"; + } + if (obj === null) { + return "null"; + } + if (typeof obj === "boolean") { + return obj ? "true" : "false"; + } + if (typeof obj === "string") { + return inspectString(obj, opts); + } + if (typeof obj === "number") { + if (obj === 0) { + return Infinity / obj > 0 ? "0" : "-0"; + } + var str = String(obj); + return numericSeparator ? addNumericSeparator(obj, str) : str; + } + if (typeof obj === "bigint") { + var bigIntStr = String(obj) + "n"; + return numericSeparator ? addNumericSeparator(obj, bigIntStr) : bigIntStr; + } + var maxDepth = typeof opts.depth === "undefined" ? 5 : opts.depth; + if (typeof depth === "undefined") { + depth = 0; + } + if (depth >= maxDepth && maxDepth > 0 && typeof obj === "object") { + return isArray(obj) ? "[Array]" : "[Object]"; + } + var indent2 = getIndent(opts, depth); + if (typeof seen === "undefined") { + seen = []; + } else if (indexOf(seen, obj) >= 0) { + return "[Circular]"; + } + function inspect(value, from, noIndent) { + if (from) { + seen = $arrSlice.call(seen); + seen.push(from); + } + if (noIndent) { + var newOpts = { + depth: opts.depth + }; + if (has(opts, "quoteStyle")) { + newOpts.quoteStyle = opts.quoteStyle; + } + return inspect_(value, newOpts, depth + 1, seen); + } + return inspect_(value, opts, depth + 1, seen); + } + if (typeof obj === "function" && !isRegExp(obj)) { + var name = nameOf(obj); + var keys = arrObjKeys(obj, inspect); + return "[Function" + (name ? ": " + name : " (anonymous)") + "]" + (keys.length > 0 ? " { " + $join.call(keys, ", ") + " }" : ""); + } + if (isSymbol(obj)) { + var symString = hasShammedSymbols ? $replace.call(String(obj), /^(Symbol\(.*\))_[^)]*$/, "$1") : symToString.call(obj); + return typeof obj === "object" && !hasShammedSymbols ? markBoxed(symString) : symString; + } + if (isElement(obj)) { + var s = "<" + $toLowerCase.call(String(obj.nodeName)); + var attrs = obj.attributes || []; + for (var i = 0; i < attrs.length; i++) { + s += " " + attrs[i].name + "=" + wrapQuotes(quote(attrs[i].value), "double", opts); + } + s += ">"; + if (obj.childNodes && obj.childNodes.length) { + s += "..."; + } + s += ""; + return s; + } + if (isArray(obj)) { + if (obj.length === 0) { + return "[]"; + } + var xs = arrObjKeys(obj, inspect); + if (indent2 && !singleLineValues(xs)) { + return "[" + indentedJoin(xs, indent2) + "]"; + } + return "[ " + $join.call(xs, ", ") + " ]"; + } + if (isError(obj)) { + var parts = arrObjKeys(obj, inspect); + if (!("cause" in Error.prototype) && "cause" in obj && !isEnumerable.call(obj, "cause")) { + return "{ [" + String(obj) + "] " + $join.call($concat.call("[cause]: " + inspect(obj.cause), parts), ", ") + " }"; + } + if (parts.length === 0) { + return "[" + String(obj) + "]"; + } + return "{ [" + String(obj) + "] " + $join.call(parts, ", ") + " }"; + } + if (typeof obj === "object" && customInspect) { + if (inspectSymbol && typeof obj[inspectSymbol] === "function" && utilInspect) { + return utilInspect(obj, { depth: maxDepth - depth }); + } else if (customInspect !== "symbol" && typeof obj.inspect === "function") { + return obj.inspect(); + } + } + if (isMap(obj)) { + var mapParts = []; + if (mapForEach) { + mapForEach.call(obj, function(value, key2) { + mapParts.push(inspect(key2, obj, true) + " => " + inspect(value, obj)); + }); + } + return collectionOf("Map", mapSize.call(obj), mapParts, indent2); + } + if (isSet(obj)) { + var setParts = []; + if (setForEach) { + setForEach.call(obj, function(value) { + setParts.push(inspect(value, obj)); + }); + } + return collectionOf("Set", setSize.call(obj), setParts, indent2); + } + if (isWeakMap(obj)) { + return weakCollectionOf("WeakMap"); + } + if (isWeakSet(obj)) { + return weakCollectionOf("WeakSet"); + } + if (isWeakRef(obj)) { + return weakCollectionOf("WeakRef"); + } + if (isNumber(obj)) { + return markBoxed(inspect(Number(obj))); + } + if (isBigInt(obj)) { + return markBoxed(inspect(bigIntValueOf.call(obj))); + } + if (isBoolean(obj)) { + return markBoxed(booleanValueOf.call(obj)); + } + if (isString(obj)) { + return markBoxed(inspect(String(obj))); + } + if (typeof window !== "undefined" && obj === window) { + return "{ [object Window] }"; + } + if (typeof globalThis !== "undefined" && obj === globalThis || typeof global !== "undefined" && obj === global) { + return "{ [object globalThis] }"; + } + if (!isDate(obj) && !isRegExp(obj)) { + var ys = arrObjKeys(obj, inspect); + var isPlainObject = gPO ? gPO(obj) === Object.prototype : obj instanceof Object || obj.constructor === Object; + var protoTag = obj instanceof Object ? "" : "null prototype"; + var stringTag = !isPlainObject && toStringTag && Object(obj) === obj && toStringTag in obj ? $slice.call(toStr(obj), 8, -1) : protoTag ? "Object" : ""; + var constructorTag = isPlainObject || typeof obj.constructor !== "function" ? "" : obj.constructor.name ? obj.constructor.name + " " : ""; + var tag2 = constructorTag + (stringTag || protoTag ? "[" + $join.call($concat.call([], stringTag || [], protoTag || []), ": ") + "] " : ""); + if (ys.length === 0) { + return tag2 + "{}"; + } + if (indent2) { + return tag2 + "{" + indentedJoin(ys, indent2) + "}"; + } + return tag2 + "{ " + $join.call(ys, ", ") + " }"; + } + return String(obj); + }; + function wrapQuotes(s, defaultStyle, opts) { + var quoteChar = (opts.quoteStyle || defaultStyle) === "double" ? '"' : "'"; + return quoteChar + s + quoteChar; + } + function quote(s) { + return $replace.call(String(s), /"/g, """); + } + function isArray(obj) { + return toStr(obj) === "[object Array]" && (!toStringTag || !(typeof obj === "object" && toStringTag in obj)); + } + function isDate(obj) { + return toStr(obj) === "[object Date]" && (!toStringTag || !(typeof obj === "object" && toStringTag in obj)); + } + function isRegExp(obj) { + return toStr(obj) === "[object RegExp]" && (!toStringTag || !(typeof obj === "object" && toStringTag in obj)); + } + function isError(obj) { + return toStr(obj) === "[object Error]" && (!toStringTag || !(typeof obj === "object" && toStringTag in obj)); + } + function isString(obj) { + return toStr(obj) === "[object String]" && (!toStringTag || !(typeof obj === "object" && toStringTag in obj)); + } + function isNumber(obj) { + return toStr(obj) === "[object Number]" && (!toStringTag || !(typeof obj === "object" && toStringTag in obj)); + } + function isBoolean(obj) { + return toStr(obj) === "[object Boolean]" && (!toStringTag || !(typeof obj === "object" && toStringTag in obj)); + } + function isSymbol(obj) { + if (hasShammedSymbols) { + return obj && typeof obj === "object" && obj instanceof Symbol; + } + if (typeof obj === "symbol") { + return true; + } + if (!obj || typeof obj !== "object" || !symToString) { + return false; + } + try { + symToString.call(obj); + return true; + } catch (e) { + } + return false; + } + function isBigInt(obj) { + if (!obj || typeof obj !== "object" || !bigIntValueOf) { + return false; + } + try { + bigIntValueOf.call(obj); + return true; + } catch (e) { + } + return false; + } + var hasOwn = Object.prototype.hasOwnProperty || function(key2) { + return key2 in this; + }; + function has(obj, key2) { + return hasOwn.call(obj, key2); + } + function toStr(obj) { + return objectToString2.call(obj); + } + function nameOf(f) { + if (f.name) { + return f.name; + } + var m = $match.call(functionToString.call(f), /^function\s*([\w$]+)/); + if (m) { + return m[1]; + } + return null; + } + function indexOf(xs, x) { + if (xs.indexOf) { + return xs.indexOf(x); + } + for (var i = 0, l = xs.length; i < l; i++) { + if (xs[i] === x) { + return i; + } + } + return -1; + } + function isMap(x) { + if (!mapSize || !x || typeof x !== "object") { + return false; + } + try { + mapSize.call(x); + try { + setSize.call(x); + } catch (s) { + return true; + } + return x instanceof Map; + } catch (e) { + } + return false; + } + function isWeakMap(x) { + if (!weakMapHas || !x || typeof x !== "object") { + return false; + } + try { + weakMapHas.call(x, weakMapHas); + try { + weakSetHas.call(x, weakSetHas); + } catch (s) { + return true; + } + return x instanceof WeakMap; + } catch (e) { + } + return false; + } + function isWeakRef(x) { + if (!weakRefDeref || !x || typeof x !== "object") { + return false; + } + try { + weakRefDeref.call(x); + return true; + } catch (e) { + } + return false; + } + function isSet(x) { + if (!setSize || !x || typeof x !== "object") { + return false; + } + try { + setSize.call(x); + try { + mapSize.call(x); + } catch (m) { + return true; + } + return x instanceof Set; + } catch (e) { + } + return false; + } + function isWeakSet(x) { + if (!weakSetHas || !x || typeof x !== "object") { + return false; + } + try { + weakSetHas.call(x, weakSetHas); + try { + weakMapHas.call(x, weakMapHas); + } catch (s) { + return true; + } + return x instanceof WeakSet; + } catch (e) { + } + return false; + } + function isElement(x) { + if (!x || typeof x !== "object") { + return false; + } + if (typeof HTMLElement !== "undefined" && x instanceof HTMLElement) { + return true; + } + return typeof x.nodeName === "string" && typeof x.getAttribute === "function"; + } + function inspectString(str, opts) { + if (str.length > opts.maxStringLength) { + var remaining = str.length - opts.maxStringLength; + var trailer = "... " + remaining + " more character" + (remaining > 1 ? "s" : ""); + return inspectString($slice.call(str, 0, opts.maxStringLength), opts) + trailer; + } + var s = $replace.call($replace.call(str, /(['\\])/g, "\\$1"), /[\x00-\x1f]/g, lowbyte); + return wrapQuotes(s, "single", opts); + } + function lowbyte(c) { + var n = c.charCodeAt(0); + var x = { + 8: "b", + 9: "t", + 10: "n", + 12: "f", + 13: "r" + }[n]; + if (x) { + return "\\" + x; + } + return "\\x" + (n < 16 ? "0" : "") + $toUpperCase.call(n.toString(16)); + } + function markBoxed(str) { + return "Object(" + str + ")"; + } + function weakCollectionOf(type) { + return type + " { ? }"; + } + function collectionOf(type, size, entries, indent2) { + var joinedEntries = indent2 ? indentedJoin(entries, indent2) : $join.call(entries, ", "); + return type + " (" + size + ") {" + joinedEntries + "}"; + } + function singleLineValues(xs) { + for (var i = 0; i < xs.length; i++) { + if (indexOf(xs[i], "\n") >= 0) { + return false; + } + } + return true; + } + function getIndent(opts, depth) { + var baseIndent; + if (opts.indent === " ") { + baseIndent = " "; + } else if (typeof opts.indent === "number" && opts.indent > 0) { + baseIndent = $join.call(Array(opts.indent + 1), " "); + } else { + return null; + } + return { + base: baseIndent, + prev: $join.call(Array(depth + 1), baseIndent) + }; + } + function indentedJoin(xs, indent2) { + if (xs.length === 0) { + return ""; + } + var lineJoiner = "\n" + indent2.prev + indent2.base; + return lineJoiner + $join.call(xs, "," + lineJoiner) + "\n" + indent2.prev; + } + function arrObjKeys(obj, inspect) { + var isArr = isArray(obj); + var xs = []; + if (isArr) { + xs.length = obj.length; + for (var i = 0; i < obj.length; i++) { + xs[i] = has(obj, i) ? inspect(obj[i], obj) : ""; + } + } + var syms = typeof gOPS === "function" ? gOPS(obj) : []; + var symMap; + if (hasShammedSymbols) { + symMap = {}; + for (var k = 0; k < syms.length; k++) { + symMap["$" + syms[k]] = syms[k]; + } + } + for (var key2 in obj) { + if (!has(obj, key2)) { + continue; + } + if (isArr && String(Number(key2)) === key2 && key2 < obj.length) { + continue; + } + if (hasShammedSymbols && symMap["$" + key2] instanceof Symbol) { + continue; + } else if ($test.call(/[^\w$]/, key2)) { + xs.push(inspect(key2, obj) + ": " + inspect(obj[key2], obj)); + } else { + xs.push(key2 + ": " + inspect(obj[key2], obj)); + } + } + if (typeof gOPS === "function") { + for (var j = 0; j < syms.length; j++) { + if (isEnumerable.call(obj, syms[j])) { + xs.push("[" + inspect(syms[j]) + "]: " + inspect(obj[syms[j]], obj)); + } + } + } + return xs; + } + } +}); + +// node_modules/.pnpm/side-channel@1.0.6/node_modules/side-channel/index.js +var require_side_channel = __commonJS({ + "node_modules/.pnpm/side-channel@1.0.6/node_modules/side-channel/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var GetIntrinsic = require_get_intrinsic(); + var callBound = require_callBound(); + var inspect = require_object_inspect(); + var $TypeError = require_type(); + var $WeakMap = GetIntrinsic("%WeakMap%", true); + var $Map = GetIntrinsic("%Map%", true); + var $weakMapGet = callBound("WeakMap.prototype.get", true); + var $weakMapSet = callBound("WeakMap.prototype.set", true); + var $weakMapHas = callBound("WeakMap.prototype.has", true); + var $mapGet = callBound("Map.prototype.get", true); + var $mapSet = callBound("Map.prototype.set", true); + var $mapHas = callBound("Map.prototype.has", true); + var listGetNode = function(list, key2) { + var prev = list; + var curr; + for (; (curr = prev.next) !== null; prev = curr) { + if (curr.key === key2) { + prev.next = curr.next; + curr.next = /** @type {NonNullable} */ + list.next; + list.next = curr; + return curr; + } + } + }; + var listGet = function(objects, key2) { + var node = listGetNode(objects, key2); + return node && node.value; + }; + var listSet = function(objects, key2, value) { + var node = listGetNode(objects, key2); + if (node) { + node.value = value; + } else { + objects.next = /** @type {import('.').ListNode} */ + { + // eslint-disable-line no-param-reassign, no-extra-parens + key: key2, + next: objects.next, + value + }; + } + }; + var listHas = function(objects, key2) { + return !!listGetNode(objects, key2); + }; + module2.exports = function getSideChannel() { + var $wm; + var $m; + var $o; + var channel = { + assert: function(key2) { + if (!channel.has(key2)) { + throw new $TypeError("Side channel does not contain " + inspect(key2)); + } + }, + get: function(key2) { + if ($WeakMap && key2 && (typeof key2 === "object" || typeof key2 === "function")) { + if ($wm) { + return $weakMapGet($wm, key2); + } + } else if ($Map) { + if ($m) { + return $mapGet($m, key2); + } + } else { + if ($o) { + return listGet($o, key2); + } + } + }, + has: function(key2) { + if ($WeakMap && key2 && (typeof key2 === "object" || typeof key2 === "function")) { + if ($wm) { + return $weakMapHas($wm, key2); + } + } else if ($Map) { + if ($m) { + return $mapHas($m, key2); + } + } else { + if ($o) { + return listHas($o, key2); + } + } + return false; + }, + set: function(key2, value) { + if ($WeakMap && key2 && (typeof key2 === "object" || typeof key2 === "function")) { + if (!$wm) { + $wm = new $WeakMap(); + } + $weakMapSet($wm, key2, value); + } else if ($Map) { + if (!$m) { + $m = new $Map(); + } + $mapSet($m, key2, value); + } else { + if (!$o) { + $o = { key: {}, next: null }; + } + listSet($o, key2, value); + } + } + }; + return channel; + }; + } +}); + +// node_modules/.pnpm/internal-slot@1.0.7/node_modules/internal-slot/index.js +var require_internal_slot = __commonJS({ + "node_modules/.pnpm/internal-slot@1.0.7/node_modules/internal-slot/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var hasOwn = require_hasown(); + var channel = require_side_channel()(); + var $TypeError = require_type(); + var SLOT = { + assert: function(O, slot) { + if (!O || typeof O !== "object" && typeof O !== "function") { + throw new $TypeError("`O` is not an object"); + } + if (typeof slot !== "string") { + throw new $TypeError("`slot` must be a string"); + } + channel.assert(O); + if (!SLOT.has(O, slot)) { + throw new $TypeError("`" + slot + "` is not present on `O`"); + } + }, + get: function(O, slot) { + if (!O || typeof O !== "object" && typeof O !== "function") { + throw new $TypeError("`O` is not an object"); + } + if (typeof slot !== "string") { + throw new $TypeError("`slot` must be a string"); + } + var slots = channel.get(O); + return slots && slots["$" + slot]; + }, + has: function(O, slot) { + if (!O || typeof O !== "object" && typeof O !== "function") { + throw new $TypeError("`O` is not an object"); + } + if (typeof slot !== "string") { + throw new $TypeError("`slot` must be a string"); + } + var slots = channel.get(O); + return !!slots && hasOwn(slots, "$" + slot); + }, + set: function(O, slot, V) { + if (!O || typeof O !== "object" && typeof O !== "function") { + throw new $TypeError("`O` is not an object"); + } + if (typeof slot !== "string") { + throw new $TypeError("`slot` must be a string"); + } + var slots = channel.get(O); + if (!slots) { + slots = {}; + channel.set(O, slots); + } + slots["$" + slot] = V; + } + }; + if (Object.freeze) { + Object.freeze(SLOT); + } + module2.exports = SLOT; + } +}); + +// node_modules/.pnpm/stop-iteration-iterator@1.0.0/node_modules/stop-iteration-iterator/index.js +var require_stop_iteration_iterator = __commonJS({ + "node_modules/.pnpm/stop-iteration-iterator@1.0.0/node_modules/stop-iteration-iterator/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var SLOT = require_internal_slot(); + var $SyntaxError = SyntaxError; + var $StopIteration = typeof StopIteration === "object" ? StopIteration : null; + module2.exports = function getStopIterationIterator(origIterator) { + if (!$StopIteration) { + throw new $SyntaxError("this environment lacks StopIteration"); + } + SLOT.set(origIterator, "[[Done]]", false); + var siIterator = { + next: function next() { + var iterator = SLOT.get(this, "[[Iterator]]"); + var done = SLOT.get(iterator, "[[Done]]"); + try { + return { + done, + value: done ? void 0 : iterator.next() + }; + } catch (e) { + SLOT.set(iterator, "[[Done]]", true); + if (e !== $StopIteration) { + throw e; + } + return { + done: true, + value: void 0 + }; + } + } + }; + SLOT.set(siIterator, "[[Iterator]]", origIterator); + return siIterator; + }; + } +}); + +// node_modules/.pnpm/isarray@2.0.5/node_modules/isarray/index.js +var require_isarray = __commonJS({ + "node_modules/.pnpm/isarray@2.0.5/node_modules/isarray/index.js"(exports2, module2) { + init_polyfill_buffer(); + var toString = {}.toString; + module2.exports = Array.isArray || function(arr) { + return toString.call(arr) == "[object Array]"; + }; + } +}); + +// node_modules/.pnpm/is-string@1.0.7/node_modules/is-string/index.js +var require_is_string = __commonJS({ + "node_modules/.pnpm/is-string@1.0.7/node_modules/is-string/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var strValue = String.prototype.valueOf; + var tryStringObject = function tryStringObject2(value) { + try { + strValue.call(value); + return true; + } catch (e) { + return false; + } + }; + var toStr = Object.prototype.toString; + var strClass = "[object String]"; + var hasToStringTag = require_shams2()(); + module2.exports = function isString(value) { + if (typeof value === "string") { + return true; + } + if (typeof value !== "object") { + return false; + } + return hasToStringTag ? tryStringObject(value) : toStr.call(value) === strClass; + }; + } +}); + +// node_modules/.pnpm/is-map@2.0.3/node_modules/is-map/index.js +var require_is_map = __commonJS({ + "node_modules/.pnpm/is-map@2.0.3/node_modules/is-map/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var $Map = typeof Map === "function" && Map.prototype ? Map : null; + var $Set = typeof Set === "function" && Set.prototype ? Set : null; + var exported; + if (!$Map) { + exported = function isMap(x) { + return false; + }; + } + var $mapHas = $Map ? Map.prototype.has : null; + var $setHas = $Set ? Set.prototype.has : null; + if (!exported && !$mapHas) { + exported = function isMap(x) { + return false; + }; + } + module2.exports = exported || function isMap(x) { + if (!x || typeof x !== "object") { + return false; + } + try { + $mapHas.call(x); + if ($setHas) { + try { + $setHas.call(x); + } catch (e) { + return true; + } + } + return x instanceof $Map; + } catch (e) { + } + return false; + }; + } +}); + +// node_modules/.pnpm/is-set@2.0.3/node_modules/is-set/index.js +var require_is_set = __commonJS({ + "node_modules/.pnpm/is-set@2.0.3/node_modules/is-set/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var $Map = typeof Map === "function" && Map.prototype ? Map : null; + var $Set = typeof Set === "function" && Set.prototype ? Set : null; + var exported; + if (!$Set) { + exported = function isSet(x) { + return false; + }; + } + var $mapHas = $Map ? Map.prototype.has : null; + var $setHas = $Set ? Set.prototype.has : null; + if (!exported && !$setHas) { + exported = function isSet(x) { + return false; + }; + } + module2.exports = exported || function isSet(x) { + if (!x || typeof x !== "object") { + return false; + } + try { + $setHas.call(x); + if ($mapHas) { + try { + $mapHas.call(x); + } catch (e) { + return true; + } + } + return x instanceof $Set; + } catch (e) { + } + return false; + }; + } +}); + +// node_modules/.pnpm/es-get-iterator@1.1.3/node_modules/es-get-iterator/index.js +var require_es_get_iterator = __commonJS({ + "node_modules/.pnpm/es-get-iterator@1.1.3/node_modules/es-get-iterator/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var isArguments = require_is_arguments(); + var getStopIterationIterator = require_stop_iteration_iterator(); + if (require_has_symbols()() || require_shams()()) { + $iterator = Symbol.iterator; + module2.exports = function getIterator3(iterable) { + if (iterable != null && typeof iterable[$iterator] !== "undefined") { + return iterable[$iterator](); + } + if (isArguments(iterable)) { + return Array.prototype[$iterator].call(iterable); + } + }; + } else { + isArray = require_isarray(); + isString = require_is_string(); + GetIntrinsic = require_get_intrinsic(); + $Map = GetIntrinsic("%Map%", true); + $Set = GetIntrinsic("%Set%", true); + callBound = require_callBound(); + $arrayPush = callBound("Array.prototype.push"); + $charCodeAt = callBound("String.prototype.charCodeAt"); + $stringSlice = callBound("String.prototype.slice"); + advanceStringIndex = function advanceStringIndex2(S, index2) { + var length = S.length; + if (index2 + 1 >= length) { + return index2 + 1; + } + var first2 = $charCodeAt(S, index2); + if (first2 < 55296 || first2 > 56319) { + return index2 + 1; + } + var second = $charCodeAt(S, index2 + 1); + if (second < 56320 || second > 57343) { + return index2 + 1; + } + return index2 + 2; + }; + getArrayIterator = function getArrayIterator2(arraylike) { + var i = 0; + return { + next: function next() { + var done = i >= arraylike.length; + var value; + if (!done) { + value = arraylike[i]; + i += 1; + } + return { + done, + value + }; + } + }; + }; + getNonCollectionIterator = function getNonCollectionIterator2(iterable, noPrimordialCollections) { + if (isArray(iterable) || isArguments(iterable)) { + return getArrayIterator(iterable); + } + if (isString(iterable)) { + var i = 0; + return { + next: function next() { + var nextIndex = advanceStringIndex(iterable, i); + var value = $stringSlice(iterable, i, nextIndex); + i = nextIndex; + return { + done: nextIndex > iterable.length, + value + }; + } + }; + } + if (noPrimordialCollections && typeof iterable["_es6-shim iterator_"] !== "undefined") { + return iterable["_es6-shim iterator_"](); + } + }; + if (!$Map && !$Set) { + module2.exports = function getIterator3(iterable) { + if (iterable != null) { + return getNonCollectionIterator(iterable, true); + } + }; + } else { + isMap = require_is_map(); + isSet = require_is_set(); + $mapForEach = callBound("Map.prototype.forEach", true); + $setForEach = callBound("Set.prototype.forEach", true); + if (typeof process === "undefined" || !process.versions || !process.versions.node) { + $mapIterator = callBound("Map.prototype.iterator", true); + $setIterator = callBound("Set.prototype.iterator", true); + } + $mapAtAtIterator = callBound("Map.prototype.@@iterator", true) || callBound("Map.prototype._es6-shim iterator_", true); + $setAtAtIterator = callBound("Set.prototype.@@iterator", true) || callBound("Set.prototype._es6-shim iterator_", true); + getCollectionIterator = function getCollectionIterator2(iterable) { + if (isMap(iterable)) { + if ($mapIterator) { + return getStopIterationIterator($mapIterator(iterable)); + } + if ($mapAtAtIterator) { + return $mapAtAtIterator(iterable); + } + if ($mapForEach) { + var entries = []; + $mapForEach(iterable, function(v, k) { + $arrayPush(entries, [k, v]); + }); + return getArrayIterator(entries); + } + } + if (isSet(iterable)) { + if ($setIterator) { + return getStopIterationIterator($setIterator(iterable)); + } + if ($setAtAtIterator) { + return $setAtAtIterator(iterable); + } + if ($setForEach) { + var values = []; + $setForEach(iterable, function(v) { + $arrayPush(values, v); + }); + return getArrayIterator(values); + } + } + }; + module2.exports = function getIterator3(iterable) { + return getCollectionIterator(iterable) || getNonCollectionIterator(iterable); + }; + } + } + var $iterator; + var isArray; + var isString; + var GetIntrinsic; + var $Map; + var $Set; + var callBound; + var $arrayPush; + var $charCodeAt; + var $stringSlice; + var advanceStringIndex; + var getArrayIterator; + var getNonCollectionIterator; + var isMap; + var isSet; + var $mapForEach; + var $setForEach; + var $mapIterator; + var $setIterator; + var $mapAtAtIterator; + var $setAtAtIterator; + var getCollectionIterator; + } +}); + +// node_modules/.pnpm/object-is@1.1.6/node_modules/object-is/implementation.js +var require_implementation5 = __commonJS({ + "node_modules/.pnpm/object-is@1.1.6/node_modules/object-is/implementation.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var numberIsNaN = function(value) { + return value !== value; + }; + module2.exports = function is(a, b) { + if (a === 0 && b === 0) { + return 1 / a === 1 / b; + } + if (a === b) { + return true; + } + if (numberIsNaN(a) && numberIsNaN(b)) { + return true; + } + return false; + }; + } +}); + +// node_modules/.pnpm/object-is@1.1.6/node_modules/object-is/polyfill.js +var require_polyfill3 = __commonJS({ + "node_modules/.pnpm/object-is@1.1.6/node_modules/object-is/polyfill.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var implementation = require_implementation5(); + module2.exports = function getPolyfill() { + return typeof Object.is === "function" ? Object.is : implementation; + }; + } +}); + +// node_modules/.pnpm/object-is@1.1.6/node_modules/object-is/shim.js +var require_shim3 = __commonJS({ + "node_modules/.pnpm/object-is@1.1.6/node_modules/object-is/shim.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var getPolyfill = require_polyfill3(); + var define2 = require_define_properties(); + module2.exports = function shimObjectIs() { + var polyfill = getPolyfill(); + define2(Object, { is: polyfill }, { + is: function testObjectIs() { + return Object.is !== polyfill; + } + }); + return polyfill; + }; + } +}); + +// node_modules/.pnpm/object-is@1.1.6/node_modules/object-is/index.js +var require_object_is = __commonJS({ + "node_modules/.pnpm/object-is@1.1.6/node_modules/object-is/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var define2 = require_define_properties(); + var callBind = require_call_bind(); + var implementation = require_implementation5(); + var getPolyfill = require_polyfill3(); + var shim = require_shim3(); + var polyfill = callBind(getPolyfill(), Object); + define2(polyfill, { + getPolyfill, + implementation, + shim + }); + module2.exports = polyfill; + } +}); + +// node_modules/.pnpm/is-array-buffer@3.0.4/node_modules/is-array-buffer/index.js +var require_is_array_buffer = __commonJS({ + "node_modules/.pnpm/is-array-buffer@3.0.4/node_modules/is-array-buffer/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var callBind = require_call_bind(); + var callBound = require_callBound(); + var GetIntrinsic = require_get_intrinsic(); + var $ArrayBuffer = GetIntrinsic("%ArrayBuffer%", true); + var $byteLength = callBound("ArrayBuffer.prototype.byteLength", true); + var $toString = callBound("Object.prototype.toString"); + var abSlice = !!$ArrayBuffer && !$byteLength && new $ArrayBuffer(0).slice; + var $abSlice = !!abSlice && callBind(abSlice); + module2.exports = $byteLength || $abSlice ? function isArrayBuffer(obj) { + if (!obj || typeof obj !== "object") { + return false; + } + try { + if ($byteLength) { + $byteLength(obj); + } else { + $abSlice(obj, 0); + } + return true; + } catch (e) { + return false; + } + } : $ArrayBuffer ? function isArrayBuffer(obj) { + return $toString(obj) === "[object ArrayBuffer]"; + } : function isArrayBuffer(obj) { + return false; + }; + } +}); + +// node_modules/.pnpm/is-date-object@1.0.5/node_modules/is-date-object/index.js +var require_is_date_object = __commonJS({ + "node_modules/.pnpm/is-date-object@1.0.5/node_modules/is-date-object/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var getDay = Date.prototype.getDay; + var tryDateObject = function tryDateGetDayCall(value) { + try { + getDay.call(value); + return true; + } catch (e) { + return false; + } + }; + var toStr = Object.prototype.toString; + var dateClass = "[object Date]"; + var hasToStringTag = require_shams2()(); + module2.exports = function isDateObject(value) { + if (typeof value !== "object" || value === null) { + return false; + } + return hasToStringTag ? tryDateObject(value) : toStr.call(value) === dateClass; + }; + } +}); + +// node_modules/.pnpm/is-regex@1.1.4/node_modules/is-regex/index.js +var require_is_regex = __commonJS({ + "node_modules/.pnpm/is-regex@1.1.4/node_modules/is-regex/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var callBound = require_callBound(); + var hasToStringTag = require_shams2()(); + var has; + var $exec; + var isRegexMarker; + var badStringifier; + if (hasToStringTag) { + has = callBound("Object.prototype.hasOwnProperty"); + $exec = callBound("RegExp.prototype.exec"); + isRegexMarker = {}; + throwRegexMarker = function() { + throw isRegexMarker; + }; + badStringifier = { + toString: throwRegexMarker, + valueOf: throwRegexMarker + }; + if (typeof Symbol.toPrimitive === "symbol") { + badStringifier[Symbol.toPrimitive] = throwRegexMarker; + } + } + var throwRegexMarker; + var $toString = callBound("Object.prototype.toString"); + var gOPD = Object.getOwnPropertyDescriptor; + var regexClass = "[object RegExp]"; + module2.exports = hasToStringTag ? function isRegex(value) { + if (!value || typeof value !== "object") { + return false; + } + var descriptor = gOPD(value, "lastIndex"); + var hasLastIndexDataProperty = descriptor && has(descriptor, "value"); + if (!hasLastIndexDataProperty) { + return false; + } + try { + $exec(value, badStringifier); + } catch (e) { + return e === isRegexMarker; + } + } : function isRegex(value) { + if (!value || typeof value !== "object" && typeof value !== "function") { + return false; + } + return $toString(value) === regexClass; + }; + } +}); + +// node_modules/.pnpm/is-shared-array-buffer@1.0.3/node_modules/is-shared-array-buffer/index.js +var require_is_shared_array_buffer = __commonJS({ + "node_modules/.pnpm/is-shared-array-buffer@1.0.3/node_modules/is-shared-array-buffer/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var callBound = require_callBound(); + var $byteLength = callBound("SharedArrayBuffer.prototype.byteLength", true); + module2.exports = $byteLength ? function isSharedArrayBuffer(obj) { + if (!obj || typeof obj !== "object") { + return false; + } + try { + $byteLength(obj); + return true; + } catch (e) { + return false; + } + } : function isSharedArrayBuffer(obj) { + return false; + }; + } +}); + +// node_modules/.pnpm/is-number-object@1.0.7/node_modules/is-number-object/index.js +var require_is_number_object = __commonJS({ + "node_modules/.pnpm/is-number-object@1.0.7/node_modules/is-number-object/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var numToStr = Number.prototype.toString; + var tryNumberObject = function tryNumberObject2(value) { + try { + numToStr.call(value); + return true; + } catch (e) { + return false; + } + }; + var toStr = Object.prototype.toString; + var numClass = "[object Number]"; + var hasToStringTag = require_shams2()(); + module2.exports = function isNumberObject(value) { + if (typeof value === "number") { + return true; + } + if (typeof value !== "object") { + return false; + } + return hasToStringTag ? tryNumberObject(value) : toStr.call(value) === numClass; + }; + } +}); + +// node_modules/.pnpm/is-boolean-object@1.1.2/node_modules/is-boolean-object/index.js +var require_is_boolean_object = __commonJS({ + "node_modules/.pnpm/is-boolean-object@1.1.2/node_modules/is-boolean-object/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var callBound = require_callBound(); + var $boolToStr = callBound("Boolean.prototype.toString"); + var $toString = callBound("Object.prototype.toString"); + var tryBooleanObject = function booleanBrandCheck(value) { + try { + $boolToStr(value); + return true; + } catch (e) { + return false; + } + }; + var boolClass = "[object Boolean]"; + var hasToStringTag = require_shams2()(); + module2.exports = function isBoolean(value) { + if (typeof value === "boolean") { + return true; + } + if (value === null || typeof value !== "object") { + return false; + } + return hasToStringTag && Symbol.toStringTag in value ? tryBooleanObject(value) : $toString(value) === boolClass; + }; + } +}); + +// node_modules/.pnpm/is-symbol@1.0.4/node_modules/is-symbol/index.js +var require_is_symbol = __commonJS({ + "node_modules/.pnpm/is-symbol@1.0.4/node_modules/is-symbol/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var toStr = Object.prototype.toString; + var hasSymbols = require_has_symbols()(); + if (hasSymbols) { + symToStr = Symbol.prototype.toString; + symStringRegex = /^Symbol\(.*\)$/; + isSymbolObject = function isRealSymbolObject(value) { + if (typeof value.valueOf() !== "symbol") { + return false; + } + return symStringRegex.test(symToStr.call(value)); + }; + module2.exports = function isSymbol(value) { + if (typeof value === "symbol") { + return true; + } + if (toStr.call(value) !== "[object Symbol]") { + return false; + } + try { + return isSymbolObject(value); + } catch (e) { + return false; + } + }; + } else { + module2.exports = function isSymbol(value) { + return false; + }; + } + var symToStr; + var symStringRegex; + var isSymbolObject; + } +}); + +// node_modules/.pnpm/has-bigints@1.0.2/node_modules/has-bigints/index.js +var require_has_bigints = __commonJS({ + "node_modules/.pnpm/has-bigints@1.0.2/node_modules/has-bigints/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var $BigInt = typeof BigInt !== "undefined" && BigInt; + module2.exports = function hasNativeBigInts() { + return typeof $BigInt === "function" && typeof BigInt === "function" && typeof $BigInt(42) === "bigint" && typeof BigInt(42) === "bigint"; + }; + } +}); + +// node_modules/.pnpm/is-bigint@1.0.4/node_modules/is-bigint/index.js +var require_is_bigint = __commonJS({ + "node_modules/.pnpm/is-bigint@1.0.4/node_modules/is-bigint/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var hasBigInts = require_has_bigints()(); + if (hasBigInts) { + bigIntValueOf = BigInt.prototype.valueOf; + tryBigInt = function tryBigIntObject(value) { + try { + bigIntValueOf.call(value); + return true; + } catch (e) { + } + return false; + }; + module2.exports = function isBigInt(value) { + if (value === null || typeof value === "undefined" || typeof value === "boolean" || typeof value === "string" || typeof value === "number" || typeof value === "symbol" || typeof value === "function") { + return false; + } + if (typeof value === "bigint") { + return true; + } + return tryBigInt(value); + }; + } else { + module2.exports = function isBigInt(value) { + return false; + }; + } + var bigIntValueOf; + var tryBigInt; + } +}); + +// node_modules/.pnpm/which-boxed-primitive@1.0.2/node_modules/which-boxed-primitive/index.js +var require_which_boxed_primitive = __commonJS({ + "node_modules/.pnpm/which-boxed-primitive@1.0.2/node_modules/which-boxed-primitive/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var isString = require_is_string(); + var isNumber = require_is_number_object(); + var isBoolean = require_is_boolean_object(); + var isSymbol = require_is_symbol(); + var isBigInt = require_is_bigint(); + module2.exports = function whichBoxedPrimitive(value) { + if (value == null || typeof value !== "object" && typeof value !== "function") { + return null; + } + if (isString(value)) { + return "String"; + } + if (isNumber(value)) { + return "Number"; + } + if (isBoolean(value)) { + return "Boolean"; + } + if (isSymbol(value)) { + return "Symbol"; + } + if (isBigInt(value)) { + return "BigInt"; + } + }; + } +}); + +// node_modules/.pnpm/is-weakmap@2.0.2/node_modules/is-weakmap/index.js +var require_is_weakmap = __commonJS({ + "node_modules/.pnpm/is-weakmap@2.0.2/node_modules/is-weakmap/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var $WeakMap = typeof WeakMap === "function" && WeakMap.prototype ? WeakMap : null; + var $WeakSet = typeof WeakSet === "function" && WeakSet.prototype ? WeakSet : null; + var exported; + if (!$WeakMap) { + exported = function isWeakMap(x) { + return false; + }; + } + var $mapHas = $WeakMap ? $WeakMap.prototype.has : null; + var $setHas = $WeakSet ? $WeakSet.prototype.has : null; + if (!exported && !$mapHas) { + exported = function isWeakMap(x) { + return false; + }; + } + module2.exports = exported || function isWeakMap(x) { + if (!x || typeof x !== "object") { + return false; + } + try { + $mapHas.call(x, $mapHas); + if ($setHas) { + try { + $setHas.call(x, $setHas); + } catch (e) { + return true; + } + } + return x instanceof $WeakMap; + } catch (e) { + } + return false; + }; + } +}); + +// node_modules/.pnpm/is-weakset@2.0.3/node_modules/is-weakset/index.js +var require_is_weakset = __commonJS({ + "node_modules/.pnpm/is-weakset@2.0.3/node_modules/is-weakset/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var GetIntrinsic = require_get_intrinsic(); + var callBound = require_callBound(); + var $WeakSet = GetIntrinsic("%WeakSet%", true); + var $setHas = callBound("WeakSet.prototype.has", true); + if ($setHas) { + $mapHas = callBound("WeakMap.prototype.has", true); + module2.exports = function isWeakSet(x) { + if (!x || typeof x !== "object") { + return false; + } + try { + $setHas(x, $setHas); + if ($mapHas) { + try { + $mapHas(x, $mapHas); + } catch (e) { + return true; + } + } + return x instanceof $WeakSet; + } catch (e) { + } + return false; + }; + } else { + module2.exports = function isWeakSet(x) { + return false; + }; + } + var $mapHas; + } +}); + +// node_modules/.pnpm/which-collection@1.0.2/node_modules/which-collection/index.js +var require_which_collection = __commonJS({ + "node_modules/.pnpm/which-collection@1.0.2/node_modules/which-collection/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var isMap = require_is_map(); + var isSet = require_is_set(); + var isWeakMap = require_is_weakmap(); + var isWeakSet = require_is_weakset(); + module2.exports = function whichCollection(value) { + if (value && typeof value === "object") { + if (isMap(value)) { + return "Map"; + } + if (isSet(value)) { + return "Set"; + } + if (isWeakMap(value)) { + return "WeakMap"; + } + if (isWeakSet(value)) { + return "WeakSet"; + } + } + return false; + }; + } +}); + +// node_modules/.pnpm/is-callable@1.2.7/node_modules/is-callable/index.js +var require_is_callable = __commonJS({ + "node_modules/.pnpm/is-callable@1.2.7/node_modules/is-callable/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var fnToStr = Function.prototype.toString; + var reflectApply = typeof Reflect === "object" && Reflect !== null && Reflect.apply; + var badArrayLike; + var isCallableMarker; + if (typeof reflectApply === "function" && typeof Object.defineProperty === "function") { + try { + badArrayLike = Object.defineProperty({}, "length", { + get: function() { + throw isCallableMarker; + } + }); + isCallableMarker = {}; + reflectApply(function() { + throw 42; + }, null, badArrayLike); + } catch (_) { + if (_ !== isCallableMarker) { + reflectApply = null; + } + } + } else { + reflectApply = null; + } + var constructorRegex = /^\s*class\b/; + var isES6ClassFn = function isES6ClassFunction(value) { + try { + var fnStr = fnToStr.call(value); + return constructorRegex.test(fnStr); + } catch (e) { + return false; + } + }; + var tryFunctionObject = function tryFunctionToStr(value) { + try { + if (isES6ClassFn(value)) { + return false; + } + fnToStr.call(value); + return true; + } catch (e) { + return false; + } + }; + var toStr = Object.prototype.toString; + var objectClass = "[object Object]"; + var fnClass = "[object Function]"; + var genClass = "[object GeneratorFunction]"; + var ddaClass = "[object HTMLAllCollection]"; + var ddaClass2 = "[object HTML document.all class]"; + var ddaClass3 = "[object HTMLCollection]"; + var hasToStringTag = typeof Symbol === "function" && !!Symbol.toStringTag; + var isIE68 = !(0 in [,]); + var isDDA = function isDocumentDotAll() { + return false; + }; + if (typeof document === "object") { + all = document.all; + if (toStr.call(all) === toStr.call(document.all)) { + isDDA = function isDocumentDotAll(value) { + if ((isIE68 || !value) && (typeof value === "undefined" || typeof value === "object")) { + try { + var str = toStr.call(value); + return (str === ddaClass || str === ddaClass2 || str === ddaClass3 || str === objectClass) && value("") == null; + } catch (e) { + } + } + return false; + }; + } + } + var all; + module2.exports = reflectApply ? function isCallable(value) { + if (isDDA(value)) { + return true; + } + if (!value) { + return false; + } + if (typeof value !== "function" && typeof value !== "object") { + return false; + } + try { + reflectApply(value, null, badArrayLike); + } catch (e) { + if (e !== isCallableMarker) { + return false; + } + } + return !isES6ClassFn(value) && tryFunctionObject(value); + } : function isCallable(value) { + if (isDDA(value)) { + return true; + } + if (!value) { + return false; + } + if (typeof value !== "function" && typeof value !== "object") { + return false; + } + if (hasToStringTag) { + return tryFunctionObject(value); + } + if (isES6ClassFn(value)) { + return false; + } + var strClass = toStr.call(value); + if (strClass !== fnClass && strClass !== genClass && !/^\[object HTML/.test(strClass)) { + return false; + } + return tryFunctionObject(value); + }; + } +}); + +// node_modules/.pnpm/for-each@0.3.3/node_modules/for-each/index.js +var require_for_each = __commonJS({ + "node_modules/.pnpm/for-each@0.3.3/node_modules/for-each/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var isCallable = require_is_callable(); + var toStr = Object.prototype.toString; + var hasOwnProperty = Object.prototype.hasOwnProperty; + var forEachArray = function forEachArray2(array, iterator, receiver) { + for (var i = 0, len = array.length; i < len; i++) { + if (hasOwnProperty.call(array, i)) { + if (receiver == null) { + iterator(array[i], i, array); + } else { + iterator.call(receiver, array[i], i, array); + } + } + } + }; + var forEachString = function forEachString2(string, iterator, receiver) { + for (var i = 0, len = string.length; i < len; i++) { + if (receiver == null) { + iterator(string.charAt(i), i, string); + } else { + iterator.call(receiver, string.charAt(i), i, string); + } + } + }; + var forEachObject = function forEachObject2(object, iterator, receiver) { + for (var k in object) { + if (hasOwnProperty.call(object, k)) { + if (receiver == null) { + iterator(object[k], k, object); + } else { + iterator.call(receiver, object[k], k, object); + } + } + } + }; + var forEach2 = function forEach3(list, iterator, thisArg) { + if (!isCallable(iterator)) { + throw new TypeError("iterator must be a function"); + } + var receiver; + if (arguments.length >= 3) { + receiver = thisArg; + } + if (toStr.call(list) === "[object Array]") { + forEachArray(list, iterator, receiver); + } else if (typeof list === "string") { + forEachString(list, iterator, receiver); + } else { + forEachObject(list, iterator, receiver); + } + }; + module2.exports = forEach2; + } +}); + +// node_modules/.pnpm/possible-typed-array-names@1.0.0/node_modules/possible-typed-array-names/index.js +var require_possible_typed_array_names = __commonJS({ + "node_modules/.pnpm/possible-typed-array-names@1.0.0/node_modules/possible-typed-array-names/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + module2.exports = [ + "Float32Array", + "Float64Array", + "Int8Array", + "Int16Array", + "Int32Array", + "Uint8Array", + "Uint8ClampedArray", + "Uint16Array", + "Uint32Array", + "BigInt64Array", + "BigUint64Array" + ]; + } +}); + +// node_modules/.pnpm/available-typed-arrays@1.0.7/node_modules/available-typed-arrays/index.js +var require_available_typed_arrays = __commonJS({ + "node_modules/.pnpm/available-typed-arrays@1.0.7/node_modules/available-typed-arrays/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var possibleNames = require_possible_typed_array_names(); + var g = typeof globalThis === "undefined" ? global : globalThis; + module2.exports = function availableTypedArrays() { + var out = []; + for (var i = 0; i < possibleNames.length; i++) { + if (typeof g[possibleNames[i]] === "function") { + out[out.length] = possibleNames[i]; + } + } + return out; + }; + } +}); + +// node_modules/.pnpm/which-typed-array@1.1.15/node_modules/which-typed-array/index.js +var require_which_typed_array = __commonJS({ + "node_modules/.pnpm/which-typed-array@1.1.15/node_modules/which-typed-array/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var forEach2 = require_for_each(); + var availableTypedArrays = require_available_typed_arrays(); + var callBind = require_call_bind(); + var callBound = require_callBound(); + var gOPD = require_gopd(); + var $toString = callBound("Object.prototype.toString"); + var hasToStringTag = require_shams2()(); + var g = typeof globalThis === "undefined" ? global : globalThis; + var typedArrays = availableTypedArrays(); + var $slice = callBound("String.prototype.slice"); + var getPrototypeOf = Object.getPrototypeOf; + var $indexOf = callBound("Array.prototype.indexOf", true) || function indexOf(array, value) { + for (var i = 0; i < array.length; i += 1) { + if (array[i] === value) { + return i; + } + } + return -1; + }; + var cache = { __proto__: null }; + if (hasToStringTag && gOPD && getPrototypeOf) { + forEach2(typedArrays, function(typedArray) { + var arr = new g[typedArray](); + if (Symbol.toStringTag in arr) { + var proto = getPrototypeOf(arr); + var descriptor = gOPD(proto, Symbol.toStringTag); + if (!descriptor) { + var superProto = getPrototypeOf(proto); + descriptor = gOPD(superProto, Symbol.toStringTag); + } + cache["$" + typedArray] = callBind(descriptor.get); + } + }); + } else { + forEach2(typedArrays, function(typedArray) { + var arr = new g[typedArray](); + var fn = arr.slice || arr.set; + if (fn) { + cache["$" + typedArray] = callBind(fn); + } + }); + } + var tryTypedArrays = function tryAllTypedArrays(value) { + var found = false; + forEach2( + // eslint-disable-next-line no-extra-parens + /** @type {Record<`\$${TypedArrayName}`, Getter>} */ + /** @type {any} */ + cache, + /** @type {(getter: Getter, name: `\$${import('.').TypedArrayName}`) => void} */ + function(getter, typedArray) { + if (!found) { + try { + if ("$" + getter(value) === typedArray) { + found = $slice(typedArray, 1); + } + } catch (e) { + } + } + } + ); + return found; + }; + var trySlices = function tryAllSlices(value) { + var found = false; + forEach2( + // eslint-disable-next-line no-extra-parens + /** @type {Record<`\$${TypedArrayName}`, Getter>} */ + /** @type {any} */ + cache, + /** @type {(getter: typeof cache, name: `\$${import('.').TypedArrayName}`) => void} */ + function(getter, name) { + if (!found) { + try { + getter(value); + found = $slice(name, 1); + } catch (e) { + } + } + } + ); + return found; + }; + module2.exports = function whichTypedArray(value) { + if (!value || typeof value !== "object") { + return false; + } + if (!hasToStringTag) { + var tag2 = $slice($toString(value), 8, -1); + if ($indexOf(typedArrays, tag2) > -1) { + return tag2; + } + if (tag2 !== "Object") { + return false; + } + return trySlices(value); + } + if (!gOPD) { + return null; + } + return tryTypedArrays(value); + }; + } +}); + +// node_modules/.pnpm/array-buffer-byte-length@1.0.1/node_modules/array-buffer-byte-length/index.js +var require_array_buffer_byte_length = __commonJS({ + "node_modules/.pnpm/array-buffer-byte-length@1.0.1/node_modules/array-buffer-byte-length/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var callBound = require_callBound(); + var $byteLength = callBound("ArrayBuffer.prototype.byteLength", true); + var isArrayBuffer = require_is_array_buffer(); + module2.exports = function byteLength(ab) { + if (!isArrayBuffer(ab)) { + return NaN; + } + return $byteLength ? $byteLength(ab) : ab.byteLength; + }; + } +}); + +// node_modules/.pnpm/deep-equal@2.2.3/node_modules/deep-equal/index.js +var require_deep_equal = __commonJS({ + "node_modules/.pnpm/deep-equal@2.2.3/node_modules/deep-equal/index.js"(exports2, module2) { + "use strict"; + init_polyfill_buffer(); + var assign2 = require_object(); + var callBound = require_callBound(); + var flags = require_regexp_prototype(); + var GetIntrinsic = require_get_intrinsic(); + var getIterator3 = require_es_get_iterator(); + var getSideChannel = require_side_channel(); + var is = require_object_is(); + var isArguments = require_is_arguments(); + var isArray = require_isarray(); + var isArrayBuffer = require_is_array_buffer(); + var isDate = require_is_date_object(); + var isRegex = require_is_regex(); + var isSharedArrayBuffer = require_is_shared_array_buffer(); + var objectKeys = require_object_keys(); + var whichBoxedPrimitive = require_which_boxed_primitive(); + var whichCollection = require_which_collection(); + var whichTypedArray = require_which_typed_array(); + var byteLength = require_array_buffer_byte_length(); + var sabByteLength = callBound("SharedArrayBuffer.prototype.byteLength", true); + var $getTime = callBound("Date.prototype.getTime"); + var gPO = Object.getPrototypeOf; + var $objToString = callBound("Object.prototype.toString"); + var $Set = GetIntrinsic("%Set%", true); + var $mapHas = callBound("Map.prototype.has", true); + var $mapGet = callBound("Map.prototype.get", true); + var $mapSize = callBound("Map.prototype.size", true); + var $setAdd = callBound("Set.prototype.add", true); + var $setDelete = callBound("Set.prototype.delete", true); + var $setHas = callBound("Set.prototype.has", true); + var $setSize = callBound("Set.prototype.size", true); + function setHasEqualElement(set, val1, opts, channel) { + var i = getIterator3(set); + var result; + while ((result = i.next()) && !result.done) { + if (internalDeepEqual(val1, result.value, opts, channel)) { + $setDelete(set, result.value); + return true; + } + } + return false; + } + function findLooseMatchingPrimitives(prim) { + if (typeof prim === "undefined") { + return null; + } + if (typeof prim === "object") { + return void 0; + } + if (typeof prim === "symbol") { + return false; + } + if (typeof prim === "string" || typeof prim === "number") { + return +prim === +prim; + } + return true; + } + function mapMightHaveLoosePrim(a, b, prim, item, opts, channel) { + var altValue = findLooseMatchingPrimitives(prim); + if (altValue != null) { + return altValue; + } + var curB = $mapGet(b, altValue); + var looseOpts = assign2({}, opts, { strict: false }); + if (typeof curB === "undefined" && !$mapHas(b, altValue) || !internalDeepEqual(item, curB, looseOpts, channel)) { + return false; + } + return !$mapHas(a, altValue) && internalDeepEqual(item, curB, looseOpts, channel); + } + function setMightHaveLoosePrim(a, b, prim) { + var altValue = findLooseMatchingPrimitives(prim); + if (altValue != null) { + return altValue; + } + return $setHas(b, altValue) && !$setHas(a, altValue); + } + function mapHasEqualEntry(set, map, key1, item1, opts, channel) { + var i = getIterator3(set); + var result; + var key2; + while ((result = i.next()) && !result.done) { + key2 = result.value; + if ( + // eslint-disable-next-line no-use-before-define + internalDeepEqual(key1, key2, opts, channel) && internalDeepEqual(item1, $mapGet(map, key2), opts, channel) + ) { + $setDelete(set, key2); + return true; + } + } + return false; + } + function internalDeepEqual(actual, expected, options, channel) { + var opts = options || {}; + if (opts.strict ? is(actual, expected) : actual === expected) { + return true; + } + var actualBoxed = whichBoxedPrimitive(actual); + var expectedBoxed = whichBoxedPrimitive(expected); + if (actualBoxed !== expectedBoxed) { + return false; + } + if (!actual || !expected || typeof actual !== "object" && typeof expected !== "object") { + return opts.strict ? is(actual, expected) : actual == expected; + } + var hasActual = channel.has(actual); + var hasExpected = channel.has(expected); + var sentinel; + if (hasActual && hasExpected) { + if (channel.get(actual) === channel.get(expected)) { + return true; + } + } else { + sentinel = {}; + } + if (!hasActual) { + channel.set(actual, sentinel); + } + if (!hasExpected) { + channel.set(expected, sentinel); + } + return objEquiv(actual, expected, opts, channel); + } + function isBuffer(x) { + if (!x || typeof x !== "object" || typeof x.length !== "number") { + return false; + } + if (typeof x.copy !== "function" || typeof x.slice !== "function") { + return false; + } + if (x.length > 0 && typeof x[0] !== "number") { + return false; + } + return !!(x.constructor && x.constructor.isBuffer && x.constructor.isBuffer(x)); + } + function setEquiv(a, b, opts, channel) { + if ($setSize(a) !== $setSize(b)) { + return false; + } + var iA = getIterator3(a); + var iB = getIterator3(b); + var resultA; + var resultB; + var set; + while ((resultA = iA.next()) && !resultA.done) { + if (resultA.value && typeof resultA.value === "object") { + if (!set) { + set = new $Set(); + } + $setAdd(set, resultA.value); + } else if (!$setHas(b, resultA.value)) { + if (opts.strict) { + return false; + } + if (!setMightHaveLoosePrim(a, b, resultA.value)) { + return false; + } + if (!set) { + set = new $Set(); + } + $setAdd(set, resultA.value); + } + } + if (set) { + while ((resultB = iB.next()) && !resultB.done) { + if (resultB.value && typeof resultB.value === "object") { + if (!setHasEqualElement(set, resultB.value, opts.strict, channel)) { + return false; + } + } else if (!opts.strict && !$setHas(a, resultB.value) && !setHasEqualElement(set, resultB.value, opts.strict, channel)) { + return false; + } + } + return $setSize(set) === 0; + } + return true; + } + function mapEquiv(a, b, opts, channel) { + if ($mapSize(a) !== $mapSize(b)) { + return false; + } + var iA = getIterator3(a); + var iB = getIterator3(b); + var resultA; + var resultB; + var set; + var key2; + var item1; + var item2; + while ((resultA = iA.next()) && !resultA.done) { + key2 = resultA.value[0]; + item1 = resultA.value[1]; + if (key2 && typeof key2 === "object") { + if (!set) { + set = new $Set(); + } + $setAdd(set, key2); + } else { + item2 = $mapGet(b, key2); + if (typeof item2 === "undefined" && !$mapHas(b, key2) || !internalDeepEqual(item1, item2, opts, channel)) { + if (opts.strict) { + return false; + } + if (!mapMightHaveLoosePrim(a, b, key2, item1, opts, channel)) { + return false; + } + if (!set) { + set = new $Set(); + } + $setAdd(set, key2); + } + } + } + if (set) { + while ((resultB = iB.next()) && !resultB.done) { + key2 = resultB.value[0]; + item2 = resultB.value[1]; + if (key2 && typeof key2 === "object") { + if (!mapHasEqualEntry(set, a, key2, item2, opts, channel)) { + return false; + } + } else if (!opts.strict && (!a.has(key2) || !internalDeepEqual($mapGet(a, key2), item2, opts, channel)) && !mapHasEqualEntry(set, a, key2, item2, assign2({}, opts, { strict: false }), channel)) { + return false; + } + } + return $setSize(set) === 0; + } + return true; + } + function objEquiv(a, b, opts, channel) { + var i, key2; + if (typeof a !== typeof b) { + return false; + } + if (a == null || b == null) { + return false; + } + if ($objToString(a) !== $objToString(b)) { + return false; + } + if (isArguments(a) !== isArguments(b)) { + return false; + } + var aIsArray = isArray(a); + var bIsArray = isArray(b); + if (aIsArray !== bIsArray) { + return false; + } + var aIsError = a instanceof Error; + var bIsError = b instanceof Error; + if (aIsError !== bIsError) { + return false; + } + if (aIsError || bIsError) { + if (a.name !== b.name || a.message !== b.message) { + return false; + } + } + var aIsRegex = isRegex(a); + var bIsRegex = isRegex(b); + if (aIsRegex !== bIsRegex) { + return false; + } + if ((aIsRegex || bIsRegex) && (a.source !== b.source || flags(a) !== flags(b))) { + return false; + } + var aIsDate = isDate(a); + var bIsDate = isDate(b); + if (aIsDate !== bIsDate) { + return false; + } + if (aIsDate || bIsDate) { + if ($getTime(a) !== $getTime(b)) { + return false; + } + } + if (opts.strict && gPO && gPO(a) !== gPO(b)) { + return false; + } + var aWhich = whichTypedArray(a); + var bWhich = whichTypedArray(b); + if (aWhich !== bWhich) { + return false; + } + if (aWhich || bWhich) { + if (a.length !== b.length) { + return false; + } + for (i = 0; i < a.length; i++) { + if (a[i] !== b[i]) { + return false; + } + } + return true; + } + var aIsBuffer = isBuffer(a); + var bIsBuffer = isBuffer(b); + if (aIsBuffer !== bIsBuffer) { + return false; + } + if (aIsBuffer || bIsBuffer) { + if (a.length !== b.length) { + return false; + } + for (i = 0; i < a.length; i++) { + if (a[i] !== b[i]) { + return false; + } + } + return true; + } + var aIsArrayBuffer = isArrayBuffer(a); + var bIsArrayBuffer = isArrayBuffer(b); + if (aIsArrayBuffer !== bIsArrayBuffer) { + return false; + } + if (aIsArrayBuffer || bIsArrayBuffer) { + if (byteLength(a) !== byteLength(b)) { + return false; + } + return typeof Uint8Array === "function" && internalDeepEqual(new Uint8Array(a), new Uint8Array(b), opts, channel); + } + var aIsSAB = isSharedArrayBuffer(a); + var bIsSAB = isSharedArrayBuffer(b); + if (aIsSAB !== bIsSAB) { + return false; + } + if (aIsSAB || bIsSAB) { + if (sabByteLength(a) !== sabByteLength(b)) { + return false; + } + return typeof Uint8Array === "function" && internalDeepEqual(new Uint8Array(a), new Uint8Array(b), opts, channel); + } + if (typeof a !== typeof b) { + return false; + } + var ka = objectKeys(a); + var kb = objectKeys(b); + if (ka.length !== kb.length) { + return false; + } + ka.sort(); + kb.sort(); + for (i = ka.length - 1; i >= 0; i--) { + if (ka[i] != kb[i]) { + return false; + } + } + for (i = ka.length - 1; i >= 0; i--) { + key2 = ka[i]; + if (!internalDeepEqual(a[key2], b[key2], opts, channel)) { + return false; + } + } + var aCollection = whichCollection(a); + var bCollection = whichCollection(b); + if (aCollection !== bCollection) { + return false; + } + if (aCollection === "Set" || bCollection === "Set") { + return setEquiv(a, b, opts, channel); + } + if (aCollection === "Map") { + return mapEquiv(a, b, opts, channel); + } + return true; + } + module2.exports = function deepEqual2(a, b, opts) { + return internalDeepEqual(a, b, opts, getSideChannel()); + }; + } +}); + +// node_modules/.pnpm/js-sha256@0.9.0/node_modules/js-sha256/src/sha256.js +var require_sha256 = __commonJS({ + "node_modules/.pnpm/js-sha256@0.9.0/node_modules/js-sha256/src/sha256.js"(exports, module) { + init_polyfill_buffer(); + (function() { + "use strict"; + var ERROR = "input is invalid type"; + var WINDOW = typeof window === "object"; + var root = WINDOW ? window : {}; + if (root.JS_SHA256_NO_WINDOW) { + WINDOW = false; + } + var WEB_WORKER = !WINDOW && typeof self === "object"; + var NODE_JS = !root.JS_SHA256_NO_NODE_JS && typeof process === "object" && process.versions && process.versions.node; + if (NODE_JS) { + root = global; + } else if (WEB_WORKER) { + root = self; + } + var COMMON_JS = !root.JS_SHA256_NO_COMMON_JS && typeof module === "object" && module.exports; + var AMD = typeof define === "function" && define.amd; + var ARRAY_BUFFER = !root.JS_SHA256_NO_ARRAY_BUFFER && typeof ArrayBuffer !== "undefined"; + var HEX_CHARS = "0123456789abcdef".split(""); + var EXTRA = [-2147483648, 8388608, 32768, 128]; + var SHIFT = [24, 16, 8, 0]; + var K = [ + 1116352408, + 1899447441, + 3049323471, + 3921009573, + 961987163, + 1508970993, + 2453635748, + 2870763221, + 3624381080, + 310598401, + 607225278, + 1426881987, + 1925078388, + 2162078206, + 2614888103, + 3248222580, + 3835390401, + 4022224774, + 264347078, + 604807628, + 770255983, + 1249150122, + 1555081692, + 1996064986, + 2554220882, + 2821834349, + 2952996808, + 3210313671, + 3336571891, + 3584528711, + 113926993, + 338241895, + 666307205, + 773529912, + 1294757372, + 1396182291, + 1695183700, + 1986661051, + 2177026350, + 2456956037, + 2730485921, + 2820302411, + 3259730800, + 3345764771, + 3516065817, + 3600352804, + 4094571909, + 275423344, + 430227734, + 506948616, + 659060556, + 883997877, + 958139571, + 1322822218, + 1537002063, + 1747873779, + 1955562222, + 2024104815, + 2227730452, + 2361852424, + 2428436474, + 2756734187, + 3204031479, + 3329325298 + ]; + var OUTPUT_TYPES = ["hex", "array", "digest", "arrayBuffer"]; + var blocks = []; + if (root.JS_SHA256_NO_NODE_JS || !Array.isArray) { + Array.isArray = function(obj) { + return Object.prototype.toString.call(obj) === "[object Array]"; + }; + } + if (ARRAY_BUFFER && (root.JS_SHA256_NO_ARRAY_BUFFER_IS_VIEW || !ArrayBuffer.isView)) { + ArrayBuffer.isView = function(obj) { + return typeof obj === "object" && obj.buffer && obj.buffer.constructor === ArrayBuffer; + }; + } + var createOutputMethod = function(outputType, is2242) { + return function(message) { + return new Sha256(is2242, true).update(message)[outputType](); + }; + }; + var createMethod = function(is2242) { + var method2 = createOutputMethod("hex", is2242); + if (NODE_JS) { + method2 = nodeWrap(method2, is2242); + } + method2.create = function() { + return new Sha256(is2242); + }; + method2.update = function(message) { + return method2.create().update(message); + }; + for (var i = 0; i < OUTPUT_TYPES.length; ++i) { + var type = OUTPUT_TYPES[i]; + method2[type] = createOutputMethod(type, is2242); + } + return method2; + }; + var nodeWrap = function(method, is224) { + var crypto = eval("require('crypto')"); + var Buffer = eval("require('buffer').Buffer"); + var algorithm = is224 ? "sha224" : "sha256"; + var nodeMethod = function(message) { + if (typeof message === "string") { + return crypto.createHash(algorithm).update(message, "utf8").digest("hex"); + } else { + if (message === null || message === void 0) { + throw new Error(ERROR); + } else if (message.constructor === ArrayBuffer) { + message = new Uint8Array(message); + } + } + if (Array.isArray(message) || ArrayBuffer.isView(message) || message.constructor === Buffer) { + return crypto.createHash(algorithm).update(new Buffer(message)).digest("hex"); + } else { + return method(message); + } + }; + return nodeMethod; + }; + var createHmacOutputMethod = function(outputType, is2242) { + return function(key2, message) { + return new HmacSha256(key2, is2242, true).update(message)[outputType](); + }; + }; + var createHmacMethod = function(is2242) { + var method2 = createHmacOutputMethod("hex", is2242); + method2.create = function(key2) { + return new HmacSha256(key2, is2242); + }; + method2.update = function(key2, message) { + return method2.create(key2).update(message); + }; + for (var i = 0; i < OUTPUT_TYPES.length; ++i) { + var type = OUTPUT_TYPES[i]; + method2[type] = createHmacOutputMethod(type, is2242); + } + return method2; + }; + function Sha256(is2242, sharedMemory) { + if (sharedMemory) { + blocks[0] = blocks[16] = blocks[1] = blocks[2] = blocks[3] = blocks[4] = blocks[5] = blocks[6] = blocks[7] = blocks[8] = blocks[9] = blocks[10] = blocks[11] = blocks[12] = blocks[13] = blocks[14] = blocks[15] = 0; + this.blocks = blocks; + } else { + this.blocks = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; + } + if (is2242) { + this.h0 = 3238371032; + this.h1 = 914150663; + this.h2 = 812702999; + this.h3 = 4144912697; + this.h4 = 4290775857; + this.h5 = 1750603025; + this.h6 = 1694076839; + this.h7 = 3204075428; + } else { + this.h0 = 1779033703; + this.h1 = 3144134277; + this.h2 = 1013904242; + this.h3 = 2773480762; + this.h4 = 1359893119; + this.h5 = 2600822924; + this.h6 = 528734635; + this.h7 = 1541459225; + } + this.block = this.start = this.bytes = this.hBytes = 0; + this.finalized = this.hashed = false; + this.first = true; + this.is224 = is2242; + } + Sha256.prototype.update = function(message) { + if (this.finalized) { + return; + } + var notString, type = typeof message; + if (type !== "string") { + if (type === "object") { + if (message === null) { + throw new Error(ERROR); + } else if (ARRAY_BUFFER && message.constructor === ArrayBuffer) { + message = new Uint8Array(message); + } else if (!Array.isArray(message)) { + if (!ARRAY_BUFFER || !ArrayBuffer.isView(message)) { + throw new Error(ERROR); + } + } + } else { + throw new Error(ERROR); + } + notString = true; + } + var code, index2 = 0, i, length = message.length, blocks2 = this.blocks; + while (index2 < length) { + if (this.hashed) { + this.hashed = false; + blocks2[0] = this.block; + blocks2[16] = blocks2[1] = blocks2[2] = blocks2[3] = blocks2[4] = blocks2[5] = blocks2[6] = blocks2[7] = blocks2[8] = blocks2[9] = blocks2[10] = blocks2[11] = blocks2[12] = blocks2[13] = blocks2[14] = blocks2[15] = 0; + } + if (notString) { + for (i = this.start; index2 < length && i < 64; ++index2) { + blocks2[i >> 2] |= message[index2] << SHIFT[i++ & 3]; + } + } else { + for (i = this.start; index2 < length && i < 64; ++index2) { + code = message.charCodeAt(index2); + if (code < 128) { + blocks2[i >> 2] |= code << SHIFT[i++ & 3]; + } else if (code < 2048) { + blocks2[i >> 2] |= (192 | code >> 6) << SHIFT[i++ & 3]; + blocks2[i >> 2] |= (128 | code & 63) << SHIFT[i++ & 3]; + } else if (code < 55296 || code >= 57344) { + blocks2[i >> 2] |= (224 | code >> 12) << SHIFT[i++ & 3]; + blocks2[i >> 2] |= (128 | code >> 6 & 63) << SHIFT[i++ & 3]; + blocks2[i >> 2] |= (128 | code & 63) << SHIFT[i++ & 3]; + } else { + code = 65536 + ((code & 1023) << 10 | message.charCodeAt(++index2) & 1023); + blocks2[i >> 2] |= (240 | code >> 18) << SHIFT[i++ & 3]; + blocks2[i >> 2] |= (128 | code >> 12 & 63) << SHIFT[i++ & 3]; + blocks2[i >> 2] |= (128 | code >> 6 & 63) << SHIFT[i++ & 3]; + blocks2[i >> 2] |= (128 | code & 63) << SHIFT[i++ & 3]; + } + } + } + this.lastByteIndex = i; + this.bytes += i - this.start; + if (i >= 64) { + this.block = blocks2[16]; + this.start = i - 64; + this.hash(); + this.hashed = true; + } else { + this.start = i; + } + } + if (this.bytes > 4294967295) { + this.hBytes += this.bytes / 4294967296 << 0; + this.bytes = this.bytes % 4294967296; + } + return this; + }; + Sha256.prototype.finalize = function() { + if (this.finalized) { + return; + } + this.finalized = true; + var blocks2 = this.blocks, i = this.lastByteIndex; + blocks2[16] = this.block; + blocks2[i >> 2] |= EXTRA[i & 3]; + this.block = blocks2[16]; + if (i >= 56) { + if (!this.hashed) { + this.hash(); + } + blocks2[0] = this.block; + blocks2[16] = blocks2[1] = blocks2[2] = blocks2[3] = blocks2[4] = blocks2[5] = blocks2[6] = blocks2[7] = blocks2[8] = blocks2[9] = blocks2[10] = blocks2[11] = blocks2[12] = blocks2[13] = blocks2[14] = blocks2[15] = 0; + } + blocks2[14] = this.hBytes << 3 | this.bytes >>> 29; + blocks2[15] = this.bytes << 3; + this.hash(); + }; + Sha256.prototype.hash = function() { + var a = this.h0, b = this.h1, c = this.h2, d = this.h3, e = this.h4, f = this.h5, g = this.h6, h = this.h7, blocks2 = this.blocks, j, s0, s1, maj, t1, t2, ch, ab, da, cd, bc; + for (j = 16; j < 64; ++j) { + t1 = blocks2[j - 15]; + s0 = (t1 >>> 7 | t1 << 25) ^ (t1 >>> 18 | t1 << 14) ^ t1 >>> 3; + t1 = blocks2[j - 2]; + s1 = (t1 >>> 17 | t1 << 15) ^ (t1 >>> 19 | t1 << 13) ^ t1 >>> 10; + blocks2[j] = blocks2[j - 16] + s0 + blocks2[j - 7] + s1 << 0; + } + bc = b & c; + for (j = 0; j < 64; j += 4) { + if (this.first) { + if (this.is224) { + ab = 300032; + t1 = blocks2[0] - 1413257819; + h = t1 - 150054599 << 0; + d = t1 + 24177077 << 0; + } else { + ab = 704751109; + t1 = blocks2[0] - 210244248; + h = t1 - 1521486534 << 0; + d = t1 + 143694565 << 0; + } + this.first = false; + } else { + s0 = (a >>> 2 | a << 30) ^ (a >>> 13 | a << 19) ^ (a >>> 22 | a << 10); + s1 = (e >>> 6 | e << 26) ^ (e >>> 11 | e << 21) ^ (e >>> 25 | e << 7); + ab = a & b; + maj = ab ^ a & c ^ bc; + ch = e & f ^ ~e & g; + t1 = h + s1 + ch + K[j] + blocks2[j]; + t2 = s0 + maj; + h = d + t1 << 0; + d = t1 + t2 << 0; + } + s0 = (d >>> 2 | d << 30) ^ (d >>> 13 | d << 19) ^ (d >>> 22 | d << 10); + s1 = (h >>> 6 | h << 26) ^ (h >>> 11 | h << 21) ^ (h >>> 25 | h << 7); + da = d & a; + maj = da ^ d & b ^ ab; + ch = h & e ^ ~h & f; + t1 = g + s1 + ch + K[j + 1] + blocks2[j + 1]; + t2 = s0 + maj; + g = c + t1 << 0; + c = t1 + t2 << 0; + s0 = (c >>> 2 | c << 30) ^ (c >>> 13 | c << 19) ^ (c >>> 22 | c << 10); + s1 = (g >>> 6 | g << 26) ^ (g >>> 11 | g << 21) ^ (g >>> 25 | g << 7); + cd = c & d; + maj = cd ^ c & a ^ da; + ch = g & h ^ ~g & e; + t1 = f + s1 + ch + K[j + 2] + blocks2[j + 2]; + t2 = s0 + maj; + f = b + t1 << 0; + b = t1 + t2 << 0; + s0 = (b >>> 2 | b << 30) ^ (b >>> 13 | b << 19) ^ (b >>> 22 | b << 10); + s1 = (f >>> 6 | f << 26) ^ (f >>> 11 | f << 21) ^ (f >>> 25 | f << 7); + bc = b & c; + maj = bc ^ b & d ^ cd; + ch = f & g ^ ~f & h; + t1 = e + s1 + ch + K[j + 3] + blocks2[j + 3]; + t2 = s0 + maj; + e = a + t1 << 0; + a = t1 + t2 << 0; + } + this.h0 = this.h0 + a << 0; + this.h1 = this.h1 + b << 0; + this.h2 = this.h2 + c << 0; + this.h3 = this.h3 + d << 0; + this.h4 = this.h4 + e << 0; + this.h5 = this.h5 + f << 0; + this.h6 = this.h6 + g << 0; + this.h7 = this.h7 + h << 0; + }; + Sha256.prototype.hex = function() { + this.finalize(); + var h0 = this.h0, h1 = this.h1, h2 = this.h2, h3 = this.h3, h4 = this.h4, h5 = this.h5, h6 = this.h6, h7 = this.h7; + var hex = HEX_CHARS[h0 >> 28 & 15] + HEX_CHARS[h0 >> 24 & 15] + HEX_CHARS[h0 >> 20 & 15] + HEX_CHARS[h0 >> 16 & 15] + HEX_CHARS[h0 >> 12 & 15] + HEX_CHARS[h0 >> 8 & 15] + HEX_CHARS[h0 >> 4 & 15] + HEX_CHARS[h0 & 15] + HEX_CHARS[h1 >> 28 & 15] + HEX_CHARS[h1 >> 24 & 15] + HEX_CHARS[h1 >> 20 & 15] + HEX_CHARS[h1 >> 16 & 15] + HEX_CHARS[h1 >> 12 & 15] + HEX_CHARS[h1 >> 8 & 15] + HEX_CHARS[h1 >> 4 & 15] + HEX_CHARS[h1 & 15] + HEX_CHARS[h2 >> 28 & 15] + HEX_CHARS[h2 >> 24 & 15] + HEX_CHARS[h2 >> 20 & 15] + HEX_CHARS[h2 >> 16 & 15] + HEX_CHARS[h2 >> 12 & 15] + HEX_CHARS[h2 >> 8 & 15] + HEX_CHARS[h2 >> 4 & 15] + HEX_CHARS[h2 & 15] + HEX_CHARS[h3 >> 28 & 15] + HEX_CHARS[h3 >> 24 & 15] + HEX_CHARS[h3 >> 20 & 15] + HEX_CHARS[h3 >> 16 & 15] + HEX_CHARS[h3 >> 12 & 15] + HEX_CHARS[h3 >> 8 & 15] + HEX_CHARS[h3 >> 4 & 15] + HEX_CHARS[h3 & 15] + HEX_CHARS[h4 >> 28 & 15] + HEX_CHARS[h4 >> 24 & 15] + HEX_CHARS[h4 >> 20 & 15] + HEX_CHARS[h4 >> 16 & 15] + HEX_CHARS[h4 >> 12 & 15] + HEX_CHARS[h4 >> 8 & 15] + HEX_CHARS[h4 >> 4 & 15] + HEX_CHARS[h4 & 15] + HEX_CHARS[h5 >> 28 & 15] + HEX_CHARS[h5 >> 24 & 15] + HEX_CHARS[h5 >> 20 & 15] + HEX_CHARS[h5 >> 16 & 15] + HEX_CHARS[h5 >> 12 & 15] + HEX_CHARS[h5 >> 8 & 15] + HEX_CHARS[h5 >> 4 & 15] + HEX_CHARS[h5 & 15] + HEX_CHARS[h6 >> 28 & 15] + HEX_CHARS[h6 >> 24 & 15] + HEX_CHARS[h6 >> 20 & 15] + HEX_CHARS[h6 >> 16 & 15] + HEX_CHARS[h6 >> 12 & 15] + HEX_CHARS[h6 >> 8 & 15] + HEX_CHARS[h6 >> 4 & 15] + HEX_CHARS[h6 & 15]; + if (!this.is224) { + hex += HEX_CHARS[h7 >> 28 & 15] + HEX_CHARS[h7 >> 24 & 15] + HEX_CHARS[h7 >> 20 & 15] + HEX_CHARS[h7 >> 16 & 15] + HEX_CHARS[h7 >> 12 & 15] + HEX_CHARS[h7 >> 8 & 15] + HEX_CHARS[h7 >> 4 & 15] + HEX_CHARS[h7 & 15]; + } + return hex; + }; + Sha256.prototype.toString = Sha256.prototype.hex; + Sha256.prototype.digest = function() { + this.finalize(); + var h0 = this.h0, h1 = this.h1, h2 = this.h2, h3 = this.h3, h4 = this.h4, h5 = this.h5, h6 = this.h6, h7 = this.h7; + var arr = [ + h0 >> 24 & 255, + h0 >> 16 & 255, + h0 >> 8 & 255, + h0 & 255, + h1 >> 24 & 255, + h1 >> 16 & 255, + h1 >> 8 & 255, + h1 & 255, + h2 >> 24 & 255, + h2 >> 16 & 255, + h2 >> 8 & 255, + h2 & 255, + h3 >> 24 & 255, + h3 >> 16 & 255, + h3 >> 8 & 255, + h3 & 255, + h4 >> 24 & 255, + h4 >> 16 & 255, + h4 >> 8 & 255, + h4 & 255, + h5 >> 24 & 255, + h5 >> 16 & 255, + h5 >> 8 & 255, + h5 & 255, + h6 >> 24 & 255, + h6 >> 16 & 255, + h6 >> 8 & 255, + h6 & 255 + ]; + if (!this.is224) { + arr.push(h7 >> 24 & 255, h7 >> 16 & 255, h7 >> 8 & 255, h7 & 255); + } + return arr; + }; + Sha256.prototype.array = Sha256.prototype.digest; + Sha256.prototype.arrayBuffer = function() { + this.finalize(); + var buffer2 = new ArrayBuffer(this.is224 ? 28 : 32); + var dataView = new DataView(buffer2); + dataView.setUint32(0, this.h0); + dataView.setUint32(4, this.h1); + dataView.setUint32(8, this.h2); + dataView.setUint32(12, this.h3); + dataView.setUint32(16, this.h4); + dataView.setUint32(20, this.h5); + dataView.setUint32(24, this.h6); + if (!this.is224) { + dataView.setUint32(28, this.h7); + } + return buffer2; + }; + function HmacSha256(key2, is2242, sharedMemory) { + var i, type = typeof key2; + if (type === "string") { + var bytes = [], length = key2.length, index2 = 0, code; + for (i = 0; i < length; ++i) { + code = key2.charCodeAt(i); + if (code < 128) { + bytes[index2++] = code; + } else if (code < 2048) { + bytes[index2++] = 192 | code >> 6; + bytes[index2++] = 128 | code & 63; + } else if (code < 55296 || code >= 57344) { + bytes[index2++] = 224 | code >> 12; + bytes[index2++] = 128 | code >> 6 & 63; + bytes[index2++] = 128 | code & 63; + } else { + code = 65536 + ((code & 1023) << 10 | key2.charCodeAt(++i) & 1023); + bytes[index2++] = 240 | code >> 18; + bytes[index2++] = 128 | code >> 12 & 63; + bytes[index2++] = 128 | code >> 6 & 63; + bytes[index2++] = 128 | code & 63; + } + } + key2 = bytes; + } else { + if (type === "object") { + if (key2 === null) { + throw new Error(ERROR); + } else if (ARRAY_BUFFER && key2.constructor === ArrayBuffer) { + key2 = new Uint8Array(key2); + } else if (!Array.isArray(key2)) { + if (!ARRAY_BUFFER || !ArrayBuffer.isView(key2)) { + throw new Error(ERROR); + } + } + } else { + throw new Error(ERROR); + } + } + if (key2.length > 64) { + key2 = new Sha256(is2242, true).update(key2).array(); + } + var oKeyPad = [], iKeyPad = []; + for (i = 0; i < 64; ++i) { + var b = key2[i] || 0; + oKeyPad[i] = 92 ^ b; + iKeyPad[i] = 54 ^ b; + } + Sha256.call(this, is2242, sharedMemory); + this.update(iKeyPad); + this.oKeyPad = oKeyPad; + this.inner = true; + this.sharedMemory = sharedMemory; + } + HmacSha256.prototype = new Sha256(); + HmacSha256.prototype.finalize = function() { + Sha256.prototype.finalize.call(this); + if (this.inner) { + this.inner = false; + var innerHash = this.array(); + Sha256.call(this, this.is224, this.sharedMemory); + this.update(this.oKeyPad); + this.update(innerHash); + Sha256.prototype.finalize.call(this); + } + }; + var exports = createMethod(); + exports.sha256 = exports; + exports.sha224 = createMethod(true); + exports.sha256.hmac = createHmacMethod(); + exports.sha224.hmac = createHmacMethod(true); + if (COMMON_JS) { + module.exports = exports; + } else { + root.sha256 = exports.sha256; + root.sha224 = exports.sha224; + if (AMD) { + define(function() { + return exports; + }); + } + } + })(); + } +}); + +// node_modules/.pnpm/hogan.js@3.0.2/node_modules/hogan.js/lib/compiler.js +var require_compiler = __commonJS({ + "node_modules/.pnpm/hogan.js@3.0.2/node_modules/hogan.js/lib/compiler.js"(exports2) { + init_polyfill_buffer(); + (function(Hogan4) { + var rIsWhitespace = /\S/, rQuot = /\"/g, rNewline = /\n/g, rCr = /\r/g, rSlash = /\\/g, rLineSep = /\u2028/, rParagraphSep = /\u2029/; + Hogan4.tags = { + "#": 1, + "^": 2, + "<": 3, + "$": 4, + "/": 5, + "!": 6, + ">": 7, + "=": 8, + "_v": 9, + "{": 10, + "&": 11, + "_t": 12 + }; + Hogan4.scan = function scan(text2, delimiters) { + var len = text2.length, IN_TEXT = 0, IN_TAG_TYPE = 1, IN_TAG = 2, state = IN_TEXT, tagType = null, tag2 = null, buf = "", tokens = [], seenTag = false, i = 0, lineStart = 0, otag = "{{", ctag = "}}"; + function addBuf() { + if (buf.length > 0) { + tokens.push({ tag: "_t", text: new String(buf) }); + buf = ""; + } + } + function lineIsWhitespace() { + var isAllWhitespace = true; + for (var j = lineStart; j < tokens.length; j++) { + isAllWhitespace = Hogan4.tags[tokens[j].tag] < Hogan4.tags["_v"] || tokens[j].tag == "_t" && tokens[j].text.match(rIsWhitespace) === null; + if (!isAllWhitespace) { + return false; + } + } + return isAllWhitespace; + } + function filterLine(haveSeenTag, noNewLine) { + addBuf(); + if (haveSeenTag && lineIsWhitespace()) { + for (var j = lineStart, next; j < tokens.length; j++) { + if (tokens[j].text) { + if ((next = tokens[j + 1]) && next.tag == ">") { + next.indent = tokens[j].text.toString(); + } + tokens.splice(j, 1); + } + } + } else if (!noNewLine) { + tokens.push({ tag: "\n" }); + } + seenTag = false; + lineStart = tokens.length; + } + function changeDelimiters(text3, index2) { + var close = "=" + ctag, closeIndex = text3.indexOf(close, index2), delimiters2 = trim( + text3.substring(text3.indexOf("=", index2) + 1, closeIndex) + ).split(" "); + otag = delimiters2[0]; + ctag = delimiters2[delimiters2.length - 1]; + return closeIndex + close.length - 1; + } + if (delimiters) { + delimiters = delimiters.split(" "); + otag = delimiters[0]; + ctag = delimiters[1]; + } + for (i = 0; i < len; i++) { + if (state == IN_TEXT) { + if (tagChange(otag, text2, i)) { + --i; + addBuf(); + state = IN_TAG_TYPE; + } else { + if (text2.charAt(i) == "\n") { + filterLine(seenTag); + } else { + buf += text2.charAt(i); + } + } + } else if (state == IN_TAG_TYPE) { + i += otag.length - 1; + tag2 = Hogan4.tags[text2.charAt(i + 1)]; + tagType = tag2 ? text2.charAt(i + 1) : "_v"; + if (tagType == "=") { + i = changeDelimiters(text2, i); + state = IN_TEXT; + } else { + if (tag2) { + i++; + } + state = IN_TAG; + } + seenTag = i; + } else { + if (tagChange(ctag, text2, i)) { + tokens.push({ + tag: tagType, + n: trim(buf), + otag, + ctag, + i: tagType == "/" ? seenTag - otag.length : i + ctag.length + }); + buf = ""; + i += ctag.length - 1; + state = IN_TEXT; + if (tagType == "{") { + if (ctag == "}}") { + i++; + } else { + cleanTripleStache(tokens[tokens.length - 1]); + } + } + } else { + buf += text2.charAt(i); + } + } + } + filterLine(seenTag, true); + return tokens; + }; + function cleanTripleStache(token) { + if (token.n.substr(token.n.length - 1) === "}") { + token.n = token.n.substring(0, token.n.length - 1); + } + } + function trim(s) { + if (s.trim) { + return s.trim(); + } + return s.replace(/^\s*|\s*$/g, ""); + } + function tagChange(tag2, text2, index2) { + if (text2.charAt(index2) != tag2.charAt(0)) { + return false; + } + for (var i = 1, l = tag2.length; i < l; i++) { + if (text2.charAt(index2 + i) != tag2.charAt(i)) { + return false; + } + } + return true; + } + var allowedInSuper = { "_t": true, "\n": true, "$": true, "/": true }; + function buildTree(tokens, kind, stack, customTags) { + var instructions = [], opener = null, tail = null, token = null; + tail = stack[stack.length - 1]; + while (tokens.length > 0) { + token = tokens.shift(); + if (tail && tail.tag == "<" && !(token.tag in allowedInSuper)) { + throw new Error("Illegal content in < super tag."); + } + if (Hogan4.tags[token.tag] <= Hogan4.tags["$"] || isOpener(token, customTags)) { + stack.push(token); + token.nodes = buildTree(tokens, token.tag, stack, customTags); + } else if (token.tag == "/") { + if (stack.length === 0) { + throw new Error("Closing tag without opener: /" + token.n); + } + opener = stack.pop(); + if (token.n != opener.n && !isCloser(token.n, opener.n, customTags)) { + throw new Error("Nesting error: " + opener.n + " vs. " + token.n); + } + opener.end = token.i; + return instructions; + } else if (token.tag == "\n") { + token.last = tokens.length == 0 || tokens[0].tag == "\n"; + } + instructions.push(token); + } + if (stack.length > 0) { + throw new Error("missing closing tag: " + stack.pop().n); + } + return instructions; + } + function isOpener(token, tags) { + for (var i = 0, l = tags.length; i < l; i++) { + if (tags[i].o == token.n) { + token.tag = "#"; + return true; + } + } + } + function isCloser(close, open, tags) { + for (var i = 0, l = tags.length; i < l; i++) { + if (tags[i].c == close && tags[i].o == open) { + return true; + } + } + } + function stringifySubstitutions(obj) { + var items = []; + for (var key2 in obj) { + items.push('"' + esc(key2) + '": function(c,p,t,i) {' + obj[key2] + "}"); + } + return "{ " + items.join(",") + " }"; + } + function stringifyPartials(codeObj) { + var partials = []; + for (var key2 in codeObj.partials) { + partials.push('"' + esc(key2) + '":{name:"' + esc(codeObj.partials[key2].name) + '", ' + stringifyPartials(codeObj.partials[key2]) + "}"); + } + return "partials: {" + partials.join(",") + "}, subs: " + stringifySubstitutions(codeObj.subs); + } + Hogan4.stringify = function(codeObj, text2, options) { + return "{code: function (c,p,i) { " + Hogan4.wrapMain(codeObj.code) + " }," + stringifyPartials(codeObj) + "}"; + }; + var serialNo = 0; + Hogan4.generate = function(tree, text2, options) { + serialNo = 0; + var context = { code: "", subs: {}, partials: {} }; + Hogan4.walk(tree, context); + if (options.asString) { + return this.stringify(context, text2, options); + } + return this.makeTemplate(context, text2, options); + }; + Hogan4.wrapMain = function(code) { + return 'var t=this;t.b(i=i||"");' + code + "return t.fl();"; + }; + Hogan4.template = Hogan4.Template; + Hogan4.makeTemplate = function(codeObj, text2, options) { + var template = this.makePartials(codeObj); + template.code = new Function("c", "p", "i", this.wrapMain(codeObj.code)); + return new this.template(template, text2, this, options); + }; + Hogan4.makePartials = function(codeObj) { + var key2, template = { subs: {}, partials: codeObj.partials, name: codeObj.name }; + for (key2 in template.partials) { + template.partials[key2] = this.makePartials(template.partials[key2]); + } + for (key2 in codeObj.subs) { + template.subs[key2] = new Function("c", "p", "t", "i", codeObj.subs[key2]); + } + return template; + }; + function esc(s) { + return s.replace(rSlash, "\\\\").replace(rQuot, '\\"').replace(rNewline, "\\n").replace(rCr, "\\r").replace(rLineSep, "\\u2028").replace(rParagraphSep, "\\u2029"); + } + function chooseMethod(s) { + return ~s.indexOf(".") ? "d" : "f"; + } + function createPartial(node, context) { + var prefix = "<" + (context.prefix || ""); + var sym = prefix + node.n + serialNo++; + context.partials[sym] = { name: node.n, partials: {} }; + context.code += 't.b(t.rp("' + esc(sym) + '",c,p,"' + (node.indent || "") + '"));'; + return sym; + } + Hogan4.codegen = { + "#": function(node, context) { + context.code += "if(t.s(t." + chooseMethod(node.n) + '("' + esc(node.n) + '",c,p,1),c,p,0,' + node.i + "," + node.end + ',"' + node.otag + " " + node.ctag + '")){t.rs(c,p,function(c,p,t){'; + Hogan4.walk(node.nodes, context); + context.code += "});c.pop();}"; + }, + "^": function(node, context) { + context.code += "if(!t.s(t." + chooseMethod(node.n) + '("' + esc(node.n) + '",c,p,1),c,p,1,0,0,"")){'; + Hogan4.walk(node.nodes, context); + context.code += "};"; + }, + ">": createPartial, + "<": function(node, context) { + var ctx = { partials: {}, code: "", subs: {}, inPartial: true }; + Hogan4.walk(node.nodes, ctx); + var template = context.partials[createPartial(node, context)]; + template.subs = ctx.subs; + template.partials = ctx.partials; + }, + "$": function(node, context) { + var ctx = { subs: {}, code: "", partials: context.partials, prefix: node.n }; + Hogan4.walk(node.nodes, ctx); + context.subs[node.n] = ctx.code; + if (!context.inPartial) { + context.code += 't.sub("' + esc(node.n) + '",c,p,i);'; + } + }, + "\n": function(node, context) { + context.code += write('"\\n"' + (node.last ? "" : " + i")); + }, + "_v": function(node, context) { + context.code += "t.b(t.v(t." + chooseMethod(node.n) + '("' + esc(node.n) + '",c,p,0)));'; + }, + "_t": function(node, context) { + context.code += write('"' + esc(node.text) + '"'); + }, + "{": tripleStache, + "&": tripleStache + }; + function tripleStache(node, context) { + context.code += "t.b(t.t(t." + chooseMethod(node.n) + '("' + esc(node.n) + '",c,p,0)));'; + } + function write(s) { + return "t.b(" + s + ");"; + } + Hogan4.walk = function(nodelist, context) { + var func; + for (var i = 0, l = nodelist.length; i < l; i++) { + func = Hogan4.codegen[nodelist[i].tag]; + func && func(nodelist[i], context); + } + return context; + }; + Hogan4.parse = function(tokens, text2, options) { + options = options || {}; + return buildTree(tokens, "", [], options.sectionTags || []); + }; + Hogan4.cache = {}; + Hogan4.cacheKey = function(text2, options) { + return [text2, !!options.asString, !!options.disableLambda, options.delimiters, !!options.modelGet].join("||"); + }; + Hogan4.compile = function(text2, options) { + options = options || {}; + var key2 = Hogan4.cacheKey(text2, options); + var template = this.cache[key2]; + if (template) { + var partials = template.partials; + for (var name in partials) { + delete partials[name].instance; + } + return template; + } + template = this.generate(this.parse(this.scan(text2, options.delimiters), text2, options), text2, options); + return this.cache[key2] = template; + }; + })(typeof exports2 !== "undefined" ? exports2 : Hogan); + } +}); + +// node_modules/.pnpm/hogan.js@3.0.2/node_modules/hogan.js/lib/template.js +var require_template = __commonJS({ + "node_modules/.pnpm/hogan.js@3.0.2/node_modules/hogan.js/lib/template.js"(exports2) { + init_polyfill_buffer(); + var Hogan4 = {}; + (function(Hogan5) { + Hogan5.Template = function(codeObj, text2, compiler, options) { + codeObj = codeObj || {}; + this.r = codeObj.code || this.r; + this.c = compiler; + this.options = options || {}; + this.text = text2 || ""; + this.partials = codeObj.partials || {}; + this.subs = codeObj.subs || {}; + this.buf = ""; + }; + Hogan5.Template.prototype = { + // render: replaced by generated code. + r: function(context, partials, indent2) { + return ""; + }, + // variable escaping + v: hoganEscape, + // triple stache + t: coerceToString, + render: function render(context, partials, indent2) { + return this.ri([context], partials || {}, indent2); + }, + // render internal -- a hook for overrides that catches partials too + ri: function(context, partials, indent2) { + return this.r(context, partials, indent2); + }, + // ensurePartial + ep: function(symbol, partials) { + var partial = this.partials[symbol]; + var template = partials[partial.name]; + if (partial.instance && partial.base == template) { + return partial.instance; + } + if (typeof template == "string") { + if (!this.c) { + throw new Error("No compiler available."); + } + template = this.c.compile(template, this.options); + } + if (!template) { + return null; + } + this.partials[symbol].base = template; + if (partial.subs) { + if (!partials.stackText) partials.stackText = {}; + for (key in partial.subs) { + if (!partials.stackText[key]) { + partials.stackText[key] = this.activeSub !== void 0 && partials.stackText[this.activeSub] ? partials.stackText[this.activeSub] : this.text; + } + } + template = createSpecializedPartial( + template, + partial.subs, + partial.partials, + this.stackSubs, + this.stackPartials, + partials.stackText + ); + } + this.partials[symbol].instance = template; + return template; + }, + // tries to find a partial in the current scope and render it + rp: function(symbol, context, partials, indent2) { + var partial = this.ep(symbol, partials); + if (!partial) { + return ""; + } + return partial.ri(context, partials, indent2); + }, + // render a section + rs: function(context, partials, section) { + var tail = context[context.length - 1]; + if (!isArray(tail)) { + section(context, partials, this); + return; + } + for (var i = 0; i < tail.length; i++) { + context.push(tail[i]); + section(context, partials, this); + context.pop(); + } + }, + // maybe start a section + s: function(val, ctx, partials, inverted, start, end, tags) { + var pass; + if (isArray(val) && val.length === 0) { + return false; + } + if (typeof val == "function") { + val = this.ms(val, ctx, partials, inverted, start, end, tags); + } + pass = !!val; + if (!inverted && pass && ctx) { + ctx.push(typeof val == "object" ? val : ctx[ctx.length - 1]); + } + return pass; + }, + // find values with dotted names + d: function(key2, ctx, partials, returnFound) { + var found, names = key2.split("."), val = this.f(names[0], ctx, partials, returnFound), doModelGet = this.options.modelGet, cx = null; + if (key2 === "." && isArray(ctx[ctx.length - 2])) { + val = ctx[ctx.length - 1]; + } else { + for (var i = 1; i < names.length; i++) { + found = findInScope(names[i], val, doModelGet); + if (found !== void 0) { + cx = val; + val = found; + } else { + val = ""; + } + } + } + if (returnFound && !val) { + return false; + } + if (!returnFound && typeof val == "function") { + ctx.push(cx); + val = this.mv(val, ctx, partials); + ctx.pop(); + } + return val; + }, + // find values with normal names + f: function(key2, ctx, partials, returnFound) { + var val = false, v = null, found = false, doModelGet = this.options.modelGet; + for (var i = ctx.length - 1; i >= 0; i--) { + v = ctx[i]; + val = findInScope(key2, v, doModelGet); + if (val !== void 0) { + found = true; + break; + } + } + if (!found) { + return returnFound ? false : ""; + } + if (!returnFound && typeof val == "function") { + val = this.mv(val, ctx, partials); + } + return val; + }, + // higher order templates + ls: function(func, cx, partials, text2, tags) { + var oldTags = this.options.delimiters; + this.options.delimiters = tags; + this.b(this.ct(coerceToString(func.call(cx, text2)), cx, partials)); + this.options.delimiters = oldTags; + return false; + }, + // compile text + ct: function(text2, cx, partials) { + if (this.options.disableLambda) { + throw new Error("Lambda features disabled."); + } + return this.c.compile(text2, this.options).render(cx, partials); + }, + // template result buffering + b: function(s) { + this.buf += s; + }, + fl: function() { + var r = this.buf; + this.buf = ""; + return r; + }, + // method replace section + ms: function(func, ctx, partials, inverted, start, end, tags) { + var textSource, cx = ctx[ctx.length - 1], result = func.call(cx); + if (typeof result == "function") { + if (inverted) { + return true; + } else { + textSource = this.activeSub && this.subsText && this.subsText[this.activeSub] ? this.subsText[this.activeSub] : this.text; + return this.ls(result, cx, partials, textSource.substring(start, end), tags); + } + } + return result; + }, + // method replace variable + mv: function(func, ctx, partials) { + var cx = ctx[ctx.length - 1]; + var result = func.call(cx); + if (typeof result == "function") { + return this.ct(coerceToString(result.call(cx)), cx, partials); + } + return result; + }, + sub: function(name, context, partials, indent2) { + var f = this.subs[name]; + if (f) { + this.activeSub = name; + f(context, partials, this, indent2); + this.activeSub = false; + } + } + }; + function findInScope(key2, scope, doModelGet) { + var val; + if (scope && typeof scope == "object") { + if (scope[key2] !== void 0) { + val = scope[key2]; + } else if (doModelGet && scope.get && typeof scope.get == "function") { + val = scope.get(key2); + } + } + return val; + } + function createSpecializedPartial(instance10, subs, partials, stackSubs, stackPartials, stackText) { + function PartialTemplate() { + } + ; + PartialTemplate.prototype = instance10; + function Substitutions() { + } + ; + Substitutions.prototype = instance10.subs; + var key2; + var partial = new PartialTemplate(); + partial.subs = new Substitutions(); + partial.subsText = {}; + partial.buf = ""; + stackSubs = stackSubs || {}; + partial.stackSubs = stackSubs; + partial.subsText = stackText; + for (key2 in subs) { + if (!stackSubs[key2]) stackSubs[key2] = subs[key2]; + } + for (key2 in stackSubs) { + partial.subs[key2] = stackSubs[key2]; + } + stackPartials = stackPartials || {}; + partial.stackPartials = stackPartials; + for (key2 in partials) { + if (!stackPartials[key2]) stackPartials[key2] = partials[key2]; + } + for (key2 in stackPartials) { + partial.partials[key2] = stackPartials[key2]; + } + return partial; + } + var rAmp = /&/g, rLt = //g, rApos = /\'/g, rQuot = /\"/g, hChars = /[&<>\"\']/; + function coerceToString(val) { + return String(val === null || val === void 0 ? "" : val); + } + function hoganEscape(str) { + str = coerceToString(str); + return hChars.test(str) ? str.replace(rAmp, "&").replace(rLt, "<").replace(rGt, ">").replace(rApos, "'").replace(rQuot, """) : str; + } + var isArray = Array.isArray || function(a) { + return Object.prototype.toString.call(a) === "[object Array]"; + }; + })(typeof exports2 !== "undefined" ? exports2 : Hogan4); + } +}); + +// node_modules/.pnpm/hogan.js@3.0.2/node_modules/hogan.js/lib/hogan.js +var require_hogan = __commonJS({ + "node_modules/.pnpm/hogan.js@3.0.2/node_modules/hogan.js/lib/hogan.js"(exports2, module2) { + init_polyfill_buffer(); + var Hogan4 = require_compiler(); + Hogan4.Template = require_template().Template; + Hogan4.template = Hogan4.Template; + module2.exports = Hogan4; + } +}); + +// node_modules/.pnpm/feather-icons@4.29.2/node_modules/feather-icons/dist/feather.js +var require_feather = __commonJS({ + "node_modules/.pnpm/feather-icons@4.29.2/node_modules/feather-icons/dist/feather.js"(exports2, module2) { + init_polyfill_buffer(); + (function webpackUniversalModuleDefinition(root2, factory) { + if (typeof exports2 === "object" && typeof module2 === "object") + module2.exports = factory(); + else if (typeof define === "function" && define.amd) + define([], factory); + else if (typeof exports2 === "object") + exports2["feather"] = factory(); + else + root2["feather"] = factory(); + })(typeof self !== "undefined" ? self : exports2, function() { + return ( + /******/ + function(modules) { + var installedModules = {}; + function __webpack_require__(moduleId) { + if (installedModules[moduleId]) { + return installedModules[moduleId].exports; + } + var module3 = installedModules[moduleId] = { + /******/ + i: moduleId, + /******/ + l: false, + /******/ + exports: {} + /******/ + }; + modules[moduleId].call(module3.exports, module3, module3.exports, __webpack_require__); + module3.l = true; + return module3.exports; + } + __webpack_require__.m = modules; + __webpack_require__.c = installedModules; + __webpack_require__.d = function(exports3, name, getter) { + if (!__webpack_require__.o(exports3, name)) { + Object.defineProperty(exports3, name, { + /******/ + configurable: false, + /******/ + enumerable: true, + /******/ + get: getter + /******/ + }); + } + }; + __webpack_require__.r = function(exports3) { + Object.defineProperty(exports3, "__esModule", { value: true }); + }; + __webpack_require__.n = function(module3) { + var getter = module3 && module3.__esModule ? ( + /******/ + function getDefault() { + return module3["default"]; + } + ) : ( + /******/ + function getModuleExports() { + return module3; + } + ); + __webpack_require__.d(getter, "a", getter); + return getter; + }; + __webpack_require__.o = function(object, property) { + return Object.prototype.hasOwnProperty.call(object, property); + }; + __webpack_require__.p = ""; + return __webpack_require__(__webpack_require__.s = 0); + }({ + /***/ + "./dist/icons.json": ( + /*!*************************!*\ + !*** ./dist/icons.json ***! + \*************************/ + /*! exports provided: activity, airplay, alert-circle, alert-octagon, alert-triangle, align-center, align-justify, align-left, align-right, anchor, aperture, archive, arrow-down-circle, arrow-down-left, arrow-down-right, arrow-down, arrow-left-circle, arrow-left, arrow-right-circle, arrow-right, arrow-up-circle, arrow-up-left, arrow-up-right, arrow-up, at-sign, award, bar-chart-2, bar-chart, battery-charging, battery, bell-off, bell, bluetooth, bold, book-open, book, bookmark, box, briefcase, calendar, camera-off, camera, cast, check-circle, check-square, check, chevron-down, chevron-left, chevron-right, chevron-up, chevrons-down, chevrons-left, chevrons-right, chevrons-up, chrome, circle, clipboard, clock, cloud-drizzle, cloud-lightning, cloud-off, cloud-rain, cloud-snow, cloud, code, codepen, codesandbox, coffee, columns, command, compass, copy, corner-down-left, corner-down-right, corner-left-down, corner-left-up, corner-right-down, corner-right-up, corner-up-left, corner-up-right, cpu, credit-card, crop, crosshair, database, delete, disc, divide-circle, divide-square, divide, dollar-sign, download-cloud, download, dribbble, droplet, edit-2, edit-3, edit, external-link, eye-off, eye, facebook, fast-forward, feather, figma, file-minus, file-plus, file-text, file, film, filter, flag, folder-minus, folder-plus, folder, framer, frown, gift, git-branch, git-commit, git-merge, git-pull-request, github, gitlab, globe, grid, hard-drive, hash, headphones, heart, help-circle, hexagon, home, image, inbox, info, instagram, italic, key, layers, layout, life-buoy, link-2, link, linkedin, list, loader, lock, log-in, log-out, mail, map-pin, map, maximize-2, maximize, meh, menu, message-circle, message-square, mic-off, mic, minimize-2, minimize, minus-circle, minus-square, minus, monitor, moon, more-horizontal, more-vertical, mouse-pointer, move, music, navigation-2, navigation, octagon, package, paperclip, pause-circle, pause, pen-tool, percent, phone-call, phone-forwarded, phone-incoming, phone-missed, phone-off, phone-outgoing, phone, pie-chart, play-circle, play, plus-circle, plus-square, plus, pocket, power, printer, radio, refresh-ccw, refresh-cw, repeat, rewind, rotate-ccw, rotate-cw, rss, save, scissors, search, send, server, settings, share-2, share, shield-off, shield, shopping-bag, shopping-cart, shuffle, sidebar, skip-back, skip-forward, slack, slash, sliders, smartphone, smile, speaker, square, star, stop-circle, sun, sunrise, sunset, table, tablet, tag, target, terminal, thermometer, thumbs-down, thumbs-up, toggle-left, toggle-right, tool, trash-2, trash, trello, trending-down, trending-up, triangle, truck, tv, twitch, twitter, type, umbrella, underline, unlock, upload-cloud, upload, user-check, user-minus, user-plus, user-x, user, users, video-off, video, voicemail, volume-1, volume-2, volume-x, volume, watch, wifi-off, wifi, wind, x-circle, x-octagon, x-square, x, youtube, zap-off, zap, zoom-in, zoom-out, default */ + /***/ + function(module3) { + module3.exports = { "activity": '', "airplay": '', "alert-circle": '', "alert-octagon": '', "alert-triangle": '', "align-center": '', "align-justify": '', "align-left": '', "align-right": '', "anchor": '', "aperture": '', "archive": '', "arrow-down-circle": '', "arrow-down-left": '', "arrow-down-right": '', "arrow-down": '', "arrow-left-circle": '', "arrow-left": '', "arrow-right-circle": '', "arrow-right": '', "arrow-up-circle": '', "arrow-up-left": '', "arrow-up-right": '', "arrow-up": '', "at-sign": '', "award": '', "bar-chart-2": '', "bar-chart": '', "battery-charging": '', "battery": '', "bell-off": '', "bell": '', "bluetooth": '', "bold": '', "book-open": '', "book": '', "bookmark": '', "box": '', "briefcase": '', "calendar": '', "camera-off": '', "camera": '', "cast": '', "check-circle": '', "check-square": '', "check": '', "chevron-down": '', "chevron-left": '', "chevron-right": '', "chevron-up": '', "chevrons-down": '', "chevrons-left": '', "chevrons-right": '', "chevrons-up": '', "chrome": '', "circle": '', "clipboard": '', "clock": '', "cloud-drizzle": '', "cloud-lightning": '', "cloud-off": '', "cloud-rain": '', "cloud-snow": '', "cloud": '', "code": '', "codepen": '', "codesandbox": '', "coffee": '', "columns": '', "command": '', "compass": '', "copy": '', "corner-down-left": '', "corner-down-right": '', "corner-left-down": '', "corner-left-up": '', "corner-right-down": '', "corner-right-up": '', "corner-up-left": '', "corner-up-right": '', "cpu": '', "credit-card": '', "crop": '', "crosshair": '', "database": '', "delete": '', "disc": '', "divide-circle": '', "divide-square": '', "divide": '', "dollar-sign": '', "download-cloud": '', "download": '', "dribbble": '', "droplet": '', "edit-2": '', "edit-3": '', "edit": '', "external-link": '', "eye-off": '', "eye": '', "facebook": '', "fast-forward": '', "feather": '', "figma": '', "file-minus": '', "file-plus": '', "file-text": '', "file": '', "film": '', "filter": '', "flag": '', "folder-minus": '', "folder-plus": '', "folder": '', "framer": '', "frown": '', "gift": '', "git-branch": '', "git-commit": '', "git-merge": '', "git-pull-request": '', "github": '', "gitlab": '', "globe": '', "grid": '', "hard-drive": '', "hash": '', "headphones": '', "heart": '', "help-circle": '', "hexagon": '', "home": '', "image": '', "inbox": '', "info": '', "instagram": '', "italic": '', "key": '', "layers": '', "layout": '', "life-buoy": '', "link-2": '', "link": '', "linkedin": '', "list": '', "loader": '', "lock": '', "log-in": '', "log-out": '', "mail": '', "map-pin": '', "map": '', "maximize-2": '', "maximize": '', "meh": '', "menu": '', "message-circle": '', "message-square": '', "mic-off": '', "mic": '', "minimize-2": '', "minimize": '', "minus-circle": '', "minus-square": '', "minus": '', "monitor": '', "moon": '', "more-horizontal": '', "more-vertical": '', "mouse-pointer": '', "move": '', "music": '', "navigation-2": '', "navigation": '', "octagon": '', "package": '', "paperclip": '', "pause-circle": '', "pause": '', "pen-tool": '', "percent": '', "phone-call": '', "phone-forwarded": '', "phone-incoming": '', "phone-missed": '', "phone-off": '', "phone-outgoing": '', "phone": '', "pie-chart": '', "play-circle": '', "play": '', "plus-circle": '', "plus-square": '', "plus": '', "pocket": '', "power": '', "printer": '', "radio": '', "refresh-ccw": '', "refresh-cw": '', "repeat": '', "rewind": '', "rotate-ccw": '', "rotate-cw": '', "rss": '', "save": '', "scissors": '', "search": '', "send": '', "server": '', "settings": '', "share-2": '', "share": '', "shield-off": '', "shield": '', "shopping-bag": '', "shopping-cart": '', "shuffle": '', "sidebar": '', "skip-back": '', "skip-forward": '', "slack": '', "slash": '', "sliders": '', "smartphone": '', "smile": '', "speaker": '', "square": '', "star": '', "stop-circle": '', "sun": '', "sunrise": '', "sunset": '', "table": '', "tablet": '', "tag": '', "target": '', "terminal": '', "thermometer": '', "thumbs-down": '', "thumbs-up": '', "toggle-left": '', "toggle-right": '', "tool": '', "trash-2": '', "trash": '', "trello": '', "trending-down": '', "trending-up": '', "triangle": '', "truck": '', "tv": '', "twitch": '', "twitter": '', "type": '', "umbrella": '', "underline": '', "unlock": '', "upload-cloud": '', "upload": '', "user-check": '', "user-minus": '', "user-plus": '', "user-x": '', "user": '', "users": '', "video-off": '', "video": '', "voicemail": '', "volume-1": '', "volume-2": '', "volume-x": '', "volume": '', "watch": '', "wifi-off": '', "wifi": '', "wind": '', "x-circle": '', "x-octagon": '', "x-square": '', "x": '', "youtube": '', "zap-off": '', "zap": '', "zoom-in": '', "zoom-out": '' }; + } + ), + /***/ + "./node_modules/classnames/dedupe.js": ( + /*!*******************************************!*\ + !*** ./node_modules/classnames/dedupe.js ***! + \*******************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__; + (function() { + "use strict"; + var classNames = function() { + function StorageObject() { + } + StorageObject.prototype = /* @__PURE__ */ Object.create(null); + function _parseArray(resultSet, array) { + var length = array.length; + for (var i = 0; i < length; ++i) { + _parse(resultSet, array[i]); + } + } + var hasOwn = {}.hasOwnProperty; + function _parseNumber(resultSet, num2) { + resultSet[num2] = true; + } + function _parseObject(resultSet, object) { + for (var k in object) { + if (hasOwn.call(object, k)) { + resultSet[k] = !!object[k]; + } + } + } + var SPACE = /\s+/; + function _parseString(resultSet, str) { + var array = str.split(SPACE); + var length = array.length; + for (var i = 0; i < length; ++i) { + resultSet[array[i]] = true; + } + } + function _parse(resultSet, arg) { + if (!arg) return; + var argType = typeof arg; + if (argType === "string") { + _parseString(resultSet, arg); + } else if (Array.isArray(arg)) { + _parseArray(resultSet, arg); + } else if (argType === "object") { + _parseObject(resultSet, arg); + } else if (argType === "number") { + _parseNumber(resultSet, arg); + } + } + function _classNames() { + var len = arguments.length; + var args = Array(len); + for (var i = 0; i < len; i++) { + args[i] = arguments[i]; + } + var classSet = new StorageObject(); + _parseArray(classSet, args); + var list = []; + for (var k in classSet) { + if (classSet[k]) { + list.push(k); + } + } + return list.join(" "); + } + return _classNames; + }(); + if (typeof module3 !== "undefined" && module3.exports) { + module3.exports = classNames; + } else if (true) { + !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = function() { + return classNames; + }.apply(exports3, __WEBPACK_AMD_DEFINE_ARRAY__), __WEBPACK_AMD_DEFINE_RESULT__ !== void 0 && (module3.exports = __WEBPACK_AMD_DEFINE_RESULT__)); + } else { + } + })(); + } + ), + /***/ + "./node_modules/core-js/es/array/from.js": ( + /*!***********************************************!*\ + !*** ./node_modules/core-js/es/array/from.js ***! + \***********************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + __webpack_require__( + /*! ../../modules/es.string.iterator */ + "./node_modules/core-js/modules/es.string.iterator.js" + ); + __webpack_require__( + /*! ../../modules/es.array.from */ + "./node_modules/core-js/modules/es.array.from.js" + ); + var path2 = __webpack_require__( + /*! ../../internals/path */ + "./node_modules/core-js/internals/path.js" + ); + module3.exports = path2.Array.from; + } + ), + /***/ + "./node_modules/core-js/internals/a-function.js": ( + /*!******************************************************!*\ + !*** ./node_modules/core-js/internals/a-function.js ***! + \******************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3) { + module3.exports = function(it) { + if (typeof it != "function") { + throw TypeError(String(it) + " is not a function"); + } + return it; + }; + } + ), + /***/ + "./node_modules/core-js/internals/an-object.js": ( + /*!*****************************************************!*\ + !*** ./node_modules/core-js/internals/an-object.js ***! + \*****************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var isObject2 = __webpack_require__( + /*! ../internals/is-object */ + "./node_modules/core-js/internals/is-object.js" + ); + module3.exports = function(it) { + if (!isObject2(it)) { + throw TypeError(String(it) + " is not an object"); + } + return it; + }; + } + ), + /***/ + "./node_modules/core-js/internals/array-from.js": ( + /*!******************************************************!*\ + !*** ./node_modules/core-js/internals/array-from.js ***! + \******************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + "use strict"; + var bind = __webpack_require__( + /*! ../internals/bind-context */ + "./node_modules/core-js/internals/bind-context.js" + ); + var toObject = __webpack_require__( + /*! ../internals/to-object */ + "./node_modules/core-js/internals/to-object.js" + ); + var callWithSafeIterationClosing = __webpack_require__( + /*! ../internals/call-with-safe-iteration-closing */ + "./node_modules/core-js/internals/call-with-safe-iteration-closing.js" + ); + var isArrayIteratorMethod = __webpack_require__( + /*! ../internals/is-array-iterator-method */ + "./node_modules/core-js/internals/is-array-iterator-method.js" + ); + var toLength = __webpack_require__( + /*! ../internals/to-length */ + "./node_modules/core-js/internals/to-length.js" + ); + var createProperty = __webpack_require__( + /*! ../internals/create-property */ + "./node_modules/core-js/internals/create-property.js" + ); + var getIteratorMethod = __webpack_require__( + /*! ../internals/get-iterator-method */ + "./node_modules/core-js/internals/get-iterator-method.js" + ); + module3.exports = function from(arrayLike) { + var O = toObject(arrayLike); + var C = typeof this == "function" ? this : Array; + var argumentsLength = arguments.length; + var mapfn = argumentsLength > 1 ? arguments[1] : void 0; + var mapping = mapfn !== void 0; + var index2 = 0; + var iteratorMethod = getIteratorMethod(O); + var length, result, step, iterator; + if (mapping) mapfn = bind(mapfn, argumentsLength > 2 ? arguments[2] : void 0, 2); + if (iteratorMethod != void 0 && !(C == Array && isArrayIteratorMethod(iteratorMethod))) { + iterator = iteratorMethod.call(O); + result = new C(); + for (; !(step = iterator.next()).done; index2++) { + createProperty( + result, + index2, + mapping ? callWithSafeIterationClosing(iterator, mapfn, [step.value, index2], true) : step.value + ); + } + } else { + length = toLength(O.length); + result = new C(length); + for (; length > index2; index2++) { + createProperty(result, index2, mapping ? mapfn(O[index2], index2) : O[index2]); + } + } + result.length = index2; + return result; + }; + } + ), + /***/ + "./node_modules/core-js/internals/array-includes.js": ( + /*!**********************************************************!*\ + !*** ./node_modules/core-js/internals/array-includes.js ***! + \**********************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var toIndexedObject = __webpack_require__( + /*! ../internals/to-indexed-object */ + "./node_modules/core-js/internals/to-indexed-object.js" + ); + var toLength = __webpack_require__( + /*! ../internals/to-length */ + "./node_modules/core-js/internals/to-length.js" + ); + var toAbsoluteIndex = __webpack_require__( + /*! ../internals/to-absolute-index */ + "./node_modules/core-js/internals/to-absolute-index.js" + ); + module3.exports = function(IS_INCLUDES) { + return function($this, el, fromIndex) { + var O = toIndexedObject($this); + var length = toLength(O.length); + var index2 = toAbsoluteIndex(fromIndex, length); + var value; + if (IS_INCLUDES && el != el) while (length > index2) { + value = O[index2++]; + if (value != value) return true; + } + else for (; length > index2; index2++) if (IS_INCLUDES || index2 in O) { + if (O[index2] === el) return IS_INCLUDES || index2 || 0; + } + return !IS_INCLUDES && -1; + }; + }; + } + ), + /***/ + "./node_modules/core-js/internals/bind-context.js": ( + /*!********************************************************!*\ + !*** ./node_modules/core-js/internals/bind-context.js ***! + \********************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var aFunction = __webpack_require__( + /*! ../internals/a-function */ + "./node_modules/core-js/internals/a-function.js" + ); + module3.exports = function(fn, that, length) { + aFunction(fn); + if (that === void 0) return fn; + switch (length) { + case 0: + return function() { + return fn.call(that); + }; + case 1: + return function(a) { + return fn.call(that, a); + }; + case 2: + return function(a, b) { + return fn.call(that, a, b); + }; + case 3: + return function(a, b, c) { + return fn.call(that, a, b, c); + }; + } + return function() { + return fn.apply(that, arguments); + }; + }; + } + ), + /***/ + "./node_modules/core-js/internals/call-with-safe-iteration-closing.js": ( + /*!****************************************************************************!*\ + !*** ./node_modules/core-js/internals/call-with-safe-iteration-closing.js ***! + \****************************************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var anObject = __webpack_require__( + /*! ../internals/an-object */ + "./node_modules/core-js/internals/an-object.js" + ); + module3.exports = function(iterator, fn, value, ENTRIES) { + try { + return ENTRIES ? fn(anObject(value)[0], value[1]) : fn(value); + } catch (error) { + var returnMethod = iterator["return"]; + if (returnMethod !== void 0) anObject(returnMethod.call(iterator)); + throw error; + } + }; + } + ), + /***/ + "./node_modules/core-js/internals/check-correctness-of-iteration.js": ( + /*!**************************************************************************!*\ + !*** ./node_modules/core-js/internals/check-correctness-of-iteration.js ***! + \**************************************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var wellKnownSymbol = __webpack_require__( + /*! ../internals/well-known-symbol */ + "./node_modules/core-js/internals/well-known-symbol.js" + ); + var ITERATOR = wellKnownSymbol("iterator"); + var SAFE_CLOSING = false; + try { + var called = 0; + var iteratorWithReturn = { + next: function() { + return { done: !!called++ }; + }, + "return": function() { + SAFE_CLOSING = true; + } + }; + iteratorWithReturn[ITERATOR] = function() { + return this; + }; + Array.from(iteratorWithReturn, function() { + throw 2; + }); + } catch (error) { + } + module3.exports = function(exec, SKIP_CLOSING) { + if (!SKIP_CLOSING && !SAFE_CLOSING) return false; + var ITERATION_SUPPORT = false; + try { + var object = {}; + object[ITERATOR] = function() { + return { + next: function() { + return { done: ITERATION_SUPPORT = true }; + } + }; + }; + exec(object); + } catch (error) { + } + return ITERATION_SUPPORT; + }; + } + ), + /***/ + "./node_modules/core-js/internals/classof-raw.js": ( + /*!*******************************************************!*\ + !*** ./node_modules/core-js/internals/classof-raw.js ***! + \*******************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3) { + var toString = {}.toString; + module3.exports = function(it) { + return toString.call(it).slice(8, -1); + }; + } + ), + /***/ + "./node_modules/core-js/internals/classof.js": ( + /*!***************************************************!*\ + !*** ./node_modules/core-js/internals/classof.js ***! + \***************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var classofRaw = __webpack_require__( + /*! ../internals/classof-raw */ + "./node_modules/core-js/internals/classof-raw.js" + ); + var wellKnownSymbol = __webpack_require__( + /*! ../internals/well-known-symbol */ + "./node_modules/core-js/internals/well-known-symbol.js" + ); + var TO_STRING_TAG = wellKnownSymbol("toStringTag"); + var CORRECT_ARGUMENTS = classofRaw(/* @__PURE__ */ function() { + return arguments; + }()) == "Arguments"; + var tryGet = function(it, key2) { + try { + return it[key2]; + } catch (error) { + } + }; + module3.exports = function(it) { + var O, tag2, result; + return it === void 0 ? "Undefined" : it === null ? "Null" : typeof (tag2 = tryGet(O = Object(it), TO_STRING_TAG)) == "string" ? tag2 : CORRECT_ARGUMENTS ? classofRaw(O) : (result = classofRaw(O)) == "Object" && typeof O.callee == "function" ? "Arguments" : result; + }; + } + ), + /***/ + "./node_modules/core-js/internals/copy-constructor-properties.js": ( + /*!***********************************************************************!*\ + !*** ./node_modules/core-js/internals/copy-constructor-properties.js ***! + \***********************************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var has = __webpack_require__( + /*! ../internals/has */ + "./node_modules/core-js/internals/has.js" + ); + var ownKeys = __webpack_require__( + /*! ../internals/own-keys */ + "./node_modules/core-js/internals/own-keys.js" + ); + var getOwnPropertyDescriptorModule = __webpack_require__( + /*! ../internals/object-get-own-property-descriptor */ + "./node_modules/core-js/internals/object-get-own-property-descriptor.js" + ); + var definePropertyModule = __webpack_require__( + /*! ../internals/object-define-property */ + "./node_modules/core-js/internals/object-define-property.js" + ); + module3.exports = function(target, source) { + var keys = ownKeys(source); + var defineProperty = definePropertyModule.f; + var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f; + for (var i = 0; i < keys.length; i++) { + var key2 = keys[i]; + if (!has(target, key2)) defineProperty(target, key2, getOwnPropertyDescriptor(source, key2)); + } + }; + } + ), + /***/ + "./node_modules/core-js/internals/correct-prototype-getter.js": ( + /*!********************************************************************!*\ + !*** ./node_modules/core-js/internals/correct-prototype-getter.js ***! + \********************************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var fails = __webpack_require__( + /*! ../internals/fails */ + "./node_modules/core-js/internals/fails.js" + ); + module3.exports = !fails(function() { + function F() { + } + F.prototype.constructor = null; + return Object.getPrototypeOf(new F()) !== F.prototype; + }); + } + ), + /***/ + "./node_modules/core-js/internals/create-iterator-constructor.js": ( + /*!***********************************************************************!*\ + !*** ./node_modules/core-js/internals/create-iterator-constructor.js ***! + \***********************************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + "use strict"; + var IteratorPrototype = __webpack_require__( + /*! ../internals/iterators-core */ + "./node_modules/core-js/internals/iterators-core.js" + ).IteratorPrototype; + var create = __webpack_require__( + /*! ../internals/object-create */ + "./node_modules/core-js/internals/object-create.js" + ); + var createPropertyDescriptor = __webpack_require__( + /*! ../internals/create-property-descriptor */ + "./node_modules/core-js/internals/create-property-descriptor.js" + ); + var setToStringTag = __webpack_require__( + /*! ../internals/set-to-string-tag */ + "./node_modules/core-js/internals/set-to-string-tag.js" + ); + var Iterators = __webpack_require__( + /*! ../internals/iterators */ + "./node_modules/core-js/internals/iterators.js" + ); + var returnThis = function() { + return this; + }; + module3.exports = function(IteratorConstructor, NAME, next) { + var TO_STRING_TAG = NAME + " Iterator"; + IteratorConstructor.prototype = create(IteratorPrototype, { next: createPropertyDescriptor(1, next) }); + setToStringTag(IteratorConstructor, TO_STRING_TAG, false, true); + Iterators[TO_STRING_TAG] = returnThis; + return IteratorConstructor; + }; + } + ), + /***/ + "./node_modules/core-js/internals/create-property-descriptor.js": ( + /*!**********************************************************************!*\ + !*** ./node_modules/core-js/internals/create-property-descriptor.js ***! + \**********************************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3) { + module3.exports = function(bitmap, value) { + return { + enumerable: !(bitmap & 1), + configurable: !(bitmap & 2), + writable: !(bitmap & 4), + value + }; + }; + } + ), + /***/ + "./node_modules/core-js/internals/create-property.js": ( + /*!***********************************************************!*\ + !*** ./node_modules/core-js/internals/create-property.js ***! + \***********************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + "use strict"; + var toPrimitive = __webpack_require__( + /*! ../internals/to-primitive */ + "./node_modules/core-js/internals/to-primitive.js" + ); + var definePropertyModule = __webpack_require__( + /*! ../internals/object-define-property */ + "./node_modules/core-js/internals/object-define-property.js" + ); + var createPropertyDescriptor = __webpack_require__( + /*! ../internals/create-property-descriptor */ + "./node_modules/core-js/internals/create-property-descriptor.js" + ); + module3.exports = function(object, key2, value) { + var propertyKey = toPrimitive(key2); + if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value)); + else object[propertyKey] = value; + }; + } + ), + /***/ + "./node_modules/core-js/internals/define-iterator.js": ( + /*!***********************************************************!*\ + !*** ./node_modules/core-js/internals/define-iterator.js ***! + \***********************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + "use strict"; + var $ = __webpack_require__( + /*! ../internals/export */ + "./node_modules/core-js/internals/export.js" + ); + var createIteratorConstructor = __webpack_require__( + /*! ../internals/create-iterator-constructor */ + "./node_modules/core-js/internals/create-iterator-constructor.js" + ); + var getPrototypeOf = __webpack_require__( + /*! ../internals/object-get-prototype-of */ + "./node_modules/core-js/internals/object-get-prototype-of.js" + ); + var setPrototypeOf = __webpack_require__( + /*! ../internals/object-set-prototype-of */ + "./node_modules/core-js/internals/object-set-prototype-of.js" + ); + var setToStringTag = __webpack_require__( + /*! ../internals/set-to-string-tag */ + "./node_modules/core-js/internals/set-to-string-tag.js" + ); + var hide = __webpack_require__( + /*! ../internals/hide */ + "./node_modules/core-js/internals/hide.js" + ); + var redefine = __webpack_require__( + /*! ../internals/redefine */ + "./node_modules/core-js/internals/redefine.js" + ); + var wellKnownSymbol = __webpack_require__( + /*! ../internals/well-known-symbol */ + "./node_modules/core-js/internals/well-known-symbol.js" + ); + var IS_PURE = __webpack_require__( + /*! ../internals/is-pure */ + "./node_modules/core-js/internals/is-pure.js" + ); + var Iterators = __webpack_require__( + /*! ../internals/iterators */ + "./node_modules/core-js/internals/iterators.js" + ); + var IteratorsCore = __webpack_require__( + /*! ../internals/iterators-core */ + "./node_modules/core-js/internals/iterators-core.js" + ); + var IteratorPrototype = IteratorsCore.IteratorPrototype; + var BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS; + var ITERATOR = wellKnownSymbol("iterator"); + var KEYS = "keys"; + var VALUES = "values"; + var ENTRIES = "entries"; + var returnThis = function() { + return this; + }; + module3.exports = function(Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) { + createIteratorConstructor(IteratorConstructor, NAME, next); + var getIterationMethod = function(KIND) { + if (KIND === DEFAULT && defaultIterator) return defaultIterator; + if (!BUGGY_SAFARI_ITERATORS && KIND in IterablePrototype) return IterablePrototype[KIND]; + switch (KIND) { + case KEYS: + return function keys() { + return new IteratorConstructor(this, KIND); + }; + case VALUES: + return function values() { + return new IteratorConstructor(this, KIND); + }; + case ENTRIES: + return function entries() { + return new IteratorConstructor(this, KIND); + }; + } + return function() { + return new IteratorConstructor(this); + }; + }; + var TO_STRING_TAG = NAME + " Iterator"; + var INCORRECT_VALUES_NAME = false; + var IterablePrototype = Iterable.prototype; + var nativeIterator = IterablePrototype[ITERATOR] || IterablePrototype["@@iterator"] || DEFAULT && IterablePrototype[DEFAULT]; + var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT); + var anyNativeIterator = NAME == "Array" ? IterablePrototype.entries || nativeIterator : nativeIterator; + var CurrentIteratorPrototype, methods, KEY; + if (anyNativeIterator) { + CurrentIteratorPrototype = getPrototypeOf(anyNativeIterator.call(new Iterable())); + if (IteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) { + if (!IS_PURE && getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) { + if (setPrototypeOf) { + setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype); + } else if (typeof CurrentIteratorPrototype[ITERATOR] != "function") { + hide(CurrentIteratorPrototype, ITERATOR, returnThis); + } + } + setToStringTag(CurrentIteratorPrototype, TO_STRING_TAG, true, true); + if (IS_PURE) Iterators[TO_STRING_TAG] = returnThis; + } + } + if (DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) { + INCORRECT_VALUES_NAME = true; + defaultIterator = function values() { + return nativeIterator.call(this); + }; + } + if ((!IS_PURE || FORCED) && IterablePrototype[ITERATOR] !== defaultIterator) { + hide(IterablePrototype, ITERATOR, defaultIterator); + } + Iterators[NAME] = defaultIterator; + if (DEFAULT) { + methods = { + values: getIterationMethod(VALUES), + keys: IS_SET ? defaultIterator : getIterationMethod(KEYS), + entries: getIterationMethod(ENTRIES) + }; + if (FORCED) for (KEY in methods) { + if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) { + redefine(IterablePrototype, KEY, methods[KEY]); + } + } + else $({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods); + } + return methods; + }; + } + ), + /***/ + "./node_modules/core-js/internals/descriptors.js": ( + /*!*******************************************************!*\ + !*** ./node_modules/core-js/internals/descriptors.js ***! + \*******************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var fails = __webpack_require__( + /*! ../internals/fails */ + "./node_modules/core-js/internals/fails.js" + ); + module3.exports = !fails(function() { + return Object.defineProperty({}, "a", { get: function() { + return 7; + } }).a != 7; + }); + } + ), + /***/ + "./node_modules/core-js/internals/document-create-element.js": ( + /*!*******************************************************************!*\ + !*** ./node_modules/core-js/internals/document-create-element.js ***! + \*******************************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var global2 = __webpack_require__( + /*! ../internals/global */ + "./node_modules/core-js/internals/global.js" + ); + var isObject2 = __webpack_require__( + /*! ../internals/is-object */ + "./node_modules/core-js/internals/is-object.js" + ); + var document2 = global2.document; + var exist = isObject2(document2) && isObject2(document2.createElement); + module3.exports = function(it) { + return exist ? document2.createElement(it) : {}; + }; + } + ), + /***/ + "./node_modules/core-js/internals/enum-bug-keys.js": ( + /*!*********************************************************!*\ + !*** ./node_modules/core-js/internals/enum-bug-keys.js ***! + \*********************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3) { + module3.exports = [ + "constructor", + "hasOwnProperty", + "isPrototypeOf", + "propertyIsEnumerable", + "toLocaleString", + "toString", + "valueOf" + ]; + } + ), + /***/ + "./node_modules/core-js/internals/export.js": ( + /*!**************************************************!*\ + !*** ./node_modules/core-js/internals/export.js ***! + \**************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var global2 = __webpack_require__( + /*! ../internals/global */ + "./node_modules/core-js/internals/global.js" + ); + var getOwnPropertyDescriptor = __webpack_require__( + /*! ../internals/object-get-own-property-descriptor */ + "./node_modules/core-js/internals/object-get-own-property-descriptor.js" + ).f; + var hide = __webpack_require__( + /*! ../internals/hide */ + "./node_modules/core-js/internals/hide.js" + ); + var redefine = __webpack_require__( + /*! ../internals/redefine */ + "./node_modules/core-js/internals/redefine.js" + ); + var setGlobal = __webpack_require__( + /*! ../internals/set-global */ + "./node_modules/core-js/internals/set-global.js" + ); + var copyConstructorProperties = __webpack_require__( + /*! ../internals/copy-constructor-properties */ + "./node_modules/core-js/internals/copy-constructor-properties.js" + ); + var isForced = __webpack_require__( + /*! ../internals/is-forced */ + "./node_modules/core-js/internals/is-forced.js" + ); + module3.exports = function(options, source) { + var TARGET = options.target; + var GLOBAL = options.global; + var STATIC = options.stat; + var FORCED, target, key2, targetProperty, sourceProperty, descriptor; + if (GLOBAL) { + target = global2; + } else if (STATIC) { + target = global2[TARGET] || setGlobal(TARGET, {}); + } else { + target = (global2[TARGET] || {}).prototype; + } + if (target) for (key2 in source) { + sourceProperty = source[key2]; + if (options.noTargetGet) { + descriptor = getOwnPropertyDescriptor(target, key2); + targetProperty = descriptor && descriptor.value; + } else targetProperty = target[key2]; + FORCED = isForced(GLOBAL ? key2 : TARGET + (STATIC ? "." : "#") + key2, options.forced); + if (!FORCED && targetProperty !== void 0) { + if (typeof sourceProperty === typeof targetProperty) continue; + copyConstructorProperties(sourceProperty, targetProperty); + } + if (options.sham || targetProperty && targetProperty.sham) { + hide(sourceProperty, "sham", true); + } + redefine(target, key2, sourceProperty, options); + } + }; + } + ), + /***/ + "./node_modules/core-js/internals/fails.js": ( + /*!*************************************************!*\ + !*** ./node_modules/core-js/internals/fails.js ***! + \*************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3) { + module3.exports = function(exec) { + try { + return !!exec(); + } catch (error) { + return true; + } + }; + } + ), + /***/ + "./node_modules/core-js/internals/function-to-string.js": ( + /*!**************************************************************!*\ + !*** ./node_modules/core-js/internals/function-to-string.js ***! + \**************************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var shared = __webpack_require__( + /*! ../internals/shared */ + "./node_modules/core-js/internals/shared.js" + ); + module3.exports = shared("native-function-to-string", Function.toString); + } + ), + /***/ + "./node_modules/core-js/internals/get-iterator-method.js": ( + /*!***************************************************************!*\ + !*** ./node_modules/core-js/internals/get-iterator-method.js ***! + \***************************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var classof = __webpack_require__( + /*! ../internals/classof */ + "./node_modules/core-js/internals/classof.js" + ); + var Iterators = __webpack_require__( + /*! ../internals/iterators */ + "./node_modules/core-js/internals/iterators.js" + ); + var wellKnownSymbol = __webpack_require__( + /*! ../internals/well-known-symbol */ + "./node_modules/core-js/internals/well-known-symbol.js" + ); + var ITERATOR = wellKnownSymbol("iterator"); + module3.exports = function(it) { + if (it != void 0) return it[ITERATOR] || it["@@iterator"] || Iterators[classof(it)]; + }; + } + ), + /***/ + "./node_modules/core-js/internals/global.js": ( + /*!**************************************************!*\ + !*** ./node_modules/core-js/internals/global.js ***! + \**************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + (function(global2) { + var O = "object"; + var check = function(it) { + return it && it.Math == Math && it; + }; + module3.exports = // eslint-disable-next-line no-undef + check(typeof globalThis == O && globalThis) || check(typeof window == O && window) || check(typeof self == O && self) || check(typeof global2 == O && global2) || // eslint-disable-next-line no-new-func + Function("return this")(); + }).call(this, __webpack_require__( + /*! ./../../webpack/buildin/global.js */ + "./node_modules/webpack/buildin/global.js" + )); + } + ), + /***/ + "./node_modules/core-js/internals/has.js": ( + /*!***********************************************!*\ + !*** ./node_modules/core-js/internals/has.js ***! + \***********************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3) { + var hasOwnProperty = {}.hasOwnProperty; + module3.exports = function(it, key2) { + return hasOwnProperty.call(it, key2); + }; + } + ), + /***/ + "./node_modules/core-js/internals/hidden-keys.js": ( + /*!*******************************************************!*\ + !*** ./node_modules/core-js/internals/hidden-keys.js ***! + \*******************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3) { + module3.exports = {}; + } + ), + /***/ + "./node_modules/core-js/internals/hide.js": ( + /*!************************************************!*\ + !*** ./node_modules/core-js/internals/hide.js ***! + \************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var DESCRIPTORS = __webpack_require__( + /*! ../internals/descriptors */ + "./node_modules/core-js/internals/descriptors.js" + ); + var definePropertyModule = __webpack_require__( + /*! ../internals/object-define-property */ + "./node_modules/core-js/internals/object-define-property.js" + ); + var createPropertyDescriptor = __webpack_require__( + /*! ../internals/create-property-descriptor */ + "./node_modules/core-js/internals/create-property-descriptor.js" + ); + module3.exports = DESCRIPTORS ? function(object, key2, value) { + return definePropertyModule.f(object, key2, createPropertyDescriptor(1, value)); + } : function(object, key2, value) { + object[key2] = value; + return object; + }; + } + ), + /***/ + "./node_modules/core-js/internals/html.js": ( + /*!************************************************!*\ + !*** ./node_modules/core-js/internals/html.js ***! + \************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var global2 = __webpack_require__( + /*! ../internals/global */ + "./node_modules/core-js/internals/global.js" + ); + var document2 = global2.document; + module3.exports = document2 && document2.documentElement; + } + ), + /***/ + "./node_modules/core-js/internals/ie8-dom-define.js": ( + /*!**********************************************************!*\ + !*** ./node_modules/core-js/internals/ie8-dom-define.js ***! + \**********************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var DESCRIPTORS = __webpack_require__( + /*! ../internals/descriptors */ + "./node_modules/core-js/internals/descriptors.js" + ); + var fails = __webpack_require__( + /*! ../internals/fails */ + "./node_modules/core-js/internals/fails.js" + ); + var createElement = __webpack_require__( + /*! ../internals/document-create-element */ + "./node_modules/core-js/internals/document-create-element.js" + ); + module3.exports = !DESCRIPTORS && !fails(function() { + return Object.defineProperty(createElement("div"), "a", { + get: function() { + return 7; + } + }).a != 7; + }); + } + ), + /***/ + "./node_modules/core-js/internals/indexed-object.js": ( + /*!**********************************************************!*\ + !*** ./node_modules/core-js/internals/indexed-object.js ***! + \**********************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var fails = __webpack_require__( + /*! ../internals/fails */ + "./node_modules/core-js/internals/fails.js" + ); + var classof = __webpack_require__( + /*! ../internals/classof-raw */ + "./node_modules/core-js/internals/classof-raw.js" + ); + var split = "".split; + module3.exports = fails(function() { + return !Object("z").propertyIsEnumerable(0); + }) ? function(it) { + return classof(it) == "String" ? split.call(it, "") : Object(it); + } : Object; + } + ), + /***/ + "./node_modules/core-js/internals/internal-state.js": ( + /*!**********************************************************!*\ + !*** ./node_modules/core-js/internals/internal-state.js ***! + \**********************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var NATIVE_WEAK_MAP = __webpack_require__( + /*! ../internals/native-weak-map */ + "./node_modules/core-js/internals/native-weak-map.js" + ); + var global2 = __webpack_require__( + /*! ../internals/global */ + "./node_modules/core-js/internals/global.js" + ); + var isObject2 = __webpack_require__( + /*! ../internals/is-object */ + "./node_modules/core-js/internals/is-object.js" + ); + var hide = __webpack_require__( + /*! ../internals/hide */ + "./node_modules/core-js/internals/hide.js" + ); + var objectHas = __webpack_require__( + /*! ../internals/has */ + "./node_modules/core-js/internals/has.js" + ); + var sharedKey = __webpack_require__( + /*! ../internals/shared-key */ + "./node_modules/core-js/internals/shared-key.js" + ); + var hiddenKeys = __webpack_require__( + /*! ../internals/hidden-keys */ + "./node_modules/core-js/internals/hidden-keys.js" + ); + var WeakMap2 = global2.WeakMap; + var set, get, has; + var enforce = function(it) { + return has(it) ? get(it) : set(it, {}); + }; + var getterFor = function(TYPE) { + return function(it) { + var state; + if (!isObject2(it) || (state = get(it)).type !== TYPE) { + throw TypeError("Incompatible receiver, " + TYPE + " required"); + } + return state; + }; + }; + if (NATIVE_WEAK_MAP) { + var store = new WeakMap2(); + var wmget = store.get; + var wmhas = store.has; + var wmset = store.set; + set = function(it, metadata) { + wmset.call(store, it, metadata); + return metadata; + }; + get = function(it) { + return wmget.call(store, it) || {}; + }; + has = function(it) { + return wmhas.call(store, it); + }; + } else { + var STATE = sharedKey("state"); + hiddenKeys[STATE] = true; + set = function(it, metadata) { + hide(it, STATE, metadata); + return metadata; + }; + get = function(it) { + return objectHas(it, STATE) ? it[STATE] : {}; + }; + has = function(it) { + return objectHas(it, STATE); + }; + } + module3.exports = { + set, + get, + has, + enforce, + getterFor + }; + } + ), + /***/ + "./node_modules/core-js/internals/is-array-iterator-method.js": ( + /*!********************************************************************!*\ + !*** ./node_modules/core-js/internals/is-array-iterator-method.js ***! + \********************************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var wellKnownSymbol = __webpack_require__( + /*! ../internals/well-known-symbol */ + "./node_modules/core-js/internals/well-known-symbol.js" + ); + var Iterators = __webpack_require__( + /*! ../internals/iterators */ + "./node_modules/core-js/internals/iterators.js" + ); + var ITERATOR = wellKnownSymbol("iterator"); + var ArrayPrototype = Array.prototype; + module3.exports = function(it) { + return it !== void 0 && (Iterators.Array === it || ArrayPrototype[ITERATOR] === it); + }; + } + ), + /***/ + "./node_modules/core-js/internals/is-forced.js": ( + /*!*****************************************************!*\ + !*** ./node_modules/core-js/internals/is-forced.js ***! + \*****************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var fails = __webpack_require__( + /*! ../internals/fails */ + "./node_modules/core-js/internals/fails.js" + ); + var replacement = /#|\.prototype\./; + var isForced = function(feature, detection) { + var value = data[normalize2(feature)]; + return value == POLYFILL ? true : value == NATIVE ? false : typeof detection == "function" ? fails(detection) : !!detection; + }; + var normalize2 = isForced.normalize = function(string) { + return String(string).replace(replacement, ".").toLowerCase(); + }; + var data = isForced.data = {}; + var NATIVE = isForced.NATIVE = "N"; + var POLYFILL = isForced.POLYFILL = "P"; + module3.exports = isForced; + } + ), + /***/ + "./node_modules/core-js/internals/is-object.js": ( + /*!*****************************************************!*\ + !*** ./node_modules/core-js/internals/is-object.js ***! + \*****************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3) { + module3.exports = function(it) { + return typeof it === "object" ? it !== null : typeof it === "function"; + }; + } + ), + /***/ + "./node_modules/core-js/internals/is-pure.js": ( + /*!***************************************************!*\ + !*** ./node_modules/core-js/internals/is-pure.js ***! + \***************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3) { + module3.exports = false; + } + ), + /***/ + "./node_modules/core-js/internals/iterators-core.js": ( + /*!**********************************************************!*\ + !*** ./node_modules/core-js/internals/iterators-core.js ***! + \**********************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + "use strict"; + var getPrototypeOf = __webpack_require__( + /*! ../internals/object-get-prototype-of */ + "./node_modules/core-js/internals/object-get-prototype-of.js" + ); + var hide = __webpack_require__( + /*! ../internals/hide */ + "./node_modules/core-js/internals/hide.js" + ); + var has = __webpack_require__( + /*! ../internals/has */ + "./node_modules/core-js/internals/has.js" + ); + var wellKnownSymbol = __webpack_require__( + /*! ../internals/well-known-symbol */ + "./node_modules/core-js/internals/well-known-symbol.js" + ); + var IS_PURE = __webpack_require__( + /*! ../internals/is-pure */ + "./node_modules/core-js/internals/is-pure.js" + ); + var ITERATOR = wellKnownSymbol("iterator"); + var BUGGY_SAFARI_ITERATORS = false; + var returnThis = function() { + return this; + }; + var IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator; + if ([].keys) { + arrayIterator = [].keys(); + if (!("next" in arrayIterator)) BUGGY_SAFARI_ITERATORS = true; + else { + PrototypeOfArrayIteratorPrototype = getPrototypeOf(getPrototypeOf(arrayIterator)); + if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIteratorPrototype; + } + } + if (IteratorPrototype == void 0) IteratorPrototype = {}; + if (!IS_PURE && !has(IteratorPrototype, ITERATOR)) hide(IteratorPrototype, ITERATOR, returnThis); + module3.exports = { + IteratorPrototype, + BUGGY_SAFARI_ITERATORS + }; + } + ), + /***/ + "./node_modules/core-js/internals/iterators.js": ( + /*!*****************************************************!*\ + !*** ./node_modules/core-js/internals/iterators.js ***! + \*****************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3) { + module3.exports = {}; + } + ), + /***/ + "./node_modules/core-js/internals/native-symbol.js": ( + /*!*********************************************************!*\ + !*** ./node_modules/core-js/internals/native-symbol.js ***! + \*********************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var fails = __webpack_require__( + /*! ../internals/fails */ + "./node_modules/core-js/internals/fails.js" + ); + module3.exports = !!Object.getOwnPropertySymbols && !fails(function() { + return !String(Symbol()); + }); + } + ), + /***/ + "./node_modules/core-js/internals/native-weak-map.js": ( + /*!***********************************************************!*\ + !*** ./node_modules/core-js/internals/native-weak-map.js ***! + \***********************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var global2 = __webpack_require__( + /*! ../internals/global */ + "./node_modules/core-js/internals/global.js" + ); + var nativeFunctionToString = __webpack_require__( + /*! ../internals/function-to-string */ + "./node_modules/core-js/internals/function-to-string.js" + ); + var WeakMap2 = global2.WeakMap; + module3.exports = typeof WeakMap2 === "function" && /native code/.test(nativeFunctionToString.call(WeakMap2)); + } + ), + /***/ + "./node_modules/core-js/internals/object-create.js": ( + /*!*********************************************************!*\ + !*** ./node_modules/core-js/internals/object-create.js ***! + \*********************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var anObject = __webpack_require__( + /*! ../internals/an-object */ + "./node_modules/core-js/internals/an-object.js" + ); + var defineProperties = __webpack_require__( + /*! ../internals/object-define-properties */ + "./node_modules/core-js/internals/object-define-properties.js" + ); + var enumBugKeys = __webpack_require__( + /*! ../internals/enum-bug-keys */ + "./node_modules/core-js/internals/enum-bug-keys.js" + ); + var hiddenKeys = __webpack_require__( + /*! ../internals/hidden-keys */ + "./node_modules/core-js/internals/hidden-keys.js" + ); + var html2 = __webpack_require__( + /*! ../internals/html */ + "./node_modules/core-js/internals/html.js" + ); + var documentCreateElement = __webpack_require__( + /*! ../internals/document-create-element */ + "./node_modules/core-js/internals/document-create-element.js" + ); + var sharedKey = __webpack_require__( + /*! ../internals/shared-key */ + "./node_modules/core-js/internals/shared-key.js" + ); + var IE_PROTO = sharedKey("IE_PROTO"); + var PROTOTYPE = "prototype"; + var Empty = function() { + }; + var createDict = function() { + var iframe = documentCreateElement("iframe"); + var length = enumBugKeys.length; + var lt = "<"; + var script = "script"; + var gt = ">"; + var js = "java" + script + ":"; + var iframeDocument; + iframe.style.display = "none"; + html2.appendChild(iframe); + iframe.src = String(js); + iframeDocument = iframe.contentWindow.document; + iframeDocument.open(); + iframeDocument.write(lt + script + gt + "document.F=Object" + lt + "/" + script + gt); + iframeDocument.close(); + createDict = iframeDocument.F; + while (length--) delete createDict[PROTOTYPE][enumBugKeys[length]]; + return createDict(); + }; + module3.exports = Object.create || function create(O, Properties) { + var result; + if (O !== null) { + Empty[PROTOTYPE] = anObject(O); + result = new Empty(); + Empty[PROTOTYPE] = null; + result[IE_PROTO] = O; + } else result = createDict(); + return Properties === void 0 ? result : defineProperties(result, Properties); + }; + hiddenKeys[IE_PROTO] = true; + } + ), + /***/ + "./node_modules/core-js/internals/object-define-properties.js": ( + /*!********************************************************************!*\ + !*** ./node_modules/core-js/internals/object-define-properties.js ***! + \********************************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var DESCRIPTORS = __webpack_require__( + /*! ../internals/descriptors */ + "./node_modules/core-js/internals/descriptors.js" + ); + var definePropertyModule = __webpack_require__( + /*! ../internals/object-define-property */ + "./node_modules/core-js/internals/object-define-property.js" + ); + var anObject = __webpack_require__( + /*! ../internals/an-object */ + "./node_modules/core-js/internals/an-object.js" + ); + var objectKeys = __webpack_require__( + /*! ../internals/object-keys */ + "./node_modules/core-js/internals/object-keys.js" + ); + module3.exports = DESCRIPTORS ? Object.defineProperties : function defineProperties(O, Properties) { + anObject(O); + var keys = objectKeys(Properties); + var length = keys.length; + var i = 0; + var key2; + while (length > i) definePropertyModule.f(O, key2 = keys[i++], Properties[key2]); + return O; + }; + } + ), + /***/ + "./node_modules/core-js/internals/object-define-property.js": ( + /*!******************************************************************!*\ + !*** ./node_modules/core-js/internals/object-define-property.js ***! + \******************************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var DESCRIPTORS = __webpack_require__( + /*! ../internals/descriptors */ + "./node_modules/core-js/internals/descriptors.js" + ); + var IE8_DOM_DEFINE = __webpack_require__( + /*! ../internals/ie8-dom-define */ + "./node_modules/core-js/internals/ie8-dom-define.js" + ); + var anObject = __webpack_require__( + /*! ../internals/an-object */ + "./node_modules/core-js/internals/an-object.js" + ); + var toPrimitive = __webpack_require__( + /*! ../internals/to-primitive */ + "./node_modules/core-js/internals/to-primitive.js" + ); + var nativeDefineProperty = Object.defineProperty; + exports3.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) { + anObject(O); + P = toPrimitive(P, true); + anObject(Attributes); + if (IE8_DOM_DEFINE) try { + return nativeDefineProperty(O, P, Attributes); + } catch (error) { + } + if ("get" in Attributes || "set" in Attributes) throw TypeError("Accessors not supported"); + if ("value" in Attributes) O[P] = Attributes.value; + return O; + }; + } + ), + /***/ + "./node_modules/core-js/internals/object-get-own-property-descriptor.js": ( + /*!******************************************************************************!*\ + !*** ./node_modules/core-js/internals/object-get-own-property-descriptor.js ***! + \******************************************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var DESCRIPTORS = __webpack_require__( + /*! ../internals/descriptors */ + "./node_modules/core-js/internals/descriptors.js" + ); + var propertyIsEnumerableModule = __webpack_require__( + /*! ../internals/object-property-is-enumerable */ + "./node_modules/core-js/internals/object-property-is-enumerable.js" + ); + var createPropertyDescriptor = __webpack_require__( + /*! ../internals/create-property-descriptor */ + "./node_modules/core-js/internals/create-property-descriptor.js" + ); + var toIndexedObject = __webpack_require__( + /*! ../internals/to-indexed-object */ + "./node_modules/core-js/internals/to-indexed-object.js" + ); + var toPrimitive = __webpack_require__( + /*! ../internals/to-primitive */ + "./node_modules/core-js/internals/to-primitive.js" + ); + var has = __webpack_require__( + /*! ../internals/has */ + "./node_modules/core-js/internals/has.js" + ); + var IE8_DOM_DEFINE = __webpack_require__( + /*! ../internals/ie8-dom-define */ + "./node_modules/core-js/internals/ie8-dom-define.js" + ); + var nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor; + exports3.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) { + O = toIndexedObject(O); + P = toPrimitive(P, true); + if (IE8_DOM_DEFINE) try { + return nativeGetOwnPropertyDescriptor(O, P); + } catch (error) { + } + if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]); + }; + } + ), + /***/ + "./node_modules/core-js/internals/object-get-own-property-names.js": ( + /*!*************************************************************************!*\ + !*** ./node_modules/core-js/internals/object-get-own-property-names.js ***! + \*************************************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var internalObjectKeys = __webpack_require__( + /*! ../internals/object-keys-internal */ + "./node_modules/core-js/internals/object-keys-internal.js" + ); + var enumBugKeys = __webpack_require__( + /*! ../internals/enum-bug-keys */ + "./node_modules/core-js/internals/enum-bug-keys.js" + ); + var hiddenKeys = enumBugKeys.concat("length", "prototype"); + exports3.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) { + return internalObjectKeys(O, hiddenKeys); + }; + } + ), + /***/ + "./node_modules/core-js/internals/object-get-own-property-symbols.js": ( + /*!***************************************************************************!*\ + !*** ./node_modules/core-js/internals/object-get-own-property-symbols.js ***! + \***************************************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3) { + exports3.f = Object.getOwnPropertySymbols; + } + ), + /***/ + "./node_modules/core-js/internals/object-get-prototype-of.js": ( + /*!*******************************************************************!*\ + !*** ./node_modules/core-js/internals/object-get-prototype-of.js ***! + \*******************************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var has = __webpack_require__( + /*! ../internals/has */ + "./node_modules/core-js/internals/has.js" + ); + var toObject = __webpack_require__( + /*! ../internals/to-object */ + "./node_modules/core-js/internals/to-object.js" + ); + var sharedKey = __webpack_require__( + /*! ../internals/shared-key */ + "./node_modules/core-js/internals/shared-key.js" + ); + var CORRECT_PROTOTYPE_GETTER = __webpack_require__( + /*! ../internals/correct-prototype-getter */ + "./node_modules/core-js/internals/correct-prototype-getter.js" + ); + var IE_PROTO = sharedKey("IE_PROTO"); + var ObjectPrototype = Object.prototype; + module3.exports = CORRECT_PROTOTYPE_GETTER ? Object.getPrototypeOf : function(O) { + O = toObject(O); + if (has(O, IE_PROTO)) return O[IE_PROTO]; + if (typeof O.constructor == "function" && O instanceof O.constructor) { + return O.constructor.prototype; + } + return O instanceof Object ? ObjectPrototype : null; + }; + } + ), + /***/ + "./node_modules/core-js/internals/object-keys-internal.js": ( + /*!****************************************************************!*\ + !*** ./node_modules/core-js/internals/object-keys-internal.js ***! + \****************************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var has = __webpack_require__( + /*! ../internals/has */ + "./node_modules/core-js/internals/has.js" + ); + var toIndexedObject = __webpack_require__( + /*! ../internals/to-indexed-object */ + "./node_modules/core-js/internals/to-indexed-object.js" + ); + var arrayIncludes = __webpack_require__( + /*! ../internals/array-includes */ + "./node_modules/core-js/internals/array-includes.js" + ); + var hiddenKeys = __webpack_require__( + /*! ../internals/hidden-keys */ + "./node_modules/core-js/internals/hidden-keys.js" + ); + var arrayIndexOf = arrayIncludes(false); + module3.exports = function(object, names) { + var O = toIndexedObject(object); + var i = 0; + var result = []; + var key2; + for (key2 in O) !has(hiddenKeys, key2) && has(O, key2) && result.push(key2); + while (names.length > i) if (has(O, key2 = names[i++])) { + ~arrayIndexOf(result, key2) || result.push(key2); + } + return result; + }; + } + ), + /***/ + "./node_modules/core-js/internals/object-keys.js": ( + /*!*******************************************************!*\ + !*** ./node_modules/core-js/internals/object-keys.js ***! + \*******************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var internalObjectKeys = __webpack_require__( + /*! ../internals/object-keys-internal */ + "./node_modules/core-js/internals/object-keys-internal.js" + ); + var enumBugKeys = __webpack_require__( + /*! ../internals/enum-bug-keys */ + "./node_modules/core-js/internals/enum-bug-keys.js" + ); + module3.exports = Object.keys || function keys(O) { + return internalObjectKeys(O, enumBugKeys); + }; + } + ), + /***/ + "./node_modules/core-js/internals/object-property-is-enumerable.js": ( + /*!*************************************************************************!*\ + !*** ./node_modules/core-js/internals/object-property-is-enumerable.js ***! + \*************************************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + "use strict"; + var nativePropertyIsEnumerable = {}.propertyIsEnumerable; + var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor; + var NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1); + exports3.f = NASHORN_BUG ? function propertyIsEnumerable(V) { + var descriptor = getOwnPropertyDescriptor(this, V); + return !!descriptor && descriptor.enumerable; + } : nativePropertyIsEnumerable; + } + ), + /***/ + "./node_modules/core-js/internals/object-set-prototype-of.js": ( + /*!*******************************************************************!*\ + !*** ./node_modules/core-js/internals/object-set-prototype-of.js ***! + \*******************************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var validateSetPrototypeOfArguments = __webpack_require__( + /*! ../internals/validate-set-prototype-of-arguments */ + "./node_modules/core-js/internals/validate-set-prototype-of-arguments.js" + ); + module3.exports = Object.setPrototypeOf || ("__proto__" in {} ? function() { + var correctSetter = false; + var test = {}; + var setter; + try { + setter = Object.getOwnPropertyDescriptor(Object.prototype, "__proto__").set; + setter.call(test, []); + correctSetter = test instanceof Array; + } catch (error) { + } + return function setPrototypeOf(O, proto) { + validateSetPrototypeOfArguments(O, proto); + if (correctSetter) setter.call(O, proto); + else O.__proto__ = proto; + return O; + }; + }() : void 0); + } + ), + /***/ + "./node_modules/core-js/internals/own-keys.js": ( + /*!****************************************************!*\ + !*** ./node_modules/core-js/internals/own-keys.js ***! + \****************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var global2 = __webpack_require__( + /*! ../internals/global */ + "./node_modules/core-js/internals/global.js" + ); + var getOwnPropertyNamesModule = __webpack_require__( + /*! ../internals/object-get-own-property-names */ + "./node_modules/core-js/internals/object-get-own-property-names.js" + ); + var getOwnPropertySymbolsModule = __webpack_require__( + /*! ../internals/object-get-own-property-symbols */ + "./node_modules/core-js/internals/object-get-own-property-symbols.js" + ); + var anObject = __webpack_require__( + /*! ../internals/an-object */ + "./node_modules/core-js/internals/an-object.js" + ); + var Reflect2 = global2.Reflect; + module3.exports = Reflect2 && Reflect2.ownKeys || function ownKeys(it) { + var keys = getOwnPropertyNamesModule.f(anObject(it)); + var getOwnPropertySymbols = getOwnPropertySymbolsModule.f; + return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys; + }; + } + ), + /***/ + "./node_modules/core-js/internals/path.js": ( + /*!************************************************!*\ + !*** ./node_modules/core-js/internals/path.js ***! + \************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + module3.exports = __webpack_require__( + /*! ../internals/global */ + "./node_modules/core-js/internals/global.js" + ); + } + ), + /***/ + "./node_modules/core-js/internals/redefine.js": ( + /*!****************************************************!*\ + !*** ./node_modules/core-js/internals/redefine.js ***! + \****************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var global2 = __webpack_require__( + /*! ../internals/global */ + "./node_modules/core-js/internals/global.js" + ); + var shared = __webpack_require__( + /*! ../internals/shared */ + "./node_modules/core-js/internals/shared.js" + ); + var hide = __webpack_require__( + /*! ../internals/hide */ + "./node_modules/core-js/internals/hide.js" + ); + var has = __webpack_require__( + /*! ../internals/has */ + "./node_modules/core-js/internals/has.js" + ); + var setGlobal = __webpack_require__( + /*! ../internals/set-global */ + "./node_modules/core-js/internals/set-global.js" + ); + var nativeFunctionToString = __webpack_require__( + /*! ../internals/function-to-string */ + "./node_modules/core-js/internals/function-to-string.js" + ); + var InternalStateModule = __webpack_require__( + /*! ../internals/internal-state */ + "./node_modules/core-js/internals/internal-state.js" + ); + var getInternalState = InternalStateModule.get; + var enforceInternalState = InternalStateModule.enforce; + var TEMPLATE = String(nativeFunctionToString).split("toString"); + shared("inspectSource", function(it) { + return nativeFunctionToString.call(it); + }); + (module3.exports = function(O, key2, value, options) { + var unsafe = options ? !!options.unsafe : false; + var simple = options ? !!options.enumerable : false; + var noTargetGet = options ? !!options.noTargetGet : false; + if (typeof value == "function") { + if (typeof key2 == "string" && !has(value, "name")) hide(value, "name", key2); + enforceInternalState(value).source = TEMPLATE.join(typeof key2 == "string" ? key2 : ""); + } + if (O === global2) { + if (simple) O[key2] = value; + else setGlobal(key2, value); + return; + } else if (!unsafe) { + delete O[key2]; + } else if (!noTargetGet && O[key2]) { + simple = true; + } + if (simple) O[key2] = value; + else hide(O, key2, value); + })(Function.prototype, "toString", function toString() { + return typeof this == "function" && getInternalState(this).source || nativeFunctionToString.call(this); + }); + } + ), + /***/ + "./node_modules/core-js/internals/require-object-coercible.js": ( + /*!********************************************************************!*\ + !*** ./node_modules/core-js/internals/require-object-coercible.js ***! + \********************************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3) { + module3.exports = function(it) { + if (it == void 0) throw TypeError("Can't call method on " + it); + return it; + }; + } + ), + /***/ + "./node_modules/core-js/internals/set-global.js": ( + /*!******************************************************!*\ + !*** ./node_modules/core-js/internals/set-global.js ***! + \******************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var global2 = __webpack_require__( + /*! ../internals/global */ + "./node_modules/core-js/internals/global.js" + ); + var hide = __webpack_require__( + /*! ../internals/hide */ + "./node_modules/core-js/internals/hide.js" + ); + module3.exports = function(key2, value) { + try { + hide(global2, key2, value); + } catch (error) { + global2[key2] = value; + } + return value; + }; + } + ), + /***/ + "./node_modules/core-js/internals/set-to-string-tag.js": ( + /*!*************************************************************!*\ + !*** ./node_modules/core-js/internals/set-to-string-tag.js ***! + \*************************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var defineProperty = __webpack_require__( + /*! ../internals/object-define-property */ + "./node_modules/core-js/internals/object-define-property.js" + ).f; + var has = __webpack_require__( + /*! ../internals/has */ + "./node_modules/core-js/internals/has.js" + ); + var wellKnownSymbol = __webpack_require__( + /*! ../internals/well-known-symbol */ + "./node_modules/core-js/internals/well-known-symbol.js" + ); + var TO_STRING_TAG = wellKnownSymbol("toStringTag"); + module3.exports = function(it, TAG, STATIC) { + if (it && !has(it = STATIC ? it : it.prototype, TO_STRING_TAG)) { + defineProperty(it, TO_STRING_TAG, { configurable: true, value: TAG }); + } + }; + } + ), + /***/ + "./node_modules/core-js/internals/shared-key.js": ( + /*!******************************************************!*\ + !*** ./node_modules/core-js/internals/shared-key.js ***! + \******************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var shared = __webpack_require__( + /*! ../internals/shared */ + "./node_modules/core-js/internals/shared.js" + ); + var uid = __webpack_require__( + /*! ../internals/uid */ + "./node_modules/core-js/internals/uid.js" + ); + var keys = shared("keys"); + module3.exports = function(key2) { + return keys[key2] || (keys[key2] = uid(key2)); + }; + } + ), + /***/ + "./node_modules/core-js/internals/shared.js": ( + /*!**************************************************!*\ + !*** ./node_modules/core-js/internals/shared.js ***! + \**************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var global2 = __webpack_require__( + /*! ../internals/global */ + "./node_modules/core-js/internals/global.js" + ); + var setGlobal = __webpack_require__( + /*! ../internals/set-global */ + "./node_modules/core-js/internals/set-global.js" + ); + var IS_PURE = __webpack_require__( + /*! ../internals/is-pure */ + "./node_modules/core-js/internals/is-pure.js" + ); + var SHARED = "__core-js_shared__"; + var store = global2[SHARED] || setGlobal(SHARED, {}); + (module3.exports = function(key2, value) { + return store[key2] || (store[key2] = value !== void 0 ? value : {}); + })("versions", []).push({ + version: "3.1.3", + mode: IS_PURE ? "pure" : "global", + copyright: "\xA9 2019 Denis Pushkarev (zloirock.ru)" + }); + } + ), + /***/ + "./node_modules/core-js/internals/string-at.js": ( + /*!*****************************************************!*\ + !*** ./node_modules/core-js/internals/string-at.js ***! + \*****************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var toInteger = __webpack_require__( + /*! ../internals/to-integer */ + "./node_modules/core-js/internals/to-integer.js" + ); + var requireObjectCoercible = __webpack_require__( + /*! ../internals/require-object-coercible */ + "./node_modules/core-js/internals/require-object-coercible.js" + ); + module3.exports = function(that, pos, CONVERT_TO_STRING) { + var S = String(requireObjectCoercible(that)); + var position = toInteger(pos); + var size = S.length; + var first2, second; + if (position < 0 || position >= size) return CONVERT_TO_STRING ? "" : void 0; + first2 = S.charCodeAt(position); + return first2 < 55296 || first2 > 56319 || position + 1 === size || (second = S.charCodeAt(position + 1)) < 56320 || second > 57343 ? CONVERT_TO_STRING ? S.charAt(position) : first2 : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first2 - 55296 << 10) + (second - 56320) + 65536; + }; + } + ), + /***/ + "./node_modules/core-js/internals/to-absolute-index.js": ( + /*!*************************************************************!*\ + !*** ./node_modules/core-js/internals/to-absolute-index.js ***! + \*************************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var toInteger = __webpack_require__( + /*! ../internals/to-integer */ + "./node_modules/core-js/internals/to-integer.js" + ); + var max = Math.max; + var min = Math.min; + module3.exports = function(index2, length) { + var integer = toInteger(index2); + return integer < 0 ? max(integer + length, 0) : min(integer, length); + }; + } + ), + /***/ + "./node_modules/core-js/internals/to-indexed-object.js": ( + /*!*************************************************************!*\ + !*** ./node_modules/core-js/internals/to-indexed-object.js ***! + \*************************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var IndexedObject = __webpack_require__( + /*! ../internals/indexed-object */ + "./node_modules/core-js/internals/indexed-object.js" + ); + var requireObjectCoercible = __webpack_require__( + /*! ../internals/require-object-coercible */ + "./node_modules/core-js/internals/require-object-coercible.js" + ); + module3.exports = function(it) { + return IndexedObject(requireObjectCoercible(it)); + }; + } + ), + /***/ + "./node_modules/core-js/internals/to-integer.js": ( + /*!******************************************************!*\ + !*** ./node_modules/core-js/internals/to-integer.js ***! + \******************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3) { + var ceil = Math.ceil; + var floor = Math.floor; + module3.exports = function(argument) { + return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument); + }; + } + ), + /***/ + "./node_modules/core-js/internals/to-length.js": ( + /*!*****************************************************!*\ + !*** ./node_modules/core-js/internals/to-length.js ***! + \*****************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var toInteger = __webpack_require__( + /*! ../internals/to-integer */ + "./node_modules/core-js/internals/to-integer.js" + ); + var min = Math.min; + module3.exports = function(argument) { + return argument > 0 ? min(toInteger(argument), 9007199254740991) : 0; + }; + } + ), + /***/ + "./node_modules/core-js/internals/to-object.js": ( + /*!*****************************************************!*\ + !*** ./node_modules/core-js/internals/to-object.js ***! + \*****************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var requireObjectCoercible = __webpack_require__( + /*! ../internals/require-object-coercible */ + "./node_modules/core-js/internals/require-object-coercible.js" + ); + module3.exports = function(argument) { + return Object(requireObjectCoercible(argument)); + }; + } + ), + /***/ + "./node_modules/core-js/internals/to-primitive.js": ( + /*!********************************************************!*\ + !*** ./node_modules/core-js/internals/to-primitive.js ***! + \********************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var isObject2 = __webpack_require__( + /*! ../internals/is-object */ + "./node_modules/core-js/internals/is-object.js" + ); + module3.exports = function(it, S) { + if (!isObject2(it)) return it; + var fn, val; + if (S && typeof (fn = it.toString) == "function" && !isObject2(val = fn.call(it))) return val; + if (typeof (fn = it.valueOf) == "function" && !isObject2(val = fn.call(it))) return val; + if (!S && typeof (fn = it.toString) == "function" && !isObject2(val = fn.call(it))) return val; + throw TypeError("Can't convert object to primitive value"); + }; + } + ), + /***/ + "./node_modules/core-js/internals/uid.js": ( + /*!***********************************************!*\ + !*** ./node_modules/core-js/internals/uid.js ***! + \***********************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3) { + var id = 0; + var postfix = Math.random(); + module3.exports = function(key2) { + return "Symbol(".concat(key2 === void 0 ? "" : key2, ")_", (++id + postfix).toString(36)); + }; + } + ), + /***/ + "./node_modules/core-js/internals/validate-set-prototype-of-arguments.js": ( + /*!*******************************************************************************!*\ + !*** ./node_modules/core-js/internals/validate-set-prototype-of-arguments.js ***! + \*******************************************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var isObject2 = __webpack_require__( + /*! ../internals/is-object */ + "./node_modules/core-js/internals/is-object.js" + ); + var anObject = __webpack_require__( + /*! ../internals/an-object */ + "./node_modules/core-js/internals/an-object.js" + ); + module3.exports = function(O, proto) { + anObject(O); + if (!isObject2(proto) && proto !== null) { + throw TypeError("Can't set " + String(proto) + " as a prototype"); + } + }; + } + ), + /***/ + "./node_modules/core-js/internals/well-known-symbol.js": ( + /*!*************************************************************!*\ + !*** ./node_modules/core-js/internals/well-known-symbol.js ***! + \*************************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var global2 = __webpack_require__( + /*! ../internals/global */ + "./node_modules/core-js/internals/global.js" + ); + var shared = __webpack_require__( + /*! ../internals/shared */ + "./node_modules/core-js/internals/shared.js" + ); + var uid = __webpack_require__( + /*! ../internals/uid */ + "./node_modules/core-js/internals/uid.js" + ); + var NATIVE_SYMBOL = __webpack_require__( + /*! ../internals/native-symbol */ + "./node_modules/core-js/internals/native-symbol.js" + ); + var Symbol2 = global2.Symbol; + var store = shared("wks"); + module3.exports = function(name) { + return store[name] || (store[name] = NATIVE_SYMBOL && Symbol2[name] || (NATIVE_SYMBOL ? Symbol2 : uid)("Symbol." + name)); + }; + } + ), + /***/ + "./node_modules/core-js/modules/es.array.from.js": ( + /*!*******************************************************!*\ + !*** ./node_modules/core-js/modules/es.array.from.js ***! + \*******************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + var $ = __webpack_require__( + /*! ../internals/export */ + "./node_modules/core-js/internals/export.js" + ); + var from = __webpack_require__( + /*! ../internals/array-from */ + "./node_modules/core-js/internals/array-from.js" + ); + var checkCorrectnessOfIteration = __webpack_require__( + /*! ../internals/check-correctness-of-iteration */ + "./node_modules/core-js/internals/check-correctness-of-iteration.js" + ); + var INCORRECT_ITERATION = !checkCorrectnessOfIteration(function(iterable) { + Array.from(iterable); + }); + $({ target: "Array", stat: true, forced: INCORRECT_ITERATION }, { + from + }); + } + ), + /***/ + "./node_modules/core-js/modules/es.string.iterator.js": ( + /*!************************************************************!*\ + !*** ./node_modules/core-js/modules/es.string.iterator.js ***! + \************************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + "use strict"; + var codePointAt = __webpack_require__( + /*! ../internals/string-at */ + "./node_modules/core-js/internals/string-at.js" + ); + var InternalStateModule = __webpack_require__( + /*! ../internals/internal-state */ + "./node_modules/core-js/internals/internal-state.js" + ); + var defineIterator = __webpack_require__( + /*! ../internals/define-iterator */ + "./node_modules/core-js/internals/define-iterator.js" + ); + var STRING_ITERATOR = "String Iterator"; + var setInternalState = InternalStateModule.set; + var getInternalState = InternalStateModule.getterFor(STRING_ITERATOR); + defineIterator(String, "String", function(iterated) { + setInternalState(this, { + type: STRING_ITERATOR, + string: String(iterated), + index: 0 + }); + }, function next() { + var state = getInternalState(this); + var string = state.string; + var index2 = state.index; + var point; + if (index2 >= string.length) return { value: void 0, done: true }; + point = codePointAt(string, index2, true); + state.index += point.length; + return { value: point, done: false }; + }); + } + ), + /***/ + "./node_modules/webpack/buildin/global.js": ( + /*!***********************************!*\ + !*** (webpack)/buildin/global.js ***! + \***********************************/ + /*! no static exports found */ + /***/ + function(module3, exports3) { + var g; + g = /* @__PURE__ */ function() { + return this; + }(); + try { + g = g || Function("return this")() || (1, eval)("this"); + } catch (e) { + if (typeof window === "object") g = window; + } + module3.exports = g; + } + ), + /***/ + "./src/default-attrs.json": ( + /*!********************************!*\ + !*** ./src/default-attrs.json ***! + \********************************/ + /*! exports provided: xmlns, width, height, viewBox, fill, stroke, stroke-width, stroke-linecap, stroke-linejoin, default */ + /***/ + function(module3) { + module3.exports = { "xmlns": "http://www.w3.org/2000/svg", "width": 24, "height": 24, "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "stroke-width": 2, "stroke-linecap": "round", "stroke-linejoin": "round" }; + } + ), + /***/ + "./src/icon.js": ( + /*!*********************!*\ + !*** ./src/icon.js ***! + \*********************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + "use strict"; + Object.defineProperty(exports3, "__esModule", { + value: true + }); + var _extends = Object.assign || function(target) { + for (var i = 1; i < arguments.length; i++) { + var source = arguments[i]; + for (var key2 in source) { + if (Object.prototype.hasOwnProperty.call(source, key2)) { + target[key2] = source[key2]; + } + } + } + return target; + }; + var _createClass = /* @__PURE__ */ function() { + function defineProperties(target, props) { + for (var i = 0; i < props.length; i++) { + var descriptor = props[i]; + descriptor.enumerable = descriptor.enumerable || false; + descriptor.configurable = true; + if ("value" in descriptor) descriptor.writable = true; + Object.defineProperty(target, descriptor.key, descriptor); + } + } + return function(Constructor, protoProps, staticProps) { + if (protoProps) defineProperties(Constructor.prototype, protoProps); + if (staticProps) defineProperties(Constructor, staticProps); + return Constructor; + }; + }(); + var _dedupe = __webpack_require__( + /*! classnames/dedupe */ + "./node_modules/classnames/dedupe.js" + ); + var _dedupe2 = _interopRequireDefault(_dedupe); + var _defaultAttrs = __webpack_require__( + /*! ./default-attrs.json */ + "./src/default-attrs.json" + ); + var _defaultAttrs2 = _interopRequireDefault(_defaultAttrs); + function _interopRequireDefault(obj) { + return obj && obj.__esModule ? obj : { default: obj }; + } + function _classCallCheck(instance10, Constructor) { + if (!(instance10 instanceof Constructor)) { + throw new TypeError("Cannot call a class as a function"); + } + } + var Icon = function() { + function Icon2(name, contents) { + var tags = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : []; + _classCallCheck(this, Icon2); + this.name = name; + this.contents = contents; + this.tags = tags; + this.attrs = _extends({}, _defaultAttrs2.default, { class: "feather feather-" + name }); + } + _createClass(Icon2, [{ + key: "toSvg", + value: function toSvg() { + var attrs = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}; + var combinedAttrs = _extends({}, this.attrs, attrs, { class: (0, _dedupe2.default)(this.attrs.class, attrs.class) }); + return "" + this.contents + ""; + } + /** + * Return string representation of an `Icon`. + * + * Added for backward compatibility. If old code expects `feather.icons.` + * to be a string, `toString()` will get implicitly called. + * + * @returns {string} + */ + }, { + key: "toString", + value: function toString() { + return this.contents; + } + }]); + return Icon2; + }(); + function attrsToString(attrs) { + return Object.keys(attrs).map(function(key2) { + return key2 + '="' + attrs[key2] + '"'; + }).join(" "); + } + exports3.default = Icon; + } + ), + /***/ + "./src/icons.js": ( + /*!**********************!*\ + !*** ./src/icons.js ***! + \**********************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + "use strict"; + Object.defineProperty(exports3, "__esModule", { + value: true + }); + var _icon = __webpack_require__( + /*! ./icon */ + "./src/icon.js" + ); + var _icon2 = _interopRequireDefault(_icon); + var _icons = __webpack_require__( + /*! ../dist/icons.json */ + "./dist/icons.json" + ); + var _icons2 = _interopRequireDefault(_icons); + var _tags = __webpack_require__( + /*! ./tags.json */ + "./src/tags.json" + ); + var _tags2 = _interopRequireDefault(_tags); + function _interopRequireDefault(obj) { + return obj && obj.__esModule ? obj : { default: obj }; + } + exports3.default = Object.keys(_icons2.default).map(function(key2) { + return new _icon2.default(key2, _icons2.default[key2], _tags2.default[key2]); + }).reduce(function(object, icon) { + object[icon.name] = icon; + return object; + }, {}); + } + ), + /***/ + "./src/index.js": ( + /*!**********************!*\ + !*** ./src/index.js ***! + \**********************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + "use strict"; + var _icons = __webpack_require__( + /*! ./icons */ + "./src/icons.js" + ); + var _icons2 = _interopRequireDefault(_icons); + var _toSvg = __webpack_require__( + /*! ./to-svg */ + "./src/to-svg.js" + ); + var _toSvg2 = _interopRequireDefault(_toSvg); + var _replace = __webpack_require__( + /*! ./replace */ + "./src/replace.js" + ); + var _replace2 = _interopRequireDefault(_replace); + function _interopRequireDefault(obj) { + return obj && obj.__esModule ? obj : { default: obj }; + } + module3.exports = { icons: _icons2.default, toSvg: _toSvg2.default, replace: _replace2.default }; + } + ), + /***/ + "./src/replace.js": ( + /*!************************!*\ + !*** ./src/replace.js ***! + \************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + "use strict"; + Object.defineProperty(exports3, "__esModule", { + value: true + }); + var _extends = Object.assign || function(target) { + for (var i = 1; i < arguments.length; i++) { + var source = arguments[i]; + for (var key2 in source) { + if (Object.prototype.hasOwnProperty.call(source, key2)) { + target[key2] = source[key2]; + } + } + } + return target; + }; + var _dedupe = __webpack_require__( + /*! classnames/dedupe */ + "./node_modules/classnames/dedupe.js" + ); + var _dedupe2 = _interopRequireDefault(_dedupe); + var _icons = __webpack_require__( + /*! ./icons */ + "./src/icons.js" + ); + var _icons2 = _interopRequireDefault(_icons); + function _interopRequireDefault(obj) { + return obj && obj.__esModule ? obj : { default: obj }; + } + function replace() { + var attrs = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}; + if (typeof document === "undefined") { + throw new Error("`feather.replace()` only works in a browser environment."); + } + var elementsToReplace = document.querySelectorAll("[data-feather]"); + Array.from(elementsToReplace).forEach(function(element2) { + return replaceElement(element2, attrs); + }); + } + function replaceElement(element2) { + var attrs = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}; + var elementAttrs = getAttrs(element2); + var name = elementAttrs["data-feather"]; + delete elementAttrs["data-feather"]; + if (_icons2.default[name] === void 0) { + console.warn("feather: '" + name + "' is not a valid icon"); + return; + } + var svgString = _icons2.default[name].toSvg(_extends({}, attrs, elementAttrs, { class: (0, _dedupe2.default)(attrs.class, elementAttrs.class) })); + var svgDocument = new DOMParser().parseFromString(svgString, "image/svg+xml"); + var svgElement = svgDocument.querySelector("svg"); + element2.parentNode.replaceChild(svgElement, element2); + } + function getAttrs(element2) { + return Array.from(element2.attributes).reduce(function(attrs, attr2) { + attrs[attr2.name] = attr2.value; + return attrs; + }, {}); + } + exports3.default = replace; + } + ), + /***/ + "./src/tags.json": ( + /*!***********************!*\ + !*** ./src/tags.json ***! + \***********************/ + /*! exports provided: activity, airplay, alert-circle, alert-octagon, alert-triangle, align-center, align-justify, align-left, align-right, anchor, archive, at-sign, award, aperture, bar-chart, bar-chart-2, battery, battery-charging, bell, bell-off, bluetooth, book-open, book, bookmark, box, briefcase, calendar, camera, cast, chevron-down, chevron-up, circle, clipboard, clock, cloud-drizzle, cloud-lightning, cloud-rain, cloud-snow, cloud, codepen, codesandbox, code, coffee, columns, command, compass, copy, corner-down-left, corner-down-right, corner-left-down, corner-left-up, corner-right-down, corner-right-up, corner-up-left, corner-up-right, cpu, credit-card, crop, crosshair, database, delete, disc, dollar-sign, droplet, edit, edit-2, edit-3, eye, eye-off, external-link, facebook, fast-forward, figma, file-minus, file-plus, file-text, film, filter, flag, folder-minus, folder-plus, folder, framer, frown, gift, git-branch, git-commit, git-merge, git-pull-request, github, gitlab, globe, hard-drive, hash, headphones, heart, help-circle, hexagon, home, image, inbox, instagram, key, layers, layout, life-buoy, link, link-2, linkedin, list, lock, log-in, log-out, mail, map-pin, map, maximize, maximize-2, meh, menu, message-circle, message-square, mic-off, mic, minimize, minimize-2, minus, monitor, moon, more-horizontal, more-vertical, mouse-pointer, move, music, navigation, navigation-2, octagon, package, paperclip, pause, pause-circle, pen-tool, percent, phone-call, phone-forwarded, phone-incoming, phone-missed, phone-off, phone-outgoing, phone, play, pie-chart, play-circle, plus, plus-circle, plus-square, pocket, power, printer, radio, refresh-cw, refresh-ccw, repeat, rewind, rotate-ccw, rotate-cw, rss, save, scissors, search, send, settings, share-2, shield, shield-off, shopping-bag, shopping-cart, shuffle, skip-back, skip-forward, slack, slash, sliders, smartphone, smile, speaker, star, stop-circle, sun, sunrise, sunset, tablet, tag, target, terminal, thermometer, thumbs-down, thumbs-up, toggle-left, toggle-right, tool, trash, trash-2, triangle, truck, tv, twitch, twitter, type, umbrella, unlock, user-check, user-minus, user-plus, user-x, user, users, video-off, video, voicemail, volume, volume-1, volume-2, volume-x, watch, wifi-off, wifi, wind, x-circle, x-octagon, x-square, x, youtube, zap-off, zap, zoom-in, zoom-out, default */ + /***/ + function(module3) { + module3.exports = { "activity": ["pulse", "health", "action", "motion"], "airplay": ["stream", "cast", "mirroring"], "alert-circle": ["warning", "alert", "danger"], "alert-octagon": ["warning", "alert", "danger"], "alert-triangle": ["warning", "alert", "danger"], "align-center": ["text alignment", "center"], "align-justify": ["text alignment", "justified"], "align-left": ["text alignment", "left"], "align-right": ["text alignment", "right"], "anchor": [], "archive": ["index", "box"], "at-sign": ["mention", "at", "email", "message"], "award": ["achievement", "badge"], "aperture": ["camera", "photo"], "bar-chart": ["statistics", "diagram", "graph"], "bar-chart-2": ["statistics", "diagram", "graph"], "battery": ["power", "electricity"], "battery-charging": ["power", "electricity"], "bell": ["alarm", "notification", "sound"], "bell-off": ["alarm", "notification", "silent"], "bluetooth": ["wireless"], "book-open": ["read", "library"], "book": ["read", "dictionary", "booklet", "magazine", "library"], "bookmark": ["read", "clip", "marker", "tag"], "box": ["cube"], "briefcase": ["work", "bag", "baggage", "folder"], "calendar": ["date"], "camera": ["photo"], "cast": ["chromecast", "airplay"], "chevron-down": ["expand"], "chevron-up": ["collapse"], "circle": ["off", "zero", "record"], "clipboard": ["copy"], "clock": ["time", "watch", "alarm"], "cloud-drizzle": ["weather", "shower"], "cloud-lightning": ["weather", "bolt"], "cloud-rain": ["weather"], "cloud-snow": ["weather", "blizzard"], "cloud": ["weather"], "codepen": ["logo"], "codesandbox": ["logo"], "code": ["source", "programming"], "coffee": ["drink", "cup", "mug", "tea", "cafe", "hot", "beverage"], "columns": ["layout"], "command": ["keyboard", "cmd", "terminal", "prompt"], "compass": ["navigation", "safari", "travel", "direction"], "copy": ["clone", "duplicate"], "corner-down-left": ["arrow", "return"], "corner-down-right": ["arrow"], "corner-left-down": ["arrow"], "corner-left-up": ["arrow"], "corner-right-down": ["arrow"], "corner-right-up": ["arrow"], "corner-up-left": ["arrow"], "corner-up-right": ["arrow"], "cpu": ["processor", "technology"], "credit-card": ["purchase", "payment", "cc"], "crop": ["photo", "image"], "crosshair": ["aim", "target"], "database": ["storage", "memory"], "delete": ["remove"], "disc": ["album", "cd", "dvd", "music"], "dollar-sign": ["currency", "money", "payment"], "droplet": ["water"], "edit": ["pencil", "change"], "edit-2": ["pencil", "change"], "edit-3": ["pencil", "change"], "eye": ["view", "watch"], "eye-off": ["view", "watch", "hide", "hidden"], "external-link": ["outbound"], "facebook": ["logo", "social"], "fast-forward": ["music"], "figma": ["logo", "design", "tool"], "file-minus": ["delete", "remove", "erase"], "file-plus": ["add", "create", "new"], "file-text": ["data", "txt", "pdf"], "film": ["movie", "video"], "filter": ["funnel", "hopper"], "flag": ["report"], "folder-minus": ["directory"], "folder-plus": ["directory"], "folder": ["directory"], "framer": ["logo", "design", "tool"], "frown": ["emoji", "face", "bad", "sad", "emotion"], "gift": ["present", "box", "birthday", "party"], "git-branch": ["code", "version control"], "git-commit": ["code", "version control"], "git-merge": ["code", "version control"], "git-pull-request": ["code", "version control"], "github": ["logo", "version control"], "gitlab": ["logo", "version control"], "globe": ["world", "browser", "language", "translate"], "hard-drive": ["computer", "server", "memory", "data"], "hash": ["hashtag", "number", "pound"], "headphones": ["music", "audio", "sound"], "heart": ["like", "love", "emotion"], "help-circle": ["question mark"], "hexagon": ["shape", "node.js", "logo"], "home": ["house", "living"], "image": ["picture"], "inbox": ["email"], "instagram": ["logo", "camera"], "key": ["password", "login", "authentication", "secure"], "layers": ["stack"], "layout": ["window", "webpage"], "life-buoy": ["help", "life ring", "support"], "link": ["chain", "url"], "link-2": ["chain", "url"], "linkedin": ["logo", "social media"], "list": ["options"], "lock": ["security", "password", "secure"], "log-in": ["sign in", "arrow", "enter"], "log-out": ["sign out", "arrow", "exit"], "mail": ["email", "message"], "map-pin": ["location", "navigation", "travel", "marker"], "map": ["location", "navigation", "travel"], "maximize": ["fullscreen"], "maximize-2": ["fullscreen", "arrows", "expand"], "meh": ["emoji", "face", "neutral", "emotion"], "menu": ["bars", "navigation", "hamburger"], "message-circle": ["comment", "chat"], "message-square": ["comment", "chat"], "mic-off": ["record", "sound", "mute"], "mic": ["record", "sound", "listen"], "minimize": ["exit fullscreen", "close"], "minimize-2": ["exit fullscreen", "arrows", "close"], "minus": ["subtract"], "monitor": ["tv", "screen", "display"], "moon": ["dark", "night"], "more-horizontal": ["ellipsis"], "more-vertical": ["ellipsis"], "mouse-pointer": ["arrow", "cursor"], "move": ["arrows"], "music": ["note"], "navigation": ["location", "travel"], "navigation-2": ["location", "travel"], "octagon": ["stop"], "package": ["box", "container"], "paperclip": ["attachment"], "pause": ["music", "stop"], "pause-circle": ["music", "audio", "stop"], "pen-tool": ["vector", "drawing"], "percent": ["discount"], "phone-call": ["ring"], "phone-forwarded": ["call"], "phone-incoming": ["call"], "phone-missed": ["call"], "phone-off": ["call", "mute"], "phone-outgoing": ["call"], "phone": ["call"], "play": ["music", "start"], "pie-chart": ["statistics", "diagram"], "play-circle": ["music", "start"], "plus": ["add", "new"], "plus-circle": ["add", "new"], "plus-square": ["add", "new"], "pocket": ["logo", "save"], "power": ["on", "off"], "printer": ["fax", "office", "device"], "radio": ["signal"], "refresh-cw": ["synchronise", "arrows"], "refresh-ccw": ["arrows"], "repeat": ["loop", "arrows"], "rewind": ["music"], "rotate-ccw": ["arrow"], "rotate-cw": ["arrow"], "rss": ["feed", "subscribe"], "save": ["floppy disk"], "scissors": ["cut"], "search": ["find", "magnifier", "magnifying glass"], "send": ["message", "mail", "email", "paper airplane", "paper aeroplane"], "settings": ["cog", "edit", "gear", "preferences"], "share-2": ["network", "connections"], "shield": ["security", "secure"], "shield-off": ["security", "insecure"], "shopping-bag": ["ecommerce", "cart", "purchase", "store"], "shopping-cart": ["ecommerce", "cart", "purchase", "store"], "shuffle": ["music"], "skip-back": ["music"], "skip-forward": ["music"], "slack": ["logo"], "slash": ["ban", "no"], "sliders": ["settings", "controls"], "smartphone": ["cellphone", "device"], "smile": ["emoji", "face", "happy", "good", "emotion"], "speaker": ["audio", "music"], "star": ["bookmark", "favorite", "like"], "stop-circle": ["media", "music"], "sun": ["brightness", "weather", "light"], "sunrise": ["weather", "time", "morning", "day"], "sunset": ["weather", "time", "evening", "night"], "tablet": ["device"], "tag": ["label"], "target": ["logo", "bullseye"], "terminal": ["code", "command line", "prompt"], "thermometer": ["temperature", "celsius", "fahrenheit", "weather"], "thumbs-down": ["dislike", "bad", "emotion"], "thumbs-up": ["like", "good", "emotion"], "toggle-left": ["on", "off", "switch"], "toggle-right": ["on", "off", "switch"], "tool": ["settings", "spanner"], "trash": ["garbage", "delete", "remove", "bin"], "trash-2": ["garbage", "delete", "remove", "bin"], "triangle": ["delta"], "truck": ["delivery", "van", "shipping", "transport", "lorry"], "tv": ["television", "stream"], "twitch": ["logo"], "twitter": ["logo", "social"], "type": ["text"], "umbrella": ["rain", "weather"], "unlock": ["security"], "user-check": ["followed", "subscribed"], "user-minus": ["delete", "remove", "unfollow", "unsubscribe"], "user-plus": ["new", "add", "create", "follow", "subscribe"], "user-x": ["delete", "remove", "unfollow", "unsubscribe", "unavailable"], "user": ["person", "account"], "users": ["group"], "video-off": ["camera", "movie", "film"], "video": ["camera", "movie", "film"], "voicemail": ["phone"], "volume": ["music", "sound", "mute"], "volume-1": ["music", "sound"], "volume-2": ["music", "sound"], "volume-x": ["music", "sound", "mute"], "watch": ["clock", "time"], "wifi-off": ["disabled"], "wifi": ["connection", "signal", "wireless"], "wind": ["weather", "air"], "x-circle": ["cancel", "close", "delete", "remove", "times", "clear"], "x-octagon": ["delete", "stop", "alert", "warning", "times", "clear"], "x-square": ["cancel", "close", "delete", "remove", "times", "clear"], "x": ["cancel", "close", "delete", "remove", "times", "clear"], "youtube": ["logo", "video", "play"], "zap-off": ["flash", "camera", "lightning"], "zap": ["flash", "camera", "lightning"], "zoom-in": ["magnifying glass"], "zoom-out": ["magnifying glass"] }; + } + ), + /***/ + "./src/to-svg.js": ( + /*!***********************!*\ + !*** ./src/to-svg.js ***! + \***********************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + "use strict"; + Object.defineProperty(exports3, "__esModule", { + value: true + }); + var _icons = __webpack_require__( + /*! ./icons */ + "./src/icons.js" + ); + var _icons2 = _interopRequireDefault(_icons); + function _interopRequireDefault(obj) { + return obj && obj.__esModule ? obj : { default: obj }; + } + function toSvg(name) { + var attrs = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}; + console.warn("feather.toSvg() is deprecated. Please use feather.icons[name].toSvg() instead."); + if (!name) { + throw new Error("The required `key` (icon name) parameter is missing."); + } + if (!_icons2.default[name]) { + throw new Error("No icon matching '" + name + "'. See the complete list of icons at https://feathericons.com"); + } + return _icons2.default[name].toSvg(attrs); + } + exports3.default = toSvg; + } + ), + /***/ + 0: ( + /*!**************************************************!*\ + !*** multi core-js/es/array/from ./src/index.js ***! + \**************************************************/ + /*! no static exports found */ + /***/ + function(module3, exports3, __webpack_require__) { + __webpack_require__( + /*! core-js/es/array/from */ + "./node_modules/core-js/es/array/from.js" + ); + module3.exports = __webpack_require__( + /*! /home/runner/work/feather/feather/src/index.js */ + "./src/index.js" + ); + } + ) + /******/ + }) + ); + }); + } +}); + +// src/main.ts +var main_exports = {}; +__export(main_exports, { + default: () => ObsidianGit +}); +module.exports = __toCommonJS(main_exports); +init_polyfill_buffer(); + +// node_modules/.pnpm/isomorphic-git@1.27.1/node_modules/isomorphic-git/index.js +init_polyfill_buffer(); +var import_async_lock = __toESM(require_async_lock(), 1); +var import_sha1 = __toESM(require_sha1(), 1); +var import_crc_32 = __toESM(require_crc32(), 1); +var import_pako = __toESM(require_pako(), 1); +var import_pify = __toESM(require_pify(), 1); +var import_ignore = __toESM(require_ignore(), 1); +var import_clean_git_ref = __toESM(require_lib2(), 1); +var import_diff3 = __toESM(require_diff3(), 1); +var BaseError = class _BaseError extends Error { + constructor(message) { + super(message); + this.caller = ""; + } + toJSON() { + return { + code: this.code, + data: this.data, + caller: this.caller, + message: this.message, + stack: this.stack + }; + } + fromJSON(json) { + const e = new _BaseError(json.message); + e.code = json.code; + e.data = json.data; + e.caller = json.caller; + e.stack = json.stack; + return e; + } + get isIsomorphicGitError() { + return true; + } +}; +var UnmergedPathsError = class _UnmergedPathsError extends BaseError { + /** + * @param {Array} filepaths + */ + constructor(filepaths) { + super( + `Modifying the index is not possible because you have unmerged files: ${filepaths.toString}. Fix them up in the work tree, and then use 'git add/rm as appropriate to mark resolution and make a commit.` + ); + this.code = this.name = _UnmergedPathsError.code; + this.data = { filepaths }; + } +}; +UnmergedPathsError.code = "UnmergedPathsError"; +var InternalError = class _InternalError extends BaseError { + /** + * @param {string} message + */ + constructor(message) { + super( + `An internal error caused this command to fail. Please file a bug report at https://github.com/isomorphic-git/isomorphic-git/issues with this error message: ${message}` + ); + this.code = this.name = _InternalError.code; + this.data = { message }; + } +}; +InternalError.code = "InternalError"; +var UnsafeFilepathError = class _UnsafeFilepathError extends BaseError { + /** + * @param {string} filepath + */ + constructor(filepath) { + super(`The filepath "${filepath}" contains unsafe character sequences`); + this.code = this.name = _UnsafeFilepathError.code; + this.data = { filepath }; + } +}; +UnsafeFilepathError.code = "UnsafeFilepathError"; +var BufferCursor = class { + constructor(buffer2) { + this.buffer = buffer2; + this._start = 0; + } + eof() { + return this._start >= this.buffer.length; + } + tell() { + return this._start; + } + seek(n) { + this._start = n; + } + slice(n) { + const r = this.buffer.slice(this._start, this._start + n); + this._start += n; + return r; + } + toString(enc, length) { + const r = this.buffer.toString(enc, this._start, this._start + length); + this._start += length; + return r; + } + write(value, length, enc) { + const r = this.buffer.write(value, this._start, length, enc); + this._start += length; + return r; + } + copy(source, start, end) { + const r = source.copy(this.buffer, this._start, start, end); + this._start += r; + return r; + } + readUInt8() { + const r = this.buffer.readUInt8(this._start); + this._start += 1; + return r; + } + writeUInt8(value) { + const r = this.buffer.writeUInt8(value, this._start); + this._start += 1; + return r; + } + readUInt16BE() { + const r = this.buffer.readUInt16BE(this._start); + this._start += 2; + return r; + } + writeUInt16BE(value) { + const r = this.buffer.writeUInt16BE(value, this._start); + this._start += 2; + return r; + } + readUInt32BE() { + const r = this.buffer.readUInt32BE(this._start); + this._start += 4; + return r; + } + writeUInt32BE(value) { + const r = this.buffer.writeUInt32BE(value, this._start); + this._start += 4; + return r; + } +}; +function compareStrings(a, b) { + return -(a < b) || +(a > b); +} +function comparePath(a, b) { + return compareStrings(a.path, b.path); +} +function normalizeMode(mode) { + let type = mode > 0 ? mode >> 12 : 0; + if (type !== 4 && type !== 8 && type !== 10 && type !== 14) { + type = 8; + } + let permissions = mode & 511; + if (permissions & 73) { + permissions = 493; + } else { + permissions = 420; + } + if (type !== 8) permissions = 0; + return (type << 12) + permissions; +} +var MAX_UINT32 = 2 ** 32; +function SecondsNanoseconds(givenSeconds, givenNanoseconds, milliseconds, date) { + if (givenSeconds !== void 0 && givenNanoseconds !== void 0) { + return [givenSeconds, givenNanoseconds]; + } + if (milliseconds === void 0) { + milliseconds = date.valueOf(); + } + const seconds = Math.floor(milliseconds / 1e3); + const nanoseconds = (milliseconds - seconds * 1e3) * 1e6; + return [seconds, nanoseconds]; +} +function normalizeStats(e) { + const [ctimeSeconds, ctimeNanoseconds] = SecondsNanoseconds( + e.ctimeSeconds, + e.ctimeNanoseconds, + e.ctimeMs, + e.ctime + ); + const [mtimeSeconds, mtimeNanoseconds] = SecondsNanoseconds( + e.mtimeSeconds, + e.mtimeNanoseconds, + e.mtimeMs, + e.mtime + ); + return { + ctimeSeconds: ctimeSeconds % MAX_UINT32, + ctimeNanoseconds: ctimeNanoseconds % MAX_UINT32, + mtimeSeconds: mtimeSeconds % MAX_UINT32, + mtimeNanoseconds: mtimeNanoseconds % MAX_UINT32, + dev: e.dev % MAX_UINT32, + ino: e.ino % MAX_UINT32, + mode: normalizeMode(e.mode % MAX_UINT32), + uid: e.uid % MAX_UINT32, + gid: e.gid % MAX_UINT32, + // size of -1 happens over a BrowserFS HTTP Backend that doesn't serve Content-Length headers + // (like the Karma webserver) because BrowserFS HTTP Backend uses HTTP HEAD requests to do fs.stat + size: e.size > -1 ? e.size % MAX_UINT32 : 0 + }; +} +function toHex(buffer2) { + let hex = ""; + for (const byte of new Uint8Array(buffer2)) { + if (byte < 16) hex += "0"; + hex += byte.toString(16); + } + return hex; +} +var supportsSubtleSHA1 = null; +async function shasum(buffer2) { + if (supportsSubtleSHA1 === null) { + supportsSubtleSHA1 = await testSubtleSHA1(); + } + return supportsSubtleSHA1 ? subtleSHA1(buffer2) : shasumSync(buffer2); +} +function shasumSync(buffer2) { + return new import_sha1.default().update(buffer2).digest("hex"); +} +async function subtleSHA1(buffer2) { + const hash2 = await crypto.subtle.digest("SHA-1", buffer2); + return toHex(hash2); +} +async function testSubtleSHA1() { + try { + const hash2 = await subtleSHA1(new Uint8Array([])); + if (hash2 === "da39a3ee5e6b4b0d3255bfef95601890afd80709") return true; + } catch (_) { + } + return false; +} +function parseCacheEntryFlags(bits) { + return { + assumeValid: Boolean(bits & 32768), + extended: Boolean(bits & 16384), + stage: (bits & 12288) >> 12, + nameLength: bits & 4095 + }; +} +function renderCacheEntryFlags(entry) { + const flags = entry.flags; + flags.extended = false; + flags.nameLength = Math.min(Buffer.from(entry.path).length, 4095); + return (flags.assumeValid ? 32768 : 0) + (flags.extended ? 16384 : 0) + ((flags.stage & 3) << 12) + (flags.nameLength & 4095); +} +var GitIndex = class _GitIndex { + /*:: + _entries: Map + _dirty: boolean // Used to determine if index needs to be saved to filesystem + */ + constructor(entries, unmergedPaths) { + this._dirty = false; + this._unmergedPaths = unmergedPaths || /* @__PURE__ */ new Set(); + this._entries = entries || /* @__PURE__ */ new Map(); + } + _addEntry(entry) { + if (entry.flags.stage === 0) { + entry.stages = [entry]; + this._entries.set(entry.path, entry); + this._unmergedPaths.delete(entry.path); + } else { + let existingEntry = this._entries.get(entry.path); + if (!existingEntry) { + this._entries.set(entry.path, entry); + existingEntry = entry; + } + existingEntry.stages[entry.flags.stage] = entry; + this._unmergedPaths.add(entry.path); + } + } + static async from(buffer2) { + if (Buffer.isBuffer(buffer2)) { + return _GitIndex.fromBuffer(buffer2); + } else if (buffer2 === null) { + return new _GitIndex(null); + } else { + throw new InternalError("invalid type passed to GitIndex.from"); + } + } + static async fromBuffer(buffer2) { + if (buffer2.length === 0) { + throw new InternalError("Index file is empty (.git/index)"); + } + const index2 = new _GitIndex(); + const reader = new BufferCursor(buffer2); + const magic = reader.toString("utf8", 4); + if (magic !== "DIRC") { + throw new InternalError(`Invalid dircache magic file number: ${magic}`); + } + const shaComputed = await shasum(buffer2.slice(0, -20)); + const shaClaimed = buffer2.slice(-20).toString("hex"); + if (shaClaimed !== shaComputed) { + throw new InternalError( + `Invalid checksum in GitIndex buffer: expected ${shaClaimed} but saw ${shaComputed}` + ); + } + const version2 = reader.readUInt32BE(); + if (version2 !== 2) { + throw new InternalError(`Unsupported dircache version: ${version2}`); + } + const numEntries = reader.readUInt32BE(); + let i = 0; + while (!reader.eof() && i < numEntries) { + const entry = {}; + entry.ctimeSeconds = reader.readUInt32BE(); + entry.ctimeNanoseconds = reader.readUInt32BE(); + entry.mtimeSeconds = reader.readUInt32BE(); + entry.mtimeNanoseconds = reader.readUInt32BE(); + entry.dev = reader.readUInt32BE(); + entry.ino = reader.readUInt32BE(); + entry.mode = reader.readUInt32BE(); + entry.uid = reader.readUInt32BE(); + entry.gid = reader.readUInt32BE(); + entry.size = reader.readUInt32BE(); + entry.oid = reader.slice(20).toString("hex"); + const flags = reader.readUInt16BE(); + entry.flags = parseCacheEntryFlags(flags); + const pathlength = buffer2.indexOf(0, reader.tell() + 1) - reader.tell(); + if (pathlength < 1) { + throw new InternalError(`Got a path length of: ${pathlength}`); + } + entry.path = reader.toString("utf8", pathlength); + if (entry.path.includes("..\\") || entry.path.includes("../")) { + throw new UnsafeFilepathError(entry.path); + } + let padding = 8 - (reader.tell() - 12) % 8; + if (padding === 0) padding = 8; + while (padding--) { + const tmp = reader.readUInt8(); + if (tmp !== 0) { + throw new InternalError( + `Expected 1-8 null characters but got '${tmp}' after ${entry.path}` + ); + } else if (reader.eof()) { + throw new InternalError("Unexpected end of file"); + } + } + entry.stages = []; + index2._addEntry(entry); + i++; + } + return index2; + } + get unmergedPaths() { + return [...this._unmergedPaths]; + } + get entries() { + return [...this._entries.values()].sort(comparePath); + } + get entriesMap() { + return this._entries; + } + get entriesFlat() { + return [...this.entries].flatMap((entry) => { + return entry.stages.length > 1 ? entry.stages.filter((x) => x) : entry; + }); + } + *[Symbol.iterator]() { + for (const entry of this.entries) { + yield entry; + } + } + insert({ filepath, stats, oid, stage = 0 }) { + if (!stats) { + stats = { + ctimeSeconds: 0, + ctimeNanoseconds: 0, + mtimeSeconds: 0, + mtimeNanoseconds: 0, + dev: 0, + ino: 0, + mode: 0, + uid: 0, + gid: 0, + size: 0 + }; + } + stats = normalizeStats(stats); + const bfilepath = Buffer.from(filepath); + const entry = { + ctimeSeconds: stats.ctimeSeconds, + ctimeNanoseconds: stats.ctimeNanoseconds, + mtimeSeconds: stats.mtimeSeconds, + mtimeNanoseconds: stats.mtimeNanoseconds, + dev: stats.dev, + ino: stats.ino, + // We provide a fallback value for `mode` here because not all fs + // implementations assign it, but we use it in GitTree. + // '100644' is for a "regular non-executable file" + mode: stats.mode || 33188, + uid: stats.uid, + gid: stats.gid, + size: stats.size, + path: filepath, + oid, + flags: { + assumeValid: false, + extended: false, + stage, + nameLength: bfilepath.length < 4095 ? bfilepath.length : 4095 + }, + stages: [] + }; + this._addEntry(entry); + this._dirty = true; + } + delete({ filepath }) { + if (this._entries.has(filepath)) { + this._entries.delete(filepath); + } else { + for (const key2 of this._entries.keys()) { + if (key2.startsWith(filepath + "/")) { + this._entries.delete(key2); + } + } + } + if (this._unmergedPaths.has(filepath)) { + this._unmergedPaths.delete(filepath); + } + this._dirty = true; + } + clear() { + this._entries.clear(); + this._dirty = true; + } + has({ filepath }) { + return this._entries.has(filepath); + } + render() { + return this.entries.map((entry) => `${entry.mode.toString(8)} ${entry.oid} ${entry.path}`).join("\n"); + } + static async _entryToBuffer(entry) { + const bpath = Buffer.from(entry.path); + const length = Math.ceil((62 + bpath.length + 1) / 8) * 8; + const written = Buffer.alloc(length); + const writer = new BufferCursor(written); + const stat = normalizeStats(entry); + writer.writeUInt32BE(stat.ctimeSeconds); + writer.writeUInt32BE(stat.ctimeNanoseconds); + writer.writeUInt32BE(stat.mtimeSeconds); + writer.writeUInt32BE(stat.mtimeNanoseconds); + writer.writeUInt32BE(stat.dev); + writer.writeUInt32BE(stat.ino); + writer.writeUInt32BE(stat.mode); + writer.writeUInt32BE(stat.uid); + writer.writeUInt32BE(stat.gid); + writer.writeUInt32BE(stat.size); + writer.write(entry.oid, 20, "hex"); + writer.writeUInt16BE(renderCacheEntryFlags(entry)); + writer.write(entry.path, bpath.length, "utf8"); + return written; + } + async toObject() { + const header = Buffer.alloc(12); + const writer = new BufferCursor(header); + writer.write("DIRC", 4, "utf8"); + writer.writeUInt32BE(2); + writer.writeUInt32BE(this.entriesFlat.length); + let entryBuffers = []; + for (const entry of this.entries) { + entryBuffers.push(_GitIndex._entryToBuffer(entry)); + if (entry.stages.length > 1) { + for (const stage of entry.stages) { + if (stage && stage !== entry) { + entryBuffers.push(_GitIndex._entryToBuffer(stage)); + } + } + } + } + entryBuffers = await Promise.all(entryBuffers); + const body = Buffer.concat(entryBuffers); + const main = Buffer.concat([header, body]); + const sum = await shasum(main); + return Buffer.concat([main, Buffer.from(sum, "hex")]); + } +}; +function compareStats(entry, stats, filemode = true, trustino = true) { + const e = normalizeStats(entry); + const s = normalizeStats(stats); + const staleness = filemode && e.mode !== s.mode || e.mtimeSeconds !== s.mtimeSeconds || e.ctimeSeconds !== s.ctimeSeconds || e.uid !== s.uid || e.gid !== s.gid || trustino && e.ino !== s.ino || e.size !== s.size; + return staleness; +} +var lock = null; +var IndexCache = Symbol("IndexCache"); +function createCache() { + return { + map: /* @__PURE__ */ new Map(), + stats: /* @__PURE__ */ new Map() + }; +} +async function updateCachedIndexFile(fs, filepath, cache) { + const stat = await fs.lstat(filepath); + const rawIndexFile = await fs.read(filepath); + const index2 = await GitIndex.from(rawIndexFile); + cache.map.set(filepath, index2); + cache.stats.set(filepath, stat); +} +async function isIndexStale(fs, filepath, cache) { + const savedStats = cache.stats.get(filepath); + if (savedStats === void 0) return true; + const currStats = await fs.lstat(filepath); + if (savedStats === null) return false; + if (currStats === null) return false; + return compareStats(savedStats, currStats); +} +var GitIndexManager = class { + /** + * + * @param {object} opts + * @param {import('../models/FileSystem.js').FileSystem} opts.fs + * @param {string} opts.gitdir + * @param {object} opts.cache + * @param {bool} opts.allowUnmerged + * @param {function(GitIndex): any} closure + */ + static async acquire({ fs, gitdir, cache, allowUnmerged = true }, closure) { + if (!cache[IndexCache]) cache[IndexCache] = createCache(); + const filepath = `${gitdir}/index`; + if (lock === null) lock = new import_async_lock.default({ maxPending: Infinity }); + let result; + let unmergedPaths = []; + await lock.acquire(filepath, async () => { + if (await isIndexStale(fs, filepath, cache[IndexCache])) { + await updateCachedIndexFile(fs, filepath, cache[IndexCache]); + } + const index2 = cache[IndexCache].map.get(filepath); + unmergedPaths = index2.unmergedPaths; + if (unmergedPaths.length && !allowUnmerged) + throw new UnmergedPathsError(unmergedPaths); + result = await closure(index2); + if (index2._dirty) { + const buffer2 = await index2.toObject(); + await fs.write(filepath, buffer2); + cache[IndexCache].stats.set(filepath, await fs.lstat(filepath)); + index2._dirty = false; + } + }); + return result; + } +}; +function basename(path2) { + const last2 = Math.max(path2.lastIndexOf("/"), path2.lastIndexOf("\\")); + if (last2 > -1) { + path2 = path2.slice(last2 + 1); + } + return path2; +} +function dirname(path2) { + const last2 = Math.max(path2.lastIndexOf("/"), path2.lastIndexOf("\\")); + if (last2 === -1) return "."; + if (last2 === 0) return "/"; + return path2.slice(0, last2); +} +function flatFileListToDirectoryStructure(files) { + const inodes = /* @__PURE__ */ new Map(); + const mkdir = function(name) { + if (!inodes.has(name)) { + const dir = { + type: "tree", + fullpath: name, + basename: basename(name), + metadata: {}, + children: [] + }; + inodes.set(name, dir); + dir.parent = mkdir(dirname(name)); + if (dir.parent && dir.parent !== dir) dir.parent.children.push(dir); + } + return inodes.get(name); + }; + const mkfile = function(name, metadata) { + if (!inodes.has(name)) { + const file = { + type: "blob", + fullpath: name, + basename: basename(name), + metadata, + // This recursively generates any missing parent folders. + parent: mkdir(dirname(name)), + children: [] + }; + if (file.parent) file.parent.children.push(file); + inodes.set(name, file); + } + return inodes.get(name); + }; + mkdir("."); + for (const file of files) { + mkfile(file.path, file); + } + return inodes; +} +function mode2type(mode) { + switch (mode) { + case 16384: + return "tree"; + case 33188: + return "blob"; + case 33261: + return "blob"; + case 40960: + return "blob"; + case 57344: + return "commit"; + } + throw new InternalError(`Unexpected GitTree entry mode: ${mode.toString(8)}`); +} +var GitWalkerIndex = class { + constructor({ fs, gitdir, cache }) { + this.treePromise = GitIndexManager.acquire( + { fs, gitdir, cache }, + async function(index2) { + return flatFileListToDirectoryStructure(index2.entries); + } + ); + const walker = this; + this.ConstructEntry = class StageEntry { + constructor(fullpath) { + this._fullpath = fullpath; + this._type = false; + this._mode = false; + this._stat = false; + this._oid = false; + } + async type() { + return walker.type(this); + } + async mode() { + return walker.mode(this); + } + async stat() { + return walker.stat(this); + } + async content() { + return walker.content(this); + } + async oid() { + return walker.oid(this); + } + }; + } + async readdir(entry) { + const filepath = entry._fullpath; + const tree = await this.treePromise; + const inode = tree.get(filepath); + if (!inode) return null; + if (inode.type === "blob") return null; + if (inode.type !== "tree") { + throw new Error(`ENOTDIR: not a directory, scandir '${filepath}'`); + } + const names = inode.children.map((inode2) => inode2.fullpath); + names.sort(compareStrings); + return names; + } + async type(entry) { + if (entry._type === false) { + await entry.stat(); + } + return entry._type; + } + async mode(entry) { + if (entry._mode === false) { + await entry.stat(); + } + return entry._mode; + } + async stat(entry) { + if (entry._stat === false) { + const tree = await this.treePromise; + const inode = tree.get(entry._fullpath); + if (!inode) { + throw new Error( + `ENOENT: no such file or directory, lstat '${entry._fullpath}'` + ); + } + const stats = inode.type === "tree" ? {} : normalizeStats(inode.metadata); + entry._type = inode.type === "tree" ? "tree" : mode2type(stats.mode); + entry._mode = stats.mode; + if (inode.type === "tree") { + entry._stat = void 0; + } else { + entry._stat = stats; + } + } + return entry._stat; + } + async content(_entry) { + } + async oid(entry) { + if (entry._oid === false) { + const tree = await this.treePromise; + const inode = tree.get(entry._fullpath); + entry._oid = inode.metadata.oid; + } + return entry._oid; + } +}; +var GitWalkSymbol = Symbol("GitWalkSymbol"); +function STAGE() { + const o = /* @__PURE__ */ Object.create(null); + Object.defineProperty(o, GitWalkSymbol, { + value: function({ fs, gitdir, cache }) { + return new GitWalkerIndex({ fs, gitdir, cache }); + } + }); + Object.freeze(o); + return o; +} +var NotFoundError = class _NotFoundError extends BaseError { + /** + * @param {string} what + */ + constructor(what) { + super(`Could not find ${what}.`); + this.code = this.name = _NotFoundError.code; + this.data = { what }; + } +}; +NotFoundError.code = "NotFoundError"; +var ObjectTypeError = class _ObjectTypeError extends BaseError { + /** + * @param {string} oid + * @param {'blob'|'commit'|'tag'|'tree'} actual + * @param {'blob'|'commit'|'tag'|'tree'} expected + * @param {string} [filepath] + */ + constructor(oid, actual, expected, filepath) { + super( + `Object ${oid} ${filepath ? `at ${filepath}` : ""}was anticipated to be a ${expected} but it is a ${actual}.` + ); + this.code = this.name = _ObjectTypeError.code; + this.data = { oid, actual, expected, filepath }; + } +}; +ObjectTypeError.code = "ObjectTypeError"; +var InvalidOidError = class _InvalidOidError extends BaseError { + /** + * @param {string} value + */ + constructor(value) { + super(`Expected a 40-char hex object id but saw "${value}".`); + this.code = this.name = _InvalidOidError.code; + this.data = { value }; + } +}; +InvalidOidError.code = "InvalidOidError"; +var NoRefspecError = class _NoRefspecError extends BaseError { + /** + * @param {string} remote + */ + constructor(remote) { + super(`Could not find a fetch refspec for remote "${remote}". Make sure the config file has an entry like the following: +[remote "${remote}"] + fetch = +refs/heads/*:refs/remotes/origin/* +`); + this.code = this.name = _NoRefspecError.code; + this.data = { remote }; + } +}; +NoRefspecError.code = "NoRefspecError"; +var GitPackedRefs = class _GitPackedRefs { + constructor(text2) { + this.refs = /* @__PURE__ */ new Map(); + this.parsedConfig = []; + if (text2) { + let key2 = null; + this.parsedConfig = text2.trim().split("\n").map((line) => { + if (/^\s*#/.test(line)) { + return { line, comment: true }; + } + const i = line.indexOf(" "); + if (line.startsWith("^")) { + const value = line.slice(1); + this.refs.set(key2 + "^{}", value); + return { line, ref: key2, peeled: value }; + } else { + const value = line.slice(0, i); + key2 = line.slice(i + 1); + this.refs.set(key2, value); + return { line, ref: key2, oid: value }; + } + }); + } + return this; + } + static from(text2) { + return new _GitPackedRefs(text2); + } + delete(ref) { + this.parsedConfig = this.parsedConfig.filter((entry) => entry.ref !== ref); + this.refs.delete(ref); + } + toString() { + return this.parsedConfig.map(({ line }) => line).join("\n") + "\n"; + } +}; +var GitRefSpec = class _GitRefSpec { + constructor({ remotePath, localPath, force, matchPrefix }) { + Object.assign(this, { + remotePath, + localPath, + force, + matchPrefix + }); + } + static from(refspec) { + const [ + forceMatch, + remotePath, + remoteGlobMatch, + localPath, + localGlobMatch + ] = refspec.match(/^(\+?)(.*?)(\*?):(.*?)(\*?)$/).slice(1); + const force = forceMatch === "+"; + const remoteIsGlob = remoteGlobMatch === "*"; + const localIsGlob = localGlobMatch === "*"; + if (remoteIsGlob !== localIsGlob) { + throw new InternalError("Invalid refspec"); + } + return new _GitRefSpec({ + remotePath, + localPath, + force, + matchPrefix: remoteIsGlob + }); + } + translate(remoteBranch) { + if (this.matchPrefix) { + if (remoteBranch.startsWith(this.remotePath)) { + return this.localPath + remoteBranch.replace(this.remotePath, ""); + } + } else { + if (remoteBranch === this.remotePath) return this.localPath; + } + return null; + } + reverseTranslate(localBranch) { + if (this.matchPrefix) { + if (localBranch.startsWith(this.localPath)) { + return this.remotePath + localBranch.replace(this.localPath, ""); + } + } else { + if (localBranch === this.localPath) return this.remotePath; + } + return null; + } +}; +var GitRefSpecSet = class _GitRefSpecSet { + constructor(rules = []) { + this.rules = rules; + } + static from(refspecs) { + const rules = []; + for (const refspec of refspecs) { + rules.push(GitRefSpec.from(refspec)); + } + return new _GitRefSpecSet(rules); + } + add(refspec) { + const rule = GitRefSpec.from(refspec); + this.rules.push(rule); + } + translate(remoteRefs) { + const result = []; + for (const rule of this.rules) { + for (const remoteRef of remoteRefs) { + const localRef = rule.translate(remoteRef); + if (localRef) { + result.push([remoteRef, localRef]); + } + } + } + return result; + } + translateOne(remoteRef) { + let result = null; + for (const rule of this.rules) { + const localRef = rule.translate(remoteRef); + if (localRef) { + result = localRef; + } + } + return result; + } + localNamespaces() { + return this.rules.filter((rule) => rule.matchPrefix).map((rule) => rule.localPath.replace(/\/$/, "")); + } +}; +function compareRefNames(a, b) { + const _a2 = a.replace(/\^\{\}$/, ""); + const _b = b.replace(/\^\{\}$/, ""); + const tmp = -(_a2 < _b) || +(_a2 > _b); + if (tmp === 0) { + return a.endsWith("^{}") ? 1 : -1; + } + return tmp; +} +var memo = /* @__PURE__ */ new Map(); +function normalizePath(path2) { + let normalizedPath = memo.get(path2); + if (!normalizedPath) { + normalizedPath = normalizePathInternal(path2); + memo.set(path2, normalizedPath); + } + return normalizedPath; +} +function normalizePathInternal(path2) { + path2 = path2.split("/./").join("/").replace(/\/{2,}/g, "/"); + if (path2 === "/.") return "/"; + if (path2 === "./") return "."; + if (path2.startsWith("./")) path2 = path2.slice(2); + if (path2.endsWith("/.")) path2 = path2.slice(0, -2); + if (path2.length > 1 && path2.endsWith("/")) path2 = path2.slice(0, -1); + if (path2 === "") return "."; + return path2; +} +function join(...parts) { + return normalizePath(parts.map(normalizePath).join("/")); +} +var num = (val) => { + val = val.toLowerCase(); + let n = parseInt(val); + if (val.endsWith("k")) n *= 1024; + if (val.endsWith("m")) n *= 1024 * 1024; + if (val.endsWith("g")) n *= 1024 * 1024 * 1024; + return n; +}; +var bool = (val) => { + val = val.trim().toLowerCase(); + if (val === "true" || val === "yes" || val === "on") return true; + if (val === "false" || val === "no" || val === "off") return false; + throw Error( + `Expected 'true', 'false', 'yes', 'no', 'on', or 'off', but got ${val}` + ); +}; +var schema = { + core: { + filemode: bool, + bare: bool, + logallrefupdates: bool, + symlinks: bool, + ignorecase: bool, + bigFileThreshold: num + } +}; +var SECTION_LINE_REGEX = /^\[([A-Za-z0-9-.]+)(?: "(.*)")?\]$/; +var SECTION_REGEX = /^[A-Za-z0-9-.]+$/; +var VARIABLE_LINE_REGEX = /^([A-Za-z][A-Za-z-]*)(?: *= *(.*))?$/; +var VARIABLE_NAME_REGEX = /^[A-Za-z][A-Za-z-]*$/; +var VARIABLE_VALUE_COMMENT_REGEX = /^(.*?)( *[#;].*)$/; +var extractSectionLine = (line) => { + const matches = SECTION_LINE_REGEX.exec(line); + if (matches != null) { + const [section, subsection] = matches.slice(1); + return [section, subsection]; + } + return null; +}; +var extractVariableLine = (line) => { + const matches = VARIABLE_LINE_REGEX.exec(line); + if (matches != null) { + const [name, rawValue = "true"] = matches.slice(1); + const valueWithoutComments = removeComments(rawValue); + const valueWithoutQuotes = removeQuotes(valueWithoutComments); + return [name, valueWithoutQuotes]; + } + return null; +}; +var removeComments = (rawValue) => { + const commentMatches = VARIABLE_VALUE_COMMENT_REGEX.exec(rawValue); + if (commentMatches == null) { + return rawValue; + } + const [valueWithoutComment, comment] = commentMatches.slice(1); + if (hasOddNumberOfQuotes(valueWithoutComment) && hasOddNumberOfQuotes(comment)) { + return `${valueWithoutComment}${comment}`; + } + return valueWithoutComment; +}; +var hasOddNumberOfQuotes = (text2) => { + const numberOfQuotes = (text2.match(/(?:^|[^\\])"/g) || []).length; + return numberOfQuotes % 2 !== 0; +}; +var removeQuotes = (text2) => { + return text2.split("").reduce((newText, c, idx, text3) => { + const isQuote = c === '"' && text3[idx - 1] !== "\\"; + const isEscapeForQuote = c === "\\" && text3[idx + 1] === '"'; + if (isQuote || isEscapeForQuote) { + return newText; + } + return newText + c; + }, ""); +}; +var lower = (text2) => { + return text2 != null ? text2.toLowerCase() : null; +}; +var getPath = (section, subsection, name) => { + return [lower(section), subsection, lower(name)].filter((a) => a != null).join("."); +}; +var normalizePath$1 = (path2) => { + const pathSegments = path2.split("."); + const section = pathSegments.shift(); + const name = pathSegments.pop(); + const subsection = pathSegments.length ? pathSegments.join(".") : void 0; + return { + section, + subsection, + name, + path: getPath(section, subsection, name), + sectionPath: getPath(section, subsection, null) + }; +}; +var findLastIndex = (array, callback) => { + return array.reduce((lastIndex, item, index2) => { + return callback(item) ? index2 : lastIndex; + }, -1); +}; +var GitConfig = class _GitConfig { + constructor(text2) { + let section = null; + let subsection = null; + this.parsedConfig = text2 ? text2.split("\n").map((line) => { + let name = null; + let value = null; + const trimmedLine = line.trim(); + const extractedSection = extractSectionLine(trimmedLine); + const isSection = extractedSection != null; + if (isSection) { + ; + [section, subsection] = extractedSection; + } else { + const extractedVariable = extractVariableLine(trimmedLine); + const isVariable = extractedVariable != null; + if (isVariable) { + ; + [name, value] = extractedVariable; + } + } + const path2 = getPath(section, subsection, name); + return { line, isSection, section, subsection, name, value, path: path2 }; + }) : []; + } + static from(text2) { + return new _GitConfig(text2); + } + async get(path2, getall = false) { + const normalizedPath = normalizePath$1(path2).path; + const allValues = this.parsedConfig.filter((config) => config.path === normalizedPath).map(({ section, name, value }) => { + const fn = schema[section] && schema[section][name]; + return fn ? fn(value) : value; + }); + return getall ? allValues : allValues.pop(); + } + async getall(path2) { + return this.get(path2, true); + } + async getSubsections(section) { + return this.parsedConfig.filter((config) => config.section === section && config.isSection).map((config) => config.subsection); + } + async deleteSection(section, subsection) { + this.parsedConfig = this.parsedConfig.filter( + (config) => !(config.section === section && config.subsection === subsection) + ); + } + async append(path2, value) { + return this.set(path2, value, true); + } + async set(path2, value, append3 = false) { + const { + section, + subsection, + name, + path: normalizedPath, + sectionPath + } = normalizePath$1(path2); + const configIndex = findLastIndex( + this.parsedConfig, + (config) => config.path === normalizedPath + ); + if (value == null) { + if (configIndex !== -1) { + this.parsedConfig.splice(configIndex, 1); + } + } else { + if (configIndex !== -1) { + const config = this.parsedConfig[configIndex]; + const modifiedConfig = Object.assign({}, config, { + name, + value, + modified: true + }); + if (append3) { + this.parsedConfig.splice(configIndex + 1, 0, modifiedConfig); + } else { + this.parsedConfig[configIndex] = modifiedConfig; + } + } else { + const sectionIndex = this.parsedConfig.findIndex( + (config) => config.path === sectionPath + ); + const newConfig = { + section, + subsection, + name, + value, + modified: true, + path: normalizedPath + }; + if (SECTION_REGEX.test(section) && VARIABLE_NAME_REGEX.test(name)) { + if (sectionIndex >= 0) { + this.parsedConfig.splice(sectionIndex + 1, 0, newConfig); + } else { + const newSection = { + section, + subsection, + modified: true, + path: sectionPath + }; + this.parsedConfig.push(newSection, newConfig); + } + } + } + } + } + toString() { + return this.parsedConfig.map(({ line, section, subsection, name, value, modified: modified2 = false }) => { + if (!modified2) { + return line; + } + if (name != null && value != null) { + if (typeof value === "string" && /[#;]/.test(value)) { + return ` ${name} = "${value}"`; + } + return ` ${name} = ${value}`; + } + if (subsection != null) { + return `[${section} "${subsection}"]`; + } + return `[${section}]`; + }).join("\n"); + } +}; +var GitConfigManager = class { + static async get({ fs, gitdir }) { + const text2 = await fs.read(`${gitdir}/config`, { encoding: "utf8" }); + return GitConfig.from(text2); + } + static async save({ fs, gitdir, config }) { + await fs.write(`${gitdir}/config`, config.toString(), { + encoding: "utf8" + }); + } +}; +var refpaths = (ref) => [ + `${ref}`, + `refs/${ref}`, + `refs/tags/${ref}`, + `refs/heads/${ref}`, + `refs/remotes/${ref}`, + `refs/remotes/${ref}/HEAD` +]; +var GIT_FILES = ["config", "description", "index", "shallow", "commondir"]; +var lock$1; +async function acquireLock(ref, callback) { + if (lock$1 === void 0) lock$1 = new import_async_lock.default(); + return lock$1.acquire(ref, callback); +} +var GitRefManager = class _GitRefManager { + static async updateRemoteRefs({ + fs, + gitdir, + remote, + refs, + symrefs, + tags, + refspecs = void 0, + prune = false, + pruneTags = false + }) { + for (const value of refs.values()) { + if (!value.match(/[0-9a-f]{40}/)) { + throw new InvalidOidError(value); + } + } + const config = await GitConfigManager.get({ fs, gitdir }); + if (!refspecs) { + refspecs = await config.getall(`remote.${remote}.fetch`); + if (refspecs.length === 0) { + throw new NoRefspecError(remote); + } + refspecs.unshift(`+HEAD:refs/remotes/${remote}/HEAD`); + } + const refspec = GitRefSpecSet.from(refspecs); + const actualRefsToWrite = /* @__PURE__ */ new Map(); + if (pruneTags) { + const tags2 = await _GitRefManager.listRefs({ + fs, + gitdir, + filepath: "refs/tags" + }); + await _GitRefManager.deleteRefs({ + fs, + gitdir, + refs: tags2.map((tag2) => `refs/tags/${tag2}`) + }); + } + if (tags) { + for (const serverRef of refs.keys()) { + if (serverRef.startsWith("refs/tags") && !serverRef.endsWith("^{}")) { + if (!await _GitRefManager.exists({ fs, gitdir, ref: serverRef })) { + const oid = refs.get(serverRef); + actualRefsToWrite.set(serverRef, oid); + } + } + } + } + const refTranslations = refspec.translate([...refs.keys()]); + for (const [serverRef, translatedRef] of refTranslations) { + const value = refs.get(serverRef); + actualRefsToWrite.set(translatedRef, value); + } + const symrefTranslations = refspec.translate([...symrefs.keys()]); + for (const [serverRef, translatedRef] of symrefTranslations) { + const value = symrefs.get(serverRef); + const symtarget = refspec.translateOne(value); + if (symtarget) { + actualRefsToWrite.set(translatedRef, `ref: ${symtarget}`); + } + } + const pruned = []; + if (prune) { + for (const filepath of refspec.localNamespaces()) { + const refs2 = (await _GitRefManager.listRefs({ + fs, + gitdir, + filepath + })).map((file) => `${filepath}/${file}`); + for (const ref of refs2) { + if (!actualRefsToWrite.has(ref)) { + pruned.push(ref); + } + } + } + if (pruned.length > 0) { + await _GitRefManager.deleteRefs({ fs, gitdir, refs: pruned }); + } + } + for (const [key2, value] of actualRefsToWrite) { + await acquireLock( + key2, + async () => fs.write(join(gitdir, key2), `${value.trim()} +`, "utf8") + ); + } + return { pruned }; + } + // TODO: make this less crude? + static async writeRef({ fs, gitdir, ref, value }) { + if (!value.match(/[0-9a-f]{40}/)) { + throw new InvalidOidError(value); + } + await acquireLock( + ref, + async () => fs.write(join(gitdir, ref), `${value.trim()} +`, "utf8") + ); + } + static async writeSymbolicRef({ fs, gitdir, ref, value }) { + await acquireLock( + ref, + async () => fs.write(join(gitdir, ref), `ref: ${value.trim()} +`, "utf8") + ); + } + static async deleteRef({ fs, gitdir, ref }) { + return _GitRefManager.deleteRefs({ fs, gitdir, refs: [ref] }); + } + static async deleteRefs({ fs, gitdir, refs }) { + await Promise.all(refs.map((ref) => fs.rm(join(gitdir, ref)))); + let text2 = await acquireLock( + "packed-refs", + async () => fs.read(`${gitdir}/packed-refs`, { encoding: "utf8" }) + ); + const packed = GitPackedRefs.from(text2); + const beforeSize = packed.refs.size; + for (const ref of refs) { + if (packed.refs.has(ref)) { + packed.delete(ref); + } + } + if (packed.refs.size < beforeSize) { + text2 = packed.toString(); + await acquireLock( + "packed-refs", + async () => fs.write(`${gitdir}/packed-refs`, text2, { encoding: "utf8" }) + ); + } + } + /** + * @param {object} args + * @param {import('../models/FileSystem.js').FileSystem} args.fs + * @param {string} args.gitdir + * @param {string} args.ref + * @param {number} [args.depth] + * @returns {Promise} + */ + static async resolve({ fs, gitdir, ref, depth = void 0 }) { + if (depth !== void 0) { + depth--; + if (depth === -1) { + return ref; + } + } + if (ref.startsWith("ref: ")) { + ref = ref.slice("ref: ".length); + return _GitRefManager.resolve({ fs, gitdir, ref, depth }); + } + if (ref.length === 40 && /[0-9a-f]{40}/.test(ref)) { + return ref; + } + const packedMap = await _GitRefManager.packedRefs({ fs, gitdir }); + const allpaths = refpaths(ref).filter((p) => !GIT_FILES.includes(p)); + for (const ref2 of allpaths) { + const sha = await acquireLock( + ref2, + async () => await fs.read(`${gitdir}/${ref2}`, { encoding: "utf8" }) || packedMap.get(ref2) + ); + if (sha) { + return _GitRefManager.resolve({ fs, gitdir, ref: sha.trim(), depth }); + } + } + throw new NotFoundError(ref); + } + static async exists({ fs, gitdir, ref }) { + try { + await _GitRefManager.expand({ fs, gitdir, ref }); + return true; + } catch (err) { + return false; + } + } + static async expand({ fs, gitdir, ref }) { + if (ref.length === 40 && /[0-9a-f]{40}/.test(ref)) { + return ref; + } + const packedMap = await _GitRefManager.packedRefs({ fs, gitdir }); + const allpaths = refpaths(ref); + for (const ref2 of allpaths) { + const refExists = await acquireLock( + ref2, + async () => fs.exists(`${gitdir}/${ref2}`) + ); + if (refExists) return ref2; + if (packedMap.has(ref2)) return ref2; + } + throw new NotFoundError(ref); + } + static async expandAgainstMap({ ref, map }) { + const allpaths = refpaths(ref); + for (const ref2 of allpaths) { + if (await map.has(ref2)) return ref2; + } + throw new NotFoundError(ref); + } + static resolveAgainstMap({ ref, fullref = ref, depth = void 0, map }) { + if (depth !== void 0) { + depth--; + if (depth === -1) { + return { fullref, oid: ref }; + } + } + if (ref.startsWith("ref: ")) { + ref = ref.slice("ref: ".length); + return _GitRefManager.resolveAgainstMap({ ref, fullref, depth, map }); + } + if (ref.length === 40 && /[0-9a-f]{40}/.test(ref)) { + return { fullref, oid: ref }; + } + const allpaths = refpaths(ref); + for (const ref2 of allpaths) { + const sha = map.get(ref2); + if (sha) { + return _GitRefManager.resolveAgainstMap({ + ref: sha.trim(), + fullref: ref2, + depth, + map + }); + } + } + throw new NotFoundError(ref); + } + static async packedRefs({ fs, gitdir }) { + const text2 = await acquireLock( + "packed-refs", + async () => fs.read(`${gitdir}/packed-refs`, { encoding: "utf8" }) + ); + const packed = GitPackedRefs.from(text2); + return packed.refs; + } + // List all the refs that match the `filepath` prefix + static async listRefs({ fs, gitdir, filepath }) { + const packedMap = _GitRefManager.packedRefs({ fs, gitdir }); + let files = null; + try { + files = await fs.readdirDeep(`${gitdir}/${filepath}`); + files = files.map((x) => x.replace(`${gitdir}/${filepath}/`, "")); + } catch (err) { + files = []; + } + for (let key2 of (await packedMap).keys()) { + if (key2.startsWith(filepath)) { + key2 = key2.replace(filepath + "/", ""); + if (!files.includes(key2)) { + files.push(key2); + } + } + } + files.sort(compareRefNames); + return files; + } + static async listBranches({ fs, gitdir, remote }) { + if (remote) { + return _GitRefManager.listRefs({ + fs, + gitdir, + filepath: `refs/remotes/${remote}` + }); + } else { + return _GitRefManager.listRefs({ fs, gitdir, filepath: `refs/heads` }); + } + } + static async listTags({ fs, gitdir }) { + const tags = await _GitRefManager.listRefs({ + fs, + gitdir, + filepath: `refs/tags` + }); + return tags.filter((x) => !x.endsWith("^{}")); + } +}; +function compareTreeEntryPath(a, b) { + return compareStrings(appendSlashIfDir(a), appendSlashIfDir(b)); +} +function appendSlashIfDir(entry) { + return entry.mode === "040000" ? entry.path + "/" : entry.path; +} +function mode2type$1(mode) { + switch (mode) { + case "040000": + return "tree"; + case "100644": + return "blob"; + case "100755": + return "blob"; + case "120000": + return "blob"; + case "160000": + return "commit"; + } + throw new InternalError(`Unexpected GitTree entry mode: ${mode}`); +} +function parseBuffer(buffer2) { + const _entries = []; + let cursor = 0; + while (cursor < buffer2.length) { + const space2 = buffer2.indexOf(32, cursor); + if (space2 === -1) { + throw new InternalError( + `GitTree: Error parsing buffer at byte location ${cursor}: Could not find the next space character.` + ); + } + const nullchar = buffer2.indexOf(0, cursor); + if (nullchar === -1) { + throw new InternalError( + `GitTree: Error parsing buffer at byte location ${cursor}: Could not find the next null character.` + ); + } + let mode = buffer2.slice(cursor, space2).toString("utf8"); + if (mode === "40000") mode = "040000"; + const type = mode2type$1(mode); + const path2 = buffer2.slice(space2 + 1, nullchar).toString("utf8"); + if (path2.includes("\\") || path2.includes("/")) { + throw new UnsafeFilepathError(path2); + } + const oid = buffer2.slice(nullchar + 1, nullchar + 21).toString("hex"); + cursor = nullchar + 21; + _entries.push({ mode, path: path2, oid, type }); + } + return _entries; +} +function limitModeToAllowed(mode) { + if (typeof mode === "number") { + mode = mode.toString(8); + } + if (mode.match(/^0?4.*/)) return "040000"; + if (mode.match(/^1006.*/)) return "100644"; + if (mode.match(/^1007.*/)) return "100755"; + if (mode.match(/^120.*/)) return "120000"; + if (mode.match(/^160.*/)) return "160000"; + throw new InternalError(`Could not understand file mode: ${mode}`); +} +function nudgeIntoShape(entry) { + if (!entry.oid && entry.sha) { + entry.oid = entry.sha; + } + entry.mode = limitModeToAllowed(entry.mode); + if (!entry.type) { + entry.type = mode2type$1(entry.mode); + } + return entry; +} +var GitTree = class _GitTree { + constructor(entries) { + if (Buffer.isBuffer(entries)) { + this._entries = parseBuffer(entries); + } else if (Array.isArray(entries)) { + this._entries = entries.map(nudgeIntoShape); + } else { + throw new InternalError("invalid type passed to GitTree constructor"); + } + this._entries.sort(comparePath); + } + static from(tree) { + return new _GitTree(tree); + } + render() { + return this._entries.map((entry) => `${entry.mode} ${entry.type} ${entry.oid} ${entry.path}`).join("\n"); + } + toObject() { + const entries = [...this._entries]; + entries.sort(compareTreeEntryPath); + return Buffer.concat( + entries.map((entry) => { + const mode = Buffer.from(entry.mode.replace(/^0/, "")); + const space2 = Buffer.from(" "); + const path2 = Buffer.from(entry.path, "utf8"); + const nullchar = Buffer.from([0]); + const oid = Buffer.from(entry.oid, "hex"); + return Buffer.concat([mode, space2, path2, nullchar, oid]); + }) + ); + } + /** + * @returns {TreeEntry[]} + */ + entries() { + return this._entries; + } + *[Symbol.iterator]() { + for (const entry of this._entries) { + yield entry; + } + } +}; +var GitObject = class { + static wrap({ type, object }) { + return Buffer.concat([ + Buffer.from(`${type} ${object.byteLength.toString()}\0`), + Buffer.from(object) + ]); + } + static unwrap(buffer2) { + const s = buffer2.indexOf(32); + const i = buffer2.indexOf(0); + const type = buffer2.slice(0, s).toString("utf8"); + const length = buffer2.slice(s + 1, i).toString("utf8"); + const actualLength = buffer2.length - (i + 1); + if (parseInt(length) !== actualLength) { + throw new InternalError( + `Length mismatch: expected ${length} bytes but got ${actualLength} instead.` + ); + } + return { + type, + object: Buffer.from(buffer2.slice(i + 1)) + }; + } +}; +async function readObjectLoose({ fs, gitdir, oid }) { + const source = `objects/${oid.slice(0, 2)}/${oid.slice(2)}`; + const file = await fs.read(`${gitdir}/${source}`); + if (!file) { + return null; + } + return { object: file, format: "deflated", source }; +} +function applyDelta(delta, source) { + const reader = new BufferCursor(delta); + const sourceSize = readVarIntLE(reader); + if (sourceSize !== source.byteLength) { + throw new InternalError( + `applyDelta expected source buffer to be ${sourceSize} bytes but the provided buffer was ${source.length} bytes` + ); + } + const targetSize = readVarIntLE(reader); + let target; + const firstOp = readOp(reader, source); + if (firstOp.byteLength === targetSize) { + target = firstOp; + } else { + target = Buffer.alloc(targetSize); + const writer = new BufferCursor(target); + writer.copy(firstOp); + while (!reader.eof()) { + writer.copy(readOp(reader, source)); + } + const tell = writer.tell(); + if (targetSize !== tell) { + throw new InternalError( + `applyDelta expected target buffer to be ${targetSize} bytes but the resulting buffer was ${tell} bytes` + ); + } + } + return target; +} +function readVarIntLE(reader) { + let result = 0; + let shift = 0; + let byte = null; + do { + byte = reader.readUInt8(); + result |= (byte & 127) << shift; + shift += 7; + } while (byte & 128); + return result; +} +function readCompactLE(reader, flags, size) { + let result = 0; + let shift = 0; + while (size--) { + if (flags & 1) { + result |= reader.readUInt8() << shift; + } + flags >>= 1; + shift += 8; + } + return result; +} +function readOp(reader, source) { + const byte = reader.readUInt8(); + const COPY = 128; + const OFFS = 15; + const SIZE = 112; + if (byte & COPY) { + const offset = readCompactLE(reader, byte & OFFS, 4); + let size = readCompactLE(reader, (byte & SIZE) >> 4, 3); + if (size === 0) size = 65536; + return source.slice(offset, offset + size); + } else { + return reader.slice(byte); + } +} +function fromValue(value) { + let queue = [value]; + return { + next() { + return Promise.resolve({ done: queue.length === 0, value: queue.pop() }); + }, + return() { + queue = []; + return {}; + }, + [Symbol.asyncIterator]() { + return this; + } + }; +} +function getIterator(iterable) { + if (iterable[Symbol.asyncIterator]) { + return iterable[Symbol.asyncIterator](); + } + if (iterable[Symbol.iterator]) { + return iterable[Symbol.iterator](); + } + if (iterable.next) { + return iterable; + } + return fromValue(iterable); +} +var StreamReader = class { + constructor(stream) { + if (typeof Buffer === "undefined") { + throw new Error("Missing Buffer dependency"); + } + this.stream = getIterator(stream); + this.buffer = null; + this.cursor = 0; + this.undoCursor = 0; + this.started = false; + this._ended = false; + this._discardedBytes = 0; + } + eof() { + return this._ended && this.cursor === this.buffer.length; + } + tell() { + return this._discardedBytes + this.cursor; + } + async byte() { + if (this.eof()) return; + if (!this.started) await this._init(); + if (this.cursor === this.buffer.length) { + await this._loadnext(); + if (this._ended) return; + } + this._moveCursor(1); + return this.buffer[this.undoCursor]; + } + async chunk() { + if (this.eof()) return; + if (!this.started) await this._init(); + if (this.cursor === this.buffer.length) { + await this._loadnext(); + if (this._ended) return; + } + this._moveCursor(this.buffer.length); + return this.buffer.slice(this.undoCursor, this.cursor); + } + async read(n) { + if (this.eof()) return; + if (!this.started) await this._init(); + if (this.cursor + n > this.buffer.length) { + this._trim(); + await this._accumulate(n); + } + this._moveCursor(n); + return this.buffer.slice(this.undoCursor, this.cursor); + } + async skip(n) { + if (this.eof()) return; + if (!this.started) await this._init(); + if (this.cursor + n > this.buffer.length) { + this._trim(); + await this._accumulate(n); + } + this._moveCursor(n); + } + async undo() { + this.cursor = this.undoCursor; + } + async _next() { + this.started = true; + let { done, value } = await this.stream.next(); + if (done) { + this._ended = true; + if (!value) return Buffer.alloc(0); + } + if (value) { + value = Buffer.from(value); + } + return value; + } + _trim() { + this.buffer = this.buffer.slice(this.undoCursor); + this.cursor -= this.undoCursor; + this._discardedBytes += this.undoCursor; + this.undoCursor = 0; + } + _moveCursor(n) { + this.undoCursor = this.cursor; + this.cursor += n; + if (this.cursor > this.buffer.length) { + this.cursor = this.buffer.length; + } + } + async _accumulate(n) { + if (this._ended) return; + const buffers = [this.buffer]; + while (this.cursor + n > lengthBuffers(buffers)) { + const nextbuffer = await this._next(); + if (this._ended) break; + buffers.push(nextbuffer); + } + this.buffer = Buffer.concat(buffers); + } + async _loadnext() { + this._discardedBytes += this.buffer.length; + this.undoCursor = 0; + this.cursor = 0; + this.buffer = await this._next(); + } + async _init() { + this.buffer = await this._next(); + } +}; +function lengthBuffers(buffers) { + return buffers.reduce((acc, buffer2) => acc + buffer2.length, 0); +} +async function listpack(stream, onData) { + const reader = new StreamReader(stream); + let PACK = await reader.read(4); + PACK = PACK.toString("utf8"); + if (PACK !== "PACK") { + throw new InternalError(`Invalid PACK header '${PACK}'`); + } + let version2 = await reader.read(4); + version2 = version2.readUInt32BE(0); + if (version2 !== 2) { + throw new InternalError(`Invalid packfile version: ${version2}`); + } + let numObjects = await reader.read(4); + numObjects = numObjects.readUInt32BE(0); + if (numObjects < 1) return; + while (!reader.eof() && numObjects--) { + const offset = reader.tell(); + const { type, length, ofs, reference } = await parseHeader(reader); + const inflator = new import_pako.default.Inflate(); + while (!inflator.result) { + const chunk = await reader.chunk(); + if (!chunk) break; + inflator.push(chunk, false); + if (inflator.err) { + throw new InternalError(`Pako error: ${inflator.msg}`); + } + if (inflator.result) { + if (inflator.result.length !== length) { + throw new InternalError( + `Inflated object size is different from that stated in packfile.` + ); + } + await reader.undo(); + await reader.read(chunk.length - inflator.strm.avail_in); + const end = reader.tell(); + await onData({ + data: inflator.result, + type, + num: numObjects, + offset, + end, + reference, + ofs + }); + } + } + } +} +async function parseHeader(reader) { + let byte = await reader.byte(); + const type = byte >> 4 & 7; + let length = byte & 15; + if (byte & 128) { + let shift = 4; + do { + byte = await reader.byte(); + length |= (byte & 127) << shift; + shift += 7; + } while (byte & 128); + } + let ofs; + let reference; + if (type === 6) { + let shift = 0; + ofs = 0; + const bytes = []; + do { + byte = await reader.byte(); + ofs |= (byte & 127) << shift; + shift += 7; + bytes.push(byte); + } while (byte & 128); + reference = Buffer.from(bytes); + } + if (type === 7) { + const buf = await reader.read(20); + reference = buf; + } + return { type, length, ofs, reference }; +} +var supportsDecompressionStream = false; +async function inflate(buffer2) { + if (supportsDecompressionStream === null) { + supportsDecompressionStream = testDecompressionStream(); + } + return supportsDecompressionStream ? browserInflate(buffer2) : import_pako.default.inflate(buffer2); +} +async function browserInflate(buffer2) { + const ds = new DecompressionStream("deflate"); + const d = new Blob([buffer2]).stream().pipeThrough(ds); + return new Uint8Array(await new Response(d).arrayBuffer()); +} +function testDecompressionStream() { + try { + const ds = new DecompressionStream("deflate"); + if (ds) return true; + } catch (_) { + } + return false; +} +function decodeVarInt(reader) { + const bytes = []; + let byte = 0; + let multibyte = 0; + do { + byte = reader.readUInt8(); + const lastSeven = byte & 127; + bytes.push(lastSeven); + multibyte = byte & 128; + } while (multibyte); + return bytes.reduce((a, b) => a + 1 << 7 | b, -1); +} +function otherVarIntDecode(reader, startWith) { + let result = startWith; + let shift = 4; + let byte = null; + do { + byte = reader.readUInt8(); + result |= (byte & 127) << shift; + shift += 7; + } while (byte & 128); + return result; +} +var GitPackIndex = class _GitPackIndex { + constructor(stuff) { + Object.assign(this, stuff); + this.offsetCache = {}; + } + static async fromIdx({ idx, getExternalRefDelta }) { + const reader = new BufferCursor(idx); + const magic = reader.slice(4).toString("hex"); + if (magic !== "ff744f63") { + return; + } + const version2 = reader.readUInt32BE(); + if (version2 !== 2) { + throw new InternalError( + `Unable to read version ${version2} packfile IDX. (Only version 2 supported)` + ); + } + if (idx.byteLength > 2048 * 1024 * 1024) { + throw new InternalError( + `To keep implementation simple, I haven't implemented the layer 5 feature needed to support packfiles > 2GB in size.` + ); + } + reader.seek(reader.tell() + 4 * 255); + const size = reader.readUInt32BE(); + const hashes = []; + for (let i = 0; i < size; i++) { + const hash2 = reader.slice(20).toString("hex"); + hashes[i] = hash2; + } + reader.seek(reader.tell() + 4 * size); + const offsets = /* @__PURE__ */ new Map(); + for (let i = 0; i < size; i++) { + offsets.set(hashes[i], reader.readUInt32BE()); + } + const packfileSha = reader.slice(20).toString("hex"); + return new _GitPackIndex({ + hashes, + crcs: {}, + offsets, + packfileSha, + getExternalRefDelta + }); + } + static async fromPack({ pack, getExternalRefDelta, onProgress }) { + const listpackTypes = { + 1: "commit", + 2: "tree", + 3: "blob", + 4: "tag", + 6: "ofs-delta", + 7: "ref-delta" + }; + const offsetToObject = {}; + const packfileSha = pack.slice(-20).toString("hex"); + const hashes = []; + const crcs = {}; + const offsets = /* @__PURE__ */ new Map(); + let totalObjectCount = null; + let lastPercent = null; + await listpack([pack], async ({ data, type, reference, offset, num: num2 }) => { + if (totalObjectCount === null) totalObjectCount = num2; + const percent = Math.floor( + (totalObjectCount - num2) * 100 / totalObjectCount + ); + if (percent !== lastPercent) { + if (onProgress) { + await onProgress({ + phase: "Receiving objects", + loaded: totalObjectCount - num2, + total: totalObjectCount + }); + } + } + lastPercent = percent; + type = listpackTypes[type]; + if (["commit", "tree", "blob", "tag"].includes(type)) { + offsetToObject[offset] = { + type, + offset + }; + } else if (type === "ofs-delta") { + offsetToObject[offset] = { + type, + offset + }; + } else if (type === "ref-delta") { + offsetToObject[offset] = { + type, + offset + }; + } + }); + const offsetArray = Object.keys(offsetToObject).map(Number); + for (const [i, start] of offsetArray.entries()) { + const end = i + 1 === offsetArray.length ? pack.byteLength - 20 : offsetArray[i + 1]; + const o = offsetToObject[start]; + const crc = import_crc_32.default.buf(pack.slice(start, end)) >>> 0; + o.end = end; + o.crc = crc; + } + const p = new _GitPackIndex({ + pack: Promise.resolve(pack), + packfileSha, + crcs, + hashes, + offsets, + getExternalRefDelta + }); + lastPercent = null; + let count = 0; + const objectsByDepth = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; + for (let offset in offsetToObject) { + offset = Number(offset); + const percent = Math.floor(count * 100 / totalObjectCount); + if (percent !== lastPercent) { + if (onProgress) { + await onProgress({ + phase: "Resolving deltas", + loaded: count, + total: totalObjectCount + }); + } + } + count++; + lastPercent = percent; + const o = offsetToObject[offset]; + if (o.oid) continue; + try { + p.readDepth = 0; + p.externalReadDepth = 0; + const { type, object } = await p.readSlice({ start: offset }); + objectsByDepth[p.readDepth] += 1; + const oid = await shasum(GitObject.wrap({ type, object })); + o.oid = oid; + hashes.push(oid); + offsets.set(oid, offset); + crcs[oid] = o.crc; + } catch (err) { + continue; + } + } + hashes.sort(); + return p; + } + async toBuffer() { + const buffers = []; + const write = (str, encoding) => { + buffers.push(Buffer.from(str, encoding)); + }; + write("ff744f63", "hex"); + write("00000002", "hex"); + const fanoutBuffer = new BufferCursor(Buffer.alloc(256 * 4)); + for (let i = 0; i < 256; i++) { + let count = 0; + for (const hash2 of this.hashes) { + if (parseInt(hash2.slice(0, 2), 16) <= i) count++; + } + fanoutBuffer.writeUInt32BE(count); + } + buffers.push(fanoutBuffer.buffer); + for (const hash2 of this.hashes) { + write(hash2, "hex"); + } + const crcsBuffer = new BufferCursor(Buffer.alloc(this.hashes.length * 4)); + for (const hash2 of this.hashes) { + crcsBuffer.writeUInt32BE(this.crcs[hash2]); + } + buffers.push(crcsBuffer.buffer); + const offsetsBuffer = new BufferCursor(Buffer.alloc(this.hashes.length * 4)); + for (const hash2 of this.hashes) { + offsetsBuffer.writeUInt32BE(this.offsets.get(hash2)); + } + buffers.push(offsetsBuffer.buffer); + write(this.packfileSha, "hex"); + const totalBuffer = Buffer.concat(buffers); + const sha = await shasum(totalBuffer); + const shaBuffer = Buffer.alloc(20); + shaBuffer.write(sha, "hex"); + return Buffer.concat([totalBuffer, shaBuffer]); + } + async load({ pack }) { + this.pack = pack; + } + async unload() { + this.pack = null; + } + async read({ oid }) { + if (!this.offsets.get(oid)) { + if (this.getExternalRefDelta) { + this.externalReadDepth++; + return this.getExternalRefDelta(oid); + } else { + throw new InternalError(`Could not read object ${oid} from packfile`); + } + } + const start = this.offsets.get(oid); + return this.readSlice({ start }); + } + async readSlice({ start }) { + if (this.offsetCache[start]) { + return Object.assign({}, this.offsetCache[start]); + } + this.readDepth++; + const types2 = { + 16: "commit", + 32: "tree", + 48: "blob", + 64: "tag", + 96: "ofs_delta", + 112: "ref_delta" + }; + if (!this.pack) { + throw new InternalError( + "Tried to read from a GitPackIndex with no packfile loaded into memory" + ); + } + const raw = (await this.pack).slice(start); + const reader = new BufferCursor(raw); + const byte = reader.readUInt8(); + const btype = byte & 112; + let type = types2[btype]; + if (type === void 0) { + throw new InternalError("Unrecognized type: 0b" + btype.toString(2)); + } + const lastFour = byte & 15; + let length = lastFour; + const multibyte = byte & 128; + if (multibyte) { + length = otherVarIntDecode(reader, lastFour); + } + let base = null; + let object = null; + if (type === "ofs_delta") { + const offset = decodeVarInt(reader); + const baseOffset = start - offset; + ({ object: base, type } = await this.readSlice({ start: baseOffset })); + } + if (type === "ref_delta") { + const oid = reader.slice(20).toString("hex"); + ({ object: base, type } = await this.read({ oid })); + } + const buffer2 = raw.slice(reader.tell()); + object = Buffer.from(await inflate(buffer2)); + if (object.byteLength !== length) { + throw new InternalError( + `Packfile told us object would have length ${length} but it had length ${object.byteLength}` + ); + } + if (base) { + object = Buffer.from(applyDelta(object, base)); + } + if (this.readDepth > 3) { + this.offsetCache[start] = { type, object }; + } + return { type, format: "content", object }; + } +}; +var PackfileCache = Symbol("PackfileCache"); +async function loadPackIndex({ + fs, + filename, + getExternalRefDelta, + emitter, + emitterPrefix +}) { + const idx = await fs.read(filename); + return GitPackIndex.fromIdx({ idx, getExternalRefDelta }); +} +function readPackIndex({ + fs, + cache, + filename, + getExternalRefDelta, + emitter, + emitterPrefix +}) { + if (!cache[PackfileCache]) cache[PackfileCache] = /* @__PURE__ */ new Map(); + let p = cache[PackfileCache].get(filename); + if (!p) { + p = loadPackIndex({ + fs, + filename, + getExternalRefDelta, + emitter, + emitterPrefix + }); + cache[PackfileCache].set(filename, p); + } + return p; +} +async function readObjectPacked({ + fs, + cache, + gitdir, + oid, + format = "content", + getExternalRefDelta +}) { + let list = await fs.readdir(join(gitdir, "objects/pack")); + list = list.filter((x) => x.endsWith(".idx")); + for (const filename of list) { + const indexFile = `${gitdir}/objects/pack/${filename}`; + const p = await readPackIndex({ + fs, + cache, + filename: indexFile, + getExternalRefDelta + }); + if (p.error) throw new InternalError(p.error); + if (p.offsets.has(oid)) { + if (!p.pack) { + const packFile = indexFile.replace(/idx$/, "pack"); + p.pack = fs.read(packFile); + } + const result = await p.read({ oid, getExternalRefDelta }); + result.format = "content"; + result.source = `objects/pack/${filename.replace(/idx$/, "pack")}`; + return result; + } + } + return null; +} +async function _readObject({ + fs, + cache, + gitdir, + oid, + format = "content" +}) { + const getExternalRefDelta = (oid2) => _readObject({ fs, cache, gitdir, oid: oid2 }); + let result; + if (oid === "4b825dc642cb6eb9a060e54bf8d69288fbee4904") { + result = { format: "wrapped", object: Buffer.from(`tree 0\0`) }; + } + if (!result) { + result = await readObjectLoose({ fs, gitdir, oid }); + } + if (!result) { + result = await readObjectPacked({ + fs, + cache, + gitdir, + oid, + getExternalRefDelta + }); + if (!result) { + throw new NotFoundError(oid); + } + return result; + } + if (format === "deflated") { + return result; + } + if (result.format === "deflated") { + result.object = Buffer.from(await inflate(result.object)); + result.format = "wrapped"; + } + if (format === "wrapped") { + return result; + } + const sha = await shasum(result.object); + if (sha !== oid) { + throw new InternalError( + `SHA check failed! Expected ${oid}, computed ${sha}` + ); + } + const { object, type } = GitObject.unwrap(result.object); + result.type = type; + result.object = object; + result.format = "content"; + if (format === "content") { + return result; + } + throw new InternalError(`invalid requested format "${format}"`); +} +var AlreadyExistsError = class _AlreadyExistsError extends BaseError { + /** + * @param {'note'|'remote'|'tag'|'branch'} noun + * @param {string} where + * @param {boolean} canForce + */ + constructor(noun, where, canForce = true) { + super( + `Failed to create ${noun} at ${where} because it already exists.${canForce ? ` (Hint: use 'force: true' parameter to overwrite existing ${noun}.)` : ""}` + ); + this.code = this.name = _AlreadyExistsError.code; + this.data = { noun, where, canForce }; + } +}; +AlreadyExistsError.code = "AlreadyExistsError"; +var AmbiguousError = class _AmbiguousError extends BaseError { + /** + * @param {'oids'|'refs'} nouns + * @param {string} short + * @param {string[]} matches + */ + constructor(nouns, short, matches) { + super( + `Found multiple ${nouns} matching "${short}" (${matches.join( + ", " + )}). Use a longer abbreviation length to disambiguate them.` + ); + this.code = this.name = _AmbiguousError.code; + this.data = { nouns, short, matches }; + } +}; +AmbiguousError.code = "AmbiguousError"; +var CheckoutConflictError = class _CheckoutConflictError extends BaseError { + /** + * @param {string[]} filepaths + */ + constructor(filepaths) { + super( + `Your local changes to the following files would be overwritten by checkout: ${filepaths.join( + ", " + )}` + ); + this.code = this.name = _CheckoutConflictError.code; + this.data = { filepaths }; + } +}; +CheckoutConflictError.code = "CheckoutConflictError"; +var CommitNotFetchedError = class _CommitNotFetchedError extends BaseError { + /** + * @param {string} ref + * @param {string} oid + */ + constructor(ref, oid) { + super( + `Failed to checkout "${ref}" because commit ${oid} is not available locally. Do a git fetch to make the branch available locally.` + ); + this.code = this.name = _CommitNotFetchedError.code; + this.data = { ref, oid }; + } +}; +CommitNotFetchedError.code = "CommitNotFetchedError"; +var EmptyServerResponseError = class _EmptyServerResponseError extends BaseError { + constructor() { + super(`Empty response from git server.`); + this.code = this.name = _EmptyServerResponseError.code; + this.data = {}; + } +}; +EmptyServerResponseError.code = "EmptyServerResponseError"; +var FastForwardError = class _FastForwardError extends BaseError { + constructor() { + super(`A simple fast-forward merge was not possible.`); + this.code = this.name = _FastForwardError.code; + this.data = {}; + } +}; +FastForwardError.code = "FastForwardError"; +var GitPushError = class _GitPushError extends BaseError { + /** + * @param {string} prettyDetails + * @param {PushResult} result + */ + constructor(prettyDetails, result) { + super(`One or more branches were not updated: ${prettyDetails}`); + this.code = this.name = _GitPushError.code; + this.data = { prettyDetails, result }; + } +}; +GitPushError.code = "GitPushError"; +var HttpError = class _HttpError extends BaseError { + /** + * @param {number} statusCode + * @param {string} statusMessage + * @param {string} response + */ + constructor(statusCode, statusMessage, response) { + super(`HTTP Error: ${statusCode} ${statusMessage}`); + this.code = this.name = _HttpError.code; + this.data = { statusCode, statusMessage, response }; + } +}; +HttpError.code = "HttpError"; +var InvalidFilepathError = class _InvalidFilepathError extends BaseError { + /** + * @param {'leading-slash'|'trailing-slash'|'directory'} [reason] + */ + constructor(reason) { + let message = "invalid filepath"; + if (reason === "leading-slash" || reason === "trailing-slash") { + message = `"filepath" parameter should not include leading or trailing directory separators because these can cause problems on some platforms.`; + } else if (reason === "directory") { + message = `"filepath" should not be a directory.`; + } + super(message); + this.code = this.name = _InvalidFilepathError.code; + this.data = { reason }; + } +}; +InvalidFilepathError.code = "InvalidFilepathError"; +var InvalidRefNameError = class _InvalidRefNameError extends BaseError { + /** + * @param {string} ref + * @param {string} suggestion + * @param {boolean} canForce + */ + constructor(ref, suggestion) { + super( + `"${ref}" would be an invalid git reference. (Hint: a valid alternative would be "${suggestion}".)` + ); + this.code = this.name = _InvalidRefNameError.code; + this.data = { ref, suggestion }; + } +}; +InvalidRefNameError.code = "InvalidRefNameError"; +var MaxDepthError = class _MaxDepthError extends BaseError { + /** + * @param {number} depth + */ + constructor(depth) { + super(`Maximum search depth of ${depth} exceeded.`); + this.code = this.name = _MaxDepthError.code; + this.data = { depth }; + } +}; +MaxDepthError.code = "MaxDepthError"; +var MergeNotSupportedError = class _MergeNotSupportedError extends BaseError { + constructor() { + super(`Merges with conflicts are not supported yet.`); + this.code = this.name = _MergeNotSupportedError.code; + this.data = {}; + } +}; +MergeNotSupportedError.code = "MergeNotSupportedError"; +var MergeConflictError = class _MergeConflictError extends BaseError { + /** + * @param {Array} filepaths + * @param {Array} bothModified + * @param {Array} deleteByUs + * @param {Array} deleteByTheirs + */ + constructor(filepaths, bothModified, deleteByUs, deleteByTheirs) { + super( + `Automatic merge failed with one or more merge conflicts in the following files: ${filepaths.toString()}. Fix conflicts then commit the result.` + ); + this.code = this.name = _MergeConflictError.code; + this.data = { filepaths, bothModified, deleteByUs, deleteByTheirs }; + } +}; +MergeConflictError.code = "MergeConflictError"; +var MissingNameError = class _MissingNameError extends BaseError { + /** + * @param {'author'|'committer'|'tagger'} role + */ + constructor(role) { + super( + `No name was provided for ${role} in the argument or in the .git/config file.` + ); + this.code = this.name = _MissingNameError.code; + this.data = { role }; + } +}; +MissingNameError.code = "MissingNameError"; +var MissingParameterError = class _MissingParameterError extends BaseError { + /** + * @param {string} parameter + */ + constructor(parameter) { + super( + `The function requires a "${parameter}" parameter but none was provided.` + ); + this.code = this.name = _MissingParameterError.code; + this.data = { parameter }; + } +}; +MissingParameterError.code = "MissingParameterError"; +var MultipleGitError = class _MultipleGitError extends BaseError { + /** + * @param {Error[]} errors + * @param {string} message + */ + constructor(errors) { + super( + `There are multiple errors that were thrown by the method. Please refer to the "errors" property to see more` + ); + this.code = this.name = _MultipleGitError.code; + this.data = { errors }; + this.errors = errors; + } +}; +MultipleGitError.code = "MultipleGitError"; +var ParseError = class _ParseError extends BaseError { + /** + * @param {string} expected + * @param {string} actual + */ + constructor(expected, actual) { + super(`Expected "${expected}" but received "${actual}".`); + this.code = this.name = _ParseError.code; + this.data = { expected, actual }; + } +}; +ParseError.code = "ParseError"; +var PushRejectedError = class _PushRejectedError extends BaseError { + /** + * @param {'not-fast-forward'|'tag-exists'} reason + */ + constructor(reason) { + let message = ""; + if (reason === "not-fast-forward") { + message = " because it was not a simple fast-forward"; + } else if (reason === "tag-exists") { + message = " because tag already exists"; + } + super(`Push rejected${message}. Use "force: true" to override.`); + this.code = this.name = _PushRejectedError.code; + this.data = { reason }; + } +}; +PushRejectedError.code = "PushRejectedError"; +var RemoteCapabilityError = class _RemoteCapabilityError extends BaseError { + /** + * @param {'shallow'|'deepen-since'|'deepen-not'|'deepen-relative'} capability + * @param {'depth'|'since'|'exclude'|'relative'} parameter + */ + constructor(capability, parameter) { + super( + `Remote does not support the "${capability}" so the "${parameter}" parameter cannot be used.` + ); + this.code = this.name = _RemoteCapabilityError.code; + this.data = { capability, parameter }; + } +}; +RemoteCapabilityError.code = "RemoteCapabilityError"; +var SmartHttpError = class _SmartHttpError extends BaseError { + /** + * @param {string} preview + * @param {string} response + */ + constructor(preview, response) { + super( + `Remote did not reply using the "smart" HTTP protocol. Expected "001e# service=git-upload-pack" but received: ${preview}` + ); + this.code = this.name = _SmartHttpError.code; + this.data = { preview, response }; + } +}; +SmartHttpError.code = "SmartHttpError"; +var UnknownTransportError = class _UnknownTransportError extends BaseError { + /** + * @param {string} url + * @param {string} transport + * @param {string} [suggestion] + */ + constructor(url, transport, suggestion) { + super( + `Git remote "${url}" uses an unrecognized transport protocol: "${transport}"` + ); + this.code = this.name = _UnknownTransportError.code; + this.data = { url, transport, suggestion }; + } +}; +UnknownTransportError.code = "UnknownTransportError"; +var UrlParseError = class _UrlParseError extends BaseError { + /** + * @param {string} url + */ + constructor(url) { + super(`Cannot parse remote URL: "${url}"`); + this.code = this.name = _UrlParseError.code; + this.data = { url }; + } +}; +UrlParseError.code = "UrlParseError"; +var UserCanceledError = class _UserCanceledError extends BaseError { + constructor() { + super(`The operation was canceled.`); + this.code = this.name = _UserCanceledError.code; + this.data = {}; + } +}; +UserCanceledError.code = "UserCanceledError"; +var IndexResetError = class _IndexResetError extends BaseError { + /** + * @param {Array} filepaths + */ + constructor(filepath) { + super( + `Could not merge index: Entry for '${filepath}' is not up to date. Either reset the index entry to HEAD, or stage your unstaged changes.` + ); + this.code = this.name = _IndexResetError.code; + this.data = { filepath }; + } +}; +IndexResetError.code = "IndexResetError"; +var NoCommitError = class _NoCommitError extends BaseError { + /** + * @param {string} ref + */ + constructor(ref) { + super( + `"${ref}" does not point to any commit. You're maybe working on a repository with no commits yet. ` + ); + this.code = this.name = _NoCommitError.code; + this.data = { ref }; + } +}; +NoCommitError.code = "NoCommitError"; +var Errors = /* @__PURE__ */ Object.freeze({ + __proto__: null, + AlreadyExistsError, + AmbiguousError, + CheckoutConflictError, + CommitNotFetchedError, + EmptyServerResponseError, + FastForwardError, + GitPushError, + HttpError, + InternalError, + InvalidFilepathError, + InvalidOidError, + InvalidRefNameError, + MaxDepthError, + MergeNotSupportedError, + MergeConflictError, + MissingNameError, + MissingParameterError, + MultipleGitError, + NoRefspecError, + NotFoundError, + ObjectTypeError, + ParseError, + PushRejectedError, + RemoteCapabilityError, + SmartHttpError, + UnknownTransportError, + UnsafeFilepathError, + UrlParseError, + UserCanceledError, + UnmergedPathsError, + IndexResetError, + NoCommitError +}); +function formatAuthor({ name, email, timestamp, timezoneOffset }) { + timezoneOffset = formatTimezoneOffset(timezoneOffset); + return `${name} <${email}> ${timestamp} ${timezoneOffset}`; +} +function formatTimezoneOffset(minutes) { + const sign = simpleSign(negateExceptForZero(minutes)); + minutes = Math.abs(minutes); + const hours = Math.floor(minutes / 60); + minutes -= hours * 60; + let strHours = String(hours); + let strMinutes = String(minutes); + if (strHours.length < 2) strHours = "0" + strHours; + if (strMinutes.length < 2) strMinutes = "0" + strMinutes; + return (sign === -1 ? "-" : "+") + strHours + strMinutes; +} +function simpleSign(n) { + return Math.sign(n) || (Object.is(n, -0) ? -1 : 1); +} +function negateExceptForZero(n) { + return n === 0 ? n : -n; +} +function normalizeNewlines(str) { + str = str.replace(/\r/g, ""); + str = str.replace(/^\n+/, ""); + str = str.replace(/\n+$/, "") + "\n"; + return str; +} +function parseAuthor(author) { + const [, name, email, timestamp, offset] = author.match( + /^(.*) <(.*)> (.*) (.*)$/ + ); + return { + name, + email, + timestamp: Number(timestamp), + timezoneOffset: parseTimezoneOffset(offset) + }; +} +function parseTimezoneOffset(offset) { + let [, sign, hours, minutes] = offset.match(/(\+|-)(\d\d)(\d\d)/); + minutes = (sign === "+" ? 1 : -1) * (Number(hours) * 60 + Number(minutes)); + return negateExceptForZero$1(minutes); +} +function negateExceptForZero$1(n) { + return n === 0 ? n : -n; +} +var GitAnnotatedTag = class _GitAnnotatedTag { + constructor(tag2) { + if (typeof tag2 === "string") { + this._tag = tag2; + } else if (Buffer.isBuffer(tag2)) { + this._tag = tag2.toString("utf8"); + } else if (typeof tag2 === "object") { + this._tag = _GitAnnotatedTag.render(tag2); + } else { + throw new InternalError( + "invalid type passed to GitAnnotatedTag constructor" + ); + } + } + static from(tag2) { + return new _GitAnnotatedTag(tag2); + } + static render(obj) { + return `object ${obj.object} +type ${obj.type} +tag ${obj.tag} +tagger ${formatAuthor(obj.tagger)} + +${obj.message} +${obj.gpgsig ? obj.gpgsig : ""}`; + } + justHeaders() { + return this._tag.slice(0, this._tag.indexOf("\n\n")); + } + message() { + const tag2 = this.withoutSignature(); + return tag2.slice(tag2.indexOf("\n\n") + 2); + } + parse() { + return Object.assign(this.headers(), { + message: this.message(), + gpgsig: this.gpgsig() + }); + } + render() { + return this._tag; + } + headers() { + const headers = this.justHeaders().split("\n"); + const hs = []; + for (const h of headers) { + if (h[0] === " ") { + hs[hs.length - 1] += "\n" + h.slice(1); + } else { + hs.push(h); + } + } + const obj = {}; + for (const h of hs) { + const key2 = h.slice(0, h.indexOf(" ")); + const value = h.slice(h.indexOf(" ") + 1); + if (Array.isArray(obj[key2])) { + obj[key2].push(value); + } else { + obj[key2] = value; + } + } + if (obj.tagger) { + obj.tagger = parseAuthor(obj.tagger); + } + if (obj.committer) { + obj.committer = parseAuthor(obj.committer); + } + return obj; + } + withoutSignature() { + const tag2 = normalizeNewlines(this._tag); + if (tag2.indexOf("\n-----BEGIN PGP SIGNATURE-----") === -1) return tag2; + return tag2.slice(0, tag2.lastIndexOf("\n-----BEGIN PGP SIGNATURE-----")); + } + gpgsig() { + if (this._tag.indexOf("\n-----BEGIN PGP SIGNATURE-----") === -1) return; + const signature = this._tag.slice( + this._tag.indexOf("-----BEGIN PGP SIGNATURE-----"), + this._tag.indexOf("-----END PGP SIGNATURE-----") + "-----END PGP SIGNATURE-----".length + ); + return normalizeNewlines(signature); + } + payload() { + return this.withoutSignature() + "\n"; + } + toObject() { + return Buffer.from(this._tag, "utf8"); + } + static async sign(tag2, sign, secretKey) { + const payload = tag2.payload(); + let { signature } = await sign({ payload, secretKey }); + signature = normalizeNewlines(signature); + const signedTag = payload + signature; + return _GitAnnotatedTag.from(signedTag); + } +}; +function indent(str) { + return str.trim().split("\n").map((x) => " " + x).join("\n") + "\n"; +} +function outdent(str) { + return str.split("\n").map((x) => x.replace(/^ /, "")).join("\n"); +} +var GitCommit = class _GitCommit { + constructor(commit2) { + if (typeof commit2 === "string") { + this._commit = commit2; + } else if (Buffer.isBuffer(commit2)) { + this._commit = commit2.toString("utf8"); + } else if (typeof commit2 === "object") { + this._commit = _GitCommit.render(commit2); + } else { + throw new InternalError("invalid type passed to GitCommit constructor"); + } + } + static fromPayloadSignature({ payload, signature }) { + const headers = _GitCommit.justHeaders(payload); + const message = _GitCommit.justMessage(payload); + const commit2 = normalizeNewlines( + headers + "\ngpgsig" + indent(signature) + "\n" + message + ); + return new _GitCommit(commit2); + } + static from(commit2) { + return new _GitCommit(commit2); + } + toObject() { + return Buffer.from(this._commit, "utf8"); + } + // Todo: allow setting the headers and message + headers() { + return this.parseHeaders(); + } + // Todo: allow setting the headers and message + message() { + return _GitCommit.justMessage(this._commit); + } + parse() { + return Object.assign({ message: this.message() }, this.headers()); + } + static justMessage(commit2) { + return normalizeNewlines(commit2.slice(commit2.indexOf("\n\n") + 2)); + } + static justHeaders(commit2) { + return commit2.slice(0, commit2.indexOf("\n\n")); + } + parseHeaders() { + const headers = _GitCommit.justHeaders(this._commit).split("\n"); + const hs = []; + for (const h of headers) { + if (h[0] === " ") { + hs[hs.length - 1] += "\n" + h.slice(1); + } else { + hs.push(h); + } + } + const obj = { + parent: [] + }; + for (const h of hs) { + const key2 = h.slice(0, h.indexOf(" ")); + const value = h.slice(h.indexOf(" ") + 1); + if (Array.isArray(obj[key2])) { + obj[key2].push(value); + } else { + obj[key2] = value; + } + } + if (obj.author) { + obj.author = parseAuthor(obj.author); + } + if (obj.committer) { + obj.committer = parseAuthor(obj.committer); + } + return obj; + } + static renderHeaders(obj) { + let headers = ""; + if (obj.tree) { + headers += `tree ${obj.tree} +`; + } else { + headers += `tree 4b825dc642cb6eb9a060e54bf8d69288fbee4904 +`; + } + if (obj.parent) { + if (obj.parent.length === void 0) { + throw new InternalError(`commit 'parent' property should be an array`); + } + for (const p of obj.parent) { + headers += `parent ${p} +`; + } + } + const author = obj.author; + headers += `author ${formatAuthor(author)} +`; + const committer = obj.committer || obj.author; + headers += `committer ${formatAuthor(committer)} +`; + if (obj.gpgsig) { + headers += "gpgsig" + indent(obj.gpgsig); + } + return headers; + } + static render(obj) { + return _GitCommit.renderHeaders(obj) + "\n" + normalizeNewlines(obj.message); + } + render() { + return this._commit; + } + withoutSignature() { + const commit2 = normalizeNewlines(this._commit); + if (commit2.indexOf("\ngpgsig") === -1) return commit2; + const headers = commit2.slice(0, commit2.indexOf("\ngpgsig")); + const message = commit2.slice( + commit2.indexOf("-----END PGP SIGNATURE-----\n") + "-----END PGP SIGNATURE-----\n".length + ); + return normalizeNewlines(headers + "\n" + message); + } + isolateSignature() { + const signature = this._commit.slice( + this._commit.indexOf("-----BEGIN PGP SIGNATURE-----"), + this._commit.indexOf("-----END PGP SIGNATURE-----") + "-----END PGP SIGNATURE-----".length + ); + return outdent(signature); + } + static async sign(commit2, sign, secretKey) { + const payload = commit2.withoutSignature(); + const message = _GitCommit.justMessage(commit2._commit); + let { signature } = await sign({ payload, secretKey }); + signature = normalizeNewlines(signature); + const headers = _GitCommit.justHeaders(commit2._commit); + const signedCommit = headers + "\ngpgsig" + indent(signature) + "\n" + message; + return _GitCommit.from(signedCommit); + } +}; +async function resolveTree({ fs, cache, gitdir, oid }) { + if (oid === "4b825dc642cb6eb9a060e54bf8d69288fbee4904") { + return { tree: GitTree.from([]), oid }; + } + const { type, object } = await _readObject({ fs, cache, gitdir, oid }); + if (type === "tag") { + oid = GitAnnotatedTag.from(object).parse().object; + return resolveTree({ fs, cache, gitdir, oid }); + } + if (type === "commit") { + oid = GitCommit.from(object).parse().tree; + return resolveTree({ fs, cache, gitdir, oid }); + } + if (type !== "tree") { + throw new ObjectTypeError(oid, type, "tree"); + } + return { tree: GitTree.from(object), oid }; +} +var GitWalkerRepo = class { + constructor({ fs, gitdir, ref, cache }) { + this.fs = fs; + this.cache = cache; + this.gitdir = gitdir; + this.mapPromise = (async () => { + const map = /* @__PURE__ */ new Map(); + let oid; + try { + oid = await GitRefManager.resolve({ fs, gitdir, ref }); + } catch (e) { + if (e instanceof NotFoundError) { + oid = "4b825dc642cb6eb9a060e54bf8d69288fbee4904"; + } + } + const tree = await resolveTree({ fs, cache: this.cache, gitdir, oid }); + tree.type = "tree"; + tree.mode = "40000"; + map.set(".", tree); + return map; + })(); + const walker = this; + this.ConstructEntry = class TreeEntry { + constructor(fullpath) { + this._fullpath = fullpath; + this._type = false; + this._mode = false; + this._stat = false; + this._content = false; + this._oid = false; + } + async type() { + return walker.type(this); + } + async mode() { + return walker.mode(this); + } + async stat() { + return walker.stat(this); + } + async content() { + return walker.content(this); + } + async oid() { + return walker.oid(this); + } + }; + } + async readdir(entry) { + const filepath = entry._fullpath; + const { fs, cache, gitdir } = this; + const map = await this.mapPromise; + const obj = map.get(filepath); + if (!obj) throw new Error(`No obj for ${filepath}`); + const oid = obj.oid; + if (!oid) throw new Error(`No oid for obj ${JSON.stringify(obj)}`); + if (obj.type !== "tree") { + return null; + } + const { type, object } = await _readObject({ fs, cache, gitdir, oid }); + if (type !== obj.type) { + throw new ObjectTypeError(oid, type, obj.type); + } + const tree = GitTree.from(object); + for (const entry2 of tree) { + map.set(join(filepath, entry2.path), entry2); + } + return tree.entries().map((entry2) => join(filepath, entry2.path)); + } + async type(entry) { + if (entry._type === false) { + const map = await this.mapPromise; + const { type } = map.get(entry._fullpath); + entry._type = type; + } + return entry._type; + } + async mode(entry) { + if (entry._mode === false) { + const map = await this.mapPromise; + const { mode } = map.get(entry._fullpath); + entry._mode = normalizeMode(parseInt(mode, 8)); + } + return entry._mode; + } + async stat(_entry) { + } + async content(entry) { + if (entry._content === false) { + const map = await this.mapPromise; + const { fs, cache, gitdir } = this; + const obj = map.get(entry._fullpath); + const oid = obj.oid; + const { type, object } = await _readObject({ fs, cache, gitdir, oid }); + if (type !== "blob") { + entry._content = void 0; + } else { + entry._content = new Uint8Array(object); + } + } + return entry._content; + } + async oid(entry) { + if (entry._oid === false) { + const map = await this.mapPromise; + const obj = map.get(entry._fullpath); + entry._oid = obj.oid; + } + return entry._oid; + } +}; +function TREE({ ref = "HEAD" } = {}) { + const o = /* @__PURE__ */ Object.create(null); + Object.defineProperty(o, GitWalkSymbol, { + value: function({ fs, gitdir, cache }) { + return new GitWalkerRepo({ fs, gitdir, ref, cache }); + } + }); + Object.freeze(o); + return o; +} +var GitWalkerFs = class { + constructor({ fs, dir, gitdir, cache }) { + this.fs = fs; + this.cache = cache; + this.dir = dir; + this.gitdir = gitdir; + const walker = this; + this.ConstructEntry = class WorkdirEntry { + constructor(fullpath) { + this._fullpath = fullpath; + this._type = false; + this._mode = false; + this._stat = false; + this._content = false; + this._oid = false; + } + async type() { + return walker.type(this); + } + async mode() { + return walker.mode(this); + } + async stat() { + return walker.stat(this); + } + async content() { + return walker.content(this); + } + async oid() { + return walker.oid(this); + } + }; + } + async readdir(entry) { + const filepath = entry._fullpath; + const { fs, dir } = this; + const names = await fs.readdir(join(dir, filepath)); + if (names === null) return null; + return names.map((name) => join(filepath, name)); + } + async type(entry) { + if (entry._type === false) { + await entry.stat(); + } + return entry._type; + } + async mode(entry) { + if (entry._mode === false) { + await entry.stat(); + } + return entry._mode; + } + async stat(entry) { + if (entry._stat === false) { + const { fs, dir } = this; + let stat = await fs.lstat(`${dir}/${entry._fullpath}`); + if (!stat) { + throw new Error( + `ENOENT: no such file or directory, lstat '${entry._fullpath}'` + ); + } + let type = stat.isDirectory() ? "tree" : "blob"; + if (type === "blob" && !stat.isFile() && !stat.isSymbolicLink()) { + type = "special"; + } + entry._type = type; + stat = normalizeStats(stat); + entry._mode = stat.mode; + if (stat.size === -1 && entry._actualSize) { + stat.size = entry._actualSize; + } + entry._stat = stat; + } + return entry._stat; + } + async content(entry) { + if (entry._content === false) { + const { fs, dir, gitdir } = this; + if (await entry.type() === "tree") { + entry._content = void 0; + } else { + const config = await GitConfigManager.get({ fs, gitdir }); + const autocrlf = await config.get("core.autocrlf"); + const content = await fs.read(`${dir}/${entry._fullpath}`, { autocrlf }); + entry._actualSize = content.length; + if (entry._stat && entry._stat.size === -1) { + entry._stat.size = entry._actualSize; + } + entry._content = new Uint8Array(content); + } + } + return entry._content; + } + async oid(entry) { + if (entry._oid === false) { + const { fs, gitdir, cache } = this; + let oid; + await GitIndexManager.acquire({ fs, gitdir, cache }, async function(index2) { + const stage = index2.entriesMap.get(entry._fullpath); + const stats = await entry.stat(); + const config = await GitConfigManager.get({ fs, gitdir }); + const filemode = await config.get("core.filemode"); + const trustino = typeof process !== "undefined" ? !(process.platform === "win32") : true; + if (!stage || compareStats(stats, stage, filemode, trustino)) { + const content = await entry.content(); + if (content === void 0) { + oid = void 0; + } else { + oid = await shasum( + GitObject.wrap({ type: "blob", object: await entry.content() }) + ); + if (stage && oid === stage.oid && (!filemode || stats.mode === stage.mode) && compareStats(stats, stage, filemode, trustino)) { + index2.insert({ + filepath: entry._fullpath, + stats, + oid + }); + } + } + } else { + oid = stage.oid; + } + }); + entry._oid = oid; + } + return entry._oid; + } +}; +function WORKDIR() { + const o = /* @__PURE__ */ Object.create(null); + Object.defineProperty(o, GitWalkSymbol, { + value: function({ fs, dir, gitdir, cache }) { + return new GitWalkerFs({ fs, dir, gitdir, cache }); + } + }); + Object.freeze(o); + return o; +} +function arrayRange(start, end) { + const length = end - start; + return Array.from({ length }, (_, i) => start + i); +} +var flat = typeof Array.prototype.flat === "undefined" ? (entries) => entries.reduce((acc, x) => acc.concat(x), []) : (entries) => entries.flat(); +var RunningMinimum = class { + constructor() { + this.value = null; + } + consider(value) { + if (value === null || value === void 0) return; + if (this.value === null) { + this.value = value; + } else if (value < this.value) { + this.value = value; + } + } + reset() { + this.value = null; + } +}; +function* unionOfIterators(sets) { + const min = new RunningMinimum(); + let minimum; + const heads = []; + const numsets = sets.length; + for (let i = 0; i < numsets; i++) { + heads[i] = sets[i].next().value; + if (heads[i] !== void 0) { + min.consider(heads[i]); + } + } + if (min.value === null) return; + while (true) { + const result = []; + minimum = min.value; + min.reset(); + for (let i = 0; i < numsets; i++) { + if (heads[i] !== void 0 && heads[i] === minimum) { + result[i] = heads[i]; + heads[i] = sets[i].next().value; + } else { + result[i] = null; + } + if (heads[i] !== void 0) { + min.consider(heads[i]); + } + } + yield result; + if (min.value === null) return; + } +} +async function _walk({ + fs, + cache, + dir, + gitdir, + trees, + // @ts-ignore + map = async (_, entry) => entry, + // The default reducer is a flatmap that filters out undefineds. + reduce = async (parent, children2) => { + const flatten = flat(children2); + if (parent !== void 0) flatten.unshift(parent); + return flatten; + }, + // The default iterate function walks all children concurrently + iterate = (walk2, children2) => Promise.all([...children2].map(walk2)) +}) { + const walkers = trees.map( + (proxy) => proxy[GitWalkSymbol]({ fs, dir, gitdir, cache }) + ); + const root2 = new Array(walkers.length).fill("."); + const range = arrayRange(0, walkers.length); + const unionWalkerFromReaddir = async (entries) => { + range.map((i) => { + entries[i] = entries[i] && new walkers[i].ConstructEntry(entries[i]); + }); + const subdirs = await Promise.all( + range.map((i) => entries[i] ? walkers[i].readdir(entries[i]) : []) + ); + const iterators = subdirs.map((array) => array === null ? [] : array).map((array) => array[Symbol.iterator]()); + return { + entries, + children: unionOfIterators(iterators) + }; + }; + const walk2 = async (root3) => { + const { entries, children: children2 } = await unionWalkerFromReaddir(root3); + const fullpath = entries.find((entry) => entry && entry._fullpath)._fullpath; + const parent = await map(fullpath, entries); + if (parent !== null) { + let walkedChildren = await iterate(walk2, children2); + walkedChildren = walkedChildren.filter((x) => x !== void 0); + return reduce(parent, walkedChildren); + } + }; + return walk2(root2); +} +async function rmRecursive(fs, filepath) { + const entries = await fs.readdir(filepath); + if (entries == null) { + await fs.rm(filepath); + } else if (entries.length) { + await Promise.all( + entries.map((entry) => { + const subpath = join(filepath, entry); + return fs.lstat(subpath).then((stat) => { + if (!stat) return; + return stat.isDirectory() ? rmRecursive(fs, subpath) : fs.rm(subpath); + }); + }) + ).then(() => fs.rmdir(filepath)); + } else { + await fs.rmdir(filepath); + } +} +function isPromiseLike(obj) { + return isObject(obj) && isFunction(obj.then) && isFunction(obj.catch); +} +function isObject(obj) { + return obj && typeof obj === "object"; +} +function isFunction(obj) { + return typeof obj === "function"; +} +function isPromiseFs(fs) { + const test = (targetFs) => { + try { + return targetFs.readFile().catch((e) => e); + } catch (e) { + return e; + } + }; + return isPromiseLike(test(fs)); +} +var commands = [ + "readFile", + "writeFile", + "mkdir", + "rmdir", + "unlink", + "stat", + "lstat", + "readdir", + "readlink", + "symlink" +]; +function bindFs(target, fs) { + if (isPromiseFs(fs)) { + for (const command of commands) { + target[`_${command}`] = fs[command].bind(fs); + } + } else { + for (const command of commands) { + target[`_${command}`] = (0, import_pify.default)(fs[command].bind(fs)); + } + } + if (isPromiseFs(fs)) { + if (fs.rm) target._rm = fs.rm.bind(fs); + else if (fs.rmdir.length > 1) target._rm = fs.rmdir.bind(fs); + else target._rm = rmRecursive.bind(null, target); + } else { + if (fs.rm) target._rm = (0, import_pify.default)(fs.rm.bind(fs)); + else if (fs.rmdir.length > 2) target._rm = (0, import_pify.default)(fs.rmdir.bind(fs)); + else target._rm = rmRecursive.bind(null, target); + } +} +var FileSystem = class { + constructor(fs) { + if (typeof fs._original_unwrapped_fs !== "undefined") return fs; + const promises = Object.getOwnPropertyDescriptor(fs, "promises"); + if (promises && promises.enumerable) { + bindFs(this, fs.promises); + } else { + bindFs(this, fs); + } + this._original_unwrapped_fs = fs; + } + /** + * Return true if a file exists, false if it doesn't exist. + * Rethrows errors that aren't related to file existence. + */ + async exists(filepath, options = {}) { + try { + await this._stat(filepath); + return true; + } catch (err) { + if (err.code === "ENOENT" || err.code === "ENOTDIR") { + return false; + } else { + console.log('Unhandled error in "FileSystem.exists()" function', err); + throw err; + } + } + } + /** + * Return the contents of a file if it exists, otherwise returns null. + * + * @param {string} filepath + * @param {object} [options] + * + * @returns {Promise} + */ + async read(filepath, options = {}) { + try { + let buffer2 = await this._readFile(filepath, options); + if (options.autocrlf === "true") { + try { + buffer2 = new TextDecoder("utf8", { fatal: true }).decode(buffer2); + buffer2 = buffer2.replace(/\r\n/g, "\n"); + buffer2 = new TextEncoder().encode(buffer2); + } catch (error) { + } + } + if (typeof buffer2 !== "string") { + buffer2 = Buffer.from(buffer2); + } + return buffer2; + } catch (err) { + return null; + } + } + /** + * Write a file (creating missing directories if need be) without throwing errors. + * + * @param {string} filepath + * @param {Buffer|Uint8Array|string} contents + * @param {object|string} [options] + */ + async write(filepath, contents, options = {}) { + try { + await this._writeFile(filepath, contents, options); + return; + } catch (err) { + await this.mkdir(dirname(filepath)); + await this._writeFile(filepath, contents, options); + } + } + /** + * Make a directory (or series of nested directories) without throwing an error if it already exists. + */ + async mkdir(filepath, _selfCall = false) { + try { + await this._mkdir(filepath); + return; + } catch (err) { + if (err === null) return; + if (err.code === "EEXIST") return; + if (_selfCall) throw err; + if (err.code === "ENOENT") { + const parent = dirname(filepath); + if (parent === "." || parent === "/" || parent === filepath) throw err; + await this.mkdir(parent); + await this.mkdir(filepath, true); + } + } + } + /** + * Delete a file without throwing an error if it is already deleted. + */ + async rm(filepath) { + try { + await this._unlink(filepath); + } catch (err) { + if (err.code !== "ENOENT") throw err; + } + } + /** + * Delete a directory without throwing an error if it is already deleted. + */ + async rmdir(filepath, opts) { + try { + if (opts && opts.recursive) { + await this._rm(filepath, opts); + } else { + await this._rmdir(filepath); + } + } catch (err) { + if (err.code !== "ENOENT") throw err; + } + } + /** + * Read a directory without throwing an error is the directory doesn't exist + */ + async readdir(filepath) { + try { + const names = await this._readdir(filepath); + names.sort(compareStrings); + return names; + } catch (err) { + if (err.code === "ENOTDIR") return null; + return []; + } + } + /** + * Return a flast list of all the files nested inside a directory + * + * Based on an elegant concurrent recursive solution from SO + * https://stackoverflow.com/a/45130990/2168416 + */ + async readdirDeep(dir) { + const subdirs = await this._readdir(dir); + const files = await Promise.all( + subdirs.map(async (subdir) => { + const res = dir + "/" + subdir; + return (await this._stat(res)).isDirectory() ? this.readdirDeep(res) : res; + }) + ); + return files.reduce((a, f) => a.concat(f), []); + } + /** + * Return the Stats of a file/symlink if it exists, otherwise returns null. + * Rethrows errors that aren't related to file existence. + */ + async lstat(filename) { + try { + const stats = await this._lstat(filename); + return stats; + } catch (err) { + if (err.code === "ENOENT") { + return null; + } + throw err; + } + } + /** + * Reads the contents of a symlink if it exists, otherwise returns null. + * Rethrows errors that aren't related to file existence. + */ + async readlink(filename, opts = { encoding: "buffer" }) { + try { + const link = await this._readlink(filename, opts); + return Buffer.isBuffer(link) ? link : Buffer.from(link); + } catch (err) { + if (err.code === "ENOENT") { + return null; + } + throw err; + } + } + /** + * Write the contents of buffer to a symlink. + */ + async writelink(filename, buffer2) { + return this._symlink(buffer2.toString("utf8"), filename); + } +}; +function assertParameter(name, value) { + if (value === void 0) { + throw new MissingParameterError(name); + } +} +async function modified(entry, base) { + if (!entry && !base) return false; + if (entry && !base) return true; + if (!entry && base) return true; + if (await entry.type() === "tree" && await base.type() === "tree") { + return false; + } + if (await entry.type() === await base.type() && await entry.mode() === await base.mode() && await entry.oid() === await base.oid()) { + return false; + } + return true; +} +async function abortMerge({ + fs: _fs, + dir, + gitdir = join(dir, ".git"), + commit: commit2 = "HEAD", + cache = {} +}) { + try { + assertParameter("fs", _fs); + assertParameter("dir", dir); + assertParameter("gitdir", gitdir); + const fs = new FileSystem(_fs); + const trees = [TREE({ ref: commit2 }), WORKDIR(), STAGE()]; + let unmergedPaths = []; + await GitIndexManager.acquire({ fs, gitdir, cache }, async function(index2) { + unmergedPaths = index2.unmergedPaths; + }); + const results = await _walk({ + fs, + cache, + dir, + gitdir, + trees, + map: async function(path2, [head, workdir, index2]) { + const staged = !await modified(workdir, index2); + const unmerged = unmergedPaths.includes(path2); + const unmodified = !await modified(index2, head); + if (staged || unmerged) { + return head ? { + path: path2, + mode: await head.mode(), + oid: await head.oid(), + type: await head.type(), + content: await head.content() + } : void 0; + } + if (unmodified) return false; + else throw new IndexResetError(path2); + } + }); + await GitIndexManager.acquire({ fs, gitdir, cache }, async function(index2) { + for (const entry of results) { + if (entry === false) continue; + if (!entry) { + await fs.rmdir(`${dir}/${entry.path}`, { recursive: true }); + index2.delete({ filepath: entry.path }); + continue; + } + if (entry.type === "blob") { + const content = new TextDecoder().decode(entry.content); + await fs.write(`${dir}/${entry.path}`, content, { mode: entry.mode }); + index2.insert({ + filepath: entry.path, + oid: entry.oid, + stage: 0 + }); + } + } + }); + } catch (err) { + err.caller = "git.abortMerge"; + throw err; + } +} +var GitIgnoreManager = class { + static async isIgnored({ fs, dir, gitdir = join(dir, ".git"), filepath }) { + if (basename(filepath) === ".git") return true; + if (filepath === ".") return false; + let excludes = ""; + const excludesFile = join(gitdir, "info", "exclude"); + if (await fs.exists(excludesFile)) { + excludes = await fs.read(excludesFile, "utf8"); + } + const pairs = [ + { + gitignore: join(dir, ".gitignore"), + filepath + } + ]; + const pieces = filepath.split("/").filter(Boolean); + for (let i = 1; i < pieces.length; i++) { + const folder = pieces.slice(0, i).join("/"); + const file = pieces.slice(i).join("/"); + pairs.push({ + gitignore: join(dir, folder, ".gitignore"), + filepath: file + }); + } + let ignoredStatus = false; + for (const p of pairs) { + let file; + try { + file = await fs.read(p.gitignore, "utf8"); + } catch (err) { + if (err.code === "NOENT") continue; + } + const ign = (0, import_ignore.default)().add(excludes); + ign.add(file); + const parentdir = dirname(p.filepath); + if (parentdir !== "." && ign.ignores(parentdir)) return true; + if (ignoredStatus) { + ignoredStatus = !ign.test(p.filepath).unignored; + } else { + ignoredStatus = ign.test(p.filepath).ignored; + } + } + return ignoredStatus; + } +}; +async function writeObjectLoose({ fs, gitdir, object, format, oid }) { + if (format !== "deflated") { + throw new InternalError( + "GitObjectStoreLoose expects objects to write to be in deflated format" + ); + } + const source = `objects/${oid.slice(0, 2)}/${oid.slice(2)}`; + const filepath = `${gitdir}/${source}`; + if (!await fs.exists(filepath)) await fs.write(filepath, object); +} +var supportsCompressionStream = null; +async function deflate(buffer2) { + if (supportsCompressionStream === null) { + supportsCompressionStream = testCompressionStream(); + } + return supportsCompressionStream ? browserDeflate(buffer2) : import_pako.default.deflate(buffer2); +} +async function browserDeflate(buffer2) { + const cs = new CompressionStream("deflate"); + const c = new Blob([buffer2]).stream().pipeThrough(cs); + return new Uint8Array(await new Response(c).arrayBuffer()); +} +function testCompressionStream() { + try { + const cs = new CompressionStream("deflate"); + cs.writable.close(); + const stream = new Blob([]).stream(); + stream.cancel(); + return true; + } catch (_) { + return false; + } +} +async function _writeObject({ + fs, + gitdir, + type, + object, + format = "content", + oid = void 0, + dryRun = false +}) { + if (format !== "deflated") { + if (format !== "wrapped") { + object = GitObject.wrap({ type, object }); + } + oid = await shasum(object); + object = Buffer.from(await deflate(object)); + } + if (!dryRun) { + await writeObjectLoose({ fs, gitdir, object, format: "deflated", oid }); + } + return oid; +} +function posixifyPathBuffer(buffer2) { + let idx; + while (~(idx = buffer2.indexOf(92))) buffer2[idx] = 47; + return buffer2; +} +async function add({ + fs: _fs, + dir, + gitdir = join(dir, ".git"), + filepath, + cache = {}, + force = false, + parallel = true +}) { + try { + assertParameter("fs", _fs); + assertParameter("dir", dir); + assertParameter("gitdir", gitdir); + assertParameter("filepath", filepath); + const fs = new FileSystem(_fs); + await GitIndexManager.acquire({ fs, gitdir, cache }, async (index2) => { + return addToIndex({ + dir, + gitdir, + fs, + filepath, + index: index2, + force, + parallel + }); + }); + } catch (err) { + err.caller = "git.add"; + throw err; + } +} +async function addToIndex({ + dir, + gitdir, + fs, + filepath, + index: index2, + force, + parallel +}) { + filepath = Array.isArray(filepath) ? filepath : [filepath]; + const promises = filepath.map(async (currentFilepath) => { + if (!force) { + const ignored = await GitIgnoreManager.isIgnored({ + fs, + dir, + gitdir, + filepath: currentFilepath + }); + if (ignored) return; + } + const stats = await fs.lstat(join(dir, currentFilepath)); + if (!stats) throw new NotFoundError(currentFilepath); + if (stats.isDirectory()) { + const children2 = await fs.readdir(join(dir, currentFilepath)); + if (parallel) { + const promises2 = children2.map( + (child) => addToIndex({ + dir, + gitdir, + fs, + filepath: [join(currentFilepath, child)], + index: index2, + force, + parallel + }) + ); + await Promise.all(promises2); + } else { + for (const child of children2) { + await addToIndex({ + dir, + gitdir, + fs, + filepath: [join(currentFilepath, child)], + index: index2, + force, + parallel + }); + } + } + } else { + const config = await GitConfigManager.get({ fs, gitdir }); + const autocrlf = await config.get("core.autocrlf"); + const object = stats.isSymbolicLink() ? await fs.readlink(join(dir, currentFilepath)).then(posixifyPathBuffer) : await fs.read(join(dir, currentFilepath), { autocrlf }); + if (object === null) throw new NotFoundError(currentFilepath); + const oid = await _writeObject({ fs, gitdir, type: "blob", object }); + index2.insert({ filepath: currentFilepath, stats, oid }); + } + }); + const settledPromises = await Promise.allSettled(promises); + const rejectedPromises = settledPromises.filter((settle) => settle.status === "rejected").map((settle) => settle.reason); + if (rejectedPromises.length > 1) { + throw new MultipleGitError(rejectedPromises); + } + if (rejectedPromises.length === 1) { + throw rejectedPromises[0]; + } + const fulfilledPromises = settledPromises.filter((settle) => settle.status === "fulfilled" && settle.value).map((settle) => settle.value); + return fulfilledPromises; +} +async function _getConfig({ fs, gitdir, path: path2 }) { + const config = await GitConfigManager.get({ fs, gitdir }); + return config.get(path2); +} +function assignDefined(target, ...sources) { + for (const source of sources) { + if (source) { + for (const key2 of Object.keys(source)) { + const val = source[key2]; + if (val !== void 0) { + target[key2] = val; + } + } + } + } + return target; +} +async function normalizeAuthorObject({ fs, gitdir, author, commit: commit2 }) { + const timestamp = Math.floor(Date.now() / 1e3); + const defaultAuthor = { + name: await _getConfig({ fs, gitdir, path: "user.name" }), + email: await _getConfig({ fs, gitdir, path: "user.email" }) || "", + // author.email is allowed to be empty string + timestamp, + timezoneOffset: new Date(timestamp * 1e3).getTimezoneOffset() + }; + const normalizedAuthor = assignDefined( + {}, + defaultAuthor, + commit2 ? commit2.author : void 0, + author + ); + if (normalizedAuthor.name === void 0) { + return void 0; + } + return normalizedAuthor; +} +async function normalizeCommitterObject({ + fs, + gitdir, + author, + committer, + commit: commit2 +}) { + const timestamp = Math.floor(Date.now() / 1e3); + const defaultCommitter = { + name: await _getConfig({ fs, gitdir, path: "user.name" }), + email: await _getConfig({ fs, gitdir, path: "user.email" }) || "", + // committer.email is allowed to be empty string + timestamp, + timezoneOffset: new Date(timestamp * 1e3).getTimezoneOffset() + }; + const normalizedCommitter = assignDefined( + {}, + defaultCommitter, + commit2 ? commit2.committer : void 0, + author, + committer + ); + if (normalizedCommitter.name === void 0) { + return void 0; + } + return normalizedCommitter; +} +async function resolveCommit({ fs, cache, gitdir, oid }) { + const { type, object } = await _readObject({ fs, cache, gitdir, oid }); + if (type === "tag") { + oid = GitAnnotatedTag.from(object).parse().object; + return resolveCommit({ fs, cache, gitdir, oid }); + } + if (type !== "commit") { + throw new ObjectTypeError(oid, type, "commit"); + } + return { commit: GitCommit.from(object), oid }; +} +async function _readCommit({ fs, cache, gitdir, oid }) { + const { commit: commit2, oid: commitOid } = await resolveCommit({ + fs, + cache, + gitdir, + oid + }); + const result = { + oid: commitOid, + commit: commit2.parse(), + payload: commit2.withoutSignature() + }; + return result; +} +async function _commit({ + fs, + cache, + onSign, + gitdir, + message, + author: _author, + committer: _committer, + signingKey, + amend = false, + dryRun = false, + noUpdateBranch = false, + ref, + parent, + tree +}) { + let initialCommit = false; + if (!ref) { + ref = await GitRefManager.resolve({ + fs, + gitdir, + ref: "HEAD", + depth: 2 + }); + } + let refOid, refCommit; + try { + refOid = await GitRefManager.resolve({ + fs, + gitdir, + ref + }); + refCommit = await _readCommit({ fs, gitdir, oid: refOid, cache: {} }); + } catch (e) { + initialCommit = true; + } + if (amend && initialCommit) { + throw new NoCommitError(ref); + } + const author = !amend ? await normalizeAuthorObject({ fs, gitdir, author: _author }) : await normalizeAuthorObject({ + fs, + gitdir, + author: _author, + commit: refCommit.commit + }); + if (!author) throw new MissingNameError("author"); + const committer = !amend ? await normalizeCommitterObject({ + fs, + gitdir, + author, + committer: _committer + }) : await normalizeCommitterObject({ + fs, + gitdir, + author, + committer: _committer, + commit: refCommit.commit + }); + if (!committer) throw new MissingNameError("committer"); + return GitIndexManager.acquire( + { fs, gitdir, cache, allowUnmerged: false }, + async function(index2) { + const inodes = flatFileListToDirectoryStructure(index2.entries); + const inode = inodes.get("."); + if (!tree) { + tree = await constructTree({ fs, gitdir, inode, dryRun }); + } + if (!parent) { + if (!amend) { + parent = refOid ? [refOid] : []; + } else { + parent = refCommit.commit.parent; + } + } else { + parent = await Promise.all( + parent.map((p) => { + return GitRefManager.resolve({ fs, gitdir, ref: p }); + }) + ); + } + if (!message) { + if (!amend) { + throw new MissingParameterError("message"); + } else { + message = refCommit.commit.message; + } + } + let comm = GitCommit.from({ + tree, + parent, + author, + committer, + message + }); + if (signingKey) { + comm = await GitCommit.sign(comm, onSign, signingKey); + } + const oid = await _writeObject({ + fs, + gitdir, + type: "commit", + object: comm.toObject(), + dryRun + }); + if (!noUpdateBranch && !dryRun) { + await GitRefManager.writeRef({ + fs, + gitdir, + ref, + value: oid + }); + } + return oid; + } + ); +} +async function constructTree({ fs, gitdir, inode, dryRun }) { + const children2 = inode.children; + for (const inode2 of children2) { + if (inode2.type === "tree") { + inode2.metadata.mode = "040000"; + inode2.metadata.oid = await constructTree({ fs, gitdir, inode: inode2, dryRun }); + } + } + const entries = children2.map((inode2) => ({ + mode: inode2.metadata.mode, + path: inode2.basename, + oid: inode2.metadata.oid, + type: inode2.type + })); + const tree = GitTree.from(entries); + const oid = await _writeObject({ + fs, + gitdir, + type: "tree", + object: tree.toObject(), + dryRun + }); + return oid; +} +async function resolveFilepath({ fs, cache, gitdir, oid, filepath }) { + if (filepath.startsWith("/")) { + throw new InvalidFilepathError("leading-slash"); + } else if (filepath.endsWith("/")) { + throw new InvalidFilepathError("trailing-slash"); + } + const _oid = oid; + const result = await resolveTree({ fs, cache, gitdir, oid }); + const tree = result.tree; + if (filepath === "") { + oid = result.oid; + } else { + const pathArray = filepath.split("/"); + oid = await _resolveFilepath({ + fs, + cache, + gitdir, + tree, + pathArray, + oid: _oid, + filepath + }); + } + return oid; +} +async function _resolveFilepath({ + fs, + cache, + gitdir, + tree, + pathArray, + oid, + filepath +}) { + const name = pathArray.shift(); + for (const entry of tree) { + if (entry.path === name) { + if (pathArray.length === 0) { + return entry.oid; + } else { + const { type, object } = await _readObject({ + fs, + cache, + gitdir, + oid: entry.oid + }); + if (type !== "tree") { + throw new ObjectTypeError(oid, type, "tree", filepath); + } + tree = GitTree.from(object); + return _resolveFilepath({ + fs, + cache, + gitdir, + tree, + pathArray, + oid, + filepath + }); + } + } + } + throw new NotFoundError(`file or directory found at "${oid}:${filepath}"`); +} +async function _readTree({ + fs, + cache, + gitdir, + oid, + filepath = void 0 +}) { + if (filepath !== void 0) { + oid = await resolveFilepath({ fs, cache, gitdir, oid, filepath }); + } + const { tree, oid: treeOid } = await resolveTree({ fs, cache, gitdir, oid }); + const result = { + oid: treeOid, + tree: tree.entries() + }; + return result; +} +async function _writeTree({ fs, gitdir, tree }) { + const object = GitTree.from(tree).toObject(); + const oid = await _writeObject({ + fs, + gitdir, + type: "tree", + object, + format: "content" + }); + return oid; +} +async function _addNote({ + fs, + cache, + onSign, + gitdir, + ref, + oid, + note, + force, + author, + committer, + signingKey +}) { + let parent; + try { + parent = await GitRefManager.resolve({ gitdir, fs, ref }); + } catch (err) { + if (!(err instanceof NotFoundError)) { + throw err; + } + } + const result = await _readTree({ + fs, + cache, + gitdir, + oid: parent || "4b825dc642cb6eb9a060e54bf8d69288fbee4904" + }); + let tree = result.tree; + if (force) { + tree = tree.filter((entry) => entry.path !== oid); + } else { + for (const entry of tree) { + if (entry.path === oid) { + throw new AlreadyExistsError("note", oid); + } + } + } + if (typeof note === "string") { + note = Buffer.from(note, "utf8"); + } + const noteOid = await _writeObject({ + fs, + gitdir, + type: "blob", + object: note, + format: "content" + }); + tree.push({ mode: "100644", path: oid, oid: noteOid, type: "blob" }); + const treeOid = await _writeTree({ + fs, + gitdir, + tree + }); + const commitOid = await _commit({ + fs, + cache, + onSign, + gitdir, + ref, + tree: treeOid, + parent: parent && [parent], + message: `Note added by 'isomorphic-git addNote' +`, + author, + committer, + signingKey + }); + return commitOid; +} +async function addNote({ + fs: _fs, + onSign, + dir, + gitdir = join(dir, ".git"), + ref = "refs/notes/commits", + oid, + note, + force, + author: _author, + committer: _committer, + signingKey, + cache = {} +}) { + try { + assertParameter("fs", _fs); + assertParameter("gitdir", gitdir); + assertParameter("oid", oid); + assertParameter("note", note); + if (signingKey) { + assertParameter("onSign", onSign); + } + const fs = new FileSystem(_fs); + const author = await normalizeAuthorObject({ fs, gitdir, author: _author }); + if (!author) throw new MissingNameError("author"); + const committer = await normalizeCommitterObject({ + fs, + gitdir, + author, + committer: _committer + }); + if (!committer) throw new MissingNameError("committer"); + return await _addNote({ + fs: new FileSystem(fs), + cache, + onSign, + gitdir, + ref, + oid, + note, + force, + author, + committer, + signingKey + }); + } catch (err) { + err.caller = "git.addNote"; + throw err; + } +} +async function _addRemote({ fs, gitdir, remote, url, force }) { + if (remote !== import_clean_git_ref.default.clean(remote)) { + throw new InvalidRefNameError(remote, import_clean_git_ref.default.clean(remote)); + } + const config = await GitConfigManager.get({ fs, gitdir }); + if (!force) { + const remoteNames = await config.getSubsections("remote"); + if (remoteNames.includes(remote)) { + if (url !== await config.get(`remote.${remote}.url`)) { + throw new AlreadyExistsError("remote", remote); + } + } + } + await config.set(`remote.${remote}.url`, url); + await config.set( + `remote.${remote}.fetch`, + `+refs/heads/*:refs/remotes/${remote}/*` + ); + await GitConfigManager.save({ fs, gitdir, config }); +} +async function addRemote({ + fs, + dir, + gitdir = join(dir, ".git"), + remote, + url, + force = false +}) { + try { + assertParameter("fs", fs); + assertParameter("gitdir", gitdir); + assertParameter("remote", remote); + assertParameter("url", url); + return await _addRemote({ + fs: new FileSystem(fs), + gitdir, + remote, + url, + force + }); + } catch (err) { + err.caller = "git.addRemote"; + throw err; + } +} +async function _annotatedTag({ + fs, + cache, + onSign, + gitdir, + ref, + tagger, + message = ref, + gpgsig, + object, + signingKey, + force = false +}) { + ref = ref.startsWith("refs/tags/") ? ref : `refs/tags/${ref}`; + if (!force && await GitRefManager.exists({ fs, gitdir, ref })) { + throw new AlreadyExistsError("tag", ref); + } + const oid = await GitRefManager.resolve({ + fs, + gitdir, + ref: object || "HEAD" + }); + const { type } = await _readObject({ fs, cache, gitdir, oid }); + let tagObject = GitAnnotatedTag.from({ + object: oid, + type, + tag: ref.replace("refs/tags/", ""), + tagger, + message, + gpgsig + }); + if (signingKey) { + tagObject = await GitAnnotatedTag.sign(tagObject, onSign, signingKey); + } + const value = await _writeObject({ + fs, + gitdir, + type: "tag", + object: tagObject.toObject() + }); + await GitRefManager.writeRef({ fs, gitdir, ref, value }); +} +async function annotatedTag({ + fs: _fs, + onSign, + dir, + gitdir = join(dir, ".git"), + ref, + tagger: _tagger, + message = ref, + gpgsig, + object, + signingKey, + force = false, + cache = {} +}) { + try { + assertParameter("fs", _fs); + assertParameter("gitdir", gitdir); + assertParameter("ref", ref); + if (signingKey) { + assertParameter("onSign", onSign); + } + const fs = new FileSystem(_fs); + const tagger = await normalizeAuthorObject({ fs, gitdir, author: _tagger }); + if (!tagger) throw new MissingNameError("tagger"); + return await _annotatedTag({ + fs, + cache, + onSign, + gitdir, + ref, + tagger, + message, + gpgsig, + object, + signingKey, + force + }); + } catch (err) { + err.caller = "git.annotatedTag"; + throw err; + } +} +async function _branch({ + fs, + gitdir, + ref, + object, + checkout: checkout2 = false, + force = false +}) { + if (ref !== import_clean_git_ref.default.clean(ref)) { + throw new InvalidRefNameError(ref, import_clean_git_ref.default.clean(ref)); + } + const fullref = `refs/heads/${ref}`; + if (!force) { + const exist = await GitRefManager.exists({ fs, gitdir, ref: fullref }); + if (exist) { + throw new AlreadyExistsError("branch", ref, false); + } + } + let oid; + try { + oid = await GitRefManager.resolve({ fs, gitdir, ref: object || "HEAD" }); + } catch (e) { + } + if (oid) { + await GitRefManager.writeRef({ fs, gitdir, ref: fullref, value: oid }); + } + if (checkout2) { + await GitRefManager.writeSymbolicRef({ + fs, + gitdir, + ref: "HEAD", + value: fullref + }); + } +} +async function branch({ + fs, + dir, + gitdir = join(dir, ".git"), + ref, + object, + checkout: checkout2 = false, + force = false +}) { + try { + assertParameter("fs", fs); + assertParameter("gitdir", gitdir); + assertParameter("ref", ref); + return await _branch({ + fs: new FileSystem(fs), + gitdir, + ref, + object, + checkout: checkout2, + force + }); + } catch (err) { + err.caller = "git.branch"; + throw err; + } +} +var worthWalking = (filepath, root2) => { + if (filepath === "." || root2 == null || root2.length === 0 || root2 === ".") { + return true; + } + if (root2.length >= filepath.length) { + return root2.startsWith(filepath); + } else { + return filepath.startsWith(root2); + } +}; +async function _checkout({ + fs, + cache, + onProgress, + onPostCheckout, + dir, + gitdir, + remote, + ref, + filepaths, + noCheckout, + noUpdateHead, + dryRun, + force, + track = true +}) { + let oldOid; + if (onPostCheckout) { + try { + oldOid = await GitRefManager.resolve({ fs, gitdir, ref: "HEAD" }); + } catch (err) { + oldOid = "0000000000000000000000000000000000000000"; + } + } + let oid; + try { + oid = await GitRefManager.resolve({ fs, gitdir, ref }); + } catch (err) { + if (ref === "HEAD") throw err; + const remoteRef = `${remote}/${ref}`; + oid = await GitRefManager.resolve({ + fs, + gitdir, + ref: remoteRef + }); + if (track) { + const config = await GitConfigManager.get({ fs, gitdir }); + await config.set(`branch.${ref}.remote`, remote); + await config.set(`branch.${ref}.merge`, `refs/heads/${ref}`); + await GitConfigManager.save({ fs, gitdir, config }); + } + await GitRefManager.writeRef({ + fs, + gitdir, + ref: `refs/heads/${ref}`, + value: oid + }); + } + if (!noCheckout) { + let ops; + try { + ops = await analyze({ + fs, + cache, + onProgress, + dir, + gitdir, + ref, + force, + filepaths + }); + } catch (err) { + if (err instanceof NotFoundError && err.data.what === oid) { + throw new CommitNotFetchedError(ref, oid); + } else { + throw err; + } + } + const conflicts2 = ops.filter(([method2]) => method2 === "conflict").map(([method2, fullpath]) => fullpath); + if (conflicts2.length > 0) { + throw new CheckoutConflictError(conflicts2); + } + const errors = ops.filter(([method2]) => method2 === "error").map(([method2, fullpath]) => fullpath); + if (errors.length > 0) { + throw new InternalError(errors.join(", ")); + } + if (dryRun) { + if (onPostCheckout) { + await onPostCheckout({ + previousHead: oldOid, + newHead: oid, + type: filepaths != null && filepaths.length > 0 ? "file" : "branch" + }); + } + return; + } + let count = 0; + const total = ops.length; + await GitIndexManager.acquire({ fs, gitdir, cache }, async function(index2) { + await Promise.all( + ops.filter( + ([method2]) => method2 === "delete" || method2 === "delete-index" + ).map(async function([method2, fullpath]) { + const filepath = `${dir}/${fullpath}`; + if (method2 === "delete") { + await fs.rm(filepath); + } + index2.delete({ filepath: fullpath }); + if (onProgress) { + await onProgress({ + phase: "Updating workdir", + loaded: ++count, + total + }); + } + }) + ); + }); + await GitIndexManager.acquire({ fs, gitdir, cache }, async function(index2) { + for (const [method2, fullpath] of ops) { + if (method2 === "rmdir" || method2 === "rmdir-index") { + const filepath = `${dir}/${fullpath}`; + try { + if (method2 === "rmdir-index") { + index2.delete({ filepath: fullpath }); + } + await fs.rmdir(filepath); + if (onProgress) { + await onProgress({ + phase: "Updating workdir", + loaded: ++count, + total + }); + } + } catch (e) { + if (e.code === "ENOTEMPTY") { + console.log( + `Did not delete ${fullpath} because directory is not empty` + ); + } else { + throw e; + } + } + } + } + }); + await Promise.all( + ops.filter(([method2]) => method2 === "mkdir" || method2 === "mkdir-index").map(async function([_, fullpath]) { + const filepath = `${dir}/${fullpath}`; + await fs.mkdir(filepath); + if (onProgress) { + await onProgress({ + phase: "Updating workdir", + loaded: ++count, + total + }); + } + }) + ); + await GitIndexManager.acquire({ fs, gitdir, cache }, async function(index2) { + await Promise.all( + ops.filter( + ([method2]) => method2 === "create" || method2 === "create-index" || method2 === "update" || method2 === "mkdir-index" + ).map(async function([method2, fullpath, oid2, mode, chmod]) { + const filepath = `${dir}/${fullpath}`; + try { + if (method2 !== "create-index" && method2 !== "mkdir-index") { + const { object } = await _readObject({ fs, cache, gitdir, oid: oid2 }); + if (chmod) { + await fs.rm(filepath); + } + if (mode === 33188) { + await fs.write(filepath, object); + } else if (mode === 33261) { + await fs.write(filepath, object, { mode: 511 }); + } else if (mode === 40960) { + await fs.writelink(filepath, object); + } else { + throw new InternalError( + `Invalid mode 0o${mode.toString(8)} detected in blob ${oid2}` + ); + } + } + const stats = await fs.lstat(filepath); + if (mode === 33261) { + stats.mode = 493; + } + if (method2 === "mkdir-index") { + stats.mode = 57344; + } + index2.insert({ + filepath: fullpath, + stats, + oid: oid2 + }); + if (onProgress) { + await onProgress({ + phase: "Updating workdir", + loaded: ++count, + total + }); + } + } catch (e) { + console.log(e); + } + }) + ); + }); + if (onPostCheckout) { + await onPostCheckout({ + previousHead: oldOid, + newHead: oid, + type: filepaths != null && filepaths.length > 0 ? "file" : "branch" + }); + } + } + if (!noUpdateHead) { + const fullRef = await GitRefManager.expand({ fs, gitdir, ref }); + if (fullRef.startsWith("refs/heads")) { + await GitRefManager.writeSymbolicRef({ + fs, + gitdir, + ref: "HEAD", + value: fullRef + }); + } else { + await GitRefManager.writeRef({ fs, gitdir, ref: "HEAD", value: oid }); + } + } +} +async function analyze({ + fs, + cache, + onProgress, + dir, + gitdir, + ref, + force, + filepaths +}) { + let count = 0; + return _walk({ + fs, + cache, + dir, + gitdir, + trees: [TREE({ ref }), WORKDIR(), STAGE()], + map: async function(fullpath, [commit2, workdir, stage]) { + if (fullpath === ".") return; + if (filepaths && !filepaths.some((base) => worthWalking(fullpath, base))) { + return null; + } + if (onProgress) { + await onProgress({ phase: "Analyzing workdir", loaded: ++count }); + } + const key2 = [!!stage, !!commit2, !!workdir].map(Number).join(""); + switch (key2) { + case "000": + return; + case "001": + if (force && filepaths && filepaths.includes(fullpath)) { + return ["delete", fullpath]; + } + return; + case "010": { + switch (await commit2.type()) { + case "tree": { + return ["mkdir", fullpath]; + } + case "blob": { + return [ + "create", + fullpath, + await commit2.oid(), + await commit2.mode() + ]; + } + case "commit": { + return [ + "mkdir-index", + fullpath, + await commit2.oid(), + await commit2.mode() + ]; + } + default: { + return [ + "error", + `new entry Unhandled type ${await commit2.type()}` + ]; + } + } + } + case "011": { + switch (`${await commit2.type()}-${await workdir.type()}`) { + case "tree-tree": { + return; + } + case "tree-blob": + case "blob-tree": { + return ["conflict", fullpath]; + } + case "blob-blob": { + if (await commit2.oid() !== await workdir.oid()) { + if (force) { + return [ + "update", + fullpath, + await commit2.oid(), + await commit2.mode(), + await commit2.mode() !== await workdir.mode() + ]; + } else { + return ["conflict", fullpath]; + } + } else { + if (await commit2.mode() !== await workdir.mode()) { + if (force) { + return [ + "update", + fullpath, + await commit2.oid(), + await commit2.mode(), + true + ]; + } else { + return ["conflict", fullpath]; + } + } else { + return [ + "create-index", + fullpath, + await commit2.oid(), + await commit2.mode() + ]; + } + } + } + case "commit-tree": { + return; + } + case "commit-blob": { + return ["conflict", fullpath]; + } + default: { + return ["error", `new entry Unhandled type ${commit2.type}`]; + } + } + } + case "100": { + return ["delete-index", fullpath]; + } + case "101": { + switch (await stage.type()) { + case "tree": { + return ["rmdir", fullpath]; + } + case "blob": { + if (await stage.oid() !== await workdir.oid()) { + if (force) { + return ["delete", fullpath]; + } else { + return ["conflict", fullpath]; + } + } else { + return ["delete", fullpath]; + } + } + case "commit": { + return ["rmdir-index", fullpath]; + } + default: { + return [ + "error", + `delete entry Unhandled type ${await stage.type()}` + ]; + } + } + } + case "110": + case "111": { + switch (`${await stage.type()}-${await commit2.type()}`) { + case "tree-tree": { + return; + } + case "blob-blob": { + if (await stage.oid() === await commit2.oid() && await stage.mode() === await commit2.mode() && !force) { + return; + } + if (workdir) { + if (await workdir.oid() !== await stage.oid() && await workdir.oid() !== await commit2.oid()) { + if (force) { + return [ + "update", + fullpath, + await commit2.oid(), + await commit2.mode(), + await commit2.mode() !== await workdir.mode() + ]; + } else { + return ["conflict", fullpath]; + } + } + } else if (force) { + return [ + "update", + fullpath, + await commit2.oid(), + await commit2.mode(), + await commit2.mode() !== await stage.mode() + ]; + } + if (await commit2.mode() !== await stage.mode()) { + return [ + "update", + fullpath, + await commit2.oid(), + await commit2.mode(), + true + ]; + } + if (await commit2.oid() !== await stage.oid()) { + return [ + "update", + fullpath, + await commit2.oid(), + await commit2.mode(), + false + ]; + } else { + return; + } + } + case "tree-blob": { + return ["update-dir-to-blob", fullpath, await commit2.oid()]; + } + case "blob-tree": { + return ["update-blob-to-tree", fullpath]; + } + case "commit-commit": { + return [ + "mkdir-index", + fullpath, + await commit2.oid(), + await commit2.mode() + ]; + } + default: { + return [ + "error", + `update entry Unhandled type ${await stage.type()}-${await commit2.type()}` + ]; + } + } + } + } + }, + // Modify the default flat mapping + reduce: async function(parent, children2) { + children2 = flat(children2); + if (!parent) { + return children2; + } else if (parent && parent[0] === "rmdir") { + children2.push(parent); + return children2; + } else { + children2.unshift(parent); + return children2; + } + } + }); +} +async function checkout({ + fs, + onProgress, + onPostCheckout, + dir, + gitdir = join(dir, ".git"), + remote = "origin", + ref: _ref, + filepaths, + noCheckout = false, + noUpdateHead = _ref === void 0, + dryRun = false, + force = false, + track = true, + cache = {} +}) { + try { + assertParameter("fs", fs); + assertParameter("dir", dir); + assertParameter("gitdir", gitdir); + const ref = _ref || "HEAD"; + return await _checkout({ + fs: new FileSystem(fs), + cache, + onProgress, + onPostCheckout, + dir, + gitdir, + remote, + ref, + filepaths, + noCheckout, + noUpdateHead, + dryRun, + force, + track + }); + } catch (err) { + err.caller = "git.checkout"; + throw err; + } +} +var abbreviateRx = new RegExp("^refs/(heads/|tags/|remotes/)?(.*)"); +function abbreviateRef(ref) { + const match = abbreviateRx.exec(ref); + if (match) { + if (match[1] === "remotes/" && ref.endsWith("/HEAD")) { + return match[2].slice(0, -5); + } else { + return match[2]; + } + } + return ref; +} +async function _currentBranch({ + fs, + gitdir, + fullname = false, + test = false +}) { + const ref = await GitRefManager.resolve({ + fs, + gitdir, + ref: "HEAD", + depth: 2 + }); + if (test) { + try { + await GitRefManager.resolve({ fs, gitdir, ref }); + } catch (_) { + return; + } + } + if (!ref.startsWith("refs/")) return; + return fullname ? ref : abbreviateRef(ref); +} +function translateSSHtoHTTP(url) { + url = url.replace(/^git@([^:]+):/, "https://$1/"); + url = url.replace(/^ssh:\/\//, "https://"); + return url; +} +function calculateBasicAuthHeader({ username = "", password = "" }) { + return `Basic ${Buffer.from(`${username}:${password}`).toString("base64")}`; +} +async function forAwait(iterable, cb) { + const iter = getIterator(iterable); + while (true) { + const { value, done } = await iter.next(); + if (value) await cb(value); + if (done) break; + } + if (iter.return) iter.return(); +} +async function collect(iterable) { + let size = 0; + const buffers = []; + await forAwait(iterable, (value) => { + buffers.push(value); + size += value.byteLength; + }); + const result = new Uint8Array(size); + let nextIndex = 0; + for (const buffer2 of buffers) { + result.set(buffer2, nextIndex); + nextIndex += buffer2.byteLength; + } + return result; +} +function extractAuthFromUrl(url) { + let userpass = url.match(/^https?:\/\/([^/]+)@/); + if (userpass == null) return { url, auth: {} }; + userpass = userpass[1]; + const [username, password] = userpass.split(":"); + url = url.replace(`${userpass}@`, ""); + return { url, auth: { username, password } }; +} +function padHex(b, n) { + const s = n.toString(16); + return "0".repeat(b - s.length) + s; +} +var GitPktLine = class { + static flush() { + return Buffer.from("0000", "utf8"); + } + static delim() { + return Buffer.from("0001", "utf8"); + } + static encode(line) { + if (typeof line === "string") { + line = Buffer.from(line); + } + const length = line.length + 4; + const hexlength = padHex(4, length); + return Buffer.concat([Buffer.from(hexlength, "utf8"), line]); + } + static streamReader(stream) { + const reader = new StreamReader(stream); + return async function read() { + try { + let length = await reader.read(4); + if (length == null) return true; + length = parseInt(length.toString("utf8"), 16); + if (length === 0) return null; + if (length === 1) return null; + const buffer2 = await reader.read(length - 4); + if (buffer2 == null) return true; + return buffer2; + } catch (err) { + stream.error = err; + return true; + } + }; + } +}; +async function parseCapabilitiesV2(read) { + const capabilities2 = {}; + let line; + while (true) { + line = await read(); + if (line === true) break; + if (line === null) continue; + line = line.toString("utf8").replace(/\n$/, ""); + const i = line.indexOf("="); + if (i > -1) { + const key2 = line.slice(0, i); + const value = line.slice(i + 1); + capabilities2[key2] = value; + } else { + capabilities2[line] = true; + } + } + return { protocolVersion: 2, capabilities2 }; +} +async function parseRefsAdResponse(stream, { service }) { + const capabilities = /* @__PURE__ */ new Set(); + const refs = /* @__PURE__ */ new Map(); + const symrefs = /* @__PURE__ */ new Map(); + const read = GitPktLine.streamReader(stream); + let lineOne = await read(); + while (lineOne === null) lineOne = await read(); + if (lineOne === true) throw new EmptyServerResponseError(); + if (lineOne.includes("version 2")) { + return parseCapabilitiesV2(read); + } + if (lineOne.toString("utf8").replace(/\n$/, "") !== `# service=${service}`) { + throw new ParseError(`# service=${service}\\n`, lineOne.toString("utf8")); + } + let lineTwo = await read(); + while (lineTwo === null) lineTwo = await read(); + if (lineTwo === true) return { capabilities, refs, symrefs }; + lineTwo = lineTwo.toString("utf8"); + if (lineTwo.includes("version 2")) { + return parseCapabilitiesV2(read); + } + const [firstRef, capabilitiesLine] = splitAndAssert(lineTwo, "\0", "\\x00"); + capabilitiesLine.split(" ").map((x) => capabilities.add(x)); + if (firstRef !== "0000000000000000000000000000000000000000 capabilities^{}") { + const [ref, name] = splitAndAssert(firstRef, " ", " "); + refs.set(name, ref); + while (true) { + const line = await read(); + if (line === true) break; + if (line !== null) { + const [ref2, name2] = splitAndAssert(line.toString("utf8"), " ", " "); + refs.set(name2, ref2); + } + } + } + for (const cap of capabilities) { + if (cap.startsWith("symref=")) { + const m = cap.match(/symref=([^:]+):(.*)/); + if (m.length === 3) { + symrefs.set(m[1], m[2]); + } + } + } + return { protocolVersion: 1, capabilities, refs, symrefs }; +} +function splitAndAssert(line, sep2, expected) { + const split = line.trim().split(sep2); + if (split.length !== 2) { + throw new ParseError( + `Two strings separated by '${expected}'`, + line.toString("utf8") + ); + } + return split; +} +var corsProxify = (corsProxy, url) => corsProxy.endsWith("?") ? `${corsProxy}${url}` : `${corsProxy}/${url.replace(/^https?:\/\//, "")}`; +var updateHeaders = (headers, auth) => { + if (auth.username || auth.password) { + headers.Authorization = calculateBasicAuthHeader(auth); + } + if (auth.headers) { + Object.assign(headers, auth.headers); + } +}; +var stringifyBody = async (res) => { + try { + const data = Buffer.from(await collect(res.body)); + const response = data.toString("utf8"); + const preview = response.length < 256 ? response : response.slice(0, 256) + "..."; + return { preview, response, data }; + } catch (e) { + return {}; + } +}; +var GitRemoteHTTP = class { + static async capabilities() { + return ["discover", "connect"]; + } + /** + * @param {Object} args + * @param {HttpClient} args.http + * @param {ProgressCallback} [args.onProgress] + * @param {AuthCallback} [args.onAuth] + * @param {AuthFailureCallback} [args.onAuthFailure] + * @param {AuthSuccessCallback} [args.onAuthSuccess] + * @param {string} [args.corsProxy] + * @param {string} args.service + * @param {string} args.url + * @param {Object} args.headers + * @param {1 | 2} args.protocolVersion - Git Protocol Version + */ + static async discover({ + http, + onProgress, + onAuth, + onAuthSuccess, + onAuthFailure, + corsProxy, + service, + url: _origUrl, + headers, + protocolVersion + }) { + let { url, auth } = extractAuthFromUrl(_origUrl); + const proxifiedURL = corsProxy ? corsProxify(corsProxy, url) : url; + if (auth.username || auth.password) { + headers.Authorization = calculateBasicAuthHeader(auth); + } + if (protocolVersion === 2) { + headers["Git-Protocol"] = "version=2"; + } + let res; + let tryAgain; + let providedAuthBefore = false; + do { + res = await http.request({ + onProgress, + method: "GET", + url: `${proxifiedURL}/info/refs?service=${service}`, + headers + }); + tryAgain = false; + if (res.statusCode === 401 || res.statusCode === 203) { + const getAuth = providedAuthBefore ? onAuthFailure : onAuth; + if (getAuth) { + auth = await getAuth(url, { + ...auth, + headers: { ...headers } + }); + if (auth && auth.cancel) { + throw new UserCanceledError(); + } else if (auth) { + updateHeaders(headers, auth); + providedAuthBefore = true; + tryAgain = true; + } + } + } else if (res.statusCode === 200 && providedAuthBefore && onAuthSuccess) { + await onAuthSuccess(url, auth); + } + } while (tryAgain); + if (res.statusCode !== 200) { + const { response } = await stringifyBody(res); + throw new HttpError(res.statusCode, res.statusMessage, response); + } + if (res.headers["content-type"] === `application/x-${service}-advertisement`) { + const remoteHTTP = await parseRefsAdResponse(res.body, { service }); + remoteHTTP.auth = auth; + return remoteHTTP; + } else { + const { preview, response, data } = await stringifyBody(res); + try { + const remoteHTTP = await parseRefsAdResponse([data], { service }); + remoteHTTP.auth = auth; + return remoteHTTP; + } catch (e) { + throw new SmartHttpError(preview, response); + } + } + } + /** + * @param {Object} args + * @param {HttpClient} args.http + * @param {ProgressCallback} [args.onProgress] + * @param {string} [args.corsProxy] + * @param {string} args.service + * @param {string} args.url + * @param {Object} [args.headers] + * @param {any} args.body + * @param {any} args.auth + */ + static async connect({ + http, + onProgress, + corsProxy, + service, + url, + auth, + body, + headers + }) { + const urlAuth = extractAuthFromUrl(url); + if (urlAuth) url = urlAuth.url; + if (corsProxy) url = corsProxify(corsProxy, url); + headers["content-type"] = `application/x-${service}-request`; + headers.accept = `application/x-${service}-result`; + updateHeaders(headers, auth); + const res = await http.request({ + onProgress, + method: "POST", + url: `${url}/${service}`, + body, + headers + }); + if (res.statusCode !== 200) { + const { response } = stringifyBody(res); + throw new HttpError(res.statusCode, res.statusMessage, response); + } + return res; + } +}; +function parseRemoteUrl({ url }) { + if (url.startsWith("git@")) { + return { + transport: "ssh", + address: url + }; + } + const matches = url.match(/(\w+)(:\/\/|::)(.*)/); + if (matches === null) return; + if (matches[2] === "://") { + return { + transport: matches[1], + address: matches[0] + }; + } + if (matches[2] === "::") { + return { + transport: matches[1], + address: matches[3] + }; + } +} +var GitRemoteManager = class { + static getRemoteHelperFor({ url }) { + const remoteHelpers = /* @__PURE__ */ new Map(); + remoteHelpers.set("http", GitRemoteHTTP); + remoteHelpers.set("https", GitRemoteHTTP); + const parts = parseRemoteUrl({ url }); + if (!parts) { + throw new UrlParseError(url); + } + if (remoteHelpers.has(parts.transport)) { + return remoteHelpers.get(parts.transport); + } + throw new UnknownTransportError( + url, + parts.transport, + parts.transport === "ssh" ? translateSSHtoHTTP(url) : void 0 + ); + } +}; +var lock$2 = null; +var GitShallowManager = class { + static async read({ fs, gitdir }) { + if (lock$2 === null) lock$2 = new import_async_lock.default(); + const filepath = join(gitdir, "shallow"); + const oids = /* @__PURE__ */ new Set(); + await lock$2.acquire(filepath, async function() { + const text2 = await fs.read(filepath, { encoding: "utf8" }); + if (text2 === null) return oids; + if (text2.trim() === "") return oids; + text2.trim().split("\n").map((oid) => oids.add(oid)); + }); + return oids; + } + static async write({ fs, gitdir, oids }) { + if (lock$2 === null) lock$2 = new import_async_lock.default(); + const filepath = join(gitdir, "shallow"); + if (oids.size > 0) { + const text2 = [...oids].join("\n") + "\n"; + await lock$2.acquire(filepath, async function() { + await fs.write(filepath, text2, { + encoding: "utf8" + }); + }); + } else { + await lock$2.acquire(filepath, async function() { + await fs.rm(filepath); + }); + } + } +}; +async function hasObjectLoose({ fs, gitdir, oid }) { + const source = `objects/${oid.slice(0, 2)}/${oid.slice(2)}`; + return fs.exists(`${gitdir}/${source}`); +} +async function hasObjectPacked({ + fs, + cache, + gitdir, + oid, + getExternalRefDelta +}) { + let list = await fs.readdir(join(gitdir, "objects/pack")); + list = list.filter((x) => x.endsWith(".idx")); + for (const filename of list) { + const indexFile = `${gitdir}/objects/pack/${filename}`; + const p = await readPackIndex({ + fs, + cache, + filename: indexFile, + getExternalRefDelta + }); + if (p.error) throw new InternalError(p.error); + if (p.offsets.has(oid)) { + return true; + } + } + return false; +} +async function hasObject({ + fs, + cache, + gitdir, + oid, + format = "content" +}) { + const getExternalRefDelta = (oid2) => _readObject({ fs, cache, gitdir, oid: oid2 }); + let result = await hasObjectLoose({ fs, gitdir, oid }); + if (!result) { + result = await hasObjectPacked({ + fs, + cache, + gitdir, + oid, + getExternalRefDelta + }); + } + return result; +} +function emptyPackfile(pack) { + const pheader = "5041434b"; + const version2 = "00000002"; + const obCount = "00000000"; + const header = pheader + version2 + obCount; + return pack.slice(0, 12).toString("hex") === header; +} +function filterCapabilities(server, client) { + const serverNames = server.map((cap) => cap.split("=", 1)[0]); + return client.filter((cap) => { + const name = cap.split("=", 1)[0]; + return serverNames.includes(name); + }); +} +var pkg = { + name: "isomorphic-git", + version: "1.27.1", + agent: "git/isomorphic-git@1.27.1" +}; +var FIFO = class { + constructor() { + this._queue = []; + } + write(chunk) { + if (this._ended) { + throw Error("You cannot write to a FIFO that has already been ended!"); + } + if (this._waiting) { + const resolve2 = this._waiting; + this._waiting = null; + resolve2({ value: chunk }); + } else { + this._queue.push(chunk); + } + } + end() { + this._ended = true; + if (this._waiting) { + const resolve2 = this._waiting; + this._waiting = null; + resolve2({ done: true }); + } + } + destroy(err) { + this.error = err; + this.end(); + } + async next() { + if (this._queue.length > 0) { + return { value: this._queue.shift() }; + } + if (this._ended) { + return { done: true }; + } + if (this._waiting) { + throw Error( + "You cannot call read until the previous call to read has returned!" + ); + } + return new Promise((resolve2) => { + this._waiting = resolve2; + }); + } +}; +function findSplit(str) { + const r = str.indexOf("\r"); + const n = str.indexOf("\n"); + if (r === -1 && n === -1) return -1; + if (r === -1) return n + 1; + if (n === -1) return r + 1; + if (n === r + 1) return n + 1; + return Math.min(r, n) + 1; +} +function splitLines(input) { + const output = new FIFO(); + let tmp = ""; + (async () => { + await forAwait(input, (chunk) => { + chunk = chunk.toString("utf8"); + tmp += chunk; + while (true) { + const i = findSplit(tmp); + if (i === -1) break; + output.write(tmp.slice(0, i)); + tmp = tmp.slice(i); + } + }); + if (tmp.length > 0) { + output.write(tmp); + } + output.end(); + })(); + return output; +} +var GitSideBand = class { + static demux(input) { + const read = GitPktLine.streamReader(input); + const packetlines = new FIFO(); + const packfile = new FIFO(); + const progress = new FIFO(); + const nextBit = async function() { + const line = await read(); + if (line === null) return nextBit(); + if (line === true) { + packetlines.end(); + progress.end(); + input.error ? packfile.destroy(input.error) : packfile.end(); + return; + } + switch (line[0]) { + case 1: { + packfile.write(line.slice(1)); + break; + } + case 2: { + progress.write(line.slice(1)); + break; + } + case 3: { + const error = line.slice(1); + progress.write(error); + packetlines.end(); + progress.end(); + packfile.destroy(new Error(error.toString("utf8"))); + return; + } + default: { + packetlines.write(line); + } + } + nextBit(); + }; + nextBit(); + return { + packetlines, + packfile, + progress + }; + } + // static mux ({ + // protocol, // 'side-band' or 'side-band-64k' + // packetlines, + // packfile, + // progress, + // error + // }) { + // const MAX_PACKET_LENGTH = protocol === 'side-band-64k' ? 999 : 65519 + // let output = new PassThrough() + // packetlines.on('data', data => { + // if (data === null) { + // output.write(GitPktLine.flush()) + // } else { + // output.write(GitPktLine.encode(data)) + // } + // }) + // let packfileWasEmpty = true + // let packfileEnded = false + // let progressEnded = false + // let errorEnded = false + // let goodbye = Buffer.concat([ + // GitPktLine.encode(Buffer.from('010A', 'hex')), + // GitPktLine.flush() + // ]) + // packfile + // .on('data', data => { + // packfileWasEmpty = false + // const buffers = splitBuffer(data, MAX_PACKET_LENGTH) + // for (const buffer of buffers) { + // output.write( + // GitPktLine.encode(Buffer.concat([Buffer.from('01', 'hex'), buffer])) + // ) + // } + // }) + // .on('end', () => { + // packfileEnded = true + // if (!packfileWasEmpty) output.write(goodbye) + // if (progressEnded && errorEnded) output.end() + // }) + // progress + // .on('data', data => { + // const buffers = splitBuffer(data, MAX_PACKET_LENGTH) + // for (const buffer of buffers) { + // output.write( + // GitPktLine.encode(Buffer.concat([Buffer.from('02', 'hex'), buffer])) + // ) + // } + // }) + // .on('end', () => { + // progressEnded = true + // if (packfileEnded && errorEnded) output.end() + // }) + // error + // .on('data', data => { + // const buffers = splitBuffer(data, MAX_PACKET_LENGTH) + // for (const buffer of buffers) { + // output.write( + // GitPktLine.encode(Buffer.concat([Buffer.from('03', 'hex'), buffer])) + // ) + // } + // }) + // .on('end', () => { + // errorEnded = true + // if (progressEnded && packfileEnded) output.end() + // }) + // return output + // } +}; +async function parseUploadPackResponse(stream) { + const { packetlines, packfile, progress } = GitSideBand.demux(stream); + const shallows = []; + const unshallows = []; + const acks = []; + let nak = false; + let done = false; + return new Promise((resolve2, reject) => { + forAwait(packetlines, (data) => { + const line = data.toString("utf8").trim(); + if (line.startsWith("shallow")) { + const oid = line.slice(-41).trim(); + if (oid.length !== 40) { + reject(new InvalidOidError(oid)); + } + shallows.push(oid); + } else if (line.startsWith("unshallow")) { + const oid = line.slice(-41).trim(); + if (oid.length !== 40) { + reject(new InvalidOidError(oid)); + } + unshallows.push(oid); + } else if (line.startsWith("ACK")) { + const [, oid, status2] = line.split(" "); + acks.push({ oid, status: status2 }); + if (!status2) done = true; + } else if (line.startsWith("NAK")) { + nak = true; + done = true; + } else { + done = true; + nak = true; + } + if (done) { + stream.error ? reject(stream.error) : resolve2({ shallows, unshallows, acks, nak, packfile, progress }); + } + }).finally(() => { + if (!done) { + stream.error ? reject(stream.error) : resolve2({ shallows, unshallows, acks, nak, packfile, progress }); + } + }); + }); +} +function writeUploadPackRequest({ + capabilities = [], + wants = [], + haves = [], + shallows = [], + depth = null, + since = null, + exclude = [] +}) { + const packstream = []; + wants = [...new Set(wants)]; + let firstLineCapabilities = ` ${capabilities.join(" ")}`; + for (const oid of wants) { + packstream.push(GitPktLine.encode(`want ${oid}${firstLineCapabilities} +`)); + firstLineCapabilities = ""; + } + for (const oid of shallows) { + packstream.push(GitPktLine.encode(`shallow ${oid} +`)); + } + if (depth !== null) { + packstream.push(GitPktLine.encode(`deepen ${depth} +`)); + } + if (since !== null) { + packstream.push( + GitPktLine.encode(`deepen-since ${Math.floor(since.valueOf() / 1e3)} +`) + ); + } + for (const oid of exclude) { + packstream.push(GitPktLine.encode(`deepen-not ${oid} +`)); + } + packstream.push(GitPktLine.flush()); + for (const oid of haves) { + packstream.push(GitPktLine.encode(`have ${oid} +`)); + } + packstream.push(GitPktLine.encode(`done +`)); + return packstream; +} +async function _fetch({ + fs, + cache, + http, + onProgress, + onMessage, + onAuth, + onAuthSuccess, + onAuthFailure, + gitdir, + ref: _ref, + remoteRef: _remoteRef, + remote: _remote, + url: _url, + corsProxy, + depth = null, + since = null, + exclude = [], + relative: relative2 = false, + tags = false, + singleBranch = false, + headers = {}, + prune = false, + pruneTags = false +}) { + const ref = _ref || await _currentBranch({ fs, gitdir, test: true }); + const config = await GitConfigManager.get({ fs, gitdir }); + const remote = _remote || ref && await config.get(`branch.${ref}.remote`) || "origin"; + const url = _url || await config.get(`remote.${remote}.url`); + if (typeof url === "undefined") { + throw new MissingParameterError("remote OR url"); + } + const remoteRef = _remoteRef || ref && await config.get(`branch.${ref}.merge`) || _ref || "HEAD"; + if (corsProxy === void 0) { + corsProxy = await config.get("http.corsProxy"); + } + const GitRemoteHTTP2 = GitRemoteManager.getRemoteHelperFor({ url }); + const remoteHTTP = await GitRemoteHTTP2.discover({ + http, + onAuth, + onAuthSuccess, + onAuthFailure, + corsProxy, + service: "git-upload-pack", + url, + headers, + protocolVersion: 1 + }); + const auth = remoteHTTP.auth; + const remoteRefs = remoteHTTP.refs; + if (remoteRefs.size === 0) { + return { + defaultBranch: null, + fetchHead: null, + fetchHeadDescription: null + }; + } + if (depth !== null && !remoteHTTP.capabilities.has("shallow")) { + throw new RemoteCapabilityError("shallow", "depth"); + } + if (since !== null && !remoteHTTP.capabilities.has("deepen-since")) { + throw new RemoteCapabilityError("deepen-since", "since"); + } + if (exclude.length > 0 && !remoteHTTP.capabilities.has("deepen-not")) { + throw new RemoteCapabilityError("deepen-not", "exclude"); + } + if (relative2 === true && !remoteHTTP.capabilities.has("deepen-relative")) { + throw new RemoteCapabilityError("deepen-relative", "relative"); + } + const { oid, fullref } = GitRefManager.resolveAgainstMap({ + ref: remoteRef, + map: remoteRefs + }); + for (const remoteRef2 of remoteRefs.keys()) { + if (remoteRef2 === fullref || remoteRef2 === "HEAD" || remoteRef2.startsWith("refs/heads/") || tags && remoteRef2.startsWith("refs/tags/")) { + continue; + } + remoteRefs.delete(remoteRef2); + } + const capabilities = filterCapabilities( + [...remoteHTTP.capabilities], + [ + "multi_ack_detailed", + "no-done", + "side-band-64k", + // Note: I removed 'thin-pack' option since our code doesn't "fatten" packfiles, + // which is necessary for compatibility with git. It was the cause of mysterious + // 'fatal: pack has [x] unresolved deltas' errors that plagued us for some time. + // isomorphic-git is perfectly happy with thin packfiles in .git/objects/pack but + // canonical git it turns out is NOT. + "ofs-delta", + `agent=${pkg.agent}` + ] + ); + if (relative2) capabilities.push("deepen-relative"); + const wants = singleBranch ? [oid] : remoteRefs.values(); + const haveRefs = singleBranch ? [ref] : await GitRefManager.listRefs({ + fs, + gitdir, + filepath: `refs` + }); + let haves = []; + for (let ref2 of haveRefs) { + try { + ref2 = await GitRefManager.expand({ fs, gitdir, ref: ref2 }); + const oid2 = await GitRefManager.resolve({ fs, gitdir, ref: ref2 }); + if (await hasObject({ fs, cache, gitdir, oid: oid2 })) { + haves.push(oid2); + } + } catch (err) { + } + } + haves = [...new Set(haves)]; + const oids = await GitShallowManager.read({ fs, gitdir }); + const shallows = remoteHTTP.capabilities.has("shallow") ? [...oids] : []; + const packstream = writeUploadPackRequest({ + capabilities, + wants, + haves, + shallows, + depth, + since, + exclude + }); + const packbuffer = Buffer.from(await collect(packstream)); + const raw = await GitRemoteHTTP2.connect({ + http, + onProgress, + corsProxy, + service: "git-upload-pack", + url, + auth, + body: [packbuffer], + headers + }); + const response = await parseUploadPackResponse(raw.body); + if (raw.headers) { + response.headers = raw.headers; + } + for (const oid2 of response.shallows) { + if (!oids.has(oid2)) { + try { + const { object } = await _readObject({ fs, cache, gitdir, oid: oid2 }); + const commit2 = new GitCommit(object); + const hasParents = await Promise.all( + commit2.headers().parent.map((oid3) => hasObject({ fs, cache, gitdir, oid: oid3 })) + ); + const haveAllParents = hasParents.length === 0 || hasParents.every((has) => has); + if (!haveAllParents) { + oids.add(oid2); + } + } catch (err) { + oids.add(oid2); + } + } + } + for (const oid2 of response.unshallows) { + oids.delete(oid2); + } + await GitShallowManager.write({ fs, gitdir, oids }); + if (singleBranch) { + const refs = /* @__PURE__ */ new Map([[fullref, oid]]); + const symrefs = /* @__PURE__ */ new Map(); + let bail = 10; + let key2 = fullref; + while (bail--) { + const value = remoteHTTP.symrefs.get(key2); + if (value === void 0) break; + symrefs.set(key2, value); + key2 = value; + } + const realRef = remoteRefs.get(key2); + if (realRef) { + refs.set(key2, realRef); + } + const { pruned } = await GitRefManager.updateRemoteRefs({ + fs, + gitdir, + remote, + refs, + symrefs, + tags, + prune + }); + if (prune) { + response.pruned = pruned; + } + } else { + const { pruned } = await GitRefManager.updateRemoteRefs({ + fs, + gitdir, + remote, + refs: remoteRefs, + symrefs: remoteHTTP.symrefs, + tags, + prune, + pruneTags + }); + if (prune) { + response.pruned = pruned; + } + } + response.HEAD = remoteHTTP.symrefs.get("HEAD"); + if (response.HEAD === void 0) { + const { oid: oid2 } = GitRefManager.resolveAgainstMap({ + ref: "HEAD", + map: remoteRefs + }); + for (const [key2, value] of remoteRefs.entries()) { + if (key2 !== "HEAD" && value === oid2) { + response.HEAD = key2; + break; + } + } + } + const noun = fullref.startsWith("refs/tags") ? "tag" : "branch"; + response.FETCH_HEAD = { + oid, + description: `${noun} '${abbreviateRef(fullref)}' of ${url}` + }; + if (onProgress || onMessage) { + const lines = splitLines(response.progress); + forAwait(lines, async (line) => { + if (onMessage) await onMessage(line); + if (onProgress) { + const matches = line.match(/([^:]*).*\((\d+?)\/(\d+?)\)/); + if (matches) { + await onProgress({ + phase: matches[1].trim(), + loaded: parseInt(matches[2], 10), + total: parseInt(matches[3], 10) + }); + } + } + }); + } + const packfile = Buffer.from(await collect(response.packfile)); + if (raw.body.error) throw raw.body.error; + const packfileSha = packfile.slice(-20).toString("hex"); + const res = { + defaultBranch: response.HEAD, + fetchHead: response.FETCH_HEAD.oid, + fetchHeadDescription: response.FETCH_HEAD.description + }; + if (response.headers) { + res.headers = response.headers; + } + if (prune) { + res.pruned = response.pruned; + } + if (packfileSha !== "" && !emptyPackfile(packfile)) { + res.packfile = `objects/pack/pack-${packfileSha}.pack`; + const fullpath = join(gitdir, res.packfile); + await fs.write(fullpath, packfile); + const getExternalRefDelta = (oid2) => _readObject({ fs, cache, gitdir, oid: oid2 }); + const idx = await GitPackIndex.fromPack({ + pack: packfile, + getExternalRefDelta, + onProgress + }); + await fs.write(fullpath.replace(/\.pack$/, ".idx"), await idx.toBuffer()); + } + return res; +} +async function _init({ + fs, + bare = false, + dir, + gitdir = bare ? dir : join(dir, ".git"), + defaultBranch = "master" +}) { + if (await fs.exists(gitdir + "/config")) return; + let folders = [ + "hooks", + "info", + "objects/info", + "objects/pack", + "refs/heads", + "refs/tags" + ]; + folders = folders.map((dir2) => gitdir + "/" + dir2); + for (const folder of folders) { + await fs.mkdir(folder); + } + await fs.write( + gitdir + "/config", + `[core] + repositoryformatversion = 0 + filemode = false + bare = ${bare} +` + (bare ? "" : " logallrefupdates = true\n") + " symlinks = false\n ignorecase = true\n" + ); + await fs.write(gitdir + "/HEAD", `ref: refs/heads/${defaultBranch} +`); +} +async function _clone({ + fs, + cache, + http, + onProgress, + onMessage, + onAuth, + onAuthSuccess, + onAuthFailure, + onPostCheckout, + dir, + gitdir, + url, + corsProxy, + ref, + remote, + depth, + since, + exclude, + relative: relative2, + singleBranch, + noCheckout, + noTags, + headers +}) { + try { + await _init({ fs, gitdir }); + await _addRemote({ fs, gitdir, remote, url, force: false }); + if (corsProxy) { + const config = await GitConfigManager.get({ fs, gitdir }); + await config.set(`http.corsProxy`, corsProxy); + await GitConfigManager.save({ fs, gitdir, config }); + } + const { defaultBranch, fetchHead } = await _fetch({ + fs, + cache, + http, + onProgress, + onMessage, + onAuth, + onAuthSuccess, + onAuthFailure, + gitdir, + ref, + remote, + corsProxy, + depth, + since, + exclude, + relative: relative2, + singleBranch, + headers, + tags: !noTags + }); + if (fetchHead === null) return; + ref = ref || defaultBranch; + ref = ref.replace("refs/heads/", ""); + await _checkout({ + fs, + cache, + onProgress, + onPostCheckout, + dir, + gitdir, + ref, + remote, + noCheckout + }); + } catch (err) { + await fs.rmdir(gitdir, { recursive: true, maxRetries: 10 }).catch(() => void 0); + throw err; + } +} +async function clone({ + fs, + http, + onProgress, + onMessage, + onAuth, + onAuthSuccess, + onAuthFailure, + onPostCheckout, + dir, + gitdir = join(dir, ".git"), + url, + corsProxy = void 0, + ref = void 0, + remote = "origin", + depth = void 0, + since = void 0, + exclude = [], + relative: relative2 = false, + singleBranch = false, + noCheckout = false, + noTags = false, + headers = {}, + cache = {} +}) { + try { + assertParameter("fs", fs); + assertParameter("http", http); + assertParameter("gitdir", gitdir); + if (!noCheckout) { + assertParameter("dir", dir); + } + assertParameter("url", url); + return await _clone({ + fs: new FileSystem(fs), + cache, + http, + onProgress, + onMessage, + onAuth, + onAuthSuccess, + onAuthFailure, + onPostCheckout, + dir, + gitdir, + url, + corsProxy, + ref, + remote, + depth, + since, + exclude, + relative: relative2, + singleBranch, + noCheckout, + noTags, + headers + }); + } catch (err) { + err.caller = "git.clone"; + throw err; + } +} +async function commit({ + fs: _fs, + onSign, + dir, + gitdir = join(dir, ".git"), + message, + author, + committer, + signingKey, + amend = false, + dryRun = false, + noUpdateBranch = false, + ref, + parent, + tree, + cache = {} +}) { + try { + assertParameter("fs", _fs); + if (!amend) { + assertParameter("message", message); + } + if (signingKey) { + assertParameter("onSign", onSign); + } + const fs = new FileSystem(_fs); + return await _commit({ + fs, + cache, + onSign, + gitdir, + message, + author, + committer, + signingKey, + amend, + dryRun, + noUpdateBranch, + ref, + parent, + tree + }); + } catch (err) { + err.caller = "git.commit"; + throw err; + } +} +async function currentBranch({ + fs, + dir, + gitdir = join(dir, ".git"), + fullname = false, + test = false +}) { + try { + assertParameter("fs", fs); + assertParameter("gitdir", gitdir); + return await _currentBranch({ + fs: new FileSystem(fs), + gitdir, + fullname, + test + }); + } catch (err) { + err.caller = "git.currentBranch"; + throw err; + } +} +async function _deleteBranch({ fs, gitdir, ref }) { + ref = ref.startsWith("refs/heads/") ? ref : `refs/heads/${ref}`; + const exist = await GitRefManager.exists({ fs, gitdir, ref }); + if (!exist) { + throw new NotFoundError(ref); + } + const fullRef = await GitRefManager.expand({ fs, gitdir, ref }); + const currentRef = await _currentBranch({ fs, gitdir, fullname: true }); + if (fullRef === currentRef) { + const value = await GitRefManager.resolve({ fs, gitdir, ref: fullRef }); + await GitRefManager.writeRef({ fs, gitdir, ref: "HEAD", value }); + } + await GitRefManager.deleteRef({ fs, gitdir, ref: fullRef }); + const abbrevRef = abbreviateRef(ref); + const config = await GitConfigManager.get({ fs, gitdir }); + await config.deleteSection("branch", abbrevRef); + await GitConfigManager.save({ fs, gitdir, config }); +} +async function deleteBranch({ + fs, + dir, + gitdir = join(dir, ".git"), + ref +}) { + try { + assertParameter("fs", fs); + assertParameter("ref", ref); + return await _deleteBranch({ + fs: new FileSystem(fs), + gitdir, + ref + }); + } catch (err) { + err.caller = "git.deleteBranch"; + throw err; + } +} +async function deleteRef({ fs, dir, gitdir = join(dir, ".git"), ref }) { + try { + assertParameter("fs", fs); + assertParameter("ref", ref); + await GitRefManager.deleteRef({ fs: new FileSystem(fs), gitdir, ref }); + } catch (err) { + err.caller = "git.deleteRef"; + throw err; + } +} +async function _deleteRemote({ fs, gitdir, remote }) { + const config = await GitConfigManager.get({ fs, gitdir }); + await config.deleteSection("remote", remote); + await GitConfigManager.save({ fs, gitdir, config }); +} +async function deleteRemote({ + fs, + dir, + gitdir = join(dir, ".git"), + remote +}) { + try { + assertParameter("fs", fs); + assertParameter("remote", remote); + return await _deleteRemote({ + fs: new FileSystem(fs), + gitdir, + remote + }); + } catch (err) { + err.caller = "git.deleteRemote"; + throw err; + } +} +async function _deleteTag({ fs, gitdir, ref }) { + ref = ref.startsWith("refs/tags/") ? ref : `refs/tags/${ref}`; + await GitRefManager.deleteRef({ fs, gitdir, ref }); +} +async function deleteTag({ fs, dir, gitdir = join(dir, ".git"), ref }) { + try { + assertParameter("fs", fs); + assertParameter("ref", ref); + return await _deleteTag({ + fs: new FileSystem(fs), + gitdir, + ref + }); + } catch (err) { + err.caller = "git.deleteTag"; + throw err; + } +} +async function expandOidLoose({ fs, gitdir, oid: short }) { + const prefix = short.slice(0, 2); + const objectsSuffixes = await fs.readdir(`${gitdir}/objects/${prefix}`); + return objectsSuffixes.map((suffix) => `${prefix}${suffix}`).filter((_oid) => _oid.startsWith(short)); +} +async function expandOidPacked({ + fs, + cache, + gitdir, + oid: short, + getExternalRefDelta +}) { + const results = []; + let list = await fs.readdir(join(gitdir, "objects/pack")); + list = list.filter((x) => x.endsWith(".idx")); + for (const filename of list) { + const indexFile = `${gitdir}/objects/pack/${filename}`; + const p = await readPackIndex({ + fs, + cache, + filename: indexFile, + getExternalRefDelta + }); + if (p.error) throw new InternalError(p.error); + for (const oid of p.offsets.keys()) { + if (oid.startsWith(short)) results.push(oid); + } + } + return results; +} +async function _expandOid({ fs, cache, gitdir, oid: short }) { + const getExternalRefDelta = (oid) => _readObject({ fs, cache, gitdir, oid }); + const results = await expandOidLoose({ fs, gitdir, oid: short }); + const packedOids = await expandOidPacked({ + fs, + cache, + gitdir, + oid: short, + getExternalRefDelta + }); + for (const packedOid of packedOids) { + if (results.indexOf(packedOid) === -1) { + results.push(packedOid); + } + } + if (results.length === 1) { + return results[0]; + } + if (results.length > 1) { + throw new AmbiguousError("oids", short, results); + } + throw new NotFoundError(`an object matching "${short}"`); +} +async function expandOid({ + fs, + dir, + gitdir = join(dir, ".git"), + oid, + cache = {} +}) { + try { + assertParameter("fs", fs); + assertParameter("gitdir", gitdir); + assertParameter("oid", oid); + return await _expandOid({ + fs: new FileSystem(fs), + cache, + gitdir, + oid + }); + } catch (err) { + err.caller = "git.expandOid"; + throw err; + } +} +async function expandRef({ fs, dir, gitdir = join(dir, ".git"), ref }) { + try { + assertParameter("fs", fs); + assertParameter("gitdir", gitdir); + assertParameter("ref", ref); + return await GitRefManager.expand({ + fs: new FileSystem(fs), + gitdir, + ref + }); + } catch (err) { + err.caller = "git.expandRef"; + throw err; + } +} +async function _findMergeBase({ fs, cache, gitdir, oids }) { + const visits = {}; + const passes = oids.length; + let heads = oids.map((oid, index2) => ({ index: index2, oid })); + while (heads.length) { + const result = /* @__PURE__ */ new Set(); + for (const { oid, index: index2 } of heads) { + if (!visits[oid]) visits[oid] = /* @__PURE__ */ new Set(); + visits[oid].add(index2); + if (visits[oid].size === passes) { + result.add(oid); + } + } + if (result.size > 0) { + return [...result]; + } + const newheads = /* @__PURE__ */ new Map(); + for (const { oid, index: index2 } of heads) { + try { + const { object } = await _readObject({ fs, cache, gitdir, oid }); + const commit2 = GitCommit.from(object); + const { parent } = commit2.parseHeaders(); + for (const oid2 of parent) { + if (!visits[oid2] || !visits[oid2].has(index2)) { + newheads.set(oid2 + ":" + index2, { oid: oid2, index: index2 }); + } + } + } catch (err) { + } + } + heads = Array.from(newheads.values()); + } + return []; +} +var LINEBREAKS = /^.*(\r?\n|$)/gm; +function mergeFile({ branches, contents }) { + const ourName = branches[1]; + const theirName = branches[2]; + const baseContent = contents[0]; + const ourContent = contents[1]; + const theirContent = contents[2]; + const ours = ourContent.match(LINEBREAKS); + const base = baseContent.match(LINEBREAKS); + const theirs = theirContent.match(LINEBREAKS); + const result = (0, import_diff3.default)(ours, base, theirs); + const markerSize = 7; + let mergedText = ""; + let cleanMerge = true; + for (const item of result) { + if (item.ok) { + mergedText += item.ok.join(""); + } + if (item.conflict) { + cleanMerge = false; + mergedText += `${"<".repeat(markerSize)} ${ourName} +`; + mergedText += item.conflict.a.join(""); + mergedText += `${"=".repeat(markerSize)} +`; + mergedText += item.conflict.b.join(""); + mergedText += `${">".repeat(markerSize)} ${theirName} +`; + } + } + return { cleanMerge, mergedText }; +} +async function mergeTree({ + fs, + cache, + dir, + gitdir = join(dir, ".git"), + index: index2, + ourOid, + baseOid, + theirOid, + ourName = "ours", + baseName = "base", + theirName = "theirs", + dryRun = false, + abortOnConflict = true, + mergeDriver +}) { + const ourTree = TREE({ ref: ourOid }); + const baseTree = TREE({ ref: baseOid }); + const theirTree = TREE({ ref: theirOid }); + const unmergedFiles = []; + const bothModified = []; + const deleteByUs = []; + const deleteByTheirs = []; + const results = await _walk({ + fs, + cache, + dir, + gitdir, + trees: [ourTree, baseTree, theirTree], + map: async function(filepath, [ours, base, theirs]) { + const path2 = basename(filepath); + const ourChange = await modified(ours, base); + const theirChange = await modified(theirs, base); + switch (`${ourChange}-${theirChange}`) { + case "false-false": { + return { + mode: await base.mode(), + path: path2, + oid: await base.oid(), + type: await base.type() + }; + } + case "false-true": { + return theirs ? { + mode: await theirs.mode(), + path: path2, + oid: await theirs.oid(), + type: await theirs.type() + } : void 0; + } + case "true-false": { + return ours ? { + mode: await ours.mode(), + path: path2, + oid: await ours.oid(), + type: await ours.type() + } : void 0; + } + case "true-true": { + if (ours && base && theirs && await ours.type() === "blob" && await base.type() === "blob" && await theirs.type() === "blob") { + return mergeBlobs({ + fs, + gitdir, + path: path2, + ours, + base, + theirs, + ourName, + baseName, + theirName, + mergeDriver + }).then(async (r) => { + if (!r.cleanMerge) { + unmergedFiles.push(filepath); + bothModified.push(filepath); + if (!abortOnConflict) { + const baseOid2 = await base.oid(); + const ourOid2 = await ours.oid(); + const theirOid2 = await theirs.oid(); + index2.delete({ filepath }); + index2.insert({ filepath, oid: baseOid2, stage: 1 }); + index2.insert({ filepath, oid: ourOid2, stage: 2 }); + index2.insert({ filepath, oid: theirOid2, stage: 3 }); + } + } else if (!abortOnConflict) { + index2.insert({ filepath, oid: r.mergeResult.oid, stage: 0 }); + } + return r.mergeResult; + }); + } + if (base && !ours && theirs && await base.type() === "blob" && await theirs.type() === "blob") { + unmergedFiles.push(filepath); + deleteByUs.push(filepath); + if (!abortOnConflict) { + const baseOid2 = await base.oid(); + const theirOid2 = await theirs.oid(); + index2.delete({ filepath }); + index2.insert({ filepath, oid: baseOid2, stage: 1 }); + index2.insert({ filepath, oid: theirOid2, stage: 3 }); + } + return { + mode: await theirs.mode(), + oid: await theirs.oid(), + type: "blob", + path: path2 + }; + } + if (base && ours && !theirs && await base.type() === "blob" && await ours.type() === "blob") { + unmergedFiles.push(filepath); + deleteByTheirs.push(filepath); + if (!abortOnConflict) { + const baseOid2 = await base.oid(); + const ourOid2 = await ours.oid(); + index2.delete({ filepath }); + index2.insert({ filepath, oid: baseOid2, stage: 1 }); + index2.insert({ filepath, oid: ourOid2, stage: 2 }); + } + return { + mode: await ours.mode(), + oid: await ours.oid(), + type: "blob", + path: path2 + }; + } + if (base && !ours && !theirs && await base.type() === "blob") { + return void 0; + } + throw new MergeNotSupportedError(); + } + } + }, + /** + * @param {TreeEntry} [parent] + * @param {Array} children + */ + reduce: unmergedFiles.length !== 0 && (!dir || abortOnConflict) ? void 0 : async (parent, children2) => { + const entries = children2.filter(Boolean); + if (!parent) return; + if (parent && parent.type === "tree" && entries.length === 0) return; + if (entries.length > 0) { + const tree = new GitTree(entries); + const object = tree.toObject(); + const oid = await _writeObject({ + fs, + gitdir, + type: "tree", + object, + dryRun + }); + parent.oid = oid; + } + return parent; + } + }); + if (unmergedFiles.length !== 0) { + if (dir && !abortOnConflict) { + await _walk({ + fs, + cache, + dir, + gitdir, + trees: [TREE({ ref: results.oid })], + map: async function(filepath, [entry]) { + const path2 = `${dir}/${filepath}`; + if (await entry.type() === "blob") { + const mode = await entry.mode(); + const content = new TextDecoder().decode(await entry.content()); + await fs.write(path2, content, { mode }); + } + return true; + } + }); + } + return new MergeConflictError( + unmergedFiles, + bothModified, + deleteByUs, + deleteByTheirs + ); + } + return results.oid; +} +async function mergeBlobs({ + fs, + gitdir, + path: path2, + ours, + base, + theirs, + ourName, + theirName, + baseName, + dryRun, + mergeDriver = mergeFile +}) { + const type = "blob"; + const mode = await base.mode() === await ours.mode() ? await theirs.mode() : await ours.mode(); + if (await ours.oid() === await theirs.oid()) { + return { + cleanMerge: true, + mergeResult: { mode, path: path2, oid: await ours.oid(), type } + }; + } + if (await ours.oid() === await base.oid()) { + return { + cleanMerge: true, + mergeResult: { mode, path: path2, oid: await theirs.oid(), type } + }; + } + if (await theirs.oid() === await base.oid()) { + return { + cleanMerge: true, + mergeResult: { mode, path: path2, oid: await ours.oid(), type } + }; + } + const ourContent = Buffer.from(await ours.content()).toString("utf8"); + const baseContent = Buffer.from(await base.content()).toString("utf8"); + const theirContent = Buffer.from(await theirs.content()).toString("utf8"); + const { mergedText, cleanMerge } = await mergeDriver({ + branches: [baseName, ourName, theirName], + contents: [baseContent, ourContent, theirContent], + path: path2 + }); + const oid = await _writeObject({ + fs, + gitdir, + type: "blob", + object: Buffer.from(mergedText, "utf8"), + dryRun + }); + return { cleanMerge, mergeResult: { mode, path: path2, oid, type } }; +} +async function _merge({ + fs, + cache, + dir, + gitdir, + ours, + theirs, + fastForward: fastForward2 = true, + fastForwardOnly = false, + dryRun = false, + noUpdateBranch = false, + abortOnConflict = true, + message, + author, + committer, + signingKey, + onSign, + mergeDriver +}) { + if (ours === void 0) { + ours = await _currentBranch({ fs, gitdir, fullname: true }); + } + ours = await GitRefManager.expand({ + fs, + gitdir, + ref: ours + }); + theirs = await GitRefManager.expand({ + fs, + gitdir, + ref: theirs + }); + const ourOid = await GitRefManager.resolve({ + fs, + gitdir, + ref: ours + }); + const theirOid = await GitRefManager.resolve({ + fs, + gitdir, + ref: theirs + }); + const baseOids = await _findMergeBase({ + fs, + cache, + gitdir, + oids: [ourOid, theirOid] + }); + if (baseOids.length !== 1) { + throw new MergeNotSupportedError(); + } + const baseOid = baseOids[0]; + if (baseOid === theirOid) { + return { + oid: ourOid, + alreadyMerged: true + }; + } + if (fastForward2 && baseOid === ourOid) { + if (!dryRun && !noUpdateBranch) { + await GitRefManager.writeRef({ fs, gitdir, ref: ours, value: theirOid }); + } + return { + oid: theirOid, + fastForward: true + }; + } else { + if (fastForwardOnly) { + throw new FastForwardError(); + } + const tree = await GitIndexManager.acquire( + { fs, gitdir, cache, allowUnmerged: false }, + async (index2) => { + return mergeTree({ + fs, + cache, + dir, + gitdir, + index: index2, + ourOid, + theirOid, + baseOid, + ourName: abbreviateRef(ours), + baseName: "base", + theirName: abbreviateRef(theirs), + dryRun, + abortOnConflict, + mergeDriver + }); + } + ); + if (tree instanceof MergeConflictError) throw tree; + if (!message) { + message = `Merge branch '${abbreviateRef(theirs)}' into ${abbreviateRef( + ours + )}`; + } + const oid = await _commit({ + fs, + cache, + gitdir, + message, + ref: ours, + tree, + parent: [ourOid, theirOid], + author, + committer, + signingKey, + onSign, + dryRun, + noUpdateBranch + }); + return { + oid, + tree, + mergeCommit: true + }; + } +} +async function _pull({ + fs, + cache, + http, + onProgress, + onMessage, + onAuth, + onAuthSuccess, + onAuthFailure, + dir, + gitdir, + ref, + url, + remote, + remoteRef, + prune, + pruneTags, + fastForward: fastForward2, + fastForwardOnly, + corsProxy, + singleBranch, + headers, + author, + committer, + signingKey +}) { + try { + if (!ref) { + const head = await _currentBranch({ fs, gitdir }); + if (!head) { + throw new MissingParameterError("ref"); + } + ref = head; + } + const { fetchHead, fetchHeadDescription } = await _fetch({ + fs, + cache, + http, + onProgress, + onMessage, + onAuth, + onAuthSuccess, + onAuthFailure, + gitdir, + corsProxy, + ref, + url, + remote, + remoteRef, + singleBranch, + headers, + prune, + pruneTags + }); + await _merge({ + fs, + cache, + gitdir, + ours: ref, + theirs: fetchHead, + fastForward: fastForward2, + fastForwardOnly, + message: `Merge ${fetchHeadDescription}`, + author, + committer, + signingKey, + dryRun: false, + noUpdateBranch: false + }); + await _checkout({ + fs, + cache, + onProgress, + dir, + gitdir, + ref, + remote, + noCheckout: false + }); + } catch (err) { + err.caller = "git.pull"; + throw err; + } +} +async function fastForward({ + fs, + http, + onProgress, + onMessage, + onAuth, + onAuthSuccess, + onAuthFailure, + dir, + gitdir = join(dir, ".git"), + ref, + url, + remote, + remoteRef, + corsProxy, + singleBranch, + headers = {}, + cache = {} +}) { + try { + assertParameter("fs", fs); + assertParameter("http", http); + assertParameter("gitdir", gitdir); + const thisWillNotBeUsed = { + name: "", + email: "", + timestamp: Date.now(), + timezoneOffset: 0 + }; + return await _pull({ + fs: new FileSystem(fs), + cache, + http, + onProgress, + onMessage, + onAuth, + onAuthSuccess, + onAuthFailure, + dir, + gitdir, + ref, + url, + remote, + remoteRef, + fastForwardOnly: true, + corsProxy, + singleBranch, + headers, + author: thisWillNotBeUsed, + committer: thisWillNotBeUsed + }); + } catch (err) { + err.caller = "git.fastForward"; + throw err; + } +} +async function fetch({ + fs, + http, + onProgress, + onMessage, + onAuth, + onAuthSuccess, + onAuthFailure, + dir, + gitdir = join(dir, ".git"), + ref, + remote, + remoteRef, + url, + corsProxy, + depth = null, + since = null, + exclude = [], + relative: relative2 = false, + tags = false, + singleBranch = false, + headers = {}, + prune = false, + pruneTags = false, + cache = {} +}) { + try { + assertParameter("fs", fs); + assertParameter("http", http); + assertParameter("gitdir", gitdir); + return await _fetch({ + fs: new FileSystem(fs), + cache, + http, + onProgress, + onMessage, + onAuth, + onAuthSuccess, + onAuthFailure, + gitdir, + ref, + remote, + remoteRef, + url, + corsProxy, + depth, + since, + exclude, + relative: relative2, + tags, + singleBranch, + headers, + prune, + pruneTags + }); + } catch (err) { + err.caller = "git.fetch"; + throw err; + } +} +async function findMergeBase({ + fs, + dir, + gitdir = join(dir, ".git"), + oids, + cache = {} +}) { + try { + assertParameter("fs", fs); + assertParameter("gitdir", gitdir); + assertParameter("oids", oids); + return await _findMergeBase({ + fs: new FileSystem(fs), + cache, + gitdir, + oids + }); + } catch (err) { + err.caller = "git.findMergeBase"; + throw err; + } +} +async function _findRoot({ fs, filepath }) { + if (await fs.exists(join(filepath, ".git"))) { + return filepath; + } else { + const parent = dirname(filepath); + if (parent === filepath) { + throw new NotFoundError(`git root for ${filepath}`); + } + return _findRoot({ fs, filepath: parent }); + } +} +async function findRoot({ fs, filepath }) { + try { + assertParameter("fs", fs); + assertParameter("filepath", filepath); + return await _findRoot({ fs: new FileSystem(fs), filepath }); + } catch (err) { + err.caller = "git.findRoot"; + throw err; + } +} +async function getConfig({ fs, dir, gitdir = join(dir, ".git"), path: path2 }) { + try { + assertParameter("fs", fs); + assertParameter("gitdir", gitdir); + assertParameter("path", path2); + return await _getConfig({ + fs: new FileSystem(fs), + gitdir, + path: path2 + }); + } catch (err) { + err.caller = "git.getConfig"; + throw err; + } +} +async function _getConfigAll({ fs, gitdir, path: path2 }) { + const config = await GitConfigManager.get({ fs, gitdir }); + return config.getall(path2); +} +async function getConfigAll({ + fs, + dir, + gitdir = join(dir, ".git"), + path: path2 +}) { + try { + assertParameter("fs", fs); + assertParameter("gitdir", gitdir); + assertParameter("path", path2); + return await _getConfigAll({ + fs: new FileSystem(fs), + gitdir, + path: path2 + }); + } catch (err) { + err.caller = "git.getConfigAll"; + throw err; + } +} +async function getRemoteInfo({ + http, + onAuth, + onAuthSuccess, + onAuthFailure, + corsProxy, + url, + headers = {}, + forPush = false +}) { + try { + assertParameter("http", http); + assertParameter("url", url); + const GitRemoteHTTP2 = GitRemoteManager.getRemoteHelperFor({ url }); + const remote = await GitRemoteHTTP2.discover({ + http, + onAuth, + onAuthSuccess, + onAuthFailure, + corsProxy, + service: forPush ? "git-receive-pack" : "git-upload-pack", + url, + headers, + protocolVersion: 1 + }); + const result = { + capabilities: [...remote.capabilities] + }; + for (const [ref, oid] of remote.refs) { + const parts = ref.split("/"); + const last2 = parts.pop(); + let o = result; + for (const part of parts) { + o[part] = o[part] || {}; + o = o[part]; + } + o[last2] = oid; + } + for (const [symref, ref] of remote.symrefs) { + const parts = symref.split("/"); + const last2 = parts.pop(); + let o = result; + for (const part of parts) { + o[part] = o[part] || {}; + o = o[part]; + } + o[last2] = ref; + } + return result; + } catch (err) { + err.caller = "git.getRemoteInfo"; + throw err; + } +} +function formatInfoRefs(remote, prefix, symrefs, peelTags) { + const refs = []; + for (const [key2, value] of remote.refs) { + if (prefix && !key2.startsWith(prefix)) continue; + if (key2.endsWith("^{}")) { + if (peelTags) { + const _key = key2.replace("^{}", ""); + const last2 = refs[refs.length - 1]; + const r = last2.ref === _key ? last2 : refs.find((x) => x.ref === _key); + if (r === void 0) { + throw new Error("I did not expect this to happen"); + } + r.peeled = value; + } + continue; + } + const ref = { ref: key2, oid: value }; + if (symrefs) { + if (remote.symrefs.has(key2)) { + ref.target = remote.symrefs.get(key2); + } + } + refs.push(ref); + } + return refs; +} +async function getRemoteInfo2({ + http, + onAuth, + onAuthSuccess, + onAuthFailure, + corsProxy, + url, + headers = {}, + forPush = false, + protocolVersion = 2 +}) { + try { + assertParameter("http", http); + assertParameter("url", url); + const GitRemoteHTTP2 = GitRemoteManager.getRemoteHelperFor({ url }); + const remote = await GitRemoteHTTP2.discover({ + http, + onAuth, + onAuthSuccess, + onAuthFailure, + corsProxy, + service: forPush ? "git-receive-pack" : "git-upload-pack", + url, + headers, + protocolVersion + }); + if (remote.protocolVersion === 2) { + return { + protocolVersion: remote.protocolVersion, + capabilities: remote.capabilities2 + }; + } + const capabilities = {}; + for (const cap of remote.capabilities) { + const [key2, value] = cap.split("="); + if (value) { + capabilities[key2] = value; + } else { + capabilities[key2] = true; + } + } + return { + protocolVersion: 1, + capabilities, + refs: formatInfoRefs(remote, void 0, true, true) + }; + } catch (err) { + err.caller = "git.getRemoteInfo2"; + throw err; + } +} +async function hashObject({ + type, + object, + format = "content", + oid = void 0 +}) { + if (format !== "deflated") { + if (format !== "wrapped") { + object = GitObject.wrap({ type, object }); + } + oid = await shasum(object); + } + return { oid, object }; +} +async function hashBlob({ object }) { + try { + assertParameter("object", object); + if (typeof object === "string") { + object = Buffer.from(object, "utf8"); + } else { + object = Buffer.from(object); + } + const type = "blob"; + const { oid, object: _object } = await hashObject({ + type: "blob", + format: "content", + object + }); + return { oid, type, object: new Uint8Array(_object), format: "wrapped" }; + } catch (err) { + err.caller = "git.hashBlob"; + throw err; + } +} +async function _indexPack({ + fs, + cache, + onProgress, + dir, + gitdir, + filepath +}) { + try { + filepath = join(dir, filepath); + const pack = await fs.read(filepath); + const getExternalRefDelta = (oid) => _readObject({ fs, cache, gitdir, oid }); + const idx = await GitPackIndex.fromPack({ + pack, + getExternalRefDelta, + onProgress + }); + await fs.write(filepath.replace(/\.pack$/, ".idx"), await idx.toBuffer()); + return { + oids: [...idx.hashes] + }; + } catch (err) { + err.caller = "git.indexPack"; + throw err; + } +} +async function indexPack({ + fs, + onProgress, + dir, + gitdir = join(dir, ".git"), + filepath, + cache = {} +}) { + try { + assertParameter("fs", fs); + assertParameter("dir", dir); + assertParameter("gitdir", dir); + assertParameter("filepath", filepath); + return await _indexPack({ + fs: new FileSystem(fs), + cache, + onProgress, + dir, + gitdir, + filepath + }); + } catch (err) { + err.caller = "git.indexPack"; + throw err; + } +} +async function init({ + fs, + bare = false, + dir, + gitdir = bare ? dir : join(dir, ".git"), + defaultBranch = "master" +}) { + try { + assertParameter("fs", fs); + assertParameter("gitdir", gitdir); + if (!bare) { + assertParameter("dir", dir); + } + return await _init({ + fs: new FileSystem(fs), + bare, + dir, + gitdir, + defaultBranch + }); + } catch (err) { + err.caller = "git.init"; + throw err; + } +} +async function _isDescendent({ + fs, + cache, + gitdir, + oid, + ancestor, + depth +}) { + const shallows = await GitShallowManager.read({ fs, gitdir }); + if (!oid) { + throw new MissingParameterError("oid"); + } + if (!ancestor) { + throw new MissingParameterError("ancestor"); + } + if (oid === ancestor) return false; + const queue = [oid]; + const visited = /* @__PURE__ */ new Set(); + let searchdepth = 0; + while (queue.length) { + if (searchdepth++ === depth) { + throw new MaxDepthError(depth); + } + const oid2 = queue.shift(); + const { type, object } = await _readObject({ + fs, + cache, + gitdir, + oid: oid2 + }); + if (type !== "commit") { + throw new ObjectTypeError(oid2, type, "commit"); + } + const commit2 = GitCommit.from(object).parse(); + for (const parent of commit2.parent) { + if (parent === ancestor) return true; + } + if (!shallows.has(oid2)) { + for (const parent of commit2.parent) { + if (!visited.has(parent)) { + queue.push(parent); + visited.add(parent); + } + } + } + } + return false; +} +async function isDescendent({ + fs, + dir, + gitdir = join(dir, ".git"), + oid, + ancestor, + depth = -1, + cache = {} +}) { + try { + assertParameter("fs", fs); + assertParameter("gitdir", gitdir); + assertParameter("oid", oid); + assertParameter("ancestor", ancestor); + return await _isDescendent({ + fs: new FileSystem(fs), + cache, + gitdir, + oid, + ancestor, + depth + }); + } catch (err) { + err.caller = "git.isDescendent"; + throw err; + } +} +async function isIgnored({ + fs, + dir, + gitdir = join(dir, ".git"), + filepath +}) { + try { + assertParameter("fs", fs); + assertParameter("dir", dir); + assertParameter("gitdir", gitdir); + assertParameter("filepath", filepath); + return GitIgnoreManager.isIgnored({ + fs: new FileSystem(fs), + dir, + gitdir, + filepath + }); + } catch (err) { + err.caller = "git.isIgnored"; + throw err; + } +} +async function listBranches({ + fs, + dir, + gitdir = join(dir, ".git"), + remote +}) { + try { + assertParameter("fs", fs); + assertParameter("gitdir", gitdir); + return GitRefManager.listBranches({ + fs: new FileSystem(fs), + gitdir, + remote + }); + } catch (err) { + err.caller = "git.listBranches"; + throw err; + } +} +async function _listFiles({ fs, gitdir, ref, cache }) { + if (ref) { + const oid = await GitRefManager.resolve({ gitdir, fs, ref }); + const filenames = []; + await accumulateFilesFromOid({ + fs, + cache, + gitdir, + oid, + filenames, + prefix: "" + }); + return filenames; + } else { + return GitIndexManager.acquire({ fs, gitdir, cache }, async function(index2) { + return index2.entries.map((x) => x.path); + }); + } +} +async function accumulateFilesFromOid({ + fs, + cache, + gitdir, + oid, + filenames, + prefix +}) { + const { tree } = await _readTree({ fs, cache, gitdir, oid }); + for (const entry of tree) { + if (entry.type === "tree") { + await accumulateFilesFromOid({ + fs, + cache, + gitdir, + oid: entry.oid, + filenames, + prefix: join(prefix, entry.path) + }); + } else { + filenames.push(join(prefix, entry.path)); + } + } +} +async function listFiles({ + fs, + dir, + gitdir = join(dir, ".git"), + ref, + cache = {} +}) { + try { + assertParameter("fs", fs); + assertParameter("gitdir", gitdir); + return await _listFiles({ + fs: new FileSystem(fs), + cache, + gitdir, + ref + }); + } catch (err) { + err.caller = "git.listFiles"; + throw err; + } +} +async function _listNotes({ fs, cache, gitdir, ref }) { + let parent; + try { + parent = await GitRefManager.resolve({ gitdir, fs, ref }); + } catch (err) { + if (err instanceof NotFoundError) { + return []; + } + } + const result = await _readTree({ + fs, + cache, + gitdir, + oid: parent + }); + const notes = result.tree.map((entry) => ({ + target: entry.path, + note: entry.oid + })); + return notes; +} +async function listNotes({ + fs, + dir, + gitdir = join(dir, ".git"), + ref = "refs/notes/commits", + cache = {} +}) { + try { + assertParameter("fs", fs); + assertParameter("gitdir", gitdir); + assertParameter("ref", ref); + return await _listNotes({ + fs: new FileSystem(fs), + cache, + gitdir, + ref + }); + } catch (err) { + err.caller = "git.listNotes"; + throw err; + } +} +async function _listRemotes({ fs, gitdir }) { + const config = await GitConfigManager.get({ fs, gitdir }); + const remoteNames = await config.getSubsections("remote"); + const remotes = Promise.all( + remoteNames.map(async (remote) => { + const url = await config.get(`remote.${remote}.url`); + return { remote, url }; + }) + ); + return remotes; +} +async function listRemotes({ fs, dir, gitdir = join(dir, ".git") }) { + try { + assertParameter("fs", fs); + assertParameter("gitdir", gitdir); + return await _listRemotes({ + fs: new FileSystem(fs), + gitdir + }); + } catch (err) { + err.caller = "git.listRemotes"; + throw err; + } +} +async function parseListRefsResponse(stream) { + const read = GitPktLine.streamReader(stream); + const refs = []; + let line; + while (true) { + line = await read(); + if (line === true) break; + if (line === null) continue; + line = line.toString("utf8").replace(/\n$/, ""); + const [oid, ref, ...attrs] = line.split(" "); + const r = { ref, oid }; + for (const attr2 of attrs) { + const [name, value] = attr2.split(":"); + if (name === "symref-target") { + r.target = value; + } else if (name === "peeled") { + r.peeled = value; + } + } + refs.push(r); + } + return refs; +} +async function writeListRefsRequest({ prefix, symrefs, peelTags }) { + const packstream = []; + packstream.push(GitPktLine.encode("command=ls-refs\n")); + packstream.push(GitPktLine.encode(`agent=${pkg.agent} +`)); + if (peelTags || symrefs || prefix) { + packstream.push(GitPktLine.delim()); + } + if (peelTags) packstream.push(GitPktLine.encode("peel")); + if (symrefs) packstream.push(GitPktLine.encode("symrefs")); + if (prefix) packstream.push(GitPktLine.encode(`ref-prefix ${prefix}`)); + packstream.push(GitPktLine.flush()); + return packstream; +} +async function listServerRefs({ + http, + onAuth, + onAuthSuccess, + onAuthFailure, + corsProxy, + url, + headers = {}, + forPush = false, + protocolVersion = 2, + prefix, + symrefs, + peelTags +}) { + try { + assertParameter("http", http); + assertParameter("url", url); + const remote = await GitRemoteHTTP.discover({ + http, + onAuth, + onAuthSuccess, + onAuthFailure, + corsProxy, + service: forPush ? "git-receive-pack" : "git-upload-pack", + url, + headers, + protocolVersion + }); + if (remote.protocolVersion === 1) { + return formatInfoRefs(remote, prefix, symrefs, peelTags); + } + const body = await writeListRefsRequest({ prefix, symrefs, peelTags }); + const res = await GitRemoteHTTP.connect({ + http, + auth: remote.auth, + headers, + corsProxy, + service: forPush ? "git-receive-pack" : "git-upload-pack", + url, + body + }); + return parseListRefsResponse(res.body); + } catch (err) { + err.caller = "git.listServerRefs"; + throw err; + } +} +async function listTags({ fs, dir, gitdir = join(dir, ".git") }) { + try { + assertParameter("fs", fs); + assertParameter("gitdir", gitdir); + return GitRefManager.listTags({ fs: new FileSystem(fs), gitdir }); + } catch (err) { + err.caller = "git.listTags"; + throw err; + } +} +function compareAge(a, b) { + return a.committer.timestamp - b.committer.timestamp; +} +var EMPTY_OID = "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391"; +async function resolveFileIdInTree({ fs, cache, gitdir, oid, fileId }) { + if (fileId === EMPTY_OID) return; + const _oid = oid; + let filepath; + const result = await resolveTree({ fs, cache, gitdir, oid }); + const tree = result.tree; + if (fileId === result.oid) { + filepath = result.path; + } else { + filepath = await _resolveFileId({ + fs, + cache, + gitdir, + tree, + fileId, + oid: _oid + }); + if (Array.isArray(filepath)) { + if (filepath.length === 0) filepath = void 0; + else if (filepath.length === 1) filepath = filepath[0]; + } + } + return filepath; +} +async function _resolveFileId({ + fs, + cache, + gitdir, + tree, + fileId, + oid, + filepaths = [], + parentPath = "" +}) { + const walks = tree.entries().map(function(entry) { + let result; + if (entry.oid === fileId) { + result = join(parentPath, entry.path); + filepaths.push(result); + } else if (entry.type === "tree") { + result = _readObject({ + fs, + cache, + gitdir, + oid: entry.oid + }).then(function({ object }) { + return _resolveFileId({ + fs, + cache, + gitdir, + tree: GitTree.from(object), + fileId, + oid, + filepaths, + parentPath: join(parentPath, entry.path) + }); + }); + } + return result; + }); + await Promise.all(walks); + return filepaths; +} +async function _log({ + fs, + cache, + gitdir, + filepath, + ref, + depth, + since, + force, + follow +}) { + const sinceTimestamp = typeof since === "undefined" ? void 0 : Math.floor(since.valueOf() / 1e3); + const commits = []; + const shallowCommits = await GitShallowManager.read({ fs, gitdir }); + const oid = await GitRefManager.resolve({ fs, gitdir, ref }); + const tips = [await _readCommit({ fs, cache, gitdir, oid })]; + let lastFileOid; + let lastCommit; + let isOk; + function endCommit(commit2) { + if (isOk && filepath) commits.push(commit2); + } + while (tips.length > 0) { + const commit2 = tips.pop(); + if (sinceTimestamp !== void 0 && commit2.commit.committer.timestamp <= sinceTimestamp) { + break; + } + if (filepath) { + let vFileOid; + try { + vFileOid = await resolveFilepath({ + fs, + cache, + gitdir, + oid: commit2.commit.tree, + filepath + }); + if (lastCommit && lastFileOid !== vFileOid) { + commits.push(lastCommit); + } + lastFileOid = vFileOid; + lastCommit = commit2; + isOk = true; + } catch (e) { + if (e instanceof NotFoundError) { + let found = follow && lastFileOid; + if (found) { + found = await resolveFileIdInTree({ + fs, + cache, + gitdir, + oid: commit2.commit.tree, + fileId: lastFileOid + }); + if (found) { + if (Array.isArray(found)) { + if (lastCommit) { + const lastFound = await resolveFileIdInTree({ + fs, + cache, + gitdir, + oid: lastCommit.commit.tree, + fileId: lastFileOid + }); + if (Array.isArray(lastFound)) { + found = found.filter((p) => lastFound.indexOf(p) === -1); + if (found.length === 1) { + found = found[0]; + filepath = found; + if (lastCommit) commits.push(lastCommit); + } else { + found = false; + if (lastCommit) commits.push(lastCommit); + break; + } + } + } + } else { + filepath = found; + if (lastCommit) commits.push(lastCommit); + } + } + } + if (!found) { + if (isOk && lastFileOid) { + commits.push(lastCommit); + if (!force) break; + } + if (!force && !follow) throw e; + } + lastCommit = commit2; + isOk = false; + } else throw e; + } + } else { + commits.push(commit2); + } + if (depth !== void 0 && commits.length === depth) { + endCommit(commit2); + break; + } + if (!shallowCommits.has(commit2.oid)) { + for (const oid2 of commit2.commit.parent) { + const commit3 = await _readCommit({ fs, cache, gitdir, oid: oid2 }); + if (!tips.map((commit4) => commit4.oid).includes(commit3.oid)) { + tips.push(commit3); + } + } + } + if (tips.length === 0) { + endCommit(commit2); + } + tips.sort((a, b) => compareAge(a.commit, b.commit)); + } + return commits; +} +async function log({ + fs, + dir, + gitdir = join(dir, ".git"), + filepath, + ref = "HEAD", + depth, + since, + // Date + force, + follow, + cache = {} +}) { + try { + assertParameter("fs", fs); + assertParameter("gitdir", gitdir); + assertParameter("ref", ref); + return await _log({ + fs: new FileSystem(fs), + cache, + gitdir, + filepath, + ref, + depth, + since, + force, + follow + }); + } catch (err) { + err.caller = "git.log"; + throw err; + } +} +async function merge({ + fs: _fs, + onSign, + dir, + gitdir = join(dir, ".git"), + ours, + theirs, + fastForward: fastForward2 = true, + fastForwardOnly = false, + dryRun = false, + noUpdateBranch = false, + abortOnConflict = true, + message, + author: _author, + committer: _committer, + signingKey, + cache = {}, + mergeDriver +}) { + try { + assertParameter("fs", _fs); + if (signingKey) { + assertParameter("onSign", onSign); + } + const fs = new FileSystem(_fs); + const author = await normalizeAuthorObject({ fs, gitdir, author: _author }); + if (!author && (!fastForwardOnly || !fastForward2)) { + throw new MissingNameError("author"); + } + const committer = await normalizeCommitterObject({ + fs, + gitdir, + author, + committer: _committer + }); + if (!committer && (!fastForwardOnly || !fastForward2)) { + throw new MissingNameError("committer"); + } + return await _merge({ + fs, + cache, + dir, + gitdir, + ours, + theirs, + fastForward: fastForward2, + fastForwardOnly, + dryRun, + noUpdateBranch, + abortOnConflict, + message, + author, + committer, + signingKey, + onSign, + mergeDriver + }); + } catch (err) { + err.caller = "git.merge"; + throw err; + } +} +var types = { + commit: 16, + tree: 32, + blob: 48, + tag: 64, + ofs_delta: 96, + ref_delta: 112 +}; +async function _pack({ + fs, + cache, + dir, + gitdir = join(dir, ".git"), + oids +}) { + const hash2 = new import_sha1.default(); + const outputStream = []; + function write(chunk, enc) { + const buff = Buffer.from(chunk, enc); + outputStream.push(buff); + hash2.update(buff); + } + async function writeObject2({ stype, object }) { + const type = types[stype]; + let length = object.length; + let multibyte = length > 15 ? 128 : 0; + const lastFour = length & 15; + length = length >>> 4; + let byte = (multibyte | type | lastFour).toString(16); + write(byte, "hex"); + while (multibyte) { + multibyte = length > 127 ? 128 : 0; + byte = multibyte | length & 127; + write(padHex(2, byte), "hex"); + length = length >>> 7; + } + write(Buffer.from(await deflate(object))); + } + write("PACK"); + write("00000002", "hex"); + write(padHex(8, oids.length), "hex"); + for (const oid of oids) { + const { type, object } = await _readObject({ fs, cache, gitdir, oid }); + await writeObject2({ write, object, stype: type }); + } + const digest = hash2.digest(); + outputStream.push(digest); + return outputStream; +} +async function _packObjects({ fs, cache, gitdir, oids, write }) { + const buffers = await _pack({ fs, cache, gitdir, oids }); + const packfile = Buffer.from(await collect(buffers)); + const packfileSha = packfile.slice(-20).toString("hex"); + const filename = `pack-${packfileSha}.pack`; + if (write) { + await fs.write(join(gitdir, `objects/pack/${filename}`), packfile); + return { filename }; + } + return { + filename, + packfile: new Uint8Array(packfile) + }; +} +async function packObjects({ + fs, + dir, + gitdir = join(dir, ".git"), + oids, + write = false, + cache = {} +}) { + try { + assertParameter("fs", fs); + assertParameter("gitdir", gitdir); + assertParameter("oids", oids); + return await _packObjects({ + fs: new FileSystem(fs), + cache, + gitdir, + oids, + write + }); + } catch (err) { + err.caller = "git.packObjects"; + throw err; + } +} +async function pull({ + fs: _fs, + http, + onProgress, + onMessage, + onAuth, + onAuthSuccess, + onAuthFailure, + dir, + gitdir = join(dir, ".git"), + ref, + url, + remote, + remoteRef, + prune = false, + pruneTags = false, + fastForward: fastForward2 = true, + fastForwardOnly = false, + corsProxy, + singleBranch, + headers = {}, + author: _author, + committer: _committer, + signingKey, + cache = {} +}) { + try { + assertParameter("fs", _fs); + assertParameter("gitdir", gitdir); + const fs = new FileSystem(_fs); + const author = await normalizeAuthorObject({ fs, gitdir, author: _author }); + if (!author) throw new MissingNameError("author"); + const committer = await normalizeCommitterObject({ + fs, + gitdir, + author, + committer: _committer + }); + if (!committer) throw new MissingNameError("committer"); + return await _pull({ + fs, + cache, + http, + onProgress, + onMessage, + onAuth, + onAuthSuccess, + onAuthFailure, + dir, + gitdir, + ref, + url, + remote, + remoteRef, + fastForward: fastForward2, + fastForwardOnly, + corsProxy, + singleBranch, + headers, + author, + committer, + signingKey, + prune, + pruneTags + }); + } catch (err) { + err.caller = "git.pull"; + throw err; + } +} +async function listCommitsAndTags({ + fs, + cache, + dir, + gitdir = join(dir, ".git"), + start, + finish +}) { + const shallows = await GitShallowManager.read({ fs, gitdir }); + const startingSet = /* @__PURE__ */ new Set(); + const finishingSet = /* @__PURE__ */ new Set(); + for (const ref of start) { + startingSet.add(await GitRefManager.resolve({ fs, gitdir, ref })); + } + for (const ref of finish) { + try { + const oid = await GitRefManager.resolve({ fs, gitdir, ref }); + finishingSet.add(oid); + } catch (err) { + } + } + const visited = /* @__PURE__ */ new Set(); + async function walk2(oid) { + visited.add(oid); + const { type, object } = await _readObject({ fs, cache, gitdir, oid }); + if (type === "tag") { + const tag2 = GitAnnotatedTag.from(object); + const commit2 = tag2.headers().object; + return walk2(commit2); + } + if (type !== "commit") { + throw new ObjectTypeError(oid, type, "commit"); + } + if (!shallows.has(oid)) { + const commit2 = GitCommit.from(object); + const parents = commit2.headers().parent; + for (oid of parents) { + if (!finishingSet.has(oid) && !visited.has(oid)) { + await walk2(oid); + } + } + } + } + for (const oid of startingSet) { + await walk2(oid); + } + return visited; +} +async function listObjects({ + fs, + cache, + dir, + gitdir = join(dir, ".git"), + oids +}) { + const visited = /* @__PURE__ */ new Set(); + async function walk2(oid) { + if (visited.has(oid)) return; + visited.add(oid); + const { type, object } = await _readObject({ fs, cache, gitdir, oid }); + if (type === "tag") { + const tag2 = GitAnnotatedTag.from(object); + const obj = tag2.headers().object; + await walk2(obj); + } else if (type === "commit") { + const commit2 = GitCommit.from(object); + const tree = commit2.headers().tree; + await walk2(tree); + } else if (type === "tree") { + const tree = GitTree.from(object); + for (const entry of tree) { + if (entry.type === "blob") { + visited.add(entry.oid); + } + if (entry.type === "tree") { + await walk2(entry.oid); + } + } + } + } + for (const oid of oids) { + await walk2(oid); + } + return visited; +} +async function parseReceivePackResponse(packfile) { + const result = {}; + let response = ""; + const read = GitPktLine.streamReader(packfile); + let line = await read(); + while (line !== true) { + if (line !== null) response += line.toString("utf8") + "\n"; + line = await read(); + } + const lines = response.toString("utf8").split("\n"); + line = lines.shift(); + if (!line.startsWith("unpack ")) { + throw new ParseError('unpack ok" or "unpack [error message]', line); + } + result.ok = line === "unpack ok"; + if (!result.ok) { + result.error = line.slice("unpack ".length); + } + result.refs = {}; + for (const line2 of lines) { + if (line2.trim() === "") continue; + const status2 = line2.slice(0, 2); + const refAndMessage = line2.slice(3); + let space2 = refAndMessage.indexOf(" "); + if (space2 === -1) space2 = refAndMessage.length; + const ref = refAndMessage.slice(0, space2); + const error = refAndMessage.slice(space2 + 1); + result.refs[ref] = { + ok: status2 === "ok", + error + }; + } + return result; +} +async function writeReceivePackRequest({ + capabilities = [], + triplets = [] +}) { + const packstream = []; + let capsFirstLine = `\0 ${capabilities.join(" ")}`; + for (const trip of triplets) { + packstream.push( + GitPktLine.encode( + `${trip.oldoid} ${trip.oid} ${trip.fullRef}${capsFirstLine} +` + ) + ); + capsFirstLine = ""; + } + packstream.push(GitPktLine.flush()); + return packstream; +} +async function _push({ + fs, + cache, + http, + onProgress, + onMessage, + onAuth, + onAuthSuccess, + onAuthFailure, + onPrePush, + gitdir, + ref: _ref, + remoteRef: _remoteRef, + remote, + url: _url, + force = false, + delete: _delete = false, + corsProxy, + headers = {} +}) { + const ref = _ref || await _currentBranch({ fs, gitdir }); + if (typeof ref === "undefined") { + throw new MissingParameterError("ref"); + } + const config = await GitConfigManager.get({ fs, gitdir }); + remote = remote || await config.get(`branch.${ref}.pushRemote`) || await config.get("remote.pushDefault") || await config.get(`branch.${ref}.remote`) || "origin"; + const url = _url || await config.get(`remote.${remote}.pushurl`) || await config.get(`remote.${remote}.url`); + if (typeof url === "undefined") { + throw new MissingParameterError("remote OR url"); + } + const remoteRef = _remoteRef || await config.get(`branch.${ref}.merge`); + if (typeof url === "undefined") { + throw new MissingParameterError("remoteRef"); + } + if (corsProxy === void 0) { + corsProxy = await config.get("http.corsProxy"); + } + const fullRef = await GitRefManager.expand({ fs, gitdir, ref }); + const oid = _delete ? "0000000000000000000000000000000000000000" : await GitRefManager.resolve({ fs, gitdir, ref: fullRef }); + const GitRemoteHTTP2 = GitRemoteManager.getRemoteHelperFor({ url }); + const httpRemote = await GitRemoteHTTP2.discover({ + http, + onAuth, + onAuthSuccess, + onAuthFailure, + corsProxy, + service: "git-receive-pack", + url, + headers, + protocolVersion: 1 + }); + const auth = httpRemote.auth; + let fullRemoteRef; + if (!remoteRef) { + fullRemoteRef = fullRef; + } else { + try { + fullRemoteRef = await GitRefManager.expandAgainstMap({ + ref: remoteRef, + map: httpRemote.refs + }); + } catch (err) { + if (err instanceof NotFoundError) { + fullRemoteRef = remoteRef.startsWith("refs/") ? remoteRef : `refs/heads/${remoteRef}`; + } else { + throw err; + } + } + } + const oldoid = httpRemote.refs.get(fullRemoteRef) || "0000000000000000000000000000000000000000"; + if (onPrePush) { + const hookCancel = await onPrePush({ + remote, + url, + localRef: { ref: _delete ? "(delete)" : fullRef, oid }, + remoteRef: { ref: fullRemoteRef, oid: oldoid } + }); + if (!hookCancel) throw new UserCanceledError(); + } + const thinPack = !httpRemote.capabilities.has("no-thin"); + let objects = /* @__PURE__ */ new Set(); + if (!_delete) { + const finish = [...httpRemote.refs.values()]; + let skipObjects = /* @__PURE__ */ new Set(); + if (oldoid !== "0000000000000000000000000000000000000000") { + const mergebase = await _findMergeBase({ + fs, + cache, + gitdir, + oids: [oid, oldoid] + }); + for (const oid2 of mergebase) finish.push(oid2); + if (thinPack) { + skipObjects = await listObjects({ fs, cache, gitdir, oids: mergebase }); + } + } + if (!finish.includes(oid)) { + const commits = await listCommitsAndTags({ + fs, + cache, + gitdir, + start: [oid], + finish + }); + objects = await listObjects({ fs, cache, gitdir, oids: commits }); + } + if (thinPack) { + try { + const ref2 = await GitRefManager.resolve({ + fs, + gitdir, + ref: `refs/remotes/${remote}/HEAD`, + depth: 2 + }); + const { oid: oid2 } = await GitRefManager.resolveAgainstMap({ + ref: ref2.replace(`refs/remotes/${remote}/`, ""), + fullref: ref2, + map: httpRemote.refs + }); + const oids = [oid2]; + for (const oid3 of await listObjects({ fs, cache, gitdir, oids })) { + skipObjects.add(oid3); + } + } catch (e) { + } + for (const oid2 of skipObjects) { + objects.delete(oid2); + } + } + if (oid === oldoid) force = true; + if (!force) { + if (fullRef.startsWith("refs/tags") && oldoid !== "0000000000000000000000000000000000000000") { + throw new PushRejectedError("tag-exists"); + } + if (oid !== "0000000000000000000000000000000000000000" && oldoid !== "0000000000000000000000000000000000000000" && !await _isDescendent({ + fs, + cache, + gitdir, + oid, + ancestor: oldoid, + depth: -1 + })) { + throw new PushRejectedError("not-fast-forward"); + } + } + } + const capabilities = filterCapabilities( + [...httpRemote.capabilities], + ["report-status", "side-band-64k", `agent=${pkg.agent}`] + ); + const packstream1 = await writeReceivePackRequest({ + capabilities, + triplets: [{ oldoid, oid, fullRef: fullRemoteRef }] + }); + const packstream2 = _delete ? [] : await _pack({ + fs, + cache, + gitdir, + oids: [...objects] + }); + const res = await GitRemoteHTTP2.connect({ + http, + onProgress, + corsProxy, + service: "git-receive-pack", + url, + auth, + headers, + body: [...packstream1, ...packstream2] + }); + const { packfile, progress } = await GitSideBand.demux(res.body); + if (onMessage) { + const lines = splitLines(progress); + forAwait(lines, async (line) => { + await onMessage(line); + }); + } + const result = await parseReceivePackResponse(packfile); + if (res.headers) { + result.headers = res.headers; + } + if (remote && result.ok && result.refs[fullRemoteRef].ok && !fullRef.startsWith("refs/tags")) { + const ref2 = `refs/remotes/${remote}/${fullRemoteRef.replace( + "refs/heads", + "" + )}`; + if (_delete) { + await GitRefManager.deleteRef({ fs, gitdir, ref: ref2 }); + } else { + await GitRefManager.writeRef({ fs, gitdir, ref: ref2, value: oid }); + } + } + if (result.ok && Object.values(result.refs).every((result2) => result2.ok)) { + return result; + } else { + const prettyDetails = Object.entries(result.refs).filter(([k, v]) => !v.ok).map(([k, v]) => ` + - ${k}: ${v.error}`).join(""); + throw new GitPushError(prettyDetails, result); + } +} +async function push({ + fs, + http, + onProgress, + onMessage, + onAuth, + onAuthSuccess, + onAuthFailure, + onPrePush, + dir, + gitdir = join(dir, ".git"), + ref, + remoteRef, + remote = "origin", + url, + force = false, + delete: _delete = false, + corsProxy, + headers = {}, + cache = {} +}) { + try { + assertParameter("fs", fs); + assertParameter("http", http); + assertParameter("gitdir", gitdir); + return await _push({ + fs: new FileSystem(fs), + cache, + http, + onProgress, + onMessage, + onAuth, + onAuthSuccess, + onAuthFailure, + onPrePush, + gitdir, + ref, + remoteRef, + remote, + url, + force, + delete: _delete, + corsProxy, + headers + }); + } catch (err) { + err.caller = "git.push"; + throw err; + } +} +async function resolveBlob({ fs, cache, gitdir, oid }) { + const { type, object } = await _readObject({ fs, cache, gitdir, oid }); + if (type === "tag") { + oid = GitAnnotatedTag.from(object).parse().object; + return resolveBlob({ fs, cache, gitdir, oid }); + } + if (type !== "blob") { + throw new ObjectTypeError(oid, type, "blob"); + } + return { oid, blob: new Uint8Array(object) }; +} +async function _readBlob({ + fs, + cache, + gitdir, + oid, + filepath = void 0 +}) { + if (filepath !== void 0) { + oid = await resolveFilepath({ fs, cache, gitdir, oid, filepath }); + } + const blob = await resolveBlob({ + fs, + cache, + gitdir, + oid + }); + return blob; +} +async function readBlob({ + fs, + dir, + gitdir = join(dir, ".git"), + oid, + filepath, + cache = {} +}) { + try { + assertParameter("fs", fs); + assertParameter("gitdir", gitdir); + assertParameter("oid", oid); + return await _readBlob({ + fs: new FileSystem(fs), + cache, + gitdir, + oid, + filepath + }); + } catch (err) { + err.caller = "git.readBlob"; + throw err; + } +} +async function readCommit({ + fs, + dir, + gitdir = join(dir, ".git"), + oid, + cache = {} +}) { + try { + assertParameter("fs", fs); + assertParameter("gitdir", gitdir); + assertParameter("oid", oid); + return await _readCommit({ + fs: new FileSystem(fs), + cache, + gitdir, + oid + }); + } catch (err) { + err.caller = "git.readCommit"; + throw err; + } +} +async function _readNote({ + fs, + cache, + gitdir, + ref = "refs/notes/commits", + oid +}) { + const parent = await GitRefManager.resolve({ gitdir, fs, ref }); + const { blob } = await _readBlob({ + fs, + cache, + gitdir, + oid: parent, + filepath: oid + }); + return blob; +} +async function readNote({ + fs, + dir, + gitdir = join(dir, ".git"), + ref = "refs/notes/commits", + oid, + cache = {} +}) { + try { + assertParameter("fs", fs); + assertParameter("gitdir", gitdir); + assertParameter("ref", ref); + assertParameter("oid", oid); + return await _readNote({ + fs: new FileSystem(fs), + cache, + gitdir, + ref, + oid + }); + } catch (err) { + err.caller = "git.readNote"; + throw err; + } +} +async function readObject({ + fs: _fs, + dir, + gitdir = join(dir, ".git"), + oid, + format = "parsed", + filepath = void 0, + encoding = void 0, + cache = {} +}) { + try { + assertParameter("fs", _fs); + assertParameter("gitdir", gitdir); + assertParameter("oid", oid); + const fs = new FileSystem(_fs); + if (filepath !== void 0) { + oid = await resolveFilepath({ + fs, + cache, + gitdir, + oid, + filepath + }); + } + const _format = format === "parsed" ? "content" : format; + const result = await _readObject({ + fs, + cache, + gitdir, + oid, + format: _format + }); + result.oid = oid; + if (format === "parsed") { + result.format = "parsed"; + switch (result.type) { + case "commit": + result.object = GitCommit.from(result.object).parse(); + break; + case "tree": + result.object = GitTree.from(result.object).entries(); + break; + case "blob": + if (encoding) { + result.object = result.object.toString(encoding); + } else { + result.object = new Uint8Array(result.object); + result.format = "content"; + } + break; + case "tag": + result.object = GitAnnotatedTag.from(result.object).parse(); + break; + default: + throw new ObjectTypeError( + result.oid, + result.type, + "blob|commit|tag|tree" + ); + } + } else if (result.format === "deflated" || result.format === "wrapped") { + result.type = result.format; + } + return result; + } catch (err) { + err.caller = "git.readObject"; + throw err; + } +} +async function _readTag({ fs, cache, gitdir, oid }) { + const { type, object } = await _readObject({ + fs, + cache, + gitdir, + oid, + format: "content" + }); + if (type !== "tag") { + throw new ObjectTypeError(oid, type, "tag"); + } + const tag2 = GitAnnotatedTag.from(object); + const result = { + oid, + tag: tag2.parse(), + payload: tag2.payload() + }; + return result; +} +async function readTag({ + fs, + dir, + gitdir = join(dir, ".git"), + oid, + cache = {} +}) { + try { + assertParameter("fs", fs); + assertParameter("gitdir", gitdir); + assertParameter("oid", oid); + return await _readTag({ + fs: new FileSystem(fs), + cache, + gitdir, + oid + }); + } catch (err) { + err.caller = "git.readTag"; + throw err; + } +} +async function readTree({ + fs, + dir, + gitdir = join(dir, ".git"), + oid, + filepath = void 0, + cache = {} +}) { + try { + assertParameter("fs", fs); + assertParameter("gitdir", gitdir); + assertParameter("oid", oid); + return await _readTree({ + fs: new FileSystem(fs), + cache, + gitdir, + oid, + filepath + }); + } catch (err) { + err.caller = "git.readTree"; + throw err; + } +} +async function remove({ + fs: _fs, + dir, + gitdir = join(dir, ".git"), + filepath, + cache = {} +}) { + try { + assertParameter("fs", _fs); + assertParameter("gitdir", gitdir); + assertParameter("filepath", filepath); + await GitIndexManager.acquire( + { fs: new FileSystem(_fs), gitdir, cache }, + async function(index2) { + index2.delete({ filepath }); + } + ); + } catch (err) { + err.caller = "git.remove"; + throw err; + } +} +async function _removeNote({ + fs, + cache, + onSign, + gitdir, + ref = "refs/notes/commits", + oid, + author, + committer, + signingKey +}) { + let parent; + try { + parent = await GitRefManager.resolve({ gitdir, fs, ref }); + } catch (err) { + if (!(err instanceof NotFoundError)) { + throw err; + } + } + const result = await _readTree({ + fs, + gitdir, + oid: parent || "4b825dc642cb6eb9a060e54bf8d69288fbee4904" + }); + let tree = result.tree; + tree = tree.filter((entry) => entry.path !== oid); + const treeOid = await _writeTree({ + fs, + gitdir, + tree + }); + const commitOid = await _commit({ + fs, + cache, + onSign, + gitdir, + ref, + tree: treeOid, + parent: parent && [parent], + message: `Note removed by 'isomorphic-git removeNote' +`, + author, + committer, + signingKey + }); + return commitOid; +} +async function removeNote({ + fs: _fs, + onSign, + dir, + gitdir = join(dir, ".git"), + ref = "refs/notes/commits", + oid, + author: _author, + committer: _committer, + signingKey, + cache = {} +}) { + try { + assertParameter("fs", _fs); + assertParameter("gitdir", gitdir); + assertParameter("oid", oid); + const fs = new FileSystem(_fs); + const author = await normalizeAuthorObject({ fs, gitdir, author: _author }); + if (!author) throw new MissingNameError("author"); + const committer = await normalizeCommitterObject({ + fs, + gitdir, + author, + committer: _committer + }); + if (!committer) throw new MissingNameError("committer"); + return await _removeNote({ + fs, + cache, + onSign, + gitdir, + ref, + oid, + author, + committer, + signingKey + }); + } catch (err) { + err.caller = "git.removeNote"; + throw err; + } +} +async function _renameBranch({ + fs, + gitdir, + oldref, + ref, + checkout: checkout2 = false +}) { + if (ref !== import_clean_git_ref.default.clean(ref)) { + throw new InvalidRefNameError(ref, import_clean_git_ref.default.clean(ref)); + } + if (oldref !== import_clean_git_ref.default.clean(oldref)) { + throw new InvalidRefNameError(oldref, import_clean_git_ref.default.clean(oldref)); + } + const fulloldref = `refs/heads/${oldref}`; + const fullnewref = `refs/heads/${ref}`; + const newexist = await GitRefManager.exists({ fs, gitdir, ref: fullnewref }); + if (newexist) { + throw new AlreadyExistsError("branch", ref, false); + } + const value = await GitRefManager.resolve({ + fs, + gitdir, + ref: fulloldref, + depth: 1 + }); + await GitRefManager.writeRef({ fs, gitdir, ref: fullnewref, value }); + await GitRefManager.deleteRef({ fs, gitdir, ref: fulloldref }); + const fullCurrentBranchRef = await _currentBranch({ + fs, + gitdir, + fullname: true + }); + const isCurrentBranch = fullCurrentBranchRef === fulloldref; + if (checkout2 || isCurrentBranch) { + await GitRefManager.writeSymbolicRef({ + fs, + gitdir, + ref: "HEAD", + value: fullnewref + }); + } +} +async function renameBranch({ + fs, + dir, + gitdir = join(dir, ".git"), + ref, + oldref, + checkout: checkout2 = false +}) { + try { + assertParameter("fs", fs); + assertParameter("gitdir", gitdir); + assertParameter("ref", ref); + assertParameter("oldref", oldref); + return await _renameBranch({ + fs: new FileSystem(fs), + gitdir, + ref, + oldref, + checkout: checkout2 + }); + } catch (err) { + err.caller = "git.renameBranch"; + throw err; + } +} +async function hashObject$1({ gitdir, type, object }) { + return shasum(GitObject.wrap({ type, object })); +} +async function resetIndex({ + fs: _fs, + dir, + gitdir = join(dir, ".git"), + filepath, + ref, + cache = {} +}) { + try { + assertParameter("fs", _fs); + assertParameter("gitdir", gitdir); + assertParameter("filepath", filepath); + const fs = new FileSystem(_fs); + let oid; + let workdirOid; + try { + oid = await GitRefManager.resolve({ fs, gitdir, ref: ref || "HEAD" }); + } catch (e) { + if (ref) { + throw e; + } + } + if (oid) { + try { + oid = await resolveFilepath({ + fs, + cache, + gitdir, + oid, + filepath + }); + } catch (e) { + oid = null; + } + } + let stats = { + ctime: /* @__PURE__ */ new Date(0), + mtime: /* @__PURE__ */ new Date(0), + dev: 0, + ino: 0, + mode: 0, + uid: 0, + gid: 0, + size: 0 + }; + const object = dir && await fs.read(join(dir, filepath)); + if (object) { + workdirOid = await hashObject$1({ + gitdir, + type: "blob", + object + }); + if (oid === workdirOid) { + stats = await fs.lstat(join(dir, filepath)); + } + } + await GitIndexManager.acquire({ fs, gitdir, cache }, async function(index2) { + index2.delete({ filepath }); + if (oid) { + index2.insert({ filepath, stats, oid }); + } + }); + } catch (err) { + err.caller = "git.reset"; + throw err; + } +} +async function resolveRef({ + fs, + dir, + gitdir = join(dir, ".git"), + ref, + depth +}) { + try { + assertParameter("fs", fs); + assertParameter("gitdir", gitdir); + assertParameter("ref", ref); + const oid = await GitRefManager.resolve({ + fs: new FileSystem(fs), + gitdir, + ref, + depth + }); + return oid; + } catch (err) { + err.caller = "git.resolveRef"; + throw err; + } +} +async function setConfig({ + fs: _fs, + dir, + gitdir = join(dir, ".git"), + path: path2, + value, + append: append3 = false +}) { + try { + assertParameter("fs", _fs); + assertParameter("gitdir", gitdir); + assertParameter("path", path2); + const fs = new FileSystem(_fs); + const config = await GitConfigManager.get({ fs, gitdir }); + if (append3) { + await config.append(path2, value); + } else { + await config.set(path2, value); + } + await GitConfigManager.save({ fs, gitdir, config }); + } catch (err) { + err.caller = "git.setConfig"; + throw err; + } +} +async function status({ + fs: _fs, + dir, + gitdir = join(dir, ".git"), + filepath, + cache = {} +}) { + try { + assertParameter("fs", _fs); + assertParameter("gitdir", gitdir); + assertParameter("filepath", filepath); + const fs = new FileSystem(_fs); + const ignored = await GitIgnoreManager.isIgnored({ + fs, + gitdir, + dir, + filepath + }); + if (ignored) { + return "ignored"; + } + const headTree = await getHeadTree({ fs, cache, gitdir }); + const treeOid = await getOidAtPath({ + fs, + cache, + gitdir, + tree: headTree, + path: filepath + }); + const indexEntry = await GitIndexManager.acquire( + { fs, gitdir, cache }, + async function(index2) { + for (const entry of index2) { + if (entry.path === filepath) return entry; + } + return null; + } + ); + const stats = await fs.lstat(join(dir, filepath)); + const H = treeOid !== null; + const I = indexEntry !== null; + const W = stats !== null; + const getWorkdirOid = async () => { + if (I && !compareStats(indexEntry, stats)) { + return indexEntry.oid; + } else { + const object = await fs.read(join(dir, filepath)); + const workdirOid = await hashObject$1({ + gitdir, + type: "blob", + object + }); + if (I && indexEntry.oid === workdirOid) { + if (stats.size !== -1) { + GitIndexManager.acquire({ fs, gitdir, cache }, async function(index2) { + index2.insert({ filepath, stats, oid: workdirOid }); + }); + } + } + return workdirOid; + } + }; + if (!H && !W && !I) return "absent"; + if (!H && !W && I) return "*absent"; + if (!H && W && !I) return "*added"; + if (!H && W && I) { + const workdirOid = await getWorkdirOid(); + return workdirOid === indexEntry.oid ? "added" : "*added"; + } + if (H && !W && !I) return "deleted"; + if (H && !W && I) { + return treeOid === indexEntry.oid ? "*deleted" : "*deleted"; + } + if (H && W && !I) { + const workdirOid = await getWorkdirOid(); + return workdirOid === treeOid ? "*undeleted" : "*undeletemodified"; + } + if (H && W && I) { + const workdirOid = await getWorkdirOid(); + if (workdirOid === treeOid) { + return workdirOid === indexEntry.oid ? "unmodified" : "*unmodified"; + } else { + return workdirOid === indexEntry.oid ? "modified" : "*modified"; + } + } + } catch (err) { + err.caller = "git.status"; + throw err; + } +} +async function getOidAtPath({ fs, cache, gitdir, tree, path: path2 }) { + if (typeof path2 === "string") path2 = path2.split("/"); + const dirname3 = path2.shift(); + for (const entry of tree) { + if (entry.path === dirname3) { + if (path2.length === 0) { + return entry.oid; + } + const { type, object } = await _readObject({ + fs, + cache, + gitdir, + oid: entry.oid + }); + if (type === "tree") { + const tree2 = GitTree.from(object); + return getOidAtPath({ fs, cache, gitdir, tree: tree2, path: path2 }); + } + if (type === "blob") { + throw new ObjectTypeError(entry.oid, type, "blob", path2.join("/")); + } + } + } + return null; +} +async function getHeadTree({ fs, cache, gitdir }) { + let oid; + try { + oid = await GitRefManager.resolve({ fs, gitdir, ref: "HEAD" }); + } catch (e) { + if (e instanceof NotFoundError) { + return []; + } + } + const { tree } = await _readTree({ fs, cache, gitdir, oid }); + return tree; +} +async function statusMatrix({ + fs: _fs, + dir, + gitdir = join(dir, ".git"), + ref = "HEAD", + filepaths = ["."], + filter, + cache = {}, + ignored: shouldIgnore = false +}) { + try { + assertParameter("fs", _fs); + assertParameter("gitdir", gitdir); + assertParameter("ref", ref); + const fs = new FileSystem(_fs); + return await _walk({ + fs, + cache, + dir, + gitdir, + trees: [TREE({ ref }), WORKDIR(), STAGE()], + map: async function(filepath, [head, workdir, stage]) { + if (!head && !stage && workdir) { + if (!shouldIgnore) { + const isIgnored2 = await GitIgnoreManager.isIgnored({ + fs, + dir, + filepath + }); + if (isIgnored2) { + return null; + } + } + } + if (!filepaths.some((base) => worthWalking(filepath, base))) { + return null; + } + if (filter) { + if (!filter(filepath)) return; + } + const [headType, workdirType, stageType] = await Promise.all([ + head && head.type(), + workdir && workdir.type(), + stage && stage.type() + ]); + const isBlob = [headType, workdirType, stageType].includes("blob"); + if ((headType === "tree" || headType === "special") && !isBlob) return; + if (headType === "commit") return null; + if ((workdirType === "tree" || workdirType === "special") && !isBlob) + return; + if (stageType === "commit") return null; + if ((stageType === "tree" || stageType === "special") && !isBlob) return; + const headOid = headType === "blob" ? await head.oid() : void 0; + const stageOid = stageType === "blob" ? await stage.oid() : void 0; + let workdirOid; + if (headType !== "blob" && workdirType === "blob" && stageType !== "blob") { + workdirOid = "42"; + } else if (workdirType === "blob") { + workdirOid = await workdir.oid(); + } + const entry = [void 0, headOid, workdirOid, stageOid]; + const result = entry.map((value) => entry.indexOf(value)); + result.shift(); + return [filepath, ...result]; + } + }); + } catch (err) { + err.caller = "git.statusMatrix"; + throw err; + } +} +async function tag({ + fs: _fs, + dir, + gitdir = join(dir, ".git"), + ref, + object, + force = false +}) { + try { + assertParameter("fs", _fs); + assertParameter("gitdir", gitdir); + assertParameter("ref", ref); + const fs = new FileSystem(_fs); + if (ref === void 0) { + throw new MissingParameterError("ref"); + } + ref = ref.startsWith("refs/tags/") ? ref : `refs/tags/${ref}`; + const value = await GitRefManager.resolve({ + fs, + gitdir, + ref: object || "HEAD" + }); + if (!force && await GitRefManager.exists({ fs, gitdir, ref })) { + throw new AlreadyExistsError("tag", ref); + } + await GitRefManager.writeRef({ fs, gitdir, ref, value }); + } catch (err) { + err.caller = "git.tag"; + throw err; + } +} +async function updateIndex({ + fs: _fs, + dir, + gitdir = join(dir, ".git"), + cache = {}, + filepath, + oid, + mode, + add: add2, + remove: remove3, + force +}) { + try { + assertParameter("fs", _fs); + assertParameter("gitdir", gitdir); + assertParameter("filepath", filepath); + const fs = new FileSystem(_fs); + if (remove3) { + return await GitIndexManager.acquire( + { fs, gitdir, cache }, + async function(index2) { + let fileStats2; + if (!force) { + fileStats2 = await fs.lstat(join(dir, filepath)); + if (fileStats2) { + if (fileStats2.isDirectory()) { + throw new InvalidFilepathError("directory"); + } + return; + } + } + if (index2.has({ filepath })) { + index2.delete({ + filepath + }); + } + } + ); + } + let fileStats; + if (!oid) { + fileStats = await fs.lstat(join(dir, filepath)); + if (!fileStats) { + throw new NotFoundError( + `file at "${filepath}" on disk and "remove" not set` + ); + } + if (fileStats.isDirectory()) { + throw new InvalidFilepathError("directory"); + } + } + return await GitIndexManager.acquire({ fs, gitdir, cache }, async function(index2) { + if (!add2 && !index2.has({ filepath })) { + throw new NotFoundError( + `file at "${filepath}" in index and "add" not set` + ); + } + let stats = { + ctime: /* @__PURE__ */ new Date(0), + mtime: /* @__PURE__ */ new Date(0), + dev: 0, + ino: 0, + mode, + uid: 0, + gid: 0, + size: 0 + }; + if (!oid) { + stats = fileStats; + const object = stats.isSymbolicLink() ? await fs.readlink(join(dir, filepath)) : await fs.read(join(dir, filepath)); + oid = await _writeObject({ + fs, + gitdir, + type: "blob", + format: "content", + object + }); + } + index2.insert({ + filepath, + oid, + stats + }); + return oid; + }); + } catch (err) { + err.caller = "git.updateIndex"; + throw err; + } +} +function version() { + try { + return pkg.version; + } catch (err) { + err.caller = "git.version"; + throw err; + } +} +async function walk({ + fs, + dir, + gitdir = join(dir, ".git"), + trees, + map, + reduce, + iterate, + cache = {} +}) { + try { + assertParameter("fs", fs); + assertParameter("gitdir", gitdir); + assertParameter("trees", trees); + return await _walk({ + fs: new FileSystem(fs), + cache, + dir, + gitdir, + trees, + map, + reduce, + iterate + }); + } catch (err) { + err.caller = "git.walk"; + throw err; + } +} +async function writeBlob({ fs, dir, gitdir = join(dir, ".git"), blob }) { + try { + assertParameter("fs", fs); + assertParameter("gitdir", gitdir); + assertParameter("blob", blob); + return await _writeObject({ + fs: new FileSystem(fs), + gitdir, + type: "blob", + object: blob, + format: "content" + }); + } catch (err) { + err.caller = "git.writeBlob"; + throw err; + } +} +async function _writeCommit({ fs, gitdir, commit: commit2 }) { + const object = GitCommit.from(commit2).toObject(); + const oid = await _writeObject({ + fs, + gitdir, + type: "commit", + object, + format: "content" + }); + return oid; +} +async function writeCommit({ + fs, + dir, + gitdir = join(dir, ".git"), + commit: commit2 +}) { + try { + assertParameter("fs", fs); + assertParameter("gitdir", gitdir); + assertParameter("commit", commit2); + return await _writeCommit({ + fs: new FileSystem(fs), + gitdir, + commit: commit2 + }); + } catch (err) { + err.caller = "git.writeCommit"; + throw err; + } +} +async function writeObject({ + fs: _fs, + dir, + gitdir = join(dir, ".git"), + type, + object, + format = "parsed", + oid, + encoding = void 0 +}) { + try { + const fs = new FileSystem(_fs); + if (format === "parsed") { + switch (type) { + case "commit": + object = GitCommit.from(object).toObject(); + break; + case "tree": + object = GitTree.from(object).toObject(); + break; + case "blob": + object = Buffer.from(object, encoding); + break; + case "tag": + object = GitAnnotatedTag.from(object).toObject(); + break; + default: + throw new ObjectTypeError(oid || "", type, "blob|commit|tag|tree"); + } + format = "content"; + } + oid = await _writeObject({ + fs, + gitdir, + type, + object, + oid, + format + }); + return oid; + } catch (err) { + err.caller = "git.writeObject"; + throw err; + } +} +async function writeRef({ + fs: _fs, + dir, + gitdir = join(dir, ".git"), + ref, + value, + force = false, + symbolic = false +}) { + try { + assertParameter("fs", _fs); + assertParameter("gitdir", gitdir); + assertParameter("ref", ref); + assertParameter("value", value); + const fs = new FileSystem(_fs); + if (ref !== import_clean_git_ref.default.clean(ref)) { + throw new InvalidRefNameError(ref, import_clean_git_ref.default.clean(ref)); + } + if (!force && await GitRefManager.exists({ fs, gitdir, ref })) { + throw new AlreadyExistsError("ref", ref); + } + if (symbolic) { + await GitRefManager.writeSymbolicRef({ + fs, + gitdir, + ref, + value + }); + } else { + value = await GitRefManager.resolve({ + fs, + gitdir, + ref: value + }); + await GitRefManager.writeRef({ + fs, + gitdir, + ref, + value + }); + } + } catch (err) { + err.caller = "git.writeRef"; + throw err; + } +} +async function _writeTag({ fs, gitdir, tag: tag2 }) { + const object = GitAnnotatedTag.from(tag2).toObject(); + const oid = await _writeObject({ + fs, + gitdir, + type: "tag", + object, + format: "content" + }); + return oid; +} +async function writeTag({ fs, dir, gitdir = join(dir, ".git"), tag: tag2 }) { + try { + assertParameter("fs", fs); + assertParameter("gitdir", gitdir); + assertParameter("tag", tag2); + return await _writeTag({ + fs: new FileSystem(fs), + gitdir, + tag: tag2 + }); + } catch (err) { + err.caller = "git.writeTag"; + throw err; + } +} +async function writeTree({ fs, dir, gitdir = join(dir, ".git"), tree }) { + try { + assertParameter("fs", fs); + assertParameter("gitdir", gitdir); + assertParameter("tree", tree); + return await _writeTree({ + fs: new FileSystem(fs), + gitdir, + tree + }); + } catch (err) { + err.caller = "git.writeTree"; + throw err; + } +} +var index = { + Errors, + STAGE, + TREE, + WORKDIR, + add, + abortMerge, + addNote, + addRemote, + annotatedTag, + branch, + checkout, + clone, + commit, + getConfig, + getConfigAll, + setConfig, + currentBranch, + deleteBranch, + deleteRef, + deleteRemote, + deleteTag, + expandOid, + expandRef, + fastForward, + fetch, + findMergeBase, + findRoot, + getRemoteInfo, + getRemoteInfo2, + hashBlob, + indexPack, + init, + isDescendent, + isIgnored, + listBranches, + listFiles, + listNotes, + listRemotes, + listServerRefs, + listTags, + log, + merge, + packObjects, + pull, + push, + readBlob, + readCommit, + readNote, + readObject, + readTag, + readTree, + remove, + removeNote, + renameBranch, + resetIndex, + updateIndex, + resolveRef, + status, + statusMatrix, + tag, + version, + walk, + writeBlob, + writeCommit, + writeObject, + writeRef, + writeTag, + writeTree +}; +var isomorphic_git_default = index; + +// src/main.ts +var import_obsidian31 = require("obsidian"); + +// src/lineAuthor/lineAuthorIntegration.ts +init_polyfill_buffer(); +var import_obsidian12 = require("obsidian"); + +// src/gitManager/simpleGit.ts +init_polyfill_buffer(); +var import_child_process2 = require("child_process"); +var import_debug2 = __toESM(require_browser()); +var import_obsidian4 = require("obsidian"); +var path = __toESM(require("path")); +var import_path = require("path"); + +// node_modules/.pnpm/simple-git@https+++codeload.github.com+Vinzent03+git-js+tar.gz+6b9a2d899bc8256e38a1d6f0b8a881_rku6lxlylrt42756swupwur2wa/node_modules/simple-git/dist/esm/index.js +init_polyfill_buffer(); +var import_file_exists = __toESM(require_dist(), 1); +var import_debug = __toESM(require_browser(), 1); +var import_child_process = require("child_process"); +var import_promise_deferred = __toESM(require_dist2(), 1); +var import_promise_deferred2 = __toESM(require_dist2(), 1); +var __defProp2 = Object.defineProperty; +var __defProps = Object.defineProperties; +var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor; +var __getOwnPropDescs = Object.getOwnPropertyDescriptors; +var __getOwnPropNames2 = Object.getOwnPropertyNames; +var __getOwnPropSymbols = Object.getOwnPropertySymbols; +var __hasOwnProp2 = Object.prototype.hasOwnProperty; +var __propIsEnum = Object.prototype.propertyIsEnumerable; +var __defNormalProp2 = (obj, key2, value) => key2 in obj ? __defProp2(obj, key2, { enumerable: true, configurable: true, writable: true, value }) : obj[key2] = value; +var __spreadValues = (a, b) => { + for (var prop in b || (b = {})) + if (__hasOwnProp2.call(b, prop)) + __defNormalProp2(a, prop, b[prop]); + if (__getOwnPropSymbols) + for (var prop of __getOwnPropSymbols(b)) { + if (__propIsEnum.call(b, prop)) + __defNormalProp2(a, prop, b[prop]); + } + return a; +}; +var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b)); +var __markAsModule = (target) => __defProp2(target, "__esModule", { value: true }); +var __esm2 = (fn, res) => function __init() { + return fn && (res = (0, fn[__getOwnPropNames2(fn)[0]])(fn = 0)), res; +}; +var __commonJS2 = (cb, mod) => function __require() { + return mod || (0, cb[__getOwnPropNames2(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports; +}; +var __export2 = (target, all) => { + for (var name in all) + __defProp2(target, name, { get: all[name], enumerable: true }); +}; +var __reExport = (target, module2, copyDefault, desc) => { + if (module2 && typeof module2 === "object" || typeof module2 === "function") { + for (let key2 of __getOwnPropNames2(module2)) + if (!__hasOwnProp2.call(target, key2) && (copyDefault || key2 !== "default")) + __defProp2(target, key2, { get: () => module2[key2], enumerable: !(desc = __getOwnPropDesc2(module2, key2)) || desc.enumerable }); + } + return target; +}; +var __toCommonJS2 = /* @__PURE__ */ ((cache) => { + return (module2, temp) => { + return cache && cache.get(module2) || (temp = __reExport(__markAsModule({}), module2, 1), cache && cache.set(module2, temp), temp); + }; +})(typeof WeakMap !== "undefined" ? /* @__PURE__ */ new WeakMap() : 0); +var __async = (__this, __arguments, generator) => { + return new Promise((resolve2, reject) => { + var fulfilled = (value) => { + try { + step(generator.next(value)); + } catch (e) { + reject(e); + } + }; + var rejected = (value) => { + try { + step(generator.throw(value)); + } catch (e) { + reject(e); + } + }; + var step = (x) => x.done ? resolve2(x.value) : Promise.resolve(x.value).then(fulfilled, rejected); + step((generator = generator.apply(__this, __arguments)).next()); + }); +}; +var GitError; +var init_git_error = __esm2({ + "src/lib/errors/git-error.ts"() { + GitError = class extends Error { + constructor(task, message) { + super(message); + this.task = task; + Object.setPrototypeOf(this, new.target.prototype); + } + }; + } +}); +var GitResponseError; +var init_git_response_error = __esm2({ + "src/lib/errors/git-response-error.ts"() { + init_git_error(); + GitResponseError = class extends GitError { + constructor(git, message) { + super(void 0, message || String(git)); + this.git = git; + } + }; + } +}); +var TaskConfigurationError; +var init_task_configuration_error = __esm2({ + "src/lib/errors/task-configuration-error.ts"() { + init_git_error(); + TaskConfigurationError = class extends GitError { + constructor(message) { + super(void 0, message); + } + }; + } +}); +function asFunction(source) { + return typeof source === "function" ? source : NOOP; +} +function isUserFunction(source) { + return typeof source === "function" && source !== NOOP; +} +function splitOn(input, char) { + const index2 = input.indexOf(char); + if (index2 <= 0) { + return [input, ""]; + } + return [input.substr(0, index2), input.substr(index2 + 1)]; +} +function first(input, offset = 0) { + return isArrayLike(input) && input.length > offset ? input[offset] : void 0; +} +function last(input, offset = 0) { + if (isArrayLike(input) && input.length > offset) { + return input[input.length - 1 - offset]; + } +} +function isArrayLike(input) { + return !!(input && typeof input.length === "number"); +} +function toLinesWithContent(input = "", trimmed2 = true, separator2 = "\n") { + return input.split(separator2).reduce((output, line) => { + const lineContent = trimmed2 ? line.trim() : line; + if (lineContent) { + output.push(lineContent); + } + return output; + }, []); +} +function forEachLineWithContent(input, callback) { + return toLinesWithContent(input, true).map((line) => callback(line)); +} +function folderExists(path2) { + return (0, import_file_exists.exists)(path2, import_file_exists.FOLDER); +} +function append(target, item) { + if (Array.isArray(target)) { + if (!target.includes(item)) { + target.push(item); + } + } else { + target.add(item); + } + return item; +} +function including(target, item) { + if (Array.isArray(target) && !target.includes(item)) { + target.push(item); + } + return target; +} +function remove2(target, item) { + if (Array.isArray(target)) { + const index2 = target.indexOf(item); + if (index2 >= 0) { + target.splice(index2, 1); + } + } else { + target.delete(item); + } + return item; +} +function asArray(source) { + return Array.isArray(source) ? source : [source]; +} +function asStringArray(source) { + return asArray(source).map(String); +} +function asNumber(source, onNaN = 0) { + if (source == null) { + return onNaN; + } + const num2 = parseInt(source, 10); + return isNaN(num2) ? onNaN : num2; +} +function prefixedArray(input, prefix) { + const output = []; + for (let i = 0, max = input.length; i < max; i++) { + output.push(prefix, input[i]); + } + return output; +} +function bufferToString(input) { + return (Array.isArray(input) ? Buffer.concat(input) : input).toString("utf-8"); +} +function pick(source, properties) { + return Object.assign({}, ...properties.map((property) => property in source ? { [property]: source[property] } : {})); +} +function delay(duration = 0) { + return new Promise((done) => setTimeout(done, duration)); +} +var NULL; +var NOOP; +var objectToString; +var init_util = __esm2({ + "src/lib/utils/util.ts"() { + NULL = "\0"; + NOOP = () => { + }; + objectToString = Object.prototype.toString.call.bind(Object.prototype.toString); + } +}); +function filterType(input, filter, def) { + if (filter(input)) { + return input; + } + return arguments.length > 2 ? def : void 0; +} +function filterPrimitives(input, omit) { + return /number|string|boolean/.test(typeof input) && (!omit || !omit.includes(typeof input)); +} +function filterPlainObject(input) { + return !!input && objectToString(input) === "[object Object]"; +} +function filterFunction(input) { + return typeof input === "function"; +} +var filterArray; +var filterString; +var filterStringArray; +var filterStringOrStringArray; +var filterHasLength; +var init_argument_filters = __esm2({ + "src/lib/utils/argument-filters.ts"() { + init_util(); + filterArray = (input) => { + return Array.isArray(input); + }; + filterString = (input) => { + return typeof input === "string"; + }; + filterStringArray = (input) => { + return Array.isArray(input) && input.every(filterString); + }; + filterStringOrStringArray = (input) => { + return filterString(input) || Array.isArray(input) && input.every(filterString); + }; + filterHasLength = (input) => { + if (input == null || "number|boolean|function".includes(typeof input)) { + return false; + } + return Array.isArray(input) || typeof input === "string" || typeof input.length === "number"; + }; + } +}); +var ExitCodes; +var init_exit_codes = __esm2({ + "src/lib/utils/exit-codes.ts"() { + ExitCodes = /* @__PURE__ */ ((ExitCodes2) => { + ExitCodes2[ExitCodes2["SUCCESS"] = 0] = "SUCCESS"; + ExitCodes2[ExitCodes2["ERROR"] = 1] = "ERROR"; + ExitCodes2[ExitCodes2["NOT_FOUND"] = -2] = "NOT_FOUND"; + ExitCodes2[ExitCodes2["UNCLEAN"] = 128] = "UNCLEAN"; + return ExitCodes2; + })(ExitCodes || {}); + } +}); +var GitOutputStreams; +var init_git_output_streams = __esm2({ + "src/lib/utils/git-output-streams.ts"() { + GitOutputStreams = class { + constructor(stdOut, stdErr) { + this.stdOut = stdOut; + this.stdErr = stdErr; + } + asStrings() { + return new GitOutputStreams(this.stdOut.toString("utf8"), this.stdErr.toString("utf8")); + } + }; + } +}); +var LineParser; +var RemoteLineParser; +var init_line_parser = __esm2({ + "src/lib/utils/line-parser.ts"() { + LineParser = class { + constructor(regExp, useMatches) { + this.matches = []; + this.parse = (line, target) => { + this.resetMatches(); + if (!this._regExp.every((reg, index2) => this.addMatch(reg, index2, line(index2)))) { + return false; + } + return this.useMatches(target, this.prepareMatches()) !== false; + }; + this._regExp = Array.isArray(regExp) ? regExp : [regExp]; + if (useMatches) { + this.useMatches = useMatches; + } + } + useMatches(target, match) { + throw new Error(`LineParser:useMatches not implemented`); + } + resetMatches() { + this.matches.length = 0; + } + prepareMatches() { + return this.matches; + } + addMatch(reg, index2, line) { + const matched = line && reg.exec(line); + if (matched) { + this.pushMatch(index2, matched); + } + return !!matched; + } + pushMatch(_index, matched) { + this.matches.push(...matched.slice(1)); + } + }; + RemoteLineParser = class extends LineParser { + addMatch(reg, index2, line) { + return /^remote:\s/.test(String(line)) && super.addMatch(reg, index2, line); + } + pushMatch(index2, matched) { + if (index2 > 0 || matched.length > 1) { + super.pushMatch(index2, matched); + } + } + }; + } +}); +function createInstanceConfig(...options) { + const baseDir = process.cwd(); + const config = Object.assign(__spreadValues({ baseDir }, defaultOptions), ...options.filter((o) => typeof o === "object" && o)); + config.baseDir = config.baseDir || baseDir; + config.trimmed = config.trimmed === true; + return config; +} +var defaultOptions; +var init_simple_git_options = __esm2({ + "src/lib/utils/simple-git-options.ts"() { + defaultOptions = { + binary: "git", + maxConcurrentProcesses: 5, + config: [], + trimmed: false + }; + } +}); +function appendTaskOptions(options, commands2 = []) { + if (!filterPlainObject(options)) { + return commands2; + } + return Object.keys(options).reduce((commands22, key2) => { + const value = options[key2]; + if (filterPrimitives(value, ["boolean"])) { + commands22.push(key2 + "=" + value); + } else { + commands22.push(key2); + } + return commands22; + }, commands2); +} +function getTrailingOptions(args, initialPrimitive = 0, objectOnly = false) { + const command = []; + for (let i = 0, max = initialPrimitive < 0 ? args.length : initialPrimitive; i < max; i++) { + if ("string|number".includes(typeof args[i])) { + command.push(String(args[i])); + } + } + appendTaskOptions(trailingOptionsArgument(args), command); + if (!objectOnly) { + command.push(...trailingArrayArgument(args)); + } + return command; +} +function trailingArrayArgument(args) { + const hasTrailingCallback = typeof last(args) === "function"; + return filterType(last(args, hasTrailingCallback ? 1 : 0), filterArray, []); +} +function trailingOptionsArgument(args) { + const hasTrailingCallback = filterFunction(last(args)); + return filterType(last(args, hasTrailingCallback ? 1 : 0), filterPlainObject); +} +function trailingFunctionArgument(args, includeNoop = true) { + const callback = asFunction(last(args)); + return includeNoop || isUserFunction(callback) ? callback : void 0; +} +var init_task_options = __esm2({ + "src/lib/utils/task-options.ts"() { + init_argument_filters(); + init_util(); + } +}); +function callTaskParser(parser3, streams) { + return parser3(streams.stdOut, streams.stdErr); +} +function parseStringResponse(result, parsers12, texts, trim = true) { + asArray(texts).forEach((text2) => { + for (let lines = toLinesWithContent(text2, trim), i = 0, max = lines.length; i < max; i++) { + const line = (offset = 0) => { + if (i + offset >= max) { + return; + } + return lines[i + offset]; + }; + parsers12.some(({ parse: parse2 }) => parse2(line, result)); + } + }); + return result; +} +var init_task_parser = __esm2({ + "src/lib/utils/task-parser.ts"() { + init_util(); + } +}); +var utils_exports = {}; +__export2(utils_exports, { + ExitCodes: () => ExitCodes, + GitOutputStreams: () => GitOutputStreams, + LineParser: () => LineParser, + NOOP: () => NOOP, + NULL: () => NULL, + RemoteLineParser: () => RemoteLineParser, + append: () => append, + appendTaskOptions: () => appendTaskOptions, + asArray: () => asArray, + asFunction: () => asFunction, + asNumber: () => asNumber, + asStringArray: () => asStringArray, + bufferToString: () => bufferToString, + callTaskParser: () => callTaskParser, + createInstanceConfig: () => createInstanceConfig, + delay: () => delay, + filterArray: () => filterArray, + filterFunction: () => filterFunction, + filterHasLength: () => filterHasLength, + filterPlainObject: () => filterPlainObject, + filterPrimitives: () => filterPrimitives, + filterString: () => filterString, + filterStringArray: () => filterStringArray, + filterStringOrStringArray: () => filterStringOrStringArray, + filterType: () => filterType, + first: () => first, + folderExists: () => folderExists, + forEachLineWithContent: () => forEachLineWithContent, + getTrailingOptions: () => getTrailingOptions, + including: () => including, + isUserFunction: () => isUserFunction, + last: () => last, + objectToString: () => objectToString, + parseStringResponse: () => parseStringResponse, + pick: () => pick, + prefixedArray: () => prefixedArray, + remove: () => remove2, + splitOn: () => splitOn, + toLinesWithContent: () => toLinesWithContent, + trailingFunctionArgument: () => trailingFunctionArgument, + trailingOptionsArgument: () => trailingOptionsArgument +}); +var init_utils = __esm2({ + "src/lib/utils/index.ts"() { + init_argument_filters(); + init_exit_codes(); + init_git_output_streams(); + init_line_parser(); + init_simple_git_options(); + init_task_options(); + init_task_parser(); + init_util(); + } +}); +var check_is_repo_exports = {}; +__export2(check_is_repo_exports, { + CheckRepoActions: () => CheckRepoActions, + checkIsBareRepoTask: () => checkIsBareRepoTask, + checkIsRepoRootTask: () => checkIsRepoRootTask, + checkIsRepoTask: () => checkIsRepoTask +}); +function checkIsRepoTask(action) { + switch (action) { + case "bare": + return checkIsBareRepoTask(); + case "root": + return checkIsRepoRootTask(); + } + const commands2 = ["rev-parse", "--is-inside-work-tree"]; + return { + commands: commands2, + format: "utf-8", + onError, + parser + }; +} +function checkIsRepoRootTask() { + const commands2 = ["rev-parse", "--git-dir"]; + return { + commands: commands2, + format: "utf-8", + onError, + parser(path2) { + return /^\.(git)?$/.test(path2.trim()); + } + }; +} +function checkIsBareRepoTask() { + const commands2 = ["rev-parse", "--is-bare-repository"]; + return { + commands: commands2, + format: "utf-8", + onError, + parser + }; +} +function isNotRepoMessage(error) { + return /(Not a git repository|Kein Git-Repository)/i.test(String(error)); +} +var CheckRepoActions; +var onError; +var parser; +var init_check_is_repo = __esm2({ + "src/lib/tasks/check-is-repo.ts"() { + init_utils(); + CheckRepoActions = /* @__PURE__ */ ((CheckRepoActions2) => { + CheckRepoActions2["BARE"] = "bare"; + CheckRepoActions2["IN_TREE"] = "tree"; + CheckRepoActions2["IS_REPO_ROOT"] = "root"; + return CheckRepoActions2; + })(CheckRepoActions || {}); + onError = ({ exitCode }, error, done, fail) => { + if (exitCode === 128 && isNotRepoMessage(error)) { + return done(Buffer.from("false")); + } + fail(error); + }; + parser = (text2) => { + return text2.trim() === "true"; + }; + } +}); +function cleanSummaryParser(dryRun, text2) { + const summary = new CleanResponse(dryRun); + const regexp = dryRun ? dryRunRemovalRegexp : removalRegexp; + toLinesWithContent(text2).forEach((line) => { + const removed = line.replace(regexp, ""); + summary.paths.push(removed); + (isFolderRegexp.test(removed) ? summary.folders : summary.files).push(removed); + }); + return summary; +} +var CleanResponse; +var removalRegexp; +var dryRunRemovalRegexp; +var isFolderRegexp; +var init_CleanSummary = __esm2({ + "src/lib/responses/CleanSummary.ts"() { + init_utils(); + CleanResponse = class { + constructor(dryRun) { + this.dryRun = dryRun; + this.paths = []; + this.files = []; + this.folders = []; + } + }; + removalRegexp = /^[a-z]+\s*/i; + dryRunRemovalRegexp = /^[a-z]+\s+[a-z]+\s*/i; + isFolderRegexp = /\/$/; + } +}); +var task_exports = {}; +__export2(task_exports, { + EMPTY_COMMANDS: () => EMPTY_COMMANDS, + adhocExecTask: () => adhocExecTask, + configurationErrorTask: () => configurationErrorTask, + isBufferTask: () => isBufferTask, + isEmptyTask: () => isEmptyTask, + straightThroughBufferTask: () => straightThroughBufferTask, + straightThroughStringTask: () => straightThroughStringTask +}); +function adhocExecTask(parser3) { + return { + commands: EMPTY_COMMANDS, + format: "empty", + parser: parser3 + }; +} +function configurationErrorTask(error) { + return { + commands: EMPTY_COMMANDS, + format: "empty", + parser() { + throw typeof error === "string" ? new TaskConfigurationError(error) : error; + } + }; +} +function straightThroughStringTask(commands2, trimmed2 = false) { + return { + commands: commands2, + format: "utf-8", + parser(text2) { + return trimmed2 ? String(text2).trim() : text2; + } + }; +} +function straightThroughBufferTask(commands2) { + return { + commands: commands2, + format: "buffer", + parser(buffer2) { + return buffer2; + } + }; +} +function isBufferTask(task) { + return task.format === "buffer"; +} +function isEmptyTask(task) { + return task.format === "empty" || !task.commands.length; +} +var EMPTY_COMMANDS; +var init_task = __esm2({ + "src/lib/tasks/task.ts"() { + init_task_configuration_error(); + EMPTY_COMMANDS = []; + } +}); +var clean_exports = {}; +__export2(clean_exports, { + CONFIG_ERROR_INTERACTIVE_MODE: () => CONFIG_ERROR_INTERACTIVE_MODE, + CONFIG_ERROR_MODE_REQUIRED: () => CONFIG_ERROR_MODE_REQUIRED, + CONFIG_ERROR_UNKNOWN_OPTION: () => CONFIG_ERROR_UNKNOWN_OPTION, + CleanOptions: () => CleanOptions, + cleanTask: () => cleanTask, + cleanWithOptionsTask: () => cleanWithOptionsTask, + isCleanOptionsArray: () => isCleanOptionsArray +}); +function cleanWithOptionsTask(mode, customArgs) { + const { cleanMode, options, valid } = getCleanOptions(mode); + if (!cleanMode) { + return configurationErrorTask(CONFIG_ERROR_MODE_REQUIRED); + } + if (!valid.options) { + return configurationErrorTask(CONFIG_ERROR_UNKNOWN_OPTION + JSON.stringify(mode)); + } + options.push(...customArgs); + if (options.some(isInteractiveMode)) { + return configurationErrorTask(CONFIG_ERROR_INTERACTIVE_MODE); + } + return cleanTask(cleanMode, options); +} +function cleanTask(mode, customArgs) { + const commands2 = ["clean", `-${mode}`, ...customArgs]; + return { + commands: commands2, + format: "utf-8", + parser(text2) { + return cleanSummaryParser(mode === "n", text2); + } + }; +} +function isCleanOptionsArray(input) { + return Array.isArray(input) && input.every((test) => CleanOptionValues.has(test)); +} +function getCleanOptions(input) { + let cleanMode; + let options = []; + let valid = { cleanMode: false, options: true }; + input.replace(/[^a-z]i/g, "").split("").forEach((char) => { + if (isCleanMode(char)) { + cleanMode = char; + valid.cleanMode = true; + } else { + valid.options = valid.options && isKnownOption(options[options.length] = `-${char}`); + } + }); + return { + cleanMode, + options, + valid + }; +} +function isCleanMode(cleanMode) { + return cleanMode === "f" || cleanMode === "n"; +} +function isKnownOption(option) { + return /^-[a-z]$/i.test(option) && CleanOptionValues.has(option.charAt(1)); +} +function isInteractiveMode(option) { + if (/^-[^\-]/.test(option)) { + return option.indexOf("i") > 0; + } + return option === "--interactive"; +} +var CONFIG_ERROR_INTERACTIVE_MODE; +var CONFIG_ERROR_MODE_REQUIRED; +var CONFIG_ERROR_UNKNOWN_OPTION; +var CleanOptions; +var CleanOptionValues; +var init_clean = __esm2({ + "src/lib/tasks/clean.ts"() { + init_CleanSummary(); + init_utils(); + init_task(); + CONFIG_ERROR_INTERACTIVE_MODE = "Git clean interactive mode is not supported"; + CONFIG_ERROR_MODE_REQUIRED = 'Git clean mode parameter ("n" or "f") is required'; + CONFIG_ERROR_UNKNOWN_OPTION = "Git clean unknown option found in: "; + CleanOptions = /* @__PURE__ */ ((CleanOptions2) => { + CleanOptions2["DRY_RUN"] = "n"; + CleanOptions2["FORCE"] = "f"; + CleanOptions2["IGNORED_INCLUDED"] = "x"; + CleanOptions2["IGNORED_ONLY"] = "X"; + CleanOptions2["EXCLUDING"] = "e"; + CleanOptions2["QUIET"] = "q"; + CleanOptions2["RECURSIVE"] = "d"; + return CleanOptions2; + })(CleanOptions || {}); + CleanOptionValues = /* @__PURE__ */ new Set([ + "i", + ...asStringArray(Object.values(CleanOptions)) + ]); + } +}); +function configListParser(text2) { + const config = new ConfigList(); + for (const item of configParser(text2)) { + config.addValue(item.file, String(item.key), item.value); + } + return config; +} +function configGetParser(text2, key2) { + let value = null; + const values = []; + const scopes = /* @__PURE__ */ new Map(); + for (const item of configParser(text2, key2)) { + if (item.key !== key2) { + continue; + } + values.push(value = item.value); + if (!scopes.has(item.file)) { + scopes.set(item.file, []); + } + scopes.get(item.file).push(value); + } + return { + key: key2, + paths: Array.from(scopes.keys()), + scopes, + value, + values + }; +} +function configFilePath(filePath) { + return filePath.replace(/^(file):/, ""); +} +function* configParser(text2, requestedKey = null) { + const lines = text2.split("\0"); + for (let i = 0, max = lines.length - 1; i < max; ) { + const file = configFilePath(lines[i++]); + let value = lines[i++]; + let key2 = requestedKey; + if (value.includes("\n")) { + const line = splitOn(value, "\n"); + key2 = line[0]; + value = line[1]; + } + yield { file, key: key2, value }; + } +} +var ConfigList; +var init_ConfigList = __esm2({ + "src/lib/responses/ConfigList.ts"() { + init_utils(); + ConfigList = class { + constructor() { + this.files = []; + this.values = /* @__PURE__ */ Object.create(null); + } + get all() { + if (!this._all) { + this._all = this.files.reduce((all, file) => { + return Object.assign(all, this.values[file]); + }, {}); + } + return this._all; + } + addFile(file) { + if (!(file in this.values)) { + const latest = last(this.files); + this.values[file] = latest ? Object.create(this.values[latest]) : {}; + this.files.push(file); + } + return this.values[file]; + } + addValue(file, key2, value) { + const values = this.addFile(file); + if (!values.hasOwnProperty(key2)) { + values[key2] = value; + } else if (Array.isArray(values[key2])) { + values[key2].push(value); + } else { + values[key2] = [values[key2], value]; + } + this._all = void 0; + } + }; + } +}); +function asConfigScope(scope, fallback) { + if (typeof scope === "string" && GitConfigScope.hasOwnProperty(scope)) { + return scope; + } + return fallback; +} +function addConfigTask(key2, value, append22, scope) { + const commands2 = ["config", `--${scope}`]; + if (append22) { + commands2.push("--add"); + } + commands2.push(key2, value); + return { + commands: commands2, + format: "utf-8", + parser(text2) { + return text2; + } + }; +} +function getConfigTask(key2, scope) { + const commands2 = ["config", "--null", "--show-origin", "--get-all", key2]; + if (scope) { + commands2.splice(1, 0, `--${scope}`); + } + return { + commands: commands2, + format: "utf-8", + parser(text2) { + return configGetParser(text2, key2); + } + }; +} +function listConfigTask(scope) { + const commands2 = ["config", "--list", "--show-origin", "--null"]; + if (scope) { + commands2.push(`--${scope}`); + } + return { + commands: commands2, + format: "utf-8", + parser(text2) { + return configListParser(text2); + } + }; +} +function config_default() { + return { + addConfig(key2, value, ...rest) { + return this._runTask(addConfigTask(key2, value, rest[0] === true, asConfigScope( + rest[1], + "local" + /* local */ + )), trailingFunctionArgument(arguments)); + }, + getConfig(key2, scope) { + return this._runTask(getConfigTask(key2, asConfigScope(scope, void 0)), trailingFunctionArgument(arguments)); + }, + listConfig(...rest) { + return this._runTask(listConfigTask(asConfigScope(rest[0], void 0)), trailingFunctionArgument(arguments)); + } + }; +} +var GitConfigScope; +var init_config = __esm2({ + "src/lib/tasks/config.ts"() { + init_ConfigList(); + init_utils(); + GitConfigScope = /* @__PURE__ */ ((GitConfigScope2) => { + GitConfigScope2["system"] = "system"; + GitConfigScope2["global"] = "global"; + GitConfigScope2["local"] = "local"; + GitConfigScope2["worktree"] = "worktree"; + return GitConfigScope2; + })(GitConfigScope || {}); + } +}); +function grepQueryBuilder(...params) { + return new GrepQuery().param(...params); +} +function parseGrep(grep) { + const paths = /* @__PURE__ */ new Set(); + const results = {}; + forEachLineWithContent(grep, (input) => { + const [path2, line, preview] = input.split(NULL); + paths.add(path2); + (results[path2] = results[path2] || []).push({ + line: asNumber(line), + path: path2, + preview + }); + }); + return { + paths, + results + }; +} +function grep_default() { + return { + grep(searchTerm) { + const then = trailingFunctionArgument(arguments); + const options = getTrailingOptions(arguments); + for (const option of disallowedOptions) { + if (options.includes(option)) { + return this._runTask(configurationErrorTask(`git.grep: use of "${option}" is not supported.`), then); + } + } + if (typeof searchTerm === "string") { + searchTerm = grepQueryBuilder().param(searchTerm); + } + const commands2 = ["grep", "--null", "-n", "--full-name", ...options, ...searchTerm]; + return this._runTask({ + commands: commands2, + format: "utf-8", + parser(stdOut) { + return parseGrep(stdOut); + } + }, then); + } + }; +} +var disallowedOptions; +var Query; +var _a; +var GrepQuery; +var init_grep = __esm2({ + "src/lib/tasks/grep.ts"() { + init_utils(); + init_task(); + disallowedOptions = ["-h"]; + Query = Symbol("grepQuery"); + GrepQuery = class { + constructor() { + this[_a] = []; + } + *[(_a = Query, Symbol.iterator)]() { + for (const query of this[Query]) { + yield query; + } + } + and(...and) { + and.length && this[Query].push("--and", "(", ...prefixedArray(and, "-e"), ")"); + return this; + } + param(...param) { + this[Query].push(...prefixedArray(param, "-e")); + return this; + } + }; + } +}); +var reset_exports = {}; +__export2(reset_exports, { + ResetMode: () => ResetMode, + getResetMode: () => getResetMode, + resetTask: () => resetTask +}); +function resetTask(mode, customArgs) { + const commands2 = ["reset"]; + if (isValidResetMode(mode)) { + commands2.push(`--${mode}`); + } + commands2.push(...customArgs); + return straightThroughStringTask(commands2); +} +function getResetMode(mode) { + if (isValidResetMode(mode)) { + return mode; + } + switch (typeof mode) { + case "string": + case "undefined": + return "soft"; + } + return; +} +function isValidResetMode(mode) { + return ResetModes.includes(mode); +} +var ResetMode; +var ResetModes; +var init_reset = __esm2({ + "src/lib/tasks/reset.ts"() { + init_task(); + ResetMode = /* @__PURE__ */ ((ResetMode2) => { + ResetMode2["MIXED"] = "mixed"; + ResetMode2["SOFT"] = "soft"; + ResetMode2["HARD"] = "hard"; + ResetMode2["MERGE"] = "merge"; + ResetMode2["KEEP"] = "keep"; + return ResetMode2; + })(ResetMode || {}); + ResetModes = Array.from(Object.values(ResetMode)); + } +}); +function createLog() { + return (0, import_debug.default)("simple-git"); +} +function prefixedLogger(to, prefix, forward) { + if (!prefix || !String(prefix).replace(/\s*/, "")) { + return !forward ? to : (message, ...args) => { + to(message, ...args); + forward(message, ...args); + }; + } + return (message, ...args) => { + to(`%s ${message}`, prefix, ...args); + if (forward) { + forward(message, ...args); + } + }; +} +function childLoggerName(name, childDebugger, { namespace: parentNamespace }) { + if (typeof name === "string") { + return name; + } + const childNamespace = childDebugger && childDebugger.namespace || ""; + if (childNamespace.startsWith(parentNamespace)) { + return childNamespace.substr(parentNamespace.length + 1); + } + return childNamespace || parentNamespace; +} +function createLogger(label, verbose, initialStep, infoDebugger = createLog()) { + const labelPrefix = label && `[${label}]` || ""; + const spawned = []; + const debugDebugger = typeof verbose === "string" ? infoDebugger.extend(verbose) : verbose; + const key2 = childLoggerName(filterType(verbose, filterString), debugDebugger, infoDebugger); + return step(initialStep); + function sibling(name, initial) { + return append(spawned, createLogger(label, key2.replace(/^[^:]+/, name), initial, infoDebugger)); + } + function step(phase) { + const stepPrefix = phase && `[${phase}]` || ""; + const debug22 = debugDebugger && prefixedLogger(debugDebugger, stepPrefix) || NOOP; + const info = prefixedLogger(infoDebugger, `${labelPrefix} ${stepPrefix}`, debug22); + return Object.assign(debugDebugger ? debug22 : info, { + label, + sibling, + info, + step + }); + } +} +var init_git_logger = __esm2({ + "src/lib/git-logger.ts"() { + init_utils(); + import_debug.default.formatters.L = (value) => String(filterHasLength(value) ? value.length : "-"); + import_debug.default.formatters.B = (value) => { + if (Buffer.isBuffer(value)) { + return value.toString("utf8"); + } + return objectToString(value); + }; + } +}); +var _TasksPendingQueue; +var TasksPendingQueue; +var init_tasks_pending_queue = __esm2({ + "src/lib/runners/tasks-pending-queue.ts"() { + init_git_error(); + init_git_logger(); + _TasksPendingQueue = class { + constructor(logLabel = "GitExecutor") { + this.logLabel = logLabel; + this._queue = /* @__PURE__ */ new Map(); + } + withProgress(task) { + return this._queue.get(task); + } + createProgress(task) { + const name = _TasksPendingQueue.getName(task.commands[0]); + const logger = createLogger(this.logLabel, name); + return { + task, + logger, + name + }; + } + push(task) { + const progress = this.createProgress(task); + progress.logger("Adding task to the queue, commands = %o", task.commands); + this._queue.set(task, progress); + return progress; + } + fatal(err) { + for (const [task, { logger }] of Array.from(this._queue.entries())) { + if (task === err.task) { + logger.info(`Failed %o`, err); + logger(`Fatal exception, any as-yet un-started tasks run through this executor will not be attempted`); + } else { + logger.info(`A fatal exception occurred in a previous task, the queue has been purged: %o`, err.message); + } + this.complete(task); + } + if (this._queue.size !== 0) { + throw new Error(`Queue size should be zero after fatal: ${this._queue.size}`); + } + } + complete(task) { + const progress = this.withProgress(task); + if (progress) { + this._queue.delete(task); + } + } + attempt(task) { + const progress = this.withProgress(task); + if (!progress) { + throw new GitError(void 0, "TasksPendingQueue: attempt called for an unknown task"); + } + progress.logger("Starting task"); + return progress; + } + static getName(name = "empty") { + return `task:${name}:${++_TasksPendingQueue.counter}`; + } + }; + TasksPendingQueue = _TasksPendingQueue; + TasksPendingQueue.counter = 0; + } +}); +function pluginContext(task, commands2) { + return { + method: first(task.commands) || "", + commands: commands2 + }; +} +function onErrorReceived(target, logger) { + return (err) => { + logger(`[ERROR] child process exception %o`, err); + target.push(Buffer.from(String(err.stack), "ascii")); + }; +} +function onDataReceived(target, name, logger, output) { + return (buffer2) => { + logger(`%s received %L bytes`, name, buffer2); + output(`%B`, buffer2); + target.push(buffer2); + }; +} +var GitExecutorChain; +var init_git_executor_chain = __esm2({ + "src/lib/runners/git-executor-chain.ts"() { + init_git_error(); + init_task(); + init_utils(); + init_tasks_pending_queue(); + GitExecutorChain = class { + constructor(_executor, _scheduler, _plugins) { + this._executor = _executor; + this._scheduler = _scheduler; + this._plugins = _plugins; + this._chain = Promise.resolve(); + this._queue = new TasksPendingQueue(); + } + get binary() { + return this._executor.binary; + } + get cwd() { + return this._cwd || this._executor.cwd; + } + set cwd(cwd) { + this._cwd = cwd; + } + get env() { + return this._executor.env; + } + get outputHandler() { + return this._executor.outputHandler; + } + chain() { + return this; + } + push(task) { + this._queue.push(task); + return this._chain = this._chain.then(() => this.attemptTask(task)); + } + attemptTask(task) { + return __async(this, null, function* () { + const onScheduleComplete = yield this._scheduler.next(); + const onQueueComplete = () => this._queue.complete(task); + try { + const { logger } = this._queue.attempt(task); + return yield isEmptyTask(task) ? this.attemptEmptyTask(task, logger) : this.attemptRemoteTask(task, logger); + } catch (e) { + throw this.onFatalException(task, e); + } finally { + onQueueComplete(); + onScheduleComplete(); + } + }); + } + onFatalException(task, e) { + const gitError = e instanceof GitError ? Object.assign(e, { task }) : new GitError(task, e && String(e)); + this._chain = Promise.resolve(); + this._queue.fatal(gitError); + return gitError; + } + attemptRemoteTask(task, logger) { + return __async(this, null, function* () { + const args = this._plugins.exec("spawn.args", [...task.commands], pluginContext(task, task.commands)); + const raw = yield this.gitResponse(task, this.binary, args, this.outputHandler, logger.step("SPAWN")); + const outputStreams = yield this.handleTaskData(task, args, raw, logger.step("HANDLE")); + logger(`passing response to task's parser as a %s`, task.format); + if (isBufferTask(task)) { + return callTaskParser(task.parser, outputStreams); + } + return callTaskParser(task.parser, outputStreams.asStrings()); + }); + } + attemptEmptyTask(task, logger) { + return __async(this, null, function* () { + logger(`empty task bypassing child process to call to task's parser`); + return task.parser(this); + }); + } + handleTaskData(task, args, result, logger) { + const { exitCode, rejection, stdOut, stdErr } = result; + return new Promise((done, fail) => { + logger(`Preparing to handle process response exitCode=%d stdOut=`, exitCode); + const { error } = this._plugins.exec("task.error", { error: rejection }, __spreadValues(__spreadValues({}, pluginContext(task, args)), result)); + if (error && task.onError) { + logger.info(`exitCode=%s handling with custom error handler`); + return task.onError(result, error, (newStdOut) => { + logger.info(`custom error handler treated as success`); + logger(`custom error returned a %s`, objectToString(newStdOut)); + done(new GitOutputStreams(Array.isArray(newStdOut) ? Buffer.concat(newStdOut) : newStdOut, Buffer.concat(stdErr))); + }, fail); + } + if (error) { + logger.info(`handling as error: exitCode=%s stdErr=%s rejection=%o`, exitCode, stdErr.length, rejection); + return fail(error); + } + logger.info(`retrieving task output complete`); + done(new GitOutputStreams(Buffer.concat(stdOut), Buffer.concat(stdErr))); + }); + } + gitResponse(task, command, args, outputHandler, logger) { + return __async(this, null, function* () { + const outputLogger = logger.sibling("output"); + const spawnOptions = this._plugins.exec("spawn.options", { + cwd: this.cwd, + env: this.env, + windowsHide: true + }, pluginContext(task, task.commands)); + return new Promise((done) => { + const stdOut = []; + const stdErr = []; + logger.info(`%s %o`, command, args); + logger("%O", spawnOptions); + let rejection = this._beforeSpawn(task, args); + if (rejection) { + return done({ + stdOut, + stdErr, + exitCode: 9901, + rejection + }); + } + this._plugins.exec("spawn.before", void 0, __spreadProps(__spreadValues({}, pluginContext(task, args)), { + kill(reason) { + rejection = reason || rejection; + } + })); + const spawned = (0, import_child_process.spawn)(command, args, spawnOptions); + spawned.stdout.on("data", onDataReceived(stdOut, "stdOut", logger, outputLogger.step("stdOut"))); + spawned.stderr.on("data", onDataReceived(stdErr, "stdErr", logger, outputLogger.step("stdErr"))); + spawned.on("error", onErrorReceived(stdErr, logger)); + if (outputHandler) { + logger(`Passing child process stdOut/stdErr to custom outputHandler`); + outputHandler(command, spawned.stdout, spawned.stderr, [...args]); + } + this._plugins.exec("spawn.after", void 0, __spreadProps(__spreadValues({}, pluginContext(task, args)), { + spawned, + close(exitCode, reason) { + done({ + stdOut, + stdErr, + exitCode, + rejection: rejection || reason + }); + }, + kill(reason) { + if (spawned.killed) { + return; + } + rejection = reason; + spawned.kill("SIGINT"); + } + })); + }); + }); + } + _beforeSpawn(task, args) { + let rejection; + this._plugins.exec("spawn.before", void 0, __spreadProps(__spreadValues({}, pluginContext(task, args)), { + kill(reason) { + rejection = reason || rejection; + } + })); + return rejection; + } + }; + } +}); +var git_executor_exports = {}; +__export2(git_executor_exports, { + GitExecutor: () => GitExecutor +}); +var GitExecutor; +var init_git_executor = __esm2({ + "src/lib/runners/git-executor.ts"() { + init_git_executor_chain(); + GitExecutor = class { + constructor(binary = "git", cwd, _scheduler, _plugins) { + this.binary = binary; + this.cwd = cwd; + this._scheduler = _scheduler; + this._plugins = _plugins; + this._chain = new GitExecutorChain(this, this._scheduler, this._plugins); + } + chain() { + return new GitExecutorChain(this, this._scheduler, this._plugins); + } + push(task) { + return this._chain.push(task); + } + }; + } +}); +function taskCallback(task, response, callback = NOOP) { + const onSuccess = (data) => { + callback(null, data); + }; + const onError2 = (err) => { + if ((err == null ? void 0 : err.task) === task) { + callback(err instanceof GitResponseError ? addDeprecationNoticeToError(err) : err, void 0); + } + }; + response.then(onSuccess, onError2); +} +function addDeprecationNoticeToError(err) { + let log2 = (name) => { + console.warn(`simple-git deprecation notice: accessing GitResponseError.${name} should be GitResponseError.git.${name}, this will no longer be available in version 3`); + log2 = NOOP; + }; + return Object.create(err, Object.getOwnPropertyNames(err.git).reduce(descriptorReducer, {})); + function descriptorReducer(all, name) { + if (name in err) { + return all; + } + all[name] = { + enumerable: false, + configurable: false, + get() { + log2(name); + return err.git[name]; + } + }; + return all; + } +} +var init_task_callback = __esm2({ + "src/lib/task-callback.ts"() { + init_git_response_error(); + init_utils(); + } +}); +function changeWorkingDirectoryTask(directory, root2) { + return adhocExecTask((instance10) => { + if (!folderExists(directory)) { + throw new Error(`Git.cwd: cannot change to non-directory "${directory}"`); + } + return (root2 || instance10).cwd = directory; + }); +} +var init_change_working_directory = __esm2({ + "src/lib/tasks/change-working-directory.ts"() { + init_utils(); + init_task(); + } +}); +function checkoutTask(args) { + const commands2 = ["checkout", ...args]; + if (commands2[1] === "-b" && commands2.includes("-B")) { + commands2[1] = remove2(commands2, "-B"); + } + return straightThroughStringTask(commands2); +} +function checkout_default() { + return { + checkout() { + return this._runTask(checkoutTask(getTrailingOptions(arguments, 1)), trailingFunctionArgument(arguments)); + }, + checkoutBranch(branchName, startPoint) { + return this._runTask(checkoutTask(["-b", branchName, startPoint, ...getTrailingOptions(arguments)]), trailingFunctionArgument(arguments)); + }, + checkoutLocalBranch(branchName) { + return this._runTask(checkoutTask(["-b", branchName, ...getTrailingOptions(arguments)]), trailingFunctionArgument(arguments)); + } + }; +} +var init_checkout = __esm2({ + "src/lib/tasks/checkout.ts"() { + init_utils(); + init_task(); + } +}); +function parseCommitResult(stdOut) { + const result = { + author: null, + branch: "", + commit: "", + root: false, + summary: { + changes: 0, + insertions: 0, + deletions: 0 + } + }; + return parseStringResponse(result, parsers, stdOut); +} +var parsers; +var init_parse_commit = __esm2({ + "src/lib/parsers/parse-commit.ts"() { + init_utils(); + parsers = [ + new LineParser(/^\[([^\s]+)( \([^)]+\))? ([^\]]+)/, (result, [branch2, root2, commit2]) => { + result.branch = branch2; + result.commit = commit2; + result.root = !!root2; + }), + new LineParser(/\s*Author:\s(.+)/i, (result, [author]) => { + const parts = author.split("<"); + const email = parts.pop(); + if (!email || !email.includes("@")) { + return; + } + result.author = { + email: email.substr(0, email.length - 1), + name: parts.join("<").trim() + }; + }), + new LineParser(/(\d+)[^,]*(?:,\s*(\d+)[^,]*)(?:,\s*(\d+))/g, (result, [changes, insertions, deletions]) => { + result.summary.changes = parseInt(changes, 10) || 0; + result.summary.insertions = parseInt(insertions, 10) || 0; + result.summary.deletions = parseInt(deletions, 10) || 0; + }), + new LineParser(/^(\d+)[^,]*(?:,\s*(\d+)[^(]+\(([+-]))?/, (result, [changes, lines, direction]) => { + result.summary.changes = parseInt(changes, 10) || 0; + const count = parseInt(lines, 10) || 0; + if (direction === "-") { + result.summary.deletions = count; + } else if (direction === "+") { + result.summary.insertions = count; + } + }) + ]; + } +}); +function commitTask(message, files, customArgs) { + const commands2 = [ + "-c", + "core.abbrev=40", + "commit", + ...prefixedArray(message, "-m"), + ...files, + ...customArgs + ]; + return { + commands: commands2, + format: "utf-8", + parser: parseCommitResult + }; +} +function commit_default() { + return { + commit(message, ...rest) { + const next = trailingFunctionArgument(arguments); + const task = rejectDeprecatedSignatures(message) || commitTask(asArray(message), asArray(filterType(rest[0], filterStringOrStringArray, [])), [...filterType(rest[1], filterArray, []), ...getTrailingOptions(arguments, 0, true)]); + return this._runTask(task, next); + } + }; + function rejectDeprecatedSignatures(message) { + return !filterStringOrStringArray(message) && configurationErrorTask(`git.commit: requires the commit message to be supplied as a string/string[]`); + } +} +var init_commit = __esm2({ + "src/lib/tasks/commit.ts"() { + init_parse_commit(); + init_utils(); + init_task(); + } +}); +function hashObjectTask(filePath, write) { + const commands2 = ["hash-object", filePath]; + if (write) { + commands2.push("-w"); + } + return straightThroughStringTask(commands2, true); +} +var init_hash_object = __esm2({ + "src/lib/tasks/hash-object.ts"() { + init_task(); + } +}); +function parseInit(bare, path2, text2) { + const response = String(text2).trim(); + let result; + if (result = initResponseRegex.exec(response)) { + return new InitSummary(bare, path2, false, result[1]); + } + if (result = reInitResponseRegex.exec(response)) { + return new InitSummary(bare, path2, true, result[1]); + } + let gitDir = ""; + const tokens = response.split(" "); + while (tokens.length) { + const token = tokens.shift(); + if (token === "in") { + gitDir = tokens.join(" "); + break; + } + } + return new InitSummary(bare, path2, /^re/i.test(response), gitDir); +} +var InitSummary; +var initResponseRegex; +var reInitResponseRegex; +var init_InitSummary = __esm2({ + "src/lib/responses/InitSummary.ts"() { + InitSummary = class { + constructor(bare, path2, existing, gitDir) { + this.bare = bare; + this.path = path2; + this.existing = existing; + this.gitDir = gitDir; + } + }; + initResponseRegex = /^Init.+ repository in (.+)$/; + reInitResponseRegex = /^Rein.+ in (.+)$/; + } +}); +function hasBareCommand(command) { + return command.includes(bareCommand); +} +function initTask(bare = false, path2, customArgs) { + const commands2 = ["init", ...customArgs]; + if (bare && !hasBareCommand(commands2)) { + commands2.splice(1, 0, bareCommand); + } + return { + commands: commands2, + format: "utf-8", + parser(text2) { + return parseInit(commands2.includes("--bare"), path2, text2); + } + }; +} +var bareCommand; +var init_init = __esm2({ + "src/lib/tasks/init.ts"() { + init_InitSummary(); + bareCommand = "--bare"; + } +}); +function logFormatFromCommand(customArgs) { + for (let i = 0; i < customArgs.length; i++) { + const format = logFormatRegex.exec(customArgs[i]); + if (format) { + return `--${format[1]}`; + } + } + return ""; +} +function isLogFormat(customArg) { + return logFormatRegex.test(customArg); +} +var logFormatRegex; +var init_log_format = __esm2({ + "src/lib/args/log-format.ts"() { + logFormatRegex = /^--(stat|numstat|name-only|name-status)(=|$)/; + } +}); +var DiffSummary; +var init_DiffSummary = __esm2({ + "src/lib/responses/DiffSummary.ts"() { + DiffSummary = class { + constructor() { + this.changed = 0; + this.deletions = 0; + this.insertions = 0; + this.files = []; + } + }; + } +}); +function getDiffParser(format = "") { + const parser3 = diffSummaryParsers[format]; + return (stdOut) => parseStringResponse(new DiffSummary(), parser3, stdOut, false); +} +var statParser; +var numStatParser; +var nameOnlyParser; +var nameStatusParser; +var diffSummaryParsers; +var init_parse_diff_summary = __esm2({ + "src/lib/parsers/parse-diff-summary.ts"() { + init_log_format(); + init_DiffSummary(); + init_utils(); + statParser = [ + new LineParser(/(.+)\s+\|\s+(\d+)(\s+[+\-]+)?$/, (result, [file, changes, alterations = ""]) => { + result.files.push({ + file: file.trim(), + changes: asNumber(changes), + insertions: alterations.replace(/[^+]/g, "").length, + deletions: alterations.replace(/[^-]/g, "").length, + binary: false + }); + }), + new LineParser(/(.+) \|\s+Bin ([0-9.]+) -> ([0-9.]+) ([a-z]+)/, (result, [file, before, after]) => { + result.files.push({ + file: file.trim(), + before: asNumber(before), + after: asNumber(after), + binary: true + }); + }), + new LineParser(/(\d+) files? changed\s*((?:, \d+ [^,]+){0,2})/, (result, [changed, summary]) => { + const inserted = /(\d+) i/.exec(summary); + const deleted = /(\d+) d/.exec(summary); + result.changed = asNumber(changed); + result.insertions = asNumber(inserted == null ? void 0 : inserted[1]); + result.deletions = asNumber(deleted == null ? void 0 : deleted[1]); + }) + ]; + numStatParser = [ + new LineParser(/(\d+)\t(\d+)\t(.+)$/, (result, [changesInsert, changesDelete, file]) => { + const insertions = asNumber(changesInsert); + const deletions = asNumber(changesDelete); + result.changed++; + result.insertions += insertions; + result.deletions += deletions; + result.files.push({ + file, + changes: insertions + deletions, + insertions, + deletions, + binary: false + }); + }), + new LineParser(/-\t-\t(.+)$/, (result, [file]) => { + result.changed++; + result.files.push({ + file, + after: 0, + before: 0, + binary: true + }); + }) + ]; + nameOnlyParser = [ + new LineParser(/(.+)$/, (result, [file]) => { + result.changed++; + result.files.push({ + file, + changes: 0, + insertions: 0, + deletions: 0, + binary: false + }); + }) + ]; + nameStatusParser = [ + new LineParser(/([ACDMRTUXB])([0-9][0-9][0-9])?\t(.[^\t]+)\t?(.*)?$/, (result, [status2, _similarity, from, to]) => { + result.changed++; + result.files.push({ + file: to != null ? to : from, + changes: 0, + status: status2, + insertions: 0, + deletions: 0, + binary: false + }); + }) + ]; + diffSummaryParsers = { + [ + "" + /* NONE */ + ]: statParser, + [ + "--stat" + /* STAT */ + ]: statParser, + [ + "--numstat" + /* NUM_STAT */ + ]: numStatParser, + [ + "--name-status" + /* NAME_STATUS */ + ]: nameStatusParser, + [ + "--name-only" + /* NAME_ONLY */ + ]: nameOnlyParser + }; + } +}); +function lineBuilder(tokens, fields) { + return fields.reduce((line, field, index2) => { + line[field] = tokens[index2] || ""; + return line; + }, /* @__PURE__ */ Object.create({ diff: null })); +} +function createListLogSummaryParser(splitter = SPLITTER, fields = defaultFieldNames, logFormat = "") { + const parseDiffResult = getDiffParser(logFormat); + return function(stdOut) { + const all = toLinesWithContent(stdOut, true, START_BOUNDARY).map(function(item) { + const lineDetail = item.trim().split(COMMIT_BOUNDARY); + const listLogLine = lineBuilder(lineDetail[0].trim().split(splitter), fields); + if (lineDetail.length > 1 && !!lineDetail[1].trim()) { + listLogLine.diff = parseDiffResult(lineDetail[1]); + } + return listLogLine; + }); + return { + all, + latest: all.length && all[0] || null, + total: all.length + }; + }; +} +var START_BOUNDARY; +var COMMIT_BOUNDARY; +var SPLITTER; +var defaultFieldNames; +var init_parse_list_log_summary = __esm2({ + "src/lib/parsers/parse-list-log-summary.ts"() { + init_utils(); + init_parse_diff_summary(); + init_log_format(); + START_BOUNDARY = "\xF2\xF2\xF2\xF2\xF2\xF2 "; + COMMIT_BOUNDARY = " \xF2\xF2"; + SPLITTER = " \xF2 "; + defaultFieldNames = ["hash", "date", "message", "refs", "author_name", "author_email"]; + } +}); +var diff_exports = {}; +__export2(diff_exports, { + diffSummaryTask: () => diffSummaryTask, + validateLogFormatConfig: () => validateLogFormatConfig +}); +function diffSummaryTask(customArgs) { + let logFormat = logFormatFromCommand(customArgs); + const commands2 = ["diff"]; + if (logFormat === "") { + logFormat = "--stat"; + commands2.push("--stat=4096"); + } + commands2.push(...customArgs); + return validateLogFormatConfig(commands2) || { + commands: commands2, + format: "utf-8", + parser: getDiffParser(logFormat) + }; +} +function validateLogFormatConfig(customArgs) { + const flags = customArgs.filter(isLogFormat); + if (flags.length > 1) { + return configurationErrorTask(`Summary flags are mutually exclusive - pick one of ${flags.join(",")}`); + } + if (flags.length && customArgs.includes("-z")) { + return configurationErrorTask(`Summary flag ${flags} parsing is not compatible with null termination option '-z'`); + } +} +var init_diff = __esm2({ + "src/lib/tasks/diff.ts"() { + init_log_format(); + init_parse_diff_summary(); + init_task(); + } +}); +function prettyFormat(format, splitter) { + const fields = []; + const formatStr = []; + Object.keys(format).forEach((field) => { + fields.push(field); + formatStr.push(String(format[field])); + }); + return [fields, formatStr.join(splitter)]; +} +function userOptions(input) { + return Object.keys(input).reduce((out, key2) => { + if (!(key2 in excludeOptions)) { + out[key2] = input[key2]; + } + return out; + }, {}); +} +function parseLogOptions(opt = {}, customArgs = []) { + const splitter = filterType(opt.splitter, filterString, SPLITTER); + const format = !filterPrimitives(opt.format) && opt.format ? opt.format : { + hash: "%H", + date: opt.strictDate === false ? "%ai" : "%aI", + message: "%s", + refs: "%D", + body: opt.multiLine ? "%B" : "%b", + author_name: opt.mailMap !== false ? "%aN" : "%an", + author_email: opt.mailMap !== false ? "%aE" : "%ae" + }; + const [fields, formatStr] = prettyFormat(format, splitter); + const suffix = []; + const command = [ + `--pretty=format:${START_BOUNDARY}${formatStr}${COMMIT_BOUNDARY}`, + ...customArgs + ]; + const maxCount = opt.n || opt["max-count"] || opt.maxCount; + if (maxCount) { + command.push(`--max-count=${maxCount}`); + } + if (opt.from || opt.to) { + const rangeOperator = opt.symmetric !== false ? "..." : ".."; + suffix.push(`${opt.from || ""}${rangeOperator}${opt.to || ""}`); + } + if (filterString(opt.file)) { + suffix.push("--follow", opt.file); + } + appendTaskOptions(userOptions(opt), command); + return { + fields, + splitter, + commands: [...command, ...suffix] + }; +} +function logTask(splitter, fields, customArgs) { + const parser3 = createListLogSummaryParser(splitter, fields, logFormatFromCommand(customArgs)); + return { + commands: ["log", ...customArgs], + format: "utf-8", + parser: parser3 + }; +} +function log_default() { + return { + log(...rest) { + const next = trailingFunctionArgument(arguments); + const options = parseLogOptions(trailingOptionsArgument(arguments), filterType(arguments[0], filterArray)); + const task = rejectDeprecatedSignatures(...rest) || validateLogFormatConfig(options.commands) || createLogTask(options); + return this._runTask(task, next); + } + }; + function createLogTask(options) { + return logTask(options.splitter, options.fields, options.commands); + } + function rejectDeprecatedSignatures(from, to) { + return filterString(from) && filterString(to) && configurationErrorTask(`git.log(string, string) should be replaced with git.log({ from: string, to: string })`); + } +} +var excludeOptions; +var init_log = __esm2({ + "src/lib/tasks/log.ts"() { + init_log_format(); + init_parse_list_log_summary(); + init_utils(); + init_task(); + init_diff(); + excludeOptions = /* @__PURE__ */ ((excludeOptions2) => { + excludeOptions2[excludeOptions2["--pretty"] = 0] = "--pretty"; + excludeOptions2[excludeOptions2["max-count"] = 1] = "max-count"; + excludeOptions2[excludeOptions2["maxCount"] = 2] = "maxCount"; + excludeOptions2[excludeOptions2["n"] = 3] = "n"; + excludeOptions2[excludeOptions2["file"] = 4] = "file"; + excludeOptions2[excludeOptions2["format"] = 5] = "format"; + excludeOptions2[excludeOptions2["from"] = 6] = "from"; + excludeOptions2[excludeOptions2["to"] = 7] = "to"; + excludeOptions2[excludeOptions2["splitter"] = 8] = "splitter"; + excludeOptions2[excludeOptions2["symmetric"] = 9] = "symmetric"; + excludeOptions2[excludeOptions2["mailMap"] = 10] = "mailMap"; + excludeOptions2[excludeOptions2["multiLine"] = 11] = "multiLine"; + excludeOptions2[excludeOptions2["strictDate"] = 12] = "strictDate"; + return excludeOptions2; + })(excludeOptions || {}); + } +}); +var MergeSummaryConflict; +var MergeSummaryDetail; +var init_MergeSummary = __esm2({ + "src/lib/responses/MergeSummary.ts"() { + MergeSummaryConflict = class { + constructor(reason, file = null, meta) { + this.reason = reason; + this.file = file; + this.meta = meta; + } + toString() { + return `${this.file}:${this.reason}`; + } + }; + MergeSummaryDetail = class { + constructor() { + this.conflicts = []; + this.merges = []; + this.result = "success"; + } + get failed() { + return this.conflicts.length > 0; + } + get reason() { + return this.result; + } + toString() { + if (this.conflicts.length) { + return `CONFLICTS: ${this.conflicts.join(", ")}`; + } + return "OK"; + } + }; + } +}); +var PullSummary; +var PullFailedSummary; +var init_PullSummary = __esm2({ + "src/lib/responses/PullSummary.ts"() { + PullSummary = class { + constructor() { + this.remoteMessages = { + all: [] + }; + this.created = []; + this.deleted = []; + this.files = []; + this.deletions = {}; + this.insertions = {}; + this.summary = { + changes: 0, + deletions: 0, + insertions: 0 + }; + } + }; + PullFailedSummary = class { + constructor() { + this.remote = ""; + this.hash = { + local: "", + remote: "" + }; + this.branch = { + local: "", + remote: "" + }; + this.message = ""; + } + toString() { + return this.message; + } + }; + } +}); +function objectEnumerationResult(remoteMessages) { + return remoteMessages.objects = remoteMessages.objects || { + compressing: 0, + counting: 0, + enumerating: 0, + packReused: 0, + reused: { count: 0, delta: 0 }, + total: { count: 0, delta: 0 } + }; +} +function asObjectCount(source) { + const count = /^\s*(\d+)/.exec(source); + const delta = /delta (\d+)/i.exec(source); + return { + count: asNumber(count && count[1] || "0"), + delta: asNumber(delta && delta[1] || "0") + }; +} +var remoteMessagesObjectParsers; +var init_parse_remote_objects = __esm2({ + "src/lib/parsers/parse-remote-objects.ts"() { + init_utils(); + remoteMessagesObjectParsers = [ + new RemoteLineParser(/^remote:\s*(enumerating|counting|compressing) objects: (\d+),/i, (result, [action, count]) => { + const key2 = action.toLowerCase(); + const enumeration = objectEnumerationResult(result.remoteMessages); + Object.assign(enumeration, { [key2]: asNumber(count) }); + }), + new RemoteLineParser(/^remote:\s*(enumerating|counting|compressing) objects: \d+% \(\d+\/(\d+)\),/i, (result, [action, count]) => { + const key2 = action.toLowerCase(); + const enumeration = objectEnumerationResult(result.remoteMessages); + Object.assign(enumeration, { [key2]: asNumber(count) }); + }), + new RemoteLineParser(/total ([^,]+), reused ([^,]+), pack-reused (\d+)/i, (result, [total, reused, packReused]) => { + const objects = objectEnumerationResult(result.remoteMessages); + objects.total = asObjectCount(total); + objects.reused = asObjectCount(reused); + objects.packReused = asNumber(packReused); + }) + ]; + } +}); +function parseRemoteMessages(_stdOut, stdErr) { + return parseStringResponse({ remoteMessages: new RemoteMessageSummary() }, parsers2, stdErr); +} +var parsers2; +var RemoteMessageSummary; +var init_parse_remote_messages = __esm2({ + "src/lib/parsers/parse-remote-messages.ts"() { + init_utils(); + init_parse_remote_objects(); + parsers2 = [ + new RemoteLineParser(/^remote:\s*(.+)$/, (result, [text2]) => { + result.remoteMessages.all.push(text2.trim()); + return false; + }), + ...remoteMessagesObjectParsers, + new RemoteLineParser([/create a (?:pull|merge) request/i, /\s(https?:\/\/\S+)$/], (result, [pullRequestUrl]) => { + result.remoteMessages.pullRequestUrl = pullRequestUrl; + }), + new RemoteLineParser([/found (\d+) vulnerabilities.+\(([^)]+)\)/i, /\s(https?:\/\/\S+)$/], (result, [count, summary, url]) => { + result.remoteMessages.vulnerabilities = { + count: asNumber(count), + summary, + url + }; + }) + ]; + RemoteMessageSummary = class { + constructor() { + this.all = []; + } + }; + } +}); +function parsePullErrorResult(stdOut, stdErr) { + const pullError = parseStringResponse(new PullFailedSummary(), errorParsers, [stdOut, stdErr]); + return pullError.message && pullError; +} +var FILE_UPDATE_REGEX; +var SUMMARY_REGEX; +var ACTION_REGEX; +var parsers3; +var errorParsers; +var parsePullDetail; +var parsePullResult; +var init_parse_pull = __esm2({ + "src/lib/parsers/parse-pull.ts"() { + init_PullSummary(); + init_utils(); + init_parse_remote_messages(); + FILE_UPDATE_REGEX = /^\s*(.+?)\s+\|\s+\d+\s*(\+*)(-*)/; + SUMMARY_REGEX = /(\d+)\D+((\d+)\D+\(\+\))?(\D+(\d+)\D+\(-\))?/; + ACTION_REGEX = /^(create|delete) mode \d+ (.+)/; + parsers3 = [ + new LineParser(FILE_UPDATE_REGEX, (result, [file, insertions, deletions]) => { + result.files.push(file); + if (insertions) { + result.insertions[file] = insertions.length; + } + if (deletions) { + result.deletions[file] = deletions.length; + } + }), + new LineParser(SUMMARY_REGEX, (result, [changes, , insertions, , deletions]) => { + if (insertions !== void 0 || deletions !== void 0) { + result.summary.changes = +changes || 0; + result.summary.insertions = +insertions || 0; + result.summary.deletions = +deletions || 0; + return true; + } + return false; + }), + new LineParser(ACTION_REGEX, (result, [action, file]) => { + append(result.files, file); + append(action === "create" ? result.created : result.deleted, file); + }) + ]; + errorParsers = [ + new LineParser(/^from\s(.+)$/i, (result, [remote]) => void (result.remote = remote)), + new LineParser(/^fatal:\s(.+)$/, (result, [message]) => void (result.message = message)), + new LineParser(/([a-z0-9]+)\.\.([a-z0-9]+)\s+(\S+)\s+->\s+(\S+)$/, (result, [hashLocal, hashRemote, branchLocal, branchRemote]) => { + result.branch.local = branchLocal; + result.hash.local = hashLocal; + result.branch.remote = branchRemote; + result.hash.remote = hashRemote; + }) + ]; + parsePullDetail = (stdOut, stdErr) => { + return parseStringResponse(new PullSummary(), parsers3, [stdOut, stdErr]); + }; + parsePullResult = (stdOut, stdErr) => { + return Object.assign(new PullSummary(), parsePullDetail(stdOut, stdErr), parseRemoteMessages(stdOut, stdErr)); + }; + } +}); +var parsers4; +var parseMergeResult; +var parseMergeDetail; +var init_parse_merge = __esm2({ + "src/lib/parsers/parse-merge.ts"() { + init_MergeSummary(); + init_utils(); + init_parse_pull(); + parsers4 = [ + new LineParser(/^Auto-merging\s+(.+)$/, (summary, [autoMerge]) => { + summary.merges.push(autoMerge); + }), + new LineParser(/^CONFLICT\s+\((.+)\): Merge conflict in (.+)$/, (summary, [reason, file]) => { + summary.conflicts.push(new MergeSummaryConflict(reason, file)); + }), + new LineParser(/^CONFLICT\s+\((.+\/delete)\): (.+) deleted in (.+) and/, (summary, [reason, file, deleteRef2]) => { + summary.conflicts.push(new MergeSummaryConflict(reason, file, { deleteRef: deleteRef2 })); + }), + new LineParser(/^CONFLICT\s+\((.+)\):/, (summary, [reason]) => { + summary.conflicts.push(new MergeSummaryConflict(reason, null)); + }), + new LineParser(/^Automatic merge failed;\s+(.+)$/, (summary, [result]) => { + summary.result = result; + }) + ]; + parseMergeResult = (stdOut, stdErr) => { + return Object.assign(parseMergeDetail(stdOut, stdErr), parsePullResult(stdOut, stdErr)); + }; + parseMergeDetail = (stdOut) => { + return parseStringResponse(new MergeSummaryDetail(), parsers4, stdOut); + }; + } +}); +function mergeTask(customArgs) { + if (!customArgs.length) { + return configurationErrorTask("Git.merge requires at least one option"); + } + return { + commands: ["merge", ...customArgs], + format: "utf-8", + parser(stdOut, stdErr) { + const merge2 = parseMergeResult(stdOut, stdErr); + if (merge2.failed) { + throw new GitResponseError(merge2); + } + return merge2; + } + }; +} +var init_merge = __esm2({ + "src/lib/tasks/merge.ts"() { + init_git_response_error(); + init_parse_merge(); + init_task(); + } +}); +function pushResultPushedItem(local, remote, status2) { + const deleted = status2.includes("deleted"); + const tag2 = status2.includes("tag") || /^refs\/tags/.test(local); + const alreadyUpdated = !status2.includes("new"); + return { + deleted, + tag: tag2, + branch: !tag2, + new: !alreadyUpdated, + alreadyUpdated, + local, + remote + }; +} +var parsers5; +var parsePushResult; +var parsePushDetail; +var init_parse_push = __esm2({ + "src/lib/parsers/parse-push.ts"() { + init_utils(); + init_parse_remote_messages(); + parsers5 = [ + new LineParser(/^Pushing to (.+)$/, (result, [repo]) => { + result.repo = repo; + }), + new LineParser(/^updating local tracking ref '(.+)'/, (result, [local]) => { + result.ref = __spreadProps(__spreadValues({}, result.ref || {}), { + local + }); + }), + new LineParser(/^[=*-]\s+([^:]+):(\S+)\s+\[(.+)]$/, (result, [local, remote, type]) => { + result.pushed.push(pushResultPushedItem(local, remote, type)); + }), + new LineParser(/^Branch '([^']+)' set up to track remote branch '([^']+)' from '([^']+)'/, (result, [local, remote, remoteName]) => { + result.branch = __spreadProps(__spreadValues({}, result.branch || {}), { + local, + remote, + remoteName + }); + }), + new LineParser(/^([^:]+):(\S+)\s+([a-z0-9]+)\.\.([a-z0-9]+)$/, (result, [local, remote, from, to]) => { + result.update = { + head: { + local, + remote + }, + hash: { + from, + to + } + }; + }) + ]; + parsePushResult = (stdOut, stdErr) => { + const pushDetail = parsePushDetail(stdOut, stdErr); + const responseDetail = parseRemoteMessages(stdOut, stdErr); + return __spreadValues(__spreadValues({}, pushDetail), responseDetail); + }; + parsePushDetail = (stdOut, stdErr) => { + return parseStringResponse({ pushed: [] }, parsers5, [stdOut, stdErr]); + }; + } +}); +var push_exports = {}; +__export2(push_exports, { + pushTagsTask: () => pushTagsTask, + pushTask: () => pushTask +}); +function pushTagsTask(ref = {}, customArgs) { + append(customArgs, "--tags"); + return pushTask(ref, customArgs); +} +function pushTask(ref = {}, customArgs) { + const commands2 = ["push", ...customArgs]; + if (ref.branch) { + commands2.splice(1, 0, ref.branch); + } + if (ref.remote) { + commands2.splice(1, 0, ref.remote); + } + remove2(commands2, "-v"); + append(commands2, "--verbose"); + append(commands2, "--porcelain"); + return { + commands: commands2, + format: "utf-8", + parser: parsePushResult + }; +} +var init_push = __esm2({ + "src/lib/tasks/push.ts"() { + init_parse_push(); + init_utils(); + } +}); +var fromPathRegex; +var FileStatusSummary; +var init_FileStatusSummary = __esm2({ + "src/lib/responses/FileStatusSummary.ts"() { + fromPathRegex = /^(.+) -> (.+)$/; + FileStatusSummary = class { + constructor(path2, index2, working_dir) { + this.path = path2; + this.index = index2; + this.working_dir = working_dir; + if (index2 + working_dir === "R") { + const detail = fromPathRegex.exec(path2) || [null, path2, path2]; + this.from = detail[1] || ""; + this.path = detail[2] || ""; + } + } + }; + } +}); +function renamedFile(line) { + const [to, from] = line.split(NULL); + return { + from: from || to, + to + }; +} +function parser2(indexX, indexY, handler) { + return [`${indexX}${indexY}`, handler]; +} +function conflicts(indexX, ...indexY) { + return indexY.map((y) => parser2(indexX, y, (result, file) => append(result.conflicted, file))); +} +function splitLine(result, lineStr) { + const trimmed2 = lineStr.trim(); + switch (" ") { + case trimmed2.charAt(2): + return data(trimmed2.charAt(0), trimmed2.charAt(1), trimmed2.substr(3)); + case trimmed2.charAt(1): + return data(" ", trimmed2.charAt(0), trimmed2.substr(2)); + default: + return; + } + function data(index2, workingDir, path2) { + const raw = `${index2}${workingDir}`; + const handler = parsers6.get(raw); + if (handler) { + handler(result, path2); + } + if (raw !== "##" && raw !== "!!") { + result.files.push(new FileStatusSummary(path2.replace(/\0.+$/, ""), index2, workingDir)); + } + } +} +var StatusSummary; +var parsers6; +var parseStatusSummary; +var init_StatusSummary = __esm2({ + "src/lib/responses/StatusSummary.ts"() { + init_utils(); + init_FileStatusSummary(); + StatusSummary = class { + constructor() { + this.not_added = []; + this.conflicted = []; + this.created = []; + this.deleted = []; + this.ignored = void 0; + this.modified = []; + this.renamed = []; + this.files = []; + this.staged = []; + this.ahead = 0; + this.behind = 0; + this.current = null; + this.tracking = null; + this.detached = false; + this.isClean = () => { + return !this.files.length; + }; + } + }; + parsers6 = new Map([ + parser2(" ", "A", (result, file) => append(result.created, file)), + parser2(" ", "D", (result, file) => append(result.deleted, file)), + parser2(" ", "M", (result, file) => append(result.modified, file)), + parser2("A", " ", (result, file) => append(result.created, file) && append(result.staged, file)), + parser2("A", "M", (result, file) => append(result.created, file) && append(result.staged, file) && append(result.modified, file)), + parser2("D", " ", (result, file) => append(result.deleted, file) && append(result.staged, file)), + parser2("M", " ", (result, file) => append(result.modified, file) && append(result.staged, file)), + parser2("M", "M", (result, file) => append(result.modified, file) && append(result.staged, file)), + parser2("R", " ", (result, file) => { + append(result.renamed, renamedFile(file)); + }), + parser2("R", "M", (result, file) => { + const renamed = renamedFile(file); + append(result.renamed, renamed); + append(result.modified, renamed.to); + }), + parser2("!", "!", (_result, _file) => { + append(_result.ignored = _result.ignored || [], _file); + }), + parser2("?", "?", (result, file) => append(result.not_added, file)), + ...conflicts( + "A", + "A", + "U" + /* UNMERGED */ + ), + ...conflicts( + "D", + "D", + "U" + /* UNMERGED */ + ), + ...conflicts( + "U", + "A", + "D", + "U" + /* UNMERGED */ + ), + [ + "##", + (result, line) => { + const aheadReg = /ahead (\d+)/; + const behindReg = /behind (\d+)/; + const currentReg = /^(.+?(?=(?:\.{3}|\s|$)))/; + const trackingReg = /\.{3}(\S*)/; + const onEmptyBranchReg = /\son\s([\S]+)$/; + let regexResult; + regexResult = aheadReg.exec(line); + result.ahead = regexResult && +regexResult[1] || 0; + regexResult = behindReg.exec(line); + result.behind = regexResult && +regexResult[1] || 0; + regexResult = currentReg.exec(line); + result.current = regexResult && regexResult[1]; + regexResult = trackingReg.exec(line); + result.tracking = regexResult && regexResult[1]; + regexResult = onEmptyBranchReg.exec(line); + result.current = regexResult && regexResult[1] || result.current; + result.detached = /\(no branch\)/.test(line); + } + ] + ]); + parseStatusSummary = function(text2) { + const lines = text2.split(NULL); + const status2 = new StatusSummary(); + for (let i = 0, l = lines.length; i < l; ) { + let line = lines[i++].trim(); + if (!line) { + continue; + } + if (line.charAt(0) === "R") { + line += NULL + (lines[i++] || ""); + } + splitLine(status2, line); + } + return status2; + }; + } +}); +function statusTask(customArgs) { + const commands2 = [ + "status", + "--porcelain", + "-b", + "-u", + "--null", + ...customArgs.filter((arg) => !ignoredOptions.includes(arg)) + ]; + return { + format: "utf-8", + commands: commands2, + parser(text2) { + return parseStatusSummary(text2); + } + }; +} +var ignoredOptions; +var init_status = __esm2({ + "src/lib/tasks/status.ts"() { + init_StatusSummary(); + ignoredOptions = ["--null", "-z"]; + } +}); +function versionResponse(major = 0, minor = 0, patch = 0, agent = "", installed = true) { + return Object.defineProperty({ + major, + minor, + patch, + agent, + installed + }, "toString", { + value() { + return `${this.major}.${this.minor}.${this.patch}`; + }, + configurable: false, + enumerable: false + }); +} +function notInstalledResponse() { + return versionResponse(0, 0, 0, "", false); +} +function version_default() { + return { + version() { + return this._runTask({ + commands: ["--version"], + format: "utf-8", + parser: versionParser, + onError(result, error, done, fail) { + if (result.exitCode === -2) { + return done(Buffer.from(NOT_INSTALLED)); + } + fail(error); + } + }); + } + }; +} +function versionParser(stdOut) { + if (stdOut === NOT_INSTALLED) { + return notInstalledResponse(); + } + return parseStringResponse(versionResponse(0, 0, 0, stdOut), parsers7, stdOut); +} +var NOT_INSTALLED; +var parsers7; +var init_version = __esm2({ + "src/lib/tasks/version.ts"() { + init_utils(); + NOT_INSTALLED = "installed=false"; + parsers7 = [ + new LineParser(/version (\d+)\.(\d+)\.(\d+)(?:\s*\((.+)\))?/, (result, [major, minor, patch, agent = ""]) => { + Object.assign(result, versionResponse(asNumber(major), asNumber(minor), asNumber(patch), agent)); + }), + new LineParser(/version (\d+)\.(\d+)\.(\D+)(.+)?$/, (result, [major, minor, patch, agent = ""]) => { + Object.assign(result, versionResponse(asNumber(major), asNumber(minor), patch, agent)); + }) + ]; + } +}); +var simple_git_api_exports = {}; +__export2(simple_git_api_exports, { + SimpleGitApi: () => SimpleGitApi +}); +var SimpleGitApi; +var init_simple_git_api = __esm2({ + "src/lib/simple-git-api.ts"() { + init_task_callback(); + init_change_working_directory(); + init_checkout(); + init_commit(); + init_config(); + init_grep(); + init_hash_object(); + init_init(); + init_log(); + init_merge(); + init_push(); + init_status(); + init_task(); + init_version(); + init_utils(); + SimpleGitApi = class { + constructor(_executor) { + this._executor = _executor; + } + _runTask(task, then) { + const chain = this._executor.chain(); + const promise2 = chain.push(task); + if (then) { + taskCallback(task, promise2, then); + } + return Object.create(this, { + then: { value: promise2.then.bind(promise2) }, + catch: { value: promise2.catch.bind(promise2) }, + _executor: { value: chain } + }); + } + add(files) { + return this._runTask(straightThroughStringTask(["add", ...asArray(files)]), trailingFunctionArgument(arguments)); + } + cwd(directory) { + const next = trailingFunctionArgument(arguments); + if (typeof directory === "string") { + return this._runTask(changeWorkingDirectoryTask(directory, this._executor), next); + } + if (typeof (directory == null ? void 0 : directory.path) === "string") { + return this._runTask(changeWorkingDirectoryTask(directory.path, directory.root && this._executor || void 0), next); + } + return this._runTask(configurationErrorTask("Git.cwd: workingDirectory must be supplied as a string"), next); + } + hashObject(path2, write) { + return this._runTask(hashObjectTask(path2, write === true), trailingFunctionArgument(arguments)); + } + init(bare) { + return this._runTask(initTask(bare === true, this._executor.cwd, getTrailingOptions(arguments)), trailingFunctionArgument(arguments)); + } + merge() { + return this._runTask(mergeTask(getTrailingOptions(arguments)), trailingFunctionArgument(arguments)); + } + mergeFromTo(remote, branch2) { + if (!(filterString(remote) && filterString(branch2))) { + return this._runTask(configurationErrorTask(`Git.mergeFromTo requires that the 'remote' and 'branch' arguments are supplied as strings`)); + } + return this._runTask(mergeTask([remote, branch2, ...getTrailingOptions(arguments)]), trailingFunctionArgument(arguments, false)); + } + outputHandler(handler) { + this._executor.outputHandler = handler; + return this; + } + push() { + const task = pushTask({ + remote: filterType(arguments[0], filterString), + branch: filterType(arguments[1], filterString) + }, getTrailingOptions(arguments)); + return this._runTask(task, trailingFunctionArgument(arguments)); + } + stash() { + return this._runTask(straightThroughStringTask(["stash", ...getTrailingOptions(arguments)]), trailingFunctionArgument(arguments)); + } + status() { + return this._runTask(statusTask(getTrailingOptions(arguments)), trailingFunctionArgument(arguments)); + } + }; + Object.assign(SimpleGitApi.prototype, checkout_default(), commit_default(), config_default(), grep_default(), log_default(), version_default()); + } +}); +var scheduler_exports = {}; +__export2(scheduler_exports, { + Scheduler: () => Scheduler +}); +var createScheduledTask; +var Scheduler; +var init_scheduler = __esm2({ + "src/lib/runners/scheduler.ts"() { + init_utils(); + init_git_logger(); + createScheduledTask = /* @__PURE__ */ (() => { + let id = 0; + return () => { + id++; + const { promise: promise2, done } = (0, import_promise_deferred.createDeferred)(); + return { + promise: promise2, + done, + id + }; + }; + })(); + Scheduler = class { + constructor(concurrency = 2) { + this.concurrency = concurrency; + this.logger = createLogger("", "scheduler"); + this.pending = []; + this.running = []; + this.logger(`Constructed, concurrency=%s`, concurrency); + } + schedule() { + if (!this.pending.length || this.running.length >= this.concurrency) { + this.logger(`Schedule attempt ignored, pending=%s running=%s concurrency=%s`, this.pending.length, this.running.length, this.concurrency); + return; + } + const task = append(this.running, this.pending.shift()); + this.logger(`Attempting id=%s`, task.id); + task.done(() => { + this.logger(`Completing id=`, task.id); + remove2(this.running, task); + this.schedule(); + }); + } + next() { + const { promise: promise2, id } = append(this.pending, createScheduledTask()); + this.logger(`Scheduling id=%s`, id); + this.schedule(); + return promise2; + } + }; + } +}); +var apply_patch_exports = {}; +__export2(apply_patch_exports, { + applyPatchTask: () => applyPatchTask +}); +function applyPatchTask(patches, customArgs) { + return straightThroughStringTask(["apply", ...customArgs, ...patches]); +} +var init_apply_patch = __esm2({ + "src/lib/tasks/apply-patch.ts"() { + init_task(); + } +}); +function branchDeletionSuccess(branch2, hash2) { + return { + branch: branch2, + hash: hash2, + success: true + }; +} +function branchDeletionFailure(branch2) { + return { + branch: branch2, + hash: null, + success: false + }; +} +var BranchDeletionBatch; +var init_BranchDeleteSummary = __esm2({ + "src/lib/responses/BranchDeleteSummary.ts"() { + BranchDeletionBatch = class { + constructor() { + this.all = []; + this.branches = {}; + this.errors = []; + } + get success() { + return !this.errors.length; + } + }; + } +}); +function hasBranchDeletionError(data, processExitCode) { + return processExitCode === 1 && deleteErrorRegex.test(data); +} +var deleteSuccessRegex; +var deleteErrorRegex; +var parsers8; +var parseBranchDeletions; +var init_parse_branch_delete = __esm2({ + "src/lib/parsers/parse-branch-delete.ts"() { + init_BranchDeleteSummary(); + init_utils(); + deleteSuccessRegex = /(\S+)\s+\(\S+\s([^)]+)\)/; + deleteErrorRegex = /^error[^']+'([^']+)'/m; + parsers8 = [ + new LineParser(deleteSuccessRegex, (result, [branch2, hash2]) => { + const deletion = branchDeletionSuccess(branch2, hash2); + result.all.push(deletion); + result.branches[branch2] = deletion; + }), + new LineParser(deleteErrorRegex, (result, [branch2]) => { + const deletion = branchDeletionFailure(branch2); + result.errors.push(deletion); + result.all.push(deletion); + result.branches[branch2] = deletion; + }) + ]; + parseBranchDeletions = (stdOut, stdErr) => { + return parseStringResponse(new BranchDeletionBatch(), parsers8, [stdOut, stdErr]); + }; + } +}); +var BranchSummaryResult; +var init_BranchSummary = __esm2({ + "src/lib/responses/BranchSummary.ts"() { + BranchSummaryResult = class { + constructor() { + this.all = []; + this.branches = {}; + this.current = ""; + this.detached = false; + } + push(status2, detached, name, commit2, label) { + if (status2 === "*") { + this.detached = detached; + this.current = name; + } + this.all.push(name); + this.branches[name] = { + current: status2 === "*", + linkedWorkTree: status2 === "+", + name, + commit: commit2, + label + }; + } + }; + } +}); +function branchStatus(input) { + return input ? input.charAt(0) : ""; +} +function parseBranchSummary(stdOut) { + return parseStringResponse(new BranchSummaryResult(), parsers9, stdOut); +} +var parsers9; +var init_parse_branch = __esm2({ + "src/lib/parsers/parse-branch.ts"() { + init_BranchSummary(); + init_utils(); + parsers9 = [ + new LineParser(/^([*+]\s)?\((?:HEAD )?detached (?:from|at) (\S+)\)\s+([a-z0-9]+)\s(.*)$/, (result, [current, name, commit2, label]) => { + result.push(branchStatus(current), true, name, commit2, label); + }), + new LineParser(/^([*+]\s)?(\S+)\s+([a-z0-9]+)\s?(.*)$/s, (result, [current, name, commit2, label]) => { + result.push(branchStatus(current), false, name, commit2, label); + }) + ]; + } +}); +var branch_exports = {}; +__export2(branch_exports, { + branchLocalTask: () => branchLocalTask, + branchTask: () => branchTask, + containsDeleteBranchCommand: () => containsDeleteBranchCommand, + deleteBranchTask: () => deleteBranchTask, + deleteBranchesTask: () => deleteBranchesTask +}); +function containsDeleteBranchCommand(commands2) { + const deleteCommands = ["-d", "-D", "--delete"]; + return commands2.some((command) => deleteCommands.includes(command)); +} +function branchTask(customArgs) { + const isDelete = containsDeleteBranchCommand(customArgs); + const commands2 = ["branch", ...customArgs]; + if (commands2.length === 1) { + commands2.push("-a"); + } + if (!commands2.includes("-v")) { + commands2.splice(1, 0, "-v"); + } + return { + format: "utf-8", + commands: commands2, + parser(stdOut, stdErr) { + if (isDelete) { + return parseBranchDeletions(stdOut, stdErr).all[0]; + } + return parseBranchSummary(stdOut); + } + }; +} +function branchLocalTask() { + const parser3 = parseBranchSummary; + return { + format: "utf-8", + commands: ["branch", "-v"], + parser: parser3 + }; +} +function deleteBranchesTask(branches, forceDelete = false) { + return { + format: "utf-8", + commands: ["branch", "-v", forceDelete ? "-D" : "-d", ...branches], + parser(stdOut, stdErr) { + return parseBranchDeletions(stdOut, stdErr); + }, + onError({ exitCode, stdOut }, error, done, fail) { + if (!hasBranchDeletionError(String(error), exitCode)) { + return fail(error); + } + done(stdOut); + } + }; +} +function deleteBranchTask(branch2, forceDelete = false) { + const task = { + format: "utf-8", + commands: ["branch", "-v", forceDelete ? "-D" : "-d", branch2], + parser(stdOut, stdErr) { + return parseBranchDeletions(stdOut, stdErr).branches[branch2]; + }, + onError({ exitCode, stdErr, stdOut }, error, _, fail) { + if (!hasBranchDeletionError(String(error), exitCode)) { + return fail(error); + } + throw new GitResponseError(task.parser(bufferToString(stdOut), bufferToString(stdErr)), String(error)); + } + }; + return task; +} +var init_branch = __esm2({ + "src/lib/tasks/branch.ts"() { + init_git_response_error(); + init_parse_branch_delete(); + init_parse_branch(); + init_utils(); + } +}); +var parseCheckIgnore; +var init_CheckIgnore = __esm2({ + "src/lib/responses/CheckIgnore.ts"() { + parseCheckIgnore = (text2) => { + return text2.split(/\n/g).map((line) => line.trim()).filter((file) => !!file); + }; + } +}); +var check_ignore_exports = {}; +__export2(check_ignore_exports, { + checkIgnoreTask: () => checkIgnoreTask +}); +function checkIgnoreTask(paths) { + return { + commands: ["check-ignore", ...paths], + format: "utf-8", + parser: parseCheckIgnore + }; +} +var init_check_ignore = __esm2({ + "src/lib/tasks/check-ignore.ts"() { + init_CheckIgnore(); + } +}); +var clone_exports = {}; +__export2(clone_exports, { + cloneMirrorTask: () => cloneMirrorTask, + cloneTask: () => cloneTask +}); +function disallowedCommand(command) { + return /^--upload-pack(=|$)/.test(command); +} +function cloneTask(repo, directory, customArgs) { + const commands2 = ["clone", ...customArgs]; + filterString(repo) && commands2.push(repo); + filterString(directory) && commands2.push(directory); + const banned = commands2.find(disallowedCommand); + if (banned) { + return configurationErrorTask(`git.fetch: potential exploit argument blocked.`); + } + return straightThroughStringTask(commands2); +} +function cloneMirrorTask(repo, directory, customArgs) { + append(customArgs, "--mirror"); + return cloneTask(repo, directory, customArgs); +} +var init_clone = __esm2({ + "src/lib/tasks/clone.ts"() { + init_task(); + init_utils(); + } +}); +function parseFetchResult(stdOut, stdErr) { + const result = { + raw: stdOut, + remote: null, + branches: [], + tags: [], + updated: [], + deleted: [] + }; + return parseStringResponse(result, parsers10, [stdOut, stdErr]); +} +var parsers10; +var init_parse_fetch = __esm2({ + "src/lib/parsers/parse-fetch.ts"() { + init_utils(); + parsers10 = [ + new LineParser(/From (.+)$/, (result, [remote]) => { + result.remote = remote; + }), + new LineParser(/\* \[new branch]\s+(\S+)\s*-> (.+)$/, (result, [name, tracking]) => { + result.branches.push({ + name, + tracking + }); + }), + new LineParser(/\* \[new tag]\s+(\S+)\s*-> (.+)$/, (result, [name, tracking]) => { + result.tags.push({ + name, + tracking + }); + }), + new LineParser(/- \[deleted]\s+\S+\s*-> (.+)$/, (result, [tracking]) => { + result.deleted.push({ + tracking + }); + }), + new LineParser(/\s*([^.]+)\.\.(\S+)\s+(\S+)\s*-> (.+)$/, (result, [from, to, name, tracking]) => { + result.updated.push({ + name, + tracking, + to, + from + }); + }) + ]; + } +}); +var fetch_exports = {}; +__export2(fetch_exports, { + fetchTask: () => fetchTask +}); +function disallowedCommand2(command) { + return /^--upload-pack(=|$)/.test(command); +} +function fetchTask(remote, branch2, customArgs) { + const commands2 = ["fetch", ...customArgs]; + if (remote && branch2) { + commands2.push(remote, branch2); + } + const banned = commands2.find(disallowedCommand2); + if (banned) { + return configurationErrorTask(`git.fetch: potential exploit argument blocked.`); + } + return { + commands: commands2, + format: "utf-8", + parser: parseFetchResult + }; +} +var init_fetch = __esm2({ + "src/lib/tasks/fetch.ts"() { + init_parse_fetch(); + init_task(); + } +}); +function parseMoveResult(stdOut) { + return parseStringResponse({ moves: [] }, parsers11, stdOut); +} +var parsers11; +var init_parse_move = __esm2({ + "src/lib/parsers/parse-move.ts"() { + init_utils(); + parsers11 = [ + new LineParser(/^Renaming (.+) to (.+)$/, (result, [from, to]) => { + result.moves.push({ from, to }); + }) + ]; + } +}); +var move_exports = {}; +__export2(move_exports, { + moveTask: () => moveTask +}); +function moveTask(from, to) { + return { + commands: ["mv", "-v", ...asArray(from), to], + format: "utf-8", + parser: parseMoveResult + }; +} +var init_move = __esm2({ + "src/lib/tasks/move.ts"() { + init_parse_move(); + init_utils(); + } +}); +var pull_exports = {}; +__export2(pull_exports, { + pullTask: () => pullTask +}); +function pullTask(remote, branch2, customArgs) { + const commands2 = ["pull", ...customArgs]; + if (remote && branch2) { + commands2.splice(1, 0, remote, branch2); + } + return { + commands: commands2, + format: "utf-8", + parser(stdOut, stdErr) { + return parsePullResult(stdOut, stdErr); + }, + onError(result, _error, _done, fail) { + const pullError = parsePullErrorResult(bufferToString(result.stdOut), bufferToString(result.stdErr)); + if (pullError) { + return fail(new GitResponseError(pullError)); + } + fail(_error); + } + }; +} +var init_pull = __esm2({ + "src/lib/tasks/pull.ts"() { + init_git_response_error(); + init_parse_pull(); + init_utils(); + } +}); +function parseGetRemotes(text2) { + const remotes = {}; + forEach(text2, ([name]) => remotes[name] = { name }); + return Object.values(remotes); +} +function parseGetRemotesVerbose(text2) { + const remotes = {}; + forEach(text2, ([name, url, purpose]) => { + if (!remotes.hasOwnProperty(name)) { + remotes[name] = { + name, + refs: { fetch: "", push: "" } + }; + } + if (purpose && url) { + remotes[name].refs[purpose.replace(/[^a-z]/g, "")] = url; + } + }); + return Object.values(remotes); +} +function forEach(text2, handler) { + forEachLineWithContent(text2, (line) => handler(line.split(/\s+/))); +} +var init_GetRemoteSummary = __esm2({ + "src/lib/responses/GetRemoteSummary.ts"() { + init_utils(); + } +}); +var remote_exports = {}; +__export2(remote_exports, { + addRemoteTask: () => addRemoteTask, + getRemotesTask: () => getRemotesTask, + listRemotesTask: () => listRemotesTask, + remoteTask: () => remoteTask, + removeRemoteTask: () => removeRemoteTask +}); +function addRemoteTask(remoteName, remoteRepo, customArgs = []) { + return straightThroughStringTask(["remote", "add", ...customArgs, remoteName, remoteRepo]); +} +function getRemotesTask(verbose) { + const commands2 = ["remote"]; + if (verbose) { + commands2.push("-v"); + } + return { + commands: commands2, + format: "utf-8", + parser: verbose ? parseGetRemotesVerbose : parseGetRemotes + }; +} +function listRemotesTask(customArgs = []) { + const commands2 = [...customArgs]; + if (commands2[0] !== "ls-remote") { + commands2.unshift("ls-remote"); + } + return straightThroughStringTask(commands2); +} +function remoteTask(customArgs = []) { + const commands2 = [...customArgs]; + if (commands2[0] !== "remote") { + commands2.unshift("remote"); + } + return straightThroughStringTask(commands2); +} +function removeRemoteTask(remoteName) { + return straightThroughStringTask(["remote", "remove", remoteName]); +} +var init_remote = __esm2({ + "src/lib/tasks/remote.ts"() { + init_GetRemoteSummary(); + init_task(); + } +}); +var stash_list_exports = {}; +__export2(stash_list_exports, { + stashListTask: () => stashListTask +}); +function stashListTask(opt = {}, customArgs) { + const options = parseLogOptions(opt); + const commands2 = ["stash", "list", ...options.commands, ...customArgs]; + const parser3 = createListLogSummaryParser(options.splitter, options.fields, logFormatFromCommand(commands2)); + return validateLogFormatConfig(commands2) || { + commands: commands2, + format: "utf-8", + parser: parser3 + }; +} +var init_stash_list = __esm2({ + "src/lib/tasks/stash-list.ts"() { + init_log_format(); + init_parse_list_log_summary(); + init_diff(); + init_log(); + } +}); +var sub_module_exports = {}; +__export2(sub_module_exports, { + addSubModuleTask: () => addSubModuleTask, + initSubModuleTask: () => initSubModuleTask, + subModuleTask: () => subModuleTask, + updateSubModuleTask: () => updateSubModuleTask +}); +function addSubModuleTask(repo, path2) { + return subModuleTask(["add", repo, path2]); +} +function initSubModuleTask(customArgs) { + return subModuleTask(["init", ...customArgs]); +} +function subModuleTask(customArgs) { + const commands2 = [...customArgs]; + if (commands2[0] !== "submodule") { + commands2.unshift("submodule"); + } + return straightThroughStringTask(commands2); +} +function updateSubModuleTask(customArgs) { + return subModuleTask(["update", ...customArgs]); +} +var init_sub_module = __esm2({ + "src/lib/tasks/sub-module.ts"() { + init_task(); + } +}); +function singleSorted(a, b) { + const aIsNum = isNaN(a); + const bIsNum = isNaN(b); + if (aIsNum !== bIsNum) { + return aIsNum ? 1 : -1; + } + return aIsNum ? sorted(a, b) : 0; +} +function sorted(a, b) { + return a === b ? 0 : a > b ? 1 : -1; +} +function trimmed(input) { + return input.trim(); +} +function toNumber(input) { + if (typeof input === "string") { + return parseInt(input.replace(/^\D+/g, ""), 10) || 0; + } + return 0; +} +var TagList; +var parseTagList; +var init_TagList = __esm2({ + "src/lib/responses/TagList.ts"() { + TagList = class { + constructor(all, latest) { + this.all = all; + this.latest = latest; + } + }; + parseTagList = function(data, customSort = false) { + const tags = data.split("\n").map(trimmed).filter(Boolean); + if (!customSort) { + tags.sort(function(tagA, tagB) { + const partsA = tagA.split("."); + const partsB = tagB.split("."); + if (partsA.length === 1 || partsB.length === 1) { + return singleSorted(toNumber(partsA[0]), toNumber(partsB[0])); + } + for (let i = 0, l = Math.max(partsA.length, partsB.length); i < l; i++) { + const diff3 = sorted(toNumber(partsA[i]), toNumber(partsB[i])); + if (diff3) { + return diff3; + } + } + return 0; + }); + } + const latest = customSort ? tags[0] : [...tags].reverse().find((tag2) => tag2.indexOf(".") >= 0); + return new TagList(tags, latest); + }; + } +}); +var tag_exports = {}; +__export2(tag_exports, { + addAnnotatedTagTask: () => addAnnotatedTagTask, + addTagTask: () => addTagTask, + tagListTask: () => tagListTask +}); +function tagListTask(customArgs = []) { + const hasCustomSort = customArgs.some((option) => /^--sort=/.test(option)); + return { + format: "utf-8", + commands: ["tag", "-l", ...customArgs], + parser(text2) { + return parseTagList(text2, hasCustomSort); + } + }; +} +function addTagTask(name) { + return { + format: "utf-8", + commands: ["tag", name], + parser() { + return { name }; + } + }; +} +function addAnnotatedTagTask(name, tagMessage) { + return { + format: "utf-8", + commands: ["tag", "-a", "-m", tagMessage, name], + parser() { + return { name }; + } + }; +} +var init_tag = __esm2({ + "src/lib/tasks/tag.ts"() { + init_TagList(); + } +}); +var require_git = __commonJS2({ + "src/git.js"(exports2, module2) { + var { GitExecutor: GitExecutor2 } = (init_git_executor(), __toCommonJS2(git_executor_exports)); + var { SimpleGitApi: SimpleGitApi2 } = (init_simple_git_api(), __toCommonJS2(simple_git_api_exports)); + var { Scheduler: Scheduler2 } = (init_scheduler(), __toCommonJS2(scheduler_exports)); + var { configurationErrorTask: configurationErrorTask2 } = (init_task(), __toCommonJS2(task_exports)); + var { + asArray: asArray2, + filterArray: filterArray2, + filterPrimitives: filterPrimitives2, + filterString: filterString2, + filterStringOrStringArray: filterStringOrStringArray2, + filterType: filterType2, + getTrailingOptions: getTrailingOptions2, + trailingFunctionArgument: trailingFunctionArgument2, + trailingOptionsArgument: trailingOptionsArgument2 + } = (init_utils(), __toCommonJS2(utils_exports)); + var { applyPatchTask: applyPatchTask2 } = (init_apply_patch(), __toCommonJS2(apply_patch_exports)); + var { + branchTask: branchTask2, + branchLocalTask: branchLocalTask2, + deleteBranchesTask: deleteBranchesTask2, + deleteBranchTask: deleteBranchTask2 + } = (init_branch(), __toCommonJS2(branch_exports)); + var { checkIgnoreTask: checkIgnoreTask2 } = (init_check_ignore(), __toCommonJS2(check_ignore_exports)); + var { checkIsRepoTask: checkIsRepoTask2 } = (init_check_is_repo(), __toCommonJS2(check_is_repo_exports)); + var { cloneTask: cloneTask2, cloneMirrorTask: cloneMirrorTask2 } = (init_clone(), __toCommonJS2(clone_exports)); + var { cleanWithOptionsTask: cleanWithOptionsTask2, isCleanOptionsArray: isCleanOptionsArray2 } = (init_clean(), __toCommonJS2(clean_exports)); + var { diffSummaryTask: diffSummaryTask2 } = (init_diff(), __toCommonJS2(diff_exports)); + var { fetchTask: fetchTask2 } = (init_fetch(), __toCommonJS2(fetch_exports)); + var { moveTask: moveTask2 } = (init_move(), __toCommonJS2(move_exports)); + var { pullTask: pullTask2 } = (init_pull(), __toCommonJS2(pull_exports)); + var { pushTagsTask: pushTagsTask2 } = (init_push(), __toCommonJS2(push_exports)); + var { + addRemoteTask: addRemoteTask2, + getRemotesTask: getRemotesTask2, + listRemotesTask: listRemotesTask2, + remoteTask: remoteTask2, + removeRemoteTask: removeRemoteTask2 + } = (init_remote(), __toCommonJS2(remote_exports)); + var { getResetMode: getResetMode2, resetTask: resetTask2 } = (init_reset(), __toCommonJS2(reset_exports)); + var { stashListTask: stashListTask2 } = (init_stash_list(), __toCommonJS2(stash_list_exports)); + var { + addSubModuleTask: addSubModuleTask2, + initSubModuleTask: initSubModuleTask2, + subModuleTask: subModuleTask2, + updateSubModuleTask: updateSubModuleTask2 + } = (init_sub_module(), __toCommonJS2(sub_module_exports)); + var { addAnnotatedTagTask: addAnnotatedTagTask2, addTagTask: addTagTask2, tagListTask: tagListTask2 } = (init_tag(), __toCommonJS2(tag_exports)); + var { straightThroughBufferTask: straightThroughBufferTask2, straightThroughStringTask: straightThroughStringTask2 } = (init_task(), __toCommonJS2(task_exports)); + function Git2(options, plugins) { + this._executor = new GitExecutor2(options.binary, options.baseDir, new Scheduler2(options.maxConcurrentProcesses), plugins); + this._trimmed = options.trimmed; + } + (Git2.prototype = Object.create(SimpleGitApi2.prototype)).constructor = Git2; + Git2.prototype.customBinary = function(command) { + this._executor.binary = command; + return this; + }; + Git2.prototype.env = function(name, value) { + if (arguments.length === 1 && typeof name === "object") { + this._executor.env = name; + } else { + (this._executor.env = this._executor.env || {})[name] = value; + } + return this; + }; + Git2.prototype.stashList = function(options) { + return this._runTask(stashListTask2(trailingOptionsArgument2(arguments) || {}, filterArray2(options) && options || []), trailingFunctionArgument2(arguments)); + }; + function createCloneTask(api, task, repoPath, localPath) { + if (typeof repoPath !== "string") { + return configurationErrorTask2(`git.${api}() requires a string 'repoPath'`); + } + return task(repoPath, filterType2(localPath, filterString2), getTrailingOptions2(arguments)); + } + Git2.prototype.clone = function() { + return this._runTask(createCloneTask("clone", cloneTask2, ...arguments), trailingFunctionArgument2(arguments)); + }; + Git2.prototype.mirror = function() { + return this._runTask(createCloneTask("mirror", cloneMirrorTask2, ...arguments), trailingFunctionArgument2(arguments)); + }; + Git2.prototype.mv = function(from, to) { + return this._runTask(moveTask2(from, to), trailingFunctionArgument2(arguments)); + }; + Git2.prototype.checkoutLatestTag = function(then) { + var git = this; + return this.pull(function() { + git.tags(function(err, tags) { + git.checkout(tags.latest, then); + }); + }); + }; + Git2.prototype.pull = function(remote, branch2, options, then) { + return this._runTask(pullTask2(filterType2(remote, filterString2), filterType2(branch2, filterString2), getTrailingOptions2(arguments)), trailingFunctionArgument2(arguments)); + }; + Git2.prototype.fetch = function(remote, branch2) { + return this._runTask(fetchTask2(filterType2(remote, filterString2), filterType2(branch2, filterString2), getTrailingOptions2(arguments)), trailingFunctionArgument2(arguments)); + }; + Git2.prototype.silent = function(silence) { + console.warn("simple-git deprecation notice: git.silent: logging should be configured using the `debug` library / `DEBUG` environment variable, this will be an error in version 3"); + return this; + }; + Git2.prototype.tags = function(options, then) { + return this._runTask(tagListTask2(getTrailingOptions2(arguments)), trailingFunctionArgument2(arguments)); + }; + Git2.prototype.rebase = function() { + return this._runTask(straightThroughStringTask2(["rebase", ...getTrailingOptions2(arguments)]), trailingFunctionArgument2(arguments)); + }; + Git2.prototype.reset = function(mode) { + return this._runTask(resetTask2(getResetMode2(mode), getTrailingOptions2(arguments)), trailingFunctionArgument2(arguments)); + }; + Git2.prototype.revert = function(commit2) { + const next = trailingFunctionArgument2(arguments); + if (typeof commit2 !== "string") { + return this._runTask(configurationErrorTask2("Commit must be a string"), next); + } + return this._runTask(straightThroughStringTask2(["revert", ...getTrailingOptions2(arguments, 0, true), commit2]), next); + }; + Git2.prototype.addTag = function(name) { + const task = typeof name === "string" ? addTagTask2(name) : configurationErrorTask2("Git.addTag requires a tag name"); + return this._runTask(task, trailingFunctionArgument2(arguments)); + }; + Git2.prototype.addAnnotatedTag = function(tagName, tagMessage) { + return this._runTask(addAnnotatedTagTask2(tagName, tagMessage), trailingFunctionArgument2(arguments)); + }; + Git2.prototype.deleteLocalBranch = function(branchName, forceDelete, then) { + return this._runTask(deleteBranchTask2(branchName, typeof forceDelete === "boolean" ? forceDelete : false), trailingFunctionArgument2(arguments)); + }; + Git2.prototype.deleteLocalBranches = function(branchNames, forceDelete, then) { + return this._runTask(deleteBranchesTask2(branchNames, typeof forceDelete === "boolean" ? forceDelete : false), trailingFunctionArgument2(arguments)); + }; + Git2.prototype.branch = function(options, then) { + return this._runTask(branchTask2(getTrailingOptions2(arguments)), trailingFunctionArgument2(arguments)); + }; + Git2.prototype.branchLocal = function(then) { + return this._runTask(branchLocalTask2(), trailingFunctionArgument2(arguments)); + }; + Git2.prototype.raw = function(commands2) { + const createRestCommands = !Array.isArray(commands2); + const command = [].slice.call(createRestCommands ? arguments : commands2, 0); + for (let i = 0; i < command.length && createRestCommands; i++) { + if (!filterPrimitives2(command[i])) { + command.splice(i, command.length - i); + break; + } + } + command.push(...getTrailingOptions2(arguments, 0, true)); + var next = trailingFunctionArgument2(arguments); + if (!command.length) { + return this._runTask(configurationErrorTask2("Raw: must supply one or more command to execute"), next); + } + return this._runTask(straightThroughStringTask2(command, this._trimmed), next); + }; + Git2.prototype.submoduleAdd = function(repo, path2, then) { + return this._runTask(addSubModuleTask2(repo, path2), trailingFunctionArgument2(arguments)); + }; + Git2.prototype.submoduleUpdate = function(args, then) { + return this._runTask(updateSubModuleTask2(getTrailingOptions2(arguments, true)), trailingFunctionArgument2(arguments)); + }; + Git2.prototype.submoduleInit = function(args, then) { + return this._runTask(initSubModuleTask2(getTrailingOptions2(arguments, true)), trailingFunctionArgument2(arguments)); + }; + Git2.prototype.subModule = function(options, then) { + return this._runTask(subModuleTask2(getTrailingOptions2(arguments)), trailingFunctionArgument2(arguments)); + }; + Git2.prototype.listRemote = function() { + return this._runTask(listRemotesTask2(getTrailingOptions2(arguments)), trailingFunctionArgument2(arguments)); + }; + Git2.prototype.addRemote = function(remoteName, remoteRepo, then) { + return this._runTask(addRemoteTask2(remoteName, remoteRepo, getTrailingOptions2(arguments)), trailingFunctionArgument2(arguments)); + }; + Git2.prototype.removeRemote = function(remoteName, then) { + return this._runTask(removeRemoteTask2(remoteName), trailingFunctionArgument2(arguments)); + }; + Git2.prototype.getRemotes = function(verbose, then) { + return this._runTask(getRemotesTask2(verbose === true), trailingFunctionArgument2(arguments)); + }; + Git2.prototype.remote = function(options, then) { + return this._runTask(remoteTask2(getTrailingOptions2(arguments)), trailingFunctionArgument2(arguments)); + }; + Git2.prototype.tag = function(options, then) { + const command = getTrailingOptions2(arguments); + if (command[0] !== "tag") { + command.unshift("tag"); + } + return this._runTask(straightThroughStringTask2(command), trailingFunctionArgument2(arguments)); + }; + Git2.prototype.updateServerInfo = function(then) { + return this._runTask(straightThroughStringTask2(["update-server-info"]), trailingFunctionArgument2(arguments)); + }; + Git2.prototype.pushTags = function(remote, then) { + const task = pushTagsTask2({ remote: filterType2(remote, filterString2) }, getTrailingOptions2(arguments)); + return this._runTask(task, trailingFunctionArgument2(arguments)); + }; + Git2.prototype.rm = function(files) { + return this._runTask(straightThroughStringTask2(["rm", "-f", ...asArray2(files)]), trailingFunctionArgument2(arguments)); + }; + Git2.prototype.rmKeepLocal = function(files) { + return this._runTask(straightThroughStringTask2(["rm", "--cached", ...asArray2(files)]), trailingFunctionArgument2(arguments)); + }; + Git2.prototype.catFile = function(options, then) { + return this._catFile("utf-8", arguments); + }; + Git2.prototype.binaryCatFile = function() { + return this._catFile("buffer", arguments); + }; + Git2.prototype._catFile = function(format, args) { + var handler = trailingFunctionArgument2(args); + var command = ["cat-file"]; + var options = args[0]; + if (typeof options === "string") { + return this._runTask(configurationErrorTask2("Git.catFile: options must be supplied as an array of strings"), handler); + } + if (Array.isArray(options)) { + command.push.apply(command, options); + } + const task = format === "buffer" ? straightThroughBufferTask2(command) : straightThroughStringTask2(command); + return this._runTask(task, handler); + }; + Git2.prototype.diff = function(options, then) { + const task = filterString2(options) ? configurationErrorTask2("git.diff: supplying options as a single string is no longer supported, switch to an array of strings") : straightThroughStringTask2(["diff", ...getTrailingOptions2(arguments)]); + return this._runTask(task, trailingFunctionArgument2(arguments)); + }; + Git2.prototype.diffSummary = function() { + return this._runTask(diffSummaryTask2(getTrailingOptions2(arguments, 1)), trailingFunctionArgument2(arguments)); + }; + Git2.prototype.applyPatch = function(patches) { + const task = !filterStringOrStringArray2(patches) ? configurationErrorTask2(`git.applyPatch requires one or more string patches as the first argument`) : applyPatchTask2(asArray2(patches), getTrailingOptions2([].slice.call(arguments, 1))); + return this._runTask(task, trailingFunctionArgument2(arguments)); + }; + Git2.prototype.revparse = function() { + const commands2 = ["rev-parse", ...getTrailingOptions2(arguments, true)]; + return this._runTask(straightThroughStringTask2(commands2, true), trailingFunctionArgument2(arguments)); + }; + Git2.prototype.show = function(options, then) { + return this._runTask(straightThroughStringTask2(["show", ...getTrailingOptions2(arguments, 1)]), trailingFunctionArgument2(arguments)); + }; + Git2.prototype.clean = function(mode, options, then) { + const usingCleanOptionsArray = isCleanOptionsArray2(mode); + const cleanMode = usingCleanOptionsArray && mode.join("") || filterType2(mode, filterString2) || ""; + const customArgs = getTrailingOptions2([].slice.call(arguments, usingCleanOptionsArray ? 1 : 0)); + return this._runTask(cleanWithOptionsTask2(cleanMode, customArgs), trailingFunctionArgument2(arguments)); + }; + Git2.prototype.exec = function(then) { + const task = { + commands: [], + format: "utf-8", + parser() { + if (typeof then === "function") { + then(); + } + } + }; + return this._runTask(task); + }; + Git2.prototype.clearQueue = function() { + return this; + }; + Git2.prototype.checkIgnore = function(pathnames, then) { + return this._runTask(checkIgnoreTask2(asArray2(filterType2(pathnames, filterStringOrStringArray2, []))), trailingFunctionArgument2(arguments)); + }; + Git2.prototype.checkIsRepo = function(checkType, then) { + return this._runTask(checkIsRepoTask2(filterType2(checkType, filterString2)), trailingFunctionArgument2(arguments)); + }; + module2.exports = Git2; + } +}); +init_git_error(); +var GitConstructError = class extends GitError { + constructor(config, message) { + super(void 0, message); + this.config = config; + } +}; +init_git_error(); +init_git_error(); +var GitPluginError = class extends GitError { + constructor(task, plugin, message) { + super(task, message); + this.task = task; + this.plugin = plugin; + Object.setPrototypeOf(this, new.target.prototype); + } +}; +init_git_response_error(); +init_task_configuration_error(); +init_check_is_repo(); +init_clean(); +init_config(); +init_grep(); +init_reset(); +function abortPlugin(signal) { + if (!signal) { + return; + } + const onSpawnAfter = { + type: "spawn.after", + action(_data, context) { + function kill() { + context.kill(new GitPluginError(void 0, "abort", "Abort signal received")); + } + signal.addEventListener("abort", kill); + context.spawned.on("close", () => signal.removeEventListener("abort", kill)); + } + }; + const onSpawnBefore = { + type: "spawn.before", + action(_data, context) { + if (signal.aborted) { + context.kill(new GitPluginError(void 0, "abort", "Abort already signaled")); + } + } + }; + return [onSpawnBefore, onSpawnAfter]; +} +function isConfigSwitch(arg) { + return typeof arg === "string" && arg.trim().toLowerCase() === "-c"; +} +function preventProtocolOverride(arg, next) { + if (!isConfigSwitch(arg)) { + return; + } + if (!/^\s*protocol(.[a-z]+)?.allow/.test(next)) { + return; + } + throw new GitPluginError(void 0, "unsafe", "Configuring protocol.allow is not permitted without enabling allowUnsafeExtProtocol"); +} +function preventUploadPack(arg, method2) { + if (/^\s*--(upload|receive)-pack/.test(arg)) { + throw new GitPluginError(void 0, "unsafe", `Use of --upload-pack or --receive-pack is not permitted without enabling allowUnsafePack`); + } + if (method2 === "clone" && /^\s*-u\b/.test(arg)) { + throw new GitPluginError(void 0, "unsafe", `Use of clone with option -u is not permitted without enabling allowUnsafePack`); + } + if (method2 === "push" && /^\s*--exec\b/.test(arg)) { + throw new GitPluginError(void 0, "unsafe", `Use of push with option --exec is not permitted without enabling allowUnsafePack`); + } +} +function blockUnsafeOperationsPlugin({ + allowUnsafeProtocolOverride = false, + allowUnsafePack = false +} = {}) { + return { + type: "spawn.args", + action(args, context) { + args.forEach((current, index2) => { + const next = index2 < args.length ? args[index2 + 1] : ""; + allowUnsafeProtocolOverride || preventProtocolOverride(current, next); + allowUnsafePack || preventUploadPack(current, context.method); + }); + return args; + } + }; +} +init_utils(); +function commandConfigPrefixingPlugin(configuration) { + const prefix = prefixedArray(configuration, "-c"); + return { + type: "spawn.args", + action(data) { + return [...prefix, ...data]; + } + }; +} +init_utils(); +var never = (0, import_promise_deferred2.deferred)().promise; +function completionDetectionPlugin({ + onClose = true, + onExit = 50 +} = {}) { + function createEvents() { + let exitCode = -1; + const events = { + close: (0, import_promise_deferred2.deferred)(), + closeTimeout: (0, import_promise_deferred2.deferred)(), + exit: (0, import_promise_deferred2.deferred)(), + exitTimeout: (0, import_promise_deferred2.deferred)() + }; + const result = Promise.race([ + onClose === false ? never : events.closeTimeout.promise, + onExit === false ? never : events.exitTimeout.promise + ]); + configureTimeout(onClose, events.close, events.closeTimeout); + configureTimeout(onExit, events.exit, events.exitTimeout); + return { + close(code) { + exitCode = code; + events.close.done(); + }, + exit(code) { + exitCode = code; + events.exit.done(); + }, + get exitCode() { + return exitCode; + }, + result + }; + } + function configureTimeout(flag, event, timeout) { + if (flag === false) { + return; + } + (flag === true ? event.promise : event.promise.then(() => delay(flag))).then(timeout.done); + } + return { + type: "spawn.after", + action(_0, _1) { + return __async(this, arguments, function* (_data, { spawned, close }) { + var _a2, _b; + const events = createEvents(); + let deferClose = true; + let quickClose = () => void (deferClose = false); + (_a2 = spawned.stdout) == null ? void 0 : _a2.on("data", quickClose); + (_b = spawned.stderr) == null ? void 0 : _b.on("data", quickClose); + spawned.on("error", quickClose); + spawned.on("close", (code) => events.close(code)); + spawned.on("exit", (code) => events.exit(code)); + try { + yield events.result; + if (deferClose) { + yield delay(50); + } + close(events.exitCode); + } catch (err) { + close(events.exitCode, err); + } + }); + } + }; +} +init_git_error(); +function isTaskError(result) { + return !!(result.exitCode && result.stdErr.length); +} +function getErrorMessage(result) { + return Buffer.concat([...result.stdOut, ...result.stdErr]); +} +function errorDetectionHandler(overwrite = false, isError = isTaskError, errorMessage = getErrorMessage) { + return (error, result) => { + if (!overwrite && error || !isError(result)) { + return error; + } + return errorMessage(result); + }; +} +function errorDetectionPlugin(config) { + return { + type: "task.error", + action(data, context) { + const error = config(data.error, { + stdErr: context.stdErr, + stdOut: context.stdOut, + exitCode: context.exitCode + }); + if (Buffer.isBuffer(error)) { + return { error: new GitError(void 0, error.toString("utf-8")) }; + } + return { + error + }; + } + }; +} +init_utils(); +var PluginStore = class { + constructor() { + this.plugins = /* @__PURE__ */ new Set(); + } + add(plugin) { + const plugins = []; + asArray(plugin).forEach((plugin2) => plugin2 && this.plugins.add(append(plugins, plugin2))); + return () => { + plugins.forEach((plugin2) => this.plugins.delete(plugin2)); + }; + } + exec(type, data, context) { + let output = data; + const contextual = Object.freeze(Object.create(context)); + for (const plugin of this.plugins) { + if (plugin.type === type) { + output = plugin.action(output, contextual); + } + } + return output; + } +}; +init_utils(); +function progressMonitorPlugin(progress) { + const progressCommand = "--progress"; + const progressMethods = ["checkout", "clone", "fetch", "pull", "push"]; + const onProgress = { + type: "spawn.after", + action(_data, context) { + var _a2; + if (!context.commands.includes(progressCommand)) { + return; + } + (_a2 = context.spawned.stderr) == null ? void 0 : _a2.on("data", (chunk) => { + const message = /^([\s\S]+?):\s*(\d+)% \((\d+)\/(\d+)\)/.exec(chunk.toString("utf8")); + if (!message) { + return; + } + progress({ + method: context.method, + stage: progressEventStage(message[1]), + progress: asNumber(message[2]), + processed: asNumber(message[3]), + total: asNumber(message[4]) + }); + }); + } + }; + const onArgs = { + type: "spawn.args", + action(args, context) { + if (!progressMethods.includes(context.method)) { + return args; + } + return including(args, progressCommand); + } + }; + return [onArgs, onProgress]; +} +function progressEventStage(input) { + return String(input.toLowerCase().split(" ", 1)) || "unknown"; +} +init_utils(); +function spawnOptionsPlugin(spawnOptions) { + const options = pick(spawnOptions, ["uid", "gid"]); + return { + type: "spawn.options", + action(data) { + return __spreadValues(__spreadValues({}, options), data); + } + }; +} +function timeoutPlugin({ + block, + stdErr = true, + stdOut = true +}) { + if (block > 0) { + return { + type: "spawn.after", + action(_data, context) { + var _a2, _b; + let timeout; + function wait3() { + timeout && clearTimeout(timeout); + timeout = setTimeout(kill, block); + } + function stop() { + var _a3, _b2; + (_a3 = context.spawned.stdout) == null ? void 0 : _a3.off("data", wait3); + (_b2 = context.spawned.stderr) == null ? void 0 : _b2.off("data", wait3); + context.spawned.off("exit", stop); + context.spawned.off("close", stop); + timeout && clearTimeout(timeout); + } + function kill() { + stop(); + context.kill(new GitPluginError(void 0, "timeout", `block timeout reached`)); + } + stdOut && ((_a2 = context.spawned.stdout) == null ? void 0 : _a2.on("data", wait3)); + stdErr && ((_b = context.spawned.stderr) == null ? void 0 : _b.on("data", wait3)); + context.spawned.on("exit", stop); + context.spawned.on("close", stop); + wait3(); + } + }; + } +} +init_utils(); +var Git = require_git(); +function gitInstanceFactory(baseDir, options) { + const plugins = new PluginStore(); + const config = createInstanceConfig(baseDir && (typeof baseDir === "string" ? { baseDir } : baseDir) || {}, options); + if (!folderExists(config.baseDir)) { + throw new GitConstructError(config, `Cannot use simple-git on a directory that does not exist`); + } + if (Array.isArray(config.config)) { + plugins.add(commandConfigPrefixingPlugin(config.config)); + } + plugins.add(blockUnsafeOperationsPlugin(config.unsafe)); + plugins.add(completionDetectionPlugin(config.completion)); + config.abort && plugins.add(abortPlugin(config.abort)); + config.progress && plugins.add(progressMonitorPlugin(config.progress)); + config.timeout && plugins.add(timeoutPlugin(config.timeout)); + config.spawnOptions && plugins.add(spawnOptionsPlugin(config.spawnOptions)); + plugins.add(errorDetectionPlugin(errorDetectionHandler(true))); + config.errors && plugins.add(errorDetectionPlugin(config.errors)); + return new Git(config, plugins); +} +init_git_response_error(); +var esm_default = gitInstanceFactory; + +// src/constants.ts +init_polyfill_buffer(); +var import_obsidian2 = require("obsidian"); +var DATE_FORMAT = "YYYY-MM-DD"; +var DATE_TIME_FORMAT_MINUTES = `${DATE_FORMAT} HH:mm`; +var DATE_TIME_FORMAT_SECONDS = `${DATE_FORMAT} HH:mm:ss`; +var GIT_LINE_AUTHORING_MOVEMENT_DETECTION_MINIMAL_LENGTH = 40; +var DEFAULT_SETTINGS = { + commitMessage: "vault backup: {{date}}", + commitDateFormat: DATE_TIME_FORMAT_SECONDS, + autoSaveInterval: 0, + autoPushInterval: 0, + autoPullInterval: 0, + autoPullOnBoot: false, + disablePush: false, + pullBeforePush: true, + disablePopups: false, + disablePopupsForNoChanges: false, + listChangedFilesInMessageBody: false, + showStatusBar: true, + updateSubmodules: false, + syncMethod: "merge", + customMessageOnAutoBackup: false, + autoBackupAfterFileChange: false, + treeStructure: false, + refreshSourceControl: import_obsidian2.Platform.isDesktopApp, + basePath: "", + differentIntervalCommitAndPush: false, + changedFilesInStatusBar: false, + showedMobileNotice: false, + refreshSourceControlTimer: 7e3, + showBranchStatusBar: true, + setLastSaveToLastCommit: false, + submoduleRecurseCheckout: false, + gitDir: "", + showFileMenu: true, + authorInHistoryView: "hide", + dateInHistoryView: false, + lineAuthor: { + show: false, + followMovement: "inactive", + authorDisplay: "initials", + showCommitHash: false, + dateTimeFormatOptions: "date", + dateTimeFormatCustomString: DATE_TIME_FORMAT_MINUTES, + dateTimeTimezone: "viewer-local", + coloringMaxAge: "1y", + // colors were picked via: + // https://color.adobe.com/de/create/color-accessibility + colorNew: { r: 255, g: 150, b: 150 }, + colorOld: { r: 120, g: 160, b: 255 }, + textColorCss: "var(--text-muted)", + // more pronounced than line numbers, but less than the content text + ignoreWhitespace: false, + gutterSpacingFallbackLength: 5 + } +}; +var SOURCE_CONTROL_VIEW_CONFIG = { + type: "git-view", + name: "Source Control", + icon: "git-pull-request" +}; +var HISTORY_VIEW_CONFIG = { + type: "git-history-view", + name: "History", + icon: "history" +}; +var DIFF_VIEW_CONFIG = { + type: "diff-view", + name: "Diff View", + icon: "git-pull-request" +}; + +// src/types.ts +init_polyfill_buffer(); +function mergeSettingsByPriority(low, high) { + const lineAuthor = Object.assign({}, low.lineAuthor, high.lineAuthor); + return Object.assign({}, low, high, { lineAuthor }); +} + +// src/utils.ts +init_polyfill_buffer(); +var cssColorConverter = __toESM(require_lib3()); +var import_deep_equal = __toESM(require_deep_equal()); +var import_obsidian3 = require("obsidian"); +var worthWalking2 = (filepath, root2) => { + if (filepath === "." || root2 == null || root2.length === 0 || root2 === ".") { + return true; + } + if (root2.length >= filepath.length) { + return root2.startsWith(filepath); + } else { + return filepath.startsWith(root2); + } +}; +function getNewLeaf(event) { + let leaf; + if (event) { + if (event.button === 0 || event.button === 1) { + const type = import_obsidian3.Keymap.isModEvent(event); + leaf = app.workspace.getLeaf(type); + } + } else { + leaf = app.workspace.getLeaf(false); + } + return leaf; +} +function mayTriggerFileMenu(app2, event, filePath, view, source) { + if (event.button == 2) { + const file = app2.vault.getAbstractFileByPath(filePath); + if (file != null) { + const fileMenu = new import_obsidian3.Menu(); + app2.workspace.trigger("file-menu", fileMenu, file, source, view); + fileMenu.showAtPosition({ x: event.pageX, y: event.pageY }); + } + } +} +function impossibleBranch(x) { + throw new Error("Impossible branch: " + x); +} +function rgbToString(rgb) { + return `rgb(${rgb.r},${rgb.g},${rgb.b})`; +} +function convertToRgb(str) { + var _a2; + const color = (_a2 = cssColorConverter.fromString(str)) == null ? void 0 : _a2.toRgbaArray(); + if (color === void 0) { + return void 0; + } + const [r, g, b] = color; + return { r, g, b }; +} +function momentToEpochSeconds(instant) { + return instant.diff(import_obsidian3.moment.unix(0), "seconds"); +} +function median(array) { + if (array.length === 0) return void 0; + return array.slice().sort()[Math.floor(array.length / 2)]; +} +function strictDeepEqual(a, b) { + return (0, import_deep_equal.default)(a, b, { strict: true }); +} +function resizeToLength(original, desiredLength, fillChar) { + if (original.length <= desiredLength) { + const prefix = new Array(desiredLength - original.length).fill(fillChar).join(""); + return prefix + original; + } else { + return original.substring(original.length - desiredLength); + } +} +function prefixOfLengthAsWhitespace(toBeRenderedText, whitespacePrefixLength) { + if (whitespacePrefixLength <= 0) return toBeRenderedText; + const whitespacePrefix = new Array(whitespacePrefixLength).fill(" ").join(""); + const originalSuffix = toBeRenderedText.substring( + whitespacePrefixLength, + toBeRenderedText.length + ); + return whitespacePrefix + originalSuffix; +} +function between(l, x, r) { + return l <= x && x <= r; +} +function splitRemoteBranch(remoteBranch) { + const [remote, ...branch2] = remoteBranch.split("/"); + return [remote, branch2.length === 0 ? void 0 : branch2.join("/")]; +} +function getDisplayPath(path2) { + if (path2.endsWith("/")) return path2; + return path2.split("/").last().replace(".md", ""); +} +function formatMinutes(minutes) { + if (minutes === 1) return "1 minute"; + return `${minutes} minutes`; +} + +// src/gitManager/gitManager.ts +init_polyfill_buffer(); +var GitManager = class { + constructor(plugin) { + this.plugin = plugin; + this.app = plugin.app; + } + // Constructs a path relative to the vault from a path relative to the git repository + getRelativeVaultPath(path2) { + if (this.plugin.settings.basePath) { + return this.plugin.settings.basePath + "/" + path2; + } else { + return path2; + } + } + // Constructs a path relative to the git repository from a path relative to the vault + // + // @param doConversion - If false, the path is returned as is. This is added because that parameter is often passed on to functions where this method is called. + getRelativeRepoPath(filePath, doConversion = true) { + if (doConversion) { + if (this.plugin.settings.basePath.length > 0) { + return filePath.substring( + this.plugin.settings.basePath.length + 1 + ); + } + } + return filePath; + } + _getTreeStructure(children2, beginLength = 0) { + const list = []; + children2 = [...children2]; + while (children2.length > 0) { + const first2 = children2.first(); + const restPath = first2.path.substring(beginLength); + if (restPath.contains("/")) { + const title = restPath.substring(0, restPath.indexOf("/")); + const childrenWithSameTitle = children2.filter((item) => { + return item.path.substring(beginLength).startsWith(title + "/"); + }); + childrenWithSameTitle.forEach((item) => children2.remove(item)); + const path2 = first2.path.substring( + 0, + restPath.indexOf("/") + beginLength + ); + list.push({ + title, + path: path2, + vaultPath: this.getRelativeVaultPath(path2), + children: this._getTreeStructure( + childrenWithSameTitle, + (beginLength > 0 ? beginLength + title.length : title.length) + 1 + ) + }); + } else { + list.push({ + title: restPath, + data: first2, + path: first2.path, + vaultPath: this.getRelativeVaultPath(first2.path) + }); + children2.remove(first2); + } + } + return list; + } + /* + * Sorts the children and simplifies the title + * If a node only contains another subdirectory, that subdirectory is moved up one level and integrated into the parent node + */ + simplify(tree) { + var _a2, _b, _c, _d; + for (const node of tree) { + while (true) { + const singleChild = ((_a2 = node.children) == null ? void 0 : _a2.length) == 1; + const singleChildIsDir = ((_c = (_b = node.children) == null ? void 0 : _b.first()) == null ? void 0 : _c.data) == void 0; + if (!(node.children != void 0 && singleChild && singleChildIsDir)) + break; + const child = node.children.first(); + node.title += "/" + child.title; + node.data = child.data; + node.path = child.path; + node.vaultPath = child.vaultPath; + node.children = child.children; + } + if (node.children != void 0) { + this.simplify(node.children); + } + (_d = node.children) == null ? void 0 : _d.sort((a, b) => { + const dirCompare = (b.data == void 0 ? 1 : 0) - (a.data == void 0 ? 1 : 0); + if (dirCompare != 0) { + return dirCompare; + } else { + return a.title.localeCompare(b.title); + } + }); + } + return tree.sort((a, b) => { + const dirCompare = (b.data == void 0 ? 1 : 0) - (a.data == void 0 ? 1 : 0); + if (dirCompare != 0) { + return dirCompare; + } else { + return a.title.localeCompare(b.title); + } + }); + } + getTreeStructure(children2) { + const tree = this._getTreeStructure(children2); + const res = this.simplify(tree); + return res; + } + async formatCommitMessage(template) { + let status2; + if (template.includes("{{numFiles}}")) { + status2 = await this.status(); + const numFiles = status2.staged.length; + template = template.replace("{{numFiles}}", String(numFiles)); + } + if (template.includes("{{hostname}}")) { + const hostname = this.plugin.localStorage.getHostname() || ""; + template = template.replace("{{hostname}}", hostname); + } + if (template.includes("{{files}}")) { + status2 = status2 != null ? status2 : await this.status(); + const changeset = {}; + let files = ""; + if (status2.staged.length < 100) { + status2.staged.forEach((value) => { + if (value.index in changeset) { + changeset[value.index].push(value.path); + } else { + changeset[value.index] = [value.path]; + } + }); + const chunks = []; + for (const [action, files2] of Object.entries(changeset)) { + chunks.push(action + " " + files2.join(" ")); + } + files = chunks.join(", "); + } else { + files = "Too many files to list"; + } + template = template.replace("{{files}}", files); + } + const moment6 = window.moment; + template = template.replace( + "{{date}}", + moment6().format(this.plugin.settings.commitDateFormat) + ); + if (this.plugin.settings.listChangedFilesInMessageBody) { + const status22 = status2 != null ? status2 : await this.status(); + let files = ""; + if (status22.staged.length < 100) { + files = status22.staged.map((e) => e.path).join("\n"); + } else { + files = "Too many files to list"; + } + template = template + "\n\nAffected files:\n" + files; + } + return template; + } +}; + +// src/gitManager/simpleGit.ts +var SimpleGit = class extends GitManager { + constructor(plugin) { + super(plugin); + } + async setGitInstance(ignoreError = false) { + if (this.isGitInstalled()) { + const adapter = this.app.vault.adapter; + const vaultBasePath = adapter.getBasePath(); + let basePath = vaultBasePath; + if (this.plugin.settings.basePath) { + const exists2 = await adapter.exists( + (0, import_obsidian4.normalizePath)(this.plugin.settings.basePath) + ); + if (exists2) { + basePath = path.join( + vaultBasePath, + this.plugin.settings.basePath + ); + } else if (!ignoreError) { + new import_obsidian4.Notice("ObsidianGit: Base path does not exist"); + } + } + this.absoluteRepoPath = basePath; + this.git = esm_default({ + baseDir: basePath, + binary: this.plugin.localStorage.getGitPath() || void 0, + config: ["core.quotepath=off"] + }); + const pathPaths = this.plugin.localStorage.getPATHPaths(); + const envVars = this.plugin.localStorage.getEnvVars(); + const gitDir = this.plugin.settings.gitDir; + if (pathPaths.length > 0) { + const path2 = process.env["PATH"] + ":" + pathPaths.join(":"); + process.env["PATH"] = path2; + } + if (gitDir) { + process.env["GIT_DIR"] = gitDir; + } + for (const envVar of envVars) { + const [key2, value] = envVar.split("="); + process.env[key2] = value; + } + import_debug2.default.enable("simple-git"); + if (await this.git.checkIsRepo()) { + const relativeRoot = await this.git.revparse("--show-cdup"); + const absoluteRoot = (0, import_path.resolve)(basePath + import_path.sep + relativeRoot); + this.absoluteRepoPath = absoluteRoot; + await this.git.cwd(absoluteRoot); + } + } + } + // Constructs a path relative to the vault from a path relative to the git repository + getRelativeVaultPath(filePath) { + const adapter = this.app.vault.adapter; + const from = adapter.getBasePath(); + const to = path.join(this.absoluteRepoPath, filePath); + let res = path.relative(from, to); + if (import_obsidian4.Platform.isWin) { + res = res.replace(/\\/g, "/"); + } + return res; + } + // Constructs a path relative to the git repository from a path relative to the vault + // + // @param doConversion - If false, the path is returned as is. This is added because that parameter is often passed on to functions where this method is called. + getRelativeRepoPath(filePath, doConversion = true) { + if (doConversion) { + const adapter = this.plugin.app.vault.adapter; + const vaultPath = adapter.getBasePath(); + const from = this.absoluteRepoPath; + const to = path.join(vaultPath, filePath); + let res = path.relative(from, to); + if (import_obsidian4.Platform.isWin) { + res = res.replace(/\\/g, "/"); + } + return res; + } + return filePath; + } + async status() { + this.plugin.setState(1 /* status */); + const status2 = await this.git.status((err) => this.onError(err)); + this.plugin.setState(0 /* idle */); + const allFilesFormatted = status2.files.map((e) => { + const res = this.formatPath(e); + return { + path: res.path, + from: res.from, + index: e.index === "?" ? "U" : e.index, + working_dir: e.working_dir === "?" ? "U" : e.working_dir, + vault_path: this.getRelativeVaultPath(res.path) + }; + }); + return { + all: allFilesFormatted, + changed: allFilesFormatted.filter((e) => e.working_dir !== " "), + staged: allFilesFormatted.filter( + (e) => e.index !== " " && e.index != "U" + ), + conflicted: status2.conflicted.map( + (path2) => this.formatPath({ path: path2 }).path + ) + }; + } + async submoduleAwareHeadRevisonInContainingDirectory(filepath) { + const repoPath = this.getRelativeRepoPath(filepath); + const containingDirectory = path.dirname(repoPath); + const args = ["-C", containingDirectory, "rev-parse", "HEAD"]; + const result = this.git.raw(args); + result.catch( + (err) => console.warn("obsidian-git: rev-parse error:", err) + ); + return result; + } + async getSubmodulePaths() { + return new Promise(async (resolve2) => { + this.git.outputHandler(async (cmd, stdout, stderr, args) => { + if (!(args.contains("submodule") && args.contains("foreach"))) { + return; + } + let body = ""; + const root2 = this.app.vault.adapter.getBasePath() + (this.plugin.settings.basePath ? "/" + this.plugin.settings.basePath : ""); + stdout.on("data", (chunk) => { + body += chunk.toString("utf8"); + }); + stdout.on("end", async () => { + const submods = body.split("\n"); + const strippedSubmods = submods.map((i) => { + const submod = i.match(/'([^']*)'/); + if (submod != void 0) { + return root2 + "/" + submod[1] + import_path.sep; + } + }).filter((i) => !!i); + strippedSubmods.reverse(); + resolve2(strippedSubmods); + }); + }); + await this.git.subModule(["foreach", "--recursive", ""]); + this.git.outputHandler(() => { + }); + }); + } + //Remove wrong `"` like "My file.md" + formatPath(path2, renamed = false) { + function format(path3) { + if (path3 == void 0) return void 0; + if (path3.startsWith('"') && path3.endsWith('"')) { + return path3.substring(1, path3.length - 1); + } else { + return path3; + } + } + if (renamed) { + return { + from: format(path2.from), + path: format(path2.path) + }; + } else { + return { + path: format(path2.path) + }; + } + } + async blame(path2, trackMovement, ignoreWhitespace) { + path2 = this.getRelativeRepoPath(path2); + if (!await this.isTracked(path2)) return "untracked"; + const inSubmodule = await this.getSubmoduleOfFile(path2); + const args = inSubmodule ? ["-C", inSubmodule.submodule] : []; + const relativePath = inSubmodule ? inSubmodule.relativeFilepath : path2; + args.push("blame", "--porcelain"); + if (ignoreWhitespace) args.push("-w"); + const trackCArg = `-C${GIT_LINE_AUTHORING_MOVEMENT_DETECTION_MINIMAL_LENGTH}`; + switch (trackMovement) { + case "inactive": + break; + case "same-commit": + args.push("-C", trackCArg); + break; + case "all-commits": + args.push("-C", "-C", trackCArg); + break; + default: + impossibleBranch(trackMovement); + } + args.push("--", relativePath); + const rawBlame = await this.git.raw( + args, + (err) => err && console.warn("git-blame", err) + ); + return parseBlame(rawBlame); + } + async isTracked(path2) { + const inSubmodule = await this.getSubmoduleOfFile(path2); + const args = inSubmodule ? ["-C", inSubmodule.submodule] : []; + const relativePath = inSubmodule ? inSubmodule.relativeFilepath : path2; + args.push("ls-files", "--", relativePath); + return this.git.raw(args, (err) => err && console.warn("ls-files", err)).then((x) => x.trim() !== ""); + } + async commitAll({ message }) { + if (this.plugin.settings.updateSubmodules) { + this.plugin.setState(4 /* commit */); + const submodulePaths = await this.getSubmodulePaths(); + for (const item of submodulePaths) { + await this.git.cwd({ path: item, root: false }).add("-A", (err) => this.onError(err)); + await this.git.cwd({ path: item, root: false }).commit( + await this.formatCommitMessage(message), + (err) => this.onError(err) + ); + } + } + this.plugin.setState(3 /* add */); + await this.git.add("-A", (err) => this.onError(err)); + this.plugin.setState(4 /* commit */); + const res = await this.git.commit( + await this.formatCommitMessage(message), + (err) => this.onError(err) + ); + dispatchEvent(new CustomEvent("git-head-update")); + return res.summary.changes; + } + async commit({ + message, + amend + }) { + this.plugin.setState(4 /* commit */); + const res = (await this.git.commit( + await this.formatCommitMessage(message), + amend ? ["--amend"] : [], + (err) => this.onError(err) + )).summary.changes; + dispatchEvent(new CustomEvent("git-head-update")); + this.plugin.setState(0 /* idle */); + return res; + } + async stage(path2, relativeToVault) { + this.plugin.setState(3 /* add */); + path2 = this.getRelativeRepoPath(path2, relativeToVault); + await this.git.add(["--", path2], (err) => this.onError(err)); + this.plugin.setState(0 /* idle */); + } + async stageAll({ dir }) { + this.plugin.setState(3 /* add */); + await this.git.add(dir != null ? dir : "-A", (err) => this.onError(err)); + this.plugin.setState(0 /* idle */); + } + async unstageAll({ dir }) { + this.plugin.setState(3 /* add */); + await this.git.reset( + dir != void 0 ? ["--", dir] : [], + (err) => this.onError(err) + ); + this.plugin.setState(0 /* idle */); + } + async unstage(path2, relativeToVault) { + this.plugin.setState(3 /* add */); + path2 = this.getRelativeRepoPath(path2, relativeToVault); + await this.git.reset(["--", path2], (err) => this.onError(err)); + this.plugin.setState(0 /* idle */); + } + async discard(filepath) { + this.plugin.setState(3 /* add */); + await this.git.checkout(["--", filepath], (err) => this.onError(err)); + this.plugin.setState(0 /* idle */); + } + async hashObject(filepath) { + filepath = this.getRelativeRepoPath(filepath); + const inSubmodule = await this.getSubmoduleOfFile(filepath); + const args = inSubmodule ? ["-C", inSubmodule.submodule] : []; + const relativeFilepath = inSubmodule ? inSubmodule.relativeFilepath : filepath; + args.push("hash-object", "--", relativeFilepath); + const revision = this.git.raw(args); + revision.catch( + (err) => err && console.warn("obsidian-git. hash-object failed:", err == null ? void 0 : err.message) + ); + return revision; + } + async discardAll({ dir }) { + return this.discard(dir != null ? dir : "."); + } + async pull() { + this.plugin.setState(2 /* pull */); + if (this.plugin.settings.updateSubmodules) + await this.git.subModule( + ["update", "--remote", "--merge", "--recursive"], + (err) => this.onError(err) + ); + const branchInfo = await this.branchInfo(); + const localCommit = await this.git.revparse( + [branchInfo.current], + (err) => this.onError(err) + ); + if (!branchInfo.tracking && this.plugin.settings.updateSubmodules) { + this.plugin.log( + "No tracking branch found. Ignoring pull of main repo and updating submodules only." + ); + return; + } + await this.git.fetch((err) => this.onError(err)); + const upstreamCommit = await this.git.revparse( + [branchInfo.tracking], + (err) => this.onError(err) + ); + if (localCommit !== upstreamCommit) { + if (this.plugin.settings.syncMethod === "merge" || this.plugin.settings.syncMethod === "rebase") { + try { + switch (this.plugin.settings.syncMethod) { + case "merge": + await this.git.merge([branchInfo.tracking]); + break; + case "rebase": + await this.git.rebase([branchInfo.tracking]); + } + } catch (err) { + this.plugin.displayError( + `Pull failed (${this.plugin.settings.syncMethod}): ${err.message}` + ); + return; + } + } else if (this.plugin.settings.syncMethod === "reset") { + try { + await this.git.raw( + [ + "update-ref", + `refs/heads/${branchInfo.current}`, + upstreamCommit + ], + (err) => this.onError(err) + ); + await this.unstageAll({}); + } catch (err) { + this.plugin.displayError( + `Sync failed (${this.plugin.settings.syncMethod}): ${err.message}` + ); + } + } + dispatchEvent(new CustomEvent("git-head-update")); + const afterMergeCommit = await this.git.revparse( + [branchInfo.current], + (err) => this.onError(err) + ); + const filesChanged = await this.git.diff([ + `${localCommit}..${afterMergeCommit}`, + "--name-only" + ]); + return filesChanged.split(/\r\n|\r|\n/).filter((value) => value.length > 0).map((e) => { + return { + path: e, + working_dir: "P", + vault_path: this.getRelativeVaultPath(e) + }; + }); + } else { + return []; + } + } + async push() { + this.plugin.setState(5 /* push */); + if (this.plugin.settings.updateSubmodules) { + const res = await this.git.env({ ...process.env, OBSIDIAN_GIT: 1 }).subModule( + [ + "foreach", + "--recursive", + `tracking=$(git for-each-ref --format='%(upstream:short)' "$(git symbolic-ref -q HEAD)"); echo $tracking; if [ ! -z "$(git diff --shortstat $tracking)" ]; then git push; fi` + ], + (err) => this.onError(err) + ); + console.log(res); + } + const status2 = await this.git.status(); + const trackingBranch = status2.tracking; + const currentBranch2 = status2.current; + if (!trackingBranch && this.plugin.settings.updateSubmodules) { + this.plugin.log( + "No tracking branch found. Ignoring push of main repo and updating submodules only." + ); + return void 0; + } + const remoteChangedFiles = (await this.git.diffSummary( + [currentBranch2, trackingBranch, "--"], + (err) => this.onError(err) + )).changed; + await this.git.env({ ...process.env, OBSIDIAN_GIT: 1 }).push((err) => this.onError(err)); + return remoteChangedFiles; + } + async getUnpushedCommits() { + const status2 = await this.git.status(); + const trackingBranch = status2.tracking; + const currentBranch2 = status2.current; + if (trackingBranch == null || currentBranch2 == null) { + return 0; + } + const remoteChangedFiles = (await this.git.diffSummary( + [currentBranch2, trackingBranch, "--"], + (err) => this.onError(err) + )).changed; + return remoteChangedFiles; + } + async canPush() { + if (this.plugin.settings.updateSubmodules === true) { + return true; + } + const status2 = await this.git.status((err) => this.onError(err)); + const trackingBranch = status2.tracking; + const currentBranch2 = status2.current; + if (!trackingBranch) { + return false; + } + const remoteChangedFiles = (await this.git.diffSummary([currentBranch2, trackingBranch, "--"])).changed; + return remoteChangedFiles !== 0; + } + async checkRequirements() { + if (!this.isGitInstalled()) { + return "missing-git"; + } + if (!await this.git.checkIsRepo()) { + return "missing-repo"; + } + return "valid"; + } + async branchInfo() { + const status2 = await this.git.status((err) => this.onError(err)); + const branches = await this.git.branch( + ["--no-color"], + (err) => this.onError(err) + ); + return { + current: status2.current || void 0, + tracking: status2.tracking || void 0, + branches: branches.all + }; + } + async getRemoteUrl(remote) { + try { + return await this.git.remote(["get-url", remote]) || void 0; + } catch (error) { + if (error.toString().contains(remote)) { + return void 0; + } else { + this.onError(error); + } + } + } + // https://github.com/kometenstaub/obsidian-version-history-diff/issues/3 + async log(file, relativeToVault = true, limit) { + let path2; + if (file) { + path2 = this.getRelativeRepoPath(file, relativeToVault); + } + const res = await this.git.log( + { + file: path2, + maxCount: limit, + "-m": null, + "--name-status": null + }, + (err) => this.onError(err) + ); + return res.all.map((e) => { + var _a2, _b, _c, _d; + return { + ...e, + author: { + name: e.author_name, + email: e.author_email + }, + refs: e.refs.split(", ").filter((e2) => e2.length > 0), + diff: { + ...e.diff, + files: (_b = (_a2 = e.diff) == null ? void 0 : _a2.files.map((f) => ({ + ...f, + status: f.status, + path: f.file, + hash: e.hash, + vault_path: this.getRelativeVaultPath(f.file) + }))) != null ? _b : [] + }, + fileName: (_d = (_c = e.diff) == null ? void 0 : _c.files.first()) == null ? void 0 : _d.file + }; + }); + } + async show(commitHash, file, relativeToVault = true) { + const path2 = this.getRelativeRepoPath(file, relativeToVault); + return this.git.show( + [commitHash + ":" + path2], + (err) => this.onError(err) + ); + } + async checkout(branch2, remote) { + if (remote) { + branch2 = `${remote}/${branch2}`; + } + await this.git.checkout(branch2, (err) => this.onError(err)); + if (this.plugin.settings.submoduleRecurseCheckout) { + const submodulePaths = await this.getSubmodulePaths(); + for (const submodulePath of submodulePaths) { + const branchSummary = await this.git.cwd({ path: submodulePath, root: false }).branch(); + if (Object.keys(branchSummary.branches).includes(branch2)) { + await this.git.cwd({ path: submodulePath, root: false }).checkout(branch2, (err) => this.onError(err)); + } + } + } + } + async createBranch(branch2) { + await this.git.checkout(["-b", branch2], (err) => this.onError(err)); + } + async deleteBranch(branch2, force) { + await this.git.branch( + [force ? "-D" : "-d", branch2], + (err) => this.onError(err) + ); + } + async branchIsMerged(branch2) { + const notMergedBranches = await this.git.branch( + ["--no-merged"], + (err) => this.onError(err) + ); + return !notMergedBranches.all.contains(branch2); + } + async init() { + await this.git.init(false, (err) => this.onError(err)); + } + async clone(url, dir, depth) { + await this.git.clone( + url, + path.join( + this.app.vault.adapter.getBasePath(), + dir + ), + depth ? ["--depth", `${depth}`] : [], + (err) => this.onError(err) + ); + } + async setConfig(path2, value) { + if (value == void 0) { + await this.git.raw(["config", "--local", "--unset", path2]); + } else { + await this.git.addConfig(path2, value, (err) => this.onError(err)); + } + } + async getConfig(path2) { + const config = await this.git.listConfig( + "local", + (err) => this.onError(err) + ); + return config.all[path2]; + } + async fetch(remote) { + await this.git.fetch( + remote != void 0 ? [remote] : [], + (err) => this.onError(err) + ); + } + async setRemote(name, url) { + if ((await this.getRemotes()).includes(name)) + await this.git.remote( + ["set-url", name, url], + (err) => this.onError(err) + ); + else { + await this.git.remote( + ["add", name, url], + (err) => this.onError(err) + ); + } + } + async getRemoteBranches(remote) { + const res = await this.git.branch( + ["-r", "--list", `${remote}*`], + (err) => this.onError(err) + ); + const list = []; + for (const item in res.branches) { + list.push(res.branches[item].name); + } + return list; + } + async getRemotes() { + const res = await this.git.remote([], (err) => this.onError(err)); + if (res) { + return res.trim().split("\n"); + } else { + return []; + } + } + async removeRemote(remoteName) { + await this.git.removeRemote(remoteName); + } + async updateUpstreamBranch(remoteBranch) { + try { + await this.git.branch(["--set-upstream-to", remoteBranch]); + } catch (e) { + console.error(e); + try { + await this.git.branch(["--set-upstream", remoteBranch]); + } catch (e2) { + console.error(e2); + await this.git.push( + // A type error occurs here because the third element could be undefined. + // However, it is unlikely to be undefined due to the `remoteBranch`'s format, and error handling is in place. + // Therefore, we temporarily ignore the error. + // @ts-ignore + ["--set-upstream", ...splitRemoteBranch(remoteBranch)], + (err) => this.onError(err) + ); + } + } + } + updateGitPath(_) { + this.setGitInstance(); + } + updateBasePath(_) { + this.setGitInstance(true); + } + async getDiffString(filePath, stagedChanges = false, hash2) { + if (stagedChanges) + return await this.git.diff(["--cached", "--", filePath]); + if (hash2) return await this.git.show([`${hash2}`, "--", filePath]); + else return await this.git.diff(["--", filePath]); + } + async diff(file, commit1, commit2) { + return await this.git.diff([`${commit1}..${commit2}`, "--", file]); + } + async getSubmoduleOfFile(repositoryRelativeFile) { + let submoduleRoot = await this.git.raw( + [ + "-C", + path.dirname(repositoryRelativeFile), + "rev-parse", + "--show-toplevel" + ], + (err) => err && console.warn("get-submodule-of-file", err == null ? void 0 : err.message) + ); + submoduleRoot = submoduleRoot.trim(); + const superProject = await this.git.raw( + [ + "-C", + path.dirname(repositoryRelativeFile), + "rev-parse", + "--show-superproject-working-tree" + ], + (err) => err && console.warn("get-submodule-of-file", err == null ? void 0 : err.message) + ); + if (superProject.trim() === "") { + return void 0; + } + const fsAdapter = this.app.vault.adapter; + const absolutePath = fsAdapter.getFullPath( + path.normalize(repositoryRelativeFile) + ); + const newRelativePath = path.relative(submoduleRoot, absolutePath); + return { submodule: submoduleRoot, relativeFilepath: newRelativePath }; + } + async getLastCommitTime() { + const res = await this.git.log({ n: 1 }, (err) => this.onError(err)); + if (res != null && res.latest != null) { + return new Date(res.latest.date); + } + } + isGitInstalled() { + const command = (0, import_child_process2.spawnSync)( + this.plugin.localStorage.getGitPath() || "git", + ["--version"], + { + stdio: "ignore" + } + ); + if (command.error) { + console.error(command.error); + return false; + } + return true; + } + onError(error) { + if (error) { + const networkFailure = error.message.contains("Could not resolve host") || error.message.match( + /ssh: connect to host .*? port .*?: Operation timed out/ + ) || error.message.match( + /ssh: connect to host .*? port .*?: Network is unreachable/ + ); + if (!networkFailure) { + this.plugin.displayError(error.message); + this.plugin.setState(0 /* idle */); + } else if (!this.plugin.offlineMode) { + this.plugin.displayError( + "Git: Going into offline mode. Future network errors will no longer be displayed.", + 2e3 + ); + } + if (networkFailure) { + this.plugin.offlineMode = true; + this.plugin.setState(0 /* idle */); + } + } + } +}; +var zeroCommit = { + hash: "000000", + isZeroCommit: true, + summary: "" +}; +function parseBlame(blameOutputUnnormalized) { + const blameOutput = blameOutputUnnormalized.replace("\r\n", "\n"); + const blameLines = blameOutput.split("\n"); + const result = { + commits: /* @__PURE__ */ new Map(), + hashPerLine: [void 0], + // one-based indices + originalFileLineNrPerLine: [void 0], + finalFileLineNrPerLine: [void 0], + groupSizePerStartingLine: /* @__PURE__ */ new Map() + }; + let line = 1; + for (let bi = 0; bi < blameLines.length; ) { + if (startsWithNonWhitespace(blameLines[bi])) { + const lineInfo = blameLines[bi].split(" "); + const commitHash = parseLineInfoInto(lineInfo, line, result); + bi++; + for (; startsWithNonWhitespace(blameLines[bi]); bi++) { + const spaceSeparatedHeaderValues = blameLines[bi].split(" "); + parseHeaderInto(spaceSeparatedHeaderValues, result, line); + } + finalizeBlameCommitInfo(result.commits.get(commitHash)); + line += 1; + } else if (blameLines[bi] === "" && bi === blameLines.length - 1) { + } else { + throw Error( + `Expected non-whitespace line or EOF, but found: ${blameLines[bi]}` + ); + } + bi++; + } + return result; +} +function parseLineInfoInto(lineInfo, line, result) { + const hash2 = lineInfo[0]; + result.hashPerLine.push(hash2); + result.originalFileLineNrPerLine.push(parseInt(lineInfo[1])); + result.finalFileLineNrPerLine.push(parseInt(lineInfo[2])); + lineInfo.length >= 4 && result.groupSizePerStartingLine.set(line, parseInt(lineInfo[3])); + if (parseInt(lineInfo[2]) !== line) { + throw Error( + `git-blame output is out of order: ${line} vs ${lineInfo[2]}` + ); + } + return hash2; +} +function parseHeaderInto(header, out, line) { + const key2 = header[0]; + const value = header.slice(1).join(" "); + const commitHash = out.hashPerLine[line]; + const commit2 = out.commits.get(commitHash) || { + hash: commitHash, + author: {}, + committer: {}, + previous: {} + }; + switch (key2) { + case "summary": + commit2.summary = value; + break; + case "author": + commit2.author.name = value; + break; + case "author-mail": + commit2.author.email = removeEmailBrackets(value); + break; + case "author-time": + commit2.author.epochSeconds = parseInt(value); + break; + case "author-tz": + commit2.author.tz = value; + break; + case "committer": + commit2.committer.name = value; + break; + case "committer-mail": + commit2.committer.email = removeEmailBrackets(value); + break; + case "committer-time": + commit2.committer.epochSeconds = parseInt(value); + break; + case "committer-tz": + commit2.committer.tz = value; + break; + case "previous": + commit2.previous.commitHash = value; + break; + case "filename": + commit2.previous.filename = value; + break; + } + out.commits.set(commitHash, commit2); +} +function finalizeBlameCommitInfo(commit2) { + if (commit2.summary === void 0) { + throw Error(`Summary not provided for commit: ${commit2.hash}`); + } + if (isUndefinedOrEmptyObject(commit2.author)) { + commit2.author = void 0; + } + if (isUndefinedOrEmptyObject(commit2.committer)) { + commit2.committer = void 0; + } + if (isUndefinedOrEmptyObject(commit2.previous)) { + commit2.previous = void 0; + } + commit2.isZeroCommit = Boolean(commit2.hash.match(/^0*$/)); +} +function isUndefinedOrEmptyObject(obj) { + return !obj || Object.keys(obj).length === 0; +} +function startsWithNonWhitespace(str) { + return str.length > 0 && str[0].trim() === str[0]; +} +function removeEmailBrackets(gitEmail) { + const prefixCleaned = gitEmail.startsWith("<") ? gitEmail.substring(1) : gitEmail; + return prefixCleaned.endsWith(">") ? prefixCleaned.substring(0, prefixCleaned.length - 1) : prefixCleaned; +} + +// src/lineAuthor/lineAuthorProvider.ts +init_polyfill_buffer(); +var import_state4 = require("@codemirror/state"); + +// src/lineAuthor/control.ts +init_polyfill_buffer(); +var import_state2 = require("@codemirror/state"); +var import_obsidian9 = require("obsidian"); + +// src/lineAuthor/eventsPerFilepath.ts +init_polyfill_buffer(); +var SECONDS = 1e3; +var REMOVE_STALES_FREQUENCY = 60 * SECONDS; +var EventsPerFilePath = class { + constructor() { + this.eventsPerFilepath = /* @__PURE__ */ new Map(); + this.startRemoveStalesSubscribersInterval(); + } + /** + * Run the {@link handler} on the subscribers to {@link filepath}. + */ + ifFilepathDefinedTransformSubscribers(filepath, handler) { + if (!filepath) return; + this.ensureInitialized(filepath); + return handler(this.eventsPerFilepath.get(filepath)); + } + forEachSubscriber(handler) { + this.eventsPerFilepath.forEach((subs) => subs.forEach(handler)); + } + ensureInitialized(filepath) { + if (!this.eventsPerFilepath.get(filepath)) + this.eventsPerFilepath.set(filepath, /* @__PURE__ */ new Set()); + } + startRemoveStalesSubscribersInterval() { + this.removeStalesSubscribersTimer = window.setInterval( + () => this == null ? void 0 : this.forEachSubscriber((las) => las == null ? void 0 : las.removeIfStale()), + REMOVE_STALES_FREQUENCY + ); + } + clear() { + window.clearInterval(this.removeStalesSubscribersTimer); + this.eventsPerFilepath.clear(); + } +}; +var eventsPerFilePathSingleton = new EventsPerFilePath(); + +// src/lineAuthor/model.ts +init_polyfill_buffer(); +var import_state = require("@codemirror/state"); +var import_js_sha256 = __toESM(require_sha256()); + +// src/setting/settings.ts +init_polyfill_buffer(); +var import_obsidian8 = require("obsidian"); + +// src/gitManager/isomorphicGit.ts +init_polyfill_buffer(); + +// node_modules/.pnpm/diff@5.2.0/node_modules/diff/lib/index.mjs +init_polyfill_buffer(); +function Diff() { +} +Diff.prototype = { + diff: function diff(oldString, newString) { + var _options$timeout; + var options = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}; + var callback = options.callback; + if (typeof options === "function") { + callback = options; + options = {}; + } + this.options = options; + var self2 = this; + function done(value) { + if (callback) { + setTimeout(function() { + callback(void 0, value); + }, 0); + return true; + } else { + return value; + } + } + oldString = this.castInput(oldString); + newString = this.castInput(newString); + oldString = this.removeEmpty(this.tokenize(oldString)); + newString = this.removeEmpty(this.tokenize(newString)); + var newLen = newString.length, oldLen = oldString.length; + var editLength = 1; + var maxEditLength = newLen + oldLen; + if (options.maxEditLength) { + maxEditLength = Math.min(maxEditLength, options.maxEditLength); + } + var maxExecutionTime = (_options$timeout = options.timeout) !== null && _options$timeout !== void 0 ? _options$timeout : Infinity; + var abortAfterTimestamp = Date.now() + maxExecutionTime; + var bestPath = [{ + oldPos: -1, + lastComponent: void 0 + }]; + var newPos = this.extractCommon(bestPath[0], newString, oldString, 0); + if (bestPath[0].oldPos + 1 >= oldLen && newPos + 1 >= newLen) { + return done([{ + value: this.join(newString), + count: newString.length + }]); + } + var minDiagonalToConsider = -Infinity, maxDiagonalToConsider = Infinity; + function execEditLength() { + for (var diagonalPath = Math.max(minDiagonalToConsider, -editLength); diagonalPath <= Math.min(maxDiagonalToConsider, editLength); diagonalPath += 2) { + var basePath = void 0; + var removePath = bestPath[diagonalPath - 1], addPath = bestPath[diagonalPath + 1]; + if (removePath) { + bestPath[diagonalPath - 1] = void 0; + } + var canAdd = false; + if (addPath) { + var addPathNewPos = addPath.oldPos - diagonalPath; + canAdd = addPath && 0 <= addPathNewPos && addPathNewPos < newLen; + } + var canRemove = removePath && removePath.oldPos + 1 < oldLen; + if (!canAdd && !canRemove) { + bestPath[diagonalPath] = void 0; + continue; + } + if (!canRemove || canAdd && removePath.oldPos + 1 < addPath.oldPos) { + basePath = self2.addToPath(addPath, true, void 0, 0); + } else { + basePath = self2.addToPath(removePath, void 0, true, 1); + } + newPos = self2.extractCommon(basePath, newString, oldString, diagonalPath); + if (basePath.oldPos + 1 >= oldLen && newPos + 1 >= newLen) { + return done(buildValues(self2, basePath.lastComponent, newString, oldString, self2.useLongestToken)); + } else { + bestPath[diagonalPath] = basePath; + if (basePath.oldPos + 1 >= oldLen) { + maxDiagonalToConsider = Math.min(maxDiagonalToConsider, diagonalPath - 1); + } + if (newPos + 1 >= newLen) { + minDiagonalToConsider = Math.max(minDiagonalToConsider, diagonalPath + 1); + } + } + } + editLength++; + } + if (callback) { + (function exec() { + setTimeout(function() { + if (editLength > maxEditLength || Date.now() > abortAfterTimestamp) { + return callback(); + } + if (!execEditLength()) { + exec(); + } + }, 0); + })(); + } else { + while (editLength <= maxEditLength && Date.now() <= abortAfterTimestamp) { + var ret = execEditLength(); + if (ret) { + return ret; + } + } + } + }, + addToPath: function addToPath(path2, added, removed, oldPosInc) { + var last2 = path2.lastComponent; + if (last2 && last2.added === added && last2.removed === removed) { + return { + oldPos: path2.oldPos + oldPosInc, + lastComponent: { + count: last2.count + 1, + added, + removed, + previousComponent: last2.previousComponent + } + }; + } else { + return { + oldPos: path2.oldPos + oldPosInc, + lastComponent: { + count: 1, + added, + removed, + previousComponent: last2 + } + }; + } + }, + extractCommon: function extractCommon(basePath, newString, oldString, diagonalPath) { + var newLen = newString.length, oldLen = oldString.length, oldPos = basePath.oldPos, newPos = oldPos - diagonalPath, commonCount = 0; + while (newPos + 1 < newLen && oldPos + 1 < oldLen && this.equals(newString[newPos + 1], oldString[oldPos + 1])) { + newPos++; + oldPos++; + commonCount++; + } + if (commonCount) { + basePath.lastComponent = { + count: commonCount, + previousComponent: basePath.lastComponent + }; + } + basePath.oldPos = oldPos; + return newPos; + }, + equals: function equals(left, right) { + if (this.options.comparator) { + return this.options.comparator(left, right); + } else { + return left === right || this.options.ignoreCase && left.toLowerCase() === right.toLowerCase(); + } + }, + removeEmpty: function removeEmpty(array) { + var ret = []; + for (var i = 0; i < array.length; i++) { + if (array[i]) { + ret.push(array[i]); + } + } + return ret; + }, + castInput: function castInput(value) { + return value; + }, + tokenize: function tokenize(value) { + return value.split(""); + }, + join: function join3(chars) { + return chars.join(""); + } +}; +function buildValues(diff3, lastComponent, newString, oldString, useLongestToken) { + var components = []; + var nextComponent; + while (lastComponent) { + components.push(lastComponent); + nextComponent = lastComponent.previousComponent; + delete lastComponent.previousComponent; + lastComponent = nextComponent; + } + components.reverse(); + var componentPos = 0, componentLen = components.length, newPos = 0, oldPos = 0; + for (; componentPos < componentLen; componentPos++) { + var component = components[componentPos]; + if (!component.removed) { + if (!component.added && useLongestToken) { + var value = newString.slice(newPos, newPos + component.count); + value = value.map(function(value2, i) { + var oldValue = oldString[oldPos + i]; + return oldValue.length > value2.length ? oldValue : value2; + }); + component.value = diff3.join(value); + } else { + component.value = diff3.join(newString.slice(newPos, newPos + component.count)); + } + newPos += component.count; + if (!component.added) { + oldPos += component.count; + } + } else { + component.value = diff3.join(oldString.slice(oldPos, oldPos + component.count)); + oldPos += component.count; + if (componentPos && components[componentPos - 1].added) { + var tmp = components[componentPos - 1]; + components[componentPos - 1] = components[componentPos]; + components[componentPos] = tmp; + } + } + } + var finalComponent = components[componentLen - 1]; + if (componentLen > 1 && typeof finalComponent.value === "string" && (finalComponent.added || finalComponent.removed) && diff3.equals("", finalComponent.value)) { + components[componentLen - 2].value += finalComponent.value; + components.pop(); + } + return components; +} +var characterDiff = new Diff(); +var extendedWordChars = /^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/; +var reWhitespace = /\S/; +var wordDiff = new Diff(); +wordDiff.equals = function(left, right) { + if (this.options.ignoreCase) { + left = left.toLowerCase(); + right = right.toLowerCase(); + } + return left === right || this.options.ignoreWhitespace && !reWhitespace.test(left) && !reWhitespace.test(right); +}; +wordDiff.tokenize = function(value) { + var tokens = value.split(/([^\S\r\n]+|[()[\]{}'"\r\n]|\b)/); + for (var i = 0; i < tokens.length - 1; i++) { + if (!tokens[i + 1] && tokens[i + 2] && extendedWordChars.test(tokens[i]) && extendedWordChars.test(tokens[i + 2])) { + tokens[i] += tokens[i + 2]; + tokens.splice(i + 1, 2); + i--; + } + } + return tokens; +}; +var lineDiff = new Diff(); +lineDiff.tokenize = function(value) { + if (this.options.stripTrailingCr) { + value = value.replace(/\r\n/g, "\n"); + } + var retLines = [], linesAndNewlines = value.split(/(\n|\r\n)/); + if (!linesAndNewlines[linesAndNewlines.length - 1]) { + linesAndNewlines.pop(); + } + for (var i = 0; i < linesAndNewlines.length; i++) { + var line = linesAndNewlines[i]; + if (i % 2 && !this.options.newlineIsToken) { + retLines[retLines.length - 1] += line; + } else { + if (this.options.ignoreWhitespace) { + line = line.trim(); + } + retLines.push(line); + } + } + return retLines; +}; +function diffLines(oldStr, newStr, callback) { + return lineDiff.diff(oldStr, newStr, callback); +} +var sentenceDiff = new Diff(); +sentenceDiff.tokenize = function(value) { + return value.split(/(\S.+?[.!?])(?=\s+|$)/); +}; +var cssDiff = new Diff(); +cssDiff.tokenize = function(value) { + return value.split(/([{}:;,]|\s+)/); +}; +function _typeof(obj) { + "@babel/helpers - typeof"; + if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { + _typeof = function(obj2) { + return typeof obj2; + }; + } else { + _typeof = function(obj2) { + return obj2 && typeof Symbol === "function" && obj2.constructor === Symbol && obj2 !== Symbol.prototype ? "symbol" : typeof obj2; + }; + } + return _typeof(obj); +} +function _toConsumableArray(arr) { + return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); +} +function _arrayWithoutHoles(arr) { + if (Array.isArray(arr)) return _arrayLikeToArray(arr); +} +function _iterableToArray(iter) { + if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); +} +function _unsupportedIterableToArray(o, minLen) { + if (!o) return; + if (typeof o === "string") return _arrayLikeToArray(o, minLen); + var n = Object.prototype.toString.call(o).slice(8, -1); + if (n === "Object" && o.constructor) n = o.constructor.name; + if (n === "Map" || n === "Set") return Array.from(o); + if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); +} +function _arrayLikeToArray(arr, len) { + if (len == null || len > arr.length) len = arr.length; + for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; + return arr2; +} +function _nonIterableSpread() { + throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); +} +var objectPrototypeToString = Object.prototype.toString; +var jsonDiff = new Diff(); +jsonDiff.useLongestToken = true; +jsonDiff.tokenize = lineDiff.tokenize; +jsonDiff.castInput = function(value) { + var _this$options = this.options, undefinedReplacement = _this$options.undefinedReplacement, _this$options$stringi = _this$options.stringifyReplacer, stringifyReplacer = _this$options$stringi === void 0 ? function(k, v) { + return typeof v === "undefined" ? undefinedReplacement : v; + } : _this$options$stringi; + return typeof value === "string" ? value : JSON.stringify(canonicalize(value, null, null, stringifyReplacer), stringifyReplacer, " "); +}; +jsonDiff.equals = function(left, right) { + return Diff.prototype.equals.call(jsonDiff, left.replace(/,([\r\n])/g, "$1"), right.replace(/,([\r\n])/g, "$1")); +}; +function canonicalize(obj, stack, replacementStack, replacer, key2) { + stack = stack || []; + replacementStack = replacementStack || []; + if (replacer) { + obj = replacer(key2, obj); + } + var i; + for (i = 0; i < stack.length; i += 1) { + if (stack[i] === obj) { + return replacementStack[i]; + } + } + var canonicalizedObj; + if ("[object Array]" === objectPrototypeToString.call(obj)) { + stack.push(obj); + canonicalizedObj = new Array(obj.length); + replacementStack.push(canonicalizedObj); + for (i = 0; i < obj.length; i += 1) { + canonicalizedObj[i] = canonicalize(obj[i], stack, replacementStack, replacer, key2); + } + stack.pop(); + replacementStack.pop(); + return canonicalizedObj; + } + if (obj && obj.toJSON) { + obj = obj.toJSON(); + } + if (_typeof(obj) === "object" && obj !== null) { + stack.push(obj); + canonicalizedObj = {}; + replacementStack.push(canonicalizedObj); + var sortedKeys = [], _key; + for (_key in obj) { + if (obj.hasOwnProperty(_key)) { + sortedKeys.push(_key); + } + } + sortedKeys.sort(); + for (i = 0; i < sortedKeys.length; i += 1) { + _key = sortedKeys[i]; + canonicalizedObj[_key] = canonicalize(obj[_key], stack, replacementStack, replacer, _key); + } + stack.pop(); + replacementStack.pop(); + } else { + canonicalizedObj = obj; + } + return canonicalizedObj; +} +var arrayDiff = new Diff(); +arrayDiff.tokenize = function(value) { + return value.slice(); +}; +arrayDiff.join = arrayDiff.removeEmpty = function(value) { + return value; +}; +function structuredPatch(oldFileName, newFileName, oldStr, newStr, oldHeader, newHeader, options) { + if (!options) { + options = {}; + } + if (typeof options.context === "undefined") { + options.context = 4; + } + var diff3 = diffLines(oldStr, newStr, options); + if (!diff3) { + return; + } + diff3.push({ + value: "", + lines: [] + }); + function contextLines(lines) { + return lines.map(function(entry) { + return " " + entry; + }); + } + var hunks = []; + var oldRangeStart = 0, newRangeStart = 0, curRange = [], oldLine = 1, newLine = 1; + var _loop = function _loop2(i2) { + var current = diff3[i2], lines = current.lines || current.value.replace(/\n$/, "").split("\n"); + current.lines = lines; + if (current.added || current.removed) { + var _curRange; + if (!oldRangeStart) { + var prev = diff3[i2 - 1]; + oldRangeStart = oldLine; + newRangeStart = newLine; + if (prev) { + curRange = options.context > 0 ? contextLines(prev.lines.slice(-options.context)) : []; + oldRangeStart -= curRange.length; + newRangeStart -= curRange.length; + } + } + (_curRange = curRange).push.apply(_curRange, _toConsumableArray(lines.map(function(entry) { + return (current.added ? "+" : "-") + entry; + }))); + if (current.added) { + newLine += lines.length; + } else { + oldLine += lines.length; + } + } else { + if (oldRangeStart) { + if (lines.length <= options.context * 2 && i2 < diff3.length - 2) { + var _curRange2; + (_curRange2 = curRange).push.apply(_curRange2, _toConsumableArray(contextLines(lines))); + } else { + var _curRange3; + var contextSize = Math.min(lines.length, options.context); + (_curRange3 = curRange).push.apply(_curRange3, _toConsumableArray(contextLines(lines.slice(0, contextSize)))); + var hunk = { + oldStart: oldRangeStart, + oldLines: oldLine - oldRangeStart + contextSize, + newStart: newRangeStart, + newLines: newLine - newRangeStart + contextSize, + lines: curRange + }; + if (i2 >= diff3.length - 2 && lines.length <= options.context) { + var oldEOFNewline = /\n$/.test(oldStr); + var newEOFNewline = /\n$/.test(newStr); + var noNlBeforeAdds = lines.length == 0 && curRange.length > hunk.oldLines; + if (!oldEOFNewline && noNlBeforeAdds && oldStr.length > 0) { + curRange.splice(hunk.oldLines, 0, "\\ No newline at end of file"); + } + if (!oldEOFNewline && !noNlBeforeAdds || !newEOFNewline) { + curRange.push("\\ No newline at end of file"); + } + } + hunks.push(hunk); + oldRangeStart = 0; + newRangeStart = 0; + curRange = []; + } + } + oldLine += lines.length; + newLine += lines.length; + } + }; + for (var i = 0; i < diff3.length; i++) { + _loop(i); + } + return { + oldFileName, + newFileName, + oldHeader, + newHeader, + hunks + }; +} +function formatPatch(diff3) { + if (Array.isArray(diff3)) { + return diff3.map(formatPatch).join("\n"); + } + var ret = []; + if (diff3.oldFileName == diff3.newFileName) { + ret.push("Index: " + diff3.oldFileName); + } + ret.push("==================================================================="); + ret.push("--- " + diff3.oldFileName + (typeof diff3.oldHeader === "undefined" ? "" : " " + diff3.oldHeader)); + ret.push("+++ " + diff3.newFileName + (typeof diff3.newHeader === "undefined" ? "" : " " + diff3.newHeader)); + for (var i = 0; i < diff3.hunks.length; i++) { + var hunk = diff3.hunks[i]; + if (hunk.oldLines === 0) { + hunk.oldStart -= 1; + } + if (hunk.newLines === 0) { + hunk.newStart -= 1; + } + ret.push("@@ -" + hunk.oldStart + "," + hunk.oldLines + " +" + hunk.newStart + "," + hunk.newLines + " @@"); + ret.push.apply(ret, hunk.lines); + } + return ret.join("\n") + "\n"; +} +function createTwoFilesPatch(oldFileName, newFileName, oldStr, newStr, oldHeader, newHeader, options) { + return formatPatch(structuredPatch(oldFileName, newFileName, oldStr, newStr, oldHeader, newHeader, options)); +} +function createPatch(fileName, oldStr, newStr, oldHeader, newHeader, options) { + return createTwoFilesPatch(fileName, fileName, oldStr, newStr, oldHeader, newHeader, options); +} + +// src/gitManager/isomorphicGit.ts +var import_obsidian7 = require("obsidian"); + +// src/ui/modals/generalModal.ts +init_polyfill_buffer(); +var import_obsidian5 = require("obsidian"); +var generalModalConfigDefaults = { + options: [], + placeholder: "", + allowEmpty: false, + onlySelection: false, + initialValue: void 0 +}; +var GeneralModal = class extends import_obsidian5.SuggestModal { + constructor(config) { + super(app); + this.config = { ...generalModalConfigDefaults, ...config }; + this.setPlaceholder(this.config.placeholder); + } + open() { + super.open(); + if (this.config.initialValue != void 0) { + this.inputEl.value = this.config.initialValue; + this.inputEl.dispatchEvent(new Event("input")); + } + return new Promise((resolve2) => { + this.resolve = resolve2; + }); + } + selectSuggestion(value, evt) { + if (this.resolve) { + let res; + if (this.config.allowEmpty && value === " ") res = ""; + else if (value === "...") res = void 0; + else res = value; + this.resolve(res); + } + super.selectSuggestion(value, evt); + } + onClose() { + if (this.resolve) this.resolve(void 0); + } + getSuggestions(query) { + if (this.config.onlySelection) { + return this.config.options; + } else if (this.config.allowEmpty) { + return [query.length > 0 ? query : " ", ...this.config.options]; + } else { + return [query.length > 0 ? query : "...", ...this.config.options]; + } + } + renderSuggestion(value, el) { + el.setText(value); + } + onChooseSuggestion(item, evt) { + } +}; + +// src/gitManager/myAdapter.ts +init_polyfill_buffer(); +var import_obsidian6 = require("obsidian"); +var MyAdapter = class { + constructor(vault, plugin) { + this.plugin = plugin; + this.promises = {}; + this.adapter = vault.adapter; + this.vault = vault; + this.lastBasePath = this.plugin.settings.basePath; + this.promises.readFile = this.readFile.bind(this); + this.promises.writeFile = this.writeFile.bind(this); + this.promises.readdir = this.readdir.bind(this); + this.promises.mkdir = this.mkdir.bind(this); + this.promises.rmdir = this.rmdir.bind(this); + this.promises.stat = this.stat.bind(this); + this.promises.unlink = this.unlink.bind(this); + this.promises.lstat = this.lstat.bind(this); + this.promises.readlink = this.readlink.bind(this); + this.promises.symlink = this.symlink.bind(this); + } + async readFile(path2, opts) { + var _a2; + this.maybeLog("Read: " + path2 + JSON.stringify(opts)); + if (opts == "utf8" || opts.encoding == "utf8") { + const file = this.vault.getAbstractFileByPath(path2); + if (file instanceof import_obsidian6.TFile) { + this.maybeLog("Reuse"); + return this.vault.read(file); + } else { + return this.adapter.read(path2); + } + } else { + if (path2.endsWith(this.gitDir + "/index")) { + if (this.plugin.settings.basePath != this.lastBasePath) { + this.clearIndex(); + this.lastBasePath = this.plugin.settings.basePath; + return this.adapter.readBinary(path2); + } + return (_a2 = this.index) != null ? _a2 : this.adapter.readBinary(path2); + } + const file = this.vault.getAbstractFileByPath(path2); + if (file instanceof import_obsidian6.TFile) { + this.maybeLog("Reuse"); + return this.vault.readBinary(file); + } else { + return this.adapter.readBinary(path2); + } + } + } + async writeFile(path2, data) { + this.maybeLog("Write: " + path2); + if (typeof data === "string") { + const file = this.vault.getAbstractFileByPath(path2); + if (file instanceof import_obsidian6.TFile) { + return this.vault.modify(file, data); + } else { + return this.adapter.write(path2, data); + } + } else { + if (path2.endsWith(this.gitDir + "/index")) { + this.index = data; + this.indexmtime = Date.now(); + } else { + const file = this.vault.getAbstractFileByPath(path2); + if (file instanceof import_obsidian6.TFile) { + return this.vault.modifyBinary(file, data); + } else { + return this.adapter.writeBinary(path2, data); + } + } + } + } + async readdir(path2) { + if (path2 === ".") path2 = "/"; + const res = await this.adapter.list(path2); + const all = [...res.files, ...res.folders]; + let formattedAll; + if (path2 !== "/") { + formattedAll = all.map( + (e) => (0, import_obsidian6.normalizePath)(e.substring(path2.length)) + ); + } else { + formattedAll = all; + } + return formattedAll; + } + async mkdir(path2) { + return this.adapter.mkdir(path2); + } + async rmdir(path2, opts) { + var _a2, _b; + return this.adapter.rmdir(path2, (_b = (_a2 = opts == null ? void 0 : opts.options) == null ? void 0 : _a2.recursive) != null ? _b : false); + } + async stat(path2) { + if (path2.endsWith(this.gitDir + "/index")) { + if (this.index !== void 0 && this.indexctime != void 0 && this.indexmtime != void 0) { + return { + isFile: () => true, + isDirectory: () => false, + isSymbolicLink: () => false, + size: this.index.length, + type: "file", + ctimeMs: this.indexctime, + mtimeMs: this.indexmtime + }; + } else { + const stat = await this.adapter.stat(path2); + if (stat == void 0) { + throw { code: "ENOENT" }; + } + this.indexctime = stat.ctime; + this.indexmtime = stat.mtime; + return { + ctimeMs: stat.ctime, + mtimeMs: stat.mtime, + size: stat.size, + type: "file", + isFile: () => true, + isDirectory: () => false, + isSymbolicLink: () => false + }; + } + } + if (path2 === ".") path2 = "/"; + const file = this.vault.getAbstractFileByPath(path2); + this.maybeLog("Stat: " + path2); + if (file instanceof import_obsidian6.TFile) { + this.maybeLog("Reuse stat"); + return { + ctimeMs: file.stat.ctime, + mtimeMs: file.stat.mtime, + size: file.stat.size, + type: "file", + isFile: () => true, + isDirectory: () => false, + isSymbolicLink: () => false + }; + } else { + const stat = await this.adapter.stat(path2); + if (stat) { + return { + ctimeMs: stat.ctime, + mtimeMs: stat.mtime, + size: stat.size, + type: stat.type === "folder" ? "directory" : stat.type, + isFile: () => stat.type === "file", + isDirectory: () => stat.type === "folder", + isSymbolicLink: () => false + }; + } else { + throw { code: "ENOENT" }; + } + } + } + async unlink(path2) { + return this.adapter.remove(path2); + } + async lstat(path2) { + return this.stat(path2); + } + async readlink(path2) { + throw new Error(`readlink of (${path2}) is not implemented.`); + } + async symlink(path2) { + throw new Error(`symlink of (${path2}) is not implemented.`); + } + async saveAndClear() { + if (this.index !== void 0) { + await this.adapter.writeBinary( + this.plugin.gitManager.getRelativeVaultPath( + this.gitDir + "/index" + ), + this.index, + { + ctime: this.indexctime, + mtime: this.indexmtime + } + ); + } + this.clearIndex(); + } + clearIndex() { + this.index = void 0; + this.indexctime = void 0; + this.indexmtime = void 0; + } + get gitDir() { + return this.plugin.settings.gitDir || ".git"; + } + maybeLog(text2) { + } +}; + +// src/gitManager/isomorphicGit.ts +var IsomorphicGit = class extends GitManager { + constructor(plugin) { + super(plugin); + this.FILE = 0; + this.HEAD = 1; + this.WORKDIR = 2; + this.STAGE = 3; + // Mapping from statusMatrix to git status codes based off git status --short + // See: https://isomorphic-git.org/docs/en/statusMatrix + this.status_mapping = { + "000": " ", + "003": "AD", + "020": "??", + "022": "A ", + "023": "AM", + "100": "D ", + "101": " D", + "103": "MD", + "110": "DA", + // Technically, two files: first one is deleted "D " and second one is untracked "??" + "111": " ", + "113": "MM", + "120": "DA", + // Same as "110" + "121": " M", + "122": "M ", + "123": "MM" + }; + this.noticeLength = 999999; + this.fs = new MyAdapter(this.app.vault, this.plugin); + } + getRepo() { + return { + fs: this.fs, + dir: this.plugin.settings.basePath, + gitdir: this.plugin.settings.gitDir || void 0, + onAuth: () => { + var _a2, _b; + return { + username: (_a2 = this.plugin.localStorage.getUsername()) != null ? _a2 : void 0, + password: (_b = this.plugin.localStorage.getPassword()) != null ? _b : void 0 + }; + }, + onAuthFailure: async () => { + new import_obsidian7.Notice( + "Authentication failed. Please try with different credentials" + ); + const username = await new GeneralModal({ + placeholder: "Specify your username" + }).open(); + if (username) { + const password = await new GeneralModal({ + placeholder: "Specify your password/personal access token" + }).open(); + if (password) { + this.plugin.localStorage.setUsername(username); + this.plugin.localStorage.setPassword(password); + return { + username, + password + }; + } + } + return { cancel: true }; + }, + http: { + async request({ + url, + method: method2, + headers, + body + }) { + if (body) { + body = await collect2(body); + body = body.buffer; + } + const res = await (0, import_obsidian7.requestUrl)({ + url, + method: method2, + headers, + body, + throw: false + }); + return { + url, + method: method2, + headers: res.headers, + body: [new Uint8Array(res.arrayBuffer)], + statusCode: res.status, + statusMessage: res.status.toString() + }; + } + } + }; + } + async wrapFS(call) { + try { + const res = await call; + await this.fs.saveAndClear(); + return res; + } catch (error) { + await this.fs.saveAndClear(); + throw error; + } + } + async status() { + let notice; + const timeout = window.setTimeout(function() { + notice = new import_obsidian7.Notice( + "This takes longer: Getting status", + this.noticeLength + ); + }, 2e4); + try { + this.plugin.setState(1 /* status */); + const status2 = (await this.wrapFS(isomorphic_git_default.statusMatrix({ ...this.getRepo() }))).map((row) => this.getFileStatusResult(row)); + const changed = status2.filter( + (fileStatus) => fileStatus.working_dir !== " " + ); + const staged = status2.filter( + (fileStatus) => fileStatus.index !== " " && fileStatus.index !== "U" + ); + const conflicted = []; + window.clearTimeout(timeout); + notice == null ? void 0 : notice.hide(); + return { all: status2, changed, staged, conflicted }; + } catch (error) { + window.clearTimeout(timeout); + notice == null ? void 0 : notice.hide(); + this.plugin.displayError(error); + throw error; + } + } + async commitAll({ + message, + status: status2, + unstagedFiles + }) { + try { + await this.checkAuthorInfo(); + await this.stageAll({ status: status2, unstagedFiles }); + return this.commit({ message }); + } catch (error) { + this.plugin.displayError(error); + throw error; + } + } + async commit({ + message + }) { + try { + await this.checkAuthorInfo(); + this.plugin.setState(4 /* commit */); + const formatMessage = await this.formatCommitMessage(message); + const hadConflict = this.plugin.localStorage.getConflict(); + let parent = void 0; + if (hadConflict) { + const branchInfo = await this.branchInfo(); + parent = [branchInfo.current, branchInfo.tracking]; + } + await this.wrapFS( + isomorphic_git_default.commit({ + ...this.getRepo(), + message: formatMessage, + parent + }) + ); + this.plugin.localStorage.setConflict(false); + return; + } catch (error) { + this.plugin.displayError(error); + throw error; + } + } + async stage(filepath, relativeToVault) { + const gitPath = this.getRelativeRepoPath(filepath, relativeToVault); + let vaultPath; + if (relativeToVault) { + vaultPath = filepath; + } else { + vaultPath = this.getRelativeVaultPath(filepath); + } + try { + this.plugin.setState(3 /* add */); + if (await this.app.vault.adapter.exists(vaultPath)) { + await this.wrapFS( + isomorphic_git_default.add({ ...this.getRepo(), filepath: gitPath }) + ); + } else { + await this.wrapFS( + isomorphic_git_default.remove({ ...this.getRepo(), filepath: gitPath }) + ); + } + } catch (error) { + this.plugin.displayError(error); + throw error; + } + } + async stageAll({ + dir, + status: status2, + unstagedFiles + }) { + try { + if (status2) { + await Promise.all( + status2.changed.map( + (file) => file.working_dir !== "D" ? this.wrapFS( + isomorphic_git_default.add({ + ...this.getRepo(), + filepath: file.path + }) + ) : isomorphic_git_default.remove({ + ...this.getRepo(), + filepath: file.path + }) + ) + ); + } else { + const filesToStage = unstagedFiles != null ? unstagedFiles : await this.getUnstagedFiles(dir != null ? dir : "."); + await Promise.all( + filesToStage.map( + ({ filepath, deleted }) => deleted ? isomorphic_git_default.remove({ ...this.getRepo(), filepath }) : this.wrapFS( + isomorphic_git_default.add({ ...this.getRepo(), filepath }) + ) + ) + ); + } + } catch (error) { + this.plugin.displayError(error); + throw error; + } + } + async unstage(filepath, relativeToVault) { + try { + this.plugin.setState(3 /* add */); + filepath = this.getRelativeRepoPath(filepath, relativeToVault); + await this.wrapFS( + isomorphic_git_default.resetIndex({ ...this.getRepo(), filepath }) + ); + } catch (error) { + this.plugin.displayError(error); + throw error; + } + } + async unstageAll({ + dir, + status: status2 + }) { + try { + let staged; + if (status2) { + staged = status2.staged.map((file) => file.path); + } else { + const res = await this.getStagedFiles(dir != null ? dir : "."); + staged = res.map(({ filepath }) => filepath); + } + await this.wrapFS( + Promise.all( + staged.map( + (file) => isomorphic_git_default.resetIndex({ ...this.getRepo(), filepath: file }) + ) + ) + ); + } catch (error) { + this.plugin.displayError(error); + throw error; + } + } + async discard(filepath) { + try { + this.plugin.setState(3 /* add */); + await this.wrapFS( + isomorphic_git_default.checkout({ + ...this.getRepo(), + filepaths: [filepath], + force: true + }) + ); + } catch (error) { + this.plugin.displayError(error); + throw error; + } + } + async discardAll({ + dir, + status: status2 + }) { + let files = []; + if (status2) { + if (dir != void 0) { + files = status2.changed.filter((file) => file.path.startsWith(dir)).map((file) => file.path); + } else { + files = status2.changed.map((file) => file.path); + } + } else { + files = (await this.getUnstagedFiles(dir)).map( + ({ filepath }) => filepath + ); + } + try { + await this.wrapFS( + isomorphic_git_default.checkout({ + ...this.getRepo(), + filepaths: files, + force: true + }) + ); + } catch (error) { + this.plugin.displayError(error); + throw error; + } + } + getProgressText(action, event) { + let out = `${action} progress:`; + if (event.phase) { + out = `${out} ${event.phase}:`; + } + if (event.loaded) { + out = `${out} ${event.loaded}`; + if (event.total) { + out = `${out} of ${event.total}`; + } + } + return out; + } + resolveRef(ref) { + return this.wrapFS(isomorphic_git_default.resolveRef({ ...this.getRepo(), ref })); + } + async pull() { + const progressNotice = this.showNotice("Initializing pull"); + try { + this.plugin.setState(2 /* pull */); + const localCommit = await this.resolveRef("HEAD"); + await this.fetch(); + const branchInfo = await this.branchInfo(); + await this.checkAuthorInfo(); + const mergeRes = await this.wrapFS( + isomorphic_git_default.merge({ + ...this.getRepo(), + ours: branchInfo.current, + theirs: branchInfo.tracking, + abortOnConflict: false + }) + ); + if (!mergeRes.alreadyMerged) { + await this.wrapFS( + isomorphic_git_default.checkout({ + ...this.getRepo(), + ref: branchInfo.current, + onProgress: (progress) => { + if (progressNotice !== void 0) { + progressNotice.noticeEl.innerText = this.getProgressText("Checkout", progress); + } + }, + remote: branchInfo.remote + }) + ); + } + progressNotice == null ? void 0 : progressNotice.hide(); + const upstreamCommit = await this.resolveRef("HEAD"); + const changedFiles = await this.getFileChangesCount( + localCommit, + upstreamCommit + ); + this.showNotice("Finished pull", false); + return changedFiles.map((file) => ({ + path: file.path, + working_dir: "P", + index: "P", + vault_path: this.getRelativeVaultPath(file.path) + })); + } catch (error) { + progressNotice == null ? void 0 : progressNotice.hide(); + if (error instanceof Errors.MergeConflictError) { + this.plugin.handleConflict( + error.data.filepaths.map( + (file) => this.getRelativeVaultPath(file) + ) + ); + } + this.plugin.displayError(error); + throw error; + } + } + async push() { + if (!await this.canPush()) { + return 0; + } + const progressNotice = this.showNotice("Initializing push"); + try { + this.plugin.setState(1 /* status */); + const status2 = await this.branchInfo(); + const trackingBranch = status2.tracking; + const currentBranch2 = status2.current; + const numChangedFiles = (await this.getFileChangesCount(currentBranch2, trackingBranch)).length; + this.plugin.setState(5 /* push */); + await this.wrapFS( + isomorphic_git_default.push({ + ...this.getRepo(), + onProgress: (progress) => { + if (progressNotice !== void 0) { + progressNotice.noticeEl.innerText = this.getProgressText("Pushing", progress); + } + } + }) + ); + progressNotice == null ? void 0 : progressNotice.hide(); + return numChangedFiles; + } catch (error) { + progressNotice == null ? void 0 : progressNotice.hide(); + this.plugin.displayError(error); + throw error; + } + } + async getUnpushedCommits() { + const status2 = await this.branchInfo(); + const trackingBranch = status2.tracking; + const currentBranch2 = status2.current; + if (trackingBranch == null || currentBranch2 == null) { + return 0; + } + const localCommit = await this.resolveRef(currentBranch2); + const upstreamCommit = await this.resolveRef(trackingBranch); + const changedFiles = await this.getFileChangesCount( + localCommit, + upstreamCommit + ); + return changedFiles.length; + } + async canPush() { + const status2 = await this.branchInfo(); + const trackingBranch = status2.tracking; + const currentBranch2 = status2.current; + const current = await this.resolveRef(currentBranch2); + const tracking = await this.resolveRef(trackingBranch); + return current != tracking; + } + async checkRequirements() { + const headExists = await this.plugin.app.vault.adapter.exists( + `${this.getRepo().dir}/.git/HEAD` + ); + return headExists ? "valid" : "missing-repo"; + } + async branchInfo() { + var _a2, _b; + try { + const current = await isomorphic_git_default.currentBranch(this.getRepo()) || ""; + const branches = await isomorphic_git_default.listBranches(this.getRepo()); + const remote = (_a2 = await this.getConfig(`branch.${current}.remote`)) != null ? _a2 : "origin"; + const trackingBranch = (_b = await this.getConfig(`branch.${current}.merge`)) == null ? void 0 : _b.split("refs/heads")[1]; + const tracking = trackingBranch ? remote + trackingBranch : void 0; + return { + current, + tracking, + branches, + remote + }; + } catch (error) { + this.plugin.displayError(error); + throw error; + } + } + async getCurrentRemote() { + var _a2; + const current = await isomorphic_git_default.currentBranch(this.getRepo()) || ""; + const remote = (_a2 = await this.getConfig(`branch.${current}.remote`)) != null ? _a2 : "origin"; + return remote; + } + async checkout(branch2, remote) { + try { + return this.wrapFS( + isomorphic_git_default.checkout({ + ...this.getRepo(), + ref: branch2, + force: !!remote, + remote + }) + ); + } catch (error) { + this.plugin.displayError(error); + throw error; + } + } + async createBranch(branch2) { + try { + await this.wrapFS( + isomorphic_git_default.branch({ ...this.getRepo(), ref: branch2, checkout: true }) + ); + } catch (error) { + this.plugin.displayError(error); + throw error; + } + } + async deleteBranch(branch2) { + try { + await this.wrapFS( + isomorphic_git_default.deleteBranch({ ...this.getRepo(), ref: branch2 }) + ); + } catch (error) { + this.plugin.displayError(error); + throw error; + } + } + async branchIsMerged(_) { + return true; + } + async init() { + try { + await this.wrapFS(isomorphic_git_default.init(this.getRepo())); + } catch (error) { + this.plugin.displayError(error); + throw error; + } + } + async clone(url, dir, depth) { + const progressNotice = this.showNotice("Initializing clone"); + try { + await this.wrapFS( + isomorphic_git_default.clone({ + ...this.getRepo(), + dir, + url, + depth, + onProgress: (progress) => { + if (progressNotice !== void 0) { + progressNotice.noticeEl.innerText = this.getProgressText("Cloning", progress); + } + } + }) + ); + progressNotice == null ? void 0 : progressNotice.hide(); + } catch (error) { + progressNotice == null ? void 0 : progressNotice.hide(); + this.plugin.displayError(error); + throw error; + } + } + async setConfig(path2, value) { + try { + return this.wrapFS( + isomorphic_git_default.setConfig({ + ...this.getRepo(), + path: path2, + value + }) + ); + } catch (error) { + this.plugin.displayError(error); + throw error; + } + } + async getConfig(path2) { + try { + return this.wrapFS( + isomorphic_git_default.getConfig({ + ...this.getRepo(), + path: path2 + }) + ); + } catch (error) { + this.plugin.displayError(error); + throw error; + } + } + async fetch(remote) { + const progressNotice = this.showNotice("Initializing fetch"); + try { + const args = { + ...this.getRepo(), + onProgress: (progress) => { + if (progressNotice !== void 0) { + progressNotice.noticeEl.innerText = this.getProgressText("Fetching", progress); + } + }, + remote: remote != null ? remote : await this.getCurrentRemote() + }; + await this.wrapFS(isomorphic_git_default.fetch(args)); + progressNotice == null ? void 0 : progressNotice.hide(); + } catch (error) { + this.plugin.displayError(error); + progressNotice == null ? void 0 : progressNotice.hide(); + throw error; + } + } + async setRemote(name, url) { + try { + await this.wrapFS( + isomorphic_git_default.addRemote({ + ...this.getRepo(), + remote: name, + url, + force: true + }) + ); + } catch (error) { + this.plugin.displayError(error); + throw error; + } + } + async getRemoteBranches(remote) { + let remoteBranches = []; + remoteBranches.push( + ...await this.wrapFS( + isomorphic_git_default.listBranches({ ...this.getRepo(), remote }) + ) + ); + remoteBranches.remove("HEAD"); + remoteBranches = remoteBranches.map((e) => `${remote}/${e}`); + return remoteBranches; + } + async getRemotes() { + return (await this.wrapFS(isomorphic_git_default.listRemotes({ ...this.getRepo() }))).map( + (remoteUrl) => remoteUrl.remote + ); + } + async removeRemote(remoteName) { + await this.wrapFS( + isomorphic_git_default.deleteRemote({ ...this.getRepo(), remote: remoteName }) + ); + } + async getRemoteUrl(remote) { + var _a2; + return (_a2 = (await this.wrapFS(isomorphic_git_default.listRemotes({ ...this.getRepo() }))).filter((item) => item.remote == remote)[0]) == null ? void 0 : _a2.url; + } + async log(_, __ = true, limit) { + const logs = await this.wrapFS( + isomorphic_git_default.log({ ...this.getRepo(), depth: limit }) + ); + return Promise.all( + logs.map(async (log2) => { + const completeMessage = log2.commit.message.split("\n\n"); + return { + message: completeMessage[0], + author: { + name: log2.commit.author.name, + email: log2.commit.author.email + }, + body: completeMessage.slice(1).join("\n\n"), + date: new Date( + log2.commit.committer.timestamp + ).toDateString(), + diff: { + changed: 0, + files: (await this.getFileChangesCount( + log2.commit.parent.first(), + log2.oid + )).map((item) => { + return { + path: item.path, + status: item.type, + vault_path: this.getRelativeVaultPath( + item.path + ), + hash: log2.oid, + binary: void 0 + }; + }) + }, + hash: log2.oid, + refs: [] + }; + }) + ); + } + updateBasePath(basePath) { + this.getRepo().dir = basePath; + } + async updateUpstreamBranch(remoteBranch) { + const [remote, branch2] = splitRemoteBranch(remoteBranch); + const branchInfo = await this.branchInfo(); + await this.setConfig( + `branch.${branchInfo.current}.merge`, + `refs/heads/${branch2}` + ); + await this.setConfig(`branch.${branch2}.remote`, remote); + } + updateGitPath(_) { + return; + } + async getFileChangesCount(commitHash1, commitHash2) { + return this.walkDifference({ + walkers: [ + isomorphic_git_default.TREE({ ref: commitHash1 }), + isomorphic_git_default.TREE({ ref: commitHash2 }) + ] + }); + } + async walkDifference({ + walkers, + dir: base + }) { + const res = await this.wrapFS( + isomorphic_git_default.walk({ + ...this.getRepo(), + trees: walkers, + map: async function(filepath, [A, B]) { + if (!worthWalking2(filepath, base)) { + return null; + } + if (await (A == null ? void 0 : A.type()) === "tree" || await (B == null ? void 0 : B.type()) === "tree") { + return; + } + const Aoid = await (A == null ? void 0 : A.oid()); + const Boid = await (B == null ? void 0 : B.oid()); + let type = "equal"; + if (Aoid !== Boid) { + type = "M"; + } + if (Aoid === void 0) { + type = "A"; + } + if (Boid === void 0) { + type = "D"; + } + if (Aoid === void 0 && Boid === void 0) { + console.log("Something weird happened:"); + console.log(A); + console.log(B); + } + if (type === "equal") { + return; + } + return { + path: filepath, + type + }; + } + }) + ); + return res; + } + async getStagedFiles(dir = ".") { + const res = await this.walkDifference({ + walkers: [isomorphic_git_default.TREE({ ref: "HEAD" }), isomorphic_git_default.STAGE()], + dir + }); + return res.map((file) => { + return { + vault_path: this.getRelativeVaultPath(file.path), + filepath: file.path + }; + }); + } + async getUnstagedFiles(base = ".") { + let notice; + const timeout = window.setTimeout(function() { + notice = new import_obsidian7.Notice( + "This takes longer: Getting status", + this.noticeLength + ); + }, 2e4); + try { + const repo = this.getRepo(); + const res = await this.wrapFS( + //Modified from `git.statusMatrix` + isomorphic_git_default.walk({ + ...repo, + trees: [isomorphic_git_default.WORKDIR(), isomorphic_git_default.STAGE()], + map: async function(filepath, [workdir, stage]) { + if (!stage && workdir) { + const isIgnored2 = await isomorphic_git_default.isIgnored({ + ...repo, + filepath + }); + if (isIgnored2) { + return null; + } + } + if (!worthWalking2(filepath, base)) { + return null; + } + const [workdirType, stageType] = await Promise.all([ + workdir && workdir.type(), + stage && stage.type() + ]); + const isBlob = [workdirType, stageType].includes( + "blob" + ); + if ((workdirType === "tree" || workdirType === "special") && !isBlob) + return; + if (stageType === "commit") return null; + if ((stageType === "tree" || stageType === "special") && !isBlob) + return; + const stageOid = stageType === "blob" ? await stage.oid() : void 0; + let workdirOid; + if (workdirType === "blob" && stageType !== "blob") { + workdirOid = "42"; + } else if (workdirType === "blob") { + workdirOid = await workdir.oid(); + } + if (!workdirOid) { + return { + filepath, + deleted: true + }; + } + if (workdirOid !== stageOid) { + return { + filepath, + deleted: false + }; + } + return null; + } + }) + ); + window.clearTimeout(timeout); + notice == null ? void 0 : notice.hide(); + return res; + } catch (error) { + window.clearTimeout(timeout); + notice == null ? void 0 : notice.hide(); + this.plugin.displayError(error); + throw error; + } + } + async getDiffString(filePath, stagedChanges = false, hash2) { + const vaultPath = this.getRelativeVaultPath(filePath); + const map = async (file, [A]) => { + if (filePath == file) { + const oid = await A.oid(); + const contents = await isomorphic_git_default.readBlob({ + ...this.getRepo(), + oid + }); + return contents.blob; + } + }; + if (hash2) { + const commitContent = await readBlob({ + ...this.getRepo(), + filepath: filePath, + oid: hash2 + }).then((headBlob) => new TextDecoder().decode(headBlob.blob)).catch((err) => { + if (err instanceof isomorphic_git_default.Errors.NotFoundError) + return void 0; + throw err; + }); + const commit2 = await isomorphic_git_default.readCommit({ + ...this.getRepo(), + oid: hash2 + }); + const previousContent = await readBlob({ + ...this.getRepo(), + filepath: filePath, + oid: commit2.commit.parent.first() + }).then((headBlob) => new TextDecoder().decode(headBlob.blob)).catch((err) => { + if (err instanceof isomorphic_git_default.Errors.NotFoundError) + return void 0; + throw err; + }); + const diff3 = createPatch( + vaultPath, + previousContent != null ? previousContent : "", + commitContent != null ? commitContent : "" + ); + return diff3; + } + const stagedBlob = (await isomorphic_git_default.walk({ + ...this.getRepo(), + trees: [isomorphic_git_default.STAGE()], + map + })).first(); + const stagedContent = new TextDecoder().decode(stagedBlob); + if (stagedChanges) { + const headContent = await this.resolveRef("HEAD").then( + (oid) => readBlob({ + ...this.getRepo(), + filepath: filePath, + oid + }) + ).then((headBlob) => new TextDecoder().decode(headBlob.blob)).catch((err) => { + if (err instanceof isomorphic_git_default.Errors.NotFoundError) + return void 0; + throw err; + }); + const diff3 = createPatch( + vaultPath, + headContent != null ? headContent : "", + stagedContent + ); + return diff3; + } else { + let workdirContent; + if (await this.app.vault.adapter.exists(vaultPath)) { + workdirContent = await this.app.vault.adapter.read(vaultPath); + } else { + workdirContent = ""; + } + const diff3 = createPatch(vaultPath, stagedContent, workdirContent); + return diff3; + } + } + async getLastCommitTime() { + const repo = this.getRepo(); + const oid = await this.resolveRef("HEAD"); + const commit2 = await isomorphic_git_default.readCommit({ ...repo, oid }); + const date = commit2.commit.committer.timestamp; + return new Date(date * 1e3); + } + getFileStatusResult(row) { + const status2 = this.status_mapping[`${row[this.HEAD]}${row[this.WORKDIR]}${row[this.STAGE]}`]; + return { + index: status2[0] == "?" ? "U" : status2[0], + working_dir: status2[1] == "?" ? "U" : status2[1], + path: row[this.FILE], + vault_path: this.getRelativeVaultPath(row[this.FILE]) + }; + } + async checkAuthorInfo() { + const name = await this.getConfig("user.name"); + const email = await this.getConfig("user.email"); + if (!name || !email) { + throw "Git author information is not set. Please set it in the settings."; + } + } + showNotice(message, infinity = true) { + if (!this.plugin.settings.disablePopups) { + return new import_obsidian7.Notice( + message, + infinity ? this.noticeLength : void 0 + ); + } + } +}; +function fromValue2(value) { + let queue = [value]; + return { + next() { + return Promise.resolve({ + done: queue.length === 0, + value: queue.pop() + }); + }, + return() { + queue = []; + return {}; + }, + [Symbol.asyncIterator]() { + return this; + } + }; +} +function getIterator2(iterable) { + if (iterable[Symbol.asyncIterator]) { + return iterable[Symbol.asyncIterator](); + } + if (iterable[Symbol.iterator]) { + return iterable[Symbol.iterator](); + } + if (iterable.next) { + return iterable; + } + return fromValue2(iterable); +} +async function forAwait2(iterable, cb) { + const iter = getIterator2(iterable); + while (true) { + const { value, done } = await iter.next(); + if (value) await cb(value); + if (done) break; + } + if (iter.return) iter.return(); +} +async function collect2(iterable) { + let size = 0; + const buffers = []; + await forAwait2(iterable, (value) => { + buffers.push(value); + size += value.byteLength; + }); + const result = new Uint8Array(size); + let nextIndex = 0; + for (const buffer2 of buffers) { + result.set(buffer2, nextIndex); + nextIndex += buffer2.byteLength; + } + return result; +} + +// src/setting/settings.ts +var FORMAT_STRING_REFERENCE_URL = "https://momentjs.com/docs/#/parsing/string-format/"; +var LINE_AUTHOR_FEATURE_WIKI_LINK = "https://publish.obsidian.md/git-doc/Line+Authoring"; +var ObsidianGitSettingsTab = class extends import_obsidian8.PluginSettingTab { + constructor(app2, plugin) { + super(app2, plugin); + this.plugin = plugin; + this.lineAuthorColorSettings = /* @__PURE__ */ new Map(); + } + get settings() { + return this.plugin.settings; + } + display() { + const { containerEl } = this; + const plugin = this.plugin; + const commitOrBackup = plugin.settings.differentIntervalCommitAndPush ? "commit" : "backup"; + const gitReady = plugin.gitReady; + containerEl.empty(); + if (!gitReady) { + containerEl.createEl("p", { + text: "Git is not ready. When all settings are correct you can configure auto backup, etc." + }); + containerEl.createEl("br"); + } + if (gitReady) { + new import_obsidian8.Setting(containerEl).setName("Automatic").setHeading(); + new import_obsidian8.Setting(containerEl).setName("Split automatic commit and push").setDesc("Enable to use separate timer for commit and push").addToggle( + (toggle) => toggle.setValue( + plugin.settings.differentIntervalCommitAndPush + ).onChange((value) => { + plugin.settings.differentIntervalCommitAndPush = value; + plugin.saveSettings(); + plugin.clearAutoBackup(); + plugin.clearAutoPush(); + if (plugin.settings.autoSaveInterval > 0) { + plugin.startAutoBackup( + plugin.settings.autoSaveInterval + ); + } + if (value && plugin.settings.autoPushInterval > 0) { + plugin.startAutoPush( + plugin.settings.autoPushInterval + ); + } + this.display(); + }) + ); + new import_obsidian8.Setting(containerEl).setName(`Vault ${commitOrBackup} interval (minutes)`).setDesc( + `${plugin.settings.differentIntervalCommitAndPush ? "Commit" : "Commit and push"} changes every X minutes. Set to 0 (default) to disable. (See below setting for further configuration!)` + ).addText( + (text2) => text2.setValue(String(plugin.settings.autoSaveInterval)).onChange((value) => { + if (!isNaN(Number(value))) { + plugin.settings.autoSaveInterval = Number(value); + plugin.saveSettings(); + if (plugin.settings.autoSaveInterval > 0) { + plugin.clearAutoBackup(); + plugin.startAutoBackup( + plugin.settings.autoSaveInterval + ); + new import_obsidian8.Notice( + `Automatic ${commitOrBackup} enabled! Every ${formatMinutes( + plugin.settings.autoSaveInterval + )}.` + ); + } else if (plugin.settings.autoSaveInterval <= 0) { + plugin.clearAutoBackup() && new import_obsidian8.Notice( + `Automatic ${commitOrBackup} disabled!` + ); + } + } else { + new import_obsidian8.Notice("Please specify a valid number."); + } + }) + ); + if (!plugin.settings.setLastSaveToLastCommit) + new import_obsidian8.Setting(containerEl).setName(`Auto Backup after stopping file edits`).setDesc( + `Requires the ${commitOrBackup} interval not to be 0. + If turned on, do auto ${commitOrBackup} every ${formatMinutes( + plugin.settings.autoSaveInterval + )} after stopping file edits. + This also prevents auto ${commitOrBackup} while editing a file. If turned off, it's independent from the last change.` + ).addToggle( + (toggle) => toggle.setValue(plugin.settings.autoBackupAfterFileChange).onChange((value) => { + plugin.settings.autoBackupAfterFileChange = value; + this.display(); + plugin.saveSettings(); + plugin.clearAutoBackup(); + if (plugin.settings.autoSaveInterval > 0) { + plugin.startAutoBackup( + plugin.settings.autoSaveInterval + ); + } + }) + ); + if (!plugin.settings.autoBackupAfterFileChange) + new import_obsidian8.Setting(containerEl).setName(`Auto ${commitOrBackup} after latest commit`).setDesc( + `If turned on, set last auto ${commitOrBackup} time to latest commit` + ).addToggle( + (toggle) => toggle.setValue(plugin.settings.setLastSaveToLastCommit).onChange(async (value) => { + plugin.settings.setLastSaveToLastCommit = value; + plugin.saveSettings(); + this.display(); + plugin.clearAutoBackup(); + await plugin.setUpAutoBackup(); + }) + ); + if (plugin.settings.differentIntervalCommitAndPush) { + new import_obsidian8.Setting(containerEl).setName(`Vault push interval (minutes)`).setDesc( + "Push changes every X minutes. Set to 0 (default) to disable." + ).addText( + (text2) => text2.setValue(String(plugin.settings.autoPushInterval)).onChange((value) => { + if (!isNaN(Number(value))) { + plugin.settings.autoPushInterval = Number(value); + plugin.saveSettings(); + if (plugin.settings.autoPushInterval > 0) { + plugin.clearAutoPush(); + plugin.startAutoPush( + plugin.settings.autoPushInterval + ); + new import_obsidian8.Notice( + `Automatic push enabled! Every ${formatMinutes( + plugin.settings.autoPushInterval + )}.` + ); + } else if (plugin.settings.autoPushInterval <= 0) { + plugin.clearAutoPush() && new import_obsidian8.Notice( + "Automatic push disabled!" + ); + } + } else { + new import_obsidian8.Notice( + "Please specify a valid number." + ); + } + }) + ); + } + new import_obsidian8.Setting(containerEl).setName("Auto pull interval (minutes)").setDesc( + "Pull changes every X minutes. Set to 0 (default) to disable." + ).addText( + (text2) => text2.setValue(String(plugin.settings.autoPullInterval)).onChange((value) => { + if (!isNaN(Number(value))) { + plugin.settings.autoPullInterval = Number(value); + plugin.saveSettings(); + if (plugin.settings.autoPullInterval > 0) { + plugin.clearAutoPull(); + plugin.startAutoPull( + plugin.settings.autoPullInterval + ); + new import_obsidian8.Notice( + `Automatic pull enabled! Every ${formatMinutes( + plugin.settings.autoPullInterval + )}.` + ); + } else if (plugin.settings.autoPullInterval <= 0) { + plugin.clearAutoPull() && new import_obsidian8.Notice("Automatic pull disabled!"); + } + } else { + new import_obsidian8.Notice("Please specify a valid number."); + } + }) + ); + new import_obsidian8.Setting(containerEl).setName("Specify custom commit message on auto backup").setDesc("You will get a pop up to specify your message").addToggle( + (toggle) => toggle.setValue(plugin.settings.customMessageOnAutoBackup).onChange((value) => { + plugin.settings.customMessageOnAutoBackup = value; + plugin.saveSettings(); + }) + ); + new import_obsidian8.Setting(containerEl).setName("Commit message on auto backup/commit").setDesc( + "Available placeholders: {{date}} (see below), {{hostname}} (see below), {{numFiles}} (number of changed files in the commit) and {{files}} (changed files in commit message)" + ).addTextArea( + (text2) => text2.setPlaceholder("vault backup: {{date}}").setValue(plugin.settings.autoCommitMessage).onChange((value) => { + plugin.settings.autoCommitMessage = value; + plugin.saveSettings(); + }) + ); + new import_obsidian8.Setting(containerEl).setName("Commit message").setHeading(); + new import_obsidian8.Setting(containerEl).setName("Commit message on manual backup/commit").setDesc( + "Available placeholders: {{date}} (see below), {{hostname}} (see below), {{numFiles}} (number of changed files in the commit) and {{files}} (changed files in commit message)" + ).addTextArea( + (text2) => text2.setPlaceholder("vault backup: {{date}}").setValue( + plugin.settings.commitMessage ? plugin.settings.commitMessage : "" + ).onChange((value) => { + plugin.settings.commitMessage = value; + plugin.saveSettings(); + }) + ); + const datePlaceholderSetting = new import_obsidian8.Setting(containerEl).setName("{{date}} placeholder format").addText( + (text2) => text2.setPlaceholder(plugin.settings.commitDateFormat).setValue(plugin.settings.commitDateFormat).onChange(async (value) => { + plugin.settings.commitDateFormat = value; + await plugin.saveSettings(); + }) + ); + datePlaceholderSetting.descEl.innerHTML = ` + Specify custom date format. E.g. "${DATE_TIME_FORMAT_SECONDS}. See Moment.js for more formats.`; + new import_obsidian8.Setting(containerEl).setName("{{hostname}} placeholder replacement").setDesc("Specify custom hostname for every device.").addText( + (text2) => { + var _a2; + return text2.setValue((_a2 = plugin.localStorage.getHostname()) != null ? _a2 : "").onChange(async (value) => { + plugin.localStorage.setHostname(value); + }); + } + ); + new import_obsidian8.Setting(containerEl).setName("Preview commit message").addButton( + (button) => button.setButtonText("Preview").onClick(async () => { + const commitMessagePreview = await plugin.gitManager.formatCommitMessage( + plugin.settings.commitMessage + ); + new import_obsidian8.Notice(`${commitMessagePreview}`); + }) + ); + new import_obsidian8.Setting(containerEl).setName("List filenames affected by commit in the commit body").addToggle( + (toggle) => toggle.setValue(plugin.settings.listChangedFilesInMessageBody).onChange((value) => { + plugin.settings.listChangedFilesInMessageBody = value; + plugin.saveSettings(); + }) + ); + new import_obsidian8.Setting(containerEl).setName("Backup").setHeading(); + if (plugin.gitManager instanceof SimpleGit) + new import_obsidian8.Setting(containerEl).setName("Sync Method").setDesc( + "Selects the method used for handling new changes found in your remote git repository." + ).addDropdown((dropdown) => { + const options = { + merge: "Merge", + rebase: "Rebase", + reset: "Other sync service (Only updates the HEAD without touching the working directory)" + }; + dropdown.addOptions(options); + dropdown.setValue(plugin.settings.syncMethod); + dropdown.onChange(async (option) => { + plugin.settings.syncMethod = option; + plugin.saveSettings(); + }); + }); + new import_obsidian8.Setting(containerEl).setName("Pull updates on startup").setDesc("Automatically pull updates when Obsidian starts").addToggle( + (toggle) => toggle.setValue(plugin.settings.autoPullOnBoot).onChange((value) => { + plugin.settings.autoPullOnBoot = value; + plugin.saveSettings(); + }) + ); + new import_obsidian8.Setting(containerEl).setName("Push on backup").setDesc("Disable to only commit changes").addToggle( + (toggle) => toggle.setValue(!plugin.settings.disablePush).onChange((value) => { + plugin.settings.disablePush = !value; + plugin.saveSettings(); + }) + ); + new import_obsidian8.Setting(containerEl).setName("Pull changes before push").setDesc("Commit -> pull -> push (Only if pushing is enabled)").addToggle( + (toggle) => toggle.setValue(plugin.settings.pullBeforePush).onChange((value) => { + plugin.settings.pullBeforePush = value; + plugin.saveSettings(); + }) + ); + if (plugin.gitManager instanceof SimpleGit) { + new import_obsidian8.Setting(containerEl).setName("Line author information").setHeading(); + this.addLineAuthorInfoSettings(); + } + } + new import_obsidian8.Setting(containerEl).setName("History view").setHeading(); + new import_obsidian8.Setting(containerEl).setName("Show Author").setDesc("Show the author of the commit in the history view").addDropdown((dropdown) => { + const options = { + hide: "Hide", + full: "Full", + initials: "Initials" + }; + dropdown.addOptions(options); + dropdown.setValue(plugin.settings.authorInHistoryView); + dropdown.onChange(async (option) => { + plugin.settings.authorInHistoryView = option; + plugin.saveSettings(); + plugin.refresh(); + }); + }); + new import_obsidian8.Setting(containerEl).setName("Show Date").setDesc( + "Show the date of the commit in the history view. The {{date}} placeholder format is used to display the date." + ).addToggle( + (toggle) => toggle.setValue(plugin.settings.dateInHistoryView).onChange((value) => { + plugin.settings.dateInHistoryView = value; + plugin.saveSettings(); + plugin.refresh(); + }) + ); + new import_obsidian8.Setting(containerEl).setName("Source control view").setHeading(); + new import_obsidian8.Setting(containerEl).setName( + "Automatically refresh source control view on file changes" + ).setDesc( + "On slower machines this may cause lags. If so, just disable this option" + ).addToggle( + (toggle) => toggle.setValue(plugin.settings.refreshSourceControl).onChange((value) => { + plugin.settings.refreshSourceControl = value; + plugin.saveSettings(); + }) + ); + new import_obsidian8.Setting(containerEl).setName("Source control view refresh interval").setDesc( + "Milliseconds to wait after file change before refreshing the Source Control View" + ).addText( + (toggle) => toggle.setValue( + plugin.settings.refreshSourceControlTimer.toString() + ).setPlaceholder("7000").onChange((value) => { + plugin.settings.refreshSourceControlTimer = Math.max( + parseInt(value), + 500 + ); + plugin.saveSettings(); + plugin.setRefreshDebouncer(); + }) + ); + new import_obsidian8.Setting(containerEl).setName("Miscellaneous").setHeading(); + new import_obsidian8.Setting(containerEl).setName("Disable notifications").setDesc( + "Disable notifications for git operations to minimize distraction (refer to status bar for updates). Errors are still shown as notifications even if you enable this setting" + ).addToggle( + (toggle) => toggle.setValue(plugin.settings.disablePopups).onChange((value) => { + plugin.settings.disablePopups = value; + this.display(); + plugin.saveSettings(); + }) + ); + if (!plugin.settings.disablePopups) + new import_obsidian8.Setting(containerEl).setName("Hide notifications for no changes").setDesc( + "Don't show notifications when there are no changes to commit/push" + ).addToggle( + (toggle) => toggle.setValue(plugin.settings.disablePopupsForNoChanges).onChange((value) => { + plugin.settings.disablePopupsForNoChanges = value; + plugin.saveSettings(); + }) + ); + new import_obsidian8.Setting(containerEl).setName("Show status bar").setDesc( + "Obsidian must be restarted for the changes to take affect" + ).addToggle( + (toggle) => toggle.setValue(plugin.settings.showStatusBar).onChange((value) => { + plugin.settings.showStatusBar = value; + plugin.saveSettings(); + }) + ); + new import_obsidian8.Setting(containerEl).setName("Show stage/unstage button in file menu").addToggle( + (toggle) => toggle.setValue(plugin.settings.showFileMenu).onChange((value) => { + plugin.settings.showFileMenu = value; + plugin.saveSettings(); + }) + ); + new import_obsidian8.Setting(containerEl).setName("Show branch status bar").setDesc( + "Obsidian must be restarted for the changes to take affect" + ).addToggle( + (toggle) => toggle.setValue(plugin.settings.showBranchStatusBar).onChange((value) => { + plugin.settings.showBranchStatusBar = value; + plugin.saveSettings(); + }) + ); + new import_obsidian8.Setting(containerEl).setName("Show the count of modified files in the status bar").addToggle( + (toggle) => toggle.setValue(plugin.settings.changedFilesInStatusBar).onChange((value) => { + plugin.settings.changedFilesInStatusBar = value; + plugin.saveSettings(); + }) + ); + if (plugin.gitManager instanceof IsomorphicGit) { + new import_obsidian8.Setting(containerEl).setName("Authentication/commit author").setHeading(); + } else { + new import_obsidian8.Setting(containerEl).setName("Commit author").setHeading(); + } + if (plugin.gitManager instanceof IsomorphicGit) + new import_obsidian8.Setting(containerEl).setName( + "Username on your git server. E.g. your username on GitHub" + ).addText((cb) => { + var _a2; + cb.setValue((_a2 = plugin.localStorage.getUsername()) != null ? _a2 : ""); + cb.onChange((value) => { + plugin.localStorage.setUsername(value); + }); + }); + if (plugin.gitManager instanceof IsomorphicGit) + new import_obsidian8.Setting(containerEl).setName("Password/Personal access token").setDesc( + "Type in your password. You won't be able to see it again." + ).addText((cb) => { + cb.inputEl.autocapitalize = "off"; + cb.inputEl.autocomplete = "off"; + cb.inputEl.spellcheck = false; + cb.onChange((value) => { + plugin.localStorage.setPassword(value); + }); + }); + if (plugin.gitReady) + new import_obsidian8.Setting(containerEl).setName("Author name for commit").addText(async (cb) => { + cb.setValue(await plugin.gitManager.getConfig("user.name")); + cb.onChange((value) => { + plugin.gitManager.setConfig( + "user.name", + value == "" ? void 0 : value + ); + }); + }); + if (plugin.gitReady) + new import_obsidian8.Setting(containerEl).setName("Author email for commit").addText(async (cb) => { + cb.setValue( + await plugin.gitManager.getConfig("user.email") + ); + cb.onChange((value) => { + plugin.gitManager.setConfig( + "user.email", + value == "" ? void 0 : value + ); + }); + }); + new import_obsidian8.Setting(containerEl).setName("Advanced").setHeading(); + if (plugin.gitManager instanceof SimpleGit) { + new import_obsidian8.Setting(containerEl).setName("Update submodules").setDesc( + '"Create backup" and "pull" takes care of submodules. Missing features: Conflicted files, count of pulled/pushed/committed files. Tracking branch needs to be set for each submodule' + ).addToggle( + (toggle) => toggle.setValue(plugin.settings.updateSubmodules).onChange((value) => { + plugin.settings.updateSubmodules = value; + plugin.saveSettings(); + }) + ); + if (plugin.settings.updateSubmodules) { + new import_obsidian8.Setting(containerEl).setName("Submodule recurse checkout/switch").setDesc( + "Whenever a checkout happens on the root repository, recurse the checkout on the submodules (if the branches exist)." + ).addToggle( + (toggle) => toggle.setValue(plugin.settings.submoduleRecurseCheckout).onChange((value) => { + plugin.settings.submoduleRecurseCheckout = value; + plugin.saveSettings(); + }) + ); + } + } + if (plugin.gitManager instanceof SimpleGit) + new import_obsidian8.Setting(containerEl).setName("Custom Git binary path").addText((cb) => { + var _a2; + cb.setValue((_a2 = plugin.localStorage.getGitPath()) != null ? _a2 : ""); + cb.setPlaceholder("git"); + cb.onChange((value) => { + plugin.localStorage.setGitPath(value); + plugin.gitManager.updateGitPath(value || "git"); + }); + }); + if (plugin.gitManager instanceof SimpleGit) + new import_obsidian8.Setting(containerEl).setName("Additional environment variables").setDesc( + "Use each line for a new environment variable in the format KEY=VALUE" + ).addTextArea((cb) => { + cb.setPlaceholder("GIT_DIR=/path/to/git/dir"); + cb.setValue(plugin.localStorage.getEnvVars().join("\n")); + cb.onChange((value) => { + plugin.localStorage.setEnvVars(value.split("\n")); + }); + }); + if (plugin.gitManager instanceof SimpleGit) + new import_obsidian8.Setting(containerEl).setName("Additional PATH environment variable paths").setDesc("Use each line for one path").addTextArea((cb) => { + cb.setValue(plugin.localStorage.getPATHPaths().join("\n")); + cb.onChange((value) => { + plugin.localStorage.setPATHPaths(value.split("\n")); + }); + }); + if (plugin.gitManager instanceof SimpleGit) + new import_obsidian8.Setting(containerEl).setName("Reload with new environment variables").setDesc( + "Removing previously added environment variables will not take effect until Obsidian is restarted." + ).addButton((cb) => { + cb.setButtonText("Reload"); + cb.setCta(); + cb.onClick(() => { + plugin.gitManager.setGitInstance(); + }); + }); + new import_obsidian8.Setting(containerEl).setName("Custom base path (Git repository path)").setDesc( + ` + Sets the relative path to the vault from which the Git binary should be executed. + Mostly used to set the path to the Git repository, which is only required if the Git repository is below the vault root directory. Use "\\" instead of "/" on Windows. + ` + ).addText((cb) => { + cb.setValue(plugin.settings.basePath); + cb.setPlaceholder("directory/directory-with-git-repo"); + cb.onChange((value) => { + plugin.settings.basePath = value; + plugin.saveSettings(); + plugin.gitManager.updateBasePath(value || ""); + }); + }); + new import_obsidian8.Setting(containerEl).setName("Custom Git directory path (Instead of '.git')").setDesc( + `Requires restart of Obsidian to take effect. Use "\\" instead of "/" on Windows.` + ).addText((cb) => { + cb.setValue(plugin.settings.gitDir); + cb.setPlaceholder(".git"); + cb.onChange((value) => { + plugin.settings.gitDir = value; + plugin.saveSettings(); + }); + }); + new import_obsidian8.Setting(containerEl).setName("Disable on this device").setDesc( + "Disables the plugin on this device. This setting is not synced." + ).addToggle( + (toggle) => toggle.setValue(plugin.localStorage.getPluginDisabled()).onChange((value) => { + plugin.localStorage.setPluginDisabled(value); + if (value) { + plugin.unloadPlugin(); + } else { + plugin.loadPlugin(); + } + new import_obsidian8.Notice( + "Obsidian must be restarted for the changes to take affect" + ); + }) + ); + new import_obsidian8.Setting(containerEl).setName("Donate").setDesc( + "If you like this Plugin, consider donating to support continued development." + ).addButton((bt) => { + bt.buttonEl.outerHTML = "Buy Me a Coffee at ko-fi.com"; + }); + const info = containerEl.createDiv(); + info.setAttr("align", "center"); + info.setText( + "Debugging and logging:\nYou can always see the logs of this and every other plugin by opening the console with" + ); + const keys = containerEl.createDiv(); + keys.setAttr("align", "center"); + keys.addClass("obsidian-git-shortcuts"); + if (import_obsidian8.Platform.isMacOS === true) { + keys.createEl("kbd", { text: "CMD (\u2318) + OPTION (\u2325) + I" }); + } else { + keys.createEl("kbd", { text: "CTRL + SHIFT + I" }); + } + } + configureLineAuthorShowStatus(show) { + this.settings.lineAuthor.show = show; + this.plugin.saveSettings(); + if (show) this.plugin.lineAuthoringFeature.activateFeature(); + else this.plugin.lineAuthoringFeature.deactivateFeature(); + } + /** + * Persists the setting {@link key} with value {@link value} and + * refreshes the line author info views. + */ + lineAuthorSettingHandler(key2, value) { + this.settings.lineAuthor[key2] = value; + this.plugin.saveSettings(); + this.plugin.lineAuthoringFeature.refreshLineAuthorViews(); + } + /** + * Ensure, that certain last shown values are persisten in the settings. + * + * Necessary for the line author info gutter context menus. + */ + beforeSaveSettings() { + const laSettings = this.settings.lineAuthor; + if (laSettings.authorDisplay !== "hide") { + laSettings.lastShownAuthorDisplay = laSettings.authorDisplay; + } + if (laSettings.dateTimeFormatOptions !== "hide") { + laSettings.lastShownDateTimeFormatOptions = laSettings.dateTimeFormatOptions; + } + } + addLineAuthorInfoSettings() { + const baseLineAuthorInfoSetting = new import_obsidian8.Setting(this.containerEl).setName( + "Show commit authoring information next to each line" + ); + if (!this.plugin.lineAuthoringFeature.isAvailableOnCurrentPlatform()) { + baseLineAuthorInfoSetting.setDesc("Only available on desktop currently.").setDisabled(true); + } + baseLineAuthorInfoSetting.descEl.innerHTML = ` + Feature guide and quick examples
+ The commit hash, author name and authoring date can all be individually toggled.
Hide everything, to only show the age-colored sidebar.`; + baseLineAuthorInfoSetting.addToggle( + (toggle) => toggle.setValue(this.settings.lineAuthor.show).onChange((value) => { + this.configureLineAuthorShowStatus(value); + this.display(); + }) + ); + if (this.settings.lineAuthor.show) { + const trackMovement = new import_obsidian8.Setting(this.containerEl).setName("Follow movement and copies across files and commits").setDesc("").addDropdown((dropdown) => { + dropdown.addOptions({ + inactive: "Do not follow (default)", + "same-commit": "Follow within same commit", + "all-commits": "Follow within all commits (maybe slow)" + }); + dropdown.setValue(this.settings.lineAuthor.followMovement); + dropdown.onChange( + (value) => this.lineAuthorSettingHandler("followMovement", value) + ); + }); + trackMovement.descEl.innerHTML = ` + By default (deactivated), each line only shows the newest commit where it was changed. +
+ With same commit, cut-copy-paste-ing of text is followed within the same commit and the original commit of authoring will be shown. +
+ With all commits, cut-copy-paste-ing text inbetween multiple commits will be detected. +
+ It uses git-blame and + for matches (at least ${GIT_LINE_AUTHORING_MOVEMENT_DETECTION_MINIMAL_LENGTH} characters) within the same (or all) commit(s), the originating commit's information is shown.`; + new import_obsidian8.Setting(this.containerEl).setName("Show commit hash").addToggle((tgl) => { + tgl.setValue(this.settings.lineAuthor.showCommitHash); + tgl.onChange( + async (value) => this.lineAuthorSettingHandler("showCommitHash", value) + ); + }); + new import_obsidian8.Setting(this.containerEl).setName("Author name display").setDesc("If and how the author is displayed").addDropdown((dropdown) => { + const options = { + hide: "Hide", + initials: "Initials (default)", + "first name": "First name", + "last name": "Last name", + full: "Full name" + }; + dropdown.addOptions(options); + dropdown.setValue(this.settings.lineAuthor.authorDisplay); + dropdown.onChange( + async (value) => this.lineAuthorSettingHandler("authorDisplay", value) + ); + }); + new import_obsidian8.Setting(this.containerEl).setName("Authoring date display").setDesc( + "If and how the date and time of authoring the line is displayed" + ).addDropdown((dropdown) => { + const options = { + hide: "Hide", + date: "Date (default)", + datetime: "Date and time", + "natural language": "Natural language", + custom: "Custom" + }; + dropdown.addOptions(options); + dropdown.setValue( + this.settings.lineAuthor.dateTimeFormatOptions + ); + dropdown.onChange( + async (value) => { + this.lineAuthorSettingHandler( + "dateTimeFormatOptions", + value + ); + this.display(); + } + ); + }); + if (this.settings.lineAuthor.dateTimeFormatOptions === "custom") { + const dateTimeFormatCustomStringSetting = new import_obsidian8.Setting( + this.containerEl + ); + dateTimeFormatCustomStringSetting.setName("Custom authoring date format").addText((cb) => { + cb.setValue( + this.settings.lineAuthor.dateTimeFormatCustomString + ); + cb.setPlaceholder("YYYY-MM-DD HH:mm"); + cb.onChange((value) => { + this.lineAuthorSettingHandler( + "dateTimeFormatCustomString", + value + ); + dateTimeFormatCustomStringSetting.descEl.innerHTML = this.previewCustomDateTimeDescriptionHtml( + value + ); + }); + }); + dateTimeFormatCustomStringSetting.descEl.innerHTML = this.previewCustomDateTimeDescriptionHtml( + this.settings.lineAuthor.dateTimeFormatCustomString + ); + } + new import_obsidian8.Setting(this.containerEl).setName("Authoring date display timezone").addDropdown((dropdown) => { + const options = { + "viewer-local": "My local (default)", + "author-local": "Author's local", + utc0000: "UTC+0000/Z" + }; + dropdown.addOptions(options); + dropdown.setValue( + this.settings.lineAuthor.dateTimeTimezone + ); + dropdown.onChange( + async (value) => this.lineAuthorSettingHandler("dateTimeTimezone", value) + ); + }).descEl.innerHTML = ` + The time-zone in which the authoring date should be shown. + Either your local time-zone (default), + the author's time-zone during commit creation or + UTC\xB100:00. + `; + const oldestAgeSetting = new import_obsidian8.Setting(this.containerEl).setName( + "Oldest age in coloring" + ); + oldestAgeSetting.descEl.innerHTML = this.previewOldestAgeDescriptionHtml( + this.settings.lineAuthor.coloringMaxAge + )[0]; + oldestAgeSetting.addText((text2) => { + text2.setPlaceholder("1y"); + text2.setValue(this.settings.lineAuthor.coloringMaxAge); + text2.onChange((value) => { + const [preview, valid] = this.previewOldestAgeDescriptionHtml(value); + oldestAgeSetting.descEl.innerHTML = preview; + if (valid) { + this.lineAuthorSettingHandler("coloringMaxAge", value); + this.refreshColorSettingsName("oldest"); + } + }); + }); + this.createColorSetting("newest"); + this.createColorSetting("oldest"); + new import_obsidian8.Setting(this.containerEl).setName("Text color").addText((field) => { + field.setValue(this.settings.lineAuthor.textColorCss); + field.onChange((value) => { + this.lineAuthorSettingHandler("textColorCss", value); + }); + }).descEl.innerHTML = ` + The CSS color of the gutter text.
+ + It is higly recommended to use + + CSS variables + defined by themes + (e.g.
var(--text-muted)
or +
var(--text-on-accent)
, + because they automatically adapt to theme changes.
+ + See: + List of available CSS variables in Obsidian + + `; + new import_obsidian8.Setting(this.containerEl).setName("Ignore whitespace and newlines in changes").addToggle((tgl) => { + tgl.setValue(this.settings.lineAuthor.ignoreWhitespace); + tgl.onChange( + (value) => this.lineAuthorSettingHandler("ignoreWhitespace", value) + ); + }).descEl.innerHTML = ` + Whitespace and newlines are interpreted as + part of the document and in changes + by default (hence not ignored). + This makes the last line being shown as 'changed' + when a new subsequent line is added, + even if the previously last line's text is the same. +
+ If you don't care about purely-whitespace changes + (e.g. list nesting / quote indentation changes), + then activating this will provide more meaningful change detection. + `; + } + } + createColorSetting(which) { + const setting = new import_obsidian8.Setting(this.containerEl).setName("").addText((text2) => { + const color = pickColor(which, this.settings.lineAuthor); + const defaultColor = pickColor( + which, + DEFAULT_SETTINGS.lineAuthor + ); + text2.setPlaceholder(rgbToString(defaultColor)); + text2.setValue(rgbToString(color)); + text2.onChange((colorNew) => { + const rgb = convertToRgb(colorNew); + if (rgb !== void 0) { + const key2 = which === "newest" ? "colorNew" : "colorOld"; + this.lineAuthorSettingHandler(key2, rgb); + } + this.refreshColorSettingsDesc(which, rgb); + }); + }); + this.lineAuthorColorSettings.set(which, setting); + this.refreshColorSettingsName(which); + this.refreshColorSettingsDesc( + which, + pickColor(which, this.settings.lineAuthor) + ); + } + refreshColorSettingsName(which) { + const settingsDom = this.lineAuthorColorSettings.get(which); + if (settingsDom) { + const whichDescriber = which === "oldest" ? `oldest (${this.settings.lineAuthor.coloringMaxAge} or older)` : "newest"; + settingsDom.nameEl.innerText = `Color for ${whichDescriber} commits`; + } + } + refreshColorSettingsDesc(which, rgb) { + const settingsDom = this.lineAuthorColorSettings.get(which); + if (settingsDom) { + settingsDom.descEl.innerHTML = this.colorSettingPreviewDescHtml( + which, + this.settings.lineAuthor, + rgb !== void 0 + ); + } + } + colorSettingPreviewDescHtml(which, laSettings, colorIsValid) { + const rgbStr = colorIsValid ? previewColor(which, laSettings) : `rgba(127,127,127,0.3)`; + const today = import_obsidian8.moment.unix(import_obsidian8.moment.now() / 1e3).format("YYYY-MM-DD"); + const text2 = colorIsValid ? `abcdef Author Name ${today}` : "invalid color"; + const preview = `
${text2}
`; + return `Supports 'rgb(r,g,b)', 'hsl(h,s,l)', hex (#) and + named colors (e.g. 'black', 'purple'). Color preview: ${preview}`; + } + previewCustomDateTimeDescriptionHtml(dateTimeFormatCustomString) { + const formattedDateTime = (0, import_obsidian8.moment)().format(dateTimeFormatCustomString); + return `
Format string to display the authoring date.
Currently: ${formattedDateTime}`; + } + previewOldestAgeDescriptionHtml(coloringMaxAge) { + const duration = parseColoringMaxAgeDuration(coloringMaxAge); + const durationString = duration !== void 0 ? `${duration.asDays()} days` : "invalid!"; + return [ + `The oldest age in the line author coloring. Everything older will have the same color. +
Smallest valid age is "1d". Currently: ${durationString}`, + duration + ]; + } +}; +function pickColor(which, las) { + return which === "oldest" ? las.colorOld : las.colorNew; +} +function parseColoringMaxAgeDuration(durationString) { + const duration = import_obsidian8.moment.duration("P" + durationString.toUpperCase()); + return duration.isValid() && duration.asDays() && duration.asDays() >= 1 ? duration : void 0; +} + +// src/lineAuthor/model.ts +function lineAuthoringId(head, objHash, path2) { + if (head === void 0 || objHash === void 0 || path2 === void 0) { + return void 0; + } + return `head${head}-obj${objHash}-path${path2}`; +} +var LineAuthoringContainerType = import_state.Annotation.define(); +function newComputationResultAsTransaction(key2, la, state) { + return state.update({ + annotations: LineAuthoringContainerType.of({ + key: key2, + la, + lineOffsetsFromUnsavedChanges: /* @__PURE__ */ new Map() + }) + }); +} +function getLineAuthorAnnotation(tr) { + return tr.annotation(LineAuthoringContainerType); +} +var lineAuthorState = import_state.StateField.define({ + create: (_state) => void 0, + /** + * The state can be updated from either an annotated transaction containing + * the newest line authoring (for the saved document) - or from + * unsaved changes of the document as the user is actively typing in the editor. + * + * In the first case, we take the new line authoring and discard anything we had remembered + * from unsaved changes. In the second case, we use the unsaved changes in {@link enrichUnsavedChanges} to pre-compute information to immediately update the + * line author gutter without needing to wait until the document is saved and the + * line authoring is properly computed. + */ + update: (previous, transaction) => { + var _a2; + return (_a2 = getLineAuthorAnnotation(transaction)) != null ? _a2 : enrichUnsavedChanges(transaction, previous); + }, + // compare cache keys. + // equality rate is >= 95% :) + // hence avoids recomputation of views + compare: (l, r) => (l == null ? void 0 : l.key) === (r == null ? void 0 : r.key) +}); +function laStateDigest(laState) { + var _a2; + const digest = import_js_sha256.sha256.create(); + if (!laState) return digest; + const { la, key: key2, lineOffsetsFromUnsavedChanges } = laState; + digest.update(la === "untracked" ? "t" : "f"); + digest.update(key2); + for (const [k, v] of (_a2 = lineOffsetsFromUnsavedChanges.entries()) != null ? _a2 : []) + digest.update([k, v]); + return digest; +} +var latestSettings = { + get: void 0, + save: void 0 +}; +function provideSettingsAccess(settingsGetter, settingsSetter) { + latestSettings.get = settingsGetter; + latestSettings.save = settingsSetter; +} +function maxAgeInDaysFromSettings(settings) { + var _a2, _b; + return (_b = (_a2 = parseColoringMaxAgeDuration(settings.coloringMaxAge)) == null ? void 0 : _a2.asDays()) != null ? _b : parseColoringMaxAgeDuration( + DEFAULT_SETTINGS.lineAuthor.coloringMaxAge + ).asDays(); +} +function enrichUnsavedChanges(tr, prev) { + if (!prev) return void 0; + if (!tr.changes.empty) { + tr.changes.iterChanges((fromA, toA, fromB, toB) => { + var _a2; + const oldDoc = tr.startState.doc; + const { newDoc } = tr; + const beforeFrom = oldDoc.lineAt(fromA).number; + const beforeTo = oldDoc.lineAt(toA).number; + const afterFrom = newDoc.lineAt(fromB).number; + const afterTo = newDoc.lineAt(toB).number; + const beforeLen = beforeTo - beforeFrom + 1; + const afterLen = afterTo - afterFrom + 1; + for (let afterI = afterFrom; afterI <= afterTo; afterI++) { + let offset = (_a2 = prev.lineOffsetsFromUnsavedChanges.get(afterI)) != null ? _a2 : 0; + const isLastLine = afterTo === afterI; + const changeInNumberOfLines = afterLen - beforeLen; + if (isLastLine) offset += changeInNumberOfLines; + prev.lineOffsetsFromUnsavedChanges.set(afterI, offset); + } + }); + } + return prev; +} + +// src/lineAuthor/control.ts +var LineAuthoringSubscriber = class { + // remember path to detect and adapt to renames + constructor(state) { + this.state = state; + this.subscribeMe(); + } + async notifyLineAuthoring(id, la) { + if (this.view === void 0) { + console.warn( + `Git: View is not defined for editor cache key. Unforeseen situation. id: ${id}` + ); + return; + } + const state = this.view.state; + const transaction = newComputationResultAsTransaction(id, la, state); + this.view.dispatch(transaction); + } + updateToNewState(state) { + const filepathChanged = this.lastSeenPath && this.filepath != this.lastSeenPath; + this.state = state; + if (filepathChanged) { + this.unsubscribeMe(this.lastSeenPath); + this.subscribeMe(); + } + return this; + } + removeIfStale() { + if (this.view.destroyed) { + this.unsubscribeMe(this.lastSeenPath); + } + } + subscribeMe() { + if (this.filepath === void 0) return; + eventsPerFilePathSingleton.ifFilepathDefinedTransformSubscribers( + this.filepath, + (subs) => subs.add(this) + ); + this.lastSeenPath = this.filepath; + } + unsubscribeMe(oldFilepath) { + eventsPerFilePathSingleton.ifFilepathDefinedTransformSubscribers( + oldFilepath, + (subs) => subs.delete(this) + ); + } + get filepath() { + var _a2, _b; + return (_b = (_a2 = this.state.field(import_obsidian9.editorViewField)) == null ? void 0 : _a2.file) == null ? void 0 : _b.path; + } + get view() { + return this.state.field(import_obsidian9.editorEditorField); + } +}; +var subscribeNewEditor = import_state2.StateField.define({ + create: (state) => new LineAuthoringSubscriber(state), + update: (v, transaction) => v.updateToNewState(transaction.state), + compare: (a, b) => a === b +}); + +// src/lineAuthor/view/cache.ts +init_polyfill_buffer(); +function clearViewCache() { + longestRenderedGutter = void 0; + renderedAgeInDaysForAdaptiveInitialColoring = []; + ageIdx = 0; + gutterInstances.clear(); + gutterMarkersRangeSet.clear(); + attachedGutterElements.clear(); +} +var longestRenderedGutter = void 0; +var getLongestRenderedGutter = () => longestRenderedGutter; +function conditionallyUpdateLongestRenderedGutter(gutter2, text2) { + var _a2; + const length = text2.length; + if (length < ((_a2 = longestRenderedGutter == null ? void 0 : longestRenderedGutter.length) != null ? _a2 : 0)) return; + longestRenderedGutter = { gutter: gutter2, length, text: text2 }; + const settings = latestSettings.get(); + if (length !== settings.gutterSpacingFallbackLength) { + settings.gutterSpacingFallbackLength = length; + latestSettings.save(settings); + } +} +var renderedAgeInDaysForAdaptiveInitialColoring = []; +var ADAPTIVE_INITIAL_COLORING_AGE_CACHE_SIZE = 15; +var ageIdx = 0; +function recordRenderedAgeInDays(age) { + renderedAgeInDaysForAdaptiveInitialColoring[ageIdx] = age; + ageIdx = (ageIdx + 1) % ADAPTIVE_INITIAL_COLORING_AGE_CACHE_SIZE; +} +function computeAdaptiveInitialColoringAgeInDays() { + return median(renderedAgeInDaysForAdaptiveInitialColoring); +} +var gutterInstances = /* @__PURE__ */ new Map(); +var gutterMarkersRangeSet = /* @__PURE__ */ new Map(); +var attachedGutterElements = /* @__PURE__ */ new Set(); + +// src/lineAuthor/view/view.ts +init_polyfill_buffer(); +var import_state3 = require("@codemirror/state"); +var import_view2 = require("@codemirror/view"); + +// src/lineAuthor/view/gutter/gutter.ts +init_polyfill_buffer(); +var import_view = require("@codemirror/view"); +var import_js_sha2562 = __toESM(require_sha256()); +var import_obsidian10 = require("obsidian"); + +// src/lineAuthor/view/contextMenu.ts +init_polyfill_buffer(); + +// src/lineAuthor/view/gutter/gutterElementSearch.ts +init_polyfill_buffer(); +var mouseXY = { x: -10, y: -10 }; +function prepareGutterSearchForContextMenuHandling() { + if (mouseXY.x === -10) { + window.addEventListener("mousedown", (e) => { + mouseXY.x = e.clientX; + mouseXY.y = e.clientY; + }); + } +} +function findGutterElementUnderMouse() { + for (const elt of attachedGutterElements) { + if (contains(elt, mouseXY)) return elt; + } +} +function contains(elt, pt) { + const { x, y, width, height } = elt.getBoundingClientRect(); + return x <= pt.x && pt.x <= x + width && y <= pt.y && pt.y <= y + height; +} + +// src/pluginGlobalRef.ts +init_polyfill_buffer(); +var pluginRef = {}; + +// src/lineAuthor/view/contextMenu.ts +var COMMIT_ATTR = "data-commit"; +function handleContextMenu(menu, editor, _mdv) { + if (editor.hasFocus()) return; + const gutterElement = findGutterElementUnderMouse(); + if (!gutterElement) return; + const info = getCommitInfo(gutterElement); + if (!info) return; + if (!info.isZeroCommit && !info.isWaitingGutter) { + addCopyHashMenuItem(info, menu); + } + addConfigurableLineAuthorSettings("showCommitHash", menu); + addConfigurableLineAuthorSettings("authorDisplay", menu); + addConfigurableLineAuthorSettings("dateTimeFormatOptions", menu); +} +function addCopyHashMenuItem(commit2, menu) { + menu.addItem( + (item) => item.setTitle("Copy commit hash").setIcon("copy").setSection("obs-git-line-author-copy").onClick((_e) => navigator.clipboard.writeText(commit2.hash)) + ); +} +function addConfigurableLineAuthorSettings(key2, menu) { + var _a2, _b; + let title; + let actionNewValue; + const settings = pluginRef.plugin.settings.lineAuthor; + const currentValue = settings[key2]; + const currentlyShown = typeof currentValue === "boolean" ? currentValue : currentValue !== "hide"; + const defaultValue = DEFAULT_SETTINGS.lineAuthor[key2]; + if (key2 === "showCommitHash") { + title = "Show commit hash"; + actionNewValue = !currentValue; + } else if (key2 === "authorDisplay") { + const showOption = (_a2 = settings.lastShownAuthorDisplay) != null ? _a2 : defaultValue; + title = "Show author " + (currentlyShown ? currentValue : showOption); + actionNewValue = currentlyShown ? "hide" : showOption; + } else if (key2 === "dateTimeFormatOptions") { + const showOption = (_b = settings.lastShownDateTimeFormatOptions) != null ? _b : defaultValue; + title = "Show " + (currentlyShown ? currentValue : showOption); + title += !title.contains("date") ? " date" : ""; + actionNewValue = currentlyShown ? "hide" : showOption; + } else { + impossibleBranch(key2); + } + menu.addItem( + (item) => item.setTitle(title).setSection("obs-git-line-author-configure").setChecked(currentlyShown).onClick( + (_e) => { + var _a3, _b2; + return (_b2 = (_a3 = pluginRef.plugin) == null ? void 0 : _a3.settingsTab) == null ? void 0 : _b2.lineAuthorSettingHandler( + key2, + actionNewValue + ); + } + ) + ); +} +function enrichCommitInfoForContextMenu(commit2, isWaitingGutter, elt) { + elt.setAttr( + COMMIT_ATTR, + JSON.stringify({ + hash: commit2.hash, + isZeroCommit: commit2.isZeroCommit, + isWaitingGutter + }) + ); +} +function getCommitInfo(elt) { + const commitInfoStr = elt.getAttr(COMMIT_ATTR); + return commitInfoStr ? JSON.parse(commitInfoStr) : void 0; +} + +// src/lineAuthor/view/gutter/coloring.ts +init_polyfill_buffer(); +function previewColor(which, settings) { + return which === "oldest" ? coloringBasedOnCommitAge(0, false, settings).color : coloringBasedOnCommitAge(void 0, true, settings).color; +} +function coloringBasedOnCommitAge(commitAuthorEpochSeonds, isZeroCommit, settings) { + const maxAgeInDays = maxAgeInDaysFromSettings(settings); + const epochSecondsNow = Date.now() / 1e3; + const authoringEpochSeconds = commitAuthorEpochSeonds != null ? commitAuthorEpochSeonds : 0; + const secondsSinceCommit = isZeroCommit ? 0 : epochSecondsNow - authoringEpochSeconds; + const daysSinceCommit = secondsSinceCommit / 60 / 60 / 24; + const x = Math.pow( + Math.clamp(daysSinceCommit / maxAgeInDays, 0, 1), + 1 / 2.3 + ); + const dark = isDarkMode(); + const color0 = settings.colorNew; + const color1 = settings.colorOld; + const scaling = dark ? 0.4 : 1; + const r = lin(color0.r, color1.r, x) * scaling; + const g = lin(color0.g, color1.g, x) * scaling; + const b = lin(color0.b, color1.b, x) * scaling; + const a = dark ? 0.75 : 0.25; + return { color: `rgba(${r},${g},${b},${a})`, daysSinceCommit }; +} +function lin(z0, z1, x) { + return z0 + (z1 - z0) * x; +} +function isDarkMode() { + const obsidian = window == null ? void 0 : window.app; + return (obsidian == null ? void 0 : obsidian.getTheme()) === "obsidian"; +} +function setTextColorCssBasedOnSetting(settings) { + document.body.style.setProperty( + "--obs-git-gutter-text", + settings.textColorCss + ); +} + +// src/lineAuthor/view/gutter/commitChoice.ts +init_polyfill_buffer(); +function chooseNewestCommit(lineAuthoring, startLine, endLine) { + let newest = void 0; + for (let line = startLine; line <= endLine; line++) { + const currentHash = lineAuthoring.hashPerLine[line]; + const currentCommit = lineAuthoring.commits.get(currentHash); + if (!newest || currentCommit.isZeroCommit || isNewerThan(currentCommit, newest)) { + newest = currentCommit; + } + } + return newest; +} +function isNewerThan(left, right) { + var _a2, _b, _c, _d; + const l = (_b = (_a2 = left.author) == null ? void 0 : _a2.epochSeconds) != null ? _b : 0; + const r = (_d = (_c = right.author) == null ? void 0 : _c.epochSeconds) != null ? _d : 0; + return l > r; +} + +// src/lineAuthor/view/gutter/gutter.ts +var VALUE_NOT_FOUND_FALLBACK = "-"; +var NEW_CHANGE_CHARACTER = "+"; +var NEW_CHANGE_NUMBER_OF_CHARACTERS = 3; +var DIFFERING_AUTHOR_COMMITTER_MARKER = "*"; +var NON_WHITESPACE_REGEXP = /\S/g; +var UNINTRUSIVE_CHARACTER_FOR_WAITING_RENDERING = "%"; +var TextGutter = class extends import_view.GutterMarker { + constructor(text2) { + super(); + this.text = text2; + } + eq(other) { + return this.text === (other == null ? void 0 : other.text); + } + toDOM() { + return document.createTextNode(this.text); + } + destroy(dom) { + if (!document.body.contains(dom)) dom.remove(); + } +}; +var LineAuthoringGutter = class extends import_view.GutterMarker { + /** + * **This should only be called {@link lineAuthoringGutterMarker}!** + * + * We want to avoid creating the same instance multiple times for improved performance. + */ + constructor(lineAuthoring, startLine, endLine, key2, settings, options) { + super(); + this.lineAuthoring = lineAuthoring; + this.startLine = startLine; + this.endLine = endLine; + this.key = key2; + this.settings = settings; + this.options = options; + this.point = false; + this.elementClass = "obs-git-blame-gutter"; + } + // Equality used by CodeMirror for optimisations + eq(other) { + return this.key === (other == null ? void 0 : other.key) && this.startLine === (other == null ? void 0 : other.startLine) && this.endLine === (other == null ? void 0 : other.endLine) && (this == null ? void 0 : this.options) === (other == null ? void 0 : other.options); + } + /** + * Renders to a Html node. + * + * It choses the newest commit within the line-range, + * renders it, makes adjustments for fake-commits and finally warps + * it into HTML. + * + * The DOM is actually precomputed with {@link computeDom}, + * which provides a finaliser to run before the DOM is handed over to CodeMirror. + * This is done, because this method is called frequently. It is called, + * whenever a gutter gets into the viewport and needs to be rendered. + * + * The age in days is recorded via {@link recordRenderedAgeInDays} to enable adaptive coloring. + */ + toDOM() { + var _a2; + this.precomputedDomProvider = (_a2 = this.precomputedDomProvider) != null ? _a2 : this.computeDom(); + return this.precomputedDomProvider(); + } + destroy(dom) { + if (!document.body.contains(dom)) { + dom.remove(); + attachedGutterElements.delete(dom); + } + } + /** + * Prepares the DOM for this gutter. + */ + computeDom() { + const commit2 = chooseNewestCommit( + this.lineAuthoring, + this.startLine, + this.endLine + ); + let toBeRenderedText = commit2.isZeroCommit ? "" : this.renderNonZeroCommit(commit2); + const isTrueCommit = !commit2.isZeroCommit && this.options !== "waiting-for-result"; + if (isTrueCommit) { + conditionallyUpdateLongestRenderedGutter(this, toBeRenderedText); + } else { + toBeRenderedText = this.adaptTextForFakeCommit( + commit2, + toBeRenderedText, + this.options + ); + } + const domProvider = this.createHtmlNode( + commit2, + toBeRenderedText, + this.options === "waiting-for-result" + ); + return domProvider; + } + createHtmlNode(commit2, text2, isWaitingGutter) { + var _a2; + const templateElt = window.createDiv(); + templateElt.innerText = text2; + const { color, daysSinceCommit } = coloringBasedOnCommitAge( + (_a2 = commit2 == null ? void 0 : commit2.author) == null ? void 0 : _a2.epochSeconds, + commit2 == null ? void 0 : commit2.isZeroCommit, + this.settings + ); + templateElt.style.backgroundColor = color; + enrichCommitInfoForContextMenu(commit2, isWaitingGutter, templateElt); + function prepareForDomAttachment() { + const elt = templateElt.cloneNode(true); + attachedGutterElements.add(elt); + if (!isWaitingGutter) recordRenderedAgeInDays(daysSinceCommit); + return elt; + } + return prepareForDomAttachment; + } + renderNonZeroCommit(commit2) { + const optionalShortHash = this.settings.showCommitHash ? this.renderHash(commit2) : ""; + const optionalAuthorName = this.settings.authorDisplay === "hide" ? "" : `${this.renderAuthorName( + commit2, + this.settings.authorDisplay + )}`; + const optionalAuthoringDate = this.settings.dateTimeFormatOptions === "hide" ? "" : `${this.renderAuthoringDate( + commit2, + this.settings.dateTimeFormatOptions, + this.settings.dateTimeFormatCustomString, + this.settings.dateTimeTimezone + )}`; + const parts = [ + optionalShortHash, + optionalAuthorName, + optionalAuthoringDate + ]; + return parts.filter((x) => x.length >= 1).join(" "); + } + renderHash(nonZeroCommit) { + return nonZeroCommit.hash.substring(0, 6); + } + renderAuthorName(nonZeroCommit, authorDisplay) { + var _a2, _b, _c, _d; + const name = (_b = (_a2 = nonZeroCommit == null ? void 0 : nonZeroCommit.author) == null ? void 0 : _a2.name) != null ? _b : ""; + const words = name.split(" ").filter((word) => word.length >= 1); + let rendered; + switch (authorDisplay) { + case "initials": + rendered = words.map((word) => word[0].toUpperCase()).join(""); + break; + case "first name": + rendered = (_c = words.first()) != null ? _c : VALUE_NOT_FOUND_FALLBACK; + break; + case "last name": + rendered = (_d = words.last()) != null ? _d : VALUE_NOT_FOUND_FALLBACK; + break; + case "full": + rendered = name; + break; + default: + return impossibleBranch(authorDisplay); + } + if (!strictDeepEqual(nonZeroCommit == null ? void 0 : nonZeroCommit.author, nonZeroCommit == null ? void 0 : nonZeroCommit.committer)) { + rendered = rendered + DIFFERING_AUTHOR_COMMITTER_MARKER; + } + return rendered; + } + renderAuthoringDate(nonZeroCommit, dateTimeFormatOptions, dateTimeFormatCustomString, dateTimeTimezone) { + var _a2; + const FALLBACK_COMMIT_DATE = "?"; + if (((_a2 = nonZeroCommit == null ? void 0 : nonZeroCommit.author) == null ? void 0 : _a2.epochSeconds) === void 0) + return FALLBACK_COMMIT_DATE; + let dateTimeFormatting; + switch (dateTimeFormatOptions) { + case "date": + dateTimeFormatting = DATE_FORMAT; + break; + case "datetime": + dateTimeFormatting = DATE_TIME_FORMAT_MINUTES; + break; + case "custom": + dateTimeFormatting = dateTimeFormatCustomString; + break; + case "natural language": + dateTimeFormatting = (time) => { + const diff3 = time.diff((0, import_obsidian10.moment)()); + const addFluentSuffix = true; + return import_obsidian10.moment.duration(diff3).humanize(addFluentSuffix); + }; + break; + default: + return impossibleBranch(dateTimeFormatOptions); + } + let authoringDate = import_obsidian10.moment.unix( + nonZeroCommit.author.epochSeconds + ); + switch (dateTimeTimezone) { + case "viewer-local": + break; + case "author-local": + authoringDate = authoringDate.utcOffset( + nonZeroCommit.author.tz + ); + dateTimeFormatting += " Z"; + break; + case "utc0000": + authoringDate = authoringDate.utc(); + dateTimeFormatting += "[Z]"; + break; + default: + return impossibleBranch(dateTimeTimezone); + } + if (typeof dateTimeFormatting === "string") { + return authoringDate.format(dateTimeFormatting); + } else { + return dateTimeFormatting(authoringDate); + } + } + adaptTextForFakeCommit(commit2, toBeRenderedText, options) { + var _a2, _b, _c, _d; + const original = (_b = (_a2 = getLongestRenderedGutter()) == null ? void 0 : _a2.text) != null ? _b : toBeRenderedText; + const fillCharacter = options !== "waiting-for-result" && commit2.isZeroCommit ? NEW_CHANGE_CHARACTER : UNINTRUSIVE_CHARACTER_FOR_WAITING_RENDERING; + toBeRenderedText = original.replace( + NON_WHITESPACE_REGEXP, + fillCharacter + ); + const desiredTextLength = (_d = (_c = latestSettings.get()) == null ? void 0 : _c.gutterSpacingFallbackLength) != null ? _d : toBeRenderedText.length; + toBeRenderedText = resizeToLength( + toBeRenderedText, + desiredTextLength, + fillCharacter + ); + if (options !== "waiting-for-result" && commit2.isZeroCommit) { + const numberOfLastCharactersToKeep = Math.min( + desiredTextLength, + NEW_CHANGE_NUMBER_OF_CHARACTERS + ); + toBeRenderedText = prefixOfLengthAsWhitespace( + toBeRenderedText, + desiredTextLength - numberOfLastCharactersToKeep + ); + } + return toBeRenderedText; + } +}; +function lineAuthoringGutterMarker(la, startLine, endLine, key2, settings, options) { + const digest = import_js_sha2562.sha256.create(); + digest.update(Object.values(settings).join(",")); + digest.update(`s${startLine}-e${endLine}-k${key2}-o${options}`); + const cacheKey = digest.hex(); + const cached = gutterInstances.get(cacheKey); + if (cached) return cached; + const result = new LineAuthoringGutter( + la, + startLine, + endLine, + key2, + settings, + options + ); + gutterInstances.set(cacheKey, result); + return result; +} + +// src/lineAuthor/view/gutter/initial.ts +init_polyfill_buffer(); +var import_obsidian11 = require("obsidian"); +function initialSpacingGutter() { + var _a2, _b; + const length = (_b = (_a2 = latestSettings.get()) == null ? void 0 : _a2.gutterSpacingFallbackLength) != null ? _b : DEFAULT_SETTINGS.lineAuthor.gutterSpacingFallbackLength; + return new TextGutter(Array(length).fill("-").join("")); +} +function initialLineAuthoringGutter(settings) { + const { lineAuthoring, ageForInitialRender } = adaptiveInitialColoredWaitingLineAuthoring(settings); + return lineAuthoringGutterMarker( + lineAuthoring, + 1, + 1, + "initialGutter" + ageForInitialRender, + // use a age coloring based cache key + settings, + "waiting-for-result" + ); +} +function adaptiveInitialColoredWaitingLineAuthoring(settings) { + var _a2; + const ageForInitialRender = (_a2 = computeAdaptiveInitialColoringAgeInDays()) != null ? _a2 : maxAgeInDaysFromSettings(settings) * 0.25; + const slightlyOlderAgeForInitialRender = (0, import_obsidian11.moment)().add( + -ageForInitialRender, + "days" + ); + const dummyAuthor = { + name: "", + epochSeconds: momentToEpochSeconds(slightlyOlderAgeForInitialRender), + tz: "+0000" + }; + const dummyCommit = { + hash: "waiting-for-result", + author: dummyAuthor, + committer: dummyAuthor, + isZeroCommit: false + }; + return { + lineAuthoring: { + hashPerLine: [void 0, "waiting-for-result"], + commits: /* @__PURE__ */ new Map([["waiting-for-result", dummyCommit]]) + }, + ageForInitialRender + }; +} + +// src/lineAuthor/view/gutter/untrackedFile.ts +init_polyfill_buffer(); +function newUntrackedFileGutter(key2, settings) { + const dummyLineAuthoring = { + hashPerLine: [void 0, "000000"], + commits: /* @__PURE__ */ new Map([["000000", zeroCommit]]) + }; + return lineAuthoringGutterMarker(dummyLineAuthoring, 1, 1, key2, settings); +} + +// src/lineAuthor/view/view.ts +var UNDISPLAYED = new TextGutter(""); +var lineAuthorGutter = (0, import_view2.gutter)({ + class: "line-author-gutter-container", + markers(view) { + const lineAuthoring = view.state.field(lineAuthorState, false); + return lineAuthoringGutterMarkersRangeSet(view, lineAuthoring); + }, + lineMarkerChange(update2) { + const newLineAuthoringId = laStateDigest( + update2.state.field(lineAuthorState) + ); + const oldLineAuthoringId = laStateDigest( + update2.startState.field(lineAuthorState) + ); + return oldLineAuthoringId !== newLineAuthoringId; + }, + renderEmptyElements: true, + initialSpacer: (view) => { + temporaryWorkaroundGutterSpacingForRenderedLineAuthoring(view); + return initialSpacingGutter(); + }, + updateSpacer: (_sp, update2) => { + var _a2, _b; + temporaryWorkaroundGutterSpacingForRenderedLineAuthoring(update2.view); + return (_b = (_a2 = getLongestRenderedGutter()) == null ? void 0 : _a2.gutter) != null ? _b : initialSpacingGutter(); + } +}); +function lineAuthoringGutterMarkersRangeSet(view, optLA) { + const digest = laStateDigest(optLA); + const doc = view.state.doc; + const lineBlockEndPos = /* @__PURE__ */ new Map(); + for (let line = 1; line <= doc.lines; line++) { + const from = doc.line(line).from; + const to = view.lineBlockAt(from).to; + lineBlockEndPos.set(line, [from, to]); + digest.update([from, to, 0]); + } + const laSettings = latestSettings.get(); + digest.update("s" + Object.values(latestSettings).join(",")); + const cacheKey = digest.hex(); + const cached = gutterMarkersRangeSet.get(cacheKey); + if (cached) return cached; + const { result, allowCache } = computeLineAuthoringGutterMarkersRangeSet( + doc, + lineBlockEndPos, + laSettings, + optLA + ); + if (allowCache) gutterMarkersRangeSet.set(cacheKey, result); + return result; +} +function computeLineAuthoringGutterMarkersRangeSet(doc, blocksPerLine, settings, optLA) { + let allowCache = true; + const docLastLine = doc.lines; + const ranges = []; + function add2(from, to, gutter2) { + return ranges.push(gutter2.range(from, to)); + } + const lineFrom = computeLineMappingForUnsavedChanges(docLastLine, optLA); + const emptyDoc = doc.length === 0; + const lastLineIsEmpty = doc.iterLines(docLastLine, docLastLine + 1).next().value === ""; + for (let startLine = 1; startLine <= docLastLine; startLine++) { + const [from, to] = blocksPerLine.get(startLine); + const endLine = doc.lineAt(to).number; + if (emptyDoc) { + add2(from, to, UNDISPLAYED); + continue; + } + if (startLine === docLastLine && lastLineIsEmpty) { + add2(from, to, UNDISPLAYED); + continue; + } + if (optLA === void 0) { + add2(from, to, initialLineAuthoringGutter(settings)); + allowCache = false; + continue; + } + const { key: key2, la } = optLA; + if (la === "untracked") { + add2(from, to, newUntrackedFileGutter(la, settings)); + continue; + } + const lastAuthorLine = la.hashPerLine.length - 1; + const laStartLine = lineFrom[startLine]; + const laEndLine = lineFrom[endLine]; + if (laEndLine && laEndLine > lastAuthorLine) { + add2(from, to, UNDISPLAYED); + } + if (laStartLine !== void 0 && between(1, laStartLine, lastAuthorLine) && laEndLine !== void 0 && between(1, laEndLine, lastAuthorLine)) { + add2( + from, + to, + lineAuthoringGutterMarker( + la, + laStartLine, + laEndLine, + key2, + settings + ) + ); + continue; + } + if (lastAuthorLine < 1) { + add2(from, to, initialLineAuthoringGutter(settings)); + allowCache = false; + continue; + } + const start = Math.clamp(laStartLine != null ? laStartLine : startLine, 1, lastAuthorLine); + const end = Math.clamp(laEndLine != null ? laEndLine : endLine, 1, lastAuthorLine); + add2( + from, + to, + lineAuthoringGutterMarker( + la, + start, + end, + key2 + "computing", + settings, + "waiting-for-result" + ) + ); + } + return { result: import_state3.RangeSet.of( + ranges, + /* sort = */ + true + ), allowCache }; +} +function computeLineMappingForUnsavedChanges(docLastLine, optLA) { + if (!(optLA == null ? void 0 : optLA.lineOffsetsFromUnsavedChanges)) { + return Array.from(new Array(docLastLine + 1), (ln) => ln); + } + const lineFrom = [void 0]; + let cumulativeLineOffset = 0; + for (let ln = 1; ln <= docLastLine; ln++) { + const unsavedChanges = optLA.lineOffsetsFromUnsavedChanges.get(ln); + cumulativeLineOffset += unsavedChanges != null ? unsavedChanges : 0; + lineFrom[ln] = unsavedChanges === void 0 ? ln - cumulativeLineOffset : void 0; + } + return lineFrom; +} +function temporaryWorkaroundGutterSpacingForRenderedLineAuthoring(view) { + const guttersContainers = view.dom.querySelectorAll( + ".cm-gutters" + ); + guttersContainers.forEach((cont) => { + if (!(cont == null ? void 0 : cont.style)) return; + if (!cont.style.marginLeft) { + cont.style.marginLeft = "unset"; + } + }); +} + +// src/lineAuthor/lineAuthorProvider.ts +var LineAuthorProvider = class { + constructor(plugin) { + this.plugin = plugin; + /** + * Saves all computed line authoring results. + * + * See {@link LineAuthoringId} + */ + this.lineAuthorings = /* @__PURE__ */ new Map(); + } + async trackChanged(file) { + this.trackChangedHelper(file).catch((reason) => { + console.warn("Git: Error in trackChanged." + reason); + return Promise.reject(reason); + }); + } + async trackChangedHelper(file) { + if (!file) return; + if (file.path === void 0) { + console.warn( + "Git: Attempted to track change of undefined filepath. Unforeseen situation." + ); + return; + } + this.computeLineAuthorInfo(file.path); + } + destroy() { + this.lineAuthorings.clear(); + eventsPerFilePathSingleton.clear(); + clearViewCache(); + } + async computeLineAuthorInfo(filepath) { + const gitManager = this.plugin.lineAuthoringFeature.isAvailableOnCurrentPlatform().gitManager; + const headRevision = await gitManager.submoduleAwareHeadRevisonInContainingDirectory( + filepath + ); + const fileHash = await gitManager.hashObject(filepath); + const key2 = lineAuthoringId(headRevision, fileHash, filepath); + if (key2 === void 0) { + return; + } + if (this.lineAuthorings.has(key2)) { + } else { + const gitAuthorResult = await gitManager.blame( + filepath, + this.plugin.settings.lineAuthor.followMovement, + this.plugin.settings.lineAuthor.ignoreWhitespace + ); + this.lineAuthorings.set(key2, gitAuthorResult); + } + this.notifyComputationResultToSubscribers(filepath, key2); + } + notifyComputationResultToSubscribers(filepath, key2) { + eventsPerFilePathSingleton.ifFilepathDefinedTransformSubscribers( + filepath, + async (subs) => subs.forEach( + (sub) => sub.notifyLineAuthoring(key2, this.lineAuthorings.get(key2)) + ) + ); + } +}; +var enabledLineAuthorInfoExtensions = import_state4.Prec.high([ + subscribeNewEditor, + lineAuthorState, + lineAuthorGutter +]); + +// src/lineAuthor/lineAuthorIntegration.ts +var LineAuthoringFeature = class { + constructor(plg) { + this.plg = plg; + this.codeMirrorExtensions = []; + this.handleWorkspaceLeaf = (leaf) => { + const obsView = leaf == null ? void 0 : leaf.view; + const file = obsView == null ? void 0 : obsView.file; + if (!this.lineAuthorInfoProvider) { + console.warn( + "Git: undefined lineAuthorInfoProvider. Unexpected situation." + ); + return; + } + if (file === void 0 || (obsView == null ? void 0 : obsView.allowNoFile) === true) return; + this.lineAuthorInfoProvider.trackChanged(file); + }; + } + // ========================= INIT and DE-INIT ========================== + onLoadPlugin() { + this.plg.registerEditorExtension(this.codeMirrorExtensions); + provideSettingsAccess( + () => this.plg.settings.lineAuthor, + (laSettings) => { + this.plg.settings.lineAuthor = laSettings; + this.plg.saveSettings(); + } + ); + } + conditionallyActivateBySettings() { + if (this.plg.settings.lineAuthor.show) { + this.activateFeature(); + } + } + activateFeature() { + try { + if (!this.isAvailableOnCurrentPlatform().available) return; + setTextColorCssBasedOnSetting(this.plg.settings.lineAuthor); + this.lineAuthorInfoProvider = new LineAuthorProvider(this.plg); + this.createEventHandlers(); + this.activateCodeMirrorExtensions(); + console.log(this.plg.manifest.name + ": Enabled line authoring."); + } catch (e) { + console.warn("Git: Error while loading line authoring feature.", e); + this.deactivateFeature(); + } + } + /** + * Deactivates the feature. This function is very defensive, as it is also + * called to cleanup, if a critical error in the line authoring has occurred. + */ + deactivateFeature() { + var _a2; + this.destroyEventHandlers(); + this.deactivateCodeMirrorExtensions(); + (_a2 = this.lineAuthorInfoProvider) == null ? void 0 : _a2.destroy(); + this.lineAuthorInfoProvider = void 0; + console.log(this.plg.manifest.name + ": Disabled line authoring."); + } + isAvailableOnCurrentPlatform() { + return { + available: this.plg.useSimpleGit && import_obsidian12.Platform.isDesktopApp, + gitManager: this.plg.gitManager instanceof SimpleGit ? this.plg.gitManager : void 0 + }; + } + // ========================= REFRESH ========================== + refreshLineAuthorViews() { + if (this.plg.settings.lineAuthor.show) { + this.deactivateFeature(); + this.activateFeature(); + } + } + // ========================= CODEMIRROR EXTENSIONS ========================== + activateCodeMirrorExtensions() { + this.codeMirrorExtensions.push(enabledLineAuthorInfoExtensions); + this.plg.app.workspace.updateOptions(); + this.plg.app.workspace.iterateAllLeaves(this.handleWorkspaceLeaf); + } + deactivateCodeMirrorExtensions() { + for (const ext of this.codeMirrorExtensions) { + this.codeMirrorExtensions.remove(ext); + } + this.plg.app.workspace.updateOptions(); + } + // ========================= HANDLERS ========================== + createEventHandlers() { + this.gutterContextMenuEvent = this.createGutterContextMenuHandler(); + this.fileOpenEvent = this.createFileOpenEvent(); + this.workspaceLeafChangeEvent = this.createWorkspaceLeafChangeEvent(); + this.fileModificationEvent = this.createVaultFileModificationHandler(); + this.refreshOnCssChangeEvent = this.createCssRefreshHandler(); + this.fileRenameEvent = this.createFileRenameEvent(); + prepareGutterSearchForContextMenuHandling(); + this.plg.registerEvent(this.gutterContextMenuEvent); + this.plg.registerEvent(this.refreshOnCssChangeEvent); + this.plg.registerEvent(this.fileOpenEvent); + this.plg.registerEvent(this.workspaceLeafChangeEvent); + this.plg.registerEvent(this.fileModificationEvent); + this.plg.registerEvent(this.fileRenameEvent); + } + destroyEventHandlers() { + this.plg.app.workspace.offref(this.refreshOnCssChangeEvent); + this.plg.app.workspace.offref(this.fileOpenEvent); + this.plg.app.workspace.offref(this.workspaceLeafChangeEvent); + this.plg.app.workspace.offref(this.refreshOnCssChangeEvent); + this.plg.app.vault.offref(this.fileRenameEvent); + this.plg.app.workspace.offref(this.gutterContextMenuEvent); + } + createFileOpenEvent() { + return this.plg.app.workspace.on( + "file-open", + (file) => { + var _a2; + return (_a2 = this.lineAuthorInfoProvider) == null ? void 0 : _a2.trackChanged(file); + } + ); + } + createWorkspaceLeafChangeEvent() { + return this.plg.app.workspace.on( + "active-leaf-change", + this.handleWorkspaceLeaf + ); + } + createFileRenameEvent() { + return this.plg.app.vault.on( + "rename", + (file, _old) => { + var _a2; + return file instanceof import_obsidian12.TFile && ((_a2 = this.lineAuthorInfoProvider) == null ? void 0 : _a2.trackChanged(file)); + } + ); + } + createVaultFileModificationHandler() { + return this.plg.app.vault.on( + "modify", + (anyPath) => { + var _a2; + return anyPath instanceof import_obsidian12.TFile && ((_a2 = this.lineAuthorInfoProvider) == null ? void 0 : _a2.trackChanged(anyPath)); + } + ); + } + createCssRefreshHandler() { + return this.plg.app.workspace.on( + "css-change", + () => this.refreshLineAuthorViews() + ); + } + createGutterContextMenuHandler() { + return this.plg.app.workspace.on("editor-menu", handleContextMenu); + } +}; + +// src/promiseQueue.ts +init_polyfill_buffer(); +var PromiseQueue = class { + constructor() { + this.tasks = []; + } + addTask(task) { + this.tasks.push(task); + if (this.tasks.length === 1) { + this.handleTask(); + } + } + async handleTask() { + if (this.tasks.length > 0) { + this.tasks[0]().finally(() => { + this.tasks.shift(); + this.handleTask(); + }); + } + } +}; + +// src/statusBar.ts +init_polyfill_buffer(); +var import_obsidian13 = require("obsidian"); +var StatusBar = class { + constructor(statusBarEl, plugin) { + this.statusBarEl = statusBarEl; + this.plugin = plugin; + this.messages = []; + this.base = "obsidian-git-statusbar-"; + this.statusBarEl.setAttribute("data-tooltip-position", "top"); + addEventListener("git-refresh", this.refreshCommitTimestamp.bind(this)); + } + displayMessage(message, timeout) { + this.messages.push({ + message: `Git: ${message.slice(0, 100)}`, + timeout + }); + this.display(); + } + display() { + if (this.messages.length > 0 && !this.currentMessage) { + this.currentMessage = this.messages.shift(); + this.statusBarEl.addClass(this.base + "message"); + this.statusBarEl.ariaLabel = ""; + this.statusBarEl.setText(this.currentMessage.message); + this.lastMessageTimestamp = Date.now(); + } else if (this.currentMessage) { + const messageAge = Date.now() - this.lastMessageTimestamp; + if (messageAge >= this.currentMessage.timeout) { + this.currentMessage = null; + this.lastMessageTimestamp = null; + } + } else { + this.displayState(); + } + } + displayState() { + if (this.statusBarEl.getText().length > 3 || !this.statusBarEl.hasChildNodes()) { + this.statusBarEl.empty(); + this.iconEl = this.statusBarEl.createDiv(); + this.textEl = this.statusBarEl.createDiv(); + this.textEl.style.float = "right"; + this.textEl.style.marginLeft = "5px"; + this.iconEl.style.float = "left"; + } + switch (this.plugin.state) { + case 0 /* idle */: + this.displayFromNow(); + break; + case 1 /* status */: + this.statusBarEl.ariaLabel = "Checking repository status..."; + (0, import_obsidian13.setIcon)(this.iconEl, "refresh-cw"); + this.statusBarEl.addClass(this.base + "status"); + break; + case 3 /* add */: + this.statusBarEl.ariaLabel = "Adding files..."; + (0, import_obsidian13.setIcon)(this.iconEl, "refresh-w"); + this.statusBarEl.addClass(this.base + "add"); + break; + case 4 /* commit */: + this.statusBarEl.ariaLabel = "Committing changes..."; + (0, import_obsidian13.setIcon)(this.iconEl, "git-commit"); + this.statusBarEl.addClass(this.base + "commit"); + break; + case 5 /* push */: + this.statusBarEl.ariaLabel = "Pushing changes..."; + (0, import_obsidian13.setIcon)(this.iconEl, "upload"); + this.statusBarEl.addClass(this.base + "push"); + break; + case 2 /* pull */: + this.statusBarEl.ariaLabel = "Pulling changes..."; + (0, import_obsidian13.setIcon)(this.iconEl, "download"); + this.statusBarEl.addClass(this.base + "pull"); + break; + case 6 /* conflicted */: + this.statusBarEl.ariaLabel = "You have conflict files..."; + (0, import_obsidian13.setIcon)(this.iconEl, "alert-circle"); + this.statusBarEl.addClass(this.base + "conflict"); + break; + default: + this.statusBarEl.ariaLabel = "Failed on initialization!"; + (0, import_obsidian13.setIcon)(this.iconEl, "alert-triangle"); + this.statusBarEl.addClass(this.base + "failed-init"); + break; + } + } + displayFromNow() { + var _a2; + const timestamp = this.lastCommitTimestamp; + if (timestamp) { + const moment6 = window.moment; + const fromNow = moment6(timestamp).fromNow(); + this.statusBarEl.ariaLabel = `${this.plugin.offlineMode ? "Offline: " : ""}Last Commit: ${fromNow}`; + if ((_a2 = this.unPushedCommits) != null ? _a2 : 0 > 0) { + this.statusBarEl.ariaLabel += ` +(${this.unPushedCommits} unpushed commits)`; + } + } else { + this.statusBarEl.ariaLabel = this.plugin.offlineMode ? "Git is offline" : "Git is ready"; + } + if (this.plugin.offlineMode) { + (0, import_obsidian13.setIcon)(this.iconEl, "globe"); + } else { + (0, import_obsidian13.setIcon)(this.iconEl, "check"); + } + if (this.plugin.settings.changedFilesInStatusBar && this.plugin.cachedStatus) { + this.textEl.setText( + this.plugin.cachedStatus.changed.length.toString() + ); + } + this.statusBarEl.addClass(this.base + "idle"); + } + async refreshCommitTimestamp() { + this.lastCommitTimestamp = await this.plugin.gitManager.getLastCommitTime(); + this.unPushedCommits = await this.plugin.gitManager.getUnpushedCommits(); + } +}; + +// src/ui/modals/changedFilesModal.ts +init_polyfill_buffer(); +var import_obsidian14 = require("obsidian"); +var ChangedFilesModal = class extends import_obsidian14.FuzzySuggestModal { + constructor(plugin, changedFiles) { + super(plugin.app); + this.plugin = plugin; + this.changedFiles = changedFiles; + this.setPlaceholder( + "Not supported files will be opened by default app!" + ); + } + getItems() { + return this.changedFiles; + } + getItemText(item) { + if (item.index == "U" && item.working_dir == "U") { + return `Untracked | ${item.vault_path}`; + } + let working_dir = ""; + let index2 = ""; + if (item.working_dir != " ") + working_dir = `Working Dir: ${item.working_dir} `; + if (item.index != " ") index2 = `Index: ${item.index}`; + return `${working_dir}${index2} | ${item.vault_path}`; + } + onChooseItem(item, _) { + if (this.plugin.app.metadataCache.getFirstLinkpathDest( + item.vault_path, + "" + ) == null) { + this.app.openWithDefaultApp(item.vault_path); + } else { + this.plugin.app.workspace.openLinkText(item.vault_path, "/"); + } + } +}; + +// src/ui/modals/customMessageModal.ts +init_polyfill_buffer(); +var import_obsidian15 = require("obsidian"); +var CustomMessageModal = class extends import_obsidian15.SuggestModal { + constructor(plugin, fromAutoBackup) { + super(plugin.app); + this.fromAutoBackup = fromAutoBackup; + this.resolve = null; + this.plugin = plugin; + this.setPlaceholder( + "Type your message and select optional the version with the added date." + ); + } + open() { + super.open(); + return new Promise((resolve2) => { + this.resolve = resolve2; + }); + } + onClose() { + if (this.resolve) this.resolve(void 0); + } + selectSuggestion(value, evt) { + if (this.resolve) this.resolve(value); + super.selectSuggestion(value, evt); + } + getSuggestions(query) { + const date = window.moment().format(this.plugin.settings.commitDateFormat); + if (query == "") query = "..."; + return [query, `${date}: ${query}`, `${query}: ${date}`]; + } + renderSuggestion(value, el) { + el.innerText = value; + } + onChooseSuggestion(item, _) { + } +}; + +// src/openInGitHub.ts +init_polyfill_buffer(); +var import_obsidian16 = require("obsidian"); +async function openLineInGitHub(editor, file, manager) { + const data = await getData(file, manager); + if (data.result === "failure") { + new import_obsidian16.Notice(data.reason); + return; + } + const { isGitHub, branch: branch2, repo, user, filePath } = data; + if (isGitHub) { + const from = editor.getCursor("from").line + 1; + const to = editor.getCursor("to").line + 1; + if (from === to) { + window.open( + `https://github.com/${user}/${repo}/blob/${branch2}/${filePath}?plain=1#L${from}` + ); + } else { + window.open( + `https://github.com/${user}/${repo}/blob/${branch2}/${filePath}?plain=1#L${from}-L${to}` + ); + } + } else { + new import_obsidian16.Notice("It seems like you are not using GitHub"); + } +} +async function openHistoryInGitHub(file, manager) { + const data = await getData(file, manager); + if (data.result === "failure") { + new import_obsidian16.Notice(data.reason); + return; + } + const { isGitHub, branch: branch2, repo, user, filePath } = data; + if (isGitHub) { + window.open( + `https://github.com/${user}/${repo}/commits/${branch2}/${filePath}` + ); + } else { + new import_obsidian16.Notice("It seems like you are not using GitHub"); + } +} +async function getData(file, manager) { + const branchInfo = await manager.branchInfo(); + let remoteBranch = branchInfo.tracking; + let branch2 = branchInfo.current; + let remoteUrl = void 0; + let filePath = manager.getRelativeRepoPath(file.path); + if (manager instanceof SimpleGit) { + const submodule = await manager.getSubmoduleOfFile( + manager.getRelativeRepoPath(file.path) + ); + if (submodule) { + filePath = submodule.relativeFilepath; + const status2 = await manager.git.cwd({ + path: submodule.submodule, + root: false + }).status(); + remoteBranch = status2.tracking || void 0; + branch2 = status2.current || void 0; + if (remoteBranch) { + const remote = remoteBranch.substring( + 0, + remoteBranch.indexOf("/") + ); + const config = await manager.git.cwd({ + path: submodule.submodule, + root: false + }).getConfig(`remote.${remote}.url`, "local"); + if (config.value != null) { + remoteUrl = config.value; + } else { + return { + result: "failure", + reason: "Failed to get remote url of submodule" + }; + } + } + } + } + if (remoteBranch == null) { + return { + result: "failure", + reason: "Remote branch is not configured" + }; + } + if (branch2 == null) { + return { + result: "failure", + reason: "Failed to get current branch name" + }; + } + if (remoteUrl == null) { + const remote = remoteBranch.substring(0, remoteBranch.indexOf("/")); + remoteUrl = await manager.getConfig(`remote.${remote}.url`); + if (remoteUrl == null) { + return { + result: "failure", + reason: "Failed to get remote url" + }; + } + } + const res = remoteUrl.match( + /(?:^https:\/\/github\.com\/(.+)\/(.+?)(?:\.git)?$)|(?:^[a-zA-Z]+@github\.com:(.+)\/(.+?)(?:\.git)?$)/ + ); + if (res == null) { + return { + result: "failure", + reason: "Could not parse remote url" + }; + } else { + const [isGitHub, httpsUser, httpsRepo, sshUser, sshRepo] = res; + return { + result: "success", + isGitHub: !!isGitHub, + repo: httpsRepo || sshRepo, + user: httpsUser || sshUser, + branch: branch2, + filePath + }; + } +} + +// src/setting/localStorageSettings.ts +init_polyfill_buffer(); +var LocalStorageSettings = class { + constructor(plugin) { + this.plugin = plugin; + this.prefix = this.plugin.manifest.id + ":"; + } + migrate() { + const keys = [ + "password", + "hostname", + "conflict", + "lastAutoPull", + "lastAutoBackup", + "lastAutoPush", + "gitPath", + "pluginDisabled" + ]; + for (const key2 of keys) { + const old = localStorage.getItem(this.prefix + key2); + if (app.loadLocalStorage(this.prefix + key2) == null && old != null) { + if (old != null) { + app.saveLocalStorage(this.prefix + key2, old); + localStorage.removeItem(this.prefix + key2); + } + } + } + } + getPassword() { + return app.loadLocalStorage(this.prefix + "password"); + } + setPassword(value) { + return app.saveLocalStorage(this.prefix + "password", value); + } + getUsername() { + return app.loadLocalStorage(this.prefix + "username"); + } + setUsername(value) { + return app.saveLocalStorage(this.prefix + "username", value); + } + getHostname() { + return app.loadLocalStorage(this.prefix + "hostname"); + } + setHostname(value) { + return app.saveLocalStorage(this.prefix + "hostname", value); + } + getConflict() { + return app.loadLocalStorage(this.prefix + "conflict") == "true"; + } + setConflict(value) { + return app.saveLocalStorage(this.prefix + "conflict", `${value}`); + } + getLastAutoPull() { + return app.loadLocalStorage(this.prefix + "lastAutoPull"); + } + setLastAutoPull(value) { + return app.saveLocalStorage(this.prefix + "lastAutoPull", value); + } + getLastAutoBackup() { + return app.loadLocalStorage(this.prefix + "lastAutoBackup"); + } + setLastAutoBackup(value) { + return app.saveLocalStorage(this.prefix + "lastAutoBackup", value); + } + getLastAutoPush() { + return app.loadLocalStorage(this.prefix + "lastAutoPush"); + } + setLastAutoPush(value) { + return app.saveLocalStorage(this.prefix + "lastAutoPush", value); + } + getGitPath() { + return app.loadLocalStorage(this.prefix + "gitPath"); + } + setGitPath(value) { + return app.saveLocalStorage(this.prefix + "gitPath", value); + } + getPATHPaths() { + var _a2, _b; + return (_b = (_a2 = app.loadLocalStorage(this.prefix + "PATHPaths")) == null ? void 0 : _a2.split(":")) != null ? _b : []; + } + setPATHPaths(value) { + return app.saveLocalStorage(this.prefix + "PATHPaths", value.join(":")); + } + getEnvVars() { + var _a2; + return JSON.parse( + (_a2 = app.loadLocalStorage(this.prefix + "envVars")) != null ? _a2 : "[]" + ); + } + setEnvVars(value) { + return app.saveLocalStorage( + this.prefix + "envVars", + JSON.stringify(value) + ); + } + getPluginDisabled() { + return app.loadLocalStorage(this.prefix + "pluginDisabled") == "true"; + } + setPluginDisabled(value) { + return app.saveLocalStorage(this.prefix + "pluginDisabled", `${value}`); + } +}; + +// src/ui/diff/diffView.ts +init_polyfill_buffer(); + +// node_modules/.pnpm/diff2html@3.4.48/node_modules/diff2html/lib-esm/diff2html.js +init_polyfill_buffer(); + +// node_modules/.pnpm/diff2html@3.4.48/node_modules/diff2html/lib-esm/diff-parser.js +init_polyfill_buffer(); + +// node_modules/.pnpm/diff2html@3.4.48/node_modules/diff2html/lib-esm/types.js +init_polyfill_buffer(); +var LineType; +(function(LineType2) { + LineType2["INSERT"] = "insert"; + LineType2["DELETE"] = "delete"; + LineType2["CONTEXT"] = "context"; +})(LineType || (LineType = {})); +var OutputFormatType = { + LINE_BY_LINE: "line-by-line", + SIDE_BY_SIDE: "side-by-side" +}; +var LineMatchingType = { + LINES: "lines", + WORDS: "words", + NONE: "none" +}; +var DiffStyleType = { + WORD: "word", + CHAR: "char" +}; +var ColorSchemeType; +(function(ColorSchemeType2) { + ColorSchemeType2["AUTO"] = "auto"; + ColorSchemeType2["DARK"] = "dark"; + ColorSchemeType2["LIGHT"] = "light"; +})(ColorSchemeType || (ColorSchemeType = {})); + +// node_modules/.pnpm/diff2html@3.4.48/node_modules/diff2html/lib-esm/utils.js +init_polyfill_buffer(); +var specials = [ + "-", + "[", + "]", + "/", + "{", + "}", + "(", + ")", + "*", + "+", + "?", + ".", + "\\", + "^", + "$", + "|" +]; +var regex = RegExp("[" + specials.join("\\") + "]", "g"); +function escapeForRegExp(str) { + return str.replace(regex, "\\$&"); +} +function unifyPath(path2) { + return path2 ? path2.replace(/\\/g, "/") : path2; +} +function hashCode(text2) { + let i, chr, len; + let hash2 = 0; + for (i = 0, len = text2.length; i < len; i++) { + chr = text2.charCodeAt(i); + hash2 = (hash2 << 5) - hash2 + chr; + hash2 |= 0; + } + return hash2; +} + +// node_modules/.pnpm/diff2html@3.4.48/node_modules/diff2html/lib-esm/diff-parser.js +function getExtension(filename, language) { + const filenameParts = filename.split("."); + return filenameParts.length > 1 ? filenameParts[filenameParts.length - 1] : language; +} +function startsWithAny(str, prefixes) { + return prefixes.reduce((startsWith, prefix) => startsWith || str.startsWith(prefix), false); +} +var baseDiffFilenamePrefixes = ["a/", "b/", "i/", "w/", "c/", "o/"]; +function getFilename(line, linePrefix, extraPrefix) { + const prefixes = extraPrefix !== void 0 ? [...baseDiffFilenamePrefixes, extraPrefix] : baseDiffFilenamePrefixes; + const FilenameRegExp = linePrefix ? new RegExp(`^${escapeForRegExp(linePrefix)} "?(.+?)"?$`) : new RegExp('^"?(.+?)"?$'); + const [, filename = ""] = FilenameRegExp.exec(line) || []; + const matchingPrefix = prefixes.find((p) => filename.indexOf(p) === 0); + const fnameWithoutPrefix = matchingPrefix ? filename.slice(matchingPrefix.length) : filename; + return fnameWithoutPrefix.replace(/\s+\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}(?:\.\d+)? [+-]\d{4}.*$/, ""); +} +function getSrcFilename(line, srcPrefix) { + return getFilename(line, "---", srcPrefix); +} +function getDstFilename(line, dstPrefix) { + return getFilename(line, "+++", dstPrefix); +} +function parse(diffInput, config = {}) { + const files = []; + let currentFile = null; + let currentBlock = null; + let oldLine = null; + let oldLine2 = null; + let newLine = null; + let possibleOldName = null; + let possibleNewName = null; + const oldFileNameHeader = "--- "; + const newFileNameHeader = "+++ "; + const hunkHeaderPrefix = "@@"; + const oldMode = /^old mode (\d{6})/; + const newMode = /^new mode (\d{6})/; + const deletedFileMode = /^deleted file mode (\d{6})/; + const newFileMode = /^new file mode (\d{6})/; + const copyFrom = /^copy from "?(.+)"?/; + const copyTo = /^copy to "?(.+)"?/; + const renameFrom = /^rename from "?(.+)"?/; + const renameTo = /^rename to "?(.+)"?/; + const similarityIndex = /^similarity index (\d+)%/; + const dissimilarityIndex = /^dissimilarity index (\d+)%/; + const index2 = /^index ([\da-z]+)\.\.([\da-z]+)\s*(\d{6})?/; + const binaryFiles = /^Binary files (.*) and (.*) differ/; + const binaryDiff = /^GIT binary patch/; + const combinedIndex = /^index ([\da-z]+),([\da-z]+)\.\.([\da-z]+)/; + const combinedMode = /^mode (\d{6}),(\d{6})\.\.(\d{6})/; + const combinedNewFile = /^new file mode (\d{6})/; + const combinedDeletedFile = /^deleted file mode (\d{6}),(\d{6})/; + const diffLines2 = diffInput.replace(/\\ No newline at end of file/g, "").replace(/\r\n?/g, "\n").split("\n"); + function saveBlock() { + if (currentBlock !== null && currentFile !== null) { + currentFile.blocks.push(currentBlock); + currentBlock = null; + } + } + function saveFile() { + if (currentFile !== null) { + if (!currentFile.oldName && possibleOldName !== null) { + currentFile.oldName = possibleOldName; + } + if (!currentFile.newName && possibleNewName !== null) { + currentFile.newName = possibleNewName; + } + if (currentFile.newName) { + files.push(currentFile); + currentFile = null; + } + } + possibleOldName = null; + possibleNewName = null; + } + function startFile() { + saveBlock(); + saveFile(); + currentFile = { + blocks: [], + deletedLines: 0, + addedLines: 0 + }; + } + function startBlock(line) { + saveBlock(); + let values; + if (currentFile !== null) { + if (values = /^@@ -(\d+)(?:,\d+)? \+(\d+)(?:,\d+)? @@.*/.exec(line)) { + currentFile.isCombined = false; + oldLine = parseInt(values[1], 10); + newLine = parseInt(values[2], 10); + } else if (values = /^@@@ -(\d+)(?:,\d+)? -(\d+)(?:,\d+)? \+(\d+)(?:,\d+)? @@@.*/.exec(line)) { + currentFile.isCombined = true; + oldLine = parseInt(values[1], 10); + oldLine2 = parseInt(values[2], 10); + newLine = parseInt(values[3], 10); + } else { + if (line.startsWith(hunkHeaderPrefix)) { + console.error("Failed to parse lines, starting in 0!"); + } + oldLine = 0; + newLine = 0; + currentFile.isCombined = false; + } + } + currentBlock = { + lines: [], + oldStartLine: oldLine, + oldStartLine2: oldLine2, + newStartLine: newLine, + header: line + }; + } + function createLine(line) { + if (currentFile === null || currentBlock === null || oldLine === null || newLine === null) + return; + const currentLine = { + content: line + }; + const addedPrefixes = currentFile.isCombined ? ["+ ", " +", "++"] : ["+"]; + const deletedPrefixes = currentFile.isCombined ? ["- ", " -", "--"] : ["-"]; + if (startsWithAny(line, addedPrefixes)) { + currentFile.addedLines++; + currentLine.type = LineType.INSERT; + currentLine.oldNumber = void 0; + currentLine.newNumber = newLine++; + } else if (startsWithAny(line, deletedPrefixes)) { + currentFile.deletedLines++; + currentLine.type = LineType.DELETE; + currentLine.oldNumber = oldLine++; + currentLine.newNumber = void 0; + } else { + currentLine.type = LineType.CONTEXT; + currentLine.oldNumber = oldLine++; + currentLine.newNumber = newLine++; + } + currentBlock.lines.push(currentLine); + } + function existHunkHeader(line, lineIdx) { + let idx = lineIdx; + while (idx < diffLines2.length - 3) { + if (line.startsWith("diff")) { + return false; + } + if (diffLines2[idx].startsWith(oldFileNameHeader) && diffLines2[idx + 1].startsWith(newFileNameHeader) && diffLines2[idx + 2].startsWith(hunkHeaderPrefix)) { + return true; + } + idx++; + } + return false; + } + diffLines2.forEach((line, lineIndex) => { + if (!line || line.startsWith("*")) { + return; + } + let values; + const prevLine = diffLines2[lineIndex - 1]; + const nxtLine = diffLines2[lineIndex + 1]; + const afterNxtLine = diffLines2[lineIndex + 2]; + if (line.startsWith("diff --git") || line.startsWith("diff --combined")) { + startFile(); + const gitDiffStart = /^diff --git "?([a-ciow]\/.+)"? "?([a-ciow]\/.+)"?/; + if (values = gitDiffStart.exec(line)) { + possibleOldName = getFilename(values[1], void 0, config.dstPrefix); + possibleNewName = getFilename(values[2], void 0, config.srcPrefix); + } + if (currentFile === null) { + throw new Error("Where is my file !!!"); + } + currentFile.isGitDiff = true; + return; + } + if (line.startsWith("Binary files") && !(currentFile === null || currentFile === void 0 ? void 0 : currentFile.isGitDiff)) { + startFile(); + const unixDiffBinaryStart = /^Binary files "?([a-ciow]\/.+)"? and "?([a-ciow]\/.+)"? differ/; + if (values = unixDiffBinaryStart.exec(line)) { + possibleOldName = getFilename(values[1], void 0, config.dstPrefix); + possibleNewName = getFilename(values[2], void 0, config.srcPrefix); + } + if (currentFile === null) { + throw new Error("Where is my file !!!"); + } + currentFile.isBinary = true; + return; + } + if (!currentFile || !currentFile.isGitDiff && currentFile && line.startsWith(oldFileNameHeader) && nxtLine.startsWith(newFileNameHeader) && afterNxtLine.startsWith(hunkHeaderPrefix)) { + startFile(); + } + if (currentFile === null || currentFile === void 0 ? void 0 : currentFile.isTooBig) { + return; + } + if (currentFile && (typeof config.diffMaxChanges === "number" && currentFile.addedLines + currentFile.deletedLines > config.diffMaxChanges || typeof config.diffMaxLineLength === "number" && line.length > config.diffMaxLineLength)) { + currentFile.isTooBig = true; + currentFile.addedLines = 0; + currentFile.deletedLines = 0; + currentFile.blocks = []; + currentBlock = null; + const message = typeof config.diffTooBigMessage === "function" ? config.diffTooBigMessage(files.length) : "Diff too big to be displayed"; + startBlock(message); + return; + } + if (line.startsWith(oldFileNameHeader) && nxtLine.startsWith(newFileNameHeader) || line.startsWith(newFileNameHeader) && prevLine.startsWith(oldFileNameHeader)) { + if (currentFile && !currentFile.oldName && line.startsWith("--- ") && (values = getSrcFilename(line, config.srcPrefix))) { + currentFile.oldName = values; + currentFile.language = getExtension(currentFile.oldName, currentFile.language); + return; + } + if (currentFile && !currentFile.newName && line.startsWith("+++ ") && (values = getDstFilename(line, config.dstPrefix))) { + currentFile.newName = values; + currentFile.language = getExtension(currentFile.newName, currentFile.language); + return; + } + } + if (currentFile && (line.startsWith(hunkHeaderPrefix) || currentFile.isGitDiff && currentFile.oldName && currentFile.newName && !currentBlock)) { + startBlock(line); + return; + } + if (currentBlock && (line.startsWith("+") || line.startsWith("-") || line.startsWith(" "))) { + createLine(line); + return; + } + const doesNotExistHunkHeader = !existHunkHeader(line, lineIndex); + if (currentFile === null) { + throw new Error("Where is my file !!!"); + } + if (values = oldMode.exec(line)) { + currentFile.oldMode = values[1]; + } else if (values = newMode.exec(line)) { + currentFile.newMode = values[1]; + } else if (values = deletedFileMode.exec(line)) { + currentFile.deletedFileMode = values[1]; + currentFile.isDeleted = true; + } else if (values = newFileMode.exec(line)) { + currentFile.newFileMode = values[1]; + currentFile.isNew = true; + } else if (values = copyFrom.exec(line)) { + if (doesNotExistHunkHeader) { + currentFile.oldName = values[1]; + } + currentFile.isCopy = true; + } else if (values = copyTo.exec(line)) { + if (doesNotExistHunkHeader) { + currentFile.newName = values[1]; + } + currentFile.isCopy = true; + } else if (values = renameFrom.exec(line)) { + if (doesNotExistHunkHeader) { + currentFile.oldName = values[1]; + } + currentFile.isRename = true; + } else if (values = renameTo.exec(line)) { + if (doesNotExistHunkHeader) { + currentFile.newName = values[1]; + } + currentFile.isRename = true; + } else if (values = binaryFiles.exec(line)) { + currentFile.isBinary = true; + currentFile.oldName = getFilename(values[1], void 0, config.srcPrefix); + currentFile.newName = getFilename(values[2], void 0, config.dstPrefix); + startBlock("Binary file"); + } else if (binaryDiff.test(line)) { + currentFile.isBinary = true; + startBlock(line); + } else if (values = similarityIndex.exec(line)) { + currentFile.unchangedPercentage = parseInt(values[1], 10); + } else if (values = dissimilarityIndex.exec(line)) { + currentFile.changedPercentage = parseInt(values[1], 10); + } else if (values = index2.exec(line)) { + currentFile.checksumBefore = values[1]; + currentFile.checksumAfter = values[2]; + values[3] && (currentFile.mode = values[3]); + } else if (values = combinedIndex.exec(line)) { + currentFile.checksumBefore = [values[2], values[3]]; + currentFile.checksumAfter = values[1]; + } else if (values = combinedMode.exec(line)) { + currentFile.oldMode = [values[2], values[3]]; + currentFile.newMode = values[1]; + } else if (values = combinedNewFile.exec(line)) { + currentFile.newFileMode = values[1]; + currentFile.isNew = true; + } else if (values = combinedDeletedFile.exec(line)) { + currentFile.deletedFileMode = values[1]; + currentFile.isDeleted = true; + } + }); + saveBlock(); + saveFile(); + return files; +} + +// node_modules/.pnpm/diff2html@3.4.48/node_modules/diff2html/lib-esm/file-list-renderer.js +init_polyfill_buffer(); + +// node_modules/.pnpm/diff2html@3.4.48/node_modules/diff2html/lib-esm/render-utils.js +init_polyfill_buffer(); + +// node_modules/.pnpm/diff@5.1.0/node_modules/diff/lib/index.mjs +init_polyfill_buffer(); +function Diff2() { +} +Diff2.prototype = { + diff: function diff2(oldString, newString) { + var options = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}; + var callback = options.callback; + if (typeof options === "function") { + callback = options; + options = {}; + } + this.options = options; + var self2 = this; + function done(value) { + if (callback) { + setTimeout(function() { + callback(void 0, value); + }, 0); + return true; + } else { + return value; + } + } + oldString = this.castInput(oldString); + newString = this.castInput(newString); + oldString = this.removeEmpty(this.tokenize(oldString)); + newString = this.removeEmpty(this.tokenize(newString)); + var newLen = newString.length, oldLen = oldString.length; + var editLength = 1; + var maxEditLength = newLen + oldLen; + if (options.maxEditLength) { + maxEditLength = Math.min(maxEditLength, options.maxEditLength); + } + var bestPath = [{ + newPos: -1, + components: [] + }]; + var oldPos = this.extractCommon(bestPath[0], newString, oldString, 0); + if (bestPath[0].newPos + 1 >= newLen && oldPos + 1 >= oldLen) { + return done([{ + value: this.join(newString), + count: newString.length + }]); + } + function execEditLength() { + for (var diagonalPath = -1 * editLength; diagonalPath <= editLength; diagonalPath += 2) { + var basePath = void 0; + var addPath = bestPath[diagonalPath - 1], removePath = bestPath[diagonalPath + 1], _oldPos = (removePath ? removePath.newPos : 0) - diagonalPath; + if (addPath) { + bestPath[diagonalPath - 1] = void 0; + } + var canAdd = addPath && addPath.newPos + 1 < newLen, canRemove = removePath && 0 <= _oldPos && _oldPos < oldLen; + if (!canAdd && !canRemove) { + bestPath[diagonalPath] = void 0; + continue; + } + if (!canAdd || canRemove && addPath.newPos < removePath.newPos) { + basePath = clonePath(removePath); + self2.pushComponent(basePath.components, void 0, true); + } else { + basePath = addPath; + basePath.newPos++; + self2.pushComponent(basePath.components, true, void 0); + } + _oldPos = self2.extractCommon(basePath, newString, oldString, diagonalPath); + if (basePath.newPos + 1 >= newLen && _oldPos + 1 >= oldLen) { + return done(buildValues2(self2, basePath.components, newString, oldString, self2.useLongestToken)); + } else { + bestPath[diagonalPath] = basePath; + } + } + editLength++; + } + if (callback) { + (function exec() { + setTimeout(function() { + if (editLength > maxEditLength) { + return callback(); + } + if (!execEditLength()) { + exec(); + } + }, 0); + })(); + } else { + while (editLength <= maxEditLength) { + var ret = execEditLength(); + if (ret) { + return ret; + } + } + } + }, + pushComponent: function pushComponent(components, added, removed) { + var last2 = components[components.length - 1]; + if (last2 && last2.added === added && last2.removed === removed) { + components[components.length - 1] = { + count: last2.count + 1, + added, + removed + }; + } else { + components.push({ + count: 1, + added, + removed + }); + } + }, + extractCommon: function extractCommon2(basePath, newString, oldString, diagonalPath) { + var newLen = newString.length, oldLen = oldString.length, newPos = basePath.newPos, oldPos = newPos - diagonalPath, commonCount = 0; + while (newPos + 1 < newLen && oldPos + 1 < oldLen && this.equals(newString[newPos + 1], oldString[oldPos + 1])) { + newPos++; + oldPos++; + commonCount++; + } + if (commonCount) { + basePath.components.push({ + count: commonCount + }); + } + basePath.newPos = newPos; + return oldPos; + }, + equals: function equals2(left, right) { + if (this.options.comparator) { + return this.options.comparator(left, right); + } else { + return left === right || this.options.ignoreCase && left.toLowerCase() === right.toLowerCase(); + } + }, + removeEmpty: function removeEmpty2(array) { + var ret = []; + for (var i = 0; i < array.length; i++) { + if (array[i]) { + ret.push(array[i]); + } + } + return ret; + }, + castInput: function castInput2(value) { + return value; + }, + tokenize: function tokenize2(value) { + return value.split(""); + }, + join: function join4(chars) { + return chars.join(""); + } +}; +function buildValues2(diff3, components, newString, oldString, useLongestToken) { + var componentPos = 0, componentLen = components.length, newPos = 0, oldPos = 0; + for (; componentPos < componentLen; componentPos++) { + var component = components[componentPos]; + if (!component.removed) { + if (!component.added && useLongestToken) { + var value = newString.slice(newPos, newPos + component.count); + value = value.map(function(value2, i) { + var oldValue = oldString[oldPos + i]; + return oldValue.length > value2.length ? oldValue : value2; + }); + component.value = diff3.join(value); + } else { + component.value = diff3.join(newString.slice(newPos, newPos + component.count)); + } + newPos += component.count; + if (!component.added) { + oldPos += component.count; + } + } else { + component.value = diff3.join(oldString.slice(oldPos, oldPos + component.count)); + oldPos += component.count; + if (componentPos && components[componentPos - 1].added) { + var tmp = components[componentPos - 1]; + components[componentPos - 1] = components[componentPos]; + components[componentPos] = tmp; + } + } + } + var lastComponent = components[componentLen - 1]; + if (componentLen > 1 && typeof lastComponent.value === "string" && (lastComponent.added || lastComponent.removed) && diff3.equals("", lastComponent.value)) { + components[componentLen - 2].value += lastComponent.value; + components.pop(); + } + return components; +} +function clonePath(path2) { + return { + newPos: path2.newPos, + components: path2.components.slice(0) + }; +} +var characterDiff2 = new Diff2(); +function diffChars(oldStr, newStr, options) { + return characterDiff2.diff(oldStr, newStr, options); +} +var extendedWordChars2 = /^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/; +var reWhitespace2 = /\S/; +var wordDiff2 = new Diff2(); +wordDiff2.equals = function(left, right) { + if (this.options.ignoreCase) { + left = left.toLowerCase(); + right = right.toLowerCase(); + } + return left === right || this.options.ignoreWhitespace && !reWhitespace2.test(left) && !reWhitespace2.test(right); +}; +wordDiff2.tokenize = function(value) { + var tokens = value.split(/([^\S\r\n]+|[()[\]{}'"\r\n]|\b)/); + for (var i = 0; i < tokens.length - 1; i++) { + if (!tokens[i + 1] && tokens[i + 2] && extendedWordChars2.test(tokens[i]) && extendedWordChars2.test(tokens[i + 2])) { + tokens[i] += tokens[i + 2]; + tokens.splice(i + 1, 2); + i--; + } + } + return tokens; +}; +function diffWordsWithSpace(oldStr, newStr, options) { + return wordDiff2.diff(oldStr, newStr, options); +} +var lineDiff2 = new Diff2(); +lineDiff2.tokenize = function(value) { + var retLines = [], linesAndNewlines = value.split(/(\n|\r\n)/); + if (!linesAndNewlines[linesAndNewlines.length - 1]) { + linesAndNewlines.pop(); + } + for (var i = 0; i < linesAndNewlines.length; i++) { + var line = linesAndNewlines[i]; + if (i % 2 && !this.options.newlineIsToken) { + retLines[retLines.length - 1] += line; + } else { + if (this.options.ignoreWhitespace) { + line = line.trim(); + } + retLines.push(line); + } + } + return retLines; +}; +var sentenceDiff2 = new Diff2(); +sentenceDiff2.tokenize = function(value) { + return value.split(/(\S.+?[.!?])(?=\s+|$)/); +}; +var cssDiff2 = new Diff2(); +cssDiff2.tokenize = function(value) { + return value.split(/([{}:;,]|\s+)/); +}; +function _typeof2(obj) { + "@babel/helpers - typeof"; + if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { + _typeof2 = function(obj2) { + return typeof obj2; + }; + } else { + _typeof2 = function(obj2) { + return obj2 && typeof Symbol === "function" && obj2.constructor === Symbol && obj2 !== Symbol.prototype ? "symbol" : typeof obj2; + }; + } + return _typeof2(obj); +} +var objectPrototypeToString2 = Object.prototype.toString; +var jsonDiff2 = new Diff2(); +jsonDiff2.useLongestToken = true; +jsonDiff2.tokenize = lineDiff2.tokenize; +jsonDiff2.castInput = function(value) { + var _this$options = this.options, undefinedReplacement = _this$options.undefinedReplacement, _this$options$stringi = _this$options.stringifyReplacer, stringifyReplacer = _this$options$stringi === void 0 ? function(k, v) { + return typeof v === "undefined" ? undefinedReplacement : v; + } : _this$options$stringi; + return typeof value === "string" ? value : JSON.stringify(canonicalize2(value, null, null, stringifyReplacer), stringifyReplacer, " "); +}; +jsonDiff2.equals = function(left, right) { + return Diff2.prototype.equals.call(jsonDiff2, left.replace(/,([\r\n])/g, "$1"), right.replace(/,([\r\n])/g, "$1")); +}; +function canonicalize2(obj, stack, replacementStack, replacer, key2) { + stack = stack || []; + replacementStack = replacementStack || []; + if (replacer) { + obj = replacer(key2, obj); + } + var i; + for (i = 0; i < stack.length; i += 1) { + if (stack[i] === obj) { + return replacementStack[i]; + } + } + var canonicalizedObj; + if ("[object Array]" === objectPrototypeToString2.call(obj)) { + stack.push(obj); + canonicalizedObj = new Array(obj.length); + replacementStack.push(canonicalizedObj); + for (i = 0; i < obj.length; i += 1) { + canonicalizedObj[i] = canonicalize2(obj[i], stack, replacementStack, replacer, key2); + } + stack.pop(); + replacementStack.pop(); + return canonicalizedObj; + } + if (obj && obj.toJSON) { + obj = obj.toJSON(); + } + if (_typeof2(obj) === "object" && obj !== null) { + stack.push(obj); + canonicalizedObj = {}; + replacementStack.push(canonicalizedObj); + var sortedKeys = [], _key; + for (_key in obj) { + if (obj.hasOwnProperty(_key)) { + sortedKeys.push(_key); + } + } + sortedKeys.sort(); + for (i = 0; i < sortedKeys.length; i += 1) { + _key = sortedKeys[i]; + canonicalizedObj[_key] = canonicalize2(obj[_key], stack, replacementStack, replacer, _key); + } + stack.pop(); + replacementStack.pop(); + } else { + canonicalizedObj = obj; + } + return canonicalizedObj; +} +var arrayDiff2 = new Diff2(); +arrayDiff2.tokenize = function(value) { + return value.slice(); +}; +arrayDiff2.join = arrayDiff2.removeEmpty = function(value) { + return value; +}; + +// node_modules/.pnpm/diff2html@3.4.48/node_modules/diff2html/lib-esm/rematch.js +init_polyfill_buffer(); +function levenshtein(a, b) { + if (a.length === 0) { + return b.length; + } + if (b.length === 0) { + return a.length; + } + const matrix = []; + let i; + for (i = 0; i <= b.length; i++) { + matrix[i] = [i]; + } + let j; + for (j = 0; j <= a.length; j++) { + matrix[0][j] = j; + } + for (i = 1; i <= b.length; i++) { + for (j = 1; j <= a.length; j++) { + if (b.charAt(i - 1) === a.charAt(j - 1)) { + matrix[i][j] = matrix[i - 1][j - 1]; + } else { + matrix[i][j] = Math.min(matrix[i - 1][j - 1] + 1, Math.min(matrix[i][j - 1] + 1, matrix[i - 1][j] + 1)); + } + } + } + return matrix[b.length][a.length]; +} +function newDistanceFn(str) { + return (x, y) => { + const xValue = str(x).trim(); + const yValue = str(y).trim(); + const lev = levenshtein(xValue, yValue); + return lev / (xValue.length + yValue.length); + }; +} +function newMatcherFn(distance2) { + function findBestMatch(a, b, cache = /* @__PURE__ */ new Map()) { + let bestMatchDist = Infinity; + let bestMatch; + for (let i = 0; i < a.length; ++i) { + for (let j = 0; j < b.length; ++j) { + const cacheKey = JSON.stringify([a[i], b[j]]); + let md; + if (!(cache.has(cacheKey) && (md = cache.get(cacheKey)))) { + md = distance2(a[i], b[j]); + cache.set(cacheKey, md); + } + if (md < bestMatchDist) { + bestMatchDist = md; + bestMatch = { indexA: i, indexB: j, score: bestMatchDist }; + } + } + } + return bestMatch; + } + function group(a, b, level = 0, cache = /* @__PURE__ */ new Map()) { + const bm = findBestMatch(a, b, cache); + if (!bm || a.length + b.length < 3) { + return [[a, b]]; + } + const a1 = a.slice(0, bm.indexA); + const b1 = b.slice(0, bm.indexB); + const aMatch = [a[bm.indexA]]; + const bMatch = [b[bm.indexB]]; + const tailA = bm.indexA + 1; + const tailB = bm.indexB + 1; + const a2 = a.slice(tailA); + const b2 = b.slice(tailB); + const group1 = group(a1, b1, level + 1, cache); + const groupMatch = group(aMatch, bMatch, level + 1, cache); + const group2 = group(a2, b2, level + 1, cache); + let result = groupMatch; + if (bm.indexA > 0 || bm.indexB > 0) { + result = group1.concat(result); + } + if (a.length > tailA || b.length > tailB) { + result = result.concat(group2); + } + return result; + } + return group; +} + +// node_modules/.pnpm/diff2html@3.4.48/node_modules/diff2html/lib-esm/render-utils.js +var CSSLineClass = { + INSERTS: "d2h-ins", + DELETES: "d2h-del", + CONTEXT: "d2h-cntx", + INFO: "d2h-info", + INSERT_CHANGES: "d2h-ins d2h-change", + DELETE_CHANGES: "d2h-del d2h-change" +}; +var defaultRenderConfig = { + matching: LineMatchingType.NONE, + matchWordsThreshold: 0.25, + maxLineLengthHighlight: 1e4, + diffStyle: DiffStyleType.WORD, + colorScheme: ColorSchemeType.LIGHT +}; +var separator = "/"; +var distance = newDistanceFn((change) => change.value); +var matcher = newMatcherFn(distance); +function isDevNullName(name) { + return name.indexOf("dev/null") !== -1; +} +function removeInsElements(line) { + return line.replace(/(]*>((.|\n)*?)<\/ins>)/g, ""); +} +function removeDelElements(line) { + return line.replace(/(]*>((.|\n)*?)<\/del>)/g, ""); +} +function toCSSClass(lineType) { + switch (lineType) { + case LineType.CONTEXT: + return CSSLineClass.CONTEXT; + case LineType.INSERT: + return CSSLineClass.INSERTS; + case LineType.DELETE: + return CSSLineClass.DELETES; + } +} +function colorSchemeToCss(colorScheme) { + switch (colorScheme) { + case ColorSchemeType.DARK: + return "d2h-dark-color-scheme"; + case ColorSchemeType.AUTO: + return "d2h-auto-color-scheme"; + case ColorSchemeType.LIGHT: + default: + return "d2h-light-color-scheme"; + } +} +function prefixLength(isCombined) { + return isCombined ? 2 : 1; +} +function escapeForHtml(str) { + return str.slice(0).replace(/&/g, "&").replace(//g, ">").replace(/"/g, """).replace(/'/g, "'").replace(/\//g, "/"); +} +function deconstructLine(line, isCombined, escape = true) { + const indexToSplit = prefixLength(isCombined); + return { + prefix: line.substring(0, indexToSplit), + content: escape ? escapeForHtml(line.substring(indexToSplit)) : line.substring(indexToSplit) + }; +} +function filenameDiff(file) { + const oldFilename = unifyPath(file.oldName); + const newFilename = unifyPath(file.newName); + if (oldFilename !== newFilename && !isDevNullName(oldFilename) && !isDevNullName(newFilename)) { + const prefixPaths = []; + const suffixPaths = []; + const oldFilenameParts = oldFilename.split(separator); + const newFilenameParts = newFilename.split(separator); + const oldFilenamePartsSize = oldFilenameParts.length; + const newFilenamePartsSize = newFilenameParts.length; + let i = 0; + let j = oldFilenamePartsSize - 1; + let k = newFilenamePartsSize - 1; + while (i < j && i < k) { + if (oldFilenameParts[i] === newFilenameParts[i]) { + prefixPaths.push(newFilenameParts[i]); + i += 1; + } else { + break; + } + } + while (j > i && k > i) { + if (oldFilenameParts[j] === newFilenameParts[k]) { + suffixPaths.unshift(newFilenameParts[k]); + j -= 1; + k -= 1; + } else { + break; + } + } + const finalPrefix = prefixPaths.join(separator); + const finalSuffix = suffixPaths.join(separator); + const oldRemainingPath = oldFilenameParts.slice(i, j + 1).join(separator); + const newRemainingPath = newFilenameParts.slice(i, k + 1).join(separator); + if (finalPrefix.length && finalSuffix.length) { + return finalPrefix + separator + "{" + oldRemainingPath + " \u2192 " + newRemainingPath + "}" + separator + finalSuffix; + } else if (finalPrefix.length) { + return finalPrefix + separator + "{" + oldRemainingPath + " \u2192 " + newRemainingPath + "}"; + } else if (finalSuffix.length) { + return "{" + oldRemainingPath + " \u2192 " + newRemainingPath + "}" + separator + finalSuffix; + } + return oldFilename + " \u2192 " + newFilename; + } else if (!isDevNullName(newFilename)) { + return newFilename; + } else { + return oldFilename; + } +} +function getHtmlId(file) { + return `d2h-${hashCode(filenameDiff(file)).toString().slice(-6)}`; +} +function getFileIcon(file) { + let templateName = "file-changed"; + if (file.isRename) { + templateName = "file-renamed"; + } else if (file.isCopy) { + templateName = "file-renamed"; + } else if (file.isNew) { + templateName = "file-added"; + } else if (file.isDeleted) { + templateName = "file-deleted"; + } else if (file.newName !== file.oldName) { + templateName = "file-renamed"; + } + return templateName; +} +function diffHighlight(diffLine1, diffLine2, isCombined, config = {}) { + const { matching, maxLineLengthHighlight, matchWordsThreshold, diffStyle } = Object.assign(Object.assign({}, defaultRenderConfig), config); + const line1 = deconstructLine(diffLine1, isCombined, false); + const line2 = deconstructLine(diffLine2, isCombined, false); + if (line1.content.length > maxLineLengthHighlight || line2.content.length > maxLineLengthHighlight) { + return { + oldLine: { + prefix: line1.prefix, + content: escapeForHtml(line1.content) + }, + newLine: { + prefix: line2.prefix, + content: escapeForHtml(line2.content) + } + }; + } + const diff3 = diffStyle === "char" ? diffChars(line1.content, line2.content) : diffWordsWithSpace(line1.content, line2.content); + const changedWords = []; + if (diffStyle === "word" && matching === "words") { + const removed = diff3.filter((element2) => element2.removed); + const added = diff3.filter((element2) => element2.added); + const chunks = matcher(added, removed); + chunks.forEach((chunk) => { + if (chunk[0].length === 1 && chunk[1].length === 1) { + const dist = distance(chunk[0][0], chunk[1][0]); + if (dist < matchWordsThreshold) { + changedWords.push(chunk[0][0]); + changedWords.push(chunk[1][0]); + } + } + }); + } + const highlightedLine = diff3.reduce((highlightedLine2, part) => { + const elemType = part.added ? "ins" : part.removed ? "del" : null; + const addClass = changedWords.indexOf(part) > -1 ? ' class="d2h-change"' : ""; + const escapedValue = escapeForHtml(part.value); + return elemType !== null ? `${highlightedLine2}<${elemType}${addClass}>${escapedValue}` : `${highlightedLine2}${escapedValue}`; + }, ""); + return { + oldLine: { + prefix: line1.prefix, + content: removeInsElements(highlightedLine) + }, + newLine: { + prefix: line2.prefix, + content: removeDelElements(highlightedLine) + } + }; +} + +// node_modules/.pnpm/diff2html@3.4.48/node_modules/diff2html/lib-esm/file-list-renderer.js +var baseTemplatesPath = "file-summary"; +var iconsBaseTemplatesPath = "icon"; +var defaultFileListRendererConfig = { + colorScheme: defaultRenderConfig.colorScheme +}; +var FileListRenderer = class { + constructor(hoganUtils, config = {}) { + this.hoganUtils = hoganUtils; + this.config = Object.assign(Object.assign({}, defaultFileListRendererConfig), config); + } + render(diffFiles) { + const files = diffFiles.map((file) => this.hoganUtils.render(baseTemplatesPath, "line", { + fileHtmlId: getHtmlId(file), + oldName: file.oldName, + newName: file.newName, + fileName: filenameDiff(file), + deletedLines: "-" + file.deletedLines, + addedLines: "+" + file.addedLines + }, { + fileIcon: this.hoganUtils.template(iconsBaseTemplatesPath, getFileIcon(file)) + })).join("\n"); + return this.hoganUtils.render(baseTemplatesPath, "wrapper", { + colorScheme: colorSchemeToCss(this.config.colorScheme), + filesNumber: diffFiles.length, + files + }); + } +}; + +// node_modules/.pnpm/diff2html@3.4.48/node_modules/diff2html/lib-esm/line-by-line-renderer.js +init_polyfill_buffer(); +var defaultLineByLineRendererConfig = Object.assign(Object.assign({}, defaultRenderConfig), { renderNothingWhenEmpty: false, matchingMaxComparisons: 2500, maxLineSizeInBlockForComparison: 200 }); +var genericTemplatesPath = "generic"; +var baseTemplatesPath2 = "line-by-line"; +var iconsBaseTemplatesPath2 = "icon"; +var tagsBaseTemplatesPath = "tag"; +var LineByLineRenderer = class { + constructor(hoganUtils, config = {}) { + this.hoganUtils = hoganUtils; + this.config = Object.assign(Object.assign({}, defaultLineByLineRendererConfig), config); + } + render(diffFiles) { + const diffsHtml = diffFiles.map((file) => { + let diffs; + if (file.blocks.length) { + diffs = this.generateFileHtml(file); + } else { + diffs = this.generateEmptyDiff(); + } + return this.makeFileDiffHtml(file, diffs); + }).join("\n"); + return this.hoganUtils.render(genericTemplatesPath, "wrapper", { + colorScheme: colorSchemeToCss(this.config.colorScheme), + content: diffsHtml + }); + } + makeFileDiffHtml(file, diffs) { + if (this.config.renderNothingWhenEmpty && Array.isArray(file.blocks) && file.blocks.length === 0) + return ""; + const fileDiffTemplate = this.hoganUtils.template(baseTemplatesPath2, "file-diff"); + const filePathTemplate = this.hoganUtils.template(genericTemplatesPath, "file-path"); + const fileIconTemplate = this.hoganUtils.template(iconsBaseTemplatesPath2, "file"); + const fileTagTemplate = this.hoganUtils.template(tagsBaseTemplatesPath, getFileIcon(file)); + return fileDiffTemplate.render({ + file, + fileHtmlId: getHtmlId(file), + diffs, + filePath: filePathTemplate.render({ + fileDiffName: filenameDiff(file) + }, { + fileIcon: fileIconTemplate, + fileTag: fileTagTemplate + }) + }); + } + generateEmptyDiff() { + return this.hoganUtils.render(genericTemplatesPath, "empty-diff", { + contentClass: "d2h-code-line", + CSSLineClass + }); + } + generateFileHtml(file) { + const matcher2 = newMatcherFn(newDistanceFn((e) => deconstructLine(e.content, file.isCombined).content)); + return file.blocks.map((block) => { + let lines = this.hoganUtils.render(genericTemplatesPath, "block-header", { + CSSLineClass, + blockHeader: file.isTooBig ? block.header : escapeForHtml(block.header), + lineClass: "d2h-code-linenumber", + contentClass: "d2h-code-line" + }); + this.applyLineGroupping(block).forEach(([contextLines, oldLines, newLines]) => { + if (oldLines.length && newLines.length && !contextLines.length) { + this.applyRematchMatching(oldLines, newLines, matcher2).map(([oldLines2, newLines2]) => { + const { left, right } = this.processChangedLines(file, file.isCombined, oldLines2, newLines2); + lines += left; + lines += right; + }); + } else if (contextLines.length) { + contextLines.forEach((line) => { + const { prefix, content } = deconstructLine(line.content, file.isCombined); + lines += this.generateSingleLineHtml(file, { + type: CSSLineClass.CONTEXT, + prefix, + content, + oldNumber: line.oldNumber, + newNumber: line.newNumber + }); + }); + } else if (oldLines.length || newLines.length) { + const { left, right } = this.processChangedLines(file, file.isCombined, oldLines, newLines); + lines += left; + lines += right; + } else { + console.error("Unknown state reached while processing groups of lines", contextLines, oldLines, newLines); + } + }); + return lines; + }).join("\n"); + } + applyLineGroupping(block) { + const blockLinesGroups = []; + let oldLines = []; + let newLines = []; + for (let i = 0; i < block.lines.length; i++) { + const diffLine = block.lines[i]; + if (diffLine.type !== LineType.INSERT && newLines.length || diffLine.type === LineType.CONTEXT && oldLines.length > 0) { + blockLinesGroups.push([[], oldLines, newLines]); + oldLines = []; + newLines = []; + } + if (diffLine.type === LineType.CONTEXT) { + blockLinesGroups.push([[diffLine], [], []]); + } else if (diffLine.type === LineType.INSERT && oldLines.length === 0) { + blockLinesGroups.push([[], [], [diffLine]]); + } else if (diffLine.type === LineType.INSERT && oldLines.length > 0) { + newLines.push(diffLine); + } else if (diffLine.type === LineType.DELETE) { + oldLines.push(diffLine); + } + } + if (oldLines.length || newLines.length) { + blockLinesGroups.push([[], oldLines, newLines]); + oldLines = []; + newLines = []; + } + return blockLinesGroups; + } + applyRematchMatching(oldLines, newLines, matcher2) { + const comparisons = oldLines.length * newLines.length; + const maxLineSizeInBlock = Math.max.apply(null, [0].concat(oldLines.concat(newLines).map((elem) => elem.content.length))); + const doMatching = comparisons < this.config.matchingMaxComparisons && maxLineSizeInBlock < this.config.maxLineSizeInBlockForComparison && (this.config.matching === "lines" || this.config.matching === "words"); + return doMatching ? matcher2(oldLines, newLines) : [[oldLines, newLines]]; + } + processChangedLines(file, isCombined, oldLines, newLines) { + const fileHtml = { + right: "", + left: "" + }; + const maxLinesNumber = Math.max(oldLines.length, newLines.length); + for (let i = 0; i < maxLinesNumber; i++) { + const oldLine = oldLines[i]; + const newLine = newLines[i]; + const diff3 = oldLine !== void 0 && newLine !== void 0 ? diffHighlight(oldLine.content, newLine.content, isCombined, this.config) : void 0; + const preparedOldLine = oldLine !== void 0 && oldLine.oldNumber !== void 0 ? Object.assign(Object.assign({}, diff3 !== void 0 ? { + prefix: diff3.oldLine.prefix, + content: diff3.oldLine.content, + type: CSSLineClass.DELETE_CHANGES + } : Object.assign(Object.assign({}, deconstructLine(oldLine.content, isCombined)), { type: toCSSClass(oldLine.type) })), { oldNumber: oldLine.oldNumber, newNumber: oldLine.newNumber }) : void 0; + const preparedNewLine = newLine !== void 0 && newLine.newNumber !== void 0 ? Object.assign(Object.assign({}, diff3 !== void 0 ? { + prefix: diff3.newLine.prefix, + content: diff3.newLine.content, + type: CSSLineClass.INSERT_CHANGES + } : Object.assign(Object.assign({}, deconstructLine(newLine.content, isCombined)), { type: toCSSClass(newLine.type) })), { oldNumber: newLine.oldNumber, newNumber: newLine.newNumber }) : void 0; + const { left, right } = this.generateLineHtml(file, preparedOldLine, preparedNewLine); + fileHtml.left += left; + fileHtml.right += right; + } + return fileHtml; + } + generateLineHtml(file, oldLine, newLine) { + return { + left: this.generateSingleLineHtml(file, oldLine), + right: this.generateSingleLineHtml(file, newLine) + }; + } + generateSingleLineHtml(file, line) { + if (line === void 0) + return ""; + const lineNumberHtml = this.hoganUtils.render(baseTemplatesPath2, "numbers", { + oldNumber: line.oldNumber || "", + newNumber: line.newNumber || "" + }); + return this.hoganUtils.render(genericTemplatesPath, "line", { + type: line.type, + lineClass: "d2h-code-linenumber", + contentClass: "d2h-code-line", + prefix: line.prefix === " " ? " " : line.prefix, + content: line.content, + lineNumber: lineNumberHtml, + line, + file + }); + } +}; + +// node_modules/.pnpm/diff2html@3.4.48/node_modules/diff2html/lib-esm/side-by-side-renderer.js +init_polyfill_buffer(); +var defaultSideBySideRendererConfig = Object.assign(Object.assign({}, defaultRenderConfig), { renderNothingWhenEmpty: false, matchingMaxComparisons: 2500, maxLineSizeInBlockForComparison: 200 }); +var genericTemplatesPath2 = "generic"; +var baseTemplatesPath3 = "side-by-side"; +var iconsBaseTemplatesPath3 = "icon"; +var tagsBaseTemplatesPath2 = "tag"; +var SideBySideRenderer = class { + constructor(hoganUtils, config = {}) { + this.hoganUtils = hoganUtils; + this.config = Object.assign(Object.assign({}, defaultSideBySideRendererConfig), config); + } + render(diffFiles) { + const diffsHtml = diffFiles.map((file) => { + let diffs; + if (file.blocks.length) { + diffs = this.generateFileHtml(file); + } else { + diffs = this.generateEmptyDiff(); + } + return this.makeFileDiffHtml(file, diffs); + }).join("\n"); + return this.hoganUtils.render(genericTemplatesPath2, "wrapper", { + colorScheme: colorSchemeToCss(this.config.colorScheme), + content: diffsHtml + }); + } + makeFileDiffHtml(file, diffs) { + if (this.config.renderNothingWhenEmpty && Array.isArray(file.blocks) && file.blocks.length === 0) + return ""; + const fileDiffTemplate = this.hoganUtils.template(baseTemplatesPath3, "file-diff"); + const filePathTemplate = this.hoganUtils.template(genericTemplatesPath2, "file-path"); + const fileIconTemplate = this.hoganUtils.template(iconsBaseTemplatesPath3, "file"); + const fileTagTemplate = this.hoganUtils.template(tagsBaseTemplatesPath2, getFileIcon(file)); + return fileDiffTemplate.render({ + file, + fileHtmlId: getHtmlId(file), + diffs, + filePath: filePathTemplate.render({ + fileDiffName: filenameDiff(file) + }, { + fileIcon: fileIconTemplate, + fileTag: fileTagTemplate + }) + }); + } + generateEmptyDiff() { + return { + right: "", + left: this.hoganUtils.render(genericTemplatesPath2, "empty-diff", { + contentClass: "d2h-code-side-line", + CSSLineClass + }) + }; + } + generateFileHtml(file) { + const matcher2 = newMatcherFn(newDistanceFn((e) => deconstructLine(e.content, file.isCombined).content)); + return file.blocks.map((block) => { + const fileHtml = { + left: this.makeHeaderHtml(block.header, file), + right: this.makeHeaderHtml("") + }; + this.applyLineGroupping(block).forEach(([contextLines, oldLines, newLines]) => { + if (oldLines.length && newLines.length && !contextLines.length) { + this.applyRematchMatching(oldLines, newLines, matcher2).map(([oldLines2, newLines2]) => { + const { left, right } = this.processChangedLines(file.isCombined, oldLines2, newLines2); + fileHtml.left += left; + fileHtml.right += right; + }); + } else if (contextLines.length) { + contextLines.forEach((line) => { + const { prefix, content } = deconstructLine(line.content, file.isCombined); + const { left, right } = this.generateLineHtml({ + type: CSSLineClass.CONTEXT, + prefix, + content, + number: line.oldNumber + }, { + type: CSSLineClass.CONTEXT, + prefix, + content, + number: line.newNumber + }); + fileHtml.left += left; + fileHtml.right += right; + }); + } else if (oldLines.length || newLines.length) { + const { left, right } = this.processChangedLines(file.isCombined, oldLines, newLines); + fileHtml.left += left; + fileHtml.right += right; + } else { + console.error("Unknown state reached while processing groups of lines", contextLines, oldLines, newLines); + } + }); + return fileHtml; + }).reduce((accomulated, html2) => { + return { left: accomulated.left + html2.left, right: accomulated.right + html2.right }; + }, { left: "", right: "" }); + } + applyLineGroupping(block) { + const blockLinesGroups = []; + let oldLines = []; + let newLines = []; + for (let i = 0; i < block.lines.length; i++) { + const diffLine = block.lines[i]; + if (diffLine.type !== LineType.INSERT && newLines.length || diffLine.type === LineType.CONTEXT && oldLines.length > 0) { + blockLinesGroups.push([[], oldLines, newLines]); + oldLines = []; + newLines = []; + } + if (diffLine.type === LineType.CONTEXT) { + blockLinesGroups.push([[diffLine], [], []]); + } else if (diffLine.type === LineType.INSERT && oldLines.length === 0) { + blockLinesGroups.push([[], [], [diffLine]]); + } else if (diffLine.type === LineType.INSERT && oldLines.length > 0) { + newLines.push(diffLine); + } else if (diffLine.type === LineType.DELETE) { + oldLines.push(diffLine); + } + } + if (oldLines.length || newLines.length) { + blockLinesGroups.push([[], oldLines, newLines]); + oldLines = []; + newLines = []; + } + return blockLinesGroups; + } + applyRematchMatching(oldLines, newLines, matcher2) { + const comparisons = oldLines.length * newLines.length; + const maxLineSizeInBlock = Math.max.apply(null, [0].concat(oldLines.concat(newLines).map((elem) => elem.content.length))); + const doMatching = comparisons < this.config.matchingMaxComparisons && maxLineSizeInBlock < this.config.maxLineSizeInBlockForComparison && (this.config.matching === "lines" || this.config.matching === "words"); + return doMatching ? matcher2(oldLines, newLines) : [[oldLines, newLines]]; + } + makeHeaderHtml(blockHeader, file) { + return this.hoganUtils.render(genericTemplatesPath2, "block-header", { + CSSLineClass, + blockHeader: (file === null || file === void 0 ? void 0 : file.isTooBig) ? blockHeader : escapeForHtml(blockHeader), + lineClass: "d2h-code-side-linenumber", + contentClass: "d2h-code-side-line" + }); + } + processChangedLines(isCombined, oldLines, newLines) { + const fileHtml = { + right: "", + left: "" + }; + const maxLinesNumber = Math.max(oldLines.length, newLines.length); + for (let i = 0; i < maxLinesNumber; i++) { + const oldLine = oldLines[i]; + const newLine = newLines[i]; + const diff3 = oldLine !== void 0 && newLine !== void 0 ? diffHighlight(oldLine.content, newLine.content, isCombined, this.config) : void 0; + const preparedOldLine = oldLine !== void 0 && oldLine.oldNumber !== void 0 ? Object.assign(Object.assign({}, diff3 !== void 0 ? { + prefix: diff3.oldLine.prefix, + content: diff3.oldLine.content, + type: CSSLineClass.DELETE_CHANGES + } : Object.assign(Object.assign({}, deconstructLine(oldLine.content, isCombined)), { type: toCSSClass(oldLine.type) })), { number: oldLine.oldNumber }) : void 0; + const preparedNewLine = newLine !== void 0 && newLine.newNumber !== void 0 ? Object.assign(Object.assign({}, diff3 !== void 0 ? { + prefix: diff3.newLine.prefix, + content: diff3.newLine.content, + type: CSSLineClass.INSERT_CHANGES + } : Object.assign(Object.assign({}, deconstructLine(newLine.content, isCombined)), { type: toCSSClass(newLine.type) })), { number: newLine.newNumber }) : void 0; + const { left, right } = this.generateLineHtml(preparedOldLine, preparedNewLine); + fileHtml.left += left; + fileHtml.right += right; + } + return fileHtml; + } + generateLineHtml(oldLine, newLine) { + return { + left: this.generateSingleHtml(oldLine), + right: this.generateSingleHtml(newLine) + }; + } + generateSingleHtml(line) { + const lineClass = "d2h-code-side-linenumber"; + const contentClass = "d2h-code-side-line"; + return this.hoganUtils.render(genericTemplatesPath2, "line", { + type: (line === null || line === void 0 ? void 0 : line.type) || `${CSSLineClass.CONTEXT} d2h-emptyplaceholder`, + lineClass: line !== void 0 ? lineClass : `${lineClass} d2h-code-side-emptyplaceholder`, + contentClass: line !== void 0 ? contentClass : `${contentClass} d2h-code-side-emptyplaceholder`, + prefix: (line === null || line === void 0 ? void 0 : line.prefix) === " " ? " " : line === null || line === void 0 ? void 0 : line.prefix, + content: line === null || line === void 0 ? void 0 : line.content, + lineNumber: line === null || line === void 0 ? void 0 : line.number + }); + } +}; + +// node_modules/.pnpm/diff2html@3.4.48/node_modules/diff2html/lib-esm/hoganjs-utils.js +init_polyfill_buffer(); +var Hogan3 = __toESM(require_hogan()); + +// node_modules/.pnpm/diff2html@3.4.48/node_modules/diff2html/lib-esm/diff2html-templates.js +init_polyfill_buffer(); +var Hogan2 = __toESM(require_hogan()); +var defaultTemplates = {}; +defaultTemplates["file-summary-line"] = new Hogan2.Template({ code: function(c, p, i) { + var t = this; + t.b(i = i || ""); + t.b('
  • '); + t.b("\n" + i); + t.b(' '); + t.b("\n" + i); + t.b(t.rp("'); + t.b(t.v(t.f("fileName", c, p, 0))); + t.b(""); + t.b("\n" + i); + t.b(' '); + t.b("\n" + i); + t.b(' '); + t.b(t.v(t.f("addedLines", c, p, 0))); + t.b(""); + t.b("\n" + i); + t.b(' '); + t.b(t.v(t.f("deletedLines", c, p, 0))); + t.b(""); + t.b("\n" + i); + t.b(" "); + t.b("\n" + i); + t.b(" "); + t.b("\n" + i); + t.b("
  • "); + return t.fl(); +}, partials: { "'); + t.b("\n" + i); + t.b('
    '); + t.b("\n" + i); + t.b(' Files changed ('); + t.b(t.v(t.f("filesNumber", c, p, 0))); + t.b(")"); + t.b("\n" + i); + t.b(' hide'); + t.b("\n" + i); + t.b(' show'); + t.b("\n" + i); + t.b("
    "); + t.b("\n" + i); + t.b('
      '); + t.b("\n" + i); + t.b(" "); + t.b(t.t(t.f("files", c, p, 0))); + t.b("\n" + i); + t.b("
    "); + t.b("\n" + i); + t.b(""); + return t.fl(); +}, partials: {}, subs: {} }); +defaultTemplates["generic-block-header"] = new Hogan2.Template({ code: function(c, p, i) { + var t = this; + t.b(i = i || ""); + t.b(""); + t.b("\n" + i); + t.b(' '); + t.b("\n" + i); + t.b(' '); + t.b("\n" + i); + t.b('
    '); + if (t.s(t.f("blockHeader", c, p, 1), c, p, 0, 156, 173, "{{ }}")) { + t.rs(c, p, function(c2, p2, t2) { + t2.b(t2.t(t2.f("blockHeader", c2, p2, 0))); + }); + c.pop(); + } + if (!t.s(t.f("blockHeader", c, p, 1), c, p, 1, 0, 0, "")) { + t.b(" "); + } + ; + t.b("
    "); + t.b("\n" + i); + t.b(" "); + t.b("\n" + i); + t.b(""); + return t.fl(); +}, partials: {}, subs: {} }); +defaultTemplates["generic-empty-diff"] = new Hogan2.Template({ code: function(c, p, i) { + var t = this; + t.b(i = i || ""); + t.b(""); + t.b("\n" + i); + t.b(' '); + t.b("\n" + i); + t.b('
    '); + t.b("\n" + i); + t.b(" File without changes"); + t.b("\n" + i); + t.b("
    "); + t.b("\n" + i); + t.b(" "); + t.b("\n" + i); + t.b(""); + return t.fl(); +}, partials: {}, subs: {} }); +defaultTemplates["generic-file-path"] = new Hogan2.Template({ code: function(c, p, i) { + var t = this; + t.b(i = i || ""); + t.b(''); + t.b("\n" + i); + t.b(t.rp("'); + t.b(t.v(t.f("fileDiffName", c, p, 0))); + t.b(""); + t.b("\n" + i); + t.b(t.rp(""); + t.b("\n" + i); + t.b('"); + return t.fl(); +}, partials: { ""); + t.b("\n" + i); + t.b(' '); + t.b("\n" + i); + t.b(" "); + t.b(t.t(t.f("lineNumber", c, p, 0))); + t.b("\n" + i); + t.b(" "); + t.b("\n" + i); + t.b(' '); + t.b("\n" + i); + t.b('
    '); + t.b("\n" + i); + if (t.s(t.f("prefix", c, p, 1), c, p, 0, 162, 238, "{{ }}")) { + t.rs(c, p, function(c2, p2, t2) { + t2.b(' '); + t2.b(t2.t(t2.f("prefix", c2, p2, 0))); + t2.b(""); + t2.b("\n" + i); + }); + c.pop(); + } + if (!t.s(t.f("prefix", c, p, 1), c, p, 1, 0, 0, "")) { + t.b('  '); + t.b("\n" + i); + } + ; + if (t.s(t.f("content", c, p, 1), c, p, 0, 371, 445, "{{ }}")) { + t.rs(c, p, function(c2, p2, t2) { + t2.b(' '); + t2.b(t2.t(t2.f("content", c2, p2, 0))); + t2.b(""); + t2.b("\n" + i); + }); + c.pop(); + } + if (!t.s(t.f("content", c, p, 1), c, p, 1, 0, 0, "")) { + t.b('
    '); + t.b("\n" + i); + } + ; + t.b("
    "); + t.b("\n" + i); + t.b(" "); + t.b("\n" + i); + t.b(""); + return t.fl(); +}, partials: {}, subs: {} }); +defaultTemplates["generic-wrapper"] = new Hogan2.Template({ code: function(c, p, i) { + var t = this; + t.b(i = i || ""); + t.b('
    '); + t.b("\n" + i); + t.b(" "); + t.b(t.t(t.f("content", c, p, 0))); + t.b("\n" + i); + t.b("
    "); + return t.fl(); +}, partials: {}, subs: {} }); +defaultTemplates["icon-file-added"] = new Hogan2.Template({ code: function(c, p, i) { + var t = this; + t.b(i = i || ""); + t.b('"); + return t.fl(); +}, partials: {}, subs: {} }); +defaultTemplates["icon-file-changed"] = new Hogan2.Template({ code: function(c, p, i) { + var t = this; + t.b(i = i || ""); + t.b('"); + return t.fl(); +}, partials: {}, subs: {} }); +defaultTemplates["icon-file-deleted"] = new Hogan2.Template({ code: function(c, p, i) { + var t = this; + t.b(i = i || ""); + t.b('"); + return t.fl(); +}, partials: {}, subs: {} }); +defaultTemplates["icon-file-renamed"] = new Hogan2.Template({ code: function(c, p, i) { + var t = this; + t.b(i = i || ""); + t.b('"); + return t.fl(); +}, partials: {}, subs: {} }); +defaultTemplates["icon-file"] = new Hogan2.Template({ code: function(c, p, i) { + var t = this; + t.b(i = i || ""); + t.b('"); + return t.fl(); +}, partials: {}, subs: {} }); +defaultTemplates["line-by-line-file-diff"] = new Hogan2.Template({ code: function(c, p, i) { + var t = this; + t.b(i = i || ""); + t.b('
    '); + t.b("\n" + i); + t.b('
    '); + t.b("\n" + i); + t.b(" "); + t.b(t.t(t.f("filePath", c, p, 0))); + t.b("\n" + i); + t.b("
    "); + t.b("\n" + i); + t.b('
    '); + t.b("\n" + i); + t.b('
    '); + t.b("\n" + i); + t.b(' '); + t.b("\n" + i); + t.b(' '); + t.b("\n" + i); + t.b(" "); + t.b(t.t(t.f("diffs", c, p, 0))); + t.b("\n" + i); + t.b(" "); + t.b("\n" + i); + t.b("
    "); + t.b("\n" + i); + t.b("
    "); + t.b("\n" + i); + t.b("
    "); + t.b("\n" + i); + t.b("
    "); + return t.fl(); +}, partials: {}, subs: {} }); +defaultTemplates["line-by-line-numbers"] = new Hogan2.Template({ code: function(c, p, i) { + var t = this; + t.b(i = i || ""); + t.b('
    '); + t.b(t.v(t.f("oldNumber", c, p, 0))); + t.b("
    "); + t.b("\n" + i); + t.b('
    '); + t.b(t.v(t.f("newNumber", c, p, 0))); + t.b("
    "); + return t.fl(); +}, partials: {}, subs: {} }); +defaultTemplates["side-by-side-file-diff"] = new Hogan2.Template({ code: function(c, p, i) { + var t = this; + t.b(i = i || ""); + t.b('
    '); + t.b("\n" + i); + t.b('
    '); + t.b("\n" + i); + t.b(" "); + t.b(t.t(t.f("filePath", c, p, 0))); + t.b("\n" + i); + t.b("
    "); + t.b("\n" + i); + t.b('
    '); + t.b("\n" + i); + t.b('
    '); + t.b("\n" + i); + t.b('
    '); + t.b("\n" + i); + t.b(' '); + t.b("\n" + i); + t.b(' '); + t.b("\n" + i); + t.b(" "); + t.b(t.t(t.d("diffs.left", c, p, 0))); + t.b("\n" + i); + t.b(" "); + t.b("\n" + i); + t.b("
    "); + t.b("\n" + i); + t.b("
    "); + t.b("\n" + i); + t.b("
    "); + t.b("\n" + i); + t.b('
    '); + t.b("\n" + i); + t.b('
    '); + t.b("\n" + i); + t.b(' '); + t.b("\n" + i); + t.b(' '); + t.b("\n" + i); + t.b(" "); + t.b(t.t(t.d("diffs.right", c, p, 0))); + t.b("\n" + i); + t.b(" "); + t.b("\n" + i); + t.b("
    "); + t.b("\n" + i); + t.b("
    "); + t.b("\n" + i); + t.b("
    "); + t.b("\n" + i); + t.b("
    "); + t.b("\n" + i); + t.b("
    "); + return t.fl(); +}, partials: {}, subs: {} }); +defaultTemplates["tag-file-added"] = new Hogan2.Template({ code: function(c, p, i) { + var t = this; + t.b(i = i || ""); + t.b('ADDED'); + return t.fl(); +}, partials: {}, subs: {} }); +defaultTemplates["tag-file-changed"] = new Hogan2.Template({ code: function(c, p, i) { + var t = this; + t.b(i = i || ""); + t.b('CHANGED'); + return t.fl(); +}, partials: {}, subs: {} }); +defaultTemplates["tag-file-deleted"] = new Hogan2.Template({ code: function(c, p, i) { + var t = this; + t.b(i = i || ""); + t.b('DELETED'); + return t.fl(); +}, partials: {}, subs: {} }); +defaultTemplates["tag-file-renamed"] = new Hogan2.Template({ code: function(c, p, i) { + var t = this; + t.b(i = i || ""); + t.b('RENAMED'); + return t.fl(); +}, partials: {}, subs: {} }); + +// node_modules/.pnpm/diff2html@3.4.48/node_modules/diff2html/lib-esm/hoganjs-utils.js +var HoganJsUtils = class { + constructor({ compiledTemplates = {}, rawTemplates = {} }) { + const compiledRawTemplates = Object.entries(rawTemplates).reduce((previousTemplates, [name, templateString]) => { + const compiledTemplate = Hogan3.compile(templateString, { asString: false }); + return Object.assign(Object.assign({}, previousTemplates), { [name]: compiledTemplate }); + }, {}); + this.preCompiledTemplates = Object.assign(Object.assign(Object.assign({}, defaultTemplates), compiledTemplates), compiledRawTemplates); + } + static compile(templateString) { + return Hogan3.compile(templateString, { asString: false }); + } + render(namespace, view, params, partials, indent2) { + const templateKey = this.templateKey(namespace, view); + try { + const template = this.preCompiledTemplates[templateKey]; + return template.render(params, partials, indent2); + } catch (e) { + throw new Error(`Could not find template to render '${templateKey}'`); + } + } + template(namespace, view) { + return this.preCompiledTemplates[this.templateKey(namespace, view)]; + } + templateKey(namespace, view) { + return `${namespace}-${view}`; + } +}; + +// node_modules/.pnpm/diff2html@3.4.48/node_modules/diff2html/lib-esm/diff2html.js +var defaultDiff2HtmlConfig = Object.assign(Object.assign(Object.assign({}, defaultLineByLineRendererConfig), defaultSideBySideRendererConfig), { outputFormat: OutputFormatType.LINE_BY_LINE, drawFileList: true }); +function html(diffInput, configuration = {}) { + const config = Object.assign(Object.assign({}, defaultDiff2HtmlConfig), configuration); + const diffJson = typeof diffInput === "string" ? parse(diffInput, config) : diffInput; + const hoganUtils = new HoganJsUtils(config); + const { colorScheme } = config; + const fileListRendererConfig = { colorScheme }; + const fileList = config.drawFileList ? new FileListRenderer(hoganUtils, fileListRendererConfig).render(diffJson) : ""; + const diffOutput = config.outputFormat === "side-by-side" ? new SideBySideRenderer(hoganUtils, config).render(diffJson) : new LineByLineRenderer(hoganUtils, config).render(diffJson); + return fileList + diffOutput; +} + +// src/ui/diff/diffView.ts +var import_obsidian17 = require("obsidian"); +var DiffView = class extends import_obsidian17.ItemView { + constructor(leaf, plugin) { + super(leaf); + this.plugin = plugin; + this.gettingDiff = false; + this.gitRefreshBind = this.refresh.bind(this); + this.gitViewRefreshBind = this.refresh.bind(this); + this.parser = new DOMParser(); + this.navigation = true; + addEventListener("git-refresh", this.gitRefreshBind); + addEventListener("git-view-refresh", this.gitViewRefreshBind); + } + getViewType() { + return DIFF_VIEW_CONFIG.type; + } + getDisplayText() { + var _a2; + if (((_a2 = this.state) == null ? void 0 : _a2.file) != null) { + let fileName = this.state.file.split("/").last(); + if (fileName == null ? void 0 : fileName.endsWith(".md")) fileName = fileName.slice(0, -3); + return DIFF_VIEW_CONFIG.name + ` (${fileName})`; + } + return DIFF_VIEW_CONFIG.name; + } + getIcon() { + return DIFF_VIEW_CONFIG.icon; + } + async setState(state, result) { + this.state = state; + if (import_obsidian17.Platform.isMobile) { + this.leaf.view.titleEl.textContent = this.getDisplayText(); + } + await this.refresh(); + } + getState() { + return this.state; + } + onClose() { + removeEventListener("git-refresh", this.gitRefreshBind); + removeEventListener("git-view-refresh", this.gitViewRefreshBind); + return super.onClose(); + } + onOpen() { + this.refresh(); + return super.onOpen(); + } + async refresh() { + var _a2; + if (((_a2 = this.state) == null ? void 0 : _a2.file) && !this.gettingDiff && this.plugin.gitManager) { + this.gettingDiff = true; + try { + let diff3 = await this.plugin.gitManager.getDiffString( + this.state.file, + this.state.staged, + this.state.hash + ); + this.contentEl.empty(); + if (!diff3) { + if (this.plugin.gitManager instanceof SimpleGit && await this.plugin.gitManager.isTracked( + this.state.file + )) { + diff3 = [ + `--- ${this.state.file}`, + `+++ ${this.state.file}`, + "" + ].join("\n"); + } else { + const content = await this.app.vault.adapter.read( + this.plugin.gitManager.getRelativeVaultPath( + this.state.file + ) + ); + const header = `--- /dev/null ++++ ${this.state.file} +@@ -0,0 +1,${content.split("\n").length} @@`; + diff3 = [ + ...header.split("\n"), + ...content.split("\n").map((line) => `+${line}`) + ].join("\n"); + } + } + const diffEl = this.parser.parseFromString(html(diff3), "text/html").querySelector(".d2h-file-diff"); + this.contentEl.append(diffEl); + } finally { + this.gettingDiff = false; + } + } + } +}; + +// src/ui/history/historyView.ts +init_polyfill_buffer(); +var import_obsidian21 = require("obsidian"); + +// src/ui/history/historyView.svelte +init_polyfill_buffer(); + +// node_modules/.pnpm/svelte@4.2.18/node_modules/svelte/src/runtime/internal/index.js +init_polyfill_buffer(); + +// node_modules/.pnpm/svelte@4.2.18/node_modules/svelte/src/runtime/internal/animations.js +init_polyfill_buffer(); + +// node_modules/.pnpm/svelte@4.2.18/node_modules/svelte/src/runtime/internal/utils.js +init_polyfill_buffer(); +function noop() { +} +var identity = (x) => x; +function run(fn) { + return fn(); +} +function blank_object() { + return /* @__PURE__ */ Object.create(null); +} +function run_all(fns) { + fns.forEach(run); +} +function is_function(thing) { + return typeof thing === "function"; +} +function safe_not_equal(a, b) { + return a != a ? b == b : a !== b || a && typeof a === "object" || typeof a === "function"; +} +function is_empty(obj) { + return Object.keys(obj).length === 0; +} + +// node_modules/.pnpm/svelte@4.2.18/node_modules/svelte/src/runtime/internal/environment.js +init_polyfill_buffer(); +var is_client = typeof window !== "undefined"; +var now = is_client ? () => window.performance.now() : () => Date.now(); +var raf = is_client ? (cb) => requestAnimationFrame(cb) : noop; + +// node_modules/.pnpm/svelte@4.2.18/node_modules/svelte/src/runtime/internal/loop.js +init_polyfill_buffer(); +var tasks = /* @__PURE__ */ new Set(); +function run_tasks(now2) { + tasks.forEach((task) => { + if (!task.c(now2)) { + tasks.delete(task); + task.f(); + } + }); + if (tasks.size !== 0) raf(run_tasks); +} +function loop(callback) { + let task; + if (tasks.size === 0) raf(run_tasks); + return { + promise: new Promise((fulfill) => { + tasks.add(task = { c: callback, f: fulfill }); + }), + abort() { + tasks.delete(task); + } + }; +} + +// node_modules/.pnpm/svelte@4.2.18/node_modules/svelte/src/runtime/internal/style_manager.js +init_polyfill_buffer(); + +// node_modules/.pnpm/svelte@4.2.18/node_modules/svelte/src/runtime/internal/dom.js +init_polyfill_buffer(); + +// node_modules/.pnpm/svelte@4.2.18/node_modules/svelte/src/runtime/internal/ResizeObserverSingleton.js +init_polyfill_buffer(); + +// node_modules/.pnpm/svelte@4.2.18/node_modules/svelte/src/runtime/internal/globals.js +init_polyfill_buffer(); +var globals = typeof window !== "undefined" ? window : typeof globalThis !== "undefined" ? globalThis : ( + // @ts-ignore Node typings have this + global +); + +// node_modules/.pnpm/svelte@4.2.18/node_modules/svelte/src/runtime/internal/ResizeObserverSingleton.js +var ResizeObserverSingleton = class _ResizeObserverSingleton { + /** @param {ResizeObserverOptions} options */ + constructor(options) { + /** + * @private + * @readonly + * @type {WeakMap} + */ + __publicField(this, "_listeners", "WeakMap" in globals ? /* @__PURE__ */ new WeakMap() : void 0); + /** + * @private + * @type {ResizeObserver} + */ + __publicField(this, "_observer"); + /** @type {ResizeObserverOptions} */ + __publicField(this, "options"); + this.options = options; + } + /** + * @param {Element} element + * @param {import('./private.js').Listener} listener + * @returns {() => void} + */ + observe(element2, listener) { + this._listeners.set(element2, listener); + this._getObserver().observe(element2, this.options); + return () => { + this._listeners.delete(element2); + this._observer.unobserve(element2); + }; + } + /** + * @private + */ + _getObserver() { + var _a2; + return (_a2 = this._observer) != null ? _a2 : this._observer = new ResizeObserver((entries) => { + var _a3; + for (const entry of entries) { + _ResizeObserverSingleton.entries.set(entry.target, entry); + (_a3 = this._listeners.get(entry.target)) == null ? void 0 : _a3(entry); + } + }); + } +}; +ResizeObserverSingleton.entries = "WeakMap" in globals ? /* @__PURE__ */ new WeakMap() : void 0; + +// node_modules/.pnpm/svelte@4.2.18/node_modules/svelte/src/runtime/internal/dom.js +var is_hydrating = false; +function start_hydrating() { + is_hydrating = true; +} +function end_hydrating() { + is_hydrating = false; +} +function append2(target, node) { + target.appendChild(node); +} +function append_styles(target, style_sheet_id, styles) { + const append_styles_to = get_root_for_style(target); + if (!append_styles_to.getElementById(style_sheet_id)) { + const style = element("style"); + style.id = style_sheet_id; + style.textContent = styles; + append_stylesheet(append_styles_to, style); + } +} +function get_root_for_style(node) { + if (!node) return document; + const root2 = node.getRootNode ? node.getRootNode() : node.ownerDocument; + if (root2 && /** @type {ShadowRoot} */ + root2.host) { + return ( + /** @type {ShadowRoot} */ + root2 + ); + } + return node.ownerDocument; +} +function append_empty_stylesheet(node) { + const style_element = element("style"); + style_element.textContent = "/* empty */"; + append_stylesheet(get_root_for_style(node), style_element); + return style_element.sheet; +} +function append_stylesheet(node, style) { + append2( + /** @type {Document} */ + node.head || node, + style + ); + return style.sheet; +} +function insert(target, node, anchor) { + target.insertBefore(node, anchor || null); +} +function detach(node) { + if (node.parentNode) { + node.parentNode.removeChild(node); + } +} +function destroy_each(iterations, detaching) { + for (let i = 0; i < iterations.length; i += 1) { + if (iterations[i]) iterations[i].d(detaching); + } +} +function element(name) { + return document.createElement(name); +} +function text(data) { + return document.createTextNode(data); +} +function space() { + return text(" "); +} +function empty() { + return text(""); +} +function listen(node, event, handler, options) { + node.addEventListener(event, handler, options); + return () => node.removeEventListener(event, handler, options); +} +function stop_propagation(fn) { + return function(event) { + event.stopPropagation(); + return fn.call(this, event); + }; +} +function attr(node, attribute, value) { + if (value == null) node.removeAttribute(attribute); + else if (node.getAttribute(attribute) !== value) node.setAttribute(attribute, value); +} +function children(element2) { + return Array.from(element2.childNodes); +} +function set_data(text2, data) { + data = "" + data; + if (text2.data === data) return; + text2.data = /** @type {string} */ + data; +} +function set_input_value(input, value) { + input.value = value == null ? "" : value; +} +function set_style(node, key2, value, important) { + if (value == null) { + node.style.removeProperty(key2); + } else { + node.style.setProperty(key2, value, important ? "important" : ""); + } +} +function toggle_class(element2, name, toggle) { + element2.classList.toggle(name, !!toggle); +} +function custom_event(type, detail, { bubbles = false, cancelable = false } = {}) { + return new CustomEvent(type, { detail, bubbles, cancelable }); +} +function get_custom_elements_slots(element2) { + const result = {}; + element2.childNodes.forEach( + /** @param {Element} node */ + (node) => { + result[node.slot || "default"] = true; + } + ); + return result; +} + +// node_modules/.pnpm/svelte@4.2.18/node_modules/svelte/src/runtime/internal/style_manager.js +var managed_styles = /* @__PURE__ */ new Map(); +var active = 0; +function hash(str) { + let hash2 = 5381; + let i = str.length; + while (i--) hash2 = (hash2 << 5) - hash2 ^ str.charCodeAt(i); + return hash2 >>> 0; +} +function create_style_information(doc, node) { + const info = { stylesheet: append_empty_stylesheet(node), rules: {} }; + managed_styles.set(doc, info); + return info; +} +function create_rule(node, a, b, duration, delay2, ease, fn, uid = 0) { + const step = 16.666 / duration; + let keyframes = "{\n"; + for (let p = 0; p <= 1; p += step) { + const t = a + (b - a) * ease(p); + keyframes += p * 100 + `%{${fn(t, 1 - t)}} +`; + } + const rule = keyframes + `100% {${fn(b, 1 - b)}} +}`; + const name = `__svelte_${hash(rule)}_${uid}`; + const doc = get_root_for_style(node); + const { stylesheet, rules } = managed_styles.get(doc) || create_style_information(doc, node); + if (!rules[name]) { + rules[name] = true; + stylesheet.insertRule(`@keyframes ${name} ${rule}`, stylesheet.cssRules.length); + } + const animation = node.style.animation || ""; + node.style.animation = `${animation ? `${animation}, ` : ""}${name} ${duration}ms linear ${delay2}ms 1 both`; + active += 1; + return name; +} +function delete_rule(node, name) { + const previous = (node.style.animation || "").split(", "); + const next = previous.filter( + name ? (anim) => anim.indexOf(name) < 0 : (anim) => anim.indexOf("__svelte") === -1 + // remove all Svelte animations + ); + const deleted = previous.length - next.length; + if (deleted) { + node.style.animation = next.join(", "); + active -= deleted; + if (!active) clear_rules(); + } +} +function clear_rules() { + raf(() => { + if (active) return; + managed_styles.forEach((info) => { + const { ownerNode } = info.stylesheet; + if (ownerNode) detach(ownerNode); + }); + managed_styles.clear(); + }); +} + +// node_modules/.pnpm/svelte@4.2.18/node_modules/svelte/src/runtime/internal/await_block.js +init_polyfill_buffer(); + +// node_modules/.pnpm/svelte@4.2.18/node_modules/svelte/src/runtime/internal/transitions.js +init_polyfill_buffer(); + +// node_modules/.pnpm/svelte@4.2.18/node_modules/svelte/src/runtime/internal/scheduler.js +init_polyfill_buffer(); + +// node_modules/.pnpm/svelte@4.2.18/node_modules/svelte/src/runtime/internal/lifecycle.js +init_polyfill_buffer(); +var current_component; +function set_current_component(component) { + current_component = component; +} +function get_current_component() { + if (!current_component) throw new Error("Function called outside component initialization"); + return current_component; +} +function onDestroy(fn) { + get_current_component().$$.on_destroy.push(fn); +} +function bubble(component, event) { + const callbacks = component.$$.callbacks[event.type]; + if (callbacks) { + callbacks.slice().forEach((fn) => fn.call(this, event)); + } +} + +// node_modules/.pnpm/svelte@4.2.18/node_modules/svelte/src/runtime/internal/scheduler.js +var dirty_components = []; +var binding_callbacks = []; +var render_callbacks = []; +var flush_callbacks = []; +var resolved_promise = /* @__PURE__ */ Promise.resolve(); +var update_scheduled = false; +function schedule_update() { + if (!update_scheduled) { + update_scheduled = true; + resolved_promise.then(flush); + } +} +function add_render_callback(fn) { + render_callbacks.push(fn); +} +var seen_callbacks = /* @__PURE__ */ new Set(); +var flushidx = 0; +function flush() { + if (flushidx !== 0) { + return; + } + const saved_component = current_component; + do { + try { + while (flushidx < dirty_components.length) { + const component = dirty_components[flushidx]; + flushidx++; + set_current_component(component); + update(component.$$); + } + } catch (e) { + dirty_components.length = 0; + flushidx = 0; + throw e; + } + set_current_component(null); + dirty_components.length = 0; + flushidx = 0; + while (binding_callbacks.length) binding_callbacks.pop()(); + for (let i = 0; i < render_callbacks.length; i += 1) { + const callback = render_callbacks[i]; + if (!seen_callbacks.has(callback)) { + seen_callbacks.add(callback); + callback(); + } + } + render_callbacks.length = 0; + } while (dirty_components.length); + while (flush_callbacks.length) { + flush_callbacks.pop()(); + } + update_scheduled = false; + seen_callbacks.clear(); + set_current_component(saved_component); +} +function update($$) { + if ($$.fragment !== null) { + $$.update(); + run_all($$.before_update); + const dirty = $$.dirty; + $$.dirty = [-1]; + $$.fragment && $$.fragment.p($$.ctx, dirty); + $$.after_update.forEach(add_render_callback); + } +} +function flush_render_callbacks(fns) { + const filtered = []; + const targets = []; + render_callbacks.forEach((c) => fns.indexOf(c) === -1 ? filtered.push(c) : targets.push(c)); + targets.forEach((c) => c()); + render_callbacks = filtered; +} + +// node_modules/.pnpm/svelte@4.2.18/node_modules/svelte/src/runtime/internal/transitions.js +var promise; +function wait() { + if (!promise) { + promise = Promise.resolve(); + promise.then(() => { + promise = null; + }); + } + return promise; +} +function dispatch(node, direction, kind) { + node.dispatchEvent(custom_event(`${direction ? "intro" : "outro"}${kind}`)); +} +var outroing = /* @__PURE__ */ new Set(); +var outros; +function group_outros() { + outros = { + r: 0, + c: [], + p: outros + // parent group + }; +} +function check_outros() { + if (!outros.r) { + run_all(outros.c); + } + outros = outros.p; +} +function transition_in(block, local) { + if (block && block.i) { + outroing.delete(block); + block.i(local); + } +} +function transition_out(block, local, detach2, callback) { + if (block && block.o) { + if (outroing.has(block)) return; + outroing.add(block); + outros.c.push(() => { + outroing.delete(block); + if (callback) { + if (detach2) block.d(1); + callback(); + } + }); + block.o(local); + } else if (callback) { + callback(); + } +} +var null_transition = { duration: 0 }; +function create_bidirectional_transition(node, fn, params, intro) { + const options = { direction: "both" }; + let config = fn(node, params, options); + let t = intro ? 0 : 1; + let running_program = null; + let pending_program = null; + let animation_name = null; + let original_inert_value; + function clear_animation() { + if (animation_name) delete_rule(node, animation_name); + } + function init3(program, duration) { + const d = ( + /** @type {Program['d']} */ + program.b - t + ); + duration *= Math.abs(d); + return { + a: t, + b: program.b, + d, + duration, + start: program.start, + end: program.start + duration, + group: program.group + }; + } + function go(b) { + const { + delay: delay2 = 0, + duration = 300, + easing = identity, + tick: tick2 = noop, + css + } = config || null_transition; + const program = { + start: now() + delay2, + b + }; + if (!b) { + program.group = outros; + outros.r += 1; + } + if ("inert" in node) { + if (b) { + if (original_inert_value !== void 0) { + node.inert = original_inert_value; + } + } else { + original_inert_value = /** @type {HTMLElement} */ + node.inert; + node.inert = true; + } + } + if (running_program || pending_program) { + pending_program = program; + } else { + if (css) { + clear_animation(); + animation_name = create_rule(node, t, b, duration, delay2, easing, css); + } + if (b) tick2(0, 1); + running_program = init3(program, duration); + add_render_callback(() => dispatch(node, b, "start")); + loop((now2) => { + if (pending_program && now2 > pending_program.start) { + running_program = init3(pending_program, duration); + pending_program = null; + dispatch(node, running_program.b, "start"); + if (css) { + clear_animation(); + animation_name = create_rule( + node, + t, + running_program.b, + running_program.duration, + 0, + easing, + config.css + ); + } + } + if (running_program) { + if (now2 >= running_program.end) { + tick2(t = running_program.b, 1 - t); + dispatch(node, running_program.b, "end"); + if (!pending_program) { + if (running_program.b) { + clear_animation(); + } else { + if (!--running_program.group.r) run_all(running_program.group.c); + } + } + running_program = null; + } else if (now2 >= running_program.start) { + const p = now2 - running_program.start; + t = running_program.a + running_program.d * easing(p / running_program.duration); + tick2(t, 1 - t); + } + } + return !!(running_program || pending_program); + }); + } + } + return { + run(b) { + if (is_function(config)) { + wait().then(() => { + const opts = { direction: b ? "in" : "out" }; + config = config(opts); + go(b); + }); + } else { + go(b); + } + }, + end() { + clear_animation(); + running_program = pending_program = null; + } + }; +} + +// node_modules/.pnpm/svelte@4.2.18/node_modules/svelte/src/runtime/internal/each.js +init_polyfill_buffer(); +function ensure_array_like(array_like_or_iterator) { + return (array_like_or_iterator == null ? void 0 : array_like_or_iterator.length) !== void 0 ? array_like_or_iterator : Array.from(array_like_or_iterator); +} + +// node_modules/.pnpm/svelte@4.2.18/node_modules/svelte/src/runtime/internal/spread.js +init_polyfill_buffer(); + +// node_modules/.pnpm/svelte@4.2.18/node_modules/svelte/src/runtime/internal/ssr.js +init_polyfill_buffer(); + +// node_modules/.pnpm/svelte@4.2.18/node_modules/svelte/src/shared/boolean_attributes.js +init_polyfill_buffer(); +var _boolean_attributes = ( + /** @type {const} */ + [ + "allowfullscreen", + "allowpaymentrequest", + "async", + "autofocus", + "autoplay", + "checked", + "controls", + "default", + "defer", + "disabled", + "formnovalidate", + "hidden", + "inert", + "ismap", + "loop", + "multiple", + "muted", + "nomodule", + "novalidate", + "open", + "playsinline", + "readonly", + "required", + "reversed", + "selected" + ] +); +var boolean_attributes = /* @__PURE__ */ new Set([..._boolean_attributes]); + +// node_modules/.pnpm/svelte@4.2.18/node_modules/svelte/src/shared/utils/names.js +init_polyfill_buffer(); + +// node_modules/.pnpm/svelte@4.2.18/node_modules/svelte/src/runtime/internal/Component.js +init_polyfill_buffer(); +function create_component(block) { + block && block.c(); +} +function mount_component(component, target, anchor) { + const { fragment, after_update } = component.$$; + fragment && fragment.m(target, anchor); + add_render_callback(() => { + const new_on_destroy = component.$$.on_mount.map(run).filter(is_function); + if (component.$$.on_destroy) { + component.$$.on_destroy.push(...new_on_destroy); + } else { + run_all(new_on_destroy); + } + component.$$.on_mount = []; + }); + after_update.forEach(add_render_callback); +} +function destroy_component(component, detaching) { + const $$ = component.$$; + if ($$.fragment !== null) { + flush_render_callbacks($$.after_update); + run_all($$.on_destroy); + $$.fragment && $$.fragment.d(detaching); + $$.on_destroy = $$.fragment = null; + $$.ctx = []; + } +} +function make_dirty(component, i) { + if (component.$$.dirty[0] === -1) { + dirty_components.push(component); + schedule_update(); + component.$$.dirty.fill(0); + } + component.$$.dirty[i / 31 | 0] |= 1 << i % 31; +} +function init2(component, options, instance10, create_fragment10, not_equal, props, append_styles2 = null, dirty = [-1]) { + const parent_component = current_component; + set_current_component(component); + const $$ = component.$$ = { + fragment: null, + ctx: [], + // state + props, + update: noop, + not_equal, + bound: blank_object(), + // lifecycle + on_mount: [], + on_destroy: [], + on_disconnect: [], + before_update: [], + after_update: [], + context: new Map(options.context || (parent_component ? parent_component.$$.context : [])), + // everything else + callbacks: blank_object(), + dirty, + skip_bound: false, + root: options.target || parent_component.$$.root + }; + append_styles2 && append_styles2($$.root); + let ready = false; + $$.ctx = instance10 ? instance10(component, options.props || {}, (i, ret, ...rest) => { + const value = rest.length ? rest[0] : ret; + if ($$.ctx && not_equal($$.ctx[i], $$.ctx[i] = value)) { + if (!$$.skip_bound && $$.bound[i]) $$.bound[i](value); + if (ready) make_dirty(component, i); + } + return ret; + }) : []; + $$.update(); + ready = true; + run_all($$.before_update); + $$.fragment = create_fragment10 ? create_fragment10($$.ctx) : false; + if (options.target) { + if (options.hydrate) { + start_hydrating(); + const nodes = children(options.target); + $$.fragment && $$.fragment.l(nodes); + nodes.forEach(detach); + } else { + $$.fragment && $$.fragment.c(); + } + if (options.intro) transition_in(component.$$.fragment); + mount_component(component, options.target, options.anchor); + end_hydrating(); + flush(); + } + set_current_component(parent_component); +} +var SvelteElement; +if (typeof HTMLElement === "function") { + SvelteElement = class extends HTMLElement { + constructor($$componentCtor, $$slots, use_shadow_dom) { + super(); + /** The Svelte component constructor */ + __publicField(this, "$$ctor"); + /** Slots */ + __publicField(this, "$$s"); + /** The Svelte component instance */ + __publicField(this, "$$c"); + /** Whether or not the custom element is connected */ + __publicField(this, "$$cn", false); + /** Component props data */ + __publicField(this, "$$d", {}); + /** `true` if currently in the process of reflecting component props back to attributes */ + __publicField(this, "$$r", false); + /** @type {Record} Props definition (name, reflected, type etc) */ + __publicField(this, "$$p_d", {}); + /** @type {Record} Event listeners */ + __publicField(this, "$$l", {}); + /** @type {Map} Event listener unsubscribe functions */ + __publicField(this, "$$l_u", /* @__PURE__ */ new Map()); + this.$$ctor = $$componentCtor; + this.$$s = $$slots; + if (use_shadow_dom) { + this.attachShadow({ mode: "open" }); + } + } + addEventListener(type, listener, options) { + this.$$l[type] = this.$$l[type] || []; + this.$$l[type].push(listener); + if (this.$$c) { + const unsub = this.$$c.$on(type, listener); + this.$$l_u.set(listener, unsub); + } + super.addEventListener(type, listener, options); + } + removeEventListener(type, listener, options) { + super.removeEventListener(type, listener, options); + if (this.$$c) { + const unsub = this.$$l_u.get(listener); + if (unsub) { + unsub(); + this.$$l_u.delete(listener); + } + } + } + async connectedCallback() { + this.$$cn = true; + if (!this.$$c) { + let create_slot = function(name) { + return () => { + let node; + const obj = { + c: function create() { + node = element("slot"); + if (name !== "default") { + attr(node, "name", name); + } + }, + /** + * @param {HTMLElement} target + * @param {HTMLElement} [anchor] + */ + m: function mount(target, anchor) { + insert(target, node, anchor); + }, + d: function destroy(detaching) { + if (detaching) { + detach(node); + } + } + }; + return obj; + }; + }; + await Promise.resolve(); + if (!this.$$cn || this.$$c) { + return; + } + const $$slots = {}; + const existing_slots = get_custom_elements_slots(this); + for (const name of this.$$s) { + if (name in existing_slots) { + $$slots[name] = [create_slot(name)]; + } + } + for (const attribute of this.attributes) { + const name = this.$$g_p(attribute.name); + if (!(name in this.$$d)) { + this.$$d[name] = get_custom_element_value(name, attribute.value, this.$$p_d, "toProp"); + } + } + for (const key2 in this.$$p_d) { + if (!(key2 in this.$$d) && this[key2] !== void 0) { + this.$$d[key2] = this[key2]; + delete this[key2]; + } + } + this.$$c = new this.$$ctor({ + target: this.shadowRoot || this, + props: { + ...this.$$d, + $$slots, + $$scope: { + ctx: [] + } + } + }); + const reflect_attributes = () => { + this.$$r = true; + for (const key2 in this.$$p_d) { + this.$$d[key2] = this.$$c.$$.ctx[this.$$c.$$.props[key2]]; + if (this.$$p_d[key2].reflect) { + const attribute_value = get_custom_element_value( + key2, + this.$$d[key2], + this.$$p_d, + "toAttribute" + ); + if (attribute_value == null) { + this.removeAttribute(this.$$p_d[key2].attribute || key2); + } else { + this.setAttribute(this.$$p_d[key2].attribute || key2, attribute_value); + } + } + } + this.$$r = false; + }; + this.$$c.$$.after_update.push(reflect_attributes); + reflect_attributes(); + for (const type in this.$$l) { + for (const listener of this.$$l[type]) { + const unsub = this.$$c.$on(type, listener); + this.$$l_u.set(listener, unsub); + } + } + this.$$l = {}; + } + } + // We don't need this when working within Svelte code, but for compatibility of people using this outside of Svelte + // and setting attributes through setAttribute etc, this is helpful + attributeChangedCallback(attr2, _oldValue, newValue) { + var _a2; + if (this.$$r) return; + attr2 = this.$$g_p(attr2); + this.$$d[attr2] = get_custom_element_value(attr2, newValue, this.$$p_d, "toProp"); + (_a2 = this.$$c) == null ? void 0 : _a2.$set({ [attr2]: this.$$d[attr2] }); + } + disconnectedCallback() { + this.$$cn = false; + Promise.resolve().then(() => { + if (!this.$$cn && this.$$c) { + this.$$c.$destroy(); + this.$$c = void 0; + } + }); + } + $$g_p(attribute_name) { + return Object.keys(this.$$p_d).find( + (key2) => this.$$p_d[key2].attribute === attribute_name || !this.$$p_d[key2].attribute && key2.toLowerCase() === attribute_name + ) || attribute_name; + } + }; +} +function get_custom_element_value(prop, value, props_definition, transform) { + var _a2; + const type = (_a2 = props_definition[prop]) == null ? void 0 : _a2.type; + value = type === "Boolean" && typeof value !== "boolean" ? value != null : value; + if (!transform || !props_definition[prop]) { + return value; + } else if (transform === "toAttribute") { + switch (type) { + case "Object": + case "Array": + return value == null ? null : JSON.stringify(value); + case "Boolean": + return value ? "" : null; + case "Number": + return value == null ? null : value; + default: + return value; + } + } else { + switch (type) { + case "Object": + case "Array": + return value && JSON.parse(value); + case "Boolean": + return value; + case "Number": + return value != null ? +value : value; + default: + return value; + } + } +} +var SvelteComponent = class { + constructor() { + /** + * ### PRIVATE API + * + * Do not use, may change at any time + * + * @type {any} + */ + __publicField(this, "$$"); + /** + * ### PRIVATE API + * + * Do not use, may change at any time + * + * @type {any} + */ + __publicField(this, "$$set"); + } + /** @returns {void} */ + $destroy() { + destroy_component(this, 1); + this.$destroy = noop; + } + /** + * @template {Extract} K + * @param {K} type + * @param {((e: Events[K]) => void) | null | undefined} callback + * @returns {() => void} + */ + $on(type, callback) { + if (!is_function(callback)) { + return noop; + } + const callbacks = this.$$.callbacks[type] || (this.$$.callbacks[type] = []); + callbacks.push(callback); + return () => { + const index2 = callbacks.indexOf(callback); + if (index2 !== -1) callbacks.splice(index2, 1); + }; + } + /** + * @param {Partial} props + * @returns {void} + */ + $set(props) { + if (this.$$set && !is_empty(props)) { + this.$$.skip_bound = true; + this.$$set(props); + this.$$.skip_bound = false; + } + } +}; + +// node_modules/.pnpm/svelte@4.2.18/node_modules/svelte/src/runtime/internal/dev.js +init_polyfill_buffer(); + +// node_modules/.pnpm/svelte@4.2.18/node_modules/svelte/src/shared/version.js +init_polyfill_buffer(); +var PUBLIC_VERSION = "4"; + +// node_modules/.pnpm/svelte@4.2.18/node_modules/svelte/src/runtime/internal/disclose-version/index.js +init_polyfill_buffer(); +if (typeof window !== "undefined") + (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(PUBLIC_VERSION); + +// node_modules/.pnpm/tslib@2.6.3/node_modules/tslib/tslib.es6.mjs +init_polyfill_buffer(); +function __awaiter(thisArg, _arguments, P, generator) { + function adopt(value) { + return value instanceof P ? value : new P(function(resolve2) { + resolve2(value); + }); + } + return new (P || (P = Promise))(function(resolve2, reject) { + function fulfilled(value) { + try { + step(generator.next(value)); + } catch (e) { + reject(e); + } + } + function rejected(value) { + try { + step(generator["throw"](value)); + } catch (e) { + reject(e); + } + } + function step(result) { + result.done ? resolve2(result.value) : adopt(result.value).then(fulfilled, rejected); + } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); +} + +// src/ui/history/historyView.svelte +var import_obsidian20 = require("obsidian"); + +// node_modules/.pnpm/svelte@4.2.18/node_modules/svelte/src/runtime/index.js +init_polyfill_buffer(); + +// src/ui/history/components/logComponent.svelte +init_polyfill_buffer(); +var import_obsidian19 = require("obsidian"); + +// node_modules/.pnpm/svelte@4.2.18/node_modules/svelte/src/runtime/transition/index.js +init_polyfill_buffer(); + +// node_modules/.pnpm/svelte@4.2.18/node_modules/svelte/src/runtime/easing/index.js +init_polyfill_buffer(); +function cubicOut(t) { + const f = t - 1; + return f * f * f + 1; +} + +// node_modules/.pnpm/svelte@4.2.18/node_modules/svelte/src/runtime/transition/index.js +function slide(node, { delay: delay2 = 0, duration = 400, easing = cubicOut, axis = "y" } = {}) { + const style = getComputedStyle(node); + const opacity = +style.opacity; + const primary_property = axis === "y" ? "height" : "width"; + const primary_property_value = parseFloat(style[primary_property]); + const secondary_properties = axis === "y" ? ["top", "bottom"] : ["left", "right"]; + const capitalized_secondary_properties = secondary_properties.map( + (e) => `${e[0].toUpperCase()}${e.slice(1)}` + ); + const padding_start_value = parseFloat(style[`padding${capitalized_secondary_properties[0]}`]); + const padding_end_value = parseFloat(style[`padding${capitalized_secondary_properties[1]}`]); + const margin_start_value = parseFloat(style[`margin${capitalized_secondary_properties[0]}`]); + const margin_end_value = parseFloat(style[`margin${capitalized_secondary_properties[1]}`]); + const border_width_start_value = parseFloat( + style[`border${capitalized_secondary_properties[0]}Width`] + ); + const border_width_end_value = parseFloat( + style[`border${capitalized_secondary_properties[1]}Width`] + ); + return { + delay: delay2, + duration, + easing, + css: (t) => `overflow: hidden;opacity: ${Math.min(t * 20, 1) * opacity};${primary_property}: ${t * primary_property_value}px;padding-${secondary_properties[0]}: ${t * padding_start_value}px;padding-${secondary_properties[1]}: ${t * padding_end_value}px;margin-${secondary_properties[0]}: ${t * margin_start_value}px;margin-${secondary_properties[1]}: ${t * margin_end_value}px;border-${secondary_properties[0]}-width: ${t * border_width_start_value}px;border-${secondary_properties[1]}-width: ${t * border_width_end_value}px;` + }; +} + +// src/ui/history/components/logFileComponent.svelte +init_polyfill_buffer(); +var import_obsidian18 = require("obsidian"); +function add_css(target) { + append_styles(target, "svelte-1wbh8tp", "main.svelte-1wbh8tp .nav-file-title.svelte-1wbh8tp{align-items:center}"); +} +function create_if_block(ctx) { + let div; + let mounted; + let dispose; + return { + c() { + div = element("div"); + attr(div, "data-icon", "go-to-file"); + attr(div, "aria-label", "Open File"); + attr(div, "class", "clickable-icon"); + }, + m(target, anchor) { + insert(target, div, anchor); + ctx[7](div); + if (!mounted) { + dispose = [ + listen(div, "auxclick", stop_propagation( + /*open*/ + ctx[4] + )), + listen(div, "click", stop_propagation( + /*open*/ + ctx[4] + )) + ]; + mounted = true; + } + }, + p: noop, + d(detaching) { + if (detaching) { + detach(div); + } + ctx[7](null); + mounted = false; + run_all(dispose); + } + }; +} +function create_fragment(ctx) { + let main; + let div3; + let div0; + let t0_value = getDisplayPath( + /*diff*/ + ctx[0].vault_path + ) + ""; + let t0; + let t1; + let div2; + let div1; + let show_if = ( + /*view*/ + ctx[1].app.vault.getAbstractFileByPath( + /*diff*/ + ctx[0].vault_path + ) instanceof import_obsidian18.TFile + ); + let t2; + let span; + let t3_value = ( + /*diff*/ + ctx[0].status + "" + ); + let t3; + let span_data_type_value; + let div3_data_path_value; + let div3_aria_label_value; + let mounted; + let dispose; + let if_block = show_if && create_if_block(ctx); + return { + c() { + var _a2, _b; + main = element("main"); + div3 = element("div"); + div0 = element("div"); + t0 = text(t0_value); + t1 = space(); + div2 = element("div"); + div1 = element("div"); + if (if_block) if_block.c(); + t2 = space(); + span = element("span"); + t3 = text(t3_value); + attr(div0, "class", "tree-item-inner nav-file-title-content"); + attr(div1, "class", "buttons"); + attr(span, "class", "type"); + attr(span, "data-type", span_data_type_value = /*diff*/ + ctx[0].status); + attr(div2, "class", "git-tools"); + attr(div3, "class", "tree-item-self is-clickable nav-file-title svelte-1wbh8tp"); + attr(div3, "data-path", div3_data_path_value = /*diff*/ + ctx[0].vault_path); + attr( + div3, + "data-tooltip-position", + /*side*/ + ctx[3] + ); + attr(div3, "aria-label", div3_aria_label_value = /*diff*/ + ctx[0].vault_path); + toggle_class( + div3, + "is-active", + /*view*/ + ((_a2 = ctx[1].plugin.lastDiffViewState) == null ? void 0 : _a2.file) == /*diff*/ + ctx[0].vault_path && /*view*/ + ((_b = ctx[1].plugin.lastDiffViewState) == null ? void 0 : _b.hash) + ); + attr(main, "class", "tree-item nav-file svelte-1wbh8tp"); + }, + m(target, anchor) { + insert(target, main, anchor); + append2(main, div3); + append2(div3, div0); + append2(div0, t0); + append2(div3, t1); + append2(div3, div2); + append2(div2, div1); + if (if_block) if_block.m(div1, null); + append2(div2, t2); + append2(div2, span); + append2(span, t3); + if (!mounted) { + dispose = [ + listen(main, "click", stop_propagation( + /*showDiff*/ + ctx[5] + )), + listen(main, "auxclick", stop_propagation( + /*auxclick_handler*/ + ctx[8] + )), + listen( + main, + "focus", + /*focus_handler*/ + ctx[6] + ) + ]; + mounted = true; + } + }, + p(ctx2, [dirty]) { + var _a2, _b; + if (dirty & /*diff*/ + 1 && t0_value !== (t0_value = getDisplayPath( + /*diff*/ + ctx2[0].vault_path + ) + "")) set_data(t0, t0_value); + if (dirty & /*view, diff*/ + 3) show_if = /*view*/ + ctx2[1].app.vault.getAbstractFileByPath( + /*diff*/ + ctx2[0].vault_path + ) instanceof import_obsidian18.TFile; + if (show_if) { + if (if_block) { + if_block.p(ctx2, dirty); + } else { + if_block = create_if_block(ctx2); + if_block.c(); + if_block.m(div1, null); + } + } else if (if_block) { + if_block.d(1); + if_block = null; + } + if (dirty & /*diff*/ + 1 && t3_value !== (t3_value = /*diff*/ + ctx2[0].status + "")) set_data(t3, t3_value); + if (dirty & /*diff*/ + 1 && span_data_type_value !== (span_data_type_value = /*diff*/ + ctx2[0].status)) { + attr(span, "data-type", span_data_type_value); + } + if (dirty & /*diff*/ + 1 && div3_data_path_value !== (div3_data_path_value = /*diff*/ + ctx2[0].vault_path)) { + attr(div3, "data-path", div3_data_path_value); + } + if (dirty & /*side*/ + 8) { + attr( + div3, + "data-tooltip-position", + /*side*/ + ctx2[3] + ); + } + if (dirty & /*diff*/ + 1 && div3_aria_label_value !== (div3_aria_label_value = /*diff*/ + ctx2[0].vault_path)) { + attr(div3, "aria-label", div3_aria_label_value); + } + if (dirty & /*view, diff*/ + 3) { + toggle_class( + div3, + "is-active", + /*view*/ + ((_a2 = ctx2[1].plugin.lastDiffViewState) == null ? void 0 : _a2.file) == /*diff*/ + ctx2[0].vault_path && /*view*/ + ((_b = ctx2[1].plugin.lastDiffViewState) == null ? void 0 : _b.hash) + ); + } + }, + i: noop, + o: noop, + d(detaching) { + if (detaching) { + detach(main); + } + if (if_block) if_block.d(); + mounted = false; + run_all(dispose); + } + }; +} +function instance($$self, $$props, $$invalidate) { + let side; + let { diff: diff3 } = $$props; + let { view } = $$props; + let buttons = []; + window.setTimeout(() => buttons.forEach((b) => (0, import_obsidian18.setIcon)(b, b.getAttr("data-icon"))), 0); + function open(event) { + var _a2; + const file = view.app.vault.getAbstractFileByPath(diff3.vault_path); + if (file instanceof import_obsidian18.TFile) { + (_a2 = getNewLeaf(event)) === null || _a2 === void 0 ? void 0 : _a2.openFile(file); + } + } + function showDiff(event) { + var _a2; + (_a2 = getNewLeaf(event)) === null || _a2 === void 0 ? void 0 : _a2.setViewState({ + type: DIFF_VIEW_CONFIG.type, + active: true, + state: { + file: diff3.path, + staged: false, + hash: diff3.hash + } + }); + } + function focus_handler(event) { + bubble.call(this, $$self, event); + } + function div_binding($$value) { + binding_callbacks[$$value ? "unshift" : "push"](() => { + buttons[0] = $$value; + $$invalidate(2, buttons); + }); + } + const auxclick_handler = (event) => mayTriggerFileMenu(view.app, event, diff3.vault_path, view.leaf, "git-history"); + $$self.$$set = ($$props2) => { + if ("diff" in $$props2) $$invalidate(0, diff3 = $$props2.diff); + if ("view" in $$props2) $$invalidate(1, view = $$props2.view); + }; + $$self.$$.update = () => { + if ($$self.$$.dirty & /*view*/ + 2) { + $: $$invalidate(3, side = view.leaf.getRoot().side == "left" ? "right" : "left"); + } + }; + return [ + diff3, + view, + buttons, + side, + open, + showDiff, + focus_handler, + div_binding, + auxclick_handler + ]; +} +var LogFileComponent = class extends SvelteComponent { + constructor(options) { + super(); + init2(this, options, instance, create_fragment, safe_not_equal, { diff: 0, view: 1 }, add_css); + } +}; +var logFileComponent_default = LogFileComponent; + +// src/ui/history/components/logTreeComponent.svelte +init_polyfill_buffer(); +function add_css2(target) { + append_styles(target, "svelte-1lnl15d", "main.svelte-1lnl15d .nav-folder-title-content.svelte-1lnl15d{display:flex;align-items:center}"); +} +function get_each_context(ctx, list, i) { + const child_ctx = ctx.slice(); + child_ctx[8] = list[i]; + return child_ctx; +} +function create_else_block(ctx) { + let div4; + let div3; + let div0; + let t0; + let div1; + let t1; + let div2; + let t2_value = ( + /*entity*/ + ctx[8].title + "" + ); + let t2; + let div3_aria_label_value; + let t3; + let t4; + let current; + let mounted; + let dispose; + function click_handler() { + return ( + /*click_handler*/ + ctx[7]( + /*entity*/ + ctx[8] + ) + ); + } + let if_block = !/*closed*/ + ctx[4][ + /*entity*/ + ctx[8].title + ] && create_if_block_1(ctx); + return { + c() { + div4 = element("div"); + div3 = element("div"); + div0 = element("div"); + t0 = space(); + div1 = element("div"); + div1.innerHTML = ``; + t1 = space(); + div2 = element("div"); + t2 = text(t2_value); + t3 = space(); + if (if_block) if_block.c(); + t4 = space(); + attr(div0, "data-icon", "folder"); + set_style(div0, "padding-right", "5px"); + set_style(div0, "display", "flex"); + attr(div1, "class", "tree-item-icon nav-folder-collapse-indicator collapse-icon"); + toggle_class( + div1, + "is-collapsed", + /*closed*/ + ctx[4][ + /*entity*/ + ctx[8].title + ] + ); + attr(div2, "class", "tree-item-inner nav-folder-title-content svelte-1lnl15d"); + attr(div3, "class", "tree-item-self is-clickable nav-folder-title"); + attr( + div3, + "data-tooltip-position", + /*side*/ + ctx[5] + ); + attr(div3, "aria-label", div3_aria_label_value = /*entity*/ + ctx[8].vaultPath); + attr(div4, "class", "tree-item nav-folder"); + toggle_class( + div4, + "is-collapsed", + /*closed*/ + ctx[4][ + /*entity*/ + ctx[8].title + ] + ); + }, + m(target, anchor) { + insert(target, div4, anchor); + append2(div4, div3); + append2(div3, div0); + append2(div3, t0); + append2(div3, div1); + append2(div3, t1); + append2(div3, div2); + append2(div2, t2); + append2(div4, t3); + if (if_block) if_block.m(div4, null); + append2(div4, t4); + current = true; + if (!mounted) { + dispose = listen(div3, "click", click_handler); + mounted = true; + } + }, + p(new_ctx, dirty) { + ctx = new_ctx; + if (!current || dirty & /*closed, hierarchy*/ + 17) { + toggle_class( + div1, + "is-collapsed", + /*closed*/ + ctx[4][ + /*entity*/ + ctx[8].title + ] + ); + } + if ((!current || dirty & /*hierarchy*/ + 1) && t2_value !== (t2_value = /*entity*/ + ctx[8].title + "")) set_data(t2, t2_value); + if (!current || dirty & /*side*/ + 32) { + attr( + div3, + "data-tooltip-position", + /*side*/ + ctx[5] + ); + } + if (!current || dirty & /*hierarchy*/ + 1 && div3_aria_label_value !== (div3_aria_label_value = /*entity*/ + ctx[8].vaultPath)) { + attr(div3, "aria-label", div3_aria_label_value); + } + if (!/*closed*/ + ctx[4][ + /*entity*/ + ctx[8].title + ]) { + if (if_block) { + if_block.p(ctx, dirty); + if (dirty & /*closed, hierarchy*/ + 17) { + transition_in(if_block, 1); + } + } else { + if_block = create_if_block_1(ctx); + if_block.c(); + transition_in(if_block, 1); + if_block.m(div4, t4); + } + } else if (if_block) { + group_outros(); + transition_out(if_block, 1, 1, () => { + if_block = null; + }); + check_outros(); + } + if (!current || dirty & /*closed, hierarchy*/ + 17) { + toggle_class( + div4, + "is-collapsed", + /*closed*/ + ctx[4][ + /*entity*/ + ctx[8].title + ] + ); + } + }, + i(local) { + if (current) return; + transition_in(if_block); + current = true; + }, + o(local) { + transition_out(if_block); + current = false; + }, + d(detaching) { + if (detaching) { + detach(div4); + } + if (if_block) if_block.d(); + mounted = false; + dispose(); + } + }; +} +function create_if_block2(ctx) { + let div; + let logfilecomponent; + let t; + let current; + logfilecomponent = new logFileComponent_default({ + props: { + diff: ( + /*entity*/ + ctx[8].data + ), + view: ( + /*view*/ + ctx[2] + ) + } + }); + return { + c() { + div = element("div"); + create_component(logfilecomponent.$$.fragment); + t = space(); + }, + m(target, anchor) { + insert(target, div, anchor); + mount_component(logfilecomponent, div, null); + append2(div, t); + current = true; + }, + p(ctx2, dirty) { + const logfilecomponent_changes = {}; + if (dirty & /*hierarchy*/ + 1) logfilecomponent_changes.diff = /*entity*/ + ctx2[8].data; + if (dirty & /*view*/ + 4) logfilecomponent_changes.view = /*view*/ + ctx2[2]; + logfilecomponent.$set(logfilecomponent_changes); + }, + i(local) { + if (current) return; + transition_in(logfilecomponent.$$.fragment, local); + current = true; + }, + o(local) { + transition_out(logfilecomponent.$$.fragment, local); + current = false; + }, + d(detaching) { + if (detaching) { + detach(div); + } + destroy_component(logfilecomponent); + } + }; +} +function create_if_block_1(ctx) { + let div; + let logtreecomponent; + let div_transition; + let current; + logtreecomponent = new LogTreeComponent({ + props: { + hierarchy: ( + /*entity*/ + ctx[8] + ), + plugin: ( + /*plugin*/ + ctx[1] + ), + view: ( + /*view*/ + ctx[2] + ) + } + }); + return { + c() { + div = element("div"); + create_component(logtreecomponent.$$.fragment); + attr(div, "class", "tree-item-children nav-folder-children"); + }, + m(target, anchor) { + insert(target, div, anchor); + mount_component(logtreecomponent, div, null); + current = true; + }, + p(ctx2, dirty) { + const logtreecomponent_changes = {}; + if (dirty & /*hierarchy*/ + 1) logtreecomponent_changes.hierarchy = /*entity*/ + ctx2[8]; + if (dirty & /*plugin*/ + 2) logtreecomponent_changes.plugin = /*plugin*/ + ctx2[1]; + if (dirty & /*view*/ + 4) logtreecomponent_changes.view = /*view*/ + ctx2[2]; + logtreecomponent.$set(logtreecomponent_changes); + }, + i(local) { + if (current) return; + transition_in(logtreecomponent.$$.fragment, local); + if (local) { + add_render_callback(() => { + if (!current) return; + if (!div_transition) div_transition = create_bidirectional_transition(div, slide, { duration: 150 }, true); + div_transition.run(1); + }); + } + current = true; + }, + o(local) { + transition_out(logtreecomponent.$$.fragment, local); + if (local) { + if (!div_transition) div_transition = create_bidirectional_transition(div, slide, { duration: 150 }, false); + div_transition.run(0); + } + current = false; + }, + d(detaching) { + if (detaching) { + detach(div); + } + destroy_component(logtreecomponent); + if (detaching && div_transition) div_transition.end(); + } + }; +} +function create_each_block(ctx) { + let current_block_type_index; + let if_block; + let if_block_anchor; + let current; + const if_block_creators = [create_if_block2, create_else_block]; + const if_blocks = []; + function select_block_type(ctx2, dirty) { + if ( + /*entity*/ + ctx2[8].data + ) return 0; + return 1; + } + current_block_type_index = select_block_type(ctx, -1); + if_block = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx); + return { + c() { + if_block.c(); + if_block_anchor = empty(); + }, + m(target, anchor) { + if_blocks[current_block_type_index].m(target, anchor); + insert(target, if_block_anchor, anchor); + current = true; + }, + p(ctx2, dirty) { + let previous_block_index = current_block_type_index; + current_block_type_index = select_block_type(ctx2, dirty); + if (current_block_type_index === previous_block_index) { + if_blocks[current_block_type_index].p(ctx2, dirty); + } else { + group_outros(); + transition_out(if_blocks[previous_block_index], 1, 1, () => { + if_blocks[previous_block_index] = null; + }); + check_outros(); + if_block = if_blocks[current_block_type_index]; + if (!if_block) { + if_block = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx2); + if_block.c(); + } else { + if_block.p(ctx2, dirty); + } + transition_in(if_block, 1); + if_block.m(if_block_anchor.parentNode, if_block_anchor); + } + }, + i(local) { + if (current) return; + transition_in(if_block); + current = true; + }, + o(local) { + transition_out(if_block); + current = false; + }, + d(detaching) { + if (detaching) { + detach(if_block_anchor); + } + if_blocks[current_block_type_index].d(detaching); + } + }; +} +function create_fragment2(ctx) { + let main; + let current; + let each_value = ensure_array_like( + /*hierarchy*/ + ctx[0].children + ); + let each_blocks = []; + for (let i = 0; i < each_value.length; i += 1) { + each_blocks[i] = create_each_block(get_each_context(ctx, each_value, i)); + } + const out = (i) => transition_out(each_blocks[i], 1, 1, () => { + each_blocks[i] = null; + }); + return { + c() { + main = element("main"); + for (let i = 0; i < each_blocks.length; i += 1) { + each_blocks[i].c(); + } + attr(main, "class", "svelte-1lnl15d"); + toggle_class( + main, + "topLevel", + /*topLevel*/ + ctx[3] + ); + }, + m(target, anchor) { + insert(target, main, anchor); + for (let i = 0; i < each_blocks.length; i += 1) { + if (each_blocks[i]) { + each_blocks[i].m(main, null); + } + } + current = true; + }, + p(ctx2, [dirty]) { + if (dirty & /*hierarchy, view, closed, plugin, side, fold*/ + 119) { + each_value = ensure_array_like( + /*hierarchy*/ + ctx2[0].children + ); + let i; + for (i = 0; i < each_value.length; i += 1) { + const child_ctx = get_each_context(ctx2, each_value, i); + if (each_blocks[i]) { + each_blocks[i].p(child_ctx, dirty); + transition_in(each_blocks[i], 1); + } else { + each_blocks[i] = create_each_block(child_ctx); + each_blocks[i].c(); + transition_in(each_blocks[i], 1); + each_blocks[i].m(main, null); + } + } + group_outros(); + for (i = each_value.length; i < each_blocks.length; i += 1) { + out(i); + } + check_outros(); + } + if (!current || dirty & /*topLevel*/ + 8) { + toggle_class( + main, + "topLevel", + /*topLevel*/ + ctx2[3] + ); + } + }, + i(local) { + if (current) return; + for (let i = 0; i < each_value.length; i += 1) { + transition_in(each_blocks[i]); + } + current = true; + }, + o(local) { + each_blocks = each_blocks.filter(Boolean); + for (let i = 0; i < each_blocks.length; i += 1) { + transition_out(each_blocks[i]); + } + current = false; + }, + d(detaching) { + if (detaching) { + detach(main); + } + destroy_each(each_blocks, detaching); + } + }; +} +function instance2($$self, $$props, $$invalidate) { + let side; + let { hierarchy } = $$props; + let { plugin } = $$props; + let { view } = $$props; + let { topLevel = false } = $$props; + const closed = {}; + function fold(item) { + $$invalidate(4, closed[item.title] = !closed[item.title], closed); + } + const click_handler = (entity) => fold(entity); + $$self.$$set = ($$props2) => { + if ("hierarchy" in $$props2) $$invalidate(0, hierarchy = $$props2.hierarchy); + if ("plugin" in $$props2) $$invalidate(1, plugin = $$props2.plugin); + if ("view" in $$props2) $$invalidate(2, view = $$props2.view); + if ("topLevel" in $$props2) $$invalidate(3, topLevel = $$props2.topLevel); + }; + $$self.$$.update = () => { + if ($$self.$$.dirty & /*view*/ + 4) { + $: $$invalidate(5, side = view.leaf.getRoot().side == "left" ? "right" : "left"); + } + }; + return [hierarchy, plugin, view, topLevel, closed, side, fold, click_handler]; +} +var LogTreeComponent = class extends SvelteComponent { + constructor(options) { + super(); + init2( + this, + options, + instance2, + create_fragment2, + safe_not_equal, + { + hierarchy: 0, + plugin: 1, + view: 2, + topLevel: 3 + }, + add_css2 + ); + } +}; +var logTreeComponent_default = LogTreeComponent; + +// src/ui/history/components/logComponent.svelte +function get_each_context2(ctx, list, i) { + const child_ctx = ctx.slice(); + child_ctx[9] = list[i]; + return child_ctx; +} +function create_if_block_4(ctx) { + let div; + let t_value = ( + /*log*/ + ctx[0].refs.join(", ") + "" + ); + let t; + return { + c() { + div = element("div"); + t = text(t_value); + attr(div, "class", "git-ref"); + }, + m(target, anchor) { + insert(target, div, anchor); + append2(div, t); + }, + p(ctx2, dirty) { + if (dirty & /*log*/ + 1 && t_value !== (t_value = /*log*/ + ctx2[0].refs.join(", ") + "")) set_data(t, t_value); + }, + d(detaching) { + if (detaching) { + detach(div); + } + } + }; +} +function create_if_block_3(ctx) { + let div; + let t_value = ( + /*authorToString*/ + ctx[7]( + /*log*/ + ctx[0] + ) + "" + ); + let t; + return { + c() { + div = element("div"); + t = text(t_value); + attr(div, "class", "git-author"); + }, + m(target, anchor) { + insert(target, div, anchor); + append2(div, t); + }, + p(ctx2, dirty) { + if (dirty & /*log*/ + 1 && t_value !== (t_value = /*authorToString*/ + ctx2[7]( + /*log*/ + ctx2[0] + ) + "")) set_data(t, t_value); + }, + d(detaching) { + if (detaching) { + detach(div); + } + } + }; +} +function create_if_block_2(ctx) { + let div; + let t_value = (0, import_obsidian19.moment)( + /*log*/ + ctx[0].date + ).format( + /*plugin*/ + ctx[3].settings.commitDateFormat + ) + ""; + let t; + return { + c() { + div = element("div"); + t = text(t_value); + attr(div, "class", "git-date"); + }, + m(target, anchor) { + insert(target, div, anchor); + append2(div, t); + }, + p(ctx2, dirty) { + if (dirty & /*log, plugin*/ + 9 && t_value !== (t_value = (0, import_obsidian19.moment)( + /*log*/ + ctx2[0].date + ).format( + /*plugin*/ + ctx2[3].settings.commitDateFormat + ) + "")) set_data(t, t_value); + }, + d(detaching) { + if (detaching) { + detach(div); + } + } + }; +} +function create_if_block3(ctx) { + let div; + let current_block_type_index; + let if_block; + let div_transition; + let current; + const if_block_creators = [create_if_block_12, create_else_block2]; + const if_blocks = []; + function select_block_type(ctx2, dirty) { + if ( + /*showTree*/ + ctx2[2] + ) return 0; + return 1; + } + current_block_type_index = select_block_type(ctx, -1); + if_block = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx); + return { + c() { + div = element("div"); + if_block.c(); + attr(div, "class", "tree-item-children nav-folder-children"); + }, + m(target, anchor) { + insert(target, div, anchor); + if_blocks[current_block_type_index].m(div, null); + current = true; + }, + p(ctx2, dirty) { + let previous_block_index = current_block_type_index; + current_block_type_index = select_block_type(ctx2, dirty); + if (current_block_type_index === previous_block_index) { + if_blocks[current_block_type_index].p(ctx2, dirty); + } else { + group_outros(); + transition_out(if_blocks[previous_block_index], 1, 1, () => { + if_blocks[previous_block_index] = null; + }); + check_outros(); + if_block = if_blocks[current_block_type_index]; + if (!if_block) { + if_block = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx2); + if_block.c(); + } else { + if_block.p(ctx2, dirty); + } + transition_in(if_block, 1); + if_block.m(div, null); + } + }, + i(local) { + if (current) return; + transition_in(if_block); + if (local) { + add_render_callback(() => { + if (!current) return; + if (!div_transition) div_transition = create_bidirectional_transition(div, slide, { duration: 150 }, true); + div_transition.run(1); + }); + } + current = true; + }, + o(local) { + transition_out(if_block); + if (local) { + if (!div_transition) div_transition = create_bidirectional_transition(div, slide, { duration: 150 }, false); + div_transition.run(0); + } + current = false; + }, + d(detaching) { + if (detaching) { + detach(div); + } + if_blocks[current_block_type_index].d(); + if (detaching && div_transition) div_transition.end(); + } + }; +} +function create_else_block2(ctx) { + let each_1_anchor; + let current; + let each_value = ensure_array_like( + /*log*/ + ctx[0].diff.files + ); + let each_blocks = []; + for (let i = 0; i < each_value.length; i += 1) { + each_blocks[i] = create_each_block2(get_each_context2(ctx, each_value, i)); + } + const out = (i) => transition_out(each_blocks[i], 1, 1, () => { + each_blocks[i] = null; + }); + return { + c() { + for (let i = 0; i < each_blocks.length; i += 1) { + each_blocks[i].c(); + } + each_1_anchor = empty(); + }, + m(target, anchor) { + for (let i = 0; i < each_blocks.length; i += 1) { + if (each_blocks[i]) { + each_blocks[i].m(target, anchor); + } + } + insert(target, each_1_anchor, anchor); + current = true; + }, + p(ctx2, dirty) { + if (dirty & /*view, log*/ + 3) { + each_value = ensure_array_like( + /*log*/ + ctx2[0].diff.files + ); + let i; + for (i = 0; i < each_value.length; i += 1) { + const child_ctx = get_each_context2(ctx2, each_value, i); + if (each_blocks[i]) { + each_blocks[i].p(child_ctx, dirty); + transition_in(each_blocks[i], 1); + } else { + each_blocks[i] = create_each_block2(child_ctx); + each_blocks[i].c(); + transition_in(each_blocks[i], 1); + each_blocks[i].m(each_1_anchor.parentNode, each_1_anchor); + } + } + group_outros(); + for (i = each_value.length; i < each_blocks.length; i += 1) { + out(i); + } + check_outros(); + } + }, + i(local) { + if (current) return; + for (let i = 0; i < each_value.length; i += 1) { + transition_in(each_blocks[i]); + } + current = true; + }, + o(local) { + each_blocks = each_blocks.filter(Boolean); + for (let i = 0; i < each_blocks.length; i += 1) { + transition_out(each_blocks[i]); + } + current = false; + }, + d(detaching) { + if (detaching) { + detach(each_1_anchor); + } + destroy_each(each_blocks, detaching); + } + }; +} +function create_if_block_12(ctx) { + let logtreecomponent; + let current; + logtreecomponent = new logTreeComponent_default({ + props: { + hierarchy: ( + /*logsHierarchy*/ + ctx[6] + ), + plugin: ( + /*plugin*/ + ctx[3] + ), + view: ( + /*view*/ + ctx[1] + ), + topLevel: true + } + }); + return { + c() { + create_component(logtreecomponent.$$.fragment); + }, + m(target, anchor) { + mount_component(logtreecomponent, target, anchor); + current = true; + }, + p(ctx2, dirty) { + const logtreecomponent_changes = {}; + if (dirty & /*logsHierarchy*/ + 64) logtreecomponent_changes.hierarchy = /*logsHierarchy*/ + ctx2[6]; + if (dirty & /*plugin*/ + 8) logtreecomponent_changes.plugin = /*plugin*/ + ctx2[3]; + if (dirty & /*view*/ + 2) logtreecomponent_changes.view = /*view*/ + ctx2[1]; + logtreecomponent.$set(logtreecomponent_changes); + }, + i(local) { + if (current) return; + transition_in(logtreecomponent.$$.fragment, local); + current = true; + }, + o(local) { + transition_out(logtreecomponent.$$.fragment, local); + current = false; + }, + d(detaching) { + destroy_component(logtreecomponent, detaching); + } + }; +} +function create_each_block2(ctx) { + let logfilecomponent; + let current; + logfilecomponent = new logFileComponent_default({ + props: { + view: ( + /*view*/ + ctx[1] + ), + diff: ( + /*file*/ + ctx[9] + ) + } + }); + return { + c() { + create_component(logfilecomponent.$$.fragment); + }, + m(target, anchor) { + mount_component(logfilecomponent, target, anchor); + current = true; + }, + p(ctx2, dirty) { + const logfilecomponent_changes = {}; + if (dirty & /*view*/ + 2) logfilecomponent_changes.view = /*view*/ + ctx2[1]; + if (dirty & /*log*/ + 1) logfilecomponent_changes.diff = /*file*/ + ctx2[9]; + logfilecomponent.$set(logfilecomponent_changes); + }, + i(local) { + if (current) return; + transition_in(logfilecomponent.$$.fragment, local); + current = true; + }, + o(local) { + transition_out(logfilecomponent.$$.fragment, local); + current = false; + }, + d(detaching) { + destroy_component(logfilecomponent, detaching); + } + }; +} +function create_fragment3(ctx) { + var _a2; + let main; + let div4; + let div3; + let div0; + let t0; + let div2; + let t1; + let t2; + let t3; + let div1; + let t4_value = ( + /*log*/ + ctx[0].message + "" + ); + let t4; + let div3_aria_label_value; + let t5; + let current; + let mounted; + let dispose; + let if_block0 = ( + /*log*/ + ctx[0].refs.length > 0 && create_if_block_4(ctx) + ); + let if_block1 = ( + /*plugin*/ + ctx[3].settings.authorInHistoryView != "hide" && /*log*/ + ((_a2 = ctx[0].author) == null ? void 0 : _a2.name) && create_if_block_3(ctx) + ); + let if_block2 = ( + /*plugin*/ + ctx[3].settings.dateInHistoryView && create_if_block_2(ctx) + ); + let if_block3 = !/*isCollapsed*/ + ctx[4] && create_if_block3(ctx); + return { + c() { + var _a3; + main = element("main"); + div4 = element("div"); + div3 = element("div"); + div0 = element("div"); + div0.innerHTML = ``; + t0 = space(); + div2 = element("div"); + if (if_block0) if_block0.c(); + t1 = space(); + if (if_block1) if_block1.c(); + t2 = space(); + if (if_block2) if_block2.c(); + t3 = space(); + div1 = element("div"); + t4 = text(t4_value); + t5 = space(); + if (if_block3) if_block3.c(); + attr(div0, "class", "tree-item-icon nav-folder-collapse-indicator collapse-icon"); + toggle_class( + div0, + "is-collapsed", + /*isCollapsed*/ + ctx[4] + ); + attr(div1, "class", "tree-item-inner nav-folder-title-content"); + attr(div3, "class", "tree-item-self is-clickable nav-folder-title"); + attr(div3, "aria-label", div3_aria_label_value = `${/*log*/ + ctx[0].refs.length > 0 ? ( + /*log*/ + ctx[0].refs.join(", ") + "\n" + ) : ""}${/*log*/ + (_a3 = ctx[0].author) == null ? void 0 : _a3.name} +${(0, import_obsidian19.moment)( + /*log*/ + ctx[0].date + ).format( + /*plugin*/ + ctx[3].settings.commitDateFormat + )} +${/*log*/ + ctx[0].message}`); + attr( + div3, + "data-tooltip-position", + /*side*/ + ctx[5] + ); + attr(div4, "class", "tree-item nav-folder"); + toggle_class( + div4, + "is-collapsed", + /*isCollapsed*/ + ctx[4] + ); + }, + m(target, anchor) { + insert(target, main, anchor); + append2(main, div4); + append2(div4, div3); + append2(div3, div0); + append2(div3, t0); + append2(div3, div2); + if (if_block0) if_block0.m(div2, null); + append2(div2, t1); + if (if_block1) if_block1.m(div2, null); + append2(div2, t2); + if (if_block2) if_block2.m(div2, null); + append2(div2, t3); + append2(div2, div1); + append2(div1, t4); + append2(div4, t5); + if (if_block3) if_block3.m(div4, null); + current = true; + if (!mounted) { + dispose = listen( + div3, + "click", + /*click_handler*/ + ctx[8] + ); + mounted = true; + } + }, + p(ctx2, [dirty]) { + var _a3, _b; + if (!current || dirty & /*isCollapsed*/ + 16) { + toggle_class( + div0, + "is-collapsed", + /*isCollapsed*/ + ctx2[4] + ); + } + if ( + /*log*/ + ctx2[0].refs.length > 0 + ) { + if (if_block0) { + if_block0.p(ctx2, dirty); + } else { + if_block0 = create_if_block_4(ctx2); + if_block0.c(); + if_block0.m(div2, t1); + } + } else if (if_block0) { + if_block0.d(1); + if_block0 = null; + } + if ( + /*plugin*/ + ctx2[3].settings.authorInHistoryView != "hide" && /*log*/ + ((_a3 = ctx2[0].author) == null ? void 0 : _a3.name) + ) { + if (if_block1) { + if_block1.p(ctx2, dirty); + } else { + if_block1 = create_if_block_3(ctx2); + if_block1.c(); + if_block1.m(div2, t2); + } + } else if (if_block1) { + if_block1.d(1); + if_block1 = null; + } + if ( + /*plugin*/ + ctx2[3].settings.dateInHistoryView + ) { + if (if_block2) { + if_block2.p(ctx2, dirty); + } else { + if_block2 = create_if_block_2(ctx2); + if_block2.c(); + if_block2.m(div2, t3); + } + } else if (if_block2) { + if_block2.d(1); + if_block2 = null; + } + if ((!current || dirty & /*log*/ + 1) && t4_value !== (t4_value = /*log*/ + ctx2[0].message + "")) set_data(t4, t4_value); + if (!current || dirty & /*log, plugin*/ + 9 && div3_aria_label_value !== (div3_aria_label_value = `${/*log*/ + ctx2[0].refs.length > 0 ? ( + /*log*/ + ctx2[0].refs.join(", ") + "\n" + ) : ""}${/*log*/ + (_b = ctx2[0].author) == null ? void 0 : _b.name} +${(0, import_obsidian19.moment)( + /*log*/ + ctx2[0].date + ).format( + /*plugin*/ + ctx2[3].settings.commitDateFormat + )} +${/*log*/ + ctx2[0].message}`)) { + attr(div3, "aria-label", div3_aria_label_value); + } + if (!current || dirty & /*side*/ + 32) { + attr( + div3, + "data-tooltip-position", + /*side*/ + ctx2[5] + ); + } + if (!/*isCollapsed*/ + ctx2[4]) { + if (if_block3) { + if_block3.p(ctx2, dirty); + if (dirty & /*isCollapsed*/ + 16) { + transition_in(if_block3, 1); + } + } else { + if_block3 = create_if_block3(ctx2); + if_block3.c(); + transition_in(if_block3, 1); + if_block3.m(div4, null); + } + } else if (if_block3) { + group_outros(); + transition_out(if_block3, 1, 1, () => { + if_block3 = null; + }); + check_outros(); + } + if (!current || dirty & /*isCollapsed*/ + 16) { + toggle_class( + div4, + "is-collapsed", + /*isCollapsed*/ + ctx2[4] + ); + } + }, + i(local) { + if (current) return; + transition_in(if_block3); + current = true; + }, + o(local) { + transition_out(if_block3); + current = false; + }, + d(detaching) { + if (detaching) { + detach(main); + } + if (if_block0) if_block0.d(); + if (if_block1) if_block1.d(); + if (if_block2) if_block2.d(); + if (if_block3) if_block3.d(); + mounted = false; + dispose(); + } + }; +} +function instance3($$self, $$props, $$invalidate) { + let logsHierarchy; + let side; + let { log: log2 } = $$props; + let { view } = $$props; + let { showTree } = $$props; + let { plugin } = $$props; + let isCollapsed = true; + function authorToString(log3) { + const name = log3.author.name; + if (plugin.settings.authorInHistoryView == "full") { + return name; + } else if (plugin.settings.authorInHistoryView == "initials") { + const words = name.split(" ").filter((word) => word.length > 0); + return words.map((word) => word[0].toUpperCase()).join(""); + } + } + const click_handler = () => $$invalidate(4, isCollapsed = !isCollapsed); + $$self.$$set = ($$props2) => { + if ("log" in $$props2) $$invalidate(0, log2 = $$props2.log); + if ("view" in $$props2) $$invalidate(1, view = $$props2.view); + if ("showTree" in $$props2) $$invalidate(2, showTree = $$props2.showTree); + if ("plugin" in $$props2) $$invalidate(3, plugin = $$props2.plugin); + }; + $$self.$$.update = () => { + if ($$self.$$.dirty & /*plugin, log*/ + 9) { + $: $$invalidate(6, logsHierarchy = { + title: "", + path: "", + vaultPath: "", + children: plugin.gitManager.getTreeStructure(log2.diff.files) + }); + } + if ($$self.$$.dirty & /*view*/ + 2) { + $: $$invalidate(5, side = view.leaf.getRoot().side == "left" ? "right" : "left"); + } + }; + return [ + log2, + view, + showTree, + plugin, + isCollapsed, + side, + logsHierarchy, + authorToString, + click_handler + ]; +} +var LogComponent = class extends SvelteComponent { + constructor(options) { + super(); + init2(this, options, instance3, create_fragment3, safe_not_equal, { log: 0, view: 1, showTree: 2, plugin: 3 }); + } +}; +var logComponent_default = LogComponent; + +// src/ui/history/historyView.svelte +function get_each_context3(ctx, list, i) { + const child_ctx = ctx.slice(); + child_ctx[11] = list[i]; + return child_ctx; +} +function create_if_block4(ctx) { + let div1; + let div0; + let current; + let each_value = ensure_array_like( + /*logs*/ + ctx[6] + ); + let each_blocks = []; + for (let i = 0; i < each_value.length; i += 1) { + each_blocks[i] = create_each_block3(get_each_context3(ctx, each_value, i)); + } + const out = (i) => transition_out(each_blocks[i], 1, 1, () => { + each_blocks[i] = null; + }); + return { + c() { + div1 = element("div"); + div0 = element("div"); + for (let i = 0; i < each_blocks.length; i += 1) { + each_blocks[i].c(); + } + attr(div0, "class", "tree-item-children nav-folder-children"); + attr(div1, "class", "tree-item nav-folder mod-root"); + }, + m(target, anchor) { + insert(target, div1, anchor); + append2(div1, div0); + for (let i = 0; i < each_blocks.length; i += 1) { + if (each_blocks[i]) { + each_blocks[i].m(div0, null); + } + } + current = true; + }, + p(ctx2, dirty) { + if (dirty & /*view, showTree, logs, plugin*/ + 71) { + each_value = ensure_array_like( + /*logs*/ + ctx2[6] + ); + let i; + for (i = 0; i < each_value.length; i += 1) { + const child_ctx = get_each_context3(ctx2, each_value, i); + if (each_blocks[i]) { + each_blocks[i].p(child_ctx, dirty); + transition_in(each_blocks[i], 1); + } else { + each_blocks[i] = create_each_block3(child_ctx); + each_blocks[i].c(); + transition_in(each_blocks[i], 1); + each_blocks[i].m(div0, null); + } + } + group_outros(); + for (i = each_value.length; i < each_blocks.length; i += 1) { + out(i); + } + check_outros(); + } + }, + i(local) { + if (current) return; + for (let i = 0; i < each_value.length; i += 1) { + transition_in(each_blocks[i]); + } + current = true; + }, + o(local) { + each_blocks = each_blocks.filter(Boolean); + for (let i = 0; i < each_blocks.length; i += 1) { + transition_out(each_blocks[i]); + } + current = false; + }, + d(detaching) { + if (detaching) { + detach(div1); + } + destroy_each(each_blocks, detaching); + } + }; +} +function create_each_block3(ctx) { + let logcomponent; + let current; + logcomponent = new logComponent_default({ + props: { + view: ( + /*view*/ + ctx[1] + ), + showTree: ( + /*showTree*/ + ctx[2] + ), + log: ( + /*log*/ + ctx[11] + ), + plugin: ( + /*plugin*/ + ctx[0] + ) + } + }); + return { + c() { + create_component(logcomponent.$$.fragment); + }, + m(target, anchor) { + mount_component(logcomponent, target, anchor); + current = true; + }, + p(ctx2, dirty) { + const logcomponent_changes = {}; + if (dirty & /*view*/ + 2) logcomponent_changes.view = /*view*/ + ctx2[1]; + if (dirty & /*showTree*/ + 4) logcomponent_changes.showTree = /*showTree*/ + ctx2[2]; + if (dirty & /*logs*/ + 64) logcomponent_changes.log = /*log*/ + ctx2[11]; + if (dirty & /*plugin*/ + 1) logcomponent_changes.plugin = /*plugin*/ + ctx2[0]; + logcomponent.$set(logcomponent_changes); + }, + i(local) { + if (current) return; + transition_in(logcomponent.$$.fragment, local); + current = true; + }, + o(local) { + transition_out(logcomponent.$$.fragment, local); + current = false; + }, + d(detaching) { + destroy_component(logcomponent, detaching); + } + }; +} +function create_fragment4(ctx) { + let main; + let div3; + let div2; + let div0; + let t0; + let div1; + let t1; + let div4; + let current; + let mounted; + let dispose; + let if_block = ( + /*logs*/ + ctx[6] && create_if_block4(ctx) + ); + return { + c() { + main = element("main"); + div3 = element("div"); + div2 = element("div"); + div0 = element("div"); + t0 = space(); + div1 = element("div"); + t1 = space(); + div4 = element("div"); + if (if_block) if_block.c(); + attr(div0, "id", "layoutChange"); + attr(div0, "class", "clickable-icon nav-action-button"); + attr(div0, "aria-label", "Change Layout"); + attr(div1, "id", "refresh"); + attr(div1, "class", "clickable-icon nav-action-button"); + attr(div1, "data-icon", "refresh-cw"); + attr(div1, "aria-label", "Refresh"); + set_style(div1, "margin", "1px"); + toggle_class( + div1, + "loading", + /*loading*/ + ctx[4] + ); + attr(div2, "class", "nav-buttons-container"); + attr(div3, "class", "nav-header"); + attr(div4, "class", "nav-files-container"); + set_style(div4, "position", "relative"); + }, + m(target, anchor) { + insert(target, main, anchor); + append2(main, div3); + append2(div3, div2); + append2(div2, div0); + ctx[7](div0); + append2(div2, t0); + append2(div2, div1); + ctx[9](div1); + append2(main, t1); + append2(main, div4); + if (if_block) if_block.m(div4, null); + current = true; + if (!mounted) { + dispose = [ + listen( + div0, + "click", + /*click_handler*/ + ctx[8] + ), + listen(div1, "click", triggerRefresh) + ]; + mounted = true; + } + }, + p(ctx2, [dirty]) { + if (!current || dirty & /*loading*/ + 16) { + toggle_class( + div1, + "loading", + /*loading*/ + ctx2[4] + ); + } + if ( + /*logs*/ + ctx2[6] + ) { + if (if_block) { + if_block.p(ctx2, dirty); + if (dirty & /*logs*/ + 64) { + transition_in(if_block, 1); + } + } else { + if_block = create_if_block4(ctx2); + if_block.c(); + transition_in(if_block, 1); + if_block.m(div4, null); + } + } else if (if_block) { + group_outros(); + transition_out(if_block, 1, 1, () => { + if_block = null; + }); + check_outros(); + } + }, + i(local) { + if (current) return; + transition_in(if_block); + current = true; + }, + o(local) { + transition_out(if_block); + current = false; + }, + d(detaching) { + if (detaching) { + detach(main); + } + ctx[7](null); + ctx[9](null); + if (if_block) if_block.d(); + mounted = false; + run_all(dispose); + } + }; +} +function triggerRefresh() { + dispatchEvent(new CustomEvent("git-refresh")); +} +function instance4($$self, $$props, $$invalidate) { + let { plugin } = $$props; + let { view } = $$props; + let loading; + let buttons = []; + let logs; + let showTree = plugin.settings.treeStructure; + let layoutBtn; + addEventListener("git-view-refresh", refresh); + plugin.app.workspace.onLayoutReady(() => { + window.setTimeout( + () => { + buttons.forEach((btn) => (0, import_obsidian20.setIcon)(btn, btn.getAttr("data-icon"))); + (0, import_obsidian20.setIcon)(layoutBtn, showTree ? "list" : "folder"); + }, + 0 + ); + }); + onDestroy(() => { + removeEventListener("git-view-refresh", refresh); + }); + function refresh() { + return __awaiter(this, void 0, void 0, function* () { + $$invalidate(4, loading = true); + const isSimpleGit = plugin.gitManager instanceof SimpleGit; + $$invalidate(6, logs = yield plugin.gitManager.log(void 0, false, isSimpleGit ? 50 : 10)); + $$invalidate(4, loading = false); + }); + } + function div0_binding($$value) { + binding_callbacks[$$value ? "unshift" : "push"](() => { + layoutBtn = $$value; + $$invalidate(3, layoutBtn); + }); + } + const click_handler = () => { + $$invalidate(2, showTree = !showTree); + $$invalidate(0, plugin.settings.treeStructure = showTree, plugin); + plugin.saveSettings(); + }; + function div1_binding($$value) { + binding_callbacks[$$value ? "unshift" : "push"](() => { + buttons[6] = $$value; + $$invalidate(5, buttons); + }); + } + $$self.$$set = ($$props2) => { + if ("plugin" in $$props2) $$invalidate(0, plugin = $$props2.plugin); + if ("view" in $$props2) $$invalidate(1, view = $$props2.view); + }; + $$self.$$.update = () => { + if ($$self.$$.dirty & /*layoutBtn, showTree*/ + 12) { + $: { + if (layoutBtn) { + layoutBtn.empty(); + (0, import_obsidian20.setIcon)(layoutBtn, showTree ? "list" : "folder"); + } + } + } + }; + return [ + plugin, + view, + showTree, + layoutBtn, + loading, + buttons, + logs, + div0_binding, + click_handler, + div1_binding + ]; +} +var HistoryView = class extends SvelteComponent { + constructor(options) { + super(); + init2(this, options, instance4, create_fragment4, safe_not_equal, { plugin: 0, view: 1 }); + } +}; +var historyView_default = HistoryView; + +// src/ui/history/historyView.ts +var HistoryView2 = class extends import_obsidian21.ItemView { + constructor(leaf, plugin) { + super(leaf); + this.plugin = plugin; + this.hoverPopover = null; + } + getViewType() { + return HISTORY_VIEW_CONFIG.type; + } + getDisplayText() { + return HISTORY_VIEW_CONFIG.name; + } + getIcon() { + return HISTORY_VIEW_CONFIG.icon; + } + onClose() { + return super.onClose(); + } + onOpen() { + this._view = new historyView_default({ + target: this.contentEl, + props: { + plugin: this.plugin, + view: this + } + }); + return super.onOpen(); + } +}; + +// src/ui/modals/branchModal.ts +init_polyfill_buffer(); +var import_obsidian22 = require("obsidian"); +var BranchModal = class extends import_obsidian22.FuzzySuggestModal { + constructor(branches) { + super(app); + this.branches = branches; + this.setPlaceholder("Select branch to checkout"); + } + getItems() { + return this.branches; + } + getItemText(item) { + return item; + } + onChooseItem(item, evt) { + this.resolve(item); + } + open() { + super.open(); + return new Promise((resolve2) => { + this.resolve = resolve2; + }); + } + async onClose() { + await new Promise((resolve2) => setTimeout(resolve2, 10)); + if (this.resolve) this.resolve(void 0); + } +}; + +// src/ui/modals/ignoreModal.ts +init_polyfill_buffer(); +var import_obsidian23 = require("obsidian"); +var IgnoreModal = class extends import_obsidian23.Modal { + constructor(app2, content) { + super(app2); + this.content = content; + this.resolve = null; + } + open() { + super.open(); + return new Promise((resolve2) => { + this.resolve = resolve2; + }); + } + onOpen() { + const { contentEl, titleEl } = this; + titleEl.setText("Edit .gitignore"); + const div = contentEl.createDiv(); + const text2 = div.createEl("textarea", { + text: this.content, + cls: ["obsidian-git-textarea"], + attr: { rows: 10, cols: 30, wrap: "off" } + }); + div.createEl("button", { + cls: ["mod-cta", "obsidian-git-center-button"], + text: "Save" + }).addEventListener("click", async () => { + this.resolve(text2.value); + this.close(); + }); + } + onClose() { + const { contentEl } = this; + this.resolve(void 0); + contentEl.empty(); + } +}; + +// src/ui/sourceControl/sourceControl.ts +init_polyfill_buffer(); +var import_obsidian30 = require("obsidian"); + +// src/ui/sourceControl/sourceControl.svelte +init_polyfill_buffer(); +var import_obsidian29 = require("obsidian"); + +// src/ui/modals/discardModal.ts +init_polyfill_buffer(); +var import_obsidian24 = require("obsidian"); +var DiscardModal = class extends import_obsidian24.Modal { + constructor(app2, deletion, filename) { + super(app2); + this.deletion = deletion; + this.filename = filename; + this.resolve = null; + } + myOpen() { + this.open(); + return new Promise((resolve2) => { + this.resolve = resolve2; + }); + } + onOpen() { + const { contentEl, titleEl } = this; + titleEl.setText(`${this.deletion ? "Delete" : "Discard"} this file?`); + contentEl.createEl("p").setText( + `Do you really want to ${this.deletion ? "delete" : "discard the changes of"} "${this.filename}"` + ); + const div = contentEl.createDiv({ cls: "modal-button-container" }); + const discard = div.createEl("button", { + cls: "mod-warning", + text: this.deletion ? "Delete" : "Discard" + }); + discard.addEventListener("click", async () => { + if (this.resolve) this.resolve(true); + this.close(); + }); + discard.addEventListener("keypress", async () => { + if (this.resolve) this.resolve(true); + this.close(); + }); + const close = div.createEl("button", { + text: "Cancel" + }); + close.addEventListener("click", () => { + if (this.resolve) this.resolve(false); + return this.close(); + }); + close.addEventListener("keypress", () => { + if (this.resolve) this.resolve(false); + return this.close(); + }); + } + onClose() { + const { contentEl } = this; + contentEl.empty(); + } +}; + +// src/ui/sourceControl/components/fileComponent.svelte +init_polyfill_buffer(); +var import_obsidian26 = require("obsidian"); + +// node_modules/.pnpm/obsidian-community-lib@https+++codeload.github.com+Vinzent03+obsidian-community-lib+tar.gz+e6_gis2so5ruhuavxzhyb52fw447e/node_modules/obsidian-community-lib/dist/index.js +init_polyfill_buffer(); + +// node_modules/.pnpm/obsidian-community-lib@https+++codeload.github.com+Vinzent03+obsidian-community-lib+tar.gz+e6_gis2so5ruhuavxzhyb52fw447e/node_modules/obsidian-community-lib/dist/utils.js +init_polyfill_buffer(); +var feather = __toESM(require_feather()); +var import_obsidian25 = require("obsidian"); +function hoverPreview(event, view, to) { + const targetEl = event.target; + app.workspace.trigger("hover-link", { + event, + source: view.getViewType(), + hoverParent: view, + targetEl, + linktext: to + }); +} + +// src/ui/sourceControl/components/fileComponent.svelte +function add_css3(target) { + append_styles(target, "svelte-1wbh8tp", "main.svelte-1wbh8tp .nav-file-title.svelte-1wbh8tp{align-items:center}"); +} +function create_if_block5(ctx) { + let div; + let mounted; + let dispose; + return { + c() { + div = element("div"); + attr(div, "data-icon", "go-to-file"); + attr(div, "aria-label", "Open File"); + attr(div, "class", "clickable-icon"); + }, + m(target, anchor) { + insert(target, div, anchor); + ctx[11](div); + if (!mounted) { + dispose = [ + listen(div, "auxclick", stop_propagation( + /*open*/ + ctx[5] + )), + listen(div, "click", stop_propagation( + /*open*/ + ctx[5] + )) + ]; + mounted = true; + } + }, + p: noop, + d(detaching) { + if (detaching) { + detach(div); + } + ctx[11](null); + mounted = false; + run_all(dispose); + } + }; +} +function create_fragment5(ctx) { + let main; + let div6; + let div0; + let t0_value = getDisplayPath( + /*change*/ + ctx[0].vault_path + ) + ""; + let t0; + let t1; + let div5; + let div3; + let show_if = ( + /*view*/ + ctx[1].app.vault.getAbstractFileByPath( + /*change*/ + ctx[0].vault_path + ) + ); + let t2; + let div1; + let t3; + let div2; + let t4; + let div4; + let t5_value = ( + /*change*/ + ctx[0].working_dir + "" + ); + let t5; + let div4_data_type_value; + let div6_data_path_value; + let div6_aria_label_value; + let mounted; + let dispose; + let if_block = show_if && create_if_block5(ctx); + return { + c() { + var _a2, _b, _c; + main = element("main"); + div6 = element("div"); + div0 = element("div"); + t0 = text(t0_value); + t1 = space(); + div5 = element("div"); + div3 = element("div"); + if (if_block) if_block.c(); + t2 = space(); + div1 = element("div"); + t3 = space(); + div2 = element("div"); + t4 = space(); + div4 = element("div"); + t5 = text(t5_value); + attr(div0, "class", "tree-item-inner nav-file-title-content"); + attr(div1, "data-icon", "undo"); + attr(div1, "aria-label", "Discard"); + attr(div1, "class", "clickable-icon"); + attr(div2, "data-icon", "plus"); + attr(div2, "aria-label", "Stage"); + attr(div2, "class", "clickable-icon"); + attr(div3, "class", "buttons"); + attr(div4, "class", "type"); + attr(div4, "data-type", div4_data_type_value = /*change*/ + ctx[0].working_dir); + attr(div5, "class", "git-tools"); + attr(div6, "class", "tree-item-self is-clickable nav-file-title svelte-1wbh8tp"); + attr(div6, "data-path", div6_data_path_value = /*change*/ + ctx[0].vault_path); + attr( + div6, + "data-tooltip-position", + /*side*/ + ctx[3] + ); + attr(div6, "aria-label", div6_aria_label_value = /*change*/ + ctx[0].vault_path); + toggle_class( + div6, + "is-active", + /*view*/ + ((_a2 = ctx[1].plugin.lastDiffViewState) == null ? void 0 : _a2.file) == /*change*/ + ctx[0].vault_path && !/*view*/ + ((_b = ctx[1].plugin.lastDiffViewState) == null ? void 0 : _b.hash) && !/*view*/ + ((_c = ctx[1].plugin.lastDiffViewState) == null ? void 0 : _c.staged) + ); + attr(main, "class", "tree-item nav-file svelte-1wbh8tp"); + }, + m(target, anchor) { + insert(target, main, anchor); + append2(main, div6); + append2(div6, div0); + append2(div0, t0); + append2(div6, t1); + append2(div6, div5); + append2(div5, div3); + if (if_block) if_block.m(div3, null); + append2(div3, t2); + append2(div3, div1); + ctx[12](div1); + append2(div3, t3); + append2(div3, div2); + ctx[13](div2); + append2(div5, t4); + append2(div5, div4); + append2(div4, t5); + if (!mounted) { + dispose = [ + listen(div1, "click", stop_propagation( + /*discard*/ + ctx[8] + )), + listen(div2, "click", stop_propagation( + /*stage*/ + ctx[6] + )), + listen( + main, + "mouseover", + /*hover*/ + ctx[4] + ), + listen(main, "click", stop_propagation( + /*showDiff*/ + ctx[7] + )), + listen(main, "auxclick", stop_propagation( + /*auxclick_handler*/ + ctx[14] + )), + listen( + main, + "focus", + /*focus_handler*/ + ctx[10] + ) + ]; + mounted = true; + } + }, + p(ctx2, [dirty]) { + var _a2, _b, _c; + if (dirty & /*change*/ + 1 && t0_value !== (t0_value = getDisplayPath( + /*change*/ + ctx2[0].vault_path + ) + "")) set_data(t0, t0_value); + if (dirty & /*view, change*/ + 3) show_if = /*view*/ + ctx2[1].app.vault.getAbstractFileByPath( + /*change*/ + ctx2[0].vault_path + ); + if (show_if) { + if (if_block) { + if_block.p(ctx2, dirty); + } else { + if_block = create_if_block5(ctx2); + if_block.c(); + if_block.m(div3, t2); + } + } else if (if_block) { + if_block.d(1); + if_block = null; + } + if (dirty & /*change*/ + 1 && t5_value !== (t5_value = /*change*/ + ctx2[0].working_dir + "")) set_data(t5, t5_value); + if (dirty & /*change*/ + 1 && div4_data_type_value !== (div4_data_type_value = /*change*/ + ctx2[0].working_dir)) { + attr(div4, "data-type", div4_data_type_value); + } + if (dirty & /*change*/ + 1 && div6_data_path_value !== (div6_data_path_value = /*change*/ + ctx2[0].vault_path)) { + attr(div6, "data-path", div6_data_path_value); + } + if (dirty & /*side*/ + 8) { + attr( + div6, + "data-tooltip-position", + /*side*/ + ctx2[3] + ); + } + if (dirty & /*change*/ + 1 && div6_aria_label_value !== (div6_aria_label_value = /*change*/ + ctx2[0].vault_path)) { + attr(div6, "aria-label", div6_aria_label_value); + } + if (dirty & /*view, change*/ + 3) { + toggle_class( + div6, + "is-active", + /*view*/ + ((_a2 = ctx2[1].plugin.lastDiffViewState) == null ? void 0 : _a2.file) == /*change*/ + ctx2[0].vault_path && !/*view*/ + ((_b = ctx2[1].plugin.lastDiffViewState) == null ? void 0 : _b.hash) && !/*view*/ + ((_c = ctx2[1].plugin.lastDiffViewState) == null ? void 0 : _c.staged) + ); + } + }, + i: noop, + o: noop, + d(detaching) { + if (detaching) { + detach(main); + } + if (if_block) if_block.d(); + ctx[12](null); + ctx[13](null); + mounted = false; + run_all(dispose); + } + }; +} +function instance5($$self, $$props, $$invalidate) { + let side; + let { change } = $$props; + let { view } = $$props; + let { manager } = $$props; + let buttons = []; + window.setTimeout(() => buttons.forEach((b) => (0, import_obsidian26.setIcon)(b, b.getAttr("data-icon"))), 0); + function hover(event) { + if (app.vault.getAbstractFileByPath(change.vault_path)) { + hoverPreview(event, view, change.vault_path); + } + } + function open(event) { + var _a2; + const file = view.app.vault.getAbstractFileByPath(change.vault_path); + if (file instanceof import_obsidian26.TFile) { + (_a2 = getNewLeaf(event)) === null || _a2 === void 0 ? void 0 : _a2.openFile(file); + } + } + function stage() { + manager.stage(change.path, false).finally(() => { + dispatchEvent(new CustomEvent("git-refresh")); + }); + } + function showDiff(event) { + var _a2; + (_a2 = getNewLeaf(event)) === null || _a2 === void 0 ? void 0 : _a2.setViewState({ + type: DIFF_VIEW_CONFIG.type, + active: true, + state: { file: change.path, staged: false } + }); + } + function discard() { + const deleteFile = change.working_dir == "U"; + new DiscardModal(view.app, deleteFile, change.vault_path).myOpen().then((shouldDiscard) => { + if (shouldDiscard === true) { + if (deleteFile) { + view.app.vault.adapter.remove(change.vault_path).finally(() => { + dispatchEvent(new CustomEvent("git-refresh")); + }); + } else { + manager.discard(change.path).finally(() => { + dispatchEvent(new CustomEvent("git-refresh")); + }); + } + } + }); + } + function focus_handler(event) { + bubble.call(this, $$self, event); + } + function div_binding($$value) { + binding_callbacks[$$value ? "unshift" : "push"](() => { + buttons[1] = $$value; + $$invalidate(2, buttons); + }); + } + function div1_binding($$value) { + binding_callbacks[$$value ? "unshift" : "push"](() => { + buttons[0] = $$value; + $$invalidate(2, buttons); + }); + } + function div2_binding($$value) { + binding_callbacks[$$value ? "unshift" : "push"](() => { + buttons[2] = $$value; + $$invalidate(2, buttons); + }); + } + const auxclick_handler = (event) => mayTriggerFileMenu(view.app, event, change.vault_path, view.leaf, "git-source-control"); + $$self.$$set = ($$props2) => { + if ("change" in $$props2) $$invalidate(0, change = $$props2.change); + if ("view" in $$props2) $$invalidate(1, view = $$props2.view); + if ("manager" in $$props2) $$invalidate(9, manager = $$props2.manager); + }; + $$self.$$.update = () => { + if ($$self.$$.dirty & /*view*/ + 2) { + $: $$invalidate(3, side = view.leaf.getRoot().side == "left" ? "right" : "left"); + } + }; + return [ + change, + view, + buttons, + side, + hover, + open, + stage, + showDiff, + discard, + manager, + focus_handler, + div_binding, + div1_binding, + div2_binding, + auxclick_handler + ]; +} +var FileComponent = class extends SvelteComponent { + constructor(options) { + super(); + init2(this, options, instance5, create_fragment5, safe_not_equal, { change: 0, view: 1, manager: 9 }, add_css3); + } +}; +var fileComponent_default = FileComponent; + +// src/ui/sourceControl/components/pulledFileComponent.svelte +init_polyfill_buffer(); +var import_obsidian27 = require("obsidian"); +function add_css4(target) { + append_styles(target, "svelte-1wbh8tp", "main.svelte-1wbh8tp .nav-file-title.svelte-1wbh8tp{align-items:center}"); +} +function create_fragment6(ctx) { + let main; + let div2; + let div0; + let t0_value = getDisplayPath( + /*change*/ + ctx[0].vault_path + ) + ""; + let t0; + let t1; + let div1; + let span; + let t2_value = ( + /*change*/ + ctx[0].working_dir + "" + ); + let t2; + let span_data_type_value; + let div2_data_path_value; + let div2_aria_label_value; + let mounted; + let dispose; + return { + c() { + main = element("main"); + div2 = element("div"); + div0 = element("div"); + t0 = text(t0_value); + t1 = space(); + div1 = element("div"); + span = element("span"); + t2 = text(t2_value); + attr(div0, "class", "tree-item-inner nav-file-title-content"); + attr(span, "class", "type"); + attr(span, "data-type", span_data_type_value = /*change*/ + ctx[0].working_dir); + attr(div1, "class", "git-tools"); + attr(div2, "class", "tree-item-self is-clickable nav-file-title svelte-1wbh8tp"); + attr(div2, "data-path", div2_data_path_value = /*change*/ + ctx[0].vault_path); + attr( + div2, + "data-tooltip-position", + /*side*/ + ctx[2] + ); + attr(div2, "aria-label", div2_aria_label_value = /*change*/ + ctx[0].vault_path); + attr(main, "class", "tree-item nav-file svelte-1wbh8tp"); + }, + m(target, anchor) { + insert(target, main, anchor); + append2(main, div2); + append2(div2, div0); + append2(div0, t0); + append2(div2, t1); + append2(div2, div1); + append2(div1, span); + append2(span, t2); + if (!mounted) { + dispose = [ + listen( + main, + "mouseover", + /*hover*/ + ctx[3] + ), + listen(main, "click", stop_propagation( + /*open*/ + ctx[4] + )), + listen(main, "auxclick", stop_propagation( + /*auxclick_handler*/ + ctx[6] + )), + listen( + main, + "focus", + /*focus_handler*/ + ctx[5] + ) + ]; + mounted = true; + } + }, + p(ctx2, [dirty]) { + if (dirty & /*change*/ + 1 && t0_value !== (t0_value = getDisplayPath( + /*change*/ + ctx2[0].vault_path + ) + "")) set_data(t0, t0_value); + if (dirty & /*change*/ + 1 && t2_value !== (t2_value = /*change*/ + ctx2[0].working_dir + "")) set_data(t2, t2_value); + if (dirty & /*change*/ + 1 && span_data_type_value !== (span_data_type_value = /*change*/ + ctx2[0].working_dir)) { + attr(span, "data-type", span_data_type_value); + } + if (dirty & /*change*/ + 1 && div2_data_path_value !== (div2_data_path_value = /*change*/ + ctx2[0].vault_path)) { + attr(div2, "data-path", div2_data_path_value); + } + if (dirty & /*side*/ + 4) { + attr( + div2, + "data-tooltip-position", + /*side*/ + ctx2[2] + ); + } + if (dirty & /*change*/ + 1 && div2_aria_label_value !== (div2_aria_label_value = /*change*/ + ctx2[0].vault_path)) { + attr(div2, "aria-label", div2_aria_label_value); + } + }, + i: noop, + o: noop, + d(detaching) { + if (detaching) { + detach(main); + } + mounted = false; + run_all(dispose); + } + }; +} +function instance6($$self, $$props, $$invalidate) { + let side; + let { change } = $$props; + let { view } = $$props; + function hover(event) { + if (app.vault.getAbstractFileByPath(change.vault_path)) { + hoverPreview(event, view, change.vault_path); + } + } + function open(event) { + var _a2; + const file = view.app.vault.getAbstractFileByPath(change.vault_path); + if (file instanceof import_obsidian27.TFile) { + (_a2 = getNewLeaf(event)) === null || _a2 === void 0 ? void 0 : _a2.openFile(file); + } + } + function focus_handler(event) { + bubble.call(this, $$self, event); + } + const auxclick_handler = (event) => mayTriggerFileMenu(view.app, event, change.vault_path, view.leaf, "git-source-control"); + $$self.$$set = ($$props2) => { + if ("change" in $$props2) $$invalidate(0, change = $$props2.change); + if ("view" in $$props2) $$invalidate(1, view = $$props2.view); + }; + $$self.$$.update = () => { + if ($$self.$$.dirty & /*view*/ + 2) { + $: $$invalidate(2, side = view.leaf.getRoot().side == "left" ? "right" : "left"); + } + }; + return [change, view, side, hover, open, focus_handler, auxclick_handler]; +} +var PulledFileComponent = class extends SvelteComponent { + constructor(options) { + super(); + init2(this, options, instance6, create_fragment6, safe_not_equal, { change: 0, view: 1 }, add_css4); + } +}; +var pulledFileComponent_default = PulledFileComponent; + +// src/ui/sourceControl/components/stagedFileComponent.svelte +init_polyfill_buffer(); +var import_obsidian28 = require("obsidian"); +function add_css5(target) { + append_styles(target, "svelte-1wbh8tp", "main.svelte-1wbh8tp .nav-file-title.svelte-1wbh8tp{align-items:center}"); +} +function create_if_block6(ctx) { + let div; + let mounted; + let dispose; + return { + c() { + div = element("div"); + attr(div, "data-icon", "go-to-file"); + attr(div, "aria-label", "Open File"); + attr(div, "class", "clickable-icon"); + }, + m(target, anchor) { + insert(target, div, anchor); + ctx[10](div); + if (!mounted) { + dispose = listen(div, "click", stop_propagation( + /*open*/ + ctx[5] + )); + mounted = true; + } + }, + p: noop, + d(detaching) { + if (detaching) { + detach(div); + } + ctx[10](null); + mounted = false; + dispose(); + } + }; +} +function create_fragment7(ctx) { + let main; + let div5; + let div0; + let t0_value = getDisplayPath( + /*change*/ + ctx[0].vault_path + ) + ""; + let t0; + let t1; + let div4; + let div2; + let show_if = ( + /*view*/ + ctx[1].app.vault.getAbstractFileByPath( + /*change*/ + ctx[0].vault_path + ) + ); + let t2; + let div1; + let t3; + let div3; + let t4_value = ( + /*change*/ + ctx[0].index + "" + ); + let t4; + let div3_data_type_value; + let div5_data_path_value; + let div5_aria_label_value; + let mounted; + let dispose; + let if_block = show_if && create_if_block6(ctx); + return { + c() { + var _a2, _b, _c; + main = element("main"); + div5 = element("div"); + div0 = element("div"); + t0 = text(t0_value); + t1 = space(); + div4 = element("div"); + div2 = element("div"); + if (if_block) if_block.c(); + t2 = space(); + div1 = element("div"); + t3 = space(); + div3 = element("div"); + t4 = text(t4_value); + attr(div0, "class", "tree-item-inner nav-file-title-content"); + attr(div1, "data-icon", "minus"); + attr(div1, "aria-label", "Unstage"); + attr(div1, "class", "clickable-icon"); + attr(div2, "class", "buttons"); + attr(div3, "class", "type"); + attr(div3, "data-type", div3_data_type_value = /*change*/ + ctx[0].index); + attr(div4, "class", "git-tools"); + attr(div5, "class", "tree-item-self is-clickable nav-file-title svelte-1wbh8tp"); + attr(div5, "data-path", div5_data_path_value = /*change*/ + ctx[0].vault_path); + attr( + div5, + "data-tooltip-position", + /*side*/ + ctx[3] + ); + attr(div5, "aria-label", div5_aria_label_value = /*change*/ + ctx[0].vault_path); + toggle_class( + div5, + "is-active", + /*view*/ + ((_a2 = ctx[1].plugin.lastDiffViewState) == null ? void 0 : _a2.file) == /*change*/ + ctx[0].vault_path && !/*view*/ + ((_b = ctx[1].plugin.lastDiffViewState) == null ? void 0 : _b.hash) && /*view*/ + ((_c = ctx[1].plugin.lastDiffViewState) == null ? void 0 : _c.staged) + ); + attr(main, "class", "tree-item nav-file svelte-1wbh8tp"); + }, + m(target, anchor) { + insert(target, main, anchor); + append2(main, div5); + append2(div5, div0); + append2(div0, t0); + append2(div5, t1); + append2(div5, div4); + append2(div4, div2); + if (if_block) if_block.m(div2, null); + append2(div2, t2); + append2(div2, div1); + ctx[11](div1); + append2(div4, t3); + append2(div4, div3); + append2(div3, t4); + if (!mounted) { + dispose = [ + listen(div1, "click", stop_propagation( + /*unstage*/ + ctx[7] + )), + listen( + main, + "mouseover", + /*hover*/ + ctx[4] + ), + listen( + main, + "focus", + /*focus_handler*/ + ctx[9] + ), + listen(main, "click", stop_propagation( + /*showDiff*/ + ctx[6] + )), + listen(main, "auxclick", stop_propagation( + /*auxclick_handler*/ + ctx[12] + )) + ]; + mounted = true; + } + }, + p(ctx2, [dirty]) { + var _a2, _b, _c; + if (dirty & /*change*/ + 1 && t0_value !== (t0_value = getDisplayPath( + /*change*/ + ctx2[0].vault_path + ) + "")) set_data(t0, t0_value); + if (dirty & /*view, change*/ + 3) show_if = /*view*/ + ctx2[1].app.vault.getAbstractFileByPath( + /*change*/ + ctx2[0].vault_path + ); + if (show_if) { + if (if_block) { + if_block.p(ctx2, dirty); + } else { + if_block = create_if_block6(ctx2); + if_block.c(); + if_block.m(div2, t2); + } + } else if (if_block) { + if_block.d(1); + if_block = null; + } + if (dirty & /*change*/ + 1 && t4_value !== (t4_value = /*change*/ + ctx2[0].index + "")) set_data(t4, t4_value); + if (dirty & /*change*/ + 1 && div3_data_type_value !== (div3_data_type_value = /*change*/ + ctx2[0].index)) { + attr(div3, "data-type", div3_data_type_value); + } + if (dirty & /*change*/ + 1 && div5_data_path_value !== (div5_data_path_value = /*change*/ + ctx2[0].vault_path)) { + attr(div5, "data-path", div5_data_path_value); + } + if (dirty & /*side*/ + 8) { + attr( + div5, + "data-tooltip-position", + /*side*/ + ctx2[3] + ); + } + if (dirty & /*change*/ + 1 && div5_aria_label_value !== (div5_aria_label_value = /*change*/ + ctx2[0].vault_path)) { + attr(div5, "aria-label", div5_aria_label_value); + } + if (dirty & /*view, change*/ + 3) { + toggle_class( + div5, + "is-active", + /*view*/ + ((_a2 = ctx2[1].plugin.lastDiffViewState) == null ? void 0 : _a2.file) == /*change*/ + ctx2[0].vault_path && !/*view*/ + ((_b = ctx2[1].plugin.lastDiffViewState) == null ? void 0 : _b.hash) && /*view*/ + ((_c = ctx2[1].plugin.lastDiffViewState) == null ? void 0 : _c.staged) + ); + } + }, + i: noop, + o: noop, + d(detaching) { + if (detaching) { + detach(main); + } + if (if_block) if_block.d(); + ctx[11](null); + mounted = false; + run_all(dispose); + } + }; +} +function instance7($$self, $$props, $$invalidate) { + let side; + let { change } = $$props; + let { view } = $$props; + let { manager } = $$props; + let buttons = []; + window.setTimeout(() => buttons.forEach((b) => (0, import_obsidian28.setIcon)(b, b.getAttr("data-icon"))), 0); + function hover(event) { + if (app.vault.getAbstractFileByPath(change.vault_path)) { + hoverPreview(event, view, change.vault_path); + } + } + function open(event) { + var _a2; + const file = view.app.vault.getAbstractFileByPath(change.vault_path); + if (file instanceof import_obsidian28.TFile) { + (_a2 = getNewLeaf(event)) === null || _a2 === void 0 ? void 0 : _a2.openFile(file); + } + } + function showDiff(event) { + var _a2; + (_a2 = getNewLeaf(event)) === null || _a2 === void 0 ? void 0 : _a2.setViewState({ + type: DIFF_VIEW_CONFIG.type, + active: true, + state: { file: change.path, staged: true } + }); + } + function unstage() { + manager.unstage(change.path, false).finally(() => { + dispatchEvent(new CustomEvent("git-refresh")); + }); + } + function focus_handler(event) { + bubble.call(this, $$self, event); + } + function div_binding($$value) { + binding_callbacks[$$value ? "unshift" : "push"](() => { + buttons[1] = $$value; + $$invalidate(2, buttons); + }); + } + function div1_binding($$value) { + binding_callbacks[$$value ? "unshift" : "push"](() => { + buttons[0] = $$value; + $$invalidate(2, buttons); + }); + } + const auxclick_handler = (event) => mayTriggerFileMenu(view.app, event, change.vault_path, view.leaf, "git-source-control"); + $$self.$$set = ($$props2) => { + if ("change" in $$props2) $$invalidate(0, change = $$props2.change); + if ("view" in $$props2) $$invalidate(1, view = $$props2.view); + if ("manager" in $$props2) $$invalidate(8, manager = $$props2.manager); + }; + $$self.$$.update = () => { + if ($$self.$$.dirty & /*view*/ + 2) { + $: $$invalidate(3, side = view.leaf.getRoot().side == "left" ? "right" : "left"); + } + }; + return [ + change, + view, + buttons, + side, + hover, + open, + showDiff, + unstage, + manager, + focus_handler, + div_binding, + div1_binding, + auxclick_handler + ]; +} +var StagedFileComponent = class extends SvelteComponent { + constructor(options) { + super(); + init2(this, options, instance7, create_fragment7, safe_not_equal, { change: 0, view: 1, manager: 8 }, add_css5); + } +}; +var stagedFileComponent_default = StagedFileComponent; + +// src/ui/sourceControl/components/treeComponent.svelte +init_polyfill_buffer(); +function add_css6(target) { + append_styles(target, "svelte-hup5mn", "main.svelte-hup5mn .nav-folder-title.svelte-hup5mn{align-items:center}"); +} +function get_each_context4(ctx, list, i) { + const child_ctx = ctx.slice(); + child_ctx[16] = list[i]; + return child_ctx; +} +function create_else_block3(ctx) { + let div7; + let div6; + let div0; + let t0; + let div1; + let t1; + let div2; + let t2_value = ( + /*entity*/ + ctx[16].title + "" + ); + let t2; + let t3; + let div5; + let div4; + let t4; + let div3; + let div6_aria_label_value; + let t5; + let t6; + let current; + let mounted; + let dispose; + function select_block_type_2(ctx2, dirty) { + if ( + /*fileType*/ + ctx2[3] == 0 /* staged */ + ) return create_if_block_5; + return create_else_block_1; + } + let current_block_type = select_block_type_2(ctx, -1); + let if_block0 = current_block_type(ctx); + let if_block1 = !/*closed*/ + ctx[5][ + /*entity*/ + ctx[16].title + ] && create_if_block_42(ctx); + function click_handler_3() { + return ( + /*click_handler_3*/ + ctx[14]( + /*entity*/ + ctx[16] + ) + ); + } + function auxclick_handler(...args) { + return ( + /*auxclick_handler*/ + ctx[15]( + /*entity*/ + ctx[16], + ...args + ) + ); + } + return { + c() { + div7 = element("div"); + div6 = element("div"); + div0 = element("div"); + t0 = space(); + div1 = element("div"); + div1.innerHTML = ``; + t1 = space(); + div2 = element("div"); + t2 = text(t2_value); + t3 = space(); + div5 = element("div"); + div4 = element("div"); + if_block0.c(); + t4 = space(); + div3 = element("div"); + t5 = space(); + if (if_block1) if_block1.c(); + t6 = space(); + attr(div0, "data-icon", "folder"); + set_style(div0, "padding-right", "5px"); + set_style(div0, "display", "flex"); + attr(div1, "class", "tree-item-icon nav-folder-collapse-indicator collapse-icon"); + toggle_class( + div1, + "is-collapsed", + /*closed*/ + ctx[5][ + /*entity*/ + ctx[16].title + ] + ); + attr(div2, "class", "tree-item-inner nav-folder-title-content"); + set_style(div3, "width", "11px"); + attr(div4, "class", "buttons"); + attr(div5, "class", "git-tools"); + attr(div6, "class", "tree-item-self is-clickable nav-folder-title svelte-hup5mn"); + attr( + div6, + "data-tooltip-position", + /*side*/ + ctx[6] + ); + attr(div6, "aria-label", div6_aria_label_value = /*entity*/ + ctx[16].vaultPath); + attr(div7, "class", "tree-item nav-folder"); + toggle_class( + div7, + "is-collapsed", + /*closed*/ + ctx[5][ + /*entity*/ + ctx[16].title + ] + ); + }, + m(target, anchor) { + insert(target, div7, anchor); + append2(div7, div6); + append2(div6, div0); + append2(div6, t0); + append2(div6, div1); + append2(div6, t1); + append2(div6, div2); + append2(div2, t2); + append2(div6, t3); + append2(div6, div5); + append2(div5, div4); + if_block0.m(div4, null); + append2(div4, t4); + append2(div4, div3); + append2(div7, t5); + if (if_block1) if_block1.m(div7, null); + append2(div7, t6); + current = true; + if (!mounted) { + dispose = [ + listen(div7, "click", stop_propagation(click_handler_3)), + listen(div7, "auxclick", stop_propagation(auxclick_handler)) + ]; + mounted = true; + } + }, + p(new_ctx, dirty) { + ctx = new_ctx; + if (!current || dirty & /*closed, hierarchy*/ + 33) { + toggle_class( + div1, + "is-collapsed", + /*closed*/ + ctx[5][ + /*entity*/ + ctx[16].title + ] + ); + } + if ((!current || dirty & /*hierarchy*/ + 1) && t2_value !== (t2_value = /*entity*/ + ctx[16].title + "")) set_data(t2, t2_value); + if (current_block_type === (current_block_type = select_block_type_2(ctx, dirty)) && if_block0) { + if_block0.p(ctx, dirty); + } else { + if_block0.d(1); + if_block0 = current_block_type(ctx); + if (if_block0) { + if_block0.c(); + if_block0.m(div4, t4); + } + } + if (!current || dirty & /*side*/ + 64) { + attr( + div6, + "data-tooltip-position", + /*side*/ + ctx[6] + ); + } + if (!current || dirty & /*hierarchy*/ + 1 && div6_aria_label_value !== (div6_aria_label_value = /*entity*/ + ctx[16].vaultPath)) { + attr(div6, "aria-label", div6_aria_label_value); + } + if (!/*closed*/ + ctx[5][ + /*entity*/ + ctx[16].title + ]) { + if (if_block1) { + if_block1.p(ctx, dirty); + if (dirty & /*closed, hierarchy*/ + 33) { + transition_in(if_block1, 1); + } + } else { + if_block1 = create_if_block_42(ctx); + if_block1.c(); + transition_in(if_block1, 1); + if_block1.m(div7, t6); + } + } else if (if_block1) { + group_outros(); + transition_out(if_block1, 1, 1, () => { + if_block1 = null; + }); + check_outros(); + } + if (!current || dirty & /*closed, hierarchy*/ + 33) { + toggle_class( + div7, + "is-collapsed", + /*closed*/ + ctx[5][ + /*entity*/ + ctx[16].title + ] + ); + } + }, + i(local) { + if (current) return; + transition_in(if_block1); + current = true; + }, + o(local) { + transition_out(if_block1); + current = false; + }, + d(detaching) { + if (detaching) { + detach(div7); + } + if_block0.d(); + if (if_block1) if_block1.d(); + mounted = false; + run_all(dispose); + } + }; +} +function create_if_block7(ctx) { + let div; + let current_block_type_index; + let if_block; + let t; + let current; + const if_block_creators = [create_if_block_13, create_if_block_22, create_if_block_32]; + const if_blocks = []; + function select_block_type_1(ctx2, dirty) { + if ( + /*fileType*/ + ctx2[3] == 0 /* staged */ + ) return 0; + if ( + /*fileType*/ + ctx2[3] == 1 /* changed */ + ) return 1; + if ( + /*fileType*/ + ctx2[3] == 2 /* pulled */ + ) return 2; + return -1; + } + if (~(current_block_type_index = select_block_type_1(ctx, -1))) { + if_block = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx); + } + return { + c() { + div = element("div"); + if (if_block) if_block.c(); + t = space(); + }, + m(target, anchor) { + insert(target, div, anchor); + if (~current_block_type_index) { + if_blocks[current_block_type_index].m(div, null); + } + append2(div, t); + current = true; + }, + p(ctx2, dirty) { + let previous_block_index = current_block_type_index; + current_block_type_index = select_block_type_1(ctx2, dirty); + if (current_block_type_index === previous_block_index) { + if (~current_block_type_index) { + if_blocks[current_block_type_index].p(ctx2, dirty); + } + } else { + if (if_block) { + group_outros(); + transition_out(if_blocks[previous_block_index], 1, 1, () => { + if_blocks[previous_block_index] = null; + }); + check_outros(); + } + if (~current_block_type_index) { + if_block = if_blocks[current_block_type_index]; + if (!if_block) { + if_block = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx2); + if_block.c(); + } else { + if_block.p(ctx2, dirty); + } + transition_in(if_block, 1); + if_block.m(div, t); + } else { + if_block = null; + } + } + }, + i(local) { + if (current) return; + transition_in(if_block); + current = true; + }, + o(local) { + transition_out(if_block); + current = false; + }, + d(detaching) { + if (detaching) { + detach(div); + } + if (~current_block_type_index) { + if_blocks[current_block_type_index].d(); + } + } + }; +} +function create_else_block_1(ctx) { + let div0; + let t; + let div1; + let mounted; + let dispose; + function click_handler_1() { + return ( + /*click_handler_1*/ + ctx[12]( + /*entity*/ + ctx[16] + ) + ); + } + function click_handler_2() { + return ( + /*click_handler_2*/ + ctx[13]( + /*entity*/ + ctx[16] + ) + ); + } + return { + c() { + div0 = element("div"); + div0.innerHTML = ``; + t = space(); + div1 = element("div"); + div1.innerHTML = ``; + attr(div0, "data-icon", "undo"); + attr(div0, "aria-label", "Discard"); + attr(div0, "class", "clickable-icon"); + attr(div1, "data-icon", "plus"); + attr(div1, "aria-label", "Stage"); + attr(div1, "class", "clickable-icon"); + }, + m(target, anchor) { + insert(target, div0, anchor); + insert(target, t, anchor); + insert(target, div1, anchor); + if (!mounted) { + dispose = [ + listen(div0, "click", stop_propagation(click_handler_1)), + listen(div1, "click", stop_propagation(click_handler_2)) + ]; + mounted = true; + } + }, + p(new_ctx, dirty) { + ctx = new_ctx; + }, + d(detaching) { + if (detaching) { + detach(div0); + detach(t); + detach(div1); + } + mounted = false; + run_all(dispose); + } + }; +} +function create_if_block_5(ctx) { + let div; + let mounted; + let dispose; + function click_handler() { + return ( + /*click_handler*/ + ctx[11]( + /*entity*/ + ctx[16] + ) + ); + } + return { + c() { + div = element("div"); + div.innerHTML = ``; + attr(div, "data-icon", "minus"); + attr(div, "aria-label", "Unstage"); + attr(div, "class", "clickable-icon"); + }, + m(target, anchor) { + insert(target, div, anchor); + if (!mounted) { + dispose = listen(div, "click", stop_propagation(click_handler)); + mounted = true; + } + }, + p(new_ctx, dirty) { + ctx = new_ctx; + }, + d(detaching) { + if (detaching) { + detach(div); + } + mounted = false; + dispose(); + } + }; +} +function create_if_block_42(ctx) { + let div; + let treecomponent; + let div_transition; + let current; + treecomponent = new TreeComponent({ + props: { + hierarchy: ( + /*entity*/ + ctx[16] + ), + plugin: ( + /*plugin*/ + ctx[1] + ), + view: ( + /*view*/ + ctx[2] + ), + fileType: ( + /*fileType*/ + ctx[3] + ) + } + }); + return { + c() { + div = element("div"); + create_component(treecomponent.$$.fragment); + attr(div, "class", "tree-item-children nav-folder-children"); + }, + m(target, anchor) { + insert(target, div, anchor); + mount_component(treecomponent, div, null); + current = true; + }, + p(ctx2, dirty) { + const treecomponent_changes = {}; + if (dirty & /*hierarchy*/ + 1) treecomponent_changes.hierarchy = /*entity*/ + ctx2[16]; + if (dirty & /*plugin*/ + 2) treecomponent_changes.plugin = /*plugin*/ + ctx2[1]; + if (dirty & /*view*/ + 4) treecomponent_changes.view = /*view*/ + ctx2[2]; + if (dirty & /*fileType*/ + 8) treecomponent_changes.fileType = /*fileType*/ + ctx2[3]; + treecomponent.$set(treecomponent_changes); + }, + i(local) { + if (current) return; + transition_in(treecomponent.$$.fragment, local); + if (local) { + add_render_callback(() => { + if (!current) return; + if (!div_transition) div_transition = create_bidirectional_transition(div, slide, { duration: 150 }, true); + div_transition.run(1); + }); + } + current = true; + }, + o(local) { + transition_out(treecomponent.$$.fragment, local); + if (local) { + if (!div_transition) div_transition = create_bidirectional_transition(div, slide, { duration: 150 }, false); + div_transition.run(0); + } + current = false; + }, + d(detaching) { + if (detaching) { + detach(div); + } + destroy_component(treecomponent); + if (detaching && div_transition) div_transition.end(); + } + }; +} +function create_if_block_32(ctx) { + let pulledfilecomponent; + let current; + pulledfilecomponent = new pulledFileComponent_default({ + props: { + change: ( + /*entity*/ + ctx[16].data + ), + view: ( + /*view*/ + ctx[2] + ) + } + }); + return { + c() { + create_component(pulledfilecomponent.$$.fragment); + }, + m(target, anchor) { + mount_component(pulledfilecomponent, target, anchor); + current = true; + }, + p(ctx2, dirty) { + const pulledfilecomponent_changes = {}; + if (dirty & /*hierarchy*/ + 1) pulledfilecomponent_changes.change = /*entity*/ + ctx2[16].data; + if (dirty & /*view*/ + 4) pulledfilecomponent_changes.view = /*view*/ + ctx2[2]; + pulledfilecomponent.$set(pulledfilecomponent_changes); + }, + i(local) { + if (current) return; + transition_in(pulledfilecomponent.$$.fragment, local); + current = true; + }, + o(local) { + transition_out(pulledfilecomponent.$$.fragment, local); + current = false; + }, + d(detaching) { + destroy_component(pulledfilecomponent, detaching); + } + }; +} +function create_if_block_22(ctx) { + let filecomponent; + let current; + filecomponent = new fileComponent_default({ + props: { + change: ( + /*entity*/ + ctx[16].data + ), + manager: ( + /*plugin*/ + ctx[1].gitManager + ), + view: ( + /*view*/ + ctx[2] + ) + } + }); + return { + c() { + create_component(filecomponent.$$.fragment); + }, + m(target, anchor) { + mount_component(filecomponent, target, anchor); + current = true; + }, + p(ctx2, dirty) { + const filecomponent_changes = {}; + if (dirty & /*hierarchy*/ + 1) filecomponent_changes.change = /*entity*/ + ctx2[16].data; + if (dirty & /*plugin*/ + 2) filecomponent_changes.manager = /*plugin*/ + ctx2[1].gitManager; + if (dirty & /*view*/ + 4) filecomponent_changes.view = /*view*/ + ctx2[2]; + filecomponent.$set(filecomponent_changes); + }, + i(local) { + if (current) return; + transition_in(filecomponent.$$.fragment, local); + current = true; + }, + o(local) { + transition_out(filecomponent.$$.fragment, local); + current = false; + }, + d(detaching) { + destroy_component(filecomponent, detaching); + } + }; +} +function create_if_block_13(ctx) { + let stagedfilecomponent; + let current; + stagedfilecomponent = new stagedFileComponent_default({ + props: { + change: ( + /*entity*/ + ctx[16].data + ), + manager: ( + /*plugin*/ + ctx[1].gitManager + ), + view: ( + /*view*/ + ctx[2] + ) + } + }); + return { + c() { + create_component(stagedfilecomponent.$$.fragment); + }, + m(target, anchor) { + mount_component(stagedfilecomponent, target, anchor); + current = true; + }, + p(ctx2, dirty) { + const stagedfilecomponent_changes = {}; + if (dirty & /*hierarchy*/ + 1) stagedfilecomponent_changes.change = /*entity*/ + ctx2[16].data; + if (dirty & /*plugin*/ + 2) stagedfilecomponent_changes.manager = /*plugin*/ + ctx2[1].gitManager; + if (dirty & /*view*/ + 4) stagedfilecomponent_changes.view = /*view*/ + ctx2[2]; + stagedfilecomponent.$set(stagedfilecomponent_changes); + }, + i(local) { + if (current) return; + transition_in(stagedfilecomponent.$$.fragment, local); + current = true; + }, + o(local) { + transition_out(stagedfilecomponent.$$.fragment, local); + current = false; + }, + d(detaching) { + destroy_component(stagedfilecomponent, detaching); + } + }; +} +function create_each_block4(ctx) { + let current_block_type_index; + let if_block; + let if_block_anchor; + let current; + const if_block_creators = [create_if_block7, create_else_block3]; + const if_blocks = []; + function select_block_type(ctx2, dirty) { + if ( + /*entity*/ + ctx2[16].data + ) return 0; + return 1; + } + current_block_type_index = select_block_type(ctx, -1); + if_block = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx); + return { + c() { + if_block.c(); + if_block_anchor = empty(); + }, + m(target, anchor) { + if_blocks[current_block_type_index].m(target, anchor); + insert(target, if_block_anchor, anchor); + current = true; + }, + p(ctx2, dirty) { + let previous_block_index = current_block_type_index; + current_block_type_index = select_block_type(ctx2, dirty); + if (current_block_type_index === previous_block_index) { + if_blocks[current_block_type_index].p(ctx2, dirty); + } else { + group_outros(); + transition_out(if_blocks[previous_block_index], 1, 1, () => { + if_blocks[previous_block_index] = null; + }); + check_outros(); + if_block = if_blocks[current_block_type_index]; + if (!if_block) { + if_block = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx2); + if_block.c(); + } else { + if_block.p(ctx2, dirty); + } + transition_in(if_block, 1); + if_block.m(if_block_anchor.parentNode, if_block_anchor); + } + }, + i(local) { + if (current) return; + transition_in(if_block); + current = true; + }, + o(local) { + transition_out(if_block); + current = false; + }, + d(detaching) { + if (detaching) { + detach(if_block_anchor); + } + if_blocks[current_block_type_index].d(detaching); + } + }; +} +function create_fragment8(ctx) { + let main; + let current; + let each_value = ensure_array_like( + /*hierarchy*/ + ctx[0].children + ); + let each_blocks = []; + for (let i = 0; i < each_value.length; i += 1) { + each_blocks[i] = create_each_block4(get_each_context4(ctx, each_value, i)); + } + const out = (i) => transition_out(each_blocks[i], 1, 1, () => { + each_blocks[i] = null; + }); + return { + c() { + main = element("main"); + for (let i = 0; i < each_blocks.length; i += 1) { + each_blocks[i].c(); + } + attr(main, "class", "svelte-hup5mn"); + toggle_class( + main, + "topLevel", + /*topLevel*/ + ctx[4] + ); + }, + m(target, anchor) { + insert(target, main, anchor); + for (let i = 0; i < each_blocks.length; i += 1) { + if (each_blocks[i]) { + each_blocks[i].m(main, null); + } + } + current = true; + }, + p(ctx2, [dirty]) { + if (dirty & /*hierarchy, plugin, view, fileType, closed, fold, side, unstage, stage, discard*/ + 2031) { + each_value = ensure_array_like( + /*hierarchy*/ + ctx2[0].children + ); + let i; + for (i = 0; i < each_value.length; i += 1) { + const child_ctx = get_each_context4(ctx2, each_value, i); + if (each_blocks[i]) { + each_blocks[i].p(child_ctx, dirty); + transition_in(each_blocks[i], 1); + } else { + each_blocks[i] = create_each_block4(child_ctx); + each_blocks[i].c(); + transition_in(each_blocks[i], 1); + each_blocks[i].m(main, null); + } + } + group_outros(); + for (i = each_value.length; i < each_blocks.length; i += 1) { + out(i); + } + check_outros(); + } + if (!current || dirty & /*topLevel*/ + 16) { + toggle_class( + main, + "topLevel", + /*topLevel*/ + ctx2[4] + ); + } + }, + i(local) { + if (current) return; + for (let i = 0; i < each_value.length; i += 1) { + transition_in(each_blocks[i]); + } + current = true; + }, + o(local) { + each_blocks = each_blocks.filter(Boolean); + for (let i = 0; i < each_blocks.length; i += 1) { + transition_out(each_blocks[i]); + } + current = false; + }, + d(detaching) { + if (detaching) { + detach(main); + } + destroy_each(each_blocks, detaching); + } + }; +} +function instance8($$self, $$props, $$invalidate) { + let side; + let { hierarchy } = $$props; + let { plugin } = $$props; + let { view } = $$props; + let { fileType } = $$props; + let { topLevel = false } = $$props; + const closed = {}; + function stage(path2) { + plugin.gitManager.stageAll({ dir: path2 }).finally(() => { + dispatchEvent(new CustomEvent("git-refresh")); + }); + } + function unstage(path2) { + plugin.gitManager.unstageAll({ dir: path2 }).finally(() => { + dispatchEvent(new CustomEvent("git-refresh")); + }); + } + function discard(item) { + new DiscardModal(view.app, false, item.vaultPath).myOpen().then((shouldDiscard) => { + if (shouldDiscard === true) { + plugin.gitManager.discardAll({ + dir: item.path, + status: plugin.cachedStatus + }).finally(() => { + dispatchEvent(new CustomEvent("git-refresh")); + }); + } + }); + } + function fold(item) { + $$invalidate(5, closed[item.title] = !closed[item.title], closed); + } + const click_handler = (entity) => unstage(entity.path); + const click_handler_1 = (entity) => discard(entity); + const click_handler_2 = (entity) => stage(entity.path); + const click_handler_3 = (entity) => fold(entity); + const auxclick_handler = (entity, event) => mayTriggerFileMenu(view.app, event, entity.vaultPath, view.leaf, "git-source-control"); + $$self.$$set = ($$props2) => { + if ("hierarchy" in $$props2) $$invalidate(0, hierarchy = $$props2.hierarchy); + if ("plugin" in $$props2) $$invalidate(1, plugin = $$props2.plugin); + if ("view" in $$props2) $$invalidate(2, view = $$props2.view); + if ("fileType" in $$props2) $$invalidate(3, fileType = $$props2.fileType); + if ("topLevel" in $$props2) $$invalidate(4, topLevel = $$props2.topLevel); + }; + $$self.$$.update = () => { + if ($$self.$$.dirty & /*view*/ + 4) { + $: $$invalidate(6, side = view.leaf.getRoot().side == "left" ? "right" : "left"); + } + }; + return [ + hierarchy, + plugin, + view, + fileType, + topLevel, + closed, + side, + stage, + unstage, + discard, + fold, + click_handler, + click_handler_1, + click_handler_2, + click_handler_3, + auxclick_handler + ]; +} +var TreeComponent = class extends SvelteComponent { + constructor(options) { + super(); + init2( + this, + options, + instance8, + create_fragment8, + safe_not_equal, + { + hierarchy: 0, + plugin: 1, + view: 2, + fileType: 3, + topLevel: 4 + }, + add_css6 + ); + } +}; +var treeComponent_default = TreeComponent; + +// src/ui/sourceControl/sourceControl.svelte +function add_css7(target) { + append_styles(target, "svelte-11adhly", `.commit-msg-input.svelte-11adhly.svelte-11adhly{width:100%;overflow:hidden;resize:none;padding:7px 5px;background-color:var(--background-modifier-form-field)}.git-commit-msg.svelte-11adhly.svelte-11adhly{position:relative;padding:0;width:calc(100% - var(--size-4-8));margin:4px auto}main.svelte-11adhly .git-tools .files-count.svelte-11adhly{padding-left:var(--size-2-1);width:11px;display:flex;align-items:center;justify-content:center}.nav-folder-title.svelte-11adhly.svelte-11adhly{align-items:center}.git-commit-msg-clear-button.svelte-11adhly.svelte-11adhly{position:absolute;background:transparent;border-radius:50%;color:var(--search-clear-button-color);cursor:var(--cursor);top:-4px;right:2px;bottom:0px;line-height:0;height:var(--input-height);width:28px;margin:auto;padding:0 0;text-align:center;display:flex;justify-content:center;align-items:center;transition:color 0.15s ease-in-out}.git-commit-msg-clear-button.svelte-11adhly.svelte-11adhly:after{content:"";height:var(--search-clear-button-size);width:var(--search-clear-button-size);display:block;background-color:currentColor;mask-image:url("data:image/svg+xml,");mask-repeat:no-repeat;-webkit-mask-image:url("data:image/svg+xml,");-webkit-mask-repeat:no-repeat}`); +} +function get_each_context5(ctx, list, i) { + const child_ctx = ctx.slice(); + child_ctx[40] = list[i]; + return child_ctx; +} +function get_each_context_1(ctx, list, i) { + const child_ctx = ctx.slice(); + child_ctx[40] = list[i]; + return child_ctx; +} +function get_each_context_2(ctx, list, i) { + const child_ctx = ctx.slice(); + child_ctx[45] = list[i]; + return child_ctx; +} +function create_if_block_8(ctx) { + let div; + let div_aria_label_value; + let mounted; + let dispose; + return { + c() { + div = element("div"); + attr(div, "class", "git-commit-msg-clear-button svelte-11adhly"); + attr(div, "aria-label", div_aria_label_value = "Clear"); + }, + m(target, anchor) { + insert(target, div, anchor); + if (!mounted) { + dispose = listen( + div, + "click", + /*click_handler_1*/ + ctx[33] + ); + mounted = true; + } + }, + p: noop, + d(detaching) { + if (detaching) { + detach(div); + } + mounted = false; + dispose(); + } + }; +} +function create_if_block8(ctx) { + let div18; + let div17; + let div7; + let div6; + let div0; + let t0; + let div1; + let t2; + let div5; + let div3; + let div2; + let t3; + let div4; + let t4_value = ( + /*status*/ + ctx[6].staged.length + "" + ); + let t4; + let t5; + let t6; + let div16; + let div15; + let div8; + let t7; + let div9; + let t9; + let div14; + let div12; + let div10; + let t10; + let div11; + let t11; + let div13; + let t12_value = ( + /*status*/ + ctx[6].changed.length + "" + ); + let t12; + let t13; + let t14; + let current; + let mounted; + let dispose; + let if_block0 = ( + /*stagedOpen*/ + ctx[13] && create_if_block_6(ctx) + ); + let if_block1 = ( + /*changesOpen*/ + ctx[12] && create_if_block_43(ctx) + ); + let if_block2 = ( + /*lastPulledFiles*/ + ctx[7].length > 0 && create_if_block_14(ctx) + ); + return { + c() { + div18 = element("div"); + div17 = element("div"); + div7 = element("div"); + div6 = element("div"); + div0 = element("div"); + div0.innerHTML = ``; + t0 = space(); + div1 = element("div"); + div1.textContent = "Staged Changes"; + t2 = space(); + div5 = element("div"); + div3 = element("div"); + div2 = element("div"); + div2.innerHTML = ``; + t3 = space(); + div4 = element("div"); + t4 = text(t4_value); + t5 = space(); + if (if_block0) if_block0.c(); + t6 = space(); + div16 = element("div"); + div15 = element("div"); + div8 = element("div"); + div8.innerHTML = ``; + t7 = space(); + div9 = element("div"); + div9.textContent = "Changes"; + t9 = space(); + div14 = element("div"); + div12 = element("div"); + div10 = element("div"); + div10.innerHTML = ``; + t10 = space(); + div11 = element("div"); + div11.innerHTML = ``; + t11 = space(); + div13 = element("div"); + t12 = text(t12_value); + t13 = space(); + if (if_block1) if_block1.c(); + t14 = space(); + if (if_block2) if_block2.c(); + attr(div0, "class", "tree-item-icon nav-folder-collapse-indicator collapse-icon"); + toggle_class(div0, "is-collapsed", !/*stagedOpen*/ + ctx[13]); + attr(div1, "class", "tree-item-inner nav-folder-title-content"); + attr(div2, "data-icon", "minus"); + attr(div2, "aria-label", "Unstage"); + attr(div2, "class", "clickable-icon"); + attr(div3, "class", "buttons"); + attr(div4, "class", "files-count svelte-11adhly"); + attr(div5, "class", "git-tools"); + attr(div6, "class", "tree-item-self is-clickable nav-folder-title svelte-11adhly"); + attr(div7, "class", "staged tree-item nav-folder"); + toggle_class(div7, "is-collapsed", !/*stagedOpen*/ + ctx[13]); + attr(div8, "class", "tree-item-icon nav-folder-collapse-indicator collapse-icon"); + toggle_class(div8, "is-collapsed", !/*changesOpen*/ + ctx[12]); + attr(div9, "class", "tree-item-inner nav-folder-title-content"); + attr(div10, "data-icon", "undo"); + attr(div10, "aria-label", "Discard"); + attr(div10, "class", "clickable-icon"); + attr(div11, "data-icon", "plus"); + attr(div11, "aria-label", "Stage"); + attr(div11, "class", "clickable-icon"); + attr(div12, "class", "buttons"); + attr(div13, "class", "files-count svelte-11adhly"); + attr(div14, "class", "git-tools"); + attr(div15, "class", "tree-item-self is-clickable nav-folder-title svelte-11adhly"); + attr(div16, "class", "changes tree-item nav-folder"); + toggle_class(div16, "is-collapsed", !/*changesOpen*/ + ctx[12]); + attr(div17, "class", "tree-item-children nav-folder-children"); + attr(div18, "class", "tree-item nav-folder mod-root"); + }, + m(target, anchor) { + insert(target, div18, anchor); + append2(div18, div17); + append2(div17, div7); + append2(div7, div6); + append2(div6, div0); + append2(div6, t0); + append2(div6, div1); + append2(div6, t2); + append2(div6, div5); + append2(div5, div3); + append2(div3, div2); + ctx[34](div2); + append2(div5, t3); + append2(div5, div4); + append2(div4, t4); + append2(div7, t5); + if (if_block0) if_block0.m(div7, null); + append2(div17, t6); + append2(div17, div16); + append2(div16, div15); + append2(div15, div8); + append2(div15, t7); + append2(div15, div9); + append2(div15, t9); + append2(div15, div14); + append2(div14, div12); + append2(div12, div10); + append2(div12, t10); + append2(div12, div11); + ctx[36](div11); + append2(div14, t11); + append2(div14, div13); + append2(div13, t12); + append2(div16, t13); + if (if_block1) if_block1.m(div16, null); + append2(div17, t14); + if (if_block2) if_block2.m(div17, null); + current = true; + if (!mounted) { + dispose = [ + listen(div2, "click", stop_propagation( + /*unstageAll*/ + ctx[19] + )), + listen( + div6, + "click", + /*click_handler_2*/ + ctx[35] + ), + listen(div10, "click", stop_propagation( + /*discard*/ + ctx[22] + )), + listen(div11, "click", stop_propagation( + /*stageAll*/ + ctx[18] + )), + listen( + div15, + "click", + /*click_handler_3*/ + ctx[37] + ) + ]; + mounted = true; + } + }, + p(ctx2, dirty) { + if (!current || dirty[0] & /*stagedOpen*/ + 8192) { + toggle_class(div0, "is-collapsed", !/*stagedOpen*/ + ctx2[13]); + } + if ((!current || dirty[0] & /*status*/ + 64) && t4_value !== (t4_value = /*status*/ + ctx2[6].staged.length + "")) set_data(t4, t4_value); + if ( + /*stagedOpen*/ + ctx2[13] + ) { + if (if_block0) { + if_block0.p(ctx2, dirty); + if (dirty[0] & /*stagedOpen*/ + 8192) { + transition_in(if_block0, 1); + } + } else { + if_block0 = create_if_block_6(ctx2); + if_block0.c(); + transition_in(if_block0, 1); + if_block0.m(div7, null); + } + } else if (if_block0) { + group_outros(); + transition_out(if_block0, 1, 1, () => { + if_block0 = null; + }); + check_outros(); + } + if (!current || dirty[0] & /*stagedOpen*/ + 8192) { + toggle_class(div7, "is-collapsed", !/*stagedOpen*/ + ctx2[13]); + } + if (!current || dirty[0] & /*changesOpen*/ + 4096) { + toggle_class(div8, "is-collapsed", !/*changesOpen*/ + ctx2[12]); + } + if ((!current || dirty[0] & /*status*/ + 64) && t12_value !== (t12_value = /*status*/ + ctx2[6].changed.length + "")) set_data(t12, t12_value); + if ( + /*changesOpen*/ + ctx2[12] + ) { + if (if_block1) { + if_block1.p(ctx2, dirty); + if (dirty[0] & /*changesOpen*/ + 4096) { + transition_in(if_block1, 1); + } + } else { + if_block1 = create_if_block_43(ctx2); + if_block1.c(); + transition_in(if_block1, 1); + if_block1.m(div16, null); + } + } else if (if_block1) { + group_outros(); + transition_out(if_block1, 1, 1, () => { + if_block1 = null; + }); + check_outros(); + } + if (!current || dirty[0] & /*changesOpen*/ + 4096) { + toggle_class(div16, "is-collapsed", !/*changesOpen*/ + ctx2[12]); + } + if ( + /*lastPulledFiles*/ + ctx2[7].length > 0 + ) { + if (if_block2) { + if_block2.p(ctx2, dirty); + if (dirty[0] & /*lastPulledFiles*/ + 128) { + transition_in(if_block2, 1); + } + } else { + if_block2 = create_if_block_14(ctx2); + if_block2.c(); + transition_in(if_block2, 1); + if_block2.m(div17, null); + } + } else if (if_block2) { + group_outros(); + transition_out(if_block2, 1, 1, () => { + if_block2 = null; + }); + check_outros(); + } + }, + i(local) { + if (current) return; + transition_in(if_block0); + transition_in(if_block1); + transition_in(if_block2); + current = true; + }, + o(local) { + transition_out(if_block0); + transition_out(if_block1); + transition_out(if_block2); + current = false; + }, + d(detaching) { + if (detaching) { + detach(div18); + } + ctx[34](null); + if (if_block0) if_block0.d(); + ctx[36](null); + if (if_block1) if_block1.d(); + if (if_block2) if_block2.d(); + mounted = false; + run_all(dispose); + } + }; +} +function create_if_block_6(ctx) { + let div; + let current_block_type_index; + let if_block; + let div_transition; + let current; + const if_block_creators = [create_if_block_7, create_else_block_2]; + const if_blocks = []; + function select_block_type(ctx2, dirty) { + if ( + /*showTree*/ + ctx2[3] + ) return 0; + return 1; + } + current_block_type_index = select_block_type(ctx, [-1, -1]); + if_block = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx); + return { + c() { + div = element("div"); + if_block.c(); + attr(div, "class", "tree-item-children nav-folder-children"); + }, + m(target, anchor) { + insert(target, div, anchor); + if_blocks[current_block_type_index].m(div, null); + current = true; + }, + p(ctx2, dirty) { + let previous_block_index = current_block_type_index; + current_block_type_index = select_block_type(ctx2, dirty); + if (current_block_type_index === previous_block_index) { + if_blocks[current_block_type_index].p(ctx2, dirty); + } else { + group_outros(); + transition_out(if_blocks[previous_block_index], 1, 1, () => { + if_blocks[previous_block_index] = null; + }); + check_outros(); + if_block = if_blocks[current_block_type_index]; + if (!if_block) { + if_block = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx2); + if_block.c(); + } else { + if_block.p(ctx2, dirty); + } + transition_in(if_block, 1); + if_block.m(div, null); + } + }, + i(local) { + if (current) return; + transition_in(if_block); + if (local) { + add_render_callback(() => { + if (!current) return; + if (!div_transition) div_transition = create_bidirectional_transition(div, slide, { duration: 150 }, true); + div_transition.run(1); + }); + } + current = true; + }, + o(local) { + transition_out(if_block); + if (local) { + if (!div_transition) div_transition = create_bidirectional_transition(div, slide, { duration: 150 }, false); + div_transition.run(0); + } + current = false; + }, + d(detaching) { + if (detaching) { + detach(div); + } + if_blocks[current_block_type_index].d(); + if (detaching && div_transition) div_transition.end(); + } + }; +} +function create_else_block_2(ctx) { + let each_1_anchor; + let current; + let each_value_2 = ensure_array_like( + /*status*/ + ctx[6].staged + ); + let each_blocks = []; + for (let i = 0; i < each_value_2.length; i += 1) { + each_blocks[i] = create_each_block_2(get_each_context_2(ctx, each_value_2, i)); + } + const out = (i) => transition_out(each_blocks[i], 1, 1, () => { + each_blocks[i] = null; + }); + return { + c() { + for (let i = 0; i < each_blocks.length; i += 1) { + each_blocks[i].c(); + } + each_1_anchor = empty(); + }, + m(target, anchor) { + for (let i = 0; i < each_blocks.length; i += 1) { + if (each_blocks[i]) { + each_blocks[i].m(target, anchor); + } + } + insert(target, each_1_anchor, anchor); + current = true; + }, + p(ctx2, dirty) { + if (dirty[0] & /*status, view, plugin*/ + 67) { + each_value_2 = ensure_array_like( + /*status*/ + ctx2[6].staged + ); + let i; + for (i = 0; i < each_value_2.length; i += 1) { + const child_ctx = get_each_context_2(ctx2, each_value_2, i); + if (each_blocks[i]) { + each_blocks[i].p(child_ctx, dirty); + transition_in(each_blocks[i], 1); + } else { + each_blocks[i] = create_each_block_2(child_ctx); + each_blocks[i].c(); + transition_in(each_blocks[i], 1); + each_blocks[i].m(each_1_anchor.parentNode, each_1_anchor); + } + } + group_outros(); + for (i = each_value_2.length; i < each_blocks.length; i += 1) { + out(i); + } + check_outros(); + } + }, + i(local) { + if (current) return; + for (let i = 0; i < each_value_2.length; i += 1) { + transition_in(each_blocks[i]); + } + current = true; + }, + o(local) { + each_blocks = each_blocks.filter(Boolean); + for (let i = 0; i < each_blocks.length; i += 1) { + transition_out(each_blocks[i]); + } + current = false; + }, + d(detaching) { + if (detaching) { + detach(each_1_anchor); + } + destroy_each(each_blocks, detaching); + } + }; +} +function create_if_block_7(ctx) { + let treecomponent; + let current; + treecomponent = new treeComponent_default({ + props: { + hierarchy: ( + /*stagedHierarchy*/ + ctx[10] + ), + plugin: ( + /*plugin*/ + ctx[0] + ), + view: ( + /*view*/ + ctx[1] + ), + fileType: 0 /* staged */, + topLevel: true + } + }); + return { + c() { + create_component(treecomponent.$$.fragment); + }, + m(target, anchor) { + mount_component(treecomponent, target, anchor); + current = true; + }, + p(ctx2, dirty) { + const treecomponent_changes = {}; + if (dirty[0] & /*stagedHierarchy*/ + 1024) treecomponent_changes.hierarchy = /*stagedHierarchy*/ + ctx2[10]; + if (dirty[0] & /*plugin*/ + 1) treecomponent_changes.plugin = /*plugin*/ + ctx2[0]; + if (dirty[0] & /*view*/ + 2) treecomponent_changes.view = /*view*/ + ctx2[1]; + treecomponent.$set(treecomponent_changes); + }, + i(local) { + if (current) return; + transition_in(treecomponent.$$.fragment, local); + current = true; + }, + o(local) { + transition_out(treecomponent.$$.fragment, local); + current = false; + }, + d(detaching) { + destroy_component(treecomponent, detaching); + } + }; +} +function create_each_block_2(ctx) { + let stagedfilecomponent; + let current; + stagedfilecomponent = new stagedFileComponent_default({ + props: { + change: ( + /*stagedFile*/ + ctx[45] + ), + view: ( + /*view*/ + ctx[1] + ), + manager: ( + /*plugin*/ + ctx[0].gitManager + ) + } + }); + return { + c() { + create_component(stagedfilecomponent.$$.fragment); + }, + m(target, anchor) { + mount_component(stagedfilecomponent, target, anchor); + current = true; + }, + p(ctx2, dirty) { + const stagedfilecomponent_changes = {}; + if (dirty[0] & /*status*/ + 64) stagedfilecomponent_changes.change = /*stagedFile*/ + ctx2[45]; + if (dirty[0] & /*view*/ + 2) stagedfilecomponent_changes.view = /*view*/ + ctx2[1]; + if (dirty[0] & /*plugin*/ + 1) stagedfilecomponent_changes.manager = /*plugin*/ + ctx2[0].gitManager; + stagedfilecomponent.$set(stagedfilecomponent_changes); + }, + i(local) { + if (current) return; + transition_in(stagedfilecomponent.$$.fragment, local); + current = true; + }, + o(local) { + transition_out(stagedfilecomponent.$$.fragment, local); + current = false; + }, + d(detaching) { + destroy_component(stagedfilecomponent, detaching); + } + }; +} +function create_if_block_43(ctx) { + let div; + let current_block_type_index; + let if_block; + let div_transition; + let current; + const if_block_creators = [create_if_block_52, create_else_block_12]; + const if_blocks = []; + function select_block_type_1(ctx2, dirty) { + if ( + /*showTree*/ + ctx2[3] + ) return 0; + return 1; + } + current_block_type_index = select_block_type_1(ctx, [-1, -1]); + if_block = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx); + return { + c() { + div = element("div"); + if_block.c(); + attr(div, "class", "tree-item-children nav-folder-children"); + }, + m(target, anchor) { + insert(target, div, anchor); + if_blocks[current_block_type_index].m(div, null); + current = true; + }, + p(ctx2, dirty) { + let previous_block_index = current_block_type_index; + current_block_type_index = select_block_type_1(ctx2, dirty); + if (current_block_type_index === previous_block_index) { + if_blocks[current_block_type_index].p(ctx2, dirty); + } else { + group_outros(); + transition_out(if_blocks[previous_block_index], 1, 1, () => { + if_blocks[previous_block_index] = null; + }); + check_outros(); + if_block = if_blocks[current_block_type_index]; + if (!if_block) { + if_block = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx2); + if_block.c(); + } else { + if_block.p(ctx2, dirty); + } + transition_in(if_block, 1); + if_block.m(div, null); + } + }, + i(local) { + if (current) return; + transition_in(if_block); + if (local) { + add_render_callback(() => { + if (!current) return; + if (!div_transition) div_transition = create_bidirectional_transition(div, slide, { duration: 150 }, true); + div_transition.run(1); + }); + } + current = true; + }, + o(local) { + transition_out(if_block); + if (local) { + if (!div_transition) div_transition = create_bidirectional_transition(div, slide, { duration: 150 }, false); + div_transition.run(0); + } + current = false; + }, + d(detaching) { + if (detaching) { + detach(div); + } + if_blocks[current_block_type_index].d(); + if (detaching && div_transition) div_transition.end(); + } + }; +} +function create_else_block_12(ctx) { + let each_1_anchor; + let current; + let each_value_1 = ensure_array_like( + /*status*/ + ctx[6].changed + ); + let each_blocks = []; + for (let i = 0; i < each_value_1.length; i += 1) { + each_blocks[i] = create_each_block_1(get_each_context_1(ctx, each_value_1, i)); + } + const out = (i) => transition_out(each_blocks[i], 1, 1, () => { + each_blocks[i] = null; + }); + return { + c() { + for (let i = 0; i < each_blocks.length; i += 1) { + each_blocks[i].c(); + } + each_1_anchor = empty(); + }, + m(target, anchor) { + for (let i = 0; i < each_blocks.length; i += 1) { + if (each_blocks[i]) { + each_blocks[i].m(target, anchor); + } + } + insert(target, each_1_anchor, anchor); + current = true; + }, + p(ctx2, dirty) { + if (dirty[0] & /*status, view, plugin*/ + 67) { + each_value_1 = ensure_array_like( + /*status*/ + ctx2[6].changed + ); + let i; + for (i = 0; i < each_value_1.length; i += 1) { + const child_ctx = get_each_context_1(ctx2, each_value_1, i); + if (each_blocks[i]) { + each_blocks[i].p(child_ctx, dirty); + transition_in(each_blocks[i], 1); + } else { + each_blocks[i] = create_each_block_1(child_ctx); + each_blocks[i].c(); + transition_in(each_blocks[i], 1); + each_blocks[i].m(each_1_anchor.parentNode, each_1_anchor); + } + } + group_outros(); + for (i = each_value_1.length; i < each_blocks.length; i += 1) { + out(i); + } + check_outros(); + } + }, + i(local) { + if (current) return; + for (let i = 0; i < each_value_1.length; i += 1) { + transition_in(each_blocks[i]); + } + current = true; + }, + o(local) { + each_blocks = each_blocks.filter(Boolean); + for (let i = 0; i < each_blocks.length; i += 1) { + transition_out(each_blocks[i]); + } + current = false; + }, + d(detaching) { + if (detaching) { + detach(each_1_anchor); + } + destroy_each(each_blocks, detaching); + } + }; +} +function create_if_block_52(ctx) { + let treecomponent; + let current; + treecomponent = new treeComponent_default({ + props: { + hierarchy: ( + /*changeHierarchy*/ + ctx[9] + ), + plugin: ( + /*plugin*/ + ctx[0] + ), + view: ( + /*view*/ + ctx[1] + ), + fileType: 1 /* changed */, + topLevel: true + } + }); + return { + c() { + create_component(treecomponent.$$.fragment); + }, + m(target, anchor) { + mount_component(treecomponent, target, anchor); + current = true; + }, + p(ctx2, dirty) { + const treecomponent_changes = {}; + if (dirty[0] & /*changeHierarchy*/ + 512) treecomponent_changes.hierarchy = /*changeHierarchy*/ + ctx2[9]; + if (dirty[0] & /*plugin*/ + 1) treecomponent_changes.plugin = /*plugin*/ + ctx2[0]; + if (dirty[0] & /*view*/ + 2) treecomponent_changes.view = /*view*/ + ctx2[1]; + treecomponent.$set(treecomponent_changes); + }, + i(local) { + if (current) return; + transition_in(treecomponent.$$.fragment, local); + current = true; + }, + o(local) { + transition_out(treecomponent.$$.fragment, local); + current = false; + }, + d(detaching) { + destroy_component(treecomponent, detaching); + } + }; +} +function create_each_block_1(ctx) { + let filecomponent; + let current; + filecomponent = new fileComponent_default({ + props: { + change: ( + /*change*/ + ctx[40] + ), + view: ( + /*view*/ + ctx[1] + ), + manager: ( + /*plugin*/ + ctx[0].gitManager + ) + } + }); + filecomponent.$on("git-refresh", triggerRefresh2); + return { + c() { + create_component(filecomponent.$$.fragment); + }, + m(target, anchor) { + mount_component(filecomponent, target, anchor); + current = true; + }, + p(ctx2, dirty) { + const filecomponent_changes = {}; + if (dirty[0] & /*status*/ + 64) filecomponent_changes.change = /*change*/ + ctx2[40]; + if (dirty[0] & /*view*/ + 2) filecomponent_changes.view = /*view*/ + ctx2[1]; + if (dirty[0] & /*plugin*/ + 1) filecomponent_changes.manager = /*plugin*/ + ctx2[0].gitManager; + filecomponent.$set(filecomponent_changes); + }, + i(local) { + if (current) return; + transition_in(filecomponent.$$.fragment, local); + current = true; + }, + o(local) { + transition_out(filecomponent.$$.fragment, local); + current = false; + }, + d(detaching) { + destroy_component(filecomponent, detaching); + } + }; +} +function create_if_block_14(ctx) { + let div3; + let div2; + let div0; + let t0; + let div1; + let t2; + let span; + let t3_value = ( + /*lastPulledFiles*/ + ctx[7].length + "" + ); + let t3; + let t4; + let current; + let mounted; + let dispose; + let if_block = ( + /*lastPulledFilesOpen*/ + ctx[14] && create_if_block_23(ctx) + ); + return { + c() { + div3 = element("div"); + div2 = element("div"); + div0 = element("div"); + div0.innerHTML = ``; + t0 = space(); + div1 = element("div"); + div1.textContent = "Recently Pulled Files"; + t2 = space(); + span = element("span"); + t3 = text(t3_value); + t4 = space(); + if (if_block) if_block.c(); + attr(div0, "class", "tree-item-icon nav-folder-collapse-indicator collapse-icon"); + attr(div1, "class", "tree-item-inner nav-folder-title-content"); + attr(span, "class", "tree-item-flair"); + attr(div2, "class", "tree-item-self is-clickable nav-folder-title svelte-11adhly"); + attr(div3, "class", "pulled nav-folder"); + toggle_class(div3, "is-collapsed", !/*lastPulledFilesOpen*/ + ctx[14]); + }, + m(target, anchor) { + insert(target, div3, anchor); + append2(div3, div2); + append2(div2, div0); + append2(div2, t0); + append2(div2, div1); + append2(div2, t2); + append2(div2, span); + append2(span, t3); + append2(div3, t4); + if (if_block) if_block.m(div3, null); + current = true; + if (!mounted) { + dispose = listen( + div2, + "click", + /*click_handler_4*/ + ctx[38] + ); + mounted = true; + } + }, + p(ctx2, dirty) { + if ((!current || dirty[0] & /*lastPulledFiles*/ + 128) && t3_value !== (t3_value = /*lastPulledFiles*/ + ctx2[7].length + "")) set_data(t3, t3_value); + if ( + /*lastPulledFilesOpen*/ + ctx2[14] + ) { + if (if_block) { + if_block.p(ctx2, dirty); + if (dirty[0] & /*lastPulledFilesOpen*/ + 16384) { + transition_in(if_block, 1); + } + } else { + if_block = create_if_block_23(ctx2); + if_block.c(); + transition_in(if_block, 1); + if_block.m(div3, null); + } + } else if (if_block) { + group_outros(); + transition_out(if_block, 1, 1, () => { + if_block = null; + }); + check_outros(); + } + if (!current || dirty[0] & /*lastPulledFilesOpen*/ + 16384) { + toggle_class(div3, "is-collapsed", !/*lastPulledFilesOpen*/ + ctx2[14]); + } + }, + i(local) { + if (current) return; + transition_in(if_block); + current = true; + }, + o(local) { + transition_out(if_block); + current = false; + }, + d(detaching) { + if (detaching) { + detach(div3); + } + if (if_block) if_block.d(); + mounted = false; + dispose(); + } + }; +} +function create_if_block_23(ctx) { + let div; + let current_block_type_index; + let if_block; + let div_transition; + let current; + const if_block_creators = [create_if_block_33, create_else_block4]; + const if_blocks = []; + function select_block_type_2(ctx2, dirty) { + if ( + /*showTree*/ + ctx2[3] + ) return 0; + return 1; + } + current_block_type_index = select_block_type_2(ctx, [-1, -1]); + if_block = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx); + return { + c() { + div = element("div"); + if_block.c(); + attr(div, "class", "tree-item-children nav-folder-children"); + }, + m(target, anchor) { + insert(target, div, anchor); + if_blocks[current_block_type_index].m(div, null); + current = true; + }, + p(ctx2, dirty) { + let previous_block_index = current_block_type_index; + current_block_type_index = select_block_type_2(ctx2, dirty); + if (current_block_type_index === previous_block_index) { + if_blocks[current_block_type_index].p(ctx2, dirty); + } else { + group_outros(); + transition_out(if_blocks[previous_block_index], 1, 1, () => { + if_blocks[previous_block_index] = null; + }); + check_outros(); + if_block = if_blocks[current_block_type_index]; + if (!if_block) { + if_block = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx2); + if_block.c(); + } else { + if_block.p(ctx2, dirty); + } + transition_in(if_block, 1); + if_block.m(div, null); + } + }, + i(local) { + if (current) return; + transition_in(if_block); + if (local) { + add_render_callback(() => { + if (!current) return; + if (!div_transition) div_transition = create_bidirectional_transition(div, slide, { duration: 150 }, true); + div_transition.run(1); + }); + } + current = true; + }, + o(local) { + transition_out(if_block); + if (local) { + if (!div_transition) div_transition = create_bidirectional_transition(div, slide, { duration: 150 }, false); + div_transition.run(0); + } + current = false; + }, + d(detaching) { + if (detaching) { + detach(div); + } + if_blocks[current_block_type_index].d(); + if (detaching && div_transition) div_transition.end(); + } + }; +} +function create_else_block4(ctx) { + let each_1_anchor; + let current; + let each_value = ensure_array_like( + /*lastPulledFiles*/ + ctx[7] + ); + let each_blocks = []; + for (let i = 0; i < each_value.length; i += 1) { + each_blocks[i] = create_each_block5(get_each_context5(ctx, each_value, i)); + } + const out = (i) => transition_out(each_blocks[i], 1, 1, () => { + each_blocks[i] = null; + }); + return { + c() { + for (let i = 0; i < each_blocks.length; i += 1) { + each_blocks[i].c(); + } + each_1_anchor = empty(); + }, + m(target, anchor) { + for (let i = 0; i < each_blocks.length; i += 1) { + if (each_blocks[i]) { + each_blocks[i].m(target, anchor); + } + } + insert(target, each_1_anchor, anchor); + current = true; + }, + p(ctx2, dirty) { + if (dirty[0] & /*lastPulledFiles, view*/ + 130) { + each_value = ensure_array_like( + /*lastPulledFiles*/ + ctx2[7] + ); + let i; + for (i = 0; i < each_value.length; i += 1) { + const child_ctx = get_each_context5(ctx2, each_value, i); + if (each_blocks[i]) { + each_blocks[i].p(child_ctx, dirty); + transition_in(each_blocks[i], 1); + } else { + each_blocks[i] = create_each_block5(child_ctx); + each_blocks[i].c(); + transition_in(each_blocks[i], 1); + each_blocks[i].m(each_1_anchor.parentNode, each_1_anchor); + } + } + group_outros(); + for (i = each_value.length; i < each_blocks.length; i += 1) { + out(i); + } + check_outros(); + } + }, + i(local) { + if (current) return; + for (let i = 0; i < each_value.length; i += 1) { + transition_in(each_blocks[i]); + } + current = true; + }, + o(local) { + each_blocks = each_blocks.filter(Boolean); + for (let i = 0; i < each_blocks.length; i += 1) { + transition_out(each_blocks[i]); + } + current = false; + }, + d(detaching) { + if (detaching) { + detach(each_1_anchor); + } + destroy_each(each_blocks, detaching); + } + }; +} +function create_if_block_33(ctx) { + let treecomponent; + let current; + treecomponent = new treeComponent_default({ + props: { + hierarchy: ( + /*lastPulledFilesHierarchy*/ + ctx[11] + ), + plugin: ( + /*plugin*/ + ctx[0] + ), + view: ( + /*view*/ + ctx[1] + ), + fileType: 2 /* pulled */, + topLevel: true + } + }); + return { + c() { + create_component(treecomponent.$$.fragment); + }, + m(target, anchor) { + mount_component(treecomponent, target, anchor); + current = true; + }, + p(ctx2, dirty) { + const treecomponent_changes = {}; + if (dirty[0] & /*lastPulledFilesHierarchy*/ + 2048) treecomponent_changes.hierarchy = /*lastPulledFilesHierarchy*/ + ctx2[11]; + if (dirty[0] & /*plugin*/ + 1) treecomponent_changes.plugin = /*plugin*/ + ctx2[0]; + if (dirty[0] & /*view*/ + 2) treecomponent_changes.view = /*view*/ + ctx2[1]; + treecomponent.$set(treecomponent_changes); + }, + i(local) { + if (current) return; + transition_in(treecomponent.$$.fragment, local); + current = true; + }, + o(local) { + transition_out(treecomponent.$$.fragment, local); + current = false; + }, + d(detaching) { + destroy_component(treecomponent, detaching); + } + }; +} +function create_each_block5(ctx) { + let pulledfilecomponent; + let current; + pulledfilecomponent = new pulledFileComponent_default({ + props: { + change: ( + /*change*/ + ctx[40] + ), + view: ( + /*view*/ + ctx[1] + ) + } + }); + pulledfilecomponent.$on("git-refresh", triggerRefresh2); + return { + c() { + create_component(pulledfilecomponent.$$.fragment); + }, + m(target, anchor) { + mount_component(pulledfilecomponent, target, anchor); + current = true; + }, + p(ctx2, dirty) { + const pulledfilecomponent_changes = {}; + if (dirty[0] & /*lastPulledFiles*/ + 128) pulledfilecomponent_changes.change = /*change*/ + ctx2[40]; + if (dirty[0] & /*view*/ + 2) pulledfilecomponent_changes.view = /*view*/ + ctx2[1]; + pulledfilecomponent.$set(pulledfilecomponent_changes); + }, + i(local) { + if (current) return; + transition_in(pulledfilecomponent.$$.fragment, local); + current = true; + }, + o(local) { + transition_out(pulledfilecomponent.$$.fragment, local); + current = false; + }, + d(detaching) { + destroy_component(pulledfilecomponent, detaching); + } + }; +} +function create_fragment9(ctx) { + let main; + let div9; + let div8; + let div0; + let t0; + let div1; + let t1; + let div2; + let t2; + let div3; + let t3; + let div4; + let t4; + let div5; + let t5; + let div6; + let t6; + let div7; + let t7; + let div10; + let textarea; + let t8; + let t9; + let div11; + let main_data_type_value; + let current; + let mounted; + let dispose; + let if_block0 = ( + /*commitMessage*/ + ctx[2] && create_if_block_8(ctx) + ); + let if_block1 = ( + /*status*/ + ctx[6] && /*stagedHierarchy*/ + ctx[10] && /*changeHierarchy*/ + ctx[9] && create_if_block8(ctx) + ); + return { + c() { + main = element("main"); + div9 = element("div"); + div8 = element("div"); + div0 = element("div"); + t0 = space(); + div1 = element("div"); + t1 = space(); + div2 = element("div"); + t2 = space(); + div3 = element("div"); + t3 = space(); + div4 = element("div"); + t4 = space(); + div5 = element("div"); + t5 = space(); + div6 = element("div"); + t6 = space(); + div7 = element("div"); + t7 = space(); + div10 = element("div"); + textarea = element("textarea"); + t8 = space(); + if (if_block0) if_block0.c(); + t9 = space(); + div11 = element("div"); + if (if_block1) if_block1.c(); + attr(div0, "id", "backup-btn"); + attr(div0, "data-icon", "arrow-up-circle"); + attr(div0, "class", "clickable-icon nav-action-button"); + attr(div0, "aria-label", "Backup"); + attr(div1, "id", "commit-btn"); + attr(div1, "data-icon", "check"); + attr(div1, "class", "clickable-icon nav-action-button"); + attr(div1, "aria-label", "Commit"); + attr(div2, "id", "stage-all"); + attr(div2, "class", "clickable-icon nav-action-button"); + attr(div2, "data-icon", "plus-circle"); + attr(div2, "aria-label", "Stage all"); + attr(div3, "id", "unstage-all"); + attr(div3, "class", "clickable-icon nav-action-button"); + attr(div3, "data-icon", "minus-circle"); + attr(div3, "aria-label", "Unstage all"); + attr(div4, "id", "push"); + attr(div4, "class", "clickable-icon nav-action-button"); + attr(div4, "data-icon", "upload"); + attr(div4, "aria-label", "Push"); + attr(div5, "id", "pull"); + attr(div5, "class", "clickable-icon nav-action-button"); + attr(div5, "data-icon", "download"); + attr(div5, "aria-label", "Pull"); + attr(div6, "id", "layoutChange"); + attr(div6, "class", "clickable-icon nav-action-button"); + attr(div6, "aria-label", "Change Layout"); + attr(div7, "id", "refresh"); + attr(div7, "class", "clickable-icon nav-action-button"); + attr(div7, "data-icon", "refresh-cw"); + attr(div7, "aria-label", "Refresh"); + set_style(div7, "margin", "1px"); + toggle_class( + div7, + "loading", + /*loading*/ + ctx[5] + ); + attr(div8, "class", "nav-buttons-container"); + attr(div9, "class", "nav-header"); + attr( + textarea, + "rows", + /*rows*/ + ctx[15] + ); + attr(textarea, "class", "commit-msg-input svelte-11adhly"); + attr(textarea, "spellcheck", "true"); + attr(textarea, "placeholder", "Commit Message"); + attr(div10, "class", "git-commit-msg svelte-11adhly"); + attr(div11, "class", "nav-files-container"); + set_style(div11, "position", "relative"); + attr(main, "data-type", main_data_type_value = SOURCE_CONTROL_VIEW_CONFIG.type); + attr(main, "class", "svelte-11adhly"); + }, + m(target, anchor) { + insert(target, main, anchor); + append2(main, div9); + append2(div9, div8); + append2(div8, div0); + ctx[23](div0); + append2(div8, t0); + append2(div8, div1); + ctx[24](div1); + append2(div8, t1); + append2(div8, div2); + ctx[25](div2); + append2(div8, t2); + append2(div8, div3); + ctx[26](div3); + append2(div8, t3); + append2(div8, div4); + ctx[27](div4); + append2(div8, t4); + append2(div8, div5); + ctx[28](div5); + append2(div8, t5); + append2(div8, div6); + ctx[29](div6); + append2(div8, t6); + append2(div8, div7); + ctx[31](div7); + append2(main, t7); + append2(main, div10); + append2(div10, textarea); + set_input_value( + textarea, + /*commitMessage*/ + ctx[2] + ); + append2(div10, t8); + if (if_block0) if_block0.m(div10, null); + append2(main, t9); + append2(main, div11); + if (if_block1) if_block1.m(div11, null); + current = true; + if (!mounted) { + dispose = [ + listen( + div0, + "click", + /*backup*/ + ctx[17] + ), + listen( + div1, + "click", + /*commit*/ + ctx[16] + ), + listen( + div2, + "click", + /*stageAll*/ + ctx[18] + ), + listen( + div3, + "click", + /*unstageAll*/ + ctx[19] + ), + listen( + div4, + "click", + /*push*/ + ctx[20] + ), + listen( + div5, + "click", + /*pull*/ + ctx[21] + ), + listen( + div6, + "click", + /*click_handler*/ + ctx[30] + ), + listen(div7, "click", triggerRefresh2), + listen( + textarea, + "input", + /*textarea_input_handler*/ + ctx[32] + ) + ]; + mounted = true; + } + }, + p(ctx2, dirty) { + if (!current || dirty[0] & /*loading*/ + 32) { + toggle_class( + div7, + "loading", + /*loading*/ + ctx2[5] + ); + } + if (!current || dirty[0] & /*rows*/ + 32768) { + attr( + textarea, + "rows", + /*rows*/ + ctx2[15] + ); + } + if (dirty[0] & /*commitMessage*/ + 4) { + set_input_value( + textarea, + /*commitMessage*/ + ctx2[2] + ); + } + if ( + /*commitMessage*/ + ctx2[2] + ) { + if (if_block0) { + if_block0.p(ctx2, dirty); + } else { + if_block0 = create_if_block_8(ctx2); + if_block0.c(); + if_block0.m(div10, null); + } + } else if (if_block0) { + if_block0.d(1); + if_block0 = null; + } + if ( + /*status*/ + ctx2[6] && /*stagedHierarchy*/ + ctx2[10] && /*changeHierarchy*/ + ctx2[9] + ) { + if (if_block1) { + if_block1.p(ctx2, dirty); + if (dirty[0] & /*status, stagedHierarchy, changeHierarchy*/ + 1600) { + transition_in(if_block1, 1); + } + } else { + if_block1 = create_if_block8(ctx2); + if_block1.c(); + transition_in(if_block1, 1); + if_block1.m(div11, null); + } + } else if (if_block1) { + group_outros(); + transition_out(if_block1, 1, 1, () => { + if_block1 = null; + }); + check_outros(); + } + }, + i(local) { + if (current) return; + transition_in(if_block1); + current = true; + }, + o(local) { + transition_out(if_block1); + current = false; + }, + d(detaching) { + if (detaching) { + detach(main); + } + ctx[23](null); + ctx[24](null); + ctx[25](null); + ctx[26](null); + ctx[27](null); + ctx[28](null); + ctx[29](null); + ctx[31](null); + if (if_block0) if_block0.d(); + if (if_block1) if_block1.d(); + mounted = false; + run_all(dispose); + } + }; +} +function triggerRefresh2() { + dispatchEvent(new CustomEvent("git-refresh")); +} +function instance9($$self, $$props, $$invalidate) { + let rows; + let { plugin } = $$props; + let { view } = $$props; + let loading; + let status2; + let lastPulledFiles = []; + let commitMessage = plugin.settings.commitMessage; + let buttons = []; + let changeHierarchy; + let stagedHierarchy; + let lastPulledFilesHierarchy; + let changesOpen = true; + let stagedOpen = true; + let lastPulledFilesOpen = true; + let showTree = plugin.settings.treeStructure; + let layoutBtn; + addEventListener("git-view-refresh", refresh); + plugin.app.workspace.onLayoutReady(() => { + window.setTimeout( + () => { + buttons.forEach((btn) => (0, import_obsidian29.setIcon)(btn, btn.getAttr("data-icon"))); + (0, import_obsidian29.setIcon)(layoutBtn, showTree ? "list" : "folder"); + }, + 0 + ); + }); + onDestroy(() => { + removeEventListener("git-view-refresh", refresh); + }); + function commit2() { + return __awaiter(this, void 0, void 0, function* () { + $$invalidate(5, loading = true); + if (status2) { + if (yield plugin.hasTooBigFiles(status2.staged)) { + plugin.setState(0 /* idle */); + return false; + } + plugin.promiseQueue.addTask(() => plugin.gitManager.commit({ message: commitMessage }).then(() => { + if (commitMessage !== plugin.settings.commitMessage) { + $$invalidate(2, commitMessage = ""); + } + plugin.setUpAutoBackup(); + }).finally(triggerRefresh2)); + } + }); + } + function backup() { + return __awaiter(this, void 0, void 0, function* () { + $$invalidate(5, loading = true); + if (status2) { + plugin.promiseQueue.addTask(() => plugin.createBackup(false, false, commitMessage).then(() => { + if (commitMessage !== plugin.settings.commitMessage) { + $$invalidate(2, commitMessage = ""); + } + }).finally(triggerRefresh2)); + } + }); + } + function refresh() { + return __awaiter(this, void 0, void 0, function* () { + if (!plugin.gitReady) { + $$invalidate(6, status2 = void 0); + return; + } + const unPushedCommits = yield plugin.gitManager.getUnpushedCommits(); + buttons.forEach((btn) => { + var _a2, _b; + if (import_obsidian29.Platform.isMobile) { + btn.removeClass("button-border"); + if (btn.id == "push" && unPushedCommits > 0) { + btn.addClass("button-border"); + } + } else { + (_a2 = btn.firstElementChild) === null || _a2 === void 0 ? void 0 : _a2.removeAttribute("color"); + if (btn.id == "push" && unPushedCommits > 0) { + (_b = btn.firstElementChild) === null || _b === void 0 ? void 0 : _b.setAttr("color", "var(--text-accent)"); + } + } + }); + $$invalidate(6, status2 = plugin.cachedStatus); + if (plugin.lastPulledFiles && plugin.lastPulledFiles != lastPulledFiles) { + $$invalidate(7, lastPulledFiles = plugin.lastPulledFiles); + $$invalidate(11, lastPulledFilesHierarchy = { + title: "", + path: "", + vaultPath: "", + children: plugin.gitManager.getTreeStructure(lastPulledFiles) + }); + } + if (status2) { + const sort = (a, b) => { + return a.vault_path.split("/").last().localeCompare(getDisplayPath(b.vault_path)); + }; + status2.changed.sort(sort); + status2.staged.sort(sort); + if (status2.changed.length + status2.staged.length > 500) { + $$invalidate(6, status2 = void 0); + if (!plugin.loading) { + plugin.displayError("Too many changes to display"); + } + } else { + $$invalidate(9, changeHierarchy = { + title: "", + path: "", + vaultPath: "", + children: plugin.gitManager.getTreeStructure(status2.changed) + }); + $$invalidate(10, stagedHierarchy = { + title: "", + path: "", + vaultPath: "", + children: plugin.gitManager.getTreeStructure(status2.staged) + }); + } + } else { + $$invalidate(9, changeHierarchy = void 0); + $$invalidate(10, stagedHierarchy = void 0); + } + $$invalidate(5, loading = plugin.loading); + }); + } + function stageAll() { + $$invalidate(5, loading = true); + plugin.promiseQueue.addTask(() => plugin.gitManager.stageAll({ status: status2 }).finally(triggerRefresh2)); + } + function unstageAll() { + $$invalidate(5, loading = true); + plugin.promiseQueue.addTask(() => plugin.gitManager.unstageAll({ status: status2 }).finally(triggerRefresh2)); + } + function push2() { + $$invalidate(5, loading = true); + plugin.promiseQueue.addTask(() => plugin.push().finally(triggerRefresh2)); + } + function pull2() { + $$invalidate(5, loading = true); + plugin.promiseQueue.addTask(() => plugin.pullChangesFromRemote().finally(triggerRefresh2)); + } + function discard() { + new DiscardModal(view.app, false, plugin.gitManager.getRelativeVaultPath("/")).myOpen().then((shouldDiscard) => { + if (shouldDiscard === true) { + plugin.promiseQueue.addTask(() => plugin.gitManager.discardAll({ status: plugin.cachedStatus }).finally(() => { + dispatchEvent(new CustomEvent("git-refresh")); + })); + } + }); + } + function div0_binding($$value) { + binding_callbacks[$$value ? "unshift" : "push"](() => { + buttons[5] = $$value; + $$invalidate(8, buttons); + }); + } + function div1_binding($$value) { + binding_callbacks[$$value ? "unshift" : "push"](() => { + buttons[0] = $$value; + $$invalidate(8, buttons); + }); + } + function div2_binding($$value) { + binding_callbacks[$$value ? "unshift" : "push"](() => { + buttons[1] = $$value; + $$invalidate(8, buttons); + }); + } + function div3_binding($$value) { + binding_callbacks[$$value ? "unshift" : "push"](() => { + buttons[2] = $$value; + $$invalidate(8, buttons); + }); + } + function div4_binding($$value) { + binding_callbacks[$$value ? "unshift" : "push"](() => { + buttons[3] = $$value; + $$invalidate(8, buttons); + }); + } + function div5_binding($$value) { + binding_callbacks[$$value ? "unshift" : "push"](() => { + buttons[4] = $$value; + $$invalidate(8, buttons); + }); + } + function div6_binding($$value) { + binding_callbacks[$$value ? "unshift" : "push"](() => { + layoutBtn = $$value; + $$invalidate(4, layoutBtn); + }); + } + const click_handler = () => { + $$invalidate(3, showTree = !showTree); + $$invalidate(0, plugin.settings.treeStructure = showTree, plugin); + plugin.saveSettings(); + }; + function div7_binding($$value) { + binding_callbacks[$$value ? "unshift" : "push"](() => { + buttons[6] = $$value; + $$invalidate(8, buttons); + }); + } + function textarea_input_handler() { + commitMessage = this.value; + $$invalidate(2, commitMessage); + } + const click_handler_1 = () => $$invalidate(2, commitMessage = ""); + function div2_binding_1($$value) { + binding_callbacks[$$value ? "unshift" : "push"](() => { + buttons[8] = $$value; + $$invalidate(8, buttons); + }); + } + const click_handler_2 = () => $$invalidate(13, stagedOpen = !stagedOpen); + function div11_binding($$value) { + binding_callbacks[$$value ? "unshift" : "push"](() => { + buttons[9] = $$value; + $$invalidate(8, buttons); + }); + } + const click_handler_3 = () => $$invalidate(12, changesOpen = !changesOpen); + const click_handler_4 = () => $$invalidate(14, lastPulledFilesOpen = !lastPulledFilesOpen); + $$self.$$set = ($$props2) => { + if ("plugin" in $$props2) $$invalidate(0, plugin = $$props2.plugin); + if ("view" in $$props2) $$invalidate(1, view = $$props2.view); + }; + $$self.$$.update = () => { + if ($$self.$$.dirty[0] & /*layoutBtn, showTree*/ + 24) { + $: { + if (layoutBtn) { + layoutBtn.empty(); + (0, import_obsidian29.setIcon)(layoutBtn, showTree ? "list" : "folder"); + } + } + } + if ($$self.$$.dirty[0] & /*commitMessage*/ + 4) { + $: $$invalidate(15, rows = (commitMessage.match(/\n/g) || []).length + 1 || 1); + } + }; + return [ + plugin, + view, + commitMessage, + showTree, + layoutBtn, + loading, + status2, + lastPulledFiles, + buttons, + changeHierarchy, + stagedHierarchy, + lastPulledFilesHierarchy, + changesOpen, + stagedOpen, + lastPulledFilesOpen, + rows, + commit2, + backup, + stageAll, + unstageAll, + push2, + pull2, + discard, + div0_binding, + div1_binding, + div2_binding, + div3_binding, + div4_binding, + div5_binding, + div6_binding, + click_handler, + div7_binding, + textarea_input_handler, + click_handler_1, + div2_binding_1, + click_handler_2, + div11_binding, + click_handler_3, + click_handler_4 + ]; +} +var SourceControl = class extends SvelteComponent { + constructor(options) { + super(); + init2(this, options, instance9, create_fragment9, safe_not_equal, { plugin: 0, view: 1 }, add_css7, [-1, -1]); + } +}; +var sourceControl_default = SourceControl; + +// src/ui/sourceControl/sourceControl.ts +var GitView = class extends import_obsidian30.ItemView { + constructor(leaf, plugin) { + super(leaf); + this.plugin = plugin; + this.hoverPopover = null; + } + getViewType() { + return SOURCE_CONTROL_VIEW_CONFIG.type; + } + getDisplayText() { + return SOURCE_CONTROL_VIEW_CONFIG.name; + } + getIcon() { + return SOURCE_CONTROL_VIEW_CONFIG.icon; + } + onClose() { + return super.onClose(); + } + onOpen() { + this._view = new sourceControl_default({ + target: this.contentEl, + props: { + plugin: this.plugin, + view: this + } + }); + return super.onOpen(); + } +}; + +// src/ui/statusBar/branchStatusBar.ts +init_polyfill_buffer(); +var BranchStatusBar = class { + constructor(statusBarEl, plugin) { + this.statusBarEl = statusBarEl; + this.plugin = plugin; + this.statusBarEl.addClass("mod-clickable"); + this.statusBarEl.onClickEvent((e) => { + this.plugin.switchBranch(); + }); + } + async display() { + if (this.plugin.gitReady) { + const branchInfo = await this.plugin.gitManager.branchInfo(); + if (branchInfo.current != void 0) { + this.statusBarEl.setText(branchInfo.current); + } else { + this.statusBarEl.empty(); + } + } else { + this.statusBarEl.empty(); + } + } +}; + +// src/main.ts +var ObsidianGit = class extends import_obsidian31.Plugin { + constructor() { + super(...arguments); + this.gitReady = false; + this.promiseQueue = new PromiseQueue(); + this.conflictOutputFile = "conflict-files-obsidian-git.md"; + this.offlineMode = false; + this.loading = false; + this.lineAuthoringFeature = new LineAuthoringFeature(this); + } + setState(state) { + var _a2; + this.state = state; + (_a2 = this.statusBar) == null ? void 0 : _a2.display(); + } + async updateCachedStatus() { + this.cachedStatus = await this.gitManager.status(); + return this.cachedStatus; + } + async refresh() { + const gitView = this.app.workspace.getLeavesOfType( + SOURCE_CONTROL_VIEW_CONFIG.type + ); + const historyView = this.app.workspace.getLeavesOfType( + HISTORY_VIEW_CONFIG.type + ); + if (this.settings.changedFilesInStatusBar || gitView.length > 0 || historyView.length > 0) { + this.loading = true; + dispatchEvent(new CustomEvent("git-view-refresh")); + await this.updateCachedStatus(); + this.loading = false; + dispatchEvent(new CustomEvent("git-view-refresh")); + } + } + async refreshUpdatedHead() { + this.lineAuthoringFeature.refreshLineAuthorViews(); + } + async onload() { + console.log("loading " + this.manifest.name + " plugin"); + pluginRef.plugin = this; + this.localStorage = new LocalStorageSettings(this); + this.localStorage.migrate(); + await this.loadSettings(); + this.migrateSettings(); + this.settingsTab = new ObsidianGitSettingsTab(this.app, this); + this.addSettingTab(this.settingsTab); + if (!this.localStorage.getPluginDisabled()) { + this.loadPlugin(); + } + } + async loadPlugin() { + addEventListener("git-refresh", this.refresh.bind(this)); + addEventListener("git-head-update", this.refreshUpdatedHead.bind(this)); + this.registerView(SOURCE_CONTROL_VIEW_CONFIG.type, (leaf) => { + return new GitView(leaf, this); + }); + this.registerView(HISTORY_VIEW_CONFIG.type, (leaf) => { + return new HistoryView2(leaf, this); + }); + this.registerView(DIFF_VIEW_CONFIG.type, (leaf) => { + return new DiffView(leaf, this); + }); + this.lineAuthoringFeature.onLoadPlugin(); + this.app.workspace.registerHoverLinkSource( + SOURCE_CONTROL_VIEW_CONFIG.type, + { + display: "Git View", + defaultMod: true + } + ); + this.setRefreshDebouncer(); + this.addCommand({ + id: "edit-gitignore", + name: "Edit .gitignore", + callback: async () => { + const path2 = this.gitManager.getRelativeVaultPath(".gitignore"); + if (!await this.app.vault.adapter.exists(path2)) { + this.app.vault.adapter.write(path2, ""); + } + const content = await this.app.vault.adapter.read(path2); + const modal = new IgnoreModal(this.app, content); + const res = await modal.open(); + if (res !== void 0) { + await this.app.vault.adapter.write(path2, res); + this.refresh(); + } + } + }); + this.addCommand({ + id: "open-git-view", + name: "Open source control view", + callback: async () => { + var _a2; + const leafs = this.app.workspace.getLeavesOfType( + SOURCE_CONTROL_VIEW_CONFIG.type + ); + let leaf; + if (leafs.length === 0) { + leaf = (_a2 = this.app.workspace.getRightLeaf(false)) != null ? _a2 : this.app.workspace.getLeaf(); + await leaf.setViewState({ + type: SOURCE_CONTROL_VIEW_CONFIG.type + }); + } else { + leaf = leafs.first(); + } + this.app.workspace.revealLeaf(leaf); + dispatchEvent(new CustomEvent("git-refresh")); + } + }); + this.addCommand({ + id: "open-history-view", + name: "Open history view", + callback: async () => { + var _a2; + const leafs = this.app.workspace.getLeavesOfType( + HISTORY_VIEW_CONFIG.type + ); + let leaf; + if (leafs.length === 0) { + leaf = (_a2 = this.app.workspace.getRightLeaf(false)) != null ? _a2 : this.app.workspace.getLeaf(); + await leaf.setViewState({ + type: HISTORY_VIEW_CONFIG.type + }); + } else { + leaf = leafs.first(); + } + this.app.workspace.revealLeaf(leaf); + dispatchEvent(new CustomEvent("git-refresh")); + } + }); + this.addCommand({ + id: "open-diff-view", + name: "Open diff view", + checkCallback: (checking) => { + var _a2; + const file = this.app.workspace.getActiveFile(); + if (checking) { + return file !== null; + } else { + (_a2 = getNewLeaf()) == null ? void 0 : _a2.setViewState({ + type: DIFF_VIEW_CONFIG.type, + active: true, + state: { + staged: false, + file: this.gitManager.getRelativeRepoPath( + file.path, + true + ) + } + }); + } + } + }); + this.addCommand({ + id: "view-file-on-github", + name: "Open file on GitHub", + editorCallback: (editor, { file }) => { + if (file) + return openLineInGitHub(editor, file, this.gitManager); + } + }); + this.addCommand({ + id: "view-history-on-github", + name: "Open file history on GitHub", + editorCallback: (_, { file }) => { + if (file) return openHistoryInGitHub(file, this.gitManager); + } + }); + this.addCommand({ + id: "pull", + name: "Pull", + callback: () => this.promiseQueue.addTask(() => this.pullChangesFromRemote()) + }); + this.addCommand({ + id: "fetch", + name: "fetch", + callback: () => this.promiseQueue.addTask(() => this.fetch()) + }); + this.addCommand({ + id: "switch-to-remote-branch", + name: "Switch to remote branch", + callback: () => this.promiseQueue.addTask(() => this.switchRemoteBranch()) + }); + this.addCommand({ + id: "add-to-gitignore", + name: "Add file to gitignore", + checkCallback: (checking) => { + const file = this.app.workspace.getActiveFile(); + if (checking) { + return file !== null; + } else { + this.addFileToGitignore(file); + } + } + }); + this.addCommand({ + id: "push", + name: "Create backup", + callback: () => this.promiseQueue.addTask(() => this.createBackup(false)) + }); + this.addCommand({ + id: "backup-and-close", + name: "Create backup and close", + callback: () => this.promiseQueue.addTask(async () => { + await this.createBackup(false); + window.close(); + }) + }); + this.addCommand({ + id: "commit-push-specified-message", + name: "Create backup with specific message", + callback: () => this.promiseQueue.addTask(() => this.createBackup(false, true)) + }); + this.addCommand({ + id: "commit", + name: "Commit all changes", + callback: () => this.promiseQueue.addTask( + () => this.commit({ fromAutoBackup: false }) + ) + }); + this.addCommand({ + id: "commit-specified-message", + name: "Commit all changes with specific message", + callback: () => this.promiseQueue.addTask( + () => this.commit({ + fromAutoBackup: false, + requestCustomMessage: true + }) + ) + }); + this.addCommand({ + id: "commit-staged", + name: "Commit staged", + callback: () => this.promiseQueue.addTask( + () => this.commit({ + fromAutoBackup: false, + requestCustomMessage: false, + onlyStaged: true + }) + ) + }); + if (import_obsidian31.Platform.isDesktopApp) { + this.addCommand({ + id: "commit-amend-staged-specified-message", + name: "Commit Amend", + callback: () => this.promiseQueue.addTask( + () => this.commit({ + fromAutoBackup: false, + requestCustomMessage: true, + onlyStaged: true, + amend: true + }) + ) + }); + } + this.addCommand({ + id: "commit-staged-specified-message", + name: "Commit staged with specific message", + callback: () => this.promiseQueue.addTask( + () => this.commit({ + fromAutoBackup: false, + requestCustomMessage: true, + onlyStaged: true + }) + ) + }); + this.addCommand({ + id: "push2", + name: "Push", + callback: () => this.promiseQueue.addTask(() => this.push()) + }); + this.addCommand({ + id: "stage-current-file", + name: "Stage current file", + checkCallback: (checking) => { + const file = this.app.workspace.getActiveFile(); + if (checking) { + return file !== null; + } else { + this.promiseQueue.addTask(() => this.stageFile(file)); + } + } + }); + this.addCommand({ + id: "unstage-current-file", + name: "Unstage current file", + checkCallback: (checking) => { + const file = this.app.workspace.getActiveFile(); + if (checking) { + return file !== null; + } else { + this.promiseQueue.addTask(() => this.unstageFile(file)); + } + } + }); + this.addCommand({ + id: "edit-remotes", + name: "Edit remotes", + callback: async () => this.editRemotes() + }); + this.addCommand({ + id: "remove-remote", + name: "Remove remote", + callback: async () => this.removeRemote() + }); + this.addCommand({ + id: "set-upstream-branch", + name: "Set upstream branch", + callback: async () => this.setUpstreamBranch() + }); + this.addCommand({ + id: "delete-repo", + name: "CAUTION: Delete repository", + callback: async () => { + const repoExists = await this.app.vault.adapter.exists( + `${this.settings.basePath}/.git` + ); + if (repoExists) { + const modal = new GeneralModal({ + options: ["NO", "YES"], + placeholder: "Do you really want to delete the repository (.git directory)? This action cannot be undone.", + onlySelection: true + }); + const shouldDelete = await modal.open() === "YES"; + if (shouldDelete) { + await this.app.vault.adapter.rmdir( + `${this.settings.basePath}/.git`, + true + ); + new import_obsidian31.Notice( + "Successfully deleted repository. Reloading plugin..." + ); + this.unloadPlugin(); + this.init(); + } + } else { + new import_obsidian31.Notice("No repository found"); + } + } + }); + this.addCommand({ + id: "init-repo", + name: "Initialize a new repo", + callback: async () => this.createNewRepo() + }); + this.addCommand({ + id: "clone-repo", + name: "Clone an existing remote repo", + callback: async () => this.cloneNewRepo() + }); + this.addCommand({ + id: "list-changed-files", + name: "List changed files", + callback: async () => { + if (!await this.isAllInitialized()) return; + const status2 = await this.gitManager.status(); + console.log(status2); + this.setState(0 /* idle */); + if (status2.changed.length + status2.staged.length > 500) { + this.displayError("Too many changes to display"); + return; + } + new ChangedFilesModal(this, status2.all).open(); + } + }); + this.addCommand({ + id: "switch-branch", + name: "Switch branch", + callback: () => { + this.switchBranch(); + } + }); + this.addCommand({ + id: "create-branch", + name: "Create new branch", + callback: () => { + this.createBranch(); + } + }); + this.addCommand({ + id: "delete-branch", + name: "Delete branch", + callback: () => { + this.deleteBranch(); + } + }); + this.addCommand({ + id: "discard-all", + name: "CAUTION: Discard all changes", + callback: async () => { + if (!await this.isAllInitialized()) return false; + const modal = new GeneralModal({ + options: ["NO", "YES"], + placeholder: "Do you want to discard all changes to tracked files? This action cannot be undone.", + onlySelection: true + }); + const shouldDiscardAll = await modal.open() === "YES"; + if (shouldDiscardAll) { + this.promiseQueue.addTask(() => this.discardAll()); + } + } + }); + this.addCommand({ + id: "toggle-line-author-info", + name: "Toggle line author information", + callback: () => { + var _a2; + return (_a2 = this.settingsTab) == null ? void 0 : _a2.configureLineAuthorShowStatus( + !this.settings.lineAuthor.show + ); + } + }); + this.registerEvent( + this.app.workspace.on("file-menu", (menu, file, source) => { + this.handleFileMenu(menu, file, source); + }) + ); + if (this.settings.showStatusBar) { + const statusBarEl = this.addStatusBarItem(); + this.statusBar = new StatusBar(statusBarEl, this); + this.registerInterval( + window.setInterval(() => { + var _a2; + return (_a2 = this.statusBar) == null ? void 0 : _a2.display(); + }, 1e3) + ); + } + if (import_obsidian31.Platform.isDesktop && this.settings.showBranchStatusBar) { + const branchStatusBarEl = this.addStatusBarItem(); + this.branchBar = new BranchStatusBar(branchStatusBarEl, this); + this.registerInterval( + window.setInterval(() => { + var _a2; + return (_a2 = this.branchBar) == null ? void 0 : _a2.display(); + }, 6e4) + ); + } + this.app.workspace.onLayoutReady(() => this.init()); + } + setRefreshDebouncer() { + var _a2; + (_a2 = this.debRefresh) == null ? void 0 : _a2.cancel(); + this.debRefresh = (0, import_obsidian31.debounce)( + () => { + if (this.settings.refreshSourceControl) { + this.refresh(); + } + }, + this.settings.refreshSourceControlTimer, + true + ); + } + async showNotices() { + const length = 1e4; + if (this.manifest.id === "obsidian-git" && import_obsidian31.Platform.isDesktopApp && !this.settings.showedMobileNotice) { + new import_obsidian31.Notice( + "Git is now available on mobile! Please read the plugin's README for more information.", + length + ); + this.settings.showedMobileNotice = true; + await this.saveSettings(); + } + if (this.manifest.id === "obsidian-git-isomorphic") { + new import_obsidian31.Notice( + "Git Mobile is now deprecated. Please uninstall it and install Git instead.", + length + ); + } + } + async addFileToGitignore(file) { + await this.app.vault.adapter.append( + this.gitManager.getRelativeVaultPath(".gitignore"), + "\n" + this.gitManager.getRelativeRepoPath(file.path, true) + ); + this.refresh(); + } + handleFileMenu(menu, file, source) { + if (!this.gitReady) return; + if (!this.settings.showFileMenu) return; + if (!file) return; + if (this.settings.showFileMenu && source == "file-explorer-context-menu") { + menu.addItem((item) => { + item.setTitle(`Git: Stage`).setIcon("plus-circle").setSection("action").onClick((_) => { + this.promiseQueue.addTask(async () => { + if (file instanceof import_obsidian31.TFile) { + await this.gitManager.stage(file.path, true); + } else { + await this.gitManager.stageAll({ + dir: this.gitManager.getRelativeRepoPath( + file.path, + true + ) + }); + } + this.displayMessage(`Staged ${file.path}`); + }); + }); + }); + menu.addItem((item) => { + item.setTitle(`Git: Unstage`).setIcon("minus-circle").setSection("action").onClick((_) => { + this.promiseQueue.addTask(async () => { + if (file instanceof import_obsidian31.TFile) { + await this.gitManager.unstage(file.path, true); + } else { + await this.gitManager.unstageAll({ + dir: this.gitManager.getRelativeRepoPath( + file.path, + true + ) + }); + } + this.displayMessage(`Unstaged ${file.path}`); + }); + }); + }); + menu.addItem((item) => { + item.setTitle(`Git: Add to .gitignore`).setIcon("file-x").setSection("action").onClick((_) => { + this.addFileToGitignore(file); + }); + }); + } + if (source == "git-source-control") { + menu.addItem((item) => { + item.setTitle(`Git: Add to .gitignore`).setIcon("file-x").setSection("action").onClick((_) => { + this.addFileToGitignore(file); + }); + }); + } + } + async migrateSettings() { + if (this.settings.mergeOnPull != void 0) { + this.settings.syncMethod = this.settings.mergeOnPull ? "merge" : "rebase"; + this.settings.mergeOnPull = void 0; + await this.saveSettings(); + } + if (this.settings.autoCommitMessage === void 0) { + this.settings.autoCommitMessage = this.settings.commitMessage; + await this.saveSettings(); + } + if (this.settings.gitPath != void 0) { + this.localStorage.setGitPath(this.settings.gitPath); + this.settings.gitPath = void 0; + await this.saveSettings(); + } + if (this.settings.username != void 0) { + this.localStorage.setPassword(this.settings.username); + this.settings.username = void 0; + await this.saveSettings(); + } + } + unloadPlugin() { + this.gitReady = false; + dispatchEvent(new CustomEvent("git-refresh")); + this.lineAuthoringFeature.deactivateFeature(); + this.clearAutoPull(); + this.clearAutoPush(); + this.clearAutoBackup(); + removeEventListener("git-refresh", this.refresh.bind(this)); + removeEventListener( + "git-head-update", + this.refreshUpdatedHead.bind(this) + ); + this.app.workspace.offref(this.openEvent); + this.app.metadataCache.offref(this.modifyEvent); + this.app.metadataCache.offref(this.deleteEvent); + this.app.metadataCache.offref(this.createEvent); + this.app.metadataCache.offref(this.renameEvent); + this.debRefresh.cancel(); + } + async onunload() { + this.app.workspace.unregisterHoverLinkSource( + SOURCE_CONTROL_VIEW_CONFIG.type + ); + this.unloadPlugin(); + console.log("unloading " + this.manifest.name + " plugin"); + } + async loadSettings() { + let data = await this.loadData(); + if (data == void 0) { + data = { showedMobileNotice: true }; + } + this.settings = mergeSettingsByPriority(DEFAULT_SETTINGS, data); + } + async saveSettings() { + var _a2; + (_a2 = this.settingsTab) == null ? void 0 : _a2.beforeSaveSettings(); + await this.saveData(this.settings); + } + saveLastAuto(date, mode) { + if (mode === "backup") { + this.localStorage.setLastAutoBackup(date.toString()); + } else if (mode === "pull") { + this.localStorage.setLastAutoPull(date.toString()); + } else if (mode === "push") { + this.localStorage.setLastAutoPush(date.toString()); + } + } + loadLastAuto() { + var _a2, _b, _c; + return { + backup: new Date((_a2 = this.localStorage.getLastAutoBackup()) != null ? _a2 : ""), + pull: new Date((_b = this.localStorage.getLastAutoPull()) != null ? _b : ""), + push: new Date((_c = this.localStorage.getLastAutoPush()) != null ? _c : "") + }; + } + get useSimpleGit() { + return import_obsidian31.Platform.isDesktopApp; + } + async init() { + var _a2; + this.showNotices(); + try { + if (this.useSimpleGit) { + this.gitManager = new SimpleGit(this); + await this.gitManager.setGitInstance(); + } else { + this.gitManager = new IsomorphicGit(this); + } + const result = await this.gitManager.checkRequirements(); + switch (result) { + case "missing-git": + this.displayError("Cannot run git command"); + break; + case "missing-repo": + new import_obsidian31.Notice( + "Can't find a valid git repository. Please create one via the given command or clone an existing repo.", + 1e4 + ); + break; + case "valid": + this.gitReady = true; + this.setState(0 /* idle */); + this.openEvent = this.app.workspace.on( + "active-leaf-change", + (leaf) => this.handleViewActiveState(leaf) + ); + this.modifyEvent = this.app.vault.on("modify", () => { + this.debRefresh(); + }); + this.deleteEvent = this.app.vault.on("delete", () => { + this.debRefresh(); + }); + this.createEvent = this.app.vault.on("create", () => { + this.debRefresh(); + }); + this.renameEvent = this.app.vault.on("rename", () => { + this.debRefresh(); + }); + this.registerEvent(this.modifyEvent); + this.registerEvent(this.deleteEvent); + this.registerEvent(this.createEvent); + this.registerEvent(this.renameEvent); + (_a2 = this.branchBar) == null ? void 0 : _a2.display(); + this.lineAuthoringFeature.conditionallyActivateBySettings(); + dispatchEvent(new CustomEvent("git-refresh")); + if (this.settings.autoPullOnBoot) { + this.promiseQueue.addTask( + () => this.pullChangesFromRemote() + ); + } + this.setUpAutos(); + break; + default: + console.log( + "Something weird happened. The 'checkRequirements' result is " + result + ); + } + } catch (error) { + this.displayError(error); + console.error(error); + } + } + async createNewRepo() { + await this.gitManager.init(); + new import_obsidian31.Notice("Initialized new repo"); + await this.init(); + } + async cloneNewRepo() { + const modal = new GeneralModal({ placeholder: "Enter remote URL" }); + const url = await modal.open(); + if (url) { + const confirmOption = "Vault Root"; + let dir = await new GeneralModal({ + options: this.gitManager instanceof IsomorphicGit ? [confirmOption] : [], + placeholder: "Enter directory for clone. It needs to be empty or not existent.", + allowEmpty: this.gitManager instanceof IsomorphicGit + }).open(); + if (dir !== void 0) { + if (dir === confirmOption) { + dir = "."; + } + dir = (0, import_obsidian31.normalizePath)(dir); + if (dir === "/") { + dir = "."; + } + if (dir === ".") { + const modal2 = new GeneralModal({ + options: ["NO", "YES"], + placeholder: `Does your remote repo contain a ${app.vault.configDir} directory at the root?`, + onlySelection: true + }); + const containsConflictDir = await modal2.open(); + if (containsConflictDir === void 0) { + new import_obsidian31.Notice("Aborted clone"); + return; + } else if (containsConflictDir === "YES") { + const confirmOption2 = "DELETE ALL YOUR LOCAL CONFIG AND PLUGINS"; + const modal3 = new GeneralModal({ + options: ["Abort clone", confirmOption2], + placeholder: `To avoid conflicts, the local ${app.vault.configDir} directory needs to be deleted.`, + onlySelection: true + }); + const shouldDelete = await modal3.open() === confirmOption2; + if (shouldDelete) { + await this.app.vault.adapter.rmdir( + app.vault.configDir, + true + ); + } else { + new import_obsidian31.Notice("Aborted clone"); + return; + } + } + } + const depth = await new GeneralModal({ + placeholder: "Specify depth of clone. Leave empty for full clone.", + allowEmpty: true + }).open(); + let depthInt = void 0; + if (depth !== "") { + depthInt = parseInt(depth); + if (isNaN(depthInt)) { + new import_obsidian31.Notice("Invalid depth. Aborting clone."); + return; + } + } + new import_obsidian31.Notice(`Cloning new repo into "${dir}"`); + const oldBase = this.settings.basePath; + const customDir = dir && dir !== "."; + if (customDir) { + this.settings.basePath = dir; + } + try { + await this.gitManager.clone(url, dir, depthInt); + } catch (error) { + this.settings.basePath = oldBase; + this.saveSettings(); + throw error; + } + new import_obsidian31.Notice("Cloned new repo."); + new import_obsidian31.Notice("Please restart Obsidian"); + if (customDir) { + this.saveSettings(); + } + } + } + } + /** + * Retries to call `this.init()` if necessary, otherwise returns directly + * @returns true if `this.gitManager` is ready to be used, false if not. + */ + async isAllInitialized() { + if (!this.gitReady) { + await this.init(); + } + return this.gitReady; + } + ///Used for command + async pullChangesFromRemote() { + if (!await this.isAllInitialized()) return; + const filesUpdated = await this.pull(); + this.setUpAutoBackup(); + if (filesUpdated === false) { + return; + } + if (!filesUpdated) { + this.displayMessage("Everything is up-to-date"); + } + if (this.gitManager instanceof SimpleGit) { + const status2 = await this.gitManager.status(); + if (status2.conflicted.length > 0) { + this.displayError( + `You have conflicts in ${status2.conflicted.length} ${status2.conflicted.length == 1 ? "file" : "files"}` + ); + this.handleConflict(status2.conflicted); + } + } + dispatchEvent(new CustomEvent("git-refresh")); + this.setState(0 /* idle */); + } + async createBackup(fromAutoBackup, requestCustomMessage = false, commitMessage) { + if (!await this.isAllInitialized()) return; + if (this.settings.syncMethod == "reset" && this.settings.pullBeforePush) { + await this.pull(); + } + if (!await this.commit({ + fromAutoBackup, + requestCustomMessage, + commitMessage + })) { + return; + } + if (!this.settings.disablePush) { + if (await this.remotesAreSet() && await this.gitManager.canPush()) { + if (this.settings.syncMethod != "reset" && this.settings.pullBeforePush) { + await this.pull(); + } + await this.push(); + } else { + this.displayMessage("No changes to push"); + } + } + this.setState(0 /* idle */); + } + // Returns true if commit was successfully + async commit({ + fromAutoBackup, + requestCustomMessage = false, + onlyStaged = false, + commitMessage, + amend = false + }) { + if (!await this.isAllInitialized()) return false; + let hadConflict = this.localStorage.getConflict(); + let changedFiles; + let status2; + let unstagedFiles; + if (this.gitManager instanceof SimpleGit) { + this.mayDeleteConflictFile(); + status2 = await this.updateCachedStatus(); + if (status2.conflicted.length == 0) { + this.localStorage.setConflict(false); + hadConflict = false; + } + if (fromAutoBackup && status2.conflicted.length > 0) { + this.displayError( + `Did not commit, because you have conflicts in ${status2.conflicted.length} ${status2.conflicted.length == 1 ? "file" : "files"}. Please resolve them and commit per command.` + ); + this.handleConflict(status2.conflicted); + return false; + } + changedFiles = [...status2.changed, ...status2.staged]; + } else if (fromAutoBackup && hadConflict) { + this.setState(6 /* conflicted */); + this.displayError( + `Did not commit, because you have conflicts. Please resolve them and commit per command.` + ); + return false; + } else if (hadConflict) { + await this.mayDeleteConflictFile(); + status2 = await this.updateCachedStatus(); + changedFiles = [...status2.changed, ...status2.staged]; + } else { + if (onlyStaged) { + changedFiles = await this.gitManager.getStagedFiles(); + } else { + unstagedFiles = await this.gitManager.getUnstagedFiles(); + changedFiles = unstagedFiles.map(({ filepath }) => ({ + vault_path: this.gitManager.getRelativeVaultPath(filepath) + })); + } + } + if (await this.hasTooBigFiles(changedFiles)) { + this.setState(0 /* idle */); + return false; + } + if (changedFiles.length !== 0 || hadConflict) { + let cmtMessage = commitMessage != null ? commitMessage : commitMessage = fromAutoBackup ? this.settings.autoCommitMessage : this.settings.commitMessage; + if (fromAutoBackup && this.settings.customMessageOnAutoBackup || requestCustomMessage) { + if (!this.settings.disablePopups && fromAutoBackup) { + new import_obsidian31.Notice( + "Auto backup: Please enter a custom commit message. Leave empty to abort" + ); + } + const tempMessage = await new CustomMessageModal( + this, + true + ).open(); + if (tempMessage != void 0 && tempMessage != "" && tempMessage != "...") { + cmtMessage = tempMessage; + } else { + this.setState(0 /* idle */); + return false; + } + } + let committedFiles; + if (onlyStaged) { + committedFiles = await this.gitManager.commit({ + message: cmtMessage, + amend + }); + } else { + committedFiles = await this.gitManager.commitAll({ + message: cmtMessage, + status: status2, + unstagedFiles, + amend + }); + } + if (this.gitManager instanceof SimpleGit) { + if ((await this.updateCachedStatus()).conflicted.length == 0) { + this.localStorage.setConflict(false); + } + } + let roughly = false; + if (committedFiles === void 0) { + roughly = true; + committedFiles = changedFiles.length; + } + this.setUpAutoBackup(); + this.displayMessage( + `Committed${roughly ? " approx." : ""} ${committedFiles} ${committedFiles == 1 ? "file" : "files"}` + ); + } else { + this.displayMessage("No changes to commit"); + } + dispatchEvent(new CustomEvent("git-refresh")); + this.setState(0 /* idle */); + return true; + } + async hasTooBigFiles(files) { + const branchInfo = await this.gitManager.branchInfo(); + const remote = branchInfo.tracking ? splitRemoteBranch(branchInfo.tracking)[0] : null; + if (remote) { + const remoteUrl = await this.gitManager.getRemoteUrl(remote); + if (remoteUrl == null ? void 0 : remoteUrl.includes("github.com")) { + const tooBigFiles = files.filter((f) => { + const file = this.app.vault.getAbstractFileByPath( + f.vault_path + ); + if (file instanceof import_obsidian31.TFile) { + return file.stat.size >= 1e8; + } + return false; + }); + if (tooBigFiles.length > 0) { + this.displayError( + `Did not commit, because following files are too big: ${tooBigFiles.map( + (e) => e.vault_path + )}. Please remove them.` + ); + return true; + } + } + } + return false; + } + async push() { + if (!await this.isAllInitialized()) return false; + if (!await this.remotesAreSet()) { + return false; + } + const hadConflict = this.localStorage.getConflict(); + if (this.gitManager instanceof SimpleGit) + await this.mayDeleteConflictFile(); + let status2; + if (this.gitManager instanceof SimpleGit && (status2 = await this.updateCachedStatus()).conflicted.length > 0) { + this.displayError( + `Cannot push. You have conflicts in ${status2.conflicted.length} ${status2.conflicted.length == 1 ? "file" : "files"}` + ); + this.handleConflict(status2.conflicted); + return false; + } else if (this.gitManager instanceof IsomorphicGit && hadConflict) { + this.displayError(`Cannot push. You have conflicts`); + this.setState(6 /* conflicted */); + return false; + } + console.log("Pushing...."); + const pushedFiles = await this.gitManager.push(); + if (pushedFiles !== void 0) { + console.log("Pushed!", pushedFiles); + if (pushedFiles > 0) { + this.displayMessage( + `Pushed ${pushedFiles} ${pushedFiles == 1 ? "file" : "files"} to remote` + ); + } else { + this.displayMessage(`No changes to push`); + } + } + this.offlineMode = false; + this.setState(0 /* idle */); + dispatchEvent(new CustomEvent("git-refresh")); + return true; + } + /** Used for internals + Returns whether the pull added a commit or not. + + See {@link pullChangesFromRemote} for the command version. */ + async pull() { + if (!await this.remotesAreSet()) { + return false; + } + const pulledFiles = await this.gitManager.pull() || []; + this.offlineMode = false; + if (pulledFiles.length > 0) { + this.displayMessage( + `Pulled ${pulledFiles.length} ${pulledFiles.length == 1 ? "file" : "files"} from remote` + ); + this.lastPulledFiles = pulledFiles; + } + return pulledFiles.length; + } + async fetch() { + if (!await this.remotesAreSet()) { + return; + } + await this.gitManager.fetch(); + this.displayMessage(`Fetched from remote`); + this.offlineMode = false; + dispatchEvent(new CustomEvent("git-refresh")); + } + async mayDeleteConflictFile() { + const file = this.app.vault.getAbstractFileByPath( + this.conflictOutputFile + ); + if (file) { + this.app.workspace.iterateAllLeaves((leaf) => { + var _a2; + if (leaf.view instanceof import_obsidian31.MarkdownView && ((_a2 = leaf.view.file) == null ? void 0 : _a2.path) == file.path) { + leaf.detach(); + } + }); + await this.app.vault.delete(file); + } + } + async stageFile(file) { + if (!await this.isAllInitialized()) return false; + await this.gitManager.stage(file.path, true); + this.displayMessage(`Staged ${file.path}`); + dispatchEvent(new CustomEvent("git-refresh")); + this.setState(0 /* idle */); + return true; + } + async unstageFile(file) { + if (!await this.isAllInitialized()) return false; + await this.gitManager.unstage(file.path, true); + this.displayMessage(`Unstaged ${file.path}`); + dispatchEvent(new CustomEvent("git-refresh")); + this.setState(0 /* idle */); + return true; + } + async switchBranch() { + var _a2; + if (!await this.isAllInitialized()) return; + const branchInfo = await this.gitManager.branchInfo(); + const selectedBranch = await new BranchModal( + branchInfo.branches + ).open(); + if (selectedBranch != void 0) { + await this.gitManager.checkout(selectedBranch); + this.displayMessage(`Switched to ${selectedBranch}`); + (_a2 = this.branchBar) == null ? void 0 : _a2.display(); + return selectedBranch; + } + } + async switchRemoteBranch() { + var _a2; + if (!await this.isAllInitialized()) return; + const selectedBranch = await this.selectRemoteBranch() || ""; + const [remote, branch2] = splitRemoteBranch(selectedBranch); + if (branch2 != void 0 && remote != void 0) { + await this.gitManager.checkout(branch2, remote); + this.displayMessage(`Switched to ${selectedBranch}`); + (_a2 = this.branchBar) == null ? void 0 : _a2.display(); + return selectedBranch; + } + } + async createBranch() { + var _a2; + if (!await this.isAllInitialized()) return; + const newBranch = await new GeneralModal({ + placeholder: "Create new branch" + }).open(); + if (newBranch != void 0) { + await this.gitManager.createBranch(newBranch); + this.displayMessage(`Created new branch ${newBranch}`); + (_a2 = this.branchBar) == null ? void 0 : _a2.display(); + return newBranch; + } + } + async deleteBranch() { + var _a2; + if (!await this.isAllInitialized()) return; + const branchInfo = await this.gitManager.branchInfo(); + if (branchInfo.current) branchInfo.branches.remove(branchInfo.current); + const branch2 = await new GeneralModal({ + options: branchInfo.branches, + placeholder: "Delete branch", + onlySelection: true + }).open(); + if (branch2 != void 0) { + let force = false; + const merged = await this.gitManager.branchIsMerged(branch2); + if (!merged) { + const forceAnswer = await new GeneralModal({ + options: ["YES", "NO"], + placeholder: "This branch isn't merged into HEAD. Force delete?", + onlySelection: true + }).open(); + if (forceAnswer !== "YES") { + return; + } + force = forceAnswer === "YES"; + } + await this.gitManager.deleteBranch(branch2, force); + this.displayMessage(`Deleted branch ${branch2}`); + (_a2 = this.branchBar) == null ? void 0 : _a2.display(); + return branch2; + } + } + // Ensures that the upstream branch is set. + // If not, it will prompt the user to set it. + // + // An exception is when the user has submodules enabled. + // In this case, the upstream branch is not required, + // to allow pulling/pushing only the submodules and not the outer repo. + async remotesAreSet() { + if (this.settings.updateSubmodules) { + return true; + } + if (!(await this.gitManager.branchInfo()).tracking) { + new import_obsidian31.Notice("No upstream branch is set. Please select one."); + return await this.setUpstreamBranch(); + } + return true; + } + async setUpstreamBranch() { + const remoteBranch = await this.selectRemoteBranch(); + if (remoteBranch == void 0) { + this.displayError("Aborted. No upstream-branch is set!", 1e4); + this.setState(0 /* idle */); + return false; + } else { + await this.gitManager.updateUpstreamBranch(remoteBranch); + this.displayMessage(`Set upstream branch to ${remoteBranch}`); + this.setState(0 /* idle */); + return true; + } + } + async setUpAutoBackup() { + if (this.settings.setLastSaveToLastCommit) { + this.clearAutoBackup(); + const lastCommitDate = await this.gitManager.getLastCommitTime(); + if (lastCommitDate) { + this.localStorage.setLastAutoBackup(lastCommitDate.toString()); + } + } + if (!this.timeoutIDBackup && !this.onFileModifyEventRef) { + const lastAutos = this.loadLastAuto(); + if (this.settings.autoSaveInterval > 0) { + const now2 = /* @__PURE__ */ new Date(); + const diff3 = this.settings.autoSaveInterval - Math.round( + (now2.getTime() - lastAutos.backup.getTime()) / 1e3 / 60 + ); + this.startAutoBackup(diff3 <= 0 ? 0 : diff3); + } + } + } + async setUpAutos() { + this.setUpAutoBackup(); + const lastAutos = this.loadLastAuto(); + if (this.settings.differentIntervalCommitAndPush && this.settings.autoPushInterval > 0) { + const now2 = /* @__PURE__ */ new Date(); + const diff3 = this.settings.autoPushInterval - Math.round( + (now2.getTime() - lastAutos.push.getTime()) / 1e3 / 60 + ); + this.startAutoPush(diff3 <= 0 ? 0 : diff3); + } + if (this.settings.autoPullInterval > 0) { + const now2 = /* @__PURE__ */ new Date(); + const diff3 = this.settings.autoPullInterval - Math.round( + (now2.getTime() - lastAutos.pull.getTime()) / 1e3 / 60 + ); + this.startAutoPull(diff3 <= 0 ? 0 : diff3); + } + } + async discardAll() { + await this.gitManager.discardAll({ + status: this.cachedStatus + }); + new import_obsidian31.Notice( + "All local changes have been discarded. New files remain untouched." + ); + } + clearAutos() { + this.clearAutoBackup(); + this.clearAutoPush(); + this.clearAutoPull(); + } + startAutoBackup(minutes) { + let time = (minutes != null ? minutes : this.settings.autoSaveInterval) * 6e4; + if (this.settings.autoBackupAfterFileChange) { + if (minutes === 0) { + this.doAutoBackup(); + } else { + this.onFileModifyEventRef = this.app.vault.on( + "modify", + () => this.autoBackupDebouncer() + ); + this.autoBackupDebouncer = (0, import_obsidian31.debounce)( + () => this.doAutoBackup(), + time, + true + ); + } + } else { + if (time > 2147483647) time = 2147483647; + this.timeoutIDBackup = window.setTimeout( + () => this.doAutoBackup(), + time + ); + } + } + // This is used for both auto backup and commit + doAutoBackup() { + this.promiseQueue.addTask(() => { + if (this.settings.differentIntervalCommitAndPush) { + return this.commit({ fromAutoBackup: true }); + } else { + return this.createBackup(true); + } + }); + this.saveLastAuto(/* @__PURE__ */ new Date(), "backup"); + this.saveSettings(); + this.startAutoBackup(); + } + startAutoPull(minutes) { + let time = (minutes != null ? minutes : this.settings.autoPullInterval) * 6e4; + if (time > 2147483647) time = 2147483647; + this.timeoutIDPull = window.setTimeout(() => { + this.promiseQueue.addTask(() => this.pullChangesFromRemote()); + this.saveLastAuto(/* @__PURE__ */ new Date(), "pull"); + this.saveSettings(); + this.startAutoPull(); + }, time); + } + startAutoPush(minutes) { + let time = (minutes != null ? minutes : this.settings.autoPushInterval) * 6e4; + if (time > 2147483647) time = 2147483647; + this.timeoutIDPush = window.setTimeout(() => { + this.promiseQueue.addTask(() => this.push()); + this.saveLastAuto(/* @__PURE__ */ new Date(), "push"); + this.saveSettings(); + this.startAutoPush(); + }, time); + } + clearAutoBackup() { + var _a2; + let wasActive = false; + if (this.timeoutIDBackup) { + window.clearTimeout(this.timeoutIDBackup); + this.timeoutIDBackup = void 0; + wasActive = true; + } + if (this.onFileModifyEventRef) { + (_a2 = this.autoBackupDebouncer) == null ? void 0 : _a2.cancel(); + this.app.vault.offref(this.onFileModifyEventRef); + this.onFileModifyEventRef = void 0; + wasActive = true; + } + return wasActive; + } + clearAutoPull() { + if (this.timeoutIDPull) { + window.clearTimeout(this.timeoutIDPull); + this.timeoutIDPull = void 0; + return true; + } + return false; + } + clearAutoPush() { + if (this.timeoutIDPush) { + window.clearTimeout(this.timeoutIDPush); + this.timeoutIDPush = void 0; + return true; + } + return false; + } + async handleConflict(conflicted) { + this.setState(6 /* conflicted */); + this.localStorage.setConflict(true); + let lines; + if (conflicted !== void 0) { + lines = [ + "# Conflicts", + "Please resolve them and commit them using the commands `Git: Commit all changes` followed by `Git: Push`", + "(This file will automatically be deleted before commit)", + "[[#Additional Instructions]] available below file list", + "", + ...conflicted.map((e) => { + const file = this.app.vault.getAbstractFileByPath(e); + if (file instanceof import_obsidian31.TFile) { + const link = this.app.metadataCache.fileToLinktext( + file, + "/" + ); + return `- [[${link}]]`; + } else { + return `- Not a file: ${e}`; + } + }), + ` +# Additional Instructions +I strongly recommend to use "Source mode" for viewing the conflicted files. For simple conflicts, in each file listed above replace every occurrence of the following text blocks with the desired text. + +\`\`\`diff +<<<<<<< HEAD + File changes in local repository +======= + File changes in remote repository +>>>>>>> origin/main +\`\`\`` + ]; + } + this.writeAndOpenFile(lines == null ? void 0 : lines.join("\n")); + } + async editRemotes() { + if (!await this.isAllInitialized()) return; + const remotes = await this.gitManager.getRemotes(); + const nameModal = new GeneralModal({ + options: remotes, + placeholder: "Select or create a new remote by typing its name and selecting it" + }); + const remoteName = await nameModal.open(); + if (remoteName) { + const oldUrl = await this.gitManager.getRemoteUrl(remoteName); + const urlModal = new GeneralModal({ initialValue: oldUrl }); + const remoteURL = await urlModal.open(); + if (remoteURL) { + await this.gitManager.setRemote(remoteName, remoteURL); + return remoteName; + } + } + } + async selectRemoteBranch() { + let remotes = await this.gitManager.getRemotes(); + let selectedRemote; + if (remotes.length === 0) { + selectedRemote = await this.editRemotes(); + if (selectedRemote == void 0) { + remotes = await this.gitManager.getRemotes(); + } + } + const nameModal = new GeneralModal({ + options: remotes, + placeholder: "Select or create a new remote by typing its name and selecting it" + }); + const remoteName = selectedRemote != null ? selectedRemote : await nameModal.open(); + if (remoteName) { + this.displayMessage("Fetching remote branches"); + await this.gitManager.fetch(remoteName); + const branches = await this.gitManager.getRemoteBranches(remoteName); + const branchModal = new GeneralModal({ + options: branches, + placeholder: "Select or create a new remote branch by typing its name and selecting it" + }); + return await branchModal.open(); + } + } + async removeRemote() { + if (!await this.isAllInitialized()) return; + const remotes = await this.gitManager.getRemotes(); + const nameModal = new GeneralModal({ + options: remotes, + placeholder: "Select a remote" + }); + const remoteName = await nameModal.open(); + if (remoteName) { + this.gitManager.removeRemote(remoteName); + } + } + async writeAndOpenFile(text2) { + if (text2 !== void 0) { + await this.app.vault.adapter.write(this.conflictOutputFile, text2); + } + let fileIsAlreadyOpened = false; + this.app.workspace.iterateAllLeaves((leaf) => { + if (leaf.getDisplayText() != "" && this.conflictOutputFile.startsWith(leaf.getDisplayText())) { + fileIsAlreadyOpened = true; + } + }); + if (!fileIsAlreadyOpened) { + this.app.workspace.openLinkText(this.conflictOutputFile, "/", true); + } + } + handleViewActiveState(leaf) { + var _a2, _b; + if (!(leaf == null ? void 0 : leaf.view.getState().file)) return; + const sourceControlLeaf = this.app.workspace.getLeavesOfType(SOURCE_CONTROL_VIEW_CONFIG.type).first(); + const historyLeaf = this.app.workspace.getLeavesOfType(HISTORY_VIEW_CONFIG.type).first(); + (_a2 = sourceControlLeaf == null ? void 0 : sourceControlLeaf.view.containerEl.querySelector(`div.nav-file-title.is-active`)) == null ? void 0 : _a2.removeClass("is-active"); + (_b = historyLeaf == null ? void 0 : historyLeaf.view.containerEl.querySelector(`div.nav-file-title.is-active`)) == null ? void 0 : _b.removeClass("is-active"); + if ((leaf == null ? void 0 : leaf.view) instanceof DiffView) { + const path2 = leaf.view.state.file; + this.lastDiffViewState = leaf.view.getState(); + let el; + if (sourceControlLeaf && leaf.view.state.staged) { + el = sourceControlLeaf.view.containerEl.querySelector( + `div.staged div.nav-file-title[data-path='${path2}']` + ); + } else if (sourceControlLeaf && leaf.view.state.staged === false && !leaf.view.state.hash) { + el = sourceControlLeaf.view.containerEl.querySelector( + `div.changes div.nav-file-title[data-path='${path2}']` + ); + } else if (historyLeaf && leaf.view.state.hash) { + el = historyLeaf.view.containerEl.querySelector( + `div.nav-file-title[data-path='${path2}']` + ); + } + el == null ? void 0 : el.addClass("is-active"); + } else { + this.lastDiffViewState = void 0; + } + } + // region: displaying / formatting messages + displayMessage(message, timeout = 4 * 1e3) { + var _a2; + (_a2 = this.statusBar) == null ? void 0 : _a2.displayMessage(message.toLowerCase(), timeout); + if (!this.settings.disablePopups) { + if (!this.settings.disablePopupsForNoChanges || !message.startsWith("No changes")) { + new import_obsidian31.Notice(message, 5 * 1e3); + } + } + this.log(message); + } + displayError(message, timeout = 10 * 1e3) { + var _a2; + if (message instanceof Errors.UserCanceledError) { + new import_obsidian31.Notice("Aborted"); + return; + } + message = message.toString(); + new import_obsidian31.Notice(message, timeout); + console.log(`git obsidian error: ${message}`); + (_a2 = this.statusBar) == null ? void 0 : _a2.displayMessage(message.toLowerCase(), timeout); + } + log(message) { + console.log(`${this.manifest.id}: ` + message); + } +}; +/*! Bundled license information: + +ieee754/index.js: + (*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh *) + +buffer/index.js: + (*! + * The buffer module from node.js, for the browser. + * + * @author Feross Aboukhadijeh + * @license MIT + *) + +safe-buffer/index.js: + (*! safe-buffer. MIT License. Feross Aboukhadijeh *) + +crc-32/crc32.js: + (*! crc32.js (C) 2014-present SheetJS -- http://sheetjs.com *) + +js-sha256/src/sha256.js: + (** + * [js-sha256]{@link https://github.com/emn178/js-sha256} + * + * @version 0.9.0 + * @author Chen, Yi-Cyuan [emn178@gmail.com] + * @copyright Chen, Yi-Cyuan 2014-2017 + * @license MIT + *) + +feather-icons/dist/feather.js: + (*! + Copyright (c) 2016 Jed Watson. + Licensed under the MIT License (MIT), see + http://jedwatson.github.io/classnames + *) +*/ diff --git a/.obsidian/plugins/obsidian-git/manifest.json b/.obsidian/plugins/obsidian-git/manifest.json new file mode 100644 index 0000000..3179c1e --- /dev/null +++ b/.obsidian/plugins/obsidian-git/manifest.json @@ -0,0 +1,10 @@ +{ + "author": "Vinzent", + "authorUrl": "https://github.com/Vinzent03", + "id": "obsidian-git", + "name": "Git", + "description": "Integrate Git version control with automatic backup and other advanced features.", + "isDesktopOnly": false, + "fundingUrl": "https://ko-fi.com/vinzent", + "version": "2.25.0" +} diff --git a/.obsidian/plugins/obsidian-git/styles.css b/.obsidian/plugins/obsidian-git/styles.css new file mode 100644 index 0000000..d5ad0cc --- /dev/null +++ b/.obsidian/plugins/obsidian-git/styles.css @@ -0,0 +1,562 @@ +@keyframes loading { + 0% { + transform: rotate(0deg); + } + + 100% { + transform: rotate(360deg); + } +} + +.workspace-leaf-content[data-type="git-view"] .button-border { + border: 2px solid var(--interactive-accent); + border-radius: var(--radius-s); +} + +.workspace-leaf-content[data-type="git-view"] .view-content { + padding: 0; +} + +.workspace-leaf-content[data-type="git-history-view"] .view-content { + padding: 0; +} + +.loading > svg { + animation: 2s linear infinite loading; + transform-origin: 50% 50%; + display: inline-block; +} + +.obsidian-git-center { + margin: auto; + text-align: center; + width: 50%; +} + +.obsidian-git-textarea { + display: block; + margin-left: auto; + margin-right: auto; +} + +.obsidian-git-center-button { + display: block; + margin: 20px auto; +} + +.tooltip.mod-left { + overflow-wrap: break-word; +} + +.tooltip.mod-right { + overflow-wrap: break-word; +} +.git-tools { + display: flex; + margin-left: auto; +} +.git-tools .type { + padding-left: var(--size-2-1); + display: flex; + align-items: center; + justify-content: center; + width: 11px; +} + +.git-tools .type[data-type="M"] { + color: orange; +} +.git-tools .type[data-type="D"] { + color: red; +} +.git-tools .buttons { + display: flex; +} +.git-tools .buttons > * { + padding: 0 0; + height: auto; +} + +.is-active .git-tools .buttons > * { + color: var(--nav-item-color-active); +} + +.git-author { + color: var(--text-accent); +} + +.git-date { + color: var(--text-accent); +} + +.git-ref { + color: var(--text-accent); +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-d-none { + display: none; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-wrapper { + text-align: left; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-file-header { + background-color: var(--background-primary); + border-bottom: 1px solid var(--interactive-accent); + font-family: var(--font-monospace); + height: 35px; + padding: 5px 10px; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-file-header, +.workspace-leaf-content[data-type="diff-view"] .d2h-file-stats { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-file-stats { + font-size: 14px; + margin-left: auto; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-lines-added { + border: 1px solid #b4e2b4; + border-radius: 5px 0 0 5px; + color: #399839; + padding: 2px; + text-align: right; + vertical-align: middle; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-lines-deleted { + border: 1px solid #e9aeae; + border-radius: 0 5px 5px 0; + color: #c33; + margin-left: 1px; + padding: 2px; + text-align: left; + vertical-align: middle; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-file-name-wrapper { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + font-size: 15px; + width: 100%; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-file-name { + overflow-x: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-file-wrapper { + border: 1px solid var(--background-modifier-border); + border-radius: 3px; + margin-bottom: 1em; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-file-collapse { + -webkit-box-pack: end; + -ms-flex-pack: end; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + border: 1px solid var(--background-modifier-border); + border-radius: 3px; + cursor: pointer; + display: none; + font-size: 12px; + justify-content: flex-end; + padding: 4px 8px; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-file-collapse.d2h-selected { + background-color: #c8e1ff; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-file-collapse-input { + margin: 0 4px 0 0; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-diff-table { + border-collapse: collapse; + font-family: Menlo, Consolas, monospace; + font-size: 13px; + width: 100%; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-files-diff { + width: 100%; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-file-diff { + overflow-y: hidden; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-file-side-diff { + display: inline-block; + margin-bottom: -8px; + margin-right: -4px; + overflow-x: scroll; + overflow-y: hidden; + width: 50%; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-code-line { + padding: 0 8em; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-code-line, +.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line { + display: inline-block; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; + width: 100%; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line { + padding: 0 4.5em; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-code-line-ctn { + word-wrap: normal; + background: none; + display: inline-block; + padding: 0; + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text; + vertical-align: middle; + white-space: pre; + width: 100%; +} + +.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-code-line del, +.theme-light + .workspace-leaf-content[data-type="diff-view"] + .d2h-code-side-line + del { + background-color: #ffb6ba; +} + +.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-code-line del, +.theme-dark + .workspace-leaf-content[data-type="diff-view"] + .d2h-code-side-line + del { + background-color: #8d232881; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-code-line del, +.workspace-leaf-content[data-type="diff-view"] .d2h-code-line ins, +.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line del, +.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line ins { + border-radius: 0.2em; + display: inline-block; + margin-top: -1px; + text-decoration: none; + vertical-align: middle; +} + +.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-code-line ins, +.theme-light + .workspace-leaf-content[data-type="diff-view"] + .d2h-code-side-line + ins { + background-color: #97f295; + text-align: left; +} + +.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-code-line ins, +.theme-dark + .workspace-leaf-content[data-type="diff-view"] + .d2h-code-side-line + ins { + background-color: #1d921996; + text-align: left; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-code-line-prefix { + word-wrap: normal; + background: none; + display: inline; + padding: 0; + white-space: pre; +} + +.workspace-leaf-content[data-type="diff-view"] .line-num1 { + float: left; +} + +.workspace-leaf-content[data-type="diff-view"] .line-num1, +.workspace-leaf-content[data-type="diff-view"] .line-num2 { + -webkit-box-sizing: border-box; + box-sizing: border-box; + overflow: hidden; + padding: 0 0.5em; + text-overflow: ellipsis; + width: 3.5em; +} + +.workspace-leaf-content[data-type="diff-view"] .line-num2 { + float: right; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-code-linenumber { + background-color: var(--background-primary); + border: solid var(--background-modifier-border); + border-width: 0 1px; + -webkit-box-sizing: border-box; + box-sizing: border-box; + color: var(--text-muted); + cursor: pointer; + display: inline-block; + position: absolute; + text-align: right; + width: 7.5em; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-code-linenumber:after { + content: "\200b"; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber { + background-color: var(--background-primary); + border: solid var(--background-modifier-border); + border-width: 0 1px; + -webkit-box-sizing: border-box; + box-sizing: border-box; + color: var(--text-muted); + cursor: pointer; + display: inline-block; + overflow: hidden; + padding: 0 0.5em; + position: absolute; + text-align: right; + text-overflow: ellipsis; + width: 4em; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-diff-tbody tr { + position: relative; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber:after { + content: "\200b"; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-emptyplaceholder, +.workspace-leaf-content[data-type="diff-view"] .d2h-emptyplaceholder { + background-color: var(--background-primary); + border-color: var(--background-modifier-border); +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-code-line-prefix, +.workspace-leaf-content[data-type="diff-view"] .d2h-code-linenumber, +.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber, +.workspace-leaf-content[data-type="diff-view"] .d2h-emptyplaceholder { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-code-linenumber, +.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber { + direction: rtl; +} + +.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-del { + background-color: #fee8e9; + border-color: #e9aeae; +} + +.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-ins { + background-color: #dfd; + border-color: #b4e2b4; +} + +.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-del { + background-color: #521b1d83; + border-color: #691d1d73; +} + +.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-ins { + background-color: rgba(30, 71, 30, 0.5); + border-color: #13501381; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-info { + background-color: var(--background-primary); + border-color: var(--background-modifier-border); + color: var(--text-normal); +} + +.theme-light + .workspace-leaf-content[data-type="diff-view"] + .d2h-file-diff + .d2h-del.d2h-change { + background-color: #fdf2d0; +} + +.theme-dark + .workspace-leaf-content[data-type="diff-view"] + .d2h-file-diff + .d2h-del.d2h-change { + background-color: #55492480; +} + +.theme-light + .workspace-leaf-content[data-type="diff-view"] + .d2h-file-diff + .d2h-ins.d2h-change { + background-color: #ded; +} + +.theme-dark + .workspace-leaf-content[data-type="diff-view"] + .d2h-file-diff + .d2h-ins.d2h-change { + background-color: rgba(37, 78, 37, 0.418); +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-wrapper { + margin-bottom: 10px; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-wrapper a { + color: #3572b0; + text-decoration: none; +} + +.workspace-leaf-content[data-type="diff-view"] + .d2h-file-list-wrapper + a:visited { + color: #3572b0; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-header { + text-align: left; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-title { + font-weight: 700; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-line { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + text-align: left; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-file-list { + display: block; + list-style: none; + margin: 0; + padding: 0; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-file-list > li { + border-bottom: 1px solid var(--background-modifier-border); + margin: 0; + padding: 5px 10px; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-file-list > li:last-child { + border-bottom: none; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-file-switch { + cursor: pointer; + display: none; + font-size: 10px; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-icon { + fill: currentColor; + margin-right: 10px; + vertical-align: middle; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-deleted { + color: #c33; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-added { + color: #399839; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-changed { + color: #d0b44c; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-moved { + color: #3572b0; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-tag { + background-color: var(--background-primary); + display: -webkit-box; + display: -ms-flexbox; + display: flex; + font-size: 10px; + margin-left: 5px; + padding: 0 2px; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-deleted-tag { + border: 2px solid #c33; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-added-tag { + border: 1px solid #399839; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-changed-tag { + border: 1px solid #d0b44c; +} + +.workspace-leaf-content[data-type="diff-view"] .d2h-moved-tag { + border: 1px solid #3572b0; +} + +/* ====================== Line Authoring Information ====================== */ + +.cm-gutterElement.obs-git-blame-gutter { + /* Add background color to spacing inbetween and around the gutter for better aesthetics */ + border-width: 0px 2px 0.2px 2px; + border-style: solid; + border-color: var(--background-secondary); + background-color: var(--background-secondary); +} + +.cm-gutterElement.obs-git-blame-gutter > div, +.line-author-settings-preview { + /* delegate text color to settings */ + color: var(--obs-git-gutter-text); + font-family: monospace; + height: 100%; /* ensure, that age-based background color occupies entire parent */ + text-align: right; + padding: 0px 6px 0px 6px; + white-space: pre; /* Keep spaces and do not collapse them. */ +} + +@media (max-width: 800px) { + /* hide git blame gutter not to superpose text */ + .cm-gutterElement.obs-git-blame-gutter { + display: none; + } +} diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json new file mode 100644 index 0000000..13c4d41 --- /dev/null +++ b/.obsidian/workspace.json @@ -0,0 +1,199 @@ +{ + "main": { + "id": "80dfc042c640b15d", + "type": "split", + "children": [ + { + "id": "bfbb46bdc92f3ad2", + "type": "tabs", + "children": [ + { + "id": "30745a6909e8f4cf", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "2024/freebsd-notes.md", + "mode": "source", + "source": false + } + } + } + ] + } + ], + "direction": "vertical" + }, + "left": { + "id": "590610b14e29519d", + "type": "split", + "children": [ + { + "id": "af92d155439dd2e9", + "type": "tabs", + "children": [ + { + "id": "a6af6521d0a87290", + "type": "leaf", + "state": { + "type": "file-explorer", + "state": { + "sortOrder": "alphabetical" + } + } + }, + { + "id": "783320241c5007e2", + "type": "leaf", + "state": { + "type": "search", + "state": { + "query": "", + "matchingCase": false, + "explainSearch": false, + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical" + } + } + }, + { + "id": "9fd1befacbc60855", + "type": "leaf", + "state": { + "type": "bookmarks", + "state": {} + } + } + ] + } + ], + "direction": "horizontal", + "width": 300 + }, + "right": { + "id": "a604f67a04e15115", + "type": "split", + "children": [ + { + "id": "5aa370a223f7373d", + "type": "tabs", + "children": [ + { + "id": "e898fba6fc2202a4", + "type": "leaf", + "state": { + "type": "backlink", + "state": { + "file": "2024/freebsd-notes.md", + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical", + "showSearch": false, + "searchQuery": "", + "backlinkCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "59e072f96f7cae77", + "type": "leaf", + "state": { + "type": "outgoing-link", + "state": { + "file": "2024/freebsd-notes.md", + "linksCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "332de545256273fd", + "type": "leaf", + "state": { + "type": "tag", + "state": { + "sortOrder": "frequency", + "useHierarchy": true + } + } + }, + { + "id": "e4063ef042af97c0", + "type": "leaf", + "state": { + "type": "outline", + "state": { + "file": "2024/freebsd-notes.md" + } + } + } + ] + } + ], + "direction": "horizontal", + "width": 300, + "collapsed": true + }, + "left-ribbon": { + "hiddenItems": { + "switcher:Open quick switcher": false, + "graph:Open graph view": false, + "canvas:Create new canvas": false, + "daily-notes:Open today's daily note": false, + "templates:Insert template": false, + "command-palette:Open command palette": false + } + }, + "active": "30745a6909e8f4cf", + "lastOpenFiles": [ + "2024/freebsd-jail-vanilla.md", + "2024/doelen-2024.md", + "2024/Batterij apparaten voor opladen.md", + "2024/1gabba.pw-links.md", + "2024/Untitled", + "2024/freebsd-notes.md", + "2024-08-03.md", + "2024/piet-hein-state-gebouwbeheer.md", + "2021/vakantie-liefde-op-terschelling-zomer-2019.md", + "2024/Why I am tasting colors?.md", + "2024/mac-reinstall-notes.md", + "2024/april-training-mental-physical-goede-voornemens.md", + "2024/verjaardagskaart-pap-59-met-jerry-erbij/Tekst pap kaart 59 jaar.md", + "2024/verjaardagskaart-pap-59-met-jerry-erbij/IMG_0736.JPG", + "2024/verjaardagskaart-pap-59-met-jerry-erbij/IMG_0725.JPG", + "2024/verjaardagskaart-pap-59-met-jerry-erbij/DSC07975.JPG", + "2024/verjaardagskaart-pap-59-met-jerry-erbij/DSC03175.JPG", + "2024/verjaardagskaart-pap-59-met-jerry-erbij/20240331_102549_jerry_leon.jpg", + "2024/verjaardagskaart-pap-59-met-jerry-erbij", + "2024/verjaardagskaart-pap-met-jerry/DSC03175.JPG", + "2024/verjaardagskaart-pap-met-jerry/DSC07975.JPG", + "2024/verjaardagskaart-pap-met-jerry/20240331_102549_jerry_leon.jpg", + "2024/verjaardagskaart-pap-met-jerry", + "2024/untitled folder", + "2024/verjaardags-feest-35-jaar-in-breugel.md", + "2024/verjaardag-uitnodiging-jerry-35j-23-mrt-2024.png", + "2024/just-in-case-als-er-iets-gebeurd-2024-01-20.pdf", + "2024/chlorate-cell.md", + "2024/Gezonde routines boek review & notes.md", + "2024/Brouwsels 2024.md", + "2021/Tagliatelle-Bolognese.md", + "2024/gyros-kruiden-jacobus.md", + "2024/POP gesprek 2024-Q1.md", + "2024/Neways introductie interview voorbereiding.md", + "2024/Motivation-Letter-Neways.pdf", + "2024/JJacobs-Motivation-Letter-Lead-Embedded-Software.pdf", + "2024/macos-markdown-editors-2024-review.md", + "2024/just-in-case-als-er-iets-gebeurd-2024.pages.sb-6e88701c-W6gf83", + "2024/just-in-case-als-er-iets-gebeurd-2024.pages", + "2024/just-in-case-als-er-iets-gebeurd.pages", + "2021/CICD/cicd-platforms-and-software.md", + "Untitled.canvas", + "2024-01-19.md", + "2021/CICD/cicd-terminology.md", + "2021/CICD/cicd-agent.md", + "2021/macOS issues and fixes and tricks.md", + "2020/golf-4-koppeling-nota.jpeg" + ] +} \ No newline at end of file diff --git a/.obsidian/workspace.sync-conflict-20240401-150409-TWJVVQA.json b/.obsidian/workspace.sync-conflict-20240401-150409-TWJVVQA.json new file mode 100644 index 0000000..29f55c5 --- /dev/null +++ b/.obsidian/workspace.sync-conflict-20240401-150409-TWJVVQA.json @@ -0,0 +1,190 @@ +{ + "main": { + "id": "80dfc042c640b15d", + "type": "split", + "children": [ + { + "id": "b758c3ce9a341cd0", + "type": "tabs", + "children": [ + { + "id": "86decb4fbab6de4d", + "type": "leaf", + "state": { + "type": "release-notes", + "state": { + "currentVersion": "1.5.11" + } + } + } + ] + } + ], + "direction": "vertical" + }, + "left": { + "id": "590610b14e29519d", + "type": "split", + "children": [ + { + "id": "af92d155439dd2e9", + "type": "tabs", + "children": [ + { + "id": "a6af6521d0a87290", + "type": "leaf", + "state": { + "type": "file-explorer", + "state": { + "sortOrder": "alphabetical" + } + } + }, + { + "id": "783320241c5007e2", + "type": "leaf", + "state": { + "type": "search", + "state": { + "query": "sshguard", + "matchingCase": false, + "explainSearch": false, + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical" + } + } + }, + { + "id": "9fd1befacbc60855", + "type": "leaf", + "state": { + "type": "bookmarks", + "state": {} + } + } + ], + "currentTab": 1 + } + ], + "direction": "horizontal", + "width": 300 + }, + "right": { + "id": "a604f67a04e15115", + "type": "split", + "children": [ + { + "id": "5aa370a223f7373d", + "type": "tabs", + "children": [ + { + "id": "e898fba6fc2202a4", + "type": "leaf", + "state": { + "type": "backlink", + "state": { + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical", + "showSearch": false, + "searchQuery": "", + "backlinkCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "59e072f96f7cae77", + "type": "leaf", + "state": { + "type": "outgoing-link", + "state": { + "linksCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "332de545256273fd", + "type": "leaf", + "state": { + "type": "tag", + "state": { + "sortOrder": "frequency", + "useHierarchy": true + } + } + }, + { + "id": "e4063ef042af97c0", + "type": "leaf", + "state": { + "type": "outline", + "state": {} + } + } + ] + } + ], + "direction": "horizontal", + "width": 300, + "collapsed": true + }, + "left-ribbon": { + "hiddenItems": { + "switcher:Open quick switcher": false, + "graph:Open graph view": false, + "canvas:Create new canvas": false, + "daily-notes:Open today's daily note": false, + "templates:Insert template": false, + "command-palette:Open command palette": false + } + }, + "active": "86decb4fbab6de4d", + "lastOpenFiles": [ + "2024/freebsd-notes.md", + "2024/verjaardags-feest-35-jaar-in-breugel.md", + "2024/just-in-case-als-er-iets-gebeurd-2024-01-20.pdf", + "2024/chlorate-cell.md", + "2024/Gezonde routines boek review & notes.md", + "2024/Brouwsels 2024.md", + "2021/Tagliatelle-Bolognese.md", + "2024/doelen-2024.md", + "2024/gyros-kruiden-jacobus.md", + "2024/POP gesprek 2024-Q1.md", + "2024/Neways introductie interview voorbereiding.md", + "2024/piet-hein-state-gebouwbeheer.md", + "2024/mac-reinstall-notes.md", + "2024/Motivation-Letter-Neways.pdf", + "2024/JJacobs-Motivation-Letter-Lead-Embedded-Software.pdf", + "2024/macos-markdown-editors-2024-review.md", + "2024/just-in-case-als-er-iets-gebeurd-2024.pages.sb-6e88701c-W6gf83", + "2024/just-in-case-als-er-iets-gebeurd-2024.pages", + "2024/just-in-case-als-er-iets-gebeurd.pages", + "2021/CICD/cicd-platforms-and-software.md", + "Untitled.canvas", + "2024-01-19.md", + "2021/CICD/cicd-terminology.md", + "2021/CICD/cicd-agent.md", + "2021/macOS issues and fixes and tricks.md", + "2021/Cocktail of downers.md", + "2020/golf-4-koppeling-nota.jpeg", + "2020/golf-4-distributieriem-nota.jpeg", + "2019/Nieuwsbrief #24 - knoflook kweken.pdf", + "2024/freebsd-jail-vanilla.md", + "2023/woorden-cloud-bloem-imct-jerryjacobs.pdf", + "2023/beer-recipe-single-malt-ipa-dec-2023.md", + "2023/jerry-newyear-card-2024.png", + "2023/reflectie-2023.md", + "2022/todoist-recurring-routine.png", + "2022/Sleep Quality Scale (SQS).pdf", + "2022/Screenshot 2022-12-17 at 17.06.37.png", + "2022/Roll-een-verhaal spel praatgroep bipolar spel - https___docs.google.com_ - https___docs.google.com_.pdf", + "2022/pyroforum-purechemical-profiel-2009-aangemaakt.png", + "2022/chilli-hot-sauce-ingredients.png", + "2022/apc-forum-donate-copyleft-symbool-dat-is-gek.png", + "2022/grandioze-donatie-aan-erowid-bevestigng.png", + "2022/github-archievement.png" + ] +} \ No newline at end of file diff --git a/.obsidian/workspace.sync-conflict-20240406-191453-TWJVVQA.json b/.obsidian/workspace.sync-conflict-20240406-191453-TWJVVQA.json new file mode 100644 index 0000000..29f55c5 --- /dev/null +++ b/.obsidian/workspace.sync-conflict-20240406-191453-TWJVVQA.json @@ -0,0 +1,190 @@ +{ + "main": { + "id": "80dfc042c640b15d", + "type": "split", + "children": [ + { + "id": "b758c3ce9a341cd0", + "type": "tabs", + "children": [ + { + "id": "86decb4fbab6de4d", + "type": "leaf", + "state": { + "type": "release-notes", + "state": { + "currentVersion": "1.5.11" + } + } + } + ] + } + ], + "direction": "vertical" + }, + "left": { + "id": "590610b14e29519d", + "type": "split", + "children": [ + { + "id": "af92d155439dd2e9", + "type": "tabs", + "children": [ + { + "id": "a6af6521d0a87290", + "type": "leaf", + "state": { + "type": "file-explorer", + "state": { + "sortOrder": "alphabetical" + } + } + }, + { + "id": "783320241c5007e2", + "type": "leaf", + "state": { + "type": "search", + "state": { + "query": "sshguard", + "matchingCase": false, + "explainSearch": false, + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical" + } + } + }, + { + "id": "9fd1befacbc60855", + "type": "leaf", + "state": { + "type": "bookmarks", + "state": {} + } + } + ], + "currentTab": 1 + } + ], + "direction": "horizontal", + "width": 300 + }, + "right": { + "id": "a604f67a04e15115", + "type": "split", + "children": [ + { + "id": "5aa370a223f7373d", + "type": "tabs", + "children": [ + { + "id": "e898fba6fc2202a4", + "type": "leaf", + "state": { + "type": "backlink", + "state": { + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical", + "showSearch": false, + "searchQuery": "", + "backlinkCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "59e072f96f7cae77", + "type": "leaf", + "state": { + "type": "outgoing-link", + "state": { + "linksCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "332de545256273fd", + "type": "leaf", + "state": { + "type": "tag", + "state": { + "sortOrder": "frequency", + "useHierarchy": true + } + } + }, + { + "id": "e4063ef042af97c0", + "type": "leaf", + "state": { + "type": "outline", + "state": {} + } + } + ] + } + ], + "direction": "horizontal", + "width": 300, + "collapsed": true + }, + "left-ribbon": { + "hiddenItems": { + "switcher:Open quick switcher": false, + "graph:Open graph view": false, + "canvas:Create new canvas": false, + "daily-notes:Open today's daily note": false, + "templates:Insert template": false, + "command-palette:Open command palette": false + } + }, + "active": "86decb4fbab6de4d", + "lastOpenFiles": [ + "2024/freebsd-notes.md", + "2024/verjaardags-feest-35-jaar-in-breugel.md", + "2024/just-in-case-als-er-iets-gebeurd-2024-01-20.pdf", + "2024/chlorate-cell.md", + "2024/Gezonde routines boek review & notes.md", + "2024/Brouwsels 2024.md", + "2021/Tagliatelle-Bolognese.md", + "2024/doelen-2024.md", + "2024/gyros-kruiden-jacobus.md", + "2024/POP gesprek 2024-Q1.md", + "2024/Neways introductie interview voorbereiding.md", + "2024/piet-hein-state-gebouwbeheer.md", + "2024/mac-reinstall-notes.md", + "2024/Motivation-Letter-Neways.pdf", + "2024/JJacobs-Motivation-Letter-Lead-Embedded-Software.pdf", + "2024/macos-markdown-editors-2024-review.md", + "2024/just-in-case-als-er-iets-gebeurd-2024.pages.sb-6e88701c-W6gf83", + "2024/just-in-case-als-er-iets-gebeurd-2024.pages", + "2024/just-in-case-als-er-iets-gebeurd.pages", + "2021/CICD/cicd-platforms-and-software.md", + "Untitled.canvas", + "2024-01-19.md", + "2021/CICD/cicd-terminology.md", + "2021/CICD/cicd-agent.md", + "2021/macOS issues and fixes and tricks.md", + "2021/Cocktail of downers.md", + "2020/golf-4-koppeling-nota.jpeg", + "2020/golf-4-distributieriem-nota.jpeg", + "2019/Nieuwsbrief #24 - knoflook kweken.pdf", + "2024/freebsd-jail-vanilla.md", + "2023/woorden-cloud-bloem-imct-jerryjacobs.pdf", + "2023/beer-recipe-single-malt-ipa-dec-2023.md", + "2023/jerry-newyear-card-2024.png", + "2023/reflectie-2023.md", + "2022/todoist-recurring-routine.png", + "2022/Sleep Quality Scale (SQS).pdf", + "2022/Screenshot 2022-12-17 at 17.06.37.png", + "2022/Roll-een-verhaal spel praatgroep bipolar spel - https___docs.google.com_ - https___docs.google.com_.pdf", + "2022/pyroforum-purechemical-profiel-2009-aangemaakt.png", + "2022/chilli-hot-sauce-ingredients.png", + "2022/apc-forum-donate-copyleft-symbool-dat-is-gek.png", + "2022/grandioze-donatie-aan-erowid-bevestigng.png", + "2022/github-archievement.png" + ] +} \ No newline at end of file diff --git a/2018/Untitled Note.markdown b/2018/yoga-terschelling-vakantie-met-aaltje-2018.markdown similarity index 100% rename from 2018/Untitled Note.markdown rename to 2018/yoga-terschelling-vakantie-met-aaltje-2018.markdown diff --git a/2019/Nieuwsbrief #24 - knoflook kweken.pdf b/2019/Nieuwsbrief #24 - knoflook kweken.pdf index 6f9b136..6116f63 100644 Binary files a/2019/Nieuwsbrief #24 - knoflook kweken.pdf and b/2019/Nieuwsbrief #24 - knoflook kweken.pdf differ diff --git a/2021/.DS_Store b/2021/.DS_Store index cb5e70a..b10c4ad 100644 Binary files a/2021/.DS_Store and b/2021/.DS_Store differ diff --git a/2021/2021 ASSERTIEF handout.pdf b/2021/2021 ASSERTIEF handout.pdf index d1cc0e3..2c4f3e1 100755 Binary files a/2021/2021 ASSERTIEF handout.pdf and b/2021/2021 ASSERTIEF handout.pdf differ diff --git a/2021/CICD/cicd-platforms-and-software.md b/2021/CICD/cicd-platforms-and-software.md index 513c8b1..f170b20 100644 --- a/2021/CICD/cicd-platforms-and-software.md +++ b/2021/CICD/cicd-platforms-and-software.md @@ -21,13 +21,8 @@ | Laminar CI | [github.com/ohwgiles/laminar](https://github.com/ohwgiles/laminar) | Yes | | | C++ | Lightweight and modular | - [500 Lines or Less | A Continuous Integration System](http://www.aosabook.org/en/500L/a-continuous-integration-system.html) - - [Comparison of continuous integration software - Wikiwand](https://www.wikiwand.com/en/Comparison_of_continuous_integration_software) - - [GitHub - ligurio/awesome-ci: List of Continuous Integration services](https://github.com/ligurio/awesome-ci) - - [Best Continuous Integration Tools in 2021: Compare Reviews on 80+ | G2](https://www.g2.com/categories/continuous-integration) - - [Apps with 'Continuous Integration' feature | AlternativeTo](https://alternativeto.net/feature/continuous-integration/) - - [Concepts in GoCD | GoCD User Documentation](https://docs.gocd.org/current/introduction/concepts_in_go.html) diff --git a/2021/DRAFT Innovative software comes with a price tag.pdf b/2021/DRAFT Innovative software comes with a price tag.pdf index c7ec4c1..0ae8aa3 100644 Binary files a/2021/DRAFT Innovative software comes with a price tag.pdf and b/2021/DRAFT Innovative software comes with a price tag.pdf differ diff --git a/2021/GGzE/.DS_Store b/2021/GGzE/.DS_Store index ec21c65..2b95f4f 100644 Binary files a/2021/GGzE/.DS_Store and b/2021/GGzE/.DS_Store differ diff --git a/2021/GGzE/Documenten/Behandelplanbespreking GGzE 1 dec 2020.pdf b/2021/GGzE/Documenten/Behandelplanbespreking GGzE 1 dec 2020.pdf index 62d6e83..3ffd37f 100644 Binary files a/2021/GGzE/Documenten/Behandelplanbespreking GGzE 1 dec 2020.pdf and b/2021/GGzE/Documenten/Behandelplanbespreking GGzE 1 dec 2020.pdf differ diff --git a/2021/GGzE/Documenten/IMG_20210122_171007.jpg b/2021/GGzE/Documenten/IMG_20210122_171007.jpg index e525224..d540fe2 100644 Binary files a/2021/GGzE/Documenten/IMG_20210122_171007.jpg and b/2021/GGzE/Documenten/IMG_20210122_171007.jpg differ diff --git a/2021/GGzE/Documenten/IMG_20210122_171027.jpg b/2021/GGzE/Documenten/IMG_20210122_171027.jpg index 4e24743..6739d50 100644 Binary files a/2021/GGzE/Documenten/IMG_20210122_171027.jpg and b/2021/GGzE/Documenten/IMG_20210122_171027.jpg differ diff --git a/2021/GGzE/Documenten/IMG_20210122_171046.jpg b/2021/GGzE/Documenten/IMG_20210122_171046.jpg index ffa2e67..b96d966 100644 Binary files a/2021/GGzE/Documenten/IMG_20210122_171046.jpg and b/2021/GGzE/Documenten/IMG_20210122_171046.jpg differ diff --git a/2021/GGzE/Documenten/IMG_20210122_171100.jpg b/2021/GGzE/Documenten/IMG_20210122_171100.jpg index 77875a4..47ddbdd 100644 Binary files a/2021/GGzE/Documenten/IMG_20210122_171100.jpg and b/2021/GGzE/Documenten/IMG_20210122_171100.jpg differ diff --git a/2021/GGzE/Documenten/IMG_20210129_160913.jpg b/2021/GGzE/Documenten/IMG_20210129_160913.jpg index 4f5970d..17544b1 100644 Binary files a/2021/GGzE/Documenten/IMG_20210129_160913.jpg and b/2021/GGzE/Documenten/IMG_20210129_160913.jpg differ diff --git a/2021/GGzE/Documenten/IMG_20210129_160944.jpg b/2021/GGzE/Documenten/IMG_20210129_160944.jpg index 0aea7fe..7c622f9 100644 Binary files a/2021/GGzE/Documenten/IMG_20210129_160944.jpg and b/2021/GGzE/Documenten/IMG_20210129_160944.jpg differ diff --git a/2021/GGzE/Documenten/IMG_20210129_164929.jpg b/2021/GGzE/Documenten/IMG_20210129_164929.jpg index 18e3bc6..0e5c7ba 100644 Binary files a/2021/GGzE/Documenten/IMG_20210129_164929.jpg and b/2021/GGzE/Documenten/IMG_20210129_164929.jpg differ diff --git a/2021/GGzE/Documenten/IMG_20210129_164953.jpg b/2021/GGzE/Documenten/IMG_20210129_164953.jpg index d838aa0..9a84fd5 100644 Binary files a/2021/GGzE/Documenten/IMG_20210129_164953.jpg and b/2021/GGzE/Documenten/IMG_20210129_164953.jpg differ diff --git a/2021/GGzE/Documenten/IMG_20210205_170600.jpg b/2021/GGzE/Documenten/IMG_20210205_170600.jpg index 928796a..4a469bc 100644 Binary files a/2021/GGzE/Documenten/IMG_20210205_170600.jpg and b/2021/GGzE/Documenten/IMG_20210205_170600.jpg differ diff --git a/2021/GGzE/Documenten/IMG_20210205_170620.jpg b/2021/GGzE/Documenten/IMG_20210205_170620.jpg index 6dfca7d..2f2afc0 100644 Binary files a/2021/GGzE/Documenten/IMG_20210205_170620.jpg and b/2021/GGzE/Documenten/IMG_20210205_170620.jpg differ diff --git a/2021/GGzE/Documenten/IMG_20210205_170640.jpg b/2021/GGzE/Documenten/IMG_20210205_170640.jpg index 8657fb7..840faa1 100644 Binary files a/2021/GGzE/Documenten/IMG_20210205_170640.jpg and b/2021/GGzE/Documenten/IMG_20210205_170640.jpg differ diff --git a/2021/GGzE/Documenten/IMG_20210205_170656.jpg b/2021/GGzE/Documenten/IMG_20210205_170656.jpg index 70e9e45..8d4f94d 100644 Binary files a/2021/GGzE/Documenten/IMG_20210205_170656.jpg and b/2021/GGzE/Documenten/IMG_20210205_170656.jpg differ diff --git a/2021/GGzE/Documenten/IMG_20210212_171349.jpg b/2021/GGzE/Documenten/IMG_20210212_171349.jpg index 2d920e5..04e621d 100644 Binary files a/2021/GGzE/Documenten/IMG_20210212_171349.jpg and b/2021/GGzE/Documenten/IMG_20210212_171349.jpg differ diff --git a/2021/GGzE/Documenten/IMG_20210212_171405.jpg b/2021/GGzE/Documenten/IMG_20210212_171405.jpg index 725c5e6..5400081 100644 Binary files a/2021/GGzE/Documenten/IMG_20210212_171405.jpg and b/2021/GGzE/Documenten/IMG_20210212_171405.jpg differ diff --git a/2021/GGzE/Documenten/IMG_20210212_171424.jpg b/2021/GGzE/Documenten/IMG_20210212_171424.jpg index ca24ac2..9bd2ff3 100644 Binary files a/2021/GGzE/Documenten/IMG_20210212_171424.jpg and b/2021/GGzE/Documenten/IMG_20210212_171424.jpg differ diff --git a/2021/GGzE/Documenten/LCM-C-prosp-1maand.pdf b/2021/GGzE/Documenten/LCM-C-prosp-1maand.pdf index 9a27368..44e066a 100644 Binary files a/2021/GGzE/Documenten/LCM-C-prosp-1maand.pdf and b/2021/GGzE/Documenten/LCM-C-prosp-1maand.pdf differ diff --git a/2021/GGzE/Documenten/PE bijeenkomst 3 zelfmanagement deel 1 september 2017.pptx b/2021/GGzE/Documenten/PE bijeenkomst 3 zelfmanagement deel 1 september 2017.pptx index 57ac67d..a57d7db 100644 Binary files a/2021/GGzE/Documenten/PE bijeenkomst 3 zelfmanagement deel 1 september 2017.pptx and b/2021/GGzE/Documenten/PE bijeenkomst 3 zelfmanagement deel 1 september 2017.pptx differ diff --git a/2021/GGzE/Documenten/PE bijeenkomst 4 zelfmanagement deel 2 avond leefstijl.pptx b/2021/GGzE/Documenten/PE bijeenkomst 4 zelfmanagement deel 2 avond leefstijl.pptx index 9de3023..cf586fa 100644 Binary files a/2021/GGzE/Documenten/PE bijeenkomst 4 zelfmanagement deel 2 avond leefstijl.pptx and b/2021/GGzE/Documenten/PE bijeenkomst 4 zelfmanagement deel 2 avond leefstijl.pptx differ diff --git a/2021/GGzE/Documenten/sociale_cirkel_bipolaire_stoornis_psycho_educatie.pdf b/2021/GGzE/Documenten/sociale_cirkel_bipolaire_stoornis_psycho_educatie.pdf index c7dbffa..3d81a8c 100644 Binary files a/2021/GGzE/Documenten/sociale_cirkel_bipolaire_stoornis_psycho_educatie.pdf and b/2021/GGzE/Documenten/sociale_cirkel_bipolaire_stoornis_psycho_educatie.pdf differ diff --git a/2021/GGzE/GGzE Cursusmap Zelfmanagementtraining voor Clienten met een bipolaire stoornis - grip op je stemmingsschommelingen.pdf b/2021/GGzE/GGzE Cursusmap Zelfmanagementtraining voor Clienten met een bipolaire stoornis - grip op je stemmingsschommelingen.pdf new file mode 100644 index 0000000..0fc7dad --- /dev/null +++ b/2021/GGzE/GGzE Cursusmap Zelfmanagementtraining voor Clienten met een bipolaire stoornis - grip op je stemmingsschommelingen.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a586130e53ce7d38fc090753ab549373053d6c1a04ff9387c6cf4c4f78968b0 +size 22816329 diff --git a/2021/GGzE/Hulp contact gevraagd Afbouwen tot 0mg olanzapine verloop tot nu toe.pdf b/2021/GGzE/Hulp contact gevraagd Afbouwen tot 0mg olanzapine verloop tot nu toe.pdf index 696151f..44efc7b 100644 Binary files a/2021/GGzE/Hulp contact gevraagd Afbouwen tot 0mg olanzapine verloop tot nu toe.pdf and b/2021/GGzE/Hulp contact gevraagd Afbouwen tot 0mg olanzapine verloop tot nu toe.pdf differ diff --git a/2021/GGzE/Opdrachten & Huiswerk/Signaleringsplan Jerry Jacobs bipolair 1 ingevuld versie 2.pdf b/2021/GGzE/Opdrachten & Huiswerk/Signaleringsplan Jerry Jacobs bipolair 1 ingevuld versie 2.pdf index e03f9dd..8dc65a6 100644 Binary files a/2021/GGzE/Opdrachten & Huiswerk/Signaleringsplan Jerry Jacobs bipolair 1 ingevuld versie 2.pdf and b/2021/GGzE/Opdrachten & Huiswerk/Signaleringsplan Jerry Jacobs bipolair 1 ingevuld versie 2.pdf differ diff --git a/2021/GGzE/Opdrachten & Huiswerk/Signaleringsplan bipolair 1 ingevuld jerry.pages b/2021/GGzE/Opdrachten & Huiswerk/Signaleringsplan bipolair 1 ingevuld jerry.pages index 17aff52..ad129d6 100755 Binary files a/2021/GGzE/Opdrachten & Huiswerk/Signaleringsplan bipolair 1 ingevuld jerry.pages and b/2021/GGzE/Opdrachten & Huiswerk/Signaleringsplan bipolair 1 ingevuld jerry.pages differ diff --git a/2021/GGzE/Opdrachten & Huiswerk/Signaleringsplan bipolair 1 ingevuld versie 2 definitief.pages b/2021/GGzE/Opdrachten & Huiswerk/Signaleringsplan bipolair 1 ingevuld versie 2 definitief.pages index 85d3980..8520946 100755 Binary files a/2021/GGzE/Opdrachten & Huiswerk/Signaleringsplan bipolair 1 ingevuld versie 2 definitief.pages and b/2021/GGzE/Opdrachten & Huiswerk/Signaleringsplan bipolair 1 ingevuld versie 2 definitief.pages differ diff --git a/2021/GGzE/Opdrachten & Huiswerk/Signaleringsplan bipolair 1 ingevuld versie 2 definitief.pdf b/2021/GGzE/Opdrachten & Huiswerk/Signaleringsplan bipolair 1 ingevuld versie 2 definitief.pdf index 86cd35c..5819a28 100644 Binary files a/2021/GGzE/Opdrachten & Huiswerk/Signaleringsplan bipolair 1 ingevuld versie 2 definitief.pdf and b/2021/GGzE/Opdrachten & Huiswerk/Signaleringsplan bipolair 1 ingevuld versie 2 definitief.pdf differ diff --git a/2021/GGzE/Opdrachten & Huiswerk/Signaleringsplan bipolair 1 ingevuld versie 2 jerry.pages b/2021/GGzE/Opdrachten & Huiswerk/Signaleringsplan bipolair 1 ingevuld versie 2 jerry.pages index 85d3980..8520946 100755 Binary files a/2021/GGzE/Opdrachten & Huiswerk/Signaleringsplan bipolair 1 ingevuld versie 2 jerry.pages and b/2021/GGzE/Opdrachten & Huiswerk/Signaleringsplan bipolair 1 ingevuld versie 2 jerry.pages differ diff --git a/2021/GGzE/Opdrachten & Huiswerk/Signaleringsplan bipolair 1 ingevuld versie 2021-02-19.pages b/2021/GGzE/Opdrachten & Huiswerk/Signaleringsplan bipolair 1 ingevuld versie 2021-02-19.pages index fc6249d..1bde343 100755 Binary files a/2021/GGzE/Opdrachten & Huiswerk/Signaleringsplan bipolair 1 ingevuld versie 2021-02-19.pages and b/2021/GGzE/Opdrachten & Huiswerk/Signaleringsplan bipolair 1 ingevuld versie 2021-02-19.pages differ diff --git a/2021/GGzE/Opdrachten & Huiswerk/Signaleringsplan jerry jacobs bipolair 1 versie 3 definitief.pages b/2021/GGzE/Opdrachten & Huiswerk/Signaleringsplan jerry jacobs bipolair 1 versie 3 definitief.pages index 653ad57..653b054 100755 Binary files a/2021/GGzE/Opdrachten & Huiswerk/Signaleringsplan jerry jacobs bipolair 1 versie 3 definitief.pages and b/2021/GGzE/Opdrachten & Huiswerk/Signaleringsplan jerry jacobs bipolair 1 versie 3 definitief.pages differ diff --git a/2021/GGzE/Opdrachten & Huiswerk/Signaleringsplan jerry jacobs bipolair 1 versie 3 definitief.pdf b/2021/GGzE/Opdrachten & Huiswerk/Signaleringsplan jerry jacobs bipolair 1 versie 3 definitief.pdf index 641ebba..732b326 100644 Binary files a/2021/GGzE/Opdrachten & Huiswerk/Signaleringsplan jerry jacobs bipolair 1 versie 3 definitief.pdf and b/2021/GGzE/Opdrachten & Huiswerk/Signaleringsplan jerry jacobs bipolair 1 versie 3 definitief.pdf differ diff --git a/2021/GGzE/Opdrachten & Huiswerk/Signaleringsplan jerry jacobs bipolair 1 versie 3.pdf b/2021/GGzE/Opdrachten & Huiswerk/Signaleringsplan jerry jacobs bipolair 1 versie 3.pdf index e9e90ee..29fd06d 100644 Binary files a/2021/GGzE/Opdrachten & Huiswerk/Signaleringsplan jerry jacobs bipolair 1 versie 3.pdf and b/2021/GGzE/Opdrachten & Huiswerk/Signaleringsplan jerry jacobs bipolair 1 versie 3.pdf differ diff --git a/2021/GGzE/Opdrachten & Huiswerk/signaleringsplan_bipolaire_stoornis.pdf b/2021/GGzE/Opdrachten & Huiswerk/signaleringsplan_bipolaire_stoornis.pdf index 70fecae..be9ee36 100644 Binary files a/2021/GGzE/Opdrachten & Huiswerk/signaleringsplan_bipolaire_stoornis.pdf and b/2021/GGzE/Opdrachten & Huiswerk/signaleringsplan_bipolaire_stoornis.pdf differ diff --git a/2021/GGzE/Opdrachten & Huiswerk/signaleringsplan_bipolaire_stoornis_jerry.pdf b/2021/GGzE/Opdrachten & Huiswerk/signaleringsplan_bipolaire_stoornis_jerry.pdf index c6c1300..900e444 100644 Binary files a/2021/GGzE/Opdrachten & Huiswerk/signaleringsplan_bipolaire_stoornis_jerry.pdf and b/2021/GGzE/Opdrachten & Huiswerk/signaleringsplan_bipolaire_stoornis_jerry.pdf differ diff --git a/2021/Jerry _ 32 _ Son en Breugel _ OkCupid - https___www.okcupid.com_.pdf b/2021/Jerry _ 32 _ Son en Breugel _ OkCupid - https___www.okcupid.com_.pdf index f7efa41..0464562 100644 Binary files a/2021/Jerry _ 32 _ Son en Breugel _ OkCupid - https___www.okcupid.com_.pdf and b/2021/Jerry _ 32 _ Son en Breugel _ OkCupid - https___www.okcupid.com_.pdf differ diff --git a/2021/Mijn profiel _ De Wandeldate - https___www.dewandeldate.nl_.pdf b/2021/Mijn profiel _ De Wandeldate - https___www.dewandeldate.nl_.pdf index e8f7713..72f3313 100644 Binary files a/2021/Mijn profiel _ De Wandeldate - https___www.dewandeldate.nl_.pdf and b/2021/Mijn profiel _ De Wandeldate - https___www.dewandeldate.nl_.pdf differ diff --git a/2021/Reflectie 2021.md b/2021/Reflectie 2021.md index 3a8a57a..b5b53f5 100644 --- a/2021/Reflectie 2021.md +++ b/2021/Reflectie 2021.md @@ -1,16 +1,16 @@ # Reflectie 2021 -* Pap kreeg kanker +* Pap kreeg darm kanker en een stoma * Behandeling bipolaire stoornis deel twee met signaleringsplan * In maart afbouwen medicatie en geestelijke toestand onstabiel stress, paniekaanvallen, licht psychotische klachten en slapeloosheid -* Afscheid genomen om samen te tuinieren met hans, nu een eigen stuk met berging op de volkstuin +* Afscheid genomen om samen te tuinieren met hans, nu een eigen stuk met berging op de volkstuin naast Diny * Rijangst bijna overwonnen -* Nero in huis gekomen +* Nero de kat in huis gekomen * Maarten komt in Son wonen * Bipolaire stoornis geaccepteerd * Geaccepteerd dat medicijnen nemen kan helpen * Mild geweest zijn voor mijzelf na 3 weken licht depressief in december en daarna een dag hypomanisch * Goede beoordeling bij Adimec met een verlenging van een jaarcontract. Met een toezegging voor een vast contract met een functie schaal verhoging van medior naar kern. Ook een eindejaars beoordeeling zeer goed gekregen met een kleine loonsverhoging. * Assertiviteits training gevolgt -* Deelnemer geworden van een bipolaire praatgroep met lotgenoten van dezelfde leeftijd +* Deelnemer geworden van een fysieke bipolaire praatgroep met lotgenoten van dezelfde leeftijd in Eindhoven * Maas in zuid limburg stroomde over \ No newline at end of file diff --git a/2021/Screenshot 2021-12-18 at 10.57.21.png b/2021/Screenshot 2021-12-18 at 10.57.21.png index bef2bb4..a39e586 100644 Binary files a/2021/Screenshot 2021-12-18 at 10.57.21.png and b/2021/Screenshot 2021-12-18 at 10.57.21.png differ diff --git a/2021/Screenshot 2021-12-18 at 10.58.01.png b/2021/Screenshot 2021-12-18 at 10.58.01.png index b00e7f9..613ef43 100644 Binary files a/2021/Screenshot 2021-12-18 at 10.58.01.png and b/2021/Screenshot 2021-12-18 at 10.58.01.png differ diff --git a/2021/Screenshot 2021-12-18 at 11.47.53.png b/2021/Screenshot 2021-12-18 at 11.47.53.png index 9867756..1b3b5c5 100644 Binary files a/2021/Screenshot 2021-12-18 at 11.47.53.png and b/2021/Screenshot 2021-12-18 at 11.47.53.png differ diff --git a/2021/Tagliatelle-Bolognese.md b/2021/Tagliatelle-Bolognese.md index b5f7749..ffd1e9b 100644 --- a/2021/Tagliatelle-Bolognese.md +++ b/2021/Tagliatelle-Bolognese.md @@ -1,4 +1,4 @@ -# Tagliatelle Bolognese +# Tagliatelle Bolognese Pasta 200 gram white flour (100 gr/1egg) diff --git a/2021/elbo-urmet-intercom/2voice-android-entreepanelen-app-handleiding.pdf b/2021/elbo-urmet-intercom/2voice-android-entreepanelen-app-handleiding.pdf deleted file mode 100644 index dc7f6db..0000000 Binary files a/2021/elbo-urmet-intercom/2voice-android-entreepanelen-app-handleiding.pdf and /dev/null differ diff --git a/2021/gir_ride_a_pig_by_sparxyz_d75th8v.png b/2021/gir_ride_a_pig_by_sparxyz_d75th8v.png index 3ae052f..d01c556 100644 Binary files a/2021/gir_ride_a_pig_by_sparxyz_d75th8v.png and b/2021/gir_ride_a_pig_by_sparxyz_d75th8v.png differ diff --git a/2021/innovative-software-images/nvidia-kernel-module-compilation.png b/2021/innovative-software-images/nvidia-kernel-module-compilation.png index 7bf2448..76c66dd 100644 Binary files a/2021/innovative-software-images/nvidia-kernel-module-compilation.png and b/2021/innovative-software-images/nvidia-kernel-module-compilation.png differ diff --git a/2021/kerstkaart-2021-jerry-nero.pdf b/2021/kerstkaart-2021-jerry-nero.pdf index d6fae22..59e60a0 100644 Binary files a/2021/kerstkaart-2021-jerry-nero.pdf and b/2021/kerstkaart-2021-jerry-nero.pdf differ diff --git a/2021/kerstkaart-2021-jerry-nero.png b/2021/kerstkaart-2021-jerry-nero.png index a19dd79..7650b1b 100644 Binary files a/2021/kerstkaart-2021-jerry-nero.png and b/2021/kerstkaart-2021-jerry-nero.png differ diff --git a/2021/profiel-wandeldate.pdf b/2021/profiel-wandeldate.pdf index 87b6593..e1edd1e 100644 Binary files a/2021/profiel-wandeldate.pdf and b/2021/profiel-wandeldate.pdf differ diff --git a/2022/.DS_Store b/2022/.DS_Store index 6d95451..cb247fb 100644 Binary files a/2022/.DS_Store and b/2022/.DS_Store differ diff --git a/2022/1E276593-FEA7-42F2-AC9F-37E661818A4D.markdown b/2022/1E276593-FEA7-42F2-AC9F-37E661818A4D.markdown deleted file mode 100644 index 33c8b29..0000000 --- a/2022/1E276593-FEA7-42F2-AC9F-37E661818A4D.markdown +++ /dev/null @@ -1,3 +0,0 @@ -# Reb00tLAN visit - -Voor diegene die nieuw zijn en mij niet kennen. Ik ben een mattie van @SuicideFunky (ken hem al 22 jaar of wat). En we hebben samen met @Kaasschaaf eerst ByteLAN gehad (in een schuur/garage met 10-15man) naderhand 50 man ongeveer in de resi speelzaal. Daarna hebben we na jaren een doorstart gemaakt met een invite only LAN en daar is Reb00tlan uit voort gekomen. Toen zijn we bij de resi verhuisd naar zolder. \ No newline at end of file diff --git a/2022/A dark therapy experiment with blue blocking glasses for managing bipolar disorder hypomanic episodes.pdf b/2022/A dark therapy experiment with blue blocking glasses for managing bipolar disorder hypomanic episodes.pdf index 838c38f..80f52db 100644 Binary files a/2022/A dark therapy experiment with blue blocking glasses for managing bipolar disorder hypomanic episodes.pdf and b/2022/A dark therapy experiment with blue blocking glasses for managing bipolar disorder hypomanic episodes.pdf differ diff --git a/2022/Afbouwschema olanzapine 2022.markdown b/2022/Afbouwschema olanzapine 2022.markdown deleted file mode 100644 index a28661c..0000000 --- a/2022/Afbouwschema olanzapine 2022.markdown +++ /dev/null @@ -1,49 +0,0 @@ -Afbouwschema olanzapine 2022 - -Week 25 - -21 juni 2.5mg -22 juni 1.25mg -23 juni 2.5mg -24 juni 2.5mg -25 juni 1.25mg -26 juni 2.5mg - -Week 26 - -27 juni 1.25mg -28 juni 2.5mg -29 juni 1.25mg -30 juni 2.5mg -1 juli 1.25mg -2 juli 2.5mg -3 juli 1.25mg - -Week 27 - -4 juli 2.5mg -5 juli 1.25mg -6 juli 2.5mg -7 juli 1.25mg -8 juli 2.5 mg -9 juli 1.25 mg -10 juli 2.5 mg - -Week 28 - -11 juli 1.25mg -12 juli 2.5mg -13 juli 1.25mg -14 juli 2.5mg -15 juli 1.25mg -16 juli 2.5mg -17 juli 1.25mg - -Week 29, 18 - 24 juli 1.25mg -Week 30, 25 - 31 juli 1.25mg -Week 31 1.25mg -Week 32 1.25mg -Week 33 1.25 mg - -Week 34 1.25 mg/none (every other day) -Week 35 1.25 mg/none (every other day) \ No newline at end of file diff --git a/2022/Borrelen adimec - De schuld.pdf b/2022/Borrelen adimec - De schuld.pdf deleted file mode 100644 index aa24450..0000000 Binary files a/2022/Borrelen adimec - De schuld.pdf and /dev/null differ diff --git a/2022/Borrelen adimec.xlsx b/2022/Borrelen adimec.xlsx deleted file mode 100644 index a014ee3..0000000 Binary files a/2022/Borrelen adimec.xlsx and /dev/null differ diff --git a/2022/Brochure - Heggenstraat 10 - Landgraaf.pdf b/2022/Brochure - Heggenstraat 10 - Landgraaf.pdf new file mode 100644 index 0000000..b62702d --- /dev/null +++ b/2022/Brochure - Heggenstraat 10 - Landgraaf.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8cf86609c1e19629f3cec95641a6d4f9a97a97f8fde98e7d687224b827854bb +size 8687792 diff --git a/2022/E5BBD553-53AD-43A0-B6A0-717D9ED454CC.markdown b/2022/E5BBD553-53AD-43A0-B6A0-717D9ED454CC.markdown deleted file mode 100644 index 4b5a2a1..0000000 --- a/2022/E5BBD553-53AD-43A0-B6A0-717D9ED454CC.markdown +++ /dev/null @@ -1,18 +0,0 @@ -# Piet Heinstate Gebouwbeheer - -## Programmeren intercom - -Bluetooth modus: -- toets 99999 -- wachtwoord 5692 -- code android toestel 0000 (of 1234) - -Zie map elbo-urmet-intercom voor APK en PDF - -* - -## GFT container Piet Heinstaete - -* Elke 4 weken is de reiniging van de container. Door [Cleanprofs (wasweken)](https://www.cleanprofs.nl/mijn-wasweken/) op postcode en huisnummer 5694CB nr 63. -* Vanaf april elke N weken tot november (lente, zomer, herfst) -* Vanaf november tot april elke 2 weken (winter) \ No newline at end of file diff --git a/2022/Fermenteren de vergeten bewaarmethode door Jerry Jacobs DRAFT 2.pdf b/2022/Fermenteren de vergeten bewaarmethode door Jerry Jacobs DRAFT 2.pdf deleted file mode 100644 index cb32c04..0000000 Binary files a/2022/Fermenteren de vergeten bewaarmethode door Jerry Jacobs DRAFT 2.pdf and /dev/null differ diff --git a/2022/Fermenteren de vergeten bewaarmethode door Jerry Jacobs.pdf b/2022/Fermenteren de vergeten bewaarmethode door Jerry Jacobs.pdf deleted file mode 100644 index a5b6e7b..0000000 Binary files a/2022/Fermenteren de vergeten bewaarmethode door Jerry Jacobs.pdf and /dev/null differ diff --git a/2022/GrowAndGoBox.markdown b/2022/GrowAndGoBox.markdown deleted file mode 100644 index bfb5243..0000000 --- a/2022/GrowAndGoBox.markdown +++ /dev/null @@ -1,15 +0,0 @@ -# GrowAndGoBox - -* Ledstrips - * White, Blue and Red (1:1:1) approximate -* Powersupply -* Timer (e.g Philips Hue Smartplug) -* Thermometer -* Plant sprayer -* Seedling tray -* Transparant plastic box with lid -* Potting mix - * Vermiculite - * Sifted sand - * Cocopeat sifted -* PC fan diff --git a/2022/Handzaag-slijpen.pdf b/2022/Handzaag-slijpen.pdf deleted file mode 100644 index 6c0f8e9..0000000 Binary files a/2022/Handzaag-slijpen.pdf and /dev/null differ diff --git a/2022/Hop supply 22.markdown b/2022/Hop supply 22.markdown deleted file mode 100644 index 1a18540..0000000 --- a/2022/Hop supply 22.markdown +++ /dev/null @@ -1,9 +0,0 @@ -# Hop supply '22 - -* Cascade 6.6% (old) few handfulls -> Aromahop -* East kent golding UK ~5.46% 125gr (nieuw) -> Aromahop -* Opal 5.3% 125gr (nieuw) -> Aromahop -* Citra 12.8% 80gr -> Aromahop -* [Target](https://www.britishhops.org.uk/varieties/target/) 10.4% 250 gr pellets -> Dual hop -* [El dorado](https://beermaverick.com/hop/el-dorado/) 11,7% 250 gr pellets -> Dual hop -* [Amarillo](https://beermaverick.com/hop/amarillo/) 9% 250 gr pellets -> Aroma hop \ No newline at end of file diff --git a/2022/How to disable failed discrete-GPU (NVIDIA GeForce GT 650M) for 15″ MacBook-Pro 10,1 (mid-2012) on High Sierra 10.13.4 _ Software Artisan's Blog - https___dhavaldalal.wordpress.com_.pdf b/2022/How to disable failed discrete-GPU (NVIDIA GeForce GT 650M) for 15″ MacBook-Pro 10,1 (mid-2012) on High Sierra 10.13.4 _ Software Artisan's Blog - https___dhavaldalal.wordpress.com_.pdf deleted file mode 100644 index 0cd0914..0000000 Binary files a/2022/How to disable failed discrete-GPU (NVIDIA GeForce GT 650M) for 15″ MacBook-Pro 10,1 (mid-2012) on High Sierra 10.13.4 _ Software Artisan's Blog - https___dhavaldalal.wordpress.com_.pdf and /dev/null differ diff --git a/2022/Mijn profiel _ De Wandeldate - https___www.dewandeldate.nl_20220809.pdf b/2022/Mijn profiel _ De Wandeldate - https___www.dewandeldate.nl_20220809.pdf index 5de3787..b92ad9d 100644 Binary files a/2022/Mijn profiel _ De Wandeldate - https___www.dewandeldate.nl_20220809.pdf and b/2022/Mijn profiel _ De Wandeldate - https___www.dewandeldate.nl_20220809.pdf differ diff --git a/2022/Planting Garlic Bulbils - How To Grow Garlic From Bulbils - https___webcache.googleusercontent.com_.html b/2022/Planting Garlic Bulbils - How To Grow Garlic From Bulbils - https___webcache.googleusercontent.com_.html deleted file mode 100644 index 4b84836..0000000 --- a/2022/Planting Garlic Bulbils - How To Grow Garlic From Bulbils - https___webcache.googleusercontent.com_.html +++ /dev/null @@ -1,738 +0,0 @@ -
    Dit is Google's cachegeheugen van https://www.gardeningknowhow.com/edible/herbs/garlic/garlic-plant-bulbils.htm. Dit is een momentopname van hoe de pagina eruitzag op 29 sep 2022 01:32:20 GMT. De huidige pagina kan in de tussentijd veranderd zijn. Meer informatie.
    Volledige versieTekstversieBron tonen
    Tip: als je je zoekterm snel wilt vinden op deze pagina, druk je op Ctrl+F of ⌘-F (Mac) en gebruik je de zoekbalk.
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Planting Garlic Bulbils - How To Grow Garlic From Bulbils - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - - -
    -
    - -
    - -
    -
    - - - - - - -
    -
    - -
    - - -

    Garlic Plant Bulbils: Tips For Growing Garlic From Bulbils

    - - -
    - Garlic
    - -
    By: - - -
    - - - -
    - -
    - Garlic Plant Bulbils
    - Image by Ian_Redding -
    -
    - -
    -

    Garlic propagation is often associated with the planting of garlic cloves, also referred to as vegetative reproduction or cloning. Another method for commercial propagation is on the rise too — growing garlic from bulbils. The question is can you, the home gardener, grow garlic from bulbils?

    -

    Can You Grow Garlic Bulbils?

    -

    First off, you may be wondering what a “bulbil” is. Bulbils are tiny, undivided bulbs produced in the scape of hardneck garlic. The scape looks like a garlic flower; however, the reproductive parts are for show only. There is no cross-pollination. Essentially, the bulbils are clones of the mother plant that can be planted to produce a replica of this parent.

    -

    There may be less than 10 garlic plant bulbils or 150, depending upon the variety. Bulbil size ranges as well, from that of a grain of rice to the size of a chickpea. So the answer is yes, you can easily grow garlic from bulbils.

    -

    There is an advantage to planting garlic bulbils over cloves. Propagating from garlic plant bulbils can revitalize garlic strains, thwart the transmission of soil-borne diseases, and is economical as well. Now I’m betting you want to know how to grow garlic from bulbils, but first, you need to harvest them.

    -

    Harvesting Garlic Plant Bulbils

    -

    Harvest the bulbils when mature or when the cluster has expanded and split open the sheath surrounding it. You may cut this from the plant, or hang and dry the entire plant. Drying takes a significant amount of time, so be sure to hang the scape or plant in a dry area lest they mildew.

    -

    When the bulbils are easily removed by lightly rubbing, you are ready to separate them from the clusters, remove the chaff and dry further in a shallow pan in an aerated area with no direct sun. They can then be stored at room temp or cooler for six to seven months in an unsealed container. Do not refrigerate.

    -

    How to Grow Garlic from Bulbils

    -

    Garlic likes rich, well-drained soil amended with a good dose of compost and a soil pH of 6 to 8. Rocky or heavy clay soil will produce misshapen bulbs. Sow bulbils in a raised bed ½ to 1 inch (1.5-2.5 cm.) deep, depending upon their size, and about 6 inches (15 cm.) apart. The depth difference when planting garlic bulbils accounts for their size; tiny bulbils should be sown at a shallower depth. Space the rows 6 inches (15 cm.) apart. Cover the bulbils with dirt and water in well.

    -

    Keep the area weed-free. The tiny bulbils take about three years to produce a good-sized cloven bulb while the larger bulbils will produce small cloven bulbs in the first year. In the second year, harvest the bulbils and cure them like garlic and then replant the “round” that fall. By the third year, the growing garlic from bulbils should be that of a normal-sized bulb.

    -
    - -
    -
    - -
    This article was last updated on
    - -
    - - -
    -
    Read more about Garlic
    - -
    - - -
    - -
    -
    -
    Did you find this helpful? Share it with your friends!
    -
    -
    - - -
    -
    -
    - -
    - - -
    - - - -
    - -
    - - -
    -
    -
    - -
    -
    -
    - - -
    Search for more information
    -

    Find more gardening information on Gardening Know How:

    -
    -
    -
    - -
    -
    -
    -
    -
    Search
    -
    -
    -
    -
    -
    -
    -
    - - - - -
    -
    -
    - -
    -
    - - -
    -
    -
    -
    - - - - - - - - - - - - - - -
    - - - - - - - - \ No newline at end of file diff --git a/2022/Praatgroep BiPolair Thema “Sociale Druk” v2.pdf b/2022/Praatgroep BiPolair Thema “Sociale Druk” v2.pdf index 794fc8f..ddc34f0 100644 Binary files a/2022/Praatgroep BiPolair Thema “Sociale Druk” v2.pdf and b/2022/Praatgroep BiPolair Thema “Sociale Druk” v2.pdf differ diff --git a/2022/Praatgroep dec 22.markdown b/2022/Praatgroep dec 22.markdown deleted file mode 100644 index 4eff9f6..0000000 --- a/2022/Praatgroep dec 22.markdown +++ /dev/null @@ -1,19 +0,0 @@ -Praatgroep dec ’22 - -* Voorstel keer informele stadswandeling te doen in de lente/zomer met lunch/drankje - -Takenpakketten - -Laura -- voorzitter bijeenkomst -- Contactpunt nieuwe aanmeldingen - -Jerry -- contact Zelfhulpnetwerk -- In oktober plannen ism Zelfhulpnetwerk voor volgend jaar -- Voorbereiding thema -- Aankondiging week van te voren op app dat er een bijeenkomst is -- Aanspreekpunt groeps genoten/zorgen dat “het loopt” - - - diff --git a/2022/PythonMasterClass-Slides-v1.034-04August2021-YTPBIk.pdf b/2022/PythonMasterClass-Slides-v1.034-04August2021-YTPBIk.pdf index 7bb9832..2547b53 100644 Binary files a/2022/PythonMasterClass-Slides-v1.034-04August2021-YTPBIk.pdf and b/2022/PythonMasterClass-Slides-v1.034-04August2021-YTPBIk.pdf differ diff --git a/2022/Redish Winter '22 recipe - Beer Recipe Calculator.pdf b/2022/Redish Winter '22 recipe - Beer Recipe Calculator.pdf deleted file mode 100644 index fd2d88b..0000000 Binary files a/2022/Redish Winter '22 recipe - Beer Recipe Calculator.pdf and /dev/null differ diff --git a/2022/Roll-een-verhaal spel praatgroep bipolar spel - https___docs.google.com_ - https___docs.google.com_.pdf b/2022/Roll-een-verhaal spel praatgroep bipolar spel - https___docs.google.com_ - https___docs.google.com_.pdf index a940a2f..a4adbd0 100644 Binary files a/2022/Roll-een-verhaal spel praatgroep bipolar spel - https___docs.google.com_ - https___docs.google.com_.pdf and b/2022/Roll-een-verhaal spel praatgroep bipolar spel - https___docs.google.com_ - https___docs.google.com_.pdf differ diff --git a/2022/Screenshot 2022-12-17 at 17.06.37.png b/2022/Screenshot 2022-12-17 at 17.06.37.png index b57289b..e5028de 100644 Binary files a/2022/Screenshot 2022-12-17 at 17.06.37.png and b/2022/Screenshot 2022-12-17 at 17.06.37.png differ diff --git a/2022/Sleep Quality Scale (SQS).pdf b/2022/Sleep Quality Scale (SQS).pdf index 1a0d0a6..0d35629 100644 Binary files a/2022/Sleep Quality Scale (SQS).pdf and b/2022/Sleep Quality Scale (SQS).pdf differ diff --git a/2022/Untitled Note 9.markdown b/2022/Untitled Note 9.markdown deleted file mode 100644 index e1a10c3..0000000 --- a/2022/Untitled Note 9.markdown +++ /dev/null @@ -1,461 +0,0 @@ -# Dorpstraat server - -Oude NAS/Server mini-itx computer - -- Mainboard: Gigabyte Technology Co., Ltd. D525TUD -- CPU: Intel(R) Atom(TM) CPU D525 Dualcore 1.8 GHz -- Mem: 2x 2GB DDR3 800 MHz -- Voeding: 350watt -- USB 2 meerdere aansluitingen -- LAN Netwerk aansluiting Realtek RTL8111E chip (10/100/1000 Mbit) -- 4 SATA aansluitigen (3GB/s SATA II) -- 1x PCI slot met netwerk extra netwerkkaart - -Zonder harddisk en besturingsysteem geleverd, maar kan met een 320GB oudere harddisk geleverd worden geinstalleerd met een Opensource besturingssysteem naar keuze. B.v FreeNAS, Fedora, Linux Mint. - -``` -root@dorpstraat:/home/jerry# /usr/sbin/dmidecode -# dmidecode 3.2 -Getting SMBIOS data from sysfs. -SMBIOS 2.4 present. -37 structures occupying 1160 bytes. -Table at 0x000F0100. - -Handle 0x0000, DMI type 0, 24 bytes -BIOS Information - Vendor: Award Software International, Inc. - Version: F5 - Release Date: 06/20/2011 - Address: 0xE0000 - Runtime Size: 128 kB - ROM Size: 512 kB - Characteristics: - PCI is supported - PNP is supported - APM is supported - BIOS is upgradeable - BIOS shadowing is allowed - Boot from CD is supported - Selectable boot is supported - EDD is supported - 5.25"/360 kB floppy services are supported (int 13h) - 5.25"/1.2 MB floppy services are supported (int 13h) - 3.5"/720 kB floppy services are supported (int 13h) - 3.5"/2.88 MB floppy services are supported (int 13h) - Print screen service is supported (int 5h) - 8042 keyboard services are supported (int 9h) - Serial services are supported (int 14h) - Printer services are supported (int 17h) - CGA/mono video services are supported (int 10h) - ACPI is supported - USB legacy is supported - LS-120 boot is supported - ATAPI Zip drive boot is supported - BIOS boot specification is supported - Targeted content distribution is supported - -Handle 0x0001, DMI type 1, 27 bytes -System Information - Manufacturer: Gigabyte Technology Co., Ltd. - Product Name: D525TUD - Version: - Serial Number: - UUID: 00000000-0000-0000-0000-50e549d8c3e1 - Wake-up Type: Power Switch - SKU Number: - Family: - -Handle 0x0002, DMI type 2, 8 bytes -Base Board Information - Manufacturer: Gigabyte Technology Co., Ltd. - Product Name: D525TUD - Version: x.x - Serial Number: - -Handle 0x0003, DMI type 3, 17 bytes -Chassis Information - Manufacturer: Gigabyte Technology Co., Ltd. - Type: Desktop - Lock: Not Present - Version: - Serial Number: - Asset Tag: - Boot-up State: Unknown - Power Supply State: Unknown - Thermal State: Unknown - Security Status: Unknown - OEM Information: 0x00000000 - -Handle 0x0004, DMI type 4, 35 bytes -Processor Information - Socket Designation: Socket 775 - Type: Central Processor - Family: Other - Manufacturer: Intel - ID: CA 06 01 00 FF FB EB BF - Version: Intel(R) Atom(TM) CPU D525 - Voltage: 1.0 V - External Clock: 200 MHz - Max Speed: 4000 MHz - Current Speed: 1800 MHz - Status: Populated, Enabled - Upgrade: Socket 478 - L1 Cache Handle: 0x000A - L2 Cache Handle: 0x000B - L3 Cache Handle: Not Provided - Serial Number: - Asset Tag: - Part Number: - -Handle 0x0005, DMI type 5, 24 bytes -Memory Controller Information - Error Detecting Method: 8-bit Parity - Error Correcting Capabilities: - None - Supported Interleave: One-way Interleave - Current Interleave: One-way Interleave - Maximum Memory Module Size: 1024 MB - Maximum Total Memory Size: 4096 MB - Supported Speeds: - Other - Supported Memory Types: - Other - Memory Module Voltage: 5.0 V - Associated Memory Slots: 4 - 0x0006 - 0x0007 - 0x0008 - 0x0009 - Enabled Error Correcting Capabilities: - None - -Handle 0x0006, DMI type 6, 12 bytes -Memory Module Information - Socket Designation: A0 - Bank Connections: 1 - Current Speed: Unknown - Type: Other - Installed Size: 2048 MB (Single-bank Connection) - Enabled Size: 2048 MB (Single-bank Connection) - Error Status: OK - -Handle 0x0007, DMI type 6, 12 bytes -Memory Module Information - Socket Designation: A1 - Bank Connections: 2 - Current Speed: Unknown - Type: Other - Installed Size: 2048 MB (Single-bank Connection) - Enabled Size: 2048 MB (Single-bank Connection) - Error Status: OK - -Handle 0x0008, DMI type 6, 12 bytes -Memory Module Information - Socket Designation: A2 - Bank Connections: 3 - Current Speed: Unknown - Type: Unknown - Installed Size: Not Installed - Enabled Size: Not Installed - Error Status: OK - -Handle 0x0009, DMI type 6, 12 bytes -Memory Module Information - Socket Designation: A3 - Bank Connections: 4 - Current Speed: Unknown - Type: Unknown - Installed Size: Not Installed - Enabled Size: Not Installed - Error Status: OK - -Handle 0x000A, DMI type 7, 19 bytes -Cache Information - Socket Designation: Internal Cache - Configuration: Enabled, Not Socketed, Level 1 - Operational Mode: Write Back - Location: Internal - Installed Size: 56 kB - Maximum Size: 56 kB - Supported SRAM Types: - Synchronous - Installed SRAM Type: Synchronous - Speed: Unknown - Error Correction Type: Unknown - System Type: Unknown - Associativity: Unknown - -Handle 0x000B, DMI type 7, 19 bytes -Cache Information - Socket Designation: External Cache - Configuration: Enabled, Not Socketed, Level 2 - Operational Mode: Write Back - Location: Internal - Installed Size: 512 kB - Maximum Size: 2048 kB - Supported SRAM Types: - Synchronous - Installed SRAM Type: Synchronous - Speed: Unknown - Error Correction Type: Unknown - System Type: Unknown - Associativity: Unknown - -Handle 0x000C, DMI type 8, 9 bytes -Port Connector Information - Internal Reference Designator: PRIMARY IDE - Internal Connector Type: On Board IDE - External Reference Designator: - External Connector Type: None - Port Type: Other - -Handle 0x000D, DMI type 8, 9 bytes -Port Connector Information - Internal Reference Designator: SECONDARY IDE - Internal Connector Type: On Board IDE - External Reference Designator: - External Connector Type: None - Port Type: Other - -Handle 0x000E, DMI type 8, 9 bytes -Port Connector Information - Internal Reference Designator: FDD - Internal Connector Type: On Board Floppy - External Reference Designator: - External Connector Type: None - Port Type: 8251 FIFO Compatible - -Handle 0x000F, DMI type 8, 9 bytes -Port Connector Information - Internal Reference Designator: COM1 - Internal Connector Type: 9 Pin Dual Inline (pin 10 cut) - External Reference Designator: - External Connector Type: DB-9 male - Port Type: Serial Port 16450 Compatible - -Handle 0x0010, DMI type 8, 9 bytes -Port Connector Information - Internal Reference Designator: COM2 - Internal Connector Type: 9 Pin Dual Inline (pin 10 cut) - External Reference Designator: - External Connector Type: DB-9 male - Port Type: Serial Port 16450 Compatible - -Handle 0x0011, DMI type 8, 9 bytes -Port Connector Information - Internal Reference Designator: LPT1 - Internal Connector Type: DB-25 female - External Reference Designator: - External Connector Type: DB-25 female - Port Type: Parallel Port ECP/EPP - -Handle 0x0012, DMI type 8, 9 bytes -Port Connector Information - Internal Reference Designator: Keyboard - Internal Connector Type: Other - External Reference Designator: - External Connector Type: PS/2 - Port Type: Keyboard Port - -Handle 0x0013, DMI type 8, 9 bytes -Port Connector Information - Internal Reference Designator: PS/2 Mouse - Internal Connector Type: PS/2 - External Reference Designator: No Detected - External Connector Type: PS/2 - Port Type: Mouse Port - -Handle 0x0014, DMI type 8, 9 bytes -Port Connector Information - Internal Reference Designator: USB - Internal Connector Type: None - External Reference Designator: - External Connector Type: Access Bus (USB) - Port Type: USB - -Handle 0x0015, DMI type 8, 9 bytes -Port Connector Information - Internal Reference Designator: USB - Internal Connector Type: None - External Reference Designator: - External Connector Type: Access Bus (USB) - Port Type: USB - -Handle 0x0016, DMI type 9, 13 bytes -System Slot Information - Designation: PCI - Type: 32-bit PCI - Current Usage: In Use - Length: Long - ID: 0 - Characteristics: - 5.0 V is provided - 3.3 V is provided - PME signal is supported - SMBus signal is supported - -Handle 0x0017, DMI type 13, 22 bytes -BIOS Language Information - Language Description Format: Long - Installable Languages: 3 - n|US|iso8859-1 - n|US|iso8859-1 - r|CA|iso8859-1 - Currently Installed Language: n|US|iso8859-1 - -Handle 0x0018, DMI type 16, 15 bytes -Physical Memory Array - Location: System Board Or Motherboard - Use: System Memory - Error Correction Type: None - Maximum Capacity: 32 GB - Error Information Handle: Not Provided - Number Of Devices: 4 - -Handle 0x0019, DMI type 17, 27 bytes -Memory Device - Array Handle: 0x0018 - Error Information Handle: Not Provided - Total Width: 256 bits - Data Width: 226 bits - Size: 2048 MB - Form Factor: DIMM - Set: None - Locator: A0 - Bank Locator: Bank0/1 - Type: Unknown - Type Detail: None - Speed: 400 MT/s - Manufacturer: - Serial Number: - Asset Tag: - Part Number: - -Handle 0x001A, DMI type 17, 27 bytes -Memory Device - Array Handle: 0x0018 - Error Information Handle: Not Provided - Total Width: 256 bits - Data Width: 226 bits - Size: 2048 MB - Form Factor: DIMM - Set: None - Locator: A1 - Bank Locator: Bank2/3 - Type: Unknown - Type Detail: None - Speed: 400 MT/s - Manufacturer: - Serial Number: - Asset Tag: - Part Number: - -Handle 0x001B, DMI type 17, 27 bytes -Memory Device - Array Handle: 0x0018 - Error Information Handle: Not Provided - Total Width: Unknown - Data Width: Unknown - Size: No Module Installed - Form Factor: DIMM - Set: None - Locator: A2 - Bank Locator: Bank4/5 - Type: Unknown - Type Detail: None - Speed: Unknown - Manufacturer: - Serial Number: - Asset Tag: - Part Number: - -Handle 0x001C, DMI type 17, 27 bytes -Memory Device - Array Handle: 0x0018 - Error Information Handle: Not Provided - Total Width: Unknown - Data Width: Unknown - Size: No Module Installed - Form Factor: DIMM - Set: None - Locator: A3 - Bank Locator: Bank6/7 - Type: Unknown - Type Detail: None - Speed: Unknown - Manufacturer: - Serial Number: - Asset Tag: - Part Number: - -Handle 0x001D, DMI type 19, 15 bytes -Memory Array Mapped Address - Starting Address: 0x00000000000 - Ending Address: 0x000FFFFFFFF - Range Size: 4 GB - Physical Array Handle: 0x0018 - Partition Width: 1 - -Handle 0x001E, DMI type 20, 19 bytes -Memory Device Mapped Address - Starting Address: 0x00000000000 - Ending Address: 0x0007FFFFFFF - Range Size: 2 GB - Physical Device Handle: 0x0019 - Memory Array Mapped Address Handle: 0x001D - Partition Row Position: 1 - -Handle 0x001F, DMI type 20, 19 bytes -Memory Device Mapped Address - Starting Address: 0x00080000000 - Ending Address: 0x000FFFFFFFF - Range Size: 2 GB - Physical Device Handle: 0x001A - Memory Array Mapped Address Handle: 0x001D - Partition Row Position: 1 - -Handle 0x0020, DMI type 20, 19 bytes -Memory Device Mapped Address - Starting Address: 0x00000000000 - Ending Address: 0x000000003FF - Range Size: 1 kB - Physical Device Handle: 0x001B - Memory Array Mapped Address Handle: 0x001D - Partition Row Position: 1 - -Handle 0x0021, DMI type 20, 19 bytes -Memory Device Mapped Address - Starting Address: 0x00000000000 - Ending Address: 0x000000003FF - Range Size: 1 kB - Physical Device Handle: 0x001C - Memory Array Mapped Address Handle: 0x001D - Partition Row Position: 1 - -Handle 0x0022, DMI type 32, 11 bytes -System Boot Information - Status: No errors detected - -Handle 0x0023, DMI type 64, 13 bytes -Unknown Type - Header and Data: - 40 0D 23 00 FF FF FF FF FF FF FF FF FF - Strings: - - -Handle 0x0024, DMI type 127, 4 bytes -End Of Table -``` - -``` -Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub -Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub -Bus 003 Device 002: ID 046d:c316 Logitech, Inc. HID-Compliant Keyboard -Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub -Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub -Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub -``` - -``` -Intel(R) Atom(TM) CPU D525 @ 1.80GHz -``` \ No newline at end of file diff --git a/2022/WhatsApp Image 2022-04-04 at 8.58.05 PM.jpeg b/2022/WhatsApp Image 2022-04-04 at 8.58.05 PM.jpeg deleted file mode 100644 index 9d657ae..0000000 Binary files a/2022/WhatsApp Image 2022-04-04 at 8.58.05 PM.jpeg and /dev/null differ diff --git a/2022/Untitled Note 10.markdown b/2022/aanvraag-therapie-ggze-nino.markdown similarity index 100% rename from 2022/Untitled Note 10.markdown rename to 2022/aanvraag-therapie-ggze-nino.markdown diff --git a/2022/apc-forum-donate-copyleft-symbool-dat-is-gek.png b/2022/apc-forum-donate-copyleft-symbool-dat-is-gek.png index bd9cae7..9454d0c 100644 Binary files a/2022/apc-forum-donate-copyleft-symbool-dat-is-gek.png and b/2022/apc-forum-donate-copyleft-symbool-dat-is-gek.png differ diff --git a/2022/breugelse-rooije-recept.rtfd/Screenshot 2022-12-02 at 13.10.05.png b/2022/breugelse-rooije-recept.rtfd/Screenshot 2022-12-02 at 13.10.05.png deleted file mode 100644 index cffad32..0000000 Binary files a/2022/breugelse-rooije-recept.rtfd/Screenshot 2022-12-02 at 13.10.05.png and /dev/null differ diff --git a/2022/breugelse-rooije-recept.rtfd/Screenshot 2022-12-02 at 13.10.15.png b/2022/breugelse-rooije-recept.rtfd/Screenshot 2022-12-02 at 13.10.15.png deleted file mode 100644 index 433ba18..0000000 Binary files a/2022/breugelse-rooije-recept.rtfd/Screenshot 2022-12-02 at 13.10.15.png and /dev/null differ diff --git a/2022/breugelse-rooije-recept.rtfd/Screenshot 2022-12-02 at 13.10.24.png b/2022/breugelse-rooije-recept.rtfd/Screenshot 2022-12-02 at 13.10.24.png deleted file mode 100644 index e696d50..0000000 Binary files a/2022/breugelse-rooije-recept.rtfd/Screenshot 2022-12-02 at 13.10.24.png and /dev/null differ diff --git a/2022/breugelse-rooije-recept.rtfd/TXT.rtf b/2022/breugelse-rooije-recept.rtfd/TXT.rtf deleted file mode 100644 index 9f574de..0000000 --- a/2022/breugelse-rooije-recept.rtfd/TXT.rtf +++ /dev/null @@ -1,23 +0,0 @@ -{\rtf1\ansi\ansicpg1252\cocoartf2639 -\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;} -{\colortbl;\red255\green255\blue255;} -{\*\expandedcolortbl;;} -\paperw11900\paperh16840\margl1440\margr1440\vieww20400\viewh15380\viewkind0 -\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural\partightenfactor0 - -\f0\fs24 \cf0 5375 gr castle malting ch\'e2teau Pilsen 6 3-3.5 EBC\ -500gr dark crystal Thomas Fawcett & sons 320 ebc\ -500gr carared weijerman 50 ebc\ -425gr carahell weijerman 30 ebc\ -350gr rolled oats\ -\ -33 liter fermenter\ -\ -\ -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 -\cf0 {{\NeXTGraphic Screenshot 2022-12-02 at 13.10.24.png \width10000 \height8140 \appleattachmentpadding0 \appleembedtype0 \appleaqc -}}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 -\cf0 {{\NeXTGraphic Screenshot 2022-12-02 at 13.10.15.png \width19580 \height10480 \appleattachmentpadding0 \appleembedtype0 \appleaqc -}}\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 -\cf0 {{\NeXTGraphic Screenshot 2022-12-02 at 13.10.05.png \width19740 \height9800 \appleattachmentpadding0 \appleembedtype0 \appleaqc -}}} \ No newline at end of file diff --git a/2022/chilli-hot-sauce-ingredients.png b/2022/chilli-hot-sauce-ingredients.png index c2e1c1d..8e30c9f 100644 Binary files a/2022/chilli-hot-sauce-ingredients.png and b/2022/chilli-hot-sauce-ingredients.png differ diff --git a/2022/christmas-card-jerry-nero-2023.png b/2022/christmas-card-jerry-nero-2023.png index a2b24e9..53e4edb 100644 Binary files a/2022/christmas-card-jerry-nero-2023.png and b/2022/christmas-card-jerry-nero-2023.png differ diff --git a/2022/dewandeldate-profile-20220810.pdf b/2022/dewandeldate-profile-20220810.pdf index b2424af..b860256 100644 Binary files a/2022/dewandeldate-profile-20220810.pdf and b/2022/dewandeldate-profile-20220810.pdf differ diff --git a/2022/erowid-donation-100dollar-sept-22.png b/2022/erowid-donation-100dollar-sept-22.png index 7f62964..50e92e1 100644 Binary files a/2022/erowid-donation-100dollar-sept-22.png and b/2022/erowid-donation-100dollar-sept-22.png differ diff --git a/2022/euro-dollar-koers-20220908_04_45-manic-hypomanie.png b/2022/euro-dollar-koers-20220908_04_45-manic-hypomanie.png new file mode 100644 index 0000000..8231f02 --- /dev/null +++ b/2022/euro-dollar-koers-20220908_04_45-manic-hypomanie.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8160be8fb0240ce5216509c225a7b4d2440d25243eefc6533739dd53a13e54f1 +size 163538 diff --git a/2022/euro-dollar-koers-20220908_04_45.png b/2022/euro-dollar-koers-20220908_04_45.png deleted file mode 100644 index 8919b61..0000000 Binary files a/2022/euro-dollar-koers-20220908_04_45.png and /dev/null differ diff --git a/2022/Untitled Note 8.markdown b/2022/even-bijpraten-met-nino-geen-pop-feb-22.markdown similarity index 100% rename from 2022/Untitled Note 8.markdown rename to 2022/even-bijpraten-met-nino-geen-pop-feb-22.markdown diff --git a/2022/github-archievement.png b/2022/github-archievement.png index 0865fc7..4b1e430 100644 Binary files a/2022/github-archievement.png and b/2022/github-archievement.png differ diff --git a/2022/grandioze-donatie-aan-erowid-bevestigng.png b/2022/grandioze-donatie-aan-erowid-bevestigng.png index d0139e1..84e8b9a 100644 Binary files a/2022/grandioze-donatie-aan-erowid-bevestigng.png and b/2022/grandioze-donatie-aan-erowid-bevestigng.png differ diff --git a/2022/Untitled Note 2.markdown b/2022/praatgroep-thema-geestelijke-struggels.markdown similarity index 100% rename from 2022/Untitled Note 2.markdown rename to 2022/praatgroep-thema-geestelijke-struggels.markdown diff --git a/2022/praatgroep-thema-sociale-druk/word-cloud.pdf b/2022/praatgroep-thema-sociale-druk/word-cloud.pdf index c992af2..2ccee25 100644 Binary files a/2022/praatgroep-thema-sociale-druk/word-cloud.pdf and b/2022/praatgroep-thema-sociale-druk/word-cloud.pdf differ diff --git a/2022/pyroforum-purechemical-profiel-2009-aangemaakt.png b/2022/pyroforum-purechemical-profiel-2009-aangemaakt.png index 050aa63..a33f1fb 100644 Binary files a/2022/pyroforum-purechemical-profiel-2009-aangemaakt.png and b/2022/pyroforum-purechemical-profiel-2009-aangemaakt.png differ diff --git a/2022/recept Kipragout met champignons zelf maken _ Eef Kookt Zo - https___www.eefkooktzo.nl_.pdf b/2022/recept Kipragout met champignons zelf maken _ Eef Kookt Zo - https___www.eefkooktzo.nl_.pdf index bd9263c..0e90960 100644 Binary files a/2022/recept Kipragout met champignons zelf maken _ Eef Kookt Zo - https___www.eefkooktzo.nl_.pdf and b/2022/recept Kipragout met champignons zelf maken _ Eef Kookt Zo - https___www.eefkooktzo.nl_.pdf differ diff --git a/2022/requirements-gathering-how-it-works-cartoon.jpeg b/2022/requirements-gathering-how-it-works-cartoon.jpeg deleted file mode 100644 index 37e20a9..0000000 Binary files a/2022/requirements-gathering-how-it-works-cartoon.jpeg and /dev/null differ diff --git a/2022/todoist-recurring-routine.png b/2022/todoist-recurring-routine.png index c76adfa..2fde8d2 100644 Binary files a/2022/todoist-recurring-routine.png and b/2022/todoist-recurring-routine.png differ diff --git a/2023/.DS_Store b/2023/.DS_Store index 3c467ff..b3a473f 100644 Binary files a/2023/.DS_Store and b/2023/.DS_Store differ diff --git a/2023/Afvuursysteem-componenten-tinytronics.nl.numbers b/2023/Afvuursysteem-componenten-tinytronics.nl.numbers index d23e4a7..c1829b8 100755 Binary files a/2023/Afvuursysteem-componenten-tinytronics.nl.numbers and b/2023/Afvuursysteem-componenten-tinytronics.nl.numbers differ diff --git a/2023/Beer ingredients & Hop inventory.markdown b/2023/Beer ingredients & Hop inventory.markdown new file mode 100644 index 0000000..684f945 --- /dev/null +++ b/2023/Beer ingredients & Hop inventory.markdown @@ -0,0 +1,13 @@ +# Beer ingredients & hop inventory + +https://nl.wikipedia.org/wiki/Lijst_van_hopvari%C3%ABteiten +https://beersmith.com/beer-recipes/ +https://www.brewersfriend.com/search/ + +2023-12-16 + +* 250gr El dorado korrels 11.7A (tht 01-2023) - Dubbelhop +* 60 gr Citra bloemen 12.3A (tht 08-2024) - Aromahop +* 110 gr Amarillo USA 9.00A (tht 08-2025) - Aromahop (evt bitter) +* 125 gr Opal DE 5.3A (tht 12-2016) - Aromahop +* 170 gr Target 10.4A (tht 08-2024) - Bitterhop \ No newline at end of file diff --git a/2023/Kast maten.markdown b/2023/Kast maten.markdown new file mode 100644 index 0000000..5831220 --- /dev/null +++ b/2023/Kast maten.markdown @@ -0,0 +1,12 @@ +Kast maten + +Oud + +180cm breed +223cm hoog +55cm diep + +Nieuw +60cm diep +230cm breed +230cm hoog (hoogte plafond is 243cm) \ No newline at end of file diff --git a/2023/Learn Python Programming Masterclass.markdown b/2023/Learn Python Programming Masterclass.markdown new file mode 100644 index 0000000..d731fdf --- /dev/null +++ b/2023/Learn Python Programming Masterclass.markdown @@ -0,0 +1,302 @@ +# Learn Python Programming Masterclass + + + +Progress: 400/(580/100) + +## Documentation + +* + +## IntelliJ python shortkeys: + +* CMD+\ comment block +* CMD+shift+R run code +* ALT+CMD+L reformat code + +## Section 2: Install and Setup + +Q: Is it better to use vanilla python or a distribution like anaconda? We need to use a package to interface with hardware which is a Python extension to a C library (harvesters). It also requires specific Python versions. +A: TBD + +* Using Combination of vanilla python and IntelliJ IDE from Jetbrains. Community edition + +* Virtual environements for dependency management so you don't screw up your python main installation. `virtualenv` `venv`. + +* Venv could be suffixed with python version e.g venv-python39 or venv\python39 + +* Manage virtual envs from -> File -> Project structure -> Platform settings -> SDKs + +* Conda is an alternative for virtualenv + +* IntelliJ supports markdown and PlantUML/Mermaid diagrams and HTML preview + +* IdeaVim emulation for vim users -> make it comfy + +Could also install PyCharm. Pycharm is same applicable as python plugin for IntelliJ IDEA + +## Section 3: Stepping into the World of Python + +Code format according to PEP 8? + +Python 2 EOL since 2019, focus on 3 + +**16. Printing in Python** + +A function has a specific amount of arguments, but can have variable list of arguments. The print function is made to have variable list of arguments. The `print` function by defaults adds spaces in the output for multi-argument prints and a newline. + +In Python all functions **return** a value. + +Q: What about `pprint.pprint` for debugging? +A: TBD + +Exercise: Print text conditionally using ternary operator: + +```python +IsFull = True + +print("My hovercraft is", "full" if IsFull else "not full", "of eels") +``` + + +**17. Strings in Python** + +Q: Multiple string types `''` and `""` and `r""` ? + +In Python 3 all strings are unicode formatted. In Python 2 strings need to be prefixed with `u""`. See also +https://docs.python.org/2/howto/unicode.html#unicode-literals-in-python-source-code + +# Section 5 Lists and Typles + +## Lists + +A sequence is an ordered collection of items, the word ordered is important. Something that can be looped over with for is iterable. The accurate definition of an iterable is that an object contains either the `__iter__` or `__getitem__` method. All sequence types can be iterated over, strings, lists etc are iterable types. Not all iterables are sequences. + +Lists are mutable, strings are immutable + +## Immutable objects + +Python immutable types, things which can not be changed: + +* int +* float +* bool (subclass of int) +* str (string) +* tuple +* frozenset +* bytes + +`id` gets the id of an object is guaranteed to be unique and constant for the object lifetime. the Cpython implementation does return the object memory address + +# Mutable objects + +* list +* dict +* set +* bytearray + +# Operations on Mutable Sequences + + + +E.g append method. A method is bound to an object a function is not. A function is e.g `min` or `max`. Dot notation e.g list `s` append object `x` is written as `s.append(x)`. Dot notation is used in a lot of object oriented programming. + +# Iterate over a list + +Using `for` with [`sequence.index(item)`](https://docs.python.org/3/library/stdtypes.html#common-sequence-operations) is not good for performance. We must use [`enumerate`](https://docs.python.org/3/library/functions.html#enumerate) to get the index and the item. + +Python list comprehension: + +`letters = [letter for letter in 'human']` + + +# Section 6 Functions an introduction + +## Docstrings + +Docstrings are the documentation for functions. They are an attribute of the function. And can be accessed using `.__doc__` or builtin `help`. + +``` +""" + +""" +``` + +## Typehints and annotations + +* +* + +Example: + +```python +def myfunction(x: int = 0) -> bool: + return False +``` + +## Virtual Environment + +To activate execute `activate`(.bat) on windows or source `activate` on *nix. + +## Testing and debugging + +* **Testing** is the process of finding out if there are bugs in your code +* **Debugging** is the process of working out what the bugs are, and fixing them + +# Section 7 Dictionaries and Sets + +## setdefault + +```python +if item_name in shopping_list: + # Item is already in the list, so we need to buy more + shopping_list[item_name] += item_quantity +else: + shopping_list[item_name] = item_quantity + +# code reduction by use the list setdefault function +shopping_list[item_name] = shopping_list.setdefault(item_name, 0) + item_quantity +``` + +## check if list is empty or not + +```python +l1 = ["Hire", "the", "top", "1%", "freelancers"] + +l2 = [] + +if l2: + print("list is not empty") +else: + print("list is empty") + +#Output: "list is empty" +``` + +## Introduction to sets + +A set is an unordered collection with no duplicate entries. Python has builtin set. + + + +**Set operations** + +Set union -> removes duplicates + +```python +set1.union(set2) # or +set1 | set2 +``` + +Set intersection -> get common items + +```python +set1.intersection(set2) # or +set1 & set2 +``` + +Set difference -> substracts common items + +```python +set1 - set2 # or: +set1.difference(set2) +``` + +Symmetric difference -> reverse of intersection, removes common items + +```python +set1 ^ set2 # or: +set1.symmetric_difference(set2) +``` + +Subsets and supersets + +Use operators `<, <=, > and >=` + +# Misc tips and tricks + +## Convert datetime string to object + +```python +from datetime import datetime + +datetime_str = '09/19/22 13:55:26' + +datetime_object = datetime.strptime(datetime_str, '%m/%d/%y %H:%M:%S') + +print(type(datetime_object)) +print(datetime_object) # printed in default format +``` + +## Pretty print JSON string + +Set the indent of `json.dumps`: + +```python +import json + +json_data = '[{"ID":10,"Name":"Pankaj","Role":"CEO"},' \ + '{"ID":20,"Name":"David Lee","Role":"Editor"}]' + +json_object = json.loads(json_data) + +json_formatted_str = json.dumps(json_object, indent=2) + +print(json_formatted_str) +``` + +## Class equivalence + +You need to be careful with inheritance: + +```python +>>> class Foo: + def __eq__(self, other): + if isinstance(other, self.__class__): + return self.__dict__ == other.__dict__ + else: + return False + +>>> class Bar(Foo):pass + +>>> b = Bar() +>>> f = Foo() +>>> f == b +True +>>> b == f +False +``` + +Check types more strictly, like this: + +```python +def __eq__(self, other): + if type(other) is type(self): + return self.__dict__ == other.__dict__ + return False +``` + +Besides that, your approach will work fine, that's what special methods are there for. + +See + +# Chapter 8 read-writing files in Python + +Python 3 string type is native UTF-8. When the open builtin function is called an explict encoding can be given which is more portable between operating systems. + +## Intellij file encoding + +View -> Appareance -> Status bar widgets -> File encoding + +Then the status bar get this file information: + +![](i/Screenshot%202023-03-24%20at%2011.32.02.png) + +## File encoding in python + +https://docs.python.org/3/howto/unicode.html +https://docs.python.org/3/library/codecs.html?highlight=codecs%20file%20encoding#standard-encodings + +# Data serialization + +E.g JSON, CSV data formats diff --git a/2023/Notities vtv 19 januari vergadering.markdown b/2023/Notities vtv 19 januari vergadering.markdown new file mode 100644 index 0000000..f0ae40d --- /dev/null +++ b/2023/Notities vtv 19 januari vergadering.markdown @@ -0,0 +1,6 @@ +Notities vtv 19 januari vergadering + +* Presentatie jaarvergadering +* Uiteten samen zonder aanhang met het bestuur maar dan de rekening splitsen over iedereen ipv de vereniging laten betalen voor een keer elkaar informeel te zien +* Gebruik BCC bestuur@ als er vanuit het formulier voor algemene vragen binnen komen +* @Hans M. Geen mail meer sturen vanuit eigen laptop naar alle leden voor veiligheid. Alleen via mailchimp. diff --git a/2023/Oproep online praatgroep bipolair.markdown b/2023/Oproep online praatgroep bipolair.markdown new file mode 100644 index 0000000..6b28e1c --- /dev/null +++ b/2023/Oproep online praatgroep bipolair.markdown @@ -0,0 +1,20 @@ +Oproep online praatgroep bipolair + +Deelnemers gezocht voor online bipolaire praatgroep + +Ben jij op zoek naar een praatgroep, maar heb in de buurt niks en doet dit liever vanuit de smartphone of computer? En wil jij een band opbouwen met lotgenoten van ongeveer dezelfde leeftijd? + +De online praatgroep zal een besloten kringetje zijn van maximaal 8 deelnemers. De groep zal elke 4 tot 6 weken structureel online bij elkaar komen. En gebruik maken van videobellen. + +Hoe z'n sessie er uit kan zien: + +- 1 uur een rondje maken om te kijken hoe het met iedereen gaat (~10 minuten spreektijd per deelnemer) +- ~1 uur thema, b.v zaken waar je tegenaanloopt gelinkt aan de bipolaire stoornis. Denk aan "mijn leven is beperkter door mijn stoornis en ik ervaar daardoor sociale druk". + +Wil je deelnemen dan vragen we het volgende van jouw: + +- Je bent bereid om met vaste regelmaat er bij te zijn (b.v elke 4e maandag om 19:30u) +- Je bent niet ouder dan 38 jaar +- Je zoekt bipolaire lotgenoten om diepgaandere gesprekken mee te voeren + +Je kunt je aanmelden door een mailtje te sturen naar plusminus.young.online.praatgroep@gmail.com diff --git a/2023/Signaleringsplan bipolair 1 ingevuld versie 3 draft.pages b/2023/Signaleringsplan bipolair 1 ingevuld versie 3 draft.pages new file mode 100755 index 0000000..f405d5c --- /dev/null +++ b/2023/Signaleringsplan bipolair 1 ingevuld versie 3 draft.pages @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06bdd548fe9e88fda01a2aca97abda6b3f20a86f2a2390eac99dc2d65156a0dc +size 812135 diff --git a/2023/Signaleringsplan jerry jacobs bipolair 1 versie 4 DRAFT praatgroep.pages b/2023/Signaleringsplan jerry jacobs bipolair 1 versie 4 DRAFT praatgroep.pages new file mode 100755 index 0000000..0361e27 --- /dev/null +++ b/2023/Signaleringsplan jerry jacobs bipolair 1 versie 4 DRAFT praatgroep.pages @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd5b4d5034d5ebe52bcc5fd593116f8e08ab05ac28e472cc11a958b9cf840641 +size 799737 diff --git a/2023/Signaleringsplan jerry jacobs bipolair 1 versie 4 DRAFT.pages b/2023/Signaleringsplan jerry jacobs bipolair 1 versie 4 DRAFT.pages new file mode 100755 index 0000000..0a7a9dc --- /dev/null +++ b/2023/Signaleringsplan jerry jacobs bipolair 1 versie 4 DRAFT.pages @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:240e075bab1b431f2c69e7751b6db3cf31aeb606d90b8473592b734e847503f9 +size 812290 diff --git a/2023/Therapie GGzE iMCT 30 Jan 2023.markdown b/2023/Therapie GGzE iMCT 30 Jan 2023.markdown new file mode 100644 index 0000000..6512721 --- /dev/null +++ b/2023/Therapie GGzE iMCT 30 Jan 2023.markdown @@ -0,0 +1,11 @@ +Therapie GGzE iMCT 30 Jan 2023 + +- Goede week gehad +- Het zelf compassie beeld ging eigenlijk meerdere keren vanzelf +- Stress en angst reductie met zeker 80% +- Presentatie en workshop in Arnhem was heel erg leuk en geslaagd. Hoop leraren gesproken en mag nog een keer een lezing geven in de toekomst. Wel merkte ik dat ik sjef optijd ben en de hele tijd op de klok was het kijken. De studenten kwamen soms pas 5 minuten later aanwaaien +- Vrijdag dan een drukke dag gehad, het hele weekend weer voor mijzelf en ook nog zaterdag hele dag naar de sauna gegaan +- Ik zit weer lekker op “de baseline”. En “leun geestelijk wat meer achterover”. Ook het beeld wat ik heb moeten oefenen heeft daarbij geholpen +- Op mijn baseline ben ik wat meer dwangmatig gestructureerd. En wil ik alles netjes en opgeruimd hebben. Nu ik uit de min ben merk ik dat. Maar niet in hypomane zin +- Ik ben zelfs wezen hardlopen gisterochtend voor het ontbijt. Want ik wil toch terug naar 75 kg (BMI veilig). Olanzapine helpt daar niet echt mee +- Training op het werk gegeven wat ik ook erg leuk vindt diff --git a/2023/Untitled Note 2.markdown b/2023/Untitled Note 2.markdown new file mode 100644 index 0000000..b0eb1bf --- /dev/null +++ b/2023/Untitled Note 2.markdown @@ -0,0 +1,15 @@ +# macOS desktop notes + +## Applications + +``` +itsycal +forticlient (adimec vpn) +whatsapp native client +fsnotes +macpass +Time Out +Google Chrome +Spotify +Syncthing +``` \ No newline at end of file diff --git a/2023/Untitled Note 3.markdown b/2023/Untitled Note 3.markdown new file mode 100644 index 0000000..f2d4969 --- /dev/null +++ b/2023/Untitled Note 3.markdown @@ -0,0 +1,28 @@ +# De Webmaster neemt een Sabbatical + +- Door Jerry Jacobs + +Mei 2023 ben ik lid geworden van de vereniging. Ik begon met een kaal stukje omgefreesd grasveld van 100m2 met nul ervaring. Op 24 jarige leeftijd vrijwillig gaan tuinieren, dat is toch een bezigheid voor gepensioneerde mensen? + +Buiten bezig zijn en in de natuur heb ik altijd fijn gevonden. Wat in contrast staat met mijn technisch werk en hobbies. In mijn jonge jaren voordat ik ging studeren tot ingenieur was ik actief als padvinder op Scouting. + +Wat de doorslag heeft gegeven om een volkstuin te nemen was het kweken van pepers in een hergebruikte yoghurt pot op mijn studentenkamer natuurlijk op het zonnigste plekje. De zaailingen waren mij gegeven onder het mom van "je moet het echt eens proberen". + +Januari 2017 werd ik voorgedragen bij de algemene ledenvergadering als "Communicatiebestuurder". Waarbij de eerste hoofdtaak zou zijn het digitaliseren van het papieren club boekje: "Het groene boekje". + +Voor de leden die nooit het papieren club boekje hebben meegemaakt zijn deze gedigitaliseerd en te vinden op onze gedeelde Google Drive. Ter lees en vertier hoe het er vroeg aan toe ging. + +Tussen Juli 2017 en Januari 2019 vervulde ik nog een extra bestuursfunctie als secretaris. Leon Paul Guldenaar heeft dit na deze periode van mij overgenomen tot de dag van vandaag. + +Op de algemene ledenvergadering van Januari 2019 ben ik als bestuurslid afgetreden. Onder de voorwaarde dat ik daarna als vrijwilliger verder ging ter ondersteuning van het bestuur. Een deel van het takenpakket als "Communicatiebestuurder" is over gegaan naar Hans Meijntjes. En de functie is betiteled als "Media & Communicatie" . + +Met enige regelmaat woon ik de bestuursvergadering bij als gast. Zodat ik toch op de hoogte blijf en zaken die spelen kan bespreken in het bestuur. De lijntjes zijn kort, ook al ben ik niet altijd aanwezig. + +Vanaf november neem ik een Sabbatical van het onderhouden van een perceel. In de tussentijd blijf ik het bestuur ondersteunen als "Webmaster & IT specialist". Jos de Baar vervult o.a de functie als vice-webmaster. En weet ook de ins-en-outs van hoe de volkstuin is gedigitaliseerd. Door mijn geschreven "Media & Communicatie handboek". + +Vanaf ongeveer oktober 2024 kom ik terug op de wachtlijst voor een klein perceel van 100m2. Ik heb nog geen idee wat ik met die vrijheid gaan doen. Maar gelukkig even geen strakke tuinplanning en onkruid meer... + +Mocht je willen reageren op mijn verhaal dan kan dat naar webmaster@vtvblixembosch.nl + + + diff --git a/2023/Untitled Note.markdown b/2023/Untitled Note.markdown new file mode 100644 index 0000000..65ab393 --- /dev/null +++ b/2023/Untitled Note.markdown @@ -0,0 +1,20 @@ +# De digitale praatgroep + +Door: Jerry Jacobs (34 jaar) - Bipolaire type I met angstklachten en beelddenken + +In de tijd van de globale Coronavirus pandemie waren we gewend geraakt om meer te (video)bellen, e-mailen en chatten om zo het lief en leed op een digitale manier te delen. We waren sociaal geïsoleerd en hebben weinig tot geen fysiek contact gehad met onze vrienden en familie. Het leven was saai, geen verjaardagen, feestjes en zelfs begrafenissen moesten online. + +Toen de pandemie eenmaal voorbij was had de fysieke jongeren met bipolariteit praatgroep, die ik samen met iemand anders begeleide, zijn koers gelopen. De groep zou verder gaan in een nieuwe vorm, een paar deelnemers stopten. En eveneens mijn companion. De contactpersoon van het Zelfhulpnetwerk te Eindhoven heeft de groep toen hersteld. Hoe nu verder met mijn bipolaire stoornis zonder sociaal vangnet? + +In Januari 2023 begon het toch te jeuken om iets digitaals te doen. Ik was al lid van het besloten Plusminus Young forum. Het is een plek waar we elkaar goed kunnen steunen met de bipolaire kwetsbaarheid en ook ons persoonlijke verhaal kwijt kunnen. Ik deelde daar mijn wens voor een online praat groep. + +En toen werd het idee werkelijkheid. Met hulp van één van de moderators van het forum is er een oproep tot stand gekomen en gepromoot onder de jongeren leden. Al vrij vlot waren we compleet, met 8 enthousiaste deelnemers. Bij meer deelnemers is er in mijn optiek te weinig tijd om elkaar goed uit te laten praten. + +We maken gebruik van Google Meet, voor het video vergaderen, en van Whatsapp, voor direct chat contact. Ik e-mail een datum prikker zodat zoveel mogelijk deelnemers aanwezig kunnen zijn. Het voordeel is dat we geen fysieke locatie nodig hebben, er is geen reistijd, en het kost ook nog helemaal niks. Alleen een klein beetje organisatorische moeite, maar het scheelt dat ik daar gedreven in ben. + +Een week voordat de praatgroep is stuur ik een geplande e-mail met de digitale vergadering deelname links. Wat tevens een herinnering is van de geprikte datum. De bijeenkomst heeft meestal een simpele agenda. Het eerste uur is er een rondje met de vraag hoe het met iedereen gaat, en het tweede uur is er een thema. Het thema kan van alles zijn, aangeleverd door een deelnemer of verzonnen door mij als organisator na goedkeuring van de deelnemers. + +Ik ben heel erg blij met mijn online bipolaire praatgroep. In deze samenstelling hebben we ook geen subsidie nodig zoals wel het geval was bij het Zelfhulpnetwerk te Eindhoven. Nu hebben we ook deelnemers verspreid over het hele land die samen een praatje kunnen maken, dat is toch wel uniek! Toch? + +Link naar benoemde Stichting Zelfhulpnetwerk Zuidoost-Brabant: https://www.zelfhulpnetwerk.nl +Reageren? Mijn privé mailadres die ik gebruik voor de groep: plusminus.young.online.praatgroep@gmail.com \ No newline at end of file diff --git a/2023/Verjaardags feest 34 Son.markdown b/2023/Verjaardags feest 34 Son.markdown new file mode 100644 index 0000000..4af1014 --- /dev/null +++ b/2023/Verjaardags feest 34 Son.markdown @@ -0,0 +1,31 @@ +Verjaardags feest 34 Son + + +Guy & Deborah +Rik & helga + +Andre Breugel +Arno +Maarten +Steven +Geert +Tijmen + + +Hallo Allemaal, + +Hierbij wil ik jullie officieel uitnodigen voor mijn verjaardag te vieren. + +Wanneer: zaterdag op 1 april vanaf 14u (slaapplek kan geregeld worden) +Waar: Piet Heinlaan 47 in Son, Brabant, Aarde + +Ik ben 27 maart jarig en wordt dan 17*2. De meeste heb ik al een keer gesproken maar voor inkopen wil ik nog even polsen of je wel of niet komt. Of je je vriendin of vrouw meeneemt en of je avondeten mee doet (vegetarisch is een extra optie voor diegene). + +Laat even wat weten, dan zorg ik dat het een limburgse verjaardag in brabant wordt dat je niet met honger of dorst naar huis gaat. + +Groet, +Jerry + + +Andre eten +Maarten eten \ No newline at end of file diff --git a/2023/Yoga retraite zomer 2023.markdown b/2023/Yoga retraite zomer 2023.markdown new file mode 100644 index 0000000..ff3ddc4 --- /dev/null +++ b/2023/Yoga retraite zomer 2023.markdown @@ -0,0 +1,20 @@ +Yoga retraite zomer 2023 + +Boeken + +- Vakantie 13-18 augustus Inschrijvingsnummer 3345 (22 oktober 2022) +- Hotel 12 augustus +- Boot 13, 18 augustus + +Meenemen + +- Powerbank maarten + +Informatie + +- Hotel Almenum ([maps](https://www.google.com/maps/place/Hotel+Almenum+-+het+sfeervolle+stadslogement+-/@53.1735709,5.4178926,17.12z/data=!4m13!1m2!2m1!1shotel+almenum!3m9!1s0x47c8ddddb1d3a2cf:0xf23918a5eb3066b0!5m2!4m1!1i2!8m2!3d53.1736842!4d5.4217598!15sCg1ob3RlbCBhbG1lbnVtkgEFaG90ZWzgAQA!16s%2Fg%2F1tmqqlz9)) +- Volkshogeschool Schylgeralân ([maps](https://www.google.com/maps/place/Volkshogeschool+Schylgeral%C3%A2n/@53.3999468,5.3414837,292m/data=!3m1!1e3!4m8!1m2!2m1!1shotel+almenum!3m4!1s0x47c924581f022e27:0xe78065f97a377ad1!8m2!3d53.4003722!4d5.3430287)) + +Yogaterschelling +Peter van der Burg +Tel: 06-19419538 diff --git a/2023/beer-recipe-single-malt-ipa-dec-2023.md b/2023/beer-recipe-single-malt-ipa-dec-2023.md new file mode 100644 index 0000000..cc5c179 --- /dev/null +++ b/2023/beer-recipe-single-malt-ipa-dec-2023.md @@ -0,0 +1,22 @@ +Name: SMaIPA + +30 liter fermentor +33 liter boil + +6.24% (80% effiency) +11.27 EBC +54.52 IBU + +7500 gr pale ale + +60 min 35 gram Target 10.4AA +30 min 25 gram Citra 12,8 AA +5 min Amarillo 25 gram 9 AA +5 min Citra 25 gram 12,8 AA + +Dry hop + +citra 20 gram 12,8AA +amarillo 115 gram +opal 50 gram +el dorado 50 gram diff --git a/2023/golang-talk-han-jan-23/src b/2023/golang-talk-han-jan-23/src new file mode 160000 index 0000000..7127b4c --- /dev/null +++ b/2023/golang-talk-han-jan-23/src @@ -0,0 +1 @@ +Subproject commit 7127b4cc815e95fd87c5a796ef036356013b4997 diff --git a/2023/golang-talk-han-jan-23/workshop-brainstorm-notes.markdown b/2023/golang-talk-han-jan-23/workshop-brainstorm-notes.markdown new file mode 100644 index 0000000..62467e4 --- /dev/null +++ b/2023/golang-talk-han-jan-23/workshop-brainstorm-notes.markdown @@ -0,0 +1,88 @@ +# Workshop golang HAN ESE jan '23 + + +Tekst wat de workshop inhoud: +- Wat ga ik doen +- Verwachting als ze geweest zijn +- Wat moeten ze meenemen + +Workshop inhoud: + +``` +"Writing a tcp server for embedded devices in Golang within hours" + +Course time schedule (50 min) + +- 10 min: About myself, the company I work for and Golang introduction +- 5 min: Exercise explanation +- 30 min: Golang hands-on with support from me (2 persons per exercise) +- 5 min: The outcome and questions + +Bring a laptop with a browser and wifi. The Google Chrome browser is preferred. +``` + + +## Slides + +- https://pkg.go.dev/golang.org/x/tools/present + + +### Interesting packages + +- buffer +- net +- io + +### Golang online playground + +- https://goplay.tools/ has working `net` (officieel https://go.dev/play>) + +## Functional Options Pattern in Golang + + + + + +Normaly you would fill in many parameters or pass a struct with many knobs to turn. The Optional Function Parameter Pattern in Golang deals in a unique way +with module parameters which can be added and removed without extending the type +with extra setter and getter functions. As options is a type they can be passed in as a slice. + +### Excercise + +### The net package + +For cross platform TCP/UDP/UNIX network socket access. From the builtin +`net` package. + +- + +### The show must go on ... + +Good Golang content to keep the ball rolling + +- [A Tour of go](https://go.dev/tour) +- [The Go Blog](https://go.dev/blog/) +- [Go talks (slides)](https://go.dev/talks/) +- [Go by Example](https://gobyexample.com/) +- [Yourbasic.com Golang](https://yourbasic.org/golang) +- [Golang Weekly Newsletter](https://golangweekly.com/issues) +- [Gopher Academy Youtube](https://www.youtube.com/c/GopherAcademy) +- [justforfunc: Programming in Go youtube](https://www.youtube.com/c/justforfunc) ([github](https://github.com/campoy/justforfunc)) + +## Opdracht + +- Zorg dat het programma na 16 client handlings afsluit als alle processing klaar is + +## TODO & Braindump + +- Programming Golang since 2016 +- Zet oefening met sharelink op +- Running opensource project Syncthing macOS +- Check if firefox also works with https://go.dev/play/ +- Golang uses composition for OO-like system instead of polymorphism which is easier to read and write +- GOlang has an interface type builtin to the language (e.g io.Reader) +- `cmd` package is special where executables are +- Multiple return values +- Variables are ALWAYS initialised (for safety) +- Slices to keep things together (len, cap, size) +- Public/private no keyword but by contract (highercase is public, lowercase private) diff --git a/2023/happy-new-year-2024.png b/2023/happy-new-year-2024.png new file mode 100644 index 0000000..e902a3a --- /dev/null +++ b/2023/happy-new-year-2024.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e69d5e46da7f6357764c1d1ce7ae3fcf652654fdf0ff5b8050ac79299146c7 +size 2820810 diff --git a/2023/jerry-newyear-card-2024.png b/2023/jerry-newyear-card-2024.png new file mode 100644 index 0000000..fcc27c0 --- /dev/null +++ b/2023/jerry-newyear-card-2024.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10dcd3332b75662c96089816a04016ad261a799f4259c29d6c2e480ce6d6c769 +size 1969170 diff --git a/2023/jerry-volkstuin-sabbatical-2023.markdown b/2023/jerry-volkstuin-sabbatical-2023.markdown new file mode 100644 index 0000000..34e7792 --- /dev/null +++ b/2023/jerry-volkstuin-sabbatical-2023.markdown @@ -0,0 +1,40 @@ +# Afspraken rondom Jerry's volkstuin Sabbatical + +Jerry Jacobs 20 August 2023 at 12:00 +To: Herman Berkenveld , Herman van Keulen , Wim Appel +Cc: Jerry Jacobs +Beste Herman, Herman en Wim, + +Ik neem een sabbatical van de volkstuin. En heb hieronder puntsgewijs alles opgeschreven (hopelijk niks vergeten). + +- Ik zeg mijn lidmaatschap op per 1 november 2023 +- Ik wil in mijn niet actieve tijd tot 1 oktober 2024 geen nieuwe tuin aangeboden krijgen dus ben tijdelijk dan niet actief lid +- Per 1 oktober 2024 wil ik weer aansluiten op de wachtlijst voor een tuin van 100m2. Pal in de zon zonder schaduw van de bosrand of grote walnotenbomen van andere tuinen. Schaduw van bouwsels is bijna onvermijdelijk +- Ik blijf in mijn niet actieve periode nog altijd de webmaster en IT specialist voor de volkstuin in de niet actieve periode van 1 nov 2023 totdat ik een nieuwe tuin krijg die bij mij past +- Bestuurs- vergaderingen zal ik zo nu en dan bijwonen +- We laten de borg staan anders zou ik opnieuw betalen en dan is de borg nieuwe 75 euro tarief +- Ik wil ~200 euro (onderhandelbaar) voor tuin overdracht naar nieuw lid: + - Duw grasmaaier vrij nieuw + - Compostbak + - Hekwerk in goede staat behalve 1 kleine stukje bij walnoot wat aan vervanging toe is + - Twee kunstof opbergboxen (licht gesleten van het in weer en wind staan) + - Insectenlijm voor bomen + - Bomen snoei balsem + - Gardena gras cultivator zonder steel + - Heggenschaar (3e hands) + - Zinken emmer + - Verf gel voor opberghok (zelfde kleur) + - Opberghok + is dit jaar nog geschuurd en in de verf gezet +- Mogelijkheid tot tijdelijke opslag bij de vereniging zeecontainer van wat spullen: + - Prive Kruiwagen + - Grote kunststof opbergkist + - Kleine partij tegels + - Blauwe ton met zwarte deksel + +Mocht er iets niet duidelijk zijn of wat vergeten, laat het even weten! +Alvast bedankt voor jullie flexibiliteit. + +Met vriendelijke groet, +With kind regards, +Jerry Jacobs +- Personal blog at xor-gate.org \ No newline at end of file diff --git a/2023/just-in-case-als-er-iets-gebeurd.pages b/2023/just-in-case-als-er-iets-gebeurd.pages new file mode 100755 index 0000000..f9262b9 --- /dev/null +++ b/2023/just-in-case-als-er-iets-gebeurd.pages @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdc1d189a0326929ce9ebbde37189b4f58fe12651fcdea583eed7357a9c31de8 +size 219539 diff --git a/2023/ketjap-knoflook-roerei-recept.markdown b/2023/ketjap-knoflook-roerei-recept.markdown new file mode 100644 index 0000000..94788ee --- /dev/null +++ b/2023/ketjap-knoflook-roerei-recept.markdown @@ -0,0 +1,33 @@ +# Ketjap knoflook roerei + +Autheur: Jerry Jacobs +Maakt ~3 porties + +## Ingredienten + +roerei: +8 eieren +20 gram geklaarde boter + +saus: +100 gram ketjap manis kentel no 1 trademark (witte vierkante fles) +200 gram water +3 eetlepels sesamolie +2 theelepels sambal pemuda +1 theelepel kurkuma +1 kleine bol knoflook + +## Bereiding + +Roerei bereiden: + +Neem een steelpan en voeg de geklaarde boter toe laat dit langzaam opwarmen. +Roer de eieren in een maatbeker met een vork. Als het vet heet is giet met een klein straaltje al roerend het ei toe. Op laag vuur blijf doorroeren tot het ei droog en gaar is. Doe het roerei nu in een kom en zet weg. + +Saus bereiding: + +Was de steelpan schoon waar het ei is bereid. Voeg alle ingredienten toe maar pers de knoflook erin. Laat zachtjes opwarmen en rollende kook voor 1 minuut. + +Roerei afmaken: + +Voeg het droge roerei van de kom nu in de net gekookte saus. Laat het dan nog even op iets hoger vuur doorkoken. Zet dan het vuur uit en doe de deksel erop. Laat 15 minuten trekken. \ No newline at end of file diff --git a/2023/november-2023-beer-recipe.rtf b/2023/november-2023-beer-recipe.rtf new file mode 100644 index 0000000..39b0646 --- /dev/null +++ b/2023/november-2023-beer-recipe.rtf @@ -0,0 +1,30 @@ +{\rtf1\ansi\ansicpg1252\cocoartf2639 +\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +{\*\expandedcolortbl;;} +\paperw11900\paperh16840\margl1440\margr1440\vieww11520\viewh8400\viewkind0 +\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural\partightenfactor0 + +\f0\fs24 \cf0 1500 gr flaked oats\ +1000 gr carared 40-50 ebc\ +1000 gr caramel malt Vienna 30-60 ebc\ +4000 gr ale 7 etc\ +\ +5,6% ABV (75% efficiency)\ +27,5 IBU\ +15 EBC\ +\ +7,5kg grain bill\ +\ +41 gr target 10,4 AA - 60 min boil\ +\ +\ +60 graden mash-in\ +64 graden 90 minutes\ +76 graden mash-out + sparge\ +\ +\ +Spoelwater bier\ +East kent golding 5AA\ +Amarillo 15 min\ +300 gr. Suiker} \ No newline at end of file diff --git a/2023/oplaad-apperatuur.markdown b/2023/oplaad-apperatuur.markdown new file mode 100644 index 0000000..1efa37e --- /dev/null +++ b/2023/oplaad-apperatuur.markdown @@ -0,0 +1,11 @@ +# Opladen + +- Macbook +- Smartphone +- Vibrator +- Koptelefoon +- Bluetooth speaker +- Samsung smartphone +- Batterij 350D +- Kobo ereader +- Canon 350D \ No newline at end of file diff --git a/2023/pineapple NAS.markdown b/2023/pineapple NAS.markdown new file mode 100644 index 0000000..c024191 --- /dev/null +++ b/2023/pineapple NAS.markdown @@ -0,0 +1,15 @@ +# pineapple NAS + +## syncthing rclone + +``` +pkg install rclone +su syncthing +rclone config +rclone config file +``` + +See also: +* +* for ratelimit fixup +* \ No newline at end of file diff --git a/2023/pyro-polite-inval-visco-yourpyro/.DS_Store b/2023/pyro-polite-inval-visco-yourpyro/.DS_Store new file mode 100644 index 0000000..2d2c5f8 Binary files /dev/null and b/2023/pyro-polite-inval-visco-yourpyro/.DS_Store differ diff --git a/2023/pyro-polite-inval-visco-yourpyro/Handelaar en koper visco-lont aangepakt _ politie.nl - https___www.politie.nl_.mht b/2023/pyro-polite-inval-visco-yourpyro/Handelaar en koper visco-lont aangepakt _ politie.nl - https___www.politie.nl_.mht new file mode 100644 index 0000000..2aa6e24 --- /dev/null +++ b/2023/pyro-polite-inval-visco-yourpyro/Handelaar en koper visco-lont aangepakt _ politie.nl - https___www.politie.nl_.mht @@ -0,0 +1,33994 @@ +From: +Snapshot-Content-Location: https://www.politie.nl/nieuws/2022/december/30/10-handelaar-en-koper-visco-lont-aangepakt.html +Subject: Handelaar en koper visco-lont aangepakt | politie.nl - https://www.politie.nl/ +Date: Sun, 9 Jul 2023 05:02:00 -0000 +MIME-Version: 1.0 +Content-Type: multipart/related; + type="text/html"; + boundary="----MultipartBoundary--NGC69ufOcg9CMvSOKpwPGFs209GfSGi0S3C1apT2Fg----" + + +------MultipartBoundary--NGC69ufOcg9CMvSOKpwPGFs209GfSGi0S3C1apT2Fg---- +Content-Type: text/html +Content-ID: +Content-Transfer-Encoding: quoted-printable +Content-Location: https://www.politie.nl/nieuws/2022/december/30/10-handelaar-en-koper-visco-lont-aangepakt.html + + + =20 + + + + + + + + + + + + + + + + + + + + + + + + + + + +Handelaar en koper visco-lont aangepakt | politie.nl - https://www.p= +olitie.nl/ + + + + + + =20 + + + + + +
    +
    = + + Mijn Politie +
    Bij= + spoed: 112 Geen spoe= +d: 0900-8844
    3D"Politie
    = +
    <= +label for=3D"search-bar-input" class=3D"show-for-sr">Zoek...

    Handelaar en koper visco-lont aangepakt

    + Gepubliceerd op: +

    + Kerkrade - De politie heeft naar aanleiding van een vuurwer= +kgerelateerd onderzoek een handelaar en een koper tot verantwoording geroep= +en. Agenten van het basisteam Kerkrade draaiden samen het onderzoek met het= + team Milieu. +

    = +

    Voor de 24-jarige handelaar uit Kerkrade = +was het niet de eerste keer dat de politie op dit adres naar binnen is gega= +an. Wederom verkocht de bewoner online visco-lont. Er werd begin december 1= +6 kilo aan lont in beslag genomen. Deze verdachte mag zich later verantwoor= +den bij de rechter.

    Zelfgemaakte explosieven
    +Uit vervolgonderzoek bleek dat er meerdere adressen in het land bekend zijn= + van personen die dit lont hebben gekocht. Bij een aantal adressen is de po= +litie reeds geweest. Op een van die adressen in de wijk Spekholzerheide is = +de politie donderdagmiddag naar binnen gegaan.
    +Op dit adres troffen ze meerdere zelfgemaakte explosieven aan.  Een ex= +plosievenverkenner van het basisteam schakelde vervolgens de explosieven op= +ruimingsdienst (EOD)  in. Deze kwam ter plaatse en zorgde ervoor dat d= +e explosieven veilig verpakt werden, waarna ze vervolgens door hen zijn ove= +rgebracht naar een locatie en tot ontploffing gebracht. De 38-jarige verdac= +hte was zich van geen kwaad bewust en knutselde met zijn puberzoon aan vuur= +werk.
    +Tegen de verdachte wordt proces-verbaal opgemaakt. Tevens zal er door de po= +litie een bestuursrechtelijke rapportage worden opgemaakt dat naar de gemee= +nte wordt verstuurd.

    Knutsel niet aan vuurwerk +Het lont lijkt onschuldig. Echter, het lont wordt gebruikt voor het verleng= +en en aanpassen van vuurwerk. Het per post versturen of ontvangen is streng= + verboden. Doordat dit artikel als verboden artikel gezien wordt (voor part= +iculieren) is het in bezit hebben van visco lont uiteraard ook ve= +rboden. Heb je dit lont gekocht en wist je niet dat het strafbaar was kom h= +et dan inleveren en voorkom verdere problemen. Knutsel niet aan vuurwerk! B= +estel geen visco-lont want dit is levensgevaarlijk voor jezelf en voor je o= +mgeving.

    +De politie is dagelijks bezig met het monitoren van situaties en doet haar = +uiterste best om signalen over ongeregeldheden of illegaal vuurwerk in de k= +iem te smoren. De politie doet dit samen met de inwoners van Limburg en we = +roepen dan ook op om informatie over zwaar vuurwerk of verdachte situaties = +met ons te delen.

    + + + + + + =20 + + =20 + + +
    +------MultipartBoundary--NGC69ufOcg9CMvSOKpwPGFs209GfSGi0S3C1apT2Fg---- +Content-Type: text/css +Content-Transfer-Encoding: quoted-printable +Content-Location: cid:css-cf6194c4-52a6-4e85-959d-d52b879444fc@mhtml.blink + +@charset "utf-8"; + +.v-application a { color: rgb(0, 70, 130); } + +.v-application .primary { background-color: rgb(0, 70, 130) !important; bor= +der-color: rgb(0, 70, 130) !important; } + +.v-application .primary--text { color: rgb(0, 70, 130) !important; caret-co= +lor: rgb(0, 70, 130) !important; } + +.v-application .primary.lighten-5 { background-color: rgb(162, 197, 255) !i= +mportant; border-color: rgb(162, 197, 255) !important; } + +.v-application .primary--text.text--lighten-5 { color: rgb(162, 197, 255) != +important; caret-color: rgb(162, 197, 255) !important; } + +.v-application .primary.lighten-4 { background-color: rgb(133, 170, 240) !i= +mportant; border-color: rgb(133, 170, 240) !important; } + +.v-application .primary--text.text--lighten-4 { color: rgb(133, 170, 240) != +important; caret-color: rgb(133, 170, 240) !important; } + +.v-application .primary.lighten-3 { background-color: rgb(105, 143, 211) !i= +mportant; border-color: rgb(105, 143, 211) !important; } + +.v-application .primary--text.text--lighten-3 { color: rgb(105, 143, 211) != +important; caret-color: rgb(105, 143, 211) !important; } + +.v-application .primary.lighten-2 { background-color: rgb(77, 118, 183) !im= +portant; border-color: rgb(77, 118, 183) !important; } + +.v-application .primary--text.text--lighten-2 { color: rgb(77, 118, 183) !i= +mportant; caret-color: rgb(77, 118, 183) !important; } + +.v-application .primary.lighten-1 { background-color: rgb(47, 93, 156) !imp= +ortant; border-color: rgb(47, 93, 156) !important; } + +.v-application .primary--text.text--lighten-1 { color: rgb(47, 93, 156) !im= +portant; caret-color: rgb(47, 93, 156) !important; } + +.v-application .primary.darken-1 { background-color: rgb(0, 48, 105) !impor= +tant; border-color: rgb(0, 48, 105) !important; } + +.v-application .primary--text.text--darken-1 { color: rgb(0, 48, 105) !impo= +rtant; caret-color: rgb(0, 48, 105) !important; } + +.v-application .primary.darken-2 { background-color: rgb(0, 28, 80) !import= +ant; border-color: rgb(0, 28, 80) !important; } + +.v-application .primary--text.text--darken-2 { color: rgb(0, 28, 80) !impor= +tant; caret-color: rgb(0, 28, 80) !important; } + +.v-application .primary.darken-3 { background-color: rgb(0, 0, 57) !importa= +nt; border-color: rgb(0, 0, 57) !important; } + +.v-application .primary--text.text--darken-3 { color: rgb(0, 0, 57) !import= +ant; caret-color: rgb(0, 0, 57) !important; } + +.v-application .primary.darken-4 { background-color: rgb(0, 0, 36) !importa= +nt; border-color: rgb(0, 0, 36) !important; } + +.v-application .primary--text.text--darken-4 { color: rgb(0, 0, 36) !import= +ant; caret-color: rgb(0, 0, 36) !important; } + +.v-application .secondary { background-color: rgb(66, 66, 66) !important; b= +order-color: rgb(66, 66, 66) !important; } + +.v-application .secondary--text { color: rgb(66, 66, 66) !important; caret-= +color: rgb(66, 66, 66) !important; } + +.v-application .secondary.lighten-5 { background-color: rgb(193, 193, 193) = +!important; border-color: rgb(193, 193, 193) !important; } + +.v-application .secondary--text.text--lighten-5 { color: rgb(193, 193, 193)= + !important; caret-color: rgb(193, 193, 193) !important; } + +.v-application .secondary.lighten-4 { background-color: rgb(166, 166, 166) = +!important; border-color: rgb(166, 166, 166) !important; } + +.v-application .secondary--text.text--lighten-4 { color: rgb(166, 166, 166)= + !important; caret-color: rgb(166, 166, 166) !important; } + +.v-application .secondary.lighten-3 { background-color: rgb(139, 139, 139) = +!important; border-color: rgb(139, 139, 139) !important; } + +.v-application .secondary--text.text--lighten-3 { color: rgb(139, 139, 139)= + !important; caret-color: rgb(139, 139, 139) !important; } + +.v-application .secondary.lighten-2 { background-color: rgb(114, 114, 114) = +!important; border-color: rgb(114, 114, 114) !important; } + +.v-application .secondary--text.text--lighten-2 { color: rgb(114, 114, 114)= + !important; caret-color: rgb(114, 114, 114) !important; } + +.v-application .secondary.lighten-1 { background-color: rgb(89, 89, 89) !im= +portant; border-color: rgb(89, 89, 89) !important; } + +.v-application .secondary--text.text--lighten-1 { color: rgb(89, 89, 89) !i= +mportant; caret-color: rgb(89, 89, 89) !important; } + +.v-application .secondary.darken-1 { background-color: rgb(44, 44, 44) !imp= +ortant; border-color: rgb(44, 44, 44) !important; } + +.v-application .secondary--text.text--darken-1 { color: rgb(44, 44, 44) !im= +portant; caret-color: rgb(44, 44, 44) !important; } + +.v-application .secondary.darken-2 { background-color: rgb(23, 23, 23) !imp= +ortant; border-color: rgb(23, 23, 23) !important; } + +.v-application .secondary--text.text--darken-2 { color: rgb(23, 23, 23) !im= +portant; caret-color: rgb(23, 23, 23) !important; } + +.v-application .secondary.darken-3 { background-color: rgb(0, 0, 0) !import= +ant; border-color: rgb(0, 0, 0) !important; } + +.v-application .secondary--text.text--darken-3 { color: rgb(0, 0, 0) !impor= +tant; caret-color: rgb(0, 0, 0) !important; } + +.v-application .secondary.darken-4 { background-color: rgb(0, 0, 0) !import= +ant; border-color: rgb(0, 0, 0) !important; } + +.v-application .secondary--text.text--darken-4 { color: rgb(0, 0, 0) !impor= +tant; caret-color: rgb(0, 0, 0) !important; } + +.v-application .accent { background-color: rgb(130, 177, 255) !important; b= +order-color: rgb(130, 177, 255) !important; } + +.v-application .accent--text { color: rgb(130, 177, 255) !important; caret-= +color: rgb(130, 177, 255) !important; } + +.v-application .accent.lighten-5 { background-color: rgb(255, 255, 255) !im= +portant; border-color: rgb(255, 255, 255) !important; } + +.v-application .accent--text.text--lighten-5 { color: rgb(255, 255, 255) !i= +mportant; caret-color: rgb(255, 255, 255) !important; } + +.v-application .accent.lighten-4 { background-color: rgb(248, 255, 255) !im= +portant; border-color: rgb(248, 255, 255) !important; } + +.v-application .accent--text.text--lighten-4 { color: rgb(248, 255, 255) !i= +mportant; caret-color: rgb(248, 255, 255) !important; } + +.v-application .accent.lighten-3 { background-color: rgb(218, 255, 255) !im= +portant; border-color: rgb(218, 255, 255) !important; } + +.v-application .accent--text.text--lighten-3 { color: rgb(218, 255, 255) !i= +mportant; caret-color: rgb(218, 255, 255) !important; } + +.v-application .accent.lighten-2 { background-color: rgb(188, 232, 255) !im= +portant; border-color: rgb(188, 232, 255) !important; } + +.v-application .accent--text.text--lighten-2 { color: rgb(188, 232, 255) !i= +mportant; caret-color: rgb(188, 232, 255) !important; } + +.v-application .accent.lighten-1 { background-color: rgb(159, 204, 255) !im= +portant; border-color: rgb(159, 204, 255) !important; } + +.v-application .accent--text.text--lighten-1 { color: rgb(159, 204, 255) !i= +mportant; caret-color: rgb(159, 204, 255) !important; } + +.v-application .accent.darken-1 { background-color: rgb(101, 150, 226) !imp= +ortant; border-color: rgb(101, 150, 226) !important; } + +.v-application .accent--text.text--darken-1 { color: rgb(101, 150, 226) !im= +portant; caret-color: rgb(101, 150, 226) !important; } + +.v-application .accent.darken-2 { background-color: rgb(70, 125, 198) !impo= +rtant; border-color: rgb(70, 125, 198) !important; } + +.v-application .accent--text.text--darken-2 { color: rgb(70, 125, 198) !imp= +ortant; caret-color: rgb(70, 125, 198) !important; } + +.v-application .accent.darken-3 { background-color: rgb(35, 100, 170) !impo= +rtant; border-color: rgb(35, 100, 170) !important; } + +.v-application .accent--text.text--darken-3 { color: rgb(35, 100, 170) !imp= +ortant; caret-color: rgb(35, 100, 170) !important; } + +.v-application .accent.darken-4 { background-color: rgb(0, 76, 144) !import= +ant; border-color: rgb(0, 76, 144) !important; } + +.v-application .accent--text.text--darken-4 { color: rgb(0, 76, 144) !impor= +tant; caret-color: rgb(0, 76, 144) !important; } + +.v-application .error { background-color: rgb(138, 0, 0) !important; border= +-color: rgb(138, 0, 0) !important; } + +.v-application .error--text { color: rgb(138, 0, 0) !important; caret-color= +: rgb(138, 0, 0) !important; } + +.v-application .error.lighten-5 { background-color: rgb(255, 151, 119) !imp= +ortant; border-color: rgb(255, 151, 119) !important; } + +.v-application .error--text.text--lighten-5 { color: rgb(255, 151, 119) !im= +portant; caret-color: rgb(255, 151, 119) !important; } + +.v-application .error.lighten-4 { background-color: rgb(255, 123, 94) !impo= +rtant; border-color: rgb(255, 123, 94) !important; } + +.v-application .error--text.text--lighten-4 { color: rgb(255, 123, 94) !imp= +ortant; caret-color: rgb(255, 123, 94) !important; } + +.v-application .error.lighten-3 { background-color: rgb(231, 96, 70) !impor= +tant; border-color: rgb(231, 96, 70) !important; } + +.v-application .error--text.text--lighten-3 { color: rgb(231, 96, 70) !impo= +rtant; caret-color: rgb(231, 96, 70) !important; } + +.v-application .error.lighten-2 { background-color: rgb(200, 69, 47) !impor= +tant; border-color: rgb(200, 69, 47) !important; } + +.v-application .error--text.text--lighten-2 { color: rgb(200, 69, 47) !impo= +rtant; caret-color: rgb(200, 69, 47) !important; } + +.v-application .error.lighten-1 { background-color: rgb(169, 41, 24) !impor= +tant; border-color: rgb(169, 41, 24) !important; } + +.v-application .error--text.text--lighten-1 { color: rgb(169, 41, 24) !impo= +rtant; caret-color: rgb(169, 41, 24) !important; } + +.v-application .error.darken-1 { background-color: rgb(109, 0, 0) !importan= +t; border-color: rgb(109, 0, 0) !important; } + +.v-application .error--text.text--darken-1 { color: rgb(109, 0, 0) !importa= +nt; caret-color: rgb(109, 0, 0) !important; } + +.v-application .error.darken-2 { background-color: rgb(83, 0, 0) !important= +; border-color: rgb(83, 0, 0) !important; } + +.v-application .error--text.text--darken-2 { color: rgb(83, 0, 0) !importan= +t; caret-color: rgb(83, 0, 0) !important; } + +.v-application .error.darken-3 { background-color: rgb(65, 0, 0) !important= +; border-color: rgb(65, 0, 0) !important; } + +.v-application .error--text.text--darken-3 { color: rgb(65, 0, 0) !importan= +t; caret-color: rgb(65, 0, 0) !important; } + +.v-application .error.darken-4 { background-color: rgb(57, 0, 0) !important= +; border-color: rgb(57, 0, 0) !important; } + +.v-application .error--text.text--darken-4 { color: rgb(57, 0, 0) !importan= +t; caret-color: rgb(57, 0, 0) !important; } + +.v-application .info { background-color: rgb(33, 150, 243) !important; bord= +er-color: rgb(33, 150, 243) !important; } + +.v-application .info--text { color: rgb(33, 150, 243) !important; caret-col= +or: rgb(33, 150, 243) !important; } + +.v-application .info.lighten-5 { background-color: rgb(212, 255, 255) !impo= +rtant; border-color: rgb(212, 255, 255) !important; } + +.v-application .info--text.text--lighten-5 { color: rgb(212, 255, 255) !imp= +ortant; caret-color: rgb(212, 255, 255) !important; } + +.v-application .info.lighten-4 { background-color: rgb(181, 255, 255) !impo= +rtant; border-color: rgb(181, 255, 255) !important; } + +.v-application .info--text.text--lighten-4 { color: rgb(181, 255, 255) !imp= +ortant; caret-color: rgb(181, 255, 255) !important; } + +.v-application .info.lighten-3 { background-color: rgb(149, 232, 255) !impo= +rtant; border-color: rgb(149, 232, 255) !important; } + +.v-application .info--text.text--lighten-3 { color: rgb(149, 232, 255) !imp= +ortant; caret-color: rgb(149, 232, 255) !important; } + +.v-application .info.lighten-2 { background-color: rgb(117, 204, 255) !impo= +rtant; border-color: rgb(117, 204, 255) !important; } + +.v-application .info--text.text--lighten-2 { color: rgb(117, 204, 255) !imp= +ortant; caret-color: rgb(117, 204, 255) !important; } + +.v-application .info.lighten-1 { background-color: rgb(81, 176, 255) !impor= +tant; border-color: rgb(81, 176, 255) !important; } + +.v-application .info--text.text--lighten-1 { color: rgb(81, 176, 255) !impo= +rtant; caret-color: rgb(81, 176, 255) !important; } + +.v-application .info.darken-1 { background-color: rgb(0, 124, 214) !importa= +nt; border-color: rgb(0, 124, 214) !important; } + +.v-application .info--text.text--darken-1 { color: rgb(0, 124, 214) !import= +ant; caret-color: rgb(0, 124, 214) !important; } + +.v-application .info.darken-2 { background-color: rgb(0, 100, 186) !importa= +nt; border-color: rgb(0, 100, 186) !important; } + +.v-application .info--text.text--darken-2 { color: rgb(0, 100, 186) !import= +ant; caret-color: rgb(0, 100, 186) !important; } + +.v-application .info.darken-3 { background-color: rgb(0, 77, 159) !importan= +t; border-color: rgb(0, 77, 159) !important; } + +.v-application .info--text.text--darken-3 { color: rgb(0, 77, 159) !importa= +nt; caret-color: rgb(0, 77, 159) !important; } + +.v-application .info.darken-4 { background-color: rgb(0, 55, 132) !importan= +t; border-color: rgb(0, 55, 132) !important; } + +.v-application .info--text.text--darken-4 { color: rgb(0, 55, 132) !importa= +nt; caret-color: rgb(0, 55, 132) !important; } + +.v-application .success { background-color: rgb(76, 175, 80) !important; bo= +rder-color: rgb(76, 175, 80) !important; } + +.v-application .success--text { color: rgb(76, 175, 80) !important; caret-c= +olor: rgb(76, 175, 80) !important; } + +.v-application .success.lighten-5 { background-color: rgb(220, 255, 214) !i= +mportant; border-color: rgb(220, 255, 214) !important; } + +.v-application .success--text.text--lighten-5 { color: rgb(220, 255, 214) != +important; caret-color: rgb(220, 255, 214) !important; } + +.v-application .success.lighten-4 { background-color: rgb(190, 255, 186) !i= +mportant; border-color: rgb(190, 255, 186) !important; } + +.v-application .success--text.text--lighten-4 { color: rgb(190, 255, 186) != +important; caret-color: rgb(190, 255, 186) !important; } + +.v-application .success.lighten-3 { background-color: rgb(162, 255, 158) !i= +mportant; border-color: rgb(162, 255, 158) !important; } + +.v-application .success--text.text--lighten-3 { color: rgb(162, 255, 158) != +important; caret-color: rgb(162, 255, 158) !important; } + +.v-application .success.lighten-2 { background-color: rgb(133, 231, 131) !i= +mportant; border-color: rgb(133, 231, 131) !important; } + +.v-application .success--text.text--lighten-2 { color: rgb(133, 231, 131) != +important; caret-color: rgb(133, 231, 131) !important; } + +.v-application .success.lighten-1 { background-color: rgb(105, 203, 105) !i= +mportant; border-color: rgb(105, 203, 105) !important; } + +.v-application .success--text.text--lighten-1 { color: rgb(105, 203, 105) != +important; caret-color: rgb(105, 203, 105) !important; } + +.v-application .success.darken-1 { background-color: rgb(45, 148, 55) !impo= +rtant; border-color: rgb(45, 148, 55) !important; } + +.v-application .success--text.text--darken-1 { color: rgb(45, 148, 55) !imp= +ortant; caret-color: rgb(45, 148, 55) !important; } + +.v-application .success.darken-2 { background-color: rgb(0, 121, 30) !impor= +tant; border-color: rgb(0, 121, 30) !important; } + +.v-application .success--text.text--darken-2 { color: rgb(0, 121, 30) !impo= +rtant; caret-color: rgb(0, 121, 30) !important; } + +.v-application .success.darken-3 { background-color: rgb(0, 96, 0) !importa= +nt; border-color: rgb(0, 96, 0) !important; } + +.v-application .success--text.text--darken-3 { color: rgb(0, 96, 0) !import= +ant; caret-color: rgb(0, 96, 0) !important; } + +.v-application .success.darken-4 { background-color: rgb(0, 71, 0) !importa= +nt; border-color: rgb(0, 71, 0) !important; } + +.v-application .success--text.text--darken-4 { color: rgb(0, 71, 0) !import= +ant; caret-color: rgb(0, 71, 0) !important; } + +.v-application .warning { background-color: rgb(251, 140, 0) !important; bo= +rder-color: rgb(251, 140, 0) !important; } + +.v-application .warning--text { color: rgb(251, 140, 0) !important; caret-c= +olor: rgb(251, 140, 0) !important; } + +.v-application .warning.lighten-5 { background-color: rgb(255, 255, 158) !i= +mportant; border-color: rgb(255, 255, 158) !important; } + +.v-application .warning--text.text--lighten-5 { color: rgb(255, 255, 158) != +important; caret-color: rgb(255, 255, 158) !important; } + +.v-application .warning.lighten-4 { background-color: rgb(255, 251, 130) !i= +mportant; border-color: rgb(255, 251, 130) !important; } + +.v-application .warning--text.text--lighten-4 { color: rgb(255, 251, 130) != +important; caret-color: rgb(255, 251, 130) !important; } + +.v-application .warning.lighten-3 { background-color: rgb(255, 223, 103) !i= +mportant; border-color: rgb(255, 223, 103) !important; } + +.v-application .warning--text.text--lighten-3 { color: rgb(255, 223, 103) != +important; caret-color: rgb(255, 223, 103) !important; } + +.v-application .warning.lighten-2 { background-color: rgb(255, 194, 75) !im= +portant; border-color: rgb(255, 194, 75) !important; } + +.v-application .warning--text.text--lighten-2 { color: rgb(255, 194, 75) !i= +mportant; caret-color: rgb(255, 194, 75) !important; } + +.v-application .warning.lighten-1 { background-color: rgb(255, 167, 45) !im= +portant; border-color: rgb(255, 167, 45) !important; } + +.v-application .warning--text.text--lighten-1 { color: rgb(255, 167, 45) !i= +mportant; caret-color: rgb(255, 167, 45) !important; } + +.v-application .warning.darken-1 { background-color: rgb(219, 114, 0) !impo= +rtant; border-color: rgb(219, 114, 0) !important; } + +.v-application .warning--text.text--darken-1 { color: rgb(219, 114, 0) !imp= +ortant; caret-color: rgb(219, 114, 0) !important; } + +.v-application .warning.darken-2 { background-color: rgb(187, 89, 0) !impor= +tant; border-color: rgb(187, 89, 0) !important; } + +.v-application .warning--text.text--darken-2 { color: rgb(187, 89, 0) !impo= +rtant; caret-color: rgb(187, 89, 0) !important; } + +.v-application .warning.darken-3 { background-color: rgb(157, 64, 0) !impor= +tant; border-color: rgb(157, 64, 0) !important; } + +.v-application .warning--text.text--darken-3 { color: rgb(157, 64, 0) !impo= +rtant; caret-color: rgb(157, 64, 0) !important; } + +.v-application .warning.darken-4 { background-color: rgb(128, 39, 0) !impor= +tant; border-color: rgb(128, 39, 0) !important; } + +.v-application .warning--text.text--darken-4 { color: rgb(128, 39, 0) !impo= +rtant; caret-color: rgb(128, 39, 0) !important; } +------MultipartBoundary--NGC69ufOcg9CMvSOKpwPGFs209GfSGi0S3C1apT2Fg---- +Content-Type: text/css +Content-Transfer-Encoding: quoted-printable +Content-Location: cid:css-e3e87903-81a7-48d9-8ca9-9455ed7826a6@mhtml.blink + +@charset "utf-8"; + +.chatlayer-chatbox-wrapper { position: fixed; display: flex; flex-direction= +: column; justify-content: flex-end; max-height: 800px; height: 100vh; righ= +t: 0px; bottom: 0px; padding: 1.5rem; pointer-events: none; box-sizing: bor= +der-box; } + +.chatlayer-chatbox-button { transition: all 0.4s ease 0s; align-self: flex-= +end; display: flex; justify-content: center; align-items: center; border-ra= +dius: 50%; flex-shrink: 0; width: 4rem; height: 4rem; pointer-events: all; = +box-shadow: rgb(153, 153, 153) 0.1rem 0.1rem 0.4rem; } +------MultipartBoundary--NGC69ufOcg9CMvSOKpwPGFs209GfSGi0S3C1apT2Fg---- +Content-Type: text/css +Content-Transfer-Encoding: quoted-printable +Content-Location: cid:css-fdd7525f-3572-497c-8739-e90302d6e3a1@mhtml.blink + +@charset "utf-8"; + +.usabilla_live_button_container { display: none; } +------MultipartBoundary--NGC69ufOcg9CMvSOKpwPGFs209GfSGi0S3C1apT2Fg---- +Content-Type: text/css +Content-Transfer-Encoding: quoted-printable +Content-Location: cid:css-1d595031-5538-4e00-812e-3bf78871044d@mhtml.blink + +@charset "utf-8"; + +iframe.usabilla-live-button#usabilla_live_button_container_iframe871369922 = +{ width: 40px; height: 121px; margin: 0px; padding: 0px; border: 0px; overf= +low: hidden; z-index: 9998; position: absolute; left: 0px; top: 0px; box-sh= +adow: 0px 0px 0px; background-color: transparent; } +------MultipartBoundary--NGC69ufOcg9CMvSOKpwPGFs209GfSGi0S3C1apT2Fg---- +Content-Type: text/css +Content-Transfer-Encoding: quoted-printable +Content-Location: cid:css-bede34db-ea7e-4af1-83b9-b2e2d935b0dd@mhtml.blink + +@charset "utf-8"; + +div.usabilla_live_button_container#usabilla_live_button_container_923809999= +[role=3D"button"] { top: 50%; margin-top: -60.5px; width: 40px; height: 121= +px; position: fixed; z-index: 999; right: 0px; } +------MultipartBoundary--NGC69ufOcg9CMvSOKpwPGFs209GfSGi0S3C1apT2Fg---- +Content-Type: text/css +Content-Transfer-Encoding: quoted-printable +Content-Location: https://www.politie.nl/politie2018/bundle.min.css?-cb16873498353943 + +@charset "utf-8"; + +.theme--light.v-application { background: rgb(255, 255, 255); color: rgba(0= +, 0, 0, 0.87); } + +.theme--light.v-application .text--primary { color: rgba(0, 0, 0, 0.87) !im= +portant; } + +.theme--light.v-application .text--secondary { color: rgba(0, 0, 0, 0.6) !i= +mportant; } + +.theme--light.v-application .text--disabled { color: rgba(0, 0, 0, 0.38) !i= +mportant; } + +.theme--dark.v-application { background: rgb(18, 18, 18); color: rgb(255, 2= +55, 255); } + +.theme--dark.v-application .text--primary { color: rgb(255, 255, 255) !impo= +rtant; } + +.theme--dark.v-application .text--secondary { color: rgba(255, 255, 255, 0.= +7) !important; } + +.theme--dark.v-application .text--disabled { color: rgba(255, 255, 255, 0.5= +) !important; } + +.v-application { display: flex; position: relative; } + +.v-application a { cursor: pointer; } + +.v-application--is-rtl { direction: rtl; } + +.v-application--wrap { -webkit-box-flex: 1; flex: 1 1 auto; backface-visibi= +lity: hidden; display: flex; -webkit-box-orient: vertical; -webkit-box-dire= +ction: normal; flex-direction: column; min-height: 100vh; max-width: 100%; = +position: relative; } + +.v-main { display: flex; -webkit-box-flex: 1; flex: 1 0 auto; max-width: 10= +0%; transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s; } + +.v-main:not([data-booted=3D"true"]) { transition: none 0s ease 0s !importan= +t; } + +.v-main__wrap { -webkit-box-flex: 1; flex: 1 1 auto; max-width: 100%; posit= +ion: relative; } + +.theme--light.v-textarea.v-text-field--solo-inverted.v-input--is-focused te= +xtarea { color: rgb(255, 255, 255); } + +.theme--light.v-textarea.v-text-field--solo-inverted.v-input--is-focused te= +xtarea::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.5); } + +.theme--light.v-textarea.v-text-field--solo-inverted.v-input--is-focused te= +xtarea::placeholder { color: rgba(255, 255, 255, 0.5); } + +.theme--dark.v-textarea.v-text-field--solo-inverted.v-input--is-focused tex= +tarea { color: rgba(0, 0, 0, 0.87); } + +.theme--dark.v-textarea.v-text-field--solo-inverted.v-input--is-focused tex= +tarea::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.38); } + +.theme--dark.v-textarea.v-text-field--solo-inverted.v-input--is-focused tex= +tarea::placeholder { color: rgba(0, 0, 0, 0.38); } + +.v-textarea textarea { align-self: stretch; -webkit-box-flex: 1; flex: 1 1 = +auto; line-height: 1.75rem; max-width: 100%; min-height: 32px; outline: non= +e; padding: 0px; width: 100%; } + +.v-textarea .v-text-field__prefix, .v-textarea .v-text-field__suffix { padd= +ing-top: 2px; align-self: start; } + +.v-textarea.v-text-field--box .v-text-field__prefix, .v-textarea.v-text-fie= +ld--box textarea, .v-textarea.v-text-field--enclosed .v-text-field__prefix,= + .v-textarea.v-text-field--enclosed textarea { margin-top: 24px; } + +.v-textarea.v-text-field--box.v-text-field--single-line:not(.v-input--dense= +) .v-text-field__prefix, .v-textarea.v-text-field--box.v-text-field--single= +-line:not(.v-input--dense) .v-text-field__suffix, .v-textarea.v-text-field-= +-box.v-text-field--single-line:not(.v-input--dense) textarea, .v-textarea.v= +-text-field--box.v-text-field--outlined:not(.v-input--dense) .v-text-field_= +_prefix, .v-textarea.v-text-field--box.v-text-field--outlined:not(.v-input-= +-dense) .v-text-field__suffix, .v-textarea.v-text-field--box.v-text-field--= +outlined:not(.v-input--dense) textarea, .v-textarea.v-text-field--enclosed.= +v-text-field--single-line:not(.v-input--dense) .v-text-field__prefix, .v-te= +xtarea.v-text-field--enclosed.v-text-field--single-line:not(.v-input--dense= +) .v-text-field__suffix, .v-textarea.v-text-field--enclosed.v-text-field--s= +ingle-line:not(.v-input--dense) textarea, .v-textarea.v-text-field--enclose= +d.v-text-field--outlined:not(.v-input--dense) .v-text-field__prefix, .v-tex= +tarea.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v= +-text-field__suffix, .v-textarea.v-text-field--enclosed.v-text-field--outli= +ned:not(.v-input--dense) textarea { margin-top: 10px; } + +.v-textarea.v-text-field--box.v-text-field--single-line:not(.v-input--dense= +) .v-label, .v-textarea.v-text-field--box.v-text-field--outlined:not(.v-inp= +ut--dense) .v-label, .v-textarea.v-text-field--enclosed.v-text-field--singl= +e-line:not(.v-input--dense) .v-label, .v-textarea.v-text-field--enclosed.v-= +text-field--outlined:not(.v-input--dense) .v-label { top: 18px; } + +.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-t= +ext-field__prefix, .v-textarea.v-text-field--box.v-text-field--single-line.= +v-input--dense .v-text-field__suffix, .v-textarea.v-text-field--box.v-text-= +field--single-line.v-input--dense textarea, .v-textarea.v-text-field--box.v= +-text-field--outlined.v-input--dense .v-text-field__prefix, .v-textarea.v-t= +ext-field--box.v-text-field--outlined.v-input--dense .v-text-field__suffix,= + .v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense textar= +ea, .v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--d= +ense .v-text-field__prefix, .v-textarea.v-text-field--enclosed.v-text-field= +--single-line.v-input--dense .v-text-field__suffix, .v-textarea.v-text-fiel= +d--enclosed.v-text-field--single-line.v-input--dense textarea, .v-textarea.= +v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-text-field_= +_prefix, .v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input-= +-dense .v-text-field__suffix, .v-textarea.v-text-field--enclosed.v-text-fie= +ld--outlined.v-input--dense textarea { margin-top: 6px; } + +.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-i= +nput__prepend-inner, .v-textarea.v-text-field--box.v-text-field--single-lin= +e.v-input--dense .v-input__prepend-outer, .v-textarea.v-text-field--box.v-t= +ext-field--single-line.v-input--dense .v-input__append-inner, .v-textarea.v= +-text-field--box.v-text-field--single-line.v-input--dense .v-input__append-= +outer, .v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense = +.v-input__prepend-inner, .v-textarea.v-text-field--box.v-text-field--outlin= +ed.v-input--dense .v-input__prepend-outer, .v-textarea.v-text-field--box.v-= +text-field--outlined.v-input--dense .v-input__append-inner, .v-textarea.v-t= +ext-field--box.v-text-field--outlined.v-input--dense .v-input__append-outer= +, .v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--den= +se .v-input__prepend-inner, .v-textarea.v-text-field--enclosed.v-text-field= +--single-line.v-input--dense .v-input__prepend-outer, .v-textarea.v-text-fi= +eld--enclosed.v-text-field--single-line.v-input--dense .v-input__append-inn= +er, .v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--d= +ense .v-input__append-outer, .v-textarea.v-text-field--enclosed.v-text-fiel= +d--outlined.v-input--dense .v-input__prepend-inner, .v-textarea.v-text-fiel= +d--enclosed.v-text-field--outlined.v-input--dense .v-input__prepend-outer, = +.v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v= +-input__append-inner, .v-textarea.v-text-field--enclosed.v-text-field--outl= +ined.v-input--dense .v-input__append-outer { align-self: flex-start; margin= +-top: 8px; } + +.v-textarea.v-text-field--solo { -webkit-box-align: start; align-items: fle= +x-start; } + +.v-textarea.v-text-field--solo .v-input__control textarea { caret-color: au= +to; } + +.v-textarea.v-text-field--solo .v-input__prepend-inner, .v-textarea.v-text-= +field--solo .v-input__prepend-outer, .v-textarea.v-text-field--solo .v-inpu= +t__append-inner, .v-textarea.v-text-field--solo .v-input__append-outer { al= +ign-self: flex-start; margin-top: 12px; } + +.v-application--is-ltr .v-textarea.v-text-field--solo .v-input__append-inne= +r { padding-left: 12px; } + +.v-application--is-rtl .v-textarea.v-text-field--solo .v-input__append-inne= +r { padding-right: 12px; } + +.v-textarea--auto-grow textarea { overflow: hidden; } + +.v-textarea--no-resize textarea { resize: none; } + +.v-textarea.v-text-field--enclosed .v-text-field__slot { align-self: stretc= +h; } + +.v-application--is-ltr .v-textarea.v-text-field--enclosed .v-text-field__sl= +ot { margin-right: -12px; } + +.v-application--is-rtl .v-textarea.v-text-field--enclosed .v-text-field__sl= +ot { margin-left: -12px; } + +.v-application--is-ltr .v-textarea.v-text-field--enclosed .v-text-field__sl= +ot textarea { padding-right: 12px; } + +.v-application--is-rtl .v-textarea.v-text-field--enclosed .v-text-field__sl= +ot textarea { padding-left: 12px; } + +.theme--light.v-text-field > .v-input__control > .v-input__slot::before { b= +order-color: rgba(0, 0, 0, 0.42); } + +.theme--light.v-text-field:not(.v-input--has-state):hover > .v-input__contr= +ol > .v-input__slot::before { border-color: rgba(0, 0, 0, 0.87); } + +.theme--light.v-text-field.v-input--is-disabled .v-input__slot::before { bo= +rder-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.38) 0px, rg= +ba(0, 0, 0, 0.38) 2px, transparent 2px, transparent 4px) 1 / 1 / 0 repeat; = +} + +.theme--light.v-text-field--filled > .v-input__control > .v-input__slot { b= +ackground: rgba(0, 0, 0, 0.06); } + +.theme--light.v-text-field--filled:not(.v-input--is-focused):not(.v-input--= +has-state) > .v-input__control > .v-input__slot:hover { background: rgba(0,= + 0, 0, 0.12); } + +.theme--light.v-text-field--solo > .v-input__control > .v-input__slot { bac= +kground: rgb(255, 255, 255); } + +.theme--light.v-text-field--solo-inverted > .v-input__control > .v-input__s= +lot { background: rgba(0, 0, 0, 0.06); } + +.theme--light.v-text-field--solo-inverted.v-input--is-focused > .v-input__c= +ontrol > .v-input__slot { background: rgb(66, 66, 66); } + +.theme--light.v-text-field--solo-inverted.v-input--is-focused > .v-input__c= +ontrol > .v-input__slot input { color: rgb(255, 255, 255); } + +.theme--light.v-text-field--solo-inverted.v-input--is-focused > .v-input__c= +ontrol > .v-input__slot input::-webkit-input-placeholder { color: rgba(255,= + 255, 255, 0.5); } + +.theme--light.v-text-field--solo-inverted.v-input--is-focused > .v-input__c= +ontrol > .v-input__slot input::placeholder { color: rgba(255, 255, 255, 0.5= +); } + +.theme--light.v-text-field--solo-inverted.v-input--is-focused > .v-input__c= +ontrol > .v-input__slot .v-label { color: rgba(255, 255, 255, 0.7); } + +.theme--light.v-text-field--outlined:not(.v-input--is-focused):not(.v-input= +--has-state) > .v-input__control > .v-input__slot fieldset { color: rgba(0,= + 0, 0, 0.38); } + +.theme--light.v-text-field--outlined:not(.v-input--is-focused):not(.v-input= +--has-state):not(.v-input--is-disabled) > .v-input__control > .v-input__slo= +t:hover fieldset { color: rgba(0, 0, 0, 0.86); } + +.theme--light.v-text-field--outlined:not(.v-input--is-focused).v-input--is-= +disabled > .v-input__control > .v-input__slot fieldset { color: rgba(0, 0, = +0, 0.26); } + +.theme--dark.v-text-field > .v-input__control > .v-input__slot::before { bo= +rder-color: rgba(255, 255, 255, 0.7); } + +.theme--dark.v-text-field:not(.v-input--has-state):hover > .v-input__contro= +l > .v-input__slot::before { border-color: rgb(255, 255, 255); } + +.theme--dark.v-text-field.v-input--is-disabled .v-input__slot::before { bor= +der-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.5) 0px= +, rgba(255, 255, 255, 0.5) 2px, transparent 2px, transparent 4px) 1 / 1 / 0= + repeat; } + +.theme--dark.v-text-field--filled > .v-input__control > .v-input__slot { ba= +ckground: rgba(255, 255, 255, 0.08); } + +.theme--dark.v-text-field--filled:not(.v-input--is-focused):not(.v-input--h= +as-state) > .v-input__control > .v-input__slot:hover { background: rgba(255= +, 255, 255, 0.16); } + +.theme--dark.v-text-field--solo > .v-input__control > .v-input__slot { back= +ground: rgb(30, 30, 30); } + +.theme--dark.v-text-field--solo-inverted > .v-input__control > .v-input__sl= +ot { background: rgba(255, 255, 255, 0.16); } + +.theme--dark.v-text-field--solo-inverted.v-input--is-focused > .v-input__co= +ntrol > .v-input__slot { background: rgb(255, 255, 255); } + +.theme--dark.v-text-field--solo-inverted.v-input--is-focused > .v-input__co= +ntrol > .v-input__slot input { color: rgba(0, 0, 0, 0.87); } + +.theme--dark.v-text-field--solo-inverted.v-input--is-focused > .v-input__co= +ntrol > .v-input__slot input::-webkit-input-placeholder { color: rgba(0, 0,= + 0, 0.38); } + +.theme--dark.v-text-field--solo-inverted.v-input--is-focused > .v-input__co= +ntrol > .v-input__slot input::placeholder { color: rgba(0, 0, 0, 0.38); } + +.theme--dark.v-text-field--solo-inverted.v-input--is-focused > .v-input__co= +ntrol > .v-input__slot .v-label { color: rgba(0, 0, 0, 0.6); } + +.theme--dark.v-text-field--outlined:not(.v-input--is-focused):not(.v-input-= +-has-state) > .v-input__control > .v-input__slot fieldset { color: rgba(255= +, 255, 255, 0.24); } + +.theme--dark.v-text-field--outlined:not(.v-input--is-focused):not(.v-input-= +-has-state):not(.v-input--is-disabled) > .v-input__control > .v-input__slot= +:hover fieldset { color: rgb(255, 255, 255); } + +.theme--dark.v-text-field--outlined:not(.v-input--is-focused).v-input--is-d= +isabled > .v-input__control > .v-input__slot fieldset { color: rgba(255, 25= +5, 255, 0.16); } + +.v-text-field { padding-top: 12px; margin-top: 4px; } + +.v-text-field__prefix, .v-text-field__suffix { line-height: 20px; } + +.v-text-field input { -webkit-box-flex: 1; flex: 1 1 auto; line-height: 20p= +x; padding: 8px 0px; max-width: 100%; min-width: 0px; width: 100%; } + +.v-text-field fieldset, .v-text-field .v-input__control, .v-text-field .v-i= +nput__slot { border-radius: inherit; } + +.v-text-field fieldset, .v-text-field .v-input__control { color: currentcol= +or; } + +.v-text-field.v-input--has-state .v-input__control > .v-text-field__details= + > .v-counter { color: currentcolor; } + +.v-text-field.v-input--is-disabled .v-input__control > .v-text-field__detai= +ls > .v-counter, .v-text-field.v-input--is-disabled .v-input__control > .v-= +text-field__details > .v-messages { color: currentcolor; } + +.v-text-field.v-input--dense { padding-top: 0px; } + +.v-text-field.v-input--dense .v-label { top: 4px; } + +.v-text-field.v-input--dense:not(.v-text-field--outlined) .v-text-field__pr= +efix, .v-text-field.v-input--dense:not(.v-text-field--outlined) .v-text-fie= +ld__suffix, .v-text-field.v-input--dense:not(.v-text-field--outlined) input= + { padding: 4px 0px 2px; } + +.v-text-field.v-input--dense:not(.v-text-field--outlined) .v-text-field__pr= +efix { padding-right: 4px; } + +.v-text-field.v-input--dense:not(.v-text-field--outlined) .v-text-field__su= +ffix { padding-left: 4px; } + +.v-text-field.v-input--dense .v-input__prepend-inner, .v-text-field.v-input= +--dense .v-input__append-inner { margin-top: 0px; } + +.v-text-field .v-input__prepend-inner, .v-text-field .v-input__append-inner= + { align-self: flex-start; display: inline-flex; margin-top: 4px; line-heig= +ht: 1; user-select: none; } + +.v-application--is-ltr .v-text-field .v-input__prepend-inner { margin-right= +: auto; padding-right: 4px; } + +.v-application--is-rtl .v-text-field .v-input__prepend-inner { margin-left:= + auto; padding-left: 4px; } + +.v-application--is-ltr .v-text-field .v-input__append-inner { margin-left: = +auto; padding-left: 4px; } + +.v-application--is-rtl .v-text-field .v-input__append-inner { margin-right:= + auto; padding-right: 4px; } + +.v-text-field .v-counter { white-space: nowrap; } + +.v-application--is-ltr .v-text-field .v-counter { margin-left: 8px; } + +.v-application--is-rtl .v-text-field .v-counter { margin-right: 8px; } + +.v-text-field .v-label { max-width: 90%; overflow: hidden; text-overflow: e= +llipsis; top: 6px; white-space: nowrap; pointer-events: none; } + +.v-application--is-ltr .v-text-field .v-label { transform-origin: left top;= + } + +.v-application--is-rtl .v-text-field .v-label { transform-origin: right top= +; } + +.v-text-field .v-label--active { max-width: 133%; transform: translateY(-18= +px) scale(0.75); pointer-events: auto; } + +.v-text-field > .v-input__control > .v-input__slot { cursor: text; } + +.v-text-field > .v-input__control > .v-input__slot::before, .v-text-field >= + .v-input__control > .v-input__slot::after { bottom: -1px; content: ""; lef= +t: 0px; position: absolute; transition: all 0.3s cubic-bezier(0.25, 0.8, 0.= +5, 1) 0s; width: 100%; } + +.v-text-field > .v-input__control > .v-input__slot::before { border-color: = +inherit; border-style: solid; border-width: thin 0px 0px; } + +.v-text-field > .v-input__control > .v-input__slot::after { background-colo= +r: currentcolor; border-color: currentcolor; border-style: solid; border-wi= +dth: thin 0px; transform: scaleX(0); } + +.v-text-field__details { display: flex; -webkit-box-flex: 1; flex: 1 0 auto= +; max-width: 100%; min-height: 14px; overflow: hidden; } + +.v-text-field__prefix, .v-text-field__suffix { align-self: center; cursor: = +default; transition: color 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) 0s; white-s= +pace: nowrap; } + +.v-application--is-ltr .v-text-field__prefix { text-align: right; padding-r= +ight: 4px; } + +.v-application--is-rtl .v-text-field__prefix { text-align: left; padding-le= +ft: 4px; } + +.v-text-field__suffix { white-space: nowrap; } + +.v-application--is-ltr .v-text-field__suffix { padding-left: 4px; } + +.v-application--is-rtl .v-text-field__suffix { padding-right: 4px; } + +.v-application--is-ltr .v-text-field--reverse .v-text-field__prefix { text-= +align: left; padding-right: 0px; padding-left: 4px; } + +.v-application--is-rtl .v-text-field--reverse .v-text-field__prefix { text-= +align: right; padding-right: 4px; padding-left: 0px; } + +.v-application--is-ltr .v-text-field--reverse .v-text-field__suffix { paddi= +ng-left: 0px; padding-right: 4px; } + +.v-application--is-rtl .v-text-field--reverse .v-text-field__suffix { paddi= +ng-left: 4px; padding-right: 0px; } + +.v-text-field > .v-input__control > .v-input__slot > .v-text-field__slot { = +display: flex; -webkit-box-flex: 1; flex: 1 1 auto; position: relative; } + +.v-text-field:not(.v-text-field--is-booted) .v-label, .v-text-field:not(.v-= +text-field--is-booted) legend { transition: none 0s ease 0s; } + +.v-text-field--filled, .v-text-field--full-width, .v-text-field--outlined {= + position: relative; } + +.v-text-field--filled > .v-input__control > .v-input__slot, .v-text-field--= +full-width > .v-input__control > .v-input__slot, .v-text-field--outlined > = +.v-input__control > .v-input__slot { -webkit-box-align: stretch; align-item= +s: stretch; min-height: 56px; } + +.v-text-field--filled.v-input--dense > .v-input__control > .v-input__slot, = +.v-text-field--full-width.v-input--dense > .v-input__control > .v-input__sl= +ot, .v-text-field--outlined.v-input--dense > .v-input__control > .v-input__= +slot { min-height: 52px; } + +.v-text-field--filled.v-input--dense.v-text-field--single-line > .v-input__= +control > .v-input__slot, .v-text-field--filled.v-input--dense.v-text-field= +--outlined > .v-input__control > .v-input__slot, .v-text-field--filled.v-in= +put--dense.v-text-field--outlined.v-text-field--filled > .v-input__control = +> .v-input__slot, .v-text-field--full-width.v-input--dense.v-text-field--si= +ngle-line > .v-input__control > .v-input__slot, .v-text-field--full-width.v= +-input--dense.v-text-field--outlined > .v-input__control > .v-input__slot, = +.v-text-field--full-width.v-input--dense.v-text-field--outlined.v-text-fiel= +d--filled > .v-input__control > .v-input__slot, .v-text-field--outlined.v-i= +nput--dense.v-text-field--single-line > .v-input__control > .v-input__slot,= + .v-text-field--outlined.v-input--dense.v-text-field--outlined > .v-input__= +control > .v-input__slot, .v-text-field--outlined.v-input--dense.v-text-fie= +ld--outlined.v-text-field--filled > .v-input__control > .v-input__slot { mi= +n-height: 40px; } + +.v-text-field--outlined { border-radius: 4px; } + +.v-text-field--full-width .v-input__prepend-outer, .v-text-field--full-widt= +h .v-input__prepend-inner, .v-text-field--full-width .v-input__append-inner= +, .v-text-field--full-width .v-input__append-outer, .v-text-field--enclosed= + .v-input__prepend-outer, .v-text-field--enclosed .v-input__prepend-inner, = +.v-text-field--enclosed .v-input__append-inner, .v-text-field--enclosed .v-= +input__append-outer { margin-top: 17px; } + +.v-text-field--full-width.v-input--dense:not(.v-text-field--solo) .v-input_= +_prepend-outer, .v-text-field--full-width.v-input--dense:not(.v-text-field-= +-solo) .v-input__prepend-inner, .v-text-field--full-width.v-input--dense:no= +t(.v-text-field--solo) .v-input__append-inner, .v-text-field--full-width.v-= +input--dense:not(.v-text-field--solo) .v-input__append-outer, .v-text-field= +--enclosed.v-input--dense:not(.v-text-field--solo) .v-input__prepend-outer,= + .v-text-field--enclosed.v-input--dense:not(.v-text-field--solo) .v-input__= +prepend-inner, .v-text-field--enclosed.v-input--dense:not(.v-text-field--so= +lo) .v-input__append-inner, .v-text-field--enclosed.v-input--dense:not(.v-t= +ext-field--solo) .v-input__append-outer { margin-top: 14px; } + +.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-fi= +eld--single-line .v-input__prepend-outer, .v-text-field--full-width.v-input= +--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__prepen= +d-inner, .v-text-field--full-width.v-input--dense:not(.v-text-field--solo).= +v-text-field--single-line .v-input__append-inner, .v-text-field--full-width= +.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input= +__append-outer, .v-text-field--enclosed.v-input--dense:not(.v-text-field--s= +olo).v-text-field--single-line .v-input__prepend-outer, .v-text-field--encl= +osed.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-i= +nput__prepend-inner, .v-text-field--enclosed.v-input--dense:not(.v-text-fie= +ld--solo).v-text-field--single-line .v-input__append-inner, .v-text-field--= +enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--single-line = +.v-input__append-outer { margin-top: 9px; } + +.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-fi= +eld--outlined .v-input__prepend-outer, .v-text-field--full-width.v-input--d= +ense:not(.v-text-field--solo).v-text-field--outlined .v-input__prepend-inne= +r, .v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text= +-field--outlined .v-input__append-inner, .v-text-field--full-width.v-input-= +-dense:not(.v-text-field--solo).v-text-field--outlined .v-input__append-out= +er, .v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-= +field--outlined .v-input__prepend-outer, .v-text-field--enclosed.v-input--d= +ense:not(.v-text-field--solo).v-text-field--outlined .v-input__prepend-inne= +r, .v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-f= +ield--outlined .v-input__append-inner, .v-text-field--enclosed.v-input--den= +se:not(.v-text-field--solo).v-text-field--outlined .v-input__append-outer {= + margin-top: 8px; } + +.v-text-field--filled .v-label, .v-text-field--full-width .v-label { top: 1= +8px; } + +.v-text-field--filled .v-label--active, .v-text-field--full-width .v-label-= +-active { transform: translateY(-6px) scale(0.75); } + +.v-text-field--filled.v-input--dense .v-label, .v-text-field--full-width.v-= +input--dense .v-label { top: 17px; } + +.v-text-field--filled.v-input--dense .v-label--active, .v-text-field--full-= +width.v-input--dense .v-label--active { transform: translateY(-10px) scale(= +0.75); } + +.v-text-field--filled.v-input--dense.v-text-field--single-line .v-label, .v= +-text-field--full-width.v-input--dense.v-text-field--single-line .v-label {= + top: 11px; } + +.v-text-field--filled { border-radius: 4px 4px 0px 0px; } + +.v-text-field--filled:not(.v-text-field--single-line) input { margin-top: 2= +2px; } + +.v-text-field--filled.v-input--dense:not(.v-text-field--single-line).v-text= +-field--outlined input { margin-top: 0px; } + +.v-text-field--filled .v-text-field__prefix, .v-text-field--filled .v-text-= +field__suffix { max-height: 32px; margin-top: 20px; } + +.v-text-field--full-width { border-radius: 0px; } + +.v-text-field--outlined .v-text-field__slot, .v-text-field--single-line .v-= +text-field__slot { -webkit-box-align: center; align-items: center; } + +.v-text-field.v-text-field--enclosed { margin: 0px; padding: 0px; } + +.v-text-field.v-text-field--enclosed.v-text-field--single-line .v-text-fiel= +d__prefix, .v-text-field.v-text-field--enclosed.v-text-field--single-line .= +v-text-field__suffix { margin-top: 0px; } + +.v-text-field.v-text-field--enclosed:not(.v-text-field--filled) .v-progress= +-linear__background { display: none; } + +.v-text-field.v-text-field--enclosed:not(.v-text-field--rounded) > .v-input= +__control > .v-input__slot, .v-text-field.v-text-field--enclosed .v-text-fi= +eld__details { padding: 0px 12px; } + +.v-text-field.v-text-field--enclosed .v-text-field__details { padding-top: = +0px; margin-bottom: 8px; } + +.v-application--is-ltr .v-text-field--reverse input { text-align: right; } + +.v-application--is-rtl .v-text-field--reverse input { text-align: left; } + +.v-application--is-ltr .v-text-field--reverse .v-label { transform-origin: = +right top; } + +.v-application--is-rtl .v-text-field--reverse .v-label { transform-origin: = +left top; } + +.v-text-field--reverse > .v-input__control > .v-input__slot, .v-text-field-= +-reverse .v-text-field__slot { -webkit-box-orient: horizontal; -webkit-box-= +direction: reverse; flex-direction: row-reverse; } + +.v-text-field--outlined > .v-input__control > .v-input__slot::before, .v-te= +xt-field--outlined > .v-input__control > .v-input__slot::after, .v-text-fie= +ld--solo > .v-input__control > .v-input__slot::before, .v-text-field--solo = +> .v-input__control > .v-input__slot::after, .v-text-field--rounded > .v-in= +put__control > .v-input__slot::before, .v-text-field--rounded > .v-input__c= +ontrol > .v-input__slot::after { display: none; } + +.v-text-field--outlined, .v-text-field--solo { border-radius: 4px; } + +.v-text-field--outlined { margin-bottom: 16px; transition: border 0.3s cubi= +c-bezier(0.25, 0.8, 0.5, 1) 0s; } + +.v-text-field--outlined .v-label { top: 18px; } + +.v-text-field--outlined .v-label--active { transform: translateY(-24px) sca= +le(0.75); } + +.v-text-field--outlined.v-input--dense .v-label { top: 10px; } + +.v-text-field--outlined.v-input--dense .v-label--active { transform: transl= +ateY(-16px) scale(0.75); } + +.v-text-field--outlined fieldset { border-collapse: collapse; border-color:= + currentcolor; border-style: solid; border-width: 1px; inset: -5px 0px 0px;= + pointer-events: none; position: absolute; transition-duration: 0.15s; tran= +sition-property: color; transition-timing-function: cubic-bezier(0.25, 0.8,= + 0.25, 1); } + +.v-application--is-ltr .v-text-field--outlined fieldset { padding-left: 8px= +; } + +.v-application--is-rtl .v-text-field--outlined fieldset { padding-right: 8p= +x; } + +.v-application--is-ltr .v-text-field--outlined.v-text-field--reverse fields= +et { padding-right: 8px; } + +.v-application--is-rtl .v-text-field--outlined.v-text-field--reverse fields= +et { padding-left: 8px; } + +.v-text-field--outlined legend { line-height: 11px; padding: 0px; transitio= +n: width 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) 0s; } + +.v-application--is-ltr .v-text-field--outlined legend { text-align: left; } + +.v-application--is-rtl .v-text-field--outlined legend { text-align: right; = +} + +.v-application--is-ltr .v-text-field--outlined.v-text-field--reverse legend= + { margin-left: auto; } + +.v-application--is-rtl .v-text-field--outlined.v-text-field--reverse legend= + { margin-right: auto; } + +.v-application--is-ltr .v-text-field--outlined.v-text-field--rounded legend= + { margin-left: 12px; } + +.v-application--is-rtl .v-text-field--outlined.v-text-field--rounded legend= + { margin-right: 12px; } + +.v-text-field--outlined > .v-input__control > .v-input__slot { background: = +rgba(0, 0, 0, 0); } + +.v-text-field--outlined .v-text-field__prefix { max-height: 32px; } + +.v-text-field--outlined .v-input__prepend-outer, .v-text-field--outlined .v= +-input__append-outer { margin-top: 18px; } + +.v-text-field--outlined.v-input--is-focused fieldset, .v-text-field--outlin= +ed.v-input--has-state fieldset { border: 2px solid currentcolor; } + +.v-text-field--rounded { border-radius: 28px; } + +.v-text-field--rounded > .v-input__control > .v-input__slot { padding: 0px = +24px; } + +.v-text-field--shaped { border-radius: 16px 16px 0px 0px; } + +.v-text-field.v-text-field--solo .v-label { top: calc(50% - 9px); } + +.v-text-field.v-text-field--solo .v-input__control { min-height: 48px; padd= +ing: 0px; } + +.v-text-field.v-text-field--solo .v-input__control input { caret-color: aut= +o; } + +.v-text-field.v-text-field--solo.v-input--dense > .v-input__control { min-h= +eight: 38px; } + +.v-text-field.v-text-field--solo:not(.v-text-field--solo-flat) > .v-input__= +control > .v-input__slot { box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px,= + rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px; = +} + +.v-text-field.v-text-field--solo .v-input__append-inner, .v-text-field.v-te= +xt-field--solo .v-input__prepend-inner { align-self: center; margin-top: 0p= +x; } + +.v-text-field.v-text-field--solo .v-input__prepend-outer, .v-text-field.v-t= +ext-field--solo .v-input__append-outer { margin-top: 12px; } + +.v-text-field.v-text-field--solo.v-input--dense .v-input__prepend-outer, .v= +-text-field.v-text-field--solo.v-input--dense .v-input__append-outer { marg= +in-top: 7px; } + +.v-text-field.v-input--is-focused > .v-input__control > .v-input__slot::aft= +er { transform: scaleX(1); } + +.v-text-field.v-input--has-state > .v-input__control > .v-input__slot::befo= +re { border-color: currentcolor; } + +.v-text-field .v-input__icon--clear { opacity: 0; transition: opacity 0.3s = +cubic-bezier(0.25, 0.8, 0.5, 1) 0s; } + +.v-text-field.v-input--is-focused .v-input__icon--clear, .v-text-field.v-in= +put--is-dirty:hover .v-input__icon--clear { opacity: 1; } + +.theme--light.v-input { color: rgba(0, 0, 0, 0.87); } + +.theme--light.v-input input, .theme--light.v-input textarea { color: rgba(0= +, 0, 0, 0.87); } + +.theme--light.v-input input::-webkit-input-placeholder, .theme--light.v-inp= +ut textarea::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.38); } + +.theme--light.v-input input::placeholder, .theme--light.v-input textarea::p= +laceholder { color: rgba(0, 0, 0, 0.38); } + +.theme--light.v-input--is-disabled { color: rgba(0, 0, 0, 0.38); } + +.theme--light.v-input--is-disabled input, .theme--light.v-input--is-disable= +d textarea { color: rgba(0, 0, 0, 0.38); } + +.theme--dark.v-input { color: rgb(255, 255, 255); } + +.theme--dark.v-input input, .theme--dark.v-input textarea { color: rgb(255,= + 255, 255); } + +.theme--dark.v-input input::-webkit-input-placeholder, .theme--dark.v-input= + textarea::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.5); } + +.theme--dark.v-input input::placeholder, .theme--dark.v-input textarea::pla= +ceholder { color: rgba(255, 255, 255, 0.5); } + +.theme--dark.v-input--is-disabled { color: rgba(255, 255, 255, 0.5); } + +.theme--dark.v-input--is-disabled input, .theme--dark.v-input--is-disabled = +textarea { color: rgba(255, 255, 255, 0.5); } + +.v-input { -webkit-box-align: start; align-items: flex-start; display: flex= +; -webkit-box-flex: 1; flex: 1 1 auto; font-size: 16px; letter-spacing: nor= +mal; max-width: 100%; text-align: left; } + +.v-input .v-progress-linear { top: calc(100% - 1px); left: 0px; } + +.v-input input { max-height: 32px; } + +.v-input input:invalid, .v-input textarea:invalid { box-shadow: none; } + +.v-input input:focus, .v-input input:active, .v-input textarea:focus, .v-in= +put textarea:active { outline: none; } + +.v-input .v-label { height: 20px; line-height: 20px; letter-spacing: normal= +; } + +.v-input__append-outer, .v-input__prepend-outer { display: inline-flex; mar= +gin-bottom: 4px; margin-top: 4px; line-height: 1; } + +.v-input__append-outer .v-icon, .v-input__prepend-outer .v-icon { user-sele= +ct: none; } + +.v-application--is-ltr .v-input__append-outer { margin-left: 9px; } + +.v-application--is-rtl .v-input__append-outer { margin-right: 9px; } + +.v-application--is-ltr .v-input__prepend-outer { margin-right: 9px; } + +.v-application--is-rtl .v-input__prepend-outer { margin-left: 9px; } + +.v-input__control { display: flex; -webkit-box-orient: vertical; -webkit-bo= +x-direction: normal; flex-flow: column wrap; height: auto; -webkit-box-flex= +: 1; flex-grow: 1; min-width: 0px; width: 100%; } + +.v-input__icon { -webkit-box-align: center; align-items: center; display: i= +nline-flex; height: 24px; -webkit-box-flex: 1; flex: 1 0 auto; -webkit-box-= +pack: center; justify-content: center; min-width: 24px; width: 24px; } + +.v-input__icon--clear { border-radius: 50%; } + +.v-input__icon--clear .v-icon--disabled { visibility: hidden; } + +.v-input__slot { -webkit-box-align: center; align-items: center; display: f= +lex; margin-bottom: 8px; min-height: inherit; position: relative; transitio= +n: height 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) 0s, min-height; width: 100%;= + } + +.v-input--dense > .v-input__control > .v-input__slot { margin-bottom: 4px; = +} + +.v-input--is-loading > .v-input__control > .v-input__slot::before, .v-input= +--is-loading > .v-input__control > .v-input__slot::after { display: none; } + +.v-input--hide-details > .v-input__control > .v-input__slot { margin-bottom= +: 0px; } + +.v-input--has-state.error--text .v-label { animation: 0.6s cubic-bezier(0.2= +5, 0.8, 0.5, 1) 0s 1 normal none running v-shake; } + +.v-input--hide-spin-buttons input::-webkit-outer-spin-button, .v-input--hid= +e-spin-buttons input::-webkit-inner-spin-button { appearance: none; margin:= + 0px; } + +.v-input--hide-spin-buttons input[type=3D"number"] { } + +@-webkit-keyframes v-shake {=20 + 59% { margin-left: 0px; } + 60%, 80% { margin-left: 2px; } + 70%, 90% { margin-left: -2px; } +} + +@keyframes v-shake {=20 + 59% { margin-left: 0px; } + 60%, 80% { margin-left: 2px; } + 70%, 90% { margin-left: -2px; } +} + +.v-application .black { background-color: rgb(0, 0, 0) !important; border-c= +olor: rgb(0, 0, 0) !important; } + +.v-application .black--text { color: rgb(0, 0, 0) !important; caret-color: = +rgb(0, 0, 0) !important; } + +.v-application .white { background-color: rgb(255, 255, 255) !important; bo= +rder-color: rgb(255, 255, 255) !important; } + +.v-application .white--text { color: rgb(255, 255, 255) !important; caret-c= +olor: rgb(255, 255, 255) !important; } + +.v-application .transparent { background-color: rgba(0, 0, 0, 0) !important= +; border-color: rgba(0, 0, 0, 0) !important; } + +.v-application .transparent--text { color: rgba(0, 0, 0, 0) !important; car= +et-color: rgba(0, 0, 0, 0) !important; } + +.v-application .red { background-color: rgb(244, 67, 54) !important; border= +-color: rgb(244, 67, 54) !important; } + +.v-application .red--text { color: rgb(244, 67, 54) !important; caret-color= +: rgb(244, 67, 54) !important; } + +.v-application .red.lighten-5 { background-color: rgb(255, 235, 238) !impor= +tant; border-color: rgb(255, 235, 238) !important; } + +.v-application .red--text.text--lighten-5 { color: rgb(255, 235, 238) !impo= +rtant; caret-color: rgb(255, 235, 238) !important; } + +.v-application .red.lighten-4 { background-color: rgb(255, 205, 210) !impor= +tant; border-color: rgb(255, 205, 210) !important; } + +.v-application .red--text.text--lighten-4 { color: rgb(255, 205, 210) !impo= +rtant; caret-color: rgb(255, 205, 210) !important; } + +.v-application .red.lighten-3 { background-color: rgb(239, 154, 154) !impor= +tant; border-color: rgb(239, 154, 154) !important; } + +.v-application .red--text.text--lighten-3 { color: rgb(239, 154, 154) !impo= +rtant; caret-color: rgb(239, 154, 154) !important; } + +.v-application .red.lighten-2 { background-color: rgb(229, 115, 115) !impor= +tant; border-color: rgb(229, 115, 115) !important; } + +.v-application .red--text.text--lighten-2 { color: rgb(229, 115, 115) !impo= +rtant; caret-color: rgb(229, 115, 115) !important; } + +.v-application .red.lighten-1 { background-color: rgb(239, 83, 80) !importa= +nt; border-color: rgb(239, 83, 80) !important; } + +.v-application .red--text.text--lighten-1 { color: rgb(239, 83, 80) !import= +ant; caret-color: rgb(239, 83, 80) !important; } + +.v-application .red.darken-1 { background-color: rgb(229, 57, 53) !importan= +t; border-color: rgb(229, 57, 53) !important; } + +.v-application .red--text.text--darken-1 { color: rgb(229, 57, 53) !importa= +nt; caret-color: rgb(229, 57, 53) !important; } + +.v-application .red.darken-2 { background-color: rgb(211, 47, 47) !importan= +t; border-color: rgb(211, 47, 47) !important; } + +.v-application .red--text.text--darken-2 { color: rgb(211, 47, 47) !importa= +nt; caret-color: rgb(211, 47, 47) !important; } + +.v-application .red.darken-3 { background-color: rgb(198, 40, 40) !importan= +t; border-color: rgb(198, 40, 40) !important; } + +.v-application .red--text.text--darken-3 { color: rgb(198, 40, 40) !importa= +nt; caret-color: rgb(198, 40, 40) !important; } + +.v-application .red.darken-4 { background-color: rgb(183, 28, 28) !importan= +t; border-color: rgb(183, 28, 28) !important; } + +.v-application .red--text.text--darken-4 { color: rgb(183, 28, 28) !importa= +nt; caret-color: rgb(183, 28, 28) !important; } + +.v-application .red.accent-1 { background-color: rgb(255, 138, 128) !import= +ant; border-color: rgb(255, 138, 128) !important; } + +.v-application .red--text.text--accent-1 { color: rgb(255, 138, 128) !impor= +tant; caret-color: rgb(255, 138, 128) !important; } + +.v-application .red.accent-2 { background-color: rgb(255, 82, 82) !importan= +t; border-color: rgb(255, 82, 82) !important; } + +.v-application .red--text.text--accent-2 { color: rgb(255, 82, 82) !importa= +nt; caret-color: rgb(255, 82, 82) !important; } + +.v-application .red.accent-3 { background-color: rgb(255, 23, 68) !importan= +t; border-color: rgb(255, 23, 68) !important; } + +.v-application .red--text.text--accent-3 { color: rgb(255, 23, 68) !importa= +nt; caret-color: rgb(255, 23, 68) !important; } + +.v-application .red.accent-4 { background-color: rgb(213, 0, 0) !important;= + border-color: rgb(213, 0, 0) !important; } + +.v-application .red--text.text--accent-4 { color: rgb(213, 0, 0) !important= +; caret-color: rgb(213, 0, 0) !important; } + +.v-application .pink { background-color: rgb(233, 30, 99) !important; borde= +r-color: rgb(233, 30, 99) !important; } + +.v-application .pink--text { color: rgb(233, 30, 99) !important; caret-colo= +r: rgb(233, 30, 99) !important; } + +.v-application .pink.lighten-5 { background-color: rgb(252, 228, 236) !impo= +rtant; border-color: rgb(252, 228, 236) !important; } + +.v-application .pink--text.text--lighten-5 { color: rgb(252, 228, 236) !imp= +ortant; caret-color: rgb(252, 228, 236) !important; } + +.v-application .pink.lighten-4 { background-color: rgb(248, 187, 208) !impo= +rtant; border-color: rgb(248, 187, 208) !important; } + +.v-application .pink--text.text--lighten-4 { color: rgb(248, 187, 208) !imp= +ortant; caret-color: rgb(248, 187, 208) !important; } + +.v-application .pink.lighten-3 { background-color: rgb(244, 143, 177) !impo= +rtant; border-color: rgb(244, 143, 177) !important; } + +.v-application .pink--text.text--lighten-3 { color: rgb(244, 143, 177) !imp= +ortant; caret-color: rgb(244, 143, 177) !important; } + +.v-application .pink.lighten-2 { background-color: rgb(240, 98, 146) !impor= +tant; border-color: rgb(240, 98, 146) !important; } + +.v-application .pink--text.text--lighten-2 { color: rgb(240, 98, 146) !impo= +rtant; caret-color: rgb(240, 98, 146) !important; } + +.v-application .pink.lighten-1 { background-color: rgb(236, 64, 122) !impor= +tant; border-color: rgb(236, 64, 122) !important; } + +.v-application .pink--text.text--lighten-1 { color: rgb(236, 64, 122) !impo= +rtant; caret-color: rgb(236, 64, 122) !important; } + +.v-application .pink.darken-1 { background-color: rgb(216, 27, 96) !importa= +nt; border-color: rgb(216, 27, 96) !important; } + +.v-application .pink--text.text--darken-1 { color: rgb(216, 27, 96) !import= +ant; caret-color: rgb(216, 27, 96) !important; } + +.v-application .pink.darken-2 { background-color: rgb(194, 24, 91) !importa= +nt; border-color: rgb(194, 24, 91) !important; } + +.v-application .pink--text.text--darken-2 { color: rgb(194, 24, 91) !import= +ant; caret-color: rgb(194, 24, 91) !important; } + +.v-application .pink.darken-3 { background-color: rgb(173, 20, 87) !importa= +nt; border-color: rgb(173, 20, 87) !important; } + +.v-application .pink--text.text--darken-3 { color: rgb(173, 20, 87) !import= +ant; caret-color: rgb(173, 20, 87) !important; } + +.v-application .pink.darken-4 { background-color: rgb(136, 14, 79) !importa= +nt; border-color: rgb(136, 14, 79) !important; } + +.v-application .pink--text.text--darken-4 { color: rgb(136, 14, 79) !import= +ant; caret-color: rgb(136, 14, 79) !important; } + +.v-application .pink.accent-1 { background-color: rgb(255, 128, 171) !impor= +tant; border-color: rgb(255, 128, 171) !important; } + +.v-application .pink--text.text--accent-1 { color: rgb(255, 128, 171) !impo= +rtant; caret-color: rgb(255, 128, 171) !important; } + +.v-application .pink.accent-2 { background-color: rgb(255, 64, 129) !import= +ant; border-color: rgb(255, 64, 129) !important; } + +.v-application .pink--text.text--accent-2 { color: rgb(255, 64, 129) !impor= +tant; caret-color: rgb(255, 64, 129) !important; } + +.v-application .pink.accent-3 { background-color: rgb(245, 0, 87) !importan= +t; border-color: rgb(245, 0, 87) !important; } + +.v-application .pink--text.text--accent-3 { color: rgb(245, 0, 87) !importa= +nt; caret-color: rgb(245, 0, 87) !important; } + +.v-application .pink.accent-4 { background-color: rgb(197, 17, 98) !importa= +nt; border-color: rgb(197, 17, 98) !important; } + +.v-application .pink--text.text--accent-4 { color: rgb(197, 17, 98) !import= +ant; caret-color: rgb(197, 17, 98) !important; } + +.v-application .purple { background-color: rgb(156, 39, 176) !important; bo= +rder-color: rgb(156, 39, 176) !important; } + +.v-application .purple--text { color: rgb(156, 39, 176) !important; caret-c= +olor: rgb(156, 39, 176) !important; } + +.v-application .purple.lighten-5 { background-color: rgb(243, 229, 245) !im= +portant; border-color: rgb(243, 229, 245) !important; } + +.v-application .purple--text.text--lighten-5 { color: rgb(243, 229, 245) !i= +mportant; caret-color: rgb(243, 229, 245) !important; } + +.v-application .purple.lighten-4 { background-color: rgb(225, 190, 231) !im= +portant; border-color: rgb(225, 190, 231) !important; } + +.v-application .purple--text.text--lighten-4 { color: rgb(225, 190, 231) !i= +mportant; caret-color: rgb(225, 190, 231) !important; } + +.v-application .purple.lighten-3 { background-color: rgb(206, 147, 216) !im= +portant; border-color: rgb(206, 147, 216) !important; } + +.v-application .purple--text.text--lighten-3 { color: rgb(206, 147, 216) !i= +mportant; caret-color: rgb(206, 147, 216) !important; } + +.v-application .purple.lighten-2 { background-color: rgb(186, 104, 200) !im= +portant; border-color: rgb(186, 104, 200) !important; } + +.v-application .purple--text.text--lighten-2 { color: rgb(186, 104, 200) !i= +mportant; caret-color: rgb(186, 104, 200) !important; } + +.v-application .purple.lighten-1 { background-color: rgb(171, 71, 188) !imp= +ortant; border-color: rgb(171, 71, 188) !important; } + +.v-application .purple--text.text--lighten-1 { color: rgb(171, 71, 188) !im= +portant; caret-color: rgb(171, 71, 188) !important; } + +.v-application .purple.darken-1 { background-color: rgb(142, 36, 170) !impo= +rtant; border-color: rgb(142, 36, 170) !important; } + +.v-application .purple--text.text--darken-1 { color: rgb(142, 36, 170) !imp= +ortant; caret-color: rgb(142, 36, 170) !important; } + +.v-application .purple.darken-2 { background-color: rgb(123, 31, 162) !impo= +rtant; border-color: rgb(123, 31, 162) !important; } + +.v-application .purple--text.text--darken-2 { color: rgb(123, 31, 162) !imp= +ortant; caret-color: rgb(123, 31, 162) !important; } + +.v-application .purple.darken-3 { background-color: rgb(106, 27, 154) !impo= +rtant; border-color: rgb(106, 27, 154) !important; } + +.v-application .purple--text.text--darken-3 { color: rgb(106, 27, 154) !imp= +ortant; caret-color: rgb(106, 27, 154) !important; } + +.v-application .purple.darken-4 { background-color: rgb(74, 20, 140) !impor= +tant; border-color: rgb(74, 20, 140) !important; } + +.v-application .purple--text.text--darken-4 { color: rgb(74, 20, 140) !impo= +rtant; caret-color: rgb(74, 20, 140) !important; } + +.v-application .purple.accent-1 { background-color: rgb(234, 128, 252) !imp= +ortant; border-color: rgb(234, 128, 252) !important; } + +.v-application .purple--text.text--accent-1 { color: rgb(234, 128, 252) !im= +portant; caret-color: rgb(234, 128, 252) !important; } + +.v-application .purple.accent-2 { background-color: rgb(224, 64, 251) !impo= +rtant; border-color: rgb(224, 64, 251) !important; } + +.v-application .purple--text.text--accent-2 { color: rgb(224, 64, 251) !imp= +ortant; caret-color: rgb(224, 64, 251) !important; } + +.v-application .purple.accent-3 { background-color: rgb(213, 0, 249) !impor= +tant; border-color: rgb(213, 0, 249) !important; } + +.v-application .purple--text.text--accent-3 { color: rgb(213, 0, 249) !impo= +rtant; caret-color: rgb(213, 0, 249) !important; } + +.v-application .purple.accent-4 { background-color: rgb(170, 0, 255) !impor= +tant; border-color: rgb(170, 0, 255) !important; } + +.v-application .purple--text.text--accent-4 { color: rgb(170, 0, 255) !impo= +rtant; caret-color: rgb(170, 0, 255) !important; } + +.v-application .deep-purple { background-color: rgb(103, 58, 183) !importan= +t; border-color: rgb(103, 58, 183) !important; } + +.v-application .deep-purple--text { color: rgb(103, 58, 183) !important; ca= +ret-color: rgb(103, 58, 183) !important; } + +.v-application .deep-purple.lighten-5 { background-color: rgb(237, 231, 246= +) !important; border-color: rgb(237, 231, 246) !important; } + +.v-application .deep-purple--text.text--lighten-5 { color: rgb(237, 231, 24= +6) !important; caret-color: rgb(237, 231, 246) !important; } + +.v-application .deep-purple.lighten-4 { background-color: rgb(209, 196, 233= +) !important; border-color: rgb(209, 196, 233) !important; } + +.v-application .deep-purple--text.text--lighten-4 { color: rgb(209, 196, 23= +3) !important; caret-color: rgb(209, 196, 233) !important; } + +.v-application .deep-purple.lighten-3 { background-color: rgb(179, 157, 219= +) !important; border-color: rgb(179, 157, 219) !important; } + +.v-application .deep-purple--text.text--lighten-3 { color: rgb(179, 157, 21= +9) !important; caret-color: rgb(179, 157, 219) !important; } + +.v-application .deep-purple.lighten-2 { background-color: rgb(149, 117, 205= +) !important; border-color: rgb(149, 117, 205) !important; } + +.v-application .deep-purple--text.text--lighten-2 { color: rgb(149, 117, 20= +5) !important; caret-color: rgb(149, 117, 205) !important; } + +.v-application .deep-purple.lighten-1 { background-color: rgb(126, 87, 194)= + !important; border-color: rgb(126, 87, 194) !important; } + +.v-application .deep-purple--text.text--lighten-1 { color: rgb(126, 87, 194= +) !important; caret-color: rgb(126, 87, 194) !important; } + +.v-application .deep-purple.darken-1 { background-color: rgb(94, 53, 177) != +important; border-color: rgb(94, 53, 177) !important; } + +.v-application .deep-purple--text.text--darken-1 { color: rgb(94, 53, 177) = +!important; caret-color: rgb(94, 53, 177) !important; } + +.v-application .deep-purple.darken-2 { background-color: rgb(81, 45, 168) != +important; border-color: rgb(81, 45, 168) !important; } + +.v-application .deep-purple--text.text--darken-2 { color: rgb(81, 45, 168) = +!important; caret-color: rgb(81, 45, 168) !important; } + +.v-application .deep-purple.darken-3 { background-color: rgb(69, 39, 160) != +important; border-color: rgb(69, 39, 160) !important; } + +.v-application .deep-purple--text.text--darken-3 { color: rgb(69, 39, 160) = +!important; caret-color: rgb(69, 39, 160) !important; } + +.v-application .deep-purple.darken-4 { background-color: rgb(49, 27, 146) != +important; border-color: rgb(49, 27, 146) !important; } + +.v-application .deep-purple--text.text--darken-4 { color: rgb(49, 27, 146) = +!important; caret-color: rgb(49, 27, 146) !important; } + +.v-application .deep-purple.accent-1 { background-color: rgb(179, 136, 255)= + !important; border-color: rgb(179, 136, 255) !important; } + +.v-application .deep-purple--text.text--accent-1 { color: rgb(179, 136, 255= +) !important; caret-color: rgb(179, 136, 255) !important; } + +.v-application .deep-purple.accent-2 { background-color: rgb(124, 77, 255) = +!important; border-color: rgb(124, 77, 255) !important; } + +.v-application .deep-purple--text.text--accent-2 { color: rgb(124, 77, 255)= + !important; caret-color: rgb(124, 77, 255) !important; } + +.v-application .deep-purple.accent-3 { background-color: rgb(101, 31, 255) = +!important; border-color: rgb(101, 31, 255) !important; } + +.v-application .deep-purple--text.text--accent-3 { color: rgb(101, 31, 255)= + !important; caret-color: rgb(101, 31, 255) !important; } + +.v-application .deep-purple.accent-4 { background-color: rgb(98, 0, 234) !i= +mportant; border-color: rgb(98, 0, 234) !important; } + +.v-application .deep-purple--text.text--accent-4 { color: rgb(98, 0, 234) != +important; caret-color: rgb(98, 0, 234) !important; } + +.v-application .indigo { background-color: rgb(63, 81, 181) !important; bor= +der-color: rgb(63, 81, 181) !important; } + +.v-application .indigo--text { color: rgb(63, 81, 181) !important; caret-co= +lor: rgb(63, 81, 181) !important; } + +.v-application .indigo.lighten-5 { background-color: rgb(232, 234, 246) !im= +portant; border-color: rgb(232, 234, 246) !important; } + +.v-application .indigo--text.text--lighten-5 { color: rgb(232, 234, 246) !i= +mportant; caret-color: rgb(232, 234, 246) !important; } + +.v-application .indigo.lighten-4 { background-color: rgb(197, 202, 233) !im= +portant; border-color: rgb(197, 202, 233) !important; } + +.v-application .indigo--text.text--lighten-4 { color: rgb(197, 202, 233) !i= +mportant; caret-color: rgb(197, 202, 233) !important; } + +.v-application .indigo.lighten-3 { background-color: rgb(159, 168, 218) !im= +portant; border-color: rgb(159, 168, 218) !important; } + +.v-application .indigo--text.text--lighten-3 { color: rgb(159, 168, 218) !i= +mportant; caret-color: rgb(159, 168, 218) !important; } + +.v-application .indigo.lighten-2 { background-color: rgb(121, 134, 203) !im= +portant; border-color: rgb(121, 134, 203) !important; } + +.v-application .indigo--text.text--lighten-2 { color: rgb(121, 134, 203) !i= +mportant; caret-color: rgb(121, 134, 203) !important; } + +.v-application .indigo.lighten-1 { background-color: rgb(92, 107, 192) !imp= +ortant; border-color: rgb(92, 107, 192) !important; } + +.v-application .indigo--text.text--lighten-1 { color: rgb(92, 107, 192) !im= +portant; caret-color: rgb(92, 107, 192) !important; } + +.v-application .indigo.darken-1 { background-color: rgb(57, 73, 171) !impor= +tant; border-color: rgb(57, 73, 171) !important; } + +.v-application .indigo--text.text--darken-1 { color: rgb(57, 73, 171) !impo= +rtant; caret-color: rgb(57, 73, 171) !important; } + +.v-application .indigo.darken-2 { background-color: rgb(48, 63, 159) !impor= +tant; border-color: rgb(48, 63, 159) !important; } + +.v-application .indigo--text.text--darken-2 { color: rgb(48, 63, 159) !impo= +rtant; caret-color: rgb(48, 63, 159) !important; } + +.v-application .indigo.darken-3 { background-color: rgb(40, 53, 147) !impor= +tant; border-color: rgb(40, 53, 147) !important; } + +.v-application .indigo--text.text--darken-3 { color: rgb(40, 53, 147) !impo= +rtant; caret-color: rgb(40, 53, 147) !important; } + +.v-application .indigo.darken-4 { background-color: rgb(26, 35, 126) !impor= +tant; border-color: rgb(26, 35, 126) !important; } + +.v-application .indigo--text.text--darken-4 { color: rgb(26, 35, 126) !impo= +rtant; caret-color: rgb(26, 35, 126) !important; } + +.v-application .indigo.accent-1 { background-color: rgb(140, 158, 255) !imp= +ortant; border-color: rgb(140, 158, 255) !important; } + +.v-application .indigo--text.text--accent-1 { color: rgb(140, 158, 255) !im= +portant; caret-color: rgb(140, 158, 255) !important; } + +.v-application .indigo.accent-2 { background-color: rgb(83, 109, 254) !impo= +rtant; border-color: rgb(83, 109, 254) !important; } + +.v-application .indigo--text.text--accent-2 { color: rgb(83, 109, 254) !imp= +ortant; caret-color: rgb(83, 109, 254) !important; } + +.v-application .indigo.accent-3 { background-color: rgb(61, 90, 254) !impor= +tant; border-color: rgb(61, 90, 254) !important; } + +.v-application .indigo--text.text--accent-3 { color: rgb(61, 90, 254) !impo= +rtant; caret-color: rgb(61, 90, 254) !important; } + +.v-application .indigo.accent-4 { background-color: rgb(48, 79, 254) !impor= +tant; border-color: rgb(48, 79, 254) !important; } + +.v-application .indigo--text.text--accent-4 { color: rgb(48, 79, 254) !impo= +rtant; caret-color: rgb(48, 79, 254) !important; } + +.v-application .blue { background-color: rgb(33, 150, 243) !important; bord= +er-color: rgb(33, 150, 243) !important; } + +.v-application .blue--text { color: rgb(33, 150, 243) !important; caret-col= +or: rgb(33, 150, 243) !important; } + +.v-application .blue.lighten-5 { background-color: rgb(227, 242, 253) !impo= +rtant; border-color: rgb(227, 242, 253) !important; } + +.v-application .blue--text.text--lighten-5 { color: rgb(227, 242, 253) !imp= +ortant; caret-color: rgb(227, 242, 253) !important; } + +.v-application .blue.lighten-4 { background-color: rgb(187, 222, 251) !impo= +rtant; border-color: rgb(187, 222, 251) !important; } + +.v-application .blue--text.text--lighten-4 { color: rgb(187, 222, 251) !imp= +ortant; caret-color: rgb(187, 222, 251) !important; } + +.v-application .blue.lighten-3 { background-color: rgb(144, 202, 249) !impo= +rtant; border-color: rgb(144, 202, 249) !important; } + +.v-application .blue--text.text--lighten-3 { color: rgb(144, 202, 249) !imp= +ortant; caret-color: rgb(144, 202, 249) !important; } + +.v-application .blue.lighten-2 { background-color: rgb(100, 181, 246) !impo= +rtant; border-color: rgb(100, 181, 246) !important; } + +.v-application .blue--text.text--lighten-2 { color: rgb(100, 181, 246) !imp= +ortant; caret-color: rgb(100, 181, 246) !important; } + +.v-application .blue.lighten-1 { background-color: rgb(66, 165, 245) !impor= +tant; border-color: rgb(66, 165, 245) !important; } + +.v-application .blue--text.text--lighten-1 { color: rgb(66, 165, 245) !impo= +rtant; caret-color: rgb(66, 165, 245) !important; } + +.v-application .blue.darken-1 { background-color: rgb(30, 136, 229) !import= +ant; border-color: rgb(30, 136, 229) !important; } + +.v-application .blue--text.text--darken-1 { color: rgb(30, 136, 229) !impor= +tant; caret-color: rgb(30, 136, 229) !important; } + +.v-application .blue.darken-2 { background-color: rgb(25, 118, 210) !import= +ant; border-color: rgb(25, 118, 210) !important; } + +.v-application .blue--text.text--darken-2 { color: rgb(25, 118, 210) !impor= +tant; caret-color: rgb(25, 118, 210) !important; } + +.v-application .blue.darken-3 { background-color: rgb(21, 101, 192) !import= +ant; border-color: rgb(21, 101, 192) !important; } + +.v-application .blue--text.text--darken-3 { color: rgb(21, 101, 192) !impor= +tant; caret-color: rgb(21, 101, 192) !important; } + +.v-application .blue.darken-4 { background-color: rgb(13, 71, 161) !importa= +nt; border-color: rgb(13, 71, 161) !important; } + +.v-application .blue--text.text--darken-4 { color: rgb(13, 71, 161) !import= +ant; caret-color: rgb(13, 71, 161) !important; } + +.v-application .blue.accent-1 { background-color: rgb(130, 177, 255) !impor= +tant; border-color: rgb(130, 177, 255) !important; } + +.v-application .blue--text.text--accent-1 { color: rgb(130, 177, 255) !impo= +rtant; caret-color: rgb(130, 177, 255) !important; } + +.v-application .blue.accent-2 { background-color: rgb(68, 138, 255) !import= +ant; border-color: rgb(68, 138, 255) !important; } + +.v-application .blue--text.text--accent-2 { color: rgb(68, 138, 255) !impor= +tant; caret-color: rgb(68, 138, 255) !important; } + +.v-application .blue.accent-3 { background-color: rgb(41, 121, 255) !import= +ant; border-color: rgb(41, 121, 255) !important; } + +.v-application .blue--text.text--accent-3 { color: rgb(41, 121, 255) !impor= +tant; caret-color: rgb(41, 121, 255) !important; } + +.v-application .blue.accent-4 { background-color: rgb(41, 98, 255) !importa= +nt; border-color: rgb(41, 98, 255) !important; } + +.v-application .blue--text.text--accent-4 { color: rgb(41, 98, 255) !import= +ant; caret-color: rgb(41, 98, 255) !important; } + +.v-application .light-blue { background-color: rgb(3, 169, 244) !important;= + border-color: rgb(3, 169, 244) !important; } + +.v-application .light-blue--text { color: rgb(3, 169, 244) !important; care= +t-color: rgb(3, 169, 244) !important; } + +.v-application .light-blue.lighten-5 { background-color: rgb(225, 245, 254)= + !important; border-color: rgb(225, 245, 254) !important; } + +.v-application .light-blue--text.text--lighten-5 { color: rgb(225, 245, 254= +) !important; caret-color: rgb(225, 245, 254) !important; } + +.v-application .light-blue.lighten-4 { background-color: rgb(179, 229, 252)= + !important; border-color: rgb(179, 229, 252) !important; } + +.v-application .light-blue--text.text--lighten-4 { color: rgb(179, 229, 252= +) !important; caret-color: rgb(179, 229, 252) !important; } + +.v-application .light-blue.lighten-3 { background-color: rgb(129, 212, 250)= + !important; border-color: rgb(129, 212, 250) !important; } + +.v-application .light-blue--text.text--lighten-3 { color: rgb(129, 212, 250= +) !important; caret-color: rgb(129, 212, 250) !important; } + +.v-application .light-blue.lighten-2 { background-color: rgb(79, 195, 247) = +!important; border-color: rgb(79, 195, 247) !important; } + +.v-application .light-blue--text.text--lighten-2 { color: rgb(79, 195, 247)= + !important; caret-color: rgb(79, 195, 247) !important; } + +.v-application .light-blue.lighten-1 { background-color: rgb(41, 182, 246) = +!important; border-color: rgb(41, 182, 246) !important; } + +.v-application .light-blue--text.text--lighten-1 { color: rgb(41, 182, 246)= + !important; caret-color: rgb(41, 182, 246) !important; } + +.v-application .light-blue.darken-1 { background-color: rgb(3, 155, 229) !i= +mportant; border-color: rgb(3, 155, 229) !important; } + +.v-application .light-blue--text.text--darken-1 { color: rgb(3, 155, 229) != +important; caret-color: rgb(3, 155, 229) !important; } + +.v-application .light-blue.darken-2 { background-color: rgb(2, 136, 209) !i= +mportant; border-color: rgb(2, 136, 209) !important; } + +.v-application .light-blue--text.text--darken-2 { color: rgb(2, 136, 209) != +important; caret-color: rgb(2, 136, 209) !important; } + +.v-application .light-blue.darken-3 { background-color: rgb(2, 119, 189) !i= +mportant; border-color: rgb(2, 119, 189) !important; } + +.v-application .light-blue--text.text--darken-3 { color: rgb(2, 119, 189) != +important; caret-color: rgb(2, 119, 189) !important; } + +.v-application .light-blue.darken-4 { background-color: rgb(1, 87, 155) !im= +portant; border-color: rgb(1, 87, 155) !important; } + +.v-application .light-blue--text.text--darken-4 { color: rgb(1, 87, 155) !i= +mportant; caret-color: rgb(1, 87, 155) !important; } + +.v-application .light-blue.accent-1 { background-color: rgb(128, 216, 255) = +!important; border-color: rgb(128, 216, 255) !important; } + +.v-application .light-blue--text.text--accent-1 { color: rgb(128, 216, 255)= + !important; caret-color: rgb(128, 216, 255) !important; } + +.v-application .light-blue.accent-2 { background-color: rgb(64, 196, 255) != +important; border-color: rgb(64, 196, 255) !important; } + +.v-application .light-blue--text.text--accent-2 { color: rgb(64, 196, 255) = +!important; caret-color: rgb(64, 196, 255) !important; } + +.v-application .light-blue.accent-3 { background-color: rgb(0, 176, 255) !i= +mportant; border-color: rgb(0, 176, 255) !important; } + +.v-application .light-blue--text.text--accent-3 { color: rgb(0, 176, 255) != +important; caret-color: rgb(0, 176, 255) !important; } + +.v-application .light-blue.accent-4 { background-color: rgb(0, 145, 234) !i= +mportant; border-color: rgb(0, 145, 234) !important; } + +.v-application .light-blue--text.text--accent-4 { color: rgb(0, 145, 234) != +important; caret-color: rgb(0, 145, 234) !important; } + +.v-application .cyan { background-color: rgb(0, 188, 212) !important; borde= +r-color: rgb(0, 188, 212) !important; } + +.v-application .cyan--text { color: rgb(0, 188, 212) !important; caret-colo= +r: rgb(0, 188, 212) !important; } + +.v-application .cyan.lighten-5 { background-color: rgb(224, 247, 250) !impo= +rtant; border-color: rgb(224, 247, 250) !important; } + +.v-application .cyan--text.text--lighten-5 { color: rgb(224, 247, 250) !imp= +ortant; caret-color: rgb(224, 247, 250) !important; } + +.v-application .cyan.lighten-4 { background-color: rgb(178, 235, 242) !impo= +rtant; border-color: rgb(178, 235, 242) !important; } + +.v-application .cyan--text.text--lighten-4 { color: rgb(178, 235, 242) !imp= +ortant; caret-color: rgb(178, 235, 242) !important; } + +.v-application .cyan.lighten-3 { background-color: rgb(128, 222, 234) !impo= +rtant; border-color: rgb(128, 222, 234) !important; } + +.v-application .cyan--text.text--lighten-3 { color: rgb(128, 222, 234) !imp= +ortant; caret-color: rgb(128, 222, 234) !important; } + +.v-application .cyan.lighten-2 { background-color: rgb(77, 208, 225) !impor= +tant; border-color: rgb(77, 208, 225) !important; } + +.v-application .cyan--text.text--lighten-2 { color: rgb(77, 208, 225) !impo= +rtant; caret-color: rgb(77, 208, 225) !important; } + +.v-application .cyan.lighten-1 { background-color: rgb(38, 198, 218) !impor= +tant; border-color: rgb(38, 198, 218) !important; } + +.v-application .cyan--text.text--lighten-1 { color: rgb(38, 198, 218) !impo= +rtant; caret-color: rgb(38, 198, 218) !important; } + +.v-application .cyan.darken-1 { background-color: rgb(0, 172, 193) !importa= +nt; border-color: rgb(0, 172, 193) !important; } + +.v-application .cyan--text.text--darken-1 { color: rgb(0, 172, 193) !import= +ant; caret-color: rgb(0, 172, 193) !important; } + +.v-application .cyan.darken-2 { background-color: rgb(0, 151, 167) !importa= +nt; border-color: rgb(0, 151, 167) !important; } + +.v-application .cyan--text.text--darken-2 { color: rgb(0, 151, 167) !import= +ant; caret-color: rgb(0, 151, 167) !important; } + +.v-application .cyan.darken-3 { background-color: rgb(0, 131, 143) !importa= +nt; border-color: rgb(0, 131, 143) !important; } + +.v-application .cyan--text.text--darken-3 { color: rgb(0, 131, 143) !import= +ant; caret-color: rgb(0, 131, 143) !important; } + +.v-application .cyan.darken-4 { background-color: rgb(0, 96, 100) !importan= +t; border-color: rgb(0, 96, 100) !important; } + +.v-application .cyan--text.text--darken-4 { color: rgb(0, 96, 100) !importa= +nt; caret-color: rgb(0, 96, 100) !important; } + +.v-application .cyan.accent-1 { background-color: rgb(132, 255, 255) !impor= +tant; border-color: rgb(132, 255, 255) !important; } + +.v-application .cyan--text.text--accent-1 { color: rgb(132, 255, 255) !impo= +rtant; caret-color: rgb(132, 255, 255) !important; } + +.v-application .cyan.accent-2 { background-color: rgb(24, 255, 255) !import= +ant; border-color: rgb(24, 255, 255) !important; } + +.v-application .cyan--text.text--accent-2 { color: rgb(24, 255, 255) !impor= +tant; caret-color: rgb(24, 255, 255) !important; } + +.v-application .cyan.accent-3 { background-color: rgb(0, 229, 255) !importa= +nt; border-color: rgb(0, 229, 255) !important; } + +.v-application .cyan--text.text--accent-3 { color: rgb(0, 229, 255) !import= +ant; caret-color: rgb(0, 229, 255) !important; } + +.v-application .cyan.accent-4 { background-color: rgb(0, 184, 212) !importa= +nt; border-color: rgb(0, 184, 212) !important; } + +.v-application .cyan--text.text--accent-4 { color: rgb(0, 184, 212) !import= +ant; caret-color: rgb(0, 184, 212) !important; } + +.v-application .teal { background-color: rgb(0, 150, 136) !important; borde= +r-color: rgb(0, 150, 136) !important; } + +.v-application .teal--text { color: rgb(0, 150, 136) !important; caret-colo= +r: rgb(0, 150, 136) !important; } + +.v-application .teal.lighten-5 { background-color: rgb(224, 242, 241) !impo= +rtant; border-color: rgb(224, 242, 241) !important; } + +.v-application .teal--text.text--lighten-5 { color: rgb(224, 242, 241) !imp= +ortant; caret-color: rgb(224, 242, 241) !important; } + +.v-application .teal.lighten-4 { background-color: rgb(178, 223, 219) !impo= +rtant; border-color: rgb(178, 223, 219) !important; } + +.v-application .teal--text.text--lighten-4 { color: rgb(178, 223, 219) !imp= +ortant; caret-color: rgb(178, 223, 219) !important; } + +.v-application .teal.lighten-3 { background-color: rgb(128, 203, 196) !impo= +rtant; border-color: rgb(128, 203, 196) !important; } + +.v-application .teal--text.text--lighten-3 { color: rgb(128, 203, 196) !imp= +ortant; caret-color: rgb(128, 203, 196) !important; } + +.v-application .teal.lighten-2 { background-color: rgb(77, 182, 172) !impor= +tant; border-color: rgb(77, 182, 172) !important; } + +.v-application .teal--text.text--lighten-2 { color: rgb(77, 182, 172) !impo= +rtant; caret-color: rgb(77, 182, 172) !important; } + +.v-application .teal.lighten-1 { background-color: rgb(38, 166, 154) !impor= +tant; border-color: rgb(38, 166, 154) !important; } + +.v-application .teal--text.text--lighten-1 { color: rgb(38, 166, 154) !impo= +rtant; caret-color: rgb(38, 166, 154) !important; } + +.v-application .teal.darken-1 { background-color: rgb(0, 137, 123) !importa= +nt; border-color: rgb(0, 137, 123) !important; } + +.v-application .teal--text.text--darken-1 { color: rgb(0, 137, 123) !import= +ant; caret-color: rgb(0, 137, 123) !important; } + +.v-application .teal.darken-2 { background-color: rgb(0, 121, 107) !importa= +nt; border-color: rgb(0, 121, 107) !important; } + +.v-application .teal--text.text--darken-2 { color: rgb(0, 121, 107) !import= +ant; caret-color: rgb(0, 121, 107) !important; } + +.v-application .teal.darken-3 { background-color: rgb(0, 105, 92) !importan= +t; border-color: rgb(0, 105, 92) !important; } + +.v-application .teal--text.text--darken-3 { color: rgb(0, 105, 92) !importa= +nt; caret-color: rgb(0, 105, 92) !important; } + +.v-application .teal.darken-4 { background-color: rgb(0, 77, 64) !important= +; border-color: rgb(0, 77, 64) !important; } + +.v-application .teal--text.text--darken-4 { color: rgb(0, 77, 64) !importan= +t; caret-color: rgb(0, 77, 64) !important; } + +.v-application .teal.accent-1 { background-color: rgb(167, 255, 235) !impor= +tant; border-color: rgb(167, 255, 235) !important; } + +.v-application .teal--text.text--accent-1 { color: rgb(167, 255, 235) !impo= +rtant; caret-color: rgb(167, 255, 235) !important; } + +.v-application .teal.accent-2 { background-color: rgb(100, 255, 218) !impor= +tant; border-color: rgb(100, 255, 218) !important; } + +.v-application .teal--text.text--accent-2 { color: rgb(100, 255, 218) !impo= +rtant; caret-color: rgb(100, 255, 218) !important; } + +.v-application .teal.accent-3 { background-color: rgb(29, 233, 182) !import= +ant; border-color: rgb(29, 233, 182) !important; } + +.v-application .teal--text.text--accent-3 { color: rgb(29, 233, 182) !impor= +tant; caret-color: rgb(29, 233, 182) !important; } + +.v-application .teal.accent-4 { background-color: rgb(0, 191, 165) !importa= +nt; border-color: rgb(0, 191, 165) !important; } + +.v-application .teal--text.text--accent-4 { color: rgb(0, 191, 165) !import= +ant; caret-color: rgb(0, 191, 165) !important; } + +.v-application .green { background-color: rgb(76, 175, 80) !important; bord= +er-color: rgb(76, 175, 80) !important; } + +.v-application .green--text { color: rgb(76, 175, 80) !important; caret-col= +or: rgb(76, 175, 80) !important; } + +.v-application .green.lighten-5 { background-color: rgb(232, 245, 233) !imp= +ortant; border-color: rgb(232, 245, 233) !important; } + +.v-application .green--text.text--lighten-5 { color: rgb(232, 245, 233) !im= +portant; caret-color: rgb(232, 245, 233) !important; } + +.v-application .green.lighten-4 { background-color: rgb(200, 230, 201) !imp= +ortant; border-color: rgb(200, 230, 201) !important; } + +.v-application .green--text.text--lighten-4 { color: rgb(200, 230, 201) !im= +portant; caret-color: rgb(200, 230, 201) !important; } + +.v-application .green.lighten-3 { background-color: rgb(165, 214, 167) !imp= +ortant; border-color: rgb(165, 214, 167) !important; } + +.v-application .green--text.text--lighten-3 { color: rgb(165, 214, 167) !im= +portant; caret-color: rgb(165, 214, 167) !important; } + +.v-application .green.lighten-2 { background-color: rgb(129, 199, 132) !imp= +ortant; border-color: rgb(129, 199, 132) !important; } + +.v-application .green--text.text--lighten-2 { color: rgb(129, 199, 132) !im= +portant; caret-color: rgb(129, 199, 132) !important; } + +.v-application .green.lighten-1 { background-color: rgb(102, 187, 106) !imp= +ortant; border-color: rgb(102, 187, 106) !important; } + +.v-application .green--text.text--lighten-1 { color: rgb(102, 187, 106) !im= +portant; caret-color: rgb(102, 187, 106) !important; } + +.v-application .green.darken-1 { background-color: rgb(67, 160, 71) !import= +ant; border-color: rgb(67, 160, 71) !important; } + +.v-application .green--text.text--darken-1 { color: rgb(67, 160, 71) !impor= +tant; caret-color: rgb(67, 160, 71) !important; } + +.v-application .green.darken-2 { background-color: rgb(56, 142, 60) !import= +ant; border-color: rgb(56, 142, 60) !important; } + +.v-application .green--text.text--darken-2 { color: rgb(56, 142, 60) !impor= +tant; caret-color: rgb(56, 142, 60) !important; } + +.v-application .green.darken-3 { background-color: rgb(46, 125, 50) !import= +ant; border-color: rgb(46, 125, 50) !important; } + +.v-application .green--text.text--darken-3 { color: rgb(46, 125, 50) !impor= +tant; caret-color: rgb(46, 125, 50) !important; } + +.v-application .green.darken-4 { background-color: rgb(27, 94, 32) !importa= +nt; border-color: rgb(27, 94, 32) !important; } + +.v-application .green--text.text--darken-4 { color: rgb(27, 94, 32) !import= +ant; caret-color: rgb(27, 94, 32) !important; } + +.v-application .green.accent-1 { background-color: rgb(185, 246, 202) !impo= +rtant; border-color: rgb(185, 246, 202) !important; } + +.v-application .green--text.text--accent-1 { color: rgb(185, 246, 202) !imp= +ortant; caret-color: rgb(185, 246, 202) !important; } + +.v-application .green.accent-2 { background-color: rgb(105, 240, 174) !impo= +rtant; border-color: rgb(105, 240, 174) !important; } + +.v-application .green--text.text--accent-2 { color: rgb(105, 240, 174) !imp= +ortant; caret-color: rgb(105, 240, 174) !important; } + +.v-application .green.accent-3 { background-color: rgb(0, 230, 118) !import= +ant; border-color: rgb(0, 230, 118) !important; } + +.v-application .green--text.text--accent-3 { color: rgb(0, 230, 118) !impor= +tant; caret-color: rgb(0, 230, 118) !important; } + +.v-application .green.accent-4 { background-color: rgb(0, 200, 83) !importa= +nt; border-color: rgb(0, 200, 83) !important; } + +.v-application .green--text.text--accent-4 { color: rgb(0, 200, 83) !import= +ant; caret-color: rgb(0, 200, 83) !important; } + +.v-application .light-green { background-color: rgb(139, 195, 74) !importan= +t; border-color: rgb(139, 195, 74) !important; } + +.v-application .light-green--text { color: rgb(139, 195, 74) !important; ca= +ret-color: rgb(139, 195, 74) !important; } + +.v-application .light-green.lighten-5 { background-color: rgb(241, 248, 233= +) !important; border-color: rgb(241, 248, 233) !important; } + +.v-application .light-green--text.text--lighten-5 { color: rgb(241, 248, 23= +3) !important; caret-color: rgb(241, 248, 233) !important; } + +.v-application .light-green.lighten-4 { background-color: rgb(220, 237, 200= +) !important; border-color: rgb(220, 237, 200) !important; } + +.v-application .light-green--text.text--lighten-4 { color: rgb(220, 237, 20= +0) !important; caret-color: rgb(220, 237, 200) !important; } + +.v-application .light-green.lighten-3 { background-color: rgb(197, 225, 165= +) !important; border-color: rgb(197, 225, 165) !important; } + +.v-application .light-green--text.text--lighten-3 { color: rgb(197, 225, 16= +5) !important; caret-color: rgb(197, 225, 165) !important; } + +.v-application .light-green.lighten-2 { background-color: rgb(174, 213, 129= +) !important; border-color: rgb(174, 213, 129) !important; } + +.v-application .light-green--text.text--lighten-2 { color: rgb(174, 213, 12= +9) !important; caret-color: rgb(174, 213, 129) !important; } + +.v-application .light-green.lighten-1 { background-color: rgb(156, 204, 101= +) !important; border-color: rgb(156, 204, 101) !important; } + +.v-application .light-green--text.text--lighten-1 { color: rgb(156, 204, 10= +1) !important; caret-color: rgb(156, 204, 101) !important; } + +.v-application .light-green.darken-1 { background-color: rgb(124, 179, 66) = +!important; border-color: rgb(124, 179, 66) !important; } + +.v-application .light-green--text.text--darken-1 { color: rgb(124, 179, 66)= + !important; caret-color: rgb(124, 179, 66) !important; } + +.v-application .light-green.darken-2 { background-color: rgb(104, 159, 56) = +!important; border-color: rgb(104, 159, 56) !important; } + +.v-application .light-green--text.text--darken-2 { color: rgb(104, 159, 56)= + !important; caret-color: rgb(104, 159, 56) !important; } + +.v-application .light-green.darken-3 { background-color: rgb(85, 139, 47) != +important; border-color: rgb(85, 139, 47) !important; } + +.v-application .light-green--text.text--darken-3 { color: rgb(85, 139, 47) = +!important; caret-color: rgb(85, 139, 47) !important; } + +.v-application .light-green.darken-4 { background-color: rgb(51, 105, 30) != +important; border-color: rgb(51, 105, 30) !important; } + +.v-application .light-green--text.text--darken-4 { color: rgb(51, 105, 30) = +!important; caret-color: rgb(51, 105, 30) !important; } + +.v-application .light-green.accent-1 { background-color: rgb(204, 255, 144)= + !important; border-color: rgb(204, 255, 144) !important; } + +.v-application .light-green--text.text--accent-1 { color: rgb(204, 255, 144= +) !important; caret-color: rgb(204, 255, 144) !important; } + +.v-application .light-green.accent-2 { background-color: rgb(178, 255, 89) = +!important; border-color: rgb(178, 255, 89) !important; } + +.v-application .light-green--text.text--accent-2 { color: rgb(178, 255, 89)= + !important; caret-color: rgb(178, 255, 89) !important; } + +.v-application .light-green.accent-3 { background-color: rgb(118, 255, 3) != +important; border-color: rgb(118, 255, 3) !important; } + +.v-application .light-green--text.text--accent-3 { color: rgb(118, 255, 3) = +!important; caret-color: rgb(118, 255, 3) !important; } + +.v-application .light-green.accent-4 { background-color: rgb(100, 221, 23) = +!important; border-color: rgb(100, 221, 23) !important; } + +.v-application .light-green--text.text--accent-4 { color: rgb(100, 221, 23)= + !important; caret-color: rgb(100, 221, 23) !important; } + +.v-application .lime { background-color: rgb(205, 220, 57) !important; bord= +er-color: rgb(205, 220, 57) !important; } + +.v-application .lime--text { color: rgb(205, 220, 57) !important; caret-col= +or: rgb(205, 220, 57) !important; } + +.v-application .lime.lighten-5 { background-color: rgb(249, 251, 231) !impo= +rtant; border-color: rgb(249, 251, 231) !important; } + +.v-application .lime--text.text--lighten-5 { color: rgb(249, 251, 231) !imp= +ortant; caret-color: rgb(249, 251, 231) !important; } + +.v-application .lime.lighten-4 { background-color: rgb(240, 244, 195) !impo= +rtant; border-color: rgb(240, 244, 195) !important; } + +.v-application .lime--text.text--lighten-4 { color: rgb(240, 244, 195) !imp= +ortant; caret-color: rgb(240, 244, 195) !important; } + +.v-application .lime.lighten-3 { background-color: rgb(230, 238, 156) !impo= +rtant; border-color: rgb(230, 238, 156) !important; } + +.v-application .lime--text.text--lighten-3 { color: rgb(230, 238, 156) !imp= +ortant; caret-color: rgb(230, 238, 156) !important; } + +.v-application .lime.lighten-2 { background-color: rgb(220, 231, 117) !impo= +rtant; border-color: rgb(220, 231, 117) !important; } + +.v-application .lime--text.text--lighten-2 { color: rgb(220, 231, 117) !imp= +ortant; caret-color: rgb(220, 231, 117) !important; } + +.v-application .lime.lighten-1 { background-color: rgb(212, 225, 87) !impor= +tant; border-color: rgb(212, 225, 87) !important; } + +.v-application .lime--text.text--lighten-1 { color: rgb(212, 225, 87) !impo= +rtant; caret-color: rgb(212, 225, 87) !important; } + +.v-application .lime.darken-1 { background-color: rgb(192, 202, 51) !import= +ant; border-color: rgb(192, 202, 51) !important; } + +.v-application .lime--text.text--darken-1 { color: rgb(192, 202, 51) !impor= +tant; caret-color: rgb(192, 202, 51) !important; } + +.v-application .lime.darken-2 { background-color: rgb(175, 180, 43) !import= +ant; border-color: rgb(175, 180, 43) !important; } + +.v-application .lime--text.text--darken-2 { color: rgb(175, 180, 43) !impor= +tant; caret-color: rgb(175, 180, 43) !important; } + +.v-application .lime.darken-3 { background-color: rgb(158, 157, 36) !import= +ant; border-color: rgb(158, 157, 36) !important; } + +.v-application .lime--text.text--darken-3 { color: rgb(158, 157, 36) !impor= +tant; caret-color: rgb(158, 157, 36) !important; } + +.v-application .lime.darken-4 { background-color: rgb(130, 119, 23) !import= +ant; border-color: rgb(130, 119, 23) !important; } + +.v-application .lime--text.text--darken-4 { color: rgb(130, 119, 23) !impor= +tant; caret-color: rgb(130, 119, 23) !important; } + +.v-application .lime.accent-1 { background-color: rgb(244, 255, 129) !impor= +tant; border-color: rgb(244, 255, 129) !important; } + +.v-application .lime--text.text--accent-1 { color: rgb(244, 255, 129) !impo= +rtant; caret-color: rgb(244, 255, 129) !important; } + +.v-application .lime.accent-2 { background-color: rgb(238, 255, 65) !import= +ant; border-color: rgb(238, 255, 65) !important; } + +.v-application .lime--text.text--accent-2 { color: rgb(238, 255, 65) !impor= +tant; caret-color: rgb(238, 255, 65) !important; } + +.v-application .lime.accent-3 { background-color: rgb(198, 255, 0) !importa= +nt; border-color: rgb(198, 255, 0) !important; } + +.v-application .lime--text.text--accent-3 { color: rgb(198, 255, 0) !import= +ant; caret-color: rgb(198, 255, 0) !important; } + +.v-application .lime.accent-4 { background-color: rgb(174, 234, 0) !importa= +nt; border-color: rgb(174, 234, 0) !important; } + +.v-application .lime--text.text--accent-4 { color: rgb(174, 234, 0) !import= +ant; caret-color: rgb(174, 234, 0) !important; } + +.v-application .yellow { background-color: rgb(255, 235, 59) !important; bo= +rder-color: rgb(255, 235, 59) !important; } + +.v-application .yellow--text { color: rgb(255, 235, 59) !important; caret-c= +olor: rgb(255, 235, 59) !important; } + +.v-application .yellow.lighten-5 { background-color: rgb(255, 253, 231) !im= +portant; border-color: rgb(255, 253, 231) !important; } + +.v-application .yellow--text.text--lighten-5 { color: rgb(255, 253, 231) !i= +mportant; caret-color: rgb(255, 253, 231) !important; } + +.v-application .yellow.lighten-4 { background-color: rgb(255, 249, 196) !im= +portant; border-color: rgb(255, 249, 196) !important; } + +.v-application .yellow--text.text--lighten-4 { color: rgb(255, 249, 196) !i= +mportant; caret-color: rgb(255, 249, 196) !important; } + +.v-application .yellow.lighten-3 { background-color: rgb(255, 245, 157) !im= +portant; border-color: rgb(255, 245, 157) !important; } + +.v-application .yellow--text.text--lighten-3 { color: rgb(255, 245, 157) !i= +mportant; caret-color: rgb(255, 245, 157) !important; } + +.v-application .yellow.lighten-2 { background-color: rgb(255, 241, 118) !im= +portant; border-color: rgb(255, 241, 118) !important; } + +.v-application .yellow--text.text--lighten-2 { color: rgb(255, 241, 118) !i= +mportant; caret-color: rgb(255, 241, 118) !important; } + +.v-application .yellow.lighten-1 { background-color: rgb(255, 238, 88) !imp= +ortant; border-color: rgb(255, 238, 88) !important; } + +.v-application .yellow--text.text--lighten-1 { color: rgb(255, 238, 88) !im= +portant; caret-color: rgb(255, 238, 88) !important; } + +.v-application .yellow.darken-1 { background-color: rgb(253, 216, 53) !impo= +rtant; border-color: rgb(253, 216, 53) !important; } + +.v-application .yellow--text.text--darken-1 { color: rgb(253, 216, 53) !imp= +ortant; caret-color: rgb(253, 216, 53) !important; } + +.v-application .yellow.darken-2 { background-color: rgb(251, 192, 45) !impo= +rtant; border-color: rgb(251, 192, 45) !important; } + +.v-application .yellow--text.text--darken-2 { color: rgb(251, 192, 45) !imp= +ortant; caret-color: rgb(251, 192, 45) !important; } + +.v-application .yellow.darken-3 { background-color: rgb(249, 168, 37) !impo= +rtant; border-color: rgb(249, 168, 37) !important; } + +.v-application .yellow--text.text--darken-3 { color: rgb(249, 168, 37) !imp= +ortant; caret-color: rgb(249, 168, 37) !important; } + +.v-application .yellow.darken-4 { background-color: rgb(245, 127, 23) !impo= +rtant; border-color: rgb(245, 127, 23) !important; } + +.v-application .yellow--text.text--darken-4 { color: rgb(245, 127, 23) !imp= +ortant; caret-color: rgb(245, 127, 23) !important; } + +.v-application .yellow.accent-1 { background-color: rgb(255, 255, 141) !imp= +ortant; border-color: rgb(255, 255, 141) !important; } + +.v-application .yellow--text.text--accent-1 { color: rgb(255, 255, 141) !im= +portant; caret-color: rgb(255, 255, 141) !important; } + +.v-application .yellow.accent-2 { background-color: rgb(255, 255, 0) !impor= +tant; border-color: rgb(255, 255, 0) !important; } + +.v-application .yellow--text.text--accent-2 { color: rgb(255, 255, 0) !impo= +rtant; caret-color: rgb(255, 255, 0) !important; } + +.v-application .yellow.accent-3 { background-color: rgb(255, 234, 0) !impor= +tant; border-color: rgb(255, 234, 0) !important; } + +.v-application .yellow--text.text--accent-3 { color: rgb(255, 234, 0) !impo= +rtant; caret-color: rgb(255, 234, 0) !important; } + +.v-application .yellow.accent-4 { background-color: rgb(255, 214, 0) !impor= +tant; border-color: rgb(255, 214, 0) !important; } + +.v-application .yellow--text.text--accent-4 { color: rgb(255, 214, 0) !impo= +rtant; caret-color: rgb(255, 214, 0) !important; } + +.v-application .amber { background-color: rgb(255, 193, 7) !important; bord= +er-color: rgb(255, 193, 7) !important; } + +.v-application .amber--text { color: rgb(255, 193, 7) !important; caret-col= +or: rgb(255, 193, 7) !important; } + +.v-application .amber.lighten-5 { background-color: rgb(255, 248, 225) !imp= +ortant; border-color: rgb(255, 248, 225) !important; } + +.v-application .amber--text.text--lighten-5 { color: rgb(255, 248, 225) !im= +portant; caret-color: rgb(255, 248, 225) !important; } + +.v-application .amber.lighten-4 { background-color: rgb(255, 236, 179) !imp= +ortant; border-color: rgb(255, 236, 179) !important; } + +.v-application .amber--text.text--lighten-4 { color: rgb(255, 236, 179) !im= +portant; caret-color: rgb(255, 236, 179) !important; } + +.v-application .amber.lighten-3 { background-color: rgb(255, 224, 130) !imp= +ortant; border-color: rgb(255, 224, 130) !important; } + +.v-application .amber--text.text--lighten-3 { color: rgb(255, 224, 130) !im= +portant; caret-color: rgb(255, 224, 130) !important; } + +.v-application .amber.lighten-2 { background-color: rgb(255, 213, 79) !impo= +rtant; border-color: rgb(255, 213, 79) !important; } + +.v-application .amber--text.text--lighten-2 { color: rgb(255, 213, 79) !imp= +ortant; caret-color: rgb(255, 213, 79) !important; } + +.v-application .amber.lighten-1 { background-color: rgb(255, 202, 40) !impo= +rtant; border-color: rgb(255, 202, 40) !important; } + +.v-application .amber--text.text--lighten-1 { color: rgb(255, 202, 40) !imp= +ortant; caret-color: rgb(255, 202, 40) !important; } + +.v-application .amber.darken-1 { background-color: rgb(255, 179, 0) !import= +ant; border-color: rgb(255, 179, 0) !important; } + +.v-application .amber--text.text--darken-1 { color: rgb(255, 179, 0) !impor= +tant; caret-color: rgb(255, 179, 0) !important; } + +.v-application .amber.darken-2 { background-color: rgb(255, 160, 0) !import= +ant; border-color: rgb(255, 160, 0) !important; } + +.v-application .amber--text.text--darken-2 { color: rgb(255, 160, 0) !impor= +tant; caret-color: rgb(255, 160, 0) !important; } + +.v-application .amber.darken-3 { background-color: rgb(255, 143, 0) !import= +ant; border-color: rgb(255, 143, 0) !important; } + +.v-application .amber--text.text--darken-3 { color: rgb(255, 143, 0) !impor= +tant; caret-color: rgb(255, 143, 0) !important; } + +.v-application .amber.darken-4 { background-color: rgb(255, 111, 0) !import= +ant; border-color: rgb(255, 111, 0) !important; } + +.v-application .amber--text.text--darken-4 { color: rgb(255, 111, 0) !impor= +tant; caret-color: rgb(255, 111, 0) !important; } + +.v-application .amber.accent-1 { background-color: rgb(255, 229, 127) !impo= +rtant; border-color: rgb(255, 229, 127) !important; } + +.v-application .amber--text.text--accent-1 { color: rgb(255, 229, 127) !imp= +ortant; caret-color: rgb(255, 229, 127) !important; } + +.v-application .amber.accent-2 { background-color: rgb(255, 215, 64) !impor= +tant; border-color: rgb(255, 215, 64) !important; } + +.v-application .amber--text.text--accent-2 { color: rgb(255, 215, 64) !impo= +rtant; caret-color: rgb(255, 215, 64) !important; } + +.v-application .amber.accent-3 { background-color: rgb(255, 196, 0) !import= +ant; border-color: rgb(255, 196, 0) !important; } + +.v-application .amber--text.text--accent-3 { color: rgb(255, 196, 0) !impor= +tant; caret-color: rgb(255, 196, 0) !important; } + +.v-application .amber.accent-4 { background-color: rgb(255, 171, 0) !import= +ant; border-color: rgb(255, 171, 0) !important; } + +.v-application .amber--text.text--accent-4 { color: rgb(255, 171, 0) !impor= +tant; caret-color: rgb(255, 171, 0) !important; } + +.v-application .orange { background-color: rgb(255, 152, 0) !important; bor= +der-color: rgb(255, 152, 0) !important; } + +.v-application .orange--text { color: rgb(255, 152, 0) !important; caret-co= +lor: rgb(255, 152, 0) !important; } + +.v-application .orange.lighten-5 { background-color: rgb(255, 243, 224) !im= +portant; border-color: rgb(255, 243, 224) !important; } + +.v-application .orange--text.text--lighten-5 { color: rgb(255, 243, 224) !i= +mportant; caret-color: rgb(255, 243, 224) !important; } + +.v-application .orange.lighten-4 { background-color: rgb(255, 224, 178) !im= +portant; border-color: rgb(255, 224, 178) !important; } + +.v-application .orange--text.text--lighten-4 { color: rgb(255, 224, 178) !i= +mportant; caret-color: rgb(255, 224, 178) !important; } + +.v-application .orange.lighten-3 { background-color: rgb(255, 204, 128) !im= +portant; border-color: rgb(255, 204, 128) !important; } + +.v-application .orange--text.text--lighten-3 { color: rgb(255, 204, 128) !i= +mportant; caret-color: rgb(255, 204, 128) !important; } + +.v-application .orange.lighten-2 { background-color: rgb(255, 183, 77) !imp= +ortant; border-color: rgb(255, 183, 77) !important; } + +.v-application .orange--text.text--lighten-2 { color: rgb(255, 183, 77) !im= +portant; caret-color: rgb(255, 183, 77) !important; } + +.v-application .orange.lighten-1 { background-color: rgb(255, 167, 38) !imp= +ortant; border-color: rgb(255, 167, 38) !important; } + +.v-application .orange--text.text--lighten-1 { color: rgb(255, 167, 38) !im= +portant; caret-color: rgb(255, 167, 38) !important; } + +.v-application .orange.darken-1 { background-color: rgb(251, 140, 0) !impor= +tant; border-color: rgb(251, 140, 0) !important; } + +.v-application .orange--text.text--darken-1 { color: rgb(251, 140, 0) !impo= +rtant; caret-color: rgb(251, 140, 0) !important; } + +.v-application .orange.darken-2 { background-color: rgb(245, 124, 0) !impor= +tant; border-color: rgb(245, 124, 0) !important; } + +.v-application .orange--text.text--darken-2 { color: rgb(245, 124, 0) !impo= +rtant; caret-color: rgb(245, 124, 0) !important; } + +.v-application .orange.darken-3 { background-color: rgb(239, 108, 0) !impor= +tant; border-color: rgb(239, 108, 0) !important; } + +.v-application .orange--text.text--darken-3 { color: rgb(239, 108, 0) !impo= +rtant; caret-color: rgb(239, 108, 0) !important; } + +.v-application .orange.darken-4 { background-color: rgb(230, 81, 0) !import= +ant; border-color: rgb(230, 81, 0) !important; } + +.v-application .orange--text.text--darken-4 { color: rgb(230, 81, 0) !impor= +tant; caret-color: rgb(230, 81, 0) !important; } + +.v-application .orange.accent-1 { background-color: rgb(255, 209, 128) !imp= +ortant; border-color: rgb(255, 209, 128) !important; } + +.v-application .orange--text.text--accent-1 { color: rgb(255, 209, 128) !im= +portant; caret-color: rgb(255, 209, 128) !important; } + +.v-application .orange.accent-2 { background-color: rgb(255, 171, 64) !impo= +rtant; border-color: rgb(255, 171, 64) !important; } + +.v-application .orange--text.text--accent-2 { color: rgb(255, 171, 64) !imp= +ortant; caret-color: rgb(255, 171, 64) !important; } + +.v-application .orange.accent-3 { background-color: rgb(255, 145, 0) !impor= +tant; border-color: rgb(255, 145, 0) !important; } + +.v-application .orange--text.text--accent-3 { color: rgb(255, 145, 0) !impo= +rtant; caret-color: rgb(255, 145, 0) !important; } + +.v-application .orange.accent-4 { background-color: rgb(255, 109, 0) !impor= +tant; border-color: rgb(255, 109, 0) !important; } + +.v-application .orange--text.text--accent-4 { color: rgb(255, 109, 0) !impo= +rtant; caret-color: rgb(255, 109, 0) !important; } + +.v-application .deep-orange { background-color: rgb(255, 87, 34) !important= +; border-color: rgb(255, 87, 34) !important; } + +.v-application .deep-orange--text { color: rgb(255, 87, 34) !important; car= +et-color: rgb(255, 87, 34) !important; } + +.v-application .deep-orange.lighten-5 { background-color: rgb(251, 233, 231= +) !important; border-color: rgb(251, 233, 231) !important; } + +.v-application .deep-orange--text.text--lighten-5 { color: rgb(251, 233, 23= +1) !important; caret-color: rgb(251, 233, 231) !important; } + +.v-application .deep-orange.lighten-4 { background-color: rgb(255, 204, 188= +) !important; border-color: rgb(255, 204, 188) !important; } + +.v-application .deep-orange--text.text--lighten-4 { color: rgb(255, 204, 18= +8) !important; caret-color: rgb(255, 204, 188) !important; } + +.v-application .deep-orange.lighten-3 { background-color: rgb(255, 171, 145= +) !important; border-color: rgb(255, 171, 145) !important; } + +.v-application .deep-orange--text.text--lighten-3 { color: rgb(255, 171, 14= +5) !important; caret-color: rgb(255, 171, 145) !important; } + +.v-application .deep-orange.lighten-2 { background-color: rgb(255, 138, 101= +) !important; border-color: rgb(255, 138, 101) !important; } + +.v-application .deep-orange--text.text--lighten-2 { color: rgb(255, 138, 10= +1) !important; caret-color: rgb(255, 138, 101) !important; } + +.v-application .deep-orange.lighten-1 { background-color: rgb(255, 112, 67)= + !important; border-color: rgb(255, 112, 67) !important; } + +.v-application .deep-orange--text.text--lighten-1 { color: rgb(255, 112, 67= +) !important; caret-color: rgb(255, 112, 67) !important; } + +.v-application .deep-orange.darken-1 { background-color: rgb(244, 81, 30) != +important; border-color: rgb(244, 81, 30) !important; } + +.v-application .deep-orange--text.text--darken-1 { color: rgb(244, 81, 30) = +!important; caret-color: rgb(244, 81, 30) !important; } + +.v-application .deep-orange.darken-2 { background-color: rgb(230, 74, 25) != +important; border-color: rgb(230, 74, 25) !important; } + +.v-application .deep-orange--text.text--darken-2 { color: rgb(230, 74, 25) = +!important; caret-color: rgb(230, 74, 25) !important; } + +.v-application .deep-orange.darken-3 { background-color: rgb(216, 67, 21) != +important; border-color: rgb(216, 67, 21) !important; } + +.v-application .deep-orange--text.text--darken-3 { color: rgb(216, 67, 21) = +!important; caret-color: rgb(216, 67, 21) !important; } + +.v-application .deep-orange.darken-4 { background-color: rgb(191, 54, 12) != +important; border-color: rgb(191, 54, 12) !important; } + +.v-application .deep-orange--text.text--darken-4 { color: rgb(191, 54, 12) = +!important; caret-color: rgb(191, 54, 12) !important; } + +.v-application .deep-orange.accent-1 { background-color: rgb(255, 158, 128)= + !important; border-color: rgb(255, 158, 128) !important; } + +.v-application .deep-orange--text.text--accent-1 { color: rgb(255, 158, 128= +) !important; caret-color: rgb(255, 158, 128) !important; } + +.v-application .deep-orange.accent-2 { background-color: rgb(255, 110, 64) = +!important; border-color: rgb(255, 110, 64) !important; } + +.v-application .deep-orange--text.text--accent-2 { color: rgb(255, 110, 64)= + !important; caret-color: rgb(255, 110, 64) !important; } + +.v-application .deep-orange.accent-3 { background-color: rgb(255, 61, 0) !i= +mportant; border-color: rgb(255, 61, 0) !important; } + +.v-application .deep-orange--text.text--accent-3 { color: rgb(255, 61, 0) != +important; caret-color: rgb(255, 61, 0) !important; } + +.v-application .deep-orange.accent-4 { background-color: rgb(221, 44, 0) !i= +mportant; border-color: rgb(221, 44, 0) !important; } + +.v-application .deep-orange--text.text--accent-4 { color: rgb(221, 44, 0) != +important; caret-color: rgb(221, 44, 0) !important; } + +.v-application .brown { background-color: rgb(121, 85, 72) !important; bord= +er-color: rgb(121, 85, 72) !important; } + +.v-application .brown--text { color: rgb(121, 85, 72) !important; caret-col= +or: rgb(121, 85, 72) !important; } + +.v-application .brown.lighten-5 { background-color: rgb(239, 235, 233) !imp= +ortant; border-color: rgb(239, 235, 233) !important; } + +.v-application .brown--text.text--lighten-5 { color: rgb(239, 235, 233) !im= +portant; caret-color: rgb(239, 235, 233) !important; } + +.v-application .brown.lighten-4 { background-color: rgb(215, 204, 200) !imp= +ortant; border-color: rgb(215, 204, 200) !important; } + +.v-application .brown--text.text--lighten-4 { color: rgb(215, 204, 200) !im= +portant; caret-color: rgb(215, 204, 200) !important; } + +.v-application .brown.lighten-3 { background-color: rgb(188, 170, 164) !imp= +ortant; border-color: rgb(188, 170, 164) !important; } + +.v-application .brown--text.text--lighten-3 { color: rgb(188, 170, 164) !im= +portant; caret-color: rgb(188, 170, 164) !important; } + +.v-application .brown.lighten-2 { background-color: rgb(161, 136, 127) !imp= +ortant; border-color: rgb(161, 136, 127) !important; } + +.v-application .brown--text.text--lighten-2 { color: rgb(161, 136, 127) !im= +portant; caret-color: rgb(161, 136, 127) !important; } + +.v-application .brown.lighten-1 { background-color: rgb(141, 110, 99) !impo= +rtant; border-color: rgb(141, 110, 99) !important; } + +.v-application .brown--text.text--lighten-1 { color: rgb(141, 110, 99) !imp= +ortant; caret-color: rgb(141, 110, 99) !important; } + +.v-application .brown.darken-1 { background-color: rgb(109, 76, 65) !import= +ant; border-color: rgb(109, 76, 65) !important; } + +.v-application .brown--text.text--darken-1 { color: rgb(109, 76, 65) !impor= +tant; caret-color: rgb(109, 76, 65) !important; } + +.v-application .brown.darken-2 { background-color: rgb(93, 64, 55) !importa= +nt; border-color: rgb(93, 64, 55) !important; } + +.v-application .brown--text.text--darken-2 { color: rgb(93, 64, 55) !import= +ant; caret-color: rgb(93, 64, 55) !important; } + +.v-application .brown.darken-3 { background-color: rgb(78, 52, 46) !importa= +nt; border-color: rgb(78, 52, 46) !important; } + +.v-application .brown--text.text--darken-3 { color: rgb(78, 52, 46) !import= +ant; caret-color: rgb(78, 52, 46) !important; } + +.v-application .brown.darken-4 { background-color: rgb(62, 39, 35) !importa= +nt; border-color: rgb(62, 39, 35) !important; } + +.v-application .brown--text.text--darken-4 { color: rgb(62, 39, 35) !import= +ant; caret-color: rgb(62, 39, 35) !important; } + +.v-application .blue-grey { background-color: rgb(96, 125, 139) !important;= + border-color: rgb(96, 125, 139) !important; } + +.v-application .blue-grey--text { color: rgb(96, 125, 139) !important; care= +t-color: rgb(96, 125, 139) !important; } + +.v-application .blue-grey.lighten-5 { background-color: rgb(236, 239, 241) = +!important; border-color: rgb(236, 239, 241) !important; } + +.v-application .blue-grey--text.text--lighten-5 { color: rgb(236, 239, 241)= + !important; caret-color: rgb(236, 239, 241) !important; } + +.v-application .blue-grey.lighten-4 { background-color: rgb(207, 216, 220) = +!important; border-color: rgb(207, 216, 220) !important; } + +.v-application .blue-grey--text.text--lighten-4 { color: rgb(207, 216, 220)= + !important; caret-color: rgb(207, 216, 220) !important; } + +.v-application .blue-grey.lighten-3 { background-color: rgb(176, 190, 197) = +!important; border-color: rgb(176, 190, 197) !important; } + +.v-application .blue-grey--text.text--lighten-3 { color: rgb(176, 190, 197)= + !important; caret-color: rgb(176, 190, 197) !important; } + +.v-application .blue-grey.lighten-2 { background-color: rgb(144, 164, 174) = +!important; border-color: rgb(144, 164, 174) !important; } + +.v-application .blue-grey--text.text--lighten-2 { color: rgb(144, 164, 174)= + !important; caret-color: rgb(144, 164, 174) !important; } + +.v-application .blue-grey.lighten-1 { background-color: rgb(120, 144, 156) = +!important; border-color: rgb(120, 144, 156) !important; } + +.v-application .blue-grey--text.text--lighten-1 { color: rgb(120, 144, 156)= + !important; caret-color: rgb(120, 144, 156) !important; } + +.v-application .blue-grey.darken-1 { background-color: rgb(84, 110, 122) !i= +mportant; border-color: rgb(84, 110, 122) !important; } + +.v-application .blue-grey--text.text--darken-1 { color: rgb(84, 110, 122) != +important; caret-color: rgb(84, 110, 122) !important; } + +.v-application .blue-grey.darken-2 { background-color: rgb(69, 90, 100) !im= +portant; border-color: rgb(69, 90, 100) !important; } + +.v-application .blue-grey--text.text--darken-2 { color: rgb(69, 90, 100) !i= +mportant; caret-color: rgb(69, 90, 100) !important; } + +.v-application .blue-grey.darken-3 { background-color: rgb(55, 71, 79) !imp= +ortant; border-color: rgb(55, 71, 79) !important; } + +.v-application .blue-grey--text.text--darken-3 { color: rgb(55, 71, 79) !im= +portant; caret-color: rgb(55, 71, 79) !important; } + +.v-application .blue-grey.darken-4 { background-color: rgb(38, 50, 56) !imp= +ortant; border-color: rgb(38, 50, 56) !important; } + +.v-application .blue-grey--text.text--darken-4 { color: rgb(38, 50, 56) !im= +portant; caret-color: rgb(38, 50, 56) !important; } + +.v-application .grey { background-color: rgb(158, 158, 158) !important; bor= +der-color: rgb(158, 158, 158) !important; } + +.v-application .grey--text { color: rgb(158, 158, 158) !important; caret-co= +lor: rgb(158, 158, 158) !important; } + +.v-application .grey.lighten-5 { background-color: rgb(250, 250, 250) !impo= +rtant; border-color: rgb(250, 250, 250) !important; } + +.v-application .grey--text.text--lighten-5 { color: rgb(250, 250, 250) !imp= +ortant; caret-color: rgb(250, 250, 250) !important; } + +.v-application .grey.lighten-4 { background-color: rgb(245, 245, 245) !impo= +rtant; border-color: rgb(245, 245, 245) !important; } + +.v-application .grey--text.text--lighten-4 { color: rgb(245, 245, 245) !imp= +ortant; caret-color: rgb(245, 245, 245) !important; } + +.v-application .grey.lighten-3 { background-color: rgb(238, 238, 238) !impo= +rtant; border-color: rgb(238, 238, 238) !important; } + +.v-application .grey--text.text--lighten-3 { color: rgb(238, 238, 238) !imp= +ortant; caret-color: rgb(238, 238, 238) !important; } + +.v-application .grey.lighten-2 { background-color: rgb(224, 224, 224) !impo= +rtant; border-color: rgb(224, 224, 224) !important; } + +.v-application .grey--text.text--lighten-2 { color: rgb(224, 224, 224) !imp= +ortant; caret-color: rgb(224, 224, 224) !important; } + +.v-application .grey.lighten-1 { background-color: rgb(189, 189, 189) !impo= +rtant; border-color: rgb(189, 189, 189) !important; } + +.v-application .grey--text.text--lighten-1 { color: rgb(189, 189, 189) !imp= +ortant; caret-color: rgb(189, 189, 189) !important; } + +.v-application .grey.darken-1 { background-color: rgb(117, 117, 117) !impor= +tant; border-color: rgb(117, 117, 117) !important; } + +.v-application .grey--text.text--darken-1 { color: rgb(117, 117, 117) !impo= +rtant; caret-color: rgb(117, 117, 117) !important; } + +.v-application .grey.darken-2 { background-color: rgb(97, 97, 97) !importan= +t; border-color: rgb(97, 97, 97) !important; } + +.v-application .grey--text.text--darken-2 { color: rgb(97, 97, 97) !importa= +nt; caret-color: rgb(97, 97, 97) !important; } + +.v-application .grey.darken-3 { background-color: rgb(66, 66, 66) !importan= +t; border-color: rgb(66, 66, 66) !important; } + +.v-application .grey--text.text--darken-3 { color: rgb(66, 66, 66) !importa= +nt; caret-color: rgb(66, 66, 66) !important; } + +.v-application .grey.darken-4 { background-color: rgb(33, 33, 33) !importan= +t; border-color: rgb(33, 33, 33) !important; } + +.v-application .grey--text.text--darken-4 { color: rgb(33, 33, 33) !importa= +nt; caret-color: rgb(33, 33, 33) !important; } + +.v-application .shades.black { background-color: rgb(0, 0, 0) !important; b= +order-color: rgb(0, 0, 0) !important; } + +.v-application .shades--text.text--black { color: rgb(0, 0, 0) !important; = +caret-color: rgb(0, 0, 0) !important; } + +.v-application .shades.white { background-color: rgb(255, 255, 255) !import= +ant; border-color: rgb(255, 255, 255) !important; } + +.v-application .shades--text.text--white { color: rgb(255, 255, 255) !impor= +tant; caret-color: rgb(255, 255, 255) !important; } + +.v-application .shades.transparent { background-color: rgba(0, 0, 0, 0) !im= +portant; border-color: rgba(0, 0, 0, 0) !important; } + +.v-application .shades--text.text--transparent { color: rgba(0, 0, 0, 0) !i= +mportant; caret-color: rgba(0, 0, 0, 0) !important; } + +html { box-sizing: border-box; overflow-y: scroll; text-size-adjust: 100%; = +word-break: normal; tab-size: 4; } + +*, ::before, ::after { background-repeat: no-repeat; box-sizing: inherit; } + +::before, ::after { text-decoration: inherit; vertical-align: inherit; } + +* { padding: 0px; margin: 0px; } + +hr { overflow: visible; height: 0px; } + +details, main { display: block; } + +summary { display: list-item; } + +small { font-size: 80%; } + +[hidden] { display: none; } + +abbr[title] { border-bottom: none; text-decoration: underline dotted; } + +a { background-color: rgba(0, 0, 0, 0); } + +a:active, a:hover { outline-width: 0px; } + +code, kbd, pre, samp { font-family: monospace, monospace; } + +pre { font-size: 1em; } + +b, strong { font-weight: bolder; } + +sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-ali= +gn: baseline; } + +sub { bottom: -0.25em; } + +sup { top: -0.5em; } + +input { border-radius: 0px; } + +[disabled] { cursor: default; } + +[type=3D"number"]::-webkit-inner-spin-button, [type=3D"number"]::-webkit-ou= +ter-spin-button { height: auto; } + +[type=3D"search"] { appearance: textfield; outline-offset: -2px; } + +[type=3D"search"]::-webkit-search-cancel-button, [type=3D"search"]::-webkit= +-search-decoration { appearance: none; } + +textarea { overflow: auto; resize: vertical; } + +button, input, optgroup, select, textarea { font: inherit; } + +optgroup { font-weight: bold; } + +button { overflow: visible; } + +button, select { text-transform: none; } + +button, [type=3D"button"], [type=3D"reset"], [type=3D"submit"], [role=3D"bu= +tton"] { cursor: pointer; color: inherit; } + +button, html [type=3D"button"], [type=3D"reset"], [type=3D"submit"] { appea= +rance: button; } + +button, input, select, textarea { background-color: rgba(0, 0, 0, 0); borde= +r-style: none; } + +select { appearance: none; } + +legend { border: 0px; color: inherit; display: table; white-space: normal; = +max-width: 100%; } + +::-webkit-file-upload-button { appearance: button; color: inherit; font: in= +herit; } + +img { border-style: none; } + +progress { vertical-align: baseline; } + +@media screen { + [hidden~=3D"screen"] { display: inherit; } + [hidden~=3D"screen"]:not(:active):not(:focus):not(:target) { position: ab= +solute !important; clip: rect(0px, 0px, 0px, 0px) !important; } +} + +[aria-busy=3D"true"] { cursor: progress; } + +[aria-controls] { cursor: pointer; } + +[aria-disabled=3D"true"] { cursor: default; } + +.v-application .elevation-24 { box-shadow: rgba(0, 0, 0, 0.2) 0px 11px 15px= + -7px, rgba(0, 0, 0, 0.14) 0px 24px 38px 3px, rgba(0, 0, 0, 0.12) 0px 9px 4= +6px 8px !important; } + +.v-application .elevation-23 { box-shadow: rgba(0, 0, 0, 0.2) 0px 11px 14px= + -7px, rgba(0, 0, 0, 0.14) 0px 23px 36px 3px, rgba(0, 0, 0, 0.12) 0px 9px 4= +4px 8px !important; } + +.v-application .elevation-22 { box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 14px= + -6px, rgba(0, 0, 0, 0.14) 0px 22px 35px 3px, rgba(0, 0, 0, 0.12) 0px 8px 4= +2px 7px !important; } + +.v-application .elevation-21 { box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 13px= + -6px, rgba(0, 0, 0, 0.14) 0px 21px 33px 3px, rgba(0, 0, 0, 0.12) 0px 8px 4= +0px 7px !important; } + +.v-application .elevation-20 { box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 13px= + -6px, rgba(0, 0, 0, 0.14) 0px 20px 31px 3px, rgba(0, 0, 0, 0.12) 0px 8px 3= +8px 7px !important; } + +.v-application .elevation-19 { box-shadow: rgba(0, 0, 0, 0.2) 0px 9px 12px = +-6px, rgba(0, 0, 0, 0.14) 0px 19px 29px 2px, rgba(0, 0, 0, 0.12) 0px 7px 36= +px 6px !important; } + +.v-application .elevation-18 { box-shadow: rgba(0, 0, 0, 0.2) 0px 9px 11px = +-5px, rgba(0, 0, 0, 0.14) 0px 18px 28px 2px, rgba(0, 0, 0, 0.12) 0px 7px 34= +px 6px !important; } + +.v-application .elevation-17 { box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 11px = +-5px, rgba(0, 0, 0, 0.14) 0px 17px 26px 2px, rgba(0, 0, 0, 0.12) 0px 6px 32= +px 5px !important; } + +.v-application .elevation-16 { box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 10px = +-5px, rgba(0, 0, 0, 0.14) 0px 16px 24px 2px, rgba(0, 0, 0, 0.12) 0px 6px 30= +px 5px !important; } + +.v-application .elevation-15 { box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 9px -= +5px, rgba(0, 0, 0, 0.14) 0px 15px 22px 2px, rgba(0, 0, 0, 0.12) 0px 6px 28p= +x 5px !important; } + +.v-application .elevation-14 { box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 9px -= +4px, rgba(0, 0, 0, 0.14) 0px 14px 21px 2px, rgba(0, 0, 0, 0.12) 0px 5px 26p= +x 4px !important; } + +.v-application .elevation-13 { box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 8px -= +4px, rgba(0, 0, 0, 0.14) 0px 13px 19px 2px, rgba(0, 0, 0, 0.12) 0px 5px 24p= +x 4px !important; } + +.v-application .elevation-12 { box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 8px -= +4px, rgba(0, 0, 0, 0.14) 0px 12px 17px 2px, rgba(0, 0, 0, 0.12) 0px 5px 22p= +x 4px !important; } + +.v-application .elevation-11 { box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 7px -= +4px, rgba(0, 0, 0, 0.14) 0px 11px 15px 1px, rgba(0, 0, 0, 0.12) 0px 4px 20p= +x 3px !important; } + +.v-application .elevation-10 { box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 6px -= +3px, rgba(0, 0, 0, 0.14) 0px 10px 14px 1px, rgba(0, 0, 0, 0.12) 0px 4px 18p= +x 3px !important; } + +.v-application .elevation-9 { box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 6px -3= +px, rgba(0, 0, 0, 0.14) 0px 9px 12px 1px, rgba(0, 0, 0, 0.12) 0px 3px 16px = +2px !important; } + +.v-application .elevation-8 { box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3= +px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px = +2px !important; } + +.v-application .elevation-7 { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 5px -2= +px, rgba(0, 0, 0, 0.14) 0px 7px 10px 1px, rgba(0, 0, 0, 0.12) 0px 2px 16px = +1px !important; } + +.v-application .elevation-6 { box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px -1= +px, rgba(0, 0, 0, 0.14) 0px 6px 10px 0px, rgba(0, 0, 0, 0.12) 0px 1px 18px = +0px !important; } + +.v-application .elevation-5 { box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px -1= +px, rgba(0, 0, 0, 0.14) 0px 5px 8px 0px, rgba(0, 0, 0, 0.12) 0px 1px 14px 0= +px !important; } + +.v-application .elevation-4 { box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1= +px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0= +px !important; } + +.v-application .elevation-3 { box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2= +px, rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0p= +x !important; } + +.v-application .elevation-2 { box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2= +px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0p= +x !important; } + +.v-application .elevation-1 { box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px -1= +px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0p= +x !important; } + +.v-application .elevation-0 { box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px 0p= +x, rgba(0, 0, 0, 0.14) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 0px 0px 0px= + !important; } + +.carousel-transition-enter { transform: translate(100%, 0px); } + +.carousel-transition-leave, .carousel-transition-leave-to { position: absol= +ute; top: 0px; transform: translate(-100%, 0px); } + +.carousel-reverse-transition-enter { transform: translate(-100%, 0px); } + +.carousel-reverse-transition-leave, .carousel-reverse-transition-leave-to {= + position: absolute; top: 0px; transform: translate(100%, 0px); } + +.dialog-transition-enter-active, .dialog-transition-leave-active { pointer-= +events: none !important; } + +.dialog-transition-enter, .dialog-transition-leave-to { transform: scale(0.= +5); opacity: 0; } + +.dialog-transition-enter-to, .dialog-transition-leave { opacity: 1; } + +.dialog-bottom-transition-enter, .dialog-bottom-transition-leave-to { trans= +form: translateY(100%); } + +.dialog-top-transition-enter, .dialog-top-transition-leave-to { transform: = +translateY(-100%); } + +.picker-transition-enter-active, .picker-transition-leave-active, .picker-r= +everse-transition-enter-active, .picker-reverse-transition-leave-active { t= +ransition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s; } + +.picker-transition-enter, .picker-transition-leave-to, .picker-reverse-tran= +sition-enter, .picker-reverse-transition-leave-to { opacity: 0; } + +.picker-transition-leave, .picker-transition-leave-active, .picker-transiti= +on-leave-to, .picker-reverse-transition-leave, .picker-reverse-transition-l= +eave-active, .picker-reverse-transition-leave-to { position: absolute !impo= +rtant; } + +.picker-transition-enter { transform: translate(0px, 100%); } + +.picker-transition-leave-to { transform: translate(0px, -100%); } + +.picker-reverse-transition-enter { transform: translate(0px, -100%); } + +.picker-reverse-transition-leave-to { transform: translate(0px, 100%); } + +.picker-title-transition-enter-to, .picker-title-transition-leave { transfo= +rm: translate(0px, 0px); } + +.picker-title-transition-enter { transform: translate(-100%, 0px); } + +.picker-title-transition-leave-to { opacity: 0; transform: translate(100%, = +0px); } + +.picker-title-transition-leave, .picker-title-transition-leave-to, .picker-= +title-transition-leave-active { position: absolute !important; } + +.tab-transition-enter { transform: translate(100%, 0px); } + +.tab-transition-leave, .tab-transition-leave-active { position: absolute; t= +op: 0px; } + +.tab-transition-leave-to { position: absolute; transform: translate(-100%, = +0px); } + +.tab-reverse-transition-enter { transform: translate(-100%, 0px); } + +.tab-reverse-transition-leave, .tab-reverse-transition-leave-to { top: 0px;= + position: absolute; transform: translate(100%, 0px); } + +.expand-transition-enter-active, .expand-transition-leave-active { transiti= +on: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) 0s !important; } + +.expand-transition-move { transition: transform 0.6s ease 0s, -webkit-trans= +form 0.6s ease 0s; } + +.expand-x-transition-enter-active, .expand-x-transition-leave-active { tran= +sition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) 0s !important; } + +.expand-x-transition-move { transition: transform 0.6s ease 0s, -webkit-tra= +nsform 0.6s ease 0s; } + +.scale-transition-enter-active, .scale-transition-leave-active { transition= +: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) 0s !important; } + +.scale-transition-move { transition: transform 0.6s ease 0s, -webkit-transf= +orm 0.6s ease 0s; } + +.scale-transition-enter, .scale-transition-leave, .scale-transition-leave-t= +o { opacity: 0; transform: scale(0); } + +.scale-rotate-transition-enter-active, .scale-rotate-transition-leave-activ= +e { transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) 0s !important; } + +.scale-rotate-transition-move { transition: transform 0.6s ease 0s, -webkit= +-transform 0.6s ease 0s; } + +.scale-rotate-transition-enter, .scale-rotate-transition-leave, .scale-rota= +te-transition-leave-to { opacity: 0; transform: scale(0) rotate(-45deg); } + +.scale-rotate-reverse-transition-enter-active, .scale-rotate-reverse-transi= +tion-leave-active { transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) 0s= + !important; } + +.scale-rotate-reverse-transition-move { transition: transform 0.6s ease 0s,= + -webkit-transform 0.6s ease 0s; } + +.scale-rotate-reverse-transition-enter, .scale-rotate-reverse-transition-le= +ave, .scale-rotate-reverse-transition-leave-to { opacity: 0; transform: sca= +le(0) rotate(45deg); } + +.message-transition-enter-active, .message-transition-leave-active { transi= +tion: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) 0s !important; } + +.message-transition-move { transition: transform 0.6s ease 0s, -webkit-tran= +sform 0.6s ease 0s; } + +.message-transition-enter, .message-transition-leave-to { opacity: 0; trans= +form: translateY(-15px); } + +.message-transition-leave, .message-transition-leave-active { position: abs= +olute; } + +.slide-y-transition-enter-active, .slide-y-transition-leave-active { transi= +tion: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) 0s !important; } + +.slide-y-transition-move { transition: transform 0.6s ease 0s, -webkit-tran= +sform 0.6s ease 0s; } + +.slide-y-transition-enter, .slide-y-transition-leave-to { opacity: 0; trans= +form: translateY(-15px); } + +.slide-y-reverse-transition-enter-active, .slide-y-reverse-transition-leave= +-active { transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) 0s !importan= +t; } + +.slide-y-reverse-transition-move { transition: transform 0.6s ease 0s, -web= +kit-transform 0.6s ease 0s; } + +.slide-y-reverse-transition-enter, .slide-y-reverse-transition-leave-to { o= +pacity: 0; transform: translateY(15px); } + +.scroll-y-transition-enter-active, .scroll-y-transition-leave-active { tran= +sition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) 0s !important; } + +.scroll-y-transition-move { transition: transform 0.6s ease 0s, -webkit-tra= +nsform 0.6s ease 0s; } + +.scroll-y-transition-enter, .scroll-y-transition-leave-to { opacity: 0; } + +.scroll-y-transition-enter { transform: translateY(-15px); } + +.scroll-y-transition-leave-to { transform: translateY(15px); } + +.scroll-y-reverse-transition-enter-active, .scroll-y-reverse-transition-lea= +ve-active { transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) 0s !import= +ant; } + +.scroll-y-reverse-transition-move { transition: transform 0.6s ease 0s, -we= +bkit-transform 0.6s ease 0s; } + +.scroll-y-reverse-transition-enter, .scroll-y-reverse-transition-leave-to {= + opacity: 0; } + +.scroll-y-reverse-transition-enter { transform: translateY(15px); } + +.scroll-y-reverse-transition-leave-to { transform: translateY(-15px); } + +.scroll-x-transition-enter-active, .scroll-x-transition-leave-active { tran= +sition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) 0s !important; } + +.scroll-x-transition-move { transition: transform 0.6s ease 0s, -webkit-tra= +nsform 0.6s ease 0s; } + +.scroll-x-transition-enter, .scroll-x-transition-leave-to { opacity: 0; } + +.scroll-x-transition-enter { transform: translateX(-15px); } + +.scroll-x-transition-leave-to { transform: translateX(15px); } + +.scroll-x-reverse-transition-enter-active, .scroll-x-reverse-transition-lea= +ve-active { transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) 0s !import= +ant; } + +.scroll-x-reverse-transition-move { transition: transform 0.6s ease 0s, -we= +bkit-transform 0.6s ease 0s; } + +.scroll-x-reverse-transition-enter, .scroll-x-reverse-transition-leave-to {= + opacity: 0; } + +.scroll-x-reverse-transition-enter { transform: translateX(15px); } + +.scroll-x-reverse-transition-leave-to { transform: translateX(-15px); } + +.slide-x-transition-enter-active, .slide-x-transition-leave-active { transi= +tion: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) 0s !important; } + +.slide-x-transition-move { transition: transform 0.6s ease 0s, -webkit-tran= +sform 0.6s ease 0s; } + +.slide-x-transition-enter, .slide-x-transition-leave-to { opacity: 0; trans= +form: translateX(-15px); } + +.slide-x-reverse-transition-enter-active, .slide-x-reverse-transition-leave= +-active { transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) 0s !importan= +t; } + +.slide-x-reverse-transition-move { transition: transform 0.6s ease 0s, -web= +kit-transform 0.6s ease 0s; } + +.slide-x-reverse-transition-enter, .slide-x-reverse-transition-leave-to { o= +pacity: 0; transform: translateX(15px); } + +.fade-transition-enter-active, .fade-transition-leave-active { transition: = +all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) 0s !important; } + +.fade-transition-move { transition: transform 0.6s ease 0s, -webkit-transfo= +rm 0.6s ease 0s; } + +.fade-transition-enter, .fade-transition-leave-to { opacity: 0 !important; = +} + +.fab-transition-enter-active, .fab-transition-leave-active { transition: al= +l 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) 0s !important; } + +.fab-transition-move { transition: transform 0.6s ease 0s, -webkit-transfor= +m 0.6s ease 0s; } + +.fab-transition-enter, .fab-transition-leave-to { transform: scale(0) rotat= +e(-45deg); } + +.v-application .blockquote { padding: 16px 0px 16px 24px; font-size: 18px; = +font-weight: 300; } + +.v-application code, .v-application kbd { border-radius: 3px; font-size: 85= +%; font-weight: normal; } + +.v-application code { padding: 0.2em 0.4em; } + +.v-application kbd { padding: 0.2em 0.4rem; box-shadow: rgba(0, 0, 0, 0.2) = +0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) = +0px 1px 5px 0px; } + +.theme--light.v-application code { background-color: rgba(0, 0, 0, 0.05); c= +olor: currentcolor; } + +.theme--light.v-application kbd { background: rgb(33, 37, 41); color: rgb(2= +55, 255, 255); } + +.theme--dark.v-application code { background-color: rgba(255, 255, 255, 0.1= +); color: currentcolor; } + +.theme--dark.v-application kbd { background: rgb(33, 37, 41); color: rgb(25= +5, 255, 255); } + +html { font-size: 16px; overflow-x: hidden; text-rendering: optimizelegibil= +ity; -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: rgba= +(0, 0, 0, 0); } + +html.overflow-y-hidden { overflow-y: hidden !important; } + +.v-application { font-family: Roboto, sans-serif; line-height: 1.5; } + +@supports (-webkit-touch-callout: none) { + body { cursor: pointer; } +} + +.v-application .theme--light.heading { color: rgba(0, 0, 0, 0.87); } + +.v-application .theme--dark.heading { color: rgb(255, 255, 255); } + +.v-application ul, .v-application ol { padding-left: 24px; } + +.v-application .display-4 { font-weight: 300; line-height: 6rem; font-size:= + 6rem !important; letter-spacing: -0.015625em !important; font-family: Robo= +to, sans-serif !important; } + +.v-application .display-3 { font-weight: 300; line-height: 3.75rem; font-si= +ze: 3.75rem !important; letter-spacing: -0.00833333em !important; font-fami= +ly: Roboto, sans-serif !important; } + +.v-application .display-2 { font-weight: 400; line-height: 3.125rem; font-s= +ize: 3rem !important; letter-spacing: normal !important; font-family: Robot= +o, sans-serif !important; } + +.v-application .display-1 { font-weight: 400; line-height: 2.5rem; font-siz= +e: 2.125rem !important; letter-spacing: 0.00735294em !important; font-famil= +y: Roboto, sans-serif !important; } + +.v-application .headline { font-weight: 400; line-height: 2rem; font-size: = +1.5rem !important; letter-spacing: normal !important; font-family: Roboto, = +sans-serif !important; } + +.v-application .title { font-weight: 500; line-height: 2rem; font-size: 1.2= +5rem !important; letter-spacing: 0.0125em !important; font-family: Roboto, = +sans-serif !important; } + +.v-application .subtitle-2 { font-weight: 500; line-height: 1.375rem; font-= +size: 0.875rem !important; letter-spacing: 0.00714286em !important; font-fa= +mily: Roboto, sans-serif !important; } + +.v-application .subtitle-1 { font-weight: normal; line-height: 1.75rem; fon= +t-size: 1rem !important; letter-spacing: 0.009375em !important; font-family= +: Roboto, sans-serif !important; } + +.v-application .body-2 { font-weight: 400; line-height: 1.25rem; font-size:= + 0.875rem !important; letter-spacing: 0.0178571em !important; font-family: = +Roboto, sans-serif !important; } + +.v-application .body-1 { font-weight: 400; line-height: 1.5rem; font-size: = +1rem !important; letter-spacing: 0.03125em !important; font-family: Roboto,= + sans-serif !important; } + +.v-application .caption { font-weight: 400; line-height: 1.25rem; font-size= +: 0.75rem !important; letter-spacing: 0.0333333em !important; font-family: = +Roboto, sans-serif !important; } + +.v-application .overline { font-weight: 500; line-height: 2rem; text-transf= +orm: uppercase; font-size: 0.75rem !important; letter-spacing: 0.166667em != +important; font-family: Roboto, sans-serif !important; } + +.v-application p { margin-bottom: 16px; } + +@media only print { + .v-application .hidden-print-only { display: none !important; } +} + +@media only screen { + .v-application .hidden-screen-only { display: none !important; } +} + +@media only screen and (max-width: 599.98px) { + .v-application .hidden-xs-only { display: none !important; } +} + +@media only screen and (min-width: 600px) and (max-width: 959.98px) { + .v-application .hidden-sm-only { display: none !important; } +} + +@media only screen and (max-width: 959.98px) { + .v-application .hidden-sm-and-down { display: none !important; } +} + +@media only screen and (min-width: 600px) { + .v-application .hidden-sm-and-up { display: none !important; } +} + +@media only screen and (min-width: 960px) and (max-width: 1263.98px) { + .v-application .hidden-md-only { display: none !important; } +} + +@media only screen and (max-width: 1263.98px) { + .v-application .hidden-md-and-down { display: none !important; } +} + +@media only screen and (min-width: 960px) { + .v-application .hidden-md-and-up { display: none !important; } +} + +@media only screen and (min-width: 1264px) and (max-width: 1903.98px) { + .v-application .hidden-lg-only { display: none !important; } +} + +@media only screen and (max-width: 1903.98px) { + .v-application .hidden-lg-and-down { display: none !important; } +} + +@media only screen and (min-width: 1264px) { + .v-application .hidden-lg-and-up { display: none !important; } +} + +@media only screen and (min-width: 1904px) { + .v-application .hidden-xl-only { display: none !important; } +} + +.d-sr-only, .d-sr-only-focusable:not(:focus) { border: 0px !important; clip= +: rect(0px, 0px, 0px, 0px) !important; height: 1px !important; margin: -1px= + !important; overflow: hidden !important; padding: 0px !important; position= +: absolute !important; white-space: nowrap !important; width: 1px !importan= +t; } + +.v-application .font-weight-thin { font-weight: 100 !important; } + +.v-application .font-weight-light { font-weight: 300 !important; } + +.v-application .font-weight-regular { font-weight: 400 !important; } + +.v-application .font-weight-medium { font-weight: 500 !important; } + +.v-application .font-weight-bold { font-weight: 700 !important; } + +.v-application .font-weight-black { font-weight: 900 !important; } + +.v-application .font-italic { font-style: italic !important; } + +.v-application .transition-fast-out-slow-in { transition: all 0.3s cubic-be= +zier(0.4, 0, 0.2, 1) 0s !important; } + +.v-application .transition-linear-out-slow-in { transition: all 0.3s cubic-= +bezier(0, 0, 0.2, 1) 0s !important; } + +.v-application .transition-fast-out-linear-in { transition: all 0.3s cubic-= +bezier(0.4, 0, 1, 1) 0s !important; } + +.v-application .transition-ease-in-out { transition: all 0.3s cubic-bezier(= +0.4, 0, 0.6, 1) 0s !important; } + +.v-application .transition-fast-in-fast-out { transition: all 0.3s cubic-be= +zier(0.25, 0.8, 0.25, 1) 0s !important; } + +.v-application .transition-swing { transition: all 0.3s cubic-bezier(0.25, = +0.8, 0.5, 1) 0s !important; } + +.v-application .overflow-auto { overflow: auto !important; } + +.v-application .overflow-hidden { overflow: hidden !important; } + +.v-application .overflow-visible { overflow: visible !important; } + +.v-application .overflow-x-auto { overflow-x: auto !important; } + +.v-application .overflow-x-hidden { overflow-x: hidden !important; } + +.v-application .overflow-y-auto { overflow-y: auto !important; } + +.v-application .overflow-y-hidden { overflow-y: hidden !important; } + +.v-application .d-none { display: none !important; } + +.v-application .d-inline { display: inline !important; } + +.v-application .d-inline-block { display: inline-block !important; } + +.v-application .d-block { display: block !important; } + +.v-application .d-table { display: table !important; } + +.v-application .d-table-row { display: table-row !important; } + +.v-application .d-table-cell { display: table-cell !important; } + +.v-application .d-flex { display: flex !important; } + +.v-application .d-inline-flex { display: inline-flex !important; } + +.v-application .float-none { float: none !important; } + +.v-application .float-left { float: left !important; } + +.v-application .float-right { float: right !important; } + +.v-application--is-rtl .float-end { float: left !important; } + +.v-application--is-rtl .float-start { float: right !important; } + +.v-application--is-ltr .float-end { float: right !important; } + +.v-application--is-ltr .float-start { float: left !important; } + +.v-application .flex-fill { -webkit-box-flex: 1 !important; flex: 1 1 auto = +!important; } + +.v-application .flex-row { -webkit-box-orient: horizontal !important; -webk= +it-box-direction: normal !important; flex-direction: row !important; } + +.v-application .flex-column { -webkit-box-orient: vertical !important; -web= +kit-box-direction: normal !important; flex-direction: column !important; } + +.v-application .flex-row-reverse { -webkit-box-orient: horizontal !importan= +t; -webkit-box-direction: reverse !important; flex-direction: row-reverse != +important; } + +.v-application .flex-column-reverse { -webkit-box-orient: vertical !importa= +nt; -webkit-box-direction: reverse !important; flex-direction: column-rever= +se !important; } + +.v-application .flex-grow-0 { -webkit-box-flex: 0 !important; flex-grow: 0 = +!important; } + +.v-application .flex-grow-1 { -webkit-box-flex: 1 !important; flex-grow: 1 = +!important; } + +.v-application .flex-shrink-0 { flex-shrink: 0 !important; } + +.v-application .flex-shrink-1 { flex-shrink: 1 !important; } + +.v-application .flex-wrap { flex-wrap: wrap !important; } + +.v-application .flex-nowrap { flex-wrap: nowrap !important; } + +.v-application .flex-wrap-reverse { flex-wrap: wrap-reverse !important; } + +.v-application .justify-start { -webkit-box-pack: start !important; justify= +-content: flex-start !important; } + +.v-application .justify-end { -webkit-box-pack: end !important; justify-con= +tent: flex-end !important; } + +.v-application .justify-center { -webkit-box-pack: center !important; justi= +fy-content: center !important; } + +.v-application .justify-space-between { -webkit-box-pack: justify !importan= +t; justify-content: space-between !important; } + +.v-application .justify-space-around { justify-content: space-around !impor= +tant; } + +.v-application .align-start { -webkit-box-align: start !important; align-it= +ems: flex-start !important; } + +.v-application .align-end { -webkit-box-align: end !important; align-items:= + flex-end !important; } + +.v-application .align-center { -webkit-box-align: center !important; align-= +items: center !important; } + +.v-application .align-baseline { -webkit-box-align: baseline !important; al= +ign-items: baseline !important; } + +.v-application .align-stretch { -webkit-box-align: stretch !important; alig= +n-items: stretch !important; } + +.v-application .align-content-start { align-content: flex-start !important;= + } + +.v-application .align-content-end { align-content: flex-end !important; } + +.v-application .align-content-center { align-content: center !important; } + +.v-application .align-content-space-between { align-content: space-between = +!important; } + +.v-application .align-content-space-around { align-content: space-around !i= +mportant; } + +.v-application .align-content-stretch { align-content: stretch !important; = +} + +.v-application .align-self-auto { align-self: auto !important; } + +.v-application .align-self-start { align-self: flex-start !important; } + +.v-application .align-self-end { align-self: flex-end !important; } + +.v-application .align-self-center { align-self: center !important; } + +.v-application .align-self-baseline { align-self: baseline !important; } + +.v-application .align-self-stretch { align-self: stretch !important; } + +.v-application .order-first { order: -1 !important; } + +.v-application .order-0 { -webkit-box-ordinal-group: 1 !important; order: 0= + !important; } + +.v-application .order-1 { -webkit-box-ordinal-group: 2 !important; order: 1= + !important; } + +.v-application .order-2 { -webkit-box-ordinal-group: 3 !important; order: 2= + !important; } + +.v-application .order-3 { -webkit-box-ordinal-group: 4 !important; order: 3= + !important; } + +.v-application .order-4 { -webkit-box-ordinal-group: 5 !important; order: 4= + !important; } + +.v-application .order-5 { -webkit-box-ordinal-group: 6 !important; order: 5= + !important; } + +.v-application .order-6 { -webkit-box-ordinal-group: 7 !important; order: 6= + !important; } + +.v-application .order-7 { -webkit-box-ordinal-group: 8 !important; order: 7= + !important; } + +.v-application .order-8 { -webkit-box-ordinal-group: 9 !important; order: 8= + !important; } + +.v-application .order-9 { -webkit-box-ordinal-group: 10 !important; order: = +9 !important; } + +.v-application .order-10 { -webkit-box-ordinal-group: 11 !important; order:= + 10 !important; } + +.v-application .order-11 { -webkit-box-ordinal-group: 12 !important; order:= + 11 !important; } + +.v-application .order-12 { -webkit-box-ordinal-group: 13 !important; order:= + 12 !important; } + +.v-application .order-last { -webkit-box-ordinal-group: 14 !important; orde= +r: 13 !important; } + +.v-application .ma-0 { margin: 0px !important; } + +.v-application .ma-1 { margin: 4px !important; } + +.v-application .ma-2 { margin: 8px !important; } + +.v-application .ma-3 { margin: 12px !important; } + +.v-application .ma-4 { margin: 16px !important; } + +.v-application .ma-5 { margin: 20px !important; } + +.v-application .ma-6 { margin: 24px !important; } + +.v-application .ma-7 { margin: 28px !important; } + +.v-application .ma-8 { margin: 32px !important; } + +.v-application .ma-9 { margin: 36px !important; } + +.v-application .ma-10 { margin: 40px !important; } + +.v-application .ma-11 { margin: 44px !important; } + +.v-application .ma-12 { margin: 48px !important; } + +.v-application .ma-13 { margin: 52px !important; } + +.v-application .ma-14 { margin: 56px !important; } + +.v-application .ma-15 { margin: 60px !important; } + +.v-application .ma-16 { margin: 64px !important; } + +.v-application .ma-auto { margin: auto !important; } + +.v-application .mx-0 { margin-right: 0px !important; margin-left: 0px !impo= +rtant; } + +.v-application .mx-1 { margin-right: 4px !important; margin-left: 4px !impo= +rtant; } + +.v-application .mx-2 { margin-right: 8px !important; margin-left: 8px !impo= +rtant; } + +.v-application .mx-3 { margin-right: 12px !important; margin-left: 12px !im= +portant; } + +.v-application .mx-4 { margin-right: 16px !important; margin-left: 16px !im= +portant; } + +.v-application .mx-5 { margin-right: 20px !important; margin-left: 20px !im= +portant; } + +.v-application .mx-6 { margin-right: 24px !important; margin-left: 24px !im= +portant; } + +.v-application .mx-7 { margin-right: 28px !important; margin-left: 28px !im= +portant; } + +.v-application .mx-8 { margin-right: 32px !important; margin-left: 32px !im= +portant; } + +.v-application .mx-9 { margin-right: 36px !important; margin-left: 36px !im= +portant; } + +.v-application .mx-10 { margin-right: 40px !important; margin-left: 40px !i= +mportant; } + +.v-application .mx-11 { margin-right: 44px !important; margin-left: 44px !i= +mportant; } + +.v-application .mx-12 { margin-right: 48px !important; margin-left: 48px !i= +mportant; } + +.v-application .mx-13 { margin-right: 52px !important; margin-left: 52px !i= +mportant; } + +.v-application .mx-14 { margin-right: 56px !important; margin-left: 56px !i= +mportant; } + +.v-application .mx-15 { margin-right: 60px !important; margin-left: 60px !i= +mportant; } + +.v-application .mx-16 { margin-right: 64px !important; margin-left: 64px !i= +mportant; } + +.v-application .mx-auto { margin-right: auto !important; margin-left: auto = +!important; } + +.v-application .my-0 { margin-top: 0px !important; margin-bottom: 0px !impo= +rtant; } + +.v-application .my-1 { margin-top: 4px !important; margin-bottom: 4px !impo= +rtant; } + +.v-application .my-2 { margin-top: 8px !important; margin-bottom: 8px !impo= +rtant; } + +.v-application .my-3 { margin-top: 12px !important; margin-bottom: 12px !im= +portant; } + +.v-application .my-4 { margin-top: 16px !important; margin-bottom: 16px !im= +portant; } + +.v-application .my-5 { margin-top: 20px !important; margin-bottom: 20px !im= +portant; } + +.v-application .my-6 { margin-top: 24px !important; margin-bottom: 24px !im= +portant; } + +.v-application .my-7 { margin-top: 28px !important; margin-bottom: 28px !im= +portant; } + +.v-application .my-8 { margin-top: 32px !important; margin-bottom: 32px !im= +portant; } + +.v-application .my-9 { margin-top: 36px !important; margin-bottom: 36px !im= +portant; } + +.v-application .my-10 { margin-top: 40px !important; margin-bottom: 40px !i= +mportant; } + +.v-application .my-11 { margin-top: 44px !important; margin-bottom: 44px !i= +mportant; } + +.v-application .my-12 { margin-top: 48px !important; margin-bottom: 48px !i= +mportant; } + +.v-application .my-13 { margin-top: 52px !important; margin-bottom: 52px !i= +mportant; } + +.v-application .my-14 { margin-top: 56px !important; margin-bottom: 56px !i= +mportant; } + +.v-application .my-15 { margin-top: 60px !important; margin-bottom: 60px !i= +mportant; } + +.v-application .my-16 { margin-top: 64px !important; margin-bottom: 64px !i= +mportant; } + +.v-application .my-auto { margin-top: auto !important; margin-bottom: auto = +!important; } + +.v-application .mt-0 { margin-top: 0px !important; } + +.v-application .mt-1 { margin-top: 4px !important; } + +.v-application .mt-2 { margin-top: 8px !important; } + +.v-application .mt-3 { margin-top: 12px !important; } + +.v-application .mt-4 { margin-top: 16px !important; } + +.v-application .mt-5 { margin-top: 20px !important; } + +.v-application .mt-6 { margin-top: 24px !important; } + +.v-application .mt-7 { margin-top: 28px !important; } + +.v-application .mt-8 { margin-top: 32px !important; } + +.v-application .mt-9 { margin-top: 36px !important; } + +.v-application .mt-10 { margin-top: 40px !important; } + +.v-application .mt-11 { margin-top: 44px !important; } + +.v-application .mt-12 { margin-top: 48px !important; } + +.v-application .mt-13 { margin-top: 52px !important; } + +.v-application .mt-14 { margin-top: 56px !important; } + +.v-application .mt-15 { margin-top: 60px !important; } + +.v-application .mt-16 { margin-top: 64px !important; } + +.v-application .mt-auto { margin-top: auto !important; } + +.v-application .mr-0 { margin-right: 0px !important; } + +.v-application .mr-1 { margin-right: 4px !important; } + +.v-application .mr-2 { margin-right: 8px !important; } + +.v-application .mr-3 { margin-right: 12px !important; } + +.v-application .mr-4 { margin-right: 16px !important; } + +.v-application .mr-5 { margin-right: 20px !important; } + +.v-application .mr-6 { margin-right: 24px !important; } + +.v-application .mr-7 { margin-right: 28px !important; } + +.v-application .mr-8 { margin-right: 32px !important; } + +.v-application .mr-9 { margin-right: 36px !important; } + +.v-application .mr-10 { margin-right: 40px !important; } + +.v-application .mr-11 { margin-right: 44px !important; } + +.v-application .mr-12 { margin-right: 48px !important; } + +.v-application .mr-13 { margin-right: 52px !important; } + +.v-application .mr-14 { margin-right: 56px !important; } + +.v-application .mr-15 { margin-right: 60px !important; } + +.v-application .mr-16 { margin-right: 64px !important; } + +.v-application .mr-auto { margin-right: auto !important; } + +.v-application .mb-0 { margin-bottom: 0px !important; } + +.v-application .mb-1 { margin-bottom: 4px !important; } + +.v-application .mb-2 { margin-bottom: 8px !important; } + +.v-application .mb-3 { margin-bottom: 12px !important; } + +.v-application .mb-4 { margin-bottom: 16px !important; } + +.v-application .mb-5 { margin-bottom: 20px !important; } + +.v-application .mb-6 { margin-bottom: 24px !important; } + +.v-application .mb-7 { margin-bottom: 28px !important; } + +.v-application .mb-8 { margin-bottom: 32px !important; } + +.v-application .mb-9 { margin-bottom: 36px !important; } + +.v-application .mb-10 { margin-bottom: 40px !important; } + +.v-application .mb-11 { margin-bottom: 44px !important; } + +.v-application .mb-12 { margin-bottom: 48px !important; } + +.v-application .mb-13 { margin-bottom: 52px !important; } + +.v-application .mb-14 { margin-bottom: 56px !important; } + +.v-application .mb-15 { margin-bottom: 60px !important; } + +.v-application .mb-16 { margin-bottom: 64px !important; } + +.v-application .mb-auto { margin-bottom: auto !important; } + +.v-application .ml-0 { margin-left: 0px !important; } + +.v-application .ml-1 { margin-left: 4px !important; } + +.v-application .ml-2 { margin-left: 8px !important; } + +.v-application .ml-3 { margin-left: 12px !important; } + +.v-application .ml-4 { margin-left: 16px !important; } + +.v-application .ml-5 { margin-left: 20px !important; } + +.v-application .ml-6 { margin-left: 24px !important; } + +.v-application .ml-7 { margin-left: 28px !important; } + +.v-application .ml-8 { margin-left: 32px !important; } + +.v-application .ml-9 { margin-left: 36px !important; } + +.v-application .ml-10 { margin-left: 40px !important; } + +.v-application .ml-11 { margin-left: 44px !important; } + +.v-application .ml-12 { margin-left: 48px !important; } + +.v-application .ml-13 { margin-left: 52px !important; } + +.v-application .ml-14 { margin-left: 56px !important; } + +.v-application .ml-15 { margin-left: 60px !important; } + +.v-application .ml-16 { margin-left: 64px !important; } + +.v-application .ml-auto { margin-left: auto !important; } + +.v-application--is-ltr .ms-0 { margin-left: 0px !important; } + +.v-application--is-rtl .ms-0 { margin-right: 0px !important; } + +.v-application--is-ltr .ms-1 { margin-left: 4px !important; } + +.v-application--is-rtl .ms-1 { margin-right: 4px !important; } + +.v-application--is-ltr .ms-2 { margin-left: 8px !important; } + +.v-application--is-rtl .ms-2 { margin-right: 8px !important; } + +.v-application--is-ltr .ms-3 { margin-left: 12px !important; } + +.v-application--is-rtl .ms-3 { margin-right: 12px !important; } + +.v-application--is-ltr .ms-4 { margin-left: 16px !important; } + +.v-application--is-rtl .ms-4 { margin-right: 16px !important; } + +.v-application--is-ltr .ms-5 { margin-left: 20px !important; } + +.v-application--is-rtl .ms-5 { margin-right: 20px !important; } + +.v-application--is-ltr .ms-6 { margin-left: 24px !important; } + +.v-application--is-rtl .ms-6 { margin-right: 24px !important; } + +.v-application--is-ltr .ms-7 { margin-left: 28px !important; } + +.v-application--is-rtl .ms-7 { margin-right: 28px !important; } + +.v-application--is-ltr .ms-8 { margin-left: 32px !important; } + +.v-application--is-rtl .ms-8 { margin-right: 32px !important; } + +.v-application--is-ltr .ms-9 { margin-left: 36px !important; } + +.v-application--is-rtl .ms-9 { margin-right: 36px !important; } + +.v-application--is-ltr .ms-10 { margin-left: 40px !important; } + +.v-application--is-rtl .ms-10 { margin-right: 40px !important; } + +.v-application--is-ltr .ms-11 { margin-left: 44px !important; } + +.v-application--is-rtl .ms-11 { margin-right: 44px !important; } + +.v-application--is-ltr .ms-12 { margin-left: 48px !important; } + +.v-application--is-rtl .ms-12 { margin-right: 48px !important; } + +.v-application--is-ltr .ms-13 { margin-left: 52px !important; } + +.v-application--is-rtl .ms-13 { margin-right: 52px !important; } + +.v-application--is-ltr .ms-14 { margin-left: 56px !important; } + +.v-application--is-rtl .ms-14 { margin-right: 56px !important; } + +.v-application--is-ltr .ms-15 { margin-left: 60px !important; } + +.v-application--is-rtl .ms-15 { margin-right: 60px !important; } + +.v-application--is-ltr .ms-16 { margin-left: 64px !important; } + +.v-application--is-rtl .ms-16 { margin-right: 64px !important; } + +.v-application--is-ltr .ms-auto { margin-left: auto !important; } + +.v-application--is-rtl .ms-auto { margin-right: auto !important; } + +.v-application--is-ltr .me-0 { margin-right: 0px !important; } + +.v-application--is-rtl .me-0 { margin-left: 0px !important; } + +.v-application--is-ltr .me-1 { margin-right: 4px !important; } + +.v-application--is-rtl .me-1 { margin-left: 4px !important; } + +.v-application--is-ltr .me-2 { margin-right: 8px !important; } + +.v-application--is-rtl .me-2 { margin-left: 8px !important; } + +.v-application--is-ltr .me-3 { margin-right: 12px !important; } + +.v-application--is-rtl .me-3 { margin-left: 12px !important; } + +.v-application--is-ltr .me-4 { margin-right: 16px !important; } + +.v-application--is-rtl .me-4 { margin-left: 16px !important; } + +.v-application--is-ltr .me-5 { margin-right: 20px !important; } + +.v-application--is-rtl .me-5 { margin-left: 20px !important; } + +.v-application--is-ltr .me-6 { margin-right: 24px !important; } + +.v-application--is-rtl .me-6 { margin-left: 24px !important; } + +.v-application--is-ltr .me-7 { margin-right: 28px !important; } + +.v-application--is-rtl .me-7 { margin-left: 28px !important; } + +.v-application--is-ltr .me-8 { margin-right: 32px !important; } + +.v-application--is-rtl .me-8 { margin-left: 32px !important; } + +.v-application--is-ltr .me-9 { margin-right: 36px !important; } + +.v-application--is-rtl .me-9 { margin-left: 36px !important; } + +.v-application--is-ltr .me-10 { margin-right: 40px !important; } + +.v-application--is-rtl .me-10 { margin-left: 40px !important; } + +.v-application--is-ltr .me-11 { margin-right: 44px !important; } + +.v-application--is-rtl .me-11 { margin-left: 44px !important; } + +.v-application--is-ltr .me-12 { margin-right: 48px !important; } + +.v-application--is-rtl .me-12 { margin-left: 48px !important; } + +.v-application--is-ltr .me-13 { margin-right: 52px !important; } + +.v-application--is-rtl .me-13 { margin-left: 52px !important; } + +.v-application--is-ltr .me-14 { margin-right: 56px !important; } + +.v-application--is-rtl .me-14 { margin-left: 56px !important; } + +.v-application--is-ltr .me-15 { margin-right: 60px !important; } + +.v-application--is-rtl .me-15 { margin-left: 60px !important; } + +.v-application--is-ltr .me-16 { margin-right: 64px !important; } + +.v-application--is-rtl .me-16 { margin-left: 64px !important; } + +.v-application--is-ltr .me-auto { margin-right: auto !important; } + +.v-application--is-rtl .me-auto { margin-left: auto !important; } + +.v-application .ma-n1 { margin: -4px !important; } + +.v-application .ma-n2 { margin: -8px !important; } + +.v-application .ma-n3 { margin: -12px !important; } + +.v-application .ma-n4 { margin: -16px !important; } + +.v-application .ma-n5 { margin: -20px !important; } + +.v-application .ma-n6 { margin: -24px !important; } + +.v-application .ma-n7 { margin: -28px !important; } + +.v-application .ma-n8 { margin: -32px !important; } + +.v-application .ma-n9 { margin: -36px !important; } + +.v-application .ma-n10 { margin: -40px !important; } + +.v-application .ma-n11 { margin: -44px !important; } + +.v-application .ma-n12 { margin: -48px !important; } + +.v-application .ma-n13 { margin: -52px !important; } + +.v-application .ma-n14 { margin: -56px !important; } + +.v-application .ma-n15 { margin: -60px !important; } + +.v-application .ma-n16 { margin: -64px !important; } + +.v-application .mx-n1 { margin-right: -4px !important; margin-left: -4px !i= +mportant; } + +.v-application .mx-n2 { margin-right: -8px !important; margin-left: -8px !i= +mportant; } + +.v-application .mx-n3 { margin-right: -12px !important; margin-left: -12px = +!important; } + +.v-application .mx-n4 { margin-right: -16px !important; margin-left: -16px = +!important; } + +.v-application .mx-n5 { margin-right: -20px !important; margin-left: -20px = +!important; } + +.v-application .mx-n6 { margin-right: -24px !important; margin-left: -24px = +!important; } + +.v-application .mx-n7 { margin-right: -28px !important; margin-left: -28px = +!important; } + +.v-application .mx-n8 { margin-right: -32px !important; margin-left: -32px = +!important; } + +.v-application .mx-n9 { margin-right: -36px !important; margin-left: -36px = +!important; } + +.v-application .mx-n10 { margin-right: -40px !important; margin-left: -40px= + !important; } + +.v-application .mx-n11 { margin-right: -44px !important; margin-left: -44px= + !important; } + +.v-application .mx-n12 { margin-right: -48px !important; margin-left: -48px= + !important; } + +.v-application .mx-n13 { margin-right: -52px !important; margin-left: -52px= + !important; } + +.v-application .mx-n14 { margin-right: -56px !important; margin-left: -56px= + !important; } + +.v-application .mx-n15 { margin-right: -60px !important; margin-left: -60px= + !important; } + +.v-application .mx-n16 { margin-right: -64px !important; margin-left: -64px= + !important; } + +.v-application .my-n1 { margin-top: -4px !important; margin-bottom: -4px !i= +mportant; } + +.v-application .my-n2 { margin-top: -8px !important; margin-bottom: -8px !i= +mportant; } + +.v-application .my-n3 { margin-top: -12px !important; margin-bottom: -12px = +!important; } + +.v-application .my-n4 { margin-top: -16px !important; margin-bottom: -16px = +!important; } + +.v-application .my-n5 { margin-top: -20px !important; margin-bottom: -20px = +!important; } + +.v-application .my-n6 { margin-top: -24px !important; margin-bottom: -24px = +!important; } + +.v-application .my-n7 { margin-top: -28px !important; margin-bottom: -28px = +!important; } + +.v-application .my-n8 { margin-top: -32px !important; margin-bottom: -32px = +!important; } + +.v-application .my-n9 { margin-top: -36px !important; margin-bottom: -36px = +!important; } + +.v-application .my-n10 { margin-top: -40px !important; margin-bottom: -40px= + !important; } + +.v-application .my-n11 { margin-top: -44px !important; margin-bottom: -44px= + !important; } + +.v-application .my-n12 { margin-top: -48px !important; margin-bottom: -48px= + !important; } + +.v-application .my-n13 { margin-top: -52px !important; margin-bottom: -52px= + !important; } + +.v-application .my-n14 { margin-top: -56px !important; margin-bottom: -56px= + !important; } + +.v-application .my-n15 { margin-top: -60px !important; margin-bottom: -60px= + !important; } + +.v-application .my-n16 { margin-top: -64px !important; margin-bottom: -64px= + !important; } + +.v-application .mt-n1 { margin-top: -4px !important; } + +.v-application .mt-n2 { margin-top: -8px !important; } + +.v-application .mt-n3 { margin-top: -12px !important; } + +.v-application .mt-n4 { margin-top: -16px !important; } + +.v-application .mt-n5 { margin-top: -20px !important; } + +.v-application .mt-n6 { margin-top: -24px !important; } + +.v-application .mt-n7 { margin-top: -28px !important; } + +.v-application .mt-n8 { margin-top: -32px !important; } + +.v-application .mt-n9 { margin-top: -36px !important; } + +.v-application .mt-n10 { margin-top: -40px !important; } + +.v-application .mt-n11 { margin-top: -44px !important; } + +.v-application .mt-n12 { margin-top: -48px !important; } + +.v-application .mt-n13 { margin-top: -52px !important; } + +.v-application .mt-n14 { margin-top: -56px !important; } + +.v-application .mt-n15 { margin-top: -60px !important; } + +.v-application .mt-n16 { margin-top: -64px !important; } + +.v-application .mr-n1 { margin-right: -4px !important; } + +.v-application .mr-n2 { margin-right: -8px !important; } + +.v-application .mr-n3 { margin-right: -12px !important; } + +.v-application .mr-n4 { margin-right: -16px !important; } + +.v-application .mr-n5 { margin-right: -20px !important; } + +.v-application .mr-n6 { margin-right: -24px !important; } + +.v-application .mr-n7 { margin-right: -28px !important; } + +.v-application .mr-n8 { margin-right: -32px !important; } + +.v-application .mr-n9 { margin-right: -36px !important; } + +.v-application .mr-n10 { margin-right: -40px !important; } + +.v-application .mr-n11 { margin-right: -44px !important; } + +.v-application .mr-n12 { margin-right: -48px !important; } + +.v-application .mr-n13 { margin-right: -52px !important; } + +.v-application .mr-n14 { margin-right: -56px !important; } + +.v-application .mr-n15 { margin-right: -60px !important; } + +.v-application .mr-n16 { margin-right: -64px !important; } + +.v-application .mb-n1 { margin-bottom: -4px !important; } + +.v-application .mb-n2 { margin-bottom: -8px !important; } + +.v-application .mb-n3 { margin-bottom: -12px !important; } + +.v-application .mb-n4 { margin-bottom: -16px !important; } + +.v-application .mb-n5 { margin-bottom: -20px !important; } + +.v-application .mb-n6 { margin-bottom: -24px !important; } + +.v-application .mb-n7 { margin-bottom: -28px !important; } + +.v-application .mb-n8 { margin-bottom: -32px !important; } + +.v-application .mb-n9 { margin-bottom: -36px !important; } + +.v-application .mb-n10 { margin-bottom: -40px !important; } + +.v-application .mb-n11 { margin-bottom: -44px !important; } + +.v-application .mb-n12 { margin-bottom: -48px !important; } + +.v-application .mb-n13 { margin-bottom: -52px !important; } + +.v-application .mb-n14 { margin-bottom: -56px !important; } + +.v-application .mb-n15 { margin-bottom: -60px !important; } + +.v-application .mb-n16 { margin-bottom: -64px !important; } + +.v-application .ml-n1 { margin-left: -4px !important; } + +.v-application .ml-n2 { margin-left: -8px !important; } + +.v-application .ml-n3 { margin-left: -12px !important; } + +.v-application .ml-n4 { margin-left: -16px !important; } + +.v-application .ml-n5 { margin-left: -20px !important; } + +.v-application .ml-n6 { margin-left: -24px !important; } + +.v-application .ml-n7 { margin-left: -28px !important; } + +.v-application .ml-n8 { margin-left: -32px !important; } + +.v-application .ml-n9 { margin-left: -36px !important; } + +.v-application .ml-n10 { margin-left: -40px !important; } + +.v-application .ml-n11 { margin-left: -44px !important; } + +.v-application .ml-n12 { margin-left: -48px !important; } + +.v-application .ml-n13 { margin-left: -52px !important; } + +.v-application .ml-n14 { margin-left: -56px !important; } + +.v-application .ml-n15 { margin-left: -60px !important; } + +.v-application .ml-n16 { margin-left: -64px !important; } + +.v-application--is-ltr .ms-n1 { margin-left: -4px !important; } + +.v-application--is-rtl .ms-n1 { margin-right: -4px !important; } + +.v-application--is-ltr .ms-n2 { margin-left: -8px !important; } + +.v-application--is-rtl .ms-n2 { margin-right: -8px !important; } + +.v-application--is-ltr .ms-n3 { margin-left: -12px !important; } + +.v-application--is-rtl .ms-n3 { margin-right: -12px !important; } + +.v-application--is-ltr .ms-n4 { margin-left: -16px !important; } + +.v-application--is-rtl .ms-n4 { margin-right: -16px !important; } + +.v-application--is-ltr .ms-n5 { margin-left: -20px !important; } + +.v-application--is-rtl .ms-n5 { margin-right: -20px !important; } + +.v-application--is-ltr .ms-n6 { margin-left: -24px !important; } + +.v-application--is-rtl .ms-n6 { margin-right: -24px !important; } + +.v-application--is-ltr .ms-n7 { margin-left: -28px !important; } + +.v-application--is-rtl .ms-n7 { margin-right: -28px !important; } + +.v-application--is-ltr .ms-n8 { margin-left: -32px !important; } + +.v-application--is-rtl .ms-n8 { margin-right: -32px !important; } + +.v-application--is-ltr .ms-n9 { margin-left: -36px !important; } + +.v-application--is-rtl .ms-n9 { margin-right: -36px !important; } + +.v-application--is-ltr .ms-n10 { margin-left: -40px !important; } + +.v-application--is-rtl .ms-n10 { margin-right: -40px !important; } + +.v-application--is-ltr .ms-n11 { margin-left: -44px !important; } + +.v-application--is-rtl .ms-n11 { margin-right: -44px !important; } + +.v-application--is-ltr .ms-n12 { margin-left: -48px !important; } + +.v-application--is-rtl .ms-n12 { margin-right: -48px !important; } + +.v-application--is-ltr .ms-n13 { margin-left: -52px !important; } + +.v-application--is-rtl .ms-n13 { margin-right: -52px !important; } + +.v-application--is-ltr .ms-n14 { margin-left: -56px !important; } + +.v-application--is-rtl .ms-n14 { margin-right: -56px !important; } + +.v-application--is-ltr .ms-n15 { margin-left: -60px !important; } + +.v-application--is-rtl .ms-n15 { margin-right: -60px !important; } + +.v-application--is-ltr .ms-n16 { margin-left: -64px !important; } + +.v-application--is-rtl .ms-n16 { margin-right: -64px !important; } + +.v-application--is-ltr .me-n1 { margin-right: -4px !important; } + +.v-application--is-rtl .me-n1 { margin-left: -4px !important; } + +.v-application--is-ltr .me-n2 { margin-right: -8px !important; } + +.v-application--is-rtl .me-n2 { margin-left: -8px !important; } + +.v-application--is-ltr .me-n3 { margin-right: -12px !important; } + +.v-application--is-rtl .me-n3 { margin-left: -12px !important; } + +.v-application--is-ltr .me-n4 { margin-right: -16px !important; } + +.v-application--is-rtl .me-n4 { margin-left: -16px !important; } + +.v-application--is-ltr .me-n5 { margin-right: -20px !important; } + +.v-application--is-rtl .me-n5 { margin-left: -20px !important; } + +.v-application--is-ltr .me-n6 { margin-right: -24px !important; } + +.v-application--is-rtl .me-n6 { margin-left: -24px !important; } + +.v-application--is-ltr .me-n7 { margin-right: -28px !important; } + +.v-application--is-rtl .me-n7 { margin-left: -28px !important; } + +.v-application--is-ltr .me-n8 { margin-right: -32px !important; } + +.v-application--is-rtl .me-n8 { margin-left: -32px !important; } + +.v-application--is-ltr .me-n9 { margin-right: -36px !important; } + +.v-application--is-rtl .me-n9 { margin-left: -36px !important; } + +.v-application--is-ltr .me-n10 { margin-right: -40px !important; } + +.v-application--is-rtl .me-n10 { margin-left: -40px !important; } + +.v-application--is-ltr .me-n11 { margin-right: -44px !important; } + +.v-application--is-rtl .me-n11 { margin-left: -44px !important; } + +.v-application--is-ltr .me-n12 { margin-right: -48px !important; } + +.v-application--is-rtl .me-n12 { margin-left: -48px !important; } + +.v-application--is-ltr .me-n13 { margin-right: -52px !important; } + +.v-application--is-rtl .me-n13 { margin-left: -52px !important; } + +.v-application--is-ltr .me-n14 { margin-right: -56px !important; } + +.v-application--is-rtl .me-n14 { margin-left: -56px !important; } + +.v-application--is-ltr .me-n15 { margin-right: -60px !important; } + +.v-application--is-rtl .me-n15 { margin-left: -60px !important; } + +.v-application--is-ltr .me-n16 { margin-right: -64px !important; } + +.v-application--is-rtl .me-n16 { margin-left: -64px !important; } + +.v-application .pa-0 { padding: 0px !important; } + +.v-application .pa-1 { padding: 4px !important; } + +.v-application .pa-2 { padding: 8px !important; } + +.v-application .pa-3 { padding: 12px !important; } + +.v-application .pa-4 { padding: 16px !important; } + +.v-application .pa-5 { padding: 20px !important; } + +.v-application .pa-6 { padding: 24px !important; } + +.v-application .pa-7 { padding: 28px !important; } + +.v-application .pa-8 { padding: 32px !important; } + +.v-application .pa-9 { padding: 36px !important; } + +.v-application .pa-10 { padding: 40px !important; } + +.v-application .pa-11 { padding: 44px !important; } + +.v-application .pa-12 { padding: 48px !important; } + +.v-application .pa-13 { padding: 52px !important; } + +.v-application .pa-14 { padding: 56px !important; } + +.v-application .pa-15 { padding: 60px !important; } + +.v-application .pa-16 { padding: 64px !important; } + +.v-application .px-0 { padding-right: 0px !important; padding-left: 0px !im= +portant; } + +.v-application .px-1 { padding-right: 4px !important; padding-left: 4px !im= +portant; } + +.v-application .px-2 { padding-right: 8px !important; padding-left: 8px !im= +portant; } + +.v-application .px-3 { padding-right: 12px !important; padding-left: 12px != +important; } + +.v-application .px-4 { padding-right: 16px !important; padding-left: 16px != +important; } + +.v-application .px-5 { padding-right: 20px !important; padding-left: 20px != +important; } + +.v-application .px-6 { padding-right: 24px !important; padding-left: 24px != +important; } + +.v-application .px-7 { padding-right: 28px !important; padding-left: 28px != +important; } + +.v-application .px-8 { padding-right: 32px !important; padding-left: 32px != +important; } + +.v-application .px-9 { padding-right: 36px !important; padding-left: 36px != +important; } + +.v-application .px-10 { padding-right: 40px !important; padding-left: 40px = +!important; } + +.v-application .px-11 { padding-right: 44px !important; padding-left: 44px = +!important; } + +.v-application .px-12 { padding-right: 48px !important; padding-left: 48px = +!important; } + +.v-application .px-13 { padding-right: 52px !important; padding-left: 52px = +!important; } + +.v-application .px-14 { padding-right: 56px !important; padding-left: 56px = +!important; } + +.v-application .px-15 { padding-right: 60px !important; padding-left: 60px = +!important; } + +.v-application .px-16 { padding-right: 64px !important; padding-left: 64px = +!important; } + +.v-application .py-0 { padding-top: 0px !important; padding-bottom: 0px !im= +portant; } + +.v-application .py-1 { padding-top: 4px !important; padding-bottom: 4px !im= +portant; } + +.v-application .py-2 { padding-top: 8px !important; padding-bottom: 8px !im= +portant; } + +.v-application .py-3 { padding-top: 12px !important; padding-bottom: 12px != +important; } + +.v-application .py-4 { padding-top: 16px !important; padding-bottom: 16px != +important; } + +.v-application .py-5 { padding-top: 20px !important; padding-bottom: 20px != +important; } + +.v-application .py-6 { padding-top: 24px !important; padding-bottom: 24px != +important; } + +.v-application .py-7 { padding-top: 28px !important; padding-bottom: 28px != +important; } + +.v-application .py-8 { padding-top: 32px !important; padding-bottom: 32px != +important; } + +.v-application .py-9 { padding-top: 36px !important; padding-bottom: 36px != +important; } + +.v-application .py-10 { padding-top: 40px !important; padding-bottom: 40px = +!important; } + +.v-application .py-11 { padding-top: 44px !important; padding-bottom: 44px = +!important; } + +.v-application .py-12 { padding-top: 48px !important; padding-bottom: 48px = +!important; } + +.v-application .py-13 { padding-top: 52px !important; padding-bottom: 52px = +!important; } + +.v-application .py-14 { padding-top: 56px !important; padding-bottom: 56px = +!important; } + +.v-application .py-15 { padding-top: 60px !important; padding-bottom: 60px = +!important; } + +.v-application .py-16 { padding-top: 64px !important; padding-bottom: 64px = +!important; } + +.v-application .pt-0 { padding-top: 0px !important; } + +.v-application .pt-1 { padding-top: 4px !important; } + +.v-application .pt-2 { padding-top: 8px !important; } + +.v-application .pt-3 { padding-top: 12px !important; } + +.v-application .pt-4 { padding-top: 16px !important; } + +.v-application .pt-5 { padding-top: 20px !important; } + +.v-application .pt-6 { padding-top: 24px !important; } + +.v-application .pt-7 { padding-top: 28px !important; } + +.v-application .pt-8 { padding-top: 32px !important; } + +.v-application .pt-9 { padding-top: 36px !important; } + +.v-application .pt-10 { padding-top: 40px !important; } + +.v-application .pt-11 { padding-top: 44px !important; } + +.v-application .pt-12 { padding-top: 48px !important; } + +.v-application .pt-13 { padding-top: 52px !important; } + +.v-application .pt-14 { padding-top: 56px !important; } + +.v-application .pt-15 { padding-top: 60px !important; } + +.v-application .pt-16 { padding-top: 64px !important; } + +.v-application .pr-0 { padding-right: 0px !important; } + +.v-application .pr-1 { padding-right: 4px !important; } + +.v-application .pr-2 { padding-right: 8px !important; } + +.v-application .pr-3 { padding-right: 12px !important; } + +.v-application .pr-4 { padding-right: 16px !important; } + +.v-application .pr-5 { padding-right: 20px !important; } + +.v-application .pr-6 { padding-right: 24px !important; } + +.v-application .pr-7 { padding-right: 28px !important; } + +.v-application .pr-8 { padding-right: 32px !important; } + +.v-application .pr-9 { padding-right: 36px !important; } + +.v-application .pr-10 { padding-right: 40px !important; } + +.v-application .pr-11 { padding-right: 44px !important; } + +.v-application .pr-12 { padding-right: 48px !important; } + +.v-application .pr-13 { padding-right: 52px !important; } + +.v-application .pr-14 { padding-right: 56px !important; } + +.v-application .pr-15 { padding-right: 60px !important; } + +.v-application .pr-16 { padding-right: 64px !important; } + +.v-application .pb-0 { padding-bottom: 0px !important; } + +.v-application .pb-1 { padding-bottom: 4px !important; } + +.v-application .pb-2 { padding-bottom: 8px !important; } + +.v-application .pb-3 { padding-bottom: 12px !important; } + +.v-application .pb-4 { padding-bottom: 16px !important; } + +.v-application .pb-5 { padding-bottom: 20px !important; } + +.v-application .pb-6 { padding-bottom: 24px !important; } + +.v-application .pb-7 { padding-bottom: 28px !important; } + +.v-application .pb-8 { padding-bottom: 32px !important; } + +.v-application .pb-9 { padding-bottom: 36px !important; } + +.v-application .pb-10 { padding-bottom: 40px !important; } + +.v-application .pb-11 { padding-bottom: 44px !important; } + +.v-application .pb-12 { padding-bottom: 48px !important; } + +.v-application .pb-13 { padding-bottom: 52px !important; } + +.v-application .pb-14 { padding-bottom: 56px !important; } + +.v-application .pb-15 { padding-bottom: 60px !important; } + +.v-application .pb-16 { padding-bottom: 64px !important; } + +.v-application .pl-0 { padding-left: 0px !important; } + +.v-application .pl-1 { padding-left: 4px !important; } + +.v-application .pl-2 { padding-left: 8px !important; } + +.v-application .pl-3 { padding-left: 12px !important; } + +.v-application .pl-4 { padding-left: 16px !important; } + +.v-application .pl-5 { padding-left: 20px !important; } + +.v-application .pl-6 { padding-left: 24px !important; } + +.v-application .pl-7 { padding-left: 28px !important; } + +.v-application .pl-8 { padding-left: 32px !important; } + +.v-application .pl-9 { padding-left: 36px !important; } + +.v-application .pl-10 { padding-left: 40px !important; } + +.v-application .pl-11 { padding-left: 44px !important; } + +.v-application .pl-12 { padding-left: 48px !important; } + +.v-application .pl-13 { padding-left: 52px !important; } + +.v-application .pl-14 { padding-left: 56px !important; } + +.v-application .pl-15 { padding-left: 60px !important; } + +.v-application .pl-16 { padding-left: 64px !important; } + +.v-application--is-ltr .ps-0 { padding-left: 0px !important; } + +.v-application--is-rtl .ps-0 { padding-right: 0px !important; } + +.v-application--is-ltr .ps-1 { padding-left: 4px !important; } + +.v-application--is-rtl .ps-1 { padding-right: 4px !important; } + +.v-application--is-ltr .ps-2 { padding-left: 8px !important; } + +.v-application--is-rtl .ps-2 { padding-right: 8px !important; } + +.v-application--is-ltr .ps-3 { padding-left: 12px !important; } + +.v-application--is-rtl .ps-3 { padding-right: 12px !important; } + +.v-application--is-ltr .ps-4 { padding-left: 16px !important; } + +.v-application--is-rtl .ps-4 { padding-right: 16px !important; } + +.v-application--is-ltr .ps-5 { padding-left: 20px !important; } + +.v-application--is-rtl .ps-5 { padding-right: 20px !important; } + +.v-application--is-ltr .ps-6 { padding-left: 24px !important; } + +.v-application--is-rtl .ps-6 { padding-right: 24px !important; } + +.v-application--is-ltr .ps-7 { padding-left: 28px !important; } + +.v-application--is-rtl .ps-7 { padding-right: 28px !important; } + +.v-application--is-ltr .ps-8 { padding-left: 32px !important; } + +.v-application--is-rtl .ps-8 { padding-right: 32px !important; } + +.v-application--is-ltr .ps-9 { padding-left: 36px !important; } + +.v-application--is-rtl .ps-9 { padding-right: 36px !important; } + +.v-application--is-ltr .ps-10 { padding-left: 40px !important; } + +.v-application--is-rtl .ps-10 { padding-right: 40px !important; } + +.v-application--is-ltr .ps-11 { padding-left: 44px !important; } + +.v-application--is-rtl .ps-11 { padding-right: 44px !important; } + +.v-application--is-ltr .ps-12 { padding-left: 48px !important; } + +.v-application--is-rtl .ps-12 { padding-right: 48px !important; } + +.v-application--is-ltr .ps-13 { padding-left: 52px !important; } + +.v-application--is-rtl .ps-13 { padding-right: 52px !important; } + +.v-application--is-ltr .ps-14 { padding-left: 56px !important; } + +.v-application--is-rtl .ps-14 { padding-right: 56px !important; } + +.v-application--is-ltr .ps-15 { padding-left: 60px !important; } + +.v-application--is-rtl .ps-15 { padding-right: 60px !important; } + +.v-application--is-ltr .ps-16 { padding-left: 64px !important; } + +.v-application--is-rtl .ps-16 { padding-right: 64px !important; } + +.v-application--is-ltr .pe-0 { padding-right: 0px !important; } + +.v-application--is-rtl .pe-0 { padding-left: 0px !important; } + +.v-application--is-ltr .pe-1 { padding-right: 4px !important; } + +.v-application--is-rtl .pe-1 { padding-left: 4px !important; } + +.v-application--is-ltr .pe-2 { padding-right: 8px !important; } + +.v-application--is-rtl .pe-2 { padding-left: 8px !important; } + +.v-application--is-ltr .pe-3 { padding-right: 12px !important; } + +.v-application--is-rtl .pe-3 { padding-left: 12px !important; } + +.v-application--is-ltr .pe-4 { padding-right: 16px !important; } + +.v-application--is-rtl .pe-4 { padding-left: 16px !important; } + +.v-application--is-ltr .pe-5 { padding-right: 20px !important; } + +.v-application--is-rtl .pe-5 { padding-left: 20px !important; } + +.v-application--is-ltr .pe-6 { padding-right: 24px !important; } + +.v-application--is-rtl .pe-6 { padding-left: 24px !important; } + +.v-application--is-ltr .pe-7 { padding-right: 28px !important; } + +.v-application--is-rtl .pe-7 { padding-left: 28px !important; } + +.v-application--is-ltr .pe-8 { padding-right: 32px !important; } + +.v-application--is-rtl .pe-8 { padding-left: 32px !important; } + +.v-application--is-ltr .pe-9 { padding-right: 36px !important; } + +.v-application--is-rtl .pe-9 { padding-left: 36px !important; } + +.v-application--is-ltr .pe-10 { padding-right: 40px !important; } + +.v-application--is-rtl .pe-10 { padding-left: 40px !important; } + +.v-application--is-ltr .pe-11 { padding-right: 44px !important; } + +.v-application--is-rtl .pe-11 { padding-left: 44px !important; } + +.v-application--is-ltr .pe-12 { padding-right: 48px !important; } + +.v-application--is-rtl .pe-12 { padding-left: 48px !important; } + +.v-application--is-ltr .pe-13 { padding-right: 52px !important; } + +.v-application--is-rtl .pe-13 { padding-left: 52px !important; } + +.v-application--is-ltr .pe-14 { padding-right: 56px !important; } + +.v-application--is-rtl .pe-14 { padding-left: 56px !important; } + +.v-application--is-ltr .pe-15 { padding-right: 60px !important; } + +.v-application--is-rtl .pe-15 { padding-left: 60px !important; } + +.v-application--is-ltr .pe-16 { padding-right: 64px !important; } + +.v-application--is-rtl .pe-16 { padding-left: 64px !important; } + +.v-application .rounded-0 { border-radius: 0px !important; } + +.v-application .rounded-sm { border-radius: 2px !important; } + +.v-application .rounded { border-radius: 4px !important; } + +.v-application .rounded-lg { border-radius: 8px !important; } + +.v-application .rounded-xl { border-radius: 24px !important; } + +.v-application .rounded-pill { border-radius: 9999px !important; } + +.v-application .rounded-circle { border-radius: 50% !important; } + +.v-application .rounded-t-0 { border-top-left-radius: 0px !important; borde= +r-top-right-radius: 0px !important; } + +.v-application .rounded-t-sm { border-top-left-radius: 2px !important; bord= +er-top-right-radius: 2px !important; } + +.v-application .rounded-t { border-top-left-radius: 4px !important; border-= +top-right-radius: 4px !important; } + +.v-application .rounded-t-lg { border-top-left-radius: 8px !important; bord= +er-top-right-radius: 8px !important; } + +.v-application .rounded-t-xl { border-top-left-radius: 24px !important; bor= +der-top-right-radius: 24px !important; } + +.v-application .rounded-t-pill { border-top-left-radius: 9999px !important;= + border-top-right-radius: 9999px !important; } + +.v-application .rounded-t-circle { border-top-left-radius: 50% !important; = +border-top-right-radius: 50% !important; } + +.v-application .rounded-r-0 { border-top-right-radius: 0px !important; bord= +er-bottom-right-radius: 0px !important; } + +.v-application .rounded-r-sm { border-top-right-radius: 2px !important; bor= +der-bottom-right-radius: 2px !important; } + +.v-application .rounded-r { border-top-right-radius: 4px !important; border= +-bottom-right-radius: 4px !important; } + +.v-application .rounded-r-lg { border-top-right-radius: 8px !important; bor= +der-bottom-right-radius: 8px !important; } + +.v-application .rounded-r-xl { border-top-right-radius: 24px !important; bo= +rder-bottom-right-radius: 24px !important; } + +.v-application .rounded-r-pill { border-top-right-radius: 9999px !important= +; border-bottom-right-radius: 9999px !important; } + +.v-application .rounded-r-circle { border-top-right-radius: 50% !important;= + border-bottom-right-radius: 50% !important; } + +.v-application .rounded-b-0 { border-bottom-left-radius: 0px !important; bo= +rder-bottom-right-radius: 0px !important; } + +.v-application .rounded-b-sm { border-bottom-left-radius: 2px !important; b= +order-bottom-right-radius: 2px !important; } + +.v-application .rounded-b { border-bottom-left-radius: 4px !important; bord= +er-bottom-right-radius: 4px !important; } + +.v-application .rounded-b-lg { border-bottom-left-radius: 8px !important; b= +order-bottom-right-radius: 8px !important; } + +.v-application .rounded-b-xl { border-bottom-left-radius: 24px !important; = +border-bottom-right-radius: 24px !important; } + +.v-application .rounded-b-pill { border-bottom-left-radius: 9999px !importa= +nt; border-bottom-right-radius: 9999px !important; } + +.v-application .rounded-b-circle { border-bottom-left-radius: 50% !importan= +t; border-bottom-right-radius: 50% !important; } + +.v-application .rounded-l-0 { border-top-left-radius: 0px !important; borde= +r-bottom-left-radius: 0px !important; } + +.v-application .rounded-l-sm { border-top-left-radius: 2px !important; bord= +er-bottom-left-radius: 2px !important; } + +.v-application .rounded-l { border-top-left-radius: 4px !important; border-= +bottom-left-radius: 4px !important; } + +.v-application .rounded-l-lg { border-top-left-radius: 8px !important; bord= +er-bottom-left-radius: 8px !important; } + +.v-application .rounded-l-xl { border-top-left-radius: 24px !important; bor= +der-bottom-left-radius: 24px !important; } + +.v-application .rounded-l-pill { border-top-left-radius: 9999px !important;= + border-bottom-left-radius: 9999px !important; } + +.v-application .rounded-l-circle { border-top-left-radius: 50% !important; = +border-bottom-left-radius: 50% !important; } + +.v-application .rounded-tl-0 { border-top-left-radius: 0px !important; } + +.v-application .rounded-tl-sm { border-top-left-radius: 2px !important; } + +.v-application .rounded-tl { border-top-left-radius: 4px !important; } + +.v-application .rounded-tl-lg { border-top-left-radius: 8px !important; } + +.v-application .rounded-tl-xl { border-top-left-radius: 24px !important; } + +.v-application .rounded-tl-pill { border-top-left-radius: 9999px !important= +; } + +.v-application .rounded-tl-circle { border-top-left-radius: 50% !important;= + } + +.v-application .rounded-tr-0 { border-top-right-radius: 0px !important; } + +.v-application .rounded-tr-sm { border-top-right-radius: 2px !important; } + +.v-application .rounded-tr { border-top-right-radius: 4px !important; } + +.v-application .rounded-tr-lg { border-top-right-radius: 8px !important; } + +.v-application .rounded-tr-xl { border-top-right-radius: 24px !important; } + +.v-application .rounded-tr-pill { border-top-right-radius: 9999px !importan= +t; } + +.v-application .rounded-tr-circle { border-top-right-radius: 50% !important= +; } + +.v-application .rounded-br-0 { border-bottom-right-radius: 0px !important; = +} + +.v-application .rounded-br-sm { border-bottom-right-radius: 2px !important;= + } + +.v-application .rounded-br { border-bottom-right-radius: 4px !important; } + +.v-application .rounded-br-lg { border-bottom-right-radius: 8px !important;= + } + +.v-application .rounded-br-xl { border-bottom-right-radius: 24px !important= +; } + +.v-application .rounded-br-pill { border-bottom-right-radius: 9999px !impor= +tant; } + +.v-application .rounded-br-circle { border-bottom-right-radius: 50% !import= +ant; } + +.v-application .rounded-bl-0 { border-bottom-left-radius: 0px !important; } + +.v-application .rounded-bl-sm { border-bottom-left-radius: 2px !important; = +} + +.v-application .rounded-bl { border-bottom-left-radius: 4px !important; } + +.v-application .rounded-bl-lg { border-bottom-left-radius: 8px !important; = +} + +.v-application .rounded-bl-xl { border-bottom-left-radius: 24px !important;= + } + +.v-application .rounded-bl-pill { border-bottom-left-radius: 9999px !import= +ant; } + +.v-application .rounded-bl-circle { border-bottom-left-radius: 50% !importa= +nt; } + +.v-application .text-left { text-align: left !important; } + +.v-application .text-right { text-align: right !important; } + +.v-application .text-center { text-align: center !important; } + +.v-application .text-justify { text-align: justify !important; } + +.v-application .text-start { text-align: start !important; } + +.v-application .text-end { text-align: end !important; } + +.v-application .text-decoration-line-through { text-decoration: line-throug= +h !important; } + +.v-application .text-decoration-none { text-decoration: none !important; } + +.v-application .text-decoration-overline { text-decoration: overline !impor= +tant; } + +.v-application .text-decoration-underline { text-decoration: underline !imp= +ortant; } + +.v-application .text-wrap { white-space: normal !important; } + +.v-application .text-no-wrap { white-space: nowrap !important; } + +.v-application .text-pre { white-space: pre !important; } + +.v-application .text-pre-line { white-space: pre-line !important; } + +.v-application .text-pre-wrap { white-space: pre-wrap !important; } + +.v-application .text-break { overflow-wrap: break-word !important; word-bre= +ak: break-word !important; } + +.v-application .text-truncate { white-space: nowrap !important; overflow: h= +idden !important; text-overflow: ellipsis !important; } + +.v-application .text-none { text-transform: none !important; } + +.v-application .text-capitalize { text-transform: capitalize !important; } + +.v-application .text-lowercase { text-transform: lowercase !important; } + +.v-application .text-uppercase { text-transform: uppercase !important; } + +.v-application .text-h1 { font-weight: 300; line-height: 6rem; font-size: 6= +rem !important; letter-spacing: -0.015625em !important; font-family: Roboto= +, sans-serif !important; } + +.v-application .text-h2 { font-weight: 300; line-height: 3.75rem; font-size= +: 3.75rem !important; letter-spacing: -0.00833333em !important; font-family= +: Roboto, sans-serif !important; } + +.v-application .text-h3 { font-weight: 400; line-height: 3.125rem; font-siz= +e: 3rem !important; letter-spacing: normal !important; font-family: Roboto,= + sans-serif !important; } + +.v-application .text-h4 { font-weight: 400; line-height: 2.5rem; font-size:= + 2.125rem !important; letter-spacing: 0.00735294em !important; font-family:= + Roboto, sans-serif !important; } + +.v-application .text-h5 { font-weight: 400; line-height: 2rem; font-size: 1= +.5rem !important; letter-spacing: normal !important; font-family: Roboto, s= +ans-serif !important; } + +.v-application .text-h6 { font-weight: 500; line-height: 2rem; font-size: 1= +.25rem !important; letter-spacing: 0.0125em !important; font-family: Roboto= +, sans-serif !important; } + +.v-application .text-subtitle-1 { font-weight: normal; line-height: 1.75rem= +; font-size: 1rem !important; letter-spacing: 0.009375em !important; font-f= +amily: Roboto, sans-serif !important; } + +.v-application .text-subtitle-2 { font-weight: 500; line-height: 1.375rem; = +font-size: 0.875rem !important; letter-spacing: 0.00714286em !important; fo= +nt-family: Roboto, sans-serif !important; } + +.v-application .text-body-1 { font-weight: 400; line-height: 1.5rem; font-s= +ize: 1rem !important; letter-spacing: 0.03125em !important; font-family: Ro= +boto, sans-serif !important; } + +.v-application .text-body-2 { font-weight: 400; line-height: 1.25rem; font-= +size: 0.875rem !important; letter-spacing: 0.0178571em !important; font-fam= +ily: Roboto, sans-serif !important; } + +.v-application .text-button { font-weight: 500; line-height: 2.25rem; font-= +size: 0.875rem !important; letter-spacing: 0.0892857em !important; font-fam= +ily: Roboto, sans-serif !important; text-transform: uppercase !important; } + +.v-application .text-caption { font-weight: 400; line-height: 1.25rem; font= +-size: 0.75rem !important; letter-spacing: 0.0333333em !important; font-fam= +ily: Roboto, sans-serif !important; } + +.v-application .text-overline { font-weight: 500; line-height: 2rem; font-s= +ize: 0.75rem !important; letter-spacing: 0.166667em !important; font-family= +: Roboto, sans-serif !important; text-transform: uppercase !important; } + +@media (min-width: 600px) { + .v-application .d-sm-none { display: none !important; } + .v-application .d-sm-inline { display: inline !important; } + .v-application .d-sm-inline-block { display: inline-block !important; } + .v-application .d-sm-block { display: block !important; } + .v-application .d-sm-table { display: table !important; } + .v-application .d-sm-table-row { display: table-row !important; } + .v-application .d-sm-table-cell { display: table-cell !important; } + .v-application .d-sm-flex { display: flex !important; } + .v-application .d-sm-inline-flex { display: inline-flex !important; } + .v-application .float-sm-none { float: none !important; } + .v-application .float-sm-left { float: left !important; } + .v-application .float-sm-right { float: right !important; } + .v-application--is-rtl .float-sm-end { float: left !important; } + .v-application--is-rtl .float-sm-start { float: right !important; } + .v-application--is-ltr .float-sm-end { float: right !important; } + .v-application--is-ltr .float-sm-start { float: left !important; } + .v-application .flex-sm-fill { -webkit-box-flex: 1 !important; flex: 1 1 = +auto !important; } + .v-application .flex-sm-row { -webkit-box-orient: horizontal !important; = +-webkit-box-direction: normal !important; flex-direction: row !important; } + .v-application .flex-sm-column { -webkit-box-orient: vertical !important;= + -webkit-box-direction: normal !important; flex-direction: column !importan= +t; } + .v-application .flex-sm-row-reverse { -webkit-box-orient: horizontal !imp= +ortant; -webkit-box-direction: reverse !important; flex-direction: row-reve= +rse !important; } + .v-application .flex-sm-column-reverse { -webkit-box-orient: vertical !im= +portant; -webkit-box-direction: reverse !important; flex-direction: column-= +reverse !important; } + .v-application .flex-sm-grow-0 { -webkit-box-flex: 0 !important; flex-gro= +w: 0 !important; } + .v-application .flex-sm-grow-1 { -webkit-box-flex: 1 !important; flex-gro= +w: 1 !important; } + .v-application .flex-sm-shrink-0 { flex-shrink: 0 !important; } + .v-application .flex-sm-shrink-1 { flex-shrink: 1 !important; } + .v-application .flex-sm-wrap { flex-wrap: wrap !important; } + .v-application .flex-sm-nowrap { flex-wrap: nowrap !important; } + .v-application .flex-sm-wrap-reverse { flex-wrap: wrap-reverse !important= +; } + .v-application .justify-sm-start { -webkit-box-pack: start !important; ju= +stify-content: flex-start !important; } + .v-application .justify-sm-end { -webkit-box-pack: end !important; justif= +y-content: flex-end !important; } + .v-application .justify-sm-center { -webkit-box-pack: center !important; = +justify-content: center !important; } + .v-application .justify-sm-space-between { -webkit-box-pack: justify !imp= +ortant; justify-content: space-between !important; } + .v-application .justify-sm-space-around { justify-content: space-around != +important; } + .v-application .align-sm-start { -webkit-box-align: start !important; ali= +gn-items: flex-start !important; } + .v-application .align-sm-end { -webkit-box-align: end !important; align-i= +tems: flex-end !important; } + .v-application .align-sm-center { -webkit-box-align: center !important; a= +lign-items: center !important; } + .v-application .align-sm-baseline { -webkit-box-align: baseline !importan= +t; align-items: baseline !important; } + .v-application .align-sm-stretch { -webkit-box-align: stretch !important;= + align-items: stretch !important; } + .v-application .align-content-sm-start { align-content: flex-start !impor= +tant; } + .v-application .align-content-sm-end { align-content: flex-end !important= +; } + .v-application .align-content-sm-center { align-content: center !importan= +t; } + .v-application .align-content-sm-space-between { align-content: space-bet= +ween !important; } + .v-application .align-content-sm-space-around { align-content: space-arou= +nd !important; } + .v-application .align-content-sm-stretch { align-content: stretch !import= +ant; } + .v-application .align-self-sm-auto { align-self: auto !important; } + .v-application .align-self-sm-start { align-self: flex-start !important; = +} + .v-application .align-self-sm-end { align-self: flex-end !important; } + .v-application .align-self-sm-center { align-self: center !important; } + .v-application .align-self-sm-baseline { align-self: baseline !important;= + } + .v-application .align-self-sm-stretch { align-self: stretch !important; } + .v-application .order-sm-first { order: -1 !important; } + .v-application .order-sm-0 { -webkit-box-ordinal-group: 1 !important; ord= +er: 0 !important; } + .v-application .order-sm-1 { -webkit-box-ordinal-group: 2 !important; ord= +er: 1 !important; } + .v-application .order-sm-2 { -webkit-box-ordinal-group: 3 !important; ord= +er: 2 !important; } + .v-application .order-sm-3 { -webkit-box-ordinal-group: 4 !important; ord= +er: 3 !important; } + .v-application .order-sm-4 { -webkit-box-ordinal-group: 5 !important; ord= +er: 4 !important; } + .v-application .order-sm-5 { -webkit-box-ordinal-group: 6 !important; ord= +er: 5 !important; } + .v-application .order-sm-6 { -webkit-box-ordinal-group: 7 !important; ord= +er: 6 !important; } + .v-application .order-sm-7 { -webkit-box-ordinal-group: 8 !important; ord= +er: 7 !important; } + .v-application .order-sm-8 { -webkit-box-ordinal-group: 9 !important; ord= +er: 8 !important; } + .v-application .order-sm-9 { -webkit-box-ordinal-group: 10 !important; or= +der: 9 !important; } + .v-application .order-sm-10 { -webkit-box-ordinal-group: 11 !important; o= +rder: 10 !important; } + .v-application .order-sm-11 { -webkit-box-ordinal-group: 12 !important; o= +rder: 11 !important; } + .v-application .order-sm-12 { -webkit-box-ordinal-group: 13 !important; o= +rder: 12 !important; } + .v-application .order-sm-last { -webkit-box-ordinal-group: 14 !important;= + order: 13 !important; } + .v-application .ma-sm-0 { margin: 0px !important; } + .v-application .ma-sm-1 { margin: 4px !important; } + .v-application .ma-sm-2 { margin: 8px !important; } + .v-application .ma-sm-3 { margin: 12px !important; } + .v-application .ma-sm-4 { margin: 16px !important; } + .v-application .ma-sm-5 { margin: 20px !important; } + .v-application .ma-sm-6 { margin: 24px !important; } + .v-application .ma-sm-7 { margin: 28px !important; } + .v-application .ma-sm-8 { margin: 32px !important; } + .v-application .ma-sm-9 { margin: 36px !important; } + .v-application .ma-sm-10 { margin: 40px !important; } + .v-application .ma-sm-11 { margin: 44px !important; } + .v-application .ma-sm-12 { margin: 48px !important; } + .v-application .ma-sm-13 { margin: 52px !important; } + .v-application .ma-sm-14 { margin: 56px !important; } + .v-application .ma-sm-15 { margin: 60px !important; } + .v-application .ma-sm-16 { margin: 64px !important; } + .v-application .ma-sm-auto { margin: auto !important; } + .v-application .mx-sm-0 { margin-right: 0px !important; margin-left: 0px = +!important; } + .v-application .mx-sm-1 { margin-right: 4px !important; margin-left: 4px = +!important; } + .v-application .mx-sm-2 { margin-right: 8px !important; margin-left: 8px = +!important; } + .v-application .mx-sm-3 { margin-right: 12px !important; margin-left: 12p= +x !important; } + .v-application .mx-sm-4 { margin-right: 16px !important; margin-left: 16p= +x !important; } + .v-application .mx-sm-5 { margin-right: 20px !important; margin-left: 20p= +x !important; } + .v-application .mx-sm-6 { margin-right: 24px !important; margin-left: 24p= +x !important; } + .v-application .mx-sm-7 { margin-right: 28px !important; margin-left: 28p= +x !important; } + .v-application .mx-sm-8 { margin-right: 32px !important; margin-left: 32p= +x !important; } + .v-application .mx-sm-9 { margin-right: 36px !important; margin-left: 36p= +x !important; } + .v-application .mx-sm-10 { margin-right: 40px !important; margin-left: 40= +px !important; } + .v-application .mx-sm-11 { margin-right: 44px !important; margin-left: 44= +px !important; } + .v-application .mx-sm-12 { margin-right: 48px !important; margin-left: 48= +px !important; } + .v-application .mx-sm-13 { margin-right: 52px !important; margin-left: 52= +px !important; } + .v-application .mx-sm-14 { margin-right: 56px !important; margin-left: 56= +px !important; } + .v-application .mx-sm-15 { margin-right: 60px !important; margin-left: 60= +px !important; } + .v-application .mx-sm-16 { margin-right: 64px !important; margin-left: 64= +px !important; } + .v-application .mx-sm-auto { margin-right: auto !important; margin-left: = +auto !important; } + .v-application .my-sm-0 { margin-top: 0px !important; margin-bottom: 0px = +!important; } + .v-application .my-sm-1 { margin-top: 4px !important; margin-bottom: 4px = +!important; } + .v-application .my-sm-2 { margin-top: 8px !important; margin-bottom: 8px = +!important; } + .v-application .my-sm-3 { margin-top: 12px !important; margin-bottom: 12p= +x !important; } + .v-application .my-sm-4 { margin-top: 16px !important; margin-bottom: 16p= +x !important; } + .v-application .my-sm-5 { margin-top: 20px !important; margin-bottom: 20p= +x !important; } + .v-application .my-sm-6 { margin-top: 24px !important; margin-bottom: 24p= +x !important; } + .v-application .my-sm-7 { margin-top: 28px !important; margin-bottom: 28p= +x !important; } + .v-application .my-sm-8 { margin-top: 32px !important; margin-bottom: 32p= +x !important; } + .v-application .my-sm-9 { margin-top: 36px !important; margin-bottom: 36p= +x !important; } + .v-application .my-sm-10 { margin-top: 40px !important; margin-bottom: 40= +px !important; } + .v-application .my-sm-11 { margin-top: 44px !important; margin-bottom: 44= +px !important; } + .v-application .my-sm-12 { margin-top: 48px !important; margin-bottom: 48= +px !important; } + .v-application .my-sm-13 { margin-top: 52px !important; margin-bottom: 52= +px !important; } + .v-application .my-sm-14 { margin-top: 56px !important; margin-bottom: 56= +px !important; } + .v-application .my-sm-15 { margin-top: 60px !important; margin-bottom: 60= +px !important; } + .v-application .my-sm-16 { margin-top: 64px !important; margin-bottom: 64= +px !important; } + .v-application .my-sm-auto { margin-top: auto !important; margin-bottom: = +auto !important; } + .v-application .mt-sm-0 { margin-top: 0px !important; } + .v-application .mt-sm-1 { margin-top: 4px !important; } + .v-application .mt-sm-2 { margin-top: 8px !important; } + .v-application .mt-sm-3 { margin-top: 12px !important; } + .v-application .mt-sm-4 { margin-top: 16px !important; } + .v-application .mt-sm-5 { margin-top: 20px !important; } + .v-application .mt-sm-6 { margin-top: 24px !important; } + .v-application .mt-sm-7 { margin-top: 28px !important; } + .v-application .mt-sm-8 { margin-top: 32px !important; } + .v-application .mt-sm-9 { margin-top: 36px !important; } + .v-application .mt-sm-10 { margin-top: 40px !important; } + .v-application .mt-sm-11 { margin-top: 44px !important; } + .v-application .mt-sm-12 { margin-top: 48px !important; } + .v-application .mt-sm-13 { margin-top: 52px !important; } + .v-application .mt-sm-14 { margin-top: 56px !important; } + .v-application .mt-sm-15 { margin-top: 60px !important; } + .v-application .mt-sm-16 { margin-top: 64px !important; } + .v-application .mt-sm-auto { margin-top: auto !important; } + .v-application .mr-sm-0 { margin-right: 0px !important; } + .v-application .mr-sm-1 { margin-right: 4px !important; } + .v-application .mr-sm-2 { margin-right: 8px !important; } + .v-application .mr-sm-3 { margin-right: 12px !important; } + .v-application .mr-sm-4 { margin-right: 16px !important; } + .v-application .mr-sm-5 { margin-right: 20px !important; } + .v-application .mr-sm-6 { margin-right: 24px !important; } + .v-application .mr-sm-7 { margin-right: 28px !important; } + .v-application .mr-sm-8 { margin-right: 32px !important; } + .v-application .mr-sm-9 { margin-right: 36px !important; } + .v-application .mr-sm-10 { margin-right: 40px !important; } + .v-application .mr-sm-11 { margin-right: 44px !important; } + .v-application .mr-sm-12 { margin-right: 48px !important; } + .v-application .mr-sm-13 { margin-right: 52px !important; } + .v-application .mr-sm-14 { margin-right: 56px !important; } + .v-application .mr-sm-15 { margin-right: 60px !important; } + .v-application .mr-sm-16 { margin-right: 64px !important; } + .v-application .mr-sm-auto { margin-right: auto !important; } + .v-application .mb-sm-0 { margin-bottom: 0px !important; } + .v-application .mb-sm-1 { margin-bottom: 4px !important; } + .v-application .mb-sm-2 { margin-bottom: 8px !important; } + .v-application .mb-sm-3 { margin-bottom: 12px !important; } + .v-application .mb-sm-4 { margin-bottom: 16px !important; } + .v-application .mb-sm-5 { margin-bottom: 20px !important; } + .v-application .mb-sm-6 { margin-bottom: 24px !important; } + .v-application .mb-sm-7 { margin-bottom: 28px !important; } + .v-application .mb-sm-8 { margin-bottom: 32px !important; } + .v-application .mb-sm-9 { margin-bottom: 36px !important; } + .v-application .mb-sm-10 { margin-bottom: 40px !important; } + .v-application .mb-sm-11 { margin-bottom: 44px !important; } + .v-application .mb-sm-12 { margin-bottom: 48px !important; } + .v-application .mb-sm-13 { margin-bottom: 52px !important; } + .v-application .mb-sm-14 { margin-bottom: 56px !important; } + .v-application .mb-sm-15 { margin-bottom: 60px !important; } + .v-application .mb-sm-16 { margin-bottom: 64px !important; } + .v-application .mb-sm-auto { margin-bottom: auto !important; } + .v-application .ml-sm-0 { margin-left: 0px !important; } + .v-application .ml-sm-1 { margin-left: 4px !important; } + .v-application .ml-sm-2 { margin-left: 8px !important; } + .v-application .ml-sm-3 { margin-left: 12px !important; } + .v-application .ml-sm-4 { margin-left: 16px !important; } + .v-application .ml-sm-5 { margin-left: 20px !important; } + .v-application .ml-sm-6 { margin-left: 24px !important; } + .v-application .ml-sm-7 { margin-left: 28px !important; } + .v-application .ml-sm-8 { margin-left: 32px !important; } + .v-application .ml-sm-9 { margin-left: 36px !important; } + .v-application .ml-sm-10 { margin-left: 40px !important; } + .v-application .ml-sm-11 { margin-left: 44px !important; } + .v-application .ml-sm-12 { margin-left: 48px !important; } + .v-application .ml-sm-13 { margin-left: 52px !important; } + .v-application .ml-sm-14 { margin-left: 56px !important; } + .v-application .ml-sm-15 { margin-left: 60px !important; } + .v-application .ml-sm-16 { margin-left: 64px !important; } + .v-application .ml-sm-auto { margin-left: auto !important; } + .v-application--is-ltr .ms-sm-0 { margin-left: 0px !important; } + .v-application--is-rtl .ms-sm-0 { margin-right: 0px !important; } + .v-application--is-ltr .ms-sm-1 { margin-left: 4px !important; } + .v-application--is-rtl .ms-sm-1 { margin-right: 4px !important; } + .v-application--is-ltr .ms-sm-2 { margin-left: 8px !important; } + .v-application--is-rtl .ms-sm-2 { margin-right: 8px !important; } + .v-application--is-ltr .ms-sm-3 { margin-left: 12px !important; } + .v-application--is-rtl .ms-sm-3 { margin-right: 12px !important; } + .v-application--is-ltr .ms-sm-4 { margin-left: 16px !important; } + .v-application--is-rtl .ms-sm-4 { margin-right: 16px !important; } + .v-application--is-ltr .ms-sm-5 { margin-left: 20px !important; } + .v-application--is-rtl .ms-sm-5 { margin-right: 20px !important; } + .v-application--is-ltr .ms-sm-6 { margin-left: 24px !important; } + .v-application--is-rtl .ms-sm-6 { margin-right: 24px !important; } + .v-application--is-ltr .ms-sm-7 { margin-left: 28px !important; } + .v-application--is-rtl .ms-sm-7 { margin-right: 28px !important; } + .v-application--is-ltr .ms-sm-8 { margin-left: 32px !important; } + .v-application--is-rtl .ms-sm-8 { margin-right: 32px !important; } + .v-application--is-ltr .ms-sm-9 { margin-left: 36px !important; } + .v-application--is-rtl .ms-sm-9 { margin-right: 36px !important; } + .v-application--is-ltr .ms-sm-10 { margin-left: 40px !important; } + .v-application--is-rtl .ms-sm-10 { margin-right: 40px !important; } + .v-application--is-ltr .ms-sm-11 { margin-left: 44px !important; } + .v-application--is-rtl .ms-sm-11 { margin-right: 44px !important; } + .v-application--is-ltr .ms-sm-12 { margin-left: 48px !important; } + .v-application--is-rtl .ms-sm-12 { margin-right: 48px !important; } + .v-application--is-ltr .ms-sm-13 { margin-left: 52px !important; } + .v-application--is-rtl .ms-sm-13 { margin-right: 52px !important; } + .v-application--is-ltr .ms-sm-14 { margin-left: 56px !important; } + .v-application--is-rtl .ms-sm-14 { margin-right: 56px !important; } + .v-application--is-ltr .ms-sm-15 { margin-left: 60px !important; } + .v-application--is-rtl .ms-sm-15 { margin-right: 60px !important; } + .v-application--is-ltr .ms-sm-16 { margin-left: 64px !important; } + .v-application--is-rtl .ms-sm-16 { margin-right: 64px !important; } + .v-application--is-ltr .ms-sm-auto { margin-left: auto !important; } + .v-application--is-rtl .ms-sm-auto { margin-right: auto !important; } + .v-application--is-ltr .me-sm-0 { margin-right: 0px !important; } + .v-application--is-rtl .me-sm-0 { margin-left: 0px !important; } + .v-application--is-ltr .me-sm-1 { margin-right: 4px !important; } + .v-application--is-rtl .me-sm-1 { margin-left: 4px !important; } + .v-application--is-ltr .me-sm-2 { margin-right: 8px !important; } + .v-application--is-rtl .me-sm-2 { margin-left: 8px !important; } + .v-application--is-ltr .me-sm-3 { margin-right: 12px !important; } + .v-application--is-rtl .me-sm-3 { margin-left: 12px !important; } + .v-application--is-ltr .me-sm-4 { margin-right: 16px !important; } + .v-application--is-rtl .me-sm-4 { margin-left: 16px !important; } + .v-application--is-ltr .me-sm-5 { margin-right: 20px !important; } + .v-application--is-rtl .me-sm-5 { margin-left: 20px !important; } + .v-application--is-ltr .me-sm-6 { margin-right: 24px !important; } + .v-application--is-rtl .me-sm-6 { margin-left: 24px !important; } + .v-application--is-ltr .me-sm-7 { margin-right: 28px !important; } + .v-application--is-rtl .me-sm-7 { margin-left: 28px !important; } + .v-application--is-ltr .me-sm-8 { margin-right: 32px !important; } + .v-application--is-rtl .me-sm-8 { margin-left: 32px !important; } + .v-application--is-ltr .me-sm-9 { margin-right: 36px !important; } + .v-application--is-rtl .me-sm-9 { margin-left: 36px !important; } + .v-application--is-ltr .me-sm-10 { margin-right: 40px !important; } + .v-application--is-rtl .me-sm-10 { margin-left: 40px !important; } + .v-application--is-ltr .me-sm-11 { margin-right: 44px !important; } + .v-application--is-rtl .me-sm-11 { margin-left: 44px !important; } + .v-application--is-ltr .me-sm-12 { margin-right: 48px !important; } + .v-application--is-rtl .me-sm-12 { margin-left: 48px !important; } + .v-application--is-ltr .me-sm-13 { margin-right: 52px !important; } + .v-application--is-rtl .me-sm-13 { margin-left: 52px !important; } + .v-application--is-ltr .me-sm-14 { margin-right: 56px !important; } + .v-application--is-rtl .me-sm-14 { margin-left: 56px !important; } + .v-application--is-ltr .me-sm-15 { margin-right: 60px !important; } + .v-application--is-rtl .me-sm-15 { margin-left: 60px !important; } + .v-application--is-ltr .me-sm-16 { margin-right: 64px !important; } + .v-application--is-rtl .me-sm-16 { margin-left: 64px !important; } + .v-application--is-ltr .me-sm-auto { margin-right: auto !important; } + .v-application--is-rtl .me-sm-auto { margin-left: auto !important; } + .v-application .ma-sm-n1 { margin: -4px !important; } + .v-application .ma-sm-n2 { margin: -8px !important; } + .v-application .ma-sm-n3 { margin: -12px !important; } + .v-application .ma-sm-n4 { margin: -16px !important; } + .v-application .ma-sm-n5 { margin: -20px !important; } + .v-application .ma-sm-n6 { margin: -24px !important; } + .v-application .ma-sm-n7 { margin: -28px !important; } + .v-application .ma-sm-n8 { margin: -32px !important; } + .v-application .ma-sm-n9 { margin: -36px !important; } + .v-application .ma-sm-n10 { margin: -40px !important; } + .v-application .ma-sm-n11 { margin: -44px !important; } + .v-application .ma-sm-n12 { margin: -48px !important; } + .v-application .ma-sm-n13 { margin: -52px !important; } + .v-application .ma-sm-n14 { margin: -56px !important; } + .v-application .ma-sm-n15 { margin: -60px !important; } + .v-application .ma-sm-n16 { margin: -64px !important; } + .v-application .mx-sm-n1 { margin-right: -4px !important; margin-left: -4= +px !important; } + .v-application .mx-sm-n2 { margin-right: -8px !important; margin-left: -8= +px !important; } + .v-application .mx-sm-n3 { margin-right: -12px !important; margin-left: -= +12px !important; } + .v-application .mx-sm-n4 { margin-right: -16px !important; margin-left: -= +16px !important; } + .v-application .mx-sm-n5 { margin-right: -20px !important; margin-left: -= +20px !important; } + .v-application .mx-sm-n6 { margin-right: -24px !important; margin-left: -= +24px !important; } + .v-application .mx-sm-n7 { margin-right: -28px !important; margin-left: -= +28px !important; } + .v-application .mx-sm-n8 { margin-right: -32px !important; margin-left: -= +32px !important; } + .v-application .mx-sm-n9 { margin-right: -36px !important; margin-left: -= +36px !important; } + .v-application .mx-sm-n10 { margin-right: -40px !important; margin-left: = +-40px !important; } + .v-application .mx-sm-n11 { margin-right: -44px !important; margin-left: = +-44px !important; } + .v-application .mx-sm-n12 { margin-right: -48px !important; margin-left: = +-48px !important; } + .v-application .mx-sm-n13 { margin-right: -52px !important; margin-left: = +-52px !important; } + .v-application .mx-sm-n14 { margin-right: -56px !important; margin-left: = +-56px !important; } + .v-application .mx-sm-n15 { margin-right: -60px !important; margin-left: = +-60px !important; } + .v-application .mx-sm-n16 { margin-right: -64px !important; margin-left: = +-64px !important; } + .v-application .my-sm-n1 { margin-top: -4px !important; margin-bottom: -4= +px !important; } + .v-application .my-sm-n2 { margin-top: -8px !important; margin-bottom: -8= +px !important; } + .v-application .my-sm-n3 { margin-top: -12px !important; margin-bottom: -= +12px !important; } + .v-application .my-sm-n4 { margin-top: -16px !important; margin-bottom: -= +16px !important; } + .v-application .my-sm-n5 { margin-top: -20px !important; margin-bottom: -= +20px !important; } + .v-application .my-sm-n6 { margin-top: -24px !important; margin-bottom: -= +24px !important; } + .v-application .my-sm-n7 { margin-top: -28px !important; margin-bottom: -= +28px !important; } + .v-application .my-sm-n8 { margin-top: -32px !important; margin-bottom: -= +32px !important; } + .v-application .my-sm-n9 { margin-top: -36px !important; margin-bottom: -= +36px !important; } + .v-application .my-sm-n10 { margin-top: -40px !important; margin-bottom: = +-40px !important; } + .v-application .my-sm-n11 { margin-top: -44px !important; margin-bottom: = +-44px !important; } + .v-application .my-sm-n12 { margin-top: -48px !important; margin-bottom: = +-48px !important; } + .v-application .my-sm-n13 { margin-top: -52px !important; margin-bottom: = +-52px !important; } + .v-application .my-sm-n14 { margin-top: -56px !important; margin-bottom: = +-56px !important; } + .v-application .my-sm-n15 { margin-top: -60px !important; margin-bottom: = +-60px !important; } + .v-application .my-sm-n16 { margin-top: -64px !important; margin-bottom: = +-64px !important; } + .v-application .mt-sm-n1 { margin-top: -4px !important; } + .v-application .mt-sm-n2 { margin-top: -8px !important; } + .v-application .mt-sm-n3 { margin-top: -12px !important; } + .v-application .mt-sm-n4 { margin-top: -16px !important; } + .v-application .mt-sm-n5 { margin-top: -20px !important; } + .v-application .mt-sm-n6 { margin-top: -24px !important; } + .v-application .mt-sm-n7 { margin-top: -28px !important; } + .v-application .mt-sm-n8 { margin-top: -32px !important; } + .v-application .mt-sm-n9 { margin-top: -36px !important; } + .v-application .mt-sm-n10 { margin-top: -40px !important; } + .v-application .mt-sm-n11 { margin-top: -44px !important; } + .v-application .mt-sm-n12 { margin-top: -48px !important; } + .v-application .mt-sm-n13 { margin-top: -52px !important; } + .v-application .mt-sm-n14 { margin-top: -56px !important; } + .v-application .mt-sm-n15 { margin-top: -60px !important; } + .v-application .mt-sm-n16 { margin-top: -64px !important; } + .v-application .mr-sm-n1 { margin-right: -4px !important; } + .v-application .mr-sm-n2 { margin-right: -8px !important; } + .v-application .mr-sm-n3 { margin-right: -12px !important; } + .v-application .mr-sm-n4 { margin-right: -16px !important; } + .v-application .mr-sm-n5 { margin-right: -20px !important; } + .v-application .mr-sm-n6 { margin-right: -24px !important; } + .v-application .mr-sm-n7 { margin-right: -28px !important; } + .v-application .mr-sm-n8 { margin-right: -32px !important; } + .v-application .mr-sm-n9 { margin-right: -36px !important; } + .v-application .mr-sm-n10 { margin-right: -40px !important; } + .v-application .mr-sm-n11 { margin-right: -44px !important; } + .v-application .mr-sm-n12 { margin-right: -48px !important; } + .v-application .mr-sm-n13 { margin-right: -52px !important; } + .v-application .mr-sm-n14 { margin-right: -56px !important; } + .v-application .mr-sm-n15 { margin-right: -60px !important; } + .v-application .mr-sm-n16 { margin-right: -64px !important; } + .v-application .mb-sm-n1 { margin-bottom: -4px !important; } + .v-application .mb-sm-n2 { margin-bottom: -8px !important; } + .v-application .mb-sm-n3 { margin-bottom: -12px !important; } + .v-application .mb-sm-n4 { margin-bottom: -16px !important; } + .v-application .mb-sm-n5 { margin-bottom: -20px !important; } + .v-application .mb-sm-n6 { margin-bottom: -24px !important; } + .v-application .mb-sm-n7 { margin-bottom: -28px !important; } + .v-application .mb-sm-n8 { margin-bottom: -32px !important; } + .v-application .mb-sm-n9 { margin-bottom: -36px !important; } + .v-application .mb-sm-n10 { margin-bottom: -40px !important; } + .v-application .mb-sm-n11 { margin-bottom: -44px !important; } + .v-application .mb-sm-n12 { margin-bottom: -48px !important; } + .v-application .mb-sm-n13 { margin-bottom: -52px !important; } + .v-application .mb-sm-n14 { margin-bottom: -56px !important; } + .v-application .mb-sm-n15 { margin-bottom: -60px !important; } + .v-application .mb-sm-n16 { margin-bottom: -64px !important; } + .v-application .ml-sm-n1 { margin-left: -4px !important; } + .v-application .ml-sm-n2 { margin-left: -8px !important; } + .v-application .ml-sm-n3 { margin-left: -12px !important; } + .v-application .ml-sm-n4 { margin-left: -16px !important; } + .v-application .ml-sm-n5 { margin-left: -20px !important; } + .v-application .ml-sm-n6 { margin-left: -24px !important; } + .v-application .ml-sm-n7 { margin-left: -28px !important; } + .v-application .ml-sm-n8 { margin-left: -32px !important; } + .v-application .ml-sm-n9 { margin-left: -36px !important; } + .v-application .ml-sm-n10 { margin-left: -40px !important; } + .v-application .ml-sm-n11 { margin-left: -44px !important; } + .v-application .ml-sm-n12 { margin-left: -48px !important; } + .v-application .ml-sm-n13 { margin-left: -52px !important; } + .v-application .ml-sm-n14 { margin-left: -56px !important; } + .v-application .ml-sm-n15 { margin-left: -60px !important; } + .v-application .ml-sm-n16 { margin-left: -64px !important; } + .v-application--is-ltr .ms-sm-n1 { margin-left: -4px !important; } + .v-application--is-rtl .ms-sm-n1 { margin-right: -4px !important; } + .v-application--is-ltr .ms-sm-n2 { margin-left: -8px !important; } + .v-application--is-rtl .ms-sm-n2 { margin-right: -8px !important; } + .v-application--is-ltr .ms-sm-n3 { margin-left: -12px !important; } + .v-application--is-rtl .ms-sm-n3 { margin-right: -12px !important; } + .v-application--is-ltr .ms-sm-n4 { margin-left: -16px !important; } + .v-application--is-rtl .ms-sm-n4 { margin-right: -16px !important; } + .v-application--is-ltr .ms-sm-n5 { margin-left: -20px !important; } + .v-application--is-rtl .ms-sm-n5 { margin-right: -20px !important; } + .v-application--is-ltr .ms-sm-n6 { margin-left: -24px !important; } + .v-application--is-rtl .ms-sm-n6 { margin-right: -24px !important; } + .v-application--is-ltr .ms-sm-n7 { margin-left: -28px !important; } + .v-application--is-rtl .ms-sm-n7 { margin-right: -28px !important; } + .v-application--is-ltr .ms-sm-n8 { margin-left: -32px !important; } + .v-application--is-rtl .ms-sm-n8 { margin-right: -32px !important; } + .v-application--is-ltr .ms-sm-n9 { margin-left: -36px !important; } + .v-application--is-rtl .ms-sm-n9 { margin-right: -36px !important; } + .v-application--is-ltr .ms-sm-n10 { margin-left: -40px !important; } + .v-application--is-rtl .ms-sm-n10 { margin-right: -40px !important; } + .v-application--is-ltr .ms-sm-n11 { margin-left: -44px !important; } + .v-application--is-rtl .ms-sm-n11 { margin-right: -44px !important; } + .v-application--is-ltr .ms-sm-n12 { margin-left: -48px !important; } + .v-application--is-rtl .ms-sm-n12 { margin-right: -48px !important; } + .v-application--is-ltr .ms-sm-n13 { margin-left: -52px !important; } + .v-application--is-rtl .ms-sm-n13 { margin-right: -52px !important; } + .v-application--is-ltr .ms-sm-n14 { margin-left: -56px !important; } + .v-application--is-rtl .ms-sm-n14 { margin-right: -56px !important; } + .v-application--is-ltr .ms-sm-n15 { margin-left: -60px !important; } + .v-application--is-rtl .ms-sm-n15 { margin-right: -60px !important; } + .v-application--is-ltr .ms-sm-n16 { margin-left: -64px !important; } + .v-application--is-rtl .ms-sm-n16 { margin-right: -64px !important; } + .v-application--is-ltr .me-sm-n1 { margin-right: -4px !important; } + .v-application--is-rtl .me-sm-n1 { margin-left: -4px !important; } + .v-application--is-ltr .me-sm-n2 { margin-right: -8px !important; } + .v-application--is-rtl .me-sm-n2 { margin-left: -8px !important; } + .v-application--is-ltr .me-sm-n3 { margin-right: -12px !important; } + .v-application--is-rtl .me-sm-n3 { margin-left: -12px !important; } + .v-application--is-ltr .me-sm-n4 { margin-right: -16px !important; } + .v-application--is-rtl .me-sm-n4 { margin-left: -16px !important; } + .v-application--is-ltr .me-sm-n5 { margin-right: -20px !important; } + .v-application--is-rtl .me-sm-n5 { margin-left: -20px !important; } + .v-application--is-ltr .me-sm-n6 { margin-right: -24px !important; } + .v-application--is-rtl .me-sm-n6 { margin-left: -24px !important; } + .v-application--is-ltr .me-sm-n7 { margin-right: -28px !important; } + .v-application--is-rtl .me-sm-n7 { margin-left: -28px !important; } + .v-application--is-ltr .me-sm-n8 { margin-right: -32px !important; } + .v-application--is-rtl .me-sm-n8 { margin-left: -32px !important; } + .v-application--is-ltr .me-sm-n9 { margin-right: -36px !important; } + .v-application--is-rtl .me-sm-n9 { margin-left: -36px !important; } + .v-application--is-ltr .me-sm-n10 { margin-right: -40px !important; } + .v-application--is-rtl .me-sm-n10 { margin-left: -40px !important; } + .v-application--is-ltr .me-sm-n11 { margin-right: -44px !important; } + .v-application--is-rtl .me-sm-n11 { margin-left: -44px !important; } + .v-application--is-ltr .me-sm-n12 { margin-right: -48px !important; } + .v-application--is-rtl .me-sm-n12 { margin-left: -48px !important; } + .v-application--is-ltr .me-sm-n13 { margin-right: -52px !important; } + .v-application--is-rtl .me-sm-n13 { margin-left: -52px !important; } + .v-application--is-ltr .me-sm-n14 { margin-right: -56px !important; } + .v-application--is-rtl .me-sm-n14 { margin-left: -56px !important; } + .v-application--is-ltr .me-sm-n15 { margin-right: -60px !important; } + .v-application--is-rtl .me-sm-n15 { margin-left: -60px !important; } + .v-application--is-ltr .me-sm-n16 { margin-right: -64px !important; } + .v-application--is-rtl .me-sm-n16 { margin-left: -64px !important; } + .v-application .pa-sm-0 { padding: 0px !important; } + .v-application .pa-sm-1 { padding: 4px !important; } + .v-application .pa-sm-2 { padding: 8px !important; } + .v-application .pa-sm-3 { padding: 12px !important; } + .v-application .pa-sm-4 { padding: 16px !important; } + .v-application .pa-sm-5 { padding: 20px !important; } + .v-application .pa-sm-6 { padding: 24px !important; } + .v-application .pa-sm-7 { padding: 28px !important; } + .v-application .pa-sm-8 { padding: 32px !important; } + .v-application .pa-sm-9 { padding: 36px !important; } + .v-application .pa-sm-10 { padding: 40px !important; } + .v-application .pa-sm-11 { padding: 44px !important; } + .v-application .pa-sm-12 { padding: 48px !important; } + .v-application .pa-sm-13 { padding: 52px !important; } + .v-application .pa-sm-14 { padding: 56px !important; } + .v-application .pa-sm-15 { padding: 60px !important; } + .v-application .pa-sm-16 { padding: 64px !important; } + .v-application .px-sm-0 { padding-right: 0px !important; padding-left: 0p= +x !important; } + .v-application .px-sm-1 { padding-right: 4px !important; padding-left: 4p= +x !important; } + .v-application .px-sm-2 { padding-right: 8px !important; padding-left: 8p= +x !important; } + .v-application .px-sm-3 { padding-right: 12px !important; padding-left: 1= +2px !important; } + .v-application .px-sm-4 { padding-right: 16px !important; padding-left: 1= +6px !important; } + .v-application .px-sm-5 { padding-right: 20px !important; padding-left: 2= +0px !important; } + .v-application .px-sm-6 { padding-right: 24px !important; padding-left: 2= +4px !important; } + .v-application .px-sm-7 { padding-right: 28px !important; padding-left: 2= +8px !important; } + .v-application .px-sm-8 { padding-right: 32px !important; padding-left: 3= +2px !important; } + .v-application .px-sm-9 { padding-right: 36px !important; padding-left: 3= +6px !important; } + .v-application .px-sm-10 { padding-right: 40px !important; padding-left: = +40px !important; } + .v-application .px-sm-11 { padding-right: 44px !important; padding-left: = +44px !important; } + .v-application .px-sm-12 { padding-right: 48px !important; padding-left: = +48px !important; } + .v-application .px-sm-13 { padding-right: 52px !important; padding-left: = +52px !important; } + .v-application .px-sm-14 { padding-right: 56px !important; padding-left: = +56px !important; } + .v-application .px-sm-15 { padding-right: 60px !important; padding-left: = +60px !important; } + .v-application .px-sm-16 { padding-right: 64px !important; padding-left: = +64px !important; } + .v-application .py-sm-0 { padding-top: 0px !important; padding-bottom: 0p= +x !important; } + .v-application .py-sm-1 { padding-top: 4px !important; padding-bottom: 4p= +x !important; } + .v-application .py-sm-2 { padding-top: 8px !important; padding-bottom: 8p= +x !important; } + .v-application .py-sm-3 { padding-top: 12px !important; padding-bottom: 1= +2px !important; } + .v-application .py-sm-4 { padding-top: 16px !important; padding-bottom: 1= +6px !important; } + .v-application .py-sm-5 { padding-top: 20px !important; padding-bottom: 2= +0px !important; } + .v-application .py-sm-6 { padding-top: 24px !important; padding-bottom: 2= +4px !important; } + .v-application .py-sm-7 { padding-top: 28px !important; padding-bottom: 2= +8px !important; } + .v-application .py-sm-8 { padding-top: 32px !important; padding-bottom: 3= +2px !important; } + .v-application .py-sm-9 { padding-top: 36px !important; padding-bottom: 3= +6px !important; } + .v-application .py-sm-10 { padding-top: 40px !important; padding-bottom: = +40px !important; } + .v-application .py-sm-11 { padding-top: 44px !important; padding-bottom: = +44px !important; } + .v-application .py-sm-12 { padding-top: 48px !important; padding-bottom: = +48px !important; } + .v-application .py-sm-13 { padding-top: 52px !important; padding-bottom: = +52px !important; } + .v-application .py-sm-14 { padding-top: 56px !important; padding-bottom: = +56px !important; } + .v-application .py-sm-15 { padding-top: 60px !important; padding-bottom: = +60px !important; } + .v-application .py-sm-16 { padding-top: 64px !important; padding-bottom: = +64px !important; } + .v-application .pt-sm-0 { padding-top: 0px !important; } + .v-application .pt-sm-1 { padding-top: 4px !important; } + .v-application .pt-sm-2 { padding-top: 8px !important; } + .v-application .pt-sm-3 { padding-top: 12px !important; } + .v-application .pt-sm-4 { padding-top: 16px !important; } + .v-application .pt-sm-5 { padding-top: 20px !important; } + .v-application .pt-sm-6 { padding-top: 24px !important; } + .v-application .pt-sm-7 { padding-top: 28px !important; } + .v-application .pt-sm-8 { padding-top: 32px !important; } + .v-application .pt-sm-9 { padding-top: 36px !important; } + .v-application .pt-sm-10 { padding-top: 40px !important; } + .v-application .pt-sm-11 { padding-top: 44px !important; } + .v-application .pt-sm-12 { padding-top: 48px !important; } + .v-application .pt-sm-13 { padding-top: 52px !important; } + .v-application .pt-sm-14 { padding-top: 56px !important; } + .v-application .pt-sm-15 { padding-top: 60px !important; } + .v-application .pt-sm-16 { padding-top: 64px !important; } + .v-application .pr-sm-0 { padding-right: 0px !important; } + .v-application .pr-sm-1 { padding-right: 4px !important; } + .v-application .pr-sm-2 { padding-right: 8px !important; } + .v-application .pr-sm-3 { padding-right: 12px !important; } + .v-application .pr-sm-4 { padding-right: 16px !important; } + .v-application .pr-sm-5 { padding-right: 20px !important; } + .v-application .pr-sm-6 { padding-right: 24px !important; } + .v-application .pr-sm-7 { padding-right: 28px !important; } + .v-application .pr-sm-8 { padding-right: 32px !important; } + .v-application .pr-sm-9 { padding-right: 36px !important; } + .v-application .pr-sm-10 { padding-right: 40px !important; } + .v-application .pr-sm-11 { padding-right: 44px !important; } + .v-application .pr-sm-12 { padding-right: 48px !important; } + .v-application .pr-sm-13 { padding-right: 52px !important; } + .v-application .pr-sm-14 { padding-right: 56px !important; } + .v-application .pr-sm-15 { padding-right: 60px !important; } + .v-application .pr-sm-16 { padding-right: 64px !important; } + .v-application .pb-sm-0 { padding-bottom: 0px !important; } + .v-application .pb-sm-1 { padding-bottom: 4px !important; } + .v-application .pb-sm-2 { padding-bottom: 8px !important; } + .v-application .pb-sm-3 { padding-bottom: 12px !important; } + .v-application .pb-sm-4 { padding-bottom: 16px !important; } + .v-application .pb-sm-5 { padding-bottom: 20px !important; } + .v-application .pb-sm-6 { padding-bottom: 24px !important; } + .v-application .pb-sm-7 { padding-bottom: 28px !important; } + .v-application .pb-sm-8 { padding-bottom: 32px !important; } + .v-application .pb-sm-9 { padding-bottom: 36px !important; } + .v-application .pb-sm-10 { padding-bottom: 40px !important; } + .v-application .pb-sm-11 { padding-bottom: 44px !important; } + .v-application .pb-sm-12 { padding-bottom: 48px !important; } + .v-application .pb-sm-13 { padding-bottom: 52px !important; } + .v-application .pb-sm-14 { padding-bottom: 56px !important; } + .v-application .pb-sm-15 { padding-bottom: 60px !important; } + .v-application .pb-sm-16 { padding-bottom: 64px !important; } + .v-application .pl-sm-0 { padding-left: 0px !important; } + .v-application .pl-sm-1 { padding-left: 4px !important; } + .v-application .pl-sm-2 { padding-left: 8px !important; } + .v-application .pl-sm-3 { padding-left: 12px !important; } + .v-application .pl-sm-4 { padding-left: 16px !important; } + .v-application .pl-sm-5 { padding-left: 20px !important; } + .v-application .pl-sm-6 { padding-left: 24px !important; } + .v-application .pl-sm-7 { padding-left: 28px !important; } + .v-application .pl-sm-8 { padding-left: 32px !important; } + .v-application .pl-sm-9 { padding-left: 36px !important; } + .v-application .pl-sm-10 { padding-left: 40px !important; } + .v-application .pl-sm-11 { padding-left: 44px !important; } + .v-application .pl-sm-12 { padding-left: 48px !important; } + .v-application .pl-sm-13 { padding-left: 52px !important; } + .v-application .pl-sm-14 { padding-left: 56px !important; } + .v-application .pl-sm-15 { padding-left: 60px !important; } + .v-application .pl-sm-16 { padding-left: 64px !important; } + .v-application--is-ltr .ps-sm-0 { padding-left: 0px !important; } + .v-application--is-rtl .ps-sm-0 { padding-right: 0px !important; } + .v-application--is-ltr .ps-sm-1 { padding-left: 4px !important; } + .v-application--is-rtl .ps-sm-1 { padding-right: 4px !important; } + .v-application--is-ltr .ps-sm-2 { padding-left: 8px !important; } + .v-application--is-rtl .ps-sm-2 { padding-right: 8px !important; } + .v-application--is-ltr .ps-sm-3 { padding-left: 12px !important; } + .v-application--is-rtl .ps-sm-3 { padding-right: 12px !important; } + .v-application--is-ltr .ps-sm-4 { padding-left: 16px !important; } + .v-application--is-rtl .ps-sm-4 { padding-right: 16px !important; } + .v-application--is-ltr .ps-sm-5 { padding-left: 20px !important; } + .v-application--is-rtl .ps-sm-5 { padding-right: 20px !important; } + .v-application--is-ltr .ps-sm-6 { padding-left: 24px !important; } + .v-application--is-rtl .ps-sm-6 { padding-right: 24px !important; } + .v-application--is-ltr .ps-sm-7 { padding-left: 28px !important; } + .v-application--is-rtl .ps-sm-7 { padding-right: 28px !important; } + .v-application--is-ltr .ps-sm-8 { padding-left: 32px !important; } + .v-application--is-rtl .ps-sm-8 { padding-right: 32px !important; } + .v-application--is-ltr .ps-sm-9 { padding-left: 36px !important; } + .v-application--is-rtl .ps-sm-9 { padding-right: 36px !important; } + .v-application--is-ltr .ps-sm-10 { padding-left: 40px !important; } + .v-application--is-rtl .ps-sm-10 { padding-right: 40px !important; } + .v-application--is-ltr .ps-sm-11 { padding-left: 44px !important; } + .v-application--is-rtl .ps-sm-11 { padding-right: 44px !important; } + .v-application--is-ltr .ps-sm-12 { padding-left: 48px !important; } + .v-application--is-rtl .ps-sm-12 { padding-right: 48px !important; } + .v-application--is-ltr .ps-sm-13 { padding-left: 52px !important; } + .v-application--is-rtl .ps-sm-13 { padding-right: 52px !important; } + .v-application--is-ltr .ps-sm-14 { padding-left: 56px !important; } + .v-application--is-rtl .ps-sm-14 { padding-right: 56px !important; } + .v-application--is-ltr .ps-sm-15 { padding-left: 60px !important; } + .v-application--is-rtl .ps-sm-15 { padding-right: 60px !important; } + .v-application--is-ltr .ps-sm-16 { padding-left: 64px !important; } + .v-application--is-rtl .ps-sm-16 { padding-right: 64px !important; } + .v-application--is-ltr .pe-sm-0 { padding-right: 0px !important; } + .v-application--is-rtl .pe-sm-0 { padding-left: 0px !important; } + .v-application--is-ltr .pe-sm-1 { padding-right: 4px !important; } + .v-application--is-rtl .pe-sm-1 { padding-left: 4px !important; } + .v-application--is-ltr .pe-sm-2 { padding-right: 8px !important; } + .v-application--is-rtl .pe-sm-2 { padding-left: 8px !important; } + .v-application--is-ltr .pe-sm-3 { padding-right: 12px !important; } + .v-application--is-rtl .pe-sm-3 { padding-left: 12px !important; } + .v-application--is-ltr .pe-sm-4 { padding-right: 16px !important; } + .v-application--is-rtl .pe-sm-4 { padding-left: 16px !important; } + .v-application--is-ltr .pe-sm-5 { padding-right: 20px !important; } + .v-application--is-rtl .pe-sm-5 { padding-left: 20px !important; } + .v-application--is-ltr .pe-sm-6 { padding-right: 24px !important; } + .v-application--is-rtl .pe-sm-6 { padding-left: 24px !important; } + .v-application--is-ltr .pe-sm-7 { padding-right: 28px !important; } + .v-application--is-rtl .pe-sm-7 { padding-left: 28px !important; } + .v-application--is-ltr .pe-sm-8 { padding-right: 32px !important; } + .v-application--is-rtl .pe-sm-8 { padding-left: 32px !important; } + .v-application--is-ltr .pe-sm-9 { padding-right: 36px !important; } + .v-application--is-rtl .pe-sm-9 { padding-left: 36px !important; } + .v-application--is-ltr .pe-sm-10 { padding-right: 40px !important; } + .v-application--is-rtl .pe-sm-10 { padding-left: 40px !important; } + .v-application--is-ltr .pe-sm-11 { padding-right: 44px !important; } + .v-application--is-rtl .pe-sm-11 { padding-left: 44px !important; } + .v-application--is-ltr .pe-sm-12 { padding-right: 48px !important; } + .v-application--is-rtl .pe-sm-12 { padding-left: 48px !important; } + .v-application--is-ltr .pe-sm-13 { padding-right: 52px !important; } + .v-application--is-rtl .pe-sm-13 { padding-left: 52px !important; } + .v-application--is-ltr .pe-sm-14 { padding-right: 56px !important; } + .v-application--is-rtl .pe-sm-14 { padding-left: 56px !important; } + .v-application--is-ltr .pe-sm-15 { padding-right: 60px !important; } + .v-application--is-rtl .pe-sm-15 { padding-left: 60px !important; } + .v-application--is-ltr .pe-sm-16 { padding-right: 64px !important; } + .v-application--is-rtl .pe-sm-16 { padding-left: 64px !important; } + .v-application .text-sm-left { text-align: left !important; } + .v-application .text-sm-right { text-align: right !important; } + .v-application .text-sm-center { text-align: center !important; } + .v-application .text-sm-justify { text-align: justify !important; } + .v-application .text-sm-start { text-align: start !important; } + .v-application .text-sm-end { text-align: end !important; } + .v-application .text-sm-h1 { font-weight: 300; line-height: 6rem; font-si= +ze: 6rem !important; letter-spacing: -0.015625em !important; font-family: R= +oboto, sans-serif !important; } + .v-application .text-sm-h2 { font-weight: 300; line-height: 3.75rem; font= +-size: 3.75rem !important; letter-spacing: -0.00833333em !important; font-f= +amily: Roboto, sans-serif !important; } + .v-application .text-sm-h3 { font-weight: 400; line-height: 3.125rem; fon= +t-size: 3rem !important; letter-spacing: normal !important; font-family: Ro= +boto, sans-serif !important; } + .v-application .text-sm-h4 { font-weight: 400; line-height: 2.5rem; font-= +size: 2.125rem !important; letter-spacing: 0.00735294em !important; font-fa= +mily: Roboto, sans-serif !important; } + .v-application .text-sm-h5 { font-weight: 400; line-height: 2rem; font-si= +ze: 1.5rem !important; letter-spacing: normal !important; font-family: Robo= +to, sans-serif !important; } + .v-application .text-sm-h6 { font-weight: 500; line-height: 2rem; font-si= +ze: 1.25rem !important; letter-spacing: 0.0125em !important; font-family: R= +oboto, sans-serif !important; } + .v-application .text-sm-subtitle-1 { font-weight: normal; line-height: 1.= +75rem; font-size: 1rem !important; letter-spacing: 0.009375em !important; f= +ont-family: Roboto, sans-serif !important; } + .v-application .text-sm-subtitle-2 { font-weight: 500; line-height: 1.375= +rem; font-size: 0.875rem !important; letter-spacing: 0.00714286em !importan= +t; font-family: Roboto, sans-serif !important; } + .v-application .text-sm-body-1 { font-weight: 400; line-height: 1.5rem; f= +ont-size: 1rem !important; letter-spacing: 0.03125em !important; font-famil= +y: Roboto, sans-serif !important; } + .v-application .text-sm-body-2 { font-weight: 400; line-height: 1.25rem; = +font-size: 0.875rem !important; letter-spacing: 0.0178571em !important; fon= +t-family: Roboto, sans-serif !important; } + .v-application .text-sm-button { font-weight: 500; line-height: 2.25rem; = +font-size: 0.875rem !important; letter-spacing: 0.0892857em !important; fon= +t-family: Roboto, sans-serif !important; text-transform: uppercase !importa= +nt; } + .v-application .text-sm-caption { font-weight: 400; line-height: 1.25rem;= + font-size: 0.75rem !important; letter-spacing: 0.0333333em !important; fon= +t-family: Roboto, sans-serif !important; } + .v-application .text-sm-overline { font-weight: 500; line-height: 2rem; f= +ont-size: 0.75rem !important; letter-spacing: 0.166667em !important; font-f= +amily: Roboto, sans-serif !important; text-transform: uppercase !important;= + } +} + +@media (min-width: 960px) { + .v-application .d-md-none { display: none !important; } + .v-application .d-md-inline { display: inline !important; } + .v-application .d-md-inline-block { display: inline-block !important; } + .v-application .d-md-block { display: block !important; } + .v-application .d-md-table { display: table !important; } + .v-application .d-md-table-row { display: table-row !important; } + .v-application .d-md-table-cell { display: table-cell !important; } + .v-application .d-md-flex { display: flex !important; } + .v-application .d-md-inline-flex { display: inline-flex !important; } + .v-application .float-md-none { float: none !important; } + .v-application .float-md-left { float: left !important; } + .v-application .float-md-right { float: right !important; } + .v-application--is-rtl .float-md-end { float: left !important; } + .v-application--is-rtl .float-md-start { float: right !important; } + .v-application--is-ltr .float-md-end { float: right !important; } + .v-application--is-ltr .float-md-start { float: left !important; } + .v-application .flex-md-fill { -webkit-box-flex: 1 !important; flex: 1 1 = +auto !important; } + .v-application .flex-md-row { -webkit-box-orient: horizontal !important; = +-webkit-box-direction: normal !important; flex-direction: row !important; } + .v-application .flex-md-column { -webkit-box-orient: vertical !important;= + -webkit-box-direction: normal !important; flex-direction: column !importan= +t; } + .v-application .flex-md-row-reverse { -webkit-box-orient: horizontal !imp= +ortant; -webkit-box-direction: reverse !important; flex-direction: row-reve= +rse !important; } + .v-application .flex-md-column-reverse { -webkit-box-orient: vertical !im= +portant; -webkit-box-direction: reverse !important; flex-direction: column-= +reverse !important; } + .v-application .flex-md-grow-0 { -webkit-box-flex: 0 !important; flex-gro= +w: 0 !important; } + .v-application .flex-md-grow-1 { -webkit-box-flex: 1 !important; flex-gro= +w: 1 !important; } + .v-application .flex-md-shrink-0 { flex-shrink: 0 !important; } + .v-application .flex-md-shrink-1 { flex-shrink: 1 !important; } + .v-application .flex-md-wrap { flex-wrap: wrap !important; } + .v-application .flex-md-nowrap { flex-wrap: nowrap !important; } + .v-application .flex-md-wrap-reverse { flex-wrap: wrap-reverse !important= +; } + .v-application .justify-md-start { -webkit-box-pack: start !important; ju= +stify-content: flex-start !important; } + .v-application .justify-md-end { -webkit-box-pack: end !important; justif= +y-content: flex-end !important; } + .v-application .justify-md-center { -webkit-box-pack: center !important; = +justify-content: center !important; } + .v-application .justify-md-space-between { -webkit-box-pack: justify !imp= +ortant; justify-content: space-between !important; } + .v-application .justify-md-space-around { justify-content: space-around != +important; } + .v-application .align-md-start { -webkit-box-align: start !important; ali= +gn-items: flex-start !important; } + .v-application .align-md-end { -webkit-box-align: end !important; align-i= +tems: flex-end !important; } + .v-application .align-md-center { -webkit-box-align: center !important; a= +lign-items: center !important; } + .v-application .align-md-baseline { -webkit-box-align: baseline !importan= +t; align-items: baseline !important; } + .v-application .align-md-stretch { -webkit-box-align: stretch !important;= + align-items: stretch !important; } + .v-application .align-content-md-start { align-content: flex-start !impor= +tant; } + .v-application .align-content-md-end { align-content: flex-end !important= +; } + .v-application .align-content-md-center { align-content: center !importan= +t; } + .v-application .align-content-md-space-between { align-content: space-bet= +ween !important; } + .v-application .align-content-md-space-around { align-content: space-arou= +nd !important; } + .v-application .align-content-md-stretch { align-content: stretch !import= +ant; } + .v-application .align-self-md-auto { align-self: auto !important; } + .v-application .align-self-md-start { align-self: flex-start !important; = +} + .v-application .align-self-md-end { align-self: flex-end !important; } + .v-application .align-self-md-center { align-self: center !important; } + .v-application .align-self-md-baseline { align-self: baseline !important;= + } + .v-application .align-self-md-stretch { align-self: stretch !important; } + .v-application .order-md-first { order: -1 !important; } + .v-application .order-md-0 { -webkit-box-ordinal-group: 1 !important; ord= +er: 0 !important; } + .v-application .order-md-1 { -webkit-box-ordinal-group: 2 !important; ord= +er: 1 !important; } + .v-application .order-md-2 { -webkit-box-ordinal-group: 3 !important; ord= +er: 2 !important; } + .v-application .order-md-3 { -webkit-box-ordinal-group: 4 !important; ord= +er: 3 !important; } + .v-application .order-md-4 { -webkit-box-ordinal-group: 5 !important; ord= +er: 4 !important; } + .v-application .order-md-5 { -webkit-box-ordinal-group: 6 !important; ord= +er: 5 !important; } + .v-application .order-md-6 { -webkit-box-ordinal-group: 7 !important; ord= +er: 6 !important; } + .v-application .order-md-7 { -webkit-box-ordinal-group: 8 !important; ord= +er: 7 !important; } + .v-application .order-md-8 { -webkit-box-ordinal-group: 9 !important; ord= +er: 8 !important; } + .v-application .order-md-9 { -webkit-box-ordinal-group: 10 !important; or= +der: 9 !important; } + .v-application .order-md-10 { -webkit-box-ordinal-group: 11 !important; o= +rder: 10 !important; } + .v-application .order-md-11 { -webkit-box-ordinal-group: 12 !important; o= +rder: 11 !important; } + .v-application .order-md-12 { -webkit-box-ordinal-group: 13 !important; o= +rder: 12 !important; } + .v-application .order-md-last { -webkit-box-ordinal-group: 14 !important;= + order: 13 !important; } + .v-application .ma-md-0 { margin: 0px !important; } + .v-application .ma-md-1 { margin: 4px !important; } + .v-application .ma-md-2 { margin: 8px !important; } + .v-application .ma-md-3 { margin: 12px !important; } + .v-application .ma-md-4 { margin: 16px !important; } + .v-application .ma-md-5 { margin: 20px !important; } + .v-application .ma-md-6 { margin: 24px !important; } + .v-application .ma-md-7 { margin: 28px !important; } + .v-application .ma-md-8 { margin: 32px !important; } + .v-application .ma-md-9 { margin: 36px !important; } + .v-application .ma-md-10 { margin: 40px !important; } + .v-application .ma-md-11 { margin: 44px !important; } + .v-application .ma-md-12 { margin: 48px !important; } + .v-application .ma-md-13 { margin: 52px !important; } + .v-application .ma-md-14 { margin: 56px !important; } + .v-application .ma-md-15 { margin: 60px !important; } + .v-application .ma-md-16 { margin: 64px !important; } + .v-application .ma-md-auto { margin: auto !important; } + .v-application .mx-md-0 { margin-right: 0px !important; margin-left: 0px = +!important; } + .v-application .mx-md-1 { margin-right: 4px !important; margin-left: 4px = +!important; } + .v-application .mx-md-2 { margin-right: 8px !important; margin-left: 8px = +!important; } + .v-application .mx-md-3 { margin-right: 12px !important; margin-left: 12p= +x !important; } + .v-application .mx-md-4 { margin-right: 16px !important; margin-left: 16p= +x !important; } + .v-application .mx-md-5 { margin-right: 20px !important; margin-left: 20p= +x !important; } + .v-application .mx-md-6 { margin-right: 24px !important; margin-left: 24p= +x !important; } + .v-application .mx-md-7 { margin-right: 28px !important; margin-left: 28p= +x !important; } + .v-application .mx-md-8 { margin-right: 32px !important; margin-left: 32p= +x !important; } + .v-application .mx-md-9 { margin-right: 36px !important; margin-left: 36p= +x !important; } + .v-application .mx-md-10 { margin-right: 40px !important; margin-left: 40= +px !important; } + .v-application .mx-md-11 { margin-right: 44px !important; margin-left: 44= +px !important; } + .v-application .mx-md-12 { margin-right: 48px !important; margin-left: 48= +px !important; } + .v-application .mx-md-13 { margin-right: 52px !important; margin-left: 52= +px !important; } + .v-application .mx-md-14 { margin-right: 56px !important; margin-left: 56= +px !important; } + .v-application .mx-md-15 { margin-right: 60px !important; margin-left: 60= +px !important; } + .v-application .mx-md-16 { margin-right: 64px !important; margin-left: 64= +px !important; } + .v-application .mx-md-auto { margin-right: auto !important; margin-left: = +auto !important; } + .v-application .my-md-0 { margin-top: 0px !important; margin-bottom: 0px = +!important; } + .v-application .my-md-1 { margin-top: 4px !important; margin-bottom: 4px = +!important; } + .v-application .my-md-2 { margin-top: 8px !important; margin-bottom: 8px = +!important; } + .v-application .my-md-3 { margin-top: 12px !important; margin-bottom: 12p= +x !important; } + .v-application .my-md-4 { margin-top: 16px !important; margin-bottom: 16p= +x !important; } + .v-application .my-md-5 { margin-top: 20px !important; margin-bottom: 20p= +x !important; } + .v-application .my-md-6 { margin-top: 24px !important; margin-bottom: 24p= +x !important; } + .v-application .my-md-7 { margin-top: 28px !important; margin-bottom: 28p= +x !important; } + .v-application .my-md-8 { margin-top: 32px !important; margin-bottom: 32p= +x !important; } + .v-application .my-md-9 { margin-top: 36px !important; margin-bottom: 36p= +x !important; } + .v-application .my-md-10 { margin-top: 40px !important; margin-bottom: 40= +px !important; } + .v-application .my-md-11 { margin-top: 44px !important; margin-bottom: 44= +px !important; } + .v-application .my-md-12 { margin-top: 48px !important; margin-bottom: 48= +px !important; } + .v-application .my-md-13 { margin-top: 52px !important; margin-bottom: 52= +px !important; } + .v-application .my-md-14 { margin-top: 56px !important; margin-bottom: 56= +px !important; } + .v-application .my-md-15 { margin-top: 60px !important; margin-bottom: 60= +px !important; } + .v-application .my-md-16 { margin-top: 64px !important; margin-bottom: 64= +px !important; } + .v-application .my-md-auto { margin-top: auto !important; margin-bottom: = +auto !important; } + .v-application .mt-md-0 { margin-top: 0px !important; } + .v-application .mt-md-1 { margin-top: 4px !important; } + .v-application .mt-md-2 { margin-top: 8px !important; } + .v-application .mt-md-3 { margin-top: 12px !important; } + .v-application .mt-md-4 { margin-top: 16px !important; } + .v-application .mt-md-5 { margin-top: 20px !important; } + .v-application .mt-md-6 { margin-top: 24px !important; } + .v-application .mt-md-7 { margin-top: 28px !important; } + .v-application .mt-md-8 { margin-top: 32px !important; } + .v-application .mt-md-9 { margin-top: 36px !important; } + .v-application .mt-md-10 { margin-top: 40px !important; } + .v-application .mt-md-11 { margin-top: 44px !important; } + .v-application .mt-md-12 { margin-top: 48px !important; } + .v-application .mt-md-13 { margin-top: 52px !important; } + .v-application .mt-md-14 { margin-top: 56px !important; } + .v-application .mt-md-15 { margin-top: 60px !important; } + .v-application .mt-md-16 { margin-top: 64px !important; } + .v-application .mt-md-auto { margin-top: auto !important; } + .v-application .mr-md-0 { margin-right: 0px !important; } + .v-application .mr-md-1 { margin-right: 4px !important; } + .v-application .mr-md-2 { margin-right: 8px !important; } + .v-application .mr-md-3 { margin-right: 12px !important; } + .v-application .mr-md-4 { margin-right: 16px !important; } + .v-application .mr-md-5 { margin-right: 20px !important; } + .v-application .mr-md-6 { margin-right: 24px !important; } + .v-application .mr-md-7 { margin-right: 28px !important; } + .v-application .mr-md-8 { margin-right: 32px !important; } + .v-application .mr-md-9 { margin-right: 36px !important; } + .v-application .mr-md-10 { margin-right: 40px !important; } + .v-application .mr-md-11 { margin-right: 44px !important; } + .v-application .mr-md-12 { margin-right: 48px !important; } + .v-application .mr-md-13 { margin-right: 52px !important; } + .v-application .mr-md-14 { margin-right: 56px !important; } + .v-application .mr-md-15 { margin-right: 60px !important; } + .v-application .mr-md-16 { margin-right: 64px !important; } + .v-application .mr-md-auto { margin-right: auto !important; } + .v-application .mb-md-0 { margin-bottom: 0px !important; } + .v-application .mb-md-1 { margin-bottom: 4px !important; } + .v-application .mb-md-2 { margin-bottom: 8px !important; } + .v-application .mb-md-3 { margin-bottom: 12px !important; } + .v-application .mb-md-4 { margin-bottom: 16px !important; } + .v-application .mb-md-5 { margin-bottom: 20px !important; } + .v-application .mb-md-6 { margin-bottom: 24px !important; } + .v-application .mb-md-7 { margin-bottom: 28px !important; } + .v-application .mb-md-8 { margin-bottom: 32px !important; } + .v-application .mb-md-9 { margin-bottom: 36px !important; } + .v-application .mb-md-10 { margin-bottom: 40px !important; } + .v-application .mb-md-11 { margin-bottom: 44px !important; } + .v-application .mb-md-12 { margin-bottom: 48px !important; } + .v-application .mb-md-13 { margin-bottom: 52px !important; } + .v-application .mb-md-14 { margin-bottom: 56px !important; } + .v-application .mb-md-15 { margin-bottom: 60px !important; } + .v-application .mb-md-16 { margin-bottom: 64px !important; } + .v-application .mb-md-auto { margin-bottom: auto !important; } + .v-application .ml-md-0 { margin-left: 0px !important; } + .v-application .ml-md-1 { margin-left: 4px !important; } + .v-application .ml-md-2 { margin-left: 8px !important; } + .v-application .ml-md-3 { margin-left: 12px !important; } + .v-application .ml-md-4 { margin-left: 16px !important; } + .v-application .ml-md-5 { margin-left: 20px !important; } + .v-application .ml-md-6 { margin-left: 24px !important; } + .v-application .ml-md-7 { margin-left: 28px !important; } + .v-application .ml-md-8 { margin-left: 32px !important; } + .v-application .ml-md-9 { margin-left: 36px !important; } + .v-application .ml-md-10 { margin-left: 40px !important; } + .v-application .ml-md-11 { margin-left: 44px !important; } + .v-application .ml-md-12 { margin-left: 48px !important; } + .v-application .ml-md-13 { margin-left: 52px !important; } + .v-application .ml-md-14 { margin-left: 56px !important; } + .v-application .ml-md-15 { margin-left: 60px !important; } + .v-application .ml-md-16 { margin-left: 64px !important; } + .v-application .ml-md-auto { margin-left: auto !important; } + .v-application--is-ltr .ms-md-0 { margin-left: 0px !important; } + .v-application--is-rtl .ms-md-0 { margin-right: 0px !important; } + .v-application--is-ltr .ms-md-1 { margin-left: 4px !important; } + .v-application--is-rtl .ms-md-1 { margin-right: 4px !important; } + .v-application--is-ltr .ms-md-2 { margin-left: 8px !important; } + .v-application--is-rtl .ms-md-2 { margin-right: 8px !important; } + .v-application--is-ltr .ms-md-3 { margin-left: 12px !important; } + .v-application--is-rtl .ms-md-3 { margin-right: 12px !important; } + .v-application--is-ltr .ms-md-4 { margin-left: 16px !important; } + .v-application--is-rtl .ms-md-4 { margin-right: 16px !important; } + .v-application--is-ltr .ms-md-5 { margin-left: 20px !important; } + .v-application--is-rtl .ms-md-5 { margin-right: 20px !important; } + .v-application--is-ltr .ms-md-6 { margin-left: 24px !important; } + .v-application--is-rtl .ms-md-6 { margin-right: 24px !important; } + .v-application--is-ltr .ms-md-7 { margin-left: 28px !important; } + .v-application--is-rtl .ms-md-7 { margin-right: 28px !important; } + .v-application--is-ltr .ms-md-8 { margin-left: 32px !important; } + .v-application--is-rtl .ms-md-8 { margin-right: 32px !important; } + .v-application--is-ltr .ms-md-9 { margin-left: 36px !important; } + .v-application--is-rtl .ms-md-9 { margin-right: 36px !important; } + .v-application--is-ltr .ms-md-10 { margin-left: 40px !important; } + .v-application--is-rtl .ms-md-10 { margin-right: 40px !important; } + .v-application--is-ltr .ms-md-11 { margin-left: 44px !important; } + .v-application--is-rtl .ms-md-11 { margin-right: 44px !important; } + .v-application--is-ltr .ms-md-12 { margin-left: 48px !important; } + .v-application--is-rtl .ms-md-12 { margin-right: 48px !important; } + .v-application--is-ltr .ms-md-13 { margin-left: 52px !important; } + .v-application--is-rtl .ms-md-13 { margin-right: 52px !important; } + .v-application--is-ltr .ms-md-14 { margin-left: 56px !important; } + .v-application--is-rtl .ms-md-14 { margin-right: 56px !important; } + .v-application--is-ltr .ms-md-15 { margin-left: 60px !important; } + .v-application--is-rtl .ms-md-15 { margin-right: 60px !important; } + .v-application--is-ltr .ms-md-16 { margin-left: 64px !important; } + .v-application--is-rtl .ms-md-16 { margin-right: 64px !important; } + .v-application--is-ltr .ms-md-auto { margin-left: auto !important; } + .v-application--is-rtl .ms-md-auto { margin-right: auto !important; } + .v-application--is-ltr .me-md-0 { margin-right: 0px !important; } + .v-application--is-rtl .me-md-0 { margin-left: 0px !important; } + .v-application--is-ltr .me-md-1 { margin-right: 4px !important; } + .v-application--is-rtl .me-md-1 { margin-left: 4px !important; } + .v-application--is-ltr .me-md-2 { margin-right: 8px !important; } + .v-application--is-rtl .me-md-2 { margin-left: 8px !important; } + .v-application--is-ltr .me-md-3 { margin-right: 12px !important; } + .v-application--is-rtl .me-md-3 { margin-left: 12px !important; } + .v-application--is-ltr .me-md-4 { margin-right: 16px !important; } + .v-application--is-rtl .me-md-4 { margin-left: 16px !important; } + .v-application--is-ltr .me-md-5 { margin-right: 20px !important; } + .v-application--is-rtl .me-md-5 { margin-left: 20px !important; } + .v-application--is-ltr .me-md-6 { margin-right: 24px !important; } + .v-application--is-rtl .me-md-6 { margin-left: 24px !important; } + .v-application--is-ltr .me-md-7 { margin-right: 28px !important; } + .v-application--is-rtl .me-md-7 { margin-left: 28px !important; } + .v-application--is-ltr .me-md-8 { margin-right: 32px !important; } + .v-application--is-rtl .me-md-8 { margin-left: 32px !important; } + .v-application--is-ltr .me-md-9 { margin-right: 36px !important; } + .v-application--is-rtl .me-md-9 { margin-left: 36px !important; } + .v-application--is-ltr .me-md-10 { margin-right: 40px !important; } + .v-application--is-rtl .me-md-10 { margin-left: 40px !important; } + .v-application--is-ltr .me-md-11 { margin-right: 44px !important; } + .v-application--is-rtl .me-md-11 { margin-left: 44px !important; } + .v-application--is-ltr .me-md-12 { margin-right: 48px !important; } + .v-application--is-rtl .me-md-12 { margin-left: 48px !important; } + .v-application--is-ltr .me-md-13 { margin-right: 52px !important; } + .v-application--is-rtl .me-md-13 { margin-left: 52px !important; } + .v-application--is-ltr .me-md-14 { margin-right: 56px !important; } + .v-application--is-rtl .me-md-14 { margin-left: 56px !important; } + .v-application--is-ltr .me-md-15 { margin-right: 60px !important; } + .v-application--is-rtl .me-md-15 { margin-left: 60px !important; } + .v-application--is-ltr .me-md-16 { margin-right: 64px !important; } + .v-application--is-rtl .me-md-16 { margin-left: 64px !important; } + .v-application--is-ltr .me-md-auto { margin-right: auto !important; } + .v-application--is-rtl .me-md-auto { margin-left: auto !important; } + .v-application .ma-md-n1 { margin: -4px !important; } + .v-application .ma-md-n2 { margin: -8px !important; } + .v-application .ma-md-n3 { margin: -12px !important; } + .v-application .ma-md-n4 { margin: -16px !important; } + .v-application .ma-md-n5 { margin: -20px !important; } + .v-application .ma-md-n6 { margin: -24px !important; } + .v-application .ma-md-n7 { margin: -28px !important; } + .v-application .ma-md-n8 { margin: -32px !important; } + .v-application .ma-md-n9 { margin: -36px !important; } + .v-application .ma-md-n10 { margin: -40px !important; } + .v-application .ma-md-n11 { margin: -44px !important; } + .v-application .ma-md-n12 { margin: -48px !important; } + .v-application .ma-md-n13 { margin: -52px !important; } + .v-application .ma-md-n14 { margin: -56px !important; } + .v-application .ma-md-n15 { margin: -60px !important; } + .v-application .ma-md-n16 { margin: -64px !important; } + .v-application .mx-md-n1 { margin-right: -4px !important; margin-left: -4= +px !important; } + .v-application .mx-md-n2 { margin-right: -8px !important; margin-left: -8= +px !important; } + .v-application .mx-md-n3 { margin-right: -12px !important; margin-left: -= +12px !important; } + .v-application .mx-md-n4 { margin-right: -16px !important; margin-left: -= +16px !important; } + .v-application .mx-md-n5 { margin-right: -20px !important; margin-left: -= +20px !important; } + .v-application .mx-md-n6 { margin-right: -24px !important; margin-left: -= +24px !important; } + .v-application .mx-md-n7 { margin-right: -28px !important; margin-left: -= +28px !important; } + .v-application .mx-md-n8 { margin-right: -32px !important; margin-left: -= +32px !important; } + .v-application .mx-md-n9 { margin-right: -36px !important; margin-left: -= +36px !important; } + .v-application .mx-md-n10 { margin-right: -40px !important; margin-left: = +-40px !important; } + .v-application .mx-md-n11 { margin-right: -44px !important; margin-left: = +-44px !important; } + .v-application .mx-md-n12 { margin-right: -48px !important; margin-left: = +-48px !important; } + .v-application .mx-md-n13 { margin-right: -52px !important; margin-left: = +-52px !important; } + .v-application .mx-md-n14 { margin-right: -56px !important; margin-left: = +-56px !important; } + .v-application .mx-md-n15 { margin-right: -60px !important; margin-left: = +-60px !important; } + .v-application .mx-md-n16 { margin-right: -64px !important; margin-left: = +-64px !important; } + .v-application .my-md-n1 { margin-top: -4px !important; margin-bottom: -4= +px !important; } + .v-application .my-md-n2 { margin-top: -8px !important; margin-bottom: -8= +px !important; } + .v-application .my-md-n3 { margin-top: -12px !important; margin-bottom: -= +12px !important; } + .v-application .my-md-n4 { margin-top: -16px !important; margin-bottom: -= +16px !important; } + .v-application .my-md-n5 { margin-top: -20px !important; margin-bottom: -= +20px !important; } + .v-application .my-md-n6 { margin-top: -24px !important; margin-bottom: -= +24px !important; } + .v-application .my-md-n7 { margin-top: -28px !important; margin-bottom: -= +28px !important; } + .v-application .my-md-n8 { margin-top: -32px !important; margin-bottom: -= +32px !important; } + .v-application .my-md-n9 { margin-top: -36px !important; margin-bottom: -= +36px !important; } + .v-application .my-md-n10 { margin-top: -40px !important; margin-bottom: = +-40px !important; } + .v-application .my-md-n11 { margin-top: -44px !important; margin-bottom: = +-44px !important; } + .v-application .my-md-n12 { margin-top: -48px !important; margin-bottom: = +-48px !important; } + .v-application .my-md-n13 { margin-top: -52px !important; margin-bottom: = +-52px !important; } + .v-application .my-md-n14 { margin-top: -56px !important; margin-bottom: = +-56px !important; } + .v-application .my-md-n15 { margin-top: -60px !important; margin-bottom: = +-60px !important; } + .v-application .my-md-n16 { margin-top: -64px !important; margin-bottom: = +-64px !important; } + .v-application .mt-md-n1 { margin-top: -4px !important; } + .v-application .mt-md-n2 { margin-top: -8px !important; } + .v-application .mt-md-n3 { margin-top: -12px !important; } + .v-application .mt-md-n4 { margin-top: -16px !important; } + .v-application .mt-md-n5 { margin-top: -20px !important; } + .v-application .mt-md-n6 { margin-top: -24px !important; } + .v-application .mt-md-n7 { margin-top: -28px !important; } + .v-application .mt-md-n8 { margin-top: -32px !important; } + .v-application .mt-md-n9 { margin-top: -36px !important; } + .v-application .mt-md-n10 { margin-top: -40px !important; } + .v-application .mt-md-n11 { margin-top: -44px !important; } + .v-application .mt-md-n12 { margin-top: -48px !important; } + .v-application .mt-md-n13 { margin-top: -52px !important; } + .v-application .mt-md-n14 { margin-top: -56px !important; } + .v-application .mt-md-n15 { margin-top: -60px !important; } + .v-application .mt-md-n16 { margin-top: -64px !important; } + .v-application .mr-md-n1 { margin-right: -4px !important; } + .v-application .mr-md-n2 { margin-right: -8px !important; } + .v-application .mr-md-n3 { margin-right: -12px !important; } + .v-application .mr-md-n4 { margin-right: -16px !important; } + .v-application .mr-md-n5 { margin-right: -20px !important; } + .v-application .mr-md-n6 { margin-right: -24px !important; } + .v-application .mr-md-n7 { margin-right: -28px !important; } + .v-application .mr-md-n8 { margin-right: -32px !important; } + .v-application .mr-md-n9 { margin-right: -36px !important; } + .v-application .mr-md-n10 { margin-right: -40px !important; } + .v-application .mr-md-n11 { margin-right: -44px !important; } + .v-application .mr-md-n12 { margin-right: -48px !important; } + .v-application .mr-md-n13 { margin-right: -52px !important; } + .v-application .mr-md-n14 { margin-right: -56px !important; } + .v-application .mr-md-n15 { margin-right: -60px !important; } + .v-application .mr-md-n16 { margin-right: -64px !important; } + .v-application .mb-md-n1 { margin-bottom: -4px !important; } + .v-application .mb-md-n2 { margin-bottom: -8px !important; } + .v-application .mb-md-n3 { margin-bottom: -12px !important; } + .v-application .mb-md-n4 { margin-bottom: -16px !important; } + .v-application .mb-md-n5 { margin-bottom: -20px !important; } + .v-application .mb-md-n6 { margin-bottom: -24px !important; } + .v-application .mb-md-n7 { margin-bottom: -28px !important; } + .v-application .mb-md-n8 { margin-bottom: -32px !important; } + .v-application .mb-md-n9 { margin-bottom: -36px !important; } + .v-application .mb-md-n10 { margin-bottom: -40px !important; } + .v-application .mb-md-n11 { margin-bottom: -44px !important; } + .v-application .mb-md-n12 { margin-bottom: -48px !important; } + .v-application .mb-md-n13 { margin-bottom: -52px !important; } + .v-application .mb-md-n14 { margin-bottom: -56px !important; } + .v-application .mb-md-n15 { margin-bottom: -60px !important; } + .v-application .mb-md-n16 { margin-bottom: -64px !important; } + .v-application .ml-md-n1 { margin-left: -4px !important; } + .v-application .ml-md-n2 { margin-left: -8px !important; } + .v-application .ml-md-n3 { margin-left: -12px !important; } + .v-application .ml-md-n4 { margin-left: -16px !important; } + .v-application .ml-md-n5 { margin-left: -20px !important; } + .v-application .ml-md-n6 { margin-left: -24px !important; } + .v-application .ml-md-n7 { margin-left: -28px !important; } + .v-application .ml-md-n8 { margin-left: -32px !important; } + .v-application .ml-md-n9 { margin-left: -36px !important; } + .v-application .ml-md-n10 { margin-left: -40px !important; } + .v-application .ml-md-n11 { margin-left: -44px !important; } + .v-application .ml-md-n12 { margin-left: -48px !important; } + .v-application .ml-md-n13 { margin-left: -52px !important; } + .v-application .ml-md-n14 { margin-left: -56px !important; } + .v-application .ml-md-n15 { margin-left: -60px !important; } + .v-application .ml-md-n16 { margin-left: -64px !important; } + .v-application--is-ltr .ms-md-n1 { margin-left: -4px !important; } + .v-application--is-rtl .ms-md-n1 { margin-right: -4px !important; } + .v-application--is-ltr .ms-md-n2 { margin-left: -8px !important; } + .v-application--is-rtl .ms-md-n2 { margin-right: -8px !important; } + .v-application--is-ltr .ms-md-n3 { margin-left: -12px !important; } + .v-application--is-rtl .ms-md-n3 { margin-right: -12px !important; } + .v-application--is-ltr .ms-md-n4 { margin-left: -16px !important; } + .v-application--is-rtl .ms-md-n4 { margin-right: -16px !important; } + .v-application--is-ltr .ms-md-n5 { margin-left: -20px !important; } + .v-application--is-rtl .ms-md-n5 { margin-right: -20px !important; } + .v-application--is-ltr .ms-md-n6 { margin-left: -24px !important; } + .v-application--is-rtl .ms-md-n6 { margin-right: -24px !important; } + .v-application--is-ltr .ms-md-n7 { margin-left: -28px !important; } + .v-application--is-rtl .ms-md-n7 { margin-right: -28px !important; } + .v-application--is-ltr .ms-md-n8 { margin-left: -32px !important; } + .v-application--is-rtl .ms-md-n8 { margin-right: -32px !important; } + .v-application--is-ltr .ms-md-n9 { margin-left: -36px !important; } + .v-application--is-rtl .ms-md-n9 { margin-right: -36px !important; } + .v-application--is-ltr .ms-md-n10 { margin-left: -40px !important; } + .v-application--is-rtl .ms-md-n10 { margin-right: -40px !important; } + .v-application--is-ltr .ms-md-n11 { margin-left: -44px !important; } + .v-application--is-rtl .ms-md-n11 { margin-right: -44px !important; } + .v-application--is-ltr .ms-md-n12 { margin-left: -48px !important; } + .v-application--is-rtl .ms-md-n12 { margin-right: -48px !important; } + .v-application--is-ltr .ms-md-n13 { margin-left: -52px !important; } + .v-application--is-rtl .ms-md-n13 { margin-right: -52px !important; } + .v-application--is-ltr .ms-md-n14 { margin-left: -56px !important; } + .v-application--is-rtl .ms-md-n14 { margin-right: -56px !important; } + .v-application--is-ltr .ms-md-n15 { margin-left: -60px !important; } + .v-application--is-rtl .ms-md-n15 { margin-right: -60px !important; } + .v-application--is-ltr .ms-md-n16 { margin-left: -64px !important; } + .v-application--is-rtl .ms-md-n16 { margin-right: -64px !important; } + .v-application--is-ltr .me-md-n1 { margin-right: -4px !important; } + .v-application--is-rtl .me-md-n1 { margin-left: -4px !important; } + .v-application--is-ltr .me-md-n2 { margin-right: -8px !important; } + .v-application--is-rtl .me-md-n2 { margin-left: -8px !important; } + .v-application--is-ltr .me-md-n3 { margin-right: -12px !important; } + .v-application--is-rtl .me-md-n3 { margin-left: -12px !important; } + .v-application--is-ltr .me-md-n4 { margin-right: -16px !important; } + .v-application--is-rtl .me-md-n4 { margin-left: -16px !important; } + .v-application--is-ltr .me-md-n5 { margin-right: -20px !important; } + .v-application--is-rtl .me-md-n5 { margin-left: -20px !important; } + .v-application--is-ltr .me-md-n6 { margin-right: -24px !important; } + .v-application--is-rtl .me-md-n6 { margin-left: -24px !important; } + .v-application--is-ltr .me-md-n7 { margin-right: -28px !important; } + .v-application--is-rtl .me-md-n7 { margin-left: -28px !important; } + .v-application--is-ltr .me-md-n8 { margin-right: -32px !important; } + .v-application--is-rtl .me-md-n8 { margin-left: -32px !important; } + .v-application--is-ltr .me-md-n9 { margin-right: -36px !important; } + .v-application--is-rtl .me-md-n9 { margin-left: -36px !important; } + .v-application--is-ltr .me-md-n10 { margin-right: -40px !important; } + .v-application--is-rtl .me-md-n10 { margin-left: -40px !important; } + .v-application--is-ltr .me-md-n11 { margin-right: -44px !important; } + .v-application--is-rtl .me-md-n11 { margin-left: -44px !important; } + .v-application--is-ltr .me-md-n12 { margin-right: -48px !important; } + .v-application--is-rtl .me-md-n12 { margin-left: -48px !important; } + .v-application--is-ltr .me-md-n13 { margin-right: -52px !important; } + .v-application--is-rtl .me-md-n13 { margin-left: -52px !important; } + .v-application--is-ltr .me-md-n14 { margin-right: -56px !important; } + .v-application--is-rtl .me-md-n14 { margin-left: -56px !important; } + .v-application--is-ltr .me-md-n15 { margin-right: -60px !important; } + .v-application--is-rtl .me-md-n15 { margin-left: -60px !important; } + .v-application--is-ltr .me-md-n16 { margin-right: -64px !important; } + .v-application--is-rtl .me-md-n16 { margin-left: -64px !important; } + .v-application .pa-md-0 { padding: 0px !important; } + .v-application .pa-md-1 { padding: 4px !important; } + .v-application .pa-md-2 { padding: 8px !important; } + .v-application .pa-md-3 { padding: 12px !important; } + .v-application .pa-md-4 { padding: 16px !important; } + .v-application .pa-md-5 { padding: 20px !important; } + .v-application .pa-md-6 { padding: 24px !important; } + .v-application .pa-md-7 { padding: 28px !important; } + .v-application .pa-md-8 { padding: 32px !important; } + .v-application .pa-md-9 { padding: 36px !important; } + .v-application .pa-md-10 { padding: 40px !important; } + .v-application .pa-md-11 { padding: 44px !important; } + .v-application .pa-md-12 { padding: 48px !important; } + .v-application .pa-md-13 { padding: 52px !important; } + .v-application .pa-md-14 { padding: 56px !important; } + .v-application .pa-md-15 { padding: 60px !important; } + .v-application .pa-md-16 { padding: 64px !important; } + .v-application .px-md-0 { padding-right: 0px !important; padding-left: 0p= +x !important; } + .v-application .px-md-1 { padding-right: 4px !important; padding-left: 4p= +x !important; } + .v-application .px-md-2 { padding-right: 8px !important; padding-left: 8p= +x !important; } + .v-application .px-md-3 { padding-right: 12px !important; padding-left: 1= +2px !important; } + .v-application .px-md-4 { padding-right: 16px !important; padding-left: 1= +6px !important; } + .v-application .px-md-5 { padding-right: 20px !important; padding-left: 2= +0px !important; } + .v-application .px-md-6 { padding-right: 24px !important; padding-left: 2= +4px !important; } + .v-application .px-md-7 { padding-right: 28px !important; padding-left: 2= +8px !important; } + .v-application .px-md-8 { padding-right: 32px !important; padding-left: 3= +2px !important; } + .v-application .px-md-9 { padding-right: 36px !important; padding-left: 3= +6px !important; } + .v-application .px-md-10 { padding-right: 40px !important; padding-left: = +40px !important; } + .v-application .px-md-11 { padding-right: 44px !important; padding-left: = +44px !important; } + .v-application .px-md-12 { padding-right: 48px !important; padding-left: = +48px !important; } + .v-application .px-md-13 { padding-right: 52px !important; padding-left: = +52px !important; } + .v-application .px-md-14 { padding-right: 56px !important; padding-left: = +56px !important; } + .v-application .px-md-15 { padding-right: 60px !important; padding-left: = +60px !important; } + .v-application .px-md-16 { padding-right: 64px !important; padding-left: = +64px !important; } + .v-application .py-md-0 { padding-top: 0px !important; padding-bottom: 0p= +x !important; } + .v-application .py-md-1 { padding-top: 4px !important; padding-bottom: 4p= +x !important; } + .v-application .py-md-2 { padding-top: 8px !important; padding-bottom: 8p= +x !important; } + .v-application .py-md-3 { padding-top: 12px !important; padding-bottom: 1= +2px !important; } + .v-application .py-md-4 { padding-top: 16px !important; padding-bottom: 1= +6px !important; } + .v-application .py-md-5 { padding-top: 20px !important; padding-bottom: 2= +0px !important; } + .v-application .py-md-6 { padding-top: 24px !important; padding-bottom: 2= +4px !important; } + .v-application .py-md-7 { padding-top: 28px !important; padding-bottom: 2= +8px !important; } + .v-application .py-md-8 { padding-top: 32px !important; padding-bottom: 3= +2px !important; } + .v-application .py-md-9 { padding-top: 36px !important; padding-bottom: 3= +6px !important; } + .v-application .py-md-10 { padding-top: 40px !important; padding-bottom: = +40px !important; } + .v-application .py-md-11 { padding-top: 44px !important; padding-bottom: = +44px !important; } + .v-application .py-md-12 { padding-top: 48px !important; padding-bottom: = +48px !important; } + .v-application .py-md-13 { padding-top: 52px !important; padding-bottom: = +52px !important; } + .v-application .py-md-14 { padding-top: 56px !important; padding-bottom: = +56px !important; } + .v-application .py-md-15 { padding-top: 60px !important; padding-bottom: = +60px !important; } + .v-application .py-md-16 { padding-top: 64px !important; padding-bottom: = +64px !important; } + .v-application .pt-md-0 { padding-top: 0px !important; } + .v-application .pt-md-1 { padding-top: 4px !important; } + .v-application .pt-md-2 { padding-top: 8px !important; } + .v-application .pt-md-3 { padding-top: 12px !important; } + .v-application .pt-md-4 { padding-top: 16px !important; } + .v-application .pt-md-5 { padding-top: 20px !important; } + .v-application .pt-md-6 { padding-top: 24px !important; } + .v-application .pt-md-7 { padding-top: 28px !important; } + .v-application .pt-md-8 { padding-top: 32px !important; } + .v-application .pt-md-9 { padding-top: 36px !important; } + .v-application .pt-md-10 { padding-top: 40px !important; } + .v-application .pt-md-11 { padding-top: 44px !important; } + .v-application .pt-md-12 { padding-top: 48px !important; } + .v-application .pt-md-13 { padding-top: 52px !important; } + .v-application .pt-md-14 { padding-top: 56px !important; } + .v-application .pt-md-15 { padding-top: 60px !important; } + .v-application .pt-md-16 { padding-top: 64px !important; } + .v-application .pr-md-0 { padding-right: 0px !important; } + .v-application .pr-md-1 { padding-right: 4px !important; } + .v-application .pr-md-2 { padding-right: 8px !important; } + .v-application .pr-md-3 { padding-right: 12px !important; } + .v-application .pr-md-4 { padding-right: 16px !important; } + .v-application .pr-md-5 { padding-right: 20px !important; } + .v-application .pr-md-6 { padding-right: 24px !important; } + .v-application .pr-md-7 { padding-right: 28px !important; } + .v-application .pr-md-8 { padding-right: 32px !important; } + .v-application .pr-md-9 { padding-right: 36px !important; } + .v-application .pr-md-10 { padding-right: 40px !important; } + .v-application .pr-md-11 { padding-right: 44px !important; } + .v-application .pr-md-12 { padding-right: 48px !important; } + .v-application .pr-md-13 { padding-right: 52px !important; } + .v-application .pr-md-14 { padding-right: 56px !important; } + .v-application .pr-md-15 { padding-right: 60px !important; } + .v-application .pr-md-16 { padding-right: 64px !important; } + .v-application .pb-md-0 { padding-bottom: 0px !important; } + .v-application .pb-md-1 { padding-bottom: 4px !important; } + .v-application .pb-md-2 { padding-bottom: 8px !important; } + .v-application .pb-md-3 { padding-bottom: 12px !important; } + .v-application .pb-md-4 { padding-bottom: 16px !important; } + .v-application .pb-md-5 { padding-bottom: 20px !important; } + .v-application .pb-md-6 { padding-bottom: 24px !important; } + .v-application .pb-md-7 { padding-bottom: 28px !important; } + .v-application .pb-md-8 { padding-bottom: 32px !important; } + .v-application .pb-md-9 { padding-bottom: 36px !important; } + .v-application .pb-md-10 { padding-bottom: 40px !important; } + .v-application .pb-md-11 { padding-bottom: 44px !important; } + .v-application .pb-md-12 { padding-bottom: 48px !important; } + .v-application .pb-md-13 { padding-bottom: 52px !important; } + .v-application .pb-md-14 { padding-bottom: 56px !important; } + .v-application .pb-md-15 { padding-bottom: 60px !important; } + .v-application .pb-md-16 { padding-bottom: 64px !important; } + .v-application .pl-md-0 { padding-left: 0px !important; } + .v-application .pl-md-1 { padding-left: 4px !important; } + .v-application .pl-md-2 { padding-left: 8px !important; } + .v-application .pl-md-3 { padding-left: 12px !important; } + .v-application .pl-md-4 { padding-left: 16px !important; } + .v-application .pl-md-5 { padding-left: 20px !important; } + .v-application .pl-md-6 { padding-left: 24px !important; } + .v-application .pl-md-7 { padding-left: 28px !important; } + .v-application .pl-md-8 { padding-left: 32px !important; } + .v-application .pl-md-9 { padding-left: 36px !important; } + .v-application .pl-md-10 { padding-left: 40px !important; } + .v-application .pl-md-11 { padding-left: 44px !important; } + .v-application .pl-md-12 { padding-left: 48px !important; } + .v-application .pl-md-13 { padding-left: 52px !important; } + .v-application .pl-md-14 { padding-left: 56px !important; } + .v-application .pl-md-15 { padding-left: 60px !important; } + .v-application .pl-md-16 { padding-left: 64px !important; } + .v-application--is-ltr .ps-md-0 { padding-left: 0px !important; } + .v-application--is-rtl .ps-md-0 { padding-right: 0px !important; } + .v-application--is-ltr .ps-md-1 { padding-left: 4px !important; } + .v-application--is-rtl .ps-md-1 { padding-right: 4px !important; } + .v-application--is-ltr .ps-md-2 { padding-left: 8px !important; } + .v-application--is-rtl .ps-md-2 { padding-right: 8px !important; } + .v-application--is-ltr .ps-md-3 { padding-left: 12px !important; } + .v-application--is-rtl .ps-md-3 { padding-right: 12px !important; } + .v-application--is-ltr .ps-md-4 { padding-left: 16px !important; } + .v-application--is-rtl .ps-md-4 { padding-right: 16px !important; } + .v-application--is-ltr .ps-md-5 { padding-left: 20px !important; } + .v-application--is-rtl .ps-md-5 { padding-right: 20px !important; } + .v-application--is-ltr .ps-md-6 { padding-left: 24px !important; } + .v-application--is-rtl .ps-md-6 { padding-right: 24px !important; } + .v-application--is-ltr .ps-md-7 { padding-left: 28px !important; } + .v-application--is-rtl .ps-md-7 { padding-right: 28px !important; } + .v-application--is-ltr .ps-md-8 { padding-left: 32px !important; } + .v-application--is-rtl .ps-md-8 { padding-right: 32px !important; } + .v-application--is-ltr .ps-md-9 { padding-left: 36px !important; } + .v-application--is-rtl .ps-md-9 { padding-right: 36px !important; } + .v-application--is-ltr .ps-md-10 { padding-left: 40px !important; } + .v-application--is-rtl .ps-md-10 { padding-right: 40px !important; } + .v-application--is-ltr .ps-md-11 { padding-left: 44px !important; } + .v-application--is-rtl .ps-md-11 { padding-right: 44px !important; } + .v-application--is-ltr .ps-md-12 { padding-left: 48px !important; } + .v-application--is-rtl .ps-md-12 { padding-right: 48px !important; } + .v-application--is-ltr .ps-md-13 { padding-left: 52px !important; } + .v-application--is-rtl .ps-md-13 { padding-right: 52px !important; } + .v-application--is-ltr .ps-md-14 { padding-left: 56px !important; } + .v-application--is-rtl .ps-md-14 { padding-right: 56px !important; } + .v-application--is-ltr .ps-md-15 { padding-left: 60px !important; } + .v-application--is-rtl .ps-md-15 { padding-right: 60px !important; } + .v-application--is-ltr .ps-md-16 { padding-left: 64px !important; } + .v-application--is-rtl .ps-md-16 { padding-right: 64px !important; } + .v-application--is-ltr .pe-md-0 { padding-right: 0px !important; } + .v-application--is-rtl .pe-md-0 { padding-left: 0px !important; } + .v-application--is-ltr .pe-md-1 { padding-right: 4px !important; } + .v-application--is-rtl .pe-md-1 { padding-left: 4px !important; } + .v-application--is-ltr .pe-md-2 { padding-right: 8px !important; } + .v-application--is-rtl .pe-md-2 { padding-left: 8px !important; } + .v-application--is-ltr .pe-md-3 { padding-right: 12px !important; } + .v-application--is-rtl .pe-md-3 { padding-left: 12px !important; } + .v-application--is-ltr .pe-md-4 { padding-right: 16px !important; } + .v-application--is-rtl .pe-md-4 { padding-left: 16px !important; } + .v-application--is-ltr .pe-md-5 { padding-right: 20px !important; } + .v-application--is-rtl .pe-md-5 { padding-left: 20px !important; } + .v-application--is-ltr .pe-md-6 { padding-right: 24px !important; } + .v-application--is-rtl .pe-md-6 { padding-left: 24px !important; } + .v-application--is-ltr .pe-md-7 { padding-right: 28px !important; } + .v-application--is-rtl .pe-md-7 { padding-left: 28px !important; } + .v-application--is-ltr .pe-md-8 { padding-right: 32px !important; } + .v-application--is-rtl .pe-md-8 { padding-left: 32px !important; } + .v-application--is-ltr .pe-md-9 { padding-right: 36px !important; } + .v-application--is-rtl .pe-md-9 { padding-left: 36px !important; } + .v-application--is-ltr .pe-md-10 { padding-right: 40px !important; } + .v-application--is-rtl .pe-md-10 { padding-left: 40px !important; } + .v-application--is-ltr .pe-md-11 { padding-right: 44px !important; } + .v-application--is-rtl .pe-md-11 { padding-left: 44px !important; } + .v-application--is-ltr .pe-md-12 { padding-right: 48px !important; } + .v-application--is-rtl .pe-md-12 { padding-left: 48px !important; } + .v-application--is-ltr .pe-md-13 { padding-right: 52px !important; } + .v-application--is-rtl .pe-md-13 { padding-left: 52px !important; } + .v-application--is-ltr .pe-md-14 { padding-right: 56px !important; } + .v-application--is-rtl .pe-md-14 { padding-left: 56px !important; } + .v-application--is-ltr .pe-md-15 { padding-right: 60px !important; } + .v-application--is-rtl .pe-md-15 { padding-left: 60px !important; } + .v-application--is-ltr .pe-md-16 { padding-right: 64px !important; } + .v-application--is-rtl .pe-md-16 { padding-left: 64px !important; } + .v-application .text-md-left { text-align: left !important; } + .v-application .text-md-right { text-align: right !important; } + .v-application .text-md-center { text-align: center !important; } + .v-application .text-md-justify { text-align: justify !important; } + .v-application .text-md-start { text-align: start !important; } + .v-application .text-md-end { text-align: end !important; } + .v-application .text-md-h1 { font-weight: 300; line-height: 6rem; font-si= +ze: 6rem !important; letter-spacing: -0.015625em !important; font-family: R= +oboto, sans-serif !important; } + .v-application .text-md-h2 { font-weight: 300; line-height: 3.75rem; font= +-size: 3.75rem !important; letter-spacing: -0.00833333em !important; font-f= +amily: Roboto, sans-serif !important; } + .v-application .text-md-h3 { font-weight: 400; line-height: 3.125rem; fon= +t-size: 3rem !important; letter-spacing: normal !important; font-family: Ro= +boto, sans-serif !important; } + .v-application .text-md-h4 { font-weight: 400; line-height: 2.5rem; font-= +size: 2.125rem !important; letter-spacing: 0.00735294em !important; font-fa= +mily: Roboto, sans-serif !important; } + .v-application .text-md-h5 { font-weight: 400; line-height: 2rem; font-si= +ze: 1.5rem !important; letter-spacing: normal !important; font-family: Robo= +to, sans-serif !important; } + .v-application .text-md-h6 { font-weight: 500; line-height: 2rem; font-si= +ze: 1.25rem !important; letter-spacing: 0.0125em !important; font-family: R= +oboto, sans-serif !important; } + .v-application .text-md-subtitle-1 { font-weight: normal; line-height: 1.= +75rem; font-size: 1rem !important; letter-spacing: 0.009375em !important; f= +ont-family: Roboto, sans-serif !important; } + .v-application .text-md-subtitle-2 { font-weight: 500; line-height: 1.375= +rem; font-size: 0.875rem !important; letter-spacing: 0.00714286em !importan= +t; font-family: Roboto, sans-serif !important; } + .v-application .text-md-body-1 { font-weight: 400; line-height: 1.5rem; f= +ont-size: 1rem !important; letter-spacing: 0.03125em !important; font-famil= +y: Roboto, sans-serif !important; } + .v-application .text-md-body-2 { font-weight: 400; line-height: 1.25rem; = +font-size: 0.875rem !important; letter-spacing: 0.0178571em !important; fon= +t-family: Roboto, sans-serif !important; } + .v-application .text-md-button { font-weight: 500; line-height: 2.25rem; = +font-size: 0.875rem !important; letter-spacing: 0.0892857em !important; fon= +t-family: Roboto, sans-serif !important; text-transform: uppercase !importa= +nt; } + .v-application .text-md-caption { font-weight: 400; line-height: 1.25rem;= + font-size: 0.75rem !important; letter-spacing: 0.0333333em !important; fon= +t-family: Roboto, sans-serif !important; } + .v-application .text-md-overline { font-weight: 500; line-height: 2rem; f= +ont-size: 0.75rem !important; letter-spacing: 0.166667em !important; font-f= +amily: Roboto, sans-serif !important; text-transform: uppercase !important;= + } +} + +@media (min-width: 1264px) { + .v-application .d-lg-none { display: none !important; } + .v-application .d-lg-inline { display: inline !important; } + .v-application .d-lg-inline-block { display: inline-block !important; } + .v-application .d-lg-block { display: block !important; } + .v-application .d-lg-table { display: table !important; } + .v-application .d-lg-table-row { display: table-row !important; } + .v-application .d-lg-table-cell { display: table-cell !important; } + .v-application .d-lg-flex { display: flex !important; } + .v-application .d-lg-inline-flex { display: inline-flex !important; } + .v-application .float-lg-none { float: none !important; } + .v-application .float-lg-left { float: left !important; } + .v-application .float-lg-right { float: right !important; } + .v-application--is-rtl .float-lg-end { float: left !important; } + .v-application--is-rtl .float-lg-start { float: right !important; } + .v-application--is-ltr .float-lg-end { float: right !important; } + .v-application--is-ltr .float-lg-start { float: left !important; } + .v-application .flex-lg-fill { -webkit-box-flex: 1 !important; flex: 1 1 = +auto !important; } + .v-application .flex-lg-row { -webkit-box-orient: horizontal !important; = +-webkit-box-direction: normal !important; flex-direction: row !important; } + .v-application .flex-lg-column { -webkit-box-orient: vertical !important;= + -webkit-box-direction: normal !important; flex-direction: column !importan= +t; } + .v-application .flex-lg-row-reverse { -webkit-box-orient: horizontal !imp= +ortant; -webkit-box-direction: reverse !important; flex-direction: row-reve= +rse !important; } + .v-application .flex-lg-column-reverse { -webkit-box-orient: vertical !im= +portant; -webkit-box-direction: reverse !important; flex-direction: column-= +reverse !important; } + .v-application .flex-lg-grow-0 { -webkit-box-flex: 0 !important; flex-gro= +w: 0 !important; } + .v-application .flex-lg-grow-1 { -webkit-box-flex: 1 !important; flex-gro= +w: 1 !important; } + .v-application .flex-lg-shrink-0 { flex-shrink: 0 !important; } + .v-application .flex-lg-shrink-1 { flex-shrink: 1 !important; } + .v-application .flex-lg-wrap { flex-wrap: wrap !important; } + .v-application .flex-lg-nowrap { flex-wrap: nowrap !important; } + .v-application .flex-lg-wrap-reverse { flex-wrap: wrap-reverse !important= +; } + .v-application .justify-lg-start { -webkit-box-pack: start !important; ju= +stify-content: flex-start !important; } + .v-application .justify-lg-end { -webkit-box-pack: end !important; justif= +y-content: flex-end !important; } + .v-application .justify-lg-center { -webkit-box-pack: center !important; = +justify-content: center !important; } + .v-application .justify-lg-space-between { -webkit-box-pack: justify !imp= +ortant; justify-content: space-between !important; } + .v-application .justify-lg-space-around { justify-content: space-around != +important; } + .v-application .align-lg-start { -webkit-box-align: start !important; ali= +gn-items: flex-start !important; } + .v-application .align-lg-end { -webkit-box-align: end !important; align-i= +tems: flex-end !important; } + .v-application .align-lg-center { -webkit-box-align: center !important; a= +lign-items: center !important; } + .v-application .align-lg-baseline { -webkit-box-align: baseline !importan= +t; align-items: baseline !important; } + .v-application .align-lg-stretch { -webkit-box-align: stretch !important;= + align-items: stretch !important; } + .v-application .align-content-lg-start { align-content: flex-start !impor= +tant; } + .v-application .align-content-lg-end { align-content: flex-end !important= +; } + .v-application .align-content-lg-center { align-content: center !importan= +t; } + .v-application .align-content-lg-space-between { align-content: space-bet= +ween !important; } + .v-application .align-content-lg-space-around { align-content: space-arou= +nd !important; } + .v-application .align-content-lg-stretch { align-content: stretch !import= +ant; } + .v-application .align-self-lg-auto { align-self: auto !important; } + .v-application .align-self-lg-start { align-self: flex-start !important; = +} + .v-application .align-self-lg-end { align-self: flex-end !important; } + .v-application .align-self-lg-center { align-self: center !important; } + .v-application .align-self-lg-baseline { align-self: baseline !important;= + } + .v-application .align-self-lg-stretch { align-self: stretch !important; } + .v-application .order-lg-first { order: -1 !important; } + .v-application .order-lg-0 { -webkit-box-ordinal-group: 1 !important; ord= +er: 0 !important; } + .v-application .order-lg-1 { -webkit-box-ordinal-group: 2 !important; ord= +er: 1 !important; } + .v-application .order-lg-2 { -webkit-box-ordinal-group: 3 !important; ord= +er: 2 !important; } + .v-application .order-lg-3 { -webkit-box-ordinal-group: 4 !important; ord= +er: 3 !important; } + .v-application .order-lg-4 { -webkit-box-ordinal-group: 5 !important; ord= +er: 4 !important; } + .v-application .order-lg-5 { -webkit-box-ordinal-group: 6 !important; ord= +er: 5 !important; } + .v-application .order-lg-6 { -webkit-box-ordinal-group: 7 !important; ord= +er: 6 !important; } + .v-application .order-lg-7 { -webkit-box-ordinal-group: 8 !important; ord= +er: 7 !important; } + .v-application .order-lg-8 { -webkit-box-ordinal-group: 9 !important; ord= +er: 8 !important; } + .v-application .order-lg-9 { -webkit-box-ordinal-group: 10 !important; or= +der: 9 !important; } + .v-application .order-lg-10 { -webkit-box-ordinal-group: 11 !important; o= +rder: 10 !important; } + .v-application .order-lg-11 { -webkit-box-ordinal-group: 12 !important; o= +rder: 11 !important; } + .v-application .order-lg-12 { -webkit-box-ordinal-group: 13 !important; o= +rder: 12 !important; } + .v-application .order-lg-last { -webkit-box-ordinal-group: 14 !important;= + order: 13 !important; } + .v-application .ma-lg-0 { margin: 0px !important; } + .v-application .ma-lg-1 { margin: 4px !important; } + .v-application .ma-lg-2 { margin: 8px !important; } + .v-application .ma-lg-3 { margin: 12px !important; } + .v-application .ma-lg-4 { margin: 16px !important; } + .v-application .ma-lg-5 { margin: 20px !important; } + .v-application .ma-lg-6 { margin: 24px !important; } + .v-application .ma-lg-7 { margin: 28px !important; } + .v-application .ma-lg-8 { margin: 32px !important; } + .v-application .ma-lg-9 { margin: 36px !important; } + .v-application .ma-lg-10 { margin: 40px !important; } + .v-application .ma-lg-11 { margin: 44px !important; } + .v-application .ma-lg-12 { margin: 48px !important; } + .v-application .ma-lg-13 { margin: 52px !important; } + .v-application .ma-lg-14 { margin: 56px !important; } + .v-application .ma-lg-15 { margin: 60px !important; } + .v-application .ma-lg-16 { margin: 64px !important; } + .v-application .ma-lg-auto { margin: auto !important; } + .v-application .mx-lg-0 { margin-right: 0px !important; margin-left: 0px = +!important; } + .v-application .mx-lg-1 { margin-right: 4px !important; margin-left: 4px = +!important; } + .v-application .mx-lg-2 { margin-right: 8px !important; margin-left: 8px = +!important; } + .v-application .mx-lg-3 { margin-right: 12px !important; margin-left: 12p= +x !important; } + .v-application .mx-lg-4 { margin-right: 16px !important; margin-left: 16p= +x !important; } + .v-application .mx-lg-5 { margin-right: 20px !important; margin-left: 20p= +x !important; } + .v-application .mx-lg-6 { margin-right: 24px !important; margin-left: 24p= +x !important; } + .v-application .mx-lg-7 { margin-right: 28px !important; margin-left: 28p= +x !important; } + .v-application .mx-lg-8 { margin-right: 32px !important; margin-left: 32p= +x !important; } + .v-application .mx-lg-9 { margin-right: 36px !important; margin-left: 36p= +x !important; } + .v-application .mx-lg-10 { margin-right: 40px !important; margin-left: 40= +px !important; } + .v-application .mx-lg-11 { margin-right: 44px !important; margin-left: 44= +px !important; } + .v-application .mx-lg-12 { margin-right: 48px !important; margin-left: 48= +px !important; } + .v-application .mx-lg-13 { margin-right: 52px !important; margin-left: 52= +px !important; } + .v-application .mx-lg-14 { margin-right: 56px !important; margin-left: 56= +px !important; } + .v-application .mx-lg-15 { margin-right: 60px !important; margin-left: 60= +px !important; } + .v-application .mx-lg-16 { margin-right: 64px !important; margin-left: 64= +px !important; } + .v-application .mx-lg-auto { margin-right: auto !important; margin-left: = +auto !important; } + .v-application .my-lg-0 { margin-top: 0px !important; margin-bottom: 0px = +!important; } + .v-application .my-lg-1 { margin-top: 4px !important; margin-bottom: 4px = +!important; } + .v-application .my-lg-2 { margin-top: 8px !important; margin-bottom: 8px = +!important; } + .v-application .my-lg-3 { margin-top: 12px !important; margin-bottom: 12p= +x !important; } + .v-application .my-lg-4 { margin-top: 16px !important; margin-bottom: 16p= +x !important; } + .v-application .my-lg-5 { margin-top: 20px !important; margin-bottom: 20p= +x !important; } + .v-application .my-lg-6 { margin-top: 24px !important; margin-bottom: 24p= +x !important; } + .v-application .my-lg-7 { margin-top: 28px !important; margin-bottom: 28p= +x !important; } + .v-application .my-lg-8 { margin-top: 32px !important; margin-bottom: 32p= +x !important; } + .v-application .my-lg-9 { margin-top: 36px !important; margin-bottom: 36p= +x !important; } + .v-application .my-lg-10 { margin-top: 40px !important; margin-bottom: 40= +px !important; } + .v-application .my-lg-11 { margin-top: 44px !important; margin-bottom: 44= +px !important; } + .v-application .my-lg-12 { margin-top: 48px !important; margin-bottom: 48= +px !important; } + .v-application .my-lg-13 { margin-top: 52px !important; margin-bottom: 52= +px !important; } + .v-application .my-lg-14 { margin-top: 56px !important; margin-bottom: 56= +px !important; } + .v-application .my-lg-15 { margin-top: 60px !important; margin-bottom: 60= +px !important; } + .v-application .my-lg-16 { margin-top: 64px !important; margin-bottom: 64= +px !important; } + .v-application .my-lg-auto { margin-top: auto !important; margin-bottom: = +auto !important; } + .v-application .mt-lg-0 { margin-top: 0px !important; } + .v-application .mt-lg-1 { margin-top: 4px !important; } + .v-application .mt-lg-2 { margin-top: 8px !important; } + .v-application .mt-lg-3 { margin-top: 12px !important; } + .v-application .mt-lg-4 { margin-top: 16px !important; } + .v-application .mt-lg-5 { margin-top: 20px !important; } + .v-application .mt-lg-6 { margin-top: 24px !important; } + .v-application .mt-lg-7 { margin-top: 28px !important; } + .v-application .mt-lg-8 { margin-top: 32px !important; } + .v-application .mt-lg-9 { margin-top: 36px !important; } + .v-application .mt-lg-10 { margin-top: 40px !important; } + .v-application .mt-lg-11 { margin-top: 44px !important; } + .v-application .mt-lg-12 { margin-top: 48px !important; } + .v-application .mt-lg-13 { margin-top: 52px !important; } + .v-application .mt-lg-14 { margin-top: 56px !important; } + .v-application .mt-lg-15 { margin-top: 60px !important; } + .v-application .mt-lg-16 { margin-top: 64px !important; } + .v-application .mt-lg-auto { margin-top: auto !important; } + .v-application .mr-lg-0 { margin-right: 0px !important; } + .v-application .mr-lg-1 { margin-right: 4px !important; } + .v-application .mr-lg-2 { margin-right: 8px !important; } + .v-application .mr-lg-3 { margin-right: 12px !important; } + .v-application .mr-lg-4 { margin-right: 16px !important; } + .v-application .mr-lg-5 { margin-right: 20px !important; } + .v-application .mr-lg-6 { margin-right: 24px !important; } + .v-application .mr-lg-7 { margin-right: 28px !important; } + .v-application .mr-lg-8 { margin-right: 32px !important; } + .v-application .mr-lg-9 { margin-right: 36px !important; } + .v-application .mr-lg-10 { margin-right: 40px !important; } + .v-application .mr-lg-11 { margin-right: 44px !important; } + .v-application .mr-lg-12 { margin-right: 48px !important; } + .v-application .mr-lg-13 { margin-right: 52px !important; } + .v-application .mr-lg-14 { margin-right: 56px !important; } + .v-application .mr-lg-15 { margin-right: 60px !important; } + .v-application .mr-lg-16 { margin-right: 64px !important; } + .v-application .mr-lg-auto { margin-right: auto !important; } + .v-application .mb-lg-0 { margin-bottom: 0px !important; } + .v-application .mb-lg-1 { margin-bottom: 4px !important; } + .v-application .mb-lg-2 { margin-bottom: 8px !important; } + .v-application .mb-lg-3 { margin-bottom: 12px !important; } + .v-application .mb-lg-4 { margin-bottom: 16px !important; } + .v-application .mb-lg-5 { margin-bottom: 20px !important; } + .v-application .mb-lg-6 { margin-bottom: 24px !important; } + .v-application .mb-lg-7 { margin-bottom: 28px !important; } + .v-application .mb-lg-8 { margin-bottom: 32px !important; } + .v-application .mb-lg-9 { margin-bottom: 36px !important; } + .v-application .mb-lg-10 { margin-bottom: 40px !important; } + .v-application .mb-lg-11 { margin-bottom: 44px !important; } + .v-application .mb-lg-12 { margin-bottom: 48px !important; } + .v-application .mb-lg-13 { margin-bottom: 52px !important; } + .v-application .mb-lg-14 { margin-bottom: 56px !important; } + .v-application .mb-lg-15 { margin-bottom: 60px !important; } + .v-application .mb-lg-16 { margin-bottom: 64px !important; } + .v-application .mb-lg-auto { margin-bottom: auto !important; } + .v-application .ml-lg-0 { margin-left: 0px !important; } + .v-application .ml-lg-1 { margin-left: 4px !important; } + .v-application .ml-lg-2 { margin-left: 8px !important; } + .v-application .ml-lg-3 { margin-left: 12px !important; } + .v-application .ml-lg-4 { margin-left: 16px !important; } + .v-application .ml-lg-5 { margin-left: 20px !important; } + .v-application .ml-lg-6 { margin-left: 24px !important; } + .v-application .ml-lg-7 { margin-left: 28px !important; } + .v-application .ml-lg-8 { margin-left: 32px !important; } + .v-application .ml-lg-9 { margin-left: 36px !important; } + .v-application .ml-lg-10 { margin-left: 40px !important; } + .v-application .ml-lg-11 { margin-left: 44px !important; } + .v-application .ml-lg-12 { margin-left: 48px !important; } + .v-application .ml-lg-13 { margin-left: 52px !important; } + .v-application .ml-lg-14 { margin-left: 56px !important; } + .v-application .ml-lg-15 { margin-left: 60px !important; } + .v-application .ml-lg-16 { margin-left: 64px !important; } + .v-application .ml-lg-auto { margin-left: auto !important; } + .v-application--is-ltr .ms-lg-0 { margin-left: 0px !important; } + .v-application--is-rtl .ms-lg-0 { margin-right: 0px !important; } + .v-application--is-ltr .ms-lg-1 { margin-left: 4px !important; } + .v-application--is-rtl .ms-lg-1 { margin-right: 4px !important; } + .v-application--is-ltr .ms-lg-2 { margin-left: 8px !important; } + .v-application--is-rtl .ms-lg-2 { margin-right: 8px !important; } + .v-application--is-ltr .ms-lg-3 { margin-left: 12px !important; } + .v-application--is-rtl .ms-lg-3 { margin-right: 12px !important; } + .v-application--is-ltr .ms-lg-4 { margin-left: 16px !important; } + .v-application--is-rtl .ms-lg-4 { margin-right: 16px !important; } + .v-application--is-ltr .ms-lg-5 { margin-left: 20px !important; } + .v-application--is-rtl .ms-lg-5 { margin-right: 20px !important; } + .v-application--is-ltr .ms-lg-6 { margin-left: 24px !important; } + .v-application--is-rtl .ms-lg-6 { margin-right: 24px !important; } + .v-application--is-ltr .ms-lg-7 { margin-left: 28px !important; } + .v-application--is-rtl .ms-lg-7 { margin-right: 28px !important; } + .v-application--is-ltr .ms-lg-8 { margin-left: 32px !important; } + .v-application--is-rtl .ms-lg-8 { margin-right: 32px !important; } + .v-application--is-ltr .ms-lg-9 { margin-left: 36px !important; } + .v-application--is-rtl .ms-lg-9 { margin-right: 36px !important; } + .v-application--is-ltr .ms-lg-10 { margin-left: 40px !important; } + .v-application--is-rtl .ms-lg-10 { margin-right: 40px !important; } + .v-application--is-ltr .ms-lg-11 { margin-left: 44px !important; } + .v-application--is-rtl .ms-lg-11 { margin-right: 44px !important; } + .v-application--is-ltr .ms-lg-12 { margin-left: 48px !important; } + .v-application--is-rtl .ms-lg-12 { margin-right: 48px !important; } + .v-application--is-ltr .ms-lg-13 { margin-left: 52px !important; } + .v-application--is-rtl .ms-lg-13 { margin-right: 52px !important; } + .v-application--is-ltr .ms-lg-14 { margin-left: 56px !important; } + .v-application--is-rtl .ms-lg-14 { margin-right: 56px !important; } + .v-application--is-ltr .ms-lg-15 { margin-left: 60px !important; } + .v-application--is-rtl .ms-lg-15 { margin-right: 60px !important; } + .v-application--is-ltr .ms-lg-16 { margin-left: 64px !important; } + .v-application--is-rtl .ms-lg-16 { margin-right: 64px !important; } + .v-application--is-ltr .ms-lg-auto { margin-left: auto !important; } + .v-application--is-rtl .ms-lg-auto { margin-right: auto !important; } + .v-application--is-ltr .me-lg-0 { margin-right: 0px !important; } + .v-application--is-rtl .me-lg-0 { margin-left: 0px !important; } + .v-application--is-ltr .me-lg-1 { margin-right: 4px !important; } + .v-application--is-rtl .me-lg-1 { margin-left: 4px !important; } + .v-application--is-ltr .me-lg-2 { margin-right: 8px !important; } + .v-application--is-rtl .me-lg-2 { margin-left: 8px !important; } + .v-application--is-ltr .me-lg-3 { margin-right: 12px !important; } + .v-application--is-rtl .me-lg-3 { margin-left: 12px !important; } + .v-application--is-ltr .me-lg-4 { margin-right: 16px !important; } + .v-application--is-rtl .me-lg-4 { margin-left: 16px !important; } + .v-application--is-ltr .me-lg-5 { margin-right: 20px !important; } + .v-application--is-rtl .me-lg-5 { margin-left: 20px !important; } + .v-application--is-ltr .me-lg-6 { margin-right: 24px !important; } + .v-application--is-rtl .me-lg-6 { margin-left: 24px !important; } + .v-application--is-ltr .me-lg-7 { margin-right: 28px !important; } + .v-application--is-rtl .me-lg-7 { margin-left: 28px !important; } + .v-application--is-ltr .me-lg-8 { margin-right: 32px !important; } + .v-application--is-rtl .me-lg-8 { margin-left: 32px !important; } + .v-application--is-ltr .me-lg-9 { margin-right: 36px !important; } + .v-application--is-rtl .me-lg-9 { margin-left: 36px !important; } + .v-application--is-ltr .me-lg-10 { margin-right: 40px !important; } + .v-application--is-rtl .me-lg-10 { margin-left: 40px !important; } + .v-application--is-ltr .me-lg-11 { margin-right: 44px !important; } + .v-application--is-rtl .me-lg-11 { margin-left: 44px !important; } + .v-application--is-ltr .me-lg-12 { margin-right: 48px !important; } + .v-application--is-rtl .me-lg-12 { margin-left: 48px !important; } + .v-application--is-ltr .me-lg-13 { margin-right: 52px !important; } + .v-application--is-rtl .me-lg-13 { margin-left: 52px !important; } + .v-application--is-ltr .me-lg-14 { margin-right: 56px !important; } + .v-application--is-rtl .me-lg-14 { margin-left: 56px !important; } + .v-application--is-ltr .me-lg-15 { margin-right: 60px !important; } + .v-application--is-rtl .me-lg-15 { margin-left: 60px !important; } + .v-application--is-ltr .me-lg-16 { margin-right: 64px !important; } + .v-application--is-rtl .me-lg-16 { margin-left: 64px !important; } + .v-application--is-ltr .me-lg-auto { margin-right: auto !important; } + .v-application--is-rtl .me-lg-auto { margin-left: auto !important; } + .v-application .ma-lg-n1 { margin: -4px !important; } + .v-application .ma-lg-n2 { margin: -8px !important; } + .v-application .ma-lg-n3 { margin: -12px !important; } + .v-application .ma-lg-n4 { margin: -16px !important; } + .v-application .ma-lg-n5 { margin: -20px !important; } + .v-application .ma-lg-n6 { margin: -24px !important; } + .v-application .ma-lg-n7 { margin: -28px !important; } + .v-application .ma-lg-n8 { margin: -32px !important; } + .v-application .ma-lg-n9 { margin: -36px !important; } + .v-application .ma-lg-n10 { margin: -40px !important; } + .v-application .ma-lg-n11 { margin: -44px !important; } + .v-application .ma-lg-n12 { margin: -48px !important; } + .v-application .ma-lg-n13 { margin: -52px !important; } + .v-application .ma-lg-n14 { margin: -56px !important; } + .v-application .ma-lg-n15 { margin: -60px !important; } + .v-application .ma-lg-n16 { margin: -64px !important; } + .v-application .mx-lg-n1 { margin-right: -4px !important; margin-left: -4= +px !important; } + .v-application .mx-lg-n2 { margin-right: -8px !important; margin-left: -8= +px !important; } + .v-application .mx-lg-n3 { margin-right: -12px !important; margin-left: -= +12px !important; } + .v-application .mx-lg-n4 { margin-right: -16px !important; margin-left: -= +16px !important; } + .v-application .mx-lg-n5 { margin-right: -20px !important; margin-left: -= +20px !important; } + .v-application .mx-lg-n6 { margin-right: -24px !important; margin-left: -= +24px !important; } + .v-application .mx-lg-n7 { margin-right: -28px !important; margin-left: -= +28px !important; } + .v-application .mx-lg-n8 { margin-right: -32px !important; margin-left: -= +32px !important; } + .v-application .mx-lg-n9 { margin-right: -36px !important; margin-left: -= +36px !important; } + .v-application .mx-lg-n10 { margin-right: -40px !important; margin-left: = +-40px !important; } + .v-application .mx-lg-n11 { margin-right: -44px !important; margin-left: = +-44px !important; } + .v-application .mx-lg-n12 { margin-right: -48px !important; margin-left: = +-48px !important; } + .v-application .mx-lg-n13 { margin-right: -52px !important; margin-left: = +-52px !important; } + .v-application .mx-lg-n14 { margin-right: -56px !important; margin-left: = +-56px !important; } + .v-application .mx-lg-n15 { margin-right: -60px !important; margin-left: = +-60px !important; } + .v-application .mx-lg-n16 { margin-right: -64px !important; margin-left: = +-64px !important; } + .v-application .my-lg-n1 { margin-top: -4px !important; margin-bottom: -4= +px !important; } + .v-application .my-lg-n2 { margin-top: -8px !important; margin-bottom: -8= +px !important; } + .v-application .my-lg-n3 { margin-top: -12px !important; margin-bottom: -= +12px !important; } + .v-application .my-lg-n4 { margin-top: -16px !important; margin-bottom: -= +16px !important; } + .v-application .my-lg-n5 { margin-top: -20px !important; margin-bottom: -= +20px !important; } + .v-application .my-lg-n6 { margin-top: -24px !important; margin-bottom: -= +24px !important; } + .v-application .my-lg-n7 { margin-top: -28px !important; margin-bottom: -= +28px !important; } + .v-application .my-lg-n8 { margin-top: -32px !important; margin-bottom: -= +32px !important; } + .v-application .my-lg-n9 { margin-top: -36px !important; margin-bottom: -= +36px !important; } + .v-application .my-lg-n10 { margin-top: -40px !important; margin-bottom: = +-40px !important; } + .v-application .my-lg-n11 { margin-top: -44px !important; margin-bottom: = +-44px !important; } + .v-application .my-lg-n12 { margin-top: -48px !important; margin-bottom: = +-48px !important; } + .v-application .my-lg-n13 { margin-top: -52px !important; margin-bottom: = +-52px !important; } + .v-application .my-lg-n14 { margin-top: -56px !important; margin-bottom: = +-56px !important; } + .v-application .my-lg-n15 { margin-top: -60px !important; margin-bottom: = +-60px !important; } + .v-application .my-lg-n16 { margin-top: -64px !important; margin-bottom: = +-64px !important; } + .v-application .mt-lg-n1 { margin-top: -4px !important; } + .v-application .mt-lg-n2 { margin-top: -8px !important; } + .v-application .mt-lg-n3 { margin-top: -12px !important; } + .v-application .mt-lg-n4 { margin-top: -16px !important; } + .v-application .mt-lg-n5 { margin-top: -20px !important; } + .v-application .mt-lg-n6 { margin-top: -24px !important; } + .v-application .mt-lg-n7 { margin-top: -28px !important; } + .v-application .mt-lg-n8 { margin-top: -32px !important; } + .v-application .mt-lg-n9 { margin-top: -36px !important; } + .v-application .mt-lg-n10 { margin-top: -40px !important; } + .v-application .mt-lg-n11 { margin-top: -44px !important; } + .v-application .mt-lg-n12 { margin-top: -48px !important; } + .v-application .mt-lg-n13 { margin-top: -52px !important; } + .v-application .mt-lg-n14 { margin-top: -56px !important; } + .v-application .mt-lg-n15 { margin-top: -60px !important; } + .v-application .mt-lg-n16 { margin-top: -64px !important; } + .v-application .mr-lg-n1 { margin-right: -4px !important; } + .v-application .mr-lg-n2 { margin-right: -8px !important; } + .v-application .mr-lg-n3 { margin-right: -12px !important; } + .v-application .mr-lg-n4 { margin-right: -16px !important; } + .v-application .mr-lg-n5 { margin-right: -20px !important; } + .v-application .mr-lg-n6 { margin-right: -24px !important; } + .v-application .mr-lg-n7 { margin-right: -28px !important; } + .v-application .mr-lg-n8 { margin-right: -32px !important; } + .v-application .mr-lg-n9 { margin-right: -36px !important; } + .v-application .mr-lg-n10 { margin-right: -40px !important; } + .v-application .mr-lg-n11 { margin-right: -44px !important; } + .v-application .mr-lg-n12 { margin-right: -48px !important; } + .v-application .mr-lg-n13 { margin-right: -52px !important; } + .v-application .mr-lg-n14 { margin-right: -56px !important; } + .v-application .mr-lg-n15 { margin-right: -60px !important; } + .v-application .mr-lg-n16 { margin-right: -64px !important; } + .v-application .mb-lg-n1 { margin-bottom: -4px !important; } + .v-application .mb-lg-n2 { margin-bottom: -8px !important; } + .v-application .mb-lg-n3 { margin-bottom: -12px !important; } + .v-application .mb-lg-n4 { margin-bottom: -16px !important; } + .v-application .mb-lg-n5 { margin-bottom: -20px !important; } + .v-application .mb-lg-n6 { margin-bottom: -24px !important; } + .v-application .mb-lg-n7 { margin-bottom: -28px !important; } + .v-application .mb-lg-n8 { margin-bottom: -32px !important; } + .v-application .mb-lg-n9 { margin-bottom: -36px !important; } + .v-application .mb-lg-n10 { margin-bottom: -40px !important; } + .v-application .mb-lg-n11 { margin-bottom: -44px !important; } + .v-application .mb-lg-n12 { margin-bottom: -48px !important; } + .v-application .mb-lg-n13 { margin-bottom: -52px !important; } + .v-application .mb-lg-n14 { margin-bottom: -56px !important; } + .v-application .mb-lg-n15 { margin-bottom: -60px !important; } + .v-application .mb-lg-n16 { margin-bottom: -64px !important; } + .v-application .ml-lg-n1 { margin-left: -4px !important; } + .v-application .ml-lg-n2 { margin-left: -8px !important; } + .v-application .ml-lg-n3 { margin-left: -12px !important; } + .v-application .ml-lg-n4 { margin-left: -16px !important; } + .v-application .ml-lg-n5 { margin-left: -20px !important; } + .v-application .ml-lg-n6 { margin-left: -24px !important; } + .v-application .ml-lg-n7 { margin-left: -28px !important; } + .v-application .ml-lg-n8 { margin-left: -32px !important; } + .v-application .ml-lg-n9 { margin-left: -36px !important; } + .v-application .ml-lg-n10 { margin-left: -40px !important; } + .v-application .ml-lg-n11 { margin-left: -44px !important; } + .v-application .ml-lg-n12 { margin-left: -48px !important; } + .v-application .ml-lg-n13 { margin-left: -52px !important; } + .v-application .ml-lg-n14 { margin-left: -56px !important; } + .v-application .ml-lg-n15 { margin-left: -60px !important; } + .v-application .ml-lg-n16 { margin-left: -64px !important; } + .v-application--is-ltr .ms-lg-n1 { margin-left: -4px !important; } + .v-application--is-rtl .ms-lg-n1 { margin-right: -4px !important; } + .v-application--is-ltr .ms-lg-n2 { margin-left: -8px !important; } + .v-application--is-rtl .ms-lg-n2 { margin-right: -8px !important; } + .v-application--is-ltr .ms-lg-n3 { margin-left: -12px !important; } + .v-application--is-rtl .ms-lg-n3 { margin-right: -12px !important; } + .v-application--is-ltr .ms-lg-n4 { margin-left: -16px !important; } + .v-application--is-rtl .ms-lg-n4 { margin-right: -16px !important; } + .v-application--is-ltr .ms-lg-n5 { margin-left: -20px !important; } + .v-application--is-rtl .ms-lg-n5 { margin-right: -20px !important; } + .v-application--is-ltr .ms-lg-n6 { margin-left: -24px !important; } + .v-application--is-rtl .ms-lg-n6 { margin-right: -24px !important; } + .v-application--is-ltr .ms-lg-n7 { margin-left: -28px !important; } + .v-application--is-rtl .ms-lg-n7 { margin-right: -28px !important; } + .v-application--is-ltr .ms-lg-n8 { margin-left: -32px !important; } + .v-application--is-rtl .ms-lg-n8 { margin-right: -32px !important; } + .v-application--is-ltr .ms-lg-n9 { margin-left: -36px !important; } + .v-application--is-rtl .ms-lg-n9 { margin-right: -36px !important; } + .v-application--is-ltr .ms-lg-n10 { margin-left: -40px !important; } + .v-application--is-rtl .ms-lg-n10 { margin-right: -40px !important; } + .v-application--is-ltr .ms-lg-n11 { margin-left: -44px !important; } + .v-application--is-rtl .ms-lg-n11 { margin-right: -44px !important; } + .v-application--is-ltr .ms-lg-n12 { margin-left: -48px !important; } + .v-application--is-rtl .ms-lg-n12 { margin-right: -48px !important; } + .v-application--is-ltr .ms-lg-n13 { margin-left: -52px !important; } + .v-application--is-rtl .ms-lg-n13 { margin-right: -52px !important; } + .v-application--is-ltr .ms-lg-n14 { margin-left: -56px !important; } + .v-application--is-rtl .ms-lg-n14 { margin-right: -56px !important; } + .v-application--is-ltr .ms-lg-n15 { margin-left: -60px !important; } + .v-application--is-rtl .ms-lg-n15 { margin-right: -60px !important; } + .v-application--is-ltr .ms-lg-n16 { margin-left: -64px !important; } + .v-application--is-rtl .ms-lg-n16 { margin-right: -64px !important; } + .v-application--is-ltr .me-lg-n1 { margin-right: -4px !important; } + .v-application--is-rtl .me-lg-n1 { margin-left: -4px !important; } + .v-application--is-ltr .me-lg-n2 { margin-right: -8px !important; } + .v-application--is-rtl .me-lg-n2 { margin-left: -8px !important; } + .v-application--is-ltr .me-lg-n3 { margin-right: -12px !important; } + .v-application--is-rtl .me-lg-n3 { margin-left: -12px !important; } + .v-application--is-ltr .me-lg-n4 { margin-right: -16px !important; } + .v-application--is-rtl .me-lg-n4 { margin-left: -16px !important; } + .v-application--is-ltr .me-lg-n5 { margin-right: -20px !important; } + .v-application--is-rtl .me-lg-n5 { margin-left: -20px !important; } + .v-application--is-ltr .me-lg-n6 { margin-right: -24px !important; } + .v-application--is-rtl .me-lg-n6 { margin-left: -24px !important; } + .v-application--is-ltr .me-lg-n7 { margin-right: -28px !important; } + .v-application--is-rtl .me-lg-n7 { margin-left: -28px !important; } + .v-application--is-ltr .me-lg-n8 { margin-right: -32px !important; } + .v-application--is-rtl .me-lg-n8 { margin-left: -32px !important; } + .v-application--is-ltr .me-lg-n9 { margin-right: -36px !important; } + .v-application--is-rtl .me-lg-n9 { margin-left: -36px !important; } + .v-application--is-ltr .me-lg-n10 { margin-right: -40px !important; } + .v-application--is-rtl .me-lg-n10 { margin-left: -40px !important; } + .v-application--is-ltr .me-lg-n11 { margin-right: -44px !important; } + .v-application--is-rtl .me-lg-n11 { margin-left: -44px !important; } + .v-application--is-ltr .me-lg-n12 { margin-right: -48px !important; } + .v-application--is-rtl .me-lg-n12 { margin-left: -48px !important; } + .v-application--is-ltr .me-lg-n13 { margin-right: -52px !important; } + .v-application--is-rtl .me-lg-n13 { margin-left: -52px !important; } + .v-application--is-ltr .me-lg-n14 { margin-right: -56px !important; } + .v-application--is-rtl .me-lg-n14 { margin-left: -56px !important; } + .v-application--is-ltr .me-lg-n15 { margin-right: -60px !important; } + .v-application--is-rtl .me-lg-n15 { margin-left: -60px !important; } + .v-application--is-ltr .me-lg-n16 { margin-right: -64px !important; } + .v-application--is-rtl .me-lg-n16 { margin-left: -64px !important; } + .v-application .pa-lg-0 { padding: 0px !important; } + .v-application .pa-lg-1 { padding: 4px !important; } + .v-application .pa-lg-2 { padding: 8px !important; } + .v-application .pa-lg-3 { padding: 12px !important; } + .v-application .pa-lg-4 { padding: 16px !important; } + .v-application .pa-lg-5 { padding: 20px !important; } + .v-application .pa-lg-6 { padding: 24px !important; } + .v-application .pa-lg-7 { padding: 28px !important; } + .v-application .pa-lg-8 { padding: 32px !important; } + .v-application .pa-lg-9 { padding: 36px !important; } + .v-application .pa-lg-10 { padding: 40px !important; } + .v-application .pa-lg-11 { padding: 44px !important; } + .v-application .pa-lg-12 { padding: 48px !important; } + .v-application .pa-lg-13 { padding: 52px !important; } + .v-application .pa-lg-14 { padding: 56px !important; } + .v-application .pa-lg-15 { padding: 60px !important; } + .v-application .pa-lg-16 { padding: 64px !important; } + .v-application .px-lg-0 { padding-right: 0px !important; padding-left: 0p= +x !important; } + .v-application .px-lg-1 { padding-right: 4px !important; padding-left: 4p= +x !important; } + .v-application .px-lg-2 { padding-right: 8px !important; padding-left: 8p= +x !important; } + .v-application .px-lg-3 { padding-right: 12px !important; padding-left: 1= +2px !important; } + .v-application .px-lg-4 { padding-right: 16px !important; padding-left: 1= +6px !important; } + .v-application .px-lg-5 { padding-right: 20px !important; padding-left: 2= +0px !important; } + .v-application .px-lg-6 { padding-right: 24px !important; padding-left: 2= +4px !important; } + .v-application .px-lg-7 { padding-right: 28px !important; padding-left: 2= +8px !important; } + .v-application .px-lg-8 { padding-right: 32px !important; padding-left: 3= +2px !important; } + .v-application .px-lg-9 { padding-right: 36px !important; padding-left: 3= +6px !important; } + .v-application .px-lg-10 { padding-right: 40px !important; padding-left: = +40px !important; } + .v-application .px-lg-11 { padding-right: 44px !important; padding-left: = +44px !important; } + .v-application .px-lg-12 { padding-right: 48px !important; padding-left: = +48px !important; } + .v-application .px-lg-13 { padding-right: 52px !important; padding-left: = +52px !important; } + .v-application .px-lg-14 { padding-right: 56px !important; padding-left: = +56px !important; } + .v-application .px-lg-15 { padding-right: 60px !important; padding-left: = +60px !important; } + .v-application .px-lg-16 { padding-right: 64px !important; padding-left: = +64px !important; } + .v-application .py-lg-0 { padding-top: 0px !important; padding-bottom: 0p= +x !important; } + .v-application .py-lg-1 { padding-top: 4px !important; padding-bottom: 4p= +x !important; } + .v-application .py-lg-2 { padding-top: 8px !important; padding-bottom: 8p= +x !important; } + .v-application .py-lg-3 { padding-top: 12px !important; padding-bottom: 1= +2px !important; } + .v-application .py-lg-4 { padding-top: 16px !important; padding-bottom: 1= +6px !important; } + .v-application .py-lg-5 { padding-top: 20px !important; padding-bottom: 2= +0px !important; } + .v-application .py-lg-6 { padding-top: 24px !important; padding-bottom: 2= +4px !important; } + .v-application .py-lg-7 { padding-top: 28px !important; padding-bottom: 2= +8px !important; } + .v-application .py-lg-8 { padding-top: 32px !important; padding-bottom: 3= +2px !important; } + .v-application .py-lg-9 { padding-top: 36px !important; padding-bottom: 3= +6px !important; } + .v-application .py-lg-10 { padding-top: 40px !important; padding-bottom: = +40px !important; } + .v-application .py-lg-11 { padding-top: 44px !important; padding-bottom: = +44px !important; } + .v-application .py-lg-12 { padding-top: 48px !important; padding-bottom: = +48px !important; } + .v-application .py-lg-13 { padding-top: 52px !important; padding-bottom: = +52px !important; } + .v-application .py-lg-14 { padding-top: 56px !important; padding-bottom: = +56px !important; } + .v-application .py-lg-15 { padding-top: 60px !important; padding-bottom: = +60px !important; } + .v-application .py-lg-16 { padding-top: 64px !important; padding-bottom: = +64px !important; } + .v-application .pt-lg-0 { padding-top: 0px !important; } + .v-application .pt-lg-1 { padding-top: 4px !important; } + .v-application .pt-lg-2 { padding-top: 8px !important; } + .v-application .pt-lg-3 { padding-top: 12px !important; } + .v-application .pt-lg-4 { padding-top: 16px !important; } + .v-application .pt-lg-5 { padding-top: 20px !important; } + .v-application .pt-lg-6 { padding-top: 24px !important; } + .v-application .pt-lg-7 { padding-top: 28px !important; } + .v-application .pt-lg-8 { padding-top: 32px !important; } + .v-application .pt-lg-9 { padding-top: 36px !important; } + .v-application .pt-lg-10 { padding-top: 40px !important; } + .v-application .pt-lg-11 { padding-top: 44px !important; } + .v-application .pt-lg-12 { padding-top: 48px !important; } + .v-application .pt-lg-13 { padding-top: 52px !important; } + .v-application .pt-lg-14 { padding-top: 56px !important; } + .v-application .pt-lg-15 { padding-top: 60px !important; } + .v-application .pt-lg-16 { padding-top: 64px !important; } + .v-application .pr-lg-0 { padding-right: 0px !important; } + .v-application .pr-lg-1 { padding-right: 4px !important; } + .v-application .pr-lg-2 { padding-right: 8px !important; } + .v-application .pr-lg-3 { padding-right: 12px !important; } + .v-application .pr-lg-4 { padding-right: 16px !important; } + .v-application .pr-lg-5 { padding-right: 20px !important; } + .v-application .pr-lg-6 { padding-right: 24px !important; } + .v-application .pr-lg-7 { padding-right: 28px !important; } + .v-application .pr-lg-8 { padding-right: 32px !important; } + .v-application .pr-lg-9 { padding-right: 36px !important; } + .v-application .pr-lg-10 { padding-right: 40px !important; } + .v-application .pr-lg-11 { padding-right: 44px !important; } + .v-application .pr-lg-12 { padding-right: 48px !important; } + .v-application .pr-lg-13 { padding-right: 52px !important; } + .v-application .pr-lg-14 { padding-right: 56px !important; } + .v-application .pr-lg-15 { padding-right: 60px !important; } + .v-application .pr-lg-16 { padding-right: 64px !important; } + .v-application .pb-lg-0 { padding-bottom: 0px !important; } + .v-application .pb-lg-1 { padding-bottom: 4px !important; } + .v-application .pb-lg-2 { padding-bottom: 8px !important; } + .v-application .pb-lg-3 { padding-bottom: 12px !important; } + .v-application .pb-lg-4 { padding-bottom: 16px !important; } + .v-application .pb-lg-5 { padding-bottom: 20px !important; } + .v-application .pb-lg-6 { padding-bottom: 24px !important; } + .v-application .pb-lg-7 { padding-bottom: 28px !important; } + .v-application .pb-lg-8 { padding-bottom: 32px !important; } + .v-application .pb-lg-9 { padding-bottom: 36px !important; } + .v-application .pb-lg-10 { padding-bottom: 40px !important; } + .v-application .pb-lg-11 { padding-bottom: 44px !important; } + .v-application .pb-lg-12 { padding-bottom: 48px !important; } + .v-application .pb-lg-13 { padding-bottom: 52px !important; } + .v-application .pb-lg-14 { padding-bottom: 56px !important; } + .v-application .pb-lg-15 { padding-bottom: 60px !important; } + .v-application .pb-lg-16 { padding-bottom: 64px !important; } + .v-application .pl-lg-0 { padding-left: 0px !important; } + .v-application .pl-lg-1 { padding-left: 4px !important; } + .v-application .pl-lg-2 { padding-left: 8px !important; } + .v-application .pl-lg-3 { padding-left: 12px !important; } + .v-application .pl-lg-4 { padding-left: 16px !important; } + .v-application .pl-lg-5 { padding-left: 20px !important; } + .v-application .pl-lg-6 { padding-left: 24px !important; } + .v-application .pl-lg-7 { padding-left: 28px !important; } + .v-application .pl-lg-8 { padding-left: 32px !important; } + .v-application .pl-lg-9 { padding-left: 36px !important; } + .v-application .pl-lg-10 { padding-left: 40px !important; } + .v-application .pl-lg-11 { padding-left: 44px !important; } + .v-application .pl-lg-12 { padding-left: 48px !important; } + .v-application .pl-lg-13 { padding-left: 52px !important; } + .v-application .pl-lg-14 { padding-left: 56px !important; } + .v-application .pl-lg-15 { padding-left: 60px !important; } + .v-application .pl-lg-16 { padding-left: 64px !important; } + .v-application--is-ltr .ps-lg-0 { padding-left: 0px !important; } + .v-application--is-rtl .ps-lg-0 { padding-right: 0px !important; } + .v-application--is-ltr .ps-lg-1 { padding-left: 4px !important; } + .v-application--is-rtl .ps-lg-1 { padding-right: 4px !important; } + .v-application--is-ltr .ps-lg-2 { padding-left: 8px !important; } + .v-application--is-rtl .ps-lg-2 { padding-right: 8px !important; } + .v-application--is-ltr .ps-lg-3 { padding-left: 12px !important; } + .v-application--is-rtl .ps-lg-3 { padding-right: 12px !important; } + .v-application--is-ltr .ps-lg-4 { padding-left: 16px !important; } + .v-application--is-rtl .ps-lg-4 { padding-right: 16px !important; } + .v-application--is-ltr .ps-lg-5 { padding-left: 20px !important; } + .v-application--is-rtl .ps-lg-5 { padding-right: 20px !important; } + .v-application--is-ltr .ps-lg-6 { padding-left: 24px !important; } + .v-application--is-rtl .ps-lg-6 { padding-right: 24px !important; } + .v-application--is-ltr .ps-lg-7 { padding-left: 28px !important; } + .v-application--is-rtl .ps-lg-7 { padding-right: 28px !important; } + .v-application--is-ltr .ps-lg-8 { padding-left: 32px !important; } + .v-application--is-rtl .ps-lg-8 { padding-right: 32px !important; } + .v-application--is-ltr .ps-lg-9 { padding-left: 36px !important; } + .v-application--is-rtl .ps-lg-9 { padding-right: 36px !important; } + .v-application--is-ltr .ps-lg-10 { padding-left: 40px !important; } + .v-application--is-rtl .ps-lg-10 { padding-right: 40px !important; } + .v-application--is-ltr .ps-lg-11 { padding-left: 44px !important; } + .v-application--is-rtl .ps-lg-11 { padding-right: 44px !important; } + .v-application--is-ltr .ps-lg-12 { padding-left: 48px !important; } + .v-application--is-rtl .ps-lg-12 { padding-right: 48px !important; } + .v-application--is-ltr .ps-lg-13 { padding-left: 52px !important; } + .v-application--is-rtl .ps-lg-13 { padding-right: 52px !important; } + .v-application--is-ltr .ps-lg-14 { padding-left: 56px !important; } + .v-application--is-rtl .ps-lg-14 { padding-right: 56px !important; } + .v-application--is-ltr .ps-lg-15 { padding-left: 60px !important; } + .v-application--is-rtl .ps-lg-15 { padding-right: 60px !important; } + .v-application--is-ltr .ps-lg-16 { padding-left: 64px !important; } + .v-application--is-rtl .ps-lg-16 { padding-right: 64px !important; } + .v-application--is-ltr .pe-lg-0 { padding-right: 0px !important; } + .v-application--is-rtl .pe-lg-0 { padding-left: 0px !important; } + .v-application--is-ltr .pe-lg-1 { padding-right: 4px !important; } + .v-application--is-rtl .pe-lg-1 { padding-left: 4px !important; } + .v-application--is-ltr .pe-lg-2 { padding-right: 8px !important; } + .v-application--is-rtl .pe-lg-2 { padding-left: 8px !important; } + .v-application--is-ltr .pe-lg-3 { padding-right: 12px !important; } + .v-application--is-rtl .pe-lg-3 { padding-left: 12px !important; } + .v-application--is-ltr .pe-lg-4 { padding-right: 16px !important; } + .v-application--is-rtl .pe-lg-4 { padding-left: 16px !important; } + .v-application--is-ltr .pe-lg-5 { padding-right: 20px !important; } + .v-application--is-rtl .pe-lg-5 { padding-left: 20px !important; } + .v-application--is-ltr .pe-lg-6 { padding-right: 24px !important; } + .v-application--is-rtl .pe-lg-6 { padding-left: 24px !important; } + .v-application--is-ltr .pe-lg-7 { padding-right: 28px !important; } + .v-application--is-rtl .pe-lg-7 { padding-left: 28px !important; } + .v-application--is-ltr .pe-lg-8 { padding-right: 32px !important; } + .v-application--is-rtl .pe-lg-8 { padding-left: 32px !important; } + .v-application--is-ltr .pe-lg-9 { padding-right: 36px !important; } + .v-application--is-rtl .pe-lg-9 { padding-left: 36px !important; } + .v-application--is-ltr .pe-lg-10 { padding-right: 40px !important; } + .v-application--is-rtl .pe-lg-10 { padding-left: 40px !important; } + .v-application--is-ltr .pe-lg-11 { padding-right: 44px !important; } + .v-application--is-rtl .pe-lg-11 { padding-left: 44px !important; } + .v-application--is-ltr .pe-lg-12 { padding-right: 48px !important; } + .v-application--is-rtl .pe-lg-12 { padding-left: 48px !important; } + .v-application--is-ltr .pe-lg-13 { padding-right: 52px !important; } + .v-application--is-rtl .pe-lg-13 { padding-left: 52px !important; } + .v-application--is-ltr .pe-lg-14 { padding-right: 56px !important; } + .v-application--is-rtl .pe-lg-14 { padding-left: 56px !important; } + .v-application--is-ltr .pe-lg-15 { padding-right: 60px !important; } + .v-application--is-rtl .pe-lg-15 { padding-left: 60px !important; } + .v-application--is-ltr .pe-lg-16 { padding-right: 64px !important; } + .v-application--is-rtl .pe-lg-16 { padding-left: 64px !important; } + .v-application .text-lg-left { text-align: left !important; } + .v-application .text-lg-right { text-align: right !important; } + .v-application .text-lg-center { text-align: center !important; } + .v-application .text-lg-justify { text-align: justify !important; } + .v-application .text-lg-start { text-align: start !important; } + .v-application .text-lg-end { text-align: end !important; } + .v-application .text-lg-h1 { font-weight: 300; line-height: 6rem; font-si= +ze: 6rem !important; letter-spacing: -0.015625em !important; font-family: R= +oboto, sans-serif !important; } + .v-application .text-lg-h2 { font-weight: 300; line-height: 3.75rem; font= +-size: 3.75rem !important; letter-spacing: -0.00833333em !important; font-f= +amily: Roboto, sans-serif !important; } + .v-application .text-lg-h3 { font-weight: 400; line-height: 3.125rem; fon= +t-size: 3rem !important; letter-spacing: normal !important; font-family: Ro= +boto, sans-serif !important; } + .v-application .text-lg-h4 { font-weight: 400; line-height: 2.5rem; font-= +size: 2.125rem !important; letter-spacing: 0.00735294em !important; font-fa= +mily: Roboto, sans-serif !important; } + .v-application .text-lg-h5 { font-weight: 400; line-height: 2rem; font-si= +ze: 1.5rem !important; letter-spacing: normal !important; font-family: Robo= +to, sans-serif !important; } + .v-application .text-lg-h6 { font-weight: 500; line-height: 2rem; font-si= +ze: 1.25rem !important; letter-spacing: 0.0125em !important; font-family: R= +oboto, sans-serif !important; } + .v-application .text-lg-subtitle-1 { font-weight: normal; line-height: 1.= +75rem; font-size: 1rem !important; letter-spacing: 0.009375em !important; f= +ont-family: Roboto, sans-serif !important; } + .v-application .text-lg-subtitle-2 { font-weight: 500; line-height: 1.375= +rem; font-size: 0.875rem !important; letter-spacing: 0.00714286em !importan= +t; font-family: Roboto, sans-serif !important; } + .v-application .text-lg-body-1 { font-weight: 400; line-height: 1.5rem; f= +ont-size: 1rem !important; letter-spacing: 0.03125em !important; font-famil= +y: Roboto, sans-serif !important; } + .v-application .text-lg-body-2 { font-weight: 400; line-height: 1.25rem; = +font-size: 0.875rem !important; letter-spacing: 0.0178571em !important; fon= +t-family: Roboto, sans-serif !important; } + .v-application .text-lg-button { font-weight: 500; line-height: 2.25rem; = +font-size: 0.875rem !important; letter-spacing: 0.0892857em !important; fon= +t-family: Roboto, sans-serif !important; text-transform: uppercase !importa= +nt; } + .v-application .text-lg-caption { font-weight: 400; line-height: 1.25rem;= + font-size: 0.75rem !important; letter-spacing: 0.0333333em !important; fon= +t-family: Roboto, sans-serif !important; } + .v-application .text-lg-overline { font-weight: 500; line-height: 2rem; f= +ont-size: 0.75rem !important; letter-spacing: 0.166667em !important; font-f= +amily: Roboto, sans-serif !important; text-transform: uppercase !important;= + } +} + +@media (min-width: 1904px) { + .v-application .d-xl-none { display: none !important; } + .v-application .d-xl-inline { display: inline !important; } + .v-application .d-xl-inline-block { display: inline-block !important; } + .v-application .d-xl-block { display: block !important; } + .v-application .d-xl-table { display: table !important; } + .v-application .d-xl-table-row { display: table-row !important; } + .v-application .d-xl-table-cell { display: table-cell !important; } + .v-application .d-xl-flex { display: flex !important; } + .v-application .d-xl-inline-flex { display: inline-flex !important; } + .v-application .float-xl-none { float: none !important; } + .v-application .float-xl-left { float: left !important; } + .v-application .float-xl-right { float: right !important; } + .v-application--is-rtl .float-xl-end { float: left !important; } + .v-application--is-rtl .float-xl-start { float: right !important; } + .v-application--is-ltr .float-xl-end { float: right !important; } + .v-application--is-ltr .float-xl-start { float: left !important; } + .v-application .flex-xl-fill { -webkit-box-flex: 1 !important; flex: 1 1 = +auto !important; } + .v-application .flex-xl-row { -webkit-box-orient: horizontal !important; = +-webkit-box-direction: normal !important; flex-direction: row !important; } + .v-application .flex-xl-column { -webkit-box-orient: vertical !important;= + -webkit-box-direction: normal !important; flex-direction: column !importan= +t; } + .v-application .flex-xl-row-reverse { -webkit-box-orient: horizontal !imp= +ortant; -webkit-box-direction: reverse !important; flex-direction: row-reve= +rse !important; } + .v-application .flex-xl-column-reverse { -webkit-box-orient: vertical !im= +portant; -webkit-box-direction: reverse !important; flex-direction: column-= +reverse !important; } + .v-application .flex-xl-grow-0 { -webkit-box-flex: 0 !important; flex-gro= +w: 0 !important; } + .v-application .flex-xl-grow-1 { -webkit-box-flex: 1 !important; flex-gro= +w: 1 !important; } + .v-application .flex-xl-shrink-0 { flex-shrink: 0 !important; } + .v-application .flex-xl-shrink-1 { flex-shrink: 1 !important; } + .v-application .flex-xl-wrap { flex-wrap: wrap !important; } + .v-application .flex-xl-nowrap { flex-wrap: nowrap !important; } + .v-application .flex-xl-wrap-reverse { flex-wrap: wrap-reverse !important= +; } + .v-application .justify-xl-start { -webkit-box-pack: start !important; ju= +stify-content: flex-start !important; } + .v-application .justify-xl-end { -webkit-box-pack: end !important; justif= +y-content: flex-end !important; } + .v-application .justify-xl-center { -webkit-box-pack: center !important; = +justify-content: center !important; } + .v-application .justify-xl-space-between { -webkit-box-pack: justify !imp= +ortant; justify-content: space-between !important; } + .v-application .justify-xl-space-around { justify-content: space-around != +important; } + .v-application .align-xl-start { -webkit-box-align: start !important; ali= +gn-items: flex-start !important; } + .v-application .align-xl-end { -webkit-box-align: end !important; align-i= +tems: flex-end !important; } + .v-application .align-xl-center { -webkit-box-align: center !important; a= +lign-items: center !important; } + .v-application .align-xl-baseline { -webkit-box-align: baseline !importan= +t; align-items: baseline !important; } + .v-application .align-xl-stretch { -webkit-box-align: stretch !important;= + align-items: stretch !important; } + .v-application .align-content-xl-start { align-content: flex-start !impor= +tant; } + .v-application .align-content-xl-end { align-content: flex-end !important= +; } + .v-application .align-content-xl-center { align-content: center !importan= +t; } + .v-application .align-content-xl-space-between { align-content: space-bet= +ween !important; } + .v-application .align-content-xl-space-around { align-content: space-arou= +nd !important; } + .v-application .align-content-xl-stretch { align-content: stretch !import= +ant; } + .v-application .align-self-xl-auto { align-self: auto !important; } + .v-application .align-self-xl-start { align-self: flex-start !important; = +} + .v-application .align-self-xl-end { align-self: flex-end !important; } + .v-application .align-self-xl-center { align-self: center !important; } + .v-application .align-self-xl-baseline { align-self: baseline !important;= + } + .v-application .align-self-xl-stretch { align-self: stretch !important; } + .v-application .order-xl-first { order: -1 !important; } + .v-application .order-xl-0 { -webkit-box-ordinal-group: 1 !important; ord= +er: 0 !important; } + .v-application .order-xl-1 { -webkit-box-ordinal-group: 2 !important; ord= +er: 1 !important; } + .v-application .order-xl-2 { -webkit-box-ordinal-group: 3 !important; ord= +er: 2 !important; } + .v-application .order-xl-3 { -webkit-box-ordinal-group: 4 !important; ord= +er: 3 !important; } + .v-application .order-xl-4 { -webkit-box-ordinal-group: 5 !important; ord= +er: 4 !important; } + .v-application .order-xl-5 { -webkit-box-ordinal-group: 6 !important; ord= +er: 5 !important; } + .v-application .order-xl-6 { -webkit-box-ordinal-group: 7 !important; ord= +er: 6 !important; } + .v-application .order-xl-7 { -webkit-box-ordinal-group: 8 !important; ord= +er: 7 !important; } + .v-application .order-xl-8 { -webkit-box-ordinal-group: 9 !important; ord= +er: 8 !important; } + .v-application .order-xl-9 { -webkit-box-ordinal-group: 10 !important; or= +der: 9 !important; } + .v-application .order-xl-10 { -webkit-box-ordinal-group: 11 !important; o= +rder: 10 !important; } + .v-application .order-xl-11 { -webkit-box-ordinal-group: 12 !important; o= +rder: 11 !important; } + .v-application .order-xl-12 { -webkit-box-ordinal-group: 13 !important; o= +rder: 12 !important; } + .v-application .order-xl-last { -webkit-box-ordinal-group: 14 !important;= + order: 13 !important; } + .v-application .ma-xl-0 { margin: 0px !important; } + .v-application .ma-xl-1 { margin: 4px !important; } + .v-application .ma-xl-2 { margin: 8px !important; } + .v-application .ma-xl-3 { margin: 12px !important; } + .v-application .ma-xl-4 { margin: 16px !important; } + .v-application .ma-xl-5 { margin: 20px !important; } + .v-application .ma-xl-6 { margin: 24px !important; } + .v-application .ma-xl-7 { margin: 28px !important; } + .v-application .ma-xl-8 { margin: 32px !important; } + .v-application .ma-xl-9 { margin: 36px !important; } + .v-application .ma-xl-10 { margin: 40px !important; } + .v-application .ma-xl-11 { margin: 44px !important; } + .v-application .ma-xl-12 { margin: 48px !important; } + .v-application .ma-xl-13 { margin: 52px !important; } + .v-application .ma-xl-14 { margin: 56px !important; } + .v-application .ma-xl-15 { margin: 60px !important; } + .v-application .ma-xl-16 { margin: 64px !important; } + .v-application .ma-xl-auto { margin: auto !important; } + .v-application .mx-xl-0 { margin-right: 0px !important; margin-left: 0px = +!important; } + .v-application .mx-xl-1 { margin-right: 4px !important; margin-left: 4px = +!important; } + .v-application .mx-xl-2 { margin-right: 8px !important; margin-left: 8px = +!important; } + .v-application .mx-xl-3 { margin-right: 12px !important; margin-left: 12p= +x !important; } + .v-application .mx-xl-4 { margin-right: 16px !important; margin-left: 16p= +x !important; } + .v-application .mx-xl-5 { margin-right: 20px !important; margin-left: 20p= +x !important; } + .v-application .mx-xl-6 { margin-right: 24px !important; margin-left: 24p= +x !important; } + .v-application .mx-xl-7 { margin-right: 28px !important; margin-left: 28p= +x !important; } + .v-application .mx-xl-8 { margin-right: 32px !important; margin-left: 32p= +x !important; } + .v-application .mx-xl-9 { margin-right: 36px !important; margin-left: 36p= +x !important; } + .v-application .mx-xl-10 { margin-right: 40px !important; margin-left: 40= +px !important; } + .v-application .mx-xl-11 { margin-right: 44px !important; margin-left: 44= +px !important; } + .v-application .mx-xl-12 { margin-right: 48px !important; margin-left: 48= +px !important; } + .v-application .mx-xl-13 { margin-right: 52px !important; margin-left: 52= +px !important; } + .v-application .mx-xl-14 { margin-right: 56px !important; margin-left: 56= +px !important; } + .v-application .mx-xl-15 { margin-right: 60px !important; margin-left: 60= +px !important; } + .v-application .mx-xl-16 { margin-right: 64px !important; margin-left: 64= +px !important; } + .v-application .mx-xl-auto { margin-right: auto !important; margin-left: = +auto !important; } + .v-application .my-xl-0 { margin-top: 0px !important; margin-bottom: 0px = +!important; } + .v-application .my-xl-1 { margin-top: 4px !important; margin-bottom: 4px = +!important; } + .v-application .my-xl-2 { margin-top: 8px !important; margin-bottom: 8px = +!important; } + .v-application .my-xl-3 { margin-top: 12px !important; margin-bottom: 12p= +x !important; } + .v-application .my-xl-4 { margin-top: 16px !important; margin-bottom: 16p= +x !important; } + .v-application .my-xl-5 { margin-top: 20px !important; margin-bottom: 20p= +x !important; } + .v-application .my-xl-6 { margin-top: 24px !important; margin-bottom: 24p= +x !important; } + .v-application .my-xl-7 { margin-top: 28px !important; margin-bottom: 28p= +x !important; } + .v-application .my-xl-8 { margin-top: 32px !important; margin-bottom: 32p= +x !important; } + .v-application .my-xl-9 { margin-top: 36px !important; margin-bottom: 36p= +x !important; } + .v-application .my-xl-10 { margin-top: 40px !important; margin-bottom: 40= +px !important; } + .v-application .my-xl-11 { margin-top: 44px !important; margin-bottom: 44= +px !important; } + .v-application .my-xl-12 { margin-top: 48px !important; margin-bottom: 48= +px !important; } + .v-application .my-xl-13 { margin-top: 52px !important; margin-bottom: 52= +px !important; } + .v-application .my-xl-14 { margin-top: 56px !important; margin-bottom: 56= +px !important; } + .v-application .my-xl-15 { margin-top: 60px !important; margin-bottom: 60= +px !important; } + .v-application .my-xl-16 { margin-top: 64px !important; margin-bottom: 64= +px !important; } + .v-application .my-xl-auto { margin-top: auto !important; margin-bottom: = +auto !important; } + .v-application .mt-xl-0 { margin-top: 0px !important; } + .v-application .mt-xl-1 { margin-top: 4px !important; } + .v-application .mt-xl-2 { margin-top: 8px !important; } + .v-application .mt-xl-3 { margin-top: 12px !important; } + .v-application .mt-xl-4 { margin-top: 16px !important; } + .v-application .mt-xl-5 { margin-top: 20px !important; } + .v-application .mt-xl-6 { margin-top: 24px !important; } + .v-application .mt-xl-7 { margin-top: 28px !important; } + .v-application .mt-xl-8 { margin-top: 32px !important; } + .v-application .mt-xl-9 { margin-top: 36px !important; } + .v-application .mt-xl-10 { margin-top: 40px !important; } + .v-application .mt-xl-11 { margin-top: 44px !important; } + .v-application .mt-xl-12 { margin-top: 48px !important; } + .v-application .mt-xl-13 { margin-top: 52px !important; } + .v-application .mt-xl-14 { margin-top: 56px !important; } + .v-application .mt-xl-15 { margin-top: 60px !important; } + .v-application .mt-xl-16 { margin-top: 64px !important; } + .v-application .mt-xl-auto { margin-top: auto !important; } + .v-application .mr-xl-0 { margin-right: 0px !important; } + .v-application .mr-xl-1 { margin-right: 4px !important; } + .v-application .mr-xl-2 { margin-right: 8px !important; } + .v-application .mr-xl-3 { margin-right: 12px !important; } + .v-application .mr-xl-4 { margin-right: 16px !important; } + .v-application .mr-xl-5 { margin-right: 20px !important; } + .v-application .mr-xl-6 { margin-right: 24px !important; } + .v-application .mr-xl-7 { margin-right: 28px !important; } + .v-application .mr-xl-8 { margin-right: 32px !important; } + .v-application .mr-xl-9 { margin-right: 36px !important; } + .v-application .mr-xl-10 { margin-right: 40px !important; } + .v-application .mr-xl-11 { margin-right: 44px !important; } + .v-application .mr-xl-12 { margin-right: 48px !important; } + .v-application .mr-xl-13 { margin-right: 52px !important; } + .v-application .mr-xl-14 { margin-right: 56px !important; } + .v-application .mr-xl-15 { margin-right: 60px !important; } + .v-application .mr-xl-16 { margin-right: 64px !important; } + .v-application .mr-xl-auto { margin-right: auto !important; } + .v-application .mb-xl-0 { margin-bottom: 0px !important; } + .v-application .mb-xl-1 { margin-bottom: 4px !important; } + .v-application .mb-xl-2 { margin-bottom: 8px !important; } + .v-application .mb-xl-3 { margin-bottom: 12px !important; } + .v-application .mb-xl-4 { margin-bottom: 16px !important; } + .v-application .mb-xl-5 { margin-bottom: 20px !important; } + .v-application .mb-xl-6 { margin-bottom: 24px !important; } + .v-application .mb-xl-7 { margin-bottom: 28px !important; } + .v-application .mb-xl-8 { margin-bottom: 32px !important; } + .v-application .mb-xl-9 { margin-bottom: 36px !important; } + .v-application .mb-xl-10 { margin-bottom: 40px !important; } + .v-application .mb-xl-11 { margin-bottom: 44px !important; } + .v-application .mb-xl-12 { margin-bottom: 48px !important; } + .v-application .mb-xl-13 { margin-bottom: 52px !important; } + .v-application .mb-xl-14 { margin-bottom: 56px !important; } + .v-application .mb-xl-15 { margin-bottom: 60px !important; } + .v-application .mb-xl-16 { margin-bottom: 64px !important; } + .v-application .mb-xl-auto { margin-bottom: auto !important; } + .v-application .ml-xl-0 { margin-left: 0px !important; } + .v-application .ml-xl-1 { margin-left: 4px !important; } + .v-application .ml-xl-2 { margin-left: 8px !important; } + .v-application .ml-xl-3 { margin-left: 12px !important; } + .v-application .ml-xl-4 { margin-left: 16px !important; } + .v-application .ml-xl-5 { margin-left: 20px !important; } + .v-application .ml-xl-6 { margin-left: 24px !important; } + .v-application .ml-xl-7 { margin-left: 28px !important; } + .v-application .ml-xl-8 { margin-left: 32px !important; } + .v-application .ml-xl-9 { margin-left: 36px !important; } + .v-application .ml-xl-10 { margin-left: 40px !important; } + .v-application .ml-xl-11 { margin-left: 44px !important; } + .v-application .ml-xl-12 { margin-left: 48px !important; } + .v-application .ml-xl-13 { margin-left: 52px !important; } + .v-application .ml-xl-14 { margin-left: 56px !important; } + .v-application .ml-xl-15 { margin-left: 60px !important; } + .v-application .ml-xl-16 { margin-left: 64px !important; } + .v-application .ml-xl-auto { margin-left: auto !important; } + .v-application--is-ltr .ms-xl-0 { margin-left: 0px !important; } + .v-application--is-rtl .ms-xl-0 { margin-right: 0px !important; } + .v-application--is-ltr .ms-xl-1 { margin-left: 4px !important; } + .v-application--is-rtl .ms-xl-1 { margin-right: 4px !important; } + .v-application--is-ltr .ms-xl-2 { margin-left: 8px !important; } + .v-application--is-rtl .ms-xl-2 { margin-right: 8px !important; } + .v-application--is-ltr .ms-xl-3 { margin-left: 12px !important; } + .v-application--is-rtl .ms-xl-3 { margin-right: 12px !important; } + .v-application--is-ltr .ms-xl-4 { margin-left: 16px !important; } + .v-application--is-rtl .ms-xl-4 { margin-right: 16px !important; } + .v-application--is-ltr .ms-xl-5 { margin-left: 20px !important; } + .v-application--is-rtl .ms-xl-5 { margin-right: 20px !important; } + .v-application--is-ltr .ms-xl-6 { margin-left: 24px !important; } + .v-application--is-rtl .ms-xl-6 { margin-right: 24px !important; } + .v-application--is-ltr .ms-xl-7 { margin-left: 28px !important; } + .v-application--is-rtl .ms-xl-7 { margin-right: 28px !important; } + .v-application--is-ltr .ms-xl-8 { margin-left: 32px !important; } + .v-application--is-rtl .ms-xl-8 { margin-right: 32px !important; } + .v-application--is-ltr .ms-xl-9 { margin-left: 36px !important; } + .v-application--is-rtl .ms-xl-9 { margin-right: 36px !important; } + .v-application--is-ltr .ms-xl-10 { margin-left: 40px !important; } + .v-application--is-rtl .ms-xl-10 { margin-right: 40px !important; } + .v-application--is-ltr .ms-xl-11 { margin-left: 44px !important; } + .v-application--is-rtl .ms-xl-11 { margin-right: 44px !important; } + .v-application--is-ltr .ms-xl-12 { margin-left: 48px !important; } + .v-application--is-rtl .ms-xl-12 { margin-right: 48px !important; } + .v-application--is-ltr .ms-xl-13 { margin-left: 52px !important; } + .v-application--is-rtl .ms-xl-13 { margin-right: 52px !important; } + .v-application--is-ltr .ms-xl-14 { margin-left: 56px !important; } + .v-application--is-rtl .ms-xl-14 { margin-right: 56px !important; } + .v-application--is-ltr .ms-xl-15 { margin-left: 60px !important; } + .v-application--is-rtl .ms-xl-15 { margin-right: 60px !important; } + .v-application--is-ltr .ms-xl-16 { margin-left: 64px !important; } + .v-application--is-rtl .ms-xl-16 { margin-right: 64px !important; } + .v-application--is-ltr .ms-xl-auto { margin-left: auto !important; } + .v-application--is-rtl .ms-xl-auto { margin-right: auto !important; } + .v-application--is-ltr .me-xl-0 { margin-right: 0px !important; } + .v-application--is-rtl .me-xl-0 { margin-left: 0px !important; } + .v-application--is-ltr .me-xl-1 { margin-right: 4px !important; } + .v-application--is-rtl .me-xl-1 { margin-left: 4px !important; } + .v-application--is-ltr .me-xl-2 { margin-right: 8px !important; } + .v-application--is-rtl .me-xl-2 { margin-left: 8px !important; } + .v-application--is-ltr .me-xl-3 { margin-right: 12px !important; } + .v-application--is-rtl .me-xl-3 { margin-left: 12px !important; } + .v-application--is-ltr .me-xl-4 { margin-right: 16px !important; } + .v-application--is-rtl .me-xl-4 { margin-left: 16px !important; } + .v-application--is-ltr .me-xl-5 { margin-right: 20px !important; } + .v-application--is-rtl .me-xl-5 { margin-left: 20px !important; } + .v-application--is-ltr .me-xl-6 { margin-right: 24px !important; } + .v-application--is-rtl .me-xl-6 { margin-left: 24px !important; } + .v-application--is-ltr .me-xl-7 { margin-right: 28px !important; } + .v-application--is-rtl .me-xl-7 { margin-left: 28px !important; } + .v-application--is-ltr .me-xl-8 { margin-right: 32px !important; } + .v-application--is-rtl .me-xl-8 { margin-left: 32px !important; } + .v-application--is-ltr .me-xl-9 { margin-right: 36px !important; } + .v-application--is-rtl .me-xl-9 { margin-left: 36px !important; } + .v-application--is-ltr .me-xl-10 { margin-right: 40px !important; } + .v-application--is-rtl .me-xl-10 { margin-left: 40px !important; } + .v-application--is-ltr .me-xl-11 { margin-right: 44px !important; } + .v-application--is-rtl .me-xl-11 { margin-left: 44px !important; } + .v-application--is-ltr .me-xl-12 { margin-right: 48px !important; } + .v-application--is-rtl .me-xl-12 { margin-left: 48px !important; } + .v-application--is-ltr .me-xl-13 { margin-right: 52px !important; } + .v-application--is-rtl .me-xl-13 { margin-left: 52px !important; } + .v-application--is-ltr .me-xl-14 { margin-right: 56px !important; } + .v-application--is-rtl .me-xl-14 { margin-left: 56px !important; } + .v-application--is-ltr .me-xl-15 { margin-right: 60px !important; } + .v-application--is-rtl .me-xl-15 { margin-left: 60px !important; } + .v-application--is-ltr .me-xl-16 { margin-right: 64px !important; } + .v-application--is-rtl .me-xl-16 { margin-left: 64px !important; } + .v-application--is-ltr .me-xl-auto { margin-right: auto !important; } + .v-application--is-rtl .me-xl-auto { margin-left: auto !important; } + .v-application .ma-xl-n1 { margin: -4px !important; } + .v-application .ma-xl-n2 { margin: -8px !important; } + .v-application .ma-xl-n3 { margin: -12px !important; } + .v-application .ma-xl-n4 { margin: -16px !important; } + .v-application .ma-xl-n5 { margin: -20px !important; } + .v-application .ma-xl-n6 { margin: -24px !important; } + .v-application .ma-xl-n7 { margin: -28px !important; } + .v-application .ma-xl-n8 { margin: -32px !important; } + .v-application .ma-xl-n9 { margin: -36px !important; } + .v-application .ma-xl-n10 { margin: -40px !important; } + .v-application .ma-xl-n11 { margin: -44px !important; } + .v-application .ma-xl-n12 { margin: -48px !important; } + .v-application .ma-xl-n13 { margin: -52px !important; } + .v-application .ma-xl-n14 { margin: -56px !important; } + .v-application .ma-xl-n15 { margin: -60px !important; } + .v-application .ma-xl-n16 { margin: -64px !important; } + .v-application .mx-xl-n1 { margin-right: -4px !important; margin-left: -4= +px !important; } + .v-application .mx-xl-n2 { margin-right: -8px !important; margin-left: -8= +px !important; } + .v-application .mx-xl-n3 { margin-right: -12px !important; margin-left: -= +12px !important; } + .v-application .mx-xl-n4 { margin-right: -16px !important; margin-left: -= +16px !important; } + .v-application .mx-xl-n5 { margin-right: -20px !important; margin-left: -= +20px !important; } + .v-application .mx-xl-n6 { margin-right: -24px !important; margin-left: -= +24px !important; } + .v-application .mx-xl-n7 { margin-right: -28px !important; margin-left: -= +28px !important; } + .v-application .mx-xl-n8 { margin-right: -32px !important; margin-left: -= +32px !important; } + .v-application .mx-xl-n9 { margin-right: -36px !important; margin-left: -= +36px !important; } + .v-application .mx-xl-n10 { margin-right: -40px !important; margin-left: = +-40px !important; } + .v-application .mx-xl-n11 { margin-right: -44px !important; margin-left: = +-44px !important; } + .v-application .mx-xl-n12 { margin-right: -48px !important; margin-left: = +-48px !important; } + .v-application .mx-xl-n13 { margin-right: -52px !important; margin-left: = +-52px !important; } + .v-application .mx-xl-n14 { margin-right: -56px !important; margin-left: = +-56px !important; } + .v-application .mx-xl-n15 { margin-right: -60px !important; margin-left: = +-60px !important; } + .v-application .mx-xl-n16 { margin-right: -64px !important; margin-left: = +-64px !important; } + .v-application .my-xl-n1 { margin-top: -4px !important; margin-bottom: -4= +px !important; } + .v-application .my-xl-n2 { margin-top: -8px !important; margin-bottom: -8= +px !important; } + .v-application .my-xl-n3 { margin-top: -12px !important; margin-bottom: -= +12px !important; } + .v-application .my-xl-n4 { margin-top: -16px !important; margin-bottom: -= +16px !important; } + .v-application .my-xl-n5 { margin-top: -20px !important; margin-bottom: -= +20px !important; } + .v-application .my-xl-n6 { margin-top: -24px !important; margin-bottom: -= +24px !important; } + .v-application .my-xl-n7 { margin-top: -28px !important; margin-bottom: -= +28px !important; } + .v-application .my-xl-n8 { margin-top: -32px !important; margin-bottom: -= +32px !important; } + .v-application .my-xl-n9 { margin-top: -36px !important; margin-bottom: -= +36px !important; } + .v-application .my-xl-n10 { margin-top: -40px !important; margin-bottom: = +-40px !important; } + .v-application .my-xl-n11 { margin-top: -44px !important; margin-bottom: = +-44px !important; } + .v-application .my-xl-n12 { margin-top: -48px !important; margin-bottom: = +-48px !important; } + .v-application .my-xl-n13 { margin-top: -52px !important; margin-bottom: = +-52px !important; } + .v-application .my-xl-n14 { margin-top: -56px !important; margin-bottom: = +-56px !important; } + .v-application .my-xl-n15 { margin-top: -60px !important; margin-bottom: = +-60px !important; } + .v-application .my-xl-n16 { margin-top: -64px !important; margin-bottom: = +-64px !important; } + .v-application .mt-xl-n1 { margin-top: -4px !important; } + .v-application .mt-xl-n2 { margin-top: -8px !important; } + .v-application .mt-xl-n3 { margin-top: -12px !important; } + .v-application .mt-xl-n4 { margin-top: -16px !important; } + .v-application .mt-xl-n5 { margin-top: -20px !important; } + .v-application .mt-xl-n6 { margin-top: -24px !important; } + .v-application .mt-xl-n7 { margin-top: -28px !important; } + .v-application .mt-xl-n8 { margin-top: -32px !important; } + .v-application .mt-xl-n9 { margin-top: -36px !important; } + .v-application .mt-xl-n10 { margin-top: -40px !important; } + .v-application .mt-xl-n11 { margin-top: -44px !important; } + .v-application .mt-xl-n12 { margin-top: -48px !important; } + .v-application .mt-xl-n13 { margin-top: -52px !important; } + .v-application .mt-xl-n14 { margin-top: -56px !important; } + .v-application .mt-xl-n15 { margin-top: -60px !important; } + .v-application .mt-xl-n16 { margin-top: -64px !important; } + .v-application .mr-xl-n1 { margin-right: -4px !important; } + .v-application .mr-xl-n2 { margin-right: -8px !important; } + .v-application .mr-xl-n3 { margin-right: -12px !important; } + .v-application .mr-xl-n4 { margin-right: -16px !important; } + .v-application .mr-xl-n5 { margin-right: -20px !important; } + .v-application .mr-xl-n6 { margin-right: -24px !important; } + .v-application .mr-xl-n7 { margin-right: -28px !important; } + .v-application .mr-xl-n8 { margin-right: -32px !important; } + .v-application .mr-xl-n9 { margin-right: -36px !important; } + .v-application .mr-xl-n10 { margin-right: -40px !important; } + .v-application .mr-xl-n11 { margin-right: -44px !important; } + .v-application .mr-xl-n12 { margin-right: -48px !important; } + .v-application .mr-xl-n13 { margin-right: -52px !important; } + .v-application .mr-xl-n14 { margin-right: -56px !important; } + .v-application .mr-xl-n15 { margin-right: -60px !important; } + .v-application .mr-xl-n16 { margin-right: -64px !important; } + .v-application .mb-xl-n1 { margin-bottom: -4px !important; } + .v-application .mb-xl-n2 { margin-bottom: -8px !important; } + .v-application .mb-xl-n3 { margin-bottom: -12px !important; } + .v-application .mb-xl-n4 { margin-bottom: -16px !important; } + .v-application .mb-xl-n5 { margin-bottom: -20px !important; } + .v-application .mb-xl-n6 { margin-bottom: -24px !important; } + .v-application .mb-xl-n7 { margin-bottom: -28px !important; } + .v-application .mb-xl-n8 { margin-bottom: -32px !important; } + .v-application .mb-xl-n9 { margin-bottom: -36px !important; } + .v-application .mb-xl-n10 { margin-bottom: -40px !important; } + .v-application .mb-xl-n11 { margin-bottom: -44px !important; } + .v-application .mb-xl-n12 { margin-bottom: -48px !important; } + .v-application .mb-xl-n13 { margin-bottom: -52px !important; } + .v-application .mb-xl-n14 { margin-bottom: -56px !important; } + .v-application .mb-xl-n15 { margin-bottom: -60px !important; } + .v-application .mb-xl-n16 { margin-bottom: -64px !important; } + .v-application .ml-xl-n1 { margin-left: -4px !important; } + .v-application .ml-xl-n2 { margin-left: -8px !important; } + .v-application .ml-xl-n3 { margin-left: -12px !important; } + .v-application .ml-xl-n4 { margin-left: -16px !important; } + .v-application .ml-xl-n5 { margin-left: -20px !important; } + .v-application .ml-xl-n6 { margin-left: -24px !important; } + .v-application .ml-xl-n7 { margin-left: -28px !important; } + .v-application .ml-xl-n8 { margin-left: -32px !important; } + .v-application .ml-xl-n9 { margin-left: -36px !important; } + .v-application .ml-xl-n10 { margin-left: -40px !important; } + .v-application .ml-xl-n11 { margin-left: -44px !important; } + .v-application .ml-xl-n12 { margin-left: -48px !important; } + .v-application .ml-xl-n13 { margin-left: -52px !important; } + .v-application .ml-xl-n14 { margin-left: -56px !important; } + .v-application .ml-xl-n15 { margin-left: -60px !important; } + .v-application .ml-xl-n16 { margin-left: -64px !important; } + .v-application--is-ltr .ms-xl-n1 { margin-left: -4px !important; } + .v-application--is-rtl .ms-xl-n1 { margin-right: -4px !important; } + .v-application--is-ltr .ms-xl-n2 { margin-left: -8px !important; } + .v-application--is-rtl .ms-xl-n2 { margin-right: -8px !important; } + .v-application--is-ltr .ms-xl-n3 { margin-left: -12px !important; } + .v-application--is-rtl .ms-xl-n3 { margin-right: -12px !important; } + .v-application--is-ltr .ms-xl-n4 { margin-left: -16px !important; } + .v-application--is-rtl .ms-xl-n4 { margin-right: -16px !important; } + .v-application--is-ltr .ms-xl-n5 { margin-left: -20px !important; } + .v-application--is-rtl .ms-xl-n5 { margin-right: -20px !important; } + .v-application--is-ltr .ms-xl-n6 { margin-left: -24px !important; } + .v-application--is-rtl .ms-xl-n6 { margin-right: -24px !important; } + .v-application--is-ltr .ms-xl-n7 { margin-left: -28px !important; } + .v-application--is-rtl .ms-xl-n7 { margin-right: -28px !important; } + .v-application--is-ltr .ms-xl-n8 { margin-left: -32px !important; } + .v-application--is-rtl .ms-xl-n8 { margin-right: -32px !important; } + .v-application--is-ltr .ms-xl-n9 { margin-left: -36px !important; } + .v-application--is-rtl .ms-xl-n9 { margin-right: -36px !important; } + .v-application--is-ltr .ms-xl-n10 { margin-left: -40px !important; } + .v-application--is-rtl .ms-xl-n10 { margin-right: -40px !important; } + .v-application--is-ltr .ms-xl-n11 { margin-left: -44px !important; } + .v-application--is-rtl .ms-xl-n11 { margin-right: -44px !important; } + .v-application--is-ltr .ms-xl-n12 { margin-left: -48px !important; } + .v-application--is-rtl .ms-xl-n12 { margin-right: -48px !important; } + .v-application--is-ltr .ms-xl-n13 { margin-left: -52px !important; } + .v-application--is-rtl .ms-xl-n13 { margin-right: -52px !important; } + .v-application--is-ltr .ms-xl-n14 { margin-left: -56px !important; } + .v-application--is-rtl .ms-xl-n14 { margin-right: -56px !important; } + .v-application--is-ltr .ms-xl-n15 { margin-left: -60px !important; } + .v-application--is-rtl .ms-xl-n15 { margin-right: -60px !important; } + .v-application--is-ltr .ms-xl-n16 { margin-left: -64px !important; } + .v-application--is-rtl .ms-xl-n16 { margin-right: -64px !important; } + .v-application--is-ltr .me-xl-n1 { margin-right: -4px !important; } + .v-application--is-rtl .me-xl-n1 { margin-left: -4px !important; } + .v-application--is-ltr .me-xl-n2 { margin-right: -8px !important; } + .v-application--is-rtl .me-xl-n2 { margin-left: -8px !important; } + .v-application--is-ltr .me-xl-n3 { margin-right: -12px !important; } + .v-application--is-rtl .me-xl-n3 { margin-left: -12px !important; } + .v-application--is-ltr .me-xl-n4 { margin-right: -16px !important; } + .v-application--is-rtl .me-xl-n4 { margin-left: -16px !important; } + .v-application--is-ltr .me-xl-n5 { margin-right: -20px !important; } + .v-application--is-rtl .me-xl-n5 { margin-left: -20px !important; } + .v-application--is-ltr .me-xl-n6 { margin-right: -24px !important; } + .v-application--is-rtl .me-xl-n6 { margin-left: -24px !important; } + .v-application--is-ltr .me-xl-n7 { margin-right: -28px !important; } + .v-application--is-rtl .me-xl-n7 { margin-left: -28px !important; } + .v-application--is-ltr .me-xl-n8 { margin-right: -32px !important; } + .v-application--is-rtl .me-xl-n8 { margin-left: -32px !important; } + .v-application--is-ltr .me-xl-n9 { margin-right: -36px !important; } + .v-application--is-rtl .me-xl-n9 { margin-left: -36px !important; } + .v-application--is-ltr .me-xl-n10 { margin-right: -40px !important; } + .v-application--is-rtl .me-xl-n10 { margin-left: -40px !important; } + .v-application--is-ltr .me-xl-n11 { margin-right: -44px !important; } + .v-application--is-rtl .me-xl-n11 { margin-left: -44px !important; } + .v-application--is-ltr .me-xl-n12 { margin-right: -48px !important; } + .v-application--is-rtl .me-xl-n12 { margin-left: -48px !important; } + .v-application--is-ltr .me-xl-n13 { margin-right: -52px !important; } + .v-application--is-rtl .me-xl-n13 { margin-left: -52px !important; } + .v-application--is-ltr .me-xl-n14 { margin-right: -56px !important; } + .v-application--is-rtl .me-xl-n14 { margin-left: -56px !important; } + .v-application--is-ltr .me-xl-n15 { margin-right: -60px !important; } + .v-application--is-rtl .me-xl-n15 { margin-left: -60px !important; } + .v-application--is-ltr .me-xl-n16 { margin-right: -64px !important; } + .v-application--is-rtl .me-xl-n16 { margin-left: -64px !important; } + .v-application .pa-xl-0 { padding: 0px !important; } + .v-application .pa-xl-1 { padding: 4px !important; } + .v-application .pa-xl-2 { padding: 8px !important; } + .v-application .pa-xl-3 { padding: 12px !important; } + .v-application .pa-xl-4 { padding: 16px !important; } + .v-application .pa-xl-5 { padding: 20px !important; } + .v-application .pa-xl-6 { padding: 24px !important; } + .v-application .pa-xl-7 { padding: 28px !important; } + .v-application .pa-xl-8 { padding: 32px !important; } + .v-application .pa-xl-9 { padding: 36px !important; } + .v-application .pa-xl-10 { padding: 40px !important; } + .v-application .pa-xl-11 { padding: 44px !important; } + .v-application .pa-xl-12 { padding: 48px !important; } + .v-application .pa-xl-13 { padding: 52px !important; } + .v-application .pa-xl-14 { padding: 56px !important; } + .v-application .pa-xl-15 { padding: 60px !important; } + .v-application .pa-xl-16 { padding: 64px !important; } + .v-application .px-xl-0 { padding-right: 0px !important; padding-left: 0p= +x !important; } + .v-application .px-xl-1 { padding-right: 4px !important; padding-left: 4p= +x !important; } + .v-application .px-xl-2 { padding-right: 8px !important; padding-left: 8p= +x !important; } + .v-application .px-xl-3 { padding-right: 12px !important; padding-left: 1= +2px !important; } + .v-application .px-xl-4 { padding-right: 16px !important; padding-left: 1= +6px !important; } + .v-application .px-xl-5 { padding-right: 20px !important; padding-left: 2= +0px !important; } + .v-application .px-xl-6 { padding-right: 24px !important; padding-left: 2= +4px !important; } + .v-application .px-xl-7 { padding-right: 28px !important; padding-left: 2= +8px !important; } + .v-application .px-xl-8 { padding-right: 32px !important; padding-left: 3= +2px !important; } + .v-application .px-xl-9 { padding-right: 36px !important; padding-left: 3= +6px !important; } + .v-application .px-xl-10 { padding-right: 40px !important; padding-left: = +40px !important; } + .v-application .px-xl-11 { padding-right: 44px !important; padding-left: = +44px !important; } + .v-application .px-xl-12 { padding-right: 48px !important; padding-left: = +48px !important; } + .v-application .px-xl-13 { padding-right: 52px !important; padding-left: = +52px !important; } + .v-application .px-xl-14 { padding-right: 56px !important; padding-left: = +56px !important; } + .v-application .px-xl-15 { padding-right: 60px !important; padding-left: = +60px !important; } + .v-application .px-xl-16 { padding-right: 64px !important; padding-left: = +64px !important; } + .v-application .py-xl-0 { padding-top: 0px !important; padding-bottom: 0p= +x !important; } + .v-application .py-xl-1 { padding-top: 4px !important; padding-bottom: 4p= +x !important; } + .v-application .py-xl-2 { padding-top: 8px !important; padding-bottom: 8p= +x !important; } + .v-application .py-xl-3 { padding-top: 12px !important; padding-bottom: 1= +2px !important; } + .v-application .py-xl-4 { padding-top: 16px !important; padding-bottom: 1= +6px !important; } + .v-application .py-xl-5 { padding-top: 20px !important; padding-bottom: 2= +0px !important; } + .v-application .py-xl-6 { padding-top: 24px !important; padding-bottom: 2= +4px !important; } + .v-application .py-xl-7 { padding-top: 28px !important; padding-bottom: 2= +8px !important; } + .v-application .py-xl-8 { padding-top: 32px !important; padding-bottom: 3= +2px !important; } + .v-application .py-xl-9 { padding-top: 36px !important; padding-bottom: 3= +6px !important; } + .v-application .py-xl-10 { padding-top: 40px !important; padding-bottom: = +40px !important; } + .v-application .py-xl-11 { padding-top: 44px !important; padding-bottom: = +44px !important; } + .v-application .py-xl-12 { padding-top: 48px !important; padding-bottom: = +48px !important; } + .v-application .py-xl-13 { padding-top: 52px !important; padding-bottom: = +52px !important; } + .v-application .py-xl-14 { padding-top: 56px !important; padding-bottom: = +56px !important; } + .v-application .py-xl-15 { padding-top: 60px !important; padding-bottom: = +60px !important; } + .v-application .py-xl-16 { padding-top: 64px !important; padding-bottom: = +64px !important; } + .v-application .pt-xl-0 { padding-top: 0px !important; } + .v-application .pt-xl-1 { padding-top: 4px !important; } + .v-application .pt-xl-2 { padding-top: 8px !important; } + .v-application .pt-xl-3 { padding-top: 12px !important; } + .v-application .pt-xl-4 { padding-top: 16px !important; } + .v-application .pt-xl-5 { padding-top: 20px !important; } + .v-application .pt-xl-6 { padding-top: 24px !important; } + .v-application .pt-xl-7 { padding-top: 28px !important; } + .v-application .pt-xl-8 { padding-top: 32px !important; } + .v-application .pt-xl-9 { padding-top: 36px !important; } + .v-application .pt-xl-10 { padding-top: 40px !important; } + .v-application .pt-xl-11 { padding-top: 44px !important; } + .v-application .pt-xl-12 { padding-top: 48px !important; } + .v-application .pt-xl-13 { padding-top: 52px !important; } + .v-application .pt-xl-14 { padding-top: 56px !important; } + .v-application .pt-xl-15 { padding-top: 60px !important; } + .v-application .pt-xl-16 { padding-top: 64px !important; } + .v-application .pr-xl-0 { padding-right: 0px !important; } + .v-application .pr-xl-1 { padding-right: 4px !important; } + .v-application .pr-xl-2 { padding-right: 8px !important; } + .v-application .pr-xl-3 { padding-right: 12px !important; } + .v-application .pr-xl-4 { padding-right: 16px !important; } + .v-application .pr-xl-5 { padding-right: 20px !important; } + .v-application .pr-xl-6 { padding-right: 24px !important; } + .v-application .pr-xl-7 { padding-right: 28px !important; } + .v-application .pr-xl-8 { padding-right: 32px !important; } + .v-application .pr-xl-9 { padding-right: 36px !important; } + .v-application .pr-xl-10 { padding-right: 40px !important; } + .v-application .pr-xl-11 { padding-right: 44px !important; } + .v-application .pr-xl-12 { padding-right: 48px !important; } + .v-application .pr-xl-13 { padding-right: 52px !important; } + .v-application .pr-xl-14 { padding-right: 56px !important; } + .v-application .pr-xl-15 { padding-right: 60px !important; } + .v-application .pr-xl-16 { padding-right: 64px !important; } + .v-application .pb-xl-0 { padding-bottom: 0px !important; } + .v-application .pb-xl-1 { padding-bottom: 4px !important; } + .v-application .pb-xl-2 { padding-bottom: 8px !important; } + .v-application .pb-xl-3 { padding-bottom: 12px !important; } + .v-application .pb-xl-4 { padding-bottom: 16px !important; } + .v-application .pb-xl-5 { padding-bottom: 20px !important; } + .v-application .pb-xl-6 { padding-bottom: 24px !important; } + .v-application .pb-xl-7 { padding-bottom: 28px !important; } + .v-application .pb-xl-8 { padding-bottom: 32px !important; } + .v-application .pb-xl-9 { padding-bottom: 36px !important; } + .v-application .pb-xl-10 { padding-bottom: 40px !important; } + .v-application .pb-xl-11 { padding-bottom: 44px !important; } + .v-application .pb-xl-12 { padding-bottom: 48px !important; } + .v-application .pb-xl-13 { padding-bottom: 52px !important; } + .v-application .pb-xl-14 { padding-bottom: 56px !important; } + .v-application .pb-xl-15 { padding-bottom: 60px !important; } + .v-application .pb-xl-16 { padding-bottom: 64px !important; } + .v-application .pl-xl-0 { padding-left: 0px !important; } + .v-application .pl-xl-1 { padding-left: 4px !important; } + .v-application .pl-xl-2 { padding-left: 8px !important; } + .v-application .pl-xl-3 { padding-left: 12px !important; } + .v-application .pl-xl-4 { padding-left: 16px !important; } + .v-application .pl-xl-5 { padding-left: 20px !important; } + .v-application .pl-xl-6 { padding-left: 24px !important; } + .v-application .pl-xl-7 { padding-left: 28px !important; } + .v-application .pl-xl-8 { padding-left: 32px !important; } + .v-application .pl-xl-9 { padding-left: 36px !important; } + .v-application .pl-xl-10 { padding-left: 40px !important; } + .v-application .pl-xl-11 { padding-left: 44px !important; } + .v-application .pl-xl-12 { padding-left: 48px !important; } + .v-application .pl-xl-13 { padding-left: 52px !important; } + .v-application .pl-xl-14 { padding-left: 56px !important; } + .v-application .pl-xl-15 { padding-left: 60px !important; } + .v-application .pl-xl-16 { padding-left: 64px !important; } + .v-application--is-ltr .ps-xl-0 { padding-left: 0px !important; } + .v-application--is-rtl .ps-xl-0 { padding-right: 0px !important; } + .v-application--is-ltr .ps-xl-1 { padding-left: 4px !important; } + .v-application--is-rtl .ps-xl-1 { padding-right: 4px !important; } + .v-application--is-ltr .ps-xl-2 { padding-left: 8px !important; } + .v-application--is-rtl .ps-xl-2 { padding-right: 8px !important; } + .v-application--is-ltr .ps-xl-3 { padding-left: 12px !important; } + .v-application--is-rtl .ps-xl-3 { padding-right: 12px !important; } + .v-application--is-ltr .ps-xl-4 { padding-left: 16px !important; } + .v-application--is-rtl .ps-xl-4 { padding-right: 16px !important; } + .v-application--is-ltr .ps-xl-5 { padding-left: 20px !important; } + .v-application--is-rtl .ps-xl-5 { padding-right: 20px !important; } + .v-application--is-ltr .ps-xl-6 { padding-left: 24px !important; } + .v-application--is-rtl .ps-xl-6 { padding-right: 24px !important; } + .v-application--is-ltr .ps-xl-7 { padding-left: 28px !important; } + .v-application--is-rtl .ps-xl-7 { padding-right: 28px !important; } + .v-application--is-ltr .ps-xl-8 { padding-left: 32px !important; } + .v-application--is-rtl .ps-xl-8 { padding-right: 32px !important; } + .v-application--is-ltr .ps-xl-9 { padding-left: 36px !important; } + .v-application--is-rtl .ps-xl-9 { padding-right: 36px !important; } + .v-application--is-ltr .ps-xl-10 { padding-left: 40px !important; } + .v-application--is-rtl .ps-xl-10 { padding-right: 40px !important; } + .v-application--is-ltr .ps-xl-11 { padding-left: 44px !important; } + .v-application--is-rtl .ps-xl-11 { padding-right: 44px !important; } + .v-application--is-ltr .ps-xl-12 { padding-left: 48px !important; } + .v-application--is-rtl .ps-xl-12 { padding-right: 48px !important; } + .v-application--is-ltr .ps-xl-13 { padding-left: 52px !important; } + .v-application--is-rtl .ps-xl-13 { padding-right: 52px !important; } + .v-application--is-ltr .ps-xl-14 { padding-left: 56px !important; } + .v-application--is-rtl .ps-xl-14 { padding-right: 56px !important; } + .v-application--is-ltr .ps-xl-15 { padding-left: 60px !important; } + .v-application--is-rtl .ps-xl-15 { padding-right: 60px !important; } + .v-application--is-ltr .ps-xl-16 { padding-left: 64px !important; } + .v-application--is-rtl .ps-xl-16 { padding-right: 64px !important; } + .v-application--is-ltr .pe-xl-0 { padding-right: 0px !important; } + .v-application--is-rtl .pe-xl-0 { padding-left: 0px !important; } + .v-application--is-ltr .pe-xl-1 { padding-right: 4px !important; } + .v-application--is-rtl .pe-xl-1 { padding-left: 4px !important; } + .v-application--is-ltr .pe-xl-2 { padding-right: 8px !important; } + .v-application--is-rtl .pe-xl-2 { padding-left: 8px !important; } + .v-application--is-ltr .pe-xl-3 { padding-right: 12px !important; } + .v-application--is-rtl .pe-xl-3 { padding-left: 12px !important; } + .v-application--is-ltr .pe-xl-4 { padding-right: 16px !important; } + .v-application--is-rtl .pe-xl-4 { padding-left: 16px !important; } + .v-application--is-ltr .pe-xl-5 { padding-right: 20px !important; } + .v-application--is-rtl .pe-xl-5 { padding-left: 20px !important; } + .v-application--is-ltr .pe-xl-6 { padding-right: 24px !important; } + .v-application--is-rtl .pe-xl-6 { padding-left: 24px !important; } + .v-application--is-ltr .pe-xl-7 { padding-right: 28px !important; } + .v-application--is-rtl .pe-xl-7 { padding-left: 28px !important; } + .v-application--is-ltr .pe-xl-8 { padding-right: 32px !important; } + .v-application--is-rtl .pe-xl-8 { padding-left: 32px !important; } + .v-application--is-ltr .pe-xl-9 { padding-right: 36px !important; } + .v-application--is-rtl .pe-xl-9 { padding-left: 36px !important; } + .v-application--is-ltr .pe-xl-10 { padding-right: 40px !important; } + .v-application--is-rtl .pe-xl-10 { padding-left: 40px !important; } + .v-application--is-ltr .pe-xl-11 { padding-right: 44px !important; } + .v-application--is-rtl .pe-xl-11 { padding-left: 44px !important; } + .v-application--is-ltr .pe-xl-12 { padding-right: 48px !important; } + .v-application--is-rtl .pe-xl-12 { padding-left: 48px !important; } + .v-application--is-ltr .pe-xl-13 { padding-right: 52px !important; } + .v-application--is-rtl .pe-xl-13 { padding-left: 52px !important; } + .v-application--is-ltr .pe-xl-14 { padding-right: 56px !important; } + .v-application--is-rtl .pe-xl-14 { padding-left: 56px !important; } + .v-application--is-ltr .pe-xl-15 { padding-right: 60px !important; } + .v-application--is-rtl .pe-xl-15 { padding-left: 60px !important; } + .v-application--is-ltr .pe-xl-16 { padding-right: 64px !important; } + .v-application--is-rtl .pe-xl-16 { padding-left: 64px !important; } + .v-application .text-xl-left { text-align: left !important; } + .v-application .text-xl-right { text-align: right !important; } + .v-application .text-xl-center { text-align: center !important; } + .v-application .text-xl-justify { text-align: justify !important; } + .v-application .text-xl-start { text-align: start !important; } + .v-application .text-xl-end { text-align: end !important; } + .v-application .text-xl-h1 { font-weight: 300; line-height: 6rem; font-si= +ze: 6rem !important; letter-spacing: -0.015625em !important; font-family: R= +oboto, sans-serif !important; } + .v-application .text-xl-h2 { font-weight: 300; line-height: 3.75rem; font= +-size: 3.75rem !important; letter-spacing: -0.00833333em !important; font-f= +amily: Roboto, sans-serif !important; } + .v-application .text-xl-h3 { font-weight: 400; line-height: 3.125rem; fon= +t-size: 3rem !important; letter-spacing: normal !important; font-family: Ro= +boto, sans-serif !important; } + .v-application .text-xl-h4 { font-weight: 400; line-height: 2.5rem; font-= +size: 2.125rem !important; letter-spacing: 0.00735294em !important; font-fa= +mily: Roboto, sans-serif !important; } + .v-application .text-xl-h5 { font-weight: 400; line-height: 2rem; font-si= +ze: 1.5rem !important; letter-spacing: normal !important; font-family: Robo= +to, sans-serif !important; } + .v-application .text-xl-h6 { font-weight: 500; line-height: 2rem; font-si= +ze: 1.25rem !important; letter-spacing: 0.0125em !important; font-family: R= +oboto, sans-serif !important; } + .v-application .text-xl-subtitle-1 { font-weight: normal; line-height: 1.= +75rem; font-size: 1rem !important; letter-spacing: 0.009375em !important; f= +ont-family: Roboto, sans-serif !important; } + .v-application .text-xl-subtitle-2 { font-weight: 500; line-height: 1.375= +rem; font-size: 0.875rem !important; letter-spacing: 0.00714286em !importan= +t; font-family: Roboto, sans-serif !important; } + .v-application .text-xl-body-1 { font-weight: 400; line-height: 1.5rem; f= +ont-size: 1rem !important; letter-spacing: 0.03125em !important; font-famil= +y: Roboto, sans-serif !important; } + .v-application .text-xl-body-2 { font-weight: 400; line-height: 1.25rem; = +font-size: 0.875rem !important; letter-spacing: 0.0178571em !important; fon= +t-family: Roboto, sans-serif !important; } + .v-application .text-xl-button { font-weight: 500; line-height: 2.25rem; = +font-size: 0.875rem !important; letter-spacing: 0.0892857em !important; fon= +t-family: Roboto, sans-serif !important; text-transform: uppercase !importa= +nt; } + .v-application .text-xl-caption { font-weight: 400; line-height: 1.25rem;= + font-size: 0.75rem !important; letter-spacing: 0.0333333em !important; fon= +t-family: Roboto, sans-serif !important; } + .v-application .text-xl-overline { font-weight: 500; line-height: 2rem; f= +ont-size: 0.75rem !important; letter-spacing: 0.166667em !important; font-f= +amily: Roboto, sans-serif !important; text-transform: uppercase !important;= + } +} + +@media print { + .v-application .d-print-none { display: none !important; } + .v-application .d-print-inline { display: inline !important; } + .v-application .d-print-inline-block { display: inline-block !important; = +} + .v-application .d-print-block { display: block !important; } + .v-application .d-print-table { display: table !important; } + .v-application .d-print-table-row { display: table-row !important; } + .v-application .d-print-table-cell { display: table-cell !important; } + .v-application .d-print-flex { display: flex !important; } + .v-application .d-print-inline-flex { display: inline-flex !important; } + .v-application .float-print-none { float: none !important; } + .v-application .float-print-left { float: left !important; } + .v-application .float-print-right { float: right !important; } + .v-application--is-rtl .float-print-end { float: left !important; } + .v-application--is-rtl .float-print-start { float: right !important; } + .v-application--is-ltr .float-print-end { float: right !important; } + .v-application--is-ltr .float-print-start { float: left !important; } +} + +.theme--light.v-icon { color: rgba(0, 0, 0, 0.54); } + +.theme--light.v-icon:focus::after { opacity: 0.12; } + +.theme--light.v-icon.v-icon.v-icon--disabled { color: rgba(0, 0, 0, 0.38) != +important; } + +.theme--dark.v-icon { color: rgb(255, 255, 255); } + +.theme--dark.v-icon:focus::after { opacity: 0.24; } + +.theme--dark.v-icon.v-icon.v-icon--disabled { color: rgba(255, 255, 255, 0.= +5) !important; } + +.v-icon.v-icon { -webkit-box-align: center; align-items: center; display: i= +nline-flex; font-feature-settings: "liga"; font-size: 24px; -webkit-box-pac= +k: center; justify-content: center; letter-spacing: normal; line-height: 1;= + position: relative; text-indent: 0px; transition: all 0.3s cubic-bezier(0.= +25, 0.8, 0.5, 1) 0s, visibility 0s ease 0s; vertical-align: middle; user-se= +lect: none; } + +.v-icon.v-icon::after { background-color: currentcolor; border-radius: 50%;= + content: ""; display: inline-block; height: 100%; left: 0px; opacity: 0; p= +ointer-events: none; position: absolute; top: 0px; transform: scale(1.3); w= +idth: 100%; transition: opacity 0.2s cubic-bezier(0.4, 0, 0.6, 1) 0s; } + +.v-icon.v-icon--dense { font-size: 20px; } + +.v-icon--right { margin-left: 8px; } + +.v-icon--left { margin-right: 8px; } + +.v-icon.v-icon.v-icon--link { cursor: pointer; outline: none; } + +.v-icon--disabled { pointer-events: none; } + +.v-icon--dense .v-icon__component, .v-icon--dense .v-icon__svg { height: 20= +px; } + +.v-icon__component { height: 24px; width: 24px; } + +.v-icon__svg { height: 24px; width: 24px; fill: currentcolor; } + +.theme--light.v-label { color: rgba(0, 0, 0, 0.6); } + +.theme--light.v-label--is-disabled { color: rgba(0, 0, 0, 0.38); } + +.theme--dark.v-label { color: rgba(255, 255, 255, 0.7); } + +.theme--dark.v-label--is-disabled { color: rgba(255, 255, 255, 0.5); } + +.v-label { font-size: 16px; line-height: 1; min-height: 8px; transition: al= +l 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) 0s; } + +.theme--light.v-messages { color: rgba(0, 0, 0, 0.6); } + +.theme--dark.v-messages { color: rgba(255, 255, 255, 0.7); } + +.v-messages { -webkit-box-flex: 1; flex: 1 1 auto; font-size: 12px; min-hei= +ght: 14px; min-width: 1px; position: relative; } + +.v-application--is-ltr .v-messages { text-align: left; } + +.v-application--is-rtl .v-messages { text-align: right; } + +.v-messages__message { line-height: 12px; word-break: break-word; overflow-= +wrap: break-word; hyphens: auto; } + +.theme--light.v-progress-linear { color: rgba(0, 0, 0, 0.87); } + +.theme--dark.v-progress-linear { color: rgb(255, 255, 255); } + +.v-progress-linear { background: rgba(0, 0, 0, 0); overflow: hidden; positi= +on: relative; transition: all 0.2s cubic-bezier(0.4, 0, 0.6, 1) 0s; width: = +100%; } + +.v-progress-linear__buffer { height: inherit; left: 0px; position: absolute= +; top: 0px; transition: inherit; width: 100%; } + +.v-progress-linear--reverse .v-progress-linear__buffer { left: auto; right:= + 0px; } + +.v-progress-linear__background { bottom: 0px; left: 0px; position: absolute= +; top: 0px; transition: inherit; } + +.v-progress-linear--reverse .v-progress-linear__background { left: auto; ri= +ght: 0px; } + +.v-progress-linear__content { -webkit-box-align: center; align-items: cente= +r; display: flex; height: 100%; left: 0px; -webkit-box-pack: center; justif= +y-content: center; position: absolute; top: 0px; width: 100%; } + +.v-progress-linear--reverse .v-progress-linear__content { left: auto; right= +: 0px; } + +.v-progress-linear__determinate { height: inherit; left: 0px; position: abs= +olute; transition: inherit; } + +.v-progress-linear--reverse .v-progress-linear__determinate { left: auto; r= +ight: 0px; } + +.v-progress-linear .v-progress-linear__indeterminate .long, .v-progress-lin= +ear .v-progress-linear__indeterminate .short { animation-play-state: paused= +; background-color: inherit; inset: 0px auto 0px 0px; height: inherit; posi= +tion: absolute; width: auto; will-change: left, right; } + +.v-progress-linear .v-progress-linear__indeterminate--active .long { animat= +ion-name: indeterminate-ltr; animation-duration: 2.2s; animation-iteration-= +count: infinite; } + +.v-progress-linear .v-progress-linear__indeterminate--active .short { anima= +tion-name: indeterminate-short-ltr; animation-duration: 2.2s; animation-ite= +ration-count: infinite; } + +.v-progress-linear--reverse .v-progress-linear__indeterminate .long, .v-pro= +gress-linear--reverse .v-progress-linear__indeterminate .short { left: auto= +; right: 0px; } + +.v-progress-linear--reverse .v-progress-linear__indeterminate--active .long= + { animation-name: indeterminate-rtl; } + +.v-progress-linear--reverse .v-progress-linear__indeterminate--active .shor= +t { animation-name: indeterminate-short-rtl; } + +.v-progress-linear__stream { animation: 0.25s linear 0s infinite normal non= +e paused stream-ltr; border-right-color: currentcolor; border-bottom-color:= + currentcolor; border-left-color: currentcolor; border-top: 4px dotted; ins= +et: calc(50% - 2px) -8px 0px auto; opacity: 0.3; pointer-events: none; posi= +tion: absolute; transition: inherit; } + +.v-progress-linear--reverse .v-progress-linear__stream { animation: 0.25s l= +inear 0s infinite normal none running stream-rtl; left: -8px; right: auto; = +} + +.v-progress-linear__wrapper { overflow: hidden; position: relative; transit= +ion: inherit; } + +.v-progress-linear--absolute, .v-progress-linear--fixed { left: 0px; z-inde= +x: 1; } + +.v-progress-linear--absolute { position: absolute; } + +.v-progress-linear--fixed { position: fixed; } + +.v-progress-linear--reactive .v-progress-linear__content { pointer-events: = +none; } + +.v-progress-linear--rounded { border-radius: 4px; } + +.v-progress-linear--striped .v-progress-linear__determinate { background-im= +age: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 25%, transparent 0px= +, transparent 50%, rgba(255, 255, 255, 0.25) 0px, rgba(255, 255, 255, 0.25)= + 75%, transparent 0px, transparent); background-size: 40px 40px; background= +-repeat: repeat; } + +.v-progress-linear--query .v-progress-linear__indeterminate--active .long {= + animation-name: query-ltr; animation-duration: 2s; animation-iteration-cou= +nt: infinite; } + +.v-progress-linear--query .v-progress-linear__indeterminate--active .short = +{ animation-name: query-short-ltr; animation-duration: 2s; animation-iterat= +ion-count: infinite; } + +.v-progress-linear--query.v-progress-linear--reverse .v-progress-linear__in= +determinate--active .long { animation-name: query-rtl; } + +.v-progress-linear--query.v-progress-linear--reverse .v-progress-linear__in= +determinate--active .short { animation-name: query-short-rtl; } + +.v-progress-linear--visible .v-progress-linear__indeterminate--active .long= +, .v-progress-linear--visible .v-progress-linear__indeterminate--active .sh= +ort { animation-play-state: running; } + +.v-progress-linear--visible .v-progress-linear__stream { animation-play-sta= +te: running; } + +@-webkit-keyframes indeterminate-ltr {=20 + 0% { left: -90%; right: 100%; } + 60% { left: -90%; right: 100%; } + 100% { left: 100%; right: -35%; } +} + +@keyframes indeterminate-ltr {=20 + 0% { left: -90%; right: 100%; } + 60% { left: -90%; right: 100%; } + 100% { left: 100%; right: -35%; } +} + +@-webkit-keyframes indeterminate-rtl {=20 + 0% { left: 100%; right: -90%; } + 60% { left: 100%; right: -90%; } + 100% { left: -35%; right: 100%; } +} + +@keyframes indeterminate-rtl {=20 + 0% { left: 100%; right: -90%; } + 60% { left: 100%; right: -90%; } + 100% { left: -35%; right: 100%; } +} + +@-webkit-keyframes indeterminate-short-ltr {=20 + 0% { left: -200%; right: 100%; } + 60% { left: 107%; right: -8%; } + 100% { left: 107%; right: -8%; } +} + +@keyframes indeterminate-short-ltr {=20 + 0% { left: -200%; right: 100%; } + 60% { left: 107%; right: -8%; } + 100% { left: 107%; right: -8%; } +} + +@-webkit-keyframes indeterminate-short-rtl {=20 + 0% { left: 100%; right: -200%; } + 60% { left: -8%; right: 107%; } + 100% { left: -8%; right: 107%; } +} + +@keyframes indeterminate-short-rtl {=20 + 0% { left: 100%; right: -200%; } + 60% { left: -8%; right: 107%; } + 100% { left: -8%; right: 107%; } +} + +@-webkit-keyframes query-ltr {=20 + 0% { right: -90%; left: 100%; } + 60% { right: -90%; left: 100%; } + 100% { right: 100%; left: -35%; } +} + +@keyframes query-ltr {=20 + 0% { right: -90%; left: 100%; } + 60% { right: -90%; left: 100%; } + 100% { right: 100%; left: -35%; } +} + +@-webkit-keyframes query-rtl {=20 + 0% { right: 100%; left: -90%; } + 60% { right: 100%; left: -90%; } + 100% { right: -35%; left: 100%; } +} + +@keyframes query-rtl {=20 + 0% { right: 100%; left: -90%; } + 60% { right: 100%; left: -90%; } + 100% { right: -35%; left: 100%; } +} + +@-webkit-keyframes query-short-ltr {=20 + 0% { right: -200%; left: 100%; } + 60% { right: 107%; left: -8%; } + 100% { right: 107%; left: -8%; } +} + +@keyframes query-short-ltr {=20 + 0% { right: -200%; left: 100%; } + 60% { right: 107%; left: -8%; } + 100% { right: 107%; left: -8%; } +} + +@-webkit-keyframes query-short-rtl {=20 + 0% { right: 100%; left: -200%; } + 60% { right: -8%; left: 107%; } + 100% { right: -8%; left: 107%; } +} + +@keyframes query-short-rtl {=20 + 0% { right: 100%; left: -200%; } + 60% { right: -8%; left: 107%; } + 100% { right: -8%; left: 107%; } +} + +@-webkit-keyframes stream-ltr {=20 + 100% { transform: translateX(-8px); } +} + +@keyframes stream-ltr {=20 + 100% { transform: translateX(-8px); } +} + +@-webkit-keyframes stream-rtl {=20 + 100% { transform: translateX(8px); } +} + +@keyframes stream-rtl {=20 + 100% { transform: translateX(8px); } +} + +.v-ripple__container { color: inherit; border-radius: inherit; position: ab= +solute; width: 100%; height: 100%; left: 0px; top: 0px; overflow: hidden; z= +-index: 0; pointer-events: none; contain: strict; } + +.v-ripple__animation { color: inherit; position: absolute; top: 0px; left: = +0px; border-radius: 50%; background: currentcolor; opacity: 0; pointer-even= +ts: none; overflow: hidden; will-change: transform, opacity; } + +.v-ripple__animation--enter { transition: none 0s ease 0s; opacity: 0; } + +.v-ripple__animation--in { transition: transform 0.25s cubic-bezier(0.4, 0,= + 0.2, 1) 0s, opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transfor= +m 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s; opacity: 0.25; } + +.v-ripple__animation--out { transition: opacity 0.3s cubic-bezier(0.4, 0, 0= +.2, 1) 0s; opacity: 0; } + +.theme--light.v-counter { color: rgba(0, 0, 0, 0.6); } + +.theme--dark.v-counter { color: rgba(255, 255, 255, 0.7); } + +.v-counter { -webkit-box-flex: 0; flex: 0 1 auto; font-size: 12px; min-heig= +ht: 12px; line-height: 12px; } + +.v-input--checkbox.v-input--indeterminate.v-input--is-disabled { opacity: 0= +.6; } + +.v-input--checkbox.v-input--dense { margin-top: 4px; } + +.v-input--selection-controls { margin-top: 16px; padding-top: 4px; } + +.v-input--selection-controls > .v-input__append-outer, .v-input--selection-= +controls > .v-input__prepend-outer { margin-top: 0px; margin-bottom: 0px; } + +.v-input--selection-controls:not(.v-input--hide-details) > .v-input__slot {= + margin-bottom: 12px; } + +.v-input--selection-controls .v-input__slot, .v-input--selection-controls .= +v-radio { cursor: pointer; } + +.v-input--selection-controls .v-input__slot > .v-label, .v-input--selection= +-controls .v-radio > .v-label { -webkit-box-align: center; align-items: cen= +ter; display: inline-flex; -webkit-box-flex: 1; flex: 1 1 auto; height: aut= +o; } + +.v-input--selection-controls__input { color: inherit; display: inline-flex;= + -webkit-box-flex: 0; flex: 0 0 auto; height: 24px; position: relative; tra= +nsition: transform 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) 0s, -webkit-transfo= +rm; width: 24px; user-select: none; } + +.v-input--selection-controls__input .v-icon { width: 100%; } + +.v-application--is-ltr .v-input--selection-controls__input { margin-right: = +8px; } + +.v-application--is-rtl .v-input--selection-controls__input { margin-left: 8= +px; } + +.v-input--selection-controls__input input[role=3D"checkbox"], .v-input--sel= +ection-controls__input input[role=3D"radio"], .v-input--selection-controls_= +_input input[role=3D"switch"] { position: absolute; opacity: 0; width: 100%= +; height: 100%; cursor: pointer; user-select: none; } + +.v-input--selection-controls__input + .v-label { cursor: pointer; user-sele= +ct: none; } + +.v-input--selection-controls__ripple { border-radius: 50%; cursor: pointer;= + height: 34px; position: absolute; transition: inherit; width: 34px; left: = +-12px; top: calc(50% - 24px); margin: 7px; } + +.v-input--selection-controls__ripple::before { border-radius: inherit; inse= +t: 0px; content: ""; position: absolute; opacity: 0.2; transform-origin: ce= +nter center; transform: scale(0.2); transition: inherit; } + +.v-input--selection-controls__ripple > .v-ripple__container { transform: sc= +ale(1.2); } + +.v-input--selection-controls.v-input--dense .v-input--selection-controls__r= +ipple { width: 28px; height: 28px; left: -9px; } + +.v-input--selection-controls.v-input--dense:not(.v-input--switch) .v-input-= +-selection-controls__ripple { top: calc(50% - 21px); } + +.v-input--selection-controls.v-input { -webkit-box-flex: 0; flex: 0 1 auto;= + } + +.v-input--selection-controls.v-input--is-focused .v-input--selection-contro= +ls__ripple::before, .v-input--selection-controls .v-radio--is-focused .v-in= +put--selection-controls__ripple::before { background: currentcolor; transfo= +rm: scale(1.2); } + +.v-input--selection-controls.v-input--is-disabled:not(.v-input--indetermina= +te) .v-icon { color: inherit; } + +.v-input--selection-controls.v-input--is-disabled:not(.v-input--is-readonly= +) { pointer-events: none; } + +.v-input--selection-controls__input:hover .v-input--selection-controls__rip= +ple::before { background: currentcolor; transform: scale(1.2); transition: = +none 0s ease 0s; } + +.theme--light.v-select .v-select__selections { color: rgba(0, 0, 0, 0.87); = +} + +.theme--light.v-select.v-input--is-disabled .v-select__selections { color: = +rgba(0, 0, 0, 0.38); } + +.theme--light.v-select .v-select__selection--disabled { color: rgba(0, 0, 0= +, 0.38); } + +.theme--light.v-select.v-text-field--solo-inverted.v-input--is-focused .v-s= +elect__selections { color: rgb(255, 255, 255); } + +.theme--dark.v-select .v-select__selections { color: rgb(255, 255, 255); } + +.theme--dark.v-select.v-input--is-disabled .v-select__selections { color: r= +gba(255, 255, 255, 0.5); } + +.theme--dark.v-select .v-select__selection--disabled { color: rgba(255, 255= +, 255, 0.5); } + +.theme--dark.v-select.v-text-field--solo-inverted.v-input--is-focused .v-se= +lect__selections { color: rgba(0, 0, 0, 0.87); } + +.v-select { position: relative; } + +.v-select:not(.v-select--is-multi).v-text-field--single-line .v-select__sel= +ections { flex-wrap: nowrap; } + +.v-select > .v-input__control > .v-input__slot { cursor: pointer; } + +.v-select .v-chip { -webkit-box-flex: 0; flex: 0 1 auto; margin: 4px; } + +.v-select .v-chip--selected::after { opacity: 0.22; } + +.v-select .fade-transition-leave-active { position: absolute; left: 0px; } + +.v-select.v-input--is-dirty ::-webkit-input-placeholder { color: rgba(0, 0,= + 0, 0) !important; } + +.v-select.v-input--is-dirty ::placeholder { color: rgba(0, 0, 0, 0) !import= +ant; } + +.v-select:not(.v-input--is-dirty):not(.v-input--is-focused) .v-text-field__= +prefix { line-height: 20px; top: 7px; transition: all 0.3s cubic-bezier(0.2= +5, 0.8, 0.5, 1) 0s; } + +.v-select.v-text-field--enclosed:not(.v-text-field--single-line):not(.v-tex= +t-field--outlined) .v-select__selections { padding-top: 20px; } + +.v-select.v-text-field--outlined:not(.v-text-field--single-line) .v-select_= +_selections { padding: 8px 0px; } + +.v-select.v-text-field--outlined:not(.v-text-field--single-line).v-input--d= +ense .v-select__selections { padding: 4px 0px; } + +.v-select.v-text-field input { -webkit-box-flex: 1; flex: 1 1 0%; min-width= +: 0px; position: relative; } + +.v-select.v-text-field:not(.v-text-field--single-line) input { margin-top: = +0px; } + +.v-select.v-select--is-menu-active .v-input__icon--append .v-icon { transfo= +rm: rotate(180deg); } + +.v-select.v-select--chips input { margin: 0px; } + +.v-select.v-select--chips .v-select__selections { min-height: 42px; } + +.v-select.v-select--chips.v-input--dense .v-select__selections { min-height= +: 40px; } + +.v-select.v-select--chips .v-chip--select.v-chip--active::before { opacity:= + 0.2; } + +.v-select.v-select--chips.v-select--chips--small .v-select__selections { mi= +n-height: 26px; } + +.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box= + .v-select__selections, .v-select.v-select--chips:not(.v-text-field--single= +-line).v-text-field--enclosed .v-select__selections { min-height: 68px; } + +.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box= +.v-input--dense .v-select__selections, .v-select.v-select--chips:not(.v-tex= +t-field--single-line).v-text-field--enclosed.v-input--dense .v-select__sele= +ctions { min-height: 40px; } + +.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box= +.v-select--chips--small .v-select__selections, .v-select.v-select--chips:no= +t(.v-text-field--single-line).v-text-field--enclosed.v-select--chips--small= + .v-select__selections { min-height: 26px; } + +.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box= +.v-select--chips--small.v-input--dense .v-select__selections, .v-select.v-s= +elect--chips:not(.v-text-field--single-line).v-text-field--enclosed.v-selec= +t--chips--small.v-input--dense .v-select__selections { min-height: 38px; } + +.v-select.v-text-field--reverse .v-select__slot, .v-select.v-text-field--re= +verse .v-select__selections { -webkit-box-orient: horizontal; -webkit-box-d= +irection: reverse; flex-direction: row-reverse; } + +.v-select.v-input--is-disabled:not(.v-input--is-readonly):not(.v-autocomple= +te) { pointer-events: none; } + +.v-select__selections { -webkit-box-align: center; align-items: center; dis= +play: flex; -webkit-box-flex: 1; flex: 1 1 0%; flex-wrap: wrap; line-height= +: 18px; max-width: 100%; min-width: 0px; } + +.v-select__selection { max-width: 90%; } + +.v-select__selection--comma { margin: 7px 4px 7px 0px; min-height: 10px; ov= +erflow: hidden; text-overflow: ellipsis; white-space: nowrap; } + +.v-select.v-input--dense .v-select__selection--comma { margin: 5px 4px 3px = +0px; } + +.v-select.v-input--dense .v-chip { margin: 0px 4px; } + +.v-select__slot { position: relative; -webkit-box-align: center; align-item= +s: center; display: flex; max-width: 100%; min-width: 0px; width: 100%; } + +.v-select:not(.v-text-field--single-line):not(.v-text-field--outlined) .v-s= +elect__slot > input { align-self: flex-end; } + +.theme--light.v-list-item--disabled { color: rgba(0, 0, 0, 0.38); } + +.theme--light.v-list-item:not(.v-list-item--active):not(.v-list-item--disab= +led) { color: rgba(0, 0, 0, 0.87); } + +.theme--light.v-list-item .v-list-item__mask { color: rgba(0, 0, 0, 0.38); = +background: rgb(238, 238, 238); } + +.theme--light.v-list-item:not(.v-list-item--disabled) .v-list-item__subtitl= +e, .theme--light.v-list-item:not(.v-list-item--disabled) .v-list-item__acti= +on-text { color: rgba(0, 0, 0, 0.6); } + +.theme--light.v-list-item:hover::before { opacity: 0.04; } + +.theme--light.v-list-item:focus::before { opacity: 0.12; } + +.theme--light.v-list-item--active:hover::before, .theme--light.v-list-item-= +-active::before { opacity: 0.12; } + +.theme--light.v-list-item--active:focus::before { opacity: 0.16; } + +.theme--light.v-list-item.v-list-item--highlighted::before { opacity: 0.16;= + } + +.theme--dark.v-list-item--disabled { color: rgba(255, 255, 255, 0.5); } + +.theme--dark.v-list-item:not(.v-list-item--active):not(.v-list-item--disabl= +ed) { color: rgb(255, 255, 255); } + +.theme--dark.v-list-item .v-list-item__mask { color: rgba(255, 255, 255, 0.= +5); background: rgb(73, 73, 73); } + +.theme--dark.v-list-item:not(.v-list-item--disabled) .v-list-item__subtitle= +, .theme--dark.v-list-item:not(.v-list-item--disabled) .v-list-item__action= +-text { color: rgba(255, 255, 255, 0.7); } + +.theme--dark.v-list-item:hover::before { opacity: 0.08; } + +.theme--dark.v-list-item:focus::before { opacity: 0.24; } + +.theme--dark.v-list-item--active:hover::before, .theme--dark.v-list-item--a= +ctive::before { opacity: 0.24; } + +.theme--dark.v-list-item--active:focus::before { opacity: 0.32; } + +.theme--dark.v-list-item.v-list-item--highlighted::before { opacity: 0.32; = +} + +.v-list-item { -webkit-box-align: center; align-items: center; display: fle= +x; -webkit-box-flex: 1; flex: 1 1 100%; letter-spacing: normal; min-height:= + 48px; outline: none; padding: 0px 16px; position: relative; text-decoratio= +n: none; } + +.v-list-item--disabled { pointer-events: none; } + +.v-list-item--selectable { user-select: auto; } + +.v-list-item::after { content: ""; min-height: inherit; font-size: 0px; } + +.v-list-item__action { align-self: center; margin: 12px 0px; } + +.v-list-item__action .v-input, .v-list-item__action .v-input__control, .v-l= +ist-item__action .v-input__slot, .v-list-item__action .v-input--selection-c= +ontrols__input { margin: 0px !important; } + +.v-list-item__action .v-input { padding: 0px; } + +.v-list-item__action .v-input .v-messages { display: none; } + +.v-list-item__action-text { font-size: 0.75rem; } + +.v-list-item__avatar { align-self: center; -webkit-box-pack: start; justify= +-content: flex-start; margin-bottom: 8px; margin-top: 8px; } + +.v-list-item__avatar.v-list-item__avatar--horizontal { margin-bottom: 8px; = +margin-top: 8px; } + +.v-application--is-ltr .v-list-item__avatar.v-list-item__avatar--horizontal= +:first-child { margin-left: -16px; } + +.v-application--is-rtl .v-list-item__avatar.v-list-item__avatar--horizontal= +:first-child { margin-right: -16px; } + +.v-application--is-ltr .v-list-item__avatar.v-list-item__avatar--horizontal= +:last-child { margin-left: -16px; } + +.v-application--is-rtl .v-list-item__avatar.v-list-item__avatar--horizontal= +:last-child { margin-right: -16px; } + +.v-list-item__content { -webkit-box-align: center; align-items: center; ali= +gn-self: center; display: flex; flex-wrap: wrap; -webkit-box-flex: 1; flex:= + 1 1 0%; overflow: hidden; padding: 12px 0px; } + +.v-list-item__content > * { line-height: 1.1; -webkit-box-flex: 1; flex: 1 = +0 100%; } + +.v-list-item__content > :not(:last-child) { margin-bottom: 2px; } + +.v-list-item__icon { align-self: flex-start; margin: 16px 0px; } + +.v-application--is-ltr .v-list-item__action:last-of-type:not(:only-child), = +.v-application--is-ltr .v-list-item__avatar:last-of-type:not(:only-child), = +.v-application--is-ltr .v-list-item__icon:last-of-type:not(:only-child) { m= +argin-left: 16px; } + +.v-application--is-rtl .v-list-item__action:last-of-type:not(:only-child), = +.v-application--is-rtl .v-list-item__avatar:last-of-type:not(:only-child), = +.v-application--is-rtl .v-list-item__icon:last-of-type:not(:only-child) { m= +argin-right: 16px; } + +.v-application--is-ltr .v-list-item__avatar:first-child { margin-right: 16p= +x; } + +.v-application--is-rtl .v-list-item__avatar:first-child { margin-left: 16px= +; } + +.v-application--is-ltr .v-list-item__action:first-child, .v-application--is= +-ltr .v-list-item__icon:first-child { margin-right: 32px; } + +.v-application--is-rtl .v-list-item__action:first-child, .v-application--is= +-rtl .v-list-item__icon:first-child { margin-left: 32px; } + +.v-list-item__action, .v-list-item__avatar, .v-list-item__icon { display: i= +nline-flex; min-width: 24px; } + +.v-list-item .v-list-item__title, .v-list-item .v-list-item__subtitle { lin= +e-height: 1.2; } + +.v-list-item__title, .v-list-item__subtitle { -webkit-box-flex: 1; flex: 1 = +1 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } + +.v-list-item__title { align-self: center; font-size: 1rem; } + +.v-list-item__title > .v-badge { margin-top: 16px; } + +.v-list-item__subtitle { font-size: 0.875rem; } + +.v-list-item--dense, .v-list--dense .v-list-item { min-height: 40px; } + +.v-list-item--dense .v-list-item__icon, .v-list--dense .v-list-item .v-list= +-item__icon { height: 24px; margin-top: 8px; margin-bottom: 8px; } + +.v-list-item--dense .v-list-item__content, .v-list--dense .v-list-item .v-l= +ist-item__content { padding: 8px 0px; } + +.v-list-item--dense .v-list-item__title, .v-list-item--dense .v-list-item__= +subtitle, .v-list--dense .v-list-item .v-list-item__title, .v-list--dense .= +v-list-item .v-list-item__subtitle { font-size: 0.8125rem; font-weight: 500= +; line-height: 1rem; } + +.v-list-item--dense.v-list-item--two-line, .v-list--dense .v-list-item.v-li= +st-item--two-line { min-height: 60px; } + +.v-list-item--dense.v-list-item--three-line, .v-list--dense .v-list-item.v-= +list-item--three-line { min-height: 76px; } + +.v-list-item--link { cursor: pointer; user-select: none; } + +.v-list-item--link::before { background-color: currentcolor; inset: 0px; co= +ntent: ""; opacity: 0; pointer-events: none; position: absolute; transition= +: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) 0s; } + +.v-list .v-list-item--active { color: inherit; } + +.v-list .v-list-item--active .v-icon { color: inherit; } + +.v-list-item__action--stack { -webkit-box-align: end; align-items: flex-end= +; align-self: stretch; -webkit-box-pack: justify; justify-content: space-be= +tween; white-space: nowrap; -webkit-box-orient: vertical; -webkit-box-direc= +tion: normal; flex-direction: column; } + +.v-list--two-line .v-list-item .v-list-item__avatar:not(.v-list-item__avata= +r--horizontal), .v-list--two-line .v-list-item .v-list-item__icon, .v-list-= +-three-line .v-list-item .v-list-item__avatar:not(.v-list-item__avatar--hor= +izontal), .v-list--three-line .v-list-item .v-list-item__icon, .v-list-item= +--two-line .v-list-item__avatar:not(.v-list-item__avatar--horizontal), .v-l= +ist-item--two-line .v-list-item__icon, .v-list-item--three-line .v-list-ite= +m__avatar:not(.v-list-item__avatar--horizontal), .v-list-item--three-line .= +v-list-item__icon { margin-bottom: 16px; margin-top: 16px; } + +.v-list--two-line .v-list-item, .v-list-item--two-line { min-height: 64px; = +} + +.v-list--two-line .v-list-item .v-list-item__icon, .v-list-item--two-line .= +v-list-item__icon { margin-bottom: 32px; } + +.v-list--three-line .v-list-item, .v-list-item--three-line { min-height: 88= +px; } + +.v-list--three-line .v-list-item .v-list-item__avatar, .v-list--three-line = +.v-list-item .v-list-item__action, .v-list-item--three-line .v-list-item__a= +vatar, .v-list-item--three-line .v-list-item__action { align-self: flex-sta= +rt; margin-top: 16px; margin-bottom: 16px; } + +.v-list--three-line .v-list-item .v-list-item__content, .v-list-item--three= +-line .v-list-item__content { align-self: stretch; } + +.v-list--three-line .v-list-item .v-list-item__subtitle, .v-list-item--thre= +e-line .v-list-item__subtitle { white-space: initial; -webkit-line-clamp: 2= +; -webkit-box-orient: vertical; display: -webkit-box; } + +.v-simple-checkbox { align-self: center; line-height: normal; position: rel= +ative; user-select: none; } + +.v-simple-checkbox .v-icon { cursor: pointer; } + +.v-simple-checkbox--disabled { cursor: default; } + +.theme--light.v-divider { border-color: rgba(0, 0, 0, 0.12); } + +.theme--dark.v-divider { border-color: rgba(255, 255, 255, 0.12); } + +.v-divider { display: block; -webkit-box-flex: 1; flex: 1 1 0px; max-width:= + 100%; height: 0px; max-height: 0px; border-style: solid; border-color: ini= +tial; border-image: initial; border-width: thin 0px 0px; transition: inheri= +t; } + +.v-divider--inset:not(.v-divider--vertical) { max-width: calc(100% - 72px);= + } + +.v-application--is-ltr .v-divider--inset:not(.v-divider--vertical) { margin= +-left: 72px; } + +.v-application--is-rtl .v-divider--inset:not(.v-divider--vertical) { margin= +-right: 72px; } + +.v-divider--vertical { align-self: stretch; border-style: solid; border-col= +or: initial; border-image: initial; border-width: 0px thin 0px 0px; display= +: inline-flex; height: inherit; min-height: 100%; max-height: 100%; max-wid= +th: 0px; width: 0px; vertical-align: text-bottom; margin: 0px -1px; } + +.v-divider--vertical.v-divider--inset { margin-top: 8px; min-height: 0px; m= +ax-height: calc(100% - 16px); } + +.theme--light.v-subheader { color: rgba(0, 0, 0, 0.6); } + +.theme--dark.v-subheader { color: rgba(255, 255, 255, 0.7); } + +.v-subheader { -webkit-box-align: center; align-items: center; display: fle= +x; height: 48px; font-size: 0.875rem; font-weight: 400; padding: 0px 16px; = +} + +.v-subheader--inset { margin-left: 56px; } + +.v-list.primary > .v-list-item, .v-list.secondary > .v-list-item, .v-list.a= +ccent > .v-list-item, .v-list.success > .v-list-item, .v-list.error > .v-li= +st-item, .v-list.warning > .v-list-item, .v-list.info > .v-list-item { colo= +r: rgb(255, 255, 255); } + +.theme--light.v-list { background: rgb(255, 255, 255); color: rgba(0, 0, 0,= + 0.87); } + +.theme--light.v-list .v-list--disabled { color: rgba(0, 0, 0, 0.38); } + +.theme--light.v-list .v-list-group--active::before, .theme--light.v-list .v= +-list-group--active::after { background: rgba(0, 0, 0, 0.12); } + +.theme--dark.v-list { background: rgb(30, 30, 30); color: rgb(255, 255, 255= +); } + +.theme--dark.v-list .v-list--disabled { color: rgba(255, 255, 255, 0.5); } + +.theme--dark.v-list .v-list-group--active::before, .theme--dark.v-list .v-l= +ist-group--active::after { background: rgba(255, 255, 255, 0.12); } + +.v-sheet.v-list { border-radius: 0px; } + +.v-sheet.v-list:not(.v-sheet--outlined) { box-shadow: rgba(0, 0, 0, 0.2) 0p= +x 0px 0px 0px, rgba(0, 0, 0, 0.14) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px= + 0px 0px 0px; } + +.v-sheet.v-list.v-sheet--shaped { border-radius: 0px; } + +.v-list { display: block; padding: 8px 0px; position: static; transition: b= +ox-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-box-shadow 280ms c= +ubic-bezier(0.4, 0, 0.2, 1) 0s; } + +.v-list--disabled { pointer-events: none; } + +.v-list--flat .v-list-item::before { display: none; } + +.v-list--dense .v-subheader { font-size: 0.75rem; height: 40px; padding: 0p= +x 8px; } + +.v-list--nav .v-list-item:not(:last-child):not(:only-child), .v-list--round= +ed .v-list-item:not(:last-child):not(:only-child) { margin-bottom: 8px; } + +.v-list--nav.v-list--dense .v-list-item:not(:last-child):not(:only-child), = +.v-list--nav .v-list-item--dense:not(:last-child):not(:only-child), .v-list= +--rounded.v-list--dense .v-list-item:not(:last-child):not(:only-child), .v-= +list--rounded .v-list-item--dense:not(:last-child):not(:only-child) { margi= +n-bottom: 4px; } + +.v-list--nav { padding-left: 8px; padding-right: 8px; } + +.v-list--nav .v-list-item { padding: 0px 8px; } + +.v-list--nav .v-list-item, .v-list--nav .v-list-item::before { border-radiu= +s: 4px; } + +.v-application--is-ltr .v-list.v-sheet--shaped .v-list-item, .v-application= +--is-ltr .v-list.v-sheet--shaped .v-list-item::before, .v-application--is-l= +tr .v-list.v-sheet--shaped .v-list-item > .v-ripple__container { border-bot= +tom-right-radius: 32px !important; border-top-right-radius: 32px !important= +; } + +.v-application--is-rtl .v-list.v-sheet--shaped .v-list-item, .v-application= +--is-rtl .v-list.v-sheet--shaped .v-list-item::before, .v-application--is-r= +tl .v-list.v-sheet--shaped .v-list-item > .v-ripple__container { border-bot= +tom-left-radius: 32px !important; border-top-left-radius: 32px !important; = +} + +.v-application--is-ltr .v-list.v-sheet--shaped.v-list--two-line .v-list-ite= +m, .v-application--is-ltr .v-list.v-sheet--shaped.v-list--two-line .v-list-= +item::before, .v-application--is-ltr .v-list.v-sheet--shaped.v-list--two-li= +ne .v-list-item > .v-ripple__container { border-bottom-right-radius: 42.666= +7px !important; border-top-right-radius: 42.6667px !important; } + +.v-application--is-rtl .v-list.v-sheet--shaped.v-list--two-line .v-list-ite= +m, .v-application--is-rtl .v-list.v-sheet--shaped.v-list--two-line .v-list-= +item::before, .v-application--is-rtl .v-list.v-sheet--shaped.v-list--two-li= +ne .v-list-item > .v-ripple__container { border-bottom-left-radius: 42.6667= +px !important; border-top-left-radius: 42.6667px !important; } + +.v-application--is-ltr .v-list.v-sheet--shaped.v-list--three-line .v-list-i= +tem, .v-application--is-ltr .v-list.v-sheet--shaped.v-list--three-line .v-l= +ist-item::before, .v-application--is-ltr .v-list.v-sheet--shaped.v-list--th= +ree-line .v-list-item > .v-ripple__container { border-bottom-right-radius: = +58.6667px !important; border-top-right-radius: 58.6667px !important; } + +.v-application--is-rtl .v-list.v-sheet--shaped.v-list--three-line .v-list-i= +tem, .v-application--is-rtl .v-list.v-sheet--shaped.v-list--three-line .v-l= +ist-item::before, .v-application--is-rtl .v-list.v-sheet--shaped.v-list--th= +ree-line .v-list-item > .v-ripple__container { border-bottom-left-radius: 5= +8.6667px !important; border-top-left-radius: 58.6667px !important; } + +.v-application--is-ltr .v-list.v-sheet--shaped { padding-right: 8px; } + +.v-application--is-rtl .v-list.v-sheet--shaped { padding-left: 8px; } + +.v-list--rounded { padding: 8px; } + +.v-list--rounded .v-list-item, .v-list--rounded .v-list-item::before, .v-li= +st--rounded .v-list-item > .v-ripple__container { border-radius: 32px !impo= +rtant; } + +.v-list--rounded.v-list--two-line .v-list-item, .v-list--rounded.v-list--tw= +o-line .v-list-item::before, .v-list--rounded.v-list--two-line .v-list-item= + > .v-ripple__container { border-radius: 42.6667px !important; } + +.v-list--rounded.v-list--three-line .v-list-item, .v-list--rounded.v-list--= +three-line .v-list-item::before, .v-list--rounded.v-list--three-line .v-lis= +t-item > .v-ripple__container { border-radius: 58.6667px !important; } + +.v-list--subheader { padding-top: 0px; } + +.theme--light.v-sheet { background-color: rgb(255, 255, 255); border-color:= + rgb(255, 255, 255); color: rgba(0, 0, 0, 0.87); } + +.theme--light.v-sheet--outlined { border: thin solid rgba(0, 0, 0, 0.12); } + +.theme--dark.v-sheet { background-color: rgb(30, 30, 30); border-color: rgb= +(30, 30, 30); color: rgb(255, 255, 255); } + +.theme--dark.v-sheet--outlined { border: thin solid rgba(255, 255, 255, 0.1= +2); } + +.v-sheet { border-radius: 0px; } + +.v-sheet:not(.v-sheet--outlined) { box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0= +px 0px, rgba(0, 0, 0, 0.14) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 0px 0p= +x 0px; } + +.v-sheet.v-sheet--shaped { border-radius: 24px 0px; } + +.v-list-group .v-list-group__header .v-list-item__icon.v-list-group__header= +__append-icon { align-self: center; margin: 0px; min-width: 48px; -webkit-b= +ox-pack: end; justify-content: flex-end; } + +.v-list-group--sub-group { -webkit-box-align: center; align-items: center; = +display: flex; flex-wrap: wrap; } + +.v-list-group__header.v-list-item--active:not(:hover):not(:focus)::before {= + opacity: 0; } + +.v-list-group__items { -webkit-box-flex: 1; flex: 1 1 auto; } + +.v-list-group__items .v-list-item, .v-list-group__items .v-list-group__item= +s { overflow: hidden; } + +.v-list-group--active > .v-list-group__header > .v-list-group__header__appe= +nd-icon .v-icon { transform: rotate(-180deg); } + +.v-list-group--active > .v-list-group__header.v-list-group__header--sub-gro= +up > .v-list-group__header__prepend-icon .v-icon { transform: rotate(-180de= +g); } + +.v-list-group--active > .v-list-group__header .v-list-item, .v-list-group--= +active > .v-list-group__header .v-list-item__content, .v-list-group--active= + > .v-list-group__header .v-list-group__header__prepend-icon .v-icon { colo= +r: inherit; } + +.v-application--is-ltr .v-list-group--sub-group .v-list-item__action:first-= +child, .v-application--is-ltr .v-list-group--sub-group .v-list-item__avatar= +:first-child, .v-application--is-ltr .v-list-group--sub-group .v-list-item_= +_icon:first-child { margin-right: 16px; } + +.v-application--is-rtl .v-list-group--sub-group .v-list-item__action:first-= +child, .v-application--is-rtl .v-list-group--sub-group .v-list-item__avatar= +:first-child, .v-application--is-rtl .v-list-group--sub-group .v-list-item_= +_icon:first-child { margin-left: 16px; } + +.v-application--is-ltr .v-list-group--sub-group .v-list-group__header { pad= +ding-left: 32px; } + +.v-application--is-rtl .v-list-group--sub-group .v-list-group__header { pad= +ding-right: 32px; } + +.v-application--is-ltr .v-list-group--sub-group .v-list-group__items .v-lis= +t-item { padding-left: 40px; } + +.v-application--is-rtl .v-list-group--sub-group .v-list-group__items .v-lis= +t-item { padding-right: 40px; } + +.v-list-group--sub-group.v-list-group--active .v-list-item__icon.v-list-gro= +up__header__prepend-icon .v-icon { transform: rotate(-180deg); } + +.v-application--is-ltr .v-list-group--no-action > .v-list-group__items > .v= +-list-item { padding-left: 72px; } + +.v-application--is-rtl .v-list-group--no-action > .v-list-group__items > .v= +-list-item { padding-right: 72px; } + +.v-application--is-ltr .v-list-group--no-action.v-list-group--sub-group > .= +v-list-group__items > .v-list-item { padding-left: 88px; } + +.v-application--is-rtl .v-list-group--no-action.v-list-group--sub-group > .= +v-list-group__items > .v-list-item { padding-right: 88px; } + +.v-application--is-ltr .v-list--dense .v-list-group--sub-group .v-list-grou= +p__header { padding-left: 24px; } + +.v-application--is-rtl .v-list--dense .v-list-group--sub-group .v-list-grou= +p__header { padding-right: 24px; } + +.v-application--is-ltr .v-list--dense.v-list--nav .v-list-group--no-action = +> .v-list-group__items > .v-list-item { padding-left: 64px; } + +.v-application--is-rtl .v-list--dense.v-list--nav .v-list-group--no-action = +> .v-list-group__items > .v-list-item { padding-right: 64px; } + +.v-application--is-ltr .v-list--dense.v-list--nav .v-list-group--no-action.= +v-list-group--sub-group > .v-list-group__items > .v-list-item { padding-lef= +t: 80px; } + +.v-application--is-rtl .v-list--dense.v-list--nav .v-list-group--no-action.= +v-list-group--sub-group > .v-list-group__items > .v-list-item { padding-rig= +ht: 80px; } + +.v-avatar { -webkit-box-align: center; align-items: center; border-radius: = +50%; display: inline-flex; -webkit-box-pack: center; justify-content: cente= +r; line-height: normal; position: relative; text-align: center; vertical-al= +ign: middle; overflow: hidden; } + +.v-avatar img, .v-avatar svg, .v-avatar .v-icon, .v-avatar .v-image, .v-ava= +tar .v-responsive__content { border-radius: inherit; display: inline-flex; = +height: inherit; width: inherit; } + +.v-list-item-group .v-list-item--active { color: inherit; } + +.v-item-group { -webkit-box-flex: 0; flex: 0 1 auto; position: relative; ma= +x-width: 100%; transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) 0s; } + +.v-chip:not(.v-chip--outlined).primary, .v-chip:not(.v-chip--outlined).seco= +ndary, .v-chip:not(.v-chip--outlined).accent, .v-chip:not(.v-chip--outlined= +).success, .v-chip:not(.v-chip--outlined).error, .v-chip:not(.v-chip--outli= +ned).warning, .v-chip:not(.v-chip--outlined).info { color: rgb(255, 255, 25= +5); } + +.theme--light.v-chip { border-color: rgba(0, 0, 0, 0.12); color: rgba(0, 0,= + 0, 0.87); } + +.theme--light.v-chip:not(.v-chip--active) { background: rgb(224, 224, 224);= + } + +.theme--light.v-chip:hover::before { opacity: 0.04; } + +.theme--light.v-chip:focus::before { opacity: 0.12; } + +.theme--light.v-chip--active:hover::before, .theme--light.v-chip--active::b= +efore { opacity: 0.12; } + +.theme--light.v-chip--active:focus::before { opacity: 0.16; } + +.theme--dark.v-chip { border-color: rgba(255, 255, 255, 0.12); color: rgb(2= +55, 255, 255); } + +.theme--dark.v-chip:not(.v-chip--active) { background: rgb(85, 85, 85); } + +.theme--dark.v-chip:hover::before { opacity: 0.08; } + +.theme--dark.v-chip:focus::before { opacity: 0.24; } + +.theme--dark.v-chip--active:hover::before, .theme--dark.v-chip--active::bef= +ore { opacity: 0.24; } + +.theme--dark.v-chip--active:focus::before { opacity: 0.32; } + +.v-chip { -webkit-box-align: center; align-items: center; cursor: default; = +display: inline-flex; line-height: 20px; max-width: 100%; outline: none; ov= +erflow: hidden; padding: 0px 12px; position: relative; text-decoration: non= +e; transition-duration: 0.28s; transition-property: box-shadow, opacity, -w= +ebkit-box-shadow; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);= + vertical-align: middle; white-space: nowrap; } + +.v-chip::before { background-color: currentcolor; inset: 0px; border-radius= +: inherit; content: ""; opacity: 0; position: absolute; pointer-events: non= +e; } + +.v-chip .v-avatar { height: 24px !important; min-width: 24px !important; wi= +dth: 24px !important; } + +.v-chip .v-icon { font-size: 24px; } + +.v-application--is-ltr .v-chip .v-avatar--left, .v-application--is-ltr .v-c= +hip .v-icon--left { margin-left: -6px; margin-right: 6px; } + +.v-application--is-ltr .v-chip .v-avatar--right, .v-application--is-ltr .v-= +chip .v-icon--right { margin-left: 6px; margin-right: -6px; } + +.v-application--is-rtl .v-chip .v-avatar--left, .v-application--is-rtl .v-c= +hip .v-icon--left { margin-left: 6px; margin-right: -6px; } + +.v-application--is-rtl .v-chip .v-avatar--right, .v-application--is-rtl .v-= +chip .v-icon--right { margin-left: -6px; margin-right: 6px; } + +.v-chip:not(.v-chip--no-color) .v-icon { color: inherit; } + +.v-chip .v-chip__close.v-icon { font-size: 18px; max-height: 18px; max-widt= +h: 18px; user-select: none; } + +.v-application--is-ltr .v-chip .v-chip__close.v-icon.v-icon--right { margin= +-right: -4px; } + +.v-application--is-rtl .v-chip .v-chip__close.v-icon.v-icon--right { margin= +-left: -4px; } + +.v-chip .v-chip__close.v-icon:hover, .v-chip .v-chip__close.v-icon:focus, .= +v-chip .v-chip__close.v-icon:active { opacity: 0.72; } + +.v-chip .v-chip__content { -webkit-box-align: center; align-items: center; = +display: inline-flex; height: 100%; max-width: 100%; } + +.v-chip--active .v-icon { color: inherit; } + +.v-chip--link::before { transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.= +5, 1) 0s; } + +.v-chip--link:focus::before { opacity: 0.32; } + +.v-chip--clickable { cursor: pointer; user-select: none; } + +.v-chip--clickable:active { box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px= +, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;= + } + +.v-chip--disabled { opacity: 0.4; pointer-events: none; user-select: none; = +} + +.v-chip__filter { max-width: 24px; } + +.v-chip__filter.v-icon { color: inherit; } + +.v-chip__filter.expand-x-transition-leave-active, .v-chip__filter.expand-x-= +transition-enter { margin: 0px; } + +.v-chip--pill .v-chip__filter { margin: 0px 16px 0px 0px; } + +.v-chip--pill .v-avatar { height: 32px !important; width: 32px !important; = +} + +.v-application--is-ltr .v-chip--pill .v-avatar--left { margin-left: -12px; = +} + +.v-application--is-ltr .v-chip--pill .v-avatar--right { margin-right: -12px= +; } + +.v-application--is-rtl .v-chip--pill .v-avatar--left { margin-right: -12px;= + } + +.v-application--is-rtl .v-chip--pill .v-avatar--right { margin-left: -12px;= + } + +.v-chip--label { border-radius: 4px !important; } + +.v-chip.v-chip--outlined { border-width: thin; border-style: solid; } + +.v-chip.v-chip--outlined.v-chip--active::before { opacity: 0.08; } + +.v-chip.v-chip--outlined .v-icon { color: inherit; } + +.v-chip.v-chip--outlined.v-chip.v-chip { background-color: rgba(0, 0, 0, 0)= + !important; } + +.v-chip.v-chip--selected { background: rgba(0, 0, 0, 0); } + +.v-chip.v-chip--selected::after { opacity: 0.28; } + +.v-chip.v-size--x-small { border-radius: 8px; font-size: 10px; height: 16px= +; } + +.v-chip.v-size--small { border-radius: 12px; font-size: 12px; height: 24px;= + } + +.v-chip.v-size--default { border-radius: 16px; font-size: 14px; height: 32p= +x; } + +.v-chip.v-size--large { border-radius: 27px; font-size: 16px; height: 54px;= + } + +.v-chip.v-size--x-large { border-radius: 33px; font-size: 18px; height: 66p= +x; } + +.v-menu { display: none; } + +.v-menu--attached { display: inline; } + +.v-menu__content { position: absolute; display: inline-block; max-width: 80= +%; overflow: hidden auto; contain: content; box-shadow: rgba(0, 0, 0, 0.2) = +0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12)= + 0px 3px 14px 2px; border-radius: 4px; } + +.v-menu__content--active { pointer-events: none; } + +.v-menu__content--auto .v-list-item { transition-property: transform, opaci= +ty, -webkit-transform; transition-duration: 0.3s; transition-timing-functio= +n: cubic-bezier(0.25, 0.8, 0.25, 1); } + +.v-menu__content--fixed { position: fixed; } + +.v-menu__content > .card { contain: content; backface-visibility: hidden; } + +.v-menu > .v-menu__content { max-width: none; } + +.v-menu-transition-enter .v-list-item { min-width: 0px; pointer-events: non= +e; } + +.v-menu-transition-enter-to .v-list-item { transition-delay: 0.1s; } + +.v-menu-transition-leave-active, .v-menu-transition-leave-to { pointer-even= +ts: none; } + +.v-menu-transition-enter, .v-menu-transition-leave-to { opacity: 0; } + +.v-menu-transition-enter-active, .v-menu-transition-leave-active { transiti= +on: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s; } + +.v-menu-transition-enter.v-menu__content--auto { transition: none 0s ease 0= +s !important; } + +.v-menu-transition-enter.v-menu__content--auto .v-list-item { opacity: 0; t= +ransform: translateY(-15px); } + +.v-menu-transition-enter.v-menu__content--auto .v-list-item--active { opaci= +ty: 1; pointer-events: auto; transform: none !important; } + +.v-autocomplete.v-input > .v-input__control > .v-input__slot { cursor: text= +; } + +.v-autocomplete input { align-self: center; } + +.v-autocomplete.v-select.v-input--is-focused input { min-width: 64px; } + +.v-autocomplete:not(.v-input--is-focused).v-select--chips input { max-heigh= +t: 0px; padding: 0px; } + +.v-autocomplete--is-selecting-index input { opacity: 0; } + +.v-autocomplete.v-text-field--enclosed:not(.v-text-field--solo):not(.v-text= +-field--single-line):not(.v-text-field--outlined) .v-select__slot > input {= + margin-top: 24px; } + +.v-autocomplete.v-text-field--enclosed:not(.v-text-field--solo):not(.v-text= +-field--single-line):not(.v-text-field--outlined).v-input--dense .v-select_= +_slot > input { margin-top: 20px; } + +.v-autocomplete__content.v-menu__content { border-radius: 0px; } + +.v-autocomplete__content.v-menu__content .v-card { border-radius: 0px; } + +.theme--light.v-picker__title { background: rgb(224, 224, 224); } + +.theme--dark.v-picker__title { background: rgb(97, 97, 97); } + +.theme--light.v-picker__body { background: rgb(255, 255, 255); } + +.theme--dark.v-picker__body { background: rgb(66, 66, 66); } + +.v-picker { border-radius: 4px; contain: layout style; display: inline-flex= +; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-directi= +on: column; font-size: 1rem; vertical-align: top; position: relative; } + +.v-picker--full-width { display: flex; width: 100%; } + +.v-picker--full-width > .v-picker__body { margin: initial; } + +.v-picker__title { color: rgb(255, 255, 255); border-top-left-radius: 4px; = +border-top-right-radius: 4px; padding: 16px; } + +.v-picker__title__btn { transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1= +) 0s; } + +.v-picker__title__btn:not(.v-picker__title__btn--active) { opacity: 0.6; cu= +rsor: pointer; } + +.v-picker__title__btn:not(.v-picker__title__btn--active):hover:not(:focus) = +{ opacity: 1; } + +.v-picker__title__btn--readonly { pointer-events: none; } + +.v-picker__title__btn--active { opacity: 1; } + +.v-picker__body { height: auto; overflow: hidden; position: relative; z-ind= +ex: 0; -webkit-box-flex: 1; flex: 1 0 auto; display: flex; -webkit-box-orie= +nt: vertical; -webkit-box-direction: normal; flex-direction: column; -webki= +t-box-align: center; align-items: center; margin: 0px auto; } + +.v-picker__body > div { width: 100%; } + +.v-picker__body > div.fade-transition-leave-active { position: absolute; } + +.v-picker--landscape .v-picker__title { border-top-right-radius: 0px; borde= +r-bottom-right-radius: 0px; width: 170px; position: absolute; top: 0px; hei= +ght: 100%; z-index: 1; } + +.v-application--is-ltr .v-picker--landscape .v-picker__title { left: 0px; } + +.v-application--is-rtl .v-picker--landscape .v-picker__title { right: 0px; = +} + +.v-application--is-ltr .v-picker--landscape .v-picker__body:not(.v-picker__= +body--no-title), .v-application--is-ltr .v-picker--landscape .v-picker__act= +ions:not(.v-picker__actions--no-title) { margin-left: 170px; margin-right: = +0px; } + +.v-application--is-rtl .v-picker--landscape .v-picker__body:not(.v-picker__= +body--no-title), .v-application--is-rtl .v-picker--landscape .v-picker__act= +ions:not(.v-picker__actions--no-title) { margin-right: 170px; margin-left: = +0px; } + +.v-picker--flat { box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px 0px, rgba(0, 0= +, 0, 0.14) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 0px 0px 0px; } + +.theme--light.v-card { background-color: rgb(255, 255, 255); color: rgba(0,= + 0, 0, 0.87); } + +.theme--light.v-card > .v-card__text, .theme--light.v-card > .v-card__subti= +tle { color: rgba(0, 0, 0, 0.6); } + +.theme--dark.v-card { background-color: rgb(30, 30, 30); color: rgb(255, 25= +5, 255); } + +.theme--dark.v-card > .v-card__text, .theme--dark.v-card > .v-card__subtitl= +e { color: rgba(255, 255, 255, 0.7); } + +.v-sheet.v-card { border-radius: 4px; } + +.v-sheet.v-card:not(.v-sheet--outlined) { box-shadow: rgba(0, 0, 0, 0.2) 0p= +x 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0p= +x 1px 5px 0px; } + +.v-sheet.v-card.v-sheet--shaped { border-radius: 24px 4px; } + +.v-card { border-width: thin; display: block; max-width: 100%; outline: non= +e; text-decoration: none; transition-property: box-shadow, opacity, -webkit= +-box-shadow; overflow-wrap: break-word; position: relative; white-space: no= +rmal; } + +.v-card > :first-child:not(.v-btn):not(.v-chip):not(.v-avatar), .v-card > .= +v-card__progress + :not(.v-btn):not(.v-chip):not(.v-avatar) { border-top-le= +ft-radius: inherit; border-top-right-radius: inherit; } + +.v-card > :last-child:not(.v-btn):not(.v-chip):not(.v-avatar) { border-bott= +om-left-radius: inherit; border-bottom-right-radius: inherit; } + +.v-card__progress { top: 0px; left: 0px; right: 0px; overflow: hidden; } + +.v-card__subtitle + .v-card__text { padding-top: 0px; } + +.v-card__subtitle, .v-card__text { font-size: 0.875rem; font-weight: 400; l= +ine-height: 1.375rem; letter-spacing: 0.00714286em; } + +.v-card__subtitle, .v-card__text, .v-card__title { padding: 16px; } + +.v-card__title { -webkit-box-align: center; align-items: center; display: f= +lex; flex-wrap: wrap; font-size: 1.25rem; font-weight: 500; letter-spacing:= + 0.0125em; line-height: 2rem; word-break: break-all; } + +.v-card__title + .v-card__subtitle, .v-card__title + .v-card__text { paddin= +g-top: 0px; } + +.v-card__title + .v-card__subtitle { margin-top: -16px; } + +.v-card__text { width: 100%; } + +.v-card__actions { -webkit-box-align: center; align-items: center; display:= + flex; padding: 8px; } + +.v-card__actions > .v-btn.v-btn { padding: 0px 8px; } + +.v-application--is-ltr .v-card__actions > .v-btn.v-btn + .v-btn { margin-le= +ft: 8px; } + +.v-application--is-ltr .v-card__actions > .v-btn.v-btn .v-icon--left { marg= +in-left: 4px; } + +.v-application--is-ltr .v-card__actions > .v-btn.v-btn .v-icon--right { mar= +gin-right: 4px; } + +.v-application--is-rtl .v-card__actions > .v-btn.v-btn + .v-btn { margin-ri= +ght: 8px; } + +.v-application--is-rtl .v-card__actions > .v-btn.v-btn .v-icon--left { marg= +in-right: 4px; } + +.v-application--is-rtl .v-card__actions > .v-btn.v-btn .v-icon--right { mar= +gin-left: 4px; } + +.v-card--flat { box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px 0px, rgba(0, 0, = +0, 0.14) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 0px 0px 0px !important; } + +.v-sheet.v-card--hover { cursor: pointer; transition: box-shadow 0.4s cubic= +-bezier(0.25, 0.8, 0.25, 1) 0s, -webkit-box-shadow 0.4s cubic-bezier(0.25, = +0.8, 0.25, 1) 0s; } + +.v-sheet.v-card--hover:hover, .v-sheet.v-card--hover:focus { box-shadow: rg= +ba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rg= +ba(0, 0, 0, 0.12) 0px 3px 14px 2px; } + +.v-card--link { cursor: pointer; } + +.v-card--link .v-chip { cursor: pointer; } + +.v-card--link:focus::before { opacity: 0.08; } + +.v-card--link::before { background: currentcolor; inset: 0px; content: ""; = +opacity: 0; pointer-events: none; position: absolute; transition: opacity 0= +.2s ease 0s; } + +.v-card--disabled { pointer-events: none; user-select: none; } + +.v-card--disabled > :not(.v-card__progress) { opacity: 0.6; transition: inh= +erit; } + +.v-card--loading { overflow: hidden; } + +.v-card--raised { box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, = +0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px; } + +.v-date-picker-title { display: flex; -webkit-box-pack: justify; justify-co= +ntent: space-between; -webkit-box-orient: vertical; -webkit-box-direction: = +normal; flex-flow: column wrap; line-height: 1; } + +.v-application--is-ltr .v-date-picker-title .v-picker__title__btn { text-al= +ign: left; } + +.v-application--is-rtl .v-date-picker-title .v-picker__title__btn { text-al= +ign: right; } + +.v-date-picker-title__year { -webkit-box-align: center; align-items: center= +; display: inline-flex; font-size: 14px; font-weight: 500; margin-bottom: 8= +px; } + +.v-date-picker-title__date { font-size: 34px; text-align: left; font-weight= +: 500; position: relative; overflow: hidden; padding-bottom: 8px; margin-bo= +ttom: -8px; } + +.v-date-picker-title__date > div { position: relative; } + +.v-date-picker-title--disabled { pointer-events: none; } + +.theme--light.v-date-picker-header .v-date-picker-header__value:not(.v-date= +-picker-header__value--disabled) button:not(:hover):not(:focus) { color: rg= +ba(0, 0, 0, 0.87); } + +.theme--light.v-date-picker-header .v-date-picker-header__value--disabled b= +utton { color: rgba(0, 0, 0, 0.38); } + +.theme--dark.v-date-picker-header .v-date-picker-header__value:not(.v-date-= +picker-header__value--disabled) button:not(:hover):not(:focus) { color: rgb= +(255, 255, 255); } + +.theme--dark.v-date-picker-header .v-date-picker-header__value--disabled bu= +tton { color: rgba(255, 255, 255, 0.5); } + +.v-date-picker-header { padding: 4px 16px; -webkit-box-align: center; align= +-items: center; display: flex; -webkit-box-pack: justify; justify-content: = +space-between; position: relative; } + +.v-date-picker-header .v-btn { margin: 0px; z-index: auto; } + +.v-date-picker-header .v-icon { cursor: pointer; user-select: none; } + +.v-date-picker-header__value { -webkit-box-flex: 1; flex: 1 1 0%; text-alig= +n: center; position: relative; overflow: hidden; } + +.v-date-picker-header__value div { transition: all 0.3s cubic-bezier(0.25, = +0.8, 0.5, 1) 0s; width: 100%; } + +.v-date-picker-header__value button { cursor: pointer; font-weight: bold; o= +utline: none; padding: 0.5rem; transition: all 0.3s cubic-bezier(0.25, 0.8,= + 0.5, 1) 0s; } + +.v-date-picker-header--disabled { pointer-events: none; } + +.v-btn:not(.v-btn--outlined).primary, .v-btn:not(.v-btn--outlined).secondar= +y, .v-btn:not(.v-btn--outlined).accent, .v-btn:not(.v-btn--outlined).succes= +s, .v-btn:not(.v-btn--outlined).error, .v-btn:not(.v-btn--outlined).warning= +, .v-btn:not(.v-btn--outlined).info { color: rgb(255, 255, 255); } + +.theme--light.v-btn { color: rgba(0, 0, 0, 0.87); } + +.theme--light.v-btn.v-btn--disabled { color: rgba(0, 0, 0, 0.26) !important= +; } + +.theme--light.v-btn.v-btn--disabled .v-icon, .theme--light.v-btn.v-btn--dis= +abled .v-btn__loading { color: rgba(0, 0, 0, 0.26) !important; } + +.theme--light.v-btn.v-btn--disabled.v-btn--has-bg { background-color: rgba(= +0, 0, 0, 0.12) !important; } + +.theme--light.v-btn.v-btn--has-bg { background-color: rgb(245, 245, 245); } + +.theme--light.v-btn.v-btn--outlined.v-btn--text { border-color: rgba(0, 0, = +0, 0.12); } + +.theme--light.v-btn.v-btn--icon { color: rgba(0, 0, 0, 0.54); } + +.theme--light.v-btn:hover::before { opacity: 0.08; } + +.theme--light.v-btn:focus::before { opacity: 0.24; } + +.theme--light.v-btn--active:hover::before, .theme--light.v-btn--active::bef= +ore { opacity: 0.18; } + +.theme--light.v-btn--active:focus::before { opacity: 0.16; } + +.theme--dark.v-btn { color: rgb(255, 255, 255); } + +.theme--dark.v-btn.v-btn--disabled { color: rgba(255, 255, 255, 0.3) !impor= +tant; } + +.theme--dark.v-btn.v-btn--disabled .v-icon, .theme--dark.v-btn.v-btn--disab= +led .v-btn__loading { color: rgba(255, 255, 255, 0.3) !important; } + +.theme--dark.v-btn.v-btn--disabled.v-btn--has-bg { background-color: rgba(2= +55, 255, 255, 0.12) !important; } + +.theme--dark.v-btn.v-btn--has-bg { background-color: rgb(39, 39, 39); } + +.theme--dark.v-btn.v-btn--outlined.v-btn--text { border-color: rgba(255, 25= +5, 255, 0.12); } + +.theme--dark.v-btn.v-btn--icon { color: rgb(255, 255, 255); } + +.theme--dark.v-btn:hover::before { opacity: 0.08; } + +.theme--dark.v-btn:focus::before { opacity: 0.24; } + +.theme--dark.v-btn--active:hover::before, .theme--dark.v-btn--active::befor= +e { opacity: 0.18; } + +.theme--dark.v-btn--active:focus::before { opacity: 0.32; } + +.v-btn { -webkit-box-align: center; align-items: center; border-radius: 4px= +; display: inline-flex; -webkit-box-flex: 0; flex: 0 0 auto; font-weight: 5= +00; letter-spacing: 0.0892857em; -webkit-box-pack: center; justify-content:= + center; outline: 0px; position: relative; text-decoration: none; text-inde= +nt: 0.0892857em; text-transform: uppercase; transition-duration: 0.28s; tra= +nsition-property: box-shadow, transform, opacity, -webkit-box-shadow, -webk= +it-transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); use= +r-select: none; vertical-align: middle; white-space: nowrap; } + +.v-btn.v-size--x-small { font-size: 0.625rem; } + +.v-btn.v-size--small { font-size: 0.75rem; } + +.v-btn.v-size--default { font-size: 0.875rem; } + +.v-btn.v-size--large { font-size: 0.875rem; } + +.v-btn.v-size--x-large { font-size: 1rem; } + +.v-btn::before { background-color: currentcolor; border-radius: inherit; in= +set: 0px; color: inherit; content: ""; opacity: 0; pointer-events: none; po= +sition: absolute; transition: opacity 0.2s cubic-bezier(0.4, 0, 0.6, 1) 0s;= + } + +.v-btn:not(.v-btn--round).v-size--x-small { height: 20px; min-width: 36px; = +padding: 0px 8.88889px; } + +.v-btn:not(.v-btn--round).v-size--small { height: 28px; min-width: 50px; pa= +dding: 0px 12.4444px; } + +.v-btn:not(.v-btn--round).v-size--default { height: 36px; min-width: 64px; = +padding: 0px 16px; } + +.v-btn:not(.v-btn--round).v-size--large { height: 44px; min-width: 78px; pa= +dding: 0px 19.5556px; } + +.v-btn:not(.v-btn--round).v-size--x-large { height: 52px; min-width: 92px; = +padding: 0px 23.1111px; } + +.v-btn > .v-btn__content .v-icon { color: inherit; } + +.v-btn__content { -webkit-box-align: center; align-items: center; color: in= +herit; display: flex; -webkit-box-flex: 1; flex: 1 0 auto; -webkit-box-pack= +: inherit; justify-content: inherit; line-height: normal; position: relativ= +e; transition-duration: inherit; transition-timing-function: inherit; trans= +ition-delay: inherit; transition-property: opacity; } + +.v-btn__content .v-icon.v-icon--left, .v-btn__content .v-icon.v-icon--right= + { font-size: 18px; height: 18px; width: 18px; } + +.v-application--is-ltr .v-btn__content .v-icon--left { margin-left: -4px; m= +argin-right: 8px; } + +.v-application--is-rtl .v-btn__content .v-icon--left { margin-left: 8px; ma= +rgin-right: -4px; } + +.v-application--is-ltr .v-btn__content .v-icon--right { margin-left: 8px; m= +argin-right: -4px; } + +.v-application--is-rtl .v-btn__content .v-icon--right { margin-left: -4px; = +margin-right: 8px; } + +.v-btn__loader { -webkit-box-align: center; align-items: center; display: f= +lex; height: 100%; -webkit-box-pack: center; justify-content: center; left:= + 0px; position: absolute; top: 0px; width: 100%; } + +.v-btn--absolute.v-btn--right, .v-btn--fixed.v-btn--right { right: 16px; } + +.v-btn--absolute.v-btn--left, .v-btn--fixed.v-btn--left { left: 16px; } + +.v-btn--absolute.v-btn--top, .v-btn--fixed.v-btn--top { top: 16px; } + +.v-btn--absolute.v-btn--bottom, .v-btn--fixed.v-btn--bottom { bottom: 16px;= + } + +.v-btn--absolute { position: absolute; } + +.v-btn--fixed { position: fixed; } + +.v-btn--block { display: flex; -webkit-box-flex: 1; flex: 1 0 auto; max-wid= +th: none; min-width: 100% !important; } + +.v-btn--is-elevated { box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba= +(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px; } + +.v-btn--is-elevated::after { box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1p= +x, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0p= +x; } + +.v-btn--is-elevated:active { box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3p= +x, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2= +px; } + +.v-btn--is-elevated.v-btn--fab { box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px= + -1px, rgba(0, 0, 0, 0.14) 0px 6px 10px 0px, rgba(0, 0, 0, 0.12) 0px 1px 18= +px 0px; } + +.v-btn--is-elevated.v-btn--fab::after { box-shadow: rgba(0, 0, 0, 0.2) 0px = +5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px= + 3px 14px 2px; } + +.v-btn--is-elevated.v-btn--fab:active { box-shadow: rgba(0, 0, 0, 0.2) 0px = +7px 8px -4px, rgba(0, 0, 0, 0.14) 0px 12px 17px 2px, rgba(0, 0, 0, 0.12) 0p= +x 5px 22px 4px; } + +.v-btn--disabled { pointer-events: none; } + +.v-btn--icon, .v-btn--fab { min-height: 0px; min-width: 0px; padding: 0px; = +} + +.v-btn--icon.v-size--x-small .v-icon, .v-btn--fab.v-size--x-small .v-icon {= + height: 18px; font-size: 18px; width: 18px; } + +.v-btn--icon.v-size--small .v-icon, .v-btn--fab.v-size--small .v-icon { hei= +ght: 24px; font-size: 24px; width: 24px; } + +.v-btn--icon.v-size--default .v-icon, .v-btn--fab.v-size--default .v-icon {= + height: 24px; font-size: 24px; width: 24px; } + +.v-btn--icon.v-size--large .v-icon, .v-btn--fab.v-size--large .v-icon { hei= +ght: 28px; font-size: 28px; width: 28px; } + +.v-btn--icon.v-size--x-large .v-icon, .v-btn--fab.v-size--x-large .v-icon {= + height: 32px; font-size: 32px; width: 32px; } + +.v-btn--icon.v-size--x-small { height: 20px; width: 20px; } + +.v-btn--icon.v-size--small { height: 28px; width: 28px; } + +.v-btn--icon.v-size--default { height: 36px; width: 36px; } + +.v-btn--icon.v-size--large { height: 44px; width: 44px; } + +.v-btn--icon.v-size--x-large { height: 52px; width: 52px; } + +.v-btn--fab.v-btn--absolute, .v-btn--fab.v-btn--fixed { z-index: 4; } + +.v-btn--fab.v-size--x-small { height: 32px; width: 32px; } + +.v-btn--fab.v-size--x-small.v-btn--absolute.v-btn--bottom { bottom: -16px; = +} + +.v-btn--fab.v-size--x-small.v-btn--absolute.v-btn--top { top: -16px; } + +.v-btn--fab.v-size--small { height: 40px; width: 40px; } + +.v-btn--fab.v-size--small.v-btn--absolute.v-btn--bottom { bottom: -20px; } + +.v-btn--fab.v-size--small.v-btn--absolute.v-btn--top { top: -20px; } + +.v-btn--fab.v-size--default { height: 56px; width: 56px; } + +.v-btn--fab.v-size--default.v-btn--absolute.v-btn--bottom { bottom: -28px; = +} + +.v-btn--fab.v-size--default.v-btn--absolute.v-btn--top { top: -28px; } + +.v-btn--fab.v-size--large { height: 64px; width: 64px; } + +.v-btn--fab.v-size--large.v-btn--absolute.v-btn--bottom { bottom: -32px; } + +.v-btn--fab.v-size--large.v-btn--absolute.v-btn--top { top: -32px; } + +.v-btn--fab.v-size--x-large { height: 72px; width: 72px; } + +.v-btn--fab.v-size--x-large.v-btn--absolute.v-btn--bottom { bottom: -36px; = +} + +.v-btn--fab.v-size--x-large.v-btn--absolute.v-btn--top { top: -36px; } + +.v-btn--loading { pointer-events: none; transition: none 0s ease 0s; } + +.v-btn--loading .v-btn__content { opacity: 0; } + +.v-btn--outlined { border: thin solid currentcolor; } + +.v-btn--plain::before { display: none; } + +.v-btn--plain:not(.v-btn--active):not(.v-btn--loading):not(:focus):not(:hov= +er) .v-btn__content { opacity: 0.62; } + +.v-btn--round { border-radius: 50%; } + +.v-btn--rounded { border-radius: 28px; } + +.v-btn--tile { border-radius: 0px; } + +.v-progress-circular { position: relative; display: inline-flex; vertical-a= +lign: middle; -webkit-box-pack: center; justify-content: center; -webkit-bo= +x-align: center; align-items: center; } + +.v-progress-circular > svg { width: 100%; height: 100%; margin: auto; posit= +ion: absolute; inset: 0px; z-index: 0; } + +.v-progress-circular--indeterminate > svg { animation: 1.4s linear 0s infin= +ite normal none running progress-circular-rotate; transform-origin: center = +center; transition: all 0.2s ease-in-out 0s; } + +.v-progress-circular--indeterminate .v-progress-circular__overlay { animati= +on: 1.4s ease-in-out 0s infinite normal none running progress-circular-dash= +; stroke-linecap: round; stroke-dasharray: 80, 200; stroke-dashoffset: 0px;= + } + +.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > sv= +g, .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .= +v-progress-circular__overlay { animation-play-state: paused !important; } + +.v-progress-circular__info { -webkit-box-align: center; align-items: center= +; display: flex; -webkit-box-pack: center; justify-content: center; } + +.v-progress-circular__underlay { stroke: rgba(158, 158, 158, 0.4); z-index:= + 1; } + +.v-progress-circular__overlay { stroke: currentcolor; z-index: 2; transitio= +n: all 0.6s ease-in-out 0s; } + +@-webkit-keyframes progress-circular-dash {=20 + 0% { stroke-dasharray: 1, 200; stroke-dashoffset: 0px; } + 50% { stroke-dasharray: 100, 200; stroke-dashoffset: -15px; } + 100% { stroke-dasharray: 100, 200; stroke-dashoffset: -124px; } +} + +@keyframes progress-circular-dash {=20 + 0% { stroke-dasharray: 1, 200; stroke-dashoffset: 0px; } + 50% { stroke-dasharray: 100, 200; stroke-dashoffset: -15px; } + 100% { stroke-dasharray: 100, 200; stroke-dashoffset: -124px; } +} + +@-webkit-keyframes progress-circular-rotate {=20 + 100% { transform: rotate(360deg); } +} + +@keyframes progress-circular-rotate {=20 + 100% { transform: rotate(360deg); } +} + +.theme--light.v-date-picker-table th, .theme--light.v-date-picker-table .v-= +date-picker-table--date__week { color: rgba(0, 0, 0, 0.38); } + +.theme--dark.v-date-picker-table th, .theme--dark.v-date-picker-table .v-da= +te-picker-table--date__week { color: rgba(255, 255, 255, 0.5); } + +.v-date-picker-table { position: relative; padding: 0px 12px; height: 242px= +; } + +.v-date-picker-table table { transition: all 0.3s cubic-bezier(0.25, 0.8, 0= +.5, 1) 0s; top: 0px; table-layout: fixed; width: 100%; } + +.v-date-picker-table td, .v-date-picker-table th { text-align: center; posi= +tion: relative; } + +.v-date-picker-table th { font-size: 12px; } + +.v-date-picker-table--date .v-btn { height: 32px; width: 32px; } + +.v-date-picker-table .v-btn { z-index: auto; margin: 0px; font-size: 12px; = +} + +.v-date-picker-table .v-btn.v-btn--active { color: rgb(255, 255, 255); } + +.v-date-picker-table--month td { width: 33.3333%; height: 56px; vertical-al= +ign: middle; text-align: center; } + +.v-date-picker-table--month td .v-btn { margin: 0px auto; max-width: 140px;= + min-width: 40px; width: 100%; } + +.v-date-picker-table--date th { padding: 8px 0px; font-weight: 600; } + +.v-date-picker-table--date td { width: 45px; } + +.v-date-picker-table__events { height: 8px; left: 0px; position: absolute; = +text-align: center; white-space: pre; width: 100%; } + +.v-date-picker-table__events > div { border-radius: 50%; display: inline-bl= +ock; height: 8px; margin: 0px 1px; width: 8px; } + +.v-date-picker-table--date .v-date-picker-table__events { bottom: 6px; } + +.v-date-picker-table--month .v-date-picker-table__events { bottom: 8px; } + +.v-date-picker-table__current .v-date-picker-table__events { margin-bottom:= + -1px; } + +.v-date-picker-table--disabled { pointer-events: none; } + +.v-date-picker-years { font-size: 16px; font-weight: 400; height: 290px; li= +st-style-type: none; overflow: auto; text-align: center; } + +.v-date-picker-years.v-date-picker-years { padding: 0px; } + +.v-date-picker-years li { cursor: pointer; padding: 8px 0px; transition: no= +ne 0s ease 0s; } + +.v-date-picker-years li.active { font-size: 26px; font-weight: 500; padding= +: 10px 0px; } + +.v-date-picker-years li:hover { background: rgba(0, 0, 0, 0.12); } + +.v-picker--landscape .v-date-picker-years { padding: 0px; height: 290px; } + +.theme--light.v-file-input .v-file-input__text { color: rgba(0, 0, 0, 0.87)= +; } + +.theme--light.v-file-input .v-file-input__text--placeholder { color: rgba(0= +, 0, 0, 0.6); } + +.theme--light.v-file-input.v-input--is-disabled .v-file-input__text { color= +: rgba(0, 0, 0, 0.38); } + +.theme--light.v-file-input.v-input--is-disabled .v-file-input__text .v-file= +-input__text--placeholder { color: rgba(0, 0, 0, 0.38); } + +.theme--dark.v-file-input .v-file-input__text { color: rgb(255, 255, 255); = +} + +.theme--dark.v-file-input .v-file-input__text--placeholder { color: rgba(25= +5, 255, 255, 0.7); } + +.theme--dark.v-file-input.v-input--is-disabled .v-file-input__text { color:= + rgba(255, 255, 255, 0.5); } + +.theme--dark.v-file-input.v-input--is-disabled .v-file-input__text .v-file-= +input__text--placeholder { color: rgba(255, 255, 255, 0.5); } + +.v-file-input input[type=3D"file"] { left: 0px; opacity: 0; pointer-events:= + none; position: absolute; max-width: 0px; width: 0px; } + +.v-file-input .v-file-input__text { -webkit-box-align: center; align-items:= + center; align-self: stretch; display: flex; flex-wrap: wrap; width: 100%; = +} + +.v-file-input .v-file-input__text.v-file-input__text--chips { flex-wrap: wr= +ap; } + +.v-file-input .v-file-input__text .v-chip { margin: 4px; } + +.v-file-input .v-text-field__slot { min-height: 32px; } + +.v-file-input.v-input--dense .v-text-field__slot { min-height: 26px; } + +.v-file-input.v-text-field--filled:not(.v-text-field--single-line) .v-file-= +input__text { padding-top: 22px; } + +.v-file-input.v-text-field--outlined .v-text-field__slot { padding: 6px 0px= +; } + +.v-file-input.v-text-field--outlined.v-input--dense .v-text-field__slot { p= +adding: 3px 0px; } + +.theme--light.v-radio--is-disabled label { color: rgba(0, 0, 0, 0.38); } + +.theme--dark.v-radio--is-disabled label { color: rgba(255, 255, 255, 0.5); = +} + +.v-radio { -webkit-box-align: center; align-items: center; display: flex; h= +eight: auto; outline: none; } + +.v-radio--is-disabled { pointer-events: none; cursor: default; } + +.v-input--radio-group.v-input--radio-group--row .v-radio { margin-right: 16= +px; } + +.v-input--radio-group legend.v-label { cursor: text; font-size: 14px; heigh= +t: auto; } + +.v-input--radio-group__input { border: none; cursor: default; display: flex= +; width: 100%; } + +.v-input--radio-group--column .v-input--radio-group__input > .v-label { pad= +ding-bottom: 8px; } + +.v-input--radio-group--row .v-input--radio-group__input > .v-label { paddin= +g-right: 8px; } + +.v-input--radio-group--row legend { align-self: center; display: inline-blo= +ck; } + +.v-input--radio-group--row .v-input--radio-group__input { -webkit-box-orien= +t: horizontal; -webkit-box-direction: normal; flex-flow: row wrap; } + +.v-input--radio-group--column legend { padding-bottom: 8px; } + +.v-input--radio-group--column .v-radio:not(:last-child):not(:only-child) { = +margin-bottom: 8px; } + +.v-input--radio-group--column .v-input--radio-group__input { -webkit-box-or= +ient: vertical; -webkit-box-direction: normal; flex-direction: column; } + +@font-face { font-family: "Material Design Icons"; src: url("./fonts/materi= +aldesignicons-webfont.woff2") format("woff2"), url("./fonts/materialdesigni= +cons-webfont.woff") format("woff"), url("./fonts/materialdesignicons-webfon= +t.ttf") format("truetype"); font-weight: normal; font-style: normal; } + +.mdi::before, .mdi-set { display: inline-block; font-style: normal; font-va= +riant: normal; font-kerning: auto; font-optical-sizing: auto; font-feature-= +settings: normal; font-variation-settings: normal; font-weight: normal; fon= +t-stretch: normal; font-family: "Material Design Icons"; font-size: inherit= +; text-rendering: auto; line-height: inherit; -webkit-font-smoothing: antia= +liased; } + +.mdi-ab-testing::before { content: "=F3=B0=87=89"; } + +.mdi-abacus::before { content: "=F3=B1=9B=A0"; } + +.mdi-abjad-arabic::before { content: "=F3=B1=8C=A8"; } + +.mdi-abjad-hebrew::before { content: "=F3=B1=8C=A9"; } + +.mdi-abugida-devanagari::before { content: "=F3=B1=8C=AA"; } + +.mdi-abugida-thai::before { content: "=F3=B1=8C=AB"; } + +.mdi-access-point::before { content: "=F3=B0=80=83"; } + +.mdi-access-point-check::before { content: "=F3=B1=94=B8"; } + +.mdi-access-point-minus::before { content: "=F3=B1=94=B9"; } + +.mdi-access-point-network::before { content: "=F3=B0=80=82"; } + +.mdi-access-point-network-off::before { content: "=F3=B0=AF=A1"; } + +.mdi-access-point-off::before { content: "=F3=B1=94=91"; } + +.mdi-access-point-plus::before { content: "=F3=B1=94=BA"; } + +.mdi-access-point-remove::before { content: "=F3=B1=94=BB"; } + +.mdi-account::before { content: "=F3=B0=80=84"; } + +.mdi-account-alert::before { content: "=F3=B0=80=85"; } + +.mdi-account-alert-outline::before { content: "=F3=B0=AD=90"; } + +.mdi-account-arrow-down::before { content: "=F3=B1=A1=A8"; } + +.mdi-account-arrow-down-outline::before { content: "=F3=B1=A1=A9"; } + +.mdi-account-arrow-left::before { content: "=F3=B0=AD=91"; } + +.mdi-account-arrow-left-outline::before { content: "=F3=B0=AD=92"; } + +.mdi-account-arrow-right::before { content: "=F3=B0=AD=93"; } + +.mdi-account-arrow-right-outline::before { content: "=F3=B0=AD=94"; } + +.mdi-account-arrow-up::before { content: "=F3=B1=A1=A7"; } + +.mdi-account-arrow-up-outline::before { content: "=F3=B1=A1=AA"; } + +.mdi-account-badge::before { content: "=F3=B1=AC=8A"; } + +.mdi-account-badge-outline::before { content: "=F3=B1=AC=8B"; } + +.mdi-account-box::before { content: "=F3=B0=80=86"; } + +.mdi-account-box-multiple::before { content: "=F3=B0=A4=B4"; } + +.mdi-account-box-multiple-outline::before { content: "=F3=B1=80=8A"; } + +.mdi-account-box-outline::before { content: "=F3=B0=80=87"; } + +.mdi-account-cancel::before { content: "=F3=B1=8B=9F"; } + +.mdi-account-cancel-outline::before { content: "=F3=B1=8B=A0"; } + +.mdi-account-cash::before { content: "=F3=B1=82=97"; } + +.mdi-account-cash-outline::before { content: "=F3=B1=82=98"; } + +.mdi-account-check::before { content: "=F3=B0=80=88"; } + +.mdi-account-check-outline::before { content: "=F3=B0=AF=A2"; } + +.mdi-account-child::before { content: "=F3=B0=AA=89"; } + +.mdi-account-child-circle::before { content: "=F3=B0=AA=8A"; } + +.mdi-account-child-outline::before { content: "=F3=B1=83=88"; } + +.mdi-account-circle::before { content: "=F3=B0=80=89"; } + +.mdi-account-circle-outline::before { content: "=F3=B0=AD=95"; } + +.mdi-account-clock::before { content: "=F3=B0=AD=96"; } + +.mdi-account-clock-outline::before { content: "=F3=B0=AD=97"; } + +.mdi-account-cog::before { content: "=F3=B1=8D=B0"; } + +.mdi-account-cog-outline::before { content: "=F3=B1=8D=B1"; } + +.mdi-account-convert::before { content: "=F3=B0=80=8A"; } + +.mdi-account-convert-outline::before { content: "=F3=B1=8C=81"; } + +.mdi-account-cowboy-hat::before { content: "=F3=B0=BA=9B"; } + +.mdi-account-cowboy-hat-outline::before { content: "=F3=B1=9F=B3"; } + +.mdi-account-details::before { content: "=F3=B0=98=B1"; } + +.mdi-account-details-outline::before { content: "=F3=B1=8D=B2"; } + +.mdi-account-edit::before { content: "=F3=B0=9A=BC"; } + +.mdi-account-edit-outline::before { content: "=F3=B0=BF=BB"; } + +.mdi-account-eye::before { content: "=F3=B0=90=A0"; } + +.mdi-account-eye-outline::before { content: "=F3=B1=89=BB"; } + +.mdi-account-filter::before { content: "=F3=B0=A4=B6"; } + +.mdi-account-filter-outline::before { content: "=F3=B0=BE=9D"; } + +.mdi-account-group::before { content: "=F3=B0=A1=89"; } + +.mdi-account-group-outline::before { content: "=F3=B0=AD=98"; } + +.mdi-account-hard-hat::before { content: "=F3=B0=96=B5"; } + +.mdi-account-hard-hat-outline::before { content: "=F3=B1=A8=9F"; } + +.mdi-account-heart::before { content: "=F3=B0=A2=99"; } + +.mdi-account-heart-outline::before { content: "=F3=B0=AF=A3"; } + +.mdi-account-injury::before { content: "=F3=B1=A0=95"; } + +.mdi-account-injury-outline::before { content: "=F3=B1=A0=96"; } + +.mdi-account-key::before { content: "=F3=B0=80=8B"; } + +.mdi-account-key-outline::before { content: "=F3=B0=AF=A4"; } + +.mdi-account-lock::before { content: "=F3=B1=85=9E"; } + +.mdi-account-lock-open::before { content: "=F3=B1=A5=A0"; } + +.mdi-account-lock-open-outline::before { content: "=F3=B1=A5=A1"; } + +.mdi-account-lock-outline::before { content: "=F3=B1=85=9F"; } + +.mdi-account-minus::before { content: "=F3=B0=80=8D"; } + +.mdi-account-minus-outline::before { content: "=F3=B0=AB=AC"; } + +.mdi-account-multiple::before { content: "=F3=B0=80=8E"; } + +.mdi-account-multiple-check::before { content: "=F3=B0=A3=85"; } + +.mdi-account-multiple-check-outline::before { content: "=F3=B1=87=BE"; } + +.mdi-account-multiple-minus::before { content: "=F3=B0=97=93"; } + +.mdi-account-multiple-minus-outline::before { content: "=F3=B0=AF=A5"; } + +.mdi-account-multiple-outline::before { content: "=F3=B0=80=8F"; } + +.mdi-account-multiple-plus::before { content: "=F3=B0=80=90"; } + +.mdi-account-multiple-plus-outline::before { content: "=F3=B0=A0=80"; } + +.mdi-account-multiple-remove::before { content: "=F3=B1=88=8A"; } + +.mdi-account-multiple-remove-outline::before { content: "=F3=B1=88=8B"; } + +.mdi-account-music::before { content: "=F3=B0=A0=83"; } + +.mdi-account-music-outline::before { content: "=F3=B0=B3=A9"; } + +.mdi-account-network::before { content: "=F3=B0=80=91"; } + +.mdi-account-network-off::before { content: "=F3=B1=AB=B1"; } + +.mdi-account-network-off-outline::before { content: "=F3=B1=AB=B2"; } + +.mdi-account-network-outline::before { content: "=F3=B0=AF=A6"; } + +.mdi-account-off::before { content: "=F3=B0=80=92"; } + +.mdi-account-off-outline::before { content: "=F3=B0=AF=A7"; } + +.mdi-account-outline::before { content: "=F3=B0=80=93"; } + +.mdi-account-plus::before { content: "=F3=B0=80=94"; } + +.mdi-account-plus-outline::before { content: "=F3=B0=A0=81"; } + +.mdi-account-question::before { content: "=F3=B0=AD=99"; } + +.mdi-account-question-outline::before { content: "=F3=B0=AD=9A"; } + +.mdi-account-reactivate::before { content: "=F3=B1=94=AB"; } + +.mdi-account-reactivate-outline::before { content: "=F3=B1=94=AC"; } + +.mdi-account-remove::before { content: "=F3=B0=80=95"; } + +.mdi-account-remove-outline::before { content: "=F3=B0=AB=AD"; } + +.mdi-account-school::before { content: "=F3=B1=A8=A0"; } + +.mdi-account-school-outline::before { content: "=F3=B1=A8=A1"; } + +.mdi-account-search::before { content: "=F3=B0=80=96"; } + +.mdi-account-search-outline::before { content: "=F3=B0=A4=B5"; } + +.mdi-account-settings::before { content: "=F3=B0=98=B0"; } + +.mdi-account-settings-outline::before { content: "=F3=B1=83=89"; } + +.mdi-account-star::before { content: "=F3=B0=80=97"; } + +.mdi-account-star-outline::before { content: "=F3=B0=AF=A8"; } + +.mdi-account-supervisor::before { content: "=F3=B0=AA=8B"; } + +.mdi-account-supervisor-circle::before { content: "=F3=B0=AA=8C"; } + +.mdi-account-supervisor-circle-outline::before { content: "=F3=B1=93=AC"; } + +.mdi-account-supervisor-outline::before { content: "=F3=B1=84=AD"; } + +.mdi-account-switch::before { content: "=F3=B0=80=99"; } + +.mdi-account-switch-outline::before { content: "=F3=B0=93=8B"; } + +.mdi-account-sync::before { content: "=F3=B1=A4=9B"; } + +.mdi-account-sync-outline::before { content: "=F3=B1=A4=9C"; } + +.mdi-account-tie::before { content: "=F3=B0=B3=A3"; } + +.mdi-account-tie-hat::before { content: "=F3=B1=A2=98"; } + +.mdi-account-tie-hat-outline::before { content: "=F3=B1=A2=99"; } + +.mdi-account-tie-outline::before { content: "=F3=B1=83=8A"; } + +.mdi-account-tie-voice::before { content: "=F3=B1=8C=88"; } + +.mdi-account-tie-voice-off::before { content: "=F3=B1=8C=8A"; } + +.mdi-account-tie-voice-off-outline::before { content: "=F3=B1=8C=8B"; } + +.mdi-account-tie-voice-outline::before { content: "=F3=B1=8C=89"; } + +.mdi-account-tie-woman::before { content: "=F3=B1=AA=8C"; } + +.mdi-account-voice::before { content: "=F3=B0=97=8B"; } + +.mdi-account-voice-off::before { content: "=F3=B0=BB=94"; } + +.mdi-account-wrench::before { content: "=F3=B1=A2=9A"; } + +.mdi-account-wrench-outline::before { content: "=F3=B1=A2=9B"; } + +.mdi-adjust::before { content: "=F3=B0=80=9A"; } + +.mdi-advertisements::before { content: "=F3=B1=A4=AA"; } + +.mdi-advertisements-off::before { content: "=F3=B1=A4=AB"; } + +.mdi-air-conditioner::before { content: "=F3=B0=80=9B"; } + +.mdi-air-filter::before { content: "=F3=B0=B5=83"; } + +.mdi-air-horn::before { content: "=F3=B0=B6=AC"; } + +.mdi-air-humidifier::before { content: "=F3=B1=82=99"; } + +.mdi-air-humidifier-off::before { content: "=F3=B1=91=A6"; } + +.mdi-air-purifier::before { content: "=F3=B0=B5=84"; } + +.mdi-airbag::before { content: "=F3=B0=AF=A9"; } + +.mdi-airballoon::before { content: "=F3=B0=80=9C"; } + +.mdi-airballoon-outline::before { content: "=F3=B1=80=8B"; } + +.mdi-airplane::before { content: "=F3=B0=80=9D"; } + +.mdi-airplane-alert::before { content: "=F3=B1=A1=BA"; } + +.mdi-airplane-check::before { content: "=F3=B1=A1=BB"; } + +.mdi-airplane-clock::before { content: "=F3=B1=A1=BC"; } + +.mdi-airplane-cog::before { content: "=F3=B1=A1=BD"; } + +.mdi-airplane-edit::before { content: "=F3=B1=A1=BE"; } + +.mdi-airplane-landing::before { content: "=F3=B0=97=94"; } + +.mdi-airplane-marker::before { content: "=F3=B1=A1=BF"; } + +.mdi-airplane-minus::before { content: "=F3=B1=A2=80"; } + +.mdi-airplane-off::before { content: "=F3=B0=80=9E"; } + +.mdi-airplane-plus::before { content: "=F3=B1=A2=81"; } + +.mdi-airplane-remove::before { content: "=F3=B1=A2=82"; } + +.mdi-airplane-search::before { content: "=F3=B1=A2=83"; } + +.mdi-airplane-settings::before { content: "=F3=B1=A2=84"; } + +.mdi-airplane-takeoff::before { content: "=F3=B0=97=95"; } + +.mdi-airport::before { content: "=F3=B0=A1=8B"; } + +.mdi-alarm::before { content: "=F3=B0=80=A0"; } + +.mdi-alarm-bell::before { content: "=F3=B0=9E=8E"; } + +.mdi-alarm-check::before { content: "=F3=B0=80=A1"; } + +.mdi-alarm-light::before { content: "=F3=B0=9E=8F"; } + +.mdi-alarm-light-off::before { content: "=F3=B1=9C=9E"; } + +.mdi-alarm-light-off-outline::before { content: "=F3=B1=9C=9F"; } + +.mdi-alarm-light-outline::before { content: "=F3=B0=AF=AA"; } + +.mdi-alarm-multiple::before { content: "=F3=B0=80=A2"; } + +.mdi-alarm-note::before { content: "=F3=B0=B9=B1"; } + +.mdi-alarm-note-off::before { content: "=F3=B0=B9=B2"; } + +.mdi-alarm-off::before { content: "=F3=B0=80=A3"; } + +.mdi-alarm-panel::before { content: "=F3=B1=97=84"; } + +.mdi-alarm-panel-outline::before { content: "=F3=B1=97=85"; } + +.mdi-alarm-plus::before { content: "=F3=B0=80=A4"; } + +.mdi-alarm-snooze::before { content: "=F3=B0=9A=8E"; } + +.mdi-album::before { content: "=F3=B0=80=A5"; } + +.mdi-alert::before { content: "=F3=B0=80=A6"; } + +.mdi-alert-box::before { content: "=F3=B0=80=A7"; } + +.mdi-alert-box-outline::before { content: "=F3=B0=B3=A4"; } + +.mdi-alert-circle::before { content: "=F3=B0=80=A8"; } + +.mdi-alert-circle-check::before { content: "=F3=B1=87=AD"; } + +.mdi-alert-circle-check-outline::before { content: "=F3=B1=87=AE"; } + +.mdi-alert-circle-outline::before { content: "=F3=B0=97=96"; } + +.mdi-alert-decagram::before { content: "=F3=B0=9A=BD"; } + +.mdi-alert-decagram-outline::before { content: "=F3=B0=B3=A5"; } + +.mdi-alert-minus::before { content: "=F3=B1=92=BB"; } + +.mdi-alert-minus-outline::before { content: "=F3=B1=92=BE"; } + +.mdi-alert-octagon::before { content: "=F3=B0=80=A9"; } + +.mdi-alert-octagon-outline::before { content: "=F3=B0=B3=A6"; } + +.mdi-alert-octagram::before { content: "=F3=B0=9D=A7"; } + +.mdi-alert-octagram-outline::before { content: "=F3=B0=B3=A7"; } + +.mdi-alert-outline::before { content: "=F3=B0=80=AA"; } + +.mdi-alert-plus::before { content: "=F3=B1=92=BA"; } + +.mdi-alert-plus-outline::before { content: "=F3=B1=92=BD"; } + +.mdi-alert-remove::before { content: "=F3=B1=92=BC"; } + +.mdi-alert-remove-outline::before { content: "=F3=B1=92=BF"; } + +.mdi-alert-rhombus::before { content: "=F3=B1=87=8E"; } + +.mdi-alert-rhombus-outline::before { content: "=F3=B1=87=8F"; } + +.mdi-alien::before { content: "=F3=B0=A2=9A"; } + +.mdi-alien-outline::before { content: "=F3=B1=83=8B"; } + +.mdi-align-horizontal-center::before { content: "=F3=B1=87=83"; } + +.mdi-align-horizontal-distribute::before { content: "=F3=B1=A5=A2"; } + +.mdi-align-horizontal-left::before { content: "=F3=B1=87=82"; } + +.mdi-align-horizontal-right::before { content: "=F3=B1=87=84"; } + +.mdi-align-vertical-bottom::before { content: "=F3=B1=87=85"; } + +.mdi-align-vertical-center::before { content: "=F3=B1=87=86"; } + +.mdi-align-vertical-distribute::before { content: "=F3=B1=A5=A3"; } + +.mdi-align-vertical-top::before { content: "=F3=B1=87=87"; } + +.mdi-all-inclusive::before { content: "=F3=B0=9A=BE"; } + +.mdi-all-inclusive-box::before { content: "=F3=B1=A2=8D"; } + +.mdi-all-inclusive-box-outline::before { content: "=F3=B1=A2=8E"; } + +.mdi-allergy::before { content: "=F3=B1=89=98"; } + +.mdi-alpha::before { content: "=F3=B0=80=AB"; } + +.mdi-alpha-a::before { content: "=F3=B0=AB=AE"; } + +.mdi-alpha-a-box::before { content: "=F3=B0=AC=88"; } + +.mdi-alpha-a-box-outline::before { content: "=F3=B0=AF=AB"; } + +.mdi-alpha-a-circle::before { content: "=F3=B0=AF=AC"; } + +.mdi-alpha-a-circle-outline::before { content: "=F3=B0=AF=AD"; } + +.mdi-alpha-b::before { content: "=F3=B0=AB=AF"; } + +.mdi-alpha-b-box::before { content: "=F3=B0=AC=89"; } + +.mdi-alpha-b-box-outline::before { content: "=F3=B0=AF=AE"; } + +.mdi-alpha-b-circle::before { content: "=F3=B0=AF=AF"; } + +.mdi-alpha-b-circle-outline::before { content: "=F3=B0=AF=B0"; } + +.mdi-alpha-c::before { content: "=F3=B0=AB=B0"; } + +.mdi-alpha-c-box::before { content: "=F3=B0=AC=8A"; } + +.mdi-alpha-c-box-outline::before { content: "=F3=B0=AF=B1"; } + +.mdi-alpha-c-circle::before { content: "=F3=B0=AF=B2"; } + +.mdi-alpha-c-circle-outline::before { content: "=F3=B0=AF=B3"; } + +.mdi-alpha-d::before { content: "=F3=B0=AB=B1"; } + +.mdi-alpha-d-box::before { content: "=F3=B0=AC=8B"; } + +.mdi-alpha-d-box-outline::before { content: "=F3=B0=AF=B4"; } + +.mdi-alpha-d-circle::before { content: "=F3=B0=AF=B5"; } + +.mdi-alpha-d-circle-outline::before { content: "=F3=B0=AF=B6"; } + +.mdi-alpha-e::before { content: "=F3=B0=AB=B2"; } + +.mdi-alpha-e-box::before { content: "=F3=B0=AC=8C"; } + +.mdi-alpha-e-box-outline::before { content: "=F3=B0=AF=B7"; } + +.mdi-alpha-e-circle::before { content: "=F3=B0=AF=B8"; } + +.mdi-alpha-e-circle-outline::before { content: "=F3=B0=AF=B9"; } + +.mdi-alpha-f::before { content: "=F3=B0=AB=B3"; } + +.mdi-alpha-f-box::before { content: "=F3=B0=AC=8D"; } + +.mdi-alpha-f-box-outline::before { content: "=F3=B0=AF=BA"; } + +.mdi-alpha-f-circle::before { content: "=F3=B0=AF=BB"; } + +.mdi-alpha-f-circle-outline::before { content: "=F3=B0=AF=BC"; } + +.mdi-alpha-g::before { content: "=F3=B0=AB=B4"; } + +.mdi-alpha-g-box::before { content: "=F3=B0=AC=8E"; } + +.mdi-alpha-g-box-outline::before { content: "=F3=B0=AF=BD"; } + +.mdi-alpha-g-circle::before { content: "=F3=B0=AF=BE"; } + +.mdi-alpha-g-circle-outline::before { content: "=F3=B0=AF=BF"; } + +.mdi-alpha-h::before { content: "=F3=B0=AB=B5"; } + +.mdi-alpha-h-box::before { content: "=F3=B0=AC=8F"; } + +.mdi-alpha-h-box-outline::before { content: "=F3=B0=B0=80"; } + +.mdi-alpha-h-circle::before { content: "=F3=B0=B0=81"; } + +.mdi-alpha-h-circle-outline::before { content: "=F3=B0=B0=82"; } + +.mdi-alpha-i::before { content: "=F3=B0=AB=B6"; } + +.mdi-alpha-i-box::before { content: "=F3=B0=AC=90"; } + +.mdi-alpha-i-box-outline::before { content: "=F3=B0=B0=83"; } + +.mdi-alpha-i-circle::before { content: "=F3=B0=B0=84"; } + +.mdi-alpha-i-circle-outline::before { content: "=F3=B0=B0=85"; } + +.mdi-alpha-j::before { content: "=F3=B0=AB=B7"; } + +.mdi-alpha-j-box::before { content: "=F3=B0=AC=91"; } + +.mdi-alpha-j-box-outline::before { content: "=F3=B0=B0=86"; } + +.mdi-alpha-j-circle::before { content: "=F3=B0=B0=87"; } + +.mdi-alpha-j-circle-outline::before { content: "=F3=B0=B0=88"; } + +.mdi-alpha-k::before { content: "=F3=B0=AB=B8"; } + +.mdi-alpha-k-box::before { content: "=F3=B0=AC=92"; } + +.mdi-alpha-k-box-outline::before { content: "=F3=B0=B0=89"; } + +.mdi-alpha-k-circle::before { content: "=F3=B0=B0=8A"; } + +.mdi-alpha-k-circle-outline::before { content: "=F3=B0=B0=8B"; } + +.mdi-alpha-l::before { content: "=F3=B0=AB=B9"; } + +.mdi-alpha-l-box::before { content: "=F3=B0=AC=93"; } + +.mdi-alpha-l-box-outline::before { content: "=F3=B0=B0=8C"; } + +.mdi-alpha-l-circle::before { content: "=F3=B0=B0=8D"; } + +.mdi-alpha-l-circle-outline::before { content: "=F3=B0=B0=8E"; } + +.mdi-alpha-m::before { content: "=F3=B0=AB=BA"; } + +.mdi-alpha-m-box::before { content: "=F3=B0=AC=94"; } + +.mdi-alpha-m-box-outline::before { content: "=F3=B0=B0=8F"; } + +.mdi-alpha-m-circle::before { content: "=F3=B0=B0=90"; } + +.mdi-alpha-m-circle-outline::before { content: "=F3=B0=B0=91"; } + +.mdi-alpha-n::before { content: "=F3=B0=AB=BB"; } + +.mdi-alpha-n-box::before { content: "=F3=B0=AC=95"; } + +.mdi-alpha-n-box-outline::before { content: "=F3=B0=B0=92"; } + +.mdi-alpha-n-circle::before { content: "=F3=B0=B0=93"; } + +.mdi-alpha-n-circle-outline::before { content: "=F3=B0=B0=94"; } + +.mdi-alpha-o::before { content: "=F3=B0=AB=BC"; } + +.mdi-alpha-o-box::before { content: "=F3=B0=AC=96"; } + +.mdi-alpha-o-box-outline::before { content: "=F3=B0=B0=95"; } + +.mdi-alpha-o-circle::before { content: "=F3=B0=B0=96"; } + +.mdi-alpha-o-circle-outline::before { content: "=F3=B0=B0=97"; } + +.mdi-alpha-p::before { content: "=F3=B0=AB=BD"; } + +.mdi-alpha-p-box::before { content: "=F3=B0=AC=97"; } + +.mdi-alpha-p-box-outline::before { content: "=F3=B0=B0=98"; } + +.mdi-alpha-p-circle::before { content: "=F3=B0=B0=99"; } + +.mdi-alpha-p-circle-outline::before { content: "=F3=B0=B0=9A"; } + +.mdi-alpha-q::before { content: "=F3=B0=AB=BE"; } + +.mdi-alpha-q-box::before { content: "=F3=B0=AC=98"; } + +.mdi-alpha-q-box-outline::before { content: "=F3=B0=B0=9B"; } + +.mdi-alpha-q-circle::before { content: "=F3=B0=B0=9C"; } + +.mdi-alpha-q-circle-outline::before { content: "=F3=B0=B0=9D"; } + +.mdi-alpha-r::before { content: "=F3=B0=AB=BF"; } + +.mdi-alpha-r-box::before { content: "=F3=B0=AC=99"; } + +.mdi-alpha-r-box-outline::before { content: "=F3=B0=B0=9E"; } + +.mdi-alpha-r-circle::before { content: "=F3=B0=B0=9F"; } + +.mdi-alpha-r-circle-outline::before { content: "=F3=B0=B0=A0"; } + +.mdi-alpha-s::before { content: "=F3=B0=AC=80"; } + +.mdi-alpha-s-box::before { content: "=F3=B0=AC=9A"; } + +.mdi-alpha-s-box-outline::before { content: "=F3=B0=B0=A1"; } + +.mdi-alpha-s-circle::before { content: "=F3=B0=B0=A2"; } + +.mdi-alpha-s-circle-outline::before { content: "=F3=B0=B0=A3"; } + +.mdi-alpha-t::before { content: "=F3=B0=AC=81"; } + +.mdi-alpha-t-box::before { content: "=F3=B0=AC=9B"; } + +.mdi-alpha-t-box-outline::before { content: "=F3=B0=B0=A4"; } + +.mdi-alpha-t-circle::before { content: "=F3=B0=B0=A5"; } + +.mdi-alpha-t-circle-outline::before { content: "=F3=B0=B0=A6"; } + +.mdi-alpha-u::before { content: "=F3=B0=AC=82"; } + +.mdi-alpha-u-box::before { content: "=F3=B0=AC=9C"; } + +.mdi-alpha-u-box-outline::before { content: "=F3=B0=B0=A7"; } + +.mdi-alpha-u-circle::before { content: "=F3=B0=B0=A8"; } + +.mdi-alpha-u-circle-outline::before { content: "=F3=B0=B0=A9"; } + +.mdi-alpha-v::before { content: "=F3=B0=AC=83"; } + +.mdi-alpha-v-box::before { content: "=F3=B0=AC=9D"; } + +.mdi-alpha-v-box-outline::before { content: "=F3=B0=B0=AA"; } + +.mdi-alpha-v-circle::before { content: "=F3=B0=B0=AB"; } + +.mdi-alpha-v-circle-outline::before { content: "=F3=B0=B0=AC"; } + +.mdi-alpha-w::before { content: "=F3=B0=AC=84"; } + +.mdi-alpha-w-box::before { content: "=F3=B0=AC=9E"; } + +.mdi-alpha-w-box-outline::before { content: "=F3=B0=B0=AD"; } + +.mdi-alpha-w-circle::before { content: "=F3=B0=B0=AE"; } + +.mdi-alpha-w-circle-outline::before { content: "=F3=B0=B0=AF"; } + +.mdi-alpha-x::before { content: "=F3=B0=AC=85"; } + +.mdi-alpha-x-box::before { content: "=F3=B0=AC=9F"; } + +.mdi-alpha-x-box-outline::before { content: "=F3=B0=B0=B0"; } + +.mdi-alpha-x-circle::before { content: "=F3=B0=B0=B1"; } + +.mdi-alpha-x-circle-outline::before { content: "=F3=B0=B0=B2"; } + +.mdi-alpha-y::before { content: "=F3=B0=AC=86"; } + +.mdi-alpha-y-box::before { content: "=F3=B0=AC=A0"; } + +.mdi-alpha-y-box-outline::before { content: "=F3=B0=B0=B3"; } + +.mdi-alpha-y-circle::before { content: "=F3=B0=B0=B4"; } + +.mdi-alpha-y-circle-outline::before { content: "=F3=B0=B0=B5"; } + +.mdi-alpha-z::before { content: "=F3=B0=AC=87"; } + +.mdi-alpha-z-box::before { content: "=F3=B0=AC=A1"; } + +.mdi-alpha-z-box-outline::before { content: "=F3=B0=B0=B6"; } + +.mdi-alpha-z-circle::before { content: "=F3=B0=B0=B7"; } + +.mdi-alpha-z-circle-outline::before { content: "=F3=B0=B0=B8"; } + +.mdi-alphabet-aurebesh::before { content: "=F3=B1=8C=AC"; } + +.mdi-alphabet-cyrillic::before { content: "=F3=B1=8C=AD"; } + +.mdi-alphabet-greek::before { content: "=F3=B1=8C=AE"; } + +.mdi-alphabet-latin::before { content: "=F3=B1=8C=AF"; } + +.mdi-alphabet-piqad::before { content: "=F3=B1=8C=B0"; } + +.mdi-alphabet-tengwar::before { content: "=F3=B1=8C=B7"; } + +.mdi-alphabetical::before { content: "=F3=B0=80=AC"; } + +.mdi-alphabetical-off::before { content: "=F3=B1=80=8C"; } + +.mdi-alphabetical-variant::before { content: "=F3=B1=80=8D"; } + +.mdi-alphabetical-variant-off::before { content: "=F3=B1=80=8E"; } + +.mdi-altimeter::before { content: "=F3=B0=97=97"; } + +.mdi-ambulance::before { content: "=F3=B0=80=AF"; } + +.mdi-ammunition::before { content: "=F3=B0=B3=A8"; } + +.mdi-ampersand::before { content: "=F3=B0=AA=8D"; } + +.mdi-amplifier::before { content: "=F3=B0=80=B0"; } + +.mdi-amplifier-off::before { content: "=F3=B1=86=B5"; } + +.mdi-anchor::before { content: "=F3=B0=80=B1"; } + +.mdi-android::before { content: "=F3=B0=80=B2"; } + +.mdi-android-messages::before { content: "=F3=B0=B5=85"; } + +.mdi-android-studio::before { content: "=F3=B0=80=B4"; } + +.mdi-angle-acute::before { content: "=F3=B0=A4=B7"; } + +.mdi-angle-obtuse::before { content: "=F3=B0=A4=B8"; } + +.mdi-angle-right::before { content: "=F3=B0=A4=B9"; } + +.mdi-angular::before { content: "=F3=B0=9A=B2"; } + +.mdi-angularjs::before { content: "=F3=B0=9A=BF"; } + +.mdi-animation::before { content: "=F3=B0=97=98"; } + +.mdi-animation-outline::before { content: "=F3=B0=AA=8F"; } + +.mdi-animation-play::before { content: "=F3=B0=A4=BA"; } + +.mdi-animation-play-outline::before { content: "=F3=B0=AA=90"; } + +.mdi-ansible::before { content: "=F3=B1=82=9A"; } + +.mdi-antenna::before { content: "=F3=B1=84=99"; } + +.mdi-anvil::before { content: "=F3=B0=A2=9B"; } + +.mdi-apache-kafka::before { content: "=F3=B1=80=8F"; } + +.mdi-api::before { content: "=F3=B1=82=9B"; } + +.mdi-api-off::before { content: "=F3=B1=89=97"; } + +.mdi-apple::before { content: "=F3=B0=80=B5"; } + +.mdi-apple-finder::before { content: "=F3=B0=80=B6"; } + +.mdi-apple-icloud::before { content: "=F3=B0=80=B8"; } + +.mdi-apple-ios::before { content: "=F3=B0=80=B7"; } + +.mdi-apple-keyboard-caps::before { content: "=F3=B0=98=B2"; } + +.mdi-apple-keyboard-command::before { content: "=F3=B0=98=B3"; } + +.mdi-apple-keyboard-control::before { content: "=F3=B0=98=B4"; } + +.mdi-apple-keyboard-option::before { content: "=F3=B0=98=B5"; } + +.mdi-apple-keyboard-shift::before { content: "=F3=B0=98=B6"; } + +.mdi-apple-safari::before { content: "=F3=B0=80=B9"; } + +.mdi-application::before { content: "=F3=B0=A3=86"; } + +.mdi-application-array::before { content: "=F3=B1=83=B5"; } + +.mdi-application-array-outline::before { content: "=F3=B1=83=B6"; } + +.mdi-application-braces::before { content: "=F3=B1=83=B7"; } + +.mdi-application-braces-outline::before { content: "=F3=B1=83=B8"; } + +.mdi-application-brackets::before { content: "=F3=B0=B2=8B"; } + +.mdi-application-brackets-outline::before { content: "=F3=B0=B2=8C"; } + +.mdi-application-cog::before { content: "=F3=B0=99=B5"; } + +.mdi-application-cog-outline::before { content: "=F3=B1=95=B7"; } + +.mdi-application-edit::before { content: "=F3=B0=82=AE"; } + +.mdi-application-edit-outline::before { content: "=F3=B0=98=99"; } + +.mdi-application-export::before { content: "=F3=B0=B6=AD"; } + +.mdi-application-import::before { content: "=F3=B0=B6=AE"; } + +.mdi-application-outline::before { content: "=F3=B0=98=94"; } + +.mdi-application-parentheses::before { content: "=F3=B1=83=B9"; } + +.mdi-application-parentheses-outline::before { content: "=F3=B1=83=BA"; } + +.mdi-application-settings::before { content: "=F3=B0=AD=A0"; } + +.mdi-application-settings-outline::before { content: "=F3=B1=95=95"; } + +.mdi-application-variable::before { content: "=F3=B1=83=BB"; } + +.mdi-application-variable-outline::before { content: "=F3=B1=83=BC"; } + +.mdi-approximately-equal::before { content: "=F3=B0=BE=9E"; } + +.mdi-approximately-equal-box::before { content: "=F3=B0=BE=9F"; } + +.mdi-apps::before { content: "=F3=B0=80=BB"; } + +.mdi-apps-box::before { content: "=F3=B0=B5=86"; } + +.mdi-arch::before { content: "=F3=B0=A3=87"; } + +.mdi-archive::before { content: "=F3=B0=80=BC"; } + +.mdi-archive-alert::before { content: "=F3=B1=93=BD"; } + +.mdi-archive-alert-outline::before { content: "=F3=B1=93=BE"; } + +.mdi-archive-arrow-down::before { content: "=F3=B1=89=99"; } + +.mdi-archive-arrow-down-outline::before { content: "=F3=B1=89=9A"; } + +.mdi-archive-arrow-up::before { content: "=F3=B1=89=9B"; } + +.mdi-archive-arrow-up-outline::before { content: "=F3=B1=89=9C"; } + +.mdi-archive-cancel::before { content: "=F3=B1=9D=8B"; } + +.mdi-archive-cancel-outline::before { content: "=F3=B1=9D=8C"; } + +.mdi-archive-check::before { content: "=F3=B1=9D=8D"; } + +.mdi-archive-check-outline::before { content: "=F3=B1=9D=8E"; } + +.mdi-archive-clock::before { content: "=F3=B1=9D=8F"; } + +.mdi-archive-clock-outline::before { content: "=F3=B1=9D=90"; } + +.mdi-archive-cog::before { content: "=F3=B1=9D=91"; } + +.mdi-archive-cog-outline::before { content: "=F3=B1=9D=92"; } + +.mdi-archive-edit::before { content: "=F3=B1=9D=93"; } + +.mdi-archive-edit-outline::before { content: "=F3=B1=9D=94"; } + +.mdi-archive-eye::before { content: "=F3=B1=9D=95"; } + +.mdi-archive-eye-outline::before { content: "=F3=B1=9D=96"; } + +.mdi-archive-lock::before { content: "=F3=B1=9D=97"; } + +.mdi-archive-lock-open::before { content: "=F3=B1=9D=98"; } + +.mdi-archive-lock-open-outline::before { content: "=F3=B1=9D=99"; } + +.mdi-archive-lock-outline::before { content: "=F3=B1=9D=9A"; } + +.mdi-archive-marker::before { content: "=F3=B1=9D=9B"; } + +.mdi-archive-marker-outline::before { content: "=F3=B1=9D=9C"; } + +.mdi-archive-minus::before { content: "=F3=B1=9D=9D"; } + +.mdi-archive-minus-outline::before { content: "=F3=B1=9D=9E"; } + +.mdi-archive-music::before { content: "=F3=B1=9D=9F"; } + +.mdi-archive-music-outline::before { content: "=F3=B1=9D=A0"; } + +.mdi-archive-off::before { content: "=F3=B1=9D=A1"; } + +.mdi-archive-off-outline::before { content: "=F3=B1=9D=A2"; } + +.mdi-archive-outline::before { content: "=F3=B1=88=8E"; } + +.mdi-archive-plus::before { content: "=F3=B1=9D=A3"; } + +.mdi-archive-plus-outline::before { content: "=F3=B1=9D=A4"; } + +.mdi-archive-refresh::before { content: "=F3=B1=9D=A5"; } + +.mdi-archive-refresh-outline::before { content: "=F3=B1=9D=A6"; } + +.mdi-archive-remove::before { content: "=F3=B1=9D=A7"; } + +.mdi-archive-remove-outline::before { content: "=F3=B1=9D=A8"; } + +.mdi-archive-search::before { content: "=F3=B1=9D=A9"; } + +.mdi-archive-search-outline::before { content: "=F3=B1=9D=AA"; } + +.mdi-archive-settings::before { content: "=F3=B1=9D=AB"; } + +.mdi-archive-settings-outline::before { content: "=F3=B1=9D=AC"; } + +.mdi-archive-star::before { content: "=F3=B1=9D=AD"; } + +.mdi-archive-star-outline::before { content: "=F3=B1=9D=AE"; } + +.mdi-archive-sync::before { content: "=F3=B1=9D=AF"; } + +.mdi-archive-sync-outline::before { content: "=F3=B1=9D=B0"; } + +.mdi-arm-flex::before { content: "=F3=B0=BF=97"; } + +.mdi-arm-flex-outline::before { content: "=F3=B0=BF=96"; } + +.mdi-arrange-bring-forward::before { content: "=F3=B0=80=BD"; } + +.mdi-arrange-bring-to-front::before { content: "=F3=B0=80=BE"; } + +.mdi-arrange-send-backward::before { content: "=F3=B0=80=BF"; } + +.mdi-arrange-send-to-back::before { content: "=F3=B0=81=80"; } + +.mdi-arrow-all::before { content: "=F3=B0=81=81"; } + +.mdi-arrow-bottom-left::before { content: "=F3=B0=81=82"; } + +.mdi-arrow-bottom-left-bold-box::before { content: "=F3=B1=A5=A4"; } + +.mdi-arrow-bottom-left-bold-box-outline::before { content: "=F3=B1=A5=A5"; = +} + +.mdi-arrow-bottom-left-bold-outline::before { content: "=F3=B0=A6=B7"; } + +.mdi-arrow-bottom-left-thick::before { content: "=F3=B0=A6=B8"; } + +.mdi-arrow-bottom-left-thin::before { content: "=F3=B1=A6=B6"; } + +.mdi-arrow-bottom-left-thin-circle-outline::before { content: "=F3=B1=96=96= +"; } + +.mdi-arrow-bottom-right::before { content: "=F3=B0=81=83"; } + +.mdi-arrow-bottom-right-bold-box::before { content: "=F3=B1=A5=A6"; } + +.mdi-arrow-bottom-right-bold-box-outline::before { content: "=F3=B1=A5=A7";= + } + +.mdi-arrow-bottom-right-bold-outline::before { content: "=F3=B0=A6=B9"; } + +.mdi-arrow-bottom-right-thick::before { content: "=F3=B0=A6=BA"; } + +.mdi-arrow-bottom-right-thin::before { content: "=F3=B1=A6=B7"; } + +.mdi-arrow-bottom-right-thin-circle-outline::before { content: "=F3=B1=96= +=95"; } + +.mdi-arrow-collapse::before { content: "=F3=B0=98=95"; } + +.mdi-arrow-collapse-all::before { content: "=F3=B0=81=84"; } + +.mdi-arrow-collapse-down::before { content: "=F3=B0=9E=92"; } + +.mdi-arrow-collapse-horizontal::before { content: "=F3=B0=A1=8C"; } + +.mdi-arrow-collapse-left::before { content: "=F3=B0=9E=93"; } + +.mdi-arrow-collapse-right::before { content: "=F3=B0=9E=94"; } + +.mdi-arrow-collapse-up::before { content: "=F3=B0=9E=95"; } + +.mdi-arrow-collapse-vertical::before { content: "=F3=B0=A1=8D"; } + +.mdi-arrow-decision::before { content: "=F3=B0=A6=BB"; } + +.mdi-arrow-decision-auto::before { content: "=F3=B0=A6=BC"; } + +.mdi-arrow-decision-auto-outline::before { content: "=F3=B0=A6=BD"; } + +.mdi-arrow-decision-outline::before { content: "=F3=B0=A6=BE"; } + +.mdi-arrow-down::before { content: "=F3=B0=81=85"; } + +.mdi-arrow-down-bold::before { content: "=F3=B0=9C=AE"; } + +.mdi-arrow-down-bold-box::before { content: "=F3=B0=9C=AF"; } + +.mdi-arrow-down-bold-box-outline::before { content: "=F3=B0=9C=B0"; } + +.mdi-arrow-down-bold-circle::before { content: "=F3=B0=81=87"; } + +.mdi-arrow-down-bold-circle-outline::before { content: "=F3=B0=81=88"; } + +.mdi-arrow-down-bold-hexagon-outline::before { content: "=F3=B0=81=89"; } + +.mdi-arrow-down-bold-outline::before { content: "=F3=B0=A6=BF"; } + +.mdi-arrow-down-box::before { content: "=F3=B0=9B=80"; } + +.mdi-arrow-down-circle::before { content: "=F3=B0=B3=9B"; } + +.mdi-arrow-down-circle-outline::before { content: "=F3=B0=B3=9C"; } + +.mdi-arrow-down-drop-circle::before { content: "=F3=B0=81=8A"; } + +.mdi-arrow-down-drop-circle-outline::before { content: "=F3=B0=81=8B"; } + +.mdi-arrow-down-left::before { content: "=F3=B1=9E=A1"; } + +.mdi-arrow-down-left-bold::before { content: "=F3=B1=9E=A2"; } + +.mdi-arrow-down-right::before { content: "=F3=B1=9E=A3"; } + +.mdi-arrow-down-right-bold::before { content: "=F3=B1=9E=A4"; } + +.mdi-arrow-down-thick::before { content: "=F3=B0=81=86"; } + +.mdi-arrow-down-thin::before { content: "=F3=B1=A6=B3"; } + +.mdi-arrow-down-thin-circle-outline::before { content: "=F3=B1=96=99"; } + +.mdi-arrow-expand::before { content: "=F3=B0=98=96"; } + +.mdi-arrow-expand-all::before { content: "=F3=B0=81=8C"; } + +.mdi-arrow-expand-down::before { content: "=F3=B0=9E=96"; } + +.mdi-arrow-expand-horizontal::before { content: "=F3=B0=A1=8E"; } + +.mdi-arrow-expand-left::before { content: "=F3=B0=9E=97"; } + +.mdi-arrow-expand-right::before { content: "=F3=B0=9E=98"; } + +.mdi-arrow-expand-up::before { content: "=F3=B0=9E=99"; } + +.mdi-arrow-expand-vertical::before { content: "=F3=B0=A1=8F"; } + +.mdi-arrow-horizontal-lock::before { content: "=F3=B1=85=9B"; } + +.mdi-arrow-left::before { content: "=F3=B0=81=8D"; } + +.mdi-arrow-left-bold::before { content: "=F3=B0=9C=B1"; } + +.mdi-arrow-left-bold-box::before { content: "=F3=B0=9C=B2"; } + +.mdi-arrow-left-bold-box-outline::before { content: "=F3=B0=9C=B3"; } + +.mdi-arrow-left-bold-circle::before { content: "=F3=B0=81=8F"; } + +.mdi-arrow-left-bold-circle-outline::before { content: "=F3=B0=81=90"; } + +.mdi-arrow-left-bold-hexagon-outline::before { content: "=F3=B0=81=91"; } + +.mdi-arrow-left-bold-outline::before { content: "=F3=B0=A7=80"; } + +.mdi-arrow-left-bottom::before { content: "=F3=B1=9E=A5"; } + +.mdi-arrow-left-bottom-bold::before { content: "=F3=B1=9E=A6"; } + +.mdi-arrow-left-box::before { content: "=F3=B0=9B=81"; } + +.mdi-arrow-left-circle::before { content: "=F3=B0=B3=9D"; } + +.mdi-arrow-left-circle-outline::before { content: "=F3=B0=B3=9E"; } + +.mdi-arrow-left-drop-circle::before { content: "=F3=B0=81=92"; } + +.mdi-arrow-left-drop-circle-outline::before { content: "=F3=B0=81=93"; } + +.mdi-arrow-left-right::before { content: "=F3=B0=B9=B3"; } + +.mdi-arrow-left-right-bold::before { content: "=F3=B0=B9=B4"; } + +.mdi-arrow-left-right-bold-outline::before { content: "=F3=B0=A7=81"; } + +.mdi-arrow-left-thick::before { content: "=F3=B0=81=8E"; } + +.mdi-arrow-left-thin::before { content: "=F3=B1=A6=B1"; } + +.mdi-arrow-left-thin-circle-outline::before { content: "=F3=B1=96=9A"; } + +.mdi-arrow-left-top::before { content: "=F3=B1=9E=A7"; } + +.mdi-arrow-left-top-bold::before { content: "=F3=B1=9E=A8"; } + +.mdi-arrow-projectile::before { content: "=F3=B1=A1=80"; } + +.mdi-arrow-projectile-multiple::before { content: "=F3=B1=A0=BF"; } + +.mdi-arrow-right::before { content: "=F3=B0=81=94"; } + +.mdi-arrow-right-bold::before { content: "=F3=B0=9C=B4"; } + +.mdi-arrow-right-bold-box::before { content: "=F3=B0=9C=B5"; } + +.mdi-arrow-right-bold-box-outline::before { content: "=F3=B0=9C=B6"; } + +.mdi-arrow-right-bold-circle::before { content: "=F3=B0=81=96"; } + +.mdi-arrow-right-bold-circle-outline::before { content: "=F3=B0=81=97"; } + +.mdi-arrow-right-bold-hexagon-outline::before { content: "=F3=B0=81=98"; } + +.mdi-arrow-right-bold-outline::before { content: "=F3=B0=A7=82"; } + +.mdi-arrow-right-bottom::before { content: "=F3=B1=9E=A9"; } + +.mdi-arrow-right-bottom-bold::before { content: "=F3=B1=9E=AA"; } + +.mdi-arrow-right-box::before { content: "=F3=B0=9B=82"; } + +.mdi-arrow-right-circle::before { content: "=F3=B0=B3=9F"; } + +.mdi-arrow-right-circle-outline::before { content: "=F3=B0=B3=A0"; } + +.mdi-arrow-right-drop-circle::before { content: "=F3=B0=81=99"; } + +.mdi-arrow-right-drop-circle-outline::before { content: "=F3=B0=81=9A"; } + +.mdi-arrow-right-thick::before { content: "=F3=B0=81=95"; } + +.mdi-arrow-right-thin::before { content: "=F3=B1=A6=B0"; } + +.mdi-arrow-right-thin-circle-outline::before { content: "=F3=B1=96=98"; } + +.mdi-arrow-right-top::before { content: "=F3=B1=9E=AB"; } + +.mdi-arrow-right-top-bold::before { content: "=F3=B1=9E=AC"; } + +.mdi-arrow-split-horizontal::before { content: "=F3=B0=A4=BB"; } + +.mdi-arrow-split-vertical::before { content: "=F3=B0=A4=BC"; } + +.mdi-arrow-top-left::before { content: "=F3=B0=81=9B"; } + +.mdi-arrow-top-left-bold-box::before { content: "=F3=B1=A5=A8"; } + +.mdi-arrow-top-left-bold-box-outline::before { content: "=F3=B1=A5=A9"; } + +.mdi-arrow-top-left-bold-outline::before { content: "=F3=B0=A7=83"; } + +.mdi-arrow-top-left-bottom-right::before { content: "=F3=B0=B9=B5"; } + +.mdi-arrow-top-left-bottom-right-bold::before { content: "=F3=B0=B9=B6"; } + +.mdi-arrow-top-left-thick::before { content: "=F3=B0=A7=84"; } + +.mdi-arrow-top-left-thin::before { content: "=F3=B1=A6=B5"; } + +.mdi-arrow-top-left-thin-circle-outline::before { content: "=F3=B1=96=93"; = +} + +.mdi-arrow-top-right::before { content: "=F3=B0=81=9C"; } + +.mdi-arrow-top-right-bold-box::before { content: "=F3=B1=A5=AA"; } + +.mdi-arrow-top-right-bold-box-outline::before { content: "=F3=B1=A5=AB"; } + +.mdi-arrow-top-right-bold-outline::before { content: "=F3=B0=A7=85"; } + +.mdi-arrow-top-right-bottom-left::before { content: "=F3=B0=B9=B7"; } + +.mdi-arrow-top-right-bottom-left-bold::before { content: "=F3=B0=B9=B8"; } + +.mdi-arrow-top-right-thick::before { content: "=F3=B0=A7=86"; } + +.mdi-arrow-top-right-thin::before { content: "=F3=B1=A6=B4"; } + +.mdi-arrow-top-right-thin-circle-outline::before { content: "=F3=B1=96=94";= + } + +.mdi-arrow-u-down-left::before { content: "=F3=B1=9E=AD"; } + +.mdi-arrow-u-down-left-bold::before { content: "=F3=B1=9E=AE"; } + +.mdi-arrow-u-down-right::before { content: "=F3=B1=9E=AF"; } + +.mdi-arrow-u-down-right-bold::before { content: "=F3=B1=9E=B0"; } + +.mdi-arrow-u-left-bottom::before { content: "=F3=B1=9E=B1"; } + +.mdi-arrow-u-left-bottom-bold::before { content: "=F3=B1=9E=B2"; } + +.mdi-arrow-u-left-top::before { content: "=F3=B1=9E=B3"; } + +.mdi-arrow-u-left-top-bold::before { content: "=F3=B1=9E=B4"; } + +.mdi-arrow-u-right-bottom::before { content: "=F3=B1=9E=B5"; } + +.mdi-arrow-u-right-bottom-bold::before { content: "=F3=B1=9E=B6"; } + +.mdi-arrow-u-right-top::before { content: "=F3=B1=9E=B7"; } + +.mdi-arrow-u-right-top-bold::before { content: "=F3=B1=9E=B8"; } + +.mdi-arrow-u-up-left::before { content: "=F3=B1=9E=B9"; } + +.mdi-arrow-u-up-left-bold::before { content: "=F3=B1=9E=BA"; } + +.mdi-arrow-u-up-right::before { content: "=F3=B1=9E=BB"; } + +.mdi-arrow-u-up-right-bold::before { content: "=F3=B1=9E=BC"; } + +.mdi-arrow-up::before { content: "=F3=B0=81=9D"; } + +.mdi-arrow-up-bold::before { content: "=F3=B0=9C=B7"; } + +.mdi-arrow-up-bold-box::before { content: "=F3=B0=9C=B8"; } + +.mdi-arrow-up-bold-box-outline::before { content: "=F3=B0=9C=B9"; } + +.mdi-arrow-up-bold-circle::before { content: "=F3=B0=81=9F"; } + +.mdi-arrow-up-bold-circle-outline::before { content: "=F3=B0=81=A0"; } + +.mdi-arrow-up-bold-hexagon-outline::before { content: "=F3=B0=81=A1"; } + +.mdi-arrow-up-bold-outline::before { content: "=F3=B0=A7=87"; } + +.mdi-arrow-up-box::before { content: "=F3=B0=9B=83"; } + +.mdi-arrow-up-circle::before { content: "=F3=B0=B3=A1"; } + +.mdi-arrow-up-circle-outline::before { content: "=F3=B0=B3=A2"; } + +.mdi-arrow-up-down::before { content: "=F3=B0=B9=B9"; } + +.mdi-arrow-up-down-bold::before { content: "=F3=B0=B9=BA"; } + +.mdi-arrow-up-down-bold-outline::before { content: "=F3=B0=A7=88"; } + +.mdi-arrow-up-drop-circle::before { content: "=F3=B0=81=A2"; } + +.mdi-arrow-up-drop-circle-outline::before { content: "=F3=B0=81=A3"; } + +.mdi-arrow-up-left::before { content: "=F3=B1=9E=BD"; } + +.mdi-arrow-up-left-bold::before { content: "=F3=B1=9E=BE"; } + +.mdi-arrow-up-right::before { content: "=F3=B1=9E=BF"; } + +.mdi-arrow-up-right-bold::before { content: "=F3=B1=9F=80"; } + +.mdi-arrow-up-thick::before { content: "=F3=B0=81=9E"; } + +.mdi-arrow-up-thin::before { content: "=F3=B1=A6=B2"; } + +.mdi-arrow-up-thin-circle-outline::before { content: "=F3=B1=96=97"; } + +.mdi-arrow-vertical-lock::before { content: "=F3=B1=85=9C"; } + +.mdi-artstation::before { content: "=F3=B0=AD=9B"; } + +.mdi-aspect-ratio::before { content: "=F3=B0=A8=A4"; } + +.mdi-assistant::before { content: "=F3=B0=81=A4"; } + +.mdi-asterisk::before { content: "=F3=B0=9B=84"; } + +.mdi-asterisk-circle-outline::before { content: "=F3=B1=A8=A7"; } + +.mdi-at::before { content: "=F3=B0=81=A5"; } + +.mdi-atlassian::before { content: "=F3=B0=A0=84"; } + +.mdi-atm::before { content: "=F3=B0=B5=87"; } + +.mdi-atom::before { content: "=F3=B0=9D=A8"; } + +.mdi-atom-variant::before { content: "=F3=B0=B9=BB"; } + +.mdi-attachment::before { content: "=F3=B0=81=A6"; } + +.mdi-attachment-check::before { content: "=F3=B1=AB=81"; } + +.mdi-attachment-lock::before { content: "=F3=B1=A7=84"; } + +.mdi-attachment-minus::before { content: "=F3=B1=AB=82"; } + +.mdi-attachment-off::before { content: "=F3=B1=AB=83"; } + +.mdi-attachment-plus::before { content: "=F3=B1=AB=84"; } + +.mdi-attachment-remove::before { content: "=F3=B1=AB=85"; } + +.mdi-audio-input-rca::before { content: "=F3=B1=A1=AB"; } + +.mdi-audio-input-stereo-minijack::before { content: "=F3=B1=A1=AC"; } + +.mdi-audio-input-xlr::before { content: "=F3=B1=A1=AD"; } + +.mdi-audio-video::before { content: "=F3=B0=A4=BD"; } + +.mdi-audio-video-off::before { content: "=F3=B1=86=B6"; } + +.mdi-augmented-reality::before { content: "=F3=B0=A1=90"; } + +.mdi-auto-download::before { content: "=F3=B1=8D=BE"; } + +.mdi-auto-fix::before { content: "=F3=B0=81=A8"; } + +.mdi-auto-upload::before { content: "=F3=B0=81=A9"; } + +.mdi-autorenew::before { content: "=F3=B0=81=AA"; } + +.mdi-autorenew-off::before { content: "=F3=B1=A7=A7"; } + +.mdi-av-timer::before { content: "=F3=B0=81=AB"; } + +.mdi-aws::before { content: "=F3=B0=B8=8F"; } + +.mdi-axe::before { content: "=F3=B0=A3=88"; } + +.mdi-axe-battle::before { content: "=F3=B1=A1=82"; } + +.mdi-axis::before { content: "=F3=B0=B5=88"; } + +.mdi-axis-arrow::before { content: "=F3=B0=B5=89"; } + +.mdi-axis-arrow-info::before { content: "=F3=B1=90=8E"; } + +.mdi-axis-arrow-lock::before { content: "=F3=B0=B5=8A"; } + +.mdi-axis-lock::before { content: "=F3=B0=B5=8B"; } + +.mdi-axis-x-arrow::before { content: "=F3=B0=B5=8C"; } + +.mdi-axis-x-arrow-lock::before { content: "=F3=B0=B5=8D"; } + +.mdi-axis-x-rotate-clockwise::before { content: "=F3=B0=B5=8E"; } + +.mdi-axis-x-rotate-counterclockwise::before { content: "=F3=B0=B5=8F"; } + +.mdi-axis-x-y-arrow-lock::before { content: "=F3=B0=B5=90"; } + +.mdi-axis-y-arrow::before { content: "=F3=B0=B5=91"; } + +.mdi-axis-y-arrow-lock::before { content: "=F3=B0=B5=92"; } + +.mdi-axis-y-rotate-clockwise::before { content: "=F3=B0=B5=93"; } + +.mdi-axis-y-rotate-counterclockwise::before { content: "=F3=B0=B5=94"; } + +.mdi-axis-z-arrow::before { content: "=F3=B0=B5=95"; } + +.mdi-axis-z-arrow-lock::before { content: "=F3=B0=B5=96"; } + +.mdi-axis-z-rotate-clockwise::before { content: "=F3=B0=B5=97"; } + +.mdi-axis-z-rotate-counterclockwise::before { content: "=F3=B0=B5=98"; } + +.mdi-babel::before { content: "=F3=B0=A8=A5"; } + +.mdi-baby::before { content: "=F3=B0=81=AC"; } + +.mdi-baby-bottle::before { content: "=F3=B0=BC=B9"; } + +.mdi-baby-bottle-outline::before { content: "=F3=B0=BC=BA"; } + +.mdi-baby-buggy::before { content: "=F3=B1=8F=A0"; } + +.mdi-baby-buggy-off::before { content: "=F3=B1=AB=B3"; } + +.mdi-baby-carriage::before { content: "=F3=B0=9A=8F"; } + +.mdi-baby-carriage-off::before { content: "=F3=B0=BE=A0"; } + +.mdi-baby-face::before { content: "=F3=B0=B9=BC"; } + +.mdi-baby-face-outline::before { content: "=F3=B0=B9=BD"; } + +.mdi-backburger::before { content: "=F3=B0=81=AD"; } + +.mdi-backspace::before { content: "=F3=B0=81=AE"; } + +.mdi-backspace-outline::before { content: "=F3=B0=AD=9C"; } + +.mdi-backspace-reverse::before { content: "=F3=B0=B9=BE"; } + +.mdi-backspace-reverse-outline::before { content: "=F3=B0=B9=BF"; } + +.mdi-backup-restore::before { content: "=F3=B0=81=AF"; } + +.mdi-bacteria::before { content: "=F3=B0=BB=95"; } + +.mdi-bacteria-outline::before { content: "=F3=B0=BB=96"; } + +.mdi-badge-account::before { content: "=F3=B0=B6=A7"; } + +.mdi-badge-account-alert::before { content: "=F3=B0=B6=A8"; } + +.mdi-badge-account-alert-outline::before { content: "=F3=B0=B6=A9"; } + +.mdi-badge-account-horizontal::before { content: "=F3=B0=B8=8D"; } + +.mdi-badge-account-horizontal-outline::before { content: "=F3=B0=B8=8E"; } + +.mdi-badge-account-outline::before { content: "=F3=B0=B6=AA"; } + +.mdi-badminton::before { content: "=F3=B0=A1=91"; } + +.mdi-bag-carry-on::before { content: "=F3=B0=BC=BB"; } + +.mdi-bag-carry-on-check::before { content: "=F3=B0=B5=A5"; } + +.mdi-bag-carry-on-off::before { content: "=F3=B0=BC=BC"; } + +.mdi-bag-checked::before { content: "=F3=B0=BC=BD"; } + +.mdi-bag-personal::before { content: "=F3=B0=B8=90"; } + +.mdi-bag-personal-off::before { content: "=F3=B0=B8=91"; } + +.mdi-bag-personal-off-outline::before { content: "=F3=B0=B8=92"; } + +.mdi-bag-personal-outline::before { content: "=F3=B0=B8=93"; } + +.mdi-bag-personal-tag::before { content: "=F3=B1=AC=8C"; } + +.mdi-bag-personal-tag-outline::before { content: "=F3=B1=AC=8D"; } + +.mdi-bag-suitcase::before { content: "=F3=B1=96=8B"; } + +.mdi-bag-suitcase-off::before { content: "=F3=B1=96=8D"; } + +.mdi-bag-suitcase-off-outline::before { content: "=F3=B1=96=8E"; } + +.mdi-bag-suitcase-outline::before { content: "=F3=B1=96=8C"; } + +.mdi-baguette::before { content: "=F3=B0=BC=BE"; } + +.mdi-balcony::before { content: "=F3=B1=A0=97"; } + +.mdi-balloon::before { content: "=F3=B0=A8=A6"; } + +.mdi-ballot::before { content: "=F3=B0=A7=89"; } + +.mdi-ballot-outline::before { content: "=F3=B0=A7=8A"; } + +.mdi-ballot-recount::before { content: "=F3=B0=B0=B9"; } + +.mdi-ballot-recount-outline::before { content: "=F3=B0=B0=BA"; } + +.mdi-bandage::before { content: "=F3=B0=B6=AF"; } + +.mdi-bank::before { content: "=F3=B0=81=B0"; } + +.mdi-bank-check::before { content: "=F3=B1=99=95"; } + +.mdi-bank-minus::before { content: "=F3=B0=B6=B0"; } + +.mdi-bank-off::before { content: "=F3=B1=99=96"; } + +.mdi-bank-off-outline::before { content: "=F3=B1=99=97"; } + +.mdi-bank-outline::before { content: "=F3=B0=BA=80"; } + +.mdi-bank-plus::before { content: "=F3=B0=B6=B1"; } + +.mdi-bank-remove::before { content: "=F3=B0=B6=B2"; } + +.mdi-bank-transfer::before { content: "=F3=B0=A8=A7"; } + +.mdi-bank-transfer-in::before { content: "=F3=B0=A8=A8"; } + +.mdi-bank-transfer-out::before { content: "=F3=B0=A8=A9"; } + +.mdi-barcode::before { content: "=F3=B0=81=B1"; } + +.mdi-barcode-off::before { content: "=F3=B1=88=B6"; } + +.mdi-barcode-scan::before { content: "=F3=B0=81=B2"; } + +.mdi-barley::before { content: "=F3=B0=81=B3"; } + +.mdi-barley-off::before { content: "=F3=B0=AD=9D"; } + +.mdi-barn::before { content: "=F3=B0=AD=9E"; } + +.mdi-barrel::before { content: "=F3=B0=81=B4"; } + +.mdi-barrel-outline::before { content: "=F3=B1=A8=A8"; } + +.mdi-baseball::before { content: "=F3=B0=A1=92"; } + +.mdi-baseball-bat::before { content: "=F3=B0=A1=93"; } + +.mdi-baseball-diamond::before { content: "=F3=B1=97=AC"; } + +.mdi-baseball-diamond-outline::before { content: "=F3=B1=97=AD"; } + +.mdi-bash::before { content: "=F3=B1=86=83"; } + +.mdi-basket::before { content: "=F3=B0=81=B6"; } + +.mdi-basket-check::before { content: "=F3=B1=A3=A5"; } + +.mdi-basket-check-outline::before { content: "=F3=B1=A3=A6"; } + +.mdi-basket-fill::before { content: "=F3=B0=81=B7"; } + +.mdi-basket-minus::before { content: "=F3=B1=94=A3"; } + +.mdi-basket-minus-outline::before { content: "=F3=B1=94=A4"; } + +.mdi-basket-off::before { content: "=F3=B1=94=A5"; } + +.mdi-basket-off-outline::before { content: "=F3=B1=94=A6"; } + +.mdi-basket-outline::before { content: "=F3=B1=86=81"; } + +.mdi-basket-plus::before { content: "=F3=B1=94=A7"; } + +.mdi-basket-plus-outline::before { content: "=F3=B1=94=A8"; } + +.mdi-basket-remove::before { content: "=F3=B1=94=A9"; } + +.mdi-basket-remove-outline::before { content: "=F3=B1=94=AA"; } + +.mdi-basket-unfill::before { content: "=F3=B0=81=B8"; } + +.mdi-basketball::before { content: "=F3=B0=A0=86"; } + +.mdi-basketball-hoop::before { content: "=F3=B0=B0=BB"; } + +.mdi-basketball-hoop-outline::before { content: "=F3=B0=B0=BC"; } + +.mdi-bat::before { content: "=F3=B0=AD=9F"; } + +.mdi-bathtub::before { content: "=F3=B1=A0=98"; } + +.mdi-bathtub-outline::before { content: "=F3=B1=A0=99"; } + +.mdi-battery::before { content: "=F3=B0=81=B9"; } + +.mdi-battery-10::before { content: "=F3=B0=81=BA"; } + +.mdi-battery-10-bluetooth::before { content: "=F3=B0=A4=BE"; } + +.mdi-battery-20::before { content: "=F3=B0=81=BB"; } + +.mdi-battery-20-bluetooth::before { content: "=F3=B0=A4=BF"; } + +.mdi-battery-30::before { content: "=F3=B0=81=BC"; } + +.mdi-battery-30-bluetooth::before { content: "=F3=B0=A5=80"; } + +.mdi-battery-40::before { content: "=F3=B0=81=BD"; } + +.mdi-battery-40-bluetooth::before { content: "=F3=B0=A5=81"; } + +.mdi-battery-50::before { content: "=F3=B0=81=BE"; } + +.mdi-battery-50-bluetooth::before { content: "=F3=B0=A5=82"; } + +.mdi-battery-60::before { content: "=F3=B0=81=BF"; } + +.mdi-battery-60-bluetooth::before { content: "=F3=B0=A5=83"; } + +.mdi-battery-70::before { content: "=F3=B0=82=80"; } + +.mdi-battery-70-bluetooth::before { content: "=F3=B0=A5=84"; } + +.mdi-battery-80::before { content: "=F3=B0=82=81"; } + +.mdi-battery-80-bluetooth::before { content: "=F3=B0=A5=85"; } + +.mdi-battery-90::before { content: "=F3=B0=82=82"; } + +.mdi-battery-90-bluetooth::before { content: "=F3=B0=A5=86"; } + +.mdi-battery-alert::before { content: "=F3=B0=82=83"; } + +.mdi-battery-alert-bluetooth::before { content: "=F3=B0=A5=87"; } + +.mdi-battery-alert-variant::before { content: "=F3=B1=83=8C"; } + +.mdi-battery-alert-variant-outline::before { content: "=F3=B1=83=8D"; } + +.mdi-battery-arrow-down::before { content: "=F3=B1=9F=9E"; } + +.mdi-battery-arrow-down-outline::before { content: "=F3=B1=9F=9F"; } + +.mdi-battery-arrow-up::before { content: "=F3=B1=9F=A0"; } + +.mdi-battery-arrow-up-outline::before { content: "=F3=B1=9F=A1"; } + +.mdi-battery-bluetooth::before { content: "=F3=B0=A5=88"; } + +.mdi-battery-bluetooth-variant::before { content: "=F3=B0=A5=89"; } + +.mdi-battery-charging::before { content: "=F3=B0=82=84"; } + +.mdi-battery-charging-10::before { content: "=F3=B0=A2=9C"; } + +.mdi-battery-charging-100::before { content: "=F3=B0=82=85"; } + +.mdi-battery-charging-20::before { content: "=F3=B0=82=86"; } + +.mdi-battery-charging-30::before { content: "=F3=B0=82=87"; } + +.mdi-battery-charging-40::before { content: "=F3=B0=82=88"; } + +.mdi-battery-charging-50::before { content: "=F3=B0=A2=9D"; } + +.mdi-battery-charging-60::before { content: "=F3=B0=82=89"; } + +.mdi-battery-charging-70::before { content: "=F3=B0=A2=9E"; } + +.mdi-battery-charging-80::before { content: "=F3=B0=82=8A"; } + +.mdi-battery-charging-90::before { content: "=F3=B0=82=8B"; } + +.mdi-battery-charging-high::before { content: "=F3=B1=8A=A6"; } + +.mdi-battery-charging-low::before { content: "=F3=B1=8A=A4"; } + +.mdi-battery-charging-medium::before { content: "=F3=B1=8A=A5"; } + +.mdi-battery-charging-outline::before { content: "=F3=B0=A2=9F"; } + +.mdi-battery-charging-wireless::before { content: "=F3=B0=A0=87"; } + +.mdi-battery-charging-wireless-10::before { content: "=F3=B0=A0=88"; } + +.mdi-battery-charging-wireless-20::before { content: "=F3=B0=A0=89"; } + +.mdi-battery-charging-wireless-30::before { content: "=F3=B0=A0=8A"; } + +.mdi-battery-charging-wireless-40::before { content: "=F3=B0=A0=8B"; } + +.mdi-battery-charging-wireless-50::before { content: "=F3=B0=A0=8C"; } + +.mdi-battery-charging-wireless-60::before { content: "=F3=B0=A0=8D"; } + +.mdi-battery-charging-wireless-70::before { content: "=F3=B0=A0=8E"; } + +.mdi-battery-charging-wireless-80::before { content: "=F3=B0=A0=8F"; } + +.mdi-battery-charging-wireless-90::before { content: "=F3=B0=A0=90"; } + +.mdi-battery-charging-wireless-alert::before { content: "=F3=B0=A0=91"; } + +.mdi-battery-charging-wireless-outline::before { content: "=F3=B0=A0=92"; } + +.mdi-battery-check::before { content: "=F3=B1=9F=A2"; } + +.mdi-battery-check-outline::before { content: "=F3=B1=9F=A3"; } + +.mdi-battery-clock::before { content: "=F3=B1=A7=A5"; } + +.mdi-battery-clock-outline::before { content: "=F3=B1=A7=A6"; } + +.mdi-battery-heart::before { content: "=F3=B1=88=8F"; } + +.mdi-battery-heart-outline::before { content: "=F3=B1=88=90"; } + +.mdi-battery-heart-variant::before { content: "=F3=B1=88=91"; } + +.mdi-battery-high::before { content: "=F3=B1=8A=A3"; } + +.mdi-battery-lock::before { content: "=F3=B1=9E=9C"; } + +.mdi-battery-lock-open::before { content: "=F3=B1=9E=9D"; } + +.mdi-battery-low::before { content: "=F3=B1=8A=A1"; } + +.mdi-battery-medium::before { content: "=F3=B1=8A=A2"; } + +.mdi-battery-minus::before { content: "=F3=B1=9F=A4"; } + +.mdi-battery-minus-outline::before { content: "=F3=B1=9F=A5"; } + +.mdi-battery-minus-variant::before { content: "=F3=B0=82=8C"; } + +.mdi-battery-negative::before { content: "=F3=B0=82=8D"; } + +.mdi-battery-off::before { content: "=F3=B1=89=9D"; } + +.mdi-battery-off-outline::before { content: "=F3=B1=89=9E"; } + +.mdi-battery-outline::before { content: "=F3=B0=82=8E"; } + +.mdi-battery-plus::before { content: "=F3=B1=9F=A6"; } + +.mdi-battery-plus-outline::before { content: "=F3=B1=9F=A7"; } + +.mdi-battery-plus-variant::before { content: "=F3=B0=82=8F"; } + +.mdi-battery-positive::before { content: "=F3=B0=82=90"; } + +.mdi-battery-remove::before { content: "=F3=B1=9F=A8"; } + +.mdi-battery-remove-outline::before { content: "=F3=B1=9F=A9"; } + +.mdi-battery-sync::before { content: "=F3=B1=A0=B4"; } + +.mdi-battery-sync-outline::before { content: "=F3=B1=A0=B5"; } + +.mdi-battery-unknown::before { content: "=F3=B0=82=91"; } + +.mdi-battery-unknown-bluetooth::before { content: "=F3=B0=A5=8A"; } + +.mdi-beach::before { content: "=F3=B0=82=92"; } + +.mdi-beaker::before { content: "=F3=B0=B3=AA"; } + +.mdi-beaker-alert::before { content: "=F3=B1=88=A9"; } + +.mdi-beaker-alert-outline::before { content: "=F3=B1=88=AA"; } + +.mdi-beaker-check::before { content: "=F3=B1=88=AB"; } + +.mdi-beaker-check-outline::before { content: "=F3=B1=88=AC"; } + +.mdi-beaker-minus::before { content: "=F3=B1=88=AD"; } + +.mdi-beaker-minus-outline::before { content: "=F3=B1=88=AE"; } + +.mdi-beaker-outline::before { content: "=F3=B0=9A=90"; } + +.mdi-beaker-plus::before { content: "=F3=B1=88=AF"; } + +.mdi-beaker-plus-outline::before { content: "=F3=B1=88=B0"; } + +.mdi-beaker-question::before { content: "=F3=B1=88=B1"; } + +.mdi-beaker-question-outline::before { content: "=F3=B1=88=B2"; } + +.mdi-beaker-remove::before { content: "=F3=B1=88=B3"; } + +.mdi-beaker-remove-outline::before { content: "=F3=B1=88=B4"; } + +.mdi-bed::before { content: "=F3=B0=8B=A3"; } + +.mdi-bed-double::before { content: "=F3=B0=BF=94"; } + +.mdi-bed-double-outline::before { content: "=F3=B0=BF=93"; } + +.mdi-bed-empty::before { content: "=F3=B0=A2=A0"; } + +.mdi-bed-king::before { content: "=F3=B0=BF=92"; } + +.mdi-bed-king-outline::before { content: "=F3=B0=BF=91"; } + +.mdi-bed-outline::before { content: "=F3=B0=82=99"; } + +.mdi-bed-queen::before { content: "=F3=B0=BF=90"; } + +.mdi-bed-queen-outline::before { content: "=F3=B0=BF=9B"; } + +.mdi-bed-single::before { content: "=F3=B1=81=AD"; } + +.mdi-bed-single-outline::before { content: "=F3=B1=81=AE"; } + +.mdi-bee::before { content: "=F3=B0=BE=A1"; } + +.mdi-bee-flower::before { content: "=F3=B0=BE=A2"; } + +.mdi-beehive-off-outline::before { content: "=F3=B1=8F=AD"; } + +.mdi-beehive-outline::before { content: "=F3=B1=83=8E"; } + +.mdi-beekeeper::before { content: "=F3=B1=93=A2"; } + +.mdi-beer::before { content: "=F3=B0=82=98"; } + +.mdi-beer-outline::before { content: "=F3=B1=8C=8C"; } + +.mdi-bell::before { content: "=F3=B0=82=9A"; } + +.mdi-bell-alert::before { content: "=F3=B0=B5=99"; } + +.mdi-bell-alert-outline::before { content: "=F3=B0=BA=81"; } + +.mdi-bell-badge::before { content: "=F3=B1=85=AB"; } + +.mdi-bell-badge-outline::before { content: "=F3=B0=85=B8"; } + +.mdi-bell-cancel::before { content: "=F3=B1=8F=A7"; } + +.mdi-bell-cancel-outline::before { content: "=F3=B1=8F=A8"; } + +.mdi-bell-check::before { content: "=F3=B1=87=A5"; } + +.mdi-bell-check-outline::before { content: "=F3=B1=87=A6"; } + +.mdi-bell-circle::before { content: "=F3=B0=B5=9A"; } + +.mdi-bell-circle-outline::before { content: "=F3=B0=B5=9B"; } + +.mdi-bell-cog::before { content: "=F3=B1=A8=A9"; } + +.mdi-bell-cog-outline::before { content: "=F3=B1=A8=AA"; } + +.mdi-bell-minus::before { content: "=F3=B1=8F=A9"; } + +.mdi-bell-minus-outline::before { content: "=F3=B1=8F=AA"; } + +.mdi-bell-off::before { content: "=F3=B0=82=9B"; } + +.mdi-bell-off-outline::before { content: "=F3=B0=AA=91"; } + +.mdi-bell-outline::before { content: "=F3=B0=82=9C"; } + +.mdi-bell-plus::before { content: "=F3=B0=82=9D"; } + +.mdi-bell-plus-outline::before { content: "=F3=B0=AA=92"; } + +.mdi-bell-remove::before { content: "=F3=B1=8F=AB"; } + +.mdi-bell-remove-outline::before { content: "=F3=B1=8F=AC"; } + +.mdi-bell-ring::before { content: "=F3=B0=82=9E"; } + +.mdi-bell-ring-outline::before { content: "=F3=B0=82=9F"; } + +.mdi-bell-sleep::before { content: "=F3=B0=82=A0"; } + +.mdi-bell-sleep-outline::before { content: "=F3=B0=AA=93"; } + +.mdi-beta::before { content: "=F3=B0=82=A1"; } + +.mdi-betamax::before { content: "=F3=B0=A7=8B"; } + +.mdi-biathlon::before { content: "=F3=B0=B8=94"; } + +.mdi-bicycle::before { content: "=F3=B1=82=9C"; } + +.mdi-bicycle-basket::before { content: "=F3=B1=88=B5"; } + +.mdi-bicycle-cargo::before { content: "=F3=B1=A2=9C"; } + +.mdi-bicycle-electric::before { content: "=F3=B1=96=B4"; } + +.mdi-bicycle-penny-farthing::before { content: "=F3=B1=97=A9"; } + +.mdi-bike::before { content: "=F3=B0=82=A3"; } + +.mdi-bike-fast::before { content: "=F3=B1=84=9F"; } + +.mdi-billboard::before { content: "=F3=B1=80=90"; } + +.mdi-billiards::before { content: "=F3=B0=AD=A1"; } + +.mdi-billiards-rack::before { content: "=F3=B0=AD=A2"; } + +.mdi-binoculars::before { content: "=F3=B0=82=A5"; } + +.mdi-bio::before { content: "=F3=B0=82=A6"; } + +.mdi-biohazard::before { content: "=F3=B0=82=A7"; } + +.mdi-bird::before { content: "=F3=B1=97=86"; } + +.mdi-bitbucket::before { content: "=F3=B0=82=A8"; } + +.mdi-bitcoin::before { content: "=F3=B0=A0=93"; } + +.mdi-black-mesa::before { content: "=F3=B0=82=A9"; } + +.mdi-blender::before { content: "=F3=B0=B3=AB"; } + +.mdi-blender-outline::before { content: "=F3=B1=A0=9A"; } + +.mdi-blender-software::before { content: "=F3=B0=82=AB"; } + +.mdi-blinds::before { content: "=F3=B0=82=AC"; } + +.mdi-blinds-horizontal::before { content: "=F3=B1=A8=AB"; } + +.mdi-blinds-horizontal-closed::before { content: "=F3=B1=A8=AC"; } + +.mdi-blinds-open::before { content: "=F3=B1=80=91"; } + +.mdi-blinds-vertical::before { content: "=F3=B1=A8=AD"; } + +.mdi-blinds-vertical-closed::before { content: "=F3=B1=A8=AE"; } + +.mdi-block-helper::before { content: "=F3=B0=82=AD"; } + +.mdi-blood-bag::before { content: "=F3=B0=B3=AC"; } + +.mdi-bluetooth::before { content: "=F3=B0=82=AF"; } + +.mdi-bluetooth-audio::before { content: "=F3=B0=82=B0"; } + +.mdi-bluetooth-connect::before { content: "=F3=B0=82=B1"; } + +.mdi-bluetooth-off::before { content: "=F3=B0=82=B2"; } + +.mdi-bluetooth-settings::before { content: "=F3=B0=82=B3"; } + +.mdi-bluetooth-transfer::before { content: "=F3=B0=82=B4"; } + +.mdi-blur::before { content: "=F3=B0=82=B5"; } + +.mdi-blur-linear::before { content: "=F3=B0=82=B6"; } + +.mdi-blur-off::before { content: "=F3=B0=82=B7"; } + +.mdi-blur-radial::before { content: "=F3=B0=82=B8"; } + +.mdi-bolt::before { content: "=F3=B0=B6=B3"; } + +.mdi-bomb::before { content: "=F3=B0=9A=91"; } + +.mdi-bomb-off::before { content: "=F3=B0=9B=85"; } + +.mdi-bone::before { content: "=F3=B0=82=B9"; } + +.mdi-bone-off::before { content: "=F3=B1=A7=A0"; } + +.mdi-book::before { content: "=F3=B0=82=BA"; } + +.mdi-book-account::before { content: "=F3=B1=8E=AD"; } + +.mdi-book-account-outline::before { content: "=F3=B1=8E=AE"; } + +.mdi-book-alert::before { content: "=F3=B1=99=BC"; } + +.mdi-book-alert-outline::before { content: "=F3=B1=99=BD"; } + +.mdi-book-alphabet::before { content: "=F3=B0=98=9D"; } + +.mdi-book-arrow-down::before { content: "=F3=B1=99=BE"; } + +.mdi-book-arrow-down-outline::before { content: "=F3=B1=99=BF"; } + +.mdi-book-arrow-left::before { content: "=F3=B1=9A=80"; } + +.mdi-book-arrow-left-outline::before { content: "=F3=B1=9A=81"; } + +.mdi-book-arrow-right::before { content: "=F3=B1=9A=82"; } + +.mdi-book-arrow-right-outline::before { content: "=F3=B1=9A=83"; } + +.mdi-book-arrow-up::before { content: "=F3=B1=9A=84"; } + +.mdi-book-arrow-up-outline::before { content: "=F3=B1=9A=85"; } + +.mdi-book-cancel::before { content: "=F3=B1=9A=86"; } + +.mdi-book-cancel-outline::before { content: "=F3=B1=9A=87"; } + +.mdi-book-check::before { content: "=F3=B1=93=B3"; } + +.mdi-book-check-outline::before { content: "=F3=B1=93=B4"; } + +.mdi-book-clock::before { content: "=F3=B1=9A=88"; } + +.mdi-book-clock-outline::before { content: "=F3=B1=9A=89"; } + +.mdi-book-cog::before { content: "=F3=B1=9A=8A"; } + +.mdi-book-cog-outline::before { content: "=F3=B1=9A=8B"; } + +.mdi-book-cross::before { content: "=F3=B0=82=A2"; } + +.mdi-book-edit::before { content: "=F3=B1=9A=8C"; } + +.mdi-book-edit-outline::before { content: "=F3=B1=9A=8D"; } + +.mdi-book-education::before { content: "=F3=B1=9B=89"; } + +.mdi-book-education-outline::before { content: "=F3=B1=9B=8A"; } + +.mdi-book-heart::before { content: "=F3=B1=A8=9D"; } + +.mdi-book-heart-outline::before { content: "=F3=B1=A8=9E"; } + +.mdi-book-information-variant::before { content: "=F3=B1=81=AF"; } + +.mdi-book-lock::before { content: "=F3=B0=9E=9A"; } + +.mdi-book-lock-open::before { content: "=F3=B0=9E=9B"; } + +.mdi-book-lock-open-outline::before { content: "=F3=B1=9A=8E"; } + +.mdi-book-lock-outline::before { content: "=F3=B1=9A=8F"; } + +.mdi-book-marker::before { content: "=F3=B1=9A=90"; } + +.mdi-book-marker-outline::before { content: "=F3=B1=9A=91"; } + +.mdi-book-minus::before { content: "=F3=B0=97=99"; } + +.mdi-book-minus-multiple::before { content: "=F3=B0=AA=94"; } + +.mdi-book-minus-multiple-outline::before { content: "=F3=B0=A4=8B"; } + +.mdi-book-minus-outline::before { content: "=F3=B1=9A=92"; } + +.mdi-book-multiple::before { content: "=F3=B0=82=BB"; } + +.mdi-book-multiple-outline::before { content: "=F3=B0=90=B6"; } + +.mdi-book-music::before { content: "=F3=B0=81=A7"; } + +.mdi-book-music-outline::before { content: "=F3=B1=9A=93"; } + +.mdi-book-off::before { content: "=F3=B1=9A=94"; } + +.mdi-book-off-outline::before { content: "=F3=B1=9A=95"; } + +.mdi-book-open::before { content: "=F3=B0=82=BD"; } + +.mdi-book-open-blank-variant::before { content: "=F3=B0=82=BE"; } + +.mdi-book-open-outline::before { content: "=F3=B0=AD=A3"; } + +.mdi-book-open-page-variant::before { content: "=F3=B0=97=9A"; } + +.mdi-book-open-page-variant-outline::before { content: "=F3=B1=97=96"; } + +.mdi-book-open-variant::before { content: "=F3=B1=93=B7"; } + +.mdi-book-outline::before { content: "=F3=B0=AD=A4"; } + +.mdi-book-play::before { content: "=F3=B0=BA=82"; } + +.mdi-book-play-outline::before { content: "=F3=B0=BA=83"; } + +.mdi-book-plus::before { content: "=F3=B0=97=9B"; } + +.mdi-book-plus-multiple::before { content: "=F3=B0=AA=95"; } + +.mdi-book-plus-multiple-outline::before { content: "=F3=B0=AB=9E"; } + +.mdi-book-plus-outline::before { content: "=F3=B1=9A=96"; } + +.mdi-book-refresh::before { content: "=F3=B1=9A=97"; } + +.mdi-book-refresh-outline::before { content: "=F3=B1=9A=98"; } + +.mdi-book-remove::before { content: "=F3=B0=AA=97"; } + +.mdi-book-remove-multiple::before { content: "=F3=B0=AA=96"; } + +.mdi-book-remove-multiple-outline::before { content: "=F3=B0=93=8A"; } + +.mdi-book-remove-outline::before { content: "=F3=B1=9A=99"; } + +.mdi-book-search::before { content: "=F3=B0=BA=84"; } + +.mdi-book-search-outline::before { content: "=F3=B0=BA=85"; } + +.mdi-book-settings::before { content: "=F3=B1=9A=9A"; } + +.mdi-book-settings-outline::before { content: "=F3=B1=9A=9B"; } + +.mdi-book-sync::before { content: "=F3=B1=9A=9C"; } + +.mdi-book-sync-outline::before { content: "=F3=B1=9B=88"; } + +.mdi-book-variant::before { content: "=F3=B0=82=BF"; } + +.mdi-book-variant-multiple::before { content: "=F3=B0=82=BC"; } + +.mdi-bookmark::before { content: "=F3=B0=83=80"; } + +.mdi-bookmark-box-multiple::before { content: "=F3=B1=A5=AC"; } + +.mdi-bookmark-box-multiple-outline::before { content: "=F3=B1=A5=AD"; } + +.mdi-bookmark-check::before { content: "=F3=B0=83=81"; } + +.mdi-bookmark-check-outline::before { content: "=F3=B1=8D=BB"; } + +.mdi-bookmark-minus::before { content: "=F3=B0=A7=8C"; } + +.mdi-bookmark-minus-outline::before { content: "=F3=B0=A7=8D"; } + +.mdi-bookmark-multiple::before { content: "=F3=B0=B8=95"; } + +.mdi-bookmark-multiple-outline::before { content: "=F3=B0=B8=96"; } + +.mdi-bookmark-music::before { content: "=F3=B0=83=82"; } + +.mdi-bookmark-music-outline::before { content: "=F3=B1=8D=B9"; } + +.mdi-bookmark-off::before { content: "=F3=B0=A7=8E"; } + +.mdi-bookmark-off-outline::before { content: "=F3=B0=A7=8F"; } + +.mdi-bookmark-outline::before { content: "=F3=B0=83=83"; } + +.mdi-bookmark-plus::before { content: "=F3=B0=83=85"; } + +.mdi-bookmark-plus-outline::before { content: "=F3=B0=83=84"; } + +.mdi-bookmark-remove::before { content: "=F3=B0=83=86"; } + +.mdi-bookmark-remove-outline::before { content: "=F3=B1=8D=BA"; } + +.mdi-bookshelf::before { content: "=F3=B1=89=9F"; } + +.mdi-boom-gate::before { content: "=F3=B0=BA=86"; } + +.mdi-boom-gate-alert::before { content: "=F3=B0=BA=87"; } + +.mdi-boom-gate-alert-outline::before { content: "=F3=B0=BA=88"; } + +.mdi-boom-gate-arrow-down::before { content: "=F3=B0=BA=89"; } + +.mdi-boom-gate-arrow-down-outline::before { content: "=F3=B0=BA=8A"; } + +.mdi-boom-gate-arrow-up::before { content: "=F3=B0=BA=8C"; } + +.mdi-boom-gate-arrow-up-outline::before { content: "=F3=B0=BA=8D"; } + +.mdi-boom-gate-outline::before { content: "=F3=B0=BA=8B"; } + +.mdi-boom-gate-up::before { content: "=F3=B1=9F=B9"; } + +.mdi-boom-gate-up-outline::before { content: "=F3=B1=9F=BA"; } + +.mdi-boombox::before { content: "=F3=B0=97=9C"; } + +.mdi-boomerang::before { content: "=F3=B1=83=8F"; } + +.mdi-bootstrap::before { content: "=F3=B0=9B=86"; } + +.mdi-border-all::before { content: "=F3=B0=83=87"; } + +.mdi-border-all-variant::before { content: "=F3=B0=A2=A1"; } + +.mdi-border-bottom::before { content: "=F3=B0=83=88"; } + +.mdi-border-bottom-variant::before { content: "=F3=B0=A2=A2"; } + +.mdi-border-color::before { content: "=F3=B0=83=89"; } + +.mdi-border-horizontal::before { content: "=F3=B0=83=8A"; } + +.mdi-border-inside::before { content: "=F3=B0=83=8B"; } + +.mdi-border-left::before { content: "=F3=B0=83=8C"; } + +.mdi-border-left-variant::before { content: "=F3=B0=A2=A3"; } + +.mdi-border-none::before { content: "=F3=B0=83=8D"; } + +.mdi-border-none-variant::before { content: "=F3=B0=A2=A4"; } + +.mdi-border-outside::before { content: "=F3=B0=83=8E"; } + +.mdi-border-radius::before { content: "=F3=B1=AB=B4"; } + +.mdi-border-right::before { content: "=F3=B0=83=8F"; } + +.mdi-border-right-variant::before { content: "=F3=B0=A2=A5"; } + +.mdi-border-style::before { content: "=F3=B0=83=90"; } + +.mdi-border-top::before { content: "=F3=B0=83=91"; } + +.mdi-border-top-variant::before { content: "=F3=B0=A2=A6"; } + +.mdi-border-vertical::before { content: "=F3=B0=83=92"; } + +.mdi-bottle-soda::before { content: "=F3=B1=81=B0"; } + +.mdi-bottle-soda-classic::before { content: "=F3=B1=81=B1"; } + +.mdi-bottle-soda-classic-outline::before { content: "=F3=B1=8D=A3"; } + +.mdi-bottle-soda-outline::before { content: "=F3=B1=81=B2"; } + +.mdi-bottle-tonic::before { content: "=F3=B1=84=AE"; } + +.mdi-bottle-tonic-outline::before { content: "=F3=B1=84=AF"; } + +.mdi-bottle-tonic-plus::before { content: "=F3=B1=84=B0"; } + +.mdi-bottle-tonic-plus-outline::before { content: "=F3=B1=84=B1"; } + +.mdi-bottle-tonic-skull::before { content: "=F3=B1=84=B2"; } + +.mdi-bottle-tonic-skull-outline::before { content: "=F3=B1=84=B3"; } + +.mdi-bottle-wine::before { content: "=F3=B0=A1=94"; } + +.mdi-bottle-wine-outline::before { content: "=F3=B1=8C=90"; } + +.mdi-bow-arrow::before { content: "=F3=B1=A1=81"; } + +.mdi-bow-tie::before { content: "=F3=B0=99=B8"; } + +.mdi-bowl::before { content: "=F3=B0=8A=8E"; } + +.mdi-bowl-mix::before { content: "=F3=B0=98=97"; } + +.mdi-bowl-mix-outline::before { content: "=F3=B0=8B=A4"; } + +.mdi-bowl-outline::before { content: "=F3=B0=8A=A9"; } + +.mdi-bowling::before { content: "=F3=B0=83=93"; } + +.mdi-box::before { content: "=F3=B0=83=94"; } + +.mdi-box-cutter::before { content: "=F3=B0=83=95"; } + +.mdi-box-cutter-off::before { content: "=F3=B0=AD=8A"; } + +.mdi-box-shadow::before { content: "=F3=B0=98=B7"; } + +.mdi-boxing-glove::before { content: "=F3=B0=AD=A5"; } + +.mdi-braille::before { content: "=F3=B0=A7=90"; } + +.mdi-brain::before { content: "=F3=B0=A7=91"; } + +.mdi-bread-slice::before { content: "=F3=B0=B3=AE"; } + +.mdi-bread-slice-outline::before { content: "=F3=B0=B3=AF"; } + +.mdi-bridge::before { content: "=F3=B0=98=98"; } + +.mdi-briefcase::before { content: "=F3=B0=83=96"; } + +.mdi-briefcase-account::before { content: "=F3=B0=B3=B0"; } + +.mdi-briefcase-account-outline::before { content: "=F3=B0=B3=B1"; } + +.mdi-briefcase-arrow-left-right::before { content: "=F3=B1=AA=8D"; } + +.mdi-briefcase-arrow-left-right-outline::before { content: "=F3=B1=AA=8E"; = +} + +.mdi-briefcase-arrow-up-down::before { content: "=F3=B1=AA=8F"; } + +.mdi-briefcase-arrow-up-down-outline::before { content: "=F3=B1=AA=90"; } + +.mdi-briefcase-check::before { content: "=F3=B0=83=97"; } + +.mdi-briefcase-check-outline::before { content: "=F3=B1=8C=9E"; } + +.mdi-briefcase-clock::before { content: "=F3=B1=83=90"; } + +.mdi-briefcase-clock-outline::before { content: "=F3=B1=83=91"; } + +.mdi-briefcase-download::before { content: "=F3=B0=83=98"; } + +.mdi-briefcase-download-outline::before { content: "=F3=B0=B0=BD"; } + +.mdi-briefcase-edit::before { content: "=F3=B0=AA=98"; } + +.mdi-briefcase-edit-outline::before { content: "=F3=B0=B0=BE"; } + +.mdi-briefcase-eye::before { content: "=F3=B1=9F=99"; } + +.mdi-briefcase-eye-outline::before { content: "=F3=B1=9F=9A"; } + +.mdi-briefcase-minus::before { content: "=F3=B0=A8=AA"; } + +.mdi-briefcase-minus-outline::before { content: "=F3=B0=B0=BF"; } + +.mdi-briefcase-off::before { content: "=F3=B1=99=98"; } + +.mdi-briefcase-off-outline::before { content: "=F3=B1=99=99"; } + +.mdi-briefcase-outline::before { content: "=F3=B0=A0=94"; } + +.mdi-briefcase-plus::before { content: "=F3=B0=A8=AB"; } + +.mdi-briefcase-plus-outline::before { content: "=F3=B0=B1=80"; } + +.mdi-briefcase-remove::before { content: "=F3=B0=A8=AC"; } + +.mdi-briefcase-remove-outline::before { content: "=F3=B0=B1=81"; } + +.mdi-briefcase-search::before { content: "=F3=B0=A8=AD"; } + +.mdi-briefcase-search-outline::before { content: "=F3=B0=B1=82"; } + +.mdi-briefcase-upload::before { content: "=F3=B0=83=99"; } + +.mdi-briefcase-upload-outline::before { content: "=F3=B0=B1=83"; } + +.mdi-briefcase-variant::before { content: "=F3=B1=92=94"; } + +.mdi-briefcase-variant-off::before { content: "=F3=B1=99=9A"; } + +.mdi-briefcase-variant-off-outline::before { content: "=F3=B1=99=9B"; } + +.mdi-briefcase-variant-outline::before { content: "=F3=B1=92=95"; } + +.mdi-brightness-1::before { content: "=F3=B0=83=9A"; } + +.mdi-brightness-2::before { content: "=F3=B0=83=9B"; } + +.mdi-brightness-3::before { content: "=F3=B0=83=9C"; } + +.mdi-brightness-4::before { content: "=F3=B0=83=9D"; } + +.mdi-brightness-5::before { content: "=F3=B0=83=9E"; } + +.mdi-brightness-6::before { content: "=F3=B0=83=9F"; } + +.mdi-brightness-7::before { content: "=F3=B0=83=A0"; } + +.mdi-brightness-auto::before { content: "=F3=B0=83=A1"; } + +.mdi-brightness-percent::before { content: "=F3=B0=B3=B2"; } + +.mdi-broadcast::before { content: "=F3=B1=9C=A0"; } + +.mdi-broadcast-off::before { content: "=F3=B1=9C=A1"; } + +.mdi-broom::before { content: "=F3=B0=83=A2"; } + +.mdi-brush::before { content: "=F3=B0=83=A3"; } + +.mdi-brush-off::before { content: "=F3=B1=9D=B1"; } + +.mdi-brush-outline::before { content: "=F3=B1=A8=8D"; } + +.mdi-brush-variant::before { content: "=F3=B1=A0=93"; } + +.mdi-bucket::before { content: "=F3=B1=90=95"; } + +.mdi-bucket-outline::before { content: "=F3=B1=90=96"; } + +.mdi-buffet::before { content: "=F3=B0=95=B8"; } + +.mdi-bug::before { content: "=F3=B0=83=A4"; } + +.mdi-bug-check::before { content: "=F3=B0=A8=AE"; } + +.mdi-bug-check-outline::before { content: "=F3=B0=A8=AF"; } + +.mdi-bug-outline::before { content: "=F3=B0=A8=B0"; } + +.mdi-bug-pause::before { content: "=F3=B1=AB=B5"; } + +.mdi-bug-pause-outline::before { content: "=F3=B1=AB=B6"; } + +.mdi-bug-play::before { content: "=F3=B1=AB=B7"; } + +.mdi-bug-play-outline::before { content: "=F3=B1=AB=B8"; } + +.mdi-bug-stop::before { content: "=F3=B1=AB=B9"; } + +.mdi-bug-stop-outline::before { content: "=F3=B1=AB=BA"; } + +.mdi-bugle::before { content: "=F3=B0=B6=B4"; } + +.mdi-bulkhead-light::before { content: "=F3=B1=A8=AF"; } + +.mdi-bulldozer::before { content: "=F3=B0=AC=A2"; } + +.mdi-bullet::before { content: "=F3=B0=B3=B3"; } + +.mdi-bulletin-board::before { content: "=F3=B0=83=A5"; } + +.mdi-bullhorn::before { content: "=F3=B0=83=A6"; } + +.mdi-bullhorn-outline::before { content: "=F3=B0=AC=A3"; } + +.mdi-bullhorn-variant::before { content: "=F3=B1=A5=AE"; } + +.mdi-bullhorn-variant-outline::before { content: "=F3=B1=A5=AF"; } + +.mdi-bullseye::before { content: "=F3=B0=97=9D"; } + +.mdi-bullseye-arrow::before { content: "=F3=B0=A3=89"; } + +.mdi-bulma::before { content: "=F3=B1=8B=A7"; } + +.mdi-bunk-bed::before { content: "=F3=B1=8C=82"; } + +.mdi-bunk-bed-outline::before { content: "=F3=B0=82=97"; } + +.mdi-bus::before { content: "=F3=B0=83=A7"; } + +.mdi-bus-alert::before { content: "=F3=B0=AA=99"; } + +.mdi-bus-articulated-end::before { content: "=F3=B0=9E=9C"; } + +.mdi-bus-articulated-front::before { content: "=F3=B0=9E=9D"; } + +.mdi-bus-clock::before { content: "=F3=B0=A3=8A"; } + +.mdi-bus-double-decker::before { content: "=F3=B0=9E=9E"; } + +.mdi-bus-electric::before { content: "=F3=B1=A4=9D"; } + +.mdi-bus-marker::before { content: "=F3=B1=88=92"; } + +.mdi-bus-multiple::before { content: "=F3=B0=BC=BF"; } + +.mdi-bus-school::before { content: "=F3=B0=9E=9F"; } + +.mdi-bus-side::before { content: "=F3=B0=9E=A0"; } + +.mdi-bus-stop::before { content: "=F3=B1=80=92"; } + +.mdi-bus-stop-covered::before { content: "=F3=B1=80=93"; } + +.mdi-bus-stop-uncovered::before { content: "=F3=B1=80=94"; } + +.mdi-butterfly::before { content: "=F3=B1=96=89"; } + +.mdi-butterfly-outline::before { content: "=F3=B1=96=8A"; } + +.mdi-button-cursor::before { content: "=F3=B1=AD=8F"; } + +.mdi-button-pointer::before { content: "=F3=B1=AD=90"; } + +.mdi-cabin-a-frame::before { content: "=F3=B1=A2=8C"; } + +.mdi-cable-data::before { content: "=F3=B1=8E=94"; } + +.mdi-cached::before { content: "=F3=B0=83=A8"; } + +.mdi-cactus::before { content: "=F3=B0=B6=B5"; } + +.mdi-cake::before { content: "=F3=B0=83=A9"; } + +.mdi-cake-layered::before { content: "=F3=B0=83=AA"; } + +.mdi-cake-variant::before { content: "=F3=B0=83=AB"; } + +.mdi-cake-variant-outline::before { content: "=F3=B1=9F=B0"; } + +.mdi-calculator::before { content: "=F3=B0=83=AC"; } + +.mdi-calculator-variant::before { content: "=F3=B0=AA=9A"; } + +.mdi-calculator-variant-outline::before { content: "=F3=B1=96=A6"; } + +.mdi-calendar::before { content: "=F3=B0=83=AD"; } + +.mdi-calendar-account::before { content: "=F3=B0=BB=97"; } + +.mdi-calendar-account-outline::before { content: "=F3=B0=BB=98"; } + +.mdi-calendar-alert::before { content: "=F3=B0=A8=B1"; } + +.mdi-calendar-arrow-left::before { content: "=F3=B1=84=B4"; } + +.mdi-calendar-arrow-right::before { content: "=F3=B1=84=B5"; } + +.mdi-calendar-blank::before { content: "=F3=B0=83=AE"; } + +.mdi-calendar-blank-multiple::before { content: "=F3=B1=81=B3"; } + +.mdi-calendar-blank-outline::before { content: "=F3=B0=AD=A6"; } + +.mdi-calendar-check::before { content: "=F3=B0=83=AF"; } + +.mdi-calendar-check-outline::before { content: "=F3=B0=B1=84"; } + +.mdi-calendar-clock::before { content: "=F3=B0=83=B0"; } + +.mdi-calendar-clock-outline::before { content: "=F3=B1=9B=A1"; } + +.mdi-calendar-collapse-horizontal::before { content: "=F3=B1=A2=9D"; } + +.mdi-calendar-cursor::before { content: "=F3=B1=95=BB"; } + +.mdi-calendar-edit::before { content: "=F3=B0=A2=A7"; } + +.mdi-calendar-end::before { content: "=F3=B1=99=AC"; } + +.mdi-calendar-expand-horizontal::before { content: "=F3=B1=A2=9E"; } + +.mdi-calendar-export::before { content: "=F3=B0=AC=A4"; } + +.mdi-calendar-filter::before { content: "=F3=B1=A8=B2"; } + +.mdi-calendar-filter-outline::before { content: "=F3=B1=A8=B3"; } + +.mdi-calendar-heart::before { content: "=F3=B0=A7=92"; } + +.mdi-calendar-import::before { content: "=F3=B0=AC=A5"; } + +.mdi-calendar-lock::before { content: "=F3=B1=99=81"; } + +.mdi-calendar-lock-outline::before { content: "=F3=B1=99=82"; } + +.mdi-calendar-minus::before { content: "=F3=B0=B5=9C"; } + +.mdi-calendar-month::before { content: "=F3=B0=B8=97"; } + +.mdi-calendar-month-outline::before { content: "=F3=B0=B8=98"; } + +.mdi-calendar-multiple::before { content: "=F3=B0=83=B1"; } + +.mdi-calendar-multiple-check::before { content: "=F3=B0=83=B2"; } + +.mdi-calendar-multiselect::before { content: "=F3=B0=A8=B2"; } + +.mdi-calendar-outline::before { content: "=F3=B0=AD=A7"; } + +.mdi-calendar-plus::before { content: "=F3=B0=83=B3"; } + +.mdi-calendar-question::before { content: "=F3=B0=9A=92"; } + +.mdi-calendar-range::before { content: "=F3=B0=99=B9"; } + +.mdi-calendar-range-outline::before { content: "=F3=B0=AD=A8"; } + +.mdi-calendar-refresh::before { content: "=F3=B0=87=A1"; } + +.mdi-calendar-refresh-outline::before { content: "=F3=B0=88=83"; } + +.mdi-calendar-remove::before { content: "=F3=B0=83=B4"; } + +.mdi-calendar-remove-outline::before { content: "=F3=B0=B1=85"; } + +.mdi-calendar-search::before { content: "=F3=B0=A5=8C"; } + +.mdi-calendar-star::before { content: "=F3=B0=A7=93"; } + +.mdi-calendar-star-outline::before { content: "=F3=B1=AD=93"; } + +.mdi-calendar-start::before { content: "=F3=B1=99=AD"; } + +.mdi-calendar-sync::before { content: "=F3=B0=BA=8E"; } + +.mdi-calendar-sync-outline::before { content: "=F3=B0=BA=8F"; } + +.mdi-calendar-text::before { content: "=F3=B0=83=B5"; } + +.mdi-calendar-text-outline::before { content: "=F3=B0=B1=86"; } + +.mdi-calendar-today::before { content: "=F3=B0=83=B6"; } + +.mdi-calendar-today-outline::before { content: "=F3=B1=A8=B0"; } + +.mdi-calendar-week::before { content: "=F3=B0=A8=B3"; } + +.mdi-calendar-week-begin::before { content: "=F3=B0=A8=B4"; } + +.mdi-calendar-week-begin-outline::before { content: "=F3=B1=A8=B1"; } + +.mdi-calendar-week-outline::before { content: "=F3=B1=A8=B4"; } + +.mdi-calendar-weekend::before { content: "=F3=B0=BB=99"; } + +.mdi-calendar-weekend-outline::before { content: "=F3=B0=BB=9A"; } + +.mdi-call-made::before { content: "=F3=B0=83=B7"; } + +.mdi-call-merge::before { content: "=F3=B0=83=B8"; } + +.mdi-call-missed::before { content: "=F3=B0=83=B9"; } + +.mdi-call-received::before { content: "=F3=B0=83=BA"; } + +.mdi-call-split::before { content: "=F3=B0=83=BB"; } + +.mdi-camcorder::before { content: "=F3=B0=83=BC"; } + +.mdi-camcorder-off::before { content: "=F3=B0=83=BF"; } + +.mdi-camera::before { content: "=F3=B0=84=80"; } + +.mdi-camera-account::before { content: "=F3=B0=A3=8B"; } + +.mdi-camera-burst::before { content: "=F3=B0=9A=93"; } + +.mdi-camera-control::before { content: "=F3=B0=AD=A9"; } + +.mdi-camera-document::before { content: "=F3=B1=A1=B1"; } + +.mdi-camera-document-off::before { content: "=F3=B1=A1=B2"; } + +.mdi-camera-enhance::before { content: "=F3=B0=84=81"; } + +.mdi-camera-enhance-outline::before { content: "=F3=B0=AD=AA"; } + +.mdi-camera-flip::before { content: "=F3=B1=97=99"; } + +.mdi-camera-flip-outline::before { content: "=F3=B1=97=9A"; } + +.mdi-camera-front::before { content: "=F3=B0=84=82"; } + +.mdi-camera-front-variant::before { content: "=F3=B0=84=83"; } + +.mdi-camera-gopro::before { content: "=F3=B0=9E=A1"; } + +.mdi-camera-image::before { content: "=F3=B0=A3=8C"; } + +.mdi-camera-iris::before { content: "=F3=B0=84=84"; } + +.mdi-camera-lock::before { content: "=F3=B1=A8=94"; } + +.mdi-camera-lock-outline::before { content: "=F3=B1=A8=95"; } + +.mdi-camera-marker::before { content: "=F3=B1=A6=A7"; } + +.mdi-camera-marker-outline::before { content: "=F3=B1=A6=A8"; } + +.mdi-camera-metering-center::before { content: "=F3=B0=9E=A2"; } + +.mdi-camera-metering-matrix::before { content: "=F3=B0=9E=A3"; } + +.mdi-camera-metering-partial::before { content: "=F3=B0=9E=A4"; } + +.mdi-camera-metering-spot::before { content: "=F3=B0=9E=A5"; } + +.mdi-camera-off::before { content: "=F3=B0=97=9F"; } + +.mdi-camera-off-outline::before { content: "=F3=B1=A6=BF"; } + +.mdi-camera-outline::before { content: "=F3=B0=B5=9D"; } + +.mdi-camera-party-mode::before { content: "=F3=B0=84=85"; } + +.mdi-camera-plus::before { content: "=F3=B0=BB=9B"; } + +.mdi-camera-plus-outline::before { content: "=F3=B0=BB=9C"; } + +.mdi-camera-rear::before { content: "=F3=B0=84=86"; } + +.mdi-camera-rear-variant::before { content: "=F3=B0=84=87"; } + +.mdi-camera-retake::before { content: "=F3=B0=B8=99"; } + +.mdi-camera-retake-outline::before { content: "=F3=B0=B8=9A"; } + +.mdi-camera-switch::before { content: "=F3=B0=84=88"; } + +.mdi-camera-switch-outline::before { content: "=F3=B0=A1=8A"; } + +.mdi-camera-timer::before { content: "=F3=B0=84=89"; } + +.mdi-camera-wireless::before { content: "=F3=B0=B6=B6"; } + +.mdi-camera-wireless-outline::before { content: "=F3=B0=B6=B7"; } + +.mdi-campfire::before { content: "=F3=B0=BB=9D"; } + +.mdi-cancel::before { content: "=F3=B0=9C=BA"; } + +.mdi-candelabra::before { content: "=F3=B1=9F=92"; } + +.mdi-candelabra-fire::before { content: "=F3=B1=9F=93"; } + +.mdi-candle::before { content: "=F3=B0=97=A2"; } + +.mdi-candy::before { content: "=F3=B1=A5=B0"; } + +.mdi-candy-off::before { content: "=F3=B1=A5=B1"; } + +.mdi-candy-off-outline::before { content: "=F3=B1=A5=B2"; } + +.mdi-candy-outline::before { content: "=F3=B1=A5=B3"; } + +.mdi-candycane::before { content: "=F3=B0=84=8A"; } + +.mdi-cannabis::before { content: "=F3=B0=9E=A6"; } + +.mdi-cannabis-off::before { content: "=F3=B1=99=AE"; } + +.mdi-caps-lock::before { content: "=F3=B0=AA=9B"; } + +.mdi-car::before { content: "=F3=B0=84=8B"; } + +.mdi-car-2-plus::before { content: "=F3=B1=80=95"; } + +.mdi-car-3-plus::before { content: "=F3=B1=80=96"; } + +.mdi-car-arrow-left::before { content: "=F3=B1=8E=B2"; } + +.mdi-car-arrow-right::before { content: "=F3=B1=8E=B3"; } + +.mdi-car-back::before { content: "=F3=B0=B8=9B"; } + +.mdi-car-battery::before { content: "=F3=B0=84=8C"; } + +.mdi-car-brake-abs::before { content: "=F3=B0=B1=87"; } + +.mdi-car-brake-alert::before { content: "=F3=B0=B1=88"; } + +.mdi-car-brake-fluid-level::before { content: "=F3=B1=A4=89"; } + +.mdi-car-brake-hold::before { content: "=F3=B0=B5=9E"; } + +.mdi-car-brake-low-pressure::before { content: "=F3=B1=A4=8A"; } + +.mdi-car-brake-parking::before { content: "=F3=B0=B5=9F"; } + +.mdi-car-brake-retarder::before { content: "=F3=B1=80=97"; } + +.mdi-car-brake-temperature::before { content: "=F3=B1=A4=8B"; } + +.mdi-car-brake-worn-linings::before { content: "=F3=B1=A4=8C"; } + +.mdi-car-child-seat::before { content: "=F3=B0=BE=A3"; } + +.mdi-car-clock::before { content: "=F3=B1=A5=B4"; } + +.mdi-car-clutch::before { content: "=F3=B1=80=98"; } + +.mdi-car-cog::before { content: "=F3=B1=8F=8C"; } + +.mdi-car-connected::before { content: "=F3=B0=84=8D"; } + +.mdi-car-convertible::before { content: "=F3=B0=9E=A7"; } + +.mdi-car-coolant-level::before { content: "=F3=B1=80=99"; } + +.mdi-car-cruise-control::before { content: "=F3=B0=B5=A0"; } + +.mdi-car-defrost-front::before { content: "=F3=B0=B5=A1"; } + +.mdi-car-defrost-rear::before { content: "=F3=B0=B5=A2"; } + +.mdi-car-door::before { content: "=F3=B0=AD=AB"; } + +.mdi-car-door-lock::before { content: "=F3=B1=82=9D"; } + +.mdi-car-electric::before { content: "=F3=B0=AD=AC"; } + +.mdi-car-electric-outline::before { content: "=F3=B1=96=B5"; } + +.mdi-car-emergency::before { content: "=F3=B1=98=8F"; } + +.mdi-car-esp::before { content: "=F3=B0=B1=89"; } + +.mdi-car-estate::before { content: "=F3=B0=9E=A8"; } + +.mdi-car-hatchback::before { content: "=F3=B0=9E=A9"; } + +.mdi-car-info::before { content: "=F3=B1=86=BE"; } + +.mdi-car-key::before { content: "=F3=B0=AD=AD"; } + +.mdi-car-lifted-pickup::before { content: "=F3=B1=94=AD"; } + +.mdi-car-light-alert::before { content: "=F3=B1=A4=8D"; } + +.mdi-car-light-dimmed::before { content: "=F3=B0=B1=8A"; } + +.mdi-car-light-fog::before { content: "=F3=B0=B1=8B"; } + +.mdi-car-light-high::before { content: "=F3=B0=B1=8C"; } + +.mdi-car-limousine::before { content: "=F3=B0=A3=8D"; } + +.mdi-car-multiple::before { content: "=F3=B0=AD=AE"; } + +.mdi-car-off::before { content: "=F3=B0=B8=9C"; } + +.mdi-car-outline::before { content: "=F3=B1=93=AD"; } + +.mdi-car-parking-lights::before { content: "=F3=B0=B5=A3"; } + +.mdi-car-pickup::before { content: "=F3=B0=9E=AA"; } + +.mdi-car-seat::before { content: "=F3=B0=BE=A4"; } + +.mdi-car-seat-cooler::before { content: "=F3=B0=BE=A5"; } + +.mdi-car-seat-heater::before { content: "=F3=B0=BE=A6"; } + +.mdi-car-select::before { content: "=F3=B1=A1=B9"; } + +.mdi-car-settings::before { content: "=F3=B1=8F=8D"; } + +.mdi-car-shift-pattern::before { content: "=F3=B0=BD=80"; } + +.mdi-car-side::before { content: "=F3=B0=9E=AB"; } + +.mdi-car-speed-limiter::before { content: "=F3=B1=A4=8E"; } + +.mdi-car-sports::before { content: "=F3=B0=9E=AC"; } + +.mdi-car-tire-alert::before { content: "=F3=B0=B1=8D"; } + +.mdi-car-traction-control::before { content: "=F3=B0=B5=A4"; } + +.mdi-car-turbocharger::before { content: "=F3=B1=80=9A"; } + +.mdi-car-wash::before { content: "=F3=B0=84=8E"; } + +.mdi-car-windshield::before { content: "=F3=B1=80=9B"; } + +.mdi-car-windshield-outline::before { content: "=F3=B1=80=9C"; } + +.mdi-car-wireless::before { content: "=F3=B1=A1=B8"; } + +.mdi-car-wrench::before { content: "=F3=B1=A0=94"; } + +.mdi-carabiner::before { content: "=F3=B1=93=80"; } + +.mdi-caravan::before { content: "=F3=B0=9E=AD"; } + +.mdi-card::before { content: "=F3=B0=AD=AF"; } + +.mdi-card-account-details::before { content: "=F3=B0=97=92"; } + +.mdi-card-account-details-outline::before { content: "=F3=B0=B6=AB"; } + +.mdi-card-account-details-star::before { content: "=F3=B0=8A=A3"; } + +.mdi-card-account-details-star-outline::before { content: "=F3=B0=9B=9B"; } + +.mdi-card-account-mail::before { content: "=F3=B0=86=8E"; } + +.mdi-card-account-mail-outline::before { content: "=F3=B0=BA=98"; } + +.mdi-card-account-phone::before { content: "=F3=B0=BA=99"; } + +.mdi-card-account-phone-outline::before { content: "=F3=B0=BA=9A"; } + +.mdi-card-bulleted::before { content: "=F3=B0=AD=B0"; } + +.mdi-card-bulleted-off::before { content: "=F3=B0=AD=B1"; } + +.mdi-card-bulleted-off-outline::before { content: "=F3=B0=AD=B2"; } + +.mdi-card-bulleted-outline::before { content: "=F3=B0=AD=B3"; } + +.mdi-card-bulleted-settings::before { content: "=F3=B0=AD=B4"; } + +.mdi-card-bulleted-settings-outline::before { content: "=F3=B0=AD=B5"; } + +.mdi-card-minus::before { content: "=F3=B1=98=80"; } + +.mdi-card-minus-outline::before { content: "=F3=B1=98=81"; } + +.mdi-card-multiple::before { content: "=F3=B1=9F=B1"; } + +.mdi-card-multiple-outline::before { content: "=F3=B1=9F=B2"; } + +.mdi-card-off::before { content: "=F3=B1=98=82"; } + +.mdi-card-off-outline::before { content: "=F3=B1=98=83"; } + +.mdi-card-outline::before { content: "=F3=B0=AD=B6"; } + +.mdi-card-plus::before { content: "=F3=B1=87=BF"; } + +.mdi-card-plus-outline::before { content: "=F3=B1=88=80"; } + +.mdi-card-remove::before { content: "=F3=B1=98=84"; } + +.mdi-card-remove-outline::before { content: "=F3=B1=98=85"; } + +.mdi-card-search::before { content: "=F3=B1=81=B4"; } + +.mdi-card-search-outline::before { content: "=F3=B1=81=B5"; } + +.mdi-card-text::before { content: "=F3=B0=AD=B7"; } + +.mdi-card-text-outline::before { content: "=F3=B0=AD=B8"; } + +.mdi-cards::before { content: "=F3=B0=98=B8"; } + +.mdi-cards-club::before { content: "=F3=B0=A3=8E"; } + +.mdi-cards-club-outline::before { content: "=F3=B1=A2=9F"; } + +.mdi-cards-diamond::before { content: "=F3=B0=A3=8F"; } + +.mdi-cards-diamond-outline::before { content: "=F3=B1=80=9D"; } + +.mdi-cards-heart::before { content: "=F3=B0=A3=90"; } + +.mdi-cards-heart-outline::before { content: "=F3=B1=A2=A0"; } + +.mdi-cards-outline::before { content: "=F3=B0=98=B9"; } + +.mdi-cards-playing::before { content: "=F3=B1=A2=A1"; } + +.mdi-cards-playing-club::before { content: "=F3=B1=A2=A2"; } + +.mdi-cards-playing-club-multiple::before { content: "=F3=B1=A2=A3"; } + +.mdi-cards-playing-club-multiple-outline::before { content: "=F3=B1=A2=A4";= + } + +.mdi-cards-playing-club-outline::before { content: "=F3=B1=A2=A5"; } + +.mdi-cards-playing-diamond::before { content: "=F3=B1=A2=A6"; } + +.mdi-cards-playing-diamond-multiple::before { content: "=F3=B1=A2=A7"; } + +.mdi-cards-playing-diamond-multiple-outline::before { content: "=F3=B1=A2= +=A8"; } + +.mdi-cards-playing-diamond-outline::before { content: "=F3=B1=A2=A9"; } + +.mdi-cards-playing-heart::before { content: "=F3=B1=A2=AA"; } + +.mdi-cards-playing-heart-multiple::before { content: "=F3=B1=A2=AB"; } + +.mdi-cards-playing-heart-multiple-outline::before { content: "=F3=B1=A2=AC"= +; } + +.mdi-cards-playing-heart-outline::before { content: "=F3=B1=A2=AD"; } + +.mdi-cards-playing-outline::before { content: "=F3=B0=98=BA"; } + +.mdi-cards-playing-spade::before { content: "=F3=B1=A2=AE"; } + +.mdi-cards-playing-spade-multiple::before { content: "=F3=B1=A2=AF"; } + +.mdi-cards-playing-spade-multiple-outline::before { content: "=F3=B1=A2=B0"= +; } + +.mdi-cards-playing-spade-outline::before { content: "=F3=B1=A2=B1"; } + +.mdi-cards-spade::before { content: "=F3=B0=A3=91"; } + +.mdi-cards-spade-outline::before { content: "=F3=B1=A2=B2"; } + +.mdi-cards-variant::before { content: "=F3=B0=9B=87"; } + +.mdi-carrot::before { content: "=F3=B0=84=8F"; } + +.mdi-cart::before { content: "=F3=B0=84=90"; } + +.mdi-cart-arrow-down::before { content: "=F3=B0=B5=A6"; } + +.mdi-cart-arrow-right::before { content: "=F3=B0=B1=8E"; } + +.mdi-cart-arrow-up::before { content: "=F3=B0=B5=A7"; } + +.mdi-cart-check::before { content: "=F3=B1=97=AA"; } + +.mdi-cart-heart::before { content: "=F3=B1=A3=A0"; } + +.mdi-cart-minus::before { content: "=F3=B0=B5=A8"; } + +.mdi-cart-off::before { content: "=F3=B0=99=AB"; } + +.mdi-cart-outline::before { content: "=F3=B0=84=91"; } + +.mdi-cart-plus::before { content: "=F3=B0=84=92"; } + +.mdi-cart-remove::before { content: "=F3=B0=B5=A9"; } + +.mdi-cart-variant::before { content: "=F3=B1=97=AB"; } + +.mdi-case-sensitive-alt::before { content: "=F3=B0=84=93"; } + +.mdi-cash::before { content: "=F3=B0=84=94"; } + +.mdi-cash-100::before { content: "=F3=B0=84=95"; } + +.mdi-cash-check::before { content: "=F3=B1=93=AE"; } + +.mdi-cash-clock::before { content: "=F3=B1=AA=91"; } + +.mdi-cash-fast::before { content: "=F3=B1=A1=9C"; } + +.mdi-cash-lock::before { content: "=F3=B1=93=AA"; } + +.mdi-cash-lock-open::before { content: "=F3=B1=93=AB"; } + +.mdi-cash-marker::before { content: "=F3=B0=B6=B8"; } + +.mdi-cash-minus::before { content: "=F3=B1=89=A0"; } + +.mdi-cash-multiple::before { content: "=F3=B0=84=96"; } + +.mdi-cash-plus::before { content: "=F3=B1=89=A1"; } + +.mdi-cash-refund::before { content: "=F3=B0=AA=9C"; } + +.mdi-cash-register::before { content: "=F3=B0=B3=B4"; } + +.mdi-cash-remove::before { content: "=F3=B1=89=A2"; } + +.mdi-cash-sync::before { content: "=F3=B1=AA=92"; } + +.mdi-cassette::before { content: "=F3=B0=A7=94"; } + +.mdi-cast::before { content: "=F3=B0=84=98"; } + +.mdi-cast-audio::before { content: "=F3=B1=80=9E"; } + +.mdi-cast-audio-variant::before { content: "=F3=B1=9D=89"; } + +.mdi-cast-connected::before { content: "=F3=B0=84=99"; } + +.mdi-cast-education::before { content: "=F3=B0=B8=9D"; } + +.mdi-cast-off::before { content: "=F3=B0=9E=8A"; } + +.mdi-cast-variant::before { content: "=F3=B0=80=9F"; } + +.mdi-castle::before { content: "=F3=B0=84=9A"; } + +.mdi-cat::before { content: "=F3=B0=84=9B"; } + +.mdi-cctv::before { content: "=F3=B0=9E=AE"; } + +.mdi-cctv-off::before { content: "=F3=B1=A1=9F"; } + +.mdi-ceiling-fan::before { content: "=F3=B1=9E=97"; } + +.mdi-ceiling-fan-light::before { content: "=F3=B1=9E=98"; } + +.mdi-ceiling-light::before { content: "=F3=B0=9D=A9"; } + +.mdi-ceiling-light-multiple::before { content: "=F3=B1=A3=9D"; } + +.mdi-ceiling-light-multiple-outline::before { content: "=F3=B1=A3=9E"; } + +.mdi-ceiling-light-outline::before { content: "=F3=B1=9F=87"; } + +.mdi-cellphone::before { content: "=F3=B0=84=9C"; } + +.mdi-cellphone-arrow-down::before { content: "=F3=B0=A7=95"; } + +.mdi-cellphone-arrow-down-variant::before { content: "=F3=B1=A7=85"; } + +.mdi-cellphone-basic::before { content: "=F3=B0=84=9E"; } + +.mdi-cellphone-charging::before { content: "=F3=B1=8E=97"; } + +.mdi-cellphone-check::before { content: "=F3=B1=9F=BD"; } + +.mdi-cellphone-cog::before { content: "=F3=B0=A5=91"; } + +.mdi-cellphone-dock::before { content: "=F3=B0=84=9F"; } + +.mdi-cellphone-information::before { content: "=F3=B0=BD=81"; } + +.mdi-cellphone-key::before { content: "=F3=B0=A5=8E"; } + +.mdi-cellphone-link::before { content: "=F3=B0=84=A1"; } + +.mdi-cellphone-link-off::before { content: "=F3=B0=84=A2"; } + +.mdi-cellphone-lock::before { content: "=F3=B0=A5=8F"; } + +.mdi-cellphone-marker::before { content: "=F3=B1=A0=BA"; } + +.mdi-cellphone-message::before { content: "=F3=B0=A3=93"; } + +.mdi-cellphone-message-off::before { content: "=F3=B1=83=92"; } + +.mdi-cellphone-nfc::before { content: "=F3=B0=BA=90"; } + +.mdi-cellphone-nfc-off::before { content: "=F3=B1=8B=98"; } + +.mdi-cellphone-off::before { content: "=F3=B0=A5=90"; } + +.mdi-cellphone-play::before { content: "=F3=B1=80=9F"; } + +.mdi-cellphone-remove::before { content: "=F3=B0=A5=8D"; } + +.mdi-cellphone-screenshot::before { content: "=F3=B0=A8=B5"; } + +.mdi-cellphone-settings::before { content: "=F3=B0=84=A3"; } + +.mdi-cellphone-sound::before { content: "=F3=B0=A5=92"; } + +.mdi-cellphone-text::before { content: "=F3=B0=A3=92"; } + +.mdi-cellphone-wireless::before { content: "=F3=B0=A0=95"; } + +.mdi-centos::before { content: "=F3=B1=84=9A"; } + +.mdi-certificate::before { content: "=F3=B0=84=A4"; } + +.mdi-certificate-outline::before { content: "=F3=B1=86=88"; } + +.mdi-chair-rolling::before { content: "=F3=B0=BD=88"; } + +.mdi-chair-school::before { content: "=F3=B0=84=A5"; } + +.mdi-chandelier::before { content: "=F3=B1=9E=93"; } + +.mdi-charity::before { content: "=F3=B0=B1=8F"; } + +.mdi-chart-arc::before { content: "=F3=B0=84=A6"; } + +.mdi-chart-areaspline::before { content: "=F3=B0=84=A7"; } + +.mdi-chart-areaspline-variant::before { content: "=F3=B0=BA=91"; } + +.mdi-chart-bar::before { content: "=F3=B0=84=A8"; } + +.mdi-chart-bar-stacked::before { content: "=F3=B0=9D=AA"; } + +.mdi-chart-bell-curve::before { content: "=F3=B0=B1=90"; } + +.mdi-chart-bell-curve-cumulative::before { content: "=F3=B0=BE=A7"; } + +.mdi-chart-box::before { content: "=F3=B1=95=8D"; } + +.mdi-chart-box-outline::before { content: "=F3=B1=95=8E"; } + +.mdi-chart-box-plus-outline::before { content: "=F3=B1=95=8F"; } + +.mdi-chart-bubble::before { content: "=F3=B0=97=A3"; } + +.mdi-chart-donut::before { content: "=F3=B0=9E=AF"; } + +.mdi-chart-donut-variant::before { content: "=F3=B0=9E=B0"; } + +.mdi-chart-gantt::before { content: "=F3=B0=99=AC"; } + +.mdi-chart-histogram::before { content: "=F3=B0=84=A9"; } + +.mdi-chart-line::before { content: "=F3=B0=84=AA"; } + +.mdi-chart-line-stacked::before { content: "=F3=B0=9D=AB"; } + +.mdi-chart-line-variant::before { content: "=F3=B0=9E=B1"; } + +.mdi-chart-multiline::before { content: "=F3=B0=A3=94"; } + +.mdi-chart-multiple::before { content: "=F3=B1=88=93"; } + +.mdi-chart-pie::before { content: "=F3=B0=84=AB"; } + +.mdi-chart-ppf::before { content: "=F3=B1=8E=80"; } + +.mdi-chart-sankey::before { content: "=F3=B1=87=9F"; } + +.mdi-chart-sankey-variant::before { content: "=F3=B1=87=A0"; } + +.mdi-chart-scatter-plot::before { content: "=F3=B0=BA=92"; } + +.mdi-chart-scatter-plot-hexbin::before { content: "=F3=B0=99=AD"; } + +.mdi-chart-timeline::before { content: "=F3=B0=99=AE"; } + +.mdi-chart-timeline-variant::before { content: "=F3=B0=BA=93"; } + +.mdi-chart-timeline-variant-shimmer::before { content: "=F3=B1=96=B6"; } + +.mdi-chart-tree::before { content: "=F3=B0=BA=94"; } + +.mdi-chart-waterfall::before { content: "=F3=B1=A4=98"; } + +.mdi-chat::before { content: "=F3=B0=AD=B9"; } + +.mdi-chat-alert::before { content: "=F3=B0=AD=BA"; } + +.mdi-chat-alert-outline::before { content: "=F3=B1=8B=89"; } + +.mdi-chat-minus::before { content: "=F3=B1=90=90"; } + +.mdi-chat-minus-outline::before { content: "=F3=B1=90=93"; } + +.mdi-chat-outline::before { content: "=F3=B0=BB=9E"; } + +.mdi-chat-plus::before { content: "=F3=B1=90=8F"; } + +.mdi-chat-plus-outline::before { content: "=F3=B1=90=92"; } + +.mdi-chat-processing::before { content: "=F3=B0=AD=BB"; } + +.mdi-chat-processing-outline::before { content: "=F3=B1=8B=8A"; } + +.mdi-chat-question::before { content: "=F3=B1=9C=B8"; } + +.mdi-chat-question-outline::before { content: "=F3=B1=9C=B9"; } + +.mdi-chat-remove::before { content: "=F3=B1=90=91"; } + +.mdi-chat-remove-outline::before { content: "=F3=B1=90=94"; } + +.mdi-chat-sleep::before { content: "=F3=B1=8B=91"; } + +.mdi-chat-sleep-outline::before { content: "=F3=B1=8B=92"; } + +.mdi-check::before { content: "=F3=B0=84=AC"; } + +.mdi-check-all::before { content: "=F3=B0=84=AD"; } + +.mdi-check-bold::before { content: "=F3=B0=B8=9E"; } + +.mdi-check-circle::before { content: "=F3=B0=97=A0"; } + +.mdi-check-circle-outline::before { content: "=F3=B0=97=A1"; } + +.mdi-check-decagram::before { content: "=F3=B0=9E=91"; } + +.mdi-check-decagram-outline::before { content: "=F3=B1=9D=80"; } + +.mdi-check-network::before { content: "=F3=B0=B1=93"; } + +.mdi-check-network-outline::before { content: "=F3=B0=B1=94"; } + +.mdi-check-outline::before { content: "=F3=B0=A1=95"; } + +.mdi-check-underline::before { content: "=F3=B0=B8=9F"; } + +.mdi-check-underline-circle::before { content: "=F3=B0=B8=A0"; } + +.mdi-check-underline-circle-outline::before { content: "=F3=B0=B8=A1"; } + +.mdi-checkbook::before { content: "=F3=B0=AA=9D"; } + +.mdi-checkbox-blank::before { content: "=F3=B0=84=AE"; } + +.mdi-checkbox-blank-badge::before { content: "=F3=B1=85=B6"; } + +.mdi-checkbox-blank-badge-outline::before { content: "=F3=B0=84=97"; } + +.mdi-checkbox-blank-circle::before { content: "=F3=B0=84=AF"; } + +.mdi-checkbox-blank-circle-outline::before { content: "=F3=B0=84=B0"; } + +.mdi-checkbox-blank-off::before { content: "=F3=B1=8B=AC"; } + +.mdi-checkbox-blank-off-outline::before { content: "=F3=B1=8B=AD"; } + +.mdi-checkbox-blank-outline::before { content: "=F3=B0=84=B1"; } + +.mdi-checkbox-intermediate::before { content: "=F3=B0=A1=96"; } + +.mdi-checkbox-intermediate-variant::before { content: "=F3=B1=AD=94"; } + +.mdi-checkbox-marked::before { content: "=F3=B0=84=B2"; } + +.mdi-checkbox-marked-circle::before { content: "=F3=B0=84=B3"; } + +.mdi-checkbox-marked-circle-outline::before { content: "=F3=B0=84=B4"; } + +.mdi-checkbox-marked-circle-plus-outline::before { content: "=F3=B1=A4=A7";= + } + +.mdi-checkbox-marked-outline::before { content: "=F3=B0=84=B5"; } + +.mdi-checkbox-multiple-blank::before { content: "=F3=B0=84=B6"; } + +.mdi-checkbox-multiple-blank-circle::before { content: "=F3=B0=98=BB"; } + +.mdi-checkbox-multiple-blank-circle-outline::before { content: "=F3=B0=98= +=BC"; } + +.mdi-checkbox-multiple-blank-outline::before { content: "=F3=B0=84=B7"; } + +.mdi-checkbox-multiple-marked::before { content: "=F3=B0=84=B8"; } + +.mdi-checkbox-multiple-marked-circle::before { content: "=F3=B0=98=BD"; } + +.mdi-checkbox-multiple-marked-circle-outline::before { content: "=F3=B0=98= +=BE"; } + +.mdi-checkbox-multiple-marked-outline::before { content: "=F3=B0=84=B9"; } + +.mdi-checkbox-multiple-outline::before { content: "=F3=B0=B1=91"; } + +.mdi-checkbox-outline::before { content: "=F3=B0=B1=92"; } + +.mdi-checkerboard::before { content: "=F3=B0=84=BA"; } + +.mdi-checkerboard-minus::before { content: "=F3=B1=88=82"; } + +.mdi-checkerboard-plus::before { content: "=F3=B1=88=81"; } + +.mdi-checkerboard-remove::before { content: "=F3=B1=88=83"; } + +.mdi-cheese::before { content: "=F3=B1=8A=B9"; } + +.mdi-cheese-off::before { content: "=F3=B1=8F=AE"; } + +.mdi-chef-hat::before { content: "=F3=B0=AD=BC"; } + +.mdi-chemical-weapon::before { content: "=F3=B0=84=BB"; } + +.mdi-chess-bishop::before { content: "=F3=B0=A1=9C"; } + +.mdi-chess-king::before { content: "=F3=B0=A1=97"; } + +.mdi-chess-knight::before { content: "=F3=B0=A1=98"; } + +.mdi-chess-pawn::before { content: "=F3=B0=A1=99"; } + +.mdi-chess-queen::before { content: "=F3=B0=A1=9A"; } + +.mdi-chess-rook::before { content: "=F3=B0=A1=9B"; } + +.mdi-chevron-double-down::before { content: "=F3=B0=84=BC"; } + +.mdi-chevron-double-left::before { content: "=F3=B0=84=BD"; } + +.mdi-chevron-double-right::before { content: "=F3=B0=84=BE"; } + +.mdi-chevron-double-up::before { content: "=F3=B0=84=BF"; } + +.mdi-chevron-down::before { content: "=F3=B0=85=80"; } + +.mdi-chevron-down-box::before { content: "=F3=B0=A7=96"; } + +.mdi-chevron-down-box-outline::before { content: "=F3=B0=A7=97"; } + +.mdi-chevron-down-circle::before { content: "=F3=B0=AC=A6"; } + +.mdi-chevron-down-circle-outline::before { content: "=F3=B0=AC=A7"; } + +.mdi-chevron-left::before { content: "=F3=B0=85=81"; } + +.mdi-chevron-left-box::before { content: "=F3=B0=A7=98"; } + +.mdi-chevron-left-box-outline::before { content: "=F3=B0=A7=99"; } + +.mdi-chevron-left-circle::before { content: "=F3=B0=AC=A8"; } + +.mdi-chevron-left-circle-outline::before { content: "=F3=B0=AC=A9"; } + +.mdi-chevron-right::before { content: "=F3=B0=85=82"; } + +.mdi-chevron-right-box::before { content: "=F3=B0=A7=9A"; } + +.mdi-chevron-right-box-outline::before { content: "=F3=B0=A7=9B"; } + +.mdi-chevron-right-circle::before { content: "=F3=B0=AC=AA"; } + +.mdi-chevron-right-circle-outline::before { content: "=F3=B0=AC=AB"; } + +.mdi-chevron-triple-down::before { content: "=F3=B0=B6=B9"; } + +.mdi-chevron-triple-left::before { content: "=F3=B0=B6=BA"; } + +.mdi-chevron-triple-right::before { content: "=F3=B0=B6=BB"; } + +.mdi-chevron-triple-up::before { content: "=F3=B0=B6=BC"; } + +.mdi-chevron-up::before { content: "=F3=B0=85=83"; } + +.mdi-chevron-up-box::before { content: "=F3=B0=A7=9C"; } + +.mdi-chevron-up-box-outline::before { content: "=F3=B0=A7=9D"; } + +.mdi-chevron-up-circle::before { content: "=F3=B0=AC=AC"; } + +.mdi-chevron-up-circle-outline::before { content: "=F3=B0=AC=AD"; } + +.mdi-chili-alert::before { content: "=F3=B1=9F=AA"; } + +.mdi-chili-alert-outline::before { content: "=F3=B1=9F=AB"; } + +.mdi-chili-hot::before { content: "=F3=B0=9E=B2"; } + +.mdi-chili-hot-outline::before { content: "=F3=B1=9F=AC"; } + +.mdi-chili-medium::before { content: "=F3=B0=9E=B3"; } + +.mdi-chili-medium-outline::before { content: "=F3=B1=9F=AD"; } + +.mdi-chili-mild::before { content: "=F3=B0=9E=B4"; } + +.mdi-chili-mild-outline::before { content: "=F3=B1=9F=AE"; } + +.mdi-chili-off::before { content: "=F3=B1=91=A7"; } + +.mdi-chili-off-outline::before { content: "=F3=B1=9F=AF"; } + +.mdi-chip::before { content: "=F3=B0=98=9A"; } + +.mdi-church::before { content: "=F3=B0=85=84"; } + +.mdi-church-outline::before { content: "=F3=B1=AC=82"; } + +.mdi-cigar::before { content: "=F3=B1=86=89"; } + +.mdi-cigar-off::before { content: "=F3=B1=90=9B"; } + +.mdi-circle::before { content: "=F3=B0=9D=A5"; } + +.mdi-circle-box::before { content: "=F3=B1=97=9C"; } + +.mdi-circle-box-outline::before { content: "=F3=B1=97=9D"; } + +.mdi-circle-double::before { content: "=F3=B0=BA=95"; } + +.mdi-circle-edit-outline::before { content: "=F3=B0=A3=95"; } + +.mdi-circle-expand::before { content: "=F3=B0=BA=96"; } + +.mdi-circle-half::before { content: "=F3=B1=8E=95"; } + +.mdi-circle-half-full::before { content: "=F3=B1=8E=96"; } + +.mdi-circle-medium::before { content: "=F3=B0=A7=9E"; } + +.mdi-circle-multiple::before { content: "=F3=B0=AC=B8"; } + +.mdi-circle-multiple-outline::before { content: "=F3=B0=9A=95"; } + +.mdi-circle-off-outline::before { content: "=F3=B1=83=93"; } + +.mdi-circle-opacity::before { content: "=F3=B1=A1=93"; } + +.mdi-circle-outline::before { content: "=F3=B0=9D=A6"; } + +.mdi-circle-slice-1::before { content: "=F3=B0=AA=9E"; } + +.mdi-circle-slice-2::before { content: "=F3=B0=AA=9F"; } + +.mdi-circle-slice-3::before { content: "=F3=B0=AA=A0"; } + +.mdi-circle-slice-4::before { content: "=F3=B0=AA=A1"; } + +.mdi-circle-slice-5::before { content: "=F3=B0=AA=A2"; } + +.mdi-circle-slice-6::before { content: "=F3=B0=AA=A3"; } + +.mdi-circle-slice-7::before { content: "=F3=B0=AA=A4"; } + +.mdi-circle-slice-8::before { content: "=F3=B0=AA=A5"; } + +.mdi-circle-small::before { content: "=F3=B0=A7=9F"; } + +.mdi-circular-saw::before { content: "=F3=B0=B8=A2"; } + +.mdi-city::before { content: "=F3=B0=85=86"; } + +.mdi-city-variant::before { content: "=F3=B0=A8=B6"; } + +.mdi-city-variant-outline::before { content: "=F3=B0=A8=B7"; } + +.mdi-clipboard::before { content: "=F3=B0=85=87"; } + +.mdi-clipboard-account::before { content: "=F3=B0=85=88"; } + +.mdi-clipboard-account-outline::before { content: "=F3=B0=B1=95"; } + +.mdi-clipboard-alert::before { content: "=F3=B0=85=89"; } + +.mdi-clipboard-alert-outline::before { content: "=F3=B0=B3=B7"; } + +.mdi-clipboard-arrow-down::before { content: "=F3=B0=85=8A"; } + +.mdi-clipboard-arrow-down-outline::before { content: "=F3=B0=B1=96"; } + +.mdi-clipboard-arrow-left::before { content: "=F3=B0=85=8B"; } + +.mdi-clipboard-arrow-left-outline::before { content: "=F3=B0=B3=B8"; } + +.mdi-clipboard-arrow-right::before { content: "=F3=B0=B3=B9"; } + +.mdi-clipboard-arrow-right-outline::before { content: "=F3=B0=B3=BA"; } + +.mdi-clipboard-arrow-up::before { content: "=F3=B0=B1=97"; } + +.mdi-clipboard-arrow-up-outline::before { content: "=F3=B0=B1=98"; } + +.mdi-clipboard-check::before { content: "=F3=B0=85=8E"; } + +.mdi-clipboard-check-multiple::before { content: "=F3=B1=89=A3"; } + +.mdi-clipboard-check-multiple-outline::before { content: "=F3=B1=89=A4"; } + +.mdi-clipboard-check-outline::before { content: "=F3=B0=A2=A8"; } + +.mdi-clipboard-clock::before { content: "=F3=B1=9B=A2"; } + +.mdi-clipboard-clock-outline::before { content: "=F3=B1=9B=A3"; } + +.mdi-clipboard-edit::before { content: "=F3=B1=93=A5"; } + +.mdi-clipboard-edit-outline::before { content: "=F3=B1=93=A6"; } + +.mdi-clipboard-file::before { content: "=F3=B1=89=A5"; } + +.mdi-clipboard-file-outline::before { content: "=F3=B1=89=A6"; } + +.mdi-clipboard-flow::before { content: "=F3=B0=9B=88"; } + +.mdi-clipboard-flow-outline::before { content: "=F3=B1=84=97"; } + +.mdi-clipboard-list::before { content: "=F3=B1=83=94"; } + +.mdi-clipboard-list-outline::before { content: "=F3=B1=83=95"; } + +.mdi-clipboard-minus::before { content: "=F3=B1=98=98"; } + +.mdi-clipboard-minus-outline::before { content: "=F3=B1=98=99"; } + +.mdi-clipboard-multiple::before { content: "=F3=B1=89=A7"; } + +.mdi-clipboard-multiple-outline::before { content: "=F3=B1=89=A8"; } + +.mdi-clipboard-off::before { content: "=F3=B1=98=9A"; } + +.mdi-clipboard-off-outline::before { content: "=F3=B1=98=9B"; } + +.mdi-clipboard-outline::before { content: "=F3=B0=85=8C"; } + +.mdi-clipboard-play::before { content: "=F3=B0=B1=99"; } + +.mdi-clipboard-play-multiple::before { content: "=F3=B1=89=A9"; } + +.mdi-clipboard-play-multiple-outline::before { content: "=F3=B1=89=AA"; } + +.mdi-clipboard-play-outline::before { content: "=F3=B0=B1=9A"; } + +.mdi-clipboard-plus::before { content: "=F3=B0=9D=91"; } + +.mdi-clipboard-plus-outline::before { content: "=F3=B1=8C=9F"; } + +.mdi-clipboard-pulse::before { content: "=F3=B0=A1=9D"; } + +.mdi-clipboard-pulse-outline::before { content: "=F3=B0=A1=9E"; } + +.mdi-clipboard-remove::before { content: "=F3=B1=98=9C"; } + +.mdi-clipboard-remove-outline::before { content: "=F3=B1=98=9D"; } + +.mdi-clipboard-search::before { content: "=F3=B1=98=9E"; } + +.mdi-clipboard-search-outline::before { content: "=F3=B1=98=9F"; } + +.mdi-clipboard-text::before { content: "=F3=B0=85=8D"; } + +.mdi-clipboard-text-clock::before { content: "=F3=B1=A3=B9"; } + +.mdi-clipboard-text-clock-outline::before { content: "=F3=B1=A3=BA"; } + +.mdi-clipboard-text-multiple::before { content: "=F3=B1=89=AB"; } + +.mdi-clipboard-text-multiple-outline::before { content: "=F3=B1=89=AC"; } + +.mdi-clipboard-text-off::before { content: "=F3=B1=98=A0"; } + +.mdi-clipboard-text-off-outline::before { content: "=F3=B1=98=A1"; } + +.mdi-clipboard-text-outline::before { content: "=F3=B0=A8=B8"; } + +.mdi-clipboard-text-play::before { content: "=F3=B0=B1=9B"; } + +.mdi-clipboard-text-play-outline::before { content: "=F3=B0=B1=9C"; } + +.mdi-clipboard-text-search::before { content: "=F3=B1=98=A2"; } + +.mdi-clipboard-text-search-outline::before { content: "=F3=B1=98=A3"; } + +.mdi-clippy::before { content: "=F3=B0=85=8F"; } + +.mdi-clock::before { content: "=F3=B0=A5=94"; } + +.mdi-clock-alert::before { content: "=F3=B0=A5=95"; } + +.mdi-clock-alert-outline::before { content: "=F3=B0=97=8E"; } + +.mdi-clock-check::before { content: "=F3=B0=BE=A8"; } + +.mdi-clock-check-outline::before { content: "=F3=B0=BE=A9"; } + +.mdi-clock-digital::before { content: "=F3=B0=BA=97"; } + +.mdi-clock-edit::before { content: "=F3=B1=A6=BA"; } + +.mdi-clock-edit-outline::before { content: "=F3=B1=A6=BB"; } + +.mdi-clock-end::before { content: "=F3=B0=85=91"; } + +.mdi-clock-fast::before { content: "=F3=B0=85=92"; } + +.mdi-clock-in::before { content: "=F3=B0=85=93"; } + +.mdi-clock-minus::before { content: "=F3=B1=A1=A3"; } + +.mdi-clock-minus-outline::before { content: "=F3=B1=A1=A4"; } + +.mdi-clock-out::before { content: "=F3=B0=85=94"; } + +.mdi-clock-outline::before { content: "=F3=B0=85=90"; } + +.mdi-clock-plus::before { content: "=F3=B1=A1=A1"; } + +.mdi-clock-plus-outline::before { content: "=F3=B1=A1=A2"; } + +.mdi-clock-remove::before { content: "=F3=B1=A1=A5"; } + +.mdi-clock-remove-outline::before { content: "=F3=B1=A1=A6"; } + +.mdi-clock-start::before { content: "=F3=B0=85=95"; } + +.mdi-clock-time-eight::before { content: "=F3=B1=91=86"; } + +.mdi-clock-time-eight-outline::before { content: "=F3=B1=91=92"; } + +.mdi-clock-time-eleven::before { content: "=F3=B1=91=89"; } + +.mdi-clock-time-eleven-outline::before { content: "=F3=B1=91=95"; } + +.mdi-clock-time-five::before { content: "=F3=B1=91=83"; } + +.mdi-clock-time-five-outline::before { content: "=F3=B1=91=8F"; } + +.mdi-clock-time-four::before { content: "=F3=B1=91=82"; } + +.mdi-clock-time-four-outline::before { content: "=F3=B1=91=8E"; } + +.mdi-clock-time-nine::before { content: "=F3=B1=91=87"; } + +.mdi-clock-time-nine-outline::before { content: "=F3=B1=91=93"; } + +.mdi-clock-time-one::before { content: "=F3=B1=90=BF"; } + +.mdi-clock-time-one-outline::before { content: "=F3=B1=91=8B"; } + +.mdi-clock-time-seven::before { content: "=F3=B1=91=85"; } + +.mdi-clock-time-seven-outline::before { content: "=F3=B1=91=91"; } + +.mdi-clock-time-six::before { content: "=F3=B1=91=84"; } + +.mdi-clock-time-six-outline::before { content: "=F3=B1=91=90"; } + +.mdi-clock-time-ten::before { content: "=F3=B1=91=88"; } + +.mdi-clock-time-ten-outline::before { content: "=F3=B1=91=94"; } + +.mdi-clock-time-three::before { content: "=F3=B1=91=81"; } + +.mdi-clock-time-three-outline::before { content: "=F3=B1=91=8D"; } + +.mdi-clock-time-twelve::before { content: "=F3=B1=91=8A"; } + +.mdi-clock-time-twelve-outline::before { content: "=F3=B1=91=96"; } + +.mdi-clock-time-two::before { content: "=F3=B1=91=80"; } + +.mdi-clock-time-two-outline::before { content: "=F3=B1=91=8C"; } + +.mdi-close::before { content: "=F3=B0=85=96"; } + +.mdi-close-box::before { content: "=F3=B0=85=97"; } + +.mdi-close-box-multiple::before { content: "=F3=B0=B1=9D"; } + +.mdi-close-box-multiple-outline::before { content: "=F3=B0=B1=9E"; } + +.mdi-close-box-outline::before { content: "=F3=B0=85=98"; } + +.mdi-close-circle::before { content: "=F3=B0=85=99"; } + +.mdi-close-circle-multiple::before { content: "=F3=B0=98=AA"; } + +.mdi-close-circle-multiple-outline::before { content: "=F3=B0=A2=83"; } + +.mdi-close-circle-outline::before { content: "=F3=B0=85=9A"; } + +.mdi-close-network::before { content: "=F3=B0=85=9B"; } + +.mdi-close-network-outline::before { content: "=F3=B0=B1=9F"; } + +.mdi-close-octagon::before { content: "=F3=B0=85=9C"; } + +.mdi-close-octagon-outline::before { content: "=F3=B0=85=9D"; } + +.mdi-close-outline::before { content: "=F3=B0=9B=89"; } + +.mdi-close-thick::before { content: "=F3=B1=8E=98"; } + +.mdi-closed-caption::before { content: "=F3=B0=85=9E"; } + +.mdi-closed-caption-outline::before { content: "=F3=B0=B6=BD"; } + +.mdi-cloud::before { content: "=F3=B0=85=9F"; } + +.mdi-cloud-alert::before { content: "=F3=B0=A7=A0"; } + +.mdi-cloud-braces::before { content: "=F3=B0=9E=B5"; } + +.mdi-cloud-check::before { content: "=F3=B0=85=A0"; } + +.mdi-cloud-check-outline::before { content: "=F3=B1=8B=8C"; } + +.mdi-cloud-circle::before { content: "=F3=B0=85=A1"; } + +.mdi-cloud-download::before { content: "=F3=B0=85=A2"; } + +.mdi-cloud-download-outline::before { content: "=F3=B0=AD=BD"; } + +.mdi-cloud-lock::before { content: "=F3=B1=87=B1"; } + +.mdi-cloud-lock-outline::before { content: "=F3=B1=87=B2"; } + +.mdi-cloud-off-outline::before { content: "=F3=B0=85=A4"; } + +.mdi-cloud-outline::before { content: "=F3=B0=85=A3"; } + +.mdi-cloud-percent::before { content: "=F3=B1=A8=B5"; } + +.mdi-cloud-percent-outline::before { content: "=F3=B1=A8=B6"; } + +.mdi-cloud-print::before { content: "=F3=B0=85=A5"; } + +.mdi-cloud-print-outline::before { content: "=F3=B0=85=A6"; } + +.mdi-cloud-question::before { content: "=F3=B0=A8=B9"; } + +.mdi-cloud-refresh::before { content: "=F3=B0=94=AA"; } + +.mdi-cloud-search::before { content: "=F3=B0=A5=96"; } + +.mdi-cloud-search-outline::before { content: "=F3=B0=A5=97"; } + +.mdi-cloud-sync::before { content: "=F3=B0=98=BF"; } + +.mdi-cloud-sync-outline::before { content: "=F3=B1=8B=96"; } + +.mdi-cloud-tags::before { content: "=F3=B0=9E=B6"; } + +.mdi-cloud-upload::before { content: "=F3=B0=85=A7"; } + +.mdi-cloud-upload-outline::before { content: "=F3=B0=AD=BE"; } + +.mdi-clover::before { content: "=F3=B0=A0=96"; } + +.mdi-coach-lamp::before { content: "=F3=B1=80=A0"; } + +.mdi-coach-lamp-variant::before { content: "=F3=B1=A8=B7"; } + +.mdi-coat-rack::before { content: "=F3=B1=82=9E"; } + +.mdi-code-array::before { content: "=F3=B0=85=A8"; } + +.mdi-code-braces::before { content: "=F3=B0=85=A9"; } + +.mdi-code-braces-box::before { content: "=F3=B1=83=96"; } + +.mdi-code-brackets::before { content: "=F3=B0=85=AA"; } + +.mdi-code-equal::before { content: "=F3=B0=85=AB"; } + +.mdi-code-greater-than::before { content: "=F3=B0=85=AC"; } + +.mdi-code-greater-than-or-equal::before { content: "=F3=B0=85=AD"; } + +.mdi-code-json::before { content: "=F3=B0=98=A6"; } + +.mdi-code-less-than::before { content: "=F3=B0=85=AE"; } + +.mdi-code-less-than-or-equal::before { content: "=F3=B0=85=AF"; } + +.mdi-code-not-equal::before { content: "=F3=B0=85=B0"; } + +.mdi-code-not-equal-variant::before { content: "=F3=B0=85=B1"; } + +.mdi-code-parentheses::before { content: "=F3=B0=85=B2"; } + +.mdi-code-parentheses-box::before { content: "=F3=B1=83=97"; } + +.mdi-code-string::before { content: "=F3=B0=85=B3"; } + +.mdi-code-tags::before { content: "=F3=B0=85=B4"; } + +.mdi-code-tags-check::before { content: "=F3=B0=9A=94"; } + +.mdi-codepen::before { content: "=F3=B0=85=B5"; } + +.mdi-coffee::before { content: "=F3=B0=85=B6"; } + +.mdi-coffee-maker::before { content: "=F3=B1=82=9F"; } + +.mdi-coffee-maker-check::before { content: "=F3=B1=A4=B1"; } + +.mdi-coffee-maker-check-outline::before { content: "=F3=B1=A4=B2"; } + +.mdi-coffee-maker-outline::before { content: "=F3=B1=A0=9B"; } + +.mdi-coffee-off::before { content: "=F3=B0=BE=AA"; } + +.mdi-coffee-off-outline::before { content: "=F3=B0=BE=AB"; } + +.mdi-coffee-outline::before { content: "=F3=B0=9B=8A"; } + +.mdi-coffee-to-go::before { content: "=F3=B0=85=B7"; } + +.mdi-coffee-to-go-outline::before { content: "=F3=B1=8C=8E"; } + +.mdi-coffin::before { content: "=F3=B0=AD=BF"; } + +.mdi-cog::before { content: "=F3=B0=92=93"; } + +.mdi-cog-box::before { content: "=F3=B0=92=94"; } + +.mdi-cog-clockwise::before { content: "=F3=B1=87=9D"; } + +.mdi-cog-counterclockwise::before { content: "=F3=B1=87=9E"; } + +.mdi-cog-off::before { content: "=F3=B1=8F=8E"; } + +.mdi-cog-off-outline::before { content: "=F3=B1=8F=8F"; } + +.mdi-cog-outline::before { content: "=F3=B0=A2=BB"; } + +.mdi-cog-pause::before { content: "=F3=B1=A4=B3"; } + +.mdi-cog-pause-outline::before { content: "=F3=B1=A4=B4"; } + +.mdi-cog-play::before { content: "=F3=B1=A4=B5"; } + +.mdi-cog-play-outline::before { content: "=F3=B1=A4=B6"; } + +.mdi-cog-refresh::before { content: "=F3=B1=91=9E"; } + +.mdi-cog-refresh-outline::before { content: "=F3=B1=91=9F"; } + +.mdi-cog-stop::before { content: "=F3=B1=A4=B7"; } + +.mdi-cog-stop-outline::before { content: "=F3=B1=A4=B8"; } + +.mdi-cog-sync::before { content: "=F3=B1=91=A0"; } + +.mdi-cog-sync-outline::before { content: "=F3=B1=91=A1"; } + +.mdi-cog-transfer::before { content: "=F3=B1=81=9B"; } + +.mdi-cog-transfer-outline::before { content: "=F3=B1=81=9C"; } + +.mdi-cogs::before { content: "=F3=B0=A3=96"; } + +.mdi-collage::before { content: "=F3=B0=99=80"; } + +.mdi-collapse-all::before { content: "=F3=B0=AA=A6"; } + +.mdi-collapse-all-outline::before { content: "=F3=B0=AA=A7"; } + +.mdi-color-helper::before { content: "=F3=B0=85=B9"; } + +.mdi-comma::before { content: "=F3=B0=B8=A3"; } + +.mdi-comma-box::before { content: "=F3=B0=B8=AB"; } + +.mdi-comma-box-outline::before { content: "=F3=B0=B8=A4"; } + +.mdi-comma-circle::before { content: "=F3=B0=B8=A5"; } + +.mdi-comma-circle-outline::before { content: "=F3=B0=B8=A6"; } + +.mdi-comment::before { content: "=F3=B0=85=BA"; } + +.mdi-comment-account::before { content: "=F3=B0=85=BB"; } + +.mdi-comment-account-outline::before { content: "=F3=B0=85=BC"; } + +.mdi-comment-alert::before { content: "=F3=B0=85=BD"; } + +.mdi-comment-alert-outline::before { content: "=F3=B0=85=BE"; } + +.mdi-comment-arrow-left::before { content: "=F3=B0=A7=A1"; } + +.mdi-comment-arrow-left-outline::before { content: "=F3=B0=A7=A2"; } + +.mdi-comment-arrow-right::before { content: "=F3=B0=A7=A3"; } + +.mdi-comment-arrow-right-outline::before { content: "=F3=B0=A7=A4"; } + +.mdi-comment-bookmark::before { content: "=F3=B1=96=AE"; } + +.mdi-comment-bookmark-outline::before { content: "=F3=B1=96=AF"; } + +.mdi-comment-check::before { content: "=F3=B0=85=BF"; } + +.mdi-comment-check-outline::before { content: "=F3=B0=86=80"; } + +.mdi-comment-edit::before { content: "=F3=B1=86=BF"; } + +.mdi-comment-edit-outline::before { content: "=F3=B1=8B=84"; } + +.mdi-comment-eye::before { content: "=F3=B0=A8=BA"; } + +.mdi-comment-eye-outline::before { content: "=F3=B0=A8=BB"; } + +.mdi-comment-flash::before { content: "=F3=B1=96=B0"; } + +.mdi-comment-flash-outline::before { content: "=F3=B1=96=B1"; } + +.mdi-comment-minus::before { content: "=F3=B1=97=9F"; } + +.mdi-comment-minus-outline::before { content: "=F3=B1=97=A0"; } + +.mdi-comment-multiple::before { content: "=F3=B0=A1=9F"; } + +.mdi-comment-multiple-outline::before { content: "=F3=B0=86=81"; } + +.mdi-comment-off::before { content: "=F3=B1=97=A1"; } + +.mdi-comment-off-outline::before { content: "=F3=B1=97=A2"; } + +.mdi-comment-outline::before { content: "=F3=B0=86=82"; } + +.mdi-comment-plus::before { content: "=F3=B0=A7=A5"; } + +.mdi-comment-plus-outline::before { content: "=F3=B0=86=83"; } + +.mdi-comment-processing::before { content: "=F3=B0=86=84"; } + +.mdi-comment-processing-outline::before { content: "=F3=B0=86=85"; } + +.mdi-comment-question::before { content: "=F3=B0=A0=97"; } + +.mdi-comment-question-outline::before { content: "=F3=B0=86=86"; } + +.mdi-comment-quote::before { content: "=F3=B1=80=A1"; } + +.mdi-comment-quote-outline::before { content: "=F3=B1=80=A2"; } + +.mdi-comment-remove::before { content: "=F3=B0=97=9E"; } + +.mdi-comment-remove-outline::before { content: "=F3=B0=86=87"; } + +.mdi-comment-search::before { content: "=F3=B0=A8=BC"; } + +.mdi-comment-search-outline::before { content: "=F3=B0=A8=BD"; } + +.mdi-comment-text::before { content: "=F3=B0=86=88"; } + +.mdi-comment-text-multiple::before { content: "=F3=B0=A1=A0"; } + +.mdi-comment-text-multiple-outline::before { content: "=F3=B0=A1=A1"; } + +.mdi-comment-text-outline::before { content: "=F3=B0=86=89"; } + +.mdi-compare::before { content: "=F3=B0=86=8A"; } + +.mdi-compare-horizontal::before { content: "=F3=B1=92=92"; } + +.mdi-compare-remove::before { content: "=F3=B1=A2=B3"; } + +.mdi-compare-vertical::before { content: "=F3=B1=92=93"; } + +.mdi-compass::before { content: "=F3=B0=86=8B"; } + +.mdi-compass-off::before { content: "=F3=B0=AE=80"; } + +.mdi-compass-off-outline::before { content: "=F3=B0=AE=81"; } + +.mdi-compass-outline::before { content: "=F3=B0=86=8C"; } + +.mdi-compass-rose::before { content: "=F3=B1=8E=82"; } + +.mdi-compost::before { content: "=F3=B1=A8=B8"; } + +.mdi-cone::before { content: "=F3=B1=A5=8C"; } + +.mdi-cone-off::before { content: "=F3=B1=A5=8D"; } + +.mdi-connection::before { content: "=F3=B1=98=96"; } + +.mdi-console::before { content: "=F3=B0=86=8D"; } + +.mdi-console-line::before { content: "=F3=B0=9E=B7"; } + +.mdi-console-network::before { content: "=F3=B0=A2=A9"; } + +.mdi-console-network-outline::before { content: "=F3=B0=B1=A0"; } + +.mdi-consolidate::before { content: "=F3=B1=83=98"; } + +.mdi-contactless-payment::before { content: "=F3=B0=B5=AA"; } + +.mdi-contactless-payment-circle::before { content: "=F3=B0=8C=A1"; } + +.mdi-contactless-payment-circle-outline::before { content: "=F3=B0=90=88"; = +} + +.mdi-contacts::before { content: "=F3=B0=9B=8B"; } + +.mdi-contacts-outline::before { content: "=F3=B0=96=B8"; } + +.mdi-contain::before { content: "=F3=B0=A8=BE"; } + +.mdi-contain-end::before { content: "=F3=B0=A8=BF"; } + +.mdi-contain-start::before { content: "=F3=B0=A9=80"; } + +.mdi-content-copy::before { content: "=F3=B0=86=8F"; } + +.mdi-content-cut::before { content: "=F3=B0=86=90"; } + +.mdi-content-duplicate::before { content: "=F3=B0=86=91"; } + +.mdi-content-paste::before { content: "=F3=B0=86=92"; } + +.mdi-content-save::before { content: "=F3=B0=86=93"; } + +.mdi-content-save-alert::before { content: "=F3=B0=BD=82"; } + +.mdi-content-save-alert-outline::before { content: "=F3=B0=BD=83"; } + +.mdi-content-save-all::before { content: "=F3=B0=86=94"; } + +.mdi-content-save-all-outline::before { content: "=F3=B0=BD=84"; } + +.mdi-content-save-check::before { content: "=F3=B1=A3=AA"; } + +.mdi-content-save-check-outline::before { content: "=F3=B1=A3=AB"; } + +.mdi-content-save-cog::before { content: "=F3=B1=91=9B"; } + +.mdi-content-save-cog-outline::before { content: "=F3=B1=91=9C"; } + +.mdi-content-save-edit::before { content: "=F3=B0=B3=BB"; } + +.mdi-content-save-edit-outline::before { content: "=F3=B0=B3=BC"; } + +.mdi-content-save-minus::before { content: "=F3=B1=AD=83"; } + +.mdi-content-save-minus-outline::before { content: "=F3=B1=AD=84"; } + +.mdi-content-save-move::before { content: "=F3=B0=B8=A7"; } + +.mdi-content-save-move-outline::before { content: "=F3=B0=B8=A8"; } + +.mdi-content-save-off::before { content: "=F3=B1=99=83"; } + +.mdi-content-save-off-outline::before { content: "=F3=B1=99=84"; } + +.mdi-content-save-outline::before { content: "=F3=B0=A0=98"; } + +.mdi-content-save-plus::before { content: "=F3=B1=AD=81"; } + +.mdi-content-save-plus-outline::before { content: "=F3=B1=AD=82"; } + +.mdi-content-save-settings::before { content: "=F3=B0=98=9B"; } + +.mdi-content-save-settings-outline::before { content: "=F3=B0=AC=AE"; } + +.mdi-contrast::before { content: "=F3=B0=86=95"; } + +.mdi-contrast-box::before { content: "=F3=B0=86=96"; } + +.mdi-contrast-circle::before { content: "=F3=B0=86=97"; } + +.mdi-controller-classic::before { content: "=F3=B0=AE=82"; } + +.mdi-controller-classic-outline::before { content: "=F3=B0=AE=83"; } + +.mdi-cookie::before { content: "=F3=B0=86=98"; } + +.mdi-cookie-alert::before { content: "=F3=B1=9B=90"; } + +.mdi-cookie-alert-outline::before { content: "=F3=B1=9B=91"; } + +.mdi-cookie-check::before { content: "=F3=B1=9B=92"; } + +.mdi-cookie-check-outline::before { content: "=F3=B1=9B=93"; } + +.mdi-cookie-clock::before { content: "=F3=B1=9B=A4"; } + +.mdi-cookie-clock-outline::before { content: "=F3=B1=9B=A5"; } + +.mdi-cookie-cog::before { content: "=F3=B1=9B=94"; } + +.mdi-cookie-cog-outline::before { content: "=F3=B1=9B=95"; } + +.mdi-cookie-edit::before { content: "=F3=B1=9B=A6"; } + +.mdi-cookie-edit-outline::before { content: "=F3=B1=9B=A7"; } + +.mdi-cookie-lock::before { content: "=F3=B1=9B=A8"; } + +.mdi-cookie-lock-outline::before { content: "=F3=B1=9B=A9"; } + +.mdi-cookie-minus::before { content: "=F3=B1=9B=9A"; } + +.mdi-cookie-minus-outline::before { content: "=F3=B1=9B=9B"; } + +.mdi-cookie-off::before { content: "=F3=B1=9B=AA"; } + +.mdi-cookie-off-outline::before { content: "=F3=B1=9B=AB"; } + +.mdi-cookie-outline::before { content: "=F3=B1=9B=9E"; } + +.mdi-cookie-plus::before { content: "=F3=B1=9B=96"; } + +.mdi-cookie-plus-outline::before { content: "=F3=B1=9B=97"; } + +.mdi-cookie-refresh::before { content: "=F3=B1=9B=AC"; } + +.mdi-cookie-refresh-outline::before { content: "=F3=B1=9B=AD"; } + +.mdi-cookie-remove::before { content: "=F3=B1=9B=98"; } + +.mdi-cookie-remove-outline::before { content: "=F3=B1=9B=99"; } + +.mdi-cookie-settings::before { content: "=F3=B1=9B=9C"; } + +.mdi-cookie-settings-outline::before { content: "=F3=B1=9B=9D"; } + +.mdi-coolant-temperature::before { content: "=F3=B0=8F=88"; } + +.mdi-copyleft::before { content: "=F3=B1=A4=B9"; } + +.mdi-copyright::before { content: "=F3=B0=97=A6"; } + +.mdi-cordova::before { content: "=F3=B0=A5=98"; } + +.mdi-corn::before { content: "=F3=B0=9E=B8"; } + +.mdi-corn-off::before { content: "=F3=B1=8F=AF"; } + +.mdi-cosine-wave::before { content: "=F3=B1=91=B9"; } + +.mdi-counter::before { content: "=F3=B0=86=99"; } + +.mdi-countertop::before { content: "=F3=B1=A0=9C"; } + +.mdi-countertop-outline::before { content: "=F3=B1=A0=9D"; } + +.mdi-cow::before { content: "=F3=B0=86=9A"; } + +.mdi-cow-off::before { content: "=F3=B1=A3=BC"; } + +.mdi-cpu-32-bit::before { content: "=F3=B0=BB=9F"; } + +.mdi-cpu-64-bit::before { content: "=F3=B0=BB=A0"; } + +.mdi-cradle::before { content: "=F3=B1=A6=8B"; } + +.mdi-cradle-outline::before { content: "=F3=B1=A6=91"; } + +.mdi-crane::before { content: "=F3=B0=A1=A2"; } + +.mdi-creation::before { content: "=F3=B0=99=B4"; } + +.mdi-creative-commons::before { content: "=F3=B0=B5=AB"; } + +.mdi-credit-card::before { content: "=F3=B0=BF=AF"; } + +.mdi-credit-card-check::before { content: "=F3=B1=8F=90"; } + +.mdi-credit-card-check-outline::before { content: "=F3=B1=8F=91"; } + +.mdi-credit-card-chip::before { content: "=F3=B1=A4=8F"; } + +.mdi-credit-card-chip-outline::before { content: "=F3=B1=A4=90"; } + +.mdi-credit-card-clock::before { content: "=F3=B0=BB=A1"; } + +.mdi-credit-card-clock-outline::before { content: "=F3=B0=BB=A2"; } + +.mdi-credit-card-edit::before { content: "=F3=B1=9F=97"; } + +.mdi-credit-card-edit-outline::before { content: "=F3=B1=9F=98"; } + +.mdi-credit-card-fast::before { content: "=F3=B1=A4=91"; } + +.mdi-credit-card-fast-outline::before { content: "=F3=B1=A4=92"; } + +.mdi-credit-card-lock::before { content: "=F3=B1=A3=A7"; } + +.mdi-credit-card-lock-outline::before { content: "=F3=B1=A3=A8"; } + +.mdi-credit-card-marker::before { content: "=F3=B0=9A=A8"; } + +.mdi-credit-card-marker-outline::before { content: "=F3=B0=B6=BE"; } + +.mdi-credit-card-minus::before { content: "=F3=B0=BE=AC"; } + +.mdi-credit-card-minus-outline::before { content: "=F3=B0=BE=AD"; } + +.mdi-credit-card-multiple::before { content: "=F3=B0=BF=B0"; } + +.mdi-credit-card-multiple-outline::before { content: "=F3=B0=86=9C"; } + +.mdi-credit-card-off::before { content: "=F3=B0=BF=B1"; } + +.mdi-credit-card-off-outline::before { content: "=F3=B0=97=A4"; } + +.mdi-credit-card-outline::before { content: "=F3=B0=86=9B"; } + +.mdi-credit-card-plus::before { content: "=F3=B0=BF=B2"; } + +.mdi-credit-card-plus-outline::before { content: "=F3=B0=99=B6"; } + +.mdi-credit-card-refresh::before { content: "=F3=B1=99=85"; } + +.mdi-credit-card-refresh-outline::before { content: "=F3=B1=99=86"; } + +.mdi-credit-card-refund::before { content: "=F3=B0=BF=B3"; } + +.mdi-credit-card-refund-outline::before { content: "=F3=B0=AA=A8"; } + +.mdi-credit-card-remove::before { content: "=F3=B0=BE=AE"; } + +.mdi-credit-card-remove-outline::before { content: "=F3=B0=BE=AF"; } + +.mdi-credit-card-scan::before { content: "=F3=B0=BF=B4"; } + +.mdi-credit-card-scan-outline::before { content: "=F3=B0=86=9D"; } + +.mdi-credit-card-search::before { content: "=F3=B1=99=87"; } + +.mdi-credit-card-search-outline::before { content: "=F3=B1=99=88"; } + +.mdi-credit-card-settings::before { content: "=F3=B0=BF=B5"; } + +.mdi-credit-card-settings-outline::before { content: "=F3=B0=A3=97"; } + +.mdi-credit-card-sync::before { content: "=F3=B1=99=89"; } + +.mdi-credit-card-sync-outline::before { content: "=F3=B1=99=8A"; } + +.mdi-credit-card-wireless::before { content: "=F3=B0=A0=82"; } + +.mdi-credit-card-wireless-off::before { content: "=F3=B0=95=BA"; } + +.mdi-credit-card-wireless-off-outline::before { content: "=F3=B0=95=BB"; } + +.mdi-credit-card-wireless-outline::before { content: "=F3=B0=B5=AC"; } + +.mdi-cricket::before { content: "=F3=B0=B5=AD"; } + +.mdi-crop::before { content: "=F3=B0=86=9E"; } + +.mdi-crop-free::before { content: "=F3=B0=86=9F"; } + +.mdi-crop-landscape::before { content: "=F3=B0=86=A0"; } + +.mdi-crop-portrait::before { content: "=F3=B0=86=A1"; } + +.mdi-crop-rotate::before { content: "=F3=B0=9A=96"; } + +.mdi-crop-square::before { content: "=F3=B0=86=A2"; } + +.mdi-cross::before { content: "=F3=B0=A5=93"; } + +.mdi-cross-bolnisi::before { content: "=F3=B0=B3=AD"; } + +.mdi-cross-celtic::before { content: "=F3=B0=B3=B5"; } + +.mdi-cross-outline::before { content: "=F3=B0=B3=B6"; } + +.mdi-crosshairs::before { content: "=F3=B0=86=A3"; } + +.mdi-crosshairs-gps::before { content: "=F3=B0=86=A4"; } + +.mdi-crosshairs-off::before { content: "=F3=B0=BD=85"; } + +.mdi-crosshairs-question::before { content: "=F3=B1=84=B6"; } + +.mdi-crowd::before { content: "=F3=B1=A5=B5"; } + +.mdi-crown::before { content: "=F3=B0=86=A5"; } + +.mdi-crown-circle::before { content: "=F3=B1=9F=9C"; } + +.mdi-crown-circle-outline::before { content: "=F3=B1=9F=9D"; } + +.mdi-crown-outline::before { content: "=F3=B1=87=90"; } + +.mdi-cryengine::before { content: "=F3=B0=A5=99"; } + +.mdi-crystal-ball::before { content: "=F3=B0=AC=AF"; } + +.mdi-cube::before { content: "=F3=B0=86=A6"; } + +.mdi-cube-off::before { content: "=F3=B1=90=9C"; } + +.mdi-cube-off-outline::before { content: "=F3=B1=90=9D"; } + +.mdi-cube-outline::before { content: "=F3=B0=86=A7"; } + +.mdi-cube-scan::before { content: "=F3=B0=AE=84"; } + +.mdi-cube-send::before { content: "=F3=B0=86=A8"; } + +.mdi-cube-unfolded::before { content: "=F3=B0=86=A9"; } + +.mdi-cup::before { content: "=F3=B0=86=AA"; } + +.mdi-cup-off::before { content: "=F3=B0=97=A5"; } + +.mdi-cup-off-outline::before { content: "=F3=B1=8D=BD"; } + +.mdi-cup-outline::before { content: "=F3=B1=8C=8F"; } + +.mdi-cup-water::before { content: "=F3=B0=86=AB"; } + +.mdi-cupboard::before { content: "=F3=B0=BD=86"; } + +.mdi-cupboard-outline::before { content: "=F3=B0=BD=87"; } + +.mdi-cupcake::before { content: "=F3=B0=A5=9A"; } + +.mdi-curling::before { content: "=F3=B0=A1=A3"; } + +.mdi-currency-bdt::before { content: "=F3=B0=A1=A4"; } + +.mdi-currency-brl::before { content: "=F3=B0=AE=85"; } + +.mdi-currency-btc::before { content: "=F3=B0=86=AC"; } + +.mdi-currency-cny::before { content: "=F3=B0=9E=BA"; } + +.mdi-currency-eth::before { content: "=F3=B0=9E=BB"; } + +.mdi-currency-eur::before { content: "=F3=B0=86=AD"; } + +.mdi-currency-eur-off::before { content: "=F3=B1=8C=95"; } + +.mdi-currency-fra::before { content: "=F3=B1=A8=B9"; } + +.mdi-currency-gbp::before { content: "=F3=B0=86=AE"; } + +.mdi-currency-ils::before { content: "=F3=B0=B1=A1"; } + +.mdi-currency-inr::before { content: "=F3=B0=86=AF"; } + +.mdi-currency-jpy::before { content: "=F3=B0=9E=BC"; } + +.mdi-currency-krw::before { content: "=F3=B0=9E=BD"; } + +.mdi-currency-kzt::before { content: "=F3=B0=A1=A5"; } + +.mdi-currency-mnt::before { content: "=F3=B1=94=92"; } + +.mdi-currency-ngn::before { content: "=F3=B0=86=B0"; } + +.mdi-currency-php::before { content: "=F3=B0=A7=A6"; } + +.mdi-currency-rial::before { content: "=F3=B0=BA=9C"; } + +.mdi-currency-rub::before { content: "=F3=B0=86=B1"; } + +.mdi-currency-rupee::before { content: "=F3=B1=A5=B6"; } + +.mdi-currency-sign::before { content: "=F3=B0=9E=BE"; } + +.mdi-currency-try::before { content: "=F3=B0=86=B2"; } + +.mdi-currency-twd::before { content: "=F3=B0=9E=BF"; } + +.mdi-currency-usd::before { content: "=F3=B0=87=81"; } + +.mdi-currency-usd-off::before { content: "=F3=B0=99=BA"; } + +.mdi-current-ac::before { content: "=F3=B1=92=80"; } + +.mdi-current-dc::before { content: "=F3=B0=A5=9C"; } + +.mdi-cursor-default::before { content: "=F3=B0=87=80"; } + +.mdi-cursor-default-click::before { content: "=F3=B0=B3=BD"; } + +.mdi-cursor-default-click-outline::before { content: "=F3=B0=B3=BE"; } + +.mdi-cursor-default-gesture::before { content: "=F3=B1=84=A7"; } + +.mdi-cursor-default-gesture-outline::before { content: "=F3=B1=84=A8"; } + +.mdi-cursor-default-outline::before { content: "=F3=B0=86=BF"; } + +.mdi-cursor-move::before { content: "=F3=B0=86=BE"; } + +.mdi-cursor-pointer::before { content: "=F3=B0=86=BD"; } + +.mdi-cursor-text::before { content: "=F3=B0=97=A7"; } + +.mdi-curtains::before { content: "=F3=B1=A1=86"; } + +.mdi-curtains-closed::before { content: "=F3=B1=A1=87"; } + +.mdi-cylinder::before { content: "=F3=B1=A5=8E"; } + +.mdi-cylinder-off::before { content: "=F3=B1=A5=8F"; } + +.mdi-dance-ballroom::before { content: "=F3=B1=97=BB"; } + +.mdi-dance-pole::before { content: "=F3=B1=95=B8"; } + +.mdi-data-matrix::before { content: "=F3=B1=94=BC"; } + +.mdi-data-matrix-edit::before { content: "=F3=B1=94=BD"; } + +.mdi-data-matrix-minus::before { content: "=F3=B1=94=BE"; } + +.mdi-data-matrix-plus::before { content: "=F3=B1=94=BF"; } + +.mdi-data-matrix-remove::before { content: "=F3=B1=95=80"; } + +.mdi-data-matrix-scan::before { content: "=F3=B1=95=81"; } + +.mdi-database::before { content: "=F3=B0=86=BC"; } + +.mdi-database-alert::before { content: "=F3=B1=98=BA"; } + +.mdi-database-alert-outline::before { content: "=F3=B1=98=A4"; } + +.mdi-database-arrow-down::before { content: "=F3=B1=98=BB"; } + +.mdi-database-arrow-down-outline::before { content: "=F3=B1=98=A5"; } + +.mdi-database-arrow-left::before { content: "=F3=B1=98=BC"; } + +.mdi-database-arrow-left-outline::before { content: "=F3=B1=98=A6"; } + +.mdi-database-arrow-right::before { content: "=F3=B1=98=BD"; } + +.mdi-database-arrow-right-outline::before { content: "=F3=B1=98=A7"; } + +.mdi-database-arrow-up::before { content: "=F3=B1=98=BE"; } + +.mdi-database-arrow-up-outline::before { content: "=F3=B1=98=A8"; } + +.mdi-database-check::before { content: "=F3=B0=AA=A9"; } + +.mdi-database-check-outline::before { content: "=F3=B1=98=A9"; } + +.mdi-database-clock::before { content: "=F3=B1=98=BF"; } + +.mdi-database-clock-outline::before { content: "=F3=B1=98=AA"; } + +.mdi-database-cog::before { content: "=F3=B1=99=8B"; } + +.mdi-database-cog-outline::before { content: "=F3=B1=99=8C"; } + +.mdi-database-edit::before { content: "=F3=B0=AE=86"; } + +.mdi-database-edit-outline::before { content: "=F3=B1=98=AB"; } + +.mdi-database-export::before { content: "=F3=B0=A5=9E"; } + +.mdi-database-export-outline::before { content: "=F3=B1=98=AC"; } + +.mdi-database-eye::before { content: "=F3=B1=A4=9F"; } + +.mdi-database-eye-off::before { content: "=F3=B1=A4=A0"; } + +.mdi-database-eye-off-outline::before { content: "=F3=B1=A4=A1"; } + +.mdi-database-eye-outline::before { content: "=F3=B1=A4=A2"; } + +.mdi-database-import::before { content: "=F3=B0=A5=9D"; } + +.mdi-database-import-outline::before { content: "=F3=B1=98=AD"; } + +.mdi-database-lock::before { content: "=F3=B0=AA=AA"; } + +.mdi-database-lock-outline::before { content: "=F3=B1=98=AE"; } + +.mdi-database-marker::before { content: "=F3=B1=8B=B6"; } + +.mdi-database-marker-outline::before { content: "=F3=B1=98=AF"; } + +.mdi-database-minus::before { content: "=F3=B0=86=BB"; } + +.mdi-database-minus-outline::before { content: "=F3=B1=98=B0"; } + +.mdi-database-off::before { content: "=F3=B1=99=80"; } + +.mdi-database-off-outline::before { content: "=F3=B1=98=B1"; } + +.mdi-database-outline::before { content: "=F3=B1=98=B2"; } + +.mdi-database-plus::before { content: "=F3=B0=86=BA"; } + +.mdi-database-plus-outline::before { content: "=F3=B1=98=B3"; } + +.mdi-database-refresh::before { content: "=F3=B0=97=82"; } + +.mdi-database-refresh-outline::before { content: "=F3=B1=98=B4"; } + +.mdi-database-remove::before { content: "=F3=B0=B4=80"; } + +.mdi-database-remove-outline::before { content: "=F3=B1=98=B5"; } + +.mdi-database-search::before { content: "=F3=B0=A1=A6"; } + +.mdi-database-search-outline::before { content: "=F3=B1=98=B6"; } + +.mdi-database-settings::before { content: "=F3=B0=B4=81"; } + +.mdi-database-settings-outline::before { content: "=F3=B1=98=B7"; } + +.mdi-database-sync::before { content: "=F3=B0=B3=BF"; } + +.mdi-database-sync-outline::before { content: "=F3=B1=98=B8"; } + +.mdi-death-star::before { content: "=F3=B0=A3=98"; } + +.mdi-death-star-variant::before { content: "=F3=B0=A3=99"; } + +.mdi-deathly-hallows::before { content: "=F3=B0=AE=87"; } + +.mdi-debian::before { content: "=F3=B0=A3=9A"; } + +.mdi-debug-step-into::before { content: "=F3=B0=86=B9"; } + +.mdi-debug-step-out::before { content: "=F3=B0=86=B8"; } + +.mdi-debug-step-over::before { content: "=F3=B0=86=B7"; } + +.mdi-decagram::before { content: "=F3=B0=9D=AC"; } + +.mdi-decagram-outline::before { content: "=F3=B0=9D=AD"; } + +.mdi-decimal::before { content: "=F3=B1=82=A1"; } + +.mdi-decimal-comma::before { content: "=F3=B1=82=A2"; } + +.mdi-decimal-comma-decrease::before { content: "=F3=B1=82=A3"; } + +.mdi-decimal-comma-increase::before { content: "=F3=B1=82=A4"; } + +.mdi-decimal-decrease::before { content: "=F3=B0=86=B6"; } + +.mdi-decimal-increase::before { content: "=F3=B0=86=B5"; } + +.mdi-delete::before { content: "=F3=B0=86=B4"; } + +.mdi-delete-alert::before { content: "=F3=B1=82=A5"; } + +.mdi-delete-alert-outline::before { content: "=F3=B1=82=A6"; } + +.mdi-delete-circle::before { content: "=F3=B0=9A=83"; } + +.mdi-delete-circle-outline::before { content: "=F3=B0=AE=88"; } + +.mdi-delete-clock::before { content: "=F3=B1=95=96"; } + +.mdi-delete-clock-outline::before { content: "=F3=B1=95=97"; } + +.mdi-delete-empty::before { content: "=F3=B0=9B=8C"; } + +.mdi-delete-empty-outline::before { content: "=F3=B0=BA=9D"; } + +.mdi-delete-forever::before { content: "=F3=B0=97=A8"; } + +.mdi-delete-forever-outline::before { content: "=F3=B0=AE=89"; } + +.mdi-delete-off::before { content: "=F3=B1=82=A7"; } + +.mdi-delete-off-outline::before { content: "=F3=B1=82=A8"; } + +.mdi-delete-outline::before { content: "=F3=B0=A7=A7"; } + +.mdi-delete-restore::before { content: "=F3=B0=A0=99"; } + +.mdi-delete-sweep::before { content: "=F3=B0=97=A9"; } + +.mdi-delete-sweep-outline::before { content: "=F3=B0=B1=A2"; } + +.mdi-delete-variant::before { content: "=F3=B0=86=B3"; } + +.mdi-delta::before { content: "=F3=B0=87=82"; } + +.mdi-desk::before { content: "=F3=B1=88=B9"; } + +.mdi-desk-lamp::before { content: "=F3=B0=A5=9F"; } + +.mdi-desk-lamp-off::before { content: "=F3=B1=AC=9F"; } + +.mdi-desk-lamp-on::before { content: "=F3=B1=AC=A0"; } + +.mdi-deskphone::before { content: "=F3=B0=87=83"; } + +.mdi-desktop-classic::before { content: "=F3=B0=9F=80"; } + +.mdi-desktop-mac::before { content: "=F3=B0=87=84"; } + +.mdi-desktop-mac-dashboard::before { content: "=F3=B0=A7=A8"; } + +.mdi-desktop-tower::before { content: "=F3=B0=87=85"; } + +.mdi-desktop-tower-monitor::before { content: "=F3=B0=AA=AB"; } + +.mdi-details::before { content: "=F3=B0=87=86"; } + +.mdi-dev-to::before { content: "=F3=B0=B5=AE"; } + +.mdi-developer-board::before { content: "=F3=B0=9A=97"; } + +.mdi-deviantart::before { content: "=F3=B0=87=87"; } + +.mdi-devices::before { content: "=F3=B0=BE=B0"; } + +.mdi-dharmachakra::before { content: "=F3=B0=A5=8B"; } + +.mdi-diabetes::before { content: "=F3=B1=84=A6"; } + +.mdi-dialpad::before { content: "=F3=B0=98=9C"; } + +.mdi-diameter::before { content: "=F3=B0=B1=A3"; } + +.mdi-diameter-outline::before { content: "=F3=B0=B1=A4"; } + +.mdi-diameter-variant::before { content: "=F3=B0=B1=A5"; } + +.mdi-diamond::before { content: "=F3=B0=AE=8A"; } + +.mdi-diamond-outline::before { content: "=F3=B0=AE=8B"; } + +.mdi-diamond-stone::before { content: "=F3=B0=87=88"; } + +.mdi-dice-1::before { content: "=F3=B0=87=8A"; } + +.mdi-dice-1-outline::before { content: "=F3=B1=85=8A"; } + +.mdi-dice-2::before { content: "=F3=B0=87=8B"; } + +.mdi-dice-2-outline::before { content: "=F3=B1=85=8B"; } + +.mdi-dice-3::before { content: "=F3=B0=87=8C"; } + +.mdi-dice-3-outline::before { content: "=F3=B1=85=8C"; } + +.mdi-dice-4::before { content: "=F3=B0=87=8D"; } + +.mdi-dice-4-outline::before { content: "=F3=B1=85=8D"; } + +.mdi-dice-5::before { content: "=F3=B0=87=8E"; } + +.mdi-dice-5-outline::before { content: "=F3=B1=85=8E"; } + +.mdi-dice-6::before { content: "=F3=B0=87=8F"; } + +.mdi-dice-6-outline::before { content: "=F3=B1=85=8F"; } + +.mdi-dice-d10::before { content: "=F3=B1=85=93"; } + +.mdi-dice-d10-outline::before { content: "=F3=B0=9D=AF"; } + +.mdi-dice-d12::before { content: "=F3=B1=85=94"; } + +.mdi-dice-d12-outline::before { content: "=F3=B0=A1=A7"; } + +.mdi-dice-d20::before { content: "=F3=B1=85=95"; } + +.mdi-dice-d20-outline::before { content: "=F3=B0=97=AA"; } + +.mdi-dice-d4::before { content: "=F3=B1=85=90"; } + +.mdi-dice-d4-outline::before { content: "=F3=B0=97=AB"; } + +.mdi-dice-d6::before { content: "=F3=B1=85=91"; } + +.mdi-dice-d6-outline::before { content: "=F3=B0=97=AD"; } + +.mdi-dice-d8::before { content: "=F3=B1=85=92"; } + +.mdi-dice-d8-outline::before { content: "=F3=B0=97=AC"; } + +.mdi-dice-multiple::before { content: "=F3=B0=9D=AE"; } + +.mdi-dice-multiple-outline::before { content: "=F3=B1=85=96"; } + +.mdi-digital-ocean::before { content: "=F3=B1=88=B7"; } + +.mdi-dip-switch::before { content: "=F3=B0=9F=81"; } + +.mdi-directions::before { content: "=F3=B0=87=90"; } + +.mdi-directions-fork::before { content: "=F3=B0=99=81"; } + +.mdi-disc::before { content: "=F3=B0=97=AE"; } + +.mdi-disc-alert::before { content: "=F3=B0=87=91"; } + +.mdi-disc-player::before { content: "=F3=B0=A5=A0"; } + +.mdi-discord::before { content: "=F3=B0=99=AF"; } + +.mdi-dishwasher::before { content: "=F3=B0=AA=AC"; } + +.mdi-dishwasher-alert::before { content: "=F3=B1=86=B8"; } + +.mdi-dishwasher-off::before { content: "=F3=B1=86=B9"; } + +.mdi-disqus::before { content: "=F3=B0=87=92"; } + +.mdi-distribute-horizontal-center::before { content: "=F3=B1=87=89"; } + +.mdi-distribute-horizontal-left::before { content: "=F3=B1=87=88"; } + +.mdi-distribute-horizontal-right::before { content: "=F3=B1=87=8A"; } + +.mdi-distribute-vertical-bottom::before { content: "=F3=B1=87=8B"; } + +.mdi-distribute-vertical-center::before { content: "=F3=B1=87=8C"; } + +.mdi-distribute-vertical-top::before { content: "=F3=B1=87=8D"; } + +.mdi-diversify::before { content: "=F3=B1=A1=B7"; } + +.mdi-diving::before { content: "=F3=B1=A5=B7"; } + +.mdi-diving-flippers::before { content: "=F3=B0=B6=BF"; } + +.mdi-diving-helmet::before { content: "=F3=B0=B7=80"; } + +.mdi-diving-scuba::before { content: "=F3=B0=B7=81"; } + +.mdi-diving-scuba-flag::before { content: "=F3=B0=B7=82"; } + +.mdi-diving-scuba-tank::before { content: "=F3=B0=B7=83"; } + +.mdi-diving-scuba-tank-multiple::before { content: "=F3=B0=B7=84"; } + +.mdi-diving-snorkel::before { content: "=F3=B0=B7=85"; } + +.mdi-division::before { content: "=F3=B0=87=94"; } + +.mdi-division-box::before { content: "=F3=B0=87=95"; } + +.mdi-dlna::before { content: "=F3=B0=A9=81"; } + +.mdi-dna::before { content: "=F3=B0=9A=84"; } + +.mdi-dns::before { content: "=F3=B0=87=96"; } + +.mdi-dns-outline::before { content: "=F3=B0=AE=8C"; } + +.mdi-dock-bottom::before { content: "=F3=B1=82=A9"; } + +.mdi-dock-left::before { content: "=F3=B1=82=AA"; } + +.mdi-dock-right::before { content: "=F3=B1=82=AB"; } + +.mdi-dock-top::before { content: "=F3=B1=94=93"; } + +.mdi-dock-window::before { content: "=F3=B1=82=AC"; } + +.mdi-docker::before { content: "=F3=B0=A1=A8"; } + +.mdi-doctor::before { content: "=F3=B0=A9=82"; } + +.mdi-dog::before { content: "=F3=B0=A9=83"; } + +.mdi-dog-service::before { content: "=F3=B0=AA=AD"; } + +.mdi-dog-side::before { content: "=F3=B0=A9=84"; } + +.mdi-dog-side-off::before { content: "=F3=B1=9B=AE"; } + +.mdi-dolby::before { content: "=F3=B0=9A=B3"; } + +.mdi-dolly::before { content: "=F3=B0=BA=9E"; } + +.mdi-dolphin::before { content: "=F3=B1=A2=B4"; } + +.mdi-domain::before { content: "=F3=B0=87=97"; } + +.mdi-domain-off::before { content: "=F3=B0=B5=AF"; } + +.mdi-domain-plus::before { content: "=F3=B1=82=AD"; } + +.mdi-domain-remove::before { content: "=F3=B1=82=AE"; } + +.mdi-dome-light::before { content: "=F3=B1=90=9E"; } + +.mdi-domino-mask::before { content: "=F3=B1=80=A3"; } + +.mdi-donkey::before { content: "=F3=B0=9F=82"; } + +.mdi-door::before { content: "=F3=B0=A0=9A"; } + +.mdi-door-closed::before { content: "=F3=B0=A0=9B"; } + +.mdi-door-closed-lock::before { content: "=F3=B1=82=AF"; } + +.mdi-door-open::before { content: "=F3=B0=A0=9C"; } + +.mdi-door-sliding::before { content: "=F3=B1=A0=9E"; } + +.mdi-door-sliding-lock::before { content: "=F3=B1=A0=9F"; } + +.mdi-door-sliding-open::before { content: "=F3=B1=A0=A0"; } + +.mdi-doorbell::before { content: "=F3=B1=8B=A6"; } + +.mdi-doorbell-video::before { content: "=F3=B0=A1=A9"; } + +.mdi-dot-net::before { content: "=F3=B0=AA=AE"; } + +.mdi-dots-circle::before { content: "=F3=B1=A5=B8"; } + +.mdi-dots-grid::before { content: "=F3=B1=97=BC"; } + +.mdi-dots-hexagon::before { content: "=F3=B1=97=BF"; } + +.mdi-dots-horizontal::before { content: "=F3=B0=87=98"; } + +.mdi-dots-horizontal-circle::before { content: "=F3=B0=9F=83"; } + +.mdi-dots-horizontal-circle-outline::before { content: "=F3=B0=AE=8D"; } + +.mdi-dots-square::before { content: "=F3=B1=97=BD"; } + +.mdi-dots-triangle::before { content: "=F3=B1=97=BE"; } + +.mdi-dots-vertical::before { content: "=F3=B0=87=99"; } + +.mdi-dots-vertical-circle::before { content: "=F3=B0=9F=84"; } + +.mdi-dots-vertical-circle-outline::before { content: "=F3=B0=AE=8E"; } + +.mdi-download::before { content: "=F3=B0=87=9A"; } + +.mdi-download-box::before { content: "=F3=B1=91=A2"; } + +.mdi-download-box-outline::before { content: "=F3=B1=91=A3"; } + +.mdi-download-circle::before { content: "=F3=B1=91=A4"; } + +.mdi-download-circle-outline::before { content: "=F3=B1=91=A5"; } + +.mdi-download-lock::before { content: "=F3=B1=8C=A0"; } + +.mdi-download-lock-outline::before { content: "=F3=B1=8C=A1"; } + +.mdi-download-multiple::before { content: "=F3=B0=A7=A9"; } + +.mdi-download-network::before { content: "=F3=B0=9B=B4"; } + +.mdi-download-network-outline::before { content: "=F3=B0=B1=A6"; } + +.mdi-download-off::before { content: "=F3=B1=82=B0"; } + +.mdi-download-off-outline::before { content: "=F3=B1=82=B1"; } + +.mdi-download-outline::before { content: "=F3=B0=AE=8F"; } + +.mdi-drag::before { content: "=F3=B0=87=9B"; } + +.mdi-drag-horizontal::before { content: "=F3=B0=87=9C"; } + +.mdi-drag-horizontal-variant::before { content: "=F3=B1=8B=B0"; } + +.mdi-drag-variant::before { content: "=F3=B0=AE=90"; } + +.mdi-drag-vertical::before { content: "=F3=B0=87=9D"; } + +.mdi-drag-vertical-variant::before { content: "=F3=B1=8B=B1"; } + +.mdi-drama-masks::before { content: "=F3=B0=B4=82"; } + +.mdi-draw::before { content: "=F3=B0=BD=89"; } + +.mdi-draw-pen::before { content: "=F3=B1=A6=B9"; } + +.mdi-drawing::before { content: "=F3=B0=87=9E"; } + +.mdi-drawing-box::before { content: "=F3=B0=87=9F"; } + +.mdi-dresser::before { content: "=F3=B0=BD=8A"; } + +.mdi-dresser-outline::before { content: "=F3=B0=BD=8B"; } + +.mdi-drone::before { content: "=F3=B0=87=A2"; } + +.mdi-dropbox::before { content: "=F3=B0=87=A3"; } + +.mdi-drupal::before { content: "=F3=B0=87=A4"; } + +.mdi-duck::before { content: "=F3=B0=87=A5"; } + +.mdi-dumbbell::before { content: "=F3=B0=87=A6"; } + +.mdi-dump-truck::before { content: "=F3=B0=B1=A7"; } + +.mdi-ear-hearing::before { content: "=F3=B0=9F=85"; } + +.mdi-ear-hearing-loop::before { content: "=F3=B1=AB=AE"; } + +.mdi-ear-hearing-off::before { content: "=F3=B0=A9=85"; } + +.mdi-earbuds::before { content: "=F3=B1=A1=8F"; } + +.mdi-earbuds-off::before { content: "=F3=B1=A1=90"; } + +.mdi-earbuds-off-outline::before { content: "=F3=B1=A1=91"; } + +.mdi-earbuds-outline::before { content: "=F3=B1=A1=92"; } + +.mdi-earth::before { content: "=F3=B0=87=A7"; } + +.mdi-earth-arrow-right::before { content: "=F3=B1=8C=91"; } + +.mdi-earth-box::before { content: "=F3=B0=9B=8D"; } + +.mdi-earth-box-minus::before { content: "=F3=B1=90=87"; } + +.mdi-earth-box-off::before { content: "=F3=B0=9B=8E"; } + +.mdi-earth-box-plus::before { content: "=F3=B1=90=86"; } + +.mdi-earth-box-remove::before { content: "=F3=B1=90=88"; } + +.mdi-earth-minus::before { content: "=F3=B1=90=84"; } + +.mdi-earth-off::before { content: "=F3=B0=87=A8"; } + +.mdi-earth-plus::before { content: "=F3=B1=90=83"; } + +.mdi-earth-remove::before { content: "=F3=B1=90=85"; } + +.mdi-egg::before { content: "=F3=B0=AA=AF"; } + +.mdi-egg-easter::before { content: "=F3=B0=AA=B0"; } + +.mdi-egg-fried::before { content: "=F3=B1=A1=8A"; } + +.mdi-egg-off::before { content: "=F3=B1=8F=B0"; } + +.mdi-egg-off-outline::before { content: "=F3=B1=8F=B1"; } + +.mdi-egg-outline::before { content: "=F3=B1=8F=B2"; } + +.mdi-eiffel-tower::before { content: "=F3=B1=95=AB"; } + +.mdi-eight-track::before { content: "=F3=B0=A7=AA"; } + +.mdi-eject::before { content: "=F3=B0=87=AA"; } + +.mdi-eject-circle::before { content: "=F3=B1=AC=A3"; } + +.mdi-eject-circle-outline::before { content: "=F3=B1=AC=A4"; } + +.mdi-eject-outline::before { content: "=F3=B0=AE=91"; } + +.mdi-electric-switch::before { content: "=F3=B0=BA=9F"; } + +.mdi-electric-switch-closed::before { content: "=F3=B1=83=99"; } + +.mdi-electron-framework::before { content: "=F3=B1=80=A4"; } + +.mdi-elephant::before { content: "=F3=B0=9F=86"; } + +.mdi-elevation-decline::before { content: "=F3=B0=87=AB"; } + +.mdi-elevation-rise::before { content: "=F3=B0=87=AC"; } + +.mdi-elevator::before { content: "=F3=B0=87=AD"; } + +.mdi-elevator-down::before { content: "=F3=B1=8B=82"; } + +.mdi-elevator-passenger::before { content: "=F3=B1=8E=81"; } + +.mdi-elevator-passenger-off::before { content: "=F3=B1=A5=B9"; } + +.mdi-elevator-passenger-off-outline::before { content: "=F3=B1=A5=BA"; } + +.mdi-elevator-passenger-outline::before { content: "=F3=B1=A5=BB"; } + +.mdi-elevator-up::before { content: "=F3=B1=8B=81"; } + +.mdi-ellipse::before { content: "=F3=B0=BA=A0"; } + +.mdi-ellipse-outline::before { content: "=F3=B0=BA=A1"; } + +.mdi-email::before { content: "=F3=B0=87=AE"; } + +.mdi-email-alert::before { content: "=F3=B0=9B=8F"; } + +.mdi-email-alert-outline::before { content: "=F3=B0=B5=82"; } + +.mdi-email-box::before { content: "=F3=B0=B4=83"; } + +.mdi-email-check::before { content: "=F3=B0=AA=B1"; } + +.mdi-email-check-outline::before { content: "=F3=B0=AA=B2"; } + +.mdi-email-edit::before { content: "=F3=B0=BB=A3"; } + +.mdi-email-edit-outline::before { content: "=F3=B0=BB=A4"; } + +.mdi-email-fast::before { content: "=F3=B1=A1=AF"; } + +.mdi-email-fast-outline::before { content: "=F3=B1=A1=B0"; } + +.mdi-email-lock::before { content: "=F3=B0=87=B1"; } + +.mdi-email-mark-as-unread::before { content: "=F3=B0=AE=92"; } + +.mdi-email-minus::before { content: "=F3=B0=BB=A5"; } + +.mdi-email-minus-outline::before { content: "=F3=B0=BB=A6"; } + +.mdi-email-multiple::before { content: "=F3=B0=BB=A7"; } + +.mdi-email-multiple-outline::before { content: "=F3=B0=BB=A8"; } + +.mdi-email-newsletter::before { content: "=F3=B0=BE=B1"; } + +.mdi-email-off::before { content: "=F3=B1=8F=A3"; } + +.mdi-email-off-outline::before { content: "=F3=B1=8F=A4"; } + +.mdi-email-open::before { content: "=F3=B0=87=AF"; } + +.mdi-email-open-multiple::before { content: "=F3=B0=BB=A9"; } + +.mdi-email-open-multiple-outline::before { content: "=F3=B0=BB=AA"; } + +.mdi-email-open-outline::before { content: "=F3=B0=97=AF"; } + +.mdi-email-outline::before { content: "=F3=B0=87=B0"; } + +.mdi-email-plus::before { content: "=F3=B0=A7=AB"; } + +.mdi-email-plus-outline::before { content: "=F3=B0=A7=AC"; } + +.mdi-email-receive::before { content: "=F3=B1=83=9A"; } + +.mdi-email-receive-outline::before { content: "=F3=B1=83=9B"; } + +.mdi-email-remove::before { content: "=F3=B1=99=A1"; } + +.mdi-email-remove-outline::before { content: "=F3=B1=99=A2"; } + +.mdi-email-seal::before { content: "=F3=B1=A5=9B"; } + +.mdi-email-seal-outline::before { content: "=F3=B1=A5=9C"; } + +.mdi-email-search::before { content: "=F3=B0=A5=A1"; } + +.mdi-email-search-outline::before { content: "=F3=B0=A5=A2"; } + +.mdi-email-send::before { content: "=F3=B1=83=9C"; } + +.mdi-email-send-outline::before { content: "=F3=B1=83=9D"; } + +.mdi-email-sync::before { content: "=F3=B1=8B=87"; } + +.mdi-email-sync-outline::before { content: "=F3=B1=8B=88"; } + +.mdi-email-variant::before { content: "=F3=B0=97=B0"; } + +.mdi-ember::before { content: "=F3=B0=AC=B0"; } + +.mdi-emby::before { content: "=F3=B0=9A=B4"; } + +.mdi-emoticon::before { content: "=F3=B0=B1=A8"; } + +.mdi-emoticon-angry::before { content: "=F3=B0=B1=A9"; } + +.mdi-emoticon-angry-outline::before { content: "=F3=B0=B1=AA"; } + +.mdi-emoticon-confused::before { content: "=F3=B1=83=9E"; } + +.mdi-emoticon-confused-outline::before { content: "=F3=B1=83=9F"; } + +.mdi-emoticon-cool::before { content: "=F3=B0=B1=AB"; } + +.mdi-emoticon-cool-outline::before { content: "=F3=B0=87=B3"; } + +.mdi-emoticon-cry::before { content: "=F3=B0=B1=AC"; } + +.mdi-emoticon-cry-outline::before { content: "=F3=B0=B1=AD"; } + +.mdi-emoticon-dead::before { content: "=F3=B0=B1=AE"; } + +.mdi-emoticon-dead-outline::before { content: "=F3=B0=9A=9B"; } + +.mdi-emoticon-devil::before { content: "=F3=B0=B1=AF"; } + +.mdi-emoticon-devil-outline::before { content: "=F3=B0=87=B4"; } + +.mdi-emoticon-excited::before { content: "=F3=B0=B1=B0"; } + +.mdi-emoticon-excited-outline::before { content: "=F3=B0=9A=9C"; } + +.mdi-emoticon-frown::before { content: "=F3=B0=BD=8C"; } + +.mdi-emoticon-frown-outline::before { content: "=F3=B0=BD=8D"; } + +.mdi-emoticon-happy::before { content: "=F3=B0=B1=B1"; } + +.mdi-emoticon-happy-outline::before { content: "=F3=B0=87=B5"; } + +.mdi-emoticon-kiss::before { content: "=F3=B0=B1=B2"; } + +.mdi-emoticon-kiss-outline::before { content: "=F3=B0=B1=B3"; } + +.mdi-emoticon-lol::before { content: "=F3=B1=88=94"; } + +.mdi-emoticon-lol-outline::before { content: "=F3=B1=88=95"; } + +.mdi-emoticon-neutral::before { content: "=F3=B0=B1=B4"; } + +.mdi-emoticon-neutral-outline::before { content: "=F3=B0=87=B6"; } + +.mdi-emoticon-outline::before { content: "=F3=B0=87=B2"; } + +.mdi-emoticon-poop::before { content: "=F3=B0=87=B7"; } + +.mdi-emoticon-poop-outline::before { content: "=F3=B0=B1=B5"; } + +.mdi-emoticon-sad::before { content: "=F3=B0=B1=B6"; } + +.mdi-emoticon-sad-outline::before { content: "=F3=B0=87=B8"; } + +.mdi-emoticon-sick::before { content: "=F3=B1=95=BC"; } + +.mdi-emoticon-sick-outline::before { content: "=F3=B1=95=BD"; } + +.mdi-emoticon-tongue::before { content: "=F3=B0=87=B9"; } + +.mdi-emoticon-tongue-outline::before { content: "=F3=B0=B1=B7"; } + +.mdi-emoticon-wink::before { content: "=F3=B0=B1=B8"; } + +.mdi-emoticon-wink-outline::before { content: "=F3=B0=B1=B9"; } + +.mdi-engine::before { content: "=F3=B0=87=BA"; } + +.mdi-engine-off::before { content: "=F3=B0=A9=86"; } + +.mdi-engine-off-outline::before { content: "=F3=B0=A9=87"; } + +.mdi-engine-outline::before { content: "=F3=B0=87=BB"; } + +.mdi-epsilon::before { content: "=F3=B1=83=A0"; } + +.mdi-equal::before { content: "=F3=B0=87=BC"; } + +.mdi-equal-box::before { content: "=F3=B0=87=BD"; } + +.mdi-equalizer::before { content: "=F3=B0=BA=A2"; } + +.mdi-equalizer-outline::before { content: "=F3=B0=BA=A3"; } + +.mdi-eraser::before { content: "=F3=B0=87=BE"; } + +.mdi-eraser-variant::before { content: "=F3=B0=99=82"; } + +.mdi-escalator::before { content: "=F3=B0=87=BF"; } + +.mdi-escalator-box::before { content: "=F3=B1=8E=99"; } + +.mdi-escalator-down::before { content: "=F3=B1=8B=80"; } + +.mdi-escalator-up::before { content: "=F3=B1=8A=BF"; } + +.mdi-eslint::before { content: "=F3=B0=B1=BA"; } + +.mdi-et::before { content: "=F3=B0=AA=B3"; } + +.mdi-ethereum::before { content: "=F3=B0=A1=AA"; } + +.mdi-ethernet::before { content: "=F3=B0=88=80"; } + +.mdi-ethernet-cable::before { content: "=F3=B0=88=81"; } + +.mdi-ethernet-cable-off::before { content: "=F3=B0=88=82"; } + +.mdi-ev-plug-ccs1::before { content: "=F3=B1=94=99"; } + +.mdi-ev-plug-ccs2::before { content: "=F3=B1=94=9A"; } + +.mdi-ev-plug-chademo::before { content: "=F3=B1=94=9B"; } + +.mdi-ev-plug-tesla::before { content: "=F3=B1=94=9C"; } + +.mdi-ev-plug-type1::before { content: "=F3=B1=94=9D"; } + +.mdi-ev-plug-type2::before { content: "=F3=B1=94=9E"; } + +.mdi-ev-station::before { content: "=F3=B0=97=B1"; } + +.mdi-evernote::before { content: "=F3=B0=88=84"; } + +.mdi-excavator::before { content: "=F3=B1=80=A5"; } + +.mdi-exclamation::before { content: "=F3=B0=88=85"; } + +.mdi-exclamation-thick::before { content: "=F3=B1=88=B8"; } + +.mdi-exit-run::before { content: "=F3=B0=A9=88"; } + +.mdi-exit-to-app::before { content: "=F3=B0=88=86"; } + +.mdi-expand-all::before { content: "=F3=B0=AA=B4"; } + +.mdi-expand-all-outline::before { content: "=F3=B0=AA=B5"; } + +.mdi-expansion-card::before { content: "=F3=B0=A2=AE"; } + +.mdi-expansion-card-variant::before { content: "=F3=B0=BE=B2"; } + +.mdi-exponent::before { content: "=F3=B0=A5=A3"; } + +.mdi-exponent-box::before { content: "=F3=B0=A5=A4"; } + +.mdi-export::before { content: "=F3=B0=88=87"; } + +.mdi-export-variant::before { content: "=F3=B0=AE=93"; } + +.mdi-eye::before { content: "=F3=B0=88=88"; } + +.mdi-eye-arrow-left::before { content: "=F3=B1=A3=BD"; } + +.mdi-eye-arrow-left-outline::before { content: "=F3=B1=A3=BE"; } + +.mdi-eye-arrow-right::before { content: "=F3=B1=A3=BF"; } + +.mdi-eye-arrow-right-outline::before { content: "=F3=B1=A4=80"; } + +.mdi-eye-check::before { content: "=F3=B0=B4=84"; } + +.mdi-eye-check-outline::before { content: "=F3=B0=B4=85"; } + +.mdi-eye-circle::before { content: "=F3=B0=AE=94"; } + +.mdi-eye-circle-outline::before { content: "=F3=B0=AE=95"; } + +.mdi-eye-minus::before { content: "=F3=B1=80=A6"; } + +.mdi-eye-minus-outline::before { content: "=F3=B1=80=A7"; } + +.mdi-eye-off::before { content: "=F3=B0=88=89"; } + +.mdi-eye-off-outline::before { content: "=F3=B0=9B=91"; } + +.mdi-eye-outline::before { content: "=F3=B0=9B=90"; } + +.mdi-eye-plus::before { content: "=F3=B0=A1=AB"; } + +.mdi-eye-plus-outline::before { content: "=F3=B0=A1=AC"; } + +.mdi-eye-refresh::before { content: "=F3=B1=A5=BC"; } + +.mdi-eye-refresh-outline::before { content: "=F3=B1=A5=BD"; } + +.mdi-eye-remove::before { content: "=F3=B1=97=A3"; } + +.mdi-eye-remove-outline::before { content: "=F3=B1=97=A4"; } + +.mdi-eye-settings::before { content: "=F3=B0=A1=AD"; } + +.mdi-eye-settings-outline::before { content: "=F3=B0=A1=AE"; } + +.mdi-eyedropper::before { content: "=F3=B0=88=8A"; } + +.mdi-eyedropper-minus::before { content: "=F3=B1=8F=9D"; } + +.mdi-eyedropper-off::before { content: "=F3=B1=8F=9F"; } + +.mdi-eyedropper-plus::before { content: "=F3=B1=8F=9C"; } + +.mdi-eyedropper-remove::before { content: "=F3=B1=8F=9E"; } + +.mdi-eyedropper-variant::before { content: "=F3=B0=88=8B"; } + +.mdi-face-agent::before { content: "=F3=B0=B5=B0"; } + +.mdi-face-man::before { content: "=F3=B0=99=83"; } + +.mdi-face-man-outline::before { content: "=F3=B0=AE=96"; } + +.mdi-face-man-profile::before { content: "=F3=B0=99=84"; } + +.mdi-face-man-shimmer::before { content: "=F3=B1=97=8C"; } + +.mdi-face-man-shimmer-outline::before { content: "=F3=B1=97=8D"; } + +.mdi-face-mask::before { content: "=F3=B1=96=86"; } + +.mdi-face-mask-outline::before { content: "=F3=B1=96=87"; } + +.mdi-face-recognition::before { content: "=F3=B0=B1=BB"; } + +.mdi-face-woman::before { content: "=F3=B1=81=B7"; } + +.mdi-face-woman-outline::before { content: "=F3=B1=81=B8"; } + +.mdi-face-woman-profile::before { content: "=F3=B1=81=B6"; } + +.mdi-face-woman-shimmer::before { content: "=F3=B1=97=8E"; } + +.mdi-face-woman-shimmer-outline::before { content: "=F3=B1=97=8F"; } + +.mdi-facebook::before { content: "=F3=B0=88=8C"; } + +.mdi-facebook-gaming::before { content: "=F3=B0=9F=9D"; } + +.mdi-facebook-messenger::before { content: "=F3=B0=88=8E"; } + +.mdi-facebook-workplace::before { content: "=F3=B0=AC=B1"; } + +.mdi-factory::before { content: "=F3=B0=88=8F"; } + +.mdi-family-tree::before { content: "=F3=B1=98=8E"; } + +.mdi-fan::before { content: "=F3=B0=88=90"; } + +.mdi-fan-alert::before { content: "=F3=B1=91=AC"; } + +.mdi-fan-auto::before { content: "=F3=B1=9C=9D"; } + +.mdi-fan-chevron-down::before { content: "=F3=B1=91=AD"; } + +.mdi-fan-chevron-up::before { content: "=F3=B1=91=AE"; } + +.mdi-fan-clock::before { content: "=F3=B1=A8=BA"; } + +.mdi-fan-minus::before { content: "=F3=B1=91=B0"; } + +.mdi-fan-off::before { content: "=F3=B0=A0=9D"; } + +.mdi-fan-plus::before { content: "=F3=B1=91=AF"; } + +.mdi-fan-remove::before { content: "=F3=B1=91=B1"; } + +.mdi-fan-speed-1::before { content: "=F3=B1=91=B2"; } + +.mdi-fan-speed-2::before { content: "=F3=B1=91=B3"; } + +.mdi-fan-speed-3::before { content: "=F3=B1=91=B4"; } + +.mdi-fast-forward::before { content: "=F3=B0=88=91"; } + +.mdi-fast-forward-10::before { content: "=F3=B0=B5=B1"; } + +.mdi-fast-forward-15::before { content: "=F3=B1=A4=BA"; } + +.mdi-fast-forward-30::before { content: "=F3=B0=B4=86"; } + +.mdi-fast-forward-45::before { content: "=F3=B1=AC=92"; } + +.mdi-fast-forward-5::before { content: "=F3=B1=87=B8"; } + +.mdi-fast-forward-60::before { content: "=F3=B1=98=8B"; } + +.mdi-fast-forward-outline::before { content: "=F3=B0=9B=92"; } + +.mdi-faucet::before { content: "=F3=B1=AC=A9"; } + +.mdi-faucet-variant::before { content: "=F3=B1=AC=AA"; } + +.mdi-fax::before { content: "=F3=B0=88=92"; } + +.mdi-feather::before { content: "=F3=B0=9B=93"; } + +.mdi-feature-search::before { content: "=F3=B0=A9=89"; } + +.mdi-feature-search-outline::before { content: "=F3=B0=A9=8A"; } + +.mdi-fedora::before { content: "=F3=B0=A3=9B"; } + +.mdi-fence::before { content: "=F3=B1=9E=9A"; } + +.mdi-fence-electric::before { content: "=F3=B1=9F=B6"; } + +.mdi-fencing::before { content: "=F3=B1=93=81"; } + +.mdi-ferris-wheel::before { content: "=F3=B0=BA=A4"; } + +.mdi-ferry::before { content: "=F3=B0=88=93"; } + +.mdi-file::before { content: "=F3=B0=88=94"; } + +.mdi-file-account::before { content: "=F3=B0=9C=BB"; } + +.mdi-file-account-outline::before { content: "=F3=B1=80=A8"; } + +.mdi-file-alert::before { content: "=F3=B0=A9=8B"; } + +.mdi-file-alert-outline::before { content: "=F3=B0=A9=8C"; } + +.mdi-file-arrow-left-right::before { content: "=F3=B1=AA=93"; } + +.mdi-file-arrow-left-right-outline::before { content: "=F3=B1=AA=94"; } + +.mdi-file-arrow-up-down::before { content: "=F3=B1=AA=95"; } + +.mdi-file-arrow-up-down-outline::before { content: "=F3=B1=AA=96"; } + +.mdi-file-cabinet::before { content: "=F3=B0=AA=B6"; } + +.mdi-file-cad::before { content: "=F3=B0=BB=AB"; } + +.mdi-file-cad-box::before { content: "=F3=B0=BB=AC"; } + +.mdi-file-cancel::before { content: "=F3=B0=B7=86"; } + +.mdi-file-cancel-outline::before { content: "=F3=B0=B7=87"; } + +.mdi-file-certificate::before { content: "=F3=B1=86=86"; } + +.mdi-file-certificate-outline::before { content: "=F3=B1=86=87"; } + +.mdi-file-chart::before { content: "=F3=B0=88=95"; } + +.mdi-file-chart-check::before { content: "=F3=B1=A7=86"; } + +.mdi-file-chart-check-outline::before { content: "=F3=B1=A7=87"; } + +.mdi-file-chart-outline::before { content: "=F3=B1=80=A9"; } + +.mdi-file-check::before { content: "=F3=B0=88=96"; } + +.mdi-file-check-outline::before { content: "=F3=B0=B8=A9"; } + +.mdi-file-clock::before { content: "=F3=B1=8B=A1"; } + +.mdi-file-clock-outline::before { content: "=F3=B1=8B=A2"; } + +.mdi-file-cloud::before { content: "=F3=B0=88=97"; } + +.mdi-file-cloud-outline::before { content: "=F3=B1=80=AA"; } + +.mdi-file-code::before { content: "=F3=B0=88=AE"; } + +.mdi-file-code-outline::before { content: "=F3=B1=80=AB"; } + +.mdi-file-cog::before { content: "=F3=B1=81=BB"; } + +.mdi-file-cog-outline::before { content: "=F3=B1=81=BC"; } + +.mdi-file-compare::before { content: "=F3=B0=A2=AA"; } + +.mdi-file-delimited::before { content: "=F3=B0=88=98"; } + +.mdi-file-delimited-outline::before { content: "=F3=B0=BA=A5"; } + +.mdi-file-document::before { content: "=F3=B0=88=99"; } + +.mdi-file-document-alert::before { content: "=F3=B1=AA=97"; } + +.mdi-file-document-alert-outline::before { content: "=F3=B1=AA=98"; } + +.mdi-file-document-check::before { content: "=F3=B1=AA=99"; } + +.mdi-file-document-check-outline::before { content: "=F3=B1=AA=9A"; } + +.mdi-file-document-edit::before { content: "=F3=B0=B7=88"; } + +.mdi-file-document-edit-outline::before { content: "=F3=B0=B7=89"; } + +.mdi-file-document-minus::before { content: "=F3=B1=AA=9B"; } + +.mdi-file-document-minus-outline::before { content: "=F3=B1=AA=9C"; } + +.mdi-file-document-multiple::before { content: "=F3=B1=94=97"; } + +.mdi-file-document-multiple-outline::before { content: "=F3=B1=94=98"; } + +.mdi-file-document-outline::before { content: "=F3=B0=A7=AE"; } + +.mdi-file-document-plus::before { content: "=F3=B1=AA=9D"; } + +.mdi-file-document-plus-outline::before { content: "=F3=B1=AA=9E"; } + +.mdi-file-document-remove::before { content: "=F3=B1=AA=9F"; } + +.mdi-file-document-remove-outline::before { content: "=F3=B1=AA=A0"; } + +.mdi-file-download::before { content: "=F3=B0=A5=A5"; } + +.mdi-file-download-outline::before { content: "=F3=B0=A5=A6"; } + +.mdi-file-edit::before { content: "=F3=B1=87=A7"; } + +.mdi-file-edit-outline::before { content: "=F3=B1=87=A8"; } + +.mdi-file-excel::before { content: "=F3=B0=88=9B"; } + +.mdi-file-excel-box::before { content: "=F3=B0=88=9C"; } + +.mdi-file-excel-box-outline::before { content: "=F3=B1=80=AC"; } + +.mdi-file-excel-outline::before { content: "=F3=B1=80=AD"; } + +.mdi-file-export::before { content: "=F3=B0=88=9D"; } + +.mdi-file-export-outline::before { content: "=F3=B1=80=AE"; } + +.mdi-file-eye::before { content: "=F3=B0=B7=8A"; } + +.mdi-file-eye-outline::before { content: "=F3=B0=B7=8B"; } + +.mdi-file-find::before { content: "=F3=B0=88=9E"; } + +.mdi-file-find-outline::before { content: "=F3=B0=AE=97"; } + +.mdi-file-gif-box::before { content: "=F3=B0=B5=B8"; } + +.mdi-file-hidden::before { content: "=F3=B0=98=93"; } + +.mdi-file-image::before { content: "=F3=B0=88=9F"; } + +.mdi-file-image-marker::before { content: "=F3=B1=9D=B2"; } + +.mdi-file-image-marker-outline::before { content: "=F3=B1=9D=B3"; } + +.mdi-file-image-minus::before { content: "=F3=B1=A4=BB"; } + +.mdi-file-image-minus-outline::before { content: "=F3=B1=A4=BC"; } + +.mdi-file-image-outline::before { content: "=F3=B0=BA=B0"; } + +.mdi-file-image-plus::before { content: "=F3=B1=A4=BD"; } + +.mdi-file-image-plus-outline::before { content: "=F3=B1=A4=BE"; } + +.mdi-file-image-remove::before { content: "=F3=B1=A4=BF"; } + +.mdi-file-image-remove-outline::before { content: "=F3=B1=A5=80"; } + +.mdi-file-import::before { content: "=F3=B0=88=A0"; } + +.mdi-file-import-outline::before { content: "=F3=B1=80=AF"; } + +.mdi-file-jpg-box::before { content: "=F3=B0=88=A5"; } + +.mdi-file-key::before { content: "=F3=B1=86=84"; } + +.mdi-file-key-outline::before { content: "=F3=B1=86=85"; } + +.mdi-file-link::before { content: "=F3=B1=85=B7"; } + +.mdi-file-link-outline::before { content: "=F3=B1=85=B8"; } + +.mdi-file-lock::before { content: "=F3=B0=88=A1"; } + +.mdi-file-lock-open::before { content: "=F3=B1=A7=88"; } + +.mdi-file-lock-open-outline::before { content: "=F3=B1=A7=89"; } + +.mdi-file-lock-outline::before { content: "=F3=B1=80=B0"; } + +.mdi-file-marker::before { content: "=F3=B1=9D=B4"; } + +.mdi-file-marker-outline::before { content: "=F3=B1=9D=B5"; } + +.mdi-file-minus::before { content: "=F3=B1=AA=A1"; } + +.mdi-file-minus-outline::before { content: "=F3=B1=AA=A2"; } + +.mdi-file-move::before { content: "=F3=B0=AA=B9"; } + +.mdi-file-move-outline::before { content: "=F3=B1=80=B1"; } + +.mdi-file-multiple::before { content: "=F3=B0=88=A2"; } + +.mdi-file-multiple-outline::before { content: "=F3=B1=80=B2"; } + +.mdi-file-music::before { content: "=F3=B0=88=A3"; } + +.mdi-file-music-outline::before { content: "=F3=B0=B8=AA"; } + +.mdi-file-outline::before { content: "=F3=B0=88=A4"; } + +.mdi-file-pdf-box::before { content: "=F3=B0=88=A6"; } + +.mdi-file-percent::before { content: "=F3=B0=A0=9E"; } + +.mdi-file-percent-outline::before { content: "=F3=B1=80=B3"; } + +.mdi-file-phone::before { content: "=F3=B1=85=B9"; } + +.mdi-file-phone-outline::before { content: "=F3=B1=85=BA"; } + +.mdi-file-plus::before { content: "=F3=B0=9D=92"; } + +.mdi-file-plus-outline::before { content: "=F3=B0=BB=AD"; } + +.mdi-file-png-box::before { content: "=F3=B0=B8=AD"; } + +.mdi-file-powerpoint::before { content: "=F3=B0=88=A7"; } + +.mdi-file-powerpoint-box::before { content: "=F3=B0=88=A8"; } + +.mdi-file-powerpoint-box-outline::before { content: "=F3=B1=80=B4"; } + +.mdi-file-powerpoint-outline::before { content: "=F3=B1=80=B5"; } + +.mdi-file-presentation-box::before { content: "=F3=B0=88=A9"; } + +.mdi-file-question::before { content: "=F3=B0=A1=AF"; } + +.mdi-file-question-outline::before { content: "=F3=B1=80=B6"; } + +.mdi-file-refresh::before { content: "=F3=B0=A4=98"; } + +.mdi-file-refresh-outline::before { content: "=F3=B0=95=81"; } + +.mdi-file-remove::before { content: "=F3=B0=AE=98"; } + +.mdi-file-remove-outline::before { content: "=F3=B1=80=B7"; } + +.mdi-file-replace::before { content: "=F3=B0=AC=B2"; } + +.mdi-file-replace-outline::before { content: "=F3=B0=AC=B3"; } + +.mdi-file-restore::before { content: "=F3=B0=99=B0"; } + +.mdi-file-restore-outline::before { content: "=F3=B1=80=B8"; } + +.mdi-file-rotate-left::before { content: "=F3=B1=A8=BB"; } + +.mdi-file-rotate-left-outline::before { content: "=F3=B1=A8=BC"; } + +.mdi-file-rotate-right::before { content: "=F3=B1=A8=BD"; } + +.mdi-file-rotate-right-outline::before { content: "=F3=B1=A8=BE"; } + +.mdi-file-search::before { content: "=F3=B0=B1=BC"; } + +.mdi-file-search-outline::before { content: "=F3=B0=B1=BD"; } + +.mdi-file-send::before { content: "=F3=B0=88=AA"; } + +.mdi-file-send-outline::before { content: "=F3=B1=80=B9"; } + +.mdi-file-settings::before { content: "=F3=B1=81=B9"; } + +.mdi-file-settings-outline::before { content: "=F3=B1=81=BA"; } + +.mdi-file-sign::before { content: "=F3=B1=A7=83"; } + +.mdi-file-star::before { content: "=F3=B1=80=BA"; } + +.mdi-file-star-outline::before { content: "=F3=B1=80=BB"; } + +.mdi-file-swap::before { content: "=F3=B0=BE=B4"; } + +.mdi-file-swap-outline::before { content: "=F3=B0=BE=B5"; } + +.mdi-file-sync::before { content: "=F3=B1=88=96"; } + +.mdi-file-sync-outline::before { content: "=F3=B1=88=97"; } + +.mdi-file-table::before { content: "=F3=B0=B1=BE"; } + +.mdi-file-table-box::before { content: "=F3=B1=83=A1"; } + +.mdi-file-table-box-multiple::before { content: "=F3=B1=83=A2"; } + +.mdi-file-table-box-multiple-outline::before { content: "=F3=B1=83=A3"; } + +.mdi-file-table-box-outline::before { content: "=F3=B1=83=A4"; } + +.mdi-file-table-outline::before { content: "=F3=B0=B1=BF"; } + +.mdi-file-tree::before { content: "=F3=B0=99=85"; } + +.mdi-file-tree-outline::before { content: "=F3=B1=8F=92"; } + +.mdi-file-undo::before { content: "=F3=B0=A3=9C"; } + +.mdi-file-undo-outline::before { content: "=F3=B1=80=BC"; } + +.mdi-file-upload::before { content: "=F3=B0=A9=8D"; } + +.mdi-file-upload-outline::before { content: "=F3=B0=A9=8E"; } + +.mdi-file-video::before { content: "=F3=B0=88=AB"; } + +.mdi-file-video-outline::before { content: "=F3=B0=B8=AC"; } + +.mdi-file-word::before { content: "=F3=B0=88=AC"; } + +.mdi-file-word-box::before { content: "=F3=B0=88=AD"; } + +.mdi-file-word-box-outline::before { content: "=F3=B1=80=BD"; } + +.mdi-file-word-outline::before { content: "=F3=B1=80=BE"; } + +.mdi-file-xml-box::before { content: "=F3=B1=AD=8B"; } + +.mdi-film::before { content: "=F3=B0=88=AF"; } + +.mdi-filmstrip::before { content: "=F3=B0=88=B0"; } + +.mdi-filmstrip-box::before { content: "=F3=B0=8C=B2"; } + +.mdi-filmstrip-box-multiple::before { content: "=F3=B0=B4=98"; } + +.mdi-filmstrip-off::before { content: "=F3=B0=88=B1"; } + +.mdi-filter::before { content: "=F3=B0=88=B2"; } + +.mdi-filter-check::before { content: "=F3=B1=A3=AC"; } + +.mdi-filter-check-outline::before { content: "=F3=B1=A3=AD"; } + +.mdi-filter-cog::before { content: "=F3=B1=AA=A3"; } + +.mdi-filter-cog-outline::before { content: "=F3=B1=AA=A4"; } + +.mdi-filter-menu::before { content: "=F3=B1=83=A5"; } + +.mdi-filter-menu-outline::before { content: "=F3=B1=83=A6"; } + +.mdi-filter-minus::before { content: "=F3=B0=BB=AE"; } + +.mdi-filter-minus-outline::before { content: "=F3=B0=BB=AF"; } + +.mdi-filter-multiple::before { content: "=F3=B1=A8=BF"; } + +.mdi-filter-multiple-outline::before { content: "=F3=B1=A9=80"; } + +.mdi-filter-off::before { content: "=F3=B1=93=AF"; } + +.mdi-filter-off-outline::before { content: "=F3=B1=93=B0"; } + +.mdi-filter-outline::before { content: "=F3=B0=88=B3"; } + +.mdi-filter-plus::before { content: "=F3=B0=BB=B0"; } + +.mdi-filter-plus-outline::before { content: "=F3=B0=BB=B1"; } + +.mdi-filter-remove::before { content: "=F3=B0=88=B4"; } + +.mdi-filter-remove-outline::before { content: "=F3=B0=88=B5"; } + +.mdi-filter-settings::before { content: "=F3=B1=AA=A5"; } + +.mdi-filter-settings-outline::before { content: "=F3=B1=AA=A6"; } + +.mdi-filter-variant::before { content: "=F3=B0=88=B6"; } + +.mdi-filter-variant-minus::before { content: "=F3=B1=84=92"; } + +.mdi-filter-variant-plus::before { content: "=F3=B1=84=93"; } + +.mdi-filter-variant-remove::before { content: "=F3=B1=80=BF"; } + +.mdi-finance::before { content: "=F3=B0=A0=9F"; } + +.mdi-find-replace::before { content: "=F3=B0=9B=94"; } + +.mdi-fingerprint::before { content: "=F3=B0=88=B7"; } + +.mdi-fingerprint-off::before { content: "=F3=B0=BA=B1"; } + +.mdi-fire::before { content: "=F3=B0=88=B8"; } + +.mdi-fire-alert::before { content: "=F3=B1=97=97"; } + +.mdi-fire-circle::before { content: "=F3=B1=A0=87"; } + +.mdi-fire-extinguisher::before { content: "=F3=B0=BB=B2"; } + +.mdi-fire-hydrant::before { content: "=F3=B1=84=B7"; } + +.mdi-fire-hydrant-alert::before { content: "=F3=B1=84=B8"; } + +.mdi-fire-hydrant-off::before { content: "=F3=B1=84=B9"; } + +.mdi-fire-off::before { content: "=F3=B1=9C=A2"; } + +.mdi-fire-truck::before { content: "=F3=B0=A2=AB"; } + +.mdi-firebase::before { content: "=F3=B0=A5=A7"; } + +.mdi-firefox::before { content: "=F3=B0=88=B9"; } + +.mdi-fireplace::before { content: "=F3=B0=B8=AE"; } + +.mdi-fireplace-off::before { content: "=F3=B0=B8=AF"; } + +.mdi-firewire::before { content: "=F3=B0=96=BE"; } + +.mdi-firework::before { content: "=F3=B0=B8=B0"; } + +.mdi-firework-off::before { content: "=F3=B1=9C=A3"; } + +.mdi-fish::before { content: "=F3=B0=88=BA"; } + +.mdi-fish-off::before { content: "=F3=B1=8F=B3"; } + +.mdi-fishbowl::before { content: "=F3=B0=BB=B3"; } + +.mdi-fishbowl-outline::before { content: "=F3=B0=BB=B4"; } + +.mdi-fit-to-page::before { content: "=F3=B0=BB=B5"; } + +.mdi-fit-to-page-outline::before { content: "=F3=B0=BB=B6"; } + +.mdi-fit-to-screen::before { content: "=F3=B1=A3=B4"; } + +.mdi-fit-to-screen-outline::before { content: "=F3=B1=A3=B5"; } + +.mdi-flag::before { content: "=F3=B0=88=BB"; } + +.mdi-flag-checkered::before { content: "=F3=B0=88=BC"; } + +.mdi-flag-minus::before { content: "=F3=B0=AE=99"; } + +.mdi-flag-minus-outline::before { content: "=F3=B1=82=B2"; } + +.mdi-flag-off::before { content: "=F3=B1=A3=AE"; } + +.mdi-flag-off-outline::before { content: "=F3=B1=A3=AF"; } + +.mdi-flag-outline::before { content: "=F3=B0=88=BD"; } + +.mdi-flag-plus::before { content: "=F3=B0=AE=9A"; } + +.mdi-flag-plus-outline::before { content: "=F3=B1=82=B3"; } + +.mdi-flag-remove::before { content: "=F3=B0=AE=9B"; } + +.mdi-flag-remove-outline::before { content: "=F3=B1=82=B4"; } + +.mdi-flag-triangle::before { content: "=F3=B0=88=BF"; } + +.mdi-flag-variant::before { content: "=F3=B0=89=80"; } + +.mdi-flag-variant-outline::before { content: "=F3=B0=88=BE"; } + +.mdi-flare::before { content: "=F3=B0=B5=B2"; } + +.mdi-flash::before { content: "=F3=B0=89=81"; } + +.mdi-flash-alert::before { content: "=F3=B0=BB=B7"; } + +.mdi-flash-alert-outline::before { content: "=F3=B0=BB=B8"; } + +.mdi-flash-auto::before { content: "=F3=B0=89=82"; } + +.mdi-flash-off::before { content: "=F3=B0=89=83"; } + +.mdi-flash-off-outline::before { content: "=F3=B1=AD=85"; } + +.mdi-flash-outline::before { content: "=F3=B0=9B=95"; } + +.mdi-flash-red-eye::before { content: "=F3=B0=99=BB"; } + +.mdi-flash-triangle::before { content: "=F3=B1=AC=9D"; } + +.mdi-flash-triangle-outline::before { content: "=F3=B1=AC=9E"; } + +.mdi-flashlight::before { content: "=F3=B0=89=84"; } + +.mdi-flashlight-off::before { content: "=F3=B0=89=85"; } + +.mdi-flask::before { content: "=F3=B0=82=93"; } + +.mdi-flask-empty::before { content: "=F3=B0=82=94"; } + +.mdi-flask-empty-minus::before { content: "=F3=B1=88=BA"; } + +.mdi-flask-empty-minus-outline::before { content: "=F3=B1=88=BB"; } + +.mdi-flask-empty-off::before { content: "=F3=B1=8F=B4"; } + +.mdi-flask-empty-off-outline::before { content: "=F3=B1=8F=B5"; } + +.mdi-flask-empty-outline::before { content: "=F3=B0=82=95"; } + +.mdi-flask-empty-plus::before { content: "=F3=B1=88=BC"; } + +.mdi-flask-empty-plus-outline::before { content: "=F3=B1=88=BD"; } + +.mdi-flask-empty-remove::before { content: "=F3=B1=88=BE"; } + +.mdi-flask-empty-remove-outline::before { content: "=F3=B1=88=BF"; } + +.mdi-flask-minus::before { content: "=F3=B1=89=80"; } + +.mdi-flask-minus-outline::before { content: "=F3=B1=89=81"; } + +.mdi-flask-off::before { content: "=F3=B1=8F=B6"; } + +.mdi-flask-off-outline::before { content: "=F3=B1=8F=B7"; } + +.mdi-flask-outline::before { content: "=F3=B0=82=96"; } + +.mdi-flask-plus::before { content: "=F3=B1=89=82"; } + +.mdi-flask-plus-outline::before { content: "=F3=B1=89=83"; } + +.mdi-flask-remove::before { content: "=F3=B1=89=84"; } + +.mdi-flask-remove-outline::before { content: "=F3=B1=89=85"; } + +.mdi-flask-round-bottom::before { content: "=F3=B1=89=8B"; } + +.mdi-flask-round-bottom-empty::before { content: "=F3=B1=89=8C"; } + +.mdi-flask-round-bottom-empty-outline::before { content: "=F3=B1=89=8D"; } + +.mdi-flask-round-bottom-outline::before { content: "=F3=B1=89=8E"; } + +.mdi-fleur-de-lis::before { content: "=F3=B1=8C=83"; } + +.mdi-flip-horizontal::before { content: "=F3=B1=83=A7"; } + +.mdi-flip-to-back::before { content: "=F3=B0=89=87"; } + +.mdi-flip-to-front::before { content: "=F3=B0=89=88"; } + +.mdi-flip-vertical::before { content: "=F3=B1=83=A8"; } + +.mdi-floor-lamp::before { content: "=F3=B0=A3=9D"; } + +.mdi-floor-lamp-dual::before { content: "=F3=B1=81=80"; } + +.mdi-floor-lamp-dual-outline::before { content: "=F3=B1=9F=8E"; } + +.mdi-floor-lamp-outline::before { content: "=F3=B1=9F=88"; } + +.mdi-floor-lamp-torchiere::before { content: "=F3=B1=9D=87"; } + +.mdi-floor-lamp-torchiere-outline::before { content: "=F3=B1=9F=96"; } + +.mdi-floor-lamp-torchiere-variant::before { content: "=F3=B1=81=81"; } + +.mdi-floor-lamp-torchiere-variant-outline::before { content: "=F3=B1=9F=8F"= +; } + +.mdi-floor-plan::before { content: "=F3=B0=A0=A1"; } + +.mdi-floppy::before { content: "=F3=B0=89=89"; } + +.mdi-floppy-variant::before { content: "=F3=B0=A7=AF"; } + +.mdi-flower::before { content: "=F3=B0=89=8A"; } + +.mdi-flower-outline::before { content: "=F3=B0=A7=B0"; } + +.mdi-flower-pollen::before { content: "=F3=B1=A2=85"; } + +.mdi-flower-pollen-outline::before { content: "=F3=B1=A2=86"; } + +.mdi-flower-poppy::before { content: "=F3=B0=B4=88"; } + +.mdi-flower-tulip::before { content: "=F3=B0=A7=B1"; } + +.mdi-flower-tulip-outline::before { content: "=F3=B0=A7=B2"; } + +.mdi-focus-auto::before { content: "=F3=B0=BD=8E"; } + +.mdi-focus-field::before { content: "=F3=B0=BD=8F"; } + +.mdi-focus-field-horizontal::before { content: "=F3=B0=BD=90"; } + +.mdi-focus-field-vertical::before { content: "=F3=B0=BD=91"; } + +.mdi-folder::before { content: "=F3=B0=89=8B"; } + +.mdi-folder-account::before { content: "=F3=B0=89=8C"; } + +.mdi-folder-account-outline::before { content: "=F3=B0=AE=9C"; } + +.mdi-folder-alert::before { content: "=F3=B0=B7=8C"; } + +.mdi-folder-alert-outline::before { content: "=F3=B0=B7=8D"; } + +.mdi-folder-arrow-down::before { content: "=F3=B1=A7=A8"; } + +.mdi-folder-arrow-down-outline::before { content: "=F3=B1=A7=A9"; } + +.mdi-folder-arrow-left::before { content: "=F3=B1=A7=AA"; } + +.mdi-folder-arrow-left-outline::before { content: "=F3=B1=A7=AB"; } + +.mdi-folder-arrow-left-right::before { content: "=F3=B1=A7=AC"; } + +.mdi-folder-arrow-left-right-outline::before { content: "=F3=B1=A7=AD"; } + +.mdi-folder-arrow-right::before { content: "=F3=B1=A7=AE"; } + +.mdi-folder-arrow-right-outline::before { content: "=F3=B1=A7=AF"; } + +.mdi-folder-arrow-up::before { content: "=F3=B1=A7=B0"; } + +.mdi-folder-arrow-up-down::before { content: "=F3=B1=A7=B1"; } + +.mdi-folder-arrow-up-down-outline::before { content: "=F3=B1=A7=B2"; } + +.mdi-folder-arrow-up-outline::before { content: "=F3=B1=A7=B3"; } + +.mdi-folder-cancel::before { content: "=F3=B1=A7=B4"; } + +.mdi-folder-cancel-outline::before { content: "=F3=B1=A7=B5"; } + +.mdi-folder-check::before { content: "=F3=B1=A5=BE"; } + +.mdi-folder-check-outline::before { content: "=F3=B1=A5=BF"; } + +.mdi-folder-clock::before { content: "=F3=B0=AA=BA"; } + +.mdi-folder-clock-outline::before { content: "=F3=B0=AA=BB"; } + +.mdi-folder-cog::before { content: "=F3=B1=81=BF"; } + +.mdi-folder-cog-outline::before { content: "=F3=B1=82=80"; } + +.mdi-folder-download::before { content: "=F3=B0=89=8D"; } + +.mdi-folder-download-outline::before { content: "=F3=B1=83=A9"; } + +.mdi-folder-edit::before { content: "=F3=B0=A3=9E"; } + +.mdi-folder-edit-outline::before { content: "=F3=B0=B7=8E"; } + +.mdi-folder-eye::before { content: "=F3=B1=9E=8A"; } + +.mdi-folder-eye-outline::before { content: "=F3=B1=9E=8B"; } + +.mdi-folder-file::before { content: "=F3=B1=A7=B6"; } + +.mdi-folder-file-outline::before { content: "=F3=B1=A7=B7"; } + +.mdi-folder-google-drive::before { content: "=F3=B0=89=8E"; } + +.mdi-folder-heart::before { content: "=F3=B1=83=AA"; } + +.mdi-folder-heart-outline::before { content: "=F3=B1=83=AB"; } + +.mdi-folder-hidden::before { content: "=F3=B1=9E=9E"; } + +.mdi-folder-home::before { content: "=F3=B1=82=B5"; } + +.mdi-folder-home-outline::before { content: "=F3=B1=82=B6"; } + +.mdi-folder-image::before { content: "=F3=B0=89=8F"; } + +.mdi-folder-information::before { content: "=F3=B1=82=B7"; } + +.mdi-folder-information-outline::before { content: "=F3=B1=82=B8"; } + +.mdi-folder-key::before { content: "=F3=B0=A2=AC"; } + +.mdi-folder-key-network::before { content: "=F3=B0=A2=AD"; } + +.mdi-folder-key-network-outline::before { content: "=F3=B0=B2=80"; } + +.mdi-folder-key-outline::before { content: "=F3=B1=83=AC"; } + +.mdi-folder-lock::before { content: "=F3=B0=89=90"; } + +.mdi-folder-lock-open::before { content: "=F3=B0=89=91"; } + +.mdi-folder-lock-open-outline::before { content: "=F3=B1=AA=A7"; } + +.mdi-folder-lock-outline::before { content: "=F3=B1=AA=A8"; } + +.mdi-folder-marker::before { content: "=F3=B1=89=AD"; } + +.mdi-folder-marker-outline::before { content: "=F3=B1=89=AE"; } + +.mdi-folder-minus::before { content: "=F3=B1=AD=89"; } + +.mdi-folder-minus-outline::before { content: "=F3=B1=AD=8A"; } + +.mdi-folder-move::before { content: "=F3=B0=89=92"; } + +.mdi-folder-move-outline::before { content: "=F3=B1=89=86"; } + +.mdi-folder-multiple::before { content: "=F3=B0=89=93"; } + +.mdi-folder-multiple-image::before { content: "=F3=B0=89=94"; } + +.mdi-folder-multiple-outline::before { content: "=F3=B0=89=95"; } + +.mdi-folder-multiple-plus::before { content: "=F3=B1=91=BE"; } + +.mdi-folder-multiple-plus-outline::before { content: "=F3=B1=91=BF"; } + +.mdi-folder-music::before { content: "=F3=B1=8D=99"; } + +.mdi-folder-music-outline::before { content: "=F3=B1=8D=9A"; } + +.mdi-folder-network::before { content: "=F3=B0=A1=B0"; } + +.mdi-folder-network-outline::before { content: "=F3=B0=B2=81"; } + +.mdi-folder-off::before { content: "=F3=B1=A7=B8"; } + +.mdi-folder-off-outline::before { content: "=F3=B1=A7=B9"; } + +.mdi-folder-open::before { content: "=F3=B0=9D=B0"; } + +.mdi-folder-open-outline::before { content: "=F3=B0=B7=8F"; } + +.mdi-folder-outline::before { content: "=F3=B0=89=96"; } + +.mdi-folder-play::before { content: "=F3=B1=A7=BA"; } + +.mdi-folder-play-outline::before { content: "=F3=B1=A7=BB"; } + +.mdi-folder-plus::before { content: "=F3=B0=89=97"; } + +.mdi-folder-plus-outline::before { content: "=F3=B0=AE=9D"; } + +.mdi-folder-pound::before { content: "=F3=B0=B4=89"; } + +.mdi-folder-pound-outline::before { content: "=F3=B0=B4=8A"; } + +.mdi-folder-question::before { content: "=F3=B1=A7=8A"; } + +.mdi-folder-question-outline::before { content: "=F3=B1=A7=8B"; } + +.mdi-folder-refresh::before { content: "=F3=B0=9D=89"; } + +.mdi-folder-refresh-outline::before { content: "=F3=B0=95=82"; } + +.mdi-folder-remove::before { content: "=F3=B0=89=98"; } + +.mdi-folder-remove-outline::before { content: "=F3=B0=AE=9E"; } + +.mdi-folder-search::before { content: "=F3=B0=A5=A8"; } + +.mdi-folder-search-outline::before { content: "=F3=B0=A5=A9"; } + +.mdi-folder-settings::before { content: "=F3=B1=81=BD"; } + +.mdi-folder-settings-outline::before { content: "=F3=B1=81=BE"; } + +.mdi-folder-star::before { content: "=F3=B0=9A=9D"; } + +.mdi-folder-star-multiple::before { content: "=F3=B1=8F=93"; } + +.mdi-folder-star-multiple-outline::before { content: "=F3=B1=8F=94"; } + +.mdi-folder-star-outline::before { content: "=F3=B0=AE=9F"; } + +.mdi-folder-swap::before { content: "=F3=B0=BE=B6"; } + +.mdi-folder-swap-outline::before { content: "=F3=B0=BE=B7"; } + +.mdi-folder-sync::before { content: "=F3=B0=B4=8B"; } + +.mdi-folder-sync-outline::before { content: "=F3=B0=B4=8C"; } + +.mdi-folder-table::before { content: "=F3=B1=8B=A3"; } + +.mdi-folder-table-outline::before { content: "=F3=B1=8B=A4"; } + +.mdi-folder-text::before { content: "=F3=B0=B2=82"; } + +.mdi-folder-text-outline::before { content: "=F3=B0=B2=83"; } + +.mdi-folder-upload::before { content: "=F3=B0=89=99"; } + +.mdi-folder-upload-outline::before { content: "=F3=B1=83=AD"; } + +.mdi-folder-wrench::before { content: "=F3=B1=A7=BC"; } + +.mdi-folder-wrench-outline::before { content: "=F3=B1=A7=BD"; } + +.mdi-folder-zip::before { content: "=F3=B0=9B=AB"; } + +.mdi-folder-zip-outline::before { content: "=F3=B0=9E=B9"; } + +.mdi-font-awesome::before { content: "=F3=B0=80=BA"; } + +.mdi-food::before { content: "=F3=B0=89=9A"; } + +.mdi-food-apple::before { content: "=F3=B0=89=9B"; } + +.mdi-food-apple-outline::before { content: "=F3=B0=B2=84"; } + +.mdi-food-croissant::before { content: "=F3=B0=9F=88"; } + +.mdi-food-drumstick::before { content: "=F3=B1=90=9F"; } + +.mdi-food-drumstick-off::before { content: "=F3=B1=91=A8"; } + +.mdi-food-drumstick-off-outline::before { content: "=F3=B1=91=A9"; } + +.mdi-food-drumstick-outline::before { content: "=F3=B1=90=A0"; } + +.mdi-food-fork-drink::before { content: "=F3=B0=97=B2"; } + +.mdi-food-halal::before { content: "=F3=B1=95=B2"; } + +.mdi-food-hot-dog::before { content: "=F3=B1=A1=8B"; } + +.mdi-food-kosher::before { content: "=F3=B1=95=B3"; } + +.mdi-food-off::before { content: "=F3=B0=97=B3"; } + +.mdi-food-off-outline::before { content: "=F3=B1=A4=95"; } + +.mdi-food-outline::before { content: "=F3=B1=A4=96"; } + +.mdi-food-steak::before { content: "=F3=B1=91=AA"; } + +.mdi-food-steak-off::before { content: "=F3=B1=91=AB"; } + +.mdi-food-takeout-box::before { content: "=F3=B1=A0=B6"; } + +.mdi-food-takeout-box-outline::before { content: "=F3=B1=A0=B7"; } + +.mdi-food-turkey::before { content: "=F3=B1=9C=9C"; } + +.mdi-food-variant::before { content: "=F3=B0=89=9C"; } + +.mdi-food-variant-off::before { content: "=F3=B1=8F=A5"; } + +.mdi-foot-print::before { content: "=F3=B0=BD=92"; } + +.mdi-football::before { content: "=F3=B0=89=9D"; } + +.mdi-football-australian::before { content: "=F3=B0=89=9E"; } + +.mdi-football-helmet::before { content: "=F3=B0=89=9F"; } + +.mdi-forest::before { content: "=F3=B1=A2=97"; } + +.mdi-forklift::before { content: "=F3=B0=9F=89"; } + +.mdi-form-dropdown::before { content: "=F3=B1=90=80"; } + +.mdi-form-select::before { content: "=F3=B1=90=81"; } + +.mdi-form-textarea::before { content: "=F3=B1=82=95"; } + +.mdi-form-textbox::before { content: "=F3=B0=98=8E"; } + +.mdi-form-textbox-lock::before { content: "=F3=B1=8D=9D"; } + +.mdi-form-textbox-password::before { content: "=F3=B0=9F=B5"; } + +.mdi-format-align-bottom::before { content: "=F3=B0=9D=93"; } + +.mdi-format-align-center::before { content: "=F3=B0=89=A0"; } + +.mdi-format-align-justify::before { content: "=F3=B0=89=A1"; } + +.mdi-format-align-left::before { content: "=F3=B0=89=A2"; } + +.mdi-format-align-middle::before { content: "=F3=B0=9D=94"; } + +.mdi-format-align-right::before { content: "=F3=B0=89=A3"; } + +.mdi-format-align-top::before { content: "=F3=B0=9D=95"; } + +.mdi-format-annotation-minus::before { content: "=F3=B0=AA=BC"; } + +.mdi-format-annotation-plus::before { content: "=F3=B0=99=86"; } + +.mdi-format-bold::before { content: "=F3=B0=89=A4"; } + +.mdi-format-clear::before { content: "=F3=B0=89=A5"; } + +.mdi-format-color-fill::before { content: "=F3=B0=89=A6"; } + +.mdi-format-color-highlight::before { content: "=F3=B0=B8=B1"; } + +.mdi-format-color-marker-cancel::before { content: "=F3=B1=8C=93"; } + +.mdi-format-color-text::before { content: "=F3=B0=9A=9E"; } + +.mdi-format-columns::before { content: "=F3=B0=A3=9F"; } + +.mdi-format-float-center::before { content: "=F3=B0=89=A7"; } + +.mdi-format-float-left::before { content: "=F3=B0=89=A8"; } + +.mdi-format-float-none::before { content: "=F3=B0=89=A9"; } + +.mdi-format-float-right::before { content: "=F3=B0=89=AA"; } + +.mdi-format-font::before { content: "=F3=B0=9B=96"; } + +.mdi-format-font-size-decrease::before { content: "=F3=B0=A7=B3"; } + +.mdi-format-font-size-increase::before { content: "=F3=B0=A7=B4"; } + +.mdi-format-header-1::before { content: "=F3=B0=89=AB"; } + +.mdi-format-header-2::before { content: "=F3=B0=89=AC"; } + +.mdi-format-header-3::before { content: "=F3=B0=89=AD"; } + +.mdi-format-header-4::before { content: "=F3=B0=89=AE"; } + +.mdi-format-header-5::before { content: "=F3=B0=89=AF"; } + +.mdi-format-header-6::before { content: "=F3=B0=89=B0"; } + +.mdi-format-header-decrease::before { content: "=F3=B0=89=B1"; } + +.mdi-format-header-equal::before { content: "=F3=B0=89=B2"; } + +.mdi-format-header-increase::before { content: "=F3=B0=89=B3"; } + +.mdi-format-header-pound::before { content: "=F3=B0=89=B4"; } + +.mdi-format-horizontal-align-center::before { content: "=F3=B0=98=9E"; } + +.mdi-format-horizontal-align-left::before { content: "=F3=B0=98=9F"; } + +.mdi-format-horizontal-align-right::before { content: "=F3=B0=98=A0"; } + +.mdi-format-indent-decrease::before { content: "=F3=B0=89=B5"; } + +.mdi-format-indent-increase::before { content: "=F3=B0=89=B6"; } + +.mdi-format-italic::before { content: "=F3=B0=89=B7"; } + +.mdi-format-letter-case::before { content: "=F3=B0=AC=B4"; } + +.mdi-format-letter-case-lower::before { content: "=F3=B0=AC=B5"; } + +.mdi-format-letter-case-upper::before { content: "=F3=B0=AC=B6"; } + +.mdi-format-letter-ends-with::before { content: "=F3=B0=BE=B8"; } + +.mdi-format-letter-matches::before { content: "=F3=B0=BE=B9"; } + +.mdi-format-letter-spacing::before { content: "=F3=B1=A5=96"; } + +.mdi-format-letter-spacing-variant::before { content: "=F3=B1=AB=BB"; } + +.mdi-format-letter-starts-with::before { content: "=F3=B0=BE=BA"; } + +.mdi-format-line-height::before { content: "=F3=B1=AB=BC"; } + +.mdi-format-line-spacing::before { content: "=F3=B0=89=B8"; } + +.mdi-format-line-style::before { content: "=F3=B0=97=88"; } + +.mdi-format-line-weight::before { content: "=F3=B0=97=89"; } + +.mdi-format-list-bulleted::before { content: "=F3=B0=89=B9"; } + +.mdi-format-list-bulleted-square::before { content: "=F3=B0=B7=90"; } + +.mdi-format-list-bulleted-triangle::before { content: "=F3=B0=BA=B2"; } + +.mdi-format-list-bulleted-type::before { content: "=F3=B0=89=BA"; } + +.mdi-format-list-checkbox::before { content: "=F3=B0=A5=AA"; } + +.mdi-format-list-checks::before { content: "=F3=B0=9D=96"; } + +.mdi-format-list-group::before { content: "=F3=B1=A1=A0"; } + +.mdi-format-list-numbered::before { content: "=F3=B0=89=BB"; } + +.mdi-format-list-numbered-rtl::before { content: "=F3=B0=B4=8D"; } + +.mdi-format-list-text::before { content: "=F3=B1=89=AF"; } + +.mdi-format-overline::before { content: "=F3=B0=BA=B3"; } + +.mdi-format-page-break::before { content: "=F3=B0=9B=97"; } + +.mdi-format-page-split::before { content: "=F3=B1=A4=97"; } + +.mdi-format-paint::before { content: "=F3=B0=89=BC"; } + +.mdi-format-paragraph::before { content: "=F3=B0=89=BD"; } + +.mdi-format-paragraph-spacing::before { content: "=F3=B1=AB=BD"; } + +.mdi-format-pilcrow::before { content: "=F3=B0=9B=98"; } + +.mdi-format-quote-close::before { content: "=F3=B0=89=BE"; } + +.mdi-format-quote-close-outline::before { content: "=F3=B1=86=A8"; } + +.mdi-format-quote-open::before { content: "=F3=B0=9D=97"; } + +.mdi-format-quote-open-outline::before { content: "=F3=B1=86=A7"; } + +.mdi-format-rotate-90::before { content: "=F3=B0=9A=AA"; } + +.mdi-format-section::before { content: "=F3=B0=9A=9F"; } + +.mdi-format-size::before { content: "=F3=B0=89=BF"; } + +.mdi-format-strikethrough::before { content: "=F3=B0=8A=80"; } + +.mdi-format-strikethrough-variant::before { content: "=F3=B0=8A=81"; } + +.mdi-format-subscript::before { content: "=F3=B0=8A=82"; } + +.mdi-format-superscript::before { content: "=F3=B0=8A=83"; } + +.mdi-format-text::before { content: "=F3=B0=8A=84"; } + +.mdi-format-text-rotation-angle-down::before { content: "=F3=B0=BE=BB"; } + +.mdi-format-text-rotation-angle-up::before { content: "=F3=B0=BE=BC"; } + +.mdi-format-text-rotation-down::before { content: "=F3=B0=B5=B3"; } + +.mdi-format-text-rotation-down-vertical::before { content: "=F3=B0=BE=BD"; = +} + +.mdi-format-text-rotation-none::before { content: "=F3=B0=B5=B4"; } + +.mdi-format-text-rotation-up::before { content: "=F3=B0=BE=BE"; } + +.mdi-format-text-rotation-vertical::before { content: "=F3=B0=BE=BF"; } + +.mdi-format-text-variant::before { content: "=F3=B0=B8=B2"; } + +.mdi-format-text-variant-outline::before { content: "=F3=B1=94=8F"; } + +.mdi-format-text-wrapping-clip::before { content: "=F3=B0=B4=8E"; } + +.mdi-format-text-wrapping-overflow::before { content: "=F3=B0=B4=8F"; } + +.mdi-format-text-wrapping-wrap::before { content: "=F3=B0=B4=90"; } + +.mdi-format-textbox::before { content: "=F3=B0=B4=91"; } + +.mdi-format-textdirection-l-to-r::before { content: "=F3=B0=8A=85"; } + +.mdi-format-textdirection-r-to-l::before { content: "=F3=B0=8A=86"; } + +.mdi-format-title::before { content: "=F3=B0=97=B4"; } + +.mdi-format-underline::before { content: "=F3=B0=8A=87"; } + +.mdi-format-underline-wavy::before { content: "=F3=B1=A3=A9"; } + +.mdi-format-vertical-align-bottom::before { content: "=F3=B0=98=A1"; } + +.mdi-format-vertical-align-center::before { content: "=F3=B0=98=A2"; } + +.mdi-format-vertical-align-top::before { content: "=F3=B0=98=A3"; } + +.mdi-format-wrap-inline::before { content: "=F3=B0=8A=88"; } + +.mdi-format-wrap-square::before { content: "=F3=B0=8A=89"; } + +.mdi-format-wrap-tight::before { content: "=F3=B0=8A=8A"; } + +.mdi-format-wrap-top-bottom::before { content: "=F3=B0=8A=8B"; } + +.mdi-forum::before { content: "=F3=B0=8A=8C"; } + +.mdi-forum-minus::before { content: "=F3=B1=AA=A9"; } + +.mdi-forum-minus-outline::before { content: "=F3=B1=AA=AA"; } + +.mdi-forum-outline::before { content: "=F3=B0=A0=A2"; } + +.mdi-forum-plus::before { content: "=F3=B1=AA=AB"; } + +.mdi-forum-plus-outline::before { content: "=F3=B1=AA=AC"; } + +.mdi-forum-remove::before { content: "=F3=B1=AA=AD"; } + +.mdi-forum-remove-outline::before { content: "=F3=B1=AA=AE"; } + +.mdi-forward::before { content: "=F3=B0=8A=8D"; } + +.mdi-forwardburger::before { content: "=F3=B0=B5=B5"; } + +.mdi-fountain::before { content: "=F3=B0=A5=AB"; } + +.mdi-fountain-pen::before { content: "=F3=B0=B4=92"; } + +.mdi-fountain-pen-tip::before { content: "=F3=B0=B4=93"; } + +.mdi-fraction-one-half::before { content: "=F3=B1=A6=92"; } + +.mdi-freebsd::before { content: "=F3=B0=A3=A0"; } + +.mdi-french-fries::before { content: "=F3=B1=A5=97"; } + +.mdi-frequently-asked-questions::before { content: "=F3=B0=BA=B4"; } + +.mdi-fridge::before { content: "=F3=B0=8A=90"; } + +.mdi-fridge-alert::before { content: "=F3=B1=86=B1"; } + +.mdi-fridge-alert-outline::before { content: "=F3=B1=86=B2"; } + +.mdi-fridge-bottom::before { content: "=F3=B0=8A=92"; } + +.mdi-fridge-industrial::before { content: "=F3=B1=97=AE"; } + +.mdi-fridge-industrial-alert::before { content: "=F3=B1=97=AF"; } + +.mdi-fridge-industrial-alert-outline::before { content: "=F3=B1=97=B0"; } + +.mdi-fridge-industrial-off::before { content: "=F3=B1=97=B1"; } + +.mdi-fridge-industrial-off-outline::before { content: "=F3=B1=97=B2"; } + +.mdi-fridge-industrial-outline::before { content: "=F3=B1=97=B3"; } + +.mdi-fridge-off::before { content: "=F3=B1=86=AF"; } + +.mdi-fridge-off-outline::before { content: "=F3=B1=86=B0"; } + +.mdi-fridge-outline::before { content: "=F3=B0=8A=8F"; } + +.mdi-fridge-top::before { content: "=F3=B0=8A=91"; } + +.mdi-fridge-variant::before { content: "=F3=B1=97=B4"; } + +.mdi-fridge-variant-alert::before { content: "=F3=B1=97=B5"; } + +.mdi-fridge-variant-alert-outline::before { content: "=F3=B1=97=B6"; } + +.mdi-fridge-variant-off::before { content: "=F3=B1=97=B7"; } + +.mdi-fridge-variant-off-outline::before { content: "=F3=B1=97=B8"; } + +.mdi-fridge-variant-outline::before { content: "=F3=B1=97=B9"; } + +.mdi-fruit-cherries::before { content: "=F3=B1=81=82"; } + +.mdi-fruit-cherries-off::before { content: "=F3=B1=8F=B8"; } + +.mdi-fruit-citrus::before { content: "=F3=B1=81=83"; } + +.mdi-fruit-citrus-off::before { content: "=F3=B1=8F=B9"; } + +.mdi-fruit-grapes::before { content: "=F3=B1=81=84"; } + +.mdi-fruit-grapes-outline::before { content: "=F3=B1=81=85"; } + +.mdi-fruit-pear::before { content: "=F3=B1=A8=8E"; } + +.mdi-fruit-pineapple::before { content: "=F3=B1=81=86"; } + +.mdi-fruit-watermelon::before { content: "=F3=B1=81=87"; } + +.mdi-fuel::before { content: "=F3=B0=9F=8A"; } + +.mdi-fuel-cell::before { content: "=F3=B1=A2=B5"; } + +.mdi-fullscreen::before { content: "=F3=B0=8A=93"; } + +.mdi-fullscreen-exit::before { content: "=F3=B0=8A=94"; } + +.mdi-function::before { content: "=F3=B0=8A=95"; } + +.mdi-function-variant::before { content: "=F3=B0=A1=B1"; } + +.mdi-furigana-horizontal::before { content: "=F3=B1=82=81"; } + +.mdi-furigana-vertical::before { content: "=F3=B1=82=82"; } + +.mdi-fuse::before { content: "=F3=B0=B2=85"; } + +.mdi-fuse-alert::before { content: "=F3=B1=90=AD"; } + +.mdi-fuse-blade::before { content: "=F3=B0=B2=86"; } + +.mdi-fuse-off::before { content: "=F3=B1=90=AC"; } + +.mdi-gamepad::before { content: "=F3=B0=8A=96"; } + +.mdi-gamepad-circle::before { content: "=F3=B0=B8=B3"; } + +.mdi-gamepad-circle-down::before { content: "=F3=B0=B8=B4"; } + +.mdi-gamepad-circle-left::before { content: "=F3=B0=B8=B5"; } + +.mdi-gamepad-circle-outline::before { content: "=F3=B0=B8=B6"; } + +.mdi-gamepad-circle-right::before { content: "=F3=B0=B8=B7"; } + +.mdi-gamepad-circle-up::before { content: "=F3=B0=B8=B8"; } + +.mdi-gamepad-down::before { content: "=F3=B0=B8=B9"; } + +.mdi-gamepad-left::before { content: "=F3=B0=B8=BA"; } + +.mdi-gamepad-outline::before { content: "=F3=B1=A4=99"; } + +.mdi-gamepad-right::before { content: "=F3=B0=B8=BB"; } + +.mdi-gamepad-round::before { content: "=F3=B0=B8=BC"; } + +.mdi-gamepad-round-down::before { content: "=F3=B0=B8=BD"; } + +.mdi-gamepad-round-left::before { content: "=F3=B0=B8=BE"; } + +.mdi-gamepad-round-outline::before { content: "=F3=B0=B8=BF"; } + +.mdi-gamepad-round-right::before { content: "=F3=B0=B9=80"; } + +.mdi-gamepad-round-up::before { content: "=F3=B0=B9=81"; } + +.mdi-gamepad-square::before { content: "=F3=B0=BA=B5"; } + +.mdi-gamepad-square-outline::before { content: "=F3=B0=BA=B6"; } + +.mdi-gamepad-up::before { content: "=F3=B0=B9=82"; } + +.mdi-gamepad-variant::before { content: "=F3=B0=8A=97"; } + +.mdi-gamepad-variant-outline::before { content: "=F3=B0=BA=B7"; } + +.mdi-gamma::before { content: "=F3=B1=83=AE"; } + +.mdi-gantry-crane::before { content: "=F3=B0=B7=91"; } + +.mdi-garage::before { content: "=F3=B0=9B=99"; } + +.mdi-garage-alert::before { content: "=F3=B0=A1=B2"; } + +.mdi-garage-alert-variant::before { content: "=F3=B1=8B=95"; } + +.mdi-garage-lock::before { content: "=F3=B1=9F=BB"; } + +.mdi-garage-open::before { content: "=F3=B0=9B=9A"; } + +.mdi-garage-open-variant::before { content: "=F3=B1=8B=94"; } + +.mdi-garage-variant::before { content: "=F3=B1=8B=93"; } + +.mdi-garage-variant-lock::before { content: "=F3=B1=9F=BC"; } + +.mdi-gas-burner::before { content: "=F3=B1=A8=9B"; } + +.mdi-gas-cylinder::before { content: "=F3=B0=99=87"; } + +.mdi-gas-station::before { content: "=F3=B0=8A=98"; } + +.mdi-gas-station-off::before { content: "=F3=B1=90=89"; } + +.mdi-gas-station-off-outline::before { content: "=F3=B1=90=8A"; } + +.mdi-gas-station-outline::before { content: "=F3=B0=BA=B8"; } + +.mdi-gate::before { content: "=F3=B0=8A=99"; } + +.mdi-gate-alert::before { content: "=F3=B1=9F=B8"; } + +.mdi-gate-and::before { content: "=F3=B0=A3=A1"; } + +.mdi-gate-arrow-left::before { content: "=F3=B1=9F=B7"; } + +.mdi-gate-arrow-right::before { content: "=F3=B1=85=A9"; } + +.mdi-gate-buffer::before { content: "=F3=B1=AB=BE"; } + +.mdi-gate-nand::before { content: "=F3=B0=A3=A2"; } + +.mdi-gate-nor::before { content: "=F3=B0=A3=A3"; } + +.mdi-gate-not::before { content: "=F3=B0=A3=A4"; } + +.mdi-gate-open::before { content: "=F3=B1=85=AA"; } + +.mdi-gate-or::before { content: "=F3=B0=A3=A5"; } + +.mdi-gate-xnor::before { content: "=F3=B0=A3=A6"; } + +.mdi-gate-xor::before { content: "=F3=B0=A3=A7"; } + +.mdi-gatsby::before { content: "=F3=B0=B9=83"; } + +.mdi-gauge::before { content: "=F3=B0=8A=9A"; } + +.mdi-gauge-empty::before { content: "=F3=B0=A1=B3"; } + +.mdi-gauge-full::before { content: "=F3=B0=A1=B4"; } + +.mdi-gauge-low::before { content: "=F3=B0=A1=B5"; } + +.mdi-gavel::before { content: "=F3=B0=8A=9B"; } + +.mdi-gender-female::before { content: "=F3=B0=8A=9C"; } + +.mdi-gender-male::before { content: "=F3=B0=8A=9D"; } + +.mdi-gender-male-female::before { content: "=F3=B0=8A=9E"; } + +.mdi-gender-male-female-variant::before { content: "=F3=B1=84=BF"; } + +.mdi-gender-non-binary::before { content: "=F3=B1=85=80"; } + +.mdi-gender-transgender::before { content: "=F3=B0=8A=9F"; } + +.mdi-gentoo::before { content: "=F3=B0=A3=A8"; } + +.mdi-gesture::before { content: "=F3=B0=9F=8B"; } + +.mdi-gesture-double-tap::before { content: "=F3=B0=9C=BC"; } + +.mdi-gesture-pinch::before { content: "=F3=B0=AA=BD"; } + +.mdi-gesture-spread::before { content: "=F3=B0=AA=BE"; } + +.mdi-gesture-swipe::before { content: "=F3=B0=B5=B6"; } + +.mdi-gesture-swipe-down::before { content: "=F3=B0=9C=BD"; } + +.mdi-gesture-swipe-horizontal::before { content: "=F3=B0=AA=BF"; } + +.mdi-gesture-swipe-left::before { content: "=F3=B0=9C=BE"; } + +.mdi-gesture-swipe-right::before { content: "=F3=B0=9C=BF"; } + +.mdi-gesture-swipe-up::before { content: "=F3=B0=9D=80"; } + +.mdi-gesture-swipe-vertical::before { content: "=F3=B0=AB=80"; } + +.mdi-gesture-tap::before { content: "=F3=B0=9D=81"; } + +.mdi-gesture-tap-box::before { content: "=F3=B1=8A=A9"; } + +.mdi-gesture-tap-button::before { content: "=F3=B1=8A=A8"; } + +.mdi-gesture-tap-hold::before { content: "=F3=B0=B5=B7"; } + +.mdi-gesture-two-double-tap::before { content: "=F3=B0=9D=82"; } + +.mdi-gesture-two-tap::before { content: "=F3=B0=9D=83"; } + +.mdi-ghost::before { content: "=F3=B0=8A=A0"; } + +.mdi-ghost-off::before { content: "=F3=B0=A7=B5"; } + +.mdi-ghost-off-outline::before { content: "=F3=B1=99=9C"; } + +.mdi-ghost-outline::before { content: "=F3=B1=99=9D"; } + +.mdi-gift::before { content: "=F3=B0=B9=84"; } + +.mdi-gift-off::before { content: "=F3=B1=9B=AF"; } + +.mdi-gift-off-outline::before { content: "=F3=B1=9B=B0"; } + +.mdi-gift-open::before { content: "=F3=B1=9B=B1"; } + +.mdi-gift-open-outline::before { content: "=F3=B1=9B=B2"; } + +.mdi-gift-outline::before { content: "=F3=B0=8A=A1"; } + +.mdi-git::before { content: "=F3=B0=8A=A2"; } + +.mdi-github::before { content: "=F3=B0=8A=A4"; } + +.mdi-gitlab::before { content: "=F3=B0=AE=A0"; } + +.mdi-glass-cocktail::before { content: "=F3=B0=8D=96"; } + +.mdi-glass-cocktail-off::before { content: "=F3=B1=97=A6"; } + +.mdi-glass-flute::before { content: "=F3=B0=8A=A5"; } + +.mdi-glass-fragile::before { content: "=F3=B1=A1=B3"; } + +.mdi-glass-mug::before { content: "=F3=B0=8A=A6"; } + +.mdi-glass-mug-off::before { content: "=F3=B1=97=A7"; } + +.mdi-glass-mug-variant::before { content: "=F3=B1=84=96"; } + +.mdi-glass-mug-variant-off::before { content: "=F3=B1=97=A8"; } + +.mdi-glass-pint-outline::before { content: "=F3=B1=8C=8D"; } + +.mdi-glass-stange::before { content: "=F3=B0=8A=A7"; } + +.mdi-glass-tulip::before { content: "=F3=B0=8A=A8"; } + +.mdi-glass-wine::before { content: "=F3=B0=A1=B6"; } + +.mdi-glasses::before { content: "=F3=B0=8A=AA"; } + +.mdi-globe-light::before { content: "=F3=B1=8B=97"; } + +.mdi-globe-model::before { content: "=F3=B0=A3=A9"; } + +.mdi-gmail::before { content: "=F3=B0=8A=AB"; } + +.mdi-gnome::before { content: "=F3=B0=8A=AC"; } + +.mdi-go-kart::before { content: "=F3=B0=B5=B9"; } + +.mdi-go-kart-track::before { content: "=F3=B0=B5=BA"; } + +.mdi-gog::before { content: "=F3=B0=AE=A1"; } + +.mdi-gold::before { content: "=F3=B1=89=8F"; } + +.mdi-golf::before { content: "=F3=B0=A0=A3"; } + +.mdi-golf-cart::before { content: "=F3=B1=86=A4"; } + +.mdi-golf-tee::before { content: "=F3=B1=82=83"; } + +.mdi-gondola::before { content: "=F3=B0=9A=86"; } + +.mdi-goodreads::before { content: "=F3=B0=B5=BB"; } + +.mdi-google::before { content: "=F3=B0=8A=AD"; } + +.mdi-google-ads::before { content: "=F3=B0=B2=87"; } + +.mdi-google-analytics::before { content: "=F3=B0=9F=8C"; } + +.mdi-google-assistant::before { content: "=F3=B0=9F=8D"; } + +.mdi-google-cardboard::before { content: "=F3=B0=8A=AE"; } + +.mdi-google-chrome::before { content: "=F3=B0=8A=AF"; } + +.mdi-google-circles::before { content: "=F3=B0=8A=B0"; } + +.mdi-google-circles-communities::before { content: "=F3=B0=8A=B1"; } + +.mdi-google-circles-extended::before { content: "=F3=B0=8A=B2"; } + +.mdi-google-circles-group::before { content: "=F3=B0=8A=B3"; } + +.mdi-google-classroom::before { content: "=F3=B0=8B=80"; } + +.mdi-google-cloud::before { content: "=F3=B1=87=B6"; } + +.mdi-google-controller::before { content: "=F3=B0=8A=B4"; } + +.mdi-google-controller-off::before { content: "=F3=B0=8A=B5"; } + +.mdi-google-downasaur::before { content: "=F3=B1=8D=A2"; } + +.mdi-google-drive::before { content: "=F3=B0=8A=B6"; } + +.mdi-google-earth::before { content: "=F3=B0=8A=B7"; } + +.mdi-google-fit::before { content: "=F3=B0=A5=AC"; } + +.mdi-google-glass::before { content: "=F3=B0=8A=B8"; } + +.mdi-google-hangouts::before { content: "=F3=B0=8B=89"; } + +.mdi-google-home::before { content: "=F3=B0=A0=A4"; } + +.mdi-google-keep::before { content: "=F3=B0=9B=9C"; } + +.mdi-google-lens::before { content: "=F3=B0=A7=B6"; } + +.mdi-google-maps::before { content: "=F3=B0=97=B5"; } + +.mdi-google-my-business::before { content: "=F3=B1=81=88"; } + +.mdi-google-nearby::before { content: "=F3=B0=8A=B9"; } + +.mdi-google-play::before { content: "=F3=B0=8A=BC"; } + +.mdi-google-plus::before { content: "=F3=B0=8A=BD"; } + +.mdi-google-podcast::before { content: "=F3=B0=BA=B9"; } + +.mdi-google-spreadsheet::before { content: "=F3=B0=A7=B7"; } + +.mdi-google-street-view::before { content: "=F3=B0=B2=88"; } + +.mdi-google-translate::before { content: "=F3=B0=8A=BF"; } + +.mdi-gradient-horizontal::before { content: "=F3=B1=9D=8A"; } + +.mdi-gradient-vertical::before { content: "=F3=B0=9A=A0"; } + +.mdi-grain::before { content: "=F3=B0=B5=BC"; } + +.mdi-graph::before { content: "=F3=B1=81=89"; } + +.mdi-graph-outline::before { content: "=F3=B1=81=8A"; } + +.mdi-graphql::before { content: "=F3=B0=A1=B7"; } + +.mdi-grass::before { content: "=F3=B1=94=90"; } + +.mdi-grave-stone::before { content: "=F3=B0=AE=A2"; } + +.mdi-grease-pencil::before { content: "=F3=B0=99=88"; } + +.mdi-greater-than::before { content: "=F3=B0=A5=AD"; } + +.mdi-greater-than-or-equal::before { content: "=F3=B0=A5=AE"; } + +.mdi-greenhouse::before { content: "=F3=B0=80=AD"; } + +.mdi-grid::before { content: "=F3=B0=8B=81"; } + +.mdi-grid-large::before { content: "=F3=B0=9D=98"; } + +.mdi-grid-off::before { content: "=F3=B0=8B=82"; } + +.mdi-grill::before { content: "=F3=B0=B9=85"; } + +.mdi-grill-outline::before { content: "=F3=B1=86=8A"; } + +.mdi-group::before { content: "=F3=B0=8B=83"; } + +.mdi-guitar-acoustic::before { content: "=F3=B0=9D=B1"; } + +.mdi-guitar-electric::before { content: "=F3=B0=8B=84"; } + +.mdi-guitar-pick::before { content: "=F3=B0=8B=85"; } + +.mdi-guitar-pick-outline::before { content: "=F3=B0=8B=86"; } + +.mdi-guy-fawkes-mask::before { content: "=F3=B0=A0=A5"; } + +.mdi-gymnastics::before { content: "=F3=B1=A9=81"; } + +.mdi-hail::before { content: "=F3=B0=AB=81"; } + +.mdi-hair-dryer::before { content: "=F3=B1=83=AF"; } + +.mdi-hair-dryer-outline::before { content: "=F3=B1=83=B0"; } + +.mdi-halloween::before { content: "=F3=B0=AE=A3"; } + +.mdi-hamburger::before { content: "=F3=B0=9A=85"; } + +.mdi-hamburger-check::before { content: "=F3=B1=9D=B6"; } + +.mdi-hamburger-minus::before { content: "=F3=B1=9D=B7"; } + +.mdi-hamburger-off::before { content: "=F3=B1=9D=B8"; } + +.mdi-hamburger-plus::before { content: "=F3=B1=9D=B9"; } + +.mdi-hamburger-remove::before { content: "=F3=B1=9D=BA"; } + +.mdi-hammer::before { content: "=F3=B0=A3=AA"; } + +.mdi-hammer-screwdriver::before { content: "=F3=B1=8C=A2"; } + +.mdi-hammer-sickle::before { content: "=F3=B1=A2=87"; } + +.mdi-hammer-wrench::before { content: "=F3=B1=8C=A3"; } + +.mdi-hand-back-left::before { content: "=F3=B0=B9=86"; } + +.mdi-hand-back-left-off::before { content: "=F3=B1=A0=B0"; } + +.mdi-hand-back-left-off-outline::before { content: "=F3=B1=A0=B2"; } + +.mdi-hand-back-left-outline::before { content: "=F3=B1=A0=AC"; } + +.mdi-hand-back-right::before { content: "=F3=B0=B9=87"; } + +.mdi-hand-back-right-off::before { content: "=F3=B1=A0=B1"; } + +.mdi-hand-back-right-off-outline::before { content: "=F3=B1=A0=B3"; } + +.mdi-hand-back-right-outline::before { content: "=F3=B1=A0=AD"; } + +.mdi-hand-clap::before { content: "=F3=B1=A5=8B"; } + +.mdi-hand-clap-off::before { content: "=F3=B1=A9=82"; } + +.mdi-hand-coin::before { content: "=F3=B1=A2=8F"; } + +.mdi-hand-coin-outline::before { content: "=F3=B1=A2=90"; } + +.mdi-hand-extended::before { content: "=F3=B1=A2=B6"; } + +.mdi-hand-extended-outline::before { content: "=F3=B1=A2=B7"; } + +.mdi-hand-front-left::before { content: "=F3=B1=A0=AB"; } + +.mdi-hand-front-left-outline::before { content: "=F3=B1=A0=AE"; } + +.mdi-hand-front-right::before { content: "=F3=B0=A9=8F"; } + +.mdi-hand-front-right-outline::before { content: "=F3=B1=A0=AF"; } + +.mdi-hand-heart::before { content: "=F3=B1=83=B1"; } + +.mdi-hand-heart-outline::before { content: "=F3=B1=95=BE"; } + +.mdi-hand-okay::before { content: "=F3=B0=A9=90"; } + +.mdi-hand-peace::before { content: "=F3=B0=A9=91"; } + +.mdi-hand-peace-variant::before { content: "=F3=B0=A9=92"; } + +.mdi-hand-pointing-down::before { content: "=F3=B0=A9=93"; } + +.mdi-hand-pointing-left::before { content: "=F3=B0=A9=94"; } + +.mdi-hand-pointing-right::before { content: "=F3=B0=8B=87"; } + +.mdi-hand-pointing-up::before { content: "=F3=B0=A9=95"; } + +.mdi-hand-saw::before { content: "=F3=B0=B9=88"; } + +.mdi-hand-wash::before { content: "=F3=B1=95=BF"; } + +.mdi-hand-wash-outline::before { content: "=F3=B1=96=80"; } + +.mdi-hand-water::before { content: "=F3=B1=8E=9F"; } + +.mdi-hand-wave::before { content: "=F3=B1=A0=A1"; } + +.mdi-hand-wave-outline::before { content: "=F3=B1=A0=A2"; } + +.mdi-handball::before { content: "=F3=B0=BD=93"; } + +.mdi-handcuffs::before { content: "=F3=B1=84=BE"; } + +.mdi-hands-pray::before { content: "=F3=B0=95=B9"; } + +.mdi-handshake::before { content: "=F3=B1=88=98"; } + +.mdi-handshake-outline::before { content: "=F3=B1=96=A1"; } + +.mdi-hanger::before { content: "=F3=B0=8B=88"; } + +.mdi-hard-hat::before { content: "=F3=B0=A5=AF"; } + +.mdi-harddisk::before { content: "=F3=B0=8B=8A"; } + +.mdi-harddisk-plus::before { content: "=F3=B1=81=8B"; } + +.mdi-harddisk-remove::before { content: "=F3=B1=81=8C"; } + +.mdi-hat-fedora::before { content: "=F3=B0=AE=A4"; } + +.mdi-hazard-lights::before { content: "=F3=B0=B2=89"; } + +.mdi-hdr::before { content: "=F3=B0=B5=BD"; } + +.mdi-hdr-off::before { content: "=F3=B0=B5=BE"; } + +.mdi-head::before { content: "=F3=B1=8D=9E"; } + +.mdi-head-alert::before { content: "=F3=B1=8C=B8"; } + +.mdi-head-alert-outline::before { content: "=F3=B1=8C=B9"; } + +.mdi-head-check::before { content: "=F3=B1=8C=BA"; } + +.mdi-head-check-outline::before { content: "=F3=B1=8C=BB"; } + +.mdi-head-cog::before { content: "=F3=B1=8C=BC"; } + +.mdi-head-cog-outline::before { content: "=F3=B1=8C=BD"; } + +.mdi-head-dots-horizontal::before { content: "=F3=B1=8C=BE"; } + +.mdi-head-dots-horizontal-outline::before { content: "=F3=B1=8C=BF"; } + +.mdi-head-flash::before { content: "=F3=B1=8D=80"; } + +.mdi-head-flash-outline::before { content: "=F3=B1=8D=81"; } + +.mdi-head-heart::before { content: "=F3=B1=8D=82"; } + +.mdi-head-heart-outline::before { content: "=F3=B1=8D=83"; } + +.mdi-head-lightbulb::before { content: "=F3=B1=8D=84"; } + +.mdi-head-lightbulb-outline::before { content: "=F3=B1=8D=85"; } + +.mdi-head-minus::before { content: "=F3=B1=8D=86"; } + +.mdi-head-minus-outline::before { content: "=F3=B1=8D=87"; } + +.mdi-head-outline::before { content: "=F3=B1=8D=9F"; } + +.mdi-head-plus::before { content: "=F3=B1=8D=88"; } + +.mdi-head-plus-outline::before { content: "=F3=B1=8D=89"; } + +.mdi-head-question::before { content: "=F3=B1=8D=8A"; } + +.mdi-head-question-outline::before { content: "=F3=B1=8D=8B"; } + +.mdi-head-remove::before { content: "=F3=B1=8D=8C"; } + +.mdi-head-remove-outline::before { content: "=F3=B1=8D=8D"; } + +.mdi-head-snowflake::before { content: "=F3=B1=8D=8E"; } + +.mdi-head-snowflake-outline::before { content: "=F3=B1=8D=8F"; } + +.mdi-head-sync::before { content: "=F3=B1=8D=90"; } + +.mdi-head-sync-outline::before { content: "=F3=B1=8D=91"; } + +.mdi-headphones::before { content: "=F3=B0=8B=8B"; } + +.mdi-headphones-bluetooth::before { content: "=F3=B0=A5=B0"; } + +.mdi-headphones-box::before { content: "=F3=B0=8B=8C"; } + +.mdi-headphones-off::before { content: "=F3=B0=9F=8E"; } + +.mdi-headphones-settings::before { content: "=F3=B0=8B=8D"; } + +.mdi-headset::before { content: "=F3=B0=8B=8E"; } + +.mdi-headset-dock::before { content: "=F3=B0=8B=8F"; } + +.mdi-headset-off::before { content: "=F3=B0=8B=90"; } + +.mdi-heart::before { content: "=F3=B0=8B=91"; } + +.mdi-heart-box::before { content: "=F3=B0=8B=92"; } + +.mdi-heart-box-outline::before { content: "=F3=B0=8B=93"; } + +.mdi-heart-broken::before { content: "=F3=B0=8B=94"; } + +.mdi-heart-broken-outline::before { content: "=F3=B0=B4=94"; } + +.mdi-heart-circle::before { content: "=F3=B0=A5=B1"; } + +.mdi-heart-circle-outline::before { content: "=F3=B0=A5=B2"; } + +.mdi-heart-cog::before { content: "=F3=B1=99=A3"; } + +.mdi-heart-cog-outline::before { content: "=F3=B1=99=A4"; } + +.mdi-heart-flash::before { content: "=F3=B0=BB=B9"; } + +.mdi-heart-half::before { content: "=F3=B0=9B=9F"; } + +.mdi-heart-half-full::before { content: "=F3=B0=9B=9E"; } + +.mdi-heart-half-outline::before { content: "=F3=B0=9B=A0"; } + +.mdi-heart-minus::before { content: "=F3=B1=90=AF"; } + +.mdi-heart-minus-outline::before { content: "=F3=B1=90=B2"; } + +.mdi-heart-multiple::before { content: "=F3=B0=A9=96"; } + +.mdi-heart-multiple-outline::before { content: "=F3=B0=A9=97"; } + +.mdi-heart-off::before { content: "=F3=B0=9D=99"; } + +.mdi-heart-off-outline::before { content: "=F3=B1=90=B4"; } + +.mdi-heart-outline::before { content: "=F3=B0=8B=95"; } + +.mdi-heart-plus::before { content: "=F3=B1=90=AE"; } + +.mdi-heart-plus-outline::before { content: "=F3=B1=90=B1"; } + +.mdi-heart-pulse::before { content: "=F3=B0=97=B6"; } + +.mdi-heart-remove::before { content: "=F3=B1=90=B0"; } + +.mdi-heart-remove-outline::before { content: "=F3=B1=90=B3"; } + +.mdi-heart-settings::before { content: "=F3=B1=99=A5"; } + +.mdi-heart-settings-outline::before { content: "=F3=B1=99=A6"; } + +.mdi-heat-pump::before { content: "=F3=B1=A9=83"; } + +.mdi-heat-pump-outline::before { content: "=F3=B1=A9=84"; } + +.mdi-heat-wave::before { content: "=F3=B1=A9=85"; } + +.mdi-heating-coil::before { content: "=F3=B1=AA=AF"; } + +.mdi-helicopter::before { content: "=F3=B0=AB=82"; } + +.mdi-help::before { content: "=F3=B0=8B=96"; } + +.mdi-help-box::before { content: "=F3=B0=9E=8B"; } + +.mdi-help-circle::before { content: "=F3=B0=8B=97"; } + +.mdi-help-circle-outline::before { content: "=F3=B0=98=A5"; } + +.mdi-help-network::before { content: "=F3=B0=9B=B5"; } + +.mdi-help-network-outline::before { content: "=F3=B0=B2=8A"; } + +.mdi-help-rhombus::before { content: "=F3=B0=AE=A5"; } + +.mdi-help-rhombus-outline::before { content: "=F3=B0=AE=A6"; } + +.mdi-hexadecimal::before { content: "=F3=B1=8A=A7"; } + +.mdi-hexagon::before { content: "=F3=B0=8B=98"; } + +.mdi-hexagon-multiple::before { content: "=F3=B0=9B=A1"; } + +.mdi-hexagon-multiple-outline::before { content: "=F3=B1=83=B2"; } + +.mdi-hexagon-outline::before { content: "=F3=B0=8B=99"; } + +.mdi-hexagon-slice-1::before { content: "=F3=B0=AB=83"; } + +.mdi-hexagon-slice-2::before { content: "=F3=B0=AB=84"; } + +.mdi-hexagon-slice-3::before { content: "=F3=B0=AB=85"; } + +.mdi-hexagon-slice-4::before { content: "=F3=B0=AB=86"; } + +.mdi-hexagon-slice-5::before { content: "=F3=B0=AB=87"; } + +.mdi-hexagon-slice-6::before { content: "=F3=B0=AB=88"; } + +.mdi-hexagram::before { content: "=F3=B0=AB=89"; } + +.mdi-hexagram-outline::before { content: "=F3=B0=AB=8A"; } + +.mdi-high-definition::before { content: "=F3=B0=9F=8F"; } + +.mdi-high-definition-box::before { content: "=F3=B0=A1=B8"; } + +.mdi-highway::before { content: "=F3=B0=97=B7"; } + +.mdi-hiking::before { content: "=F3=B0=B5=BF"; } + +.mdi-history::before { content: "=F3=B0=8B=9A"; } + +.mdi-hockey-puck::before { content: "=F3=B0=A1=B9"; } + +.mdi-hockey-sticks::before { content: "=F3=B0=A1=BA"; } + +.mdi-hololens::before { content: "=F3=B0=8B=9B"; } + +.mdi-home::before { content: "=F3=B0=8B=9C"; } + +.mdi-home-account::before { content: "=F3=B0=A0=A6"; } + +.mdi-home-alert::before { content: "=F3=B0=A1=BB"; } + +.mdi-home-alert-outline::before { content: "=F3=B1=97=90"; } + +.mdi-home-analytics::before { content: "=F3=B0=BA=BA"; } + +.mdi-home-assistant::before { content: "=F3=B0=9F=90"; } + +.mdi-home-automation::before { content: "=F3=B0=9F=91"; } + +.mdi-home-battery::before { content: "=F3=B1=A4=81"; } + +.mdi-home-battery-outline::before { content: "=F3=B1=A4=82"; } + +.mdi-home-circle::before { content: "=F3=B0=9F=92"; } + +.mdi-home-circle-outline::before { content: "=F3=B1=81=8D"; } + +.mdi-home-city::before { content: "=F3=B0=B4=95"; } + +.mdi-home-city-outline::before { content: "=F3=B0=B4=96"; } + +.mdi-home-clock::before { content: "=F3=B1=A8=92"; } + +.mdi-home-clock-outline::before { content: "=F3=B1=A8=93"; } + +.mdi-home-edit::before { content: "=F3=B1=85=99"; } + +.mdi-home-edit-outline::before { content: "=F3=B1=85=9A"; } + +.mdi-home-export-outline::before { content: "=F3=B0=BE=9B"; } + +.mdi-home-flood::before { content: "=F3=B0=BB=BA"; } + +.mdi-home-floor-0::before { content: "=F3=B0=B7=92"; } + +.mdi-home-floor-1::before { content: "=F3=B0=B6=80"; } + +.mdi-home-floor-2::before { content: "=F3=B0=B6=81"; } + +.mdi-home-floor-3::before { content: "=F3=B0=B6=82"; } + +.mdi-home-floor-a::before { content: "=F3=B0=B6=83"; } + +.mdi-home-floor-b::before { content: "=F3=B0=B6=84"; } + +.mdi-home-floor-g::before { content: "=F3=B0=B6=85"; } + +.mdi-home-floor-l::before { content: "=F3=B0=B6=86"; } + +.mdi-home-floor-negative-1::before { content: "=F3=B0=B7=93"; } + +.mdi-home-group::before { content: "=F3=B0=B7=94"; } + +.mdi-home-group-minus::before { content: "=F3=B1=A7=81"; } + +.mdi-home-group-plus::before { content: "=F3=B1=A7=80"; } + +.mdi-home-group-remove::before { content: "=F3=B1=A7=82"; } + +.mdi-home-heart::before { content: "=F3=B0=A0=A7"; } + +.mdi-home-import-outline::before { content: "=F3=B0=BE=9C"; } + +.mdi-home-lightbulb::before { content: "=F3=B1=89=91"; } + +.mdi-home-lightbulb-outline::before { content: "=F3=B1=89=92"; } + +.mdi-home-lightning-bolt::before { content: "=F3=B1=A4=83"; } + +.mdi-home-lightning-bolt-outline::before { content: "=F3=B1=A4=84"; } + +.mdi-home-lock::before { content: "=F3=B0=A3=AB"; } + +.mdi-home-lock-open::before { content: "=F3=B0=A3=AC"; } + +.mdi-home-map-marker::before { content: "=F3=B0=97=B8"; } + +.mdi-home-minus::before { content: "=F3=B0=A5=B4"; } + +.mdi-home-minus-outline::before { content: "=F3=B1=8F=95"; } + +.mdi-home-modern::before { content: "=F3=B0=8B=9D"; } + +.mdi-home-off::before { content: "=F3=B1=A9=86"; } + +.mdi-home-off-outline::before { content: "=F3=B1=A9=87"; } + +.mdi-home-outline::before { content: "=F3=B0=9A=A1"; } + +.mdi-home-plus::before { content: "=F3=B0=A5=B5"; } + +.mdi-home-plus-outline::before { content: "=F3=B1=8F=96"; } + +.mdi-home-remove::before { content: "=F3=B1=89=87"; } + +.mdi-home-remove-outline::before { content: "=F3=B1=8F=97"; } + +.mdi-home-roof::before { content: "=F3=B1=84=AB"; } + +.mdi-home-search::before { content: "=F3=B1=8E=B0"; } + +.mdi-home-search-outline::before { content: "=F3=B1=8E=B1"; } + +.mdi-home-switch::before { content: "=F3=B1=9E=94"; } + +.mdi-home-switch-outline::before { content: "=F3=B1=9E=95"; } + +.mdi-home-thermometer::before { content: "=F3=B0=BD=94"; } + +.mdi-home-thermometer-outline::before { content: "=F3=B0=BD=95"; } + +.mdi-home-variant::before { content: "=F3=B0=8B=9E"; } + +.mdi-home-variant-outline::before { content: "=F3=B0=AE=A7"; } + +.mdi-hook::before { content: "=F3=B0=9B=A2"; } + +.mdi-hook-off::before { content: "=F3=B0=9B=A3"; } + +.mdi-hoop-house::before { content: "=F3=B0=B9=96"; } + +.mdi-hops::before { content: "=F3=B0=8B=9F"; } + +.mdi-horizontal-rotate-clockwise::before { content: "=F3=B1=83=B3"; } + +.mdi-horizontal-rotate-counterclockwise::before { content: "=F3=B1=83=B4"; = +} + +.mdi-horse::before { content: "=F3=B1=96=BF"; } + +.mdi-horse-human::before { content: "=F3=B1=97=80"; } + +.mdi-horse-variant::before { content: "=F3=B1=97=81"; } + +.mdi-horse-variant-fast::before { content: "=F3=B1=A1=AE"; } + +.mdi-horseshoe::before { content: "=F3=B0=A9=98"; } + +.mdi-hospital::before { content: "=F3=B0=BF=B6"; } + +.mdi-hospital-box::before { content: "=F3=B0=8B=A0"; } + +.mdi-hospital-box-outline::before { content: "=F3=B0=BF=B7"; } + +.mdi-hospital-building::before { content: "=F3=B0=8B=A1"; } + +.mdi-hospital-marker::before { content: "=F3=B0=8B=A2"; } + +.mdi-hot-tub::before { content: "=F3=B0=A0=A8"; } + +.mdi-hours-24::before { content: "=F3=B1=91=B8"; } + +.mdi-hubspot::before { content: "=F3=B0=B4=97"; } + +.mdi-hulu::before { content: "=F3=B0=A0=A9"; } + +.mdi-human::before { content: "=F3=B0=8B=A6"; } + +.mdi-human-baby-changing-table::before { content: "=F3=B1=8E=8B"; } + +.mdi-human-cane::before { content: "=F3=B1=96=81"; } + +.mdi-human-capacity-decrease::before { content: "=F3=B1=96=9B"; } + +.mdi-human-capacity-increase::before { content: "=F3=B1=96=9C"; } + +.mdi-human-child::before { content: "=F3=B0=8B=A7"; } + +.mdi-human-dolly::before { content: "=F3=B1=A6=80"; } + +.mdi-human-edit::before { content: "=F3=B1=93=A8"; } + +.mdi-human-female::before { content: "=F3=B0=99=89"; } + +.mdi-human-female-boy::before { content: "=F3=B0=A9=99"; } + +.mdi-human-female-dance::before { content: "=F3=B1=97=89"; } + +.mdi-human-female-female::before { content: "=F3=B0=A9=9A"; } + +.mdi-human-female-girl::before { content: "=F3=B0=A9=9B"; } + +.mdi-human-greeting::before { content: "=F3=B1=9F=84"; } + +.mdi-human-greeting-proximity::before { content: "=F3=B1=96=9D"; } + +.mdi-human-greeting-variant::before { content: "=F3=B0=99=8A"; } + +.mdi-human-handsdown::before { content: "=F3=B0=99=8B"; } + +.mdi-human-handsup::before { content: "=F3=B0=99=8C"; } + +.mdi-human-male::before { content: "=F3=B0=99=8D"; } + +.mdi-human-male-board::before { content: "=F3=B0=A2=90"; } + +.mdi-human-male-board-poll::before { content: "=F3=B0=A1=86"; } + +.mdi-human-male-boy::before { content: "=F3=B0=A9=9C"; } + +.mdi-human-male-child::before { content: "=F3=B1=8E=8C"; } + +.mdi-human-male-female::before { content: "=F3=B0=8B=A8"; } + +.mdi-human-male-female-child::before { content: "=F3=B1=A0=A3"; } + +.mdi-human-male-girl::before { content: "=F3=B0=A9=9D"; } + +.mdi-human-male-height::before { content: "=F3=B0=BB=BB"; } + +.mdi-human-male-height-variant::before { content: "=F3=B0=BB=BC"; } + +.mdi-human-male-male::before { content: "=F3=B0=A9=9E"; } + +.mdi-human-non-binary::before { content: "=F3=B1=A1=88"; } + +.mdi-human-pregnant::before { content: "=F3=B0=97=8F"; } + +.mdi-human-queue::before { content: "=F3=B1=95=B1"; } + +.mdi-human-scooter::before { content: "=F3=B1=87=A9"; } + +.mdi-human-wheelchair::before { content: "=F3=B1=8E=8D"; } + +.mdi-human-white-cane::before { content: "=F3=B1=A6=81"; } + +.mdi-humble-bundle::before { content: "=F3=B0=9D=84"; } + +.mdi-hvac::before { content: "=F3=B1=8D=92"; } + +.mdi-hvac-off::before { content: "=F3=B1=96=9E"; } + +.mdi-hydraulic-oil-level::before { content: "=F3=B1=8C=A4"; } + +.mdi-hydraulic-oil-temperature::before { content: "=F3=B1=8C=A5"; } + +.mdi-hydro-power::before { content: "=F3=B1=8B=A5"; } + +.mdi-hydrogen-station::before { content: "=F3=B1=A2=94"; } + +.mdi-ice-cream::before { content: "=F3=B0=A0=AA"; } + +.mdi-ice-cream-off::before { content: "=F3=B0=B9=92"; } + +.mdi-ice-pop::before { content: "=F3=B0=BB=BD"; } + +.mdi-id-card::before { content: "=F3=B0=BF=80"; } + +.mdi-identifier::before { content: "=F3=B0=BB=BE"; } + +.mdi-ideogram-cjk::before { content: "=F3=B1=8C=B1"; } + +.mdi-ideogram-cjk-variant::before { content: "=F3=B1=8C=B2"; } + +.mdi-image::before { content: "=F3=B0=8B=A9"; } + +.mdi-image-album::before { content: "=F3=B0=8B=AA"; } + +.mdi-image-area::before { content: "=F3=B0=8B=AB"; } + +.mdi-image-area-close::before { content: "=F3=B0=8B=AC"; } + +.mdi-image-auto-adjust::before { content: "=F3=B0=BF=81"; } + +.mdi-image-broken::before { content: "=F3=B0=8B=AD"; } + +.mdi-image-broken-variant::before { content: "=F3=B0=8B=AE"; } + +.mdi-image-check::before { content: "=F3=B1=AC=A5"; } + +.mdi-image-check-outline::before { content: "=F3=B1=AC=A6"; } + +.mdi-image-edit::before { content: "=F3=B1=87=A3"; } + +.mdi-image-edit-outline::before { content: "=F3=B1=87=A4"; } + +.mdi-image-filter-black-white::before { content: "=F3=B0=8B=B0"; } + +.mdi-image-filter-center-focus::before { content: "=F3=B0=8B=B1"; } + +.mdi-image-filter-center-focus-strong::before { content: "=F3=B0=BB=BF"; } + +.mdi-image-filter-center-focus-strong-outline::before { content: "=F3=B0=BC= +=80"; } + +.mdi-image-filter-center-focus-weak::before { content: "=F3=B0=8B=B2"; } + +.mdi-image-filter-drama::before { content: "=F3=B0=8B=B3"; } + +.mdi-image-filter-frames::before { content: "=F3=B0=8B=B4"; } + +.mdi-image-filter-hdr::before { content: "=F3=B0=8B=B5"; } + +.mdi-image-filter-none::before { content: "=F3=B0=8B=B6"; } + +.mdi-image-filter-tilt-shift::before { content: "=F3=B0=8B=B7"; } + +.mdi-image-filter-vintage::before { content: "=F3=B0=8B=B8"; } + +.mdi-image-frame::before { content: "=F3=B0=B9=89"; } + +.mdi-image-lock::before { content: "=F3=B1=AA=B0"; } + +.mdi-image-lock-outline::before { content: "=F3=B1=AA=B1"; } + +.mdi-image-marker::before { content: "=F3=B1=9D=BB"; } + +.mdi-image-marker-outline::before { content: "=F3=B1=9D=BC"; } + +.mdi-image-minus::before { content: "=F3=B1=90=99"; } + +.mdi-image-minus-outline::before { content: "=F3=B1=AD=87"; } + +.mdi-image-move::before { content: "=F3=B0=A7=B8"; } + +.mdi-image-multiple::before { content: "=F3=B0=8B=B9"; } + +.mdi-image-multiple-outline::before { content: "=F3=B0=8B=AF"; } + +.mdi-image-off::before { content: "=F3=B0=A0=AB"; } + +.mdi-image-off-outline::before { content: "=F3=B1=87=91"; } + +.mdi-image-outline::before { content: "=F3=B0=A5=B6"; } + +.mdi-image-plus::before { content: "=F3=B0=A1=BC"; } + +.mdi-image-plus-outline::before { content: "=F3=B1=AD=86"; } + +.mdi-image-refresh::before { content: "=F3=B1=A7=BE"; } + +.mdi-image-refresh-outline::before { content: "=F3=B1=A7=BF"; } + +.mdi-image-remove::before { content: "=F3=B1=90=98"; } + +.mdi-image-remove-outline::before { content: "=F3=B1=AD=88"; } + +.mdi-image-search::before { content: "=F3=B0=A5=B7"; } + +.mdi-image-search-outline::before { content: "=F3=B0=A5=B8"; } + +.mdi-image-size-select-actual::before { content: "=F3=B0=B2=8D"; } + +.mdi-image-size-select-large::before { content: "=F3=B0=B2=8E"; } + +.mdi-image-size-select-small::before { content: "=F3=B0=B2=8F"; } + +.mdi-image-sync::before { content: "=F3=B1=A8=80"; } + +.mdi-image-sync-outline::before { content: "=F3=B1=A8=81"; } + +.mdi-image-text::before { content: "=F3=B1=98=8D"; } + +.mdi-import::before { content: "=F3=B0=8B=BA"; } + +.mdi-inbox::before { content: "=F3=B0=9A=87"; } + +.mdi-inbox-arrow-down::before { content: "=F3=B0=8B=BB"; } + +.mdi-inbox-arrow-down-outline::before { content: "=F3=B1=89=B0"; } + +.mdi-inbox-arrow-up::before { content: "=F3=B0=8F=91"; } + +.mdi-inbox-arrow-up-outline::before { content: "=F3=B1=89=B1"; } + +.mdi-inbox-full::before { content: "=F3=B1=89=B2"; } + +.mdi-inbox-full-outline::before { content: "=F3=B1=89=B3"; } + +.mdi-inbox-multiple::before { content: "=F3=B0=A2=B0"; } + +.mdi-inbox-multiple-outline::before { content: "=F3=B0=AE=A8"; } + +.mdi-inbox-outline::before { content: "=F3=B1=89=B4"; } + +.mdi-inbox-remove::before { content: "=F3=B1=96=9F"; } + +.mdi-inbox-remove-outline::before { content: "=F3=B1=96=A0"; } + +.mdi-incognito::before { content: "=F3=B0=97=B9"; } + +.mdi-incognito-circle::before { content: "=F3=B1=90=A1"; } + +.mdi-incognito-circle-off::before { content: "=F3=B1=90=A2"; } + +.mdi-incognito-off::before { content: "=F3=B0=81=B5"; } + +.mdi-induction::before { content: "=F3=B1=A1=8C"; } + +.mdi-infinity::before { content: "=F3=B0=9B=A4"; } + +.mdi-information::before { content: "=F3=B0=8B=BC"; } + +.mdi-information-off::before { content: "=F3=B1=9E=8C"; } + +.mdi-information-off-outline::before { content: "=F3=B1=9E=8D"; } + +.mdi-information-outline::before { content: "=F3=B0=8B=BD"; } + +.mdi-information-variant::before { content: "=F3=B0=99=8E"; } + +.mdi-instagram::before { content: "=F3=B0=8B=BE"; } + +.mdi-instrument-triangle::before { content: "=F3=B1=81=8E"; } + +.mdi-integrated-circuit-chip::before { content: "=F3=B1=A4=93"; } + +.mdi-invert-colors::before { content: "=F3=B0=8C=81"; } + +.mdi-invert-colors-off::before { content: "=F3=B0=B9=8A"; } + +.mdi-iobroker::before { content: "=F3=B1=8B=A8"; } + +.mdi-ip::before { content: "=F3=B0=A9=9F"; } + +.mdi-ip-network::before { content: "=F3=B0=A9=A0"; } + +.mdi-ip-network-outline::before { content: "=F3=B0=B2=90"; } + +.mdi-ip-outline::before { content: "=F3=B1=A6=82"; } + +.mdi-ipod::before { content: "=F3=B0=B2=91"; } + +.mdi-iron::before { content: "=F3=B1=A0=A4"; } + +.mdi-iron-board::before { content: "=F3=B1=A0=B8"; } + +.mdi-iron-outline::before { content: "=F3=B1=A0=A5"; } + +.mdi-island::before { content: "=F3=B1=81=8F"; } + +.mdi-iv-bag::before { content: "=F3=B1=82=B9"; } + +.mdi-jabber::before { content: "=F3=B0=B7=95"; } + +.mdi-jeepney::before { content: "=F3=B0=8C=82"; } + +.mdi-jellyfish::before { content: "=F3=B0=BC=81"; } + +.mdi-jellyfish-outline::before { content: "=F3=B0=BC=82"; } + +.mdi-jira::before { content: "=F3=B0=8C=83"; } + +.mdi-jquery::before { content: "=F3=B0=A1=BD"; } + +.mdi-jsfiddle::before { content: "=F3=B0=8C=84"; } + +.mdi-jump-rope::before { content: "=F3=B1=8B=BF"; } + +.mdi-kabaddi::before { content: "=F3=B0=B6=87"; } + +.mdi-kangaroo::before { content: "=F3=B1=95=98"; } + +.mdi-karate::before { content: "=F3=B0=A0=AC"; } + +.mdi-kayaking::before { content: "=F3=B0=A2=AF"; } + +.mdi-keg::before { content: "=F3=B0=8C=85"; } + +.mdi-kettle::before { content: "=F3=B0=97=BA"; } + +.mdi-kettle-alert::before { content: "=F3=B1=8C=97"; } + +.mdi-kettle-alert-outline::before { content: "=F3=B1=8C=98"; } + +.mdi-kettle-off::before { content: "=F3=B1=8C=9B"; } + +.mdi-kettle-off-outline::before { content: "=F3=B1=8C=9C"; } + +.mdi-kettle-outline::before { content: "=F3=B0=BD=96"; } + +.mdi-kettle-pour-over::before { content: "=F3=B1=9C=BC"; } + +.mdi-kettle-steam::before { content: "=F3=B1=8C=99"; } + +.mdi-kettle-steam-outline::before { content: "=F3=B1=8C=9A"; } + +.mdi-kettlebell::before { content: "=F3=B1=8C=80"; } + +.mdi-key::before { content: "=F3=B0=8C=86"; } + +.mdi-key-alert::before { content: "=F3=B1=A6=83"; } + +.mdi-key-alert-outline::before { content: "=F3=B1=A6=84"; } + +.mdi-key-arrow-right::before { content: "=F3=B1=8C=92"; } + +.mdi-key-chain::before { content: "=F3=B1=95=B4"; } + +.mdi-key-chain-variant::before { content: "=F3=B1=95=B5"; } + +.mdi-key-change::before { content: "=F3=B0=8C=87"; } + +.mdi-key-link::before { content: "=F3=B1=86=9F"; } + +.mdi-key-minus::before { content: "=F3=B0=8C=88"; } + +.mdi-key-outline::before { content: "=F3=B0=B7=96"; } + +.mdi-key-plus::before { content: "=F3=B0=8C=89"; } + +.mdi-key-remove::before { content: "=F3=B0=8C=8A"; } + +.mdi-key-star::before { content: "=F3=B1=86=9E"; } + +.mdi-key-variant::before { content: "=F3=B0=8C=8B"; } + +.mdi-key-wireless::before { content: "=F3=B0=BF=82"; } + +.mdi-keyboard::before { content: "=F3=B0=8C=8C"; } + +.mdi-keyboard-backspace::before { content: "=F3=B0=8C=8D"; } + +.mdi-keyboard-caps::before { content: "=F3=B0=8C=8E"; } + +.mdi-keyboard-close::before { content: "=F3=B0=8C=8F"; } + +.mdi-keyboard-esc::before { content: "=F3=B1=8A=B7"; } + +.mdi-keyboard-f1::before { content: "=F3=B1=8A=AB"; } + +.mdi-keyboard-f10::before { content: "=F3=B1=8A=B4"; } + +.mdi-keyboard-f11::before { content: "=F3=B1=8A=B5"; } + +.mdi-keyboard-f12::before { content: "=F3=B1=8A=B6"; } + +.mdi-keyboard-f2::before { content: "=F3=B1=8A=AC"; } + +.mdi-keyboard-f3::before { content: "=F3=B1=8A=AD"; } + +.mdi-keyboard-f4::before { content: "=F3=B1=8A=AE"; } + +.mdi-keyboard-f5::before { content: "=F3=B1=8A=AF"; } + +.mdi-keyboard-f6::before { content: "=F3=B1=8A=B0"; } + +.mdi-keyboard-f7::before { content: "=F3=B1=8A=B1"; } + +.mdi-keyboard-f8::before { content: "=F3=B1=8A=B2"; } + +.mdi-keyboard-f9::before { content: "=F3=B1=8A=B3"; } + +.mdi-keyboard-off::before { content: "=F3=B0=8C=90"; } + +.mdi-keyboard-off-outline::before { content: "=F3=B0=B9=8B"; } + +.mdi-keyboard-outline::before { content: "=F3=B0=A5=BB"; } + +.mdi-keyboard-return::before { content: "=F3=B0=8C=91"; } + +.mdi-keyboard-settings::before { content: "=F3=B0=A7=B9"; } + +.mdi-keyboard-settings-outline::before { content: "=F3=B0=A7=BA"; } + +.mdi-keyboard-space::before { content: "=F3=B1=81=90"; } + +.mdi-keyboard-tab::before { content: "=F3=B0=8C=92"; } + +.mdi-keyboard-tab-reverse::before { content: "=F3=B0=8C=A5"; } + +.mdi-keyboard-variant::before { content: "=F3=B0=8C=93"; } + +.mdi-khanda::before { content: "=F3=B1=83=BD"; } + +.mdi-kickstarter::before { content: "=F3=B0=9D=85"; } + +.mdi-kite::before { content: "=F3=B1=A6=85"; } + +.mdi-kite-outline::before { content: "=F3=B1=A6=86"; } + +.mdi-kitesurfing::before { content: "=F3=B1=9D=84"; } + +.mdi-klingon::before { content: "=F3=B1=8D=9B"; } + +.mdi-knife::before { content: "=F3=B0=A7=BB"; } + +.mdi-knife-military::before { content: "=F3=B0=A7=BC"; } + +.mdi-koala::before { content: "=F3=B1=9C=BF"; } + +.mdi-kodi::before { content: "=F3=B0=8C=94"; } + +.mdi-kubernetes::before { content: "=F3=B1=83=BE"; } + +.mdi-label::before { content: "=F3=B0=8C=95"; } + +.mdi-label-multiple::before { content: "=F3=B1=8D=B5"; } + +.mdi-label-multiple-outline::before { content: "=F3=B1=8D=B6"; } + +.mdi-label-off::before { content: "=F3=B0=AB=8B"; } + +.mdi-label-off-outline::before { content: "=F3=B0=AB=8C"; } + +.mdi-label-outline::before { content: "=F3=B0=8C=96"; } + +.mdi-label-percent::before { content: "=F3=B1=8B=AA"; } + +.mdi-label-percent-outline::before { content: "=F3=B1=8B=AB"; } + +.mdi-label-variant::before { content: "=F3=B0=AB=8D"; } + +.mdi-label-variant-outline::before { content: "=F3=B0=AB=8E"; } + +.mdi-ladder::before { content: "=F3=B1=96=A2"; } + +.mdi-ladybug::before { content: "=F3=B0=A0=AD"; } + +.mdi-lambda::before { content: "=F3=B0=98=A7"; } + +.mdi-lamp::before { content: "=F3=B0=9A=B5"; } + +.mdi-lamp-outline::before { content: "=F3=B1=9F=90"; } + +.mdi-lamps::before { content: "=F3=B1=95=B6"; } + +.mdi-lamps-outline::before { content: "=F3=B1=9F=91"; } + +.mdi-lan::before { content: "=F3=B0=8C=97"; } + +.mdi-lan-check::before { content: "=F3=B1=8A=AA"; } + +.mdi-lan-connect::before { content: "=F3=B0=8C=98"; } + +.mdi-lan-disconnect::before { content: "=F3=B0=8C=99"; } + +.mdi-lan-pending::before { content: "=F3=B0=8C=9A"; } + +.mdi-land-fields::before { content: "=F3=B1=AA=B2"; } + +.mdi-land-plots::before { content: "=F3=B1=AA=B3"; } + +.mdi-land-plots-circle::before { content: "=F3=B1=AA=B4"; } + +.mdi-land-plots-circle-variant::before { content: "=F3=B1=AA=B5"; } + +.mdi-land-rows-horizontal::before { content: "=F3=B1=AA=B6"; } + +.mdi-land-rows-vertical::before { content: "=F3=B1=AA=B7"; } + +.mdi-landslide::before { content: "=F3=B1=A9=88"; } + +.mdi-landslide-outline::before { content: "=F3=B1=A9=89"; } + +.mdi-language-c::before { content: "=F3=B0=99=B1"; } + +.mdi-language-cpp::before { content: "=F3=B0=99=B2"; } + +.mdi-language-csharp::before { content: "=F3=B0=8C=9B"; } + +.mdi-language-css3::before { content: "=F3=B0=8C=9C"; } + +.mdi-language-fortran::before { content: "=F3=B1=88=9A"; } + +.mdi-language-go::before { content: "=F3=B0=9F=93"; } + +.mdi-language-haskell::before { content: "=F3=B0=B2=92"; } + +.mdi-language-html5::before { content: "=F3=B0=8C=9D"; } + +.mdi-language-java::before { content: "=F3=B0=AC=B7"; } + +.mdi-language-javascript::before { content: "=F3=B0=8C=9E"; } + +.mdi-language-kotlin::before { content: "=F3=B1=88=99"; } + +.mdi-language-lua::before { content: "=F3=B0=A2=B1"; } + +.mdi-language-markdown::before { content: "=F3=B0=8D=94"; } + +.mdi-language-markdown-outline::before { content: "=F3=B0=BD=9B"; } + +.mdi-language-php::before { content: "=F3=B0=8C=9F"; } + +.mdi-language-python::before { content: "=F3=B0=8C=A0"; } + +.mdi-language-r::before { content: "=F3=B0=9F=94"; } + +.mdi-language-ruby::before { content: "=F3=B0=B4=AD"; } + +.mdi-language-ruby-on-rails::before { content: "=F3=B0=AB=8F"; } + +.mdi-language-rust::before { content: "=F3=B1=98=97"; } + +.mdi-language-swift::before { content: "=F3=B0=9B=A5"; } + +.mdi-language-typescript::before { content: "=F3=B0=9B=A6"; } + +.mdi-language-xaml::before { content: "=F3=B0=99=B3"; } + +.mdi-laptop::before { content: "=F3=B0=8C=A2"; } + +.mdi-laptop-account::before { content: "=F3=B1=A9=8A"; } + +.mdi-laptop-off::before { content: "=F3=B0=9B=A7"; } + +.mdi-laravel::before { content: "=F3=B0=AB=90"; } + +.mdi-laser-pointer::before { content: "=F3=B1=92=84"; } + +.mdi-lasso::before { content: "=F3=B0=BC=83"; } + +.mdi-lastpass::before { content: "=F3=B0=91=86"; } + +.mdi-latitude::before { content: "=F3=B0=BD=97"; } + +.mdi-launch::before { content: "=F3=B0=8C=A7"; } + +.mdi-lava-lamp::before { content: "=F3=B0=9F=95"; } + +.mdi-layers::before { content: "=F3=B0=8C=A8"; } + +.mdi-layers-edit::before { content: "=F3=B1=A2=92"; } + +.mdi-layers-minus::before { content: "=F3=B0=B9=8C"; } + +.mdi-layers-off::before { content: "=F3=B0=8C=A9"; } + +.mdi-layers-off-outline::before { content: "=F3=B0=A7=BD"; } + +.mdi-layers-outline::before { content: "=F3=B0=A7=BE"; } + +.mdi-layers-plus::before { content: "=F3=B0=B9=8D"; } + +.mdi-layers-remove::before { content: "=F3=B0=B9=8E"; } + +.mdi-layers-search::before { content: "=F3=B1=88=86"; } + +.mdi-layers-search-outline::before { content: "=F3=B1=88=87"; } + +.mdi-layers-triple::before { content: "=F3=B0=BD=98"; } + +.mdi-layers-triple-outline::before { content: "=F3=B0=BD=99"; } + +.mdi-lead-pencil::before { content: "=F3=B0=99=8F"; } + +.mdi-leaf::before { content: "=F3=B0=8C=AA"; } + +.mdi-leaf-circle::before { content: "=F3=B1=A4=85"; } + +.mdi-leaf-circle-outline::before { content: "=F3=B1=A4=86"; } + +.mdi-leaf-maple::before { content: "=F3=B0=B2=93"; } + +.mdi-leaf-maple-off::before { content: "=F3=B1=8B=9A"; } + +.mdi-leaf-off::before { content: "=F3=B1=8B=99"; } + +.mdi-leak::before { content: "=F3=B0=B7=97"; } + +.mdi-leak-off::before { content: "=F3=B0=B7=98"; } + +.mdi-lecturn::before { content: "=F3=B1=AB=B0"; } + +.mdi-led-off::before { content: "=F3=B0=8C=AB"; } + +.mdi-led-on::before { content: "=F3=B0=8C=AC"; } + +.mdi-led-outline::before { content: "=F3=B0=8C=AD"; } + +.mdi-led-strip::before { content: "=F3=B0=9F=96"; } + +.mdi-led-strip-variant::before { content: "=F3=B1=81=91"; } + +.mdi-led-strip-variant-off::before { content: "=F3=B1=A9=8B"; } + +.mdi-led-variant-off::before { content: "=F3=B0=8C=AE"; } + +.mdi-led-variant-on::before { content: "=F3=B0=8C=AF"; } + +.mdi-led-variant-outline::before { content: "=F3=B0=8C=B0"; } + +.mdi-leek::before { content: "=F3=B1=85=BD"; } + +.mdi-less-than::before { content: "=F3=B0=A5=BC"; } + +.mdi-less-than-or-equal::before { content: "=F3=B0=A5=BD"; } + +.mdi-library::before { content: "=F3=B0=8C=B1"; } + +.mdi-library-outline::before { content: "=F3=B1=A8=A2"; } + +.mdi-library-shelves::before { content: "=F3=B0=AE=A9"; } + +.mdi-license::before { content: "=F3=B0=BF=83"; } + +.mdi-lifebuoy::before { content: "=F3=B0=A1=BE"; } + +.mdi-light-flood-down::before { content: "=F3=B1=A6=87"; } + +.mdi-light-flood-up::before { content: "=F3=B1=A6=88"; } + +.mdi-light-recessed::before { content: "=F3=B1=9E=9B"; } + +.mdi-light-switch::before { content: "=F3=B0=A5=BE"; } + +.mdi-light-switch-off::before { content: "=F3=B1=A8=A4"; } + +.mdi-lightbulb::before { content: "=F3=B0=8C=B5"; } + +.mdi-lightbulb-alert::before { content: "=F3=B1=A7=A1"; } + +.mdi-lightbulb-alert-outline::before { content: "=F3=B1=A7=A2"; } + +.mdi-lightbulb-auto::before { content: "=F3=B1=A0=80"; } + +.mdi-lightbulb-auto-outline::before { content: "=F3=B1=A0=81"; } + +.mdi-lightbulb-cfl::before { content: "=F3=B1=88=88"; } + +.mdi-lightbulb-cfl-off::before { content: "=F3=B1=88=89"; } + +.mdi-lightbulb-cfl-spiral::before { content: "=F3=B1=89=B5"; } + +.mdi-lightbulb-cfl-spiral-off::before { content: "=F3=B1=8B=83"; } + +.mdi-lightbulb-fluorescent-tube::before { content: "=F3=B1=A0=84"; } + +.mdi-lightbulb-fluorescent-tube-outline::before { content: "=F3=B1=A0=85"; = +} + +.mdi-lightbulb-group::before { content: "=F3=B1=89=93"; } + +.mdi-lightbulb-group-off::before { content: "=F3=B1=8B=8D"; } + +.mdi-lightbulb-group-off-outline::before { content: "=F3=B1=8B=8E"; } + +.mdi-lightbulb-group-outline::before { content: "=F3=B1=89=94"; } + +.mdi-lightbulb-multiple::before { content: "=F3=B1=89=95"; } + +.mdi-lightbulb-multiple-off::before { content: "=F3=B1=8B=8F"; } + +.mdi-lightbulb-multiple-off-outline::before { content: "=F3=B1=8B=90"; } + +.mdi-lightbulb-multiple-outline::before { content: "=F3=B1=89=96"; } + +.mdi-lightbulb-night::before { content: "=F3=B1=A9=8C"; } + +.mdi-lightbulb-night-outline::before { content: "=F3=B1=A9=8D"; } + +.mdi-lightbulb-off::before { content: "=F3=B0=B9=8F"; } + +.mdi-lightbulb-off-outline::before { content: "=F3=B0=B9=90"; } + +.mdi-lightbulb-on::before { content: "=F3=B0=9B=A8"; } + +.mdi-lightbulb-on-10::before { content: "=F3=B1=A9=8E"; } + +.mdi-lightbulb-on-20::before { content: "=F3=B1=A9=8F"; } + +.mdi-lightbulb-on-30::before { content: "=F3=B1=A9=90"; } + +.mdi-lightbulb-on-40::before { content: "=F3=B1=A9=91"; } + +.mdi-lightbulb-on-50::before { content: "=F3=B1=A9=92"; } + +.mdi-lightbulb-on-60::before { content: "=F3=B1=A9=93"; } + +.mdi-lightbulb-on-70::before { content: "=F3=B1=A9=94"; } + +.mdi-lightbulb-on-80::before { content: "=F3=B1=A9=95"; } + +.mdi-lightbulb-on-90::before { content: "=F3=B1=A9=96"; } + +.mdi-lightbulb-on-outline::before { content: "=F3=B0=9B=A9"; } + +.mdi-lightbulb-outline::before { content: "=F3=B0=8C=B6"; } + +.mdi-lightbulb-question::before { content: "=F3=B1=A7=A3"; } + +.mdi-lightbulb-question-outline::before { content: "=F3=B1=A7=A4"; } + +.mdi-lightbulb-spot::before { content: "=F3=B1=9F=B4"; } + +.mdi-lightbulb-spot-off::before { content: "=F3=B1=9F=B5"; } + +.mdi-lightbulb-variant::before { content: "=F3=B1=A0=82"; } + +.mdi-lightbulb-variant-outline::before { content: "=F3=B1=A0=83"; } + +.mdi-lighthouse::before { content: "=F3=B0=A7=BF"; } + +.mdi-lighthouse-on::before { content: "=F3=B0=A8=80"; } + +.mdi-lightning-bolt::before { content: "=F3=B1=90=8B"; } + +.mdi-lightning-bolt-circle::before { content: "=F3=B0=A0=A0"; } + +.mdi-lightning-bolt-outline::before { content: "=F3=B1=90=8C"; } + +.mdi-line-scan::before { content: "=F3=B0=98=A4"; } + +.mdi-lingerie::before { content: "=F3=B1=91=B6"; } + +.mdi-link::before { content: "=F3=B0=8C=B7"; } + +.mdi-link-box::before { content: "=F3=B0=B4=9A"; } + +.mdi-link-box-outline::before { content: "=F3=B0=B4=9B"; } + +.mdi-link-box-variant::before { content: "=F3=B0=B4=9C"; } + +.mdi-link-box-variant-outline::before { content: "=F3=B0=B4=9D"; } + +.mdi-link-lock::before { content: "=F3=B1=82=BA"; } + +.mdi-link-off::before { content: "=F3=B0=8C=B8"; } + +.mdi-link-plus::before { content: "=F3=B0=B2=94"; } + +.mdi-link-variant::before { content: "=F3=B0=8C=B9"; } + +.mdi-link-variant-minus::before { content: "=F3=B1=83=BF"; } + +.mdi-link-variant-off::before { content: "=F3=B0=8C=BA"; } + +.mdi-link-variant-plus::before { content: "=F3=B1=84=80"; } + +.mdi-link-variant-remove::before { content: "=F3=B1=84=81"; } + +.mdi-linkedin::before { content: "=F3=B0=8C=BB"; } + +.mdi-linux::before { content: "=F3=B0=8C=BD"; } + +.mdi-linux-mint::before { content: "=F3=B0=A3=AD"; } + +.mdi-lipstick::before { content: "=F3=B1=8E=B5"; } + +.mdi-liquid-spot::before { content: "=F3=B1=A0=A6"; } + +.mdi-liquor::before { content: "=F3=B1=A4=9E"; } + +.mdi-list-status::before { content: "=F3=B1=96=AB"; } + +.mdi-litecoin::before { content: "=F3=B0=A9=A1"; } + +.mdi-loading::before { content: "=F3=B0=9D=B2"; } + +.mdi-location-enter::before { content: "=F3=B0=BF=84"; } + +.mdi-location-exit::before { content: "=F3=B0=BF=85"; } + +.mdi-lock::before { content: "=F3=B0=8C=BE"; } + +.mdi-lock-alert::before { content: "=F3=B0=A3=AE"; } + +.mdi-lock-alert-outline::before { content: "=F3=B1=97=91"; } + +.mdi-lock-check::before { content: "=F3=B1=8E=9A"; } + +.mdi-lock-check-outline::before { content: "=F3=B1=9A=A8"; } + +.mdi-lock-clock::before { content: "=F3=B0=A5=BF"; } + +.mdi-lock-minus::before { content: "=F3=B1=9A=A9"; } + +.mdi-lock-minus-outline::before { content: "=F3=B1=9A=AA"; } + +.mdi-lock-off::before { content: "=F3=B1=99=B1"; } + +.mdi-lock-off-outline::before { content: "=F3=B1=99=B2"; } + +.mdi-lock-open::before { content: "=F3=B0=8C=BF"; } + +.mdi-lock-open-alert::before { content: "=F3=B1=8E=9B"; } + +.mdi-lock-open-alert-outline::before { content: "=F3=B1=97=92"; } + +.mdi-lock-open-check::before { content: "=F3=B1=8E=9C"; } + +.mdi-lock-open-check-outline::before { content: "=F3=B1=9A=AB"; } + +.mdi-lock-open-minus::before { content: "=F3=B1=9A=AC"; } + +.mdi-lock-open-minus-outline::before { content: "=F3=B1=9A=AD"; } + +.mdi-lock-open-outline::before { content: "=F3=B0=8D=80"; } + +.mdi-lock-open-plus::before { content: "=F3=B1=9A=AE"; } + +.mdi-lock-open-plus-outline::before { content: "=F3=B1=9A=AF"; } + +.mdi-lock-open-remove::before { content: "=F3=B1=9A=B0"; } + +.mdi-lock-open-remove-outline::before { content: "=F3=B1=9A=B1"; } + +.mdi-lock-open-variant::before { content: "=F3=B0=BF=86"; } + +.mdi-lock-open-variant-outline::before { content: "=F3=B0=BF=87"; } + +.mdi-lock-outline::before { content: "=F3=B0=8D=81"; } + +.mdi-lock-pattern::before { content: "=F3=B0=9B=AA"; } + +.mdi-lock-plus::before { content: "=F3=B0=97=BB"; } + +.mdi-lock-plus-outline::before { content: "=F3=B1=9A=B2"; } + +.mdi-lock-question::before { content: "=F3=B0=A3=AF"; } + +.mdi-lock-remove::before { content: "=F3=B1=9A=B3"; } + +.mdi-lock-remove-outline::before { content: "=F3=B1=9A=B4"; } + +.mdi-lock-reset::before { content: "=F3=B0=9D=B3"; } + +.mdi-lock-smart::before { content: "=F3=B0=A2=B2"; } + +.mdi-locker::before { content: "=F3=B0=9F=97"; } + +.mdi-locker-multiple::before { content: "=F3=B0=9F=98"; } + +.mdi-login::before { content: "=F3=B0=8D=82"; } + +.mdi-login-variant::before { content: "=F3=B0=97=BC"; } + +.mdi-logout::before { content: "=F3=B0=8D=83"; } + +.mdi-logout-variant::before { content: "=F3=B0=97=BD"; } + +.mdi-longitude::before { content: "=F3=B0=BD=9A"; } + +.mdi-looks::before { content: "=F3=B0=8D=84"; } + +.mdi-lotion::before { content: "=F3=B1=96=82"; } + +.mdi-lotion-outline::before { content: "=F3=B1=96=83"; } + +.mdi-lotion-plus::before { content: "=F3=B1=96=84"; } + +.mdi-lotion-plus-outline::before { content: "=F3=B1=96=85"; } + +.mdi-loupe::before { content: "=F3=B0=8D=85"; } + +.mdi-lumx::before { content: "=F3=B0=8D=86"; } + +.mdi-lungs::before { content: "=F3=B1=82=84"; } + +.mdi-mace::before { content: "=F3=B1=A1=83"; } + +.mdi-magazine-pistol::before { content: "=F3=B0=8C=A4"; } + +.mdi-magazine-rifle::before { content: "=F3=B0=8C=A3"; } + +.mdi-magic-staff::before { content: "=F3=B1=A1=84"; } + +.mdi-magnet::before { content: "=F3=B0=8D=87"; } + +.mdi-magnet-on::before { content: "=F3=B0=8D=88"; } + +.mdi-magnify::before { content: "=F3=B0=8D=89"; } + +.mdi-magnify-close::before { content: "=F3=B0=A6=80"; } + +.mdi-magnify-expand::before { content: "=F3=B1=A1=B4"; } + +.mdi-magnify-minus::before { content: "=F3=B0=8D=8A"; } + +.mdi-magnify-minus-cursor::before { content: "=F3=B0=A9=A2"; } + +.mdi-magnify-minus-outline::before { content: "=F3=B0=9B=AC"; } + +.mdi-magnify-plus::before { content: "=F3=B0=8D=8B"; } + +.mdi-magnify-plus-cursor::before { content: "=F3=B0=A9=A3"; } + +.mdi-magnify-plus-outline::before { content: "=F3=B0=9B=AD"; } + +.mdi-magnify-remove-cursor::before { content: "=F3=B1=88=8C"; } + +.mdi-magnify-remove-outline::before { content: "=F3=B1=88=8D"; } + +.mdi-magnify-scan::before { content: "=F3=B1=89=B6"; } + +.mdi-mail::before { content: "=F3=B0=BA=BB"; } + +.mdi-mailbox::before { content: "=F3=B0=9B=AE"; } + +.mdi-mailbox-open::before { content: "=F3=B0=B6=88"; } + +.mdi-mailbox-open-outline::before { content: "=F3=B0=B6=89"; } + +.mdi-mailbox-open-up::before { content: "=F3=B0=B6=8A"; } + +.mdi-mailbox-open-up-outline::before { content: "=F3=B0=B6=8B"; } + +.mdi-mailbox-outline::before { content: "=F3=B0=B6=8C"; } + +.mdi-mailbox-up::before { content: "=F3=B0=B6=8D"; } + +.mdi-mailbox-up-outline::before { content: "=F3=B0=B6=8E"; } + +.mdi-manjaro::before { content: "=F3=B1=98=8A"; } + +.mdi-map::before { content: "=F3=B0=8D=8D"; } + +.mdi-map-check::before { content: "=F3=B0=BA=BC"; } + +.mdi-map-check-outline::before { content: "=F3=B0=BA=BD"; } + +.mdi-map-clock::before { content: "=F3=B0=B4=9E"; } + +.mdi-map-clock-outline::before { content: "=F3=B0=B4=9F"; } + +.mdi-map-legend::before { content: "=F3=B0=A8=81"; } + +.mdi-map-marker::before { content: "=F3=B0=8D=8E"; } + +.mdi-map-marker-account::before { content: "=F3=B1=A3=A3"; } + +.mdi-map-marker-account-outline::before { content: "=F3=B1=A3=A4"; } + +.mdi-map-marker-alert::before { content: "=F3=B0=BC=85"; } + +.mdi-map-marker-alert-outline::before { content: "=F3=B0=BC=86"; } + +.mdi-map-marker-check::before { content: "=F3=B0=B2=95"; } + +.mdi-map-marker-check-outline::before { content: "=F3=B1=8B=BB"; } + +.mdi-map-marker-circle::before { content: "=F3=B0=8D=8F"; } + +.mdi-map-marker-distance::before { content: "=F3=B0=A3=B0"; } + +.mdi-map-marker-down::before { content: "=F3=B1=84=82"; } + +.mdi-map-marker-left::before { content: "=F3=B1=8B=9B"; } + +.mdi-map-marker-left-outline::before { content: "=F3=B1=8B=9D"; } + +.mdi-map-marker-minus::before { content: "=F3=B0=99=90"; } + +.mdi-map-marker-minus-outline::before { content: "=F3=B1=8B=B9"; } + +.mdi-map-marker-multiple::before { content: "=F3=B0=8D=90"; } + +.mdi-map-marker-multiple-outline::before { content: "=F3=B1=89=B7"; } + +.mdi-map-marker-off::before { content: "=F3=B0=8D=91"; } + +.mdi-map-marker-off-outline::before { content: "=F3=B1=8B=BD"; } + +.mdi-map-marker-outline::before { content: "=F3=B0=9F=99"; } + +.mdi-map-marker-path::before { content: "=F3=B0=B4=A0"; } + +.mdi-map-marker-plus::before { content: "=F3=B0=99=91"; } + +.mdi-map-marker-plus-outline::before { content: "=F3=B1=8B=B8"; } + +.mdi-map-marker-question::before { content: "=F3=B0=BC=87"; } + +.mdi-map-marker-question-outline::before { content: "=F3=B0=BC=88"; } + +.mdi-map-marker-radius::before { content: "=F3=B0=8D=92"; } + +.mdi-map-marker-radius-outline::before { content: "=F3=B1=8B=BC"; } + +.mdi-map-marker-remove::before { content: "=F3=B0=BC=89"; } + +.mdi-map-marker-remove-outline::before { content: "=F3=B1=8B=BA"; } + +.mdi-map-marker-remove-variant::before { content: "=F3=B0=BC=8A"; } + +.mdi-map-marker-right::before { content: "=F3=B1=8B=9C"; } + +.mdi-map-marker-right-outline::before { content: "=F3=B1=8B=9E"; } + +.mdi-map-marker-star::before { content: "=F3=B1=98=88"; } + +.mdi-map-marker-star-outline::before { content: "=F3=B1=98=89"; } + +.mdi-map-marker-up::before { content: "=F3=B1=84=83"; } + +.mdi-map-minus::before { content: "=F3=B0=A6=81"; } + +.mdi-map-outline::before { content: "=F3=B0=A6=82"; } + +.mdi-map-plus::before { content: "=F3=B0=A6=83"; } + +.mdi-map-search::before { content: "=F3=B0=A6=84"; } + +.mdi-map-search-outline::before { content: "=F3=B0=A6=85"; } + +.mdi-mapbox::before { content: "=F3=B0=AE=AA"; } + +.mdi-margin::before { content: "=F3=B0=8D=93"; } + +.mdi-marker::before { content: "=F3=B0=99=92"; } + +.mdi-marker-cancel::before { content: "=F3=B0=B7=99"; } + +.mdi-marker-check::before { content: "=F3=B0=8D=95"; } + +.mdi-mastodon::before { content: "=F3=B0=AB=91"; } + +.mdi-material-design::before { content: "=F3=B0=A6=86"; } + +.mdi-material-ui::before { content: "=F3=B0=8D=97"; } + +.mdi-math-compass::before { content: "=F3=B0=8D=98"; } + +.mdi-math-cos::before { content: "=F3=B0=B2=96"; } + +.mdi-math-integral::before { content: "=F3=B0=BF=88"; } + +.mdi-math-integral-box::before { content: "=F3=B0=BF=89"; } + +.mdi-math-log::before { content: "=F3=B1=82=85"; } + +.mdi-math-norm::before { content: "=F3=B0=BF=8A"; } + +.mdi-math-norm-box::before { content: "=F3=B0=BF=8B"; } + +.mdi-math-sin::before { content: "=F3=B0=B2=97"; } + +.mdi-math-tan::before { content: "=F3=B0=B2=98"; } + +.mdi-matrix::before { content: "=F3=B0=98=A8"; } + +.mdi-medal::before { content: "=F3=B0=A6=87"; } + +.mdi-medal-outline::before { content: "=F3=B1=8C=A6"; } + +.mdi-medical-bag::before { content: "=F3=B0=9B=AF"; } + +.mdi-medical-cotton-swab::before { content: "=F3=B1=AA=B8"; } + +.mdi-medication::before { content: "=F3=B1=AC=94"; } + +.mdi-medication-outline::before { content: "=F3=B1=AC=95"; } + +.mdi-meditation::before { content: "=F3=B1=85=BB"; } + +.mdi-memory::before { content: "=F3=B0=8D=9B"; } + +.mdi-menorah::before { content: "=F3=B1=9F=94"; } + +.mdi-menorah-fire::before { content: "=F3=B1=9F=95"; } + +.mdi-menu::before { content: "=F3=B0=8D=9C"; } + +.mdi-menu-down::before { content: "=F3=B0=8D=9D"; } + +.mdi-menu-down-outline::before { content: "=F3=B0=9A=B6"; } + +.mdi-menu-left::before { content: "=F3=B0=8D=9E"; } + +.mdi-menu-left-outline::before { content: "=F3=B0=A8=82"; } + +.mdi-menu-open::before { content: "=F3=B0=AE=AB"; } + +.mdi-menu-right::before { content: "=F3=B0=8D=9F"; } + +.mdi-menu-right-outline::before { content: "=F3=B0=A8=83"; } + +.mdi-menu-swap::before { content: "=F3=B0=A9=A4"; } + +.mdi-menu-swap-outline::before { content: "=F3=B0=A9=A5"; } + +.mdi-menu-up::before { content: "=F3=B0=8D=A0"; } + +.mdi-menu-up-outline::before { content: "=F3=B0=9A=B7"; } + +.mdi-merge::before { content: "=F3=B0=BD=9C"; } + +.mdi-message::before { content: "=F3=B0=8D=A1"; } + +.mdi-message-alert::before { content: "=F3=B0=8D=A2"; } + +.mdi-message-alert-outline::before { content: "=F3=B0=A8=84"; } + +.mdi-message-arrow-left::before { content: "=F3=B1=8B=B2"; } + +.mdi-message-arrow-left-outline::before { content: "=F3=B1=8B=B3"; } + +.mdi-message-arrow-right::before { content: "=F3=B1=8B=B4"; } + +.mdi-message-arrow-right-outline::before { content: "=F3=B1=8B=B5"; } + +.mdi-message-badge::before { content: "=F3=B1=A5=81"; } + +.mdi-message-badge-outline::before { content: "=F3=B1=A5=82"; } + +.mdi-message-bookmark::before { content: "=F3=B1=96=AC"; } + +.mdi-message-bookmark-outline::before { content: "=F3=B1=96=AD"; } + +.mdi-message-bulleted::before { content: "=F3=B0=9A=A2"; } + +.mdi-message-bulleted-off::before { content: "=F3=B0=9A=A3"; } + +.mdi-message-cog::before { content: "=F3=B0=9B=B1"; } + +.mdi-message-cog-outline::before { content: "=F3=B1=85=B2"; } + +.mdi-message-draw::before { content: "=F3=B0=8D=A3"; } + +.mdi-message-fast::before { content: "=F3=B1=A7=8C"; } + +.mdi-message-fast-outline::before { content: "=F3=B1=A7=8D"; } + +.mdi-message-flash::before { content: "=F3=B1=96=A9"; } + +.mdi-message-flash-outline::before { content: "=F3=B1=96=AA"; } + +.mdi-message-image::before { content: "=F3=B0=8D=A4"; } + +.mdi-message-image-outline::before { content: "=F3=B1=85=AC"; } + +.mdi-message-lock::before { content: "=F3=B0=BF=8C"; } + +.mdi-message-lock-outline::before { content: "=F3=B1=85=AD"; } + +.mdi-message-minus::before { content: "=F3=B1=85=AE"; } + +.mdi-message-minus-outline::before { content: "=F3=B1=85=AF"; } + +.mdi-message-off::before { content: "=F3=B1=99=8D"; } + +.mdi-message-off-outline::before { content: "=F3=B1=99=8E"; } + +.mdi-message-outline::before { content: "=F3=B0=8D=A5"; } + +.mdi-message-plus::before { content: "=F3=B0=99=93"; } + +.mdi-message-plus-outline::before { content: "=F3=B1=82=BB"; } + +.mdi-message-processing::before { content: "=F3=B0=8D=A6"; } + +.mdi-message-processing-outline::before { content: "=F3=B1=85=B0"; } + +.mdi-message-question::before { content: "=F3=B1=9C=BA"; } + +.mdi-message-question-outline::before { content: "=F3=B1=9C=BB"; } + +.mdi-message-reply::before { content: "=F3=B0=8D=A7"; } + +.mdi-message-reply-outline::before { content: "=F3=B1=9C=BD"; } + +.mdi-message-reply-text::before { content: "=F3=B0=8D=A8"; } + +.mdi-message-reply-text-outline::before { content: "=F3=B1=9C=BE"; } + +.mdi-message-settings::before { content: "=F3=B0=9B=B0"; } + +.mdi-message-settings-outline::before { content: "=F3=B1=85=B1"; } + +.mdi-message-star::before { content: "=F3=B0=9A=9A"; } + +.mdi-message-star-outline::before { content: "=F3=B1=89=90"; } + +.mdi-message-text::before { content: "=F3=B0=8D=A9"; } + +.mdi-message-text-clock::before { content: "=F3=B1=85=B3"; } + +.mdi-message-text-clock-outline::before { content: "=F3=B1=85=B4"; } + +.mdi-message-text-fast::before { content: "=F3=B1=A7=8E"; } + +.mdi-message-text-fast-outline::before { content: "=F3=B1=A7=8F"; } + +.mdi-message-text-lock::before { content: "=F3=B0=BF=8D"; } + +.mdi-message-text-lock-outline::before { content: "=F3=B1=85=B5"; } + +.mdi-message-text-outline::before { content: "=F3=B0=8D=AA"; } + +.mdi-message-video::before { content: "=F3=B0=8D=AB"; } + +.mdi-meteor::before { content: "=F3=B0=98=A9"; } + +.mdi-meter-electric::before { content: "=F3=B1=A9=97"; } + +.mdi-meter-electric-outline::before { content: "=F3=B1=A9=98"; } + +.mdi-meter-gas::before { content: "=F3=B1=A9=99"; } + +.mdi-meter-gas-outline::before { content: "=F3=B1=A9=9A"; } + +.mdi-metronome::before { content: "=F3=B0=9F=9A"; } + +.mdi-metronome-tick::before { content: "=F3=B0=9F=9B"; } + +.mdi-micro-sd::before { content: "=F3=B0=9F=9C"; } + +.mdi-microphone::before { content: "=F3=B0=8D=AC"; } + +.mdi-microphone-minus::before { content: "=F3=B0=A2=B3"; } + +.mdi-microphone-off::before { content: "=F3=B0=8D=AD"; } + +.mdi-microphone-outline::before { content: "=F3=B0=8D=AE"; } + +.mdi-microphone-plus::before { content: "=F3=B0=A2=B4"; } + +.mdi-microphone-question::before { content: "=F3=B1=A6=89"; } + +.mdi-microphone-question-outline::before { content: "=F3=B1=A6=8A"; } + +.mdi-microphone-settings::before { content: "=F3=B0=8D=AF"; } + +.mdi-microphone-variant::before { content: "=F3=B0=8D=B0"; } + +.mdi-microphone-variant-off::before { content: "=F3=B0=8D=B1"; } + +.mdi-microscope::before { content: "=F3=B0=99=94"; } + +.mdi-microsoft::before { content: "=F3=B0=8D=B2"; } + +.mdi-microsoft-access::before { content: "=F3=B1=8E=8E"; } + +.mdi-microsoft-azure::before { content: "=F3=B0=A0=85"; } + +.mdi-microsoft-azure-devops::before { content: "=F3=B0=BF=95"; } + +.mdi-microsoft-bing::before { content: "=F3=B0=82=A4"; } + +.mdi-microsoft-dynamics-365::before { content: "=F3=B0=A6=88"; } + +.mdi-microsoft-edge::before { content: "=F3=B0=87=A9"; } + +.mdi-microsoft-excel::before { content: "=F3=B1=8E=8F"; } + +.mdi-microsoft-internet-explorer::before { content: "=F3=B0=8C=80"; } + +.mdi-microsoft-office::before { content: "=F3=B0=8F=86"; } + +.mdi-microsoft-onedrive::before { content: "=F3=B0=8F=8A"; } + +.mdi-microsoft-onenote::before { content: "=F3=B0=9D=87"; } + +.mdi-microsoft-outlook::before { content: "=F3=B0=B4=A2"; } + +.mdi-microsoft-powerpoint::before { content: "=F3=B1=8E=90"; } + +.mdi-microsoft-sharepoint::before { content: "=F3=B1=8E=91"; } + +.mdi-microsoft-teams::before { content: "=F3=B0=8A=BB"; } + +.mdi-microsoft-visual-studio::before { content: "=F3=B0=98=90"; } + +.mdi-microsoft-visual-studio-code::before { content: "=F3=B0=A8=9E"; } + +.mdi-microsoft-windows::before { content: "=F3=B0=96=B3"; } + +.mdi-microsoft-windows-classic::before { content: "=F3=B0=A8=A1"; } + +.mdi-microsoft-word::before { content: "=F3=B1=8E=92"; } + +.mdi-microsoft-xbox::before { content: "=F3=B0=96=B9"; } + +.mdi-microsoft-xbox-controller::before { content: "=F3=B0=96=BA"; } + +.mdi-microsoft-xbox-controller-battery-alert::before { content: "=F3=B0=9D= +=8B"; } + +.mdi-microsoft-xbox-controller-battery-charging::before { content: "=F3=B0= +=A8=A2"; } + +.mdi-microsoft-xbox-controller-battery-empty::before { content: "=F3=B0=9D= +=8C"; } + +.mdi-microsoft-xbox-controller-battery-full::before { content: "=F3=B0=9D= +=8D"; } + +.mdi-microsoft-xbox-controller-battery-low::before { content: "=F3=B0=9D=8E= +"; } + +.mdi-microsoft-xbox-controller-battery-medium::before { content: "=F3=B0=9D= +=8F"; } + +.mdi-microsoft-xbox-controller-battery-unknown::before { content: "=F3=B0= +=9D=90"; } + +.mdi-microsoft-xbox-controller-menu::before { content: "=F3=B0=B9=AF"; } + +.mdi-microsoft-xbox-controller-off::before { content: "=F3=B0=96=BB"; } + +.mdi-microsoft-xbox-controller-view::before { content: "=F3=B0=B9=B0"; } + +.mdi-microwave::before { content: "=F3=B0=B2=99"; } + +.mdi-microwave-off::before { content: "=F3=B1=90=A3"; } + +.mdi-middleware::before { content: "=F3=B0=BD=9D"; } + +.mdi-middleware-outline::before { content: "=F3=B0=BD=9E"; } + +.mdi-midi::before { content: "=F3=B0=A3=B1"; } + +.mdi-midi-port::before { content: "=F3=B0=A3=B2"; } + +.mdi-mine::before { content: "=F3=B0=B7=9A"; } + +.mdi-minecraft::before { content: "=F3=B0=8D=B3"; } + +.mdi-mini-sd::before { content: "=F3=B0=A8=85"; } + +.mdi-minidisc::before { content: "=F3=B0=A8=86"; } + +.mdi-minus::before { content: "=F3=B0=8D=B4"; } + +.mdi-minus-box::before { content: "=F3=B0=8D=B5"; } + +.mdi-minus-box-multiple::before { content: "=F3=B1=85=81"; } + +.mdi-minus-box-multiple-outline::before { content: "=F3=B1=85=82"; } + +.mdi-minus-box-outline::before { content: "=F3=B0=9B=B2"; } + +.mdi-minus-circle::before { content: "=F3=B0=8D=B6"; } + +.mdi-minus-circle-multiple::before { content: "=F3=B0=8D=9A"; } + +.mdi-minus-circle-multiple-outline::before { content: "=F3=B0=AB=93"; } + +.mdi-minus-circle-off::before { content: "=F3=B1=91=99"; } + +.mdi-minus-circle-off-outline::before { content: "=F3=B1=91=9A"; } + +.mdi-minus-circle-outline::before { content: "=F3=B0=8D=B7"; } + +.mdi-minus-network::before { content: "=F3=B0=8D=B8"; } + +.mdi-minus-network-outline::before { content: "=F3=B0=B2=9A"; } + +.mdi-minus-thick::before { content: "=F3=B1=98=B9"; } + +.mdi-mirror::before { content: "=F3=B1=87=BD"; } + +.mdi-mirror-rectangle::before { content: "=F3=B1=9E=9F"; } + +.mdi-mirror-variant::before { content: "=F3=B1=9E=A0"; } + +.mdi-mixed-martial-arts::before { content: "=F3=B0=B6=8F"; } + +.mdi-mixed-reality::before { content: "=F3=B0=A1=BF"; } + +.mdi-molecule::before { content: "=F3=B0=AE=AC"; } + +.mdi-molecule-co::before { content: "=F3=B1=8B=BE"; } + +.mdi-molecule-co2::before { content: "=F3=B0=9F=A4"; } + +.mdi-monitor::before { content: "=F3=B0=8D=B9"; } + +.mdi-monitor-account::before { content: "=F3=B1=A9=9B"; } + +.mdi-monitor-arrow-down::before { content: "=F3=B1=A7=90"; } + +.mdi-monitor-arrow-down-variant::before { content: "=F3=B1=A7=91"; } + +.mdi-monitor-cellphone::before { content: "=F3=B0=A6=89"; } + +.mdi-monitor-cellphone-star::before { content: "=F3=B0=A6=8A"; } + +.mdi-monitor-dashboard::before { content: "=F3=B0=A8=87"; } + +.mdi-monitor-edit::before { content: "=F3=B1=8B=86"; } + +.mdi-monitor-eye::before { content: "=F3=B1=8E=B4"; } + +.mdi-monitor-lock::before { content: "=F3=B0=B7=9B"; } + +.mdi-monitor-multiple::before { content: "=F3=B0=8D=BA"; } + +.mdi-monitor-off::before { content: "=F3=B0=B6=90"; } + +.mdi-monitor-screenshot::before { content: "=F3=B0=B9=91"; } + +.mdi-monitor-share::before { content: "=F3=B1=92=83"; } + +.mdi-monitor-shimmer::before { content: "=F3=B1=84=84"; } + +.mdi-monitor-small::before { content: "=F3=B1=A1=B6"; } + +.mdi-monitor-speaker::before { content: "=F3=B0=BD=9F"; } + +.mdi-monitor-speaker-off::before { content: "=F3=B0=BD=A0"; } + +.mdi-monitor-star::before { content: "=F3=B0=B7=9C"; } + +.mdi-moon-first-quarter::before { content: "=F3=B0=BD=A1"; } + +.mdi-moon-full::before { content: "=F3=B0=BD=A2"; } + +.mdi-moon-last-quarter::before { content: "=F3=B0=BD=A3"; } + +.mdi-moon-new::before { content: "=F3=B0=BD=A4"; } + +.mdi-moon-waning-crescent::before { content: "=F3=B0=BD=A5"; } + +.mdi-moon-waning-gibbous::before { content: "=F3=B0=BD=A6"; } + +.mdi-moon-waxing-crescent::before { content: "=F3=B0=BD=A7"; } + +.mdi-moon-waxing-gibbous::before { content: "=F3=B0=BD=A8"; } + +.mdi-moped::before { content: "=F3=B1=82=86"; } + +.mdi-moped-electric::before { content: "=F3=B1=96=B7"; } + +.mdi-moped-electric-outline::before { content: "=F3=B1=96=B8"; } + +.mdi-moped-outline::before { content: "=F3=B1=96=B9"; } + +.mdi-more::before { content: "=F3=B0=8D=BB"; } + +.mdi-mortar-pestle::before { content: "=F3=B1=9D=88"; } + +.mdi-mortar-pestle-plus::before { content: "=F3=B0=8F=B1"; } + +.mdi-mosque::before { content: "=F3=B1=A0=A7"; } + +.mdi-mother-heart::before { content: "=F3=B1=8C=94"; } + +.mdi-mother-nurse::before { content: "=F3=B0=B4=A1"; } + +.mdi-motion::before { content: "=F3=B1=96=B2"; } + +.mdi-motion-outline::before { content: "=F3=B1=96=B3"; } + +.mdi-motion-pause::before { content: "=F3=B1=96=90"; } + +.mdi-motion-pause-outline::before { content: "=F3=B1=96=92"; } + +.mdi-motion-play::before { content: "=F3=B1=96=8F"; } + +.mdi-motion-play-outline::before { content: "=F3=B1=96=91"; } + +.mdi-motion-sensor::before { content: "=F3=B0=B6=91"; } + +.mdi-motion-sensor-off::before { content: "=F3=B1=90=B5"; } + +.mdi-motorbike::before { content: "=F3=B0=8D=BC"; } + +.mdi-motorbike-electric::before { content: "=F3=B1=96=BA"; } + +.mdi-motorbike-off::before { content: "=F3=B1=AC=96"; } + +.mdi-mouse::before { content: "=F3=B0=8D=BD"; } + +.mdi-mouse-bluetooth::before { content: "=F3=B0=A6=8B"; } + +.mdi-mouse-move-down::before { content: "=F3=B1=95=90"; } + +.mdi-mouse-move-up::before { content: "=F3=B1=95=91"; } + +.mdi-mouse-move-vertical::before { content: "=F3=B1=95=92"; } + +.mdi-mouse-off::before { content: "=F3=B0=8D=BE"; } + +.mdi-mouse-variant::before { content: "=F3=B0=8D=BF"; } + +.mdi-mouse-variant-off::before { content: "=F3=B0=8E=80"; } + +.mdi-move-resize::before { content: "=F3=B0=99=95"; } + +.mdi-move-resize-variant::before { content: "=F3=B0=99=96"; } + +.mdi-movie::before { content: "=F3=B0=8E=81"; } + +.mdi-movie-check::before { content: "=F3=B1=9B=B3"; } + +.mdi-movie-check-outline::before { content: "=F3=B1=9B=B4"; } + +.mdi-movie-cog::before { content: "=F3=B1=9B=B5"; } + +.mdi-movie-cog-outline::before { content: "=F3=B1=9B=B6"; } + +.mdi-movie-edit::before { content: "=F3=B1=84=A2"; } + +.mdi-movie-edit-outline::before { content: "=F3=B1=84=A3"; } + +.mdi-movie-filter::before { content: "=F3=B1=84=A4"; } + +.mdi-movie-filter-outline::before { content: "=F3=B1=84=A5"; } + +.mdi-movie-minus::before { content: "=F3=B1=9B=B7"; } + +.mdi-movie-minus-outline::before { content: "=F3=B1=9B=B8"; } + +.mdi-movie-off::before { content: "=F3=B1=9B=B9"; } + +.mdi-movie-off-outline::before { content: "=F3=B1=9B=BA"; } + +.mdi-movie-open::before { content: "=F3=B0=BF=8E"; } + +.mdi-movie-open-check::before { content: "=F3=B1=9B=BB"; } + +.mdi-movie-open-check-outline::before { content: "=F3=B1=9B=BC"; } + +.mdi-movie-open-cog::before { content: "=F3=B1=9B=BD"; } + +.mdi-movie-open-cog-outline::before { content: "=F3=B1=9B=BE"; } + +.mdi-movie-open-edit::before { content: "=F3=B1=9B=BF"; } + +.mdi-movie-open-edit-outline::before { content: "=F3=B1=9C=80"; } + +.mdi-movie-open-minus::before { content: "=F3=B1=9C=81"; } + +.mdi-movie-open-minus-outline::before { content: "=F3=B1=9C=82"; } + +.mdi-movie-open-off::before { content: "=F3=B1=9C=83"; } + +.mdi-movie-open-off-outline::before { content: "=F3=B1=9C=84"; } + +.mdi-movie-open-outline::before { content: "=F3=B0=BF=8F"; } + +.mdi-movie-open-play::before { content: "=F3=B1=9C=85"; } + +.mdi-movie-open-play-outline::before { content: "=F3=B1=9C=86"; } + +.mdi-movie-open-plus::before { content: "=F3=B1=9C=87"; } + +.mdi-movie-open-plus-outline::before { content: "=F3=B1=9C=88"; } + +.mdi-movie-open-remove::before { content: "=F3=B1=9C=89"; } + +.mdi-movie-open-remove-outline::before { content: "=F3=B1=9C=8A"; } + +.mdi-movie-open-settings::before { content: "=F3=B1=9C=8B"; } + +.mdi-movie-open-settings-outline::before { content: "=F3=B1=9C=8C"; } + +.mdi-movie-open-star::before { content: "=F3=B1=9C=8D"; } + +.mdi-movie-open-star-outline::before { content: "=F3=B1=9C=8E"; } + +.mdi-movie-outline::before { content: "=F3=B0=B7=9D"; } + +.mdi-movie-play::before { content: "=F3=B1=9C=8F"; } + +.mdi-movie-play-outline::before { content: "=F3=B1=9C=90"; } + +.mdi-movie-plus::before { content: "=F3=B1=9C=91"; } + +.mdi-movie-plus-outline::before { content: "=F3=B1=9C=92"; } + +.mdi-movie-remove::before { content: "=F3=B1=9C=93"; } + +.mdi-movie-remove-outline::before { content: "=F3=B1=9C=94"; } + +.mdi-movie-roll::before { content: "=F3=B0=9F=9E"; } + +.mdi-movie-search::before { content: "=F3=B1=87=92"; } + +.mdi-movie-search-outline::before { content: "=F3=B1=87=93"; } + +.mdi-movie-settings::before { content: "=F3=B1=9C=95"; } + +.mdi-movie-settings-outline::before { content: "=F3=B1=9C=96"; } + +.mdi-movie-star::before { content: "=F3=B1=9C=97"; } + +.mdi-movie-star-outline::before { content: "=F3=B1=9C=98"; } + +.mdi-mower::before { content: "=F3=B1=99=AF"; } + +.mdi-mower-bag::before { content: "=F3=B1=99=B0"; } + +.mdi-muffin::before { content: "=F3=B0=A6=8C"; } + +.mdi-multicast::before { content: "=F3=B1=A2=93"; } + +.mdi-multiplication::before { content: "=F3=B0=8E=82"; } + +.mdi-multiplication-box::before { content: "=F3=B0=8E=83"; } + +.mdi-mushroom::before { content: "=F3=B0=9F=9F"; } + +.mdi-mushroom-off::before { content: "=F3=B1=8F=BA"; } + +.mdi-mushroom-off-outline::before { content: "=F3=B1=8F=BB"; } + +.mdi-mushroom-outline::before { content: "=F3=B0=9F=A0"; } + +.mdi-music::before { content: "=F3=B0=9D=9A"; } + +.mdi-music-accidental-double-flat::before { content: "=F3=B0=BD=A9"; } + +.mdi-music-accidental-double-sharp::before { content: "=F3=B0=BD=AA"; } + +.mdi-music-accidental-flat::before { content: "=F3=B0=BD=AB"; } + +.mdi-music-accidental-natural::before { content: "=F3=B0=BD=AC"; } + +.mdi-music-accidental-sharp::before { content: "=F3=B0=BD=AD"; } + +.mdi-music-box::before { content: "=F3=B0=8E=84"; } + +.mdi-music-box-multiple::before { content: "=F3=B0=8C=B3"; } + +.mdi-music-box-multiple-outline::before { content: "=F3=B0=BC=84"; } + +.mdi-music-box-outline::before { content: "=F3=B0=8E=85"; } + +.mdi-music-circle::before { content: "=F3=B0=8E=86"; } + +.mdi-music-circle-outline::before { content: "=F3=B0=AB=94"; } + +.mdi-music-clef-alto::before { content: "=F3=B0=BD=AE"; } + +.mdi-music-clef-bass::before { content: "=F3=B0=BD=AF"; } + +.mdi-music-clef-treble::before { content: "=F3=B0=BD=B0"; } + +.mdi-music-note::before { content: "=F3=B0=8E=87"; } + +.mdi-music-note-bluetooth::before { content: "=F3=B0=97=BE"; } + +.mdi-music-note-bluetooth-off::before { content: "=F3=B0=97=BF"; } + +.mdi-music-note-eighth::before { content: "=F3=B0=8E=88"; } + +.mdi-music-note-eighth-dotted::before { content: "=F3=B0=BD=B1"; } + +.mdi-music-note-half::before { content: "=F3=B0=8E=89"; } + +.mdi-music-note-half-dotted::before { content: "=F3=B0=BD=B2"; } + +.mdi-music-note-off::before { content: "=F3=B0=8E=8A"; } + +.mdi-music-note-off-outline::before { content: "=F3=B0=BD=B3"; } + +.mdi-music-note-outline::before { content: "=F3=B0=BD=B4"; } + +.mdi-music-note-plus::before { content: "=F3=B0=B7=9E"; } + +.mdi-music-note-quarter::before { content: "=F3=B0=8E=8B"; } + +.mdi-music-note-quarter-dotted::before { content: "=F3=B0=BD=B5"; } + +.mdi-music-note-sixteenth::before { content: "=F3=B0=8E=8C"; } + +.mdi-music-note-sixteenth-dotted::before { content: "=F3=B0=BD=B6"; } + +.mdi-music-note-whole::before { content: "=F3=B0=8E=8D"; } + +.mdi-music-note-whole-dotted::before { content: "=F3=B0=BD=B7"; } + +.mdi-music-off::before { content: "=F3=B0=9D=9B"; } + +.mdi-music-rest-eighth::before { content: "=F3=B0=BD=B8"; } + +.mdi-music-rest-half::before { content: "=F3=B0=BD=B9"; } + +.mdi-music-rest-quarter::before { content: "=F3=B0=BD=BA"; } + +.mdi-music-rest-sixteenth::before { content: "=F3=B0=BD=BB"; } + +.mdi-music-rest-whole::before { content: "=F3=B0=BD=BC"; } + +.mdi-mustache::before { content: "=F3=B1=97=9E"; } + +.mdi-nail::before { content: "=F3=B0=B7=9F"; } + +.mdi-nas::before { content: "=F3=B0=A3=B3"; } + +.mdi-nativescript::before { content: "=F3=B0=A2=80"; } + +.mdi-nature::before { content: "=F3=B0=8E=8E"; } + +.mdi-nature-people::before { content: "=F3=B0=8E=8F"; } + +.mdi-navigation::before { content: "=F3=B0=8E=90"; } + +.mdi-navigation-outline::before { content: "=F3=B1=98=87"; } + +.mdi-navigation-variant::before { content: "=F3=B1=A3=B0"; } + +.mdi-navigation-variant-outline::before { content: "=F3=B1=A3=B1"; } + +.mdi-near-me::before { content: "=F3=B0=97=8D"; } + +.mdi-necklace::before { content: "=F3=B0=BC=8B"; } + +.mdi-needle::before { content: "=F3=B0=8E=91"; } + +.mdi-needle-off::before { content: "=F3=B1=A7=92"; } + +.mdi-netflix::before { content: "=F3=B0=9D=86"; } + +.mdi-network::before { content: "=F3=B0=9B=B3"; } + +.mdi-network-off::before { content: "=F3=B0=B2=9B"; } + +.mdi-network-off-outline::before { content: "=F3=B0=B2=9C"; } + +.mdi-network-outline::before { content: "=F3=B0=B2=9D"; } + +.mdi-network-pos::before { content: "=F3=B1=AB=8B"; } + +.mdi-network-strength-1::before { content: "=F3=B0=A3=B4"; } + +.mdi-network-strength-1-alert::before { content: "=F3=B0=A3=B5"; } + +.mdi-network-strength-2::before { content: "=F3=B0=A3=B6"; } + +.mdi-network-strength-2-alert::before { content: "=F3=B0=A3=B7"; } + +.mdi-network-strength-3::before { content: "=F3=B0=A3=B8"; } + +.mdi-network-strength-3-alert::before { content: "=F3=B0=A3=B9"; } + +.mdi-network-strength-4::before { content: "=F3=B0=A3=BA"; } + +.mdi-network-strength-4-alert::before { content: "=F3=B0=A3=BB"; } + +.mdi-network-strength-4-cog::before { content: "=F3=B1=A4=9A"; } + +.mdi-network-strength-off::before { content: "=F3=B0=A3=BC"; } + +.mdi-network-strength-off-outline::before { content: "=F3=B0=A3=BD"; } + +.mdi-network-strength-outline::before { content: "=F3=B0=A3=BE"; } + +.mdi-new-box::before { content: "=F3=B0=8E=94"; } + +.mdi-newspaper::before { content: "=F3=B0=8E=95"; } + +.mdi-newspaper-check::before { content: "=F3=B1=A5=83"; } + +.mdi-newspaper-minus::before { content: "=F3=B0=BC=8C"; } + +.mdi-newspaper-plus::before { content: "=F3=B0=BC=8D"; } + +.mdi-newspaper-remove::before { content: "=F3=B1=A5=84"; } + +.mdi-newspaper-variant::before { content: "=F3=B1=80=81"; } + +.mdi-newspaper-variant-multiple::before { content: "=F3=B1=80=82"; } + +.mdi-newspaper-variant-multiple-outline::before { content: "=F3=B1=80=83"; = +} + +.mdi-newspaper-variant-outline::before { content: "=F3=B1=80=84"; } + +.mdi-nfc::before { content: "=F3=B0=8E=96"; } + +.mdi-nfc-search-variant::before { content: "=F3=B0=B9=93"; } + +.mdi-nfc-tap::before { content: "=F3=B0=8E=97"; } + +.mdi-nfc-variant::before { content: "=F3=B0=8E=98"; } + +.mdi-nfc-variant-off::before { content: "=F3=B0=B9=94"; } + +.mdi-ninja::before { content: "=F3=B0=9D=B4"; } + +.mdi-nintendo-game-boy::before { content: "=F3=B1=8E=93"; } + +.mdi-nintendo-switch::before { content: "=F3=B0=9F=A1"; } + +.mdi-nintendo-wii::before { content: "=F3=B0=96=AB"; } + +.mdi-nintendo-wiiu::before { content: "=F3=B0=9C=AD"; } + +.mdi-nix::before { content: "=F3=B1=84=85"; } + +.mdi-nodejs::before { content: "=F3=B0=8E=99"; } + +.mdi-noodles::before { content: "=F3=B1=85=BE"; } + +.mdi-not-equal::before { content: "=F3=B0=A6=8D"; } + +.mdi-not-equal-variant::before { content: "=F3=B0=A6=8E"; } + +.mdi-note::before { content: "=F3=B0=8E=9A"; } + +.mdi-note-alert::before { content: "=F3=B1=9D=BD"; } + +.mdi-note-alert-outline::before { content: "=F3=B1=9D=BE"; } + +.mdi-note-check::before { content: "=F3=B1=9D=BF"; } + +.mdi-note-check-outline::before { content: "=F3=B1=9E=80"; } + +.mdi-note-edit::before { content: "=F3=B1=9E=81"; } + +.mdi-note-edit-outline::before { content: "=F3=B1=9E=82"; } + +.mdi-note-minus::before { content: "=F3=B1=99=8F"; } + +.mdi-note-minus-outline::before { content: "=F3=B1=99=90"; } + +.mdi-note-multiple::before { content: "=F3=B0=9A=B8"; } + +.mdi-note-multiple-outline::before { content: "=F3=B0=9A=B9"; } + +.mdi-note-off::before { content: "=F3=B1=9E=83"; } + +.mdi-note-off-outline::before { content: "=F3=B1=9E=84"; } + +.mdi-note-outline::before { content: "=F3=B0=8E=9B"; } + +.mdi-note-plus::before { content: "=F3=B0=8E=9C"; } + +.mdi-note-plus-outline::before { content: "=F3=B0=8E=9D"; } + +.mdi-note-remove::before { content: "=F3=B1=99=91"; } + +.mdi-note-remove-outline::before { content: "=F3=B1=99=92"; } + +.mdi-note-search::before { content: "=F3=B1=99=93"; } + +.mdi-note-search-outline::before { content: "=F3=B1=99=94"; } + +.mdi-note-text::before { content: "=F3=B0=8E=9E"; } + +.mdi-note-text-outline::before { content: "=F3=B1=87=97"; } + +.mdi-notebook::before { content: "=F3=B0=A0=AE"; } + +.mdi-notebook-check::before { content: "=F3=B1=93=B5"; } + +.mdi-notebook-check-outline::before { content: "=F3=B1=93=B6"; } + +.mdi-notebook-edit::before { content: "=F3=B1=93=A7"; } + +.mdi-notebook-edit-outline::before { content: "=F3=B1=93=A9"; } + +.mdi-notebook-heart::before { content: "=F3=B1=A8=8B"; } + +.mdi-notebook-heart-outline::before { content: "=F3=B1=A8=8C"; } + +.mdi-notebook-minus::before { content: "=F3=B1=98=90"; } + +.mdi-notebook-minus-outline::before { content: "=F3=B1=98=91"; } + +.mdi-notebook-multiple::before { content: "=F3=B0=B9=95"; } + +.mdi-notebook-outline::before { content: "=F3=B0=BA=BF"; } + +.mdi-notebook-plus::before { content: "=F3=B1=98=92"; } + +.mdi-notebook-plus-outline::before { content: "=F3=B1=98=93"; } + +.mdi-notebook-remove::before { content: "=F3=B1=98=94"; } + +.mdi-notebook-remove-outline::before { content: "=F3=B1=98=95"; } + +.mdi-notification-clear-all::before { content: "=F3=B0=8E=9F"; } + +.mdi-npm::before { content: "=F3=B0=9B=B7"; } + +.mdi-nuke::before { content: "=F3=B0=9A=A4"; } + +.mdi-null::before { content: "=F3=B0=9F=A2"; } + +.mdi-numeric::before { content: "=F3=B0=8E=A0"; } + +.mdi-numeric-0::before { content: "=F3=B0=AC=B9"; } + +.mdi-numeric-0-box::before { content: "=F3=B0=8E=A1"; } + +.mdi-numeric-0-box-multiple::before { content: "=F3=B0=BC=8E"; } + +.mdi-numeric-0-box-multiple-outline::before { content: "=F3=B0=8E=A2"; } + +.mdi-numeric-0-box-outline::before { content: "=F3=B0=8E=A3"; } + +.mdi-numeric-0-circle::before { content: "=F3=B0=B2=9E"; } + +.mdi-numeric-0-circle-outline::before { content: "=F3=B0=B2=9F"; } + +.mdi-numeric-1::before { content: "=F3=B0=AC=BA"; } + +.mdi-numeric-1-box::before { content: "=F3=B0=8E=A4"; } + +.mdi-numeric-1-box-multiple::before { content: "=F3=B0=BC=8F"; } + +.mdi-numeric-1-box-multiple-outline::before { content: "=F3=B0=8E=A5"; } + +.mdi-numeric-1-box-outline::before { content: "=F3=B0=8E=A6"; } + +.mdi-numeric-1-circle::before { content: "=F3=B0=B2=A0"; } + +.mdi-numeric-1-circle-outline::before { content: "=F3=B0=B2=A1"; } + +.mdi-numeric-10::before { content: "=F3=B0=BF=A9"; } + +.mdi-numeric-10-box::before { content: "=F3=B0=BD=BD"; } + +.mdi-numeric-10-box-multiple::before { content: "=F3=B0=BF=AA"; } + +.mdi-numeric-10-box-multiple-outline::before { content: "=F3=B0=BF=AB"; } + +.mdi-numeric-10-box-outline::before { content: "=F3=B0=BD=BE"; } + +.mdi-numeric-10-circle::before { content: "=F3=B0=BF=AC"; } + +.mdi-numeric-10-circle-outline::before { content: "=F3=B0=BF=AD"; } + +.mdi-numeric-2::before { content: "=F3=B0=AC=BB"; } + +.mdi-numeric-2-box::before { content: "=F3=B0=8E=A7"; } + +.mdi-numeric-2-box-multiple::before { content: "=F3=B0=BC=90"; } + +.mdi-numeric-2-box-multiple-outline::before { content: "=F3=B0=8E=A8"; } + +.mdi-numeric-2-box-outline::before { content: "=F3=B0=8E=A9"; } + +.mdi-numeric-2-circle::before { content: "=F3=B0=B2=A2"; } + +.mdi-numeric-2-circle-outline::before { content: "=F3=B0=B2=A3"; } + +.mdi-numeric-3::before { content: "=F3=B0=AC=BC"; } + +.mdi-numeric-3-box::before { content: "=F3=B0=8E=AA"; } + +.mdi-numeric-3-box-multiple::before { content: "=F3=B0=BC=91"; } + +.mdi-numeric-3-box-multiple-outline::before { content: "=F3=B0=8E=AB"; } + +.mdi-numeric-3-box-outline::before { content: "=F3=B0=8E=AC"; } + +.mdi-numeric-3-circle::before { content: "=F3=B0=B2=A4"; } + +.mdi-numeric-3-circle-outline::before { content: "=F3=B0=B2=A5"; } + +.mdi-numeric-4::before { content: "=F3=B0=AC=BD"; } + +.mdi-numeric-4-box::before { content: "=F3=B0=8E=AD"; } + +.mdi-numeric-4-box-multiple::before { content: "=F3=B0=BC=92"; } + +.mdi-numeric-4-box-multiple-outline::before { content: "=F3=B0=8E=B2"; } + +.mdi-numeric-4-box-outline::before { content: "=F3=B0=8E=AE"; } + +.mdi-numeric-4-circle::before { content: "=F3=B0=B2=A6"; } + +.mdi-numeric-4-circle-outline::before { content: "=F3=B0=B2=A7"; } + +.mdi-numeric-5::before { content: "=F3=B0=AC=BE"; } + +.mdi-numeric-5-box::before { content: "=F3=B0=8E=B1"; } + +.mdi-numeric-5-box-multiple::before { content: "=F3=B0=BC=93"; } + +.mdi-numeric-5-box-multiple-outline::before { content: "=F3=B0=8E=AF"; } + +.mdi-numeric-5-box-outline::before { content: "=F3=B0=8E=B0"; } + +.mdi-numeric-5-circle::before { content: "=F3=B0=B2=A8"; } + +.mdi-numeric-5-circle-outline::before { content: "=F3=B0=B2=A9"; } + +.mdi-numeric-6::before { content: "=F3=B0=AC=BF"; } + +.mdi-numeric-6-box::before { content: "=F3=B0=8E=B3"; } + +.mdi-numeric-6-box-multiple::before { content: "=F3=B0=BC=94"; } + +.mdi-numeric-6-box-multiple-outline::before { content: "=F3=B0=8E=B4"; } + +.mdi-numeric-6-box-outline::before { content: "=F3=B0=8E=B5"; } + +.mdi-numeric-6-circle::before { content: "=F3=B0=B2=AA"; } + +.mdi-numeric-6-circle-outline::before { content: "=F3=B0=B2=AB"; } + +.mdi-numeric-7::before { content: "=F3=B0=AD=80"; } + +.mdi-numeric-7-box::before { content: "=F3=B0=8E=B6"; } + +.mdi-numeric-7-box-multiple::before { content: "=F3=B0=BC=95"; } + +.mdi-numeric-7-box-multiple-outline::before { content: "=F3=B0=8E=B7"; } + +.mdi-numeric-7-box-outline::before { content: "=F3=B0=8E=B8"; } + +.mdi-numeric-7-circle::before { content: "=F3=B0=B2=AC"; } + +.mdi-numeric-7-circle-outline::before { content: "=F3=B0=B2=AD"; } + +.mdi-numeric-8::before { content: "=F3=B0=AD=81"; } + +.mdi-numeric-8-box::before { content: "=F3=B0=8E=B9"; } + +.mdi-numeric-8-box-multiple::before { content: "=F3=B0=BC=96"; } + +.mdi-numeric-8-box-multiple-outline::before { content: "=F3=B0=8E=BA"; } + +.mdi-numeric-8-box-outline::before { content: "=F3=B0=8E=BB"; } + +.mdi-numeric-8-circle::before { content: "=F3=B0=B2=AE"; } + +.mdi-numeric-8-circle-outline::before { content: "=F3=B0=B2=AF"; } + +.mdi-numeric-9::before { content: "=F3=B0=AD=82"; } + +.mdi-numeric-9-box::before { content: "=F3=B0=8E=BC"; } + +.mdi-numeric-9-box-multiple::before { content: "=F3=B0=BC=97"; } + +.mdi-numeric-9-box-multiple-outline::before { content: "=F3=B0=8E=BD"; } + +.mdi-numeric-9-box-outline::before { content: "=F3=B0=8E=BE"; } + +.mdi-numeric-9-circle::before { content: "=F3=B0=B2=B0"; } + +.mdi-numeric-9-circle-outline::before { content: "=F3=B0=B2=B1"; } + +.mdi-numeric-9-plus::before { content: "=F3=B0=BF=AE"; } + +.mdi-numeric-9-plus-box::before { content: "=F3=B0=8E=BF"; } + +.mdi-numeric-9-plus-box-multiple::before { content: "=F3=B0=BC=98"; } + +.mdi-numeric-9-plus-box-multiple-outline::before { content: "=F3=B0=8F=80";= + } + +.mdi-numeric-9-plus-box-outline::before { content: "=F3=B0=8F=81"; } + +.mdi-numeric-9-plus-circle::before { content: "=F3=B0=B2=B2"; } + +.mdi-numeric-9-plus-circle-outline::before { content: "=F3=B0=B2=B3"; } + +.mdi-numeric-negative-1::before { content: "=F3=B1=81=92"; } + +.mdi-numeric-off::before { content: "=F3=B1=A7=93"; } + +.mdi-numeric-positive-1::before { content: "=F3=B1=97=8B"; } + +.mdi-nut::before { content: "=F3=B0=9B=B8"; } + +.mdi-nutrition::before { content: "=F3=B0=8F=82"; } + +.mdi-nuxt::before { content: "=F3=B1=84=86"; } + +.mdi-oar::before { content: "=F3=B0=99=BC"; } + +.mdi-ocarina::before { content: "=F3=B0=B7=A0"; } + +.mdi-oci::before { content: "=F3=B1=8B=A9"; } + +.mdi-ocr::before { content: "=F3=B1=84=BA"; } + +.mdi-octagon::before { content: "=F3=B0=8F=83"; } + +.mdi-octagon-outline::before { content: "=F3=B0=8F=84"; } + +.mdi-octagram::before { content: "=F3=B0=9B=B9"; } + +.mdi-octagram-outline::before { content: "=F3=B0=9D=B5"; } + +.mdi-octahedron::before { content: "=F3=B1=A5=90"; } + +.mdi-octahedron-off::before { content: "=F3=B1=A5=91"; } + +.mdi-odnoklassniki::before { content: "=F3=B0=8F=85"; } + +.mdi-offer::before { content: "=F3=B1=88=9B"; } + +.mdi-office-building::before { content: "=F3=B0=A6=91"; } + +.mdi-office-building-cog::before { content: "=F3=B1=A5=89"; } + +.mdi-office-building-cog-outline::before { content: "=F3=B1=A5=8A"; } + +.mdi-office-building-marker::before { content: "=F3=B1=94=A0"; } + +.mdi-office-building-marker-outline::before { content: "=F3=B1=94=A1"; } + +.mdi-office-building-outline::before { content: "=F3=B1=94=9F"; } + +.mdi-oil::before { content: "=F3=B0=8F=87"; } + +.mdi-oil-lamp::before { content: "=F3=B0=BC=99"; } + +.mdi-oil-level::before { content: "=F3=B1=81=93"; } + +.mdi-oil-temperature::before { content: "=F3=B0=BF=B8"; } + +.mdi-om::before { content: "=F3=B0=A5=B3"; } + +.mdi-omega::before { content: "=F3=B0=8F=89"; } + +.mdi-one-up::before { content: "=F3=B0=AE=AD"; } + +.mdi-onepassword::before { content: "=F3=B0=A2=81"; } + +.mdi-opacity::before { content: "=F3=B0=97=8C"; } + +.mdi-open-in-app::before { content: "=F3=B0=8F=8B"; } + +.mdi-open-in-new::before { content: "=F3=B0=8F=8C"; } + +.mdi-open-source-initiative::before { content: "=F3=B0=AE=AE"; } + +.mdi-openid::before { content: "=F3=B0=8F=8D"; } + +.mdi-opera::before { content: "=F3=B0=8F=8E"; } + +.mdi-orbit::before { content: "=F3=B0=80=98"; } + +.mdi-orbit-variant::before { content: "=F3=B1=97=9B"; } + +.mdi-order-alphabetical-ascending::before { content: "=F3=B0=88=8D"; } + +.mdi-order-alphabetical-descending::before { content: "=F3=B0=B4=87"; } + +.mdi-order-bool-ascending::before { content: "=F3=B0=8A=BE"; } + +.mdi-order-bool-ascending-variant::before { content: "=F3=B0=A6=8F"; } + +.mdi-order-bool-descending::before { content: "=F3=B1=8E=84"; } + +.mdi-order-bool-descending-variant::before { content: "=F3=B0=A6=90"; } + +.mdi-order-numeric-ascending::before { content: "=F3=B0=95=85"; } + +.mdi-order-numeric-descending::before { content: "=F3=B0=95=86"; } + +.mdi-origin::before { content: "=F3=B0=AD=83"; } + +.mdi-ornament::before { content: "=F3=B0=8F=8F"; } + +.mdi-ornament-variant::before { content: "=F3=B0=8F=90"; } + +.mdi-outdoor-lamp::before { content: "=F3=B1=81=94"; } + +.mdi-overscan::before { content: "=F3=B1=80=85"; } + +.mdi-owl::before { content: "=F3=B0=8F=92"; } + +.mdi-pac-man::before { content: "=F3=B0=AE=AF"; } + +.mdi-package::before { content: "=F3=B0=8F=93"; } + +.mdi-package-check::before { content: "=F3=B1=AD=91"; } + +.mdi-package-down::before { content: "=F3=B0=8F=94"; } + +.mdi-package-up::before { content: "=F3=B0=8F=95"; } + +.mdi-package-variant::before { content: "=F3=B0=8F=96"; } + +.mdi-package-variant-closed::before { content: "=F3=B0=8F=97"; } + +.mdi-package-variant-closed-check::before { content: "=F3=B1=AD=92"; } + +.mdi-package-variant-closed-minus::before { content: "=F3=B1=A7=94"; } + +.mdi-package-variant-closed-plus::before { content: "=F3=B1=A7=95"; } + +.mdi-package-variant-closed-remove::before { content: "=F3=B1=A7=96"; } + +.mdi-package-variant-minus::before { content: "=F3=B1=A7=97"; } + +.mdi-package-variant-plus::before { content: "=F3=B1=A7=98"; } + +.mdi-package-variant-remove::before { content: "=F3=B1=A7=99"; } + +.mdi-page-first::before { content: "=F3=B0=98=80"; } + +.mdi-page-last::before { content: "=F3=B0=98=81"; } + +.mdi-page-layout-body::before { content: "=F3=B0=9B=BA"; } + +.mdi-page-layout-footer::before { content: "=F3=B0=9B=BB"; } + +.mdi-page-layout-header::before { content: "=F3=B0=9B=BC"; } + +.mdi-page-layout-header-footer::before { content: "=F3=B0=BD=BF"; } + +.mdi-page-layout-sidebar-left::before { content: "=F3=B0=9B=BD"; } + +.mdi-page-layout-sidebar-right::before { content: "=F3=B0=9B=BE"; } + +.mdi-page-next::before { content: "=F3=B0=AE=B0"; } + +.mdi-page-next-outline::before { content: "=F3=B0=AE=B1"; } + +.mdi-page-previous::before { content: "=F3=B0=AE=B2"; } + +.mdi-page-previous-outline::before { content: "=F3=B0=AE=B3"; } + +.mdi-pail::before { content: "=F3=B1=90=97"; } + +.mdi-pail-minus::before { content: "=F3=B1=90=B7"; } + +.mdi-pail-minus-outline::before { content: "=F3=B1=90=BC"; } + +.mdi-pail-off::before { content: "=F3=B1=90=B9"; } + +.mdi-pail-off-outline::before { content: "=F3=B1=90=BE"; } + +.mdi-pail-outline::before { content: "=F3=B1=90=BA"; } + +.mdi-pail-plus::before { content: "=F3=B1=90=B6"; } + +.mdi-pail-plus-outline::before { content: "=F3=B1=90=BB"; } + +.mdi-pail-remove::before { content: "=F3=B1=90=B8"; } + +.mdi-pail-remove-outline::before { content: "=F3=B1=90=BD"; } + +.mdi-palette::before { content: "=F3=B0=8F=98"; } + +.mdi-palette-advanced::before { content: "=F3=B0=8F=99"; } + +.mdi-palette-outline::before { content: "=F3=B0=B8=8C"; } + +.mdi-palette-swatch::before { content: "=F3=B0=A2=B5"; } + +.mdi-palette-swatch-outline::before { content: "=F3=B1=8D=9C"; } + +.mdi-palette-swatch-variant::before { content: "=F3=B1=A5=9A"; } + +.mdi-palm-tree::before { content: "=F3=B1=81=95"; } + +.mdi-pan::before { content: "=F3=B0=AE=B4"; } + +.mdi-pan-bottom-left::before { content: "=F3=B0=AE=B5"; } + +.mdi-pan-bottom-right::before { content: "=F3=B0=AE=B6"; } + +.mdi-pan-down::before { content: "=F3=B0=AE=B7"; } + +.mdi-pan-horizontal::before { content: "=F3=B0=AE=B8"; } + +.mdi-pan-left::before { content: "=F3=B0=AE=B9"; } + +.mdi-pan-right::before { content: "=F3=B0=AE=BA"; } + +.mdi-pan-top-left::before { content: "=F3=B0=AE=BB"; } + +.mdi-pan-top-right::before { content: "=F3=B0=AE=BC"; } + +.mdi-pan-up::before { content: "=F3=B0=AE=BD"; } + +.mdi-pan-vertical::before { content: "=F3=B0=AE=BE"; } + +.mdi-panda::before { content: "=F3=B0=8F=9A"; } + +.mdi-pandora::before { content: "=F3=B0=8F=9B"; } + +.mdi-panorama::before { content: "=F3=B0=8F=9C"; } + +.mdi-panorama-fisheye::before { content: "=F3=B0=8F=9D"; } + +.mdi-panorama-horizontal::before { content: "=F3=B1=A4=A8"; } + +.mdi-panorama-horizontal-outline::before { content: "=F3=B0=8F=9E"; } + +.mdi-panorama-outline::before { content: "=F3=B1=A6=8C"; } + +.mdi-panorama-sphere::before { content: "=F3=B1=A6=8D"; } + +.mdi-panorama-sphere-outline::before { content: "=F3=B1=A6=8E"; } + +.mdi-panorama-variant::before { content: "=F3=B1=A6=8F"; } + +.mdi-panorama-variant-outline::before { content: "=F3=B1=A6=90"; } + +.mdi-panorama-vertical::before { content: "=F3=B1=A4=A9"; } + +.mdi-panorama-vertical-outline::before { content: "=F3=B0=8F=9F"; } + +.mdi-panorama-wide-angle::before { content: "=F3=B1=A5=9F"; } + +.mdi-panorama-wide-angle-outline::before { content: "=F3=B0=8F=A0"; } + +.mdi-paper-cut-vertical::before { content: "=F3=B0=8F=A1"; } + +.mdi-paper-roll::before { content: "=F3=B1=85=97"; } + +.mdi-paper-roll-outline::before { content: "=F3=B1=85=98"; } + +.mdi-paperclip::before { content: "=F3=B0=8F=A2"; } + +.mdi-paperclip-check::before { content: "=F3=B1=AB=86"; } + +.mdi-paperclip-lock::before { content: "=F3=B1=A7=9A"; } + +.mdi-paperclip-minus::before { content: "=F3=B1=AB=87"; } + +.mdi-paperclip-off::before { content: "=F3=B1=AB=88"; } + +.mdi-paperclip-plus::before { content: "=F3=B1=AB=89"; } + +.mdi-paperclip-remove::before { content: "=F3=B1=AB=8A"; } + +.mdi-parachute::before { content: "=F3=B0=B2=B4"; } + +.mdi-parachute-outline::before { content: "=F3=B0=B2=B5"; } + +.mdi-paragliding::before { content: "=F3=B1=9D=85"; } + +.mdi-parking::before { content: "=F3=B0=8F=A3"; } + +.mdi-party-popper::before { content: "=F3=B1=81=96"; } + +.mdi-passport::before { content: "=F3=B0=9F=A3"; } + +.mdi-passport-biometric::before { content: "=F3=B0=B7=A1"; } + +.mdi-pasta::before { content: "=F3=B1=85=A0"; } + +.mdi-patio-heater::before { content: "=F3=B0=BE=80"; } + +.mdi-patreon::before { content: "=F3=B0=A2=82"; } + +.mdi-pause::before { content: "=F3=B0=8F=A4"; } + +.mdi-pause-circle::before { content: "=F3=B0=8F=A5"; } + +.mdi-pause-circle-outline::before { content: "=F3=B0=8F=A6"; } + +.mdi-pause-octagon::before { content: "=F3=B0=8F=A7"; } + +.mdi-pause-octagon-outline::before { content: "=F3=B0=8F=A8"; } + +.mdi-paw::before { content: "=F3=B0=8F=A9"; } + +.mdi-paw-off::before { content: "=F3=B0=99=97"; } + +.mdi-paw-off-outline::before { content: "=F3=B1=99=B6"; } + +.mdi-paw-outline::before { content: "=F3=B1=99=B5"; } + +.mdi-peace::before { content: "=F3=B0=A2=84"; } + +.mdi-peanut::before { content: "=F3=B0=BF=BC"; } + +.mdi-peanut-off::before { content: "=F3=B0=BF=BD"; } + +.mdi-peanut-off-outline::before { content: "=F3=B0=BF=BF"; } + +.mdi-peanut-outline::before { content: "=F3=B0=BF=BE"; } + +.mdi-pen::before { content: "=F3=B0=8F=AA"; } + +.mdi-pen-lock::before { content: "=F3=B0=B7=A2"; } + +.mdi-pen-minus::before { content: "=F3=B0=B7=A3"; } + +.mdi-pen-off::before { content: "=F3=B0=B7=A4"; } + +.mdi-pen-plus::before { content: "=F3=B0=B7=A5"; } + +.mdi-pen-remove::before { content: "=F3=B0=B7=A6"; } + +.mdi-pencil::before { content: "=F3=B0=8F=AB"; } + +.mdi-pencil-box::before { content: "=F3=B0=8F=AC"; } + +.mdi-pencil-box-multiple::before { content: "=F3=B1=85=84"; } + +.mdi-pencil-box-multiple-outline::before { content: "=F3=B1=85=85"; } + +.mdi-pencil-box-outline::before { content: "=F3=B0=8F=AD"; } + +.mdi-pencil-circle::before { content: "=F3=B0=9B=BF"; } + +.mdi-pencil-circle-outline::before { content: "=F3=B0=9D=B6"; } + +.mdi-pencil-lock::before { content: "=F3=B0=8F=AE"; } + +.mdi-pencil-lock-outline::before { content: "=F3=B0=B7=A7"; } + +.mdi-pencil-minus::before { content: "=F3=B0=B7=A8"; } + +.mdi-pencil-minus-outline::before { content: "=F3=B0=B7=A9"; } + +.mdi-pencil-off::before { content: "=F3=B0=8F=AF"; } + +.mdi-pencil-off-outline::before { content: "=F3=B0=B7=AA"; } + +.mdi-pencil-outline::before { content: "=F3=B0=B2=B6"; } + +.mdi-pencil-plus::before { content: "=F3=B0=B7=AB"; } + +.mdi-pencil-plus-outline::before { content: "=F3=B0=B7=AC"; } + +.mdi-pencil-remove::before { content: "=F3=B0=B7=AD"; } + +.mdi-pencil-remove-outline::before { content: "=F3=B0=B7=AE"; } + +.mdi-pencil-ruler::before { content: "=F3=B1=8D=93"; } + +.mdi-penguin::before { content: "=F3=B0=BB=80"; } + +.mdi-pentagon::before { content: "=F3=B0=9C=81"; } + +.mdi-pentagon-outline::before { content: "=F3=B0=9C=80"; } + +.mdi-pentagram::before { content: "=F3=B1=99=A7"; } + +.mdi-percent::before { content: "=F3=B0=8F=B0"; } + +.mdi-percent-box::before { content: "=F3=B1=A8=82"; } + +.mdi-percent-box-outline::before { content: "=F3=B1=A8=83"; } + +.mdi-percent-circle::before { content: "=F3=B1=A8=84"; } + +.mdi-percent-circle-outline::before { content: "=F3=B1=A8=85"; } + +.mdi-percent-outline::before { content: "=F3=B1=89=B8"; } + +.mdi-periodic-table::before { content: "=F3=B0=A2=B6"; } + +.mdi-perspective-less::before { content: "=F3=B0=B4=A3"; } + +.mdi-perspective-more::before { content: "=F3=B0=B4=A4"; } + +.mdi-ph::before { content: "=F3=B1=9F=85"; } + +.mdi-phone::before { content: "=F3=B0=8F=B2"; } + +.mdi-phone-alert::before { content: "=F3=B0=BC=9A"; } + +.mdi-phone-alert-outline::before { content: "=F3=B1=86=8E"; } + +.mdi-phone-bluetooth::before { content: "=F3=B0=8F=B3"; } + +.mdi-phone-bluetooth-outline::before { content: "=F3=B1=86=8F"; } + +.mdi-phone-cancel::before { content: "=F3=B1=82=BC"; } + +.mdi-phone-cancel-outline::before { content: "=F3=B1=86=90"; } + +.mdi-phone-check::before { content: "=F3=B1=86=A9"; } + +.mdi-phone-check-outline::before { content: "=F3=B1=86=AA"; } + +.mdi-phone-classic::before { content: "=F3=B0=98=82"; } + +.mdi-phone-classic-off::before { content: "=F3=B1=89=B9"; } + +.mdi-phone-clock::before { content: "=F3=B1=A7=9B"; } + +.mdi-phone-dial::before { content: "=F3=B1=95=99"; } + +.mdi-phone-dial-outline::before { content: "=F3=B1=95=9A"; } + +.mdi-phone-forward::before { content: "=F3=B0=8F=B4"; } + +.mdi-phone-forward-outline::before { content: "=F3=B1=86=91"; } + +.mdi-phone-hangup::before { content: "=F3=B0=8F=B5"; } + +.mdi-phone-hangup-outline::before { content: "=F3=B1=86=92"; } + +.mdi-phone-in-talk::before { content: "=F3=B0=8F=B6"; } + +.mdi-phone-in-talk-outline::before { content: "=F3=B1=86=82"; } + +.mdi-phone-incoming::before { content: "=F3=B0=8F=B7"; } + +.mdi-phone-incoming-outgoing::before { content: "=F3=B1=AC=BF"; } + +.mdi-phone-incoming-outgoing-outline::before { content: "=F3=B1=AD=80"; } + +.mdi-phone-incoming-outline::before { content: "=F3=B1=86=93"; } + +.mdi-phone-lock::before { content: "=F3=B0=8F=B8"; } + +.mdi-phone-lock-outline::before { content: "=F3=B1=86=94"; } + +.mdi-phone-log::before { content: "=F3=B0=8F=B9"; } + +.mdi-phone-log-outline::before { content: "=F3=B1=86=95"; } + +.mdi-phone-message::before { content: "=F3=B1=86=96"; } + +.mdi-phone-message-outline::before { content: "=F3=B1=86=97"; } + +.mdi-phone-minus::before { content: "=F3=B0=99=98"; } + +.mdi-phone-minus-outline::before { content: "=F3=B1=86=98"; } + +.mdi-phone-missed::before { content: "=F3=B0=8F=BA"; } + +.mdi-phone-missed-outline::before { content: "=F3=B1=86=A5"; } + +.mdi-phone-off::before { content: "=F3=B0=B7=AF"; } + +.mdi-phone-off-outline::before { content: "=F3=B1=86=A6"; } + +.mdi-phone-outgoing::before { content: "=F3=B0=8F=BB"; } + +.mdi-phone-outgoing-outline::before { content: "=F3=B1=86=99"; } + +.mdi-phone-outline::before { content: "=F3=B0=B7=B0"; } + +.mdi-phone-paused::before { content: "=F3=B0=8F=BC"; } + +.mdi-phone-paused-outline::before { content: "=F3=B1=86=9A"; } + +.mdi-phone-plus::before { content: "=F3=B0=99=99"; } + +.mdi-phone-plus-outline::before { content: "=F3=B1=86=9B"; } + +.mdi-phone-refresh::before { content: "=F3=B1=A6=93"; } + +.mdi-phone-refresh-outline::before { content: "=F3=B1=A6=94"; } + +.mdi-phone-remove::before { content: "=F3=B1=94=AF"; } + +.mdi-phone-remove-outline::before { content: "=F3=B1=94=B0"; } + +.mdi-phone-return::before { content: "=F3=B0=A0=AF"; } + +.mdi-phone-return-outline::before { content: "=F3=B1=86=9C"; } + +.mdi-phone-ring::before { content: "=F3=B1=86=AB"; } + +.mdi-phone-ring-outline::before { content: "=F3=B1=86=AC"; } + +.mdi-phone-rotate-landscape::before { content: "=F3=B0=A2=85"; } + +.mdi-phone-rotate-portrait::before { content: "=F3=B0=A2=86"; } + +.mdi-phone-settings::before { content: "=F3=B0=8F=BD"; } + +.mdi-phone-settings-outline::before { content: "=F3=B1=86=9D"; } + +.mdi-phone-sync::before { content: "=F3=B1=A6=95"; } + +.mdi-phone-sync-outline::before { content: "=F3=B1=A6=96"; } + +.mdi-phone-voip::before { content: "=F3=B0=8F=BE"; } + +.mdi-pi::before { content: "=F3=B0=8F=BF"; } + +.mdi-pi-box::before { content: "=F3=B0=90=80"; } + +.mdi-pi-hole::before { content: "=F3=B0=B7=B1"; } + +.mdi-piano::before { content: "=F3=B0=99=BD"; } + +.mdi-piano-off::before { content: "=F3=B0=9A=98"; } + +.mdi-pickaxe::before { content: "=F3=B0=A2=B7"; } + +.mdi-picture-in-picture-bottom-right::before { content: "=F3=B0=B9=97"; } + +.mdi-picture-in-picture-bottom-right-outline::before { content: "=F3=B0=B9= +=98"; } + +.mdi-picture-in-picture-top-right::before { content: "=F3=B0=B9=99"; } + +.mdi-picture-in-picture-top-right-outline::before { content: "=F3=B0=B9=9A"= +; } + +.mdi-pier::before { content: "=F3=B0=A2=87"; } + +.mdi-pier-crane::before { content: "=F3=B0=A2=88"; } + +.mdi-pig::before { content: "=F3=B0=90=81"; } + +.mdi-pig-variant::before { content: "=F3=B1=80=86"; } + +.mdi-pig-variant-outline::before { content: "=F3=B1=99=B8"; } + +.mdi-piggy-bank::before { content: "=F3=B1=80=87"; } + +.mdi-piggy-bank-outline::before { content: "=F3=B1=99=B9"; } + +.mdi-pill::before { content: "=F3=B0=90=82"; } + +.mdi-pill-multiple::before { content: "=F3=B1=AD=8C"; } + +.mdi-pill-off::before { content: "=F3=B1=A9=9C"; } + +.mdi-pillar::before { content: "=F3=B0=9C=82"; } + +.mdi-pin::before { content: "=F3=B0=90=83"; } + +.mdi-pin-off::before { content: "=F3=B0=90=84"; } + +.mdi-pin-off-outline::before { content: "=F3=B0=A4=B0"; } + +.mdi-pin-outline::before { content: "=F3=B0=A4=B1"; } + +.mdi-pine-tree::before { content: "=F3=B0=90=85"; } + +.mdi-pine-tree-box::before { content: "=F3=B0=90=86"; } + +.mdi-pine-tree-fire::before { content: "=F3=B1=90=9A"; } + +.mdi-pinterest::before { content: "=F3=B0=90=87"; } + +.mdi-pinwheel::before { content: "=F3=B0=AB=95"; } + +.mdi-pinwheel-outline::before { content: "=F3=B0=AB=96"; } + +.mdi-pipe::before { content: "=F3=B0=9F=A5"; } + +.mdi-pipe-disconnected::before { content: "=F3=B0=9F=A6"; } + +.mdi-pipe-leak::before { content: "=F3=B0=A2=89"; } + +.mdi-pipe-valve::before { content: "=F3=B1=A1=8D"; } + +.mdi-pipe-wrench::before { content: "=F3=B1=8D=94"; } + +.mdi-pirate::before { content: "=F3=B0=A8=88"; } + +.mdi-pistol::before { content: "=F3=B0=9C=83"; } + +.mdi-piston::before { content: "=F3=B0=A2=8A"; } + +.mdi-pitchfork::before { content: "=F3=B1=95=93"; } + +.mdi-pizza::before { content: "=F3=B0=90=89"; } + +.mdi-plane-car::before { content: "=F3=B1=AB=BF"; } + +.mdi-plane-train::before { content: "=F3=B1=AC=80"; } + +.mdi-play::before { content: "=F3=B0=90=8A"; } + +.mdi-play-box::before { content: "=F3=B1=89=BA"; } + +.mdi-play-box-lock::before { content: "=F3=B1=A8=96"; } + +.mdi-play-box-lock-open::before { content: "=F3=B1=A8=97"; } + +.mdi-play-box-lock-open-outline::before { content: "=F3=B1=A8=98"; } + +.mdi-play-box-lock-outline::before { content: "=F3=B1=A8=99"; } + +.mdi-play-box-multiple::before { content: "=F3=B0=B4=99"; } + +.mdi-play-box-multiple-outline::before { content: "=F3=B1=8F=A6"; } + +.mdi-play-box-outline::before { content: "=F3=B0=90=8B"; } + +.mdi-play-circle::before { content: "=F3=B0=90=8C"; } + +.mdi-play-circle-outline::before { content: "=F3=B0=90=8D"; } + +.mdi-play-network::before { content: "=F3=B0=A2=8B"; } + +.mdi-play-network-outline::before { content: "=F3=B0=B2=B7"; } + +.mdi-play-outline::before { content: "=F3=B0=BC=9B"; } + +.mdi-play-pause::before { content: "=F3=B0=90=8E"; } + +.mdi-play-protected-content::before { content: "=F3=B0=90=8F"; } + +.mdi-play-speed::before { content: "=F3=B0=A3=BF"; } + +.mdi-playlist-check::before { content: "=F3=B0=97=87"; } + +.mdi-playlist-edit::before { content: "=F3=B0=A4=80"; } + +.mdi-playlist-minus::before { content: "=F3=B0=90=90"; } + +.mdi-playlist-music::before { content: "=F3=B0=B2=B8"; } + +.mdi-playlist-music-outline::before { content: "=F3=B0=B2=B9"; } + +.mdi-playlist-play::before { content: "=F3=B0=90=91"; } + +.mdi-playlist-plus::before { content: "=F3=B0=90=92"; } + +.mdi-playlist-remove::before { content: "=F3=B0=90=93"; } + +.mdi-playlist-star::before { content: "=F3=B0=B7=B2"; } + +.mdi-plex::before { content: "=F3=B0=9A=BA"; } + +.mdi-pliers::before { content: "=F3=B1=A6=A4"; } + +.mdi-plus::before { content: "=F3=B0=90=95"; } + +.mdi-plus-box::before { content: "=F3=B0=90=96"; } + +.mdi-plus-box-multiple::before { content: "=F3=B0=8C=B4"; } + +.mdi-plus-box-multiple-outline::before { content: "=F3=B1=85=83"; } + +.mdi-plus-box-outline::before { content: "=F3=B0=9C=84"; } + +.mdi-plus-circle::before { content: "=F3=B0=90=97"; } + +.mdi-plus-circle-multiple::before { content: "=F3=B0=8D=8C"; } + +.mdi-plus-circle-multiple-outline::before { content: "=F3=B0=90=98"; } + +.mdi-plus-circle-outline::before { content: "=F3=B0=90=99"; } + +.mdi-plus-lock::before { content: "=F3=B1=A9=9D"; } + +.mdi-plus-lock-open::before { content: "=F3=B1=A9=9E"; } + +.mdi-plus-minus::before { content: "=F3=B0=A6=92"; } + +.mdi-plus-minus-box::before { content: "=F3=B0=A6=93"; } + +.mdi-plus-minus-variant::before { content: "=F3=B1=93=89"; } + +.mdi-plus-network::before { content: "=F3=B0=90=9A"; } + +.mdi-plus-network-outline::before { content: "=F3=B0=B2=BA"; } + +.mdi-plus-outline::before { content: "=F3=B0=9C=85"; } + +.mdi-plus-thick::before { content: "=F3=B1=87=AC"; } + +.mdi-podcast::before { content: "=F3=B0=A6=94"; } + +.mdi-podium::before { content: "=F3=B0=B4=A5"; } + +.mdi-podium-bronze::before { content: "=F3=B0=B4=A6"; } + +.mdi-podium-gold::before { content: "=F3=B0=B4=A7"; } + +.mdi-podium-silver::before { content: "=F3=B0=B4=A8"; } + +.mdi-point-of-sale::before { content: "=F3=B0=B6=92"; } + +.mdi-pokeball::before { content: "=F3=B0=90=9D"; } + +.mdi-pokemon-go::before { content: "=F3=B0=A8=89"; } + +.mdi-poker-chip::before { content: "=F3=B0=A0=B0"; } + +.mdi-polaroid::before { content: "=F3=B0=90=9E"; } + +.mdi-police-badge::before { content: "=F3=B1=85=A7"; } + +.mdi-police-badge-outline::before { content: "=F3=B1=85=A8"; } + +.mdi-police-station::before { content: "=F3=B1=A0=B9"; } + +.mdi-poll::before { content: "=F3=B0=90=9F"; } + +.mdi-polo::before { content: "=F3=B1=93=83"; } + +.mdi-polymer::before { content: "=F3=B0=90=A1"; } + +.mdi-pool::before { content: "=F3=B0=98=86"; } + +.mdi-pool-thermometer::before { content: "=F3=B1=A9=9F"; } + +.mdi-popcorn::before { content: "=F3=B0=90=A2"; } + +.mdi-post::before { content: "=F3=B1=80=88"; } + +.mdi-post-lamp::before { content: "=F3=B1=A9=A0"; } + +.mdi-post-outline::before { content: "=F3=B1=80=89"; } + +.mdi-postage-stamp::before { content: "=F3=B0=B2=BB"; } + +.mdi-pot::before { content: "=F3=B0=8B=A5"; } + +.mdi-pot-mix::before { content: "=F3=B0=99=9B"; } + +.mdi-pot-mix-outline::before { content: "=F3=B0=99=B7"; } + +.mdi-pot-outline::before { content: "=F3=B0=8B=BF"; } + +.mdi-pot-steam::before { content: "=F3=B0=99=9A"; } + +.mdi-pot-steam-outline::before { content: "=F3=B0=8C=A6"; } + +.mdi-pound::before { content: "=F3=B0=90=A3"; } + +.mdi-pound-box::before { content: "=F3=B0=90=A4"; } + +.mdi-pound-box-outline::before { content: "=F3=B1=85=BF"; } + +.mdi-power::before { content: "=F3=B0=90=A5"; } + +.mdi-power-cycle::before { content: "=F3=B0=A4=81"; } + +.mdi-power-off::before { content: "=F3=B0=A4=82"; } + +.mdi-power-on::before { content: "=F3=B0=A4=83"; } + +.mdi-power-plug::before { content: "=F3=B0=9A=A5"; } + +.mdi-power-plug-off::before { content: "=F3=B0=9A=A6"; } + +.mdi-power-plug-off-outline::before { content: "=F3=B1=90=A4"; } + +.mdi-power-plug-outline::before { content: "=F3=B1=90=A5"; } + +.mdi-power-settings::before { content: "=F3=B0=90=A6"; } + +.mdi-power-sleep::before { content: "=F3=B0=A4=84"; } + +.mdi-power-socket::before { content: "=F3=B0=90=A7"; } + +.mdi-power-socket-au::before { content: "=F3=B0=A4=85"; } + +.mdi-power-socket-ch::before { content: "=F3=B0=BE=B3"; } + +.mdi-power-socket-de::before { content: "=F3=B1=84=87"; } + +.mdi-power-socket-eu::before { content: "=F3=B0=9F=A7"; } + +.mdi-power-socket-fr::before { content: "=F3=B1=84=88"; } + +.mdi-power-socket-it::before { content: "=F3=B1=93=BF"; } + +.mdi-power-socket-jp::before { content: "=F3=B1=84=89"; } + +.mdi-power-socket-uk::before { content: "=F3=B0=9F=A8"; } + +.mdi-power-socket-us::before { content: "=F3=B0=9F=A9"; } + +.mdi-power-standby::before { content: "=F3=B0=A4=86"; } + +.mdi-powershell::before { content: "=F3=B0=A8=8A"; } + +.mdi-prescription::before { content: "=F3=B0=9C=86"; } + +.mdi-presentation::before { content: "=F3=B0=90=A8"; } + +.mdi-presentation-play::before { content: "=F3=B0=90=A9"; } + +.mdi-pretzel::before { content: "=F3=B1=95=A2"; } + +.mdi-printer::before { content: "=F3=B0=90=AA"; } + +.mdi-printer-3d::before { content: "=F3=B0=90=AB"; } + +.mdi-printer-3d-nozzle::before { content: "=F3=B0=B9=9B"; } + +.mdi-printer-3d-nozzle-alert::before { content: "=F3=B1=87=80"; } + +.mdi-printer-3d-nozzle-alert-outline::before { content: "=F3=B1=87=81"; } + +.mdi-printer-3d-nozzle-heat::before { content: "=F3=B1=A2=B8"; } + +.mdi-printer-3d-nozzle-heat-outline::before { content: "=F3=B1=A2=B9"; } + +.mdi-printer-3d-nozzle-off::before { content: "=F3=B1=AC=99"; } + +.mdi-printer-3d-nozzle-off-outline::before { content: "=F3=B1=AC=9A"; } + +.mdi-printer-3d-nozzle-outline::before { content: "=F3=B0=B9=9C"; } + +.mdi-printer-3d-off::before { content: "=F3=B1=AC=8E"; } + +.mdi-printer-alert::before { content: "=F3=B0=90=AC"; } + +.mdi-printer-check::before { content: "=F3=B1=85=86"; } + +.mdi-printer-eye::before { content: "=F3=B1=91=98"; } + +.mdi-printer-off::before { content: "=F3=B0=B9=9D"; } + +.mdi-printer-off-outline::before { content: "=F3=B1=9E=85"; } + +.mdi-printer-outline::before { content: "=F3=B1=9E=86"; } + +.mdi-printer-pos::before { content: "=F3=B1=81=97"; } + +.mdi-printer-search::before { content: "=F3=B1=91=97"; } + +.mdi-printer-settings::before { content: "=F3=B0=9C=87"; } + +.mdi-printer-wireless::before { content: "=F3=B0=A8=8B"; } + +.mdi-priority-high::before { content: "=F3=B0=98=83"; } + +.mdi-priority-low::before { content: "=F3=B0=98=84"; } + +.mdi-professional-hexagon::before { content: "=F3=B0=90=AD"; } + +.mdi-progress-alert::before { content: "=F3=B0=B2=BC"; } + +.mdi-progress-check::before { content: "=F3=B0=A6=95"; } + +.mdi-progress-clock::before { content: "=F3=B0=A6=96"; } + +.mdi-progress-close::before { content: "=F3=B1=84=8A"; } + +.mdi-progress-download::before { content: "=F3=B0=A6=97"; } + +.mdi-progress-pencil::before { content: "=F3=B1=9E=87"; } + +.mdi-progress-question::before { content: "=F3=B1=94=A2"; } + +.mdi-progress-star::before { content: "=F3=B1=9E=88"; } + +.mdi-progress-upload::before { content: "=F3=B0=A6=98"; } + +.mdi-progress-wrench::before { content: "=F3=B0=B2=BD"; } + +.mdi-projector::before { content: "=F3=B0=90=AE"; } + +.mdi-projector-off::before { content: "=F3=B1=A8=A3"; } + +.mdi-projector-screen::before { content: "=F3=B0=90=AF"; } + +.mdi-projector-screen-off::before { content: "=F3=B1=A0=8D"; } + +.mdi-projector-screen-off-outline::before { content: "=F3=B1=A0=8E"; } + +.mdi-projector-screen-outline::before { content: "=F3=B1=9C=A4"; } + +.mdi-projector-screen-variant::before { content: "=F3=B1=A0=8F"; } + +.mdi-projector-screen-variant-off::before { content: "=F3=B1=A0=90"; } + +.mdi-projector-screen-variant-off-outline::before { content: "=F3=B1=A0=91"= +; } + +.mdi-projector-screen-variant-outline::before { content: "=F3=B1=A0=92"; } + +.mdi-propane-tank::before { content: "=F3=B1=8D=97"; } + +.mdi-propane-tank-outline::before { content: "=F3=B1=8D=98"; } + +.mdi-protocol::before { content: "=F3=B0=BF=98"; } + +.mdi-publish::before { content: "=F3=B0=9A=A7"; } + +.mdi-publish-off::before { content: "=F3=B1=A5=85"; } + +.mdi-pulse::before { content: "=F3=B0=90=B0"; } + +.mdi-pump::before { content: "=F3=B1=90=82"; } + +.mdi-pump-off::before { content: "=F3=B1=AC=A2"; } + +.mdi-pumpkin::before { content: "=F3=B0=AE=BF"; } + +.mdi-purse::before { content: "=F3=B0=BC=9C"; } + +.mdi-purse-outline::before { content: "=F3=B0=BC=9D"; } + +.mdi-puzzle::before { content: "=F3=B0=90=B1"; } + +.mdi-puzzle-check::before { content: "=F3=B1=90=A6"; } + +.mdi-puzzle-check-outline::before { content: "=F3=B1=90=A7"; } + +.mdi-puzzle-edit::before { content: "=F3=B1=93=93"; } + +.mdi-puzzle-edit-outline::before { content: "=F3=B1=93=99"; } + +.mdi-puzzle-heart::before { content: "=F3=B1=93=94"; } + +.mdi-puzzle-heart-outline::before { content: "=F3=B1=93=9A"; } + +.mdi-puzzle-minus::before { content: "=F3=B1=93=91"; } + +.mdi-puzzle-minus-outline::before { content: "=F3=B1=93=97"; } + +.mdi-puzzle-outline::before { content: "=F3=B0=A9=A6"; } + +.mdi-puzzle-plus::before { content: "=F3=B1=93=90"; } + +.mdi-puzzle-plus-outline::before { content: "=F3=B1=93=96"; } + +.mdi-puzzle-remove::before { content: "=F3=B1=93=92"; } + +.mdi-puzzle-remove-outline::before { content: "=F3=B1=93=98"; } + +.mdi-puzzle-star::before { content: "=F3=B1=93=95"; } + +.mdi-puzzle-star-outline::before { content: "=F3=B1=93=9B"; } + +.mdi-pyramid::before { content: "=F3=B1=A5=92"; } + +.mdi-pyramid-off::before { content: "=F3=B1=A5=93"; } + +.mdi-qi::before { content: "=F3=B0=A6=99"; } + +.mdi-qqchat::before { content: "=F3=B0=98=85"; } + +.mdi-qrcode::before { content: "=F3=B0=90=B2"; } + +.mdi-qrcode-edit::before { content: "=F3=B0=A2=B8"; } + +.mdi-qrcode-minus::before { content: "=F3=B1=86=8C"; } + +.mdi-qrcode-plus::before { content: "=F3=B1=86=8B"; } + +.mdi-qrcode-remove::before { content: "=F3=B1=86=8D"; } + +.mdi-qrcode-scan::before { content: "=F3=B0=90=B3"; } + +.mdi-quadcopter::before { content: "=F3=B0=90=B4"; } + +.mdi-quality-high::before { content: "=F3=B0=90=B5"; } + +.mdi-quality-low::before { content: "=F3=B0=A8=8C"; } + +.mdi-quality-medium::before { content: "=F3=B0=A8=8D"; } + +.mdi-quora::before { content: "=F3=B0=B4=A9"; } + +.mdi-rabbit::before { content: "=F3=B0=A4=87"; } + +.mdi-rabbit-variant::before { content: "=F3=B1=A9=A1"; } + +.mdi-rabbit-variant-outline::before { content: "=F3=B1=A9=A2"; } + +.mdi-racing-helmet::before { content: "=F3=B0=B6=93"; } + +.mdi-racquetball::before { content: "=F3=B0=B6=94"; } + +.mdi-radar::before { content: "=F3=B0=90=B7"; } + +.mdi-radiator::before { content: "=F3=B0=90=B8"; } + +.mdi-radiator-disabled::before { content: "=F3=B0=AB=97"; } + +.mdi-radiator-off::before { content: "=F3=B0=AB=98"; } + +.mdi-radio::before { content: "=F3=B0=90=B9"; } + +.mdi-radio-am::before { content: "=F3=B0=B2=BE"; } + +.mdi-radio-fm::before { content: "=F3=B0=B2=BF"; } + +.mdi-radio-handheld::before { content: "=F3=B0=90=BA"; } + +.mdi-radio-off::before { content: "=F3=B1=88=9C"; } + +.mdi-radio-tower::before { content: "=F3=B0=90=BB"; } + +.mdi-radioactive::before { content: "=F3=B0=90=BC"; } + +.mdi-radioactive-circle::before { content: "=F3=B1=A1=9D"; } + +.mdi-radioactive-circle-outline::before { content: "=F3=B1=A1=9E"; } + +.mdi-radioactive-off::before { content: "=F3=B0=BB=81"; } + +.mdi-radiobox-blank::before { content: "=F3=B0=90=BD"; } + +.mdi-radiobox-marked::before { content: "=F3=B0=90=BE"; } + +.mdi-radiology-box::before { content: "=F3=B1=93=85"; } + +.mdi-radiology-box-outline::before { content: "=F3=B1=93=86"; } + +.mdi-radius::before { content: "=F3=B0=B3=80"; } + +.mdi-radius-outline::before { content: "=F3=B0=B3=81"; } + +.mdi-railroad-light::before { content: "=F3=B0=BC=9E"; } + +.mdi-rake::before { content: "=F3=B1=95=84"; } + +.mdi-raspberry-pi::before { content: "=F3=B0=90=BF"; } + +.mdi-raw::before { content: "=F3=B1=A8=8F"; } + +.mdi-raw-off::before { content: "=F3=B1=A8=90"; } + +.mdi-ray-end::before { content: "=F3=B0=91=80"; } + +.mdi-ray-end-arrow::before { content: "=F3=B0=91=81"; } + +.mdi-ray-start::before { content: "=F3=B0=91=82"; } + +.mdi-ray-start-arrow::before { content: "=F3=B0=91=83"; } + +.mdi-ray-start-end::before { content: "=F3=B0=91=84"; } + +.mdi-ray-start-vertex-end::before { content: "=F3=B1=97=98"; } + +.mdi-ray-vertex::before { content: "=F3=B0=91=85"; } + +.mdi-razor-double-edge::before { content: "=F3=B1=A6=97"; } + +.mdi-razor-single-edge::before { content: "=F3=B1=A6=98"; } + +.mdi-react::before { content: "=F3=B0=9C=88"; } + +.mdi-read::before { content: "=F3=B0=91=87"; } + +.mdi-receipt::before { content: "=F3=B0=91=89"; } + +.mdi-receipt-outline::before { content: "=F3=B1=A7=9C"; } + +.mdi-receipt-text-check::before { content: "=F3=B1=A9=A3"; } + +.mdi-receipt-text-check-outline::before { content: "=F3=B1=A9=A4"; } + +.mdi-receipt-text-minus::before { content: "=F3=B1=A9=A5"; } + +.mdi-receipt-text-minus-outline::before { content: "=F3=B1=A9=A6"; } + +.mdi-receipt-text-plus::before { content: "=F3=B1=A9=A7"; } + +.mdi-receipt-text-plus-outline::before { content: "=F3=B1=A9=A8"; } + +.mdi-receipt-text-remove::before { content: "=F3=B1=A9=A9"; } + +.mdi-receipt-text-remove-outline::before { content: "=F3=B1=A9=AA"; } + +.mdi-record::before { content: "=F3=B0=91=8A"; } + +.mdi-record-circle::before { content: "=F3=B0=BB=82"; } + +.mdi-record-circle-outline::before { content: "=F3=B0=BB=83"; } + +.mdi-record-player::before { content: "=F3=B0=A6=9A"; } + +.mdi-record-rec::before { content: "=F3=B0=91=8B"; } + +.mdi-rectangle::before { content: "=F3=B0=B9=9E"; } + +.mdi-rectangle-outline::before { content: "=F3=B0=B9=9F"; } + +.mdi-recycle::before { content: "=F3=B0=91=8C"; } + +.mdi-recycle-variant::before { content: "=F3=B1=8E=9D"; } + +.mdi-reddit::before { content: "=F3=B0=91=8D"; } + +.mdi-redhat::before { content: "=F3=B1=84=9B"; } + +.mdi-redo::before { content: "=F3=B0=91=8E"; } + +.mdi-redo-variant::before { content: "=F3=B0=91=8F"; } + +.mdi-reflect-horizontal::before { content: "=F3=B0=A8=8E"; } + +.mdi-reflect-vertical::before { content: "=F3=B0=A8=8F"; } + +.mdi-refresh::before { content: "=F3=B0=91=90"; } + +.mdi-refresh-auto::before { content: "=F3=B1=A3=B2"; } + +.mdi-refresh-circle::before { content: "=F3=B1=8D=B7"; } + +.mdi-regex::before { content: "=F3=B0=91=91"; } + +.mdi-registered-trademark::before { content: "=F3=B0=A9=A7"; } + +.mdi-reiterate::before { content: "=F3=B1=96=88"; } + +.mdi-relation-many-to-many::before { content: "=F3=B1=92=96"; } + +.mdi-relation-many-to-one::before { content: "=F3=B1=92=97"; } + +.mdi-relation-many-to-one-or-many::before { content: "=F3=B1=92=98"; } + +.mdi-relation-many-to-only-one::before { content: "=F3=B1=92=99"; } + +.mdi-relation-many-to-zero-or-many::before { content: "=F3=B1=92=9A"; } + +.mdi-relation-many-to-zero-or-one::before { content: "=F3=B1=92=9B"; } + +.mdi-relation-one-or-many-to-many::before { content: "=F3=B1=92=9C"; } + +.mdi-relation-one-or-many-to-one::before { content: "=F3=B1=92=9D"; } + +.mdi-relation-one-or-many-to-one-or-many::before { content: "=F3=B1=92=9E";= + } + +.mdi-relation-one-or-many-to-only-one::before { content: "=F3=B1=92=9F"; } + +.mdi-relation-one-or-many-to-zero-or-many::before { content: "=F3=B1=92=A0"= +; } + +.mdi-relation-one-or-many-to-zero-or-one::before { content: "=F3=B1=92=A1";= + } + +.mdi-relation-one-to-many::before { content: "=F3=B1=92=A2"; } + +.mdi-relation-one-to-one::before { content: "=F3=B1=92=A3"; } + +.mdi-relation-one-to-one-or-many::before { content: "=F3=B1=92=A4"; } + +.mdi-relation-one-to-only-one::before { content: "=F3=B1=92=A5"; } + +.mdi-relation-one-to-zero-or-many::before { content: "=F3=B1=92=A6"; } + +.mdi-relation-one-to-zero-or-one::before { content: "=F3=B1=92=A7"; } + +.mdi-relation-only-one-to-many::before { content: "=F3=B1=92=A8"; } + +.mdi-relation-only-one-to-one::before { content: "=F3=B1=92=A9"; } + +.mdi-relation-only-one-to-one-or-many::before { content: "=F3=B1=92=AA"; } + +.mdi-relation-only-one-to-only-one::before { content: "=F3=B1=92=AB"; } + +.mdi-relation-only-one-to-zero-or-many::before { content: "=F3=B1=92=AC"; } + +.mdi-relation-only-one-to-zero-or-one::before { content: "=F3=B1=92=AD"; } + +.mdi-relation-zero-or-many-to-many::before { content: "=F3=B1=92=AE"; } + +.mdi-relation-zero-or-many-to-one::before { content: "=F3=B1=92=AF"; } + +.mdi-relation-zero-or-many-to-one-or-many::before { content: "=F3=B1=92=B0"= +; } + +.mdi-relation-zero-or-many-to-only-one::before { content: "=F3=B1=92=B1"; } + +.mdi-relation-zero-or-many-to-zero-or-many::before { content: "=F3=B1=92=B2= +"; } + +.mdi-relation-zero-or-many-to-zero-or-one::before { content: "=F3=B1=92=B3"= +; } + +.mdi-relation-zero-or-one-to-many::before { content: "=F3=B1=92=B4"; } + +.mdi-relation-zero-or-one-to-one::before { content: "=F3=B1=92=B5"; } + +.mdi-relation-zero-or-one-to-one-or-many::before { content: "=F3=B1=92=B6";= + } + +.mdi-relation-zero-or-one-to-only-one::before { content: "=F3=B1=92=B7"; } + +.mdi-relation-zero-or-one-to-zero-or-many::before { content: "=F3=B1=92=B8"= +; } + +.mdi-relation-zero-or-one-to-zero-or-one::before { content: "=F3=B1=92=B9";= + } + +.mdi-relative-scale::before { content: "=F3=B0=91=92"; } + +.mdi-reload::before { content: "=F3=B0=91=93"; } + +.mdi-reload-alert::before { content: "=F3=B1=84=8B"; } + +.mdi-reminder::before { content: "=F3=B0=A2=8C"; } + +.mdi-remote::before { content: "=F3=B0=91=94"; } + +.mdi-remote-desktop::before { content: "=F3=B0=A2=B9"; } + +.mdi-remote-off::before { content: "=F3=B0=BB=84"; } + +.mdi-remote-tv::before { content: "=F3=B0=BB=85"; } + +.mdi-remote-tv-off::before { content: "=F3=B0=BB=86"; } + +.mdi-rename-box::before { content: "=F3=B0=91=95"; } + +.mdi-reorder-horizontal::before { content: "=F3=B0=9A=88"; } + +.mdi-reorder-vertical::before { content: "=F3=B0=9A=89"; } + +.mdi-repeat::before { content: "=F3=B0=91=96"; } + +.mdi-repeat-off::before { content: "=F3=B0=91=97"; } + +.mdi-repeat-once::before { content: "=F3=B0=91=98"; } + +.mdi-repeat-variant::before { content: "=F3=B0=95=87"; } + +.mdi-replay::before { content: "=F3=B0=91=99"; } + +.mdi-reply::before { content: "=F3=B0=91=9A"; } + +.mdi-reply-all::before { content: "=F3=B0=91=9B"; } + +.mdi-reply-all-outline::before { content: "=F3=B0=BC=9F"; } + +.mdi-reply-circle::before { content: "=F3=B1=86=AE"; } + +.mdi-reply-outline::before { content: "=F3=B0=BC=A0"; } + +.mdi-reproduction::before { content: "=F3=B0=91=9C"; } + +.mdi-resistor::before { content: "=F3=B0=AD=84"; } + +.mdi-resistor-nodes::before { content: "=F3=B0=AD=85"; } + +.mdi-resize::before { content: "=F3=B0=A9=A8"; } + +.mdi-resize-bottom-right::before { content: "=F3=B0=91=9D"; } + +.mdi-responsive::before { content: "=F3=B0=91=9E"; } + +.mdi-restart::before { content: "=F3=B0=9C=89"; } + +.mdi-restart-alert::before { content: "=F3=B1=84=8C"; } + +.mdi-restart-off::before { content: "=F3=B0=B6=95"; } + +.mdi-restore::before { content: "=F3=B0=A6=9B"; } + +.mdi-restore-alert::before { content: "=F3=B1=84=8D"; } + +.mdi-rewind::before { content: "=F3=B0=91=9F"; } + +.mdi-rewind-10::before { content: "=F3=B0=B4=AA"; } + +.mdi-rewind-15::before { content: "=F3=B1=A5=86"; } + +.mdi-rewind-30::before { content: "=F3=B0=B6=96"; } + +.mdi-rewind-45::before { content: "=F3=B1=AC=93"; } + +.mdi-rewind-5::before { content: "=F3=B1=87=B9"; } + +.mdi-rewind-60::before { content: "=F3=B1=98=8C"; } + +.mdi-rewind-outline::before { content: "=F3=B0=9C=8A"; } + +.mdi-rhombus::before { content: "=F3=B0=9C=8B"; } + +.mdi-rhombus-medium::before { content: "=F3=B0=A8=90"; } + +.mdi-rhombus-medium-outline::before { content: "=F3=B1=93=9C"; } + +.mdi-rhombus-outline::before { content: "=F3=B0=9C=8C"; } + +.mdi-rhombus-split::before { content: "=F3=B0=A8=91"; } + +.mdi-rhombus-split-outline::before { content: "=F3=B1=93=9D"; } + +.mdi-ribbon::before { content: "=F3=B0=91=A0"; } + +.mdi-rice::before { content: "=F3=B0=9F=AA"; } + +.mdi-rickshaw::before { content: "=F3=B1=96=BB"; } + +.mdi-rickshaw-electric::before { content: "=F3=B1=96=BC"; } + +.mdi-ring::before { content: "=F3=B0=9F=AB"; } + +.mdi-rivet::before { content: "=F3=B0=B9=A0"; } + +.mdi-road::before { content: "=F3=B0=91=A1"; } + +.mdi-road-variant::before { content: "=F3=B0=91=A2"; } + +.mdi-robber::before { content: "=F3=B1=81=98"; } + +.mdi-robot::before { content: "=F3=B0=9A=A9"; } + +.mdi-robot-angry::before { content: "=F3=B1=9A=9D"; } + +.mdi-robot-angry-outline::before { content: "=F3=B1=9A=9E"; } + +.mdi-robot-confused::before { content: "=F3=B1=9A=9F"; } + +.mdi-robot-confused-outline::before { content: "=F3=B1=9A=A0"; } + +.mdi-robot-dead::before { content: "=F3=B1=9A=A1"; } + +.mdi-robot-dead-outline::before { content: "=F3=B1=9A=A2"; } + +.mdi-robot-excited::before { content: "=F3=B1=9A=A3"; } + +.mdi-robot-excited-outline::before { content: "=F3=B1=9A=A4"; } + +.mdi-robot-happy::before { content: "=F3=B1=9C=99"; } + +.mdi-robot-happy-outline::before { content: "=F3=B1=9C=9A"; } + +.mdi-robot-industrial::before { content: "=F3=B0=AD=86"; } + +.mdi-robot-industrial-outline::before { content: "=F3=B1=A8=9A"; } + +.mdi-robot-love::before { content: "=F3=B1=9A=A5"; } + +.mdi-robot-love-outline::before { content: "=F3=B1=9A=A6"; } + +.mdi-robot-mower::before { content: "=F3=B1=87=B7"; } + +.mdi-robot-mower-outline::before { content: "=F3=B1=87=B3"; } + +.mdi-robot-off::before { content: "=F3=B1=9A=A7"; } + +.mdi-robot-off-outline::before { content: "=F3=B1=99=BB"; } + +.mdi-robot-outline::before { content: "=F3=B1=99=BA"; } + +.mdi-robot-vacuum::before { content: "=F3=B0=9C=8D"; } + +.mdi-robot-vacuum-variant::before { content: "=F3=B0=A4=88"; } + +.mdi-rocket::before { content: "=F3=B0=91=A3"; } + +.mdi-rocket-launch::before { content: "=F3=B1=93=9E"; } + +.mdi-rocket-launch-outline::before { content: "=F3=B1=93=9F"; } + +.mdi-rocket-outline::before { content: "=F3=B1=8E=AF"; } + +.mdi-rodent::before { content: "=F3=B1=8C=A7"; } + +.mdi-roller-shade::before { content: "=F3=B1=A9=AB"; } + +.mdi-roller-shade-closed::before { content: "=F3=B1=A9=AC"; } + +.mdi-roller-skate::before { content: "=F3=B0=B4=AB"; } + +.mdi-roller-skate-off::before { content: "=F3=B0=85=85"; } + +.mdi-rollerblade::before { content: "=F3=B0=B4=AC"; } + +.mdi-rollerblade-off::before { content: "=F3=B0=80=AE"; } + +.mdi-rollupjs::before { content: "=F3=B0=AF=80"; } + +.mdi-rolodex::before { content: "=F3=B1=AA=B9"; } + +.mdi-rolodex-outline::before { content: "=F3=B1=AA=BA"; } + +.mdi-roman-numeral-1::before { content: "=F3=B1=82=88"; } + +.mdi-roman-numeral-10::before { content: "=F3=B1=82=91"; } + +.mdi-roman-numeral-2::before { content: "=F3=B1=82=89"; } + +.mdi-roman-numeral-3::before { content: "=F3=B1=82=8A"; } + +.mdi-roman-numeral-4::before { content: "=F3=B1=82=8B"; } + +.mdi-roman-numeral-5::before { content: "=F3=B1=82=8C"; } + +.mdi-roman-numeral-6::before { content: "=F3=B1=82=8D"; } + +.mdi-roman-numeral-7::before { content: "=F3=B1=82=8E"; } + +.mdi-roman-numeral-8::before { content: "=F3=B1=82=8F"; } + +.mdi-roman-numeral-9::before { content: "=F3=B1=82=90"; } + +.mdi-room-service::before { content: "=F3=B0=A2=8D"; } + +.mdi-room-service-outline::before { content: "=F3=B0=B6=97"; } + +.mdi-rotate-360::before { content: "=F3=B1=A6=99"; } + +.mdi-rotate-3d::before { content: "=F3=B0=BB=87"; } + +.mdi-rotate-3d-variant::before { content: "=F3=B0=91=A4"; } + +.mdi-rotate-left::before { content: "=F3=B0=91=A5"; } + +.mdi-rotate-left-variant::before { content: "=F3=B0=91=A6"; } + +.mdi-rotate-orbit::before { content: "=F3=B0=B6=98"; } + +.mdi-rotate-right::before { content: "=F3=B0=91=A7"; } + +.mdi-rotate-right-variant::before { content: "=F3=B0=91=A8"; } + +.mdi-rounded-corner::before { content: "=F3=B0=98=87"; } + +.mdi-router::before { content: "=F3=B1=87=A2"; } + +.mdi-router-network::before { content: "=F3=B1=82=87"; } + +.mdi-router-wireless::before { content: "=F3=B0=91=A9"; } + +.mdi-router-wireless-off::before { content: "=F3=B1=96=A3"; } + +.mdi-router-wireless-settings::before { content: "=F3=B0=A9=A9"; } + +.mdi-routes::before { content: "=F3=B0=91=AA"; } + +.mdi-routes-clock::before { content: "=F3=B1=81=99"; } + +.mdi-rowing::before { content: "=F3=B0=98=88"; } + +.mdi-rss::before { content: "=F3=B0=91=AB"; } + +.mdi-rss-box::before { content: "=F3=B0=91=AC"; } + +.mdi-rss-off::before { content: "=F3=B0=BC=A1"; } + +.mdi-rug::before { content: "=F3=B1=91=B5"; } + +.mdi-rugby::before { content: "=F3=B0=B6=99"; } + +.mdi-ruler::before { content: "=F3=B0=91=AD"; } + +.mdi-ruler-square::before { content: "=F3=B0=B3=82"; } + +.mdi-ruler-square-compass::before { content: "=F3=B0=BA=BE"; } + +.mdi-run::before { content: "=F3=B0=9C=8E"; } + +.mdi-run-fast::before { content: "=F3=B0=91=AE"; } + +.mdi-rv-truck::before { content: "=F3=B1=87=94"; } + +.mdi-sack::before { content: "=F3=B0=B4=AE"; } + +.mdi-sack-percent::before { content: "=F3=B0=B4=AF"; } + +.mdi-safe::before { content: "=F3=B0=A9=AA"; } + +.mdi-safe-square::before { content: "=F3=B1=89=BC"; } + +.mdi-safe-square-outline::before { content: "=F3=B1=89=BD"; } + +.mdi-safety-goggles::before { content: "=F3=B0=B4=B0"; } + +.mdi-sail-boat::before { content: "=F3=B0=BB=88"; } + +.mdi-sail-boat-sink::before { content: "=F3=B1=AB=AF"; } + +.mdi-sale::before { content: "=F3=B0=91=AF"; } + +.mdi-sale-outline::before { content: "=F3=B1=A8=86"; } + +.mdi-salesforce::before { content: "=F3=B0=A2=8E"; } + +.mdi-sass::before { content: "=F3=B0=9F=AC"; } + +.mdi-satellite::before { content: "=F3=B0=91=B0"; } + +.mdi-satellite-uplink::before { content: "=F3=B0=A4=89"; } + +.mdi-satellite-variant::before { content: "=F3=B0=91=B1"; } + +.mdi-sausage::before { content: "=F3=B0=A2=BA"; } + +.mdi-sausage-off::before { content: "=F3=B1=9E=89"; } + +.mdi-saw-blade::before { content: "=F3=B0=B9=A1"; } + +.mdi-sawtooth-wave::before { content: "=F3=B1=91=BA"; } + +.mdi-saxophone::before { content: "=F3=B0=98=89"; } + +.mdi-scale::before { content: "=F3=B0=91=B2"; } + +.mdi-scale-balance::before { content: "=F3=B0=97=91"; } + +.mdi-scale-bathroom::before { content: "=F3=B0=91=B3"; } + +.mdi-scale-off::before { content: "=F3=B1=81=9A"; } + +.mdi-scale-unbalanced::before { content: "=F3=B1=A6=B8"; } + +.mdi-scan-helper::before { content: "=F3=B1=8F=98"; } + +.mdi-scanner::before { content: "=F3=B0=9A=AB"; } + +.mdi-scanner-off::before { content: "=F3=B0=A4=8A"; } + +.mdi-scatter-plot::before { content: "=F3=B0=BB=89"; } + +.mdi-scatter-plot-outline::before { content: "=F3=B0=BB=8A"; } + +.mdi-scent::before { content: "=F3=B1=A5=98"; } + +.mdi-scent-off::before { content: "=F3=B1=A5=99"; } + +.mdi-school::before { content: "=F3=B0=91=B4"; } + +.mdi-school-outline::before { content: "=F3=B1=86=80"; } + +.mdi-scissors-cutting::before { content: "=F3=B0=A9=AB"; } + +.mdi-scooter::before { content: "=F3=B1=96=BD"; } + +.mdi-scooter-electric::before { content: "=F3=B1=96=BE"; } + +.mdi-scoreboard::before { content: "=F3=B1=89=BE"; } + +.mdi-scoreboard-outline::before { content: "=F3=B1=89=BF"; } + +.mdi-screen-rotation::before { content: "=F3=B0=91=B5"; } + +.mdi-screen-rotation-lock::before { content: "=F3=B0=91=B8"; } + +.mdi-screw-flat-top::before { content: "=F3=B0=B7=B3"; } + +.mdi-screw-lag::before { content: "=F3=B0=B7=B4"; } + +.mdi-screw-machine-flat-top::before { content: "=F3=B0=B7=B5"; } + +.mdi-screw-machine-round-top::before { content: "=F3=B0=B7=B6"; } + +.mdi-screw-round-top::before { content: "=F3=B0=B7=B7"; } + +.mdi-screwdriver::before { content: "=F3=B0=91=B6"; } + +.mdi-script::before { content: "=F3=B0=AF=81"; } + +.mdi-script-outline::before { content: "=F3=B0=91=B7"; } + +.mdi-script-text::before { content: "=F3=B0=AF=82"; } + +.mdi-script-text-key::before { content: "=F3=B1=9C=A5"; } + +.mdi-script-text-key-outline::before { content: "=F3=B1=9C=A6"; } + +.mdi-script-text-outline::before { content: "=F3=B0=AF=83"; } + +.mdi-script-text-play::before { content: "=F3=B1=9C=A7"; } + +.mdi-script-text-play-outline::before { content: "=F3=B1=9C=A8"; } + +.mdi-sd::before { content: "=F3=B0=91=B9"; } + +.mdi-seal::before { content: "=F3=B0=91=BA"; } + +.mdi-seal-variant::before { content: "=F3=B0=BF=99"; } + +.mdi-search-web::before { content: "=F3=B0=9C=8F"; } + +.mdi-seat::before { content: "=F3=B0=B3=83"; } + +.mdi-seat-flat::before { content: "=F3=B0=91=BB"; } + +.mdi-seat-flat-angled::before { content: "=F3=B0=91=BC"; } + +.mdi-seat-individual-suite::before { content: "=F3=B0=91=BD"; } + +.mdi-seat-legroom-extra::before { content: "=F3=B0=91=BE"; } + +.mdi-seat-legroom-normal::before { content: "=F3=B0=91=BF"; } + +.mdi-seat-legroom-reduced::before { content: "=F3=B0=92=80"; } + +.mdi-seat-outline::before { content: "=F3=B0=B3=84"; } + +.mdi-seat-passenger::before { content: "=F3=B1=89=89"; } + +.mdi-seat-recline-extra::before { content: "=F3=B0=92=81"; } + +.mdi-seat-recline-normal::before { content: "=F3=B0=92=82"; } + +.mdi-seatbelt::before { content: "=F3=B0=B3=85"; } + +.mdi-security::before { content: "=F3=B0=92=83"; } + +.mdi-security-network::before { content: "=F3=B0=92=84"; } + +.mdi-seed::before { content: "=F3=B0=B9=A2"; } + +.mdi-seed-off::before { content: "=F3=B1=8F=BD"; } + +.mdi-seed-off-outline::before { content: "=F3=B1=8F=BE"; } + +.mdi-seed-outline::before { content: "=F3=B0=B9=A3"; } + +.mdi-seed-plus::before { content: "=F3=B1=A9=AD"; } + +.mdi-seed-plus-outline::before { content: "=F3=B1=A9=AE"; } + +.mdi-seesaw::before { content: "=F3=B1=96=A4"; } + +.mdi-segment::before { content: "=F3=B0=BB=8B"; } + +.mdi-select::before { content: "=F3=B0=92=85"; } + +.mdi-select-all::before { content: "=F3=B0=92=86"; } + +.mdi-select-color::before { content: "=F3=B0=B4=B1"; } + +.mdi-select-compare::before { content: "=F3=B0=AB=99"; } + +.mdi-select-drag::before { content: "=F3=B0=A9=AC"; } + +.mdi-select-group::before { content: "=F3=B0=BE=82"; } + +.mdi-select-inverse::before { content: "=F3=B0=92=87"; } + +.mdi-select-marker::before { content: "=F3=B1=8A=80"; } + +.mdi-select-multiple::before { content: "=F3=B1=8A=81"; } + +.mdi-select-multiple-marker::before { content: "=F3=B1=8A=82"; } + +.mdi-select-off::before { content: "=F3=B0=92=88"; } + +.mdi-select-place::before { content: "=F3=B0=BF=9A"; } + +.mdi-select-remove::before { content: "=F3=B1=9F=81"; } + +.mdi-select-search::before { content: "=F3=B1=88=84"; } + +.mdi-selection::before { content: "=F3=B0=92=89"; } + +.mdi-selection-drag::before { content: "=F3=B0=A9=AD"; } + +.mdi-selection-ellipse::before { content: "=F3=B0=B4=B2"; } + +.mdi-selection-ellipse-arrow-inside::before { content: "=F3=B0=BC=A2"; } + +.mdi-selection-ellipse-remove::before { content: "=F3=B1=9F=82"; } + +.mdi-selection-marker::before { content: "=F3=B1=8A=83"; } + +.mdi-selection-multiple::before { content: "=F3=B1=8A=85"; } + +.mdi-selection-multiple-marker::before { content: "=F3=B1=8A=84"; } + +.mdi-selection-off::before { content: "=F3=B0=9D=B7"; } + +.mdi-selection-remove::before { content: "=F3=B1=9F=83"; } + +.mdi-selection-search::before { content: "=F3=B1=88=85"; } + +.mdi-semantic-web::before { content: "=F3=B1=8C=96"; } + +.mdi-send::before { content: "=F3=B0=92=8A"; } + +.mdi-send-check::before { content: "=F3=B1=85=A1"; } + +.mdi-send-check-outline::before { content: "=F3=B1=85=A2"; } + +.mdi-send-circle::before { content: "=F3=B0=B7=B8"; } + +.mdi-send-circle-outline::before { content: "=F3=B0=B7=B9"; } + +.mdi-send-clock::before { content: "=F3=B1=85=A3"; } + +.mdi-send-clock-outline::before { content: "=F3=B1=85=A4"; } + +.mdi-send-lock::before { content: "=F3=B0=9F=AD"; } + +.mdi-send-lock-outline::before { content: "=F3=B1=85=A6"; } + +.mdi-send-outline::before { content: "=F3=B1=85=A5"; } + +.mdi-serial-port::before { content: "=F3=B0=99=9C"; } + +.mdi-server::before { content: "=F3=B0=92=8B"; } + +.mdi-server-minus::before { content: "=F3=B0=92=8C"; } + +.mdi-server-network::before { content: "=F3=B0=92=8D"; } + +.mdi-server-network-off::before { content: "=F3=B0=92=8E"; } + +.mdi-server-off::before { content: "=F3=B0=92=8F"; } + +.mdi-server-plus::before { content: "=F3=B0=92=90"; } + +.mdi-server-remove::before { content: "=F3=B0=92=91"; } + +.mdi-server-security::before { content: "=F3=B0=92=92"; } + +.mdi-set-all::before { content: "=F3=B0=9D=B8"; } + +.mdi-set-center::before { content: "=F3=B0=9D=B9"; } + +.mdi-set-center-right::before { content: "=F3=B0=9D=BA"; } + +.mdi-set-left::before { content: "=F3=B0=9D=BB"; } + +.mdi-set-left-center::before { content: "=F3=B0=9D=BC"; } + +.mdi-set-left-right::before { content: "=F3=B0=9D=BD"; } + +.mdi-set-merge::before { content: "=F3=B1=93=A0"; } + +.mdi-set-none::before { content: "=F3=B0=9D=BE"; } + +.mdi-set-right::before { content: "=F3=B0=9D=BF"; } + +.mdi-set-split::before { content: "=F3=B1=93=A1"; } + +.mdi-set-square::before { content: "=F3=B1=91=9D"; } + +.mdi-set-top-box::before { content: "=F3=B0=A6=9F"; } + +.mdi-settings-helper::before { content: "=F3=B0=A9=AE"; } + +.mdi-shaker::before { content: "=F3=B1=84=8E"; } + +.mdi-shaker-outline::before { content: "=F3=B1=84=8F"; } + +.mdi-shape::before { content: "=F3=B0=A0=B1"; } + +.mdi-shape-circle-plus::before { content: "=F3=B0=99=9D"; } + +.mdi-shape-outline::before { content: "=F3=B0=A0=B2"; } + +.mdi-shape-oval-plus::before { content: "=F3=B1=87=BA"; } + +.mdi-shape-plus::before { content: "=F3=B0=92=95"; } + +.mdi-shape-polygon-plus::before { content: "=F3=B0=99=9E"; } + +.mdi-shape-rectangle-plus::before { content: "=F3=B0=99=9F"; } + +.mdi-shape-square-plus::before { content: "=F3=B0=99=A0"; } + +.mdi-shape-square-rounded-plus::before { content: "=F3=B1=93=BA"; } + +.mdi-share::before { content: "=F3=B0=92=96"; } + +.mdi-share-all::before { content: "=F3=B1=87=B4"; } + +.mdi-share-all-outline::before { content: "=F3=B1=87=B5"; } + +.mdi-share-circle::before { content: "=F3=B1=86=AD"; } + +.mdi-share-off::before { content: "=F3=B0=BC=A3"; } + +.mdi-share-off-outline::before { content: "=F3=B0=BC=A4"; } + +.mdi-share-outline::before { content: "=F3=B0=A4=B2"; } + +.mdi-share-variant::before { content: "=F3=B0=92=97"; } + +.mdi-share-variant-outline::before { content: "=F3=B1=94=94"; } + +.mdi-shark::before { content: "=F3=B1=A2=BA"; } + +.mdi-shark-fin::before { content: "=F3=B1=99=B3"; } + +.mdi-shark-fin-outline::before { content: "=F3=B1=99=B4"; } + +.mdi-shark-off::before { content: "=F3=B1=A2=BB"; } + +.mdi-sheep::before { content: "=F3=B0=B3=86"; } + +.mdi-shield::before { content: "=F3=B0=92=98"; } + +.mdi-shield-account::before { content: "=F3=B0=A2=8F"; } + +.mdi-shield-account-outline::before { content: "=F3=B0=A8=92"; } + +.mdi-shield-account-variant::before { content: "=F3=B1=96=A7"; } + +.mdi-shield-account-variant-outline::before { content: "=F3=B1=96=A8"; } + +.mdi-shield-airplane::before { content: "=F3=B0=9A=BB"; } + +.mdi-shield-airplane-outline::before { content: "=F3=B0=B3=87"; } + +.mdi-shield-alert::before { content: "=F3=B0=BB=8C"; } + +.mdi-shield-alert-outline::before { content: "=F3=B0=BB=8D"; } + +.mdi-shield-bug::before { content: "=F3=B1=8F=9A"; } + +.mdi-shield-bug-outline::before { content: "=F3=B1=8F=9B"; } + +.mdi-shield-car::before { content: "=F3=B0=BE=83"; } + +.mdi-shield-check::before { content: "=F3=B0=95=A5"; } + +.mdi-shield-check-outline::before { content: "=F3=B0=B3=88"; } + +.mdi-shield-cross::before { content: "=F3=B0=B3=89"; } + +.mdi-shield-cross-outline::before { content: "=F3=B0=B3=8A"; } + +.mdi-shield-crown::before { content: "=F3=B1=A2=BC"; } + +.mdi-shield-crown-outline::before { content: "=F3=B1=A2=BD"; } + +.mdi-shield-edit::before { content: "=F3=B1=86=A0"; } + +.mdi-shield-edit-outline::before { content: "=F3=B1=86=A1"; } + +.mdi-shield-half::before { content: "=F3=B1=8D=A0"; } + +.mdi-shield-half-full::before { content: "=F3=B0=9E=80"; } + +.mdi-shield-home::before { content: "=F3=B0=9A=8A"; } + +.mdi-shield-home-outline::before { content: "=F3=B0=B3=8B"; } + +.mdi-shield-key::before { content: "=F3=B0=AF=84"; } + +.mdi-shield-key-outline::before { content: "=F3=B0=AF=85"; } + +.mdi-shield-link-variant::before { content: "=F3=B0=B4=B3"; } + +.mdi-shield-link-variant-outline::before { content: "=F3=B0=B4=B4"; } + +.mdi-shield-lock::before { content: "=F3=B0=A6=9D"; } + +.mdi-shield-lock-open::before { content: "=F3=B1=A6=9A"; } + +.mdi-shield-lock-open-outline::before { content: "=F3=B1=A6=9B"; } + +.mdi-shield-lock-outline::before { content: "=F3=B0=B3=8C"; } + +.mdi-shield-moon::before { content: "=F3=B1=A0=A8"; } + +.mdi-shield-moon-outline::before { content: "=F3=B1=A0=A9"; } + +.mdi-shield-off::before { content: "=F3=B0=A6=9E"; } + +.mdi-shield-off-outline::before { content: "=F3=B0=A6=9C"; } + +.mdi-shield-outline::before { content: "=F3=B0=92=99"; } + +.mdi-shield-plus::before { content: "=F3=B0=AB=9A"; } + +.mdi-shield-plus-outline::before { content: "=F3=B0=AB=9B"; } + +.mdi-shield-refresh::before { content: "=F3=B0=82=AA"; } + +.mdi-shield-refresh-outline::before { content: "=F3=B0=87=A0"; } + +.mdi-shield-remove::before { content: "=F3=B0=AB=9C"; } + +.mdi-shield-remove-outline::before { content: "=F3=B0=AB=9D"; } + +.mdi-shield-search::before { content: "=F3=B0=B6=9A"; } + +.mdi-shield-star::before { content: "=F3=B1=84=BB"; } + +.mdi-shield-star-outline::before { content: "=F3=B1=84=BC"; } + +.mdi-shield-sun::before { content: "=F3=B1=81=9D"; } + +.mdi-shield-sun-outline::before { content: "=F3=B1=81=9E"; } + +.mdi-shield-sword::before { content: "=F3=B1=A2=BE"; } + +.mdi-shield-sword-outline::before { content: "=F3=B1=A2=BF"; } + +.mdi-shield-sync::before { content: "=F3=B1=86=A2"; } + +.mdi-shield-sync-outline::before { content: "=F3=B1=86=A3"; } + +.mdi-shimmer::before { content: "=F3=B1=95=85"; } + +.mdi-ship-wheel::before { content: "=F3=B0=A0=B3"; } + +.mdi-shipping-pallet::before { content: "=F3=B1=A1=8E"; } + +.mdi-shoe-ballet::before { content: "=F3=B1=97=8A"; } + +.mdi-shoe-cleat::before { content: "=F3=B1=97=87"; } + +.mdi-shoe-formal::before { content: "=F3=B0=AD=87"; } + +.mdi-shoe-heel::before { content: "=F3=B0=AD=88"; } + +.mdi-shoe-print::before { content: "=F3=B0=B7=BA"; } + +.mdi-shoe-sneaker::before { content: "=F3=B1=97=88"; } + +.mdi-shopping::before { content: "=F3=B0=92=9A"; } + +.mdi-shopping-music::before { content: "=F3=B0=92=9B"; } + +.mdi-shopping-outline::before { content: "=F3=B1=87=95"; } + +.mdi-shopping-search::before { content: "=F3=B0=BE=84"; } + +.mdi-shopping-search-outline::before { content: "=F3=B1=A9=AF"; } + +.mdi-shore::before { content: "=F3=B1=93=B9"; } + +.mdi-shovel::before { content: "=F3=B0=9C=90"; } + +.mdi-shovel-off::before { content: "=F3=B0=9C=91"; } + +.mdi-shower::before { content: "=F3=B0=A6=A0"; } + +.mdi-shower-head::before { content: "=F3=B0=A6=A1"; } + +.mdi-shredder::before { content: "=F3=B0=92=9C"; } + +.mdi-shuffle::before { content: "=F3=B0=92=9D"; } + +.mdi-shuffle-disabled::before { content: "=F3=B0=92=9E"; } + +.mdi-shuffle-variant::before { content: "=F3=B0=92=9F"; } + +.mdi-shuriken::before { content: "=F3=B1=8D=BF"; } + +.mdi-sickle::before { content: "=F3=B1=A3=80"; } + +.mdi-sigma::before { content: "=F3=B0=92=A0"; } + +.mdi-sigma-lower::before { content: "=F3=B0=98=AB"; } + +.mdi-sign-caution::before { content: "=F3=B0=92=A1"; } + +.mdi-sign-direction::before { content: "=F3=B0=9E=81"; } + +.mdi-sign-direction-minus::before { content: "=F3=B1=80=80"; } + +.mdi-sign-direction-plus::before { content: "=F3=B0=BF=9C"; } + +.mdi-sign-direction-remove::before { content: "=F3=B0=BF=9D"; } + +.mdi-sign-language::before { content: "=F3=B1=AD=8D"; } + +.mdi-sign-language-outline::before { content: "=F3=B1=AD=8E"; } + +.mdi-sign-pole::before { content: "=F3=B1=93=B8"; } + +.mdi-sign-real-estate::before { content: "=F3=B1=84=98"; } + +.mdi-sign-text::before { content: "=F3=B0=9E=82"; } + +.mdi-signal::before { content: "=F3=B0=92=A2"; } + +.mdi-signal-2g::before { content: "=F3=B0=9C=92"; } + +.mdi-signal-3g::before { content: "=F3=B0=9C=93"; } + +.mdi-signal-4g::before { content: "=F3=B0=9C=94"; } + +.mdi-signal-5g::before { content: "=F3=B0=A9=AF"; } + +.mdi-signal-cellular-1::before { content: "=F3=B0=A2=BC"; } + +.mdi-signal-cellular-2::before { content: "=F3=B0=A2=BD"; } + +.mdi-signal-cellular-3::before { content: "=F3=B0=A2=BE"; } + +.mdi-signal-cellular-outline::before { content: "=F3=B0=A2=BF"; } + +.mdi-signal-distance-variant::before { content: "=F3=B0=B9=A4"; } + +.mdi-signal-hspa::before { content: "=F3=B0=9C=95"; } + +.mdi-signal-hspa-plus::before { content: "=F3=B0=9C=96"; } + +.mdi-signal-off::before { content: "=F3=B0=9E=83"; } + +.mdi-signal-variant::before { content: "=F3=B0=98=8A"; } + +.mdi-signature::before { content: "=F3=B0=B7=BB"; } + +.mdi-signature-freehand::before { content: "=F3=B0=B7=BC"; } + +.mdi-signature-image::before { content: "=F3=B0=B7=BD"; } + +.mdi-signature-text::before { content: "=F3=B0=B7=BE"; } + +.mdi-silo::before { content: "=F3=B0=AD=89"; } + +.mdi-silverware::before { content: "=F3=B0=92=A3"; } + +.mdi-silverware-clean::before { content: "=F3=B0=BF=9E"; } + +.mdi-silverware-fork::before { content: "=F3=B0=92=A4"; } + +.mdi-silverware-fork-knife::before { content: "=F3=B0=A9=B0"; } + +.mdi-silverware-spoon::before { content: "=F3=B0=92=A5"; } + +.mdi-silverware-variant::before { content: "=F3=B0=92=A6"; } + +.mdi-sim::before { content: "=F3=B0=92=A7"; } + +.mdi-sim-alert::before { content: "=F3=B0=92=A8"; } + +.mdi-sim-alert-outline::before { content: "=F3=B1=97=93"; } + +.mdi-sim-off::before { content: "=F3=B0=92=A9"; } + +.mdi-sim-off-outline::before { content: "=F3=B1=97=94"; } + +.mdi-sim-outline::before { content: "=F3=B1=97=95"; } + +.mdi-simple-icons::before { content: "=F3=B1=8C=9D"; } + +.mdi-sina-weibo::before { content: "=F3=B0=AB=9F"; } + +.mdi-sine-wave::before { content: "=F3=B0=A5=9B"; } + +.mdi-sitemap::before { content: "=F3=B0=92=AA"; } + +.mdi-sitemap-outline::before { content: "=F3=B1=A6=9C"; } + +.mdi-size-l::before { content: "=F3=B1=8E=A6"; } + +.mdi-size-m::before { content: "=F3=B1=8E=A5"; } + +.mdi-size-s::before { content: "=F3=B1=8E=A4"; } + +.mdi-size-xl::before { content: "=F3=B1=8E=A7"; } + +.mdi-size-xs::before { content: "=F3=B1=8E=A3"; } + +.mdi-size-xxl::before { content: "=F3=B1=8E=A8"; } + +.mdi-size-xxs::before { content: "=F3=B1=8E=A2"; } + +.mdi-size-xxxl::before { content: "=F3=B1=8E=A9"; } + +.mdi-skate::before { content: "=F3=B0=B4=B5"; } + +.mdi-skate-off::before { content: "=F3=B0=9A=99"; } + +.mdi-skateboard::before { content: "=F3=B1=93=82"; } + +.mdi-skateboarding::before { content: "=F3=B0=94=81"; } + +.mdi-skew-less::before { content: "=F3=B0=B4=B6"; } + +.mdi-skew-more::before { content: "=F3=B0=B4=B7"; } + +.mdi-ski::before { content: "=F3=B1=8C=84"; } + +.mdi-ski-cross-country::before { content: "=F3=B1=8C=85"; } + +.mdi-ski-water::before { content: "=F3=B1=8C=86"; } + +.mdi-skip-backward::before { content: "=F3=B0=92=AB"; } + +.mdi-skip-backward-outline::before { content: "=F3=B0=BC=A5"; } + +.mdi-skip-forward::before { content: "=F3=B0=92=AC"; } + +.mdi-skip-forward-outline::before { content: "=F3=B0=BC=A6"; } + +.mdi-skip-next::before { content: "=F3=B0=92=AD"; } + +.mdi-skip-next-circle::before { content: "=F3=B0=99=A1"; } + +.mdi-skip-next-circle-outline::before { content: "=F3=B0=99=A2"; } + +.mdi-skip-next-outline::before { content: "=F3=B0=BC=A7"; } + +.mdi-skip-previous::before { content: "=F3=B0=92=AE"; } + +.mdi-skip-previous-circle::before { content: "=F3=B0=99=A3"; } + +.mdi-skip-previous-circle-outline::before { content: "=F3=B0=99=A4"; } + +.mdi-skip-previous-outline::before { content: "=F3=B0=BC=A8"; } + +.mdi-skull::before { content: "=F3=B0=9A=8C"; } + +.mdi-skull-crossbones::before { content: "=F3=B0=AF=86"; } + +.mdi-skull-crossbones-outline::before { content: "=F3=B0=AF=87"; } + +.mdi-skull-outline::before { content: "=F3=B0=AF=88"; } + +.mdi-skull-scan::before { content: "=F3=B1=93=87"; } + +.mdi-skull-scan-outline::before { content: "=F3=B1=93=88"; } + +.mdi-skype::before { content: "=F3=B0=92=AF"; } + +.mdi-skype-business::before { content: "=F3=B0=92=B0"; } + +.mdi-slack::before { content: "=F3=B0=92=B1"; } + +.mdi-slash-forward::before { content: "=F3=B0=BF=9F"; } + +.mdi-slash-forward-box::before { content: "=F3=B0=BF=A0"; } + +.mdi-sledding::before { content: "=F3=B0=90=9B"; } + +.mdi-sleep::before { content: "=F3=B0=92=B2"; } + +.mdi-sleep-off::before { content: "=F3=B0=92=B3"; } + +.mdi-slide::before { content: "=F3=B1=96=A5"; } + +.mdi-slope-downhill::before { content: "=F3=B0=B7=BF"; } + +.mdi-slope-uphill::before { content: "=F3=B0=B8=80"; } + +.mdi-slot-machine::before { content: "=F3=B1=84=94"; } + +.mdi-slot-machine-outline::before { content: "=F3=B1=84=95"; } + +.mdi-smart-card::before { content: "=F3=B1=82=BD"; } + +.mdi-smart-card-off::before { content: "=F3=B1=A3=B7"; } + +.mdi-smart-card-off-outline::before { content: "=F3=B1=A3=B8"; } + +.mdi-smart-card-outline::before { content: "=F3=B1=82=BE"; } + +.mdi-smart-card-reader::before { content: "=F3=B1=82=BF"; } + +.mdi-smart-card-reader-outline::before { content: "=F3=B1=83=80"; } + +.mdi-smog::before { content: "=F3=B0=A9=B1"; } + +.mdi-smoke::before { content: "=F3=B1=9E=99"; } + +.mdi-smoke-detector::before { content: "=F3=B0=8E=92"; } + +.mdi-smoke-detector-alert::before { content: "=F3=B1=A4=AE"; } + +.mdi-smoke-detector-alert-outline::before { content: "=F3=B1=A4=AF"; } + +.mdi-smoke-detector-off::before { content: "=F3=B1=A0=89"; } + +.mdi-smoke-detector-off-outline::before { content: "=F3=B1=A0=8A"; } + +.mdi-smoke-detector-outline::before { content: "=F3=B1=A0=88"; } + +.mdi-smoke-detector-variant::before { content: "=F3=B1=A0=8B"; } + +.mdi-smoke-detector-variant-alert::before { content: "=F3=B1=A4=B0"; } + +.mdi-smoke-detector-variant-off::before { content: "=F3=B1=A0=8C"; } + +.mdi-smoking::before { content: "=F3=B0=92=B4"; } + +.mdi-smoking-off::before { content: "=F3=B0=92=B5"; } + +.mdi-smoking-pipe::before { content: "=F3=B1=90=8D"; } + +.mdi-smoking-pipe-off::before { content: "=F3=B1=90=A8"; } + +.mdi-snail::before { content: "=F3=B1=99=B7"; } + +.mdi-snake::before { content: "=F3=B1=94=8E"; } + +.mdi-snapchat::before { content: "=F3=B0=92=B6"; } + +.mdi-snowboard::before { content: "=F3=B1=8C=87"; } + +.mdi-snowflake::before { content: "=F3=B0=9C=97"; } + +.mdi-snowflake-alert::before { content: "=F3=B0=BC=A9"; } + +.mdi-snowflake-check::before { content: "=F3=B1=A9=B0"; } + +.mdi-snowflake-melt::before { content: "=F3=B1=8B=8B"; } + +.mdi-snowflake-off::before { content: "=F3=B1=93=A3"; } + +.mdi-snowflake-thermometer::before { content: "=F3=B1=A9=B1"; } + +.mdi-snowflake-variant::before { content: "=F3=B0=BC=AA"; } + +.mdi-snowman::before { content: "=F3=B0=92=B7"; } + +.mdi-snowmobile::before { content: "=F3=B0=9B=9D"; } + +.mdi-snowshoeing::before { content: "=F3=B1=A9=B2"; } + +.mdi-soccer::before { content: "=F3=B0=92=B8"; } + +.mdi-soccer-field::before { content: "=F3=B0=A0=B4"; } + +.mdi-social-distance-2-meters::before { content: "=F3=B1=95=B9"; } + +.mdi-social-distance-6-feet::before { content: "=F3=B1=95=BA"; } + +.mdi-sofa::before { content: "=F3=B0=92=B9"; } + +.mdi-sofa-outline::before { content: "=F3=B1=95=AD"; } + +.mdi-sofa-single::before { content: "=F3=B1=95=AE"; } + +.mdi-sofa-single-outline::before { content: "=F3=B1=95=AF"; } + +.mdi-solar-panel::before { content: "=F3=B0=B6=9B"; } + +.mdi-solar-panel-large::before { content: "=F3=B0=B6=9C"; } + +.mdi-solar-power::before { content: "=F3=B0=A9=B2"; } + +.mdi-solar-power-variant::before { content: "=F3=B1=A9=B3"; } + +.mdi-solar-power-variant-outline::before { content: "=F3=B1=A9=B4"; } + +.mdi-soldering-iron::before { content: "=F3=B1=82=92"; } + +.mdi-solid::before { content: "=F3=B0=9A=8D"; } + +.mdi-sony-playstation::before { content: "=F3=B0=90=94"; } + +.mdi-sort::before { content: "=F3=B0=92=BA"; } + +.mdi-sort-alphabetical-ascending::before { content: "=F3=B0=96=BD"; } + +.mdi-sort-alphabetical-ascending-variant::before { content: "=F3=B1=85=88";= + } + +.mdi-sort-alphabetical-descending::before { content: "=F3=B0=96=BF"; } + +.mdi-sort-alphabetical-descending-variant::before { content: "=F3=B1=85=89"= +; } + +.mdi-sort-alphabetical-variant::before { content: "=F3=B0=92=BB"; } + +.mdi-sort-ascending::before { content: "=F3=B0=92=BC"; } + +.mdi-sort-bool-ascending::before { content: "=F3=B1=8E=85"; } + +.mdi-sort-bool-ascending-variant::before { content: "=F3=B1=8E=86"; } + +.mdi-sort-bool-descending::before { content: "=F3=B1=8E=87"; } + +.mdi-sort-bool-descending-variant::before { content: "=F3=B1=8E=88"; } + +.mdi-sort-calendar-ascending::before { content: "=F3=B1=95=87"; } + +.mdi-sort-calendar-descending::before { content: "=F3=B1=95=88"; } + +.mdi-sort-clock-ascending::before { content: "=F3=B1=95=89"; } + +.mdi-sort-clock-ascending-outline::before { content: "=F3=B1=95=8A"; } + +.mdi-sort-clock-descending::before { content: "=F3=B1=95=8B"; } + +.mdi-sort-clock-descending-outline::before { content: "=F3=B1=95=8C"; } + +.mdi-sort-descending::before { content: "=F3=B0=92=BD"; } + +.mdi-sort-numeric-ascending::before { content: "=F3=B1=8E=89"; } + +.mdi-sort-numeric-ascending-variant::before { content: "=F3=B0=A4=8D"; } + +.mdi-sort-numeric-descending::before { content: "=F3=B1=8E=8A"; } + +.mdi-sort-numeric-descending-variant::before { content: "=F3=B0=AB=92"; } + +.mdi-sort-numeric-variant::before { content: "=F3=B0=92=BE"; } + +.mdi-sort-reverse-variant::before { content: "=F3=B0=8C=BC"; } + +.mdi-sort-variant::before { content: "=F3=B0=92=BF"; } + +.mdi-sort-variant-lock::before { content: "=F3=B0=B3=8D"; } + +.mdi-sort-variant-lock-open::before { content: "=F3=B0=B3=8E"; } + +.mdi-sort-variant-off::before { content: "=F3=B1=AA=BB"; } + +.mdi-sort-variant-remove::before { content: "=F3=B1=85=87"; } + +.mdi-soundbar::before { content: "=F3=B1=9F=9B"; } + +.mdi-soundcloud::before { content: "=F3=B0=93=80"; } + +.mdi-source-branch::before { content: "=F3=B0=98=AC"; } + +.mdi-source-branch-check::before { content: "=F3=B1=93=8F"; } + +.mdi-source-branch-minus::before { content: "=F3=B1=93=8B"; } + +.mdi-source-branch-plus::before { content: "=F3=B1=93=8A"; } + +.mdi-source-branch-refresh::before { content: "=F3=B1=93=8D"; } + +.mdi-source-branch-remove::before { content: "=F3=B1=93=8C"; } + +.mdi-source-branch-sync::before { content: "=F3=B1=93=8E"; } + +.mdi-source-commit::before { content: "=F3=B0=9C=98"; } + +.mdi-source-commit-end::before { content: "=F3=B0=9C=99"; } + +.mdi-source-commit-end-local::before { content: "=F3=B0=9C=9A"; } + +.mdi-source-commit-local::before { content: "=F3=B0=9C=9B"; } + +.mdi-source-commit-next-local::before { content: "=F3=B0=9C=9C"; } + +.mdi-source-commit-start::before { content: "=F3=B0=9C=9D"; } + +.mdi-source-commit-start-next-local::before { content: "=F3=B0=9C=9E"; } + +.mdi-source-fork::before { content: "=F3=B0=93=81"; } + +.mdi-source-merge::before { content: "=F3=B0=98=AD"; } + +.mdi-source-pull::before { content: "=F3=B0=93=82"; } + +.mdi-source-repository::before { content: "=F3=B0=B3=8F"; } + +.mdi-source-repository-multiple::before { content: "=F3=B0=B3=90"; } + +.mdi-soy-sauce::before { content: "=F3=B0=9F=AE"; } + +.mdi-soy-sauce-off::before { content: "=F3=B1=8F=BC"; } + +.mdi-spa::before { content: "=F3=B0=B3=91"; } + +.mdi-spa-outline::before { content: "=F3=B0=B3=92"; } + +.mdi-space-invaders::before { content: "=F3=B0=AF=89"; } + +.mdi-space-station::before { content: "=F3=B1=8E=83"; } + +.mdi-spade::before { content: "=F3=B0=B9=A5"; } + +.mdi-speaker::before { content: "=F3=B0=93=83"; } + +.mdi-speaker-bluetooth::before { content: "=F3=B0=A6=A2"; } + +.mdi-speaker-message::before { content: "=F3=B1=AC=91"; } + +.mdi-speaker-multiple::before { content: "=F3=B0=B4=B8"; } + +.mdi-speaker-off::before { content: "=F3=B0=93=84"; } + +.mdi-speaker-wireless::before { content: "=F3=B0=9C=9F"; } + +.mdi-spear::before { content: "=F3=B1=A1=85"; } + +.mdi-speedometer::before { content: "=F3=B0=93=85"; } + +.mdi-speedometer-medium::before { content: "=F3=B0=BE=85"; } + +.mdi-speedometer-slow::before { content: "=F3=B0=BE=86"; } + +.mdi-spellcheck::before { content: "=F3=B0=93=86"; } + +.mdi-sphere::before { content: "=F3=B1=A5=94"; } + +.mdi-sphere-off::before { content: "=F3=B1=A5=95"; } + +.mdi-spider::before { content: "=F3=B1=87=AA"; } + +.mdi-spider-thread::before { content: "=F3=B1=87=AB"; } + +.mdi-spider-web::before { content: "=F3=B0=AF=8A"; } + +.mdi-spirit-level::before { content: "=F3=B1=93=B1"; } + +.mdi-spoon-sugar::before { content: "=F3=B1=90=A9"; } + +.mdi-spotify::before { content: "=F3=B0=93=87"; } + +.mdi-spotlight::before { content: "=F3=B0=93=88"; } + +.mdi-spotlight-beam::before { content: "=F3=B0=93=89"; } + +.mdi-spray::before { content: "=F3=B0=99=A5"; } + +.mdi-spray-bottle::before { content: "=F3=B0=AB=A0"; } + +.mdi-sprinkler::before { content: "=F3=B1=81=9F"; } + +.mdi-sprinkler-fire::before { content: "=F3=B1=A6=9D"; } + +.mdi-sprinkler-variant::before { content: "=F3=B1=81=A0"; } + +.mdi-sprout::before { content: "=F3=B0=B9=A6"; } + +.mdi-sprout-outline::before { content: "=F3=B0=B9=A7"; } + +.mdi-square::before { content: "=F3=B0=9D=A4"; } + +.mdi-square-circle::before { content: "=F3=B1=94=80"; } + +.mdi-square-edit-outline::before { content: "=F3=B0=A4=8C"; } + +.mdi-square-medium::before { content: "=F3=B0=A8=93"; } + +.mdi-square-medium-outline::before { content: "=F3=B0=A8=94"; } + +.mdi-square-off::before { content: "=F3=B1=8B=AE"; } + +.mdi-square-off-outline::before { content: "=F3=B1=8B=AF"; } + +.mdi-square-opacity::before { content: "=F3=B1=A1=94"; } + +.mdi-square-outline::before { content: "=F3=B0=9D=A3"; } + +.mdi-square-root::before { content: "=F3=B0=9E=84"; } + +.mdi-square-root-box::before { content: "=F3=B0=A6=A3"; } + +.mdi-square-rounded::before { content: "=F3=B1=93=BB"; } + +.mdi-square-rounded-badge::before { content: "=F3=B1=A8=87"; } + +.mdi-square-rounded-badge-outline::before { content: "=F3=B1=A8=88"; } + +.mdi-square-rounded-outline::before { content: "=F3=B1=93=BC"; } + +.mdi-square-small::before { content: "=F3=B0=A8=95"; } + +.mdi-square-wave::before { content: "=F3=B1=91=BB"; } + +.mdi-squeegee::before { content: "=F3=B0=AB=A1"; } + +.mdi-ssh::before { content: "=F3=B0=A3=80"; } + +.mdi-stack-exchange::before { content: "=F3=B0=98=8B"; } + +.mdi-stack-overflow::before { content: "=F3=B0=93=8C"; } + +.mdi-stackpath::before { content: "=F3=B0=8D=99"; } + +.mdi-stadium::before { content: "=F3=B0=BF=B9"; } + +.mdi-stadium-outline::before { content: "=F3=B1=AC=83"; } + +.mdi-stadium-variant::before { content: "=F3=B0=9C=A0"; } + +.mdi-stairs::before { content: "=F3=B0=93=8D"; } + +.mdi-stairs-box::before { content: "=F3=B1=8E=9E"; } + +.mdi-stairs-down::before { content: "=F3=B1=8A=BE"; } + +.mdi-stairs-up::before { content: "=F3=B1=8A=BD"; } + +.mdi-stamper::before { content: "=F3=B0=B4=B9"; } + +.mdi-standard-definition::before { content: "=F3=B0=9F=AF"; } + +.mdi-star::before { content: "=F3=B0=93=8E"; } + +.mdi-star-box::before { content: "=F3=B0=A9=B3"; } + +.mdi-star-box-multiple::before { content: "=F3=B1=8A=86"; } + +.mdi-star-box-multiple-outline::before { content: "=F3=B1=8A=87"; } + +.mdi-star-box-outline::before { content: "=F3=B0=A9=B4"; } + +.mdi-star-check::before { content: "=F3=B1=95=A6"; } + +.mdi-star-check-outline::before { content: "=F3=B1=95=AA"; } + +.mdi-star-circle::before { content: "=F3=B0=93=8F"; } + +.mdi-star-circle-outline::before { content: "=F3=B0=A6=A4"; } + +.mdi-star-cog::before { content: "=F3=B1=99=A8"; } + +.mdi-star-cog-outline::before { content: "=F3=B1=99=A9"; } + +.mdi-star-crescent::before { content: "=F3=B0=A5=B9"; } + +.mdi-star-david::before { content: "=F3=B0=A5=BA"; } + +.mdi-star-face::before { content: "=F3=B0=A6=A5"; } + +.mdi-star-four-points::before { content: "=F3=B0=AB=A2"; } + +.mdi-star-four-points-outline::before { content: "=F3=B0=AB=A3"; } + +.mdi-star-half::before { content: "=F3=B0=89=86"; } + +.mdi-star-half-full::before { content: "=F3=B0=93=90"; } + +.mdi-star-minus::before { content: "=F3=B1=95=A4"; } + +.mdi-star-minus-outline::before { content: "=F3=B1=95=A8"; } + +.mdi-star-off::before { content: "=F3=B0=93=91"; } + +.mdi-star-off-outline::before { content: "=F3=B1=95=9B"; } + +.mdi-star-outline::before { content: "=F3=B0=93=92"; } + +.mdi-star-plus::before { content: "=F3=B1=95=A3"; } + +.mdi-star-plus-outline::before { content: "=F3=B1=95=A7"; } + +.mdi-star-remove::before { content: "=F3=B1=95=A5"; } + +.mdi-star-remove-outline::before { content: "=F3=B1=95=A9"; } + +.mdi-star-settings::before { content: "=F3=B1=99=AA"; } + +.mdi-star-settings-outline::before { content: "=F3=B1=99=AB"; } + +.mdi-star-shooting::before { content: "=F3=B1=9D=81"; } + +.mdi-star-shooting-outline::before { content: "=F3=B1=9D=82"; } + +.mdi-star-three-points::before { content: "=F3=B0=AB=A4"; } + +.mdi-star-three-points-outline::before { content: "=F3=B0=AB=A5"; } + +.mdi-state-machine::before { content: "=F3=B1=87=AF"; } + +.mdi-steam::before { content: "=F3=B0=93=93"; } + +.mdi-steering::before { content: "=F3=B0=93=94"; } + +.mdi-steering-off::before { content: "=F3=B0=A4=8E"; } + +.mdi-step-backward::before { content: "=F3=B0=93=95"; } + +.mdi-step-backward-2::before { content: "=F3=B0=93=96"; } + +.mdi-step-forward::before { content: "=F3=B0=93=97"; } + +.mdi-step-forward-2::before { content: "=F3=B0=93=98"; } + +.mdi-stethoscope::before { content: "=F3=B0=93=99"; } + +.mdi-sticker::before { content: "=F3=B1=8D=A4"; } + +.mdi-sticker-alert::before { content: "=F3=B1=8D=A5"; } + +.mdi-sticker-alert-outline::before { content: "=F3=B1=8D=A6"; } + +.mdi-sticker-check::before { content: "=F3=B1=8D=A7"; } + +.mdi-sticker-check-outline::before { content: "=F3=B1=8D=A8"; } + +.mdi-sticker-circle-outline::before { content: "=F3=B0=97=90"; } + +.mdi-sticker-emoji::before { content: "=F3=B0=9E=85"; } + +.mdi-sticker-minus::before { content: "=F3=B1=8D=A9"; } + +.mdi-sticker-minus-outline::before { content: "=F3=B1=8D=AA"; } + +.mdi-sticker-outline::before { content: "=F3=B1=8D=AB"; } + +.mdi-sticker-plus::before { content: "=F3=B1=8D=AC"; } + +.mdi-sticker-plus-outline::before { content: "=F3=B1=8D=AD"; } + +.mdi-sticker-remove::before { content: "=F3=B1=8D=AE"; } + +.mdi-sticker-remove-outline::before { content: "=F3=B1=8D=AF"; } + +.mdi-sticker-text::before { content: "=F3=B1=9E=8E"; } + +.mdi-sticker-text-outline::before { content: "=F3=B1=9E=8F"; } + +.mdi-stocking::before { content: "=F3=B0=93=9A"; } + +.mdi-stomach::before { content: "=F3=B1=82=93"; } + +.mdi-stool::before { content: "=F3=B1=A5=9D"; } + +.mdi-stool-outline::before { content: "=F3=B1=A5=9E"; } + +.mdi-stop::before { content: "=F3=B0=93=9B"; } + +.mdi-stop-circle::before { content: "=F3=B0=99=A6"; } + +.mdi-stop-circle-outline::before { content: "=F3=B0=99=A7"; } + +.mdi-storage-tank::before { content: "=F3=B1=A9=B5"; } + +.mdi-storage-tank-outline::before { content: "=F3=B1=A9=B6"; } + +.mdi-store::before { content: "=F3=B0=93=9C"; } + +.mdi-store-24-hour::before { content: "=F3=B0=93=9D"; } + +.mdi-store-alert::before { content: "=F3=B1=A3=81"; } + +.mdi-store-alert-outline::before { content: "=F3=B1=A3=82"; } + +.mdi-store-check::before { content: "=F3=B1=A3=83"; } + +.mdi-store-check-outline::before { content: "=F3=B1=A3=84"; } + +.mdi-store-clock::before { content: "=F3=B1=A3=85"; } + +.mdi-store-clock-outline::before { content: "=F3=B1=A3=86"; } + +.mdi-store-cog::before { content: "=F3=B1=A3=87"; } + +.mdi-store-cog-outline::before { content: "=F3=B1=A3=88"; } + +.mdi-store-edit::before { content: "=F3=B1=A3=89"; } + +.mdi-store-edit-outline::before { content: "=F3=B1=A3=8A"; } + +.mdi-store-marker::before { content: "=F3=B1=A3=8B"; } + +.mdi-store-marker-outline::before { content: "=F3=B1=A3=8C"; } + +.mdi-store-minus::before { content: "=F3=B1=99=9E"; } + +.mdi-store-minus-outline::before { content: "=F3=B1=A3=8D"; } + +.mdi-store-off::before { content: "=F3=B1=A3=8E"; } + +.mdi-store-off-outline::before { content: "=F3=B1=A3=8F"; } + +.mdi-store-outline::before { content: "=F3=B1=8D=A1"; } + +.mdi-store-plus::before { content: "=F3=B1=99=9F"; } + +.mdi-store-plus-outline::before { content: "=F3=B1=A3=90"; } + +.mdi-store-remove::before { content: "=F3=B1=99=A0"; } + +.mdi-store-remove-outline::before { content: "=F3=B1=A3=91"; } + +.mdi-store-search::before { content: "=F3=B1=A3=92"; } + +.mdi-store-search-outline::before { content: "=F3=B1=A3=93"; } + +.mdi-store-settings::before { content: "=F3=B1=A3=94"; } + +.mdi-store-settings-outline::before { content: "=F3=B1=A3=95"; } + +.mdi-storefront::before { content: "=F3=B0=9F=87"; } + +.mdi-storefront-outline::before { content: "=F3=B1=83=81"; } + +.mdi-stove::before { content: "=F3=B0=93=9E"; } + +.mdi-strategy::before { content: "=F3=B1=87=96"; } + +.mdi-stretch-to-page::before { content: "=F3=B0=BC=AB"; } + +.mdi-stretch-to-page-outline::before { content: "=F3=B0=BC=AC"; } + +.mdi-string-lights::before { content: "=F3=B1=8A=BA"; } + +.mdi-string-lights-off::before { content: "=F3=B1=8A=BB"; } + +.mdi-subdirectory-arrow-left::before { content: "=F3=B0=98=8C"; } + +.mdi-subdirectory-arrow-right::before { content: "=F3=B0=98=8D"; } + +.mdi-submarine::before { content: "=F3=B1=95=AC"; } + +.mdi-subtitles::before { content: "=F3=B0=A8=96"; } + +.mdi-subtitles-outline::before { content: "=F3=B0=A8=97"; } + +.mdi-subway::before { content: "=F3=B0=9A=AC"; } + +.mdi-subway-alert-variant::before { content: "=F3=B0=B6=9D"; } + +.mdi-subway-variant::before { content: "=F3=B0=93=9F"; } + +.mdi-summit::before { content: "=F3=B0=9E=86"; } + +.mdi-sun-angle::before { content: "=F3=B1=AC=A7"; } + +.mdi-sun-angle-outline::before { content: "=F3=B1=AC=A8"; } + +.mdi-sun-clock::before { content: "=F3=B1=A9=B7"; } + +.mdi-sun-clock-outline::before { content: "=F3=B1=A9=B8"; } + +.mdi-sun-compass::before { content: "=F3=B1=A6=A5"; } + +.mdi-sun-snowflake::before { content: "=F3=B1=9E=96"; } + +.mdi-sun-snowflake-variant::before { content: "=F3=B1=A9=B9"; } + +.mdi-sun-thermometer::before { content: "=F3=B1=A3=96"; } + +.mdi-sun-thermometer-outline::before { content: "=F3=B1=A3=97"; } + +.mdi-sun-wireless::before { content: "=F3=B1=9F=BE"; } + +.mdi-sun-wireless-outline::before { content: "=F3=B1=9F=BF"; } + +.mdi-sunglasses::before { content: "=F3=B0=93=A0"; } + +.mdi-surfing::before { content: "=F3=B1=9D=86"; } + +.mdi-surround-sound::before { content: "=F3=B0=97=85"; } + +.mdi-surround-sound-2-0::before { content: "=F3=B0=9F=B0"; } + +.mdi-surround-sound-2-1::before { content: "=F3=B1=9C=A9"; } + +.mdi-surround-sound-3-1::before { content: "=F3=B0=9F=B1"; } + +.mdi-surround-sound-5-1::before { content: "=F3=B0=9F=B2"; } + +.mdi-surround-sound-5-1-2::before { content: "=F3=B1=9C=AA"; } + +.mdi-surround-sound-7-1::before { content: "=F3=B0=9F=B3"; } + +.mdi-svg::before { content: "=F3=B0=9C=A1"; } + +.mdi-swap-horizontal::before { content: "=F3=B0=93=A1"; } + +.mdi-swap-horizontal-bold::before { content: "=F3=B0=AF=8D"; } + +.mdi-swap-horizontal-circle::before { content: "=F3=B0=BF=A1"; } + +.mdi-swap-horizontal-circle-outline::before { content: "=F3=B0=BF=A2"; } + +.mdi-swap-horizontal-variant::before { content: "=F3=B0=A3=81"; } + +.mdi-swap-vertical::before { content: "=F3=B0=93=A2"; } + +.mdi-swap-vertical-bold::before { content: "=F3=B0=AF=8E"; } + +.mdi-swap-vertical-circle::before { content: "=F3=B0=BF=A3"; } + +.mdi-swap-vertical-circle-outline::before { content: "=F3=B0=BF=A4"; } + +.mdi-swap-vertical-variant::before { content: "=F3=B0=A3=82"; } + +.mdi-swim::before { content: "=F3=B0=93=A3"; } + +.mdi-switch::before { content: "=F3=B0=93=A4"; } + +.mdi-sword::before { content: "=F3=B0=93=A5"; } + +.mdi-sword-cross::before { content: "=F3=B0=9E=87"; } + +.mdi-syllabary-hangul::before { content: "=F3=B1=8C=B3"; } + +.mdi-syllabary-hiragana::before { content: "=F3=B1=8C=B4"; } + +.mdi-syllabary-katakana::before { content: "=F3=B1=8C=B5"; } + +.mdi-syllabary-katakana-halfwidth::before { content: "=F3=B1=8C=B6"; } + +.mdi-symbol::before { content: "=F3=B1=94=81"; } + +.mdi-symfony::before { content: "=F3=B0=AB=A6"; } + +.mdi-synagogue::before { content: "=F3=B1=AC=84"; } + +.mdi-synagogue-outline::before { content: "=F3=B1=AC=85"; } + +.mdi-sync::before { content: "=F3=B0=93=A6"; } + +.mdi-sync-alert::before { content: "=F3=B0=93=A7"; } + +.mdi-sync-circle::before { content: "=F3=B1=8D=B8"; } + +.mdi-sync-off::before { content: "=F3=B0=93=A8"; } + +.mdi-tab::before { content: "=F3=B0=93=A9"; } + +.mdi-tab-minus::before { content: "=F3=B0=AD=8B"; } + +.mdi-tab-plus::before { content: "=F3=B0=9D=9C"; } + +.mdi-tab-remove::before { content: "=F3=B0=AD=8C"; } + +.mdi-tab-search::before { content: "=F3=B1=A6=9E"; } + +.mdi-tab-unselected::before { content: "=F3=B0=93=AA"; } + +.mdi-table::before { content: "=F3=B0=93=AB"; } + +.mdi-table-account::before { content: "=F3=B1=8E=B9"; } + +.mdi-table-alert::before { content: "=F3=B1=8E=BA"; } + +.mdi-table-arrow-down::before { content: "=F3=B1=8E=BB"; } + +.mdi-table-arrow-left::before { content: "=F3=B1=8E=BC"; } + +.mdi-table-arrow-right::before { content: "=F3=B1=8E=BD"; } + +.mdi-table-arrow-up::before { content: "=F3=B1=8E=BE"; } + +.mdi-table-border::before { content: "=F3=B0=A8=98"; } + +.mdi-table-cancel::before { content: "=F3=B1=8E=BF"; } + +.mdi-table-chair::before { content: "=F3=B1=81=A1"; } + +.mdi-table-check::before { content: "=F3=B1=8F=80"; } + +.mdi-table-clock::before { content: "=F3=B1=8F=81"; } + +.mdi-table-cog::before { content: "=F3=B1=8F=82"; } + +.mdi-table-column::before { content: "=F3=B0=A0=B5"; } + +.mdi-table-column-plus-after::before { content: "=F3=B0=93=AC"; } + +.mdi-table-column-plus-before::before { content: "=F3=B0=93=AD"; } + +.mdi-table-column-remove::before { content: "=F3=B0=93=AE"; } + +.mdi-table-column-width::before { content: "=F3=B0=93=AF"; } + +.mdi-table-edit::before { content: "=F3=B0=93=B0"; } + +.mdi-table-eye::before { content: "=F3=B1=82=94"; } + +.mdi-table-eye-off::before { content: "=F3=B1=8F=83"; } + +.mdi-table-furniture::before { content: "=F3=B0=96=BC"; } + +.mdi-table-headers-eye::before { content: "=F3=B1=88=9D"; } + +.mdi-table-headers-eye-off::before { content: "=F3=B1=88=9E"; } + +.mdi-table-heart::before { content: "=F3=B1=8F=84"; } + +.mdi-table-key::before { content: "=F3=B1=8F=85"; } + +.mdi-table-large::before { content: "=F3=B0=93=B1"; } + +.mdi-table-large-plus::before { content: "=F3=B0=BE=87"; } + +.mdi-table-large-remove::before { content: "=F3=B0=BE=88"; } + +.mdi-table-lock::before { content: "=F3=B1=8F=86"; } + +.mdi-table-merge-cells::before { content: "=F3=B0=A6=A6"; } + +.mdi-table-minus::before { content: "=F3=B1=8F=87"; } + +.mdi-table-multiple::before { content: "=F3=B1=8F=88"; } + +.mdi-table-network::before { content: "=F3=B1=8F=89"; } + +.mdi-table-of-contents::before { content: "=F3=B0=A0=B6"; } + +.mdi-table-off::before { content: "=F3=B1=8F=8A"; } + +.mdi-table-picnic::before { content: "=F3=B1=9D=83"; } + +.mdi-table-pivot::before { content: "=F3=B1=A0=BC"; } + +.mdi-table-plus::before { content: "=F3=B0=A9=B5"; } + +.mdi-table-question::before { content: "=F3=B1=AC=A1"; } + +.mdi-table-refresh::before { content: "=F3=B1=8E=A0"; } + +.mdi-table-remove::before { content: "=F3=B0=A9=B6"; } + +.mdi-table-row::before { content: "=F3=B0=A0=B7"; } + +.mdi-table-row-height::before { content: "=F3=B0=93=B2"; } + +.mdi-table-row-plus-after::before { content: "=F3=B0=93=B3"; } + +.mdi-table-row-plus-before::before { content: "=F3=B0=93=B4"; } + +.mdi-table-row-remove::before { content: "=F3=B0=93=B5"; } + +.mdi-table-search::before { content: "=F3=B0=A4=8F"; } + +.mdi-table-settings::before { content: "=F3=B0=A0=B8"; } + +.mdi-table-split-cell::before { content: "=F3=B1=90=AA"; } + +.mdi-table-star::before { content: "=F3=B1=8F=8B"; } + +.mdi-table-sync::before { content: "=F3=B1=8E=A1"; } + +.mdi-table-tennis::before { content: "=F3=B0=B9=A8"; } + +.mdi-tablet::before { content: "=F3=B0=93=B6"; } + +.mdi-tablet-android::before { content: "=F3=B0=93=B7"; } + +.mdi-tablet-cellphone::before { content: "=F3=B0=A6=A7"; } + +.mdi-tablet-dashboard::before { content: "=F3=B0=BB=8E"; } + +.mdi-taco::before { content: "=F3=B0=9D=A2"; } + +.mdi-tag::before { content: "=F3=B0=93=B9"; } + +.mdi-tag-arrow-down::before { content: "=F3=B1=9C=AB"; } + +.mdi-tag-arrow-down-outline::before { content: "=F3=B1=9C=AC"; } + +.mdi-tag-arrow-left::before { content: "=F3=B1=9C=AD"; } + +.mdi-tag-arrow-left-outline::before { content: "=F3=B1=9C=AE"; } + +.mdi-tag-arrow-right::before { content: "=F3=B1=9C=AF"; } + +.mdi-tag-arrow-right-outline::before { content: "=F3=B1=9C=B0"; } + +.mdi-tag-arrow-up::before { content: "=F3=B1=9C=B1"; } + +.mdi-tag-arrow-up-outline::before { content: "=F3=B1=9C=B2"; } + +.mdi-tag-check::before { content: "=F3=B1=A9=BA"; } + +.mdi-tag-check-outline::before { content: "=F3=B1=A9=BB"; } + +.mdi-tag-faces::before { content: "=F3=B0=93=BA"; } + +.mdi-tag-heart::before { content: "=F3=B0=9A=8B"; } + +.mdi-tag-heart-outline::before { content: "=F3=B0=AF=8F"; } + +.mdi-tag-minus::before { content: "=F3=B0=A4=90"; } + +.mdi-tag-minus-outline::before { content: "=F3=B1=88=9F"; } + +.mdi-tag-multiple::before { content: "=F3=B0=93=BB"; } + +.mdi-tag-multiple-outline::before { content: "=F3=B1=8B=B7"; } + +.mdi-tag-off::before { content: "=F3=B1=88=A0"; } + +.mdi-tag-off-outline::before { content: "=F3=B1=88=A1"; } + +.mdi-tag-outline::before { content: "=F3=B0=93=BC"; } + +.mdi-tag-plus::before { content: "=F3=B0=9C=A2"; } + +.mdi-tag-plus-outline::before { content: "=F3=B1=88=A2"; } + +.mdi-tag-remove::before { content: "=F3=B0=9C=A3"; } + +.mdi-tag-remove-outline::before { content: "=F3=B1=88=A3"; } + +.mdi-tag-search::before { content: "=F3=B1=A4=87"; } + +.mdi-tag-search-outline::before { content: "=F3=B1=A4=88"; } + +.mdi-tag-text::before { content: "=F3=B1=88=A4"; } + +.mdi-tag-text-outline::before { content: "=F3=B0=93=BD"; } + +.mdi-tailwind::before { content: "=F3=B1=8F=BF"; } + +.mdi-tally-mark-1::before { content: "=F3=B1=AA=BC"; } + +.mdi-tally-mark-2::before { content: "=F3=B1=AA=BD"; } + +.mdi-tally-mark-3::before { content: "=F3=B1=AA=BE"; } + +.mdi-tally-mark-4::before { content: "=F3=B1=AA=BF"; } + +.mdi-tally-mark-5::before { content: "=F3=B1=AB=80"; } + +.mdi-tangram::before { content: "=F3=B0=93=B8"; } + +.mdi-tank::before { content: "=F3=B0=B4=BA"; } + +.mdi-tanker-truck::before { content: "=F3=B0=BF=A5"; } + +.mdi-tape-drive::before { content: "=F3=B1=9B=9F"; } + +.mdi-tape-measure::before { content: "=F3=B0=AD=8D"; } + +.mdi-target::before { content: "=F3=B0=93=BE"; } + +.mdi-target-account::before { content: "=F3=B0=AF=90"; } + +.mdi-target-variant::before { content: "=F3=B0=A9=B7"; } + +.mdi-taxi::before { content: "=F3=B0=93=BF"; } + +.mdi-tea::before { content: "=F3=B0=B6=9E"; } + +.mdi-tea-outline::before { content: "=F3=B0=B6=9F"; } + +.mdi-teamviewer::before { content: "=F3=B0=94=80"; } + +.mdi-teddy-bear::before { content: "=F3=B1=A3=BB"; } + +.mdi-telescope::before { content: "=F3=B0=AD=8E"; } + +.mdi-television::before { content: "=F3=B0=94=82"; } + +.mdi-television-ambient-light::before { content: "=F3=B1=8D=96"; } + +.mdi-television-box::before { content: "=F3=B0=A0=B9"; } + +.mdi-television-classic::before { content: "=F3=B0=9F=B4"; } + +.mdi-television-classic-off::before { content: "=F3=B0=A0=BA"; } + +.mdi-television-guide::before { content: "=F3=B0=94=83"; } + +.mdi-television-off::before { content: "=F3=B0=A0=BB"; } + +.mdi-television-pause::before { content: "=F3=B0=BE=89"; } + +.mdi-television-play::before { content: "=F3=B0=BB=8F"; } + +.mdi-television-shimmer::before { content: "=F3=B1=84=90"; } + +.mdi-television-speaker::before { content: "=F3=B1=AC=9B"; } + +.mdi-television-speaker-off::before { content: "=F3=B1=AC=9C"; } + +.mdi-television-stop::before { content: "=F3=B0=BE=8A"; } + +.mdi-temperature-celsius::before { content: "=F3=B0=94=84"; } + +.mdi-temperature-fahrenheit::before { content: "=F3=B0=94=85"; } + +.mdi-temperature-kelvin::before { content: "=F3=B0=94=86"; } + +.mdi-temple-buddhist::before { content: "=F3=B1=AC=86"; } + +.mdi-temple-buddhist-outline::before { content: "=F3=B1=AC=87"; } + +.mdi-temple-hindu::before { content: "=F3=B1=AC=88"; } + +.mdi-temple-hindu-outline::before { content: "=F3=B1=AC=89"; } + +.mdi-tennis::before { content: "=F3=B0=B6=A0"; } + +.mdi-tennis-ball::before { content: "=F3=B0=94=87"; } + +.mdi-tent::before { content: "=F3=B0=94=88"; } + +.mdi-terraform::before { content: "=F3=B1=81=A2"; } + +.mdi-terrain::before { content: "=F3=B0=94=89"; } + +.mdi-test-tube::before { content: "=F3=B0=99=A8"; } + +.mdi-test-tube-empty::before { content: "=F3=B0=A4=91"; } + +.mdi-test-tube-off::before { content: "=F3=B0=A4=92"; } + +.mdi-text::before { content: "=F3=B0=A6=A8"; } + +.mdi-text-account::before { content: "=F3=B1=95=B0"; } + +.mdi-text-box::before { content: "=F3=B0=88=9A"; } + +.mdi-text-box-check::before { content: "=F3=B0=BA=A6"; } + +.mdi-text-box-check-outline::before { content: "=F3=B0=BA=A7"; } + +.mdi-text-box-edit::before { content: "=F3=B1=A9=BC"; } + +.mdi-text-box-edit-outline::before { content: "=F3=B1=A9=BD"; } + +.mdi-text-box-minus::before { content: "=F3=B0=BA=A8"; } + +.mdi-text-box-minus-outline::before { content: "=F3=B0=BA=A9"; } + +.mdi-text-box-multiple::before { content: "=F3=B0=AA=B7"; } + +.mdi-text-box-multiple-outline::before { content: "=F3=B0=AA=B8"; } + +.mdi-text-box-outline::before { content: "=F3=B0=A7=AD"; } + +.mdi-text-box-plus::before { content: "=F3=B0=BA=AA"; } + +.mdi-text-box-plus-outline::before { content: "=F3=B0=BA=AB"; } + +.mdi-text-box-remove::before { content: "=F3=B0=BA=AC"; } + +.mdi-text-box-remove-outline::before { content: "=F3=B0=BA=AD"; } + +.mdi-text-box-search::before { content: "=F3=B0=BA=AE"; } + +.mdi-text-box-search-outline::before { content: "=F3=B0=BA=AF"; } + +.mdi-text-long::before { content: "=F3=B0=A6=AA"; } + +.mdi-text-recognition::before { content: "=F3=B1=84=BD"; } + +.mdi-text-search::before { content: "=F3=B1=8E=B8"; } + +.mdi-text-search-variant::before { content: "=F3=B1=A9=BE"; } + +.mdi-text-shadow::before { content: "=F3=B0=99=A9"; } + +.mdi-text-short::before { content: "=F3=B0=A6=A9"; } + +.mdi-text-to-speech::before { content: "=F3=B0=94=8A"; } + +.mdi-text-to-speech-off::before { content: "=F3=B0=94=8B"; } + +.mdi-texture::before { content: "=F3=B0=94=8C"; } + +.mdi-texture-box::before { content: "=F3=B0=BF=A6"; } + +.mdi-theater::before { content: "=F3=B0=94=8D"; } + +.mdi-theme-light-dark::before { content: "=F3=B0=94=8E"; } + +.mdi-thermometer::before { content: "=F3=B0=94=8F"; } + +.mdi-thermometer-alert::before { content: "=F3=B0=B8=81"; } + +.mdi-thermometer-auto::before { content: "=F3=B1=AC=8F"; } + +.mdi-thermometer-bluetooth::before { content: "=F3=B1=A2=95"; } + +.mdi-thermometer-check::before { content: "=F3=B1=A9=BF"; } + +.mdi-thermometer-chevron-down::before { content: "=F3=B0=B8=82"; } + +.mdi-thermometer-chevron-up::before { content: "=F3=B0=B8=83"; } + +.mdi-thermometer-high::before { content: "=F3=B1=83=82"; } + +.mdi-thermometer-lines::before { content: "=F3=B0=94=90"; } + +.mdi-thermometer-low::before { content: "=F3=B1=83=83"; } + +.mdi-thermometer-minus::before { content: "=F3=B0=B8=84"; } + +.mdi-thermometer-off::before { content: "=F3=B1=94=B1"; } + +.mdi-thermometer-plus::before { content: "=F3=B0=B8=85"; } + +.mdi-thermometer-probe::before { content: "=F3=B1=AC=AB"; } + +.mdi-thermometer-probe-off::before { content: "=F3=B1=AC=AC"; } + +.mdi-thermometer-water::before { content: "=F3=B1=AA=80"; } + +.mdi-thermostat::before { content: "=F3=B0=8E=93"; } + +.mdi-thermostat-auto::before { content: "=F3=B1=AC=97"; } + +.mdi-thermostat-box::before { content: "=F3=B0=A2=91"; } + +.mdi-thermostat-box-auto::before { content: "=F3=B1=AC=98"; } + +.mdi-thought-bubble::before { content: "=F3=B0=9F=B6"; } + +.mdi-thought-bubble-outline::before { content: "=F3=B0=9F=B7"; } + +.mdi-thumb-down::before { content: "=F3=B0=94=91"; } + +.mdi-thumb-down-outline::before { content: "=F3=B0=94=92"; } + +.mdi-thumb-up::before { content: "=F3=B0=94=93"; } + +.mdi-thumb-up-outline::before { content: "=F3=B0=94=94"; } + +.mdi-thumbs-up-down::before { content: "=F3=B0=94=95"; } + +.mdi-thumbs-up-down-outline::before { content: "=F3=B1=A4=94"; } + +.mdi-ticket::before { content: "=F3=B0=94=96"; } + +.mdi-ticket-account::before { content: "=F3=B0=94=97"; } + +.mdi-ticket-confirmation::before { content: "=F3=B0=94=98"; } + +.mdi-ticket-confirmation-outline::before { content: "=F3=B1=8E=AA"; } + +.mdi-ticket-outline::before { content: "=F3=B0=A4=93"; } + +.mdi-ticket-percent::before { content: "=F3=B0=9C=A4"; } + +.mdi-ticket-percent-outline::before { content: "=F3=B1=90=AB"; } + +.mdi-tie::before { content: "=F3=B0=94=99"; } + +.mdi-tilde::before { content: "=F3=B0=9C=A5"; } + +.mdi-tilde-off::before { content: "=F3=B1=A3=B3"; } + +.mdi-timelapse::before { content: "=F3=B0=94=9A"; } + +.mdi-timeline::before { content: "=F3=B0=AF=91"; } + +.mdi-timeline-alert::before { content: "=F3=B0=BE=95"; } + +.mdi-timeline-alert-outline::before { content: "=F3=B0=BE=98"; } + +.mdi-timeline-check::before { content: "=F3=B1=94=B2"; } + +.mdi-timeline-check-outline::before { content: "=F3=B1=94=B3"; } + +.mdi-timeline-clock::before { content: "=F3=B1=87=BB"; } + +.mdi-timeline-clock-outline::before { content: "=F3=B1=87=BC"; } + +.mdi-timeline-help::before { content: "=F3=B0=BE=99"; } + +.mdi-timeline-help-outline::before { content: "=F3=B0=BE=9A"; } + +.mdi-timeline-minus::before { content: "=F3=B1=94=B4"; } + +.mdi-timeline-minus-outline::before { content: "=F3=B1=94=B5"; } + +.mdi-timeline-outline::before { content: "=F3=B0=AF=92"; } + +.mdi-timeline-plus::before { content: "=F3=B0=BE=96"; } + +.mdi-timeline-plus-outline::before { content: "=F3=B0=BE=97"; } + +.mdi-timeline-remove::before { content: "=F3=B1=94=B6"; } + +.mdi-timeline-remove-outline::before { content: "=F3=B1=94=B7"; } + +.mdi-timeline-text::before { content: "=F3=B0=AF=93"; } + +.mdi-timeline-text-outline::before { content: "=F3=B0=AF=94"; } + +.mdi-timer::before { content: "=F3=B1=8E=AB"; } + +.mdi-timer-10::before { content: "=F3=B0=94=9C"; } + +.mdi-timer-3::before { content: "=F3=B0=94=9D"; } + +.mdi-timer-alert::before { content: "=F3=B1=AB=8C"; } + +.mdi-timer-alert-outline::before { content: "=F3=B1=AB=8D"; } + +.mdi-timer-cancel::before { content: "=F3=B1=AB=8E"; } + +.mdi-timer-cancel-outline::before { content: "=F3=B1=AB=8F"; } + +.mdi-timer-check::before { content: "=F3=B1=AB=90"; } + +.mdi-timer-check-outline::before { content: "=F3=B1=AB=91"; } + +.mdi-timer-cog::before { content: "=F3=B1=A4=A5"; } + +.mdi-timer-cog-outline::before { content: "=F3=B1=A4=A6"; } + +.mdi-timer-edit::before { content: "=F3=B1=AB=92"; } + +.mdi-timer-edit-outline::before { content: "=F3=B1=AB=93"; } + +.mdi-timer-lock::before { content: "=F3=B1=AB=94"; } + +.mdi-timer-lock-open::before { content: "=F3=B1=AB=95"; } + +.mdi-timer-lock-open-outline::before { content: "=F3=B1=AB=96"; } + +.mdi-timer-lock-outline::before { content: "=F3=B1=AB=97"; } + +.mdi-timer-marker::before { content: "=F3=B1=AB=98"; } + +.mdi-timer-marker-outline::before { content: "=F3=B1=AB=99"; } + +.mdi-timer-minus::before { content: "=F3=B1=AB=9A"; } + +.mdi-timer-minus-outline::before { content: "=F3=B1=AB=9B"; } + +.mdi-timer-music::before { content: "=F3=B1=AB=9C"; } + +.mdi-timer-music-outline::before { content: "=F3=B1=AB=9D"; } + +.mdi-timer-off::before { content: "=F3=B1=8E=AC"; } + +.mdi-timer-off-outline::before { content: "=F3=B0=94=9E"; } + +.mdi-timer-outline::before { content: "=F3=B0=94=9B"; } + +.mdi-timer-pause::before { content: "=F3=B1=AB=9E"; } + +.mdi-timer-pause-outline::before { content: "=F3=B1=AB=9F"; } + +.mdi-timer-play::before { content: "=F3=B1=AB=A0"; } + +.mdi-timer-play-outline::before { content: "=F3=B1=AB=A1"; } + +.mdi-timer-plus::before { content: "=F3=B1=AB=A2"; } + +.mdi-timer-plus-outline::before { content: "=F3=B1=AB=A3"; } + +.mdi-timer-refresh::before { content: "=F3=B1=AB=A4"; } + +.mdi-timer-refresh-outline::before { content: "=F3=B1=AB=A5"; } + +.mdi-timer-remove::before { content: "=F3=B1=AB=A6"; } + +.mdi-timer-remove-outline::before { content: "=F3=B1=AB=A7"; } + +.mdi-timer-sand::before { content: "=F3=B0=94=9F"; } + +.mdi-timer-sand-complete::before { content: "=F3=B1=A6=9F"; } + +.mdi-timer-sand-empty::before { content: "=F3=B0=9A=AD"; } + +.mdi-timer-sand-full::before { content: "=F3=B0=9E=8C"; } + +.mdi-timer-sand-paused::before { content: "=F3=B1=A6=A0"; } + +.mdi-timer-settings::before { content: "=F3=B1=A4=A3"; } + +.mdi-timer-settings-outline::before { content: "=F3=B1=A4=A4"; } + +.mdi-timer-star::before { content: "=F3=B1=AB=A8"; } + +.mdi-timer-star-outline::before { content: "=F3=B1=AB=A9"; } + +.mdi-timer-stop::before { content: "=F3=B1=AB=AA"; } + +.mdi-timer-stop-outline::before { content: "=F3=B1=AB=AB"; } + +.mdi-timer-sync::before { content: "=F3=B1=AB=AC"; } + +.mdi-timer-sync-outline::before { content: "=F3=B1=AB=AD"; } + +.mdi-timetable::before { content: "=F3=B0=94=A0"; } + +.mdi-tire::before { content: "=F3=B1=A2=96"; } + +.mdi-toaster::before { content: "=F3=B1=81=A3"; } + +.mdi-toaster-off::before { content: "=F3=B1=86=B7"; } + +.mdi-toaster-oven::before { content: "=F3=B0=B3=93"; } + +.mdi-toggle-switch::before { content: "=F3=B0=94=A1"; } + +.mdi-toggle-switch-off::before { content: "=F3=B0=94=A2"; } + +.mdi-toggle-switch-off-outline::before { content: "=F3=B0=A8=99"; } + +.mdi-toggle-switch-outline::before { content: "=F3=B0=A8=9A"; } + +.mdi-toggle-switch-variant::before { content: "=F3=B1=A8=A5"; } + +.mdi-toggle-switch-variant-off::before { content: "=F3=B1=A8=A6"; } + +.mdi-toilet::before { content: "=F3=B0=A6=AB"; } + +.mdi-toolbox::before { content: "=F3=B0=A6=AC"; } + +.mdi-toolbox-outline::before { content: "=F3=B0=A6=AD"; } + +.mdi-tools::before { content: "=F3=B1=81=A4"; } + +.mdi-tooltip::before { content: "=F3=B0=94=A3"; } + +.mdi-tooltip-account::before { content: "=F3=B0=80=8C"; } + +.mdi-tooltip-cellphone::before { content: "=F3=B1=A0=BB"; } + +.mdi-tooltip-check::before { content: "=F3=B1=95=9C"; } + +.mdi-tooltip-check-outline::before { content: "=F3=B1=95=9D"; } + +.mdi-tooltip-edit::before { content: "=F3=B0=94=A4"; } + +.mdi-tooltip-edit-outline::before { content: "=F3=B1=8B=85"; } + +.mdi-tooltip-image::before { content: "=F3=B0=94=A5"; } + +.mdi-tooltip-image-outline::before { content: "=F3=B0=AF=95"; } + +.mdi-tooltip-minus::before { content: "=F3=B1=95=9E"; } + +.mdi-tooltip-minus-outline::before { content: "=F3=B1=95=9F"; } + +.mdi-tooltip-outline::before { content: "=F3=B0=94=A6"; } + +.mdi-tooltip-plus::before { content: "=F3=B0=AF=96"; } + +.mdi-tooltip-plus-outline::before { content: "=F3=B0=94=A7"; } + +.mdi-tooltip-remove::before { content: "=F3=B1=95=A0"; } + +.mdi-tooltip-remove-outline::before { content: "=F3=B1=95=A1"; } + +.mdi-tooltip-text::before { content: "=F3=B0=94=A8"; } + +.mdi-tooltip-text-outline::before { content: "=F3=B0=AF=97"; } + +.mdi-tooth::before { content: "=F3=B0=A3=83"; } + +.mdi-tooth-outline::before { content: "=F3=B0=94=A9"; } + +.mdi-toothbrush::before { content: "=F3=B1=84=A9"; } + +.mdi-toothbrush-electric::before { content: "=F3=B1=84=AC"; } + +.mdi-toothbrush-paste::before { content: "=F3=B1=84=AA"; } + +.mdi-torch::before { content: "=F3=B1=98=86"; } + +.mdi-tortoise::before { content: "=F3=B0=B4=BB"; } + +.mdi-toslink::before { content: "=F3=B1=8A=B8"; } + +.mdi-tournament::before { content: "=F3=B0=A6=AE"; } + +.mdi-tow-truck::before { content: "=F3=B0=A0=BC"; } + +.mdi-tower-beach::before { content: "=F3=B0=9A=81"; } + +.mdi-tower-fire::before { content: "=F3=B0=9A=82"; } + +.mdi-town-hall::before { content: "=F3=B1=A1=B5"; } + +.mdi-toy-brick::before { content: "=F3=B1=8A=88"; } + +.mdi-toy-brick-marker::before { content: "=F3=B1=8A=89"; } + +.mdi-toy-brick-marker-outline::before { content: "=F3=B1=8A=8A"; } + +.mdi-toy-brick-minus::before { content: "=F3=B1=8A=8B"; } + +.mdi-toy-brick-minus-outline::before { content: "=F3=B1=8A=8C"; } + +.mdi-toy-brick-outline::before { content: "=F3=B1=8A=8D"; } + +.mdi-toy-brick-plus::before { content: "=F3=B1=8A=8E"; } + +.mdi-toy-brick-plus-outline::before { content: "=F3=B1=8A=8F"; } + +.mdi-toy-brick-remove::before { content: "=F3=B1=8A=90"; } + +.mdi-toy-brick-remove-outline::before { content: "=F3=B1=8A=91"; } + +.mdi-toy-brick-search::before { content: "=F3=B1=8A=92"; } + +.mdi-toy-brick-search-outline::before { content: "=F3=B1=8A=93"; } + +.mdi-track-light::before { content: "=F3=B0=A4=94"; } + +.mdi-track-light-off::before { content: "=F3=B1=AC=81"; } + +.mdi-trackpad::before { content: "=F3=B0=9F=B8"; } + +.mdi-trackpad-lock::before { content: "=F3=B0=A4=B3"; } + +.mdi-tractor::before { content: "=F3=B0=A2=92"; } + +.mdi-tractor-variant::before { content: "=F3=B1=93=84"; } + +.mdi-trademark::before { content: "=F3=B0=A9=B8"; } + +.mdi-traffic-cone::before { content: "=F3=B1=8D=BC"; } + +.mdi-traffic-light::before { content: "=F3=B0=94=AB"; } + +.mdi-traffic-light-outline::before { content: "=F3=B1=A0=AA"; } + +.mdi-train::before { content: "=F3=B0=94=AC"; } + +.mdi-train-car::before { content: "=F3=B0=AF=98"; } + +.mdi-train-car-autorack::before { content: "=F3=B1=AC=AD"; } + +.mdi-train-car-box::before { content: "=F3=B1=AC=AE"; } + +.mdi-train-car-box-full::before { content: "=F3=B1=AC=AF"; } + +.mdi-train-car-box-open::before { content: "=F3=B1=AC=B0"; } + +.mdi-train-car-caboose::before { content: "=F3=B1=AC=B1"; } + +.mdi-train-car-centerbeam::before { content: "=F3=B1=AC=B2"; } + +.mdi-train-car-centerbeam-full::before { content: "=F3=B1=AC=B3"; } + +.mdi-train-car-container::before { content: "=F3=B1=AC=B4"; } + +.mdi-train-car-flatbed::before { content: "=F3=B1=AC=B5"; } + +.mdi-train-car-flatbed-car::before { content: "=F3=B1=AC=B6"; } + +.mdi-train-car-flatbed-tank::before { content: "=F3=B1=AC=B7"; } + +.mdi-train-car-gondola::before { content: "=F3=B1=AC=B8"; } + +.mdi-train-car-gondola-full::before { content: "=F3=B1=AC=B9"; } + +.mdi-train-car-hopper::before { content: "=F3=B1=AC=BA"; } + +.mdi-train-car-hopper-covered::before { content: "=F3=B1=AC=BB"; } + +.mdi-train-car-hopper-full::before { content: "=F3=B1=AC=BC"; } + +.mdi-train-car-intermodal::before { content: "=F3=B1=AC=BD"; } + +.mdi-train-car-passenger::before { content: "=F3=B1=9C=B3"; } + +.mdi-train-car-passenger-door::before { content: "=F3=B1=9C=B4"; } + +.mdi-train-car-passenger-door-open::before { content: "=F3=B1=9C=B5"; } + +.mdi-train-car-passenger-variant::before { content: "=F3=B1=9C=B6"; } + +.mdi-train-car-tank::before { content: "=F3=B1=AC=BE"; } + +.mdi-train-variant::before { content: "=F3=B0=A3=84"; } + +.mdi-tram::before { content: "=F3=B0=94=AD"; } + +.mdi-tram-side::before { content: "=F3=B0=BF=A7"; } + +.mdi-transcribe::before { content: "=F3=B0=94=AE"; } + +.mdi-transcribe-close::before { content: "=F3=B0=94=AF"; } + +.mdi-transfer::before { content: "=F3=B1=81=A5"; } + +.mdi-transfer-down::before { content: "=F3=B0=B6=A1"; } + +.mdi-transfer-left::before { content: "=F3=B0=B6=A2"; } + +.mdi-transfer-right::before { content: "=F3=B0=94=B0"; } + +.mdi-transfer-up::before { content: "=F3=B0=B6=A3"; } + +.mdi-transit-connection::before { content: "=F3=B0=B4=BC"; } + +.mdi-transit-connection-horizontal::before { content: "=F3=B1=95=86"; } + +.mdi-transit-connection-variant::before { content: "=F3=B0=B4=BD"; } + +.mdi-transit-detour::before { content: "=F3=B0=BE=8B"; } + +.mdi-transit-skip::before { content: "=F3=B1=94=95"; } + +.mdi-transit-transfer::before { content: "=F3=B0=9A=AE"; } + +.mdi-transition::before { content: "=F3=B0=A4=95"; } + +.mdi-transition-masked::before { content: "=F3=B0=A4=96"; } + +.mdi-translate::before { content: "=F3=B0=97=8A"; } + +.mdi-translate-off::before { content: "=F3=B0=B8=86"; } + +.mdi-transmission-tower::before { content: "=F3=B0=B4=BE"; } + +.mdi-transmission-tower-export::before { content: "=F3=B1=A4=AC"; } + +.mdi-transmission-tower-import::before { content: "=F3=B1=A4=AD"; } + +.mdi-transmission-tower-off::before { content: "=F3=B1=A7=9D"; } + +.mdi-trash-can::before { content: "=F3=B0=A9=B9"; } + +.mdi-trash-can-outline::before { content: "=F3=B0=A9=BA"; } + +.mdi-tray::before { content: "=F3=B1=8A=94"; } + +.mdi-tray-alert::before { content: "=F3=B1=8A=95"; } + +.mdi-tray-arrow-down::before { content: "=F3=B0=84=A0"; } + +.mdi-tray-arrow-up::before { content: "=F3=B0=84=9D"; } + +.mdi-tray-full::before { content: "=F3=B1=8A=96"; } + +.mdi-tray-minus::before { content: "=F3=B1=8A=97"; } + +.mdi-tray-plus::before { content: "=F3=B1=8A=98"; } + +.mdi-tray-remove::before { content: "=F3=B1=8A=99"; } + +.mdi-treasure-chest::before { content: "=F3=B0=9C=A6"; } + +.mdi-tree::before { content: "=F3=B0=94=B1"; } + +.mdi-tree-outline::before { content: "=F3=B0=B9=A9"; } + +.mdi-trello::before { content: "=F3=B0=94=B2"; } + +.mdi-trending-down::before { content: "=F3=B0=94=B3"; } + +.mdi-trending-neutral::before { content: "=F3=B0=94=B4"; } + +.mdi-trending-up::before { content: "=F3=B0=94=B5"; } + +.mdi-triangle::before { content: "=F3=B0=94=B6"; } + +.mdi-triangle-outline::before { content: "=F3=B0=94=B7"; } + +.mdi-triangle-small-down::before { content: "=F3=B1=A8=89"; } + +.mdi-triangle-small-up::before { content: "=F3=B1=A8=8A"; } + +.mdi-triangle-wave::before { content: "=F3=B1=91=BC"; } + +.mdi-triforce::before { content: "=F3=B0=AF=99"; } + +.mdi-trophy::before { content: "=F3=B0=94=B8"; } + +.mdi-trophy-award::before { content: "=F3=B0=94=B9"; } + +.mdi-trophy-broken::before { content: "=F3=B0=B6=A4"; } + +.mdi-trophy-outline::before { content: "=F3=B0=94=BA"; } + +.mdi-trophy-variant::before { content: "=F3=B0=94=BB"; } + +.mdi-trophy-variant-outline::before { content: "=F3=B0=94=BC"; } + +.mdi-truck::before { content: "=F3=B0=94=BD"; } + +.mdi-truck-alert::before { content: "=F3=B1=A7=9E"; } + +.mdi-truck-alert-outline::before { content: "=F3=B1=A7=9F"; } + +.mdi-truck-cargo-container::before { content: "=F3=B1=A3=98"; } + +.mdi-truck-check::before { content: "=F3=B0=B3=94"; } + +.mdi-truck-check-outline::before { content: "=F3=B1=8A=9A"; } + +.mdi-truck-delivery::before { content: "=F3=B0=94=BE"; } + +.mdi-truck-delivery-outline::before { content: "=F3=B1=8A=9B"; } + +.mdi-truck-fast::before { content: "=F3=B0=9E=88"; } + +.mdi-truck-fast-outline::before { content: "=F3=B1=8A=9C"; } + +.mdi-truck-flatbed::before { content: "=F3=B1=A2=91"; } + +.mdi-truck-minus::before { content: "=F3=B1=A6=AE"; } + +.mdi-truck-minus-outline::before { content: "=F3=B1=A6=BD"; } + +.mdi-truck-outline::before { content: "=F3=B1=8A=9D"; } + +.mdi-truck-plus::before { content: "=F3=B1=A6=AD"; } + +.mdi-truck-plus-outline::before { content: "=F3=B1=A6=BC"; } + +.mdi-truck-remove::before { content: "=F3=B1=A6=AF"; } + +.mdi-truck-remove-outline::before { content: "=F3=B1=A6=BE"; } + +.mdi-truck-snowflake::before { content: "=F3=B1=A6=A6"; } + +.mdi-truck-trailer::before { content: "=F3=B0=9C=A7"; } + +.mdi-trumpet::before { content: "=F3=B1=82=96"; } + +.mdi-tshirt-crew::before { content: "=F3=B0=A9=BB"; } + +.mdi-tshirt-crew-outline::before { content: "=F3=B0=94=BF"; } + +.mdi-tshirt-v::before { content: "=F3=B0=A9=BC"; } + +.mdi-tshirt-v-outline::before { content: "=F3=B0=95=80"; } + +.mdi-tsunami::before { content: "=F3=B1=AA=81"; } + +.mdi-tumble-dryer::before { content: "=F3=B0=A4=97"; } + +.mdi-tumble-dryer-alert::before { content: "=F3=B1=86=BA"; } + +.mdi-tumble-dryer-off::before { content: "=F3=B1=86=BB"; } + +.mdi-tune::before { content: "=F3=B0=98=AE"; } + +.mdi-tune-variant::before { content: "=F3=B1=95=82"; } + +.mdi-tune-vertical::before { content: "=F3=B0=99=AA"; } + +.mdi-tune-vertical-variant::before { content: "=F3=B1=95=83"; } + +.mdi-tunnel::before { content: "=F3=B1=A0=BD"; } + +.mdi-tunnel-outline::before { content: "=F3=B1=A0=BE"; } + +.mdi-turbine::before { content: "=F3=B1=AA=82"; } + +.mdi-turkey::before { content: "=F3=B1=9C=9B"; } + +.mdi-turnstile::before { content: "=F3=B0=B3=95"; } + +.mdi-turnstile-outline::before { content: "=F3=B0=B3=96"; } + +.mdi-turtle::before { content: "=F3=B0=B3=97"; } + +.mdi-twitch::before { content: "=F3=B0=95=83"; } + +.mdi-twitter::before { content: "=F3=B0=95=84"; } + +.mdi-two-factor-authentication::before { content: "=F3=B0=A6=AF"; } + +.mdi-typewriter::before { content: "=F3=B0=BC=AD"; } + +.mdi-ubisoft::before { content: "=F3=B0=AF=9A"; } + +.mdi-ubuntu::before { content: "=F3=B0=95=88"; } + +.mdi-ufo::before { content: "=F3=B1=83=84"; } + +.mdi-ufo-outline::before { content: "=F3=B1=83=85"; } + +.mdi-ultra-high-definition::before { content: "=F3=B0=9F=B9"; } + +.mdi-umbraco::before { content: "=F3=B0=95=89"; } + +.mdi-umbrella::before { content: "=F3=B0=95=8A"; } + +.mdi-umbrella-beach::before { content: "=F3=B1=A2=8A"; } + +.mdi-umbrella-beach-outline::before { content: "=F3=B1=A2=8B"; } + +.mdi-umbrella-closed::before { content: "=F3=B0=A6=B0"; } + +.mdi-umbrella-closed-outline::before { content: "=F3=B1=8F=A2"; } + +.mdi-umbrella-closed-variant::before { content: "=F3=B1=8F=A1"; } + +.mdi-umbrella-outline::before { content: "=F3=B0=95=8B"; } + +.mdi-undo::before { content: "=F3=B0=95=8C"; } + +.mdi-undo-variant::before { content: "=F3=B0=95=8D"; } + +.mdi-unfold-less-horizontal::before { content: "=F3=B0=95=8E"; } + +.mdi-unfold-less-vertical::before { content: "=F3=B0=9D=A0"; } + +.mdi-unfold-more-horizontal::before { content: "=F3=B0=95=8F"; } + +.mdi-unfold-more-vertical::before { content: "=F3=B0=9D=A1"; } + +.mdi-ungroup::before { content: "=F3=B0=95=90"; } + +.mdi-unicode::before { content: "=F3=B0=BB=90"; } + +.mdi-unicorn::before { content: "=F3=B1=97=82"; } + +.mdi-unicorn-variant::before { content: "=F3=B1=97=83"; } + +.mdi-unicycle::before { content: "=F3=B1=97=A5"; } + +.mdi-unity::before { content: "=F3=B0=9A=AF"; } + +.mdi-unreal::before { content: "=F3=B0=A6=B1"; } + +.mdi-update::before { content: "=F3=B0=9A=B0"; } + +.mdi-upload::before { content: "=F3=B0=95=92"; } + +.mdi-upload-lock::before { content: "=F3=B1=8D=B3"; } + +.mdi-upload-lock-outline::before { content: "=F3=B1=8D=B4"; } + +.mdi-upload-multiple::before { content: "=F3=B0=A0=BD"; } + +.mdi-upload-network::before { content: "=F3=B0=9B=B6"; } + +.mdi-upload-network-outline::before { content: "=F3=B0=B3=98"; } + +.mdi-upload-off::before { content: "=F3=B1=83=86"; } + +.mdi-upload-off-outline::before { content: "=F3=B1=83=87"; } + +.mdi-upload-outline::before { content: "=F3=B0=B8=87"; } + +.mdi-usb::before { content: "=F3=B0=95=93"; } + +.mdi-usb-flash-drive::before { content: "=F3=B1=8A=9E"; } + +.mdi-usb-flash-drive-outline::before { content: "=F3=B1=8A=9F"; } + +.mdi-usb-port::before { content: "=F3=B1=87=B0"; } + +.mdi-vacuum::before { content: "=F3=B1=A6=A1"; } + +.mdi-vacuum-outline::before { content: "=F3=B1=A6=A2"; } + +.mdi-valve::before { content: "=F3=B1=81=A6"; } + +.mdi-valve-closed::before { content: "=F3=B1=81=A7"; } + +.mdi-valve-open::before { content: "=F3=B1=81=A8"; } + +.mdi-van-passenger::before { content: "=F3=B0=9F=BA"; } + +.mdi-van-utility::before { content: "=F3=B0=9F=BB"; } + +.mdi-vanish::before { content: "=F3=B0=9F=BC"; } + +.mdi-vanish-quarter::before { content: "=F3=B1=95=94"; } + +.mdi-vanity-light::before { content: "=F3=B1=87=A1"; } + +.mdi-variable::before { content: "=F3=B0=AB=A7"; } + +.mdi-variable-box::before { content: "=F3=B1=84=91"; } + +.mdi-vector-arrange-above::before { content: "=F3=B0=95=94"; } + +.mdi-vector-arrange-below::before { content: "=F3=B0=95=95"; } + +.mdi-vector-bezier::before { content: "=F3=B0=AB=A8"; } + +.mdi-vector-circle::before { content: "=F3=B0=95=96"; } + +.mdi-vector-circle-variant::before { content: "=F3=B0=95=97"; } + +.mdi-vector-combine::before { content: "=F3=B0=95=98"; } + +.mdi-vector-curve::before { content: "=F3=B0=95=99"; } + +.mdi-vector-difference::before { content: "=F3=B0=95=9A"; } + +.mdi-vector-difference-ab::before { content: "=F3=B0=95=9B"; } + +.mdi-vector-difference-ba::before { content: "=F3=B0=95=9C"; } + +.mdi-vector-ellipse::before { content: "=F3=B0=A2=93"; } + +.mdi-vector-intersection::before { content: "=F3=B0=95=9D"; } + +.mdi-vector-line::before { content: "=F3=B0=95=9E"; } + +.mdi-vector-link::before { content: "=F3=B0=BF=A8"; } + +.mdi-vector-point::before { content: "=F3=B0=95=9F"; } + +.mdi-vector-polygon::before { content: "=F3=B0=95=A0"; } + +.mdi-vector-polygon-variant::before { content: "=F3=B1=A1=96"; } + +.mdi-vector-polyline::before { content: "=F3=B0=95=A1"; } + +.mdi-vector-polyline-edit::before { content: "=F3=B1=88=A5"; } + +.mdi-vector-polyline-minus::before { content: "=F3=B1=88=A6"; } + +.mdi-vector-polyline-plus::before { content: "=F3=B1=88=A7"; } + +.mdi-vector-polyline-remove::before { content: "=F3=B1=88=A8"; } + +.mdi-vector-radius::before { content: "=F3=B0=9D=8A"; } + +.mdi-vector-rectangle::before { content: "=F3=B0=97=86"; } + +.mdi-vector-selection::before { content: "=F3=B0=95=A2"; } + +.mdi-vector-square::before { content: "=F3=B0=80=81"; } + +.mdi-vector-square-close::before { content: "=F3=B1=A1=97"; } + +.mdi-vector-square-edit::before { content: "=F3=B1=A3=99"; } + +.mdi-vector-square-minus::before { content: "=F3=B1=A3=9A"; } + +.mdi-vector-square-open::before { content: "=F3=B1=A1=98"; } + +.mdi-vector-square-plus::before { content: "=F3=B1=A3=9B"; } + +.mdi-vector-square-remove::before { content: "=F3=B1=A3=9C"; } + +.mdi-vector-triangle::before { content: "=F3=B0=95=A3"; } + +.mdi-vector-union::before { content: "=F3=B0=95=A4"; } + +.mdi-vhs::before { content: "=F3=B0=A8=9B"; } + +.mdi-vibrate::before { content: "=F3=B0=95=A6"; } + +.mdi-vibrate-off::before { content: "=F3=B0=B3=99"; } + +.mdi-video::before { content: "=F3=B0=95=A7"; } + +.mdi-video-2d::before { content: "=F3=B1=A8=9C"; } + +.mdi-video-3d::before { content: "=F3=B0=9F=BD"; } + +.mdi-video-3d-off::before { content: "=F3=B1=8F=99"; } + +.mdi-video-3d-variant::before { content: "=F3=B0=BB=91"; } + +.mdi-video-4k-box::before { content: "=F3=B0=A0=BE"; } + +.mdi-video-account::before { content: "=F3=B0=A4=99"; } + +.mdi-video-box::before { content: "=F3=B0=83=BD"; } + +.mdi-video-box-off::before { content: "=F3=B0=83=BE"; } + +.mdi-video-check::before { content: "=F3=B1=81=A9"; } + +.mdi-video-check-outline::before { content: "=F3=B1=81=AA"; } + +.mdi-video-high-definition::before { content: "=F3=B1=94=AE"; } + +.mdi-video-image::before { content: "=F3=B0=A4=9A"; } + +.mdi-video-input-antenna::before { content: "=F3=B0=A0=BF"; } + +.mdi-video-input-component::before { content: "=F3=B0=A1=80"; } + +.mdi-video-input-hdmi::before { content: "=F3=B0=A1=81"; } + +.mdi-video-input-scart::before { content: "=F3=B0=BE=8C"; } + +.mdi-video-input-svideo::before { content: "=F3=B0=A1=82"; } + +.mdi-video-marker::before { content: "=F3=B1=A6=A9"; } + +.mdi-video-marker-outline::before { content: "=F3=B1=A6=AA"; } + +.mdi-video-minus::before { content: "=F3=B0=A6=B2"; } + +.mdi-video-minus-outline::before { content: "=F3=B0=8A=BA"; } + +.mdi-video-off::before { content: "=F3=B0=95=A8"; } + +.mdi-video-off-outline::before { content: "=F3=B0=AF=9B"; } + +.mdi-video-outline::before { content: "=F3=B0=AF=9C"; } + +.mdi-video-plus::before { content: "=F3=B0=A6=B3"; } + +.mdi-video-plus-outline::before { content: "=F3=B0=87=93"; } + +.mdi-video-stabilization::before { content: "=F3=B0=A4=9B"; } + +.mdi-video-switch::before { content: "=F3=B0=95=A9"; } + +.mdi-video-switch-outline::before { content: "=F3=B0=9E=90"; } + +.mdi-video-vintage::before { content: "=F3=B0=A8=9C"; } + +.mdi-video-wireless::before { content: "=F3=B0=BB=92"; } + +.mdi-video-wireless-outline::before { content: "=F3=B0=BB=93"; } + +.mdi-view-agenda::before { content: "=F3=B0=95=AA"; } + +.mdi-view-agenda-outline::before { content: "=F3=B1=87=98"; } + +.mdi-view-array::before { content: "=F3=B0=95=AB"; } + +.mdi-view-array-outline::before { content: "=F3=B1=92=85"; } + +.mdi-view-carousel::before { content: "=F3=B0=95=AC"; } + +.mdi-view-carousel-outline::before { content: "=F3=B1=92=86"; } + +.mdi-view-column::before { content: "=F3=B0=95=AD"; } + +.mdi-view-column-outline::before { content: "=F3=B1=92=87"; } + +.mdi-view-comfy::before { content: "=F3=B0=B9=AA"; } + +.mdi-view-comfy-outline::before { content: "=F3=B1=92=88"; } + +.mdi-view-compact::before { content: "=F3=B0=B9=AB"; } + +.mdi-view-compact-outline::before { content: "=F3=B0=B9=AC"; } + +.mdi-view-dashboard::before { content: "=F3=B0=95=AE"; } + +.mdi-view-dashboard-edit::before { content: "=F3=B1=A5=87"; } + +.mdi-view-dashboard-edit-outline::before { content: "=F3=B1=A5=88"; } + +.mdi-view-dashboard-outline::before { content: "=F3=B0=A8=9D"; } + +.mdi-view-dashboard-variant::before { content: "=F3=B0=A1=83"; } + +.mdi-view-dashboard-variant-outline::before { content: "=F3=B1=92=89"; } + +.mdi-view-day::before { content: "=F3=B0=95=AF"; } + +.mdi-view-day-outline::before { content: "=F3=B1=92=8A"; } + +.mdi-view-gallery::before { content: "=F3=B1=A2=88"; } + +.mdi-view-gallery-outline::before { content: "=F3=B1=A2=89"; } + +.mdi-view-grid::before { content: "=F3=B0=95=B0"; } + +.mdi-view-grid-outline::before { content: "=F3=B1=87=99"; } + +.mdi-view-grid-plus::before { content: "=F3=B0=BE=8D"; } + +.mdi-view-grid-plus-outline::before { content: "=F3=B1=87=9A"; } + +.mdi-view-headline::before { content: "=F3=B0=95=B1"; } + +.mdi-view-list::before { content: "=F3=B0=95=B2"; } + +.mdi-view-list-outline::before { content: "=F3=B1=92=8B"; } + +.mdi-view-module::before { content: "=F3=B0=95=B3"; } + +.mdi-view-module-outline::before { content: "=F3=B1=92=8C"; } + +.mdi-view-parallel::before { content: "=F3=B0=9C=A8"; } + +.mdi-view-parallel-outline::before { content: "=F3=B1=92=8D"; } + +.mdi-view-quilt::before { content: "=F3=B0=95=B4"; } + +.mdi-view-quilt-outline::before { content: "=F3=B1=92=8E"; } + +.mdi-view-sequential::before { content: "=F3=B0=9C=A9"; } + +.mdi-view-sequential-outline::before { content: "=F3=B1=92=8F"; } + +.mdi-view-split-horizontal::before { content: "=F3=B0=AF=8B"; } + +.mdi-view-split-vertical::before { content: "=F3=B0=AF=8C"; } + +.mdi-view-stream::before { content: "=F3=B0=95=B5"; } + +.mdi-view-stream-outline::before { content: "=F3=B1=92=90"; } + +.mdi-view-week::before { content: "=F3=B0=95=B6"; } + +.mdi-view-week-outline::before { content: "=F3=B1=92=91"; } + +.mdi-vimeo::before { content: "=F3=B0=95=B7"; } + +.mdi-violin::before { content: "=F3=B0=98=8F"; } + +.mdi-virtual-reality::before { content: "=F3=B0=A2=94"; } + +.mdi-virus::before { content: "=F3=B1=8E=B6"; } + +.mdi-virus-off::before { content: "=F3=B1=A3=A1"; } + +.mdi-virus-off-outline::before { content: "=F3=B1=A3=A2"; } + +.mdi-virus-outline::before { content: "=F3=B1=8E=B7"; } + +.mdi-vlc::before { content: "=F3=B0=95=BC"; } + +.mdi-voicemail::before { content: "=F3=B0=95=BD"; } + +.mdi-volcano::before { content: "=F3=B1=AA=83"; } + +.mdi-volcano-outline::before { content: "=F3=B1=AA=84"; } + +.mdi-volleyball::before { content: "=F3=B0=A6=B4"; } + +.mdi-volume-equal::before { content: "=F3=B1=AC=90"; } + +.mdi-volume-high::before { content: "=F3=B0=95=BE"; } + +.mdi-volume-low::before { content: "=F3=B0=95=BF"; } + +.mdi-volume-medium::before { content: "=F3=B0=96=80"; } + +.mdi-volume-minus::before { content: "=F3=B0=9D=9E"; } + +.mdi-volume-mute::before { content: "=F3=B0=9D=9F"; } + +.mdi-volume-off::before { content: "=F3=B0=96=81"; } + +.mdi-volume-plus::before { content: "=F3=B0=9D=9D"; } + +.mdi-volume-source::before { content: "=F3=B1=84=A0"; } + +.mdi-volume-variant-off::before { content: "=F3=B0=B8=88"; } + +.mdi-volume-vibrate::before { content: "=F3=B1=84=A1"; } + +.mdi-vote::before { content: "=F3=B0=A8=9F"; } + +.mdi-vote-outline::before { content: "=F3=B0=A8=A0"; } + +.mdi-vpn::before { content: "=F3=B0=96=82"; } + +.mdi-vuejs::before { content: "=F3=B0=A1=84"; } + +.mdi-vuetify::before { content: "=F3=B0=B9=AD"; } + +.mdi-walk::before { content: "=F3=B0=96=83"; } + +.mdi-wall::before { content: "=F3=B0=9F=BE"; } + +.mdi-wall-fire::before { content: "=F3=B1=A8=91"; } + +.mdi-wall-sconce::before { content: "=F3=B0=A4=9C"; } + +.mdi-wall-sconce-flat::before { content: "=F3=B0=A4=9D"; } + +.mdi-wall-sconce-flat-outline::before { content: "=F3=B1=9F=89"; } + +.mdi-wall-sconce-flat-variant::before { content: "=F3=B0=90=9C"; } + +.mdi-wall-sconce-flat-variant-outline::before { content: "=F3=B1=9F=8A"; } + +.mdi-wall-sconce-outline::before { content: "=F3=B1=9F=8B"; } + +.mdi-wall-sconce-round::before { content: "=F3=B0=9D=88"; } + +.mdi-wall-sconce-round-outline::before { content: "=F3=B1=9F=8C"; } + +.mdi-wall-sconce-round-variant::before { content: "=F3=B0=A4=9E"; } + +.mdi-wall-sconce-round-variant-outline::before { content: "=F3=B1=9F=8D"; } + +.mdi-wallet::before { content: "=F3=B0=96=84"; } + +.mdi-wallet-giftcard::before { content: "=F3=B0=96=85"; } + +.mdi-wallet-membership::before { content: "=F3=B0=96=86"; } + +.mdi-wallet-outline::before { content: "=F3=B0=AF=9D"; } + +.mdi-wallet-plus::before { content: "=F3=B0=BE=8E"; } + +.mdi-wallet-plus-outline::before { content: "=F3=B0=BE=8F"; } + +.mdi-wallet-travel::before { content: "=F3=B0=96=87"; } + +.mdi-wallpaper::before { content: "=F3=B0=B8=89"; } + +.mdi-wan::before { content: "=F3=B0=96=88"; } + +.mdi-wardrobe::before { content: "=F3=B0=BE=90"; } + +.mdi-wardrobe-outline::before { content: "=F3=B0=BE=91"; } + +.mdi-warehouse::before { content: "=F3=B0=BE=81"; } + +.mdi-washing-machine::before { content: "=F3=B0=9C=AA"; } + +.mdi-washing-machine-alert::before { content: "=F3=B1=86=BC"; } + +.mdi-washing-machine-off::before { content: "=F3=B1=86=BD"; } + +.mdi-watch::before { content: "=F3=B0=96=89"; } + +.mdi-watch-export::before { content: "=F3=B0=96=8A"; } + +.mdi-watch-export-variant::before { content: "=F3=B0=A2=95"; } + +.mdi-watch-import::before { content: "=F3=B0=96=8B"; } + +.mdi-watch-import-variant::before { content: "=F3=B0=A2=96"; } + +.mdi-watch-variant::before { content: "=F3=B0=A2=97"; } + +.mdi-watch-vibrate::before { content: "=F3=B0=9A=B1"; } + +.mdi-watch-vibrate-off::before { content: "=F3=B0=B3=9A"; } + +.mdi-water::before { content: "=F3=B0=96=8C"; } + +.mdi-water-alert::before { content: "=F3=B1=94=82"; } + +.mdi-water-alert-outline::before { content: "=F3=B1=94=83"; } + +.mdi-water-boiler::before { content: "=F3=B0=BE=92"; } + +.mdi-water-boiler-alert::before { content: "=F3=B1=86=B3"; } + +.mdi-water-boiler-off::before { content: "=F3=B1=86=B4"; } + +.mdi-water-check::before { content: "=F3=B1=94=84"; } + +.mdi-water-check-outline::before { content: "=F3=B1=94=85"; } + +.mdi-water-circle::before { content: "=F3=B1=A0=86"; } + +.mdi-water-minus::before { content: "=F3=B1=94=86"; } + +.mdi-water-minus-outline::before { content: "=F3=B1=94=87"; } + +.mdi-water-off::before { content: "=F3=B0=96=8D"; } + +.mdi-water-off-outline::before { content: "=F3=B1=94=88"; } + +.mdi-water-opacity::before { content: "=F3=B1=A1=95"; } + +.mdi-water-outline::before { content: "=F3=B0=B8=8A"; } + +.mdi-water-percent::before { content: "=F3=B0=96=8E"; } + +.mdi-water-percent-alert::before { content: "=F3=B1=94=89"; } + +.mdi-water-plus::before { content: "=F3=B1=94=8A"; } + +.mdi-water-plus-outline::before { content: "=F3=B1=94=8B"; } + +.mdi-water-polo::before { content: "=F3=B1=8A=A0"; } + +.mdi-water-pump::before { content: "=F3=B0=96=8F"; } + +.mdi-water-pump-off::before { content: "=F3=B0=BE=93"; } + +.mdi-water-remove::before { content: "=F3=B1=94=8C"; } + +.mdi-water-remove-outline::before { content: "=F3=B1=94=8D"; } + +.mdi-water-sync::before { content: "=F3=B1=9F=86"; } + +.mdi-water-thermometer::before { content: "=F3=B1=AA=85"; } + +.mdi-water-thermometer-outline::before { content: "=F3=B1=AA=86"; } + +.mdi-water-well::before { content: "=F3=B1=81=AB"; } + +.mdi-water-well-outline::before { content: "=F3=B1=81=AC"; } + +.mdi-waterfall::before { content: "=F3=B1=A1=89"; } + +.mdi-watering-can::before { content: "=F3=B1=92=81"; } + +.mdi-watering-can-outline::before { content: "=F3=B1=92=82"; } + +.mdi-watermark::before { content: "=F3=B0=98=92"; } + +.mdi-wave::before { content: "=F3=B0=BC=AE"; } + +.mdi-waveform::before { content: "=F3=B1=91=BD"; } + +.mdi-waves::before { content: "=F3=B0=9E=8D"; } + +.mdi-waves-arrow-left::before { content: "=F3=B1=A1=99"; } + +.mdi-waves-arrow-right::before { content: "=F3=B1=A1=9A"; } + +.mdi-waves-arrow-up::before { content: "=F3=B1=A1=9B"; } + +.mdi-waze::before { content: "=F3=B0=AF=9E"; } + +.mdi-weather-cloudy::before { content: "=F3=B0=96=90"; } + +.mdi-weather-cloudy-alert::before { content: "=F3=B0=BC=AF"; } + +.mdi-weather-cloudy-arrow-right::before { content: "=F3=B0=B9=AE"; } + +.mdi-weather-cloudy-clock::before { content: "=F3=B1=A3=B6"; } + +.mdi-weather-fog::before { content: "=F3=B0=96=91"; } + +.mdi-weather-hail::before { content: "=F3=B0=96=92"; } + +.mdi-weather-hazy::before { content: "=F3=B0=BC=B0"; } + +.mdi-weather-hurricane::before { content: "=F3=B0=A2=98"; } + +.mdi-weather-lightning::before { content: "=F3=B0=96=93"; } + +.mdi-weather-lightning-rainy::before { content: "=F3=B0=99=BE"; } + +.mdi-weather-night::before { content: "=F3=B0=96=94"; } + +.mdi-weather-night-partly-cloudy::before { content: "=F3=B0=BC=B1"; } + +.mdi-weather-partly-cloudy::before { content: "=F3=B0=96=95"; } + +.mdi-weather-partly-lightning::before { content: "=F3=B0=BC=B2"; } + +.mdi-weather-partly-rainy::before { content: "=F3=B0=BC=B3"; } + +.mdi-weather-partly-snowy::before { content: "=F3=B0=BC=B4"; } + +.mdi-weather-partly-snowy-rainy::before { content: "=F3=B0=BC=B5"; } + +.mdi-weather-pouring::before { content: "=F3=B0=96=96"; } + +.mdi-weather-rainy::before { content: "=F3=B0=96=97"; } + +.mdi-weather-snowy::before { content: "=F3=B0=96=98"; } + +.mdi-weather-snowy-heavy::before { content: "=F3=B0=BC=B6"; } + +.mdi-weather-snowy-rainy::before { content: "=F3=B0=99=BF"; } + +.mdi-weather-sunny::before { content: "=F3=B0=96=99"; } + +.mdi-weather-sunny-alert::before { content: "=F3=B0=BC=B7"; } + +.mdi-weather-sunny-off::before { content: "=F3=B1=93=A4"; } + +.mdi-weather-sunset::before { content: "=F3=B0=96=9A"; } + +.mdi-weather-sunset-down::before { content: "=F3=B0=96=9B"; } + +.mdi-weather-sunset-up::before { content: "=F3=B0=96=9C"; } + +.mdi-weather-tornado::before { content: "=F3=B0=BC=B8"; } + +.mdi-weather-windy::before { content: "=F3=B0=96=9D"; } + +.mdi-weather-windy-variant::before { content: "=F3=B0=96=9E"; } + +.mdi-web::before { content: "=F3=B0=96=9F"; } + +.mdi-web-box::before { content: "=F3=B0=BE=94"; } + +.mdi-web-cancel::before { content: "=F3=B1=9E=90"; } + +.mdi-web-check::before { content: "=F3=B0=9E=89"; } + +.mdi-web-clock::before { content: "=F3=B1=89=8A"; } + +.mdi-web-minus::before { content: "=F3=B1=82=A0"; } + +.mdi-web-off::before { content: "=F3=B0=AA=8E"; } + +.mdi-web-plus::before { content: "=F3=B0=80=B3"; } + +.mdi-web-refresh::before { content: "=F3=B1=9E=91"; } + +.mdi-web-remove::before { content: "=F3=B0=95=91"; } + +.mdi-web-sync::before { content: "=F3=B1=9E=92"; } + +.mdi-webcam::before { content: "=F3=B0=96=A0"; } + +.mdi-webcam-off::before { content: "=F3=B1=9C=B7"; } + +.mdi-webhook::before { content: "=F3=B0=98=AF"; } + +.mdi-webpack::before { content: "=F3=B0=9C=AB"; } + +.mdi-webrtc::before { content: "=F3=B1=89=88"; } + +.mdi-wechat::before { content: "=F3=B0=98=91"; } + +.mdi-weight::before { content: "=F3=B0=96=A1"; } + +.mdi-weight-gram::before { content: "=F3=B0=B4=BF"; } + +.mdi-weight-kilogram::before { content: "=F3=B0=96=A2"; } + +.mdi-weight-lifter::before { content: "=F3=B1=85=9D"; } + +.mdi-weight-pound::before { content: "=F3=B0=A6=B5"; } + +.mdi-whatsapp::before { content: "=F3=B0=96=A3"; } + +.mdi-wheel-barrow::before { content: "=F3=B1=93=B2"; } + +.mdi-wheelchair::before { content: "=F3=B1=AA=87"; } + +.mdi-wheelchair-accessibility::before { content: "=F3=B0=96=A4"; } + +.mdi-whistle::before { content: "=F3=B0=A6=B6"; } + +.mdi-whistle-outline::before { content: "=F3=B1=8A=BC"; } + +.mdi-white-balance-auto::before { content: "=F3=B0=96=A5"; } + +.mdi-white-balance-incandescent::before { content: "=F3=B0=96=A6"; } + +.mdi-white-balance-iridescent::before { content: "=F3=B0=96=A7"; } + +.mdi-white-balance-sunny::before { content: "=F3=B0=96=A8"; } + +.mdi-widgets::before { content: "=F3=B0=9C=AC"; } + +.mdi-widgets-outline::before { content: "=F3=B1=8D=95"; } + +.mdi-wifi::before { content: "=F3=B0=96=A9"; } + +.mdi-wifi-alert::before { content: "=F3=B1=9A=B5"; } + +.mdi-wifi-arrow-down::before { content: "=F3=B1=9A=B6"; } + +.mdi-wifi-arrow-left::before { content: "=F3=B1=9A=B7"; } + +.mdi-wifi-arrow-left-right::before { content: "=F3=B1=9A=B8"; } + +.mdi-wifi-arrow-right::before { content: "=F3=B1=9A=B9"; } + +.mdi-wifi-arrow-up::before { content: "=F3=B1=9A=BA"; } + +.mdi-wifi-arrow-up-down::before { content: "=F3=B1=9A=BB"; } + +.mdi-wifi-cancel::before { content: "=F3=B1=9A=BC"; } + +.mdi-wifi-check::before { content: "=F3=B1=9A=BD"; } + +.mdi-wifi-cog::before { content: "=F3=B1=9A=BE"; } + +.mdi-wifi-lock::before { content: "=F3=B1=9A=BF"; } + +.mdi-wifi-lock-open::before { content: "=F3=B1=9B=80"; } + +.mdi-wifi-marker::before { content: "=F3=B1=9B=81"; } + +.mdi-wifi-minus::before { content: "=F3=B1=9B=82"; } + +.mdi-wifi-off::before { content: "=F3=B0=96=AA"; } + +.mdi-wifi-plus::before { content: "=F3=B1=9B=83"; } + +.mdi-wifi-refresh::before { content: "=F3=B1=9B=84"; } + +.mdi-wifi-remove::before { content: "=F3=B1=9B=85"; } + +.mdi-wifi-settings::before { content: "=F3=B1=9B=86"; } + +.mdi-wifi-star::before { content: "=F3=B0=B8=8B"; } + +.mdi-wifi-strength-1::before { content: "=F3=B0=A4=9F"; } + +.mdi-wifi-strength-1-alert::before { content: "=F3=B0=A4=A0"; } + +.mdi-wifi-strength-1-lock::before { content: "=F3=B0=A4=A1"; } + +.mdi-wifi-strength-1-lock-open::before { content: "=F3=B1=9B=8B"; } + +.mdi-wifi-strength-2::before { content: "=F3=B0=A4=A2"; } + +.mdi-wifi-strength-2-alert::before { content: "=F3=B0=A4=A3"; } + +.mdi-wifi-strength-2-lock::before { content: "=F3=B0=A4=A4"; } + +.mdi-wifi-strength-2-lock-open::before { content: "=F3=B1=9B=8C"; } + +.mdi-wifi-strength-3::before { content: "=F3=B0=A4=A5"; } + +.mdi-wifi-strength-3-alert::before { content: "=F3=B0=A4=A6"; } + +.mdi-wifi-strength-3-lock::before { content: "=F3=B0=A4=A7"; } + +.mdi-wifi-strength-3-lock-open::before { content: "=F3=B1=9B=8D"; } + +.mdi-wifi-strength-4::before { content: "=F3=B0=A4=A8"; } + +.mdi-wifi-strength-4-alert::before { content: "=F3=B0=A4=A9"; } + +.mdi-wifi-strength-4-lock::before { content: "=F3=B0=A4=AA"; } + +.mdi-wifi-strength-4-lock-open::before { content: "=F3=B1=9B=8E"; } + +.mdi-wifi-strength-alert-outline::before { content: "=F3=B0=A4=AB"; } + +.mdi-wifi-strength-lock-open-outline::before { content: "=F3=B1=9B=8F"; } + +.mdi-wifi-strength-lock-outline::before { content: "=F3=B0=A4=AC"; } + +.mdi-wifi-strength-off::before { content: "=F3=B0=A4=AD"; } + +.mdi-wifi-strength-off-outline::before { content: "=F3=B0=A4=AE"; } + +.mdi-wifi-strength-outline::before { content: "=F3=B0=A4=AF"; } + +.mdi-wifi-sync::before { content: "=F3=B1=9B=87"; } + +.mdi-wikipedia::before { content: "=F3=B0=96=AC"; } + +.mdi-wind-power::before { content: "=F3=B1=AA=88"; } + +.mdi-wind-power-outline::before { content: "=F3=B1=AA=89"; } + +.mdi-wind-turbine::before { content: "=F3=B0=B6=A5"; } + +.mdi-wind-turbine-alert::before { content: "=F3=B1=A6=AB"; } + +.mdi-wind-turbine-check::before { content: "=F3=B1=A6=AC"; } + +.mdi-window-close::before { content: "=F3=B0=96=AD"; } + +.mdi-window-closed::before { content: "=F3=B0=96=AE"; } + +.mdi-window-closed-variant::before { content: "=F3=B1=87=9B"; } + +.mdi-window-maximize::before { content: "=F3=B0=96=AF"; } + +.mdi-window-minimize::before { content: "=F3=B0=96=B0"; } + +.mdi-window-open::before { content: "=F3=B0=96=B1"; } + +.mdi-window-open-variant::before { content: "=F3=B1=87=9C"; } + +.mdi-window-restore::before { content: "=F3=B0=96=B2"; } + +.mdi-window-shutter::before { content: "=F3=B1=84=9C"; } + +.mdi-window-shutter-alert::before { content: "=F3=B1=84=9D"; } + +.mdi-window-shutter-cog::before { content: "=F3=B1=AA=8A"; } + +.mdi-window-shutter-open::before { content: "=F3=B1=84=9E"; } + +.mdi-window-shutter-settings::before { content: "=F3=B1=AA=8B"; } + +.mdi-windsock::before { content: "=F3=B1=97=BA"; } + +.mdi-wiper::before { content: "=F3=B0=AB=A9"; } + +.mdi-wiper-wash::before { content: "=F3=B0=B6=A6"; } + +.mdi-wiper-wash-alert::before { content: "=F3=B1=A3=9F"; } + +.mdi-wizard-hat::before { content: "=F3=B1=91=B7"; } + +.mdi-wordpress::before { content: "=F3=B0=96=B4"; } + +.mdi-wrap::before { content: "=F3=B0=96=B6"; } + +.mdi-wrap-disabled::before { content: "=F3=B0=AF=9F"; } + +.mdi-wrench::before { content: "=F3=B0=96=B7"; } + +.mdi-wrench-clock::before { content: "=F3=B1=A6=A3"; } + +.mdi-wrench-outline::before { content: "=F3=B0=AF=A0"; } + +.mdi-xamarin::before { content: "=F3=B0=A1=85"; } + +.mdi-xml::before { content: "=F3=B0=97=80"; } + +.mdi-xmpp::before { content: "=F3=B0=9F=BF"; } + +.mdi-yahoo::before { content: "=F3=B0=AD=8F"; } + +.mdi-yeast::before { content: "=F3=B0=97=81"; } + +.mdi-yin-yang::before { content: "=F3=B0=9A=80"; } + +.mdi-yoga::before { content: "=F3=B1=85=BC"; } + +.mdi-youtube::before { content: "=F3=B0=97=83"; } + +.mdi-youtube-gaming::before { content: "=F3=B0=A1=88"; } + +.mdi-youtube-studio::before { content: "=F3=B0=A1=87"; } + +.mdi-youtube-subscription::before { content: "=F3=B0=B5=80"; } + +.mdi-youtube-tv::before { content: "=F3=B0=91=88"; } + +.mdi-yurt::before { content: "=F3=B1=94=96"; } + +.mdi-z-wave::before { content: "=F3=B0=AB=AA"; } + +.mdi-zend::before { content: "=F3=B0=AB=AB"; } + +.mdi-zigbee::before { content: "=F3=B0=B5=81"; } + +.mdi-zip-box::before { content: "=F3=B0=97=84"; } + +.mdi-zip-box-outline::before { content: "=F3=B0=BF=BA"; } + +.mdi-zip-disk::before { content: "=F3=B0=A8=A3"; } + +.mdi-zodiac-aquarius::before { content: "=F3=B0=A9=BD"; } + +.mdi-zodiac-aries::before { content: "=F3=B0=A9=BE"; } + +.mdi-zodiac-cancer::before { content: "=F3=B0=A9=BF"; } + +.mdi-zodiac-capricorn::before { content: "=F3=B0=AA=80"; } + +.mdi-zodiac-gemini::before { content: "=F3=B0=AA=81"; } + +.mdi-zodiac-leo::before { content: "=F3=B0=AA=82"; } + +.mdi-zodiac-libra::before { content: "=F3=B0=AA=83"; } + +.mdi-zodiac-pisces::before { content: "=F3=B0=AA=84"; } + +.mdi-zodiac-sagittarius::before { content: "=F3=B0=AA=85"; } + +.mdi-zodiac-scorpio::before { content: "=F3=B0=AA=86"; } + +.mdi-zodiac-taurus::before { content: "=F3=B0=AA=87"; } + +.mdi-zodiac-virgo::before { content: "=F3=B0=AA=88"; } + +.mdi-blank::before { content: "=EF=9A=8C"; visibility: hidden; } + +.mdi-18px.mdi-set, .mdi-18px.mdi::before { font-size: 18px; } + +.mdi-24px.mdi-set, .mdi-24px.mdi::before { font-size: 24px; } + +.mdi-36px.mdi-set, .mdi-36px.mdi::before { font-size: 36px; } + +.mdi-48px.mdi-set, .mdi-48px.mdi::before { font-size: 48px; } + +.mdi-dark::before { color: rgba(0, 0, 0, 0.54); } + +.mdi-dark.mdi-inactive::before { color: rgba(0, 0, 0, 0.26); } + +.mdi-light::before { color: rgb(255, 255, 255); } + +.mdi-light.mdi-inactive::before { color: rgba(255, 255, 255, 0.3); } + +.mdi-rotate-45::before { transform: rotate(45deg); } + +.mdi-rotate-90::before { transform: rotate(90deg); } + +.mdi-rotate-135::before { transform: rotate(135deg); } + +.mdi-rotate-180::before { transform: rotate(180deg); } + +.mdi-rotate-225::before { transform: rotate(225deg); } + +.mdi-rotate-270::before { transform: rotate(270deg); } + +.mdi-rotate-315::before { transform: rotate(315deg); } + +.mdi-flip-h::before { transform: scaleX(-1); } + +.mdi-flip-v::before { transform: scaleY(-1); } + +.mdi-spin::before { animation: 2s linear 0s infinite normal none running md= +i-spin; } + +@-webkit-keyframes mdi-spin {=20 + 0% { transform: rotate(0deg); } + 100% { transform: rotate(359deg); } +} + +@keyframes mdi-spin {=20 + 0% { transform: rotate(0deg); } + 100% { transform: rotate(359deg); } +} + +:root { --theme-primary-color: 207.69, 100%, 25.5%; --theme-primary-darker:= + 207.69, 100%, 18%; --theme-primary-darkest: 207.69, 100%, 13.9%; --theme-p= +rimary-lighter: 207.69, 100%, 42%; --theme-primary-lightest: 207.69, 34.5%,= + 77.8%; --theme-primary-lighter-than-lightest: 207.69, 73%, 71%; --theme-on= +-primary: 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color:= + 0, 0%, 12.5%; --theme-background-alt: 207.69, 36.2%, 90.8%; --theme-link-v= +isited-color: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 8= +6%; --theme-error-dark: 0, 100%, 27.1%; --theme-error-color: 0, 100%, 42.5%= +; --theme-error-lighter: 0, 73.7%, 59.8%; --theme-error-lightest: 0, 74.7%,= + 82.9%; } + +.theme-politie-cn { --theme-primary-color: 230, 93.5%, 24.1%; --theme-prima= +ry-darker: 230, 94%, 20%; --theme-primary-darkest: 230, 92%, 15%; --theme-p= +rimary-lighter: 230, 100%, 42%; --theme-primary-lightest: 230, 33.9%, 77.5%= +; --theme-primary-lighter-than-lightest: 230, 46%, 92%; --theme-on-primary:= + 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color: 0, 0%, 1= +2.5%; --theme-background-alt: 230, 31.6%, 92.5%; --theme-link-visited-color= +: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 86%; } + +:root { --theme-primary-color: 207.69, 100%, 25.5%; --theme-primary-darker:= + 207.69, 100%, 18%; --theme-primary-darkest: 207.69, 100%, 13.9%; --theme-p= +rimary-lighter: 207.69, 100%, 42%; --theme-primary-lightest: 207.69, 34.5%,= + 77.8%; --theme-primary-lighter-than-lightest: 207.69, 73%, 71%; --theme-on= +-primary: 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color:= + 0, 0%, 12.5%; --theme-background-alt: 207.69, 36.2%, 90.8%; --theme-link-v= +isited-color: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 8= +6%; --theme-error-dark: 0, 100%, 27.1%; --theme-error-color: 0, 100%, 42.5%= +; --theme-error-lighter: 0, 73.7%, 59.8%; --theme-error-lightest: 0, 74.7%,= + 82.9%; } + +.theme-politie-cn { --theme-primary-color: 230, 93.5%, 24.1%; --theme-prima= +ry-darker: 230, 94%, 20%; --theme-primary-darkest: 230, 92%, 15%; --theme-p= +rimary-lighter: 230, 100%, 42%; --theme-primary-lightest: 230, 33.9%, 77.5%= +; --theme-primary-lighter-than-lightest: 230, 46%, 92%; --theme-on-primary:= + 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color: 0, 0%, 1= +2.5%; --theme-background-alt: 230, 31.6%, 92.5%; --theme-link-visited-color= +: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 86%; } + +:root { --theme-primary-color: 207.69, 100%, 25.5%; --theme-primary-darker:= + 207.69, 100%, 18%; --theme-primary-darkest: 207.69, 100%, 13.9%; --theme-p= +rimary-lighter: 207.69, 100%, 42%; --theme-primary-lightest: 207.69, 34.5%,= + 77.8%; --theme-primary-lighter-than-lightest: 207.69, 73%, 71%; --theme-on= +-primary: 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color:= + 0, 0%, 12.5%; --theme-background-alt: 207.69, 36.2%, 90.8%; --theme-link-v= +isited-color: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 8= +6%; --theme-error-dark: 0, 100%, 27.1%; --theme-error-color: 0, 100%, 42.5%= +; --theme-error-lighter: 0, 73.7%, 59.8%; --theme-error-lightest: 0, 74.7%,= + 82.9%; } + +.theme-politie-cn { --theme-primary-color: 230, 93.5%, 24.1%; --theme-prima= +ry-darker: 230, 94%, 20%; --theme-primary-darkest: 230, 92%, 15%; --theme-p= +rimary-lighter: 230, 100%, 42%; --theme-primary-lightest: 230, 33.9%, 77.5%= +; --theme-primary-lighter-than-lightest: 230, 46%, 92%; --theme-on-primary:= + 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color: 0, 0%, 1= +2.5%; --theme-background-alt: 230, 31.6%, 92.5%; --theme-link-visited-color= +: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 86%; } + +html { line-height: 1.15; text-size-adjust: 100%; } + +body { margin: 0px; } + +h1 { font-size: 2em; margin: 0.67em 0px; } + +hr { box-sizing: content-box; height: 0px; overflow: visible; } + +pre { font-family: monospace, monospace; font-size: 1em; } + +a { background-color: rgba(0, 0, 0, 0); } + +abbr[title] { border-bottom: none; text-decoration: underline dotted; } + +b, strong { font-weight: bolder; } + +code, kbd, samp { font-family: monospace, monospace; font-size: 1em; } + +small { font-size: 80%; } + +sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-ali= +gn: baseline; } + +sub { bottom: -0.25em; } + +sup { top: -0.5em; } + +img { border-style: none; } + +button, input, optgroup, select, textarea { font-family: inherit; font-size= +: 100%; line-height: 1.15; margin: 0px; } + +button, input { overflow: visible; } + +button, select { text-transform: none; } + +button, [type=3D"button"], [type=3D"reset"], [type=3D"submit"] { appearance= +: button; } + +fieldset { padding: 0.35em 0.75em 0.625em; } + +legend { box-sizing: border-box; color: inherit; display: table; max-width:= + 100%; padding: 0px; white-space: normal; } + +progress { vertical-align: baseline; } + +textarea { overflow: auto; } + +[type=3D"checkbox"], [type=3D"radio"] { box-sizing: border-box; padding: 0p= +x; } + +[type=3D"number"]::-webkit-inner-spin-button, [type=3D"number"]::-webkit-ou= +ter-spin-button { height: auto; } + +[type=3D"search"] { appearance: textfield; outline-offset: -2px; } + +[type=3D"search"]::-webkit-search-decoration { appearance: none; } + +::-webkit-file-upload-button { appearance: button; font: inherit; } + +details { display: block; } + +summary { display: list-item; } + +template { display: none; } + +[hidden] { display: none; } + +.foundation-mq { font-family: "small=3D0em&medium=3D40em&large=3D64em&xlarg= +e=3D75em&xxlarge=3D90em"; } + +html { box-sizing: border-box; font-size: 100%; } + +*, ::before, ::after { box-sizing: inherit; } + +body { margin: 0px; padding: 0px; background: rgb(254, 254, 254); font-fami= +ly: PolitieSans, Arial, sans-serif; font-weight: normal; line-height: 1.5; = +color: HSL(var(--theme-text-color)); -webkit-font-smoothing: antialiased; } + +img { display: inline-block; vertical-align: middle; max-width: 100%; heigh= +t: auto; } + +textarea { height: auto; min-height: 50px; border-radius: 2px; } + +select { box-sizing: border-box; width: 100%; border-radius: 2px; } + +.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .= +mqa-display embed, .mqa-display object { max-width: none !important; } + +button { padding: 0px; appearance: none; border: 0px; border-radius: 2px; b= +ackground: rgba(0, 0, 0, 0); line-height: 1; cursor: auto; } + +[data-whatinput=3D"mouse"] button { outline: 0px; } + +pre { overflow: auto; } + +button, input, optgroup, select, textarea { font-family: inherit; } + +.is-visible { display: block !important; } + +.is-hidden { display: none !important; } + +.grid-container { padding-right: 1.25rem; padding-left: 1.25rem; max-width:= + 75rem; margin: 0px auto; } + +.grid-container.fluid { padding-right: 1.25rem; padding-left: 1.25rem; max-= +width: 100%; margin: 0px auto; } + +.grid-container.full { padding-right: 0px; padding-left: 0px; max-width: 10= +0%; margin: 0px auto; } + +.grid-x { display: flex; -webkit-box-orient: horizontal; -webkit-box-direct= +ion: normal; flex-flow: row wrap; } + +.cell { -webkit-box-flex: 0; flex: 0 0 auto; min-height: 0px; min-width: 0p= +x; width: 100%; } + +.cell.auto { -webkit-box-flex: 1; flex: 1 1 0px; } + +.cell.shrink { -webkit-box-flex: 0; flex: 0 0 auto; } + +.grid-x > .auto { width: auto; } + +.grid-x > .shrink { width: auto; } + +.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x= + > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .g= +rid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-= +9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 { flex-bas= +is: auto; } + +@media print, screen and (min-width: 40em) { + .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .g= +rid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .med= +ium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid= +-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medi= +um-12 { flex-basis: auto; } +} + +@media print, screen and (min-width: 64em) { + .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid= +-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, = +.grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .larg= +e-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 { flex-b= +asis: auto; } +} + +.grid-x > .small-1 { -webkit-box-flex: 0; flex: 0 0 auto; width: 8.33333%; = +} + +.grid-x > .small-2 { -webkit-box-flex: 0; flex: 0 0 auto; width: 16.6667%; = +} + +.grid-x > .small-3 { -webkit-box-flex: 0; flex: 0 0 auto; width: 25%; } + +.grid-x > .small-4 { -webkit-box-flex: 0; flex: 0 0 auto; width: 33.3333%; = +} + +.grid-x > .small-5 { -webkit-box-flex: 0; flex: 0 0 auto; width: 41.6667%; = +} + +.grid-x > .small-6 { -webkit-box-flex: 0; flex: 0 0 auto; width: 50%; } + +.grid-x > .small-7 { -webkit-box-flex: 0; flex: 0 0 auto; width: 58.3333%; = +} + +.grid-x > .small-8 { -webkit-box-flex: 0; flex: 0 0 auto; width: 66.6667%; = +} + +.grid-x > .small-9 { -webkit-box-flex: 0; flex: 0 0 auto; width: 75%; } + +.grid-x > .small-10 { -webkit-box-flex: 0; flex: 0 0 auto; width: 83.3333%;= + } + +.grid-x > .small-11 { -webkit-box-flex: 0; flex: 0 0 auto; width: 91.6667%;= + } + +.grid-x > .small-12 { -webkit-box-flex: 0; flex: 0 0 auto; width: 100%; } + +@media print, screen and (min-width: 40em) { + .grid-x > .medium-auto { -webkit-box-flex: 1; flex: 1 1 0px; width: auto;= + } + .grid-x > .medium-shrink { -webkit-box-flex: 0; flex: 0 0 auto; width: au= +to; } + .grid-x > .medium-1 { -webkit-box-flex: 0; flex: 0 0 auto; width: 8.33333= +%; } + .grid-x > .medium-2 { -webkit-box-flex: 0; flex: 0 0 auto; width: 16.6667= +%; } + .grid-x > .medium-3 { -webkit-box-flex: 0; flex: 0 0 auto; width: 25%; } + .grid-x > .medium-4 { -webkit-box-flex: 0; flex: 0 0 auto; width: 33.3333= +%; } + .grid-x > .medium-5 { -webkit-box-flex: 0; flex: 0 0 auto; width: 41.6667= +%; } + .grid-x > .medium-6 { -webkit-box-flex: 0; flex: 0 0 auto; width: 50%; } + .grid-x > .medium-7 { -webkit-box-flex: 0; flex: 0 0 auto; width: 58.3333= +%; } + .grid-x > .medium-8 { -webkit-box-flex: 0; flex: 0 0 auto; width: 66.6667= +%; } + .grid-x > .medium-9 { -webkit-box-flex: 0; flex: 0 0 auto; width: 75%; } + .grid-x > .medium-10 { -webkit-box-flex: 0; flex: 0 0 auto; width: 83.333= +3%; } + .grid-x > .medium-11 { -webkit-box-flex: 0; flex: 0 0 auto; width: 91.666= +7%; } + .grid-x > .medium-12 { -webkit-box-flex: 0; flex: 0 0 auto; width: 100%; = +} +} + +@media print, screen and (min-width: 64em) { + .grid-x > .large-auto { -webkit-box-flex: 1; flex: 1 1 0px; width: auto; = +} + .grid-x > .large-shrink { -webkit-box-flex: 0; flex: 0 0 auto; width: aut= +o; } + .grid-x > .large-1 { -webkit-box-flex: 0; flex: 0 0 auto; width: 8.33333%= +; } + .grid-x > .large-2 { -webkit-box-flex: 0; flex: 0 0 auto; width: 16.6667%= +; } + .grid-x > .large-3 { -webkit-box-flex: 0; flex: 0 0 auto; width: 25%; } + .grid-x > .large-4 { -webkit-box-flex: 0; flex: 0 0 auto; width: 33.3333%= +; } + .grid-x > .large-5 { -webkit-box-flex: 0; flex: 0 0 auto; width: 41.6667%= +; } + .grid-x > .large-6 { -webkit-box-flex: 0; flex: 0 0 auto; width: 50%; } + .grid-x > .large-7 { -webkit-box-flex: 0; flex: 0 0 auto; width: 58.3333%= +; } + .grid-x > .large-8 { -webkit-box-flex: 0; flex: 0 0 auto; width: 66.6667%= +; } + .grid-x > .large-9 { -webkit-box-flex: 0; flex: 0 0 auto; width: 75%; } + .grid-x > .large-10 { -webkit-box-flex: 0; flex: 0 0 auto; width: 83.3333= +%; } + .grid-x > .large-11 { -webkit-box-flex: 0; flex: 0 0 auto; width: 91.6667= +%; } + .grid-x > .large-12 { -webkit-box-flex: 0; flex: 0 0 auto; width: 100%; } +} + +.grid-margin-x:not(.grid-x) > .cell { width: auto; } + +.grid-margin-y:not(.grid-y) > .cell { height: auto; } + +.grid-margin-x { margin-left: -1.25rem; margin-right: -1.25rem; } + +.grid-margin-x > .cell { width: calc(100% - 2.5rem); margin-left: 1.25rem; = +margin-right: 1.25rem; } + +.grid-margin-x > .auto { width: auto; } + +.grid-margin-x > .shrink { width: auto; } + +.grid-margin-x > .small-1 { width: calc(8.33333% - 2.5rem); } + +.grid-margin-x > .small-2 { width: calc(16.6667% - 2.5rem); } + +.grid-margin-x > .small-3 { width: calc(25% - 2.5rem); } + +.grid-margin-x > .small-4 { width: calc(33.3333% - 2.5rem); } + +.grid-margin-x > .small-5 { width: calc(41.6667% - 2.5rem); } + +.grid-margin-x > .small-6 { width: calc(50% - 2.5rem); } + +.grid-margin-x > .small-7 { width: calc(58.3333% - 2.5rem); } + +.grid-margin-x > .small-8 { width: calc(66.6667% - 2.5rem); } + +.grid-margin-x > .small-9 { width: calc(75% - 2.5rem); } + +.grid-margin-x > .small-10 { width: calc(83.3333% - 2.5rem); } + +.grid-margin-x > .small-11 { width: calc(91.6667% - 2.5rem); } + +.grid-margin-x > .small-12 { width: calc(100% - 2.5rem); } + +@media print, screen and (min-width: 40em) { + .grid-margin-x > .medium-auto { width: auto; } + .grid-margin-x > .medium-shrink { width: auto; } + .grid-margin-x > .medium-1 { width: calc(8.33333% - 2.5rem); } + .grid-margin-x > .medium-2 { width: calc(16.6667% - 2.5rem); } + .grid-margin-x > .medium-3 { width: calc(25% - 2.5rem); } + .grid-margin-x > .medium-4 { width: calc(33.3333% - 2.5rem); } + .grid-margin-x > .medium-5 { width: calc(41.6667% - 2.5rem); } + .grid-margin-x > .medium-6 { width: calc(50% - 2.5rem); } + .grid-margin-x > .medium-7 { width: calc(58.3333% - 2.5rem); } + .grid-margin-x > .medium-8 { width: calc(66.6667% - 2.5rem); } + .grid-margin-x > .medium-9 { width: calc(75% - 2.5rem); } + .grid-margin-x > .medium-10 { width: calc(83.3333% - 2.5rem); } + .grid-margin-x > .medium-11 { width: calc(91.6667% - 2.5rem); } + .grid-margin-x > .medium-12 { width: calc(100% - 2.5rem); } +} + +@media print, screen and (min-width: 64em) { + .grid-margin-x > .large-auto { width: auto; } + .grid-margin-x > .large-shrink { width: auto; } + .grid-margin-x > .large-1 { width: calc(8.33333% - 2.5rem); } + .grid-margin-x > .large-2 { width: calc(16.6667% - 2.5rem); } + .grid-margin-x > .large-3 { width: calc(25% - 2.5rem); } + .grid-margin-x > .large-4 { width: calc(33.3333% - 2.5rem); } + .grid-margin-x > .large-5 { width: calc(41.6667% - 2.5rem); } + .grid-margin-x > .large-6 { width: calc(50% - 2.5rem); } + .grid-margin-x > .large-7 { width: calc(58.3333% - 2.5rem); } + .grid-margin-x > .large-8 { width: calc(66.6667% - 2.5rem); } + .grid-margin-x > .large-9 { width: calc(75% - 2.5rem); } + .grid-margin-x > .large-10 { width: calc(83.3333% - 2.5rem); } + .grid-margin-x > .large-11 { width: calc(91.6667% - 2.5rem); } + .grid-margin-x > .large-12 { width: calc(100% - 2.5rem); } +} + +.grid-padding-x .grid-padding-x { margin-right: -1.25rem; margin-left: -1.2= +5rem; } + +.grid-container:not(.full) > .grid-padding-x { margin-right: -1.25rem; marg= +in-left: -1.25rem; } + +.grid-padding-x > .cell { padding-right: 1.25rem; padding-left: 1.25rem; } + +.small-up-1 > .cell { width: 100%; } + +.small-up-2 > .cell { width: 50%; } + +.small-up-3 > .cell { width: 33.3333%; } + +.small-up-4 > .cell { width: 25%; } + +.small-up-5 > .cell { width: 20%; } + +.small-up-6 > .cell { width: 16.6667%; } + +.small-up-7 > .cell { width: 14.2857%; } + +.small-up-8 > .cell { width: 12.5%; } + +@media print, screen and (min-width: 40em) { + .medium-up-1 > .cell { width: 100%; } + .medium-up-2 > .cell { width: 50%; } + .medium-up-3 > .cell { width: 33.3333%; } + .medium-up-4 > .cell { width: 25%; } + .medium-up-5 > .cell { width: 20%; } + .medium-up-6 > .cell { width: 16.6667%; } + .medium-up-7 > .cell { width: 14.2857%; } + .medium-up-8 > .cell { width: 12.5%; } +} + +@media print, screen and (min-width: 64em) { + .large-up-1 > .cell { width: 100%; } + .large-up-2 > .cell { width: 50%; } + .large-up-3 > .cell { width: 33.3333%; } + .large-up-4 > .cell { width: 25%; } + .large-up-5 > .cell { width: 20%; } + .large-up-6 > .cell { width: 16.6667%; } + .large-up-7 > .cell { width: 14.2857%; } + .large-up-8 > .cell { width: 12.5%; } +} + +.grid-margin-x.small-up-1 > .cell { width: calc(100% - 2.5rem); } + +.grid-margin-x.small-up-2 > .cell { width: calc(50% - 2.5rem); } + +.grid-margin-x.small-up-3 > .cell { width: calc(33.3333% - 2.5rem); } + +.grid-margin-x.small-up-4 > .cell { width: calc(25% - 2.5rem); } + +.grid-margin-x.small-up-5 > .cell { width: calc(20% - 2.5rem); } + +.grid-margin-x.small-up-6 > .cell { width: calc(16.6667% - 2.5rem); } + +.grid-margin-x.small-up-7 > .cell { width: calc(14.2857% - 2.5rem); } + +.grid-margin-x.small-up-8 > .cell { width: calc(12.5% - 2.5rem); } + +@media print, screen and (min-width: 40em) { + .grid-margin-x.medium-up-1 > .cell { width: calc(100% - 2.5rem); } + .grid-margin-x.medium-up-2 > .cell { width: calc(50% - 2.5rem); } + .grid-margin-x.medium-up-3 > .cell { width: calc(33.3333% - 2.5rem); } + .grid-margin-x.medium-up-4 > .cell { width: calc(25% - 2.5rem); } + .grid-margin-x.medium-up-5 > .cell { width: calc(20% - 2.5rem); } + .grid-margin-x.medium-up-6 > .cell { width: calc(16.6667% - 2.5rem); } + .grid-margin-x.medium-up-7 > .cell { width: calc(14.2857% - 2.5rem); } + .grid-margin-x.medium-up-8 > .cell { width: calc(12.5% - 2.5rem); } +} + +@media print, screen and (min-width: 64em) { + .grid-margin-x.large-up-1 > .cell { width: calc(100% - 2.5rem); } + .grid-margin-x.large-up-2 > .cell { width: calc(50% - 2.5rem); } + .grid-margin-x.large-up-3 > .cell { width: calc(33.3333% - 2.5rem); } + .grid-margin-x.large-up-4 > .cell { width: calc(25% - 2.5rem); } + .grid-margin-x.large-up-5 > .cell { width: calc(20% - 2.5rem); } + .grid-margin-x.large-up-6 > .cell { width: calc(16.6667% - 2.5rem); } + .grid-margin-x.large-up-7 > .cell { width: calc(14.2857% - 2.5rem); } + .grid-margin-x.large-up-8 > .cell { width: calc(12.5% - 2.5rem); } +} + +.small-margin-collapse { margin-right: 0px; margin-left: 0px; } + +.small-margin-collapse > .cell { margin-right: 0px; margin-left: 0px; } + +.small-margin-collapse > .small-1 { width: 8.33333%; } + +.small-margin-collapse > .small-2 { width: 16.6667%; } + +.small-margin-collapse > .small-3 { width: 25%; } + +.small-margin-collapse > .small-4 { width: 33.3333%; } + +.small-margin-collapse > .small-5 { width: 41.6667%; } + +.small-margin-collapse > .small-6 { width: 50%; } + +.small-margin-collapse > .small-7 { width: 58.3333%; } + +.small-margin-collapse > .small-8 { width: 66.6667%; } + +.small-margin-collapse > .small-9 { width: 75%; } + +.small-margin-collapse > .small-10 { width: 83.3333%; } + +.small-margin-collapse > .small-11 { width: 91.6667%; } + +.small-margin-collapse > .small-12 { width: 100%; } + +@media print, screen and (min-width: 40em) { + .small-margin-collapse > .medium-1 { width: 8.33333%; } + .small-margin-collapse > .medium-2 { width: 16.6667%; } + .small-margin-collapse > .medium-3 { width: 25%; } + .small-margin-collapse > .medium-4 { width: 33.3333%; } + .small-margin-collapse > .medium-5 { width: 41.6667%; } + .small-margin-collapse > .medium-6 { width: 50%; } + .small-margin-collapse > .medium-7 { width: 58.3333%; } + .small-margin-collapse > .medium-8 { width: 66.6667%; } + .small-margin-collapse > .medium-9 { width: 75%; } + .small-margin-collapse > .medium-10 { width: 83.3333%; } + .small-margin-collapse > .medium-11 { width: 91.6667%; } + .small-margin-collapse > .medium-12 { width: 100%; } +} + +@media print, screen and (min-width: 64em) { + .small-margin-collapse > .large-1 { width: 8.33333%; } + .small-margin-collapse > .large-2 { width: 16.6667%; } + .small-margin-collapse > .large-3 { width: 25%; } + .small-margin-collapse > .large-4 { width: 33.3333%; } + .small-margin-collapse > .large-5 { width: 41.6667%; } + .small-margin-collapse > .large-6 { width: 50%; } + .small-margin-collapse > .large-7 { width: 58.3333%; } + .small-margin-collapse > .large-8 { width: 66.6667%; } + .small-margin-collapse > .large-9 { width: 75%; } + .small-margin-collapse > .large-10 { width: 83.3333%; } + .small-margin-collapse > .large-11 { width: 91.6667%; } + .small-margin-collapse > .large-12 { width: 100%; } +} + +.small-padding-collapse { margin-right: 0px; margin-left: 0px; } + +.small-padding-collapse > .cell { padding-right: 0px; padding-left: 0px; } + +@media print, screen and (min-width: 40em) { + .medium-margin-collapse { margin-right: 0px; margin-left: 0px; } + .medium-margin-collapse > .cell { margin-right: 0px; margin-left: 0px; } +} + +@media print, screen and (min-width: 40em) { + .medium-margin-collapse > .small-1 { width: 8.33333%; } + .medium-margin-collapse > .small-2 { width: 16.6667%; } + .medium-margin-collapse > .small-3 { width: 25%; } + .medium-margin-collapse > .small-4 { width: 33.3333%; } + .medium-margin-collapse > .small-5 { width: 41.6667%; } + .medium-margin-collapse > .small-6 { width: 50%; } + .medium-margin-collapse > .small-7 { width: 58.3333%; } + .medium-margin-collapse > .small-8 { width: 66.6667%; } + .medium-margin-collapse > .small-9 { width: 75%; } + .medium-margin-collapse > .small-10 { width: 83.3333%; } + .medium-margin-collapse > .small-11 { width: 91.6667%; } + .medium-margin-collapse > .small-12 { width: 100%; } +} + +@media print, screen and (min-width: 40em) { + .medium-margin-collapse > .medium-1 { width: 8.33333%; } + .medium-margin-collapse > .medium-2 { width: 16.6667%; } + .medium-margin-collapse > .medium-3 { width: 25%; } + .medium-margin-collapse > .medium-4 { width: 33.3333%; } + .medium-margin-collapse > .medium-5 { width: 41.6667%; } + .medium-margin-collapse > .medium-6 { width: 50%; } + .medium-margin-collapse > .medium-7 { width: 58.3333%; } + .medium-margin-collapse > .medium-8 { width: 66.6667%; } + .medium-margin-collapse > .medium-9 { width: 75%; } + .medium-margin-collapse > .medium-10 { width: 83.3333%; } + .medium-margin-collapse > .medium-11 { width: 91.6667%; } + .medium-margin-collapse > .medium-12 { width: 100%; } +} + +@media print, screen and (min-width: 64em) { + .medium-margin-collapse > .large-1 { width: 8.33333%; } + .medium-margin-collapse > .large-2 { width: 16.6667%; } + .medium-margin-collapse > .large-3 { width: 25%; } + .medium-margin-collapse > .large-4 { width: 33.3333%; } + .medium-margin-collapse > .large-5 { width: 41.6667%; } + .medium-margin-collapse > .large-6 { width: 50%; } + .medium-margin-collapse > .large-7 { width: 58.3333%; } + .medium-margin-collapse > .large-8 { width: 66.6667%; } + .medium-margin-collapse > .large-9 { width: 75%; } + .medium-margin-collapse > .large-10 { width: 83.3333%; } + .medium-margin-collapse > .large-11 { width: 91.6667%; } + .medium-margin-collapse > .large-12 { width: 100%; } +} + +@media print, screen and (min-width: 40em) { + .medium-padding-collapse { margin-right: 0px; margin-left: 0px; } + .medium-padding-collapse > .cell { padding-right: 0px; padding-left: 0px;= + } +} + +@media print, screen and (min-width: 64em) { + .large-margin-collapse { margin-right: 0px; margin-left: 0px; } + .large-margin-collapse > .cell { margin-right: 0px; margin-left: 0px; } +} + +@media print, screen and (min-width: 64em) { + .large-margin-collapse > .small-1 { width: 8.33333%; } + .large-margin-collapse > .small-2 { width: 16.6667%; } + .large-margin-collapse > .small-3 { width: 25%; } + .large-margin-collapse > .small-4 { width: 33.3333%; } + .large-margin-collapse > .small-5 { width: 41.6667%; } + .large-margin-collapse > .small-6 { width: 50%; } + .large-margin-collapse > .small-7 { width: 58.3333%; } + .large-margin-collapse > .small-8 { width: 66.6667%; } + .large-margin-collapse > .small-9 { width: 75%; } + .large-margin-collapse > .small-10 { width: 83.3333%; } + .large-margin-collapse > .small-11 { width: 91.6667%; } + .large-margin-collapse > .small-12 { width: 100%; } +} + +@media print, screen and (min-width: 64em) { + .large-margin-collapse > .medium-1 { width: 8.33333%; } + .large-margin-collapse > .medium-2 { width: 16.6667%; } + .large-margin-collapse > .medium-3 { width: 25%; } + .large-margin-collapse > .medium-4 { width: 33.3333%; } + .large-margin-collapse > .medium-5 { width: 41.6667%; } + .large-margin-collapse > .medium-6 { width: 50%; } + .large-margin-collapse > .medium-7 { width: 58.3333%; } + .large-margin-collapse > .medium-8 { width: 66.6667%; } + .large-margin-collapse > .medium-9 { width: 75%; } + .large-margin-collapse > .medium-10 { width: 83.3333%; } + .large-margin-collapse > .medium-11 { width: 91.6667%; } + .large-margin-collapse > .medium-12 { width: 100%; } +} + +@media print, screen and (min-width: 64em) { + .large-margin-collapse > .large-1 { width: 8.33333%; } + .large-margin-collapse > .large-2 { width: 16.6667%; } + .large-margin-collapse > .large-3 { width: 25%; } + .large-margin-collapse > .large-4 { width: 33.3333%; } + .large-margin-collapse > .large-5 { width: 41.6667%; } + .large-margin-collapse > .large-6 { width: 50%; } + .large-margin-collapse > .large-7 { width: 58.3333%; } + .large-margin-collapse > .large-8 { width: 66.6667%; } + .large-margin-collapse > .large-9 { width: 75%; } + .large-margin-collapse > .large-10 { width: 83.3333%; } + .large-margin-collapse > .large-11 { width: 91.6667%; } + .large-margin-collapse > .large-12 { width: 100%; } +} + +@media print, screen and (min-width: 64em) { + .large-padding-collapse { margin-right: 0px; margin-left: 0px; } + .large-padding-collapse > .cell { padding-right: 0px; padding-left: 0px; = +} +} + +.small-offset-0 { margin-left: 0%; } + +.grid-margin-x > .small-offset-0 { margin-left: calc(0% + 1.25rem); } + +.small-offset-1 { margin-left: 8.33333%; } + +.grid-margin-x > .small-offset-1 { margin-left: calc(8.33333% + 1.25rem); } + +.small-offset-2 { margin-left: 16.6667%; } + +.grid-margin-x > .small-offset-2 { margin-left: calc(16.6667% + 1.25rem); } + +.small-offset-3 { margin-left: 25%; } + +.grid-margin-x > .small-offset-3 { margin-left: calc(25% + 1.25rem); } + +.small-offset-4 { margin-left: 33.3333%; } + +.grid-margin-x > .small-offset-4 { margin-left: calc(33.3333% + 1.25rem); } + +.small-offset-5 { margin-left: 41.6667%; } + +.grid-margin-x > .small-offset-5 { margin-left: calc(41.6667% + 1.25rem); } + +.small-offset-6 { margin-left: 50%; } + +.grid-margin-x > .small-offset-6 { margin-left: calc(50% + 1.25rem); } + +.small-offset-7 { margin-left: 58.3333%; } + +.grid-margin-x > .small-offset-7 { margin-left: calc(58.3333% + 1.25rem); } + +.small-offset-8 { margin-left: 66.6667%; } + +.grid-margin-x > .small-offset-8 { margin-left: calc(66.6667% + 1.25rem); } + +.small-offset-9 { margin-left: 75%; } + +.grid-margin-x > .small-offset-9 { margin-left: calc(75% + 1.25rem); } + +.small-offset-10 { margin-left: 83.3333%; } + +.grid-margin-x > .small-offset-10 { margin-left: calc(83.3333% + 1.25rem); = +} + +.small-offset-11 { margin-left: 91.6667%; } + +.grid-margin-x > .small-offset-11 { margin-left: calc(91.6667% + 1.25rem); = +} + +@media print, screen and (min-width: 40em) { + .medium-offset-0 { margin-left: 0%; } + .grid-margin-x > .medium-offset-0 { margin-left: calc(0% + 1.25rem); } + .medium-offset-1 { margin-left: 8.33333%; } + .grid-margin-x > .medium-offset-1 { margin-left: calc(8.33333% + 1.25rem)= +; } + .medium-offset-2 { margin-left: 16.6667%; } + .grid-margin-x > .medium-offset-2 { margin-left: calc(16.6667% + 1.25rem)= +; } + .medium-offset-3 { margin-left: 25%; } + .grid-margin-x > .medium-offset-3 { margin-left: calc(25% + 1.25rem); } + .medium-offset-4 { margin-left: 33.3333%; } + .grid-margin-x > .medium-offset-4 { margin-left: calc(33.3333% + 1.25rem)= +; } + .medium-offset-5 { margin-left: 41.6667%; } + .grid-margin-x > .medium-offset-5 { margin-left: calc(41.6667% + 1.25rem)= +; } + .medium-offset-6 { margin-left: 50%; } + .grid-margin-x > .medium-offset-6 { margin-left: calc(50% + 1.25rem); } + .medium-offset-7 { margin-left: 58.3333%; } + .grid-margin-x > .medium-offset-7 { margin-left: calc(58.3333% + 1.25rem)= +; } + .medium-offset-8 { margin-left: 66.6667%; } + .grid-margin-x > .medium-offset-8 { margin-left: calc(66.6667% + 1.25rem)= +; } + .medium-offset-9 { margin-left: 75%; } + .grid-margin-x > .medium-offset-9 { margin-left: calc(75% + 1.25rem); } + .medium-offset-10 { margin-left: 83.3333%; } + .grid-margin-x > .medium-offset-10 { margin-left: calc(83.3333% + 1.25rem= +); } + .medium-offset-11 { margin-left: 91.6667%; } + .grid-margin-x > .medium-offset-11 { margin-left: calc(91.6667% + 1.25rem= +); } +} + +@media print, screen and (min-width: 64em) { + .large-offset-0 { margin-left: 0%; } + .grid-margin-x > .large-offset-0 { margin-left: calc(0% + 1.25rem); } + .large-offset-1 { margin-left: 8.33333%; } + .grid-margin-x > .large-offset-1 { margin-left: calc(8.33333% + 1.25rem);= + } + .large-offset-2 { margin-left: 16.6667%; } + .grid-margin-x > .large-offset-2 { margin-left: calc(16.6667% + 1.25rem);= + } + .large-offset-3 { margin-left: 25%; } + .grid-margin-x > .large-offset-3 { margin-left: calc(25% + 1.25rem); } + .large-offset-4 { margin-left: 33.3333%; } + .grid-margin-x > .large-offset-4 { margin-left: calc(33.3333% + 1.25rem);= + } + .large-offset-5 { margin-left: 41.6667%; } + .grid-margin-x > .large-offset-5 { margin-left: calc(41.6667% + 1.25rem);= + } + .large-offset-6 { margin-left: 50%; } + .grid-margin-x > .large-offset-6 { margin-left: calc(50% + 1.25rem); } + .large-offset-7 { margin-left: 58.3333%; } + .grid-margin-x > .large-offset-7 { margin-left: calc(58.3333% + 1.25rem);= + } + .large-offset-8 { margin-left: 66.6667%; } + .grid-margin-x > .large-offset-8 { margin-left: calc(66.6667% + 1.25rem);= + } + .large-offset-9 { margin-left: 75%; } + .grid-margin-x > .large-offset-9 { margin-left: calc(75% + 1.25rem); } + .large-offset-10 { margin-left: 83.3333%; } + .grid-margin-x > .large-offset-10 { margin-left: calc(83.3333% + 1.25rem)= +; } + .large-offset-11 { margin-left: 91.6667%; } + .grid-margin-x > .large-offset-11 { margin-left: calc(91.6667% + 1.25rem)= +; } +} + +.grid-y { display: flex; -webkit-box-orient: vertical; -webkit-box-directio= +n: normal; flex-flow: column nowrap; } + +.grid-y > .cell { width: auto; max-width: none; } + +.grid-y > .auto { height: auto; } + +.grid-y > .shrink { height: auto; } + +.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y= + > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .g= +rid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-= +9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 { flex-bas= +is: auto; } + +@media print, screen and (min-width: 40em) { + .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .g= +rid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .med= +ium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid= +-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medi= +um-12 { flex-basis: auto; } +} + +@media print, screen and (min-width: 64em) { + .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid= +-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, = +.grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .larg= +e-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 { flex-b= +asis: auto; } +} + +.grid-y > .small-1 { height: 8.33333%; } + +.grid-y > .small-2 { height: 16.6667%; } + +.grid-y > .small-3 { height: 25%; } + +.grid-y > .small-4 { height: 33.3333%; } + +.grid-y > .small-5 { height: 41.6667%; } + +.grid-y > .small-6 { height: 50%; } + +.grid-y > .small-7 { height: 58.3333%; } + +.grid-y > .small-8 { height: 66.6667%; } + +.grid-y > .small-9 { height: 75%; } + +.grid-y > .small-10 { height: 83.3333%; } + +.grid-y > .small-11 { height: 91.6667%; } + +.grid-y > .small-12 { height: 100%; } + +@media print, screen and (min-width: 40em) { + .grid-y > .medium-auto { -webkit-box-flex: 1; flex: 1 1 0px; height: auto= +; } + .grid-y > .medium-shrink { height: auto; } + .grid-y > .medium-1 { height: 8.33333%; } + .grid-y > .medium-2 { height: 16.6667%; } + .grid-y > .medium-3 { height: 25%; } + .grid-y > .medium-4 { height: 33.3333%; } + .grid-y > .medium-5 { height: 41.6667%; } + .grid-y > .medium-6 { height: 50%; } + .grid-y > .medium-7 { height: 58.3333%; } + .grid-y > .medium-8 { height: 66.6667%; } + .grid-y > .medium-9 { height: 75%; } + .grid-y > .medium-10 { height: 83.3333%; } + .grid-y > .medium-11 { height: 91.6667%; } + .grid-y > .medium-12 { height: 100%; } +} + +@media print, screen and (min-width: 64em) { + .grid-y > .large-auto { -webkit-box-flex: 1; flex: 1 1 0px; height: auto;= + } + .grid-y > .large-shrink { height: auto; } + .grid-y > .large-1 { height: 8.33333%; } + .grid-y > .large-2 { height: 16.6667%; } + .grid-y > .large-3 { height: 25%; } + .grid-y > .large-4 { height: 33.3333%; } + .grid-y > .large-5 { height: 41.6667%; } + .grid-y > .large-6 { height: 50%; } + .grid-y > .large-7 { height: 58.3333%; } + .grid-y > .large-8 { height: 66.6667%; } + .grid-y > .large-9 { height: 75%; } + .grid-y > .large-10 { height: 83.3333%; } + .grid-y > .large-11 { height: 91.6667%; } + .grid-y > .large-12 { height: 100%; } +} + +.grid-padding-y .grid-padding-y { margin-top: -1.25rem; margin-bottom: -1.2= +5rem; } + +.grid-padding-y > .cell { padding-top: 1.25rem; padding-bottom: 1.25rem; } + +.grid-margin-y { margin-top: -1.25rem; margin-bottom: -1.25rem; } + +.grid-margin-y > .cell { height: calc(100% - 2.5rem); margin-top: 1.25rem; = +margin-bottom: 1.25rem; } + +.grid-margin-y > .auto { height: auto; } + +.grid-margin-y > .shrink { height: auto; } + +.grid-margin-y > .small-1 { height: calc(8.33333% - 2.5rem); } + +.grid-margin-y > .small-2 { height: calc(16.6667% - 2.5rem); } + +.grid-margin-y > .small-3 { height: calc(25% - 2.5rem); } + +.grid-margin-y > .small-4 { height: calc(33.3333% - 2.5rem); } + +.grid-margin-y > .small-5 { height: calc(41.6667% - 2.5rem); } + +.grid-margin-y > .small-6 { height: calc(50% - 2.5rem); } + +.grid-margin-y > .small-7 { height: calc(58.3333% - 2.5rem); } + +.grid-margin-y > .small-8 { height: calc(66.6667% - 2.5rem); } + +.grid-margin-y > .small-9 { height: calc(75% - 2.5rem); } + +.grid-margin-y > .small-10 { height: calc(83.3333% - 2.5rem); } + +.grid-margin-y > .small-11 { height: calc(91.6667% - 2.5rem); } + +.grid-margin-y > .small-12 { height: calc(100% - 2.5rem); } + +@media print, screen and (min-width: 40em) { + .grid-margin-y > .medium-auto { height: auto; } + .grid-margin-y > .medium-shrink { height: auto; } + .grid-margin-y > .medium-1 { height: calc(8.33333% - 2.5rem); } + .grid-margin-y > .medium-2 { height: calc(16.6667% - 2.5rem); } + .grid-margin-y > .medium-3 { height: calc(25% - 2.5rem); } + .grid-margin-y > .medium-4 { height: calc(33.3333% - 2.5rem); } + .grid-margin-y > .medium-5 { height: calc(41.6667% - 2.5rem); } + .grid-margin-y > .medium-6 { height: calc(50% - 2.5rem); } + .grid-margin-y > .medium-7 { height: calc(58.3333% - 2.5rem); } + .grid-margin-y > .medium-8 { height: calc(66.6667% - 2.5rem); } + .grid-margin-y > .medium-9 { height: calc(75% - 2.5rem); } + .grid-margin-y > .medium-10 { height: calc(83.3333% - 2.5rem); } + .grid-margin-y > .medium-11 { height: calc(91.6667% - 2.5rem); } + .grid-margin-y > .medium-12 { height: calc(100% - 2.5rem); } +} + +@media print, screen and (min-width: 64em) { + .grid-margin-y > .large-auto { height: auto; } + .grid-margin-y > .large-shrink { height: auto; } + .grid-margin-y > .large-1 { height: calc(8.33333% - 2.5rem); } + .grid-margin-y > .large-2 { height: calc(16.6667% - 2.5rem); } + .grid-margin-y > .large-3 { height: calc(25% - 2.5rem); } + .grid-margin-y > .large-4 { height: calc(33.3333% - 2.5rem); } + .grid-margin-y > .large-5 { height: calc(41.6667% - 2.5rem); } + .grid-margin-y > .large-6 { height: calc(50% - 2.5rem); } + .grid-margin-y > .large-7 { height: calc(58.3333% - 2.5rem); } + .grid-margin-y > .large-8 { height: calc(66.6667% - 2.5rem); } + .grid-margin-y > .large-9 { height: calc(75% - 2.5rem); } + .grid-margin-y > .large-10 { height: calc(83.3333% - 2.5rem); } + .grid-margin-y > .large-11 { height: calc(91.6667% - 2.5rem); } + .grid-margin-y > .large-12 { height: calc(100% - 2.5rem); } +} + +.grid-frame { overflow: hidden; position: relative; flex-wrap: nowrap; -web= +kit-box-align: stretch; align-items: stretch; width: 100vw; } + +.cell .grid-frame { width: 100%; } + +.cell-block { overflow-x: auto; max-width: 100%; } + +.cell-block-y { overflow-y: auto; max-height: 100%; min-height: 100%; } + +.cell-block-container { display: flex; -webkit-box-orient: vertical; -webki= +t-box-direction: normal; flex-direction: column; max-height: 100%; } + +.cell-block-container > .grid-x { max-height: 100%; flex-wrap: nowrap; } + +@media print, screen and (min-width: 40em) { + .medium-grid-frame { overflow: hidden; position: relative; flex-wrap: now= +rap; -webkit-box-align: stretch; align-items: stretch; width: 100vw; } + .cell .medium-grid-frame { width: 100%; } + .medium-cell-block { overflow-x: auto; max-width: 100%; } + .medium-cell-block-container { display: flex; -webkit-box-orient: vertica= +l; -webkit-box-direction: normal; flex-direction: column; max-height: 100%;= + } + .medium-cell-block-container > .grid-x { max-height: 100%; flex-wrap: now= +rap; } + .medium-cell-block-y { overflow-y: auto; max-height: 100%; min-height: 10= +0%; } +} + +@media print, screen and (min-width: 64em) { + .large-grid-frame { overflow: hidden; position: relative; flex-wrap: nowr= +ap; -webkit-box-align: stretch; align-items: stretch; width: 100vw; } + .cell .large-grid-frame { width: 100%; } + .large-cell-block { overflow-x: auto; max-width: 100%; } + .large-cell-block-container { display: flex; -webkit-box-orient: vertical= +; -webkit-box-direction: normal; flex-direction: column; max-height: 100%; = +} + .large-cell-block-container > .grid-x { max-height: 100%; flex-wrap: nowr= +ap; } + .large-cell-block-y { overflow-y: auto; max-height: 100%; min-height: 100= +%; } +} + +.grid-y.grid-frame { width: auto; overflow: hidden; position: relative; fle= +x-wrap: nowrap; -webkit-box-align: stretch; align-items: stretch; height: 1= +00vh; } + +@media print, screen and (min-width: 40em) { + .grid-y.medium-grid-frame { width: auto; overflow: hidden; position: rela= +tive; flex-wrap: nowrap; -webkit-box-align: stretch; align-items: stretch; = +height: 100vh; } +} + +@media print, screen and (min-width: 64em) { + .grid-y.large-grid-frame { width: auto; overflow: hidden; position: relat= +ive; flex-wrap: nowrap; -webkit-box-align: stretch; align-items: stretch; h= +eight: 100vh; } +} + +.cell .grid-y.grid-frame { height: 100%; } + +@media print, screen and (min-width: 40em) { + .cell .grid-y.medium-grid-frame { height: 100%; } +} + +@media print, screen and (min-width: 64em) { + .cell .grid-y.large-grid-frame { height: 100%; } +} + +.grid-margin-y { margin-top: -1.25rem; margin-bottom: -1.25rem; } + +.grid-margin-y > .cell { height: calc(100% - 2.5rem); margin-top: 1.25rem; = +margin-bottom: 1.25rem; } + +.grid-margin-y > .auto { height: auto; } + +.grid-margin-y > .shrink { height: auto; } + +.grid-margin-y > .small-1 { height: calc(8.33333% - 2.5rem); } + +.grid-margin-y > .small-2 { height: calc(16.6667% - 2.5rem); } + +.grid-margin-y > .small-3 { height: calc(25% - 2.5rem); } + +.grid-margin-y > .small-4 { height: calc(33.3333% - 2.5rem); } + +.grid-margin-y > .small-5 { height: calc(41.6667% - 2.5rem); } + +.grid-margin-y > .small-6 { height: calc(50% - 2.5rem); } + +.grid-margin-y > .small-7 { height: calc(58.3333% - 2.5rem); } + +.grid-margin-y > .small-8 { height: calc(66.6667% - 2.5rem); } + +.grid-margin-y > .small-9 { height: calc(75% - 2.5rem); } + +.grid-margin-y > .small-10 { height: calc(83.3333% - 2.5rem); } + +.grid-margin-y > .small-11 { height: calc(91.6667% - 2.5rem); } + +.grid-margin-y > .small-12 { height: calc(100% - 2.5rem); } + +@media print, screen and (min-width: 40em) { + .grid-margin-y > .medium-auto { height: auto; } + .grid-margin-y > .medium-shrink { height: auto; } + .grid-margin-y > .medium-1 { height: calc(8.33333% - 2.5rem); } + .grid-margin-y > .medium-2 { height: calc(16.6667% - 2.5rem); } + .grid-margin-y > .medium-3 { height: calc(25% - 2.5rem); } + .grid-margin-y > .medium-4 { height: calc(33.3333% - 2.5rem); } + .grid-margin-y > .medium-5 { height: calc(41.6667% - 2.5rem); } + .grid-margin-y > .medium-6 { height: calc(50% - 2.5rem); } + .grid-margin-y > .medium-7 { height: calc(58.3333% - 2.5rem); } + .grid-margin-y > .medium-8 { height: calc(66.6667% - 2.5rem); } + .grid-margin-y > .medium-9 { height: calc(75% - 2.5rem); } + .grid-margin-y > .medium-10 { height: calc(83.3333% - 2.5rem); } + .grid-margin-y > .medium-11 { height: calc(91.6667% - 2.5rem); } + .grid-margin-y > .medium-12 { height: calc(100% - 2.5rem); } +} + +@media print, screen and (min-width: 64em) { + .grid-margin-y > .large-auto { height: auto; } + .grid-margin-y > .large-shrink { height: auto; } + .grid-margin-y > .large-1 { height: calc(8.33333% - 2.5rem); } + .grid-margin-y > .large-2 { height: calc(16.6667% - 2.5rem); } + .grid-margin-y > .large-3 { height: calc(25% - 2.5rem); } + .grid-margin-y > .large-4 { height: calc(33.3333% - 2.5rem); } + .grid-margin-y > .large-5 { height: calc(41.6667% - 2.5rem); } + .grid-margin-y > .large-6 { height: calc(50% - 2.5rem); } + .grid-margin-y > .large-7 { height: calc(58.3333% - 2.5rem); } + .grid-margin-y > .large-8 { height: calc(66.6667% - 2.5rem); } + .grid-margin-y > .large-9 { height: calc(75% - 2.5rem); } + .grid-margin-y > .large-10 { height: calc(83.3333% - 2.5rem); } + .grid-margin-y > .large-11 { height: calc(91.6667% - 2.5rem); } + .grid-margin-y > .large-12 { height: calc(100% - 2.5rem); } +} + +.grid-frame.grid-margin-y { height: calc(100vh + 2.5rem); } + +@media print, screen and (min-width: 40em) { + .grid-frame.grid-margin-y { height: calc(100vh + 2.5rem); } +} + +@media print, screen and (min-width: 64em) { + .grid-frame.grid-margin-y { height: calc(100vh + 2.5rem); } +} + +@media print, screen and (min-width: 40em) { + .grid-margin-y.medium-grid-frame { height: calc(100vh + 2.5rem); } +} + +@media print, screen and (min-width: 64em) { + .grid-margin-y.large-grid-frame { height: calc(100vh + 2.5rem); } +} + +.align-left { -webkit-box-pack: start; justify-content: flex-start; } + +.align-right { -webkit-box-pack: end; justify-content: flex-end; } + +.align-center { -webkit-box-pack: center; justify-content: center; } + +.align-justify { -webkit-box-pack: justify; justify-content: space-between;= + } + +.align-spaced { justify-content: space-around; } + +.align-left.vertical.menu > li > a { -webkit-box-pack: start; justify-conte= +nt: flex-start; } + +.align-right.vertical.menu > li > a { -webkit-box-pack: end; justify-conten= +t: flex-end; } + +.align-center.vertical.menu > li > a { -webkit-box-pack: center; justify-co= +ntent: center; } + +.align-top { -webkit-box-align: start; align-items: flex-start; } + +.align-self-top { align-self: flex-start; } + +.align-bottom { -webkit-box-align: end; align-items: flex-end; } + +.align-self-bottom { align-self: flex-end; } + +.align-middle { -webkit-box-align: center; align-items: center; } + +.align-self-middle { align-self: center; } + +.align-stretch { -webkit-box-align: stretch; align-items: stretch; } + +.align-self-stretch { align-self: stretch; } + +.align-center-middle { -webkit-box-pack: center; place-content: center; -we= +bkit-box-align: center; align-items: center; } + +.small-order-1 { -webkit-box-ordinal-group: 2; order: 1; } + +.small-order-2 { -webkit-box-ordinal-group: 3; order: 2; } + +.small-order-3 { -webkit-box-ordinal-group: 4; order: 3; } + +.small-order-4 { -webkit-box-ordinal-group: 5; order: 4; } + +.small-order-5 { -webkit-box-ordinal-group: 6; order: 5; } + +.small-order-6 { -webkit-box-ordinal-group: 7; order: 6; } + +@media print, screen and (min-width: 40em) { + .medium-order-1 { -webkit-box-ordinal-group: 2; order: 1; } + .medium-order-2 { -webkit-box-ordinal-group: 3; order: 2; } + .medium-order-3 { -webkit-box-ordinal-group: 4; order: 3; } + .medium-order-4 { -webkit-box-ordinal-group: 5; order: 4; } + .medium-order-5 { -webkit-box-ordinal-group: 6; order: 5; } + .medium-order-6 { -webkit-box-ordinal-group: 7; order: 6; } +} + +@media print, screen and (min-width: 64em) { + .large-order-1 { -webkit-box-ordinal-group: 2; order: 1; } + .large-order-2 { -webkit-box-ordinal-group: 3; order: 2; } + .large-order-3 { -webkit-box-ordinal-group: 4; order: 3; } + .large-order-4 { -webkit-box-ordinal-group: 5; order: 4; } + .large-order-5 { -webkit-box-ordinal-group: 6; order: 5; } + .large-order-6 { -webkit-box-ordinal-group: 7; order: 6; } +} + +.flex-container { display: flex; } + +.flex-child-auto { -webkit-box-flex: 1; flex: 1 1 auto; } + +.flex-child-grow { -webkit-box-flex: 1; flex: 1 0 auto; } + +.flex-child-shrink { -webkit-box-flex: 0; flex: 0 1 auto; } + +.flex-dir-row { -webkit-box-orient: horizontal; -webkit-box-direction: norm= +al; flex-direction: row; } + +.flex-dir-row-reverse { -webkit-box-orient: horizontal; -webkit-box-directi= +on: reverse; flex-direction: row-reverse; } + +.flex-dir-column { -webkit-box-orient: vertical; -webkit-box-direction: nor= +mal; flex-direction: column; } + +.flex-dir-column-reverse { -webkit-box-orient: vertical; -webkit-box-direct= +ion: reverse; flex-direction: column-reverse; } + +@media print, screen and (min-width: 40em) { + .medium-flex-container { display: flex; } + .medium-flex-child-auto { -webkit-box-flex: 1; flex: 1 1 auto; } + .medium-flex-child-grow { -webkit-box-flex: 1; flex: 1 0 auto; } + .medium-flex-child-shrink { -webkit-box-flex: 0; flex: 0 1 auto; } + .medium-flex-dir-row { -webkit-box-orient: horizontal; -webkit-box-direct= +ion: normal; flex-direction: row; } + .medium-flex-dir-row-reverse { -webkit-box-orient: horizontal; -webkit-bo= +x-direction: reverse; flex-direction: row-reverse; } + .medium-flex-dir-column { -webkit-box-orient: vertical; -webkit-box-direc= +tion: normal; flex-direction: column; } + .medium-flex-dir-column-reverse { -webkit-box-orient: vertical; -webkit-b= +ox-direction: reverse; flex-direction: column-reverse; } +} + +@media print, screen and (min-width: 64em) { + .large-flex-container { display: flex; } + .large-flex-child-auto { -webkit-box-flex: 1; flex: 1 1 auto; } + .large-flex-child-grow { -webkit-box-flex: 1; flex: 1 0 auto; } + .large-flex-child-shrink { -webkit-box-flex: 0; flex: 0 1 auto; } + .large-flex-dir-row { -webkit-box-orient: horizontal; -webkit-box-directi= +on: normal; flex-direction: row; } + .large-flex-dir-row-reverse { -webkit-box-orient: horizontal; -webkit-box= +-direction: reverse; flex-direction: row-reverse; } + .large-flex-dir-column { -webkit-box-orient: vertical; -webkit-box-direct= +ion: normal; flex-direction: column; } + .large-flex-dir-column-reverse { -webkit-box-orient: vertical; -webkit-bo= +x-direction: reverse; flex-direction: column-reverse; } +} + +div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquo= +te, th, td { margin: 0px; padding: 0px; } + +p { margin-bottom: 1.375rem; font-size: inherit; line-height: 1.6; text-ren= +dering: optimizelegibility; } + +em, i { font-style: italic; line-height: inherit; } + +strong, b { font-weight: bold; line-height: inherit; } + +small { font-size: 80%; line-height: inherit; } + +h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-family: Politie= +Sans, Arial, sans-serif; font-style: normal; font-weight: bold; color: HSL(= +var(--theme-primary-color)); text-rendering: optimizelegibility; } + +h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h= +4 small, h5 small, .h5 small, h6 small, .h6 small { line-height: 0; color: = +rgb(202, 202, 202); } + +h1, .h1 { font-size: 1.875rem; line-height: 1.2; margin-top: 2.375rem; marg= +in-bottom: 0.9375rem; } + +h2, .h2 { font-size: 1.5rem; line-height: 1.2; margin-top: 2.375rem; margin= +-bottom: 0.9375rem; } + +h3, .h3 { font-size: 1.25rem; line-height: 1.2; margin-top: 1.75rem; margin= +-bottom: 0.9375rem; } + +h4, .h4 { font-size: 1rem; line-height: 1.2; margin-top: 0px; margin-bottom= +: 0.9375rem; } + +h5, .h5 { font-size: 1rem; line-height: 1.2; margin-top: 0px; margin-bottom= +: 0.9375rem; } + +h6, .h6 { font-size: 1rem; line-height: 1.2; margin-top: 0px; margin-bottom= +: 0.9375rem; } + +@media print, screen and (min-width: 40em) { + h1, .h1 { font-size: 1.875rem; margin-top: 2.375rem; } + h2, .h2 { font-size: 1.5rem; margin-top: 2.375rem; } + h3, .h3 { font-size: 1.25rem; margin-top: 1.75rem; } + h4, .h4 { font-size: 1rem; } + h5, .h5 { font-size: 1rem; } + h6, .h6 { font-size: 1rem; } +} + +@media print, screen and (min-width: 64em) { + h1, .h1 { font-size: 1.875rem; margin-top: 2.375rem; } + h2, .h2 { font-size: 1.5rem; margin-top: 2.375rem; } + h3, .h3 { font-size: 1.25rem; margin-top: 1.75rem; } + h4, .h4 { font-size: 1rem; } + h5, .h5 { font-size: 1rem; } + h6, .h6 { font-size: 1rem; } +} + +a { line-height: inherit; color: HSL(var(--theme-primary-color)); text-deco= +ration: none; cursor: pointer; } + +a:hover, a:focus { color: HSL(var(--theme-primary-color)); text-decoration:= + underline; } + +a img { border: 0px; } + +hr { clear: both; max-width: 75rem; height: 0px; margin: 1.25rem auto; bord= +er-width: 0px 0px 1px; border-top-style: initial; border-top-color: initial= +; border-right-style: initial; border-right-color: initial; border-bottom-s= +tyle: solid; border-bottom-color: rgb(202, 202, 202); border-left-style: in= +itial; border-left-color: initial; } + +ul, ol, dl { margin-bottom: 1.375rem; list-style-position: outside; line-he= +ight: 1.6; } + +li { font-size: inherit; } + +ul { margin-left: 2.5rem; list-style-type: none; } + +ol { margin-left: 2.5rem; } + +ul ul, ul ol, ol ul, ol ol { margin-left: 0.5rem; margin-bottom: 0px; } + +dl { margin-bottom: 1rem; } + +dl dt { margin-bottom: 0.3rem; font-weight: bold; } + +blockquote { margin: 0px 0px 1.375rem; padding: 0.5625rem 1.25rem 0px 1.187= +5rem; border-left: 1px solid rgb(202, 202, 202); } + +blockquote, blockquote p { line-height: 1.6; color: rgb(138, 138, 138); } + +cite { display: block; font-size: 0.8125rem; color: rgb(138, 138, 138); } + +cite::before { content: "=E2=80=94 "; } + +abbr, abbr[title] { border-bottom: 1px dotted rgb(10, 10, 10); cursor: help= +; text-decoration: none; } + +figure { margin: 0px; } + +code { padding: 0.125rem 0.3125rem 0.0625rem; border: 1px solid rgb(202, 20= +2, 202); background-color: rgb(230, 230, 230); font-family: Consolas, "Libe= +ration Mono", Courier, monospace; font-weight: normal; color: rgb(10, 10, 1= +0); } + +kbd { margin: 0px; padding: 0.125rem 0.25rem 0px; background-color: rgb(230= +, 230, 230); font-family: Consolas, "Liberation Mono", Courier, monospace; = +color: rgb(10, 10, 10); border-radius: 2px; } + +.subheader { margin-top: 0.2rem; margin-bottom: 0.5rem; font-weight: normal= +; line-height: 1.4; color: rgb(138, 138, 138); } + +.lead { font-size: 125%; line-height: 1.6; } + +.stat { font-size: 2.5rem; line-height: 1; } + +p + .stat { margin-top: -1rem; } + +ul.no-bullet, ol.no-bullet { margin-left: 0px; list-style: none; } + +.text-left { text-align: left; } + +.text-right { text-align: right; } + +.text-center { text-align: center; } + +.text-justify { text-align: justify; } + +@media print, screen and (min-width: 40em) { + .medium-text-left { text-align: left; } + .medium-text-right { text-align: right; } + .medium-text-center { text-align: center; } + .medium-text-justify { text-align: justify; } +} + +@media print, screen and (min-width: 64em) { + .large-text-left { text-align: left; } + .large-text-right { text-align: right; } + .large-text-center { text-align: center; } + .large-text-justify { text-align: justify; } +} + +.show-for-print { display: none !important; } + +@media print { + * { background: rgba(0, 0, 0, 0) !important; box-shadow: none !important;= + color: rgb(0, 0, 0) !important; text-shadow: none !important; } + .show-for-print { display: block !important; } + .hide-for-print { display: none !important; } + table.show-for-print { display: table !important; } + thead.show-for-print { display: table-header-group !important; } + tbody.show-for-print { display: table-row-group !important; } + tr.show-for-print { display: table-row !important; } + td.show-for-print { display: table-cell !important; } + th.show-for-print { display: table-cell !important; } + a, a:visited { text-decoration: underline; } + a[href]::after { content: " (" attr(href) ")"; } + .ir a::after, a[href^=3D"javascript:"]::after, a[href^=3D"#"]::after { co= +ntent: ""; } + abbr[title]::after { content: " (" attr(title) ")"; } + pre, blockquote { border: 1px solid rgb(138, 138, 138); break-inside: avo= +id; } + thead { display: table-header-group; } + tr, img { break-inside: avoid; } + img { max-width: 100% !important; } + @page { margin: 0.5cm; } + p, h2, h3 { orphans: 3; widows: 3; } + h2, h3 { break-after: avoid; } + .print-break-inside { break-inside: auto; } +} + +table { border-collapse: collapse; width: 100%; margin-bottom: 1rem; border= +-radius: 2px; } + +thead, tbody, tfoot { border: none; background-color: rgba(0, 0, 0, 0); } + +caption { padding: 0.5rem 2.1875rem 0.625rem 0px; font-weight: bold; } + +thead { background: rgba(0, 0, 0, 0); color: HSL(var(--theme-text-color)); = +} + +tfoot { background: rgba(13, 13, 13, 0); color: HSL(var(--theme-text-color)= +); } + +thead tr, tfoot tr { background: rgba(0, 0, 0, 0); } + +thead th, thead td, tfoot th, tfoot td { padding: 0.5rem 2.1875rem 0.625rem= + 0px; font-weight: bold; text-align: left; } + +tbody th, tbody td { padding: 0.5rem 2.1875rem 0.625rem 0px; } + +tbody tr { border-bottom: none; background-color: rgba(0, 0, 0, 0); } + +table.striped tbody tr:nth-child(2n) { border-bottom: 0px; background-color= +: rgba(13, 13, 13, 0); } + +@media screen and (max-width: 39.99875em) { + table.stack thead { display: none; } + table.stack tfoot { display: none; } + table.stack tr, table.stack th, table.stack td { display: block; } + table.stack td { border-top: 0px; } +} + +table.scroll { display: block; width: 100%; overflow-x: auto; } + +table.hover thead tr:hover { background-color: rgba(0, 0, 0, 0); } + +table.hover tfoot tr:hover { background-color: rgba(8, 8, 8, 0); } + +table.hover tbody tr:hover { background-color: rgba(0, 0, 0, 0); } + +table.hover.striped tr:nth-of-type(2n):hover { background-color: rgba(0, 0,= + 0, 0); } + +.table-scroll { overflow-x: auto; } + +.hide { display: none !important; } + +.invisible { visibility: hidden; } + +@media screen and (max-width: 39.99875em) { + .hide-for-small-only { display: none !important; } +} + +@media screen and (max-width: 0em), screen and (min-width: 40em) { + .show-for-small-only { display: none !important; } +} + +@media print, screen and (min-width: 40em) { + .hide-for-medium { display: none !important; } +} + +@media screen and (max-width: 39.99875em) { + .show-for-medium { display: none !important; } +} + +@media screen and (min-width: 40em) and (max-width: 63.99875em) { + .hide-for-medium-only { display: none !important; } +} + +@media screen and (max-width: 39.99875em), screen and (min-width: 64em) { + .show-for-medium-only { display: none !important; } +} + +@media print, screen and (min-width: 64em) { + .hide-for-large { display: none !important; } +} + +@media screen and (max-width: 63.99875em) { + .show-for-large { display: none !important; } +} + +@media screen and (min-width: 64em) and (max-width: 74.99875em) { + .hide-for-large-only { display: none !important; } +} + +@media screen and (max-width: 63.99875em), screen and (min-width: 75em) { + .show-for-large-only { display: none !important; } +} + +.show-for-sr, .show-on-focus { width: 1px; height: 1px; padding: 0px; overf= +low: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border: 0= +px; position: absolute !important; } + +.show-on-focus:active, .show-on-focus:focus { width: auto; height: auto; ov= +erflow: visible; clip: auto; white-space: normal; position: static !importa= +nt; } + +.show-for-landscape, .hide-for-portrait { display: block !important; } + +@media screen and (orientation: landscape) { + .show-for-landscape, .hide-for-portrait { display: block !important; } +} + +@media screen and (orientation: portrait) { + .show-for-landscape, .hide-for-portrait { display: none !important; } +} + +.hide-for-landscape, .show-for-portrait { display: none !important; } + +@media screen and (orientation: landscape) { + .hide-for-landscape, .show-for-portrait { display: none !important; } +} + +@media screen and (orientation: portrait) { + .hide-for-landscape, .show-for-portrait { display: block !important; } +} + +@font-face { font-family: "Politie icons"; src: url("./fonts/Politieicons-S= +ystem.woff2") format("woff2"), url("./fonts/Politieicons-System.woff") form= +at("woff"), url("./fonts/Politieicons-System.ttf") format("truetype"); font= +-weight: 400; font-style: normal; } + +@font-face { font-family: "Politie icons"; src: url("./fonts/Politieicons-C= +ommunication.woff2") format("woff2"), url("./fonts/Politieicons-Communicati= +on.woff") format("woff"), url("./fonts/Politieicons-Communication.ttf") for= +mat("truetype"); font-weight: 500; font-style: normal; } + +.icon-sys { font-weight: 400 !important; } + +.icon-com { font-weight: 500 !important; } + +[data-icon]::before { content: attr(data-icon); line-height: 1; -webkit-fon= +t-smoothing: antialiased; font-family: "Politie icons" !important; font-sty= +le: normal !important; font-variant: normal !important; text-transform: non= +e !important; } + +[class^=3D"ic-"]::before, [class*=3D"ic-"]::before { line-height: 1; -webki= +t-font-smoothing: antialiased; font-family: "Politie icons" !important; fon= +t-style: normal !important; font-variant: normal !important; text-transform= +: none !important; } + +.ic-waarschuwing::before { content: "=EE=A7=82"; } + +.ic-telefoon::before { content: "=EE=A4=80"; } + +.ic-instellingen::before { content: "=EE=A4=81"; } + +.ic-menu::before { content: "=EE=A4=82"; } + +.ic-annuleer::before { content: "=EE=A4=83"; } + +.ic-aangevinkt::before { content: "=EE=A4=84"; } + +.ic-zoekfunctie::before { content: "=EE=A4=85"; } + +.ic-scroll::before { content: "=EE=A4=86"; } + +.ic-tag::before { content: "=EE=A4=87"; } + +.ic-nieuws::before { content: "=EE=A4=88"; } + +.ic-dna::before { content: "=EE=A4=89"; } + +.ic-volume::before { content: "=EE=A4=8A"; } + +.ic-terug-a::before { content: "=EE=A4=8B"; } + +.ic-external-link::before { content: "=EE=A4=8C"; } + +.ic-delen::before { content: "=EE=A4=8D"; } + +.ic-foto::before { content: "=EE=A4=8E"; } + +.ic-geen-foto::before { content: "=EE=A4=8F"; } + +.ic-e-mail::before { content: "=EE=A4=90"; } + +.ic-kaart::before { content: "=EE=A4=91"; } + +.ic-locatie-politiebureau::before { content: "=EE=A4=92"; } + +.ic-onderzoek::before { content: "=EE=A4=93"; } + +.ic-snelheid::before { content: "=EE=A4=94"; } + +.ic-winkelwagentje::before { content: "=EE=A4=95"; } + +.ic-zien::before { content: "=EE=A4=96"; } + +.ic-geld::before { content: "=EE=A4=97"; } + +.ic-mobiel::before { content: "=EE=A4=98"; } + +.ic-printen::before { content: "=EE=A4=99"; } + +.ic-bericht::before { content: "=EE=A4=9A"; } + +.ic-naar-link::before { content: "=EE=A4=9B"; } + +.ic-informatie::before { content: "=EE=A4=9C"; } + +.ic-duurzaam::before { content: "=EE=A4=9D"; } + +.ic-euro::before { content: "=EE=A4=9E"; } + +.ic-document-a::before { content: "=EE=A4=9F"; } + +.ic-prullenbak::before { content: "=EE=A4=A0"; } + +.ic-cloud::before { content: "=EE=A4=A1"; } + +.ic-projecten::before { content: "=EE=A4=A2"; } + +.ic-persoon-algemeen::before { content: "=EE=A4=A3"; } + +.ic-samenwerking-a::before { content: "=EE=A4=A4"; } + +.ic-burger::before { content: "=EE=A4=A5"; } + +.ic-politieagent::before { content: "=EE=A4=A6"; } + +.ic-vuurwapen::before { content: "=EE=A4=A7"; } + +.ic-bureaumedewerker::before { content: "=EE=A4=A8"; } + +.ic-callcenter-medewerker::before { content: "=EE=A4=A9"; } + +.ic-checked::before { content: "=EE=A4=AA"; } + +.ic-toevoegen-a::before { content: "=EE=A4=AB"; } + +.ic-sturing::before { content: "=EE=A4=AC"; } + +.ic-verhuizing::before { content: "=EE=A4=AD"; } + +.ic-medische-indicatie::before { content: "=EE=A4=AE"; } + +.ic-verzetpleger::before { content: "=EE=A4=AF"; } + +.ic-alcohol::before { content: "=EE=A4=B0"; } + +.ic-wiet::before { content: "=EE=A4=B1"; } + +.ic-vluchtgevaarlijk::before { content: "=EE=A4=B2"; } + +.ic-suicidaal::before { content: "=EE=A4=B3"; } + +.ic-historie::before { content: "=EE=A4=B4"; } + +.ic-motoragent::before { content: "=EE=A4=B5"; } + +.ic-cameratoezicht::before { content: "=EE=A4=B6"; } + +.ic-balans::before { content: "=EE=A4=B7"; } + +.ic-asielzoekers::before { content: "=EE=A4=B8"; } + +.ic-wegwijzer::before { content: "=EE=A4=B9"; } + +.ic-asielzoekerscentrum::before { content: "=EE=A4=BA"; } + +.ic-archief-a::before { content: "=EE=A4=BC"; } + +.ic-signaal::before { content: "=EE=A4=BD"; } + +.ic-medicijnen::before { content: "=EE=A4=BE"; } + +.ic-bekend-persoon::before { content: "=EE=A4=BF"; } + +.ic-personen::before { content: "=EE=A5=80"; } + +.ic-onbekend-persoon::before { content: "=EE=A5=81"; } + +.ic-handboeien::before { content: "=EE=A5=82"; } + +.ic-potlood::before { content: "=EE=A5=83"; } + +.ic-folder::before { content: "=EE=A5=84"; } + +.ic-agenda::before { content: "=EE=A5=85"; } + +.ic-grid::before { content: "=EE=A5=86"; } + +.ic-werkzaamheden::before { content: "=EE=A5=87"; } + +.ic-pijl-rechts::before { content: "=EE=A5=89"; } + +.ic-pijl-links::before { content: "=EE=A5=8A"; } + +.ic-pijl-boven::before { content: "=EE=A5=8B"; } + +.ic-pijl-onder::before { content: "=EE=A5=8C"; } + +.ic-ganzeveer::before { content: "=EE=A5=8F"; } + +.ic-mes::before { content: "=EE=A5=90"; } + +.ic-document-b::before { content: "=EE=A5=91"; } + +.ic-rapport::before { content: "=EE=A5=92"; } + +.ic-tijd::before { content: "=EE=A5=93"; } + +.ic-verboden::before { content: "=EE=A5=94"; } + +.ic-boos::before { content: "=EE=A5=95"; } + +.ic-blij::before { content: "=EE=A5=96"; } + +.ic-verdrietig::before { content: "=EE=A5=97"; } + +.ic-schelden::before { content: "=EE=A5=98"; } + +.ic-servies::before { content: "=EE=A5=99"; } + +.ic-papierversnipperaar::before { content: "=EE=A5=9A"; } + +.ic-koeling::before { content: "=EE=A5=9B"; } + +.ic-copyright::before { content: "=EE=A5=9C"; } + +.ic-medisch::before { content: "=EE=A5=9D"; } + +.ic-vingerafdruk::before { content: "=EE=A5=9E"; } + +.ic-rechtspraak::before { content: "=EE=A5=A0"; } + +.ic-wijzende-hand::before { content: "=EE=A5=A1"; } + +.ic-liefde::before { content: "=EE=A5=A2"; } + +.ic-huis::before { content: "=EE=A5=A3"; } + +.ic-politiebureau::before { content: "=EE=A5=A4"; } + +.ic-id-bewijs::before { content: "=EE=A5=A5"; } + +.ic-is-gelijk::before { content: "=EE=A5=A6"; } + +.ic-min::before { content: "=EE=A5=A7"; } + +.ic-keer::before { content: "=EE=A5=A8"; } + +.ic-plus::before { content: "=EE=A5=A9"; } + +.ic-aanhalingstekens::before { content: "=EE=A5=AA"; } + +.ic-computer::before { content: "=EE=A5=AB"; } + +.ic-telefoonnummer-spoed::before { content: "=EE=A5=AC"; } + +.ic-vrachtwagen::before { content: "=EE=A5=AD"; } + +.ic-busje::before { content: "=EE=A5=AE"; } + +.ic-auto::before { content: "=EE=A5=AF"; } + +.ic-persoon-zoeken::before { content: "=EE=A5=B0"; } + +.ic-politieauto::before { content: "=EE=A5=B1"; } + +.ic-netwerk::before { content: "=EE=A5=B2"; } + +.ic-twitter::before { content: "=EE=A5=B3"; } + +.ic-facebook::before { content: "=EE=A5=B4"; } + +.ic-fiets::before { content: "=EE=A5=B5"; } + +.ic-politiebiker::before { content: "=EE=A5=B6"; } + +.ic-boot::before { content: "=EE=A5=B7"; } + +.ic-drone::before { content: "=EE=A5=B8"; } + +.ic-instagram::before { content: "=EE=A5=B9"; } + +.ic-snapchat::before { content: "=EE=A5=BA"; } + +.ic-youtube::before { content: "=EE=A5=BB"; } + +.ic-wijk::before { content: "=EE=A5=BC"; } + +.ic-spoed::before { content: "=EE=A5=BD"; } + +.ic-afzetlint::before { content: "=EE=A5=BE"; } + +.ic-bonnetje::before { content: "=EE=A5=BF"; } + +.ic-inbraakpreventie::before { content: "=EE=A6=80"; } + +.ic-lamp-a::before { content: "=EE=A6=81"; } + +.ic-cybercrime-a::before { content: "=EE=A6=82"; } + +.ic-afbeelding-vermist-persoon::before { content: "=EE=A6=83"; } + +.ic-ongeluk::before { content: "=EE=A6=84"; } + +.ic-aangifte::before { content: "=EE=A6=85"; } + +.ic-aanhouding-groep::before { content: "=EE=A6=87"; } + +.ic-aanhouding-onder-achttien::before { content: "=EE=A6=88"; } + +.ic-alcoholverbod::before { content: "=EE=A6=89"; } + +.ic-alcohol-verkeer::before { content: "=EE=A6=8A"; } + +.ic-gordel::before { content: "=EE=A6=8B"; } + +.ic-nummerbord::before { content: "=EE=A6=8C"; } + +.ic-modus-operandi::before { content: "=EE=A6=8D"; } + +.ic-pdo::before { content: "=EE=A6=8E"; } + +.ic-politielogo::before { content: "=EE=A6=8F"; } + +.ic-salduz::before { content: "=EE=A6=90"; } + +.ic-barcode::before { content: "=EE=A6=91"; } + +.ic-scan-id-kaart::before { content: "=EE=A6=92"; } + +.ic-snelweg::before { content: "=EE=A6=93"; } + +.ic-technische-controle::before { content: "=EE=A6=94"; } + +.ic-vals::before { content: "=EE=A6=95"; } + +.ic-weg-dertig::before { content: "=EE=A6=96"; } + +.ic-weg-tachtig::before { content: "=EE=A6=97"; } + +.ic-volgende-a::before { content: "=EE=A6=98"; } + +.ic-telefoonnummer-politie::before { content: "=EE=A6=99"; } + +.ic-telefoonnummer-dier::before { content: "=EE=A6=9A"; } + +.ic-balans-alternatief::before { content: "=EE=A6=9B"; } + +.ic-wendbare-organisatie::before { content: "=EE=A6=9C"; } + +.ic-wijk-web-en-wereld::before { content: "=EE=A6=9D"; } + +.ic-moderne-technologie-en-data::before { content: "=EE=A6=9E"; } + +.ic-nieuwe-veiligheidscoalities::before { content: "=EE=A6=9F"; } + +.ic-transparantie::before { content: "=EE=A6=A0"; } + +.ic-oor::before { content: "=EE=A6=A1"; } + +.ic-snelheidsmeter::before { content: "=EE=A6=A2"; } + +.ic-dienstmotor::before { content: "=EE=A6=A3"; } + +.ic-wapenstok::before { content: "=EE=A6=A4"; } + +.ic-pepperspray::before { content: "=EE=A6=A5"; } + +.ic-diensthond::before { content: "=EE=A6=A6"; } + +.ic-paard::before { content: "=EE=A6=A7"; } + +.ic-ondermijning::before { content: "=EE=A6=A8"; } + +.ic-stroomstootwapen::before { content: "=EE=A6=A9"; } + +.ic-toevoegen-b::before { content: "=EE=A6=AA"; } + +.ic-volgende-b::before { content: "=EE=A6=AB"; } + +.ic-terug-b::before { content: "=EE=A6=AC"; } + +.ic-klacht::before { content: "=EE=A6=AD"; } + +.ic-locatie::before { content: "=EE=A6=AE"; } + +.ic-scannen-met-telefoon::before { content: "=EE=A6=AF"; } + +.ic-videocamera-filled::before { content: "=EE=A6=B0"; } + +.ic-videocamera-outline::before { content: "=EE=A6=B1"; } + +.ic-min-met-cirkel::before { content: "=EE=A6=B2"; } + +.ic-audio::before { content: "=EE=A6=B3"; } + +.ic-potlood-gespiegeld::before { content: "=EE=A6=B4"; } + +.ic-zaklamp-aan::before { content: "=EE=A6=B5"; } + +.ic-zaklamp-uit::before { content: "=EE=A6=B6"; } + +.ic-archief-b::before { content: "=EE=A6=B7"; } + +.ic-deel-ios::before { content: "=EE=A6=B8"; } + +.ic-leegmaken-met-cirkel::before { content: "=EE=A6=B9"; } + +.ic-download::before { content: "=EE=A6=BA"; } + +.ic-dropdown-open::before { content: "=EE=A6=BB"; } + +.ic-dropdown-sluiten::before { content: "=EE=A6=BC"; } + +.ic-ingelogd::before { content: "=EE=A6=BD"; } + +.ic-filter-opties::before { content: "=EE=A6=BE"; } + +.ic-extra-uitleg::before { content: "=EE=A6=BF"; } + +.ic-nog-niet-compleet::before { content: "=EE=A7=80"; } + +.ic-niet-in-behandeling::before { content: "=EE=A7=82"; } + +.ic-wachten-op-info::before { content: "=EE=A7=83"; } + +.ic-diefstal::before { content: "=EE=A7=84"; } + +.ic-jeugd::before { content: "=EE=A7=85"; } + +.ic-publicaties-en-cijfers::before { content: "=EE=A7=86"; } + +.ic-zedenmisdrijven::before { content: "=EE=A7=87"; } + +.ic-verbinding::before { content: "=EE=A7=88"; } + +.ic-stadionverbod::before { content: "=EE=A7=89"; } + +.ic-gebiedsverbod::before { content: "=EE=A7=8A"; } + +.ic-preventief-fouilleren::before { content: "=EE=A7=8B"; } + +.ic-politieposten::before { content: "=EE=A7=8C"; } + +.ic-gezocht-persoon::before { content: "=EE=A7=8D"; } + +.ic-social-media::before { content: "=EE=A7=8E"; } + +.ic-lokale-dreiging::before { content: "=EE=A7=8F"; } + +.ic-nationale-dreiging::before { content: "=EE=A7=90"; } + +.ic-nationale-aanslag::before { content: "=EE=A7=91"; } + +.ic-lokaal-incident::before { content: "=EE=A7=92"; } + +.ic-nationaal-incident::before { content: "=EE=A7=93"; } + +.ic-lokale-aanslag::before { content: "=EE=A7=94"; } + +.ic-lamp-b::before { content: "=EE=A7=95"; } + +.ic-synthetische-drugs::before { content: "=EE=A7=96"; } + +.ic-drugslabs::before { content: "=EE=A7=97"; } + +.ic-drugsafval::before { content: "=EE=A7=98"; } + +.ic-outlaw-motorcycle-gangs::before { content: "=EE=A7=99"; } + +.ic-meer-horizontaal::before { content: "=EE=A7=9A"; } + +.ic-meer-verticaal::before { content: "=EE=A7=9B"; } + +.ic-thuisblijven-a::before { content: "=EE=A7=9C"; } + +.ic-afstand-houden::before { content: "=EE=A7=9D"; } + +.ic-handen-wassen-a::before { content: "=EE=A7=9E"; } + +.ic-elleboognies::before { content: "=EE=A7=9F"; } + +.ic-papieren-zakdoekjes-tissues::before { content: "=EE=A7=A0"; } + +.ic-geen-handen-schudden::before { content: "=EE=A7=A1"; } + +.ic-aanspreken-a::before { content: "=EE=A7=A2"; } + +.ic-waarschuwen-a::before { content: "=EE=A7=A3"; } + +.ic-handhaven-a::before { content: "=EE=A7=A4"; } + +.ic-thuisblijven-b::before { content: "=EE=A7=A5"; } + +.ic-handen-wassen-b::before { content: "=EE=A7=A6"; } + +.ic-aanspreken-b::before { content: "=EE=A7=A7"; } + +.ic-waarschuwen-b::before { content: "=EE=A7=A8"; } + +.ic-handhaven-b::before { content: "=EE=A7=A9"; } + +.ic-aanspreken-c::before { content: "=EE=A7=AA"; } + +.ic-neusverkoudheid::before { content: "=EE=A7=AB"; } + +.ic-koorts::before { content: "=EE=A7=AC"; } + +.ic-benauwdheidsklachten::before { content: "=EE=A7=AD"; } + +.ic-vermijd-drukte::before { content: "=EE=A7=AE"; } + +.ic-maak-werkplek-schoon::before { content: "=EE=A7=AF"; } + +.ic-werk-thuis::before { content: "=EE=A7=B0"; } + +.ic-linkedin::before { content: "=EE=A7=B1"; } + +.ic-artificial-intelligence::before { content: "=EE=A7=B2"; } + +.ic-data-science-community::before { content: "=EE=A7=B3"; } + +.ic-politiebreed::before { content: "=EE=A7=B4"; } + +.ic-ict-ontwikkeling::before { content: "=EE=A7=B5"; } + +.ic-onderzoek-en-kennisontwikkeling::before { content: "=EE=A7=B6"; } + +.ic-conceptontwikkeling-en-toepassing::before { content: "=EE=A7=B7"; } + +.ic-communicatie-en-bewustwording::before { content: "=EE=A7=B9"; } + +.ic-samenwerking-b::before { content: "=EE=A7=BA"; } + +.ic-witwassen::before { content: "=EE=A7=BB"; } + +.ic-fraude::before { content: "=EE=A7=BC"; } + +.ic-woontorens::before { content: "=EE=A7=BD"; } + +.ic-boeren-schuur::before { content: "=EE=A7=BE"; } + +.ic-facilitator::before { content: "=EE=A7=BF"; } + +.ic-crimineel-netwerk::before { content: "=EE=A8=80"; } + +.ic-cocaine::before { content: "=EE=A8=81"; } + +.ic-automatisch-wapen::before { content: "=EE=A8=82"; } + +.ic-handgranaat::before { content: "=EE=A8=83"; } + +.ic-telefoon-criminelen::before { content: "=EE=A8=84"; } + +.ic-signalen-ondermijning::before { content: "=EE=A8=85"; } + +.ic-ransomware::before { content: "=EE=A8=86"; } + +.ic-ddos::before { content: "=EE=A8=87"; } + +.ic-malware::before { content: "=EE=A8=88"; } + +.ic-hacken::before { content: "=EE=A8=89"; } + +.ic-cybercrime-b::before { content: "=EE=A8=8A"; } + +.ic-phishing::before { content: "=EE=A8=8B"; } + +.ic-vin-fraude::before { content: "=EE=A8=8C"; } + +.ic-sextortion::before { content: "=EE=A8=8D"; } + +.ic-internet-oplichting::before { content: "=EE=A8=8E"; } + +.ic-telefoonoplader::before { content: "=EE=A8=8F"; } + +.ic-batterijen::before { content: "=EE=A8=90"; } + +.ic-usb::before { content: "=EE=A8=91"; } + +.ic-toetsenbord::before { content: "=EE=A8=92"; } + +.ic-muis::before { content: "=EE=A8=93"; } + +.ic-desinfectie-spray::before { content: "=EE=A8=94"; } + +.ic-doos-wegwerphandschoenen::before { content: "=EE=A8=95"; } + +.ic-laat-je-testen::before { content: "=EE=A8=96"; } + +.ic-draag-mondkapje::before { content: "=EE=A8=97"; } + +.ic-locatie-dicht::before { content: "=EE=A8=98"; } + +.ic-afhaalrestaurant::before { content: "=EE=A8=99"; } + +.ic-evenementen-verboden::before { content: "=EE=A8=9A"; } + +.ic-reis-niet-naar-buitenland::before { content: "=EE=A8=9B"; } + +.ic-sport::before { content: "=EE=A8=9C"; } + +.ic-geen-wedstrijden::before { content: "=EE=A8=9D"; } + +.ic-sluitingstijd-winkels::before { content: "=EE=A8=9E"; } + +.ic-evenementen::before { content: "=EE=A8=9F"; } + +.ic-geen-horeca::before { content: "=EE=A8=A0"; } + +.ic-sluiting-publiek-openstaande-gebouwen::before { content: "=EE=A8=A1"; } + +.ic-stadsbus::before { content: "=EE=A8=A2"; } + +.ic-personen-vervoer-bus::before { content: "=EE=A8=A3"; } + +.ic-auto-veilige-afstand::before { content: "=EE=A8=A4"; } + +.ic-drugs-algemeen::before { content: "=EE=A8=A5"; } + +.ic-tiktok::before { content: "=EE=A8=A6"; } + +.ic-avondklok::before { content: "=EE=A8=A7"; } + +.ic-visiteverbod::before { content: "=EE=A8=A8"; } + +.ic-avondklok-half-negen::before { content: "=EE=A8=A9"; } + +.ic-avondklok-negen-uur::before { content: "=EE=A8=AA"; } + +.ic-mobiliteit::before { content: "=EE=A8=AB"; } + +.ic-tablet::before { content: "=EE=A8=AC"; } + +.ic-tolk-op-afstand::before { content: "=EE=A8=AD"; } + +.ic-tolk-op-locatie::before { content: "=EE=A8=AE"; } + +.ic-interceptie-tolken::before { content: "=EE=A8=AF"; } + +.ic-gebarentolk::before { content: "=EE=A8=B0"; } + +.ic-schrijftolk::before { content: "=EE=A8=B1"; } + +.ic-verhoortolk::before { content: "=EE=A8=B2"; } + +.ic-politieagenten::before { content: "=EE=A8=B3"; } + +.ic-whatsapp::before { content: "=EE=A8=B4"; } + +.ic-avondklok-tien-uur::before { content: "=EE=A8=B5"; } + +.chatlayer-chatbox-wrapper { z-index: 1000; width: 425px; } + +.chatlayer-iframe { width: 100%; } + +.chatlayer-chatbox-button { cursor: pointer; background: rgb(255, 255, 255)= +; } + +@media screen and (max-width: 39.99875em) { + .chatlayer-chatbox-wrapper { max-width: 425px; width: 100%; padding: 6.5r= +em 1.25rem 2.5rem !important; } +} + +@font-face { font-family: PolitieSans; src: url("./fonts/politiesans-regula= +r-v13-web.woff2") format("woff2"), url("./fonts/politiesans-regular-v13-web= +.woff") format("woff"), url("./fonts/politiesans-regular-v13-web.ttf") form= +at("truetype"); font-weight: normal; font-style: normal; } + +@font-face { font-family: PolitieSans; src: url("./fonts/politiesans-bold-v= +13-web.woff2") format("woff2"), url("./fonts/politiesans-bold-v13-web.woff"= +) format("woff"), url("./fonts/politiesans-bold-v13-web.ttf") format("truet= +ype"); font-style: normal; font-weight: bold; } + +@font-face { font-family: PolitieSans; src: url("./fonts/politiesans-italic= +-v13-web.woff2") format("woff2"), url("./fonts/politiesans-italic-v13-web.w= +off") format("woff"), url("./fonts/politiesans-italic-v13-web.ttf") format(= +"truetype"); font-weight: normal; font-style: italic; } + +@font-face { font-family: PolitieSans; src: url("./fonts/politiesans-boldit= +alic-v13-web.woff2") format("woff2"), url("./fonts/politiesans-bolditalic-v= +13-web.woff") format("woff"), url("./fonts/politiesans-bolditalic-v13-web.t= +tf") format("truetype"); font-weight: bold; font-style: italic; } + +@font-face { font-family: PolitieSans; src: url("./fonts/politiesans-black-= +v13-web.woff2") format("woff2"), url("./fonts/politiesans-black-v13-web.wof= +f") format("woff"), url("./fonts/politiesans-black-v13-web.ttf") format("tr= +uetype"); font-weight: 900; font-style: normal; } + +@font-face { font-family: PolitieSans; src: url("./fonts/politiesans-blacki= +talic-v13-web.woff2") format("woff2"), url("./fonts/politiesans-blackitalic= +-v13-web.woff") format("woff"), url("./fonts/politiesans-blackitalic-v13-we= +b.ttf") format("truetype"); font-weight: 900; font-style: italic; } + +@font-face { font-family: "Open Sans"; src: url("./fonts/OpenSans-Regular.t= +tf") format("truetype"); font-weight: normal; font-style: normal; } + +@font-face { font-family: "Open Sans"; src: url("./fonts/OpenSans-Bold.ttf"= +) format("truetype"); font-weight: bold; font-style: normal; } + +html body { font-size: 1rem; } + +:root { --theme-primary-color: 207.69, 100%, 25.5%; --theme-primary-darker:= + 207.69, 100%, 18%; --theme-primary-darkest: 207.69, 100%, 13.9%; --theme-p= +rimary-lighter: 207.69, 100%, 42%; --theme-primary-lightest: 207.69, 34.5%,= + 77.8%; --theme-primary-lighter-than-lightest: 207.69, 73%, 71%; --theme-on= +-primary: 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color:= + 0, 0%, 12.5%; --theme-background-alt: 207.69, 36.2%, 90.8%; --theme-link-v= +isited-color: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 8= +6%; --theme-error-dark: 0, 100%, 27.1%; --theme-error-color: 0, 100%, 42.5%= +; --theme-error-lighter: 0, 73.7%, 59.8%; --theme-error-lightest: 0, 74.7%,= + 82.9%; } + +.theme-politie-cn { --theme-primary-color: 230, 93.5%, 24.1%; --theme-prima= +ry-darker: 230, 94%, 20%; --theme-primary-darkest: 230, 92%, 15%; --theme-p= +rimary-lighter: 230, 100%, 42%; --theme-primary-lightest: 230, 33.9%, 77.5%= +; --theme-primary-lighter-than-lightest: 230, 46%, 92%; --theme-on-primary:= + 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color: 0, 0%, 1= +2.5%; --theme-background-alt: 230, 31.6%, 92.5%; --theme-link-visited-color= +: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 86%; } + +a { text-decoration: none; } + +a:hover { text-decoration: underline; } + +p a, ul a, ol a { color: HSL(var(--theme-primary-color)); text-decoration: = +underline; } + +p a:hover, p a:focus, ul a:hover, ul a:focus, ol a:hover, ol a:focus { colo= +r: HSL(var(--theme-primary-lighter)); text-decoration: none; } + +[class^=3D"ic-"], [class*=3D"ic-"] { vertical-align: baseline; speak: none;= + } + +.ic-size-xs { font-size: 16px; } + +.ic-size-s { font-size: 20px; } + +.ic-size-m { font-size: 24px; } + +.ic-size-l { font-size: 30px; } + +.ic-size-xl { font-size: 38px; } + +ol { counter-reset: item 0; list-style: none; } + +ol li { position: relative; } + +ol li::before { content: counter(item); counter-increment: item 1; position= +: absolute; top: 0.3em; left: -2rem; width: 1rem; font-size: 75%; color: HS= +L(var(--theme-primary-color)); text-align: center; } + +ul { list-style: none; } + +ul li { position: relative; } + +ul li::before { content: ""; position: absolute; left: -2rem; top: -0.1875r= +em; display: inline-block; text-align: center; border-radius: 50%; height: = +0.375rem; width: 0.375rem; background-color: HSL(var(--theme-primary-color)= +); margin-top: 0.8em; } + +ul.link-list li::before { width: auto; height: auto; border-radius: 0px; ba= +ckground-color: rgba(0, 0, 0, 0); } + +ul.link-list li a { text-decoration: none; } + +ul.link-list li a:visited { color: HSL(var(--theme-link-visited-color)); } + +ul.link-list li a:hover { text-decoration: underline; color: HSL(var(--them= +e-primary-lighter)); } + +ul.link-list li a::before { position: absolute; left: -2rem; top: -0.1875re= +m; display: inline-block; width: 1rem; text-align: center; font-family: "Po= +litie icons"; content: "=EE=A6=98"; font-weight: 500; pointer-events: none;= + margin-top: 0.1em; } + +ul.hyphenated-list li::before { border-radius: 0px; background-color: HSL(v= +ar(--theme-primary-color)); width: 0.625rem; height: 0.1875rem; margin-top:= + 0.9em; } + +ul.menu { margin: 0px; display: flex; -webkit-box-orient: horizontal; -webk= +it-box-direction: normal; flex-flow: row wrap; } + +ul.menu li { list-style: none; display: flex; -webkit-box-align: start; ali= +gn-items: flex-start; } + +ul.menu li::before { content: none; margin-top: 0px; } + +ul.menu li .icon-com { margin-right: 0.3125rem; } + +ul.menu li a { text-decoration: none; margin-right: 1.5rem; } + +ul.menu li a:hover { text-decoration: underline; } + +ul.menu button { border-radius: 0px; } + +ul.menu.menu--with-pipe-separator li::before { width: auto; height: auto; b= +order-radius: 0px; background-color: rgba(0, 0, 0, 0); content: "|"; positi= +on: static; color: HSL(var(--theme-primary-color)); } + +ul.menu.menu--with-pipe-separator li:first-of-type::before { visibility: hi= +dden; } + +ul.menu.menu--with-pipe-separator li a { margin: 0px 0.75rem; } + +@media screen and (min-width: 40em) { + h1.magazine, .h1.magazine { font-size: 2.5rem; } +} + +h1.magazine::after, .h1.magazine::after { display: block; content: ""; bord= +er-bottom: 5px solid HSL(var(--theme-primary-color)); padding-bottom: 2rem;= + width: 50%; } + +@media screen and (min-width: 64em) { + h1.magazine::after, .h1.magazine::after { width: calc(16.6667% - 20px); } +} + +@media screen and (min-width: 40em) { + h1.article-title { font-size: 2.5rem; } +} + +.vacature-table h2.h4 { margin-top: 45px; } + +.intro { font-size: 1.375rem; line-height: 2rem; color: HSL(var(--theme-pri= +mary-color)); } + +.caption { font-size: 1rem; line-height: 1.6; color: HSL(var(--theme-primar= +y-color)); } + +@media screen and (max-width: 39.99875em) { + .cell.small-full-width { width: 100%; margin-right: 0px; margin-left: 0px= +; } +} + +.display-inline { display: inline; } + +.display-inline-block { display: inline-block; } + +.display-none { display: none; } + +.display-block { display: block; } + +.zebra-stripe { padding: 1.375rem 0px 2.375rem; background-color: HSL(var(-= +-theme-background)); z-index: 1; } + +.zebra-stripe--transparent { background-color: rgba(0, 0, 0, 0); } + +.zebra-stripe--light { background-color: HSL(var(--theme-background-alt)); = +} + +.zebra-stripe--dark { background-color: HSL(var(--theme-primary-lightest));= + } + +.zebra-stripe--mijn-politie { background-color: rgb(240, 243, 245); } + +.zebra-stripe--mijn-politie-light { background-color: rgb(231, 235, 238); } + +.zebra-stripe:not([class*=3D"zebra-stripe--"]) + .zebra-stripe:not([class*= +=3D"zebra-stripe--"]), .zebra-stripe--transparent + .zebra-stripe--transpar= +ent, .zebra-stripe--light + .zebra-stripe--light, .zebra-stripe--medium + .= +zebra-stripe--medium, .zebra-stripe--dark + .zebra-stripe--dark, .zebra-str= +ipe--mijn-politie + .zebra-stripe--mijn-politie, .zebra-stripe--mijn-politi= +e-light + .zebra-stripe--mijn-politie-light { padding-top: 0px; margin-top:= + -2.375rem; } + +.layout-col { margin-top: 2.375rem; margin-bottom: 1.375rem; display: grid;= + grid-template-columns: 1fr; gap: 15px; } + +@media screen and (min-width: 40em) { + .layout-col.layout-2-col { grid-template-columns: 1fr 1fr; } +} + +@media screen and (min-width: 40em) and (max-width: 63.99875em) { + .layout-col.layout-3-col { grid-template-columns: 1fr 1fr; } +} + +@media screen and (min-width: 64em) { + .layout-col.layout-3-col { grid-template-columns: 1fr 1fr 1fr; } +} + +@media screen and (min-width: 40em) { + .layout-balanced-2col { columns: 2; } + .layout-balanced-2col > * { break-inside: avoid; float: left; width: 100%= +; clear: both; display: flex; -webkit-box-orient: vertical; -webkit-box-dir= +ection: normal; flex-direction: column; } +} + +:root { --theme-primary-color: 207.69, 100%, 25.5%; --theme-primary-darker:= + 207.69, 100%, 18%; --theme-primary-darkest: 207.69, 100%, 13.9%; --theme-p= +rimary-lighter: 207.69, 100%, 42%; --theme-primary-lightest: 207.69, 34.5%,= + 77.8%; --theme-primary-lighter-than-lightest: 207.69, 73%, 71%; --theme-on= +-primary: 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color:= + 0, 0%, 12.5%; --theme-background-alt: 207.69, 36.2%, 90.8%; --theme-link-v= +isited-color: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 8= +6%; --theme-error-dark: 0, 100%, 27.1%; --theme-error-color: 0, 100%, 42.5%= +; --theme-error-lighter: 0, 73.7%, 59.8%; --theme-error-lightest: 0, 74.7%,= + 82.9%; } + +.theme-politie-cn { --theme-primary-color: 230, 93.5%, 24.1%; --theme-prima= +ry-darker: 230, 94%, 20%; --theme-primary-darkest: 230, 92%, 15%; --theme-p= +rimary-lighter: 230, 100%, 42%; --theme-primary-lightest: 230, 33.9%, 77.5%= +; --theme-primary-lighter-than-lightest: 230, 46%, 92%; --theme-on-primary:= + 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color: 0, 0%, 1= +2.5%; --theme-background-alt: 230, 31.6%, 92.5%; --theme-link-visited-color= +: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 86%; } + +.footer { color: HSL(var(--theme-primary-color)); border-top: 1px solid HSL= +(var(--theme-background-alt)); padding-top: 3rem; } + +.footer__slogan { display: flex; -webkit-box-pack: center; justify-content:= + center; text-align: center; margin-bottom: 3.75rem; font-weight: bold; } + +.footer__slogan img { max-width: 18.75rem; } + +@media screen and (max-width: 39.99875em) { + .footer__slogan img { width: 100%; max-width: initial; } +} + +.footer__center { display: grid; grid-template-columns: repeat(2, 1fr); } + +@media screen and (max-width: 39.99875em) { + .footer__center { display: flex; -webkit-box-orient: vertical; -webkit-bo= +x-direction: normal; flex-direction: column; -webkit-box-align: center; ali= +gn-items: center; } +} + +.footer__center > * { margin-bottom: 3.75rem; } + +@supports (display: grid) { + .footer__center__social { display: grid; grid-template-columns: repeat(2,= + 1fr); gap: 0.75rem; } + @media print, screen and (min-width: 40em) { + .footer__center__social { row-gap: 1.5rem; } +} + @media screen and (max-width: 39.99875em) { + .footer__center__social { display: flex; -webkit-box-pack: center; justif= +y-content: center; } +} +} + +.footer__center__social__item { display: flex; -webkit-box-align: center; a= +lign-items: center; } + +.footer__center__social__item img { width: 2.625rem; min-width: 2.625rem; } + +.footer__center__social__item span { font-weight: bold; margin-left: 0.875r= +em; } + +.footer__center__important-info { display: flex; -webkit-box-orient: vertic= +al; -webkit-box-direction: normal; flex-direction: column; margin-left: aut= +o; margin-right: auto; gap: 1.125rem; } + +.footer__center__important-info__item { display: flex; -webkit-box-orient: = +vertical; -webkit-box-direction: normal; flex-direction: column; } + +@media screen and (max-width: 39.99875em) { + .footer__center__important-info__item { -webkit-box-align: center; align-= +items: center; } +} + +.footer__center__important-info__item__title { margin-top: 0px; margin-bott= +om: 5px; } + +.footer__links { display: flex; -webkit-box-orient: vertical; -webkit-box-d= +irection: normal; flex-direction: column; -webkit-box-align: center; align-= +items: center; margin-bottom: 3rem; } + +.footer__links .menu + .menu { margin-top: 0.625rem; } + +.footer__part-of { display: flex; -webkit-box-pack: center; justify-content= +: center; } + +.footer__part-of a { color: HSL(var(--theme-on-primary)); background-color:= + HSL(var(--theme-primary-color)); padding: 0.25rem 0.5rem; text-decoration:= + none; } + +header { background-color: HSL(var(--theme-background)); z-index: 120; posi= +tion: relative; } + +@media print, screen and (min-width: 64em) { + header { position: static; } +} + +@media print, screen and (min-width: 64em) { + header .header-grid-x { height: 10rem; } +} + +header .header-grid-x .payoff { color: HSL(var(--theme-primary-color)); dis= +play: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; fl= +ex-direction: column; } + +header .header-grid-x .payoff a { color: HSL(var(--theme-primary-color)); } + +@media print, screen and (min-width: 64em) { + header .header-grid-x .payoff { margin-top: 1.75rem; } +} + +header .header-grid-x .payoff .title { font-weight: bold; margin-right: 1re= +m; font-size: 0.75rem; } + +@media print, screen and (min-width: 64em) { + header .header-grid-x .payoff .title { margin-right: 0px; display: block;= + font-size: 1.25rem; line-height: 1.375rem; } +} + +header .header-grid-x .payoff .subtitle, header .header-grid-x .payoff .sub= +title--secondary { font-size: 0.75rem; } + +@media print, screen and (min-width: 64em) { + header .header-grid-x .payoff .subtitle, header .header-grid-x .payoff .s= +ubtitle--secondary { font-size: 1rem; line-height: 1.6875rem; } +} + +header .header-grid-x .logo { object-fit: contain; } + +@media screen and (max-width: 39.99875em) { + header .header-grid-x .logo { width: 6.6875rem; height: 4.375rem; } +} + +@media screen and (min-width: 40em) and (max-width: 63.99875em) { + header .header-grid-x .logo { width: 11.25rem; height: 7rem; } +} + +@media print, screen and (min-width: 64em) { + header .header-grid-x .logo { width: 13.5rem; height: 7rem; } +} + +@media screen and (min-width: 40em) and (max-width: 63.99875em) { + header .header-grid-x #site-navigation-mobile, header .header-grid-x #sea= +rch-toggle-mobile { margin-top: 1.125rem; } +} + +header .header-grid-x .search-field { font-size: 1.125rem; padding: 0px; ba= +ckground: HSL(var(--theme-background)); z-index: 1; } + +@media screen and (max-width: 63.99875em) { + header .header-grid-x .search-field { padding: 1.125rem 1.25rem; } +} + +@media print, screen and (min-width: 64em) { + header .header-grid-x .search-field { margin-top: 0.875rem; } +} + +header .header-grid-x .search-field .input-group { margin: 0px; } + +@media print, screen and (min-width: 64em) { + header .header-grid-x .search-field { display: flex; -webkit-box-orient: = +horizontal; -webkit-box-direction: reverse; flex-direction: row-reverse; } + header .header-grid-x .search-field > * { max-width: 290px; transition: m= +ax-width 1s ease 0s; -webkit-box-flex: 1; flex-grow: 1; } + header .header-grid-x .search-field:focus-within > * { max-width: 600px; = +transition: max-width 1s ease 0s; } +} + +header .header-grid-x #site-navigation-mobile .icon-com, header .header-gri= +d-x #search-toggle-mobile .icon-com { color: HSL(var(--theme-primary-color)= +); } + +@media screen and (max-width: 63.99875em) { + header .header-grid-x #site-navigation-mobile .icon-com, header .header-g= +rid-x #search-toggle-mobile .icon-com { padding: 0px 0.5rem; display: block= +; } +} + +.third-level-menu li a, .site-navigation li a, .site-navigation li button {= + height: 3.75rem; margin: 0px; padding: 0px 1.25rem; display: flex; -webkit= +-box-align: center; align-items: center; } + +.site-navigation { position: relative; z-index: 1; background: HSL(var(--th= +eme-primary-color)); font-size: 1rem; } + +@media screen and (min-width: 64em) { + .site-navigation { height: 3.75rem; } +} + +.site-navigation > ul { display: flex; flex-wrap: nowrap; -webkit-box-align= +: start; align-items: flex-start; white-space: nowrap; margin: 0px auto; pa= +dding: 0px; } + +@media screen and (max-width: 63.99875em) { + .site-navigation > ul { -webkit-box-orient: vertical; -webkit-box-directi= +on: normal; flex-direction: column; -webkit-box-align: stretch; align-items= +: stretch; } +} + +.site-navigation > ul.menu li a, .site-navigation > ul.menu button { margin= +-right: 0px; } + +.site-navigation li { position: static; } + +.site-navigation li .with-submenu .icon-com { margin: -0.25rem 0px 0px 0.5r= +em; } + +.site-navigation li a, .site-navigation li button { color: HSL(var(--theme-= +on-primary)); width: 100%; cursor: pointer; } + +@media screen and (max-width: 63.99875em) { + .site-navigation li a, .site-navigation li button { -webkit-box-pack: jus= +tify; justify-content: space-between; } +} + +.site-navigation li a:hover, .site-navigation li a:focus, .site-navigation = +li a.menu-item-opened, .site-navigation li button:hover, .site-navigation l= +i button:focus, .site-navigation li button.menu-item-opened { background: H= +SL(var(--theme-primary-darker)); color: HSL(var(--theme-on-primary)); text-= +decoration: none; } + +.site-navigation li.current > a, .site-navigation li.current > button, .sit= +e-navigation li.current div > div > a, .site-navigation li.current div > di= +v > button { color: HSL(var(--theme-primary-color)); background: HSL(var(--= +theme-background)); } + +@media screen and (min-width: 64em) { + .site-navigation li.current > a, .site-navigation li.current > button, .s= +ite-navigation li.current div > div > a, .site-navigation li.current div > = +div > button { height: 4.0625rem; border-bottom: .3125rem solid HSL(var(--t= +heme-background-alt)); } +} + +@media screen and (max-width: 63.99875em) { + .site-navigation li.current:first-child { border-top: .0625rem solid HSL(= +var(--theme-background-alt)); } +} + +.site-navigation li.site-menu { position: absolute; } + +@media screen and (min-width: 64em) { + .site-navigation li.site-menu { position: relative; } +} + +.site-navigation li button .icon { margin-left: 0.3125rem; } + +.site-navigation li .site-sub-menu { left: 0px; right: 0px; top: 3.75rem; z= +-index: 1; } + +@media screen and (min-width: 64em) { + .site-navigation li .site-sub-menu { position: absolute; background: HSL(= +var(--theme-primary-darker)); padding-top: 2.125rem; padding-bottom: 2.75re= +m; } +} + +.site-navigation li .site-sub-menu ul { display: flex; -webkit-box-orient: = +vertical; -webkit-box-direction: normal; flex-flow: column wrap; -webkit-bo= +x-pack: start; place-content: flex-start; -webkit-box-align: baseline; alig= +n-items: baseline; margin: 0px auto; } + +@media screen and (min-width: 64em) { + .site-navigation li .site-sub-menu ul { height: 15em; } +} + +@media screen and (max-width: 63.99875em) { + .site-navigation li .site-sub-menu ul { padding-right: 0px; padding-left:= + 0px; } +} + +.site-navigation li .site-sub-menu li { width: 100%; } + +.site-navigation li .site-sub-menu li a { color: HSL(var(--theme-on-primary= +)); padding-left: 2.5rem; } + +@media screen and (max-width: 63.99875em) { + .site-navigation li .site-sub-menu li a { height: 2.3125rem; } +} + +.site-navigation li .site-sub-menu li.current a, .site-navigation li .site-= +sub-menu li.current a:hover, .site-navigation li .site-sub-menu li.current = +a:focus { background: HSL(var(--theme-background)); color: HSL(var(--theme-= +primary-color)); } + +@media screen and (max-width: 63.99875em) { + .site-navigation li .site-sub-menu li.current:first-child { border-top: .= +0625rem solid HSL(var(--theme-background-alt)); } +} + +@media screen and (min-width: 64em) { + .site-navigation li .site-sub-menu li { width: 20%; } + .site-navigation li .site-sub-menu li.current a { height: 3.75rem; border= +: 0px; } + .site-navigation li .site-sub-menu li a:hover, .site-navigation li .site-= +sub-menu li a:focus { background: HSL(var(--theme-primary-darkest)); color:= + HSL(var(--theme-on-primary)); } +} + +.third-level-menu { position: relative; width: 100%; margin-top: -0.3125rem= +; overflow: auto hidden; } + +.third-level-menu .menu { white-space: nowrap; display: flex; flex-wrap: no= +wrap; -webkit-box-align: end; align-items: flex-end; padding-left: 2em; pad= +ding-right: 2em; } + +.third-level-menu li a { background: HSL(var(--theme-primary-color)); color= +: HSL(var(--theme-on-primary)); } + +.third-level-menu li a:hover, .third-level-menu li a:focus { background: HS= +L(var(--theme-primary-darker)); color: HSL(var(--theme-on-primary)); } + +.third-level-menu li.current a { background: HSL(var(--theme-background)); = +color: HSL(var(--theme-primary-color)); height: 4.0625rem; border-bottom: n= +one; border-top: .3125rem solid HSL(var(--theme-background-alt)); } + +.site-navigation--mijn-politie { background: rgb(231, 235, 238); } + +.site-navigation--mijn-politie li a, .site-navigation--mijn-politie li butt= +on { color: HSL(var(--theme-primary-color)); } + +.site-navigation--mijn-politie li a:hover, .site-navigation--mijn-politie l= +i a:focus, .site-navigation--mijn-politie li a.menu-item-opened, .site-navi= +gation--mijn-politie li button:hover, .site-navigation--mijn-politie li but= +ton:focus, .site-navigation--mijn-politie li button.menu-item-opened { back= +ground: rgb(207, 215, 222); color: HSL(var(--theme-primary-color)); } + +.site-navigation--mijn-politie li.current > a, .site-navigation--mijn-polit= +ie li.current > button, .site-navigation--mijn-politie li.current div > div= + > a, .site-navigation--mijn-politie li.current div > div > button { color:= + HSL(var(--theme-primary-color)); background: rgb(255, 255, 255); } + +@media screen and (min-width: 64em) { + .site-navigation--mijn-politie li.current > a, .site-navigation--mijn-pol= +itie li.current > button, .site-navigation--mijn-politie li.current div > d= +iv > a, .site-navigation--mijn-politie li.current div > div > button { bord= +er-color: rgb(255, 255, 255); } +} + +:root { --theme-primary-color: 207.69, 100%, 25.5%; --theme-primary-darker:= + 207.69, 100%, 18%; --theme-primary-darkest: 207.69, 100%, 13.9%; --theme-p= +rimary-lighter: 207.69, 100%, 42%; --theme-primary-lightest: 207.69, 34.5%,= + 77.8%; --theme-primary-lighter-than-lightest: 207.69, 73%, 71%; --theme-on= +-primary: 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color:= + 0, 0%, 12.5%; --theme-background-alt: 207.69, 36.2%, 90.8%; --theme-link-v= +isited-color: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 8= +6%; --theme-error-dark: 0, 100%, 27.1%; --theme-error-color: 0, 100%, 42.5%= +; --theme-error-lighter: 0, 73.7%, 59.8%; --theme-error-lightest: 0, 74.7%,= + 82.9%; } + +.theme-politie-cn { --theme-primary-color: 230, 93.5%, 24.1%; --theme-prima= +ry-darker: 230, 94%, 20%; --theme-primary-darkest: 230, 92%, 15%; --theme-p= +rimary-lighter: 230, 100%, 42%; --theme-primary-lightest: 230, 33.9%, 77.5%= +; --theme-primary-lighter-than-lightest: 230, 46%, 92%; --theme-on-primary:= + 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color: 0, 0%, 1= +2.5%; --theme-background-alt: 230, 31.6%, 92.5%; --theme-link-visited-color= +: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 86%; } + +.top-navigation { width: 100%; font-size: 13px; height: 2.1875rem; backgrou= +nd-color: rgb(240, 243, 245); } + +.top-navigation ul { display: flex; margin: 0px; } + +.top-navigation ul.language-menu { margin-left: auto; } + +.top-navigation ul.language-menu + .mijn-politie { margin-left: 0px; } + +.top-navigation ul li::before { content: none; } + +.top-navigation ul li.current { color: HSL(var(--theme-primary-color)); bac= +kground-color: HSL(var(--theme-background)); font-weight: bold; } + +.top-navigation ul li.current a:hover, .top-navigation ul li.current a:acti= +ve, .top-navigation ul li.current a:focus { color: HSL(var(--theme-primary-= +color)); background-color: HSL(var(--theme-background)); } + +.top-navigation a { height: 2.1875rem; display: flex; -webkit-box-align: ce= +nter; align-items: center; padding: 0px 1.25rem; color: HSL(var(--theme-pri= +mary-color)); text-decoration: none; } + +.top-navigation a:hover, .top-navigation a:active, .top-navigation a:focus = +{ color: HSL(var(--theme-primary-color)); background-color: rgb(207, 215, 2= +22); text-decoration: none; } + +.top-navigation a.mijn-politie { background: rgb(231, 235, 238); margin-lef= +t: auto; height: 2.1875rem; } + +.top-navigation a.mijn-politie span { margin-right: 0.3125rem; margin-left:= + 0px; } + +.top-navigation a.mijn-politie span::before { vertical-align: baseline; } + +.top-navigation a.mijn-politie:hover, .top-navigation a.mijn-politie:active= +, .top-navigation a.mijn-politie:focus { background-color: rgb(207, 215, 22= +2); } + +.top-navigation .grid-x > :last-child { margin-right: 1.25rem; } + +.top-navigation-mobile { width: 100%; color: HSL(var(--theme-primary-color)= +); background-color: rgb(240, 243, 245); } + +.top-navigation-mobile .grid-container { margin: 0px; max-width: none; } + +.top-navigation-mobile p { margin: 10px 0px; padding: 0px 1.25rem; height: = +40px; display: flex; -webkit-box-align: center; align-items: center; } + +.top-navigation-mobile ul { display: flex; -webkit-box-orient: vertical; -w= +ebkit-box-direction: normal; flex-direction: column; margin: 0px 0px 1.125r= +em; list-style: none; } + +.top-navigation-mobile ul li::before { content: none; } + +.top-navigation-mobile ul li.current a { background: rgb(240, 243, 245); } + +.top-navigation-mobile ul li.current:first-child { border-top: none; } + +.top-navigation-mobile ul li a { height: 100%; width: 100%; display: inline= +-flex; -webkit-box-pack: start; justify-content: flex-start; text-decoratio= +n: none; color: HSL(var(--theme-primary-color)); padding: 0.375rem 1.25rem;= + } + +.top-navigation-mobile ul li a span { display: flex; margin: -0.5rem 0.5rem= + 0px 0px; height: 1.5rem; line-height: 1.5rem; -webkit-box-align: center; a= +lign-items: center; } + +.top-navigation-mobile ul li a:hover, .top-navigation-mobile ul li a:active= +, .top-navigation-mobile ul li a:focus { color: HSL(var(--theme-primary-col= +or)); background-color: rgb(207, 215, 222); text-decoration: none; } + +.top-navigation-mobile .mijn-politie, .top-navigation-mobile .language-menu= +-mobile a { color: HSL(var(--theme-on-primary)); background: HSL(var(--them= +e-primary-color)); border-top: 1px solid HSL(var(--theme-primary-color)); p= +adding: 0px 1.25rem; height: 3.75rem; display: flex; -webkit-box-align: cen= +ter; align-items: center; } + +.top-navigation-mobile .mijn-politie span, .top-navigation-mobile .language= +-menu-mobile a span { margin-right: 0.625rem; margin-left: 0px; } + +.top-navigation-mobile .mijn-politie:hover, .top-navigation-mobile .mijn-po= +litie:active, .top-navigation-mobile .mijn-politie:focus, .top-navigation-m= +obile .language-menu-mobile a:hover, .top-navigation-mobile .language-menu-= +mobile a:active, .top-navigation-mobile .language-menu-mobile a:focus { bac= +kground: HSL(var(--theme-primary-darker)); text-decoration: none; } + +.top-navigation-mobile .language-menu-mobile { margin-bottom: 0px; } + +.top-navigation-mobile .language-menu-mobile a { color: HSL(var(--theme-pri= +mary-color)); background-color: rgb(240, 243, 245); border-bottom: 1px soli= +d rgb(207, 215, 222); } + +.top-navigation-mobile .language-menu-mobile a:hover, .top-navigation-mobil= +e .language-menu-mobile a:active, .top-navigation-mobile .language-menu-mob= +ile a:focus { color: HSL(var(--theme-primary-color)); background-color: rgb= +(207, 215, 222); } + +.top-navigation-mobile--mijn-politie .mijn-politie { color: HSL(var(--theme= +-primary-color)); background: rgb(231, 235, 238); border-top: none; } + +.top-navigation-mobile--mijn-politie .mijn-politie:hover, .top-navigation-m= +obile--mijn-politie .mijn-politie:active, .top-navigation-mobile--mijn-poli= +tie .mijn-politie:focus { background: rgb(207, 215, 222); } + +.aspect-ratio-box { --aspect-ratio-percentage: 100%; position: relative; ov= +erflow: hidden; padding-bottom: var(--aspect-ratio-percentage); height: 0px= +; } + +.aspect-ratio-box__inner-wrapper { position: absolute; top: 0px; left: 0px;= + width: 100%; height: 100%; } + +.aspect-ratio-box--16-9 { --aspect-ratio-percentage: 56.25%; } + +.underhang { position: absolute; width: 100%; top: 100%; left: 0px; } + +@media screen and (max-width: 63.99875em) { + * .underhang-medium-down { position: absolute; width: 100%; top: 100%; le= +ft: 0px; } +} + +:root { --theme-primary-color: 207.69, 100%, 25.5%; --theme-primary-darker:= + 207.69, 100%, 18%; --theme-primary-darkest: 207.69, 100%, 13.9%; --theme-p= +rimary-lighter: 207.69, 100%, 42%; --theme-primary-lightest: 207.69, 34.5%,= + 77.8%; --theme-primary-lighter-than-lightest: 207.69, 73%, 71%; --theme-on= +-primary: 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color:= + 0, 0%, 12.5%; --theme-background-alt: 207.69, 36.2%, 90.8%; --theme-link-v= +isited-color: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 8= +6%; --theme-error-dark: 0, 100%, 27.1%; --theme-error-color: 0, 100%, 42.5%= +; --theme-error-lighter: 0, 73.7%, 59.8%; --theme-error-lightest: 0, 74.7%,= + 82.9%; } + +.theme-politie-cn { --theme-primary-color: 230, 93.5%, 24.1%; --theme-prima= +ry-darker: 230, 94%, 20%; --theme-primary-darkest: 230, 92%, 15%; --theme-p= +rimary-lighter: 230, 100%, 42%; --theme-primary-lightest: 230, 33.9%, 77.5%= +; --theme-primary-lighter-than-lightest: 230, 46%, 92%; --theme-on-primary:= + 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color: 0, 0%, 1= +2.5%; --theme-background-alt: 230, 31.6%, 92.5%; --theme-link-visited-color= +: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 86%; } + +main.mijnpolitie { background-color: rgb(240, 243, 245); } + +.vuetify-form .v-textarea .v-counter { color: HSL(var(--theme-primary-color= +)); margin-left: 0px; } + +.modal-content .vuetify-form .v-textarea .v-counter { color: HSL(var(--them= +e-on-primary)) !important; } + +.modal-content .vuetify-form .v-textarea.error--text .v-counter { color: HS= +L(var(--theme-error-lightest)) !important; } + +.vuetify-form .v-radio-group { margin-top: 0px; padding-top: 0px; margin-bo= +ttom: 0.9375rem; } + +.vuetify-form .v-radio-group .v-radio { width: fit-content; padding-right: = +1rem; } + +.vuetify-form .v-radio-group .v-radio .v-label { color: HSL(var(--theme-pri= +mary-color)) !important; } + +.vuetify-form .v-radio-group .v-radio .v-input--selection-controls__input {= + height: 20px; width: 20px; color: HSL(var(--theme-primary-lighter)); } + +.vuetify-form .v-radio-group .v-radio .v-input--selection-controls__input:h= +over .v-input--selection-controls__ripple::before { background: HSL(var(--t= +heme-primary-lighter)); } + +.vuetify-form .v-radio-group .v-radio .v-input--selection-controls__input .= +v-icon { font-size: 20px; margin-left: -2px; color: HSL(var(--theme-primary= +-color)) !important; } + +.vuetify-form .v-radio-group .v-radio .v-input--selection-controls__input .= +v-icon.mdi-radiobox-marked { background: radial-gradient(HSL(var(--theme-on= +-primary)) 50%, transparent 50%); } + +.vuetify-form .v-radio-group .v-radio .v-input--selection-controls__input i= +nput[type=3D"radio"]::after, .vuetify-form .v-radio-group .v-radio .v-input= +--selection-controls__input input[type=3D"radio"]:checked { opacity: 0; } + +.vuetify-form .v-radio-group .v-radio .v-input--selection-controls__input .= +v-input--selection-controls__ripple { margin-left: 3px; height: 26px; width= +: 26px; left: -8px; top: calc(50% - 20px); } + +.vuetify-form .v-radio-group .v-radio.radio--error .v-input--selection-cont= +rols__input .v-icon { color: HSL(var(--theme-error-dark)) !important; } + +.vuetify-form .v-radio-group .v-radio.radio--error .v-input--selection-cont= +rols__input:hover .v-input--selection-controls__ripple.error--text::before = +{ background: HSL(var(--theme-error-dark)); } + +.vuetify-form .v-radio-group .v-radio.radio--error .v-input--selection-cont= +rols__input input[type=3D"radio"] { border: 2px solid HSL(var(--theme-error= +-dark)); } + +.vuetify-form .v-radio-group .v-radio.radio--error .v-input--selection-cont= +rols__input input[type=3D"radio"]::after { background: HSL(var(--theme-erro= +r-dark)); } + +.vuetify-form .v-checkbox-group { margin-bottom: 1.875rem; } + +.vuetify-form .v-checkbox-group .v-input:not(.v-textfield) .v-input__slot {= + width: fit-content; padding-right: 1rem; } + +.vuetify-form .v-checkbox-group .v-input--selection-controls:first-of-type = +{ margin-top: 0px; padding-top: 0px; } + +.vuetify-form .v-checkbox-group .v-input--selection-controls:not(:first-of-= +type) { margin-top: 5px; } + +.vuetify-form .v-checkbox-group .v-input--selection-controls .v-input--sele= +ction-controls__input .v-icon { margin-left: -3px; color: HSL(var(--theme-p= +rimary-color)) !important; caret-color: HSL(var(--theme-primary-color)) !im= +portant; } + +.vuetify-form .v-checkbox-group .v-input--selection-controls .v-input--sele= +ction-controls__input .v-input--selection-controls__ripple { left: -15px; c= +olor: HSL(var(--theme-primary-lighter)) !important; caret-color: HSL(var(--= +theme-primary-lighter)) !important; } + +.vuetify-form .v-checkbox-group .checkbox-group__checkboxes .v-input--check= +box:last-child { margin-bottom: 0.625rem; } + +.vuetify-form .v-checkbox-group .checkbox-group__messages { margin-top: 0.3= +125rem; } + +.vuetify-form .v-checkbox-group .v-input--checkbox.error--text .v-input--se= +lection-controls__input .v-icon { color: HSL(var(--theme-error-dark)) !impo= +rtant; caret-color: HSL(var(--theme-error-dark)) !important; } + +.vuetify-form .v-checkbox-group .v-input--checkbox.error--text .v-input--se= +lection-controls__input .v-input--selection-controls__ripple { color: HSL(v= +ar(--theme-error-dark)) !important; caret-color: HSL(var(--theme-error-dark= +)) !important; } + +.v-application input[type=3D"date"]::-webkit-inner-spin-button, .v-applicat= +ion input[type=3D"date"]::-webkit-calendar-picker-indicator { background: r= +gba(0, 0, 0, 0); inset: 0px; color: rgba(0, 0, 0, 0); cursor: pointer; heig= +ht: auto; position: absolute; width: auto; } + +.v-application .v-icon:hover { cursor: pointer; } + +.v-picker .v-picker__body { width: 21rem !important; } + +.v-picker .v-date-picker-header__value button, .v-picker .v-date-picker-tab= +le th, .v-picker .v-btn__content { font-weight: inherit; text-transform: ca= +pitalize; color: HSL(var(--theme-primary-color)) !important; } + +.v-picker .v-date-picker-table { height: 100%; } + +.v-picker .v-date-picker-table--date th { padding: 8px 0px 14px; } + +.v-picker .v-date-picker-table tbody td { padding: 0rem 2.1875rem 0.2rem 0p= +x; } + +.v-picker .v-date-picker-years { margin: 0px; } + +.v-picker .v-date-picker-years .active.primary--text { color: HSL(var(--the= +me-primary-lighter)) !important; } + +.v-picker .v-btn { height: 2.5rem; width: 2.5rem; } + +.v-picker .v-btn:hover { background-color: rgba(127, 185, 235, 0.2) !import= +ant; } + +.v-picker .v-btn__content { font-size: 1rem; } + +.v-picker .v-btn--active.accent { background-color: HSL(var(--theme-primary= +-lighter)) !important; } + +.v-picker .v-btn--active.accent .v-btn__content { color: HSL(var(--theme-on= +-primary)) !important; } + +.v-picker .v-date-picker-table__current.accent--text { color: HSL(var(--the= +me-primary-lightest)) !important; } + +.v-picker .v-date-picker-table__current.accent--text:hover { background-col= +or: rgba(127, 185, 235, 0.2) !important; } + +.v-application { font-family: "Open Sans", PolitieSans, sans-serif; } + +.v-application.theme--light { background: none; } + +.v-application--wrap { min-height: auto; } + +.v-application label.v-label { color: HSL(var(--theme-primary-color)); left= +: 0px !important; } + +.v-application p { margin-bottom: 0px; } + +.v-application .h3 { margin-top: 0px; margin-bottom: 0.9375rem; } + +.v-application .v-input__slot { border-radius: initial; } + +.v-application .button.politie-button { color: HSL(var(--theme-on-primary))= +; } + +.v-application .checkbox-group--label, .v-application .radio-group--label, = +.v-application .multiupload--label { padding-top: 0px; margin-bottom: 0.625= +rem; } + +.v-application .checkbox-group--label.checkbox-group--required::after, .v-a= +pplication .checkbox-group--label.multiupload--required::after, .v-applicat= +ion .checkbox-group--label.radio-group--required::after, .v-application .ra= +dio-group--label.checkbox-group--required::after, .v-application .radio-gro= +up--label.multiupload--required::after, .v-application .radio-group--label.= +radio-group--required::after, .v-application .multiupload--label.checkbox-g= +roup--required::after, .v-application .multiupload--label.multiupload--requ= +ired::after, .v-application .multiupload--label.radio-group--required::afte= +r { content: "*"; margin-left: 5px; color: HSL(var(--theme-error-dark)); } + +.v-application .textfield--required .v-label::after, .v-application .textfi= +eld--required .label-outside::after, .v-application .textarea--required .v-= +label::after, .v-application .textarea--required .label-outside::after, .v-= +application .cityfield--required .v-label::after, .v-application .cityfield= +--required .label-outside::after, .v-application .dropdown--required .v-lab= +el::after, .v-application .dropdown--required .label-outside::after { conte= +nt: "*"; margin-left: 5px; color: HSL(var(--theme-error-dark)); } + +.v-application .v-textfield .v-select__selection--comma, .v-application .v-= +textarea .v-select__selection--comma, .v-application .v-select .v-select__s= +election--comma { line-height: 20px; } + +.v-application .v-textfield .v-label, .v-application .v-textarea .v-label, = +.v-application .v-select .v-label { height: auto; line-height: normal; } + +.v-application .v-textfield .v-label.v-label--active, .v-application .v-tex= +tarea .v-label.v-label--active, .v-application .v-select .v-label.v-label--= +active { top: 15px; } + +.v-application textarea, .v-application legend.h3, .v-application [type=3D"= +color"], .v-application [type=3D"date"], .v-application [type=3D"datetime-l= +ocal"], .v-application [type=3D"datetime"], .v-application [type=3D"email"]= +, .v-application [type=3D"month"], .v-application [type=3D"number"], .v-app= +lication [type=3D"password"], .v-application [type=3D"search"], .v-applicat= +ion [type=3D"tel"], .v-application [type=3D"text"], .v-application [type=3D= +"time"], .v-application [type=3D"url"], .v-application [type=3D"week"] { fo= +nt-size: inherit; } + +.v-application .v-messages__message, .v-application .checkbox-group__messag= +es { line-height: normal; margin-bottom: 0.9375rem; } + +.v-application .v-messages__message .error-message, .v-application .checkbo= +x-group__messages .error-message { color: HSL(var(--theme-error-dark)); fon= +t-size: 0.75rem; display: flex; -webkit-box-align: start; align-items: flex= +-start; } + +.v-application .v-messages__message .error-message__icon, .v-application .c= +heckbox-group__messages .error-message__icon { margin-right: 0.625rem; marg= +in-top: -0.1875rem; display: block; } + +.v-application .v-messages__message .error-message__icon::before, .v-applic= +ation .checkbox-group__messages .error-message__icon::before { display: blo= +ck; } + +.v-application .v-messages__message .error-message__text, .v-application .c= +heckbox-group__messages .error-message__text { margin: 0px; color: HSL(var(= +--theme-error-dark)); } + +.v-application .v-messages__message .error-message.margin-bottom, .v-applic= +ation .checkbox-group__messages .error-message.margin-bottom { margin-botto= +m: 0.75rem; } + +.v-application .v-messages__message .hint-message, .v-application .checkbox= +-group__messages .hint-message { color: HSL(var(--theme-primary-color)); fo= +nt-size: 0.75rem; display: flex; -webkit-box-align: start; align-items: fle= +x-start; } + +.v-application .v-messages__message .hint-message__icon, .v-application .ch= +eckbox-group__messages .hint-message__icon { margin-right: 0.625rem; margin= +-top: -0.1875rem; display: block; } + +.v-application .v-messages__message .hint-message__icon::before, .v-applica= +tion .checkbox-group__messages .hint-message__icon::before { display: block= +; } + +.v-application .v-messages__message .hint-message__text, .v-application .ch= +eckbox-group__messages .hint-message__text { margin: 0px; color: HSL(var(--= +theme-primary-color)); } + +.v-application .v-messages__message .hint-message.margin-bottom, .v-applica= +tion .checkbox-group__messages .hint-message.margin-bottom { margin-bottom:= + 0.75rem; } + +.v-application .v-dropdown { -webkit-box-orient: vertical; -webkit-box-dire= +ction: normal; flex-direction: column; } + +.v-application .v-dropdown .label-outside { margin-bottom: 0.5rem; } + +.v-application .v-textfield.v-text-field--filled:not(.textfield--error) .v-= +input__control > .v-input__slot, .v-application .v-textfield.v-text-field--= +filled:not(.textfield--error) .v-input__control > .v-input__slot:hover, .v-= +application .v-textarea.v-text-field--filled:not(.textarea--error) .v-input= +__control > .v-input__slot, .v-application .v-textarea.v-text-field--filled= +:not(.textarea--error) .v-input__control > .v-input__slot:hover, .v-applica= +tion .v-autocomplete.v-text-field--filled:not(.cityfield--error) .v-input__= +control > .v-input__slot, .v-application .v-autocomplete.v-text-field--fill= +ed:not(.cityfield--error) .v-input__control > .v-input__slot:hover, .v-appl= +ication .v-dropdown.v-text-field--filled:not(.dropdown--error) .v-input__co= +ntrol > .v-input__slot, .v-application .v-dropdown.v-text-field--filled:not= +(.dropdown--error) .v-input__control > .v-input__slot:hover { background-co= +lor: HSL(var(--theme-background)); } + +.v-application .v-textfield.v-text-field--filled:not(.textfield--error) .v-= +input__control > .v-input__slot::before, .v-application .v-textarea.v-text-= +field--filled:not(.textarea--error) .v-input__control > .v-input__slot::bef= +ore, .v-application .v-autocomplete.v-text-field--filled:not(.cityfield--er= +ror) .v-input__control > .v-input__slot::before, .v-application .v-dropdown= +.v-text-field--filled:not(.dropdown--error) .v-input__control > .v-input__s= +lot::before { border-color: HSL(var(--theme-primary-color)); } + +.v-application .v-textfield.v-text-field--filled:not(.textfield--error).v-i= +nput--is-focused > .v-input__control, .v-application .v-textfield.v-text-fi= +eld--filled:not(.textfield--error).v-input--is-focused > .v-input__control = +> .v-input__slot::after, .v-application .v-textarea.v-text-field--filled:no= +t(.textarea--error).v-input--is-focused > .v-input__control, .v-application= + .v-textarea.v-text-field--filled:not(.textarea--error).v-input--is-focused= + > .v-input__control > .v-input__slot::after, .v-application .v-autocomplet= +e.v-text-field--filled:not(.cityfield--error).v-input--is-focused > .v-inpu= +t__control, .v-application .v-autocomplete.v-text-field--filled:not(.cityfi= +eld--error).v-input--is-focused > .v-input__control > .v-input__slot::after= +, .v-application .v-dropdown.v-text-field--filled:not(.dropdown--error).v-i= +nput--is-focused > .v-input__control, .v-application .v-dropdown.v-text-fie= +ld--filled:not(.dropdown--error).v-input--is-focused > .v-input__control > = +.v-input__slot::after { color: HSL(var(--theme-primary-lighter)); border-co= +lor: HSL(var(--theme-primary-lighter)); } + +.v-application .v-textfield.v-text-field--filled:not(.textfield--error):hov= +er > .v-input__control > .v-input__slot::before, .v-application .v-textarea= +.v-text-field--filled:not(.textarea--error):hover > .v-input__control > .v-= +input__slot::before, .v-application .v-autocomplete.v-text-field--filled:no= +t(.cityfield--error):hover > .v-input__control > .v-input__slot::before, .v= +-application .v-dropdown.v-text-field--filled:not(.dropdown--error):hover >= + .v-input__control > .v-input__slot::before { border-color: HSL(var(--theme= +-primary-lighter)); } + +.v-application .v-textfield.v-text-field--filled.textfield--error .v-label,= + .v-application .v-textarea.v-text-field--filled.textarea--error .v-label, = +.v-application .v-cityfield.v-text-field--filled.cityfield--error .v-label,= + .v-application .v-dropdown.v-text-field--filled.dropdown--error .v-label {= + color: HSL(var(--theme-error-dark)) !important; } + +.v-application .v-textfield.v-text-field--filled.textfield--error .v-input_= +_control > .v-input__slot, .v-application .v-textarea.v-text-field--filled.= +textarea--error .v-input__control > .v-input__slot, .v-application .v-cityf= +ield.v-text-field--filled.cityfield--error .v-input__control > .v-input__sl= +ot, .v-application .v-dropdown.v-text-field--filled.dropdown--error .v-inpu= +t__control > .v-input__slot { background-color: HSL(var(--theme-error-light= +est)) !important; } + +.v-application .v-textfield.v-text-field--filled.textfield--error .v-input_= +_control > .v-input__slot::before, .v-application .v-textfield.v-text-field= +--filled.textfield--error .v-input__control > .v-input__slot::after, .v-app= +lication .v-textarea.v-text-field--filled.textarea--error .v-input__control= + > .v-input__slot::before, .v-application .v-textarea.v-text-field--filled.= +textarea--error .v-input__control > .v-input__slot::after, .v-application .= +v-cityfield.v-text-field--filled.cityfield--error .v-input__control > .v-in= +put__slot::before, .v-application .v-cityfield.v-text-field--filled.cityfie= +ld--error .v-input__control > .v-input__slot::after, .v-application .v-drop= +down.v-text-field--filled.dropdown--error .v-input__control > .v-input__slo= +t::before, .v-application .v-dropdown.v-text-field--filled.dropdown--error = +.v-input__control > .v-input__slot::after { border-color: HSL(var(--theme-e= +rror-color)); } + +.v-application .v-textarea.v-text-field--filled.textarea--error .v-text-fie= +ld__slot textarea { background: rgba(0, 0, 0, 0); } + +.v-application .v-radio-group .v-textfield, .v-application .v-checkbox-grou= +p .v-textfield { margin-top: 0.625rem; } + +.v-application .v-radio-group .v-textfield .v-text-field__details, .v-appli= +cation .v-checkbox-group .v-textfield .v-text-field__details { margin-botto= +m: 0px; min-height: auto; } + +.v-application .v-radio-group .v-textfield .v-text-field__details .v-messag= +es, .v-application .v-checkbox-group .v-textfield .v-text-field__details .v= +-messages { min-height: auto; } + +.v-application .v-input__append-inner .v-icon { color: HSL(var(--theme-prim= +ary-color)); } + +.v-application .textfield--error .v-input__append-inner .v-icon { color: HS= +L(var(--theme-error-dark)); } + +.v-application .v-menu__content { left: 0px !important; } + +.v-application .v-cityfield .v-menu__content, .v-application .v-dropdown .v= +-menu__content { margin-top: 5px; } + +.v-application .v-cityfield .v-menu__content .v-list-item--link::before, .v= +-application .v-dropdown .v-menu__content .v-list-item--link::before { back= +ground-color: HSL(var(--theme-primary-lighter)); } + +.v-application .v-cityfield .v-menu__content .v-list-item--highlighted, .v-= +application .v-dropdown .v-menu__content .v-list-item--highlighted { backgr= +ound-color: HSLA(var(--theme-primary-color), 0.2); } + +.v-application .v-cityfield .v-menu__content .v-list-item--highlighted .v-l= +ist-item__title, .v-application .v-dropdown .v-menu__content .v-list-item--= +highlighted .v-list-item__title { color: HSL(var(--theme-primary-color)); } + +.v-application .v-cityfield .v-menu__content .v-list-item:hover .v-list-ite= +m__title, .v-application .v-dropdown .v-menu__content .v-list-item:hover .v= +-list-item__title { color: HSL(var(--theme-primary-lighter)); } + +.v-application .v-cityfield .v-menu__content .v-list-item:hover.v-list-item= +, .v-application .v-dropdown .v-menu__content .v-list-item:hover.v-list-ite= +m { background-color: HSLA(var(--theme-background-alt), 0.2); } + +.v-application .v-cityfield .v-menu__content .v-list-item__content, .v-appl= +ication .v-dropdown .v-menu__content .v-list-item__content { color: HSL(var= +(--theme-primary-color)); } + +.v-application .v-cityfield .v-menu__content .v-list-item__content .v-list-= +item__title, .v-application .v-dropdown .v-menu__content .v-list-item__cont= +ent .v-list-item__title { line-height: 1.4; } + +.v-application .v-cityfield .v-menu__content.menuable__content__active, .v-= +application .v-dropdown .v-menu__content.menuable__content__active { max-he= +ight: 256px !important; } + +.modal-content .v-application .v-messages__message, .modal-content .v-appli= +cation .checkbox-group__messages { line-height: normal; margin-bottom: 0.93= +75rem; } + +.modal-content .v-application .v-messages__message .error-message, .modal-c= +ontent .v-application .checkbox-group__messages .error-message { color: HSL= +(var(--theme-error-lightest)); font-size: 0.75rem; display: flex; -webkit-b= +ox-align: start; align-items: flex-start; } + +.modal-content .v-application .v-messages__message .error-message__icon, .m= +odal-content .v-application .checkbox-group__messages .error-message__icon = +{ margin-right: 0.625rem; margin-top: -0.1875rem; display: block; } + +.modal-content .v-application .v-messages__message .error-message__icon::be= +fore, .modal-content .v-application .checkbox-group__messages .error-messag= +e__icon::before { display: block; } + +.modal-content .v-application .v-messages__message .error-message__text, .m= +odal-content .v-application .checkbox-group__messages .error-message__text = +{ margin: 0px; color: HSL(var(--theme-error-lightest)); } + +.modal-content .v-application .v-messages__message .error-message.margin-bo= +ttom, .modal-content .v-application .checkbox-group__messages .error-messag= +e.margin-bottom { margin-bottom: 0.75rem; } + +.modal-content .v-application .v-messages__message .hint-message, .modal-co= +ntent .v-application .checkbox-group__messages .hint-message { color: HSL(v= +ar(--theme-on-primary)); font-size: 0.75rem; display: flex; -webkit-box-ali= +gn: start; align-items: flex-start; } + +.modal-content .v-application .v-messages__message .hint-message__icon, .mo= +dal-content .v-application .checkbox-group__messages .hint-message__icon { = +margin-right: 0.625rem; margin-top: -0.1875rem; display: block; } + +.modal-content .v-application .v-messages__message .hint-message__icon::bef= +ore, .modal-content .v-application .checkbox-group__messages .hint-message_= +_icon::before { display: block; } + +.modal-content .v-application .v-messages__message .hint-message__text, .mo= +dal-content .v-application .checkbox-group__messages .hint-message__text { = +margin: 0px; color: HSL(var(--theme-on-primary)); } + +.modal-content .v-application .v-messages__message .hint-message.margin-bot= +tom, .modal-content .v-application .checkbox-group__messages .hint-message.= +margin-bottom { margin-bottom: 0.75rem; } + +.vuetify-page { display: flex; -webkit-box-orient: vertical; -webkit-box-di= +rection: normal; flex-flow: column nowrap; gap: 0px; margin-bottom: 0.625re= +m; } + +.vuetify-page__header { margin-bottom: 0.625rem; } + +.vuetify-page__divider { margin-left: 14.5px; width: 1px; height: 1.25rem; = +background-color: HSL(var(--theme-primary-color)); opacity: 0.5; } + +.vuetify-page__fieldset { padding: 0px; border: 0px; } + +.vuetify-page.active { gap: 0.625rem; } + +.vuetify-page.active .vuetify-page__header { margin-bottom: 0px; } + +.vuetify-page--checking .vuetify-page__body p.vuetify-checking-label, .vuet= +ify-form-completed p.vuetify-checking-label { margin-bottom: 0px; } + +.vuetify-page--checking .vuetify-page__body p.vuetify-checking-value, .vuet= +ify-form-completed p.vuetify-checking-value { margin-bottom: 1rem; } + +.vuetify-page--checking .vuetify-page__body p.vuetify-checking-value.show-l= +ine-breaks, .vuetify-form-completed p.vuetify-checking-value.show-line-brea= +ks { white-space: pre-line; } + +.vuetify-page--checking .vuetify-page__body p.vuetify-checking-value.hyphen= +-prefix, .vuetify-form-completed p.vuetify-checking-value.hyphen-prefix { p= +adding-left: 24px; } + +.vuetify-page--checking .vuetify-page__body p.vuetify-checking-value.hyphen= +-prefix::before, .vuetify-form-completed p.vuetify-checking-value.hyphen-pr= +efix::before { content: ""; position: absolute; width: 0.625rem; height: 0.= +1875rem; margin-top: 0.73em; background-color: HSL(var(--theme-primary-colo= +r)); margin-left: -24px; } + +.vuetify-page--checking .vuetify-page__body ul, .vuetify-form-completed ul = +{ margin-left: 0px; } + +.vuetify-page--checking .vuetify-page__body ul li::before, .vuetify-form-co= +mpleted ul li::before { width: 0.625rem; height: 0.1875rem; left: -1.44rem;= + margin-top: 0.93em; border-radius: 0px; } + +.vuetify-page--checking .vuetify-page__body p.vuetify-page__body__descripti= +on, .vuetify-form-completed p.vuetify-page__body__description { margin-bott= +om: 1.875rem; } + +.vuetify-form-completed .vuetify-form-completed__info { margin-bottom: 1rem= +; } + +.vuetify-form-completed__copy { margin-bottom: 1.25rem; } + +.vuetify-form-completed__copy-message { font-size: 0.75rem; color: HSL(var(= +--theme-primary-color)); } + +.vuetify-form-completed__copy-message .icon-com { margin: 0px 0.5rem; } + +.vuetify-form-completed__copy-message .error { color: rgb(138, 0, 0); } + +.vuetify-form-completed__toggle-submitted { padding: 0.5rem 0px 0.5rem 1.25= +rem; width: 100%; display: grid; grid-template-columns: 1fr 1rem; gap: 0.5r= +em; border-radius: 0px; border-left: 4px solid HSL(var(--theme-primary-colo= +r)); text-align: left; } + +.vuetify-form-completed__toggle-submitted:hover { color: HSL(var(--theme-pr= +imary-lighter)); border-left-color: HSL(var(--theme-primary-lighter)); } + +.vuetify-form-completed__toggle-submitted .icon-com { margin: 0px; } + +.form-page-header { display: grid; grid-template-columns: 29px 1fr; -webkit= +-box-align: center; align-items: center; gap: 0.625rem; color: HSL(var(--th= +eme-primary-color)); cursor: pointer; } + +.form-page-header--active { opacity: 1; color: HSL(var(--theme-primary-ligh= +ter)); font-weight: bold; } + +.form-page-header--active .form-page-header__badge { background: HSL(var(--= +theme-primary-lighter)); color: HSL(var(--theme-on-primary)); } + +.form-page-header--disabled { cursor: default; pointer-events: none; opacit= +y: 0.5; } + +.form-page-header:hover .form-page-header__title { text-decoration: underli= +ne; color: HSL(var(--theme-primary-lighter)); } + +.form-page-header:hover .form-page-header__badge { background: HSL(var(--th= +eme-primary-lighter)); color: HSL(var(--theme-on-primary)); } + +.form-page-header:focus { } + +.form-page-header__badge { display: block; width: 29px; height: 29px; text-= +align: center; line-height: 29px; border-radius: 50%; background: HSL(var(-= +-theme-primary-color)); color: HSL(var(--theme-on-primary)); } + +@media screen and (max-width: 74.99875em) { + .vuetify-form .confirmation-modal .button-group { display: flex; -webkit-= +box-orient: vertical; -webkit-box-direction: reverse; flex-direction: colum= +n-reverse; } + .vuetify-form .confirmation-modal .politie-button + .politie-button { mar= +gin-bottom: 10px; margin-left: 0px; } +} + +.icon-image { width: 1em; } + +.link-card__card-label { position: absolute; top: 0px; right: 0px; padding:= + 1em 2em; color: HSL(var(--theme-on-primary)); background-color: HSL(var(--= +theme-primary-color)); font-weight: bold; } + +.link-card__card-label .icon-com { margin-left: 0px; margin-right: 0.375rem= +; } + +:root { --theme-primary-color: 207.69, 100%, 25.5%; --theme-primary-darker:= + 207.69, 100%, 18%; --theme-primary-darkest: 207.69, 100%, 13.9%; --theme-p= +rimary-lighter: 207.69, 100%, 42%; --theme-primary-lightest: 207.69, 34.5%,= + 77.8%; --theme-primary-lighter-than-lightest: 207.69, 73%, 71%; --theme-on= +-primary: 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color:= + 0, 0%, 12.5%; --theme-background-alt: 207.69, 36.2%, 90.8%; --theme-link-v= +isited-color: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 8= +6%; --theme-error-dark: 0, 100%, 27.1%; --theme-error-color: 0, 100%, 42.5%= +; --theme-error-lighter: 0, 73.7%, 59.8%; --theme-error-lightest: 0, 74.7%,= + 82.9%; } + +.theme-politie-cn { --theme-primary-color: 230, 93.5%, 24.1%; --theme-prima= +ry-darker: 230, 94%, 20%; --theme-primary-darkest: 230, 92%, 15%; --theme-p= +rimary-lighter: 230, 100%, 42%; --theme-primary-lightest: 230, 33.9%, 77.5%= +; --theme-primary-lighter-than-lightest: 230, 46%, 92%; --theme-on-primary:= + 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color: 0, 0%, 1= +2.5%; --theme-background-alt: 230, 31.6%, 92.5%; --theme-link-visited-color= +: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 86%; } + +:root { --theme-primary-color: 207.69, 100%, 25.5%; --theme-primary-darker:= + 207.69, 100%, 18%; --theme-primary-darkest: 207.69, 100%, 13.9%; --theme-p= +rimary-lighter: 207.69, 100%, 42%; --theme-primary-lightest: 207.69, 34.5%,= + 77.8%; --theme-primary-lighter-than-lightest: 207.69, 73%, 71%; --theme-on= +-primary: 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color:= + 0, 0%, 12.5%; --theme-background-alt: 207.69, 36.2%, 90.8%; --theme-link-v= +isited-color: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 8= +6%; --theme-error-dark: 0, 100%, 27.1%; --theme-error-color: 0, 100%, 42.5%= +; --theme-error-lighter: 0, 73.7%, 59.8%; --theme-error-lightest: 0, 74.7%,= + 82.9%; } + +.theme-politie-cn { --theme-primary-color: 230, 93.5%, 24.1%; --theme-prima= +ry-darker: 230, 94%, 20%; --theme-primary-darkest: 230, 92%, 15%; --theme-p= +rimary-lighter: 230, 100%, 42%; --theme-primary-lightest: 230, 33.9%, 77.5%= +; --theme-primary-lighter-than-lightest: 230, 46%, 92%; --theme-on-primary:= + 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color: 0, 0%, 1= +2.5%; --theme-background-alt: 230, 31.6%, 92.5%; --theme-link-visited-color= +: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 86%; } + +button { cursor: pointer; } + +a.button { text-decoration: none; cursor: pointer; outline-width: 0px; line= +-height: 1; } + +a.button:focus, a.button:hover { text-decoration: none; } + +.politie-button { display: inline-block; border-radius: 5px; padding: 1.009= +37rem 1.875rem; font-weight: bold; font-size: 19px; line-height: 19px; bord= +er-width: 1px; border-style: solid; border-image: initial; vertical-align: = +top; outline: 0px; transform: translate(0px, -2px); background-color: HSL(v= +ar(--theme-primary-color)); color: HSL(var(--theme-on-primary)); border-col= +or: HSL(var(--theme-primary-color)); box-shadow: rgb(32, 32, 32) 0px 2px; } + +.politie-button:focus, .politie-button:hover { transform: translate(0px, -1= +px); text-decoration: none; } + +.politie-button:active { transform: translate(0px, 0px); } + +.politie-button.full-width { width: 100%; text-align: center; } + +.politie-button [class*=3D"ic-"]::before, .politie-button [class^=3D"ic-"]:= +:before, .politie-button [data-icon]::before { line-height: 0; } + +.politie-button:focus, .politie-button:hover, .politie-button:active { back= +ground-color: HSL(var(--theme-primary-lighter)); color: HSL(var(--theme-on-= +primary)); border-color: HSL(var(--theme-primary-lighter)); box-shadow: 0 1= +px HSL(var(--theme-primary-color)); } + +.politie-button:active { box-shadow: none; } + +.politie-button.hollow { background-color: rgba(0, 0, 0, 0); color: HSL(var= +(--theme-primary-color)); border-color: HSL(var(--theme-primary-color)); bo= +x-shadow: 0 2px HSL(var(--theme-primary-color)); } + +.politie-button.hollow:focus, .politie-button.hollow:hover, .politie-button= +.hollow:active { background-color: rgba(0, 0, 0, 0); color: HSL(var(--theme= +-primary-lighter)); border-color: HSL(var(--theme-primary-lighter)); box-sh= +adow: 0 1px HSL(var(--theme-primary-lighter)); } + +.politie-button.hollow:active { box-shadow: none; } + +.politie-button.politie-button-primary-inverse { background-color: rgb(255,= + 255, 255); color: HSL(var(--theme-primary-color)); border-color: HSL(var(-= +-theme-on-primary)); box-shadow: 0 2px HSL(var(--theme-primary-lightest)); = +} + +.politie-button.politie-button-primary-inverse:focus, .politie-button.polit= +ie-button-primary-inverse:hover, .politie-button.politie-button-primary-inv= +erse:active { background-color: HSL(var(--theme-primary-lighter)); color: H= +SL(var(--theme-on-primary)); border-color: HSL(var(--theme-primary-lighter)= +); box-shadow: 0 1px HSL(var(--theme-primary-lightest)); } + +.politie-button.politie-button-primary-inverse:active { box-shadow: none; } + +.politie-button.politie-button-primary-inverse.hollow { background-color: r= +gba(0, 0, 0, 0); color: HSL(var(--theme-on-primary)); border-color: HSL(var= +(--theme-on-primary)); box-shadow: 0 2px HSL(var(--theme-on-primary)); } + +.politie-button.politie-button-primary-inverse.hollow:focus, .politie-butto= +n.politie-button-primary-inverse.hollow:hover, .politie-button.politie-butt= +on-primary-inverse.hollow:active { background-color: rgba(0, 0, 0, 0); colo= +r: HSL(var(--theme-primary-lighter-than-lightest)); border-color: HSL(var(-= +-theme-primary-lighter-than-lightest)); box-shadow: 0 1px HSL(var(--theme-p= +rimary-lighter-than-lightest)); } + +.politie-button.politie-button-primary-inverse.hollow:active { box-shadow: = +none; } + +.politie-button[disabled] { opacity: 0.2; cursor: not-allowed; } + +.politie-button i { margin-left: -0.3125rem; padding-right: 0.5rem; vertica= +l-align: baseline; font-size: 21px; position: relative; top: -0.125rem; spe= +ak: none; } + +.politie-button span { vertical-align: baseline; padding-right: 0.5rem; } + +@media screen and (max-width: 39.99875em) { + .politie-button { width: 100%; text-align: center; } +} + +@media print, screen and (min-width: 40em) { + .politie-button + .politie-button { margin-left: 5px; } +} + +@media screen and (max-width: 39.99875em) { + .politie-button + .politie-button { margin-top: 10px; } +} + +@media screen and (min-width: 40em) { + .politie-button + .politie-button { margin-left: 5px; } +} + +.politie-button img { margin-right: 10px; } + +.button-link { color: HSL(var(--theme-primary-color)); padding-top: 0.5rem;= + text-align: left; display: block; } + +.button-link:focus, .button-link:hover, .button-link:active { color: HSL(va= +r(--theme-primary-lighter)); text-decoration: underline; } + +.breadcrumbs { --breadcrumbs-color-default: HSL(var(--theme-primary-color))= +; --breadcrumbs-separator-glyph-default: "=EE=A6=98"; --breadcrumbs-separat= +or-color-default: HSL(var(--theme-primary-color)); display: flex; -webkit-b= +ox-orient: horizontal; -webkit-box-direction: normal; flex-flow: row wrap; = +list-style: none; color: var(--breadcrumbs-color-default); padding: 0px; ma= +rgin: 0px; font-size: 0.875rem; } + +.breadcrumbs__crumb { display: flex; } + +.breadcrumbs__crumb::before { display: none; } + +.breadcrumbs__crumb::after { font-family: "Politie icons"; font-weight: 500= +; content: var(--breadcrumbs-separator-glyph, var(--breadcrumbs-separator-g= +lyph-default)); color: var(--breadcrumbs-separator-color, var(--breadcrumbs= +-separator-color-default)); margin: -0.125rem 0.625rem 0px; } + +.breadcrumbs__crumb--current { font-weight: bold; } + +.breadcrumbs__crumb--current::after { display: none; } + +.breadcrumbs__crumb__link { text-decoration: none; } + +.breadcrumbs__crumb__link:hover { text-decoration: underline; } + +.breadcrumbs__wrapper { margin-top: 2.1875rem; } + +.link-card { display: flex; position: relative; -webkit-box-orient: vertica= +l; -webkit-box-direction: normal; flex-flow: column; color: HSL(var(--theme= +-primary-color)); background: HSL(var(--theme-background)); box-shadow: rgb= +a(32, 32, 32, 0.15) 0px 0px 5px 0px; counter-reset: HSL(var(--theme-primary= +-color)); } + +.link-card:hover, .link-card:active, .link-card:focus { box-shadow: rgba(32= +, 32, 32, 0.4) 0px 0px 12px 0px; } + +.link-card img { width: 100%; } + +.link-card:visited .h2, .link-card:visited .h3 { color: HSL(var(--theme-lin= +k-visited-color)); } + +.link-card:hover, .link-card:focus { text-decoration: none; color: HSL(var(= +--theme-primary-lighter)); } + +.link-card:hover .link-card__card-label, .link-card:focus .link-card__card-= +label { background-color: HSL(var(--theme-primary-lighter)); } + +.link-card:hover .h2, .link-card:hover .h3, .link-card:focus .h2, .link-car= +d:focus .h3 { color: HSL(var(--theme-primary-lighter)); } + +.link-card .link-card__content { padding: 2.25rem 2rem 1.625rem; display: f= +lex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-dire= +ction: column; height: 100%; } + +.link-card .link-card__content--image, .link-card .link-card__content--icon= + { padding-top: 0px; } + +.link-card .link-card__card-label + .link-card__content { padding-top: 3rem= +; } + +.link-card .link-card__icon { display: flex; -webkit-box-pack: center; just= +ify-content: center; color: HSL(var(--theme-on-primary)); background: HSL(v= +ar(--theme-primary-color)); padding-bottom: 0.2em; font-size: 8rem; } + +.link-card .link-card__icon::before { line-height: 1.5; } + +.link-card .link-card__main-content { -webkit-box-flex: 1; flex: 1 1 0%; } + +.link-card .link-card__main-content * { display: -webkit-box; -webkit-box-o= +rient: vertical; -webkit-line-clamp: 3; overflow: hidden; } + +.link-card .link-card .h2 { margin-bottom: 0.3125rem; } + +.link-card .link-card__call-to-action { font-weight: bold; margin-top: 1rem= +; } + +.link-card .link-card__call-to-action span { margin-left: 0.5rem; } + +.link-tile-container > .link-tile { margin-bottom: 1.375rem; } + +.link-tile { display: flex; position: relative; -webkit-box-align: center; = +align-items: center; color: HSL(var(--theme-primary-color)); padding: 1.5re= +m 3rem 1.5rem 1.5rem; text-decoration: none; text-align: left; background-c= +olor: HSL(var(--theme-background)); box-shadow: rgba(32, 32, 32, 0.15) 0px = +0px 5px 0px; min-height: 7.5rem; } + +.link-tile:hover, .link-tile:active, .link-tile:focus { box-shadow: rgba(32= +, 32, 32, 0.4) 0px 0px 12px 0px; } + +.link-tile::after { font-family: "Politie icons"; content: "=EE=A6=98"; fon= +t-weight: 500; font-size: 20px; color: HSL(var(--theme-primary-color)); pos= +ition: absolute; right: 1.5rem; } + +.link-tile:visited .h2, .link-tile:visited .h3 { color: HSL(var(--theme-lin= +k-visited-color)); } + +.link-tile:hover, .link-tile:active, .link-tile:focus { color: HSL(var(--th= +eme-primary-lighter)); text-decoration: none; } + +.link-tile:hover .h3, .link-tile:hover::after, .link-tile:active .h3, .link= +-tile:active::after, .link-tile:focus .h3, .link-tile:focus::after { color:= + HSL(var(--theme-primary-lighter)); } + +.link-tile:hover::after, .link-tile:active::after, .link-tile:focus::after = +{ right: 1.125rem; } + +.link-tile .link-tile__icon { margin: 0px 0.5rem; } + +.link-tile.link-tile--with-icon { padding: 1.5rem; } + +.link-tile.link-tile--with-icon::after { content: ""; } + +.link-tile.disabled { background-color: HSLA(var(--theme-on-primary), 0.5);= + } + +.link-tile.disabled > * { opacity: 0.5; } + +.link-tile.disabled::after { opacity: 0.5; right: 1.5rem; color: HSL(var(--= +theme-primary-color)); } + +.link-tile.disabled:hover, .link-tile.disabled:active, .link-tile.disabled:= +focus { box-shadow: rgba(32, 32, 32, 0.15) 0px 0px 5px 0px; cursor: not-all= +owed; color: HSL(var(--theme-primary-color)); } + +.link-tile.disabled:visited:hover .h2, .link-tile.disabled:visited:hover .h= +3, .link-tile.disabled:visited:active .h2, .link-tile.disabled:visited:acti= +ve .h3, .link-tile.disabled:visited:focus .h2, .link-tile.disabled:visited:= +focus .h3 { color: HSL(var(--theme-link-visited-color)); } + +.link-tile__text { margin-left: 0.75rem; } + +@supports (display: grid) { + .spec-sheet { display: grid; gap: 1.125rem 5rem; grid-template-columns: r= +epeat(2, auto); -webkit-box-pack: start; justify-content: start; } + @media screen and (max-width: 39.99875em) { + .spec-sheet { grid-template-columns: 100%; } +} + @media print, screen and (min-width: 40em) { + .spec-sheet.spec-sheet--3-col { grid-template-columns: repeat(3, auto); } +} +} + +.spec-sheet.spec-sheet--with-spacing { margin-bottom: 1.375rem; } + +.spec-sheet__item { display: flex; -webkit-box-orient: vertical; -webkit-bo= +x-direction: normal; flex-direction: column; } + +.spec-sheet__item .h4, .spec-sheet__item .spec-text { line-height: 1.6; } + +.spec-sheet__item .spec-text { color: HSL(var(--theme-primary-color)); } + +.multimedia-embed { margin-top: 2.375rem; margin-bottom: 3.125rem; width: 1= +00%; } + +.multimedia-embed__fallback { padding-left: 1rem; padding-right: 1rem; } + +.multimedia-embed--type-podcast iframe { width: 100%; height: 200px; border= +: 0px none; margin-bottom: -9px; } + +.multimedia-embed__metadata { padding-left: 1.25rem; padding-right: 1.25rem= +; } + +@media print, screen and (min-width: 64em) { + .multimedia-embed__metadata { padding-left: 0px; padding-right: 0px; } +} + +.multimedia-embed__metadata > * { margin-top: 1.25rem; } + +a span[class*=3D" ic-"], button span[class*=3D" ic-"], a.with-icon span[cla= +ss*=3D" ic-"], button.with-icon span[class*=3D" ic-"] { vertical-align: bas= +eline; margin-left: 0.375rem; display: inline-block; } + +a.with-icon.with-icon-before span[class*=3D" ic-"], button.with-icon.with-i= +con-before span[class*=3D" ic-"] { margin-right: 0.375rem; margin-left: 0px= +; } + +a.with-icon.with-icon-after span[class*=3D" ic-"], button.with-icon.with-ic= +on-after span[class*=3D" ic-"] { margin-right: 0px; margin-left: 0.375rem; = +} + +.loader-animation { width: 4.6875rem; height: 4.6875rem; } + +.loader-animation svg { animation: 1.5s linear 0s infinite normal none runn= +ing rotate; height: 100%; width: 100%; } + +.loader-animation svg circle { stroke-dasharray: 1, 200; stroke-dashoffset:= + 0; animation: 1.5s ease-in-out 0s infinite normal none running dash; strok= +e-linecap: round; fill: none; stroke-width: 5; stroke: HSL(var(--theme-prim= +ary-color)); } + +.loader-animation--inverted svg circle { stroke: HSL(var(--theme-on-primary= +)); } + +@-webkit-keyframes rotate {=20 + 100% { transform: rotate(360deg); } +} + +@keyframes rotate {=20 + 100% { transform: rotate(360deg); } +} + +@-webkit-keyframes dash {=20 + 0% { stroke-dasharray: 1, 200; stroke-dashoffset: 0; } + 50% { stroke-dasharray: 89, 200; stroke-dashoffset: -35; } + 100% { stroke-dasharray: 89, 200; stroke-dashoffset: -124; } +} + +@keyframes dash {=20 + 0% { stroke-dasharray: 1, 200; stroke-dashoffset: 0; } + 50% { stroke-dasharray: 89, 200; stroke-dashoffset: -35; } + 100% { stroke-dasharray: 89, 200; stroke-dashoffset: -124; } +} + +.publish-date { color: HSL(var(--theme-primary-color)); } + +.publish-date--top-divider { padding-top: 1.25rem; } + +.publish-date--top-divider .publish-date__label { position: relative; displ= +ay: inline; } + +.publish-date--top-divider .publish-date__label::after { content: ""; width= +: 100%; position: absolute; top: -1.25rem; left: 0px; height: 5px; backgrou= +nd-color: HSL(var(--theme-primary-color)); } + +@media screen and (min-width: 64em) { + .publish-date__label { display: block; } +} + +.menubar-with-heading { margin-top: 2.375rem; display: block; } + +@media screen and (min-width: 40em) { + .menubar-with-heading { display: flex; } +} + +.menubar-with-heading li { padding-bottom: 1rem; } + +.menubar-with-heading li .icon-com::before { vertical-align: text-bottom; } + +.menubar-with-heading h2 { margin-top: 0.75rem; margin-right: 1.5rem; } + +.overview-item { border-bottom: 1px solid HSL(var(--theme-primary-lightest)= +); } + +.overview-item a { margin: 2rem auto; display: block; text-decoration: none= +; color: HSL(var(--theme-text-color)); } + +.overview-item a time { color: HSL(var(--theme-primary-color)); } + +.overview-item a p, .overview-item a h2 { display: -webkit-box; -webkit-box= +-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; } + +.overview-item a:focus, .overview-item a:hover { text-decoration: none; col= +or: HSL(var(--theme-primary-lighter)); } + +.overview-item a:focus p, .overview-item a:focus h2, .overview-item a:focus= + time, .overview-item a:focus .tag-item, .overview-item a:hover p, .overvie= +w-item a:hover h2, .overview-item a:hover time, .overview-item a:hover .tag= +-item { color: HSL(var(--theme-primary-lighter)); } + +.overview-item a:focus h2, .overview-item a:hover h2 { text-decoration: und= +erline; } + +.overview-item a:focus .tag-item, .overview-item a:hover .tag-item { border= +-color: HSL(var(--theme-primary-lighter)); } + +.overview-item a h2 { margin-bottom: 9px; } + +.overview-item a:visited h2 { color: HSL(var(--theme-link-visited-color)); = +} + +.overview-item a:visited:focus h2, .overview-item a:visited:hover h2 { colo= +r: HSL(var(--theme-primary-lighter)); } + +:root { --theme-primary-color: 207.69, 100%, 25.5%; --theme-primary-darker:= + 207.69, 100%, 18%; --theme-primary-darkest: 207.69, 100%, 13.9%; --theme-p= +rimary-lighter: 207.69, 100%, 42%; --theme-primary-lightest: 207.69, 34.5%,= + 77.8%; --theme-primary-lighter-than-lightest: 207.69, 73%, 71%; --theme-on= +-primary: 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color:= + 0, 0%, 12.5%; --theme-background-alt: 207.69, 36.2%, 90.8%; --theme-link-v= +isited-color: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 8= +6%; --theme-error-dark: 0, 100%, 27.1%; --theme-error-color: 0, 100%, 42.5%= +; --theme-error-lighter: 0, 73.7%, 59.8%; --theme-error-lightest: 0, 74.7%,= + 82.9%; } + +.theme-politie-cn { --theme-primary-color: 230, 93.5%, 24.1%; --theme-prima= +ry-darker: 230, 94%, 20%; --theme-primary-darkest: 230, 92%, 15%; --theme-p= +rimary-lighter: 230, 100%, 42%; --theme-primary-lightest: 230, 33.9%, 77.5%= +; --theme-primary-lighter-than-lightest: 230, 46%, 92%; --theme-on-primary:= + 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color: 0, 0%, 1= +2.5%; --theme-background-alt: 230, 31.6%, 92.5%; --theme-link-visited-color= +: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 86%; } + +.tag-list { display: inline-flex; -webkit-box-orient: horizontal; -webkit-b= +ox-direction: normal; flex-flow: row wrap; } + +.tag-item { color: HSL(var(--theme-primary-color)); border: 1px solid HSL(v= +ar(--theme-primary-color)); padding: 2px 10px; margin: 0px 10px 10px 0px; d= +isplay: inline-block; font-size: 14px; } + +.tag-item-secondary { border: 1px solid HSL(var(--theme-primary-lightest));= + } + +.tag-item:first-child { margin-left: 0px; } + +.overlay { background: rgba(32, 32, 32, 0.9); cursor: pointer; position: fi= +xed; width: 100vw; height: 100vh; z-index: 130; top: 0px; left: 0px; } + +.overlay.no-pointer { cursor: auto; } + +.overlay.behind-header { z-index: 100; } + +:root { --theme-primary-color: 207.69, 100%, 25.5%; --theme-primary-darker:= + 207.69, 100%, 18%; --theme-primary-darkest: 207.69, 100%, 13.9%; --theme-p= +rimary-lighter: 207.69, 100%, 42%; --theme-primary-lightest: 207.69, 34.5%,= + 77.8%; --theme-primary-lighter-than-lightest: 207.69, 73%, 71%; --theme-on= +-primary: 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color:= + 0, 0%, 12.5%; --theme-background-alt: 207.69, 36.2%, 90.8%; --theme-link-v= +isited-color: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 8= +6%; --theme-error-dark: 0, 100%, 27.1%; --theme-error-color: 0, 100%, 42.5%= +; --theme-error-lighter: 0, 73.7%, 59.8%; --theme-error-lightest: 0, 74.7%,= + 82.9%; } + +.theme-politie-cn { --theme-primary-color: 230, 93.5%, 24.1%; --theme-prima= +ry-darker: 230, 94%, 20%; --theme-primary-darkest: 230, 92%, 15%; --theme-p= +rimary-lighter: 230, 100%, 42%; --theme-primary-lightest: 230, 33.9%, 77.5%= +; --theme-primary-lighter-than-lightest: 230, 46%, 92%; --theme-on-primary:= + 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color: 0, 0%, 1= +2.5%; --theme-background-alt: 230, 31.6%, 92.5%; --theme-link-visited-color= +: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 86%; } + +.color-politie-standaard-blauw { color: HSL(var(--theme-primary-color)); } + +.color-politie-text { color: HSL(var(--theme-text-color)); } + +.color-error { color: HSL(var(--theme-error-dark)); } + +.bg-color-politie-interactief-blauw { background-color: rgb(179, 200, 218);= + } + +.bg-color-politie-wit-hover { background-color: rgb(255, 255, 255); } + +.copyable-value { width: 100%; padding: 0.5rem 0.75rem; display: grid; grid= +-template-areas: "label icon" "value icon"; grid-template-columns: 1fr min-= +content; gap: 2px 1rem; text-align: left; user-select: text; background-col= +or: rgb(179, 200, 218); } + +.copyable-value:hover { cursor: pointer; } + +.copyable-value__label, .copyable-value__value { margin: 0px; } + +.copyable-value__label { grid-area: label / label / label / label; color: H= +SL(var(--theme-primary-color)); font-size: 0.75rem; line-height: 0.875rem; = +} + +.copyable-value__value { grid-area: value / value / value / value; font-wei= +ght: bold; line-break: anywhere; } + +.copyable-value__button-icon { grid-area: icon / icon / icon / icon; displa= +y: flex; margin-right: 0.5rem; align-self: center; -webkit-box-align: cente= +r; align-items: center; -webkit-box-pack: center; justify-content: center; = +color: HSL(var(--theme-primary-color)); } + +.copyable-value__button-icon svg { height: 1.333rem; -webkit-box-flex: 0; f= +lex: 0 0 auto; } + +.copyable-value__button-icon.copy-success { color: green; } + +.copyable-value__button-icon.copy-error { color: HSL(var(--theme-error-colo= +r)); } + +:root { --theme-primary-color: 207.69, 100%, 25.5%; --theme-primary-darker:= + 207.69, 100%, 18%; --theme-primary-darkest: 207.69, 100%, 13.9%; --theme-p= +rimary-lighter: 207.69, 100%, 42%; --theme-primary-lightest: 207.69, 34.5%,= + 77.8%; --theme-primary-lighter-than-lightest: 207.69, 73%, 71%; --theme-on= +-primary: 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color:= + 0, 0%, 12.5%; --theme-background-alt: 207.69, 36.2%, 90.8%; --theme-link-v= +isited-color: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 8= +6%; --theme-error-dark: 0, 100%, 27.1%; --theme-error-color: 0, 100%, 42.5%= +; --theme-error-lighter: 0, 73.7%, 59.8%; --theme-error-lightest: 0, 74.7%,= + 82.9%; } + +.theme-politie-cn { --theme-primary-color: 230, 93.5%, 24.1%; --theme-prima= +ry-darker: 230, 94%, 20%; --theme-primary-darkest: 230, 92%, 15%; --theme-p= +rimary-lighter: 230, 100%, 42%; --theme-primary-lightest: 230, 33.9%, 77.5%= +; --theme-primary-lighter-than-lightest: 230, 46%, 92%; --theme-on-primary:= + 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color: 0, 0%, 1= +2.5%; --theme-background-alt: 230, 31.6%, 92.5%; --theme-link-visited-color= +: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 86%; } + +.grid-container-alert { padding-left: 0px; padding-right: 0px; overflow-x: = +hidden; padding-bottom: 5px; } + +.alert { font-family: "Open Sans", PolitieSans, sans-serif; font-size: 1rem= +; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: norma= +l; flex-flow: column nowrap; box-shadow: rgb(0, 0, 0) 0px 0px 5px -3px; } + +@media print, screen and (min-width: 64em) { + .alert { margin-top: 0.9375rem; margin-bottom: 0.9375rem; } +} + +.alert .tabs .tabs__navigation { display: flex; justify-content: space-even= +ly; margin: 0px; } + +.alert .tabs .tabs__navigation .tabs__navigation__single-tab { display: fle= +x; -webkit-box-pack: center; justify-content: center; -webkit-box-align: ce= +nter; align-items: center; height: 4.375rem; background-color: HSL(var(--th= +eme-background-alt)); width: 100%; font-size: 1rem; border-radius: unset; } + +.alert .tabs .tabs__navigation .tabs__navigation__single-tab::before { cont= +ent: none; } + +.alert .tabs .tabs__navigation .tabs__navigation__single-tab .icon-com { fo= +nt-size: 1.5625rem; margin-bottom: 0.3125rem; } + +.alert .tabs .tabs__navigation .tabs__navigation__single-tab .tabs__header = +{ display: flex; -webkit-box-orient: vertical; -webkit-box-direction: norma= +l; flex-direction: column; text-align: center; width: 100%; height: 100%; } + +.alert .tabs .tabs__navigation .tabs__navigation__single-tab .tabs__header = +.tabs__header__button { width: 100%; height: 100%; color: HSL(var(--theme-p= +rimary-color)); display: flex; -webkit-box-orient: vertical; -webkit-box-di= +rection: normal; flex-direction: column; -webkit-box-pack: center; justify-= +content: center; -webkit-box-align: center; align-items: center; } + +.alert .tabs .tabs__navigation .tabs--active { background-color: rgb(255, 2= +55, 255); } + +.alert .tabs .tabs__navigation .tabs--active .tabs__header__button__text { = +font-weight: bold; } + +@media screen and (max-width: 63.99875em) { + .alert .tabs .tab__content { -webkit-box-orient: vertical; -webkit-box-di= +rection: normal; flex-direction: column; } +} + +.alert-colors { color: HSL(var(--theme-on-primary)); background-color: HSL(= +var(--theme-primary-darker)); } + +.alert-collapse-button { font-family: PolitieSans, Arial, sans-serif; color= +: inherit; cursor: pointer; } + +.alert-top-bar { display: flex; -webkit-box-pack: justify; justify-content:= + space-between; padding: 0.9375rem 1.25rem; color: HSL(var(--theme-on-prima= +ry)); background-color: rgb(217, 0, 0); font-size: 1.0625rem; font-weight: = +bold; } + +.alert-content { display: flex; -webkit-box-orient: horizontal; -webkit-box= +-direction: normal; flex-flow: row nowrap; } + +@media screen and (max-width: 39.99875em) { + .alert-content { -webkit-box-orient: vertical; -webkit-box-direction: nor= +mal; flex-direction: column; } + .alert-content .title-small { display: flex; } +} + +.alert-content.type-urgent .title-small { color: HSL(var(--theme-on-primary= +)); } + +.alert-content .title-small { font-size: 1.25rem; font-weight: bold; paddin= +g: 1.25rem 1.25rem 1.5625rem; color: HSL(var(--theme-text-color)); } + +.alert-content .image-wrap { display: flex; -webkit-box-align: center; alig= +n-items: center; -webkit-box-orient: vertical; -webkit-box-direction: norma= +l; flex-direction: column; -webkit-box-pack: center; justify-content: cente= +r; background-color: HSL(var(--theme-primary-color)); } + +@media screen and (max-width: 39.99875em) { + .alert-content .image-wrap { margin-bottom: 1.5625rem; } +} + +.alert-content .image-wrap img { display: block; max-width: 13.75rem; } + +.alert-content .description { display: flex; -webkit-box-align: start; alig= +n-items: flex-start; -webkit-box-orient: vertical; -webkit-box-direction: n= +ormal; flex-flow: column nowrap; padding: 1.25rem 2rem; } + +@media screen and (max-width: 39.99875em) { + .alert-content .description { padding: 0px 1.25rem 1.25rem; } +} + +.alert-content .description .brand-wrap { display: flex; -webkit-box-align:= + center; align-items: center; margin-bottom: 0.625rem; color: HSL(var(--the= +me-text-color)); font-weight: bold; } + +.alert-content .description .title { display: block; margin-bottom: 0.9375r= +em; font-size: 1.25rem; font-weight: bold; color: HSL(var(--theme-on-primar= +y)); } + +.alert-content .description .body { margin-bottom: 1.375rem; line-height: 1= +.5rem; } + +.alert-content .description .shout-out { display: block; margin-bottom: 1.3= +75rem; font-weight: bold; } + +.alert-content .description .deep-link { font-family: PolitieSans, Arial, s= +ans-serif; margin-bottom: 0px; } + +.alert-content.type-amber-alert { background-color: HSL(var(--theme-on-prim= +ary)); color: rgb(237, 110, 35); } + +.alert-content.type-amber-alert.alert-colors, .alert-content.type-amber-ale= +rt .alert-colors { color: HSL(var(--theme-on-primary)); background-color: r= +gb(237, 110, 35); } + +.alert-content.type-amber-alert.alert-colors-inverted, .alert-content.type-= +amber-alert .alert-colors-inverted { color: HSL(var(--theme-on-primary)); b= +ackground-color: rgb(237, 110, 35); } + +.alert-content.type-amber-alert.collapsed .brand-icon { background: url("./= +images/burgernet-logo-white.svg?0e4630eb331698d5bec8802b0024afc8") center c= +enter no-repeat; } + +.alert-content.type-amber-alert.collapsed .brand-icon + .brand-icon { backg= +round: url("./images/amber-alert-white.svg?dbc90367d59b46b6f5d30d3f688f47d7= +") no-repeat; } + +.alert-content.type-amber-alert .brand-icon { display: block; width: 9.4375= +rem; height: 0.9375rem; margin-right: 1.25rem; margin-left: -1.4375rem; bac= +kground: url("./images/burgernet-logo-black.svg?4643de9db31b356ca0fec939710= +20fd5") center center no-repeat; } + +.alert-content.type-amber-alert .brand-icon + .brand-icon { width: 2.4375re= +m; height: 1.5625rem; margin-top: 0.1875rem; background: url("./images/ambe= +r-alert.svg?d48da1c1a9f31f4266ab7dd1b8583566") no-repeat; } + +.alert-content.type-amber-alert p { color: HSL(var(--theme-text-color)); } + +.alert-content.type-amber-alert .title { color: HSL(var(--theme-text-color)= +); } + +.alert-content.type-amber-alert .shout-out { color: HSL(var(--theme-primary= +-color)); } + +.alert-content.type-amber-alert .image-wrap { background: linear-gradient(1= +80deg, hsl(35, 93%, 55%) 85%, HSL(var(--theme-on-primary)) 85%); } + +@media screen and (min-width: 40em) { + .alert-content.type-amber-alert .image-wrap { background: linear-gradient= +(90deg, hsl(35, 93%, 55%) 85%, HSL(var(--theme-on-primary)) 85%); width: 13= +.75rem; } +} + +.alert-content.type-amber-alert .image-wrap img { padding: 25px 25px 0px; } + +@media screen and (min-width: 40em) { + .alert-content.type-amber-alert .image-wrap img { padding: 25px 0px 25px = +25px; } +} + +.alert-content.type-amber-alert a.politie-button.politie-button-primary-inv= +erse, .alert-content.type-amber-alert button.politie-button.politie-button-= +primary-inverse { color: rgb(237, 110, 35); background-color: HSL(var(--the= +me-on-primary)); } + +.alert-collapse-small { display: flex; font-family: PolitieSans, Arial, san= +s-serif; -webkit-box-align: center; align-items: center; -webkit-box-pack: = +center; justify-content: center; height: 3.125rem; background-color: rgb(25= +5, 255, 255); color: rgb(217, 0, 0); } + +.alert.collapsed .tabs { display: none; } + +:root { --theme-primary-color: 207.69, 100%, 25.5%; --theme-primary-darker:= + 207.69, 100%, 18%; --theme-primary-darkest: 207.69, 100%, 13.9%; --theme-p= +rimary-lighter: 207.69, 100%, 42%; --theme-primary-lightest: 207.69, 34.5%,= + 77.8%; --theme-primary-lighter-than-lightest: 207.69, 73%, 71%; --theme-on= +-primary: 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color:= + 0, 0%, 12.5%; --theme-background-alt: 207.69, 36.2%, 90.8%; --theme-link-v= +isited-color: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 8= +6%; --theme-error-dark: 0, 100%, 27.1%; --theme-error-color: 0, 100%, 42.5%= +; --theme-error-lighter: 0, 73.7%, 59.8%; --theme-error-lightest: 0, 74.7%,= + 82.9%; } + +.theme-politie-cn { --theme-primary-color: 230, 93.5%, 24.1%; --theme-prima= +ry-darker: 230, 94%, 20%; --theme-primary-darkest: 230, 92%, 15%; --theme-p= +rimary-lighter: 230, 100%, 42%; --theme-primary-lightest: 230, 33.9%, 77.5%= +; --theme-primary-lighter-than-lightest: 230, 46%, 92%; --theme-on-primary:= + 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color: 0, 0%, 1= +2.5%; --theme-background-alt: 230, 31.6%, 92.5%; --theme-link-visited-color= +: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 86%; } + +.callout { padding: 1.5625rem 2rem; margin: 2.375rem 0px 1.375rem; line-hei= +ght: 1.75rem; } + +.callout ul li::before { background-color: HSL(var(--theme-on-primary)); co= +lor: HSL(var(--theme-on-primary)); } + +.callout ol li::before { color: HSL(var(--theme-on-primary)); } + +.callout button.politie-button, .callout a.politie-button { margin-top: 1.2= +5rem; margin-bottom: 0.625rem; } + +.callout button.politie-button:active, .callout a.politie-button:active { m= +argin-top: 1.375rem; margin-bottom: 0.5rem; } + +.callout .callout__title { font-weight: bold; display: block; padding-botto= +m: 0.3125rem; margin: 0px; line-height: inherit; color: inherit; font-size:= + inherit; } + +.callout .callout__question { font-size: 0.875rem; line-height: 1.375rem; } + +.callout .callout__message { margin-bottom: 0px; } + +.callout .callout__message a { text-decoration: underline; } + +.callout .callout__message > p:last-child { margin-bottom: 0px; } + +.callout.callout--info { margin: 0.3125rem 0px 2.1875rem; background-color:= + HSL(var(--theme-primary-color)); color: HSL(var(--theme-on-primary)); } + +.callout.callout--info .callout__message a { color: rgb(127, 185, 235); } + +.callout.callout--info .callout__message a:visited { color: HSL(var(--theme= +-link-visited-color-alt)); } + +.callout.callout--info .callout__message a:hover { color: rgb(127, 185, 235= +); text-decoration: none; } + +.callout.callout--alert { background-color: rgb(244, 179, 179); color: rgb(= +138, 0, 0); } + +.callout.callout--alert ul li::before { background-color: rgb(138, 0, 0); c= +olor: rgb(138, 0, 0); } + +.callout.callout--alert ol li::before { color: rgb(138, 0, 0); } + +.callout.callout--alert .callout__message a { color: rgb(138, 0, 0); } + +.callout.callout--success { background-color: rgb(179, 217, 179); color: rg= +b(0, 92, 0); } + +.callout.callout--success ul li::before { background-color: rgb(0, 92, 0); = +color: rgb(0, 92, 0); } + +.callout.callout--success ol li::before { color: rgb(0, 92, 0); } + +.callout.callout--success .callout__message a { color: rgb(0, 92, 0); } + +:root { --theme-primary-color: 207.69, 100%, 25.5%; --theme-primary-darker:= + 207.69, 100%, 18%; --theme-primary-darkest: 207.69, 100%, 13.9%; --theme-p= +rimary-lighter: 207.69, 100%, 42%; --theme-primary-lightest: 207.69, 34.5%,= + 77.8%; --theme-primary-lighter-than-lightest: 207.69, 73%, 71%; --theme-on= +-primary: 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color:= + 0, 0%, 12.5%; --theme-background-alt: 207.69, 36.2%, 90.8%; --theme-link-v= +isited-color: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 8= +6%; --theme-error-dark: 0, 100%, 27.1%; --theme-error-color: 0, 100%, 42.5%= +; --theme-error-lighter: 0, 73.7%, 59.8%; --theme-error-lightest: 0, 74.7%,= + 82.9%; } + +.theme-politie-cn { --theme-primary-color: 230, 93.5%, 24.1%; --theme-prima= +ry-darker: 230, 94%, 20%; --theme-primary-darkest: 230, 92%, 15%; --theme-p= +rimary-lighter: 230, 100%, 42%; --theme-primary-lightest: 230, 33.9%, 77.5%= +; --theme-primary-lighter-than-lightest: 230, 46%, 92%; --theme-on-primary:= + 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color: 0, 0%, 1= +2.5%; --theme-background-alt: 230, 31.6%, 92.5%; --theme-link-visited-color= +: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 86%; } + +.cookie-bar-container { position: fixed; bottom: 0px; background-color: HSL= +A(var(--theme-primary-color), 0.9); width: 100%; padding-top: 1.5rem; paddi= +ng-bottom: 1.5rem; z-index: 999999; display: none; } + +.cookie-bar-container.show { display: block; } + +.cookie-bar-container .cookie-bar-content { display: flex; -webkit-box-flex= +: 2; flex: 2 1 0%; -webkit-box-align: start; align-items: flex-start; } + +.cookie-bar-container .cookie-bar-content p { -webkit-box-flex: 2; flex: 2 = +1 0%; font-size: 17px; line-height: 1.5625rem; } + +.cookie-bar-container .cookie-bar-content p a { color: HSL(var(--theme-on-p= +rimary)); text-decoration: underline; } + +.cookie-bar-container .cookie-bar-content h2, .cookie-bar-container .cookie= +-bar-content p { color: HSL(var(--theme-on-primary)); margin: 0px; } + +.cookie-bar-container .cookie-bar-content h2, .cookie-bar-container .cookie= +-bar-content p, .cookie-bar-container .cookie-bar-content .button-group { p= +adding: 0px 1.125rem; } + +.cookie-bar-container .cookie-bar-content .button-group { display: flex; -w= +ebkit-box-align: start; align-items: flex-start; } + +.cookie-bar-container .cookie-bar-content .button-group button { margin-top= +: 0.125rem; margin-bottom: 0.125rem; } + +.cookie-bar-container .cookie-bar-content .button-group button:active { mar= +gin-bottom: 0px; } + +.cookie-bar-container .cookie-bar-content .button-group button + button { m= +argin-left: 1rem; } + +.cookie-bar-container .cookie-bar-content .button-group button:last-child {= + margin-bottom: 0.125rem; } + +@media screen and (max-width: 63.99875em) { + .cookie-bar-container .cookie-bar-content { -webkit-box-orient: vertical;= + -webkit-box-direction: normal; flex-direction: column; } + .cookie-bar-container .cookie-bar-content p { padding: 1.125rem; } + .cookie-bar-container .cookie-bar-content .button-group { -webkit-box-ori= +ent: vertical; -webkit-box-direction: normal; flex-direction: column; align= +-self: normal; } +} + +@media screen and (max-width: 63.99875em) and (min-width: 40em) and (max-wi= +dth: 63.99875em) { + .cookie-bar-container .cookie-bar-content .button-group { -webkit-box-ori= +ent: horizontal; -webkit-box-direction: normal; flex-direction: row; } +} + +@media screen and (max-width: 63.99875em) { + .cookie-bar-container .cookie-bar-content .button-group button + button {= + margin-left: 0px; } +} + +@media screen and (max-width: 63.99875em) and (min-width: 40em) and (max-wi= +dth: 63.99875em) { + .cookie-bar-container .cookie-bar-content .button-group button + button {= + margin-left: 1rem; } +} + +@media screen and (max-width: 63.99875em) and (max-width: 39.99875em) { + .cookie-bar-container .cookie-bar-content .button-group button + button {= + margin-top: 0.625rem; } + .cookie-bar-container .cookie-bar-content .button-group button + button:a= +ctive { margin-top: 0.75rem; } +} + +.download { display: flex; -webkit-box-orient: horizontal; -webkit-box-dire= +ction: normal; flex-flow: row nowrap; -webkit-box-align: center; align-item= +s: center; text-decoration: none; } + +.download:hover { text-decoration: none; color: HSL(var(--theme-primary-lig= +hter)); } + +.download:hover .download__icon { background-color: HSL(var(--theme-primary= +-lighter)); } + +.download:hover .download__info__title { color: HSL(var(--theme-primary-lig= +hter)); } + +.download:hover .download__info__metadata { text-decoration: none; } + +.download__icon { color: HSL(var(--theme-on-primary)); background-color: HS= +L(var(--theme-primary-color)); border-radius: 50%; width: 50px; height: 50p= +x; -webkit-box-flex: 0; flex: 0 0 auto; padding: 0.5rem; display: flex; -we= +bkit-box-align: center; align-items: center; -webkit-box-pack: center; just= +ify-content: center; } + +.download__info { margin-left: 6%; } + +.download__info__metadata { display: flex; -webkit-box-orient: horizontal; = +-webkit-box-direction: normal; flex-flow: row wrap; color: HSL(var(--theme-= +text-color)); margin: 0px; } + +.download__info__metadata__item::before { content: none; } + +.download__info__metadata__item::after { content: "|"; margin: 0px 0.6rem; = +} + +.download__info__metadata__item:last-child::after { content: ""; } + +.downloads { display: flex; -webkit-box-orient: vertical; -webkit-box-direc= +tion: normal; flex-flow: column; border-top: 1px solid HSL(var(--theme-prim= +ary-color)); border-bottom: 1px solid HSL(var(--theme-primary-color)); padd= +ing-top: 1.5rem; padding-bottom: 1.5rem; } + +@media print, screen and (min-width: 64em) { + .downloads { padding-left: 1.5rem; padding-right: 1.5rem; } +} + +.downloads .download + .download { margin-top: 1.5rem; } + +.downloads__wrapper { margin-top: 2rem; margin-bottom: 2rem; } + +.image-block .grid-x { margin-top: 2.375rem; margin-bottom: 3.125rem; } + +.image.cell.image--with-fill { background-color: HSL(var(--theme-primary-co= +lor), 0.8); overflow: hidden; padding-bottom: 56.25%; position: relative; d= +isplay: flex; -webkit-box-pack: center; justify-content: center; -webkit-bo= +x-flex: 0; flex: 0 1 auto; } + +@media print, screen and (min-width: 64em) { + .image.cell.image--with-fill { padding-bottom: 0px; height: 540px; max-he= +ight: 540px; } +} + +.image.cell.image--with-fill img { max-height: 100%; position: absolute; tr= +ansform: translate(-50%, -50%); top: 50%; left: 50%; } + +@media print, screen and (min-width: 64em) { + .image.cell.image--with-fill img { padding-bottom: 0px; align-self: cente= +r; position: relative; transform: none; top: auto; left: auto; } +} + +.caption.cell { padding: 1.25rem; } + +:root { --theme-primary-color: 207.69, 100%, 25.5%; --theme-primary-darker:= + 207.69, 100%, 18%; --theme-primary-darkest: 207.69, 100%, 13.9%; --theme-p= +rimary-lighter: 207.69, 100%, 42%; --theme-primary-lightest: 207.69, 34.5%,= + 77.8%; --theme-primary-lighter-than-lightest: 207.69, 73%, 71%; --theme-on= +-primary: 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color:= + 0, 0%, 12.5%; --theme-background-alt: 207.69, 36.2%, 90.8%; --theme-link-v= +isited-color: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 8= +6%; --theme-error-dark: 0, 100%, 27.1%; --theme-error-color: 0, 100%, 42.5%= +; --theme-error-lighter: 0, 73.7%, 59.8%; --theme-error-lightest: 0, 74.7%,= + 82.9%; } + +.theme-politie-cn { --theme-primary-color: 230, 93.5%, 24.1%; --theme-prima= +ry-darker: 230, 94%, 20%; --theme-primary-darkest: 230, 92%, 15%; --theme-p= +rimary-lighter: 230, 100%, 42%; --theme-primary-lightest: 230, 33.9%, 77.5%= +; --theme-primary-lighter-than-lightest: 230, 46%, 92%; --theme-on-primary:= + 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color: 0, 0%, 1= +2.5%; --theme-background-alt: 230, 31.6%, 92.5%; --theme-link-visited-color= +: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 86%; } + +.outline { border: 2px solid HSL(var(--theme-primary-lightest)); } + +.infographic { margin-top: 2.375rem; margin-bottom: 3.125rem; } + +@media print, screen and (min-width: 64em) { + .infographic__wrapper { padding: 1.25rem; border: 2px solid HSL(var(--the= +me-primary-lightest)); } +} + +.infographic__wrapper__target { width: 100%; height: 34.375rem; } + +.infographic__metadata > * { margin-top: 1.25rem; } + +.beperkende-vragen p { margin-bottom: 0px; } + +.beperkende-vragen .beperkende-vraag--disabled { opacity: 0.5; pointer-even= +ts: none; } + +.beperkende-vragen .callout.ia-maintenance .callout__title { font-weight: n= +ormal; } + +.beperkende-vragen .callout.ia-maintenance .callout__message { font-weight:= + bold; } + +.load-spinner { display: flex; -webkit-box-pack: center; justify-content: c= +enter; } + +.modal-backdrop.loader-modal .grid-container .modal .modal-content { paddin= +g: 1.5625rem 3.75rem; } + +.magazine-intro { margin-top: 1rem; } + +@media screen and (min-width: 64em) { + .magazine-intro { margin-top: -2rem; } +} + +.overview-list__call-to-action { display: flex; -webkit-box-orient: vertica= +l; -webkit-box-direction: normal; flex-direction: column; -webkit-box-align= +: center; align-items: center; -webkit-box-flex: 1; flex: 1 1 0%; padding-t= +op: 2rem; } + +:root { --theme-primary-color: 207.69, 100%, 25.5%; --theme-primary-darker:= + 207.69, 100%, 18%; --theme-primary-darkest: 207.69, 100%, 13.9%; --theme-p= +rimary-lighter: 207.69, 100%, 42%; --theme-primary-lightest: 207.69, 34.5%,= + 77.8%; --theme-primary-lighter-than-lightest: 207.69, 73%, 71%; --theme-on= +-primary: 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color:= + 0, 0%, 12.5%; --theme-background-alt: 207.69, 36.2%, 90.8%; --theme-link-v= +isited-color: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 8= +6%; --theme-error-dark: 0, 100%, 27.1%; --theme-error-color: 0, 100%, 42.5%= +; --theme-error-lighter: 0, 73.7%, 59.8%; --theme-error-lightest: 0, 74.7%,= + 82.9%; } + +.theme-politie-cn { --theme-primary-color: 230, 93.5%, 24.1%; --theme-prima= +ry-darker: 230, 94%, 20%; --theme-primary-darkest: 230, 92%, 15%; --theme-p= +rimary-lighter: 230, 100%, 42%; --theme-primary-lightest: 230, 33.9%, 77.5%= +; --theme-primary-lighter-than-lightest: 230, 46%, 92%; --theme-on-primary:= + 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color: 0, 0%, 1= +2.5%; --theme-background-alt: 230, 31.6%, 92.5%; --theme-link-visited-color= +: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 86%; } + +.skip-links { margin: 0px; padding: 0px; list-style-type: none; left: 0px; = +} + +.skip-links li::before { content: none; } + +.skip-links a { position: absolute; top: -999px; left: 0px; font-size: 19px= +; font-weight: bold; } + +.skip-links a:focus { display: flex; -webkit-box-align: center; align-items= +: center; padding: 0px 1.5625rem; height: 3.75rem; background-color: HSL(va= +r(--theme-primary-color)); color: HSL(var(--theme-on-primary)); top: 0px; v= +ertical-align: middle; z-index: 3; text-decoration: none; } + +@media screen and (max-width: 63.99875em) { + .skip-links a:focus { position: relative; width: 100vw; height: 3.125rem;= + } +} + +.transcript { padding: 0.4375rem 1.5625rem; border-left: 3px solid HSL(var(= +--theme-primary-color)); } + +.transcript__clickable-area .icon-com { margin-left: 0.625rem; } + +.transcript__collapsible-area { margin-top: 1.25rem; } + +.text-block a[href^=3D"http://"]::after, .text-block a[href^=3D"https://"]:= +:after { display: inline-block; margin-left: 0.25rem; speak: none; content:= + "=EE=A4=8C"; font-family: "Politie icons" !important; font-style: normal != +important; font-variant: normal !important; font-weight: 500 !important; te= +xt-transform: none !important; } + +.text-block a:visited { color: HSL(var(--theme-link-visited-color)); } + +.text-block a:hover { color: HSL(var(--theme-primary-lighter)); } + +.politie-datepicker-input { display: none !important; } + +.vdp-datepicker__calendar.politie-datepicker-calendar header { color: HSL(v= +ar(--theme-primary-color)); font-weight: bold; line-height: 30px; } + +.vdp-datepicker__calendar.politie-datepicker-calendar header span.prev::aft= +er { border-right-color: HSL(var(--theme-primary-color)); } + +.vdp-datepicker__calendar.politie-datepicker-calendar header span.next::aft= +er { border-left-color: HSL(var(--theme-primary-color)); } + +.vdp-datepicker__calendar.politie-datepicker-calendar .cell:not(.blank):not= +(.disabled) { color: HSL(var(--theme-primary-color)); height: 30px; line-he= +ight: 30px; } + +.vdp-datepicker__calendar.politie-datepicker-calendar .cell:not(.blank):not= +(.disabled):not(.day-header):not(.selected):hover { color: HSL(var(--theme-= +primary-color)); background: inherit; } + +.vdp-datepicker__calendar.politie-datepicker-calendar .cell:not(.blank):not= +(.disabled):not(.day-header):not(.selected):hover:not(.selected) { border-c= +olor: HSL(var(--theme-primary-color)); } + +.vdp-datepicker__calendar.politie-datepicker-calendar .cell:not(.blank):not= +(.disabled).day-header { font-weight: bold; } + +.vdp-datepicker__calendar.politie-datepicker-calendar .cell:not(.blank):not= +(.disabled).selected { font-weight: bold; color: HSL(var(--theme-on-primary= +)); background: HSL(var(--theme-primary-color)); } + +.vdp-datepicker__calendar.politie-datepicker-calendar .cell:not(.blank):not= +(.disabled).selected:hover { border: 1px solid rgba(0, 0, 0, 0); } + +.vdp-datepicker__calendar.politie-datepicker-calendar .cell:not(.blank):not= +(.disabled).today { font-weight: bold; } + +.search-fieldset { border: 0px; padding: 0px; margin: 0px; min-width: 0px; = +} + +.search-field { font-size: 1.125rem; padding: 1.125rem 1.25rem; background:= + HSL(var(--theme-primary-color)); z-index: 1; } + +@media screen and (min-width: 40em) and (max-width: 63.99875em) { + .search-field { margin-right: 1.25rem; } +} + +@media print, screen and (min-width: 40em) { + .search-field { padding: 0px; } +} + +.search-field form { display: flex; -webkit-box-orient: horizontal; -webkit= +-box-direction: normal; flex-direction: row; height: 100%; background: HSL(= +var(--theme-background)); } + +.search-field form input { -webkit-box-flex: 2; flex: 2 1 0%; width: 100%; = +border: 0px; margin-top: 0px; color: HSL(var(--theme-primary-color)); } + +.search-field form input::-webkit-input-placeholder { color: HSL(var(--them= +e-primary-color)); opacity: 1; } + +.search-field form input::placeholder { color: HSL(var(--theme-primary-colo= +r)); opacity: 1; } + +.search-field form input ~ button { font-size: 30px; background: HSL(var(--= +theme-primary-color)); color: HSL(var(--theme-background)); cursor: pointer= +; } + +.searchlist-wrapper { text-align: center; } + +.searchlist-wrapper .searchlist-container { text-align: left; padding-botto= +m: 5rem; } + +.searchlist-wrapper .searchlist-container .searchlist-noresults { margin-to= +p: 2rem; } + +.searchlist-loadmore { display: block; margin-right: auto; margin-left: aut= +o; } + +.search-list-noresults { margin-top: 2rem; } + +h1.search-title { margin-bottom: 0px; } + +#page-search #search { padding-top: 2rem; background-color: HSL(var(--theme= +-background-alt)); } + +#page-search #results-sort { padding-top: 1.375rem; padding-bottom: 1.375re= +m; } + +#page-search .search-field { padding: 0px; margin-bottom: 1.375rem; } + +#page-search form { height: 100%; position: relative; } + +@media print, screen and (min-width: 40em) { + #page-search form { text-align: right; } +} + +#page-search input::-webkit-input-placeholder { color: HSL(var(--theme-prim= +ary-color)); } + +#page-search input::placeholder { color: HSL(var(--theme-primary-color)); } + +#page-search .search-title { margin-bottom: 0px; } + +#page-search .search-result-header.input-text-with-button { width: 100%; ma= +rgin-bottom: 1.125rem; } + +@media screen and (min-width: 40em) and (max-width: 63.99875em) { + #page-search .search-result-header.input-text-with-button { width: 70%; } +} + +#page-search .search-dates { display: flex; -webkit-box-orient: horizontal;= + -webkit-box-direction: normal; flex-flow: row nowrap; } + +@media print, screen and (min-width: 64em) { + #page-search .search-dates { margin-top: 1.125rem; } +} + +@media screen and (max-width: 63.99875em) { + #page-search .search-dates { -webkit-box-orient: vertical; -webkit-box-di= +rection: normal; flex-direction: column; } +} + +#page-search .search-dates .search-start-date, #page-search .search-dates .= +search-end-date { display: flex; -webkit-box-orient: horizontal; -webkit-bo= +x-direction: normal; flex-flow: row nowrap; -webkit-box-align: baseline; al= +ign-items: baseline; margin-right: 1.25rem; margin-bottom: 1.125rem; paddin= +g-bottom: 1.25rem; width: 100%; } + +#page-search .search-dates .search-start-date .label-input-wrap, #page-sear= +ch .search-dates .search-end-date .label-input-wrap { width: 100%; } + +@media screen and (max-width: 63.99875em) { + #page-search .search-dates .search-start-date, #page-search .search-dates= + .search-end-date { -webkit-box-orient: vertical; -webkit-box-direction: no= +rmal; flex-direction: column; margin-right: 0px; } + #page-search .search-dates .search-start-date .label-input-wrap, #page-se= +arch .search-dates .search-end-date .label-input-wrap { width: 70%; } +} + +@media screen and (max-width: 39.99875em) { + #page-search .search-dates .search-start-date .label-input-wrap, #page-se= +arch .search-dates .search-end-date .label-input-wrap { width: 100%; } +} + +#page-search .search-dates .search-start-date label, #page-search .search-d= +ates .search-end-date label { display: block; color: HSL(var(--theme-primar= +y-color)); font-weight: bold; margin-bottom: 0.625rem; margin-right: 1.25re= +m; } + +#page-search .search-filters-small { margin-bottom: 1.125rem; display: bloc= +k; } + +#page-search .search-filters-small .search-filter-label { font-weight: bold= +; display: inline-flex; color: HSL(var(--theme-primary-color)); margin-bott= +om: 1.125rem; } + +@media print, screen and (min-width: 40em) { + #page-search .search-filters-small { display: none; } +} + +#page-search .search-filters-medium { margin-bottom: 1.125rem; margin-top: = +0.25rem; display: none; } + +#page-search .search-filters-medium .search-filter-label { font-weight: bol= +d; display: inline-flex; color: HSL(var(--theme-primary-color)); margin-rig= +ht: 20px; } + +@media print, screen and (min-width: 40em) { + #page-search .search-filters-medium { display: block; } + #page-search .search-filters-medium .search-filter-label { margin-bottom:= + 0.5rem; float: left; } +} + +#page-search .search-filters { list-style: none; display: inline-flex; flex= +-flow: row wrap; -webkit-box-orient: horizontal; -webkit-box-direction: nor= +mal; margin: 0px; } + +#page-search .search-filters .search-filter { position: relative; display: = +flex; flex-flow: row nowrap; -webkit-box-orient: horizontal; -webkit-box-di= +rection: normal; justify-content: left; line-height: 19px; width: 146px; ma= +rgin: 0px 0.875rem 1.125rem 0px; } + +@media print, screen and (min-width: 40em) { + #page-search .search-filters .search-filter { width: auto; margin: 0px 1.= +75rem 0.875rem 0px; } +} + +#page-search .search-filters .search-filter label { color: HSL(var(--theme-= +primary-color)); } + +#page-search .more-filters { font-weight: bold; color: HSL(var(--theme-prim= +ary-color)); margin-bottom: 1.125rem; } + +#page-search .more-filters .more-filters-toggle { display: inline; cursor: = +pointer; color: HSL(var(--theme-primary-color)); } + +#page-search .more-filters .more-filters-toggle label { cursor: pointer; fo= +nt-weight: bold; } + +#page-search .more-filters-display { padding-top: 1.125rem; border-top: 1px= + solid HSL(var(--theme-primary-lightest)); } + +#page-search .search-results-summary { color: HSL(var(--theme-primary-color= +)); } + +#page-search .search-results .result-total { display: block; line-height: 1= +.7rem; } + +#page-search .search-results .result-total .result-number { font-weight: bo= +ld; } + +#page-search .search-results .search-results-sorting #search-sorting { disp= +lay: flex; -webkit-box-align: center; align-items: center; line-height: 1.7= +rem; flex-wrap: wrap; } + +#page-search .search-results .search-results-sorting #search-sorting .resul= +t-sort { margin-right: 0.75rem; } + +#page-search .search-results .search-results-sorting #search-sorting .searc= +h-sorting-filter-container { display: flex; } + +#page-search .search-results .search-results-sorting #search-sorting .searc= +h-sorting-filter-container .radio-group { padding-left: 0.75rem; padding-ri= +ght: 0.75rem; } + +#page-search .search-results .result-sort { display: inline-block; } + +@media print, screen and (min-width: 40em) { + #page-search .search-results .result-sort { display: inline; } +} + +:root { --theme-primary-color: 207.69, 100%, 25.5%; --theme-primary-darker:= + 207.69, 100%, 18%; --theme-primary-darkest: 207.69, 100%, 13.9%; --theme-p= +rimary-lighter: 207.69, 100%, 42%; --theme-primary-lightest: 207.69, 34.5%,= + 77.8%; --theme-primary-lighter-than-lightest: 207.69, 73%, 71%; --theme-on= +-primary: 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color:= + 0, 0%, 12.5%; --theme-background-alt: 207.69, 36.2%, 90.8%; --theme-link-v= +isited-color: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 8= +6%; --theme-error-dark: 0, 100%, 27.1%; --theme-error-color: 0, 100%, 42.5%= +; --theme-error-lighter: 0, 73.7%, 59.8%; --theme-error-lightest: 0, 74.7%,= + 82.9%; } + +.theme-politie-cn { --theme-primary-color: 230, 93.5%, 24.1%; --theme-prima= +ry-darker: 230, 94%, 20%; --theme-primary-darkest: 230, 92%, 15%; --theme-p= +rimary-lighter: 230, 100%, 42%; --theme-primary-lightest: 230, 33.9%, 77.5%= +; --theme-primary-lighter-than-lightest: 230, 46%, 92%; --theme-on-primary:= + 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color: 0, 0%, 1= +2.5%; --theme-background-alt: 230, 31.6%, 92.5%; --theme-link-visited-color= +: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 86%; } + +.homepage-banner { background-repeat: no-repeat; background-position: cente= +r center; background-size: cover; } + +@media print, screen and (min-width: 40em) { + .homepage-banner { background-color: HSL(var(--theme-primary-lightest)); = +} +} + +.homepage-banner .welcome-message-container { padding: 0px; margin-bottom: = +4.6875rem; } + +@media screen and (max-width: 39.99875em) { + .homepage-banner .welcome-message-container { margin-bottom: 1.125rem; ba= +ckground: HSL(var(--theme-primary-color)); } + .homepage-banner .welcome-message-container + .zebra-stripe--transparent = +{ padding-bottom: 0px; } + .homepage-banner .welcome-message-container + .zebra-stripe--transparent = +.layout-col { margin-bottom: 0px; } +} + +.homepage-banner .welcome-message-container .welcome-message { background: = +HSL(var(--theme-primary-color)); color: HSL(var(--theme-on-primary)); font-= +weight: bold; width: 100%; font-size: 1.5rem; line-height: 1.875rem; paddin= +g: 1.125rem 1.25rem 0px; } + +@media print, screen and (min-width: 40em) { + .homepage-banner .welcome-message-container .welcome-message { background= +: HSL(var(--theme-primary-color), 0.8); font-size: 2.25rem; line-height: 2.= +75rem; margin: 4.6875rem 0px 0px; padding: 2.25rem; } +} + +@media screen and (min-width: 40em) and (max-width: 63.99875em) { + .homepage-banner .welcome-message-container .welcome-message { margin-lef= +t: 20px; } +} + +.homepage-banner .search-field form input ~ button::before { margin-top: -0= +.5rem; display: block; } + +@media screen and (max-width: 39.99875em) { + .homepage-banner .search-field form input ~ button { border-left: 1px sol= +id HSL(var(--theme-background-alt)); margin: 0.5rem 0px; background: HSL(va= +r(--theme-background)); color: HSL(var(--theme-primary-color)); } + .homepage-banner .search-field.sticky { position: fixed; z-index: 1; widt= +h: 100%; top: 0px; transform: translateY(-100%); } + .homepage-banner .search-field.sticky.sticky-up { transform: translateY(-= +100%); transition: transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ea= +se-in-out 0s; } + .homepage-banner .search-field.sticky.sticky-down { transform: translateY= +(0px); transition: transform 0.4s ease-in-out 0s, -webkit-transform 0.4s ea= +se-in-out 0s; } +} + +:root { --theme-primary-color: 207.69, 100%, 25.5%; --theme-primary-darker:= + 207.69, 100%, 18%; --theme-primary-darkest: 207.69, 100%, 13.9%; --theme-p= +rimary-lighter: 207.69, 100%, 42%; --theme-primary-lightest: 207.69, 34.5%,= + 77.8%; --theme-primary-lighter-than-lightest: 207.69, 73%, 71%; --theme-on= +-primary: 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color:= + 0, 0%, 12.5%; --theme-background-alt: 207.69, 36.2%, 90.8%; --theme-link-v= +isited-color: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 8= +6%; --theme-error-dark: 0, 100%, 27.1%; --theme-error-color: 0, 100%, 42.5%= +; --theme-error-lighter: 0, 73.7%, 59.8%; --theme-error-lightest: 0, 74.7%,= + 82.9%; } + +.theme-politie-cn { --theme-primary-color: 230, 93.5%, 24.1%; --theme-prima= +ry-darker: 230, 94%, 20%; --theme-primary-darkest: 230, 92%, 15%; --theme-p= +rimary-lighter: 230, 100%, 42%; --theme-primary-lightest: 230, 33.9%, 77.5%= +; --theme-primary-lighter-than-lightest: 230, 46%, 92%; --theme-on-primary:= + 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color: 0, 0%, 1= +2.5%; --theme-background-alt: 230, 31.6%, 92.5%; --theme-link-visited-color= +: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 86%; } + +.modal-backdrop.open { display: flex; -webkit-box-align: center; align-item= +s: center; } + +.modal-backdrop:not(.open) { display: none; } + +.modal-backdrop .grid-container { width: 100%; } + +.modal-backdrop .grid-container .modal { overflow-x: auto; display: flex; -= +webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction:= + column; border-radius: 4px; cursor: default; } + +.modal-backdrop .grid-container .modal.modal-primary { color: HSL(var(--the= +me-on-primary)); background: HSL(var(--theme-primary-color)); } + +.modal-backdrop .grid-container .modal.modal-primary h1, .modal-backdrop .g= +rid-container .modal.modal-primary p { color: HSL(var(--theme-on-primary));= + } + +.modal-backdrop .grid-container .modal .controls { display: flex; -webkit-b= +ox-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; = +-webkit-box-pack: end; justify-content: flex-end; padding: 0.75rem 1.25rem;= + height: 3.75rem; } + +.modal-backdrop .grid-container .modal .controls button i, .modal-backdrop = +.grid-container .modal .controls button span { color: HSL(var(--theme-on-pr= +imary)); font-size: 38px; line-height: 2.5rem; height: 38px; cursor: pointe= +r; } + +.modal-backdrop .grid-container .modal .modal-header { padding-bottom: 0.62= +5rem; color: HSL(var(--theme-on-primary)); } + +.modal-backdrop .grid-container .modal .modal-header > * { color: inherit; = +} + +.modal-backdrop .grid-container .modal .modal-content { padding: 0px 3.75re= +m 1.5625rem; } + +@media screen and (max-width: 39.99875em) { + .modal-backdrop .grid-container .modal .modal-content { padding: 0px 1.56= +25rem 1.5625rem; } +} + +.modal-backdrop .grid-container .modal .modal-content p { margin-bottom: 2.= +1875rem; } + +.modal-backdrop .grid-container .modal .modal-content p.intro { margin-bott= +om: 1.5625rem; } + +.modal-backdrop .grid-container .modal .modal-actions { display: flex; -web= +kit-box-orient: vertical; -webkit-box-direction: normal; flex-flow: column = +nowrap; gap: 1rem; padding-bottom: 2rem; } + +.modal-backdrop .grid-container .modal .modal-actions .politie-button { mar= +gin: 0px; } + +@media print, screen and (min-width: 40em) { + .modal-backdrop .grid-container .modal .modal-actions { -webkit-box-orien= +t: horizontal; -webkit-box-direction: normal; flex-flow: row wrap; padding-= +bottom: 0px; } +} + +.modal-backdrop .grid-container .modal h1 { margin-top: 0px; } + +:root { --theme-primary-color: 207.69, 100%, 25.5%; --theme-primary-darker:= + 207.69, 100%, 18%; --theme-primary-darkest: 207.69, 100%, 13.9%; --theme-p= +rimary-lighter: 207.69, 100%, 42%; --theme-primary-lightest: 207.69, 34.5%,= + 77.8%; --theme-primary-lighter-than-lightest: 207.69, 73%, 71%; --theme-on= +-primary: 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color:= + 0, 0%, 12.5%; --theme-background-alt: 207.69, 36.2%, 90.8%; --theme-link-v= +isited-color: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 8= +6%; --theme-error-dark: 0, 100%, 27.1%; --theme-error-color: 0, 100%, 42.5%= +; --theme-error-lighter: 0, 73.7%, 59.8%; --theme-error-lightest: 0, 74.7%,= + 82.9%; } + +.theme-politie-cn { --theme-primary-color: 230, 93.5%, 24.1%; --theme-prima= +ry-darker: 230, 94%, 20%; --theme-primary-darkest: 230, 92%, 15%; --theme-p= +rimary-lighter: 230, 100%, 42%; --theme-primary-lightest: 230, 33.9%, 77.5%= +; --theme-primary-lighter-than-lightest: 230, 46%, 92%; --theme-on-primary:= + 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color: 0, 0%, 1= +2.5%; --theme-background-alt: 230, 31.6%, 92.5%; --theme-link-visited-color= +: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 86%; } + +.overlay-modal { display: flex; -webkit-box-align: center; align-items: cen= +ter; } + +.overlay-modal .grid-container { width: 100%; } + +.overlay-modal .grid-container .modal { overflow-x: auto; display: flex; -w= +ebkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: = +column; border-radius: 4px; cursor: default; } + +.overlay-modal .grid-container .modal.modal-primary { color: HSL(var(--them= +e-on-primary)); background: HSL(var(--theme-primary-color)); } + +.overlay-modal .grid-container .modal.modal-primary h1, .overlay-modal .gri= +d-container .modal.modal-primary p { color: HSL(var(--theme-on-primary)); } + +.overlay-modal .grid-container .modal .controls { display: flex; -webkit-bo= +x-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; -= +webkit-box-pack: end; justify-content: flex-end; padding: 0.75rem 1.25rem; = +height: 3.75rem; } + +.overlay-modal .grid-container .modal .controls button i, .overlay-modal .g= +rid-container .modal .controls button span { color: HSL(var(--theme-on-prim= +ary)); font-size: 38px; line-height: 2.5rem; height: 38px; cursor: pointer;= + } + +.overlay-modal .grid-container .modal .modal-header { padding-bottom: 0.625= +rem; color: HSL(var(--theme-on-primary)); } + +.overlay-modal .grid-container .modal .modal-header > * { color: inherit; } + +.overlay-modal .grid-container .modal .modal-content { padding: 0px 3.75rem= + 1.5625rem; } + +@media screen and (max-width: 39.99875em) { + .overlay-modal .grid-container .modal .modal-content { padding: 0px 1.562= +5rem; } +} + +.overlay-modal .grid-container .modal .modal-content p { margin-bottom: 2.1= +875rem; } + +.overlay-modal .grid-container .modal .modal-content p.intro { margin-botto= +m: 1.5625rem; } + +.overlay-modal .grid-container .modal .modal-actions { display: flex; -webk= +it-box-orient: vertical; -webkit-box-direction: normal; flex-flow: column n= +owrap; gap: 1rem; padding-bottom: 2rem; } + +.overlay-modal .grid-container .modal .modal-actions .politie-button { marg= +in: 0px; } + +@media print, screen and (min-width: 40em) { + .overlay-modal .grid-container .modal .modal-actions { -webkit-box-orient= +: horizontal; -webkit-box-direction: normal; flex-flow: row wrap; padding-b= +ottom: 0px; } +} + +.overlay-modal .grid-container .modal h1 { margin-top: 0px; } + +.image-slider { width: 100%; position: relative; } + +.image-slider .image-slider__featured-image { display: flex; -webkit-box-pa= +ck: justify; justify-content: space-between; } + +@media print, screen and (min-width: 64em) { + .image-slider .image-slider__featured-image .image--with-fill { height: 5= +21px; max-height: 521px; } +} + +.image-slider .image-slider__featured-image button { min-height: 100%; back= +ground: HSL(var(--theme-primary-color)); color: HSL(var(--theme-on-primary)= +); padding: 0.40625rem; border-radius: 0px; } + +.image-slider .image-slider__featured-image button:hover { background: HSL(= +var(--theme-primary-darkest)); } + +@media screen and (max-width: 63.99875em) { + .image-slider .image-slider__featured-image button { padding: 0.75rem; } +} + +.image-slider .image-slider__featured-image button .icon-com { margin-left:= + 0px; } + +.image-slider .caption.cell { padding: 0.4375rem 1.5625rem; margin-top: 0.6= +25rem; border-left: 1px solid HSL(var(--theme-primary-color)); } + +@media screen and (max-width: 63.99875em) { + .image-slider .caption.cell { margin-left: 0.625rem; padding: 0.3125rem 0= +.9375rem; } +} + +.image-slider .image__button--delete, .image-slider .image-slider__button--= +delete { position: absolute; right: 0px; top: 0px; background: HSL(var(--th= +eme-primary-color)); color: HSL(var(--theme-on-primary)); padding: 0.75rem;= + border-radius: 0px; } + +@media screen and (max-width: 63.99875em) { + .image-slider .image__button--delete, .image-slider .image-slider__button= +--delete { padding: 0.75rem 1.125rem; } + .image-slider .image__button--delete__label, .image-slider .image-slider_= +_button--delete__label { width: 1px; height: 1px; padding: 0px; overflow: h= +idden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border: 0px; po= +sition: absolute !important; } +} + +.image-slider .image__button--delete:hover, .image-slider .image__button--d= +elete:focus, .image-slider .image-slider__button--delete:hover, .image-slid= +er .image-slider__button--delete:focus { background: HSL(var(--theme-primar= +y-darkest)); } + +.image-slider .image__button--delete .ic-prullenbak, .image-slider .image-s= +lider__button--delete .ic-prullenbak { margin-bottom: 0.5rem; display: bloc= +k; } + +@media screen and (max-width: 63.99875em) { + .image-slider .image__button--delete .ic-prullenbak, .image-slider .image= +-slider__button--delete .ic-prullenbak { margin: 0px 0px 0.25rem; } +} + +.image-slider .image-slider__button--delete { display: none; right: 1.25rem= +; } + +@media screen and (max-width: 63.99875em) { + .image-slider .image-slider__button--delete { right: 1.9375rem; } +} + +.image-slider .image-slider__gallery { display: grid; gap: 0.625rem; grid-t= +emplate-columns: repeat(6, 1fr); margin: 0.625rem -0.3125rem 0px; } + +@media screen and (max-width: 63.99875em) { + .image-slider .image-slider__gallery { margin: 0.625rem 0.3125rem 0px; gr= +id-template-columns: repeat(4, 1fr); } +} + +.image-slider .image-slider__gallery .image-slider__gallery__thumbnail { bo= +rder: 0.3125rem solid rgba(0, 0, 0, 0); cursor: pointer; overflow: hidden; = +width: 100%; } + +.image-slider .image-slider__gallery .image-slider__gallery__thumbnail img = +{ transition: all 0.5s ease 0s; object-fit: cover; height: 6.5625rem; width= +: 100%; } + +@media screen and (max-width: 39.99875em) { + .image-slider .image-slider__gallery .image-slider__gallery__thumbnail im= +g { height: 4.6875rem; } +} + +.image-slider .image-slider__gallery .image-slider__gallery__thumbnail:hove= +r img, .image-slider .image-slider__gallery .image-slider__gallery__thumbna= +il:focus img { transform: scale(1.15); } + +.image-slider .image-slider__gallery .image-slider__gallery__thumbnail--act= +ive { border-color: HSL(var(--theme-primary-lighter)); } + +.image-slider .image-slider__gallery .image-slider__gallery__thumbnail--act= +ive + .image-slider__button--delete { display: block; } + +@media screen and (min-width: 64em) { + .image-slider .image-slider__gallery:not(.expanded) .image-slider__galler= +y__thumbnail-container:nth-child(n+7) { display: none; } +} + +@media screen and (max-width: 63.99875em) { + .image-slider .image-slider__gallery:not(.expanded) .image-slider__galler= +y__thumbnail-container:nth-child(n+5) { display: none; } +} + +.image-slider .image-slider__button--collapse { margin-top: 0.625rem; font-= +weight: bold; text-decoration: none; color: HSL(var(--theme-primary-color))= +; } + +.image-slider .image-slider__button--collapse span { margin-left: 0.3125rem= +; } + +@media screen and (max-width: 63.99875em) { + .image-slider .image-slider__button--collapse { margin-left: 0.625rem; } +} + +:root { --theme-primary-color: 207.69, 100%, 25.5%; --theme-primary-darker:= + 207.69, 100%, 18%; --theme-primary-darkest: 207.69, 100%, 13.9%; --theme-p= +rimary-lighter: 207.69, 100%, 42%; --theme-primary-lightest: 207.69, 34.5%,= + 77.8%; --theme-primary-lighter-than-lightest: 207.69, 73%, 71%; --theme-on= +-primary: 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color:= + 0, 0%, 12.5%; --theme-background-alt: 207.69, 36.2%, 90.8%; --theme-link-v= +isited-color: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 8= +6%; --theme-error-dark: 0, 100%, 27.1%; --theme-error-color: 0, 100%, 42.5%= +; --theme-error-lighter: 0, 73.7%, 59.8%; --theme-error-lightest: 0, 74.7%,= + 82.9%; } + +.theme-politie-cn { --theme-primary-color: 230, 93.5%, 24.1%; --theme-prima= +ry-darker: 230, 94%, 20%; --theme-primary-darkest: 230, 92%, 15%; --theme-p= +rimary-lighter: 230, 100%, 42%; --theme-primary-lightest: 230, 33.9%, 77.5%= +; --theme-primary-lighter-than-lightest: 230, 46%, 92%; --theme-on-primary:= + 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color: 0, 0%, 1= +2.5%; --theme-background-alt: 230, 31.6%, 92.5%; --theme-link-visited-color= +: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 86%; } + +.multiupload { display: flex; -webkit-box-orient: vertical; -webkit-box-dir= +ection: normal; flex-flow: column nowrap; } + +.multiupload.disabled .multiupload__upload-wrapper { cursor: not-allowed; } + +.multiupload.disabled .multiupload__upload-form { opacity: 0.5; pointer-eve= +nts: none; } + +.multiupload__upload-form { position: relative; display: flex; -webkit-box-= +pack: center; justify-content: center; padding: 1.25rem; border: 2px dashed= + HSL(var(--theme-primary-color)); transition: border 0.3s ease-out 0s, back= +ground-color 0.3s ease-out 0s; } + +.multiupload__upload-form:hover, .multiupload__upload-form:focus, .multiupl= +oad__upload-form.drag-over { border-color: HSL(var(--theme-primary-lighter)= +); cursor: pointer; } + +.multiupload__upload-form:hover .multiupload__icon, .multiupload__upload-fo= +rm:focus .multiupload__icon, .multiupload__upload-form.drag-over .multiuplo= +ad__icon { background-color: HSL(var(--theme-primary-lighter)); } + +.multiupload__upload-form:hover .multiupload__description, .multiupload__up= +load-form:focus .multiupload__description, .multiupload__upload-form.drag-o= +ver .multiupload__description { color: HSL(var(--theme-primary-lighter)); t= +ext-decoration-color: HSL(var(--theme-primary-lighter)); } + +.multiupload__upload-form.drag-over { background: HSL(var(--theme-backgroun= +d)); } + +.multiupload__content { display: flex; -webkit-box-orient: vertical; -webki= +t-box-direction: normal; flex-flow: column nowrap; -webkit-box-align: cente= +r; align-items: center; max-width: 11rem; color: HSL(var(--theme-primary-co= +lor)); pointer-events: none; } + +.multiupload__description { margin: 1rem 0px 0px; text-align: center; text-= +decoration: underline rgba(0, 0, 0, 0); transition: color 0.3s ease-out 0s,= + text-decoration-color 0.3s ease-out 0s, -webkit-text-decoration-color 0.3s= + ease-out 0s; } + +.multiupload__icon { position: relative; display: block; width: 3rem; heigh= +t: 3rem; color: HSL(var(--theme-background)); border-radius: 50%; backgroun= +d-color: HSL(var(--theme-primary-color)); transition: background 0.3s ease-= +out 0s; } + +.multiupload__icon > .ic-plus { position: absolute; left: 50%; top: 50%; tr= +ansform: translate(-50%, -50%); } + +.multiupload .multiupload__hint { color: HSL(var(--theme-primary-color)); f= +ont-size: 0.75rem; display: flex; -webkit-box-align: start; align-items: fl= +ex-start; } + +.multiupload .multiupload__hint__icon { margin-right: 0.625rem; margin-top:= + -0.1875rem; display: block; } + +.multiupload .multiupload__hint__icon::before { display: block; } + +.multiupload .multiupload__hint__text { margin: 0px; color: HSL(var(--theme= +-primary-color)); } + +.multiupload .multiupload__hint.margin-bottom { margin-bottom: 0.75rem; } + +.multiupload .multiupload__error { color: HSL(var(--theme-error-dark)); fon= +t-size: 0.75rem; display: flex; -webkit-box-align: start; align-items: flex= +-start; } + +.multiupload .multiupload__error__icon { margin-right: 0.625rem; margin-top= +: -0.1875rem; display: block; } + +.multiupload .multiupload__error__icon::before { display: block; } + +.multiupload .multiupload__error__text { margin: 0px; color: HSL(var(--them= +e-error-dark)); } + +.multiupload .multiupload__error.margin-bottom { margin-bottom: 0.75rem; } + +.multiupload__hint { margin-top: 0.625rem; } + +.multiupload__errors { margin: 0.625rem 0px 0px; } + +.multiupload__error:not(:last-of-type) { margin-bottom: 0.625rem; } + +.multiupload__error::before { content: none; } + +.multiupload__divider { margin: 0.625rem 0px; border: none; height: 1px; wi= +dth: 100%; background: HSL(var(--theme-primary-color)); } + +.multiupload__progress { margin: 0px; list-style: none; display: grid; grid= +-template-columns: 100%; gap: 1rem; } + +.upload-progress { display: grid; -webkit-box-align: center; place-items: c= +enter; gap: 1rem; grid-template-columns: auto 1fr 2rem 2rem; margin: 0px 1r= +em; color: HSL(var(--theme-primary-color)); } + +.upload-progress::before { content: none; } + +.upload-progress__file-info { display: flex; width: 100%; -webkit-box-orien= +t: vertical; -webkit-box-direction: normal; flex-flow: column nowrap; } + +.upload-progress__name { margin: 0px; word-break: break-all; } + +.upload-progress__progress { font-size: 0.75rem; width: 100%; display: grid= +; grid-template-columns: 1fr 5ch; -webkit-box-align: center; align-items: c= +enter; } + +.upload-progress__progress-amount { text-align: right; } + +.upload-progress__progress-bar { position: relative; display: inline-flex; = +-webkit-box-flex: 1; flex: 1 1 100%; height: 0.5rem; border: 1px solid HSL(= +var(--theme-primary-color)); border-radius: 4px; overflow: hidden; } + +.upload-progress__progress-bar::before { content: ""; position: absolute; l= +eft: 0px; top: 0px; width: 100%; height: 100%; background: HSL(var(--theme-= +primary-color)); will-change: transform; transform: translateX(calc(-100% += + var(--progress))); transition: transform 0.1s linear 0s, -webkit-transform= + 0.1s linear 0s; } + +.upload-progress__file-status > .ic-waarschuwing, .upload-progress__error {= + color: HSL(var(--theme-error-dark)); } + +.upload-progress__file-status > .icon-com, .upload-progress__action { displ= +ay: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-al= +ign: center; align-items: center; width: 1.5rem; height: 1.5rem; color: HSL= +(var(--theme-primary-color)); } + +.upload-progress__action { background: none; border: none; } + +.upload-progress__action span.icon-com { margin: 0px; } + +:root { --theme-primary-color: 207.69, 100%, 25.5%; --theme-primary-darker:= + 207.69, 100%, 18%; --theme-primary-darkest: 207.69, 100%, 13.9%; --theme-p= +rimary-lighter: 207.69, 100%, 42%; --theme-primary-lightest: 207.69, 34.5%,= + 77.8%; --theme-primary-lighter-than-lightest: 207.69, 73%, 71%; --theme-on= +-primary: 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color:= + 0, 0%, 12.5%; --theme-background-alt: 207.69, 36.2%, 90.8%; --theme-link-v= +isited-color: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 8= +6%; --theme-error-dark: 0, 100%, 27.1%; --theme-error-color: 0, 100%, 42.5%= +; --theme-error-lighter: 0, 73.7%, 59.8%; --theme-error-lightest: 0, 74.7%,= + 82.9%; } + +.theme-politie-cn { --theme-primary-color: 230, 93.5%, 24.1%; --theme-prima= +ry-darker: 230, 94%, 20%; --theme-primary-darkest: 230, 92%, 15%; --theme-p= +rimary-lighter: 230, 100%, 42%; --theme-primary-lightest: 230, 33.9%, 77.5%= +; --theme-primary-lighter-than-lightest: 230, 46%, 92%; --theme-on-primary:= + 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color: 0, 0%, 1= +2.5%; --theme-background-alt: 230, 31.6%, 92.5%; --theme-link-visited-color= +: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 86%; } + +.harvest-data-check__group { display: grid; gap: 0.75rem; grid-template-col= +umns: 1fr; -webkit-box-align: center; align-items: center; } + +@media screen and (min-width: 40em) { + .harvest-data-check__group { grid-template-columns: max-content 1fr max-c= +ontent; } +} + +.harvest-data-check__label { align-self: center; margin: 0px; } + +.harvest-data-check__input-group { position: relative; } + +.harvest-data-check__input-group .harvest-data-check__input { width: 100%; = +background: HSL(var(--theme-background)); } + +.harvest-data-check__input-group .harvest-data-check__validation { position= +: absolute; width: 100%; z-index: 1; } + +.harvest-data-check__button { position: relative; } + +.harvest-data-check__loader-overlay { position: absolute; inset: 0px; backg= +round: HSL(var(--theme-primary-color)); border-radius: inherit; display: fl= +ex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: c= +enter; align-items: center; } + +.harvest-data-check__loader-overlay .loader-animation { width: 1lh; height:= + 1lh; } + +:root { --theme-primary-color: 207.69, 100%, 25.5%; --theme-primary-darker:= + 207.69, 100%, 18%; --theme-primary-darkest: 207.69, 100%, 13.9%; --theme-p= +rimary-lighter: 207.69, 100%, 42%; --theme-primary-lightest: 207.69, 34.5%,= + 77.8%; --theme-primary-lighter-than-lightest: 207.69, 73%, 71%; --theme-on= +-primary: 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color:= + 0, 0%, 12.5%; --theme-background-alt: 207.69, 36.2%, 90.8%; --theme-link-v= +isited-color: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 8= +6%; --theme-error-dark: 0, 100%, 27.1%; --theme-error-color: 0, 100%, 42.5%= +; --theme-error-lighter: 0, 73.7%, 59.8%; --theme-error-lightest: 0, 74.7%,= + 82.9%; } + +.theme-politie-cn { --theme-primary-color: 230, 93.5%, 24.1%; --theme-prima= +ry-darker: 230, 94%, 20%; --theme-primary-darkest: 230, 92%, 15%; --theme-p= +rimary-lighter: 230, 100%, 42%; --theme-primary-lightest: 230, 33.9%, 77.5%= +; --theme-primary-lighter-than-lightest: 230, 46%, 92%; --theme-on-primary:= + 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color: 0, 0%, 1= +2.5%; --theme-background-alt: 230, 31.6%, 92.5%; --theme-link-visited-color= +: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 86%; } + +.credentials-banner { padding: 15px 0px; color: HSL(var(--theme-primary-col= +or)); white-space: nowrap; } + +.credentials-banner img { width: 15px; height: 15px; vertical-align: text-t= +op; margin-right: 10px; } + +:root { --theme-primary-color: 207.69, 100%, 25.5%; --theme-primary-darker:= + 207.69, 100%, 18%; --theme-primary-darkest: 207.69, 100%, 13.9%; --theme-p= +rimary-lighter: 207.69, 100%, 42%; --theme-primary-lightest: 207.69, 34.5%,= + 77.8%; --theme-primary-lighter-than-lightest: 207.69, 73%, 71%; --theme-on= +-primary: 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color:= + 0, 0%, 12.5%; --theme-background-alt: 207.69, 36.2%, 90.8%; --theme-link-v= +isited-color: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 8= +6%; --theme-error-dark: 0, 100%, 27.1%; --theme-error-color: 0, 100%, 42.5%= +; --theme-error-lighter: 0, 73.7%, 59.8%; --theme-error-lightest: 0, 74.7%,= + 82.9%; } + +.theme-politie-cn { --theme-primary-color: 230, 93.5%, 24.1%; --theme-prima= +ry-darker: 230, 94%, 20%; --theme-primary-darkest: 230, 92%, 15%; --theme-p= +rimary-lighter: 230, 100%, 42%; --theme-primary-lightest: 230, 33.9%, 77.5%= +; --theme-primary-lighter-than-lightest: 230, 46%, 92%; --theme-on-primary:= + 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color: 0, 0%, 1= +2.5%; --theme-background-alt: 230, 31.6%, 92.5%; --theme-link-visited-color= +: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 86%; } + +.block-container { display: block; } + +.inline-block-container { display: inline-block; } + +.flex-container { display: flex; flex-wrap: wrap; } + +.inline-container { display: inline; } + +.responsive-flex-container { display: flex; flex-flow: row wrap; -webkit-bo= +x-orient: horizontal; -webkit-box-direction: normal; } + +@media screen and (max-width: 39.99875em) { + .responsive-flex-container { -webkit-box-orient: vertical; -webkit-box-di= +rection: normal; flex-direction: column; } +} + +:root { --theme-primary-color: 207.69, 100%, 25.5%; --theme-primary-darker:= + 207.69, 100%, 18%; --theme-primary-darkest: 207.69, 100%, 13.9%; --theme-p= +rimary-lighter: 207.69, 100%, 42%; --theme-primary-lightest: 207.69, 34.5%,= + 77.8%; --theme-primary-lighter-than-lightest: 207.69, 73%, 71%; --theme-on= +-primary: 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color:= + 0, 0%, 12.5%; --theme-background-alt: 207.69, 36.2%, 90.8%; --theme-link-v= +isited-color: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 8= +6%; --theme-error-dark: 0, 100%, 27.1%; --theme-error-color: 0, 100%, 42.5%= +; --theme-error-lighter: 0, 73.7%, 59.8%; --theme-error-lightest: 0, 74.7%,= + 82.9%; } + +.theme-politie-cn { --theme-primary-color: 230, 93.5%, 24.1%; --theme-prima= +ry-darker: 230, 94%, 20%; --theme-primary-darkest: 230, 92%, 15%; --theme-p= +rimary-lighter: 230, 100%, 42%; --theme-primary-lightest: 230, 33.9%, 77.5%= +; --theme-primary-lighter-than-lightest: 230, 46%, 92%; --theme-on-primary:= + 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color: 0, 0%, 1= +2.5%; --theme-background-alt: 230, 31.6%, 92.5%; --theme-link-visited-color= +: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 86%; } + +.aangifte-detail .aangifte-info-container { margin-bottom: 1.25rem; } + +@media screen and (max-width: 39.99875em) { + .aangifte-detail .aangifte-info-container { margin-bottom: 1.4375rem; } +} + +.aangifte-detail .aangifte-info-container.color-intro .aangifte-info-block = +{ color: HSL(var(--theme-primary-color)); } + +.aangifte-detail .aangifte-info-container.progress-container .aangifte-info= +-block .title { color: HSL(var(--theme-text-color)); } + +.aangifte-detail .aangifte-info-container .aangifte-info-block { line-heigh= +t: 1.5rem; margin-bottom: 0.75rem; } + +@media screen and (min-width: 40em) { + .aangifte-detail .aangifte-info-container .aangifte-info-block { margin-b= +ottom: 0.9375rem; margin-right: 5rem; } + .aangifte-detail .aangifte-info-container .aangifte-info-block:last-child= + { margin-right: 0px; } +} + +.aangifte-detail .aangifte-info-container .aangifte-info-block .title { fon= +t-size: 0.875rem; font-weight: bold; display: block; margin: 0px; line-heig= +ht: 1.5; } + +.aangifte-detail .aangifte-info-container .aangifte-info-block .data { font= +-size: 1.0625rem; } + +.aangifte-detail .attachment-container .attachment { padding-top: 0.3125rem= +; padding-bottom: 1.875rem; display: flex; -webkit-box-orient: horizontal; = +-webkit-box-direction: normal; flex-direction: row; -webkit-box-align: star= +t; align-items: flex-start; } + +.aangifte-detail .attachment-container .attachment .attachment-content { di= +splay: flex; } + +.aangifte-detail .attachment-container .attachment .attachment-content .att= +achment-icon { width: 50px; height: 50px; margin-right: 0.9375rem; } + +.aangifte-detail .attachment-container .attachment .attachment-content .att= +achment-icon img { width: 100%; height: 100%; } + +.aangifte-detail .attachment-container .attachment .attachment-content .att= +achment-info { color: HSL(var(--theme-text-color)); margin-right: 3.125rem;= + font-size: 17px; line-height: 25px; } + +@media screen and (max-width: 39.99875em) { + .aangifte-detail .attachment-container .attachment { -webkit-box-orient: = +vertical; -webkit-box-direction: normal; flex-direction: column; } + .aangifte-detail .attachment-container .attachment .attachment-content { = +margin-bottom: 1.875rem; } +} + +.aangifte-status-info .cell.outline.slachtofferloket-container { padding-bo= +ttom: 0.9375rem; } + +@media screen and (max-width: 39.99875em) { + .aangifte-status-info .cell.outline.slachtofferloket-container { padding-= +bottom: 1.125rem; } +} + +.aangifte-status-info .cell.outline.slachtofferloket-container .slachtoffer= +loket-info-block { word-break: break-all; line-height: 1.5rem; margin-botto= +m: 0.75rem; } + +@media screen and (min-width: 40em) { + .aangifte-status-info .cell.outline.slachtofferloket-container .slachtoff= +erloket-info-block { margin-bottom: 0.9375rem; } +} + +.aangifte-status-info .cell.outline.slachtofferloket-container .slachtoffer= +loket-info-block .title { font-size: 0.875rem; font-weight: bold; display: = +block; margin: 0px; line-height: 1.5; color: HSL(var(--theme-text-color)); = +} + +.aangifte-status-info .cell.outline.slachtofferloket-container .slachtoffer= +loket-info-block .data { font-size: 1.0625rem; } + +:root { --theme-primary-color: 207.69, 100%, 25.5%; --theme-primary-darker:= + 207.69, 100%, 18%; --theme-primary-darkest: 207.69, 100%, 13.9%; --theme-p= +rimary-lighter: 207.69, 100%, 42%; --theme-primary-lightest: 207.69, 34.5%,= + 77.8%; --theme-primary-lighter-than-lightest: 207.69, 73%, 71%; --theme-on= +-primary: 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color:= + 0, 0%, 12.5%; --theme-background-alt: 207.69, 36.2%, 90.8%; --theme-link-v= +isited-color: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 8= +6%; --theme-error-dark: 0, 100%, 27.1%; --theme-error-color: 0, 100%, 42.5%= +; --theme-error-lighter: 0, 73.7%, 59.8%; --theme-error-lightest: 0, 74.7%,= + 82.9%; } + +.theme-politie-cn { --theme-primary-color: 230, 93.5%, 24.1%; --theme-prima= +ry-darker: 230, 94%, 20%; --theme-primary-darkest: 230, 92%, 15%; --theme-p= +rimary-lighter: 230, 100%, 42%; --theme-primary-lightest: 230, 33.9%, 77.5%= +; --theme-primary-lighter-than-lightest: 230, 46%, 92%; --theme-on-primary:= + 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color: 0, 0%, 1= +2.5%; --theme-background-alt: 230, 31.6%, 92.5%; --theme-link-visited-color= +: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 86%; } + +.aangifte-container { display: flex; flex-wrap: wrap; margin: 0px -0.625rem= +; padding-bottom: 0.9375rem; } + +.aangifte-container .aangifte-item { margin: 0px 0.625rem 1.25rem; border-w= +idth: 1px 1px 4px; border-style: solid; border-image: initial; display: fle= +x; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direct= +ion: column; background-color: rgb(240, 243, 245); color: HSL(var(--theme-p= +rimary-color)); border-color: rgb(179, 200, 218); } + +@media screen and (max-width: 39.99875em) { + .aangifte-container .aangifte-item { width: calc(100% - 1.25rem); } +} + +@media screen and (min-width: 40em) and (max-width: 63.99875em) { + .aangifte-container .aangifte-item { width: calc(50% - 1.25rem); } +} + +@media screen and (min-width: 64em) { + .aangifte-container .aangifte-item { width: calc(33% - 1.25rem); } +} + +.aangifte-container .aangifte-item .status { color: HSL(var(--theme-primary= +-color)); } + +.aangifte-container .aangifte-item .status span { background: rgb(231, 235,= + 238); } + +.aangifte-container .aangifte-item .status::before { background-color: rgb(= +231, 235, 238); } + +.aangifte-container .aangifte-item.concept { background-color: rgb(231, 235= +, 238); color: HSL(var(--theme-primary-color)); border-color: rgb(179, 200,= + 218); } + +.aangifte-container .aangifte-item.concept .status::before { background-ima= +ge: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcg= +eG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBmaWxsPScjRTdFQkVFJyB= +kPSdNMCAwIEwxMDAgMTAwIEwwIDEwMFonLz48L3N2Zz4=3D"); } + +.aangifte-container .aangifte-item.concept .status { color: HSL(var(--theme= +-primary-color)); } + +.aangifte-container .aangifte-item.concept .status span { background: rgb(2= +40, 243, 245); } + +.aangifte-container .aangifte-item.concept .status::before { background-col= +or: rgb(240, 243, 245); } + +.aangifte-container .aangifte-item.concept:hover, .aangifte-container .aang= +ifte-item.concept:active, .aangifte-container .aangifte-item.concept:focus = +{ background-color: rgb(231, 235, 238); color: HSL(var(--theme-primary-colo= +r)); border-color: HSL(var(--theme-primary-color)); } + +.aangifte-container .aangifte-item.concept:hover .status, .aangifte-contain= +er .aangifte-item.concept:active .status, .aangifte-container .aangifte-ite= +m.concept:focus .status { color: HSL(var(--theme-on-primary)); } + +.aangifte-container .aangifte-item.concept:hover .status span, .aangifte-co= +ntainer .aangifte-item.concept:active .status span, .aangifte-container .aa= +ngifte-item.concept:focus .status span { background: rgb(0, 70, 130); } + +.aangifte-container .aangifte-item.concept:hover .status::before, .aangifte= +-container .aangifte-item.concept:active .status::before, .aangifte-contain= +er .aangifte-item.concept:focus .status::before { background-color: rgb(0, = +70, 130); } + +.aangifte-container .aangifte-item .status { display: flex; flex-basis: 2.3= +125rem; -webkit-box-pack: end; justify-content: flex-end; width: 100%; text= +-align: left; font-size: 14px; line-height: 27px; } + +.aangifte-container .aangifte-item .status span { padding: 0.3125rem 0.625r= +em 0.3125rem 0px; height: 2.3125rem; min-width: 66.6%; } + +.aangifte-container .aangifte-item .status span i { padding: 0px 9px; } + +.aangifte-container .aangifte-item .status span i::before { font-size: 17px= +; } + +.aangifte-container .aangifte-item .status::before { background-image: url(= +"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9= +J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBmaWxsPScjRjJGNUY2JyBkPSdNMCA= +wIEwxMDAgMTAwIEwwIDEwMFonLz48L3N2Zz4=3D"); background-size: 100% 100%; cont= +ent: ""; height: 2.3125rem; width: 10px; } + +.aangifte-container .aangifte-item .content { padding: 1.8125rem 2.0625rem = +0px; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: no= +rmal; flex-direction: column; -webkit-box-flex: 2; flex: 2 0 auto; } + +.aangifte-container .aangifte-item .content h3 { font-size: 19px; line-heig= +ht: 28px; margin-bottom: 8px; } + +.aangifte-container .aangifte-item .content p { padding-bottom: 0px; margin= +-bottom: 0px; } + +.aangifte-container .aangifte-item .content .info-container { -webkit-box-f= +lex: 2; flex: 2 0 auto; } + +.aangifte-container .aangifte-item .content .info-container .info { font-si= +ze: 14px; line-height: 22px; margin-bottom: 5px; } + +.aangifte-container .aangifte-item .content .link { padding-top: 30px; padd= +ing-bottom: 17px; } + +.aangifte-container .aangifte-item .content .link img { vertical-align: tex= +t-top; margin: 0.0625rem 0.3125rem 0px 0px; } + +.aangifte-container .aangifte-item:hover, .aangifte-container .aangifte-ite= +m:active, .aangifte-container .aangifte-item:focus { text-decoration: none;= + background-color: rgb(240, 243, 245); color: HSL(var(--theme-primary-color= +)); border-color: HSL(var(--theme-primary-color)); } + +.aangifte-container .aangifte-item:hover .content .link span, .aangifte-con= +tainer .aangifte-item:active .content .link span, .aangifte-container .aang= +ifte-item:focus .content .link span { text-decoration: underline; } + +.aangifte-container .aangifte-item:hover .status, .aangifte-container .aang= +ifte-item:active .status, .aangifte-container .aangifte-item:focus .status = +{ color: HSL(var(--theme-on-primary)); } + +.aangifte-container .aangifte-item:hover .status span, .aangifte-container = +.aangifte-item:active .status span, .aangifte-container .aangifte-item:focu= +s .status span { background: rgb(0, 70, 130); } + +.aangifte-container .aangifte-item:hover .status::before, .aangifte-contain= +er .aangifte-item:active .status::before, .aangifte-container .aangifte-ite= +m:focus .status::before { background-color: rgb(0, 70, 130); } + +:root { --theme-primary-color: 207.69, 100%, 25.5%; --theme-primary-darker:= + 207.69, 100%, 18%; --theme-primary-darkest: 207.69, 100%, 13.9%; --theme-p= +rimary-lighter: 207.69, 100%, 42%; --theme-primary-lightest: 207.69, 34.5%,= + 77.8%; --theme-primary-lighter-than-lightest: 207.69, 73%, 71%; --theme-on= +-primary: 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color:= + 0, 0%, 12.5%; --theme-background-alt: 207.69, 36.2%, 90.8%; --theme-link-v= +isited-color: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 8= +6%; --theme-error-dark: 0, 100%, 27.1%; --theme-error-color: 0, 100%, 42.5%= +; --theme-error-lighter: 0, 73.7%, 59.8%; --theme-error-lightest: 0, 74.7%,= + 82.9%; } + +.theme-politie-cn { --theme-primary-color: 230, 93.5%, 24.1%; --theme-prima= +ry-darker: 230, 94%, 20%; --theme-primary-darkest: 230, 92%, 15%; --theme-p= +rimary-lighter: 230, 100%, 42%; --theme-primary-lightest: 230, 33.9%, 77.5%= +; --theme-primary-lighter-than-lightest: 230, 46%, 92%; --theme-on-primary:= + 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color: 0, 0%, 1= +2.5%; --theme-background-alt: 230, 31.6%, 92.5%; --theme-link-visited-color= +: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 86%; } + +.aangifte-akkoord-modal .button-group { display: flex; flex-wrap: wrap; } + +@media screen and (min-width: 40em) { + .aangifte-akkoord-modal .button-group .politie-button { margin: 0px 5px 1= +0px 0px; } +} + +.aangifte-notificaties-toggle { margin-bottom: 1.5625rem; } + +.polling-wait-block .load-spinner { margin: 5rem 0rem; } + +:root { --theme-primary-color: 207.69, 100%, 25.5%; --theme-primary-darker:= + 207.69, 100%, 18%; --theme-primary-darkest: 207.69, 100%, 13.9%; --theme-p= +rimary-lighter: 207.69, 100%, 42%; --theme-primary-lightest: 207.69, 34.5%,= + 77.8%; --theme-primary-lighter-than-lightest: 207.69, 73%, 71%; --theme-on= +-primary: 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color:= + 0, 0%, 12.5%; --theme-background-alt: 207.69, 36.2%, 90.8%; --theme-link-v= +isited-color: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 8= +6%; --theme-error-dark: 0, 100%, 27.1%; --theme-error-color: 0, 100%, 42.5%= +; --theme-error-lighter: 0, 73.7%, 59.8%; --theme-error-lightest: 0, 74.7%,= + 82.9%; } + +.theme-politie-cn { --theme-primary-color: 230, 93.5%, 24.1%; --theme-prima= +ry-darker: 230, 94%, 20%; --theme-primary-darkest: 230, 92%, 15%; --theme-p= +rimary-lighter: 230, 100%, 42%; --theme-primary-lightest: 230, 33.9%, 77.5%= +; --theme-primary-lighter-than-lightest: 230, 46%, 92%; --theme-on-primary:= + 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color: 0, 0%, 1= +2.5%; --theme-background-alt: 230, 31.6%, 92.5%; --theme-link-visited-color= +: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 86%; } + +.mijngegevens-email-info-container { display: flex; padding-top: 1.5625rem;= + } + +.mijngegevens-email-info-container .info { margin-right: 3.125rem; } + +.mijngegevens-email-info-container .info .title { color: HSL(var(--theme-pr= +imary-color)); font-weight: bold; font-size: 1.0625rem; margin: 0px; line-h= +eight: 1.6; } + +@media screen and (max-width: 39.99875em) { + .mijngegevens-email-info-container { -webkit-box-orient: vertical; -webki= +t-box-direction: normal; flex-direction: column; } + .mijngegevens-email-info-container .info { width: 100%; margin-right: 0px= +; margin-bottom: 1.5625rem; } +} + +.mijngegevens-info-container { display: flex; -webkit-box-orient: horizonta= +l; -webkit-box-direction: normal; flex-flow: row wrap; padding: 1.5625rem 0= +px 0.625rem; } + +.mijngegevens-info-container .info { font-size: 1.0625rem; line-height: 27p= +x; margin: 0px 0px 1.5625rem; width: 40%; } + +@media screen and (min-width: 40em) and (max-width: 63.99875em) { + .mijngegevens-info-container .info { width: 50%; } +} + +@media screen and (max-width: 39.99875em) { + .mijngegevens-info-container .info { padding-right: 0px; width: 100%; } + .mijngegevens-info-container .info .data { padding-right: 0px; } +} + +.mijngegevens-info-container .info .title { color: HSL(var(--theme-primary-= +color)); font-weight: bold; font-size: 1.0625rem; margin: 0px; line-height:= + 1.6; } + +.mijngegevens-info-container .info .data { padding-right: 5rem; } + +.mijngegevens-email .info-container { padding-bottom: 2.1875rem; } + +.mijngegevens-email .info-container .title { color: HSL(var(--theme-primary= +-color)); font-weight: bold; font-size: 0.875rem; margin: 0px; } + +.mijngegevens-email .info-container .data.color-intro { color: HSL(var(--th= +eme-primary-color)); } + +.mijngegevens-email-form input#email { background-color: rgb(255, 255, 255)= +; } + +:root { --theme-primary-color: 207.69, 100%, 25.5%; --theme-primary-darker:= + 207.69, 100%, 18%; --theme-primary-darkest: 207.69, 100%, 13.9%; --theme-p= +rimary-lighter: 207.69, 100%, 42%; --theme-primary-lightest: 207.69, 34.5%,= + 77.8%; --theme-primary-lighter-than-lightest: 207.69, 73%, 71%; --theme-on= +-primary: 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color:= + 0, 0%, 12.5%; --theme-background-alt: 207.69, 36.2%, 90.8%; --theme-link-v= +isited-color: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 8= +6%; --theme-error-dark: 0, 100%, 27.1%; --theme-error-color: 0, 100%, 42.5%= +; --theme-error-lighter: 0, 73.7%, 59.8%; --theme-error-lightest: 0, 74.7%,= + 82.9%; } + +.theme-politie-cn { --theme-primary-color: 230, 93.5%, 24.1%; --theme-prima= +ry-darker: 230, 94%, 20%; --theme-primary-darkest: 230, 92%, 15%; --theme-p= +rimary-lighter: 230, 100%, 42%; --theme-primary-lightest: 230, 33.9%, 77.5%= +; --theme-primary-lighter-than-lightest: 230, 46%, 92%; --theme-on-primary:= + 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color: 0, 0%, 1= +2.5%; --theme-background-alt: 230, 31.6%, 92.5%; --theme-link-visited-color= +: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 86%; } + +@media screen and (max-width: 39.99875em) { + .news-container { padding: 1.5625rem 0px 0px; } + .news-container h1 { font-size: 24px; line-height: 1.2; } +} + +@media print, screen and (min-width: 64em) { + .news-container { padding-top: 3.125rem; } +} + +.news-container .news-item-container { display: flex; -webkit-box-flex: 0; = +flex: 0 1 auto; flex-wrap: wrap; margin: 1.6875rem -1.25rem 3.75rem; } + +@media screen and (min-width: 40em) and (max-width: 63.99875em) { + .news-container .news-item-container { margin: 1.6875rem -0.625rem 3.75re= +m; } +} + +@media print, screen and (min-width: 64em) { + .news-container .news-item-container { margin: 2.8125rem -0.625rem 3.75re= +m; } +} + +.news-container .news-item-container .news-item { margin: 0px 0px 3.75rem; = +display: flex; -webkit-box-flex: 0; flex: 0 1 auto; color: HSL(var(--theme-= +primary-color)); -webkit-box-orient: vertical; -webkit-box-direction: norma= +l; flex-direction: column; } + +@media print, screen and (min-width: 40em) { + .news-container .news-item-container .news-item { margin: 0px 10px 2.25re= +m; } +} + +.news-container .news-item-container .news-item .image { overflow: hidden; = +} + +@media screen and (min-width: 40em) and (max-width: 63.99875em) { + .news-container .news-item-container .news-item .image { height: 11.25rem= +; width: 20rem; min-width: 20rem; margin-right: 1.25rem; } +} + +.news-container .news-item-container .news-item .image img { transition: al= +l 0.4s ease 0s; } + +.news-container .news-item-container .news-item .text { display: flex; -web= +kit-box-flex: 0; flex: 0 1 auto; -webkit-box-orient: vertical; -webkit-box-= +direction: normal; flex-direction: column; min-height: 0px; max-height: 11.= +625rem; padding: 0px 1.25rem; width: 100%; } + +@media print, screen and (min-width: 40em) { + .news-container .news-item-container .news-item .text { padding: 0px; } +} + +.news-container .news-item-container .news-item .text h2 { margin: 0px; pad= +ding: 1.25rem 0px 0.9375rem; flex-shrink: 0; } + +@media screen and (min-width: 40em) and (max-width: 63.99875em) { + .news-container .news-item-container .news-item .text h2 { padding: 0px 0= +px 0.9375rem; } +} + +@media print, screen and (min-width: 64em) { + .news-container .news-item-container .news-item .text h2 { padding: 1.562= +5rem 0px 0.9375rem; } +} + +.news-container .news-item-container .news-item .text p { margin: 0px; text= +-decoration: none; height: 100%; flex-shrink: 0; } + +.news-container .news-item-container .news-item:hover, .news-container .new= +s-item-container .news-item:active, .news-container .news-item-container .n= +ews-item:focus { color: HSL(var(--theme-primary-lighter)); text-decoration:= + none; } + +.news-container .news-item-container .news-item:hover .text h2, .news-conta= +iner .news-item-container .news-item:active .text h2, .news-container .news= +-item-container .news-item:focus .text h2 { color: HSL(var(--theme-primary-= +lighter)); text-decoration: underline; } + +.news-container .news-item-container .news-item:hover .image img, .news-con= +tainer .news-item-container .news-item:active .image img, .news-container .= +news-item-container .news-item:focus .image img { transform: scale(1.05); } + +@media screen and (max-width: 39.99875em) { + .news-container .news-item-container .news-item .image img { width: 100%;= + } +} + +@media screen and (min-width: 40em) and (max-width: 63.99875em) { + .news-container .news-item-container .news-item { -webkit-box-orient: hor= +izontal; -webkit-box-direction: normal; flex-direction: row; } + .news-container .news-item-container .news-item img { height: 11.25rem; w= +idth: 20rem; min-width: 20rem; } + .news-container .news-item-container .news-item .text { min-height: 0px; = +max-height: 11.25rem; } +} + +@media print, screen and (min-width: 64em) { + .news-container .news-item-container .news-item { width: calc(33% - 20px)= +; } +} + +.default-content.bottom-content-container { margin-bottom: 48px; } + +.cib-upload__submit { margin-top: 1rem; } + +.enterprise-form-multi-upload .checkbox-group__messages { margin-top: 0.312= +5rem; } + +.enterprise-form-multi-upload .multiupload__progress { padding-left: 0px; } + +.enterprise-form-multi-upload .resumable-list { padding-left: 0px; margin-l= +eft: 0px; } + +.enterprise-form-multi-upload .multiupload__errors { padding-left: 0px; } + +.enterprise-form-multi-upload .multiupload__errors .multiupload__error { fo= +nt-size: 0.75rem; } + +.enterprise-form-multi-upload .multiupload__errors .multiupload__error .ico= +n-com { font-size: 20px; margin-right: 0.625rem; } + +.confirmation-block .v-checkbox-group { margin-bottom: 0px; } + +.ninchat-toggle-btn { font-style: ; font-variant-ligatures: ; font-variant-= +caps: ; font-variant-numeric: ; font-variant-east-asian: ; font-variant-alt= +ernates: ; font-weight: ; font-stretch: ; font-size: ; font-optical-sizing:= + ; font-kerning: ; font-feature-settings: ; font-variation-settings: ; curs= +or: pointer; display: inline-block; line-height: 30px; padding: 0px 10px; h= +eight: 30px; width: auto; transition: all 0.3s ease 0s; background-color: v= +ar(--btn-prev-bg); color: var(--btn-prev-color); border: solid var(--btn-bo= +rder-width) var(--btn-border-color); border-radius: var(--btn-border-radius= +); font-family: var(--btn-font); margin: 0px auto 10px; max-width: 100%; wh= +ite-space: normal; } + +.ninchat-toggle-btn:hover { color: var(--text-color-lightest); background-c= +olor: var(--btn-bg); } + +.ninchat-toggle-btn-mobile { position: fixed; top: 75px; right: 16px; z-ind= +ex: 2147483647; } + +#ninchat-containers { border: 1px solid HSL(var(--theme-background-alt)); p= +osition: relative; margin-bottom: 35px; } + +#ninchat-containers .hidden { display: none; } + +#ninchat-containers .ninchat-btns { display: flex; position: absolute; z-in= +dex: 3; right: 16px; top: 70px; } + +@media only screen and (max-width: 800px) { + #ninchat-containers .ninchat-btns { display: none; } +} + +@media only screen and (min-width: 801px) { + #ninchat-containers .ninchat-mobile-container { display: none; } +} + +@media only screen and (max-width: 800px) { + #ninchat-containers .ninchat-desktop-container { display: none; } +} + +#ninchat-containers .ninchat-desktop-container .ninchat-title { height: 56p= +x; padding-left: 16px; display: flex; -webkit-box-align: center; align-item= +s: center; color: HSL(var(--theme-primary-color)); font-size: 16px; font-we= +ight: bold; position: relative; box-shadow: rgb(204, 204, 204) 0px 2px 2px;= + overflow: hidden; z-index: 2; } + +#ninchat-containers .ninchat-desktop-container .ninchat-title .icon-com { p= +adding-right: 8px; } + +@media only screen and (max-width: 800px) { + #ninchat-containers .ninchat-desktop-container .ninchat-title { display: = +none; } +} + +#ninchat-containers .ninchat-desktop-container .ninchat-container { min-hei= +ght: 500px; position: relative; z-index: 1; } + +.ninchat-iframe-container input:focus-visible { border-color: green; } + +#ninchat-chat-toggle-btn { display: none !important; } + +.ninchat-embed-container .ninchat-titlebar { background-color: var(--btn-pr= +ev-bg) !important; } + +.ninchat-embed-container .ninchat-titlebar .ninchat-title, .ninchat-embed-c= +ontainer .ninchat-titlebar .ninchat-action > i { font-size: 14px; color: va= +r(--btn-prev-color) !important; } + +.ninchat-embed-container .ninchat-titlebar .ninchat-minimize { width: 40px;= + } + +.ninchat-embed-container .ninchat-titlebar .ninchat-minimize i::before { co= +ntent: "=EE=A6=BB"; line-height: 1; -webkit-font-smoothing: antialiased; fo= +nt-family: "Politie icons" !important; font-style: normal !important; font-= +variant: normal !important; text-transform: none !important; } + +.ninchat-embed-container .ninchat-titlebar .ninchat-titlebar-toggle img { d= +isplay: none; } + +.ninchat-embed-container .ninchat-titlebar .ninchat-titlebar-toggle::before= + { content: "=EE=A4=9A"; line-height: 1; -webkit-font-smoothing: antialiase= +d; height: 30px; margin-right: 8px; font-size: 26px; font-family: "Politie = +icons" !important; font-style: normal !important; font-variant: normal !imp= +ortant; text-transform: none !important; color: var(--btn-prev-color) !impo= +rtant; } + +.ninchat-embed-container > .ninchat-titlebar .ninchat-action .ni::before { = +font-size: 40px !important; font-weight: bold !important; margin-right: 20p= +x !important; } + +:root { --theme-primary-color: 207.69, 100%, 25.5%; --theme-primary-darker:= + 207.69, 100%, 18%; --theme-primary-darkest: 207.69, 100%, 13.9%; --theme-p= +rimary-lighter: 207.69, 100%, 42%; --theme-primary-lightest: 207.69, 34.5%,= + 77.8%; --theme-primary-lighter-than-lightest: 207.69, 73%, 71%; --theme-on= +-primary: 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color:= + 0, 0%, 12.5%; --theme-background-alt: 207.69, 36.2%, 90.8%; --theme-link-v= +isited-color: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 8= +6%; --theme-error-dark: 0, 100%, 27.1%; --theme-error-color: 0, 100%, 42.5%= +; --theme-error-lighter: 0, 73.7%, 59.8%; --theme-error-lightest: 0, 74.7%,= + 82.9%; } + +.theme-politie-cn { --theme-primary-color: 230, 93.5%, 24.1%; --theme-prima= +ry-darker: 230, 94%, 20%; --theme-primary-darkest: 230, 92%, 15%; --theme-p= +rimary-lighter: 230, 100%, 42%; --theme-primary-lightest: 230, 33.9%, 77.5%= +; --theme-primary-lighter-than-lightest: 230, 46%, 92%; --theme-on-primary:= + 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color: 0, 0%, 1= +2.5%; --theme-background-alt: 230, 31.6%, 92.5%; --theme-link-visited-color= +: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 86%; } + +[type=3D"text"], [type=3D"password"], [type=3D"date"], [type=3D"datetime"],= + [type=3D"datetime-local"], [type=3D"month"], [type=3D"week"], [type=3D"ema= +il"], [type=3D"number"], [type=3D"search"], [type=3D"tel"], [type=3D"time"]= +, [type=3D"url"], [type=3D"color"] { padding: 0.75rem; color: HSL(var(--the= +me-primary-color)); font-size: 18px; display: block; border: none; width: 1= +00%; } + +[type=3D"text"]:focus, [type=3D"password"]:focus, [type=3D"date"]:focus, [t= +ype=3D"datetime"]:focus, [type=3D"datetime-local"]:focus, [type=3D"month"]:= +focus, [type=3D"week"]:focus, [type=3D"email"]:focus, [type=3D"number"]:foc= +us, [type=3D"search"]:focus, [type=3D"tel"]:focus, [type=3D"time"]:focus, [= +type=3D"url"]:focus, [type=3D"color"]:focus { outline: 1px auto HSL(var(--t= +heme-primary-color)); } + +@media screen and (max-width: 63.99875em) { + [type=3D"text"], [type=3D"password"], [type=3D"date"], [type=3D"datetime"= +], [type=3D"datetime-local"], [type=3D"month"], [type=3D"week"], [type=3D"e= +mail"], [type=3D"number"], [type=3D"search"], [type=3D"tel"], [type=3D"time= +"], [type=3D"url"], [type=3D"color"] { width: 100%; } +} + +textarea { display: block; resize: vertical; width: 100%; height: calc(8em = ++ 20px); padding: 10px; border: 0px; font-size: 18px; color: HSL(var(--them= +e-primary-color)); background: HSL(var(--theme-background)); } + +textarea:focus { outline: 5px auto HSL(var(--theme-primary-color)); } + +@media screen and (min-width: 40em) { + textarea { height: calc(5em + 20px); } +} + +.textarea-hint { padding: 0.3125rem 0px 0px 0.625rem; font-size: 14px; } + +.validation-hint { position: relative; padding: 1rem; background: rgb(244, = +179, 179); color: rgb(138, 0, 0); display: block; } + +.validation-hint::before { content: ""; width: 0px; height: 0px; border-lef= +t: 0.4375rem solid rgba(0, 0, 0, 0); border-right: 0.4375rem solid rgba(0, = +0, 0, 0); border-bottom: 0.375rem solid rgb(244, 179, 179); position: absol= +ute; top: -0.375rem; left: 1rem; } + +:target .validation-hint.closed { display: block; } + +.radio-group { padding-top: 0.3125rem; padding-bottom: 0.3125rem; } + +input[type=3D"radio"] { appearance: none; display: inline-block; vertical-a= +lign: middle; position: relative; border-radius: 50%; width: calc(1em + 1px= +); height: calc(1em + 0.5px); -webkit-box-flex: 0; flex: 0 0 auto; border: = +2px solid HSL(var(--theme-primary-color)); transition: all 0.2s linear 0s; = +outline: none; margin-right: 0.3125rem; cursor: pointer; background-color: = +HSL(var(--theme-background)); } + +input[type=3D"radio"]::after, input[type=3D"radio"]:focus::before { content= +: ""; border-radius: 100%; width: 75%; height: 75%; position: absolute; top= +: 50%; left: 50%; transform: translate(-50%, -50%); background: rgba(0, 0, = +0, 0); transition: background 0.5s linear 0s; } + +input[type=3D"radio"]:focus::before { border-color: HSL(var(--theme-text-co= +lor)); border-style: dotted; height: 185%; width: 185%; } + +input[type=3D"radio"]:checked { opacity: 1; border: 2px solid HSL(var(--the= +me-primary-color)); } + +input[type=3D"radio"]:checked::after { background: HSL(var(--theme-primary-= +color)); } + +input[type=3D"radio"] + label { color: HSL(var(--theme-primary-color)); } + +input[type=3D"radio"] + label:hover { cursor: pointer; text-decoration: und= +erline; color: HSL(var(--theme-primary-lighter)); } + +input[type=3D"radio"] + label { margin-right: 2em; } + +input[type=3D"radio"] + label + label { margin-left: -2em; } + +input[type=3D"checkbox"] { appearance: none; display: inline-block; vertica= +l-align: middle; border-radius: 10%; width: 1rem; height: 1rem; position: r= +elative; margin-right: 0.5rem; border: 2px solid HSL(var(--theme-primary-co= +lor)); transition: all 0.2s linear 0s; outline: none; cursor: pointer; back= +ground-color: HSL(var(--theme-background)); } + +input[type=3D"checkbox"] + label, input[type=3D"checkbox"] + div > label { = +color: HSL(var(--theme-primary-color)); } + +input[type=3D"checkbox"] + label:hover, input[type=3D"checkbox"] + div > la= +bel:hover { cursor: pointer; text-decoration: underline; color: HSL(var(--t= +heme-primary-lighter)); } + +input[type=3D"checkbox"]:focus::before { content: ""; outline: dotted HSL(v= +ar(--theme-text-color)); height: 185%; width: 185%; display: block; top: 50= +%; left: 50%; position: absolute; transform: translate(-50%, -50%); } + +input[type=3D"checkbox"]::after { content: ""; width: 100%; height: 100%; p= +osition: absolute; top: 0.375rem; left: 50%; transform: translate(-50%, -50= +%); background: url("./images/vinkje_wit.svg?2cd6cf4f4da0874e276d3f44a2addf= +91") center center no-repeat; opacity: 0; transition: background 0.5s linea= +r 0s; } + +input[type=3D"checkbox"]:checked { background: HSL(var(--theme-primary-colo= +r)); } + +input[type=3D"checkbox"]:checked::after { opacity: 1; } + +.input-with-button { display: flex; } + +.input-with-button input { color: HSL(var(--theme-primary-color)); width: 1= +00%; margin: 0px; background-color: rgb(254, 254, 254); } + +.input-with-button input.placeholder { color: HSL(var(--theme-primary-color= +)); } + +.input-with-button input::-webkit-input-placeholder { color: HSL(var(--them= +e-primary-color)); } + +.input-with-button button { -webkit-box-flex: 0; flex: 0 0 auto; width: 2.8= +75rem; color: HSL(var(--theme-on-primary)); background: HSL(var(--theme-pri= +mary-color)); border-radius: 0px; } + +.input-with-button button:focus, .input-with-button button:hover { backgrou= +nd: HSL(var(--theme-primary-lighter)); } + +.input-with-button.light { border: 1px solid HSL(var(--theme-primary-color)= +); background: HSL(var(--theme-background)); } + +.input-with-button.light button { border-left: 1px solid HSL(var(--theme-pr= +imary-color)); background: HSL(var(--theme-background)); color: HSL(var(--t= +heme-primary-color)); } + +.input-with-button.light button:focus, .input-with-button.light button:hove= +r { color: HSL(var(--theme-primary-lighter)); } + +:root { --theme-primary-color: 207.69, 100%, 25.5%; --theme-primary-darker:= + 207.69, 100%, 18%; --theme-primary-darkest: 207.69, 100%, 13.9%; --theme-p= +rimary-lighter: 207.69, 100%, 42%; --theme-primary-lightest: 207.69, 34.5%,= + 77.8%; --theme-primary-lighter-than-lightest: 207.69, 73%, 71%; --theme-on= +-primary: 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color:= + 0, 0%, 12.5%; --theme-background-alt: 207.69, 36.2%, 90.8%; --theme-link-v= +isited-color: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 8= +6%; --theme-error-dark: 0, 100%, 27.1%; --theme-error-color: 0, 100%, 42.5%= +; --theme-error-lighter: 0, 73.7%, 59.8%; --theme-error-lightest: 0, 74.7%,= + 82.9%; } + +.theme-politie-cn { --theme-primary-color: 230, 93.5%, 24.1%; --theme-prima= +ry-darker: 230, 94%, 20%; --theme-primary-darkest: 230, 92%, 15%; --theme-p= +rimary-lighter: 230, 100%, 42%; --theme-primary-lightest: 230, 33.9%, 77.5%= +; --theme-primary-lighter-than-lightest: 230, 46%, 92%; --theme-on-primary:= + 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color: 0, 0%, 1= +2.5%; --theme-background-alt: 230, 31.6%, 92.5%; --theme-link-visited-color= +: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 86%; } + +.input-group-container { padding-top: 0.3125rem; padding-bottom: 2.5rem; } + +.switch-toggle-container { margin-bottom: 0.625rem; } + +.switch-toggle-container label { font-weight: bold; padding-right: 1rem; ma= +rgin-bottom: 1.875rem; } + +.switch-toggle-container .switch-toggle { display: inline-block; position: = +relative; outline: none; } + +.switch-toggle-container .switch-toggle.switch-toggle-triggered .underlay {= + transform: translateX(14px); } + +.switch-toggle-container .switch-toggle.switch-toggle-triggered.switch-togg= +le-checked { transform: translateX(0px); } + +.switch-toggle-container .switch-toggle.switch-toggle-checked .track { back= +ground-color: rgb(128, 163, 193); border-color: rgb(128, 163, 193); } + +.switch-toggle-container .switch-toggle.switch-toggle-checked .underlay { t= +ransform: translateX(14px); } + +.switch-toggle-container .switch-toggle.switch-toggle-checked .underlay::be= +fore, .switch-toggle-container .switch-toggle.switch-toggle-checked .underl= +ay::after { background-color: rgb(0, 115, 214); } + +.switch-toggle-container .switch-toggle.switch-toggle-checked .underlay .th= +umb { background-color: rgb(0, 70, 130); border-color: rgb(0, 70, 130); } + +.switch-toggle-container .switch-toggle.switch-toggle-focus .underlay:hover= +::before, .switch-toggle-container .switch-toggle.switch-toggle-focus .unde= +rlay:hover::after { opacity: 0.2; } + +.switch-toggle-container .switch-toggle.switch-toggle-focus .underlay::befo= +re, .switch-toggle-container .switch-toggle.switch-toggle-focus .underlay::= +after { opacity: 0.2; } + +.switch-toggle-container .switch-toggle.switch-toggle-focus .underlay:activ= +e::before, .switch-toggle-container .switch-toggle.switch-toggle-focus .und= +erlay:active::after { opacity: 0.25; } + +.switch-toggle-container .switch-toggle .track { box-sizing: border-box; wi= +dth: 34px; height: 14px; border: 1px solid rgb(144, 144, 144); transition: = +opacity 90ms cubic-bezier(0.4, 0, 0.2, 1) 0s, background-color 90ms cubic-b= +ezier(0.4, 0, 0.2, 1) 0s, border-color 90ms cubic-bezier(0.4, 0, 0.2, 1) 0s= +; border-radius: 7px; background-color: rgb(144, 144, 144); } + +.switch-toggle-container .switch-toggle .underlay { left: -10px; right: aut= +o; will-change: transform, opacity; display: flex; position: absolute; top:= + -13px; -webkit-box-align: center; align-items: center; -webkit-box-pack: c= +enter; justify-content: center; width: 40px; height: 40px; transform: trans= +lateX(0px); transition: transform 90ms cubic-bezier(0.4, 0, 0.2, 1) 0s, bac= +kground-color 90ms cubic-bezier(0.4, 0, 0.2, 1) 0s, border-color 90ms cubic= +-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 90ms cubic-bezier(0.4, 0, 0.2= +, 1) 0s; } + +.switch-toggle-container .switch-toggle .underlay:hover::before, .switch-to= +ggle-container .switch-toggle .underlay:hover::after { opacity: 0.2; } + +.switch-toggle-container .switch-toggle .underlay:active::before, .switch-t= +oggle-container .switch-toggle .underlay:active::after { opacity: 0.25; } + +.switch-toggle-container .switch-toggle .underlay::before, .switch-toggle-c= +ontainer .switch-toggle .underlay::after { z-index: 1; width: 40px; height:= + 40px; position: absolute; border-radius: 50%; opacity: 0; pointer-events: = +none; content: ""; transition: opacity 100ms linear 0s; background-color: r= +gb(144, 144, 144); } + +.switch-toggle-container .switch-toggle .underlay .thumb { z-index: 2; widt= +h: 20px; height: 20px; border: 10px solid rgb(255, 255, 255); border-radius= +: 50%; pointer-events: none; background-color: rgb(255, 255, 255); box-shad= +ow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0p= +x, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px; box-sizing: border-box; } + +.switch-toggle-container .switch-toggle .native-control { left: 0px; right:= + auto; position: absolute; top: 0px; width: 52px; height: 38px; margin: 0px= +; opacity: 0; cursor: pointer; pointer-events: auto; -webkit-tap-highlight-= +color: rgba(0, 0, 0, 0); } + +.switch-toggle-container .switch-toggle .native-control:checked { transform= +: translateX(-14px); } + +:root { --theme-primary-color: 207.69, 100%, 25.5%; --theme-primary-darker:= + 207.69, 100%, 18%; --theme-primary-darkest: 207.69, 100%, 13.9%; --theme-p= +rimary-lighter: 207.69, 100%, 42%; --theme-primary-lightest: 207.69, 34.5%,= + 77.8%; --theme-primary-lighter-than-lightest: 207.69, 73%, 71%; --theme-on= +-primary: 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color:= + 0, 0%, 12.5%; --theme-background-alt: 207.69, 36.2%, 90.8%; --theme-link-v= +isited-color: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 8= +6%; --theme-error-dark: 0, 100%, 27.1%; --theme-error-color: 0, 100%, 42.5%= +; --theme-error-lighter: 0, 73.7%, 59.8%; --theme-error-lightest: 0, 74.7%,= + 82.9%; } + +.theme-politie-cn { --theme-primary-color: 230, 93.5%, 24.1%; --theme-prima= +ry-darker: 230, 94%, 20%; --theme-primary-darkest: 230, 92%, 15%; --theme-p= +rimary-lighter: 230, 100%, 42%; --theme-primary-lightest: 230, 33.9%, 77.5%= +; --theme-primary-lighter-than-lightest: 230, 46%, 92%; --theme-on-primary:= + 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color: 0, 0%, 1= +2.5%; --theme-background-alt: 230, 31.6%, 92.5%; --theme-link-visited-color= +: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 86%; } + +.outline { border: 2px solid HSL(var(--theme-primary-lightest)); } + +@media screen and (max-width: 39.99875em) { + .grid-breaker-small { padding-left: 0px; padding-right: 0px; } + .grid-breaker-small .grid-margin-x, .grid-breaker-small .cell { width: 10= +0%; margin-left: 0px; margin-right: 0px; } +} + +@media screen and (max-width: 63.99875em) { + .grid-breaker-medium { padding-left: 0px; padding-right: 0px; } + .grid-breaker-medium .grid-margin-x, .grid-breaker-medium .cell { width: = +100%; margin-left: 0px; margin-right: 0px; } +} + +@media screen and (max-width: 74.99875em) { + .grid-breaker-large { padding-left: 0px; padding-right: 0px; } + .grid-breaker-large .grid-margin-x, .grid-breaker-large .cell { width: 10= +0%; margin-left: 0px; margin-right: 0px; } +} + +@media screen and (max-width: 89.99875em) { + .grid-breaker-xlarge { padding-left: 0px; padding-right: 0px; } + .grid-breaker-xlarge .grid-margin-x, .grid-breaker-xlarge .cell { width: = +100%; margin-left: 0px; margin-right: 0px; } +} + +.grid-breaker-xxlarge { padding-left: 0px; padding-right: 0px; } + +.grid-breaker-xxlarge .grid-margin-x, .grid-breaker-xxlarge .cell { width: = +100%; margin-left: 0px; margin-right: 0px; } + +:root { --theme-primary-color: 207.69, 100%, 25.5%; --theme-primary-darker:= + 207.69, 100%, 18%; --theme-primary-darkest: 207.69, 100%, 13.9%; --theme-p= +rimary-lighter: 207.69, 100%, 42%; --theme-primary-lightest: 207.69, 34.5%,= + 77.8%; --theme-primary-lighter-than-lightest: 207.69, 73%, 71%; --theme-on= +-primary: 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color:= + 0, 0%, 12.5%; --theme-background-alt: 207.69, 36.2%, 90.8%; --theme-link-v= +isited-color: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 8= +6%; --theme-error-dark: 0, 100%, 27.1%; --theme-error-color: 0, 100%, 42.5%= +; --theme-error-lighter: 0, 73.7%, 59.8%; --theme-error-lightest: 0, 74.7%,= + 82.9%; } + +.theme-politie-cn { --theme-primary-color: 230, 93.5%, 24.1%; --theme-prima= +ry-darker: 230, 94%, 20%; --theme-primary-darkest: 230, 92%, 15%; --theme-p= +rimary-lighter: 230, 100%, 42%; --theme-primary-lightest: 230, 33.9%, 77.5%= +; --theme-primary-lighter-than-lightest: 230, 46%, 92%; --theme-on-primary:= + 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color: 0, 0%, 1= +2.5%; --theme-background-alt: 230, 31.6%, 92.5%; --theme-link-visited-color= +: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 86%; } + +.button.expanded.closed, .closed { display: none; } + +@media screen and (max-width: 63.99875em) { + .closed-medium-down { display: none; } +} + +.no-js .no-js-hide { display: none; } + +@media screen and (max-width: 39.99875em) { + .no-js .no-js-small-hide { display: none; } +} + +@media screen and (max-width: 63.99875em) { + .no-js .no-js-medium-hide { display: none; } +} + +.overflow-hidden { overflow: hidden; } + +.visually-hidden { position: absolute; left: -10000px; top: auto; width: 1p= +x; height: 1px; overflow: hidden; } + +.overflow-hidden { overflow: hidden; } + +@media screen and (max-width: 39.99875em) { + .overflow-hidden-small { overflow: hidden; } +} + +@media screen and (max-width: 63.99875em) { + .overflow-hidden-medium { overflow: hidden; } +} + +@media screen and (max-width: 74.99875em) { + .overflow-hidden-large { overflow: hidden; } +} + +@media screen and (max-width: 89.99875em) { + .overflow-hidden-xlarge { overflow: hidden; } +} + +.overflow-hidden-xxlarge { overflow: hidden; } + +.overflow-wrap-break-word { overflow-wrap: break-word; } + +.underline { text-decoration: underline; } + +.no-underline { text-decoration: none; } + +.line-through { text-decoration: line-through; } + +.capitalize { text-transform: capitalize; } + +.font-bold { font-weight: bold; } + +.font-size-xs { font-size: 14px; } + +.font-size-s { font-size: 16px; } + +.font-size-m { font-size: 18px; } + +.font-size-l { font-size: 20px; } + +.font-size-xl { font-size: 22px; } + +.margin-0 { margin: 0rem; } + +.margin-top-0 { margin-top: 0rem; } + +.margin-right-0 { margin-right: 0rem; } + +.margin-bottom-0 { margin-bottom: 0rem; } + +.margin-left-0 { margin-left: 0rem; } + +.margin-1 { margin: 1rem; } + +.margin-top-1 { margin-top: 1rem; } + +.margin-right-1 { margin-right: 1rem; } + +.margin-bottom-1 { margin-bottom: 1rem; } + +.margin-left-1 { margin-left: 1rem; } + +.margin-2 { margin: 2rem; } + +.margin-top-2 { margin-top: 2rem; } + +.margin-right-2 { margin-right: 2rem; } + +.margin-bottom-2 { margin-bottom: 2rem; } + +.margin-left-2 { margin-left: 2rem; } + +.margin-3 { margin: 3rem; } + +.margin-top-3 { margin-top: 3rem; } + +.margin-right-3 { margin-right: 3rem; } + +.margin-bottom-3 { margin-bottom: 3rem; } + +.margin-left-3 { margin-left: 3rem; } + +.margin-4 { margin: 4rem; } + +.margin-top-4 { margin-top: 4rem; } + +.margin-right-4 { margin-right: 4rem; } + +.margin-bottom-4 { margin-bottom: 4rem; } + +.margin-left-4 { margin-left: 4rem; } + +.padding-0 { padding: 0rem; } + +.padding-top-0 { padding-top: 0rem; } + +.padding-right-0 { padding-right: 0rem; } + +.padding-bottom-0 { padding-bottom: 0rem; } + +.padding-left-0 { padding-left: 0rem; } + +.padding-1 { padding: 1rem; } + +.padding-top-1 { padding-top: 1rem; } + +.padding-right-1 { padding-right: 1rem; } + +.padding-bottom-1 { padding-bottom: 1rem; } + +.padding-left-1 { padding-left: 1rem; } + +.padding-2 { padding: 2rem; } + +.padding-top-2 { padding-top: 2rem; } + +.padding-right-2 { padding-right: 2rem; } + +.padding-bottom-2 { padding-bottom: 2rem; } + +.padding-left-2 { padding-left: 2rem; } + +.flex-align-items-center { -webkit-box-align: center; align-items: center; = +} + +.flex-justify-content-center { -webkit-box-pack: center; justify-content: c= +enter; } + +.display-none { display: none; } + +.display-inline { display: inline; } + +.display-block { display: block; } + +.display-inline-block { display: inline-block; } + +.display-flex { display: flex; } + +:root { --theme-primary-color: 207.69, 100%, 25.5%; --theme-primary-darker:= + 207.69, 100%, 18%; --theme-primary-darkest: 207.69, 100%, 13.9%; --theme-p= +rimary-lighter: 207.69, 100%, 42%; --theme-primary-lightest: 207.69, 34.5%,= + 77.8%; --theme-primary-lighter-than-lightest: 207.69, 73%, 71%; --theme-on= +-primary: 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color:= + 0, 0%, 12.5%; --theme-background-alt: 207.69, 36.2%, 90.8%; --theme-link-v= +isited-color: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 8= +6%; --theme-error-dark: 0, 100%, 27.1%; --theme-error-color: 0, 100%, 42.5%= +; --theme-error-lighter: 0, 73.7%, 59.8%; --theme-error-lightest: 0, 74.7%,= + 82.9%; } + +.theme-politie-cn { --theme-primary-color: 230, 93.5%, 24.1%; --theme-prima= +ry-darker: 230, 94%, 20%; --theme-primary-darkest: 230, 92%, 15%; --theme-p= +rimary-lighter: 230, 100%, 42%; --theme-primary-lightest: 230, 33.9%, 77.5%= +; --theme-primary-lighter-than-lightest: 230, 46%, 92%; --theme-on-primary:= + 0, 0%, 100%; --theme-background: 0, 0%, 100%; --theme-text-color: 0, 0%, 1= +2.5%; --theme-background-alt: 230, 31.6%, 92.5%; --theme-link-visited-color= +: 239, 59.8%, 58%; --theme-link-visited-color-alt: 239, 100%, 86%; } + +.color-politie-standaard-blauw { color: HSL(var(--theme-primary-color)); } + +.color-politie-text { color: HSL(var(--theme-text-color)); } + +.color-error { color: HSL(var(--theme-error-dark)); } + +.bg-color-politie-interactief-blauw { background-color: rgb(179, 200, 218);= + } + +.bg-color-politie-wit-hover { background-color: rgb(255, 255, 255); } + +.transform-rotate-90 { transform: rotate(90deg); } + +.transform-rotate-180 { transform: rotate(180deg); } + +.transform-rotate-270 { transform: rotate(270deg); } +------MultipartBoundary--NGC69ufOcg9CMvSOKpwPGFs209GfSGi0S3C1apT2Fg---- +Content-Type: image/svg+xml +Content-Transfer-Encoding: quoted-printable +Content-Location: https://www.politie.nl/politie2018/assets/images/logo.svg?-cb16873498353943 + + + + + + + + + + + + + + + +=0A +------MultipartBoundary--NGC69ufOcg9CMvSOKpwPGFs209GfSGi0S3C1apT2Fg---- +Content-Type: image/avif +Content-Transfer-Encoding: base64 +Content-Location: https://www.politie.nl/binaries/w800h450/content/gallery/politie/nieuws/2022/december/10-lg/visco-lont.jpg + +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 + +------MultipartBoundary--NGC69ufOcg9CMvSOKpwPGFs209GfSGi0S3C1apT2Fg---- +Content-Type: image/svg+xml +Content-Transfer-Encoding: quoted-printable +Content-Location: https://www.politie.nl/politie2018/assets/images/motto.svg + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +=0A +------MultipartBoundary--NGC69ufOcg9CMvSOKpwPGFs209GfSGi0S3C1apT2Fg---- +Content-Type: image/svg+xml +Content-Transfer-Encoding: quoted-printable +Content-Location: https://www.politie.nl/politie2018/assets/images/social-icons/facebook.svg + + + + + Group 3 + Created with Sketch. + + + + + + + + +------MultipartBoundary--NGC69ufOcg9CMvSOKpwPGFs209GfSGi0S3C1apT2Fg---- +Content-Type: image/svg+xml +Content-Transfer-Encoding: quoted-printable +Content-Location: https://www.politie.nl/politie2018/assets/images/social-icons/twitter.svg + + + + + Group 2 + Created with Sketch. + + + + + + + + +------MultipartBoundary--NGC69ufOcg9CMvSOKpwPGFs209GfSGi0S3C1apT2Fg---- +Content-Type: image/svg+xml +Content-Transfer-Encoding: quoted-printable +Content-Location: https://www.politie.nl/politie2018/assets/images/social-icons/linkedin.svg + + + + + Group 4 + Created with Sketch. + + + + + + + + + +------MultipartBoundary--NGC69ufOcg9CMvSOKpwPGFs209GfSGi0S3C1apT2Fg---- +Content-Type: image/svg+xml +Content-Transfer-Encoding: quoted-printable +Content-Location: https://www.politie.nl/politie2018/assets/images/social-icons/youtube.svg + + + + + Group 5 + Created with Sketch. + + + + + + + + +------MultipartBoundary--NGC69ufOcg9CMvSOKpwPGFs209GfSGi0S3C1apT2Fg---- +Content-Type: image/svg+xml +Content-Transfer-Encoding: quoted-printable +Content-Location: https://www.politie.nl/politie2018/assets/images/social-icons/instagram.svg + + + + + Group + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + =09 + + =09 + + + + + +------MultipartBoundary--NGC69ufOcg9CMvSOKpwPGFs209GfSGi0S3C1apT2Fg---- +Content-Type: image/png +Content-Transfer-Encoding: base64 +Content-Location: https://minio.prod.europe-west1.gc.chatlayer.ai/storage-chatlayer-prod-europe-west1-gc/f3b417954da0a5056ddf918fb4df1e36536c3f6d1e6bc64844627598b037f601/606c60281bdb01daf6c9a3d0/wout_torso_128x128.png + +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 + +------MultipartBoundary--NGC69ufOcg9CMvSOKpwPGFs209GfSGi0S3C1apT2Fg---- +Content-Type: text/html +Content-ID: +Content-Transfer-Encoding: quoted-printable +Content-Location: https://www.politie.nl/nieuws/2022/december/30/10-handelaar-en-koper-visco-lont-aangepakt.html + + +------MultipartBoundary--NGC69ufOcg9CMvSOKpwPGFs209GfSGi0S3C1apT2Fg---- +Content-Type: text/html +Content-ID: +Content-Transfer-Encoding: quoted-printable +Content-Location: https://www.politie.nl/nieuws/2022/december/30/10-handelaar-en-koper-visco-lont-aangepakt.html + + +Usabilla Feedback Button + + + + + +------MultipartBoundary--NGC69ufOcg9CMvSOKpwPGFs209GfSGi0S3C1apT2Fg---- +Content-Type: text/css +Content-Transfer-Encoding: quoted-printable +Content-Location: cid:css-396f598e-7d4e-4c2d-850f-bde9acff45ad@mhtml.blink + +@charset "utf-8"; + +body { background: transparent; padding: 0px; margin: 0px; text-align: left= +; } + +img { cursor: pointer; display: block; margin: 0px auto; } +------MultipartBoundary--NGC69ufOcg9CMvSOKpwPGFs209GfSGi0S3C1apT2Fg---- +Content-Type: image/png +Content-Transfer-Encoding: base64 +Content-Location: https://d6tizftlrpuof.cloudfront.net/themes/production/politienl-button-e0c939732bc3ed1cdb82c1ef35caacca.png + +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 + +------MultipartBoundary--NGC69ufOcg9CMvSOKpwPGFs209GfSGi0S3C1apT2Fg------ diff --git a/2023/pyro-polite-inval-visco-yourpyro/Handelaar en koper visco-lont aangepakt _ politie.nl - https___www.politie.nl_.png b/2023/pyro-polite-inval-visco-yourpyro/Handelaar en koper visco-lont aangepakt _ politie.nl - https___www.politie.nl_.png new file mode 100644 index 0000000..3b0575f --- /dev/null +++ b/2023/pyro-polite-inval-visco-yourpyro/Handelaar en koper visco-lont aangepakt _ politie.nl - https___www.politie.nl_.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1942334e685c648577e0c0db42739162f799d20dc125776d366ae6f4b3aa01e7 +size 261857 diff --git a/2023/pyro-polite-inval-visco-yourpyro/Klantenlijst leidt politie naar grote hoeveelheden illegaal vuurwerk _ Tech _ NU.nl - https___www.nu.nl_.mhtml b/2023/pyro-polite-inval-visco-yourpyro/Klantenlijst leidt politie naar grote hoeveelheden illegaal vuurwerk _ Tech _ NU.nl - https___www.nu.nl_.mhtml new file mode 100644 index 0000000..4eaae79 --- /dev/null +++ b/2023/pyro-polite-inval-visco-yourpyro/Klantenlijst leidt politie naar grote hoeveelheden illegaal vuurwerk _ Tech _ NU.nl - https___www.nu.nl_.mhtml @@ -0,0 +1,5141 @@ +From: +Snapshot-Content-Location: https://www.nu.nl/tech/6244768/klantenlijst-leidt-politie-naar-grote-hoeveelheden-illegaal-vuurwerk.html +Subject: Klantenlijst leidt politie naar grote hoeveelheden illegaal vuurwerk | Tech | NU.nl - https://www.nu.nl/ +Date: Sun, 9 Jul 2023 09:58:18 -0000 +MIME-Version: 1.0 +Content-Type: multipart/related; + type="text/html"; + boundary="----MultipartBoundary--RoYGo3EtnK27BzjgbOLfQVgjDxBjK3d0K0mxInyEiD----" + + +------MultipartBoundary--RoYGo3EtnK27BzjgbOLfQVgjDxBjK3d0K0mxInyEiD---- +Content-Type: text/html +Content-ID: +Content-Transfer-Encoding: quoted-printable +Content-Location: https://www.nu.nl/tech/6244768/klantenlijst-leidt-politie-naar-grote-hoeveelheden-illegaal-vuurwerk.html + + + =20 + + Klantenlijst leidt politie naar grote hoeveelheden illegaal vuur= +werk | Tech | NU.nl - https://www.nu.nl/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + =20 + + + + + + + + + + + + + + + + =20 + + =20 + + + +
    = +
    + + =20 + + +
    = +Logo NU.nlNU.nl
      Vo= +orpagina
    • Net binnen
    • Populair
    • <= +a class=3D"branded branded--default app-nav-item__link" title=3D"Algemeen" = +href=3D"https://www.nu.nl/algemeen" data-category=3D"navigation" data-actio= +n=3D"main-menu" data-label=3D"Algemeen">Algemeen
    • Economie
    • Sport
    • Media en Cultuur
    • = +Achterklap
    • <= +a class=3D"branded branded--default app-nav-item__link" title=3D"Shop" href= +=3D"https://www.nu.nl/nushop-adverteerder" data-category=3D"navigation" dat= +a-action=3D"main-menu" data-label=3D"Shop">Shop
    <= +/div>
    Zon= +dag 9 juli 2023 | Het laatste nieuws het eerst op NU.nl
    3D"Klantenlijst

    Klantenlijst leidt politie naar grote hoeve= +elheden illegaal vuurwerk

    Door onze techredactie

    29 dec 2022 om 13:25Update: 6 maanden geleden
    = +De politie heeft een lijst met kopers in handen gekregen die online profess= +ioneel vuurwerklont hebben gekocht. Alle kopers krijgen bezoek van de polit= +ie omdat het lont gebruikt kan worden om zwaar vuurwerk mee af te steken.

    Op basis van de lijst heeft de politie al op tientallen wo= +onadressen van kopers verboden vuurwerk in beslag genomen, waaronder zelf g= +eknutselde explosieven. Tot de jaarwisseling kunnen nog meer kopers op een = +bezoek van agenten rekenen.

    = +"De aankoop van dit soort vuurwerklont blijkt een goede aanwijzing dat er m= +et verboden vuurwerk wordt gerommeld", zegt Erik Kooijker, vuurwerkexpert b= +ij de politie. "Op meerdere adressen vonden we vuurwerk waarmee levensgevaa= +rlijke explosieven kunnen worden gemaakt."

    De lont die online werd aangeboden, wordt gebruikt om de bes= +taande lont van een vuurwerkartikel te verlengen. Ook kunnen meerdere stuks= + vuurwerk met elkaar verbonden worden. Het wordt volgens de politie ook geb= +ruikt om met kruit uit vuurwerk nieuwe explosieven te maken.

    Het gaat zowel om traag brandend lont als = +om snellont, dat ongeveer een meter per seconde brandt. De online aanbieder= + is opgespoord. De politie probeert met de komende huisbezoeken ook de over= +ige lonten in beslag te nemen.

    Gro= +te vangsten illegaal en zelf geknutseld vuurwerk

    Naast geknutselde explosieven vond de politie professioneel= + siervuurwerk en onder meer cobra's, nitraten en singleshots. In Midden-Ned= +erland werd ruim 850 kilo verboden vuurwerk aangetroffen. Ook in onder ande= +re Joure, Hoorn en Rotterdam vond de politie tientallen kilo's verboden vuu= +rwerk.

    In het Gooi en Zevenb= +ergschen Hoek moest de Explosieven Opruimingsdienst (EOD) eraan te pas kome= +n. Die heeft een deel van het aangetroffen knutselvuurwerk tot ontploffing = +gebracht.


    Lees meer over:
    Tech= +Vuurwerk<= +i class=3D"icon item-marker marker-link-block__item-marker">

    <= +hr class=3D"app-divider">

    Aanbevolen artik= +elen

    • = +
    • <= +!---->
      = +
    • <= +/figure>
      = +
    <= +/g>
  • 3
    Hoe de asielonderhandelingen leidden tot de val van Rutte IV: 'Wat d= +oet hij nou?'
  • 4
  • 5


  • Nieuwsvideo's

  • 3D"Zo
    Zo kan een klein bloemetj= +e ons beschermen tegen overstromingen
  • 3D"Snorkelaars
    = +Snorkelaars krijgen on= +derwaterconcert in VS

    Feedback
  • + =20 + =20 + =20 + =20 + + + + + + + + + + + + + + +
    + + + +
    + +------MultipartBoundary--RoYGo3EtnK27BzjgbOLfQVgjDxBjK3d0K0mxInyEiD---- +Content-Type: text/css +Content-Transfer-Encoding: quoted-printable +Content-Location: cid:css-dcb8d2b9-558c-432e-8c82-6cb6b9098fad@mhtml.blink + +@charset "utf-8"; + +.usabilla_live_button_container { display: none; } +------MultipartBoundary--RoYGo3EtnK27BzjgbOLfQVgjDxBjK3d0K0mxInyEiD---- +Content-Type: text/css +Content-Transfer-Encoding: quoted-printable +Content-Location: cid:css-9c2cdcab-b9ea-4722-8044-e63f1b79a57e@mhtml.blink + +@charset "utf-8"; + +iframe.usabilla-live-button#usabilla_live_button_container_iframe644139799 = +{ width: 0px; height: 0px; margin: 0px; padding: 0px; border: 0px; overflow= +: hidden; z-index: 9998; position: absolute; left: 0px; top: 0px; box-shado= +w: 0px 0px 0px; background-color: transparent; } +------MultipartBoundary--RoYGo3EtnK27BzjgbOLfQVgjDxBjK3d0K0mxInyEiD---- +Content-Type: text/css +Content-Transfer-Encoding: quoted-printable +Content-Location: cid:css-f4971d5c-5590-4dd9-a2dd-a681a4973b56@mhtml.blink + +@charset "utf-8"; + +.zone[data-zone=3D"body_bottom"] { position: relative; } + +.feedback_btn { border-radius: 6px 6px 0px 0px; display: inline-block; bord= +er: 1px solid var(--color-border--z0); padding: 4px 10px; bottom: -1px; mar= +gin-left: 6%; background-color: var(--color-bg--z0); cursor: pointer; } + +.feedback_btn:hover { background-color: var(--color-button-bg-two); } + +.feedback_btn > span { font-weight: bold; display: inline-block; padding-ri= +ght: 4px; } + +.feedback_btn > img { float: right; width: 18px; } +------MultipartBoundary--RoYGo3EtnK27BzjgbOLfQVgjDxBjK3d0K0mxInyEiD---- +Content-Type: text/css +Content-Transfer-Encoding: quoted-printable +Content-Location: cid:css-3d416786-d6c9-4b67-8019-3aa91fe1d4d7@mhtml.blink + +@charset "utf-8"; + +[data-advert-slot-state] { display: flex; -webkit-box-align: center; align-= +items: center; -webkit-box-pack: center; justify-content: center; } +------MultipartBoundary--RoYGo3EtnK27BzjgbOLfQVgjDxBjK3d0K0mxInyEiD---- +Content-Type: text/css +Content-Transfer-Encoding: quoted-printable +Content-Location: cid:css-69021de9-2d8f-4eae-b024-eb180ca33c35@mhtml.blink + +@charset "utf-8"; + +div.usabilla_live_button_container#usabilla_live_button_container_707864604= +[role=3D"button"] { width: 0px; height: 0px; z-index: 99999990; bottom: 0px= +; right: 200px; position: fixed; } +------MultipartBoundary--RoYGo3EtnK27BzjgbOLfQVgjDxBjK3d0K0mxInyEiD---- +Content-Type: text/css +Content-Transfer-Encoding: quoted-printable +Content-Location: https://www.nu.nl/assets/index-eb5df636.css + +@charset "utf-8"; + +html { text-size-adjust: 100%; line-height: 1.15; } + +body { margin: 0px; } + +main { display: block; } + +h1 { font-size: 2em; margin: 0.67em 0px; } + +hr { box-sizing: content-box; height: 0px; overflow: visible; } + +pre { font-family: monospace, monospace; font-size: 1em; } + +a { background-color: transparent; } + +abbr[title] { border-bottom: none; text-decoration: underline dotted; } + +b, strong { font-weight: bolder; } + +code, kbd, samp { font-family: monospace, monospace; font-size: 1em; } + +small { font-size: 80%; } + +sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-ali= +gn: baseline; } + +sub { bottom: -0.25em; } + +sup { top: -0.5em; } + +img { border-style: none; } + +button, input, optgroup, select, textarea { font-family: inherit; font-size= +: 100%; line-height: 1.15; margin: 0px; } + +button, input { overflow: visible; } + +button, select { text-transform: none; } + +[type=3D"button"], [type=3D"reset"], [type=3D"submit"], button { appearance= +: button; } + +fieldset { padding: 0.35em 0.75em 0.625em; } + +legend { box-sizing: border-box; color: inherit; display: table; max-width:= + 100%; padding: 0px; white-space: normal; } + +progress { vertical-align: baseline; } + +textarea { overflow: auto; } + +[type=3D"checkbox"], [type=3D"radio"] { box-sizing: border-box; padding: 0p= +x; } + +[type=3D"number"]::-webkit-inner-spin-button, [type=3D"number"]::-webkit-ou= +ter-spin-button { height: auto; } + +[type=3D"search"] { appearance: textfield; outline-offset: -2px; } + +[type=3D"search"]::-webkit-search-decoration { appearance: none; } + +::-webkit-file-upload-button { appearance: button; font: inherit; } + +details { display: block; } + +summary { display: list-item; } + +[hidden], template { display: none; } + +:root { box-sizing: border-box; } + +:root *, :root ::after, :root ::before { box-sizing: inherit; } + +:root { --page-max-width: 99rem; --grid-base: .4rem; --grid-base--x2: calc(= +var(--grid-base)*2); --grid-base--x3: calc(var(--grid-base)*3); --grid-base= +--x4: calc(var(--grid-base)*4); --grid-base--x5: calc(var(--grid-base)*5); = +--grid-base--x6: calc(var(--grid-base)*6); --grid-base--x8: calc(var(--grid= +-base)*8); --grid-base--x9: calc(var(--grid-base)*9); --grid-base--x10: cal= +c(var(--grid-base)*10); --grid-base--x11: calc(var(--grid-base)*11); --grid= +-base--x12: calc(var(--grid-base)*12); --grid-base--x22: calc(var(--grid-ba= +se)*22); --border-radius: .8rem; --border-radius--half: .4rem; --border-rad= +ius--three-quarters: .6rem; --border-radius--double: calc(var(--border-radi= +us)*2); --border-radius--input: 1.25em; --ad-v1-medium-width: 120px; --ad-v= +1-wide-width: 160px; --ad-h1-min-height: 120px; --ad-r3-max-width: 336px; -= +-ad-c1-min-height-desktop: 153px; --ad-c1-min-height-mobile: 373px; --ad-o-= +series-min-height: 260px; --ad-r-series-min-height: 280px; --ratio-16-9: 56= +.25%; --ratio-9-16: 177.77%; --ratio-4-3: 75%; --ratio-3-4: 133.33%; --rati= +o-2-1: 50%; --ratio-1-1: 100%; --primary-font-family: -apple-system,BlinkMa= +cSystemFont,Roboto,Arial,Helvetica,sans-serif; --font-size-heading--s0: 1.3= +rem; --line-height-heading--s0: 1.8rem; --font-size-heading--s1: 1.4rem; --= +line-height-heading--s1: 1.9rem; --font-size-heading--s2: 2.4rem; --line-he= +ight-heading--s2: 2rem; --font-size-article-sub-heading: 2rem; --line-heigh= +t-article-sub-heading: 2.3rem; --font-size-article-sub-sub-heading: 1.6rem;= + --line-height-article-sub-sub-heading: 2.6rem; --font-size-excerpt--s0: 1.= +6rem; --line-height-excerpt--s0: 2.6rem; --font-size-meta: 1.3rem; --line-h= +eight-meta: 1.5rem; --font-size-button: 1.4rem; --line-height-button: 1.6re= +m; --font-size-body--s0: 1.4rem; --line-height-body--s0: 2.2rem; --font-siz= +e-body--s1: 1.6rem; --line-height-body--s1: 2.6rem; --font-size-subline--s0= +: 1.2rem; --line-height-subline--s0: 2rem; --font-size-contentlist--s0: 1.5= +rem; --line-height-contentlist--s0: 1.6rem; --font-size-blockquote: 1.7rem;= + --line-height-blockquote: 2.8rem; --font-weight-semi-bold: 600; --font-wei= +ght-bold: 700; --font-style-margin-bottom: var(--grid-base--x4); --font-tim= +eline-timestamp: 1.2rem; --font-size-pop-up-header: 1.8rem; --line-height-p= +op-up-header: 2.07rem; font-size: 62.5%; } + +@media screen and (min-width: 600px) { + :root { --font-size-heading--s1: 1.5rem; --line-height-heading--s1: 2rem;= + --font-size-excerpt--s0: 1.6rem; --line-height-excerpt--s0: 2.6rem; --font= +-size-meta: 1.4rem; --line-height-meta: 1.4rem; --font-size-button: 1.5rem;= + --line-height-button: 1.7rem; --font-size-body--s0: 1.5rem; --line-height-= +body--s0: 2.3rem; --font-size-body--s1: 1.7rem; --line-height-body--s1: 2.8= +rem; --font-size-subline--s0: 1.4rem; --line-height-subline--s0: 2.2rem; --= +font-size-pop-up-header: 2.2rem; --line-height-pop-up-header: 2.8rem; } +} + +:root { --color-white-one-raw: 0deg 0% 100%; --color-white-one: hsl(var(--c= +olor-white-one-raw)); --color-black-one: #000; --color-grey-one: #f5f5f5; -= +-color-grey-two-raw: 0deg 0% 93%; --color-grey-two: hsl(var(--color-grey-tw= +o-raw)); --color-grey-three-raw: 0deg 0% 87%; --color-grey-three: hsl(var(-= +-color-grey-three-raw)); --color-grey-four: #bababa; --color-grey-five: #96= +9696; --color-grey-six-raw: 0deg 0% 53%; --color-grey-six: hsl(var(--color-= +grey-six-raw)); --color-darkgrey-two-raw: 0deg 0% 8%; --color-darkgrey-two:= + hsl(var(--color-darkgrey-two-raw)); --color-darkgrey-one: #212121; --color= +-darkgrey-four: #2b2b2b; --color-darkgrey-three: #404040; --color-darkgrey-= +five: #4d4d4d; --color-dark-blue-one-raw: 230deg 37% 19%; --color-dark-blue= +-one: hsl(var(--color-dark-blue-one-raw)); --color-dark-blue-two-raw: 230de= +g 48% 35%; --color-dark-blue-two: hsl(var(--color-dark-blue-two-raw)); --co= +lor-light-blue-one-raw: 211deg 100% 44%; --color-light-blue-one: hsl(var(--= +color-light-blue-one-raw)); --color-light-blue-two-raw: 207deg 47% 77%; --c= +olor-light-blue-two: hsl(var(--color-light-blue-two-raw)); --color-light-bl= +ue-three-raw: 217deg 62% 95%; --color-light-blue-three: hsl(var(--color-lig= +ht-blue-three-raw)); --color-purple-one-raw: 268deg 100% 34%; --color-purpl= +e-one: hsl(var(--color-purple-one-raw)); --color-orange-one-raw: 26deg 83% = +58%; --color-orange-one: hsl(var(--color-orange-one-raw)); --color-orange-t= +wo-raw: 29deg 81% 53%; --color-orange-two: hsl(var(--color-orange-two-raw))= +; --color-magenta-one-raw: 324deg 84% 42%; --color-magenta-one: hsl(var(--c= +olor-magenta-one-raw)); --color-bluegreen-one-raw: 184deg 57% 38%; --color-= +bluegreen-one: hsl(var(--color-bluegreen-one-raw)); --color-red-one-raw: 0d= +eg 100% 38%; --color-red-one: hsl(var(--color-red-one-raw)); --color-red-tw= +o-raw: 356deg 95% 45%; --color-red-two: hsl(var(--color-red-two-raw)); --co= +lor-red-four-raw: 0deg 100% 50%; --color-red-four: hsl(var(--color-red-four= +-raw)); --color-red-five: #e12323; --color-green-one: #008500; --color-gree= +n-two: #3fc700; --color-green-three-raw: 85deg 45% 46%; --color-green-three= +: hsl(var(--color-green-three-raw)); --color-green-four: #98bb68; --color-y= +ellow-one: #f2b718; --color-white-blue-one: #f4f4f5; --color-nu: var(--colo= +r-dark-blue-one); --color-nu-raw: var(--color-dark-blue-one-raw); --color-n= +uzakelijk: var(--color-light-blue-one); --color-nuzakelijk-raw: var(--color= +-light-blue-one-raw); --color-nutech: var(--color-purple-one); --color-nute= +ch-raw: var(--color-purple-one-raw); --color-nusport: var(--color-red-two);= + --color-nusport-raw: var(--color-red-two-raw); --color-nugeld: var(--color= +-yellow-one); --color-nugeld-raw: var(--color-yellow-one-raw); --color-nuen= +tertainment: var(--color-magenta-one); --color-nuentertainment-raw: var(--c= +olor-magenta-one-raw); --color-achterklap: var(--color-magenta-one); --colo= +r-achterklap-raw: var(--color-magenta-one-raw); --color-nuwerk: var(--color= +-green-one); --color-nuwerk-raw: var(--color-green-one-raw); --color-nuover= +ig: var(--color-bluegreen-one); --color-nuoverig-raw: var(--color-bluegreen= +-one-raw); --color-nushop: var(--color-dark-blue-one); --color-nushop-raw: = +var(--color-dark-blue-one-raw); --color-nujij: var(--color-red-four); --col= +or-nujij-raw: var(--color-red-four-raw); --color-nubranded: var(--color-gre= +y-six); --color-nubranded-raw: var(--color-grey-six-raw); --color-nulifesty= +le: var(--color-orange-one); --color-nulifestyle-raw: var(--color-orange-on= +e-raw); --color-nuuit: var(--color-orange-one); --color-nuuit-raw: var(--co= +lor-orange-one-raw); --color-bg--z0-raw: var(--color-white-one-raw); --colo= +r-bg--z0: hsl(var(--color-bg--z0-raw)); --color-border--z0: var(--color-gre= +y-two); --color-bg--z1: var(--color-grey-one); --color-border--z1: var(--co= +lor-grey-three); --color-bg--z2: var(--color-grey-two); --color-border--z2:= + var(--color-grey-four); } + +:root .states--hover:hover { --color-bg--z0: var(--color-grey-one); --color= +-border--z0: var(--color-grey-three); --color-bg--z1: var(--color-grey-two)= +; --color-border--z1: var(--color-grey-four); --color-bg--z2: var(--color-g= +rey-three); --color-border--z2: var(--color-grey-five); } + +:root { --color-heading-base: var(--color-dark-blue-one); --color-body-base= +-raw: var(--color-dark-blue-one-raw); --color-body-base: var(--color-dark-b= +lue-one); --color-heading-1: var(--color-heading-base); --color-heading-2: = +var(--color-heading-base); --color-heading-3: var(--color-heading-base); --= +color-heading-4: var(--color-heading-base); --color-body-text: var(--color-= +body-base); --color-body-link: currentColor; --color-caption-one: var(--col= +or-grey-six); --color-label-one: var(--color-red-one); --color-link-one: va= +r(--color-dark-blue-one); --color-button-one: var(--color-white-one); --col= +or-button-bg-one: var(--color-dark-blue-one); --color-button-two: var(--col= +or-dark-blue-one); --color-button-bg-two: var(--color-white-blue-one); --co= +lor-button-three: var(--color-white-one); --color-button-bg-three: var(--co= +lor-green-three); --color-skeleton: var(--color-grey-three); --color-input-= +one: var(--color-grey-one); --color-input-two: var(--color-dark-blue-one); = +--color-modal-mask-bg: rgba(0,0,0,.5); --color-modal-mask-shadow: rgba(0,0,= +0,.33); } + +:root :disabled { --state-color-bg: var(--color-grey-five); --state-color-b= +order: var(--color-grey-five); } + +[data-theme=3D"dark"] { --color-nu: var(--color-grey-three); --color-nu-raw= +: var(--color-grey-three-raw); --color-nuzakelijk: var(--color-grey-three);= + --color-nuzakelijk-raw: var(--color-grey-three-raw); --color-nutech: var(-= +-color-grey-three); --color-nutech-raw: var(--color-grey-three-raw); --colo= +r-nusport: var(--color-grey-three); --color-nusport-raw: var(--color-grey-t= +hree-raw); --color-nugeld: var(--color-grey-three); --color-nugeld-raw: var= +(--color-grey-three-raw); --color-nuentertainment: var(--color-grey-three);= + --color-nuentertainment-raw: var(--color-grey-three-raw); --color-achterkl= +ap: var(--color-grey-three); --color-achterklap-raw: var(--color-grey-three= +-raw); --color-nuwerk: var(--color-grey-three); --color-nuwerk-raw: var(--c= +olor-grey-three-raw); --color-nuoverig: var(--color-grey-three); --color-nu= +overig-raw: var(--color-grey-three-raw); --color-nushop: var(--color-grey-t= +hree); --color-nushop-raw: var(--color-grey-three-raw); --color-nujij: var(= +--color-grey-three); --color-nujij-raw: var(--color-grey-three-raw); --colo= +r-nubranded: var(--color-grey-three); --color-nubranded-raw: var(--color-gr= +ey-three-raw); --color-nulifestyle: var(--color-grey-three); --color-nulife= +style-raw: var(--color-grey-three-raw); --color-nuuit: var(--color-grey-thr= +ee); --color-nuuit-raw: var(--color-grey-three-raw); --color-bg--z0-raw: va= +r(--color-darkgrey-two-raw); --color-border--z0: var(--color-darkgrey-three= +); --color-bg--z1: var(--color-darkgrey-one); --color-border--z1: var(--col= +or-darkgrey-four); --color-bg--z2: var(--color-darkgrey-four); --color-bord= +er--z2: var(--color-darkgrey-five); } + +[data-theme=3D"dark"] .states--hover:hover { --color-bg--z0: var(--color-da= +rkgrey-one); --color-border--z0: var(--color-darkgrey-four); --color-bg--z1= +: var(--color-darkgrey-four); --color-border--z1: var(--color-darkgrey-five= +); --color-bg--z2: var(--color-grey-five); --color-border--z2: var(--color-= +grey-five); } + +[data-theme=3D"dark"] { --color-heading-base: var(--color-grey-three); --co= +lor-body-base-raw: var(--color-grey-three-raw); --color-body-base: var(--co= +lor-grey-three); --color-caption-one: var(--color-grey-three); --color-labe= +l-one: var(--color-red-five); --color-link-one: var(--color-grey-three); --= +color-button-one: var(--color-grey-three); --color-button-bg-one: var(--col= +or-dark-blue-two); --color-button-two: var(--color-grey-three); --color-but= +ton-bg-two: var(--color-darkgrey-four); --color-input-one: var(--color-dark= +grey-one); --color-input-two: var(--color-grey-three); } + +:root { --brand-logo: url(/assets/algemeen-fea38d7e.svg); --brand-color: va= +r(--color-nu); --brand-color-hover: var(--color-nu); --brand-color-visited:= + var(--color-nu); --brand-color-raw: var(--color-nu-raw); --brand-contrast-= +color: var(--color-white-one); } + +.branded--default, .branded--nu { --brand-logo: url(/assets/algemeen-fea38d= +7e.svg); --brand-color: var(--color-nu); --brand-color-hover: var(--color-n= +u); --brand-color-visited: var(--color-nu); --brand-color-raw: var(--color-= +nu-raw); --brand-contrast-color: var(--color-white-one); } + +.branded--nuzakelijk { --brand-logo: url(/assets/nuzakelijk-1b930d48.svg); = +--brand-color: var(--color-nuzakelijk); --brand-color-hover: var(--color-nu= +zakelijk); --brand-color-visited: var(--color-nuzakelijk); --brand-color-ra= +w: var(--color-nuzakelijk-raw); --brand-contrast-color: var(--color-white-o= +ne); } + +.branded--nutech { --brand-logo: url(/assets/nutech-46f6be6f.svg); --brand-= +color: var(--color-nutech); --brand-color-hover: var(--color-nutech); --bra= +nd-color-visited: var(--color-nutech); --brand-color-raw: var(--color-nutec= +h-raw); --brand-contrast-color: var(--color-white-one); } + +.branded--nusport { --brand-logo: url(/assets/nusport-99cf39a4.svg); --bran= +d-color: var(--color-nusport); --brand-color-hover: var(--color-nusport); -= +-brand-color-visited: var(--color-nusport); --brand-color-raw: var(--color-= +nusport-raw); --brand-contrast-color: var(--color-white-one); } + +.branded--nugeld { --brand-logo: url(/assets/nugeld-39e7d0e8.svg); --brand-= +color: var(--color-nugeld); --brand-color-hover: var(--color-nugeld); --bra= +nd-color-visited: var(--color-nugeld); --brand-color-raw: var(--color-nugel= +d-raw); --brand-contrast-color: var(--color-white-one); } + +.branded--nuentertainment { --brand-logo: url(/assets/nuentertainment-607f7= +b71.svg); --brand-color: var(--color-nuentertainment); --brand-color-hover:= + var(--color-nuentertainment); --brand-color-visited: var(--color-nuenterta= +inment); --brand-color-raw: var(--color-nuentertainment-raw); --brand-contr= +ast-color: var(--color-white-one); } + +.branded--achterklap { --brand-logo: url(/assets/achterklap-607f7b71.svg); = +--brand-color: var(--color-achterklap); --brand-color-hover: var(--color-ac= +hterklap); --brand-color-visited: var(--color-achterklap); --brand-color-ra= +w: var(--color-achterklap-raw); --brand-contrast-color: var(--color-white-o= +ne); } + +.branded--nuwerk { --brand-logo: url(/assets/nuwerk-668dcc0e.svg); --brand-= +color: var(--color-nuwerk); --brand-color-hover: var(--color-nuwerk); --bra= +nd-color-visited: var(--color-nuwerk); --brand-color-raw: var(--color-nuwer= +k-raw); --brand-contrast-color: var(--color-white-one); } + +.branded--nuoverig { --brand-logo: url(/assets/nuoverig-e604d546.svg); --br= +and-color: var(--color-nuoverig); --brand-color-hover: var(--color-nuoverig= +); --brand-color-visited: var(--color-nuoverig); --brand-color-raw: var(--c= +olor-nuoverig-raw); --brand-contrast-color: var(--color-white-one); } + +.branded--nushop { --brand-logo: url(/assets/shop-32fe1da6.svg); --brand-co= +lor: var(--color-nushop); --brand-color-hover: var(--color-nushop); --brand= +-color-visited: var(--color-nushop); --brand-color-raw: var(--color-nushop-= +raw); --brand-contrast-color: var(--color-white-one); } + +.branded--nujij { --brand-logo: url(/assets/algemeen-fea38d7e.svg); --brand= +-color: var(--color-nujij); --brand-color-hover: var(--color-nujij); --bran= +d-color-visited: var(--color-nujij); --brand-color-raw: var(--color-nujij-r= +aw); --brand-contrast-color: var(--color-white-one); } + +.branded--nubranded { --brand-logo: url(/assets/algemeen-fea38d7e.svg); --b= +rand-color: var(--color-nubranded); --brand-color-hover: var(--color-nubran= +ded); --brand-color-visited: var(--color-nubranded); --brand-color-raw: var= +(--color-nubranded-raw); --brand-contrast-color: var(--color-white-one); } + +.branded--nulifestyle { --brand-logo: url(/assets/nulifestyle-fa391c78.svg)= +; --brand-color: var(--color-nulifestyle); --brand-color-hover: var(--color= +-nulifestyle); --brand-color-visited: var(--color-nulifestyle); --brand-col= +or-raw: var(--color-nulifestyle-raw); --brand-contrast-color: var(--color-w= +hite-one); } + +.branded--nuuit { --brand-logo: url(/assets/nuuit-6b27ebb2.svg); --brand-co= +lor: var(--color-nuuit); --brand-color-hover: var(--color-nuuit); --brand-c= +olor-visited: var(--color-nuuit); --brand-color-raw: var(--color-nuuit-raw)= +; --brand-contrast-color: var(--color-white-one); } + +.branded:active, .branded:hover { --brand-color: hsl(var(--brand-color-raw)= +/90%); } + +[data-theme=3D"dark"] .branded { --brand-contrast-color: var(--color-bg--z0= +); } + +.colorway--green { --brand-color: var(--color-green-three); --brand-color-r= +aw: var(--color-green-three-raw); --brand-contrast-color: var(--color-white= +-one); } + +.colorway--red { --brand-color: var(--color-red-one); --brand-color-raw: va= +r(--color-red-one-raw); --brand-contrast-color: var(--color-white-one); } + +body, html { background-color: var(--color-bg--z0); color: var(--color-body= +-base); margin: 0px; padding: 0px; } + +a, a:active, a:focus, a:hover { color: inherit; text-decoration: none; } + +#app { -webkit-font-smoothing: antialiased; background-color: var(--color-b= +g--z0); color: var(--color-body-text); font-family: var(--primary-font-fami= +ly); font-size: var(--font-size-body--s0); } + +.app-hide--m { display: none; } + +.sr-only { clip: rect(0px, 0px, 0px, 0px); border: 0px; height: 1px; margin= +: -1px; overflow: hidden; padding: 0px; position: absolute; width: 1px; } + +@media screen and (min-width: 992px) { + .app-hide--m { display: inherit; } + .app-hide--d { display: none; } +} + +.authorized-content { display: none; } + +.body-style, .excerpt-style, .subline-style { margin-top: 0px; } + +.heading--1, h1 { color: var(--color-heading-1); font-size: var(--font-size= +-heading--s2); line-height: var(--line-height-heading--s2); } + +.heading--2, h2 { color: var(--color-heading-2); font-size: var(--font-size= +-heading--s1); line-height: var(--line-height-heading--s1); } + +.heading--3, h3 { color: var(--color-heading-3); font-size: var(--font-size= +-heading--s0); line-height: var(--line-height-heading--s0); } + +.heading--4, h4 { color: var(--color-heading-4); } + +.body-style--s0 { --font-style-margin-bottom: var(--grid-base--x4); --font-= +style-size: var(--font-size-body--s0); --font-style-weight: 400; --font-sty= +le-height: var(--line-height-body--s0); } + +.body-style--s1 { --font-style-margin-bottom: var(--grid-base--x4); --font-= +style-size: var(--font-size-body--s1); --font-style-weight: 400; --font-sty= +le-line-height: var(--line-height-body--s1); } + +.subline-style--s0 { --font-style-margin-bottom: var(--grid-base--x4); --fo= +nt-style-size: var(--font-size-subline--s0); --font-style-weight: 400; --fo= +nt-style-line-height: var(--line-height-subline--s0); } + +.page-wrapper { margin: 0px auto; max-width: var(--page-max-width); } + +@media screen and (min-width: 1114px) and (max-width: 1154px) { + .page-wrapper--has-v1 { margin-left: var(--ad-v1-medium-width); } +} + +@media screen and (min-width: 1154px) and (max-width: 1322px) { + .page-wrapper--has-v1 { margin-left: var(--ad-v1-wide-width); } +} + +.app-col { column-gap: var(--grid-base--x4); display: grid; row-gap: var(--= +grid-base--x8); } + +.app-col--2 { grid-template-columns: 1fr 1fr; } + +.app-col--3 { grid-template-columns: 1fr 1fr 1fr; } + +.app-col--4 { grid-template-columns: 1fr 1fr 1fr 1fr; } + +@media screen and (min-width: 768px) { + .app-col__max--2 { grid-template-columns: 1fr 1fr; } + .app-col__max--3 { grid-template-columns: 1fr 1fr 1fr; } + .app-col__max--4 { grid-template-columns: 1fr 1fr 1fr 1fr; } +} + +.icon { align-items: center; display: inline-flex; } + +.icon--16 { height: 1.6rem; width: 1.6rem; } + +.icon--24 { height: 2.4rem; width: 2.4rem; } + +.modal-layer--noscroll { height: 100vh; left: 0px; overflow-y: hidden; posi= +tion: absolute; top: 0px; width: 100%; } + +.modal-layer__stack { height: 100%; position: fixed; top: 0px; width: 100%;= + z-index: 2000000002; } + +.modal-layer__shade { background-color: var(--color-modal-mask-bg); height:= + 100%; opacity: 1; position: absolute; top: 0px; transition: opacity 0.3s e= +ase 0s; width: 100%; } + +.apple[data-v-8e1ec60a] { display: none; } + +@supports (-webkit-touch-callout:none) { + .other[data-v-8e1ec60a] { display: none; } + .apple[data-v-8e1ec60a] { display: inherit; } +} + +.audio-block { align-items: stretch; display: flex; height: 200px; } + +.audio-block__embed { border: 0px; flex: 0 0 100%; } + +.banner { margin: 0px; } + +.banner--o1, .banner--o2 { min-height: var(--ad-o-series-min-height); } + +.banner--r-lb1, .banner--r-lb2, .banner--r-lb3, .banner--r-lb4, .banner--r1= +, .banner--r2, .banner--r3, .banner--wsc-r1, .banner--wsc-r2, .banner--wsc-= +r3, .banner--wsc-r4 { min-height: var(--ad-r-series-min-height); } + +.banner--c1 { min-height: var(--ad-c1-min-height-mobile); } + +.banner--r3 { min-width: 300px; } + +.banner--hide-single-column { display: none; } + +@media screen and (min-width: 768px) { + .banner--hide-single-column { display: block; } + .banner--hide-double-column { display: none; } + .banner--c1 { min-height: var(--ad-c1-min-height-desktop); } +} + +.banner__slot { position: relative; } + +.banner__placeholder, .banner__slot { min-height: inherit; min-width: inher= +it; } + +.banner__placeholder { background-color: var(--color-bg--z0); position: abs= +olute; width: 100%; } + +.app-button { --color-button-bg-default-raw: var(--color-dark-blue-one-raw)= +; --color-button-bg-default: hsl(var(--color-button-bg-default-raw)); --col= +or-button-bg-hover-default: hsl(var(--color-button-bg-default-raw)/90%); --= +color-button-bg: var(--color-button-bg-default); --color-button-bg-hover: v= +ar(--color-button-bg-hover-default); --color-button-fg: var(--color-white-o= +ne); --color-button-fg-hover: var(--color-button-fg); --color-button-border= +: var(--color-button-bg); --color-button-border-hover: var(--color-button-b= +order); --border-button-width: 1px; --border-button-width-hover: var(--bord= +er-button-width); align-items: center; background-color: var(--color-button= +-bg); border-color: var(--color-button-border); border-radius: var(--border= +-radius); border-style: solid; border-width: var(--border-button-width); co= +lor: var(--color-button-fg); cursor: pointer; display: inline-flex; font-fa= +mily: var(--primary-font-family); font-size: var(--font-size-button); font-= +weight: var(--font-weight-semi-bold); gap: var(--grid-base--x2); line-heigh= +t: 1em; outline: 0px; padding: var(--grid-base--x2) var(--grid-base--x3); } + +.app-button:active, .app-button:focus, .app-button:hover { background-color= +: var(--color-button-bg-hover); border-width: var(--border-button-width-hov= +er); color: var(--color-button-fg-hover); } + +.app-button:disabled { cursor: default; } + +.app-button.branded, .app-button.colorway { --color-button-bg: var(--brand-= +color); --color-button-bg-hover: hsl(var(--brand-color-raw)/90%); --color-b= +utton-fg: var(--brand-contrast-color); } + +.app-button--inline { padding: 0px; } + +.app-button--cta, .app-button--inline { --color-button-bg: transparent; --c= +olor-button-bg-hover: var(--color-button-bg); --color-button-fg: var(--colo= +r-button-bg-default); --color-button-fg-hover: var(--color-button-fg); --bo= +rder-button-width: 0; } + +.app-button--cta.branded, .app-button--cta.colorway, .app-button--inline.br= +anded, .app-button--inline.colorway { --color-button-bg: transparent; --col= +or-button-bg-hover: var(--color-button-bg); --color-button-fg: var(--brand-= +color); --color-button-fg-hover: var(--color-button-fg); --border-button-wi= +dth: 0; } + +.app-button--cta:disabled, .app-button--cta:disabled:hover, .app-button--ct= +a[disabled], .app-button--cta[disabled]:hover, .app-button--inline:disabled= +, .app-button--inline:disabled:hover, .app-button--inline[disabled], .app-b= +utton--inline[disabled]:hover { --state-color-bg: transparent; --color-butt= +on-bg: transparent; --color-button-fg: var(--color-grey-five); } + +.app-button--inversed { --color-button-bg: var(--color-bg--z0); --color-but= +ton-bg-hover: hsl(var(--color-button-bg-default-raw)/10%); --color-button-f= +g: var(--color-button-bg-default); --color-button-border: var(--color-butto= +n-fg); } + +.app-button--inversed:disabled { --color-button-fg-hover: var(--color-grey-= +six); --color-button-bg-hover: var(--color-bg--z1); } + +.app-button--inversed.branded, .app-button--inversed.colorway { --color-but= +ton-bg: var(--color-bg--z0); --color-button-bg-hover: hsl(var(--brand-color= +-raw)/10%); --color-button-fg: var(--brand-color); --color-button-border: v= +ar(--color-button-fg); } + +.app-button--nowrap { white-space: nowrap; } + +[data-theme=3D"dark"] .app-button { --color-button-bg-default-raw: var(--co= +lor-body-base-raw); } + +.app-button-bar { border: 0px; margin: 0px; } + +.tab--active, .tab:hover { text-decoration: underline 2px; text-underline-p= +osition: under; } + +.tab:first-of-type { padding-left: 0px; } + +.app-image { vertical-align: middle; } + +.lazy-aspect { display: block; } + +.lazy-aspect--16by9 { aspect-ratio: 16 / 9; } + +.lazy-aspect--4by3 { aspect-ratio: 4 / 3; } + +.lazy-aspect--8by7 { aspect-ratio: 8 / 7; } + +.lazy-aspect--3by4 { aspect-ratio: 3 / 4; } + +.lazy-aspect--2by1 { aspect-ratio: 2 / 1; } + +.lazy-aspect--1by1 { aspect-ratio: 1 / 1; } + +.icon { align-self: center; } + +:root { --royalslider-copyright-color: #fff; --font-size-normal: 16px; } + +.slideshow { --column-area: stretched; aspect-ratio: 16 / 9; position: rela= +tive; } + +.slideshow .royalSlider { overflow: hidden; } + +.slideshow .royalSlider .rsGCaption { display: none; font-size: var(--font-= +size-normal); padding: 5px 10px 10px 8px; } + +.slideshow .royalSlider .rsGCaption .rsCopyright { color: var(--royalslider= +-copyright-color); padding-left: 1rem; } + +.slideshow .rsNav, .slideshow .rsSlideshowTitle { display: none; } + +.slideshow .rsActionBar { display: none; margin-top: 6px; position: absolut= +e; top: 0px; z-index: 20; } + +.slideshow .rsActionBar.left { display: block; left: 7px; } + +.slideshow .rsActionBar.right { margin-right: 38px; right: 0px; } + +.slideshow .rsActionBar.center { background-color: rgb(0, 0, 0); height: 41= +px; margin-top: 0px; text-align: center; width: 100%; z-index: 15; } + +.slideshow .rsActionBar.center > .rsSlideshowTitle { color: rgb(255, 255, 2= +55); margin-left: -66px; max-width: 70%; padding-top: 12px; position: relat= +ive; } + +.slideshow .rsActionBar.center > .rsSlideshowTitle > span { display: inline= +-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; wid= +th: 100%; } + +.slideshow .rsActionBarBtn { background-color: rgb(0, 0, 0); border-radius:= + 2px; color: rgb(255, 255, 255); cursor: pointer; display: inline-block; he= +ight: 32px; margin-right: 5px; min-width: 32px; padding: 6px; z-index: 22; = +} + +.slideshow .rsActionBarBtn .icon-share { display: none; } + +.slideshow .rsFullscreen .rsActionBar { display: block; } + +.slideshow .rsShareOverlay { display: none; height: 100%; left: 0px; positi= +on: absolute; top: 0px; width: 100%; z-index: 25; } + +.slideshow .rsShareOverlay .slideshow-sharing { display: table; height: 100= +%; width: 100%; } + +.slideshow .rsShareOverlay .slideshow-sharing .block-wrapper { display: tab= +le-cell; height: 100%; text-align: center; vertical-align: middle; width: 1= +00%; } + +.slideshow .rsShareOverlay .slideshow-sharing .block-wrapper .block-title {= + background: transparent !important; } + +.slideshow .rsShareOverlay .slideshow-sharing .block-wrapper .block-title h= +2 { color: rgb(255, 255, 255); } + +.slideshow .overlayActive .rsActionBarBtn, .slideshow .overlayActive .rsArr= +ow, .slideshow .overlayActive .rsFullscreenBtn, .slideshow .overlayActive .= +rsSlideCount { display: none; } + +.slideshow .overlayActive .rsShareOverlay { display: block; } + +.slideshow .overlayActive .rsShareOverlay .rsActionBar { margin-right: 6px;= + } + +.slideshow .overlayActive .rsShareOverlay .rsActionBar, .slideshow .overlay= +Active .rsShareOverlay .rsActionBarBtn { display: block; } + +.slideshow .overlayActive.slideshowIsFullscreen .rsShareOverlay { position:= + fixed; z-index: 2000000001; } + +.slideshow .rsActionBarBtn.rsImageOnlyBtn { align-items: center; display: f= +lex; justify-content: center; } + +.slideshow .rsActionBarBtn.rsImageOnlyBtn .iconEyeOpen { display: block; } + +.slideshow .rsActionBarBtn.rsImageOnlyBtn .iconEyeClosed, .slideshow .rsAct= +ionBarBtn.rsImageOnlyBtn.closed .iconEyeOpen { display: none; } + +.slideshow .rsActionBarBtn.rsImageOnlyBtn.closed .iconEyeClosed { display: = +block; } + +.slideshow .rsNunl { width: 100%; } + +.slideshow .rsNunl.rsFullscreen .rsGCaption { display: block; left: 0px; te= +xt-align: center; width: 100%; } + +.slideshow .rsNunl.rsFullscreen .rsNav { display: block; } + +.slideshow .rsNunl.rsFullscreen.rsImageOnly .rsNav { display: none; height:= + 0px; } + +.slideshow .rsNunl.rsFullscreen.rsImageOnly .rsActionBarBtn, .slideshow .rs= +Nunl.rsFullscreen.rsImageOnly .rsArrow, .slideshow .rsNunl.rsFullscreen.rsI= +mageOnly .rsGCaption, .slideshow .rsNunl.rsFullscreen.rsImageOnly .rsSlideC= +ount, .slideshow .rsNunl.rsFullscreen.rsImageOnly .rsSlideshowTitle { displ= +ay: none; } + +.slideshow .rsNunl.rsFullscreen.rsImageOnly .rsActionBar.center { backgroun= +d-color: transparent; } + +.slideshow .rsNunl.rsFullscreen.rsImageOnly .rsActionBarBtn.rsImageOnlyBtn = +{ display: flex; } + +@media screen and (min-width: 768px) { + .slideshow .royalSlider { border-radius: var(--border-radius); } + .slideshow .rsSlideshowTitle { display: inline-block; } +} + +.timeline-image-block { border: 2px solid var(--color-border--z0); border-r= +adius: var(--border-radius); margin: 0px; } + +.timeline-image-block__img { border-top-left-radius: var(--border-radius); = +border-top-right-radius: var(--border-radius); width: 100%; } + +.timeline-image-block__caption { padding: var(--grid-base--x4) var(--grid-b= +ase--x5); } + +.timeline-image-block__wrapper--banner { left: 0px; overflow: hidden; posit= +ion: relative; top: 0px; } + +.timeline-image-block__wrapper--banner::before { content: ""; display: bloc= +k; left: 0px; padding-top: 28.125%; top: 0px; } + +.timeline-image-block__wrapper--banner img { height: auto; left: 0px; posit= +ion: absolute; top: -50%; width: 100%; } + +.timeline-poll-block__question { font-weight: var(--font-weight-bold); } + +.timeline-poll-block__answer-list { list-style: none; padding: 0px; } + +.timeline-poll-block__answer { --bar-color: var(--color-nu); margin-bottom:= + var(--grid-base--x2); width: 100%; } + +.timeline-poll-block__answer--chosen { --bar-color: var(--color-label-one);= + } + +.timeline-poll-block__result { display: block; height: var(--grid-base--x4)= +; line-height: var(--grid-base--x4); width: 100%; } + +.timeline-poll-block__bargraph { background-color: var(--bar-color); border= +-radius: 0.4rem; display: inline-block; height: 0.4rem; margin-right: 0.4re= +m; max-width: 100%; min-width: 0.4rem; transition: max-width 0.6s ease-in-o= +ut 0s; width: 100%; } + +.timeline-poll-block__bargraph--enter-from, .timeline-poll-block__bargraph-= +-leave-to { max-width: 0px; } + +.timeline-poll-block__radio { opacity: 1; transition: width 0.6s ease-in-ou= +t 0s; width: 2rem; } + +.timeline-poll-block__radio--enter-from, .timeline-poll-block__radio--leave= +-to { width: 0px; } + +.timeline-poll-block__value { font-size: 1rem; font-weight: var(--font-weig= +ht-bold); } + +.timeline__text a { text-decoration: underline; } + +.timeline__text ul { list-style: disc; } + +.timeline-tweet figure { margin: 0px; padding: 0px; } + +.timeline-tweet__card { background-color: var(--color-bg--z0); border: 2px = +solid var(--color-border--z0); border-radius: var(--border-radius); display= +: block; max-width: 48rem; } + +.timeline-tweet__card:hover p { text-decoration: underline; } + +.timeline-tweet__content-wrapper, .timeline-tweet__user { display: flex; fl= +ex-flow: row nowrap; gap: var(--grid-base--x4); } + +.timeline-tweet__content-wrapper { padding: var(--grid-base--x4); } + +.timeline-tweet__content-wrapper p { margin: calc((var(--line-height-body--= +s1)/4)*-1) 0 var(--grid-base--x4) 0; } + +.timeline-tweet__image { position: relative; } + +.timeline-tweet__image img { border-top-left-radius: var(--border-radius); = +border-top-right-radius: var(--border-radius); width: 100%; } + +.timeline-tweet__avatar { align-items: center; display: flex; flex: 0 0 3.2= +rem; } + +.timeline-tweet__avatar img { border-radius: 50%; width: 100%; } + +.timeline-tweet__user:hover .timeline-tweet__username { text-decoration: un= +derline; } + +.timeline-tweet__meta { align-items: center; display: flex; flex-flow: row = +wrap; } + +.timeline-tweet__timestamp, .timeline-tweet__username { flex: 0 0 100%; lin= +e-height: 1; } + +.timeline-tweet__username { margin-bottom: calc(var(--line-height-body--s1)= +/4); } + +.timeline-tweet__timestamp { color: var(--color-grey-six); font-size: 1.4re= +m; } + +.timeline-tweet .icon--twitter { align-self: flex-start; color: rgb(0, 160,= + 209); } + +.video-meta__info { margin: 0 0 var(--grid-base--x4) var(--grid-base--x4); = +} + +.video-meta__title { font-size: 1.8rem; font-weight: 400; line-height: 1.3;= + margin: 0px 0px 1rem; } + +.video-meta__description, .video-meta__published-at { font-weight: var(--fo= +nt-style-weight); line-height: var(--font-style-height); } + +.video-meta__published-at { color: var(--color-light-blue-two); display: bl= +ock; font-size: 1.2rem; } + +.video-meta__published-at span { display: none; } + +@media screen and (min-width: 600px) { + .video-meta__published-at span { display: inline-block; } +} + +.video-preview[data-v-4602993c] { --video-preview-icon-size: 3.2rem; --vide= +o-preview-default-offset: var(--grid-base--x4); --video-preview-title-font-= +size: 1.4rem; --video-preview-title-line-height: 1.8rem; --video-preview-du= +ration-font-size: 1.3rem; --video-preview-duration-line-height: 1.495rem; -= +-video-preview-caption-offset: var(--video-preview-default-offset); --video= +-preview-caption-offset-top: var(--grid-base--x11); --video-preview-caption= +-offset-bottom: var(--video-preview-default-offset); --video-preview-border= +-radius: var(--border-radius); border-radius: var(--border-radius); cursor:= + pointer; height: 100%; margin: 0px auto; width: 100%; } + +.video-preview[data-v-4602993c], .video-preview__wrapper[data-v-4602993c] {= + background-color: var(--color-skeleton); border-radius: var(--video-previe= +w-border-radius); overflow: hidden; position: relative; } + +.video-preview--vertical[data-v-4602993c] { max-width: 400px; } + +.video-preview--vertical .video-preview__wrapper[data-v-4602993c] { padding= +-bottom: var(--ratio-9-16); } + +.video-preview--horizontal .video-preview__wrapper[data-v-4602993c] { paddi= +ng-bottom: var(--ratio-16-9); width: 100%; } + +.video-preview__image[data-v-4602993c] { left: 50%; position: absolute; top= +: 50%; transform: translate(-50%) translateY(-50%); width: 100%; } + +.video-preview__caption[data-v-4602993c] { align-items: center; background:= + linear-gradient(transparent, rgba(0, 0, 0, 0.3) 97.43%); bottom: 0px; disp= +lay: flex; margin: 0px; padding: var(--video-preview-caption-offset-top) va= +r(--video-preview-caption-offset) var(--video-preview-caption-offset-bottom= +) var(--video-preview-caption-offset); position: absolute; width: 100%; } + +.video-preview__icon[data-v-4602993c] { color: var(--color-white-one); heig= +ht: var(--video-preview-icon-size); width: var(--video-preview-icon-size); = +} + +.video-preview__title[data-v-4602993c] { -webkit-line-clamp: 3; -webkit-box= +-orient: vertical; color: var(--color-white-one); display: -webkit-box; fon= +t-size: var(--video-preview-title-font-size); line-height: var(--video-prev= +iew-title-line-height); margin: 0 0 calc(var(--grid-base--x4)*-1),0; overfl= +ow: hidden; padding: var(--grid-base) 0 var(--grid-base) var(--video-previe= +w-default-offset); text-overflow: ellipsis; text-shadow: rgba(0, 0, 0, 0.6)= + 0px 1px 3px; word-break: break-word; } + +.video-preview__duration[data-v-4602993c] { background: rgba(0, 0, 0, 0.25)= +; border-radius: var(--border-radius--half); color: var(--color-white-one);= + font-size: var(--video-preview-duration-font-size); line-height: var(--vid= +eo-preview-duration-line-height); margin: 0px; padding: var(--grid-base); p= +osition: absolute; right: var(--video-preview-default-offset); top: var(--v= +ideo-preview-default-offset); } + +.video-block--breakout .video-preview[data-v-4602993c] { --video-preview-bo= +rder-radius: 0; } + +@media screen and (min-width: 768px) { + .video-block--breakout .video-preview[data-v-4602993c] { --video-preview-= +border-radius: var(--border-radius); } +} + +@media screen and (min-width: 627px) and (max-width: 767px) { + .video-preview[data-v-4602993c] { --video-preview-icon-size: 5.6rem; --vi= +deo-preview-default-offset: var(--grid-base--x8); --video-preview-title-fon= +t-size: 2.2rem; --video-preview-title-line-height: 2.8rem; --video-preview-= +caption-offset-top: var(--grid-base--x22); } +} + +@media screen and (min-width: 996px) { + .col-main .video-preview[data-v-4602993c] { --video-preview-icon-size: 5.= +6rem; --video-preview-default-offset: var(--grid-base--x8); --video-preview= +-title-font-size: 2.2rem; --video-preview-title-line-height: 2.8rem; --vide= +o-preview-caption-offset-top: var(--grid-base--x22); } +} + +[data-theme=3D"dark"] .video-preview__wrapper[data-v-4602993c] { background= +-color: var(--color-darkgrey-one); } + +.embed-player { background-color: rgb(0, 0, 0); padding-bottom: var(--ratio= +-16-9); position: relative; width: 100%; } + +.embed-player .video-preview { position: absolute; } + +.embed-player iframe, .embed-player__preview-image { border: 0px; height: 1= +00%; left: 0px; position: absolute; top: 0px; width: 100%; } + +@media screen and (min-width: 768px) { + .embed-player--inline, .embed-player--inline .embed-player__preview-image= +, .embed-player--inline iframe { border-radius: var(--border-radius); } +} + +.player { background-color: rgb(0, 0, 0); width: 100%; } + +.player::before { float: left; margin: 0px 0px 0px -1px; padding: 0 0 var(-= +-ratio-16-9); width: 1px; } + +.player::after, .player::before { content: ""; display: block; } + +.player__preview-image { display: block; width: 100%; } + +.jw-player { background-color: rgb(0, 0, 0); position: relative; width: 100= +%; } + +.jw-player::before { float: left; margin: 0px 0px 0px -1px; padding: 0 0 va= +r(--ratio-16-9); width: 1px; } + +.jw-player::after, .jw-player::before { content: ""; display: block; } + +@media screen and (min-width: 768px) { + .jw-player--inline, .jw-player--inline .jwplayer, .jw-player--inline .pla= +yer, .jw-player--inline .player__preview-image { border-radius: var(--borde= +r-radius); } +} + +.youtube-player { background-color: rgb(0, 0, 0); padding-bottom: var(--rat= +io-16-9); position: relative; width: 100%; } + +.youtube-player .video-preview { position: absolute; } + +.youtube-player iframe { border: 0px; height: 100%; left: 0px; position: ab= +solute; top: 0px; width: 100%; } + +.youtube-player--inline, .youtube-player--inline iframe { border-radius: va= +r(--border-radius); } + +.video-block { --column-area: stretched; display: flex; flex-flow: row wrap= +; } + +.video-block--hero .video-player { flex: 0 1 69.9rem; } + +.video-block--hero .video-meta { display: initial; flex: 1 1 0%; margin: va= +r(--block-spacing); } + +.video-block--inline .video-player { flex: 1 1 0%; } + +.video-block--inline .video-meta { display: none; } + +@media screen and (min-width: 768px) { + .video-block--hero .video-meta { margin: 0px; padding: 0 0 0 var(--grid-b= +ase--x4); } +} + +.timeline-video-block__description { margin-bottom: var(--grid-base--x4); } + +.timeline-video-block .video-block { margin: 0px; } + +.item-partner { align-items: center; display: flex; flex: 1 1 auto; justify= +-content: space-between; } + +.item-partner__caption { color: var(--color-grey-five); font-size: 1.4rem; = +font-weight: 400; line-height: 1.6em; } + +.item-partner__image { height: auto; margin-left: var(--grid-base--x2); max= +-height: 30px; max-width: 50px; width: auto; } + +.item-partner:empty::before { background-color: var(--color-bg--z2); conten= +t: ""; display: block; height: 1.9rem; width: 70%; } + +.item-thumb { align-self: flex-start; background-color: var(--color-bg--z2)= +; border-radius: var(--border-radius); margin: 0px; overflow: hidden; paddi= +ng: 0px; position: relative; } + +.item-thumb__image { height: auto; object-fit: cover; vertical-align: top; = +width: 100%; } + +.item-thumb__icon { background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0= +, 0, 0, 0.35) 97%); display: flex; height: 100%; left: 0px; padding: 0 0 va= +r(--grid-base--x2) var(--grid-base--x2); position: absolute; top: 0px; widt= +h: 100%; } + +.item-thumb__icon .icon { align-self: flex-end; color: var(--color-white-on= +e); font-size: calc(var(--grid-base--x4)*1.5); line-height: 0; } + +.item-thumb__duration { background: rgba(0, 0, 0, 0.3); border-radius: var(= +--border-radius--half); bottom: var(--grid-base--x2); color: var(--color-wh= +ite-one); font-size: 1.3rem; line-height: 1.5rem; padding: var(--grid-base)= +; position: absolute; right: var(--grid-base--x2); } + +.item-thumb .lazy-aspect--16by9 { aspect-ratio: 16 / 9; } + +.item-thumb .lazy-aspect--4by3 { aspect-ratio: 4 / 3; } + +.item-thumb .lazy-aspect--8by7 { aspect-ratio: 8 / 7; } + +.item-thumb .lazy-aspect--3by4 { aspect-ratio: 3 / 4; } + +.item-thumb .lazy-aspect--2by1 { aspect-ratio: 2 / 1; } + +.item-thumb .lazy-aspect--1by1 { aspect-ratio: 1 / 1; } + +.item-title { --title-line-clamp: 3; line-height: 0; } + +.item-title__label { color: var(--color-label-one); display: inline; } + +.item-title__label::after { color: var(--color-link-one); } + +.item-title__title { -webkit-box-orient: vertical; -webkit-line-clamp: var(= +--title-line-clamp); display: -webkit-box; line-height: 1.4em; overflow: hi= +dden; text-overflow: ellipsis; word-break: break-word; } + +.item-title__title:empty::after, .item-title__title:empty::before { backgro= +und-color: var(--color-bg--z2); content: ""; display: block; height: 1.9rem= +; } + +.item-title__title:empty::before { margin-bottom: var(--grid-base); width: = +90%; } + +.item-title__title:empty::after { width: 70%; } + +.item-title--has-label .item-title__label::after { content: "|"; margin: 0p= +x 0.4rem; } + +.item-title--has-label:not(.item-title--label-inline) .item-title__title { = +--title-line-clamp: 2; } + +.item-title--has-label:not(.item-title--label-inline) .item-title__label { = +display: table; font-size: 90%; line-height: 1em; margin-bottom: var(--grid= +-base); } + +.item-title--has-label:not(.item-title--label-inline) .item-title__label::a= +fter { content: none; } + +.item-title__meta { font-weight: 400; } + +.link-block--has-thumb .title-wrapper { flex-wrap: wrap; } + +.link-block--thumb { --thumbnail-max-width: 8.8rem; display: flex; padding:= + 0px; width: 100%; } + +.link-block--thumb:focus, .link-block--thumb:hover { text-decoration: under= +line; } + +.link-block--thumb:last-child { margin-bottom: 0px; } + +.link-block--thumb .title-wrapper { align-self: center; display: flex; flex= +: 1 1 auto; overflow: hidden; width: 100%; } + +.link-block--thumb .item-thumb { flex: 0 0 var(--thumbnail-max-width); } + +.link-block--thumb .item-thumb + .title-wrapper { margin-left: var(--grid-b= +ase--x4); } + +.link-block--thumb .item-title { flex: 1 1 auto; width: 100%; } + +.link-block--thumb .item-title__meta { line-height: var(--line-height-meta)= +; margin-top: var(--grid-base); } + +.link-block--teaser { --thumbnail-max-width: 8.8rem; --color-label-one: var= +(--color-dark-blue-one); } + +.link-block--teaser > .link-block--thumb { background-color: var(--color-bg= +--z0); border: 2px solid var(--color-border--z0); border-radius: var(--bord= +er-radius); padding: var(--grid-base--x4); } + +.link-block--teaser > .link-block--thumb .item-title__label { display: tabl= +e; font-weight: 700; } + +.link-block--teaser > .link-block--thumb .item-title__label::after { conten= +t: none; } + +.link-block--teaser > .link-block--thumb .item-title__text:hover { text-dec= +oration: underline; } + +.link-block--teaser > .link-block--thumb:hover { text-decoration: none; } + +[data-theme=3D"dark"] .link-block--teaser { --color-label-one: var(--color-= +body-base); } + +.timeline { font-size: var(--font-size-body--s1); line-height: var(--line-h= +eight-body--s1); min-height: 100vh; padding: var(--grid-base--x2) 0 0 var(-= +-grid-base--x2); position: relative; } + +.timeline__header { display: flex; font-size: var(--font-timeline-timestamp= +); justify-content: space-between; line-height: var(--font-timeline-timesta= +mp); margin-bottom: var(--grid-base); position: relative; top: -0.5em; } + +.timeline__header .icon--pin { transform: rotate(45deg) translate(-0.1rem, = +0.1rem); } + +.timeline__section, .timeline__timestamp { color: var(--color-caption-one);= + } + +.timeline__divider { background-color: var(--color-border--z0); border: 0px= +; display: block; height: 4px; margin-top: var(--grid-base--x6); width: 100= +%; } + +.timeline__back-to-top { display: flex; justify-content: space-around; } + +.timeline__back-to-top, .timeline__entry { list-style: none; padding-bottom= +: var(--grid-base--x6); padding-left: var(--grid-base--x6); position: relat= +ive; } + +.timeline__entry::after, .timeline__entry::before { content: ""; display: b= +lock; left: 3px; position: absolute; } + +.timeline__entry::before { border-left: 1px dashed var(--color-grey-six); h= +eight: 100%; transform: translateY(3px); width: 0px; } + +.timeline__entry:last-child::before { height: 35%; } + +.timeline__entry::after { background-color: var(--color-label-one); border-= +radius: 50%; height: 0.7rem; top: 0px; transform: translateY(-50%) translat= +e(-50%); width: 0.7rem; } + +.timeline__entry--followtag { display: none; } + +@media screen and (min-width: 768px) { + .timeline__entry--banner { display: none; } +} + +.comment-block { border: 2px solid var(--color-border--z0); border-radius: = +var(--border-radius); margin: 0px; overflow: hidden; padding: var(--grid-ba= +se--x4); } + +.comment-block__header { align-items: flex-end; display: flex; flex-wrap: w= +rap; gap: var(--grid-base); padding-bottom: var(--grid-base--x4); } + +.comment-block__header .username { color: var(--color-nu); font-weight: 800= +; margin-right: var(--grid-base--x4); } + +.comment-block__header .username__label { background-color: var(--color-nu)= +; border-radius: var(--border-radius--double); color: rgb(255, 255, 255); f= +ont-size: 1.2rem; margin-right: var(--grid-base--x4); padding: 2px var(--gr= +id-base--x2); } + +.comment-block__header .username__label::after { content: url("data:image/s= +vg+xml;utf8,"); height: 10px; m= +argin-left: var(--grid-base--x2); vertical-align: middle; width: 10px; } + +[data-theme=3D"dark"] .comment-block__header .username__label { color: var(= +--color-dark-blue-two); } + +[data-theme=3D"dark"] .comment-block__header .username__label::after { cont= +ent: url("data:image/svg+xml;utf8,");= + } + +.comment-block__header .when { color: var(--color-grey-six); font-size: var= +(--font-size-subline--s0); font-weight: 400; } + +.comment-block__body { line-height: var(--line-height-body--s1); margin-bot= +tom: var(--grid-base--x4); } + +.comment-block__body--truncated { -webkit-line-clamp: 4; -webkit-box-orient= +: vertical; display: -webkit-box; margin-bottom: var(--grid-base); overflow= +: hidden; } + +.comment-block__body--short { margin-bottom: var(--grid-base--x4); } + +.comment-block__readmore { font-weight: 700; gap: 0px; margin-bottom: var(-= +-grid-base--x6); } + +.comment-block__footer { display: flex; justify-content: space-between; } + +.comment-block__footer .left { display: flex; } + +.comment-block__footer .reaction-button { color: var(--color-nu); font-weig= +ht: 700; } + +.comment-block__footer .likes { margin-right: var(--grid-base--x4); } + +.comment-block__footer .likes, .comment-block__footer .replies { color: var= +(--color-grey-six); font-weight: 700; } + +.link-block--datetime { --thumbnail-max-width: 8.8rem; display: flex; gap: = +var(--grid-base--x4); margin: 0 0 var(--grid-base--x4) 0; padding: 0px; pos= +ition: relative; width: 100%; } + +.link-block--datetime:focus, .link-block--datetime:hover { text-decoration:= + underline; } + +.link-block--datetime:last-child { margin-bottom: 0px; } + +.link-block--datetime .title-wrapper { align-self: stretch; display: flex; = +flex: 1 1 auto; flex-flow: column wrap; gap: var(--grid-base); overflow: hi= +dden; width: 100%; } + +.link-block--datetime .item-thumb { flex: 0 0 var(--thumbnail-max-width); } + +.link-block--datetime .item-thumb + .title-wrapper { margin-left: var(--gri= +d-base--x4); } + +.link-block--datetime .item-partner { flex-grow: 0; font-size: 1.4rem; } + +.link-block--datetime .item-title { align-self: center; flex: 1 1 auto; wid= +th: 100%; } + +.link-block--datetime .item-title__meta { line-height: 1.3em; margin-top: v= +ar(--grid-base); } + +.link-block--grid { flex-flow: column wrap; } + +.link-block--grid .item--thumb { flex: 0 0 auto; margin-bottom: 0px; overfl= +ow: hidden; padding: 0px; width: 100%; } + +.link-block--grid .title-wrapper { margin-left: 0px; } + +.link-block--grid .item-title { align-self: inherit; margin-left: 0px; padd= +ing-top: var(--grid-base--x4); } + +.link-block--grid:focus .item-title, .link-block--grid:hover .item-title { = +text-decoration: underline; } + +.app-figure { border: none; margin: 0px; } + +.app-figure, .app-figure__img { position: relative; } + +.app-figure__img > img { background-color: var(--color-skeleton); left: 0px= +; max-height: 100%; overflow: hidden; position: absolute; top: 0px; width: = +100%; } + +.app-figure__caption { font-weight: 700; line-height: normal; padding: var(= +--grid-base--x2) var(--grid-base--x4) 0; } + +.app-figure--caption-overlay { background: linear-gradient(0deg, rgb(85, 85= +, 85), rgb(255, 255, 255) 40%); } + +.app-figure--caption-overlay .app-figure__img { mix-blend-mode: multiply; } + +.app-figure--caption-overlay .app-figure__caption { bottom: 0px; display: f= +lex; flex-flow: column wrap; padding-bottom: var(--grid-base--x4); padding-= +left: var(--grid-base--x4); padding-right: var(--grid-base--x4); position: = +absolute; text-shadow: rgba(0, 0, 0, 0.6) 0px 2px 8px; width: 100%; } + +@media screen and (min-width: 768px) { + .app-figure, .app-figure__img > img { border-radius: var(--border-radius)= +; } + .app-figure__caption { padding: var(--grid-base--x4) 0 0; } + .app-figure--caption-overlay .app-figure__caption { padding-bottom: var(-= +-grid-base--x6); padding-left: var(--grid-base--x6); padding-right: var(--g= +rid-base--x6); } +} + +[data-theme=3D"dark"] .app-figure--has-placeholder { background-color: var(= +--color-darkgrey-one); } + +.link-block--hero .link-block__title { color: var(--color-white-one); displ= +ay: flex; flex-flow: column nowrap; font-size: 1.8rem; font-weight: 700; li= +ne-height: 2.4rem; margin: 0px; } + +.link-block--hero .link-block__label { align-self: flex-start; background-c= +olor: var(--color-label-one); border-radius: var(--border-radius--double); = +font-size: 1.2rem; font-weight: var(--font-weight-bold); line-height: 1.4re= +m; margin-bottom: var(--grid-base--x4); padding: var(--grid-base) var(--gri= +d-base--x3); text-shadow: none; } + +@media screen and (min-width: 768px) { + .link-block--hero .link-block__title { font-size: 2.2rem; line-height: 2.= +8rem; } +} + +.marker-link-block { display: block; font-size: var(--font-size-body--s0); = +line-height: var(--line-height-body--s0); } + +.marker-link-block:hover { text-decoration: underline; } + +.marker-link-block__item-marker { flex: 0 0 1rem; height: 1.7rem; vertical-= +align: middle; width: 1.7rem; } + +.link-block--more { align-items: center; color: var(--brand-color); display= +: flex; font-weight: 700; justify-content: center; } + +.link-block--more:hover { color: var(--brand-color); text-decoration: under= +line; } + +.all-comments-button { align-items: center; background-color: var(--color-b= +utton-bg-three); border-color: var(--color-button-bg); border-radius: var(-= +-border-radius); color: var(--color-button-three); display: inline-flex; fo= +nt-size: var(--font-size-button); font-weight: var(--font-weight-bold); lin= +e-height: var(--line-height-button); margin: var(--grid-base--x4) 0; paddin= +g: var(--grid-base--x2) var(--grid-base--x4); } + +.all-comments-button:hover { background-color: var(--color-green-four); col= +or: var(--color-button-three); } + +.all-comments-button__icon { height: 1.4rem; margin-right: var(--grid-base-= +-x2); vertical-align: top; width: 1.4rem; } + +.link-block--text { align-items: baseline; display: flex; width: 100%; } + +.link-block--text .item-marker::before { background-color: var(--brand-colo= +r); border-radius: 50%; content: ""; display: block; height: 7px; transform= +: translateY(-40%); width: 7px; } + +.link-block--text .title-wrapper { display: flex; flex: 1 1 auto; flex-flow= +: row wrap; margin-left: var(--grid-base--x2); width: 100%; } + +.link-block--text .item-title { flex: 0 0 100%; width: 100%; } + +.link-block--text:focus .item-title, .link-block--text:hover .item-title { = +text-decoration: underline; } + +.link-block--plain .link-block--text { display: none; } + +@media only screen and (min-width: 992px) { + .article .link-block--plain .link-block--text, .columns__main .link-block= +--plain .link-block--text { display: flex; } + .article .link-block--plain .link-block--thumb, .columns__main .link-bloc= +k--plain .link-block--thumb { display: none; } +} + +.item-counter { text-align: center; } + +.item-counter::after { content: "."; } + +.link-block--rank { align-items: center; display: flex; height: 4.8rem; wid= +th: 100%; } + +.link-block--rank .item-counter { flex: 0 0 5rem; font-weight: 700; } + +.link-block--rank .item-title { align-self: center; flex: 1 1 auto; margin-= +left: var(--grid-base--x2); } + +.link-block--rank .item-title__title { --title-line-clamp: 2; } + +.link-block--rank .item-marker { flex: 0 0 1rem; height: 1.7rem; margin-lef= +t: var(--grid-base--x2); width: 1.7rem; } + +.link-block--rank:focus .item-title, .link-block--rank:hover .item-title { = +text-decoration: underline; } + +.link-block--timestamp { align-items: center; display: flex; height: 4.8rem= +; width: 100%; } + +.link-block--timestamp .item-datetime { color: var(--color-caption-one); fl= +ex: 0 0 5rem; font-size: calc(var(--font-size-contentlist--s0) - .1rem); li= +ne-height: calc(var(--line-height-contentlist--s0) - .1rem); } + +.link-block--timestamp .item-title { align-self: center; flex: 1 1 auto; ma= +rgin-left: var(--grid-base--x2); } + +.link-block--timestamp .item-title__title { --title-line-clamp: 2; } + +.link-block--timestamp .item-marker { flex: 0 0 1rem; height: 1.7rem; margi= +n-left: var(--grid-base--x2); width: 1.7rem; } + +.link-block--timestamp:focus .item-title, .link-block--timestamp:hover .ite= +m-title { text-decoration: underline; } + +.contentlist { --contentlist-item-gap: var(--grid-base--x4); display: flex;= + flex-flow: column nowrap; gap: var(--contentlist-item-gap); list-style-typ= +e: none; margin: 0px; padding: 0px; position: relative; } + +.contentlist__item { font-size: var(--font-size-contentlist--s0); line-heig= +ht: var(--line-height-contentlist--s0); } + +.contentlist--grid { --grid-item-min-width: 13rem; column-gap: var(--grid-b= +ase--x4); display: grid; grid-template-columns: repeat(auto-fill,minmax(var= +(--grid-item-min-width),1fr)); row-gap: var(--grid-base--x8); } + +.contentlist--timestamp { --contentlist-item-gap: var(--grid-base--x2); } + +.contentlist--datetime { --contentlist-item-gap: var(--grid-base--x6); } + +.contentlist--ranked { --contentlist-item-gap: var(--grid-base--x2); } + +.contentlist--ranked .contentlist__item { padding: 0px; } + +.contentlist--text { --contentlist-item-gap: var(--grid-base--x3); margin: = +0px; } + +.contentlist--text .contentlist__item { padding: 0px; } + +.contentlist--plain .contentlist__item .link-block--text { --contentlist-it= +em-gap: var(--grid-base--x3); margin: 0px; } + +.contentlist--plain, .contentlist--thumb { --column-area: stretched; } + +.contentlist--plain .contentlist__item:not(.contentlist--plain .contentlist= +__item--wide), .contentlist--thumb .contentlist__item:not(.contentlist--thu= +mb .contentlist__item--wide) { padding-left: var(--edge-spacing); padding-r= +ight: var(--edge-spacing); } + +@media screen and (min-width: 527px) and (max-width: 667px) { + .contentlist { --grid-item-min-width: 20rem; } +} + +@media screen and (min-width: 896px) { + .columns__main .contentlist { --grid-item-min-width: 20rem; } +} + +@media screen and (min-width: 627px) and (max-width: 767px) { + .contentlist { --font-size-contentlist--s0: 1.6rem; } +} + +@media screen and (min-width: 996px) { + .columns__main .contentlist { --font-size-contentlist--s0: 1.6rem; } +} + +@media screen and (min-width: 768px) { + .contentlist--plain .contentlist__item:not(.contentlist--plain .contentli= +st__item--wide), .contentlist--thumb .contentlist__item:not(.contentlist--t= +humb .contentlist__item--wide) { padding-left: 0px; padding-right: 0px; } +} + +.list-timeline { --timeline-dot-y-position: var(--grid-base--x2); --timelin= +e-dot-y-transform: 0; --timeline-dot-color: var(--color-grey-six); --timeli= +ne-dash-color: var(--color-grey-six); --timeline-left-padding: var(--grid-b= +ase--x4); --timeline-dash-before-content: ""; --timeline-quote-before-conte= +nt: none; gap: 0px; position: relative; } + +.list-timeline::before { border-bottom: 1px solid var(--timeline-dash-color= +); border-top: 1px solid var(--timeline-dash-color); content: var(--timelin= +e-quote-before-content); height: 3px; left: 2px; position: absolute; top: 0= +px; transform: skewY(20deg); width: 4px; } + +.list-timeline.list--first-of-type::before { bottom: 0px; top: auto; } + +.list-timeline:not(.list--first-of-type) .link-block--timestamp:first-child= +::before { height: 150%; top: 0px; } + +.list-timeline:not(.list--first-of-type) .link-block--timestamp:last-child:= +:before { display: none; } + +.list-timeline > li { padding-bottom: var(--contentlist-item-gap); padding-= +left: var(--timeline-left-padding); position: relative; } + +.list-timeline > li .item-datetime { flex-basis: 4rem; } + +.list-timeline > li::after, .list-timeline > li::before { content: ""; disp= +lay: block; position: absolute; top: var(--timeline-dot-y-position); } + +.list-timeline > li::before { border-left: 1px dashed var(--timeline-dash-c= +olor); height: 100%; left: 0.3rem; transform: translateY(3px); width: 0px; = +} + +.list-timeline > li:last-child { --timeline-dash-before-content: none; padd= +ing-bottom: 0px; } + +.list-timeline > li:last-child::before { content: var(--timeline-dash-befor= +e-content); height: 35%; } + +.list-timeline > li::after { background-color: var(--timeline-dot-color); b= +order-radius: 50%; height: 5px; left: 0.35rem; transform: translateY(var(--= +timeline-dot-y-transform)) translate(-50%); width: 5px; } + +.list-timeline--centered { --timeline-dot-y-position: 50%; --timeline-dot-y= +-transform: -50%; } + +.list-timeline--branded { --timeline-dot-color: var(--brand-color); } + +.list-timeline--spacious { --timeline-left-padding: var(--grid-base--x8); } + +.list-timeline--infinite { --timeline-quote-before-content: ""; } + +.list-timeline--infinite > li:last-child { --timeline-dash-before-content: = +""; } + +.pop-out { --pop-out-hitbox-grace: 20px; --pop-out-position: relative; --po= +p-out-content-max-width: 450px; display: flex; gap: var(--grid-base--x2); p= +osition: var(--pop-out-position); } + +.pop-out__content { background-color: var(--color-bg--z0); border: 1px soli= +d var(--color-border--z0); border-radius: var(--border-radius); box-shadow:= + rgba(0, 0, 0, 0.15) 0px 4px 12px; opacity: 0; overflow: hidden; position: = +absolute; transform: translateY(-2rem); visibility: hidden; width: auto; } + +.pop-out__scroll { display: flex; flex-flow: column nowrap; justify-content= +: stretch; max-height: 40vh; max-width: 100%; min-width: 100%; overflow-y: = +auto; width: max-content; } + +.pop-out__scroll > * { padding: var(--grid-base--x2) var(--grid-base--x4); = +} + +.pop-out--show-content .pop-out__trigger, .pop-out--trigger-hover:hover .po= +p-out__trigger { position: relative; } + +.pop-out--show-content .pop-out__trigger::before, .pop-out--trigger-hover:h= +over .pop-out__trigger::before { content: ""; cursor: pointer; height: 100%= +; left: 50%; position: absolute; transform: translate(-50%); width: 130%; } + +.pop-out--show-content .pop-out__content, .pop-out--trigger-hover:hover .po= +p-out__content { opacity: 1; transform: translateY(0px); transition-duratio= +n: 0.5s; transition-property: transform, opacity; transition-timing-functio= +n: cubic-bezier(0.75, -0.02, 0.2, 0.97); visibility: visible; z-index: 10; = +} + +.pop-out--show-content.pop-out--pop-up .pop-out__trigger::before, .pop-out-= +-trigger-hover:hover.pop-out--pop-up .pop-out__trigger::before { top: -100%= +; } + +.pop-out--show-content.pop-out--pop-down .pop-out__trigger::before, .pop-ou= +t--trigger-hover:hover.pop-out--pop-down .pop-out__trigger::before { bottom= +: -100%; } + +.pop-out--scrollable .pop-out__content::after { background: linear-gradient= +(0deg,hsl(var(--color-bg--z0-raw)/100%) 0,hsl(var(--color-bg--z0-raw)/90%) = +15%,hsla(var(--color-bg--z0-raw)/0%) 100%); bottom: 0px; content: ""; heigh= +t: 10rem; left: 0px; pointer-events: none; position: absolute; width: 100%;= + z-index: 1; } + +.pop-out--scrollable .pop-out__scroll { } + +.pop-out--scrollable .pop-out__scroll::-webkit-scrollbar { width: 0px; } + +.pop-out--scrollable .pop-out__scroll > :nth-last-child(-n+2) { position: r= +elative; z-index: 20; } + +.pop-out--pop-down .pop-out__content { right: 0px; top: calc(100% - var(--g= +rid-base--x2)*-1); } + +.pop-out--pop-up .pop-out__content { bottom: calc(100% - var(--grid-base--x= +2)*-1); left: 0px; } + +.pop-out--allow-fw { --pop-out-position: static; } + +.pop-out--allow-fw.pop-out--pop-down .pop-out__content { left: var(--grid-b= +ase--x2); right: var(--grid-base--x2); top: calc(42px + var(--grid-base--x2= +)); } + +@media screen and (min-width: 768px) { + .pop-out--allow-fw { --pop-out-position: relative; } + .pop-out--allow-fw.pop-out--pop-down .pop-out__content { left: auto; righ= +t: 0px; } + .pop-out--allow-fw.pop-out--pop-down .pop-out__scroll { max-width: var(--= +pop-out-content-max-width); } +} + +.social-sharing { display: flex; gap: var(--grid-base--x2); position: relat= +ive; } + +.social-sharing .social-sharing__button { align-items: center; display: fle= +x; justify-content: center; } + +.social-sharing__link { background-color: var(--color-bg--z0); display: fle= +x; flex-flow: row nowrap; gap: var(--grid-base--x4); padding: var(--grid-ba= +se--x2) var(--grid-base--x4); } + +.social-sharing .icon { display: inline-flex; } + +.social-sharing .icon--whatsapp { color: rgb(0, 189, 111); } + +.social-sharing .icon--facebook { color: rgb(76, 102, 164); } + +.social-sharing .icon--twitter { color: rgb(0, 160, 209); } + +.social-sharing .icon--linkedin { color: rgb(0, 130, 185); } + +.social-sharing .icon--envelope { color: rgb(196, 0, 0); } + +.social-sharing:hover .social-sharing__button { z-index: 20; } + +.article-meta { align-items: center; display: flex; flex-flow: row nowrap; = +gap: var(--grid-base--x4); justify-content: space-between; overflow: visibl= +e !important; } + +.article-meta__static { display: flex; flex-wrap: wrap; row-gap: var(--grid= +-base); } + +.article-meta__info { flex-basis: 100%; font-size: var(--font-size-meta); l= +ine-height: 1em; } + +.article-meta__interactive { align-items: center; display: flex; gap: var(-= +-grid-base--x4); } + +.article-meta--top .social-sharing { display: none; } + +.article-meta--bottom { flex-wrap: wrap; } + +.article-meta--bottom .article-meta__static { flex-basis: 100%; } + +.article-meta--bottom .article-meta__interactive { order: 0; } + +@media screen and (min-width: 527px) and (max-width: 667px) { + .article-meta--top .social-sharing { display: inherit; } + .article-meta--bottom .article-meta__static { flex-basis: inherit; order:= + 1; } +} + +@media screen and (min-width: 896px) { + .col-main .article-meta--top .social-sharing { display: inherit; } + .col-main .article-meta--bottom .article-meta__static { flex-basis: inher= +it; order: 1; } +} + +@media screen and (min-width: 627px) and (max-width: 767px) { + .article-meta--top .social-sharing { display: inherit; } +} + +@media screen and (min-width: 996px) { + .article-meta--top .social-sharing { display: inherit; } + .article-meta--bottom .article-meta__static { flex-basis: inherit; order:= + 1; } +} + +@media screen and (min-width: 600px) and (max-width: 767px) { + .article-meta__info { flex-basis: inherit; } + .article-meta__info + .article-meta__info::before { content: " | "; whi= +te-space: pre; } +} + +@media screen and (min-width: 968px) { + .col-main .article-meta__info { flex-basis: inherit; } + .col-main .article-meta__info + .article-meta__info::before { content: " = + | "; white-space: pre; } +} + +.horizontal-direction { color: red; display: flex; flex-direction: row; jus= +tify-content: space-between; } + +.horizontal-spread { display: flex; flex-direction: row; justify-content: s= +pace-evenly; } + +.horizontal-stacked { display: flex; flex-flow: row wrap; gap: var(--grid-b= +ase--x2) var(--grid-base--x4); justify-content: flex-start; } + +.article { --column-area: stretched; } + +.article > * { --column-area: padded; } + +.linked-tags { align-items: center; display: flex; flex-flow: row wrap; gap= +: var(--grid-base--x4); margin: 0px; } + +.vertical-direction { display: flex; flex-direction: column; } + +.contextual, .summary { border: 2px solid var(--color-border--z0); border-r= +adius: var(--border-radius); margin: 0px; overflow: hidden; padding: var(--= +grid-base--x4); } + +.byline { align-items: center; display: flex; gap: var(--grid-base--x4); ma= +rgin-right: 0px; } + +.byline .textblock { padding: 0px; } + +.byline img { border: 2px solid var(--color-grey-two); border-radius: 50%; = +height: 4rem; width: 4rem; } + +.followtag { border: 2px solid var(--color-border--z0); border-radius: var(= +--border-radius); padding: var(--grid-base--x4); } + +.followtag .header-block__header { font-size: var(--font-size-body--s1); fo= +nt-weight: var(--font-weight-semi-bold); line-height: var(--line-height-bod= +y--s1); margin-bottom: var(--block-spacing); } + +.followtag > span { display: block; margin-bottom: var(--block-spacing); } + +.featured-comments, .login-wall { display: flex; flex-direction: column; ga= +p: var(--block-spacing); } + +.login-wall { --box-shadow-offset: 3px; border-radius: var(--border-radius)= +; box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px; margin: 0 var(--box-shadow-= +offset) 0 0; padding: var(--grid-base--x4); position: relative; text-align:= + center; overflow: visible !important; } + +.login-wall::before { background: linear-gradient(180deg,transparent,var(--= +color-bg--z0)); content: ""; display: block; height: 100px; margin-left: ca= +lc(var(--container-gutter-left)*-1); position: absolute; top: calc(var(--bo= +x-shadow-offset)*-1); transform: translate(calc(var(--grid-base--x4)*-1),-1= +00%); width: 100%; } + +.qa-block { align-items: start; gap: var(--grid-base--x4); } + +.qa-block, .qa-block-login-wall { border: 2px solid var(--color-grey-two); = +border-radius: var(--border-radius); display: flex; flex-direction: column;= + padding: var(--grid-base--x4); } + +.qa-block-login-wall { gap: var(--block-spacing); margin: 0 var(--box-shado= +w-offset) 0 0; text-align: left; } + +.qa-block-login-wall-buttons { display: flex; flex-direction: row; gap: var= +(--block-spacing); } + +.authorized-content, .hidden { display: none; } + +.advertorial-banner { align-items: center; background-color: var(--color-bg= +--z2); display: flex; justify-content: space-between; } + +.advertorial-banner span { color: var(--color-grey-six); font-size: 1.4rem;= + margin-left: var(--grid-base--x3); } + +.advertorial-banner img { max-height: 4rem; padding: var(--grid-base); } + +.details { --details-figure-size: 4rem; --details-chevron-size: 2.4rem; bor= +der: 1px solid var(--color-border--z0); border-radius: var(--border-radius)= +; position: relative; } + +.details__summary { cursor: pointer; list-style: none; } + +.details__summary::-webkit-details-marker, .details__summary::marker { disp= +lay: none; } + +.details__summary:focus { border: none; outline: none; } + +.details__summary__wrapper { align-items: center; display: flex; padding: v= +ar(--grid-base--x4); user-select: none; } + +.details__figure { margin: 0px; padding: 0px; } + +.details__img { height: var(--details-figure-size); width: var(--details-fi= +gure-size); } + +.details__title { align-items: center; display: flex; justify-content: spac= +e-between; margin: 0 0 0 var(--grid-base--x4); } + +.details__title::after { content: url("data:image/svg+xml; utf8, "); display: block; flex: 0 0 var(--details-chevron-size); fon= +t-size: var(--font-size-heading--s1); font-weight: 700; height: var(--detai= +ls-chevron-size); right: calc(var(--details-chevron-size) + var(--grid-base= +--x2)); width: var(--details-chevron-size); } + +.details__content, .details__title { flex: 1 1 auto; } + +.details__content::first-line, .details__title::first-line { line-height: 1= +; } + +.details__content { font-size: var(--font-size-body--s1); line-height: var(= +--line-height-body--s1); padding: 0 var(--grid-base--x4) var(--grid-base--x= +4) calc(var(--details-figure-size) + var(--grid-base--x8)); } + +.details__content table { width: 100%; } + +.details[open] { border-color: var(--color-dark-blue-one); } + +.details[open] .details__summary__wrapper { align-items: flex-start; paddin= +g: var(--grid-base--x4) var(--grid-base--x4) 0 var(--grid-base--x4); } + +.details[open] .details__figure { position: absolute; } + +.details[open] .details__title { align-items: flex-start; margin-bottom: va= +r(--grid-base--x2); margin-left: calc(var(--details-figure-size) + var(--gr= +id-base--x4)); } + +.details[open] .details__title::after { content: url("data:image/svg+xml; u= +tf8, "); } + +@media screen and (min-width: 600px) { + .details { --details-figure-size: 4.8rem; } +} + +[data-theme=3D"dark"] .details__img:not([src*=3D"road"]), [data-theme=3D"da= +rk"] .details__title::after { filter: brightness(0) invert(1); } + +.app-divider { background-color: var(--color-border--z0); border: 0px; disp= +lay: block; height: 1px; margin: 0px; } + +.external-embed { margin: 0px; padding: 0px; } + +.external-embed--noscript { margin-bottom: var(--grid-base); min-height: 10= +0vh; width: 100%; } + +.infographic__content-frame { height: 100%; max-width: none; min-height: 95= +px; position: absolute; top: 0px; width: 100%; } + +.infographic__meta { font-size: var(--font-size-body--s0); padding: var(--g= +rid-base--x2); } + +.infographic__provider { margin-right: var(--grid-base); } + +.infographic__provider a { text-decoration: underline; } + +.infographic__content { padding-top: 75%; position: relative; } + +.tracking-pixel { left: 100%; position: fixed; top: 100%; visibility: hidde= +n; } + +.web-embed iframe { max-width: 100%; } + +.form-element { min-width: 100%; } + +.form-element--textarea { border: 1px solid var(--color-grey-two); border-r= +adius: var(--grid-base--x2); min-height: 80px; min-width: 100%; padding: va= +r(--grid-base--x2) var(--grid-base--x4); } + +.form-element--counter { display: flex; flex-direction: row-reverse; font-s= +ize: var(--font-size-subline--s0); } + +[data-theme=3D"dark"] .form-element--textarea { background-color: var(--col= +or-darkgrey-one); color: var(--color-grey-one); } + +.header { color: var(--brand-color); font-size: 2.4rem; font-weight: 700; l= +ine-height: 3rem; margin: 0px; word-break: break-word; } + +.header-block__header { display: flex; gap: var(--grid-base--x2); margin: 0= +px; } + +.header-block__link:hover { text-decoration: underline; } + +.header-block__icon { align-items: flex-start; align-self: flex-start; marg= +in-top: 2px; } + +.header-block__subtitle { margin-bottom: 0px; margin-top: var(--grid-base--= +x2); } + +.image-header-block__title { color: var(--color-white-one); display: flex; = +flex-flow: column nowrap; font-size: 1.8rem; line-height: 2.4rem; margin: 0= +px; } + +.image-header-block__label { align-self: flex-start; background-color: var(= +--color-label-one); border-radius: var(--border-radius--double); font-size:= + 1.2rem; font-weight: var(--font-weight-bold); line-height: 1.4rem; margin-= +bottom: var(--grid-base--x4); padding: var(--grid-base) var(--grid-base--x3= +); text-shadow: none; } + +@media screen and (min-width: 768px) { + .image-header-block__title { font-size: 2.2rem; line-height: 2.8rem; } +} + +.image-figure-block__copyright { display: inline; font-style: normal; font-= +weight: 400; white-space: nowrap; } + +.image-figure-block__caption-text + .image-figure-block__copyright::before = +{ content: " | "; } + +.image-block--stretched { --column-area: stretched; } + +.widget-navigation__item { align-items: center; background: none; border: n= +one; border-radius: var(--border-radius--double); color: var(--color-button= +-two); cursor: pointer; display: flex; font-weight: 700; padding: var(--gri= +d-base--x2) var(--grid-base--x4); text-decoration: none; white-space: nowra= +p; } + +.widget-navigation__item:focus, .widget-navigation__item:hover { background= +-color: var(--color-button-bg-two); outline: none; } + +.widget-navigation__item .icon { display: none; font-size: 2rem; height: 1.= +8rem; margin-right: var(--grid-base--x2); } + +.router-link-active { background-color: var(--color-button-bg-two); outline= +: none; } + +@media screen and (min-width: 600px) { + .widget-navigation__item .icon { display: inherit; } +} + +[data-theme=3D"dark"] .widget-navigation__item .icon { filter: brightness(0= +) invert(1); } + +.placeholder-block { display: none; } + +.recommended { --column-area: stretched; } + +.recommended__header { margin-bottom: var(--block-spacing); padding-left: v= +ar(--edge-spacing); padding-right: var(--edge-spacing); } + +@media screen and (min-width: 768px) { + .recommended__header { padding-left: 0px; padding-right: 0px; } +} + +.skeleton-text-block { --line-color: var(--color-skeleton); --shine-color: = +var(--color-grey-two); --font-size: var(--font-size-body--s1); --line-heigh= +t: var(--line-height-body--s1); margin: 0px; } + +.skeleton-text-block--small { --font-size: var(--font-size-body--s0); --lin= +e-height: var(--line-height-body--s0); } + +.skeleton-text-block--half { width: 50%; } + +.skeleton-text-block__row { background-color: var(--line-color); height: va= +r(--font-size); margin-bottom: calc(var(--line-height) - var(--font-size));= + overflow: hidden; } + +.skeleton-text-block__row:last-child { margin-right: 5rem; } + +.skeleton-text-block__row::before { animation-duration: 2s; animation-itera= +tion-count: infinite; animation-name: shine; background-image: linear-gradi= +ent(90deg,var(--line-color) 0,var(--shine-color) 40px,var(--line-color) 80p= +x); content: ""; display: block; height: 100%; transform: translate(-80px);= + width: 100%; } + +@keyframes shine {=20 + 0% { transform: translate(-80px); } + 100% { transform: translate(2000px); } +} + +.data-provider__link { align-items: center; color: var(--color-grey-six); d= +isplay: flex; justify-content: center; text-decoration: none; } + +.data-provider__logo { margin-left: var(--grid-base--x2); max-height: 3.2re= +m; } + +[data-theme=3D"dark"] .data-provider__logo { filter: brightness(0) invert(1= +); } + +.sub-heading { font-size: 1.6rem; font-weight: var(--font-weight-bold); lin= +e-height: 2.6rem; } + +.textblock, .textblock p { margin: 0px; } + +.textblock a { color: var(--brand-color); text-decoration: underline; } + +.textblock a:active, .textblock a:hover { color: var(--brand-color-hover); = +} + +.textblock a:visited { color: var(--color-grey-five); } + +.textblock ol, .textblock ul { margin: 0px; } + +.textblock ol li::marker, .textblock ol li::before, .textblock ul li::marke= +r, .textblock ul li::before { color: var(--brand-color); } + +.textblock ul li { list-style-type: disc; } + +.textblock h1:nth-child(n+2), .textblock h2:nth-child(n+2), .textblock h3:n= +th-child(n+2), .textblock ol:nth-child(n+2), .textblock p:nth-child(n+2), .= +textblock ul:nth-child(n+2) { margin-top: var(--grid-base--x4); } + +.textblock.timestamp { color: var(--color-label-one); font-weight: var(--fo= +nt-weight-bold); padding-left: 1.5em; position: relative; } + +.textblock.timestamp::before { content: "=E2=80=A2"; font-size: 2.5em; left= +: 0px; position: absolute; top: 50%; transform: translateY(-56%); } + +.textblock.timestamp--read { color: var(--color-caption-one); } + +.textblock.paragraph, .textblock.summary-body { font-size: var(--font-size-= +body--s1); line-height: var(--line-height-body--s1); } + +.textblock.heading, .textblock.paragraph--lead, .textblock.summary-body--le= +ad { font-weight: var(--font-weight-semi-bold); } + +.textblock.heading { color: var(--brand-color); font-size: var(--font-size-= +article-sub-heading); line-height: var(--line-height-article-sub-heading); = +} + +.textblock.heading--contextualblock { margin: 0 0 var(--grid-base--x4) 0; p= +adding: 0px; } + +.textblock.heading--contextualblock:not(:first-of-type) { color: var(--colo= +r-body-base); } + +.textblock.heading--tags { color: var(--brand-color); display: block; font-= +weight: var(--font-weight-semi-bold); margin: 0px; padding: 0px; } + +.textblock.author, .textblock.heading--tags { font-size: var(--font-size-bo= +dy--s0); line-height: var(--line-height-body--s0); } + +.textblock.author { font-style: normal; text-decoration: none; } + +.textblock.quote, .textblock.quote-author { text-align: center; } + +.textblock.quote { font-size: var(--font-size-blockquote); font-weight: var= +(--font-weight-bold); line-height: var(--line-height-blockquote); } + +.textblock.quote::before { content: "=E2=80=9C"; } + +.textblock.quote::after { content: "=E2=80=9D"; } + +.textblock.quote-author { display: block; font-size: var(--font-size-body--= +s1); line-height: var(--line-height-body--s1); } + +.widget-link { display: flex; flex-flow: row wrap; margin: 0 0 0 calc(var(-= +-grid-base--x4)*-1); } + +.widget-link__item { border: 1px solid var(--color-border--z0); border-radi= +us: var(--border-radius); color: var(--color-body-text); display: flex; fle= +x: 1 0 13.6rem; flex-flow: column wrap; font-size: 2rem; font-weight: 700; = +margin: 0 0 var(--grid-base--x4) var(--grid-base--x4); padding: var(--grid-= +base--x4) var(--grid-base--x2); text-align: center; text-decoration: none; = +} + +.widget-link__icon { flex: 0 0 2.8rem; margin-bottom: var(--grid-base--x4);= + max-width: 4.8rem; } + +.widget-link__message { display: flex; flex: 1 1 auto; flex-flow: column wr= +ap; justify-content: center; } + +.app-follow-us { align-items: center; display: flex; } + +.app-follow-us__title { margin: 0px; } + +.app-follow-us__badges { display: flex; list-style: none; margin: 0px; padd= +ing: 0px; } + +.app-follow-us__badges li { margin-left: var(--grid-base--x2); } + +.app-follow-us__badges li a { background-color: rgb(196, 0, 0); border-radi= +us: 50%; color: var(--color-white-one); display: inline-flex; font-size: 1.= +4rem; height: 24px; justify-content: center; padding: var(--grid-base); wid= +th: 24px; } + +.app-follow-us__badges li .icon { height: 1em; width: 1em; } + +.app-nav-item__link.branded { --color-branded-nav-item: var(--brand-color);= + color: var(--color-branded-nav-item); } + +.app-nav-item__link--active, .app-nav-item__link--active:hover { text-decor= +ation: underline; } + +.app-nav-item { --color-nav-item: var(--color-link-one); } + +.app-nav-item__link { color: var(--color-nav-item); text-decoration: none; = +} + +.app-footer { --font-size-footer-nav-item: 1.2rem; border-top: 1px solid va= +r(--color-border--z0); display: flex; flex-flow: row wrap; font-size: 1.4re= +m; justify-content: space-between; } + +.app-footer__info, .app-footer__wrapper { padding: var(--grid-base--x4) var= +(--grid-base--x2); } + +.app-footer__wrapper { display: flex; flex: 1 1 auto; flex-flow: row wrap; = +margin: 0px auto; max-width: var(--page-max-width); padding-top: var(--grid= +-base--x8); } + +.app-footer__editorials, .app-footer__main { flex: 1 1 auto; } + +.app-footer .app-nav-item__link { display: block; margin-bottom: var(--grid= +-base--x4); } + +.app-footer .app-nav-item .app-nav-item:last-child .app-nav-item__link { ma= +rgin-bottom: 0px; } + +.app-footer__links { list-style: none; margin: 0px auto; max-width: var(--p= +age-max-width); padding: 0px; } + +.app-footer__links .nav-item-group > .app-nav-item__link { display: block; = +font-weight: 700; position: relative; } + +.app-footer__links .nav-item-group > ul { list-style: none; padding: 0px; } + +.app-footer__links .nav-item-group > ul .app-nav-item__link.branded { --col= +or-branded-nav-item: var(--color-nu); } + +.app-footer__info { border-top: 1px solid var(--color-border--z0); flex: 1 = +1 auto; } + +.app-footer__info-wrapper { margin: 0px auto; max-width: var(--page-max-wid= +th); } + +.app-footer .app-follow-us { margin-bottom: var(--grid-base--x4); } + +.app-footer__copyright, .app-footer__copyright a { color: var(--color-grey-= +six); margin: 0px; text-decoration: none; } + +@media screen and (min-width: 480px) { + .app-footer__wrapper { padding-right: 0px; } + .app-footer__info { border-top-width: 0px; flex: 0 1 33%; padding-left: 0= +px; padding-top: var(--grid-base--x8); } + .app-footer .app-follow-us { display: inherit; } + .app-footer .app-follow-us__title { margin-bottom: var(--grid-base--x2); = +} + .app-footer .app-follow-us__badges li:first-child { margin-left: inherit;= + } +} + +@media screen and (min-width: 992px) { + .app-footer__wrapper { padding-right: var(--grid-base--x2); } + .app-footer__links { justify-content: space-between; } + .app-footer__links.app-hide--m { display: flex; } + .app-footer__links .app-nav-item__link { font-size: var(--font-size-foote= +r-nav-item); } + .app-footer__links .nav-item-group { padding-left: var(--grid-base--x2); = +} + .app-footer__links .nav-item-group > .app-nav-item__link { display: inher= +it; } + .app-footer__links .nav-item-group > .app-nav-item__link::before { conten= +t: inherit; } + .app-footer__links .nav-item-group:first-child { padding-left: 0px; } + .app-footer__info { border-top: inherit; flex: 1 0 100%; padding-top: var= +(--grid-base--x4); } + .app-footer__info-wrapper { align-items: center; display: flex; flex-flow= +: row wrap; justify-content: space-evenly; } + .app-footer .app-follow-us { display: flex; margin-bottom: inherit; } + .app-footer .app-follow-us__title { margin-bottom: inherit; } + .app-footer .app-follow-us__badges li:first-child { margin-left: var(--gr= +id-base--x2); } + .app-footer br { display: none; } +} + +[data-theme=3D"dark"] .main-nav { --color-main-nav-bg: var(--color-bg--z1);= + --color-main-nav-item: var(--color-body-text); } + +.account-trigger { padding: 0px; } + +.account-trigger, .account-trigger__icon { position: relative; } + +.account-trigger__icon::after { bottom: 0px; content: url("data:image/svg+x= +ml;charset=3Dutf-8,"); display: inline-block; height: 0.9rem; line-height: 0; posit= +ion: absolute; right: 0px; width: 0.9rem; } + +.account-trigger.loggedin .account-trigger__icon::after { content: url("dat= +a:image/svg+xml;charset=3Dutf-8,"); } + +.account-trigger__username { max-width: 5rem; overflow: hidden; text-overfl= +ow: ellipsis; white-space: nowrap; } + +.account-trigger__link { background-color: var(--color-bg--z0); border-top:= + 1px solid var(--color-border--z0); cursor: pointer; } + +.account-trigger__link:first-child { border-top: 0px; } + +.link-block--notification { background-color: var(--color-bg--z0); display:= + flex; gap: var(--grid-base--x4); } + +.link-block--notification .link-block__title { font-size: 1.4rem; margin: 0= +px; padding: 0px; } + +.link-block--notification .link-block__message { display: flex; flex-flow: = +column nowrap; gap: var(--grid-base--x2); } + +.link-block--notification .link-block__body { -webkit-line-clamp: 3; -webki= +t-box-orient: vertical; display: -webkit-box; line-height: 1.3; max-height:= + 3.9em; overflow: hidden; overflow-wrap: break-word; text-overflow: ellipsi= +s; } + +.link-block--notification .link-block__timestamp { align-items: baseline; c= +olor: var(--color-caption-one); display: flex; flex-wrap: nowrap; gap: var(= +--grid-base--x2); } + +.link-block--notification.link-block--unread .link-block__timestamp::before= + { background-color: var(--color-red-one); border-radius: 50%; content: "";= + display: inline-block; flex: 0 0 auto; height: 0.9rem; width: 0.9rem; } + +.notification-center { display: flex; padding: 0px; } + +.notification-center__trigger { padding: 0px; position: relative; } + +.notification-center__count { background-color: var(--color-red-one); borde= +r: 1px solid var(--color-border--z0); border-radius: 50%; color: var(--colo= +r-white-one); display: flex; flex-direction: column; font-size: 0.9rem; fon= +t-weight: 700; height: 1.6rem; justify-content: center; justify-items: cent= +er; position: absolute; right: 0px; top: var(--grid-base--x2); transform: t= +ranslate(30%); width: 1.6rem; } + +.notification-center .link-block--notification { border-color: var(--color-= +border--z0); border-style: solid; border-width: 0px 0px 1px; } + +.notification-center .link-block--notification:last-child { border-bottom-w= +idth: 0px; } + +.widget-navigation { display: flex; justify-content: space-around; margin-b= +ottom: var(--grid-base--x4); } + +body.main-nav__show-more--open { overflow: hidden; } + +.main-nav { --color-main-nav-bg: var(--color-bg--z0); --font-size-main-nav-= +item: 1.2rem; background-image: initial; background-position: initial; back= +ground-size: initial; background-repeat: initial; background-attachment: in= +itial; background-origin: initial; background-clip: initial; background-col= +or: var(--color-main-nav-bg); border-bottom: 1px solid var(--color-border--= +z0); left: 0px; margin-bottom: var(--grid-base--x4); position: sticky; top:= + 0px; transition-duration: 0.2s; transition-property: transform, opacity; t= +ransition-timing-function: ease-in-out; width: 100%; z-index: 1; } + +.main-nav__wrapper { align-items: center; background-color: var(--color-mai= +n-nav-bg); display: flex; flex-flow: row wrap; justify-content: space-betwe= +en; } + +.main-nav__logo { align-items: center; color: var(--color-nu); display: fle= +x; font-weight: 700; line-height: 0; padding: var(--grid-base--x2); text-de= +coration: none; } + +.main-nav__logo__img svg { height: 2.6rem; width: 2.6rem; } + +.main-nav__logo__brand { line-height: 0; margin-left: var(--grid-base--x2);= + } + +.main-nav__tools { align-items: stretch; align-self: stretch; display: flex= +; gap: var(--grid-base--x2); padding: 0 var(--grid-base--x4) 0 0; } + +.main-nav__tools__tool { align-items: center; display: flex; gap: var(--gri= +d-base--x2); padding: 0px; } + +.main-nav__tools__tool::after { background-color: var(--color-border--z0); = +content: ""; display: inline-block; height: 1.6rem; width: 1px; } + +.main-nav__tools__tool:last-child { padding-right: 0px; } + +.main-nav__tools__tool:last-child::after { content: none; } + +.main-nav__tools__tool__label { font-size: var(--font-size-main-nav-item); = +} + +.main-nav__main { border-top: 1px solid var(--color-border--z0); display: f= +lex; flex: 0 0 100%; justify-content: space-between; list-style: none; marg= +in: 0px; padding: 0 var(--grid-base--x2); } + +.main-nav__main .app-nav-item { --color-nav-item: var(--color-grey-six); } + +.main-nav__main .app-nav-item__cta, .main-nav__main .app-nav-item__link { f= +ont-size: var(--font-size-main-nav-item); font-weight: 700; padding: var(--= +grid-base--x3) var(--grid-base--x2); text-align: center; white-space: nowra= +p; } + +.main-nav__main .app-nav-item__link { align-items: center; display: inline-= +flex; } + +.main-nav__main .app-nav-item__link.branded:not(.app-nav-item__link--active= +) { --color-branded-nav-item: var(--color-grey-six); } + +.main-nav__main--is-hidden { display: none; } + +.main-nav .app-button--show-more { --color-button-fg: var(--color-grey-six)= +; height: 100%; justify-content: flex-end; } + +.main-nav .app-button--show-more::before { content: "Minder"; padding-right= +: var(--grid-base--x4); visibility: hidden; } + +.main-nav .app-button--show-more .app-nav-item__cta__label { align-items: c= +enter; display: inline-flex; position: absolute; } + +.main-nav .app-button--show-more .icon { transition: transform 0.2s ease-in= +-out 0s; } + +.main-nav .app-button--show-more:active, .main-nav .app-button--show-more:f= +ocus, .main-nav .app-button--show-more:hover { --color-button-fg: var(--col= +or-grey-six); } + +.main-nav__dropdown { background-color: var(--color-main-nav-bg); border-to= +p: 1px solid var(--color-border--z0); height: 92vh; opacity: 0; overflow: a= +uto; padding: var(--grid-base--x4) 0; position: absolute; transform: transl= +ateY(-100%); width: 100%; z-index: -1; } + +.main-nav__sub { list-style: none; margin: 0px auto; max-width: var(--page-= +max-width); padding: 0px; } + +.main-nav__sub .nav-item-group { margin-bottom: var(--grid-base--x8); } + +.main-nav__sub .nav-item-group .app-nav-item__link { display: block; paddin= +g: var(--grid-base--x2) var(--grid-base--x4) var(--grid-base--x2) 8rem; } + +.main-nav__sub .nav-item-group > .app-nav-item__link { display: block; font= +-size: 1.8rem; font-weight: 700; position: relative; } + +.main-nav__sub .nav-item-group > .app-nav-item__link::before { background-i= +mage: var(--brand-logo); background-size: cover; content: ""; display: inli= +ne-block; height: 2.8rem; left: var(--grid-base--x8); overflow: hidden; pos= +ition: absolute; top: 50%; transform: translateY(-50%); width: 2.8rem; } + +.main-nav__sub .nav-item-group > ul { list-style: none; padding: 0px; } + +.main-nav__sub .nav-item-group > ul .app-nav-item__link.branded { --color-b= +randed-nav-item: var(--color-nu); } + +.main-nav__sub .nav-item-group--editorials { font-weight: 700; } + +.main-nav--show-more .main-nav__dropdown { opacity: 1; transform: translate= +Y(0px); } + +.main-nav--show-more .app-button--show-more .icon { transform: rotate(180de= +g); } + +.main-nav--allow-animation .main-nav__dropdown { transition-duration: 0.2s;= + transition-property: transform, opacity; transition-timing-function: ease-= +in-out; } + +@media screen and (min-width: 992px) { + body.main-nav__show-more--open { overflow: visible; } + .main-nav { --color-main-nav-item: var(--color-nu); --color-main-nav-item= +-raw: var(--color-nu-raw); --color-main-nav-opacity-level: 40%; } + .main-nav__wrapper { margin: 0px auto; max-width: var(--page-max-width); = +padding: var(--grid-base) 0; } + .main-nav__logo__img svg { height: 4rem; width: 4rem; } + .main-nav__main { border-top: inherit; display: inherit; flex: 1 1 auto; = +justify-content: flex-start; } + .main-nav__main .app-nav-item { --color-nav-item: inherit; } + .main-nav__main .app-nav-item__cta, .main-nav__main .app-nav-item__link {= + padding: var(--grid-base--x2) var(--grid-base--x3); } + .main-nav__main .app-nav-item__link { border-radius: var(--border-radius-= +-double); } + .main-nav__main .app-nav-item__link--active, .main-nav__main .app-nav-ite= +m__link:hover { background-color: hsla(var(--color-main-nav-item-raw) var(-= +-color-main-nav-opacity-level)); } + .main-nav__main .app-nav-item__link--active { text-decoration: inherit; } + .main-nav__main .app-nav-item__link.branded, .main-nav__main .app-nav-ite= +m__link.branded:not(.app-nav-item__link--active) { --color-branded-nav-item= +: var(--brand-color); --color-branded-nav-item-raw: var(--brand-color-raw);= + } + .main-nav__main .app-nav-item__link--active.branded, .main-nav__main .app= +-nav-item__link.branded:hover, .main-nav__main .app-nav-item__link.branded:= +not(.app-nav-item__link--active):hover { background-color: hsla(var(--color= +-branded-nav-item-raw) var(--color-main-nav-opacity-level)); } + .main-nav__main .app-button--show-more { --color-button-fg: inherit; just= +ify-content: inherit; } + .main-nav__main .app-button--show-more:active, .main-nav__main .app-butto= +n--show-more:focus, .main-nav__main .app-button--show-more:hover { --color-= +button-fg: inherit; } + .main-nav__tools { order: 3; } + .main-nav__dropdown { border-bottom: 1px solid var(--color-border--z0); h= +eight: auto; } + .main-nav__sub { display: flex; flex-flow: row wrap; justify-content: spa= +ce-between; padding: 0 var(--grid-base--x2); } + .main-nav__sub .nav-item-group { padding-left: var(--grid-base--x2); } + .main-nav__sub .nav-item-group .app-nav-item__link { font-size: var(--fon= +t-size-main-nav-item); padding: var(--grid-base--x2) 0; } + .main-nav__sub .nav-item-group > .app-nav-item__link { display: inherit; = +font-size: var(--font-size-main-nav-item); } + .main-nav__sub .nav-item-group > .app-nav-item__link::before { content: i= +nherit; } + .main-nav__sub .nav-item-group:first-child { padding-left: 0px; } + .main-nav--not-sticky { transform: inherit; } + .main-nav--show-more::after { background-color: var(--color-main-nav-bg);= + content: ""; height: 100%; position: absolute; top: 0px; width: 100%; z-in= +dex: -1; } +} + +[data-theme=3D"dark"] .main-nav { --color-main-nav-bg: var(--color-bg--z1);= + --color-main-nav-item: var(--color-body-text); --color-main-nav-opacity-le= +vel: .15; } + +[data-theme=3D"dark"] .main-nav__tools__tool { color: var(--color-body-text= +); } + +[data-theme=3D"dark"] .main-nav__main .app-nav-item__link.branded { --color= +-branded-nav-item-raw: var(--color-grey-six-raw); } + +.modal { align-items: center; display: flex; height: 100%; justify-content:= + center; left: 0px; position: fixed; top: 0px; transition: all 0.18s ease 0= +s; width: 100%; } + +.modal--enter-from, .modal--leave-to { opacity: 0; } + +.modal__container { background-color: var(--color-bg--z0); border-radius: v= +ar(--border-radius--three-quarters); box-shadow: 0 .2rem .8rem var(--color-= +modal-mask-shadow); color: var(--color-heading-base); display: flex; flex-d= +irection: column; font-size: var(--font-size-body--s1); line-height: var(--= +line-height-body--s1); max-height: calc(100vh - var(--grid-base--x4)*2); ma= +x-width: calc(100vw - var(--grid-base--x4)*2); overflow: auto; padding: 3.2= +rem; text-align: center; } + +.modal--enter-from .modal__container, .modal--leave-to .modal__container { = +transform: scale(1.03); } + +.modal__header { align-self: center; font-size: 1.8rem; margin: 0px 0px 1.6= +rem; } + +.modal__close-button { align-self: flex-end; background-color: transparent;= + border: none; color: var(--color-grey-four); line-height: 0; margin-top: ;= + margin-right: ; margin-left: ; margin-bottom: var(--grid-base--x3); paddin= +g: 0px; transition: all 0.13s ease 0s; } + +.modal__close-button:focus, .modal__close-button:hover { color: var(--brand= +-color); transform: scale(1.02); } + +@media screen and (min-width: 480px) { + .modal__close-button { margin: 0px; } +} + +.modal-title { align-self: center; font-size: var(--font-size-pop-up-header= +); line-height: var(--line-height-pop-up-header); margin: 0 0 var(--grid-ba= +se--x4); } + +.expert-modal__badge { align-self: center; margin-bottom: var(--grid-base--= +x4); } + +.expert-modal__body { align-self: center; margin: 0px; } + +.expert-modal__body-text { color: var(--color-heading-base); font-size: var= +(--font-size-body--s1); line-height: var(--line-height-body--s1); margin: 0= + 0 var(--grid-base--x4); } + +.expert-modal__default-button { align-self: center; background-color: var(-= +-color-button-bg-three); border-color: var(--color-button-bg-three); border= +-radius: var(--border-radius); display: inline-block; font-size: var(--font= +-size-button); font-weight: 700; line-height: var(--line-height-button); ma= +rgin: var(--grid-base--x4) 0 0; padding: var(--grid-base--x3) var(--grid-ba= +se--x4); } + +.expert-modal__default-button, .expert-modal__default-button:active, .exper= +t-modal__default-button:focus, .expert-modal__default-button:hover { color:= + var(--color-button-three); } + +.talk2022-spinner-container { display: flex; justify-content: center; } + +.talk2022-spinner-container .talk2022-spinner .circle { stroke: rgb(246, 11= +3, 80); stroke-dasharray: 187; stroke-dashoffset: 0; animation: 1.4s ease-i= +n-out 0s infinite normal none running spinner-dash, 5.6s ease-in-out 0s inf= +inite normal none running spinner-colors; transform-origin: center center; = +} + +@keyframes spinner-dash {=20 + 0% { stroke-dashoffset: 187; } + 50% { stroke-dashoffset: 46.75; transform: rotate(135deg); } + 100% { stroke-dashoffset: 187; transform: rotate(450deg); } +} + +@keyframes spinner-colors {=20 + 0% { stroke: rgb(246, 113, 80); } + 100% { stroke: rgb(246, 164, 126); } +} + +.talk2022__divider, .talk2022__header { margin-bottom: var(--block-spacing)= +; } + +.breaking-push-modal__button { align-self: center; display: inline-block; m= +argin: var(--grid-base--x4) 0 0; padding: var(--grid-base--x3) var(--grid-b= +ase--x4); } + +.breaking-push-modal__button-icon { margin-right: var(--grid-base--x2); ver= +tical-align: top; } + +.columns { --edge-spacing: var(--grid-base--x4); --block-spacing: var(--gri= +d-base--x4); --sidebar-width: 336px; --column-area: padded; } + +.columns .article, .columns__main, .columns__sidebar { align-content: start= +; display: grid; grid-auto-flow: row; grid-template-areas: ". padded ." "st= +retched stretched stretched"; grid-template-columns: var(--edge-spacing) 1f= +r var(--edge-spacing); margin-bottom: var(--grid-base--x4); row-gap: var(--= +block-spacing); } + +.columns .article > *, .columns__main > *, .columns__sidebar > * { grid-col= +umn: var(--column-area); max-width: 100%; overflow: hidden; } + +@media screen and (min-width: 768px) { + .columns { display: grid; gap: var(--grid-base--x4); grid-template-column= +s: 1fr var(--sidebar-width); margin: 0 var(--grid-base--x3); } + .columns--no-sidebar { grid-template-columns: 1fr; } + .columns .article, .columns__main, .columns__sidebar { grid-template-area= +s: "padded" "stretched"; grid-template-columns: 1fr; } +} + +@media screen and (min-width: 896px) { + .columns { gap: var(--grid-base--x8); } +} + +.search-input { background: var(--color-input-one); border: 1px solid trans= +parent; border-radius: var(--border-radius--input); color: var(--color-grey= +-four); display: flex; } + +.search-input--filled { color: var(--color-body-text); } + +.search-input:hover { cursor: text; } + +.search-input:hover input { width: 15rem; } + +.search-input:focus-within { border-color: var(--color-input-two); color: v= +ar(--color-heading-base); } + +.search-input:focus-within input { width: 15rem; } + +.search-input__trigger { color: var(--color-grey-four); } + +.search-input__trigger:hover { cursor: pointer; } + +.search-input__input { appearance: none; background-color: var(--color-inpu= +t-one); border: none; margin: var(--grid-base--x2); outline: none; overflow= +: hidden; text-overflow: ellipsis; transition: width 0.5s cubic-bezier(0, 1= +, 0.5, 1) 0s; width: 10rem; } + +.topbar { color: var(--color-heading-base); display: none; margin: 0 0 var(= +--grid-base--x6); padding: var(--grid-base--x2) var(--grid-base--x4) 0 var(= +--grid-base--x4); width: 100%; } + +.topbar__date { align-items: center; display: none; flex: 0 1 69.9rem; font= +-size: var(--font-size-subline--s0); justify-content: space-between; } + +.topbar__widgets { flex: 1 1 0%; } + +@media screen and (min-width: 600px) { + .topbar, .topbar__date { display: flex; } +} + +.main-nav { z-index: 1999999998; } + +.v1 { display: none; } + +.h1 { margin-bottom: var(--grid-base--x4); } + +.h1, .h2 { min-height: var(--ad-h1-min-height); } + +.h2 { margin: var(--grid-base--x4) 0; } + +.r3 { margin: var(--grid-base--x4) 0 var(--grid-base--x4) auto; max-width: = +var(--ad-r3-max-width); } + +@media screen and (min-width: 768px) { + .r3 { position: sticky; top: 14rem; } +} + +@media screen and (min-width: 1114px) { + .v1 { display: block; float: left; margin-bottom: 100vh; margin-left: cal= +c((var(--ad-v1-wide-width) + var(--grid-base--x4))*-1); min-height: 60rem; = +position: sticky; top: 14rem; width: var(--ad-v1-wide-width); } +} + +@media screen and (min-width: 1114px) and (max-width: 1154px) { + .v1 { margin-left: calc((var(--ad-v1-medium-width) + var(--grid-base--x4)= +)*-1); width: var(--ad-v1-medium-width); } +} +------MultipartBoundary--RoYGo3EtnK27BzjgbOLfQVgjDxBjK3d0K0mxInyEiD---- +Content-Type: image/webp +Content-Transfer-Encoding: base64 +Content-Location: https://media.nu.nl/m/ef0xk0lahgtt_wd854/klantenlijst-leidt-politie-naar-grote-hoeveelheden-illegaal-vuurwerk.jpg + +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 + +------MultipartBoundary--RoYGo3EtnK27BzjgbOLfQVgjDxBjK3d0K0mxInyEiD---- +Content-Type: image/webp +Content-Transfer-Encoding: base64 +Content-Location: https://media.nu.nl/m/u5oxh15a3dpu_wd320/chris-martin-wenst-elton-john-via-videoverbinding-fijn-pensioen-toe.jpg + +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 +aWwiMAAA + +------MultipartBoundary--RoYGo3EtnK27BzjgbOLfQVgjDxBjK3d0K0mxInyEiD---- +Content-Type: image/webp +Content-Transfer-Encoding: base64 +Content-Location: https://media.nu.nl/m/ef3xf25ankjg_wd320/president-biden-geniet-van-een-stranddag-met-zijn-vrouw.jpg + +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 + +------MultipartBoundary--RoYGo3EtnK27BzjgbOLfQVgjDxBjK3d0K0mxInyEiD---- +Content-Type: image/webp +Content-Transfer-Encoding: base64 +Content-Location: https://media.nu.nl/m/8hhx1ofaotmu_wd320/zo-kan-een-klein-bloemetje-ons-beschermen-tegen-overstromingen.jpg + +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 + +------MultipartBoundary--RoYGo3EtnK27BzjgbOLfQVgjDxBjK3d0K0mxInyEiD---- +Content-Type: image/webp +Content-Transfer-Encoding: base64 +Content-Location: https://media.nu.nl/m/tygxqqvat4y3_wd320/snorkelaars-krijgen-onderwaterconcert-in-vs.jpg + +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 +Uo2zAo9zjZF01PFWZkmzkk9/oU4AAA== + +------MultipartBoundary--RoYGo3EtnK27BzjgbOLfQVgjDxBjK3d0K0mxInyEiD---- +Content-Type: image/png +Content-Transfer-Encoding: base64 +Content-Location: https://www.nu.nl/static/img/molecules/usabilla/output-onlinepngtools.png + +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 +zAL/B2MZg0gbFgD0AAAAAElFTkSuQmCC + +------MultipartBoundary--RoYGo3EtnK27BzjgbOLfQVgjDxBjK3d0K0mxInyEiD---- +Content-Type: text/html +Content-ID: +Content-Transfer-Encoding: quoted-printable + + +------MultipartBoundary--RoYGo3EtnK27BzjgbOLfQVgjDxBjK3d0K0mxInyEiD---- +Content-Type: text/html +Content-ID: +Content-Transfer-Encoding: quoted-printable +Content-Location: https://www.nu.nl/tech/6244768/klantenlijst-leidt-politie-naar-grote-hoeveelheden-illegaal-vuurwerk.html + + +------MultipartBoundary--RoYGo3EtnK27BzjgbOLfQVgjDxBjK3d0K0mxInyEiD---- +Content-Type: text/html +Content-ID: +Content-Transfer-Encoding: quoted-printable +Content-Location: https://cdn.cxense.com/sp1.html#ver=2.8.27&typ=pgv&rnd=ljv9hd56b7wyl6gr&sid=1144159668394663677&loc=https%3A%2F%2Fwww.nu.nl%2Ftech%2F6244768%2Fklantenlijst-leidt-politie-naar-grote-hoeveelheden-illegaal-vuurwerk.html&new=0&arf=0<m=1688896688591&ref=https%3A%2F%2Fpyroforum.nl%2F&tzo=-120&wsz=1379x854&res=2048x1152&dpr=2&col=24&bln=en&chs=UTF-8&cks=ljv9hd72pq8r3mfr&ckp=ldvz48pumo0k38pp&glb=cx%3A13ai2w8wxu3n218ena4ux2ifyu%3Adhyrrqxf5cub&eid0=cx13ai2w8wxu3n218ena4ux2ifyudhyrrqxf5cub&eit0=dpc&eid1=3fa1abbf-fcb5-41d1-85d3-f8a753662f9e&eit1=dps&cp_userState=anon&cp_registered=false&cp_appPlatform=desktop-web&altm=1686158290360&arnd=lilz3zjpgzz9ltah&aatm=72&axtl=&awsz=1281x795&amvw=1281x3150.5&ascp=63x3151&aclk=0&altc=214 + +CX-P1 +------MultipartBoundary--RoYGo3EtnK27BzjgbOLfQVgjDxBjK3d0K0mxInyEiD---- +Content-Type: text/html +Content-ID: +Content-Transfer-Encoding: quoted-printable + + +------MultipartBoundary--RoYGo3EtnK27BzjgbOLfQVgjDxBjK3d0K0mxInyEiD---- +Content-Type: text/html +Content-ID: +Content-Transfer-Encoding: quoted-printable +Content-Location: https://www.nu.nl/tech/6244768/klantenlijst-leidt-politie-naar-grote-hoeveelheden-illegaal-vuurwerk.html + + +Usabilla Feedback Button + + + + + +------MultipartBoundary--RoYGo3EtnK27BzjgbOLfQVgjDxBjK3d0K0mxInyEiD---- +Content-Type: text/css +Content-Transfer-Encoding: quoted-printable +Content-Location: cid:css-84d99afc-266f-409d-9636-f04a3a9f8361@mhtml.blink + +@charset "utf-8"; + +body { background: transparent; padding: 0px; margin: 0px; text-align: left= +; } +------MultipartBoundary--RoYGo3EtnK27BzjgbOLfQVgjDxBjK3d0K0mxInyEiD------ diff --git a/2023/reflectie-2023.md b/2023/reflectie-2023.md new file mode 100644 index 0000000..d25e3d7 --- /dev/null +++ b/2023/reflectie-2023.md @@ -0,0 +1,13 @@ +# Reflectie 2023 + +* Online praatgroep gestart +* Op yoga vakantie terschelling geweest +* Hypomanie op vakantie in augustus +* Depressie van september tot november +* Onder behandeling bij dieetiste voor verhoog cholesterol en overgewicht BMI +* Gewicht schommelingen mogelijk door olanzapine +* Financieel slecht scenario bij Adimec +* Moestuin gestopt per oktober met sabbatical tot November '24 +* Python cursus "afgerond" +* Guy helpen verhuizen naar Ede van Arnhem +* Lidy Mak de buurvrouw overleden \ No newline at end of file diff --git a/2023/the-digital-afterlife.markdown b/2023/the-digital-afterlife.markdown new file mode 100644 index 0000000..a422d40 --- /dev/null +++ b/2023/the-digital-afterlife.markdown @@ -0,0 +1,43 @@ +# The digital afterlife + +What about the digital traces we leave behind on the internet after we pass away? When your most important accounts are secured with two-factor authentication it is impossible to recover. People who are left behind probably have no clue how to access your most important internet accounts and data of value like family pictures. + +My most important account is my private Google account. Where I have stored my contacts and e-mail, and a backup of data of value for me. Because I only use exclusivly Apple products for desktop, laptop and smartphone purposes I also have a secured Apple ID. + +An Apple ID has a feature called ["Legacy Contact"](https://support.apple.com/en-us/HT212360). And Google has a feature called ["Inactive Account Manager"](https://myaccount.google.com/inactive). So your account and data can be recovered with your death certificate or is released after account inactivity. + +I'm a little paranoid so for every internet account I create a different password and store it in a Keepass encrypted database. On macOS I use MacPass. On Windows at work I use KeePass XC with Chrome browser plugin. + +**The just-in-case box** + +You should prepare for the worst and create a small box with printed information like: + +* Internet (e-mail) accounts like: Google, Apple, Microsoft +* Most important phone numbers like work, clubs, friends, family etc. +* List of subscriptions with client or contract numbers +* List of contacts to send a death notice to + +The box could contain an USB stick FAT32 formatted (synced every year on World Backup Day) for maximum OS compatibility. My USB stick also contains an encrypted Keepass password and account database. + +So how are you prepared for the digital afterlife? + +## Ideas & word cloud + +- A good part of my life is digital +- I'm digital security paranoid and knowledged about problems +- The joys of 2-Factor authentication and why its a bad idea for the people left behind when death strikes +- High-secured digital life, like encrypted password and account database + - Every account different random strong password + - Multiple mail accounts +- Just-in-case physical box concept + - Printed on paper with date of last update + - Passwords/pin codes + - Most important accounts + - Most important Phone Numbers + - URLs + - Contact list + - USB stick with most important data (formatted FAT32 for compatibility reasons) +- Google ... feature, account inactivity + recovery + - https://support.google.com/accounts/troubleshooter/6357590?hl=en + - [Google's Inactive Account Manager](https://myaccount.google.com/inactive) +- Apple ... feature "AppleID Legacy Contact" \ No newline at end of file diff --git a/2023/woorden-cloud-bloem-imct-jerryjacobs.pdf b/2023/woorden-cloud-bloem-imct-jerryjacobs.pdf new file mode 100644 index 0000000..614156e --- /dev/null +++ b/2023/woorden-cloud-bloem-imct-jerryjacobs.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a354458e457df0d43daf053de13d34186c8b7bf717d93b74e72728ed3f380ed +size 223835 diff --git a/2024/.DS_Store b/2024/.DS_Store new file mode 100644 index 0000000..709e88e Binary files /dev/null and b/2024/.DS_Store differ diff --git a/2024/.sync-conflict-20240301-212814-TWJVVQA.DS_Store b/2024/.sync-conflict-20240301-212814-TWJVVQA.DS_Store new file mode 100644 index 0000000..6570ecd Binary files /dev/null and b/2024/.sync-conflict-20240301-212814-TWJVVQA.DS_Store differ diff --git a/2024/1gabba.pw-links.md b/2024/1gabba.pw-links.md new file mode 100644 index 0000000..a21e506 --- /dev/null +++ b/2024/1gabba.pw-links.md @@ -0,0 +1,29 @@ +* https://rapidgator.net/file/c93edffe0fbbe8e6d794e9d32af624a2/VA-Enzyme_Injection_Part_1-(ENZYMECD01)-2CD-FLAC-2002-AUDIO.part1.rar.html +* https://rapidgator.net/file/f3bac46847e3c077a7c9eee5a8c13248/VA-Enzyme_Injection_Part_1-(ENZYMECD01)-2CD-FLAC-2002-AUDIO.part2.rar.html +* https://rapidgator.net/file/fd55c3f6f83ebc4462c69d33f9f6f556/VA-Enzyme_Injection_Part_2-(ENZYMECD02)-2CD-FLAC-2003-AUDIO.part1.rar.html +* https://rapidgator.net/file/1514a8ed6cacb3e750127e379723a2da/VA-Enzyme_Injection_Part_2-(ENZYMECD02)-2CD-FLAC-2003-AUDIO.part2.rar.html +* https://rapidgator.net/file/5955cb5e535810d18b88a59fd181a7bb/VA-Enzyme_Injection_Part_3-(ENZYMECD03)-2CD-FLAC-2004-AUDIO.rar.html +* https://rapidgator.net/file/23bb79cee614cdea268d047c28115d00/VA-Enzyme_Injection_Part_4-(ENZYMECD04)-2CD-FLAC-2006-AUDIO.part1.rar.html +* https://rapidgator.net/file/0ffb38107407b56658cc9beaf7fd1c22/VA-Enzyme_Injection_Part_4-(ENZYMECD04)-2CD-FLAC-2006-AUDIO.part2.rar.html +* https://rapidgator.net/file/9ae4adbea1385281359261ccdd3570e5/VA-Enzyme_Injection_Part_5-(ENZYMECD05)-3CD-FLAC-2008-AUDIO.part1.rar.html +* https://rapidgator.net/file/0ec14bacf5d0be586ba1c9f22801cdac/VA-Enzyme_Injection_Part_5-(ENZYMECD05)-3CD-FLAC-2008-AUDIO.part2.rar.html +* https://rapidgator.net/file/9697fcc216474901361098016a9df2b0/Enzyme_X-Component_1-(ENZYMECDE2009)-REPACK-2CD-FLAC-2009-SPL.rar.html +* https://rapidgator.net/file/09107c32b0df9c130df9b920970222ac/Enzyme_X-Component_2-(ENZYMECDE2010)-REPACK-2CD-FLAC-2010-SPL.rar.html +* https://rapidgator.net/file/e73e89e59e9c4042e1e9227f25e38f26/VA-Enzyme_Incubation-Th3_Th1rd_1nj3ct10n-(ENZYMECDE2008)-REPACK-2CD-FLAC-2009-SPL.part1.rar.html +* https://rapidgator.net/file/5eeee3c740611ff6257ef2b658f92344/VA-Enzyme_Incubation-Th3_Th1rd_1nj3ct10n-(ENZYMECDE2008)-REPACK-2CD-FLAC-2009-SPL.part2.rar.html +* https://rapidgator.net/file/ebaf759bcc84fa1d6d879eb856d16972/Meagashira-Clustered_Document-(ENZYMECDE2003)-2CD-FLAC-2002-AUDIO.rar.html +* https://rapidgator.net/file/88b5dd1fdf1648910608daac9aa95a6f/Mindustries-DeusExMachina_Exp001-(ENZYMECDE2006)-CD-FLAC-2004-SPL.rar.html +* https://rapidgator.net/file/2da819f5205796fa3af0b2d60091563a/Ophidian-Blackbox-(ENZYMECDE2004)-REPACK-CD-FLAC-2003-AUDIO.rar.html + +* https://rapidgator.net/file/b564e663a1d9911ce606d15e6379e9e6/VA_-_Darkcore_1_-_The_Freaky_Shit_To_Poison_Your_Mind_With-CD-2002-SQ.rar.html +* https://rapidgator.net/file/21571a008b49fea1b93af28096ed2959/VA-Darkcore_2_(The_Darkside_Of_The_Underground)-2CD-Ltd.Ed-2002-DOC.rar.html +* https://rapidgator.net/file/cb440ca2b834b8144420d4a55dbf14e2/VA_-_Darkcore_3_-_Embrace_The_Darkness-2CD-2002-SQ.rar.html +* https://rapidgator.net/file/42da1ae327c7fa5c44aa1ceada1302e4/VA-Darkcore_4_-_The_Fusion_Of_Underground_Forces-2CD-Ltd_Ed-2003-MiM.rar.html +* https://rapidgator.net/file/c67f503c918b835990a6ae5bebc7db5b/VA_-_Darkcore_5-2Cd-2003-DOC.rar.html +* https://rapidgator.net/file/1b883cbd251baf2826fb726174ae95f6/VA_-_Darkcore_Edition_666_Mixed_By_DJ_Drokz_And_DJ_Catscan-2CD-2003-SQ.rar.html +* https://rapidgator.net/file/db745682708d79aceb0f97cb1777ac98/VA_-_Darkcore_7-Including_Mix_by_Radium-2CD-2004-SQ.rar.html +* https://rapidgator.net/file/cce49374c5c27ae90eb500932ff8932f/VA_-_Darkcore_8-Psychoactivemachinery-2CD-2004-SQ.rar.html +* https://rapidgator.net/file/6a54c35171813fb86d5c5597a7271709/VA-Darkcore_9-Mixed_By_Tieum_And_Unexist-2CD-2005-1REAL.rar.html + +* https://rapidgator.net/file/7d95f0a15e0c5f75d394234a18fa590a/E-Noid_-_Millenium_Darkcore_Hits_Part_01-(DNA063)-WEB-2016-SRG.rar.html +* https://rapidgator.net/file/d52b6c0fbedd777a1120b8d88c600e57/E-Noid_-_Millenium_Darkcore_Hits_Part_2-(DNA066)-WEB-2017.rar.html \ No newline at end of file diff --git a/2024/Batterij apparaten voor opladen.md b/2024/Batterij apparaten voor opladen.md new file mode 100644 index 0000000..1803866 --- /dev/null +++ b/2024/Batterij apparaten voor opladen.md @@ -0,0 +1,8 @@ +* Koptelefoon bose +* Android smartphone +* Muis werk +* Tonduese +* Grote mensen speelgoed +* e-reader +* macbook +* iphone \ No newline at end of file diff --git a/2024/Brouwsels 2024.md b/2024/Brouwsels 2024.md new file mode 100644 index 0000000..de49079 --- /dev/null +++ b/2024/Brouwsels 2024.md @@ -0,0 +1,20 @@ +# Brouwsels voorjaar 2024 + +~17kg pale ale mout (voorraad 30 dec 2023) + +* [241] Breugels Bruin + * X Safbrew Abbaye + * 6 kg pale + * Bruin suiker 600 gr + * X CaraWheat 1 kg + * X 250 gram chocolate malt +* [242] Almost red + * X Lallemand Saison style ale yeast + * ~4 kg pale + * X 1 kg carared + * X 1 kg WEYERMANN SPECIAL W 280-320 EBC + * 500 gram brown sugar +* [243] Single malt - multiple hop IPA + * Gist die ik nog heb liggen + * pale ale ~6kg + * 1kg CHATEAU PILS 2RP 3 - 3.5 EBC diff --git a/2024/Gezonde routines boek review & notes.md b/2024/Gezonde routines boek review & notes.md new file mode 100644 index 0000000..2f0ae16 --- /dev/null +++ b/2024/Gezonde routines boek review & notes.md @@ -0,0 +1,2 @@ +* Tip 32 -> "Begin de dag met een overwinning". Zeer goed hoofdstuk +* \ No newline at end of file diff --git a/2024/Gmail - Persoonlijke verdieping therapie gevraagd, en uitgebreide introductie over mijzelf - https___mail.google.com_.mhtml b/2024/Gmail - Persoonlijke verdieping therapie gevraagd, en uitgebreide introductie over mijzelf - https___mail.google.com_.mhtml new file mode 100644 index 0000000..d186ac9 --- /dev/null +++ b/2024/Gmail - Persoonlijke verdieping therapie gevraagd, en uitgebreide introductie over mijzelf - https___mail.google.com_.mhtml @@ -0,0 +1,167 @@ +From: +Snapshot-Content-Location: https://mail.google.com/mail/u/0/?ik=806680c3b1&view=pt&search=drafts&permmsgid=msg-a:r2485200978907051498&dsqt=1&simpl=%23msg-a:r2485200978907051498 +Subject: Gmail - Persoonlijke verdieping therapie gevraagd, en uitgebreide introductie over mijzelf - https://mail.google.com/ +Date: Sun, 7 Apr 2024 16:11:35 +0200 +MIME-Version: 1.0 +Content-Type: multipart/related; + type="text/html"; + boundary="----MultipartBoundary--wrl85w3x5zXQaFp2R8VndBvL87SztuiIJs6mT9Acxs----" + + +------MultipartBoundary--wrl85w3x5zXQaFp2R8VndBvL87SztuiIJs6mT9Acxs---- +Content-Type: text/html +Content-ID: +Content-Transfer-Encoding: quoted-printable +Content-Location: https://mail.google.com/mail/u/0/?ik=806680c3b1&view=pt&search=drafts&permmsgid=msg-a:r2485200978907051498&dsqt=1&simpl=%23msg-a:r2485200978907051498 + +Gmail -= + Persoonlijke verdieping therapie gevraagd, en uitgebreide introductie over= + mijzelf - https://mail.google.com/
    3D"Gmail"Jerry Jacobs <jerryjacobs1989@gmail.com><= +/b>

    <= +td>Persoonlijke verdieping therapie gevraagd, en uitge= +breide introductie over mijzelf
    Jerry Jacobs <jer= +ryjacobs1989@gmail.com>7 April 2024 at 16:11
    Draft To: "Sand= +er (dieptepsycholoog)" <info@sandervideler.com>
    Beste Sander,

    Ik = +heb jouw contact gegevens gekregen van Randy Wijnants. Je bent al enig= +e malen tijdens een gesprek met Randy aan de orde gekomen. Randy ken ik al = +25 jaar en heb een goede band met hem. 

    Het l= +ijkt mij interessant om dit jaar te werken aan wat zelf verdieping. En ik v= +erwacht wel dat jij iets voor mij kan betekenen.

    I= +k zal mij hierbij even voorstellen, hopelijk is het verhaal niet te lang. := +-)

    Ik ben Jerry 35 jaar en woon in Brabant. Een 4 = +jaar geleden heb ik flinke manische psychose meegemaakt. De diagnose bipola= +ire stoornis volgende daarna vrij vlot, na een 3 tal maanden zat ik in de G= +Gz molen. Ik ben goed behandeld met verschillende zaken bij een specialisti= +sch centrum bipolair in Eindhoven. Daarna heb ik gelukkig maar nog 1 keer e= +en klein beetje psychotische klachten gehad en 1 significante manie. Ik heb= + zelf gevraagd of ze een onderzoek konden doen of ADHD aanwezig was, want i= +mmers op jonge leeftijd heb ik die diagnose niet gekregen. Gelukkig was dit= + uitgesloten (volgens de GGz). De bipolaire stoornis brengt genoeg uit= +daging met zich mee. Sinds die tijd gebruik ik Anti psychotica (meesta= +l op lichte dosis). Mijn moeder is ook bipolair en daarom was de diagnose v= +rij vlot gesteld na een second opinion. 

    Even= + vooruit spoelend, het gaat met lichte stemmingsschommelingen best wel goed= +. Ik heb geen gigantische uitschieters.

    Wat sleute= +lwoorden in mijn leven:
    - Alleen zonder relatie (na mijn 20e), da= +arvoor wel korte en langdurige relaties gehad
    - Paniekaanvallen, = +niet of nauwelijks mee na mijn manisch psychotische ontregeling. Ook behand= +eling bij GGz voor gehad
    - Perfectionist
    - (filosofisch= +e) Denker (geen piekeraar)
    - Intelligent (Bachelor Embedded Syste= +ms Engineer, als in HTS ingeneur electronica)
    - Verdwaalangs= +t (na manisch psychotische ontregeling), gelukkig nu op de achtergrond= +
    - Onwerkelijkheid (derealisatie), voor een jaar of 10. Ook na mi= +jn manisch psychotische ontregeling is dat vrijwel verdwenen.
    - M= +ogelijk hoog sensitiviteit

    Kwa persoonlijke verdie= +ping en zingeving heb ik ook al enige jaren ervaring. Ik beoefen al een jaa= +r of 15 yoga. En heb 1.5 jaar zenboeddhisme gedaan bij zen.nl. Met de yoga h= +eb ik eigenlijk wel jaarlijks een 5 daagse retraite op Terschelling om "eve= +n te resetten en het leven opnieuw te ijken".

    Verd= +er kwa hobbies loopt het "vaak uit de hand", aangezien ik eigenlijk alles w= +el interessant vindt. Momenteel houd ik mij bezig met beweging (yoga, = +zwemmen, fietsen, wandelen), en heb 10 jaar een volkstuin gehad en zit nog = +als ondersteuning aan het bestuur als non-actief lid (Sabbatical van ~1 jaa= +r).

    Voor de persoonlijke ontwikkeling zit ik te ki= +jken naar mijn werk/carri=C3=A8re waarbij er al door de werkgever/leid= +inggevend is gesproken over de groei naar een Senior rol. Dit is een moeiza= +am traject aangezien ik een "Teamcoach" heb maar er weinig wordt gecoacht. = +Ik ben er wel al achter dat het ook eigenlijk niet om het einddoel gaat dat= + ik uiteindelijk de titel Senior mag dragen. Maar de weg ernaartoe is = +eigenlijk waar het om gaat.

    Op sociaal vlak heb ik= + toch een flinke vrienden- en kennissen groep opgebouwd, dus desondanks dat= + ik geen (vaste) relatie met een partner heb, kom ik gelukkig op dat vlak i= +n mijn leven niks te kort.

    Ik wil het hier even bi= +j laten, en hopelijk heb je al een klein beeld over mij. 

    Met vriendelijke groet,
    With kind regards,
    Jerry Jacobs
    - Personal blog at xor-gate.org
    +
    ["undefined","undefined"= +,"undefined"]
    +------MultipartBoundary--wrl85w3x5zXQaFp2R8VndBvL87SztuiIJs6mT9Acxs---- +Content-Type: text/css +Content-Transfer-Encoding: quoted-printable +Content-Location: cid:css-bbe6bf41-9e3a-4c28-a5a2-e6e75aea0135@mhtml.blink + +@charset "utf-8"; + +body, td, div, p, a, input { font-family: arial, sans-serif; } +------MultipartBoundary--wrl85w3x5zXQaFp2R8VndBvL87SztuiIJs6mT9Acxs---- +Content-Type: text/css +Content-Transfer-Encoding: quoted-printable +Content-Location: cid:css-8715c8f5-9c96-461c-99e5-8fe61fe9be12@mhtml.blink + +@charset "utf-8"; + +body, td { font-size: 13px; } + +a:link, a:active { color: rgb(17, 85, 204); text-decoration: none; } + +a:hover { text-decoration: underline; cursor: pointer; } + +a:visited { } + +img { border: 0px; } + +pre { white-space: pre-wrap; overflow-wrap: break-word; max-width: 800px; o= +verflow: auto; } + +.logo { left: -7px; position: relative; } +------MultipartBoundary--wrl85w3x5zXQaFp2R8VndBvL87SztuiIJs6mT9Acxs---- +Content-Type: image/png +Content-Transfer-Encoding: base64 +Content-Location: https://ssl.gstatic.com/ui/v1/icons/mail/rfr/logo_gmail_server_1x.png + +iVBORw0KGgoAAAANSUhEUgAAAI8AAAA7CAMAAAB15inCAAABoVBMVEUAAAC/IBvFIx3EIh7FIh2/ +IBj8uQP7vAT7vAT8vAP7vQT/vwDFIh7FIh7HIx77vATEIx3LJiDvgBj7uwT8vAPOKiPqQzXnSDDs +QzbtUy78vAXqQzXfQDDrQjXsUi9gcHBgYGheY2deYmhgYGhgaGjrQjbqRDVfY2hfY2hfY2hgYGBf +Y2hfY2hgYHBkZG1fYmhfY2jrQzRfY2deYmhgYGhfY2hdYmi0Lji/txtfYmdgZGhgZGhgZWVeY2hf +Y2ddYmZfYmdgYGhChfSMTXzuugl/rzU1qFNfZGlfYmlgY2ZzYKO9KCvWuBNNqkk0qFNgY2hgYGBS +ednpQzWksydBqU5hY2lgampeY2lgaGhfZGdjY3FeY2hfY2lgaGheZGdgZ2hfY2heY2e+Nz5gYmhg +YmhDhPTqQzPqQjS9XDxeYmhgYGVgY2ZgZGheYWhgYGjqQjXqQjXpQjXnQDgwp1BfYmjpQjXoQzXf +QEBfYmdgY2leYmhfY2leZGhfY2lcY2ZgY2ddYmhmZnPqQzVgY2hgY2hBhfQzqVNAh+9BhPQzqFM0 +qFQibcUZAAAAi3RSTlMAML/vnyBQv//fjxD/31/Pv38gz1//3yBf75//EI//EGBvgEAgf8+//58R +394QAd++769/Qf5g/5/vgEAwoO9w7iD/////n8/PUP//////oBD/oP//XwFfIY4BkK4BjyGecP9h +YL+Q74CwMFFBjyFg788gIN7fkBDPUK/PgK9Qb2EBv4+Qv18gv+9w8OziVgAAAuNJREFUeAHszoMV +xAAQBcAf83yx3X+FZxvJPu1UMGBUGGOMMSaIkiQreEbVdMO0QEaR7I3RGA9Zpr41AZmpvTfDA/OF +vrcEFfvAcT3c8gP9IKT/RK6PK3ESpa8+WV6URZXhO1lVf/iJogYXvDZ69am6dXt1ods2AEVh+LzF +eJEC8gl4waIbLjMzM9Ow3DE89XTnWA46MN7yF8OffALUcztRRR4vfSqe+BmowPMga7O7wQcWHluI +ZmFUXoRsaLTyNGV7jM1kqwfZnmbk5PSSLa0agLZojIyj4jx+JpJWnlTa9EguY6ssT3tHJ3LqIhUV +ekl/t4rKS/aosPSkevuyPLKZbJXt6R8YzPWEySHAaFhFtVl6UiNNpkdAo/Lb9IyND+Z6nKS/pCGZ +hARb5h/jhK1Sj5Q2PWbika0GB/M8jeQECppUlClbOEZ6w8C0EiNjM9kvRWUKAGbnlPmyHtmsuEe2 +KvAoJApbIKNeUlpcipHSMgCsUK8hDFHTZ+3RG1kt6pGtCjx+KsU9pFvT1uTIUOnR1v1s0IAleSm2 +Gacq8kgbm4WcrW2xFHjIHehNKZkCuxBPKwDsGQdmnzwAktGGJAAcxsRQuQdHx3mck9OnRT0xuqFn +Z6YGTTzPIHlIEZiPqhpXblCr8eD0eQ7nxUsU9/j5Cnpn7m8pGc85shjGsQAccxd+/4X7UpjVeIDN +rK2OgBKeK8ZUZHfNBtmLy0U9dhpV7TE2k61Q0hPP/4SIsgElPXZ5Pvdo2o2/eo+xmWxV2jMco1fN +fX88L+l54hWGdFuLB9jUt7LwwE66YRZig1bS4xGs9DpamwdHb05h7YFCKk7j6CjkW1h59FMR1uIx +svYM+0m6HTbYHHMxslst6ZFfDWEbbHb+RA+GozR7p6K0B/skKf7oT/QAmkI9RQOsPNgTDBPa7U/1 +AKq2bl/vUVE+7eZGU2Fd7Z6f2/uKPB/wq/r4qbzn8xfUq1evXr169er99X0FhDMo++YgniwAAAAA +SUVORK5CYII= + +------MultipartBoundary--wrl85w3x5zXQaFp2R8VndBvL87SztuiIJs6mT9Acxs------ diff --git a/2024/Neways introductie interview voorbereiding.md b/2024/Neways introductie interview voorbereiding.md new file mode 100644 index 0000000..3588469 --- /dev/null +++ b/2024/Neways introductie interview voorbereiding.md @@ -0,0 +1,21 @@ +Vragen functie: + * Is het puur embedded of ook software gerelateerde vraagstukken? + * Working methologies: SCRUM, V-model? + * Source code management and document management? + * Work reviewing, new designs, specifications reponsibilities + +Vragen algemeen: + +* Hoe zie de ontwikkel afdeling eruit kwa indeling +* Hoe groot zijn de teams die een lead aanstuurt +* Hoelang duren projecten +* Wat is de variteit in technische uitdagingen: microcontroller, FPGA, SoC, Software +* Zijn er veel vaste mensen met een langdurig dienstverband +* Wat voor producten en projecten ontwikkelen jullie +* Hoe gaan jullie om met product life cycle management + +Arbeidsvoorwaarden: + * Twee maanden uitwerken. Start per 1 mei of 1 juni mogelijk. + * Vakantie 11 - 21 juli geplanned + * Salaris 4750 eu of meer + * 2 maanden inwerken, na jaar in dienst vast contract mogelijk? \ No newline at end of file diff --git a/2024/POP gesprek 2024-Q1.md b/2024/POP gesprek 2024-Q1.md new file mode 100644 index 0000000..e052626 --- /dev/null +++ b/2024/POP gesprek 2024-Q1.md @@ -0,0 +1,26 @@ +Wat ik dit jaar wil doen +* Git pilot draaien samen met Frederik +* FACT werkgroep tot hoger nivo tillen (universal tests) + +Haal je voldoening uit je werk, wat zou het werk voor jou prettiger maken? + +Ja ik vindt het nog steeds leuk om bezig te zijn met projecten. Alleen de manier van werken vindt ik niet echt fijn ik zou toch meer structuur hebben als er eens gekeken wordt naar SCRUM. +Reviews zou een onderdeel van ontwikkeling moeten zijn, maar dit wordt niet breed gedragen. + +Hoe kan het zijn dat er in ons team (team 2). Steven en Stan samen met projectleiders communiceren. Dit maakt het niet overzichtelijk. + +Wat zijn de stappen om door te groeien naar Senior rol? + +Frederik gaat iets meer afstand doen van RnD en zal de brug gaan slaan tussen RnD en innovation office. Momenteel is er verder geen Senior in de firmware groep. Stan heeft in het core team gezet maar bestaat niet meer. Sturing vanuit een Senior is noodzakelijk voor de performance van de firmware afdeling. + +Wat moet ik doen voor door te groeien naar Senior rol? + +TBD + +## Van internet: + +Wat onderscheidt junior, medior en senior medewerkers in de praktijk? + +- **Senior**: een senior heeft veel ervaring in een bepaald vakgebied en wordt beschouwd als expert. Vaak heeft een senior extra taken die niet door mensen met een junior of medior functie worden uitgevoerd, zoals acquisitietaken of begeleidingstaken. + +- Als **senior** ben je expert. Je hebt vaak een rol in de **begeleiding** van junior en medior medewerkers. Veel senior medewerkers zijn verantwoordelijk voor een deel van de **acquisitie** van nieuwe opdrachten voor een bedrijf. Ze moeten daartoe beschikken over een uitgebreid [netwerk](https://www.carrieretijger.nl/functioneren/samenwerken/sociale-vaardigheden/netwerken "Netwerken"). Vaak worden bepaalde targets gesteld die een senior medewerker moet halen. Daaraan is soms een **prestatieloon** gekoppeld. Afhankelijk van de omvang van het bedrijf beslissen senior medewerkers mee over de koers van het bedrijf. \ No newline at end of file diff --git a/2024/Screenshot 2024-04-10 at 11.17.04 - courage - FRVO.png b/2024/Screenshot 2024-04-10 at 11.17.04 - courage - FRVO.png new file mode 100644 index 0000000..31d648a --- /dev/null +++ b/2024/Screenshot 2024-04-10 at 11.17.04 - courage - FRVO.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a67a9231973c539cf8badcb9b42af257ca3b49441fae0cdd99ce294aff1290ce +size 387290 diff --git a/2024/Why I am tasting colors?.md b/2024/Why I am tasting colors?.md new file mode 100644 index 0000000..4c8037a --- /dev/null +++ b/2024/Why I am tasting colors?.md @@ -0,0 +1,3 @@ +Now I gotta call somebody to come get me because my car turned into a space ship and I don't know how to fly it. I'm not an astronaut. + +“There he goes. One of God's own prototypes. A high-powered mutant of some kind never even considered for mass production. Too weird to live, and too rare to die.” \ No newline at end of file diff --git a/2024/april-training-mental-physical-goede-voornemens.md b/2024/april-training-mental-physical-goede-voornemens.md new file mode 100644 index 0000000..7e6d1ce --- /dev/null +++ b/2024/april-training-mental-physical-goede-voornemens.md @@ -0,0 +1,11 @@ +- Door de weeks geen alcohol +- 2-3 maaltijden per dag +- Niet te lang computeren thuis na 21u geen pc meer +- Thuis ontspannen (bad, boek, meditatie, yoga) +- Huishouden bijhouden door de weeks +- Social media beperken +- Beweging + - Dinsdagavond wandelclub + - Woensdagavond yoga + - Donderdag avond in het parkje + - Vrijdag ochtend zwemmen \ No newline at end of file diff --git a/2024/chlorate-cell.md b/2024/chlorate-cell.md new file mode 100644 index 0000000..5dab94f --- /dev/null +++ b/2024/chlorate-cell.md @@ -0,0 +1,17 @@ +# chlorate cell + +## Theory + +* http://www.vk2zay.net/calculators/chlorates.php + +## Design + +* Silicone sealant +* Container +* Cables +* Bolts and nuts +* MMO + Platinum anode and kathode (54 eu excl ship) + * https://www.amazon.nl/dp/B0CC8Y2KQD/?coliid=I163V17BCZL046&colid=34COZLOF9CW1E&psc=1&ref_=list_c_wl_lv_ov_lig_dp_it + * https://www.amazon.nl/dp/B0C9J36S5K/?coliid=I28A7BYJHLW7HV&colid=34COZLOF9CW1E&psc=1&ref_=list_c_wl_lv_ov_lig_dp_it +* PSU 5V 10A (20 eu) + * https://www.tinytronics.nl/shop/nl/power/voedingen/5v/mean-well-voeding-5v-10a-switching-power-supply-lrs-50-5 \ No newline at end of file diff --git a/2024/doelen-2024.md b/2024/doelen-2024.md new file mode 100644 index 0000000..9caa967 --- /dev/null +++ b/2024/doelen-2024.md @@ -0,0 +1,29 @@ +# Doelen en brainstorm 2024 + +* Werken aan mijn lichaamelijke en geestelijke gezondheid + * Bewegen d.m.v. Yoga & meditatie thuis doen + * Zwemmen weer oppakken + * Klein blokje wandelen paar keer per week (ipv te scrollen op internet) + * Intermittent fasting + * Minstens 1x per maand naar de sauna + * Calorien tellen + * Meal-prepping + * Geen tot zeer weinig eten bestellen om kosten te besparen (als ik alleen ben) -> frugality - zie meal prep + * Zorgen dat cholesterol in de gezonde band zit door af te vallen (liefst 70kg) + * Social media minimaliseren om tijd over te houden. O.a linkedin, reddit, youtube, instagram -> doomscrolling + +Dingen die mij leuk lijken of ga doen: + +* Hike weer naar Eindhoven op en neer van thuis +* Afspreken met Vincent bij mij thuis +* Yogaterschelling vakantie +* Besloten uiteten met mijn 35e verjaardag +* Pyrotechnics + (amateur) boek erover schrijven gebaseerd op praktische websites +* Chillen bij het vtv clubgebouw + +Dus: + +* Huishoudtaken ook door de weeks uitvoeren zodat het niet opstapeld voor mijn (vrije) weekend. Al is het 30 minuten per dag. +* Proberen 9000 euro te sparen -> 50k totaal +* Een jaar zonder moestuin… benieuwd hoe dat gaat +* Vanaf nu af aan zonder bipolaire online praatgroep... \ No newline at end of file diff --git a/2024/elbo-urmet-intercom/.DS_Store b/2024/elbo-urmet-intercom/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/2024/elbo-urmet-intercom/.DS_Store differ diff --git a/2021/elbo-urmet-intercom/2voiceappv-5803.apk b/2024/elbo-urmet-intercom/2voiceappv-5803.apk similarity index 100% rename from 2021/elbo-urmet-intercom/2voiceappv-5803.apk rename to 2024/elbo-urmet-intercom/2voiceappv-5803.apk diff --git a/2024/fire-fascinated-friend-kkk-for-pyros.png b/2024/fire-fascinated-friend-kkk-for-pyros.png new file mode 100644 index 0000000..5e32bb8 --- /dev/null +++ b/2024/fire-fascinated-friend-kkk-for-pyros.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd499310cf54093feb465409d5ddb4aba858cc56238ff83f18737f9cd514381a +size 51666 diff --git a/2024/freebsd-jail-vanilla.md b/2024/freebsd-jail-vanilla.md new file mode 100644 index 0000000..ee09e4c --- /dev/null +++ b/2024/freebsd-jail-vanilla.md @@ -0,0 +1,7 @@ +# Manage jail manually + +1. Add jail to /etc/jails +2. Create subvolume with `zfs create zpool/jails/` +3. Download `root@pineapple:/data/jails/gitea-runner-freebsd13 # fetch https://download.freebsd.org/ftp/releases/amd64/amd64/13.2-RELEASE/base.txz -o ../13.2-base.txz` + +See also https://docs.freebsd.org/en/books/handbook/jails/ \ No newline at end of file diff --git a/2022/FreeBSD notes.markdown b/2024/freebsd-notes.md similarity index 65% rename from 2022/FreeBSD notes.markdown rename to 2024/freebsd-notes.md index b883cce..6635c43 100644 --- a/2022/FreeBSD notes.markdown +++ b/2024/freebsd-notes.md @@ -10,7 +10,51 @@ `set backspace=indent,eol,start` -## OpenSSH faster connection dropping +## OpenSSH daemon & client + +Set settings in sshd_config: + +``` +Banner /etc/ssh/banner.txt +``` + +``` +################################################################# +# _ _ _ _ # +# / \ | | ___ _ __| |_| | # +# / _ \ | |/ _ \ '__| __| | # +# / ___ \| | __/ | | |_|_| # +# /_/ \_\_|\___|_| \__(_) # +# # +# You are entering into a secured area! Your IP, Login Time, # +# Username has been noted and has been sent to the server # +# administrator! # +# This service is restricted to authorized users only. All # +# activities on this system are logged. # +# Unauthorized access will be fully investigated and reported # +# to the appropriate law enforcement agencies. # +################################################################# +``` + +To reduce OS fingerprinting + +``` +VersionAddendum none +``` + +``` +debug1: Local version string SSH-2.0-OpenSSH_8.6 +debug1: Remote protocol version 2.0, remote software version OpenSSH_8.8 +debug1: compat_banner: match: OpenSSH_8.8 pat OpenSSH* compat 0x04000000 + +instead of: + +debug1: Local version string SSH-2.0-OpenSSH_8.6 +debug1: Remote protocol version 2.0, remote software version OpenSSH_8.8 FreeBSD-20211221 +debug1: compat_banner: match: OpenSSH_8.8 FreeBSD-20211221 pat OpenSSH* compat 0x04000000 +``` + +## OpenSSH daemon faster connection dropping Restricting users by not allowing explicit ssh access can improve your ssh server connections. In the default FreeBSD `/etc/ssh/sshd_config` configuration the `MaxAuthTries` is `3`. Which means all system users can try up to 3 times before the connection is gracefull dropped. @@ -90,10 +134,11 @@ Or start pf using the rc script: # /etc/rc.d/pf start ``` -To show the blocked IPs use pfctl show on the sshguard table: +To show the blocked IPs use pfctl show and clear on the sshguard table: ``` pfctl -t sshguard -T show +pfctl -t sshguard -T flush ``` This slows down brute-force attacks: @@ -110,6 +155,14 @@ Mar 25 07:45:44 pineapple sshd[88058]: Invalid user sFTPUser from 118.161.193.40 See also https://forums.freebsd.org/threads/howto-set-up-and-configure-security-sshguard-pf.39196/ +**Reverse shell** + +* Reverse target system: `ssh -R :: ` +* Control system: `ssh -p localhost` + +https://jfrog.com/connect/post/reverse-ssh-tunneling-from-start-to-end/ +https://moreillon.medium.com/ssh-reverse-shells-5094d9be2094 + ## User management ### Set default shell @@ -250,3 +303,41 @@ Install ftp proxy pkg install ftpproxy ``` +# bhyve vm manager + +* + +# Virtual networking + +vxnet + +``` +I'll try to create a complete guide soon. But here's step 1 of doing it manually just to get the jails on separate hosts to talk to each other. (using vxlan) + +Assuming your external interface is named em0 on both hosts and each is assigned an IP address of 192.168.0.10, and 192.168.0.11 respectively. + +First configure Bastille (minus the pf.conf) per Bastille docs + +Jail host 1: + +route add -net 224/8 -interface em0 + +ifconfig vxlan create vxlanid 42 vxlanlocal 192.168.0.10 vxlangroup 224.0.2.6 vxlandev em0 inet 10.10.99.2/24 + +bastille create testjail 13.2-RELEASE 10.10.99``.20 vxlan0 + +Jail host 2: + +route add -net 224/8 -interface em0 + +ifconfig vxlan create vxlanid 42 vxlanlocal 192.168.0.11 vxlangroup 224.0.2.6 vxlandev em0 inet 10.10.99.3/24 + +bastille create testjail 13.2-RELEASE 10.10.99``.30 vxlan0 +``` + +https://www.reddit.com/r/freebsd/comments/160uss5/comment/jxq4cax/?utm_source=share&utm_medium=web2x&context=3 + +# Networking + +Show active internet connections: `netstat` +Show open sockets: `sockstat` \ No newline at end of file diff --git a/2024/gyros-kruiden-jacobus.md b/2024/gyros-kruiden-jacobus.md new file mode 100644 index 0000000..b7f1e1b --- /dev/null +++ b/2024/gyros-kruiden-jacobus.md @@ -0,0 +1,13 @@ +[22:12, 03/02/2024] Randy Wijnants: 2 eetlepels gedroogde oregano + • 2 theelepels zout + • 2 theelepels knoflookpoeder + • 2 theelepels uienpoeder + • 1 theelepel zwarte peper + • 1 theelepel gedroogde tijm + • 1 theelepel gedroogde rozemarijn + • 1 theelepel paprikapoeder (zoet of gerookt, afhankelijk van je voorkeur) + • 1/2 theelepel gemalen komijn + • 1/2 theelepel kaneelpoeder + • 1/2 theelepel gemalen nootmuskaat + • Een snufje cayennepeper (optioneel, voor wat extra hitte) +[22:12, 03/02/2024] Randy Wijnants: Met beetje kardemom erbij \ No newline at end of file diff --git a/2024/just-in-case-als-er-iets-gebeurd-2024-01-20.pdf b/2024/just-in-case-als-er-iets-gebeurd-2024-01-20.pdf new file mode 100644 index 0000000..1f3fe66 --- /dev/null +++ b/2024/just-in-case-als-er-iets-gebeurd-2024-01-20.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae6bf76c44776ca546344231dc02d636cf58e381f41f3f9c8902acdea0a923ba +size 79959 diff --git a/2024/just-in-case-als-er-iets-gebeurd-2024.pages b/2024/just-in-case-als-er-iets-gebeurd-2024.pages new file mode 100755 index 0000000..4480fce --- /dev/null +++ b/2024/just-in-case-als-er-iets-gebeurd-2024.pages @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:577265a6cbad56c78aea1d678555201d484970a34b28b2bae9b053c0da01bc3c +size 219494 diff --git a/2024/mac-reinstall-notes.md b/2024/mac-reinstall-notes.md new file mode 100644 index 0000000..1473119 --- /dev/null +++ b/2024/mac-reinstall-notes.md @@ -0,0 +1,67 @@ +Steps after install macOS clean: +* Backup Syncthing + ssh configuration +* Install OS from USB (hold alt key at reboot when usb is inserted). Make sure internet is connected or else it will fail. + +* Download chrome +* Mount nas smb://syncthing:syncthing@192.168.2.100/syncthing +* Install Syncthing macOS app + restore config + sync receive only +* When sync done then symlink ~/files/private/machines/imac/ssh ~/.ssh +* Manual install Forticlient VPN dmg +* Install [Microsoft Remote Desktop from app store (microsoft)](https://apps.apple.com/nl/app/microsoft-remote-desktop/id1295203466?l=en-GB&mt=12) +* Obsolete: Manual install Microsoft Teams for mac pkg +* Obsolete: Manual install spotify app dmg +* Install homebrew +* Install homebrew packages + * iterm2 + * macpass + * calibre + * time-out + * pandoc + * mactex + * texmaker + * inkscape + * virtualbox + * python@3.12 (programming language) + * httrack (website copier) + * rclone (file sync) + * the_silver_searcher (commandline searcher) + * pdfsam-basic (pdf merger) + * vlc (video player) + * hugo (static site generator) + * keka (archiver) + * google-chrome + * obsidian + * microsoft-teams + * spotify + * microsoft-remote-desktop + + not needed anymore: + * folx (torrent) + * zettlr (notes) + +**Chrome configuration** +- Add jerryjacobs1989@gmail.com, vtvblixembosch@gmail.com and pyrotechny.eu@gmail.com profiles +- Configure Remote Transmission plugin to 192.168.2.100 NAS transmission + +**macOS configuration* + +- Share WiFi: schaapje +- Configure macos internet accounts: apple id + google account, for cloud +- Mouse scroll direction disable natural +- Night shift redish color overlay, sunset-sunrise. Via display. +- Finder + - Default folder Jerry (home) -> New Finder windows show + - Add favorites + - General -> Don't show items on desktop + - View -> Show Status bar +- TODO automount NAS +- Enable macPass autotype in macOS via Accessibility -> General -> Integration. Use shortkey Shift + CMD + A +- Startup Syncthing +- Startup Time-out +- Configure Spotify account +- FortiClient Adimec + - SSL-vpn + - Remote gateway: vpn.adimec.com + - Enable Single Sign On (SSO) + - jjacobs@adimec.com + - Microsoft authenticator diff --git a/2024/macos-markdown-editors-2024-review.md b/2024/macos-markdown-editors-2024-review.md new file mode 100644 index 0000000..4e122c3 --- /dev/null +++ b/2024/macos-markdown-editors-2024-review.md @@ -0,0 +1,34 @@ +# macOS Markdown editors in 2024 reviewed + +Local files +Markdown support (Markdown, CommonMark, Github flavored markdown) + + +* [FSNotes](https://fsnot.es/) +* [MacDown](https://macdown.uranusjr.com/) +* [Zettlr](https://www.zettlr.com/) +* [Obsidian](https://obsidian.md/) +* [Logseq](https://logseq.com/) +* [Typora]() +* [Mark Text]() +* Inkdrop +* + +## See also + +* + +* Alternative To + * https://alternativeto.net/software/typora/about/ + * https://alternativeto.net/software/siyuan/about/ + * https://alternativeto.net/software/inkdrop/about/ + * https://alternativeto.net/software/notepad-app/about/ (mac only) + * https://alternativeto.net/software/twig/about/ (mac only - open source) + * https://alternativeto.net/software/lightpaper/about/ (mac only - closed source) + * https://alternativeto.net/software/yu-writer-pro/about/ (freemium - mac/win) + * https://alternativeto.net/software/paper-for-mac/about/ (apple only, support mac - iphone - ipad) + * https://alternativeto.net/software/springnotes/about/ (apple only, support mac - iphone - ipad) + * https://alternativeto.net/software/typewriter-for-makdown/about/ (mac only - closed) + * https://alternativeto.net/software/jotdown/about/ (cross platform, closed & payed 15 dollar) + * https://alternativeto.net/software/wordmark/about/ (mac only, closed) + * https://alternativeto.net/software/typora/?feature=markdown-support%2Cmarkdown-editor&platform=mac \ No newline at end of file diff --git a/2024/piet-hein-state-gebouwbeheer.md b/2024/piet-hein-state-gebouwbeheer.md new file mode 100644 index 0000000..ca4b1dc --- /dev/null +++ b/2024/piet-hein-state-gebouwbeheer.md @@ -0,0 +1,50 @@ +# Piet Heinstate Gebouwbeheer + +## Programmeren intercom + +Bluetooth modus: +- toets 99999 +- wachtwoord 5692 +- code android toestel 0000 (of 1234) + +Zie map elbo-urmet-intercom voor APK en PDF + +* + +Intercom model 1083??? + +Mogelijk ook met: + +https://play.google.com/store/apps/details?id=com.fdi.smartble&hl=nl&gl=US + +## GFT container Piet Heinstaete + +* Elke 4 weken is de reiniging van de container. Door [Reinigingsschema](https://www.cleanprofs.nl/ophaaldagen/) op postcode en huisnummer 5694CB nr 63. +* Vanaf april elke N weken tot november (lente, zomer, herfst) +* Vanaf november tot april elke 2 weken (winter) + +## Afspraken omtrend werkzaamheden + +Jerry Jacobs +Thu, 2 Nov 2023, 10:51 +to Ton + +Hoi Ton, + +Zoals afgesproken 150 euro per jaar voor de werkzaamheden. De betaling was het laatst maart 2023. Volgende betaling dan ook rond die tijd. Het is misschien handig als ik ook een sleutel van het hok krijg voor als ik een bezem nodig heb. Hier het lijstje: + +- Buiten trappen vegen en poetsen (2x per jaar) +- GFT aan de weg zetten (wekelijks) +- Programmeren deurbellen systeem (sporadisch) +- Fietsenhok vegen (2x per jaar) +- Plantenbakken water geven (zomer elke week) +- Sneeuw vegen voordeur (zo nodig) + +Laat even weten als je het ontvangen hebt. + +Met vriendelijke groet, +With kind regards,=///////, +, + +Jerry Jacobs +- Personal blog at xor-gate.org \ No newline at end of file diff --git a/2024/verjaardag-uitnodiging-jerry-35j-23-mrt-2024.png b/2024/verjaardag-uitnodiging-jerry-35j-23-mrt-2024.png new file mode 100755 index 0000000..433d877 --- /dev/null +++ b/2024/verjaardag-uitnodiging-jerry-35j-23-mrt-2024.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38f804a416f3b5d3dfd5ccd327639a4a0a1577b4f2dc9605259a9eeb4f193a21 +size 3832974 diff --git a/2024/verjaardags-feest-35-jaar-in-breugel.md b/2024/verjaardags-feest-35-jaar-in-breugel.md new file mode 100644 index 0000000..bc311fe --- /dev/null +++ b/2024/verjaardags-feest-35-jaar-in-breugel.md @@ -0,0 +1,142 @@ +# Personen telling & presentielijst + +1. Maarten +2. Arno +3. Rik +4. Helga (vega eten?) +5. André +6. Guy +7. Deborah (vega eten?) +8. Tijmen +9. Steven +10. Vincent +11. Ton +12. Dicky + +## Whatsapp berichten + +Template + +``` +Hey , + +Hierbij wil ik je eraan herinneren dat ik volgende week zaterdag de 23e mijn 35e verjaardag vier. Je bent van harte welkom tussen 14:00 en 23:59. Laat even weten of ik op je komst kan rekenen. Ik zou het leuk vinden als je erbij bent. + +Graag tot dan, en anders tot spreeks, ziens of chat. + +Groet +Jerry +``` + +Persoonlijk + +``` +Hey Maarten, + +Hierbij wil ik je eraan herinneren dat ik volgende week zaterdag de 23e mijn 35e verjaardag vier. Je bent van harte welkom tussen 14:00 en 23:59. Laat even weten of ik op je komst kan rekenen. Ik zou het leuk vinden als je erbij bent. + +Graag tot dan, en anders tot spreeks, ziens of chat. + +Groet +Jerry +``` + +``` +Hey Arno, + +Hierbij wil ik je eraan herinneren dat ik volgende week zaterdag de 23e mijn 35e verjaardag vier. Je bent van harte welkom tussen 14:00 en 23:59. Laat even weten of ik op je komst kan rekenen. Ik zou het leuk vinden als je erbij bent. + +Mocht je een slaap plekje willen reserveren, dan kan dat. Neem jij ook je vriendin mee? + +Graag tot dan, en anders tot spreeks, ziens of chat. + +Groet +Jerry +``` + +``` +Hey Rik, + +Hierbij wil ik je eraan herinneren dat ik volgende week zaterdag de 23e mijn 35e verjaardag vier. Je bent van harte welkom tussen 14:00 en 23:59. Laat even weten of ik op je komst kan rekenen. Ik zou het leuk vinden als je erbij bent. + +Wil je eventueel even laten weten of je de hele familie mee neemt? + +Graag tot dan, en anders tot spreeks, ziens of chat. + +Groet +Jerry +``` + +``` +Hey André, + +Hierbij wil ik je eraan herinneren dat ik volgende week zaterdag de 23e mijn 35e verjaardag vier. Je bent van harte welkom tussen 14:00 en 23:59. Laat even weten of ik op je komst kan rekenen. Ik zou het leuk vinden als je erbij bent. + +Je vrouw is natuurlijk ook welkom, laat je anders even weten of die erbij is? + +Graag tot dan, en anders tot spreeks, ziens of chat. + +Groet +Jerry +``` + +``` +Hey Guy, + +Hierbij wil ik je eraan herinneren dat ik volgende week zaterdag de 23e mijn 35e verjaardag vier. Je bent van harte welkom tussen 14:00 en 23:59. Laat even weten of ik op je komst kan rekenen. Ik zou het leuk vinden als je erbij bent. + +Je vrouw is natuurlijk ook welkom, laat je anders even weten of die erbij is? + +Graag tot dan, en anders tot spreeks, ziens of chat. + +Groet +Jerry +``` + +``` +Hey Tijmen, + +Hierbij wil ik je eraan herinneren dat ik volgende week zaterdag de 23e mijn 35e verjaardag vier. Je bent van harte welkom tussen 14:00 en 23:59. Laat even weten of ik op je komst kan rekenen. Ik zou het leuk vinden als je erbij bent. + +Graag tot dan, en anders tot spreeks, ziens of chat. + +Groet +Jerry +``` + +``` +Hey Steven, + +Hierbij wil ik je eraan herinneren dat ik volgende week zaterdag de 23e mijn 35e verjaardag vier. Je bent van harte welkom tussen 14:00 en 23:59. Laat even weten of ik op je komst kan rekenen. Ik zou het leuk vinden als je erbij bent. + +Mocht je een slaap plekje willen reserveren, dan kan dat natuurlijk. + +Graag tot dan, en anders tot spreeks, ziens of chat. + +Groet +Jerry +``` + +``` +Hey Vincent, + +Hierbij wil ik je eraan herinneren dat ik volgende week zaterdag de 23e mijn 35e verjaardag vier. Je bent van harte welkom tussen 14:00 en 23:59. Laat even weten of ik op je komst kan rekenen. Ik zou het leuk vinden als je erbij bent. + +Graag tot dan, en anders tot spreeks, ziens of chat. + +Groet +Jerry +``` + +``` +Hey Ton, + +Hierbij wil ik je eraan herinneren dat ik volgende week zaterdag de 23e mijn 35e verjaardag vier. Je bent van harte welkom tussen 14:00 en 23:59. Laat even weten of ik op je komst kan rekenen. Ik zou het leuk vinden als je erbij bent. + +Graag tot dan, en anders tot spreeks, ziens of chat. + +Groet +Jerry +``` + + diff --git a/2024/verjaardagskaart-pap-59-met-jerry-erbij/.DS_Store b/2024/verjaardagskaart-pap-59-met-jerry-erbij/.DS_Store new file mode 100644 index 0000000..a0e981e Binary files /dev/null and b/2024/verjaardagskaart-pap-59-met-jerry-erbij/.DS_Store differ diff --git a/2024/verjaardagskaart-pap-59-met-jerry-erbij/20240331_102549_jerry_leon.jpg b/2024/verjaardagskaart-pap-59-met-jerry-erbij/20240331_102549_jerry_leon.jpg new file mode 100644 index 0000000..c2f8d71 --- /dev/null +++ b/2024/verjaardagskaart-pap-59-met-jerry-erbij/20240331_102549_jerry_leon.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f0f0a47eed4720f9123afd0a991d1dfc87549301e98df6ee744d3b267cb0d84 +size 7982379 diff --git a/2024/verjaardagskaart-pap-59-met-jerry-erbij/DSC03175.JPG b/2024/verjaardagskaart-pap-59-met-jerry-erbij/DSC03175.JPG new file mode 100755 index 0000000..51a540f --- /dev/null +++ b/2024/verjaardagskaart-pap-59-met-jerry-erbij/DSC03175.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d6f11d6542f9ac15201ba10aa839d9ddea1d39704d93b78b5609ebdda319406 +size 1644213 diff --git a/2024/verjaardagskaart-pap-59-met-jerry-erbij/DSC07975.JPG b/2024/verjaardagskaart-pap-59-met-jerry-erbij/DSC07975.JPG new file mode 100755 index 0000000..470d62d --- /dev/null +++ b/2024/verjaardagskaart-pap-59-met-jerry-erbij/DSC07975.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:708a78a1f1067790c68ca96e52fc4d26995372ca146e578c8d8c8e0a00c9a7ac +size 1636677 diff --git a/2024/verjaardagskaart-pap-59-met-jerry-erbij/IMG_0725.JPG b/2024/verjaardagskaart-pap-59-met-jerry-erbij/IMG_0725.JPG new file mode 100644 index 0000000..864d0ee --- /dev/null +++ b/2024/verjaardagskaart-pap-59-met-jerry-erbij/IMG_0725.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6baef620a9e74f189afee1519b9b9811aca1f6c5da8019f7f6ebc0ddde84b050 +size 1861827 diff --git a/2024/verjaardagskaart-pap-59-met-jerry-erbij/IMG_0736.JPG b/2024/verjaardagskaart-pap-59-met-jerry-erbij/IMG_0736.JPG new file mode 100644 index 0000000..08e717c --- /dev/null +++ b/2024/verjaardagskaart-pap-59-met-jerry-erbij/IMG_0736.JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcad898fa9d6ad29dbd2d340aeb60e4ded3bcdf0d2597688399c1acb7c10194a +size 2584233 diff --git a/2024/verjaardagskaart-pap-59-met-jerry-erbij/Tekst pap kaart 59 jaar.md b/2024/verjaardagskaart-pap-59-met-jerry-erbij/Tekst pap kaart 59 jaar.md new file mode 100644 index 0000000..900a425 --- /dev/null +++ b/2024/verjaardagskaart-pap-59-met-jerry-erbij/Tekst pap kaart 59 jaar.md @@ -0,0 +1,3 @@ +Wie sjun is dat, der pap is twieenvieftig gewoeden. d'r miensch had nit veul neudig maar ich wil dich toch gear mitneume om een kier bie Gulpener Brouwlokaal te geneate van een "High Beer" en doar te wandele. Kenne vuur meteen effekes "aan het kreantje preuve". + +Sjunne verjoardag pap, en hoat van dich! \ No newline at end of file