{"__symbolic":"module","version":4,"exports":[{"from":"./lib/common/gas-tags/gas-tags.namespace"}],"metadata":{"GasInputModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":19,"character":1},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":21,"character":4},{"__symbolic":"reference","module":"@angular/forms","name":"FormsModule","line":22,"character":4},{"__symbolic":"reference","module":"@angular/forms","name":"ReactiveFormsModule","line":23,"character":4},{"__symbolic":"reference","name":"GasIconsModule"}],"declarations":[[{"__symbolic":"reference","name":"GasInputFieldComponent"},{"__symbolic":"reference","name":"GasInputWrapperComponent"},{"__symbolic":"reference","name":"GasInputLabelComponent"},{"__symbolic":"reference","name":"GasInputErrorComponent"},{"__symbolic":"reference","name":"GasInputComponent"}]],"exports":[[{"__symbolic":"reference","name":"GasInputFieldComponent"},{"__symbolic":"reference","name":"GasInputWrapperComponent"},{"__symbolic":"reference","name":"GasInputLabelComponent"},{"__symbolic":"reference","name":"GasInputErrorComponent"},{"__symbolic":"reference","name":"GasInputComponent"}]]}]}],"members":{}},"GasIconColor":{"__symbolic":"interface"},"GasInputElement":{"__symbolic":"interface"},"GasIconCursor":{"__symbolic":"interface"},"GasInputComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"GasFormBaseComponent"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ngneat/until-destroy","name":"UntilDestroy","line":41,"character":1}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":42,"character":1},"arguments":[{"selector":"gas-input","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":46,"character":19},"member":"OnPush"},"template":"<gas-input-wrapper [type]=\"state\">\n  <div class=\"gas-input-control\">\n    <div\n      *ngIf=\"!hide && label\"\n      class=\"gas-input-control__label\"\n      gasInputLabel\n      [info]=\"isInfo()\"\n      [required]=\"required\"\n    >\n      {{ label ? label : '&nbsp;' }}\n    </div>\n\n    <div class=\"g-position-r gas-input-control__field\">\n      <ng-container *ngIf=\"isVisibilityInput\">\n        <gas-icon\n          *ngIf=\"isHasSuffixIcon()\"\n          [name]=\"suffixIcon\"\n          [size]=\"16\"\n          [class]=\"'gas-input__icon gas-input__icon_left ' + iconInfo[suffixIconColor || 'default']\"\n        ></gas-icon>\n        <input\n          #inputRef\n          class=\"mb-xxs\"\n          gasInputField\n          [id]=\"nativeId\"\n          [required]=\"required && label\"\n          [placeholder]=\"placeholder || ''\"\n          [suffixIcon]=\"isHasSuffixIcon()\"\n          [postfixIcon]=\"isHasPostfixIcon()\"\n          [error]=\"showError\"\n          [type]=\"nativeType\"\n          [value]=\"value || ''\"\n          [maxlength]=\"maxLength\"\n          [min]=\"nativeNumberMin\"\n          [max]=\"nativeNumberMax\"\n          [formControl]=\"form\"\n          (input)=\"checkValueForMask($event)\"\n          (blur)=\"blur($event)\"\n        />\n        <gas-icon\n          *ngIf=\"isHasPostfixIcon()\"\n          [name]=\"clearable ? 'notifications-light-close' : postfixIcon\"\n          [size]=\"16\"\n          [class]=\"'gas-input__icon gas-input__icon_right ' + iconInfo[postfixIconColor || 'default']\"\n          [class.g-cursor-p]=\"postfixIconCursor === 'pointer' || clearable\"\n          (click)=\"postfixIconClick()\"\n        ></gas-icon>\n      </ng-container>\n    </div>\n\n    <textarea\n      *ngIf=\"isVisibilityTextarea\"\n      gasInputField\n      [id]=\"nativeId\"\n      [maxlength]=\"maxLength\"\n      [required]=\"required && label\"\n      [placeholder]=\"placeholder || ''\"\n      [error]=\"showError\"\n      [formControl]=\"form\"\n      [cols]=\"getTextareaCols()\"\n      class=\"gas-textarea\">\n    </textarea>\n  </div>\n\n  <div *ngIf=\"isMaxLengthPromptView()\" class=\"gas-input__prompt\">{{ 'Не более ' + maxLength + ' символов' }}</div>\n  <div *ngIf=\"showError\" gasInputError class=\"gas-input-error\">{{ error ? error : '&nbsp;' }}</div>\n</gas-input-wrapper>\n","styles":[":host{display:block;position:relative}:host,:host .gas-input{outline:none}:host .gas-input__icon{position:absolute;top:var(--sm-size)}:host .gas-input__icon_left{left:var(--semi-md-size)}:host .gas-input__icon_right{right:var(--semi-md-size)}:host .gas-input__prompt{font-size:13px;line-height:130%;color:var(--text-placeholder)}:host .gas-input-control{display:flex;flex-direction:column;align-items:flex-start}:host .gas-input-control__field,:host .gas-input-control__label{width:100%}"]}]}],"members":{"error":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":50,"character":3}}]}],"label":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":54,"character":3}}]}],"placeholder":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":58,"character":3}}]}],"value":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":61,"character":3}}]}],"hide":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":65,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":66,"character":3}}]}],"suffixIcon":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":70,"character":3}}]}],"suffixIconColor":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":74,"character":3}}]}],"postfixIcon":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":78,"character":3}}]}],"postfixIconColor":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":82,"character":3}}]}],"postfixIconCursor":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":85,"character":3}}]}],"nativeType":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":89,"character":3}}]}],"nativeId":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":93,"character":3}}]}],"nativeElement":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":97,"character":3}}]}],"nativeNumberMin":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":101,"character":3},"arguments":["min"]}]}],"nativeNumberMax":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":105,"character":3},"arguments":["max"]}]}],"maxLength":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":109,"character":3}}]}],"infoIcon":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":113,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":114,"character":3}}]}],"digitsMask":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":118,"character":3}}]}],"clearable":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":122,"character":3}}]}],"timeInput":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":126,"character":3}}]}],"fieldLevelHelpTooltip":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":130,"character":3}}]}],"postfixIconClicked$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":133,"character":3},"arguments":["postfixIconClicked"]}]}],"onBlur$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":136,"character":3},"arguments":["onBlur"]}]}],"inputElement":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":139,"character":3},"arguments":["inputRef"]}]}],"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[null,null,null,[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Self","line":166,"character":5}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":166,"character":13}}],[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":167,"character":5}}]],"parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":163,"character":23},{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef","line":164,"character":30},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":165,"character":21},{"__symbolic":"reference","module":"@angular/forms","name":"NgControl","line":166,"character":42},{"__symbolic":"reference","name":"GasDateDirective"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}],"isHasSuffixIcon":[{"__symbolic":"method"}],"isHasPostfixIcon":[{"__symbolic":"method"}],"isInfo":[{"__symbolic":"method"}],"getTextareaCols":[{"__symbolic":"method"}],"isMaxLengthPromptView":[{"__symbolic":"method"}],"postfixIconClick":[{"__symbolic":"method"}],"checkValueForMask":[{"__symbolic":"method"}],"blur":[{"__symbolic":"method"}],"setSelectionPosition":[{"__symbolic":"method"}],"checkDateInputError":[{"__symbolic":"method"}]}},"GasInputFieldComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":16,"character":1},"arguments":[{"selector":"input[gasInputField], textarea[gasInputField]","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":21,"character":19},"member":"OnPush"},"template":"<ng-content></ng-content>\n","styles":[":host{padding:var(--sm-size) var(--semi-md-size);border:var(--border-line-normal);outline:none;box-sizing:border-box;border-radius:4px;height:32px;background-color:var(--base-bg-block);color:var(--text-default);width:100%;font-size:14px;line-height:120%}:host ::-webkit-input-placeholder{color:var(--text-placeholder)}:host:disabled{background-color:var(--base-bg-highlight);color:var(--text-weak)}:host:focus{box-shadow:var(--shadow-input-focus-base)}:host._suffix{padding-left:var(--xlg-size)}:host._postfix{padding-right:var(--xlg-size)}:host:not([disabled])._primary{border-color:var(--base-priority-medium)}:host:not([disabled])._primary:focus{box-shadow:var(--shadow-input-focus-changed)}:host:not([disabled])._success{border-color:var(--icon-success)}:host:not([disabled])._success:focus{box-shadow:var(--shadow-input-focus-applied)}:host:not([disabled])._error{border-color:var(--icon-error)}:host:not([disabled])._error:focus{box-shadow:var(--shadow-input-focus-error)}:host.gas-textarea{width:100%;font-size:14px;min-height:calc(var(--semi-xxlg-size) * 2)}"]}]}],"members":{"required":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":24,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":25,"character":3}}]}],"error":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":28,"character":3},"arguments":["class._error"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":29,"character":3}}]}],"suffixIcon":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":32,"character":3},"arguments":["class._suffix"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":33,"character":3}}]}],"postfixIcon":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":36,"character":3},"arguments":["class._postfix"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":37,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":43,"character":23},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":44,"character":21}]}],"ngOnInit":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}]}},"GasInputWrapperComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ngneat/until-destroy","name":"UntilDestroy","line":20,"character":1}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":21,"character":1},"arguments":[{"selector":"gas-input-wrapper","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":25,"character":19},"member":"OnPush"},"template":"<ng-content></ng-content>\n","styles":[":host{display:block;width:100%}"]}]}],"members":{"type":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":28,"character":3}}]}],"inputComponent":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild","line":31,"character":3},"arguments":[{"__symbolic":"reference","name":"GasInputFieldComponent"}]}]}],"inputLabelComponents":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren","line":34,"character":3},"arguments":[{"__symbolic":"reference","name":"GasInputLabelComponent"},{"descendants":true}]}]}],"__ctor__":[{"__symbolic":"constructor"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}],"initTypeHandler":[{"__symbolic":"method"}]}},"GasInputLabelComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":11,"character":1},"arguments":[{"selector":"div[gasInputLabel]","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":16,"character":19},"member":"OnPush"},"template":"<div class=\"gas-input-label__text\">\n  <ng-content></ng-content>\n</div>\n\n<div *ngIf=\"required\" class=\"regular-size-1\">\n  <gas-icon name=\"core-required\" [size]=\"16\" color=\"#C23934\"></gas-icon>\n</div>\n\n<gas-icon\n  *ngIf=\"info\"\n  name=\"actions-info-reverse\"\n  [size]=\"12\"\n  class=\"gas-input-label__icon\"></gas-icon>\n","styles":[":host{display:flex;align-items:center}:host .gas-input-label__text{font-size:13px;line-height:130%;color:var(--text-weak)}:host .gas-input-label__icon{margin-left:var(--xs-size);color:var(--base-priority-medium)}"]}]}],"members":{"info":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":19,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":20,"character":3}}]}],"required":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":23,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":24,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef","line":40,"character":31}]}]}},"GasInputErrorComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":7,"character":1},"arguments":[{"selector":"div[gasInputError]","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":12,"character":19},"member":"OnPush"},"template":"<ng-content></ng-content>\n","styles":[":host{font-size:13px;line-height:130%;color:var(--base-negative-medium)}"]}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":16,"character":23}]}]}},"GasActionButtonComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":11,"character":1},"arguments":[{"selector":"gas-action-button","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":15,"character":19},"member":"OnPush"},"template":"<button class=\"gas-action-button\">\r\n  <div class=\"gas-action-button__label\">\r\n    <gas-icon\r\n      [name]=\"iconName\"\r\n      [size]=\"iconSize\"\r\n      [color]=\"iconColor\"\r\n    ></gas-icon>\r\n  </div>\r\n  <div class=\"gas-action-button__description\">\r\n    {{ title }}\r\n  </div>\r\n  <div *ngIf=\"multiple$ | async as actionCount\" class=\"gas-action-button__multiple\">\r\n    {{ getFormattedActionCount(actionCount) }}\r\n  </div>\r\n</button>\r\n","styles":[":host .gas-action-button{display:flex;align-items:center;background:none;border:0;outline:none;cursor:pointer}:host .gas-action-button__label{display:flex;justify-content:center;align-items:center;width:var(--semi-xxlg-size);height:var(--semi-xxlg-size);margin-right:var(--sm-size);border-radius:50%;background-color:var(--base-priority-medium)}:host .gas-action-button__label>gas-icon{color:var(--text-white)}:host .gas-action-button__description{font-size:14px;line-height:120%;color:var(--link-normal)}:host .gas-action-button__multiple{font-size:14px;line-height:120%;font-weight:700;margin-left:var(--sm-size);color:var(--text-weak)}:host .gas-action-button:hover .gas-action-button__label{box-shadow:var(--shadow-input-focus-base)}:host .gas-action-button :focus .gas-action-button__label{box-shadow:none}:host._inverted .gas-action-button__label{background-color:var(--base-priority-dark)}:host._disabled .gas-action-button{cursor:not-allowed;pointer-events:none}:host._disabled .gas-action-button__label{background-color:var(--base-bg-highlight)}:host._disabled .gas-action-button__label>gas-icon{color:var(--text-disabled)}:host._disabled .gas-action-button__description,:host._disabled .gas-action-button__multiple{color:var(--link-disabled)}:host._disabled .gas-action-button:hover .gas-action-button__label{box-shadow:none}"]}]}],"members":{"title":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":18,"character":3}}]}],"iconName":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":21,"character":3}}]}],"iconColor":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":24,"character":3}}]}],"iconSize":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":27,"character":3}}]}],"disabled":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":30,"character":3},"arguments":["class._disabled"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":31,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":32,"character":3}}]}],"invert":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":35,"character":3},"arguments":["class._inverted"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":36,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":37,"character":3}}]}],"multiple$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"NgOnChange","line":40,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":41,"character":3},"arguments":["multiple"]}]}],"getFormattedActionCount":[{"__symbolic":"method"}]}},"GasActionButtonModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":9,"character":1},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":11,"character":4},{"__symbolic":"reference","name":"GasIconsModule"}],"declarations":[[{"__symbolic":"reference","name":"GasActionButtonComponent"}]],"exports":[[{"__symbolic":"reference","name":"GasActionButtonComponent"}]]}]}],"members":{}},"GasButtonComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":27,"character":1},"arguments":[{"selector":"button[gasButton], div[gasButton], a[gasButton]","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":32,"character":19},"member":"OnPush"},"template":"<gas-icon\n  *ngIf=\"!!suffixIconName\"\n  [name]=\"suffixIconName\"\n  [size]=\"iconSize\"\n  [color]=\"iconColor\"\n  [class.gas-icon__left]=\"hasContent()\">\n</gas-icon>\n\n<span\n  #content\n  class=\"gas-button\"\n  [class.gas-button_loading]=\"loading\"\n>\n  <ng-content></ng-content>\n</span>\n\n<gas-spinner\n  *ngIf=\"loading\"\n  size=\"ultra-small\"\n  [variant]=\"primaryClass || negativeClass ? 'white' : 'brand'\"\n  class=\"gas-button__loader\"\n></gas-spinner>\n\n<gas-icon\n  *ngIf=\"!!postfixIconName\"\n  [name]=\"postfixIconName\"\n  [size]=\"iconSize\"\n  [color]=\"iconColor\"\n  [class.gas-icon__right]=\"hasContent()\">\n</gas-icon>\n","styles":[":host{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-height:32px;min-width:var(--md-size);padding:var(--sm-size) var(--md-size);border:0;border-radius:4px;font-size:14px;line-height:120%;color:var(--text-white);text-align:center;box-sizing:border-box;cursor:pointer;transition:background-color .3s;display:flex;justify-content:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative}:host._loading{pointer-events:none}:host._not-default-size{padding-top:6px;padding-bottom:6px}:host._primary{background-color:var(--base-priority-medium)}:host._primary:focus,:host._primary:hover,:host._primary:not(._disabled):active{background-color:var(--base-priority-dark)}:host._primary:not(._disabled):active{box-shadow:var(--shadow-input-focus-base)}:host._negative{background-color:var(--base-negative-medium)}:host._negative:focus,:host._negative:hover,:host._negative:not(._disabled):active{background-color:var(--base-negative-dark)}:host._negative:not(._disabled):active{box-shadow:var(--shadow-input-focus-error)}:host._secondary{background-color:var(--base-bg-block);color:var(--base-priority-medium);border:var(--border-line-normal)}:host._secondary:focus,:host._secondary:hover{background-color:var(--base-bg-page)}:host._secondary:not(._disabled):active{background-color:var(--base-bg-page);box-shadow:var(--shadow-input-focus-base)}:host._negative._disabled,:host._primary._disabled,:host._secondary._disabled{background-color:var(--palette-gray-06);cursor:not-allowed}:host._secondary._disabled{color:var(--text-disabled);background-color:var(--base-bg-block)}.gas-icon__left{margin-right:var(--base-size)}.gas-icon__right{margin-left:var(--base-size)}.gas-button{position:relative}.gas-button_loading{opacity:0}.gas-button__loader{top:60%}"]}]}],"members":{"disabled":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":35,"character":3},"arguments":["class._disabled"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":36,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":37,"character":3}}]}],"loading":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":40,"character":3},"arguments":["class._loading"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":41,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":42,"character":3}}]}],"disabledAttr":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":45,"character":3},"arguments":["attr.disabled"]}]}],"attrType":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":50,"character":3},"arguments":["attr.type"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":51,"character":3},"arguments":["attrType"]}]}],"type":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":54,"character":3},"arguments":["gasButton"]}]}],"primaryClass":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":63,"character":3},"arguments":["class._primary"]}]}],"secondaryClass":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":68,"character":3},"arguments":["class._secondary"]}]}],"negativeClass":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":73,"character":3},"arguments":["class._negative"]}]}],"suffixIconName":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":79,"character":3}}]}],"postfixIconName":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":83,"character":3}}]}],"variant":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":87,"character":3}}]}],"iconName":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":93,"character":3}}]}],"iconPosition":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":99,"character":3}}]}],"iconSize":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":109,"character":3}}]}],"isAnotherSize":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":118,"character":3},"arguments":["class._not-default-size"]}]}],"contentRef":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":123,"character":3},"arguments":["content",{"static":true}]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":146,"character":24},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":147,"character":22},{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef","line":148,"character":31}]}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}],"hasContent":[{"__symbolic":"method"}]}},"GasButtonModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":11,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasButtonComponent"}]],"exports":[[{"__symbolic":"reference","name":"GasButtonComponent"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":19,"character":4},{"__symbolic":"reference","name":"GasIconsModule"},{"__symbolic":"reference","name":"GasSpinnerModule"}]}]}],"members":{}},"GasCheckboxModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":14,"character":1},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":16,"character":4},{"__symbolic":"reference","module":"@angular/forms","name":"FormsModule","line":17,"character":4},{"__symbolic":"reference","module":"@angular/forms","name":"ReactiveFormsModule","line":18,"character":4},{"__symbolic":"reference","name":"GasIconsModule"},{"__symbolic":"reference","name":"GasFormKeyModule"}],"declarations":[[{"__symbolic":"reference","name":"GasCheckboxComponent"},{"__symbolic":"reference","name":"GasCheckboxGroupComponent"}]],"exports":[[{"__symbolic":"reference","name":"GasCheckboxComponent"},{"__symbolic":"reference","name":"GasCheckboxGroupComponent"}]]}]}],"members":{}},"GasCheckboxComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"GasFormBaseComponent"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ngneat/until-destroy","name":"UntilDestroy","line":20,"character":1}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":21,"character":1},"arguments":[{"selector":"gas-checkbox","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":25,"character":19},"member":"OnPush"},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR","line":28,"character":15},"useExisting":{"__symbolic":"reference","name":"GasCheckboxComponent"},"multi":true}],"template":"<div class=\"gas-checkbox\"\n     [class.gas-checkbox_checked]=\"checked\">\n  <gas-icon\n    *ngIf=\"checked\"\n    [name]=\"iconName\"\n    [size]=\"16\"\n    class=\"gas-checkbox__icon\">\n  </gas-icon>\n  <div *ngIf=\"!checked && indeterminate\" class=\"gas-checkbox_indeterminate\"></div>\n  <div *ngIf=\"isModified\" class=\"gas-checkbox_modified-icon\"></div>\n</div>\n<div class=\"ml-sm regular-size-2 text-normal gas-checkbox__content\">\n  <ng-content></ng-content>\n</div>\n<div class=\"gas-checkbox__description\">\n  {{ description }}\n</div>\n","styles":[":host{display:flex;align-items:center;flex-wrap:wrap;--base_size:5px}:host._default .gas-checkbox{border-color:var(--text-disabled)}:host._default .gas-checkbox_checked{color:var(--base-priority-medium)}:host._default .gas-checkbox_indeterminate{background-color:var(--base-priority-medium)}:host._default:hover .gas-checkbox{box-shadow:var(--shadow-input-focus-base)}:host._primary .gas-checkbox{border-color:var(--base-priority-medium)}:host._primary .gas-checkbox_checked{color:var(--base-priority-medium)}:host._primary .gas-checkbox_indeterminate{background-color:var(--base-priority-medium)}:host._primary:hover .gas-checkbox{box-shadow:var(--shadow-input-focus-changed)}:host._error .gas-checkbox{border-color:var(--icon-error)}:host._error .gas-checkbox_checked{color:var(--icon-error)}:host._error .gas-checkbox_indeterminate{background-color:var(--icon-error)}:host._success .gas-checkbox{border-color:var(--icon-success)}:host._success .gas-checkbox_checked{color:var(--icon-success)}:host._success .gas-checkbox_indeterminate{background-color:var(--icon-success)}:host._success:hover .gas-checkbox{box-shadow:var(--shadow-input-focus-applied)}:host .gas-checkbox{position:relative;width:var(--md-size);background-color:var(--base-bg-block);height:var(--md-size);border-radius:var(--xs-size);border:1px solid #dddbda;margin:0;cursor:pointer;display:flex;align-items:center;justify-content:center;box-sizing:border-box;color:#fff}:host .gas-checkbox_checked{border-width:0}:host .gas-checkbox_checked .gas-checkbox_modified-icon{left:calc(var(--sm-size-reverse) + 1px)}:host .gas-checkbox_modified-icon{position:absolute;left:var(--sm-size-reverse);width:var(--base_size);height:var(--base_size);border-radius:50%;background-color:var(--base-priority-medium)}:host .gas-checkbox_indeterminate{width:calc(var(--base_size) * 2);height:calc(var(--base_size) * 2);border-radius:2px;margin-left:-.5px}:host .gas-checkbox__content{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}:host[disabled]{cursor:not-allowed;pointer-events:none}:host[disabled] .gas-checkbox{background-color:var(--base-bg-highlight);color:var(--icon-disabled)}:host:not(:host._checked)[indeterminate] .gas-checkbox{border-width:1px}:host .gas-checkbox__description{width:100%;margin-top:var(--sm-size);color:var(--text-placeholder);font-size:14px;line-height:120%}"]}]}],"members":{"checked":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":35,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":36,"character":3}}]}],"value":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":45,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":46,"character":3}}]}],"indeterminate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":49,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":50,"character":3}}]}],"visibleChanges":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":53,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":54,"character":3}}]}],"description":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":57,"character":3}}]}],"modified":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":60,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":71,"character":23},{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef","line":72,"character":30},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":73,"character":21}]}],"handleClick":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostListener","line":91,"character":3},"arguments":["click"]}]}],"writeValue":[{"__symbolic":"method"}]}},"GasCheckboxGroupComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"GasFormBaseComponent"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ngneat/until-destroy","name":"UntilDestroy","line":24,"character":1}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":25,"character":1},"arguments":[{"selector":"gas-checkbox-group","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":29,"character":19},"member":"OnPush"},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR","line":32,"character":15},"useExisting":{"__symbolic":"reference","name":"GasCheckboxGroupComponent"},"multi":true}],"template":"<div class=\"gas-checkbox-group__title\" (click)=\"toggleExpand()\">\n    <gas-icon *ngIf=\"expandable\"\n        class=\"gas-checkbox-group__title-icon\"\n        name=\"arrows-chevron-down\"\n        [class.expanded]=\"expanded\"\n        [size]=\"12\">\n    </gas-icon>\n    {{ title }}\n</div>\n<div class=\"gas-checkbox-group__body\"\n    [class.visible]=\"getExpanded()\"\n    [class.visible_multi]=\"multi\">\n    <gas-checkbox *ngFor=\"let item of checkboxes\"\n        [id]=\"item.key\"\n        [gasFormKey]=\"item.key\"\n        [checked]=\"getCheckboxValue(item.key)\"\n        [state]=\"getCheckboxState(item)\"\n        [visibleChanges]=\"visibleChanges ? visibleChanges : null\"\n        [description]=\"item.description ? item.description : ''\"\n        [indeterminate]=\"item.indeterminate ? item.indeterminate : false\"\n        (click)=\"toggleCheckbox(item.key)\"\n        >\n        {{ item.label }}\n    </gas-checkbox>\n</div>\n","styles":[":host{display:block}:host._expandable .gas-checkbox-group__title{height:44px}:host .gas-checkbox-group__title{font-size:16px;line-height:120%;font-weight:700;display:flex;flex-direction:row;align-items:center;cursor:pointer;padding-bottom:var(--sm-size)}:host .gas-checkbox-group__title-icon{transform:rotate(-90deg);margin-right:var(--sm-size);color:var(--base-priority-medium);transition:all .25s}:host .gas-checkbox-group__title-icon.expanded{transform:rotate(0)}:host .gas-checkbox-group__body{display:none}:host .gas-checkbox-group__body.visible{display:block}:host .gas-checkbox-group__body.visible_multi{-moz-column-count:3;column-count:3;-moz-column-gap:var(--md-size);column-gap:var(--md-size);height:100%;padding-top:var(--xs-size);padding-bottom:var(--xs-size)}:host .gas-checkbox-group__body.visible_multi gas-checkbox{margin-top:0;padding-top:var(--xs-size);padding-bottom:var(--xs-size);page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}:host .gas-checkbox-group__body.visible_multi gas-checkbox ::ng-deep .gas-checkbox{flex:0 0 var(--md-size)}:host .gas-checkbox-group__body.visible_multi gas-checkbox ::ng-deep .gas-checkbox__content{flex:0 0 calc(100% - var(--md-size) - var(--sm-size))}:host .gas-checkbox-group__body.visible_multi gas-checkbox ::ng-deep .gas-checkbox__description{flex:0 0 100%}:host .gas-checkbox-group__body>:nth-child(1n){margin-top:var(--sm-size)}"]}]}],"members":{"title":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":39,"character":3}}]}],"checkboxes":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":42,"character":3}}]}],"expandable":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":45,"character":3},"arguments":["class._expandable"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":46,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":47,"character":3}}]}],"visibleChanges":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":50,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":51,"character":3}}]}],"multi":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":54,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":55,"character":3}}]}],"clicked":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":58,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef","line":68,"character":30},{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":69,"character":23},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":70,"character":21}]}],"ngOnInit":[{"__symbolic":"method"}],"getExpanded":[{"__symbolic":"method"}],"toggleCheckbox":[{"__symbolic":"method"}],"getCheckboxValue":[{"__symbolic":"method"}],"getCheckboxState":[{"__symbolic":"method"}],"getCheckboxModify":[{"__symbolic":"method"}],"toggleExpand":[{"__symbolic":"method"}]}},"GasSelectComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"GasFormBaseComponent"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ngneat/until-destroy","name":"UntilDestroy","line":41,"character":1}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":42,"character":1},"arguments":[{"selector":"gas-select","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":46,"character":19},"member":"OnPush"},"template":"<ng-container *ngIf=\"selectType === 'default'; else iconSelect\">\n  <div *ngIf=\"!hideAll\" class=\"gas-select__label grid\">\n    <!-- Label -->\n    <div *ngIf=\"label$ | async as innerLabel\" class=\"gas-select__label-text\">{{ innerLabel }}</div>\n\n    <!-- Обязательность заполнения -->\n    <div *ngIf=\"required$ | async\" class=\"gas-select__required mr-xs\">\n      <gas-icon [size]='16' name=\"common-required\"></gas-icon>\n    </div>\n  </div>\n\n  <!-- Поле селектора -->\n  <div\n    [gasSelectDropdown]=\"{\n      props: {\n        multi: multi,\n        clearable: clearable,\n        search: isSearch,\n        onlySelected: onlySelected\n      },\n      disabled: nativeDisabled\n    }\"\n    #fieldRef\n    class=\"gas-select__field mb-xxs\"\n  >\n  <span class=\"gas-select__field-text\">\n    <!-- Имеется значение в селекторе -->\n    <ng-container *ngIf=\"hasValue() else placeholderTemplate\">\n      <!-- Multiply режим показа выбранных данных -->\n      <ng-container *ngIf=\"multi else single\">\n        <!-- С количеством выбранных значений -->\n        <ng-container *ngIf=\"form.value.length > 1 else simpleView\">\n          <div #valueRef class=\"w-fit\">\n            <ng-container *ngIf=\"isNeedLabel || allOptionsActive && multi else noLabel\">\n              <span class=\"mr-semi-md\">{{ getTitle(form.value[0]) }}</span>\n              <gas-badge\n                *ngIf=\"!allOptionsActive\"\n                [theme]=\"badgeTheme\"\n              >\n                +{{ form.value.length - 1 }}\n              </gas-badge>\n            </ng-container>\n            <ng-template #noLabel>\n\n              <span *ngFor=\"let value of form.value; let last = last\">\n                {{ getTitle(value) }}{{ !last ? ',&nbsp;' : '' }}\n              </span>\n            </ng-template>\n          </div>\n        </ng-container>\n        <ng-template #simpleView>\n          {{ getTitle(form.value[0]) }}\n        </ng-template>\n      </ng-container>\n\n      <!-- Показ одиночного значения в селекторе -->\n      <ng-template #single>\n        {{ selectedTitle }}\n      </ng-template>\n    </ng-container>\n  </span>\n\n    <!-- Placeholder -->\n    <ng-template #placeholderTemplate>\n      <div class=\"gas-select__placeholder regular-size-3\">\n        {{ placeholder }}\n      </div>\n    </ng-template>\n\n    <!-- Стрелочка справа -->\n    <gas-icon\n      name=\"arrows-chevron-down\"\n      [class.gas-select__arrow_rotate]=\"isOpenedDropdown\"\n      [size]='16'\n      class=\"gas-select__arrow\"></gas-icon>\n  </div>\n\n  <!-- Нижняя часть селектора -->\n  <div *ngIf=\"!hideAll\" class=\"gas-select__bottom mt-xxs\">\n    <!-- Подсказка -->\n    <div\n      *ngIf=\"tip$ | async as innerTip\"\n      class=\"gas-select__tip\"\n    >\n      {{ innerTip }}\n    </div>\n    <div\n      *ngIf=\"showError\"\n      gasInputError\n      class=\"gas-input-error\"\n    >\n      {{ error }}\n    </div>\n  </div>\n</ng-container>\n\n<!--TODO: Добавить сюда заголовок-->\n<ng-template #iconSelect>\n  <div\n    [class]=\"'icon-select ' + selectIconColor\"\n    [gasSelectDropdown]=\"{\n      props: {\n        multi: multi,\n        clearable: clearable,\n        onlySelected: onlySelected\n      },\n      disabled: nativeDisabled\n    }\"\n    #fieldRef\n  >\n    <gas-icon [size]=\"16\" [name]=\"selectIcon\"></gas-icon>\n  </div>\n</ng-template>\n","styles":[":host{display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;min-width:50px;max-width:590px;--field-height:var(--xlg-size)}:host._modified .gas-select__field,:host._primary .gas-select__field{border:var(--border-line-changed)}:host._modified .gas-select__arrow,:host._primary .gas-select__arrow{color:var(--base-priority-medium)}:host._success .gas-select__field{border:var(--border-line-applied)}:host._success .gas-select__arrow{color:var(--icon-success)}:host._error .gas-select__field{border:var(--border-line-error)}:host._error .gas-select__arrow{color:var(--icon-error)}:host._disabled .gas-select__field{cursor:not-allowed;background-color:var(--base-bg-highlight)}:host._disabled .gas-select__arrow{color:var(--icon-disabled)}.gas-select__bottom,.gas-select__label{height:17px}.gas-select__bottom:empty{display:none}.gas-select__required{color:var(--base-negative-medium);display:flex}.gas-select__label-text{margin-bottom:var(--xxs-size)}.gas-select__label-text,.gas-select__tip{font-size:13px;line-height:130%;color:var(--text-weak)}.gas-select__error{font-size:13px;line-height:130%;color:var(--base-negative-medium)}.gas-select__field{display:flex;align-items:center;position:relative;font-size:14px;line-height:var(--field-height);height:var(--field-height);border:var(--border-line-normal);box-sizing:border-box;border-radius:4px;padding:0 var(--lg-size) 0 var(--sm-size);cursor:pointer;background-color:var(--gas-select-bg,var(--base-bg-block))}.gas-select__field,.gas-select__field-text{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.gas-select__field-text{text-align:left}.gas-select__placeholder{position:absolute;top:7px;left:var(--semi-md-size);color:var(--text-placeholder)}.gas-select__arrow{color:var(--base-priority-medium);position:absolute;top:var(--sm-size);right:var(--sm-size);transition:transform .3s}.gas-select__arrow_rotate{transform:rotate(180deg)}.icon-select{background-color:var(--base-priority-medium);width:var(--lg-size);height:var(--lg-size);display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:var(--xs-size)}"]}]}],"members":{"label":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":49,"character":3}}]}],"tip":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":64,"character":3}}]}],"nativePlaceholder":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":69,"character":3},"arguments":["placeholder"]}]}],"multi":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":72,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":73,"character":3}}]}],"isSearch":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":76,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":77,"character":3},"arguments":["search"]}]}],"hideAll":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":81,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":82,"character":3}}]}],"loading":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":85,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":86,"character":3}}]}],"selectType":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":89,"character":3}}]}],"clearable":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":92,"character":3}}]}],"selectIcon":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":95,"character":3}}]}],"selectIconColor":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":98,"character":3}}]}],"onlySelected":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":101,"character":3}}]}],"error":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":104,"character":3}}]}],"allSelected":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":107,"character":3}}]}],"options":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren","line":110,"character":3},"arguments":[{"__symbolic":"reference","name":"GasSelectOptionComponent"}]}]}],"fieldRef":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":113,"character":3},"arguments":["fieldRef"]}]}],"valueRef":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":116,"character":3},"arguments":["valueRef"]}]}],"showError":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":175,"character":3},"arguments":["class._error"]}]}],"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[null,null,null,[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Self","line":189,"character":5}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":189,"character":13}}]],"parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef","line":186,"character":30},{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":187,"character":23},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":188,"character":21},{"__symbolic":"reference","module":"@angular/forms","name":"NgControl","line":189,"character":42}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"hasValue":[{"__symbolic":"method"}],"writeValue":[{"__symbolic":"method"}],"getTitle":[{"__symbolic":"method"}],"initOptions":[{"__symbolic":"method"}]}},"GasSelectDropdownComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"GasDynamicBaseComponent"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ngneat/until-destroy","name":"UntilDestroy","line":24,"character":1}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":25,"character":1},"arguments":[{"selector":"gas-select-dropdown","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":29,"character":19},"member":"OnPush"},"providers":[{"__symbolic":"reference","name":"GasClickOutsideDirective"},{"__symbolic":"reference","name":"GasObjectFilterPipe"}],"host":{"[class._multi]":"multi === true","[class._single]":"multi === false","$quoted$":["[class._multi]","[class._single]"]},"template":"<ng-container *ngIf=\"{\r\n  multiOptionsFilter: multiOptionsFilter$ | async,\r\n  unselectedOptionsFilter: unselectedOptionsFilter$ | async,\r\n  optionsFilter: optionsFilter$ | async\r\n} as observables\">\r\n  <ng-container *ngIf=\"hasOptions else loading\">\r\n    <div *ngIf=\"isSearch\" class=\"gas-select-dropdown__search-wrapper\">\r\n      <gas-input\r\n        placeholder=\"Поиск\"\r\n        hide\r\n        postfixIcon=\"core-search\"\r\n        postfixIconColor=\"brand\"\r\n        [formControl]=\"form\"\r\n        class=\"gas-select-dropdown__search\">\r\n      </gas-input>\r\n      <div\r\n        *ngIf=\"multi\"\r\n        class=\"gas-select-dropdown__select-all\"\r\n        (click)=\"toggleSelectAll()\"\r\n      >\r\n        <div class=\"gas-select-dropdown__select-all-option\">\r\n          <gas-checkbox\r\n            class=\"mr-sm\"\r\n            [checked]=\"allSelected\"\r\n            [indeterminate]=\"hasSeveral\">\r\n          </gas-checkbox>\r\n          <div>Все</div>\r\n        </div>\r\n      </div>\r\n    </div>\r\n\r\n    <gas-scroll overflowXHidden class=\"gas-select-dropdown__wrapper\">\r\n      <div class=\"pr-sm\">\r\n        <ng-container *ngIf=\"multi else single\">\r\n          <!-- Режим мульти -->\r\n          <ng-container *ngIf=\"observables.multiOptionsFilter.length else notFound\">\r\n            <div\r\n              *ngFor=\"let option of observables.multiOptionsFilter\"\r\n              [class.gas-select-dropdown__option_active]=\"isActive(option.value)\"\r\n              (click)=\"activate(option.value)\"\r\n              class=\"gas-select-dropdown__option\">\r\n              <gas-checkbox\r\n                [checked]=\"isActive(option.value)\"\r\n                class=\"mr-sm\"></gas-checkbox>\r\n              <div>{{ option.title }}</div>\r\n            </div>\r\n          </ng-container>\r\n        </ng-container>\r\n      </div>\r\n    </gas-scroll>\r\n\r\n    <ng-container [ngTemplateOutlet]=\"actions\"></ng-container>\r\n  </ng-container>\r\n\r\n  <!-- Режим одиночного выбора -->\r\n  <ng-template #single>\r\n    <!-- Выбрана опция -->\r\n    <ng-container *ngIf=\"selectedOptions.length else notSelected\">\r\n      <div\r\n        *ngFor=\"let selected of selectedOptions\"\r\n        class=\"gas-select-dropdown__option gas-select-dropdown__option_selected\">\r\n        <gas-icon name=\"common-cell-checked\" class=\"gas-select-dropdown__left\"></gas-icon>\r\n        <div>{{ selected.title }}</div>\r\n      </div>\r\n\r\n      <gas-divider></gas-divider>\r\n\r\n      <div *ngIf=\"clearable\" class=\"gas-select-dropdown__option g-cursor-p\" (click)=\"clearValue()\">\r\n        <div class=\"gas-select-dropdown__left\"></div>\r\n        <div>Не выбрано</div>\r\n      </div>\r\n\r\n      <ng-container *ngIf=\"observables.unselectedOptionsFilter\">\r\n        <div\r\n          *ngFor=\"let unselected of observables.unselectedOptionsFilter\"\r\n          (click)=\"activate(unselected.value)\"\r\n          class=\"gas-select-dropdown__option\">\r\n          <div class=\"gas-select-dropdown__left\"></div>\r\n          <div>{{ unselected.title }}</div>\r\n        </div>\r\n      </ng-container>\r\n    </ng-container>\r\n  </ng-template>\r\n\r\n  <!-- Не выбрано ни одной опции -->\r\n  <ng-template #notSelected>\r\n    <ng-container *ngIf=\"observables.optionsFilter.length else notFound\">\r\n      <div *ngIf=\"clearable\" class=\"gas-select-dropdown__option\" (click)=\"clearValue()\">\r\n        Не выбрано\r\n      </div>\r\n      <div\r\n        *ngFor=\"let option of observables.optionsFilter\"\r\n        (click)=\"activate(option.value)\"\r\n        class=\"gas-select-dropdown__option\">\r\n        <div>{{ option.title }}</div>\r\n      </div>\r\n    </ng-container>\r\n  </ng-template>\r\n\r\n  <!-- Шаблоне \"Не найдено результатов\" -->\r\n  <ng-template #notFound>\r\n    <div class=\"gas-select-dropdown__not-found pa-sm\">Не найдено</div>\r\n  </ng-template>\r\n\r\n  <ng-template #loading>\r\n    <div class=\"gas-select-dropdown__spinner\">\r\n      <gas-spinner size=\"medium\"></gas-spinner>\r\n    </div>\r\n  </ng-template>\r\n\r\n  <!-- Блок с действиями, для мульти выбора -->\r\n  <ng-template #actions>\r\n    <div *ngIf=\"multi\" class=\"gas-select-dropdown__actions\">\r\n      <!-- Только выбранные -->\r\n      <gas-checkbox *ngIf=\"isShowSelectedCheckbox && onlySelected\"\r\n                    (click)=\"toggleShowSelected()\"\r\n                    [checked]=\"isShowOnlySelectedSubject$ | async\"\r\n                    class=\"mb-md\">\r\n        Показать только выбранные\r\n      </gas-checkbox>\r\n\r\n      <div class=\"flex grid-align-center grid-justify-end\">\r\n        <!-- Кнопка отмены -->\r\n        <button gasButton=\"secondary\" (click)=\"reset()\" class=\"mr-sm\">Отменить</button>\r\n\r\n        <!-- Кнопка \"Выбрать\" -->\r\n        <button gasButton (click)=\"apply()\">Выбрать</button>\r\n      </div>\r\n    </div>\r\n  </ng-template>\r\n</ng-container>\r\n","styles":[":host{display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;top:59px;min-width:200px;max-width:590px;width:inherit;box-sizing:border-box;padding:var(--sm-size);padding-right:0;border:var(--border-line-normal);border-radius:4px;background-color:#fff;box-shadow:var(--shadow-card-level-2);z-index:var(--layer-low)}:host._multi{padding-bottom:0}:host gas-checkbox{height:var(--md-size)}.gas-select-dropdown__option,.gas-select-dropdown__select-all-option{display:flex;align-items:center;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:var(--sm-size) var(--semi-md-size);width:100%;box-sizing:border-box;font-size:14px;line-height:120%;color:var(--text-normal);cursor:pointer;background-color:#fff;transition:.3s}.gas-select-dropdown__option:not(.gas-select-dropdown__option_selected):hover,.gas-select-dropdown__select-all-option:not(.gas-select-dropdown__option_selected):hover{background-color:var(--base-bg-highlight);color:var(--link-focus)}.gas-select-dropdown__option_active{cursor:default;background-color:var(--base-bg-highlight)}.gas-select-dropdown__option_selected{cursor:default}.gas-select-dropdown__wrapper{max-height:210px}.gas-select-dropdown__left{min-width:var(--lg-size);width:var(--lg-size);min-height:var(--lg-size);height:var(--lg-size);margin-right:var(--sm-size);color:var(--base-priority-medium)}.gas-select-dropdown__actions{border-top:var(--border-line-normal);margin-left:var(--sm-size-reverse);padding:var(--md-size) var(--md-size)}.gas-select-dropdown__search-wrapper{margin-left:var(--sm-size-reverse);border-bottom:var(--border-line-normal)}.gas-select-dropdown__search{width:100%;padding:var(--sm-size) var(--sm-size) var(--md-size) var(--sm-size);box-sizing:border-box}.gas-select-dropdown__spinner{height:70px;padding:var(--sm-size)}.gas-select-dropdown__select-all{margin:0 var(--sm-size) var(--sm-size)}"]}]}],"members":{"formTitle$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasFormControlValueObservable","line":40,"character":3},"arguments":["form"]}]}],"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[null,[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Host","line":150,"character":5}}],null,null,null],"parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":149,"character":15},{"__symbolic":"reference","name":"GasClickOutsideDirective"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":151,"character":21},{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef","line":152,"character":31},{"__symbolic":"reference","name":"GasObjectFilterPipe"}]}],"ngOnInit":[{"__symbolic":"method"}],"activate":[{"__symbolic":"method"}],"clearValue":[{"__symbolic":"method"}],"isActive":[{"__symbolic":"method"}],"apply":[{"__symbolic":"method"}],"reset":[{"__symbolic":"method"}],"toggleShowSelected":[{"__symbolic":"method"}],"toggleSelectAll":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"closeDropdown":[{"__symbolic":"method"}]}},"GasSelectOptionComponent":{"__symbolic":"class","arity":1,"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":7,"character":1},"arguments":[{"selector":"gas-select-option","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":11,"character":19},"member":"OnPush"},"template":"<ng-content></ng-content>\n","styles":[":host{display:block}"]}]}],"members":{"value":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":14,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":24,"character":23}]}]}},"GasSelectModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":29,"character":1},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":31,"character":4},{"__symbolic":"reference","module":"@angular/forms","name":"FormsModule","line":32,"character":4},{"__symbolic":"reference","module":"@angular/forms","name":"ReactiveFormsModule","line":33,"character":4},{"__symbolic":"reference","name":"GasIconsModule"},{"__symbolic":"reference","name":"GasDividerModule"},{"__symbolic":"reference","name":"GasCheckboxModule"},{"__symbolic":"reference","name":"GasScrollModule"},{"__symbolic":"reference","name":"GasButtonModule"},{"__symbolic":"reference","name":"GasInputModule"},{"__symbolic":"reference","name":"GasClickOutsideDirectiveModule"},{"__symbolic":"reference","name":"GasObjectFilterModule"},{"__symbolic":"reference","name":"GasBadgeModule"},{"__symbolic":"reference","name":"GasSpinnerModule"}],"declarations":[[{"__symbolic":"reference","name":"GasSelectComponent"},{"__symbolic":"reference","name":"GasSelectDropdownComponent"},{"__symbolic":"reference","name":"GasSelectOptionComponent"}],[{"__symbolic":"reference","name":"ɵc"}]],"exports":[[{"__symbolic":"reference","name":"GasSelectComponent"},{"__symbolic":"reference","name":"GasSelectDropdownComponent"},{"__symbolic":"reference","name":"GasSelectOptionComponent"}],[{"__symbolic":"reference","name":"ɵc"}]],"entryComponents":[{"__symbolic":"reference","name":"GasSelectDropdownComponent"}]}]}],"members":{}},"GasDatepickerComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ngneat/until-destroy","name":"UntilDestroy","line":11,"character":1}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":12,"character":1},"arguments":[{"selector":"gas-datepicker","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":16,"character":19},"member":"OnPush"},"providers":[{"__symbolic":"reference","name":"GasClickOutsideDirective"}],"template":"<div data-datepicker=\"true\" class=\"gas-datepicker\">\n  <div class=\"datepicker-wrapper\" [ngSwitch]=\"currentViewPicker\" #datepickerWrapper>\n\n    <gas-year\n      *ngSwitchCase=\"'yearpicker'\"\n      [currentYear]=\"dateSetting.currentYear\"\n      (onChangeYear)=\"onChangeYear($event)\"\n    >\n    </gas-year>\n\n    <gas-month\n      *ngSwitchCase=\"'monthpicker'\"\n      [currentMonth]=\"currentMonth\"\n      (onChangeMonth)=\"changeCurrentMonth($event)\"\n    >\n    </gas-month>\n\n    <div *ngSwitchDefault>\n      <div class=\"datepicker-wrapper__header\">\n        <div class=\"datepicker-wrapper__header-month\">\n          <div class=\"datepicker-wrapper__header-month__icon\" (click)=\"previousMonth(-1)\">\n            <gas-icon [size]=\"16\" class=\"icon-brand\" name=\"arrows-left\"></gas-icon>\n          </div>\n          <div class=\"datepicker-wrapper__header-month__current\" (click)=\"openMonthPicker()\">\n            {{ month[currentMonth] }}\n          </div>\n          <div class=\"datepicker-wrapper__header-month__icon\" (click)=\"nextMonth(1)\">\n            <gas-icon [size]=\"16\" class=\"icon-brand\" name=\"arrows-right\"></gas-icon>\n          </div>\n        </div>\n        <div class=\"datepicker-wrapper__header-year\" (click)=\"openYearPicker()\">\n          {{ currentYear }}\n        </div>\n      </div>\n\n      <div class=\"datepicker-wrapper__weeks\">\n        <span *ngFor=\"let week of weeks\">{{ week }}</span>\n      </div>\n\n      <div class=\"datepicker-wrapper__body\">\n        <div class=\"datepicker-wrapper__body-row\">\n          <span\n            class=\"datepicker-wrapper__body-day\"\n            *ngFor=\"let date of daysInMonth\"\n            [ngClass]=\"{\n              '_active': date.isActive,\n              '_no-month-days': date.otherMonth,\n              '_no-current-day': !date.isCurrent\n            }\"\n            (click)=\"selectDay(date)\"\n          >\n            {{ date.value | date: 'dd' }}\n          </span>\n        </div>\n      </div>\n\n      <ng-container *ngIf=\"!timesPicker; else timesPickerTemplate\">\n        <button gasButton=\"secondary\" class=\"datepicker-wrapper__bottom\" (click)=\"setToDay()\">\n          Сегодня\n        </button>\n      </ng-container>\n\n      <ng-template #timesPickerTemplate>\n        <gas-time\n          [currentDate]=\"selectedDateSubject$ | async\"\n          (onSelectedDate)=\"setDateAndTime($event)\"\n          (onCloseDatePicker)=\"closePicker()\"\n        ></gas-time>\n      </ng-template>\n\n    </div>\n\n  </div>\n</div>\n","styles":[":host{display:block}:host ::ng-deep .gas-time{padding:var(--xs-size) 0 var(--base-size)}.gas-datepicker{width:100%;position:absolute;z-index:var(--layer-highest)}.datepicker-wrapper{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:310px;min-width:var(--xxl-mega-size);height:auto;min-height:356px;padding:var(--md-size);border-radius:var(--xs-size);position:absolute;border:1px solid var(--palette-gray-06);box-sizing:border-box;box-shadow:var(--shadow-card-level-2);background:var(--base-bg-block)}.datepicker-wrapper__header{display:flex;justify-content:center;align-items:center;margin-bottom:var(--semi-md-size)}.datepicker-wrapper__header-month{display:flex;width:60%;justify-content:space-between;margin-right:10%;align-items:center;color:var(--link-normal)}.datepicker-wrapper__header-month__current{cursor:pointer;font-size:18px;line-height:120%}.datepicker-wrapper__header-month__icon{cursor:pointer}.datepicker-wrapper__header-year{width:30%;text-align:center;box-sizing:border-box;padding:var(--xs-size);color:var(--link-normal);cursor:pointer;font-size:18px;line-height:120%}.datepicker-wrapper__weeks{width:100%;display:flex;justify-content:space-between;margin-bottom:var(--semi-md-size)}.datepicker-wrapper__weeks span{font-size:14px;line-height:120%;width:var(--lg-size);height:var(--lg-size);text-align:center;color:var(--text-placeholder)}.datepicker-wrapper__body{width:100%}.datepicker-wrapper__body-row{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap}.datepicker-wrapper__body-row span{width:var(--xlg-size);height:var(--xlg-size);box-sizing:border-box;display:flex;justify-content:center;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom:1px solid transparent}.datepicker-wrapper__body-row span:hover{border-bottom:var(--border-line-changed)}.datepicker-wrapper__bottom{font-size:14px;line-height:120%;margin:var(--sm-size) auto 0;text-align:center;color:var(--base-priority-medium);cursor:pointer}._active{width:var(--xlg-size);height:var(--xlg-size);background:var(--link-normal);border-radius:100%;color:var(--base-bg-block)}._no-month-days{color:var(--text-placeholder)!important}._no-current-day{cursor:not-allowed!important}"]}]}],"members":{"datepickerWrapper":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":23,"character":3},"arguments":["datepickerWrapper",{"static":true}]}]}],"timesPicker":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":27,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":28,"character":3}}]}],"defaultTime":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":31,"character":3}}]}],"presetDate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":35,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Host","line":70,"character":5}}],null],"parameters":[{"__symbolic":"reference","name":"GasClickOutsideDirective"},{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":71,"character":15}]}],"ngOnInit":[{"__symbolic":"method"}],"selectDay":[{"__symbolic":"method"}],"setToDay":[{"__symbolic":"method"}],"updateDate":[{"__symbolic":"method"}],"changeRenderPicker":[{"__symbolic":"method"}],"previousMonth":[{"__symbolic":"method"}],"nextMonth":[{"__symbolic":"method"}],"changeMonth":[{"__symbolic":"method"}],"checkAndSetMonth":[{"__symbolic":"method"}],"openYearPicker":[{"__symbolic":"method"}],"openMonthPicker":[{"__symbolic":"method"}],"onChangeYear":[{"__symbolic":"method"}],"changeCurrentMonth":[{"__symbolic":"method"}],"closePicker":[{"__symbolic":"method"}],"setDateAndTime":[{"__symbolic":"method"}]}},"GasDatepickerModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":21,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasDatepickerComponent"},{"__symbolic":"reference","name":"GasYearComponent"},{"__symbolic":"reference","name":"GasMonthComponent"},{"__symbolic":"reference","name":"GasTimeComponent"}]],"exports":[[{"__symbolic":"reference","name":"GasDatepickerComponent"},{"__symbolic":"reference","name":"GasYearComponent"},{"__symbolic":"reference","name":"GasMonthComponent"},{"__symbolic":"reference","name":"GasTimeComponent"}]],"entryComponents":[[{"__symbolic":"reference","name":"GasDatepickerComponent"},{"__symbolic":"reference","name":"GasYearComponent"},{"__symbolic":"reference","name":"GasMonthComponent"},{"__symbolic":"reference","name":"GasTimeComponent"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":32,"character":4},{"__symbolic":"reference","module":"@angular/forms","name":"FormsModule","line":33,"character":4},{"__symbolic":"reference","module":"@angular/forms","name":"ReactiveFormsModule","line":34,"character":4},{"__symbolic":"reference","name":"GasIconsModule"},{"__symbolic":"reference","name":"GasInputModule"},{"__symbolic":"reference","name":"GasClickOutsideDirectiveModule"},{"__symbolic":"reference","name":"GasButtonModule"},{"__symbolic":"reference","name":"GasDividerModule"}]}]}],"members":{}},"GasDatepickerHelper":{"__symbolic":"class","members":{"getDays":[{"__symbolic":"method"}],"getMonths":[{"__symbolic":"method"}],"createCurrentDateObject":[{"__symbolic":"method"}],"getLastDay":[{"__symbolic":"method"}],"getIndexFirstDay":[{"__symbolic":"method"}],"setDaysInMonth":[{"__symbolic":"method"}],"currentMonthDays":[{"__symbolic":"method"}],"previusMonthDays":[{"__symbolic":"method"}],"nextMonthDays":[{"__symbolic":"method"}],"isActiveDay":[{"__symbolic":"method"}],"getPreviousMonthDate":[{"__symbolic":"method"}],"getNextMonthDate":[{"__symbolic":"method"}],"checkToDay":[{"__symbolic":"method"}],"checkCurrendDay":[{"__symbolic":"method"}]}},"GasDatepicker":{"__symbolic":"interface"},"GasPickerDay":{"__symbolic":"interface"},"PreviousMonthDate":{"__symbolic":"interface"},"NextMonthDate":{"__symbolic":"interface"},"GasYears":{"__symbolic":"interface"},"GasDatepickerTime":{"__symbolic":"interface"},"MONTH":["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"],"DAYS":["Пн","Вт","Ср","Чт","Пт","Сб","Вс"],"GasMonthComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":5,"character":1},"arguments":[{"selector":"gas-month","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":9,"character":19},"member":"OnPush"},"template":"<div class=\"datepicker-wrapper__header\" (click)=\"backToDatepicker()\">\n  <gas-icon [size]=\"20\" [color]=\"gasColor.Brand\" name=\"core-back\"></gas-icon>\n</div>\n\n<div class=\"datepicker-wrapper__body\">\n  <span\n    *ngFor=\"let month of months; index as i\"\n    [class._active]=\"currentMonth === i\"\n    (click)=\"changeMonth(i)\"\n  >\n    {{ month }}\n  </span>\n</div>\n","styles":[":host{display:block}:host ::ng-deep .gas-time{padding:var(--xs-size) 0 var(--base-size)}.gas-datepicker{width:100%;position:absolute;z-index:var(--layer-highest)}.datepicker-wrapper{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:310px;min-width:var(--xxl-mega-size);height:auto;min-height:356px;padding:var(--md-size);border-radius:var(--xs-size);position:absolute;border:1px solid var(--palette-gray-06);box-sizing:border-box;box-shadow:var(--shadow-card-level-2);background:var(--base-bg-block)}.datepicker-wrapper__header{display:flex;justify-content:center;align-items:center;margin-bottom:var(--semi-md-size)}.datepicker-wrapper__header-month{display:flex;width:60%;justify-content:space-between;margin-right:10%;align-items:center;color:var(--link-normal)}.datepicker-wrapper__header-month__current{cursor:pointer;font-size:18px;line-height:120%}.datepicker-wrapper__header-month__icon{cursor:pointer}.datepicker-wrapper__header-year{width:30%;text-align:center;box-sizing:border-box;padding:var(--xs-size);color:var(--link-normal);cursor:pointer;font-size:18px;line-height:120%}.datepicker-wrapper__weeks{width:100%;display:flex;justify-content:space-between;margin-bottom:var(--semi-md-size)}.datepicker-wrapper__weeks span{font-size:14px;line-height:120%;width:var(--lg-size);height:var(--lg-size);text-align:center;color:var(--text-placeholder)}.datepicker-wrapper__body{width:100%}.datepicker-wrapper__body-row{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap}.datepicker-wrapper__body-row span{width:var(--xlg-size);height:var(--xlg-size);box-sizing:border-box;display:flex;justify-content:center;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom:1px solid transparent}.datepicker-wrapper__body-row span:hover{border-bottom:var(--border-line-changed)}.datepicker-wrapper__bottom{font-size:14px;line-height:120%;margin:var(--sm-size) auto 0;text-align:center;color:var(--base-priority-medium);cursor:pointer}._active{width:var(--xlg-size);height:var(--xlg-size);background:var(--link-normal);border-radius:100%;color:var(--base-bg-block)}._no-month-days{color:var(--text-placeholder)!important}._no-current-day{cursor:not-allowed!important}",".datepicker-wrapper__header{width:100%;display:flex;justify-content:flex-end;margin-bottom:50px;cursor:pointer}.datepicker-wrapper__body{width:100%;display:flex;flex-wrap:wrap;font-size:14px;line-height:120%}.datepicker-wrapper__body span{cursor:pointer;width:33%;padding:var(--base-size);margin-bottom:var(--md-size);text-align:center;box-sizing:border-box}._active{border-radius:var(--xs-size)}"]}]}],"members":{"currentMonth":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":12,"character":3}}]}],"onChangeMonth":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":15,"character":3}}]}],"changeMonth":[{"__symbolic":"method"}],"backToDatepicker":[{"__symbolic":"method"}]}},"GasYearComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":8,"character":1},"arguments":[{"selector":"gas-year","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":12,"character":19},"member":"OnPush"},"template":"<div class=\"datepicker-wrapper__header\">\n  <div class=\"datepicker-wrapper__header-month\">\n    <div class=\"datepicker-wrapper__header-month__icon\" (click)=\"changeYearPeriod(-1)\">\n      <gas-icon [size]=\"16\" [color]=\"gasColor.Brand\" name=\"arrows-left\"></gas-icon>\n    </div>\n    <div class=\"datepicker-wrapper__header-month__current\">\n      {{ yearOptions.minYear + '-' + yearOptions.maxYear }}\n    </div>\n    <div class=\"datepicker-wrapper__header-month__icon\" (click)=\"changeYearPeriod(1)\">\n      <gas-icon [size]=\"16\" [color]=\"gasColor.Brand\" name=\"arrows-right\"></gas-icon>\n    </div>\n  </div>\n  <div class=\"datepicker-wrapper__header-year datepicker-wrapper__header-year_align_end\" (click)=\"backToDatepicker()\">\n    <gas-icon [size]=\"20\" [color]=\"gasColor.Brand\" name=\"core-back\"></gas-icon>\n  </div>\n</div>\n\n<div class=\"datepicker-wrapper__body\">\n  <span\n    *ngFor=\"let year of yearOptions.years\"\n    [class._active]=\"year === yearOptions.currentYear\"\n    (click)=\"changeYear(year)\"\n  >\n    {{ year }}\n  </span>\n</div>\n","styles":[":host{display:block}:host ::ng-deep .gas-time{padding:var(--xs-size) 0 var(--base-size)}.gas-datepicker{width:100%;position:absolute;z-index:var(--layer-highest)}.datepicker-wrapper{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:310px;min-width:var(--xxl-mega-size);height:auto;min-height:356px;padding:var(--md-size);border-radius:var(--xs-size);position:absolute;border:1px solid var(--palette-gray-06);box-sizing:border-box;box-shadow:var(--shadow-card-level-2);background:var(--base-bg-block)}.datepicker-wrapper__header{display:flex;justify-content:center;align-items:center;margin-bottom:var(--semi-md-size)}.datepicker-wrapper__header-month{display:flex;width:60%;justify-content:space-between;margin-right:10%;align-items:center;color:var(--link-normal)}.datepicker-wrapper__header-month__current{cursor:pointer;font-size:18px;line-height:120%}.datepicker-wrapper__header-month__icon{cursor:pointer}.datepicker-wrapper__header-year{width:30%;text-align:center;box-sizing:border-box;padding:var(--xs-size);color:var(--link-normal);cursor:pointer;font-size:18px;line-height:120%}.datepicker-wrapper__weeks{width:100%;display:flex;justify-content:space-between;margin-bottom:var(--semi-md-size)}.datepicker-wrapper__weeks span{font-size:14px;line-height:120%;width:var(--lg-size);height:var(--lg-size);text-align:center;color:var(--text-placeholder)}.datepicker-wrapper__body{width:100%}.datepicker-wrapper__body-row{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap}.datepicker-wrapper__body-row span{width:var(--xlg-size);height:var(--xlg-size);box-sizing:border-box;display:flex;justify-content:center;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom:1px solid transparent}.datepicker-wrapper__body-row span:hover{border-bottom:var(--border-line-changed)}.datepicker-wrapper__bottom{font-size:14px;line-height:120%;margin:var(--sm-size) auto 0;text-align:center;color:var(--base-priority-medium);cursor:pointer}._active{width:var(--xlg-size);height:var(--xlg-size);background:var(--link-normal);border-radius:100%;color:var(--base-bg-block)}._no-month-days{color:var(--text-placeholder)!important}._no-current-day{cursor:not-allowed!important}",":host{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker-wrapper__header{width:90%}.datepicker-wrapper__header-year_align_end{display:flex;justify-content:flex-end}.datepicker-wrapper__header-month__current{cursor:default}.datepicker-wrapper__body{display:flex;flex-wrap:wrap}.datepicker-wrapper__body span{box-sizing:border-box;width:auto;margin-right:var(--md-size);margin-bottom:var(--md-size);padding:var(--base-size);cursor:pointer;font-size:14px;line-height:120%}.datepicker-wrapper__body span:nth-child(4n+4){margin-right:0}._active{border-radius:var(--xs-size);background:var(--link-normal)}"]}]}],"members":{"currentYear":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":15,"character":3}}]}],"onChangeYear":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":18,"character":3}}]}],"ngOnChanges":[{"__symbolic":"method"}],"setYearsOptions":[{"__symbolic":"method"}],"createYearData":[{"__symbolic":"method"}],"changeYearPeriod":[{"__symbolic":"method"}],"changeYear":[{"__symbolic":"method"}],"backToDatepicker":[{"__symbolic":"method"}]}},"GasTimeComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":15,"character":1},"arguments":[{"selector":"gas-time","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":19,"character":19},"member":"OnPush"},"template":"<div class=\"gas-time\">\n\n  <div class=\"gas-time__label-wrap\">\n    <div class=\"gas-time__icon\">\n      <gas-icon\n        name=\"common-clock\"\n        [size]=\"24\"\n        class=\"icon-brand\"\n      ></gas-icon>\n    </div>\n\n    <div class=\"gas-time__label\">\n      Уточните время\n    </div>\n  </div>\n\n  <div class=\"gas-time__input\">\n    <gas-input\n      [placeholder]=\"placeHolder\"\n      [formControl]=\"inputForm\"\n      [timeInput]=\"true\"\n      (input)=\"changeTimeHandler()\"\n      [digitsMask]=\"digitsMask\"\n    ></gas-input>\n  </div>\n\n</div>\n\n<gas-divider class=\"base-bg-light-gray\"></gas-divider>\n\n<div class=\"grid grid-justify-center mt-md\">\n  <button\n    gasButton=\"secondary\"\n    class=\"mr-md col\"\n    (click)=\"closeDatePicker()\"\n  >\n    Отменить\n  </button>\n  <button\n    gasButton\n    class=\"col\"\n    (click)=\"setDate()\"\n  >\n    Применить\n  </button>\n</div>\n","styles":[":host{--text-disabled:#dddbda}.gas-time{justify-content:space-between}.gas-time,.gas-time__label-wrap{display:flex;align-items:center}.gas-time__icon{margin-right:var(--semi-md-size)}.gas-time__label{font-size:14px;line-height:120%;color:var(--base-gray-medium)}.gas-time__input{width:93px}"]}]}],"members":{"timeWithoutSeconds":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":23,"character":3}}]}],"currentDate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":26,"character":3}}]}],"onSelectedDate$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":29,"character":3},"arguments":["onSelectedDate"]}]}],"onCloseDatePicker$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":32,"character":3},"arguments":["onCloseDatePicker"]}]}],"ngOnChanges":[{"__symbolic":"method"}],"setDate":[{"__symbolic":"method"}],"closeDatePicker":[{"__symbolic":"method"}],"changeTimeHandler":[{"__symbolic":"method"}],"getSeparatedCharacters":[{"__symbolic":"method"}],"getZeroTimeArray":[{"__symbolic":"method"}]}},"GasDatepickerInputComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"GasFormBaseComponent"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":21,"character":1},"arguments":[{"selector":"gas-datepicker-input","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":25,"character":19},"member":"OnPush"},"template":"  <gas-input\n    *ngIf='form'\n    [gasCalendar]=\"{\n      props: {\n      timesPicker: timesPicker,\n      timeWithoutSeconds: timeWithoutSeconds,\n      defaultTime: defaultTime,\n      minDate: minDate,\n      maxDate: maxDate,\n      format: format,\n      inputForm: form,\n      presetDate: presetDate\n      },\n      isCloseByClickOutside: true\n    }\"\n    [formControl]='form'\n    [placeholder]='placeholder'\n    [error]='error'\n    [label]='label'\n    [required]='required'\n    [nativeDisabled]='!!nativeDisabled'\n    [state]=\"state\"\n    postfixIcon='common-date'\n    [postfixIconColor]='postfixIconColor'\n    [digitsMask]='inputMask'\n    (click)='inputClickHandler($event)'\n  ></gas-input>\n\n","styles":[":host{display:block;position:relative}:host ::ng-deep .gas-time{padding:var(--xs-size) 0 var(--base-size)}.gas-datepicker{position:absolute;z-index:var(--layer-highest)}.datepicker-wrapper{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:285px;min-width:var(--xxl-mega-size);height:auto;min-height:356px;padding:var(--md-size);border-radius:var(--xs-size);position:absolute;border:1px solid var(--palette-gray-06);box-sizing:border-box;box-shadow:var(--shadow-card-level-2);background:var(--base-bg-block)}.datepicker-wrapper__header{display:flex;justify-content:center;align-items:center;margin-bottom:var(--semi-md-size)}.datepicker-wrapper__header-month{display:flex;width:60%;justify-content:space-between;margin-right:10%;align-items:center;color:var(--link-normal)}.datepicker-wrapper__header-month__current{cursor:pointer;font-size:18px;line-height:120%}.datepicker-wrapper__header-month__icon{cursor:pointer}.datepicker-wrapper__header-year{width:30%;text-align:center;box-sizing:border-box;padding:var(--xs-size);color:var(--link-normal);cursor:pointer;font-size:18px;line-height:120%}.datepicker-wrapper__weeks{width:100%;display:flex;justify-content:space-between;margin-bottom:var(--semi-md-size)}.datepicker-wrapper__weeks span{font-size:14px;line-height:120%;width:var(--lg-size);height:var(--lg-size);text-align:center;color:var(--text-placeholder)}.datepicker-wrapper__body{width:100%}.datepicker-wrapper__body-row{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap}.datepicker-wrapper__body-row span{width:var(--xlg-size);height:var(--xlg-size);box-sizing:border-box;display:flex;justify-content:center;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom:1px solid transparent}.datepicker-wrapper__body-row span:hover{border-bottom:var(--border-line-changed)}.datepicker-wrapper__bottom{font-size:14px;line-height:120%;margin:var(--sm-size) auto 0;text-align:center;color:var(--base-priority-medium);cursor:pointer}._active{width:var(--xlg-size);height:var(--xlg-size);background:var(--link-normal);border-radius:100%;color:var(--base-bg-block)}._no-month-days{color:var(--text-placeholder)!important}._no-current-day{cursor:not-allowed!important}"]}]}],"members":{"timesPicker":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":30,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":31,"character":3}}]}],"timeWithoutSeconds":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":34,"character":3}}]}],"defaultTime":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":37,"character":3}}]}],"minDate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":41,"character":3}}]}],"maxDate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":45,"character":3}}]}],"format":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":48,"character":3}}]}],"label":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":51,"character":3}}]}],"postfixIconColor":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":54,"character":3}}]}],"error":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":58,"character":3}}]}],"placeholder":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":62,"character":3}}]}],"presetDate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":66,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[null,null,null,[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Self","line":89,"character":5}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":89,"character":13}}]],"parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef","line":86,"character":30},{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":87,"character":23},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":88,"character":21},{"__symbolic":"reference","module":"@angular/forms","name":"NgControl","line":89,"character":42}]}],"ngOnInit":[{"__symbolic":"method"}],"inputClickHandler":[{"__symbolic":"method"}],"validate":[{"__symbolic":"method"}],"customDatePickerValidator":[{"__symbolic":"method"}],"getInputValue":[{"__symbolic":"method"}],"normalizeValueToFormat":[{"__symbolic":"method"}],"getCurrentFormat":[{"__symbolic":"method"}]}},"GasDatepickerInputModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":25,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasDatepickerInputComponent"},{"__symbolic":"reference","name":"ɵe"}],[{"__symbolic":"reference","name":"ɵf"}]],"exports":[[{"__symbolic":"reference","name":"GasDatepickerInputComponent"},{"__symbolic":"reference","name":"ɵe"}],[{"__symbolic":"reference","name":"ɵf"}]],"entryComponents":[{"__symbolic":"reference","name":"ɵe"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":38,"character":4},{"__symbolic":"reference","module":"@angular/forms","name":"FormsModule","line":39,"character":4},{"__symbolic":"reference","name":"GasInputModule"},{"__symbolic":"reference","name":"GasDatepickerModule"},{"__symbolic":"reference","name":"GasIconsModule"},{"__symbolic":"reference","name":"GasButtonModule"},{"__symbolic":"reference","module":"@angular/forms","name":"ReactiveFormsModule","line":44,"character":4},{"__symbolic":"reference","name":"GasClickOutsideDirectiveModule"}]}]}],"members":{}},"GasSwitchComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"GasFormBaseComponent"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":30,"character":1},"arguments":[{"selector":"gas-switch","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":34,"character":19},"member":"OnPush"},"template":"<div class=\"switch\">\n\n  <div>\n    <gas-switch-control\n      [state]=\"state\"\n      [value]=\"form.value\"\n      [isDisabled]=\"(disabled$ | async) || nativeDisabled\"\n      [isError]=\"isError\"\n      [enabledText]=\"enabledText\"\n      [disabledText]=\"disabledText\"\n      (onSwitchChange)=\"onSwitchChange($event)\"\n    ></gas-switch-control>\n  </div>\n\n  <div class=\"switch_right\">\n    <div class=\"switch_right-title\">\n      <span *ngIf=\"label; else labelContent\">{{ label }}</span>\n      <ng-template #labelContent>\n        <ng-content></ng-content>\n      </ng-template>\n    </div>\n\n    <div class=\"switch_right-description\">\n      <ng-content select=\"div\"></ng-content>\n    </div>\n  </div>\n</div>\n","styles":[".switch{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:auto;display:flex}.switch_right{display:flex;flex-direction:column;max-width:calc(var(--semi-xxlg-size) * 8)}.switch_right-title{font-size:14px;line-height:120%;color:var(--text-normal);height:var(--lg-size);display:flex;align-items:center}.switch_right-description{font-size:13px;line-height:130%;color:var(--text-placeholder)}"]}]}],"members":{"value":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":39,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":40,"character":3}}]}],"isError":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":44,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":45,"character":3},"arguments":["error"]}]}],"label":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":49,"character":3}}]}],"enabledText":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":53,"character":3}}]}],"disabledText":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":57,"character":3}}]}],"onInit$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"NgOnInit","line":60,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[null,null,null,[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Self","line":73,"character":5}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":73,"character":13}}]],"parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef","line":70,"character":30},{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":71,"character":23},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":72,"character":21},{"__symbolic":"reference","module":"@angular/forms","name":"NgControl","line":73,"character":43}]}],"onSwitchChange":[{"__symbolic":"method"}]}},"GasSwitchModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":12,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasSwitchComponent"},{"__symbolic":"reference","name":"ɵg"}]],"exports":[[{"__symbolic":"reference","name":"GasSwitchComponent"},{"__symbolic":"reference","name":"ɵg"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":20,"character":4},{"__symbolic":"reference","name":"GasIconsModule"}]}]}],"members":{}},"GasSwitchTypeConstant":{"__symbolic":"interface"},"GasRadioModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":13,"character":1},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":15,"character":4},{"__symbolic":"reference","module":"@angular/forms","name":"FormsModule","line":16,"character":4},{"__symbolic":"reference","module":"@angular/forms","name":"ReactiveFormsModule","line":17,"character":4},{"__symbolic":"reference","name":"GasIconsModule"}],"declarations":[[{"__symbolic":"reference","name":"GasRadioComponent"},{"__symbolic":"reference","name":"GasRadioGroupComponent"}]],"exports":[[{"__symbolic":"reference","name":"GasRadioComponent"},{"__symbolic":"reference","name":"GasRadioGroupComponent"}]]}]}],"members":{}},"GasRadioComponent":{"__symbolic":"class","arity":1,"extends":{"__symbolic":"reference","name":"GasFormBaseComponent"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ngneat/until-destroy","name":"UntilDestroy","line":25,"character":1}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":26,"character":1},"arguments":[{"selector":"input[gasRadio][type=radio]","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":31,"character":19},"member":"OnPush"},"template":"<ng-container *ngIf=\"{ active: active$ | async } as observables\">\n  <div\n    class=\"gas-radio\"\n    [id]=\"nativeId\"\n    [ngClass]=\"{\n      'disabled': disabled || checkDisabled,\n      '_success': isSuccess(),\n      '_modified': isModified,\n      '_error': isError(),\n      '_default': isDefault()\n    }\"\n    (click)=\"onClickHandler()\"\n    #template\n  >\n    <div class=\"gas-radio__element-faux\" [class.checked]=\"observables.active\"></div>\n    <div class=\"gas-radio__element-label\">\n      {{ label }}\n    </div>\n  </div>\n\n  <div class=\"gas-radio\" [class.disabled]=\"disabled\" (click)=\"onClickHandler()\">\n    <ng-content></ng-content>\n    <ng-container *ngIf=\"viewMode === 'list'\">\n      <div class=\"gas-radio__element-faux\" [class.checked]=\"observables.active\"></div>\n      <div class=\"gas-radio__element-label\">{{ label }}</div>\n    </ng-container>\n\n    <ng-container *ngIf=\"viewMode === 'button'\">\n      <div class=\"gas-radio__button-faux\" [class.checked]=\"observables.active\">\n        {{ label }}\n      </div>\n    </ng-container>\n  </div>\n</ng-container>\n","styles":[".gas-radio{height:var(--xlg-size);position:relative;display:inline-flex;align-items:center;cursor:pointer;margin-right:var(--gas-radio-margin-right);--base_size:5px}.gas-radio._modified:focus .gas-radio__button-faux,.gas-radio._modified:focus .gas-radio__element-faux,.gas-radio._modified:hover .gas-radio__button-faux,.gas-radio._modified:hover .gas-radio__element-faux{box-shadow:var(--shadow-input-focus-changed)}.gas-radio:focus .gas-radio__button-faux,.gas-radio:focus .gas-radio__element-faux,.gas-radio:hover .gas-radio__button-faux,.gas-radio:hover .gas-radio__element-faux{box-shadow:var(--shadow-input-focus-base)}.gas-radio._success .gas-radio:focus .gas-radio__button-faux,.gas-radio._success .gas-radio:focus .gas-radio__element-faux,.gas-radio._success .gas-radio:hover .gas-radio__button-faux,.gas-radio._success .gas-radio:hover .gas-radio__element-faux{box-shadow:var(--shadow-input-focus-applied)}.gas-radio._success .gas-radio__element-faux{border-color:var(--icon-success)}.gas-radio._success .gas-radio__element-faux.checked:after{background:var(--icon-success)}.gas-radio._success .gas-radio__button-faux{border-color:var(--icon-success);color:var(--icon-success)}.gas-radio._success .gas-radio__button-faux.checked{background:var(--icon-success);color:var(--text-white);border-width:0}.gas-radio.disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.gas-radio.disabled .gas-radio__element-faux{box-shadow:none!important;border:var(--border-line-normal);background:var(--list-normal-header)}.gas-radio.disabled .gas-radio__element-faux:after{background:var(--list-normal-header)!important}.gas-radio.disabled .gas-radio__element-label{color:var(--link-disabled)}.gas-radio__element-modified-icon{position:absolute;left:var(--sm-size-reverse);width:var(--base_size);height:var(--base_size);border-radius:50%;background-color:var(--base-priority-medium)}.gas-radio__element-label{display:inline-block;font-size:14px;line-height:120%}.gas-radio__element-faux{width:var(--md-size);height:var(--md-size);min-width:var(--md-size);margin-right:var(--sm-size);box-sizing:border-box;display:inline-block;position:relative;vertical-align:middle;border:var(--border-line-dark);border-radius:50%;background:#fff}.gas-radio__element-faux.checked{border-color:var(--base-priority-medium)}.gas-radio__element-faux.checked:after{width:var(--sm-size);height:var(--sm-size);content:\"\";position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);border-radius:50%;background:var(--base-priority-medium)}.gas-radio__button-faux{height:100%;box-sizing:border-box;padding:0 var(--md-size);display:flex;align-items:center;border:var(--border-line-normal);border-right-width:0;color:var(--base-priority-medium);font-size:14px;line-height:120%;cursor:pointer}.gas-radio__button-faux.checked{background-color:var(--base-priority-medium);color:var(--text-white);border-width:0}:host[type=radio]{width:1px;height:1px;border:0;clip:rect(0 0 0 0);margin:-1px;overflow:hidden;padding:0;position:absolute}:host:first-of-type .gas-radio__button-faux{border-top-left-radius:var(--xs-size);border-bottom-left-radius:var(--xs-size)}:host:last-of-type .gas-radio__button-faux{border-right-width:1px;border-top-right-radius:var(--xs-size);border-bottom-right-radius:var(--xs-size)}"]}]}],"members":{"templateRef":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":35,"character":3},"arguments":["template"]}]}],"label":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":39,"character":3}}]}],"value":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":43,"character":3}}]}],"error":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":46,"character":3}}]}],"nativeId":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":49,"character":3}}]}],"modified":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":52,"character":3}}]}],"disabled":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":55,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":56,"character":3}}]}],"clicked$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":59,"character":3},"arguments":["clicked"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef","line":93,"character":27},{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":94,"character":23},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":95,"character":21}]}],"ngAfterViewInit":[{"__symbolic":"method"}],"onClickHandler":[{"__symbolic":"method"}],"setInputTypeAttribute":[{"__symbolic":"method"}],"isSuccess":[{"__symbolic":"method"}],"isError":[{"__symbolic":"method"}],"isDefault":[{"__symbolic":"method"}],"setActive":[{"__symbolic":"method"}],"wrapElement":[{"__symbolic":"method"}]}},"GasRadioGroupComponent":{"__symbolic":"class","arity":1,"extends":{"__symbolic":"reference","name":"GasFormBaseComponent"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ngneat/until-destroy","name":"UntilDestroy","line":22,"character":1}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":23,"character":1},"arguments":[{"selector":"gas-radio-group","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":27,"character":19},"member":"OnPush"},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR","line":30,"character":15},"useExisting":{"__symbolic":"reference","name":"GasRadioGroupComponent"},"multi":true}],"template":"<div class=\"gas-radio-group__label\">\n  <span>{{ label }}</span>\n  <gas-icon *ngIf=\"required\" [size]=\"16\" color=\"#C23934\" name=\"core-required\"></gas-icon>\n</div>\n<div [class]=\"'gas-radio-group__control ' + '_' + direction\">\n    <div class=\"gas-radio-group__control-button\" *ngIf=\"isButton(); else content\">\n        <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n    </div>\n</div>\n<div class=\"gas-radio-group__error\" *ngIf=\"error\">{{error}}</div>\n<ng-template #content>\n    <ng-content></ng-content>\n</ng-template>\n","styles":[".gas-radio-group,:host{display:block}.gas-radio-group__label{width:100%;font-size:16px;line-height:120%;font-weight:700;margin-bottom:var(--sm-size);display:flex}.gas-radio-group__control{display:flex}.gas-radio-group__control-button{display:inline-flex}._column{flex-direction:column}._row{flex-direction:row;--gas-radio-margin-right:var(--sm-size)}::ng-deep .gas-radio-group{border:0!important;padding:0}"]}]}],"members":{"optionRefs":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren","line":39,"character":3},"arguments":[{"__symbolic":"reference","name":"GasRadioComponent"},{"descendants":true}]}]}],"label":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":42,"character":3}}]}],"error":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":45,"character":3}}]}],"direction":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":48,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef","line":54,"character":30},{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":55,"character":23},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":56,"character":21}]}],"ngOnChanges":[{"__symbolic":"method"}],"ngAfterContentInit":[{"__symbolic":"method"}],"isButton":[{"__symbolic":"method"}],"setDefaultValue":[{"__symbolic":"method"}],"setInputState":[{"__symbolic":"method"}]}},"GasStatusTagModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":14,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasStatusTagComponent"},{"__symbolic":"reference","name":"GasStatusTagGroupComponent"}]],"exports":[[{"__symbolic":"reference","name":"GasStatusTagComponent"},{"__symbolic":"reference","name":"GasStatusTagGroupComponent"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":22,"character":4},{"__symbolic":"reference","module":"@angular/forms","name":"ReactiveFormsModule","line":23,"character":4},{"__symbolic":"reference","name":"GasIconsModule"}]}]}],"members":{}},"GasStatusTag":{"__symbolic":"interface"},"GasStatusTagTypeEnum":{"Checkbox":"checkbox","Radio":"radio"},"GasStatusTagType":{"__symbolic":"interface"},"GasStatusTagComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":10,"character":1},"arguments":[{"selector":"gas-status-tag","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":14,"character":19},"member":"OnPush"},"template":"<div\n  class=\"status-tag\"\n  [class._active]=\"isActive\"\n  [class._disabled]=\"disabled\"\n>\n  {{ label }}\n</div>\n","styles":[":host{display:block}:host .status-tag{font-size:14px;line-height:120%;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;padding:var(--semi-sm-size) var(--semi-md-size);box-sizing:border-box;border-radius:var(--temp-xxlg-size);background:var(--base-white);color:var(--text-weak);border:1px solid var(--base-success-dark)}:host .status-tag:hover{background-color:var(--base-success-medium);color:var(--base-white);border-color:unset}:host .status-tag._active{background-color:var(--base-success-dark);color:var(--base-white)}:host .status-tag._disabled{background-color:var(--base-bg-light-gray);color:var(--base-white);border-color:unset}"]}]}],"members":{"label":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":18,"character":3}}]}],"isActive":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":21,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":22,"character":3}}]}],"disabled":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":25,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":26,"character":3}}]}],"clicked$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":29,"character":3},"arguments":["clicked"]}]}],"handleClick":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostListener","line":32,"character":3},"arguments":["click"]}]}]}},"GasStatusTagGroupComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"GasFormBaseComponent"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ngneat/until-destroy","name":"UntilDestroy","line":33,"character":1}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":34,"character":1},"arguments":[{"selector":"gas-status-tag-group","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":38,"character":19},"member":"OnPush"},"template":"<div class=\"gas-status-tag-group\">\r\n  <div\r\n    *ngIf=\"label?.length\"\r\n    class=\"gas-status-tag-group__label\"\r\n  >\r\n    {{ label }}:\r\n  </div>\r\n  <gas-status-tag\r\n    *ngFor=\"let item of gasStatusTagItems\"\r\n    class=\"gas-status-tag-group__item\"\r\n    [label]=\"item.label\"\r\n    [isActive]=\"isActive(item.value)\"\r\n    [disabled]=\"!!nativeDisabled || (item.disabled$ | async)\"\r\n    (clicked)=\"selectItem(item)\"\r\n  ></gas-status-tag>\r\n</div>\r\n","styles":[":host{display:block}:host .gas-status-tag-group{display:flex;align-items:center}:host .gas-status-tag-group__label{font-size:14px;line-height:120%;margin-right:var(--sm-size)}:host .gas-status-tag-group__item:not(:last-child){margin-right:var(--sm-size)}"]}]}],"members":{"gasStatusTagItems":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":42,"character":3}}]}],"label":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":45,"character":3}}]}],"type":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":48,"character":3}}]}],"itemSelected":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":51,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[null,null,null,[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Self","line":58,"character":5}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":58,"character":13}}]],"parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef","line":55,"character":30},{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":56,"character":23},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":57,"character":21},{"__symbolic":"reference","module":"@angular/forms","name":"NgControl","line":58,"character":43}]}],"ngAfterViewInit":[{"__symbolic":"method"}],"isActive":[{"__symbolic":"method"}],"writeValue":[{"__symbolic":"method"}],"selectItem":[{"__symbolic":"method"}],"getRadioTypeValue":[{"__symbolic":"method"}],"getCheckboxTypeValue":[{"__symbolic":"method"}]}},"GasFormBaseComponent":{"__symbolic":"class","arity":1,"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ngneat/until-destroy","name":"UntilDestroy","line":21,"character":1}}],"members":{"value":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":24,"character":3}}]}],"state":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":27,"character":3}}]}],"nativeDisabled":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":39,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":40,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":41,"character":3},"arguments":["class._disabled"]}]}],"required":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":57,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":58,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":59,"character":3},"arguments":["class._required"]}]}],"combine":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":72,"character":3}}]}],"combinePos":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":75,"character":3}}]}],"onChanged$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":78,"character":3},"arguments":["onChanged"]}]}],"init$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"NgOnInit","line":81,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef","line":104,"character":30},{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":105,"character":23},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":106,"character":21}]}],"ngOnInit":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}],"writeValue":[{"__symbolic":"method"}],"registerOnTouched":[{"__symbolic":"method"}],"registerOnChange":[{"__symbolic":"method"}]}},"GasAutocompleteModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":23,"character":1},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":25,"character":4},{"__symbolic":"reference","module":"@angular/forms","name":"FormsModule","line":26,"character":4},{"__symbolic":"reference","module":"@angular/forms","name":"ReactiveFormsModule","line":27,"character":4},{"__symbolic":"reference","name":"GasIconsModule"},{"__symbolic":"reference","name":"GasScrollModule"},{"__symbolic":"reference","name":"GasInputModule"},{"__symbolic":"reference","name":"GasClickOutsideDirectiveModule"},{"__symbolic":"reference","name":"GasObjectFilterModule"},{"__symbolic":"reference","name":"GasSpinnerModule"}],"declarations":[[{"__symbolic":"reference","name":"GasAutocompleteComponent"},{"__symbolic":"reference","name":"GasAutocompleteDropdownComponent"}],[{"__symbolic":"reference","name":"GasAutocompleteDropdownDirective"}]],"exports":[[{"__symbolic":"reference","name":"GasAutocompleteComponent"},{"__symbolic":"reference","name":"GasAutocompleteDropdownComponent"}],[{"__symbolic":"reference","name":"GasAutocompleteDropdownDirective"}]],"entryComponents":[{"__symbolic":"reference","name":"GasAutocompleteDropdownComponent"}]}]}],"members":{}},"GasAutocompleteComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"GasFormBaseComponent"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ngneat/until-destroy","name":"UntilDestroy","line":35,"character":1}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":36,"character":1},"arguments":[{"selector":"gas-autocomplete","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":40,"character":19},"member":"OnPush"},"template":"<div class=\"autocomplete\">\n  <div\n    *ngIf=\"label || required\"\n    class=\"autocomplete__label\"\n  >\n    <div *ngIf=\"label\" class=\"autocomplete__label-text\">{{ label }}</div>\n    <div *ngIf=\"required\">\n      <gas-icon name=\"core-required\" [size]=\"16\" color=\"#C23934\"></gas-icon>\n    </div>\n  </div>\n\n  <div class=\"autocomplete__input\">\n    <input\n      [gasAutocompleteDropdown]=\"{}\"\n      #inputRef\n      type=\"text\"\n      [placeholder]=\"placeholder || ''\"\n      [formControl]=\"inputControl\"\n      [disabled]=\"nativeDisabled\"\n      (input)=\"changeInputValue($event)\"\n    />\n\n    <gas-icon\n      *ngIf=\"autoCompleteValue || (nativeValueSubject$ | async)\"\n      name=\"notifications-close\"\n      [size]=\"16\"\n      class=\"autocomplete__input-clearable\"\n      (click)=\"clearValue()\"\n    ></gas-icon>\n  </div>\n\n  <div *ngIf=\"error\" class=\"autocomplete__error\">\n    <div class=\"autocomplete__error-icon\">\n      <gas-icon name=\"actions-info-reverse\" [size]=\"14\" color=\"#C23934\"></gas-icon>\n    </div>\n    <div class=\"autocomplete__error-text\">{{ error }}</div>\n  </div>\n</div>\n","styles":[".autocomplete__label{display:flex;align-items:center;margin-bottom:var(--xxs-size)}.autocomplete__label-text{font-size:13px;line-height:130%;color:var(--base-text-gray-medium);letter-spacing:.0012em}.autocomplete__input{position:relative;width:100%}.autocomplete__input input{font-size:14px;line-height:120%;outline:none;width:100%;background-color:var(--base-bg-block);border:var(--border-line-normal);box-sizing:border-box;border-radius:var(--xs-size);padding:var(--sm-size) var(--xlg-size) var(--semi-sm-size) var(--semi-md-size);color:var(--base-dark-gray)}.autocomplete__input input::-moz-placeholder{font-size:14px;line-height:120%;color:var(--base-gray-medium);letter-spacing:.0012em}.autocomplete__input input:-ms-input-placeholder{font-size:14px;line-height:120%;color:var(--base-gray-medium);letter-spacing:.0012em}.autocomplete__input input::placeholder{font-size:14px;line-height:120%;color:var(--base-gray-medium);letter-spacing:.0012em}.autocomplete__input-clearable{position:absolute;right:var(--md-size);top:var(--sm-size);color:var(--base-priority-medium);cursor:pointer}.autocomplete__error{display:flex;align-items:center;margin-top:var(--xs-size)}.autocomplete__error-icon{margin-right:var(--sm-size)}.autocomplete__error-text{font-size:13px;line-height:130%;color:var(--base-negative);letter-spacing:.0012em}:host{display:block}:host.input-primary input{border:var(--border-line-changed)}:host.input-primary .autocomplete__input-clearable{color:var(--base-priority-medium)}:host.input-success input{border:var(--border-line-applied)}:host.input-success .autocomplete__input-clearable{color:var(--base-success-medium)}:host.input-error input{border:var(--border-line-error)}:host.input-error .autocomplete__input-clearable{color:var(--base-negative-medium)}:host.input-disabled input{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:var(--list-normal-header);border:var(--border-line-normal)}:host.input-disabled .autocomplete__input-clearable{display:none}"]}]}],"members":{"inputDisabled":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":43,"character":3},"arguments":["class.input-disabled"]}]}],"inputRef":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":48,"character":3},"arguments":["inputRef"]}]}],"inputChange$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":51,"character":3},"arguments":["inputChange"]}]}],"label":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":54,"character":3}}]}],"placeholder":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":57,"character":3}}]}],"error":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":60,"character":3}}]}],"loading":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":63,"character":3}}]}],"defaultFilter":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":66,"character":3}}]}],"options":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":70,"character":3}}]}],"dropdownSameWidth":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":73,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[null,null,null,[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Self","line":96,"character":5}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":96,"character":13}}]],"parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef","line":93,"character":30},{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":94,"character":23},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":95,"character":21},{"__symbolic":"reference","module":"@angular/forms","name":"NgControl","line":96,"character":42}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}],"changeInputValue":[{"__symbolic":"method"}],"clearValue":[{"__symbolic":"method"}],"writeValue":[{"__symbolic":"method"}],"setAutocompleteType":[{"__symbolic":"method"}]}},"GasAutocompleteDropdownComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"GasDynamicBaseComponent"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ngneat/until-destroy","name":"UntilDestroy","line":27,"character":1}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":28,"character":1},"arguments":[{"selector":"gas-autocomplete-dropdown","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":32,"character":19},"member":"OnPush"},"providers":[{"__symbolic":"reference","name":"GasClickOutsideDirective"},{"__symbolic":"reference","name":"GasObjectFilterPipe"}],"template":"<ng-container \n  *ngIf=\"{\n    filterOptions: filterOptions$ | async,\n    loading: loading$ | async\n  } as observables\"\n>\n  <gas-scroll overflowXHidden class=\"gas-autocomplete-dropdown\">\n    <ng-container *ngIf=\"observables.filterOptions?.length && !observables.loading; else noOptionsTemplate\">\n      <div\n        class=\"gas-autocomplete-options\"\n        *ngFor=\"let option of observables.filterOptions\"\n        (click)=\"selectOption(option)\"\n      >\n        {{ option.title }}\n      </div>\n    </ng-container>\n  </gas-scroll>\n\n  <ng-template #noOptionsTemplate>\n    <div\n      *ngIf=\"!observables.loading; else loadingTemplate\"\n      class=\"gas-autocomplete-options\"\n    >\n      Не найдено\n    </div>\n\n    <ng-template #loadingTemplate>\n      <div\n        class=\"gas-autocomplete-options gas-autocomplete-spinner\"\n      >\n        <gas-spinner size=\"small\"></gas-spinner>\n      </div>\n    </ng-template>\n  </ng-template>\n\n</ng-container>","styles":[":host{display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;top:59px;width:inherit;box-sizing:border-box;padding:var(--semi-sm-size) 0 var(--semi-md-size) 0;border:var(--border-line-normal);border-radius:var(--xs-size);background-color:var(--base-bg-block);box-shadow:var(--shadow-card-level-2);z-index:var(--layer-low)}.gas-autocomplete-dropdown{max-height:210px}.gas-autocomplete-spinner{height:50px}.gas-autocomplete-options{font-size:14px;line-height:120%;color:var(--base-text-gray-medium);padding:var(--sm-size) var(--xlg-size) var(--sm-size) 44px;cursor:pointer}.gas-autocomplete-options:hover{background-color:var(--base-bg-highlight)}"]}]}],"members":{"dropdownWidth":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":39,"character":3},"arguments":["style.width.px"]}]}],"dropdownMaxWidth":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":48,"character":3},"arguments":["style.maxWidth.px"]}]}],"dropdownMinWidth":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":55,"character":3},"arguments":["style.minWidth.px"]}]}],"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[null,[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Host","line":97,"character":5}}],null,null],"parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":96,"character":15},{"__symbolic":"reference","name":"GasClickOutsideDirective"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":98,"character":21},{"__symbolic":"reference","name":"GasObjectFilterPipe"}]}],"ngOnInit":[{"__symbolic":"method"}],"selectOption":[{"__symbolic":"method"}]}},"GasAutocompleteDropdownDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"GasDynamicPositioningPopupDirective"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":14,"character":1},"arguments":[{"selector":"[gasAutocompleteDropdown]"}]}],"members":{"setup":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":19,"character":3},"arguments":["gasAutocompleteDropdown"]}]}],"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[null,null,null,null,null,[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject","line":49,"character":5},"arguments":[{"__symbolic":"reference","name":"GAS_POSITIONING_CONFIG"}]}],null],"parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":44,"character":8},{"__symbolic":"reference","module":"@cikrf/gas-utils/services","name":"GasDynamicComponentsService","line":45,"character":33},{"__symbolic":"reference","name":"GasPositioningService"},{"__symbolic":"reference","name":"GasBrowserEventsService"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":48,"character":12},{"__symbolic":"select","expression":{"__symbolic":"reference","name":"ɵd"},"member":"Config","arguments":[{"__symbolic":"reference","name":"GasAutocompleteDropdownComponent"}]},{"__symbolic":"reference","name":"GasAutocompleteComponent"}]}]}},"GasAutocompleteOptions":{"__symbolic":"interface"},"GasMicroButtonModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":10,"character":1},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":12,"character":4},{"__symbolic":"reference","name":"GasIconsModule"}],"declarations":[[{"__symbolic":"reference","name":"GasMicroButtonComponent"}]],"exports":[[{"__symbolic":"reference","name":"GasMicroButtonComponent"}]]}]}],"members":{}},"GasMicroButtonComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":10,"character":1},"arguments":[{"selector":"gas-micro-button","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":14,"character":19},"member":"OnPush"},"template":"<gas-icon\n  [name]=\"iconName\"\n  [size]=\"iconSize\"\n></gas-icon>","styles":[":host{box-sizing:border-box;display:flex;justify-content:center;align-items:center;border-radius:var(--xs-size);cursor:pointer;color:var(--base-priority-medium);width:var(--lg-size);height:var(--lg-size)}:host._large{width:var(--xlg-size);height:var(--xlg-size)}:host._primary{background-color:var(--base-priority-medium);color:var(--base-white)}:host._secondary{border:var(--border-line-normal);background-color:var(--base-white)}:host._disabled{background:var(--base-bg-highlight);color:var(--base-bg-light-gray);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}"]}]}],"members":{"type":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":17,"character":3}}]}],"size":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":20,"character":3}}]}],"disabled":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":28,"character":3},"arguments":["class._disabled"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":29,"character":3}}]}],"iconName":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":32,"character":3}}]}],"isLarge":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":35,"character":3},"arguments":["class._large"]}]}],"primaryClass":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":40,"character":3},"arguments":["class._primary"]}]}],"secondaryClass":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":45,"character":3},"arguments":["class._secondary"]}]}]}},"GasDividerComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":4,"character":1},"arguments":[{"selector":"gas-divider","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":8,"character":19},"member":"OnPush"},"template":"","styles":[":host{display:block;box-sizing:border-box;height:1px;background-color:var(--text-disabled)}"]}]}],"members":{}},"GasDividerModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":8,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasDividerComponent"}]],"exports":[[{"__symbolic":"reference","name":"GasDividerComponent"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":16,"character":4}]}]}],"members":{}},"GasTabsModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":16,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasTabsComponent"},{"__symbolic":"reference","name":"GasTabComponent"}],[{"__symbolic":"reference","name":"GasTabDirective"}]],"exports":[[{"__symbolic":"reference","name":"GasTabsComponent"},{"__symbolic":"reference","name":"GasTabComponent"}],[{"__symbolic":"reference","name":"GasTabDirective"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":26,"character":4}]}]}],"members":{}},"GasTabsHelper":{"__symbolic":"class","members":{},"statics":{"changeTabsStateSubject$":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"rxjs","name":"Subject","line":3,"character":57}}}},"GasTabsType":{"__symbolic":"interface"},"Tab":{"__symbolic":"interface"},"GasTabsComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ngneat/until-destroy","name":"UntilDestroy","line":18,"character":1}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":19,"character":1},"arguments":[{"selector":"gas-tabs","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":23,"character":19},"member":"OnPush"},"template":"<div class=\"gas-tabs\">\n  <div\n    *ngFor=\"let tab of tabs\"\n    [class.gas-tabs__tab_active]=\"tab.active\"\n    [class.gas-tabs__tab_disabled]=\"tab.disabled\"\n    (click)=\"selectTab(tab)\"\n    class=\"gas-tabs__tab\"\n  >\n    <ng-container *ngIf=\"!!tab.tabTitle; else tabTitleTemplate\">\n      <div>{{ tab.tabTitle }}</div>\n    </ng-container>\n\n    <ng-container *ngTemplateOutlet=\"tab.templateLabel\"></ng-container>\n\n    <ng-template #tabTitleTemplate>\n      <ng-container *ngTemplateOutlet=\"tab.tabTitleTemplate\"></ng-container>\n    </ng-template>\n  </div>\n</div>\n\n<ng-content></ng-content>\n\n<!-- Показываем контент через ng-template -->\n<div *ngFor=\"let tab of tabs\">\n  <ng-container *ngIf=\"tab.active\">\n    <ng-template *ngTemplateOutlet=\"tab.templateRef\"></ng-template>\n  </ng-container>\n</div>\n","styles":[":host{width:100%}:host._scoped .gas-tabs{background:var(--base-bg-highlight);border:var(--border-line-normal);border-bottom:transparent;box-shadow:inset 0 -1px 0 var(--text-disabled);border-radius:var(--xs-size) var(--xs-size) 0 0}:host._scoped .gas-tabs__tab_active{background:var(--base-bg-block);font-weight:700;box-shadow:inset -1px 0 0 var(--text-disabled),inset 1px 0 0 var(--text-disabled);border-bottom:transparent}:host._scoped .gas-tabs__tab_active:first-child{box-shadow:inset -1px 0 0 var(--text-disabled)}:host:not(._scoped) .gas-tabs__tab_active{font-weight:700;border-bottom:var(--xs-size) solid var(--base-priority-medium)}:host:not(._scoped) .gas-tabs__tab:not(.gas-tabs__tab_active):hover{border-bottom:var(--xxs-size) solid var(--base-priority-medium)}.gas-tabs{display:flex;box-sizing:border-box;box-shadow:0 1px 0 rgba(0,0,0,.2);margin-bottom:var(--sm-size);font-size:14px;line-height:120%}.gas-tabs__tab{padding:var(--semi-md-size) var(--md-size);position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer}.gas-tabs__tab_disabled{background:var(--base-bg-highlight)!important;border-bottom:var(--border-line-normal)!important;cursor:not-allowed}"]}]}],"members":{"selectedChange":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":26,"character":3}}]}],"type":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":29,"character":3}}]}],"scoped":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":32,"character":3},"arguments":["class._scoped"]}]}],"tabs":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren","line":38,"character":3},"arguments":[{"__symbolic":"reference","name":"GasTabComponent"}]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef","line":44,"character":31}]}],"ngAfterContentInit":[{"__symbolic":"method"}],"selectTab":[{"__symbolic":"method"}]}},"GasTabComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ngneat/until-destroy","name":"UntilDestroy","line":17,"character":1}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":18,"character":1},"arguments":[{"selector":"gas-tab","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":21,"character":19},"member":"OnPush"},"template":"<div [hidden]=\"!active\" class=\"gas-tab\">\n  <ng-content></ng-content>\n</div>\n"}]}],"members":{"tabTitle":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":25,"character":3}}]}],"tabTitleTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":29,"character":3}}]}],"active":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":33,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":34,"character":3}}]}],"disabled":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":38,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":39,"character":3}}]}],"id":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":42,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":49,"character":5}}],null],"parameters":[{"__symbolic":"reference","name":"TemplateRef","module":"@angular/core","arguments":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":49,"character":48}]},{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef","line":50,"character":30}]}],"ngOnInit":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}]}},"GasTabDirective":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":5,"character":1},"arguments":[{"selector":"[gas-tab], gasTab","exportAs":"gasTab"}]}],"members":{"title":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":12,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":18,"character":5}}],null],"parameters":[{"__symbolic":"reference","name":"TemplateRef","module":"@angular/core","arguments":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":18,"character":48}]},{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef","line":19,"character":30}]}]}},"GasCardComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":28,"character":1},"arguments":[{"selector":"gas-card","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":32,"character":19},"member":"OnPush"},"template":"<div *ngIf=\"infoCard\">\n  <ng-container *ngTemplateOutlet=\"infoContent\"></ng-container>\n</div>\n\n  <div class=\"gas-card__header\">\n    <gas-icon\n      *ngIf=\"iconName\"\n      [class]=\"'gas-card__header-icon ' + iconClass\"\n      [name]=\"iconName\"\n      [size]=\"40\"\n    ></gas-icon>\n    \n    <div *ngIf=\"title\" class=\"gas-card__title\">\n      {{ title }}\n    </div>\n  </div>\n\n<gas-divider *ngIf=\"infoCard\"></gas-divider>\n\n<ng-container *ngIf=\"!isLoader; else loader\">\n  <div class=\"gas-card__content\">\n    <ng-content></ng-content>\n  </div>\n\n  <div *ngIf=\"button || inputTemplate\" class=\"gas-card__footer\">\n    <gas-card-footer\n      [text]=\"button\"\n      [type]=\"buttonType\"\n      [inputTemplate]=\"inputTemplate\"\n      [icon]=\"buttonIcon\"\n      [iconSize]=\"iconSize\"\n      (onClick)=\"onClick.emit()\">\n    </gas-card-footer>\n  </div>\n</ng-container>\n\n<ng-template #loader>\n  <gas-spinner></gas-spinner>\n</ng-template>\n","styles":[":host{position:relative;background-color:var(--gas-card-background-color,var(--base-bg-block));display:flex;flex-direction:column;box-shadow:var(--gas-card-shadow,var(--shadow-card-level-3));box-sizing:border-box;border-radius:var(--gas-card-border-radius,var(--xs-size))}:host._maxi{padding:var(--gas-card-maxi-padding,var(--lg-size) var(--lg-size) 37px var(--lg-size))}:host._maxi .gas-card__title{margin:var(--gas-card-maxi-margin,var(--sm-size-reverse) 0 var(--md-size) 0)}:host._maxi .gas-card__footer{margin-right:var(--lg-size-reverse);margin-bottom:-37px;margin-left:var(--lg-size-reverse)}:host._default{padding:var(--gas-card-default-padding,14px var(--md-size))}:host._default .gas-card__title{margin-top:var(--xxs-size);margin-left:0}:host._default .gas-card__footer{margin-right:var(--md-size-reverse);margin-bottom:-14px;margin-left:var(--md-size-reverse)}:host .gas-card__title{margin:var(--md-size) var(--md-size) var(--md-size);color:var(--text-normal);font-size:16px;line-height:120%;font-weight:700}:host .gas-card__footer{display:flex;flex-direction:column;margin:auto 0 0}:host .gas-card__content{height:100%}:host._small{padding:var(--sm-size)}:host._null{padding:0}:host._info{padding:var(--lg-size);box-shadow:var(--shadow-container-border);border:var(--border-car-level)}:host._info .gas-card{display:flex;flex-direction:column;align-items:center}:host._info .gas-card__title{margin:0;font-size:18px;line-height:120%;margin-bottom:var(--xlg-size)}:host._info gas-divider{margin-bottom:var(--lg-size)}:host._disabled{background:var(--base-bg-page)}:host._actions{padding:var(--semi-md-size) var(--xlg-size) var(--xlg-size) var(--md-size)}:host._actions .gas-card__header{display:flex;justify-content:flex-start;align-items:center;margin-bottom:var(--semi-xxlg-size)}:host._actions .gas-card__header .gas-card__header-icon{margin-right:var(--md-size)}:host._actions .gas-card__header .gas-card__title{font-size:16px;line-height:120%;font-weight:700;color:var(--base-text-default);margin:0}"]}]}],"members":{"type":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":35,"character":3}}]}],"title":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":38,"character":3}}]}],"button":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":41,"character":3}}]}],"inputTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":44,"character":3}}]}],"infoContent":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":47,"character":3}}]}],"buttonIcon":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":50,"character":3}}]}],"isLoader":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":53,"character":3}}]}],"buttonType":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":56,"character":3}}]}],"disabled":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":59,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":60,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":61,"character":3},"arguments":["class._disabled"]}]}],"iconName":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":65,"character":3}}]}],"iconClass":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":69,"character":3}}]}],"onClick":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":72,"character":3}}]}],"classDefault":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":75,"character":3},"arguments":["class._default"]}]}],"classSmall":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":80,"character":3},"arguments":["class._small"]}]}],"classMaxi":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":85,"character":3},"arguments":["class._maxi"]}]}],"infoCard":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":90,"character":3},"arguments":["class._info"]}]}],"actionCard":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":95,"character":3},"arguments":["class._actions"]}]}],"__ctor__":[{"__symbolic":"constructor"}]}},"GasCardModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":14,"character":1},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":16,"character":4},{"__symbolic":"reference","name":"GasSpinnerModule"},{"__symbolic":"reference","name":"GasIconsModule"},{"__symbolic":"reference","name":"GasDividerModule"}],"declarations":[[{"__symbolic":"reference","name":"GasCardComponent"},{"__symbolic":"reference","name":"GasCardFooterComponent"}]],"exports":[[{"__symbolic":"reference","name":"GasCardComponent"},{"__symbolic":"reference","name":"GasCardFooterComponent"}]]}]}],"members":{}},"GasCardFooterComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"gas-card-footer","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":18,"character":19},"member":"OnPush"},"template":"<div *ngIf=\"!inputTemplate\" class=\"gas-card-footer__button\" (click)=\"onClick.emit()\">\n  <gas-icon *ngIf=\"icon\" [name]=\"icon\" [size]=\"iconSize\"></gas-icon>\n  {{ text }}\n</div>\n<div *ngIf=\"inputTemplate\" class=\"gas-card-footer__template\">\n  <ng-container *ngTemplateOutlet=\"inputTemplate\"></ng-container>\n</div>\n","styles":[":host .gas-card-footer__button{display:flex;flex:100%;flex-direction:row;justify-content:center}:host{margin:auto 0 0;border-top:var(--border-line-normal)}:host .gas-card-footer__button{align-items:center;padding:var(--semi-md-size) 0;cursor:pointer}:host .gas-card-footer__button :first-child{margin-right:var(--sm-size)}:host._default{color:var(--link-normal)}:host._brand{background-color:var(--base-priority-medium);color:var(--text-white)}:host._positive{background-color:var(--base-success-medium);color:var(--text-white)}:host._destructive{background-color:var(--base-negative-medium);color:var(--text-white)}"]}]}],"members":{"text":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":22,"character":3}}]}],"type":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":25,"character":3}}]}],"inputTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":28,"character":3}}]}],"icon":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":31,"character":3}}]}],"iconSize":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":34,"character":3}}]}],"onClick":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":37,"character":3}}]}],"classDefault":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":40,"character":3},"arguments":["class._default"]}]}],"classBrand":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":45,"character":3},"arguments":["class._brand"]}]}],"classPositive":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":50,"character":3},"arguments":["class._positive"]}]}],"classDestructive":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":55,"character":3},"arguments":["class._destructive"]}]}],"__ctor__":[{"__symbolic":"constructor"}],"checkType":[{"__symbolic":"method"}],"checkDefaultType":[{"__symbolic":"method"}]}},"GasDescriptionComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":11,"character":1},"arguments":[{"selector":"gas-description, gas-key-value","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":15,"character":19},"member":"OnPush"},"host":{"[class._size-1]":"size === '1'","[class._size-3]":"size === '3'","[class._size-5]":"size === '5'","[class._size-6]":"size === '6'","[class._size-8]":"size === '8'","[class._size-9]":"size === '9'","$quoted$":["[class._size-1]","[class._size-3]","[class._size-5]","[class._size-6]","[class._size-8]","[class._size-9]"]},"template":"<div class=\"gas-description__title\">{{ title }}</div>\n\n<gas-divider *ngIf=\"divider else dummy\" class=\"mv-sm\"></gas-divider>\n\n<ng-template #dummy>\n  <div class=\"h-4\"></div>\n</ng-template>\n\n<div class=\"gas-description__content\">\n  <ng-content></ng-content>\n</div>\n","styles":[":host{display:flex;flex-direction:column;width:100%}:host._reverse{flex-direction:column-reverse}:host._size-1 .gas-description__content,:host._size-1 .gas-description__title{font-size:12px;line-height:130%}:host._size-3 .gas-description__title{font-size:14px;line-height:120%}:host._size-3 .gas-description__content{font-size:13px;line-height:130%}:host._size-5 .gas-description__title{font-size:18px;line-height:120%}:host._size-5 .gas-description__content{font-size:14px;line-height:120%}:host._size-6 .gas-description__title{font-size:20px;line-height:120%}:host._size-6 .gas-description__content{font-size:16px;line-height:120%}:host._size-8 .gas-description__title{font-size:26px;line-height:120%}:host._size-8 .gas-description__content{font-size:16px;line-height:120%}:host._size-9 .gas-description__title{font-size:30px;line-height:120%}:host._size-9 .gas-description__content{font-size:16px;line-height:120%}:host .gas-description__title{color:var(--text-normal)}:host .gas-description__content{color:var(--text-placeholder)}:host._centered-text .gas-description__content,:host._centered-text .gas-description__title{text-align:center}"]}]}],"members":{"title":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":26,"character":3}}]}],"size":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":29,"character":3}}]}],"divider":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":32,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":33,"character":3}}]}],"reverse":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":36,"character":3},"arguments":["class._reverse"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":37,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":38,"character":3}}]}],"isCentered":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":41,"character":3},"arguments":["class._centered-text"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":42,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":43,"character":3},"arguments":["centered"]}]}]}},"GasDescriptionModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":10,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasDescriptionComponent"}]],"exports":[[{"__symbolic":"reference","name":"GasDescriptionComponent"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":18,"character":4},{"__symbolic":"reference","name":"GasDividerModule"}]}]}],"members":{}},"GasLayoutComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":8,"character":1},"arguments":[{"selector":"gas-layout","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":12,"character":19},"member":"OnPush"},"template":"<ng-container *ngIf=\"{ isMenu: isMenu$ | async } as observables\">\n  <div *ngIf=\"observables.isMenu \" class=\"gas-layout__menu\">\n    <gas-menu></gas-menu>\n  </div>\n\n  <div [class.gas-layout__body_menu]=\"observables.isMenu\" class=\"gas-layout__body\">\n    <ng-container *ngIf=\"topComponent$ | async as topComponent\">\n      <ng-template [ngTemplateOutlet]=\"topComponent\"></ng-template>\n    </ng-container>\n\n    <div class=\"gas-layout__header\">\n      <gas-header>\n        <ng-container *ngIf=\"headerBottomComponent$ | async as headerBottomComponent\">\n          <ng-template [ngTemplateOutlet]=\"headerBottomComponent\"></ng-template>\n        </ng-container>\n      </gas-header>\n    </div>\n\n    <div class=\"gas-layout__content\">\n      <ng-content></ng-content>\n    </div>\n\n    <!-- <div class=\"gas-layout__footer\"> -->\n      <!-- Footer WIP -->\n    <!-- </div> -->\n\n    <ng-container *ngIf=\"botComponent$ | async as botComponent\">\n      <ng-template [ngTemplateOutlet]=\"botComponent\"></ng-template>\n    </ng-container>\n  </div>\n</ng-container>\n","styles":[":host{display:flex;overflow:hidden}:host .gas-layout__menu{width:var(--gas-layout-menu-width,48px);height:100%}:host .gas-layout__body{display:flex;flex-direction:column;width:100%}:host .gas-layout__body_menu{width:calc(100% - 48px)}:host .gas-layout__header{flex:1;background-color:var(--gas-layout-header-background-color,var(--base-bg-block))}:host .gas-layout__content{flex:var(--custom-layout-flex-size,20);padding:var(--gas-layout-content-padding,var(--lg-size));background-color:var(--gas-layout-background-color,var(--base-bg-page));overflow-x:hidden;overflow-y:auto}:host .gas-layout__footer{flex:1;background-color:var(--gas-layout-footer-background-color,var(--base-bg-page))}"]}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"GasMenuService"},{"__symbolic":"reference","name":"GasLayoutService"}]}]}},"GasLayoutModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":11,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasLayoutComponent"}]],"exports":[[{"__symbolic":"reference","name":"GasLayoutComponent"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":19,"character":4},{"__symbolic":"reference","name":"GasHeaderModule"},{"__symbolic":"reference","name":"GasMenuModule"}]}]}],"members":{}},"GasLayoutService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":8,"character":1},"arguments":[{"providedIn":"root"}]}],"members":{},"statics":{"ɵprov":{}}},"GasHeaderComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":12,"character":1},"arguments":[{"selector":"gas-header","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":16,"character":19},"member":"OnPush"},"template":"<div class=\"gas-header\">\n  <gas-icon\n    *ngIf=\"icon$ | async as icon\"\n    [name]=\"icon\"\n    [size]=\"40\"\n    [color]=\"iconColor$ | async\"\n    class=\"mr-lg {{ iconClass$ | async }}\"\n  >\n  </gas-icon>\n  <div>\n    <gas-breadcrumbs [breadcrumb]=\"breadcrumbs$ | async\"></gas-breadcrumbs>\n    <div class=\"gas-header__text\">\n      <div class=\"regular-size-7 text-normal gas-header__title\">{{ title$ | async }}</div>\n      <ng-container *ngIf=\"subtitle$ | async as subtitle\">\n        <div\n          *ngIf=\"subtitle.length > 83; else defaultSubtitle\"\n          [gasPopover]=\"{\n          props: {\n            description: subtitle,\n            closeLabel: false\n          },\n          preferablePositions: [\n            'bottom'\n          ],\n          isHoverable: true\n        }\"\n          class=\"gas-header__subtitle\"\n        >\n          {{ subtitle.substring(0, 80) }}...\n        </div>\n        <ng-template #defaultSubtitle>\n          <div class=\"gas-header__subtitle\">\n            {{ subtitle }}\n          </div>\n        </ng-template>\n      </ng-container>\n    </div>\n  </div>\n\n  <div class=\"gas-header__container\" #containeRef>\n  </div>\n</div>\n\n<ng-content></ng-content>\n","styles":[":host{display:block;box-shadow:var(--shadow-container-border-bottom);margin-bottom:1px}:host .gas-header{font-size:14px;line-height:120%;width:100%;height:96px;padding:0 var(--xlg-size);color:var(--base-white);box-sizing:border-box}:host .gas-header,:host .gas-header__text{display:flex;align-items:center}:host .gas-header__text_breadcrumb{flex-direction:column;align-items:flex-start}:host .gas-header__title{white-space:nowrap}:host .gas-header__subtitle{font-size:22px;line-height:120%;padding-left:var(--lg-size);margin-left:var(--lg-size);color:var(--text-placeholder);border-left:var(--border-line-normal)}:host .gas-header__container{display:flex;margin-left:auto}"]}]}],"members":{"afterViewInit$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"NgAfterViewInit","line":19,"character":3}}]}],"containeRef":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":22,"character":3},"arguments":["containeRef",{"read":{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef","line":22,"character":36}}]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"GasHeaderService"},{"__symbolic":"reference","module":"@cikrf/gas-utils/services","name":"GasDynamicComponentsService","line":35,"character":40}]}]}},"GasHeaderModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":14,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasHeaderComponent"}]],"exports":[[{"__symbolic":"reference","name":"GasHeaderComponent"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":22,"character":4},{"__symbolic":"reference","name":"GasIconsModule"},{"__symbolic":"reference","name":"GasBreadcrumbsModule"},{"__symbolic":"reference","name":"GasTemplateModule"},{"__symbolic":"reference","name":"GasButtonModule"},{"__symbolic":"reference","name":"GasPopupModule"}]}]}],"members":{}},"GasHeaderService":{"__symbolic":"class","arity":1,"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":16,"character":1},"arguments":[{"providedIn":"root"}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}],"setTitle":[{"__symbolic":"method"}],"setSubtitle":[{"__symbolic":"method"}],"setIcon":[{"__symbolic":"method"}],"setBreadcrumbs":[{"__symbolic":"method"}],"createComponent":[{"__symbolic":"method"}],"setComponentRef":[{"__symbolic":"method"}],"setMeta":[{"__symbolic":"method"}]},"statics":{"ɵprov":{}}},"GasHeaderMeta":{"__symbolic":"interface"},"GasMenuComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ngneat/until-destroy","name":"UntilDestroy","line":8,"character":1}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":9,"character":1},"arguments":[{"selector":"gas-menu","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":13,"character":19},"member":"OnPush"},"providers":[{"__symbolic":"reference","name":"GasClickOutsideDirective"}],"template":"<ng-container *ngIf=\"{\r\n  meta: meta$ | async,\r\n  activeRoute: activeRoute$ | async,\r\n  isExpanded: isExpanded$ | async,\r\n  userData: userData$ | async,\r\n  bottomButtons: bottomButtons$ | async,\r\n  expanded: expandedChild$ | async\r\n} as observables\">\r\n  <!-- Раскрытый список -->\r\n  <gas-scroll *ngIf=\"observables.isExpanded else compactTemplate\" class=\"h-100-p\">\r\n    <gas-navigation-element\r\n      (click)=\"toggleExpanded()\"\r\n      wide\r\n      burger\r\n      icon=\"navigation-back\"\r\n      class=\"mb-lg\"></gas-navigation-element>\r\n\r\n    <div class=\"gas-menu__title ml-mega mb-sm\">\r\n      {{ observables.meta.title }}\r\n    </div>\r\n\r\n    <div [class.mb-xlg]=\"!observables.meta.version\" class=\"regular-size-4-bold text-weak ml-mega\">\r\n      {{ observables.meta.subtitle.toUpperCase() }}\r\n    </div>\r\n\r\n    <div *ngIf=\"observables.meta.version\" class=\"regular-size-2 text-placeholder ml-mega mt-sm mb-xlg\">\r\n      ВЕРСИЯ {{ observables.meta.version }}\r\n    </div>\r\n\r\n    <div class=\"gas-menu__menu-wrap\">\r\n\r\n      <div>\r\n        <ng-container *ngFor=\"let route of observables.meta.routes\">\r\n          <!-- Родительский элемент -->\r\n          <gas-navigation-element\r\n            [active]=\"observables.activeRoute === route.route\"\r\n            wide\r\n            [icon]=\"route.icon\"\r\n            [title]=\"route.title\"\r\n            [hasChild]=\"route.childs?.length > 0\"\r\n            [expanded]=\"isExpandedRoute(route)\"\r\n            (expanded)=\"toggleChild(route.route)\"\r\n            (click)=\"checkSelectedItem(route)\"\r\n          ></gas-navigation-element>\r\n\r\n          <!-- Дочерний элемент -->\r\n          <ng-container *ngIf=\"route.childs?.length > 0 && isExpandedRoute(route)\">\r\n            <gas-navigation-element\r\n              *ngFor=\"let childRoute of route.childs\"\r\n              [active]=\"observables.activeRoute === childRoute.route\"\r\n              wide\r\n              [icon]=\"route.icon\"\r\n              isChild\r\n              [title]=\"childRoute.title\"\r\n              (click)=\"toggleExpanded(); childRoute.callback()\"\r\n            ></gas-navigation-element>\r\n          </ng-container>\r\n        </ng-container>\r\n      </div>\r\n\r\n      <!-- Нижняя часть меню -->\r\n      <div>\r\n        <gas-navigation-element\r\n          *ngFor=\"let button of observables.bottomButtons\"\r\n          wide\r\n          [icon]=\"button.icon\"\r\n          [title]=\"button.title\"\r\n          (click)=\"executeBottomButton(button)\"\r\n        ></gas-navigation-element>\r\n\r\n        <gas-navigation-element\r\n          *ngIf=\"observables?.userData\"\r\n          wide\r\n          [icon]=\"observables?.userData?.icon\"\r\n          [title]=\"observables?.userData?.title\"\r\n          (click)=\"!observables?.userData?.isLoading && observables?.userData?.logoutCallback()\"\r\n        ></gas-navigation-element>\r\n      </div>\r\n\r\n    </div>\r\n\r\n    <!-- TODO: Добавить количество уведомлений уведомления -->\r\n    <!-- TODO: Добавить не активное состояние -->\r\n  </gas-scroll>\r\n\r\n  <!-- Компактный список -->\r\n  <ng-template #compactTemplate>\r\n    <!-- Бургер меню -->\r\n    <gas-navigation-element\r\n      icon=\"navigation-burger\"\r\n      burger\r\n      (click)=\"toggleExpanded()\"\r\n    ></gas-navigation-element>\r\n\r\n    <!-- Меню из присланных данных -->\r\n    <div class=\"gas-menu__menu-wrap\">\r\n      <div>\r\n        <gas-navigation-element\r\n          *ngFor=\"let route of observables.meta.routes\"\r\n          [icon]=\"route.icon\"\r\n          [active]=\"isActiveRoute(route, observables.activeRoute)\"\r\n          (click)=\"route.callback()\"\r\n        ></gas-navigation-element>\r\n      </div>\r\n\r\n      <!-- Нижняя часть меню -->\r\n      <div>\r\n        <gas-navigation-element\r\n          *ngFor=\"let button of observables.bottomButtons\"\r\n          [icon]=\"button.icon\"\r\n          (click)=\"button.callback()\"\r\n        ></gas-navigation-element>\r\n\r\n        <!-- Инфа о юзере -->\r\n        <gas-navigation-element\r\n          *ngIf=\"observables?.userData && observables?.userData?.icon\"\r\n          [icon]=\"observables?.userData?.icon\"\r\n          (click)=\"!observables?.userData?.isLoading && observables?.userData?.logoutCallback()\"\r\n          class=\"gas-menu__logout\"\r\n        ></gas-navigation-element>\r\n      </div>\r\n    </div>\r\n  </ng-template>\r\n\r\n  <!-- TODO: Сделать нижний блок с юзером и документацией -->\r\n</ng-container>\r\n","styles":[":host{width:48px;height:100%;background-color:var(--gas-menu-background-color,var(--base-white));box-shadow:var(--gas-menu-shadow,var(--panel-level-1-left));transition:.3s;box-sizing:border-box;display:flex;flex-direction:column;position:fixed;z-index:var(--gas-menu-z-index,var(--layer-high))}:host._expanded{width:413px}:host .gas-menu__title{font-size:13px;line-height:130%;font-weight:700;color:var(--gas-menu-title-color,var(--text-weak));white-space:pre-line;text-transform:uppercase}:host .gas-menu__menu-wrap{display:flex;flex-direction:column;justify-content:space-between;height:100%}:host .gas-menu__logout{transform:rotate(180deg)}"]}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Host","line":39,"character":5}}],null,null],"parameters":[{"__symbolic":"reference","name":"GasClickOutsideDirective"},{"__symbolic":"reference","name":"GasMenuService"},{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":41,"character":24}]}],"toggleExpanded":[{"__symbolic":"method"}],"handleOutside":[{"__symbolic":"method"}],"executeBottomButton":[{"__symbolic":"method"}],"isExpandedRoute":[{"__symbolic":"method"}],"isActiveRoute":[{"__symbolic":"method"}],"toggleChild":[{"__symbolic":"method"}],"checkSelectedItem":[{"__symbolic":"method"}],"hasActiveInRoute":[{"__symbolic":"method"}],"isExactRoute":[{"__symbolic":"method"}],"isPartialChildRoute":[{"__symbolic":"method"}]}},"GasMenuModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":23,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasMenuComponent"},{"__symbolic":"reference","name":"GasVerticalMenuComponent"},{"__symbolic":"reference","name":"GasContextMenuComponent"},{"__symbolic":"reference","name":"ɵh"}],[{"__symbolic":"reference","name":"ɵi"}]],"exports":[[{"__symbolic":"reference","name":"GasMenuComponent"},{"__symbolic":"reference","name":"GasVerticalMenuComponent"},{"__symbolic":"reference","name":"GasContextMenuComponent"},{"__symbolic":"reference","name":"ɵh"}],[{"__symbolic":"reference","name":"ɵi"}]],"entryComponents":[{"__symbolic":"reference","name":"GasContextMenuComponent"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":36,"character":4},{"__symbolic":"reference","name":"GasIconsModule"},{"__symbolic":"reference","name":"GasClickOutsideDirectiveModule"},{"__symbolic":"reference","name":"GasScrollModule"}]}]}],"members":{}},"GasVerticalMenuComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":13,"character":1},"arguments":[{"selector":"gas-vertical-menu","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":21,"character":19},"member":"OnPush"},"template":"<div class=\"gas-vertical-menu\">\n  <div\n    *ngIf=\"title\"\n    class=\"gas-vertical-menu__title\"\n  >\n    {{ title }}\n  </div>\n  <!-- меню без разделения на подгруппы -->\n  <div *ngIf=\"menu.length && !groupMenu.length; else groupMenuTemplate\">\n    <div\n      *ngFor=\"let link of menu\"\n      (click)=\"changeLink(link)\"\n      class=\"gas-vertical-menu__item\"\n      [class.gas-vertical-menu__active]=\"link.active\"\n      [class.gas-vertical-menu__disable]=\"link.disable\"\n      [class.gas-vertical-menu__splitLine]=\"link.splitLine\"\n    >\n      <div class=\"gas-vertical-menu__content\">\n        <gas-icon\n          *ngIf=\"link.active && isSelectedIcon\"\n          [size]=\"16\"\n          name=\"notifications-success\"\n          [ngClass]=\"{\n            'icon-disabled': link.disable,\n            'icon-brand': !link.disable\n          }\"\n        ></gas-icon>\n        <gas-icon\n          *ngIf=\"suffixIcon && !postfixIcon\"\n          [name]=\"suffixIcon\"\n          [size]=\"16\"\n          [ngClass]=\"{\n            'icon-brand': link.active,\n            'icon-dark': !link.active\n          }\"\n        >\n        </gas-icon>\n        <span>\n          {{ link.path }}\n        </span>\n      </div>\n\n      <div class=\"gas-vertical-menu__postfixIcon\">\n        <gas-icon\n          *ngIf=\"postfixIcon\"\n          [name]=\"postfixIcon\"\n          [size]=\"16\"\n          [ngClass]=\"{\n            'icon-brand': link.active,\n            'icon-dark': !link.active\n          }\"\n        >\n        </gas-icon>\n      </div>\n    </div>\n  </div>\n\n  <!-- Разбитое на группы меню -->\n  <ng-template #groupMenuTemplate>\n    <div\n      *ngFor=\"let link of groupMenu\"\n      [class.gas-vertical-menu__splitLine]=\"link.splitLineGroup\"\n    >\n      <div class=\"gas-vertical-menu__title\">\n        {{ link.title }}\n      </div>\n      <div\n        *ngFor=\"let path of link.links\"\n        class=\"gas-vertical-menu__item\"\n        [class.gas-vertical-menu__active]=\"path.active\"\n        [class.gas-vertical-menu__disable]=\"path.disable\"\n        [class.gas-vertical-menu__splitLine]=\"path.splitLine\"\n        (click)=\"changeLink(path)\"\n      >\n      <div class=\"gas-vertical-menu__content\">\n        <gas-icon\n          *ngIf=\"path.active && isSelectedIcon\"\n          [size]=\"16\"\n          [ngClass]=\"{\n            'icon-disabled': path.disable,\n            'icon-brand': !path.disable\n          }\"\n          name=\"notifications-success\"\n        ></gas-icon>\n        <gas-icon\n          *ngIf=\"suffixIcon && !postfixIcon\"\n          [name]=\"suffixIcon\"\n          [size]=\"16\"\n          [ngClass]=\"{\n            'icon-brand': path.active,\n            'icon-dark': !path.active\n          }\"\n        >\n        </gas-icon>\n        <span>\n          {{ path.path }}\n        </span>\n      </div>\n        <div class=\"gas-vertical-menu__postfixIcon\">\n          <gas-icon\n            *ngIf=\"postfixIcon\"\n            [name]=\"postfixIcon\"\n            [size]=\"16\"\n            [ngClass]=\"{\n              'icon-brand': path.active,\n              'icon-dark': !path.active\n            }\"\n          >\n          </gas-icon>\n        </div>\n      </div>\n    </div>\n  </ng-template>\n\n</div>\n","styles":[":host{min-width:230px;width:100%}:host._large .gas-vertical-menu__item,:host._large .gas-vertical-menu__title{padding:var(--semi-md-size) var(--md-size)}:host._small .gas-vertical-menu__item,:host._small .gas-vertical-menu__title{padding:var(--base-size) var(--md-size)}.gas-vertical-menu{width:100%;box-sizing:border-box;cursor:pointer}.gas-vertical-menu__title{font-size:16px;line-height:120%;font-weight:700;color:var(--text-weak)}.gas-vertical-menu__item{display:flex;justify-content:space-between;align-items:center}.gas-vertical-menu__content{display:flex;align-items:center;box-sizing:border-box}.gas-vertical-menu__content gas-icon{margin-right:var(--base-size)}.gas-vertical-menu__disable{color:var(--text-disabled)!important;background-color:inherit!important;font-weight:400!important;cursor:not-allowed}.gas-vertical-menu__splitLine{border-bottom:var(--border-line-normal);padding-bottom:var(--xs-size)}",":host._light .gas-vertical-menu__item{font-size:14px;line-height:120%;color:var(--text-weak);position:relative}:host._light .gas-vertical-menu__item:not(.gas-vertical-menu__disable):hover{background-color:var(--base-bg-selected);color:var(--link-focus)}:host._light .gas-vertical-menu:not(.gas-vertical-menu__disable) .gas-vertical-menu__active{background-color:var(--base-bg-selected)}",":host._base .gas-vertical-menu__item{font-size:14px;line-height:120%;color:var(--text-weak);position:relative}:host._base .gas-vertical-menu__item:not(.gas-vertical-menu__active):not(.gas-vertical-menu__disable):hover{background-color:var(--base-bg-selected)}:host._base .gas-vertical-menu__item:not(.gas-vertical-menu__active):not(.gas-vertical-menu__disable):hover:before{content:\"\";width:var(--xxs-size);height:100%;background-color:var(--base-priority-medium);position:absolute;left:0;top:0}:host._base .gas-vertical-menu:not(.gas-vertical-menu__disable) .gas-vertical-menu__active{background-color:var(--base-bg-selected);font-weight:700}:host._base .gas-vertical-menu:not(.gas-vertical-menu__disable) .gas-vertical-menu__active:before{content:\"\";width:var(--xs-size);height:100%;background-color:var(--base-priority-medium);position:absolute;left:0;top:0}"]}]}],"members":{"largeSize":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":24,"character":3},"arguments":["class._large"]}]}],"smallSize":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":28,"character":3},"arguments":["class._small"]}]}],"baseType":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":32,"character":3},"arguments":["class._base"]}]}],"lightType":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":36,"character":3},"arguments":["class._light"]}]}],"onMenuClicked$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":42,"character":3},"arguments":["onMenuClicked"]}]}],"title":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":46,"character":3}}]}],"menu":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":50,"character":3}}]}],"groupMenu":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":53,"character":3}}]}],"size":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":57,"character":3}}]}],"type":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":61,"character":3}}]}],"isSelectedIcon":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils","name":"GasInputBoolean","line":65,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":66,"character":3},"arguments":["selectedIcon"]}]}],"suffixIcon":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":70,"character":3}}]}],"postfixIcon":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":74,"character":3}}]}],"ngOnInit":[{"__symbolic":"method"}],"changeLink":[{"__symbolic":"method"}]}},"GasContextMenuComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ngneat/until-destroy","name":"UntilDestroy","line":19,"character":1}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":20,"character":1},"arguments":[{"selector":"gas-context-menu","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":24,"character":19},"member":"OnPush"},"providers":[{"__symbolic":"reference","name":"GasClickOutsideDirective"}],"template":"<div\n  *ngFor=\"let contextItem of gasContextMenu\"\n  class=\"gas-context-menu\"\n  #groupMenu\n>\n  <div class=\"w-100-p\">\n    <div *ngIf=\"contextItem.title\" class=\"gas-context-menu__group-title\">\n      {{ contextItem.title }}\n    </div>\n\n    <div\n      #menuItem\n      *ngFor=\"let item of contextItem.group; index as i\"\n      (click)=\"contextItemClicked(item)\"\n      (mouseenter)=\"showContextMenu(i, contextItem, item, menuItem, groupMenu)\"\n      [class.gas-context-menu_splitLine]=\"item.splitLine\"\n      [class.gas-context-menu_danger]=\"item.danger\"\n      [class.gas-context-menu__main_disabled]=\"item.disabled ? item.disabled() : false\"\n      class=\"gas-context-menu__main\"\n    >\n      <div class=\"gas-context-menu__content\">\n        <gas-icon\n          *ngIf=\"item.iconName\"\n          [name]=\"item.iconName\"\n          [size]=\"20\"\n          [class]=\"'gas-context-menu__sufix-icon ' + item.iconClassName\"\n        ></gas-icon>\n\n          <div class=\"gas-context-menu__item\">\n            {{ item.link }}\n          </div>\n      </div>\n\n      <div>\n        <gas-icon\n          *ngIf=\"item.childs?.length\"\n          name=\"arrows-chevron-right\"\n          [size]=\"16\"\n          class=\"gas-context-menu__context-icon icon-brand\"\n        ></gas-icon>\n      </div>\n    </div>\n\n  </div>\n\n</div>\n\n<div class=\"gas-context-menu__sub\" #subMenuItem>\n  <div\n    *ngFor=\"let subItem of subMenu\"\n    (click)=\"emitSelectedLink(subItem)\"\n    [class.gas-context-menu_splitLine]=\"subItem.splitLine\"\n    [class.gas-context-menu_danger]=\"subItem.danger\"\n    class=\"gas-context-menu__sub-content\"\n  >\n    <gas-icon\n      *ngIf=\"subItem.iconName\"\n      [name]=\"subItem.iconName\"\n      [class]=\"subItem.iconClassName\"\n      [size]=\"20\"\n\n    ></gas-icon>\n\n    <div>\n      {{ subItem.link }}\n    </div>\n  </div>\n</div>\n","styles":[":host{position:absolute}:host._large .gas-context-menu__group-title,:host._large .gas-context-menu__main,:host._large .gas-context-menu__sub-content{padding:var(--semi-md-size) var(--md-size)}:host._small .gas-context-menu__group-title,:host._small .gas-context-menu__main,:host._small .gas-context-menu__sub-content{padding:var(--base-size) var(--md-size)}.gas-context-menu{width:264px;cursor:pointer;background:var(--base-bg-block);box-shadow:var(--shadow-card-level-2);border-radius:var(--xs-size);z-index:var(--layer-high);position:relative}.gas-context-menu,.gas-context-menu__main{display:flex;justify-content:space-between;align-items:center;box-sizing:border-box}.gas-context-menu__main{width:100%}.gas-context-menu__main_disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.gas-context-menu__main:hover:not(.gas-context-menu_group-title_hover){background-color:var(--base-bg-error)}.gas-context-menu__main:hover:not(.gas-context-menu_group-title_hover):not(.gas-context-menu_danger){background-color:var(--base-bg-selected)}.gas-context-menu__main:hover:not(.gas-context-menu_group-title_hover):not(.gas-context-menu_danger) .gas-context-menu__sufix-icon{color:var(--icon-brand)!important}.gas-context-menu__main:hover:not(.gas-context-menu_group-title_hover) .gas-context-menu__sufix-icon{color:var(--icon-error)!important}.gas-context-menu__item{color:var(--text-weak);text-align:left}.gas-context-menu__group-title{font-size:14px;line-height:120%;font-weight:700;color:var(--text-weak)}.gas-context-menu__content{display:flex;align-items:center}.gas-context-menu__sufix-icon{margin-right:var(--base-size)}.gas-context-menu__sub{width:264px;position:absolute;left:264px;box-sizing:border-box;box-shadow:var(--shadow-card-level-2);z-index:var(--layer-high);background-color:var(--base-bg-block);cursor:pointer}.gas-context-menu__sub-content{display:flex;align-items:center;box-sizing:border-box;color:var(--text-weak);text-align:left}.gas-context-menu__sub-content gas-icon{margin-right:var(--base-size)}.gas-context-menu__sub-content:hover{background-color:var(--base-bg-error)}.gas-context-menu__sub-content:hover:not(.gas-context-menu_danger){background-color:var(--base-bg-selected)}.gas-context-menu__sub-content:hover:not(.gas-context-menu_danger) gas-icon{color:var(--icon-brand)!important}.gas-context-menu__sub-content:hover gas-icon{color:var(--icon-error)!important}.gas-context-menu_splitLine{border-bottom:var(--border-line-normal)}"]}]}],"members":{"onMenuClicked$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":30,"character":3},"arguments":["onMenuClicked"]}]}],"subMenuRef":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":34,"character":3},"arguments":["subMenuItem",{"static":false}]}]}],"largeSize":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":38,"character":3},"arguments":["class._large"]}]}],"smallSize":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":42,"character":3},"arguments":["class._small"]}]}],"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[null,null,[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Host","line":61,"character":5}}]],"parameters":[{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":59,"character":22},{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":60,"character":15},{"__symbolic":"reference","name":"GasClickOutsideDirective"}]}],"hideContextMenu":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostListener","line":74,"character":3},"arguments":["mouseleave",[]]}]}],"showContextMenu":[{"__symbolic":"method"}],"emitSelectedLink":[{"__symbolic":"method"}],"contextItemClicked":[{"__symbolic":"method"}],"calculatedOffsetTop":[{"__symbolic":"method"}]}},"GasBaseMenuInterface":{"__symbolic":"interface"},"GasGroupMenuInterface":{"__symbolic":"interface"},"GasContextGroup":{"__symbolic":"interface"},"GasContextMenu":{"__symbolic":"interface"},"GasMenuType":{"__symbolic":"interface"},"GasMenySize":{"__symbolic":"interface"},"GasMenuService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":10,"character":1},"arguments":[{"providedIn":"root"}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":65,"character":5}}]],"parameters":[{"__symbolic":"reference","module":"@angular/router","name":"Router","line":65,"character":32}]}],"isActiveRoute":[{"__symbolic":"method"}],"updateRoute":[{"__symbolic":"method"}]},"statics":{"ɵprov":{}}},"GasProgressContainerComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":19,"character":1},"arguments":[{"selector":"gas-progress-container","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":23,"character":19},"member":"OnPush"},"template":"<ng-container *ngIf=\"{\n  isExpanded: isExpanded$ | async\n} as observable\">\n  <ng-container *ngIf=\"contentRef\">\n    <div\n      [class.gas-progress-container_expanded]=\"observable.isExpanded\"\n      [class.gas-progress-container_not-expandable]=\"!hasContent(contentRef) || inlineContent\"\n      (click)=\"toggleExpanded(contentRef)\"\n      class=\"gas-progress-container\">\n      <div *ngIf=\"hasContent(contentRef) && !inlineContent\" class=\"gas-progress-container__expander\">\n        <gas-icon\n          [name]=\"observable.isExpanded ? 'arrows-chevron-down' : 'arrows-chevron-right'\" [size]=\"16\"></gas-icon>\n      </div>\n\n      <div class=\"gas-progress-container__progress\">\n        <gas-progress [color]=\"progressColor\" [progress]=\"percent\">\n          <ng-container *ngIf=\"progressIcon else stepTemplate\">\n            <gas-icon [name]=\"progressIcon\" [size]=\"32\"></gas-icon>\n          </ng-container>\n\n          <ng-template #stepTemplate>\n            {{ step.toString() }}\n          </ng-template>\n        </gas-progress>\n      </div>\n\n      <div class=\"gas-progress-container__text\">\n        <div class=\"gas-progress-container__title\">\n          {{ title }}\n        </div>\n        <div class=\"gas-progress-container__subtitle\">\n          {{ subtitle }}\n        </div>\n      </div>\n    </div>\n  </ng-container>\n\n  <div\n    [class.gas-progress-container__content_visible]=\"observable.isExpanded || inlineContent\"\n    class=\"gas-progress-container__content\"\n    #contentRef>\n    <ng-content></ng-content>\n  </div>\n</ng-container>\n","styles":[":host{display:block;width:100%;box-sizing:border-box;padding:var(--semi-md-size)}:host._border{box-shadow:var(--filter-box-normal)}:host._block-shadow{box-shadow:var(--shadow-container-border)}:host._inline-content{display:flex;align-items:center}:host._inline-content .gas-progress-container{margin-right:auto}.gas-progress-container{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.gas-progress-container_not-expandable{cursor:default}.gas-progress-container_expanded{padding-bottom:var(--lg-size)}.gas-progress-container__expander{margin-right:var(--semi-md-size);color:var(--base-priority-medium)}.gas-progress-container__progress{margin-right:var(--semi-md-size)}.gas-progress-container__title{font-size:20px;line-height:120%;color:var(--text-normal)}.gas-progress-container__subtitle{font-size:14px;line-height:120%;color:var(--text-placeholder)}.gas-progress-container__content{display:none}.gas-progress-container__content_visible{display:block}"]}]}],"members":{"title":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":26,"character":3}}]}],"subtitle":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":29,"character":3}}]}],"percent":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":32,"character":3}}]}],"step":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":35,"character":3}}]}],"border":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":38,"character":3},"arguments":["class._border"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":39,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":40,"character":3}}]}],"boxShadow":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":43,"character":3},"arguments":["class._block-shadow"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":44,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":45,"character":3}}]}],"warning":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":48,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":49,"character":3}}]}],"error":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":52,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":53,"character":3}}]}],"inlineContent":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":56,"character":3},"arguments":["class._inline-content"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":57,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":58,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor"}],"toggleExpanded":[{"__symbolic":"method"}],"hasContent":[{"__symbolic":"method"}]}},"GasProgressContainerModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":11,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasProgressContainerComponent"}]],"exports":[[{"__symbolic":"reference","name":"GasProgressContainerComponent"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":19,"character":4},{"__symbolic":"reference","name":"GasProgressModule"},{"__symbolic":"reference","name":"GasIconsModule"}]}]}],"members":{}},"GasSectionModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":11,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasSectionComponent"}]],"exports":[[{"__symbolic":"reference","name":"GasSectionComponent"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":19,"character":4},{"__symbolic":"reference","name":"GasIconsModule"},{"__symbolic":"reference","name":"GasScrollModule"}]}]}],"members":{}},"GasSectionComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":16,"character":1},"arguments":[{"selector":"gas-section, li[gasAccordionItem]","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":20,"character":19},"member":"OnPush"},"template":"<div [ngClass]=\"['gas-section ' + dynamicClass, 'g-cursor-p']\" (click)=\"toggle()\">\n  <div  class=\"gas-section-header\">\n    <div class=\"gas-section-header__arrow\">\n      <gas-icon\n        [class.gas-section-header__arrow_active]=\"open\"\n        name=\"arrows-right\"\n        [color]=\"arrowIconColor\"\n        [size]=\"16\"\n      ></gas-icon>\n    </div>\n\n    <div *ngIf=\"suffixIcon\" class=\"gas-section-header__icon\">\n      <gas-icon [name]=\"iconName\" [size]=\"24\" [color]=\"iconColor\"></gas-icon>\n    </div>\n\n    <div class=\"gas-section-header__title\">\n      {{ section?.label ? section.label : title }}\n    </div>\n\n    <gas-icon\n        *ngIf=\"!!postfixIconName\"\n        [color]=\"postfixIconColor\"\n        [size]=\"16\"\n        class=\"gas-section-header__icon-right\"\n        [name]=\"postfixIconName\"\n        (click)=\"onPostfixIconClick($event)\"\n    ></gas-icon>\n  </div>\n\n  <gas-scroll\n    [class.gas-section__content_opened]=\"open\"\n    sizeType=\"small\"\n    class=\"gas-section__content\"\n  >\n    <div class=\"pt-sm\">\n      <ng-content></ng-content>\n    </div>\n    <ng-container *ngIf=\"section?.type\">\n      <div class=\"pt-sm\">\n        <ng-template [ngTemplateOutlet]=\"section?.templateRef\"></ng-template>\n      </div>\n    </ng-container>\n  </gas-scroll>\n</div>\n","styles":[":host{width:100%;min-width:var(--xxl-mega-size);box-sizing:border-box;display:inline-block}:host._active .gas-section.gas-default .gas-section-header__title{color:var(--link-normal)}:host._active .gas-base,:host._active .gas-primary{border:var(--border-line-changed)}:host._disabled .gas-base,:host._disabled .gas-default,:host._disabled .gas-primary,:host._disabled .gas-underline{cursor:not-allowed}:host._disabled .gas-base,:host._disabled .gas-primary{border:var(--border-line-normal);color:var(--text-disabled);box-shadow:none}:host._disabled .gas-primary{color:var(--text-placeholder)}.gas-section{width:100%;min-width:318px;box-sizing:border-box;padding:var(--base-size) var(--xmd-size);display:flex;flex-wrap:wrap;align-items:center}.gas-section-header{display:flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.gas-section-header__arrow{margin-right:var(--xmd-size)}.gas-section-header__arrow_active{transform:rotate(90deg)}.gas-section-header__icon{margin-right:var(--semi-md-size)}.gas-section-header__title{font-size:16px;line-height:120%}.gas-section-header__icon-right{position:absolute;right:0;padding-right:var(--xmd-size)}.gas-section__content{width:100%;overflow:hidden;max-height:0;position:relative;transition:max-height .2s}.gas-section .gas-section__content_opened.gas-section__content{max-height:1000px;height:auto;transition:max-height 2s}.gas-base{border:var(--border-line-normal);border-radius:var(--xxs-size)}.gas-base:hover{box-shadow:0 0 4px 1px rgba(0,144,255,.75)}.gas-primary{background-color:var(--base-priority-light)}.gas-primary:hover{box-shadow:0 0 4px 1px rgba(0,144,255,.75)}.gas-underline{border-bottom:var(--border-line-dark);padding-bottom:var(--semi-md-size)}"]}]}],"members":{"open":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":24,"character":3},"arguments":["class._active"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":25,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":26,"character":3}}]}],"openChange":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":30,"character":3}}]}],"type":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":34,"character":3}}]}],"title":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":38,"character":3}}]}],"suffixIcon":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":42,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":43,"character":3}}]}],"postfixIconName":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":47,"character":3}}]}],"postfixIconClicked":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":51,"character":3}}]}],"iconName":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":55,"character":3}}]}],"iconColor":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":59,"character":3}}]}],"postfixIconColor":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":63,"character":3}}]}],"disabled":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":67,"character":3},"arguments":["class._disabled"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":68,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":69,"character":3}}]}],"nativeId":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":73,"character":3}}]}],"section":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":77,"character":3}}]}],"toggle":[{"__symbolic":"method"}],"onPostfixIconClick":[{"__symbolic":"method"}]}},"GasSectionType":{"__symbolic":"interface"},"GasStepsModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":16,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasStepsComponent"},{"__symbolic":"reference","name":"GasHorizontalStepsComponent"},{"__symbolic":"reference","name":"GasVerticalStepsComponent"}]],"exports":[[{"__symbolic":"reference","name":"GasStepsComponent"},{"__symbolic":"reference","name":"GasHorizontalStepsComponent"},{"__symbolic":"reference","name":"GasVerticalStepsComponent"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":24,"character":4},{"__symbolic":"reference","name":"GasIconsModule"},{"__symbolic":"reference","name":"GasButtonModule"},{"__symbolic":"reference","name":"GasDividerModule"}]}]}],"members":{}},"GasStepsComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":31,"character":1},"arguments":[{"selector":"gas-step","template":"<ng-content></ng-content>"}]}],"members":{"status":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":37,"character":3}}]}],"title":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":56,"character":3}}]}],"description":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":60,"character":3}}]}],"buttonIcon":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":64,"character":3}}]}],"visibility":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":68,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":80,"character":23}]}],"hideContent":[{"__symbolic":"method"}]}},"GasStepsType":{"__symbolic":"interface"},"GasStepsState":{"Base":"base","Active":"active","Warning":"warning","Success":"success"},"GasHorizontalStepsComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":8,"character":1},"arguments":[{"selector":"gas-horizontal-steps","template":"<div class=\"gas-horizontal-steps\">\n\n  <div\n    *ngFor=\"let step of steps; index as i\"\n    class=\"gas-horizontal-steps__step\"\n  >\n\n    <div class=\"gas-horizontal-steps__step-icon\">\n      <gas-icon [size]=\"step.iconSize\" [name]=\"step.iconName\" [color]=\"step.iconColor\"></gas-icon>\n    </div>\n  \n    <div class=\"gas-horizontal-steps__step-info\">\n      <div class=\"gas-horizontal-steps__step-info__title\">{{ step.title }}</div>\n      <div class=\"gas-horizontal-steps__step-info__description\">{{ step.description }}</div>\n    </div>\n\n    <div\n      *ngIf=\"setRightLine(i)\"\n      class=\"gas-horizontal-steps__step-line\"\n      [style.backgroundColor]=\"getLineColor(step.iconName)\"\n    >\n    </div>\n\n  </div>\n\n</div>","styles":[".gas-horizontal-steps{display:flex;justify-content:flex-start;width:100%}.gas-horizontal-steps__step{position:relative;display:flex;flex-direction:column;flex:1 1 100%;justify-content:center;align-items:center;padding-bottom:var(--lg-size);border-bottom:var(--border-line-normal)}.gas-horizontal-steps__step-icon{width:100%;height:40px;box-sizing:border-box;display:flex;justify-content:center;align-items:center;padding:var(--sm-size) var(--xs-size)}.gas-horizontal-steps__step-info{display:flex;justify-content:center;align-items:center;flex-direction:column}.gas-horizontal-steps__step-info__title{font-size:14px;line-height:120%;font-weight:700;color:var(--text-weak)}.gas-horizontal-steps__step-info__description{font-size:14px;line-height:120%;color:var(--text-placeholder)}.gas-horizontal-steps__step-line{width:90%;height:1px;position:absolute;top:20%;left:55%}"]}]}],"members":{"steps":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren","line":15,"character":3},"arguments":[{"__symbolic":"reference","name":"GasStepsComponent"}]}]}],"getLineColor":[{"__symbolic":"method"}],"setRightLine":[{"__symbolic":"method"}]}},"GasVerticalStepsComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":17,"character":1},"arguments":[{"selector":"gas-vertical-steps","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":21,"character":19},"member":"OnPush"},"template":"<div\n  *ngFor=\"let step of steps; index as i\"\n  class=\"gas-vertical-steps\"\n>\n  <div class=\"gas-vertical-steps__left\">\n\n    <div class=\"gas-vertical-steps__left-icon\">\n      <gas-icon [size]=\"step.iconSize\" [name]=\"step.iconName\" [color]=\"step.iconColor\"></gas-icon>\n    </div>\n\n    <div class=\"gas-vertical-steps__line\">\n      <div class=\"gas-vertical-steps__line-vertical\">\n        <div\n          *ngIf=\"isLine(i)\"\n          class=\"gas-vertical-steps__line-vertical-content\"\n          [style.backgroundColor]=\"getBackgroundColor(step.iconName)\"\n        ></div>\n      </div>\n    </div>\n\n  </div>\n\n  <div class=\"gas-vertical-steps__right\">\n\n    <div class=\"gas-vertical-steps__info\">\n      <div class=\"gas-vertical-steps__info-wrap\">\n        <div class=\"gas-vertical-steps__info-wrap-title\">{{ step.title }}</div>\n        <div class=\"gas-vertical-steps__info-wrap-description\">{{ step.description }}</div>\n      </div>\n      <div class=\"gas-vertical-steps__info-button\" *ngIf=\"(baseStep$ | async) !== step.status\">\n        <button\n          *ngIf=\"isPrimaryButton(step) | async; else secondaryButton\"\n          [gasButton]=\"'primary'\"\n          [suffixIconName]=\"step.buttonIcon\"\n          (click)=\"selectedStep(step)\"\n        >\n          Выбрать\n        </button>\n\n        <ng-template #secondaryButton>\n          <button\n            *ngIf=\"!step.isViewContent\"\n            [gasButton]=\"'secondary'\"\n            (click)=\"editStep(step)\"\n          >\n            Изменить\n          </button>\n        </ng-template>\n      </div>\n    </div>\n\n    <div class=\"gas-vertical-steps__info-content\" *ngIf=\"visibilityStep(step)\">\n      <div [innerHTML]=\"step.elementRef.nativeElement.innerHTML\"></div>\n      <div class=\"gas-vertical-steps__info-content-next\" *ngIf=\"step.viewNextButton\">\n        <button gasButton (click)=\"nextStep(step, i)\">Далее</button>\n      </div>\n    </div>\n\n    <div class=\"gas-vertical-steps__right-line\" *ngIf=\"isLine(i)\">\n      <gas-divider></gas-divider>\n    </div>\n\n  </div>\n\n</div>\n","styles":[".gas-vertical-steps{width:100%;display:flex;justify-content:flex-start;align-items:flex-start}.gas-vertical-steps__left{min-width:10%;display:flex;flex-direction:column;align-self:stretch}.gas-vertical-steps__left-icon{display:flex;justify-content:center}.gas-vertical-steps__left .gas-vertical-steps__line{width:100%;display:flex;height:100%;justify-content:center}.gas-vertical-steps__left .gas-vertical-steps__line-vertical{min-width:8%;position:relative}.gas-vertical-steps__left .gas-vertical-steps__line-vertical-content{width:1px;height:90%;position:absolute;left:50%;top:5%}.gas-vertical-steps__right{width:90%;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}.gas-vertical-steps__right .gas-vertical-steps__info{display:flex;flex-wrap:wrap;width:100%;align-items:flex-start;justify-content:space-between}.gas-vertical-steps__right .gas-vertical-steps__info-wrap{display:flex}.gas-vertical-steps__right .gas-vertical-steps__info-wrap-title{margin-right:var(--md-size);font-size:14px;line-height:120%;font-weight:700;color:var(--text-weak)}.gas-vertical-steps__right .gas-vertical-steps__info-wrap-description{font-size:14px;line-height:120%;color:var(--text-placeholder)}.gas-vertical-steps__right .gas-vertical-steps__info__button{display:flex;justify-content:flex-end;align-items:center}.gas-vertical-steps__right .gas-vertical-steps__info-content{width:100%;margin-top:var(--lg-size)}.gas-vertical-steps__right .gas-vertical-steps__info-content-next{width:100%;display:flex;justify-content:flex-end}.gas-vertical-steps__right-line{width:100%;padding:var(--lg-size) 0}.gas-vertical-steps__right-line-content{width:100%;height:1px;background-color:var(--text-disabled)}"]}]}],"members":{"steps":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren","line":25,"character":3},"arguments":[{"__symbolic":"reference","name":"GasStepsComponent"}]}]}],"onNextStep":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":28,"character":3}}]}],"onSelectedStep$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":31,"character":3},"arguments":["onSelectedStep"]}]}],"onEditStep$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":34,"character":3},"arguments":["onEditStep"]}]}],"__ctor__":[{"__symbolic":"constructor"}],"visibilityStep":[{"__symbolic":"method"}],"getBackgroundColor":[{"__symbolic":"method"}],"isLine":[{"__symbolic":"method"}],"isPrimaryButton":[{"__symbolic":"method"}],"selectedStep":[{"__symbolic":"method"}],"editStep":[{"__symbolic":"method"}],"nextStep":[{"__symbolic":"method"}],"hideContentActiveStap":[{"__symbolic":"method"}],"canMoveNextStep":[{"__symbolic":"method"}],"setViewContent":[{"__symbolic":"method"}]}},"GasAccordionModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":15,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasAccordionComponent"}],[{"__symbolic":"reference","name":"GasAccordionSectionDirective"}]],"exports":[[{"__symbolic":"reference","name":"GasAccordionComponent"}],{"__symbolic":"reference","name":"GasSectionModule"},[{"__symbolic":"reference","name":"GasAccordionSectionDirective"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":26,"character":4},{"__symbolic":"reference","name":"GasSectionModule"}]}]}],"members":{}},"GasAccordionComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":39,"character":1},"arguments":[{"selector":"gas-accordion, [gas-accordion]","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":43,"character":19},"member":"OnPush"},"template":"<li\n  *ngFor=\"let section of sections\"\n  gasAccordionItem\n  [section]=\"section\"\n  [open]=\"isOpen(section)\"\n  (postfixIconClicked)=\"onPostfixIconClick($event)\"\n  [postfixIconName]=\"postfixIconName\"\n  [postfixIconColor]=\"postfixIconColor\"\n  [type]=\"type\"\n  (openChange)=\"toggle(section)\"\n>\n</li>\n","styles":[""]}]}],"members":{"activeName":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":47,"character":3}}]}],"multiple":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":51,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":52,"character":3}}]}],"type":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":56,"character":3}}]}],"postfixIconName":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":59,"character":3}}]}],"postfixIconColor":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":63,"character":3}}]}],"activeNameChange":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":66,"character":3}}]}],"postfixIconClicked":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":69,"character":3}}]}],"sections":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren","line":72,"character":3},"arguments":[{"__symbolic":"reference","name":"GasAccordionSectionDirective"}]}]}],"toggle":[{"__symbolic":"method"}],"isOpen":[{"__symbolic":"method"}],"onPostfixIconClick":[{"__symbolic":"method"}],"addOptionToSelection":[{"__symbolic":"method"}],"isActiveSection":[{"__symbolic":"method"}]}},"GasAccordionSectionDirective":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":10,"character":1},"arguments":[{"selector":"[gasAccordionSection]"}]}],"members":{"label":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":15,"character":3}}]}],"labelContext":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":19,"character":3}}]}],"name":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":23,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"TemplateRef","module":"@angular/core","arguments":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":31,"character":36}]}]}]}},"GasBadgeComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":4,"character":1},"arguments":[{"selector":"gas-badge","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":8,"character":19},"member":"OnPush"},"template":"<div [class]=\"'gas-badge ' + theme\">\n  <gas-icon\n    *ngIf=\"suffixIcon && !postfixIcon\"\n    [name]=\"suffixIcon\"\n    size=\"14\"\n    class=\"gas-badge__suffixIcon\"\n  >\n  </gas-icon>\n\n  <ng-content></ng-content>\n\n  <gas-icon\n    *ngIf=\"postfixIcon\"\n    [name]=\"postfixIcon\"\n    size=\"14\"\n    class=\"gas-badge__postfixIcon\"\n  >\n  </gas-icon>\n</div>\n","styles":[":host{display:inline-block}.gas-badge{display:flex;align-items:center;box-sizing:border-box;border-radius:var(--sm-size);padding:var(--xxs-size) var(--sm-size);text-transform:uppercase;font-size:12px;line-height:130%;font-weight:700}.gas-badge.alert-texture,.gas-badge.alt-inverse,.gas-badge.default,.gas-badge.offline{background-color:var(--base-bg-block);border:var(--border-line-dark);color:var(--text-normal)}.gas-badge.shade{background-color:var(--base-bg-highlight);color:var(--text-normal)}.gas-badge.info{background-color:var(--base-gray-medium);color:var(--text-white)}.gas-badge.success{background-color:var(--base-success-medium);color:var(--text-white)}.gas-badge.error{background-color:var(--base-negative-medium);color:var(--text-white)}.gas-badge.warning{background-color:var(--base-warning-medium);color:var(--text-white)}.gas-badge.inverse{background-color:var(--base-priority-medium);color:var(--text-white)}.gas-badge__suffixIcon{margin-right:var(--xs-size)}.gas-badge__postfixIcon{margin-left:var(--xs-size)}"]}]}],"members":{"theme":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":12,"character":3}}]}],"suffixIcon":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":16,"character":3}}]}],"postfixIcon":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":20,"character":3}}]}]}},"GasBadgeModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":11,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasBadgeComponent"}]],"exports":[[{"__symbolic":"reference","name":"GasBadgeComponent"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":19,"character":4},{"__symbolic":"reference","name":"GasIconsModule"}]}]}],"members":{}},"GasBageType":{"__symbolic":"interface"},"GasPanelModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":11,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasPanelComponent"}]],"exports":[[{"__symbolic":"reference","name":"GasPanelComponent"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":19,"character":4},{"__symbolic":"reference","name":"GasButtonModule"},{"__symbolic":"reference","name":"GasIconsModule"}]}]}],"members":{}},"GasPanelComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":9,"character":1},"arguments":[{"selector":"gas-panel","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":13,"character":19},"member":"OnPush"},"template":"<div class=\"gas-panel\">\n  <gas-icon\n    *ngIf=\"iconName\"\n    [class]=\"'gas-panel__icon ' + iconClassName\"\n    [name]=\"iconName\"\n    [size]=\"iconSize\"\n  ></gas-icon>\n\n  <div *ngIf=\"title\" class=\"gas-panel__title\">{{ title }}</div>\n\n  <div *ngIf=\"subtitle\" class=\"gas-panel__subtitle\">{{ subtitle }}</div>\n\n  <ng-container *ngIf=\"subtitleRef\">\n    <ng-container *ngTemplateOutlet=\"subtitleRef\"></ng-container>\n  </ng-container>\n</div>\n\n\n<div *ngIf=\"buttonText\" class=\"gas-panel_wrap\">\n  <div class=\"gas-panel-content\">\n    <ng-content></ng-content>\n  </div>\n\n  <div (click)=\"clickHandler()\" gasButton>{{ buttonText }}</div>\n</div>\n","styles":[":host{position:relative;justify-content:space-between;width:100%;height:auto;max-height:80px;padding:var(--lg-size) var(--xlg-size);background:var(--base-white);box-shadow:var(--notification-bar-shadow);box-sizing:border-box}:host,:host .gas-panel{display:flex;align-items:center}:host .gas-panel{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}:host .gas-panel__icon{margin-right:var(--lg-size)}:host .gas-panel__title{font-size:20px;line-height:120%;color:var(--base-dark-gray)}:host .gas-panel__select,:host .gas-panel__title{margin-right:var(--md-size)}:host .gas-panel__subtitle{font-size:14px;line-height:120%;color:var(--base-gray-medium)}:host .gas-panel-content{margin-right:var(--md-size)}:host .gas-panel_wrap{display:flex;align-items:center}"]}]}],"members":{"onClick$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":16,"character":3},"arguments":["onClick"]}]}],"title":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":19,"character":3}}]}],"subtitle":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":22,"character":3}}]}],"subtitleRef":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":25,"character":3}}]}],"buttonText":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":28,"character":3}}]}],"iconName":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":31,"character":3}}]}],"iconClassName":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":34,"character":3}}]}],"iconSize":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":37,"character":3}}]}],"clickHandler":[{"__symbolic":"method"}]}},"GasNotifyModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":13,"character":1},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":15,"character":4},{"__symbolic":"reference","name":"GasIconsModule"}],"declarations":[[{"__symbolic":"reference","name":"GasNotifyBarComponent"},{"__symbolic":"reference","name":"GasNotifyWrapperComponent"},{"__symbolic":"reference","name":"GasNotifyToastComponent"}]],"exports":[[{"__symbolic":"reference","name":"GasNotifyBarComponent"},{"__symbolic":"reference","name":"GasNotifyWrapperComponent"},{"__symbolic":"reference","name":"GasNotifyToastComponent"}]],"entryComponents":[{"__symbolic":"reference","name":"GasNotifyWrapperComponent"}]}]}],"members":{}},"GasNotificationService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":17,"character":1},"arguments":[{"providedIn":"root"}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}],"pushNotifications":[{"__symbolic":"method"}],"pushNotification":[{"__symbolic":"method"}],"pushToastNotifications":[{"__symbolic":"method"}],"pushToastNotification":[{"__symbolic":"method"}],"send":[{"__symbolic":"method"}],"sendError":[{"__symbolic":"method"}],"sendGeneral":[{"__symbolic":"method"}],"sendWarning":[{"__symbolic":"method"}],"sendSuccess":[{"__symbolic":"method"}],"sendLightGeneral":[{"__symbolic":"method"}],"sendLightError":[{"__symbolic":"method"}],"sendLightWarning":[{"__symbolic":"method"}],"sendLightSuccess":[{"__symbolic":"method"}],"closeNotification":[{"__symbolic":"method"}],"closeToastNotification":[{"__symbolic":"method"}]},"statics":{"ɵprov":{}}},"GasNotifyBarComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":13,"character":1},"arguments":[{"selector":"gas-notify-bar","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":17,"character":19},"member":"OnPush"},"animations":[{"__symbolic":"reference","name":"fadeInOutUpAnimation"}],"template":"<ng-container *ngIf=\"notification\">\n  <gas-icon *ngIf=\"iconName\"\n    class=\"gas-notify-bar__icon\"\n    [name]=\"iconName\"\n    [size]=\"20\"></gas-icon>\n\n  <div class=\"gas-notify-bar__content\">\n    <div class=\"gas-notify-bar__content-title\">\n      {{ notification.title }}\n    </div>\n    <div *ngIf=\"notification.message\" class=\"gas-notify-bar__content-message\">\n      {{ notification.message }}\n    </div>\n  </div>\n\n  <div *ngIf=\"notification.rightContent else defaultRightContentTemplate\" class=\"gas-notify-bar__right\">\n    <ng-template *ngTemplateOutlet=\"notification.rightContent\"></ng-template>\n  </div>\n\n  <ng-template #defaultRightContentTemplate>\n    <ng-container *ngIf=\"notification.linkCallback; else closeIcon\">\n      <gas-icon\n        class=\"gas-notify-bar__action\"\n        name=\"notifications-arrow\"\n        [size]=\"16\"\n        (click)=\"executeCallback()\">\n      </gas-icon>\n    </ng-container>\n\n    <ng-template #closeIcon>\n      <gas-icon\n        class=\"gas-notify-bar__action\"\n        [name]=\"closeIconName\"\n        [size]=\"16\"\n        (click)=\"close()\">\n      </gas-icon>\n    </ng-template>\n  </ng-template>\n</ng-container>\n","styles":[":host{width:100%;padding:var(--semi-md-size) var(--md-size);box-sizing:border-box;display:flex;justify-content:center;align-items:center;position:relative;box-shadow:var(--notification-bar-shadow)}:host._general,:host._simple{background-color:var(--base-bg-priority-light);color:var(--text-normal)}:host._simple{padding:var(--md-size)}:host._error{background-color:var(--base-negative-medium);color:var(--text-white)}:host._error .gas-notify-bar__action,:host._error .gas-notify-bar__icon{color:var(--icon-white)}:host._warning{background-color:var(--base-bg-warning);color:var(--icon-dark)}:host._warning .gas-notify-bar__link{color:var(--text-link)}:host._warning .gas-notify-bar__icon{color:var(--icon-warning)}:host._success{background-color:var(--base-bg-success);color:var(--text-normal)}:host._success .gas-notify-bar__icon{color:var(--icon-success)}:host._light-general,:host._light-simple{background-color:var(--base-bg-block);color:var(--text-normal)}:host._light-general .gas-notify-bar__action,:host._light-simple .gas-notify-bar__action{color:var(--icon-brand)}:host._light-simple{padding:var(--md-size)}:host._light-error{background-color:var(--base-bg-block);color:var(--text-normal)}:host._light-error .gas-notify-bar__action{color:var(--icon-brand)}:host._light-error .gas-notify-bar__icon{color:var(--icon-error)}:host._light-warning{background-color:var(--base-bg-block);color:var(--text-normal)}:host._light-warning .gas-notify-bar__action{color:var(--icon-brand)}:host._light-warning .gas-notify-bar__link{color:var(--link-normal)}:host._light-warning .gas-notify-bar__icon{color:var(--icon-warning)}:host._light-success{background-color:var(--base-bg-block);color:var(--text-normal)}:host._light-success .gas-notify-bar__action{color:var(--icon-brand)}:host._light-success .gas-notify-bar__icon{color:var(--icon-success)}:host .gas-notify-bar__content{display:flex;flex-direction:column;align-items:flex-start}:host .gas-notify-bar__content-title{font-size:16px;line-height:120%;font-weight:700;margin-right:var(--sm-size)}:host .gas-notify-bar__icon{margin-right:var(--sm-size)}:host .gas-notify-bar__link{font-size:14px;line-height:120%;text-decoration:underline;cursor:pointer}:host .gas-notify-bar__action{cursor:pointer;color:var(--icon-dark)}:host .gas-notify-bar__action,:host .gas-notify-bar__right{position:absolute;right:var(--semi-md-size)}"]}]}],"members":{"notification":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":23,"character":3}}]}],"animation":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":26,"character":3},"arguments":["@fadeInOutUpAnimation"]}]}],"type":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":29,"character":3},"arguments":["class"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":30,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"GasNotificationService"}]}],"close":[{"__symbolic":"method"}],"executeCallback":[{"__symbolic":"method"}]}},"GasNotifyToastComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ngneat/until-destroy","name":"UntilDestroy","line":10,"character":1}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":11,"character":1},"arguments":[{"selector":"gas-notify-toast","animations":[{"__symbolic":"reference","name":"fadeInOutAnimation"}],"changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":18,"character":19},"member":"OnPush"},"template":"<div *ngIf=\"notification\" class=\"gas-notify-toast\" #host>\n  <gas-icon *ngIf=\"iconName\"\n    class=\"gas-notify-toast__icon\"\n    [name]=\"iconName\"\n    [size]=\"20\">\n  </gas-icon>\n\n  <div class=\"gas-notify-toast__content\">\n    <div class=\"gas-notify-toast__content-title\">\n      {{ notification.title }}\n    </div>\n    <div *ngIf=\"notification.message\"\n      class=\"gas-notify-toast__content-message\">\n      {{ notification.message }}\n    </div>\n  </div>\n\n  <div *ngIf=\"notification.rightContent else defaultRightContentTemplate\" class=\"gas-notify-toast__right\">\n    <ng-template *ngTemplateOutlet=\"notification.rightContent\"></ng-template>\n  </div>\n\n  <ng-template #defaultRightContentTemplate>\n    <ng-container *ngIf=\"notification.linkCallback; else closeIcon\">\n      <gas-icon\n        class=\"gas-notify-toast__action\"\n        name=\"notifications-arrow\"\n        [size]=\"16\"\n        (click)=\"executeCallback()\">\n      </gas-icon>\n    </ng-container>\n\n    <ng-template #closeIcon>\n      <gas-icon\n        class=\"gas-notify-toast__action\"\n        [name]=\"closeIconName\"\n        [size]=\"16\"\n        (click)=\"close()\">\n      </gas-icon>\n    </ng-template>\n  </ng-template>\n</div>\n","styles":[":host._general .gas-notify-toast,:host._simple .gas-notify-toast{background-color:var(--base-bg-priority-light);color:var(--text-normal)}:host._error .gas-notify-toast{background-color:var(--base-negative-medium);color:var(--text-white)}:host._error .gas-notify-toast__action{color:var(--icon-white)}:host._warning .gas-notify-toast{background-color:var(--base-bg-warning);color:var(--icon-dark)}:host._warning .gas-notify-toast__link{color:var(--link-normal)}:host._warning .gas-notify-toast__icon{color:var(--icon-warning)}:host._success .gas-notify-toast{background-color:var(--base-bg-success);color:var(--text-normal)}:host._success .gas-notify-toast__icon{color:var(--icon-success)}:host[class*=_light] .gas-notify-toast{box-shadow:var(--shadow-card-level-3)!important}:host._light-error .gas-notify-toast,:host._light-general .gas-notify-toast,:host._light-simple .gas-notify-toast{background-color:var(--base-bg-block);color:var(--text-weak)}:host._light-error .gas-notify-toast__icon{color:var(--icon-error)}:host._light-warning .gas-notify-toast{background-color:var(--base-bg-block);color:var(--text-weak)}:host._light-warning .gas-notify-toast__link{color:var(--link-normal)}:host._light-warning .gas-notify-toast__icon{color:var(--icon-warning)}:host._light-success .gas-notify-toast{background-color:var(--base-bg-block);color:var(--text-weak)}:host._light-success .gas-notify-toast__icon{color:var(--icon-success)}:host .gas-notify-toast{width:100%;min-height:var(--x-mega-size);margin-bottom:var(--sm-size);padding-left:var(--md-size);padding-top:var(--sm-size);padding-bottom:var(--sm-size);box-sizing:border-box;position:relative;border-radius:var(--xs-size);display:flex;align-items:center;box-shadow:var(--notification-toast-shadow)}:host .gas-notify-toast__content{display:flex;flex-direction:column;align-items:flex-start;word-break:break-word;padding-right:40px;flex-shrink:1;flex-grow:1;flex-basis:auto}:host .gas-notify-toast__content-title{font-size:16px;line-height:120%;font-weight:700;margin-right:var(--sm-size)}:host .gas-notify-toast__content-message{font-size:14px;line-height:120%}:host .gas-notify-toast__icon{margin-right:var(--md-size);flex-shrink:0;flex-grow:0;flex-basis:20px}:host .gas-notify-toast__link{font-size:14px;line-height:120%;text-decoration:underline;cursor:pointer}:host .gas-notify-toast__action{cursor:pointer;color:var(--icon-dark)}:host .gas-notify-toast__action,:host .gas-notify-toast__right{position:absolute;right:var(--semi-md-size)}"]}]}],"members":{"hostRef":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":21,"character":3},"arguments":["host"]}]}],"notification":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":24,"character":3}}]}],"type":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":27,"character":3},"arguments":["class"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":28,"character":3}}]}],"animation":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":33,"character":3},"arguments":["@fadeInOutAnimation"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"GasNotificationService"}]}],"ngAfterViewInit":[{"__symbolic":"method"}],"close":[{"__symbolic":"method"}],"executeCallback":[{"__symbolic":"method"}],"autoCloseToast":[{"__symbolic":"method"}]}},"GasNotifyWrapperComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":4,"character":1},"arguments":[{"selector":"gas-notify-wrapper","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":8,"character":19},"member":"OnPush"},"template":"<div *ngIf=\"notifications$ | async as notifications\" class=\"gas-notify-bar-wrapper\">\n  <gas-notify-bar *ngFor=\"let notification of notifications\" [notification]=\"notification\"></gas-notify-bar>\n</div>\n\n<div\n  *ngIf=\"toastNotifications$ | async as toastNotifications\"\n  [class.gas-notify-toast-wrapper_active]=\"toastNotifications.length > 0\"\n  class=\"gas-notify-toast-wrapper\"\n>\n  <gas-notify-toast *ngFor=\"let toast of toastNotifications\" [notification]=\"toast\"></gas-notify-toast>\n</div>\n","styles":[".gas-notify-bar-wrapper{position:fixed;top:0;left:0;width:100%;z-index:var(--layer-highest)}.gas-notify-toast-wrapper{display:flex;flex-direction:column-reverse;position:fixed;right:0;bottom:0;width:420px;max-height:680px;overflow-x:hidden;overflow-y:auto;padding:0;z-index:var(--layer-highest)}.gas-notify-toast-wrapper_active{padding:0 var(--lg-size) 0 0}"]}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"GasNotificationService"}]}]}},"GasBaseModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":12,"character":1},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":14,"character":4},{"__symbolic":"reference","name":"GasIconsModule"},{"__symbolic":"reference","name":"GasNotifyModule"}]}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@cikrf/gas-utils/services","name":"GasDynamicComponentsService","line":21,"character":41}]}]}},"fadeInOutUpAnimation":{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"trigger","line":5,"character":36},"arguments":["fadeInOutUpAnimation",[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"transition","line":6,"character":2},"arguments":["* => *",[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"query","line":7,"character":4},"arguments":[":enter",[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"style","line":8,"character":6},"arguments":[{"opacity":0,"transform":"translateY(16px)"}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"animate","line":9,"character":6},"arguments":["0.250s",{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"style","line":9,"character":24},"arguments":[{"opacity":1,"transform":"translateY(0)"}]}]}],{"optional":true}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"query","line":11,"character":4},"arguments":[":leave",[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"style","line":12,"character":6},"arguments":[{"opacity":1,"transform":"translateY(0)"}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"animate","line":13,"character":6},"arguments":["0.250s",{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"style","line":13,"character":24},"arguments":[{"opacity":0,"transform":"translateY(16px)"}]}]}],{"optional":true}]}]]}]]},"fadeInOutAnimation":{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"trigger","line":21,"character":34},"arguments":["fadeInOutAnimation",[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"transition","line":22,"character":2},"arguments":["* => *",[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"query","line":23,"character":4},"arguments":[":enter",[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"style","line":24,"character":6},"arguments":[{"opacity":0,"transform":"translateX(100%)"}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"animate","line":25,"character":6},"arguments":["0.150s",{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"style","line":25,"character":24},"arguments":[{"opacity":1,"transform":"translateX(0)"}]}]}],{"optional":true}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"query","line":27,"character":4},"arguments":[":leave",[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"style","line":28,"character":6},"arguments":[{"opacity":1,"transform":"translateX(0)"}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"animate","line":29,"character":6},"arguments":["0.150s",{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"style","line":29,"character":24},"arguments":[{"opacity":0,"transform":"translateX(100%)"}]}]}],{"optional":true}]}]]}]]},"GasSize":{"SmSize":8,"MdSize":16,"LgSize":24,"XlgSize":32,"XxlgSize":40},"GasSizeText":{"ExtraLarge":"xlg","Large":"lg","Small":"sm"},"GasDynamicBaseComponent":{"__symbolic":"class","arity":1,"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":15,"character":1},"arguments":[{"selector":"gas-dynamic-base","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":18,"character":19},"member":"OnPush"},"template":""}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":54,"character":15},{"__symbolic":"reference","name":"GasClickOutsideDirective"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":56,"character":21}]}],"onMouseEnter":[{"__symbolic":"method"}],"onMouseLeave":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"close":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}]}},"GasDynamicBaseModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":9,"character":1},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":11,"character":4}],"declarations":[[{"__symbolic":"reference","name":"GasDynamicBaseComponent"}]],"exports":[[{"__symbolic":"reference","name":"GasDynamicBaseComponent"}]]}]}],"members":{}},"GasIconsModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":45,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasIconComponent"},{"__symbolic":"reference","name":"GasIconDefinitionsComponent"},{"__symbolic":"reference","name":"ɵa"}],[{"__symbolic":"reference","name":"GasIconNotificationComponent"},{"__symbolic":"reference","name":"GasIconCoreComponent"},{"__symbolic":"reference","name":"GasIconActionsComponent"},{"__symbolic":"reference","name":"GasIconArrowsComponent"},{"__symbolic":"reference","name":"GasIconLayoutComponent"},{"__symbolic":"reference","name":"GasIconNavigationComponent"},{"__symbolic":"reference","name":"GasIconMenuComponent"}],[{"__symbolic":"reference","name":"GasBgIconDirective"}]],"exports":[[{"__symbolic":"reference","name":"GasIconComponent"},{"__symbolic":"reference","name":"GasIconDefinitionsComponent"},{"__symbolic":"reference","name":"ɵa"}],[{"__symbolic":"reference","name":"GasBgIconDirective"}]],"entryComponents":[[{"__symbolic":"reference","name":"GasIconComponent"},{"__symbolic":"reference","name":"GasIconDefinitionsComponent"},{"__symbolic":"reference","name":"ɵa"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":59,"character":4}]}]}],"members":{}},"GasIconDefinitionsComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":2,"character":1},"arguments":[{"selector":"gas-icon-definitions","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":6,"character":19},"member":"OnPush"},"template":"<gas-icon-notifications></gas-icon-notifications>\n<gas-icon-core></gas-icon-core>\n<gas-icon-actions></gas-icon-actions>\n<gas-icon-arrows></gas-icon-arrows>\n<gas-icon-layout></gas-icon-layout>\n<gas-icon-common></gas-icon-common>\n<gas-icon-navigation></gas-icon-navigation>\n<gas-icon-menu></gas-icon-menu>\n","styles":[":host{display:none}"]}]}],"members":{"width":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":9,"character":3}}]}],"height":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":10,"character":3}}]}]}},"GasBgIconDirective":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":6,"character":1},"arguments":[{"selector":"[gasBgIcon]"}]}],"members":{"iconName":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":10,"character":3},"arguments":["gasBgIcon"]}]}],"iconSize":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":13,"character":3},"arguments":["gasBgIconSize"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":17,"character":24},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":18,"character":22}]}],"ngOnInit":[{"__symbolic":"method"}]}},"GasIconComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":22,"character":1},"arguments":[{"selector":"gas-icon","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":26,"character":19},"member":"OnPush"},"template":"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" [ngClass]=\"svgClass\">\n  <use [attr.xlink:href]=\"'#' + name\"></use>\n</svg>\n<ng-template *ngIf=\"alternativeText\">{{ alternativeText }}</ng-template>\n","styles":[":host{display:block;width:24px;height:24px}:host svg{width:100%;height:100%;display:block}"]}]}],"members":{"name":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":32,"character":3}}]}],"size":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":38,"character":3}}]}],"color":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":52,"character":3},"arguments":["style.color"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":53,"character":3}}]}],"iconName":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":57,"character":3}}]}],"variant":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":63,"character":3}}]}],"alternativeText":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":69,"character":3}}]}],"svgClass":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":73,"character":3}}]}],"width":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":76,"character":3},"arguments":["style.width.px"]}]}],"height":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":79,"character":3},"arguments":["style.height.px"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":83,"character":15}]}]}},"GasIconCoreComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":2,"character":1},"arguments":[{"selector":"gas-icon-core","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":5,"character":19},"member":"OnPush"},"template":"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n  <defs>\n    <symbol id=\"core-check\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M8.24264 1.41421L6.82843 0L2.83631 3.99211L1.41421 2.57001L0 3.98422L2.83421 6.81843L2.83429 6.81836L2.83639 6.82046L8.24264 1.41421Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"core-cell-checked\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill=\"currentColor\" fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M0 4C0 1.79086 1.79086 0 4 0H12C14.2091 0 16 1.79086 16 4V12C16 14.2091 14.2091 16 12 16H4C1.79086 16 0 14.2091 0 12V4Z\" />\n      <path fill=\"white\" fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M13.488 5.80682L5.65152 13.2042L2 8.89557L4.11372 7.29933L5.87597 9.37872L11.5739 4L13.488 5.80682Z\" />\n    </symbol>\n\n    <symbol id=\"core-checker\" width=\"12\" height=\"10\" viewBox=\"0 0 12 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M11.488 1.80682L3.65152 9.20424L0 4.89557L2.11372 3.29933L3.87597 5.37872L9.57392 0L11.488 1.80682Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"core-progress\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <circle cx=\"40\" cy=\"40\" r=\"37\" stroke=\"currentColor\" stroke-width=\"6\" />\n    </symbol>\n\n    <symbol id=\"core-required\" viewBox=\"0 0 8 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path\n        d=\"M3.08 2.5L3.65778 3.47947L4.07378 4.78543L4.55911 3.45615L5.11378 2.52332L6.22311 3.12966L5.62222 4.13245L4.55911 5.25185L6.13067 4.972H7.24V6.27796H6.17689L4.69778 5.99811L5.76089 7.11751L6.29244 8.02702L5.20622 8.68L4.60533 7.70053L4.07378 6.27796L3.63467 7.63057L3.05689 8.61004L1.90133 7.95706L2.52533 6.97759L3.496 5.99811L2.15556 6.27796H1V4.972H2.15556L3.58844 5.25185L2.54844 4.22574L1.94756 3.15298L3.08 2.5Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"core-search\" viewBox=\"0 0 16 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M15.261 14.1377L11.1379 10.0454C11.9687 8.8762 12.3995 7.39928 12.1841 5.83005C11.8148 3.18389 9.66099 1.09159 6.98407 0.845433C3.3533 0.476202 0.276378 3.55313 0.645609 7.21466C0.891763 9.86082 2.98407 12.0454 5.63022 12.4147C7.19945 12.63 8.67638 12.1993 9.84561 11.3685L13.9379 15.4608C14.1225 15.6454 14.3995 15.6454 14.5841 15.4608L15.2302 14.8147C15.4148 14.63 15.4148 14.3224 15.261 14.1377ZM2.46099 6.63005C2.46099 4.44543 4.24561 2.66082 6.43022 2.66082C8.61484 2.66082 10.3995 4.44543 10.3995 6.63005C10.3995 8.81466 8.61484 10.5993 6.43022 10.5993C4.24561 10.5993 2.46099 8.84543 2.46099 6.63005Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"core-back\" viewBox=\"0 0 19 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M11.3751 4.98076C15.3751 4.98076 18.6443 8.21153 18.6443 12.25C18.6443 16.2885 15.3751 19.5192 11.3751 19.5192H8.22121C7.91352 19.5192 7.72121 19.2885 7.72121 18.9808V17.75C7.72121 17.4423 7.95198 17.1731 8.25967 17.1731H11.3751C14.1058 17.1731 16.2981 14.9808 16.2981 12.25C16.2981 9.51923 14.1058 7.32692 11.3751 7.32692H6.0289C6.0289 7.32692 5.72121 7.32692 5.60583 7.36538C5.29813 7.51923 5.37506 7.75 5.64429 8.01923L7.5289 9.90384C7.75967 10.1346 7.72121 10.4808 7.49044 10.7115L6.64429 11.5577C6.41352 11.7885 6.14429 11.7885 5.91352 11.5961L0.913518 6.59615C0.72121 6.40384 0.72121 6.09615 0.913518 5.90384L5.87506 0.942303C6.10583 0.711534 6.49044 0.711534 6.68275 0.942303L7.49044 1.75C7.72121 1.98076 7.72121 2.36538 7.49044 2.55769L5.60583 4.4423C5.37506 4.67307 5.37506 4.9423 5.75967 4.9423H6.0289L11.3751 4.98076Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"core-settings\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path\n        d=\"M13.8199 22H10.1799C9.71003 22 9.30347 21.673 9.20292 21.214L8.79592 19.33C8.25297 19.0921 7.73814 18.7946 7.26092 18.443L5.42392 19.028C4.97592 19.1709 4.4889 18.9823 4.25392 18.575L2.42992 15.424C2.19751 15.0165 2.27758 14.5025 2.62292 14.185L4.04792 12.885C3.98312 12.2961 3.98312 11.7019 4.04792 11.113L2.62292 9.816C2.27707 9.49837 2.19697 8.98372 2.42992 8.576L4.24992 5.423C4.48491 5.0157 4.97192 4.82714 5.41992 4.97L7.25692 5.555C7.50098 5.37416 7.75505 5.20722 8.01792 5.055C8.27026 4.91269 8.52995 4.78385 8.79592 4.669L9.20392 2.787C9.30399 2.32797 9.71011 2.00049 10.1799 2H13.8199C14.2897 2.00049 14.6958 2.32797 14.7959 2.787L15.2079 4.67C15.4887 4.79352 15.7622 4.93308 16.0269 5.088C16.2739 5.23081 16.5126 5.38739 16.7419 5.557L18.5799 4.972C19.0276 4.82967 19.514 5.01816 19.7489 5.425L21.5689 8.578C21.8013 8.98548 21.7213 9.49951 21.3759 9.817L19.9509 11.117C20.0157 11.7059 20.0157 12.3001 19.9509 12.889L21.3759 14.189C21.7213 14.5065 21.8013 15.0205 21.5689 15.428L19.7489 18.581C19.514 18.9878 19.0276 19.1763 18.5799 19.034L16.7419 18.449C16.5093 18.6203 16.2677 18.7789 16.0179 18.924C15.7557 19.0759 15.4853 19.2131 15.2079 19.335L14.7959 21.214C14.6954 21.6726 14.2894 21.9996 13.8199 22ZM7.61992 16.229L8.43992 16.829C8.62477 16.9652 8.81743 17.0904 9.01692 17.204C9.20462 17.3127 9.39788 17.4115 9.59592 17.5L10.5289 17.909L10.9859 20H13.0159L13.4729 17.908L14.4059 17.499C14.8132 17.3194 15.1998 17.0961 15.5589 16.833L16.3799 16.233L18.4209 16.883L19.4359 15.125L17.8529 13.682L17.9649 12.67C18.0141 12.2274 18.0141 11.7806 17.9649 11.338L17.8529 10.326L19.4369 8.88L18.4209 7.121L16.3799 7.771L15.5589 7.171C15.1997 6.90671 14.8132 6.68175 14.4059 6.5L13.4729 6.091L13.0159 4H10.9859L10.5269 6.092L9.59592 6.5C9.39772 6.58704 9.20444 6.68486 9.01692 6.793C8.81866 6.90633 8.62701 7.03086 8.44292 7.166L7.62192 7.766L5.58192 7.116L4.56492 8.88L6.14792 10.321L6.03592 11.334C5.98672 11.7766 5.98672 12.2234 6.03592 12.666L6.14792 13.678L4.56492 15.121L5.57992 16.879L7.61992 16.229ZM11.9959 16C9.78678 16 7.99592 14.2091 7.99592 12C7.99592 9.79086 9.78678 8 11.9959 8C14.2051 8 15.9959 9.79086 15.9959 12C15.9932 14.208 14.2039 15.9972 11.9959 16ZM11.9959 10C10.9033 10.0011 10.0138 10.8788 9.99815 11.9713C9.98249 13.0638 10.8465 13.9667 11.9386 13.9991C13.0307 14.0315 13.9468 13.1815 13.9959 12.09V12.49V12C13.9959 10.8954 13.1005 10 11.9959 10Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"core-automate\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0462 7.56922C9.6 7.56922 7.56923 9.55383 7.56923 12.0461C7.56923 14.5384 9.55385 16.5231 12.0462 16.5231C14.4923 16.5231 16.5231 14.5384 16.5231 12.0461C16.5231 9.55383 14.4923 7.56922 12.0462 7.56922ZM12.0462 15.2769C10.2462 15.2769 8.76923 13.8 8.76923 12C8.76923 10.2 10.2462 8.72306 12.0462 8.72306C13.8462 8.72306 15.3231 10.2 15.3231 12C15.2769 13.8 13.8 15.2769 12.0462 15.2769ZM22.7539 14.8154C22.9846 13.9385 23.1231 12.9692 23.1231 12C23.1231 11.0308 22.9846 10.1077 22.7539 9.1846H21.5077C21.3231 8.4923 21.0462 7.84614 20.7231 7.24614L21.6 6.36922C20.6308 4.75383 19.2923 3.36922 17.6308 2.39999L16.7538 3.27691C16.1539 2.95383 15.5077 2.67691 14.8154 2.4923V1.2923C13.9385 1.06153 12.9692 0.923065 12 0.923065C11.0308 0.923065 10.1077 1.06153 9.18462 1.2923V2.53845C8.53847 2.72307 7.89231 2.99999 7.29231 3.32307L6.36923 2.44614C4.7077 3.41537 3.36923 4.79999 2.4 6.41537L3.27693 7.2923C2.95385 7.8923 2.67693 8.53845 2.49231 9.23076H1.29231C1.06154 10.1077 0.92308 11.0308 0.92308 12C0.92308 12.9692 1.06154 13.8923 1.29231 14.8154H2.53847C2.72308 15.5077 3 16.1538 3.32308 16.7538L2.44616 17.6308C3.41539 19.2461 4.75385 20.6308 6.41539 21.6L7.29231 20.7231C7.89231 21.0461 8.53847 21.3231 9.23077 21.5077V22.7538C10.1077 22.9846 11.0769 23.1231 12.0462 23.1231C13.0154 23.1231 13.9385 22.9846 14.8615 22.7538V21.5077C15.5539 21.3231 16.2 21.0461 16.8 20.7231L17.6769 21.6C19.2923 20.6308 20.6769 19.2923 21.6462 17.6308L20.7692 16.7538C21.0923 16.1538 21.3692 15.5077 21.5539 14.8154H22.7539ZM20.0769 17.8154C19.7538 18.2308 19.4308 18.6461 19.0154 19.0154C18.6462 19.3846 18.2308 19.7538 17.8154 20.0769L16.9385 19.2C15.9692 19.8923 14.8154 20.3538 13.6154 20.5846V21.7846C13.1077 21.8769 12.5538 21.9231 12 21.9231C11.4462 21.9231 10.9385 21.8769 10.3846 21.7846V20.5846C9.18462 20.3538 8.03077 19.8923 7.06154 19.2L6.18462 20.0769C5.76923 19.7538 5.35385 19.3846 4.98462 19.0154C4.61539 18.6461 4.24616 18.2308 3.92308 17.8154L4.8 16.9384C4.1077 15.9692 3.64616 14.8154 3.41539 13.6154H2.21539C2.12308 13.1077 2.07693 12.5538 2.07693 12C2.07693 11.4461 2.12308 10.9384 2.21539 10.3846H3.46154C3.69231 9.1846 4.15385 8.03076 4.84616 7.06153L3.96923 6.1846C4.29231 5.76922 4.66154 5.35383 5.03077 4.9846C5.4 4.61537 5.81539 4.24614 6.23077 3.92307L7.1077 4.79999C8.07693 4.10768 9.23077 3.64614 10.4308 3.41537V2.21537C10.9385 2.12307 11.4923 2.07691 12.0462 2.07691C12.6 2.07691 13.1077 2.12307 13.6615 2.21537V3.46153C14.8615 3.6923 16.0154 4.15383 16.9846 4.84614L17.8615 3.96922C18.2769 4.2923 18.6923 4.61537 19.0615 5.03076C19.4308 5.39999 19.8 5.81537 20.1231 6.23076L19.2462 7.10768C19.9385 8.07691 20.4 9.23076 20.6308 10.4308H21.8769C21.9692 10.9384 22.0154 11.4923 22.0154 12.0461C22.0154 12.6 21.9692 13.1077 21.8769 13.6615H20.6308C20.4 14.8615 19.9385 16.0154 19.2462 16.9846L20.0769 17.8154Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"core-broadcast\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.87693 15.45C1.98462 13.5577 0.92308 11.0192 0.92308 8.3423C0.92308 5.66537 1.98462 3.12691 3.87693 1.2346C4.29231 0.819219 4.89231 0.819219 5.3077 1.2346C5.72308 1.64999 5.72308 2.29614 5.3077 2.71153C3.83077 4.18845 3 6.21922 3 8.3423C3 10.4654 3.83077 12.4961 5.3077 13.9731C5.72308 14.3884 5.72308 15.0346 5.3077 15.45C4.89231 15.8654 4.29231 15.8654 3.87693 15.45ZM8.26154 12.4961C7.84616 12.9115 7.2 12.9115 6.78462 12.4961C5.67693 11.3884 5.07693 9.91153 5.07693 8.34229C5.07693 6.77306 5.67693 5.29614 6.78462 4.18845C7.2 3.77306 7.84616 3.77306 8.26154 4.18845C8.67693 4.60383 8.67693 5.24999 8.26154 5.66537C7.52308 6.40383 7.15385 7.32691 7.15385 8.34229C7.15385 9.35768 7.56923 10.3269 8.26154 11.0192C8.67693 11.4346 8.67693 12.0808 8.26154 12.4961ZM18.6 1.2346C19.0154 0.819219 19.6615 0.819219 20.0769 1.2346C21.9692 3.12691 23.0308 5.66537 23.0308 8.3423C23.0308 11.0192 21.9692 13.5577 20.0769 15.45C19.6615 15.8654 19.0154 15.8654 18.6 15.45C18.1846 15.0346 18.1846 14.3884 18.6 13.9731C20.1231 12.4961 20.9538 10.4654 20.9538 8.3423C20.9538 6.21922 20.0769 4.18845 18.6 2.71153C18.1846 2.29614 18.1846 1.64999 18.6 1.2346ZM18.8769 8.34229C18.8308 6.77306 18.2308 5.29614 17.1231 4.18845C16.7077 3.77306 16.1077 3.77306 15.6923 4.18845C15.2769 4.60383 15.2769 5.24999 15.6923 5.66537C16.3846 6.40383 16.8 7.32691 16.8 8.34229C16.8 9.35768 16.3846 10.3269 15.6923 11.0192C15.2769 11.4346 15.2769 12.0808 15.6923 12.4961C16.1077 12.9115 16.7077 12.9115 17.1231 12.4961C18.2308 11.3884 18.8308 9.91153 18.8308 8.34229H18.8769ZM9.27693 8.29614C9.27693 9.44999 9.92308 10.4192 10.9385 10.8346V12.0346V21.6808C10.9385 21.9577 11.1692 22.1884 11.4462 22.1884H12.4615C12.7385 22.2346 13.0154 21.9577 13.0154 21.6808V12.0808V10.7885C13.9846 10.3731 14.6769 9.44999 14.6769 8.29614C14.6769 6.81922 13.4308 5.61922 11.9539 5.61922C10.4769 5.61922 9.27693 6.81922 9.27693 8.29614Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"core-component-customization\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M9.73939 11.9993C9.92024 11.9993 10.5532 12.0897 10.5984 12.8131L10.6888 14.6216C10.6888 14.9381 10.6888 15.2998 10.508 15.571C10.4176 15.7519 10.2819 15.9327 10.1915 16.1136C9.96545 16.5205 9.96545 17.0178 9.96545 17.4699C9.96545 17.9673 9.92024 18.4646 10.1915 18.8715C10.2367 18.9619 10.2819 19.0072 10.3271 19.0976C10.3724 19.188 10.4176 19.2332 10.4628 19.3236C10.7341 19.7758 10.6436 20.2731 10.6436 20.7252L10.6435 21.8196C10.6408 21.9226 10.5934 22.8502 9.73939 22.8502H1.8273C1.10391 22.8502 0.968277 22.4433 0.923065 22.2172V12.9035C0.923065 12.0897 1.51082 11.9993 1.73688 11.9993H9.73939ZM17.9305 11.9096C17.9454 11.9117 17.9793 11.9202 18.0132 11.9541C18.194 12.0445 18.2392 12.1801 18.2392 12.3158C18.2844 12.5871 18.2844 12.8131 18.3297 13.0844C18.3297 13.1296 18.3749 13.1748 18.4201 13.1748C18.7366 13.2652 18.9626 13.4461 19.2791 13.5365H19.3243C19.3243 13.5365 19.3243 13.4913 19.3695 13.4913C19.5956 13.3557 19.8217 13.1296 20.0477 12.994C20.1381 12.9488 20.2286 12.9035 20.2738 12.9035C20.3642 12.9035 20.4546 12.9488 20.4998 12.994C20.7711 13.2652 21.0876 13.5817 21.4041 13.8982C21.5397 14.0338 21.5397 14.2147 21.4493 14.3503C21.3136 14.5764 21.0876 14.8024 20.952 15.0285V15.1641C21.0424 15.3902 21.2232 15.7067 21.3136 16.0232C21.3136 16.0684 21.3589 16.1136 21.4041 16.1136C21.6753 16.1588 21.9466 16.1588 22.2179 16.204C22.4439 16.2492 22.5344 16.3396 22.5344 16.6561V17.9221C22.5344 18.1481 22.4439 18.2838 22.2179 18.2838C21.9466 18.329 21.6753 18.329 21.4041 18.3742C21.3589 18.3742 21.3136 18.4194 21.3136 18.4646C21.2232 18.7811 21.0424 19.0072 20.952 19.3236C20.9067 19.3688 20.9067 19.4141 20.952 19.4593C21.0876 19.7305 21.3136 19.9114 21.4493 20.1374C21.5397 20.2731 21.5397 20.4539 21.4041 20.5896L20.4998 21.4938C20.3642 21.539 20.319 21.5842 20.2286 21.5842C20.1381 21.5842 20.0477 21.539 20.0025 21.4938C19.7764 21.3582 19.5504 21.1321 19.3243 20.9965C19.3243 20.9513 19.2791 20.9513 19.2791 20.9513H19.2339C19.0078 21.0417 18.6914 21.2225 18.3749 21.313C18.3297 21.313 18.2844 21.3582 18.2844 21.4034C18.2392 21.6747 18.2392 21.9459 18.194 22.2172C18.1488 22.4433 18.0584 22.5337 17.8323 22.5337H16.5212C16.2951 22.5337 16.1595 22.4433 16.1595 22.2172C16.1143 21.9459 16.1143 21.6747 16.0691 21.4034C16.0691 21.3582 16.0239 21.313 15.9786 21.313C15.6622 21.2225 15.4361 21.0417 15.1196 20.9513H15.0744C15.0292 20.9513 15.0292 20.9965 14.984 20.9965C14.7127 21.1321 14.5319 21.3582 14.3058 21.4938C14.2154 21.539 14.125 21.5842 14.0797 21.5842C13.9441 21.5842 13.8989 21.5842 13.8085 21.4938C13.6728 21.3582 13.5259 21.2112 13.3733 21.0586L12.9042 20.5896C12.7686 20.4539 12.7686 20.2731 12.859 20.1374C12.9947 19.9114 13.2207 19.6853 13.3563 19.4593C13.4016 19.4141 13.3563 19.3688 13.3563 19.3236C13.2659 19.0072 13.0851 18.7811 12.9947 18.4646C12.9947 18.4194 12.9494 18.3742 12.9042 18.3742C12.633 18.329 12.4069 18.2838 12.1356 18.2838C12 18.2385 11.8644 18.1481 11.7739 18.0125V16.4753C11.8191 16.2944 12 16.204 12.1356 16.204C12.4069 16.1588 12.633 16.1588 12.9042 16.1136C12.9494 16.1136 12.9947 16.0684 12.9947 16.0232C13.0851 15.7067 13.2659 15.4806 13.3563 15.1641C13.4016 15.1189 13.4016 15.0737 13.3563 15.0285C13.2207 14.7572 12.9947 14.5764 12.859 14.3503C12.7686 14.2147 12.7686 14.0338 12.9042 13.8982L13.8085 12.994C13.9441 12.9488 13.9441 12.9035 14.0797 12.9035C14.2154 12.9035 14.2606 12.9488 14.3058 12.994C14.5771 13.1296 14.7579 13.3557 14.984 13.4913C15.0292 13.5365 15.0292 13.5365 15.0744 13.5365H15.1196C15.4361 13.4461 15.6622 13.2652 15.9786 13.1748C16.0239 13.1748 16.0691 13.1296 16.0691 13.0844C16.1143 12.8131 16.1595 12.5871 16.1595 12.3158C16.1595 12.1801 16.2951 12.0445 16.3855 11.9541C16.476 11.9089 16.5212 11.9089 16.6116 11.9089L17.9305 11.9096ZM17.1994 15.2093C16.0691 15.2093 15.1648 16.1136 15.1648 17.2439C15.1648 18.3742 16.0239 19.2784 17.1994 19.2784L17.3398 19.2731C18.3615 19.1956 19.1907 18.2818 19.2339 17.2439C19.2339 16.1136 18.3297 15.2093 17.1994 15.2093ZM21.3819 1.14922C21.5533 1.15828 22.6248 1.27141 22.6248 2.68564L22.6253 8.9758C22.6332 9.06581 22.7044 10.1908 21.3589 10.1908H2.27942C1.19434 10.1908 0.968277 9.19616 0.923065 8.92489V2.5048C0.923065 1.28407 2.00815 1.19365 2.23421 1.14844L21.3819 1.14922Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"core-custom-apps\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.8231 5.63076C22.7308 5.35383 22.4077 5.30768 22.1769 5.4923L18.4385 9.23076C18.1615 9.50768 17.7 9.50768 17.4231 9.23076L14.7923 6.59999C14.5154 6.32307 14.5154 5.86153 14.7923 5.5846L18.5769 1.84614C18.7615 1.66153 18.6692 1.33845 18.4385 1.19999C17.7923 1.01537 17.1 0.923065 16.4538 0.923065C12.5308 0.923065 9.39231 4.2923 9.85385 8.30768C9.94616 8.95383 10.0846 9.50768 10.3154 10.0615L1.68462 18.6461C0.669234 19.6615 0.669234 21.3231 1.68462 22.2923C2.19231 22.8 2.88462 23.0769 3.53077 23.0769C4.17693 23.0769 4.86923 22.8 5.37693 22.2923L13.9615 13.7077C14.5154 13.9384 15.1154 14.0769 15.7154 14.1692C19.7308 14.6308 23.1 11.4923 23.1 7.56922C23.1 6.87691 23.0077 6.23076 22.8231 5.63076Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"core-hide\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.9192 11.5319C23.1808 10.0549 22.2115 8.71648 21.0115 7.65494L17.0885 11.5319V11.9472C17.0885 14.7626 14.8269 17.0242 12.0115 17.0242H11.5962L9.10385 19.5165C10.0269 19.7011 10.9962 19.8396 11.9654 19.8396C17.1808 19.8396 21.7038 16.7934 23.8731 12.4088C24.0577 12.0857 24.0577 11.8088 23.9192 11.5319ZM22.3962 2.53187L21.4269 1.56264C21.15 1.28571 20.6423 1.33187 20.3192 1.7011L16.95 5.07033C15.4269 4.42417 13.7654 4.1011 12.0115 4.1011C6.79615 4.1011 2.27308 7.14725 0.103846 11.5319C-0.0346154 11.8088 -0.0346154 12.1319 0.103846 12.3626C1.11923 14.4396 2.64231 16.1473 4.53462 17.4396L1.76538 20.2549C1.44231 20.578 1.39615 21.0857 1.62692 21.3626L2.59615 22.3319C2.87308 22.6088 3.38077 22.5626 3.70385 22.1934L22.2577 3.63956C22.6269 3.31648 22.6731 2.80879 22.3962 2.53187ZM6.93462 11.9473C6.93462 9.13187 9.19615 6.87033 12.0115 6.87033C12.9346 6.87033 13.7654 7.1011 14.5038 7.51648L13.1192 8.9011C12.75 8.80879 12.3808 8.71648 12.0115 8.71648C10.2115 8.71648 8.78077 10.1473 8.78077 11.9473C8.78077 12.3165 8.87308 12.6857 8.96538 13.0549L7.58077 14.4396C7.16538 13.7011 6.93462 12.8703 6.93462 11.9473Z\" fill=\"currentColor\"/>\n    </symbol>\n\n  </defs>\n</svg>\n"}]}],"members":{}},"GasIconNotificationComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":2,"character":1},"arguments":[{"selector":"gas-icon-notifications","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":5,"character":19},"member":"OnPush"},"template":"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n  <defs>\n    <symbol id=\"notifications-warning\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" fill=\"currentColor\" clip-rule=\"evenodd\"\n        d=\"M19.752 16.3458L10.9443 2.11501C10.4827 1.34578 9.48275 1.34578 9.02121 2.11501L0.213518 16.3458C-0.324944 17.2304 0.213518 18.4612 1.17506 18.4612H18.7904C19.752 18.4612 20.3289 17.2304 19.752 16.3458ZM9.98275 15.3842C9.3289 15.3842 8.8289 14.8842 8.8289 14.2304C8.8289 13.5765 9.3289 13.0765 9.98275 13.0765C10.6366 13.0765 11.1366 13.5765 11.1366 14.2304C11.1366 14.8842 10.6366 15.3842 9.98275 15.3842ZM11.1366 11.9227C11.1366 12.1535 10.9827 12.3073 10.752 12.3073H9.21352C8.98275 12.3073 8.8289 12.1535 8.8289 11.9227V6.9227C8.8289 6.69193 8.98275 6.53809 9.21352 6.53809H10.752C10.9827 6.53809 11.1366 6.69193 11.1366 6.9227V11.9227Z\" />\n    </symbol>\n\n    <symbol id=\"notifications-light-warning\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" fill=\"currentColor\"\n        d=\"M23.7024 19.6154L13.1331 2.5385C12.5793 1.61542 11.3793 1.61542 10.8255 2.5385L0.256222 19.6154C-0.389932 20.677 0.256222 22.1539 1.41007 22.1539H22.5485C23.7024 22.1539 24.3947 20.677 23.7024 19.6154ZM11.9793 18.4616C11.1947 18.4616 10.5947 17.8616 10.5947 17.077C10.5947 16.2923 11.1947 15.6923 11.9793 15.6923C12.7639 15.6923 13.3639 16.2923 13.3639 17.077C13.3639 17.8616 12.7639 18.4616 11.9793 18.4616ZM13.3639 14.3077C13.3639 14.5847 13.1793 14.7693 12.9024 14.7693H11.0562C10.7793 14.7693 10.5947 14.5847 10.5947 14.3077V8.30773C10.5947 8.03081 10.7793 7.84619 11.0562 7.84619H12.9024C13.1793 7.84619 13.3639 8.03081 13.3639 8.30773V14.3077Z\" />\n    </symbol>\n\n\n    <symbol id=\"notifications-error\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M10.0001 0.769531C4.92313 0.769531 0.769287 4.92338 0.769287 10.0003C0.769287 15.0772 4.92313 19.2311 10.0001 19.2311C15.077 19.2311 19.2308 15.0772 19.2308 10.0003C19.2308 4.92338 15.077 0.769531 10.0001 0.769531ZM3.07698 10.0003C3.07698 6.19261 6.19236 3.07722 10.0001 3.07722C11.5001 3.07722 12.8847 3.53876 14.0001 4.34645L4.34621 14.0003C3.53852 12.8849 3.07698 11.5003 3.07698 10.0003ZM10.0001 16.9234C8.50006 16.9234 7.11544 16.4618 6.00006 15.6541L15.6539 6.0003C16.4616 7.11568 16.9231 8.5003 16.9231 10.0003C16.9231 13.808 13.8077 16.9234 10.0001 16.9234Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"notifications-light-error\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" fill=\"currentColor\"\n        d=\"M12 0.923096C5.90771 0.923096 0.923096 5.90771 0.923096 12C0.923096 18.0923 5.90771 23.0769 12 23.0769C18.0923 23.0769 23.0769 18.0923 23.0769 12C23.0769 5.90771 18.0923 0.923096 12 0.923096ZM3.69233 12C3.69233 7.43079 7.43079 3.69233 12 3.69233C13.8 3.69233 15.4616 4.24617 16.8 5.2154L5.2154 16.8C4.24617 15.4616 3.69233 13.8 3.69233 12ZM12 20.3077C10.2 20.3077 8.53848 19.7539 7.20002 18.7846L18.7846 7.20002C19.7539 8.53848 20.3077 10.2 20.3077 12C20.3077 16.5692 16.5693 20.3077 12 20.3077Z\" />\n    </symbol>\n\n\n    <symbol id=\"notifications-general\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" fill=\"currentColor\"\n        d=\"M16.1068 14.2705L15.9222 14.3166C15.2299 14.5474 14.4914 14.2243 14.2145 13.532L12.6914 9.47049C11.4914 6.23972 7.84529 4.67049 4.66067 6.00895C1.66067 7.2551 0.322211 10.7628 1.4299 13.809L2.86067 17.732C3.09144 18.4243 2.72221 19.1628 2.07606 19.3936L1.89144 19.4397C1.10683 19.7166 0.737596 20.6397 1.01452 21.4243L1.19913 21.932C1.29144 22.1628 1.61452 22.3474 1.89144 22.209L17.7684 16.3474C18.0453 16.2551 18.1838 15.8859 18.0914 15.609L17.9068 15.1013C17.7684 14.3628 16.8914 13.9474 16.1068 14.2705ZM12.2299 20.0859L8.76836 21.3782C8.5376 21.4705 8.44529 21.7474 8.58375 21.932C9.1376 22.8551 10.2914 23.2243 11.3068 22.8551C12.3222 22.4859 12.9222 21.4243 12.7837 20.4089C12.6914 20.1782 12.4145 20.0397 12.2299 20.0859ZM22.7991 13.1628C23.5837 10.532 23.1684 7.71664 21.7376 5.40895C20.3068 3.0551 17.953 1.43972 15.2761 0.932026C15.0453 0.885872 14.8607 1.02433 14.8607 1.20895L14.6299 2.50126C14.5837 2.68587 14.7222 2.82433 14.9068 2.87049C16.9837 3.28587 18.8299 4.57818 19.9837 6.42433C21.1376 8.27049 21.4145 10.4859 20.8607 12.5628C20.8145 12.7474 20.9068 12.932 21.0914 12.9782L22.3376 13.3936C22.5684 13.3936 22.753 13.3474 22.7991 13.1628ZM17.7222 7.80895C16.9837 6.60895 15.7838 5.82433 14.3991 5.54741C14.2145 5.50126 14.0299 5.63972 13.9837 5.82433L13.8453 7.1628C13.8453 7.34741 13.9376 7.48587 14.1222 7.53203C14.9068 7.71664 15.5991 8.17818 16.0145 8.87049C16.4299 9.56279 16.5684 10.3936 16.3376 11.132C16.2914 11.2705 16.3837 11.4551 16.5222 11.5013L17.7684 12.0089C17.953 12.1013 18.1376 11.9628 18.2299 11.7782C18.6453 10.4397 18.4607 9.00895 17.7222 7.80895Z\" />\n    </symbol>\n\n\n    <symbol id=\"notifications-light-general\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" fill=\"currentColor\"\n        d=\"M16.1068 14.2705L15.9222 14.3167C15.2299 14.5474 14.4914 14.2244 14.2145 13.532L12.6914 9.4705C11.4914 6.23973 7.84529 4.6705 4.66067 6.00897C1.66067 7.25512 0.322211 10.7628 1.4299 13.809L2.86067 17.732C3.09144 18.4244 2.72221 19.1628 2.07606 19.3936L1.89144 19.4397C1.10683 19.7167 0.737596 20.6397 1.01452 21.4244L1.19913 21.932C1.29144 22.1628 1.61452 22.3474 1.89144 22.209L17.7684 16.3474C18.0453 16.2551 18.1838 15.8859 18.0914 15.609L17.9068 15.1013C17.7684 14.3628 16.8914 13.9474 16.1068 14.2705ZM12.2299 20.0859L8.76836 21.3782C8.5376 21.4705 8.44529 21.7474 8.58375 21.932C9.1376 22.8551 10.2914 23.2243 11.3068 22.8551C12.3222 22.4859 12.9222 21.4243 12.7837 20.409C12.6914 20.1782 12.4145 20.0397 12.2299 20.0859ZM22.7991 13.1628C23.5837 10.532 23.1684 7.71666 21.7376 5.40896C20.3068 3.05512 17.953 1.43973 15.2761 0.932041C15.0453 0.885887 14.8607 1.02435 14.8607 1.20896L14.6299 2.50127C14.5837 2.68589 14.7222 2.82435 14.9068 2.8705C16.9837 3.28589 18.8299 4.57819 19.9837 6.42435C21.1376 8.2705 21.4145 10.4859 20.8607 12.5628C20.8145 12.7474 20.9068 12.932 21.0914 12.9782L22.3376 13.3936C22.5684 13.3936 22.753 13.3474 22.7991 13.1628ZM17.7222 7.80896C16.9837 6.60896 15.7838 5.82435 14.3991 5.54743C14.2145 5.50127 14.0299 5.63973 13.9837 5.82435L13.8453 7.16281C13.8453 7.34743 13.9376 7.48589 14.1222 7.53204C14.9068 7.71666 15.5991 8.17819 16.0145 8.8705C16.4299 9.56281 16.5684 10.3936 16.3376 11.132C16.2914 11.2705 16.3837 11.4551 16.5222 11.5013L17.7684 12.009C17.953 12.1013 18.1376 11.9628 18.2299 11.7782C18.6453 10.4397 18.4607 9.00896 17.7222 7.80896Z\" />\n    </symbol>\n\n    <symbol id=\"notifications-success\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" fill=\"currentColor\"\n        d=\"M8.74617 20.0539L1.13079 12.3924C0.853865 12.1155 0.853865 11.6539 1.13079 11.377L2.14617 10.3616C2.4231 10.0847 2.88463 10.0847 3.16156 10.3616L8.88463 16.1309C9.06925 16.3155 9.39233 16.3155 9.57694 16.1309L20.7923 4.82317C21.0693 4.54625 21.5308 4.54625 21.8077 4.82317L22.8231 5.83856C23.1 6.11548 23.1 6.57702 22.8231 6.85394L9.76156 20.0539C9.48463 20.377 9.0231 20.377 8.74617 20.0539Z\" />\n    </symbol>\n\n    <symbol id=\"notifications-light-success\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" fill=\"currentColor\"\n        d=\"M8.74617 20.0537L1.13079 12.3922C0.853865 12.1152 0.853865 11.6537 1.13079 11.3768L2.14617 10.3614C2.4231 10.0845 2.88463 10.0845 3.16156 10.3614L8.88463 16.1306C9.06925 16.3152 9.39233 16.3152 9.57694 16.1306L20.7923 4.82293C21.0693 4.546 21.5308 4.546 21.8077 4.82293L22.8231 5.83831C23.1 6.11523 23.1 6.57677 22.8231 6.8537L9.76156 20.0537C9.48463 20.3768 9.0231 20.3768 8.74617 20.0537Z\" />\n    </symbol>\n\n    <symbol id=\"notifications-close\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M9.67693 7.95422L13.6769 3.92345C13.8615 3.73884 13.8615 3.46191 13.6769 3.2773L13.0615 2.63114C12.8769 2.44653 12.6 2.44653 12.4154 2.63114L8.38462 6.66191C8.26155 6.78499 8.07693 6.78499 7.95386 6.66191L3.92309 2.60038C3.73847 2.41576 3.46155 2.41576 3.27693 2.60038L2.63078 3.24653C2.44616 3.43114 2.44616 3.70807 2.63078 3.89268L6.66155 7.92345C6.78463 8.04653 6.78463 8.23114 6.66155 8.35422L2.60001 12.4158C2.41539 12.6004 2.41539 12.8773 2.60001 13.0619L3.24616 13.7081C3.43078 13.8927 3.7077 13.8927 3.89232 13.7081L7.92309 9.6773C8.04616 9.55422 8.23078 9.55422 8.35386 9.6773L12.3846 13.7081C12.5692 13.8927 12.8462 13.8927 13.0308 13.7081L13.6769 13.0619C13.8615 12.8773 13.8615 12.6004 13.6769 12.4158L9.67693 8.38499C9.55386 8.26191 9.55386 8.0773 9.67693 7.95422Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"notifications-light-close\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" fill=\"currentColor\"\n        d=\"M12.0961 9.94253L17.0961 4.90407C17.3269 4.6733 17.3269 4.32715 17.0961 4.09638L16.3269 3.28869C16.0961 3.05792 15.75 3.05792 15.5192 3.28869L10.4808 8.32715C10.3269 8.481 10.0961 8.481 9.94229 8.32715L4.90383 3.25023C4.67306 3.01946 4.3269 3.01946 4.09614 3.25023L3.28844 4.05792C3.05767 4.28869 3.05767 4.63484 3.28844 4.86561L8.3269 9.90407C8.48075 10.0579 8.48075 10.2887 8.3269 10.4425L3.24998 15.5195C3.01921 15.7502 3.01921 16.0964 3.24998 16.3272L4.05767 17.1348C4.28844 17.3656 4.6346 17.3656 4.86537 17.1348L9.90383 12.0964C10.0577 11.9425 10.2884 11.9425 10.4423 12.0964L15.4808 17.1348C15.7115 17.3656 16.0577 17.3656 16.2884 17.1348L17.0961 16.3272C17.3269 16.0964 17.3269 15.7502 17.0961 15.5195L12.0961 10.481C11.9423 10.3271 11.9423 10.0964 12.0961 9.94253Z\" />\n    </symbol>\n\n    <symbol id=\"notifications-arrow\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" fill=\"currentColor\"\n        d=\"M7.24991 1.68268L15.2114 9.5673C15.4422 9.79807 15.4422 10.1827 15.2114 10.4135L7.24991 18.2981C7.01914 18.5288 6.63452 18.5288 6.40375 18.2981L5.5576 17.4519C5.32683 17.2211 5.32683 16.8365 5.5576 16.6058L11.8268 10.4135C12.0576 10.1827 12.0576 9.79807 11.8268 9.5673L5.59606 3.37499C5.36529 3.14422 5.36529 2.75961 5.59606 2.52884L6.44221 1.68268C6.67298 1.49038 7.01914 1.49038 7.24991 1.68268Z\" />\n    </symbol>\n\n    <symbol id=\"notifications-upload-success\" viewBox=\"0 0 120 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 60.5C21 38.6848 38.6848 21 60.5 21C82.3152 21 100 38.6848 100 60.5C100 82.3152 82.3152 100 60.5 100C38.6848 100 21 82.3152 21 60.5ZM60.5 18C37.0279 18 18 37.0279 18 60.5C18 83.9721 37.0279 103 60.5 103C83.9721 103 103 83.9721 103 60.5C103 37.0279 83.9721 18 60.5 18ZM44.4957 64.1141C43.8803 63.5594 43.8312 62.6109 44.3859 61.9956C44.9406 61.3803 45.8891 61.3312 46.5044 61.8859L57.4465 71.7502L80.318 48.8787C80.9038 48.2929 81.8536 48.2929 82.4394 48.8787C83.0251 49.4645 83.0251 50.4142 82.4394 51L58.5607 74.8787C57.9962 75.4431 57.0886 75.4666 56.4956 74.9321L44.4957 64.1141Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"notifications-upload-error\" viewBox=\"0 0 120 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.5 60C20.5 38.1848 38.1848 20.5 60 20.5C81.8152 20.5 99.5 38.1848 99.5 60C99.5 81.8152 81.8152 99.5 60 99.5C38.1848 99.5 20.5 81.8152 20.5 60ZM60 17.5C36.5279 17.5 17.5 36.5279 17.5 60C17.5 83.4721 36.5279 102.5 60 102.5C83.4721 102.5 102.5 83.4721 102.5 60C102.5 36.5279 83.4721 17.5 60 17.5ZM46.4393 47.4393C47.0251 46.8536 47.9749 46.8536 48.5607 47.4393L59.8787 58.7574L71.1967 47.4393C71.7825 46.8536 72.7322 46.8536 73.318 47.4393C73.9038 48.0251 73.9038 48.9749 73.318 49.5607L62 60.8787L72.4393 71.318C73.0251 71.9038 73.0251 72.8536 72.4393 73.4393C71.8536 74.0251 70.9038 74.0251 70.318 73.4393L59.8787 63L49.4393 73.4393C48.8535 74.0251 47.9038 74.0251 47.318 73.4393C46.7322 72.8536 46.7322 71.9038 47.318 71.318L57.7574 60.8787L46.4393 49.5607C45.8536 48.9749 45.8536 48.0251 46.4393 47.4393Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"notifications-agent-session\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 1.84616C5.86154 1.84616 0.96923 6.36924 0.96923 11.9539C0.96923 13.7077 1.47692 15.3692 2.30769 16.8462C2.44615 17.0769 2.49231 17.3539 2.4 17.6308L0.96923 21.5539C0.830769 21.9231 1.2 22.2462 1.56923 22.1539L5.53846 20.6308C5.76923 20.5385 6.04615 20.5846 6.32308 20.7231C7.98462 21.6462 9.96923 22.2 12.0923 22.2C18.1385 22.1539 23.0769 17.6769 23.0769 12.0462C23.0308 6.36924 18.0923 1.84616 12 1.84616ZM9 16.6154C9 16.8462 8.81538 17.0308 8.58462 17.0308H6.64615C6.41538 17.0308 6.23077 16.8462 6.23077 16.6154V14.1231C6.23077 13.8923 6.41538 13.7077 6.64615 13.7077H8.58462C8.81538 13.7077 9 13.8923 9 14.1231V16.6154ZM13.4308 16.6154C13.4308 16.8462 13.2462 17.0308 13.0154 17.0308H11.0769C10.8462 17.0308 10.6615 16.8462 10.6615 16.6154V10.7539C10.6615 10.5231 10.8462 10.3385 11.0769 10.3385H13.0154C13.2462 10.3385 13.4308 10.5231 13.4308 10.7539V16.6154ZM17.8615 16.6154C17.8615 16.8462 17.6769 17.0308 17.4462 17.0308H15.5077C15.2769 17.0308 15.0923 16.8462 15.0923 16.6154V7.43078C15.0923 7.20001 15.2769 7.01539 15.5077 7.01539H17.4462C17.6769 7.01539 17.8615 7.20001 17.8615 7.43078V16.6154Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"notifications-announcement\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.4769 20.9824L9.87692 20.5209C9.23077 20.0593 9.23077 19.1363 9.23077 18.6747V17.3363C9.23077 16.967 8.90769 16.644 8.53846 16.644H5.76923C5.4 16.644 5.07692 16.967 5.07692 17.3363V20.8901C5.07692 22.1363 5.81538 23.1055 6.96923 23.1055H9.23077C10.5692 23.1055 10.6615 22.1824 10.6615 22.1824C10.6615 22.1824 10.8923 21.3516 10.4769 20.9824ZM20.7692 8.33626V2.01318C20.7692 0.905492 19.3846 0.582415 18.6462 1.32088L14.5385 5.1978C13.8923 5.75165 13.0615 5.98241 12.2308 5.98241H5.21538C2.81538 6.02857 0.923077 8.10549 0.923077 10.5055V10.5978C0.923077 12.9978 2.81538 14.7978 5.21538 14.7978H12.2308C13.1077 14.7978 13.9385 15.167 14.5846 15.7209L18.6462 19.6901C19.3846 20.4286 20.7692 20.1516 20.7692 19.044V12.767C22.1538 12.767 22.9846 11.7978 22.9846 10.5516C22.9846 9.30549 22.1538 8.33626 20.7692 8.33626Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"notifications-answer\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 1.84616C5.86154 1.84616 0.92308 6.36924 0.92308 12C0.92308 13.8 1.43077 15.4615 2.3077 16.9846C2.4 17.1692 2.44616 17.4 2.4 17.5846L1.38462 20.7692C1.2 21.3692 1.75385 21.8769 2.35385 21.6923L5.58462 20.5846C5.81539 20.4923 6.04616 20.5385 6.23077 20.6769C7.93847 21.6462 9.92308 22.2 12.0462 22.2C18.1846 22.2 23.1231 17.6769 23.1231 12.0462C23.0308 6.36924 18.0923 1.84616 12 1.84616ZM17.3077 9.73847L11.6769 15.2769C11.4462 15.5077 11.2154 15.6 10.8923 15.6C10.6154 15.6 10.3385 15.5077 10.1077 15.2769L7.38462 12.6C7.15385 12.3692 7.15385 12.0462 7.38462 11.8615L8.16923 11.1231C8.4 10.8923 8.72308 10.8923 8.95385 11.1231L10.8923 13.0615L15.7385 8.26154C15.9692 8.03078 16.2923 8.03078 16.5231 8.26154L17.3077 9.00001C17.4923 9.18462 17.4923 9.55385 17.3077 9.73847Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"notifications-answered-twice\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.3077 5.07693C4.2 5.07693 0.92308 8.07693 0.92308 11.8615C0.92308 13.0615 1.24616 14.1692 1.84616 15.1846C1.89231 15.3231 1.93846 15.4615 1.89231 15.6L1.2 17.7231C1.06154 18.1385 1.43077 18.4615 1.84616 18.3231L4.01539 17.5846C4.15385 17.5385 4.33846 17.5385 4.43077 17.6308C5.58462 18.2769 6.87693 18.6462 8.3077 18.6462C12.4154 18.6462 15.6923 15.6462 15.6923 11.8615C15.6923 8.07693 12.3692 5.07693 8.3077 5.07693ZM11.8615 10.3385L8.12308 14.0308C7.98462 14.1692 7.8 14.2616 7.61539 14.2616C7.43077 14.2616 7.24616 14.2154 7.1077 14.0308L5.26154 12.2308C5.12308 12.0923 5.12308 11.8616 5.26154 11.7231L5.76923 11.2154C5.9077 11.0769 6.13847 11.0769 6.27693 11.2154L7.56923 12.5077L10.8 9.32309C10.9385 9.18463 11.1692 9.18463 11.3077 9.32309L11.8154 9.83078C12 9.96924 12 10.2 11.8615 10.3385ZM16.0154 5.07693H14.0769C16.2462 6.64617 17.8615 9.13847 17.8615 11.8615C17.8615 14.5846 16.1539 17.1692 14.0769 18.6462H16.0154C20.1231 18.6462 23.4 15.6462 23.4 11.8615C23.3539 8.07693 20.0769 5.07693 16.0154 5.07693Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"notifications-ban\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 0.923065C5.90769 0.923065 0.923077 5.90768 0.923077 12C0.923077 18.0923 5.90769 23.0769 12 23.0769C18.0923 23.0769 23.0769 18.0923 23.0769 12C23.0769 5.90768 18.0923 0.923065 12 0.923065ZM17.4923 12.7846C17.4462 13.1077 17.1692 13.3846 16.8 13.3846H7.2C6.83077 13.3846 6.55385 13.1538 6.50769 12.7846C6.46154 12.2308 6.46154 11.7231 6.50769 11.2154C6.55385 10.8923 6.83077 10.6154 7.2 10.6154H16.8C17.1692 10.6154 17.4462 10.8923 17.4923 11.2154C17.5385 11.7692 17.5385 12.2769 17.4923 12.7846Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"notifications-chat\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9836 1.84616C5.84514 1.84616 0.952827 6.36924 0.952827 11.9539C0.952827 13.7077 1.46052 15.3692 2.29129 16.8462C2.42975 17.0769 2.4759 17.3539 2.3836 17.6308L0.952827 21.5539C0.814366 21.9231 1.1836 22.2462 1.55283 22.1539L5.52206 20.6308C5.75283 20.5385 6.02975 20.5846 6.30667 20.7231C7.96821 21.6462 9.95283 22.2 12.0759 22.2C18.1221 22.1539 23.0605 17.6769 23.0605 12.0462C23.0144 6.36924 18.0759 1.84616 11.9836 1.84616ZM6.44514 13.8462C5.42975 13.8462 4.59898 13.0154 4.59898 12C4.59898 10.9846 5.42975 10.1539 6.44514 10.1539C7.46052 10.1539 8.29129 10.9846 8.29129 12C8.29129 13.0154 7.46052 13.8462 6.44514 13.8462ZM11.9836 13.8462C10.9682 13.8462 10.1374 13.0154 10.1374 12C10.1374 10.9846 10.9682 10.1539 11.9836 10.1539C12.999 10.1539 13.8298 10.9846 13.8298 12C13.8298 13.0154 12.999 13.8462 11.9836 13.8462ZM17.5221 13.8462C16.5067 13.8462 15.6759 13.0154 15.6759 12C15.6759 10.9846 16.5067 10.1539 17.5221 10.1539C18.5374 10.1539 19.3682 10.9846 19.3682 12C19.3682 13.0154 18.5374 13.8462 17.5221 13.8462Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"notifications-comments\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.0822 14.2615C22.0361 14.0769 22.0361 13.8923 22.1284 13.7077C22.7284 12.6461 23.0976 11.4461 23.0976 10.1538C23.0976 6.0923 19.5899 2.76923 15.2514 2.76923C13.2207 2.76923 11.3745 3.50769 9.98991 4.70769C14.7438 5.26153 18.4822 9.13846 18.4822 13.8461C18.4822 15 18.2514 16.1077 17.8361 17.1231C18.3438 16.9385 18.8514 16.7077 19.313 16.4769C19.4976 16.3846 19.6822 16.3385 19.8668 16.4308L22.6822 17.5385C22.9591 17.6308 23.1899 17.4 23.0976 17.1231L22.0822 14.2615ZM8.78991 6.46153C4.45145 6.46153 0.943753 9.78461 0.943753 13.8461C0.943753 15.1385 1.31298 16.3385 1.91298 17.4C2.00529 17.5846 2.05145 17.7692 1.95914 17.9538L0.943753 20.7692C0.851445 21.0462 1.08221 21.2769 1.35914 21.1846L4.17452 20.0769C4.35914 20.0308 4.54375 20.0308 4.72837 20.1231C5.92837 20.8154 7.31298 21.1846 8.78991 21.1846C13.1284 21.1846 16.6361 17.8615 16.6361 13.8C16.6361 9.78461 13.1284 6.46153 8.78991 6.46153Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"notifications-contact-request\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.7231 12.4615C11.4462 12.5539 11.3077 12.8769 11.5385 13.1077L13.5692 15.1846C13.8 15.4154 13.8 15.7385 13.5692 15.9692L12.7846 16.7539C12.5538 16.9846 12.2308 16.9846 12 16.7539L7.06154 11.7692C6.83077 11.5385 6.83077 11.2154 7.06154 10.9846L12 6.04616C12.2308 5.81539 12.5538 5.81539 12.7846 6.04616L13.5692 6.83078C13.8 7.06155 13.8 7.38462 13.5692 7.61539L11.4923 9.69232C11.2615 9.92308 11.6769 10.3385 11.6769 10.3385C16.3846 10.4769 20.0308 13.5692 21.1385 17.7692C22.3385 16.1077 23.0769 14.1231 23.0769 12C23.0308 6.32308 18.0923 1.84616 12 1.84616C5.9077 1.84616 1.01539 6.36924 1.01539 11.9077C1.01539 13.6615 1.52308 15.3231 2.35385 16.8C2.49231 17.0308 2.53847 17.3077 2.44616 17.5846L1.01539 21.5077C0.876927 21.8769 1.24616 22.2 1.61539 22.1077L5.63077 20.5846C5.86154 20.4923 6.13846 20.5385 6.41539 20.6769C8.07693 21.6 10.0615 22.1539 12.1846 22.1539C14.9077 22.1077 17.4462 21.1846 19.3385 19.6154C18.8308 15.6923 15.6462 12.6462 11.7231 12.4615Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"notifications-email\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.514 14.3538C11.7909 14.6308 12.2063 14.6308 12.4832 14.3538L22.914 4.66154C23.0986 4.29231 23.0524 3.69231 22.314 3.69231L1.6832 3.73846C1.12935 3.73846 0.667815 4.24615 1.0832 4.70769L11.514 14.3538ZM23.0986 8.44615C23.0986 7.98461 22.5447 7.70769 22.1755 8.03077L14.0063 15.5538C13.4524 16.0615 12.7601 16.3385 12.0217 16.3385C11.2832 16.3385 10.5909 16.0615 10.037 15.6L1.91397 8.03077C1.54474 7.70769 0.990892 7.93846 0.990892 8.44615C0.944738 8.30769 0.944738 18.9231 0.944738 18.9231C0.944738 19.9385 1.77551 20.7692 2.79089 20.7692H21.2524C22.2678 20.7692 23.0986 19.9385 23.0986 18.9231V8.44615Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"notifications-email-open\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.1385 12.9692C21.1385 12.6 20.6769 12.3692 20.3538 12.6462L13.6154 18.8769C13.1538 19.2923 12.6 19.5231 11.9538 19.5231C11.3077 19.5231 10.7538 19.2923 10.2923 18.9231L3.6 12.6462C3.27692 12.3692 2.81538 12.5538 2.81538 12.9692C2.76923 12.8769 2.76923 21.2769 2.76923 21.2769C2.76923 22.1077 3.46154 22.8 4.29231 22.8H19.5692C20.4 22.8 21.0923 22.1077 21.0923 21.2769V12.9692H21.1385ZM21.0462 9.50769C21.1385 9.41538 21.1846 9.32308 21.1846 9.23077C21.1846 9.09231 21.1385 9 21.0462 8.90769L12.3692 0.923077C12.1385 0.692308 11.8154 0.692308 11.5846 0.923077L3 8.86154C2.95385 8.90769 2.95385 8.95385 2.90769 8.95385V9C2.90769 9.04615 2.86154 9.09231 2.86154 9.13846C2.86154 9.27692 2.90769 9.36923 3 9.46154L11.5385 17.4C11.7692 17.6308 12.0923 17.6308 12.3231 17.4L21.0462 9.50769C21.0462 9.50769 21.0462 9.55385 21.0462 9.50769Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"notifications-end-chat\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.3538 18.7385C11.3538 14.6769 14.6769 11.3538 18.7385 11.3538C19.4308 11.3538 20.0769 11.4462 20.6769 11.6308C20.7692 11.1231 20.8154 10.6615 20.8154 10.1538C20.7692 5.07692 16.3385 1.01538 10.8923 1.01538C5.4 1.01538 1.01539 5.07692 1.01539 10.0615C1.01539 11.6308 1.47693 13.1077 2.21539 14.4462C2.35385 14.6308 2.4 14.9077 2.30769 15.1385L1.01539 18.6462C0.876925 18.9692 1.2 19.2462 1.56923 19.2L5.12308 17.8154C5.30769 17.7231 5.58462 17.7692 5.81539 17.9077C7.29231 18.7385 9.09231 19.2462 10.9846 19.2462H11.3538V18.7385ZM15.8769 8.44615C16.8 8.44615 17.5385 9.18461 17.5385 10.1077C17.5385 11.0308 16.8 11.7692 15.8769 11.7692C14.9538 11.7692 14.2154 11.0308 14.2154 10.1077C14.2154 9.18461 14.9538 8.44615 15.8769 8.44615ZM5.95385 11.7231C5.03077 11.7231 4.29231 10.9846 4.29231 10.0615C4.29231 9.13846 5.03077 8.4 5.95385 8.4C6.87692 8.4 7.61539 9.13846 7.61539 10.0615C7.61539 10.9846 6.83077 11.7231 5.95385 11.7231ZM10.8923 11.7231C9.96923 11.7231 9.23077 10.9846 9.23077 10.0615C9.23077 9.13846 9.96923 8.4 10.8923 8.4C11.8154 8.4 12.5538 9.13846 12.5538 10.0615C12.5538 10.9846 11.8154 11.7231 10.8923 11.7231ZM14.6308 15.9692L17.4 18.7385L14.6308 21.5077C14.3538 21.7846 14.3538 22.2462 14.6308 22.4769L14.9538 22.8C15.2308 23.0769 15.6923 23.0769 15.9231 22.8L18.6923 20.0308L21.4615 22.8C21.7385 23.0769 22.2 23.0769 22.4308 22.8L22.7538 22.4769C23.0308 22.2 23.0308 21.7385 22.7538 21.5077L19.9846 18.7385L22.7538 15.9692C23.0308 15.6923 23.0308 15.2308 22.7538 15L22.4308 14.6769C22.1538 14.4 21.6923 14.4 21.4615 14.6769L18.6923 17.4462L15.9231 14.6769C15.6462 14.4 15.1846 14.4 14.9538 14.6769L14.6308 15C14.4 15.2308 14.4 15.6923 14.6308 15.9692Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"notifications-end-messaging-session\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.3538 18.7385C11.3538 17.4461 11.6769 16.2461 12.2769 15.1846H11.2154C10.9846 15.1846 10.8462 15.0461 10.8462 14.8154V10.5692C10.8462 10.3385 10.9846 10.2 11.2154 10.2H15.4615C15.6923 10.2 15.8308 10.3385 15.8308 10.5692V11.9538C16.7077 11.5846 17.7231 11.3538 18.7385 11.3538C19.4308 11.3538 20.0769 11.4461 20.6769 11.6308C20.7692 11.1231 20.8154 10.6154 20.8154 10.1077C20.7692 5.03076 16.3846 0.969223 10.8923 0.969223C5.4 0.969223 1.01539 5.03076 1.01539 10.0154C1.01539 11.5846 1.47693 13.0615 2.21539 14.4C2.35385 14.5846 2.4 14.8615 2.30769 15.0923L1.01539 18.6C0.876925 18.9231 1.2 19.2 1.56923 19.1538L5.12308 17.7692C5.30769 17.6769 5.58462 17.7231 5.81539 17.8615C7.29231 18.6923 9.09231 19.2 10.9846 19.2H11.3538V18.7385ZM5.90769 5.63076C5.90769 5.39999 6.04616 5.26153 6.27693 5.26153H15.4615C15.6923 5.26153 15.8308 5.39999 15.8308 5.63076V7.75384C15.8308 7.98461 15.6462 8.12307 15.4154 8.12307H6.27693C6.04616 8.12307 5.90769 7.98461 5.90769 7.75384V5.63076ZM8.76923 14.8154C8.76923 15.0461 8.58462 15.1846 8.35385 15.1846H6.23077C6 15.1846 5.86154 15.0461 5.86154 14.8154V10.5692C5.86154 10.3385 6 10.2 6.23077 10.2H8.4C8.63077 10.2 8.76923 10.3385 8.76923 10.5692V14.8154ZM14.6769 15.9692L17.4462 18.7385L14.6769 21.5077C14.4 21.7846 14.4 22.2461 14.6769 22.4769L15 22.8C15.2769 23.0769 15.7385 23.0769 15.9692 22.8L18.7385 20.0308L21.5077 22.8C21.7846 23.0769 22.2462 23.0769 22.4769 22.8L22.8 22.4769C23.0769 22.2 23.0769 21.7385 22.8 21.5077L20.0308 18.7385L22.8 15.9692C23.0769 15.6923 23.0769 15.2308 22.8 15L22.4769 14.6769C22.2 14.4 21.7385 14.4 21.5077 14.6769L18.7385 17.4461L15.9692 14.6769C15.6923 14.4 15.2308 14.4 15 14.6769L14.6769 15C14.4 15.2769 14.4 15.7385 14.6769 15.9692Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"notifications-engage\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M12 1.51262C18.034 1.51262 22.9591 5.93793 22.9591 11.4434C22.9591 16.9488 18.034 21.3741 12 21.3741C11.2165 21.3741 10.4433 21.2996 9.69043 21.1532L9.46081 21.1056L9.39348 21.1414C8.43554 21.6318 6.89278 22.0287 4.72099 22.3656L4.47708 22.4028L3.94533 22.4796C3.13228 22.597 2.66599 21.5835 3.28416 21.0425C3.90397 20.5 4.37506 19.7885 4.69705 18.8953L4.70905 18.8591L4.55969 18.7363C2.39382 16.9225 1.10062 14.3805 1.04295 11.6352L1.04094 11.4434C1.04094 5.93793 5.96599 1.51262 12 1.51262ZM15.2995 14.1215H8.70051C8.17987 14.1215 7.7578 14.5435 7.7578 15.0642C7.7578 15.5848 8.17987 16.0069 8.70051 16.0069H15.2995C15.8202 16.0069 16.2422 15.5848 16.2422 15.0642C16.2422 14.5435 15.8202 14.1215 15.2995 14.1215ZM17.185 10.5863H6.81508C6.29443 10.5863 5.87236 11.0083 5.87236 11.529C5.87236 12.0496 6.29443 12.4717 6.81508 12.4717H17.185C17.7056 12.4717 18.1277 12.0496 18.1277 11.529C18.1277 11.0083 17.7056 10.5863 17.185 10.5863ZM15.2995 7.05108H8.70051C8.17987 7.05108 7.7578 7.47315 7.7578 7.9938C7.7578 8.51445 8.17987 8.93651 8.70051 8.93651H15.2995C15.8202 8.93651 16.2422 8.51445 16.2422 7.9938C16.2422 7.47315 15.8202 7.05108 15.2995 7.05108Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"notifications-events\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.06154 4.15384C2.03077 6.23077 0.92308 8.95384 0.92308 11.8154C0.92308 12.4615 1.43077 12.9231 2.03077 12.9231C2.63077 12.9231 3.13847 12.4154 3.13847 11.8154C3.09231 9.55384 4.01539 7.38461 5.63077 5.76923C7.24616 4.15384 9.46154 3.27692 11.6769 3.27692C12.3231 3.27692 12.7846 2.76923 12.7846 2.16923C12.7846 1.52308 12.2769 1.06154 11.6769 1.06154C8.86154 1.01538 6.09231 2.12307 4.06154 4.15384ZM5.4 11.8154C5.4 12.4615 5.86154 12.9231 6.5077 12.9231C7.15385 12.9231 7.61539 12.4154 7.61539 11.8154C7.61539 10.7538 8.03077 9.69231 8.81539 8.95384C9.6 8.16923 10.6154 7.8 11.6769 7.75384C12.3231 7.75384 12.7846 7.24615 12.7846 6.64615C12.7846 6 12.3231 5.53846 11.6769 5.53846C10.0154 5.53846 8.4 6.18461 7.2 7.33846C7.01539 7.56923 5.3077 9.27692 5.4 11.8154ZM21 7.01538C20.5846 6.46154 20.0308 5.81538 19.9385 5.72308C19.8 5.63077 19.6154 5.53846 19.4308 5.53846C19.2462 5.53846 19.0615 5.58461 18.9692 5.72308L14.3077 10.3385C13.2 9.41538 11.5385 9.46154 10.4769 10.5231C9.41539 11.5846 9.36923 13.2462 10.2923 14.3538L5.81539 18.8308C5.67693 18.9692 5.58462 19.1538 5.58462 19.3385C5.58462 19.5692 5.67693 19.8 5.86154 19.9385L7.1077 20.8615C8.81539 22.2 10.9385 22.9385 13.2 22.9385C18.6462 22.9385 23.0769 18.5077 23.0769 13.0615C23.0769 10.8462 22.2923 8.72307 21 7.01538Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"notifications-report-issue\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.3952 11.6171C15.3952 12.0777 15.5789 12.446 16.2241 12.446C16.8693 12.446 17.0992 12.0777 17.053 11.6171C17.053 11.1556 16.8693 10.7873 16.2241 10.7873C15.5789 10.7873 15.3952 11.1556 15.3952 11.6171ZM16.9155 4.47342H15.5789V7.69865L15.6702 9.81896H16.777L16.9155 7.69865V4.47342ZM8.9881 8.5285C8.9881 4.84173 12.1219 1.84634 16.0395 1.84634C19.8647 1.84634 23.0456 4.84173 22.9986 8.5285C22.9986 12.2153 19.8647 15.2568 15.9472 15.2568C14.6576 15.2568 13.3662 14.8885 12.2604 14.2442C12.1681 14.151 12.0306 14.151 11.8921 14.1971L9.81794 14.9347C9.72563 14.9817 9.63333 14.9817 9.54102 14.9347C9.31117 14.8423 9.12656 14.6125 9.21886 14.3356L10.0026 12.2153C10.0026 12.0777 9.95548 11.9393 9.91025 11.847C9.31117 10.8325 8.9881 9.6805 8.9881 8.5285ZM5.71597 13.2758C7.03966 13.2758 8.11228 14.4518 8.11228 15.9029C8.11228 17.3539 7.03966 18.529 5.71597 18.529C4.39228 18.529 3.31966 17.3539 3.31966 15.9029C3.31966 14.4518 4.39228 13.2758 5.71597 13.2758ZM10.5094 21.4329V21.8935C10.5094 22.4474 10.094 22.8619 9.54111 22.8619H1.89065C1.33773 22.8619 0.923264 22.4474 0.923264 21.8935V21.4329C0.923264 20.2809 2.30603 19.5434 3.54942 18.9905C3.59649 18.9905 3.64265 18.9443 3.68788 18.8982C3.78019 18.852 3.91865 18.852 4.01096 18.8982C4.51773 19.2212 5.1168 19.4059 5.76203 19.4059C6.36111 19.4059 6.96019 19.2212 7.51311 18.8982C7.60542 18.852 7.69773 18.852 7.79003 18.8982C7.83619 18.8982 7.88234 18.9443 7.92849 18.9905C9.1728 19.5895 10.5094 20.2809 10.5094 21.4329Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"notifications-retail-execution\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M4.75385 2.76923C4.98462 2.76923 5.12308 2.9077 5.12308 3.13847V4.61539C5.12308 6.23077 6.41538 7.56923 8.03077 7.56923H15.9692C17.5846 7.56923 18.8769 6.23077 18.8769 4.61539V3.13847C18.8769 2.9077 19.0154 2.76923 19.2462 2.76923H19.9846C21.1846 2.76923 22.1538 3.78462 22.1538 4.98462V20.8615C22.1538 22.0615 21.1846 23.0769 19.9846 23.0769H4.01538C2.81538 23.0769 1.84615 22.0615 1.84615 20.8615V4.98462C1.84615 3.78462 2.81538 2.76923 4.01538 2.76923H4.75385ZM16.1538 11.0769C15.9692 10.8462 15.6462 10.8462 15.4154 11.0769L10.6615 15.8308L8.72308 13.8923C8.53846 13.6615 8.21538 13.6615 7.98461 13.8923L7.24615 14.6308C7.01538 14.8154 7.01538 15.1385 7.24615 15.3692L9.92308 18.0462C10.1077 18.2769 10.4308 18.3692 10.6615 18.3692C10.9385 18.3692 11.1692 18.2769 11.4 18.0462L16.9385 12.5077C17.1231 12.3231 17.1231 11.9538 16.8923 11.8154L16.1538 11.0769ZM14.5846 0.92308C15.7846 0.92308 16.7538 1.93847 16.7538 3.13847V4.61539C16.7538 5.03077 16.4308 5.35385 16.0154 5.35385H8.03077C7.61538 5.35385 7.29231 5.03077 7.33846 4.61539V3.13847C7.33846 1.93847 8.30769 0.92308 9.50769 0.92308H14.5846Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"notifications-message-plus-alt\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M19 10H17V7H14V5H17V2H19V5H22V7H19V10Z\" fill=\"currentColor\"/>\n      <path d=\"M21 12H19V15H8.334C7.90107 14.9988 7.47964 15.1393 7.134 15.4L5 17V5H12V3H5C3.89543 3 3 3.89543 3 5V21L7.8 17.4C8.14582 17.1396 8.56713 16.9992 9 17H19C20.1046 17 21 16.1046 21 15V12Z\" fill=\"currentColor\"/>\n    </symbol>\n\n  </defs>\n</svg>\n"}]}],"members":{}},"GasIconActionsComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":2,"character":1},"arguments":[{"selector":"gas-icon-actions","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":5,"character":19},"member":"OnPush"},"template":"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n  <defs>\n    <symbol id=\"actions-file\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M5.35 18.05V5.65C4.05 5.65 3 6.7 3 7.95V22.65C3 23.95 4.05 25 5.35 25H17C18.3 25 19.35 23.95 19.35 22.7H10C7.45 22.7 5.35 22.7 5.35 18.05ZM23.2 7.95H19.3C18 7.95 16.95 6.9 16.95 5.65V1.75C17 1.35 16.65 1 16.2 1H10C8.7 1 7.65 2.05 7.65 3.3V18C7.65 19.3 8.7 20.3 10 20.3H21.65C22.95 20.3 24 19.25 24 18V8.75C24 8.3 23.65 7.95 23.2 7.95ZM23.85 4.7L20.25 1.15C20.15 1.05 20.05 1 19.9 1C19.6 1 19.35 1.25 19.35 1.55V4.1C19.35 4.95 20.05 5.65 20.9 5.65H23.45C23.75 5.65 24 5.4 24 5.1C24 4.95 23.95 4.85 23.85 4.7Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"actions-layers\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M18 10C18 8.9 17.1 8 16 8H3C1.9 8 1 8.9 1 10V23C1 24.1 1.9 25 3 25H16C17.1 25 18 24.1 18 23V10ZM21.5 1H8.5C6.55 1 5 2.55 5 4.5V6H18C19.1 6 20 6.9 20 8V21H21.5C23.45 21 25 19.45 25 17.5V4.5C25 2.55 23.45 1 21.5 1Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"actions-success\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M13 1C6.35 1 1 6.35 1 13C1 19.65 6.35 25 13 25C19.65 25 25 19.65 25 13C25 6.35 19.65 1 13 1ZM19.7 10L12.05 17.75C11.75 18.05 11.25 18.05 10.95 17.75L6.75 13.5C6.45 13.2 6.45 12.7 6.75 12.4L7.85 11.3C8.15 11 8.65 11 8.95 11.3L11.15 13.55C11.35 13.75 11.7 13.75 11.9 13.55L17.5 7.75C17.8 7.45 18.3 7.45 18.6 7.75L19.7 8.85C20.05 9.15 20.05 9.65 19.7 10Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"actions-info\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M6 0.461548C2.93077 0.461548 0.461538 2.93078 0.461538 6.00001C0.461538 9.06924 2.93077 11.5385 6 11.5385C9.06923 11.5385 11.5385 9.06924 11.5385 6.00001C11.5385 2.93078 9.06923 0.461548 6 0.461548ZM6 3.25386C6.39231 3.25386 6.69231 3.55386 6.69231 3.94616C6.69231 4.33847 6.39231 4.63847 6 4.63847C5.60769 4.63847 5.30769 4.33847 5.30769 3.94616C5.30769 3.55386 5.60769 3.25386 6 3.25386ZM7.15385 8.10001C7.15385 8.21539 7.06154 8.3077 6.92308 8.3077H5.07692C4.96154 8.3077 4.84615 8.23847 4.84615 8.10001V7.63847C4.84615 7.52309 4.93846 7.38463 5.07692 7.38463C5.19231 7.38463 5.30769 7.31539 5.30769 7.17693V6.25386C5.30769 6.13847 5.21538 6.00001 5.07692 6.00001C4.96154 6.00001 4.84615 5.93078 4.84615 5.79232V5.33078C4.84615 5.21539 4.93846 5.07693 5.07692 5.07693H6.46154C6.57692 5.07693 6.69231 5.19232 6.69231 5.33078V7.17693C6.69231 7.29232 6.78462 7.38463 6.92308 7.38463C7.03846 7.38463 7.15385 7.50001 7.15385 7.63847V8.10001Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"actions-info-reverse\" viewBox=\"0 0 16 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.99985 0.115356C3.90754 0.115356 0.615234 3.40766 0.615234 7.49997C0.615234 11.5923 3.90754 14.8846 7.99985 14.8846C12.0922 14.8846 15.3845 11.5923 15.3845 7.49997C15.3845 3.40766 12.0922 0.115356 7.99985 0.115356ZM7.99985 13.0384C4.92293 13.0384 2.46139 10.5769 2.46139 7.49997C2.46139 4.42305 4.92293 1.96151 7.99985 1.96151C11.0768 1.96151 13.5383 4.42305 13.5383 7.49997C13.5383 10.5769 11.0768 13.0384 7.99985 13.0384ZM7.99985 3.83843C8.52293 3.83843 8.92293 4.23843 8.92293 4.76151C8.92293 5.28459 8.52293 5.68459 7.99985 5.68459C7.47677 5.68459 7.07677 5.28459 7.07677 4.76151C7.07677 4.23843 7.47677 3.83843 7.99985 3.83843ZM9.53831 10.3C9.53831 10.4538 9.41523 10.5769 9.23062 10.5769H6.76908C6.61523 10.5769 6.46139 10.4846 6.46139 10.3V9.68459C6.46139 9.53074 6.58447 9.34613 6.76908 9.34613C6.92293 9.34613 7.07677 9.25382 7.07677 9.0692V7.83843C7.07677 7.68459 6.9537 7.49997 6.76908 7.49997C6.61523 7.49997 6.46139 7.40766 6.46139 7.22305V6.60767C6.46139 6.45382 6.58447 6.2692 6.76908 6.2692H8.61523C8.76908 6.2692 8.92293 6.42305 8.92293 6.60767V9.0692C8.92293 9.22305 9.046 9.34613 9.23062 9.34613C9.38447 9.34613 9.53831 9.49997 9.53831 9.68459V10.3Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-refresh\" viewBox=\"0 0 15 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n            d=\"M13.8395 0.230713H12.9164C12.6702 0.230713 12.4548 0.446097 12.4548 0.692251V2.8461C12.4548 3.12302 12.301 3.2461 12.0856 3.06148C11.9933 2.93841 11.901 2.8461 11.7779 2.75379C10.2395 1.21533 8.08561 0.569174 5.87023 0.999944C5.10099 1.15379 4.36253 1.46148 3.71638 1.89225C1.83946 3.12302 0.762533 5.12302 0.731764 7.27687C0.700994 8.93841 1.34715 10.5999 2.51638 11.7999C3.74715 13.0922 5.40869 13.7999 7.1933 13.7999C8.76253 13.7999 10.2395 13.2461 11.4087 12.2615C11.6241 12.0769 11.6241 11.7692 11.4395 11.5846L10.7933 10.9384C10.6395 10.7846 10.3625 10.7538 10.1779 10.9076C9.07023 11.8307 7.56253 12.1999 6.05484 11.8307C5.65484 11.7384 5.25484 11.5538 4.88561 11.3384C3.13176 10.2615 2.30099 8.23071 2.7933 6.19994C2.88561 5.79994 3.07023 5.39994 3.28561 5.03071C4.14715 3.52302 5.65484 2.69225 7.25484 2.69225C8.48561 2.69225 9.65484 3.18456 10.5164 4.0461C10.6702 4.16917 10.7933 4.32302 10.8856 4.47687C10.9779 4.72302 10.7625 4.8461 10.4856 4.8461H8.33176C8.08561 4.8461 7.87023 5.06148 7.87023 5.30764V6.26148C7.87023 6.50764 8.05484 6.69225 8.30099 6.69225H13.9318C14.1471 6.69225 14.3318 6.50764 14.3318 6.29225V0.692251C14.301 0.446097 14.0856 0.230713 13.8395 0.230713Z\"\n            fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"actions-upload-file\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M18 21.9999H6C4.89543 21.9999 4 21.1045 4 19.9999V3.99989C4 2.89533 4.89543 1.99989 6 1.99989H13C13.009 1.99873 13.018 1.99873 13.027 1.99989H13.033C13.0424 2.00285 13.0522 2.00486 13.062 2.00589C13.1502 2.01155 13.2373 2.02869 13.321 2.05689H13.336H13.351H13.363C13.3815 2.06982 13.3988 2.0842 13.415 2.09989C13.5239 2.14832 13.6232 2.21608 13.708 2.29989L19.708 8.2999C19.7918 8.38468 19.8596 8.48395 19.908 8.5929C19.917 8.61489 19.924 8.6359 19.931 8.6589V8.67289V8.68689C19.9589 8.77029 19.9754 8.85708 19.98 8.9449C19.9809 8.95486 19.9832 8.96463 19.987 8.9739V8.9799C19.9921 8.98605 19.9964 8.99276 20 8.9999V19.9999C20 21.1045 19.1046 21.9999 18 21.9999ZM6 3.99989V19.9999H18V9.9999H13C12.4477 9.9999 12 9.55218 12 8.9999V3.99989H6ZM14 5.41389V7.9999H16.586L14 5.41389ZM13 17.9999H11V15.9999H9V13.9999H11V11.9999H13V13.9999H15V15.9999H13V17.9999Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-upload-helper\" viewBox=\"0 0 120 121\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <g clip-path=\"url(#clip0)\">\n      <path d=\"M85.2799 91.8772H75.3772C74.2839 91.8772 73.3967 90.9899 73.3967 89.8967C73.3967 88.8034 74.2839 87.9161 75.3772 87.9161H85.2799C95.1073 87.9161 103.105 79.9187 103.105 70.0913C103.105 60.2639 95.1073 52.2664 85.2799 52.2664H79.3383C78.245 52.2664 77.3577 51.3792 77.3577 50.2859C77.3577 40.4585 69.3603 32.4611 59.5329 32.4611C49.7055 32.4611 41.7081 40.4585 41.7081 50.2859C41.7081 51.3792 40.8208 52.2664 39.7275 52.2664H33.7859C23.9585 52.2664 15.9611 60.2639 15.9611 70.0913C15.9611 79.9187 23.9585 87.9161 33.7859 87.9161H43.6886C44.7819 87.9161 45.6691 88.8034 45.6691 89.8967C45.6691 90.9899 44.7819 91.8772 43.6886 91.8772H33.7859C21.772 91.8772 12 82.1013 12 70.0913C12 58.0813 21.772 48.3054 33.7859 48.3054H37.8341C38.8402 37.2144 48.1884 28.5 59.5329 28.5C70.8774 28.5 80.2255 37.2144 81.2317 48.3054H85.2799C97.2938 48.3054 107.066 58.0813 107.066 70.0913C107.066 82.1013 97.2938 91.8772 85.2799 91.8772Z\" fill=\"currentColor\"/>\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M61.5093 73.2872V111.284C61.5093 112.377 60.6221 113.264 59.5288 113.264C58.4355 113.264 57.5483 112.377 57.5483 111.284V73.288L49.0478 81.7885C48.2754 82.5609 47.0197 82.5609 46.2473 81.7885C45.4749 81.0161 45.4749 79.7604 46.2473 78.988L58.1305 67.1048C58.5148 66.7205 59.0218 66.5264 59.5288 66.5264C60.0358 66.5264 60.5428 66.7205 60.931 67.1048L72.8142 78.988C73.5867 79.7604 73.5867 81.0161 72.8142 81.7885C72.0418 82.5609 70.7862 82.5609 70.0138 81.7885L61.5093 73.2872Z\" fill=\"currentColor\"/>\n      </g>\n      <defs>\n      <clipPath id=\"clip0\">\n      <rect width=\"95.4386\" height=\"85\" fill=\"white\" transform=\"translate(12 28.5)\"/>\n      </clipPath>\n      </defs>\n    </symbol>\n\n    <symbol id=\"actions-launch\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M17.501 20H6.50098C5.39641 20 4.50098 19.1046 4.50098 18V7C4.50098 5.89543 5.39641 5 6.50098 5H10.501V7H6.50098V18H17.501V14H19.501V18C19.501 19.1046 18.6055 20 17.501 20ZM12.201 13.707L10.791 12.293L17.084 6H13.501V4H20.501V11H18.501V7.415L12.201 13.707Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-logout\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M19 21H10C8.89543 21 8 20.1046 8 19V15H10V19H19V5H10V9H8V5C8 3.89543 8.89543 3 10 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21ZM12 16V13H3V11H12V8L17 12L12 16Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-slider\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M5.5 19.5C3.95411 19.4935 2.59326 18.4795 2.145 17H0V15H2.145C2.6599 13.273 4.40204 12.2192 6.1707 12.565C7.93936 12.9108 9.15633 14.5431 8.98285 16.3369C8.80937 18.1307 7.30215 19.4995 5.5 19.5ZM5.5 14.5C4.67157 14.5 4 15.1716 4 16C4 16.8284 4.67157 17.5 5.5 17.5C6.32843 17.5 7 16.8284 7 16C7 15.1716 6.32843 14.5 5.5 14.5ZM20 17H10V15H20V17ZM14.5 13.5C12.6979 13.4995 11.1906 12.1307 11.0172 10.3369C10.8437 8.54314 12.0606 6.91084 13.8293 6.56503C15.598 6.21923 17.3401 7.27297 17.855 8.99999H20V11H17.855C17.4067 12.4795 16.0459 13.4935 14.5 13.5ZM14.5 8.49999C13.6716 8.49999 13 9.17157 13 9.99999C13 10.8284 13.6716 11.5 14.5 11.5C15.3284 11.5 16 10.8284 16 9.99999C16 9.17157 15.3284 8.49999 14.5 8.49999ZM10 11H0V8.99999H10V11ZM7.5 7.49999C5.69785 7.49953 4.19063 6.1307 4.01715 4.33692C3.84367 2.54314 5.06064 0.910839 6.8293 0.565034C8.59796 0.219229 10.3401 1.27297 10.855 2.99999H20V4.99999H10.855C10.4065 6.47928 9.04578 7.49321 7.5 7.49999ZM7.5 2.49999C6.68198 2.5011 6.01568 3.15742 6.00223 3.97534C5.98878 4.79325 6.63315 5.47112 7.45069 5.49911C8.26824 5.52711 8.95746 4.89491 9 4.07799V4.36799V3.99999C9 3.17157 8.32843 2.49999 7.5 2.49999ZM3 4.99999H0V2.99999H3V4.99999Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-add\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.6643 13.2098H21.1643C21.528 13.2098 21.8462 12.8916 21.8462 12.528V11.1643C21.8462 10.8007 21.528 10.4825 21.1643 10.4825H13.6643C13.3916 10.4825 13.2098 10.3007 13.2098 10.028V2.52798C13.2098 2.16434 12.8916 1.84616 12.528 1.84616H11.1643C10.8007 1.84616 10.4825 2.16434 10.4825 2.52798V10.028C10.4825 10.3007 10.3007 10.4825 10.028 10.4825H2.52798C2.16434 10.4825 1.84616 10.8007 1.84616 11.1643V12.528C1.84616 12.8916 2.16434 13.2098 2.52798 13.2098H10.028C10.3007 13.2098 10.4825 13.3916 10.4825 13.6643V21.1643C10.4825 21.528 10.8007 21.8462 11.1643 21.8462H12.528C12.8916 21.8462 13.2098 21.528 13.2098 21.1643V13.6643C13.2098 13.3916 13.3916 13.2098 13.6643 13.2098Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-add-user\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.1282 16.6168C10.1282 15.3706 10.5436 13.9398 11.1897 12.8321C11.9743 11.4475 12.8513 10.8937 13.5436 9.8783C14.6974 8.17061 14.9282 5.72445 14.1897 3.8783C13.4513 1.98599 11.6974 0.878299 9.66665 0.924453C7.63588 0.970607 5.97434 2.21676 5.32819 4.10907C4.58973 6.18599 4.9128 8.6783 6.57434 10.2475C7.26665 10.8937 7.9128 11.9091 7.54357 12.8783C7.2205 13.8014 6.1128 14.2168 5.32819 14.586C3.52819 15.3706 1.35896 16.4783 0.989727 18.6014C0.620496 20.3552 1.8205 22.1552 3.7128 22.1552H11.559C11.9282 22.1552 12.159 21.6937 11.9282 21.4168C10.7743 20.0783 10.1282 18.3706 10.1282 16.6168ZM17.5128 11.0783C14.4667 11.0783 11.9743 13.5706 11.9743 16.6168C11.9743 19.6629 14.4667 22.1552 17.5128 22.1552C20.559 22.1552 23.0513 19.6629 23.0513 16.6168C23.0513 13.5706 20.559 11.0783 17.5128 11.0783ZM20.3282 17.0783C20.3282 17.3552 20.0974 17.5398 19.8205 17.5398H18.482V18.9245C18.482 19.2014 18.2513 19.386 17.9743 19.386H17.0513C16.7743 19.386 16.6359 19.2014 16.6359 18.9245V17.5398H15.2051C14.9282 17.5398 14.7897 17.3552 14.7897 17.0783V16.1552C14.7897 15.8783 14.9282 15.6937 15.2051 15.6937H16.6359V14.3091C16.6359 14.0321 16.7743 13.8475 17.0513 13.8475H17.9743C18.2513 13.8475 18.482 14.0321 18.482 14.3091V15.6937H19.8205C20.0974 15.6937 20.3282 15.8783 20.3282 16.1552V17.0783Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-assignment\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.66154 13.7539H22.2462C22.6615 13.7539 22.9846 14.0769 22.9846 14.4923V15.9692C22.9846 16.3846 22.6615 16.7077 22.2462 16.7077H1.66154C1.24616 16.7077 0.92308 16.3846 0.92308 15.9692V14.4923C0.92308 14.0769 1.24616 13.7539 1.66154 13.7539ZM1.66154 7.20001H22.2462C22.6615 7.20001 22.9846 7.52309 22.9846 7.93847V9.4154C22.9846 9.83078 22.6615 10.1539 22.2462 10.1539H1.66154C1.24616 10.1539 0.92308 9.83078 0.92308 9.4154V7.93847C0.92308 7.56924 1.24616 7.20001 1.66154 7.20001Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-attach\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.13462 16.9038C8.41154 17.1808 8.82693 17.1346 9.10385 16.9038L13.7192 12.2885C14.0423 11.9654 14.5962 11.9192 15.0115 12.2885C15.4269 12.6577 15.3808 13.3038 15.0115 13.6731L9.33462 19.2577C8.08846 20.5038 6.01154 20.5038 4.76539 19.2577L4.71923 19.2115C3.47308 17.9654 3.47308 15.8884 4.71923 14.6423L14.7346 4.62691C15.9808 3.38076 18.0577 3.38076 19.3038 4.62691L19.35 4.67307C20.5962 5.91922 20.5962 7.99614 19.35 9.2423L19.3038 9.28845C19.0731 9.51922 19.0269 9.8423 19.2115 10.1192C19.4885 10.6269 19.7192 11.1808 19.8577 11.7346C19.95 12.1038 20.3654 12.1961 20.6423 11.9654C21.0115 11.5961 21.3346 11.2269 21.3346 11.2269C23.6885 8.87307 23.6885 5.0423 21.3346 2.68845H21.2423C18.8885 0.334604 15.0577 0.334604 12.7038 2.68845L2.68846 12.6577C0.334619 15.0115 0.334619 18.8423 2.68846 21.1961L2.78077 21.2885C5.13462 23.6423 8.91923 23.6423 11.2731 21.2885L16.9962 15.6115C18.4731 14.1346 18.4269 11.7346 16.9038 10.2577C15.4269 8.82691 13.0269 8.91922 11.5962 10.3961L7.07308 14.9192C6.79616 15.1961 6.79616 15.6577 7.07308 15.9346L8.13462 16.9038Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-block-visitor\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.1282 17.0783C10.1282 15.8322 10.5436 14.4014 11.1897 13.2937C11.9744 11.9091 12.8513 11.3552 13.5436 10.3398C14.6974 8.63215 14.9282 6.186 14.1897 4.33985C13.4513 2.44754 11.6974 1.33985 9.66667 1.386C7.6359 1.43215 5.97436 2.67831 5.3282 4.57062C4.58974 6.64754 4.91282 9.13985 6.57436 10.7091C7.26667 11.3552 7.91282 12.3706 7.54359 13.3398C7.22051 14.2629 6.11282 14.6783 5.3282 15.0475C3.5282 15.8322 1.35897 16.9398 0.989742 19.0629C0.620511 20.8168 1.82051 22.6168 3.71282 22.6168H11.559C11.9282 22.6168 12.159 22.1552 11.9282 21.8783C10.7744 20.5398 10.1282 18.8322 10.1282 17.0783ZM21.4359 13.1552C19.2667 10.986 15.759 10.986 13.5897 13.1552C11.4205 15.3245 11.4205 18.8322 13.5897 21.0014C15.759 23.1706 19.2667 23.1706 21.4359 21.0014C23.6051 18.8322 23.6051 15.3245 21.4359 13.1552ZM14.8821 14.4475C16.1282 13.2014 17.9744 13.0168 19.4051 13.8937L14.3282 18.9706C13.4513 17.5398 13.6359 15.6937 14.8821 14.4475ZM20.1436 19.7091C18.8974 20.9091 17.0513 21.0937 15.6205 20.3091L20.6974 15.2322C21.5282 16.6168 21.3436 18.4629 20.1436 19.7091Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-button-choice\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M14.7684 5.53822C15.4458 5.53776 16.1531 6.06128 16.1531 7.44682V12C16.1531 12.6985 16.7898 12.9745 17.0667 13.0668L20.2154 14.2154C21.5539 14.7231 22.3846 16.1538 22.0154 17.6308L20.5385 22.4305C20.4462 22.7998 20.1231 23.0767 19.7077 23.0767H12.2769C11.9077 23.0767 11.5846 22.8921 11.4462 22.569C9.66087 18.4242 8.67092 16.1259 8.47632 15.6743C8.28172 15.2227 8.41013 14.8595 8.86154 14.5846C9.69231 13.9846 10.9385 14.6029 11.4462 15.4798L12.1919 16.4968C12.4853 17.0542 13.3846 17.0542 13.3846 16.2234V7.44682C13.3846 6.06128 14.091 5.53869 14.7684 5.53822ZM21.2308 0.923065C22.2462 0.923065 23.0769 1.75383 23.0769 2.76922V9.6923C23.0769 10.5611 22.2375 11.5399 21.2308 11.5385H18.4664C18 11.5385 18 11.1637 18 11.1042V7.15383C18 5.37908 17.0856 3.6923 14.7692 3.6923C12.4529 3.6923 11.5385 5.16367 11.5385 7.15383V11.1042C11.5385 11.2651 11.4163 11.5385 11.0713 11.5385H2.76923C1.75385 11.5385 0.92308 10.7077 0.92308 9.6923V2.76922C0.92308 1.75383 1.75385 0.923065 2.76923 0.923065H21.2308Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-call\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.4769 17.4781L19.6615 15.2165C19.0154 14.7088 18.0923 14.6627 17.4462 15.1704L15.0462 16.9242C14.7692 17.155 14.3538 17.1088 14.0769 16.8319L10.4769 13.6011L7.24616 10.0011C6.96923 9.72423 6.96923 9.355 7.15385 9.03192L8.9077 6.63192C9.41539 5.98576 9.36924 5.06269 8.86154 4.41653L6.6 1.60115C5.9077 0.77038 4.66154 0.678073 3.87693 1.46269L1.47693 3.86269C1.1077 4.23192 0.92308 4.73961 0.92308 5.2473C1.15385 9.955 3.27693 14.4319 6.41539 17.5704C9.55385 20.7088 14.0308 22.8319 18.7385 23.0627C19.2462 23.1088 19.7538 22.8781 20.1231 22.5088L22.5231 20.1088C23.4 19.4165 23.3538 18.1242 22.4769 17.4781Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-cancel-file-request\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.2 5.26155H15.5538C15.8308 5.26155 16.0615 5.03078 16.0615 4.75385C16.0615 4.61539 16.0154 4.52308 15.9231 4.38462L12.6 1.1077C12.5077 1.01539 12.4154 0.969238 12.2769 0.969238C12 0.969238 11.7692 1.20001 11.7692 1.47693V3.83078C11.7692 4.61539 12.4154 5.26155 13.2 5.26155ZM11.3538 18.7385C11.3538 15.6 13.2923 12.9231 16.0615 11.8615V8.12308C16.0615 7.7077 15.7385 7.38462 15.3231 7.38462H11.7231C10.5231 7.38462 9.55385 6.41539 9.55385 5.26155V1.66155C9.6 1.29232 9.27692 0.969238 8.86154 0.969238H3.13846C1.93846 0.969238 0.969231 1.93847 0.969231 3.09231V16.6615C0.969231 17.8615 1.93846 18.7846 3.13846 18.7846H11.3538V18.7385ZM14.6769 15.9692L17.4462 18.7385L14.6769 21.5077C14.4 21.7846 14.4 22.2462 14.6769 22.4769L15 22.8C15.2769 23.0769 15.7385 23.0769 15.9692 22.8L18.7385 20.0308L21.5077 22.8C21.7846 23.0769 22.2462 23.0769 22.4769 22.8L22.8 22.4769C23.0769 22.2 23.0769 21.7385 22.8 21.5077L20.0308 18.7385L22.8 15.9692C23.0769 15.6923 23.0769 15.2308 22.8 15L22.4769 14.6769C22.2 14.4 21.7385 14.4 21.5077 14.6769L18.7385 17.4462L15.9692 14.6769C15.6923 14.4 15.2308 14.4 15 14.6769L14.6769 15C14.4 15.2308 14.4 15.6923 14.6769 15.9692Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-cancel-transfer\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.5846 5.67693V4.29232C13.4308 4.29232 14.9077 5.76924 14.9077 7.61539H13.5231L15.6462 10.2462C15.7846 10.3846 15.9692 10.3846 16.0615 10.2462L18.1846 7.61539H16.8C16.8 4.7077 14.4 2.35385 11.5385 2.35385V0.969238L8.90769 3.09232C8.76923 3.23078 8.81538 3.41539 8.95385 3.5077L11.5846 5.67693ZM12.1385 15.5077C11.5846 14.7692 10.5231 14.2615 9.46154 13.7539C8.35385 13.2923 8.21538 12.8308 8.21538 12.3692C8.21538 11.9077 8.49231 11.4 8.86154 11.0769C9.46154 10.4769 9.83077 9.60001 9.83077 8.63078C9.83077 6.78462 8.72308 5.16924 6.83077 5.16924H6.64615C4.75385 5.16924 3.64615 6.78462 3.64615 8.63078C3.64615 9.64616 3.96923 10.4769 4.61538 11.0769C4.98462 11.4 5.26154 11.8615 5.26154 12.3692C5.26154 12.8308 5.12308 13.2923 4.01538 13.7539C2.44615 14.4462 0.96923 15.1846 0.923077 16.6615C1.06154 17.7231 1.75385 18.4615 2.67692 18.4615H10.9385C11.0769 18.4615 11.2615 18.4154 11.4 18.3692C11.4462 17.3539 11.6769 16.3846 12.1385 15.5077ZM14.6769 15.9692L17.4462 18.7385L14.6769 21.5077C14.4 21.7846 14.4 22.2462 14.6769 22.4769L15 22.8C15.2769 23.0769 15.7385 23.0769 15.9692 22.8L18.7385 20.0308L21.5077 22.8C21.7846 23.0769 22.2462 23.0769 22.4769 22.8L22.8 22.4769C23.0769 22.2 23.0769 21.7385 22.8 21.5077L20.0308 18.7385L22.8 15.9692C23.0769 15.6923 23.0769 15.2308 22.8 15L22.4769 14.6769C22.2 14.4 21.7385 14.4 21.5077 14.6769L18.7385 17.4462L15.9692 14.6769C15.6923 14.4 15.2308 14.4 15 14.6769L14.6769 15C14.4 15.2308 14.4 15.6923 14.6769 15.9692Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-cases\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.15385 1.61537C4.15385 1.24614 3.83077 0.923065 3.46154 0.923065H1.61539C1.24616 0.923065 0.92308 1.24614 0.92308 1.61537V15.9231C0.92308 16.2923 1.24616 16.6154 1.61539 16.6154H3.46154C3.83077 16.6154 4.15385 16.2923 4.15385 15.9231V1.61537ZM23.0769 1.61537C23.0769 1.24614 22.7539 0.923065 22.3846 0.923065H20.5385C20.1692 0.923065 19.8462 1.24614 19.8462 1.61537V15.9231C19.8462 16.2923 20.1692 16.6154 20.5385 16.6154H22.3846C22.7539 16.6154 23.0769 16.2923 23.0769 15.9231V1.61537ZM17.3077 0.923065H15.9231C15.5538 0.923065 15.2308 1.2923 15.2308 1.66153V7.3846C15.2308 7.56922 15.3231 7.70768 15.5077 7.79999C16.2923 8.21537 16.9846 8.72307 17.5846 9.32307C17.7231 9.46153 18 9.36922 18 9.1846V1.66153C18 1.2923 17.6769 0.923065 17.3077 0.923065ZM11.1231 7.01537C11.4 6.96922 11.7231 6.96922 12 6.96922C12.2769 6.96922 12.6 6.96922 12.8769 7.01537C13.1538 7.06153 13.3846 6.83076 13.3846 6.55383V1.66153C13.3846 1.2923 13.0615 0.923065 12.6923 0.923065H11.3077C10.9385 0.923065 10.6154 1.2923 10.6154 1.66153V6.55383C10.6154 6.83076 10.8462 7.06153 11.1231 7.01537ZM6.41539 9.32307C7.01539 8.67691 7.75385 8.16922 8.53846 7.79999C8.67693 7.70768 8.76923 7.56922 8.76923 7.3846V1.66153C8.76923 1.2923 8.44616 0.923065 8.07693 0.923065H6.69231C6.32308 0.923065 6 1.2923 6 1.66153V9.1846C6 9.36922 6.23077 9.46153 6.41539 9.32307ZM12 8.81537C8.67693 8.81537 6 11.4923 6 14.8154C6 15.8308 6.27693 16.8461 6.73847 17.6769L3.46154 20.9538C3.18462 21.2308 3.18462 21.6461 3.46154 21.9231L4.43077 22.8923C4.7077 23.1692 5.12308 23.1692 5.4 22.8923L8.58462 19.7077C9.55385 20.4 10.7538 20.8154 12 20.8154C15.3231 20.8154 18 18.1385 18 14.8154C18 11.4923 15.3231 8.81537 12 8.81537ZM12 18.0461C10.2 18.0461 8.76923 16.6154 8.76923 14.8154C8.76923 13.0154 10.2 11.5846 12 11.5846C13.8 11.5846 15.2308 13.0154 15.2308 14.8154C15.2308 16.6154 13.8 18.0461 12 18.0461Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-change-owner\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.6923 17.3538C11.3077 16.8 11.0769 16.2923 11.0769 15.7385C11.0769 15.1846 11.4462 14.6769 11.9077 14.2615C12.7385 13.5692 13.1077 12.4615 13.1077 11.3077C13.1077 9.13845 11.7692 7.3846 9.27693 7.3846C6.78462 7.3846 5.44616 9.13845 5.44616 11.3077C5.44616 12.4615 5.81539 13.5692 6.64616 14.2615C7.1077 14.6769 7.47693 15.1846 7.47693 15.7385C7.47693 16.2923 7.24616 16.8 5.86155 17.3538C3.83078 18.1846 1.89231 19.1077 1.84616 20.8615C1.93847 22.0615 2.86155 23.0769 4.01539 23.0769H14.6308C15.7846 23.0769 16.7077 22.0615 16.7077 20.9077C16.6615 19.1538 14.7231 18.1846 12.6923 17.3538ZM20.6308 8.76922C20.6308 5.35383 17.8154 2.53845 14.4 2.53845V0.923065L11.2615 3.46153C11.1231 3.59999 11.1692 3.83076 11.3077 3.96922L14.4 6.46153V4.84614C16.5692 4.84614 18.3231 6.59999 18.3231 8.76922H16.7077L19.2462 11.9077C19.3846 12.0461 19.6154 12.0461 19.7538 11.9077L22.2462 8.76922H20.6308Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-change-record-type\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.23077 17.3077C9.23077 16.9384 8.9077 16.6154 8.53847 16.6154H1.61539C1.24616 16.6154 0.92308 16.9384 0.92308 17.3077V22.3846C0.92308 22.7538 1.24616 23.0769 1.61539 23.0769H8.53847C8.9077 23.0769 9.23077 22.7538 9.23077 22.3846V17.3077ZM3.73847 10.1538H1.47693C1.01539 10.1538 0.784619 10.5692 1.06154 10.8L4.75385 14.6308C4.93847 14.7692 5.21539 14.7692 5.4 14.6308L9.09231 10.8C9.36923 10.5231 9.13846 10.1538 8.67693 10.1538H6.5077C6.5077 7.84614 8.76923 5.53845 11.0769 5.53845V2.76922C6.92308 2.76922 3.73847 5.99999 3.73847 10.1538ZM19.2923 9.36922C19.1077 9.23076 18.8308 9.23076 18.6462 9.36922L14.9538 13.2C14.6769 13.4769 14.9077 13.8461 15.3692 13.8461H17.5846C17.5846 16.6154 15.6923 18.4615 12.9231 18.4615V21.2308C17.0769 21.2308 20.3538 18 20.3538 13.8461H22.6154C23.0769 13.8461 23.3077 13.4308 23.0308 13.2L19.2923 9.36922ZM23.0769 1.61537C23.0769 1.24614 22.7539 0.923065 22.3846 0.923065H15.4615C15.0923 0.923065 14.7692 1.24614 14.7692 1.61537V6.6923C14.7692 7.06153 15.0923 7.3846 15.4615 7.3846H22.3846C22.7539 7.3846 23.0769 7.06153 23.0769 6.6923V1.61537Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-clear\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 0.923065C5.86154 0.923065 0.923077 5.86153 0.923077 12C0.923077 18.1385 5.86154 23.0769 12 23.0769C18.1385 23.0769 23.0769 18.1385 23.0769 12C23.0769 5.86153 18.1385 0.923065 12 0.923065ZM14.2615 12.3692L17.8615 15.9692C18.0462 16.1538 18.0462 16.4308 17.8615 16.6154L16.5692 17.9077C16.3846 18.0923 16.1077 18.0923 15.9231 17.9077L12.3231 14.3077C12.1385 14.1231 11.8615 14.1231 11.6769 14.3077L8.07692 17.9077C7.89231 18.0923 7.61538 18.0923 7.43077 17.9077L6.13846 16.6154C5.95385 16.4308 5.95385 16.1538 6.13846 15.9692L9.73846 12.3692C9.92308 12.1846 9.92308 11.9077 9.73846 11.7231L6.09231 8.07691C5.90769 7.8923 5.90769 7.61537 6.09231 7.43076L7.38461 6.13845C7.56923 5.95383 7.84615 5.95383 8.03077 6.13845L11.6769 9.7846C11.8615 9.96922 12.1385 9.96922 12.3231 9.7846L15.9231 6.1846C16.1077 5.99999 16.3846 5.99999 16.5692 6.1846L17.8615 7.47691C18.0462 7.66153 18.0462 7.93845 17.8615 8.12306L14.2615 11.7231C14.1231 11.9077 14.1231 12.1846 14.2615 12.3692Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-copy\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.3077 0.923065H8.30769C7.29231 0.923065 6.46154 1.75383 6.46154 2.76922V3.6923H17.5385C18.5538 3.6923 19.3846 4.52307 19.3846 5.53845V18.4615H20.3077C21.3231 18.4615 22.1538 17.6308 22.1538 16.6154V2.76922C22.1538 1.75383 21.3231 0.923065 20.3077 0.923065ZM17.5385 7.3846C17.5385 6.36922 16.7077 5.53845 15.6923 5.53845H3.69231C2.67692 5.53845 1.84615 6.36922 1.84615 7.3846V21.2308C1.84615 22.2461 2.67692 23.0769 3.69231 23.0769H15.6923C16.7077 23.0769 17.5385 22.2461 17.5385 21.2308V7.3846ZM9.23077 10.6154C9.23077 10.8923 9.04615 11.0769 8.76923 11.0769H5.07692C4.8 11.0769 4.61538 10.8923 4.61538 10.6154V9.6923C4.61538 9.41537 4.8 9.23076 5.07692 9.23076H8.76923C9.04615 9.23076 9.23077 9.41537 9.23077 9.6923V10.6154ZM12.9231 18C12.9231 18.2769 12.7385 18.4615 12.4615 18.4615H5.07692C4.8 18.4615 4.61538 18.2769 4.61538 18V17.0769C4.61538 16.8 4.8 16.6154 5.07692 16.6154H12.4615C12.7385 16.6154 12.9231 16.8 12.9231 17.0769V18ZM14.7692 14.3077C14.7692 14.5846 14.5846 14.7692 14.3077 14.7692H5.07692C4.8 14.7692 4.61538 14.5846 4.61538 14.3077V13.3846C4.61538 13.1077 4.8 12.9231 5.07692 12.9231H14.3077C14.5846 12.9231 14.7692 13.1077 14.7692 13.3846V14.3077Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-copy-clipboard\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.03077 5.35383H16.0154C16.4308 5.35383 16.7538 5.03076 16.7538 4.61537V3.13845C16.7538 1.93845 15.7846 0.923065 14.5846 0.923065H9.50769C8.30769 0.923065 7.33846 1.93845 7.33846 3.13845V4.61537C7.29231 5.03076 7.61538 5.35383 8.03077 5.35383ZM19.9846 2.76922H19.2462C19.0154 2.76922 18.8769 2.90768 18.8769 3.13845V4.61537C18.8769 6.23076 17.5846 7.56922 15.9692 7.56922H8.03077C6.41538 7.56922 5.12308 6.23076 5.12308 4.61537V3.13845C5.12308 2.90768 4.98462 2.76922 4.75385 2.76922H4.01538C2.81538 2.76922 1.84615 3.7846 1.84615 4.9846V20.8615C1.84615 22.0615 2.81538 23.0769 4.01538 23.0769H19.9846C21.1846 23.0769 22.1538 22.0615 22.1538 20.8615V4.9846C22.1538 3.7846 21.1846 2.76922 19.9846 2.76922Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-cut\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.7761 14.4805C17.9915 14.2959 17.253 14.3882 16.6069 14.619L6.40689 1.09588C6.26843 0.911265 5.94535 0.865111 5.76074 1.00357L5.3915 1.2805C4.60689 1.8805 4.46843 3.03434 5.06843 3.86511L9.96074 10.3266C10.1454 10.5574 10.1454 10.9267 9.96074 11.1574L7.32997 14.619C6.68381 14.3882 5.8992 14.342 5.16074 14.4805C3.45304 14.8497 2.11458 16.2343 1.88381 17.942C1.51458 20.6651 3.91458 23.019 6.72997 22.5574C8.3915 22.2805 9.72997 20.9882 10.0992 19.3728C10.33 18.219 10.0992 17.1574 9.54535 16.3728L11.4838 13.7882C11.7607 13.419 12.3146 13.419 12.5915 13.7882L14.53 16.3728C13.9761 17.2497 13.7454 18.3113 13.9761 19.3728C14.2992 21.0343 15.6838 22.2805 17.3454 22.5574C20.1607 23.019 22.5607 20.6651 22.1915 17.942C21.7761 16.1882 20.4377 14.8036 18.7761 14.4805ZM5.94535 19.8805C5.16074 19.8805 4.56074 19.2805 4.56074 18.4959C4.56074 17.7113 5.16074 17.1113 5.94535 17.1113C6.72997 17.1113 7.32997 17.7113 7.32997 18.4959C7.32997 19.2805 6.72997 19.8805 5.94535 19.8805ZM17.9454 19.8805C17.1607 19.8805 16.5607 19.2805 16.5607 18.4959C16.5607 17.7113 17.1607 17.1113 17.9454 17.1113C18.73 17.1113 19.33 17.7113 19.33 18.4959C19.2838 19.2805 18.6838 19.8805 17.9454 19.8805ZM14.4377 8.71126C14.6223 8.94203 14.9915 8.94203 15.1761 8.71126L18.8684 3.86511C19.3761 3.1728 19.33 2.24973 18.8223 1.60357L18.8684 1.55742L18.8223 1.60357C18.73 1.46511 18.13 1.00357 18.13 1.00357C17.9454 0.865111 17.6223 0.911265 17.4838 1.09588L13.4223 6.49588C13.2377 6.72665 13.2377 7.09588 13.4223 7.32665L14.4377 8.71126Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-delete\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.4615 4.61537H15.6923V2.76922C15.6923 1.75383 14.8615 0.923065 13.8461 0.923065H11.0769C10.0615 0.923065 9.23076 1.75383 9.23076 2.76922V4.61537H3.46153C3.0923 4.61537 2.76923 4.93845 2.76923 5.30768V6.6923C2.76923 7.06153 3.0923 7.3846 3.46153 7.3846H21.4615C21.8308 7.3846 22.1538 7.06153 22.1538 6.6923V5.30768C22.1538 4.93845 21.8308 4.61537 21.4615 4.61537ZM11.0769 3.23076C11.0769 2.95383 11.2615 2.76922 11.5385 2.76922H13.3846C13.6615 2.76922 13.8461 2.95383 13.8461 3.23076V4.61537H11.0769V3.23076ZM19.6154 9.23076H5.30769C4.93846 9.23076 4.61538 9.55383 4.61538 9.92307V20.7692C4.61538 22.0615 5.63076 23.0769 6.92307 23.0769H18C19.2923 23.0769 20.3077 22.0615 20.3077 20.7692V9.92307C20.3077 9.55383 19.9846 9.23076 19.6154 9.23076ZM11.0769 19.3846C11.0769 19.6615 10.8923 19.8461 10.6154 19.8461H9.6923C9.41538 19.8461 9.23076 19.6615 9.23076 19.3846V12.9231C9.23076 12.6461 9.41538 12.4615 9.6923 12.4615H10.6154C10.8923 12.4615 11.0769 12.6461 11.0769 12.9231V19.3846ZM15.6923 19.3846C15.6923 19.6615 15.5077 19.8461 15.2308 19.8461H14.3077C14.0308 19.8461 13.8461 19.6615 13.8461 19.3846V12.9231C13.8461 12.6461 14.0308 12.4615 14.3077 12.4615H15.2308C15.5077 12.4615 15.6923 12.6461 15.6923 12.9231V19.3846Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-deprecate\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.1539 2.76923H1.84616C1.33847 2.76923 0.92308 3.18461 0.92308 3.6923V15.6923C0.92308 16.2 1.33847 16.6154 1.84616 16.6154H9.32308C9.78462 19.2461 12.0462 21.2308 14.7692 21.2308C17.4923 21.2308 19.8 19.2461 20.2154 16.6154H22.1539C22.6615 16.6154 23.0769 16.2 23.0769 15.6923V3.6923C23.0769 3.18461 22.6615 2.76923 22.1539 2.76923ZM18.1846 17.8154L16.8923 19.1077L14.7692 16.9846L12.6462 19.1077L11.3538 17.8154L13.4769 15.6923L11.3538 13.5692L12.6462 12.2769L14.7692 14.4L16.8923 12.2769L18.1846 13.5692L16.0615 15.6923L18.1846 17.8154ZM21.2308 14.7692H20.2154C19.7538 12.1385 17.4923 10.1538 14.7692 10.1538C12.0462 10.1538 9.73846 12.1385 9.32308 14.7692H2.76923V4.61538H21.2308V14.7692Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-dialing\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.2615 8.53845C20.2615 9.55383 19.9385 10.5231 19.3846 11.3077L21.3692 13.3385C22.4308 12.0461 23.0308 10.3846 23.0308 8.5846C23.0308 4.33845 19.5692 0.923065 15.3692 0.923065C13.5692 0.923065 11.9077 1.52307 10.6154 2.53845L12.6 4.56922C13.3846 4.01537 14.3538 3.6923 15.3692 3.6923C18.0462 3.6923 20.2154 5.86153 20.2615 8.53845ZM22.3846 17.4923L19.5692 15.2308C18.9231 14.7231 18 14.6769 17.3538 15.1846L14.9538 16.9384C14.6769 17.1692 14.2615 17.1231 13.9846 16.8461L10.3846 13.6154L7.15385 10.0154C6.87692 9.73845 6.87692 9.36922 7.06154 9.04614L8.81538 6.64614C9.32308 5.99999 9.27692 5.07691 8.76923 4.43076L6.50769 1.61537C5.81538 0.784603 4.56923 0.692296 3.78461 1.47691L1.38461 3.87691C1.01538 4.24614 0.830769 4.75383 0.830769 5.26153C1.06154 9.96922 3.18461 14.4461 6.32308 17.5846C9.46154 20.7231 13.9385 22.8461 18.6462 23.0769C19.1538 23.1231 19.6615 22.8923 20.0308 22.5231L22.4308 20.1231C23.3077 19.4308 23.2615 18.1385 22.3846 17.4923ZM15.4154 10.5692C16.5624 10.5692 17.4923 9.63935 17.4923 8.49229C17.4923 7.34524 16.5624 6.41537 15.4154 6.41537C14.2683 6.41537 13.3385 7.34524 13.3385 8.49229C13.3385 9.63935 14.2683 10.5692 15.4154 10.5692Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-dislike\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.53847 13.6154V4.15385C5.53847 3.13847 4.7077 2.3077 3.69231 2.3077H2.53847C2.16924 2.3077 1.84616 2.63078 1.84616 3.00001V13.6154C1.84616 13.9846 2.16924 14.3077 2.53847 14.3077H4.84616C5.21539 14.3077 5.53847 13.9846 5.53847 13.6154ZM22.1539 12V6.23078C22.1539 2.21539 18.9692 1.84616 15.5077 1.84616C12.2308 1.84616 11.1692 3.09231 8.03078 3.23078C7.66155 3.23078 7.38462 3.55385 7.38462 3.92308V13.1539C7.38462 13.5231 7.7077 13.8462 8.07693 13.8462C10.2923 13.8462 12 16.2462 12 18.6923V21.4615C12 21.8308 12.3231 22.1539 12.6923 22.1539H13.8462C14.8615 22.1539 15.6923 21.3231 15.6923 20.3077V15.6923C15.6923 14.6769 16.5231 13.8462 17.5385 13.8462H20.3077C21.3231 13.8462 22.1539 13.0154 22.1539 12Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-download\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.3846 14.3077H21C20.6308 14.3077 20.3077 14.6308 20.3077 15V19.6154C20.3077 19.9846 19.9846 20.3077 19.6154 20.3077H4.3846C4.01537 20.3077 3.6923 19.9846 3.6923 19.6154V15C3.6923 14.6308 3.36922 14.3077 2.99999 14.3077H1.61537C1.24614 14.3077 0.923065 14.6308 0.923065 15V21.2308C0.923065 22.2462 1.75383 23.0769 2.76922 23.0769H21.2308C22.2461 23.0769 23.0769 22.2462 23.0769 21.2308V15C23.0769 14.6308 22.7538 14.3077 22.3846 14.3077ZM11.5385 17.3538C11.8154 17.6308 12.2308 17.6308 12.5077 17.3538L18.7384 11.1231C19.0154 10.8462 19.0154 10.4308 18.7384 10.1539L17.7692 9.18462C17.4923 8.9077 17.0769 8.9077 16.8 9.18462L14.2154 11.7692C13.9384 12.0462 13.4308 11.8615 13.4308 11.4462V1.61539C13.3846 1.24616 13.0154 0.92308 12.6923 0.92308H11.3077C10.9384 0.92308 10.6154 1.24616 10.6154 1.61539V11.4C10.6154 11.8154 10.1077 12 9.83076 11.7231L7.24614 9.13846C6.96922 8.86154 6.55383 8.86154 6.27691 9.13846L5.30768 10.1539C5.03076 10.4308 5.03076 10.8462 5.30768 11.1231L11.5385 17.3538Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-drag\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.2615 15.8308C14.2615 16.6615 13.2462 16.9846 12.7846 16.2923L11.8615 14.3077C11.3539 13.4308 10.2462 13.2462 9.4154 13.8L8.8154 14.2615L11.9077 21.6C12.0462 21.9231 12.3692 22.1077 12.7385 22.1077H20.8615C21.2769 22.1077 21.6 21.8308 21.6923 21.4615L23.1231 16.3385C23.4923 14.9077 22.6616 13.5231 21.3692 13.0154L17.6769 11.7692C12.4615 9.87693 14.1692 15.6462 14.2615 15.8308ZM0.83078 13.1539H3.5077V15.8308H0.83078V13.1539ZM6.64617 1.84616H9.32309V4.52308H6.64617V1.84616ZM6.64617 19.3846H9.32309V22.0615H6.64617V19.3846ZM0.83078 7.29232H3.5077V9.96924H0.83078V7.29232ZM0.83078 1.89231H3.5077V4.56924H0.83078V1.89231ZM12.5077 1.84616H15.1846V4.52308H12.5077V1.84616ZM18.3692 1.84616H21.0462V4.52308H18.3692V1.84616ZM0.83078 19.4308H3.5077V22.1077H0.83078V19.4308ZM18.3692 7.75385H21.0462V10.4308H18.3692V7.75385Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-drag-and-drop\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.23077 1.84616C10.2462 1.84616 11.0769 2.67693 11.0769 3.69231C11.0769 4.7077 10.2462 5.53847 9.23077 5.53847C8.21538 5.53847 7.38461 4.7077 7.38461 3.69231C7.38461 2.67693 8.21538 1.84616 9.23077 1.84616ZM14.7692 1.84616C15.7846 1.84616 16.6154 2.67693 16.6154 3.69231C16.6154 4.7077 15.7846 5.53847 14.7692 5.53847C13.7538 5.53847 12.9231 4.7077 12.9231 3.69231C12.9231 2.67693 13.7538 1.84616 14.7692 1.84616ZM9.23077 7.38462C10.2462 7.38462 11.0769 8.21539 11.0769 9.23078C11.0769 10.2462 10.2462 11.0769 9.23077 11.0769C8.21538 11.0769 7.38461 10.2462 7.38461 9.23078C7.38461 8.21539 8.21538 7.38462 9.23077 7.38462ZM14.7692 7.38462C15.7846 7.38462 16.6154 8.21539 16.6154 9.23078C16.6154 10.2462 15.7846 11.0769 14.7692 11.0769C13.7538 11.0769 12.9231 10.2462 12.9231 9.23078C12.9231 8.21539 13.7538 7.38462 14.7692 7.38462ZM9.23077 12.9231C10.2462 12.9231 11.0769 13.7539 11.0769 14.7692C11.0769 15.7846 10.2462 16.6154 9.23077 16.6154C8.21538 16.6154 7.38461 15.7846 7.38461 14.7692C7.38461 13.7539 8.21538 12.9231 9.23077 12.9231ZM14.7692 12.9231C15.7846 12.9231 16.6154 13.7539 16.6154 14.7692C16.6154 15.7846 15.7846 16.6154 14.7692 16.6154C13.7538 16.6154 12.9231 15.7846 12.9231 14.7692C12.9231 13.7539 13.7538 12.9231 14.7692 12.9231ZM9.23077 18.4615C10.2462 18.4615 11.0769 19.2923 11.0769 20.3077C11.0769 21.3231 10.2462 22.1539 9.23077 22.1539C8.21538 22.1539 7.38461 21.3231 7.38461 20.3077C7.38461 19.2923 8.21538 18.4615 9.23077 18.4615ZM14.7692 18.4615C15.7846 18.4615 16.6154 19.2923 16.6154 20.3077C16.6154 21.3231 15.7846 22.1539 14.7692 22.1539C13.7538 22.1539 12.9231 21.3231 12.9231 20.3077C12.9231 19.2923 13.7538 18.4615 14.7692 18.4615Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-edit\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.35142 15.4154L8.45911 19.5231C8.64373 19.7077 8.92065 19.7077 9.10527 19.5231L19.3514 9.23077C19.536 9.04616 19.536 8.76923 19.3514 8.58462L15.2899 4.52308C15.1053 4.33847 14.8283 4.33847 14.6437 4.52308L4.35142 14.8154C4.16681 15 4.16681 15.2769 4.35142 15.4154ZM16.6283 2.63077C16.4437 2.81539 16.4437 3.09231 16.6283 3.27693L20.6899 7.33846C20.8745 7.52308 21.1514 7.52308 21.336 7.33846L22.4899 6.18462C23.2283 5.49231 23.2283 4.38462 22.4899 3.64616L20.3207 1.47693C19.5822 0.738465 18.4283 0.738465 17.6899 1.47693L16.6283 2.63077ZM0.936038 22.2462C0.84373 22.7077 1.25912 23.1231 1.72065 23.0308L6.75142 21.8308C6.93604 21.7846 7.0745 21.6923 7.16681 21.6L7.25912 21.5077C7.35142 21.4154 7.39758 21.0923 7.21296 20.9077L3.05911 16.7539C2.8745 16.5692 2.55142 16.6154 2.45912 16.7077L2.36681 16.8C2.22835 16.9385 2.18219 17.0769 2.13604 17.2154L0.936038 22.2462Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-edit-form\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.4923 7.52308H18.2769C18.5538 7.52308 18.7846 7.29232 18.7846 7.01539C18.7846 6.87693 18.7385 6.78462 18.6462 6.64616L13.9385 1.98462C13.8 1.89231 13.7077 1.84616 13.5692 1.84616C13.2923 1.84616 13.0615 2.07693 13.0615 2.35385V6.09232C13.0615 6.87693 13.7077 7.52308 14.4923 7.52308ZM22.8462 12.3231L22.4308 11.9077C22.1539 11.6308 21.7385 11.6308 21.4154 11.9077L15.9231 17.4C15.8769 17.4462 15.9231 17.4923 15.9231 17.5385V18.6923C15.9231 18.7846 15.9231 18.8769 16.0154 18.8769H17.2154C17.2615 18.8769 17.3077 18.8308 17.3539 18.8308L22.8462 13.3846C23.1692 13.0154 23.1692 12.6 22.8462 12.3231ZM18.4154 20.9539H15.1385C14.4 20.9539 13.8 20.3539 13.8 19.6154V17.1231C13.8 16.7539 13.8923 16.3846 14.2154 16.1539L18.6 11.7692C18.7385 11.6308 18.8308 11.4462 18.8308 11.2615V10.3385C18.8308 9.96924 18.5077 9.64616 18.1385 9.64616H13.0615C11.8615 9.64616 10.9385 8.67693 10.9385 7.52308V2.53847C10.9385 2.16924 10.6154 1.84616 10.2 1.84616H3.04616C1.89231 1.84616 0.92308 2.81539 0.92308 3.96924V20.9539C0.92308 22.1077 1.89231 23.0769 3.04616 23.0769H16.6154C17.6308 23.0769 18.5538 22.3385 18.7385 21.3692C18.7846 21.1846 18.6 20.9539 18.4154 20.9539ZM3.78462 8.21539C3.78462 7.84616 4.10769 7.52308 4.47693 7.52308H7.33846C7.75385 7.52308 8.03077 7.84616 8.03077 8.21539V8.9077C8.03077 9.27693 7.7077 9.60001 7.33846 9.60001H4.47693C4.06154 9.60001 3.78462 9.27693 3.78462 8.9077V8.21539ZM10.9385 17.4C10.9385 17.7692 10.6154 18.0923 10.2462 18.0923H4.47693C4.06154 18.0923 3.78462 17.7692 3.78462 17.4V16.7077C3.78462 16.3385 4.10769 16.0154 4.47693 16.0154H10.2C10.6154 16.0154 10.8923 16.3385 10.8923 16.7077V17.4H10.9385ZM12.3692 13.1539C12.3692 13.5231 12.0462 13.8462 11.6769 13.8462H4.47693C4.06154 13.8462 3.78462 13.5231 3.78462 13.1539V12.4615C3.78462 12.0923 4.10769 11.7692 4.47693 11.7692H11.6308C12.0462 11.7692 12.3231 12.0923 12.3231 12.4615V13.1539H12.3692Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-end-call\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.4769 2.5704L21.5077 1.60116C21.2308 1.32424 20.7231 1.3704 20.4 1.73963L9.55385 12.5858L7.24616 10.0012C6.96923 9.72424 6.96923 9.35501 7.15385 9.03193L8.9077 6.63193C9.41539 5.98578 9.36924 5.0627 8.86154 4.41655L6.6 1.60116C5.9077 0.770396 4.66154 0.678088 3.87693 1.4627L1.47693 3.8627C1.1077 4.23193 0.92308 4.73963 0.92308 5.24732C1.15385 9.49347 2.86154 13.555 5.53847 16.6012L1.84616 20.2935C1.52308 20.6165 1.47693 21.1242 1.7077 21.4012L2.67693 22.3704C2.95385 22.6473 3.46154 22.6012 3.78462 22.2319L22.3385 3.67809C22.7077 3.35501 22.7539 2.84732 22.4769 2.5704ZM22.4769 17.4781L19.6615 15.2165C19.0154 14.7089 18.0923 14.6627 17.4462 15.1704L15.0462 16.9242C14.7692 17.155 14.3538 17.1089 14.0769 16.8319L12.9692 15.8165L9.04616 19.7396C11.8615 21.6319 15.2308 22.8781 18.7385 23.0627C19.2462 23.1089 19.7538 22.8781 20.1231 22.5089L22.5231 20.1089C23.4 19.4165 23.3539 18.1242 22.4769 17.4781Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-help\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.0659 17.5867H10.7582C10.389 17.5867 10.1121 17.3097 10.1121 16.9405V16.2482C10.1121 14.3097 11.3582 12.5559 13.2044 11.9097C13.7582 11.7251 14.2659 11.402 14.6813 10.9405C16.989 8.17127 14.8659 4.8482 12.0967 4.75589C11.0813 4.70974 10.1121 5.07897 9.37363 5.77127C8.77363 6.32512 8.4044 7.01743 8.31209 7.80204C8.26594 8.07897 7.98901 8.30974 7.61978 8.30974H5.31209C4.89671 8.30974 4.57363 7.98666 4.61978 7.57127C4.8044 5.81743 5.58901 4.2482 6.83517 3.00204C8.31209 1.61743 10.2044 0.878966 12.2352 0.92512C16.0659 1.06358 19.2044 4.20204 19.3429 8.03281C19.4813 11.2636 17.4967 14.1713 14.4967 15.279C14.0813 15.4636 13.8044 15.7867 13.8044 16.202V16.8944C13.8044 17.3097 13.4352 17.5867 13.0659 17.5867ZM13.8044 22.4328C13.8044 22.802 13.4813 23.1251 13.1121 23.1251H10.8044C10.4352 23.1251 10.1121 22.802 10.1121 22.4328V20.1251C10.1121 19.7559 10.4352 19.4328 10.8044 19.4328H13.1121C13.4813 19.4328 13.8044 19.7559 13.8044 20.1251V22.4328Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-leave-conference\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.8615 10.3385C11.6308 10.6615 11.7692 11.1231 12.1385 11.3538C12.8769 11.7692 13.7077 12.2308 14.4 12.8769C15.5539 12 16.9385 11.4923 18.4615 11.4C17.9538 10.5231 16.8923 9.92308 15.7846 9.41539C14.7231 8.95385 14.4923 8.53847 14.4923 8.03077C14.4923 7.56923 14.8154 7.15385 15.1385 6.73846C15.7846 6.13846 16.1077 5.3077 16.1077 4.29231C16.1539 2.44616 15.0923 0.830772 13.1538 0.830772C12 0.830772 11.2154 1.43077 10.6615 2.26154C12 3.27693 12.7846 5.03077 12.7846 7.01539C12.7385 8.3077 12.4154 9.41539 11.8615 10.3385ZM14.6769 16.0154L17.4462 18.7846L14.6769 21.5538C14.4 21.8308 14.4 22.2923 14.6769 22.5231L15 22.8462C15.2769 23.1231 15.7385 23.1231 15.9692 22.8462L18.7385 20.0769L21.5077 22.8462C21.7846 23.1231 22.2462 23.1231 22.4769 22.8462L22.8 22.5231C23.0769 22.2462 23.0769 21.7846 22.8 21.5538L20.0308 18.7846L22.8 16.0154C23.0769 15.7385 23.0769 15.2769 22.8 15.0462L22.4769 14.7231C22.2 14.4462 21.7385 14.4462 21.5077 14.7231L18.7385 17.4923L15.9692 14.7231C15.6923 14.4462 15.2308 14.4462 15 14.7231L14.6769 15.0462C14.4462 15.2769 14.4462 15.7385 14.6769 16.0154ZM13.0154 14.1692C12.3692 13.5231 11.4 13.1077 10.4308 12.6462C9.23077 12.1385 9.04616 11.6308 9.04616 11.1231C9.04616 10.6154 9.36924 10.0615 9.78462 9.69231C10.4769 9 10.8462 8.03077 10.8462 6.92308C10.8462 4.84616 9.64616 3.04616 7.52308 3.04616H7.29231C5.16923 3.04616 3.96923 4.84616 3.96923 6.92308C3.96923 8.03077 4.33846 9 5.03077 9.69231C5.44616 10.0615 5.76923 10.5692 5.76923 11.1231C5.76923 11.6308 5.63077 12.1385 4.38462 12.6462C2.63077 13.4308 1.01539 14.2154 0.92308 15.8769C1.01539 17.0308 1.8 17.9077 2.81539 17.9077H11.4C11.6308 16.4769 12.1846 15.1846 13.0154 14.1692Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-minimize-window\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.0769 22.3846C23.0769 22.7538 22.7538 23.0769 22.3846 23.0769H1.61537C1.24614 23.0769 0.923065 22.7538 0.923065 22.3846V21C0.923065 20.6308 1.24614 20.3077 1.61537 20.3077H22.3846C22.7538 20.3077 23.0769 20.6308 23.0769 21V22.3846Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-open-folder\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2308 6.46154H10.7538C10.1077 6.46154 9.50769 6.09231 9.13846 5.53846L7.52308 2.76923C7.2 2.21538 6.6 1.84615 5.90769 1.84615H2.76923C1.75385 1.84615 0.923077 2.67692 0.923077 3.69231V20.3077C0.923077 21.3231 1.75385 22.1538 2.76923 22.1538H21.2308C22.2462 22.1538 23.0769 21.3231 23.0769 20.3077V8.30769C23.0769 7.29231 22.2462 6.46154 21.2308 6.46154ZM21.2308 2.76923H10.1077C9.92308 2.76923 9.83077 2.95385 9.92308 3.09231L10.6615 4.33846C10.7538 4.52308 10.8923 4.61538 11.0769 4.61538H21.2308C21.7385 4.61538 22.2462 4.70769 22.6615 4.89231C22.8462 4.98461 23.0769 4.84615 23.0769 4.61538C23.0769 3.6 22.2462 2.76923 21.2308 2.76923Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-package\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.4923 11.0769H16.8462L15.3231 12.9231H20.3077V15.6923H3.69231V12.9231H8.63078L7.1077 11.0769H3.5077C2.58462 11.0769 1.84616 11.8154 1.84616 12.7385V21.6923C1.84616 22.4769 2.44616 23.0769 3.23078 23.0769H20.7692C21.5539 23.0769 22.1539 22.4769 22.1539 21.6923V12.7385C22.1539 11.8154 21.4154 11.0769 20.4923 11.0769ZM10.6154 1.61538V7.38462H7.43078C6.96924 7.38462 6.73847 7.8 7.01539 8.03077L11.6308 13.7077C11.8154 13.8462 12.0923 13.8462 12.2769 13.7077L16.8923 8.03077C17.1692 7.75385 16.9385 7.38462 16.4769 7.38462H13.3846V1.61538C13.3846 1.24615 13.0615 0.923077 12.6923 0.923077H11.3077C10.9385 0.923077 10.6154 1.24615 10.6154 1.61538Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-package-org\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.4923 10.4769H14.7231L12.8769 12.3231H20.3077V15.0923H3.69231V12.3231H7.43078L5.58462 10.4769H3.5077C2.58462 10.4769 1.84616 11.2154 1.84616 12.1385V21.0923C1.84616 21.8769 2.44616 22.4769 3.23078 22.4769H20.7692C21.5539 22.4769 22.1539 21.8769 22.1539 21.0923V12.1385C22.1539 11.2154 21.4154 10.4769 20.4923 10.4769ZM9.5077 11.7692C9.87693 12.1385 10.4308 12.1385 10.8 11.7692L19.5692 3C19.7539 2.81538 19.7539 2.53846 19.5692 2.35385L18.2769 1.06154C18.0923 0.876923 17.8154 0.876923 17.6308 1.06154L10.1539 8.53846L7.06155 5.44615C6.87693 5.26154 6.60001 5.26154 6.41539 5.44615L5.12308 6.73846C4.93847 6.92308 4.93847 7.2 5.12308 7.38461L9.5077 11.7692Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-package-org-beta\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.4923 11.0769H17.8154C17.6308 11.7692 17.3077 12.3692 16.8462 12.9231H20.3077V15.6923H3.69231V12.9231H6.46155V11.0769H3.5077C2.58462 11.0769 1.84616 11.8154 1.84616 12.7385V21.6923C1.84616 22.4769 2.44616 23.0769 3.23078 23.0769H20.7692C21.5539 23.0769 22.1539 22.4769 22.1539 21.6923V12.7385C22.1539 11.8154 21.4154 11.0769 20.4923 11.0769ZM16.1539 5.03077C16.1539 3.23077 14.5846 1.84615 12.8308 1.84615H9.00001C8.63078 1.84615 8.3077 2.16923 8.3077 2.53846V12.2308C8.3077 12.6 8.63078 12.9231 9.00001 12.9231H12.9231C14.7231 12.9231 16.1539 11.4462 16.1077 9.64615C16.1077 8.76923 15.7385 7.98461 15.1385 7.43077C15.7846 6.78461 16.1539 5.95385 16.1539 5.03077ZM10.1539 3.69231H12.9231C13.6615 3.69231 14.3077 4.29231 14.3077 5.07692C14.3077 5.81538 13.7077 6.46154 12.9231 6.46154H10.1539V3.69231ZM14.3077 9.69231C14.3077 10.4308 13.7077 11.0769 12.9231 11.0769H10.1539V8.30769H12.9231C13.7077 8.30769 14.3077 8.90769 14.3077 9.69231Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-paste\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.07693 5.53847H15.9231C16.2923 5.53847 16.6154 5.21539 16.6154 4.84616V2.76923C16.6154 1.75385 15.7846 0.92308 14.7692 0.92308H9.23078C8.21539 0.92308 7.38462 1.75385 7.38462 2.76923V4.84616C7.38462 5.21539 7.7077 5.53847 8.07693 5.53847ZM20.3077 2.76923H19.1539C18.7846 2.76923 18.4615 3.09231 18.4615 3.46154V5.53847C18.4615 6.55385 17.6308 7.38462 16.6154 7.38462H7.38462C6.36924 7.38462 5.53847 6.55385 5.53847 5.53847V3.46154C5.53847 3.09231 5.21539 2.76923 4.84616 2.76923H3.69231C2.67693 2.76923 1.84616 3.6 1.84616 4.61539V21.2308C1.84616 22.2462 2.67693 23.0769 3.69231 23.0769H20.3077C21.3231 23.0769 22.1539 22.2462 22.1539 21.2308V4.61539C22.1539 3.6 21.3231 2.76923 20.3077 2.76923ZM17.5385 18.9231C17.5385 19.2 17.3539 19.3846 17.0769 19.3846H6.92308C6.64616 19.3846 6.46154 19.2 6.46154 18.9231V18C6.46154 17.7231 6.64616 17.5385 6.92308 17.5385H17.0769C17.3539 17.5385 17.5385 17.7231 17.5385 18V18.9231ZM17.5385 15.2308C17.5385 15.5077 17.3539 15.6923 17.0769 15.6923H6.92308C6.64616 15.6923 6.46154 15.5077 6.46154 15.2308V14.3077C6.46154 14.0308 6.64616 13.8462 6.92308 13.8462H17.0769C17.3539 13.8462 17.5385 14.0308 17.5385 14.3077V15.2308ZM17.5385 11.5385C17.5385 11.8154 17.3539 12 17.0769 12H6.92308C6.64616 12 6.46154 11.8154 6.46154 11.5385V10.6154C6.46154 10.3385 6.64616 10.1539 6.92308 10.1539H17.0769C17.3539 10.1539 17.5385 10.3385 17.5385 10.6154V11.5385Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-pause\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.8461 19.8462C13.8461 20.3077 14.2615 20.7692 14.7692 20.7692H16.6154C17.1231 20.7692 17.5385 20.2615 17.5385 19.8462V4.15384C17.5385 3.6923 17.1231 3.23077 16.6154 3.23077H14.7692C14.2615 3.23077 13.8461 3.73846 13.8461 4.15384V19.8462ZM6.46153 19.8462C6.46153 20.3077 6.87692 20.7692 7.38461 20.7692H9.23076C9.73846 20.7692 10.1538 20.2615 10.1538 19.8462V4.15384C10.1538 3.6923 9.73846 3.23077 9.23076 3.23077H7.38461C6.87692 3.23077 6.46153 3.73846 6.46153 4.15384V19.8462Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-play\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.69231 20.1692V3.83077C3.69231 3.36923 4.29231 3.04615 4.70769 3.41539L20.0308 11.4C20.4 11.6769 20.4 12.2769 20.0308 12.5538L4.70769 20.6308C4.29231 20.9538 3.69231 20.6769 3.69231 20.1692Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-print\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.4616 8.03077H2.53848C1.52309 8.03077 0.692322 8.86153 0.692322 9.87692V16.3385C0.692322 17.3538 1.52309 18.1846 2.53848 18.1846H5.26155V20.8615C5.26155 21.8769 6.09232 22.7077 7.10771 22.7077H16.9385C17.9539 22.7077 18.7846 21.8769 18.7846 20.8615V18.1846H21.5077C22.5231 18.1846 23.3539 17.3538 23.3539 16.3385V9.87692C23.3077 8.86153 22.4769 8.03077 21.4616 8.03077ZM3.83078 12.7846C3.04617 12.7846 2.44617 12.1846 2.44617 11.4C2.44617 10.6154 3.04617 10.0154 3.83078 10.0154C4.6154 10.0154 5.2154 10.6154 5.2154 11.4C5.2154 12.1846 4.6154 12.7846 3.83078 12.7846ZM16.5692 19.8923C16.5692 20.2615 16.2462 20.5846 15.8769 20.5846H8.03078C7.66155 20.5846 7.33848 20.2615 7.33848 19.8923V15.3692C7.33848 15 7.66155 14.6769 8.03078 14.6769H15.8769C16.2462 14.6769 16.5692 15 16.5692 15.3692V19.8923ZM18.6923 5.12307C18.6923 5.49231 18.3692 5.81538 18 5.81538H5.90771C5.53848 5.81538 5.2154 5.49231 5.2154 5.12307V1.98461C5.2154 1.61538 5.53848 1.2923 5.90771 1.2923H18C18.3692 1.2923 18.6923 1.61538 18.6923 1.98461V5.12307Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-push\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2308 0.92308H10.1538C9.13846 0.92308 8.30769 1.75385 8.30769 2.76923V2.81539C8.30769 3.13846 8.49231 3.46154 8.76923 3.64616C8.90769 3.73847 10.6615 5.49231 10.6615 5.49231C10.8 5.63077 11.0308 5.49231 11.0308 5.3077C11.0308 4.93847 11.3538 4.56923 11.7231 4.56923H19.5692C19.9385 4.56923 20.3077 4.93847 20.3077 5.3077V17.7692C20.3077 18.1385 19.9385 18.4154 19.5692 18.4154H11.7231C11.3538 18.4154 11.0769 18.1385 11.0769 17.7692V17.7231C11.0769 17.5385 10.8462 17.4462 10.7077 17.5846C10.7077 17.5846 8.95385 19.3385 8.76923 19.4308C8.49231 19.6154 8.30769 19.8923 8.30769 20.2615V21.1846C8.30769 22.2 9.09231 23.0308 10.1077 23.0308H21.1846C22.2 23.0308 23.0769 22.2 23.0769 21.1846V2.76923C23.0769 1.75385 22.2462 0.92308 21.2308 0.92308ZM15.6923 22.1539C14.9077 22.1539 14.3077 21.5539 14.3077 20.7692C14.3077 19.9846 14.9077 19.3846 15.6923 19.3846C16.4769 19.3846 17.0769 19.9846 17.0769 20.7692C17.0769 21.5539 16.4769 22.1539 15.6923 22.1539ZM13.6615 11.0308L7.89231 5.26154C7.61538 4.98462 7.2 4.98462 6.92308 5.26154L5.95385 6.23077C5.67692 6.5077 5.67692 6.92308 5.95385 7.2L8.07692 9.32308C8.35385 9.6 8.16923 10.1077 7.75385 10.1077H1.61538C1.24615 10.1538 0.923077 10.4769 0.923077 10.8462V12.2308C0.923077 12.6 1.24615 12.9231 1.61538 12.9231H7.70769C8.12308 12.9231 8.30769 13.4308 8.03077 13.7077L5.90769 15.8308C5.63077 16.1077 5.63077 16.5231 5.90769 16.8L6.87692 17.7692C7.15385 18.0462 7.56923 18.0462 7.84615 17.7692L13.6615 12C13.8923 11.7692 13.8923 11.3077 13.6615 11.0308Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-record\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 3.69231C16.5692 3.69231 20.3077 7.43077 20.3077 12C20.3077 16.5692 16.5692 20.3077 12 20.3077C7.43077 20.3077 3.69231 16.5692 3.69231 12C3.69231 7.43077 7.43077 3.69231 12 3.69231Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-record-create\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.93847 5.35385H16.0615C16.4769 5.35385 16.8 5.03077 16.8 4.61539V3.13846C16.8 1.93847 15.7846 0.92308 14.5846 0.92308H9.41539C8.21539 0.92308 7.20001 1.93847 7.20001 3.13846V4.61539C7.20001 5.03077 7.52308 5.35385 7.93847 5.35385ZM20.1231 2.76923H19.3846C19.1539 2.76923 19.0154 2.9077 19.0154 3.13847V4.61539C19.0154 6.23077 17.6769 7.56923 16.0615 7.56923H7.93847C6.32308 7.56923 4.98462 6.23077 4.98462 4.61539V3.13847C4.98462 2.9077 4.84616 2.76923 4.61539 2.76923H3.87693C2.67693 2.76923 1.66154 3.78462 1.66154 4.98462V20.8615C1.66154 22.0615 2.67693 23.0769 3.87693 23.0769H20.1231C21.3231 23.0769 22.3385 22.0615 22.3385 20.8615V4.98462C22.3385 3.78462 21.3231 2.76923 20.1231 2.76923ZM17.4 15.7846C17.4 15.9692 17.2154 16.1538 17.0308 16.1538H12.9692C12.8308 16.1538 12.7385 16.2462 12.7385 16.3846V20.4462C12.7385 20.6308 12.5539 20.8154 12.3692 20.8154H11.6308C11.4462 20.8154 11.2615 20.6308 11.2615 20.4462V16.3846C11.2615 16.2462 11.1692 16.1538 11.0308 16.1538H6.96924C6.78462 16.1538 6.60001 15.9692 6.60001 15.7846V15.0462C6.60001 14.8615 6.78462 14.6769 6.96924 14.6769H11.0308C11.1692 14.6769 11.2615 14.5846 11.2615 14.4462V10.3846C11.2615 10.2 11.4462 10.0154 11.6308 10.0154H12.3692C12.5539 10.0154 12.7385 10.2 12.7385 10.3846V14.4462C12.7385 14.5846 12.8308 14.6769 12.9692 14.6769H17.0308C17.2154 14.6769 17.4 14.8615 17.4 15.0462V15.7846Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-record-delete\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.93846 5.35385H16.0615C16.4769 5.35385 16.8 5.03077 16.8 4.61539V3.13846C16.8 1.93847 15.7846 0.92308 14.5846 0.92308H9.41538C8.21538 0.92308 7.2 1.93847 7.2 3.13846V4.61539C7.2 5.03077 7.52308 5.35385 7.93846 5.35385ZM20.1231 2.76923H19.3846C19.1538 2.76923 19.0154 2.9077 19.0154 3.13847V4.61539C19.0154 6.23077 17.6769 7.56923 16.0615 7.56923H7.93846C6.32308 7.56923 4.98461 6.23077 4.98461 4.61539V3.13847C4.98461 2.9077 4.84615 2.76923 4.61538 2.76923H3.87692C2.67692 2.76923 1.66154 3.78462 1.66154 4.98462V20.8615C1.66154 22.0615 2.67692 23.0769 3.87692 23.0769H20.1231C21.3231 23.0769 22.3385 22.0615 22.3385 20.8615V4.98462C22.3385 3.78462 21.3231 2.76923 20.1231 2.76923ZM15.8308 19.5692C15.8308 20.2154 15.3231 20.6769 14.7231 20.6769H9.27692C8.63077 20.6769 8.16923 20.1692 8.16923 19.5692V14.8154C8.16923 14.6308 8.30769 14.4923 8.49231 14.4923H15.5077C15.6923 14.4923 15.8308 14.6308 15.8308 14.8154V19.5692ZM16.7538 12.6923C16.7538 12.8769 16.6154 13.0154 16.4308 13.0154H7.61538C7.43077 13.0154 7.29231 12.8769 7.29231 12.6923V12C7.29231 11.8154 7.43077 11.6769 7.61538 11.6769H10.4308V10.7538C10.4308 10.2462 10.8462 9.83077 11.3538 9.83077H12.6923C13.2 9.83077 13.6154 10.2462 13.6154 10.7538V11.6769H16.4308C16.6154 11.6769 16.7538 11.8154 16.7538 12V12.6923ZM11.0769 16.0615H10.6154C10.4769 16.0615 10.3846 16.1539 10.3846 16.2923V18.9231C10.3846 19.0615 10.4769 19.1539 10.6154 19.1539H11.0769C11.2154 19.1539 11.3077 19.0615 11.3077 18.9231V16.2923C11.3077 16.1539 11.2154 16.0615 11.0769 16.0615ZM13.3385 16.0615H12.8769C12.7385 16.0615 12.6462 16.1539 12.6462 16.2923V18.9231C12.6462 19.0615 12.7385 19.1539 12.8769 19.1539H13.3385C13.4769 19.1539 13.5692 19.0615 13.5692 18.9231V16.2923C13.5692 16.1539 13.4769 16.0615 13.3385 16.0615ZM12.4615 10.8H11.5385C11.4 10.8 11.3077 10.8923 11.3077 11.0308V11.7231H12.6462V11.0308C12.6923 10.8923 12.6 10.8 12.4615 10.8Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-record-lookup\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.93846 5.35385H16.0615C16.4769 5.35385 16.8 5.03077 16.8 4.61539V3.13846C16.8 1.93847 15.7846 0.92308 14.5846 0.92308H9.41538C8.21538 0.92308 7.2 1.93847 7.2 3.13846V4.61539C7.2 5.03077 7.52308 5.35385 7.93846 5.35385ZM20.1231 2.76923H19.3846C19.1538 2.76923 19.0154 2.9077 19.0154 3.13847V4.61539C19.0154 6.23077 17.6769 7.56923 16.0615 7.56923H7.93846C6.32308 7.56923 4.98461 6.23077 4.98461 4.61539V3.13847C4.98461 2.9077 4.84615 2.76923 4.61538 2.76923H3.87692C2.67692 2.76923 1.66154 3.78462 1.66154 4.98462V20.8615C1.66154 22.0615 2.67692 23.0769 3.87692 23.0769H20.1231C21.3231 23.0769 22.3385 22.0615 22.3385 20.8615V4.98462C22.3385 3.78462 21.3231 2.76923 20.1231 2.76923ZM17.3077 20.3538L16.8462 20.8154C16.7077 20.9538 16.5231 20.9538 16.3846 20.8154L13.3846 17.8154C12.5077 18.4154 11.4462 18.7385 10.2923 18.5538C8.35385 18.2769 6.83077 16.6615 6.64615 14.7231C6.36923 12.0462 8.63077 9.78462 11.3077 10.0615C13.2923 10.2462 14.8615 11.7692 15.1385 13.7077C15.3231 14.8615 15 15.9692 14.4 16.8L17.4 19.8C17.4462 19.9846 17.4462 20.1692 17.3077 20.3538ZM10.8462 11.4462C9.23077 11.4462 7.93846 12.7846 7.93846 14.3538C7.93846 15.9692 9.23077 17.2615 10.8462 17.2615C12.4615 17.2615 13.7538 15.9692 13.7538 14.3538C13.7538 12.7385 12.4615 11.4462 10.8462 11.4462Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-record-update\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.93846 5.35385H16.0615C16.4769 5.35385 16.8 5.03077 16.8 4.61539V3.13846C16.8 1.93847 15.7846 0.92308 14.5846 0.92308H9.41538C8.21538 0.92308 7.2 1.93847 7.2 3.13846V4.61539C7.2 5.03077 7.52308 5.35385 7.93846 5.35385ZM20.1231 2.76923H19.3846C19.1538 2.76923 19.0154 2.9077 19.0154 3.13847V4.61539C19.0154 6.23077 17.6769 7.56923 16.0615 7.56923H7.93846C6.32308 7.56923 4.98462 6.23077 4.98462 4.61539V3.13847C4.98462 2.9077 4.84615 2.76923 4.61539 2.76923H3.87692C2.67692 2.76923 1.66154 3.78462 1.66154 4.98462V20.8615C1.66154 22.0615 2.67692 23.0769 3.87692 23.0769H20.1231C21.3231 23.0769 22.3385 22.0615 22.3385 20.8615V4.98462C22.3385 3.78462 21.3231 2.76923 20.1231 2.76923ZM15.6923 14.0308L9.78462 19.9385L7.2 20.6769C6.96923 20.7231 6.73846 20.4923 6.78462 20.2615L7.52308 17.7231L13.4308 11.8154C13.5231 11.7231 13.6615 11.7231 13.7538 11.8154L15.6462 13.7538C15.7846 13.8 15.7846 13.9385 15.6923 14.0308ZM17.4 12.3231L16.6615 13.0615C16.5692 13.1539 16.4308 13.1539 16.3385 13.0615L14.4 11.1231C14.3077 11.0308 14.3077 10.8923 14.4 10.8L15.1385 10.0615C15.4615 9.69231 16.0615 9.69231 16.3846 10.0615L17.3538 11.0308C17.7692 11.4 17.7692 11.9539 17.4 12.3231Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-relate\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6154 9.23077C16.6154 8.21539 15.7846 7.38462 14.7692 7.38462H2.76923C1.75385 7.38462 0.92308 8.21539 0.92308 9.23077V21.2308C0.92308 22.2462 1.75385 23.0769 2.76923 23.0769H14.7692C15.7846 23.0769 16.6154 22.2462 16.6154 21.2308V9.23077ZM12.9231 15.6923C12.9231 15.9231 12.6923 16.1539 12.4615 16.1539H9.69231V18.9231C9.69231 19.1539 9.46154 19.3846 9.23077 19.3846H8.3077C8.07693 19.3846 7.84616 19.1539 7.84616 18.9231V16.1539H5.07693C4.84616 16.1539 4.61539 15.9231 4.61539 15.6923V14.7692C4.61539 14.5385 4.84616 14.3077 5.07693 14.3077H7.84616V11.5385C7.84616 11.3077 8.07693 11.0769 8.3077 11.0769H9.23077C9.46154 11.0769 9.69231 11.3077 9.69231 11.5385V14.3077H12.4615C12.6923 14.3077 12.9231 14.5385 12.9231 14.7692V15.6923ZM19.8462 19.3846H18.4615V16.6154H19.8462C20.1231 16.6154 20.3077 16.4308 20.3077 16.1538V4.15385C20.3077 3.87693 20.1231 3.69231 19.8462 3.69231H7.84616C7.56923 3.69231 7.38462 3.87693 7.38462 4.15385V5.53847H4.61539V4.15385C4.61539 2.35385 6.04616 0.92308 7.84616 0.92308H19.8462C21.6462 0.92308 23.0769 2.35385 23.0769 4.15385V16.1538C23.0769 17.9538 21.6462 19.3846 19.8462 19.3846Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-remove-formatting\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.8154 18.8769L22.9384 16.7539C23.1231 16.5692 23.1231 16.2923 22.9384 16.1077L21.6461 14.8154C21.4615 14.6308 21.1846 14.6308 21 14.8154L18.9231 16.9846L16.9384 15C16.7538 14.8154 16.4769 14.8154 16.2923 15L15 16.2923C14.8154 16.4769 14.8154 16.7539 15 16.9385L16.9846 18.9231L15.0461 20.8615C14.8615 21.0462 14.8615 21.3231 15.0461 21.5077L16.3384 22.8C16.5231 22.9846 16.8 22.9846 16.9846 22.8L18.9231 20.8615L21 22.9385C21.1846 23.1231 21.4615 23.1231 21.6461 22.9385L22.9384 21.6462C23.1231 21.4615 23.1231 21.1846 22.9384 21L20.8154 18.8769ZM2.21537 3.69231H7.19999L5.30768 14.4C5.21537 14.8615 5.53845 15.2308 5.95383 15.2308H8.30768C8.63076 15.2308 8.95383 15 8.99999 14.6769L10.9384 3.69231H16.0154C16.3384 3.69231 16.6615 3.46154 16.7077 3.09231L16.9384 1.7077C17.0308 1.29231 16.7077 0.92308 16.2461 0.92308H2.39999C2.07691 0.92308 1.79999 1.15385 1.75383 1.52308L1.52306 2.9077C1.43076 3.32308 1.75383 3.69231 2.21537 3.69231ZM12.9231 17.7692C12.9231 17.4 12.6 17.0769 12.2308 17.0769H1.61537C1.24614 17.0769 0.923065 17.4 0.923065 17.7692V19.1539C0.923065 19.5231 1.24614 19.8462 1.61537 19.8462H12.2308C12.6 19.8462 12.9231 19.5231 12.9231 19.1539V17.7692Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-remove-link\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.0635 16.9069C10.7865 16.9069 10.5096 16.8608 10.2327 16.7685C9.95576 16.7223 9.63268 16.63 9.35576 16.5377C9.17114 16.4915 8.98653 16.5377 8.89422 16.63L8.7096 16.8146C7.55576 17.9685 5.66345 18.1069 4.4173 17.0454C3.07883 15.8454 2.98653 13.7685 4.27884 12.5223L7.32499 9.47615C7.74037 9.06077 8.20191 8.83 8.7096 8.69154C9.35576 8.50692 10.0481 8.55308 10.6481 8.83C11.0173 8.96846 11.3865 9.19923 11.6635 9.52231C11.8019 9.66077 11.9404 9.84539 12.0788 10.0762C12.2173 10.3531 12.5865 10.3992 12.8173 10.1685L13.9711 9.01462C14.1558 8.83 14.1558 8.59923 14.0173 8.41462C13.8327 8.18385 13.6481 7.99923 13.4635 7.76846C13.1865 7.49154 12.8173 7.21462 12.4942 6.98385C11.8942 6.61462 11.2942 6.38385 10.6019 6.24539C9.35576 6.01462 8.0173 6.19923 6.8173 6.84539C6.35576 7.07615 5.94037 7.39923 5.57114 7.76846L2.6173 10.7223C0.49422 12.8454 0.309604 16.3069 2.38653 18.5223C4.55576 20.83 8.20191 20.9223 10.4173 18.6608L11.4327 17.6454C11.6635 17.4146 11.4788 16.9531 11.0635 16.9069ZM18.6788 10.3992C20.8942 8.18385 20.8481 4.53769 18.5404 2.36846C16.325 0.337694 12.8635 0.476155 10.7404 2.59923L9.8173 3.52231C9.54037 3.79923 9.72499 4.26077 10.0942 4.30692C10.6481 4.35308 11.2481 4.44539 11.8019 4.63C11.9865 4.67616 12.1711 4.63 12.2635 4.53769L12.4481 4.35308C13.6019 3.19923 15.4942 3.06077 16.7404 4.12231C18.0788 5.32231 18.1711 7.39923 16.8788 8.64539L13.8327 11.6915C13.4173 12.1069 12.9558 12.3377 12.4481 12.4762C11.8019 12.6608 11.1096 12.6146 10.5096 12.3377C10.1404 12.1992 9.77114 11.9685 9.49422 11.6454C9.35576 11.5069 9.2173 11.3223 9.12499 11.1377C8.98653 10.8608 8.6173 10.8146 8.38653 11.0454L7.27884 12.1531C7.09422 12.3377 7.09422 12.5685 7.23268 12.7531C7.4173 12.9838 7.55576 13.1685 7.78653 13.3992C8.1096 13.7223 8.43268 13.9531 8.75576 14.1838C9.35576 14.5531 9.95576 14.7838 10.6481 14.9223C11.8942 15.1531 13.2327 14.9685 14.4327 14.3223C14.8942 14.0915 15.3096 13.7685 15.6788 13.3992L18.6788 10.3992ZM20.8019 18.9377L22.925 16.8146C23.1096 16.63 23.1096 16.3531 22.925 16.1685L21.6327 14.8762C21.4481 14.6915 21.1711 14.6915 20.9865 14.8762L18.9096 17.0454L16.925 15.0608C16.7404 14.8762 16.4634 14.8762 16.2788 15.0608L14.9865 16.3531C14.8019 16.5377 14.8019 16.8146 14.9865 16.9992L16.9711 18.9838L15.0327 20.9223C14.8481 21.1069 14.8481 21.3838 15.0327 21.5685L16.325 22.8608C16.5096 23.0454 16.7865 23.0454 16.9711 22.8608L18.9096 20.9223L20.9865 22.9992C21.1711 23.1838 21.4481 23.1838 21.6327 22.9992L22.925 21.7069C23.1096 21.5223 23.1096 21.2454 22.925 21.0608L20.8019 18.9377Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-replace\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.23076 17.3077C9.23076 16.9385 8.90768 16.6154 8.53845 16.6154H1.61537C1.24614 16.6154 0.923065 16.9385 0.923065 17.3077V22.3846C0.923065 22.7539 1.24614 23.0769 1.61537 23.0769H8.53845C8.90768 23.0769 9.23076 22.7539 9.23076 22.3846V17.3077ZM3.73845 10.1538H1.47691C1.01537 10.1538 0.784604 10.5692 1.06153 10.8L4.75383 14.6308C4.93845 14.7692 5.21537 14.7692 5.39999 14.6308L9.0923 10.8C9.36922 10.5231 9.13845 10.1538 8.67691 10.1538H6.50768C6.50768 7.84616 8.76922 5.53847 11.0769 5.53847V2.76923C6.92306 2.76923 3.73845 6 3.73845 10.1538ZM19.2923 9.36924C19.1077 9.23077 18.8308 9.23077 18.6461 9.36924L14.9538 13.2C14.6769 13.4769 14.9077 13.8462 15.3692 13.8462H17.5846C17.5846 16.6154 15.6923 18.4615 12.9231 18.4615V21.2308C17.0769 21.2308 20.3538 18 20.3538 13.8462H22.6154C23.0769 13.8462 23.3077 13.4308 23.0308 13.2L19.2923 9.36924ZM23.0769 1.61539C23.0769 1.24616 22.7538 0.92308 22.3846 0.92308H15.4615C15.0923 0.92308 14.7692 1.24616 14.7692 1.61539V6.69231C14.7692 7.06154 15.0923 7.38462 15.4615 7.38462H22.3846C22.7538 7.38462 23.0769 7.06154 23.0769 6.69231V1.61539Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-reset-password\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.3846 10.6226H4.61539C3.6 10.6226 2.76923 11.4534 2.76923 12.4688V21.238C2.76923 22.2534 3.6 23.0842 4.61539 23.0842H19.3846C20.4 23.0842 21.2308 22.2534 21.2308 21.238V12.4688C21.2308 11.4534 20.4 10.6226 19.3846 10.6226ZM14.3077 20.5457C13.6154 21.0072 12.8308 21.238 12 21.238C11.7231 21.238 11.4462 21.1919 11.1692 21.1457C10.0615 20.9149 9.13846 20.3149 8.53846 19.3919L10.0615 18.3765C10.3846 18.8842 10.9385 19.2534 11.5385 19.3457C12.1385 19.4842 12.7385 19.3457 13.2923 18.9765C14.3538 18.2842 14.6308 16.8072 13.9385 15.7919C13.6154 15.2842 13.0615 14.9149 12.4615 14.8226C11.8615 14.6842 11.2615 14.8226 10.7077 15.1919C10.5692 15.2842 10.4769 15.3765 10.3846 15.4688L12 17.0842H7.84616V12.9303L9.04616 14.1303C9.23077 13.9457 9.46154 13.7611 9.64616 13.6226C10.5692 13.0226 11.6769 12.7919 12.7846 12.9765C13.8923 13.2072 14.8154 13.8072 15.4154 14.7303C16.7077 16.6688 16.2 19.2534 14.3077 20.5457ZM4.61539 8.36109V8.54571V8.36109ZM5.07693 8.77648H6.92308C7.2 8.77648 7.38462 8.63801 7.38462 8.36109V8.31494C7.38462 5.68417 9.64616 3.51494 12.3231 3.69955C14.7692 3.88417 16.6154 6.00724 16.6154 8.49955V8.36109C16.6154 8.63801 16.8 8.77648 17.0769 8.77648H18.9231C19.2 8.77648 19.3846 8.63801 19.3846 8.36109V8.31494C19.3846 4.11494 15.8769 0.745706 11.6308 0.930322C7.7077 1.11494 4.7077 4.43801 4.61539 8.36109C4.66154 8.59186 4.84616 8.77648 5.07693 8.77648Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-save\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.1231 1.84616V8.12308C17.1231 8.58462 16.7538 9.00001 16.2462 9.00001H6.41538C5.95385 9.00001 5.53846 8.63078 5.53846 8.12308V1.84616H3.69231C2.67692 1.84616 1.84615 2.67693 1.84615 3.69231V20.3077C1.84615 21.3231 2.67692 22.1539 3.69231 22.1539H20.3077C21.3231 22.1539 22.1538 21.3231 22.1538 20.3077V5.16924L18.8308 1.84616H17.1231ZM20.3538 19.4308C20.3538 19.8923 19.9846 20.3077 19.4769 20.3077H4.56923C4.10769 20.3077 3.69231 19.9385 3.69231 19.4308V11.7231C3.69231 11.2615 4.06154 10.8462 4.56923 10.8462H19.4769C19.9385 10.8462 20.3538 11.2154 20.3538 11.7231V19.4308ZM11.4462 6.27693C11.4462 6.73847 11.8154 7.15385 12.3231 7.15385H14.4462C14.9077 7.15385 15.3231 6.78462 15.3231 6.27693V1.84616H11.4923L11.4462 6.27693Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-send\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.969234 20.5385L3 13.0154H11.5846C11.8154 13.0154 12.0462 12.7846 12.0462 12.5538V11.6308C12.0462 11.4 11.8154 11.1692 11.5846 11.1692H3L1.01539 3.78461C0.969234 3.6923 0.92308 3.55384 0.92308 3.41538C0.92308 3.0923 1.24616 2.76923 1.61539 2.81538C1.7077 2.81538 1.75385 2.86153 1.84616 2.86153L22.6154 11.4C22.8923 11.4923 23.0769 11.7692 23.0769 12.0462C23.0769 12.3231 22.8923 12.5538 22.6615 12.6461L1.84616 21.4154C1.75385 21.4615 1.66154 21.4615 1.56923 21.4615C1.2 21.4154 0.92308 21.1385 0.92308 20.7692C0.92308 20.6769 0.92308 20.6308 0.969234 20.5385Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-setup\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.6191 14.9538L19.9114 13.5231C20.0037 13.0154 20.0498 12.4615 20.0498 11.9538C20.0498 11.4461 20.0037 10.8923 19.9114 10.3846L21.6191 8.95383C22.1729 8.4923 22.3575 7.66153 21.9883 7.01537L21.2498 5.67691C20.9729 5.21537 20.4652 4.93845 19.9114 4.93845C19.7268 4.93845 19.5421 4.9846 19.4037 5.03076L17.3268 5.81537C16.496 5.07691 15.5729 4.56922 14.6498 4.24614L14.2806 2.07691C14.1421 1.33845 13.496 0.923065 12.7575 0.923065H11.2806C10.5421 0.923065 9.89599 1.33845 9.75753 2.07691L9.3883 4.19999C8.37291 4.52307 7.49599 5.07691 6.66522 5.76922L4.63445 4.9846C4.44984 4.93845 4.31137 4.8923 4.12676 4.8923C3.57291 4.8923 3.06522 5.16922 2.7883 5.63076L2.04984 6.92307C1.6806 7.56922 1.81907 8.39999 2.41907 8.86153L4.12676 10.2923C4.03445 10.8 3.9883 11.3538 3.9883 11.8615C3.9883 12.4154 4.03445 12.9231 4.12676 13.4308L2.41907 14.8615C1.86522 15.3231 1.6806 16.1538 2.04984 16.8L2.7883 18.1846C3.06522 18.6461 3.57291 18.9231 4.12676 18.9231C4.31137 18.9231 4.49599 18.8769 4.63445 18.8308L6.71137 18.0461C7.54214 18.7846 8.46522 19.2923 9.3883 19.6154L9.75753 21.8308C9.89599 22.5692 10.496 23.0769 11.2806 23.0769H12.7575C13.496 23.0769 14.1421 22.5231 14.2806 21.7846L14.6498 19.5692C15.7114 19.2 16.6345 18.6461 17.4652 17.8615L19.4037 18.6461C19.5883 18.6923 19.7729 18.7384 19.9575 18.7384C20.5114 18.7384 21.0191 18.4615 21.296 18L21.9883 16.8C22.3575 16.2461 22.1729 15.4154 21.6191 14.9538ZM12.0652 17.1231C9.29599 17.1231 7.03445 14.8615 7.03445 12.0461C7.03445 9.23076 9.24984 6.96922 12.0652 6.96922C14.8806 6.96922 17.096 9.23076 17.096 12.0461C17.096 14.8615 14.8345 17.1231 12.0652 17.1231ZM13.4037 8.30768H11.2806C10.9575 8.30768 10.6806 8.4923 10.5883 8.76922L9.29599 12.0923C9.20368 12.3231 9.3883 12.6 9.66522 12.6H11.8344L11.0498 15.3692C10.9575 15.6461 11.2806 15.7846 11.4652 15.6L14.7421 11.7692C14.9729 11.5385 14.7883 11.1692 14.4652 11.1692H12.8498L14.2806 8.90768C14.4191 8.67691 14.2345 8.35383 13.9575 8.35383H13.4037V8.30768Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-share\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.3846 13.8692H21C20.6308 13.8692 20.3077 14.1923 20.3077 14.5615V19.6385C20.3077 20.0077 19.9846 20.3308 19.6154 20.3308H4.38462C4.01539 20.3308 3.69231 20.0077 3.69231 19.6385V9.94614C3.69231 9.57691 4.01539 9.25383 4.38462 9.25383H6.23077C6.6 9.25383 6.92308 8.93076 6.92308 8.56153V7.17691C6.92308 6.80768 6.6 6.4846 6.23077 6.4846H2.76923C1.75385 6.4846 0.92308 7.31537 0.92308 8.33076V21.2538C0.92308 22.2692 1.75385 23.1 2.76923 23.1H21.2308C22.2462 23.1 23.0769 22.2692 23.0769 21.2538V14.5615C23.0769 14.1923 22.7538 13.8692 22.3846 13.8692ZM15.6923 6.4846C11.0769 6.4846 6.87693 10.5923 6.5077 15.4385C6.46154 15.8077 6.78462 16.1769 7.2 16.1769H8.58462C8.95385 16.1769 9.23077 15.9 9.27693 15.5769C9.6 12.1154 12.5539 9.25383 16.1539 9.25383H16.8923C17.3077 9.25383 17.4923 9.76153 17.2154 10.0385L14.6769 12.6231C14.4 12.9 14.4 13.3154 14.6769 13.5923L15.6462 14.5615C15.9231 14.8385 16.3385 14.8385 16.6154 14.5615L22.8923 8.33076C23.1692 8.05383 23.1692 7.63845 22.8923 7.36153L16.6615 1.13076C16.3846 0.853834 15.9692 0.853834 15.6923 1.13076L14.7231 2.09999C14.4462 2.37691 14.4 2.7923 14.6769 3.06922L17.2615 5.65383C17.5385 5.93076 17.3539 6.43845 16.9385 6.43845L15.6923 6.4846Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-share-file\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.9231 7.38461H22.5231C22.7077 7.38461 22.8462 7.15384 22.7077 6.96923L18.8769 3.13846C18.6923 3 18.4615 3.13846 18.4615 3.32307V6.92307C18.4615 7.2 18.6462 7.38461 18.9231 7.38461ZM22.6154 9.23076H17.5385C17.0308 9.23076 16.6154 8.81538 16.6154 8.30769V3.23076C16.6154 2.95384 16.4308 2.76923 16.1538 2.76923H9.92308C9.55385 2.76923 9.23077 3.0923 9.23077 3.46153V5.30769C9.23077 5.4923 9.32308 5.67692 9.41539 5.81538L12 8.39999C12.3692 8.76923 12.6462 9.27692 12.7385 9.83076C12.8308 10.5692 12.6 11.2615 12.0923 11.8154L11.3538 12.5077C11.1231 12.7385 10.8923 12.8769 10.6154 13.0154C10.9385 13.1538 11.3077 13.2461 11.6769 13.2923C12.8769 13.3846 13.8462 14.4 13.8462 15.6461V16.6615C13.8462 17.3077 13.5231 17.9538 13.0615 18.3692C12.6 18.8308 11.9077 19.0154 11.2615 18.9692C10.7538 18.9231 10.2923 18.8308 9.78462 18.7385C9.5077 18.6461 9.23077 18.8769 9.23077 19.2V20.6308C9.23077 21 9.55385 21.3231 9.92308 21.3231H22.3846C22.7538 21.3231 23.0769 21 23.0769 20.6308V9.73846C23.0769 9.46153 22.8923 9.27692 22.6154 9.23076ZM12 16.5692V15.5538C12 15.2769 11.7692 15.0923 11.4923 15.0462C9 14.8154 6.92308 12.6923 6.92308 10.0615V9.50769C6.92308 9.23077 7.29231 9.04615 7.47693 9.27692L9.32308 11.1231C9.5077 11.3077 9.83077 11.3077 10.0154 11.1231L10.7077 10.4308C10.8923 10.2462 10.8923 9.92307 10.7077 9.73846L6.23077 5.26154C6.04616 5.07692 5.72308 5.07692 5.53847 5.26154L1.06154 9.73846C0.876927 9.92307 0.876927 10.2462 1.06154 10.4308L1.75385 11.1231C1.93846 11.3077 2.26154 11.3538 2.44616 11.1692L4.38462 9.32307C4.61539 9.0923 5.03077 9.27692 5.03077 9.55384V10.4308C5.03077 13.7538 7.93846 16.8 11.4462 17.0769C11.7692 17.0769 12 16.8462 12 16.5692Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-share-mobile\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.3846 23.4577C20.4 23.4577 21.2308 22.6269 21.2308 21.6115V9.19614C21.2308 8.18076 20.4 7.34999 19.3846 7.34999H15.9231C15.5538 7.34999 15.2308 7.67307 15.2308 8.0423V9.42691C15.2308 9.79614 15.5538 10.1192 15.9231 10.1192H17.7692C18.1385 10.1192 18.4615 10.4423 18.4615 10.8115V19.9961C18.4615 20.3654 18.1385 20.6884 17.7692 20.6884H6.23076C5.86153 20.6884 5.53846 20.3654 5.53846 19.9961V10.8115C5.53846 10.4423 5.86153 10.1192 6.23076 10.1192H8.07692C8.44615 10.1192 8.76923 9.79614 8.76923 9.42691V8.0423C8.76923 7.67307 8.44615 7.34999 8.07692 7.34999H4.61538C3.6 7.34999 2.76923 8.18076 2.76923 9.19614V21.6115C2.76923 22.6269 3.6 23.4577 4.61538 23.4577H19.3846ZM13.3846 14.4577V5.50383H16.1077C16.5692 5.50383 16.8 5.08845 16.5231 4.85768L12.3692 1.02691C12.1846 0.88845 11.9077 0.88845 11.7231 1.02691L7.56923 4.85768C7.2923 5.1346 7.52307 5.50383 7.98461 5.50383H10.6154V14.4577C10.6154 14.8269 10.9385 15.1961 11.3077 15.1961H12.6923C13.0615 15.1961 13.3846 14.8269 13.3846 14.4577Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-stop\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.69231 3.69232H20.3077V20.3077H3.69231V3.69232Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-turn-off-notifications\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.8488 12.7385C11.1257 13.0154 11.495 13.0154 11.7719 12.7385L21.6488 3.64615C21.8334 3.32307 21.7873 2.76923 21.095 2.76923H1.61805C1.11036 2.76923 0.694974 3.27692 1.0642 3.6923L10.8488 12.7385ZM13.9411 17.8154C14.1719 15.2308 16.2488 13.1077 18.8796 12.8308C19.1104 12.8308 19.3411 12.7846 19.5257 12.7846C20.3565 12.7846 21.095 12.9692 21.7873 13.2461V7.52307C21.7873 7.06153 21.2334 6.83076 20.9104 7.15384L13.2488 14.2615C12.7411 14.7231 12.0488 15 11.3565 15C10.6642 15 9.9719 14.7231 9.4642 14.2615L1.80267 7.15384C1.43344 6.83076 0.925743 7.06153 0.925743 7.52307V16.5692C0.925743 17.7231 1.89497 18.6923 3.04882 18.6923H13.9873C13.9411 18.4154 13.9411 18.0923 13.9411 17.8154ZM19.4796 14.7692C17.4488 14.7692 15.7873 16.4308 15.7873 18.4615C15.7873 20.4923 17.4488 22.1538 19.4796 22.1538C21.5104 22.1538 23.1719 20.4923 23.1719 18.4615C23.1719 16.4308 21.5104 14.7692 19.4796 14.7692ZM22.2488 19.2C22.2488 19.2923 22.1565 19.3846 22.0181 19.3846H16.9411C16.8027 19.3846 16.7104 19.2923 16.7104 19.2V17.7231C16.7104 17.6308 16.8027 17.5385 16.9411 17.5385H22.0181C22.1565 17.5385 22.2488 17.6308 22.2488 17.7231V19.2Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-undelete\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.6154 9.23076H5.30769C4.93846 9.23076 4.61538 9.55383 4.61538 9.92307V20.7692C4.61538 22.0615 5.63077 23.0769 6.92308 23.0769H18C19.2923 23.0769 20.3077 22.0615 20.3077 20.7692V9.92307C20.3077 9.55383 19.9846 9.23076 19.6154 9.23076ZM12.4615 21.2308V19.3846C13.9846 19.3846 15.2308 18.1385 15.2308 16.6154C15.2308 15.0923 13.9846 13.8461 12.4615 13.8461C11.7231 13.8461 11.0308 14.1692 10.5231 14.6769L11.6308 15.7846C11.7692 15.9231 11.6769 16.2 11.4462 16.2H8.07692C7.93846 16.2 7.84615 16.1077 7.84615 15.9692V12.6C7.84615 12.4154 8.07692 12.2769 8.26154 12.4154L9.23077 13.3846C10.1077 12.5538 11.2615 12.0461 12.5077 12.0461C15.0462 12.0461 17.1231 14.1231 17.1231 16.6615C17.1231 19.2 15 21.2308 12.4615 21.2308ZM21.4615 4.61537H15.6923V2.76922C15.6923 1.75383 14.8615 0.923065 13.8462 0.923065H11.0769C10.0615 0.923065 9.23077 1.75383 9.23077 2.76922V4.61537H3.46154C3.09231 4.61537 2.76923 4.93845 2.76923 5.30768V6.6923C2.76923 7.06153 3.09231 7.3846 3.46154 7.3846H21.4615C21.8308 7.3846 22.1538 7.06153 22.1538 6.6923V5.30768C22.1538 4.93845 21.8308 4.61537 21.4615 4.61537ZM13.8462 4.61537H11.0769V3.23076C11.0769 2.95383 11.2615 2.76922 11.5385 2.76922H13.3846C13.6615 2.76922 13.8462 2.95383 13.8462 3.23076V4.61537Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-upload\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.3846 14.3308H21C20.6308 14.3308 20.3077 14.7 20.3077 15.0231V19.6385C20.3077 20.0077 19.9846 20.3308 19.6154 20.3308H4.3846C4.01537 20.3308 3.6923 20.0077 3.6923 19.6385V15.0231C3.6923 14.7 3.36922 14.3308 2.99999 14.3308H1.61537C1.24614 14.3308 0.923065 14.7 0.923065 15.0231V21.2538C0.923065 22.2692 1.75383 23.1 2.76922 23.1H21.2308C22.2461 23.1 23.0769 22.2692 23.0769 21.2538V15.0231C23.0769 14.7 22.7538 14.3308 22.3846 14.3308ZM12.4615 1.13076C12.1846 0.853834 11.7692 0.853834 11.4923 1.13076L5.26153 7.36153C4.9846 7.63845 4.9846 8.05383 5.26153 8.33076L6.23076 9.29999C6.50768 9.57691 6.92306 9.57691 7.19999 9.29999L9.7846 6.71537C10.0615 6.43845 10.6154 6.62306 10.6154 7.03845V16.8231C10.6154 17.1923 10.8923 17.5154 11.2615 17.5154H12.6461C13.0154 17.5154 13.3846 17.1461 13.3846 16.8231V7.0846C13.3846 6.66922 13.8461 6.4846 14.1692 6.76153L16.7538 9.34614C17.0308 9.62306 17.4461 9.62306 17.7231 9.34614L18.6923 8.37691C18.9692 8.09999 18.9692 7.6846 18.6923 7.40768L12.4615 1.13076Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-logout1\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.69231 22.3846V21C9.69231 20.6308 9.36923 20.3077 9 20.3077H4.38462C4.01539 20.3077 3.69231 19.9846 3.69231 19.6154V4.38462C3.69231 4.01538 4.01539 3.69231 4.38462 3.69231H9C9.36923 3.69231 9.69231 3.36923 9.69231 3V1.61538C9.69231 1.24615 9.36923 0.923077 9 0.923077H2.76923C1.75385 0.923077 0.92308 1.75385 0.92308 2.76923V21.2308C0.92308 22.2462 1.75385 23.0769 2.76923 23.0769H9C9.36923 23.0769 9.69231 22.7538 9.69231 22.3846ZM22.8923 12.4615C23.1692 12.1846 23.1692 11.7692 22.8923 11.4923L16.6615 5.26154C16.3846 4.98461 15.9692 4.98461 15.6923 5.26154L14.7231 6.23077C14.4462 6.50769 14.4462 6.92308 14.7231 7.2L17.3077 9.78461C17.5846 10.0615 17.4 10.5692 16.9846 10.5692H7.15385C6.78462 10.5692 6.46154 10.8462 6.46154 11.2154V12.6C6.46154 12.9692 6.78462 13.3385 7.15385 13.3385H16.9385C17.3538 13.3385 17.5385 13.8462 17.2615 14.1231L14.6769 16.7077C14.4 16.9846 14.4 17.4 14.6769 17.6769L15.6462 18.6462C15.9231 18.9231 16.3385 18.9231 16.6154 18.6462L22.8923 12.4615Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-new-window\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.4769 0.923077H13.6615C13.2923 0.923077 12.9231 1.15385 12.9231 1.52308V2.90769C12.9231 3.27692 13.2462 3.69231 13.6615 3.69231H17.3077C17.7231 3.69231 17.9538 4.15385 17.6308 4.43077L9.78462 12.2769C9.5077 12.5538 9.5077 12.9692 9.78462 13.2462L10.7538 14.2154C11.0308 14.4923 11.4462 14.4923 11.7231 14.2154L19.5692 6.36923C19.8462 6.09231 20.3077 6.27692 20.3077 6.69231V10.3385C20.3077 10.7077 20.6769 11.1231 21.0462 11.1231H22.3846C22.7538 11.1231 23.0769 10.7077 23.0769 10.3385V1.56923C23.0769 1.15385 22.8462 0.923077 22.4769 0.923077V0.923077ZM16.7538 11.7692L15.1846 13.3846C14.9077 13.6615 14.7692 13.9846 14.7692 14.3538V19.6154C14.7692 19.9846 14.4462 20.3077 14.0769 20.3077H4.38462C4.01539 20.3077 3.69231 19.9846 3.69231 19.6154V9.92308C3.69231 9.55385 4.01539 9.23077 4.38462 9.23077H9.69231C10.0615 9.23077 10.4308 9.09231 10.6615 8.81538L12.2308 7.24615C12.5077 6.96923 12.3231 6.46154 11.9077 6.46154H2.76923C1.75385 6.46154 0.92308 7.29231 0.92308 8.30769V21.2308C0.92308 22.2462 1.75385 23.0769 2.76923 23.0769H15.6923C16.7077 23.0769 17.5385 22.2462 17.5385 21.2308V12.0923C17.5385 11.6769 17.0308 11.4923 16.7538 11.7692Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-download-pdf\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M23.9997 29.3338H7.99967C6.52691 29.3338 5.33301 28.1399 5.33301 26.6672V5.33384C5.33301 3.86108 6.52691 2.66718 7.99967 2.66718H17.333C17.345 2.66563 17.3571 2.66563 17.369 2.66718H17.377C17.3896 2.67112 17.4026 2.6738 17.4157 2.67518C17.5333 2.68272 17.6493 2.70558 17.761 2.74318H17.781H17.801H17.817C17.8416 2.76041 17.8648 2.77958 17.8863 2.80051C18.0316 2.86508 18.164 2.95542 18.277 3.06718L26.277 11.0672C26.3888 11.1802 26.4791 11.3126 26.5437 11.4578C26.5557 11.4872 26.565 11.5152 26.5743 11.5458L26.5877 11.5832C26.6249 11.6944 26.6469 11.8101 26.653 11.9272C26.6542 11.9405 26.6573 11.9535 26.6623 11.9658V11.9738C26.6645 11.9826 26.6659 11.9915 26.6663 12.0005V26.6672C26.6663 27.3744 26.3854 28.0527 25.8853 28.5528C25.3852 29.0529 24.7069 29.3338 23.9997 29.3338ZM19.2317 18.6672V25.3338H20.485V22.6138H22.4317V21.4965H20.485V19.7885H22.6663V18.6672H19.2317ZM14.2983 18.6672V25.3338H15.9063C16.5809 25.367 17.2341 25.0924 17.6823 24.5872C18.1422 24.0004 18.3726 23.2662 18.3303 22.5218V21.4418C18.3612 20.7054 18.1244 19.9826 17.6637 19.4072C17.2299 18.9134 16.5965 18.6415 15.9397 18.6672H14.2983ZM9.33301 18.6672V25.3338H10.5863V22.9885H11.421C11.9784 23.0194 12.5228 22.813 12.9197 22.4205C13.2984 21.9971 13.4949 21.4413 13.4663 20.8738C13.4911 20.2928 13.2948 19.724 12.917 19.2818C12.5433 18.8674 12.0038 18.6419 11.4463 18.6672H9.33301ZM17.333 5.33384V12.0005H23.9997L17.333 5.33384ZM15.9277 24.2165H15.5517V19.7885H16.0077C16.3315 19.7694 16.6428 19.9161 16.8343 20.1778C17.0298 20.5822 17.1136 21.0315 17.077 21.4792V22.6378C17.1063 23.0642 17.0138 23.4901 16.8103 23.8658C16.5918 24.1209 16.2617 24.2521 15.9277 24.2165ZM11.4463 21.8672H10.585V19.7885H11.4583C11.6764 19.7909 11.8778 19.9052 11.9917 20.0912C12.136 20.3293 12.2056 20.6051 12.1917 20.8832C12.2084 21.1425 12.1395 21.4001 11.9957 21.6165C11.8631 21.783 11.659 21.8761 11.4463 21.8672Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"actions-open-document\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M15 18.3327H4.99998C4.0795 18.3327 3.33331 17.5865 3.33331 16.666V3.33268C3.33331 2.41221 4.0795 1.66602 4.99998 1.66602H10.8333C10.8424 1.66641 10.8514 1.66809 10.86 1.67102C10.8681 1.67353 10.8765 1.67521 10.885 1.67602C10.9585 1.68073 11.031 1.69501 11.1008 1.71852L11.1241 1.72602C11.143 1.73242 11.1614 1.74022 11.1791 1.74935C11.2699 1.7897 11.3527 1.84617 11.4233 1.91602L16.4233 6.91602C16.4932 6.98667 16.5496 7.0694 16.59 7.16018C16.5983 7.17852 16.6041 7.19768 16.6108 7.21685L16.6183 7.23852C16.6416 7.30801 16.6553 7.38033 16.6591 7.45352C16.6604 7.46117 16.6624 7.4687 16.665 7.47602C16.6665 7.4837 16.667 7.49153 16.6668 7.49935V16.666C16.6668 17.5865 15.9205 18.3327 15 18.3327ZM4.99998 3.33268V16.666H15V8.33268H10.8333C10.3731 8.33268 9.99998 7.95959 9.99998 7.49935V3.33268H4.99998ZM11.6666 4.51102V6.66602H13.8216L11.6666 4.51102Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n  </defs>\n</svg>\n"}]}],"members":{}},"GasIconArrowsComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":2,"character":1},"arguments":[{"selector":"gas-icon-arrows","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":5,"character":19},"member":"OnPush"},"template":"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n  <defs>\n    <symbol id=\"arrows-chevron-up\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M2.1875 17.575L12.4375 7.225C12.7375 6.925 13.2375 6.925 13.5375 7.225L23.7875 17.575C24.0875 17.875 24.0875 18.375 23.7875 18.675L22.6875 19.775C22.3875 20.075 21.8875 20.075 21.5875 19.775L13.5375 11.575C13.2375 11.275 12.7375 11.275 12.4375 11.575L4.3875 19.725C4.0875 20.025 3.5875 20.025 3.2875 19.725L2.1875 18.625C1.9375 18.325 1.9375 17.875 2.1875 17.575Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"arrows-chevron-down\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M23.825 9.425L13.575 19.775C13.275 20.075 12.775 20.075 12.475 19.775L2.225 9.425C1.925 9.125 1.925 8.625 2.225 8.325L3.325 7.225C3.625 6.925 4.125 6.925 4.425 7.225L12.475 15.375C12.775 15.675 13.275 15.675 13.575 15.375L21.625 7.275C21.925 6.975 22.425 6.975 22.725 7.275L23.825 8.375C24.075 8.675 24.075 9.125 23.825 9.425Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"arrows-chevron-right\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M5.79999 1.34616L12.1692 7.65385C12.3538 7.83847 12.3538 8.14616 12.1692 8.33077L5.79999 14.6385C5.61537 14.8231 5.30768 14.8231 5.12306 14.6385L4.44614 13.9615C4.26152 13.7769 4.26152 13.4692 4.44614 13.2846L9.46152 8.33077C9.64614 8.14616 9.64614 7.83847 9.46152 7.65385L4.47691 2.7C4.29229 2.51539 4.29229 2.2077 4.47691 2.02308L5.15383 1.34616C5.33845 1.19231 5.61537 1.19231 5.79999 1.34616Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n\n    <symbol id=\"arrows-up\" viewBox=\"0 0 30 36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path\n        d=\"M15.9607 1.34399C15.3847 0.767987 14.5207 0.767987 13.9447 1.34399L0.984734 14.304C0.408734 14.88 0.408734 15.744 0.984734 16.32L3.00073 18.336C3.57673 18.912 4.44073 18.912 5.01673 18.336L10.3927 12.96C10.9687 12.384 12.1207 12.768 12.1207 13.632V33.984C12.1207 34.752 12.6967 35.424 13.4647 35.424H16.3447C17.1127 35.424 17.8807 34.656 17.8807 33.984V13.728C17.8807 12.864 18.8407 12.48 19.5127 13.056L24.8887 18.432C25.4647 19.008 26.3287 19.008 26.9047 18.432L28.9207 16.416C29.4967 15.84 29.4967 14.976 28.9207 14.4L15.9607 1.34399Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"arrows-down\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.89231 14.7692C4.52308 15.1385 4.52308 15.6462 4.89231 16.0154L11.8154 22.8C12.1846 23.1692 12.7385 23.1692 13.1077 22.8L20.0769 16.0154C20.4462 15.6462 20.4462 15.1385 20.0769 14.7692L18.7846 13.5231C18.4154 13.1539 17.8615 13.1539 17.4923 13.5231L15.3231 15.6462C14.9538 16.0154 14.3077 15.7846 14.3077 15.2308V2.76924C14.3077 2.3077 13.8923 1.84616 13.3846 1.84616H11.5385C11.0308 1.84616 10.6154 2.35385 10.6154 2.76924V15.2308C10.6154 15.7846 9.96923 16.0154 9.6 15.6462L7.43077 13.5231C7.06154 13.1539 6.50769 13.1539 6.13846 13.5231L4.89231 14.7692Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"arrows-left\" viewBox=\"0 0 11 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M8.55772 17.3269L0.55772 9.44231C0.326951 9.21154 0.326951 8.82693 0.55772 8.59616L8.55772 0.711544C8.78849 0.480775 9.1731 0.480775 9.40387 0.711544L10.25 1.5577C10.4808 1.78847 10.4808 2.17308 10.25 2.40385L3.90387 8.59616C3.6731 8.82693 3.6731 9.21154 3.90387 9.44231L10.1731 15.6346C10.4039 15.8654 10.4039 16.25 10.1731 16.4808L9.32695 17.3269C9.13464 17.5192 8.78849 17.5192 8.55772 17.3269Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"arrows-right\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill=\"currentColor\"\n        d=\"M7.24991 1.68268L15.2114 9.5673C15.4422 9.79807 15.4422 10.1827 15.2114 10.4135L7.24991 18.2981C7.01914 18.5288 6.63452 18.5288 6.40375 18.2981L5.5576 17.4519C5.32683 17.2211 5.32683 16.8365 5.5576 16.6058L11.8268 10.4135C12.0576 10.1827 12.0576 9.79807 11.8268 9.5673L5.59606 3.37499C5.36529 3.14422 5.36529 2.75961 5.59606 2.52884L6.44221 1.68268C6.67298 1.49038 7.01914 1.49038 7.24991 1.68268Z\" />\n    </symbol>\n\n    <symbol id=\"arrows-small-right\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M4.30768 13.7377V2.84538C4.30768 2.53768 4.70768 2.3223 4.9846 2.56845L11.5077 7.89153C11.7538 8.07615 11.7538 8.47615 11.5077 8.66076L4.9846 14.0454C4.70768 14.2608 4.30768 14.0761 4.30768 13.7377Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"arrows-small-left\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M11.6923 2.86175V13.7541C11.6923 14.0617 11.2923 14.2771 11.0154 14.031L4.49229 8.7079C4.24614 8.52329 4.24614 8.12329 4.49229 7.93867L11.0154 2.55405C11.2923 2.33867 11.6923 2.52328 11.6923 2.86175Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"arrows-small-up\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M10.3033 8.76917H2.13403C1.90326 8.76917 1.74172 8.46917 1.92634 8.26148L5.91865 3.36917C6.05711 3.18456 6.35711 3.18456 6.49557 3.36917L10.534 8.26148C10.6956 8.46917 10.5571 8.76917 10.3033 8.76917Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"arrows-small-down\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M2.1309 3.23071H9.88076C10.0997 3.23071 10.2529 3.53071 10.0778 3.73841L6.29043 8.63071C6.15908 8.81533 5.87448 8.81533 5.74312 8.63071L1.91198 3.73841C1.75873 3.53071 1.89009 3.23071 2.1309 3.23071Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"arrows-micro-down\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M12 15.2993L18.01 9.28927L16.597 7.87427L12 12.4743L7.40399 7.87427L5.98999 9.28827L12 15.2993Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"arrows-more\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path\n        d=\"M12 21.9001L7.05505 16.9441L8.46305 15.5351L12 19.0701L15.535 15.5351L16.95 16.9491L12 21.9001ZM8.46305 8.4651L7.05005 7.0501L12 2.1001L16.944 7.0551L15.536 8.4631L12 4.9291L8.46405 8.4641L8.46305 8.4651Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"arrows-apex\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.3769 18.4673H9.91541C9.54618 18.4673 9.2231 18.7904 9.2231 19.1596V20.5442C9.2231 20.9135 9.54618 21.2365 9.91541 21.2365H22.3769C22.7462 21.2365 23.0693 20.9135 23.0693 20.5442V19.1596C23.0693 18.7904 22.7462 18.4673 22.3769 18.4673ZM11.7154 10.0673L2.76157 2.91346C2.48464 2.68269 2.06926 2.72884 1.83849 3.05192L1.05387 4.15961C0.823105 4.48269 0.915412 4.89807 1.19234 5.12884L7.56157 10.2058C7.79234 10.3904 7.79234 10.7596 7.56157 10.9442L1.19234 16.0211C0.915412 16.2519 0.823105 16.7135 1.05387 16.9904L1.83849 18.1904C2.06926 18.5135 2.48464 18.5596 2.76157 18.3288L11.7154 11.175C12.0846 10.8981 12.0846 10.3442 11.7154 10.0673Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"arrows-breadcrumbs\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.15384 19.4308C3.87692 19.4308 3.69231 19.2462 3.69231 18.9692V5.07693C3.69231 4.8 3.87692 4.61539 4.15384 4.61539H7.89231C8.07692 4.61539 8.30769 4.70769 8.44615 4.84616L13.8 11.5846C13.9846 11.8154 13.9846 12.1846 13.8 12.4615L8.4 19.2C8.26154 19.3846 8.03077 19.4769 7.8 19.4769L4.15384 19.4308ZM20.7231 11.5846L15.3231 4.89231C15.0923 4.61539 14.6769 4.52308 14.3538 4.8L13.2923 5.67693C12.9692 5.90769 12.9231 6.36923 13.2 6.64616L17.5846 12.0462L13.2 17.4923C12.9692 17.7692 13.0154 18.2308 13.2923 18.4615L14.3538 19.3385C14.6769 19.5692 15.0462 19.5231 15.3231 19.2462L20.7231 12.5077C20.9077 12.1385 20.9077 11.8154 20.7231 11.5846Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"arrows-capslock\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.0581 9.74999L12.4889 1.16537C12.212 0.842296 11.6581 0.842296 11.3812 1.16537L3.81195 9.74999C3.53503 10.0731 3.7658 10.6269 4.22734 10.6269H7.78118V16.3961C7.78118 16.7654 8.10426 17.0885 8.47349 17.0885H15.3966C15.7658 17.0885 16.0889 16.7654 16.0889 16.3961V10.6269H19.6427C20.1043 10.6269 20.335 10.0731 20.0581 9.74999ZM15.3966 19.8577H8.47349C8.10426 19.8577 7.78118 20.1808 7.78118 20.55V22.3961C7.78118 22.7654 8.10426 23.0884 8.47349 23.0884H15.3966C15.7658 23.0884 16.0889 22.7654 16.0889 22.3961V20.55C16.0889 20.1808 15.7658 19.8577 15.3966 19.8577Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"arrows-contract\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.65 11.0654H20.7577C21.2192 11.0654 21.3577 10.5577 20.9885 10.1885L18.7269 7.88076L22.8808 3.68076C23.1115 3.44999 23.1115 3.0346 22.8808 2.80384L21.1731 1.09614C20.9423 0.911528 20.5731 0.911528 20.2962 1.1423L16.1423 5.29614L13.7885 3.0346C13.4192 2.66537 12.9115 2.80384 12.9115 3.26537V10.3731C12.9115 10.6961 13.3269 11.0654 13.65 11.0654ZM10.3269 12.9115H3.21923C2.7577 12.9115 2.61923 13.4192 2.98847 13.7885L5.25 16.0961L1.09616 20.2961C0.865388 20.5269 0.865388 20.9423 1.09616 21.1731L2.80385 22.8808C3.03462 23.1115 3.40385 23.1115 3.68077 22.8808L7.88077 18.6808L10.2346 20.9423C10.5577 21.3577 11.0654 21.2192 11.0654 20.7577V13.6961C11.0654 13.3731 10.65 12.9115 10.3269 12.9115ZM12.9115 13.65V20.7577C12.9115 21.2192 13.4192 21.3577 13.7885 20.9885L16.0962 18.7269L20.2962 22.8808C20.5269 23.1115 20.9423 23.1115 21.1731 22.8808L22.8808 21.1731C23.0654 20.9423 23.0654 20.5731 22.8346 20.2961L18.6808 16.1423L20.9423 13.7885C21.3115 13.4192 21.1731 12.9115 20.7115 12.9115H13.6038C13.2808 12.9115 12.9115 13.3269 12.9115 13.65ZM11.0654 10.3269V3.21922C11.0654 2.75768 10.5577 2.61922 10.1885 2.98845L7.88077 5.24999L3.68077 1.09614C3.45 0.865373 3.03462 0.865373 2.80385 1.09614L1.09616 2.80383C0.865388 3.0346 0.865388 3.40383 1.09616 3.68076L5.29616 7.88076L3.03462 10.2346C2.61923 10.5577 2.7577 11.0654 3.21923 11.0654H10.2808C10.6038 11.0654 11.0654 10.65 11.0654 10.3269Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"arrows-contract-alt\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.65 11.0255H20.7577C21.2192 11.0255 21.3577 10.5178 20.9885 10.1485L18.7269 7.84086L22.8808 3.64085C23.1115 3.41009 23.1115 2.9947 22.8808 2.76393L21.1731 1.05624C20.9423 0.871624 20.5731 0.871624 20.2962 1.10239L16.1423 5.25624L13.7885 2.9947C13.4192 2.62547 12.9115 2.76393 12.9115 3.22547V10.3332C12.9115 10.6562 13.3269 11.0255 13.65 11.0255ZM10.3269 12.9178H3.21923C2.7577 12.9178 2.61923 13.4255 2.98847 13.7947L5.25 16.1024L1.09616 20.3024C0.865388 20.5332 0.865388 20.9485 1.09616 21.1793L2.80385 22.887C3.03462 23.1178 3.40385 23.1178 3.68077 22.887L7.88077 18.687L10.2346 20.9485C10.5577 21.3639 11.0654 21.2255 11.0654 20.7639V13.7024C11.0654 13.3793 10.65 12.9178 10.3269 12.9178Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"arrows-enter\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M19.9754 13.7725C19.9754 13.7725 20.0197 14.4815 19.3108 14.4815H7.21483C6.81606 14.4815 6.63882 13.9498 6.90467 13.6839L9.3859 11.2027C9.65175 10.9368 9.65175 10.5381 9.3859 10.2722L8.45544 9.34176C8.18959 9.07591 7.79083 9.07591 7.52498 9.34176L1.54344 15.3233C1.27759 15.5891 1.27759 15.9879 1.54344 16.2538L7.56929 22.2353C7.83513 22.5011 8.2339 22.5011 8.49975 22.2353L9.43021 21.3048C9.69606 21.039 9.69606 20.6402 9.43021 20.3744L6.94898 17.8931C6.68313 17.583 6.86036 17.1399 7.25913 17.1399H21.9693C22.2794 17.1399 22.6339 16.7854 22.6339 16.431V1.80945C22.6339 1.4993 22.3237 1.14484 21.9693 1.14484H20.6401C20.2856 1.14484 19.9754 1.4993 19.9754 1.80945V13.7725Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"arrows-expand\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.5231 0.92308H15.3692C14.9077 0.92308 14.7692 1.33847 15.1385 1.7077L17.4 3.96923L13.2462 8.12308C13.0154 8.35385 13.0154 8.72308 13.2462 9L14.9538 10.7077C15.1846 10.9385 15.5538 10.9385 15.8308 10.7077L20.0308 6.5077L22.2923 8.76923C22.6615 9.13847 23.0769 9 23.0769 8.53847V1.43077C23.0769 1.15385 22.8 0.92308 22.5231 0.92308ZM1.61539 23.0769H8.72308C9.18462 23.0769 9.32308 22.5692 8.95385 22.2L6.69231 19.8923L10.8462 15.6923C11.0769 15.4615 11.0769 15.0462 10.8462 14.8154L9.13846 13.1077C8.9077 12.8769 8.53847 12.8769 8.26154 13.1077L4.1077 17.2615L1.8 15C1.38462 14.6308 0.92308 14.7692 0.92308 15.2308V22.3385C0.92308 22.6615 1.29231 23.0769 1.61539 23.0769ZM23.0769 22.5231V15.3692C23.0769 14.9077 22.6615 14.7692 22.2923 15.1385L20.0308 17.4L15.8769 13.2462C15.6462 13.0154 15.2769 13.0154 15 13.2462L13.2923 14.9538C13.0615 15.1846 13.0615 15.5538 13.2923 15.8308L17.4923 20.0308L15.2308 22.2923C14.8615 22.6615 15 23.0769 15.4615 23.0769H22.5692C22.8462 23.0769 23.0769 22.8 23.0769 22.5231ZM0.92308 1.61539V8.72308C0.92308 9.18462 1.43077 9.32308 1.8 8.95385L4.1077 6.69231L8.3077 10.8462C8.53847 11.0769 8.95385 11.0769 9.18462 10.8462L10.8923 9.13846C11.1231 8.9077 11.1231 8.53847 10.8923 8.26154L6.73847 4.1077L9 1.8C9.36923 1.38462 9.23077 0.92308 8.76923 0.92308H1.66154C1.33847 0.92308 0.92308 1.29231 0.92308 1.61539Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"arrows-expand-alt\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.5231 0.92308H15.3692C14.9077 0.92308 14.7692 1.33847 15.1385 1.7077L17.4 3.96923L13.2462 8.12308C13.0154 8.35385 13.0154 8.72308 13.2462 9L14.9538 10.7077C15.1846 10.9385 15.5539 10.9385 15.8308 10.7077L20.0308 6.5077L22.2923 8.76923C22.6615 9.13847 23.0769 9 23.0769 8.53847V1.43077C23.0769 1.15385 22.8 0.92308 22.5231 0.92308ZM1.61539 23.0769H8.72308C9.18462 23.0769 9.32308 22.5692 8.95385 22.2L6.69231 19.8923L10.8462 15.6923C11.0769 15.4615 11.0769 15.0462 10.8462 14.8154L9.13846 13.1077C8.9077 12.8769 8.53847 12.8769 8.26154 13.1077L4.1077 17.2615L1.8 15C1.38462 14.6308 0.92308 14.7692 0.92308 15.2308V22.3385C0.92308 22.6615 1.29231 23.0769 1.61539 23.0769Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"arrows-forward-up\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.78462 22.8923L18.3231 8.35384C18.7385 7.93845 19.3846 8.26153 19.3846 8.76922V17.1692C19.3846 17.6769 19.8 18.0923 20.3077 18.0923H22.2462C22.7539 18.0923 23.1692 17.6769 23.1692 17.1692L23.0769 1.8923C23.0769 1.38461 22.6615 0.969223 22.1539 0.969223H6.83077C6.32308 0.969223 5.9077 1.38461 5.9077 1.8923V3.73845C5.9077 4.24615 6.32308 4.66153 6.83077 4.66153H15.2308C15.7846 4.70768 16.1077 5.35384 15.6923 5.76922L1.2 20.2615C0.830774 20.6308 0.78462 21.1846 1.15385 21.5077L2.44616 22.8C2.81539 23.1692 3.41539 23.2615 3.78462 22.8923Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"arrows-high-velocity-sales\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M11.1906 12.4267C11.3184 12.4693 11.574 12.5119 11.574 12.938V21.5865C11.574 22.2256 11.0201 22.2256 11.0201 22.2256H9.65683C9.14559 22.2256 9.06038 21.8421 9.01778 21.6717V17.3261C9.01778 16.7297 8.63435 17.0279 8.50654 17.1557L4.07577 21.5865C3.60713 22.0551 3.2663 21.7995 3.1811 21.7143L2.20121 20.7344C1.77518 20.3084 2.28642 19.8398 2.28642 19.8398L6.54678 15.4942L6.61957 15.4158C6.95645 15.0207 6.49415 14.983 6.33376 14.983H2.24382C2.0734 14.983 1.73257 14.8551 1.73257 14.3013L1.73276 13.0576C1.73541 12.9834 1.77518 12.4267 2.37163 12.4267H11.1906ZM16.516 7.10129C16.6438 7.10129 16.942 7.1865 16.8994 7.61253V16.2611C16.8994 16.9001 16.3456 16.9001 16.3456 16.9001H14.9823C14.471 16.9001 14.3858 16.5167 14.3432 16.3463V10.5522C14.3432 9.87052 13.9598 9.70011 13.7042 9.65751H7.56926C7.39885 9.65751 7.05802 9.52969 7.05802 8.97585L7.05821 7.7322C7.06086 7.65798 7.10062 7.10129 7.69707 7.10129H16.516ZM21.8414 1.77585C21.9693 1.77585 22.2249 1.86106 22.2249 2.28709V10.9356C22.2249 11.5747 21.671 11.5747 21.671 11.5747H20.3077C19.7965 11.5747 19.7113 11.1912 19.6687 11.0208V5.22674C19.6687 4.54508 19.2852 4.37466 19.0296 4.33206H12.8947C12.7243 4.33206 12.3835 4.20425 12.3835 3.6504V2.4149C12.3835 2.4149 12.3835 1.77585 13.0225 1.77585H21.8414Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"arrows-level-down\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.69231 5.49231C3.69231 5.16923 3.36923 4.8 3 4.8H1.61538C1.24615 4.8 0.923077 5.16923 0.923077 5.49231V12.9692C0.923077 13.3385 1.29231 13.7077 1.61538 13.7077H16.9385C17.3538 13.7077 17.5385 14.1692 17.2615 14.4923L14.6769 17.0769C14.4 17.3538 14.4 17.7692 14.6769 18.0462L15.6462 19.0154C15.9231 19.2923 16.3385 19.2923 16.6154 19.0154L22.8923 12.7846C23.1692 12.5077 23.1692 12.0923 22.8923 11.8154L16.6615 5.58462C16.3846 5.3077 15.9692 5.3077 15.6923 5.58462L14.7231 6.55385C14.4462 6.83077 14.4462 7.24616 14.7231 7.52308L17.3077 10.1077C17.5846 10.3846 17.4 10.9385 16.9846 10.9385H4.38461C3.64615 10.9385 3.69231 10.2 3.69231 10.2V5.49231Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"arrows-level-up\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.38462 20.3308C4.06154 20.3308 3.69231 20.6538 3.69231 21.0231V22.4077C3.69231 22.7769 4.06154 23.1 4.38462 23.1H15.4154C15.7846 23.1 16.1538 22.7308 16.1538 22.4077V7.08462C16.1538 6.66923 16.6154 6.48462 16.9385 6.76154L19.5231 9.34616C19.8 9.62308 20.2154 9.62308 20.4923 9.34616L21.4615 8.37693C21.7385 8.1 21.7385 7.68462 21.4615 7.4077L15.2308 1.13077C14.9538 0.85385 14.5385 0.85385 14.2615 1.13077L8.03077 7.36154C7.75385 7.63846 7.75385 8.05385 8.03077 8.33077L9 9.3C9.27692 9.57693 9.69231 9.57693 9.96923 9.3L12.5538 6.71539C12.8308 6.43846 13.3846 6.62308 13.3846 7.03846V19.6385C13.3846 20.3769 12.6462 20.3308 12.6462 20.3308H4.38462Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"arrows-loop\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.7846 15.0462C21.7846 15.0923 21.7846 15.0923 21.7385 15.1385C21.6 15.5538 21.5077 15.9692 21.3231 16.3385C21.1385 16.7538 20.9538 17.2154 20.7231 17.5846C20.2615 18.4154 19.7077 19.1538 19.0615 19.8C18.4154 20.4462 17.6769 21.0462 16.8923 21.5077C16.1077 21.9692 15.2308 22.3846 14.3077 22.6154C13.3846 22.8923 12.4154 22.9846 11.4462 22.9846C5.67692 23.0769 0.923077 18.3231 0.923077 12.5077C0.923077 6.69231 5.67692 1.93846 11.4923 1.93846C13.4769 1.93846 15.3231 2.49231 16.8923 3.41538C17.6769 3.87692 18.3692 4.43077 18.9692 5.03077C19.1538 5.16923 19.2923 5.30769 19.4308 5.49231C19.8 5.76923 20.0308 5.58462 20.0308 5.12308V1.66154C20.0308 1.29231 20.4 0.923077 20.7692 0.923077H22.2462C22.6615 0.923077 22.9846 1.29231 23.0308 1.66154V10.7077C23.0308 11.0769 22.7538 11.3538 22.3846 11.3538H13.3385C12.9231 11.3538 12.6462 11.0769 12.6462 10.6615V9.13846C12.6462 8.72308 13.0154 8.4 13.3846 8.4H16.8462C17.1231 8.4 17.4 8.30769 17.4923 8.16923C16.1538 6.32308 13.9846 5.12308 11.4923 5.12308C7.38461 5.12308 4.10769 8.44615 4.10769 12.5077C4.10769 16.5692 7.43077 19.8923 11.4923 19.8923C14.7231 19.8923 17.4462 17.8615 18.4615 15C18.4615 15 18.6 14.3538 19.1077 14.3538H21.2308C21.5538 14.3538 21.8308 14.5846 21.8308 14.9077C21.7846 14.9538 21.7846 15 21.7846 15.0462Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"arrows-macros\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4 18.3692C17.3077 18.5538 17.1231 18.6 16.9385 18.6H14.7692C14.5846 18.6 14.4462 18.4615 14.4462 18.2769C14.4462 18.2308 14.4923 18.1385 14.4923 18.0923L14.5385 18.0462L14.6308 17.9538L19.3846 12.1846C19.5231 12 19.5692 11.7231 19.4769 11.5385C19.4769 11.4923 19.4308 11.4462 19.4308 11.4462L14.4923 5.58462C14.4462 5.53846 14.4462 5.44615 14.4462 5.4C14.4462 5.21538 14.6308 5.07692 14.7692 5.07692H16.9385C17.1231 5.07692 17.3077 5.12308 17.4 5.30769L22.5231 11.4923C22.6154 11.5846 22.6154 11.7231 22.6154 11.8154C22.6154 11.9538 22.5692 12.0923 22.5231 12.1846L17.4 18.3692ZM12.0462 18.3692C11.9538 18.5538 11.7692 18.6 11.5846 18.6H9.41538C9.23077 18.6 9.09231 18.4615 9.09231 18.2769C9.09231 18.2308 9.13846 18.1385 9.13846 18.0923L9.18462 18.0462L9.27692 17.9538L14.0308 12.1846C14.1692 12 14.2154 11.7231 14.1231 11.5385C14.1231 11.4923 14.0769 11.4462 14.0769 11.4462L9.13846 5.58462C9.09231 5.53846 9.09231 5.44615 9.09231 5.4C9.09231 5.21538 9.27692 5.07692 9.41538 5.07692H11.5846C11.7692 5.07692 11.9538 5.12308 12.0462 5.30769L17.1692 11.4923C17.2615 11.5846 17.2615 11.7231 17.2615 11.8154C17.2615 11.9538 17.2154 12.0923 17.1692 12.1846L12.0462 18.3692ZM6.69231 18.3692C6.6 18.5538 6.41538 18.6 6.23077 18.6H2.16923C1.98461 18.6 1.84615 18.4615 1.84615 18.2769C1.84615 18.2308 1.89231 18.1385 1.89231 18.0923L1.93846 18.0462L2.03077 17.9538L6.78461 12.1846C6.92308 12 6.96923 11.7231 6.87692 11.5385C6.87692 11.4923 6.83077 11.4462 6.83077 11.4462L1.89231 5.58462C1.84615 5.53846 1.84615 5.44615 1.84615 5.4C1.84615 5.21538 2.03077 5.07692 2.16923 5.07692H6.18461C6.36923 5.07692 6.55384 5.12308 6.64615 5.30769L11.7692 11.4923C11.8615 11.5846 11.8615 11.7231 11.8615 11.8154C11.8615 11.9538 11.8154 12.0923 11.7692 12.1846L6.69231 18.3692Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"arrows-merge\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.2219 20.3308C17.6373 19.0846 15.7911 16.8692 14.8681 14.3308C14.4988 13.4077 14.2681 12.3462 14.1757 11.4231V9.80769H19.1604C19.5296 9.80769 19.8065 9.39231 19.5296 8.97692L12.9757 1.13077C12.745 0.853846 12.2373 0.853846 12.0527 1.13077L5.68344 8.97692C5.45267 9.25385 5.68344 9.80769 6.05267 9.80769H11.0834V11.4231C10.945 12.3923 10.7142 13.4538 10.3911 14.3308C9.46806 16.8692 7.6219 19.0846 5.03729 20.3308C4.66805 20.4692 4.52959 20.9308 4.66805 21.2538L5.26805 22.6846C5.45267 23.0538 5.86805 23.1923 6.23729 22.9615C9.00652 21.6231 11.2219 19.5 12.5604 16.9615C13.945 19.5 16.1142 21.6231 18.9296 22.9615C19.2988 23.1462 19.7604 23.1 19.8988 22.6846L20.4988 21.2538C20.7757 20.9308 20.5911 20.5154 20.2219 20.3308Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"arrows-move\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.9039 11.6423L19.0731 7.48846C18.7962 7.21154 18.4269 7.44231 18.4269 7.90385V10.5808H13.8115C13.5346 10.5808 13.35 10.3962 13.35 10.1192V5.50385H16.0731C16.5346 5.50385 16.7654 5.08846 16.4885 4.85769L12.3346 1.02692C12.15 0.888462 11.8731 0.888462 11.6885 1.02692L7.53462 4.85769C7.2577 5.13461 7.48847 5.50385 7.95 5.50385H10.5808V10.1192C10.5808 10.3962 10.3962 10.5808 10.1192 10.5808H5.50385V7.85769C5.50385 7.39615 5.08846 7.16538 4.8577 7.44231L1.02693 11.5962C0.888465 11.7808 0.888465 12.0577 1.02693 12.2423L4.8577 16.3962C5.13462 16.6731 5.50385 16.4423 5.50385 15.9808V13.35H10.1192C10.3962 13.35 10.5808 13.5346 10.5808 13.8115V18.4269H7.8577C7.39616 18.4269 7.16539 18.8423 7.44231 19.0731L11.5962 22.9038C11.7808 23.0423 12.0577 23.0423 12.2423 22.9038L16.3962 19.0731C16.6731 18.7962 16.4423 18.4269 15.9808 18.4269H13.35V13.8115C13.35 13.5346 13.5346 13.35 13.8115 13.35H18.4269V16.0731C18.4269 16.5346 18.8423 16.7654 19.0731 16.4885L22.9039 12.3346C23.0885 12.1038 23.0885 11.8269 22.9039 11.6423Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"arrows-open\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.76923 0.923077H21.2308C22.2462 0.923077 23.0769 1.75385 23.0769 2.76923V19.3846C23.0769 20.4 22.2462 21.2308 21.2308 21.2308H15.6923C15.4154 21.2308 15.2308 21.0462 15.2308 20.7692V18.9231C15.2308 18.6462 15.4154 18.4615 15.6923 18.4615H19.6154C19.9846 18.4615 20.3077 18.1385 20.3077 17.7692V6.23077C20.3077 5.86154 19.9846 5.53846 19.6154 5.53846H4.38462C4.01539 5.53846 3.69231 5.86154 3.69231 6.23077V17.7692C3.69231 18.1385 4.01539 18.4615 4.38462 18.4615H8.3077C8.58462 18.4615 8.76923 18.6462 8.76923 18.9231V20.7692C8.76923 21.0462 8.58462 21.2308 8.3077 21.2308H2.76923C1.75385 21.2308 0.92308 20.4 0.92308 19.3846V2.76923C0.92308 1.75385 1.75385 0.923077 2.76923 0.923077ZM18.2769 15L17.3077 15.9692C17.0308 16.2 16.5692 16.2 16.2923 15.9692L14.1692 13.8C13.8462 13.5231 13.3846 13.7077 13.3846 14.1231V22.3846C13.3846 22.7538 13.0154 23.0769 12.6462 23.0769H11.2615C10.8923 23.0769 10.6154 22.7538 10.6154 22.3846V14.1231C10.6154 13.7077 10.0615 13.5231 9.78462 13.8L7.66154 15.9231C7.38462 16.2 6.96923 16.2 6.69231 15.9231L5.72308 14.9538C5.44616 14.6769 5.44616 14.2615 5.72308 13.9846L11.4923 8.21538C11.7692 7.93846 12.1846 7.93846 12.4615 8.21538L18.2769 14.0308C18.5539 14.3077 18.5539 14.7231 18.2769 15Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"arrows-redo\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.9846 5.93077H17.3077C17.7692 5.93077 17.7692 5.6077 17.4923 5.33077L15.2308 3.06923C14.9539 2.83847 14.9539 2.37693 15.2308 2.1L16.2 1.13077C16.4308 0.85385 16.8923 0.85385 17.1692 1.13077L23.1231 7.08462C23.3539 7.31539 23.3539 7.68462 23.1231 7.91539L17.1231 13.9154C16.8462 14.1462 16.5231 14.1462 16.2462 13.8692L15.2308 12.8539C14.9539 12.5769 14.9077 12.1615 15.1846 11.8846L17.4462 9.62308C17.7692 9.3 17.8615 9.02308 17.4923 8.83846C17.3539 8.79231 16.9846 8.79231 16.9846 8.79231H10.5692C7.29231 8.79231 4.66155 11.4231 4.66155 14.7C4.66155 17.9769 7.29231 20.6077 10.5692 20.6077H14.3077C14.6769 20.6077 14.9539 20.9308 14.9539 21.3V22.7769C14.9539 23.1462 14.7231 23.4231 14.3539 23.4231H10.5692C5.76924 23.4231 1.84616 19.5462 1.84616 14.7C1.84616 9.85385 5.76924 5.97693 10.5692 5.97693L16.9846 5.93077Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"arrows-refresh\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.5093 1.84616H20.1247C19.7554 1.84616 19.4324 2.16924 19.4324 2.53847V5.76924C19.4324 6.18462 19.2016 6.36924 18.8785 6.09231C18.74 5.9077 18.6016 5.76924 18.417 5.63078C16.1093 3.32308 12.8785 2.35385 9.55543 3.00001C8.40158 3.23078 7.29389 3.69231 6.32466 4.33847C3.50928 6.18462 1.89389 9.18462 1.84774 12.4154C1.80158 14.9077 2.77081 17.4 4.52466 19.2C6.37081 21.1385 8.86312 22.2 11.54 22.2C13.8939 22.2 16.1093 21.3692 17.8631 19.8923C18.1862 19.6154 18.1862 19.1539 17.9093 18.8769L16.94 17.9077C16.7093 17.6769 16.2939 17.6308 16.017 17.8615C14.3554 19.2462 12.0939 19.8 9.83235 19.2462C9.23235 19.1077 8.63235 18.8308 8.07851 18.5077C5.44774 16.8923 4.20158 13.8462 4.94004 10.8C5.07851 10.2 5.35543 9.60001 5.67851 9.04616C6.97081 6.78462 9.23235 5.53847 11.6324 5.53847C13.4785 5.53847 15.2324 6.27693 16.5247 7.56924C16.7554 7.75385 16.94 7.98462 17.0785 8.21539C17.217 8.58462 16.8939 8.76924 16.4785 8.76924H13.2477C12.8785 8.76924 12.5554 9.09231 12.5554 9.46155V10.8923C12.5554 11.2615 12.8324 11.5385 13.2016 11.5385H21.6477C21.9708 11.5385 22.2477 11.2615 22.2477 10.9385V2.53847C22.2016 2.16924 21.8785 1.84616 21.5093 1.84616V1.84616Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"arrows-reply\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.7923 8.33076C8.7923 8.33076 8.28461 7.82307 8.56153 7.54615L11.1461 4.96153C11.4231 4.68461 11.4231 4.26923 11.1461 3.9923L10.1769 2.97692C9.89999 2.7 9.48461 2.7 9.20769 2.97692L2.97692 9.20769C2.7 9.48461 2.7 9.89999 2.97692 10.1769L9.20769 16.4077C9.48461 16.6846 9.89999 16.6846 10.1769 16.4077L11.1461 15.4385C11.4231 15.1615 11.4231 14.7461 11.1461 14.4692L8.60769 11.8846C8.33076 11.6077 8.51538 11.1923 8.83846 11.1C13.9615 11.2846 18.1154 15.3923 18.4385 20.6077C18.4385 20.9769 18.7615 21.2538 19.1308 21.2538H20.5154C20.9308 21.2538 21.1615 20.9308 21.1154 20.5154C20.7923 13.8231 15.7154 8.56153 8.7923 8.33076Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"arrows-reply-all\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.7923 8.33076C11.7923 8.33076 11.2846 7.82307 11.5615 7.54615L14.1462 4.96153C14.4231 4.68461 14.4231 4.26923 14.1462 3.9923L13.1769 2.97692C12.9 2.7 12.4846 2.7 12.2077 2.97692L5.97693 9.20769C5.7 9.48461 5.7 9.89999 5.97693 10.1769L12.2077 16.4077C12.4846 16.6846 12.9 16.6846 13.1769 16.4077L14.1462 15.4385C14.4231 15.1615 14.4231 14.7461 14.1462 14.4692L11.6077 11.8846C11.3308 11.6077 11.5154 11.1923 11.8385 11.1C16.9615 11.2846 21.1154 15.3923 21.4385 20.6077C21.4385 20.9769 21.7615 21.2538 22.1308 21.2538H23.5154C23.9308 21.2538 24.1615 20.9308 24.1154 20.5154C23.7923 13.8231 18.7154 8.56153 11.7923 8.33076ZM3.02308 9.3923L8.37693 4.03846C8.65385 3.76153 8.65385 3.34615 8.37693 3.06923L8.33077 2.97692C8.05385 2.7 7.63846 2.7 7.36154 2.97692L1.13077 9.20769C0.85385 9.48461 0.85385 9.89999 1.13077 10.1769L7.36154 16.4077C7.63846 16.6846 8.05385 16.6846 8.33077 16.4077L8.37693 16.3615C8.65385 16.0846 8.65385 15.6692 8.37693 15.3923L3.06923 10.0385C3.06923 10.0385 2.74616 9.76153 3.02308 9.3923Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"arrows-retweet\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.8385 13.2923L22.8692 12.3231C22.5923 12.0462 22.1769 12.0462 21.9 12.3231L20.6538 13.5692C20.3308 13.8923 19.8692 13.6615 19.8692 13.2462V5.53846C19.8692 4.52308 19.0385 3.69231 18.0231 3.69231H11.3308C10.9615 3.69231 10.6385 4.01538 10.6385 4.38461V5.76923C10.6385 6.13846 10.9615 6.46154 11.3308 6.46154H16.4077C16.7769 6.46154 17.1 6.78461 17.1 7.15384V13.2462C17.1 13.6615 16.5923 13.8462 16.2692 13.5692L15.0692 12.3692C14.7923 12.0923 14.3308 12.0923 14.1 12.3692L13.1308 13.3846C12.8538 13.6615 12.8538 14.0769 13.1308 14.3538L17.9769 19.2C18.2538 19.4769 18.6692 19.4769 18.9462 19.2L23.8385 14.3077C24.0692 14.0308 24.0692 13.5692 23.8385 13.2923ZM12.7154 17.5385H7.63846C7.26923 17.5385 6.94615 17.2154 6.94615 16.8462V10.7538C6.94615 10.3385 7.45385 10.1538 7.77692 10.4308L8.97692 11.6308C9.25385 11.9077 9.71538 11.9077 9.94615 11.6308L10.9154 10.6615C11.1923 10.3846 11.1923 9.96923 10.9154 9.69231L6.11538 4.8C5.83846 4.52307 5.42308 4.52307 5.14615 4.8L0.207692 9.69231C-0.0692308 9.96923 -0.0692308 10.3846 0.207692 10.6615L1.17692 11.6308C1.45385 11.9077 1.86923 11.9077 2.14615 11.6308L3.39231 10.3846C3.66923 10.1077 4.17692 10.2923 4.17692 10.7077V18.4615C4.17692 19.4769 5.05385 20.3077 6.06923 20.3077H12.7615C13.1308 20.3077 13.4538 19.9846 13.4538 19.6154V18.2308C13.4077 17.8615 13.0846 17.5385 12.7154 17.5385Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"arrows-rotate\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.3846 0.92308H21C20.6308 0.92308 20.3077 1.24616 20.3077 1.61539V4.84616C20.3077 5.26154 19.8462 5.53847 19.5692 5.21539C17.4 2.81539 14.3077 1.56923 10.9385 1.89231C9.73847 1.98462 8.58462 2.35385 7.52308 2.9077C6.96923 3.18462 6.41539 3.5077 5.95385 3.87693C5.63077 4.1077 5.58462 4.61539 5.86154 4.93847L6.83077 5.9077C7.06154 6.13847 7.43077 6.18462 7.7077 6C8.26154 5.63077 8.86154 5.3077 9.5077 5.03077C9.78462 4.93847 10.1077 4.84616 10.4308 4.75385C13.3385 4.2 16.1077 5.35385 17.6769 7.24616C18.2308 7.89231 17.8154 8.3077 17.3538 8.3077H14.1231C13.7538 8.3077 13.3846 8.63077 13.3846 9V10.3846C13.3846 10.7538 13.7538 11.0769 14.1231 11.0769H22.5231C22.8462 11.0769 23.0769 10.8 23.0769 10.4769V1.61539C23.0769 1.24616 22.7538 0.92308 22.3846 0.92308ZM18.1846 17.2615C17.9077 16.9846 17.4923 16.9846 17.2154 17.2615C16.4769 18 15.5539 18.6 14.5385 18.9692C14.2615 19.0615 13.9385 19.1539 13.6154 19.2462C10.7077 19.8 7.93847 18.6462 6.36923 16.7538C5.81539 16.1077 6.23077 15.6923 6.69231 15.6923H9.92308C10.2923 15.6923 10.6154 15.3692 10.6154 15V13.6154C10.6154 13.2462 10.2923 12.9231 9.92308 12.9231H1.52308C1.2 12.9231 0.92308 13.2 0.92308 13.5231V22.3846C0.92308 22.7538 1.24616 23.0769 1.61539 23.0769H3C3.36923 23.0769 3.69231 22.7538 3.69231 22.3846V19.1539C3.69231 18.7385 4.15385 18.4615 4.43077 18.7846C6.55385 21.1846 9.69231 22.4308 13.0615 22.1077C14.2615 22.0154 15.4154 21.6462 16.4769 21.0923C17.4923 20.5846 18.3692 19.9385 19.1077 19.2C19.3846 18.9231 19.3846 18.4615 19.1077 18.2308L18.1846 17.2615Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"arrows-shortcuts\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.58462 1.24615H17.8154C18.2308 1.24615 18.5539 1.56923 18.5539 1.98462C18.5539 2.21539 18.4615 2.4 18.3231 2.53846L15 5.86154C17.0308 7.66154 22.7077 13.9385 16.0615 21.9692L15.9692 22.0615C15.9692 22.1077 15.9231 22.1077 15.8769 22.1538C15.7385 22.3385 15.5077 22.4769 15.2308 22.4769C14.8154 22.4769 14.4923 22.1538 14.4923 21.7385V21.6C14.4923 21.5538 14.4923 21.5077 14.5385 21.5077C14.7692 20.4923 16.2 13.5692 10.1077 10.7077L6.09231 14.7231C5.95385 14.8615 5.76923 14.9538 5.58462 14.9538C5.16923 14.9538 4.84616 14.6308 4.84616 14.2154V2.03077C4.8 1.61539 5.16923 1.24615 5.58462 1.24615V1.24615Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"arrows-skip\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.4154 14.9077V15.2308C18.4154 15.6923 18.7385 15.6923 19.0154 15.4154L21.2769 13.1538C21.5077 12.8769 21.9692 12.8769 22.2462 13.1538L23.2154 14.1231C23.4923 14.3538 23.4923 14.8154 23.2154 15.0923L17.2615 21.0462C17.0308 21.2769 16.6615 21.2769 16.4308 21.0462L10.4308 15.0462C10.2 14.7692 10.2 14.4462 10.4769 14.1692L11.4923 13.1538C11.7692 12.8769 12.1846 12.8308 12.4615 13.1077L14.7231 15.3692C15.0462 15.6923 15.3231 15.7846 15.5077 15.4154C15.5539 15.2769 15.5539 14.9077 15.5539 14.9077V11.5385C15.5539 8.26153 12.9231 5.63076 9.64616 5.63076C6.36923 5.63076 3.73847 8.21538 3.73847 11.4923V17.6308C3.73847 18 3.41539 18.2769 3.04616 18.2769H1.56923C1.2 18.2769 0.92308 18.0462 0.92308 17.6769V11.4923C0.92308 6.6923 4.8 2.76923 9.64616 2.76923C14.4923 2.76923 18.3692 6.6923 18.3692 11.4923L18.4154 14.9077Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"arrows-skip-back\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M12.226 4.04298V1.64675C12.226 1.42069 11.9547 1.28506 11.7287 1.42069L7.07185 5.26371C6.891 5.39934 6.891 5.67061 7.07185 5.80625L11.7287 9.60405C11.9095 9.7849 12.226 9.60405 12.226 9.4232V6.98176C15.843 6.98176 18.827 9.92054 18.827 13.5827C18.827 17.2449 15.843 20.1384 12.226 20.1384C8.60906 20.1384 5.62507 17.1997 5.62507 13.5375C5.62507 12.4976 5.85113 11.503 6.30325 10.5987C6.30325 10.5987 6.30325 10.5535 6.34846 10.5083C6.43888 10.3274 6.52931 10.1014 6.61973 9.96575C6.75537 9.73969 6.891 9.37799 6.61973 9.15193C6.34846 8.92587 5.21816 7.97642 5.12774 7.93121C5.03731 7.886 4.72083 7.56951 4.40435 8.02163C4.2235 8.29291 3.99744 8.69981 3.81659 9.0163C3.81659 9.06151 3.77138 9.06151 3.77138 9.10672C3.68096 9.24236 3.63575 9.37799 3.59053 9.4232C3.00278 10.6439 2.68629 12.0455 2.68629 13.5375C2.68629 18.7821 6.93622 23.032 12.1808 23.032C17.4254 23.032 21.6753 18.7821 21.6753 13.5375C21.6753 8.29291 17.4706 4.04298 12.226 4.04298Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"arrows-skip-forward\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M11.7739 4.04298V1.64675C11.7739 1.42069 12.0452 1.28506 12.2712 1.42069L16.9281 5.26371C17.1089 5.39934 17.1089 5.67061 16.9281 5.80625L12.2712 9.60405C12.0904 9.7849 11.7739 9.60405 11.7739 9.4232V6.98176C8.15695 6.98176 5.17297 9.92054 5.17297 13.5827C5.17297 17.2449 8.15695 20.1384 11.7739 20.1384C15.3909 20.1384 18.3749 17.1997 18.3749 13.5375C18.3749 12.4976 18.1488 11.503 17.6967 10.5987C17.6967 10.5987 17.6967 10.5535 17.6515 10.5083C17.561 10.3274 17.4706 10.1014 17.3802 9.96575C17.2446 9.73969 17.1089 9.37799 17.3802 9.15193C17.6515 8.92587 18.7818 7.97642 18.8722 7.93121C18.9626 7.886 19.2791 7.56951 19.5956 8.02163C19.7764 8.29291 20.0025 8.69981 20.1833 9.0163C20.1833 9.06151 20.2285 9.06151 20.2285 9.10672C20.319 9.24236 20.3642 9.37799 20.4094 9.4232C20.9971 10.6439 21.3136 12.0455 21.3136 13.5375C21.3136 18.7821 17.0637 23.032 11.8191 23.032C6.57454 23.032 2.2794 18.8273 2.2794 13.5827C2.2794 8.33812 6.52933 4.04298 11.7739 4.04298Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"arrows-sort\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.6692 7.40768C12.9462 7.13076 12.9462 6.71537 12.6692 6.43845L7.40769 1.13076C7.13077 0.853834 6.71538 0.853834 6.43846 1.13076L1.13077 6.43845C0.853846 6.71537 0.853846 7.13076 1.13077 7.40768L2.1 8.37691C2.37692 8.65383 2.79231 8.65383 3.06923 8.37691L4.73077 6.71537C5.00769 6.43845 5.51538 6.62306 5.51538 7.03845V16.8231C5.51538 17.1923 5.83846 17.5154 6.20769 17.5154H7.59231C7.96154 17.5154 8.28462 17.1461 8.28462 16.8231V7.03845C8.28462 6.62306 8.79231 6.43845 9.06923 6.71537L10.7308 8.37691C11.0077 8.65383 11.4231 8.65383 11.7 8.37691L12.6692 7.40768ZM22.8231 16.6384L21.8538 15.7154C21.5769 15.4384 21.1615 15.4384 20.8846 15.7154L19.2231 17.3769C18.9462 17.6538 18.4385 17.4692 18.4385 17.0538V7.17691C18.4385 6.80768 18.1154 6.4846 17.7462 6.4846H16.3615C15.9923 6.4846 15.6692 6.85383 15.6692 7.17691V16.9615C15.6692 17.3769 15.1615 17.5615 14.8846 17.2846L13.2231 15.6231C12.9462 15.3461 12.5308 15.3461 12.2538 15.6231L11.2846 16.6384C11.0077 16.9154 11.0077 17.3308 11.2846 17.6077L16.5923 22.9154C16.8692 23.1923 17.2846 23.1923 17.5615 22.9154L22.8692 17.6077C23.1 17.3308 23.1 16.8692 22.8231 16.6384Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"arrows-sync\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.1077 13.1538C22.1077 12.7846 21.7846 12.4615 21.4154 12.4615H19.8C19.4308 12.4615 19.1538 12.7385 19.1538 13.1077C19.1538 13.2 19.1538 13.3385 19.1077 13.4308C18.9692 14.0308 18.7385 14.5846 18.4154 15.1385C17.1231 17.4 14.8615 18.6461 12.4615 18.6461C10.6154 18.6461 8.86154 17.9077 7.56923 16.6154C7.33846 16.4308 7.15385 16.2 7.01538 15.9692C6.87692 15.6 7.2 15.4154 7.61538 15.4154H10.8462C11.2154 15.4154 11.5385 15.0923 11.5385 14.7231V13.2923C11.5385 12.9231 11.2615 12.6461 10.8923 12.6461H2.44615C2.12308 12.6461 1.84615 12.9231 1.84615 13.2461V21.6461C1.89231 22.0154 2.21538 22.3385 2.58461 22.3385H3.96923C4.33846 22.3385 4.66154 22.0154 4.66154 21.6461V18.4154C4.66154 18 4.89231 17.8154 5.21538 18.0923C5.35385 18.2769 5.49231 18.4154 5.67692 18.5538C7.98461 20.8615 11.2154 21.8308 14.5385 21.1846C15.6923 20.9538 16.8 20.4923 17.7692 19.8461C20.1692 18.2769 21.6923 15.8769 22.1077 13.2461V13.1538ZM1.89231 10.1077C1.89231 10.4769 2.21538 10.8 2.58461 10.8H4.2C4.56923 10.8 4.84615 10.5231 4.84615 10.1538C4.84615 10.0615 4.84615 9.92306 4.89231 9.83076C5.03077 9.23076 5.26154 8.67691 5.58461 8.12306C6.87692 5.86153 9.13846 4.61537 11.5385 4.61537C13.3846 4.61537 15.1385 5.35383 16.4308 6.64614C16.6615 6.83076 16.8462 7.06153 16.9846 7.2923C17.1231 7.66153 16.8 7.84614 16.3846 7.84614H13.1538C12.7846 7.84614 12.4615 8.16922 12.4615 8.53845V9.96922C12.4615 10.3384 12.7385 10.6154 13.1077 10.6154H21.5538C21.8769 10.6154 22.1538 10.3384 22.1538 10.0154V1.61537C22.1077 1.24614 21.7846 0.923065 21.4154 0.923065H20.0308C19.6615 0.923065 19.3385 1.24614 19.3385 1.61537V4.84614C19.3385 5.26153 19.1077 5.44614 18.7846 5.16922C18.6462 4.9846 18.5077 4.84614 18.3231 4.70768C16.0154 2.39999 12.7846 1.43076 9.46154 2.07691C8.30769 2.30768 7.2 2.76922 6.23077 3.41537C3.83077 4.9846 2.30769 7.3846 1.89231 10.0154V10.1077Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"arrows-undo\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.65 5.97691C18.45 5.97691 22.3731 9.85384 22.3731 14.7C22.3731 19.5461 18.45 23.4231 13.65 23.4231H9.86539C9.49616 23.4231 9.26539 23.1461 9.26539 22.7769V21.3C9.26539 20.9308 9.54231 20.6077 9.91154 20.6077H13.65C16.9269 20.6077 19.5577 17.9769 19.5577 14.7C19.5577 11.4231 16.9269 8.7923 13.65 8.7923H7.23462C7.23462 8.7923 6.86539 8.7923 6.72693 8.83845C6.3577 9.02306 6.45 9.29999 6.77308 9.62306L9.03462 11.8846C9.31154 12.1615 9.26539 12.5769 8.98847 12.8538L7.97308 13.8692C7.69616 14.1461 7.37308 14.1461 7.09616 13.9154L1.09616 7.91537C0.865388 7.6846 0.865388 7.31537 1.09616 7.0846L7.05 1.13076C7.32693 0.853834 7.78847 0.853834 8.01923 1.13076L8.98847 2.09999C9.26539 2.37691 9.26539 2.83845 8.98847 3.06922L6.72693 5.33076C6.45 5.60768 6.45 5.93076 6.91154 5.93076H7.23462L13.65 5.97691Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n  </defs>\n</svg>\n"}]}],"members":{}},"GasIconLayoutComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":2,"character":1},"arguments":[{"selector":"gas-icon-layout","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":5,"character":19},"member":"OnPush"},"template":"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n  <defs>\n    <symbol id=\"layout-success\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <rect width=\"40\" height=\"40\" rx=\"4\" fill=\"#4BC076\" />\n      <mask id=\"mask0\" mask-type=\"alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"40\" height=\"40\">\n        <rect width=\"40\" height=\"40\" rx=\"4\" fill=\"white\" />\n      </mask>\n      <g mask=\"url(#mask0)\">\n        <path\n          d=\"M16.5056 30.1528C15.9389 30.1528 15.3722 29.9167 14.9472 29.4917L6.11666 20.6611C5.73888 20.2833 5.73888 19.7167 6.11666 19.3389L7.86388 17.5917C8.24166 17.2139 8.80833 17.2139 9.18611 17.5917L16.5056 24.8639L30.8139 10.5556C31.1917 10.1778 31.7583 10.1778 32.1361 10.5556L33.8833 12.3028C34.2611 12.6806 34.2611 13.2472 33.8833 13.625L18.0167 29.4917C17.5917 29.9167 17.0722 30.1528 16.5056 30.1528Z\"\n          fill=\"white\" />\n      </g>\n    </symbol>\n\n    <symbol id=\"layout-crum\" viewBox=\"0 0 18 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M9 6L12 10L9 14\" stroke=\"currentColor\" />\n      <path d=\"M6 6L9 10L6 14\" stroke=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"layout-lightning\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill=\"currentColor\" fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M8.93017 1.06957L8.00632 5.56188C8.00632 5.74649 8.1295 5.8388 8.28347 5.8388H13.0875C13.4263 5.8388 13.6418 6.2388 13.4879 6.54649L8.25268 15.1311C8.03711 15.5619 7.39041 15.408 7.39041 14.9157L8.31427 9.62342C8.31427 9.4388 8.16029 9.50034 7.97552 9.50034H2.92512C2.58637 9.50034 2.34001 9.00803 2.52478 8.70034L8.06791 0.854187C8.28347 0.454187 8.93017 0.577264 8.93017 1.06957Z\" />\n    </symbol>\n\n    <symbol id=\"layout-eye\" viewBox=\"0 0 17 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" fill=\"#0070D2\"\n        d=\"M16.4462 8.39747C15 5.47439 11.9846 3.44362 8.50769 3.44362C5.03077 3.44362 2.01538 5.47439 0.569231 8.39747C0.476923 8.58208 0.476923 8.79746 0.569231 8.95131C2.01538 11.8744 5.03077 13.9052 8.50769 13.9052C11.9846 13.9052 15 11.8744 16.4462 8.95131C16.5385 8.7667 16.5385 8.58208 16.4462 8.39747ZM8.5077 12.059C6.63077 12.059 5.12308 10.5513 5.12308 8.67439C5.12308 6.79746 6.63077 5.28977 8.5077 5.28977C10.3846 5.28977 11.8923 6.79746 11.8923 8.67439C11.8923 10.5513 10.3846 12.059 8.5077 12.059ZM8.50769 6.52054C7.30769 6.52054 6.35385 7.47439 6.35385 8.67439C6.35385 9.87439 7.30769 10.8282 8.50769 10.8282C9.70769 10.8282 10.6615 9.87439 10.6615 8.67439C10.6615 7.47439 9.70769 6.52054 8.50769 6.52054Z\" />\n    </symbol>\n\n    <symbol id=\"layout-navigation\" viewBox=\"0 0 48 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <rect width=\"48\" height=\"48\" rx=\"4\" fill=\"#4BC076\" />\n      <mask id=\"mask0\" mask-type=\"alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"48\" height=\"48\">\n        <rect width=\"48\" height=\"48\" rx=\"4\" fill=\"white\" />\n      </mask>\n      <g mask=\"url(#mask0)\">\n        <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n          d=\"M14.6252 11.412C17.1073 8.91739 20.4808 7.51423 23.9999 7.51279C27.518 7.51571 30.8901 8.91953 33.371 11.414C35.8518 13.9084 37.2372 17.2882 37.2209 20.8062C37.2209 29.9918 27.8235 38.3469 24.9028 40.6433C24.3981 41.0601 23.6686 41.0601 23.1638 40.6433C20.2487 38.4138 10.7733 29.9918 10.7733 20.8062C10.757 17.2872 12.1432 13.9066 14.6252 11.412ZM18.4261 20.7282C18.4261 23.8065 20.9216 26.302 23.9999 26.302C27.0782 26.302 29.5737 23.8065 29.5737 20.7282C29.5737 17.6499 27.0782 15.1544 23.9999 15.1544C20.9216 15.1544 18.4261 17.6499 18.4261 20.7282Z\"\n          fill=\"white\" />\n      </g>\n    </symbol>\n\n    <symbol id=\"layout-calendar\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path\n        d=\"M0 4C0 1.79086 1.79086 0 4 0H36C38.2091 0 40 1.79086 40 4V36C40 38.2091 38.2091 40 36 40H4C1.79086 40 0 38.2091 0 36V4Z\"\n        fill=\"#76B0B7\" />\n      <path\n        d=\"M27 30H13C11.8954 30 11 29.1046 11 28V14C11 12.8954 11.8954 12 13 12H15V10H17V12H23V10H25V12H27C28.1046 12 29 12.8954 29 14V28C29 29.1046 28.1046 30 27 30ZM13 18V28H27V18H13ZM13 14V16H27V14H13ZM25 26H23V24H25V26ZM21 26H19V24H21V26ZM17 26H15V24H17V26ZM25 22H23V20H25V22ZM21 22H19V20H21V22ZM17 22H15V20H17V22Z\"\n        fill=\"white\" />\n    </symbol>\n\n    <symbol id=\"layout-settings\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M0 4C0 1.79086 1.79086 0 4 0H36C38.2091 0 40 1.79086 40 4V36C40 38.2091 38.2091 40 36 40H4C1.79086 40 0 38.2091 0 36V4Z\" fill=\"#68D2FF\"/>\n      <path d=\"M15.5 29.5C13.9541 29.4935 12.5933 28.4795 12.145 27H10V25H12.145C12.6599 23.273 14.402 22.2192 16.1707 22.565C17.9394 22.9108 19.1563 24.5431 18.9828 26.3369C18.8094 28.1307 17.3021 29.4995 15.5 29.5ZM15.5 24.5C14.6716 24.5 14 25.1716 14 26C14 26.8284 14.6716 27.5 15.5 27.5C16.3284 27.5 17 26.8284 17 26C17 25.1716 16.3284 24.5 15.5 24.5ZM30 27H20V25H30V27ZM24.5 23.5C22.6979 23.4995 21.1906 22.1307 21.0172 20.3369C20.8437 18.5431 22.0606 16.9108 23.8293 16.565C25.598 16.2192 27.3401 17.273 27.855 19H30V21H27.855C27.4067 22.4795 26.0459 23.4935 24.5 23.5ZM24.5 18.5C23.6716 18.5 23 19.1716 23 20C23 20.8284 23.6716 21.5 24.5 21.5C25.3284 21.5 26 20.8284 26 20C26 19.1716 25.3284 18.5 24.5 18.5ZM20 21H10V19H20V21ZM17.5 17.5C15.6979 17.4995 14.1906 16.1307 14.0172 14.3369C13.8437 12.5431 15.0606 10.9108 16.8293 10.565C18.598 10.2192 20.3401 11.273 20.855 13H30V15H20.855C20.4065 16.4793 19.0458 17.4932 17.5 17.5ZM17.5 12.5C16.682 12.5011 16.0157 13.1574 16.0022 13.9753C15.9888 14.7932 16.6331 15.4711 17.4507 15.4991C18.2682 15.5271 18.9575 14.8949 19 14.078V14.368V14C19 13.1716 18.3284 12.5 17.5 12.5ZM13 15H10V13H13V15Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"layout-important\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M0 4C0 1.79086 1.79086 0 4 0H36C38.2091 0 40 1.79086 40 4V36C40 38.2091 38.2091 40 36 40H4C1.79086 40 0 38.2091 0 36V4Z\" fill=\"#E67070\"/>\n      <path d=\"M23 30H17V28H23V30ZM23 27H17L16.777 25C16.657 24.3385 16.4586 23.6936 16.186 23.079C15.832 22.579 15.463 22.152 15.106 21.735C13.7941 20.5053 13.0347 18.7978 13 17C13 13.134 16.134 10 20 10C23.866 10 27 13.134 27 17C26.9593 18.7868 26.2057 20.4831 24.907 21.711L24.89 21.731C24.534 22.148 24.166 22.58 23.819 23.075C23.5466 23.6912 23.3476 24.3373 23.226 25L23 27ZM20 12C17.2399 12.0033 15.0033 14.2399 15 17C15 18.544 15.644 19.293 16.618 20.428C16.988 20.86 17.408 21.348 17.818 21.919C18.3156 22.8858 18.6555 23.9259 18.825 25H21.176C21.3499 23.929 21.6892 22.8916 22.182 21.925C22.582 21.354 23.001 20.863 23.37 20.431L23.385 20.413C24.357 19.273 25 18.52 25 17C24.9967 14.2399 22.7601 12.0033 20 12Z\" fill=\"currentColor\"/>\n    </symbol> \n\n    <symbol id=\"layout-polling\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <rect width=\"40\" height=\"40\" rx=\"4\" fill=\"currentColor\"/>\n      <path d=\"M13.5 28.5C12.9477 28.5 12.5 28.0523 12.5 27.5V12.5C12.5 11.9478 12.9477 11.5 13.5 11.5H19.88C20.2602 11.4974 20.6089 11.7105 20.78 12.05L21.5 13.5H26.5C27.0523 13.5 27.5 13.9478 27.5 14.5V22.5C27.5 23.0523 27.0523 23.5 26.5 23.5H21.11C20.7334 23.4989 20.3895 23.2863 20.22 22.95L19.5 21.5H14.5V27.5C14.5 28.0523 14.0523 28.5 13.5 28.5ZM14.5 13.5V19.5H20.5L21.5 21.5H25.5V15.5H20.5L19.5 13.5H14.5Z\" fill=\"white\"/>\n    </symbol>\n\n  </defs>\n</svg>\n"}]}],"members":{}},"GasIconNavigationComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":2,"character":1},"arguments":[{"selector":"gas-icon-navigation","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":5,"character":19},"member":"OnPush"},"template":"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n  <defs>\n    <symbol id=\"navigation-burger\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path\n        d=\"M15.3076 17.6633H3.30762V15.6633H15.3076V17.6633ZM21.3076 12.6633H3.30762V10.6633H21.3076V12.6633ZM15.3076 7.66333H3.30762V5.66333H15.3076V7.66333Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"navigation-canter-align-text\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.1539 3.46153C22.1539 3.0923 21.8308 2.76923 21.4615 2.76923H2.53847C2.16924 2.76923 1.84616 3.0923 1.84616 3.46153V4.84615C1.84616 5.21538 2.16924 5.53846 2.53847 5.53846H21.4615C21.8308 5.53846 22.1539 5.21538 22.1539 4.84615V3.46153ZM19.3846 9C19.3846 8.63076 19.0615 8.30769 18.6923 8.30769H5.3077C4.93847 8.30769 4.61539 8.63076 4.61539 9V10.3846C4.61539 10.7538 4.93847 11.0769 5.3077 11.0769H18.6923C19.0615 11.0769 19.3846 10.7538 19.3846 10.3846V9ZM18.4615 20.0769C18.4615 19.7077 18.1385 19.3846 17.7692 19.3846H6.23078C5.86155 19.3846 5.53847 19.7077 5.53847 20.0769V21.4615C5.53847 21.8308 5.86155 22.1538 6.23078 22.1538H17.7692C18.1385 22.1538 18.4615 21.8308 18.4615 21.4615V20.0769ZM22.1539 14.5385C22.1539 14.1692 21.8308 13.8461 21.4615 13.8461H2.53847C2.16924 13.8461 1.84616 14.1692 1.84616 14.5385V15.9231C1.84616 16.2923 2.16924 16.6154 2.53847 16.6154H21.4615C21.8308 16.6154 22.1539 16.2923 22.1539 15.9231V14.5385Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"navigation-collapse-all\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.1539 4.38463C22.1539 4.0154 21.8308 3.69232 21.4615 3.69232H2.53847C2.16924 3.69232 1.84616 4.0154 1.84616 4.38463V5.76924C1.84616 6.13848 2.16924 6.46155 2.53847 6.46155H21.4615C21.8308 6.46155 22.1539 6.13848 22.1539 5.76924V4.38463ZM22.1539 18.2308C22.1539 17.8616 21.8308 17.5385 21.4615 17.5385H2.53847C2.16924 17.5385 1.84616 17.8616 1.84616 18.2308V19.6154C1.84616 19.9846 2.16924 20.3077 2.53847 20.3077H21.4615C21.8308 20.3077 22.1539 19.9846 22.1539 19.6154V18.2308ZM15.9231 13.3846C16.2923 13.3846 16.6154 13.0616 16.6154 12.6923V11.3077C16.6154 10.9385 16.2923 10.6154 15.9231 10.6154H8.07693C7.7077 10.6154 7.38462 10.9385 7.38462 11.3077V12.6923C7.38462 13.0616 7.7077 13.3846 8.07693 13.3846H15.9231Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"navigation-back\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path\n        d=\"M8.13762 10.6633L11.7176 7.07333L10.3076 5.66333L4.30762 11.6633L10.3076 17.6633L11.7176 16.2533L8.13762 12.6633H20.3076V10.6633H8.13762Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"navigation-electors\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path\n        d=\"M11.3076 6.66333C11.3076 8.87247 9.51676 10.6633 7.30762 10.6633C5.09848 10.6633 3.30762 8.87247 3.30762 6.66333C3.30762 4.45419 5.09848 2.66333 7.30762 2.66333C9.51676 2.66333 11.3076 4.45419 11.3076 6.66333ZM9.30762 6.66333C9.30762 5.55876 8.41219 4.66333 7.30762 4.66333C6.20305 4.66333 5.30762 5.55876 5.30762 6.66333C5.30762 7.7679 6.20305 8.66333 7.30762 8.66333C8.41219 8.66333 9.30762 7.7679 9.30762 6.66333Z\"\n        fill=\"currentColor\" />\n      <path\n        d=\"M21.3076 11.1633C21.3076 13.0963 19.7406 14.6633 17.8076 14.6633C15.8746 14.6633 14.3076 13.0963 14.3076 11.1633C14.3076 9.23033 15.8746 7.66333 17.8076 7.66333C19.7406 7.66333 21.3076 9.23033 21.3076 11.1633ZM19.3076 11.1633C19.3076 10.3349 18.636 9.66333 17.8076 9.66333C16.9792 9.66333 16.3076 10.3349 16.3076 11.1633C16.3076 11.9918 16.9792 12.6633 17.8076 12.6633C18.636 12.6633 19.3076 11.9918 19.3076 11.1633Z\"\n        fill=\"currentColor\" />\n      <path\n        d=\"M10.3076 20.6633V16.6633C10.3076 15.0065 8.96447 13.6633 7.30762 13.6633C5.65076 13.6633 4.30762 15.0065 4.30762 16.6633V20.6633H2.30762V16.6633C2.30762 13.9019 4.54619 11.6633 7.30762 11.6633C10.069 11.6633 12.3076 13.9019 12.3076 16.6633V20.6633H10.3076Z\"\n        fill=\"currentColor\" />\n      <path\n        d=\"M20.3076 20.1633V20.6633H22.3076V20.1633C22.3076 17.678 20.2929 15.6633 17.8076 15.6633C15.3223 15.6633 13.3076 17.678 13.3076 20.1633V20.6633H15.3076V20.1633C15.3076 18.7826 16.4269 17.6633 17.8076 17.6633C19.1883 17.6633 20.3076 18.7826 20.3076 20.1633Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"navigation-deg\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path\n        d=\"M0.640381 12.7284L6.29566 18.3837L7.70566 16.9637L2.05537 11.3134L0.640381 12.7284ZM22.5549 4.94445L11.9557 15.5537L7.7188 11.3068L6.2888 12.7168L11.9557 18.3837L23.9749 6.36445L22.5549 4.94445ZM18.3165 6.36287L16.9065 4.94287L10.5357 11.3137L11.9557 12.7237L18.3165 6.36287Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"navigation-home\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path\n        d=\"M19.3076 21.6632H5.30762C4.75533 21.6632 4.30762 21.2155 4.30762 20.6632V12.6632H2.30762L11.5996 3.37019C11.7872 3.18241 12.0417 3.0769 12.3071 3.0769C12.5725 3.0769 12.827 3.18241 13.0146 3.37019L22.3076 12.6632H20.3076V20.6632C20.3076 21.2155 19.8599 21.6632 19.3076 21.6632ZM10.3076 14.6632H14.3076V19.6632H18.3076V11.4912L12.3076 5.49119L6.30762 11.4912V19.6632H10.3076V14.6632Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"navigation-file\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path\n        d=\"M18.3076 21.6633H6.30762C5.20305 21.6633 4.30762 20.7679 4.30762 19.6633V3.66333C4.30762 2.55876 5.20305 1.66333 6.30762 1.66333H13.3076C13.3185 1.6638 13.3293 1.66582 13.3396 1.66933C13.3494 1.67235 13.3594 1.67436 13.3696 1.67533C13.4578 1.68098 13.5449 1.69813 13.6286 1.72633L13.6566 1.73533C13.6793 1.74301 13.7013 1.75237 13.7226 1.76333C13.8316 1.81175 13.9308 1.87951 14.0156 1.96333L20.0156 7.96333C20.0994 8.04812 20.1672 8.14739 20.2156 8.25633C20.2256 8.27833 20.2326 8.30133 20.2406 8.32433L20.2496 8.35033C20.2775 8.43372 20.294 8.52051 20.2986 8.60833C20.3002 8.61751 20.3025 8.62655 20.3056 8.63533C20.3074 8.64455 20.3081 8.65395 20.3077 8.66333V19.6633C20.3077 20.7679 19.4122 21.6633 18.3076 21.6633ZM6.30762 3.66333V19.6633H18.3076V9.66333H13.3076C12.7553 9.66333 12.3076 9.21561 12.3076 8.66333V3.66333H6.30762ZM14.3076 5.07733V7.66333H16.8936L14.3076 5.07733Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"navigation-arrow-to\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path\n        d=\"M10.78 8.66667L8.39329 11.06L9.33329 12L13.3333 8L9.33329 4L8.39329 4.94L10.78 7.33333H2.66663V8.66667H10.78Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"navigation-copy\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path\n        d=\"M13.9999 21.9999H3.99995C3.46402 22.0186 2.94442 21.8138 2.56524 21.4347C2.18605 21.0555 1.98132 20.5359 1.99995 19.9999V9.99995C1.98132 9.46402 2.18605 8.94442 2.56524 8.56524C2.94442 8.18605 3.46402 7.98132 3.99995 7.99995H7.99995V3.99995C7.98132 3.46402 8.18605 2.94442 8.56524 2.56524C8.94442 2.18605 9.46402 1.98132 9.99995 1.99995H19.9999C20.5359 1.98132 21.0555 2.18605 21.4347 2.56524C21.8138 2.94442 22.0186 3.46402 21.9999 3.99995V13.9999C22.0183 14.5358 21.8134 15.0552 21.4343 15.4343C21.0552 15.8134 20.5358 16.0183 19.9999 15.9999H15.9999V19.9999C16.0183 20.5358 15.8134 21.0552 15.4343 21.4343C15.0552 21.8134 14.5358 22.0183 13.9999 21.9999ZM3.99995 9.99995V19.9999H13.9999V15.9999H9.99995C9.46411 16.0183 8.94468 15.8134 8.56557 15.4343C8.18645 15.0552 7.98162 14.5358 7.99995 13.9999V9.99995H3.99995ZM9.99995 3.99995V13.9999H19.9999V3.99995H9.99995Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"navigation-send\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M0.969234 20.5385L3 13.0154H11.5846C11.8154 13.0154 12.0462 12.7846 12.0462 12.5538V11.6308C12.0462 11.4 11.8154 11.1692 11.5846 11.1692H3L1.01539 3.78461C0.969234 3.6923 0.92308 3.55384 0.92308 3.41538C0.92308 3.0923 1.24616 2.76923 1.61539 2.81538C1.7077 2.81538 1.75385 2.86153 1.84616 2.86153L22.6154 11.4C22.8923 11.4923 23.0769 11.7692 23.0769 12.0462C23.0769 12.3231 22.8923 12.5538 22.6615 12.6461L1.84616 21.4154C1.75385 21.4615 1.66154 21.4615 1.56923 21.4615C1.2 21.4154 0.92308 21.1385 0.92308 20.7692C0.92308 20.6769 0.92308 20.6308 0.969234 20.5385Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"navigation-id-card\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path\n        d=\"M20 19.9999H4C2.93052 20.0319 2.03642 19.1933 2 18.1239V5.87494C2.03641 4.80575 2.93068 3.96737 4 3.99994H20C21.0693 3.96737 21.9636 4.80575 22 5.87494V18.1249C21.963 19.1939 21.0691 20.032 20 19.9999ZM4 5.99994V17.9889L20 17.9999V6.01094L4 5.99994ZM13.43 15.9999H6C6.07353 15.172 6.46534 14.4049 7.093 13.8599C7.79183 13.1667 8.73081 12.7691 9.715 12.7499C10.6992 12.7691 11.6382 13.1667 12.337 13.8599C12.9645 14.405 13.3563 15.1721 13.43 15.9999ZM18 14.9999H15V12.9999H18V14.9999ZM9.715 11.9999C9.17907 12.0186 8.65947 11.8138 8.28029 11.4347C7.9011 11.0555 7.69638 10.5359 7.715 9.99994C7.69668 9.4641 7.9015 8.94468 8.28062 8.56556C8.65974 8.18644 9.17916 7.98162 9.715 7.99994C10.2508 7.98162 10.7703 8.18644 11.1494 8.56556C11.5285 8.94468 11.7333 9.4641 11.715 9.99994C11.7336 10.5359 11.5289 11.0555 11.1497 11.4347C10.7705 11.8138 10.2509 12.0186 9.715 11.9999ZM18 10.9999H14V8.99994H18V10.9999Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"navigation-group\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path\n        d=\"M11 7C11 9.20914 9.20914 11 7 11C4.79086 11 3 9.20914 3 7C3 4.79086 4.79086 3 7 3C9.20914 3 11 4.79086 11 7ZM9 7C9 5.89543 8.10457 5 7 5C5.89543 5 5 5.89543 5 7C5 8.10457 5.89543 9 7 9C8.10457 9 9 8.10457 9 7Z\"\n        fill=\"currentColor\" />\n      <path\n        d=\"M21 11.5C21 13.433 19.433 15 17.5 15C15.567 15 14 13.433 14 11.5C14 9.567 15.567 8 17.5 8C19.433 8 21 9.567 21 11.5ZM19 11.5C19 10.6716 18.3284 10 17.5 10C16.6716 10 16 10.6716 16 11.5C16 12.3284 16.6716 13 17.5 13C18.3284 13 19 12.3284 19 11.5Z\"\n        fill=\"currentColor\" />\n      <path\n        d=\"M10 21V17C10 15.3431 8.65685 14 7 14C5.34315 14 4 15.3431 4 17V21H2V17C2 14.2386 4.23858 12 7 12C9.76142 12 12 14.2386 12 17V21H10Z\"\n        fill=\"currentColor\" />\n      <path\n        d=\"M20 20.5V21H22V20.5C22 18.0147 19.9853 16 17.5 16C15.0147 16 13 18.0147 13 20.5V21H15V20.5C15 19.1193 16.1193 18 17.5 18C18.8807 18 20 19.1193 20 20.5Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"navigation-advertising\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.6154 12.5539H10.8C10.8923 11.3077 11.3538 10.2 12.0461 9.32308C11.6769 8.95385 11.2154 8.72309 10.6154 8.72309C9.50768 8.72309 8.67692 9.55385 8.67692 10.6615C8.67692 11.7231 9.50768 12.5539 10.6154 12.5539ZM11.1692 16.2462C11.4 16.2462 11.6308 16.2 11.7231 16.2C11.3538 15.6 11.0769 14.9539 10.9385 14.3539H10.6154C8.53845 14.3539 6.73845 12.6923 6.73845 10.4769C6.73845 8.40001 8.39999 6.60001 10.6154 6.60001C11.7692 6.60001 12.8769 7.1077 13.5692 7.93847C14.1231 7.61539 14.7231 7.43078 15.3692 7.33847C14.3077 5.81539 12.5538 4.84616 10.5692 4.84616C7.24615 4.84616 4.75384 7.47693 4.75384 10.6615C4.75384 13.8462 7.38461 16.4769 10.7077 16.3385C10.8923 16.2923 11.0308 16.2923 11.1692 16.2462ZM23.0308 21V21.6462C23.0308 22.3846 22.3846 23.0308 21.6461 23.0308H10.5231C9.78461 23.0308 9.13845 22.3846 9.13845 21.6462V21C9.13845 19.3385 11.1231 18.2769 12.9692 17.4462L13.1538 17.3539C13.2923 17.3077 13.4308 17.3077 13.5692 17.4C14.3077 17.9077 15.1846 18.1385 16.0615 18.1385C16.9385 18.1385 17.8154 17.8615 18.5538 17.4C18.6923 17.3077 18.8308 17.3077 18.9692 17.3539L19.1538 17.4462C21.0923 18.2769 23.0308 19.2923 23.0308 21ZM16.0615 9.13847C18 9.13847 19.5231 10.8462 19.5231 12.9692C19.5231 15.0923 18 16.8 16.0615 16.8C14.1231 16.8 12.6 15.0923 12.6 12.9692C12.6 10.8462 14.1692 9.13847 16.0615 9.13847ZM8.53845 18.0923C5.35384 17.1692 2.90768 14.1692 2.90768 10.6615C2.90768 6.36924 6.36922 2.9077 10.6615 2.9077C13.8461 2.9077 16.7077 4.80001 17.8615 7.61539C18.7846 7.98462 19.6154 8.58462 20.2154 9.36924C19.5231 4.52308 15.5077 0.969238 10.6154 0.969238C5.21538 0.969238 0.969223 5.21539 0.969223 10.6154C0.969223 14.8615 3.64615 18.4615 7.52307 19.7077C7.70768 19.0615 8.07691 18.5539 8.53845 18.0923Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"navigation-group-all\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.33846 13.3846C6.69231 12.4154 6.36923 11.3077 6.36923 10.0615C6.36923 7.93846 7.24615 6.18461 8.63077 5.12308C8.16923 4.29231 7.24615 3.69231 6.04615 3.69231C4.01538 3.69231 2.86154 5.35384 2.86154 7.24615C2.86154 8.26154 3.18462 9.13846 3.87692 9.73846C4.24615 10.1077 4.56923 10.5692 4.56923 11.0308C4.56923 11.4923 4.38462 11.9538 3.23077 12.4615C1.56923 13.2 0.0461538 14.2154 0 15.7385C0.0461538 16.7538 0.692308 17.5385 1.66154 17.5385H3.18462C3.41538 17.5385 3.64615 17.4 3.78462 17.1692C4.52308 15.8308 5.90769 15 7.06154 14.4C7.47692 14.2154 7.56923 13.7077 7.33846 13.3846ZM20.8154 12.4615C19.6615 11.9538 19.4769 11.5385 19.4769 11.0308C19.4769 10.5231 19.8 10.0615 20.1692 9.73846C20.8615 9.09231 21.1846 8.26154 21.1846 7.24615C21.1846 5.35384 20.0769 3.69231 18 3.69231C16.8 3.69231 15.8769 4.29231 15.3692 5.12308C16.7538 6.18461 17.6308 7.93846 17.6308 10.0615C17.6308 11.3077 17.3077 12.4154 16.6615 13.3846C16.4308 13.7538 16.5692 14.2154 16.9385 14.4C18.0923 14.9538 19.4769 15.8308 20.2154 17.1692C20.3538 17.4 20.5846 17.5385 20.8154 17.5385H22.3385C23.3077 17.5385 23.9538 16.7538 23.9538 15.7385C24 14.2154 22.4769 13.2 20.8154 12.4615ZM15.0923 15.8308C13.8462 15.2769 13.6154 14.7692 13.6154 14.2615C13.6154 13.7077 13.9846 13.2 14.4 12.8308C15.1385 12.1385 15.5538 11.1692 15.5538 10.0615C15.5538 7.98461 14.3077 6.18461 12.0462 6.18461C9.78461 6.18461 8.53846 7.98461 8.53846 10.0615C8.53846 11.1692 8.95385 12.1385 9.69231 12.8308C10.1077 13.2462 10.4769 13.7538 10.4769 14.2615C10.4769 14.8154 10.2923 15.2769 9 15.8308C7.15385 16.6154 5.4 17.4923 5.35385 19.1538C5.35385 20.2615 6.18462 21.1846 7.24615 21.1846H16.8462C17.9077 21.1846 18.7385 20.2615 18.7385 19.1538C18.6923 17.5385 16.9385 16.6615 15.0923 15.8308Z\" fill=\"currentColor\"/>\n    </symbol>\n\n  </defs>\n</svg>\n"}]}],"members":{}},"GasIconMenuComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":2,"character":1},"arguments":[{"selector":"gas-icon-menu","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":5,"character":19},"member":"OnPush"},"template":"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n  <defs>\n    <symbol id=\"menu-home\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M22.617 12.4616H20.3093V22.6154C20.3093 22.8923 20.1247 23.0769 19.8478 23.0769H15.2324C14.9555 23.0769 14.7709 22.8923 14.7709 22.6154V14.7692H9.23241V22.6154C9.23241 22.8923 9.0478 23.0769 8.77087 23.0769H4.15549C3.87857 23.0769 3.69395 22.8923 3.69395 22.6154V12.4616H1.38626C1.20164 12.4616 1.01703 12.3692 0.970875 12.1846C0.878568 12 0.924722 11.8154 1.06318 11.6769L11.6786 1.06156C11.8632 0.876942 12.1863 0.876942 12.3247 1.06156L22.9401 11.6769C23.0786 11.8154 23.0786 12 23.0324 12.1846C22.9863 12.3692 22.8016 12.4616 22.617 12.4616Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"menu-search\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path\n        d=\"M18.9846 19.2702L13.2696 13.5542C10.7273 15.3617 7.22403 14.9196 5.21047 12.5372C3.19691 10.1547 3.34476 6.62682 5.5506 4.42123C7.75586 2.21467 11.2841 2.06618 13.667 4.07964C16.0498 6.0931 16.4922 9.59667 14.6846 12.1392L20.3996 17.8552L18.9856 19.2692L18.9846 19.2702ZM9.7926 4.66321C7.8963 4.66279 6.26029 5.9939 5.87507 7.85066C5.48986 9.70742 6.46131 11.5795 8.20127 12.3335C9.94124 13.0874 11.9715 12.5161 13.0628 10.9653C14.1542 9.4145 14.0067 7.31054 12.7096 5.92723L13.3146 6.52723L12.6326 5.84723L12.6206 5.83523C11.8724 5.0824 10.854 4.66035 9.7926 4.66321Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"menu-database\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M21.2306 4.10771C21.2306 2.35387 17.091 0.923096 11.9998 0.923096C6.90861 0.923096 2.76904 2.35387 2.76904 4.10771V5.2154C2.76904 6.96925 6.90861 8.40002 11.9998 8.40002C17.091 8.40002 21.2306 6.96925 21.2306 5.2154V4.10771ZM2.76904 7.80002C2.76904 9.18463 6.90861 10.2923 11.9998 10.2923C17.091 10.2923 21.2306 9.18463 21.2306 7.80002V10.0616C21.2306 11.8154 17.091 13.2462 11.9998 13.2462C6.90861 13.2462 2.76904 11.8154 2.76904 10.0616V7.80002ZM11.9998 15.1385C6.90861 15.1385 2.76904 14.0308 2.76904 12.6462V14.9539C2.76904 16.7077 6.90861 18.0923 11.9998 18.0923C17.091 18.0923 21.2306 16.6616 21.2306 14.9077V12.6462C21.2306 14.0308 17.091 15.1385 11.9998 15.1385ZM11.9998 20.0308C6.90861 20.0308 2.76904 18.9231 2.76904 17.5385V19.8C2.76904 21.5539 6.90861 22.9846 11.9998 22.9846C17.091 22.9846 21.2306 21.5539 21.2306 19.8V17.5385C21.2306 18.9231 17.091 20.0308 11.9998 20.0308Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"menu-manage\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M13.3382 19.8461V22.1538C13.3382 22.6615 12.9229 23.0769 12.4152 23.0769H11.4921C10.9844 23.0769 10.569 22.6615 10.569 22.1538V19.8461C10.569 19.5692 10.7998 19.4308 11.0305 19.4769C11.0305 19.4769 11.4921 19.6154 11.9536 19.6154C12.4152 19.6154 12.9229 19.4769 12.9229 19.4769C13.1998 19.4308 13.3844 19.6154 13.3382 19.8461ZM5.0767 4.9846V1.84614C5.0767 1.33845 4.66131 0.923065 4.15362 0.923065H3.23054C2.72285 0.923065 2.30747 1.33845 2.30747 1.84614V4.9846C1.4767 5.44614 0.922852 6.36922 0.922852 7.3846C0.922852 8.90768 2.16901 10.1538 3.69208 10.1538C5.21516 10.1538 6.46131 8.90768 6.46131 7.3846C6.46131 6.36922 5.90747 5.44614 5.0767 4.9846ZM4.61516 12.0923C4.61516 12.0923 4.10747 12.2308 3.64593 12.2308C3.18439 12.2308 2.72285 12.0923 2.72285 12.0923C2.49208 12.0461 2.26131 12.1846 2.26131 12.4615V22.1538C2.26131 22.6615 2.6767 23.0769 3.18439 23.0769H4.10747C4.61516 23.0769 5.03054 22.6615 5.03054 22.1538V12.4615C5.0767 12.1846 4.89208 12.0461 4.61516 12.0923ZM21.2305 13.9384C21.2305 13.9384 20.7229 14.0769 20.2613 14.0769C19.7998 14.0769 19.3382 13.9384 19.3382 13.9384C19.1075 13.8923 18.8767 14.0308 18.8767 14.3077V22.1538C18.8767 22.6615 19.2921 23.0769 19.7998 23.0769H20.7229C21.2305 23.0769 21.6459 22.6615 21.6459 22.1538V14.3077C21.6921 14.0769 21.5075 13.8923 21.2305 13.9384ZM21.6921 6.83076V1.84614C21.6921 1.33845 21.2767 0.923065 20.769 0.923065H19.8459C19.3382 0.923065 18.9229 1.33845 18.9229 1.84614V6.83076C18.0921 7.2923 17.5382 8.21537 17.5382 9.23076C17.5382 10.7538 18.7844 12 20.3075 12C21.8305 12 23.0767 10.7538 23.0767 9.23076C23.0767 8.21537 22.5229 7.2923 21.6921 6.83076ZM13.3844 12.3692V1.84614C13.3844 1.33845 12.969 0.923065 12.4613 0.923065H11.5382C11.0305 0.923065 10.6152 1.33845 10.6152 1.84614V12.3692C9.78439 12.8308 9.23054 13.7538 9.23054 14.7692C9.23054 16.2923 10.4767 17.5385 11.9998 17.5385C13.5229 17.5385 14.769 16.2923 14.769 14.7692C14.769 13.7538 14.2152 12.8308 13.3844 12.3692Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"menu-task\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M11.1113 2.80385L10.3267 2.01924C10.0959 1.78847 9.77285 1.78847 9.54208 2.01924L4.64977 6.86539L2.66516 4.92693C2.43439 4.69616 2.11131 4.69616 1.88054 4.92693L1.09593 5.71155C0.865159 5.94231 0.865159 6.26539 1.09593 6.49616L3.81901 9.21924C4.04977 9.45001 4.3267 9.54231 4.60362 9.54231C4.88054 9.54231 5.15747 9.45001 5.38824 9.21924L11.1113 3.58847C11.2959 3.40385 11.2959 3.03462 11.1113 2.80385ZM22.3729 8.06539H12.7267C12.3113 8.06539 11.9882 7.74231 11.9882 7.32693V5.85001C11.9882 5.43462 12.3113 5.11154 12.7267 5.11154H22.3729C22.7882 5.11154 23.1113 5.43462 23.1113 5.85001V7.32693C23.1113 7.74231 22.7882 8.06539 22.3729 8.06539ZM22.3729 14.6654H10.5113C10.0959 14.6654 9.77285 14.3423 9.77285 13.9269V12.45C9.77285 12.0346 10.0959 11.7115 10.5113 11.7115H22.3729C22.7882 11.7115 23.1113 12.0346 23.1113 12.45V13.9269C23.1113 14.3423 22.7882 14.6654 22.3729 14.6654ZM6.03439 14.6654H4.55747C4.14208 14.6654 3.81901 14.3423 3.81901 13.9269V12.45C3.81901 12.0346 4.14208 11.7115 4.55747 11.7115H6.03439C6.44977 11.7115 6.77285 12.0346 6.77285 12.45V13.9269C6.81901 14.3423 6.44977 14.6654 6.03439 14.6654ZM6.03439 21.2654H4.55747C4.14208 21.2654 3.81901 20.9423 3.81901 20.5269V19.05C3.81901 18.6346 4.14208 18.3115 4.55747 18.3115H6.03439C6.44977 18.3115 6.77285 18.6346 6.77285 19.05V20.5269C6.81901 20.9423 6.44977 21.2654 6.03439 21.2654ZM22.3729 21.2654H10.5113C10.0959 21.2654 9.77285 20.9423 9.77285 20.5269V19.05C9.77285 18.6346 10.0959 18.3115 10.5113 18.3115H22.3729C22.7882 18.3115 23.1113 18.6346 23.1113 19.05V20.5269C23.1113 20.9423 22.7882 21.2654 22.3729 21.2654Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"menu-world\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M11.9998 0.923065C5.86131 0.923065 0.922852 5.86153 0.922852 12C0.922852 18.1385 5.86131 23.0769 11.9998 23.0769C18.1382 23.0769 23.0767 18.1385 23.0767 12C23.0767 5.86153 18.1382 0.923065 11.9998 0.923065ZM12.9229 3.27691H12.8305H12.9229ZM11.9998 20.7692C7.15362 20.7692 3.23054 16.8461 3.23054 12C3.23054 11.5384 3.2767 11.0308 3.36901 10.6154C3.96901 10.7077 4.70747 10.9384 5.0767 11.3077C5.86131 12.1384 6.73824 13.1077 7.569 13.2923C7.569 13.2923 7.4767 13.3384 7.38439 13.4769C7.29208 13.6154 7.19977 13.8923 7.19977 14.3538C7.19977 16.5231 9.23054 15.2308 9.23054 17.4C9.23054 19.5692 11.6767 20.4461 11.6767 18.6923C11.6767 16.9384 13.2921 16.1077 13.2921 14.7692C13.2921 13.4308 12.0459 13.4769 11.2613 13.0154C10.4305 12.6 10.0152 11.9077 8.44593 12.1384C7.61516 11.3538 7.15362 10.7077 7.52285 9.96922C7.93824 9.1846 9.64593 9.04614 9.64593 7.84614C9.64593 6.64614 8.49208 6.41537 7.66131 6.41537C7.29208 6.41537 6.50747 6.13845 5.86131 5.81537C6.64593 5.03076 7.61516 4.3846 8.63054 3.92306C9.369 4.24614 10.6152 4.75383 11.6767 4.75383C12.9229 4.75383 13.569 3.87691 13.3844 3.32306C15.4613 3.64614 17.3075 4.70768 18.6459 6.1846C17.9536 6.59999 17.0305 7.06153 15.4152 7.06153C13.2921 7.06153 13.2921 9.23076 14.5382 9.64614C15.8305 10.0615 17.1229 8.81537 17.5382 9.64614C17.9536 10.4769 14.5382 10.4769 15.4152 12.6C16.2921 14.7231 17.1229 12.5538 17.9998 14.6769C18.8767 16.8 20.5844 14.3538 19.2921 12.6923C18.7382 11.9538 18.8767 9.6923 20.169 9.6923H20.5844C20.769 10.4308 20.9075 11.2154 20.9075 12C20.769 16.8461 16.8459 20.7692 11.9998 20.7692Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"menu-case\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M7.9385 5.21539H9.27696C9.46158 5.21539 9.60004 5.07693 9.60004 4.89231V3.87693H14.3539V4.89231C14.3539 5.07693 14.4923 5.21539 14.677 5.21539H16.0154C16.2 5.21539 16.3385 5.07693 16.3385 4.89231V3.87693C16.3385 2.76924 15.4154 1.84616 14.3077 1.84616H9.64619C8.5385 1.84616 7.61542 2.76924 7.61542 3.87693V4.89231C7.61542 5.07693 7.70773 5.21539 7.9385 5.21539ZM20.1231 7.24616H3.87696C2.76927 7.24616 1.84619 8.16924 1.84619 9.27693V20.1231C1.84619 21.2308 2.76927 22.1539 3.87696 22.1539H20.1231C21.2308 22.1539 22.1539 21.2308 22.1539 20.1231V9.27693C22.1539 8.16924 21.2308 7.24616 20.1231 7.24616Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n\n    <symbol id=\"menu-file\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M4.93827 16.6615V5.21537C3.73827 5.21537 2.76904 6.1846 2.76904 7.33845V20.9077C2.76904 22.1077 3.73827 23.0769 4.93827 23.0769H15.6921C16.8921 23.0769 17.8614 22.1077 17.8614 20.9538H9.23058C6.87674 20.9538 4.93827 20.9538 4.93827 16.6615ZM21.4152 7.33845H17.8152C16.6152 7.33845 15.646 6.36922 15.646 5.21537V1.61537C15.6921 1.24614 15.369 0.923065 14.9537 0.923065H9.23058C8.03058 0.923065 7.06135 1.8923 7.06135 3.04614V16.6154C7.06135 17.8154 8.03058 18.7384 9.23058 18.7384H19.9844C21.1844 18.7384 22.1537 17.7692 22.1537 16.6154V8.07691C22.1537 7.66153 21.8306 7.33845 21.4152 7.33845ZM22.0152 4.33845L18.6921 1.06153C18.5998 0.969219 18.5075 0.923065 18.369 0.923065C18.0921 0.923065 17.8614 1.15383 17.8614 1.43076V3.7846C17.8614 4.56922 18.5075 5.21537 19.2921 5.21537H21.646C21.9229 5.21537 22.1537 4.9846 22.1537 4.70768C22.1537 4.56922 22.1075 4.47691 22.0152 4.33845Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"menu-graph\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M0.922852 21.2308C0.922852 22.2462 1.75362 23.0769 2.76901 23.0769H22.3382C22.7536 23.0769 23.0767 22.7538 23.0767 22.3385V21.0462C23.0767 20.6308 22.7536 20.3077 22.3382 20.3077H4.38439C4.01516 20.3077 3.69208 19.9846 3.69208 19.6154V2.12307C3.69208 1.70769 3.36901 1.38461 2.95362 1.38461H1.66131C1.24593 1.38461 0.922852 1.70769 0.922852 2.12307V21.2308ZM22.9382 6.73846C22.9382 5.95384 22.3382 5.35384 21.5536 5.35384C21.1382 5.35384 20.8152 5.53846 20.5382 5.76923L16.569 9.73846L13.8459 7.15384L13.7998 7.10769L13.7075 7.01538C13.6613 7.01538 13.6613 6.96923 13.6152 6.96923C13.569 6.92307 13.5229 6.92307 13.4767 6.87692C13.4305 6.87692 13.4305 6.83077 13.3844 6.83077C13.3382 6.83077 13.2921 6.78461 13.1998 6.78461C13.1536 6.78461 13.1536 6.78461 13.1075 6.73846C13.0152 6.73846 12.9229 6.69231 12.8305 6.69231C12.7382 6.69231 12.6459 6.69231 12.5536 6.73846C12.5075 6.73846 12.5075 6.73846 12.4613 6.78461C12.4152 6.78461 12.3229 6.83077 12.2767 6.83077C12.2305 6.83077 12.2305 6.87692 12.1844 6.87692C12.1382 6.92307 12.0921 6.92307 12.0459 6.96923C11.9998 6.96923 11.9998 7.01538 11.9536 7.06154C11.9075 7.10769 11.8613 7.10769 11.8152 7.15384L6.55362 12.4615C6.2767 12.7385 6.09208 13.0615 6.09208 13.4769C6.09208 14.2615 6.69208 14.8615 7.4767 14.8615C7.79977 14.8615 8.12285 14.7231 8.35362 14.5385L12.8767 10.0615L15.5075 12.6462C15.5536 12.6923 15.5998 12.6923 15.6459 12.7385L15.7382 12.8308C15.7844 12.8769 15.8305 12.8769 15.8767 12.9231C15.9229 12.9231 15.9229 12.9692 15.969 12.9692C16.0152 13.0154 16.1075 13.0154 16.1536 13.0154C16.1998 13.0154 16.1998 13.0154 16.2459 13.0615C16.3382 13.0615 16.4305 13.1077 16.5229 13.1077C16.6152 13.1077 16.7075 13.1077 16.7998 13.0615H16.8921C16.9382 13.0615 16.9844 13.0154 17.0767 13.0154C17.1229 13.0154 17.1229 12.9692 17.169 12.9692C17.2152 12.9692 17.2613 12.9231 17.3075 12.8769C17.3536 12.8769 17.3536 12.8308 17.3998 12.8308L17.4459 12.7846L17.4921 12.7385L17.5382 12.6923L22.5229 7.75384C22.7536 7.47692 22.9382 7.15384 22.9382 6.73846Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"menu-refresh\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M23.8385 13.2923L22.8692 12.3231C22.5923 12.0462 22.1769 12.0462 21.9 12.3231L20.6538 13.5692C20.3308 13.8923 19.8692 13.6615 19.8692 13.2462V5.53846C19.8692 4.52308 19.0385 3.69231 18.0231 3.69231H11.3308C10.9615 3.69231 10.6385 4.01538 10.6385 4.38461V5.76923C10.6385 6.13846 10.9615 6.46154 11.3308 6.46154H16.4077C16.7769 6.46154 17.1 6.78461 17.1 7.15384V13.2462C17.1 13.6615 16.5923 13.8462 16.2692 13.5692L15.0692 12.3692C14.7923 12.0923 14.3308 12.0923 14.1 12.3692L13.1308 13.3846C12.8538 13.6615 12.8538 14.0769 13.1308 14.3538L17.9769 19.2C18.2538 19.4769 18.6692 19.4769 18.9462 19.2L23.8385 14.3077C24.0692 14.0308 24.0692 13.5692 23.8385 13.2923ZM12.7154 17.5385H7.63846C7.26923 17.5385 6.94615 17.2154 6.94615 16.8462V10.7538C6.94615 10.3385 7.45385 10.1538 7.77692 10.4308L8.97692 11.6308C9.25385 11.9077 9.71538 11.9077 9.94615 11.6308L10.9154 10.6615C11.1923 10.3846 11.1923 9.96923 10.9154 9.69231L6.11538 4.8C5.83846 4.52307 5.42308 4.52307 5.14615 4.8L0.207692 9.69231C-0.0692308 9.96923 -0.0692308 10.3846 0.207692 10.6615L1.17692 11.6308C1.45385 11.9077 1.86923 11.9077 2.14615 11.6308L3.39231 10.3846C3.66923 10.1077 4.17692 10.2923 4.17692 10.7077V18.4615C4.17692 19.4769 5.05385 20.3077 6.06923 20.3077H12.7615C13.1308 20.3077 13.4538 19.9846 13.4538 19.6154V18.2308C13.4077 17.8615 13.0846 17.5385 12.7154 17.5385Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"menu-settings\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M12.1576 8.76923C10.3576 8.76923 8.92679 10.2 8.92679 12C8.92679 13.8 10.3576 15.2308 12.1576 15.2308C13.9576 15.2308 15.3883 13.8 15.3883 12C15.3883 10.2 13.9576 8.76923 12.1576 8.76923ZM21.8499 14.9077L20.1422 13.4769C20.2345 12.9692 20.2806 12.4154 20.2806 11.9077C20.2806 11.4 20.2345 10.8462 20.1422 10.3385L21.8499 8.9077C22.4037 8.44616 22.5883 7.61539 22.2191 6.96923L21.4806 5.67693C21.2037 5.21539 20.696 4.93847 20.1422 4.93847C19.9576 4.93847 19.7729 4.98462 19.6345 5.03077L17.5114 5.81539C16.6806 5.07693 15.7576 4.56923 14.7883 4.24616L14.4191 2.07693C14.2806 1.33847 13.6345 0.92308 12.896 0.92308H11.4191C10.6806 0.92308 10.0345 1.33847 9.89602 2.07693L9.52679 4.2C8.5114 4.52308 7.58833 5.07693 6.75756 5.76923L4.63448 4.98462C4.44987 4.93847 4.3114 4.89231 4.12679 4.89231C3.57294 4.89231 3.06525 5.16923 2.78833 5.63077L2.04987 6.92308C1.68064 7.56923 1.8191 8.4 2.4191 8.86154L4.12679 10.2923C4.03448 10.8 3.98833 11.3539 3.98833 11.8615C3.98833 12.4154 4.03448 12.9231 4.12679 13.4308L2.4191 14.8615C1.86525 15.3231 1.68064 16.1539 2.04987 16.8L2.78833 18.0923C3.06525 18.5539 3.57294 18.8308 4.12679 18.8308C4.3114 18.8308 4.49602 18.7846 4.63448 18.7385L6.75756 17.9538C7.58833 18.6923 8.51141 19.2 9.48064 19.5231L9.84987 21.7385C9.98833 22.4769 10.5883 22.9846 11.3729 22.9846H12.8499C13.5883 22.9846 14.2345 22.4308 14.3729 21.6923L14.7422 19.4769C15.8037 19.1077 16.7729 18.5539 17.6037 17.7692L19.5883 18.5539C19.7729 18.6 19.9576 18.6462 20.1422 18.6462C20.696 18.6462 21.2037 18.3692 21.4806 17.9077L22.1729 16.7077C22.5883 16.2 22.4037 15.3692 21.8499 14.9077ZM12.1576 17.0769C9.34217 17.0769 7.08064 14.8154 7.08064 12C7.08064 9.18462 9.34217 6.92308 12.1576 6.92308C14.9729 6.92308 17.2345 9.18462 17.2345 12C17.2345 14.8154 14.9729 17.0769 12.1576 17.0769Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"menu-apps\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.00001 1.84616H3.23078C2.44616 1.84616 1.84616 2.44616 1.84616 3.23078V6.00001C1.84616 6.78462 2.44616 7.38462 3.23078 7.38462H6.00001C6.78462 7.38462 7.38462 6.78462 7.38462 6.00001V3.23078C7.38462 2.44616 6.78462 1.84616 6.00001 1.84616ZM6.00001 16.6154H3.23078C2.44616 16.6154 1.84616 17.2154 1.84616 18V20.7692C1.84616 21.5539 2.44616 22.1539 3.23078 22.1539H6.00001C6.78462 22.1539 7.38462 21.5539 7.38462 20.7692V18C7.38462 17.2154 6.78462 16.6154 6.00001 16.6154ZM6.00001 9.23078H3.23078C2.44616 9.23078 1.84616 9.83078 1.84616 10.6154V13.3846C1.84616 14.1692 2.44616 14.7692 3.23078 14.7692H6.00001C6.78462 14.7692 7.38462 14.1692 7.38462 13.3846V10.6154C7.38462 9.83078 6.78462 9.23078 6.00001 9.23078ZM13.3846 1.84616H10.6154C9.83078 1.84616 9.23078 2.44616 9.23078 3.23078V6.00001C9.23078 6.78462 9.83078 7.38462 10.6154 7.38462H13.3846C14.1692 7.38462 14.7692 6.78462 14.7692 6.00001V3.23078C14.7692 2.44616 14.1692 1.84616 13.3846 1.84616ZM13.3846 16.6154H10.6154C9.83078 16.6154 9.23078 17.2154 9.23078 18V20.7692C9.23078 21.5539 9.83078 22.1539 10.6154 22.1539H13.3846C14.1692 22.1539 14.7692 21.5539 14.7692 20.7692V18C14.7692 17.2154 14.1692 16.6154 13.3846 16.6154ZM13.3846 9.23078H10.6154C9.83078 9.23078 9.23078 9.83078 9.23078 10.6154V13.3846C9.23078 14.1692 9.83078 14.7692 10.6154 14.7692H13.3846C14.1692 14.7692 14.7692 14.1692 14.7692 13.3846V10.6154C14.7692 9.83078 14.1692 9.23078 13.3846 9.23078ZM20.7692 1.84616H18C17.2154 1.84616 16.6154 2.44616 16.6154 3.23078V6.00001C16.6154 6.78462 17.2154 7.38462 18 7.38462H20.7692C21.5539 7.38462 22.1539 6.78462 22.1539 6.00001V3.23078C22.1539 2.44616 21.5539 1.84616 20.7692 1.84616ZM20.7692 16.6154H18C17.2154 16.6154 16.6154 17.2154 16.6154 18V20.7692C16.6154 21.5539 17.2154 22.1539 18 22.1539H20.7692C21.5539 22.1539 22.1539 21.5539 22.1539 20.7692V18C22.1539 17.2154 21.5539 16.6154 20.7692 16.6154ZM20.7692 9.23078H18C17.2154 9.23078 16.6154 9.83078 16.6154 10.6154V13.3846C16.6154 14.1692 17.2154 14.7692 18 14.7692H20.7692C21.5539 14.7692 22.1539 14.1692 22.1539 13.3846V10.6154C22.1539 9.83078 21.5539 9.23078 20.7692 9.23078Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"menu-archive\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.8615 1.06155H3.13845C1.93845 1.06155 0.923065 2.07694 0.923065 3.27694V5.49232C0.923065 5.90771 1.24614 6.23078 1.66153 6.23078H22.3385C22.7538 6.23078 23.0769 5.90771 23.0769 5.49232V3.27694C23.0769 2.07694 22.0615 1.06155 20.8615 1.06155ZM21.5077 8.07694H2.53845C2.12306 8.07694 1.79999 8.40002 1.79999 8.8154V21C1.79999 22.2 2.81537 23.2154 4.01537 23.2154H20.0769C21.2769 23.2154 22.2923 22.2 22.2923 21V8.8154C22.2461 8.40002 21.9231 8.07694 21.5077 8.07694ZM15.1384 11.7692H8.86153C8.35383 11.7692 7.93845 11.3539 7.93845 10.8462C7.93845 10.3385 8.35383 9.92309 8.86153 9.92309H15.1384C15.6461 9.92309 16.0615 10.3385 16.0615 10.8462C16.0615 11.3539 15.6461 11.7692 15.1384 11.7692Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"menu-ban\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 0.923065C5.90769 0.923065 0.923077 5.90768 0.923077 12C0.923077 18.0923 5.90769 23.0769 12 23.0769C18.0923 23.0769 23.0769 18.0923 23.0769 12C23.0769 5.90768 18.0923 0.923065 12 0.923065ZM17.4923 12.7846C17.4462 13.1077 17.1692 13.3846 16.8 13.3846H7.2C6.83077 13.3846 6.55385 13.1538 6.50769 12.7846C6.46154 12.2308 6.46154 11.7231 6.50769 11.2154C6.55385 10.8923 6.83077 10.6154 7.2 10.6154H16.8C17.1692 10.6154 17.4462 10.8923 17.4923 11.2154C17.5385 11.7692 17.5385 12.2769 17.4923 12.7846Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"menu-builder\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.30768 7.84616H1.61537C1.24614 7.84616 0.923065 8.16924 0.923065 8.53847V20.3077C0.923065 21.3231 1.75383 22.1539 2.76922 22.1539H5.30768C5.67691 22.1539 5.99999 21.8308 5.99999 21.4615V8.53847C5.99999 8.16924 5.67691 7.84616 5.30768 7.84616ZM22.3846 7.84616H8.53845C8.16922 7.84616 7.84614 8.16924 7.84614 8.53847V21.4615C7.84614 21.8308 8.16922 22.1539 8.53845 22.1539H21.2308C22.2461 22.1539 23.0769 21.3231 23.0769 20.3077V8.53847C23.0769 8.16924 22.7538 7.84616 22.3846 7.84616ZM21.2308 1.84616H2.76922C1.75383 1.84616 0.923065 2.67693 0.923065 3.69231V5.3077C0.923065 5.67693 1.24614 6.00001 1.61537 6.00001H22.3846C22.7538 6.00001 23.0769 5.67693 23.0769 5.3077V3.69231C23.0769 2.67693 22.2461 1.84616 21.2308 1.84616Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"menu-checkin\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.4615 0.923065C7.61538 0.923065 3.69231 4.84614 3.69231 9.73845C3.69231 15.8308 9.96923 21.4154 11.9077 22.8923C12.2308 23.1692 12.6923 23.1692 13.0615 22.8923C15 21.3692 21.2308 15.8308 21.2308 9.73845C21.2308 4.84614 17.3077 0.923065 12.4615 0.923065ZM12.4615 13.3846C10.4308 13.3846 8.76923 11.7231 8.76923 9.6923C8.76923 7.66153 10.4308 5.99999 12.4615 5.99999C14.4923 5.99999 16.1538 7.66153 16.1538 9.6923C16.1538 11.7231 14.4923 13.3846 12.4615 13.3846Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"menu-company\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.69231 1.84616H3.23078C2.44616 1.84616 1.84616 2.44616 1.84616 3.23078V21.6923C1.84616 21.9231 2.07693 22.1539 2.3077 22.1539H4.15385C4.43078 22.1539 4.61539 21.9692 4.61539 21.6923V18.9231C4.61539 18.6462 4.80001 18.4615 5.07693 18.4615H7.84616C8.12308 18.4615 8.3077 18.6462 8.3077 18.9231V21.6923C8.3077 21.9692 8.49231 22.1539 8.76924 22.1539H10.1539C10.6615 22.1539 11.0769 21.7385 11.0769 21.2308V3.23078C11.0769 2.44616 10.4769 1.84616 9.69231 1.84616ZM5.53847 16.3846C5.53847 16.5231 5.44616 16.6154 5.3077 16.6154H3.92308C3.78462 16.6154 3.69231 16.5231 3.69231 16.3846V14.0769C3.69231 13.9385 3.78462 13.8462 3.92308 13.8462H5.3077C5.44616 13.8462 5.53847 13.9385 5.53847 14.0769V16.3846ZM5.53847 11.7692C5.53847 11.9077 5.44616 12 5.3077 12H3.92308C3.78462 12 3.69231 11.9077 3.69231 11.7692V9.46154C3.69231 9.32308 3.78462 9.23078 3.92308 9.23078H5.3077C5.44616 9.23078 5.53847 9.32308 5.53847 9.46154V11.7692ZM5.53847 7.15385C5.53847 7.29232 5.44616 7.38462 5.3077 7.38462H3.92308C3.78462 7.38462 3.69231 7.29232 3.69231 7.15385V4.84616C3.69231 4.7077 3.78462 4.61539 3.92308 4.61539H5.3077C5.44616 4.61539 5.53847 4.7077 5.53847 4.84616V7.15385ZM9.23078 16.3846C9.23078 16.5231 9.13847 16.6154 9.00001 16.6154H7.61539C7.47693 16.6154 7.38462 16.5231 7.38462 16.3846V14.0769C7.38462 13.9385 7.47693 13.8462 7.61539 13.8462H9.00001C9.13847 13.8462 9.23078 13.9385 9.23078 14.0769V16.3846ZM9.23078 11.7692C9.23078 11.9077 9.13847 12 9.00001 12H7.61539C7.47693 12 7.38462 11.9077 7.38462 11.7692V9.46154C7.38462 9.32308 7.47693 9.23078 7.61539 9.23078H9.00001C9.13847 9.23078 9.23078 9.32308 9.23078 9.46154V11.7692ZM9.23078 7.15385C9.23078 7.29232 9.13847 7.38462 9.00001 7.38462H7.61539C7.47693 7.38462 7.38462 7.29232 7.38462 7.15385V4.84616C7.38462 4.7077 7.47693 4.61539 7.61539 4.61539H9.00001C9.13847 4.61539 9.23078 4.7077 9.23078 4.84616V7.15385ZM20.7692 6.46154H14.3077C13.5231 6.46154 12.9231 7.06154 12.9231 7.84616V21.6923C12.9231 21.9231 13.1539 22.1539 13.3846 22.1539H15.2308C15.5077 22.1539 15.6923 21.9692 15.6923 21.6923V18.9231C15.6923 18.6462 15.8769 18.4615 16.1539 18.4615H18.9231C19.2 18.4615 19.3846 18.6462 19.3846 18.9231V21.6923C19.3846 21.9692 19.5692 22.1539 19.8462 22.1539H21.2308C21.7385 22.1539 22.1539 21.7385 22.1539 21.2308V7.84616C22.1539 7.06154 21.5539 6.46154 20.7692 6.46154ZM16.6154 16.3846C16.6154 16.5231 16.5231 16.6154 16.3846 16.6154H15C14.8615 16.6154 14.7692 16.5231 14.7692 16.3846V14.0769C14.7692 13.9385 14.8615 13.8462 15 13.8462H16.3846C16.5231 13.8462 16.6154 13.9385 16.6154 14.0769V16.3846ZM16.6154 11.7692C16.6154 11.9077 16.5231 12 16.3846 12H15C14.8615 12 14.7692 11.9077 14.7692 11.7692V9.46154C14.7692 9.32308 14.8615 9.23078 15 9.23078H16.3846C16.5231 9.23078 16.6154 9.32308 16.6154 9.46154V11.7692ZM20.3077 16.3846C20.3077 16.5231 20.2154 16.6154 20.0769 16.6154H18.6923C18.5539 16.6154 18.4615 16.5231 18.4615 16.3846V14.0769C18.4615 13.9385 18.5539 13.8462 18.6923 13.8462H20.0769C20.2154 13.8462 20.3077 13.9385 20.3077 14.0769V16.3846ZM20.3077 11.7692C20.3077 11.9077 20.2154 12 20.0769 12H18.6923C18.5539 12 18.4615 11.9077 18.4615 11.7692V9.46154C18.4615 9.32308 18.5539 9.23078 18.6923 9.23078H20.0769C20.2154 9.23078 20.3077 9.32308 20.3077 9.46154V11.7692Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"menu-hierarchy\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.7077 10.7077H5.03078C4.7077 10.7077 4.38462 10.9846 4.38462 11.3077V16.1539H2.49231C2.16924 16.1539 1.84616 16.4769 1.84616 16.8V21.4154C1.84616 21.7385 2.16924 22.0615 2.49231 22.0615H8.81539C9.13847 22.0615 9.46155 21.7385 9.46155 21.4154V16.8C9.46155 16.4769 9.13847 16.1539 8.81539 16.1539H6.92308V13.2H17.0308V16.1539H15.1385C14.8154 16.1539 14.4923 16.4769 14.4923 16.8V21.4154C14.4923 21.7385 14.8154 22.0615 15.1385 22.0615H21.4615C21.7846 22.0615 22.0615 21.7385 22.0615 21.4154V16.8C22.0615 16.4769 21.7846 16.1539 21.4615 16.1539H19.5231V11.3077C19.5231 10.9846 19.2 10.7077 18.8769 10.7077H13.2462V7.75385H15.1385C15.4615 7.75385 15.7385 7.43078 15.7385 7.1077V2.49231C15.7385 2.16924 15.4615 1.84616 15.1385 1.84616H8.81539C8.49232 1.84616 8.16924 2.16924 8.16924 2.49231V7.1077C8.16924 7.43078 8.49232 7.75385 8.81539 7.75385H10.7539V10.7077H10.7077Z\" fill=\"currentColor\"/>\n    </symbol>\n\n  </defs>\n</svg>\n"}]}],"members":{}},"GasUploaderDirective":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":19,"character":1},"arguments":[{"selector":"[gasUploader], gas-uploader","providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR","line":23,"character":15},"useExisting":{"__symbolic":"reference","name":"GasUploaderDirective"},"multi":true}],"host":{"class":"g-cursor-p"}}]}],"members":{"onChangeFile$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":31,"character":3},"arguments":["onChangeFile"]}]}],"type":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":34,"character":3}}]}],"isDragAndDrop":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":37,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":38,"character":3}}]}],"activeDraggedClass":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":41,"character":3}}]}],"clickable":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":44,"character":3}}]}],"maxFileSize":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":47,"character":3}}]}],"accept":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":53,"character":3}}]}],"multi":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":56,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":64,"character":24},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":65,"character":22}]}],"upload":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostListener","line":70,"character":3},"arguments":["click"]}]}],"dragOverFile":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasBind","line":79,"character":3}}]}],"dragLeaveFile":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasBind","line":103,"character":3}}]}],"dropFile":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasBind","line":115,"character":3}}]}],"uploadFile":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasBind","line":132,"character":3}}]}],"ngOnInit":[{"__symbolic":"method"}],"selectFile":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"writeValue":[{"__symbolic":"method"}],"registerOnTouched":[{"__symbolic":"method"}],"registerOnChange":[{"__symbolic":"method"}],"createInputFile":[{"__symbolic":"method"}],"checkFileType":[{"__symbolic":"method"}],"setIsDragAndDropValue":[{"__symbolic":"method"}],"getFileArray":[{"__symbolic":"method"}]}},"GasUploaderDirectiveModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":10,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasUploaderDirective"}]],"exports":[[{"__symbolic":"reference","name":"GasUploaderDirective"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":18,"character":4}]}]}],"members":{}},"GasClickOutsideDirective":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":4,"character":1},"arguments":[{"selector":"[gasClickOutside]"}]}],"members":{"handleClick$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":8,"character":3},"arguments":["handleClick"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":14,"character":24}]}],"clickHandler":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}]}},"GasClickOutsideDirectiveModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":9,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasClickOutsideDirective"}]],"exports":[[{"__symbolic":"reference","name":"GasClickOutsideDirective"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":17,"character":4}]}]}],"members":{}},"GasScrollComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ngneat/until-destroy","name":"UntilDestroy","line":35,"character":1}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":36,"character":1},"arguments":[{"selector":"gas-scroll","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":40,"character":19},"member":"OnPush"},"host":{"[class._small]":"sizeType === 'small'","[class._medium]":"sizeType === 'medium'","[class._big]":"sizeType === 'big'","$quoted$":["[class._small]","[class._medium]","[class._big]"]},"template":"<div class=\"scroll-inner\">\n  <div #container class=\"container\">\n    <div #contentWrapper class=\"content-wrapper\">\n      <ng-content></ng-content>\n    </div>\n  </div>\n\n  <gas-scrollbar\n    *ngIf=\"hasXScrollbar && !this.hideScrollbars\"\n    horizontal\n    [scrolledRatio]=\"xScrolledRatio\"\n    [viewRatio]=\"xViewRatio\"\n    (scrolled)=\"xScroll($event)\"\n  ></gas-scrollbar>\n\n  <gas-scrollbar\n    *ngIf=\"hasYScrollbar && !this.hideScrollbars\"\n    [scrolledRatio]=\"yScrolledRatio\"\n    [viewRatio]=\"yViewRatio\"\n    (scrolled)=\"yScroll($event)\"\n  ></gas-scrollbar>\n</div>\n","styles":[":host{display:flex}:host._small{--gas-width:var(--xs-size)}:host._big{--gas-width:var(--semi-md-size)}.scroll-inner{flex:1 1 auto;position:relative;overflow:hidden;display:flex;align-items:stretch;justify-content:stretch}.container{align-self:stretch;flex:1 1 auto;overflow:scroll}:host._overflow-x-hidden .container{overflow-x:hidden}:host._overflow-y-hidden .container{overflow-y:hidden}.content-wrapper{display:inline-block;vertical-align:top;min-width:100%;min-height:100%;overflow:hidden}:host._overflow-x-hidden .content-wrapper{width:100%}:host._overflow-y-hidden .content-wrapper{height:100%}"]}]}],"members":{"overflowXHidden":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":49,"character":3},"arguments":["class._overflow-x-hidden"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":50,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":51,"character":3}}]}],"overflowYHidden":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":55,"character":3},"arguments":["class._overflow-y-hidden"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":56,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":57,"character":3}}]}],"hideScrollbars":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":60,"character":3}}]}],"sizeType":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":63,"character":3}}]}],"onXScroll$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":66,"character":3},"arguments":["onXScroll"]}]}],"onYScroll$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":69,"character":3},"arguments":["onYScroll"]}]}],"containerRef":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":72,"character":3},"arguments":["container",{"static":true}]}]}],"contentWrapperRef":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":75,"character":3},"arguments":["contentWrapper",{"static":true}]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":107,"character":23},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":108,"character":22},{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef","line":109,"character":31}]}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}],"xScroll":[{"__symbolic":"method"}],"yScroll":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"fromScrollEvent":[{"__symbolic":"method"}],"setScrollExistence":[{"__symbolic":"method"}],"setScrollPosition":[{"__symbolic":"method"}],"hideNativeScroll":[{"__symbolic":"method"}],"setContainerStyle":[{"__symbolic":"method"}],"getScrollbarWidth":[{"__symbolic":"method"}],"emitScrollLeft":[{"__symbolic":"method"}],"emitScrollTop":[{"__symbolic":"method"}]}},"GasScrollModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":6,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"GasScrollComponent"},{"__symbolic":"reference","name":"ɵb"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":12,"character":4}],"exports":[{"__symbolic":"reference","name":"GasScrollComponent"}]}]}],"members":{}},"GasObjectFilterPipe":{"__symbolic":"class","arity":1,"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Pipe","line":7,"character":1},"arguments":[{"name":"gasObjectFilter","pure":false}]}],"members":{"transform":[{"__symbolic":"method"}]}},"GasObjectFilterModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":8,"character":1},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":10,"character":4}],"declarations":[[{"__symbolic":"reference","name":"GasObjectFilterPipe"}]],"exports":[[{"__symbolic":"reference","name":"GasObjectFilterPipe"}]]}]}],"members":{}},"GasFormKeyDirective":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ngneat/until-destroy","name":"UntilDestroy","line":17,"character":1}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":18,"character":1},"arguments":[{"selector":"[gasFormKey]"}]}],"members":{"gasFormKey":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":23,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":52,"character":5}}],[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":53,"character":5}}],[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":54,"character":5}}],[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":55,"character":5}}],[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":56,"character":5}}],[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":57,"character":5}}],[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":58,"character":5}}],[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":59,"character":5}}],[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":60,"character":5}}],[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":61,"character":5}}]],"parameters":[{"__symbolic":"reference","name":"GasFiltersDirective"},{"__symbolic":"reference","name":"GasInputComponent"},{"__symbolic":"reference","name":"GasCheckboxComponent"},{"__symbolic":"reference","name":"GasSwitchComponent"},{"__symbolic":"reference","name":"GasSelectComponent"},{"__symbolic":"reference","name":"GasRadioGroupComponent"},{"__symbolic":"reference","name":"GasDateDirective"},{"__symbolic":"reference","name":"GasDatepickerInputComponent"},{"__symbolic":"reference","name":"GasAutocompleteComponent"},{"__symbolic":"reference","name":"GasStatusTagGroupComponent"}]}],"ngAfterViewInit":[{"__symbolic":"method"}],"init":[{"__symbolic":"method"}],"checkValueAndSetModified":[{"__symbolic":"method"}]}},"GasFormKeyModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":8,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasFormKeyDirective"}]],"exports":[[{"__symbolic":"reference","name":"GasFormKeyDirective"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":16,"character":4}]}]}],"members":{}},"GasBrowserEventsService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":17,"character":1},"arguments":[{"providedIn":"root"}]}],"members":{"delayed":[{"__symbolic":"method"}]},"statics":{"ɵprov":{}}},"GasPositioningService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":6,"character":1},"arguments":[{"providedIn":"root"}]}],"members":{"positioning":[{"__symbolic":"method"}],"hasPlaceInPreferablePosition":[{"__symbolic":"method"}],"alignBySide":[{"__symbolic":"method"}],"throwPositionError":[{"__symbolic":"method"}]},"statics":{"ɵprov":{}}},"GasDatepickerRangeComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ngneat/until-destroy","name":"UntilDestroy","line":19,"character":1}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":20,"character":1},"arguments":[{"selector":"gas-datepicker-range","template":"<ng-content></ng-content>","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":23,"character":19},"member":"OnPush"}}]}],"members":{"min":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":27,"character":3}}]}],"max":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":31,"character":3}}]}],"error":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":34,"character":3}}]}],"rangeClass":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":37,"character":3},"arguments":["class.gas-range"]}]}],"inputs":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren","line":40,"character":3},"arguments":[{"__symbolic":"reference","name":"GasDatepickerInputComponent"},{"descendants":true}]}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterContentInit":[{"__symbolic":"method"}],"setInputError":[{"__symbolic":"method"}],"disableInputError":[{"__symbolic":"method"}]}},"GasNumberRangeComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":10,"character":1},"arguments":[{"selector":"gas-number-range","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":14,"character":19},"member":"OnPush"},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR","line":16,"character":13},"useExisting":{"__symbolic":"reference","name":"GasNumberRangeComponent"},"multi":true}],"template":"<ng-container\n  *ngIf=\"{\n    error: error$ | async\n  } as observables\"\n>\n  <div *ngIf=\"label?.length\" class=\"label\">{{ label }}</div>\n  <div class=\"input-wrapper\">\n    <gas-input\n      nativeType=\"number\"\n      placeholder=\"С\"\n      [value]=\"minValue?.toString() || ''\"\n      [state]=\"observables.error?.length ? 'error' : 'default'\"\n      (onChanged)=\"updateMinValue($event)\"\n    ></gas-input>\n    <div class=\"separator\"></div>\n    <gas-input\n      nativeType=\"number\"\n      placeholder=\"По\"\n      [value]=\"maxValue?.toString() || ''\"\n      [state]=\"observables.error?.length ? 'error' : 'default'\"\n      (onChanged)=\"updateMaxValue($event)\"\n    ></gas-input>\n  </div>\n  <div\n    *ngIf=\"observables.error?.length\"\n    class=\"error\"\n  >\n    {{ observables.error }}\n  </div>\n</ng-container>\n","styles":[":host{display:flex;flex-direction:column;width:100%}:host .label{color:var(--text-weak)}:host .error,:host .label{font-size:13px;line-height:130%}:host .error{color:var(--base-negative-medium)}:host .input-wrapper{display:flex;justify-content:space-between;width:100%}:host .input-wrapper gas-input{width:calc(50% - var(--base-size))}:host .input-wrapper .separator{width:8px;display:block;height:1px;background:var(--base-gray-light);align-self:center}"]}]}],"members":{"label":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":23,"character":3}}]}],"min":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":26,"character":3}}]}],"max":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":35,"character":3}}]}],"updateMinValue":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","name":"GasDebounce"}}]}],"updateMaxValue":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","name":"GasDebounce"}}]}],"ngOnInit":[{"__symbolic":"method"}],"writeValue":[{"__symbolic":"method"}],"registerOnTouched":[{"__symbolic":"method"}],"registerOnChange":[{"__symbolic":"method"}],"setDisabledState":[{"__symbolic":"method"}],"dispatchOnChange":[{"__symbolic":"method"}],"calculateErrorText":[{"__symbolic":"method"}]}},"GasRangeComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ngneat/until-destroy","name":"UntilDestroy","line":34,"character":1}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":35,"character":1},"arguments":[{"selector":"gas-range","template":"<ng-content></ng-content>","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":38,"character":19},"member":"OnPush"}}]}],"members":{"type":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":41,"character":3}}]}],"min":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":50,"character":3}}]}],"max":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":54,"character":3}}]}],"error":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":57,"character":3}}]}],"rangeClass":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":60,"character":3},"arguments":["class.gas-range"]}]}],"inputs":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren","line":63,"character":3},"arguments":[{"__symbolic":"reference","name":"GasInputComponent"},{"descendants":true}]}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterContentInit":[{"__symbolic":"method"}],"setInputError":[{"__symbolic":"method"}],"disableInputError":[{"__symbolic":"method"}]}},"GasRangeModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":14,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasRangeComponent"},{"__symbolic":"reference","name":"GasNumberRangeComponent"},{"__symbolic":"reference","name":"GasDatepickerRangeComponent"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":17,"character":4},{"__symbolic":"reference","name":"GasInputModule"},{"__symbolic":"reference","module":"@angular/forms","name":"ReactiveFormsModule","line":19,"character":4}],"exports":[[{"__symbolic":"reference","name":"GasRangeComponent"},{"__symbolic":"reference","name":"GasNumberRangeComponent"},{"__symbolic":"reference","name":"GasDatepickerRangeComponent"}]]}]}],"members":{}},"gasCheckDate":{"__symbolic":"function"},"removeDuble":{"__symbolic":"function"},"checkCurrentTime":{"__symbolic":"function"},"addZero":{"__symbolic":"function","parameters":["value"],"value":{"__symbolic":"if","condition":{"__symbolic":"binop","operator":"<","left":{"__symbolic":"reference","name":"value"},"right":10},"thenExpression":{"__symbolic":"binop","operator":"+","left":"0","right":{"__symbolic":"reference","name":"value"}},"elseExpression":{"__symbolic":"call","expression":{"__symbolic":"select","expression":{"__symbolic":"reference","name":"value"},"member":"toString"}}}},"GasDatepickerDirective":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ngneat/until-destroy","name":"UntilDestroy","line":27,"character":1}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":28,"character":1},"arguments":[{"selector":"[gasDatepicker]"}]}],"members":{"dateFormat":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":33,"character":3}}]}],"presetDate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":36,"character":3}}]}],"nativeDisabled":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":39,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":40,"character":3}}]}],"timesPicker":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":43,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":44,"character":3}}]}],"defaultTime":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":47,"character":3}}]}],"minDate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":54,"character":3}}]}],"maxDate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":57,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"GasInputComponent"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef","line":78,"character":30},{"__symbolic":"reference","module":"@cikrf/gas-utils/services","name":"GasDynamicComponentsService","line":79,"character":41},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":80,"character":22},{"__symbolic":"reference","module":"@angular/common","name":"DatePipe","line":81,"character":22}]}],"clickHandler":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostListener","line":85,"character":3},"arguments":["click",["$event"]]}]}],"createComponent":[{"__symbolic":"method"}],"removeComponent":[{"__symbolic":"method"}],"setDatepickerPosition":[{"__symbolic":"method"}],"getPresetDate":[{"__symbolic":"method"}],"transformDateToCleanIso":[{"__symbolic":"method"}],"transformDateTimeToCleanIso":[{"__symbolic":"method"}],"setComponentProps":[{"__symbolic":"method"}],"addSubsribes":[{"__symbolic":"method"}]}},"GasDatepickerDirectiveModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":9,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasDatepickerDirective"}]],"exports":[[{"__symbolic":"reference","name":"GasDatepickerDirective"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":17,"character":4}]}]}],"members":{}},"GasDatePipe":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Pipe","line":6,"character":1},"arguments":[{"name":"gasDate","pure":true}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/common","name":"DatePipe","line":13,"character":22}]}],"transform":[{"__symbolic":"method"}]}},"GasDatePipeModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":9,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasDatePipe"}]],"exports":[[{"__symbolic":"reference","name":"GasDatePipe"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":17,"character":4}],"providers":[{"__symbolic":"reference","module":"@angular/common","name":"DatePipe","line":20,"character":4}]}]}],"members":{}},"GasTemplateDirective":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":3,"character":1},"arguments":[{"selector":"[gasTemplate]"}]}],"members":{"name":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":8,"character":3},"arguments":["gasTemplate"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"TemplateRef","module":"@angular/core","arguments":[{"__symbolic":"error","message":"Could not resolve type","line":12,"character":33,"context":{"typeName":"HTMLElement"},"module":"./lib/utils/gas-template/gas-template.directive"}]}]}]}},"GasTemplateModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":10,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasTemplateDirective"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":15,"character":4}],"exports":[[{"__symbolic":"reference","name":"GasTemplateDirective"}]]}]}],"members":{}},"equals":{"__symbolic":"function"},"equalsByValue":{"__symbolic":"function"},"getNestedObjectValue":{"__symbolic":"function"},"isFunction":{"__symbolic":"function","parameters":["obj"],"value":{"__symbolic":"pre","operator":"!","operand":{"__symbolic":"pre","operator":"!","operand":{"__symbolic":"binop","operator":"&&","left":{"__symbolic":"binop","operator":"&&","left":{"__symbolic":"binop","operator":"&&","left":{"__symbolic":"reference","name":"obj"},"right":{"__symbolic":"select","expression":{"__symbolic":"reference","name":"obj"},"member":"constructor"}},"right":{"__symbolic":"select","expression":{"__symbolic":"reference","name":"obj"},"member":"call"}},"right":{"__symbolic":"select","expression":{"__symbolic":"reference","name":"obj"},"member":"apply"}}}}},"toCamelCase":{"__symbolic":"error","message":"Lambda not supported","line":158,"character":27,"module":"./lib/utils/helpers/object.helper"},"camelCaseToKebab":{"__symbolic":"error","message":"Lambda not supported","line":162,"character":32,"module":"./lib/utils/helpers/object.helper"},"camelCaseToSnake":{"__symbolic":"error","message":"Lambda not supported","line":164,"character":32,"module":"./lib/utils/helpers/object.helper"},"separateCamelCaseWithSymbol":{"__symbolic":"error","message":"Lambda not supported","line":166,"character":43,"module":"./lib/utils/helpers/object.helper"},"loadingTo":{"__symbolic":"function","parameters":["state"],"value":{"__symbolic":"error","message":"Lambda not supported","line":14,"character":9,"module":"./lib/utils/helpers/gas-rx-helpers/gas-rx.helper"}},"GasDebounce":{"__symbolic":"function"},"GasDateDirective":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":20,"character":1},"arguments":[{"selector":"[gasDate]","providers":[{"__symbolic":"reference","name":"GasDatePipe"},{"__symbolic":"reference","module":"@angular/common","name":"DatePipe","line":22,"character":27}]}]}],"members":{"gasDate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":25,"character":3}}]}],"format":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":28,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":34,"character":24},{"__symbolic":"reference","name":"GasDatePipe"}]}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}],"setValue":[{"__symbolic":"method"}]}},"GasDateDirectiveModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":9,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasDateDirective"}]],"exports":[[{"__symbolic":"reference","name":"GasDateDirective"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":17,"character":4}]}]}],"members":{}},"GasBreadcrumbsComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":3,"character":1},"arguments":[{"selector":"gas-breadcrumbs","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":7,"character":19},"member":"OnPush"},"template":"<div *ngFor=\"let crumb of breadcrumb\" class=\"gas-breadcrumbs__crumb\">\n  <gas-icon name=\"layout-crum\" [size]=\"20\" class=\"mr-xs\"></gas-icon>\n  <div\n    (click)=\"crumb?.callback(crumb)\"\n    class=\"gas-breadcrumbs__title\">\n    {{ crumb.title }}\n  </div>\n</div>\n","styles":[":host{display:flex;padding-bottom:var(--xs-size)}:host .gas-breadcrumbs__crumb{display:flex;align-items:center;color:var(--link-normal)}:host .gas-breadcrumbs__title{font-size:12px;line-height:130%;font-weight:700;cursor:pointer;text-transform:uppercase}"]}]}],"members":{"breadcrumb":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":10,"character":3}}]}]}},"GasBreadcrumbsModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":10,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasBreadcrumbsComponent"}]],"exports":[[{"__symbolic":"reference","name":"GasBreadcrumbsComponent"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":18,"character":4},{"__symbolic":"reference","name":"GasIconsModule"}]}]}],"members":{}},"GasBreadcrumb":{"__symbolic":"interface"},"GasProgressComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":40,"character":1},"arguments":[{"selector":"gas-progress","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":44,"character":19},"member":"OnPush"},"template":"<div\n    [class]=\"'gas-progress__block' + ' ' + name\"\n>\n    <gas-icon\n        [name]=\"'common-progress-' + name\"\n        [size]=\"size\"\n        [style.stroke-dasharray]=\"progressSetting.progress\"\n        [style.stroke-width]=\"progressSetting.width\"\n        [style.stroke-dashoffset]=\"progressSetting.offset\"\n        [ngClass]=\"{\n          'icon-brand': color === 'brand',\n          'icon-success': color === 'success',\n          'icon-error': color === 'error',\n          'icon-warning': color === 'warning'\n        }\"\n    >\n    </gas-icon>\n    <div\n      class=\"regular-size-3 gas-progress_text\"\n      [ngClass]=\"{\n        'text-normal': color === 'brand',\n        'icon-success': color === 'success',\n        'icon-error': color === 'error',\n        'icon-warning': color === 'warning'\n      }\"\n    >\n        <ng-content></ng-content>\n    </div>\n</div>\n","styles":[".gas-progress__block{border-radius:50%;box-sizing:border-box;position:relative}.gas-progress__block gas-icon{position:absolute}.gas-progress__block .gas-progress_text{display:flex;align-items:center;justify-content:center;width:-webkit-fill-available;height:-webkit-fill-available}.xxl{height:200px;width:200px;border:var(--border-line-normal);border-width:5px}.xxl gas-icon{top:-5px;left:-5px}.xxl .gas-progress_text{font-size:24px;font-weight:400;line-height:80%}.xlg{height:80px;width:80px;border:var(--border-line-normal);border-width:6px}.xlg gas-icon{top:-6px;left:-6px}.xlg .gas-progress_text{font-size:24px;font-weight:400;line-height:80%}.lg{height:48px;width:48px;border:var(--border-line-normal);border-width:4px}.lg gas-icon{top:-4px;left:-4px}.lg .gas-progress_text{font-size:14px;font-weight:700;line-height:140%}.sm{height:32px;width:32px;border:var(--border-line-normal);border-width:4px}.sm gas-icon{top:-4px;left:-4px}.sm .gas-progress_text{font-size:14px;font-weight:700;line-height:140%}"]}]}],"members":{"color":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":48,"character":3}}]}],"progress":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":51,"character":3}}]}],"size":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":54,"character":3}}]}],"ngOnInit":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}],"calculatedProgress":[{"__symbolic":"method"}],"calculatedProgressSetting":[{"__symbolic":"method"}],"setNameAndWidth":[{"__symbolic":"method"}]}},"GasProgressModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":10,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasProgressComponent"}]],"exports":[[{"__symbolic":"reference","name":"GasProgressComponent"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":18,"character":4},{"__symbolic":"reference","name":"GasIconsModule"}]}]}],"members":{}},"GasProgressColor":{"__symbolic":"interface"},"GasSpinnerComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":2,"character":1},"arguments":[{"selector":"gas-spinner","host":{"[class._ultra-small]":"size === 'ultra-small'","[class._x-small]":"size === 'x-small'","[class._small]":"size === 'small'","[class._medium]":"size === 'medium'","[class._large]":"size === 'large'","$quoted$":["[class._ultra-small]","[class._x-small]","[class._small]","[class._medium]","[class._large]"]},"changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":13,"character":19},"member":"OnPush"},"template":"<div\n    [class]=\"'gas-spinner ' + '_' + size\"\n>\n    <span\n        *ngFor=\"let span of ['', '', '', '', '', '']\"\n        [style.width]=\"sizeGrid[size].size\"\n        [style.height]=\"sizeGrid[size].size\"\n        class=\"gas-spinner__ball {{ getBackgroundClass() }}\"\n    >\n    </span>\n</div>\n","styles":[":host{position:absolute;left:50%;top:50%}:host._ultra-small{left:calc(50% + 1px)}.gas-spinner{position:relative;height:100%;width:100%}.gas-spinner__ball{position:absolute;border-radius:50%;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.gas-spinner :first-child{-webkit-animation-delay:-.0833333s;animation-delay:-.0833333s;-webkit-animation-duration:1s;animation-duration:1s}.gas-spinner :nth-child(2){-webkit-animation-delay:.0833333s;animation-delay:.0833333s;-webkit-animation-duration:1s;animation-duration:1s}.gas-spinner :nth-child(3){-webkit-animation-delay:.25s;animation-delay:.25s;-webkit-animation-duration:1s;animation-duration:1s}.gas-spinner :nth-child(4){-webkit-animation-delay:.41666667s;animation-delay:.41666667s;-webkit-animation-duration:1s;animation-duration:1s}.gas-spinner :nth-child(5){-webkit-animation-delay:583.33333ms;animation-delay:583.33333ms;-webkit-animation-duration:1s;animation-duration:1s}.gas-spinner :nth-child(6){-webkit-animation-delay:.75s;animation-delay:.75s;-webkit-animation-duration:1s;animation-duration:1s}.gas-spinner__text{position:absolute;width:100%;left:calc(50% - 12.08px/2 - 60.15px);top:calc(50% - 12.08px/2 - 65.68px)}","._large :first-child{-webkit-animation-name:largeBounceTop;animation-name:largeBounceTop;left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 - 25.96px)}._large :nth-child(2){-webkit-animation-name:largeBounceTopAndRight;animation-name:largeBounceTopAndRight;left:calc(50% - 12.08px/2 + 24.15px);top:calc(50% - 12.08px/2 - 12.68px)}._large :nth-child(3){-webkit-animation-name:largeBounceBottomAndRight;animation-name:largeBounceBottomAndRight;left:calc(50% - 12.08px/2 + 24.15px);top:calc(50% - 12.08px/2 + 13.89px)}._large :nth-child(4){-webkit-animation-name:largeBounceBottom;animation-name:largeBounceBottom;left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 + 25.96px)}._large :nth-child(5){-webkit-animation-name:largeBounceBottomAndLeft;animation-name:largeBounceBottomAndLeft;left:calc(50% - 12.08px/2 - 24.15px);top:calc(50% - 12.08px/2 + 13.89px)}._large :nth-child(6){-webkit-animation-name:largeBounceTopAndLeft;animation-name:largeBounceTopAndLeft;left:calc(50% - 12.08px/2 - 24.15px);top:calc(50% - 12.08px/2 - 12.68px)}@-webkit-keyframes largeBounceTop{0%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 - 25.96px)}20%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 - 35.96px)}40%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 - 25.96px)}}@keyframes largeBounceTop{0%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 - 25.96px)}20%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 - 35.96px)}40%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 - 25.96px)}}@-webkit-keyframes largeBounceTopAndRight{0%{left:calc(50% - 12.08px/2 + 24.15px);top:calc(50% - 12.08px/2 - 12.68px)}20%{left:calc(50% - 12.08px/2 + 34.15px);top:calc(50% - 12.08px/2 - 22.68px)}40%{left:calc(50% - 12.08px/2 + 24.15px);top:calc(50% - 12.08px/2 - 12.68px)}}@keyframes largeBounceTopAndRight{0%{left:calc(50% - 12.08px/2 + 24.15px);top:calc(50% - 12.08px/2 - 12.68px)}20%{left:calc(50% - 12.08px/2 + 34.15px);top:calc(50% - 12.08px/2 - 22.68px)}40%{left:calc(50% - 12.08px/2 + 24.15px);top:calc(50% - 12.08px/2 - 12.68px)}}@-webkit-keyframes largeBounceBottomAndRight{0%{left:calc(50% - 12.08px/2 + 24.15px);top:calc(50% - 12.08px/2 + 13.89px)}20%{left:calc(50% - 12.08px/2 + 34.15px);top:calc(50% - 12.08px/2 + 23.89px)}40%{left:calc(50% - 12.08px/2 + 24.15px);top:calc(50% - 12.08px/2 + 13.89px)}}@keyframes largeBounceBottomAndRight{0%{left:calc(50% - 12.08px/2 + 24.15px);top:calc(50% - 12.08px/2 + 13.89px)}20%{left:calc(50% - 12.08px/2 + 34.15px);top:calc(50% - 12.08px/2 + 23.89px)}40%{left:calc(50% - 12.08px/2 + 24.15px);top:calc(50% - 12.08px/2 + 13.89px)}}@-webkit-keyframes largeBounceBottom{0%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 + 25.96px)}20%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 + 35.96px)}40%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 + 25.96px)}}@keyframes largeBounceBottom{0%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 + 25.96px)}20%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 + 35.96px)}40%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 + 25.96px)}}@-webkit-keyframes largeBounceBottomAndLeft{0%{left:calc(50% - 12.08px/2 - 24.15px);top:calc(50% - 12.08px/2 + 13.89px)}20%{left:calc(50% - 12.08px/2 - 34.15px);top:calc(50% - 12.08px/2 + 23.89px)}40%{left:calc(50% - 12.08px/2 - 24.15px);top:calc(50% - 12.08px/2 + 13.89px)}}@keyframes largeBounceBottomAndLeft{0%{left:calc(50% - 12.08px/2 - 24.15px);top:calc(50% - 12.08px/2 + 13.89px)}20%{left:calc(50% - 12.08px/2 - 34.15px);top:calc(50% - 12.08px/2 + 23.89px)}40%{left:calc(50% - 12.08px/2 - 24.15px);top:calc(50% - 12.08px/2 + 13.89px)}}@-webkit-keyframes largeBounceTopAndLeft{0%{left:calc(50% - 12.08px/2 - 24.15px);top:calc(50% - 12.08px/2 - 12.68px)}20%{left:calc(50% - 12.08px/2 - 34.15px);top:calc(50% - 12.08px/2 - 22.68px)}40%{left:calc(50% - 12.08px/2 - 24.15px);top:calc(50% - 12.08px/2 - 12.68px)}}@keyframes largeBounceTopAndLeft{0%{left:calc(50% - 12.08px/2 - 24.15px);top:calc(50% - 12.08px/2 - 12.68px)}20%{left:calc(50% - 12.08px/2 - 34.15px);top:calc(50% - 12.08px/2 - 22.68px)}40%{left:calc(50% - 12.08px/2 - 24.15px);top:calc(50% - 12.08px/2 - 12.68px)}}._medium :first-child{-webkit-animation-name:mediumBounceTop;animation-name:mediumBounceTop;left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 - 20.96px)}._medium :nth-child(2){-webkit-animation-name:mediumBounceTopAndRight;animation-name:mediumBounceTopAndRight;left:calc(50% - 12.08px/2 + 20.15px);top:calc(50% - 12.08px/2 - 10.68px)}._medium :nth-child(3){-webkit-animation-name:mediumBounceBottomAndRight;animation-name:mediumBounceBottomAndRight;left:calc(50% - 12.08px/2 + 20.15px);top:calc(50% - 12.08px/2 + 10.89px)}._medium :nth-child(4){-webkit-animation-name:mediumBounceBottom;animation-name:mediumBounceBottom;left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 + 20.96px)}._medium :nth-child(5){-webkit-animation-name:mediumBounceBottomAndLeft;animation-name:mediumBounceBottomAndLeft;left:calc(50% - 12.08px/2 - 20.15px);top:calc(50% - 12.08px/2 + 10.89px)}._medium :nth-child(6){-webkit-animation-name:mediumBounceTopAndLeft;animation-name:mediumBounceTopAndLeft;left:calc(50% - 12.08px/2 - 20.15px);top:calc(50% - 12.08px/2 - 10.68px)}@-webkit-keyframes mediumBounceTop{0%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 - 20.96px)}20%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 - 25.96px)}40%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 - 20.96px)}}@keyframes mediumBounceTop{0%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 - 20.96px)}20%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 - 25.96px)}40%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 - 20.96px)}}@-webkit-keyframes mediumBounceTopAndRight{0%{left:calc(50% - 12.08px/2 + 20.15px);top:calc(50% - 12.08px/2 - 10.68px)}20%{left:calc(50% - 12.08px/2 + 25.15px);top:calc(50% - 12.08px/2 - 15.68px)}40%{left:calc(50% - 12.08px/2 + 20.15px);top:calc(50% - 12.08px/2 - 10.68px)}}@keyframes mediumBounceTopAndRight{0%{left:calc(50% - 12.08px/2 + 20.15px);top:calc(50% - 12.08px/2 - 10.68px)}20%{left:calc(50% - 12.08px/2 + 25.15px);top:calc(50% - 12.08px/2 - 15.68px)}40%{left:calc(50% - 12.08px/2 + 20.15px);top:calc(50% - 12.08px/2 - 10.68px)}}@-webkit-keyframes mediumBounceBottomAndRight{0%{left:calc(50% - 12.08px/2 + 20.15px);top:calc(50% - 12.08px/2 + 10.89px)}20%{left:calc(50% - 12.08px/2 + 25.15px);top:calc(50% - 12.08px/2 + 15.89px)}40%{left:calc(50% - 12.08px/2 + 20.15px);top:calc(50% - 12.08px/2 + 10.89px)}}@keyframes mediumBounceBottomAndRight{0%{left:calc(50% - 12.08px/2 + 20.15px);top:calc(50% - 12.08px/2 + 10.89px)}20%{left:calc(50% - 12.08px/2 + 25.15px);top:calc(50% - 12.08px/2 + 15.89px)}40%{left:calc(50% - 12.08px/2 + 20.15px);top:calc(50% - 12.08px/2 + 10.89px)}}@-webkit-keyframes mediumBounceBottom{0%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 + 20.96px)}20%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 + 25.96px)}40%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 + 20.96px)}}@keyframes mediumBounceBottom{0%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 + 20.96px)}20%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 + 25.96px)}40%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 + 20.96px)}}@-webkit-keyframes mediumBounceBottomAndLeft{0%{left:calc(50% - 12.08px/2 - 20.15px);top:calc(50% - 12.08px/2 + 10.89px)}20%{left:calc(50% - 12.08px/2 - 25.15px);top:calc(50% - 12.08px/2 + 15.89px)}40%{left:calc(50% - 12.08px/2 - 20.15px);top:calc(50% - 12.08px/2 + 10.89px)}}@keyframes mediumBounceBottomAndLeft{0%{left:calc(50% - 12.08px/2 - 20.15px);top:calc(50% - 12.08px/2 + 10.89px)}20%{left:calc(50% - 12.08px/2 - 25.15px);top:calc(50% - 12.08px/2 + 15.89px)}40%{left:calc(50% - 12.08px/2 - 20.15px);top:calc(50% - 12.08px/2 + 10.89px)}}@-webkit-keyframes mediumBounceTopAndLeft{0%{left:calc(50% - 12.08px/2 - 20.15px);top:calc(50% - 12.08px/2 - 10.68px)}20%{left:calc(50% - 12.08px/2 - 25.15px);top:calc(50% - 12.08px/2 - 15.68px)}40%{left:calc(50% - 12.08px/2 - 20.15px);top:calc(50% - 12.08px/2 - 10.68px)}}@keyframes mediumBounceTopAndLeft{0%{left:calc(50% - 12.08px/2 - 20.15px);top:calc(50% - 12.08px/2 - 10.68px)}20%{left:calc(50% - 12.08px/2 - 25.15px);top:calc(50% - 12.08px/2 - 15.68px)}40%{left:calc(50% - 12.08px/2 - 20.15px);top:calc(50% - 12.08px/2 - 10.68px)}}._small :first-child{-webkit-animation-name:smallBounceTop;animation-name:smallBounceTop;left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 - 15.96px)}._small :nth-child(2){-webkit-animation-name:smallBounceTopAndRight;animation-name:smallBounceTopAndRight;left:calc(50% - 12.08px/2 + 15.15px);top:calc(50% - 12.08px/2 - 8.68px)}._small :nth-child(3){-webkit-animation-name:smallBounceBottomAndRight;animation-name:smallBounceBottomAndRight;left:calc(50% - 12.08px/2 + 15.15px);top:calc(50% - 12.08px/2 + 8.89px)}._small :nth-child(4){-webkit-animation-name:smallBounceBottom;animation-name:smallBounceBottom;left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 + 15.96px)}._small :nth-child(5){-webkit-animation-name:smallBounceBottomAndLeft;animation-name:smallBounceBottomAndLeft;left:calc(50% - 12.08px/2 - 15.15px);top:calc(50% - 12.08px/2 + 8.89px)}._small :nth-child(6){-webkit-animation-name:smallBounceTopAndLeft;animation-name:smallBounceTopAndLeft;left:calc(50% - 12.08px/2 - 15.15px);top:calc(50% - 12.08px/2 - 8.68px)}@-webkit-keyframes smallBounceTop{0%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 - 15.96px)}20%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 - 20.96px)}40%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 - 15.96px)}}@keyframes smallBounceTop{0%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 - 15.96px)}20%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 - 20.96px)}40%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 - 15.96px)}}@-webkit-keyframes smallBounceTopAndRight{0%{left:calc(50% - 12.08px/2 + 15.15px);top:calc(50% - 12.08px/2 - 8.68px)}20%{left:calc(50% - 12.08px/2 + 20.15px);top:calc(50% - 12.08px/2 - 13.68px)}40%{left:calc(50% - 12.08px/2 + 15.15px);top:calc(50% - 12.08px/2 - 8.68px)}}@keyframes smallBounceTopAndRight{0%{left:calc(50% - 12.08px/2 + 15.15px);top:calc(50% - 12.08px/2 - 8.68px)}20%{left:calc(50% - 12.08px/2 + 20.15px);top:calc(50% - 12.08px/2 - 13.68px)}40%{left:calc(50% - 12.08px/2 + 15.15px);top:calc(50% - 12.08px/2 - 8.68px)}}@-webkit-keyframes smallBounceBottomAndRight{0%{left:calc(50% - 12.08px/2 + 15.15px);top:calc(50% - 12.08px/2 + 8.89px)}20%{left:calc(50% - 12.08px/2 + 20.15px);top:calc(50% - 12.08px/2 + 13.89px)}40%{left:calc(50% - 12.08px/2 + 15.15px);top:calc(50% - 12.08px/2 + 8.89px)}}@keyframes smallBounceBottomAndRight{0%{left:calc(50% - 12.08px/2 + 15.15px);top:calc(50% - 12.08px/2 + 8.89px)}20%{left:calc(50% - 12.08px/2 + 20.15px);top:calc(50% - 12.08px/2 + 13.89px)}40%{left:calc(50% - 12.08px/2 + 15.15px);top:calc(50% - 12.08px/2 + 8.89px)}}@-webkit-keyframes smallBounceBottom{0%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 + 15.96px)}20%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 + 20.96px)}40%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 + 15.96px)}}@keyframes smallBounceBottom{0%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 + 15.96px)}20%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 + 20.96px)}40%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 + 15.96px)}}@-webkit-keyframes smallBounceBottomAndLeft{0%{left:calc(50% - 12.08px/2 - 15.15px);top:calc(50% - 12.08px/2 + 8.89px)}20%{left:calc(50% - 12.08px/2 - 20.15px);top:calc(50% - 12.08px/2 + 13.89px)}40%{left:calc(50% - 12.08px/2 - 15.15px);top:calc(50% - 12.08px/2 + 8.89px)}}@keyframes smallBounceBottomAndLeft{0%{left:calc(50% - 12.08px/2 - 15.15px);top:calc(50% - 12.08px/2 + 8.89px)}20%{left:calc(50% - 12.08px/2 - 20.15px);top:calc(50% - 12.08px/2 + 13.89px)}40%{left:calc(50% - 12.08px/2 - 15.15px);top:calc(50% - 12.08px/2 + 8.89px)}}@-webkit-keyframes smallBounceTopAndLeft{0%{left:calc(50% - 12.08px/2 - 15.15px);top:calc(50% - 12.08px/2 - 8.68px)}20%{left:calc(50% - 12.08px/2 - 20.15px);top:calc(50% - 12.08px/2 - 13.68px)}40%{left:calc(50% - 12.08px/2 - 15.15px);top:calc(50% - 12.08px/2 - 8.68px)}}@keyframes smallBounceTopAndLeft{0%{left:calc(50% - 12.08px/2 - 15.15px);top:calc(50% - 12.08px/2 - 8.68px)}20%{left:calc(50% - 12.08px/2 - 20.15px);top:calc(50% - 12.08px/2 - 13.68px)}40%{left:calc(50% - 12.08px/2 - 15.15px);top:calc(50% - 12.08px/2 - 8.68px)}}._x-small :first-child{-webkit-animation-name:xSmallBounceTop;animation-name:xSmallBounceTop;left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 - 10.96px)}._x-small :nth-child(2){-webkit-animation-name:xSmallBounceTopAndRight;animation-name:xSmallBounceTopAndRight;left:calc(50% - 12.08px/2 + 10.15px);top:calc(50% - 12.08px/2 - 5.68px)}._x-small :nth-child(3){-webkit-animation-name:xSmallBounceBottomAndRight;animation-name:xSmallBounceBottomAndRight;left:calc(50% - 12.08px/2 + 10.15px);top:calc(50% - 12.08px/2 + 5.89px)}._x-small :nth-child(4){-webkit-animation-name:xSmallBounceBottom;animation-name:xSmallBounceBottom;left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 + 10.96px)}._x-small :nth-child(5){-webkit-animation-name:xSmallBounceBottomAndLeft;animation-name:xSmallBounceBottomAndLeft;left:calc(50% - 12.08px/2 - 10.15px);top:calc(50% - 12.08px/2 + 5.89px)}._x-small :nth-child(6){-webkit-animation-name:xSmallBounceTopAndLeft;animation-name:xSmallBounceTopAndLeft;left:calc(50% - 12.08px/2 - 10.15px);top:calc(50% - 12.08px/2 - 5.68px)}@-webkit-keyframes xSmallBounceTop{0%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 - 10.96px)}20%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 - 15.96px)}40%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 - 10.96px)}}@keyframes xSmallBounceTop{0%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 - 10.96px)}20%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 - 15.96px)}40%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 - 10.96px)}}@-webkit-keyframes xSmallBounceTopAndRight{0%{left:calc(50% - 12.08px/2 + 10.15px);top:calc(50% - 12.08px/2 - 5.68px)}20%{left:calc(50% - 12.08px/2 + 15.15px);top:calc(50% - 12.08px/2 - 10.68px)}40%{left:calc(50% - 12.08px/2 + 10.15px);top:calc(50% - 12.08px/2 - 5.68px)}}@keyframes xSmallBounceTopAndRight{0%{left:calc(50% - 12.08px/2 + 10.15px);top:calc(50% - 12.08px/2 - 5.68px)}20%{left:calc(50% - 12.08px/2 + 15.15px);top:calc(50% - 12.08px/2 - 10.68px)}40%{left:calc(50% - 12.08px/2 + 10.15px);top:calc(50% - 12.08px/2 - 5.68px)}}@-webkit-keyframes xSmallBounceBottomAndRight{0%{left:calc(50% - 12.08px/2 + 10.15px);top:calc(50% - 12.08px/2 + 5.89px)}20%{left:calc(50% - 12.08px/2 + 15.15px);top:calc(50% - 12.08px/2 + 10.89px)}40%{left:calc(50% - 12.08px/2 + 10.15px);top:calc(50% - 12.08px/2 + 5.89px)}}@keyframes xSmallBounceBottomAndRight{0%{left:calc(50% - 12.08px/2 + 10.15px);top:calc(50% - 12.08px/2 + 5.89px)}20%{left:calc(50% - 12.08px/2 + 15.15px);top:calc(50% - 12.08px/2 + 10.89px)}40%{left:calc(50% - 12.08px/2 + 10.15px);top:calc(50% - 12.08px/2 + 5.89px)}}@-webkit-keyframes xSmallBounceBottom{0%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 + 10.96px)}20%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 + 15.96px)}40%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 + 10.96px)}}@keyframes xSmallBounceBottom{0%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 + 10.96px)}20%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 + 15.96px)}40%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 + 10.96px)}}@-webkit-keyframes xSmallBounceBottomAndLeft{0%{left:calc(50% - 12.08px/2 - 10.15px);top:calc(50% - 12.08px/2 + 5.89px)}20%{left:calc(50% - 12.08px/2 - 15.15px);top:calc(50% - 12.08px/2 + 10.89px)}40%{left:calc(50% - 12.08px/2 - 10.15px);top:calc(50% - 12.08px/2 + 5.89px)}}@keyframes xSmallBounceBottomAndLeft{0%{left:calc(50% - 12.08px/2 - 10.15px);top:calc(50% - 12.08px/2 + 5.89px)}20%{left:calc(50% - 12.08px/2 - 15.15px);top:calc(50% - 12.08px/2 + 10.89px)}40%{left:calc(50% - 12.08px/2 - 10.15px);top:calc(50% - 12.08px/2 + 5.89px)}}@-webkit-keyframes xSmallBounceTopAndLeft{0%{left:calc(50% - 12.08px/2 - 10.15px);top:calc(50% - 12.08px/2 - 5.68px)}20%{left:calc(50% - 12.08px/2 - 15.15px);top:calc(50% - 12.08px/2 - 10.68px)}40%{left:calc(50% - 12.08px/2 - 10.15px);top:calc(50% - 12.08px/2 - 5.68px)}}@keyframes xSmallBounceTopAndLeft{0%{left:calc(50% - 12.08px/2 - 10.15px);top:calc(50% - 12.08px/2 - 5.68px)}20%{left:calc(50% - 12.08px/2 - 15.15px);top:calc(50% - 12.08px/2 - 10.68px)}40%{left:calc(50% - 12.08px/2 - 10.15px);top:calc(50% - 12.08px/2 - 5.68px)}}._ultra-small :first-child{-webkit-animation-name:ultraSmallBounceTop;animation-name:ultraSmallBounceTop;left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 - 5.96px)}._ultra-small :nth-child(2){-webkit-animation-name:ultraSmallBounceTopAndRight;animation-name:ultraSmallBounceTopAndRight;left:calc(50% - 12.08px/2 + 5.15px);top:calc(50% - 12.08px/2 - 2.68px)}._ultra-small :nth-child(3){-webkit-animation-name:ultraSmallBounceBottomAndRight;animation-name:ultraSmallBounceBottomAndRight;left:calc(50% - 12.08px/2 + 5.15px);top:calc(50% - 12.08px/2 + 2.89px)}._ultra-small :nth-child(4){-webkit-animation-name:ultraSmallBounceBottom;animation-name:ultraSmallBounceBottom;left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 + 5.96px)}._ultra-small :nth-child(5){-webkit-animation-name:ultraSmallBounceBottomAndLeft;animation-name:ultraSmallBounceBottomAndLeft;left:calc(50% - 12.08px/2 - 5.15px);top:calc(50% - 12.08px/2 + 2.89px)}._ultra-small :nth-child(6){-webkit-animation-name:ultraSmallBounceTopAndLeft;animation-name:ultraSmallBounceTopAndLeft;left:calc(50% - 12.08px/2 - 5.15px);top:calc(50% - 12.08px/2 - 2.68px)}@-webkit-keyframes ultraSmallBounceTop{0%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 - 5.96px)}20%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 - 8.96px)}40%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 - 5.96px)}}@keyframes ultraSmallBounceTop{0%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 - 5.96px)}20%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 - 8.96px)}40%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 - 5.96px)}}@-webkit-keyframes ultraSmallBounceTopAndRight{0%{left:calc(50% - 12.08px/2 + 5.15px);top:calc(50% - 12.08px/2 - 2.68px)}20%{left:calc(50% - 12.08px/2 + 8.15px);top:calc(50% - 12.08px/2 - 3.68px)}40%{left:calc(50% - 12.08px/2 + 5.15px);top:calc(50% - 12.08px/2 - 2.68px)}}@keyframes ultraSmallBounceTopAndRight{0%{left:calc(50% - 12.08px/2 + 5.15px);top:calc(50% - 12.08px/2 - 2.68px)}20%{left:calc(50% - 12.08px/2 + 8.15px);top:calc(50% - 12.08px/2 - 3.68px)}40%{left:calc(50% - 12.08px/2 + 5.15px);top:calc(50% - 12.08px/2 - 2.68px)}}@-webkit-keyframes ultraSmallBounceBottomAndRight{0%{left:calc(50% - 12.08px/2 + 5.15px);top:calc(50% - 12.08px/2 + 2.89px)}20%{left:calc(50% - 12.08px/2 + 8.15px);top:calc(50% - 12.08px/2 + 5.89px)}40%{left:calc(50% - 12.08px/2 + 5.15px);top:calc(50% - 12.08px/2 + 2.89px)}}@keyframes ultraSmallBounceBottomAndRight{0%{left:calc(50% - 12.08px/2 + 5.15px);top:calc(50% - 12.08px/2 + 2.89px)}20%{left:calc(50% - 12.08px/2 + 8.15px);top:calc(50% - 12.08px/2 + 5.89px)}40%{left:calc(50% - 12.08px/2 + 5.15px);top:calc(50% - 12.08px/2 + 2.89px)}}@-webkit-keyframes ultraSmallBounceBottom{0%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 + 5.96px)}20%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 + 8.96px)}40%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 + 5.96px)}}@keyframes ultraSmallBounceBottom{0%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 + 5.96px)}20%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 + 8.96px)}40%{left:calc(50% - 12.08px/2 + 0px);top:calc(50% - 12.08px/2 + 5.96px)}}@-webkit-keyframes ultraSmallBounceBottomAndLeft{0%{left:calc(50% - 12.08px/2 - 5.15px);top:calc(50% - 12.08px/2 + 2.89px)}20%{left:calc(50% - 12.08px/2 - 8.15px);top:calc(50% - 12.08px/2 + 5.89px)}40%{left:calc(50% - 12.08px/2 - 5.15px);top:calc(50% - 12.08px/2 + 2.89px)}}@keyframes ultraSmallBounceBottomAndLeft{0%{left:calc(50% - 12.08px/2 - 5.15px);top:calc(50% - 12.08px/2 + 2.89px)}20%{left:calc(50% - 12.08px/2 - 8.15px);top:calc(50% - 12.08px/2 + 5.89px)}40%{left:calc(50% - 12.08px/2 - 5.15px);top:calc(50% - 12.08px/2 + 2.89px)}}@-webkit-keyframes ultraSmallBounceTopAndLeft{0%{left:calc(50% - 12.08px/2 - 5.15px);top:calc(50% - 12.08px/2 - 2.68px)}20%{left:calc(50% - 12.08px/2 - 8.15px);top:calc(50% - 12.08px/2 - 5.68px)}40%{left:calc(50% - 12.08px/2 - 5.15px);top:calc(50% - 12.08px/2 - 2.68px)}}@keyframes ultraSmallBounceTopAndLeft{0%{left:calc(50% - 12.08px/2 - 5.15px);top:calc(50% - 12.08px/2 - 2.68px)}20%{left:calc(50% - 12.08px/2 - 8.15px);top:calc(50% - 12.08px/2 - 5.68px)}40%{left:calc(50% - 12.08px/2 - 5.15px);top:calc(50% - 12.08px/2 - 2.68px)}}"]}]}],"members":{"size":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":17,"character":3}}]}],"variant":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":20,"character":3}}]}],"getBackgroundClass":[{"__symbolic":"method"}]}},"GasSpinnerModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":9,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasSpinnerComponent"}]],"exports":[[{"__symbolic":"reference","name":"GasSpinnerComponent"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":17,"character":4}]}]}],"members":{}},"GasProgressBarComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ngneat/until-destroy","name":"UntilDestroy","line":11,"character":1}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":12,"character":1},"arguments":[{"selector":"gas-progress-bar","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":16,"character":19},"member":"OnPush"},"template":"<div class=\"gas-progress-bar\">\n    <!-- показываем проценты над прогресс-баром если пользователь передал параметр percentType === percentUp -->\n    <div \n        *ngIf=\"isPercentUp()\"\n        class=\"gas-progress-bar_percent-up\"\n    >\n        <div>{{ title }}</div>\n        <div class=\"gas-progress-bar_percent-up-text\">{{ value ? value + '%' : '' }}</div>\n    </div>\n    <div class=\"gas-progress-bar__line\">\n        <div #progressBar class=\"gas-progress-bar_line-default\">\n            <div class=\"gas-progress-bar_line-active\" [style.width]=\"value + '%'\"></div>\n        </div>\n        <!-- показываем проценты после прогресс-бара если пользователь передал параметр percentType === percentEnd -->\n        <div *ngIf=\"isPercentEnd()\" class=\"gas-progress-bar_percent\">{{ value ? value + '%' : '' }}</div>\n    </div>\n</div>","styles":[".gas-progress-bar{position:relative;display:flex;flex-direction:column;align-items:flex-start}.gas-progress-bar .gas-progress-bar_percent-up{display:flex;justify-content:space-between;width:90%}.gas-progress-bar .gas-progress-bar_percent-up div{font-size:13px;line-height:130%}.gas-progress-bar .gas-progress-bar__line{width:100%;display:flex;align-items:center}.gas-progress-bar .gas-progress-bar__line .gas-progress-bar_line-default{position:relative;width:90%;background:var(--text-disabled);margin-right:var(--sm-size);height:12px;display:flex}.gas-progress-bar .gas-progress-bar__line .gas-progress-bar_line-default .gas-progress-bar_line-active{max-width:100%;position:absolute;top:0;left:0;height:inherit;background:var(--base-priority-medium);border-radius:inherit}.gas-progress-bar .gas-progress-bar_percent{font-size:14px;line-height:120%;width:10%;align-self:center}"]}]}],"members":{"progressBarRef":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":19,"character":3},"arguments":["progressBar"]}]}],"init$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"NgAfterViewInit","line":22,"character":3}}]}],"variant":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":25,"character":3}}]}],"size":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":30,"character":3}}]}],"percentType":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":35,"character":3}}]}],"value":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":38,"character":3}}]}],"title":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":41,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":55,"character":24}]}],"isPercentUp":[{"__symbolic":"method"}],"isPercentEnd":[{"__symbolic":"method"}]}},"GasProgressBarModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":9,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasProgressBarComponent"}]],"exports":[[{"__symbolic":"reference","name":"GasProgressBarComponent"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":17,"character":4}]}]}],"members":{}},"GasUploaderModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":15,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasUploaderComponent"}]],"exports":[[{"__symbolic":"reference","name":"GasUploaderComponent"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":23,"character":4},{"__symbolic":"reference","name":"GasIconsModule"},{"__symbolic":"reference","name":"GasUploaderDirectiveModule"},{"__symbolic":"reference","name":"GasCardModule"},{"__symbolic":"reference","name":"GasProgressBarModule"},{"__symbolic":"reference","name":"GasSpinnerModule"}]}]}],"members":{}},"GasUploaderComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ngneat/until-destroy","name":"UntilDestroy","line":21,"character":1}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":22,"character":1},"arguments":[{"selector":"gas-uploader","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":26,"character":19},"member":"OnPush"},"providers":[{"__symbolic":"reference","name":"GasUploaderDirective"}],"template":"<ng-container\n  *ngIf=\"{\n    progress: progress$ | async,\n    status: status$ | async,\n    title: title$ | async\n   } as observables\"\n>\n  <gas-card [inputTemplate]=\"getFooterTemplate(observables.status)\">\n\n    <div class=\"upload-card\">\n\n      <div class=\"upload-card__wrapper\">\n\n        <ng-container [ngSwitch]=\"observables.status\">\n\n            <!-- Дефолтное состояние -->\n            <gas-icon\n              *ngSwitchCase=\"ProgressState.Default\"\n              name=\"actions-upload-helper\"\n              size=\"120\"\n              class=\"icon-medium\"\n            >\n            </gas-icon>\n\n            <!-- Состояние загрузки -->\n            <gas-progress-bar\n              *ngSwitchCase=\"ProgressState.Loading\"\n              [value]=\"observables.progress\"\n              [title]=\"observables.title\"\n              size=\"md\"\n              percentType=\"percentUp\"\n              variant=\"circular\"\n              class=\"progress-bar\"\n            ></gas-progress-bar>\n\n            <!-- Состояние парсинга -->\n            <gas-progress-bar\n              *ngSwitchCase=\"ProgressState.InProgress\"\n              [value]=\"observables.progress\"\n              [title]=\"observables.title\"\n              size=\"md\"\n              percentType=\"percentUp\"\n              variant=\"circular\"\n              class=\"progress-bar\"\n            ></gas-progress-bar>\n\n            <!-- Успешное состояние -->\n            <gas-icon\n              *ngSwitchCase=\"ProgressState.Success\"\n              name=\"notifications-upload-success\"\n              size=\"120\"\n              class=\"icon-success\"\n            >\n            </gas-icon>\n\n            <!-- Состояние ошибки -->\n            <div *ngSwitchCase=\"ProgressState.Error\" class=\"upload-card__error-block\">\n              <gas-icon\n                name=\"notifications-upload-error\"\n                size=\"120\"\n                class=\"icon-error\"\n              >\n              </gas-icon>\n            </div>\n\n        </ng-container>\n\n        <div class=\"upload-card__content\">\n          <ng-content></ng-content>\n        </div>\n\n        <div *ngIf=\"errorSize$ | async\" class=\"upload-card__error-text\">\n          Размер файла превышает допустимый\n        </div>\n\n      </div>\n\n    </div>\n\n  </gas-card>\n</ng-container>\n\n<ng-template #uploadFooter>\n  <div class=\"uploader-footer\" (click)=\"uploadFile()\">\n    <div class=\"uploader-footer__icon\">\n      <gas-icon\n        name=\"actions-upload-file\"\n        size=\"24\"\n        class=\"icon-white\"\n      >\n      </gas-icon>\n    </div>\n\n    <div class=\"uploader-footer__text\">\n      Выбрать файл\n    </div>\n  </div>\n</ng-template>\n\n<ng-template #launchFooter>\n  <div class=\"uploader-footer\" (click)=\"launchHandleClick()\">\n    <div class=\"uploader-footer__icon\">\n      <gas-icon\n        name=\"actions-launch\"\n        size=\"24\"\n        class=\"icon-white\"\n      >\n      </gas-icon>\n    </div>\n\n    <div class=\"uploader-footer__text\">\n      Перейти к управлению голосованиями\n    </div>\n  </div>\n</ng-template>\n","styles":[":host{display:block}:host .upload-card{width:var(--gas-uploader-width,inherit);min-height:var(--gas-uploader-min-height,320px);cursor:default;padding:var(--gas-uploader-padding,var(--xlg-size))}:host .upload-card,:host .upload-card__wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column}:host .upload-card__wrapper{width:100%}:host .upload-card__content{width:100%;margin-top:var(--xxlg-size)}:host .upload-card__error-text{font-size:14px;line-height:120%;font-weight:700;margin-top:var(--gas-uploader-error-margin-top,var(--md-size));color:var(--gas-uploader-error-color,var(--base-negative-medium))}:host .upload-card gas-progress-bar{display:block;width:100%}:host .upload-card__error-block{padding-top:100px}:host .progress-bar{margin-bottom:100px}.uploader-footer{width:100%;height:auto;background-color:var(--gas-uploader-footer-bg-color,var(--base-bg-priority-medium));display:flex;justify-content:center;align-items:center;padding:var(--gas-uploader-footer-padding,var(--semi-md-size) 0)}.uploader-footer__icon{margin-right:var(--gas-uploader-footer-icon-margin,var(--semi-md-size))}.uploader-footer__text{font-size:14px;line-height:120%;font-weight:700;color:var(--gas-uploader-footer-text-color,var(--base-white))}"]}]}],"members":{"customFooterRef":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":31,"character":3},"arguments":["uploadFooter",{"static":true}]}]}],"launchFooterRef":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":35,"character":3},"arguments":["launchFooter",{"static":true}]}]}],"onLocalProgress$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":39,"character":3},"arguments":["onLocalProgress"]}]}],"onLaunchClick$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":43,"character":3},"arguments":["onLaunchClick"]}]}],"onStatusChanged$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":47,"character":3},"arguments":["onStatusChanged"]}]}],"progressTitle$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"NgOnChange","line":50,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":51,"character":3},"arguments":["progressTitle"]}]}],"uploadStatus$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"NgOnChange","line":54,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":55,"character":3},"arguments":["uploadStatus"]}]}],"uploadProgress$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"NgOnChange","line":58,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":59,"character":3},"arguments":["uploadProgress"]}]}],"uploadError$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"NgOnChange","line":62,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":63,"character":3},"arguments":["uploadError"]}]}],"uploadRepeat$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"NgOnChange","line":66,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":67,"character":3},"arguments":["uploadRepeat"]}]}],"serverProgress":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":74,"character":3},"arguments":["progress"]}]}],"isErrorProgress":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":83,"character":3},"arguments":["error"]}]}],"repeatUploadSubject":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":92,"character":3},"arguments":["repeat"]}]}],"accept":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":100,"character":3}}]}],"multi":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":103,"character":3}}]}],"maxFileSize":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":106,"character":3}}]}],"type":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":109,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"GasUploaderDirective"}]}],"ngOnInit":[{"__symbolic":"method"}],"uploadFile":[{"__symbolic":"method"}],"launchHandleClick":[{"__symbolic":"method"}],"isLoading":[{"__symbolic":"method"}],"isProgressState":[{"__symbolic":"method"}],"getFooterTemplate":[{"__symbolic":"method"}],"isProgress":[{"__symbolic":"method"}]}},"GasPaginatorComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ngneat/until-destroy","name":"UntilDestroy","line":20,"character":1}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":21,"character":1},"arguments":[{"selector":"gas-paginator","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":25,"character":19},"member":"OnPush"},"template":"<div *ngIf=\"pages?.length\" class=\"grid grid-align-center grid-justify-end grid-gap-md\">\n  <ng-container *ngIf=\"!hideDetails\">\n    <div class=\"regular-size-3\">Выводить на страницу</div>\n\n    <gas-select [formControl]=\"perPageControl\" hideAll class=\"gas-paginator__per-page\">\n      <ng-container *ngFor=\"let per of perPageList\">\n        <gas-select-option [value]=\"per\">{{ getPerPageText(per) }}</gas-select-option>\n      </ng-container>\n    </gas-select>\n\n    <div class=\"regular-size-3 gas-paginator__interval\">Показано {{ from }} - {{ to }} из {{ total }} записей</div>\n  </ng-container>\n\n  <div class=\"gas-paginator\"\n  >\n    <div class=\"gas-paginator__page gas-paginator__previous-button page-link\"\n        [class.gas-paginator__page_disabled]=\"isFirstPage()\"\n        (click)=\"prevPage()\"\n    >\n      <a class=\"page-link__btn\">Предыдущая</a>\n    </div>\n    <div *ngFor=\"let pageNumber of pages\"\n        [class.gas-paginator__page_active]=\"isCurrentPage(pageNumber)\"\n        class=\"gas-paginator__page page-link\"\n        (click)=\"paginate(pageNumber)\"\n    >\n      <a class=\"page-link__btn\">{{ pageNumber }}</a>\n    </div>\n    <div class=\"gas-paginator__page gas-paginator__next-button page-link\"\n        [class.gas-paginator__page_disabled]=\"isLastPage()\"\n        (click)=\"nextPage()\"\n    >\n      <a class=\"page-link__btn\">Следующая</a>\n    </div>\n  </div>\n</div>\n","styles":[".gas-paginator{display:flex;flex-direction:row;justify-content:flex-start;flex-wrap:wrap}.gas-paginator .gas-paginator__page{border-top:var(--border-line-normal);border-bottom:var(--border-line-normal);border-left:var(--border-line-normal);background:#fff;padding:var(--sm-size) var(--md-size);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:none}.gas-paginator .gas-paginator__page .page-link__btn{display:flex;justify-content:center;font-size:13px;line-height:130%;color:var(--base-priority-medium);text-align:center;outline:none;width:var(--md-size)}.gas-paginator .gas-paginator__page.gas-paginator__page_active,.gas-paginator .gas-paginator__page:hover{background:var(--base-priority-medium)}.gas-paginator .gas-paginator__page.gas-paginator__page_active .page-link__btn,.gas-paginator .gas-paginator__page:hover .page-link__btn{color:var(--text-white)}.gas-paginator .gas-paginator__page.gas-paginator__page_disabled{cursor:default;background:var(--text-white)}.gas-paginator .gas-paginator__page.gas-paginator__page_disabled .page-link__btn{color:var(--text-disabled)}.gas-paginator .gas-paginator__page:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px}.gas-paginator .gas-paginator__page:first-child .page-link__btn{width:auto}.gas-paginator .gas-paginator__page:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px;border-right:var(--border-line-normal)}.gas-paginator .gas-paginator__page:last-child .page-link__btn{width:auto}.gas-paginator__per-page{width:69px}"]}]}],"members":{"perPage":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":30,"character":3}}]}],"perPageList":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":34,"character":3}}]}],"total":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":38,"character":3}}]}],"limit":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":42,"character":3}}]}],"page":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":46,"character":3}}]}],"hideDetails":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":49,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":50,"character":3}}]}],"viewData":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":53,"character":3}}]}],"changed$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":56,"character":3},"arguments":["changed"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef","line":100,"character":31}]}],"ngOnInit":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}],"nextPage":[{"__symbolic":"method"}],"prevPage":[{"__symbolic":"method"}],"isCurrentPage":[{"__symbolic":"method"}],"isFirstPage":[{"__symbolic":"method"}],"isLastPage":[{"__symbolic":"method"}],"fixInputProps":[{"__symbolic":"method"}],"paginate":[{"__symbolic":"method"}],"getPerPageText":[{"__symbolic":"method"}],"calculateFirstAndLastPageIndexes":[{"__symbolic":"method"}],"isNeedPaginate":[{"__symbolic":"method"}],"isTotalCountMorePerPage":[{"__symbolic":"method"}],"isTotalCountLessPerPage":[{"__symbolic":"method"}]}},"GasPaginatorModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":11,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasPaginatorComponent"}]],"exports":[[{"__symbolic":"reference","name":"GasPaginatorComponent"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":19,"character":4},{"__symbolic":"reference","module":"@angular/forms","name":"FormsModule","line":20,"character":4},{"__symbolic":"reference","module":"@angular/forms","name":"ReactiveFormsModule","line":21,"character":4},{"__symbolic":"reference","name":"GasSelectModule"}]}]}],"members":{}},"GasPopupType":{"Popover":"popover","Tooltip":"tooltip"},"GasPopoverType":{"General":"general","GeneralIcon":"generalIcon","Warning":"warning","Error":"error","Success":"success","Default":"default"},"GasPopupPosition":{"__symbolic":"interface"},"PopupCoordinates":{"__symbolic":"interface"},"PopupSides":{"__symbolic":"interface"},"GasPopupModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":17,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasPopoverComponent"}],[{"__symbolic":"reference","name":"GasPopoverDirective"}]],"exports":[[{"__symbolic":"reference","name":"GasPopoverComponent"}],[{"__symbolic":"reference","name":"GasPopoverDirective"}]],"entryComponents":[[{"__symbolic":"reference","name":"GasPopoverComponent"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":30,"character":4},{"__symbolic":"reference","name":"GasIconsModule"},{"__symbolic":"reference","name":"GasButtonModule"}]}]}],"members":{}},"GasPopoverComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"GasDynamicBaseComponent"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":40,"character":1},"arguments":[{"selector":"gas-popover","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":44,"character":19},"member":"OnPush"},"providers":[{"__symbolic":"reference","name":"GasClickOutsideDirective"}],"template":"<div class=\"gas-popover\" [style.maxWidth.px]=\"maxPopupWidth\">\n\n  <!-- шапка поповера -->\n    <div\n      *ngIf=\"headerTemplate; else customHeaderTemplate\"\n      class=\"gas-popover__header-template\"\n    >\n      <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n    </div>\n\n    <ng-template #customHeaderTemplate>\n      <div class=\"gas-popover__header\">\n        <div class=\"gas-popover__header-icon\" *ngIf=\"iconName\">\n          <gas-icon [size]=\"16\" [class]=\"iconColorClass\" [name]=\"iconName\"></gas-icon>\n        </div>\n        <div class=\"gas-popover__header-title\" *ngIf=\"label\">\n          {{ label }}\n        </div>\n        <div class=\"gas-popover__header-close g-cursor-p\" *ngIf=\"closeLabel\" (click)=\"close()\">\n          <gas-icon [size]=\"16\" color=\"#0070D2\" name=\"notifications-close\"></gas-icon>\n        </div>\n      </div>\n    </ng-template>\n    <!-- тело поповера -->\n    <div\n      *ngIf=\"bodyTemplate; else customBodyTemplate\"\n      class=\"gas-popover__body-template\"\n    >\n      <ng-container *ngTemplateOutlet=\"bodyTemplate\"></ng-container>\n    </div>\n    <ng-template #customBodyTemplate>\n      <div class=\"gas-popover__body\">\n        {{ description }}\n      </div>\n    </ng-template>\n    <!-- футер поповера -->\n    <div\n      *ngIf=\"footerTemplate; else customFooterTemplate\"\n      class=\"gas-popover__footer-template\"\n    >\n      <ng-container *ngTemplateOutlet=\"footerTemplate\"></ng-container>\n    </div>\n    <ng-template #customFooterTemplate>\n      <div class=\"gas-popover__footer\" *ngIf=\"closeBtnText\">\n        <button gasButton=\"secondary\" (click)=\"close()\">{{ closeBtnText }}</button>\n      </div>\n    </ng-template>\n\n</div>\n","styles":[":host{position:absolute}:host._top .gas-popover:after{left:50%;transform:translate(-50%);top:100%;border-top-color:var(--base-bg-block);border-left-width:var(--base-size);border-bottom-width:0;border-right-width:var(--base-size);border-top-width:var(--base-size)}:host._left .gas-popover:after{right:-11px;transform:translateY(-50%) rotate(-90deg)}:host._left .gas-popover:after,:host._right .gas-popover:after{top:50%;border-top-color:var(--base-bg-block);border-left-width:var(--base-size);border-bottom-width:0;border-right-width:var(--base-size);border-top-width:var(--base-size)}:host._right .gas-popover:after{left:-11px;transform:translateY(-50%) rotate(90deg)}:host._topLeft .gas-popover:after{right:4px}:host._topLeft .gas-popover:after,:host._topRight .gas-popover:after{top:100%;border-top-color:var(--base-bg-block);border-left-width:var(--base-size);border-bottom-width:0;border-right-width:var(--base-size);border-top-width:var(--base-size)}:host._topRight .gas-popover:after{left:4px}:host._bottom .gas-popover:after{left:50%;transform:translate(-50%)}:host._bottom .gas-popover:after,:host._bottomLeft .gas-popover:after{bottom:100%;border-bottom-color:var(--base-bg-block);border-left-width:var(--base-size);border-bottom-width:var(--base-size);border-right-width:var(--base-size);border-top-width:0}:host._bottomLeft .gas-popover:after{right:1%}:host._bottomRight .gas-popover:after{left:1%;bottom:100%;border-bottom-color:var(--base-bg-block);border-left-width:var(--base-size);border-bottom-width:var(--base-size);border-right-width:var(--base-size);border-top-width:0}.gas-popover{position:relative;border:1px solid var(--base-bg-highlight);background:var(--base-bg-block);box-sizing:border-box;box-shadow:var(--shadow-card-level-3);border-radius:var(--xs-size);padding:var(--semi-md-size) var(--md-size);z-index:var(--layer-highest);flex-direction:column;width:auto;min-width:var(--gas-popover-min-width,420px);color:var(--text-normal)}.gas-popover,.gas-popover__header{display:flex;justify-content:space-between;align-items:center}.gas-popover__header{width:100%;margin-bottom:var(--md-size)}.gas-popover__header-icon{margin-right:var(--semi-md-size)}.gas-popover__header-title{font-size:16px;line-height:120%;color:var(--text-weak);text-align:left;flex:1 1 auto}.gas-popover__header-close{padding:var(--sm-size);margin-top:var(--sm-size-reverse);margin-right:var(--sm-size-reverse)}.gas-popover__body{font-size:14px;line-height:120%;color:var(--text-normal);width:100%;max-width:420px;text-align:left;margin-bottom:var(--md-size)}.gas-popover__footer{width:100%;display:flex;justify-content:flex-end}.gas-popover__tooltip{color:var(--text-weak);text-align:left}.gas-popover__tooltip-title{font-weight:700}.gas-popover__tooltip-description,.gas-popover__tooltip-title{font-size:14px;line-height:120%}.gas-popover__body-template,.gas-popover__footer-template,.gas-popover__header-template{width:100%}.gas-popover:after{content:\"\";position:absolute;border:0 solid transparent}"]}]}],"members":{}},"GasPopoverDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"GasDynamicPositioningPopupDirective"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":12,"character":1},"arguments":[{"selector":"[gasPopover]"}]}],"members":{"setup":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":19,"character":3},"arguments":["gasPopover"]}]}],"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[null,null,null,null,null,[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject","line":42,"character":5},"arguments":[{"__symbolic":"reference","name":"GAS_POSITIONING_CONFIG"}]}]],"parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":37,"character":8},{"__symbolic":"reference","module":"@cikrf/gas-utils/services","name":"GasDynamicComponentsService","line":38,"character":33},{"__symbolic":"reference","name":"GasPositioningService"},{"__symbolic":"reference","name":"GasBrowserEventsService"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":41,"character":12},{"__symbolic":"select","expression":{"__symbolic":"reference","name":"ɵd"},"member":"Config","arguments":[{"__symbolic":"reference","name":"GasPopoverComponent"}]}]}]}},"GasFiltersComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ngneat/until-destroy","name":"UntilDestroy","line":34,"character":1}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":35,"character":1},"arguments":[{"selector":"gas-filters","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":39,"character":19},"member":"OnPush"},"template":"<div class=\"gas-filters\">\r\n  <div class=\"gas-filters__row gas-filters__content-row\">\r\n    <ng-content></ng-content>\r\n  </div>\r\n\r\n  <div class=\"gas-filters__row gas-filters__action-row\">\r\n    <div class=\"grid-gap-sm grid-justify-end\">\r\n      <div *ngIf=\"isPrimary\" class=\"col-auto\">\r\n        <button\r\n          gasButton=\"secondary\"\r\n          class=\"gas-filters__button\"\r\n          [attr.type]=\"'button'\"\r\n          (click)=\"onUndoBtnClick()\"\r\n        >{{ texts.filter.cancel }}</button>\r\n      </div>\r\n\r\n      <div *ngIf=\"isSuccess\" class=\"col-auto\">\r\n        <button\r\n          gasButton=\"secondary\"\r\n          class=\"gas-filters__button\"\r\n          [attr.type]=\"'button'\"\r\n          (click)=\"onClearBtnClick()\"\r\n        >{{ texts.filter.reset }}</button>\r\n      </div>\r\n\r\n      <ng-container *ngTemplateOutlet=\"customFilterButtonsTemplate\"></ng-container>\r\n\r\n      <div class=\"col-auto\">\r\n        <button\r\n          gasButton\r\n          class=\"gas-filters__button\"\r\n          [attr.type]=\"'button'\"\r\n          [disabled]=\"isApplyBtnDisabled || (disabledApplyButtonSubject$ | async)\"\r\n          (click)=\"onApplyBtnClick()\"\r\n        >{{ texts.filter.apply }}</button>\r\n      </div>\r\n    </div>\r\n  </div>\r\n</div>\r\n","styles":[":host(:not(._hidden)){margin-bottom:var(--md-size)}:host{--shadow-filter-default:inset 0 1px 0 #c9c7c5,inset 0 -1px 0 #c9c7c5;--shadow-filter-primary:inset 0 1px 0 #0070d2,inset 0 -1px 0 #0070d2;--shadow-filter-success:inset 0 1px 0 #41d994,inset 0 -1px 0 #41d994}:host._default .gas-filters{box-shadow:var(--shadow-filter-default)}:host._primary .gas-filters{box-shadow:var(--shadow-filter-primary)}:host._success .gas-filters{box-shadow:var(--shadow-filter-success)}:host._vertical-view{position:relative;height:100%}:host._vertical-view .gas-filters{height:100%;display:flex;flex-direction:column;justify-content:space-between;background:var(--base-bg-block)}:host._vertical-view .gas-filters .gas-filters__action-row{position:-webkit-sticky;position:sticky;background:var(--base-bg-block);bottom:var(--md-size-reverse)}:host._vertical-view._default .gas-filters,:host._vertical-view._primary .gas-filters,:host._vertical-view._success .gas-filters{box-shadow:none}:host._hidden .gas-filters{display:none}.gas-filters{position:relative;background-color:var(--custom-bg-table-filter,var(--base-bg-block));box-shadow:var(--custom-box-shadow-table-filter,none)}.gas-filters .gas-filters__action-row{max-height:80px;box-sizing:border-box}.gas-filters .gas-filters__row{padding:var(--md-size) var(--lg-size)}"]}]}],"members":{"displayed":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":43,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":44,"character":3}}]}],"verticalView":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":47,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":48,"character":3}}]}],"customFilterButtonsTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":51,"character":3}}]}],"filterButtonCustomFunctions":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":55,"character":3}}]}],"textPayload":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":58,"character":3}}]}],"isHidden":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":105,"character":3},"arguments":["class._hidden"]}]}],"isVerticalView":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":110,"character":3},"arguments":["class._vertical-view"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef","line":116,"character":30},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":117,"character":22},{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":118,"character":24}]}],"onApplyBtnClick":[{"__symbolic":"method"}],"onUndoBtnClick":[{"__symbolic":"method"}],"onClearBtnClick":[{"__symbolic":"method"}]}},"GasFiltersModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":20,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasFiltersComponent"}],[{"__symbolic":"reference","name":"GasFiltersDirective"}]],"exports":[[{"__symbolic":"reference","name":"GasFiltersComponent"}],[{"__symbolic":"reference","name":"GasFiltersDirective"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":30,"character":4},{"__symbolic":"reference","module":"@angular/forms","name":"ReactiveFormsModule","line":31,"character":4},{"__symbolic":"reference","name":"GasDividerModule"},{"__symbolic":"reference","name":"GasIconsModule"},{"__symbolic":"reference","name":"GasButtonModule"},{"__symbolic":"reference","name":"GasFormKeyModule"}]}]}],"members":{}},"GasFiltersDirective":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ngneat/until-destroy","name":"UntilDestroy","line":12,"character":1}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":13,"character":1},"arguments":[{"selector":"[gasFiltersComponent], gas-filters"}]}],"members":{"filterChanged$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":18,"character":3},"arguments":["filterChanged"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"GasFiltersComponent"},{"__symbolic":"reference","module":"@angular/forms","name":"FormBuilder","line":43,"character":25}]}],"ngAfterContentInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"addControl":[{"__symbolic":"method"}],"deleteControl":[{"__symbolic":"method"}],"initClearAllBtnClickSubscription":[{"__symbolic":"method"}],"initClearCurrentSubscription":[{"__symbolic":"method"}],"initUndoCurrentChangesBtnClickSubscription":[{"__symbolic":"method"}],"initApplyBtnClickSubscription":[{"__symbolic":"method"}],"emitFilterModel":[{"__symbolic":"method"}],"calculateInputState":[{"__symbolic":"method"}],"updateFilterState":[{"__symbolic":"method"}]}},"GasTableHeaderComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ngneat/until-destroy","name":"UntilDestroy","line":34,"character":1}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":35,"character":1},"arguments":[{"selector":"gas-table-header","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":39,"character":19},"member":"OnPush"},"providers":[{"__symbolic":"reference","module":"@cikrf/gas-utils/pipes","name":"GasNotationPipe","line":41,"character":4}],"template":"<div\n  *ngIf=\"verticalView && isAdvancedFilterAvailable; else defaultView\"\n  class=\"gas-table-header gas-table-header_vertical-view\"\n>\n  <div class=\"gas-table-header__left\">\n    <ng-container *ngTemplateOutlet=\"headerTitle\"></ng-container>\n    <div *ngIf=\"totalText\" class=\"gas-table-header__total\">{{ totalText }}</div>\n  </div>\n\n  <div\n    (click)=\"toggleAdvancedFilterVisibility()\"\n    [class.gas-table-header__advanced-search_applied]=\"isAdvancedFilterApplied\"\n    class=\"gas-table-header__advanced-search\"\n  >\n    <gas-icon icon name=\"common-filter-list\" [size]=\"20\" [color]=\"filterListIconColor\"></gas-icon>\n    <gas-icon icon [name]=\"arrowsChevronIconName\" [size]=\"12\" [color]=\"arrowsChevronIconColor\"></gas-icon>\n  </div>\n</div>\n\n<ng-template #defaultView>\n  <div\n    class=\"gas-table-header\"\n    [class._hidden]=\"hideHeaderBar\"\n  >\n    <ng-container *ngTemplateOutlet=\"headerTitle\"></ng-container>\n\n    <!-- Контент справа, управление -->\n    <ng-container\n      *ngIf=\"isAdvancedFilterAvailable; then advancedFilterControls else defaultFilter\"\n    ></ng-container>\n  </div>\n</ng-template>\n\n<ng-template #headerTitle>\n  <div class=\"gas-table-header__title\">\n    <!-- Заголовок -->\n    <ng-container *ngIf=\"isSimpleTitle; else userTemplate\">\n      <div class=\"gas-table-header__text\">\n        {{ title }}\n      </div>\n    </ng-container>\n    <ng-template #userTemplate>\n      <div class=\"gas-table-header__text\">\n        <ng-container *ngTemplateOutlet=\"title\"></ng-container>\n      </div>\n    </ng-template>\n\n    <div *ngIf=\"!verticalView\" class=\"gas-table-header__actions-block\">\n      <!-- Actions -->\n      <div\n        *ngIf=\"isShowActions\"\n        class=\"grid grid-gap-xlg gas-table-header__actions\"\n      >\n        <ng-container\n          *ngFor=\"let action of actions\"\n        >\n          <div\n            *ngIf=\"{\n                loading: action.loading$ | async,\n                disabled: action.disabled$ | async\n              } as observable\"\n            (click)=\"observable.loading || observable.disabled ? null : action.callback()\"\n            class=\"grid grid-gap-sm grid-align-center g-cursor-p\"\n            [class._disabled]=\"observable.disabled\"\n          >\n            <div class=\"col-auto\">\n              <div class=\"gas-table-header__action\">\n                <gas-spinner\n                  *ngIf=\"observable.loading else iconTemplate\"\n                  class=\"w-sm h-sm\"\n                  [variant]=\"'white'\"\n                  [size]=\"'ultra-small'\"\n                ></gas-spinner>\n                <ng-template #iconTemplate>\n                  <gas-icon\n                    [name]=\"action.icon\"\n                    [size]=\"actionsSize\"\n                    [class.icon-disabled]=\"observable.disabled\"\n                  ></gas-icon>\n                </ng-template>\n              </div>\n            </div>\n            <div class=\"col-auto\">\n              <div class=\"regular-size-3 link-normal action-button\">\n                {{ action.tooltip }}\n              </div>\n            </div>\n          </div>\n        </ng-container>\n      </div>\n\n      <!-- Total text -->\n      <div *ngIf=\"totalText\" class=\"gas-table-header__total\">{{ totalText }}</div>\n    </div>\n  </div>\n</ng-template>\n\n<gas-filters\n  [displayed]=\"filterAlwaysVisible || isAdvancedFilterVisible\"\n  [verticalView]=\"verticalView\"\n  [textPayload]=\"textPayload\"\n  (filterChanged)=\"emitFilter($event)\"\n  [customFilterButtonsTemplate]=\"customFilterButtonsTemplate\"\n  [filterButtonCustomFunctions]=\"filterButtonCustomFunctions\"\n>\n  <div #filtersTemplateContent>\n    <ng-content></ng-content>\n  </div>\n</gas-filters>\n\n<!-- Фильтр по поиску -->\n<ng-template #defaultFilter>\n  <div\n    *ngIf=\"!isSearchFilter\"\n    class=\"gas-table-header__search\"\n  >\n    <gas-input\n      [(ngModel)]=\"searchText\"\n      placeholder=\"Поиск по ...\"\n      postfixIcon=\"search\"\n      postfixIconColor=\"brand\"\n      postfixIconCursor=\"pointer\"\n      (postfixIconClicked)=\"emitFilter(searchText)\"\n    ></gas-input>\n  </div>\n</ng-template>\n\n<!-- Расширенные фильтры -->\n<ng-template #advancedFilterControls>\n  <div class=\"grid grid-align-center grid-gap-sm\">\n    <div class=\"grid grid-align-center\">\n      <!-- Filters -->\n      <div\n        *ngIf=\"!filterAlwaysVisible\"\n        (click)=\"toggleAdvancedFilterVisibility()\"\n        [class.gas-table-header__advanced-search_applied]=\"isAdvancedFilterApplied\"\n        class=\"gas-table-header__advanced-search\"\n      >\n        <gas-icon\n          icon\n          name=\"common-filter-list\"\n          [size]=\"20\"\n          [color]=\"filterListIconColor\"\n        ></gas-icon>\n        <gas-icon\n          icon\n          [name]=\"arrowsChevronIconName\"\n          [size]=\"24\"\n          [color]=\"arrowsChevronIconColor\"\n          id=\"chevron\"\n        ></gas-icon>\n      </div>\n    </div>\n  </div>\n</ng-template>\n","styles":[":host{display:flex;flex-direction:column;height:100%;background-color:var(--gas-table-header-background-color,var(--base-bg-block))}:host._vertical-view{margin-right:var(--lg-size)}.gas-table-header{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;height:var(--mega-size);padding:var(--sm-size) var(--md-size) var(--sm-size) var(--xlg-size)}.gas-table-header._hidden{height:0!important;overflow:hidden!important;padding:0!important}.gas-table-header__icon{margin-right:var(--sm-size)}.gas-table-header__title{display:flex;align-items:center;flex-wrap:nowrap;width:100%}.gas-table-header__text{margin-right:auto;font-size:20px;line-height:120%}.gas-table-header__actions-block{display:flex;align-items:flex-end}.gas-table-header__advanced-search{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;cursor:pointer;height:var(--xlg-size);min-width:var(--l-mega-size);width:var(--l-mega-size);border-radius:var(--xs-size);margin-left:var(--base-size);overflow:hidden}.gas-table-header__advanced-search [name=common-filter-list]{padding:var(--base-size)}.gas-table-header__advanced-search #chevron{padding:10px 6px}.gas-table-header__advanced-search_applied,.gas-table-header__advanced-search_applied gas-icon:first-child{background-color:var(--icon-success)}.gas-table-header__total{font-size:16px;line-height:120%;color:var(--gas-table-header-total-color,var(--text-weak));padding-left:var(--gas-table-header-total-padding-left,var(--lg-size));border-left:var(--gas-table-header-total-border-left,var(--border-line-normal));line-height:var(--gas-table-header-total-height,var(--xlg-size))}.gas-table-header__actions{padding-right:var(--gas-table-header-actions-padding-right,var(--lg-size));padding-left:var(--gas-table-header-actions-padding-left,var(--md-size))}.gas-table-header__action{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:100%;color:var(--icon-white);cursor:pointer;transition:background-color .3s;background-color:var(--base-priority-medium);position:relative}.gas-table-header__action:hover{background-color:var(--base-priority-dark)}.gas-table-header_vertical-view{min-width:300px;max-width:382px;align-items:flex-start;height:auto;padding:var(--md-size)}.gas-table-header_vertical-view .gas-table-header__total{padding:0;border:none;margin-top:var(--semi-md-size)}.gas-table-header_vertical-view .gas-table-header__left{overflow:hidden}.gas-table-header_vertical-view .gas-table-header__text{overflow:hidden;text-overflow:ellipsis}._disabled .gas-table-header__action{background-color:var(--base-bg-highlight)}._disabled .action-button{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--link-disabled)}"]}]}],"members":{"title":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":45,"character":3}}]}],"totalText":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":48,"character":3}}]}],"isSearchFilter":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":51,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":52,"character":3}}]}],"showFiltersCounter":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":55,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":56,"character":3}}]}],"clearAllFilter$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":59,"character":3},"arguments":["clearAllFilter"]}]}],"clearCurrentFilter$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":62,"character":3},"arguments":["clearCurrentFilter"]}]}],"verticalView":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":65,"character":3},"arguments":["class._vertical-view"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":66,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":67,"character":3}}]}],"actions":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":70,"character":3}}]}],"customFilterButtonsTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":73,"character":3}}]}],"hideFilterAfterApplying":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":76,"character":3}}]}],"hideHeaderBar":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":79,"character":3}}]}],"filterButtonCustomFunctions":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":82,"character":3}}]}],"textPayload":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":85,"character":3}}]}],"filterAlwaysVisible":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":90,"character":3}}]}],"filterChanged$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":98,"character":3},"arguments":["filterChanged"]}]}],"gasFiltersDirective":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":101,"character":3},"arguments":[{"__symbolic":"reference","name":"GasFiltersDirective"}]}]}],"filtersTemplateContent":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":104,"character":3},"arguments":["filtersTemplateContent"]}]}],"gasInputs":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren","line":107,"character":3},"arguments":[{"__symbolic":"reference","name":"GasFormKeyDirective"}]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef","line":164,"character":31},{"__symbolic":"reference","module":"@cikrf/gas-utils/pipes","name":"GasNotationPipe","line":165,"character":29}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"toggleAdvancedFilterVisibility":[{"__symbolic":"method"}],"initFilters":[{"__symbolic":"method"}],"emitFilter":[{"__symbolic":"method"}],"initGasFormKeyInput":[{"__symbolic":"method"}]}},"GasTableHeaderModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":15,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasTableHeaderComponent"}]],"exports":[[{"__symbolic":"reference","name":"GasTableHeaderComponent"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":23,"character":4},{"__symbolic":"reference","module":"@angular/forms","name":"FormsModule","line":24,"character":4},{"__symbolic":"reference","name":"GasIconsModule"},{"__symbolic":"reference","name":"GasInputModule"},{"__symbolic":"reference","name":"GasFiltersModule"},{"__symbolic":"reference","name":"GasFormKeyModule"},{"__symbolic":"reference","name":"GasSpinnerModule"}]}]}],"members":{}},"GasTableComponent":{"__symbolic":"class","arity":1,"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ngneat/until-destroy","name":"UntilDestroy","line":48,"character":1}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":49,"character":1},"arguments":[{"selector":"gas-table","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":53,"character":19},"member":"OnPush"},"providers":[{"__symbolic":"reference","name":"ɵj"},{"__symbolic":"reference","module":"@angular/common","name":"DatePipe","line":54,"character":31}],"template":"<ng-container *ngIf=\"{\n  data: data$ | async,\n  loading: loading$ | async,\n  error: error$ | async,\n  hideTable: hideTable$ | async,\n  sortingArray: sortingArray$ | async\n} as observables\">\n  <div class=\"gas-table\"\n       [class.gas-table_vertical-view]=\"verticalFilter\"\n       [class._default-table-hidden]=\"hideTableOnClearFilters && observables.hideTable\"\n  >\n    <div class=\"gas-table-header\">\n      <gas-table-header\n        [totalText]=\"tableHeaderTotalText\"\n        [title]=\"tableTitle\"\n        [verticalView]=\"verticalFilter\"\n        [actions]=\"actions\"\n        [customFilterButtonsTemplate]=\"filterButtonsTemplate\"\n        [clearAllFilter]=\"clearAllFilters$\"\n        [clearCurrentFilter]=\"clearCurrentFilter$\"\n        [isSearchFilter]=\"hideSearchFilter\"\n        [textPayload]=\"textPayload\"\n        [hideFilterAfterApplying]=\"hideFilterAfterApplying\"\n        [filterButtonCustomFunctions]=\"filterButtonCustomFunctions\"\n        [filterAlwaysVisible]=\"filterAlwaysVisible\"\n        [hideHeaderBar]=\"hideHeaderBar\"\n        (filterChanged)=\"handleFiltersDataChanged($event)\"\n      >\n        <ng-container *ngTemplateOutlet=\"filtersTemplate\"></ng-container>\n      </gas-table-header>\n    </div>\n\n    <div class=\"gas-table-wrapper\">\n      <!-- Тэги примененных фильтров -->\n      <gas-tags\n        *ngIf=\"filterTags?.length > 0\"\n        [label]=\"texts.tag.filter\"\n        [actionLabel]=\"texts.tag.resetAll\"\n        [tags]=\"filterTags\"\n        (itemClicked)=\"removeFilter($event)\"\n        (actionLabelClicked)=\"emitClearFilters()\"\n      >\n      </gas-tags>\n\n      <!-- Управление таблицей, элемент между фильтром и самой таблицей -->\n      <div *ngIf=\"manageTemplate\" class=\"gas-table__manage\">\n        <ng-container *ngIf=\"manageTemplate\">\n          <ng-container *ngTemplateOutlet=\"manageTemplate;\"></ng-container>\n        </ng-container>\n      </div>\n\n      <div class=\"g-position-r\">\n\n        <!-- Управление колонками -->\n        <gas-table-column-settings\n          *ngIf=\"columnSettingsVisible\"\n          [columnsVisibilityPopupTitle]=\"columnsVisibilityPopupTitle\"\n          [hiddenTableColumnsKeys]=\"hiddenTableColumnsKeys\"\n          [simpleTableComponent]=\"simpleTableComponent\"\n          [visibleResetColumnButton]=\"visibleResetColumnButton\"\n          [initColumn]=\"initColumnSubject$ | async\"\n          [updateColumnsVisibility]=\"updateColumnsVisibilitySubject$ | async\"\n          (applyColumnManage)=\"applyColumnManage($event)\"\n          (resetColumnManage)=\"resetColumnManage()\"\n        >\n        </gas-table-column-settings>\n\n        <!-- тело таблицы -->\n        <gas-scroll>\n          <gas-simple-table\n            #simpleTable\n            [data]=\"observables.data\"\n            [error]=\"observables.error\"\n            [loading]=\"observables.loading\"\n            [headerTemplate]=\"headerTemplate\"\n            [bodyTemplate]=\"bodyTemplate\"\n            [isValueEmpty]=\"isValueEmpty\"\n            [disableRowSelectionFilter]=\"disableRowSelectionFilter\"\n            (onRowClick)=\"rowClick($event)\"\n            [class.with-hidden-columns]=\"columnSettingsVisible\"\n          ></gas-simple-table>\n        </gas-scroll>\n\n        <!-- пагинация -->\n        <div\n          *ngIf=\"!hideFooter && repository?.paginationData$ | async as paginationData\"\n          class=\"gas-table__footer\"\n        >\n          <gas-paginator\n            [perPage]=\"paginationData.perPage\"\n            [perPageList]=\"paginationData.perPageList\"\n            [total]=\"paginationData.total\"\n            [page]=\"paginationData.page\"\n            [viewData]=\"data\"\n            (changed)=\"handlePaginationDataChanged($event)\"\n          ></gas-paginator>\n        </div>\n\n        <!-- Empty -->\n        <gas-empty-message\n          *ngIf=\"!observables.loading && isValueEmpty && !observables.error\"\n          class=\"grid grid-align-center\"\n          [type]=\"'filter'\"\n          [title]=\"'Нет записей для отображения'\"\n        >\n          <button\n            class=\"empty-message__button\"\n            [gasButton]=\"'secondary'\"\n            [suffixIconName]=\"'actions-refresh'\"\n            (click)=\"emitClearFilters()\"\n          >{{ texts.empty.resetFilters }}</button>\n        </gas-empty-message>\n\n        <!-- Error -->\n        <gas-empty-message\n          *ngIf=\"!observables.loading && observables.error\"\n          class=\"grid grid-align-center\"\n          [type]=\"'filter'\"\n          [title]=\"'Ошибка в запросе'\"\n        >\n          <span>{{ texts.error.tryReload }}</span>\n          <button\n            class=\"empty-message__button\"\n            [gasButton]=\"'secondary'\"\n            [suffixIconName]=\"'actions-refresh'\"\n            (click)=\"reloadPage()\"\n          >{{ texts.error.reloadButton }}</button>\n        </gas-empty-message>\n\n        <!-- лоадер -->\n        <gas-spinner *ngIf=\"observables.loading && !observables.error\"></gas-spinner>\n      </div>\n    </div>\n  </div>\n</ng-container>\n","styles":["gas-spinner{z-index:101;top:0!important;bottom:0;left:0!important;right:0;padding:60px 0 90px;background-color:hsla(0,0%,100%,.85)}._default-table-hidden .gas-table__footer,._default-table-hidden gas-empty-message,._default-table-hidden gas-scroll,._default-table-hidden gas-spinner,._default-table-hidden gas-table-column-settings{display:none!important}::ng-deep body{--gas-popover-min-width:220px}:host ::ng-deep gas-empty-message{z-index:101;position:absolute;top:0;bottom:0;left:0;right:0;padding:60px 0 90px;background-color:hsla(0,0%,100%,.85)}:host ::ng-deep gas-empty-message .empty-message__button{margin:24px auto 0}:host .gas-table,:host .gas-table .gas-table-wrapper{position:relative}:host .gas-table .gas-table-wrapper ::ng-deep .content-wrapper{display:block;vertical-align:initial;min-width:0;min-height:0;overflow:visible}:host .gas-table .gas-table-wrapper table{border-collapse:collapse;table-layout:fixed;display:block;width:100%;overflow-x:auto}:host .gas-table .gas-table-wrapper table.auto-layout{table-layout:auto}:host .gas-table .gas-table-wrapper tbody,:host .gas-table .gas-table-wrapper thead{display:inline-table;width:-webkit-fill-available}:host .gas-table__footer{background-color:var(--list-normal-header);padding:var(--table-footer-padding,var(--md-size));display:flex;justify-content:flex-end;gap:var(--table-footer-gap,var(--md-size))}:host .gas-table__footer-per-page{width:69px}:host .gas-table__manage{padding:var(--md-size);padding-bottom:0;display:flex;justify-content:flex-end;margin-bottom:var(--sm-size)}:host .gas-table.gas-table_vertical-view{display:flex;align-items:flex-start}:host .gas-table.gas-table_vertical-view .gas-table-wrapper{box-shadow:var(--gas-custom-table-wrapper-shadow,--shadow-card-level-3);background-color:var(--vertical-view-background-color,var(--base-white));padding:var(--lg-size)}:host .gas-table.gas-table_vertical-view .gas-table__manage{border-top:none}"]}]}],"members":{"tableTitle":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":57,"character":3}}]}],"repository":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":60,"character":3}}]}],"selectedRows":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":63,"character":3}}]}],"dataKey":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":70,"character":3}}]}],"selectionMode":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":73,"character":3}}]}],"disableRowSelectionFilter":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":76,"character":3}}]}],"verticalFilter":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":79,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":80,"character":3}}]}],"filterAlwaysVisible":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":83,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":84,"character":3}}]}],"hideTableOnClearFilters":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":87,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":88,"character":3}}]}],"tableHeaderTotalText":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":91,"character":3}}]}],"hideFooter":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":94,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":95,"character":3}}]}],"hideHeaderBar":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":98,"character":3}}]}],"hideSearchFilter":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":101,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":102,"character":3}}]}],"actions":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":105,"character":3}}]}],"hiddenTableColumnsKeys":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":108,"character":3}}]}],"filterButtonCustomFunctions":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":111,"character":3}}]}],"columnsVisibilityPopupTitle":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":114,"character":3}}]}],"columnSettingsVisible":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":117,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":118,"character":3}}]}],"hideFilterAfterApplying":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":121,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":122,"character":3}}]}],"visibleResetColumnButton":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":125,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":126,"character":3}}]}],"textPayload":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":129,"character":3}}]}],"selectedRowsChange$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":138,"character":3},"arguments":["selectedRowsChange"]}]}],"rowClicked$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":141,"character":3},"arguments":["rowClicked"]}]}],"columnViewChanged$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":144,"character":3},"arguments":["columnViewChanged"]}]}],"filterChanged$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":147,"character":3},"arguments":["filterChanged"]}]}],"resetColumnManage$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":150,"character":3},"arguments":["resetColumnManage"]}]}],"gasTemplates":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren","line":153,"character":3},"arguments":[{"__symbolic":"reference","name":"GasTemplateDirective"},{"descendants":true}]}]}],"gasInputs":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren","line":156,"character":3},"arguments":[{"__symbolic":"reference","name":"GasFormKeyDirective"},{"descendants":true}]}]}],"gasCustomTableFilter":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren","line":159,"character":3},"arguments":[{"__symbolic":"reference","name":"GasCustomTableFilterDirective"},{"descendants":true}]}]}],"gasCellSortDirectiveList":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren","line":162,"character":3},"arguments":[{"__symbolic":"reference","name":"ɵk"},{"descendants":true}]}]}],"gasTableHeaderComponent":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":165,"character":3},"arguments":[{"__symbolic":"reference","name":"GasTableHeaderComponent"}]}]}],"simpleTableComponent":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":168,"character":3},"arguments":["simpleTable"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"ɵj"},{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef","line":214,"character":31},{"__symbolic":"reference","module":"@angular/common","name":"DatePipe","line":215,"character":22}]}],"ngOnInit":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngAfterContentInit":[{"__symbolic":"method"}],"updateSelectionKeys":[{"__symbolic":"method"}],"isSelected":[{"__symbolic":"method"}],"findIndexInSelection":[{"__symbolic":"method"}],"toggleRowsWithCheckbox":[{"__symbolic":"method"}],"selectRow":[{"__symbolic":"method"}],"handleSortingDataChanged":[{"__symbolic":"method"}],"handleFiltersDataChanged":[{"__symbolic":"method"}],"handlePaginationDataChanged":[{"__symbolic":"method"}],"reloadPage":[{"__symbolic":"method"}],"emitClearFilters":[{"__symbolic":"method"}],"rowClick":[{"__symbolic":"method"}],"removeFilter":[{"__symbolic":"method"}],"applyColumnManage":[{"__symbolic":"method"}],"resetColumnManage":[{"__symbolic":"method"}],"getCustomControls":[{"__symbolic":"method"}],"selectRowInMultipleSelectionMode":[{"__symbolic":"method"}],"getSource":[{"__symbolic":"method"}],"initTableData":[{"__symbolic":"method"}]}},"GasTableModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":60,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasTableComponent"},{"__symbolic":"reference","name":"ɵl"},{"__symbolic":"reference","name":"ɵm"},{"__symbolic":"reference","name":"ɵn"},{"__symbolic":"reference","name":"ɵo"},{"__symbolic":"reference","name":"ɵp"},{"__symbolic":"reference","name":"ɵq"},{"__symbolic":"reference","name":"ɵr"},{"__symbolic":"reference","name":"GasTableColumnSettingsComponent"}],[{"__symbolic":"reference","name":"ɵk"},{"__symbolic":"reference","name":"GasTableAutoColumnsDirective"},{"__symbolic":"reference","name":"GasCustomTableFilterDirective"}]],"exports":[[{"__symbolic":"reference","name":"GasTableComponent"},{"__symbolic":"reference","name":"ɵl"},{"__symbolic":"reference","name":"ɵm"},{"__symbolic":"reference","name":"ɵn"},{"__symbolic":"reference","name":"ɵo"},{"__symbolic":"reference","name":"ɵp"},{"__symbolic":"reference","name":"ɵq"},{"__symbolic":"reference","name":"ɵr"},{"__symbolic":"reference","name":"GasTableColumnSettingsComponent"}],[{"__symbolic":"reference","name":"ɵk"},{"__symbolic":"reference","name":"GasTableAutoColumnsDirective"},{"__symbolic":"reference","name":"GasCustomTableFilterDirective"}]],"entryComponents":[{"__symbolic":"reference","name":"ɵq"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":73,"character":4},{"__symbolic":"reference","module":"@angular/forms","name":"FormsModule","line":74,"character":4},{"__symbolic":"reference","module":"@angular/forms","name":"ReactiveFormsModule","line":75,"character":4},{"__symbolic":"reference","name":"GasTableHeaderModule"},{"__symbolic":"reference","name":"GasFiltersModule"},{"__symbolic":"reference","name":"GasIconsModule"},{"__symbolic":"reference","name":"GasCheckboxModule"},{"__symbolic":"reference","name":"GasTemplateModule"},{"__symbolic":"reference","name":"GasButtonModule"},{"__symbolic":"reference","name":"GasEmptyMessageModule"},{"__symbolic":"reference","name":"GasPaginatorModule"},{"__symbolic":"reference","name":"GasSelectModule"},{"__symbolic":"reference","name":"GasSpinnerModule"},{"__symbolic":"reference","name":"GasPopupModule"},{"__symbolic":"reference","name":"GasScrollModule"},{"__symbolic":"reference","name":"GasTagsModule"}],"providers":[{"provide":{"__symbolic":"reference","name":"DEFAULT_REPOSITORY_PARAMS_TOKEN"},"useValue":{"queryUrl":"","queryParamNames":{"__symbolic":"reference","name":"DEFAULT_QUERY_PARAMS"},"defaultPaginatorData":{"__symbolic":"reference","name":"DEFAULT_PAGINATOR_DATA"},"dataPipe":{"__symbolic":"reference","name":"DEFAULT_TABLE_DATA_PIPE"}}},{"__symbolic":"reference","module":"@angular/common","name":"DatePipe","line":100,"character":4}]}]}],"members":{},"statics":{"forRoot":{"__symbolic":"function","parameters":["paginationData","tableDataPipe","url","urlQueryParamNames"],"value":{"ngModule":{"__symbolic":"reference","name":"GasTableModule"},"providers":[{"provide":{"__symbolic":"reference","name":"DEFAULT_REPOSITORY_PARAMS_TOKEN"},"useValue":{"queryUrl":{"__symbolic":"reference","name":"url"},"queryParamNames":{"__symbolic":"reference","name":"urlQueryParamNames"},"defaultPaginatorData":{"__symbolic":"reference","name":"paginationData"},"dataPipe":{"__symbolic":"reference","name":"tableDataPipe"}}}]}}}},"GasArgumentStream":{"__symbolic":"interface"},"GasUrlQueryParams":{"__symbolic":"interface"},"GasTableRepositoryParams":{"__symbolic":"interface"},"DEFAULT_PAGINATOR_DATA":{"perPage":10,"perPageList":[5,10,15,25],"total":0,"page":1},"DEFAULT_QUERY_PARAMS":{"page":"page","rowsPerPage":"rowsPerPage","filter":"filter","sorting":"sorting"},"DEFAULT_TABLE_DATA_PIPE":{"__symbolic":"error","message":"Lambda not supported","line":48,"character":39,"module":"./lib/common/gas-table/gas-default-table.repository"},"DEFAULT_REPOSITORY_PARAMS_TOKEN":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"InjectionToken","line":60,"character":51},"arguments":["DEFAULT_REPOSITORY_PARAMS_TOKEN",{"providedIn":"root"}]},"GasDefaultTableRepository":{"__symbolic":"class","members":{"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[null,[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject","line":136,"character":5},"arguments":[{"__symbolic":"reference","name":"DEFAULT_REPOSITORY_PARAMS_TOKEN"}]}]],"parameters":[{"__symbolic":"reference","module":"@angular/common/http","name":"HttpClient","line":135,"character":24},{"__symbolic":"error","message":"Could not resolve type","line":136,"character":79,"context":{"typeName":"GasTableRepositoryParams"},"module":"./lib/common/gas-table/gas-default-table.repository"}]}],"getGeneratedUrl":[{"__symbolic":"method"}],"dataPipe":[{"__symbolic":"method"}],"getData":[{"__symbolic":"method"}],"updateTableValue":[{"__symbolic":"method"}]}},"GasTableAutoColumnsDirective":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":10,"character":1},"arguments":[{"selector":"[gasTableAutoColumns]"}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"GasTableComponent"}]}],"ngAfterViewInit":[{"__symbolic":"method"}]}},"GasCustomTableFilterDirective":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":9,"character":1},"arguments":[{"selector":"[gasCustomFilter]"}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef","line":20,"character":18}]}],"ngAfterViewInit":[{"__symbolic":"method"}],"getComponent":[{"__symbolic":"method"}]}},"GasTableColumnSettingsComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":24,"character":1},"arguments":[{"selector":"gas-table-column-settings","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":28,"character":19},"member":"OnPush"},"template":"<div\n  [gasPopover]=\"{\n    props: {\n      closeLabel: false,\n      bodyTemplate: columnsConfigPopup,\n      footerTemplate: columnsConfigFooterPopup\n    },\n    preferablePositions: [\n      'bottomLeft'\n    ],\n    className: 'gas-table__manage-columns-active',\n    isCloseByClickOutside: true,\n    closeSubject$: closeSubject$\n  }\"\n  class=\"gas-table__manage-columns\"\n  (opened)=\"togglePopover($event)\"\n>\n  <gas-icon\n    [name]=\"columnsConfigActionIcon\"\n    [size]=\"20\"\n    class=\"gas-table__manage-columns-settings\"\n  ></gas-icon>\n\n  <gas-icon\n    [name]=\"columnsConfigExpandIcon\"\n    [size]=\"20\"\n    class=\"gas-table__manage-columns-expand\"\n  ></gas-icon>\n</div>\n\n<ng-template #columnsConfigPopup>\n  <gas-checkbox-group\n    [title]=\"columnsVisibilityPopupTitle\"\n    [checkboxes]=\"columnsCheckboxes$ | async\"\n    [multi]=\"columnsCheckboxes$.value.length > 10\"\n    (clicked)=\"onChangeColumnManage($event)\"\n  >\n  </gas-checkbox-group>\n</ng-template>\n\n<ng-template #columnsConfigFooterPopup>\n  <div class=\"grid grid-justify-space-between\">\n    <button gasButton (click)=\"applyColumnManage()\" class=\"mt-sm\">Применить</button>\n    <button\n      *ngIf=\"visibleResetColumnButton\"\n      class=\"mt-sm\"\n      gasButton=\"secondary\"\n      (click)=\"resetColumnManage()\"\n    >\n      Сбросить\n    </button>\n  </div>\n</ng-template>","styles":[".gas-table__manage-columns{position:absolute!important;z-index:2;top:6px;right:16px;width:64px;height:32px;display:flex;justify-content:center;align-items:center;cursor:pointer;box-sizing:border-box;border:var(--gas-table-manage-columns-border,var(--border-line-changed));border-radius:var(--gas-table-manage-columns-border-radius,4px);background-color:var(--gas-table-manage-columns-background-color,var(--base-bg-block));box-shadow:none;transition:box-shadow .3s}.gas-table__manage-columns:hover{box-shadow:var(--shadow-input-focus-base)}.gas-table__manage-columns-active .gas-table__manage-columns-expand{transform:rotate(180deg)}.gas-table__manage-columns-expand{transition:transform .3s;color:var(--icon-brand)}.gas-table__manage-columns-settings{margin-right:var(--sm-size);color:var(--icon-brand)}"]}]}],"members":{"applyColumnManage$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":32,"character":3},"arguments":["applyColumnManage"]}]}],"resetColumnManage$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":36,"character":3},"arguments":["resetColumnManage"]}]}],"columnsVisibilityPopupTitle":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":40,"character":3}}]}],"hiddenTableColumnsKeys":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":44,"character":3}}]}],"simpleTableComponent":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":48,"character":3}}]}],"visibleResetColumnButton":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":52,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":53,"character":3}}]}],"initColumnProperty":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":57,"character":3},"arguments":["initColumn"]}]}],"updateColumnsVisibilityProperty":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":61,"character":3},"arguments":["updateColumnsVisibility"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef","line":79,"character":31}]}],"ngOnChanges":[{"__symbolic":"method"}],"initColumnManage":[{"__symbolic":"method"}],"togglePopover":[{"__symbolic":"method"}],"applyColumnManage":[{"__symbolic":"method"}],"resetColumnManage":[{"__symbolic":"method"}],"onChangeColumnManage":[{"__symbolic":"method"}],"updateColumnsVisibility":[{"__symbolic":"method"}],"updateCurrentColumnVisibility":[{"__symbolic":"method"}]}},"DatatableValue":{"__symbolic":"interface"},"GasDatatableComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"table[gasDatatable]","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":19,"character":19},"member":"OnPush"},"template":"<thead class=\"gas-table-thead\">\n<tr>\n  <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n</tr>\n</thead>\n<tbody\n  *ngIf=\"loading === false && !error\"\n  class=\"gas-table-tbody\"\n>\n<tr\n  *ngFor=\"let rowData of data\"\n  (click)=\"rowClick(rowData)\"\n>\n  <ng-container\n    *ngTemplateOutlet=\"bodyTemplate; context: { $implicit: rowData }\"\n  ></ng-container>\n</tr>\n</tbody>\n","styles":[":host{width:100%}"]}]}],"members":{"gasTemplates":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren","line":23,"character":3},"arguments":[{"__symbolic":"reference","name":"GasTemplateDirective"}]}]}],"loading":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":26,"character":3}}]}],"error":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":29,"character":3}}]}],"isValueEmpty":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":32,"character":3}}]}],"data":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":35,"character":3},"arguments":["gasDatatable"]}]}],"onRowClick$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":38,"character":3},"arguments":["onRowClick"]}]}],"rowClick":[{"__symbolic":"method"}],"ngAfterContentInit":[{"__symbolic":"method"}]}},"GasDatatableModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":8,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasDatatableComponent"}]],"exports":[[{"__symbolic":"reference","name":"GasDatatableComponent"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":16,"character":4}]}]}],"members":{}},"GasDynamicPositioningPopupDirective":{"__symbolic":"class","arity":2,"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ngneat/until-destroy","name":"UntilDestroy","line":31,"character":1}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":32,"character":1},"arguments":[{"selector":"[gasDynamicPositioningPopup]"}]}],"members":{"config":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":36,"character":3},"arguments":["gasDynamicPositioningPopup"]}]}],"nativeDisabled":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":40,"character":3}}]}],"submited$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":43,"character":3},"arguments":["submited"]}]}],"opened$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":46,"character":3},"arguments":["opened"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":58,"character":16},{"__symbolic":"reference","module":"@cikrf/gas-utils/services","name":"GasDynamicComponentsService","line":59,"character":41},{"__symbolic":"reference","name":"GasPositioningService"},{"__symbolic":"reference","name":"GasBrowserEventsService"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":62,"character":20}]}],"clickByDirective":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostListener","line":65,"character":3},"arguments":["click",["$event"]]}]}],"keydownHandler":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostListener","line":80,"character":3},"arguments":["keydown",["$event"]]}]}],"ngOnInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"onMouseEnter":[{"__symbolic":"method"}],"onMouseLeave":[{"__symbolic":"method"}],"open":[{"__symbolic":"method"}],"destroy":[{"__symbolic":"method"}],"subscribeIntersection":[{"__symbolic":"method"}],"setPosition":[{"__symbolic":"method"}],"setProps":[{"__symbolic":"method"}],"setStyles":[{"__symbolic":"method"}],"clearStyles":[{"__symbolic":"method"}]}},"GAS_POSITIONING_CONFIG":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"InjectionToken","line":5,"character":42},"arguments":["gasPositioningConfig",{"providedIn":"root"}]},"DEFAULT_GAS_POSITIONING_CONFIG":{"offset":0,"preferablePositions":[{"__symbolic":"select","expression":{"__symbolic":"select","expression":{"__symbolic":"reference","name":"ɵs"},"member":"Direction"},"member":"Bottom"},{"__symbolic":"select","expression":{"__symbolic":"select","expression":{"__symbolic":"reference","name":"ɵs"},"member":"Direction"},"member":"BottomRight"},{"__symbolic":"select","expression":{"__symbolic":"select","expression":{"__symbolic":"reference","name":"ɵs"},"member":"Direction"},"member":"BottomLeft"}],"alignType":"auto","arrowWidth":16,"isCloseByClickOutside":true},"GasDynamicPositioningPopupModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":8,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasDynamicPositioningPopupDirective"}]],"exports":[[{"__symbolic":"reference","name":"GasDynamicPositioningPopupDirective"}]]}]}],"members":{}},"GasEmptyMessageComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":4,"character":1},"arguments":[{"selector":"gas-empty-message","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":8,"character":19},"member":"OnPush"},"template":"<div class=\"gas-empty-message\">\n\n  <div\n    *ngIf=\"customIcon?.name\"\n    class=\"gas-empty-message__user-icon\"\n  >\n    <gas-icon\n      [name]=\"customIcon.name\"\n      [size]=\"customIcon.size\"\n      [class]=\"customIcon.colorClass\"\n    ></gas-icon>\n  </div>\n\n  <div class=\"gas-empty-message__header\">\n\n    <div\n      *ngIf=\"!customIcon?.name && type !== 'default'\"\n      class=\"gas-empty-message__header-icon\"\n    >\n      <gas-icon\n        [name]=\"iconNames[type]?.name\"\n        [size]=\"32\"\n        [class]=\"iconNames[type]?.colorClass\"\n      ></gas-icon>\n    </div>\n\n    <h3 class=\"gas-empty-message__header-title\">\n      {{ title }}\n    </h3>\n\n  </div>\n\n  <div class=\"gas-empty-message__content\">\n    {{ description }}\n  </div>\n\n  <div *ngIf=\"secondaryButton || primaryButton\" class=\"gas-empty-message__actions\">\n    <button *ngIf=\"secondaryButton\" gasButton=\"secondary\">{{ secondaryButton }}</button>\n    <button *ngIf=\"primaryButton\" gasButton [class.ml-md]=\"!!secondaryButton\">{{ primaryButton }}</button>\n  </div>\n\n</div>\n","styles":[".gas-empty-message{display:flex;flex-direction:column;align-items:center;width:100%}.gas-empty-message__user-icon{margin-bottom:var(--xlg-size)}.gas-empty-message__header,.gas-empty-message__user-icon{width:100%;display:flex;justify-content:center;align-items:center}.gas-empty-message__header{margin-bottom:var(--lg-size)}.gas-empty-message__header-icon{min-width:var(--xlg-size);min-height:var(--xlg-size);margin-right:var(--semi-md-size)}.gas-empty-message__header-title{margin:0;font-size:22px;line-height:120%;color:var(--text-weak)}.gas-empty-message__content{font-size:14px;line-height:120%;width:100%;text-align:center;color:var(--text-normal)}.gas-empty-message__actions{display:flex;align-items:center;margin-top:var(--lg-size)}"]}]}],"members":{"type":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":12,"character":3}}]}],"title":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":16,"character":3}}]}],"description":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":20,"character":3}}]}],"customIcon":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":24,"character":3}}]}],"secondaryButton":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":28,"character":3}}]}],"primaryButton":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":32,"character":3}}]}]}},"GasEmptyMessageModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":11,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasEmptyMessageComponent"}]],"exports":[[{"__symbolic":"reference","name":"GasEmptyMessageComponent"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":19,"character":4},{"__symbolic":"reference","name":"GasIconsModule"},{"__symbolic":"reference","name":"GasButtonModule"}]}]}],"members":{}},"GasEmptyMessage":{"__symbolic":"interface"},"GasEmptyMessageIcon":{"__symbolic":"interface"},"ICON_NAMES":{"default":{"name":"","colorClass":""},"message":{"name":"common-message","colorClass":"icon-brand"},"success":{"name":"notifications-light-success","colorClass":"icon-brand"},"warning":{"name":"notifications-light-warning","colorClass":"icon-warning"},"error":{"name":"notifications-light-error","colorClass":"icon-error"},"filter":{"name":"common-filter-list","colorClass":"icon-dark"},"search":{"name":"common-search","colorClass":"icon-dark"}},"GasModalComponent":{"__symbolic":"class","arity":1,"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":16,"character":1},"arguments":[{"selector":"gas-modal","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":20,"character":19},"member":"OnPush"},"template":"<div class=\"gas-modal-wrap\" data-modal=\"close\" [id]=\"id\">\n  <div\n    class=\"gas-modal\"\n    cdkTrapFocus\n    [cdkTrapFocusAutoCapture]=\"true\"\n    [ngStyle]=\"modalWidthStyle\"\n    [ngClass]=\"modalStyle?.panelClass\"\n  >\n\n    <!-- header -->\n    <div *ngIf=\"hasHeader\" class=\"gas-modal__header\">\n      <!-- user template header -->\n      <div *ngIf=\"modal.header; else defaultHeader\" class=\"w-100-p\">\n        <ng-container *ngTemplateOutlet=\"modal.header\"></ng-container>\n      </div>\n      <!-- default header -->\n      <ng-template #defaultHeader>\n        <div *ngIf=\"modal.headerIcon as icon\" class=\"gas-modal__header-icon\">\n          <gas-icon\n            [name]=\"icon.name\"\n            [color]=\"icon.color\"\n            [size]=\"20\"\n          ></gas-icon>\n        </div>\n        <div class=\"gas-modal__header-title\" *ngIf=\"modal.title\">\n          {{ modal.title }}\n        </div>\n        <div\n          *ngIf=\"modal.isCloseIcon\"\n          class=\"gas-modal__header-close-icon\"\n        >\n          <button\n            class=\"gas-modal__header-close-button\"\n            (click)=\"closeModal()\"\n          >\n            <gas-icon\n              name=\"notifications-close\"\n              [size]=\"20\"\n              class=\"icon-brand\"\n            ></gas-icon>\n          </button>\n        </div>\n      </ng-template>\n\n    </div>\n\n    <!-- body -->\n    <div\n      class=\"gas-modal__body\"\n      [ngStyle]=\"contentHeightStyle\"\n    >\n      <!-- container for component -->\n      <div #modalContent class=\"gas-modal__body-container\"></div>\n\n      <ng-container *ngIf=\"!modal.component\">\n        <!-- user template body -->\n        <div *ngIf=\"modal.body; else defaultBody\" class=\"w-100-p\">\n          <ng-container *ngTemplateOutlet=\"modal.body\"></ng-container>\n        </div>\n        <!-- default body -->\n        <ng-template #defaultBody>\n          <div class=\"gas-modal__body-content\">\n            {{ modal.content }}\n          </div>\n        </ng-template>\n      </ng-container>\n\n    </div>\n\n    <!-- footer -->\n    <div class=\"gas-modal__footer\" *ngIf=\"showFooter(modal.footer, modal.closeButtonText)\">\n      <!-- user template footer -->\n      <div *ngIf=\"modal.footer; else defaultFooter\" class=\"w-100-p\">\n        <ng-container *ngTemplateOutlet=\"modal.footer\"></ng-container>\n      </div>\n      <!-- default footer -->\n      <ng-template #defaultFooter>\n        <button\n          *ngIf=\"modal.closeButtonText\"\n          gasButton=\"secondary\"\n          class=\"gas-modal__footer-close\"\n          (click)=\"closeModal()\"\n        >{{ modal.closeButtonText }}\n        </button>\n\n        <button\n          *ngIf=\"modal.confirmButtonText\"\n          gasButton\n          class=\"gas-modal__footer_confirm\"\n          [disabled]=\"modal?.confirmButtonDisable\"\n          (click)=\"confirm()\"\n        >{{ modal.confirmButtonText }}\n        </button>\n      </ng-template>\n    </div>\n\n  </div>\n</div>\n","styles":[".gas-modal-wrap{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;background-color:rgba(80,99,111,.5);overflow:hidden;z-index:var(--layer-semi-low)}.gas-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--base-white);box-shadow:var(--modal-shadow);border-radius:var(--xs-size);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:var(--layer-highest)}.gas-modal__header{box-shadow:var(--shadow-container-border-bottom);border-radius:var(--xs-size) var(--xs-size) 0 0;padding:var(--semi-md-size) var(--xmd-size);display:flex;align-items:center;box-sizing:border-box;max-height:56px}.gas-modal__header-title{font-size:20px;line-height:120%;width:90%;text-align:center;color:var(--text-weak)}.gas-modal__header-icon{width:10%;min-width:var(--semi-lg-size);min-height:var(--semi-lg-size)}.gas-modal__header-close-icon{width:10%;min-width:var(--semi-lg-size);text-align:right}.gas-modal__header-close-button{border:0;box-shadow:none;display:inline-block;vertical-align:middle;width:var(--semi-lg-size);height:var(--semi-lg-size);padding:0;background:transparent none}.gas-modal__body{background:var(--base-white);box-shadow:var(--shadow-card-level-3);border-radius:var(--xs-size);padding:var(--md-size) var(--xmd-size);box-sizing:border-box;min-height:110px}.gas-modal__body-container{display:none}.gas-modal__footer{display:flex;justify-content:flex-end;position:relative;background:var(--base-bg-highlight);box-shadow:var(--modal-footer-shadow);border-radius:0 0 var(--xs-size) var(--xs-size);box-sizing:border-box;max-height:var(--mega-size);padding:var(--sm-size) var(--md-size)}.gas-modal__footer_confirm{margin-left:var(--sm-size)}"]}]}],"members":{"container":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":23,"character":3},"arguments":["modalContent",{"static":true,"read":{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef","line":23,"character":50}}]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"GasModalService"}]}],"clickHandler":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostListener","line":59,"character":3},"arguments":["click",["$event"]]}]}],"closeModal":[{"__symbolic":"method"}],"confirm":[{"__symbolic":"method"}],"showFooter":[{"__symbolic":"method"}]}},"GasModalService":{"__symbolic":"class","arity":1,"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":7,"character":1},"arguments":[{"providedIn":"root"}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@cikrf/gas-utils/services","name":"GasDynamicComponentsService","line":17,"character":40}]}],"createModal":[{"__symbolic":"method"}],"saveAndClose":[{"__symbolic":"method"}],"closeModal":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"clearData":[{"__symbolic":"method"}]},"statics":{"ɵprov":{}}},"GasModalModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":12,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasModalComponent"}]],"exports":[[{"__symbolic":"reference","name":"GasModalComponent"}]],"imports":[{"__symbolic":"reference","module":"@angular/cdk/a11y","name":"A11yModule","line":20,"character":4},{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":21,"character":4},{"__symbolic":"reference","name":"GasIconsModule"},{"__symbolic":"reference","name":"GasButtonModule"}],"entryComponents":[[{"__symbolic":"reference","name":"GasModalComponent"}]]}]}],"members":{}},"GasBaseModal":{"__symbolic":"class","arity":1,"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"GasModalService"}]}],"closeModal":[{"__symbolic":"method"}],"saveDataAndCloseModal":[{"__symbolic":"method"}]}},"GasFileUploaderComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ngneat/until-destroy","name":"UntilDestroy","line":27,"character":1}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":28,"character":1},"arguments":[{"selector":"gas-file-uploader","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":32,"character":19},"member":"OnPush"},"providers":[{"__symbolic":"reference","name":"GasUploaderDirective"},{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR","line":36,"character":15},"useExisting":{"__symbolic":"reference","name":"GasUploaderDirective"},"multi":true}],"template":"<ng-container\n  *ngIf=\"{\n    fileNames: fileNames$ | async,\n    successUpload: successUpload$ | async\n  } as observable\"\n>\n  <!-- Текс успешной загрузки файла -->\n  <ng-container *ngIf=\"observable.successUpload\">\n    <!-- Режим одиночной загрузки -->\n    <ng-container *ngIf=\"isSingleMode(); else multiUpload\">\n      <div class=\"gas-file-uploader__success\">\n        {{ successText }}\n      </div>\n    </ng-container>\n    <!-- Режим множественной загрузки -->\n    <ng-template #multiUpload>\n      <div class=\"gas-file-uploader__files\" *ngFor=\"let name of observable?.fileNames || []\">Файл {{ name }} загружен</div>\n    </ng-template>\n\n  </ng-container>\n\n  <!-- Блок файл-аплодера -->\n  <div class=\"gas-file-uploader\">\n    <!-- Дефолтное состояние файл-аплодера -->\n    <ng-container *ngIf=\"!progress; else progressTemplate\">\n      <div\n        class=\"gas-file-uploader__name\"\n      >\n        <ng-container *ngIf=\"!observable.fileNames; else fileTemplate\">\n          {{ placeholder }}\n        </ng-container>\n        <ng-template #fileTemplate>\n          {{ getFileName(observable.successUpload, observable.fileNames) }}\n        </ng-template>\n      </div>\n\n      <button\n        gasButton=\"secondary\"\n        class=\"gas-file-uploader__button\"\n        (click)=\"selectFile()\"\n      >\n        Выбрать файл\n      </button>\n    </ng-container>\n\n    <!-- Состояние прогресса загрузки файла -->\n    <ng-template #progressTemplate>\n      <gas-progress-bar\n        class=\"w-100-p\"\n        variant=\"circular\"\n        size=\"md\"\n        percentType=\"percentEnd\"\n        [value]=\"progress\"\n      >\n      </gas-progress-bar>\n    </ng-template>\n\n  </div>\n\n  <!-- Текс ошибки загрузки файла -->\n  <ng-container *ngIf=\"errorText\">\n    <div class=\"gas-file-uploader__error\">\n      {{ errorText }}\n    </div>\n  </ng-container>\n\n</ng-container>\n","styles":[":host._dragged .gas-file-uploader{border:var(--border-line-changed)}:host .gas-file-uploader{width:auto;padding:var(--semi-md-size) var(--md-size);border:var(--border-line-normal-dashed);box-sizing:border-box;border-radius:var(--xs-size);cursor:default;height:56px;display:flex;justify-content:space-between;align-items:center}:host .gas-file-uploader__name{font-size:14px;line-height:120%;color:var(--base-dark-gray);flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host .gas-file-uploader__files{font-size:14px;line-height:120%;margin-bottom:var(--sm-size);color:var(--base-success-dark)}:host .gas-file-uploader__button{margin-left:var(--sm-size)}:host .gas-file-uploader__success{margin-bottom:var(--sm-size);font-size:14px;line-height:120%;color:var(--base-success-dark)}:host .gas-file-uploader__error{font-size:14px;line-height:120%;color:var(--base-negative-medium)}"]}]}],"members":{"placeholder":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":43,"character":3}}]}],"fileName":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":46,"character":3}}]}],"successText":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":49,"character":3}}]}],"errorText":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":52,"character":3}}]}],"progress":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":55,"character":3}}]}],"accept":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":58,"character":3}}]}],"mode":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":61,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Host","line":79,"character":5}}],[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Self","line":80,"character":5}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":80,"character":13}}]],"parameters":[{"__symbolic":"reference","name":"GasUploaderDirective"},{"__symbolic":"reference","module":"@angular/forms","name":"NgControl","line":80,"character":43}]}],"ngOnInit":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}],"selectFile":[{"__symbolic":"method"}],"getFileName":[{"__symbolic":"method"}],"isSingleMode":[{"__symbolic":"method"}],"writeValue":[{"__symbolic":"method"}],"registerOnTouched":[{"__symbolic":"method"}],"registerOnChange":[{"__symbolic":"method"}]}},"GasFileUploaderModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":12,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasFileUploaderComponent"}]],"exports":[[{"__symbolic":"reference","name":"GasFileUploaderComponent"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":20,"character":4},{"__symbolic":"reference","name":"GasUploaderDirectiveModule"},{"__symbolic":"reference","name":"GasButtonModule"},{"__symbolic":"reference","name":"GasProgressBarModule"}]}]}],"members":{}},"GasFileMode":{"Single":"single","Multi":"multi"},"GasFileModeType":{"__symbolic":"interface"},"GasTagComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":2,"character":1},"arguments":[{"selector":"gas-tag","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":6,"character":19},"member":"OnPush"},"template":"<div class=\"regular-size-3 text-white\">{{ label }}</div>\n\n<gas-icon\n  *ngIf=\"iconName && iconName.length\"\n  [name]=\"iconName\"\n  [size]=\"14\"\n  class=\"icon-white ml-semi-md\"\n></gas-icon>\n","styles":[":host{font-size:14px;line-height:120%;background-color:var(--gas-tag-background-color,var(--base-success-dark));cursor:pointer;border-radius:16px;display:flex;align-items:center;height:var(--gas-table-tag-height,var(--xlg-size));margin:0 var(--sm-size) var(--sm-size) 0;padding-left:var(--gas-table-tag-padding-left,var(--md-size));padding-right:var(--gas-table-tag-padding-right,var(--sm-size));transition:background-color .3s}:host:hover{background-color:var(--gas-tag-hover-background-color,var(--base-success-medium))}"]}]}],"members":{"label":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":10,"character":3}}]}],"iconName":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":13,"character":3}}]}],"tagClicked$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":16,"character":3},"arguments":["tagClicked"]}]}],"onClick":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostListener","line":19,"character":3},"arguments":["click"]}]}]}},"GasTagsComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":9,"character":1},"arguments":[{"selector":"gas-tags","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":13,"character":19},"member":"OnPush"},"template":"<div class=\"regular-size-3 text-weak mb-sm mr-semi-md\">{{ label }}</div>\n\n<gas-tag\n  *ngFor=\"let tag of tags\"\n  [label]=\"tag.label\"\n  [iconName]=\"tag.iconName || 'notifications-close'\"\n  (tagClicked)=\"emitClickOnItem(tag.value)\"\n></gas-tag>\n\n<div\n  class=\"regular-size-3 link-normal g-cursor-p ml-sm mb-sm\"\n  (click)=\"emitClickOnActionLabel()\"\n>{{ actionLabel }}</div>\n","styles":[":host{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:var(--gas-tags-margin-bottom,var(--md-size));padding:var(--md-size) var(--md-size) var(--sm-size)}"]}]}],"members":{"label":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":17,"character":3}}]}],"actionLabel":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":20,"character":3}}]}],"tags":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":23,"character":3}}]}],"itemClicked$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":26,"character":3},"arguments":["itemClicked"]}]}],"actionLabelClicked$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":29,"character":3},"arguments":["actionLabelClicked"]}]}],"emitClickOnItem":[{"__symbolic":"method"}],"emitClickOnActionLabel":[{"__symbolic":"method"}]}},"GasTagsModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":13,"character":1},"arguments":[{"declarations":[[{"__symbolic":"reference","name":"GasTagComponent"},{"__symbolic":"reference","name":"GasTagsComponent"}]],"exports":[[{"__symbolic":"reference","name":"GasTagComponent"},{"__symbolic":"reference","name":"GasTagsComponent"}]],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":21,"character":4},{"__symbolic":"reference","name":"GasIconsModule"}]}]}],"members":{}},"ɵa":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":2,"character":1},"arguments":[{"selector":"gas-icon-common","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":5,"character":19},"member":"OnPush"},"template":"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n  <defs>\n\n    <symbol id=\"common-progress-xxl\" viewBox=\"0 0 400 400\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <circle cx=\"200\" cy=\"200\" r=\"195\" stroke=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"common-progress-xlg\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <circle cx=\"40\" cy=\"40\" r=\"37\" stroke=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"common-progress-lg\" viewBox=\"0 0 48 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <circle cx=\"24\" cy=\"24\" r=\"22\" stroke=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"common-progress-sm\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <circle cx=\"16\" cy=\"16\" r=\"14\" stroke=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"common-lightning\" viewBox=\"0 0 16 16\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M8.93017 1.06957L8.00632 5.56188C8.00632 5.7465 8.1295 5.8388 8.28347 5.8388H13.0875C13.4263 5.8388 13.6418 6.2388 13.4879 6.54649L8.25268 15.1311C8.03711 15.5619 7.39041 15.408 7.39041 14.9157L8.31427 9.62342C8.31427 9.4388 8.16029 9.50034 7.97552 9.50034H2.92512C2.58637 9.50034 2.34001 9.00803 2.52478 8.70034L8.06791 0.854187C8.28347 0.454187 8.93017 0.577264 8.93017 1.06957Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"common-panel\" viewBox=\"0 0 48 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path\n        d=\"M45.6009 0.799988H42.7209C41.9529 0.799988 41.2809 1.56799 41.2809 2.23999V11.84C41.2809 12.608 40.6089 13.28 39.8409 13.28H8.16094C7.39294 13.28 6.72094 12.608 6.72094 11.84V2.23999C6.72094 1.56799 6.04894 0.799988 5.28094 0.799988H2.40094C1.63294 0.799988 0.960938 1.56799 0.960938 2.23999V15.2C0.960938 17.312 2.68894 19.04 4.80094 19.04H43.2009C45.3129 19.04 47.0409 17.312 47.0409 15.2V2.23999C47.0409 1.56799 46.3689 0.799988 45.6009 0.799988Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"common-required\" viewBox=\"0 0 8 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path\n        d=\"M3.08 2.5L3.65778 3.47947L4.07378 4.78543L4.55911 3.45615L5.11378 2.52332L6.22311 3.12966L5.62222 4.13245L4.55911 5.25185L6.13067 4.972H7.24V6.27796H6.17689L4.69778 5.99811L5.76089 7.11751L6.29244 8.02702L5.20622 8.68L4.60533 7.70053L4.07378 6.27796L3.63467 7.63057L3.05689 8.61004L1.90133 7.95706L2.52533 6.97759L3.496 5.99811L2.15556 6.27796H1V4.972H2.15556L3.58844 5.25185L2.54844 4.22574L1.94756 3.15298L3.08 2.5Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"common-cell-checked\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M10.2154 17.2923L5.13846 12.1846C4.95385 12 4.95385 11.6923 5.13846 11.5077L5.81538 10.8308C6 10.6462 6.30769 10.6462 6.49231 10.8308L10.3077 14.6769C10.4308 14.8 10.6462 14.8 10.7692 14.6769L18.2462 7.13846C18.4308 6.95385 18.7385 6.95385 18.9231 7.13846L19.6 7.81538C19.7846 8 19.7846 8.30769 19.6 8.49231L10.8923 17.2923C10.7077 17.5077 10.4 17.5077 10.2154 17.2923Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"common-date\" viewBox=\"0 0 16 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M14.2462 6.26155H1.75384C1.47692 6.26155 1.26154 6.47693 1.26154 6.75385V13.9846C1.26154 14.7846 1.90769 15.4308 2.70769 15.4308H13.2923C14.0923 15.4308 14.7385 14.7846 14.7385 13.9846V6.75385C14.7385 6.47693 14.5231 6.26155 14.2462 6.26155ZM5.6 13C5.6 13.2769 5.38461 13.4923 5.10769 13.4923H4.15384C3.87692 13.4923 3.66154 13.2769 3.66154 13V12.0462C3.66154 11.7692 3.87692 11.5539 4.15384 11.5539H5.10769C5.38461 11.5539 5.6 11.7692 5.6 12.0462V13ZM8.95384 13C8.95384 13.2769 8.73846 13.4923 8.46154 13.4923H7.50769C7.23077 13.4923 7.01538 13.2769 7.01538 13V12.0462C7.01538 11.7692 7.23077 11.5539 7.50769 11.5539H8.46154C8.73846 11.5539 8.95384 11.7692 8.95384 12.0462V13ZM8.95384 9.64616C8.95384 9.92308 8.73846 10.1385 8.46154 10.1385H7.50769C7.23077 10.1385 7.01538 9.92308 7.01538 9.64616V8.69232C7.01538 8.41539 7.23077 8.20001 7.50769 8.20001H8.46154C8.73846 8.20001 8.95384 8.41539 8.95384 8.69232V9.64616ZM12.3385 9.64616C12.3385 9.92308 12.1231 10.1385 11.8462 10.1385H10.8923C10.6154 10.1385 10.4 9.92308 10.4 9.64616V8.69232C10.4 8.41539 10.6154 8.20001 10.8923 8.20001H11.8462C12.1231 8.20001 12.3385 8.41539 12.3385 8.69232V9.64616ZM13.2923 2.41539H12.0923V1.92308C12.0923 1.40001 11.6615 0.969238 11.1385 0.969238C10.6154 0.969238 10.1846 1.40001 10.1846 1.92308V2.41539H5.84615V1.92308C5.84615 1.40001 5.41538 0.969238 4.89231 0.969238C4.36923 0.969238 3.93846 1.40001 3.93846 1.92308V2.41539H2.70769C1.90769 2.41539 1.26154 3.06155 1.26154 3.86155V4.35385C1.26154 4.63078 1.47692 4.84616 1.75384 4.84616H14.2769C14.5538 4.84616 14.7692 4.63078 14.7692 4.35385V3.86155C14.7385 3.06155 14.0923 2.41539 13.2923 2.41539Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"common-date-view\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.3077 3.23076H18V2.30768C18 1.56922 17.4 0.923065 16.6154 0.923065C15.8769 0.923065 15.2308 1.52307 15.2308 2.30768V3.23076H8.76924V2.30768C8.76924 1.56922 8.16924 0.923065 7.38462 0.923065C6.64616 0.923065 6.00001 1.52307 6.00001 2.30768V3.23076H3.69231C2.67693 3.23076 1.84616 4.06153 1.84616 5.07691V6.23076C1.84616 6.59999 2.16924 6.92306 2.53847 6.92306H21.4615C21.8308 6.92306 22.1539 6.59999 22.1539 6.23076V5.07691C22.1539 4.06153 21.3231 3.23076 20.3077 3.23076ZM21.4615 9.23076H2.53847C2.16924 9.23076 1.84616 9.55383 1.84616 9.92307V21.2308C1.84616 22.2461 2.67693 23.0769 3.69231 23.0769H20.3077C21.3231 23.0769 22.1539 22.2461 22.1539 21.2308V9.92307C22.1539 9.55383 21.8308 9.23076 21.4615 9.23076ZM13.3846 19.3846V19.4769C13.3846 19.8461 12.9231 20.3077 12.4615 20.3077C12 20.3077 11.5385 19.8461 11.5385 19.3846V14.7692L10.8462 15.5077C10.7077 15.6461 10.5692 15.6923 10.3846 15.6923C10.0154 15.6923 9.69231 15.3692 9.69231 15C9.69231 14.8154 9.78462 14.6308 9.92308 14.4923L11.7231 12.6923C11.9077 12.5077 12.1385 12.4154 12.4154 12.4154C12.9231 12.4154 13.3846 12.8308 13.3846 13.3384V19.3846Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-date-time\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.1231 3.13845H18.2769V2.39999C18.2769 1.56922 17.6308 0.923065 16.8 0.923065C15.9692 0.923065 15.3231 1.56922 15.3231 2.39999V3.13845H8.67693V2.39999C8.67693 1.56922 8.03078 0.923065 7.20001 0.923065C6.36924 0.923065 5.72308 1.56922 5.72308 2.39999V3.13845H3.87693C2.67693 3.13845 1.66154 4.15383 1.66154 5.35383V6.0923C1.66154 6.50768 1.98462 6.83076 2.40001 6.83076H21.6C22.0154 6.83076 22.3385 6.50768 22.3385 6.0923V5.35383C22.3385 4.15383 21.3231 3.13845 20.1231 3.13845ZM21.6 9.04614H2.40001C1.98462 9.04614 1.66154 9.36922 1.66154 9.78461V20.8615C1.66154 22.0615 2.67693 23.0769 3.87693 23.0769H20.1231C21.3231 23.0769 22.3385 22.0615 22.3385 20.8615V9.78461C22.3385 9.36922 22.0154 9.04614 21.6 9.04614ZM12 21.5538C8.95385 21.5538 6.5077 19.0615 6.5077 16.0615C6.5077 13.0154 9.00001 10.5692 12 10.5692C15 10.5692 17.4923 13.0615 17.4923 16.0615C17.4923 19.1077 15.0462 21.5538 12 21.5538ZM12.5539 15.8308V13.4769C12.5539 13.2923 12.3692 13.1077 12.1846 13.1077H11.8154C11.6308 13.1077 11.4462 13.2923 11.4462 13.4769V16.0615C11.4462 16.2 11.4923 16.3384 11.6308 16.4308L13.3846 18.1846C13.5231 18.3231 13.7539 18.3231 13.8923 18.1846L14.1692 17.9077C14.3077 17.7692 14.3077 17.5385 14.1692 17.4L12.5539 15.8308Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-ball\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <circle cx=\"10\" cy=\"10\" r=\"10\" fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"common-filter-list\" viewBox=\"0 0 20 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M18.4999 0.538574H1.42295C0.846026 0.538574 0.576795 1.19242 0.922949 1.6155L8.38449 10.3463C8.61526 10.6155 8.73064 11.0001 8.73064 11.3463V16.8847C8.73064 17.1924 9.03833 17.4617 9.34603 17.4617H10.4999C10.8076 17.4617 11.0383 17.1924 11.0383 16.8847V11.3463C11.0383 10.9617 11.1922 10.6155 11.4614 10.3463L18.9999 1.6155C19.346 1.19242 19.0768 0.538574 18.4999 0.538574V0.538574Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"common-search\" viewBox=\"0 0 16 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M15.2609 14.1379L11.1378 10.0456C11.9686 8.87632 12.3994 7.3994 12.184 5.83017C11.8147 3.18402 9.6609 1.09171 6.98398 0.845555C3.35321 0.476325 0.276287 3.55325 0.645518 7.21479C0.891672 9.86094 2.98398 12.0456 5.63013 12.4148C7.19936 12.6302 8.67629 12.1994 9.84552 11.3686L13.9378 15.4609C14.1224 15.6456 14.3994 15.6456 14.584 15.4609L15.2301 14.8148C15.4147 14.6302 15.4147 14.3225 15.2609 14.1379ZM2.4609 6.63017C2.4609 4.44556 4.24552 2.66094 6.43013 2.66094C8.61475 2.66094 10.3994 4.44556 10.3994 6.63017C10.3994 8.81479 8.61475 10.5994 6.43013 10.5994C4.24552 10.5994 2.4609 8.84556 2.4609 6.63017Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"common-stroke-ball\" viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <circle cx=\"7\" cy=\"7\" r=\"5.5\" stroke=\"currentColor\" stroke-width=\"3\" />\n    </symbol>\n\n    <symbol id=\"common-clock\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n        d=\"M7.99985 0.615234C3.93831 0.615234 0.615234 3.93831 0.615234 7.99985C0.615234 12.0614 3.93831 15.3845 7.99985 15.3845C12.0614 15.3845 15.3845 12.0614 15.3845 7.99985C15.3845 3.93831 12.0614 0.615234 7.99985 0.615234ZM7.99985 13.5383C4.9537 13.5383 2.46139 11.046 2.46139 7.99985C2.46139 4.9537 4.9537 2.46139 7.99985 2.46139C11.046 2.46139 13.5383 4.9537 13.5383 7.99985C13.5383 11.046 11.046 13.5383 7.99985 13.5383ZM9.046 8.06139C8.9537 7.96908 8.92293 7.846 8.92293 7.72293V4.76908C8.92293 4.52293 8.70754 4.30754 8.46139 4.30754H7.53831C7.29216 4.30754 7.07677 4.52293 7.07677 4.76908V8.49216C7.07677 8.61523 7.13831 8.73831 7.19985 8.83062L9.47677 11.1075C9.66139 11.2922 9.93831 11.2922 10.1229 11.1075L10.7691 10.4614C10.9537 10.2768 10.9537 9.99985 10.7691 9.81523L9.046 8.06139Z\"\n        fill=\"currentColor\" />\n    </symbol>\n\n    <symbol id=\"common-message\" viewBox=\"0 0 33 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.4999 2.46154C8.31533 2.46154 1.73071 8.49231 1.73071 16C1.73071 18.4 2.40764 20.6154 3.57687 22.6462C3.69994 22.8923 3.76148 23.2 3.69994 23.4462L2.3461 27.6923C2.09994 28.4923 2.83841 29.1692 3.63841 28.9231L7.9461 27.4462C8.25379 27.3231 8.56148 27.3846 8.80764 27.5692C11.0846 28.8615 13.7307 29.6 16.5615 29.6C24.7461 29.6 31.3307 23.5692 31.3307 16.0615C31.1461 8.49231 24.5615 2.46154 16.4999 2.46154Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-help\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M12 22C6.47967 21.994 2.00606 17.5204 2 12V11.8C2.10993 6.30455 6.63459 1.92797 12.1307 2.0009C17.6268 2.07382 22.0337 6.5689 21.9978 12.0654C21.9619 17.5618 17.4966 21.9989 12 22ZM11.984 20H12C16.4167 19.9956 19.9942 16.4127 19.992 11.996C19.9898 7.57931 16.4087 4.00002 11.992 4.00002C7.57528 4.00002 3.99421 7.57931 3.992 11.996C3.98979 16.4127 7.56729 19.9956 11.984 20ZM13 18H11V16H13V18ZM13 15H11C10.9684 13.6977 11.6461 12.4808 12.77 11.822C13.43 11.316 14 10.88 14 10C14 8.89545 13.1046 8.00002 12 8.00002C10.8954 8.00002 10 8.89545 10 10H8V9.91002C8.01608 8.48096 8.79333 7.16902 10.039 6.46842C11.2846 5.76781 12.8094 5.78496 14.039 6.51342C15.2685 7.24187 16.0161 8.57096 16 10C15.9284 11.079 15.3497 12.0603 14.44 12.645C13.6177 13.1612 13.0847 14.0328 13 15Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-advanced-function\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.8462 3.18461V1.84615C19.8462 1.47692 19.5231 1.15384 19.1538 1.15384H5.44615C5.07692 1.15384 4.75385 1.47692 4.75385 1.84615V3.27692C4.75385 3.41538 4.75385 3.59999 4.89231 3.73845L11.6308 12L4.89231 20.2615C4.8 20.4 4.75385 20.5385 4.75385 20.7231V22.1538C4.75385 22.5231 5.07692 22.8461 5.44615 22.8461H19.1538C19.5231 22.8461 19.8462 22.5231 19.8462 22.1538V20.8154C19.8462 20.4461 19.5231 20.1231 19.1538 20.1231H8.49231L14.6308 12.6C14.7692 12.4154 14.8154 12.2308 14.8154 11.9538C14.8154 11.7231 14.7231 11.4923 14.5846 11.3077L8.49231 3.87692H19.1538C19.5231 3.87692 19.8462 3.55384 19.8462 3.18461Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-ad-set\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.3846 2.30768H2.53847C2.16924 2.30768 1.84616 2.63076 1.84616 2.99999V10.3384C1.84616 10.7077 2.16924 11.0308 2.53847 11.0308H10.3846C10.7539 11.0308 11.0769 10.7077 11.0769 10.3384V2.99999C11.0769 2.63076 10.7539 2.30768 10.3846 2.30768ZM9.18462 6.09229H3.73847V4.19999H9.18462V6.09229ZM13.6154 2.30768H21.4615C21.8308 2.30768 22.1539 2.63076 22.1539 2.99999V10.3384C22.1539 10.7077 21.8308 11.0308 21.4615 11.0308H13.6154C13.2462 11.0308 12.9231 10.7077 12.9231 10.3384V2.99999C12.9231 2.63076 13.2462 2.30768 13.6154 2.30768ZM20.2615 6.09229H14.8154V4.19999H20.2615V6.09229ZM10.3846 12.8769H2.53847C2.16924 12.8769 1.84616 13.2 1.84616 13.5692V20.9077C1.84616 21.2769 2.16924 21.6 2.53847 21.6H10.3846C10.7539 21.6 11.0769 21.2769 11.0769 20.9077V13.5692C11.0769 13.2 10.7539 12.8769 10.3846 12.8769ZM9.18462 16.6615H3.73847V14.7692H9.18462V16.6615ZM13.6154 12.8769H21.4615C21.8308 12.8769 22.1539 13.2 22.1539 13.5692V20.9077C22.1539 21.2769 21.8308 21.6 21.4615 21.6H13.6154C13.2462 21.6 12.9231 21.2769 12.9231 20.9077V13.5692C12.9231 13.2 13.2462 12.8769 13.6154 12.8769ZM20.2615 16.6615H14.8154V14.7692H20.2615V16.6615Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-all-figure\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.53846 1.1077L2.21538 3.00001C1.89231 3.18462 1.70769 3.5077 1.70769 3.87693V7.66155C1.70769 8.03078 1.89231 8.35385 2.21538 8.53847L5.53846 10.4308C5.81538 10.6154 6.18461 10.6154 6.50769 10.4308L9.78461 8.53847C10.1077 8.35385 10.2923 8.03078 10.2923 7.66155V3.87693C10.2923 3.5077 10.1077 3.18462 9.78461 3.00001L6.50769 1.1077C6.23077 0.923084 5.86154 0.923084 5.53846 1.1077ZM13.5692 8.95385C13.5692 9.5077 14.0308 9.96924 14.5846 9.96924H21.1385C21.6923 9.96924 22.1538 9.5077 22.1538 8.95385V2.53847C22.1538 1.98462 21.6923 1.52308 21.1385 1.52308H14.5846C14.0308 1.52308 13.5692 1.98462 13.5692 2.53847V8.95385ZM13.6154 17.8615L17.4 13.7539C17.6769 13.4769 18.0923 13.4769 18.3231 13.7539L22.1077 17.8615C22.3385 18.1385 22.3385 18.5077 22.1077 18.7385L18.3231 22.8462C18.0923 23.1231 17.6308 23.1231 17.4 22.8462L13.6154 18.7385C13.3846 18.4615 13.3846 18.0923 13.6154 17.8615ZM6 22.4769C8.37057 22.4769 10.2923 20.5552 10.2923 18.1846C10.2923 15.814 8.37057 13.8923 6 13.8923C3.62942 13.8923 1.70769 15.814 1.70769 18.1846C1.70769 20.5552 3.62942 22.4769 6 22.4769Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-anchor\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.1538 16.9385L21.0462 12.2308C20.9077 11.7231 20.2615 11.5385 19.8923 11.8615L16.3385 15.1385C15.9231 15.5077 16.1077 16.1539 16.6154 16.2923L18.1385 16.7539C18 17.0769 17.8615 17.4 17.6769 17.6769C16.8462 19.0615 15.5077 19.9385 13.3846 20.2154V8.67693C14.5846 8.16924 15.4154 6.96924 15.4154 5.58462C15.4154 3.73847 13.8923 2.21539 12.0462 2.21539C10.1538 2.21539 8.67692 3.73847 8.67692 5.58462C8.67692 6.96924 9.50769 8.12309 10.7077 8.67693V20.2154C8.58462 19.9385 7.24615 19.0615 6.41538 17.6769C6.23077 17.3539 6.09231 17.0769 5.95385 16.7539L7.47692 16.2923C7.98461 16.1539 8.12308 15.4615 7.75385 15.1385L4.15385 11.9077C3.73846 11.5385 3.13846 11.7231 3 12.2769L1.84615 16.9385C1.70769 17.4462 2.21538 17.9077 2.72308 17.7692L3.92308 17.4C4.10769 17.9077 4.29231 18.3692 4.56923 18.8308C5.90769 21.0923 8.35385 22.4308 11.9538 22.4308C15.5538 22.4308 17.9538 21.0923 19.3385 18.8308C19.6154 18.3692 19.8462 17.8615 19.9846 17.4L21.1846 17.7692C21.7846 17.9077 22.2462 17.4462 22.1538 16.9385ZM12 7.01539C11.2615 7.01539 10.6615 6.41539 10.6615 5.67693C10.6615 4.93847 11.2615 4.33847 12 4.33847C12.7385 4.33847 13.3385 4.93847 13.3385 5.67693C13.3385 6.41539 12.7385 7.01539 12 7.01539Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-animal-and-nature\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.20366 2.55271C9.3956 2.11125 10.6758 1.89052 12.0002 1.89052C13.3246 1.89052 14.6049 2.11125 15.7968 2.55271C16.1941 1.89052 16.9005 1.40491 17.7392 1.40491C18.9753 1.40491 19.9466 2.37612 19.9466 3.61222C19.9466 3.96539 19.8583 4.31856 19.7258 4.62758C20.2556 5.06905 20.6087 6.52587 20.8295 8.90977C21.0061 10.2342 22.1539 14.2515 22.1539 15.0902C22.198 18.6219 18.7988 21.0941 12.0002 22.5951C5.24586 21.1383 1.8466 18.6219 1.8466 15.0902C1.8466 14.1632 2.95025 10.2783 3.17098 8.90977C3.43586 6.57002 3.83318 5.15734 4.31879 4.67173C4.1422 4.36271 4.05391 4.00954 4.05391 3.61222C4.05391 2.37612 5.02513 1.40491 6.26122 1.40491C7.1 1.40491 7.80634 1.89052 8.20366 2.55271ZM9.79292 10.5432C8.99829 10.7639 8.51268 11.5144 8.55683 12.3532L8.73341 15.0902C8.8217 16.8119 10.2785 18.1805 12.0002 18.1805C13.7219 18.1805 15.1788 16.8119 15.2671 15.0902L15.4436 12.3973C15.4878 11.5585 15.0022 10.8522 14.2075 10.5873C13.4129 10.3666 12.6183 10.2342 11.8236 10.2342C11.1173 10.2342 10.411 10.3224 9.79292 10.5432ZM16.4149 10.6756C17.1653 10.6756 17.7392 9.88099 17.7392 8.90977C17.7392 7.93855 17.1653 7.14392 16.4149 7.14392C15.6644 7.14392 15.0905 7.93855 15.0905 8.90977C15.0905 9.88099 15.6644 10.6756 16.4149 10.6756ZM7.58561 10.6756C8.33609 10.6756 8.91 9.88099 8.91 8.90977C8.91 7.93855 8.33609 7.14392 7.58561 7.14392C6.83512 7.14392 6.26122 7.93855 6.26122 8.90977C6.26122 9.88099 6.83512 10.6756 7.58561 10.6756ZM13.3688 12.7505C12.5741 13.6334 11.2939 13.6334 10.5434 12.7505C9.79292 11.8676 10.411 11.1171 11.9561 11.1171C13.5012 11.1171 14.1192 11.8676 13.3688 12.7505Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-apex-plugin\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0923 8.35386L17.2154 3.23078C17.4923 2.95386 17.4923 2.53847 17.2154 2.26155L16.1077 1.15386C15.8308 0.876936 15.4154 0.876936 15.1385 1.15386L10.0154 6.27694L12.0923 8.35386ZM17.7231 14.1692L22.8462 9.04617C23.1231 8.76924 23.1231 8.35386 22.8462 8.07694L21.7385 6.96924C21.4615 6.69232 21.0462 6.69232 20.7692 6.96924L15.6462 12.0923L17.7231 14.1692ZM16.9846 18.4154C17.0769 18.3231 17.1231 18.1846 17.1692 18.0462C17.2154 17.8616 17.1692 17.6769 17.0769 17.5385C17.0308 17.4923 17.0308 17.4462 16.9846 17.4462L6.6 7.06155C6.50769 6.92309 6.27693 6.87694 6.09231 6.87694C5.90769 6.87694 5.72308 6.96925 5.58462 7.10771C5.49231 7.20001 5.4 7.24617 5.30769 7.33848C5.26154 7.38463 5.21539 7.47694 5.16923 7.52309C5.12308 7.6154 5.03077 7.66155 4.98462 7.75386C4.93846 7.84617 4.84616 7.93848 4.8 8.03078C4.70769 8.12309 4.66154 8.26155 4.61539 8.40001C4.52308 8.53848 4.47693 8.67694 4.43077 8.8154C4.33846 8.95386 4.29231 9.13848 4.24616 9.32309C4.15385 9.50771 4.10769 9.69232 4.06154 9.87694C4.01539 10.1077 3.92308 10.2923 3.87693 10.5231C3.83077 10.7539 3.78462 10.9846 3.73846 11.2616C3.69231 11.5385 3.64616 11.8154 3.6 12.0462C3.55385 12.3231 3.50769 12.6462 3.50769 12.9231C3.46154 13.2462 3.46154 13.5692 3.46154 13.9385V15.0462C3.46154 15.4616 3.46154 15.8308 3.50769 16.2462C3.50769 16.6616 3.55385 17.1231 3.6 17.5385C3.6 17.6769 3.64616 17.7692 3.64616 17.9077H3.69231L1.29231 20.3077C0.923079 20.4923 0.923079 20.9539 1.15385 21.2308L2.86154 22.9385C3.13846 23.2154 3.55385 23.2154 3.83077 22.9385L6.23077 20.5385C7.10769 20.6308 7.93846 20.6769 8.81539 20.6769C9.55385 20.6769 10.2462 20.6769 10.9846 20.6308C11.5846 20.5846 12.1846 20.5385 12.7385 20.4C13.2 20.3077 13.6615 20.2154 14.1231 20.0769C14.4923 19.9846 14.8615 19.8462 15.1846 19.6616C15.4615 19.5231 15.7385 19.3846 15.9692 19.2462C16.2923 19.0616 16.6154 18.7846 16.8923 18.5077L16.9846 18.4154Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-approval\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.8615 13.4851H16.8C15.6 13.4851 14.5846 12.4697 14.5846 11.2697C14.7692 7.99275 16.2923 7.80813 16.4308 5.68505C16.5692 3.46967 15.1846 1.48505 13.0154 1.02352C10.1539 0.423515 7.56923 2.59275 7.56923 5.36198C7.56923 7.80813 9.23077 7.80813 9.41539 11.2697C9.41539 12.4697 8.4 13.4851 7.2 13.4851H3.13847C1.93847 13.4851 0.92308 14.4543 0.92308 15.7004V17.1774C0.92308 17.5927 1.24616 17.9158 1.66154 17.9158H22.3385C22.7539 17.9158 23.0769 17.5927 23.0769 17.1774V15.7004C23.0769 14.4543 22.0615 13.4851 20.8615 13.4851ZM20.9077 20.1312H3.09231C2.67693 20.1312 2.4 20.4543 2.4 20.8235V20.8697C2.4 22.0697 3.41539 23.0851 4.61539 23.0851H19.4308C20.6308 23.0851 21.6 22.0697 21.6 20.8697V20.8235C21.6 20.4543 21.2769 20.1312 20.9077 20.1312Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-away\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.8462 4.15383C15.5077 -0.138476 8.49231 -0.138476 4.15385 4.15383C-0.184614 8.44614 -0.13846 15.5077 4.15385 19.8461C8.44616 24.1846 15.5077 24.1384 19.8462 19.8461C24.1846 15.5538 24.1385 8.49229 19.8462 4.15383ZM6.13846 6.13845C9.36923 2.90768 14.6769 2.90768 17.9077 6.13845C19.2 7.43075 19.9846 8.99998 20.2154 10.6154H3.78462C4.06154 8.95383 4.84616 7.3846 6.13846 6.13845Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-activity-ball\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.9077 6C16.2731 6.21153 15.7231 6.42307 15.3423 6.5923C15.0038 6.76153 14.6231 6.97307 14.1577 7.26923C14.2 8.07307 14.2 8.75 14.1577 9.3C14.1154 9.85 13.9885 10.6115 13.8192 11.6692C15.0038 12.5154 15.8923 13.1923 16.4 13.6154C16.4846 13.6577 16.6962 13.8692 16.7808 13.9538L18.6 13.1923L18.6423 13.15C18.8962 12.5577 19.1077 11.7961 19.2769 10.8231C19.4038 10.0192 19.4462 9.13076 19.3615 8.15769L16.9077 6ZM16.2731 4.85769L16.2308 4.73076C15.0038 4.01153 13.5231 3.58846 12 3.58846C11.1538 3.58846 10.35 3.71538 9.58846 3.92692V4.26538C9.58846 4.47692 9.58846 4.77307 9.58846 5.06922C10.3077 5.15384 10.9 5.28076 11.4077 5.44999C11.9154 5.61923 12.55 5.91538 13.3115 6.29615C13.9038 5.91538 14.3692 5.66153 14.7923 5.44999C15.1731 5.28076 15.6808 5.06923 16.2731 4.85769ZM10.3923 19.2423C11.9154 19.0731 12.9308 18.9038 13.4808 18.7769C14.0731 18.6077 14.6231 18.4808 15.0885 18.3115C15.4692 17.4654 15.6808 16.8308 15.8077 16.3654C15.8923 16.0269 15.9769 15.5615 16.0615 14.9692C15.8923 14.8423 15.7231 14.7154 15.5962 14.5885C15.0885 14.1654 14.1577 13.4885 12.9308 12.5577C12.3385 12.9385 11.8308 13.15 11.3654 13.2769C10.9 13.4038 10.1808 13.5308 9.16538 13.6577C8.78461 14.4192 8.53077 15.0538 8.44615 15.5192C8.31923 15.9423 8.23461 16.5769 8.15 17.3808C8.53077 17.8461 8.82692 18.1423 9.08077 18.3538C9.33461 18.5654 9.8 18.8615 10.3923 19.2V19.2423ZM4.97692 16.8731H6.92308C7.00769 16.1961 7.09231 15.6461 7.21923 15.2231C7.30385 14.7154 7.55769 14.0808 7.89615 13.3615C7.43077 12.8115 6.88077 12.1769 6.62692 11.7961C6.41538 11.4154 6.07692 11.0346 5.69615 10.1461C5.52692 10.1461 5.31538 10.1885 5.14615 10.2308C4.68077 10.4 4.17308 10.6961 3.58077 11.0769C3.53846 11.4154 3.53846 11.7538 3.53846 12.0923C3.53846 13.8692 4.08846 15.4769 4.97692 16.8731ZM20.1654 14.2923C20.3769 13.5731 20.4615 12.8538 20.4615 12.0923C20.4615 11.8808 20.4615 11.7115 20.4615 11.5C20.2923 12.2192 20.1231 12.8115 19.9115 13.3615C19.9962 13.4461 20.0385 13.5731 20.0808 13.7C20.1231 13.8269 20.1654 14.0385 20.1654 14.2923ZM5.48461 8.87692L5.52692 8.7923C6.11923 7.81923 6.58461 7.1423 6.92308 6.71923C7.21923 6.33846 7.72692 5.91538 8.36154 5.36538C8.31923 5.02692 8.31923 4.68846 8.31923 4.43461C6.28846 5.40769 4.72308 7.18461 3.96154 9.38461C4.25769 9.25769 4.51154 9.13076 4.76538 9.04615C4.97692 8.96153 5.23077 8.91923 5.48461 8.87692ZM16.7385 19.1577C15.9769 19.4115 15.0038 19.6654 13.7769 20.0038C13.1846 20.1731 12.1269 20.3 10.5615 20.4692C11.0269 20.5538 11.5346 20.5961 12 20.5961C13.7346 20.5961 15.3846 20.0462 16.7385 19.1577ZM22.1538 12.0923C22.1538 17.7192 17.5846 22.2885 12 22.2885C6.41538 22.2885 1.84615 17.7192 1.84615 12.0923C1.84615 6.46538 6.41538 1.89615 12 1.89615C17.5846 1.89615 22.1538 6.46538 22.1538 12.0923Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-bold\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.9231 8.76924C18.9231 6.00001 16.7077 3.69232 14.0769 3.69232H6.46154C5.95385 3.69232 5.53847 4.10771 5.53847 4.6154V19.8462C5.53847 20.3539 5.95385 20.7692 6.46154 20.7692H14.0769C16.7077 20.7692 18.9231 18.4616 18.9231 15.6923C18.9231 14.3539 18.4154 13.1539 17.5846 12.2308C18.4154 11.3077 18.9231 10.1077 18.9231 8.76924ZM14.0769 17.5385H8.76924V13.8462H14.0769C14.9539 13.8462 15.7385 14.7231 15.7385 15.6923C15.7385 16.6616 14.9539 17.5385 14.0769 17.5385ZM14.0769 10.6154H8.76924V6.92309H14.0769C14.9539 6.92309 15.7385 7.80001 15.7385 8.76924C15.7385 9.73847 14.9539 10.6154 14.0769 10.6154Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-bookmark\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.6769 22.8923L13.1077 18.3231C12.8308 18.0461 12.4154 18.0461 12.1385 18.3231L7.24615 22.9385C6.92307 23.2154 6.46153 23.0308 6.46153 22.6154V2.76922C6.46153 1.75383 7.2923 0.923065 8.30769 0.923065H16.6154C17.6308 0.923065 18.4615 1.75383 18.4615 2.76922V22.5692C18.4615 22.9846 17.9538 23.2154 17.6769 22.8923Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-brush\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.8157 1.22534C21.2464 -0.390048 12.4772 4.59457 7.12335 13.1792C6.89258 13.5946 7.03104 14.1023 7.44643 14.2869C8.64643 14.8407 9.61566 15.8561 10.1234 17.1023C10.308 17.5638 10.8157 17.7023 11.231 17.4253C19.5387 11.933 24.3849 2.84072 22.8157 1.22534ZM5.50797 16.2253C4.81566 16.2253 4.16951 16.5946 3.70797 17.0561H3.66181C3.43104 17.0561 3.20028 17.4253 3.01566 17.7484C2.2772 18.9946 2.13874 20.4715 1.03104 22.0869C0.846429 22.3638 0.892583 22.7792 1.21566 22.8715C2.78489 23.3792 5.60028 22.9176 6.98489 21.9023V21.9484C7.44643 21.8561 7.30797 21.6715 7.44643 21.6715C7.95412 20.7484 8.36951 20.2869 8.36951 19.41C8.32335 17.7023 7.12335 16.2253 5.50797 16.2253Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-bucket\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.0769 5.07691C23.0769 2.21537 18.5538 0.923065 14.3077 0.923065C10.0615 0.923065 5.53845 2.21537 5.53845 5.07691V5.26153C1.56922 6.46153 0.923065 8.99999 0.923065 10.4308C0.923065 11.8154 1.61537 13.2461 2.81537 14.2615C3.87691 15.1384 5.16922 15.6461 6.46153 15.6923H6.83076C9.83076 15.6 12.7846 14.6308 13.6154 12.9692C13.2 12.6461 12.9231 12.0923 12.9231 11.5385C12.9231 10.5231 13.7538 9.6923 14.7692 9.6923C15.7846 9.6923 16.6154 10.5231 16.6154 11.5385C16.6154 12.3231 16.1538 12.9692 15.4615 13.2461C14.5385 15.8308 10.8461 17.5385 6.46153 17.5385V20.3077C6.46153 21.8308 9.96922 23.0769 14.3077 23.0769C18.6461 23.0769 22.1538 21.8308 22.1538 20.3077V7.06153C22.7538 6.50768 23.0769 5.86153 23.0769 5.07691ZM14.3077 3.6923C17.3538 3.6923 19.2923 4.3846 20.0308 4.8923C20.1692 4.9846 20.1692 5.16922 20.0308 5.26153C19.2923 5.76922 17.3538 6.46153 14.3077 6.46153C11.2615 6.46153 9.32306 5.76922 8.5846 5.26153C8.44614 5.16922 8.44614 4.9846 8.5846 4.8923C9.32306 4.3846 11.2615 3.6923 14.3077 3.6923ZM4.01537 12.8308C3.23076 12.1846 2.76922 11.3077 2.76922 10.4308C2.76922 8.35384 4.66153 7.3846 6.32306 6.96922L6.46153 7.10768V13.8461C5.5846 13.8 4.70768 13.4308 4.01537 12.8308Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-campaign\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0923 0.461548C5.67692 0.461548 0.461533 5.67693 0.461533 12.0923C0.461533 18.5077 5.67692 23.7231 12.0923 23.7231C18.5077 23.7231 23.7231 18.5077 23.7231 12.0923C23.7231 5.67693 18.5077 0.461548 12.0923 0.461548ZM12.0923 21.4154C6.96922 21.4154 2.76922 17.2154 2.76922 12.0923C2.76922 6.96924 6.96922 2.76924 12.0923 2.76924C17.2154 2.76924 21.4154 6.96924 21.4154 12.0923C21.4154 17.2154 17.2154 21.4154 12.0923 21.4154ZM12.0923 5.12309C8.26153 5.12309 5.12307 8.26155 5.12307 12.0923C5.12307 15.9231 8.26153 19.0615 12.0923 19.0615C15.9231 19.0615 19.0615 15.9231 19.0615 12.0923C19.0615 8.26155 15.9231 5.12309 12.0923 5.12309ZM12.0923 16.7539C9.55384 16.7539 7.43076 14.6769 7.43076 12.0923C7.43076 9.5077 9.55384 7.43078 12.0923 7.43078C14.6308 7.43078 16.7538 9.55386 16.7538 12.0923C16.7538 14.6308 14.6308 16.7539 12.0923 16.7539ZM12.0923 9.78463C10.8 9.78463 9.78461 10.8462 9.78461 12.0923C9.78461 13.3385 10.8461 14.4 12.0923 14.4C13.3385 14.4 14.4 13.3385 14.4 12.0923C14.4 10.8462 13.3846 9.78463 12.0923 9.78463Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-cart\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.27692 12H20.3077C20.6308 12 20.9538 11.7692 21 11.4461L23.0308 4.33846C23.1692 3.83076 22.8 3.41538 22.3385 3.41538H5.30769L5.03077 2.35384C4.89231 1.84615 4.43077 1.52307 3.96923 1.52307H2.12308C1.52308 1.52307 0.96923 1.98461 0.923077 2.58461C0.876923 3.23076 1.43077 3.78461 2.03077 3.78461H3.09231L6.6 15.6461C6.73846 16.1538 7.15385 16.4769 7.66154 16.4769H20.6769C21.2769 16.4769 21.8308 16.0154 21.8769 15.4154C21.9231 14.7692 21.3692 14.2154 20.7692 14.2154H9.32308C8.81538 14.2154 8.4 13.8923 8.26154 13.4308V13.3846C8.03077 12.6923 8.58461 12 9.27692 12ZM9.50769 22.4308C10.5273 22.4308 11.3538 21.6042 11.3538 20.5846C11.3538 19.565 10.5273 18.7385 9.50769 18.7385C8.48809 18.7385 7.66154 19.565 7.66154 20.5846C7.66154 21.6042 8.48809 22.4308 9.50769 22.4308ZM20.3538 20.5846C20.3538 21.6042 19.5273 22.4308 18.5077 22.4308C17.4881 22.4308 16.6615 21.6042 16.6615 20.5846C16.6615 19.565 17.4881 18.7385 18.5077 18.7385C19.5273 18.7385 20.3538 19.565 20.3538 20.5846Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-chart\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.0142 10.7306L11.5526 15.946C10.9065 16.2691 10.168 15.8075 10.168 15.1152V3.80752C10.168 3.34599 9.70648 2.97675 9.2911 3.11522C4.67571 4.40752 1.35263 8.88445 1.90648 14.0075C2.41417 18.6691 6.15263 22.4537 10.8603 22.9614C16.9988 23.6075 22.168 18.8537 22.168 12.8537C22.168 12.2998 22.1219 11.746 22.0296 11.1921C21.9373 10.7306 21.4296 10.4998 21.0142 10.7306ZM12.7988 12.8537L21.8911 8.00752C22.4449 7.7306 22.6296 6.99214 22.2603 6.48445C20.1834 3.62291 16.9526 1.54599 13.2603 0.945985C12.6142 0.807524 12.0142 1.31522 12.0142 1.96137V12.3921C12.0142 12.8075 12.4296 13.0383 12.7988 12.8537Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-choice\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 0.923065C5.90769 0.923065 0.923077 5.90768 0.923077 12C0.923077 18.0923 5.90769 23.0769 12 23.0769C18.0923 23.0769 23.0769 18.0923 23.0769 12C23.0769 5.90768 18.0923 0.923065 12 0.923065ZM12 20.1231C7.52308 20.1231 3.87692 16.4769 3.87692 12C3.87692 7.52306 7.52308 3.87691 12 3.87691C16.4769 3.87691 20.1231 7.52306 20.1231 12C20.1231 16.4769 16.4769 20.1231 12 20.1231ZM17.1692 12C17.1692 14.8549 14.8549 17.1692 12 17.1692C9.14511 17.1692 6.83077 14.8549 6.83077 12C6.83077 9.1451 9.14511 6.83076 12 6.83076C14.8549 6.83076 17.1692 9.1451 17.1692 12Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-classic-interface\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.2082 16.4441V12.9142C12.2082 12.9142 10.6301 15.2813 9.63345 16.9009C8.63678 18.5205 8.76136 19.8079 8.76136 19.8079C8.76136 21.0952 9.71651 22.175 10.8793 22.175C11.5853 22.175 12.2082 21.8012 12.582 21.1783C12.9557 21.7182 13.5371 22.0089 14.2016 22.0089C15.3643 22.0089 16.3195 20.9707 16.3195 19.6418C16.3195 19.5172 16.278 19.3926 16.278 19.268C16.278 17.5238 12.4574 12.8311 12.4574 12.8311V16.4441L12.9557 17.6484C12.9557 17.6899 12.9972 17.7315 12.9972 17.8145C12.9972 18.1052 12.7481 18.3544 12.4574 18.3544C12.1667 18.3544 11.9175 18.1052 11.9175 17.8145C11.9175 17.773 11.9175 17.6899 11.959 17.6484L12.2082 16.4441ZM8.22149 13.371L11.5437 12.1252C11.5437 12.1252 8.80289 11.4607 6.89259 11.087C4.9823 10.7132 3.86104 11.2946 3.86104 11.2946C2.65672 11.7514 1.99227 12.9973 2.36602 14.077C2.61519 14.7414 3.19659 15.1982 3.90256 15.3644C3.52881 15.9042 3.44575 16.5687 3.6534 17.1916C4.06868 18.2713 5.35605 18.8112 6.6019 18.3544C6.72648 18.3129 6.85106 18.2298 6.93412 18.1883C8.59525 17.6069 11.6268 12.3743 11.6268 12.3743L8.38761 13.5786L8.26302 13.6202L7.30787 14.4923C7.26635 14.5338 7.22482 14.5338 7.18329 14.5753C6.89259 14.6999 6.56037 14.5338 6.47731 14.2431C6.35273 13.9524 6.51884 13.6202 6.80954 13.5371C6.85107 13.5371 6.93412 13.4956 6.97565 13.4956L8.22149 13.371ZM9.88262 8.42915L12.0006 11.2946C12.0006 11.2946 11.8344 8.47068 11.6683 6.56038C11.5022 4.65009 10.6301 3.69494 10.6301 3.69494C9.84109 2.65674 8.47066 2.36604 7.55704 3.07202C6.97565 3.4873 6.72648 4.19328 6.76801 4.89926C6.14509 4.69162 5.48063 4.77467 4.94077 5.14843C4.02715 5.85441 3.90256 7.26636 4.65007 8.30457C4.73313 8.38762 4.81618 8.51221 4.89924 8.59527C5.93744 10.0072 11.8344 11.4607 11.8344 11.4607L9.75804 8.67832L9.67498 8.59527L8.55372 7.93081L8.42914 7.80623C8.26302 7.55706 8.30455 7.22484 8.55372 7.01719C8.80289 6.85108 9.13511 6.89261 9.34276 7.14178C9.38428 7.18331 9.38428 7.22484 9.42581 7.26636L9.88262 8.42915ZM16.6102 13.371L13.2879 12.1252C13.2879 12.1252 16.0288 11.4607 17.9391 11.087C19.8494 10.7132 20.9706 11.2946 20.9706 11.2946C22.175 11.7514 22.8394 12.9973 22.4657 14.077C22.2165 14.7414 21.6351 15.1982 20.9291 15.3644C21.3029 15.9042 21.3859 16.5687 21.1783 17.1916C20.763 18.2713 19.4756 18.8112 18.2298 18.3544C18.1052 18.3129 17.9806 18.2298 17.8976 18.1883C16.2364 17.6069 13.2049 12.3743 13.2049 12.3743L16.4441 13.5786L16.5687 13.6202L17.5238 14.4923C17.5653 14.5338 17.6069 14.5338 17.6484 14.5753C17.9391 14.6999 18.2713 14.5338 18.3544 14.2431C18.479 13.9524 18.3128 13.6202 18.0221 13.5371C17.9806 13.5371 17.8976 13.4956 17.856 13.4956L16.6102 13.371ZM14.7829 8.42915L12.665 11.2946C12.665 11.2946 12.8311 8.47068 12.9972 6.56038C13.1633 4.65009 14.0354 3.69494 14.0354 3.69494C14.8245 2.65674 16.1949 2.36604 17.1085 3.07202C17.6899 3.4873 17.9391 4.19328 17.8976 4.89926C18.5205 4.73314 19.1849 4.8162 19.6833 5.18995C20.5969 5.89593 20.7215 7.30789 19.974 8.3461C19.8909 8.42915 19.8079 8.55374 19.7248 8.63679C18.7281 10.0072 12.8311 11.4192 12.8311 11.4192L14.9075 8.63679L14.9906 8.55374L16.1118 7.88929L16.2364 7.7647C16.4025 7.51553 16.361 7.18331 16.1118 6.97567C15.8627 6.80955 15.5305 6.85108 15.3228 7.10025C15.2813 7.14178 15.2813 7.18331 15.2398 7.22484L14.7829 8.42915Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-collection-variable\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.7692 0.923065H3.23077C1.93847 0.923065 0.92308 1.93845 0.92308 3.23076V20.7692C0.92308 22.0154 1.93847 23.0769 3.23077 23.0769H20.7692C22.0154 23.0769 23.0769 22.0615 23.0769 20.7692V3.23076C23.0769 1.93845 22.0615 0.923065 20.7692 0.923065ZM19.6615 19.1077C19.6154 19.3846 19.3385 19.6154 19.0154 19.6154H4.7077C4.43077 19.6154 4.2 19.3385 4.2 19.0154V4.8923C4.2 4.61537 4.47693 4.3846 4.8 4.3846H19.1077C19.3846 4.3846 19.6154 4.66153 19.6154 4.9846V19.1077H19.6615ZM15.2308 10.3384C15.6923 10.3384 16.6615 9.96922 16.6615 8.67691C16.6615 7.3846 15.7385 7.33845 15.4615 7.33845C14.9077 7.33845 14.3538 7.75383 13.8462 8.5846C13.3385 9.46152 12.7846 10.3846 12.7846 10.3846C12.6462 9.7846 12.5538 9.27691 12.5077 9.04614C12.4154 8.53845 11.8154 7.3846 10.5231 7.3846C9.27693 7.3846 8.12308 8.12306 8.12308 8.12306C7.89231 8.26153 7.75385 8.49229 7.75385 8.76922C7.75385 9.1846 8.07693 9.55383 8.53846 9.55383C8.67693 9.55383 8.76923 9.50768 8.86154 9.46152C8.86154 9.46152 9.83077 8.90768 10.0154 9.46152C10.0615 9.59999 10.1077 9.7846 10.2 9.96922C10.4308 10.8 10.6615 11.7692 10.8462 12.6461L10.0154 13.8461C10.0154 13.8461 9.09231 13.5231 8.58462 13.5231C8.07693 13.5231 7.15385 13.8923 7.15385 15.1846C7.15385 16.4769 8.07693 16.5231 8.35385 16.5231C8.9077 16.5231 9.46154 16.1077 9.96923 15.2769C10.4769 14.4 11.0308 13.4769 11.0308 13.4769C11.2154 14.2615 11.3077 14.9077 11.4 15.1384C11.7231 16.0154 12.4154 16.5692 13.3846 16.5692C13.3846 16.5692 14.3538 16.5692 15.5538 15.9231C15.8308 15.8308 16.0154 15.5538 16.0154 15.2308C16.0154 14.8154 15.6923 14.4461 15.2308 14.4461C15.0923 14.4461 15 14.4923 14.9077 14.5384C14.9077 14.5384 14.0769 15 13.8 14.6308C13.6154 14.2615 13.4308 13.7077 13.2923 13.1077C13.1538 12.5538 13.0154 11.8615 12.9231 11.2154L13.7538 10.0154C13.8462 10.0154 14.7692 10.3384 15.2308 10.3384Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-colors-swatch\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.8844 5.12821L18.8786 8.1624C19.5533 8.80342 19.5533 9.91454 18.8786 10.5556L11.0769 18.4615V7.60684L13.5229 5.12821C14.1554 4.44445 15.2519 4.44445 15.8844 5.12821ZM22.1539 16.4103V20.5128C22.1539 21.4154 21.409 22.1539 20.4987 22.1539H10.1539L17.6021 14.7692H20.4987C21.409 14.7692 22.1539 15.5077 22.1539 16.4103ZM1.84616 18.3462V3.53847C1.84616 2.6077 2.58462 1.84616 3.48719 1.84616H7.58975C8.49231 1.84616 9.23078 2.6077 9.23078 3.53847V18.3462C9.23078 20.4615 7.58975 22.1539 5.53847 22.1539C3.48719 22.1539 1.84616 20.4615 1.84616 18.3462ZM5.53847 20.3077C6.55385 20.3077 7.38462 19.4769 7.38462 18.4615C7.38462 17.4462 6.55385 16.6154 5.53847 16.6154C4.52308 16.6154 3.69231 17.4462 3.69231 18.4615C3.69231 19.4769 4.52308 20.3077 5.53847 20.3077Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-connected-apps\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.9708 14.4L9.21696 22.5231C9.12465 22.9846 9.72465 23.3077 10.0016 22.9384L19.6939 10.9384C19.9708 10.6154 19.74 10.1538 19.3708 10.1538H14.2016C13.8323 10.1538 13.6016 9.73845 13.7862 9.46153L18.3554 1.9846C18.6323 1.52307 18.3093 0.923065 17.7554 0.923065H9.58619C9.0785 0.923065 8.66311 1.24614 8.4785 1.70768L4.64773 12.9231C4.50927 13.3846 4.83234 13.8461 5.29388 13.8461H10.5554C10.8323 13.8461 11.0631 14.1231 10.9708 14.4Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-constants\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.6615 3.55383C22.5231 3.41537 22.3846 3.36922 22.2 3.36922C20.4462 3.27691 18.6462 3.41537 16.8923 3.46152H10.6615C8.76924 3.46152 7.24616 3.87691 5.81539 5.16922C4.89231 5.99999 4.01539 7.19999 3.32308 8.26152C3.27693 8.39999 3.23077 8.49229 3.23077 8.67691C3.23077 9.04614 3.55385 9.36922 3.92308 9.36922C4.33847 9.36922 4.43077 9.09229 4.61539 8.81537C4.8 8.49229 5.03077 8.21537 5.3077 7.9846C6.27693 7.10768 7.56924 6.59999 8.86154 6.73845C7.75385 9.7846 6.23077 13.2923 4.01539 15.6923C3.09231 16.7077 1.52308 17.7231 1.2 19.1077C0.830773 20.5384 2.3077 20.9077 3.36924 20.4923C4.75385 19.9384 5.63077 18.5077 6.32308 17.2615C7.2 15.7384 7.98462 14.1231 8.63077 12.5077C9.32308 10.8923 9.96924 9.32306 10.6615 7.70768C11.0769 6.73845 11.1692 6.73845 12.1846 6.73845H14.9077C13.8923 8.95383 12.9231 11.2154 12.0462 13.4769C11.3539 15.1846 10.1077 17.7231 10.9846 19.5692C11.8615 21.4154 14.3077 20.7231 15.6462 19.8C16.9846 18.8308 17.9077 17.3077 18.6462 15.8308C18.7846 15.5538 18.9231 15.2769 18.8308 14.9538C18.7385 14.6769 18.4615 14.5384 18.1846 14.5384C17.5385 14.5384 17.4462 15.2769 17.2154 15.7384C16.8462 16.5231 16.0154 17.2154 15.1385 17.0769C13.1077 16.8 14.9077 13.1077 15.2769 12.1384C15.6462 11.1231 16.0615 10.1077 16.5231 9.13845C16.7539 8.5846 16.9846 7.9846 17.3077 7.43076C17.6769 6.73845 17.6769 6.73845 18.5077 6.69229C19.2 6.64614 21.2308 7.01537 21.8308 6.64614C22.3385 6.32306 22.6154 5.12306 22.8462 4.24614C22.8923 3.96922 22.8 3.73845 22.6615 3.55383Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-crossfilter\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1538 4.61539C15.3692 4.61539 14.6308 4.70769 13.9385 4.93846C14.7692 5.63077 15.5077 6.46154 16.1077 7.38462H16.1538C18.9692 7.38462 21.2308 9.64616 21.2308 12.4615C21.2308 15.2769 18.9692 17.5385 16.1538 17.5385C15.4615 17.5385 14.7692 17.4 14.1692 17.1231C14.5385 16.6154 14.8615 16.0615 15.0923 15.5077C15.1846 15.2769 15.2769 15.0923 15.3231 14.8615C15.5538 14.1231 15.6923 13.2923 15.6923 12.4615C15.6923 8.12308 12.1846 4.61539 7.84615 4.61539C3.50769 4.61539 0 8.12308 0 12.4615C0 16.8 3.50769 20.3077 7.84615 20.3077C8.63077 20.3077 9.36923 20.2154 10.0615 19.9846C9.23077 19.2923 8.49231 18.4615 7.89231 17.5385H7.84615C5.03077 17.5385 2.76923 15.2769 2.76923 12.4615C2.76923 9.64616 5.03077 7.38462 7.84615 7.38462C8.53846 7.38462 9.23077 7.52308 9.87692 7.8C8.90769 9.09231 8.30769 10.7077 8.30769 12.4615C8.30769 16.8 11.8154 20.3077 16.1538 20.3077C20.4923 20.3077 24 16.8 24 12.4615C24 8.12308 20.4923 4.61539 16.1538 4.61539Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-currency\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.8154 5.03076H3.18462C2.07692 5.03076 1.15385 5.95384 1.15385 7.06153V16.8923C1.15385 18 2.07692 18.9231 3.18462 18.9231H20.8154C21.9231 18.9231 22.8462 18 22.8462 16.8923V7.10768C22.8462 5.95384 21.9231 5.03076 20.8154 5.03076ZM5.53846 16.8923C5.53846 15.5538 4.47692 14.5385 3.18462 14.5385V9.46153C4.52308 9.46153 5.53846 8.39999 5.53846 7.10768H18.4615C18.4615 8.44615 19.5231 9.46153 20.8154 9.46153V14.5385C19.4769 14.5385 18.4615 15.6 18.4615 16.8923H5.53846ZM15.3692 11.8154C15.3692 13.6762 13.8608 15.1846 12 15.1846C10.1392 15.1846 8.63077 13.6762 8.63077 11.8154C8.63077 9.9546 10.1392 8.44615 12 8.44615C13.8608 8.44615 15.3692 9.9546 15.3692 11.8154Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-currency-input\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5692 17.3538C17.8154 15.2769 17.5846 12.5538 15.7846 10.7538C13.7077 8.67692 10.2923 8.67692 8.21539 10.7538C6.41539 12.5538 6.18462 15.2769 7.43077 17.3538H16.5692ZM22.8462 3.32307V20.6769C22.8462 21.8769 21.8769 22.8461 20.6769 22.8461H3.32308C2.12308 22.8461 1.15385 21.8769 1.15385 20.6769V3.32307C1.15385 2.12307 2.12308 1.15384 3.32308 1.15384H20.6769C21.8769 1.15384 22.8462 2.12307 22.8462 3.32307ZM4.75385 19.9385H19.2C19.6154 19.9385 19.9385 19.6154 19.9385 19.2V4.75384C19.9385 4.33845 19.6154 4.01538 19.2 4.01538H4.75385C4.33846 4.01538 4.01539 4.33845 4.01539 4.75384V19.2C4.06154 19.6154 4.38462 19.9385 4.75385 19.9385Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-dash\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.0769 13.1539C23.0769 13.5231 22.7538 13.8462 22.3846 13.8462H1.61539C1.24616 13.8462 0.92308 13.5231 0.92308 13.1539V11.7692C0.92308 11.4 1.24616 11.0769 1.61539 11.0769H22.3846C22.7538 11.0769 23.0769 11.4 23.0769 11.7692V13.1539Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-datadotcom\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.8462 22.6154H17.4C17.2615 21.7384 17.1692 20.9538 17.1692 20.2615H17.1231C15.9692 22.1077 14.0769 23.0308 11.4923 23.0308C9.27693 23.0308 7.56923 22.2923 6.36923 20.7692C5.16923 19.2461 4.61539 17.2615 4.61539 14.8615C4.61539 13.2923 4.89231 11.9077 5.49231 10.6615C6.09231 9.41537 6.92308 8.39999 8.03077 7.70768C9.13846 6.96922 10.4308 6.59999 11.9077 6.59999C14.0308 6.59999 15.7385 7.2923 17.0308 8.63076V0.923065H19.6154V19.2C19.6154 20.3077 19.7077 21.4615 19.8462 22.6154ZM16.9846 15.9231V10.9846C16.3846 10.2 15.6923 9.64614 14.9077 9.23076C14.1231 8.86153 13.2462 8.67691 12.2308 8.67691C10.7077 8.67691 9.50769 9.23076 8.63077 10.3846C7.75385 11.5385 7.33846 13.0154 7.33846 14.8154C7.33846 16.7077 7.75385 18.1846 8.58462 19.2923C9.41539 20.4 10.6154 20.9538 12.0923 20.9538C13.5692 20.9538 14.7692 20.4923 15.6462 19.5231C16.5692 18.6 16.9846 17.4 16.9846 15.9231Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-description\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.3077 1.84616H3.69231C2.67692 1.84616 1.84615 2.67693 1.84615 3.69231V20.3077C1.84615 21.3231 2.67692 22.1539 3.69231 22.1539H20.3077C21.3231 22.1539 22.1538 21.3231 22.1538 20.3077V3.69231C22.1538 2.67693 21.3231 1.84616 20.3077 1.84616ZM5.53846 6.46154C5.53846 6.18462 5.72308 6.00001 6 6.00001H10.6154C10.8923 6.00001 11.0769 6.18462 11.0769 6.46154V11.0769C11.0769 11.3539 10.8923 11.5385 10.6154 11.5385H6C5.72308 11.5385 5.53846 11.3539 5.53846 11.0769V6.46154ZM16.6154 18.4615C16.6154 18.7385 16.4308 18.9231 16.1538 18.9231H6C5.72308 18.9231 5.53846 18.7385 5.53846 18.4615V17.5385C5.53846 17.2615 5.72308 17.0769 6 17.0769H16.1538C16.4308 17.0769 16.6154 17.2615 16.6154 17.5385V18.4615ZM18.4615 14.7692C18.4615 15.0462 18.2769 15.2308 18 15.2308H6C5.72308 15.2308 5.53846 15.0462 5.53846 14.7692V13.8462C5.53846 13.5692 5.72308 13.3846 6 13.3846H18C18.2769 13.3846 18.4615 13.5692 18.4615 13.8462V14.7692ZM18.4615 11.0769C18.4615 11.3539 18.2769 11.5385 18 11.5385H13.3846C13.1077 11.5385 12.9231 11.3539 12.9231 11.0769V10.1539C12.9231 9.87693 13.1077 9.69231 13.3846 9.69231H18C18.2769 9.69231 18.4615 9.87693 18.4615 10.1539V11.0769ZM18.4615 7.38462C18.4615 7.66154 18.2769 7.84616 18 7.84616H13.3846C13.1077 7.84616 12.9231 7.66154 12.9231 7.38462V6.46154C12.9231 6.18462 13.1077 6.00001 13.3846 6.00001H18C18.2769 6.00001 18.4615 6.18462 18.4615 6.46154V7.38462Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-desctop\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.0769 2.76922C23.0769 1.75383 22.2462 0.923065 21.2308 0.923065H2.76923C1.75385 0.923065 0.923077 1.75383 0.923077 2.76922V14.7692C0.923077 15.7846 1.75385 16.6154 2.76923 16.6154H21.2308C22.2462 16.6154 23.0769 15.7846 23.0769 14.7692V2.76922ZM20.3077 13.1538C20.3077 13.5231 19.9846 13.8461 19.6154 13.8461H4.38462C4.01538 13.8461 3.69231 13.5231 3.69231 13.1538V4.3846C3.69231 4.01537 4.01538 3.6923 4.38462 3.6923H19.6154C19.9846 3.6923 20.3077 4.01537 20.3077 4.3846V13.1538ZM15.2308 20.3077H13.8462C13.5692 20.3077 13.3846 20.1231 13.3846 19.8461V18.9231C13.3846 18.6461 13.2 18.4615 12.9231 18.4615H11.0769C10.8 18.4615 10.6154 18.6461 10.6154 18.9231V19.8461C10.6154 20.1231 10.4308 20.3077 10.1538 20.3077H8.76923C7.75385 20.3077 6.92308 21.1385 6.92308 22.1538V22.3846C6.92308 22.7538 7.24615 23.0769 7.61538 23.0769H16.3846C16.7538 23.0769 17.0769 22.7538 17.0769 22.3846V22.1538C17.0769 21.1385 16.2462 20.3077 15.2308 20.3077Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-desctop-and-phone\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M21.2876 8.71894C21.7988 8.71894 22.2249 9.14497 22.2249 9.65622V19.7533C22.2249 20.2645 21.7988 20.6905 21.2876 20.6905H15.2805C14.7692 20.6905 14.3432 20.2645 14.3432 19.7533V9.65622C14.3432 9.14497 14.7692 8.71894 15.2805 8.71894H21.2876ZM11.1479 16.984C11.3343 16.984 11.4881 17.1145 11.5236 17.2898L11.5314 17.3675V18.0917C11.5314 18.2781 11.6619 18.4319 11.8372 18.4674L11.9148 18.4752H12.7243V19.7533C12.7243 20.0454 12.7556 20.3062 12.8718 20.5358L12.9373 20.6479H6.9302C6.70014 20.6479 6.43557 20.4409 6.38495 20.1821L6.37635 20.0941V19.9237C6.37635 19.1994 6.98437 18.5512 7.69795 18.4814L7.82487 18.4752H8.93256C9.11895 18.4752 9.27272 18.3447 9.30826 18.1694L9.31599 18.0917V17.3675C9.31599 17.1811 9.44647 17.0273 9.62179 16.9918L9.69943 16.984H11.1479ZM17.7515 3.30829C18.4758 3.30829 19.124 3.91631 19.1938 4.62989L19.2 4.75681V7.0574H17.0272V5.99231C17.0272 5.76225 16.8202 5.49768 16.5614 5.44707L16.4734 5.43847H4.50179C4.27173 5.43847 4.00717 5.64552 3.95655 5.90434L3.94795 5.99231V12.8941C3.94795 13.1241 4.155 13.3887 4.41382 13.4393L4.50179 13.4479H12.7243V15.6633H3.22369C2.49943 15.6633 1.85117 15.0553 1.78137 14.3417L1.77517 14.2148V4.75681C1.77517 4.03255 2.38319 3.38429 3.09677 3.3145L3.22369 3.30829H17.7515Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-desctop-console\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.2308 20.3077H13.8462C13.5692 20.3077 13.3846 20.1231 13.3846 19.8461V18.9231C13.3846 18.6461 13.2 18.4615 12.9231 18.4615H11.0769C10.8 18.4615 10.6154 18.6461 10.6154 18.9231V19.8461C10.6154 20.1231 10.4308 20.3077 10.1538 20.3077H8.76923C7.75385 20.3077 6.92308 21.1385 6.92308 22.1538V22.3846C6.92308 22.7538 7.24615 23.0769 7.61538 23.0769H16.3846C16.7538 23.0769 17.0769 22.7538 17.0769 22.3846V22.1538C17.0769 21.1385 16.2462 20.3077 15.2308 20.3077ZM21.2308 0.923065H2.76923C1.75385 0.923065 0.923077 1.75383 0.923077 2.76922V14.7692C0.923077 15.7846 1.75385 16.6154 2.76923 16.6154H21.2308C22.2462 16.6154 23.0769 15.7846 23.0769 14.7692V2.76922C23.0769 1.75383 22.2462 0.923065 21.2308 0.923065ZM3.69231 13.1538V4.3846C3.69231 4.01537 4.01538 3.6923 4.38462 3.6923H7.15385V13.8461H4.38462C4.01538 13.8461 3.69231 13.5231 3.69231 13.1538ZM20.3077 13.1538C20.3077 13.5231 19.9846 13.8461 19.6154 13.8461H9.92308V3.6923H19.6154C19.9846 3.6923 20.3077 4.01537 20.3077 4.3846V13.1538Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-diamond\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M11.291 22.5008C11.6898 22.8996 12.2658 22.8996 12.6646 22.5008L22.368 12.7975C22.7667 12.3987 22.7667 11.8227 22.368 11.4239L12.7089 1.76484C12.3101 1.36607 11.7341 1.36607 11.3354 1.76484L1.63197 11.4682C1.2332 11.867 1.2332 12.443 1.63197 12.8418L11.291 22.5008Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-aisplay-rich-text\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.89231 19.8923H22.1539C22.5692 19.8923 22.8923 20.2154 22.8923 20.6308V22.0615C22.8923 22.4769 22.5692 22.8 22.1539 22.8H1.89231C1.47693 22.8 1.15385 22.4769 1.15385 22.0615V20.6308C1.15385 20.2154 1.47693 19.8923 1.89231 19.8923ZM1.89231 13.3846H22.1539C22.5692 13.3846 22.8923 13.7077 22.8923 14.1231V15.5538C22.8923 15.9692 22.5692 16.2923 22.1539 16.2923H1.89231C1.47693 16.2923 1.15385 15.9692 1.15385 15.5538V14.1231C1.15385 13.7077 1.47693 13.3846 1.89231 13.3846ZM14.7692 6.87692H22.1539C22.5692 6.87692 22.8923 7.2 22.8923 7.61538V9.04615C22.8923 9.46154 22.5692 9.78462 22.1539 9.78462H14.7692C14.3539 9.78462 14.0308 9.46154 14.0308 9.04615V7.61538C14.0308 7.2 14.3539 6.87692 14.7692 6.87692ZM11.1231 9.96923L7.7077 1.52308C7.61539 1.38462 7.47693 1.24615 7.29231 1.24615H4.66154C4.52308 1.24615 4.33847 1.33846 4.29231 1.52308L1.15385 9.96923C1.1077 10.1077 1.20001 10.3385 1.38462 10.3385H3.04616C3.18462 10.3385 3.36924 10.2 3.41539 10.0615L4.06154 8.26154H8.07693L8.76924 10.0615C8.81539 10.2 9.00001 10.3385 9.13847 10.3385H10.8C11.0308 10.3385 11.1692 10.1538 11.1231 9.96923ZM4.84616 6.04616L5.9077 3.36923H6.13847L7.29231 6.04616H4.84616Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-aisplay-text\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.0769 1.15384H3.96922C2.39999 1.15384 1.15384 2.39999 1.15384 3.96922V19.9846C1.15384 21.5538 2.39999 22.8 3.96922 22.8H20.0308C21.6 22.8 22.8461 21.5538 22.8461 19.9846V3.96922C22.8923 2.39999 21.6 1.15384 20.0769 1.15384ZM4.8923 5.86153C4.8923 5.35384 5.30768 4.93845 5.81538 4.93845H16.3846C16.8923 4.93845 17.3077 5.35384 17.3077 5.86153V6.83076C17.3077 7.33845 16.8923 7.75384 16.3846 7.75384H5.76922C5.26153 7.75384 4.84615 7.33845 4.84615 6.83076V5.86153H4.8923ZM16.0154 18.1385C16.0154 18.6461 15.6 19.0615 15.0923 19.0615H5.86153C5.35384 19.0615 4.93845 18.6461 4.93845 18.1385V17.2154C4.93845 16.7077 5.35384 16.2923 5.86153 16.2923H15.0923C15.6 16.2923 16.0154 16.7077 16.0154 17.2154V18.1385ZM19.1077 12.4615C19.1077 12.9692 18.6923 13.3846 18.1846 13.3846H5.86153C5.35384 13.3846 4.93845 12.9692 4.93845 12.4615V11.5385C4.93845 11.0308 5.35384 10.6154 5.86153 10.6154H18.1385C18.6461 10.6154 19.0615 11.0308 19.0615 11.5385V12.4615H19.1077Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-dynamic-record-choice\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.59999 19.8461V19.7077C6.32307 18.6461 3.92307 15.6461 3.92307 12C3.92307 7.56922 7.56922 3.92307 12 3.92307C16.4308 3.92307 20.0769 7.56922 20.0769 12C20.0769 12.7385 19.9846 13.4769 19.8 14.1692C19.8923 14.2615 20.0308 14.3077 20.1231 14.4C20.2615 14.4 20.4 14.3538 20.5385 14.3538C21.2769 14.3538 22.0154 14.5846 22.5692 14.9077C22.8461 13.9846 22.9846 13.0154 22.9846 12C22.9385 5.90768 18 0.969223 11.9538 0.969223C5.90768 0.969223 0.969223 5.90768 0.969223 11.9538C0.969223 17.7692 5.4923 22.5231 11.2154 22.8923C10.2923 22.2461 9.59999 21.0923 9.59999 19.8461ZM14.4461 13.2923C15.1385 13.2923 15.7846 13.4769 16.3846 13.7538C16.5231 13.7077 16.6615 13.6615 16.8461 13.6615C17.0308 13.1538 17.1231 12.6 17.1231 12C17.1231 9.18461 14.8615 6.92307 12.0461 6.92307C9.23076 6.92307 6.96922 9.18461 6.96922 12C6.96922 14.2615 8.44615 16.1538 10.4769 16.8461C10.6615 14.8154 12.3692 13.2923 14.4461 13.2923ZM16.2461 15.9692C16.6154 15.6 17.1231 15.3692 17.7231 15.3692C18.5077 15.3692 19.1538 15.7846 19.5231 16.3846C19.8 16.2923 20.1692 16.1538 20.5385 16.1538C21.8769 16.1538 23.0308 17.3077 23.0308 18.6C23.0308 19.9385 21.8769 21.0461 20.5385 21.0461C20.4 21.0461 20.2154 21.0461 20.0769 21C19.8 21.5538 19.1538 21.9231 18.5077 21.9231C18.2308 21.9231 17.9538 21.8308 17.7231 21.7385C17.4 22.4769 16.6615 22.9846 15.8308 22.9846C14.9077 22.9846 14.1692 22.4308 13.8923 21.6461C13.8 21.6461 13.6154 21.6923 13.4769 21.6923C12.4154 21.6923 11.5385 20.8615 11.5385 19.8C11.5385 19.1077 11.9077 18.4615 12.5077 18.1385C12.4154 17.8615 12.3231 17.5846 12.3231 17.2615C12.3231 16.0615 13.3385 15.0461 14.5385 15.0461C15.1846 15.0923 15.8308 15.4615 16.2461 15.9692Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-education\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M5.73729 12.8101C5.73729 12.5971 5.8225 12.3414 6.24853 12.4266L10.8071 13.9604C11.5314 14.216 12.2556 14.216 13.0225 13.9604C14.5136 13.4491 16.09 12.9805 17.5811 12.4693C17.7515 12.4266 18.1775 12.3414 18.1775 12.9379C18.1775 14.003 18.1775 15.0681 18.1349 16.0906C18.1775 16.3888 18.0923 16.6018 17.8793 16.8148C17.5811 17.1556 17.155 17.3687 16.729 17.5817C15.7491 18.0077 14.684 18.3059 13.6189 18.4337C11.9574 18.6468 10.3385 18.5616 8.71954 18.1355C7.91007 17.9225 7.10061 17.6243 6.41895 17.1556C6.33374 17.0704 6.20593 16.9852 6.12072 16.9C5.8651 16.6444 5.73729 16.4314 5.73729 16.0479V12.8101ZM21.0746 11.319C21.1598 11.2764 21.3302 11.2337 21.3302 11.4468V14.5994C21.3302 14.6846 21.3302 14.855 21.4154 14.9403C21.671 15.4515 21.9266 15.9627 22.0545 16.5592C22.1397 16.9426 22.0971 17.3687 21.8414 17.7095C21.7562 17.8373 21.6284 17.9225 21.5432 18.0077C21.3302 18.1781 21.0746 18.3485 20.7763 18.3059C20.6059 18.2633 20.3929 18.2207 20.2651 18.0929C20.1373 18.0077 19.9669 17.8799 19.8817 17.7521C19.5408 17.4113 19.4556 16.9 19.626 16.4314C19.7965 15.9201 20.0095 15.4089 20.2225 14.8977C20.2651 14.8124 20.3077 14.6846 20.3077 14.5994V11.7024C20.3077 11.532 20.3503 11.4894 20.4781 11.4468L21.0746 11.319ZM13.0225 5.73789C15.8769 6.58996 18.7314 7.44203 21.5858 8.2941C21.7562 8.37931 21.9266 8.42191 22.0971 8.54972C22.3101 8.67753 22.3101 8.89055 22.0971 9.01836C21.9692 9.10357 21.8414 9.18878 21.671 9.23138C18.8166 10.1687 15.9621 11.1485 13.0651 12.0858C12.6817 12.2562 12.3408 12.2988 11.9148 12.2988C11.4036 12.3414 10.9349 12.1284 10.4237 11.958C7.73966 11.0633 5.01303 10.1687 2.32901 9.27398C2.15859 9.18878 2.03078 9.14617 1.90297 9.01836C1.73256 8.89055 1.73256 8.72014 1.90297 8.59233C2.03078 8.50712 2.2012 8.37931 2.37161 8.33671C5.26865 7.48463 8.12309 6.63256 11.0201 5.73789C11.6592 5.52487 12.3408 5.52487 13.0225 5.73789Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-enstain\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.1375 18.8058C16.1653 18.8983 16.281 19.4768 16.2854 21.8611L16.2856 22.1539C15.1069 22.1539 15.1069 21.1844 14.5728 21.1844C14.5728 21.5082 14.2874 21.8313 13.7165 22.1539C13.3988 21.5075 13.1134 21.1844 12.8601 21.1844C12.8601 21.4891 12.6072 21.7933 12.1015 22.0969L12.0037 22.1539C11.4328 21.8313 11.1473 21.5082 11.1473 21.1844C10.8941 21.1844 10.6086 21.5075 10.291 22.1539C9.72006 21.8313 9.4346 21.5082 9.4346 21.1844C8.90053 21.1844 8.90053 22.1539 7.72185 22.1539L7.72226 21.7673C7.72983 19.5168 7.87501 18.9251 10.6603 18.8133C10.6508 18.8745 10.6461 18.9374 10.6461 19.0014C10.6461 19.6978 11.2071 20.2624 11.8993 20.2624C12.5914 20.2624 13.1525 19.6978 13.1525 19.0014C13.1525 18.9349 13.1474 18.8696 13.1375 18.8058ZM13.7751 3.89055C15.0616 5.42329 14.7761 6.12201 14.8322 6.61039C16.2275 6.31291 17.3641 6.57363 18.1303 6.95037C18.8965 7.32712 19.3566 7.92782 19.3988 8.35279C18.7646 8.48028 18.3417 8.69277 18.1303 8.99025C18.8914 9.28774 19.9415 9.73652 20.7096 10.6477C21.4778 11.5588 21.6822 12.0076 22.105 13.0275C22.1896 13.155 22.1473 13.325 22.105 13.3675C21.5553 13.92 21.1931 14.2798 20.7942 14.5574C20.3954 14.835 19.272 15.6199 19.0606 15.7049C19.7371 16.1298 20.0754 16.5123 20.1177 16.9373C19.3988 17.1606 18.9645 17.3036 18.5047 17.4753C18.2876 17.5564 17.8695 17.7063 17.4013 17.8643C18.0858 13.4164 15.2781 13.0117 14.0344 13.0117C13.1336 13.0117 12.6502 13.7492 11.8921 13.7492C11.134 13.7492 10.6689 13.0132 9.74208 13.0132C8.78875 13.0132 6.17825 13.7643 6.63878 17.603C6.40518 17.5074 6.14802 17.4136 5.86796 17.3198C5.19141 17.1073 4.47259 16.9798 3.75376 16.9373C3.6 16.9373 3.51613 16.8319 3.50215 16.685L3.50005 16.6398V16.5548C3.71147 15.7049 4.23767 15.0201 4.51487 14.7274C4.79207 14.4347 5.36055 14.0475 5.57197 14.09C5.31224 13.6363 4.76857 13.1093 4.13431 12.7725C3.50005 12.4358 2.3161 12.2626 2.10468 12.2201C1.89326 12.1776 1.7745 12.1776 1.89326 11.7951C2.61209 9.9677 3.45777 8.82026 4.47259 8.31029C5.4874 7.80032 6.37537 7.58784 7.00963 7.67283C6.86305 7.1461 6.70563 6.83346 6.59581 6.61039C6.486 6.38733 6.37962 6.17296 6.07938 5.80294C5.99481 5.67545 5.99481 5.46296 6.12166 5.37797C6.16395 5.37797 6.20623 5.33547 6.24852 5.33547C6.67136 5.25047 7.0942 5.29297 7.55932 5.42046C8.1513 5.59045 8.70099 5.97293 9.2084 6.5679C9.16611 4.8255 8.99698 3.33809 8.61642 2.19065C8.57414 1.25571 12.4885 2.35781 13.7751 3.89055ZM10.6195 15.4286C10.9656 15.4286 11.2462 15.8991 11.2462 16.4794C11.2462 17.0598 10.9656 17.5302 10.6195 17.5302C10.2735 17.5302 9.99292 17.0598 9.99292 16.4794C9.99292 15.8991 10.2735 15.4286 10.6195 15.4286ZM13.3812 15.4286C13.7273 15.4286 14.0078 15.8991 14.0078 16.4794C14.0078 17.0598 13.7273 17.5302 13.3812 17.5302C13.0352 17.5302 12.7546 17.0598 12.7546 16.4794C12.7546 15.8991 13.0352 15.4286 13.3812 15.4286Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-emoji\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.1692 12.0462C23.1692 18.1846 18.1846 23.1692 12.0462 23.1692C5.90769 23.1692 0.923077 18.1846 0.923077 12.0462C0.923077 5.9077 5.90769 0.92308 12.0462 0.92308C18.1846 0.92308 23.1692 5.9077 23.1692 12.0462ZM8.49231 7.33847C7.38461 7.33847 6.50769 8.21539 6.50769 9.32308C6.50769 10.4308 7.38461 11.3077 8.49231 11.3077C9.6 11.3077 10.4769 10.4308 10.4769 9.32308C10.4769 8.21539 9.6 7.33847 8.49231 7.33847ZM15.6462 7.33847C14.5385 7.33847 13.6615 8.21539 13.6615 9.32308C13.6615 10.4308 14.5385 11.3077 15.6462 11.3077C16.7538 11.3077 17.6308 10.4308 17.6308 9.32308C17.6308 8.21539 16.7538 7.33847 15.6462 7.33847ZM15.5538 15.0462C14.6308 15.8769 13.3846 16.3385 12.0462 16.3385C10.7538 16.3385 9.55385 15.8769 8.58462 15.0923L8.16923 14.7231C8.03077 14.6308 7.93846 14.5846 7.66154 14.5846C7.15385 14.5846 6.78462 15 6.78462 15.4615C6.78462 15.6923 6.87692 15.9231 7.06154 16.1077L7.38461 16.3846C8.63077 17.4923 10.2923 18.1385 12.0462 18.1385C13.8462 18.1385 15.5077 17.4462 16.7538 16.3385L16.9846 16.1077C17.1692 15.9231 17.2615 15.6923 17.2615 15.4615C17.2615 14.9538 16.8462 14.5846 16.3846 14.5846C16.1538 14.5846 15.9692 14.6769 15.8308 14.7692L15.5538 15.0462Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-erect-window\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.0769 3C23.0769 3.36923 22.7538 3.69231 22.3846 3.69231H1.61537C1.24614 3.69231 0.923065 3.36923 0.923065 3V1.61539C0.923065 1.24616 1.24614 0.92308 1.61537 0.92308H22.3846C22.7538 0.92308 23.0769 1.24616 23.0769 1.61539V3Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-event\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.4615 9.23077H2.53847C2.16924 9.23077 1.84616 9.55385 1.84616 9.92308V21.2308C1.84616 22.2462 2.67693 23.0769 3.69231 23.0769H20.3077C21.3231 23.0769 22.1539 22.2462 22.1539 21.2308V9.92308C22.1539 9.55385 21.8308 9.23077 21.4615 9.23077ZM8.76924 19.3846C8.76924 19.6615 8.58462 19.8462 8.3077 19.8462H6.46154C6.18462 19.8462 6.00001 19.6615 6.00001 19.3846V17.5385C6.00001 17.2615 6.18462 17.0769 6.46154 17.0769H8.3077C8.58462 17.0769 8.76924 17.2615 8.76924 17.5385V19.3846ZM8.76924 14.7692C8.76924 15.0462 8.58462 15.2308 8.3077 15.2308H6.46154C6.18462 15.2308 6.00001 15.0462 6.00001 14.7692V12.9231C6.00001 12.6462 6.18462 12.4615 6.46154 12.4615H8.3077C8.58462 12.4615 8.76924 12.6462 8.76924 12.9231V14.7692ZM13.3846 19.3846C13.3846 19.6615 13.2 19.8462 12.9231 19.8462H11.0769C10.8 19.8462 10.6154 19.6615 10.6154 19.3846V17.5385C10.6154 17.2615 10.8 17.0769 11.0769 17.0769H12.9231C13.2 17.0769 13.3846 17.2615 13.3846 17.5385V19.3846ZM13.3846 14.7692C13.3846 15.0462 13.2 15.2308 12.9231 15.2308H11.0769C10.8 15.2308 10.6154 15.0462 10.6154 14.7692V12.9231C10.6154 12.6462 10.8 12.4615 11.0769 12.4615H12.9231C13.2 12.4615 13.3846 12.6462 13.3846 12.9231V14.7692ZM18 19.3846C18 19.6615 17.8154 19.8462 17.5385 19.8462H15.6923C15.4154 19.8462 15.2308 19.6615 15.2308 19.3846V17.5385C15.2308 17.2615 15.4154 17.0769 15.6923 17.0769H17.5385C17.8154 17.0769 18 17.2615 18 17.5385V19.3846ZM18 14.7692C18 15.0462 17.8154 15.2308 17.5385 15.2308H15.6923C15.4154 15.2308 15.2308 15.0462 15.2308 14.7692V12.9231C15.2308 12.6462 15.4154 12.4615 15.6923 12.4615H17.5385C17.8154 12.4615 18 12.6462 18 12.9231V14.7692ZM20.3077 3.23077H18V2.3077C18 1.56923 17.4 0.92308 16.6154 0.92308C15.8769 0.92308 15.2308 1.52308 15.2308 2.3077V3.23077H8.76924V2.3077C8.76924 1.56923 8.16924 0.92308 7.38462 0.92308C6.64616 0.92308 6.00001 1.52308 6.00001 2.3077V3.23077H3.69231C2.67693 3.23077 1.84616 4.06154 1.84616 5.07693V6.23077C1.84616 6.6 2.16924 6.92308 2.53847 6.92308H21.4615C21.8308 6.92308 22.1539 6.6 22.1539 6.23077V5.07693C22.1539 4.06154 21.3231 3.23077 20.3077 3.23077Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-expand-all\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.1539 4.38461C22.1539 4.01538 21.8308 3.69231 21.4615 3.69231H2.53847C2.16924 3.69231 1.84616 4.01538 1.84616 4.38461V5.76923C1.84616 6.13846 2.16924 6.46154 2.53847 6.46154H21.4615C21.8308 6.46154 22.1539 6.13846 22.1539 5.76923V4.38461ZM22.1539 18.2308C22.1539 17.8615 21.8308 17.5385 21.4615 17.5385H2.53847C2.16924 17.5385 1.84616 17.8615 1.84616 18.2308V19.6154C1.84616 19.9846 2.16924 20.3077 2.53847 20.3077H21.4615C21.8308 20.3077 22.1539 19.9846 22.1539 19.6154V18.2308ZM13.8462 13.3846H15.9231C16.2923 13.3846 16.6154 13.0615 16.6154 12.6923V11.3077C16.6154 10.9385 16.2923 10.6154 15.9231 10.6154H13.8462C13.5692 10.6154 13.3846 10.4308 13.3846 10.1538V8.07692C13.3846 7.70769 13.0615 7.38461 12.6923 7.38461H11.3077C10.9385 7.38461 10.6154 7.70769 10.6154 8.07692V10.1538C10.6154 10.4308 10.4308 10.6154 10.1539 10.6154H8.07693C7.7077 10.6154 7.38462 10.9385 7.38462 11.3077V12.6923C7.38462 13.0615 7.7077 13.3846 8.07693 13.3846H10.1539C10.4308 13.3846 10.6154 13.5692 10.6154 13.8462V15.9231C10.6154 16.2923 10.9385 16.6154 11.3077 16.6154H12.6923C13.0615 16.6154 13.3846 16.2923 13.3846 15.9231V13.8462C13.3846 13.5692 13.5692 13.3846 13.8462 13.3846Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-favorit\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.6523 1.43139L14.7754 8.35447C14.8677 8.63139 15.1446 8.76985 15.4215 8.76985H22.3446C23.0369 8.76985 23.3139 9.69293 22.76 10.1083L17.1292 14.2622C16.8985 14.4468 16.8062 14.7699 16.8985 15.0468L19.5754 22.1545C19.76 22.8006 19.0677 23.3545 18.5139 22.9391L12.4677 18.416C12.2369 18.2314 11.9139 18.2314 11.6369 18.416L5.54462 22.9391C4.99077 23.3545 4.25231 22.8006 4.48308 22.1545L7.0677 15.0468C7.16001 14.7699 7.0677 14.4468 6.83693 14.2622L1.20616 10.1083C0.652314 9.69293 0.97539 8.76985 1.62154 8.76985H8.54462C8.8677 8.76985 9.09847 8.67754 9.19077 8.35447L11.36 1.38524C11.5446 0.739083 12.4677 0.785237 12.6523 1.43139Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-feed\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.6308 19.3896C11.4923 19.3896 11.3077 19.3435 11.1231 19.2512C10.8462 19.1127 10.6154 18.7896 10.5692 18.5127L7.93846 7.85119L5.67692 12.9281C5.53846 13.3435 5.16923 13.5743 4.75385 13.5743H1.61538C1.24615 13.5743 0.923077 13.2973 0.923077 12.9281V12.2358C0.923077 11.8666 1.24615 11.5435 1.61538 11.5435H4.01538L7.2 4.29734C7.38462 3.92811 7.8 3.65119 8.26154 3.69734C8.72308 3.74349 9.09231 4.02042 9.18462 4.48195L11.9077 15.282L15.5538 7.38965C15.7385 6.97426 16.1538 6.74349 16.5692 6.78965C16.9385 6.8358 17.3077 7.11272 17.4923 7.48195L19.2923 11.5896H22.4308C22.8 11.5896 23.1231 11.9127 23.1231 12.282V12.9281C23.1231 13.2973 22.8 13.6204 22.4308 13.6204H18.6462C18.2308 13.6204 17.8615 13.3896 17.6769 13.0204L16.5231 10.3896L12.6462 18.8358C12.4154 19.1589 12.0923 19.3896 11.6308 19.3896Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-filter\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.7462 13.7538C11.4692 13.4769 11.0539 13.4769 10.7769 13.7538L9.11539 15.4154C8.83847 15.6923 8.33077 15.5077 8.33077 15.0923V9C8.33077 8.63076 8.0077 8.30769 7.63847 8.30769H6.25385C5.88462 8.30769 5.56154 8.63076 5.56154 9V15.0923C5.56154 15.5077 5.05385 15.6923 4.77693 15.4154L3.11539 13.7538C2.83847 13.4769 2.42308 13.4769 2.14616 13.7538L1.13077 14.7692C0.85385 15.0461 0.85385 15.4615 1.13077 15.7385L6.43847 21.0461C6.71539 21.3231 7.13077 21.3231 7.4077 21.0461L12.7615 15.6923C13.0385 15.4154 13.0385 15 12.7615 14.7231L11.7462 13.7538ZM24.0231 3.46153C24.0231 3.0923 23.7 2.76923 23.3308 2.76923H6.25385C5.88462 2.76923 5.56154 3.0923 5.56154 3.46153V4.84615C5.56154 5.21538 5.88462 5.53846 6.25385 5.53846H23.3308C23.7 5.53846 24.0231 5.21538 24.0231 4.84615V3.46153ZM24.0231 9C24.0231 8.63076 23.7 8.30769 23.3308 8.30769H10.8692C10.5 8.30769 10.1769 8.63076 10.1769 9V10.3846C10.1769 10.7538 10.5 11.0769 10.8692 11.0769H23.3308C23.7 11.0769 24.0231 10.7538 24.0231 10.3846V9ZM24.0231 14.5385C24.0231 14.1692 23.7 13.8461 23.3308 13.8461H15.4846C15.1154 13.8461 14.7923 14.1692 14.7923 14.5385V15.9231C14.7923 16.2923 15.1154 16.6154 15.4846 16.6154H23.3308C23.7 16.6154 24.0231 16.2923 24.0231 15.9231V14.5385Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-flow\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.0334 4.8829C22.0642 2.99059 19.6181 -0.517104 15.095 1.55982C12.2796 2.85213 10.7104 3.59059 10.7104 3.59059L6.64883 5.34443C5.49498 5.89828 3.00267 5.11366 1.5719 4.60597C1.15652 4.46751 0.787289 4.8829 0.971904 5.29828C1.94114 7.19059 4.38729 10.6983 8.91037 8.62136C11.7257 7.32905 17.3565 4.8829 17.3565 4.8829C18.5104 4.32905 21.0027 5.11366 22.4334 5.62136C22.8488 5.71366 23.2181 5.29828 23.0334 4.8829ZM13.295 10.7906C12.7873 11.0675 10.7565 11.9906 10.7565 11.9906L8.72575 12.8675C7.71037 13.4214 5.54113 12.6829 4.24883 12.1752C3.8796 11.9906 3.55652 12.4521 3.74114 12.8214C4.5719 14.6675 6.74113 17.9906 10.7104 15.9598C13.2027 14.7137 15.2796 13.8829 15.2796 13.8829C16.295 13.329 18.4642 14.0675 19.7565 14.5752C20.1258 14.7137 20.4488 14.2983 20.2642 13.8829C19.4334 12.0829 17.2642 8.75982 13.295 10.7906ZM11.8181 18.9598C11.4027 19.1906 10.7104 19.606 10.7104 19.606C9.92575 20.1137 8.31037 19.4675 7.34114 19.006C7.06421 18.8675 6.83344 19.2829 6.9719 19.6521C7.5719 21.3137 9.18729 24.3137 12.1873 22.4675C13.295 21.7752 13.295 21.8214 13.295 21.8214C14.1258 21.406 15.695 21.9598 16.6642 22.4214C16.9411 22.5598 17.1719 22.1444 17.0334 21.7752C16.4334 20.1137 14.9104 17.2521 11.8181 18.9598Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-flow-alt\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M19.1435 2.45958H13.7633C13.4016 1.69098 12.633 1.14844 11.7739 1.14844C10.5984 1.14844 9.60377 2.1431 9.60377 3.31861C9.60377 4.49412 10.5984 5.48878 11.7739 5.48878C12.6782 5.48878 13.4468 4.94624 13.7633 4.17764H19.1435C20.0929 4.17764 20.8615 4.94624 20.8615 5.89569V9.37701C20.8615 10.3265 20.0929 11.0951 19.1435 11.0951H16.5212V8.47277C16.5212 7.74938 15.9334 7.16162 15.21 7.16162H8.29262C7.56923 7.16162 6.98148 7.74938 6.98148 8.47277V11.0951H4.4044C2.5055 11.0951 0.92308 12.6323 0.92308 14.5764V18.0577C0.92308 19.9566 2.46029 21.539 4.4044 21.539H9.78462C10.1011 22.3076 10.8697 22.8502 11.7739 22.8502C12.9495 22.8502 13.9441 21.8555 13.9441 20.68C13.9441 19.5045 12.9495 18.5098 11.7739 18.5098C10.8697 18.5098 10.1011 19.0524 9.78462 19.821H4.4044C3.45495 19.821 2.68635 19.0524 2.68635 18.1029V14.6216C2.68635 13.6721 3.45495 12.9035 4.4044 12.9035H7.02669V15.5258C7.02669 16.2492 7.61445 16.837 8.33784 16.837H15.3005C16.0239 16.837 16.6116 16.2492 16.6116 15.5258V12.9035H19.2339C21.1328 12.9035 22.7152 11.3663 22.7152 9.42222V5.9409C22.6248 3.99679 21.0424 2.45958 19.1435 2.45958Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-food-and-drink\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.8769 11.0769C18.4154 14.7231 15.4615 17.0769 12.9231 17.0769H7.38462C4.61539 17.0769 1.38462 14.3077 1.38462 10.1538V3.6923C1.38462 3.18461 1.8 2.76923 2.3077 2.76923H20.3077C21.8308 2.76923 23.0769 4.01538 23.0769 5.53846V8.30769C23.0769 9.83076 21.8308 11.0769 20.3077 11.0769H18.8769ZM18.7385 18.4615C19.0615 18.4615 19.3846 18.7846 19.3846 19.1077V19.1538C19.3846 20.3077 18.4615 21.2308 17.3538 21.2308H2.95385C1.84616 21.2308 0.92308 20.3077 0.92308 19.1538V19.1077C0.92308 18.7846 1.24616 18.4615 1.56923 18.4615H18.7385ZM18.9231 5.07692V8.76923H19.8462C20.3539 8.76923 20.7692 8.35384 20.7692 7.84615V6C20.7692 5.4923 20.3539 5.07692 19.8462 5.07692H18.9231Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-formula\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.9384 1.47692C13.5692 1.2 13.0615 1.06154 12.4615 1.06154C12.3231 1.06154 12.1846 1.06154 12.0461 1.10769C10.4308 1.33846 9.36922 2.86154 8.72306 4.24615C8.44614 4.89231 8.16922 5.58462 7.93845 6.27692C7.79999 6.6 7.70768 6.92308 7.56922 7.24615C7.56922 7.29231 7.3846 7.93846 7.33845 7.93846H5.67691C5.44614 7.93846 5.26153 8.12308 5.26153 8.35385C5.26153 8.58462 5.44614 8.76923 5.67691 8.76923H7.10768L6.27691 12.2308C5.53845 16.0154 4.47691 20.4 4.19999 21.1846C3.92307 21.9692 3.55383 22.3846 3.04614 22.3846C2.95383 22.3846 2.86153 22.3846 2.81537 22.3385C2.76922 22.2923 2.72307 22.2462 2.72307 22.1538C2.72307 22.1077 2.76922 21.9692 2.86153 21.8308C2.95383 21.6923 2.99999 21.5077 2.99999 21.3692C2.99999 21.0462 2.90768 20.8154 2.67691 20.6308C2.4923 20.4462 2.26153 20.3538 1.9846 20.3538C1.70768 20.3538 1.47691 20.4462 1.24614 20.6308C1.01537 20.8154 0.923065 21.0923 0.923065 21.4154C0.923065 21.8769 1.10768 22.2462 1.47691 22.5692C1.84614 22.8923 2.30768 23.0308 2.90768 23.0308C3.87691 23.0308 4.79999 22.5692 5.44614 21.8308C5.86153 21.3692 6.13845 20.8154 6.41537 20.2154C7.24614 18.4154 7.66153 16.4308 8.12307 14.5385C8.5846 12.6 9.04614 10.6615 9.46153 8.67692H11.0769C11.3077 8.67692 11.4923 8.49231 11.4923 8.26154C11.4923 8.03077 11.3077 7.84615 11.0769 7.84615H9.64614C10.4308 4.8 11.3538 2.72308 11.5385 2.4C11.8615 1.89231 12.1846 1.61538 12.5077 1.61538C12.6461 1.61538 12.7385 1.66154 12.7846 1.70769C12.8308 1.8 12.8308 1.84615 12.8308 1.89231C12.8308 1.93846 12.7846 2.03077 12.6923 2.21538C12.6 2.4 12.5538 2.58462 12.5538 2.76923C12.5538 3.04615 12.6461 3.23077 12.8308 3.41538C13.0154 3.6 13.2461 3.69231 13.5231 3.69231C13.8 3.69231 14.0308 3.6 14.2154 3.41538C14.4 3.23077 14.4923 2.95385 14.4923 2.63077C14.5384 2.12308 14.3538 1.75385 13.9384 1.47692ZM21.2769 10.7077C21.8769 10.7077 23.0308 10.2462 23.0308 8.67692C23.0308 7.15385 21.9231 7.06154 21.6 7.06154C20.9077 7.06154 20.2615 7.56923 19.6615 8.58462C19.0615 9.64615 18.4154 10.7538 18.4154 10.7538C18.2769 10.0154 18.1385 9.41539 18.0923 9.13846C17.9538 8.49231 17.2154 7.10769 15.6923 7.10769C14.1692 7.10769 12.7846 7.98462 12.7846 7.98462C12.5077 8.16923 12.3692 8.44615 12.3692 8.76923C12.3692 9.27692 12.7846 9.69231 13.2923 9.69231C13.4308 9.69231 13.5692 9.64615 13.7077 9.6C13.7077 9.6 14.8615 8.95385 15.0923 9.6C15.1846 9.78462 15.2308 10.0154 15.2769 10.2462C15.5538 11.2615 15.8308 12.4154 16.0615 13.4769L15.0461 14.9077C15.0461 14.9077 13.9385 14.4923 13.3385 14.4923C12.7385 14.4923 11.5846 14.9538 11.5846 16.5231C11.5846 18.0923 12.6923 18.1385 13.0154 18.1385C13.7077 18.1385 14.3538 17.6308 14.9538 16.6154C15.5538 15.5538 16.2 14.4462 16.2 14.4462C16.3846 15.3692 16.5692 16.1538 16.6615 16.4769C17.0308 17.5385 17.9077 18.1846 19.1077 18.1846C19.1077 18.1846 20.3077 18.1846 21.7385 17.4C22.0615 17.2615 22.3384 16.9385 22.3384 16.5231C22.3384 16.0154 21.9231 15.6 21.4154 15.6C21.2769 15.6 21.1385 15.6462 21 15.6923C21 15.6923 19.9846 16.2462 19.6615 15.8308C19.4308 15.3692 19.2 14.7231 19.0615 13.9846C18.9231 13.2923 18.7385 12.5077 18.6 11.7231L19.6154 10.2462C19.5692 10.2923 20.7231 10.7077 21.2769 10.7077Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-frozen\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.091 0.92308C13.3679 0.92308 13.5525 1.1077 13.5525 1.38462V3.96923L15.0756 2.44616C15.2602 2.26154 15.5371 2.26154 15.7218 2.44616L16.3679 3.09231C16.5525 3.27693 16.5525 3.55385 16.3679 3.73846L13.5525 6.55385V10.2892L16.8483 8.33671L17.7987 4.56923C17.8448 4.29231 18.0756 4.15385 18.3525 4.24616L19.2294 4.47693C19.5064 4.52308 19.6448 4.75385 19.5525 5.03077L19.0282 7.04535L21.2602 5.72308C21.491 5.58462 21.7679 5.63077 21.9064 5.9077L22.3679 6.73847C22.5064 6.96923 22.4602 7.24616 22.1833 7.38462L19.915 8.7226L22.0448 9.27693C22.3218 9.32308 22.4602 9.55385 22.3679 9.83077L22.1371 10.7077C22.091 10.9846 21.8602 11.1231 21.5833 11.0308L17.726 10.0139L14.4378 11.9535L17.7605 13.9218L21.5833 12.9231C21.8602 12.8769 22.091 12.9692 22.1371 13.2462L22.3679 14.1231C22.4141 14.4 22.3218 14.6308 22.0448 14.6769L19.9538 15.2212L22.2294 16.5692C22.4602 16.7077 22.5525 16.9846 22.4141 17.2154L21.9525 18C21.8141 18.2308 21.5371 18.3231 21.3064 18.1846L19.0066 16.8257L19.5525 18.9231C19.5987 19.2 19.5064 19.4308 19.2295 19.4769L18.3525 19.7077C18.0756 19.7539 17.8448 19.6615 17.7987 19.3846L16.7875 15.5144L13.5525 13.6028V17.4L16.3679 20.2154C16.5525 20.4 16.5525 20.6769 16.3679 20.8615L15.7218 21.5077C15.5371 21.6923 15.2602 21.6923 15.0756 21.5077L13.5525 19.9846V22.5692C13.5525 22.8462 13.3679 23.0308 13.091 23.0308H12.1679C11.891 23.0308 11.7064 22.8462 11.7064 22.5692V19.9846L10.1833 21.5077C9.99868 21.6923 9.72176 21.6923 9.53714 21.5077L8.89099 20.8615C8.70637 20.6769 8.70637 20.4 8.89099 20.2154L11.7064 17.4V13.5647L8.44268 15.4898L7.46022 19.3846C7.41406 19.6615 7.18329 19.8 6.90637 19.7077L6.02945 19.4769C5.75253 19.4308 5.61406 19.2 5.70637 18.9231L6.26573 16.774L3.95253 18.1385C3.72176 18.2769 3.44483 18.2308 3.30637 17.9538L2.84483 17.1692C2.70637 16.9385 2.75253 16.6615 3.02945 16.5231L5.25092 15.2071L3.21406 14.6769C2.93714 14.6308 2.79868 14.4 2.89099 14.1231L3.12176 13.2462C3.16791 12.9692 3.39868 12.8308 3.6756 12.9231L7.43385 13.9139L10.7522 11.9481L7.49207 10.0216L3.62945 11.0308C3.35253 11.0769 3.12176 10.9846 3.0756 10.7077L2.84483 9.83077C2.79868 9.55385 2.89099 9.32308 3.16791 9.27693L5.29494 8.72332L3.02945 7.38462C2.79868 7.24616 2.70637 6.96923 2.84483 6.73847L3.35253 5.95385C3.49099 5.72308 3.76791 5.63077 3.99868 5.76923L6.19035 7.06759L5.66022 5.03077C5.61406 4.75385 5.70637 4.52308 5.98329 4.47693L6.86022 4.24616C7.13714 4.2 7.36791 4.29231 7.41406 4.56923L8.41039 8.38275L11.7064 10.3353V6.55385L8.89099 3.73846C8.70637 3.55385 8.70637 3.27693 8.89099 3.09231L9.53714 2.44616C9.72176 2.26154 9.99868 2.26154 10.1833 2.44616L11.7064 3.96923V1.38462C11.7064 1.1077 11.891 0.92308 12.1679 0.92308H13.091Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-fulfillment-order\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.2147 16.7993C11.5378 16.7993 11.8608 16.8455 12.1378 16.9378L7.15315 2.81469L6.69162 1.43008C6.55315 1.01469 6.13777 0.830077 5.76854 0.968539L1.43008 2.39931C1.01469 2.53777 0.830077 2.95315 0.968539 3.32239L1.43008 4.707C1.56854 5.12239 1.98392 5.307 2.35315 5.16854L4.61469 4.43008L9.18392 17.3993C9.78392 17.0301 10.4762 16.7993 11.2147 16.7993ZM19.0147 13.4301L14.4455 15.0455C13.9839 15.2301 13.4301 14.9532 13.2916 14.4916L11.6762 9.92239C11.4916 9.46085 11.7685 8.907 12.2301 8.76854L16.7993 7.15315C17.2608 6.96854 17.8147 7.24546 17.9532 7.707L19.5685 12.2762C19.7532 12.7378 19.4762 13.2455 19.0147 13.4301ZM14.6762 5.907L11.5839 6.96854C11.1224 7.15315 10.5685 6.87623 10.4301 6.41469L9.36854 3.32239C9.18392 2.86085 9.46085 2.307 9.92239 2.16854L13.0147 1.107C13.4762 0.922385 14.0301 1.19931 14.1685 1.66085L15.2301 4.75315C15.4147 5.16854 15.1839 5.72238 14.6762 5.907ZM23.0301 16.3378L22.5685 14.9532C22.4301 14.5378 22.0147 14.3532 21.6455 14.4916L13.2455 17.3993C14.1224 17.9532 14.7224 18.8762 14.907 19.9378L22.6147 17.307C22.9839 17.1685 23.1685 16.7532 23.0301 16.3378ZM11.2147 17.9993C9.83008 17.9993 8.67623 19.1532 8.67623 20.5378C8.67623 21.9224 9.83008 23.0762 11.2147 23.0762C12.5993 23.0762 13.7532 21.9224 13.7532 20.5378C13.7532 19.107 12.5993 17.9993 11.2147 17.9993Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-full-width-view\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.3846 1.84616H1.61539C1.24616 1.84616 0.92308 2.16924 0.92308 2.53847V4.84616C0.92308 5.21539 1.24616 5.53847 1.61539 5.53847H22.3846C22.7538 5.53847 23.0769 5.21539 23.0769 4.84616V2.53847C23.0308 2.16924 22.7538 1.84616 22.3846 1.84616ZM4.93846 7.38462H1.7077C1.33846 7.38462 1.01539 7.7077 1.01539 8.07693V21.8308C1.01539 22.2 1.33846 22.5231 1.7077 22.5231H4.93846C5.3077 22.5231 5.63077 22.2 5.63077 21.8308V8.07693C5.63077 7.7077 5.3077 7.38462 4.93846 7.38462ZM22.3846 7.38462H19.1539C18.7846 7.38462 18.4615 7.7077 18.4615 8.07693V21.8308C18.4615 22.2 18.7846 22.5231 19.1539 22.5231H22.3846C22.7538 22.5231 23.0769 22.2 23.0769 21.8308V8.07693C23.0769 7.7077 22.7538 7.38462 22.3846 7.38462ZM15.9231 7.38462H8.16923C7.8 7.38462 7.47693 7.7077 7.47693 8.07693V21.8308C7.47693 22.2 7.8 22.5231 8.16923 22.5231H15.9231C16.2923 22.5231 16.6154 22.2 16.6154 21.8308V8.07693C16.6154 7.7077 16.2923 7.38462 15.9231 7.38462Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-global-constants\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5692 11.9538C15.6923 11.9538 14.4 12.0923 13.2 13.0154L13.0154 13.0615C12.9846 13.1231 12.9128 13.1846 12.841 13.2462C12.8051 13.2769 12.7692 13.3077 12.7385 13.3385C12.1385 13.9385 11.6308 14.6308 11.1692 15.2769C11.0722 15.4063 11.0205 15.5583 10.9665 15.717C10.9434 15.7849 10.9199 15.854 10.8923 15.9231V12.9692H8.35385C8.53846 16.2 9.50769 18.8308 10.6615 19.9846C10.2923 20.3538 9.92308 20.8615 9.78462 21.5077C9.69231 21.8769 9.64615 22.2461 9.73846 22.6154C4.75385 21.5538 0.969231 17.1231 0.969231 11.8154C0.969231 5.76923 5.95385 0.830765 12 0.830765C18.0462 0.830765 23.0308 5.76923 22.9846 11.8154H22.0154C21.8362 11.8154 21.6462 11.8262 21.4505 11.8374L21.4505 11.8374C21.243 11.8493 21.0292 11.8615 20.8154 11.8615C20.4923 11.9077 20.1692 11.9077 19.8462 11.9077L16.5692 11.9538ZM17.8154 10.8H20.7231C20.3538 7.98461 18.6923 5.53846 16.2462 4.2C17.1231 5.90769 17.7231 8.16923 17.8154 10.8ZM13.1077 3.55384C14.3538 4.61538 15.4615 7.33846 15.6462 10.8H13.1077V3.55384ZM10.8923 10.8V3.55384C9.64615 4.61538 8.53846 7.33846 8.35385 10.8H10.8923ZM3.27692 13.0154H6.18462C6.27692 15.6461 6.87692 17.9077 7.75385 19.6154C5.30769 18.2769 3.64615 15.8308 3.27692 13.0154ZM3.27692 10.8H6.13846C6.32308 8.21538 6.87692 5.90769 7.75385 4.2C5.35385 5.53846 3.64615 7.98461 3.27692 10.8ZM11.3538 19.3385C11.4231 19.2923 11.4923 19.2231 11.5558 19.1596C11.6192 19.0962 11.6769 19.0385 11.7231 19.0154C11.7605 18.9593 11.813 18.9032 11.8684 18.844C11.9498 18.7572 12.0374 18.6637 12.0923 18.5538C11.4923 18.2769 11.0769 17.7692 10.8923 17.1692V19.8C11.0769 19.5692 11.2154 19.4308 11.3538 19.3385ZM22.6615 13.7077C22.7538 13.7077 22.8 13.7077 22.8923 13.8C23.0308 13.9385 23.0308 14.0308 22.9385 14.1692C22.916 14.2441 22.8935 14.3239 22.8705 14.4057C22.7514 14.8283 22.6166 15.3069 22.3846 15.4615C22.1459 15.632 21.5041 15.5758 21.0362 15.5348C20.8708 15.5203 20.7272 15.5077 20.6308 15.5077C20.3891 15.5319 20.274 15.5434 20.1926 15.6019C20.1186 15.6551 20.0726 15.7472 19.9846 15.9231C19.9154 16.0615 19.8461 16.2231 19.7769 16.3846C19.7077 16.5462 19.6385 16.7077 19.5692 16.8461C19.3385 17.3538 19.1077 17.8615 18.9231 18.4154C18.8952 18.4991 18.8493 18.6146 18.7952 18.7507C18.4917 19.5144 17.9298 20.9286 18.8308 21.0462C19.2923 21.1385 19.7538 20.7692 19.9385 20.3538C19.9521 20.3196 19.9658 20.2814 19.9803 20.241C20.0632 20.009 20.171 19.7077 20.4462 19.7077C20.5846 19.7077 20.6769 19.8 20.7692 19.9385C20.8154 20.1231 20.7692 20.2615 20.6769 20.4C20.6384 20.4684 20.6 20.5376 20.5612 20.6073C20.1818 21.2896 19.7777 22.0163 19.1077 22.4769C18.4154 23.0308 17.1231 23.3538 16.6615 22.3846C16.2461 21.5121 16.7282 20.3405 17.0979 19.442C17.1389 19.3423 17.1785 19.246 17.2154 19.1538C17.7231 17.9538 18.2308 16.7538 18.7385 15.6H17.3077C16.7538 15.6 16.7077 15.6 16.4769 16.1077C16.1538 16.9385 15.7846 17.8154 15.4154 18.6461C15.0923 19.4769 14.6769 20.3077 14.2154 21.1385C14.1659 21.2155 14.1164 21.2945 14.0663 21.3743C13.6964 21.9645 13.2966 22.6022 12.6462 22.8461C12.0923 23.0769 11.3077 22.8923 11.4923 22.1077C11.6237 21.5821 12.1058 21.1501 12.5392 20.7616C12.7147 20.6043 12.8823 20.4541 13.0154 20.3077C14.2154 19.0154 15 17.1692 15.6 15.5538C14.9077 15.4615 14.2154 15.7385 13.7077 16.2C13.6442 16.2847 13.5807 16.3596 13.5216 16.4293C13.4519 16.5116 13.3884 16.5866 13.3385 16.6615C13.325 16.6817 13.3125 16.7019 13.3003 16.7217C13.2288 16.8375 13.1663 16.9385 12.9692 16.9385C12.7846 16.9385 12.6 16.8 12.6 16.5692C12.6 16.5017 12.6247 16.4588 12.6561 16.4045C12.6676 16.3846 12.6799 16.3632 12.6923 16.3385C13.0615 15.7846 13.5692 15.1846 14.0308 14.7231C14.8154 14.0308 15.6462 13.8 16.6154 13.8L19.8923 13.7538C20.2374 13.7538 20.5967 13.7395 20.9619 13.725C21.5248 13.7026 22.1017 13.6797 22.6615 13.7077Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-help-center\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.8615 0.923072C5.72307 1.01538 0.876922 6.04615 0.923076 12.1385C1.01538 18.2769 6.04615 23.1231 12.1385 23.0769C18.2769 22.9846 23.1231 17.9538 23.0769 11.8615C22.9846 5.72307 17.9538 0.876918 11.8615 0.923072ZM11.8615 2.4C13.5231 2.35384 15.0923 2.76923 16.4308 3.46153L14.9538 5.95384C14.0769 5.4923 13.0615 5.26153 12 5.26153C10.9385 5.26153 9.92308 5.4923 9.04615 5.95384L7.56923 3.46153C8.86154 2.81538 10.2923 2.4 11.8615 2.4ZM5.95385 14.9538L3.46154 16.4308C2.81538 15.1385 2.4 13.6615 2.4 12.0923C2.35384 10.4308 2.76923 8.86153 3.46154 7.52307L5.95385 9C5.49231 9.87692 5.26154 10.8923 5.26154 11.9538C5.26154 13.0154 5.49231 14.0769 5.95385 14.9538ZM12.1385 21.6C10.4769 21.6461 8.90769 21.2308 7.56923 20.5385L9.04615 18.0461C9.92308 18.5077 10.9385 18.7385 12 18.7385C13.0615 18.7385 14.0769 18.5077 14.9538 18.0461L16.4308 20.5385C15.1385 21.1846 13.7077 21.6 12.1385 21.6ZM12 17.3077C9.04615 17.3077 6.69231 14.9077 6.69231 12C6.69231 9.04615 9.09231 6.6923 12 6.6923C14.9538 6.6923 17.3077 9.0923 17.3077 12C17.3077 14.9538 14.9538 17.3077 12 17.3077ZM18.0462 14.9538C18.5077 14.0769 18.7385 13.0615 18.7385 12C18.7385 10.9385 18.5077 9.92307 18.0462 9.04615L20.5385 7.56923C21.1846 8.86153 21.6 10.3385 21.6 11.9077C21.6462 13.5692 21.2308 15.1385 20.5385 16.4769L18.0462 14.9538Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-hide-mobile\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.8093 11.6769V18.1846C16.8093 18.5077 16.5324 18.8308 16.1631 18.8308H9.65545L5.68622 22.8C5.96314 22.9846 6.28622 23.0769 6.60929 23.0769H17.6862C18.6093 23.0769 19.3939 22.2923 19.3939 21.3692V9.09231L16.8093 11.6769ZM12.1478 22.2C11.4093 22.2 10.8554 21.6462 10.8554 20.9077C10.8554 20.1692 11.4093 19.6154 12.1478 19.6154C12.8862 19.6154 13.4401 20.1692 13.4401 20.9077C13.4401 21.6462 12.8862 22.2 12.1478 22.2ZM4.9016 21.0462L7.53237 18.4154V18.3692L16.8554 9.04616V9.09231L19.3939 6.55385V6.5077L22.6247 3.27693C22.9478 3 22.9939 2.49231 22.7631 2.26154L21.8401 1.38462C21.5631 1.1077 21.1016 1.15385 20.8247 1.52308L19.3939 2.95385V2.63077C19.3939 1.7077 18.6093 0.92308 17.6862 0.92308H6.60929C5.68622 0.92308 4.9016 1.7077 4.9016 2.63077V17.4462L1.62468 20.7231C1.34775 21 1.3016 21.4615 1.53237 21.6923L2.40929 22.6154C2.68622 22.8923 3.14775 22.8462 3.42468 22.4769L4.9016 21.0462ZM7.44006 4.98462C7.44006 4.66154 7.71698 4.33847 8.08622 4.33847H16.1631C16.4862 4.33847 16.8093 4.61539 16.8093 4.98462V5.53847L7.44006 14.8615V4.98462Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-keyboard-dismiss\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.1538 15.6923C22.6615 15.6923 23.0769 15.2769 23.0769 14.7692V2.76923C23.0769 2.26154 22.6615 1.84615 22.1538 1.84615H1.84614C1.33845 1.84615 0.923065 2.26154 0.923065 2.76923V14.7692C0.923065 15.2769 1.33845 15.6923 1.84614 15.6923H22.1538ZM2.76922 13.8462V3.69231H21.2308V13.8462H2.76922ZM6.32306 6.13846C6.32306 6.50769 5.99999 6.83077 5.63076 6.83077H5.16922C4.79999 6.83077 4.47691 6.50769 4.47691 6.13846V5.67692C4.47691 5.30769 4.79999 4.98461 5.16922 4.98461H5.63076C5.99999 4.98461 6.32306 5.30769 6.32306 5.67692V6.13846ZM8.95383 5.67692C8.95383 5.30769 8.63076 4.98461 8.26153 4.98461H7.79999C7.43076 4.98461 7.10768 5.30769 7.10768 5.67692V6.13846C7.10768 6.50769 7.43076 6.83077 7.79999 6.83077H8.26153C8.63076 6.83077 8.95383 6.50769 8.95383 6.13846V5.67692ZM14.2615 6.13846C14.2615 6.50769 13.9384 6.83077 13.5692 6.83077H13.1077C12.7384 6.83077 12.4154 6.50769 12.4154 6.13846V5.67692C12.4154 5.30769 12.7384 4.98461 13.1077 4.98461H13.5692C13.9384 4.98461 14.2615 5.30769 14.2615 5.67692V6.13846ZM11.5846 6.13846C11.5846 6.50769 11.2615 6.83077 10.8923 6.83077H10.4308C10.0615 6.83077 9.73845 6.50769 9.73845 6.13846V5.67692C9.73845 5.30769 10.0615 4.98461 10.4308 4.98461H10.8923C11.2615 4.98461 11.5846 5.30769 11.5846 5.67692V6.13846ZM19.5692 5.67692C19.5692 5.30769 19.2461 4.98461 18.8769 4.98461H18.4154C18.0461 4.98461 17.7231 5.30769 17.7231 5.67692V6.13846C17.7231 6.50769 18.0461 6.83077 18.4154 6.83077H18.8769C19.2461 6.83077 19.5692 6.50769 19.5692 6.13846V5.67692ZM16.8923 5.67692C16.8923 5.30769 16.5692 4.98461 16.2 4.98461H15.7385C15.3692 4.98461 15.0461 5.30769 15.0461 5.67692V6.13846C15.0461 6.50769 15.3692 6.83077 15.7385 6.83077H16.2C16.5692 6.83077 16.8923 6.50769 16.8923 6.13846V5.67692ZM6.32306 8.90769C6.32306 9.27692 5.99999 9.6 5.63076 9.6H5.16922C4.79999 9.6 4.47691 9.27692 4.47691 8.90769V8.44615C4.47691 8.07692 4.79999 7.75385 5.16922 7.75385H5.63076C5.99999 7.75385 6.32306 8.07692 6.32306 8.44615V8.90769ZM8.95383 8.44615C8.95383 8.07692 8.63076 7.75385 8.26153 7.75385H7.79999C7.43076 7.75385 7.10768 8.07692 7.10768 8.44615V8.90769C7.10768 9.27692 7.43076 9.6 7.79999 9.6H8.26153C8.63076 9.6 8.95383 9.27692 8.95383 8.90769V8.44615ZM14.2615 8.90769C14.2615 9.27692 13.9384 9.6 13.5692 9.6H13.1077C12.7384 9.6 12.4154 9.27692 12.4154 8.90769V8.44615C12.4154 8.07692 12.7384 7.75385 13.1077 7.75385H13.5692C13.9384 7.75385 14.2615 8.07692 14.2615 8.44615V8.90769ZM11.5846 8.90769C11.5846 9.27692 11.2615 9.6 10.8923 9.6H10.4308C10.0615 9.6 9.73845 9.27692 9.73845 8.90769V8.44615C9.73845 8.07692 10.0615 7.75385 10.4308 7.75385H10.8923C11.2615 7.75385 11.5846 8.07692 11.5846 8.44615V8.90769ZM19.5692 8.44615C19.5692 8.07692 19.2461 7.75385 18.8769 7.75385H18.4154C18.0461 7.75385 17.7231 8.07692 17.7231 8.44615V8.90769C17.7231 9.27692 18.0461 9.6 18.4154 9.6H18.8769C19.2461 9.6 19.5692 9.27692 19.5692 8.90769V8.44615ZM16.8923 8.44615C16.8923 8.07692 16.5692 7.75385 16.2 7.75385H15.7385C15.3692 7.75385 15.0461 8.07692 15.0461 8.44615V8.90769C15.0461 9.27692 15.3692 9.6 15.7385 9.6H16.2C16.5692 9.6 16.8923 9.27692 16.8923 8.90769V8.44615ZM6.32306 11.6769C6.32306 12.0462 5.99999 12.3692 5.63076 12.3692H5.16922C4.79999 12.3692 4.47691 12.0462 4.47691 11.6769V11.2154C4.47691 10.8462 4.79999 10.5231 5.16922 10.5231H5.63076C5.99999 10.5231 6.32306 10.8462 6.32306 11.2154V11.6769ZM16.8923 11.2154C16.8923 10.8462 16.5692 10.5231 16.2 10.5231H7.79999C7.43076 10.5231 7.10768 10.8462 7.10768 11.2154V11.6769C7.10768 12.0462 7.43076 12.3692 7.79999 12.3692H16.2C16.5692 12.3692 16.8923 12.0462 16.8923 11.6769V11.2154ZM19.5692 11.2154C19.5692 10.8462 19.2461 10.5231 18.8769 10.5231H18.4154C18.0461 10.5231 17.7231 10.8462 17.7231 11.2154V11.6769C17.7231 12.0462 18.0461 12.3692 18.4154 12.3692H18.8769C19.2461 12.3692 19.5692 12.0462 19.5692 11.6769V11.2154ZM8.35384 17.1231H15.6461C15.8769 17.1231 16.0154 17.4 15.8308 17.5846L12.2769 21.9692C12.1385 22.1077 11.8615 22.1077 11.7692 21.9692L8.16922 17.5846C8.03076 17.4 8.12307 17.1231 8.35384 17.1231Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-knowledge-base\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.38462 15.6923H10.3846C10.7538 15.6923 11.0769 15.3692 11.0769 15V4.15385C11.0769 3.36923 10.2462 2.76923 9.6 2.76923H4.38462C4.01538 2.76923 3.69231 3.09231 3.69231 3.46154V15C3.69231 15.3692 4.01538 15.6923 4.38462 15.6923ZM22.7077 4.89231C22.4308 4.8 22.1538 5.03077 22.1538 5.35385V16.8462C22.1538 17.2154 21.8308 17.5385 21.4615 17.5385H2.53846C2.16923 17.5385 1.84615 17.2154 1.84615 16.8462V5.4C1.84615 5.07693 1.47692 4.84616 1.2 4.98462C0.507692 5.3077 0 6.04616 0 6.92308V17.5385C0 18.5538 0.830769 19.3846 1.84615 19.3846H9.46154C9.83077 19.3846 10.1538 19.7077 10.1538 20.0769C10.1538 20.4462 10.4769 20.7692 10.8462 20.7692H13.1538C13.5231 20.7692 13.8462 20.4462 13.8462 20.0769C13.8462 19.7077 14.1692 19.3846 14.5385 19.3846H22.1538C23.1692 19.3846 24 18.5538 24 17.5385V6.92308C24 5.95385 23.6769 5.12308 22.7077 4.89231ZM13.6154 15.6923H19.6154C19.9846 15.6923 20.3077 15.3692 20.3077 15V3.46154C20.3077 3.09231 19.9846 2.76923 19.6154 2.76923H14.4C13.7077 2.76923 12.9231 3.36923 12.9231 4.15385V15C12.9231 15.3692 13.2462 15.6923 13.6154 15.6923Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-layers\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6154 9.23077C16.6154 8.21539 15.7846 7.38462 14.7692 7.38462H2.76922C1.75383 7.38462 0.923065 8.21539 0.923065 9.23077V21.2308C0.923065 22.2462 1.75383 23.0769 2.76922 23.0769H14.7692C15.7846 23.0769 16.6154 22.2462 16.6154 21.2308V9.23077ZM19.8461 0.92308H7.84614C6.04614 0.92308 4.61537 2.35385 4.61537 4.15385V5.53847H16.6154C17.6308 5.53847 18.4615 6.36923 18.4615 7.38462V19.3846H19.8461C21.6461 19.3846 23.0769 17.9538 23.0769 16.1538V4.15385C23.0769 2.35385 21.6461 0.92308 19.8461 0.92308Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-layout\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.1539 23.0769H1.84616C1.33847 23.0769 0.92308 22.6615 0.92308 22.1539V1.84616C0.92308 1.33847 1.33847 0.92308 1.84616 0.92308H22.1539C22.6615 0.92308 23.0769 1.33847 23.0769 1.84616V22.1539C23.0769 22.6615 22.6615 23.0769 22.1539 23.0769ZM2.76923 21.2308H21.2308V2.76923H2.76923V21.2308ZM18 9.23077H6C5.72308 9.23077 5.53847 9.04616 5.53847 8.76923V6C5.53847 5.72308 5.72308 5.53847 6 5.53847H18C18.2769 5.53847 18.4615 5.72308 18.4615 6V8.76923C18.4615 9.04616 18.2769 9.23077 18 9.23077ZM8.76923 18.4615H6C5.72308 18.4615 5.53847 18.2769 5.53847 18V12.4615C5.53847 12.1846 5.72308 12 6 12H8.76923C9.04616 12 9.23077 12.1846 9.23077 12.4615V18C9.23077 18.2769 9.04616 18.4615 8.76923 18.4615ZM18 18.4615H12.4615C12.1846 18.4615 12 18.2769 12 18V12.4615C12 12.1846 12.1846 12 12.4615 12H18C18.2769 12 18.4615 12.1846 18.4615 12.4615V18C18.4615 18.2769 18.2769 18.4615 18 18.4615Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-left-align-text\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.1538 3.46154C22.1538 3.09231 21.8308 2.76923 21.4615 2.76923H2.53846C2.16923 2.76923 1.84615 3.09231 1.84615 3.46154V4.84616C1.84615 5.21539 2.16923 5.53846 2.53846 5.53846H21.4615C21.8308 5.53846 22.1538 5.21539 22.1538 4.84616V3.46154ZM18.4615 9C18.4615 8.63077 18.1385 8.3077 17.7692 8.3077H2.53846C2.16923 8.3077 1.84615 8.63077 1.84615 9V10.3846C1.84615 10.7538 2.16923 11.0769 2.53846 11.0769H17.7692C18.1385 11.0769 18.4615 10.7538 18.4615 10.3846V9ZM18.4615 20.0769C18.4615 19.7077 18.1385 19.3846 17.7692 19.3846H2.53846C2.16923 19.3846 1.84615 19.7077 1.84615 20.0769V21.4615C1.84615 21.8308 2.16923 22.1539 2.53846 22.1539H17.7692C18.1385 22.1539 18.4615 21.8308 18.4615 21.4615V20.0769ZM22.1538 14.5385C22.1538 14.1692 21.8308 13.8462 21.4615 13.8462H2.53846C2.16923 13.8462 1.84615 14.1692 1.84615 14.5385V15.9231C1.84615 16.2923 2.16923 16.6154 2.53846 16.6154H21.4615C21.8308 16.6154 22.1538 16.2923 22.1538 15.9231V14.5385Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-right-align-text\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.4615 2.76923H2.53847C2.16924 2.76923 1.84616 3.0923 1.84616 3.46153V4.84615C1.84616 5.21538 2.16924 5.53846 2.53847 5.53846H21.4615C21.8308 5.53846 22.1539 5.21538 22.1539 4.84615V3.46153C22.1539 3.0923 21.8308 2.76923 21.4615 2.76923ZM21.4615 8.30769H6.23078C5.86155 8.30769 5.53847 8.63076 5.53847 9V10.3846C5.53847 10.7538 5.86155 11.0769 6.23078 11.0769H21.4615C21.8308 11.0769 22.1539 10.7538 22.1539 10.3846V9C22.1539 8.63076 21.8308 8.30769 21.4615 8.30769ZM21.4615 19.3846H6.23078C5.86155 19.3846 5.53847 19.7077 5.53847 20.0769V21.4615C5.53847 21.8308 5.86155 22.1538 6.23078 22.1538H21.4615C21.8308 22.1538 22.1539 21.8308 22.1539 21.4615V20.0769C22.1539 19.7077 21.8308 19.3846 21.4615 19.3846ZM21.4615 13.8461H2.53847C2.16924 13.8461 1.84616 14.1692 1.84616 14.5385V15.9231C1.84616 16.2923 2.16924 16.6154 2.53847 16.6154H21.4615C21.8308 16.6154 22.1539 16.2923 22.1539 15.9231V14.5385C22.1539 14.1692 21.8308 13.8461 21.4615 13.8461Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-lightning-extension\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M14.9388 0.92308C15.5718 0.92308 15.9335 1.46562 15.5718 2.00817C14.5771 3.95228 13.6277 5.89639 12.633 7.84051C12.5878 8.02135 12.4974 8.15699 12.4069 8.33784C12.4069 8.33784 12.1357 8.78996 12.6782 8.78996H17.0186C17.3802 8.78996 17.6515 9.01602 17.7419 9.37771C17.8324 9.60377 17.7419 9.82983 17.6063 9.96547C16.8377 10.7793 16.0239 11.6383 15.2553 12.4521L15.2101 12.4973C15.1197 12.5425 14.9388 12.6782 14.6223 12.6782C14.1702 12.6782 13.7633 12.859 13.4468 13.1755C13.1755 13.4468 12.9043 13.7181 12.633 13.9893C12.2713 14.351 12.1357 14.7579 12.1357 15.2101L12.1364 15.2191C12.141 15.2841 12.1583 15.6848 11.9096 15.9334C11.6835 16.1595 11.5027 16.3856 11.2766 16.6116C9.46816 18.5557 7.65968 20.4546 5.8512 22.3535C5.62514 22.5796 5.39909 22.7152 5.0826 22.6248C4.63048 22.4892 4.44963 22.0823 4.63048 21.6301C5.12781 20.3642 5.62514 19.0983 6.16769 17.8323C6.71023 16.4308 7.25277 15.0744 7.79532 13.6728C8.1118 12.859 7.47883 12.7234 7.16235 12.6782H2.77679C2.27946 12.6782 1.96298 12.3617 2.00819 11.9096C2.00819 11.8644 2.0534 11.7739 2.0534 11.6835C3.36455 8.24741 4.72091 4.85652 6.07726 1.42041C6.25811 1.05872 6.43896 0.92308 6.84587 0.92308H14.9388ZM17.968 13.1755C17.968 13.1755 18.0132 13.1755 18.0584 13.2207C18.1941 13.3111 18.2393 13.4016 18.2393 13.5372C18.2845 13.7633 18.2845 13.9893 18.3297 14.2154C18.3297 14.2606 18.3749 14.3058 18.4201 14.3058C18.6914 14.3962 18.9175 14.5319 19.1887 14.6223H19.2339C19.2339 14.6223 19.2339 14.5771 19.2791 14.5771C19.46 14.4414 19.6861 14.2606 19.8669 14.125C19.9121 14.0798 20.0025 14.0345 20.0478 14.0345C20.093 14.0345 20.1834 14.0798 20.2286 14.125C20.4999 14.3962 20.7711 14.6675 21.0424 14.9388C21.178 15.0744 21.178 15.2101 21.0876 15.3457C20.952 15.5265 20.7711 15.7526 20.6355 15.9334V16.0691C20.7259 16.2951 20.8616 16.5664 20.952 16.8377C20.952 16.8829 20.9972 16.9281 21.0424 16.9281C21.2685 16.9733 21.5397 16.9733 21.7658 17.0185C21.9467 17.0637 22.0371 17.1542 22.0371 17.3802V18.5105C22.0371 18.6914 21.9467 18.827 21.7658 18.827C21.5397 18.8722 21.2685 18.8722 21.0424 18.9174C20.9972 18.9174 20.952 18.9626 20.952 19.0079C20.8616 19.2791 20.7259 19.5052 20.6355 19.7765C20.5903 19.8217 20.5903 19.8669 20.6355 19.9121C20.7711 20.1382 20.952 20.319 21.0876 20.4998C21.178 20.6355 21.178 20.7711 21.0424 20.9068L20.2286 21.7206C20.1382 21.7658 20.093 21.811 20.0025 21.811C19.9573 21.811 19.8669 21.7658 19.8217 21.7206C19.6408 21.5849 19.4148 21.4041 19.2339 21.2684C19.2339 21.2232 19.1887 21.2232 19.1887 21.2232H19.1435C18.9175 21.3137 18.6462 21.4493 18.3749 21.5397C18.3297 21.5397 18.2845 21.5849 18.2845 21.6301C18.2393 21.8562 18.2393 22.1275 18.1941 22.3535C18.1488 22.5344 18.0584 22.6248 17.8776 22.6248H16.7473C16.5664 22.6248 16.4308 22.5344 16.4308 22.3535C16.3856 22.1275 16.3856 21.8562 16.3404 21.6301C16.3404 21.5849 16.2952 21.5397 16.25 21.5397C15.9787 21.4493 15.7526 21.3137 15.4813 21.2232H15.4361C15.3909 21.2232 15.3909 21.2684 15.3457 21.2684C15.1197 21.4041 14.9388 21.5849 14.758 21.7206C14.7127 21.7658 14.6223 21.811 14.5771 21.811C14.4867 21.811 14.4415 21.811 14.351 21.7206L13.5372 20.9068C13.4016 20.7711 13.4016 20.6355 13.492 20.4998C13.6277 20.319 13.8085 20.0929 13.9441 19.9121C13.9894 19.8669 13.9441 19.8217 13.9441 19.7765C13.8537 19.5052 13.7181 19.2791 13.6277 19.0079C13.6277 18.9626 13.5824 18.9174 13.5372 18.9174C13.3112 18.8722 13.0851 18.827 12.8591 18.827C12.7234 18.7818 12.633 18.7366 12.5426 18.6009V17.2446C12.5878 17.109 12.7234 17.0185 12.8591 17.0185C13.0851 16.9733 13.3112 16.9733 13.5372 16.9281C13.5824 16.9281 13.6277 16.8829 13.6277 16.8377C13.7181 16.5664 13.8537 16.3403 13.9441 16.0691C13.9894 16.0239 13.9894 15.9787 13.9441 15.9334C13.8085 15.7074 13.6277 15.5265 13.492 15.3457C13.4016 15.2101 13.4016 15.0744 13.5372 14.9388C13.8085 14.6675 14.0798 14.3962 14.351 14.125C14.4415 14.0798 14.4867 14.0345 14.5771 14.0345C14.6675 14.0345 14.7127 14.0798 14.758 14.125C14.984 14.2606 15.1649 14.4414 15.3457 14.5771C15.3909 14.6223 15.3909 14.6223 15.4361 14.6223H15.4813C15.7526 14.5319 15.9787 14.3962 16.25 14.3058C16.2952 14.3058 16.3404 14.2606 16.3404 14.2154C16.3856 13.9893 16.4308 13.7633 16.4308 13.5372C16.4308 13.4016 16.5212 13.3111 16.6116 13.2207C16.6569 13.1755 16.7021 13.1755 16.7925 13.1755H17.968ZM17.335 16.1143L17.2006 16.1193C16.2681 16.1886 15.5266 16.9733 15.5266 17.9228C15.5266 18.9174 16.2952 19.7312 17.335 19.7312L17.4697 19.7258C18.3602 19.6533 19.1005 18.8701 19.1435 17.9228C19.1435 16.9281 18.3297 16.1143 17.335 16.1143Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-lightning-inspector\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.9231 10.8H18.6923V10.4308C18.6923 8.12308 16.8 6.23077 14.4923 6.23077C13.3846 6.23077 12.4154 6.64616 11.6769 7.33846C11.0769 5.76923 9.55385 4.61539 7.75385 4.61539C5.44615 4.61539 3.55385 6.50769 3.55385 8.81539C3.55385 9.6 3.78462 10.2923 4.10769 10.9385C2.26154 11.4 0.923077 13.0154 0.923077 15C0.923077 17.2615 2.67692 19.0615 4.93846 19.1538H18.8769C21.1846 19.1538 23.0769 17.2615 23.0769 14.9538C23.0769 12.6462 21.2308 10.8 18.9231 10.8ZM7.56923 11.1692L11.1692 9.46154C11.3077 9.36923 11.5385 9.36923 11.6769 9.46154L15.2769 11.1692C15.5077 11.2615 15.5077 11.5385 15.2769 11.6769L11.6769 13.3846C11.5385 13.4769 11.3077 13.4769 11.1692 13.3846L7.56923 11.6769C7.38461 11.5846 7.38461 11.2615 7.56923 11.1692ZM15.3231 15.4154L11.7231 17.1231C11.5846 17.2154 11.3538 17.2154 11.2154 17.1231L7.61538 15.4154C7.38461 15.3231 7.38461 15.0462 7.61538 14.9077L8.07692 14.6769C8.12308 14.6308 8.21538 14.6308 8.30769 14.6769L11.2154 16.0615C11.3538 16.1538 11.5846 16.1538 11.7231 16.0615L14.5846 14.6769C14.6308 14.6308 14.7231 14.6308 14.8154 14.6769L15.2769 14.9077C15.5077 15 15.5077 15.3231 15.3231 15.4154ZM15.3231 13.5692L11.7231 15.2769C11.5846 15.3692 11.3538 15.3692 11.2154 15.2769L7.61538 13.5692C7.38461 13.4769 7.38461 13.2 7.61538 13.0615L8.12308 12.8308C8.16923 12.7846 8.26154 12.7846 8.35385 12.8308L11.2154 14.2154C11.3538 14.3077 11.5846 14.3077 11.7231 14.2154L14.5846 12.8308C14.6308 12.7846 14.7231 12.7846 14.8154 12.8308L15.3231 13.0615C15.5077 13.1538 15.5077 13.4308 15.3231 13.5692Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-lightning-bulb\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.2853 1.42648C7.78772 1.77754 5.0146 4.5314 4.63917 8.02648C4.44525 10.4316 5.44609 12.7784 7.31609 14.3034C7.87255 14.7343 8.1967 15.3996 8.19302 16.1034C8.19286 16.6011 8.39369 17.0778 8.74996 17.4254C9.10623 17.773 9.58775 17.962 10.0853 17.9496H14.2392C14.7288 17.9496 15.1984 17.755 15.5446 17.4088C15.8908 17.0626 16.0853 16.593 16.0853 16.1034C16.0816 15.3996 16.4058 14.7343 16.9622 14.3034C18.6644 12.9266 19.663 10.8618 19.6853 8.67263C19.7315 4.38032 15.8546 0.964939 11.2853 1.42648ZM15.393 20.1188H8.93148C8.541 20.118 8.21742 20.4214 8.19302 20.8111C8.19302 22.0091 9.16421 22.9803 10.3622 22.9803H13.9622C14.5376 22.9803 15.0893 22.7518 15.4961 22.345C15.9029 21.9382 16.1315 21.3864 16.1315 20.8111C16.1071 20.4214 15.7835 20.118 15.393 20.1188Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-like\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.84616 9.69231H2.53847C2.16924 9.69231 1.84616 10.0154 1.84616 10.3846V21C1.84616 21.3692 2.16924 21.6923 2.53847 21.6923H3.69231C4.7077 21.6923 5.53847 20.8615 5.53847 19.8462V10.3846C5.53847 10.0154 5.21539 9.69231 4.84616 9.69231ZM20.3077 10.1538H17.5385C16.5231 10.1538 15.6923 9.32308 15.6923 8.30769V3.69231C15.6923 2.67692 14.8615 1.84615 13.8462 1.84615H12.6923C12.3231 1.84615 12 2.16923 12 2.53846V5.30769C12 7.75385 10.2923 10.1538 8.07693 10.1538C7.7077 10.1538 7.38462 10.4769 7.38462 10.8462V20.0769C7.38462 20.4462 7.66155 20.7692 8.03078 20.7692C11.1692 20.9077 12.2308 22.1538 15.5077 22.1538C18.9692 22.1538 22.1539 21.7846 22.1539 17.7692V12C22.1539 10.9846 21.3231 10.1538 20.3077 10.1538Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-link\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.558 19.158L11.5888 19.0195C11.5888 19.0195 10.9426 18.8811 10.6195 18.7426C10.4349 18.6965 10.2042 18.7426 10.0657 18.8811L9.83493 19.1119C8.49647 20.4503 6.32724 20.5888 4.94262 19.3888C3.37339 18.0503 3.32724 15.6503 4.75801 14.2195L8.2657 10.7119C8.72724 10.2503 9.28108 9.97339 9.83493 9.78878C10.5734 9.60416 11.358 9.65031 12.0503 9.92724C12.4657 10.1119 12.8811 10.3426 13.2503 10.7119C13.4349 10.8965 13.5734 11.0811 13.7119 11.3119C13.8965 11.6349 14.3119 11.6811 14.5426 11.4042L15.8349 10.1119C16.0195 9.92724 16.0195 9.65031 15.8811 9.41954C15.6965 9.14262 15.4657 8.91185 15.2349 8.68108C14.9119 8.35801 14.5426 8.03493 14.1272 7.80416C13.4811 7.38878 12.7426 7.11185 11.958 6.97339C10.5272 6.69647 8.95801 6.92724 7.6657 7.61954C7.15801 7.89647 6.65031 8.2657 6.23493 8.68108L2.8657 12.0503C0.419545 14.4965 0.23493 18.4657 2.58878 20.958C5.03493 23.6349 9.18878 23.6811 11.7272 21.1426L12.8811 19.9888C13.2042 19.758 12.9734 19.2042 12.558 19.158ZM21.0503 2.58878C18.5119 0.234929 14.5426 0.419545 12.1426 2.8657L11.0811 3.88108C10.758 4.20416 10.9888 4.75801 11.4042 4.80416C12.0503 4.85031 12.6965 4.98878 13.3426 5.17339C13.5272 5.21955 13.758 5.17339 13.8965 5.03493L14.1272 4.80416C15.4657 3.4657 17.6349 3.32724 19.0195 4.52724C20.5888 5.8657 20.6349 8.2657 19.2042 9.69647L15.6965 13.2042C15.2349 13.6657 14.6811 13.9426 14.1272 14.1272C13.3888 14.3119 12.6042 14.2657 11.9119 13.9888C11.4965 13.8042 11.0811 13.5734 10.7119 13.2042C10.5272 13.0195 10.3888 12.8349 10.2503 12.6042C10.0657 12.2811 9.65031 12.2349 9.41954 12.5119L8.12724 13.8042C7.94262 13.9888 7.94262 14.2657 8.08108 14.4965C8.2657 14.7734 8.49647 15.0042 8.72724 15.2349C9.05031 15.558 9.4657 15.8811 9.83493 16.1119C10.4811 16.5272 11.2195 16.8042 11.958 16.9426C13.3888 17.2195 14.958 16.9888 16.2503 16.2965C16.758 16.0195 17.2657 15.6503 17.6811 15.2349L21.1888 11.7272C23.7734 9.18878 23.6811 5.03493 21.0503 2.58878Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-linked\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.98461 16.6615L7.47692 16.0154C7.47692 16.0154 7.15384 15.5538 7.06153 15.2769C6.96922 15.1385 6.83076 15.0462 6.64615 15.0462H6.36923C4.75384 15.0462 3.36923 13.8462 3.27692 12.2769C3.13846 10.5231 4.56922 9.09231 6.27692 9.09231H10.4769C11.0308 9.09231 11.5385 9.27692 11.9538 9.46154C12.5077 9.78461 12.9692 10.2923 13.2 10.8923C13.3385 11.2615 13.4308 11.6308 13.4308 12.0923C13.4308 12.3231 13.3846 12.5077 13.3385 12.7385C13.2461 13.0615 13.4769 13.3385 13.8 13.2923H15.3692C15.6 13.2923 15.7385 13.1077 15.8308 12.9231C15.8769 12.6462 15.8769 12.3692 15.8769 12.0923C15.8769 11.7231 15.8308 11.3077 15.7385 10.8923C15.6 10.2462 15.3231 9.64615 14.9538 9.09231C14.2615 8.07692 13.2 7.24615 12 6.92308C11.5385 6.78461 10.9846 6.69231 10.5231 6.69231H6.46153C3.55384 6.69231 1.06153 8.95384 0.969225 11.8615C0.830763 14.9077 3.27692 17.4462 6.32307 17.4462H7.70769C8.03076 17.4 8.21538 16.9385 7.98461 16.6615ZM23.0308 11.8154C22.9385 8.90769 20.4461 6.6 17.5385 6.64615L16.2923 6.6C15.9231 6.6 15.6923 7.06154 15.9231 7.33846C16.2923 7.75384 16.5692 8.21538 16.8461 8.72308C16.9385 8.86154 17.0769 8.95384 17.2615 8.95384H17.5385C19.1538 8.95384 20.5385 10.1538 20.6308 11.7231C20.7692 13.4769 19.3385 14.9077 17.6308 14.9077H13.4308C12.8769 14.9077 12.3692 14.7231 11.9538 14.5385C11.4 14.2154 10.9385 13.7077 10.7077 13.1077C10.5692 12.7385 10.4769 12.3692 10.4769 11.9077C10.4769 11.6769 10.5231 11.4923 10.5692 11.2615C10.6615 10.9385 10.4308 10.6615 10.1077 10.7077H8.53846C8.30769 10.7077 8.16923 10.8923 8.07692 11.0769C8.03076 11.3538 8.03076 11.6308 8.03076 11.9077C8.03076 12.2769 8.07692 12.7385 8.16923 13.1077C8.30769 13.7538 8.58461 14.3538 8.95384 14.8615C9.64615 15.8769 10.7077 16.7077 11.9077 17.0308C12.3692 17.1692 12.9231 17.2615 13.3846 17.2615H17.5846C20.6769 17.4 23.1231 14.8615 23.0308 11.8154Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-list\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.69231 5.30769C3.69231 4.93846 3.36923 4.61539 3 4.61539H1.61539C1.24616 4.61539 0.92308 4.93846 0.92308 5.30769V6.69231C0.92308 7.06154 1.24616 7.38462 1.61539 7.38462H3C3.36923 7.38462 3.69231 7.06154 3.69231 6.69231V5.30769ZM23.0769 5.30769C23.0769 4.93846 22.7539 4.61539 22.3846 4.61539H6.23077C5.86154 4.61539 5.53847 4.93846 5.53847 5.30769V6.69231C5.53847 7.06154 5.86154 7.38462 6.23077 7.38462H22.3846C22.7539 7.38462 23.0769 7.06154 23.0769 6.69231V5.30769ZM3.69231 11.7692C3.69231 11.4 3.36923 11.0769 3 11.0769H1.61539C1.24616 11.0769 0.92308 11.4 0.92308 11.7692V13.1538C0.92308 13.5231 1.24616 13.8462 1.61539 13.8462H3C3.36923 13.8462 3.69231 13.5231 3.69231 13.1538V11.7692ZM21.2308 11.7692C21.2308 11.4 20.9077 11.0769 20.5385 11.0769H6.23077C5.86154 11.0769 5.53847 11.4 5.53847 11.7692V13.1538C5.53847 13.5231 5.86154 13.8462 6.23077 13.8462H20.5385C20.9077 13.8462 21.2308 13.5231 21.2308 13.1538V11.7692ZM3.69231 18.2308C3.69231 17.8615 3.36923 17.5385 3 17.5385H1.61539C1.24616 17.5385 0.92308 17.8615 0.92308 18.2308V19.6154C0.92308 19.9846 1.24616 20.3077 1.61539 20.3077H3C3.36923 20.3077 3.69231 19.9846 3.69231 19.6154V18.2308ZM23.0769 18.2308C23.0769 17.8615 22.7539 17.5385 22.3846 17.5385H6.23077C5.86154 17.5385 5.53847 17.8615 5.53847 18.2308V19.6154C5.53847 19.9846 5.86154 20.3077 6.23077 20.3077H22.3846C22.7539 20.3077 23.0769 19.9846 23.0769 19.6154V18.2308Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-listen\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.4923 14.4C23.4923 7.75385 18.4615 2.30769 12.2308 2.30769C5.99999 2.30769 0.923065 7.75385 0.923065 14.4C0.923065 15.9692 1.19999 17.5385 1.75383 19.0154C2.39999 20.8154 4.01537 22.1077 5.95383 22.1538C6.50768 22.1538 6.96922 21.6923 6.96922 21.1385V15.3692C6.96922 14.8154 6.50768 14.3538 5.95383 14.3538C4.93845 14.3538 3.96922 14.7231 3.23076 15.2769C3.1846 14.9538 3.1846 14.6769 3.1846 14.3538C3.1846 8.90769 7.24614 4.52308 12.2308 4.52308C17.2154 4.52308 21.2769 8.95385 21.2769 14.3538C21.2769 14.6769 21.2769 15 21.2308 15.2769C20.4923 14.6769 19.5692 14.3077 18.5077 14.3077C17.9538 14.3077 17.4923 14.7692 17.4923 15.3231V21.0462C17.4923 21.6 17.9538 22.0615 18.5077 22.0615C19.6154 22.0615 20.7692 21.6462 21.5077 20.8154C22.2923 19.9846 22.6615 19.0615 22.9846 17.9538C23.3077 16.8462 23.4923 15.6462 23.4923 14.4Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-live-message\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2308 0.923077H10.1538C9.13845 0.923077 8.30768 1.75385 8.30768 2.76923V2.81538C9.96922 3 11.4923 3.6 12.7385 4.56923H19.5692C19.9384 4.56923 20.3077 4.93846 20.3077 5.30769V17.7692C20.3077 18.1385 19.9384 18.4154 19.5692 18.4154H11.7231C11.3538 18.4154 11.0769 18.1385 11.0769 17.7692V17.7231C11.0769 17.6769 11.0308 17.5846 10.9846 17.5846C10.2 17.9538 9.32306 18.1846 8.44614 18.2769C8.35383 18.3692 8.30768 18.4615 8.30768 18.6923V21.1846C8.30768 22.2 9.0923 23.0308 10.1077 23.0308H21.1846C22.2 23.0308 23.0769 22.2 23.0769 21.1846V2.76923C23.0769 1.75385 22.2461 0.923077 21.2308 0.923077ZM15.6923 22.1538C14.9077 22.1538 14.3077 21.5538 14.3077 20.7692C14.3077 19.9846 14.9077 19.3846 15.6923 19.3846C16.4769 19.3846 17.0769 19.9846 17.0769 20.7692C17.0769 21.5538 16.4769 22.1538 15.6923 22.1538ZM0.923065 10.5692C0.923065 13.8462 3.83076 16.4769 7.33845 16.5231C8.5846 16.5231 9.73845 16.2 10.7077 15.6462C10.8923 15.5538 11.0308 15.5538 11.1692 15.6L13.4769 16.4769C13.7077 16.5231 13.8923 16.3385 13.8461 16.1077L13.0154 13.8C12.9692 13.6154 12.9692 13.4769 13.0615 13.3385C13.5692 12.4615 13.8461 11.4923 13.8461 10.4769C13.8461 7.24615 10.9846 4.61538 7.3846 4.61538C3.83076 4.61538 0.969219 7.24615 0.923065 10.5692Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-location\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.5231 4.37933L15.8769 1.05625C15.5538 0.917789 15.1846 0.917789 14.9077 1.05625L8.76922 4.14856L2.5846 1.05625C2.21537 0.871635 1.75383 0.871635 1.43076 1.1024C1.10768 1.28702 0.923065 1.65625 0.923065 2.02548V18.6409C0.923065 19.0562 1.15383 19.4255 1.52307 19.6101L8.16922 22.9332C8.4923 23.0716 8.86153 23.0716 9.13845 22.9332L15.3231 19.8409L21.4615 22.9332C21.6 23.0255 21.7846 23.0716 21.9692 23.0716C22.1538 23.0716 22.3846 23.0255 22.5692 22.887C22.8923 22.7024 23.0769 22.3332 23.0769 21.9639V5.34856C23.0769 4.93317 22.8923 4.56394 22.5231 4.37933ZM20.7692 6.5024V15.2716C20.7692 15.7793 20.3077 16.1486 19.8461 15.9639C18.1384 15.3178 19.5231 12.4562 18.2769 10.887C17.1231 9.45625 15.6461 10.9332 14.2154 8.67164C12.8769 6.5024 14.6769 4.93317 16.3384 4.1024C16.5692 4.0101 16.8 4.0101 16.9846 4.1024L20.4 5.8101C20.6769 5.94856 20.7692 6.22548 20.7692 6.5024ZM11.4923 19.3332C11.2154 19.4716 10.8923 19.4255 10.6615 19.2409C10.2 18.8255 9.83076 18.1793 9.83076 17.5332C9.83076 16.4255 7.9846 16.7947 7.9846 14.5793C7.9846 12.7793 5.86153 12.3178 4.06153 12.5024C3.59999 12.5486 3.27691 12.2255 3.27691 11.7639V5.02548C3.27691 4.47164 3.83076 4.1024 4.2923 4.37933L8.26153 6.36394C8.30768 6.36394 8.35383 6.4101 8.35383 6.4101L8.4923 6.5024C10.1538 7.47163 9.83076 8.25625 9.13845 9.45625C8.35383 10.7947 8.03076 9.45625 6.92307 9.08702C5.81537 8.71779 4.70768 9.45625 5.07691 10.1947C5.44614 10.9332 6.55383 10.1947 7.2923 10.9332C8.03076 11.6716 8.03076 12.7793 10.2461 12.0409C12.4615 11.3024 12.8308 11.6716 13.5692 12.4101C14.3077 13.1486 14.6769 14.6255 13.5692 15.7332C12.9231 16.3793 12.6461 17.7639 12.3692 18.687C12.3231 18.8716 12.1846 19.0562 12 19.1486L11.4923 19.3332Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-lock\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.07692 8.77647H6.92307C7.2 8.77647 7.38461 8.63801 7.38461 8.36109V8.31493C7.38461 5.68416 9.64615 3.51493 12.3231 3.69955C14.7692 3.88416 16.6154 6.00724 16.6154 8.49955V8.36109C16.6154 8.63801 16.8 8.77647 17.0769 8.77647H18.9231C19.2 8.77647 19.3846 8.63801 19.3846 8.36109V8.31493C19.3846 4.11493 15.8769 0.745703 11.6308 0.930318C7.70769 1.11493 4.70769 4.43801 4.61538 8.36109C4.66153 8.59186 4.84615 8.77647 5.07692 8.77647ZM4.61538 8.36109V8.5457V8.36109ZM21.2308 12.4688C21.2308 11.4534 20.4 10.6226 19.3846 10.6226H4.61538C3.6 10.6226 2.76923 11.4534 2.76923 12.4688V21.238C2.76923 22.2534 3.6 23.0842 4.61538 23.0842H19.3846C20.4 23.0842 21.2308 22.2534 21.2308 21.238V12.4688ZM14.1231 19.7149C14.2154 19.9919 13.9846 20.3149 13.6615 20.3149H10.2923C9.96923 20.3149 9.78461 20.038 9.83077 19.7149L10.6615 16.9457C9.96923 16.4842 9.55384 15.6534 9.6923 14.7303C9.87692 13.8534 10.5692 13.1611 11.4923 12.9765C12.9692 12.6995 14.2615 13.7611 14.2615 15.1457C14.2615 15.8842 13.8923 16.5765 13.2923 16.9457L14.1231 19.7149Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-locker-service-api-viewer\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.3077 17.7692C8.3077 18.1385 8.63077 18.4615 9 18.4615H10.2C10.1538 18.1385 10.1538 17.8615 10.1538 17.5385C10.1538 16.8923 10.2462 16.2923 10.3846 15.6923H9C8.63077 15.6923 8.3077 16.0154 8.3077 16.3846V17.7692ZM13.1538 6.46154H9C8.63077 6.46154 8.3077 6.78461 8.3077 7.15385V8.53846C8.3077 8.90769 8.63077 9.23077 9 9.23077H13.1538C13.5231 9.23077 13.8462 8.90769 13.8462 8.53846V7.15385C13.8462 6.78461 13.5231 6.46154 13.1538 6.46154ZM1.61539 4.61538H20.5385C20.9077 4.61538 21.2308 4.29231 21.2308 3.92308V1.61538C21.2308 1.24615 20.9077 0.923077 20.5385 0.923077H1.61539C1.24616 0.923077 0.92308 1.24615 0.92308 1.61538V3.92308C0.92308 4.29231 1.24616 4.61538 1.61539 4.61538ZM20.5385 9.23077C20.9077 9.23077 21.2308 8.90769 21.2308 8.53846V7.15385C21.2308 6.78461 20.9077 6.46154 20.5385 6.46154H16.3846C16.0154 6.46154 15.6923 6.78461 15.6923 7.15385V8.53846C15.6923 8.90769 16.0154 9.23077 16.3846 9.23077H20.5385ZM8.3077 13.1538C8.3077 13.5231 8.63077 13.8462 9 13.8462H11.1231C11.7231 12.7846 12.6 11.9077 13.6154 11.2615C13.4769 11.1231 13.3385 11.0769 13.1538 11.0769H9C8.63077 11.0769 8.3077 11.4 8.3077 11.7692V13.1538ZM5.76923 6.46154H1.61539C1.24616 6.46154 0.92308 6.78461 0.92308 7.15385V8.53846C0.92308 8.90769 1.24616 9.23077 1.61539 9.23077H5.76923C6.13846 9.23077 6.46154 8.90769 6.46154 8.53846V7.15385C6.46154 6.78461 6.13846 6.46154 5.76923 6.46154ZM10.6615 20.3077H9C8.63077 20.3077 8.3077 20.6308 8.3077 21V22.3846C8.3077 22.7538 8.63077 23.0769 9 23.0769H12.6462C11.7692 22.3385 11.1231 21.3692 10.6615 20.3077ZM5.76923 15.6923H1.61539C1.24616 15.6923 0.92308 16.0154 0.92308 16.3846V17.7692C0.92308 18.1385 1.24616 18.4615 1.61539 18.4615H5.76923C6.13846 18.4615 6.46154 18.1385 6.46154 17.7692V16.3846C6.46154 16.0154 6.13846 15.6923 5.76923 15.6923ZM5.76923 20.3077H1.61539C1.24616 20.3077 0.92308 20.6308 0.92308 21V22.3846C0.92308 22.7538 1.24616 23.0769 1.61539 23.0769H5.76923C6.13846 23.0769 6.46154 22.7538 6.46154 22.3846V21C6.46154 20.6308 6.13846 20.3077 5.76923 20.3077ZM5.76923 11.0769H1.61539C1.24616 11.0769 0.92308 11.4 0.92308 11.7692V13.1538C0.92308 13.5231 1.24616 13.8462 1.61539 13.8462H5.76923C6.13846 13.8462 6.46154 13.5231 6.46154 13.1538V11.7692C6.46154 11.4 6.13846 11.0769 5.76923 11.0769ZM17.4923 12.0462C14.4462 12.0462 11.9538 14.5385 11.9538 17.5846C11.9538 20.6308 14.4462 23.1231 17.4923 23.1231C20.5385 23.1231 23.0308 20.6308 23.0308 17.5846C23.0308 14.5385 20.5385 12.0462 17.4923 12.0462ZM21.1385 15.9692L16.7077 20.4462C16.6154 20.5385 16.4769 20.5385 16.3846 20.4462L13.8 17.8615C13.7077 17.7692 13.7077 17.6308 13.8 17.5385L14.7692 16.5692C14.8615 16.4769 15 16.4769 15.0923 16.5692L16.4308 17.9077C16.4769 17.9538 16.6154 17.9538 16.6615 17.9077L19.8462 14.6769C19.9385 14.5846 20.0769 14.5846 20.1692 14.6769L21.1385 15.6462C21.2769 15.7385 21.2769 15.8769 21.1385 15.9692Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-locker-service-console\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.99 4.22308C21.5746 3.20769 21.0669 2.28461 20.4669 1.40769C20.19 1.03846 19.6823 0.992307 19.4054 1.31538C18.5285 2.14615 17.2823 2.60769 15.99 2.60769C14.6054 2.60769 13.3592 2.05385 12.4361 1.13077C12.1592 0.853846 11.6977 0.853846 11.4208 1.13077C10.4977 2.05385 9.25153 2.60769 7.86691 2.60769C6.57461 2.60769 5.37461 2.14615 4.45153 1.31538C4.12845 1.03846 3.62076 1.08462 3.38999 1.40769C2.78999 2.23846 2.2823 3.20769 1.86691 4.22308C1.86691 4.22308 0.759221 6.48461 0.943836 10.2231V10.5923C0.943836 10.7769 0.98999 10.9615 0.98999 11.1462V11.1923C1.63614 17.3769 6.20538 22.3154 11.9746 23.1C17.79 22.2692 22.3131 17.3308 22.9592 11.1462V11.0077C22.9592 10.9154 22.9592 10.7769 23.0054 10.6385C23.3285 6.66923 21.99 4.22308 21.99 4.22308ZM18.8515 8.97692L11.19 16.7769C11.0054 16.9615 10.7746 16.9615 10.59 16.7769L6.11307 12.2538C5.92845 12.0692 5.92845 11.8385 6.11307 11.6538L6.71307 11.0538C6.89768 10.8692 7.12845 10.8692 7.31307 11.0538L10.6823 14.4692C10.7746 14.5615 10.9592 14.5615 11.0977 14.4692L17.6977 7.82308C17.8823 7.63846 18.1131 7.63846 18.2977 7.82308L18.8977 8.42308C19.0361 8.56154 19.0361 8.83846 18.8515 8.97692Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-log-a-call\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.8462 0.923077H6.23077C5.03077 0.923077 4.01538 2.03077 4.01538 3.13846V3.87692H3.27692C2.49231 3.87692 1.84615 4.52308 1.84615 5.35385C1.84615 6.18462 2.49231 6.83077 3.27692 6.83077H4.01538V10.5231H3.27692C2.49231 10.5231 1.84615 11.1692 1.84615 12C1.84615 12.8308 2.49231 13.4769 3.27692 13.4769H4.01538V17.1692H3.27692C2.49231 17.1692 1.84615 17.8154 1.84615 18.6462C1.84615 19.4769 2.49231 20.1231 3.27692 20.1231H4.01538V20.8615C4.01538 21.9692 5.03077 23.0769 6.23077 23.0769H19.8462C21.0462 23.0769 22.1538 21.9692 22.1538 20.7692V3.04615C22.1538 1.8 21.0462 0.923077 19.8462 0.923077V0.923077ZM18.5538 15.7846L17.5385 16.8462C17.3077 17.0769 16.9846 17.2154 16.7077 17.1692C14.3077 17.0308 12.0923 15.9231 10.4769 14.3077C8.86154 12.6923 7.8 10.3846 7.66154 7.93846C7.66154 7.61538 7.75385 7.29231 7.98461 7.10769L9 6.09231C9.46154 5.63077 10.2462 5.63077 10.6615 6.18462L11.5846 7.38461C11.9077 7.8 11.9077 8.35385 11.6308 8.76923L10.8462 9.92308C10.7538 10.0615 10.7538 10.2923 10.8923 10.3846L12.5538 12.2769L14.4 13.9846C14.5385 14.1231 14.7231 14.1231 14.8615 14.0308L15.9692 13.2C16.3846 12.9231 16.9385 12.9231 17.3538 13.2462L18.5077 14.2154C19.0154 14.4923 19.0154 15.3231 18.5538 15.7846Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-lower-flag\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.04615 0.923077H1.66154C1.29231 0.923077 0.969231 1.24615 0.969231 1.61538V22.3846C0.969231 22.7538 1.29231 23.0769 1.66154 23.0769H3.04615C3.41538 23.0769 3.73846 22.7538 3.73846 22.3846V1.61538C3.73846 1.24615 3.41538 0.923077 3.04615 0.923077ZM18.7385 11.3538C19.9846 11.3538 21.1385 11.6769 22.2 12.2308V3.04615C22.2 2.72308 21.8308 2.49231 21.5077 2.67692C14.1231 6.55385 14.9538 -1.38462 6.04615 1.70769C5.76923 1.8 5.58462 2.07692 5.58462 2.35385V13.1077C5.58462 13.4308 5.90769 13.6615 6.18462 13.5231C9.73846 12.3231 11.6769 12.9231 13.2923 13.8C14.6308 12.2769 16.5692 11.3538 18.7385 11.3538ZM14.6769 15.9692L17.4462 18.7385L14.6769 21.5077C14.4 21.7846 14.4 22.2462 14.6769 22.4769L15 22.8C15.2769 23.0769 15.7385 23.0769 15.9692 22.8L18.7385 20.0308L21.5077 22.8C21.7846 23.0769 22.2462 23.0769 22.4769 22.8L22.8 22.4769C23.0769 22.2 23.0769 21.7385 22.8 21.5077L20.0308 18.7385L22.8 15.9692C23.0769 15.6923 23.0769 15.2308 22.8 15L22.4769 14.6769C22.2 14.4 21.7385 14.4 21.5077 14.6769L18.7385 17.4462L15.9692 14.6769C15.6923 14.4 15.2308 14.4 15 14.6769L14.6769 15C14.4 15.2308 14.4 15.6923 14.6769 15.9692Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-magicwand\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4 18.3692C17.3077 18.5538 17.1231 18.6 16.9385 18.6H14.7692C14.5846 18.6 14.4462 18.4615 14.4462 18.2769C14.4462 18.2308 14.4923 18.1385 14.4923 18.0923L14.5385 18.0462L14.6308 17.9538L19.3846 12.1846C19.5231 12 19.5692 11.7231 19.4769 11.5385C19.4769 11.4923 19.4308 11.4462 19.4308 11.4462L14.4923 5.58462C14.4462 5.53846 14.4462 5.44615 14.4462 5.4C14.4462 5.21538 14.6308 5.07692 14.7692 5.07692H16.9385C17.1231 5.07692 17.3077 5.12308 17.4 5.30769L22.5231 11.4923C22.6154 11.5846 22.6154 11.7231 22.6154 11.8154C22.6154 11.9538 22.5692 12.0923 22.5231 12.1846L17.4 18.3692ZM12.0462 18.3692C11.9538 18.5538 11.7692 18.6 11.5846 18.6H9.41538C9.23077 18.6 9.09231 18.4615 9.09231 18.2769C9.09231 18.2308 9.13846 18.1385 9.13846 18.0923L9.18462 18.0462L9.27692 17.9538L14.0308 12.1846C14.1692 12 14.2154 11.7231 14.1231 11.5385C14.1231 11.4923 14.0769 11.4462 14.0769 11.4462L9.13846 5.58462C9.09231 5.53846 9.09231 5.44615 9.09231 5.4C9.09231 5.21538 9.27692 5.07692 9.41538 5.07692H11.5846C11.7692 5.07692 11.9538 5.12308 12.0462 5.30769L17.1692 11.4923C17.2615 11.5846 17.2615 11.7231 17.2615 11.8154C17.2615 11.9538 17.2154 12.0923 17.1692 12.1846L12.0462 18.3692ZM6.69231 18.3692C6.6 18.5538 6.41538 18.6 6.23077 18.6H2.16923C1.98461 18.6 1.84615 18.4615 1.84615 18.2769C1.84615 18.2308 1.89231 18.1385 1.89231 18.0923L1.93846 18.0462L2.03077 17.9538L6.78461 12.1846C6.92308 12 6.96923 11.7231 6.87692 11.5385C6.87692 11.4923 6.83077 11.4462 6.83077 11.4462L1.89231 5.58462C1.84615 5.53846 1.84615 5.44615 1.84615 5.4C1.84615 5.21538 2.03077 5.07692 2.16923 5.07692H6.18461C6.36923 5.07692 6.55384 5.12308 6.64615 5.30769L11.7692 11.4923C11.8615 11.5846 11.8615 11.7231 11.8615 11.8154C11.8615 11.9538 11.8154 12.0923 11.7692 12.1846L6.69231 18.3692Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-mark-all-as-read\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.1115 2.80385L10.3269 2.01923C10.0962 1.78846 9.77308 1.78846 9.54231 2.01923L4.65 6.86538L2.66539 4.92692C2.43462 4.69615 2.11154 4.69615 1.88077 4.92692L1.09616 5.71154C0.865388 5.94231 0.865388 6.26538 1.09616 6.49615L3.81923 9.21923C4.05 9.45 4.32693 9.54231 4.60385 9.54231C4.88077 9.54231 5.1577 9.45 5.38847 9.21923L11.1115 3.58846C11.2962 3.40385 11.2962 3.03461 11.1115 2.80385ZM22.3731 8.06538H12.7269C12.3115 8.06538 11.9885 7.74231 11.9885 7.32692V5.85C11.9885 5.43461 12.3115 5.11154 12.7269 5.11154H22.3731C22.7885 5.11154 23.1115 5.43461 23.1115 5.85V7.32692C23.1115 7.74231 22.7885 8.06538 22.3731 8.06538ZM22.3731 14.6654H4.5577C4.14231 14.6654 3.81923 14.3423 3.81923 13.9269V12.45C3.81923 12.0346 4.14231 11.7115 4.5577 11.7115H22.3731C22.7885 11.7115 23.1115 12.0346 23.1115 12.45V13.9269C23.1115 14.3423 22.7885 14.6654 22.3731 14.6654ZM22.3731 21.2654H4.5577C4.14231 21.2654 3.81923 20.9423 3.81923 20.5269V19.05C3.81923 18.6346 4.14231 18.3115 4.5577 18.3115H22.3731C22.7885 18.3115 23.1115 18.6346 23.1115 19.05V20.5269C23.1115 20.9423 22.7885 21.2654 22.3731 21.2654Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-matrix\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.1539 1.61538C22.1539 1.24615 21.8308 0.923077 21.4615 0.923077H7.15385C6.78462 0.923077 6.46154 1.24615 6.46154 1.61538V3.92308C6.46154 4.29231 6.78462 4.61538 7.15385 4.61538H21.4615C21.8308 4.61538 22.1539 4.29231 22.1539 3.92308V1.61538ZM4.61539 7.15385C4.61539 6.78461 4.29231 6.46154 3.92308 6.46154H2.53847C2.16924 6.46154 1.84616 6.78461 1.84616 7.15385V13.1538C1.84616 13.5231 2.16924 13.8462 2.53847 13.8462H3.92308C4.29231 13.8462 4.61539 13.5231 4.61539 13.1538V7.15385ZM4.61539 16.3846C4.61539 16.0154 4.29231 15.6923 3.92308 15.6923H2.53847C2.16924 15.6923 1.84616 16.0154 1.84616 16.3846V22.3846C1.84616 22.7538 2.16924 23.0769 2.53847 23.0769H3.92308C4.29231 23.0769 4.61539 22.7538 4.61539 22.3846V16.3846ZM13.3846 7.15385C13.3846 6.78461 13.0615 6.46154 12.6923 6.46154H7.15385C6.78462 6.46154 6.46154 6.78461 6.46154 7.15385V8.53846C6.46154 8.90769 6.78462 9.23077 7.15385 9.23077H12.6923C13.0615 9.23077 13.3846 8.90769 13.3846 8.53846V7.15385ZM22.1539 7.15385C22.1539 6.78461 21.8308 6.46154 21.4615 6.46154H15.9231C15.5539 6.46154 15.2308 6.78461 15.2308 7.15385V8.53846C15.2308 8.90769 15.5539 9.23077 15.9231 9.23077H21.4615C21.8308 9.23077 22.1539 8.90769 22.1539 8.53846V7.15385ZM13.3846 11.7692C13.3846 11.4 13.0615 11.0769 12.6923 11.0769H7.15385C6.78462 11.0769 6.46154 11.4 6.46154 11.7692V13.1538C6.46154 13.5231 6.78462 13.8462 7.15385 13.8462H12.6923C13.0615 13.8462 13.3846 13.5231 13.3846 13.1538V11.7692ZM22.1539 11.7692C22.1539 11.4 21.8308 11.0769 21.4615 11.0769H15.9231C15.5539 11.0769 15.2308 11.4 15.2308 11.7692V13.1538C15.2308 13.5231 15.5539 13.8462 15.9231 13.8462H21.4615C21.8308 13.8462 22.1539 13.5231 22.1539 13.1538V11.7692ZM13.3846 16.3846C13.3846 16.0154 13.0615 15.6923 12.6923 15.6923H7.15385C6.78462 15.6923 6.46154 16.0154 6.46154 16.3846V17.7692C6.46154 18.1385 6.78462 18.4615 7.15385 18.4615H12.6923C13.0615 18.4615 13.3846 18.1385 13.3846 17.7692V16.3846ZM22.1539 16.3846C22.1539 16.0154 21.8308 15.6923 21.4615 15.6923H15.9231C15.5539 15.6923 15.2308 16.0154 15.2308 16.3846V17.7692C15.2308 18.1385 15.5539 18.4615 15.9231 18.4615H21.4615C21.8308 18.4615 22.1539 18.1385 22.1539 17.7692V16.3846ZM13.3846 21C13.3846 20.6308 13.0615 20.3077 12.6923 20.3077H7.15385C6.78462 20.3077 6.46154 20.6308 6.46154 21V22.3846C6.46154 22.7538 6.78462 23.0769 7.15385 23.0769H12.6923C13.0615 23.0769 13.3846 22.7538 13.3846 22.3846V21ZM22.1539 21C22.1539 20.6308 21.8308 20.3077 21.4615 20.3077H15.9231C15.5539 20.3077 15.2308 20.6308 15.2308 21V22.3846C15.2308 22.7538 15.5539 23.0769 15.9231 23.0769H21.4615C21.8308 23.0769 22.1539 22.7538 22.1539 22.3846V21Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-merge-field\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M7.42477 4.24579L7.50982 4.25282C7.75949 4.29443 7.95454 4.51549 7.95454 4.77556C7.95454 5.06452 7.71374 5.30532 7.42477 5.30532H7.08765C5.9318 5.30532 5.54651 5.93141 5.54651 6.99094C5.54651 7.47255 5.59467 7.90599 5.69099 8.3876C5.78731 8.8692 5.83547 9.35081 5.83547 9.88057C5.83547 11.1327 5.30571 11.7588 4.43882 11.9996L4.57287 12.0341C5.36001 12.2649 5.83547 12.9324 5.83547 14.1187C5.83547 14.6485 5.78731 15.1301 5.69099 15.6117C5.59467 16.0933 5.54651 16.5267 5.54651 17.0083C5.54651 18.0679 5.97996 18.694 7.08765 18.694H7.42477L7.51911 18.7026C7.76487 18.7481 7.95989 18.9669 8.0027 19.2237C8.0027 19.5127 7.7619 19.7535 7.47293 19.7535H5.64283C4.00537 19.7535 2.80136 19.0792 2.80136 17.1047C2.80136 16.5749 2.89768 16.0451 2.94584 15.5154C2.994 14.9856 3.09032 14.4558 3.09032 13.9261C3.09032 13.3963 2.94584 12.6739 1.88631 12.5294H1.78999C1.50103 12.4812 1.26022 12.2886 1.26022 11.9996C1.26022 11.7107 1.50103 11.4699 1.78999 11.4699H1.83815C2.89768 11.3736 3.04216 10.6993 3.04216 10.0732C3.04216 9.54345 2.994 8.96553 2.89768 8.43576C2.84952 7.85783 2.7532 7.32807 2.7532 6.7983C2.7532 5.01636 3.95721 4.24579 5.59467 4.24579H7.42477ZM18.4054 4.24579C20.0428 4.24579 21.2468 5.01636 21.2468 6.7983C21.2468 7.32807 21.1505 7.85783 21.1024 8.43576C21.006 8.96553 20.9579 9.54345 20.9579 10.0732C20.9579 10.6993 21.1024 11.3736 22.1619 11.4699H22.2101C22.499 11.4699 22.7398 11.7107 22.7398 11.9996C22.7398 12.2886 22.499 12.4812 22.2101 12.5294H22.1137C21.0542 12.6739 20.9097 13.3963 20.9097 13.9261C20.9097 14.4558 21.006 14.9856 21.0542 15.5154C21.1024 16.0451 21.1987 16.5749 21.1987 17.1047C21.1987 19.0792 19.9947 19.7535 18.3572 19.7535H16.5271C16.2382 19.7535 15.9973 19.5127 15.9973 19.2237C16.0402 18.9669 16.2352 18.7481 16.4809 18.7026L16.5753 18.694H16.9124C18.0201 18.694 18.4535 18.0679 18.4535 17.0083C18.4535 16.5267 18.4054 16.0933 18.3091 15.6117C18.2127 15.1301 18.1646 14.6485 18.1646 14.1187C18.1646 12.9324 18.64 12.2649 19.4272 12.0341L19.5612 11.9996C18.6943 11.7588 18.1646 11.1327 18.1646 9.88057C18.1646 9.35081 18.2127 8.8692 18.3091 8.3876C18.4054 7.90599 18.4535 7.47255 18.4535 6.99094C18.4535 5.93141 18.0683 5.30532 16.9124 5.30532H16.5753C16.2863 5.30532 16.0455 5.06452 16.0455 4.77556C16.0455 4.51549 16.2406 4.29443 16.4902 4.25282L16.5753 4.24579H18.4054Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-metrics\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.7231 0.923077H3.27691C1.9846 0.923077 0.923065 1.98462 0.923065 3.27692V20.6769C0.923065 22.0154 1.9846 23.0769 3.27691 23.0769H20.6769C21.9692 23.0769 23.0308 22.0154 23.0308 20.7231V3.27692C23.0769 1.98462 22.0154 0.923077 20.7231 0.923077V0.923077ZM7.24614 18.3231C7.24614 18.7385 6.87691 19.1077 6.46153 19.1077H5.67691C5.26153 19.1077 4.8923 18.7385 4.8923 18.3231V13.9846C4.8923 13.5692 5.26153 13.2 5.67691 13.2H6.46153C6.87691 13.2 7.24614 13.5692 7.24614 13.9846V18.3231ZM11.2154 18.3231C11.2154 18.7385 10.8461 19.1077 10.4308 19.1077H9.64614C9.23076 19.1077 8.86153 18.7385 8.86153 18.3231V8.03077C8.86153 7.61538 9.23076 7.24615 9.64614 7.24615H10.4308C10.8461 7.24615 11.2154 7.61538 11.2154 8.03077V18.3231ZM15.1846 18.3231C15.1846 18.7385 14.8154 19.1077 14.4 19.1077H13.6154C13.2 19.1077 12.8308 18.7385 12.8308 18.3231V5.67692C12.8308 5.26154 13.2 4.89231 13.6154 4.89231H14.4C14.8154 4.89231 15.1846 5.26154 15.1846 5.67692V18.3231ZM19.1077 18.3231C19.1077 18.7385 18.7385 19.1077 18.3231 19.1077H17.5385C17.1231 19.1077 16.7538 18.7385 16.7538 18.3231V10.8C16.7538 10.3846 17.1231 10.0154 17.5385 10.0154H18.3231C18.7385 10.0154 19.1077 10.3846 19.1077 10.8V18.3231Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-missed-call\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.0228 18.3231C16.3458 18.3231 16.5766 18.5538 16.6689 18.8308L17.0382 21.3231C17.1305 22.0154 17.6843 22.5231 18.3766 22.6154L21.3766 22.9385C22.2997 23.0308 23.0843 22.3385 23.0843 21.4154V18.5538C23.0843 18.0923 22.8997 17.7231 22.5766 17.4C19.6228 14.7231 15.6997 13.3385 11.9612 13.3385C8.22277 13.3385 4.29969 14.7231 1.34585 17.4C1.06893 17.6769 0.930464 18.1385 0.930464 18.5538V21.4154C0.838156 22.3385 1.62277 23.0769 2.54585 22.9385L5.54585 22.6154C6.23816 22.5231 6.792 22.0154 6.88431 21.3231L7.25354 18.8308C7.29969 18.5077 7.57662 18.3231 7.89969 18.3231C7.89969 18.3231 11.7766 18 16.0228 18.3231ZM18.3305 5.53846C18.5612 5.30769 18.9766 5.49231 18.9766 5.81539V8.90769C18.9766 9.23077 19.2074 9.46154 19.5305 9.46154H20.6843C21.0074 9.46154 21.2382 9.23077 21.2382 8.90769L21.2843 1.47692C21.2843 1.15385 21.0535 0.923077 20.7305 0.923077H13.3458C13.0228 0.923077 12.792 1.15385 12.792 1.47692V2.63077C12.792 2.95385 13.0228 3.18462 13.3458 3.18462H16.4382C16.7612 3.18462 16.9458 3.6 16.7151 3.83077L12.3766 8.16923C12.2382 8.30769 11.9612 8.30769 11.7766 8.16923L4.66893 1.10769C4.43816 0.876923 4.06893 0.876923 3.83816 1.10769L2.96123 1.93846C2.73046 2.16923 2.73046 2.53846 2.96123 2.81538L11.6382 11.5385C11.8689 11.8154 12.2382 11.8154 12.5151 11.5385L18.3305 5.53846Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-money\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.8923 12.0462C13.8923 10.9846 14.5385 10.0615 15.4154 9.6C15.2769 7.8 13.8 6.41538 11.9538 6.41538C10.0615 6.41538 8.49231 7.98462 8.49231 9.87692C8.49231 11.7692 10.0615 13.3385 11.9538 13.3385C12.6462 13.3385 13.3385 13.1077 13.8462 12.7385V12.0462H13.8923ZM13.8923 16.8V15.9231C13.8923 15.6 13.9385 15.3231 14.0308 15.0462H5.9077C5.9077 13.7077 4.84616 12.6 3.46154 12.6V7.43077C4.8 7.43077 5.9077 6.36923 5.9077 4.98462H18.0462C18.0462 6.32308 19.1077 7.43077 20.4923 7.43077V9.27692H22.2462C22.5692 9.27692 22.8462 9.32308 23.1231 9.41538V4.47692C23.1231 3.32308 22.2 2.4 21.0462 2.4H3C1.84616 2.4 0.92308 3.32308 0.92308 4.47692V15.6462C0.92308 16.8 1.84616 17.7231 3 17.7231H14.0769C13.9846 17.4462 13.8923 17.1231 13.8923 16.8ZM23.0769 20.7231C23.0769 21.1846 22.6154 21.6 22.1538 21.6H16.6154C16.1538 21.6 15.7385 21.1846 15.7385 20.7231V19.8462C15.7385 19.3846 16.1538 18.9692 16.6154 18.9692H22.2C22.6615 18.9692 23.0769 19.3846 23.0769 19.8462V20.7231ZM23.0769 16.8462C23.0769 17.3077 22.6154 17.7231 22.1538 17.7231H16.6154C16.1538 17.7231 15.7385 17.3077 15.7385 16.8462V15.9692C15.7385 15.5077 16.1538 15.0923 16.6154 15.0923H22.2C22.6615 15.0923 23.0769 15.5077 23.0769 15.9692V16.8462ZM23.0769 12.9231C23.0769 13.3846 22.6154 13.8 22.1538 13.8H16.6154C16.1538 13.8 15.7385 13.3846 15.7385 12.9231V12.0462C15.7385 11.5846 16.1538 11.1692 16.6154 11.1692H22.2C22.6615 11.1692 23.0769 11.5846 23.0769 12.0462V12.9231Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-moneybag\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.92307 4.2C10.0154 4.47692 10.2923 4.61538 10.5692 4.61538H14.3077C14.5846 4.61538 14.8615 4.47692 14.9538 4.2L16.4308 1.47692C16.5231 1.2 16.3385 0.923077 16.0615 0.923077H8.86154C8.58461 0.923077 8.4 1.2 8.53846 1.43077L9.92307 4.2ZM14.6308 6.78462H10.2923C6.64615 6.78462 3.69231 9.78462 3.69231 13.4769V20.8615C3.69231 22.0615 4.66154 23.0769 5.90769 23.0769H19.0154C20.2154 23.0769 21.2308 22.0615 21.2308 20.8615V13.4769C21.2308 9.78462 18.2308 6.78462 14.6308 6.78462ZM13.5692 19.2462V20.4923C13.5692 20.7231 13.3385 20.8615 13.1077 20.8615H11.6308C11.4 20.8615 11.3538 20.7231 11.3538 20.4923V19.2923C10.2462 19.0615 9.32308 18.6 9.09231 18.3692C8.81538 18.0923 8.72308 17.8615 8.95385 17.5385L9.41538 16.8C9.50769 16.6154 9.73846 16.5231 9.96923 16.5231C10.1077 16.5231 10.2462 16.5692 10.3385 16.6154H10.3846C11.1231 17.0769 11.7692 17.2615 12.2308 17.2615C12.7385 17.2615 13.1538 16.9846 13.1538 16.7077C13.1538 16.4769 13.0154 16.1077 11.6308 15.6462C10.3846 15.1846 8.86154 14.4462 8.86154 12.7385C8.86154 11.7231 9.50769 10.5692 11.3538 10.2V9.09231C11.3538 8.86154 11.4462 8.72308 11.6308 8.72308H13.1077C13.3385 8.72308 13.5692 8.86154 13.5692 9.09231V10.1538C14.3077 10.3385 15.0923 10.7077 15.3692 10.8923C15.5077 10.9846 15.6 11.1692 15.6462 11.3538C15.6923 11.5385 15.6 11.7231 15.5077 11.8154L14.8615 12.4615C14.7231 12.6462 14.4462 12.7846 14.2615 12.7846C14.1692 12.7846 14.0308 12.7385 13.9385 12.6923C13.2 12.2769 12.6 12.0462 12.1846 12.0462C11.5846 12.0462 11.3077 12.3231 11.3077 12.5077C11.3077 12.7846 11.4462 13.0615 12.6923 13.5231C14.2154 14.0308 15.9231 14.8615 15.9231 16.6154C15.9692 17.8154 15 18.8769 13.5692 19.2462Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-monthlyview\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.92307 4.2C10.0154 4.47692 10.2923 4.61538 10.5692 4.61538H14.3077C14.5846 4.61538 14.8615 4.47692 14.9538 4.2L16.4308 1.47692C16.5231 1.2 16.3385 0.923077 16.0615 0.923077H8.86154C8.58461 0.923077 8.4 1.2 8.53846 1.43077L9.92307 4.2ZM14.6308 6.78462H10.2923C6.64615 6.78462 3.69231 9.78462 3.69231 13.4769V20.8615C3.69231 22.0615 4.66154 23.0769 5.90769 23.0769H19.0154C20.2154 23.0769 21.2308 22.0615 21.2308 20.8615V13.4769C21.2308 9.78462 18.2308 6.78462 14.6308 6.78462ZM13.5692 19.2462V20.4923C13.5692 20.7231 13.3385 20.8615 13.1077 20.8615H11.6308C11.4 20.8615 11.3538 20.7231 11.3538 20.4923V19.2923C10.2462 19.0615 9.32308 18.6 9.09231 18.3692C8.81538 18.0923 8.72308 17.8615 8.95385 17.5385L9.41538 16.8C9.50769 16.6154 9.73846 16.5231 9.96923 16.5231C10.1077 16.5231 10.2462 16.5692 10.3385 16.6154H10.3846C11.1231 17.0769 11.7692 17.2615 12.2308 17.2615C12.7385 17.2615 13.1538 16.9846 13.1538 16.7077C13.1538 16.4769 13.0154 16.1077 11.6308 15.6462C10.3846 15.1846 8.86154 14.4462 8.86154 12.7385C8.86154 11.7231 9.50769 10.5692 11.3538 10.2V9.09231C11.3538 8.86154 11.4462 8.72308 11.6308 8.72308H13.1077C13.3385 8.72308 13.5692 8.86154 13.5692 9.09231V10.1538C14.3077 10.3385 15.0923 10.7077 15.3692 10.8923C15.5077 10.9846 15.6 11.1692 15.6462 11.3538C15.6923 11.5385 15.6 11.7231 15.5077 11.8154L14.8615 12.4615C14.7231 12.6462 14.4462 12.7846 14.2615 12.7846C14.1692 12.7846 14.0308 12.7385 13.9385 12.6923C13.2 12.2769 12.6 12.0462 12.1846 12.0462C11.5846 12.0462 11.3077 12.3231 11.3077 12.5077C11.3077 12.7846 11.4462 13.0615 12.6923 13.5231C14.2154 14.0308 15.9231 14.8615 15.9231 16.6154C15.9692 17.8154 15 18.8769 13.5692 19.2462Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-multi-picklist\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.4923 0.923077H8.67692C7.47692 0.923077 6.46154 1.93846 6.46154 3.13846V3.50769C6.46154 3.73846 6.6 3.87692 6.83077 3.87692H17.5385C18.7385 3.87692 19.7538 4.89231 19.7538 6.09231V17.5385C19.7538 17.7692 19.8923 17.9077 20.1231 17.9077H20.4923C21.6923 17.9077 22.7077 16.8923 22.7077 15.6923V3.13846C22.7077 1.93846 21.6923 0.923077 20.4923 0.923077ZM15.3231 6.09231H3.50769C2.30769 6.09231 1.29231 7.10769 1.29231 8.30769V20.8615C1.29231 22.0615 2.30769 23.0769 3.50769 23.0769H15.3231C16.5231 23.0769 17.5385 22.0615 17.5385 20.8615V8.30769C17.5385 7.10769 16.5231 6.09231 15.3231 6.09231ZM6.46154 19.3846C6.46154 19.8 6.13846 20.1231 5.72308 20.1231H4.98462C4.56923 20.1231 4.24616 19.8 4.24616 19.3846V18.6462C4.24616 18.2308 4.56923 17.9077 4.98462 17.9077H5.72308C6.13846 17.9077 6.46154 18.2308 6.46154 18.6462V19.3846ZM6.46154 14.9538C6.46154 15.3692 6.13846 15.6923 5.72308 15.6923H4.98462C4.56923 15.6923 4.24616 15.3692 4.24616 14.9538V14.2154C4.24616 13.8 4.56923 13.4769 4.98462 13.4769H5.72308C6.13846 13.4769 6.46154 13.8 6.46154 14.2154V14.9538ZM6.46154 10.5231C6.46154 10.9385 6.13846 11.2615 5.72308 11.2615H4.98462C4.56923 11.2615 4.24616 10.9385 4.24616 10.5231V9.78462C4.24616 9.36923 4.56923 9.04615 4.98462 9.04615H5.72308C6.13846 9.04615 6.46154 9.36923 6.46154 9.78462V10.5231ZM14.5846 19.3846C14.5846 19.8 14.2615 20.1231 13.8462 20.1231H8.72308C8.30769 20.1231 7.98462 19.8 7.98462 19.3846V18.6462C7.98462 18.2308 8.30769 17.9077 8.72308 17.9077H13.8462C14.2615 17.9077 14.5846 18.2308 14.5846 18.6462V19.3846ZM14.5846 14.9538C14.5846 15.3692 14.2615 15.6923 13.8462 15.6923H8.72308C8.30769 15.6923 7.98462 15.3692 7.98462 14.9538V14.2154C7.98462 13.8 8.30769 13.4769 8.72308 13.4769H13.8462C14.2615 13.4769 14.5846 13.8 14.5846 14.2154V14.9538ZM14.5846 10.5231C14.5846 10.9385 14.2615 11.2615 13.8462 11.2615H8.72308C8.30769 11.2615 7.98462 10.9385 7.98462 10.5231V9.78462C7.98462 9.36923 8.30769 9.04615 8.72308 9.04615H13.8462C14.2615 9.04615 14.5846 9.36923 14.5846 9.78462V10.5231Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-multi-select-checkbox\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.3077 1.15385H8.76923C7.56923 1.15385 6.6 2.12308 6.6 3.32308V3.69231C6.6 3.92308 6.73846 4.06154 6.96923 4.06154H17.4462C18.6462 4.06154 19.6154 5.03077 19.6154 6.23077V17.4462C19.6154 17.6769 19.7538 17.8154 19.9846 17.8154H20.3077C21.5077 17.8154 22.4769 16.8462 22.4769 15.6462V3.32308C22.4769 2.12308 21.5077 1.15385 20.3077 1.15385ZM15.2308 6.23077H3.69231C2.49231 6.23077 1.52308 7.2 1.52308 8.4V20.6769C1.52308 21.8769 2.49231 22.8462 3.69231 22.8462H15.2308C16.4308 22.8462 17.4 21.8769 17.4 20.6769V8.4C17.4462 7.2 16.4308 6.23077 15.2308 6.23077ZM14.3077 12.3692L8.76923 17.9077C8.53846 18.1385 8.30769 18.2308 8.03077 18.2308C7.8 18.2308 7.47692 18.1385 7.29231 17.9077L4.61539 15.2308C4.38462 15 4.38462 14.6769 4.61539 14.4923L5.35385 13.7538C5.58462 13.5231 5.90769 13.5231 6.09231 13.7538L8.03077 15.6923L12.7846 10.9385C13.0154 10.7077 13.3385 10.7077 13.5231 10.9385L14.2615 11.6769C14.4923 11.8154 14.4923 12.1846 14.3077 12.3692Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-muted\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.7596 2.58462L21.7904 1.61538C21.5135 1.33846 21.0058 1.38462 20.6827 1.75385L16.0673 6.36923V4.56923C16.0673 2.53846 14.4519 0.923077 12.4212 0.923077H12.3288C10.2981 0.923077 8.68269 2.53846 8.68269 4.56923V11.2615C8.68269 11.9538 8.86731 12.6462 9.23654 13.2L7.62115 14.8154C6.83654 13.8462 6.375 12.6 6.375 11.2615V9.41538C6.375 8.76923 5.86731 8.30769 5.22115 8.30769C4.575 8.30769 4.06731 8.76923 4.06731 9.41538V11.2615C4.06731 13.2462 4.80577 15.0462 6.00577 16.4308L2.12885 20.3077C1.80577 20.6308 1.75961 21.1385 1.99038 21.4154L2.95961 22.3846C3.23654 22.6615 3.74423 22.6154 4.06731 22.2462L22.6212 3.69231C22.9904 3.36923 23.0365 2.86154 22.7596 2.58462ZM18.375 10.7077V11.2615C18.375 14.4923 15.6981 17.1692 12.375 17.1692H11.9596L10.1596 19.0615C10.5288 19.1538 10.9904 19.2462 11.4519 19.3385V20.7692H9.375C8.72885 20.7692 8.22115 21.2769 8.22115 21.9231C8.22115 22.5692 8.72885 23.0769 9.375 23.0769H15.4212C16.0673 23.0769 16.575 22.5692 16.575 21.9231C16.575 21.2769 16.0212 20.7692 15.375 20.7692H13.2981V19.2923C17.4519 18.7385 20.6827 15.3231 20.6827 11.2615V9.41538C20.6827 9.13846 20.5442 8.86154 20.4058 8.67692L18.375 10.7077Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-new\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.8346 4.14231C15.4962 -0.15 8.48077 -0.15 4.14231 4.14231C-0.15 8.48077 -0.15 15.4962 4.14231 19.8346C8.48077 24.1731 15.4962 24.1731 19.7885 19.8346C24.1269 15.4962 24.1269 8.48077 19.8346 4.14231ZM19.3731 12.9115C19.3731 13.1885 19.1885 13.3731 18.9115 13.3731H13.8346C13.6038 13.3731 13.3731 13.6038 13.3731 13.8346V18.9115C13.3731 19.1423 13.1423 19.3731 12.9115 19.3731H11.0654C10.7885 19.3731 10.6038 19.1885 10.6038 18.9115V13.8346C10.6038 13.5577 10.4192 13.3731 10.1423 13.3731H5.06538C4.78846 13.3731 4.60385 13.1885 4.60385 12.9115V11.0654C4.60385 10.8346 4.83462 10.6038 5.06538 10.6038H10.1423C10.4192 10.6038 10.6038 10.4192 10.6038 10.1423V5.06538C10.6038 4.83461 10.8346 4.60385 11.0654 4.60385H12.9115C13.1423 4.60385 13.3731 4.78846 13.3731 5.06538V10.1423C13.3731 10.4192 13.5577 10.6038 13.8346 10.6038H18.9115C19.1423 10.6038 19.3731 10.8346 19.3731 11.0654V12.9115Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-news\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.3077 2.76923H4.38462C4.01538 2.76923 3.69231 3.09231 3.69231 3.46154V17.5385C3.69231 18.0923 3.18462 18.5538 2.63077 18.4615C2.16923 18.3692 1.84615 17.9538 1.84615 17.4923V7.38461C1.84615 7.10769 1.66154 6.92308 1.38462 6.92308H0.692308C0.323077 6.92308 0 7.24615 0 7.61538V19.3846C0 20.4 0.830769 21.2308 1.84615 21.2308H22.1538C23.1692 21.2308 24 20.4 24 19.3846V3.46154C24 3.09231 23.6769 2.76923 23.3077 2.76923ZM12.9231 16.1538C12.9231 16.4308 12.7385 16.6154 12.4615 16.6154H6.92308C6.64615 16.6154 6.46154 16.4308 6.46154 16.1538V15.2308C6.46154 14.9538 6.64615 14.7692 6.92308 14.7692H12.4615C12.7385 14.7692 12.9231 14.9538 12.9231 15.2308V16.1538ZM12.9231 12.4615C12.9231 12.7385 12.7385 12.9231 12.4615 12.9231H6.92308C6.64615 12.9231 6.46154 12.7385 6.46154 12.4615V11.5385C6.46154 11.2615 6.64615 11.0769 6.92308 11.0769H12.4615C12.7385 11.0769 12.9231 11.2615 12.9231 11.5385V12.4615ZM21.2308 16.1538C21.2308 16.4308 21.0462 16.6154 20.7692 16.6154H15.2308C14.9538 16.6154 14.7692 16.4308 14.7692 16.1538V15.2308C14.7692 14.9538 14.9538 14.7692 15.2308 14.7692H20.7692C21.0462 14.7692 21.2308 14.9538 21.2308 15.2308V16.1538ZM21.2308 12.4615C21.2308 12.7385 21.0462 12.9231 20.7692 12.9231H15.2308C14.9538 12.9231 14.7692 12.7385 14.7692 12.4615V11.5385C14.7692 11.2615 14.9538 11.0769 15.2308 11.0769H20.7692C21.0462 11.0769 21.2308 11.2615 21.2308 11.5385V12.4615ZM21.2308 8.76923C21.2308 9.04615 21.0462 9.23077 20.7692 9.23077H6.92308C6.64615 9.23077 6.46154 9.04615 6.46154 8.76923V6C6.46154 5.72308 6.64615 5.53846 6.92308 5.53846H20.7692C21.0462 5.53846 21.2308 5.72308 21.2308 6V8.76923Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-new-direct-message\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.9077 7.61539L19.3385 9.23077C19.0615 9.50769 18.9231 9.83077 18.9231 10.2V18.2308C18.9231 18.6 18.6 18.9231 18.2308 18.9231H5.76923C5.4 18.9231 5.07692 18.6 5.07692 18.2308V5.76923C5.07692 5.4 5.4 5.07692 5.76923 5.07692H13.8462C14.2154 5.07692 14.5846 4.93846 14.8154 4.66154L16.3846 3.09231C16.6615 2.81538 16.4769 2.30769 16.0615 2.30769H4.15385C3.13846 2.30769 2.30769 3.13846 2.30769 4.15385V19.8462C2.30769 20.8615 3.13846 21.6923 4.15385 21.6923H19.8462C20.8615 21.6923 21.6923 20.8615 21.6923 19.8462V7.93846C21.6923 7.52308 21.1846 7.33846 20.9077 7.61539ZM8.63077 13.9385L10.3385 15.6462C10.4308 15.7385 10.5231 15.7385 10.6154 15.6462L19.5692 6.46154C19.6615 6.36923 19.6615 6.27692 19.5692 6.18462L17.9077 4.52308C17.8154 4.43077 17.7231 4.43077 17.6308 4.52308L8.63077 13.6615C8.53846 13.7538 8.53846 13.8462 8.63077 13.9385ZM18.4154 3.73846C18.3231 3.83077 18.3231 3.92308 18.4154 4.01538L20.0769 5.67692C20.1692 5.76923 20.2615 5.76923 20.3538 5.67692L21.5077 4.52308C21.8308 4.24615 21.8308 3.78462 21.5077 3.46154L20.6769 2.63077C20.3538 2.30769 19.8923 2.30769 19.5692 2.63077C19.5231 2.63077 18.4154 3.73846 18.4154 3.73846ZM7.10769 16.8C7.06154 16.9846 7.24615 17.1692 7.43077 17.1231C7.70769 17.0308 8.03077 16.9846 8.30769 16.8923C8.53846 16.8462 8.76923 16.8 9 16.7077C9.23077 16.6615 9.46154 16.6154 9.64615 16.5231C9.73846 16.4769 9.92308 16.2923 9.78462 16.1538L8.03077 14.4C7.89231 14.2615 7.75385 14.4 7.70769 14.4923C7.56923 14.6769 7.52308 14.9538 7.47692 15.1385C7.43077 15.3692 7.33846 15.6 7.29231 15.8308C7.24615 16.2462 7.2 16.5231 7.10769 16.8Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-note\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.1077 18.7846L18.6923 19.2C18.2308 19.6615 17.6308 19.8923 16.9846 19.8923H15.7846C14.6769 19.8923 13.4769 19.0154 13.4769 17.4923V16.3385C13.4769 15.4154 13.8923 14.8615 14.1231 14.5385L19.1077 9.46154C19.2462 9.32308 19.3846 9 19.3846 8.81538V4.98462C19.3846 3.78462 18.3692 2.76923 17.1692 2.76923H5.35385C4.15385 2.76923 3.13847 3.87692 3.13847 4.98462H2.4C1.56923 4.98462 0.92308 5.67692 0.92308 6.50769C0.92308 7.33846 1.56923 7.98462 2.4 7.98462H3.13847V10.9846H2.4C1.56923 10.9846 0.92308 11.6308 0.92308 12.4615C0.92308 13.2923 1.56923 13.9385 2.4 13.9385H3.13847V16.9385H2.4C1.56923 16.9385 0.92308 17.6308 0.92308 18.4154C0.92308 19.2462 1.56923 19.8923 2.4 19.8923H3.13847C3.13847 21.3692 4.15385 22.1077 5.35385 22.1077H17.1692C18.3692 22.1077 19.3846 21.0923 19.3846 19.8923V18.9231C19.3846 18.6923 19.2923 18.6462 19.1077 18.7846ZM15.3231 8.35385C15.3231 8.76923 15 9.09231 14.5846 9.09231H7.2C6.78462 9.09231 6.46154 8.76923 6.46154 8.35385V7.61538C6.46154 7.2 6.78462 6.87692 7.2 6.87692H14.5846C15 6.87692 15.3231 7.2 15.3231 7.61538V8.35385ZM12 17.3077C12 17.7231 11.6769 18.0462 11.2615 18.0462H7.2C6.78462 18.0462 6.46154 17.7231 6.46154 17.3077V16.5692C6.46154 16.1538 6.78462 15.8308 7.2 15.8308H11.2615C11.6769 15.8308 12 16.1538 12 16.5692V17.3077ZM13.1077 12.8308C13.1077 13.2462 12.7846 13.5692 12.3692 13.5692H7.2C6.78462 13.5692 6.46154 13.2462 6.46154 12.8308V12.0923C6.46154 11.6769 6.78462 11.3538 7.2 11.3538H12.3692C12.7846 11.3538 13.1077 11.6769 13.1077 12.0923V12.8308ZM22.8462 10.8L22.3846 10.3385C22.1077 10.0615 21.6462 10.0615 21.3692 10.3385L15.7385 16.1538C15.6923 16.1538 15.6923 16.2462 15.6923 16.2462V17.4923C15.6923 17.5846 15.6923 17.6769 15.7846 17.6769H16.9846C17.0308 17.6769 17.0769 17.6308 17.1231 17.6308L22.8 11.9077C23.1692 11.5846 23.1692 11.1231 22.8462 10.8Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-notebook\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.3077 0.923077H6.46155C5.44616 0.923077 4.61539 1.75385 4.61539 2.76923V4.15385H3.23078C2.44616 4.15385 1.84616 4.75385 1.84616 5.53846C1.84616 6.32308 2.44616 6.92308 3.23078 6.92308H4.61539V10.6154H3.23078C2.44616 10.6154 1.84616 11.2154 1.84616 12C1.84616 12.7846 2.44616 13.3846 3.23078 13.3846H4.61539V17.0769H3.23078C2.44616 17.0769 1.84616 17.6769 1.84616 18.4615C1.84616 19.2462 2.44616 19.8462 3.23078 19.8462H4.61539V21.2308C4.61539 22.2462 5.44616 23.0769 6.46155 23.0769H20.3077C21.3231 23.0769 22.1539 22.2462 22.1539 21.2308V2.76923C22.1539 1.75385 21.3231 0.923077 20.3077 0.923077ZM17.0769 16.6154C17.0769 16.8923 16.8923 17.0769 16.6154 17.0769H10.1539C9.87693 17.0769 9.69231 16.8923 9.69231 16.6154V15.6923C9.69231 15.4154 9.87693 15.2308 10.1539 15.2308H16.6154C16.8923 15.2308 17.0769 15.4154 17.0769 15.6923V16.6154ZM18 12.9231C18 13.2 17.8154 13.3846 17.5385 13.3846H9.23078C8.95385 13.3846 8.76924 13.2 8.76924 12.9231V12C8.76924 11.7231 8.95385 11.5385 9.23078 11.5385H17.5385C17.8154 11.5385 18 11.7231 18 12V12.9231ZM18.9231 8.30769C18.9231 8.58462 18.7385 8.76923 18.4615 8.76923H8.3077C8.03078 8.76923 7.84616 8.58462 7.84616 8.30769V5.53846C7.84616 5.26154 8.03078 5.07692 8.3077 5.07692H18.4615C18.7385 5.07692 18.9231 5.26154 18.9231 5.53846V8.30769Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-notification\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2308 15.238H21C20.1231 15.238 19.3846 14.4995 19.3846 13.6226V8.31493C19.3846 4.11493 15.8769 0.745702 11.6308 0.930318C7.66153 1.11493 4.61537 4.53032 4.61537 8.5457V13.6688C4.61537 14.5457 3.87691 15.238 2.99999 15.238H2.76922C1.75383 15.238 0.923065 16.1149 0.923065 17.1303V17.8226C0.923065 18.1457 1.24614 18.4688 1.61537 18.4688H22.3846C22.7538 18.4688 23.0769 18.1457 23.0769 17.7765V17.0842C23.0769 16.0688 22.2461 15.238 21.2308 15.238ZM14.2615 20.3149H9.73845C9.46153 20.3149 9.23076 20.5919 9.27691 20.8688C9.50768 22.1611 10.6615 23.0842 12 23.0842C13.3384 23.0842 14.4923 22.1149 14.7231 20.8688C14.7692 20.5919 14.5384 20.3149 14.2615 20.3149Z\" fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-number-input\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.6769 22.8462H3.32307C2.12307 22.8462 1.15384 21.8769 1.15384 20.6769V3.32308C1.15384 2.12308 2.12307 1.15385 3.32307 1.15385H20.6769C21.8769 1.15385 22.8461 2.12308 22.8461 3.32308V20.6769C22.8461 21.8769 21.8769 22.8462 20.6769 22.8462ZM4.06153 4.75385V19.2C4.06153 19.6154 4.38461 19.9385 4.79999 19.9385H19.2461C19.6615 19.9385 19.9846 19.6154 19.9846 19.2V4.75385C19.9846 4.33846 19.6615 4.01539 19.2461 4.01539H4.79999C4.38461 4.06154 4.06153 4.38462 4.06153 4.75385ZM16.7077 9.36923H15.3692L15.9231 7.15385V7.10769C15.9231 7.01538 15.8769 6.92308 15.7385 6.92308H14.6769C14.5846 6.92308 14.5385 6.96923 14.4923 7.06154L13.9385 9.32308H11.2615L11.8154 7.10769V7.06154C11.8154 6.96923 11.7692 6.87692 11.6308 6.87692H10.5692C10.4769 6.87692 10.4308 6.92308 10.3846 7.01538L9.78461 9.27692H8.30768C8.21538 9.27692 8.16922 9.32308 8.12307 9.41539L7.84615 10.4308V10.4769C7.84615 10.5692 7.8923 10.6615 8.03076 10.6615H9.41538L8.76922 13.2462H7.33845C7.24615 13.2462 7.19999 13.2923 7.15384 13.3846L6.87691 14.4V14.4462C6.87691 14.5385 6.92307 14.6308 7.06153 14.6308H8.39999L7.84615 16.8462V16.8923C7.84615 16.9846 7.8923 17.0769 8.03076 17.0769H9.0923C9.18461 17.0769 9.23076 17.0308 9.27691 16.9385L9.87691 14.6308H12.5077L12 16.8V16.8462C12 16.9385 12.0461 17.0308 12.1846 17.0308H13.2461C13.3385 17.0308 13.3846 16.9846 13.4308 16.8923L14.0308 14.5846H15.5077C15.6 14.5846 15.6461 14.5385 15.6923 14.4462L15.9692 13.4308V13.3846C15.9692 13.2923 15.9231 13.2 15.7846 13.2H14.4L15.0461 10.6154H16.4769C16.5692 10.6154 16.6154 10.5692 16.6615 10.4769L16.9385 9.46154V9.41539C16.8923 9.46154 16.8 9.36923 16.7077 9.36923ZM12.9692 13.2923H10.2923L10.9385 10.7077H13.5692L12.9692 13.2923Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-office365\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.2154 22.8231C14.4923 22.9154 14.8154 22.9154 15.0923 22.8231L20.5846 21.0231C20.9538 20.8846 21.2308 20.5615 21.2308 20.1462V3.53077C21.2308 3.25385 21.0461 2.97692 20.7692 2.88462L15.1846 0.992307C14.8615 0.9 14.5385 0.9 14.2615 0.992307L3.23076 5.23846C2.95384 5.33077 2.76923 5.60769 2.76923 5.88461V18.3923C2.76923 18.6692 2.95384 18.9462 3.23076 19.0385L14.2154 22.8231ZM14.7692 19.7308C14.7692 20.0077 14.5385 20.2385 14.3077 20.1923L5.07692 18.9462C4.84615 18.9 4.66153 18.7154 4.66153 18.4846V18.3C4.66153 18.1154 4.75384 17.9769 4.98461 17.8846L6.73846 17.0538C6.92307 16.9615 7.01538 16.8231 7.01538 16.6385V6.80769C7.01538 6.57692 7.15384 6.39231 7.38461 6.34615L14.3077 4.77692C14.5846 4.73077 14.8615 4.91538 14.8615 5.23846V19.7308H14.7692Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-offline\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.9021 16.6154C16.1329 16.3846 16.1329 16.0154 15.9021 15.7846L15.0714 14.9538C14.8406 14.7231 14.4714 14.7231 14.2406 14.9538L12.2098 16.9846C12.0714 17.1231 11.7945 17.1231 11.656 16.9846L9.62523 14.9538C9.39446 14.7231 9.02523 14.7231 8.79446 14.9538L7.96369 15.7846C7.73292 16.0154 7.73292 16.3846 7.96369 16.6154L9.99446 18.6462C10.1329 18.7846 10.1329 19.0615 9.99446 19.2L7.96369 21.2308C7.73292 21.4615 7.73292 21.8308 7.96369 22.0615L8.79446 22.8923C9.02523 23.1231 9.39446 23.1231 9.62523 22.8923L11.656 20.8615C11.7945 20.7231 12.0714 20.7231 12.2098 20.8615L14.2406 22.8923C14.4714 23.1231 14.8406 23.1231 15.0714 22.8923L15.9021 22.0615C16.1329 21.8308 16.1329 21.4615 15.9021 21.2308L13.8714 19.2C13.7329 19.0615 13.7329 18.7846 13.8714 18.6462L15.9021 16.6154ZM21.9021 5.30769C19.3637 2.49231 15.7637 0.923077 11.9329 0.923077C8.10215 0.923077 4.50215 2.49231 1.96369 5.30769C1.77907 5.49231 1.82523 5.81538 2.00984 5.95385L3.39446 7.15385C3.57907 7.33846 3.85599 7.29231 4.04061 7.10769C6.07138 4.93846 8.93292 3.69231 11.9329 3.69231C14.9329 3.69231 17.7945 4.93846 19.8252 7.10769C20.0098 7.29231 20.2868 7.29231 20.4714 7.15385L21.856 5.95385C22.0406 5.76923 22.0868 5.49231 21.9021 5.30769ZM11.9329 7.38462C9.99446 7.38462 8.1483 8.21538 6.85599 9.69231C6.67138 9.87692 6.71753 10.2 6.90215 10.3846L8.37907 11.4923C8.56369 11.6308 8.84061 11.6308 8.97907 11.4462C9.76369 10.6154 10.8252 10.1538 11.9329 10.1538C13.0406 10.1538 14.1021 10.6154 14.8406 11.4C14.9791 11.5846 15.256 11.5846 15.4406 11.4462L16.9175 10.3385C17.1483 10.1538 17.1483 9.87692 16.9637 9.64615C15.7175 8.21538 13.8714 7.38462 11.9329 7.38462Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-offline-cached\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.9021 16.6154C16.1329 16.3846 16.1329 16.0154 15.9021 15.7846L15.0714 14.9538C14.8406 14.7231 14.4714 14.7231 14.2406 14.9538L12.2098 16.9846C12.0714 17.1231 11.7945 17.1231 11.656 16.9846L9.62523 14.9538C9.39446 14.7231 9.02523 14.7231 8.79446 14.9538L7.96369 15.7846C7.73292 16.0154 7.73292 16.3846 7.96369 16.6154L9.99446 18.6462C10.1329 18.7846 10.1329 19.0615 9.99446 19.2L7.96369 21.2308C7.73292 21.4615 7.73292 21.8308 7.96369 22.0615L8.79446 22.8923C9.02523 23.1231 9.39446 23.1231 9.62523 22.8923L11.656 20.8615C11.7945 20.7231 12.0714 20.7231 12.2098 20.8615L14.2406 22.8923C14.4714 23.1231 14.8406 23.1231 15.0714 22.8923L15.9021 22.0615C16.1329 21.8308 16.1329 21.4615 15.9021 21.2308L13.8714 19.2C13.7329 19.0615 13.7329 18.7846 13.8714 18.6462L15.9021 16.6154ZM21.9021 5.30769C19.3637 2.49231 15.7637 0.923077 11.9329 0.923077C8.10215 0.923077 4.50215 2.49231 1.96369 5.30769C1.77907 5.49231 1.82523 5.81538 2.00984 5.95385L3.39446 7.15385C3.57907 7.33846 3.85599 7.29231 4.04061 7.10769C6.07138 4.93846 8.93292 3.69231 11.9329 3.69231C14.9329 3.69231 17.7945 4.93846 19.8252 7.10769C20.0098 7.29231 20.2868 7.29231 20.4714 7.15385L21.856 5.95385C22.0406 5.76923 22.0868 5.49231 21.9021 5.30769ZM11.9329 7.38462C9.99446 7.38462 8.1483 8.21538 6.85599 9.69231C6.67138 9.87692 6.71753 10.2 6.90215 10.3846L8.37907 11.4923C8.56369 11.6308 8.84061 11.6308 8.97907 11.4462C9.76369 10.6154 10.8252 10.1538 11.9329 10.1538C13.0406 10.1538 14.1021 10.6154 14.8406 11.4C14.9791 11.5846 15.256 11.5846 15.4406 11.4462L16.9175 10.3385C17.1483 10.1538 17.1483 9.87692 16.9637 9.64615C15.7175 8.21538 13.8714 7.38462 11.9329 7.38462Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-omni-channel\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.0385 1.38462H21.8539C22.0846 1.38462 22.2692 1.56923 22.3154 1.8V7.61539C22.3154 7.98462 21.9462 8.12308 21.6692 7.8L19.8231 5.95385L19.5 5.63077L17.1462 7.98462C18.3462 9.55385 19.0846 11.5385 19.0846 13.6615C19.0846 18.7385 14.9769 22.8462 9.90001 22.8462C7.77693 22.8462 5.79231 22.1538 4.22308 20.9077L3.57693 21.5077C3.30001 21.7846 2.88462 21.7846 2.6077 21.5077L2.05385 20.9538C1.77693 20.6769 1.77693 20.2615 2.05385 19.9846L3.76155 18.2769C4.03847 18 4.45385 18 4.73078 18.2769C4.73078 18.2769 6.99231 20.9077 9.85385 20.6308C13.7308 20.6308 16.5462 17.5385 16.5462 13.6615C16.7769 10.9385 14.4231 8.53846 14.4231 8.53846C14.1923 8.26154 14.1923 7.8 14.4692 7.52308L17.9308 4.10769L17.7 3.87692L15.8539 2.03077C15.5308 1.70769 15.6692 1.38462 16.0385 1.38462ZM14.3769 13.7538C14.3769 16.2774 12.3312 18.3231 9.8077 18.3231C7.28418 18.3231 5.23847 16.2774 5.23847 13.7538C5.23847 11.2303 7.28418 9.18462 9.8077 9.18462C12.3312 9.18462 14.3769 11.2303 14.3769 13.7538Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-opened-folder\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.3063 6.92308C20.3063 5.90769 19.4755 5.07692 18.4601 5.07692H11.6755C10.8447 5.07692 10.0601 4.15385 10.0601 4.15385L8.90626 2.76923C8.90626 2.76923 8.35242 1.84615 7.29088 1.84615H5.53703C4.52165 1.84615 3.69088 2.67692 3.69088 3.69231V7.84615H20.3063V6.92308ZM21.6447 9.69231H2.35242C1.42934 9.69231 0.737034 10.5692 0.967803 11.4462L3.59857 21.1385C3.78319 21.7385 4.33703 22.1538 4.98319 22.1538H19.0601C19.7063 22.1538 20.3063 21.7385 20.4447 21.1385L23.0755 11.4462C23.2601 10.5692 22.5678 9.69231 21.6447 9.69231Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-outbound-call\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.4769 17.4923L19.6615 15.2308C19.0154 14.7231 18.0923 14.6769 17.4462 15.1846L15.0462 16.9385C14.7692 17.1692 14.3538 17.1231 14.0769 16.8462L10.4769 13.6154L7.24615 10.0154C6.96923 9.73846 6.96923 9.36923 7.15385 9.04615L8.90769 6.64615C9.41538 6 9.36923 5.07692 8.86154 4.43077L6.6 1.61538C5.90769 0.784615 4.66154 0.692307 3.87692 1.47692L1.47692 3.87692C1.10769 4.24615 0.923077 4.75385 0.923077 5.26154C1.15385 9.96923 3.27692 14.4462 6.41538 17.5846C9.55385 20.7231 14.0308 22.8462 18.7385 23.0769C19.2462 23.1231 19.7538 22.8923 20.1231 22.5231L22.5231 20.1231C23.4 19.4308 23.3538 18.1385 22.4769 17.4923ZM22.4308 0.923077H15.3231C14.8615 0.923077 14.7231 1.43077 15.0923 1.8L17.3538 4.10769L13.2 8.30769C12.9692 8.53846 12.9692 8.95385 13.2 9.18462L14.9077 10.8923C15.1385 11.1231 15.5077 11.1231 15.7846 10.8923L19.9846 6.69231L22.3385 8.95385C22.6615 9.36923 23.1692 9.23077 23.1692 8.76923V1.70769C23.1692 1.38462 22.7538 0.923077 22.4308 0.923077Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-outcome\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.7077 5.35385L16.6615 5.30769C16.3846 5.07692 15.9692 5.07692 15.7385 5.35385L14.7231 6.32308C14.4462 6.6 14.4923 7.01538 14.7231 7.24615L17.3077 9.83077C17.4 9.92308 17.4462 10.0154 17.4462 10.1538C17.4462 10.4308 17.2615 10.6615 16.9846 10.6615H7.2C6.83077 10.6615 6.50769 10.9385 6.50769 11.3077V12.6923C6.55385 13.0615 6.83077 13.3846 7.2 13.4308H17.0308C17.1231 13.4308 17.2154 13.4769 17.2615 13.5231C17.4923 13.7077 17.4923 13.9846 17.3538 14.2154L14.7692 16.8462C14.4923 17.1231 14.5385 17.5385 14.7692 17.7692L15.7385 18.7846C16.0154 19.0615 16.4308 19.0154 16.6615 18.7846L22.8923 12.5538C23.1692 12.2769 23.1231 11.8615 22.8923 11.6308L16.7077 5.35385ZM9.73846 7.93846H11.1231C11.4923 7.93846 11.8154 7.61538 11.8154 7.24615V2.81538C11.8154 1.8 10.9846 0.969231 9.96923 0.969231H2.81538C1.8 0.969231 0.969231 1.8 0.969231 2.81538V21.2769C0.969231 22.2923 1.8 23.1231 2.81538 23.1231H9.92308C10.9385 23.1231 11.7692 22.2923 11.7692 21.2769V16.8923C11.7692 16.5231 11.4462 16.2 11.0769 16.2H9.69231C9.32308 16.2 9 16.5231 9 16.8923V19.6154C9 19.9846 8.67692 20.3077 8.30769 20.3077H4.43077C4.06154 20.3077 3.73846 19.9846 3.73846 19.6154V4.38462C3.73846 4.01538 4.06154 3.69231 4.43077 3.69231H8.30769C8.67692 3.69231 9 4.01538 9 4.38462V7.2C9.04615 7.61538 9.32308 7.93846 9.73846 7.93846Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-overflow\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.6769 4.56923H7.75385C6.78461 4.56923 6.04615 5.35385 6.04615 6.27692V6.55385C6.04615 6.69231 6.18461 6.83077 6.32308 6.83077H15.3692C16.3385 6.83077 17.0769 7.61538 17.0769 8.53846V18.7385C17.0769 18.8769 17.2154 19.0154 17.3538 19.0154H17.6308C18.6 19.0154 19.3385 18.2308 19.3385 17.3077V6.27692C19.3846 5.35385 18.6 4.56923 17.6769 4.56923ZM21.3692 0.923077H11.4462C10.4769 0.923077 9.73846 1.70769 9.73846 2.63077V2.90769C9.73846 3.04615 9.87692 3.18462 10.0154 3.18462H19.0615C20.0308 3.18462 20.7692 3.96923 20.7692 4.89231V15.0923C20.7692 15.2308 20.9077 15.3692 21.0462 15.3692H21.3231C22.2923 15.3692 23.0308 14.5846 23.0308 13.6615V2.63077C23.0769 1.70769 22.2923 0.923077 21.3692 0.923077V0.923077ZM15.5077 10.0615C15.5077 9.13846 14.7231 8.35385 13.8 8.35385H3.55385C2.58461 8.35385 1.84615 9.13846 1.84615 10.0615V21.3692C1.84615 22.2923 2.63077 23.0769 3.55385 23.0769H13.8C14.7692 23.0769 15.5077 22.2923 15.5077 21.3692V10.0615Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-page\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.4923 8.76923H15.3231C14.1231 8.76923 13.3846 8.03077 13.3846 6.83077V1.66154C13.3846 1.24615 13.0615 0.923077 12.6461 0.923077H4.98461C3.78461 0.923077 2.76923 1.93846 2.76923 3.13846V20.8615C2.76923 22.0615 3.78461 23.0769 4.98461 23.0769H19.0154C20.2154 23.0769 21.2308 22.0615 21.2308 20.8615V9.50769C21.2308 9.09231 20.9077 8.76923 20.4923 8.76923ZM21.0923 5.95385L16.2 1.06154C16.1077 0.96923 15.9231 0.923077 15.7846 0.923077C15.5077 0.923077 15.2308 1.15385 15.2308 1.43077V5.35385C15.2308 6.18462 15.9692 6.92308 16.8 6.92308H20.7231C21 6.92308 21.2308 6.64615 21.2308 6.36923C21.2308 6.23077 21.1846 6.04615 21.0923 5.95385Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-palette\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.8461 7.98462C21.7846 3.6 17.1692 0.92308 12.0923 0.92308C5.90768 0.92308 0.923065 5.86154 0.923065 12C0.923065 18.1385 5.90768 23.0769 12.0923 23.0769C20.6769 23.0769 19.9846 18.7385 17.2615 17.0308C15.6461 16.0154 14.7692 13.6615 16.3846 12C19.3846 8.9077 24.2308 13.8462 22.8461 7.98462ZM5.99999 15.6923C4.70768 15.6923 3.6923 14.6769 3.6923 13.3846C3.6923 12.0923 4.70768 11.0769 5.99999 11.0769C7.2923 11.0769 8.30768 12.0923 8.30768 13.3846C8.30768 14.6769 7.2923 15.6923 5.99999 15.6923ZM6.46153 6.92308C6.46153 5.63077 7.47691 4.61539 8.76922 4.61539C10.0615 4.61539 11.0769 5.63077 11.0769 6.92308C11.0769 8.21539 10.0615 9.23077 8.76922 9.23077C7.47691 9.23077 6.46153 8.21539 6.46153 6.92308ZM11.5385 20.3077C10.2461 20.3077 9.23076 19.2923 9.23076 18C9.23076 16.7077 10.2461 15.6923 11.5385 15.6923C12.8308 15.6923 13.8461 16.7077 13.8461 18C13.8461 19.2923 12.8308 20.3077 11.5385 20.3077ZM15.6923 8.3077C14.4 8.3077 13.3846 7.29231 13.3846 6C13.3846 4.7077 14.4 3.69231 15.6923 3.69231C16.9846 3.69231 18 4.7077 18 6C18 7.29231 16.9846 8.3077 15.6923 8.3077Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-password\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.6769 22.8462H3.32307C2.12307 22.8462 1.15384 21.8769 1.15384 20.6769V3.32308C1.15384 2.12308 2.12307 1.15385 3.32307 1.15385H20.6769C21.8769 1.15385 22.8461 2.12308 22.8461 3.32308V20.6769C22.8461 21.8308 21.8769 22.8462 20.6769 22.8462ZM4.10768 4.75385V19.2C4.10768 19.6154 4.43076 19.9385 4.84615 19.9385H19.2461C19.6615 19.9385 19.9846 19.6154 19.9846 19.2V4.75385C19.9846 4.33846 19.6615 4.01539 19.2461 4.01539H4.79999C4.43076 4.06154 4.10768 4.38462 4.10768 4.75385ZM17.9077 10.9846L17.4923 9.6C17.3538 9.23077 16.9846 9 16.5692 9.13846L13.4308 10.1538V7.06154C13.4308 6.64615 13.1077 6.32308 12.6923 6.32308H11.2615C10.8461 6.32308 10.5231 6.64615 10.5231 7.06154V10.1538L7.47692 9.13846C7.10769 9 6.6923 9.23077 6.55384 9.6L6.13846 10.9846C5.99999 11.3538 6.23076 11.7692 6.59999 11.9077L9.46153 12.8308L7.38461 15.6462C7.15384 15.9692 7.24615 16.4308 7.56922 16.6615L8.76922 17.4923C9.0923 17.7231 9.55384 17.6308 9.78461 17.3077L12.0461 14.1692L14.3077 17.3077C14.5385 17.6308 15 17.7231 15.3231 17.4923L16.5231 16.6615C16.8461 16.4308 16.9385 15.9692 16.7077 15.6462L14.6308 12.7846L17.4461 11.8615C17.8154 11.7692 18 11.4 17.9077 10.9846Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-people\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.3846 10.2923C18.0923 9.78462 17.9077 9.27693 17.9077 8.76923C17.9077 8.26154 18.2769 7.75385 18.7385 7.38462C19.5231 6.73847 19.9385 5.76923 19.9385 4.7077C19.9385 2.67693 18.6 0.92308 16.2462 0.92308C14.0769 0.92308 12.7846 2.4 12.6 4.2C12.6 4.38462 12.6923 4.52308 12.8308 4.61539C14.5846 5.72308 15.6462 7.66154 15.6462 10.0154C15.6462 11.7692 14.9538 13.3385 13.7077 14.4462C13.6154 14.5385 13.6154 14.7231 13.7077 14.8154C14.0308 15.0462 14.7692 15.3692 15.2308 15.6C15.3692 15.6462 15.4615 15.6923 15.6 15.6923H21.1846C22.2462 15.6923 23.0769 14.8154 23.0769 13.8462V13.5692C23.0769 11.9538 21.3231 11.0769 19.3846 10.2923ZM13.2 16.7077C11.6308 16.0615 11.4 15.5077 11.4 14.9077C11.4 14.3077 11.8615 13.7077 12.3692 13.2462C13.2923 12.4615 13.8 11.3538 13.8 10.0615C13.8 7.66154 12.2308 5.58462 9.36923 5.58462C6.55385 5.58462 4.93847 7.66154 4.93847 10.0615C4.93847 11.3538 5.44616 12.4615 6.36923 13.2462C6.87693 13.7077 7.33846 14.3077 7.33846 14.9077C7.33846 15.5077 7.1077 16.1077 5.49231 16.7077C3.18462 17.6308 0.92308 18.6923 0.92308 20.6308V21.2308C0.92308 22.2462 1.75385 23.0769 2.81539 23.0769H15.6C16.6615 23.0769 17.5385 22.2462 17.5385 21.2308V20.5846C17.5385 18.6923 15.5077 17.6308 13.2 16.7077Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-phone-landscape\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 6.46154C24 5.44616 23.1692 4.61539 22.1538 4.61539H1.84615C0.830769 4.61539 0 5.44616 0 6.46154V18.4615C0 19.4769 0.830769 20.3077 1.84615 20.3077H22.1538C23.1692 20.3077 24 19.4769 24 18.4615V6.46154ZM2.30769 13.8462C1.52308 13.8462 0.923077 13.2462 0.923077 12.4615C0.923077 11.6769 1.52308 11.0769 2.30769 11.0769C3.09231 11.0769 3.69231 11.6769 3.69231 12.4615C3.69231 13.2462 3.09231 13.8462 2.30769 13.8462ZM20.3077 16.8462C20.3077 17.2154 19.9846 17.5385 19.6154 17.5385H5.30769C4.93846 17.5385 4.61538 17.2154 4.61538 16.8462V8.07693C4.61538 7.7077 4.93846 7.38462 5.30769 7.38462H19.6154C19.9846 7.38462 20.3077 7.7077 20.3077 8.07693V16.8462Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-phone-portrait\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.3077 1.84615C20.3077 0.830769 19.4769 0 18.4615 0H6.46154C5.44616 0 4.61539 0.830769 4.61539 1.84615V22.1538C4.61539 23.1692 5.44616 24 6.46154 24H18.4615C19.4769 24 20.3077 23.1692 20.3077 22.1538V1.84615ZM12.4615 23.0769C11.6769 23.0769 11.0769 22.4769 11.0769 21.6923C11.0769 20.9077 11.6769 20.3077 12.4615 20.3077C13.2462 20.3077 13.8462 20.9077 13.8462 21.6923C13.8462 22.4769 13.2462 23.0769 12.4615 23.0769ZM17.5385 18.6923C17.5385 19.0615 17.2154 19.3846 16.8462 19.3846H8.07693C7.7077 19.3846 7.38462 19.0615 7.38462 18.6923V4.38462C7.38462 4.01538 7.7077 3.69231 8.07693 3.69231H16.8462C17.2154 3.69231 17.5385 4.01538 17.5385 4.38462V18.6923Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-tablet-landscape\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.0769 4.61538C23.0769 3.6 22.2462 2.76923 21.2308 2.76923H2.76923C1.75385 2.76923 0.923077 3.6 0.923077 4.61538V19.3846C0.923077 20.4 1.75385 21.2308 2.76923 21.2308H21.2308C22.2462 21.2308 23.0769 20.4 23.0769 19.3846V4.61538ZM3.18461 13.3846C2.4 13.3846 1.8 12.7846 1.8 12C1.8 11.2154 2.4 10.6154 3.18461 10.6154C3.96923 10.6154 4.56923 11.2154 4.56923 12C4.56923 12.7846 3.92308 13.3846 3.18461 13.3846ZM20.3077 17.7692C20.3077 18.1385 19.9846 18.4615 19.6154 18.4615H6.23077C5.86154 18.4615 5.53846 18.1385 5.53846 17.7692V6.23076C5.53846 5.86153 5.86154 5.53846 6.23077 5.53846H19.6154C19.9846 5.53846 20.3077 5.86153 20.3077 6.23076V17.7692Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-tablet-portrait\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2308 2.76922C21.2308 1.75383 20.4 0.923065 19.3846 0.923065H4.61539C3.6 0.923065 2.76923 1.75383 2.76923 2.76922V21.2308C2.76923 22.2461 3.6 23.0769 4.61539 23.0769H19.3846C20.4 23.0769 21.2308 22.2461 21.2308 21.2308V2.76922ZM11.9538 22.1538C11.1692 22.1538 10.5692 21.5538 10.5692 20.7692C10.5692 19.9846 11.1692 19.3846 11.9538 19.3846C12.7385 19.3846 13.3385 19.9846 13.3385 20.7692C13.3385 21.5538 12.6923 22.1538 11.9538 22.1538ZM18.4615 17.7692C18.4615 18.1384 18.1385 18.4615 17.7692 18.4615H6.23077C5.86154 18.4615 5.53846 18.1384 5.53846 17.7692V4.3846C5.53846 4.01537 5.86154 3.6923 6.23077 3.6923H17.7692C18.1385 3.6923 18.4615 4.01537 18.4615 4.3846V17.7692Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-photo\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 9.23077C9.96923 9.23077 8.30769 10.8923 8.30769 12.9231C8.30769 14.9538 9.96923 16.6154 12 16.6154C14.0308 16.6154 15.6923 14.9538 15.6923 12.9231C15.6923 10.8923 14.0308 9.23077 12 9.23077ZM21.2308 6.46154H18.8308C18.1846 6.46154 17.6308 6.13846 17.2615 5.63077L16.2 4.01539C15.8769 3.23077 15.0923 2.76923 14.2615 2.76923H9.73846C8.90769 2.76923 8.12308 3.23077 7.75385 4.01539L6.69231 5.63077C6.36923 6.13846 5.76923 6.46154 5.12308 6.46154H2.76923C1.75385 6.46154 0.923077 7.29231 0.923077 8.30769V19.3846C0.923077 20.4 1.75385 21.2308 2.76923 21.2308H21.2308C22.2462 21.2308 23.0769 20.4 23.0769 19.3846V8.30769C23.0769 7.29231 22.2462 6.46154 21.2308 6.46154ZM12 18.4615C8.95385 18.4615 6.46154 15.9692 6.46154 12.9231C6.46154 9.87693 8.95385 7.38462 12 7.38462C15.0462 7.38462 17.5385 9.87693 17.5385 12.9231C17.5385 15.9692 15.0462 18.4615 12 18.4615Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-picklist\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.1538 19.3846C22.6615 19.3846 23.0769 18.9692 23.0769 18.4615V6.46154C23.0769 5.95384 22.6615 5.53846 22.1538 5.53846H1.84615C1.33846 5.53846 0.923077 5.95384 0.923077 6.46154V18.4615C0.923077 18.9692 1.33846 19.3846 1.84615 19.3846H22.1538ZM2.76923 17.5385V7.38461H21.2308V17.5385H2.76923ZM15 11.0769H19.2923C19.4308 11.0769 19.4769 11.2154 19.3846 11.3077L17.2615 13.7538C17.1692 13.8462 17.0308 13.8462 16.9385 13.7538L14.8154 11.3077C14.7692 11.2154 14.8615 11.0769 15 11.0769Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-picklist-choice\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.18462 15.5538H1.70769C1.29231 15.5538 0.969231 15.8769 0.969231 16.2923V17.7692C0.969231 18.1846 1.29231 18.5077 1.70769 18.5077H3.23077C3.64615 18.4615 3.92308 18.1385 3.87692 17.7692V16.2923C3.92308 15.8769 3.6 15.5538 3.18462 15.5538ZM7.61539 5.44616H22.2C22.6154 5.44616 22.9385 5.12308 22.9385 4.70769V3.23077C22.9385 2.81539 22.6154 2.49231 22.2 2.49231H7.61539C7.2 2.49231 6.87692 2.81539 6.87692 3.23077V4.70769C6.87692 5.12308 7.2 5.44616 7.61539 5.44616ZM7.61539 12H22.2C22.6154 12 22.9385 11.6769 22.9385 11.2615V9.78462C22.9385 9.36923 22.6154 9.04616 22.2 9.04616H7.61539C7.2 9.04616 6.87692 9.36923 6.87692 9.78462V11.2615C6.87692 11.6308 7.2 12 7.61539 12ZM3.18462 2.49231H1.70769C1.29231 2.49231 0.969231 2.81539 0.969231 3.23077V4.70769C0.969231 5.12308 1.29231 5.44616 1.70769 5.44616H3.23077C3.64615 5.4 3.92308 5.07693 3.87692 4.70769V3.18462C3.92308 2.81539 3.6 2.49231 3.18462 2.49231ZM3.18462 9H1.70769C1.29231 9 0.969231 9.32308 0.969231 9.73846V11.2154C0.969231 11.6308 1.29231 11.9538 1.70769 11.9538H3.23077C3.64615 11.9077 3.92308 11.5846 3.87692 11.2154V9.73846C3.92308 9.36923 3.6 9 3.18462 9ZM9.64615 18.3231C9.64615 17.4923 9.92308 16.6615 10.4308 16.0154V15.5077H7.61539C7.2 15.5077 6.87692 15.8308 6.87692 16.2462V17.7231C6.87692 18.1385 7.2 18.4615 7.61539 18.4615H9.64615V18.3231ZM16.2462 14.4923C16.6154 14.1231 17.1231 13.8923 17.7231 13.8923C18.5077 13.8923 19.1538 14.3077 19.5231 14.9077C19.8 14.8154 20.1692 14.6769 20.5385 14.6769C21.8769 14.6769 23.0308 15.8308 23.0308 17.1231C23.0308 18.4615 21.8769 19.5692 20.5385 19.5692C20.4 19.5692 20.2154 19.5692 20.0769 19.5231C19.8 20.0769 19.1538 20.4462 18.5077 20.4462C18.2308 20.4462 17.9538 20.3538 17.7231 20.2615C17.4 21 16.6615 21.5077 15.8308 21.5077C14.9077 21.5077 14.1692 20.9538 13.8923 20.1692C13.8 20.1692 13.6154 20.2154 13.4769 20.2154C12.4154 20.2154 11.5385 19.3846 11.5385 18.3231C11.5385 17.6308 11.9077 16.9846 12.5077 16.6615C12.4154 16.3846 12.3231 16.1077 12.3231 15.7846C12.3231 14.5846 13.3385 13.5692 14.5385 13.5692C15.1846 13.6154 15.8769 13.9385 16.2462 14.4923Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-picklist-type\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.2923 6.87693H7.56923C7.15385 6.87693 6.83077 6.55385 6.83077 6.13846V4.66154C6.83077 4.24616 7.15385 3.92308 7.56923 3.92308H22.2923C22.7077 3.92308 23.0308 4.24616 23.0308 4.66154V6.13846C23.0308 6.55385 22.7077 6.87693 22.2923 6.87693ZM22.2923 13.4769H7.56923C7.15385 13.4769 6.83077 13.1539 6.83077 12.7385V11.2615C6.83077 10.8462 7.15385 10.5231 7.56923 10.5231H22.2923C22.7077 10.5231 23.0308 10.8462 23.0308 11.2615V12.7385C23.0308 13.1539 22.7077 13.4769 22.2923 13.4769ZM3.18462 13.4769H1.70769C1.29231 13.4769 0.969231 13.1539 0.969231 12.7385V11.2615C0.969231 10.8462 1.29231 10.5231 1.70769 10.5231H3.18462C3.6 10.5231 3.92308 10.8462 3.92308 11.2615V12.7385C3.92308 13.1539 3.6 13.4769 3.18462 13.4769ZM3.18462 6.87693H1.70769C1.29231 6.87693 0.969231 6.55385 0.969231 6.13846V4.66154C0.969231 4.24616 1.29231 3.92308 1.70769 3.92308H3.18462C3.6 3.92308 3.92308 4.24616 3.92308 4.66154V6.13846C3.92308 6.55385 3.6 6.87693 3.18462 6.87693ZM3.18462 20.0769H1.70769C1.29231 20.0769 0.969231 19.7538 0.969231 19.3385V17.8615C0.969231 17.4462 1.29231 17.1231 1.70769 17.1231H3.18462C3.6 17.1231 3.92308 17.4462 3.92308 17.8615V19.3385C3.92308 19.7538 3.6 20.0769 3.18462 20.0769ZM22.2923 20.0769H7.56923C7.15385 20.0769 6.83077 19.7538 6.83077 19.3385V17.8615C6.83077 17.4462 7.15385 17.1231 7.56923 17.1231H22.2923C22.7077 17.1231 23.0308 17.4462 23.0308 17.8615V19.3385C23.0308 19.7538 22.7077 20.0769 22.2923 20.0769Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-pin\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.6846 7.17693L16.4538 0.946156C15.8077 0.300002 14.7923 0.300002 14.1462 0.946156C13.5 1.59231 13.5 2.60769 14.1462 3.25385L14.4692 3.57693L6.99231 8.51539L6.76154 8.28462C6.11539 7.63846 5.1 7.63846 4.45385 8.28462C3.80769 8.93077 3.80769 9.94616 4.45385 10.5923L7.77693 13.9154L0.946156 20.7462C0.300002 21.3923 0.300002 22.4538 0.946156 23.1C1.59231 23.7462 2.65385 23.7462 3.3 23.1L10.1308 16.2231L13.0385 19.1308C13.6846 19.7769 14.7 19.7769 15.3462 19.1308C15.9923 18.4846 15.9923 17.4692 15.3462 16.8231L15.1154 16.5923L20.0077 9.06923L20.3308 9.39231C20.9769 10.0385 21.9923 10.0385 22.6385 9.39231C23.2846 8.83846 23.2846 7.82308 22.6846 7.17693Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-pinned\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.8923 10.8923H16.6615L15.0923 3.6H15.5077C16.2462 3.6 16.8462 3 16.8462 2.26154C16.8462 1.52308 16.2462 0.92308 15.5077 0.92308H8.21539C7.47693 0.92308 6.87693 1.52308 6.87693 2.26154C6.87693 3 7.47693 3.6 8.21539 3.6H8.63078L7.1077 10.8923H6.87693C6.13847 10.8923 5.53847 11.4923 5.53847 12.2308C5.53847 12.9692 6.13847 13.5692 6.87693 13.5692H10.7539V21.6C10.7539 22.3385 11.3539 22.9846 12.1385 22.9846C12.9231 22.9846 13.5231 22.3846 13.5231 21.6V13.6154H16.9385C17.6769 13.6154 18.2769 13.0154 18.2769 12.2769C18.2769 11.5385 17.6308 10.8923 16.8923 10.8923Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-podcast-webinar\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.8462 4.43077C21.3231 6.09231 22.1539 8.26154 22.1539 10.5231C22.1539 13.0154 21.1846 15.3231 19.4308 17.0769C19.0615 17.4462 18.4615 17.4462 18.0923 17.0769C17.7231 16.7077 17.7231 16.1077 18.0923 15.7385C19.4769 14.4 20.2615 12.5077 20.2615 10.5692C20.2154 6.27693 16.5231 2.76923 12 2.76923C9.64616 2.76923 7.47693 3.69231 5.95385 5.26154C5.95385 5.3077 5.9077 5.35385 5.86155 5.4C5.65211 5.56755 5.51871 5.73509 5.35784 5.93714L5.3077 6C4.33847 7.29231 3.73847 8.86154 3.73847 10.5692C3.73847 12.5077 4.52308 14.4 5.86155 15.7385C6.23078 16.1077 6.23078 16.7077 5.86155 17.0769C5.49231 17.4462 4.93847 17.4462 4.56924 17.0769C2.81539 15.3231 1.84616 12.9692 1.84616 10.5231C1.84616 8.07693 2.81539 5.72308 4.52308 3.96923H4.56924C6.41539 2.12308 9.09232 0.92308 12 0.92308C15.0462 0.92308 17.8154 2.21539 19.6615 4.24616L19.8462 4.43077ZM12 4.56923C15.4615 4.56923 18.2769 7.24616 18.2769 10.5692C18.2769 12 17.7231 13.3385 16.7077 14.3539C16.3385 14.7231 15.7846 14.7231 15.4154 14.3539C15.0462 13.9846 15.0462 13.3846 15.4154 13.0154C16.0615 12.3692 16.4308 11.4923 16.4308 10.5692C16.4308 8.35385 14.3539 6.5077 12 6.5077C9.64616 6.5077 7.56924 8.3077 7.56924 10.5692C7.56924 11.4923 7.93847 12.3692 8.58462 13.0154C8.95385 13.3846 8.95385 13.9846 8.58462 14.3539C8.21539 14.7231 7.61539 14.7231 7.24616 14.3539C6.23078 13.3385 5.67693 11.9538 5.67693 10.5231C5.67693 9.92308 5.76924 9.36923 5.95385 8.81539C6.73847 6.36923 9.13847 4.56923 12 4.56923ZM10.9846 14.9538C10.2 14.9538 9.5077 15.6 9.5077 16.4308V21.6462C9.5077 22.4308 10.1539 23.1231 10.9846 23.1231H13.0154C13.8 23.1231 14.4923 22.4769 14.4923 21.6462V16.3846C14.4923 15.6 13.8 14.9538 13.0154 14.9538H10.9846ZM14.4923 10.7077C14.4923 12.0842 13.3765 13.2 12 13.2C10.6235 13.2 9.5077 12.0842 9.5077 10.7077C9.5077 9.33123 10.6235 8.21539 12 8.21539C13.3765 8.21539 14.4923 9.33123 14.4923 10.7077Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-pop-in\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.1539 14.4462H18.9692C19.3385 14.4462 19.7077 14.2154 19.7077 13.8462V12.4615C19.7077 12.0923 19.3846 11.6769 18.9692 11.6769H15.3231C14.9077 11.6769 14.6769 11.2154 15 10.9385L22.8462 3.09231C23.1231 2.81538 23.1231 2.4 22.8462 2.12307L21.8769 1.15384C21.6 0.876921 21.1846 0.876921 20.9077 1.15384L13.0615 9C12.7846 9.27692 12.3231 9.09231 12.3231 8.67692V5.03077C12.3231 4.66154 11.9538 4.24615 11.5846 4.24615H10.2462C9.87693 4.24615 9.55385 4.66154 9.55385 5.03077V13.8C9.6 14.2154 9.78462 14.4 10.1539 14.4462ZM17.0769 16.2923H15.2308C14.9538 16.2923 14.7692 16.4769 14.7692 16.7538V19.6154C14.7692 19.9846 14.4462 20.3077 14.0769 20.3077H4.38462C4.01539 20.3077 3.69231 19.9846 3.69231 19.6154V9.92307C3.69231 9.55384 4.01539 9.23077 4.33847 9.23077H7.24616C7.52308 9.23077 7.7077 9.04615 7.7077 8.76923V6.92307C7.7077 6.64615 7.52308 6.46154 7.24616 6.46154H2.76923C1.75385 6.46154 0.92308 7.29231 0.92308 8.30769V21.2308C0.92308 22.2462 1.75385 23.0769 2.76923 23.0769H15.6923C16.7077 23.0769 17.5385 22.2462 17.5385 21.2308V16.7538C17.5385 16.4769 17.3538 16.2923 17.0769 16.2923Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-power\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.8726 3.55385C15.5495 3.41539 15.2264 3.64616 15.2264 3.96923V5.72308C15.2264 6.04616 15.4111 6.36923 15.688 6.5077C18.1341 7.89231 19.7034 10.6615 19.3341 13.7539C18.9649 17.1231 16.2418 19.8923 12.8264 20.2615C8.39567 20.7692 4.61105 17.2615 4.61105 12.9231C4.61105 10.2 6.08797 7.8 8.30336 6.5077C8.58028 6.36923 8.7649 6.04616 8.7649 5.72308V3.96923C8.7649 3.64616 8.44182 3.41539 8.11874 3.55385C4.19567 5.16923 1.47259 9.23077 1.88797 13.8462C2.30336 18.6 6.08797 22.4769 10.8418 23.0308C16.9341 23.6769 22.1495 18.9231 22.1495 12.9231C22.1495 8.67693 19.5649 5.07693 15.8726 3.55385ZM13.3803 1.61539C13.3803 1.24616 13.0572 0.92308 12.688 0.92308H11.3034C10.9341 0.92308 10.611 1.24616 10.611 1.61539V9.46154C10.611 9.83077 10.9341 10.1539 11.3034 10.1539H12.688C13.0572 10.1539 13.3803 9.83077 13.3803 9.46154V1.61539Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-preview\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.9192 12.0462C21.75 7.66154 17.2269 4.61539 12.0115 4.61539C6.79615 4.61539 2.27308 7.66154 0.103846 12.0462C-0.0346154 12.3231 -0.0346154 12.6462 0.103846 12.8769C2.27308 17.2615 6.79615 20.3077 12.0115 20.3077C17.2269 20.3077 21.75 17.2615 23.9192 12.8769C24.0577 12.6 24.0577 12.3231 23.9192 12.0462ZM12.0115 17.5385C9.19615 17.5385 6.93461 15.2769 6.93461 12.4615C6.93461 9.64616 9.19615 7.38462 12.0115 7.38462C14.8269 7.38462 17.0885 9.64616 17.0885 12.4615C17.0885 15.2769 14.8269 17.5385 12.0115 17.5385ZM12.0115 9.23077C10.2115 9.23077 8.78077 10.6615 8.78077 12.4615C8.78077 14.2615 10.2115 15.6923 12.0115 15.6923C13.8115 15.6923 15.2423 14.2615 15.2423 12.4615C15.2423 10.6615 13.8115 9.23077 12.0115 9.23077Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-priority\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.61539 1.61539C4.61539 1.24616 4.29231 0.92308 3.92308 0.92308H2.53847C2.16924 0.92308 1.84616 1.24616 1.84616 1.61539V22.3846C1.84616 22.7538 2.16924 23.0769 2.53847 23.0769H3.92308C4.29231 23.0769 4.61539 22.7538 4.61539 22.3846V1.61539ZM22.3846 3.55385C15 7.43077 15.8308 -0.507689 6.92308 2.58462C6.64616 2.67693 6.46154 2.95385 6.46154 3.23077V13.9846C6.46154 14.3077 6.78462 14.5385 7.06154 14.4C15.9231 11.4462 15 19.5692 22.7077 15.2308C22.9385 15.0923 23.0769 14.8615 23.0769 14.6308V3.92308C23.0769 3.6 22.7077 3.36923 22.3846 3.55385Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-privately-shared\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.4886 18.3692C16.1655 16.4769 14.2271 15.5077 12.6579 14.8154C11.9655 14.4923 10.9963 14.1231 10.7194 13.2923C10.5348 12.8308 10.6271 12.3692 10.8579 11.9538C11.2732 11.5385 11.6425 11.1692 11.9655 10.6615C12.0579 10.5231 12.104 10.4308 12.1963 10.2923C13.1194 8.95385 13.2579 7.1077 12.704 5.58462C12.1502 3.92308 10.6732 2.81539 8.87324 2.76923H8.59632C6.79632 2.81539 5.31939 3.92308 4.76555 5.58462C4.2117 7.15385 4.35016 8.95385 5.27324 10.2923C5.31939 10.4308 5.4117 10.5231 5.50401 10.6615C5.82708 11.1692 6.24247 11.5385 6.6117 11.9538C6.79632 12.3692 6.88862 12.8308 6.75016 13.2923C6.47324 14.1231 5.50401 14.4923 4.8117 14.8154C3.24247 15.5077 1.30401 16.4769 0.980931 18.3692C0.657854 19.9385 1.71939 21.5077 3.38093 21.5077H14.2732C15.7502 21.5077 16.8117 19.9385 16.4886 18.3692ZM19.1194 4.7077C21.0117 4.61539 22.5348 6.09231 22.5348 7.98462C22.5348 8.12308 22.4425 8.16923 22.3502 8.16923H21.5194C21.3809 8.16923 21.3348 8.12308 21.3348 7.98462V8.03077C21.3348 6.92308 20.504 6 19.4425 5.9077C18.2425 5.81539 17.2732 6.78462 17.2732 7.93846C17.2732 8.07693 17.1809 8.12308 17.0886 8.12308H16.2579C16.1655 8.12308 16.0732 8.03077 16.0732 7.93846C16.0732 6.27693 17.4117 4.8 19.1194 4.7077ZM22.5348 9H16.0271C15.5655 9 15.1963 9.36923 15.1963 9.83077V13.7077C15.1963 14.1692 15.5655 14.5385 16.0271 14.5385H22.5348C22.9963 14.5385 23.3655 14.1692 23.3655 13.7077V9.83077C23.3655 9.36923 22.9963 9 22.5348 9ZM20.2271 13.0154C20.2732 13.1538 20.1809 13.2923 20.0425 13.2923H18.5194C18.3809 13.2923 18.2886 13.1538 18.3348 13.0154L18.704 11.8154C18.3809 11.6308 18.1963 11.2615 18.2886 10.8462C18.3809 10.4769 18.6579 10.1538 19.0732 10.0615C19.7194 9.92308 20.2732 10.3846 20.2732 11.0308C20.2732 11.3538 20.0886 11.6769 19.8579 11.8154L20.2271 13.0154Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-process\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.47693 10.7077L11.4 5.81538C11.6769 5.44615 12.2308 5.44615 12.5077 5.81538L16.4308 10.7538C16.5692 10.9385 16.7539 11.0769 16.9846 11.0769H21.4154C21.7846 11.0769 22.1539 10.7538 22.1539 10.3846V3.69231C22.1539 2.67692 21.2769 1.84615 20.2615 1.84615H3.69231C2.67693 1.84615 1.84616 2.67692 1.84616 3.69231V10.3846C1.84616 10.7538 2.16924 11.0769 2.53847 11.0769H6.92308C7.15385 11.0769 7.33847 10.8923 7.47693 10.7077ZM16.4769 13.2923L12.5539 18.1846C12.2769 18.5538 11.7231 18.5538 11.4462 18.1846L7.52308 13.2462C7.33847 13.1077 7.15385 12.9231 6.92308 12.9231H2.53847C2.16924 12.9231 1.84616 13.2462 1.84616 13.6154V20.3077C1.84616 21.3231 2.67693 22.1538 3.69231 22.1538H20.3077C21.3231 22.1538 22.1539 21.3231 22.1539 20.3077V13.6154C22.1539 13.2462 21.8308 12.9231 21.4615 12.9231H17.0308C16.8 12.9231 16.6154 13.1077 16.4769 13.2923Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-prompt\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M21.6923 2.07692H2.3077C1.52308 2.07692 0.92308 2.67692 0.92308 3.46153V17.5846C0.92308 18.3692 1.52308 18.9692 2.3077 18.9692H9L10.6615 21.3692C11.1231 22.0154 11.9538 22.1538 12.6 21.6923C12.6923 21.6 12.7846 21.5077 12.8769 21.4154L14.8154 18.9692H21.6923C22.4769 18.9692 23.0769 18.3692 23.0769 17.5846V3.46153C23.0769 2.67692 22.4769 2.07692 21.6923 2.07692Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-prompt-edit\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M21.6923 2.07692H2.30769C1.52308 2.07692 0.923077 2.67692 0.923077 3.46153V17.5846C0.923077 18.3692 1.52308 18.9692 2.30769 18.9692H9L10.6615 21.3692C11.1231 22.0154 11.9538 22.1538 12.6 21.6923C12.6923 21.6 12.7846 21.5077 12.8769 21.4154L14.8154 18.9692H21.6923C22.4769 18.9692 23.0769 18.3692 23.0769 17.5846V3.46153C23.0769 2.67692 22.4769 2.07692 21.6923 2.07692ZM9.83077 14.7692C9.73846 14.8615 9.69231 14.9077 9.6 14.9077L7.29231 15.4615C7.06154 15.5077 6.87692 15.3231 6.92308 15.0923L7.47692 12.7846C7.47692 12.7385 7.52308 12.6461 7.56923 12.6L7.61538 12.5538C7.66154 12.5077 7.8 12.5077 7.89231 12.5538L9.83077 14.4923C9.87692 14.5846 9.87692 14.7231 9.83077 14.7692ZM15.4154 9.0923L10.6615 13.8462C10.5692 13.9385 10.4308 13.9385 10.3846 13.8462L8.49231 11.9538C8.4 11.9077 8.4 11.7692 8.49231 11.6769L13.2 6.92307C13.2923 6.83077 13.4308 6.83077 13.4769 6.92307L15.3692 8.81538C15.4615 8.90769 15.4615 9 15.4154 9.0923ZM16.8462 7.70769L16.2923 8.26153C16.2 8.35384 16.0615 8.35384 16.0154 8.26153L14.1231 6.36923C14.0308 6.27692 14.0308 6.13846 14.1231 6.0923L14.6308 5.53846C14.9538 5.21538 15.5077 5.21538 15.8308 5.53846L16.8462 6.55384C17.1692 6.87692 17.1692 7.38461 16.8462 7.70769Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-puzzle\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.1385 17.7231C21.0462 18.9692 20.9077 20.3077 20.6769 21.6C20.6308 21.9692 20.2154 22.3846 19.8462 22.4308C17.3538 22.7077 14.9077 22.8923 12.4154 22.8923C9.96923 22.8923 7.47692 22.7538 5.03077 22.4308C4.66154 22.3846 4.24615 22.0154 4.2 21.6C3.87692 19.5692 3.69231 17.4923 3.69231 15.4154C3.69231 13.3385 3.87692 11.2615 4.2 9.23077C4.24615 8.86154 4.66154 8.49231 5.03077 8.4C6.55385 8.21539 8.03077 8.12308 9.50769 8.03077C9.50769 8.03077 10.7077 7.98462 10.6154 6.83077C10.5231 5.81539 8.76923 5.12308 8.76923 3.41539C8.76923 2.03077 10.1538 0.92308 12.4154 0.92308C14.6308 0.92308 16.0154 2.03077 16.0154 3.41539C16.0154 5.16923 14.3077 5.81539 14.2154 6.83077C14.1231 7.93847 15.3231 8.03077 15.3231 8.03077C16.8462 8.07693 18.3692 8.21539 19.8462 8.4C20.2154 8.44616 20.6308 8.81539 20.6769 9.23077C20.9077 10.6615 21.0462 12 21.1385 13.4308C21.1385 13.8462 20.8154 14.2615 20.4 14.2615H19.9846C19.5692 14.2615 18.9231 13.9385 18.6462 13.6154C18.6462 13.6154 17.6769 12.6 16.6154 12.5539C14.9077 12.5077 13.6154 13.9846 13.6154 15.6C13.6154 17.2154 14.9077 18.7385 16.5692 18.6923C17.5846 18.6462 18.6 17.6308 18.6 17.6308C18.9231 17.3538 19.5231 17.0769 19.9385 17.0769H20.3538C20.8615 17.0769 21.1846 17.3539 21.1385 17.7231Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-question\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.0659 17.5867H10.7582C10.389 17.5867 10.1121 17.3097 10.1121 16.9405V16.2482C10.1121 14.3097 11.3582 12.5559 13.2044 11.9097C13.7582 11.7251 14.2659 11.402 14.6813 10.9405C16.989 8.17127 14.8659 4.8482 12.0967 4.75589C11.0813 4.70974 10.1121 5.07897 9.37363 5.77127C8.77363 6.32512 8.4044 7.01743 8.31209 7.80204C8.26593 8.07897 7.98901 8.30974 7.61978 8.30974H5.31209C4.8967 8.30974 4.57363 7.98666 4.61978 7.57127C4.8044 5.81743 5.58901 4.2482 6.83516 3.00204C8.31209 1.61743 10.2044 0.878966 12.2352 0.92512C16.0659 1.06358 19.2044 4.20204 19.3429 8.03281C19.4813 11.2636 17.4967 14.1713 14.4967 15.279C14.0813 15.4636 13.8044 15.7867 13.8044 16.202V16.8944C13.8044 17.3097 13.4352 17.5867 13.0659 17.5867ZM13.8044 22.4328C13.8044 22.802 13.4813 23.1251 13.1121 23.1251H10.8044C10.4352 23.1251 10.1121 22.802 10.1121 22.4328V20.1251C10.1121 19.7559 10.4352 19.4328 10.8044 19.4328H13.1121C13.4813 19.4328 13.8044 19.7559 13.8044 20.1251V22.4328Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-questions-and-answers\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.0769 12.9231C23.0769 11.1231 21.9231 9.55385 20.3077 9C20.1692 4.52308 16.5231 0.92308 12 0.92308C7.47693 0.92308 3.83077 4.52308 3.69231 9C2.07693 9.55385 0.92308 11.1231 0.92308 12.9231C0.92308 14.8615 2.26154 16.4769 4.01539 16.9385C5.03077 20.4923 8.21539 23.0769 12 23.0769C15.7846 23.0769 18.9692 20.4923 19.9846 16.9385C21.7385 16.4769 23.0769 14.8615 23.0769 12.9231ZM18.4615 8.76923L18.4154 8.72308L18.6 8.76923H18.4615ZM12 21.2308C8.44616 21.2308 5.53847 18.2308 5.53847 14.5846C5.53847 13.6615 5.72308 12.2769 6.09231 11.4462C6.13846 11.3077 6.23077 11.1692 6.27693 11.0308C7.66154 10.4769 8.86154 9.5077 9.64616 8.26154C11.2615 10.2923 13.8 11.6769 16.6154 11.6769C17.5846 11.6769 17.8615 11.7231 17.9538 11.6769C18.1385 12.2769 18.3231 13.0154 18.3692 13.7538C18.0923 14.9077 16.2923 16.0154 13.7538 16.1538C13.6615 15.9231 13.3846 15.6923 13.1077 15.6923H10.8C10.4308 15.6923 10.1538 16.0615 10.1538 16.4308V17.8154C10.1538 18.1846 10.4308 18.4615 10.8 18.4615H13.1077C13.4308 18.4615 13.6615 18.3231 13.7538 18.0462C15.4154 18 16.8923 17.5385 18.0462 16.8462C17.1692 19.3846 14.8154 21.2308 12 21.2308Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-question-mark\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M12.3299 20.154C12.707 20.154 13.0369 20.4839 13.0369 20.861V22.3693C13.0369 22.7464 12.707 23.0764 12.3299 23.0764H10.8216C10.4445 23.0764 10.1145 22.7464 10.1145 22.3693V20.861C10.1145 20.4839 10.4445 20.154 10.8216 20.154H12.3299ZM11.9999 1.34676C15.6765 1.34676 18.6932 4.36345 18.6932 8.04005C18.6932 10.8682 16.9963 13.2721 14.5453 14.262H14.4981C13.6497 14.6391 13.0369 15.5346 13.0369 16.5245L12.9427 16.713C12.9427 17.1373 12.5656 17.4201 12.1885 17.4201H10.6801C10.3031 17.4201 10.0202 17.1373 10.0202 16.7602V16.0531C10.0202 14.0734 11.2929 12.2823 13.1783 11.6224C13.744 11.4338 14.3096 11.151 14.7338 10.6797L14.781 10.6325C15.3937 9.92548 15.7708 9.0299 15.7708 8.04005C15.7708 5.91893 14.0739 4.22204 11.9528 4.22204C10.1145 4.22204 8.55903 5.54185 8.22908 7.28587V7.38014C8.18195 7.66296 7.89913 7.89864 7.52204 7.89864H6.0137C5.58948 7.89864 5.25952 7.56869 5.30666 7.14446V7.09733C5.77802 3.84496 8.60617 1.34676 11.9999 1.34676Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-quick-text\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.8451 1.38461C5.56822 1.38461 0.491295 6.04615 0.491295 11.7692C0.491295 13.5692 0.998987 15.2769 1.87591 16.8C2.01437 17.0308 2.06053 17.3077 1.96822 17.5846L0.491295 21.6C0.352833 21.9692 0.722064 22.2923 1.09129 22.2L5.15283 20.6308C5.3836 20.5385 5.66053 20.5846 5.93745 20.7231C7.64514 21.6923 9.67591 22.2462 11.8913 22.2462C18.1221 22.2 23.199 17.5846 23.199 11.8154C23.199 6.04615 18.1221 1.38461 11.8451 1.38461ZM6.5836 11.4C6.5836 11.1692 6.76822 10.9385 7.04514 10.9385H14.3836C14.6144 10.9385 14.8451 11.1231 14.8451 11.4V12.3231C14.8451 12.5538 14.6605 12.7846 14.3836 12.7846H6.99899C6.76822 12.7846 6.53745 12.6 6.53745 12.3231V11.4H6.5836ZM17.1528 15.8308C17.1528 16.0615 16.9682 16.2923 16.6913 16.2923H6.99899C6.76822 16.2923 6.53745 16.1077 6.53745 15.8308V14.9538C6.53745 14.7231 6.72206 14.4923 6.99899 14.4923H16.6913C16.9221 14.4923 17.1528 14.6769 17.1528 14.9538V15.8308ZM17.1528 8.76923C17.1528 9 16.9682 9.23077 16.6913 9.23077H6.99899C6.76822 9.23077 6.53745 9.04615 6.53745 8.76923V7.8923C6.53745 7.66154 6.72206 7.43077 6.99899 7.43077H16.6913C16.9221 7.43077 17.1528 7.61538 17.1528 7.8923V8.76923Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-quip\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M11.3609 1.81696C6.24851 2.11519 2.11597 6.24773 1.81774 11.3602C1.39171 17.2394 6.1207 22.2241 12 22.2241H22.2248V11.9992C22.2248 6.11992 17.2402 1.39093 11.3609 1.81696ZM7.14319 7.52584C7.14319 7.14241 7.44141 6.84418 7.82484 6.84418H16.1751C16.5586 6.84418 16.8568 7.14241 16.8568 7.52584V8.2075C16.8568 8.59093 16.5586 8.88915 16.1751 8.88915H7.78224C7.39881 8.88915 7.10058 8.59093 7.10058 8.2075C7.14319 8.2501 7.14319 7.52584 7.14319 7.52584ZM16.8568 16.3874C16.8568 16.7708 16.5586 17.069 16.1751 17.069H7.78224C7.39881 17.069 7.10058 16.7708 7.10058 16.3874V15.7057C7.10058 15.3223 7.39881 15.0241 7.78224 15.0241H16.1325C16.516 15.0241 16.8142 15.3223 16.8142 15.7057V16.3874H16.8568ZM19.413 12.34C19.413 12.7235 19.1148 13.0217 18.7314 13.0217H5.22603C4.8426 13.0217 4.54437 12.7235 4.54437 12.34V11.6584C4.54437 11.275 4.8426 10.9767 5.22603 10.9767H18.7314C19.1148 10.9767 19.413 11.275 19.413 11.6584V12.34Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-quotation-marks\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.6308 2.76923C16.4769 2.76923 13.2923 6 13.2923 10.1538V20.0769C13.2923 20.4462 13.6154 20.7692 13.9846 20.7692H21.8308C22.2 20.7692 22.5231 20.4462 22.5231 20.0769V12.2308C22.5231 11.8615 22.2 11.5385 21.8308 11.5385H16.0615V10.1538C16.0615 7.84616 18.3231 5.53846 20.6308 5.53846H21.8308C22.2 5.53846 22.5231 5.21539 22.5231 4.84616V3.46154C22.5231 3.09231 22.2 2.76923 21.8308 2.76923H20.6308ZM9.18462 2.76923C5.03078 2.76923 1.84616 6 1.84616 10.1538V20.0769C1.84616 20.4462 2.16924 20.7692 2.53847 20.7692H10.3846C10.7539 20.7692 11.0769 20.4462 11.0769 20.0769V12.2308C11.0769 11.8615 10.7539 11.5385 10.3846 11.5385H4.61539V10.1538C4.61539 7.84616 6.87693 5.53846 9.18462 5.53846H10.3846C10.7539 5.53846 11.0769 5.21539 11.0769 4.84616V3.46154C11.0769 3.09231 10.7539 2.76923 10.3846 2.76923H9.18462Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-quote\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.8385 0.928113H12.7615C12.2538 0.881959 11.7923 1.15888 11.4231 1.52811L1.54614 11.4512C0.715373 12.282 0.715373 13.7127 1.54614 14.5897L9.3923 22.4358C10.2231 23.2666 11.6538 23.2666 12.5308 22.4358L22.5461 12.3743C22.9154 12.005 23.1461 11.405 23.1 10.8973V3.1435C23.0538 1.9435 22.0385 0.928113 20.8385 0.928113ZM12.8538 17.1743L12.3461 17.682C12.0692 17.9589 11.6077 17.9589 11.3308 17.682L6.29999 12.6973C6.02306 12.4204 6.02306 11.9589 6.29999 11.682L6.80768 11.1743C7.0846 10.8973 7.54614 10.8973 7.82306 11.1743L12.8538 16.205C13.1769 16.4358 13.1769 16.8973 12.8538 17.1743ZM15.8077 14.2204L15.3 14.7281C15.0231 15.005 14.5615 15.005 14.2846 14.7281L9.25384 9.7435C8.97691 9.46657 8.97691 9.00504 9.25384 8.72811L9.76153 8.22042C10.0385 7.9435 10.5 7.9435 10.7769 8.22042L15.8077 13.2512C16.1308 13.482 16.1308 13.9435 15.8077 14.2204ZM17.8846 7.9435C16.8692 7.9435 16.0385 7.11273 16.0385 6.09734C16.0385 5.08196 16.8692 4.25119 17.8846 4.25119C18.9 4.25119 19.7308 5.08196 19.7308 6.09734C19.7308 7.11273 18.9 7.9435 17.8846 7.9435Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-radio-button\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.04615 13.1538C3.32307 13.1538 1.15384 15.3231 1.15384 18C1.15384 20.6769 3.32307 22.8923 6.04615 22.8923C8.72307 22.8923 10.9385 20.7231 10.9385 18C10.8923 15.3231 8.72307 13.1538 6.04615 13.1538ZM6.04615 20.7231C4.56922 20.7231 3.32307 19.5231 3.32307 18C3.32307 16.4769 4.52307 15.2769 6.04615 15.2769C7.56922 15.2769 8.76922 16.4769 8.76922 18C8.76922 19.5231 7.52307 20.7231 6.04615 20.7231ZM17.9538 13.1538C15.2769 13.1538 13.0615 15.3231 13.0615 18.0461C13.0615 20.7231 15.2308 22.9385 17.9538 22.9385C20.6308 22.9385 22.8461 20.7692 22.8461 18.0461C22.8461 15.3231 20.6769 13.1538 17.9538 13.1538ZM6.04615 1.15384C3.32307 1.15384 1.15384 3.32307 1.15384 6.04615C1.15384 8.72307 3.32307 10.9385 6.04615 10.9385C8.72307 10.9385 10.9385 8.76922 10.9385 6.04615C10.8923 3.32307 8.72307 1.15384 6.04615 1.15384ZM6.04615 8.72307C4.56922 8.72307 3.32307 7.52307 3.32307 5.99999C3.32307 4.47692 4.52307 3.27692 6.04615 3.27692C7.56922 3.27692 8.76922 4.47692 8.76922 5.99999C8.76922 7.52307 7.52307 8.72307 6.04615 8.72307ZM17.9538 1.15384C15.2769 1.15384 13.0615 3.32307 13.0615 6.04615C13.0615 8.72307 15.2308 10.9385 17.9538 10.9385C20.6308 10.9385 22.8461 8.76922 22.8461 6.04615C22.8461 3.32307 20.6769 1.15384 17.9538 1.15384Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-rating\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.3384 19.8462V22.1538C13.3384 22.6615 12.9231 23.0769 12.4154 23.0769H11.4923C10.9846 23.0769 10.5692 22.6615 10.5692 22.1538V19.8462C10.5692 19.5692 10.8 19.4308 11.0308 19.4769C11.0308 19.4769 11.4923 19.6154 11.9538 19.6154C12.4154 19.6154 12.9231 19.4769 12.9231 19.4769C13.2 19.4308 13.3846 19.6154 13.3384 19.8462ZM5.07691 4.98462V1.84616C5.07691 1.33847 4.66153 0.92308 4.15383 0.92308H3.23076C2.72307 0.92308 2.30768 1.33847 2.30768 1.84616V4.98462C1.47691 5.44616 0.923065 6.36923 0.923065 7.38462C0.923065 8.9077 2.16922 10.1539 3.6923 10.1539C5.21537 10.1539 6.46153 8.9077 6.46153 7.38462C6.46153 6.36923 5.90768 5.44616 5.07691 4.98462ZM4.61537 12.0923C4.61537 12.0923 4.10768 12.2308 3.64614 12.2308C3.1846 12.2308 2.72307 12.0923 2.72307 12.0923C2.4923 12.0462 2.26153 12.1846 2.26153 12.4615V22.1538C2.26153 22.6615 2.67691 23.0769 3.1846 23.0769H4.10768C4.61537 23.0769 5.03076 22.6615 5.03076 22.1538V12.4615C5.07691 12.1846 4.8923 12.0462 4.61537 12.0923ZM21.2308 13.9385C21.2308 13.9385 20.7231 14.0769 20.2615 14.0769C19.8 14.0769 19.3385 13.9385 19.3385 13.9385C19.1077 13.8923 18.8769 14.0308 18.8769 14.3077V22.1538C18.8769 22.6615 19.2923 23.0769 19.8 23.0769H20.7231C21.2308 23.0769 21.6461 22.6615 21.6461 22.1538V14.3077C21.6923 14.0769 21.5077 13.8923 21.2308 13.9385ZM21.6923 6.83077V1.84616C21.6923 1.33847 21.2769 0.92308 20.7692 0.92308H19.8461C19.3384 0.92308 18.9231 1.33847 18.9231 1.84616V6.83077C18.0923 7.29231 17.5385 8.21539 17.5385 9.23077C17.5385 10.7538 18.7846 12 20.3077 12C21.8308 12 23.0769 10.7538 23.0769 9.23077C23.0769 8.21539 22.5231 7.29231 21.6923 6.83077ZM13.3846 12.3692V1.84616C13.3846 1.33847 12.9692 0.92308 12.4615 0.92308H11.5385C11.0308 0.92308 10.6154 1.33847 10.6154 1.84616V12.3692C9.7846 12.8308 9.23076 13.7538 9.23076 14.7692C9.23076 16.2923 10.4769 17.5385 12 17.5385C13.5231 17.5385 14.7692 16.2923 14.7692 14.7692C14.7692 13.7538 14.2154 12.8308 13.3846 12.3692Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-reassign\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.7077 4.7077C8.35385 2.35385 4.61539 1.61539 1.33846 2.63077C1.2 2.63077 1.01539 2.86154 1.01539 3.23077V5.03077C1.01539 5.4 1.33846 5.49231 1.52308 5.44616C4.01539 4.43077 7.06154 4.89231 9.04616 6.96923L9.55385 7.47693C9.83077 7.75385 9.6 8.26154 9.23077 8.26154H5.63077C5.26154 8.26154 4.93846 8.53847 4.93846 8.95385V10.3385C4.93846 10.7077 5.21539 11.0308 5.63077 11.0308L14.4923 11.1231C14.8615 11.1231 15.1846 10.8462 15.1846 10.4308L15.2308 1.61539C15.2308 1.24616 14.9538 0.92308 14.5385 0.92308H13.1538C12.7846 0.92308 12.4154 1.2 12.4154 1.56923L12.3692 5.21539C12.3692 5.58462 11.8615 5.81539 11.5846 5.53847C11.6308 5.58462 10.7077 4.7077 10.7077 4.7077ZM1.61539 12.8308H3C3.36923 12.8308 3.69231 13.1538 3.69231 13.5231V19.6154C3.69231 19.9846 4.01539 20.3077 4.38462 20.3077H19.6154C19.9846 20.3077 20.3077 19.9846 20.3077 19.6154V7.8C20.3077 7.43077 19.9846 7.1077 19.6154 7.1077H17.7692C17.4 7.1077 17.0769 6.78462 17.0769 6.41539V5.03077C17.0769 4.66154 17.4 4.33847 17.7692 4.33847H21.2308C22.2462 4.33847 23.0769 5.16923 23.0769 6.18462V21.2308C23.0769 22.2462 22.2462 23.0769 21.2308 23.0769H2.76923C1.75385 23.0769 0.92308 22.2462 0.92308 21.2308V13.5231C0.92308 13.1538 1.24616 12.8308 1.61539 12.8308Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-recurring-exception\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 16.1538L12.8308 11.0308L12.4615 10.6615L7.89231 6.09231L5.86154 4.06154L3.64615 1.84615C3.32308 1.47692 2.81538 1.43077 2.53846 1.70769L1.56923 2.67692C1.33846 2.90769 1.33846 3.27692 1.52308 3.6L20.2154 22.3385L20.2615 22.3846C20.5846 22.7077 21.0923 22.7538 21.3692 22.5231L22.3385 21.5538C22.6154 21.2769 22.5692 20.7692 22.2 20.4462L20.0308 18.2769L18 16.1538ZM11.4923 5.07692C13.3385 5.07692 15.0923 5.81538 16.3846 7.10769C16.6154 7.29231 16.8 7.52308 16.9385 7.75384C17.0769 8.12308 16.7538 8.30769 16.3385 8.30769H12.9692L15.7385 11.0769H21.5538C21.8769 11.0769 22.1538 10.8 22.1538 10.4769V2.07692C22.0615 1.70769 21.7385 1.38461 21.3692 1.38461H19.9846C19.6154 1.38461 19.2923 1.70769 19.2923 2.07692V5.30769C19.2923 5.72307 19.0615 5.90769 18.7385 5.63077C18.6 5.44615 18.4615 5.30769 18.2769 5.16923C15.9692 2.86154 12.7385 1.89231 9.41538 2.53846C8.81538 2.67692 8.26154 2.81538 7.70769 3.09231L9.92308 5.30769C10.3846 5.12307 10.9385 5.07692 11.4923 5.07692ZM12.4154 19.1077C10.5692 19.1077 8.81538 18.3692 7.52308 17.0769C7.29231 16.8923 7.10769 16.6615 6.96923 16.4308C6.83077 16.0615 7.15385 15.8769 7.56923 15.8769H10.8C10.8462 15.8769 10.8923 15.8769 10.9846 15.8308L8.26154 13.1077H2.4C2.07692 13.1077 1.8 13.3846 1.8 13.7077V22.1077C1.84615 22.4769 2.16923 22.8 2.53846 22.8H3.92308C4.29231 22.8 4.61538 22.4769 4.61538 22.1077V18.8769C4.61538 18.4615 4.84615 18.2769 5.16923 18.5538C5.30769 18.7385 5.44615 18.8769 5.63077 19.0154C7.93846 21.3231 11.1692 22.2923 14.4923 21.6462C15.0923 21.5077 15.6462 21.3692 16.2 21.0923L13.9846 18.8769C13.4769 19.0154 12.9692 19.1077 12.4154 19.1077Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-recycle-bin-empty\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M19.3846 9.23077C19.7538 9.23077 20.0307 9.55385 20.0769 9.92308V20.7692C20.0769 22.0615 19.0615 23.0769 17.7692 23.0769H6.69226C5.39996 23.0769 4.38457 22.0615 4.38457 20.7692V9.92308C4.38457 9.55385 4.70765 9.23077 5.07688 9.23077H19.3846ZM16.4307 15.8769C16.2461 15.5077 15.8307 15.4154 15.5538 15.6C15.4153 15.6923 15.3692 15.7846 15.2769 15.8769C15.1846 16.0615 15.1846 16.3385 15.2769 16.5231L16.4307 18.5077C16.4769 18.5538 16.523 18.7846 16.3846 19.0615C16.2 19.3385 15.8307 19.3846 14.6307 19.3846V18.6923C14.6307 18.6 14.6307 18.5538 14.5384 18.5077C14.4461 18.4615 14.4461 18.5077 14.3538 18.5539L12.8769 19.8462L12.7846 19.9385C12.7846 19.9385 12.6923 20.0769 12.7846 20.1692L14.1692 21.6C14.2615 21.6923 14.3076 21.6462 14.3538 21.6462C14.4 21.6462 14.4461 21.6 14.4461 21.5077L14.4923 20.6769C15.8769 20.6769 16.8923 20.6769 17.4461 19.6615C17.9538 18.6923 17.5846 17.9538 17.5846 17.8615L16.4307 15.8769ZM8.99654 15.5083L8.9538 15.5077L8.81534 15.5539L7.01534 16.0154C6.92303 16.0615 6.87688 16.0615 6.87688 16.1538C6.87688 16.2462 6.87688 16.2923 6.96919 16.3385L7.61534 16.8C6.92303 18 6.41534 18.8308 7.06149 19.8462C7.66149 20.7692 8.53842 20.7692 8.63073 20.7692L10.9384 20.7231C11.3076 20.7231 11.6307 20.4 11.5846 19.9846C11.5846 19.8923 11.5846 19.7538 11.4923 19.6615C11.4 19.4769 11.1692 19.3846 10.9384 19.3846L8.63073 19.4308C8.63073 19.4308 8.3538 19.3846 8.16919 19.1077C7.98457 18.8308 8.07688 18.5077 8.72303 17.4462L9.32303 17.8154C9.41534 17.8615 9.46149 17.8615 9.5538 17.8154C9.64611 17.7692 9.64611 17.7231 9.64611 17.6308L9.23073 15.7846L9.18457 15.6462C9.09226 15.5077 9.04611 15.5077 8.9538 15.5077L8.99654 15.5083ZM12.2307 10.8462C11.1692 10.8462 10.7076 11.5846 10.6615 11.6769L9.46149 13.6154C9.23073 13.8923 9.36919 14.3077 9.64611 14.4923C9.73842 14.5385 9.87688 14.5846 9.96919 14.5846C10.2 14.5846 10.4307 14.4923 10.523 14.3077L11.723 12.3692C11.7692 12.3231 11.8615 12.1385 12.2307 12.1385C12.5538 12.1385 12.7846 12.4154 13.3384 13.5231L12.6923 13.8C12.6461 13.8462 12.6 13.8923 12.6 13.9846C12.6 14.0769 12.6461 14.1231 12.7384 14.1692L14.6307 14.8615C14.6307 14.8615 14.6769 14.9077 14.7692 14.8615C14.8153 14.8615 14.8615 14.8154 14.8615 14.7692L15.5076 12.8769C15.5538 12.7846 15.5076 12.7385 15.4615 12.6923C15.4153 12.6462 15.3692 12.6 15.2769 12.6462L14.5384 12.9692C13.8461 11.7231 13.4307 10.8462 12.2307 10.8462ZM13.5692 0.92308C14.5846 0.92308 15.4153 1.75385 15.4153 2.76923V4.61539H21.2307C21.6 4.61539 21.8769 4.93847 21.8769 5.3077V6.69231C21.8769 7.06154 21.5538 7.38462 21.1846 7.38462H3.18457C2.81534 7.38462 2.49226 7.06154 2.49226 6.69231V5.3077C2.49226 4.93847 2.81534 4.61539 3.18457 4.61539H8.9538V2.76923C8.9538 1.75385 9.78457 0.92308 10.8 0.92308H13.5692ZM13.1076 2.76923H11.2615C10.9846 2.76923 10.8 2.95385 10.8 3.23077V4.61539H13.5692V3.23077C13.5692 2.95385 13.3846 2.76923 13.1076 2.76923Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-recycle-bin-full\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M18.9626 9.96612C19.3243 9.96612 19.5956 10.2826 19.5503 10.6443V20.9074C19.5503 22.1281 18.6009 23.0776 17.3802 23.0776H6.891C5.67028 23.0776 4.72083 22.1281 4.72083 20.9074V10.6443C4.72083 10.2826 5.03731 9.96612 5.39901 9.96612H18.9626ZM16.1142 16.2054C15.9334 15.8889 15.5265 15.7985 15.2552 15.9793C15.1648 16.0245 15.1196 16.1149 15.0291 16.2054C14.9387 16.3862 14.9387 16.6123 15.0291 16.7931L16.1142 18.692C16.1594 18.7372 16.2047 18.9633 16.069 19.2346C15.9334 19.5058 15.5717 19.551 14.4414 19.551L14.4866 18.8729C14.4866 18.7824 14.4866 18.7372 14.3962 18.692C14.3058 18.6468 14.3058 18.692 14.2153 18.7372L12.8138 19.958L12.7233 20.0484C12.7233 20.0484 12.6329 20.184 12.7233 20.2744L14.0345 21.6308C14.1249 21.7212 14.1701 21.676 14.2153 21.676C14.2605 21.676 14.3058 21.6308 14.3058 21.5404L14.351 20.7718C15.7073 20.817 16.6116 20.817 17.1541 19.8223C17.6514 18.9181 17.2445 18.2399 17.1993 18.1043L16.1142 16.2054ZM9.19346 15.9799L9.1516 15.9793L9.01596 16.0245L7.29791 16.4314C7.20748 16.4766 7.16227 16.4766 7.16227 16.5671C7.16227 16.6575 7.16227 16.7027 7.25269 16.7479L7.88566 17.1548C7.20748 18.2851 6.75536 19.0989 7.34312 20.0484C7.88566 20.9074 8.69948 20.9074 8.7899 20.9074L11.0053 20.8622C11.367 20.8622 11.6383 20.5457 11.593 20.2744C11.593 20.184 11.593 20.0484 11.5026 19.958C11.367 19.7771 11.1861 19.6867 10.9601 19.6867L8.7899 19.7319C8.7899 19.7319 8.56384 19.6867 8.38299 19.4154C8.24736 19.1441 8.33778 18.8277 8.92554 17.833L9.46808 18.1947C9.5585 18.2399 9.60372 18.2399 9.69414 18.1947C9.78456 18.1495 9.78456 18.1043 9.78456 18.0138L9.42287 16.2506L9.37766 16.1149C9.28723 15.9793 9.24202 15.9793 9.1516 15.9793L9.19346 15.9799ZM12.1808 11.5033C11.1861 11.5033 10.734 12.1815 10.6888 12.2719L9.5585 14.1256C9.37766 14.4421 9.46808 14.8038 9.73935 14.9846C9.82977 15.0299 9.96541 15.0751 10.0558 15.0751C10.2819 15.0751 10.508 14.9846 10.5984 14.8038L11.7287 12.9501C11.7739 12.9049 11.8643 12.724 12.226 12.724C12.5425 12.724 12.7233 12.9953 13.2659 14.0352L12.6781 14.3065C12.6329 14.3517 12.5877 14.3969 12.5877 14.4873C12.5877 14.5777 12.5877 14.6229 12.7233 14.6229L14.4866 15.3011H14.6222C14.6675 15.3011 14.7127 15.2559 14.7127 15.2107L15.2552 13.4474C15.3004 13.357 15.2552 13.3118 15.21 13.2666C15.1648 13.2214 15.1196 13.1762 15.0291 13.2214L14.351 13.5379C13.718 12.3623 13.3111 11.5033 12.1808 11.5033ZM17.8323 7.70552L17.8775 9.01667H9.9202L17.8323 7.70552ZM12.5425 1.37585C13.4919 1.24021 14.3962 1.87318 14.5318 2.82263L14.8031 4.54068L20.2285 3.68166C20.545 3.63645 20.9067 3.90772 20.9519 4.2242L21.178 5.49014C21.2232 5.85183 20.9971 6.21353 20.6354 6.25874L3.8618 8.97145C3.5001 9.01667 3.13841 8.79061 3.0932 8.42891L2.86714 7.16298C2.82193 6.80128 3.04798 6.43959 3.40968 6.39437L8.74469 5.53535L8.47342 3.81729C8.33778 2.86784 8.97075 1.9636 9.9202 1.82797L12.5425 1.37585ZM12.4367 3.2211L12.3616 3.22954L10.6436 3.50081C10.3723 3.54602 10.2367 3.77208 10.2819 3.99814L10.508 5.26408L13.0398 4.85717L12.859 3.59123C12.8138 3.31996 12.5877 3.18433 12.3616 3.22954L12.4367 3.2211Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-reminder\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.3988 3.67814C23.1219 2.29352 21.9681 1.13968 20.5373 0.955061C19.5219 0.816599 18.5988 1.13968 17.8604 1.69352C17.6296 1.87814 17.6757 2.20121 17.9527 2.33968C19.6604 3.26275 21.1373 4.55506 22.2911 6.12429C22.4296 6.35506 22.7988 6.35506 22.9373 6.12429C23.3988 5.43198 23.5834 4.60121 23.3988 3.67814ZM6.41421 2.38583C6.64497 2.29352 6.69113 1.92429 6.50651 1.73968C5.8142 1.13968 4.84497 0.8166 3.82959 1.00121C2.39882 1.18583 1.19882 2.29352 0.968051 3.67814C0.829589 4.60122 1.0142 5.43198 1.47574 6.12429C1.6142 6.35506 1.98344 6.35506 2.1219 6.12429C3.22959 4.60121 4.66036 3.26275 6.41421 2.38583ZM12.1834 3.2166C6.59882 3.2166 2.02959 7.78583 2.02959 13.3704C2.02959 15.632 2.76805 17.7089 4.0142 19.3704L2.49113 20.8935C1.89113 21.4935 1.89113 22.4166 2.49113 23.0166C2.8142 23.3397 3.18344 23.4781 3.55267 23.4781C3.9219 23.4781 4.29113 23.3397 4.6142 23.0166L6.13728 21.4935C7.84497 22.7397 9.9219 23.4781 12.1834 23.4781C14.445 23.4781 16.5219 22.7397 18.1834 21.4935L19.7065 23.0166C20.0296 23.3397 20.3988 23.4781 20.8142 23.4781C21.1834 23.4781 21.5527 23.3397 21.8757 23.0166C22.4757 22.4166 22.4757 21.4935 21.8757 20.8935L20.3527 19.3704C21.5988 17.7089 22.3373 15.632 22.3373 13.3704C22.3373 7.73968 17.8142 3.2166 12.1834 3.2166ZM5.02959 13.3243C5.02959 9.40121 8.26036 6.2166 12.1834 6.2166C16.1065 6.2166 19.3373 9.40121 19.3373 13.3704C19.3373 17.3397 16.1527 20.4781 12.1834 20.4781C8.2142 20.4781 5.02959 17.2935 5.02959 13.3243ZM13.3373 12.9089V9.95506C13.3373 9.30891 12.8296 8.84737 12.2296 8.84737C11.6296 8.84737 11.1219 9.35506 11.1219 9.95506V13.3243C11.1219 13.6474 11.2142 13.9243 11.445 14.1089L14.0757 16.7397C14.3065 16.9704 14.5834 17.0628 14.8604 17.0628C15.1373 17.0628 15.4142 16.9704 15.645 16.7397C16.1065 16.2781 16.1065 15.5858 15.645 15.1704L13.3373 12.9089Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-resource-absence\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.1282 16.6168C10.1282 15.3706 10.5436 13.9399 11.1897 12.8322C11.9744 11.4475 12.8513 10.8937 13.5436 9.87831C14.6974 8.17062 14.9282 5.72447 14.1897 3.87831C13.4513 1.98601 11.6974 0.878314 9.66666 0.924468C7.63589 0.970622 5.97435 2.21678 5.3282 4.10908C4.58974 6.18601 4.91282 8.67831 6.57435 10.2475C7.26666 10.8937 7.91282 11.9091 7.54358 12.8783C7.22051 13.8014 6.11282 14.2168 5.3282 14.586C3.5282 15.3706 1.35897 16.4783 0.989738 18.6014C0.620508 20.3552 1.82051 22.1552 3.71282 22.1552H11.559C11.9282 22.1552 12.159 21.6937 11.9282 21.4168C10.7744 20.0783 10.1282 18.3706 10.1282 16.6168ZM21.4359 12.6937C19.2667 10.5245 15.759 10.5245 13.5897 12.6937C11.4205 14.8629 11.4205 18.3706 13.5897 20.5399C15.759 22.7091 19.2667 22.7091 21.4359 20.5399C23.6051 18.3706 23.6051 14.8629 21.4359 12.6937ZM19.8205 17.586C20.0051 17.7706 20.0051 18.0937 19.7744 18.2783L19.1282 18.9245C18.9436 19.1091 18.7128 19.1091 18.5282 18.8783L17.559 17.9091L16.5436 18.9245C16.359 19.1091 16.1282 19.1091 15.9436 18.8783L15.2513 18.2322C15.0667 18.0475 15.0205 17.8168 15.2051 17.6322L16.2205 16.6168L15.2513 15.6014C15.0667 15.4168 15.0205 15.186 15.2051 15.0014L15.8513 14.3552C16.0359 14.1706 16.359 14.1245 16.5436 14.3091L17.5128 15.2783L18.482 14.3091C18.6667 14.1245 18.9897 14.0783 19.1744 14.2629L19.8205 14.9091C20.0051 15.0937 20.0051 15.4168 19.7744 15.6014L18.8051 16.5706L19.8205 17.586Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-resource-capacity\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5128 11.0783C14.4205 11.0783 11.9282 13.6168 11.9282 16.7091C11.9282 19.8014 14.4205 22.2937 17.5128 22.2937C20.6051 22.2937 23.0974 19.7552 23.0974 16.7091C23.0974 13.6629 20.6051 11.0783 17.5128 11.0783ZM21.4359 17.2629H17.3744V12.9706C17.3744 12.9706 18.8974 12.8783 20.282 14.3091C21.6667 15.7399 21.4359 17.2629 21.4359 17.2629ZM10.2667 16.7552C10.2667 15.5091 10.682 14.0322 11.3282 12.9245C12.1128 11.5399 12.9897 10.986 13.682 9.92447C14.8359 8.21677 15.0667 5.72447 14.3282 3.87831C13.5897 1.98601 11.8359 0.878314 9.75897 0.924468C7.7282 0.970622 6.02051 2.21678 5.37435 4.15524C4.63589 6.23216 4.95897 8.77062 6.62051 10.3399C7.31282 10.986 7.95897 12.0014 7.58974 13.0168C7.26666 13.9399 6.15897 14.3552 5.37435 14.7245C3.57435 15.5091 1.35897 16.6168 0.989738 18.786C0.620508 20.5399 1.82051 22.386 3.71282 22.386H11.6051C11.9744 22.386 12.2051 21.9245 11.9744 21.6475C10.9128 20.2629 10.2667 18.5552 10.2667 16.7552Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-resource-territory\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.8513 12.8783C13.7744 11.5399 14.7436 10.8937 15.3897 9.87831C16.5436 8.17062 16.7744 5.72447 16.0359 3.87831C15.2974 1.98601 13.5436 0.878314 11.5128 0.924468C9.48205 0.970622 7.82051 2.21678 7.17435 4.10908C6.43589 6.18601 6.75897 8.67831 8.42051 10.2475C9.11281 10.8937 9.75897 11.9091 9.38974 12.8783C9.06666 13.8014 7.95897 14.2168 7.17435 14.586C5.37435 15.3706 3.20512 16.4783 2.83589 18.6014C2.46666 20.3552 3.66666 22.1552 5.55897 22.1552H13.8667C14.2359 22.1552 14.559 21.7399 14.3282 21.4629C13.1744 20.1245 11.9744 18.3706 11.9744 16.6168C11.882 15.3706 12.2513 13.986 12.8513 12.8783ZM17.9282 17.6783C16.959 17.6783 16.1282 16.8937 16.1282 15.9245C16.1282 14.9552 16.9128 14.1706 17.9282 14.1706C18.8974 14.1706 19.7282 14.9552 19.7282 15.9245C19.7282 16.8937 18.8974 17.6783 17.9282 17.6783ZM17.9282 11.6783C15.5744 11.6783 13.682 13.5706 13.682 15.9245C13.682 18.8322 16.7282 21.5552 17.6513 22.2475C17.7897 22.386 18.0205 22.386 18.2051 22.2475C19.1282 21.5091 22.1744 18.8322 22.1744 15.9245C22.1744 13.5706 20.282 11.6783 17.9282 11.6783Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-ribbon\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.7077 16.9385L6.36923 23.0769L5.26154 20.1231H2.30769L6.09231 15C6.83077 15.4615 7.61539 15.5077 8.16923 15.6462C8.35385 15.6923 8.58462 15.7385 8.67692 15.7385C8.76923 15.7846 8.95385 15.9231 9.04615 16.0154C9.46154 16.2923 10.0154 16.7077 10.7077 16.9385ZM17.7231 15C16.9846 15.4615 16.2 15.5077 15.6462 15.6462C15.4615 15.6923 15.1846 15.7385 15.0923 15.7385C15 15.7846 14.8154 15.9231 14.7231 16.0154C14.3077 16.2923 13.8 16.7538 13.1077 16.9846L17.4462 23.0769L18.5538 20.1231H21.5077L17.7231 15ZM11.9077 5.35385C10.4769 5.35385 9.32308 6.5077 9.32308 7.93847C9.32308 9.36923 10.4769 10.5231 11.9077 10.5231C13.3385 10.5231 14.4923 9.36923 14.4923 7.93847C14.4923 6.5077 13.3385 5.35385 11.9077 5.35385ZM18.9231 7.93846C18.9231 8.81539 17.9538 9.5077 17.6308 10.2923C17.3077 11.1231 17.4923 12.2769 16.8462 12.8769C16.2462 13.4769 15.0923 13.3385 14.2615 13.6615C13.4769 13.9846 12.7846 14.9538 11.9077 14.9538C11.0308 14.9538 10.3385 13.9846 9.55385 13.6615C8.72308 13.3385 7.56923 13.5231 6.96923 12.8769C6.36923 12.2769 6.50769 11.1231 6.18462 10.2923C5.86154 9.5077 4.89231 8.81539 4.89231 7.93846C4.89231 7.06154 5.86154 6.36923 6.18462 5.58462C6.50769 4.75385 6.32308 3.6 6.96923 3C7.56923 2.4 8.72308 2.53846 9.55385 2.21539C10.3385 1.89231 11.0308 0.92308 11.9077 0.92308C12.7846 0.92308 13.4769 1.89231 14.2615 2.21539C15.0923 2.53846 16.2462 2.35385 16.8462 3C17.4462 3.6 17.3077 4.75385 17.6308 5.58462C17.9538 6.36923 18.9231 7.06154 18.9231 7.93846ZM16.7077 7.93847C16.7077 5.26154 14.5846 3.13847 11.9077 3.13847C9.23077 3.13847 7.10769 5.26154 7.10769 7.93847C7.10769 10.6154 9.23077 12.7385 11.9077 12.7385C14.5846 12.7385 16.7077 10.6154 16.7077 7.93847Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-richtextbulletedlist\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.69231 6.69231C3.69231 7.06154 3.36923 7.38462 3 7.38462H1.61539C1.24616 7.38462 0.92308 7.06154 0.92308 6.69231V5.30769C0.92308 4.93846 1.24616 4.61539 1.61539 4.61539H3C3.36923 4.61539 3.69231 4.93846 3.69231 5.30769V6.69231ZM23.0769 5.30769C23.0769 4.93846 22.7539 4.61539 22.3846 4.61539H6.23077C5.86154 4.61539 5.53847 4.93846 5.53847 5.30769V6.69231C5.53847 7.06154 5.86154 7.38462 6.23077 7.38462H22.3846C22.7539 7.38462 23.0769 7.06154 23.0769 6.69231V5.30769ZM3.69231 11.7692C3.69231 11.4 3.36923 11.0769 3 11.0769H1.61539C1.24616 11.0769 0.92308 11.4 0.92308 11.7692V13.1538C0.92308 13.5231 1.24616 13.8462 1.61539 13.8462H3C3.36923 13.8462 3.69231 13.5231 3.69231 13.1538V11.7692ZM21.2308 11.7692C21.2308 11.4 20.9077 11.0769 20.5385 11.0769H6.23077C5.86154 11.0769 5.53847 11.4 5.53847 11.7692V13.1538C5.53847 13.5231 5.86154 13.8462 6.23077 13.8462H20.5385C20.9077 13.8462 21.2308 13.5231 21.2308 13.1538V11.7692ZM3.69231 18.2308C3.69231 17.8615 3.36923 17.5385 3 17.5385H1.61539C1.24616 17.5385 0.92308 17.8615 0.92308 18.2308V19.6154C0.92308 19.9846 1.24616 20.3077 1.61539 20.3077H3C3.36923 20.3077 3.69231 19.9846 3.69231 19.6154V18.2308ZM23.0769 18.2308C23.0769 17.8615 22.7539 17.5385 22.3846 17.5385H6.23077C5.86154 17.5385 5.53847 17.8615 5.53847 18.2308V19.6154C5.53847 19.9846 5.86154 20.3077 6.23077 20.3077H22.3846C22.7539 20.3077 23.0769 19.9846 23.0769 19.6154V18.2308Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-richtextindent\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 5.3077C24 4.93847 23.6769 4.61539 23.3077 4.61539H15.4615C15.0923 4.61539 14.7692 4.93847 14.7692 5.3077V6.69232C14.7692 7.06155 15.0923 7.38462 15.4615 7.38462H23.3077C23.6769 7.38462 24 7.06155 24 6.69232V5.3077ZM22.1538 16.3846C22.1538 16.0154 21.8308 15.6923 21.4615 15.6923H15.4615C15.0923 15.6923 14.7692 16.0154 14.7692 16.3846V17.7692C14.7692 18.1385 15.0923 18.4615 15.4615 18.4615H21.4615C21.8308 18.4615 22.1538 18.1385 22.1538 17.7692V16.3846ZM24 10.8462C24 10.4769 23.6769 10.1539 23.3077 10.1539H15.4615C15.0923 10.1539 14.7692 10.4769 14.7692 10.8462V12.2308C14.7692 12.6 15.0923 12.9231 15.4615 12.9231H23.3077C23.6769 12.9231 24 12.6 24 12.2308V10.8462ZM12.9231 2.53847C12.9231 2.16924 12.6 1.84616 12.2308 1.84616H10.8462C10.4769 1.84616 10.1538 2.16924 10.1538 2.53847V21.4615C10.1538 21.8308 10.4769 22.1539 10.8462 22.1539H12.2308C12.6 22.1539 12.9231 21.8308 12.9231 21.4615V2.53847ZM4.33846 7.06155C4.06154 6.78462 3.69231 7.01539 3.69231 7.47693V10.1539H0.692308C0.323077 10.1539 0 10.4769 0 10.8462V12.2308C0 12.6 0.323077 12.9231 0.692308 12.9231H3.69231V15.6462C3.69231 16.1077 4.10769 16.3385 4.33846 16.0615L8.16923 11.9077C8.30769 11.7231 8.30769 11.4462 8.16923 11.2615L4.33846 7.06155Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-richtextnumberedlist\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.0769 3.00001V4.38462C23.0769 4.75385 22.7538 5.07693 22.3846 5.07693H9.92308C9.55385 5.07693 9.23077 4.75385 9.23077 4.38462V3.00001C9.23077 2.63078 9.55385 2.3077 9.92308 2.3077H22.3846C22.7538 2.3077 23.0769 2.63078 23.0769 3.00001ZM9.92308 9.69231H18.2308C18.6 9.69231 18.9231 9.36924 18.9231 9.00001V7.61539C18.9231 7.24616 18.6 6.92308 18.2308 6.92308H9.92308C9.55385 6.92308 9.23077 7.24616 9.23077 7.61539V9.00001C9.23077 9.36924 9.55385 9.69231 9.92308 9.69231ZM22.3846 13.8462H9.92308C9.55385 13.8462 9.23077 14.1692 9.23077 14.5385V15.9231C9.23077 16.2923 9.55385 16.6154 9.92308 16.6154H22.3846C22.7538 16.6154 23.0769 16.2923 23.0769 15.9231V14.5385C23.0769 14.1692 22.7538 13.8462 22.3846 13.8462ZM18.2308 18.4615H9.92308C9.55385 18.4615 9.23077 18.7846 9.23077 19.1539V20.5385C9.23077 20.9077 9.55385 21.2308 9.92308 21.2308H18.2308C18.6 21.2308 18.9231 20.9077 18.9231 20.5385V19.1539C18.9231 18.7846 18.6 18.4615 18.2308 18.4615ZM1.61539 3.69231H2.76923V9.46155C2.76923 9.83078 3.09231 10.1539 3.46154 10.1539H3.92308C4.29231 10.1539 4.61539 9.83078 4.61539 9.46155V2.76924C4.61539 2.26155 4.2 1.84616 3.69231 1.84616H1.61539C1.24616 1.84616 0.92308 2.16924 0.92308 2.53847V3.00001C0.92308 3.36924 1.24616 3.69231 1.61539 3.69231ZM5.53846 12.9231H1.61539C1.24616 12.9231 0.92308 13.2462 0.92308 13.6154V14.0769C0.92308 14.4462 1.24616 14.7692 1.61539 14.7692H4.61539V16.6154H1.84616C1.33847 16.6154 0.92308 17.0308 0.92308 17.5385V21.2308C0.92308 21.7385 1.33847 22.1539 1.84616 22.1539H5.76923C6.13846 22.1539 6.46154 21.8308 6.46154 21.4615V21C6.46154 20.6308 6.13846 20.3077 5.76923 20.3077H2.76923V18.4615H5.53846C6.04616 18.4615 6.46154 18.0462 6.46154 17.5385V13.8462C6.46154 13.3385 6.04616 12.9231 5.53846 12.9231Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-richtextoutdent\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.53462 10.1539H4.58077V7.43078C4.58077 6.96924 4.16538 6.73847 3.93461 7.01539L0.103846 11.1692C-0.0346154 11.3539 -0.0346154 11.6308 0.103846 11.8154L3.93461 15.9692C4.21154 16.2462 4.58077 16.0154 4.58077 15.5539V12.9231H7.53462C7.90385 12.9231 8.27308 12.6 8.27308 12.2308V10.8462C8.27308 10.4769 7.90385 10.1539 7.53462 10.1539ZM23.9654 5.3077C23.9654 4.93847 23.6423 4.61539 23.2731 4.61539H15.4269C15.0577 4.61539 14.7346 4.93847 14.7346 5.3077V6.69232C14.7346 7.06155 15.0577 7.38462 15.4269 7.38462H23.2731C23.6423 7.38462 23.9654 7.06155 23.9654 6.69232V5.3077ZM22.1192 16.3846C22.1192 16.0154 21.7962 15.6923 21.4269 15.6923H15.4269C15.0577 15.6923 14.7346 16.0154 14.7346 16.3846V17.7692C14.7346 18.1385 15.0577 18.4615 15.4269 18.4615H21.4269C21.7962 18.4615 22.1192 18.1385 22.1192 17.7692V16.3846ZM23.9654 10.8462C23.9654 10.4769 23.6423 10.1539 23.2731 10.1539H15.4269C15.0577 10.1539 14.7346 10.4769 14.7346 10.8462V12.2308C14.7346 12.6 15.0577 12.9231 15.4269 12.9231H23.2731C23.6423 12.9231 23.9654 12.6 23.9654 12.2308V10.8462ZM12.8885 2.53847C12.8885 2.16924 12.5654 1.84616 12.1962 1.84616H10.8115C10.4423 1.84616 10.1192 2.16924 10.1192 2.53847V21.4615C10.1192 21.8308 10.4423 22.1539 10.8115 22.1539H12.1962C12.5654 22.1539 12.8885 21.8308 12.8885 21.4615V2.53847Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-routing-offline\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.852 4.14231C15.5135 -0.149997 8.4981 -0.149997 4.15964 4.14231C-0.178819 8.43462 -0.132666 15.4962 4.15964 19.8346C8.45195 24.1731 15.5135 24.1269 19.852 19.8346C24.1904 15.5423 24.1443 8.48077 19.852 4.14231ZM12.0058 20.2962C7.43657 20.2962 3.6981 16.5577 3.6981 11.9885C3.6981 7.41923 7.43657 3.68077 12.0058 3.68077C16.575 3.68077 20.3135 7.37308 20.3135 11.9885C20.3135 16.6038 16.6212 20.2962 12.0058 20.2962Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-rows\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.4615 6.46154H2.53847C2.16924 6.46154 1.84616 6.13846 1.84616 5.76923V4.38461C1.84616 4.01538 2.16924 3.69231 2.53847 3.69231H21.4615C21.8308 3.69231 22.1539 4.01538 22.1539 4.38461V5.76923C22.1539 6.13846 21.8308 6.46154 21.4615 6.46154ZM21.4615 13.3385H2.53847C2.16924 13.3385 1.84616 13.0154 1.84616 12.6462V11.2615C1.84616 10.9385 2.16924 10.6154 2.53847 10.6154H21.4615C21.8308 10.6154 22.1539 10.9385 22.1539 11.3077V12.6923C22.1539 13.0154 21.8308 13.3385 21.4615 13.3385ZM21.4615 20.3077H2.53847C2.16924 20.3077 1.84616 19.9846 1.84616 19.6154V18.2308C1.84616 17.8615 2.16924 17.5385 2.53847 17.5385H21.4615C21.8308 17.5385 22.1539 17.8615 22.1539 18.2308V19.6154C22.1539 19.9846 21.8308 20.3077 21.4615 20.3077Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-rules\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.1231 11.5385L19.3846 7.8C19.2 7.61539 18.8769 7.61539 18.6923 7.8L18 8.49231C17.8154 8.67693 17.8154 9 18 9.18462L19.1539 10.3385C19.3385 10.5231 19.2 10.8923 18.9231 10.8923H8.72308L14.8154 4.84616C15 4.66154 15.3692 4.8 15.3692 5.07693V6.73847C15.3692 7.01539 15.5538 7.2 15.8308 7.2H16.8C17.0769 7.2 17.2615 7.01539 17.2615 6.73847V1.38462C17.2615 1.1077 17.0769 0.92308 16.8 0.92308H11.5385C11.3077 0.92308 11.0769 1.15385 11.0769 1.43077V2.35385C11.0769 2.63077 11.2615 2.81539 11.5385 2.81539H13.2C13.4769 2.81539 13.6154 3.13847 13.4308 3.36923L5.95385 10.8462H1.38462C1.1077 10.8462 0.92308 11.0769 0.92308 11.3539V12.3231C0.92308 12.6 1.2 12.8308 1.43077 12.8308H6.04616L13.4769 20.2615C13.6615 20.4462 13.5231 20.8154 13.2462 20.8154H11.5846C11.3077 20.8154 11.1231 21 11.1231 21.2769V22.2C11.1231 22.4308 11.3077 22.6615 11.5846 22.7077H16.8462C17.1231 22.7077 17.3077 22.5231 17.3077 22.2462V16.9385C17.3077 16.6615 17.1231 16.4769 16.8462 16.4769H15.8769C15.6 16.4769 15.4154 16.6615 15.4154 16.9385V18.6C15.4154 18.8769 15.0923 19.0154 14.8615 18.8308L8.76923 12.8308H18.9692C19.2462 12.8308 19.3846 13.2 19.2 13.3846L18 14.5385C17.8154 14.7231 17.8154 15.0462 18 15.2308L18.6923 15.9231C18.8769 16.1077 19.2 16.1077 19.3846 15.9231L23.1231 12.2308C23.3077 12 23.3077 11.7231 23.1231 11.5385Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-salesforce1\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.0615 5.53846C10.8462 4.75384 11.9077 4.24615 13.1077 4.24615C14.6769 4.24615 16.0615 5.12308 16.8 6.41538C17.4462 6.13846 18.1385 5.95384 18.8769 5.95384C21.7385 5.95384 24.0462 8.26154 24.0462 11.1231C24.0462 13.9846 21.7385 16.2923 18.8769 16.2923C18.5077 16.2923 18.1846 16.2462 17.8615 16.2C17.2154 17.3538 15.9692 18.1385 14.5385 18.1385C13.9385 18.1385 13.3846 18 12.8769 17.7692C12.2308 19.2923 10.7077 20.3538 8.90769 20.3538C7.06154 20.3538 5.44615 19.2 4.84615 17.5385C4.56923 17.5846 4.29231 17.6308 4.01538 17.6308C1.8 17.6308 0 15.8308 0 13.6154C0 12.1385 0.784616 10.8462 1.98462 10.1538C1.75385 9.6 1.61538 8.95384 1.61538 8.30769C1.61538 5.76923 3.69231 3.69231 6.27692 3.69231C7.89231 3.73846 9.23077 4.43077 10.0615 5.53846Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-screen\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.1231 1.84616V8.12308C17.1231 8.58462 16.7538 9.00001 16.2462 9.00001H6.41538C5.95385 9.00001 5.53846 8.63078 5.53846 8.12308V1.84616H3.69231C2.67692 1.84616 1.84615 2.67693 1.84615 3.69231V20.3077C1.84615 21.3231 2.67692 22.1539 3.69231 22.1539H20.3077C21.3231 22.1539 22.1538 21.3231 22.1538 20.3077V5.16924L18.8308 1.84616H17.1231ZM20.3538 19.4308C20.3538 19.8923 19.9846 20.3077 19.4769 20.3077H4.56923C4.10769 20.3077 3.69231 19.9385 3.69231 19.4308V11.7231C3.69231 11.2615 4.06154 10.8462 4.56923 10.8462H19.4769C19.9385 10.8462 20.3538 11.2154 20.3538 11.7231V19.4308ZM11.4462 6.27693C11.4462 6.73847 11.8154 7.15385 12.3231 7.15385H14.4462C14.9077 7.15385 15.3231 6.78462 15.3231 6.27693V1.84616H11.4923L11.4462 6.27693Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-section\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M20.1231 15.693C20.9077 15.693 21.6 16.3392 21.6 17.17V20.8623C21.6 21.693 20.9538 22.3392 20.1231 22.3392H3.87693C3.04616 22.3392 2.4 21.693 2.4 20.8623V17.17C2.4 16.3392 3.04616 15.693 3.87693 15.693H20.1231ZM19.0154 17.9084H4.98462C4.8 17.9084 4.61539 18.093 4.61539 18.2776V19.7546C4.61539 19.9392 4.8 20.1238 4.98462 20.1238H19.0154C19.2 20.1238 19.3846 19.9392 19.3846 19.7546V18.2776C19.3846 18.093 19.2 17.9084 19.0154 17.9084ZM21.9692 10.5238C22.5692 10.5238 23.0769 11.0315 23.0769 11.6315V12.37C23.0769 12.97 22.5692 13.4776 21.9692 13.4776H18.2769C17.6769 13.4776 17.1692 12.97 17.1692 12.37V11.6315C17.1692 11.0315 17.6769 10.5238 18.2769 10.5238H21.9692ZM13.8462 10.5238C14.4462 10.5238 14.9539 11.0315 14.9539 11.6315V12.37C14.9539 12.97 14.4462 13.4776 13.8462 13.4776H10.1538C9.55385 13.4776 9.04616 12.97 9.04616 12.37V11.6315C9.04616 11.0315 9.55385 10.5238 10.1538 10.5238H13.8462ZM5.72308 10.5238C6.32308 10.5238 6.83077 11.0315 6.83077 11.6315V12.37C6.83077 12.97 6.32308 13.4776 5.72308 13.4776H2.03077C1.38462 13.4776 0.92308 12.97 0.92308 12.37V11.6315C0.92308 11.0315 1.43077 10.5238 2.03077 10.5238H5.72308ZM20.1231 1.66226C20.9077 1.66226 21.6 2.30842 21.6 3.13919V6.83149C21.6 7.66226 20.9538 8.30842 20.1231 8.30842H3.87693C3.04616 8.30842 2.4 7.66226 2.4 6.83149V3.13919C2.4 2.30842 3.04616 1.66226 3.87693 1.66226H20.1231ZM19.0154 3.87765H4.98462C4.8 3.87765 4.61539 4.06226 4.61539 4.24688V5.7238C4.61539 5.90842 4.8 6.09303 4.98462 6.09303H19.0154C19.2 6.09303 19.3846 5.90842 19.3846 5.7238V4.24688C19.3846 4.06226 19.2 3.87765 19.0154 3.87765Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-sentiment-negative\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 0.92308C5.9077 0.92308 0.92308 5.9077 0.92308 12.0462C0.92308 18.1846 5.9077 23.1692 12 23.1692C18.0923 23.1692 23.0769 18.1846 23.0769 12.0462C23.0769 5.9077 18.0923 0.92308 12 0.92308ZM7.84616 6.92308C8.63077 6.92308 9.23077 7.75385 9.23077 8.76923C9.23077 9.78462 8.63077 10.6154 7.84616 10.6154C7.06154 10.6154 6.46154 9.78462 6.46154 8.76923C6.46154 7.75385 7.06154 6.92308 7.84616 6.92308ZM6.46154 17.8615C6.69231 15.0462 8.76923 12.6923 12.0462 12.6923C15.2769 12.6923 17.3077 15.0462 17.5385 17.8615H6.46154ZM16.1539 10.6154C15.3692 10.6154 14.7692 9.78462 14.7692 8.76923C14.7692 7.75385 15.3692 6.92308 16.1539 6.92308C16.9385 6.92308 17.5385 7.75385 17.5385 8.76923C17.5385 9.78462 16.9385 10.6154 16.1539 10.6154Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-sentiment-neutral\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 0.92308C5.9077 0.92308 0.92308 5.9077 0.92308 12.0462C0.92308 18.1846 5.9077 23.1692 12 23.1692C18.0923 23.1692 23.0769 18.1846 23.0769 12.0462C23.0769 5.9077 18.0923 0.92308 12 0.92308ZM7.84616 6.92308C8.63077 6.92308 9.23077 7.75385 9.23077 8.76923C9.23077 9.78462 8.63077 10.6154 7.84616 10.6154C7.06154 10.6154 6.46154 9.78462 6.46154 8.76923C6.46154 7.75385 7.06154 6.92308 7.84616 6.92308ZM17.5385 15.7385C17.5385 16.2462 17.1231 16.6154 16.6615 16.6154H7.33846C6.83077 16.6154 6.46154 16.2 6.46154 15.7385V15.6923C6.46154 15.1846 6.87693 14.8154 7.33846 14.8154H16.6154C17.1231 14.8154 17.5385 15.2308 17.5385 15.7385ZM16.1539 10.6154C15.3692 10.6154 14.7692 9.78462 14.7692 8.76923C14.7692 7.75385 15.3692 6.92308 16.1539 6.92308C16.9385 6.92308 17.5385 7.75385 17.5385 8.76923C17.5385 9.78462 16.9385 10.6154 16.1539 10.6154Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-smiley-and-people\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.0769 12.0461C23.0769 18.1846 18.0923 23.1692 12 23.1692C5.90768 23.1692 0.923065 18.1846 0.923065 12.0461C0.923065 5.90768 5.90768 0.923065 12 0.923065C18.0923 0.923065 23.0769 5.90768 23.0769 12.0461ZM7.84614 6.92306C7.06153 6.92306 6.46153 7.75383 6.46153 8.76922C6.46153 9.7846 7.06153 10.6154 7.84614 10.6154C8.63076 10.6154 9.23076 9.7846 9.23076 8.76922C9.23076 7.75383 8.63076 6.92306 7.84614 6.92306ZM16.1538 6.92306C15.3692 6.92306 14.7692 7.75383 14.7692 8.76922C14.7692 9.7846 15.3692 10.6154 16.1538 10.6154C16.9384 10.6154 17.5385 9.7846 17.5385 8.76922C17.5385 7.75383 16.9384 6.92306 16.1538 6.92306ZM5.07691 13.3846C5.35383 16.8923 7.93845 19.8461 11.9538 19.8461C16.0154 19.8461 18.6461 16.8923 18.9231 13.3846H5.07691Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-settings\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.1575 8.76923C10.3575 8.76923 8.92676 10.2 8.92676 12C8.92676 13.8 10.3575 15.2308 12.1575 15.2308C13.9575 15.2308 15.3883 13.8 15.3883 12C15.3883 10.2 13.9575 8.76923 12.1575 8.76923ZM21.8498 14.9077L20.1421 13.4769C20.2345 12.9692 20.2806 12.4154 20.2806 11.9077C20.2806 11.4 20.2345 10.8462 20.1421 10.3385L21.8498 8.9077C22.4037 8.44616 22.5883 7.61539 22.2191 6.96923L21.4806 5.67693C21.2037 5.21539 20.696 4.93847 20.1421 4.93847C19.9575 4.93847 19.7729 4.98462 19.6345 5.03077L17.5114 5.81539C16.6806 5.07693 15.7575 4.56923 14.7883 4.24616L14.4191 2.07693C14.2806 1.33847 13.6345 0.92308 12.896 0.92308H11.4191C10.6806 0.92308 10.0345 1.33847 9.89599 2.07693L9.52676 4.2C8.51137 4.52308 7.5883 5.07693 6.75753 5.76923L4.63445 4.98462C4.44984 4.93847 4.31137 4.89231 4.12676 4.89231C3.57291 4.89231 3.06522 5.16923 2.7883 5.63077L2.04984 6.92308C1.6806 7.56923 1.81907 8.4 2.41907 8.86154L4.12676 10.2923C4.03445 10.8 3.9883 11.3539 3.9883 11.8615C3.9883 12.4154 4.03445 12.9231 4.12676 13.4308L2.41907 14.8615C1.86522 15.3231 1.6806 16.1539 2.04984 16.8L2.7883 18.0923C3.06522 18.5539 3.57291 18.8308 4.12676 18.8308C4.31137 18.8308 4.49599 18.7846 4.63445 18.7385L6.75753 17.9538C7.5883 18.6923 8.51137 19.2 9.48061 19.5231L9.84984 21.7385C9.9883 22.4769 10.5883 22.9846 11.3729 22.9846H12.8498C13.5883 22.9846 14.2345 22.4308 14.3729 21.6923L14.7421 19.4769C15.8037 19.1077 16.7729 18.5539 17.6037 17.7692L19.5883 18.5539C19.7729 18.6 19.9575 18.6462 20.1421 18.6462C20.696 18.6462 21.2037 18.3692 21.4806 17.9077L22.1729 16.7077C22.5883 16.2 22.4037 15.3692 21.8498 14.9077ZM12.1575 17.0769C9.34214 17.0769 7.0806 14.8154 7.0806 12C7.0806 9.18462 9.34214 6.92308 12.1575 6.92308C14.9729 6.92308 17.2345 9.18462 17.2345 12C17.2345 14.8154 14.9729 17.0769 12.1575 17.0769Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-setup-assistant-guide\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.30769 11.4923C5.30769 11.3077 5.07692 11.2154 4.93846 11.3077L2.86153 13.0154C2.76923 13.1077 2.76923 13.2461 2.76923 13.3846V20.7231C2.76923 21.1846 3.41538 21.4154 3.83076 21.0923L7.2 18.4615C7.2923 18.3692 7.33846 18.2769 7.24615 18.1385C6.41538 16.8923 5.58461 14.8154 5.30769 11.4923ZM9.78461 18.3692C9.87692 18.4154 9.96923 18.4615 10.0615 18.4615H13.8923C13.9846 18.4615 14.0769 18.4154 14.1692 18.3692C14.7231 18 16.9385 16.1538 16.9385 9.87691C16.9385 6.96922 16.1077 4.93845 15.1385 3.55383C13.7077 1.52307 12 0.923065 12 0.923065C12 0.923065 10.2461 1.52307 8.81538 3.59999C7.84615 4.9846 7.06153 6.96922 7.06153 9.87691C7.06153 16.1538 9.23077 18 9.78461 18.3692ZM11.9538 5.99999C13.4769 5.99999 14.7231 7.24614 14.7231 8.76922C14.7231 10.2923 13.4769 11.5385 11.9538 11.5385C10.4308 11.5385 9.18461 10.2923 9.18461 8.76922C9.18461 7.24614 10.4308 5.99999 11.9538 5.99999ZM21.0923 13.0154L19.0615 11.3077C18.9231 11.1692 18.6923 11.2615 18.6923 11.4923C18.4154 14.8154 17.5846 16.8923 16.8 18.1846C16.7538 18.2769 16.7538 18.4154 16.8461 18.5077L20.2154 21.1385C20.6308 21.4615 21.2308 21.2308 21.2308 20.7692V13.3846C21.2308 13.2461 21.2308 13.1077 21.0923 13.0154ZM14.8615 20.5385C14.7692 20.4 14.6308 20.3077 14.4923 20.3077H9.41538C9.27692 20.3077 9.0923 20.4 9.04615 20.5385C8.86153 20.8154 8.58461 21.3231 8.4 21.9692C8.26153 22.5231 8.72307 23.0769 9.32307 23.0769H14.5846C15.1846 23.0769 15.6462 22.5231 15.5077 21.9692C15.3231 21.2769 15.0462 20.7692 14.8615 20.5385Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-setup-modal\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.3846 0.923248H1.61537C1.24614 0.923248 0.923065 1.24633 0.923065 1.61556V16.5694C0.923065 16.9386 1.24614 17.2617 1.61537 17.2617H22.3846C22.7538 17.2617 23.0769 16.9386 23.0769 16.5694V1.61556C23.0769 1.24633 22.7538 0.923248 22.3846 0.923248ZM9.23076 19.3844C10.2498 19.3844 11.0769 20.2115 11.0769 21.2306C11.0769 22.2496 10.2498 23.0767 9.23076 23.0767C8.21168 23.0767 7.3846 22.2496 7.3846 21.2306C7.3846 20.2115 8.21168 19.3844 9.23076 19.3844ZM5.53845 21.2306C5.53845 20.2115 4.71137 19.3844 3.6923 19.3844C2.67322 19.3844 1.84614 20.2115 1.84614 21.2306C1.84614 22.2496 2.67322 23.0767 3.6923 23.0767C4.71137 23.0767 5.53845 22.2496 5.53845 21.2306ZM14.7692 19.3844C13.7538 19.3844 12.9231 20.2152 12.9231 21.2306C12.9231 22.2469 13.7538 23.0767 14.7692 23.0767C15.7846 23.0767 16.6154 22.2469 16.6154 21.2306C16.6154 20.2152 15.7846 19.3844 14.7692 19.3844ZM14.7692 20.3075C15.2769 20.3075 15.6923 20.7229 15.6923 21.2306C15.6923 21.7383 15.2769 22.1536 14.7692 22.1536C14.2615 22.1536 13.8461 21.7383 13.8461 21.2306C13.8461 20.7229 14.2615 20.3075 14.7692 20.3075ZM22.1538 21.2306C22.1538 20.2115 21.3268 19.3844 20.3077 19.3844C19.2886 19.3844 18.4615 20.2115 18.4615 21.2306C18.4615 22.2496 19.2886 23.0767 20.3077 23.0767C21.3268 23.0767 22.1538 22.2496 22.1538 21.2306Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-share-post\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 1.84616C5.86154 1.84616 0.92308 6.36924 0.92308 12C0.92308 13.8 1.43077 15.4615 2.3077 16.9846C2.4 17.1692 2.44616 17.4 2.4 17.5846L1.38462 20.7692C1.2 21.3692 1.75385 21.8769 2.35385 21.6923L5.58462 20.5846C5.81539 20.4923 6.04616 20.5385 6.23077 20.6769C7.93847 21.6462 9.92308 22.2 12.0462 22.2C18.1846 22.2 23.1231 17.6769 23.1231 12.0462C22.9846 6.36924 18.0462 1.84616 12 1.84616V1.84616Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-shield\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.21538 6.4846H21.7846C22.2462 6.4846 22.6154 6.02307 22.4769 5.56153C22.0154 4.03845 21.3692 2.65383 20.4923 1.40768C20.2154 1.03845 19.7077 0.992296 19.4308 1.31537C18.5538 2.14614 17.3077 2.60768 16.0154 2.60768C14.6308 2.60768 13.3846 2.05383 12.4615 1.13076C12.1846 0.853834 11.7231 0.853834 11.4462 1.13076C10.5231 2.05383 9.27692 2.60768 7.89231 2.60768C6.6 2.60768 5.4 2.14614 4.47692 1.31537C4.15385 1.03845 3.64615 1.0846 3.41538 1.40768C2.53846 2.60768 1.84615 4.03845 1.43077 5.56153C1.38462 6.02307 1.75385 6.4846 2.21538 6.4846ZM23.0769 9.43845C23.0769 9.02307 22.7538 8.7923 22.3385 8.7923H1.66154C1.24615 8.7923 0.923077 9.02307 0.923077 9.43845V9.57691C0.923077 16.5 5.72308 22.2231 12 23.1C18.2769 22.2231 23.0769 16.5 23.0769 9.62306V9.43845Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-shift-ui\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M21.3728 18.2636C21.8414 18.2636 22.2249 18.647 22.2249 19.1157V21.5441C22.2249 22.0127 21.8414 22.3961 21.3728 22.3961H12.7669C12.2982 22.3961 11.9148 22.0127 11.9148 21.5441V19.1157C11.9148 18.647 12.2982 18.2636 12.7669 18.2636H21.3728ZM21.3728 8.37958C21.8414 8.37958 22.2249 8.76301 22.2249 9.23165V15.0257C22.2249 15.4944 21.8414 15.8778 21.3728 15.8778H2.62724C2.1586 15.8778 1.77517 15.4944 1.77517 15.0257V9.23165C1.77517 8.76301 2.1586 8.37958 2.62724 8.37958H21.3728ZM11.2332 1.90384C11.7018 1.90384 12.0852 2.28727 12.0852 2.75591V5.18431C12.0852 5.65295 11.7018 6.03638 11.2332 6.03638H2.62724C2.1586 6.03638 1.77517 5.65295 1.77517 5.18431V2.75591C1.77517 2.28727 2.1586 1.90384 2.62724 1.90384H11.2332Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-shopping-bag\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.3077 8.86154C20.3077 7.84615 19.4769 7.01538 18.4615 7.01538H18.1385C17.9077 3.87692 15.2769 1.38461 12.0462 1.38461C8.81538 1.38461 6.23077 3.87692 5.95385 7.01538H5.53846C4.52308 7.01538 3.69231 7.84615 3.69231 8.86154L2.76923 20.4C2.76923 21.4154 3.6 22.2462 4.61538 22.2462H19.3846C20.4 22.2462 21.2308 21.4154 21.2308 20.4L20.3077 8.86154ZM12.0462 4.15384C13.7538 4.15384 15.1385 5.4 15.3692 7.01538H8.72308C9 5.4 10.3846 4.15384 12.0462 4.15384ZM14.6769 12.5538H9.32308C8.53846 12.5538 7.93846 11.9077 7.93846 11.1692C7.93846 10.4308 8.58461 9.78461 9.32308 9.78461H14.7231C15.5077 9.78461 16.1077 10.4308 16.1077 11.1692C16.1077 11.9077 15.4615 12.5538 14.6769 12.5538Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-side-list\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.3846 1.84616H9.92308C9.55385 1.84616 9.23077 2.16924 9.23077 2.53847V21.4615C9.23077 21.8308 9.55385 22.1539 9.92308 22.1539H22.3846C22.7538 22.1539 23.0769 21.8308 23.0769 21.4615V2.53847C23.0769 2.16924 22.7538 1.84616 22.3846 1.84616ZM6.69231 1.84616H1.61539C1.24616 1.84616 0.92308 2.16924 0.92308 2.53847V4.84616C0.92308 5.21539 1.24616 5.53847 1.61539 5.53847H6.69231C7.06154 5.53847 7.38462 5.21539 7.38462 4.84616V2.53847C7.38462 2.16924 7.06154 1.84616 6.69231 1.84616ZM6.69231 7.38462H1.61539C1.24616 7.38462 0.92308 7.7077 0.92308 8.07693V10.3846C0.92308 10.7539 1.24616 11.0769 1.61539 11.0769H6.69231C7.06154 11.0769 7.38462 10.7539 7.38462 10.3846V8.07693C7.38462 7.7077 7.06154 7.38462 6.69231 7.38462ZM6.69231 12.9231H1.61539C1.24616 12.9231 0.92308 13.2462 0.92308 13.6154V15.9231C0.92308 16.2923 1.24616 16.6154 1.61539 16.6154H6.69231C7.06154 16.6154 7.38462 16.2923 7.38462 15.9231V13.6154C7.38462 13.2462 7.06154 12.9231 6.69231 12.9231ZM6.69231 18.4615H1.61539C1.24616 18.4615 0.92308 18.7846 0.92308 19.1539V21.4615C0.92308 21.8308 1.24616 22.1539 1.61539 22.1539H6.69231C7.06154 22.1539 7.38462 21.8308 7.38462 21.4615V19.1539C7.38462 18.7846 7.06154 18.4615 6.69231 18.4615Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-signpost\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.8577 4.15383L20.9192 2.72307C20.6423 2.53845 20.3654 2.44614 20.0423 2.44614H13.4885V1.66153C13.4885 1.24614 13.1654 0.923065 12.75 0.923065H11.2731C10.8577 0.923065 10.5346 1.24614 10.5346 1.66153V2.39999H3.15C2.73462 2.39999 2.41154 2.72307 2.41154 3.13845V6.0923C2.41154 6.50768 2.73462 6.83076 3.15 6.83076H20.0423C20.3654 6.83076 20.6885 6.73845 20.9192 6.55383L22.8577 5.12306C23.1808 4.84614 23.1808 4.3846 22.8577 4.15383ZM20.8731 10.5231H13.4885V9.41537C13.4885 9.1846 13.35 9.04614 13.1192 9.04614H10.9039C10.6731 9.04614 10.5346 9.1846 10.5346 9.41537V10.5231H3.98077C3.6577 10.5231 3.33462 10.6154 3.10385 10.8L1.16539 12.2308C0.842311 12.4615 0.842311 12.9231 1.16539 13.2L3.10385 14.6308C3.38077 14.8154 3.6577 14.9077 3.98077 14.9077H20.8731C21.2885 14.9077 21.6115 14.5846 21.6115 14.1692V11.2154C21.6115 10.8461 21.2885 10.5231 20.8731 10.5231ZM13.4885 19.9846V17.5384C13.4885 17.3077 13.35 17.1692 13.1192 17.1692H10.9038C10.6731 17.1692 10.5346 17.3077 10.5346 17.5384V19.9846C9.0577 20.4 8.22693 21.2769 7.99616 22.3846C7.90385 22.7077 8.18077 23.0769 8.55 23.0769H15.5192C15.8885 23.0769 16.1654 22.7538 16.0731 22.3846C15.7962 21.2769 14.9654 20.4 13.4885 19.9846Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-slider\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M7.3846 17.5385C8.90768 17.5385 10.1538 18.7846 10.1538 20.3077C10.1538 21.8308 8.90768 23.0769 7.3846 23.0769C6.36922 23.0769 5.44614 22.5231 4.9846 21.6923H1.84614C1.33845 21.6923 0.923065 21.2769 0.923065 20.7692V19.8461C0.923065 19.3384 1.33845 18.9231 1.84614 18.9231H4.9846C5.44614 18.0923 6.36922 17.5385 7.3846 17.5385ZM12.3826 18.9622L12.4615 18.9692H22.1538C22.6615 18.9692 23.0769 19.3846 23.0769 19.8923V20.8154C23.0769 21.3231 22.6615 21.7384 22.1538 21.7384H12.4615C12.1846 21.7384 12.0461 21.5077 12.0923 21.2769C12.0923 21.2769 12.2308 20.8154 12.2308 20.3538C12.2308 19.8923 12.0923 19.3846 12.0923 19.3846C12.0461 19.1077 12.1846 18.9231 12.4615 18.9692L12.3826 18.9622ZM14.7692 9.23076C16.2923 9.23076 17.5385 10.4769 17.5385 12C17.5385 13.5231 16.2923 14.7692 14.7692 14.7692C13.7538 14.7692 12.8308 14.2154 12.3692 13.3846H1.84614C1.33845 13.3846 0.923065 12.9692 0.923065 12.4615V11.5385C0.923065 11.0308 1.33845 10.6154 1.84614 10.6154H12.3692C12.8308 9.7846 13.7538 9.23076 14.7692 9.23076ZM19.8461 10.6615H22.1538C22.6615 10.6615 23.0769 11.0769 23.0769 11.5846V12.5077C23.0769 13.0154 22.6615 13.4308 22.1538 13.4308H19.8461C19.5692 13.4308 19.4308 13.2 19.4769 12.9692C19.4769 12.9692 19.6154 12.5077 19.6154 12.0461C19.6154 11.5846 19.4769 11.0769 19.4769 11.0769C19.4308 10.8 19.6154 10.6154 19.8461 10.6615ZM9.23076 0.923065C10.7538 0.923065 12 2.16922 12 3.6923C12 5.21537 10.7538 6.46153 9.23076 6.46153C8.21537 6.46153 7.2923 5.90768 6.83076 5.07691H1.84614C1.33845 5.07691 0.923065 4.66153 0.923065 4.15383V3.23076C0.923065 2.72307 1.33845 2.30768 1.84614 2.30768H6.83076C7.2923 1.47691 8.21537 0.923065 9.23076 0.923065ZM14.24 2.34677L14.3077 2.35383H22.1538C22.6615 2.35383 23.0769 2.76922 23.0769 3.27691V4.19999C23.0769 4.70768 22.6615 5.12307 22.1538 5.12307H14.3077C14.0308 5.12307 13.8923 4.8923 13.9384 4.66153C13.9384 4.66153 14.0769 4.19999 14.0769 3.73845C14.0769 3.27691 13.9384 2.76922 13.9384 2.76922C13.8923 2.4923 14.0769 2.30768 14.3077 2.35383L14.24 2.34677Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-sms\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9836 1.84616C5.84514 1.84616 0.952827 6.36924 0.952827 11.9539C0.952827 13.7077 1.46052 15.3692 2.29129 16.8462C2.42975 17.0769 2.4759 17.3539 2.3836 17.6308L0.952827 21.5539C0.814366 21.9231 1.1836 22.2462 1.55283 22.1539L5.52206 20.6308C5.75283 20.5385 6.02975 20.5846 6.30667 20.7231C7.96821 21.6462 9.95283 22.2 12.0759 22.2C18.1221 22.1539 23.0605 17.6308 23.0605 12.0462C23.0144 6.36924 18.0759 1.84616 11.9836 1.84616ZM7.55283 13.6615C7.41437 13.8923 7.2759 14.1231 7.09129 14.2615C6.90667 14.4 6.6759 14.5385 6.39898 14.6308C6.16821 14.7231 5.89129 14.7231 5.61437 14.7231C5.24514 14.7231 4.92206 14.6769 4.59898 14.5385C4.2759 14.4 3.95283 14.2154 3.72206 13.9385L3.62975 13.8462C3.5836 13.8 3.62975 13.7077 3.72206 13.6154L4.46052 12.9231C4.55283 12.8308 4.64513 12.8308 4.69129 12.8769C4.73744 12.9231 4.7836 13.0154 4.7836 13.0154C4.8759 13.1539 5.01437 13.2462 5.15283 13.3385C5.3836 13.4769 5.61437 13.4769 5.89129 13.4308C5.9836 13.4308 6.02975 13.3846 6.12206 13.3385L6.26052 13.2C6.30667 13.1539 6.30667 13.0615 6.30667 13.0154C6.30667 12.8308 6.26052 12.7846 6.21437 12.7385C6.12206 12.6462 5.9836 12.5539 5.79898 12.5077C5.61437 12.4615 5.42975 12.3692 5.19898 12.3231C4.96821 12.2308 4.73744 12.1385 4.55283 12.0462C4.32206 11.9077 4.1836 11.7231 4.04513 11.5385C3.90667 11.3077 3.81437 11.0308 3.81437 10.6615C3.81437 10.3385 3.86052 10.0615 3.99898 9.83078C4.13744 9.60001 4.2759 9.41539 4.50667 9.27693C4.69129 9.13847 4.92206 9.00001 5.19898 8.95385C5.75283 8.81539 6.30667 8.81539 6.86052 9.00001C7.13744 9.09231 7.41437 9.27693 7.55283 9.36924L7.69129 9.46154C7.7836 9.5077 7.73744 9.64616 7.64514 9.73847L6.95283 10.4308C6.86052 10.5231 6.72206 10.5231 6.62975 10.4308C6.53744 10.3846 6.49129 10.2923 6.44514 10.2923C6.21437 10.1539 5.89129 10.1077 5.61437 10.1539C5.52206 10.1539 5.4759 10.2 5.42975 10.2462L5.29129 10.3846C5.24513 10.4308 5.24514 10.4769 5.24514 10.5692C5.24514 10.7077 5.29129 10.7539 5.33744 10.8C5.42975 10.8923 5.56821 10.9385 5.75283 11.0308C5.93744 11.0769 6.12206 11.1692 6.35283 11.2154C6.5836 11.3077 6.81437 11.4 6.99898 11.4923C7.22975 11.6308 7.36821 11.8154 7.50667 12C7.64514 12.2308 7.73744 12.5077 7.73744 12.8769C7.73744 13.1539 7.69129 13.4308 7.55283 13.6615ZM15.2144 14.3077C15.2144 14.5846 14.9836 14.7692 14.7067 14.7692H14.2451C13.9682 14.7692 13.8298 14.5846 13.8298 14.3077V11.5846C13.8298 11.3077 13.4605 11.2615 13.3682 11.4923L12.5836 13.5692C12.5374 13.7539 12.3528 13.8462 12.1682 13.8462H11.8451C11.6605 13.8462 11.4759 13.7077 11.4298 13.5692L10.599 11.4923C10.5067 11.2615 10.1374 11.3077 10.1374 11.5846V14.3077C10.1374 14.5846 9.90667 14.7692 9.62975 14.7692H9.16821C8.89129 14.7692 8.75283 14.5846 8.75283 14.3077V9.23078C8.75283 8.95385 8.93744 8.76924 9.16821 8.76924H10.3682C10.5528 8.76924 10.7374 8.9077 10.7836 9.04616L11.7067 11.4462C11.799 11.6308 12.0759 11.6308 12.1221 11.4462L13.0451 9.04616C13.0913 8.86155 13.2759 8.76924 13.4605 8.76924H14.7067C14.9836 8.76924 15.2144 8.95385 15.2144 9.23078V14.3077ZM20.0605 13.7077C19.9221 13.9385 19.7836 14.1692 19.5528 14.3077C19.3682 14.4462 19.1374 14.5846 18.8605 14.6769C18.5836 14.7692 18.3528 14.7692 18.0759 14.7692C17.7067 14.7692 17.3836 14.7231 17.0605 14.5846C16.7374 14.4462 16.4144 14.2615 16.1836 13.9846L16.0913 13.8923C16.0451 13.8462 16.0913 13.7539 16.1836 13.6615L16.9221 12.9692C17.0144 12.8769 17.1067 12.8769 17.1528 12.9231C17.199 12.9692 17.2451 13.0615 17.2451 13.0615C17.3374 13.2 17.4759 13.2923 17.6144 13.3846C17.8451 13.5231 18.1221 13.5231 18.3528 13.4769C18.4451 13.4308 18.5374 13.4308 18.5836 13.3846L18.7221 13.2462C18.7221 13.2462 18.7682 13.1077 18.7682 13.0615C18.7682 12.8769 18.7221 12.8308 18.6759 12.7846C18.5836 12.6923 18.4451 12.6 18.2605 12.5539C18.0759 12.5077 17.8913 12.4154 17.6605 12.3692C17.4298 12.2769 17.199 12.1846 17.0144 12.0923C16.7836 11.9539 16.599 11.7692 16.4605 11.5846C16.3221 11.3539 16.2298 11.0769 16.2298 10.7077C16.2298 10.3846 16.2759 10.1077 16.4144 9.87693C16.5528 9.64616 16.6913 9.46155 16.9221 9.32308C17.1067 9.18462 17.3836 9.04616 17.6144 9.00001C18.1682 8.86155 18.7221 8.86155 19.2759 9.04616C19.5528 9.13847 19.8298 9.32308 19.9682 9.46155L20.1067 9.60001C20.199 9.64616 20.1528 9.78462 20.0605 9.87693L19.3682 10.5692C19.2759 10.6615 19.1374 10.6615 19.0451 10.5692C18.9528 10.5231 18.9067 10.4308 18.8605 10.4308C18.6297 10.2923 18.3067 10.2462 18.0298 10.2923C17.9374 10.2923 17.8913 10.3385 17.8451 10.3846L17.7067 10.5231C17.6605 10.5692 17.6605 10.6615 17.6605 10.7077C17.6605 10.8462 17.7067 10.8923 17.7528 10.9385C17.8451 11.0308 17.9836 11.0769 18.1682 11.1692C18.3528 11.2154 18.5374 11.3077 18.7682 11.3539C18.999 11.4462 19.2297 11.5385 19.4144 11.6308C19.6451 11.7692 19.7836 11.9539 19.9682 12.1385C20.1067 12.3692 20.199 12.6462 20.199 13.0154C20.2451 13.1539 20.199 13.4769 20.0605 13.7077Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-snippet\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.69231 2.76923H1.61539C1.24616 2.76923 0.92308 3.0923 0.92308 3.46153V9.46153C0.92308 9.83077 1.24616 10.1538 1.61539 10.1538H6.69231C7.06154 10.1538 7.38462 9.83077 7.38462 9.46153V3.46153C7.38462 3.0923 7.06154 2.76923 6.69231 2.76923ZM22.3846 2.76923H9.92308C9.55385 2.76923 9.23077 3.0923 9.23077 3.46153V4.84615C9.23077 5.21538 9.55385 5.53846 9.92308 5.53846H22.3846C22.7538 5.53846 23.0769 5.21538 23.0769 4.84615V3.46153C23.0769 3.0923 22.7538 2.76923 22.3846 2.76923ZM9.92308 10.1538H17.7692C18.1385 10.1538 18.4615 9.83076 18.4615 9.46153V8.07692C18.4615 7.70769 18.1385 7.38461 17.7692 7.38461H9.92308C9.55385 7.38461 9.23077 7.70769 9.23077 8.07692V9.46153C9.23077 9.83076 9.55385 10.1538 9.92308 10.1538ZM6.69231 13.8461H1.61539C1.24616 13.8461 0.92308 14.1692 0.92308 14.5385V20.5385C0.92308 20.9077 1.24616 21.2308 1.61539 21.2308H6.69231C7.06154 21.2308 7.38462 20.9077 7.38462 20.5385V14.5385C7.38462 14.1692 7.06154 13.8461 6.69231 13.8461ZM22.3846 13.8461H9.92308C9.55385 13.8461 9.23077 14.1692 9.23077 14.5385V15.9231C9.23077 16.2923 9.55385 16.6154 9.92308 16.6154H22.3846C22.7538 16.6154 23.0769 16.2923 23.0769 15.9231V14.5385C23.0769 14.1692 22.7538 13.8461 22.3846 13.8461ZM17.7692 18.4615H9.92308C9.55385 18.4615 9.23077 18.7846 9.23077 19.1538V20.5385C9.23077 20.9077 9.55385 21.2308 9.92308 21.2308H17.7692C18.1385 21.2308 18.4615 20.9077 18.4615 20.5385V19.1538C18.4615 18.7846 18.1385 18.4615 17.7692 18.4615Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-sobject\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.90769 1.98462H4.75384C2.53846 6.87693 2.53846 10.5692 4.75384 15.4615H2.90769C0.323073 9.83077 0.369227 7.61539 2.90769 1.98462ZM10.9385 10.3385C11.1231 11.1692 11.2615 11.8615 11.3538 12.1385C11.4923 12.5539 11.7231 12.8769 12 13.1077C12.6923 12.5539 13.5692 12.2308 14.4923 12.2308C15.0923 12.2308 15.6461 12.3692 16.1538 12.6C16.2462 12.4615 16.2923 12.3231 16.2923 12.1846C16.2923 11.7231 15.9231 11.3538 15.4615 11.3538C15.3231 11.3538 15.2308 11.4 15.0923 11.4462C15.0923 11.4462 14.2154 11.9538 13.8923 11.5385C13.6615 11.1231 13.4769 10.5692 13.3385 9.92308C13.2 9.32308 13.0615 8.63077 12.9231 7.93847L13.8 6.64616C13.8 6.64616 14.8154 7.01539 15.3231 7.01539C15.8308 7.01539 16.8461 6.6 16.8461 5.26154C16.8461 3.92308 15.8769 3.83077 15.5538 3.83077C14.9538 3.83077 14.3538 4.24616 13.8461 5.16923C13.3385 6.09231 12.7385 7.1077 12.7385 7.1077C12.6 6.46154 12.5077 5.95385 12.4615 5.72308C12.3692 5.16923 11.7231 3.92308 10.3846 3.92308C9.04615 3.92308 7.8 4.7077 7.8 4.7077C7.56923 4.84616 7.43077 5.12308 7.43077 5.4C7.43077 5.86154 7.8 6.23077 8.26153 6.23077C8.4 6.23077 8.4923 6.18462 8.63076 6.13846C8.63076 6.13846 9.64615 5.58462 9.87692 6.13846C9.92307 6.32308 10.0154 6.5077 10.0615 6.69231C10.3385 7.56923 10.5692 8.58462 10.7538 9.55385L9.87692 10.8C9.87692 10.8 8.86153 10.4308 8.35384 10.4308C7.84615 10.4308 6.83077 10.8462 6.83077 12.1846C6.83077 13.5231 7.8 13.6154 8.12307 13.6154C8.72307 13.6154 9.32307 13.2 9.83076 12.2769C10.3385 11.3538 10.9385 10.3385 10.9385 10.3385ZM20.0769 13.2923C20.1231 13.2923 20.1231 13.3385 20.1692 13.3385H20.5846C21.0462 13.3385 21.5077 13.4308 21.9231 13.5692C23.5846 9.23077 23.3077 6.92308 21.0462 1.98462H19.2C21.0923 6.13847 21.3692 9.41539 20.0769 13.2923ZM16.2923 14.9539C16.6615 14.5846 17.1692 14.3539 17.7692 14.3539C18.5077 14.3539 19.2 14.7692 19.5692 15.3692C19.8923 15.2308 20.2154 15.1385 20.5846 15.1385C21.9692 15.1385 23.0769 16.2462 23.0769 17.6308C23.0769 19.0154 21.9692 20.1231 20.5846 20.1231C20.4 20.1231 20.2615 20.1231 20.0769 20.0769C19.7538 20.6308 19.1538 21 18.5077 21C18.2308 21 17.9538 20.9077 17.7231 20.8154C17.4 21.5539 16.6615 22.0615 15.8308 22.0615C14.9077 22.0615 14.1692 21.5077 13.8923 20.7231C13.7538 20.7231 13.6615 20.7692 13.4769 20.7692C12.4154 20.7692 11.5385 19.9385 11.5385 18.8769C11.5385 18.1846 11.9077 17.5385 12.5077 17.2154C12.3692 16.9385 12.3231 16.6615 12.3231 16.3385C12.3231 15.1385 13.3385 14.1231 14.5385 14.1231C15.2308 14.0769 15.8769 14.4462 16.2923 14.9539Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-sobject-collection\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.27692 6.96924C4.70769 10.4308 4.70769 11.8154 6.27692 15.3231H7.43077C6.04615 12.2769 6.04615 10.0154 7.38461 6.96924H6.27692ZM17.0308 13.5692C17.2615 13.5231 17.4923 13.4769 17.7231 13.4769C17.9077 13.4769 18.0462 13.4769 18.2308 13.5231C19.0154 11.1692 18.8308 9.78462 17.5385 6.92308H16.3846C17.4923 9.41539 17.7231 11.3539 17.0308 13.5692ZM10.2923 17.7231H3.73846C3.23077 17.7231 2.81538 17.3077 2.81538 16.8V4.7077H21V14.3539C21.6923 14.4462 22.2923 14.6769 22.8461 15V2.81539C22.8461 1.80001 22.0154 0.969238 21 0.969238H2.86153C1.84615 0.969238 1.01538 1.80001 1.01538 2.81539V17.7231C1.01538 18.7385 1.84615 19.5692 2.86153 19.5692H9.6923C9.73846 18.9231 9.92307 18.2769 10.2923 17.7231ZM16.2923 15.9692C16.6615 15.6 17.1692 15.3692 17.7692 15.3692C18.5538 15.3692 19.2 15.7846 19.5692 16.3846C19.8462 16.2923 20.2154 16.1539 20.5846 16.1539C21.9231 16.1539 23.0769 17.2615 23.0769 18.6C23.0769 19.9385 21.9692 21.0462 20.5846 21.0462C20.4462 21.0462 20.2615 21.0462 20.1231 21C19.8462 21.5539 19.2 21.9231 18.5538 21.9231C18.2769 21.9231 18 21.8308 17.7692 21.7385C17.4461 22.4769 16.7077 22.9846 15.8769 22.9846C14.9538 22.9846 14.2154 22.4308 13.9385 21.6923C13.8461 21.6923 13.6615 21.7385 13.5231 21.7385C12.4615 21.7385 11.5846 20.9077 11.5846 19.8462C11.5846 19.1539 11.9538 18.5539 12.5538 18.1846C12.4615 17.9077 12.3692 17.6308 12.3692 17.3077C12.3692 16.1077 13.3846 15.1385 14.5846 15.1385C15.2769 15.0923 15.8769 15.4615 16.2923 15.9692ZM10.6154 13.3385C10.9385 12.7846 11.3077 12.1846 11.3077 12.1846C11.4 12.6923 11.4923 13.1077 11.5846 13.2923C11.6769 13.6154 11.9077 13.8923 12.1846 14.0769C12.8308 13.6154 13.6615 13.3385 14.5385 13.3385H14.6308C14.6308 13.0615 14.4 12.8308 14.1231 12.8308C14.0308 12.8308 13.9846 12.8769 13.8923 12.8769C13.8923 12.8769 13.3385 13.1539 13.1538 12.9692C13.0154 12.6923 12.8769 12.3692 12.8308 11.9539C12.7385 11.5846 12.6461 11.1692 12.5538 10.7077L13.1077 9.92309C13.1077 9.92309 13.7077 10.1539 14.0308 10.1539C14.3538 10.1539 15 9.87693 15 9.04616C15 8.21539 14.4 8.16924 14.2154 8.16924C13.8462 8.16924 13.4769 8.44616 13.1538 8.95385C12.8308 9.5077 12.4615 10.1077 12.4615 10.1077C12.3692 9.69232 12.3231 9.36924 12.2769 9.23078C12.1846 8.9077 11.8154 8.12309 10.9846 8.12309C10.1538 8.12309 9.41538 8.58462 9.41538 8.58462C9.27692 8.67693 9.18461 8.86155 9.18461 9.00001C9.18461 9.27693 9.41538 9.5077 9.6923 9.5077C9.78461 9.5077 9.83076 9.46155 9.92307 9.46155C9.92307 9.46155 10.5231 9.09232 10.7077 9.46155C10.7538 9.55385 10.8 9.69232 10.8 9.83078C10.9385 10.3846 11.0769 10.9846 11.2154 11.5846L10.6615 12.3692C10.6615 12.3692 10.0615 12.1385 9.73846 12.1385C9.41538 12.1385 8.76923 12.4154 8.76923 13.2462C8.76923 14.0769 9.36923 14.1231 9.55384 14.1231C9.96923 14.1692 10.3385 13.8923 10.6154 13.3385Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-socialshare\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.9231 14.8154C17.7231 14.8154 16.6615 15.3231 15.9231 16.1077L9.18462 12.7385C9.23077 12.5077 9.23077 12.2769 9.23077 12C9.23077 11.7692 9.18462 11.4923 9.18462 11.2615L15.9231 7.8923C16.6615 8.72307 17.7692 9.23076 18.9692 9.23076C21.2769 9.23076 23.1231 7.3846 23.1231 5.07691C23.1231 2.76922 21.2769 0.923065 18.9692 0.923065C16.6615 0.923065 14.8154 2.76922 14.8154 5.07691V5.35384L7.84616 8.86153C7.06154 8.26153 6.13847 7.8923 5.07693 7.8923C2.76923 7.8923 0.92308 9.73845 0.92308 12.0461C0.92308 14.3538 2.76923 16.2 5.07693 16.2C6.13847 16.2 7.06154 15.8308 7.8 15.1846L14.7692 18.6461V18.9692C14.7692 21.2769 16.6154 23.1231 18.9231 23.1231C21.2308 23.1231 23.0769 21.2769 23.0769 18.9692C23.0769 16.6615 21.2308 14.8154 18.9231 14.8154Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-spinner\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.38462 12.6923V11.3077C7.38462 10.9384 7.06154 10.6154 6.69231 10.6154H1.61538C1.24615 10.6154 0.923077 10.9384 0.923077 11.3077V12.6923C0.923077 13.0615 1.24615 13.3846 1.61538 13.3846H6.69231C7.06154 13.3846 7.38462 13.0615 7.38462 12.6923ZM8.26154 14.7692C7.98462 14.4923 7.56923 14.4923 7.29231 14.7692L3.69231 18.3692C3.41538 18.6461 3.41538 19.0615 3.69231 19.3385L4.66154 20.3077C4.93846 20.5846 5.35385 20.5846 5.63077 20.3077L9.23077 16.7077C9.50769 16.4308 9.50769 16.0154 9.23077 15.7385L8.26154 14.7692ZM15.7385 9.23076C16.0154 9.50768 16.4308 9.50768 16.7077 9.23076L20.3077 5.63076C20.5846 5.35383 20.5846 4.93845 20.3077 4.66153L19.3385 3.6923C19.0615 3.41537 18.6462 3.41537 18.3692 3.6923L14.7692 7.24614C14.4923 7.52307 14.4923 7.93845 14.7692 8.21537L15.7385 9.23076ZM5.63077 3.6923C5.35385 3.41537 4.93846 3.41537 4.66154 3.6923L3.69231 4.66153C3.41538 4.93845 3.41538 5.35383 3.69231 5.63076L7.29231 9.23076C7.56923 9.50768 7.98462 9.50768 8.26154 9.23076L9.23077 8.26153C9.50769 7.9846 9.50769 7.56922 9.23077 7.2923L5.63077 3.6923ZM16.7538 14.7692C16.4769 14.4923 16.0615 14.4923 15.7846 14.7692L14.7692 15.7385C14.4923 16.0154 14.4923 16.4308 14.7692 16.7077L18.3692 20.3077C18.6462 20.5846 19.0615 20.5846 19.3385 20.3077L20.3077 19.3385C20.5846 19.0615 20.5846 18.6461 20.3077 18.3692L16.7538 14.7692ZM12.6923 16.6154H11.3077C10.9385 16.6154 10.6154 16.9384 10.6154 17.3077V22.3846C10.6154 22.7538 10.9385 23.0769 11.3077 23.0769H12.6923C13.0615 23.0769 13.3846 22.7538 13.3846 22.3846V17.3077C13.3846 16.9384 13.0615 16.6154 12.6923 16.6154ZM22.3846 10.6154H17.3077C16.9385 10.6154 16.6154 10.9384 16.6154 11.3077V12.6923C16.6154 13.0615 16.9385 13.3846 17.3077 13.3846H22.3846C22.7538 13.3846 23.0769 13.0615 23.0769 12.6923V11.3077C23.0769 10.9384 22.7538 10.6154 22.3846 10.6154ZM12.6923 0.923065H11.3077C10.9385 0.923065 10.6154 1.24614 10.6154 1.61537V6.6923C10.6154 7.06153 10.9385 7.3846 11.3077 7.3846H12.6923C13.0615 7.3846 13.3846 7.06153 13.3846 6.6923V1.61537C13.3846 1.24614 13.0615 0.923065 12.6923 0.923065Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-stage\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.35385 12C5.35385 15.6462 8.35385 18.6462 12 18.6462C15.6462 18.6462 18.6 15.6462 18.6 12C18.6 8.35385 15.6462 5.35385 12 5.35385C8.35385 5.35385 5.35385 8.35385 5.35385 12ZM16.3846 12C16.3846 14.4462 14.4 16.4308 11.9538 16.4308C9.50769 16.4308 7.52308 14.4462 7.52308 12C7.52308 9.55385 9.50769 7.56924 11.9538 7.56924C14.4 7.56924 16.3846 9.55385 16.3846 12ZM2.49231 13.5692C3.35897 13.5692 4.06154 12.8667 4.06154 12C4.06154 11.1333 3.35897 10.4308 2.49231 10.4308C1.62565 10.4308 0.923077 11.1333 0.923077 12C0.923077 12.8667 1.62565 13.5692 2.49231 13.5692ZM13.5231 12C13.5231 12.8667 12.8205 13.5692 11.9538 13.5692C11.0872 13.5692 10.3846 12.8667 10.3846 12C10.3846 11.1333 11.0872 10.4308 11.9538 10.4308C12.8205 10.4308 13.5231 11.1333 13.5231 12ZM23.1231 12C23.1231 12.8667 22.4205 13.5692 21.5538 13.5692C20.6872 13.5692 19.9846 12.8667 19.9846 12C19.9846 11.1333 20.6872 10.4308 21.5538 10.4308C22.4205 10.4308 23.1231 11.1333 23.1231 12Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-stage-collection\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.5538 10.4308C21 10.4308 20.4923 10.7539 20.2154 11.1692H18.5538C18.1385 7.89231 15.3692 5.35385 11.9538 5.35385C8.53846 5.35385 5.76923 7.89231 5.35385 11.1692H3.83077C3.55385 10.7077 3.04615 10.4308 2.49231 10.4308C1.61538 10.4308 0.923077 11.1231 0.923077 12C0.923077 12.8769 1.61538 13.5692 2.49231 13.5692C3.04615 13.5692 3.50769 13.2923 3.78462 12.8308H5.4C5.81538 16.1077 8.63077 18.6462 12 18.6462C15.3692 18.6462 18.1385 16.1077 18.6 12.8308H20.2615C20.5385 13.2462 21 13.5692 21.5538 13.5692C22.4308 13.5692 23.1231 12.8769 23.1231 12C23.1231 11.1231 22.4308 10.4308 21.5538 10.4308ZM12 16.4308C9.55385 16.4308 7.56923 14.4462 7.56923 12C7.56923 9.55385 9.55385 7.56924 12 7.56924C14.4462 7.56924 16.4308 9.55385 16.4308 12C16.4308 14.4462 14.4 16.4308 12 16.4308ZM13.5231 12C13.5231 12.8667 12.8205 13.5692 11.9538 13.5692C11.0872 13.5692 10.3846 12.8667 10.3846 12C10.3846 11.1333 11.0872 10.4308 11.9538 10.4308C12.8205 10.4308 13.5231 11.1333 13.5231 12Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-standard-objects\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.8769 17.9769L13.2 22.9154C12.7385 23.1923 12.1385 23.1923 11.6769 22.9154L3.04616 17.9769C2.67693 17.7923 2.67693 17.3308 3.04616 17.1461L5.07693 15.9923C5.21539 15.9 5.4 15.9 5.53846 15.9923L10.8 18.9923C11.3077 19.2692 11.8615 19.4077 12.4615 19.4077C13.0615 19.4077 13.6154 19.2692 14.1231 18.9923L19.3846 15.9923C19.5231 15.9 19.7077 15.9 19.8462 15.9923L21.8769 17.1461C22.2462 17.3308 22.2462 17.7923 21.8769 17.9769ZM21.8769 12.4385L13.2 17.3769C12.7385 17.6538 12.1385 17.6538 11.6769 17.3769L3.04616 12.4385C2.67693 12.2538 2.67693 11.7923 3.04616 11.6077L5.07693 10.4538C5.21539 10.3615 5.4 10.3615 5.53846 10.4538L10.8 13.4538C11.3077 13.7308 11.8615 13.8692 12.4615 13.8692C13.0615 13.8692 13.6154 13.7308 14.1231 13.4538L19.3846 10.4538C19.5231 10.3615 19.7077 10.3615 19.8462 10.4538L21.8769 11.6077C22.2462 11.7923 22.2462 12.2538 21.8769 12.4385ZM11.7692 11.8385L3.09231 6.89999C2.72308 6.71537 2.72308 6.25383 3.09231 6.06922L11.7692 1.13076C12.2308 0.853834 12.8308 0.853834 13.2923 1.13076L21.9692 6.06922C22.3385 6.25383 22.3385 6.71537 21.9692 6.89999L13.2923 11.8385C12.8308 12.0692 12.2308 12.0692 11.7692 11.8385Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-steps\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.4923 23.1692H17.2615V20.9539H20.4923V23.1692ZM13.9846 23.1692H10.7538V20.9539H13.9846V23.1692ZM7.52307 23.1692H4.2923V20.9539H7.52307V23.1692ZM3.18461 20.4462H0.969223V17.2154H3.18461V20.4462ZM23.0308 19.6615H20.8154V16.4308H23.0308V19.6615ZM3.18461 13.9846H0.969223V10.7539H3.18461V13.9846ZM23.0308 13.2H20.8154V9.96924H23.0308V13.2ZM3.18461 7.52309H0.969223V4.29232H3.18461V7.52309ZM23.0308 6.78463H20.8154V3.55386H23.0308V6.78463ZM19.6615 3.04616H16.4308V0.83078H19.6615V3.04616ZM13.2 3.04616H9.96922V0.83078H13.2V3.04616ZM6.78461 3.04616H3.55384V0.83078H6.78461V3.04616Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-store\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M6.23077 12.7846C6.23077 12.7846 6.46154 12.6 6.69231 12.7846C6.69231 12.8308 6.73846 12.8308 6.78462 12.8769C7.47693 13.4308 8.3077 13.7077 9.23077 13.7077C10.2 13.7077 11.0308 13.4308 11.7692 12.8308C11.7692 12.8308 11.9538 12.6461 12.2308 12.8308C12.9692 13.3846 13.7538 13.6615 14.7231 13.6615C15.6462 13.6615 16.4308 13.3846 17.1231 12.8769L17.1692 12.8308C17.3077 12.7846 17.5385 12.6461 17.8154 12.8769C17.8615 12.8769 17.8615 12.8769 17.9077 12.9231C18.4615 13.3385 19.0615 13.5231 19.8 13.6154H19.8923C20.0769 13.6615 20.2615 13.7538 20.2154 14.1231V20.7692C20.2154 21.2769 19.8462 21.3692 19.7538 21.3692H18.4615C18.3692 21.3692 18 21.2769 18 20.7692V16.1538C18 15.8308 17.8615 15.7385 17.7231 15.6923H13.6154C13.2462 15.6923 13.2 15.8308 13.1538 15.9692V20.8615C13.1538 21 13.1077 21.3231 12.6462 21.4154H4.1077C3.69231 21.3231 3.6 21 3.6 20.8615V13.9846C3.6 13.6615 3.87693 13.6615 3.87693 13.6615C4.75385 13.6154 5.53847 13.3385 6.23077 12.7846ZM10.2923 15.6461L6.33864 15.6469C6.18318 15.655 5.86154 15.7354 5.86154 16.3385V19.1538C5.9077 19.3385 6 19.5231 6.41539 19.5231H10.1538C10.6154 19.5231 10.7077 19.2461 10.7077 19.0615L10.7084 18.2647C10.7106 17.6048 10.7192 16.9385 10.7538 16.2461C10.7538 15.7385 10.4308 15.6461 10.2923 15.6461ZM19.008 2.53883C19.1311 2.54187 19.4 2.56922 19.5231 2.81538C20.5846 4.79999 21.6462 6.78461 22.7538 8.76922C22.8462 8.95384 22.9385 9.18461 23.0308 9.41537V9.50768C22.9385 10.1077 22.6154 10.6615 22.1539 11.1231C21.4154 11.8615 20.5385 12.0461 19.5231 11.7692H19.3385C18.6462 11.5846 18.1846 11.2154 17.8154 10.6154C17.6308 10.3385 17.2154 10.3385 16.9846 10.6154C16.8 10.9385 16.5231 11.2154 16.2 11.4461C15.6 11.8154 14.9538 12 14.3077 11.9077C13.6154 11.8154 13.0154 11.4923 12.5539 10.9385C12.4615 10.8461 12.4154 10.7077 12.3231 10.6154C12.1385 10.2923 11.6769 10.3385 11.4923 10.6154C11.1692 11.1692 10.7077 11.5846 10.1077 11.7692C9.18462 12.0461 8.3077 11.9538 7.52308 11.3538C7.24616 11.1692 7.01539 10.8923 6.83077 10.6154C6.64616 10.3846 6.36923 10.3385 6.13847 10.4769L6 10.6154C5.63077 11.1692 5.21539 11.5385 4.61539 11.7692C3.5077 12.1385 2.58462 11.9538 1.75385 11.2154C1.29231 10.8 1.01539 10.2461 0.92308 9.59999V9.50768C0.92308 9.23076 1.01539 8.95384 1.1077 8.76922C2.16923 6.83076 3.23077 4.79999 4.33846 2.81538C4.47693 2.53845 4.89231 2.53845 4.89231 2.53845L19.008 2.53883Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-strategy\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.6461 8.63076H17.9077C17.0769 8.63076 16.4308 9.27691 16.4308 10.1077V11.0308H12.9692V3.73845C12.9692 3.50768 12.7385 3.27691 12.5077 3.27691H7.66153V2.39999C7.66153 1.56922 7.01538 0.923065 6.18461 0.923065H2.44615C1.66153 0.923065 0.969223 1.56922 0.969223 2.39999V6.13845C0.969223 6.96922 1.61538 7.61537 2.44615 7.61537H6.18461C7.01538 7.61537 7.66153 6.96922 7.66153 6.13845V5.26153H11.0769V11.0308H7.66153V10.1538C7.66153 9.32307 7.01538 8.67691 6.18461 8.67691H2.44615C1.61538 8.67691 0.969223 9.32307 0.969223 10.1538V13.8461C0.969223 14.6769 1.61538 15.3231 2.44615 15.3231H6.18461C7.01538 15.3231 7.66153 14.6769 7.66153 13.8461V12.9692H11.0769V18.7385H7.66153V17.9077C7.66153 17.0769 7.01538 16.4308 6.18461 16.4308H2.44615C1.61538 16.4308 0.969223 17.0769 0.969223 17.9077V21.6461C0.969223 22.4769 1.61538 23.1231 2.44615 23.1231H6.18461C7.01538 23.1231 7.66153 22.4769 7.66153 21.6461V20.7692H12.5538C12.8308 20.7692 13.0154 20.4923 13.0154 20.3077V13.0154H16.4769V13.8461C16.4769 14.6769 17.1231 15.3231 17.9538 15.3231H21.6923C22.5231 15.3231 23.1692 14.6769 23.1692 13.8461V10.1077C23.1231 9.27691 22.4769 8.63076 21.6461 8.63076ZM5.76922 5.72307H2.86153V2.76922H5.76922V5.72307ZM5.76922 10.5231V13.4308H2.86153V10.5231H5.76922ZM5.76922 21.2308H2.86153V18.3231H5.76922V21.2308ZM21.2769 10.5231V13.4308H18.3692V10.5231H21.2769Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-strikethrough\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.5846 8.35383C5.4923 7.8923 5.44614 7.33845 5.44614 6.7846C5.44614 6.1846 5.5846 5.4923 5.86153 4.84614C6.13845 4.15383 6.55383 3.50768 7.15383 2.95383C7.70768 2.39999 8.4923 1.8923 9.36922 1.52307C10.2923 1.15383 11.3538 0.923065 12.6461 0.923065C13.8 0.923065 14.9077 1.06153 15.9692 1.3846C16.8 1.66153 17.5846 2.12307 18.2769 2.76922C18.5538 3.04614 18.5538 3.50768 18.2308 3.7846L16.9846 4.93845C16.7077 5.16922 16.2923 5.21537 16.0154 4.93845C15.6923 4.61537 15.3231 4.33845 14.9077 4.10768C14.2615 3.7846 13.5231 3.59999 12.6461 3.59999C11.8615 3.59999 11.1692 3.6923 10.6615 3.92307C10.1538 4.15383 9.6923 4.3846 9.36922 4.75383C9.04614 5.12307 8.81537 5.44614 8.67691 5.81537C8.53845 6.1846 8.4923 6.55383 8.4923 6.83076C8.4923 7.33845 8.5846 7.75383 8.72307 8.12307C8.86153 8.44614 8.63076 8.76922 8.30768 8.76922H6.04614C5.81537 8.76922 5.63076 8.53845 5.5846 8.35383ZM18.4154 15.2308H16.1077C15.7846 15.2308 15.5538 15.5538 15.6923 15.8308C15.8308 16.1077 15.8769 16.4769 15.8769 16.8461C15.8769 17.4 15.7385 17.9077 15.5077 18.3692C15.2308 18.8308 14.9077 19.1538 14.4923 19.4769C14.0769 19.7538 13.6154 19.9846 13.1077 20.1231C12.6 20.2615 12.1384 20.3538 11.6308 20.3538C10.7538 20.3538 9.92307 20.1692 9.13845 19.8C8.53845 19.5231 8.03076 19.1538 7.56922 18.6461C7.33845 18.3692 6.87691 18.3231 6.59999 18.5538L5.30768 19.6615C5.03076 19.8923 4.9846 20.3538 5.26153 20.6308C5.90768 21.3692 6.73845 21.9231 7.70768 22.2923C8.90768 22.7538 10.2 22.9846 11.5846 22.9846C12.6 22.9846 13.5692 22.8461 14.4461 22.5231C15.3231 22.2461 16.1077 21.7846 16.8 21.2308C17.4461 20.6769 18 19.9846 18.3692 19.1538C18.7384 18.3231 18.9692 17.4461 18.9692 16.4308C18.9692 16.0615 18.9692 15.8308 18.9231 15.5077C18.8308 15.4154 18.6461 15.2308 18.4154 15.2308ZM23.0308 11.0308C22.9384 10.7538 22.6615 10.6154 22.3846 10.6154H1.61537C1.2923 10.6154 1.06153 10.7538 0.969219 11.0308C0.923065 11.1231 0.923065 11.1692 0.923065 11.2615V12.6461C0.923065 13.0154 1.24614 13.3846 1.61537 13.3846H22.3846C22.7538 13.3846 23.0769 13.0154 23.0769 12.6461V11.2615C23.0769 11.1692 23.0769 11.1231 23.0308 11.0308Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-success\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 0.923065C5.86153 0.923065 0.923065 5.86153 0.923065 12C0.923065 18.1385 5.86153 23.0769 12 23.0769C18.1385 23.0769 23.0769 18.1385 23.0769 12C23.0769 5.86153 18.1385 0.923065 12 0.923065ZM18.1846 9.23076L11.1231 16.3846C10.8461 16.6615 10.3846 16.6615 10.1077 16.3846L6.23076 12.4615C5.95384 12.1846 5.95384 11.7231 6.23076 11.4461L7.24614 10.4308C7.52307 10.1538 7.9846 10.1538 8.26153 10.4308L10.2923 12.5077C10.4769 12.6923 10.8 12.6923 10.9846 12.5077L16.1538 7.15383C16.4308 6.87691 16.8923 6.87691 17.1692 7.15383L18.1846 8.16922C18.5077 8.44614 18.5077 8.90768 18.1846 9.23076Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-summary\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.3846 0.923065H1.61537C1.24614 0.923065 0.923065 1.24614 0.923065 1.61537V3.92306C0.923065 4.2923 1.24614 4.61537 1.61537 4.61537H22.3846C22.7538 4.61537 23.0769 4.2923 23.0769 3.92306V1.61537C23.0769 1.24614 22.7538 0.923065 22.3846 0.923065ZM22.3846 6.46153H6.23076C5.86153 6.46153 5.53845 6.7846 5.53845 7.15383V8.53845C5.53845 8.90768 5.86153 9.23076 6.23076 9.23076H22.3846C22.7538 9.23076 23.0769 8.90768 23.0769 8.53845V7.15383C23.0769 6.7846 22.7538 6.46153 22.3846 6.46153ZM22.3846 15.6923H6.23076C5.86153 15.6923 5.53845 16.0154 5.53845 16.3846V17.7692C5.53845 18.1385 5.86153 18.4615 6.23076 18.4615H22.3846C22.7538 18.4615 23.0769 18.1385 23.0769 17.7692V16.3846C23.0769 16.0154 22.7538 15.6923 22.3846 15.6923ZM22.3846 20.3077H4.3846C4.01537 20.3077 3.6923 19.9846 3.6923 19.6154V16.3846C3.6923 16.0154 3.36922 15.6923 2.99999 15.6923H1.61537C1.24614 15.6923 0.923065 16.0154 0.923065 16.3846V22.3846C0.923065 22.7538 1.24614 23.0769 1.61537 23.0769H22.3846C22.7538 23.0769 23.0769 22.7538 23.0769 22.3846V21C23.0769 20.6308 22.7538 20.3077 22.3846 20.3077ZM22.3846 11.0769H4.3846C4.01537 11.0769 3.6923 10.7538 3.6923 10.3846V7.15383C3.6923 6.7846 3.36922 6.46153 2.99999 6.46153H1.61537C1.24614 6.46153 0.923065 6.7846 0.923065 7.15383V13.1538C0.923065 13.5231 1.24614 13.8461 1.61537 13.8461H22.3846C22.7538 13.8461 23.0769 13.5231 23.0769 13.1538V11.7692C23.0769 11.4 22.7538 11.0769 22.3846 11.0769Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-summarydetail\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.3846 0.923065H1.61539C1.24616 0.923065 0.92308 1.24614 0.92308 1.61537V3.92306C0.92308 4.2923 1.24616 4.61537 1.61539 4.61537H22.3846C22.7538 4.61537 23.0769 4.2923 23.0769 3.92306V1.61537C23.0769 1.24614 22.7538 0.923065 22.3846 0.923065ZM9.46154 6.46153H6.23077C5.86154 6.46153 5.53847 6.7846 5.53847 7.15383V8.53845C5.53847 8.90768 5.86154 9.23076 6.23077 9.23076H9.46154C9.83077 9.23076 10.1539 8.90768 10.1539 8.53845V7.15383C10.1539 6.7846 9.83077 6.46153 9.46154 6.46153ZM15.9231 6.46153H12.6923C12.3231 6.46153 12 6.7846 12 7.15383V8.53845C12 8.90768 12.3231 9.23076 12.6923 9.23076H15.9231C16.2923 9.23076 16.6154 8.90768 16.6154 8.53845V7.15383C16.6154 6.7846 16.2923 6.46153 15.9231 6.46153ZM22.3846 6.46153H19.1539C18.7846 6.46153 18.4615 6.7846 18.4615 7.15383V8.53845C18.4615 8.90768 18.7846 9.23076 19.1539 9.23076H22.3846C22.7538 9.23076 23.0769 8.90768 23.0769 8.53845V7.15383C23.0769 6.7846 22.7538 6.46153 22.3846 6.46153ZM9.46154 15.6923H6.23077C5.86154 15.6923 5.53847 16.0154 5.53847 16.3846V17.7692C5.53847 18.1385 5.86154 18.4615 6.23077 18.4615H9.46154C9.83077 18.4615 10.1539 18.1385 10.1539 17.7692V16.3846C10.1539 16.0154 9.83077 15.6923 9.46154 15.6923ZM15.9231 15.6923H12.6923C12.3231 15.6923 12 16.0154 12 16.3846V17.7692C12 18.1385 12.3231 18.4615 12.6923 18.4615H15.9231C16.2923 18.4615 16.6154 18.1385 16.6154 17.7692V16.3846C16.6154 16.0154 16.2923 15.6923 15.9231 15.6923ZM22.3846 15.6923H19.1539C18.7846 15.6923 18.4615 16.0154 18.4615 16.3846V17.7692C18.4615 18.1385 18.7846 18.4615 19.1539 18.4615H22.3846C22.7538 18.4615 23.0769 18.1385 23.0769 17.7692V16.3846C23.0769 16.0154 22.7538 15.6923 22.3846 15.6923ZM22.3846 20.3077H4.38462C4.01539 20.3077 3.69231 19.9846 3.69231 19.6154V16.3846C3.69231 16.0154 3.36923 15.6923 3 15.6923H1.61539C1.24616 15.6923 0.92308 16.0154 0.92308 16.3846V22.3846C0.92308 22.7538 1.24616 23.0769 1.61539 23.0769H22.3846C22.7538 23.0769 23.0769 22.7538 23.0769 22.3846V21C23.0769 20.6308 22.7538 20.3077 22.3846 20.3077ZM22.3846 11.0769H4.38462C4.01539 11.0769 3.69231 10.7538 3.69231 10.3846V7.15383C3.69231 6.7846 3.36923 6.46153 3 6.46153H1.61539C1.24616 6.46153 0.92308 6.7846 0.92308 7.15383V13.1538C0.92308 13.5231 1.24616 13.8461 1.61539 13.8461H22.3846C22.7538 13.8461 23.0769 13.5231 23.0769 13.1538V11.7692C23.0769 11.4 22.7538 11.0769 22.3846 11.0769Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-survey\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.4 1.84616H18.8308C19.6154 1.84616 20.3077 2.53847 20.3077 3.36924V4.93847C20.3077 5.76924 19.6154 6.46154 18.8308 6.46154H2.4C1.61539 6.46154 0.92308 5.76924 0.92308 4.93847V3.36924C0.92308 2.53847 1.61539 1.84616 2.4 1.84616ZM11.4462 8.3077C12.3633 8.3077 12.9231 9.00001 12.9231 9.83078V11.4C12.9231 12.2308 12.2769 12.9231 11.4462 12.9231H2.4C1.56923 12.9231 0.92308 12.2308 0.92308 11.4V9.83078C0.92308 9.00001 1.56923 8.3077 2.4 8.3077H11.4462ZM18 12C20.7692 12 23.0769 14.2615 23.0769 17.0769C23.0769 19.8923 20.7692 22.1539 18 22.1539C15.2308 22.1539 12.9231 19.8462 12.9231 17.0769C12.9231 14.3077 15.1846 12 18 12ZM21.2308 15.6462C21.3692 15.5539 21.3692 15.2769 21.2308 15.1846L20.7231 14.6769C20.5846 14.5385 20.3538 14.5385 20.2154 14.6769L17.4462 17.8154L16.2 16.5231C16.0615 16.3846 15.8308 16.3846 15.6923 16.5231L15.1385 17.0308C15 17.1231 15 17.3539 15.1385 17.4923L16.9385 19.2462C17.0769 19.3846 17.2615 19.4769 17.4462 19.4769C17.6769 19.4769 17.8154 19.3846 17.9538 19.2462L21.2308 15.6462ZM2.4 14.3077H10.9846C10.6615 15.1846 10.5231 15.9692 10.5231 16.6154C10.4769 17.4462 10.5692 18.1846 10.7538 18.9231H2.4C1.56923 18.9231 0.92308 18.2308 0.92308 17.4V15.8308C0.92308 15 1.56923 14.3077 2.4 14.3077Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-switch\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.9923 8.70001L12.5308 18.2539C12.2539 18.5308 11.7923 18.5308 11.5154 18.2539L2.05385 8.70001C1.77693 8.42309 1.77693 7.96155 2.05385 7.68462L3.06924 6.66924C3.34616 6.39232 3.8077 6.39232 4.08462 6.66924L11.5154 14.1923C11.7923 14.4692 12.2539 14.4692 12.5308 14.1923L19.9615 6.66924C20.2385 6.39232 20.7 6.39232 20.9769 6.66924L21.9923 7.68462C22.2231 8.0077 22.2231 8.42309 21.9923 8.70001Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-symbols\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.4615 12.9231L15.9231 11.0769H17.3077L16.8462 12.9231H15.4615ZM15.1385 14.3077H16.5231L16.1539 15.6923H17.5385L17.9077 14.3077H19.3846V12.9231H18.2308L18.6923 11.0769H20.0769V9.6923H19.0615L19.3846 8.30769H18L17.6769 9.6923H16.2923L16.6154 8.30769H15.2308L14.9077 9.6923H13.3846V11.0769H14.5385L14.0769 12.9231H12.4615V14.3077H13.7538L13.3846 15.6923H14.7692L15.1385 14.3077ZM1.84616 2.76923H22.1539C22.6615 2.76923 23.0769 3.18461 23.0769 3.6923V20.3077C23.0769 20.8154 22.6615 21.2308 22.1539 21.2308H1.84616C1.33847 21.2308 0.92308 20.8154 0.92308 20.3077V3.6923C0.92308 3.18461 1.33847 2.76923 1.84616 2.76923ZM10.9846 12.3692C11.2615 12.1846 11.4923 12 11.6769 11.8154C11.8615 11.6769 12 11.4461 12.1385 11.2154C12.2769 10.9846 12.3231 10.6615 12.3231 10.3385C12.3231 9.96923 12.2308 9.55384 12 9.23077C11.8154 8.90769 11.4923 8.67692 11.1231 8.4923C10.7538 8.30769 10.3385 8.21538 9.83077 8.21538C9.27693 8.21538 8.76923 8.30769 8.35385 8.53846C7.93846 8.72307 7.56923 9.04615 7.24616 9.46153L7.15385 9.55384L8.12308 10.3846L8.21539 10.2923C8.44616 10.0154 8.67693 9.83077 8.9077 9.6923C9.13846 9.6 9.41539 9.50769 9.73846 9.50769C10.0615 9.50769 10.2923 9.6 10.4769 9.78461C10.6615 9.92307 10.7538 10.1538 10.7538 10.4308C10.7538 10.6154 10.6615 10.8 10.5231 10.9846C10.3846 11.1231 10.1538 11.3077 9.87693 11.5385C9.5077 11.7692 9.27693 12 9.09231 12.2308C8.9077 12.4615 8.76923 12.7385 8.76923 13.0615V13.3846H10.2462V13.2461C10.2462 13.1077 10.2923 12.9692 10.3846 12.8769C10.5231 12.7385 10.7077 12.5538 10.9846 12.3692ZM4.61539 8.30769V13.3846H6V8.30769H4.61539ZM5.3077 15.9231C5.81539 15.9231 6.23077 15.5077 6.23077 15C6.23077 14.4923 5.81539 14.0769 5.3077 14.0769C4.8 14.0769 4.38462 14.4923 4.38462 15C4.38462 15.5077 4.8 15.9231 5.3077 15.9231ZM9.46154 15.9231C9.96923 15.9231 10.3846 15.5077 10.3846 15C10.3846 14.4923 9.96923 14.0769 9.46154 14.0769C8.95385 14.0769 8.53847 14.4923 8.53847 15C8.53847 15.5077 8.95385 15.9231 9.46154 15.9231Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-system-and-global-variable\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.5385 21.4615C11.5385 20.0769 12.1846 19.0615 13.1077 18.4615V17.0769C12.6462 16.7538 12.2769 16.2461 12.0923 15.6923C11.9077 14.9077 12.1846 14.0308 12.6462 13.3846C12.7385 13.2461 12.9231 13.1077 13.0615 12.9231C13.2 12.7846 13.3846 12.6461 13.5692 12.6C14.5385 12.0923 15.6462 11.7231 16.7538 11.7231C17.7692 11.7231 18.6462 12.1384 19.2462 12.7385C20.1231 11.8615 21.0462 11.6769 21.6 11.6769C22.1077 11.6769 22.6154 11.7692 23.0308 12V11.9077C23.0769 5.90768 18.0923 0.923065 12 0.923065C5.90769 0.923065 0.923077 5.90768 0.923077 12C0.923077 18.0923 5.86154 23.0769 11.9077 23.0769C11.6769 22.6154 11.5385 22.1077 11.5385 21.4615ZM20.7692 10.8923H17.8615C17.7692 8.30768 17.1692 5.99999 16.2923 4.24614C18.7385 5.63076 20.4 8.07691 20.7692 10.8923ZM13.1077 3.64614C14.3538 4.70768 15.4615 7.43076 15.6462 10.9384H13.1077V3.64614ZM3.23077 13.1077H6.13846C6.23077 15.7384 6.83077 18 7.70769 19.7538C5.26154 18.4154 3.6 15.9692 3.23077 13.1077ZM6.13846 10.8923H3.23077C3.6 8.03076 5.30769 5.63076 7.75385 4.24614C6.83077 5.99999 6.27692 8.30768 6.13846 10.8923ZM10.8923 20.4C9.64615 19.3384 8.53846 16.6154 8.35385 13.1077H10.8923V20.4ZM10.8923 10.8923H8.35385C8.53846 7.43076 9.64615 4.70768 10.8923 3.59999V10.8923ZM21.4154 16.6154C21.8769 16.6154 22.8462 16.2 22.8462 14.9538C22.8462 13.7077 21.9231 13.6154 21.6462 13.6154C21.0923 13.6154 20.5385 14.0308 20.0769 14.8615C19.5692 15.6923 19.0154 16.6615 19.0154 16.6615H18.9692C18.8769 16.0615 18.7385 15.5538 18.6923 15.3231C18.6 14.8154 18 13.6615 16.7538 13.6615C15.5077 13.6615 14.3538 14.4 14.3538 14.4C14.1231 14.5385 13.9846 14.7692 13.9846 15.0461C13.9846 15.4615 14.3077 15.8308 14.7692 15.8308C14.8615 15.8308 15 15.7846 15.0923 15.7385C15.0923 15.7385 16.0615 15.2308 16.2462 15.7385C16.3385 15.8769 16.3385 16.0615 16.4308 16.2461C16.7077 17.0769 16.8923 18.0461 17.0769 18.9231L16.2462 20.0769C16.2462 20.0769 15.3231 19.7538 14.8615 19.7538C14.4 19.7538 13.4308 20.1692 13.4308 21.4154C13.4308 22.6615 14.3538 22.7538 14.6308 22.7538C15.1846 22.7538 15.7385 22.3384 16.2 21.5077C16.6615 20.6769 17.2154 19.7077 17.2154 19.7077C17.3538 20.4923 17.4923 21.0923 17.5846 21.3692C17.9077 22.2461 18.6 22.8 19.5692 22.8C19.5692 22.8 20.5846 22.8 21.6923 22.1538C21.9692 22.0615 22.1538 21.7384 22.1538 21.4615C22.1538 21.0461 21.8308 20.6769 21.3692 20.6769C21.2769 20.6769 21.1385 20.7231 21.0462 20.7692C21.0462 20.7692 20.2154 21.2308 19.9385 20.8615C19.7077 20.4923 19.5692 19.9846 19.4308 19.2923C19.3385 18.7384 19.1538 18.0923 19.0154 17.4L19.8462 16.2C20.0308 16.2461 20.9538 16.6154 21.4154 16.6154Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-table\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.4615 0.923065H2.53846C2.16923 0.923065 1.84615 1.24614 1.84615 1.61537V3.92306C1.84615 4.2923 2.16923 4.61537 2.53846 4.61537H21.4615C21.8308 4.61537 22.1538 4.2923 22.1538 3.92306V1.61537C22.1538 1.24614 21.8308 0.923065 21.4615 0.923065ZM6.69231 6.46153H2.53846C2.16923 6.46153 1.84615 6.7846 1.84615 7.15383V8.53845C1.84615 8.90768 2.16923 9.23076 2.53846 9.23076H6.69231C7.06154 9.23076 7.38461 8.90768 7.38461 8.53845V7.15383C7.38461 6.7846 7.06154 6.46153 6.69231 6.46153ZM14.0769 6.46153H9.92308C9.55385 6.46153 9.23077 6.7846 9.23077 7.15383V8.53845C9.23077 8.90768 9.55385 9.23076 9.92308 9.23076H14.0769C14.4462 9.23076 14.7692 8.90768 14.7692 8.53845V7.15383C14.7692 6.7846 14.4462 6.46153 14.0769 6.46153ZM21.4615 6.46153H17.3077C16.9385 6.46153 16.6154 6.7846 16.6154 7.15383V8.53845C16.6154 8.90768 16.9385 9.23076 17.3077 9.23076H21.4615C21.8308 9.23076 22.1538 8.90768 22.1538 8.53845V7.15383C22.1538 6.7846 21.8308 6.46153 21.4615 6.46153ZM6.69231 11.0769H2.53846C2.16923 11.0769 1.84615 11.4 1.84615 11.7692V13.1538C1.84615 13.5231 2.16923 13.8461 2.53846 13.8461H6.69231C7.06154 13.8461 7.38461 13.5231 7.38461 13.1538V11.7692C7.38461 11.4 7.06154 11.0769 6.69231 11.0769ZM14.0769 11.0769H9.92308C9.55385 11.0769 9.23077 11.4 9.23077 11.7692V13.1538C9.23077 13.5231 9.55385 13.8461 9.92308 13.8461H14.0769C14.4462 13.8461 14.7692 13.5231 14.7692 13.1538V11.7692C14.7692 11.4 14.4462 11.0769 14.0769 11.0769ZM21.4615 11.0769H17.3077C16.9385 11.0769 16.6154 11.4 16.6154 11.7692V13.1538C16.6154 13.5231 16.9385 13.8461 17.3077 13.8461H21.4615C21.8308 13.8461 22.1538 13.5231 22.1538 13.1538V11.7692C22.1538 11.4 21.8308 11.0769 21.4615 11.0769ZM6.69231 15.6923H2.53846C2.16923 15.6923 1.84615 16.0154 1.84615 16.3846V17.7692C1.84615 18.1385 2.16923 18.4615 2.53846 18.4615H6.69231C7.06154 18.4615 7.38461 18.1385 7.38461 17.7692V16.3846C7.38461 16.0154 7.06154 15.6923 6.69231 15.6923ZM14.0769 15.6923H9.92308C9.55385 15.6923 9.23077 16.0154 9.23077 16.3846V17.7692C9.23077 18.1385 9.55385 18.4615 9.92308 18.4615H14.0769C14.4462 18.4615 14.7692 18.1385 14.7692 17.7692V16.3846C14.7692 16.0154 14.4462 15.6923 14.0769 15.6923ZM21.4615 15.6923H17.3077C16.9385 15.6923 16.6154 16.0154 16.6154 16.3846V17.7692C16.6154 18.1385 16.9385 18.4615 17.3077 18.4615H21.4615C21.8308 18.4615 22.1538 18.1385 22.1538 17.7692V16.3846C22.1538 16.0154 21.8308 15.6923 21.4615 15.6923ZM6.69231 20.3077H2.53846C2.16923 20.3077 1.84615 20.6308 1.84615 21V22.3846C1.84615 22.7538 2.16923 23.0769 2.53846 23.0769H6.69231C7.06154 23.0769 7.38461 22.7538 7.38461 22.3846V21C7.38461 20.6308 7.06154 20.3077 6.69231 20.3077ZM14.0769 20.3077H9.92308C9.55385 20.3077 9.23077 20.6308 9.23077 21V22.3846C9.23077 22.7538 9.55385 23.0769 9.92308 23.0769H14.0769C14.4462 23.0769 14.7692 22.7538 14.7692 22.3846V21C14.7692 20.6308 14.4462 20.3077 14.0769 20.3077ZM21.4615 20.3077H17.3077C16.9385 20.3077 16.6154 20.6308 16.6154 21V22.3846C16.6154 22.7538 16.9385 23.0769 17.3077 23.0769H21.4615C21.8308 23.0769 22.1538 22.7538 22.1538 22.3846V21C22.1538 20.6308 21.8308 20.3077 21.4615 20.3077Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-table-settings\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M9.60378 19.9573C9.96548 20.8163 10.508 21.6301 11.1862 22.3083C11.2879 22.3761 11.3642 22.4694 11.4532 22.569L11.5479 22.67H9.73942C9.40787 22.67 9.1143 22.4041 9.06768 22.0812L9.06124 21.9918V20.6355C9.06124 20.319 9.2873 20.0025 9.60378 19.9573ZM20.1382 13.3563C22.2631 15.4813 22.2631 18.9174 20.1382 21.0424C18.0132 23.1673 14.5771 23.1673 12.4521 21.0424C10.3272 18.9174 10.3272 15.4813 12.4521 13.3563C14.5771 11.2314 18.0132 11.2314 20.1382 13.3563ZM6.57458 19.9121C6.90614 19.9121 7.1997 20.178 7.24633 20.5009L7.25276 20.5903V21.9466C7.25276 22.2782 6.98683 22.5717 6.66391 22.6184L6.57458 22.6248H2.50551C2.17396 22.6248 1.88039 22.3589 1.83377 22.0359L1.82733 21.9466V20.5903C1.82733 20.2587 2.09327 19.9651 2.41619 19.9185L2.50551 19.9121H6.57458ZM16.7543 13.7187L15.8882 13.718C15.843 13.718 15.7978 13.718 15.7526 13.7633C15.7074 13.8085 15.617 13.8989 15.617 13.9893C15.617 14.1702 15.617 14.3058 15.5718 14.4866C15.5718 14.4866 15.5718 14.5319 15.5265 14.5319C15.357 14.5658 15.2383 14.6505 15.0942 14.7099L14.9388 14.7579C14.936 14.7551 14.9275 14.7466 14.8936 14.7127C14.7579 14.6223 14.6223 14.4866 14.4415 14.3962C14.4415 14.3962 14.3962 14.351 14.3058 14.351C14.238 14.351 14.2211 14.351 14.1787 14.3701L14.125 14.3962L13.5372 14.984C13.4468 15.0744 13.4468 15.21 13.492 15.3005C13.5824 15.4361 13.7181 15.5717 13.8085 15.7526C13.8537 15.7978 13.8537 15.7978 13.8085 15.843C13.7633 16.0691 13.6276 16.2047 13.5824 16.4308C13.5824 16.4308 13.5824 16.476 13.5372 16.476C13.3564 16.476 13.2207 16.476 13.0399 16.5212C12.9676 16.5212 12.8952 16.5501 12.846 16.6311L12.8138 16.702V17.6967C12.859 17.7871 12.9495 17.8323 13.0399 17.8775C13.2207 17.8775 13.3564 17.8775 13.5372 17.9228C13.5372 17.9228 13.5824 17.9228 13.5824 17.968C13.6276 18.194 13.7633 18.3297 13.8085 18.5557C13.8085 18.6009 13.8537 18.6009 13.8085 18.6461C13.7181 18.7818 13.5824 18.9626 13.492 19.0983C13.4558 19.1706 13.4486 19.2719 13.4935 19.3558L13.5372 19.4147L14.125 20.0025C14.1702 20.0477 14.2154 20.0477 14.3058 20.0477C14.3058 20.0477 14.3962 20.0477 14.4415 20.0025C14.5771 19.9121 14.7127 19.7764 14.8936 19.686C14.8936 19.686 14.8936 19.6606 14.9127 19.6479L14.9388 19.6408H14.984C15.2101 19.686 15.3457 19.8217 15.5718 19.8669C15.5718 19.8669 15.617 19.8669 15.617 19.9121C15.617 20.0929 15.617 20.2738 15.6622 20.4546C15.6622 20.6096 15.7286 20.665 15.833 20.6776L15.8882 20.6807H16.7473C16.7473 20.6807 16.9281 20.5903 16.9733 20.4546C16.9733 20.2738 16.9733 20.0929 17.0185 19.9121C17.0185 19.9121 17.0185 19.8669 17.0638 19.8669C17.2446 19.8307 17.4254 19.7367 17.56 19.6773L17.6515 19.6408H17.6967C17.6967 19.6408 17.7419 19.6408 17.7419 19.686C17.8776 19.7764 18.0584 19.9121 18.194 20.0025C18.194 20.0025 18.2845 20.0477 18.3297 20.0477C18.3636 20.0477 18.3975 20.0477 18.4505 20.0286L18.5105 20.0025L19.0983 19.4147C19.1887 19.3243 19.1887 19.1887 19.1435 19.0983C19.0531 18.9626 18.9174 18.827 18.827 18.6461C18.7818 18.6009 18.7818 18.6009 18.827 18.5557C18.8722 18.3297 19.0079 18.194 19.0531 17.968C19.0531 17.968 19.0531 17.9228 19.0983 17.9228C19.2791 17.9228 19.46 17.9228 19.6408 17.8775C19.7958 17.8775 19.8512 17.8111 19.8639 17.7067L19.8669 17.6515H19.7765V16.8377C19.7765 16.6116 19.686 16.5664 19.5504 16.5212C19.3696 16.5212 19.1887 16.5212 19.0079 16.476C19.0079 16.476 18.9627 16.476 18.9627 16.4308C18.9265 16.2499 18.8324 16.0691 18.7731 15.9345L18.7366 15.843V15.7526C18.827 15.6169 18.9627 15.4361 19.0531 15.3005C19.0892 15.2281 19.0965 15.1268 19.0516 15.0429L19.0079 14.984L18.4201 14.3962C18.4201 14.3962 18.3297 14.351 18.2845 14.351C18.2845 14.351 18.1941 14.351 18.1488 14.3962C18.0132 14.4866 17.8324 14.6223 17.6967 14.7127C17.6628 14.7127 17.6543 14.7381 17.6522 14.7509L17.6515 14.7579H17.6063C17.3802 14.7127 17.2446 14.5771 17.0185 14.5319C17.0185 14.5319 16.9733 14.5319 16.9733 14.4866C16.9733 14.3058 16.9733 14.1702 16.9281 13.9893C16.9281 13.8989 16.9281 13.8085 16.7925 13.7633C16.7925 13.7293 16.767 13.7209 16.7543 13.7187ZM16.3404 15.843C17.0638 15.843 17.6515 16.4308 17.6967 17.1994C17.6515 17.9228 17.0638 18.5557 16.3404 18.5557C15.5718 18.5557 14.984 17.968 14.984 17.1994C14.984 16.4308 15.5718 15.843 16.3404 15.843ZM6.57458 15.3909C6.90614 15.3909 7.1997 15.6568 7.24633 15.9797L7.25276 16.0691V17.4254C7.25276 17.757 6.98683 18.0505 6.66391 18.0972L6.57458 18.1036H2.50551C2.17396 18.1036 1.88039 17.8377 1.83377 17.5147L1.82733 17.4254V16.0691C1.82733 15.7375 2.09327 15.4439 2.41619 15.3973L2.50551 15.3909H6.57458ZM12.7686 10.8697C12.2261 11.1862 11.6835 11.5931 11.1862 12.0904C10.8094 12.4672 10.4955 12.8753 10.2181 13.3149L10.0559 13.5824H9.73942C9.40787 13.5824 9.1143 13.3165 9.06768 12.9936L9.06124 12.9042V11.5479C9.06124 11.2163 9.32717 10.9228 9.65009 10.8761L9.73942 10.8697H12.7686ZM6.57458 10.8697C6.90614 10.8697 7.1997 11.1356 7.24633 11.4585L7.25276 11.5479V12.9042C7.25276 13.2358 6.98683 13.5293 6.66391 13.576L6.57458 13.5824H2.50551C2.17396 13.5824 1.88039 13.3165 1.83377 12.9936L1.82733 12.9042V11.5479C1.82733 11.2163 2.09327 10.9228 2.41619 10.8761L2.50551 10.8697H6.57458ZM21.0424 10.8697C21.374 10.8697 21.6675 11.1356 21.7141 11.4585L21.7206 11.5479V12.4069C21.6302 12.3165 21.5397 12.1808 21.4041 12.0904C21.0166 11.6641 20.5626 11.3043 20.0707 11.0109L19.8217 10.8697H21.0424ZM13.8085 6.3485C14.14 6.3485 14.4336 6.61443 14.4802 6.93735L14.4867 7.02668V8.38303C14.4867 8.71459 14.2207 9.00815 13.8978 9.05478L13.8085 9.06121H9.73942C9.40787 9.06121 9.1143 8.79528 9.06768 8.47236L9.06124 8.38303V7.02668C9.06124 6.69512 9.32717 6.40156 9.65009 6.35493L9.73942 6.3485H13.8085ZM21.0424 6.3485C21.374 6.3485 21.6675 6.61443 21.7141 6.93735L21.7206 7.02668V8.38303C21.7206 8.71459 21.4546 9.00815 21.1317 9.05478L21.0424 9.06121H16.9733C16.6418 9.06121 16.3482 8.79528 16.3016 8.47236L16.2951 8.38303V7.02668C16.2951 6.69512 16.5611 6.40156 16.884 6.35493L16.9733 6.3485H21.0424ZM6.57458 6.3485C6.90614 6.3485 7.1997 6.61443 7.24633 6.93735L7.25276 7.02668V8.38303C7.25276 8.71459 6.98683 9.00815 6.66391 9.05478L6.57458 9.06121H2.50551C2.17396 9.06121 1.88039 8.79528 1.83377 8.47236L1.82733 8.38303V7.02668C1.82733 6.69512 2.09327 6.40156 2.41619 6.35493L2.50551 6.3485H6.57458ZM21.0424 0.923065C21.374 0.923065 21.6675 1.189 21.7141 1.51192L21.7206 1.60124V3.86184C21.7206 4.19339 21.4546 4.48696 21.1317 4.53358L21.0424 4.54002H2.50551C2.17396 4.54002 1.88039 4.27409 1.83377 3.95117L1.82733 3.86184V1.60124C1.82733 1.26969 2.09327 0.976126 2.41619 0.929502L2.50551 0.923065H21.0424Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-tabset\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5846 0.923065H9.41539C9.09231 0.923065 8.86154 1.19999 8.86154 1.52307V2.67691C8.86154 2.99999 9.13846 3.27691 9.41539 3.27691H14.5846C14.9077 3.27691 15.1385 2.99999 15.1385 2.67691V1.52307C15.1846 1.19999 14.9077 0.923065 14.5846 0.923065ZM22.4769 0.923065H17.3077C16.9846 0.923065 16.7077 1.19999 16.7077 1.52307V2.67691C16.7077 2.99999 16.9846 3.27691 17.3077 3.27691H22.4769C22.8 3.23076 23.0769 2.99999 23.0769 2.67691V1.52307C23.0769 1.19999 22.8 0.923065 22.4769 0.923065ZM22.4769 4.79999H7.84616C7.52308 4.79999 7.24616 4.52307 7.24616 4.19999V1.52307C7.24616 1.19999 6.96923 0.923065 6.64616 0.923065H1.52308C1.2 0.923065 0.92308 1.19999 0.92308 1.52307V22.5231C0.92308 22.8 1.2 23.0769 1.52308 23.0769H22.4769C22.8 23.0769 23.0769 22.8 23.0769 22.4769V5.39999C23.0769 5.07691 22.8 4.79999 22.4769 4.79999Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-target\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M12.0923 1.06189C16.8634 1.13717 20.6986 5.01339 20.7231 9.78497C20.7231 15.785 14.5846 21.2311 12.6462 22.7542C12.3089 23.0242 11.8296 23.0242 11.4923 22.7542C9.55386 21.3234 3.36925 15.785 3.36925 9.78497V9.69266C3.3794 4.93023 7.23759 1.07204 12 1.06189H12.0923ZM12 3.46189C9.6053 3.47871 7.42881 4.85667 6.38933 7.01409C5.34985 9.1715 5.62852 11.7324 7.10771 13.6157C7.6154 12.8311 8.67694 12.3234 9.69232 11.8619C9.74306 11.868 9.79386 11.8511 9.83079 11.8157C9.93348 11.7693 10.0512 11.7693 10.1539 11.8157C10.6986 12.1839 11.3426 12.3771 12 12.3696C12.6532 12.3491 13.2896 12.1581 13.8462 11.8157C13.9489 11.7693 14.0666 11.7693 14.1692 11.8157C14.22 11.8096 14.2708 11.8266 14.3077 11.8619C15.3231 12.2773 16.3846 12.8311 16.8923 13.5696C18.3704 11.6924 18.6478 9.13645 17.6069 6.98591C16.5659 4.83536 14.3892 3.46724 12 3.46189ZM12 5.58497C13.4275 5.58497 14.5846 6.86612 14.5846 8.4465C14.5846 10.0269 13.4275 11.308 12 11.308C10.5726 11.308 9.4154 10.0269 9.4154 8.4465C9.4154 6.86612 10.5726 5.58497 12 5.58497Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-task\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.1115 2.80385L10.3269 2.01924C10.0962 1.78847 9.77308 1.78847 9.54231 2.01924L4.65 6.86539L2.66539 4.92693C2.43462 4.69616 2.11154 4.69616 1.88077 4.92693L1.09616 5.71155C0.865388 5.94231 0.865388 6.26539 1.09616 6.49616L3.81923 9.21924C4.05 9.45001 4.32693 9.54231 4.60385 9.54231C4.88077 9.54231 5.1577 9.45001 5.38847 9.21924L11.1115 3.58847C11.2962 3.40385 11.2962 3.03462 11.1115 2.80385ZM22.3731 8.06539H12.7269C12.3115 8.06539 11.9885 7.74231 11.9885 7.32693V5.85001C11.9885 5.43462 12.3115 5.11154 12.7269 5.11154H22.3731C22.7885 5.11154 23.1115 5.43462 23.1115 5.85001V7.32693C23.1115 7.74231 22.7885 8.06539 22.3731 8.06539ZM22.3731 14.6654H10.5115C10.0962 14.6654 9.77308 14.3423 9.77308 13.9269V12.45C9.77308 12.0346 10.0962 11.7115 10.5115 11.7115H22.3731C22.7885 11.7115 23.1115 12.0346 23.1115 12.45V13.9269C23.1115 14.3423 22.7885 14.6654 22.3731 14.6654ZM6.03462 14.6654H4.5577C4.14231 14.6654 3.81923 14.3423 3.81923 13.9269V12.45C3.81923 12.0346 4.14231 11.7115 4.5577 11.7115H6.03462C6.45 11.7115 6.77308 12.0346 6.77308 12.45V13.9269C6.81923 14.3423 6.45 14.6654 6.03462 14.6654ZM6.03462 21.2654H4.5577C4.14231 21.2654 3.81923 20.9423 3.81923 20.5269V19.05C3.81923 18.6346 4.14231 18.3115 4.5577 18.3115H6.03462C6.45 18.3115 6.77308 18.6346 6.77308 19.05V20.5269C6.81923 20.9423 6.45 21.2654 6.03462 21.2654ZM22.3731 21.2654H10.5115C10.0962 21.2654 9.77308 20.9423 9.77308 20.5269V19.05C9.77308 18.6346 10.0962 18.3115 10.5115 18.3115H22.3731C22.7885 18.3115 23.1115 18.6346 23.1115 19.05V20.5269C23.1115 20.9423 22.7885 21.2654 22.3731 21.2654Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-text\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.8 22.1077C22.7077 20.6308 22.6615 19.1077 22.6615 17.6308C22.6615 16.8923 22.6615 16.1538 22.7077 15.3692C22.7077 14.6769 22.8 13.9846 22.5231 13.3385C21.9231 11.8615 19.9846 11.5846 18.6 11.5846C17.9077 11.5846 17.1692 11.6769 16.4308 11.8615C15.9231 12 15.4154 12.1846 15 12.4154L15.4615 13.5692C15.5539 13.8 15.6 14.0308 15.6462 14.2615C16.5692 13.8 17.4923 13.5692 18.4615 13.5692C19.9385 13.5692 20.6769 14.1692 20.6769 15.3231V15.8769H19.6615C17.7692 15.8769 16.3385 16.1538 15.3692 16.7077C14.3077 17.2154 13.8462 18.1846 13.8462 19.6154C13.8462 20.6769 14.1692 21.5077 14.8154 22.0615C15.4615 22.6154 16.2923 22.9385 17.3077 22.9385C18.1846 22.9385 18.8769 22.8 19.4308 22.5692C19.9846 22.3385 20.4462 21.9231 20.8154 21.4154H20.8615C20.9077 21.6461 20.9539 22.0615 21.0462 22.6154C21.0462 22.6615 22.7077 22.6154 22.8462 22.6154C22.8462 22.4308 22.8 22.2923 22.8 22.1077ZM20.6769 18.4615C20.6769 18.7385 20.6308 18.9692 20.5385 19.2C20.4923 19.3846 20.4 19.5692 20.2615 19.7077C19.8 20.3538 19.0615 20.6769 18.3231 20.7692C17.8615 20.8615 17.4 20.8154 16.9385 20.7231C16.5692 20.6769 16.2462 20.4923 16.0154 20.1692C15.6923 19.6615 15.7846 18.8769 16.1077 18.4154C16.3385 18.1385 16.6615 17.9538 16.9846 17.8154C17.8615 17.5385 18.9231 17.5385 19.8462 17.5385H20.6308V18.4615H20.6769ZM13.8 14.3077L8.63077 1.56922C8.53847 1.33845 8.35385 1.15384 8.07693 1.15384H6.46154C6.23077 1.15384 5.95385 1.33845 5.86154 1.56922L1.2 14.3077C1.06154 14.5385 1.29231 14.8615 1.52308 14.8615H3.32308C3.55385 14.8615 3.83077 14.6769 3.92308 14.4L5.07693 11.0769H9.69231L11.0308 14.4C11.1231 14.6308 11.3538 14.8615 11.6308 14.8615H13.4308C13.7077 14.8615 13.8923 14.5385 13.8 14.3077ZM6.04616 8.53845L7.38462 5.07692L8.86154 8.53845H6.04616Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-textarea\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.6769 22.8461H3.32307C2.12307 22.8461 1.15384 21.8769 1.15384 20.6769V3.32307C1.15384 2.12307 2.12307 1.15384 3.32307 1.15384H20.6769C21.8769 1.15384 22.8461 2.12307 22.8461 3.32307V20.6769C22.8461 21.8769 21.8769 22.8461 20.6769 22.8461ZM4.06153 4.75384V19.2C4.06153 19.6154 4.38461 19.9385 4.79999 19.9385H19.2461C19.6615 19.9385 19.9846 19.6154 19.9846 19.2V4.75384C19.9846 4.33845 19.6615 4.01538 19.2461 4.01538H4.79999C4.38461 4.06153 4.06153 4.38461 4.06153 4.75384ZM16.2923 12.4615C16.6615 12.4615 17.0308 12.7846 17.0308 13.2V16.3385C17.0308 16.7538 16.7077 17.0769 16.2923 17.0769H12.9692C12.5538 17.0769 12.2769 16.7538 12.2308 16.3385C12.2308 16.0615 12.3692 15.8769 12.5077 15.6923L13.2 15C13.6615 14.5385 14.1692 14.1231 14.6308 13.7077C14.9538 13.3846 15.2769 13.1077 15.6461 12.7846C15.7385 12.6923 15.8308 12.6 15.9231 12.5538C16.1077 12.4615 16.2 12.4615 16.2923 12.4615Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-textbox\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.6308 22.8H3.36923C2.16923 22.8 1.2 21.8308 1.2 20.6308V3.36924C1.2 2.16924 2.16923 1.20001 3.36923 1.20001H20.6769C21.8769 1.20001 22.8462 2.16924 22.8462 3.36924V20.6769C22.8 21.8308 21.8308 22.8 20.6308 22.8ZM4.10769 4.80001V19.2C4.10769 19.6154 4.43077 19.9385 4.84615 19.9385H19.2462C19.6615 19.9385 19.9846 19.6154 19.9846 19.2V4.80001C19.9846 4.38463 19.6615 4.06155 19.2462 4.06155H4.84615C4.43077 4.06155 4.10769 4.38463 4.10769 4.80001ZM7.01538 16.2923V7.7077C7.01538 7.29232 7.33846 6.96924 7.75384 6.96924H9.18461C9.6 6.96924 9.92307 7.29232 9.92307 7.7077V16.2923C9.92307 16.7077 9.6 17.0308 9.18461 17.0308H7.75384C7.33846 17.0308 7.01538 16.7077 7.01538 16.2923Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-text-background-color\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9539 7.38462L13.9385 12H9.78462L11.5846 7.38462H11.9539ZM22.1539 3.69231V20.3077C22.1539 21.3231 21.3231 22.1539 20.3077 22.1539H3.69231C2.67693 22.1539 1.84616 21.3231 1.84616 20.3077V3.69231C1.84616 2.67693 2.67693 1.84616 3.69231 1.84616H20.3077C21.3231 1.84616 22.1539 2.67693 22.1539 3.69231ZM19.6154 18.7846L14.0769 5.07693C13.9385 4.80001 13.7077 4.61539 13.3846 4.61539H10.1077C9.83078 4.61539 9.55385 4.80001 9.46154 5.07693L4.38462 18.7846C4.29231 19.0615 4.47693 19.3846 4.80001 19.3846H6.69231C6.96924 19.3846 7.24616 19.1539 7.33847 18.8769L8.81539 14.7692H15L16.6154 18.8769C16.7077 19.1539 16.9846 19.3846 17.2615 19.3846H19.1539C19.4769 19.3846 19.7077 19.0615 19.6154 18.7846Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-text-color\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.8 16.6154H6.69231C6.96923 16.6154 7.24616 16.3846 7.33846 16.1077L8.81539 12H15L16.6154 16.1077C16.7077 16.3846 16.9846 16.6154 17.2615 16.6154H19.1538C19.4769 16.6154 19.7077 16.2923 19.5692 16.0154L14.0308 2.3077C13.9385 2.03078 13.7077 1.84616 13.4308 1.84616H10.1538C9.87693 1.84616 9.6 2.03078 9.5077 2.3077L4.43077 16.0154C4.29231 16.2923 4.52308 16.6154 4.8 16.6154ZM11.5846 4.61539H12L13.9846 9.23078H9.83077L11.5846 4.61539ZM22.3846 19.3846H1.61539C1.24616 19.3846 0.92308 19.7077 0.92308 20.0769V21.4615C0.92308 21.8308 1.24616 22.1539 1.61539 22.1539H22.3846C22.7538 22.1539 23.0769 21.8308 23.0769 21.4615V20.0769C23.0769 19.7077 22.7538 19.3846 22.3846 19.3846Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-text-template\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.27691 17.1692V17.0769C9.36922 15.8308 10.3846 14.8154 11.6769 14.8154H14.7692C14.2615 13.9385 14.3538 12.7846 15.0923 11.9539L15.1846 11.8615L15.9231 11.1692C16.3385 10.7077 16.9385 10.4769 17.4923 10.4308V2.81539C17.4923 1.80001 16.6615 0.969238 15.6461 0.969238H2.81538C1.79999 0.969238 0.969223 1.80001 0.969223 2.81539V15.6923C0.969223 16.7077 1.79999 17.5385 2.81538 17.5385H9.23076V17.1692H9.27691ZM3.73845 3.83078C3.73845 3.55385 3.92307 3.36924 4.19999 3.36924H6.96922C7.24615 3.36924 7.43076 3.55385 7.43076 3.83078V5.12308C7.43076 5.40001 7.24615 5.58462 6.96922 5.58462H4.19999C3.92307 5.58462 3.73845 5.40001 3.73845 5.12308V3.83078ZM3.73845 7.84616C3.73845 7.56924 3.92307 7.38462 4.19999 7.38462H14.3077C14.5846 7.38462 14.7692 7.56924 14.7692 7.84616V9.13847C14.7692 9.41539 14.5846 9.60001 14.3077 9.60001H4.24615C3.96922 9.60001 3.78461 9.41539 3.78461 9.13847L3.73845 7.84616ZM3.73845 13.2V11.9077C3.73845 11.6308 3.92307 11.4462 4.19999 11.4462H12.5077C12.7846 11.4462 12.9692 11.6308 12.9692 11.9077V13.2C12.9692 13.4769 12.7846 13.6615 12.5077 13.6615H4.24615C3.92307 13.6615 3.73845 13.4769 3.73845 13.2ZM18.0923 12.4615C17.8154 12.2308 17.4923 12.2308 17.3077 12.4615L16.5231 13.2C16.3385 13.4308 16.3385 13.7539 16.5231 13.9385L18.5538 15.9692C18.6461 16.0615 18.6461 16.1077 18.6461 16.2462C18.6461 16.4769 18.5077 16.6154 18.2769 16.6154H11.6769C11.4 16.6154 11.1692 16.8462 11.1231 17.1231V18.2308C11.1692 18.5077 11.4 18.7385 11.6769 18.8308H18.2769C18.3692 18.8308 18.4154 18.8769 18.4615 18.9231C18.6 19.0154 18.6461 19.2923 18.5538 19.4308L16.5231 21.4615C16.3385 21.6923 16.3385 22.0154 16.5231 22.2L17.2615 22.9846C17.4923 23.1692 17.8154 23.1692 18 22.9846L22.8923 18.0923C23.0769 17.8615 23.0769 17.5385 22.8923 17.3539L18.0923 12.4615Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-threedots\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.69231 9.23077C5.21539 9.23077 6.46154 10.4769 6.46154 12C6.46154 13.5231 5.21539 14.7692 3.69231 14.7692C2.16923 14.7692 0.92308 13.5231 0.92308 12C0.92308 10.4769 2.16923 9.23077 3.69231 9.23077ZM12 9.23077C13.5231 9.23077 14.7692 10.4769 14.7692 12C14.7692 13.5231 13.5231 14.7692 12 14.7692C10.4769 14.7692 9.23077 13.5231 9.23077 12C9.23077 10.4769 10.4769 9.23077 12 9.23077ZM20.3077 9.23077C21.8308 9.23077 23.0769 10.4769 23.0769 12C23.0769 13.5231 21.8308 14.7692 20.3077 14.7692C18.7846 14.7692 17.5385 13.5231 17.5385 12C17.5385 10.4769 18.7846 9.23077 20.3077 9.23077Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-threedots-vertical\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.23077 20.3077C9.23077 18.7846 10.4769 17.5385 12 17.5385C13.5231 17.5385 14.7692 18.7846 14.7692 20.3077C14.7692 21.8308 13.5231 23.0769 12 23.0769C10.4769 23.0769 9.23077 21.8308 9.23077 20.3077ZM9.23077 12C9.23077 10.4769 10.4769 9.23076 12 9.23076C13.5231 9.23076 14.7692 10.4769 14.7692 12C14.7692 13.5231 13.5231 14.7692 12 14.7692C10.4769 14.7692 9.23077 13.5231 9.23077 12ZM9.23077 3.6923C9.23077 2.16922 10.4769 0.923065 12 0.923065C13.5231 0.923065 14.7692 2.16922 14.7692 3.6923C14.7692 5.21537 13.5231 6.46153 12 6.46153C10.4769 6.46153 9.23077 5.21537 9.23077 3.6923Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-thunder\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.0423 1.4423C13.35 0.749988 12.2885 0.749988 11.5962 1.4423L1.44231 11.5961C0.75 12.2885 0.75 13.35 1.44231 13.9961L6.84231 19.4423C7.53462 20.0885 8.59615 20.0885 9.24231 19.4423L19.4423 9.2423C20.0885 8.59614 20.0885 7.5346 19.4423 6.8423L14.0423 1.4423ZM5.64231 2.31922C5.41154 2.08845 4.95 2.08845 4.71923 2.31922L2.31923 4.71922C2.08846 4.94999 2.08846 5.41153 2.31923 5.64229L3.24231 6.51922C3.47308 6.79614 3.88846 6.79614 4.11923 6.51922L6.51923 4.11922C6.79615 3.88845 6.79615 3.47306 6.51923 3.24229L5.64231 2.31922ZM14.3654 16.7654C14.0885 16.9961 14.0885 17.4115 14.3654 17.6423L19.5808 22.9038C19.8115 23.1346 20.2731 23.1346 20.5038 22.9038L22.9038 20.5038C23.1346 20.2731 23.1346 19.8115 22.9038 19.5808L17.6423 14.3192C17.4115 14.0884 16.9962 14.0884 16.7654 14.3192L14.3654 16.7654Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-tile-card-list\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.69231 1.84616H2.53846C2.16923 1.84616 1.84615 2.16924 1.84615 2.53847V10.3846C1.84615 10.7539 2.16923 11.0769 2.53846 11.0769H6.69231C7.06154 11.0769 7.38461 10.7539 7.38461 10.3846V2.53847C7.38461 2.16924 7.06154 1.84616 6.69231 1.84616ZM14.0769 1.84616H9.92308C9.55385 1.84616 9.23077 2.16924 9.23077 2.53847V10.3846C9.23077 10.7539 9.55385 11.0769 9.92308 11.0769H14.0769C14.4462 11.0769 14.7692 10.7539 14.7692 10.3846V2.53847C14.7692 2.16924 14.4462 1.84616 14.0769 1.84616ZM21.4615 1.84616H17.3077C16.9385 1.84616 16.6154 2.16924 16.6154 2.53847V10.3846C16.6154 10.7539 16.9385 11.0769 17.3077 11.0769H21.4615C21.8308 11.0769 22.1538 10.7539 22.1538 10.3846V2.53847C22.1538 2.16924 21.8308 1.84616 21.4615 1.84616ZM6.69231 12.9231H2.53846C2.16923 12.9231 1.84615 13.2462 1.84615 13.6154V21.4615C1.84615 21.8308 2.16923 22.1539 2.53846 22.1539H6.69231C7.06154 22.1539 7.38461 21.8308 7.38461 21.4615V13.6154C7.38461 13.2462 7.06154 12.9231 6.69231 12.9231ZM14.0769 12.9231H9.92308C9.55385 12.9231 9.23077 13.2462 9.23077 13.6154V21.4615C9.23077 21.8308 9.55385 22.1539 9.92308 22.1539H14.0769C14.4462 22.1539 14.7692 21.8308 14.7692 21.4615V13.6154C14.7692 13.2462 14.4462 12.9231 14.0769 12.9231ZM21.4615 12.9231H17.3077C16.9385 12.9231 16.6154 13.2462 16.6154 13.6154V21.4615C16.6154 21.8308 16.9385 22.1539 17.3077 22.1539H21.4615C21.8308 22.1539 22.1538 21.8308 22.1538 21.4615V13.6154C22.1538 13.2462 21.8308 12.9231 21.4615 12.9231Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-toggle\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M18.0923 13.1538C20.8615 13.1538 23.0769 15.3231 23.0769 18.0923C23.0769 20.8615 20.8615 23.0769 18.0923 23.0769H5.72308C3.04615 22.9846 0.923077 20.7692 0.923077 18.0923C0.923077 15.4154 3.04615 13.2461 5.72308 13.1538H18.0923ZM18.2769 14.6308H5.67692L5.49358 14.6447C3.73395 14.825 2.35385 16.3092 2.35385 18.1384C2.35385 20.0308 3.83077 21.5538 5.67692 21.6461H18.2769L18.4603 21.6322C20.2199 21.4519 21.6 19.9677 21.6 18.1384C21.6 16.2461 20.1231 14.7231 18.2769 14.6308ZM18.0923 15.6923C19.4178 15.6923 20.4923 16.7668 20.4923 18.0923C20.4923 19.4178 19.4178 20.4923 18.0923 20.4923C16.7668 20.4923 15.6923 19.4178 15.6923 18.0923C15.6923 16.7668 16.7668 15.6923 18.0923 15.6923ZM18.0923 0.923065C20.8615 0.923065 23.0769 3.13845 23.0769 5.90768C23.0769 8.67691 20.8154 10.8923 18.0923 10.8923H5.72308C3.04615 10.8 0.923077 8.63076 0.923077 5.90768C0.923077 3.1846 3.04615 1.01537 5.72308 0.923065H18.0923ZM5.86154 3.13845C4.33846 3.13845 3.09231 4.3846 3.09231 5.90768C3.09231 7.43076 4.33846 8.67691 5.86154 8.67691C7.38461 8.67691 8.63077 7.43076 8.63077 5.90768C8.63077 4.3846 7.38461 3.13845 5.86154 3.13845Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-toggle-panel-bottom\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2308 3.69232H2.76923C2.26154 3.69232 1.84615 4.10771 1.84615 4.6154V19.3846C1.84615 19.8923 2.26154 20.3077 2.76923 20.3077H21.2308C21.7385 20.3077 22.1538 19.8923 22.1538 19.3846V4.6154C22.1538 4.10771 21.7385 3.69232 21.2308 3.69232ZM20.3077 18.4616H3.69231V5.53848H20.3077V18.4616ZM18.9231 17.5385H5.12308C4.84615 17.5385 4.66154 17.3539 4.66154 17.0769V12.4616C4.66154 12.1846 4.84615 12 5.12308 12H18.9231C19.2 12 19.3846 12.1846 19.3846 12.4616V17.0769C19.3846 17.3539 19.2 17.5385 18.9231 17.5385Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-toggle-panel-left\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2308 3.69232H2.76924C2.26155 3.69232 1.84616 4.10771 1.84616 4.6154V19.3846C1.84616 19.8923 2.26155 20.3077 2.76924 20.3077H21.2308C21.7385 20.3077 22.1539 19.8923 22.1539 19.3846V4.6154C22.1539 4.10771 21.7385 3.69232 21.2308 3.69232ZM20.3077 18.4616H3.69231V5.53848H20.3077V18.4616ZM9.69231 17.5385H5.12308C4.84616 17.5385 4.66155 17.3539 4.66155 17.0769V6.92309C4.66155 6.64617 4.84616 6.46155 5.12308 6.46155H9.69231C9.96924 6.46155 10.1539 6.64617 10.1539 6.92309V17.0769C10.1539 17.3539 9.96924 17.5385 9.69231 17.5385Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-toggle-panel-right\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.84616 3.69232H22.1539V20.3077H1.84616V3.69232ZM3.69231 5.53848V18.4616H20.3077V5.53848H3.69231ZM13.8462 6.46155H19.3846V17.5385H13.8462V6.46155Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-toggle-panel-top\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2308 3.69232H2.76924C2.26155 3.69232 1.84616 4.10771 1.84616 4.6154V19.3846C1.84616 19.8923 2.26155 20.3077 2.76924 20.3077H21.2308C21.7385 20.3077 22.1539 19.8923 22.1539 19.3846V4.6154C22.1539 4.10771 21.7385 3.69232 21.2308 3.69232ZM20.3077 18.4616H3.69231V5.53848H20.3077V18.4616ZM18.9231 12H5.12308C4.84616 12 4.66155 11.8154 4.66155 11.5385V6.92309C4.66155 6.64617 4.84616 6.46155 5.12308 6.46155H18.9231C19.2 6.46155 19.3846 6.64617 19.3846 6.92309V11.5385C19.3846 11.8154 19.2 12 18.9231 12Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-topic\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.01923 16.2808C7.97308 16.1423 7.83462 16.0038 7.69616 15.9577L6.68077 15.6808C6.49616 15.6346 6.26539 15.7269 6.17308 15.9115L4.41923 18.9115C3.9577 19.7423 4.23462 20.0192 5.06539 19.5577L8.11154 17.8038C8.29616 17.7115 8.38847 17.4808 8.34231 17.2961L8.01923 16.2808ZM15.9577 7.69614C16.0039 7.8346 16.1423 7.97306 16.2808 8.01922L17.2962 8.29614C17.4808 8.3423 17.7115 8.24999 17.8039 8.06537L19.5577 5.01922C20.0192 4.18845 19.7423 3.91153 18.9115 4.37306L15.8654 6.12691C15.6808 6.21922 15.5885 6.44999 15.6346 6.6346L15.9577 7.69614ZM6.17308 8.11153C6.26539 8.29614 6.49616 8.38845 6.68077 8.3423L7.69616 8.06537C7.83462 8.01922 7.97308 7.88076 8.01923 7.7423L8.29616 6.72691C8.34231 6.5423 8.25 6.31153 8.06539 6.21922L5.06539 4.41922C4.23462 3.95768 3.9577 4.2346 4.41923 5.06537L6.17308 8.11153ZM17.8039 15.8654C17.7115 15.6808 17.4808 15.5885 17.2962 15.6346L16.2808 15.9115C16.1423 15.9577 16.0038 16.0961 15.9577 16.2346L15.6808 17.2961C15.6346 17.4808 15.7269 17.7115 15.9115 17.8038L18.9577 19.5577C19.7885 20.0192 20.0654 19.7423 19.6038 18.9115L17.8039 15.8654ZM22.4654 11.6192L14.8962 9.58845C14.6192 9.5423 14.4346 9.31153 14.3885 9.08076L12.3577 1.51153C12.1269 0.726911 11.8039 0.726911 11.5731 1.51153L9.54231 9.08076C9.49616 9.35768 9.26539 9.5423 9.03462 9.58845L1.51154 11.6192C0.726927 11.85 0.726927 12.1731 1.51154 12.4038L9.08077 14.4346C9.3577 14.4808 9.54231 14.7115 9.58846 14.9423L11.6192 22.5115C11.85 23.2961 12.1731 23.2961 12.4038 22.5115L14.4346 14.9423C14.4808 14.6654 14.7115 14.4808 14.9423 14.4346L22.5115 12.4038C23.25 12.1731 23.25 11.8038 22.4654 11.6192ZM11.9885 13.8346C10.9731 13.8346 10.1423 13.0038 10.1423 11.9885C10.1423 10.9731 10.9731 10.1423 11.9885 10.1423C13.0039 10.1423 13.8346 10.9731 13.8346 11.9885C13.8346 13.0038 13.0039 13.8346 11.9885 13.8346Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-topic2\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.7077 6.13846H19.7077L21 1.2V1.1077C21 0.92308 20.8615 0.738464 20.6308 0.738464H18.2308C18.0461 0.738464 17.9077 0.876926 17.8615 1.06154L16.5692 6.18462H10.5692L11.8615 1.24616V1.1077C11.8615 0.92308 11.7231 0.738464 11.4923 0.738464H9.0923C8.90768 0.738464 8.76922 0.876926 8.72306 1.06154L7.3846 6.13846H4.06153C3.87691 6.13846 3.73845 6.23077 3.6923 6.41539L3.0923 8.67693V8.76923C3.0923 8.95385 3.23076 9.13846 3.46153 9.13846H6.59999L5.12307 14.9077H1.8923C1.70768 14.9077 1.56922 15 1.52307 15.1846L0.923065 17.3538V17.4462C0.923065 17.6308 1.06153 17.8154 1.2923 17.8154H4.33845L3.04614 22.8462V22.9385C3.04614 23.1231 3.1846 23.3077 3.41537 23.3077H5.81537C5.99999 23.3077 6.13845 23.2154 6.1846 22.9846L7.52307 17.8154H13.4769L12.1846 22.8V22.8923C12.1846 23.0769 12.3231 23.2615 12.5538 23.2615H14.9538C15.1384 23.2615 15.2769 23.1692 15.3231 22.9385L16.6154 17.7692H19.8923C20.0769 17.7692 20.2154 17.6769 20.2615 17.4462L20.8615 15.1846V15.0923C20.8615 14.9077 20.7231 14.7231 20.4923 14.7231H17.4L18.9231 8.95385H22.1077C22.2923 8.95385 22.4308 8.86154 22.4769 8.63077L23.0769 6.36923V6.27693C23.0769 6.27693 22.8923 6.13846 22.7077 6.13846ZM14.2615 14.9077H8.30768L9.7846 9.13846H15.7385L14.2615 14.9077Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-touch-action\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4923 13.6872L13.7077 12.3949C13.4308 12.3026 13.2 12.0257 13.2 11.7026V6.67182C13.2 5.8872 12.5538 5.2872 11.7692 5.2872H11.6308C10.8462 5.2872 10.2 5.93336 10.2 6.67182V16.5949C10.2 17.4257 9.13846 17.7949 8.67693 17.0564L7.70769 15.0257C7.2 14.1487 6.04616 13.918 5.21539 14.518L4.61539 14.9795L7.8 22.5026C7.93846 22.8257 8.26154 23.0103 8.63077 23.0103H16.9846C17.4 23.0103 17.7231 22.7334 17.8154 22.3641L19.2923 17.1026C19.6615 15.6257 18.8308 14.1949 17.4923 13.6872ZM7.98462 10.5487V6.57951C8.07693 4.6872 9.6 3.16413 11.4923 3.07182H11.8615C13.7538 3.16413 15.2769 4.6872 15.3692 6.57951V10.5487C15.3692 10.8718 15.7846 11.0103 16.0154 10.8257C17.0308 9.76413 17.6308 8.33336 17.6308 6.81028C17.6308 3.39489 14.6769 0.625664 11.1692 0.948741C8.49231 1.22566 6.27693 3.25643 5.86154 5.8872C5.58462 7.73336 6.13846 9.53336 7.38462 10.8257C7.56923 11.0103 7.98462 10.8718 7.98462 10.5487Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-tracker\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.01538 13.1077V11.0769C9.36923 10.6615 11.1692 8.58461 11.1692 6.0923C11.1692 3.27692 8.90769 1.01538 6.0923 1.01538C3.27692 1.01538 1.01538 3.27692 1.01538 6.0923C1.01538 8.58461 2.81538 10.6615 5.16923 11.0769V13.1077C2.81538 13.5231 1.01538 15.6 1.01538 18.0923C1.01538 20.9077 3.27692 23.1692 6.0923 23.1692C8.90769 23.1692 11.1692 20.9077 11.1692 18.0923C11.1692 15.6 9.36923 13.5692 7.01538 13.1077ZM2.86153 6.0923C2.86153 4.2923 4.2923 2.86153 6.0923 2.86153C7.8923 2.86153 9.32307 4.2923 9.32307 6.0923C9.32307 7.8923 7.8923 9.32307 6.0923 9.32307C4.2923 9.32307 2.86153 7.93846 2.86153 6.0923ZM13.9846 4.24615H22.2461C22.7538 4.24615 23.1692 4.66153 23.1692 5.16923V7.01538C23.1692 7.52307 22.7538 7.93846 22.2461 7.93846H13.9846C13.4769 7.93846 13.0615 7.52307 13.0615 7.01538V5.16923C13.0615 4.66153 13.4769 4.24615 13.9846 4.24615ZM13.9846 16.2462H22.2461C22.7538 16.2462 23.1692 16.6615 23.1692 17.1692V19.0154C23.1692 19.5231 22.7538 19.9385 22.2461 19.9385H13.9846C13.4769 19.9385 13.0615 19.5231 13.0615 19.0154V17.1692C13.0615 16.7077 13.4769 16.2462 13.9846 16.2462Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-trail\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.38 0.923065C13.9031 0.923065 15.1031 2.12307 15.1031 3.64614C15.1031 5.16922 13.857 6.36922 12.38 6.36922C10.9031 6.36922 9.65695 5.16922 9.65695 3.64614C9.65695 2.12307 10.857 0.923065 12.38 0.923065ZM19.3954 8.35384C18.8416 8.30768 18.3339 8.67691 18.2877 9.1846L18.0108 11.8615C17.9185 11.8615 17.8723 12 17.78 12H15.2416L13.4877 8.90768C13.3493 8.63076 13.0723 8.39999 12.7493 8.35384L10.0723 7.9846C9.6108 7.93845 9.14926 8.16922 8.96465 8.63076L6.93388 13.8461C6.79541 14.2615 6.98003 14.6769 7.34926 14.9077L12.3339 18.3231L12.7493 22.2C12.7954 22.7077 13.257 23.0769 13.7646 23.0769C14.3646 23.0769 14.8262 22.6154 14.78 22.0615L14.3185 17.3077C14.3185 17.0769 14.18 16.8461 13.9493 16.6615L11.2262 13.6154L12.2416 11.1231L13.4416 13.2C13.6262 13.4769 13.9493 13.8 14.3185 13.8H17.8262L16.8108 22.1077C16.7646 22.6154 17.1339 23.0308 17.6877 23.0769C17.7339 23.0769 17.78 23.0308 17.78 23.0308C18.2877 23.0308 18.7031 22.6615 18.7954 22.1538L20.3185 9.32307C20.3646 8.86153 19.9493 8.39999 19.3954 8.35384ZM5.18003 12.7846L6.88772 8.39999C6.98003 8.12306 7.11849 7.84614 7.30311 7.56922L7.07234 7.52306C5.59541 7.33845 4.2108 8.21537 3.74926 9.55383L2.82618 11.9538C2.64157 12.4615 2.91849 13.0615 3.47234 13.2L3.88772 13.2923C4.44157 13.5231 4.99541 13.2461 5.18003 12.7846ZM5.82618 16.2461L3.74926 22.4308C3.65695 22.7538 3.88772 23.0308 4.2108 23.0308H5.36465C5.78003 23.0308 6.19541 22.7538 6.33388 22.3846L8.36465 17.9077L6.05695 16.4769C6.0108 16.3846 5.91849 16.2923 5.82618 16.2461Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-trailhead\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.9539 15.3692H22.1539L21.6 13.4769L22.1539 11.5846H20.1231C19.7539 10.4769 19.2462 9.36922 18.5077 8.26153C17.8154 7.24614 16.9846 6.27691 15.9231 5.35384C14.8615 4.47691 13.5692 3.6923 12.0462 3.0923L11.9539 3.04614L11.8615 3.0923C11.8615 3.0923 11.2615 3.23076 10.4308 3.64614C9.78462 3.96922 9.00001 4.43076 8.16924 5.07691C6.92308 6.04614 5.58462 7.43076 4.56924 9.41537C4.24616 10.0615 3.92308 10.8 3.69231 11.5846H1.84616L2.40001 13.4769L1.84616 15.3692H2.95385C2.9077 15.9692 2.86155 16.5692 2.86155 17.1692C2.86155 17.4923 2.86155 17.8615 2.9077 18.2308V18.4154L3.04616 18.5077C3.04616 18.5077 4.01539 19.0615 5.58462 19.5692C7.20001 20.1231 9.41539 20.6308 12.0923 20.6308C14.2154 20.6308 16.5692 20.3077 19.0615 19.3385C19.6615 19.1077 20.3077 18.8308 20.9077 18.5077L21.0462 18.4154H21.0923V17.1692C21.0923 16.7077 21.0462 16.1077 20.9539 15.3692ZM2.72308 14.7231L3.09231 13.4769L2.72308 12.2308H21.2769L20.9077 13.4769L21.2769 14.7231H2.72308ZM6.04616 11.5846L7.38462 9.32306L7.43078 9.27691L8.58462 7.3846L10.5231 9.83076L11.6769 8.67691L12.9231 10.1538L14.8154 7.3846L17.9077 11.5846H6.04616ZM4.84616 10.3385C5.07693 9.83076 5.35385 9.32307 5.63078 8.86153C5.67693 8.76922 5.72308 8.72307 5.76924 8.63076C5.81539 8.5846 5.86155 8.4923 5.9077 8.44614C8.3077 4.75384 11.8154 3.6923 11.8615 3.6923L11.9539 3.64614L12.0462 3.6923C14.5385 4.70768 16.2923 6.23076 17.5385 7.93845C17.9539 8.44614 18.2769 8.99999 18.6 9.55384C18.9692 10.2 19.2462 10.8923 19.4769 11.5385H18.7385C17.7231 8.86153 15.7385 5.95384 11.9539 4.33845C11.1692 4.56922 6.96924 6.1846 5.07693 11.5385H4.33847C4.47693 11.1692 4.66155 10.7538 4.84616 10.3385ZM20.4462 17.8615V18.0461L20.2615 18.1385C17.3539 19.5692 14.5846 20.0769 12.0923 20.0769C7.56924 20.0769 4.20001 18.4615 3.69231 18.1846C3.60001 18.1385 3.55385 18.0923 3.5077 18.0923H3.46155V17.9077C3.46155 17.0308 3.46155 16.2461 3.55385 15.4615H4.24616C4.15385 16.0615 4.1077 16.8 4.15385 17.6308C4.80001 17.9538 7.20001 19.0154 10.4308 19.2923C11.1692 18.8769 11.6769 18.0461 10.4769 17.0308H10.3846L10.3385 16.9846L10.2923 16.9384L10.2462 16.8923V16.8461L10.2 16.8V16.7538L10.1539 16.7077V16.6154C9.96924 16.2461 10.1539 15.8769 11.2615 15.7846C11.5846 15.7384 12.6923 15.8308 12.2769 15.4154H12.8308C13.1539 15.7846 13.1539 16.2461 11.4923 16.4308C11.2615 16.4308 11.1692 16.5692 11.2154 16.6615H11.2615C12.9692 17.0769 13.3846 18.3231 13.2462 19.2C15.2308 19.0615 17.4 18.5538 19.5692 17.4923C19.5692 17.1231 19.5692 16.3384 19.4308 15.2769H20.1231C20.1231 15.4615 20.1692 15.6461 20.1692 15.8308C20.4923 17.0769 20.4462 17.8154 20.4462 17.8615Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-travel-and-places\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.6923 9.69229L19.6154 4.06152C19.2923 2.99999 18.2769 2.30768 17.1692 2.30768H6.83077C5.72308 2.30768 4.7077 2.99999 4.33847 4.06152L2.3077 9.69229C1.33847 9.96922 0.92308 10.8923 0.92308 11.9077V17.2615C0.92308 18.2308 1.93847 19.0615 2.76923 19.3846V21.2308C2.76923 21.8308 3.09231 22.1538 3.69231 22.1538H6.04616C6.64616 22.1538 6.92308 21.8308 6.92308 21.2308V19.3846H17.0769V21.2308C17.0769 21.8308 17.4 22.1538 18 22.1538H20.3077C20.9077 22.1538 21.2308 21.8308 21.2308 21.2308V19.3846C22.0615 19.0615 23.0769 18.2769 23.0769 17.2615V11.9077C23.0769 10.8923 22.6615 9.96922 21.6923 9.69229ZM5.07693 15.6923C4.06154 15.6923 3.23077 14.8615 3.23077 13.8461C3.23077 12.8308 4.06154 12 5.07693 12C6.09231 12 6.92308 12.8308 6.92308 13.8461C6.92308 14.8615 6.09231 15.6923 5.07693 15.6923ZM12.7385 9.69229H5.44616C5.16923 9.69229 4.98462 9.46152 5.07693 9.23075L6.46154 5.07691C6.5077 4.93845 6.6 4.61537 6.92308 4.61537H17.0769C17.4462 4.61537 17.4923 4.9846 17.5385 5.07691L18.9231 9.23075C19.0154 9.50768 18.8769 9.69229 18.5077 9.69229H12.7385ZM18.9231 15.6923C17.9077 15.6923 17.0769 14.8615 17.0769 13.8461C17.0769 12.8308 17.9077 12 18.9231 12C19.9385 12 20.7692 12.8308 20.7692 13.8461C20.7692 14.8615 19.9385 15.6923 18.9231 15.6923Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-trending\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M22.6782 14.0212C22.6818 14.233 22.5552 14.4253 22.3592 14.5057C22.1632 14.586 21.938 14.5379 21.792 14.3845L19.4127 12.0008L13.9141 16.7195C13.6305 17.0187 13.2363 17.1881 12.8241 17.1881C12.4119 17.1881 12.0178 17.0187 11.7342 16.7195L8.4155 12.9356L2.50486 18.1196C2.41031 18.2194 2.27894 18.2758 2.14154 18.2758C2.00413 18.2758 1.87276 18.2194 1.77821 18.1196L1.5168 17.8582C1.41708 17.7637 1.36061 17.6323 1.36061 17.4949C1.36061 17.3575 1.41708 17.2261 1.5168 17.1316L7.32997 9.2005C7.6136 8.90137 8.00771 8.73195 8.41994 8.73195C8.83216 8.73195 9.22627 8.90137 9.5099 9.2005L12.8286 12.5191L16.2004 8.62894L14.0204 6.65724C13.8758 6.50054 13.8331 6.27516 13.9104 6.07642C13.9876 5.87768 14.1713 5.74029 14.3838 5.72235H21.6413C21.9184 5.73496 22.179 5.85758 22.3653 6.06303C22.5516 6.26848 22.6483 6.53978 22.6338 6.81675L22.6782 14.0212Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-type\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.1538 5.07693H1.84615C1.33846 5.07693 0.923077 5.49232 0.923077 6.00001V18C0.923077 18.5077 1.33846 18.9231 1.84615 18.9231H22.1538C22.6615 18.9231 23.0769 18.5077 23.0769 18V6.00001C23.0769 5.49232 22.6615 5.07693 22.1538 5.07693ZM21.2308 17.0769H2.76923V6.92309H21.2308V17.0769ZM5.16923 10.0616H5.63077C6 10.0616 6.32308 9.73847 6.32308 9.36924V8.9077C6.32308 8.53847 6 8.2154 5.63077 8.2154H5.16923C4.8 8.2154 4.47692 8.53847 4.47692 8.9077V9.36924C4.47692 9.73847 4.8 10.0616 5.16923 10.0616ZM7.8 10.0616H8.26154C8.63077 10.0616 8.95385 9.73847 8.95385 9.36924V8.9077C8.95385 8.53847 8.63077 8.2154 8.26154 8.2154H7.8C7.43077 8.2154 7.10769 8.53847 7.10769 8.9077V9.36924C7.10769 9.73847 7.43077 10.0616 7.8 10.0616ZM13.1077 10.0616H13.5692C13.9385 10.0616 14.2615 9.73847 14.2615 9.36924V8.9077C14.2615 8.53847 13.9385 8.2154 13.5692 8.2154H13.1077C12.7385 8.2154 12.4154 8.53847 12.4154 8.9077V9.36924C12.4154 9.73847 12.7385 10.0616 13.1077 10.0616ZM10.4308 10.0616H10.8923C11.2615 10.0616 11.5846 9.73847 11.5846 9.36924V8.9077C11.5846 8.53847 11.2615 8.2154 10.8923 8.2154H10.4308C10.0615 8.2154 9.73846 8.53847 9.73846 8.9077V9.36924C9.73846 9.73847 10.0615 10.0616 10.4308 10.0616ZM18.4154 10.0616H18.8769C19.2462 10.0616 19.5692 9.73847 19.5692 9.36924V8.9077C19.5692 8.53847 19.2462 8.2154 18.8769 8.2154H18.4154C18.0462 8.2154 17.7231 8.53847 17.7231 8.9077V9.36924C17.7231 9.73847 18.0462 10.0616 18.4154 10.0616ZM15.7385 10.0616H16.2C16.5692 10.0616 16.8923 9.73847 16.8923 9.36924V8.9077C16.8923 8.53847 16.5692 8.2154 16.2 8.2154H15.7385C15.3692 8.2154 15.0462 8.53847 15.0462 8.9077V9.36924C15.0462 9.73847 15.3692 10.0616 15.7385 10.0616ZM5.16923 12.8308H5.63077C6 12.8308 6.32308 12.5077 6.32308 12.1385V11.6769C6.32308 11.3077 6 10.9846 5.63077 10.9846H5.16923C4.8 10.9846 4.47692 11.3077 4.47692 11.6769V12.1385C4.47692 12.5077 4.8 12.8308 5.16923 12.8308ZM7.8 12.8308H8.26154C8.63077 12.8308 8.95385 12.5077 8.95385 12.1385V11.6769C8.95385 11.3077 8.63077 10.9846 8.26154 10.9846H7.8C7.43077 10.9846 7.10769 11.3077 7.10769 11.6769V12.1385C7.10769 12.5077 7.43077 12.8308 7.8 12.8308ZM13.1077 12.8308H13.5692C13.9385 12.8308 14.2615 12.5077 14.2615 12.1385V11.6769C14.2615 11.3077 13.9385 10.9846 13.5692 10.9846H13.1077C12.7385 10.9846 12.4154 11.3077 12.4154 11.6769V12.1385C12.4154 12.5077 12.7385 12.8308 13.1077 12.8308ZM10.4308 12.8308H10.8923C11.2615 12.8308 11.5846 12.5077 11.5846 12.1385V11.6769C11.5846 11.3077 11.2615 10.9846 10.8923 10.9846H10.4308C10.0615 10.9846 9.73846 11.3077 9.73846 11.6769V12.1385C9.73846 12.5077 10.0615 12.8308 10.4308 12.8308ZM18.4154 12.8308H18.8769C19.2462 12.8308 19.5692 12.5077 19.5692 12.1385V11.6769C19.5692 11.3077 19.2462 10.9846 18.8769 10.9846H18.4154C18.0462 10.9846 17.7231 11.3077 17.7231 11.6769V12.1385C17.7231 12.5077 18.0462 12.8308 18.4154 12.8308ZM15.7385 12.8308H16.2C16.5692 12.8308 16.8923 12.5077 16.8923 12.1385V11.6769C16.8923 11.3077 16.5692 10.9846 16.2 10.9846H15.7385C15.3692 10.9846 15.0462 11.3077 15.0462 11.6769V12.1385C15.0462 12.5077 15.3692 12.8308 15.7385 12.8308ZM5.16923 15.6H5.63077C6 15.6 6.32308 15.2769 6.32308 14.9077V14.4462C6.32308 14.0769 6 13.7539 5.63077 13.7539H5.16923C4.8 13.7539 4.47692 14.0769 4.47692 14.4462V14.9077C4.47692 15.2769 4.8 15.6 5.16923 15.6ZM7.8 15.6H16.2C16.5692 15.6 16.8923 15.2769 16.8923 14.9077V14.4462C16.8923 14.0769 16.5692 13.7539 16.2 13.7539H7.8C7.43077 13.7539 7.10769 14.0769 7.10769 14.4462V14.9077C7.10769 15.2769 7.43077 15.6 7.8 15.6ZM18.4154 15.6H18.8769C19.2462 15.6 19.5692 15.2769 19.5692 14.9077V14.4462C19.5692 14.0769 19.2462 13.7539 18.8769 13.7539H18.4154C18.0462 13.7539 17.7231 14.0769 17.7231 14.4462V14.9077C17.7231 15.2769 18.0462 15.6 18.4154 15.6Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-type-tool\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.1811 1.61537C15.0134 1.20079 14.6129 0.927707 14.1657 0.923065H9.3657C8.94404 0.939605 8.57656 1.21521 8.44262 1.61537L0.965698 21.7385C0.889967 21.9365 0.916224 22.1591 1.03596 22.3341C1.15569 22.5091 1.35366 22.6142 1.5657 22.6154H4.33493C4.77653 22.585 5.15765 22.2946 5.30416 21.8769L7.47339 15.8308H16.5657L18.9195 21.8769C19.066 22.2946 19.4472 22.585 19.8888 22.6154H22.658C22.8786 22.6234 23.0898 22.5258 23.2266 22.3525C23.3634 22.1793 23.4093 21.9512 23.3503 21.7385L15.1811 1.61537ZM8.90416 11.7692L11.5349 4.9846H12.0888L14.9965 11.7692H8.90416Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-undeprecate\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.1539 2.76923H1.84616C1.33847 2.76923 0.92308 3.18461 0.92308 3.6923V15.6923C0.92308 16.2 1.33847 16.6154 1.84616 16.6154H9.32308C9.78462 19.2461 12.0462 21.2308 14.7692 21.2308C17.4923 21.2308 19.8 19.2461 20.2154 16.6154H22.1539C22.6615 16.6154 23.0769 16.2 23.0769 15.6923V3.6923C23.0769 3.18461 22.6615 2.76923 22.1539 2.76923ZM14.0769 18.6L11.3538 15.8769L12.6462 14.5846L14.0769 16.0154L17.3539 12.7385L18.6462 14.0308L14.0769 18.6ZM21.2308 14.7692H20.2154C19.7538 12.1385 17.4923 10.1538 14.7692 10.1538C12.0462 10.1538 9.73846 12.1385 9.32308 14.7692H2.76923V4.61538H21.2308V14.7692Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-underline\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.5385 18.4615H3.46153C3.0923 18.4615 2.76923 18.7846 2.76923 19.1538V20.5385C2.76923 20.9077 3.0923 21.2308 3.46153 21.2308H20.5385C20.9077 21.2308 21.2308 20.9077 21.2308 20.5385V19.1538C21.2308 18.7846 20.9077 18.4615 20.5385 18.4615ZM11.6769 16.6154C8.21538 16.4308 5.53846 13.4308 5.53846 9.96923V3.6923C5.53846 3.18461 5.95384 2.76923 6.46153 2.76923H7.38461C7.8923 2.76923 8.30769 3.18461 8.30769 3.6923V10.0154C8.30769 12 9.78461 13.7077 11.7692 13.8461C13.9385 13.9846 15.6923 12.2769 15.6923 10.1538V3.6923C15.6923 3.18461 16.1077 2.76923 16.6154 2.76923H17.5385C18.0461 2.76923 18.4615 3.18461 18.4615 3.6923V10.1538C18.4615 13.8461 15.3692 16.8 11.6769 16.6154Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-unlinked\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.35385 17.0308L12.6923 12.6461L13.0154 12.3231L16.8923 8.44615L18.6 6.73845L20.4923 4.84615C20.8154 4.56922 20.8615 4.15384 20.6308 3.92307L19.8 3.0923C19.6154 2.90768 19.2923 2.90768 19.0154 3.04615L3.09231 18.8769V18.9231C2.81538 19.2 2.76923 19.6154 2.95385 19.8461L3.78462 20.6769C4.01538 20.9077 4.43077 20.8615 4.70769 20.5385L6.55385 18.6923C6.55385 18.7385 8.35385 17.0308 8.35385 17.0308ZM8.49231 10.6615C8.26154 10.6615 8.12308 10.8461 8.03077 11.0308C7.98462 11.3077 7.98462 11.5846 7.98462 11.8615C7.98462 12.0461 7.98462 12.2308 8.03077 12.4154L9.78462 10.6615H8.49231ZM3.83077 16.6154L5.67692 14.7692C4.38462 14.4923 3.36923 13.3846 3.27692 12.0923C3.13846 10.3385 4.56923 8.90768 6.27692 8.90768H10.4769C10.8 8.90768 11.1231 8.95384 11.4462 9.0923L13.2462 7.2923C12.8308 7.06153 12.4154 6.83076 12 6.73845C11.5385 6.59999 10.9846 6.50768 10.5231 6.50768H6.50769C3.46154 6.46153 0.969231 8.72307 0.876923 11.6308C0.784615 13.8 1.98462 15.6923 3.83077 16.6154ZM19.8923 7.06153L18.0462 8.90769C19.3846 9.13846 20.4462 10.2461 20.5385 11.6308C20.6769 13.3846 19.2462 14.8154 17.5385 14.8154H13.3846C13.0154 14.8154 12.6462 14.7231 12.3231 14.6308L10.5231 16.4308C10.9385 16.7077 11.3538 16.8923 11.8154 17.0308C12.2769 17.1692 12.8308 17.2615 13.2923 17.2615H17.5385C20.5846 17.3077 23.0308 14.7692 22.9385 11.7231C22.8462 9.59999 21.6 7.8923 19.8923 7.06153ZM13.8923 13.0615H15.2769C15.5077 13.0615 15.6462 12.8769 15.7385 12.6923C15.7846 12.4154 15.7846 12.1385 15.7846 11.8615C15.7846 11.6308 15.7846 11.4461 15.7385 11.2154L13.8923 13.0615Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-unlock\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.61538 8.36313V8.54775V8.36313ZM19.3846 10.6247H7.38461V8.45544C7.38461 6.00929 9.23076 3.84006 11.6769 3.7016C13.9385 3.56313 15.8308 4.9939 16.4308 7.02467C16.4769 7.20929 16.6615 7.3939 16.8923 7.3939H18.7846C19.0615 7.3939 19.2923 7.11698 19.2461 6.84006C18.5077 3.33237 15.3692 0.74775 11.6308 0.932365C7.70769 1.11698 4.70769 4.48621 4.61538 8.36313V10.6247C3.6 10.6247 2.76923 11.4554 2.76923 12.4708V21.2401C2.76923 22.2554 3.6 23.0862 4.61538 23.0862H19.3846C20.4 23.0862 21.2308 22.2554 21.2308 21.2401V12.4708C21.2308 11.4554 20.4 10.6247 19.3846 10.6247ZM14.1231 19.717C14.2154 19.9939 13.9846 20.317 13.6615 20.317H10.2923C9.96923 20.317 9.73846 20.0401 9.83077 19.717L10.6615 16.9477C9.96923 16.4862 9.55384 15.6554 9.73846 14.7324C9.92307 13.8554 10.6154 13.1631 11.5385 12.9785C13.0154 12.7016 14.3077 13.7631 14.3077 15.1477C14.3077 15.8862 13.9385 16.5785 13.3385 16.9477L14.1231 19.717Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-unmuted\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.1539 8.30768C18.5077 8.30768 18 8.76922 18 9.41537V11.2615C18 14.4923 15.2769 17.1692 11.9539 17.1692C8.63078 17.1692 5.90771 14.4923 5.90771 11.2615V9.41537C5.90771 8.76922 5.40001 8.30768 4.75386 8.30768C4.10771 8.30768 3.69232 8.76922 3.69232 9.41537V11.2615C3.69232 15.3692 6.83078 18.7384 10.8462 19.2923V20.8615H8.95386C8.30771 20.8615 7.80001 21.3231 7.80001 21.9692C7.80001 22.6154 8.30771 23.0769 8.95386 23.0769H15C15.6462 23.0769 16.1539 22.6154 16.1539 21.9692C16.1539 21.3231 15.6462 20.8615 15 20.8615H13.1077V19.2923C17.1692 18.7384 20.3077 15.3692 20.3077 11.2615V9.41537C20.3077 8.76922 19.8 8.30768 19.1539 8.30768ZM12 14.9538C14.0308 14.9538 15.6923 13.2923 15.6923 11.2615V4.56922C15.6923 2.53845 14.0769 0.923065 12.0462 0.923065H11.9539C9.92309 0.923065 8.30771 2.53845 8.30771 4.56922V11.2615C8.30771 13.2923 9.96924 14.9538 12 14.9538Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-user\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.0769 19.8461V20.8615C23.0769 22.0615 22.0615 23.0769 20.8615 23.0769H3.13847C1.93847 23.0769 0.92308 22.0615 0.92308 20.8615V19.8461C0.92308 17.1692 4.06154 15.5077 7.01539 14.2154L7.29231 14.0769C7.52308 13.9846 7.75385 13.9846 7.98462 14.1231C9.18462 14.9077 10.5231 15.3231 11.9538 15.3231C13.3846 15.3231 14.7692 14.8615 15.9231 14.1231C16.1538 13.9846 16.3846 13.9846 16.6154 14.0769L16.8923 14.2154C19.9385 15.5077 23.0769 17.1231 23.0769 19.8461ZM12 0.923065C15.0462 0.923065 17.4923 3.64614 17.4923 7.01537C17.4923 10.3846 15.0462 13.1077 12 13.1077C8.95385 13.1077 6.5077 10.3846 6.5077 7.01537C6.5077 3.64614 8.95385 0.923065 12 0.923065Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-user-role\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.1282 16.6168C10.1282 15.3706 10.5436 13.9398 11.1897 12.8321C11.9744 11.4475 12.8513 10.8937 13.5436 9.8783C14.6974 8.17061 14.9282 5.72445 14.1897 3.8783C13.4513 1.98599 11.6974 0.878299 9.66667 0.924453C7.6359 0.970607 5.97436 2.21676 5.3282 4.10907C4.58974 6.18599 4.91282 8.6783 6.57436 10.2475C7.26667 10.8937 7.91282 11.9091 7.54359 12.8783C7.22051 13.8014 6.11282 14.2168 5.3282 14.586C3.5282 15.3706 1.35897 16.4783 0.989742 18.6014C0.620511 20.3552 1.82051 22.1552 3.71282 22.1552H11.559C11.9282 22.1552 12.159 21.6937 11.9282 21.4168C10.7744 20.0783 10.1282 18.3706 10.1282 16.6168ZM17.5128 11.0783C14.4667 11.0783 11.9744 13.5706 11.9744 16.6168C11.9744 19.6629 14.4667 22.1552 17.5128 22.1552C20.559 22.1552 23.0513 19.6629 23.0513 16.6168C23.0513 13.5706 20.559 11.0783 17.5128 11.0783ZM18.4821 17.1245C18.3436 17.1245 18.159 17.0783 18.0205 17.0321L15.8974 19.1552C15.759 19.2937 15.5744 19.3398 15.4359 19.3398C15.2513 19.3398 15.1128 19.2937 14.9744 19.1552C14.7436 18.9245 14.7436 18.5091 14.9744 18.2321L17.0974 16.1091C17.0513 15.9706 17.0051 15.8321 17.0051 15.6475C16.9128 14.6783 17.6974 13.8014 18.6667 13.8014C18.8051 13.8014 18.9897 13.8475 19.1282 13.8937C19.2205 13.8937 19.2205 13.986 19.1744 14.0321L18.2513 15.0014C18.159 15.0475 18.159 15.186 18.2513 15.2321L18.8974 15.8783C18.9897 15.9706 19.0821 15.9706 19.1744 15.8783L20.0974 14.9552C20.1436 14.9091 20.2359 14.9091 20.2359 15.0014C20.2821 15.1398 20.3282 15.3245 20.3282 15.4629C20.3282 16.4321 19.4974 17.2168 18.4821 17.1245Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-variable\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.6615 8.2154C20.7692 8.2154 22.9846 7.29232 22.9846 4.33847C22.9846 1.38463 20.8615 1.20001 20.1692 1.20001C18.8769 1.20001 17.5846 2.12309 16.4308 4.1077C15.2769 6.13847 13.9846 8.3077 13.9846 8.3077H13.9385C13.6615 6.87694 13.4308 5.72309 13.3385 5.2154C13.1077 3.96924 11.6769 1.33847 8.76923 1.33847C5.81539 1.33847 3.13846 3.04617 3.13846 3.04617C2.67692 3.36924 2.35385 3.92309 2.35385 4.56924C2.35385 5.53847 3.13846 6.36924 4.15385 6.36924C4.43077 6.36924 4.70769 6.27694 4.93846 6.18463C4.93846 6.18463 7.15385 4.93847 7.66154 6.18463C7.8 6.55386 7.93846 6.96924 8.07692 7.43078C8.63077 9.36924 9.18462 11.6308 9.6 13.6615L7.66154 16.4308C7.66154 16.4308 5.49231 15.6462 4.38462 15.6462C3.27692 15.6462 1.06154 16.5692 1.06154 19.5231C1.06154 22.4769 3.18462 22.6615 3.87692 22.6615C5.16923 22.6615 6.46154 21.7385 7.61538 19.7539C8.76923 17.7231 10.0615 15.5539 10.0615 15.5539C10.4308 17.4 10.7538 18.8308 10.9385 19.4769C11.6769 21.5539 13.3846 22.8 15.6 22.8C15.6 22.8 17.9077 22.8 20.6308 21.2769C21.2769 21 21.7385 20.3539 21.7385 19.6154C21.7385 18.6462 20.9538 17.8154 19.9385 17.8154C19.6615 17.8154 19.3846 17.9077 19.1538 18C19.1538 18 17.2154 19.1077 16.5692 18.2308C16.1077 17.3077 15.6923 16.1077 15.3692 14.6308C15.0923 13.3385 14.7692 11.7692 14.4462 10.2462L16.4308 7.38463C16.3846 7.43078 18.5538 8.2154 19.6615 8.2154Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-video\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.6462 5.72307L16.5692 9.36922V6.78461C16.5692 6.0923 16.0154 5.53845 15.3231 5.53845H2.16923C1.47693 5.53845 0.92308 6.0923 0.92308 6.78461V16.6154C0.92308 17.3077 1.47693 17.8615 2.16923 17.8615H15.3692C16.0615 17.8615 16.6154 17.3077 16.6154 16.6154V14.0769L21.6462 17.6769C21.9692 18 22.5231 17.7692 22.5231 17.3077V6.0923C22.5231 5.63076 21.9692 5.39999 21.6462 5.72307Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-voicemail-drop\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.0923 6.92307C15.2769 6.92307 12.9231 9.23076 12.9231 12.0923C12.9231 13.1077 13.2462 14.0769 13.7538 14.9077H10.4308C10.9846 14.0769 11.2615 13.1538 11.2615 12.0923C11.2615 9.27691 8.95385 6.92307 6.09231 6.92307C3.27692 6.92307 0.923077 9.23076 0.923077 12.0923C0.923077 14.9077 3.23077 17.2615 6.09231 17.2615H18.0462C20.8615 17.2615 23.2154 14.9538 23.2154 12.0923C23.2615 9.23076 20.9538 6.92307 18.0923 6.92307ZM3.41538 12.0461C3.41538 10.5231 4.66154 9.27691 6.13846 9.27691C7.66154 9.27691 8.86154 10.5231 8.86154 12.0461C8.86154 13.5692 7.61539 14.8154 6.13846 14.8154C4.66154 14.8154 3.41538 13.6154 3.41538 12.0461ZM18.0923 14.8615C16.5692 14.8615 15.3692 13.6154 15.3692 12.0923C15.3692 10.5692 16.6154 9.32306 18.0923 9.32306C19.6154 9.32306 20.8154 10.5692 20.8154 12.0923C20.8615 13.6154 19.6154 14.8615 18.0923 14.8615Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-volume-high\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.3538 1.20692L5.53846 8.31461H2.76923C1.75385 8.31461 0.923077 9.14538 0.923077 10.1608V13.8531C0.923077 14.8685 1.75385 15.6992 2.76923 15.6992H5.53846L11.3538 22.8069C11.9538 23.4069 12.9231 22.9915 12.9231 22.1608V1.85308C12.9231 1.02231 11.9077 0.606923 11.3538 1.20692ZM19.6615 4.02231C19.4769 3.83769 19.2 3.83769 19.0154 4.02231L18.3692 4.66846C18.1846 4.85308 18.1846 5.17615 18.3692 5.31461C20.1231 7.02231 21.2308 9.37615 21.2308 12.0069C21.2308 14.6377 20.1231 16.9915 18.3692 18.6992C18.1846 18.8838 18.1846 19.1608 18.3692 19.3454L19.0154 19.9915C19.2 20.1762 19.4769 20.1762 19.6615 19.9915C21.7385 18.0069 23.0769 15.1454 23.0769 12.0069C23.0769 8.86846 21.7846 6.00692 19.6615 4.02231ZM16.7538 6.97615C16.5692 6.79154 16.2923 6.79154 16.1077 6.97615L15.4615 7.62231C15.2769 7.80692 15.2769 8.08385 15.4615 8.26846C16.4769 9.19154 17.0769 10.53 17.0769 12.0069C17.0769 13.4838 16.4308 14.8223 15.4154 15.7454C15.2308 15.93 15.2308 16.2069 15.4154 16.3915L16.0615 17.0377C16.2462 17.2223 16.5231 17.2223 16.7077 17.0377C18.0462 15.7915 18.9231 13.9915 18.9231 11.9608C18.9231 10.0223 18.0923 8.22231 16.7538 6.97615Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-volume-low\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.2 1.20692L7.38461 8.31461H4.61538C3.6 8.31461 2.76923 9.14538 2.76923 10.1608V13.8531C2.76923 14.8685 3.6 15.6992 4.61538 15.6992H7.38461L13.2 22.8069C13.8 23.4069 14.7692 22.9915 14.7692 22.1608V1.85308C14.7692 1.02231 13.7538 0.606923 13.2 1.20692ZM18.6 6.97615C18.4154 6.79154 18.1385 6.79154 17.9538 6.97615L17.3077 7.62231C17.1231 7.80692 17.1231 8.08385 17.3077 8.26846C18.3231 9.19154 18.9231 10.53 18.9231 12.0069C18.9231 13.4838 18.2769 14.8223 17.2615 15.7454C17.0769 15.93 17.0769 16.2069 17.2615 16.3915L17.9077 17.0377C18.0923 17.2223 18.3692 17.2223 18.5538 17.0377C19.8923 15.7915 20.7692 13.9915 20.7692 11.9608C20.7692 10.0223 19.9385 8.22231 18.6 6.97615Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-volume-off\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.3538 1.20692L5.53846 8.31461H2.76923C1.75385 8.31461 0.923077 9.14538 0.923077 10.1608V13.8531C0.923077 14.8685 1.75385 15.6992 2.76923 15.6992H5.53846L11.3538 22.8069C11.9538 23.4069 12.9231 22.9915 12.9231 22.1608V1.85308C12.9231 1.02231 11.9077 0.606923 11.3538 1.20692ZM20.6769 12.0069L22.9385 9.74538C23.1231 9.56077 23.1231 9.28385 22.9385 9.09923L22.2923 8.45308C22.1077 8.26846 21.8308 8.26846 21.6462 8.45308L19.3846 10.7146L17.1231 8.45308C16.9385 8.26846 16.6615 8.26846 16.4769 8.45308L15.8308 9.09923C15.6462 9.28385 15.6462 9.56077 15.8308 9.74538L18.0923 12.0069L15.8308 14.2685C15.6462 14.4531 15.6462 14.73 15.8308 14.9146L16.4769 15.5608C16.6615 15.7454 16.9385 15.7454 17.1231 15.5608L19.3846 13.2992L21.6462 15.5608C21.8308 15.7454 22.1077 15.7454 22.2923 15.5608L22.9385 14.9146C23.1231 14.73 23.1231 14.4531 22.9385 14.2685L20.6769 12.0069Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-waits\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.0769 8.49232C23.0769 8.12309 22.7539 7.80001 22.3846 7.80001H12.6923C12.3231 7.80001 12 8.12309 12 8.49232V9.87693C12 10.2462 12.3231 10.5692 12.6923 10.5692H19.2923L12.1385 19.2923V19.3385C12.0462 19.4308 12 19.5692 12 19.7077V21.0923C12 21.4615 12.3231 21.7846 12.6923 21.7846H22.3846C22.7539 21.7846 23.0769 21.4615 23.0769 21.0923V19.7077C23.0769 19.3385 22.7539 19.0154 22.3846 19.0154H15.9231L22.9385 10.4308C23.0308 10.2923 23.0769 10.1077 23.0769 9.96924V8.49232ZM12 2.9077C12 2.53847 11.6769 2.21539 11.3077 2.21539H1.61539C1.24616 2.21539 0.92308 2.53847 0.92308 2.9077V4.29232C0.92308 4.66155 1.24616 4.98462 1.61539 4.98462H8.21539L1.06154 13.7077V13.7539C0.969234 13.8462 0.92308 13.9846 0.92308 14.1231V15.5077C0.92308 15.8769 1.24616 16.2 1.61539 16.2H11.3077C11.6769 16.2 12 15.8769 12 15.5077V14.1231C12 13.7539 11.6769 13.4308 11.3077 13.4308H4.84616L11.8615 4.84616C11.9538 4.7077 12 4.52309 12 4.38462V2.9077Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-warning\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.7024 19.6154L13.1331 2.53847C12.5793 1.61539 11.3793 1.61539 10.8255 2.53847L0.256222 19.6154C-0.389932 20.6769 0.256222 22.1539 1.41007 22.1539H22.5485C23.7024 22.1539 24.3947 20.6769 23.7024 19.6154ZM11.9793 18.4615C11.1947 18.4615 10.5947 17.8615 10.5947 17.0769C10.5947 16.2923 11.1947 15.6923 11.9793 15.6923C12.7639 15.6923 13.3639 16.2923 13.3639 17.0769C13.3639 17.8615 12.7639 18.4615 11.9793 18.4615ZM13.3639 14.3077C13.3639 14.5846 13.1793 14.7692 12.9024 14.7692H11.0562C10.7793 14.7692 10.5947 14.5846 10.5947 14.3077V8.3077C10.5947 8.03078 10.7793 7.84616 11.0562 7.84616H12.9024C13.1793 7.84616 13.3639 8.03078 13.3639 8.3077V14.3077Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-watchlist\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M20.4476 2.78524L20.5351 2.80104L20.7065 2.84839C20.9874 2.9446 21.2417 3.12646 21.4294 3.38291L21.5337 3.54565L23.6566 7.35179C24.4215 8.72319 23.7617 9.08323 23.1046 9.47591C22.4475 9.8686 21.8638 10.0388 21.1558 9.07143L21.0515 8.90869L20.6882 8.25765L17.5183 20.9862C17.1995 22.2665 15.5903 22.5681 14.8514 21.5189L14.8073 21.453L9.47058 13.0617L6.70933 19.1986C6.46267 19.7467 5.93121 20.0973 5.34675 20.0973H0.789255C0.602301 20.0973 0.048655 19.9085 0.0265014 19.4002C0.00434774 18.8918 0.00110957 19.042 0.00110957 18.5423L0.000926457 18.4402C5.34165e-05 18.2133 -0.00310142 18.3117 0.0108291 17.8242C0.026501 17.2758 0.409536 16.9874 0.789255 16.9874H4.38856L7.88252 9.22205C8.37917 8.11826 9.8538 8.00646 10.5007 9.02356L15.4538 16.8116L17.7468 7.60268L17.2975 7.87157C16.3365 8.52782 15.9438 8.20443 15.3487 7.46708L15.2444 7.30435C14.8618 6.61833 14.7098 5.98904 15.3057 5.52217L15.7964 5.18022L19.4806 2.97843C19.785 2.79653 20.1251 2.73705 20.4476 2.78524Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-weeklyview\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.3077 3.23076H18V2.30768C18 1.56922 17.4 0.923065 16.6154 0.923065C15.8769 0.923065 15.2308 1.52307 15.2308 2.30768V3.23076H8.76924V2.30768C8.76924 1.56922 8.16924 0.923065 7.38462 0.923065C6.64616 0.923065 6.00001 1.52307 6.00001 2.30768V3.23076H3.69231C2.67693 3.23076 1.84616 4.06153 1.84616 5.07691V6.23076C1.84616 6.59999 2.16924 6.92306 2.53847 6.92306H21.4615C21.8308 6.92306 22.1539 6.59999 22.1539 6.23076V5.07691C22.1539 4.06153 21.3231 3.23076 20.3077 3.23076ZM21.4615 9.23076H2.53847C2.16924 9.23076 1.84616 9.55383 1.84616 9.92307V21.2308C1.84616 22.2461 2.67693 23.0769 3.69231 23.0769H20.3077C21.3231 23.0769 22.1539 22.2461 22.1539 21.2308V9.92307C22.1539 9.55383 21.8308 9.23076 21.4615 9.23076ZM15.1385 13.6154L12.2308 19.8C12.0923 20.1231 11.7692 20.3077 11.4 20.3077C10.8923 20.3077 10.5231 19.8923 10.5231 19.4769C10.5231 19.3846 10.5692 19.2461 10.6154 19.1077L13.0615 13.8461H9.55385C9.13847 13.8461 8.76924 13.5692 8.76924 13.1538C8.76924 12.7846 9.13847 12.4615 9.55385 12.4615H14.3539C14.8154 12.4615 15.2308 12.8308 15.2308 13.2923C15.2308 13.4308 15.1846 13.5231 15.1385 13.6154Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-wifi\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.9021 8.07694C19.3637 5.26155 15.7637 3.69232 11.9329 3.69232C8.10215 3.69232 4.50215 5.26155 1.96369 8.07694C1.77907 8.26155 1.82523 8.58463 2.00984 8.72309L3.39446 9.92309C3.57907 10.1077 3.85599 10.0616 4.04061 9.87694C6.07138 7.70771 8.93292 6.46155 11.9329 6.46155C14.9329 6.46155 17.7945 7.70771 19.8252 9.87694C20.0098 10.0616 20.2868 10.0616 20.4714 9.92309L21.856 8.72309C22.0406 8.53848 22.0868 8.26155 21.9021 8.07694ZM11.9329 10.1539C9.99446 10.1539 8.1483 10.9846 6.856 12.4616C6.67138 12.6462 6.71753 12.9692 6.90215 13.1539L8.37907 14.2616C8.56369 14.4 8.84061 14.4 8.97907 14.2154C9.76369 13.3846 10.8252 12.9231 11.9329 12.9231C13.0406 12.9231 14.1021 13.3846 14.8406 14.1692C14.9791 14.3539 15.256 14.3539 15.4406 14.2154L16.9175 13.1077C17.1483 12.9231 17.1483 12.6462 16.9637 12.4154C15.7175 10.9846 13.8714 10.1539 11.9329 10.1539ZM11.9791 16.5692C13.2252 16.5692 14.2868 17.5846 14.2868 18.8769C14.2868 20.1692 13.2714 21.1846 11.9791 21.1846C10.6868 21.1846 9.67138 20.1692 9.67138 18.8769C9.67138 17.5846 10.7329 16.5692 11.9791 16.5692Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-work-order-type\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.6 12.4154C18.6 12.8769 18.1846 13.2923 17.7231 13.2923H7.19999C6.73846 13.2923 6.32307 12.8769 6.32307 12.4154V11.5385C6.32307 11.0769 6.73846 10.6615 7.19999 10.6615H17.7692C18.2308 10.6615 18.6461 11.0769 18.6461 11.5385V12.4154H18.6ZM16.8461 17.6769C16.8461 18.1385 16.4308 18.5539 15.9692 18.5539H7.19999C6.73846 18.5539 6.32307 18.1385 6.32307 17.6769V16.8C6.32307 16.3385 6.73846 15.9231 7.19999 15.9231H16.0154C16.4769 15.9231 16.8923 16.3385 16.8923 16.8V17.6769H16.8461ZM6.32307 6.23078C6.32307 5.76924 6.73846 5.35385 7.19999 5.35385H16.0154C16.4769 5.35385 16.8923 5.76924 16.8923 6.23078V7.1077C16.8923 7.56924 16.4769 7.98462 16.0154 7.98462H7.19999C6.73846 7.98462 6.32307 7.56924 6.32307 7.1077V6.23078ZM19.4769 1.84616H5.44615C3.96923 1.84616 2.76923 3.04616 2.76923 4.47693V19.4308C2.76923 20.8615 3.96923 22.0615 5.4 22.0615H19.4769C20.9077 22.0615 22.1077 20.8615 22.1077 19.4308V4.47693C22.1538 3.04616 20.9538 1.84616 19.4769 1.84616Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-world\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 0.923065C5.86153 0.923065 0.923065 5.86153 0.923065 12C0.923065 18.1385 5.86153 23.0769 12 23.0769C18.1385 23.0769 23.0769 18.1385 23.0769 12C23.0769 5.86153 18.1385 0.923065 12 0.923065ZM12.9231 3.27691H12.8308H12.9231ZM12 20.7692C7.15383 20.7692 3.23076 16.8461 3.23076 12C3.23076 11.5384 3.27691 11.0308 3.36922 10.6154C3.96922 10.7077 4.70768 10.9384 5.07691 11.3077C5.86153 12.1384 6.73845 13.1077 7.56922 13.2923C7.56922 13.2923 7.47691 13.3384 7.3846 13.4769C7.2923 13.6154 7.19999 13.8923 7.19999 14.3538C7.19999 16.5231 9.23076 15.2308 9.23076 17.4C9.23076 19.5692 11.6769 20.4461 11.6769 18.6923C11.6769 16.9384 13.2923 16.1077 13.2923 14.7692C13.2923 13.4308 12.0461 13.4769 11.2615 13.0154C10.4308 12.6 10.0154 11.9077 8.44614 12.1384C7.61537 11.3538 7.15383 10.7077 7.52306 9.96922C7.93845 9.1846 9.64614 9.04614 9.64614 7.84614C9.64614 6.64614 8.4923 6.41537 7.66153 6.41537C7.2923 6.41537 6.50768 6.13845 5.86153 5.81537C6.64614 5.03076 7.61537 4.3846 8.63076 3.92306C9.36922 4.24614 10.6154 4.75383 11.6769 4.75383C12.9231 4.75383 13.5692 3.87691 13.3846 3.32306C15.4615 3.64614 17.3077 4.70768 18.6461 6.1846C17.9538 6.59999 17.0308 7.06153 15.4154 7.06153C13.2923 7.06153 13.2923 9.23076 14.5384 9.64614C15.8308 10.0615 17.1231 8.81537 17.5384 9.64614C17.9538 10.4769 14.5384 10.4769 15.4154 12.6C16.2923 14.7231 17.1231 12.5538 18 14.6769C18.8769 16.8 20.5846 14.3538 19.2923 12.6923C18.7384 11.9538 18.8769 9.6923 20.1692 9.6923H20.5846C20.7692 10.4308 20.9077 11.2154 20.9077 12C20.7692 16.8461 16.8461 20.7692 12 20.7692Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-yubi-key\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.692308 6.46155H17.7692C18.1385 6.46155 18.4615 6.78462 18.4615 7.15386V8.26155H23.3077C23.6769 8.26155 24 8.58462 24 8.95385V14.9539C24 15.3231 23.6769 15.6462 23.3077 15.6462H18.4615V16.8462C18.4615 17.2154 18.1385 17.5385 17.7692 17.5385H0.692308C0.323077 17.5385 0 17.2154 0 16.8462V7.15386C0 6.78462 0.323077 6.46155 0.692308 6.46155ZM21.7385 13.8H18.4615V12.5539H22.2V13.3385C22.2 13.6154 22.0154 13.8 21.7385 13.8ZM22.2 10.5692C22.2 10.2923 22.0154 10.1077 21.7385 10.1077H18.4615V11.4462H22.2V10.5692ZM9.69231 14.8154C8.12308 14.8154 6.87692 13.5692 6.87692 12C6.87692 10.4308 8.12308 9.18462 9.69231 9.18462C11.2615 9.18462 12.5077 10.4308 12.5077 12C12.5077 13.5692 11.2615 14.8154 9.69231 14.8154ZM9.69231 12.5539C9.99819 12.5539 10.2462 12.3059 10.2462 12C10.2462 11.6941 9.99819 11.4462 9.69231 11.4462C9.38643 11.4462 9.13846 11.6941 9.13846 12C9.13846 12.3059 9.38643 12.5539 9.69231 12.5539Z\"\n            fill=\"currentcolor\"/>\n    </symbol>\n\n    <symbol id=\"common-zoomin\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.3077 8.76922H11.5385V5.99999C11.5385 5.72307 11.3538 5.53845 11.0769 5.53845H9.23077C8.95385 5.53845 8.76923 5.72307 8.76923 5.99999V8.76922H6C5.72308 8.76922 5.53847 8.95383 5.53847 9.23076V11.0769C5.53847 11.3538 5.72308 11.5385 6 11.5385H8.76923V14.3077C8.76923 14.5846 8.95385 14.7692 9.23077 14.7692H11.0769C11.3538 14.7692 11.5385 14.5846 11.5385 14.3077V11.5385H14.3077C14.5846 11.5385 14.7692 11.3538 14.7692 11.0769V9.23076C14.7692 8.95383 14.5846 8.76922 14.3077 8.76922ZM22.8923 20.8615L17.5846 15.6C18.6923 14.0769 19.3846 12.1846 19.3846 10.1538C19.3846 5.07691 15.2308 0.923065 10.1538 0.923065C5.07693 0.923065 0.92308 5.07691 0.92308 10.1538C0.92308 15.2308 5.07693 19.3846 10.1538 19.3846C12.1846 19.3846 14.0769 18.6923 15.6 17.5846L20.9077 22.8923C21.1846 23.1692 21.6 23.1692 21.8769 22.8923L22.8462 21.9231C23.1231 21.6461 23.1231 21.1846 22.8923 20.8615ZM10.1538 16.6154C6.6 16.6154 3.69231 13.7077 3.69231 10.1538C3.69231 6.59999 6.6 3.6923 10.1538 3.6923C13.7077 3.6923 16.6154 6.59999 16.6154 10.1538C16.6154 13.7077 13.7077 16.6154 10.1538 16.6154Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-zoomout\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5846 15.6L22.8923 20.9077C23.1231 21.1846 23.1231 21.6461 22.8462 21.9231L21.8769 22.8923C21.6 23.1692 21.1846 23.1692 20.9077 22.8923L15.6 17.5846C14.0769 18.6923 12.1846 19.3846 10.1539 19.3846C5.07693 19.3846 0.92308 15.2308 0.92308 10.1538C0.92308 5.07691 5.07693 0.923065 10.1539 0.923065C15.2308 0.923065 19.3846 5.07691 19.3846 10.1538C19.3846 12.1846 18.6923 14.0769 17.5846 15.6ZM3.69231 10.1538C3.69231 13.7077 6.6 16.6154 10.1539 16.6154C13.7077 16.6154 16.6154 13.7077 16.6154 10.1538C16.6154 6.59999 13.7077 3.6923 10.1539 3.6923C6.6 3.6923 3.69231 6.59999 3.69231 10.1538ZM8.76923 8.76922H6C5.72308 8.76922 5.53847 8.95383 5.53847 9.23076V11.0769C5.53847 11.3538 5.72308 11.5385 6 11.5385H8.76923H14.3077C14.5846 11.5385 14.7692 11.3538 14.7692 11.0769V9.23076C14.7692 8.95383 14.5846 8.76922 14.3077 8.76922H8.76923Z\"\n            fill=\"currentColor\"/>\n    </symbol>\n\n    <symbol id=\"common-group\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M9 3C6.23858 3 4 5.23858 4 8C4 10.7614 6.23858 13 9 13C11.7614 13 14 10.7614 14 8C14 5.23858 11.7614 3 9 3ZM6 8C6 6.34315 7.34315 5 9 5C10.6569 5 12 6.34315 12 8C12 9.65685 10.6569 11 9 11C7.34315 11 6 9.65685 6 8Z\" fill=\"currentColor\"/>\n      <path d=\"M16.9084 8.21828C16.6271 8.07484 16.3158 8.00006 16 8.00006V6.00006C16.6316 6.00006 17.2542 6.14956 17.8169 6.43645C17.8789 6.46805 17.9399 6.50121 18 6.5359C18.4854 6.81614 18.9072 7.19569 19.2373 7.65055C19.6083 8.16172 19.8529 8.75347 19.9512 9.37737C20.0496 10.0013 19.9987 10.6396 19.8029 11.2401C19.6071 11.8405 19.2719 12.3861 18.8247 12.8321C18.3775 13.2782 17.8311 13.6119 17.2301 13.8062C16.6953 13.979 16.1308 14.037 15.5735 13.9772C15.5046 13.9698 15.4357 13.9606 15.367 13.9496C14.7438 13.8497 14.1531 13.6038 13.6431 13.2319L13.6421 13.2311L14.821 11.6156C15.0761 11.8017 15.3717 11.9248 15.6835 11.9747C15.9953 12.0247 16.3145 12.0001 16.615 11.903C16.9155 11.8059 17.1887 11.639 17.4123 11.416C17.6359 11.193 17.8035 10.9202 17.9014 10.62C17.9993 10.3198 18.0247 10.0006 17.9756 9.68869C17.9264 9.37675 17.8041 9.08089 17.6186 8.82531C17.4331 8.56974 17.1898 8.36172 16.9084 8.21828Z\" fill=\"currentColor\"/>\n      <path d=\"M19.9981 21C19.9981 20.475 19.8947 19.9551 19.6938 19.47C19.4928 18.9849 19.1983 18.5442 18.8271 18.1729C18.4558 17.8017 18.0151 17.5072 17.53 17.3062C17.0449 17.1053 16.525 17.0019 16 17.0019V15C16.6821 15 17.3584 15.1163 18 15.3431C18.0996 15.3783 18.1983 15.4162 18.2961 15.4567C19.0241 15.7583 19.6855 16.2002 20.2426 16.7574C20.7998 17.3145 21.2417 17.9759 21.5433 18.7039C21.5838 18.8017 21.6217 18.9004 21.6569 19C21.8837 19.6416 22 20.3179 22 21H19.9981Z\" fill=\"currentColor\"/>\n      <path d=\"M16 21H14C14 18.2386 11.7614 16 9 16C6.23858 16 4 18.2386 4 21H2C2 17.134 5.13401 14 9 14C12.866 14 16 17.134 16 21Z\" fill=\"currentColor\"/>\n    </symbol>\n\n  </defs>\n</svg>\n"}]}],"members":{}},"ɵb":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":46,"character":1},"arguments":[{"selector":"gas-scrollbar","host":{"[class._vertical]":"!isHorizontal","[class._horizontal]":"isHorizontal","$quoted$":["[class._vertical]","[class._horizontal]"]},"changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":54,"character":19},"member":"OnPush"},"template":"<div\n    #scrollbar\n    class=\"scrollbar\"\n>\n    <div #thumb class=\"thumb\"></div>\n</div>\n","styles":[":host{display:block}.scrollbar,:host{position:absolute}.scrollbar{right:0;bottom:0;border-radius:2px;background-color:#e7e7e7}.thumb{position:relative;height:inherit;width:inherit;border-radius:2px;background-color:#b2b2b2}:host._vertical{bottom:0;right:0}:host._vertical,:host._vertical .scrollbar{width:var(--gas-width,8px);top:0}:host._horizontal{right:0;bottom:0}:host._horizontal,:host._horizontal .scrollbar{height:var(--gas-width,8px);left:0}"]}]}],"members":{"scrolledRatio":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":57,"character":3}}]}],"viewRatio":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":60,"character":3}}]}],"isHorizontal":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":63,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":64,"character":3},"arguments":["horizontal"]}]}],"scrolled$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":67,"character":3},"arguments":["scrolled"]}]}],"scrollbarRef":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":70,"character":3},"arguments":["scrollbar",{"static":true}]}]}],"thumbRef":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":73,"character":3},"arguments":["thumb",{"static":true}]}]}],"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject","line":105,"character":5},"arguments":[{"__symbolic":"reference","module":"@angular/common","name":"DOCUMENT","line":105,"character":12}]}],null,null],"parameters":[{"__symbolic":"reference","name":"any"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":106,"character":22},{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":107,"character":24}]}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"setAllScrollBarParams":[{"__symbolic":"method"}],"subscribeToDragAndDrop":[{"__symbolic":"method"}],"moveToPoint":[{"__symbolic":"method"}],"moveToPointIf":[{"__symbolic":"method"}],"mapToRatio":[{"__symbolic":"method"}],"fromDragEvent":[{"__symbolic":"method"}],"setScrollBarLength":[{"__symbolic":"method"}],"setThumbLength":[{"__symbolic":"method"}],"setThumbOffset":[{"__symbolic":"method"}],"getDelta":[{"__symbolic":"method"}]}},"ɵc":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"GasDynamicPositioningPopupDirective"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":14,"character":1},"arguments":[{"selector":"[gasSelectDropdown]"}]}],"members":{"setup":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":19,"character":3},"arguments":["gasSelectDropdown"]}]}],"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[null,null,null,null,null,[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject","line":48,"character":5},"arguments":[{"__symbolic":"reference","name":"GAS_POSITIONING_CONFIG"}]}],null],"parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":43,"character":8},{"__symbolic":"reference","module":"@cikrf/gas-utils/services","name":"GasDynamicComponentsService","line":44,"character":33},{"__symbolic":"reference","name":"GasPositioningService"},{"__symbolic":"reference","name":"GasBrowserEventsService"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":47,"character":12},{"__symbolic":"select","expression":{"__symbolic":"reference","name":"ɵd"},"member":"Config","arguments":[{"__symbolic":"reference","name":"GasSelectDropdownComponent"}]},{"__symbolic":"reference","name":"GasSelectComponent"}]}]}},"ɵe":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"GasDynamicBaseComponent"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":11,"character":1},"arguments":[{"selector":"gas-datapicker-calendar","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":15,"character":19},"member":"OnPush"},"providers":[{"__symbolic":"reference","name":"GasClickOutsideDirective"}],"template":"<div\n  data-datepicker=\"true\"\n  class=\"gas-datepicker\"\n>\n  <div\n    class=\"datepicker-wrapper\"\n    [ngSwitch]=\"currentViewPicker\"\n  >\n\n    <gas-year\n      *ngSwitchCase=\"'yearpicker'\"\n      [currentYear]=\"dateSetting.currentYear\"\n      (onChangeYear)=\"onChangeYear($event)\"\n    >\n    </gas-year>\n\n    <gas-month\n      *ngSwitchCase=\"'monthpicker'\"\n      [currentMonth]=\"currentMonth\"\n      (onChangeMonth)=\"changeCurrentMonth($event)\"\n    >\n    </gas-month>\n\n    <div *ngSwitchDefault>\n      <div class=\"datepicker-wrapper__header\">\n        <div class=\"datepicker-wrapper__header-month\">\n          <div class=\"datepicker-wrapper__header-month__icon\" (click)=\"previousMonth(-1)\">\n            <gas-icon [size]=\"16\" class=\"icon-priority-medium\" name=\"arrows-left\"></gas-icon>\n          </div>\n          <div class=\"datepicker-wrapper__header-month__current\" (click)=\"openMonthPicker()\">\n            {{ month[currentMonth] }}\n          </div>\n          <div class=\"datepicker-wrapper__header-month__icon\" (click)=\"nextMonth(1)\">\n            <gas-icon [size]=\"16\" class=\"icon-priority-medium\" name=\"arrows-right\"></gas-icon>\n          </div>\n        </div>\n        <div class=\"datepicker-wrapper__header-year\" (click)=\"openYearPicker()\">\n          {{ currentYear }}\n        </div>\n      </div>\n\n      <div class=\"datepicker-wrapper__weeks\">\n        <span *ngFor=\"let week of weeks\">{{ week }}</span>\n      </div>\n\n      <div class=\"datepicker-wrapper__body\">\n        <div class=\"datepicker-wrapper__body-row\">\n          <span\n            class=\"datepicker-wrapper__body-day\"\n            *ngFor=\"let date of daysInMonth\"\n            [ngClass]=\"{\n              '_active': date.isActive,\n              '_no-month-days': date.otherMonth,\n              '_no-current-day': !date.isCurrent\n            }\"\n            (click)=\"selectDay(date)\"\n          >\n            {{ date.value | date: 'dd' }}\n          </span>\n        </div>\n      </div>\n\n      <ng-container *ngIf=\"!timesPicker; else timesPickerTemplate\">\n        <div gasButton=\"secondary\" class=\"datepicker-wrapper__bottom\" (click)=\"setToDay()\">\n          Сегодня\n        </div>\n      </ng-container>\n\n      <ng-template #timesPickerTemplate>\n        <gas-time\n          [currentDate]=\"presetDate\"\n          [timeWithoutSeconds]=\"timeWithoutSeconds\"\n          (onSelectedDate)=\"setDateAndTime($event)\"\n          (onCloseDatePicker)=\"closePicker()\"\n        ></gas-time>\n      </ng-template>\n\n    </div>\n\n  </div>\n</div>\n","styles":[":host{display:block;position:relative;z-index:var(--layer-highest)}:host ::ng-deep .gas-time{padding:var(--xs-size) 0 var(--base-size)}.gas-datepicker{z-index:var(--layer-highest)}.datepicker-wrapper{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:285px;min-width:var(--xxl-mega-size);height:auto;min-height:356px;padding:var(--md-size);border-radius:var(--xs-size);border:1px solid var(--palette-gray-06);box-sizing:border-box;box-shadow:var(--shadow-card-level-2);background:var(--base-bg-block)}.datepicker-wrapper__header{display:flex;justify-content:center;align-items:center;margin-bottom:var(--semi-md-size)}.datepicker-wrapper__header-month{display:flex;width:60%;justify-content:space-between;margin-right:10%;align-items:center;color:var(--link-normal)}.datepicker-wrapper__header-month__current{cursor:pointer;font-size:18px;line-height:120%}.datepicker-wrapper__header-month__icon{cursor:pointer}.datepicker-wrapper__header-year{width:30%;text-align:center;box-sizing:border-box;padding:var(--xs-size);color:var(--link-normal);cursor:pointer;font-size:18px;line-height:120%}.datepicker-wrapper__weeks{width:100%;display:flex;justify-content:space-between;margin-bottom:var(--semi-md-size)}.datepicker-wrapper__weeks span{font-size:14px;line-height:120%;width:var(--lg-size);height:var(--lg-size);text-align:center;color:var(--text-placeholder);padding:0 5px}.datepicker-wrapper__body{width:100%}.datepicker-wrapper__body-row{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap}.datepicker-wrapper__body-row span{width:var(--xlg-size);height:var(--xlg-size);box-sizing:border-box;display:flex;justify-content:center;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom:1px solid transparent}.datepicker-wrapper__body-row span:hover{border-bottom:var(--border-line-changed)}.datepicker-wrapper__bottom{font-size:14px;line-height:120%;margin:var(--sm-size) auto 0;text-align:center;color:var(--base-priority-medium);cursor:pointer}._active{width:var(--xlg-size);height:var(--xlg-size);background:var(--link-normal);border-radius:100%;color:var(--base-bg-block)}._no-month-days{color:var(--text-placeholder)!important}._no-current-day{cursor:not-allowed!important}"]}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[null,[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Host","line":69,"character":5}}],null],"parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":68,"character":15},{"__symbolic":"reference","name":"GasClickOutsideDirective"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":70,"character":21}]}],"ngOnInit":[{"__symbolic":"method"}],"onChangeYear":[{"__symbolic":"method"}],"changeCurrentMonth":[{"__symbolic":"method"}],"changeRenderPicker":[{"__symbolic":"method"}],"previousMonth":[{"__symbolic":"method"}],"nextMonth":[{"__symbolic":"method"}],"changeMonth":[{"__symbolic":"method"}],"checkAndSetMonth":[{"__symbolic":"method"}],"openYearPicker":[{"__symbolic":"method"}],"openMonthPicker":[{"__symbolic":"method"}],"selectDay":[{"__symbolic":"method"}],"setToDay":[{"__symbolic":"method"}],"updateDate":[{"__symbolic":"method"}],"setDateAndTime":[{"__symbolic":"method"}],"closePicker":[{"__symbolic":"method"}],"updateInputValue":[{"__symbolic":"method"}]}},"ɵf":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"GasDynamicPositioningPopupDirective"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":16,"character":1},"arguments":[{"selector":"[gasCalendar]"}]}],"members":{"setup":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":21,"character":3},"arguments":["gasCalendar"]}]}],"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[null,null,null,null,null,[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject","line":45,"character":5},"arguments":[{"__symbolic":"reference","name":"GAS_POSITIONING_CONFIG"}]}]],"parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":40,"character":8},{"__symbolic":"reference","module":"@cikrf/gas-utils/services","name":"GasDynamicComponentsService","line":41,"character":33},{"__symbolic":"reference","name":"GasPositioningService"},{"__symbolic":"reference","name":"GasBrowserEventsService"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":44,"character":12},{"__symbolic":"select","expression":{"__symbolic":"reference","name":"ɵd"},"member":"Config","arguments":[{"__symbolic":"reference","name":"ɵe"}]}]}]}},"ɵg":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":6,"character":1},"arguments":[{"selector":"gas-switch-control","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":10,"character":19},"member":"OnPush"},"template":"<div class=\"gas-switch__control_icons\" (click)=\"toggleSwitch()\">\n  <gas-icon name=\"common-cell-checked\" color=\"#FFFFFF\" [size]=\"16\"></gas-icon>\n  <gas-icon name=\"common-ball\" [size]=\"20\"></gas-icon>\n</div>\n\n<div class=\"gas-switch__control_state\">\n  {{ value ? getCheckedValue() : getNoCheckedValue() }}\n</div>\n","styles":[":host{display:flex;flex-direction:column;align-items:flex-end;min-width:var(--l-mega-size);margin-right:var(--base-size);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}:host .gas-switch__control_icons{position:relative;width:var(--mega-size);height:var(--lg-size);border-radius:var(--semi-md-size);background-color:var(--icon-disabled);border:var(--xxs-size) solid var(--icon-disabled);box-sizing:border-box;cursor:pointer}:host .gas-switch__control_icons gas-icon[name=common-cell-checked]{opacity:0;position:absolute;top:var(--xxs-size);left:var(--xs-size);transition:all .2s ease}:host .gas-switch__control_icons gas-icon[name=common-ball]{position:absolute;left:var(--xxs-size);color:var(--text-white);transition:all .2s ease}:host .gas-switch__control_state{font-size:12px;line-height:130%;font-weight:700}:host._on .gas-switch__control_icons{background-color:var(--base-priority-medium);border-color:var(--base-priority-medium)}:host._on .gas-switch__control_icons gas-icon[name=common-ball]{transform:translateX(calc(var(--semi-lg-size) + 1px))}:host._on .gas-switch__control_icons gas-icon[name=common-cell-checked]{opacity:1}:host._disabled .gas-switch__control_icons{cursor:not-allowed;background-color:var(--icon-disabled)!important;border:var(--xxs-size) solid var(--icon-disabled)!important}:host._disabled .gas-switch__control_icons gas-icon[name=common-ball]{color:var(--text-disabled)}:host._disabled .control_state{color:var(--text-placeholder)}:host:not(._disabled)._primary .gas-switch__control_icons{border-color:var(--base-priority-medium)}:host:not(._disabled)._primary .gas-switch__control_icons:before{content:\"\";width:var(--base-size);height:var(--base-size);border-radius:100%;background-color:var(--base-priority-medium);position:absolute;top:calc(var(--xs-size) + 2px);left:var(--semi-md-size-reverse)}:host:not(._disabled)._primary._on .gas-switch__control_icons{background-color:var(--base-priority-medium)}:host:not(._disabled)._primary._on .control_state{color:var(--base-priority-medium)}:host:not(._disabled)._success .gas-switch__control_icons{border-color:var(--icon-success)}:host:not(._disabled)._success._on .gas-switch__control_icons{background-color:var(--icon-success)}:host:not(._disabled)._success._on .control_state{color:var(--icon-success)}:host:not(._disabled)._error .gas-switch__control_icons{border-color:var(--icon-error);background-color:var(--icon-error)}:host:not(._disabled)._error._on .gas-switch__control_icons{background-color:var(--icon-error)}:host:not(._disabled)._error._on .control_state{color:var(--text-normal)}:host:not(._disabled)._error .gas-switch__control_icons:before{width:0;height:0}"]}]}],"members":{"value":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":13,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":14,"character":3},"arguments":["class._on"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":15,"character":3}}]}],"isDisabled":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":18,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":19,"character":3}}]}],"isError":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":22,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":23,"character":3},"arguments":["class._error"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":24,"character":3}}]}],"state":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":27,"character":3}}]}],"enabledText":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":31,"character":3}}]}],"disabledText":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":35,"character":3}}]}],"isPrimarySwitch":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":38,"character":3},"arguments":["class._primary"]}]}],"isSuccessSwitch":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":43,"character":3},"arguments":["class._success"]}]}],"isDisabledSwitch":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":48,"character":3},"arguments":["class._disabled"]}]}],"onSwitchChange$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":53,"character":3},"arguments":["onSwitchChange"]}]}],"toggleSwitch":[{"__symbolic":"method"}],"getCheckedValue":[{"__symbolic":"method"}],"getNoCheckedValue":[{"__symbolic":"method"}]}},"ɵh":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":3,"character":1},"arguments":[{"selector":"gas-navigation-element","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":7,"character":19},"member":"OnPush"},"template":"<!-- Wide -->\n<ng-container *ngIf=\"wide\">\n  <div class=\"grid grid-justify-space-between w-100-p\" (click)=\"expanded$.emit()\">\n    <div class=\"grid grid-align-center\">\n      <gas-icon\n        [name]=\"icon\"\n        [size]=\"24\"\n        [class.wide-icon]=\"isChild\"\n        class=\"mr-semi-md\"\n      ></gas-icon>\n  \n      <div class=\"item-title\">\n        {{ title }}\n      </div>\n    </div>\n  \n    <gas-icon\n      *ngIf=\"hasChild\"\n      [class.expanded]=\"expanded\"\n      name=\"arrows-micro-down\"\n      class=\"icon-brand\">\n    </gas-icon>\n  </div>\n</ng-container>\n\n<!-- Compact -->\n<ng-container *ngIf=\"!wide\">\n  <gas-icon\n    [name]=\"icon\"\n    [size]=\"24\"\n  ></gas-icon>\n</ng-container>\n","styles":[":host{width:var(--gas-menu-element-size,48px);height:var(--gas-menu-element-size,48px);color:var(--gas-menu-element-color,var(--icon-brand));display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s;box-sizing:border-box}:host:hover{background-color:var(--gas-menu-element-hover-bg-color,var(--base-bg-selected))}:host._active{box-shadow:var(--gas-menu-active-shadow,inset -3px 0 0 #4192d9);background-color:var(--gas-menu-element-active-bg-color,var(--base-bg-selected))}:host._burger{height:var(--gas-menu-burger-height,74px);padding:var(--gas-menu-wide-padding,0 var(--semi-md-size))}:host._wide{justify-content:space-between;flex-wrap:wrap;padding:var(--gas-menu-wide-padding,18px var(--semi-md-size));width:100%;height:var(--gas-menu-wide-element-size,60px)}:host .item-title{font-size:14px;line-height:120%;color:var(--base-text-gray-medium);flex:1 1;text-align:left}:host .wide-icon{color:transparent}:host .expanded{transition:.3s;transform:rotate(180deg)}"]}]}],"members":{"wide":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":10,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":11,"character":3},"arguments":["class._wide"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":12,"character":3}}]}],"hasChild":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":15,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":16,"character":3}}]}],"isChild":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":19,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":20,"character":3}}]}],"expanded":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":23,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":24,"character":3}}]}],"active":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":27,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":28,"character":3},"arguments":["class._active"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":29,"character":3}}]}],"burger":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@cikrf/gas-utils/decorators","name":"GasInputBoolean","line":32,"character":3}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":33,"character":3},"arguments":["class._burger"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":34,"character":3}}]}],"icon":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":37,"character":3}}]}],"title":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":40,"character":3}}]}],"expanded$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":43,"character":3},"arguments":["expanded"]}]}]}},"ɵi":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ngneat/until-destroy","name":"UntilDestroy","line":14,"character":1}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":15,"character":1},"arguments":[{"selector":"[gasContextMenu]"}]}],"members":{"onChangeLink$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":19,"character":3},"arguments":["onChangeLink"]}]}],"gasContextMenu":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":22,"character":3}}]}],"size":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":26,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@cikrf/gas-utils/services","name":"GasDynamicComponentsService","line":33,"character":41},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef","line":34,"character":30},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":35,"character":23}]}],"clickHandler":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostListener","line":41,"character":3},"arguments":["click",["$event"]]}]}],"createComponent":[{"__symbolic":"method"}],"removeComponent":[{"__symbolic":"method"}]}},"ɵj":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":5,"character":1}}],"members":{"__ctor__":[{"__symbolic":"constructor"}],"onSelectionChange":[{"__symbolic":"method"}],"sortingTableRepository":[{"__symbolic":"method"}]}},"ɵk":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ngneat/until-destroy","name":"UntilDestroy","line":17,"character":1}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":18,"character":1},"arguments":[{"selector":"th[gasSortingtableHeadRow]"}]}],"members":{"activeSorting":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":23,"character":3},"arguments":["class._active"]}]}],"name":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":28,"character":3}}]}],"key":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":31,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":39,"character":24},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef","line":40,"character":30},{"__symbolic":"reference","name":"ɵj"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":42,"character":22},{"__symbolic":"reference","module":"@cikrf/gas-utils/services","name":"GasDynamicComponentsService","line":43,"character":41}]}],"ngAfterViewInit":[{"__symbolic":"method"}],"sortTable":[{"__symbolic":"method"}],"setElementClass":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"renderClassName":[{"__symbolic":"method"}]}},"ɵl":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":9,"character":1},"arguments":[{"selector":"gas-table-radio","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":12,"character":19},"member":"OnPush"},"template":"<div class=\"gas-table-radio\">\n  <gas-icon\n    *ngIf=\"isChecked$ | async\"\n    icon\n    name=\"notifications-success\"\n    [size]=\"15\"\n    (click)=\"select($event)\"\n    class=\"icon-brand\">\n  </gas-icon>\n</div>\n"}]}],"members":{"isChecked":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":15,"character":3}}]}],"selected$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":24,"character":3},"arguments":["selected"]}]}],"__ctor__":[{"__symbolic":"constructor"}],"select":[{"__symbolic":"method"}]}},"ɵm":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":3,"character":1},"arguments":[{"selector":"gas-table-checkbox","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":6,"character":19},"member":"OnPush"},"template":"<div\n  class=\"gas-table-checkbox\"\n  *ngIf=\"{\n    isDisabled: isDisabled$ | async\n  } as observables\"\n>\n  <gas-checkbox\n    [attr.disabled]=\"observables.isDisabled || undefined\"\n    [checked]=\"isSelected$ | async\"\n    (click)=\"select($event, observables.isDisabled)\"\n  >\n  </gas-checkbox>\n</div>\n"}]}],"members":{"isSelected":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":9,"character":3}}]}],"isDisabled":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":18,"character":3}}]}],"selected$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":23,"character":3},"arguments":["selected"]}]}],"__ctor__":[{"__symbolic":"constructor"}],"select":[{"__symbolic":"method"}]}},"ɵn":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ngneat/until-destroy","name":"UntilDestroy","line":6,"character":1}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":7,"character":1},"arguments":[{"selector":"gas-table-header-checkbox","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":10,"character":19},"member":"OnPush"},"template":"<div class=\"gas-table-checkbox\">\n  <gas-checkbox\n    [checked]=\"isChecked$ | async\"\n    [indeterminate]=\"isIndeterminate$ | async\"\n    (click)=\"onClick()\">\n  </gas-checkbox>\n</div>\n"}]}],"members":{"disableRowSelectionFilter":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":14,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"GasTableComponent"}]}],"ngOnInit":[{"__symbolic":"method"}],"onClick":[{"__symbolic":"method"}],"updateCheckedState":[{"__symbolic":"method"}]}},"ɵo":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ngneat/until-destroy","name":"UntilDestroy","line":6,"character":1}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":7,"character":1},"arguments":[{"selector":"tr [gasSelectableTableRow]","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":11,"character":19},"member":"OnPush"},"template":"<td *ngIf=\"isSelectableRow()\" class=\"gas-selectable-td\">\n  <gas-table-radio *ngIf=\"isSingleSelectionMode\"\n                   [isChecked]=\"isSelected$ | async\"\n                   (selected)=\"$event.stopPropagation(); handleSelectRow()\">\n  </gas-table-radio>\n  <gas-table-checkbox *ngIf=\"isMultipleSelectionMode\"\n                      [isSelected]=\"isSelected$ | async\"\n                      [isDisabled]=\"isDisabled$ | async\"\n                      (selected)=\"$event.stopPropagation(); handleSelectRow()\">\n  </gas-table-checkbox>\n</td>\n<ng-content></ng-content>\n"}]}],"members":{"value":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":15,"character":3},"arguments":["gasSelectableTableRow"]}]}],"disableRowSelectionFilter":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":26,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"GasTableComponent"}]}],"isSelectableRow":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":53,"character":3},"arguments":["class.gas-selectable-table-row"]}]}],"isRowSelected":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":58,"character":3},"arguments":["class.gas-selectable-table-row__selected"]}]}],"handleSelectRow":[{"__symbolic":"method"}],"ngOnInit":[{"__symbolic":"method"}],"modifySelected":[{"__symbolic":"method"}]}},"ɵp":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":5,"character":1},"arguments":[{"selector":"tr [gasSelectableTableHeadRow]","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":9,"character":19},"member":"OnPush"},"template":"<th *ngIf=\"isSelectableRow\"\n    class=\"gas-selectable-th\">\n  <gas-table-header-checkbox\n    *ngIf=\"isMultipleSelectionMode\"\n    [disableRowSelectionFilter]=\"disableRowSelectionFilter\"\n  ></gas-table-header-checkbox>\n</th>\n<ng-content></ng-content>\n"}]}],"members":{"disableRowSelectionFilter":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":13,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"GasTableComponent"}]}]}},"ɵq":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":3,"character":1},"arguments":[{"selector":"gas-table-sorting","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":6,"character":19},"member":"OnPush"},"template":"<gas-icon\n  [size]=\"14\"\n  name=\"arrows-up\"\n></gas-icon>\n"}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":38,"character":15}]}]}},"ɵr":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":14,"character":1},"arguments":[{"selector":"gas-simple-table","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":18,"character":19},"member":"OnPush"},"template":"<div\n  class=\"table\"\n  [class.h-400]=\"loading && !error || isValueEmpty && !error || error\"\n>\n  <table\n    role=\"grid\"\n    class=\"gas-table-body\"\n    [class.auto-layout]=\"isValueEmpty\"\n  >\n    <thead class=\"gas-table-thead\">\n    <tr\n      #tableHeadRow\n      gasSelectableTableHeadRow\n      [disableRowSelectionFilter]=\"disableRowSelectionFilter\"\n    >\n      <ng-container *ngTemplateOutlet=\"headerTemplate;\"></ng-container>\n    </tr>\n    </thead>\n    <tbody *ngIf=\"loading === false && !error\" class=\"gas-table-tbody\">\n    <tr\n      *ngFor=\"let rowData of data\"\n      #tableBodyRow\n      [gasSelectableTableRow]=\"rowData\"\n      [disableRowSelectionFilter]=\"disableRowSelectionFilter\"\n      (click)=\"rowClick(rowData)\"\n    >\n      <ng-container\n        *ngTemplateOutlet=\"bodyTemplate; context: { $implicit: rowData }\"></ng-container>\n    </tr>\n    <!--      TODO: для чего тут был ng-template? может, конечно, был смысл, но я не увидел и убрал-->\n    <!--            <ng-template-->\n    <!--              ngFor-->\n    <!--              let-rowData-->\n    <!--              [ngForOf]=\"data\"-->\n    <!--            >-->\n    <!--              <tr [gasSelectableTableRow]=\"rowData\" (click)=\"rowClick(rowData)\" #tableBodyRow>-->\n    <!--                <ng-container-->\n    <!--                  *ngTemplateOutlet=\"bodyTemplate; context: { $implicit: rowData }\"></ng-container>-->\n    <!--              </tr>-->\n    <!--            </ng-template>-->\n    </tbody>\n  </table>\n</div>\n","styles":[":host{display:block}:host.with-hidden-columns ::ng-deep td:not(.visible):not(.gas-selectable-td),:host.with-hidden-columns ::ng-deep th:not(.visible):not(.gas-selectable-th){display:none!important}:host.with-hidden-columns ::ng-deep tr{padding-right:90px}:host table{width:100%}:host.auto-columns .table{display:flex;flex-direction:column}:host.auto-columns table{border:none;border-spacing:0;border-collapse:collapse;display:table!important;position:relative}:host.auto-columns table tr{border:none;display:table-row!important}:host.auto-columns table tr ::ng-deep td,:host.auto-columns table tr ::ng-deep th{white-space:nowrap;height:var(--xxlg-size);box-sizing:border-box}:host.auto-columns table tr ::ng-deep th{display:table-cell;position:-webkit-sticky;position:sticky;top:0;z-index:1;background-color:var(--list-normal-header)}:host.auto-columns table tr ::ng-deep th:before{top:0}:host.auto-columns table tr ::ng-deep th:after,:host.auto-columns table tr ::ng-deep th:before{content:\"\";left:0;right:0;display:block;height:1px;position:absolute;pointer-events:none;background:var(--base-bg-light-gray)}:host.auto-columns table tr ::ng-deep th:after{bottom:0}:host.auto-columns table tr ::ng-deep td{display:table-cell;border-bottom:var(--border-line-normal)}"]}]}],"members":{"tableHeadRow":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChildren","line":22,"character":3},"arguments":["tableHeadRow",{"read":{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":22,"character":40}}]}]}],"tableBodyRows":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChildren","line":25,"character":3},"arguments":["tableBodyRow",{"read":{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":25,"character":40}}]}]}],"gasScrollComponent":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":28,"character":3},"arguments":["gasScrollComponent",{"read":{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":28,"character":43}}]}]}],"autoColumns":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":31,"character":3},"arguments":["class.auto-columns"]}]}],"isValueEmpty":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":34,"character":3}}]}],"loading":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":37,"character":3}}]}],"error":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":40,"character":3}}]}],"data":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":43,"character":3}}]}],"headerTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":46,"character":3}}]}],"bodyTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":49,"character":3}}]}],"disableRowSelectionFilter":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":52,"character":3}}]}],"onRowClick$":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":55,"character":3},"arguments":["onRowClick"]}]}],"rowClick":[{"__symbolic":"method"}]}}},"origins":{"GasInputModule":"./lib/forms/gas-input/gas-input.module","GasIconColor":"./lib/forms/gas-input/gas-input.interface","GasInputElement":"./lib/forms/gas-input/gas-input.interface","GasIconCursor":"./lib/forms/gas-input/gas-input.interface","GasInputComponent":"./lib/forms/gas-input/input/gas-input.component","GasInputFieldComponent":"./lib/forms/gas-input/field/gas-input-field.component","GasInputWrapperComponent":"./lib/forms/gas-input/wrapper/gas-input-wrapper.component","GasInputLabelComponent":"./lib/forms/gas-input/label/gas-input-label.component","GasInputErrorComponent":"./lib/forms/gas-input/error/gas-input-error.component","GasActionButtonComponent":"./lib/forms/gas-action-button/gas-action-button.component","GasActionButtonModule":"./lib/forms/gas-action-button/gas-action-button.module","GasButtonComponent":"./lib/forms/gas-button/gas-button.component","GasButtonModule":"./lib/forms/gas-button/gas-button.module","GasCheckboxModule":"./lib/forms/gas-checkbox/gas-checkbox.module","GasCheckboxComponent":"./lib/forms/gas-checkbox/checkbox/gas-checkbox.component","GasCheckboxGroupComponent":"./lib/forms/gas-checkbox/group/gas-checkbox-group.component","GasSelectComponent":"./lib/forms/gas-select/wrapper/gas-select.component","GasSelectDropdownComponent":"./lib/forms/gas-select/dropdown/gas-select-dropdown.component","GasSelectOptionComponent":"./lib/forms/gas-select/option/gas-select-option.component","GasSelectModule":"./lib/forms/gas-select/gas-select.module","GasDatepickerComponent":"./lib/forms/gas-datepicker/gas-datepicker.component","GasDatepickerModule":"./lib/forms/gas-datepicker/gas-datepicker.module","GasDatepickerHelper":"./lib/forms/gas-datepicker/gas-datepicker-helper","GasDatepicker":"./lib/forms/gas-datepicker/gas-datepicker.interface","GasPickerDay":"./lib/forms/gas-datepicker/gas-datepicker.interface","PreviousMonthDate":"./lib/forms/gas-datepicker/gas-datepicker.interface","NextMonthDate":"./lib/forms/gas-datepicker/gas-datepicker.interface","GasYears":"./lib/forms/gas-datepicker/gas-datepicker.interface","GasDatepickerTime":"./lib/forms/gas-datepicker/gas-datepicker.interface","MONTH":"./lib/forms/gas-datepicker/gas-datepicker.interface","DAYS":"./lib/forms/gas-datepicker/gas-datepicker.interface","GasMonthComponent":"./lib/forms/gas-datepicker/gas-month/gas-month.component","GasYearComponent":"./lib/forms/gas-datepicker/gas-year/gas-year.component","GasTimeComponent":"./lib/forms/gas-datepicker/gas-time/gas-time.component","GasDatepickerInputComponent":"./lib/forms/gas-datepicker-input/gas-datepicker-input.component","GasDatepickerInputModule":"./lib/forms/gas-datepicker-input/gas-datepicker-input.module","GasSwitchComponent":"./lib/forms/gas-switch/switch/gas-switch.component","GasSwitchModule":"./lib/forms/gas-switch/gas-switch.module","GasSwitchTypeConstant":"./lib/forms/gas-switch/gas-switch.interface","GasRadioModule":"./lib/forms/gas-radio/gas-radio.module","GasRadioComponent":"./lib/forms/gas-radio/radio/gas-radio.component","GasRadioGroupComponent":"./lib/forms/gas-radio/group/gas-radio-group.component","GasStatusTagModule":"./lib/forms/gas-status-tag/gas-status-tag.module","GasStatusTag":"./lib/forms/gas-status-tag/gas-status-tag.interface","GasStatusTagTypeEnum":"./lib/forms/gas-status-tag/gas-status-tag.interface","GasStatusTagType":"./lib/forms/gas-status-tag/gas-status-tag.interface","GasStatusTagComponent":"./lib/forms/gas-status-tag/status-tag/status-tag.component","GasStatusTagGroupComponent":"./lib/forms/gas-status-tag/group/group.component","GasFormBaseComponent":"./lib/forms/gas-form-base-component","GasAutocompleteModule":"./lib/forms/gas-autocomplete/gas-autocomplete.module","GasAutocompleteComponent":"./lib/forms/gas-autocomplete/wrapper/gas-autocomplete.component","GasAutocompleteDropdownComponent":"./lib/forms/gas-autocomplete/dropdown/gas-autocomplete-dropdown.component","GasAutocompleteDropdownDirective":"./lib/forms/gas-autocomplete/dropdown/gas-autocomplete-dropdown.directive","GasAutocompleteOptions":"./lib/forms/gas-autocomplete/gas-autocomplete.interface","GasMicroButtonModule":"./lib/forms/gas-micro-button/gas-micro-button.module","GasMicroButtonComponent":"./lib/forms/gas-micro-button/gas-micro-button.component","GasDividerComponent":"./lib/layout/gas-divider/gas-divider.component","GasDividerModule":"./lib/layout/gas-divider/gas-divider.module","GasTabsModule":"./lib/layout/gas-tabs/gas-tabs.module","GasTabsHelper":"./lib/layout/gas-tabs/gas-tabs-helper","GasTabsType":"./lib/layout/gas-tabs/gas-tabs.interface","Tab":"./lib/layout/gas-tabs/gas-tabs.interface","GasTabsComponent":"./lib/layout/gas-tabs/container/gas-tabs.component","GasTabComponent":"./lib/layout/gas-tabs/tab/gas-tab.component","GasTabDirective":"./lib/layout/gas-tabs/tab/gas-tab.directive","GasCardComponent":"./lib/layout/gas-card/gas-card.component","GasCardModule":"./lib/layout/gas-card/gas-card.module","GasCardFooterComponent":"./lib/layout/gas-card/footer/gas-card-footer.component","GasDescriptionComponent":"./lib/layout/gas-description/gas-description.component","GasDescriptionModule":"./lib/layout/gas-description/gas-description.module","GasLayoutComponent":"./lib/layout/gas-layout/gas-layout.component","GasLayoutModule":"./lib/layout/gas-layout/gas-layout.module","GasLayoutService":"./lib/layout/gas-layout/gas-layout.service","GasHeaderComponent":"./lib/layout/gas-header/gas-header.component","GasHeaderModule":"./lib/layout/gas-header/gas-header.module","GasHeaderService":"./lib/layout/gas-header/gas-header.service","GasHeaderMeta":"./lib/layout/gas-header/gas-header.interface","GasMenuComponent":"./lib/layout/gas-menu/gas-menu.component","GasMenuModule":"./lib/layout/gas-menu/gas-menu.module","GasVerticalMenuComponent":"./lib/layout/gas-menu/vertical-menu/gas-vertical-menu.component","GasContextMenuComponent":"./lib/layout/gas-menu/context-menu/gas-context-menu.component","GasBaseMenuInterface":"./lib/layout/gas-menu/gas-menu.interface","GasGroupMenuInterface":"./lib/layout/gas-menu/gas-menu.interface","GasContextGroup":"./lib/layout/gas-menu/gas-menu.interface","GasContextMenu":"./lib/layout/gas-menu/gas-menu.interface","GasMenuType":"./lib/layout/gas-menu/gas-menu.interface","GasMenySize":"./lib/layout/gas-menu/gas-menu.interface","GasMenuService":"./lib/layout/gas-menu/gas-menu.service","GasProgressContainerComponent":"./lib/layout/gas-progress-container/gas-progress-container.component","GasProgressContainerModule":"./lib/layout/gas-progress-container/gas-progress-container.module","GasSectionModule":"./lib/layout/gas-section/gas-section.module","GasSectionComponent":"./lib/layout/gas-section/gas-section.component","GasSectionType":"./lib/layout/gas-section/gas-section.interface","GasStepsModule":"./lib/layout/gas-steps/gas-steps.module","GasStepsComponent":"./lib/layout/gas-steps/steps/gas-steps.component","GasStepsType":"./lib/layout/gas-steps/gas-steps.interface","GasStepsState":"./lib/layout/gas-steps/gas-steps.interface","GasHorizontalStepsComponent":"./lib/layout/gas-steps/horizontal-steps/gas-horizontal-steps.component","GasVerticalStepsComponent":"./lib/layout/gas-steps/vertical-steps/vertical-steps.component","GasAccordionModule":"./lib/layout/gas-accordion/gas-accordion.module","GasAccordionComponent":"./lib/layout/gas-accordion/gas-accordion.component","GasAccordionSectionDirective":"./lib/layout/gas-accordion/gas-accordion-section.directive","GasBadgeComponent":"./lib/layout/gas-badge/gas-badge.component","GasBadgeModule":"./lib/layout/gas-badge/gas-badge.module","GasBageType":"./lib/layout/gas-badge/gas-badge.interface","GasPanelModule":"./lib/layout/gas-panel/gas-panel.module","GasPanelComponent":"./lib/layout/gas-panel/gas-panel.component","GasNotifyModule":"./lib/notifications/gas-notify/gas-notify.module","GasNotificationService":"./lib/notifications/gas-notify/gas-notify.service","GasNotifyBarComponent":"./lib/notifications/gas-notify/bar/gas-notify-bar.component","GasNotifyToastComponent":"./lib/notifications/gas-notify/toast/gas-notify-toast.component","GasNotifyWrapperComponent":"./lib/notifications/gas-notify/wrapper/gas-notify-wrapper.component","GasBaseModule":"./lib/core/base/gas-base.module","fadeInOutUpAnimation":"./lib/core/animations/fade-in-out.animation","fadeInOutAnimation":"./lib/core/animations/fade-in-out.animation","GasSize":"./lib/core/sizes/gas-size.enum","GasSizeText":"./lib/core/sizes/gas-size.enum","GasDynamicBaseComponent":"./lib/core/gas-dynamic-base/gas-dynamic-base.component","GasDynamicBaseModule":"./lib/core/gas-dynamic-base/gas-dynamic-base.module","GasIconsModule":"./lib/utils/gas-icons/gas-icons.module","GasIconDefinitionsComponent":"./lib/utils/gas-icons/definitions/gas-icon-definitions.component","GasBgIconDirective":"./lib/utils/gas-icons/directive/gas-bg-icon.directive","GasIconComponent":"./lib/utils/gas-icons/icon/gas-icon.component","GasIconCoreComponent":"./lib/utils/gas-icons/bundles/core/gas-icon-core.component","GasIconNotificationComponent":"./lib/utils/gas-icons/bundles/notifications/gas-icon-notification.component","GasIconActionsComponent":"./lib/utils/gas-icons/bundles/actions/gas-icon-actions.component","GasIconArrowsComponent":"./lib/utils/gas-icons/bundles/arrows/gas-icon-arrows.component","GasIconLayoutComponent":"./lib/utils/gas-icons/bundles/layout/gas-icon-layout.component","GasIconNavigationComponent":"./lib/utils/gas-icons/bundles/navigation/gas-icon-navigation.component","GasIconMenuComponent":"./lib/utils/gas-icons/bundles/menu/gas-icon-menu.component","GasUploaderDirective":"./lib/utils/gas-uploader-directive/gas-uploader.directive","GasUploaderDirectiveModule":"./lib/utils/gas-uploader-directive/gas-uploader-directive.module","GasClickOutsideDirective":"./lib/utils/click-outside-directive/gas-click-outside.directive","GasClickOutsideDirectiveModule":"./lib/utils/click-outside-directive/gas-click-outside.module","GasScrollComponent":"./lib/utils/gas-scroll/gas-scroll.component","GasScrollModule":"./lib/utils/gas-scroll/gas-scroll.module","GasObjectFilterPipe":"./lib/utils/gas-object-filter-pipe/gas-object-filter.pipe","GasObjectFilterModule":"./lib/utils/gas-object-filter-pipe/gas-object.filter.module","GasFormKeyDirective":"./lib/utils/gas-form-key/gas-form-key.directive","GasFormKeyModule":"./lib/utils/gas-form-key/gas-form-key.module","GasBrowserEventsService":"./lib/utils/gas-browser-event/gas-browser-events.service","GasPositioningService":"./lib/utils/gas-positioning/gas-positioning.service","GasDatepickerRangeComponent":"./lib/utils/gas-range/gas-datepicker-range/gas-datepicker-range.component","GasNumberRangeComponent":"./lib/utils/gas-range/gas-number-range/gas-number-range.component","GasRangeComponent":"./lib/utils/gas-range/gas-range.component","GasRangeModule":"./lib/utils/gas-range/gas-range.module","gasCheckDate":"./lib/utils/gas-datepicker-directive/datepicker.helper","removeDuble":"./lib/utils/gas-datepicker-directive/datepicker.helper","checkCurrentTime":"./lib/utils/gas-datepicker-directive/datepicker.helper","addZero":"./lib/utils/gas-datepicker-directive/datepicker.helper","GasDatepickerDirective":"./lib/utils/gas-datepicker-directive/gas-datepicker.directive","GasDatepickerDirectiveModule":"./lib/utils/gas-datepicker-directive/gas-datepicker.module","GasDatePipe":"./lib/utils/gas-date-pipe/gas-date.pipe","GasDatePipeModule":"./lib/utils/gas-date-pipe/gas-date-pipe.module","GasTemplateDirective":"./lib/utils/gas-template/gas-template.directive","GasTemplateModule":"./lib/utils/gas-template/gas-template.module","equals":"./lib/utils/helpers/object.helper","equalsByValue":"./lib/utils/helpers/object.helper","getNestedObjectValue":"./lib/utils/helpers/object.helper","isFunction":"./lib/utils/helpers/object.helper","toCamelCase":"./lib/utils/helpers/object.helper","camelCaseToKebab":"./lib/utils/helpers/object.helper","camelCaseToSnake":"./lib/utils/helpers/object.helper","separateCamelCaseWithSymbol":"./lib/utils/helpers/object.helper","loadingTo":"./lib/utils/helpers/gas-rx-helpers/gas-rx.helper","GasDebounce":"./lib/utils/helpers/function-decorators.helper","GasDateDirective":"./lib/utils/gas-date-directive/gas-date.directive","GasDateDirectiveModule":"./lib/utils/gas-date-directive/gas-date-directive.module","GasBreadcrumbsComponent":"./lib/common/gas-breadcrumbs/gas-breadcrumbs.component","GasBreadcrumbsModule":"./lib/common/gas-breadcrumbs/gas-breadcrumbs.module","GasBreadcrumb":"./lib/common/gas-breadcrumbs/gas-breadcrumbs.interface","GasProgressComponent":"./lib/common/gas-progress/gas-progress.component","GasProgressModule":"./lib/common/gas-progress/gas-progress.module","GasProgressColor":"./lib/common/gas-progress/gas-progress.interface","GasSpinnerComponent":"./lib/common/gas-spinner/gas-spinner.component","GasSpinnerModule":"./lib/common/gas-spinner/gas-spinner.module","GasProgressBarComponent":"./lib/common/gas-progress-bar/progress-bar.component","GasProgressBarModule":"./lib/common/gas-progress-bar/progress-bar.module","GasUploaderModule":"./lib/common/gas-uploader/gas-uploader.module","GasUploaderComponent":"./lib/common/gas-uploader/gas-uploader.component","GasPaginatorComponent":"./lib/common/gas-paginator/gas-paginator.component","GasPaginatorModule":"./lib/common/gas-paginator/gas-paginator.module","GasPopupType":"./lib/common/gas-popup/gas-popup-type.interface","GasPopoverType":"./lib/common/gas-popup/gas-popup-type.interface","GasPopupPosition":"./lib/common/gas-popup/gas-popup-type.interface","PopupCoordinates":"./lib/common/gas-popup/gas-popup-type.interface","PopupSides":"./lib/common/gas-popup/gas-popup-type.interface","GasPopupModule":"./lib/common/gas-popup/gas-popup.module","GasPopoverComponent":"./lib/common/gas-popup/gas-popover/gas-popover.component","GasPopoverDirective":"./lib/common/gas-popup/gas-popover/gas-popover.directive","GasFiltersComponent":"./lib/common/gas-filters/gas-filters.component","GasFiltersModule":"./lib/common/gas-filters/gas-filters.module","GasFiltersDirective":"./lib/common/gas-filters/gas-filters.directive","GasTableHeaderComponent":"./lib/common/gas-table-header/gas-table-header.component","GasTableHeaderModule":"./lib/common/gas-table-header/gas-table-header.module","GasTableComponent":"./lib/common/gas-table/gas-table/gas-table.component","GasTableModule":"./lib/common/gas-table/gas-table.module","GasArgumentStream":"./lib/common/gas-table/gas-default-table.repository","GasUrlQueryParams":"./lib/common/gas-table/gas-default-table.repository","GasTableRepositoryParams":"./lib/common/gas-table/gas-default-table.repository","DEFAULT_PAGINATOR_DATA":"./lib/common/gas-table/gas-default-table.repository","DEFAULT_QUERY_PARAMS":"./lib/common/gas-table/gas-default-table.repository","DEFAULT_TABLE_DATA_PIPE":"./lib/common/gas-table/gas-default-table.repository","DEFAULT_REPOSITORY_PARAMS_TOKEN":"./lib/common/gas-table/gas-default-table.repository","GasDefaultTableRepository":"./lib/common/gas-table/gas-default-table.repository","GasTableAutoColumnsDirective":"./lib/common/gas-table/gas-table-auto-columns.directive","GasCustomTableFilterDirective":"./lib/common/gas-table/gas-custom-table-filter/gas-custom-table-filter.directive","GasTableColumnSettingsComponent":"./lib/common/gas-table/gas-table-column-settings/gas-table-column-settings.component","DatatableValue":"./lib/common/gas-datatable/gas-datatable.component","GasDatatableComponent":"./lib/common/gas-datatable/gas-datatable.component","GasDatatableModule":"./lib/common/gas-datatable/gas-datatable.module","GasDynamicPositioningPopupDirective":"./lib/common/gas-dynamic-positioning-popup/gas-dynamic-positioning-popup.directive","GAS_POSITIONING_CONFIG":"./lib/common/gas-dynamic-positioning-popup/gas-dynamic-positioning-popup.constant","DEFAULT_GAS_POSITIONING_CONFIG":"./lib/common/gas-dynamic-positioning-popup/gas-dynamic-positioning-popup.constant","GasDynamicPositioningPopupModule":"./lib/common/gas-dynamic-positioning-popup/gas-dynamic-positioning-popup.module","GasEmptyMessageComponent":"./lib/common/gas-empty-message/gas-empty-message.component","GasEmptyMessageModule":"./lib/common/gas-empty-message/gas-empty-message.module","GasEmptyMessage":"./lib/common/gas-empty-message/gas-empty-message.interface","GasEmptyMessageIcon":"./lib/common/gas-empty-message/gas-empty-message.interface","ICON_NAMES":"./lib/common/gas-empty-message/gas-empty-message.interface","GasModalComponent":"./lib/common/gas-modal/modal/gas-modal.component","GasModalService":"./lib/common/gas-modal/gas-modal.service","GasModalModule":"./lib/common/gas-modal/gas-modal.module","GasBaseModal":"./lib/common/gas-modal/gas-base.modal","GasFileUploaderComponent":"./lib/common/gas-file-uploader/gas-file-uploader.component","GasFileUploaderModule":"./lib/common/gas-file-uploader/gas-file-uploader.module","GasFileMode":"./lib/common/gas-file-uploader/gas-file-mode.enum","GasFileModeType":"./lib/common/gas-file-uploader/gas-file-mode.enum","GasTagComponent":"./lib/common/gas-tags/gas-tag/gas-tag.component","GasTagsComponent":"./lib/common/gas-tags/gas-tags/gas-tags.component","GasTagsModule":"./lib/common/gas-tags/gas-tags.module","ɵa":"./lib/utils/gas-icons/bundles/common/gas-icon-common.component","ɵb":"./lib/utils/gas-scroll/gas-scrollbar/gas-scrollbar.component","ɵc":"./lib/forms/gas-select/dropdown/gas-select-dropdown.directive","ɵd":"./lib/common/gas-dynamic-positioning-popup/gas-dynamic-positioning-popup.namespace","ɵe":"./lib/forms/gas-datepicker-input/gas-datapicker-calendar/gas-datapicker-calendar.component","ɵf":"./lib/forms/gas-datepicker-input/gas-datapicker-calendar/gas-datapicker-calendar.directive","ɵg":"./lib/forms/gas-switch/control/gas-switch-control.component","ɵh":"./lib/layout/gas-menu/navigation-element/gas-navigation-element.component","ɵi":"./lib/layout/gas-menu/context-menu/gas-context-menu.directive","ɵj":"./lib/common/gas-table/gas-table.service","ɵk":"./lib/common/gas-table/gas-table-sorting/gas-sorting-table-head-row.directive","ɵl":"./lib/common/gas-table/gas-table-radio/gas-table-radio.component","ɵm":"./lib/common/gas-table/gas-table-checkbox/gas-table-checkbox.component","ɵn":"./lib/common/gas-table/gas-table-header-checkbox/gas-table-header-checkbox.component","ɵo":"./lib/common/gas-table/gas-selectable-table-row/gas-selectable-table-row.component","ɵp":"./lib/common/gas-table/gas-selectable-table-head-row/gas-selectable-table-head-row.component","ɵq":"./lib/common/gas-table/gas-table-sorting/gas-table-sorting.component","ɵr":"./lib/common/gas-table/gas-simple-table/gas-simple-table.component","ɵs":"./lib/utils/gas-positioning/gas-positioning.namespace"},"importAs":"@cikrf/gas-ui-kit"}