{"__symbolic":"module","version":4,"metadata":{"LeftbarService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":18,"character":1},"arguments":[{"providedIn":"root"}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]},"statics":{"ɵprov":{}}},"LeftbarComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":51,"character":1},"arguments":[{"selector":"logo-leftbar","template":"<!--\n/**\n * @license\n * Copyright LOGO YAZILIM SANAYİ VE TİCARET A.Ş. All Rights Reserved.\n *\n * Save to the extent permitted by law, you may not use, copy, modify,\n * distribute or create derivative works of this material or any part\n * of it without the prior written consent of LOGO YAZILIM SANAYİ VE TİCARET A.Ş. Limited.\n * Any reproduction of this material must contain this notice.\n */\n-->\n<div *ngIf=\"!!user\" [ngClass]=\"leftbarService.isSlim ? 'slim': ''\" class=\"le-leftbar\">\n  <div class=\"info-card\">\n    <div [ngClass]=\"leftbarService.showUserDetails ? 'extended' : ''\" class=\"user-base\">\n      <div class=\"item user-summary-card\">\n        <button (click)=\"toggleUserDetails();\" class=\"ghost\" [ngClass]=\"{'logo-tooltip': hasOverflow(userContent)}\">\n          <span *ngIf=\"hasOverflow(userContent)\" class=\"tip on-right\">{{user.name}}</span>\n        </button>\n        <span\n          class=\"avatar-background\"\n          [ngStyle]=\"{'background-image': 'url(data:image/jpg;base64,' + user.userImage + ')'}\"\n        >\n        </span>\n        <span *ngIf=\"user.avatar\" class=\"avatar\">\n          <img [attr.src]=\"user?.avatar.changingThisBreaksApplicationSecurity\">\n        </span>\n        <span *ngIf=\"user.notifications\" class=\"badge danger top left\">\n          {{user!.notifications}}\n        </span>\n        <div class=\"details\">\n          <h6 #userContent>{{user.name}}</h6>\n          <p class=\"small\">{{user.title}}</p>\n        </div>\n      </div>\n      <div class=\"expandable-content\">\n        <button (click)=\"toggleUserDetails()\" class=\"le-cross ghost large close-user-btn\"></button>\n        <div class=\"row infos\">\n          <div *ngIf=\"languageSettings.support\" class=\"col-md-12\">\n            <div class=\"item\">\n              <span class=\"title\">{{languageSettings.title}}</span>\n              <logo-combobox\n                (select)=\"onLanguageSelect($event)\"\n                [(ngModel)]=\"selectedLanguage\"\n                [items]=\"languageSettings.model\"\n                [multiple]=\"false\"\n                [path]=\"'name'\"\n              >\n                <ng-template\n                  let-index=\"index\"\n                  let-isFirst=\"isFirst\"\n                  let-isLast=\"isLast\"\n                  let-isOdd=\"isOdd\"\n                  let-item=\"item\"\n                >\n                  <span>{{item.name}}</span>\n                </ng-template>\n              </logo-combobox>\n            </div>\n          </div>\n          <div\n            *ngFor=\"let item of profileSettings\"\n            class=\"col-md-{{item.col}} {{item.reference}}\"\n          >\n            <div *ngIf=\"!item.popover\" class=\"item\">\n              <button\n                *ngIf=\"item.actionParam\"\n                (click)=\"infoReqEmitter(item, null)\"\n                class=\"ghost sum-button\">\n              </button>\n              <span *ngIf=\"item.title\" [ngClass]=\"item.cssClass ? item.cssClass + ' title' : 'title'\">\n                {{item.title}}\n                <span *ngIf=\"item.badge\" class=\"badge danger\">{{item.count}}</span>\n              </span>\n              <span *ngIf=\"item.icon\" class=\"title icon {{item.icon}}\"></span>\n              <button\n                *ngIf=\"!item.title && !item.icon && item.desc\"\n                [ngClass]=\"item.cssClass ? item.cssClass : ''\"\n                class=\"ghost large\"\n              >\n                {{item.desc}}\n              </button>\n              <p *ngIf=\"item.icon || item.title && item.desc; else countTemp\" class=\"small\">{{item.desc}}</p>\n              <ng-template #countTemp>{{item.count}}</ng-template>\n            </div>\n            <div *ngIf=\"!!item.popover\" class=\"item\">\n              <button (click)=\"togglePopover('popover_'+item.actionParam)\" class=\"ghost sum-button\"></button>\n              <div\n                [attr.id]=\"'popover_'+item.actionParam\"\n                [ngClass]=\"activePopover === 'popover_'+item.actionParam && popoverStatus ? 'opened':''\"\n                class=\"popover\"\n              >\n                <div class=\"result-base\">\n                  <button\n                    (click)=\"infoReqEmitter(item, popoverItem)\"\n                    *ngFor=\"let popoverItem of item.popoverItems\"\n                    class=\"ghost\" style=\"width: 100%;\"\n                  >\n                    {{popoverItem.Name}}\n                  </button>\n                </div>\n              </div>\n              <span *ngIf=\"item.title\" [ngClass]=\"item.cssClass ? item.cssClass + ' title' : 'title'\">\n                {{item.title}}\n                <span *ngIf=\"item.badge\" class=\"badge danger\">{{item.count}}</span>\n              </span>\n              <span *ngIf=\"item.icon\" class=\"title icon {{item.icon}}\"></span>\n              <p\n                *ngIf=\"item.desc; else countTemp\"\n                [ngClass]=\"item.cssClass ? item.cssClass + ' small' : 'small'\"\n              >\n                {{item.desc}}\n              </p>\n              <ng-template #countTemp>{{item.count}}</ng-template>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n    <div [ngClass]=\"{ 'mobile-fix' : false}\" class=\"tenant-base\">\n      <div class=\"item\">\n        <div class=\"tenant-options-base\">\n          <button\n            [disabled]=\"tenants.length < 2\"\n            (click)=\"togglePopover('tenantOptions')\"\n            class=\"ghost small icon-right le-arrow_down\"\n            [ngClass]=\"{'logo-tooltip': hasOverflow(defaultContent)}\"\n          >\n          <span class=\"le-saving_bank_1\"></span>\n          <span #defaultContent class=\"tenant-name\">\n            {{defaultTenant.name}}\n          </span>\n          <span *ngIf=\"hasOverflow(defaultContent)\" class=\"tip on-right\">{{defaultTenant.name}}</span>\n        </button>\n          <div\n            [ngClass]=\"activePopover === 'tenantOptions' && popoverStatus ? 'opened':''\"\n            class=\"popover\"\n            id=\"tenantOptions\"\n          >\n            <div class=\"popover-search-base\">\n              <span class=\"input-w-icon\">\n                <span class=\"le-search input-icon\"></span>\n                <input\n                  #leftbarTenantSearch\n                  (keyup)=\"doTenantSearchEmitter(leftbarTenantSearch.value)\"\n                  class=\"icon-left\"\n                  id=\"searchTenant\"\n                >\n              </span>\n            </div>\n            <div class=\"result-base\" id=\"tenantResults\">\n              <div *ngFor=\"let tenant of tenants\" class=\"tenant-item\">\n                <button [ngClass]=\"{'logo-tooltip': hasOverflow(tenantContent)}\" (click)=\"selectTenantEmitter(tenant.id)\" class=\"ghost tenant-button\">\n                  <span #tenantContent class=\"tenant-btn-name\">{{tenant.name}}</span>\n                  <p *ngIf=\"onPrem\" class=\"tenant-id small\">{{tenant.id}}</p>\n                  <span *ngIf=\"tenant.IsDefault\" class=\"le-pin_1\"></span>\n                  <span *ngIf=\"hasOverflow(tenantContent)\" class=\"tip on-right\">{{tenant.name}}</span>\n                </button>\n                <button\n                  (click)=\"setAsDefaultTenantEmitter(tenant.id)\"\n                  *ngIf=\"!tenant.IsDefault\"\n                  class=\"ghost secondary set-button le-pin_1\"\n                >\n                </button>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n    <div *ngIf=\"!isMainPage\" class=\"search-base\">\n      <button (click)=\"toggleMenu()\" class=\"search-btn ghost le-search\"></button>\n      <span class=\"input-w-icon\">\n        <span class=\"le-search input-icon\"></span>\n        <input\n          #leftbarSearch\n          (keyup)=\"doSearchEmitter(leftbarSearch.value)\"\n          (keyup.backspace)=\"doSearchEmitter(leftbarSearch.value)\"\n          (focus)='doFocusSearchEmitter(leftbarSearch.value)'\n          class=\"icon-left\"\n          [placeholder]=\"searchPlaceholder\"\n        >\n      </span>\n    </div>\n    <div\n      [ngClass]=\"{'hidden-mobile': applications && applications.length < 2}\"\n      class=\"shortcuts-base\"\n    >\n      <div *ngIf=\"!isMainPage\" class=\"standarts\">\n        <div class=\"home item\">\n          <button (click)=\"homeEmitter()\" class=\"ghost le-home\"></button>\n        </div>\n        <div class=\"apps item\">\n          <div *ngIf=\"applications && applications.length > 1\">\n            <button\n              (click)=\"!leftbarService.disableAppSelection ? togglePopover('appOptions') : ''\"\n              [ngClass]=\"{'icon-right le-arrow_down':!leftbarService.disableAppSelection && !leftbarService.isSlim}\"\n              [disabled]=\"leftbarService.disableAppSelection\"\n              class=\"ghost\"\n              data-name=\"{{defaultApp.Name}}\"\n            >\n              <img *ngIf=\"defaultApp\" [attr.src]=\"defaultApp.SafeIconAdress\" class=\"app-logo\"/>\n            </button>\n            <div\n              [ngClass]=\"activePopover === 'appOptions' && popoverStatus ? 'opened':''\"\n              class=\"popover app-options\"\n              id=\"appOptions\"\n            >\n              <button\n                (click)=\"selectAppEmitter(app)\"\n                *ngFor=\"let app of applications\"\n                class=\"ghost app-item\"\n                data-name=\"{{app.Name}}\"\n              >\n                <img [attr.src]=\"app.SafeIconAdress\"/>\n              </button>\n            </div>\n          </div>\n          <div\n            *ngIf=\"applications && applications.length == 1\"\n            attr.data-name=\"{{applications[0].Name}}\"\n            class=\"single-app\"\n          >\n            <span class=\"aligner\"></span>\n            <img [attr.src]=\"applications[0].SafeIconAdress\" class=\"app-logo\"/>\n          </div>\n        </div>\n      </div>\n      <div *ngIf=\"isMainPage && showBackBtn\" class=\"standarts\">\n        <div class=\"home item\">\n          <button (click)=\"backEmitter()\" class=\"ghost le-chevron_left\"></button>\n        </div>\n      </div>\n      <div *ngIf=\"enableShortCuts\" class=\"custom-shortcuts\">\n        <ng-container *ngIf=\"favorites.length > 0\">\n          <div *ngFor=\"let shortcut of favorites; let i= index;\" class=\"logo-tooltip\">\n            <button\n              (click)=\"clickShortcutEmitter(shortcut)\"\n              *ngIf=\"shortcut.Url\"\n              class=\"primary ghost add-button\"\n            >\n              <img [attr.src]=\"shortcut.SafeIconAdress\"/>\n            </button>\n            <span *ngIf=\"shortcut.Url\" class=\"tip on-bottom\">{{shortcut.Name}}</span>\n            <button\n              (click)=\"addShortcutEmitter(i)\"\n              *ngIf=\"!shortcut.Url\"\n              class=\"primary ghost add-button le-add\"\n            >\n            </button>\n          </div>\n        </ng-container>\n        <button (click)=\"addShortcutEmitter(0)\" *ngIf=\"!onPrem\" class=\"ghost le-settings\"></button>\n      </div>\n    </div>\n    <button\n      (click)=\"toggleMobileMenu()\"\n      [ngClass]=\"mobileMenu ? 'le-cross' : 'le-hamburger'\"\n      class=\"mobile-menu-btn large ghost\"\n    >\n    </button>\n  </div>\n  <div [ngClass]=\"{'opened' : mobileMenu}\" class=\"menu-base\">\n    <ng-content></ng-content>\n    <span class=\"menu-toggle-base\">\n      <button\n        (click)=\"toggleMenu()\"\n        [ngClass]=\"leftbarService.isSlim ? 'le-double_chevron_right' : 'le-double_chevron_left'\"\n        class=\"toggle-button\"\n      >\n      </button>\n    </span>\n  </div>\n</div>\n","styles":["@font-face{font-family:Inter;font-style:normal;font-weight:400;src:local(\"Inter Regular\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3EuxGAIBQEwIoOf6BSgqkdPOXQgAEHdWjfwDFzg63rF376VJSeg9gOrm0IzdVjacViHHWnHY22RqqQtoQz+atIJuQ4EOSO686spngxY+Z2B8mqJO8fiS4ae3cAAAA=.woff) format(\"woff\")}@font-face{font-family:Inter;font-style:italic;font-weight:400;src:local(\"Inter Italic\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3JQQqAIBBA0RONDalpR/AYk40ViIoZXr8g2vUWf/MRX/CTzzCTQslWAy/egFonBtKkQbLhYEdl2OMQ85bhzKF1qs8vBSJdye9chUuNK7hG8fCi5xBuQBazi3YAAAA=.woff) format(\"woff\")}@font-face{font-family:Inter;font-style:normal;font-weight:100;src:local(\"Inter Thin BETA\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3EOwqAMBAFwBM93cVP0ipY2OcCS9ioEBKJite3EDunGKIXfvrU5BurrXqwYUFrLENYGmjXSzA9WSapY14yjhzOW4pC9h1RruRXLdWcTi1w65YwTm6o7hzCA2GJM5l5AAAA.woff) format(\"woff\")}@font-face{font-family:Inter;font-style:italic;font-weight:100;src:local(\"Inter Thin Italic BETA\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3EvQ5AMBQG0Cf66I8UI4nB7gVu2l4kTStV8foGsTnDEeKFnz61043q2Bo4LTUayQa9VQzRdqSMU612sg5pTTgTl5uyBx0HAl3Rbj5Xcyw+Y9n2OBcKu8U4LUN1J+YHERtgYH8AAAA=.woff) format(\"woff\")}@font-face{font-family:Inter;font-style:normal;font-weight:200;src:local(\"Inter Extra Light BETA\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3EsQ5AMBQF0C+6FFWMJAaJ0Q881YdEtKkKn28QmzMcIV746RMnlHBWyRIsUoaUhQbRqFCpadJqzA1nHG92tjgsh4u8ATmHjc5dL8ZH3R6MR3sHT/06LwFNO9TRZZkffPheEH8AAAA=.woff) format(\"woff\")}@font-face{font-family:Inter;font-style:italic;font-weight:200;src:local(\"Inter Extra Light Italic BETA\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3EMQqEMBAF0BN9TUSiKVewECy9wCSZUUGMxIh7/C3Ebl/xlHrgT6+yrbSTxnloFoNaK4arW4tgAtngrG90KLc4R5xR8k2JQceBja7dL5yKYc+c0H9zonGdl4yunz7FHUV+8QCK/n8AAAA=.woff) format(\"woff\")}@font-face{font-family:Inter;font-style:normal;font-weight:300;src:local(\"Inter Light BETA\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3EQQ5AMBAF0BN9Gi1qSWIhsXSBITNIRKUqvT6J2HmLp9QLP31SLaUuDU0whVFPVIDyMQNbLZXVZC1n6eZmh9NJiOQZdBzY6NqnhX3S7YE9+nVeApp2qJPoRG5faS4VegAAAA==.woff) format(\"woff\")}@font-face{font-family:Inter;font-style:italic;font-weight:300;src:local(\"Inter Light Italic BETA\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG2KQQ5AMBQFT/SQ5pdaklhILF2g5RdJo1KVXp9E7MxiNjNF8YIffeSinhUpFqiIJIgrhpZGgWsqzWyeRYrc+cXj9DYmHZ5+HHD62qeVQ9bvkQOGbVljH7XbJrTd2GTJW3sDKg1UJYAAAAA=.woff) format(\"woff\")}@font-face{font-family:Inter;font-style:normal;font-weight:500;src:local(\"Inter Medium\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3EsQ2AIBAF0Im+IGJwBQuHOLhDTVQMQlzfwtj5iqf1Cz99lHfsArOGEHvYODiQ7T2YWhO8GcR1Vm1pTrhSLDdlAZ0nNqpHWCQ341EkYxJe697cKcYHvz/c0HYAAAA=.woff) format(\"woff\")}@font-face{font-family:Inter;font-style:italic;font-weight:500;src:local(\"Inter Medium Italic\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3ETQ5AMBAG0BN9jKq/I1g4xKgZJKVSFde3EDtv8Yhe+OmTF+IqMtyibKSDLboaTGwxqjFWplpbMrkPc8AZNN0cBXwc8HztbpGY9XuSiEGm9dr6xH512R1UH9SVTJ18AAAA.woff) format(\"woff\")}@font-face{font-family:Inter;font-style:normal;font-weight:600;src:local(\"Inter Semi Bold\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3EMQ6EIBAF0BN9HRSFejtrTzDooCasY1iM17cw2/mKR/TAS391Q7HpnPHoTWhhrWN4cRbB20DMpic2ddJF8dNYLs4CPg4kPvdplVwNe5GMUb7bR9NcXRrjDdxsgiJ4AAAA.woff) format(\"woff\")}@font-face{font-family:Inter;font-style:italic;font-weight:600;src:local(\"Inter Semi Bold Italic\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3EPQ6DMAwG0BN9/BqUrN2YewI3sSlSiqM0iOt3qNh4w+u6P9x0aTU4ZXoRfD/MoFEDHM0ewux7cnGYRm2TrYavaT25CDhnJD728JbSLHuVgqd8toeluFROW2hOU/0BaFkjdH4AAAA=.woff) format(\"woff\")}@font-face{font-family:Inter;font-style:normal;font-weight:700;src:local(\"Inter Bold\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3EOw6AIBAFwBM95eeH1s5jIOxqQViDGq9vYeycYpR64adPGw1z5xSB08hwSY9YBqPRW0vJRu/YL22WVXAIn3eohLDvyOEqcaPazOWkiklyam5hfgDkAXLjdAAAAA==.woff) format(\"woff\")}@font-face{font-family:Inter;font-style:italic;font-weight:700;src:local(\"Inter Bold Italic\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3IMQqAMAxA0ROltkU0rm4eo6aJCqWRWvH6CuLmG/7wrX3BTz5Nj65z5J5LZKHF2AHOXoC59SKIQx99k3RROFTqFQpD2HdI4cy0cjFTrlxg1BSnGtJG5lKRGwVebDd6AAAA.woff) format(\"woff\")}@font-face{font-family:Inter;font-style:normal;font-weight:800;src:local(\"Inter Extra Bold\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3EQQ5AMBAF0BN92hCprcTCMUZnhkVjpCoc30LsvMVz7oWfPnVHrIEaxkxhRhs8oxdHiN6LUx/byFwnWwyHabkoC2jfkejc4iq5mrYiGeNdMg2WuLpM9QHqRsWveQAAAA==.woff) format(\"woff\")}@font-face{font-family:Inter;font-style:italic;font-weight:800;src:local(\"Inter Extra Bold Italic\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3JQQ5AMBBA0RMNjRFlK7FwjNHOIGmMVKWOTyJ23uJvvjEv+Mmn9A2yd9aAoPVQ4/OnrrXAWAtWSF1bTWXQWeFQSZkiA+07BDo3t3Asxi1xhOFKkXoNfkwUVldkFbkB4HHkfn8AAAA=.woff) format(\"woff\")}@font-face{font-family:Inter;font-style:normal;font-weight:900;src:local(\"Inter Black\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3FTQqAIBRG0RV9aaGl02Yt4/lXkKiY0fYLollncC/nL/zkw2RQwlhLGHqjIEhwaCc5zKQ9uVG65yzmNePIoV1UPagURDqT3XztltR8xRzJ7t2VQ7gBxS7UTXUAAAA=.woff) format(\"woff\")}@font-face{font-family:Inter;font-style:italic;font-weight:900;src:local(\"Inter Black Italic\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3ETQ5AMBAG0BN9fmqiurVzjDE6iEalKq5vIXbe4lXVCz99yk5UqbYEodqBnLHgRg3ayZLrRjEiUxniHHFGzTcnDz4OBL52WXwqhj37hD6wbEPmsEpxR9UHFiirPHsAAAA=.woff) format(\"woff\")}@font-face{font-family:Nunito;font-style:normal;font-weight:200;src:local(\"Nunito ExtraLight\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3EQQ5AMBAAwBdtrVLlAW7iC7KtFol0m6rwfAdxM4dBfMFPn0I3VilrJEhsJNRGtWAQS5hd5aU2ZT1TV+y8MBzs80XJAcUIO53Bri6J8Qxb5qm/c6JhW9YsLvb+AREoTsR7AAAA.woff) format(\"woff\")}@font-face{font-family:Nunito;font-style:italic;font-weight:200;src:local(\"Nunito ExtraLight Italic\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3EQQqEMAwAwBdFS61dfYAHQfyCxNhooRipEX2+h2VvO4cx5gv+9FNaOwdXeQ/1wjU4IoZ2JgfWNs582qWh4Mskq8AprDfmAHgckPDaaQu5GK89qkzdoxmHuG7aK6ZIxS3ML8UDwtuBAAAA.woff) format(\"woff\")}@font-face{font-family:Nunito;font-style:normal;font-weight:300;src:local(\"Nunito Light\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3EUQqAIBAA0RNtqZnVHaIrxFZuCuJGKV6/IPrrDYwQL/jZp+5Rys1agg5Jg26wBSRjoFtao6Tahqc68M5wMaWCpwU8DgiY4+rsWU05+sTz6HeXqsJENyeu26Z2AAAA.woff) format(\"woff\")}@font-face{font-family:Nunito;font-style:italic;font-weight:300;src:local(\"Nunito Light Italic\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3ESw5AMBAA0BNNTZXQI0jEFWRMP5o0Rqi4voXYeYuH+IKfPhWybQxpBNs6hqYzDNZ3GlztPJleY1iWKksUOCWUmw4PtO+Q6dp49Yeari0VmccU1zIUyonVLSE8CHveRnwAAAA=.woff) format(\"woff\")}@font-face{font-family:Nunito;font-style:normal;font-weight:400;src:local(\"Nunito Regular\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3EQQ5AMBAF0BMNSls9hYULyJA/SBojpen1LcTOW7ymedFPn1qM7SCzEKwDWT93FHqA0IYAx73x7Oqoq9KlchdOID5PipyPZUOqhnzst04j1hw5VUVFHmsLrn54AAAA.woff) format(\"woff\")}@font-face{font-family:Nunito;font-style:italic;font-weight:400;src:local(\"Nunito Italic\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3ESwqAIBAA0BNNaknhEdp0hfAzU4I4UorXbxHteosn5Qt++ggjF2WcQ1ABPWgvHZgxKJjDPFEgVNqMIvHBcDPVbi8EWwok27I/8Rq2lmPlfa02RT90JnoAvm1tkHcAAAA=.woff) format(\"woff\")}@font-face{font-family:Nunito;font-style:normal;font-weight:600;src:local(\"Nunito SemiBold\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3EOw6AIAwA0BMViRSQ1QO4eABDoFUTtMZPvL6DcfMNT+sX/PSpMLAlnw0YtgjobIDGB4LE2ZmUI9oaqyKjwCF83nEniNsGJV5rmmhX3bXOpww9LXMrJatbmB/+cXW7eQAAAA==.woff) format(\"woff\")}@font-face{font-family:Nunito;font-style:italic;font-weight:600;src:local(\"Nunito SemiBold Italic\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3EQQ5AMBAAwBctK22Vqwe4eICstkuTskLF9x3EzRwG8QU/fUqFpKwxDlzbatDIGpqKJkDv0fDUWFu7MskscArnm44AtO+Q6NrcEo6iv7aYZRzCGjtJvriF+QFM7ckieQAAAA==.woff) format(\"woff\")}@font-face{font-family:Nunito;font-style:normal;font-weight:700;src:local(\"Nunito Bold\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3Eyw2AIAwA0IkqRcDP1QFcwTSWqgmxBjGu78F48x0e4gt++hjBgMQugEfP4OvI0CN30DiKzjrb2lpM0kXhVCk35Qh0HJDo2uc15mq89q3oNGji6laRB0uDW/x1AAAA.woff) format(\"woff\")}@font-face{font-family:Nunito;font-style:italic;font-weight:700;src:local(\"Nunito Bold Italic\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3EOwqAMAwA0BPFfigpXd1cvIIkmqpQjGjF6zuIm2941r7gp4+hSIjsM0hEhBA5QXIBgZM458Vbh2yKzgqn5nrTIUD7DoWubVzkaPprW6sOrZapq1TWsbk15wdm7dQ/ewAAAA==.woff) format(\"woff\")}@font-face{font-family:Nunito;font-style:normal;font-weight:800;src:local(\"Nunito ExtraBold\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3ESw5AMBAA0BMNg/p0K7F1BRk1g6QxUhWObyF23uIhvuCnT+qwRlM2OZiptGBGsTBaMZBljHVVOLLMqddZ4VCJFwUG2nfwdG5u4ZD057ZGHbo7BmrVT8mlIg+lwiZUegAAAA==.woff) format(\"woff\")}@font-face{font-family:Nunito;font-style:italic;font-weight:800;src:local(\"Nunito ExtraBold Italic\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3EOwqAMAwA0BOlVizGWXBw8QqSfqJCMVJb9PgO4uYbntYv+OlTWa8R2SK4Lmgw7AgsNw0Q1ohoWoPcVlEWgVM4X5QC0HFApLK7NSQ1lX3LMg93TtRL9GOmuDl1CfMDQmczC4AAAAA=.woff) format(\"woff\")}@font-face{font-family:Nunito;font-style:normal;font-weight:900;src:local(\"Nunito Black\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3FTQqAIBBA4RONaT9C2w7QFWLSmYrEkUq8fkG061u8p/ULfvKpyLHX6Bhq2xO0XaNh9ohgvXlOSNZwFWQROIWvggcBpgQBc3QrHWrMcbtkGgK6XRVhvgHvwh56dgAAAA==.woff) format(\"woff\")}@font-face{font-family:Nunito;font-style:italic;font-weight:900;src:local(\"Nunito Black Italic\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3EMQ6DMAwF0BM5WAGCs3brwhXQV4Jb1AgjGsT1GapuvOEx/9BNf42X7DlAqc8AdRoiSRuZBG0csrCkPjTFXkZf03pinwnbRgXHmt7z7sZjXapNj4L0eVaUJbnTVC+tqSTHfAAAAA==.woff) format(\"woff\")}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:200;src:local(\"Nunito Sans ExtraLight\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3EQQ5EQBAF0BN9OlSmywHsxMYJappCIl3SWji+xWR23uI594OX/soQqP64keC5ElDQEdx4gvKXvOOKVZpys9lwmOZL0gTZd2xyxrBMqejPuGYbJB5o75ykW+clF5epPgGj7GZ/AAAA.woff) format(\"woff\")}@font-face{font-family:Nunito Sans;font-style:italic;font-weight:200;src:local(\"Nunito Sans ExtraLight Italic\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3EMQ6DMAwAwBcZHBra5AEMlVAXXmCiGCJFMQpG9PkdEFtvOMQL/OnWetOzebwsPDEYsA4teOcCoCcycabI3dxmWQR2YT2pRqBtg0xHCWuszecoSWWissPw1UpjWlZ9K+UUmlOYfyJtwCaFAAAA.woff) format(\"woff\")}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:300;src:local(\"Nunito Sans Light\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3EQQ5AMBAF0BN9pjQ4hNg4wZQZlUhHqLi+hdh5i0f0wk+fUqliJZngdWZ4CjUCsaCp2s5RJ85zKDdbDKdpvvkQ8L5j4ytNUY5iuNKabeR0ol+XmIvbVB9lPv2yegAAAA==.woff) format(\"woff\")}@font-face{font-family:Nunito Sans;font-style:italic;font-weight:300;src:local(\"Nunito Sans Light Italic\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG2JQQqAIBAAX7S1oqFfCKJLL1hNUxA3yvD7BdGtOQwMg/gCP/rog7WIUkowqxCgtPFA2j2JbrBGae2t6jNvDCeH2uh4/r5Dpqu46I9uvkqqvFA5YUpbrGOlnFzXOIQbYSoqUYAAAAA=.woff) format(\"woff\")}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:400;src:local(\"Nunito Sans Regular\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3EMQ6DMAwF0BN9sFwqOEWH9gROagNSFKOQKNdnQN36hkd0w59+xodyZDVGkLhg4kURniz4TpEDzUYUZEy+Ok632qUo5DiQpOW4aRleLe/VP5JPvHVtScrQ3ewC7nzBMHwAAAA=.woff) format(\"woff\")}@font-face{font-family:Nunito Sans;font-style:italic;font-weight:400;src:local(\"Nunito Sans Italic\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3EQQ5AMBAF0BN9WkrGEWxsnGDKFEnTESqubyF23uIZ88JPn9K6ZjaWKrTUEVzdCLxjC3I1exKZfZAy6qI4NeSbDwHvOyJfaVrlKIYrbVlHTif6zHGbiltDeADcSvhKewAAAA==.woff) format(\"woff\")}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:600;src:local(\"Nunito Sans SemiBold\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3EOw6AIBAFwBM93AIJtB7AxhMsuKgJssZPvL6FsXOKIXrhp08jTsg6G+D8SLCh9YiJIgIHmyhFEpam6KQ4NJ837wLeNhS+applN/1Vl1MHrgcGWZdOy2huzfkB1OMfMn0AAAA=.woff) format(\"woff\")}@font-face{font-family:Nunito Sans;font-style:italic;font-weight:600;src:local(\"Nunito Sans SemiBold Italic\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3EPRKCMBAG0BN9sOYHqe1sbDjBEnc1MzHLQBiub8HY+YpHdMKffvp4dcnPynBuiAjjZcDMShDxMZAPUUfqi70Mm2k7eBXwsqDwXtNb1u6x19xs4rphkk++WXneG5ecusNUv4KdPq+DAAAA.woff) format(\"woff\")}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:700;src:local(\"Nunito Sans Bold\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3EQQ5AMBAF0BN9baRN2TqAjRPUmEHSdJoirm8hdt7iWfvCTx/jiSR4J2AbBC50AT2Th7Q0d70sMxObpKviUDnvWBmxFKR4Zdq4NuOV91OnmA8MmpbmVpEHrXgfsXkAAAA=.woff) format(\"woff\")}@font-face{font-family:Nunito Sans;font-style:italic;font-weight:700;src:local(\"Nunito Sans Bold Italic\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3EMQ6EIBAF0BN9hA0YaO222WZPMAywmhDGKMbrWxi7fcXT+oY/PYbiA4eRR6RkX7A6E6L2BtFEy9G54LIfqvwEu5R+0pZB64pKR+M5b+pztKXLl9qOSWp6d6oLq1NKuQA41VY1fwAAAA==.woff) format(\"woff\")}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:800;src:local(\"Nunito Sans ExtraBold\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3EPQqDQBAG0BN9OoKDk1awTZMTzP4ZYdmRdcUcP0VI5yse0Q9u+uun4KIfSRCIJoyeHVRYwDwEJ/xQ76TPthoOS+3SGqH7jqxn8e9Yu+dZtmYvLQeWT6s6Ww7dZSl9AZD1kup+AAAA.woff) format(\"woff\")}@font-face{font-family:Nunito Sans;font-style:italic;font-weight:800;src:local(\"Nunito Sans ExtraBold Italic\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3EMQ7CMAwF0BP91iFBuCsSAwsLJzBpDJWiuEpTleN3QN14wyP6wZ8OPYl3YRgZF06EMEQH5peCvTsp+xApnPtsb8Ni2japCTLPyLKW+Em1e6xlavaUsuD2bVWulsd7kzzFbjPVHRCKHYeEAAAA.woff) format(\"woff\")}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:900;src:local(\"Nunito Sans Black\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3ETRJEMBAG0BN9RCTEdg4wGydo0Y2SSis/5foWU7PzFs+YH7z0V5Id2FvjwdG3cOICgnCNOorthrGtfGjKpJPiUDlv2hm0bUh05TjzXnyvvJzaUz7wSRTX4laRB7zo79p6AAAA.woff) format(\"woff\")}@font-face{font-family:Nunito Sans;font-style:italic;font-weight:900;src:local(\"Nunito Sans Black Italic\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3EMQ6DMAwF0BN9CAZSsXbr0oUTGCduUaMYQRDXZ6jYeMNz7g83XWplenAIHk58i66LHhOFHoNQI0MrRE7rZB/DZloOXiN4WZB4z/KNa/Xe81xs5LzhmVh+r8Jpluow1ROEjAj4gAAAAA==.woff) format(\"woff\")}@font-face{font-family:GTWalsheimProBold-Oblique;src:url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProBold-Oblique.eot);src:url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProBold-Oblique.eot?#iefix) format(\"embedded-opentype\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProBold-Oblique.woff2) format(\"woff2\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProBold-Oblique.woff) format(\"woff\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProBold-Oblique.ttf) format(\"truetype\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProBold-Oblique.svg#GTWalsheimProBold-Oblique) format(\"svg\");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:GTWalsheimProBlack-Oblique;src:url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProBlack-Oblique.eot);src:url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProBlack-Oblique.eot?#iefix) format(\"embedded-opentype\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProBlack-Oblique.woff2) format(\"woff2\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProBlack-Oblique.woff) format(\"woff\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProBlack-Oblique.ttf) format(\"truetype\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProBlack-Oblique.svg#GTWalsheimProBlack-Oblique) format(\"svg\");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:GTWalsheimProBlack;src:url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProBlack.eot);src:url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProBlack.eot?#iefix) format(\"embedded-opentype\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProBlack.woff2) format(\"woff2\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProBlack.woff) format(\"woff\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProBlack.ttf) format(\"truetype\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProBlack.svg#GTWalsheimProBlack) format(\"svg\");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:GTWalsheimProBold;src:url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProBold.eot);src:url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProBold.eot?#iefix) format(\"embedded-opentype\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProBold.woff2) format(\"woff2\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProBold.woff) format(\"woff\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProBold.ttf) format(\"truetype\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProBold.svg#GTWalsheimProBold) format(\"svg\");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:GTWalsheimProLight;src:url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProLight.eot);src:url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProLight.eot?#iefix) format(\"embedded-opentype\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProLight.woff2) format(\"woff2\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProLight.woff) format(\"woff\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProLight.ttf) format(\"truetype\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProLight.svg#GTWalsheimProLight) format(\"svg\");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:GTWalsheimProLight-Oblique;src:url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProLight-Oblique.eot);src:url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProLight-Oblique.eot?#iefix) format(\"embedded-opentype\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProLight-Oblique.woff2) format(\"woff2\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProLight-Oblique.woff) format(\"woff\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProLight-Oblique.ttf) format(\"truetype\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProLight-Oblique.svg#GTWalsheimProLight-Oblique) format(\"svg\");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:GTWalsheimProMedium;src:url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProMedium.eot);src:url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProMedium.eot?#iefix) format(\"embedded-opentype\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProMedium.woff2) format(\"woff2\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProMedium.woff) format(\"woff\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProMedium.ttf) format(\"truetype\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProMedium.svg#GTWalsheimProMedium) format(\"svg\");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:GTWalsheimProRegular;src:url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProRegular.eot);src:url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProRegular.eot?#iefix) format(\"embedded-opentype\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProRegular.woff2) format(\"woff2\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProRegular.woff) format(\"woff\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProRegular.ttf) format(\"truetype\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProRegular.svg#GTWalsheimProRegular) format(\"svg\");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:GTWalsheimProThin-Oblique;src:url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProThin-Oblique.eot);src:url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProThin-Oblique.eot?#iefix) format(\"embedded-opentype\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProThin-Oblique.woff2) format(\"woff2\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProThin-Oblique.woff) format(\"woff\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProThin-Oblique.ttf) format(\"truetype\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProThin-Oblique.svg#GTWalsheimProThin-Oblique) format(\"svg\");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:GTWalsheimProRegular-Oblique;src:url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProRegular-Oblique.eot);src:url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProRegular-Oblique.eot?#iefix) format(\"embedded-opentype\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProRegular-Oblique.woff2) format(\"woff2\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProRegular-Oblique.woff) format(\"woff\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProRegular-Oblique.ttf) format(\"truetype\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProRegular-Oblique.svg#GTWalsheimProRegular-Oblique) format(\"svg\");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:GTWalsheimProThin;src:url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProThin.eot);src:url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProThin.eot?#iefix) format(\"embedded-opentype\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProThin.woff2) format(\"woff2\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProThin.woff) format(\"woff\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProThin.ttf) format(\"truetype\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProThin.svg#GTWalsheimProThin) format(\"svg\");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:GTWalsheimProUltraBold-Oblique;src:url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProUltraBold-Oblique.eot);src:url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProUltraBold-Oblique.eot?#iefix) format(\"embedded-opentype\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProUltraBold-Oblique.woff2) format(\"woff2\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProUltraBold-Oblique.woff) format(\"woff\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProUltraBold-Oblique.ttf) format(\"truetype\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProUltraBold-Oblique.svg#GTWalsheimProUltraBold-Oblique) format(\"svg\");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:GTWalsheimProUltraLight-Oblique;src:url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProUltraLight-Oblique.eot);src:url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProUltraLight-Oblique.eot?#iefix) format(\"embedded-opentype\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProUltraLight-Oblique.woff2) format(\"woff2\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProUltraLight-Oblique.woff) format(\"woff\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProUltraLight-Oblique.ttf) format(\"truetype\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProUltraLight-Oblique.svg#GTWalsheimProUltraLight-Oblique) format(\"svg\");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:GTWalsheimProUltraBold;src:url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProUltraBold.eot);src:url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProUltraBold.eot?#iefix) format(\"embedded-opentype\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProUltraBold.woff2) format(\"woff2\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProUltraBold.woff) format(\"woff\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProUltraBold.ttf) format(\"truetype\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProUltraBold.svg#GTWalsheimProUltraBold) format(\"svg\");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:GTWalsheimProUltraLight;src:url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProUltraLight.eot);src:url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProUltraLight.eot?#iefix) format(\"embedded-opentype\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProUltraLight.woff2) format(\"woff2\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProUltraLight.woff) format(\"woff\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProUltraLight.ttf) format(\"truetype\"),url(~@logo-software/theme/assets/fonts/gt_walsheim_pro/GTWalsheimProUltraLight.svg#GTWalsheimProUltraLight) format(\"svg\");font-weight:200;font-style:normal;font-display:swap}.dotted{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logo-tooltip .tip.on-bottom:after,.logo-tooltip .tip.on-top:after{border-left:7px solid transparent;border-right:7px solid transparent}.logo-tooltip .tip.on-left:after,.logo-tooltip .tip.on-right:after{border-top:7px solid transparent;border-bottom:7px solid transparent}.logo-tooltip{position:relative;color:#e94a34;cursor:pointer}.logo-tooltip .tip{position:absolute;width:180px;color:#fff;font-size:14px;font-style:normal;line-height:1.4;text-align:center;border-radius:3px;background:#333;padding:8px 12px;box-sizing:border-box;cursor:auto;z-index:10;opacity:0;visibility:hidden;transition:all .25s ease-in}.logo-tooltip .tip:after{position:absolute;width:0;height:0;content:\"\"}.logo-tooltip .tip.on-top{bottom:25px;left:0}.logo-tooltip .tip.on-top:after{bottom:-7px;left:10px;border-top:7px solid #333}.logo-tooltip .tip.on-right{top:-5px;left:103%}.logo-tooltip .tip.on-right:after{top:37%;left:-7px;border-right:7px solid #333}.logo-tooltip .tip.on-bottom{top:25px;left:0}.logo-tooltip .tip.on-bottom:after{top:-7px;left:10px;border-bottom:7px solid #333}.logo-tooltip .tip.on-left{top:-5px;right:103%}.logo-tooltip .tip.on-left:after{top:37%;right:-7px;border-left:7px solid #333}.logo-tooltip:hover .tip{opacity:1;visibility:visible}.logo-tooltip:hover .tip.on-top{transform:translateY(-15px)}.logo-tooltip:hover .tip.on-right{transform:translateX(15px)}.logo-tooltip:hover .tip.on-bottom{transform:translateY(15px)}.logo-tooltip:hover .tip.on-left{transform:translateX(-15px)}.test{content:\"a\";content:\"ba\";content:\"aa\";content:\"aade\";content:\"abde\"}:root .basic,:root .gray,:root .secondary{color:var(--leds-body-text-color)}:root .danger,:root .info,:root .success,:root .warning{color:var(--white)}:root .outline.primary,:root .outline.primary:active,:root .outline.primary:focus,:root .outline.primary:hover{border-color:var(--light-600)}:root .outline.primary:active,:root .outline.primary:focus,:root .outline.primary:hover{background-color:var(--leds-contrast-10pct);color:var(--primary)}:root .outline.secondary{color:var(--leds-body-text-color)}:root .outline.secondary,:root .outline.secondary:active,:root .outline.secondary:focus,:root .outline.secondary:hover{border-color:var(--light-600)}:root .outline.secondary:active,:root .outline.secondary:focus,:root .outline.secondary:hover{background-color:var(--leds-contrast-10pct);color:var(--leds-body-text-color)}:root .outline.basic{color:var(--leds-body-text-color)}:root .outline.basic,:root .outline.basic:active,:root .outline.basic:focus,:root .outline.basic:hover{border-color:var(--light-600)}:root .outline.basic:active,:root .outline.basic:focus,:root .outline.basic:hover{background-color:var(--leds-contrast-10pct);color:var(--leds-body-text-color)}:root .outline.neutral,:root .outline.neutral:active,:root .outline.neutral:focus,:root .outline.neutral:hover{border-color:var(--light-600)}:root .outline.neutral:active,:root .outline.neutral:focus,:root .outline.neutral:hover{background-color:var(--leds-contrast-10pct);color:var(--neutral)}:root .outline.light{border-color:rgba(var(--light-rgb),.5)}:root .outline.light:active,:root .outline.light:focus,:root .outline.light:hover{border-color:var(--light)}:root .outline.light:active,:root .outline.light:focus,:root .outline.light:hover{background-color:var(--leds-contrast-10pct);color:var(--white)}:root .outline.dark,:root .outline.dark:active,:root .outline.dark:focus,:root .outline.dark:hover{border-color:var(--light-600)}:root .outline.dark:active,:root .outline.dark:focus,:root .outline.dark:hover{background-color:var(--leds-contrast-10pct);color:var(--dark)}:root .outline.gray{color:var(--leds-body-text-color)}:root .outline.gray,:root .outline.gray:active,:root .outline.gray:focus,:root .outline.gray:hover{border-color:var(--light-600)}:root .outline.gray:active,:root .outline.gray:focus,:root .outline.gray:hover{background-color:var(--leds-contrast-10pct);color:var(--leds-body-text-color)}:root .outline.info{color:var(--info)}:root .outline.info,:root .outline.info:active,:root .outline.info:focus,:root .outline.info:hover{border-color:var(--light-600)}:root .outline.info:active,:root .outline.info:focus,:root .outline.info:hover{background-color:var(--leds-contrast-10pct);color:var(--info)}:root .outline.danger{color:var(--danger)}:root .outline.danger,:root .outline.danger:active,:root .outline.danger:focus,:root .outline.danger:hover{border-color:var(--light-600)}:root .outline.danger:active,:root .outline.danger:focus,:root .outline.danger:hover{background-color:var(--leds-contrast-10pct);color:var(--danger)}:root .outline.warning{color:var(--warning)}:root .outline.warning,:root .outline.warning:active,:root .outline.warning:focus,:root .outline.warning:hover{border-color:var(--light-600)}:root .outline.warning:active,:root .outline.warning:focus,:root .outline.warning:hover{background-color:var(--leds-contrast-10pct);color:var(--warning)}:root .outline.success{color:var(--success)}:root .outline.success,:root .outline.success:active,:root .outline.success:focus,:root .outline.success:hover{border-color:var(--light-600)}:root .outline.success:active,:root .outline.success:focus,:root .outline.success:hover{background-color:var(--leds-contrast-10pct);color:var(--success)}:root .ghost.primary:active,:root .ghost.primary:focus,:root .ghost.primary:hover{background-color:var(--leds-contrast-10pct);color:var(--primary)}:root .ghost.secondary{color:var(--leds-body-text-color)}:root .ghost.secondary:active,:root .ghost.secondary:focus,:root .ghost.secondary:hover{background-color:var(--leds-contrast-10pct);color:var(--leds-body-text-color)}:root .ghost.basic{color:var(--leds-body-text-color)}:root .ghost.basic:active,:root .ghost.basic:focus,:root .ghost.basic:hover{background-color:var(--leds-contrast-10pct);color:var(--leds-body-text-color)}:root .ghost.neutral:active,:root .ghost.neutral:focus,:root .ghost.neutral:hover{background-color:var(--leds-contrast-10pct);color:var(--neutral)}:root .ghost.light:active,:root .ghost.light:focus,:root .ghost.light:hover{background-color:var(--leds-contrast-10pct);color:var(--white)}:root .ghost.dark:active,:root .ghost.dark:focus,:root .ghost.dark:hover{background-color:var(--leds-contrast-10pct);color:var(--dark)}:root .ghost.gray{color:var(--leds-body-text-color)}:root .ghost.gray:active,:root .ghost.gray:focus,:root .ghost.gray:hover{background-color:var(--leds-contrast-10pct);color:var(--leds-body-text-color)}:root .ghost.info{color:var(--info)}:root .ghost.info:active,:root .ghost.info:focus,:root .ghost.info:hover{background-color:var(--leds-contrast-10pct);color:var(--info)}:root .ghost.danger{color:var(--danger)}:root .ghost.danger:active,:root .ghost.danger:focus,:root .ghost.danger:hover{background-color:var(--leds-contrast-10pct);color:var(--danger)}:root .ghost.warning{color:var(--warning)}:root .ghost.warning:active,:root .ghost.warning:focus,:root .ghost.warning:hover{background-color:var(--leds-contrast-10pct);color:var(--warning)}:root .ghost.success{color:var(--success)}:root .ghost.success:active,:root .ghost.success:focus,:root .ghost.success:hover{background-color:var(--leds-contrast-10pct);color:var(--success)}@font-face{font-family:LogoElements;src:url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3JuQ2AMAxA0YkMVgiHB6BjiRw2FCFBSRDrg4ToeMVvPuILfvJplVM0ktJAaBE09wST9gTWd52oSQaP0oa0JihJ6mUygzkOCOaMbuPcLM+aA+8ca2k41RsoK62SdQAAAA==.eot?l2tcho=);src:url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3JuQ2AMAxA0YkMVgiHB6BjiRw2FCFBSRDrg4ToeMVvPuILfvJplVM0ktJAaBE09wST9gTWd52oSQaP0oa0JihJ6mUygzkOCOaMbuPcLM+aA+8ca2k41RsoK62SdQAAAA==.eot?l2tcho=#iefix) format(\"embedded-opentype\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3JOw6AIBAA0RMtICF8DmDnJTawaIFAAMP1NTF2vmKaEeIFP/nwqKxdjDNgvJWgfAiAAjUotNoblI6c4qnsBXqJY2IjwFoh4ZX9QY1tz1oTnZRHZ7PEKG/eATbMdwAAAA==.woff2?l2tcho=) format(\"woff2\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3JMQ6AIAxA0RNVEIp6ATcvgaXVAcUAxutrYtx8w1++1i/4yUcZPTtkiyCGEDCQwCDBALY9ud4zuc6qmJYEJUm9fGbwxwHRnzutnJvpWWPkjfdamlrlBpRVi4N1AAAA.ttf?l2tcho=) format(\"truetype\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3JMQ6AIAxA0RMVCSrQA7h5iapUB6QGNFxfE+PmH97ytX6DH76arifqPS6ANBF05BDQ2wftjLEtt2xNE2UVKMJnpRyAjgMiXWneQlbjs4YY9pDOoqow3wLM/gd2AAAA.woff?l2tcho=) format(\"woff\"),url(https://grcassetservice.logo.cloud/asset/H4sIAAAAAAAAAG3JOw6AIBAA0RMtLn88gJ2XQLJigWIA9fqaGDtfMc0gvuAnnw617aU0GrTEAEogh0lyB+SCEMStUUZ0KccMNc/t8oXA7zskf2xhocLGZw2JVtpaZfWMN/xINaR1AAAA.svg?l2tcho=#LogoElements) format(\"svg\");font-weight:400;font-style:normal;font-display:block}[class*=\" le-\"]:before,[class^=le-]:before{font-family:LogoElements!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:inherit;color:inherit}.le-arrow_thick_circle_1:before{content:\"\\e900\"}.le-arrow_thick_circle_2:before{content:\"\\e901\"}.le-amazon_1:before{content:\"\\e902\"}.le-apple:before{content:\"\\e903\"}.le-facebook_1:before{content:\"\\e904\"}.le-facebook:before{content:\"\\e905\"}.le-github_1:before{content:\"\\e906\"}.le-google:before{content:\"\\e907\"}.le-linkedin:before{content:\"\\e908\"}.le-pinterest:before{content:\"\\e909\"}.le-skype:before{content:\"\\e90a\"}.le-twitter:before{content:\"\\e90b\"}.le-whatsapp:before{content:\"\\e90c\"}.le-yahoo:before{content:\"\\e90d\"}.le-youtube_clip:before{content:\"\\e90e\"}.le-add_anchor:before{content:\"\\e90f\"}.le-align_bottom_move:before{content:\"\\e910\"}.le-align_center:before{content:\"\\e911\"}.le-align_left_move:before{content:\"\\e912\"}.le-align_right_move:before{content:\"\\e913\"}.le-anchor_circle:before{content:\"\\e914\"}.le-anchor_triangle:before{content:\"\\e915\"}.le-artboard_circle:before{content:\"\\e916\"}.le-artboard_subtract:before{content:\"\\e917\"}.le-color_brush_1-1:before{content:\"\\e918\"}.le-color_brush_1:before{content:\"\\e919\"}.le-color_bucket_1:before{content:\"\\e91a\"}.le-color_picker_1_alternate:before{content:\"\\e91b\"}.le-color_rolling_brush:before{content:\"\\e91c\"}.le-cube_alternate:before{content:\"\\e91d\"}.le-cylinder_alternate:before{content:\"\\e91e\"}.le-design_file_text:before{content:\"\\e91f\"}.le-design_tool_compass:before{content:\"\\e920\"}.le-drawing_pen:before{content:\"\\e921\"}.le-drop_pick:before{content:\"\\e922\"}.le-grid_ruler_alternate:before{content:\"\\e923\"}.le-intersect_alternate:before{content:\"\\e924\"}.le-layers_1_alternate:before{content:\"\\e925\"}.le-layers_back:before{content:\"\\e926\"}.le-layers_grid_check:before{content:\"\\e927\"}.le-layers_stacked:before{content:\"\\e928\"}.le-magic_wand_1:before{content:\"\\e929\"}.le-magnet:before{content:\"\\e92a\"}.le-painting_palette:before{content:\"\\e92b\"}.le-palette_sample_1:before{content:\"\\e92c\"}.le-path_corner:before{content:\"\\e92d\"}.le-pathfinder_divide:before{content:\"\\e92e\"}.le-pathfinder_outline:before{content:\"\\e92f\"}.le-pen_1:before{content:\"\\e930\"}.le-pen_add_1:before{content:\"\\e931\"}.le-pen_station:before{content:\"\\e932\"}.le-pyramid_alternate:before{content:\"\\e933\"}.le-quill_1:before{content:\"\\e934\"}.le-ruler_triangle:before{content:\"\\e935\"}.le-selection_wand:before{content:\"\\e936\"}.le-shapes:before{content:\"\\e937\"}.le-square_1_alternate:before{content:\"\\e938\"}.le-stamp_1:before{content:\"\\e939\"}.le-drawer_send:before{content:\"\\e93a\"}.le-email_action_add:before{content:\"\\e93b\"}.le-email_action_check:before{content:\"\\e93c\"}.le-email_action_clock:before{content:\"\\e93d\"}.le-email_action_edit:before{content:\"\\e93e\"}.le-email_action_lock:before{content:\"\\e93f\"}.le-email_action_remove:before{content:\"\\e940\"}.le-email_action_reply_1:before{content:\"\\e941\"}.le-email_action_reply_all_1:before{content:\"\\e942\"}.le-email_action_reply_all:before{content:\"\\e943\"}.le-email_action_reply:before{content:\"\\e944\"}.le-email_action_send_2:before{content:\"\\e945\"}.le-email_action_send:before{content:\"\\e946\"}.le-email_action_settings:before{content:\"\\e947\"}.le-email_action_share:before{content:\"\\e948\"}.le-email_action_sync_1:before{content:\"\\e949\"}.le-email_action_warning:before{content:\"\\e94a\"}.le-read_email_at_1:before{content:\"\\e94b\"}.le-read_email_letter:before{content:\"\\e94c\"}.le-send_email_1:before{content:\"\\e94d\"}.le-charger_1:before{content:\"\\e94e\"}.le-desktop_computer_1:before{content:\"\\e94f\"}.le-desktop_monitor_approve:before{content:\"\\e950\"}.le-desktop_monitor_download:before{content:\"\\e951\"}.le-desktop_monitor_remove:before{content:\"\\e952\"}.le-desktop_monitor_settings:before{content:\"\\e953\"}.le-desktop_monitor_warning:before{content:\"\\e954\"}.le-hard_drive:before{content:\"\\e955\"}.le-keyboard_gaming:before{content:\"\\e956\"}.le-laptop:before{content:\"\\e957\"}.le-monitor_alternate:before{content:\"\\e958\"}.le-mouse:before{content:\"\\e959\"}.le-printer:before{content:\"\\e95a\"}.le-smart_watch_circle_alternate:before{content:\"\\e95b\"}.le-tablet:before{content:\"\\e95c\"}.le-touchpad:before{content:\"\\e95d\"}.le-usb_port_1:before{content:\"\\e95e\"}.le-webcam:before{content:\"\\e95f\"}.le-file_bookmark:before{content:\"\\e960\"}.le-file_check:before{content:\"\\e961\"}.le-file_double_1_alternate:before{content:\"\\e962\"}.le-file_double_1:before{content:\"\\e963\"}.le-file_edit:before{content:\"\\e964\"}.le-file_horizontal_image:before{content:\"\\e965\"}.le-file_module:before{content:\"\\e966\"}.le-file_stack:before{content:\"\\e967\"}.le-file_text_cash:before{content:\"\\e968\"}.le-file_text_check:before{content:\"\\e969\"}.le-file_text_shield:before{content:\"\\e96a\"}.le-file_text_warning:before{content:\"\\e96b\"}.le-folder_add:before{content:\"\\e96c\"}.le-folder_code:before{content:\"\\e96d\"}.le-folder_disable:before{content:\"\\e96e\"}.le-folder_download:before{content:\"\\e96f\"}.le-folder_empty:before{content:\"\\e970\"}.le-folder_lock:before{content:\"\\e971\"}.le-folder_search_1:before{content:\"\\e972\"}.le-folder_sync:before{content:\"\\e973\"}.le-folder_upload:before{content:\"\\e974\"}.le-folder_warning:before{content:\"\\e975\"}.le-zip_file_1:before{content:\"\\e976\"}.le-zip_file_add:before{content:\"\\e977\"}.le-zip_file_download:before{content:\"\\e978\"}.le-zip_file_rar:before{content:\"\\e979\"}.le-bluetooth:before{content:\"\\e97a\"}.le-cellular_network_wifi_5g:before{content:\"\\e97b\"}.le-cellular_network_wifi_lte:before{content:\"\\e97c\"}.le-charging_battery_almost_full_1:before{content:\"\\e97d\"}.le-charging_battery_empty:before{content:\"\\e97e\"}.le-charging_cable:before{content:\"\\e97f\"}.le-charging_flash_wave:before{content:\"\\e980\"}.le-finger-tap-1:before{content:\"\\e981\"}.le-mobile_phone_2:before{content:\"\\e982\"}.le-phone_actions_add_2:before{content:\"\\e983\"}.le-phone_actions_voice_mail-1:before{content:\"\\e984\"}.le-phone_actions_voice_mail:before{content:\"\\e985\"}.le-phone_actions_warning_1:before{content:\"\\e986\"}.le-phone_circle:before{content:\"\\e987\"}.le-phone_off:before{content:\"\\e988\"}.le-phone_retro_1:before{content:\"\\e989\"}.le-phone_signal:before{content:\"\\e98a\"}.le-phone_type:before{content:\"\\e98b\"}.le-phone:before{content:\"\\e98c\"}.le-qr_code_scan:before{content:\"\\e98d\"}.le-ringing:before{content:\"\\e98e\"}.le-signal_full:before{content:\"\\e98f\"}.le-sim_card_1:before{content:\"\\e990\"}.le-voice_mail:before{content:\"\\e991\"}.le-browser_idea:before{content:\"\\e992\"}.le-bulb_1:before{content:\"\\e993\"}.le-file_doc_1:before{content:\"\\e994\"}.le-head_idea:before{content:\"\\e995\"}.le-list_edit:before{content:\"\\e996\"}.le-meeting_camera_circle:before{content:\"\\e997\"}.le-meeting_headphones_1:before{content:\"\\e998\"}.le-meeting_team_laptop:before{content:\"\\e999\"}.le-office_desk_1:before{content:\"\\e99a\"}.le-office_employee:before{content:\"\\e99b\"}.le-office_stamp_document:before{content:\"\\e99c\"}.le-task_list_add:before{content:\"\\e99d\"}.le-task_list_pin_1:before{content:\"\\e99e\"}.le-task_list_warning:before{content:\"\\e99f\"}.le-team_meeting_flash:before{content:\"\\e9a0\"}.le-team_meeting_message_question:before{content:\"\\e9a1\"}.le-user_man_stress:before{content:\"\\e9a2\"}.le-ab_testing_award:before{content:\"\\e9a3\"}.le-ab_testing_browsers:before{content:\"\\e9a4\"}.le-ab_testing_smartphones:before{content:\"\\e9a5\"}.le-advertising_megaphone:before{content:\"\\e9a6\"}.le-analytics_bars_3d:before{content:\"\\e9a7\"}.le-analytics_bars_horizontal:before{content:\"\\e9a8\"}.le-analytics_board_bars:before{content:\"\\e9a9\"}.le-analytics_board_graph_line:before{content:\"\\e9aa\"}.le-analytics_pie_1:before{content:\"\\e9ab\"}.le-analytics_pie_2:before{content:\"\\e9ac\"}.le-briefcase:before{content:\"\\e9ad\"}.le-business_climb_top_1:before{content:\"\\e9ae\"}.le-business_crossroad:before{content:\"\\e9af\"}.le-business_deal_handshake_1:before{content:\"\\e9b0\"}.le-business_scale:before{content:\"\\e9b1\"}.le-business_trip_plane:before{content:\"\\e9b2\"}.le-data_file_bars:before{content:\"\\e9b3\"}.le-data_file_graph:before{content:\"\\e9b4\"}.le-invitation:before{content:\"\\e9b5\"}.le-laptop_launch:before{content:\"\\e9b6\"}.le-maze_strategy:before{content:\"\\e9b7\"}.le-optimization_clock:before{content:\"\\e9b8\"}.le-optimization_graph_line:before{content:\"\\e9b9\"}.le-optimization_graph:before{content:\"\\e9ba\"}.le-optimization_plane:before{content:\"\\e9bb\"}.le-optimization_timer_1:before{content:\"\\e9bc\"}.le-optimization_timer_2:before{content:\"\\e9bd\"}.le-performance_decrease_1:before{content:\"\\e9be\"}.le-performance_decrease_2:before{content:\"\\e9bf\"}.le-performance_increase_1:before{content:\"\\e9c0\"}.le-performance_increase_2:before{content:\"\\e9c1\"}.le-performance_phone_increase:before{content:\"\\e9c2\"}.le-performance_presentation_graph:before{content:\"\\e9c3\"}.le-seo_label:before{content:\"\\e9c4\"}.le-seo_network_map:before{content:\"\\e9c5\"}.le-seo_search_graph_first_place:before{content:\"\\e9c6\"}.le-seo_search_graph:before{content:\"\\e9c7\"}.le-seo_search_one:before{content:\"\\e9c8\"}.le-seo_search_page:before{content:\"\\e9c9\"}.le-seo_search_settings:before{content:\"\\e9ca\"}.le-seo_search_star:before{content:\"\\e9cb\"}.le-seo_trophy:before{content:\"\\e9cc\"}.le-strategy_split:before{content:\"\\e9cd\"}.le-target_center_1:before{content:\"\\e9ce\"}.le-target_correct:before{content:\"\\e9cf\"}.le-target_miss:before{content:\"\\e9d0\"}.le-d_box_corner:before{content:\"\\e9d1\"}.le-d_box_expand_corners:before{content:\"\\e9d2\"}.le-d_pen_box:before{content:\"\\e9d3\"}.le-d_pen:before{content:\"\\e9d4\"}.le-d_print_ball:before{content:\"\\e9d5\"}.le-d_print_monitor_1:before{content:\"\\e9d6\"}.le-d_print_warning:before{content:\"\\e9d7\"}.le-beacon_bluetooth:before{content:\"\\e9d8\"}.le-chat_translate:before{content:\"\\e9d9\"}.le-controller_360:before{content:\"\\e9da\"}.le-dna:before{content:\"\\e9db\"}.le-hand_hold_3d_box:before{content:\"\\e9dc\"}.le-robot_1:before{content:\"\\e9dd\"}.le-settings_user:before{content:\"\\e9de\"}.le-smart_house_car:before{content:\"\\e9df\"}.le-smart_house_open:before{content:\"\\e9e0\"}.le-smart_house_phone_remote:before{content:\"\\e9e1\"}.le-smart_house_timer:before{content:\"\\e9e2\"}.le-smart_house_window:before{content:\"\\e9e3\"}.le-smart_house:before{content:\"\\e9e4\"}.le-user_3d_box:before{content:\"\\e9e5\"}.le-user_polaroid:before{content:\"\\e9e6\"}.le-virtual_home:before{content:\"\\e9e7\"}.le-vr_globe:before{content:\"\\e9e8\"}.le-vr_monitor_box:before{content:\"\\e9e9\"}.le-vr_phone:before{content:\"\\e9ea\"}.le-vr_user_headphones:before{content:\"\\e9eb\"}.le-vr_user_play_1:before{content:\"\\e9ec\"}.le-webcam1:before{content:\"\\e9ed\"}.le-wireless_remote:before{content:\"\\e9ee\"}.le-code_file_sync:before{content:\"\\e9ef\"}.le-plane:before{content:\"\\e9f0\"}.le-accounting_bill:before{content:\"\\e9f1\"}.le-accounting_calculator:before{content:\"\\e9f2\"}.le-accounting_coins_stack:before{content:\"\\e9f3\"}.le-calculator_app:before{content:\"\\e9f4\"}.le-cash_payment_bill:before{content:\"\\e9f5\"}.le-cash_payment_bills_1:before{content:\"\\e9f6\"}.le-cash_payment_sign_1:before{content:\"\\e9f7\"}.le-credit_card_1:before{content:\"\\e9f8\"}.le-credit_card_check:before{content:\"\\e9f9\"}.le-credit_card_disable:before{content:\"\\e9fa\"}.le-credit_card_flag:before{content:\"\\e9fb\"}.le-credit_card_lock:before{content:\"\\e9fc\"}.le-credit_card_mastercard:before{content:\"\\e9fd\"}.le-credit_card_phone_call:before{content:\"\\e9fe\"}.le-credit_card_remove:before{content:\"\\e9ff\"}.le-credit_card_shield:before{content:\"\\ea00\"}.le-credit_card_smartphone:before{content:\"\\ea01\"}.le-credit_card_visa:before{content:\"\\ea02\"}.le-credit_card:before{content:\"\\ea03\"}.le-crypto_currency_bitcoin_circle:before{content:\"\\ea04\"}.le-invoice:before{content:\"\\ea05\"}.le-money_wallet_open:before{content:\"\\ea06\"}.le-retirement:before{content:\"\\ea07\"}.le-saving_bank_1:before{content:\"\\ea08\"}.le-saving_bank_drawer:before{content:\"\\ea09\"}.le-saving_piggy_bank:before{content:\"\\ea0a\"}.le-saving_piggy_coins:before{content:\"\\ea0b\"}.le-saving_safe_1:before{content:\"\\ea0c\"}.le-saving_safe_open:before{content:\"\\ea0d\"}.le-saving_safe:before{content:\"\\ea0e\"}.le-saving_wallet_international:before{content:\"\\ea0f\"}.le-smartphone_pay_dollar:before{content:\"\\ea10\"}.le-treasure_chest:before{content:\"\\ea11\"}.le-chart:before{content:\"\\ea12\"}.le-component_autocomplete:before{content:\"\\ea13\"}.le-component_bind_panel:before{content:\"\\ea14\"}.le-component_button:before{content:\"\\ea15\"}.le-component_checkbox_list:before{content:\"\\ea16\"}.le-component_checkbox:before{content:\"\\ea17\"}.le-component_combo_box:before{content:\"\\ea18\"}.le-component_context_button:before{content:\"\\ea19\"}.le-component_criteria:before{content:\"\\ea1a\"}.le-component_currency_edit:before{content:\"\\ea1b\"}.le-component_date_time_edit:before{content:\"\\ea1c\"}.le-component_dialog:before{content:\"\\ea1d\"}.le-component_dropdown:before{content:\"\\ea1e\"}.le-component_file_uploader:before{content:\"\\ea1f\"}.le-component_grid:before{content:\"\\ea20\"}.le-component_hidden_edit:before{content:\"\\ea21\"}.le-component_html:before{content:\"\\ea22\"}.le-component_iframe:before{content:\"\\ea23\"}.le-component_info_date_time:before{content:\"\\ea24\"}.le-component_info_numeric:before{content:\"\\ea25\"}.le-component_info_text:before{content:\"\\ea26\"}.le-component_listbox:before{content:\"\\ea27\"}.le-component_memo_edit:before{content:\"\\ea28\"}.le-component_message_control:before{content:\"\\ea29\"}.le-component_numeric_edit:before{content:\"\\ea2a\"}.le-component_panel:before{content:\"\\ea2b\"}.le-component_password_edit:before{content:\"\\ea2c\"}.le-component_percent_edit:before{content:\"\\ea2d\"}.le-component_radio_button:before{content:\"\\ea2e\"}.le-component_scheduler:before{content:\"\\ea2f\"}.le-component_simple_image:before{content:\"\\ea30\"}.le-component_tabs:before{content:\"\\ea31\"}.le-component_text_edit:before{content:\"\\ea32\"}.le-component_tree:before{content:\"\\ea33\"}.le-email:before{content:\"\\ea34\"}.le-globe:before{content:\"\\ea35\"}.le-hierarchy:before{content:\"\\ea36\"}.le-home:before{content:\"\\ea37\"}.le-lock:before{content:\"\\ea38\"}.le-tasked:before{content:\"\\ea39\"}.le-add:before{content:\"\\ea3a\"}.le-add_doc:before{content:\"\\ea3b\"}.le-asc_alphabet:before{content:\"\\ea3c\"}.le-asc_number:before{content:\"\\ea3d\"}.le-trash:before{content:\"\\ea3e\"}.le-bold:before{content:\"\\ea3f\"}.le-three_dots_hor:before{content:\"\\ea40\"}.le-bullet_point:before{content:\"\\ea41\"}.le-collapse:before{content:\"\\ea42\"}.le-copy:before{content:\"\\ea43\"}.le-calendar:before{content:\"\\ea44\"}.le-des_alphabet:before{content:\"\\ea45\"}.le-des_number:before{content:\"\\ea46\"}.le-drag:before{content:\"\\ea47\"}.le-edit:before{content:\"\\ea48\"}.le-edit_pen:before{content:\"\\ea49\"}.le-expand:before{content:\"\\ea4a\"}.le-eye:before{content:\"\\ea4b\"}.le-folder:before{content:\"\\ea4c\"}.le-filter:before{content:\"\\ea4d\"}.le-hamburger:before{content:\"\\ea4e\"}.le-icon_list:before{content:\"\\ea4f\"}.le-info:before{content:\"\\ea50\"}.le-italic:before{content:\"\\ea51\"}.le-link:before{content:\"\\ea52\"}.le-list:before{content:\"\\ea53\"}.le-refresh:before{content:\"\\ea54\"}.le-zoom_in:before{content:\"\\ea55\"}.le-remove:before{content:\"\\ea56\"}.le-document:before{content:\"\\ea57\"}.le-users:before{content:\"\\ea58\"}.le-user:before{content:\"\\ea59\"}.le-print:before{content:\"\\ea5a\"}.le-save:before{content:\"\\ea5b\"}.le-download:before{content:\"\\ea5c\"}.le-search:before{content:\"\\ea5d\"}.le-search_filter:before{content:\"\\ea5e\"}.le-settings:before{content:\"\\ea5f\"}.le-share:before{content:\"\\ea60\"}.le-check:before{content:\"\\ea61\"}.le-cross:before{content:\"\\ea62\"}.le-sync:before{content:\"\\ea63\"}.le-three_dots_ver:before{content:\"\\ea64\"}.le-underline:before{content:\"\\ea65\"}.le-warning:before{content:\"\\ea66\"}.le-zoom_out:before{content:\"\\ea67\"}.le-chevron_down:before{content:\"\\ea68\"}.le-chevron_up:before{content:\"\\ea69\"}.le-chevron_left:before{content:\"\\ea6a\"}.le-chevron_right:before{content:\"\\ea6b\"}.le-double_chevron_down:before{content:\"\\ea6c\"}.le-double_chevron_up:before{content:\"\\ea6d\"}.le-double_chevron_left:before{content:\"\\ea6e\"}.le-double_chevron_right:before{content:\"\\ea6f\"}.le-arrow_down:before{content:\"\\ea70\"}.le-arrow_up:before{content:\"\\ea71\"}.le-arrow_left:before{content:\"\\ea72\"}.le-arrow_right:before{content:\"\\ea73\"}.le-color_picker:before{content:\"\\ea74\"}.le-style:before{content:\"\\ea75\"}.le-strikethrough:before{content:\"\\ea76\"}.le-superscript:before{content:\"\\ea77\"}.le-subscript:before{content:\"\\ea78\"}.le-remove_style:before{content:\"\\ea79\"}.le-picture:before{content:\"\\ea7a\"}.le-table:before{content:\"\\ea7b\"}.le-ordered_list:before{content:\"\\ea7c\"}.le-unordered_list:before{content:\"\\ea7d\"}.le-left_aligned_paragraph:before{content:\"\\ea7e\"}.le-center_aligned_paragraph:before{content:\"\\ea7f\"}.le-right_aligned_paragraph:before{content:\"\\ea80\"}.le-justified:before{content:\"\\ea81\"}.le-indent_left:before{content:\"\\ea82\"}.le-indent_right:before{content:\"\\ea83\"}.le-full_screen:before{content:\"\\ea84\"}.le-code_view:before{content:\"\\ea85\"}.le-help:before{content:\"\\ea86\"}.le-login_1:before{content:\"\\ea87\"}.le-login_key:before{content:\"\\ea88\"}.le-login_lock:before{content:\"\\ea89\"}.le-logout:before{content:\"\\ea8a\"}.le-dial_pad:before{content:\"\\ea8b\"}.le-touch_finger:before{content:\"\\ea8c\"}.le-touch_id_1:before{content:\"\\ea8d\"}.le-touch_id_2:before{content:\"\\ea8e\"}.le-touch_id_3:before{content:\"\\ea8f\"}.le-touch_id_lock:before{content:\"\\ea90\"}.le-voice_id_approved:before{content:\"\\ea91\"}.le-voice_id_denied:before{content:\"\\ea92\"}.le-voice_id_lock:before{content:\"\\ea93\"}.le-iris_scan_approved:before{content:\"\\ea94\"}.le-iris_scan_denied:before{content:\"\\ea95\"}.le-iris_scan_lock:before{content:\"\\ea96\"}.le-password_approved:before{content:\"\\ea97\"}.le-password_cursor:before{content:\"\\ea98\"}.le-password_denied:before{content:\"\\ea99\"}.le-password_key:before{content:\"\\ea9a\"}.le-password_lock:before{content:\"\\ea9b\"}.le-tool_box:before{content:\"\\ea9c\"}.le-brightness_1:before{content:\"\\ea9d\"}.le-brightness_2:before{content:\"\\ea9e\"}.le-setting_slider_horizontal:before{content:\"\\ea9f\"}.le-setting_slider_vertical:before{content:\"\\eaa0\"}.le-settings_toggle_horizontal:before{content:\"\\eaa1\"}.le-volume:before{content:\"\\eaa2\"}.le-headphones_customer_support:before{content:\"\\eaa3\"}.le-graph_stats_ascend:before{content:\"\\eaa4\"}.le-graph_stats_circle:before{content:\"\\eaa5\"}.le-graph_stats_descend:before{content:\"\\eaa6\"}.le-graph_stats_square:before{content:\"\\eaa7\"}.le-stopwatch:before{content:\"\\eaa8\"}.le-time_clock_circle_1:before{content:\"\\eaa9\"}.le-time_clock_circle_2:before{content:\"\\eaaa\"}.le-time_clock_midnight:before{content:\"\\eaab\"}.le-time_clock_nine:before{content:\"\\eaac\"}.le-time_clock_six_1:before{content:\"\\eaad\"}.le-time_clock_six_2:before{content:\"\\eaae\"}.le-time_clock_three:before{content:\"\\eaaf\"}.le-watch_time:before{content:\"\\eab0\"}.le-alarm_bell_1:before{content:\"\\eab1\"}.le-alarm_bell_check:before{content:\"\\eab2\"}.le-alarm_bell_disable:before{content:\"\\eab3\"}.le-alarm_bell_ring:before{content:\"\\eab4\"}.le-alarm_clock:before{content:\"\\eab5\"}.le-view_off:before{content:\"\\eab6\"}.le-attachment_1:before{content:\"\\eab7\"}.le-attachment_2:before{content:\"\\eab8\"}.le-share_1:before{content:\"\\eab9\"}.le-share_2:before{content:\"\\eaba\"}.le-share_3:before{content:\"\\eabb\"}.le-scissors:before{content:\"\\eabc\"}.le-pin_1:before{content:\"\\eabd\"}.le-pin_2:before{content:\"\\eabe\"}.le-checklist:before{content:\"\\eabf\"}.le-pencil_write:before{content:\"\\eac0\"}.le-check_badge:before{content:\"\\eac1\"}.le-check_double:before{content:\"\\eac2\"}.le-check_shield:before{content:\"\\eac3\"}.le-remove_badge:before{content:\"\\eac4\"}.le-caps:before{content:\"\\eac5\"}.le-close_quote:before{content:\"\\eac6\"}.le-font_size:before{content:\"\\eac7\"}.le-open_quote:before{content:\"\\eac8\"}.le-sigma:before{content:\"\\eac9\"}.le-translate:before{content:\"\\eaca\"}.le-redo:before{content:\"\\eacb\"}.le-undo:before{content:\"\\eacc\"}.le-keyboard_alt:before{content:\"\\eacd\"}.le-keyboard_command:before{content:\"\\eace\"}.le-keyboard_delete:before{content:\"\\eacf\"}.le-keyboard_eject:before{content:\"\\ead0\"}.le-keyboard_option:before{content:\"\\ead1\"}.le-keyboard_return_1:before{content:\"\\ead2\"}.le-keyboard_return_2:before{content:\"\\ead3\"}.le-keyboard_shift:before{content:\"\\ead4\"}.le-button_fast_forward:before{content:\"\\ead5\"}.le-button_next:before{content:\"\\ead6\"}.le-button_pause:before{content:\"\\ead7\"}.le-button_play:before{content:\"\\ead8\"}.le-button_previous:before{content:\"\\ead9\"}.le-button_record:before{content:\"\\eada\"}.le-button_rewind:before{content:\"\\eadb\"}.le-button_stop:before{content:\"\\eadc\"}.le-rss_feed_square:before{content:\"\\eadd\"}.le-flash:before{content:\"\\eade\"}.le-cursor:before{content:\"\\eadf\"}.le-cursor_hand_1:before{content:\"\\eae0\"}.le-cursor_hand_2:before{content:\"\\eae1\"}.le-hand_drag:before{content:\"\\eae2\"}.le-move_expand_vertical:before{content:\"\\eae3\"}.le-bookmarks_1:before{content:\"\\eae4\"}.le-bookmarks_2:before{content:\"\\eae5\"}.le-bookmarks_document:before{content:\"\\eae6\"}.le-tags_1:before{content:\"\\eae7\"}.le-tags_add:before{content:\"\\eae8\"}.le-tags_alert:before{content:\"\\eae9\"}.le-tags_block:before{content:\"\\eaea\"}.le-tags_check:before{content:\"\\eaeb\"}.le-tags_edit:before{content:\"\\eaec\"}.le-tags_favorite_star:before{content:\"\\eaed\"}.le-tags_favorite:before{content:\"\\eaee\"}.le-tags_minus:before{content:\"\\eaef\"}.le-tags_refresh:before{content:\"\\eaf0\"}.le-tags_remove:before{content:\"\\eaf1\"}.le-tags_search:before{content:\"\\eaf2\"}.le-tags_share:before{content:\"\\eaf3\"}:root,:root body{overflow-x:hidden}:host{font-family:Nunito Sans!important}:host ::ng-deep a,:host ::ng-deep button{transition:all .2s ease-in-out;font-family:Nunito Sans!important}:host .le-leftbar{box-shadow:0 0 4px 1px rgba(var(--black-rgb),.08);transition:all .2s ease-in-out;font-family:Nunito Sans,!important!important;width:280px;background:var(--white);height:100vh;display:flex;flex-flow:column;position:fixed;top:0;left:0}@media (max-width:1200px){:host .le-leftbar{width:100vw;height:68px;flex-flow:row;position:fixed;top:0;left:0}}:host .le-leftbar .info-card{flex:0 1 auto}@media (max-width:1200px){:host .le-leftbar .info-card{flex:1 1 auto;display:flex;flex-flow:row;justify-content:space-around;align-items:center}}:host .le-leftbar .info-card .item{background:var(--basic-300)}@media (max-width:1200px){:host .le-leftbar .info-card .item{background:transparent}}:host .le-leftbar .info-card .user-base{transition:all .2s ease-in-out;position:relative;padding:10px;overflow-y:clip;height:80px;background:var(--white)}@media (max-width:1200px){:host .le-leftbar .info-card .user-base{padding:0;height:100%;flex-grow:0;width:74px}}:host .le-leftbar .info-card .user-base .item{margin-bottom:10px}:host .le-leftbar .info-card .user-base .item.user-summary-card{height:80px;position:relative}@media (max-width:1200px){:host .le-leftbar .info-card .user-base .item.user-summary-card{height:100%;width:74px}}:host .le-leftbar .info-card .user-base .item.user-summary-card .avatar{border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;transition:all .2s ease-in-out;display:inline-block;width:64px;height:64px;overflow:hidden;border:1px solid var(--white);position:absolute;top:8px;left:20px;z-index:2}@media (max-width:1200px){:host .le-leftbar .info-card .user-base .item.user-summary-card .avatar{width:44px;height:44px;top:12px;left:15px}}:host .le-leftbar .info-card .user-base .item.user-summary-card .avatar img{max-width:100%;margin-left:50%;margin-top:50%;transform:translate(-50%,-50%);object-fit:scale-down}:host .le-leftbar .info-card .user-base .item.user-summary-card .avatar-background{border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;transition:all .2s ease-in-out;display:inline-block;width:60px;height:60px;overflow:hidden;position:absolute;top:14px;left:20px;z-index:1;filter:blur(4px);background-size:contain;background-repeat:no-repeat;background-position:50%}@media (max-width:1200px){:host .le-leftbar .info-card .user-base .item.user-summary-card .avatar-background{width:36px;height:36px;top:22px;left:19px}}:host .le-leftbar .info-card .user-base .item.user-summary-card .details{padding-inline:105px 10px;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}@media (max-width:1200px){:host .le-leftbar .info-card .user-base .item.user-summary-card .details{display:none}}:host .le-leftbar .info-card .user-base .item.user-summary-card .details p{margin:0}:host .le-leftbar .info-card .user-base .item.user-summary-card .details h6{white-space:normal;height:auto;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}:host .le-leftbar .info-card .user-base .item.user-summary-card button{box-shadow:0 0 0 0 rgba(var(--white-rgb),0);position:absolute;top:0;left:0;bottom:0;right:0;z-index:4;display:inline-block;width:100%;height:100%;background-color:initial;outline:0}:host .le-leftbar .info-card .user-base .item.user-summary-card button.logo-tooltip{color:inherit}:host .le-leftbar .info-card .user-base .item.user-summary-card button.logo-tooltip .tip.on-right{white-space:normal;width:300px;top:50%;transform:translate(3px,-50%)}:host .le-leftbar .info-card .user-base .item.user-summary-card button.logo-tooltip .tip.on-right:after{top:50%;transform:translateY(-50%)}@media (max-width:1200px){:host .le-leftbar .info-card .user-base .expandable-content{height:100%;overflow-x:hidden;overflow-y:auto}}:host .le-leftbar .info-card .user-base .expandable-content .item{position:relative;text-align:center;background-color:var(--basic-300)}:host .le-leftbar .info-card .user-base .expandable-content .item .title{display:inline-block;width:100%;color:var(--neutral-400);font-size:12px;margin-bottom:5px}@media (max-width:1200px){:host .le-leftbar .info-card .user-base .expandable-content .item .title{width:auto;top:-8px}}:host .le-leftbar .info-card .user-base .expandable-content .item .title.icon{height:14px}:host .le-leftbar .info-card .user-base .expandable-content .item .title.text-danger{color:var(--danger)}:host .le-leftbar .info-card .user-base .expandable-content .item.options ::ng-deep button{width:100%}:host .le-leftbar .info-card .user-base .expandable-content .item.options ::ng-deep .text-danger button{color:var(--danger)!important}:host .le-leftbar .info-card .user-base .expandable-content .infos .item{padding:8px}:host .le-leftbar .info-card .user-base .expandable-content .infos .item p{margin:0}:host .le-leftbar .info-card .user-base .expandable-content ::ng-deep .sum-button{display:inline-block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}@media (max-width:1200px){:host .le-leftbar .info-card .user-base .expandable-content{margin:0 10px}}:host .le-leftbar .info-card .user-base .row{margin:0 -5px!important}:host .le-leftbar .info-card .user-base .row .col-md-3,:host .le-leftbar .info-card .user-base .row .col-md-6,:host .le-leftbar .info-card .user-base .row .col-md-12{padding-left:5px;padding-right:5px}:host .le-leftbar .info-card .user-base .close-user-btn{display:none;top:-100px}:host .le-leftbar .info-card .user-base.extended{box-shadow:0 2px 15px 4px rgba(var(--black-rgb),.15);height:auto;position:absolute;top:0;left:0;z-index:8;width:100%}@media (max-width:1200px){:host .le-leftbar .info-card .user-base.extended{height:100vh;width:100vw;display:flex;flex-flow:column;z-index:8}:host .le-leftbar .info-card .user-base.extended .item.user-summary-card{width:100%;text-align:center;height:228px;background:var(--white)}:host .le-leftbar .info-card .user-base.extended .item.user-summary-card .badge{top:50px;left:auto;margin-left:-72px}:host .le-leftbar .info-card .user-base.extended .item.user-summary-card .avatar{width:64px;height:64px;position:relative;margin-top:55px;top:auto;left:auto;z-index:1}:host .le-leftbar .info-card .user-base.extended .item.user-summary-card .avatar-background{width:56px;height:56px;margin-top:65px;top:auto;left:auto;margin-left:4px}:host .le-leftbar .info-card .user-base.extended .item.user-summary-card .details{display:block;padding:0;margin-top:20px}:host .le-leftbar .info-card .user-base.extended .badge{padding:4px 7px}}@media (max-width:1200px){:host .le-leftbar .info-card .user-base.extended .close-user-btn{display:block;position:absolute;top:0;right:0;z-index:1}}:host .le-leftbar .info-card .tenant-base{padding:0 10px}@media (max-width:1200px){:host .le-leftbar .info-card .tenant-base{flex-grow:1;display:flex;justify-content:center}:host .le-leftbar .info-card .tenant-base.mobile-fix{margin-top:-30px}}:host .le-leftbar .info-card .tenant-base .item .tenant-options-base{display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;position:relative}:host .le-leftbar .info-card .tenant-base .item .tenant-options-base .icon-right{width:100%;position:relative;padding-left:60px;white-space:normal;height:auto;padding-block:12px}:host .le-leftbar .info-card .tenant-base .item .tenant-options-base .icon-right:before{top:50%;transform:translateY(-50%)}:host .le-leftbar .info-card .tenant-base .item .tenant-options-base .icon-right.logo-tooltip{color:inherit}:host .le-leftbar .info-card .tenant-base .item .tenant-options-base .icon-right.logo-tooltip .tip.on-right{width:300px;top:50%;transform:translate(3px,-50%)}:host .le-leftbar .info-card .tenant-base .item .tenant-options-base .icon-right.logo-tooltip .tip.on-right:after{top:50%;transform:translateY(-50%)}@media (max-width:1200px){:host .le-leftbar .info-card .tenant-base .item .tenant-options-base .icon-right{padding-left:0;width:auto}}:host .le-leftbar .info-card .tenant-base .item .tenant-options-base .icon-right .le-saving_bank_1{display:inline-block;width:14px;height:14px;position:absolute;top:50%;transform:translateY(-50%);left:20px}@media (max-width:1200px){:host .le-leftbar .info-card .tenant-base .item .tenant-options-base .icon-right .le-saving_bank_1{display:none}}:host .le-leftbar .info-card .tenant-base .item .tenant-options-base .icon-right .le-saving_bank_1:before{width:14px}:host .le-leftbar .info-card .tenant-base .item .tenant-options-base .tenant-name{text-align:start;overflow:hidden;text-overflow:ellipsis;width:100%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:20px}:host .le-leftbar .info-card .search-base{padding:10px}@media (max-width:1200px){:host .le-leftbar .info-card .search-base{display:none}}:host .le-leftbar .info-card .search-base .input-w-icon,:host .le-leftbar .info-card .search-base .input-w-icon input{width:100%}:host .le-leftbar .info-card .search-base .search-btn{background:var(--basic);display:none}:host .le-leftbar .info-card .shortcuts-base{padding:0 10px}@media (max-width:1200px){:host .le-leftbar .info-card .shortcuts-base{padding:0}:host .le-leftbar .info-card .shortcuts-base.hidden-mobile{flex-grow:0;padding:0}}:host .le-leftbar .info-card .shortcuts-base .standarts{display:flex;justify-content:flex-start;align-items:flex-start;flex-flow:row wrap}@media (max-width:1200px){:host .le-leftbar .info-card .shortcuts-base .standarts{flex-flow:column}}:host .le-leftbar .info-card .shortcuts-base .standarts .home{width:32px;margin-right:10px;text-align:center}@media (max-width:1200px){:host .le-leftbar .info-card .shortcuts-base .standarts .home{display:none}}:host .le-leftbar .info-card .shortcuts-base .standarts .apps{width:218px;line-height:32px;position:relative}@media (max-width:1200px){:host .le-leftbar .info-card .shortcuts-base .standarts .apps{position:absolute;left:calc((100% - 218px) / 2);top:34px}}:host .le-leftbar .info-card .shortcuts-base .standarts .apps .app-icon{display:none}:host .le-leftbar .info-card .shortcuts-base .standarts .apps button{width:100%;line-height:32px}:host .le-leftbar .info-card .shortcuts-base .standarts .apps button img{max-width:100%;max-height:28px;vertical-align:middle}:host .le-leftbar .info-card .shortcuts-base .standarts .apps .default-app-btn{overflow:hidden}:host .le-leftbar .info-card .shortcuts-base .standarts .apps .default-app-btn .app-logo{display:block;max-width:100%;max-height:100%;height:16px;margin:8px 0}:host .le-leftbar .info-card .shortcuts-base .standarts .apps .default-app-btn .app-logo[src*=svg]{display:inline-block;margin-right:15px}:host .le-leftbar .info-card .shortcuts-base .standarts .apps .default-app-btn:after{display:inline-flex;content:attr(name);vertical-align:top}:host .le-leftbar .info-card .shortcuts-base .standarts .apps .app-options .app-item{position:relative;text-align:left;overflow:hidden;line-height:32px;vertical-align:middle}:host .le-leftbar .info-card .shortcuts-base .standarts .apps .app-options .app-item img{max-width:100%;height:16px;margin:8px 8px 8px 0}:host .le-leftbar .info-card .shortcuts-base .standarts .apps .app-options .app-item img[src*=svg]{display:inline-block;margin-right:15px}:host .le-leftbar .info-card .shortcuts-base .standarts .apps .app-options .app-item:after{display:inline-block;width:152px;content:attr(name);vertical-align:top;flex-grow:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host .le-leftbar .info-card .shortcuts-base .standarts .apps .single-app{text-align:center;white-space:nowrap}@media (max-width:1200px){:host .le-leftbar .info-card .shortcuts-base .standarts .apps .single-app{display:none}}:host .le-leftbar .info-card .shortcuts-base .standarts .apps .single-app .aligner{display:inline-block;height:100%;vertical-align:middle}:host .le-leftbar .info-card .shortcuts-base .standarts .apps .single-app img{vertical-align:middle;max-height:24px;max-width:100%}:host .le-leftbar .info-card .shortcuts-base .standarts .apps .single-app:after{display:inline-flex;content:attr(name);vertical-align:top;padding-left:5px}:host .le-leftbar .info-card .shortcuts-base .standarts .apps .single-app .app-icon{display:none}:host .le-leftbar .info-card .shortcuts-base .custom-shortcuts{padding:10px 0;display:flex;justify-content:space-between;align-items:flex-start;flex-flow:row nowrap}@media (max-width:1200px){:host .le-leftbar .info-card .shortcuts-base .custom-shortcuts{display:none}}:host .le-leftbar .info-card .shortcuts-base .custom-shortcuts .add-button{width:32px;height:32px;padding:0}:host .le-leftbar .info-card .shortcuts-base .custom-shortcuts .add-button img{height:20px}:host .le-leftbar .info-card .shortcuts-base .custom-shortcuts logo-link{width:32px;height:32px;display:inline-block}:host .le-leftbar .info-card .shortcuts-base .custom-shortcuts logo-link button{padding:0}:host .le-leftbar .info-card .shortcuts-base .custom-shortcuts logo-link button img{height:20px}:host .le-leftbar .info-card .shortcuts-base .custom-shortcuts logo-link ::ng-deep button{border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;padding:0;width:100%;height:100%;text-align:center;position:relative}:host .le-leftbar .info-card .shortcuts-base .custom-shortcuts logo-link ::ng-deep button .le-seo_search_star{display:none;position:absolute;width:14px;height:14px;top:-5px;right:-5px;color:var(--warning-400)}:host .le-leftbar .info-card .shortcuts-base .custom-shortcuts logo-link ::ng-deep button .le-seo_search_star:before{width:14px;height:14px}:host .le-leftbar .info-card .shortcuts-base .custom-shortcuts logo-link ::ng-deep button img{height:20px!important}:host .le-leftbar .info-card .shortcuts-base .custom-shortcuts .add-button{border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;background:var(--basic-400);padding:0!important}:host .le-leftbar .info-card .shortcuts-base .custom-shortcuts .add-button img{width:20px!important;height:auto!important}:host .le-leftbar .menu-base{box-shadow:inset 0 5px 5px 0 rgba(var(--gray-1000-rgb),.1);flex:1 1 auto;width:100%;overflow:auto;box-sizing:border-box;padding:0;position:relative}@media (max-width:1200px){:host .le-leftbar .menu-base{transition:all .2s ease-in-out;box-shadow:0 0 0 0 rgba(var(--gray-1000-rgb),0);width:100vw;height:100vh;position:absolute;z-index:6;top:0;right:-100vw;background-color:var(--white);padding-top:68px}:host .le-leftbar .menu-base.opened{right:0}}:host .le-leftbar .menu-base ::ng-deep .item-icon{border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;display:inline-block;width:30px;height:30px;text-align:center;margin-left:10px}:host .le-leftbar .menu-base ::ng-deep label.router-link-active{background-color:initial!important}:host .le-leftbar .menu-base ::ng-deep label.router-link-active:hover{background-color:rgba(var(--dark-rgb),var(--ghost-hover))!important}:host .le-leftbar .menu-base ::ng-deep label a{white-space:nowrap}:host .le-leftbar .menu-base ::ng-deep label .title{white-space:nowrap;font-weight:400!important}:host .le-leftbar .menu-base .menu-toggle-base{display:inline-block;width:32px;height:32px;position:fixed;bottom:25px;left:124px;z-index:7}@media (max-width:1200px){:host .le-leftbar .menu-base .menu-toggle-base{display:none}}:host .le-leftbar .menu-base .menu-toggle-base .toggle-button{border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%}:host .le-leftbar .badge{border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;font-size:12px;padding:4px 7px;display:inline-block}@media (max-width:1200px){:host .le-leftbar .badge{padding:1px 5px}}:host .le-leftbar .badge.top{transition:all .2s ease-in-out;position:absolute;z-index:3;top:3px}:host .le-leftbar .badge.left{left:10px}:host .le-leftbar .popover{transition:all .1s linear;display:none}:host .le-leftbar .popover.opened{box-shadow:0 2px 15px 4px rgba(var(--black-rgb),.15);overflow:visible;display:flex;flex-flow:column;position:absolute;right:0;left:0;top:100%;background:var(--white);padding:10px;border:1px solid var(--primary-400);z-index:5;max-height:55vh;text-align:left}@media (max-width:1200px){:host .le-leftbar .popover.opened{box-shadow:0 0 0 0 rgba(var(--black-rgb),0);width:100vw;height:calc(100vh - 68px);max-height:calc(100vh - 68px);border:0;position:fixed;top:68px}}:host .le-leftbar .popover .popover-search-base{flex:0 1 auto}:host .le-leftbar .popover .result-base{flex:1 1 auto;overflow:visible}:host .le-leftbar .popover .result-base button{width:100%;display:block;text-align:left}:host .le-leftbar .popover .result-base .tenant-item{position:relative}:host .le-leftbar .popover .result-base .tenant-item:hover .set-button{display:inline-block!important}:host .le-leftbar .popover .result-base .tenant-button{text-align:left;height:auto!important;width:100%;position:relative;z-index:0;display:flex;align-items:center;padding-block:6px}:host .le-leftbar .popover .result-base .tenant-button .tenant-id{color:var(--neutral-500);margin:0!important}:host .le-leftbar .popover .result-base .tenant-button .le-pin_1{display:inline-block;width:32px;height:32px;color:var(--primary);position:absolute;right:0;top:50%;transform:translateY(-50%)}:host .le-leftbar .popover .result-base .tenant-button .tenant-btn-name{overflow:hidden;width:100%;text-overflow:ellipsis;white-space:normal;line-height:20px;box-sizing:border-box;padding-right:20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}:host .le-leftbar .popover .result-base .tenant-button.logo-tooltip{color:inherit}:host .le-leftbar .popover .result-base .tenant-button.logo-tooltip .tip.on-right{white-space:normal;width:300px;top:50%;transform:translate(3px,-50%)}:host .le-leftbar .popover .result-base .tenant-button.logo-tooltip .tip.on-right:after{top:50%;transform:translateY(-50%)}:host .le-leftbar .popover .result-base .set-button{position:absolute;top:0;right:0;z-index:1;display:none;width:auto}:host .le-leftbar .popover .input-w-icon{display:block!important;margin-bottom:10px}:host .le-leftbar .popover .input-w-icon input{width:100%}:host .le-leftbar #tenantOptions.opened{left:0}:host .le-leftbar .input-w-icon{display:inline-block;position:relative}:host .le-leftbar .input-w-icon .input-icon{position:absolute;display:inline-block;z-index:1;width:14px;height:100%;color:var(--text-400)}:host .le-leftbar.slim{width:50px;overflow:hidden}:host .le-leftbar.slim .info-card .user-base{padding:5px;height:65px;box-sizing:initial}:host .le-leftbar.slim .info-card .user-base .user-summary-card{background:transparent;height:55px;margin-bottom:5px}:host .le-leftbar.slim .info-card .user-base .user-summary-card .avatar{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;width:40px;height:50px;top:-1px;left:-1px}:host .le-leftbar.slim .info-card .user-base .user-summary-card .avatar-background{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;width:40px;height:50px;top:3px;left:-1px}:host .le-leftbar.slim .info-card .user-base .expandable-content,:host .le-leftbar.slim .info-card .user-base .user-summary-card .details,:host .le-leftbar.slim .info-card .user-base .user-summary-card button{display:none}:host .le-leftbar.slim .info-card .search-base{padding:5px}:host .le-leftbar.slim .info-card .search-base .search-btn{background:var(--basic);display:block;width:40px}:host .le-leftbar.slim .info-card .search-base .input-w-icon{display:none}:host .le-leftbar.slim .info-card .tenant-base{padding:0 5px}:host .le-leftbar.slim .info-card .tenant-base .tenant-options-base .icon-right .le-saving_bank_1{left:3px!important}:host .le-leftbar.slim .info-card .tenant-base .tenant-options-base .tenant-name{display:inline-block;overflow:hidden;text-overflow:ellipsis;width:100%}:host .le-leftbar.slim .info-card .shortcuts-base{padding:0 5px}:host .le-leftbar.slim .info-card .shortcuts-base .standarts{flex-flow:column}:host .le-leftbar.slim .info-card .shortcuts-base .standarts .home{display:none}:host .le-leftbar.slim .info-card .shortcuts-base .standarts .apps{width:auto;position:absolute;left:calc((100% - 218px) / 2);top:34px}:host .le-leftbar.slim .info-card .shortcuts-base .standarts .apps .default-app-btn{padding-left:5px}:host .le-leftbar.slim .info-card .shortcuts-base .standarts .apps .default-app-btn:before{right:-10px!important}:host .le-leftbar.slim .info-card .shortcuts-base .standarts .apps .default-app-btn:after{display:none}:host .le-leftbar.slim .info-card .shortcuts-base .standarts .apps div button{padding-left:5px;padding-right:5px}:host .le-leftbar.slim .info-card .shortcuts-base .standarts .apps div button .app-logo{max-height:28px;vertical-align:middle}:host .le-leftbar.slim .info-card .shortcuts-base .custom-shortcuts,:host .le-leftbar.slim .info-card .shortcuts-base .standarts .apps .single-app:after{display:none}:host .le-leftbar.slim .menu-base{padding:0 5px;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:hidden;scrollbar-width:none}:host .le-leftbar.slim .menu-base::-webkit-scrollbar{width:2px;background:transparent}:host .le-leftbar.slim .menu-base:hover{overflow-y:auto}:host .le-leftbar.slim .menu-base .menu-toggle-base{left:9px}:host .le-leftbar.slim .menu-base ::ng-deep .item-icon{margin-left:0}:host .le-leftbar.slim .menu-base ::ng-deep .label-category,:host .le-leftbar.slim .menu-base ::ng-deep .label-link{padding:0!important}:host .le-leftbar.slim .menu-base ::ng-deep label{border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;justify-content:center}:host .le-leftbar.slim .menu-base ::ng-deep label .arrow,:host .le-leftbar.slim .menu-base ::ng-deep label .title,:host .le-leftbar.slim .menu-base ::ng-deep label a{display:none}:host .le-leftbar.slim .badge.top{top:auto;bottom:-10px}:host .le-leftbar.slim .badge.left{left:7px}:host .le-leftbar .mobile-menu-btn{display:none}@media (max-width:1200px){:host .le-leftbar .mobile-menu-btn{display:block;margin-right:15px;z-index:7}}@media (max-width:1200px){:host .hidden-mobile{display:none}}::ng-deep .shortcut-editable ::ng-deep .router-link-active{background-color:initial!important}::ng-deep .shortcut-editable ::ng-deep .router-link-active:hover{background-color:rgba(var(--dark-rgb),var(--ghost-hover))!important}"]}]}],"members":{"user":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":60,"character":3}}]}],"profileSettings":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":64,"character":3}}]}],"languageSettings":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":68,"character":3}}]}],"selectedLanguage":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":72,"character":3}}]}],"applications":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":76,"character":3}}]}],"defaultAppId":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":80,"character":3}}]}],"tenants":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":84,"character":3}}]}],"defaultTenant":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":88,"character":3}}]}],"onPrem":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":92,"character":3}}]}],"isMainPage":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":96,"character":3}}]}],"showBackBtn":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":100,"character":3}}]}],"searchPlaceholder":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":104,"character":3}}]}],"favorites":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":108,"character":3}}]}],"enableShortCuts":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":112,"character":3}}]}],"disableAppSelection":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":116,"character":3}}]}],"onAddShortCut":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":120,"character":3}}]}],"onHomeButton":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":124,"character":3}}]}],"onBackButton":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":128,"character":3}}]}],"onTenantSelected":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":132,"character":3}}]}],"onInit":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":136,"character":3}}]}],"onAppSelected":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":140,"character":3}}]}],"onSettingsButton":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":144,"character":3}}]}],"onSearch":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":148,"character":3}}]}],"onInfoRequest":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":152,"character":3}}]}],"onTenantSearch":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":156,"character":3}}]}],"onDefaultTenantSet":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":160,"character":3}}]}],"onFocusSearch":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":164,"character":3}}]}],"onClickShortCut":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":168,"character":3}}]}],"onLanguageChange":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":172,"character":3}}]}],"onResize":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostListener","line":174,"character":3},"arguments":["window:resize",["$event"]]}]}],"tree":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":187,"character":3},"arguments":[{"__symbolic":"reference","module":"@logo-software/application-tree","name":"ApplicationTreeComponent","line":187,"character":13},{"read":{"__symbolic":"reference","module":"@logo-software/application-tree","name":"ApplicationTreeComponent","line":187,"character":47}}]}]}],"leftbarTenantSearch":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":188,"character":3},"arguments":["leftbarTenantSearch",{"static":false}]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"LeftbarService"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}],"homeEmitter":[{"__symbolic":"method"}],"backEmitter":[{"__symbolic":"method"}],"toggleUserDetails":[{"__symbolic":"method"}],"onLanguageSelect":[{"__symbolic":"method"}],"togglePopover":[{"__symbolic":"method"}],"toggleMenu":[{"__symbolic":"method"}],"toggleMobileMenu":[{"__symbolic":"method"}],"selectTenantEmitter":[{"__symbolic":"method"}],"selectAppEmitter":[{"__symbolic":"method"}],"shortcutSettingsEmitter":[{"__symbolic":"method"}],"addShortcutEmitter":[{"__symbolic":"method"}],"clickShortcutEmitter":[{"__symbolic":"method"}],"doSearchEmitter":[{"__symbolic":"method"}],"doFocusSearchEmitter":[{"__symbolic":"method"}],"doTenantSearchEmitter":[{"__symbolic":"method"}],"setAsDefaultTenantEmitter":[{"__symbolic":"method"}],"infoReqEmitter":[{"__symbolic":"method"}],"hasOverflow":[{"__symbolic":"method"}],"setEmptySlots":[{"__symbolic":"method"}]}},"LeftbarModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":51,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"LeftbarComponent"}],"imports":[{"__symbolic":"reference","module":"@angular/router","name":"RouterModule","line":53,"character":12},{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":53,"character":26},{"__symbolic":"reference","module":"@logo-software/links","name":"LinksModule","line":53,"character":40},{"__symbolic":"reference","module":"@angular/forms","name":"FormsModule","line":53,"character":53},{"__symbolic":"reference","module":"@logo-software/combobox","name":"ComboboxModule","line":53,"character":66}],"exports":[{"__symbolic":"reference","name":"LeftbarComponent"}]}]}],"members":{}},"PaasUser":{"__symbolic":"interface"}},"origins":{"LeftbarService":"./lib/leftbar.service","LeftbarComponent":"./lib/leftbar.component","LeftbarModule":"./lib/leftbar.module","PaasUser":"./lib/user"},"importAs":"@logo-software/leftbar"}