@ti-tecnologico-de-monterrey-oficial/ds-ng 1.5.1217-c → 1.5.1217-e

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (182) hide show
  1. package/assets/i18n/en.json +113 -0
  2. package/assets/i18n/es.json +113 -0
  3. package/assets/styles/main.min.css +1 -1
  4. package/assets/styles/main.min.css.map +1 -1
  5. package/esm2022/assets/i18n/en.json +113 -0
  6. package/esm2022/assets/i18n/es.json +113 -0
  7. package/esm2022/lib/components/bmb-academic-progress/bmb-academic-progress.component.mjs +2 -2
  8. package/esm2022/lib/components/bmb-accordion/bmb-accordion.component.mjs +2 -2
  9. package/esm2022/lib/components/bmb-account-statement/bmb-account-statement.component.mjs +21 -19
  10. package/esm2022/lib/components/bmb-advertisement-card/bmb-advertisement-card.component.mjs +6 -4
  11. package/esm2022/lib/components/bmb-alert-center/bmb-alert-center-empty/bmb-alert-center-empty.component.mjs +4 -3
  12. package/esm2022/lib/components/bmb-alert-center/bmb-alert-center-form/bmb-alert-center-form.component.mjs +2 -2
  13. package/esm2022/lib/components/bmb-alert-center/bmb-alert-center-list/bmb-alert-center-list.component.mjs +2 -2
  14. package/esm2022/lib/components/bmb-alert-center/bmb-alert-center.component.mjs +11 -10
  15. package/esm2022/lib/components/bmb-balance-overview/bmb-balance-overview.component.mjs +15 -9
  16. package/esm2022/lib/components/bmb-breadcrumb/bmb-breadcrumb.component.mjs +3 -3
  17. package/esm2022/lib/components/bmb-calendar/bmb-calendar.component.mjs +17 -15
  18. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-header/bmb-calendar-header.component.mjs +19 -13
  19. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-hour-view/bmb-calendar-hour-view.component.mjs +2 -2
  20. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-schedule-cards/bmb-calendar-schedule-cards.component.mjs +3 -3
  21. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-day/bmb-calendar-template-day.component.mjs +9 -7
  22. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-mobile/bmb-calendar-template-mobile.component.mjs +16 -12
  23. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-month/bmb-calendar-template-month.component.mjs +12 -10
  24. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-week/bmb-calendar-template-week.component.mjs +10 -8
  25. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-time-indicator/bmb-calendar-time-indicator.component.mjs +3 -3
  26. package/esm2022/lib/components/bmb-card/bmb-card.component.mjs +3 -3
  27. package/esm2022/lib/components/bmb-card-button/bmb-card-button.component.mjs +3 -3
  28. package/esm2022/lib/components/bmb-chat-bar/bmb-chat-bar.component.mjs +7 -6
  29. package/esm2022/lib/components/bmb-checkbox/bmb-checkbox.component.mjs +3 -3
  30. package/esm2022/lib/components/bmb-container-button/bmb-container-button.component.mjs +3 -3
  31. package/esm2022/lib/components/bmb-date-range/bmb-date-range.component.mjs +3 -3
  32. package/esm2022/lib/components/bmb-datepicker/bmb-datepicker-modal/bmb-datepicker-modal.component.mjs +21 -19
  33. package/esm2022/lib/components/bmb-datepicker/bmb-datepicker.component.mjs +5 -5
  34. package/esm2022/lib/components/bmb-digital-id/bmb-digital-id.component.mjs +6 -4
  35. package/esm2022/lib/components/bmb-dropdown/bmb-dropdown.component.mjs +2 -2
  36. package/esm2022/lib/components/bmb-dropdown-menu/bmb-dropdown-menu.component.mjs +2 -2
  37. package/esm2022/lib/components/bmb-dropzone/bmb-dropzone.component.mjs +52 -35
  38. package/esm2022/lib/components/bmb-evaluation-rubric/bmb-evaluation-rubric.component.mjs +3 -3
  39. package/esm2022/lib/components/bmb-external-link/bmb-external-link.component.mjs +2 -2
  40. package/esm2022/lib/components/bmb-fab/bmb-fab.component.mjs +3 -3
  41. package/esm2022/lib/components/bmb-filter-card/bmb-filter-card.component.mjs +4 -4
  42. package/esm2022/lib/components/bmb-focus-element/bmb-focus-element.component.mjs +3 -3
  43. package/esm2022/lib/components/bmb-frequent-apps-selector/bmb-frequent-apps-selector.component.mjs +3 -3
  44. package/esm2022/lib/components/bmb-grade-value/bmb-grade-value.component.mjs +3 -3
  45. package/esm2022/lib/components/bmb-grades/bmb-grades.component.mjs +4 -4
  46. package/esm2022/lib/components/bmb-header-mitec/bmb-header-mitec.component.mjs +9 -4
  47. package/esm2022/lib/components/bmb-header-mobile/bmb-header-mobile.component.mjs +3 -3
  48. package/esm2022/lib/components/bmb-hito-card/bmb-hito-card.component.mjs +3 -3
  49. package/esm2022/lib/components/bmb-home-card/bmb-home-card-header/bmb-home-card-header.component.mjs +5 -5
  50. package/esm2022/lib/components/bmb-home-card-chat/bmb-home-card-chat.component.mjs +11 -5
  51. package/esm2022/lib/components/bmb-icon-item/bmb-icon-item.component.mjs +13 -4
  52. package/esm2022/lib/components/bmb-image/bmb-image.component.mjs +2 -2
  53. package/esm2022/lib/components/bmb-input/bmb-input-content/bmb-input-content.component.mjs +2 -1
  54. package/esm2022/lib/components/bmb-input/bmb-input-validator/bmb-input-validator.component.mjs +3 -3
  55. package/esm2022/lib/components/bmb-input-tags/bmb-input-tags.component.mjs +2 -2
  56. package/esm2022/lib/components/bmb-invoice/bmb-invoice.component.mjs +3 -3
  57. package/esm2022/lib/components/bmb-item/bmb-item.component.mjs +3 -3
  58. package/esm2022/lib/components/bmb-list-group/bmb-list-group-item/bmb-list-group-item.component.mjs +3 -3
  59. package/esm2022/lib/components/bmb-list-group/bmb-list-group.component.mjs +3 -3
  60. package/esm2022/lib/components/bmb-loader/bmb-loader.component.mjs +3 -3
  61. package/esm2022/lib/components/bmb-login/bmb-login.component.mjs +10 -8
  62. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper-steps/bmb-login-onboarding-stepper-step-four.component.mjs +2 -2
  63. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding.component.mjs +22 -7
  64. package/esm2022/lib/components/bmb-mitec-logo-animation/bmb-mitec-logo-animation.component.mjs +2 -2
  65. package/esm2022/lib/components/bmb-mobile-templates/bmb-mobile-templates.component.mjs +2 -2
  66. package/esm2022/lib/components/bmb-modal/bmb-native-modal.component.mjs +4 -4
  67. package/esm2022/lib/components/bmb-multi-dot-paginator/bmb-multi-dot-paginator-item/bmb-multi-dot-paginator-item.component.mjs +3 -3
  68. package/esm2022/lib/components/bmb-multi-dot-paginator/bmb-multi-dot-paginator.component.mjs +3 -3
  69. package/esm2022/lib/components/bmb-navigation-bar/bmb-navigation-bar.component.mjs +2 -2
  70. package/esm2022/lib/components/bmb-notice-card/bmb-notice-card.component.mjs +6 -4
  71. package/esm2022/lib/components/bmb-portal/bmb-portal.component.mjs +4 -4
  72. package/esm2022/lib/components/bmb-portal/bmb-projected-content/bmb-projected-content.component.mjs +3 -3
  73. package/esm2022/lib/components/bmb-profile/bmb-profile.component.mjs +3 -3
  74. package/esm2022/lib/components/bmb-progress-bar/bmb-progress-bar.component.mjs +3 -3
  75. package/esm2022/lib/components/bmb-progress-cirlce/bmb-progress-circle.component.mjs +53 -69
  76. package/esm2022/lib/components/bmb-progress-cirlce/bmb-progress-circle.interface.mjs +1 -1
  77. package/esm2022/lib/components/bmb-push-notification/bmb-push-notification-item/bmb-push-notification-item.component.mjs +3 -3
  78. package/esm2022/lib/components/bmb-push-notification/bmb-push-notification.component.mjs +2 -2
  79. package/esm2022/lib/components/bmb-radial/bmb-radial.component.mjs +3 -3
  80. package/esm2022/lib/components/bmb-sidebar/bmb-sidebar.component.mjs +25 -24
  81. package/esm2022/lib/components/bmb-simple-header/bmb-simple-header.component.mjs +2 -2
  82. package/esm2022/lib/components/bmb-sounds-card/bmb-sounds-card.component.mjs +3 -3
  83. package/esm2022/lib/components/bmb-step-progress-bar/bmb-step-progress-bar.component.mjs +15 -11
  84. package/esm2022/lib/components/bmb-student-activity-card/bmb-student-activity-card.component.mjs +3 -3
  85. package/esm2022/lib/components/bmb-switch/bmb-switch.component.mjs +6 -4
  86. package/esm2022/lib/components/bmb-table-lite/bmb-table-lite.component.mjs +564 -0
  87. package/esm2022/lib/components/bmb-table-lite/bmb-table-lite.interface.mjs +2 -0
  88. package/esm2022/lib/components/bmb-tables/bmb-tables.component.mjs +3 -3
  89. package/esm2022/lib/components/bmb-tabs/bmb-tabs.component.mjs +6 -6
  90. package/esm2022/lib/components/bmb-tags/bmb-tags.component.mjs +5 -4
  91. package/esm2022/lib/components/bmb-text-link/bmb-text-link.component.mjs +3 -3
  92. package/esm2022/lib/components/bmb-theme/bmb-theme.component.mjs +2 -2
  93. package/esm2022/lib/components/bmb-three-cols/bmb-three-cols.component.mjs +2 -2
  94. package/esm2022/lib/components/bmb-timestream/bmb-timestream-detail/bmb-timestream-detail.component.mjs +3 -3
  95. package/esm2022/lib/components/bmb-timestream/bmb-timestream.component.mjs +4 -4
  96. package/esm2022/lib/components/bmb-toast/bmb-toast.component.mjs +3 -3
  97. package/esm2022/lib/components/bmb-tooltip/bmb-tooltip.component.mjs +6 -3
  98. package/esm2022/lib/components/bmb-top-bar/bmb-top-bar-item/bmb-top-bar-item.component.mjs +3 -3
  99. package/esm2022/lib/components/bmb-top-bar/bmb-top-bar-user-section/bmb-top-bar-user-section.component.mjs +3 -3
  100. package/esm2022/lib/components/bmb-top-bar/bmb-top-bar.component.mjs +3 -3
  101. package/esm2022/lib/components/bmb-totp/bmb-totp.component.mjs +7 -5
  102. package/esm2022/lib/components/bmb-user-profile/bmb-user-profile-content/bmb-user-profile-content.component.mjs +4 -4
  103. package/esm2022/lib/components/bmb-user-profile/bmb-user-profile.component.mjs +17 -11
  104. package/esm2022/lib/components/bmb-user-summary/bmb-user-summary-content/bmb-user-summary-content.component.mjs +9 -6
  105. package/esm2022/lib/components/bmb-user-summary/bmb-user-summary.component.mjs +10 -4
  106. package/esm2022/lib/components/bmb-web-templates/bmb-web-templates.component.mjs +3 -3
  107. package/esm2022/lib/components/bmb-wheel-menu/bmb-wheel-menu.component.mjs +3 -3
  108. package/esm2022/lib/directives/bmb-layout/bmb-layout-item.directive.mjs +19 -6
  109. package/esm2022/lib/directives/bmb-layout/bmb-layout.directive.mjs +11 -6
  110. package/esm2022/lib/directives/bmb-layout/bmb-vertical-layout/bmb-vertical-layout-item.directive.mjs +1 -1
  111. package/esm2022/lib/directives/bmb-layout/bmb-vertical-layout/bmb-vertical-layout.directive.mjs +2 -2
  112. package/esm2022/lib/directives/bmb-selector/bmb-selector.directive.mjs +28 -0
  113. package/esm2022/lib/pipes/translations.mjs +22 -0
  114. package/esm2022/lib/services/calendar/calendar.service.mjs +51 -0
  115. package/esm2022/lib/services/modal/native-modal.service.mjs +60 -0
  116. package/esm2022/lib/services/notification/notification.service.mjs +84 -0
  117. package/esm2022/lib/services/projection/projection.service.mjs +49 -0
  118. package/esm2022/lib/services/tabs/tabs.service.mjs +30 -0
  119. package/esm2022/lib/services/theme/theme.service.mjs +30 -0
  120. package/esm2022/lib/services/toast/toast.service.mjs +24 -0
  121. package/esm2022/lib/services/translations/translations.service.mjs +53 -0
  122. package/esm2022/public-api.mjs +14 -6
  123. package/fesm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs +1472 -472
  124. package/fesm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs.map +1 -1
  125. package/lib/components/bmb-account-statement/bmb-account-statement.component.d.ts +15 -15
  126. package/lib/components/bmb-alert-center/bmb-alert-center.component.d.ts +4 -2
  127. package/lib/components/bmb-calendar/bmb-calendar.component.d.ts +7 -6
  128. package/lib/components/bmb-calendar/common/bmb-calendar-header/bmb-calendar-header.component.d.ts +5 -2
  129. package/lib/components/bmb-calendar/common/bmb-calendar-template-day/bmb-calendar-template-day.component.d.ts +5 -2
  130. package/lib/components/bmb-calendar/common/bmb-calendar-template-mobile/bmb-calendar-template-mobile.component.d.ts +8 -5
  131. package/lib/components/bmb-calendar/common/bmb-calendar-template-month/bmb-calendar-template-month.component.d.ts +6 -3
  132. package/lib/components/bmb-calendar/common/bmb-calendar-template-week/bmb-calendar-template-week.component.d.ts +5 -2
  133. package/lib/components/bmb-chat-bar/bmb-chat-bar.component.d.ts +2 -3
  134. package/lib/components/bmb-datepicker/bmb-datepicker-modal/bmb-datepicker-modal.component.d.ts +8 -5
  135. package/lib/components/bmb-datepicker/bmb-datepicker.component.d.ts +2 -3
  136. package/lib/components/bmb-digital-id/bmb-digital-id.component.d.ts +1 -1
  137. package/lib/components/bmb-dropdown/bmb-dropdown.component.d.ts +1 -1
  138. package/lib/components/bmb-dropdown-menu/bmb-dropdown-menu.component.d.ts +1 -1
  139. package/lib/components/bmb-dropzone/bmb-dropzone.component.d.ts +11 -7
  140. package/lib/components/bmb-external-link/bmb-external-link.component.d.ts +1 -1
  141. package/lib/components/bmb-filter-card/bmb-filter-card.component.d.ts +1 -1
  142. package/lib/components/bmb-grades/bmb-grades.component.d.ts +1 -1
  143. package/lib/components/bmb-header-mitec/bmb-header-mitec.component.d.ts +1 -1
  144. package/lib/components/bmb-home-card-chat/bmb-home-card-chat.component.d.ts +2 -2
  145. package/lib/components/bmb-icon-item/bmb-icon-item.component.d.ts +2 -1
  146. package/lib/components/bmb-login/bmb-login.component.d.ts +5 -5
  147. package/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper-steps/bmb-login-onboarding-stepper-step-four.component.d.ts +1 -1
  148. package/lib/components/bmb-login-onboarding/bmb-login-onboarding.component.d.ts +3 -1
  149. package/lib/components/bmb-modal/bmb-native-modal.component.d.ts +1 -1
  150. package/lib/components/bmb-notice-card/bmb-notice-card.component.d.ts +1 -1
  151. package/lib/components/bmb-portal/bmb-portal.component.d.ts +5 -5
  152. package/lib/components/bmb-portal/bmb-projected-content/bmb-projected-content.component.d.ts +1 -1
  153. package/lib/components/bmb-progress-cirlce/bmb-progress-circle.component.d.ts +25 -19
  154. package/lib/components/bmb-progress-cirlce/bmb-progress-circle.interface.d.ts +13 -10
  155. package/lib/components/bmb-push-notification/bmb-push-notification.component.d.ts +1 -1
  156. package/lib/components/bmb-sidebar/bmb-sidebar.component.d.ts +5 -4
  157. package/lib/components/bmb-step-progress-bar/bmb-step-progress-bar.component.d.ts +5 -3
  158. package/lib/components/bmb-switch/bmb-switch.component.d.ts +1 -1
  159. package/lib/components/bmb-table-lite/bmb-table-lite.component.d.ts +97 -0
  160. package/lib/components/bmb-table-lite/bmb-table-lite.interface.d.ts +22 -0
  161. package/lib/components/bmb-tabs/bmb-tabs.component.d.ts +1 -1
  162. package/lib/components/bmb-tags/bmb-tags.component.d.ts +2 -1
  163. package/lib/components/bmb-timestream/bmb-timestream.component.d.ts +1 -1
  164. package/lib/components/bmb-tooltip/bmb-tooltip.component.d.ts +1 -0
  165. package/lib/components/bmb-totp/bmb-totp.component.d.ts +2 -2
  166. package/lib/components/bmb-user-profile/bmb-user-profile.component.d.ts +3 -3
  167. package/lib/components/bmb-user-summary/bmb-user-summary-content/bmb-user-summary-content.component.d.ts +4 -2
  168. package/lib/components/bmb-user-summary/bmb-user-summary.component.d.ts +1 -1
  169. package/lib/directives/bmb-layout/bmb-layout-item.directive.d.ts +5 -1
  170. package/lib/directives/bmb-layout/bmb-layout.directive.d.ts +2 -2
  171. package/lib/directives/bmb-selector/bmb-selector.directive.d.ts +8 -0
  172. package/lib/pipes/translations.d.ts +10 -0
  173. package/lib/services/calendar/calendar.service.d.ts +15 -0
  174. package/lib/services/modal/native-modal.service.d.ts +18 -0
  175. package/lib/services/notification/notification.service.d.ts +20 -0
  176. package/lib/services/projection/projection.service.d.ts +31 -0
  177. package/lib/services/tabs/tabs.service.d.ts +13 -0
  178. package/lib/services/theme/theme.service.d.ts +11 -0
  179. package/lib/services/toast/toast.service.d.ts +9 -0
  180. package/lib/services/translations/translations.service.d.ts +22 -0
  181. package/package.json +1 -1
  182. package/public-api.d.ts +12 -5
@@ -48,7 +48,7 @@ export class BmbWebTemplatesComponent {
48
48
  this.topBarOnLangChange.emit(lang);
49
49
  }
50
50
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbWebTemplatesComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
51
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BmbWebTemplatesComponent, isStandalone: true, selector: "bmb-web-templates", inputs: { isFullScreen: { classPropertyName: "isFullScreen", publicName: "isFullScreen", isSignal: true, isRequired: false, transformFunction: null }, titleScreen: { classPropertyName: "titleScreen", publicName: "titleScreen", isSignal: true, isRequired: false, transformFunction: null }, subTitleScreen: { classPropertyName: "subTitleScreen", publicName: "subTitleScreen", isSignal: true, isRequired: false, transformFunction: null }, template: { classPropertyName: "template", publicName: "template", isSignal: true, isRequired: false, transformFunction: null }, titleMainSlot: { classPropertyName: "titleMainSlot", publicName: "titleMainSlot", isSignal: true, isRequired: false, transformFunction: null }, titleAsideSlot: { classPropertyName: "titleAsideSlot", publicName: "titleAsideSlot", isSignal: true, isRequired: false, transformFunction: null }, topBarPositionButtonMenu: { classPropertyName: "topBarPositionButtonMenu", publicName: "topBarPositionButtonMenu", isSignal: true, isRequired: false, transformFunction: null }, topBarUserInformation: { classPropertyName: "topBarUserInformation", publicName: "topBarUserInformation", isSignal: true, isRequired: false, transformFunction: null }, topBarHasLogoutButton: { classPropertyName: "topBarHasLogoutButton", publicName: "topBarHasLogoutButton", isSignal: true, isRequired: false, transformFunction: null }, topBarImage: { classPropertyName: "topBarImage", publicName: "topBarImage", isSignal: true, isRequired: false, transformFunction: null }, topBarMobileImage: { classPropertyName: "topBarMobileImage", publicName: "topBarMobileImage", isSignal: true, isRequired: false, transformFunction: null }, topBarAppName: { classPropertyName: "topBarAppName", publicName: "topBarAppName", isSignal: true, isRequired: false, transformFunction: null }, topBarAppSubTitle: { classPropertyName: "topBarAppSubTitle", publicName: "topBarAppSubTitle", isSignal: true, isRequired: false, transformFunction: null }, topBarShowLang: { classPropertyName: "topBarShowLang", publicName: "topBarShowLang", isSignal: true, isRequired: false, transformFunction: null }, topBarLang: { classPropertyName: "topBarLang", publicName: "topBarLang", isSignal: true, isRequired: false, transformFunction: null }, topBarMitec: { classPropertyName: "topBarMitec", publicName: "topBarMitec", isSignal: true, isRequired: false, transformFunction: null }, topBarAssignmentNotification: { classPropertyName: "topBarAssignmentNotification", publicName: "topBarAssignmentNotification", isSignal: true, isRequired: false, transformFunction: null }, topBarAlertNotification: { classPropertyName: "topBarAlertNotification", publicName: "topBarAlertNotification", isSignal: true, isRequired: false, transformFunction: null }, sideBarElements: { classPropertyName: "sideBarElements", publicName: "sideBarElements", isSignal: true, isRequired: false, transformFunction: null }, sideBarTitle: { classPropertyName: "sideBarTitle", publicName: "sideBarTitle", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { topBarLogOut: "topBarLogOut", topBarOnLangChange: "topBarOnLangChange" }, queries: [{ propertyName: "asideContent", first: true, predicate: ["bmbTemplateAside"], descendants: true }, { propertyName: "mainContent", first: true, predicate: ["bmbTemplateMain"], descendants: true }, { propertyName: "secondAsideContent", first: true, predicate: ["bmbTemplateSecondAside"], descendants: true }, { propertyName: "singleColumnCard", first: true, predicate: ["singleColumnCard"], descendants: true }, { propertyName: "asideFirstCard", first: true, predicate: ["asideFirstCard"], descendants: true }, { propertyName: "asideLightCard", first: true, predicate: ["asideLightCard"], descendants: true }, { propertyName: "twoAsideCard", first: true, predicate: ["twoAsideCard"], descendants: true }], ngImport: i0, template: "<section [ngClass]=\"getSectionClass()\">\n <bmb-top-bar\n [userInformation]=\"topBarUserInformation()\"\n [hasLogoutButton]=\"topBarHasLogoutButton()\"\n [image]=\"topBarImage()\"\n [mobileImage]=\"topBarMobileImage()\"\n [appName]=\"topBarAppName()\"\n [appSubTitle]=\"topBarAppSubTitle()\"\n [lang]=\"topBarLang()\"\n [showLang]=\"topBarShowLang()\"\n [mitec]=\"topBarMitec()\"\n [assignmentNotification]=\"topBarAssignmentNotification()\"\n [alertNotification]=\"topBarAlertNotification()\"\n class=\"bmb_web-template-top-bar\"\n (logOut)=\"handleLogOut($event)\"\n (onLangChange)=\"handleLangChange($event)\"\n />\n <header class=\"bmb_web-template-header\">\n <div\n class=\"bmb_web-template-header-container\"\n [ngClass]=\"{ 'bmb_web-template-full-screen': isFullScreen() }\"\n >\n <h1 class=\"bmb_web-template-header-title\">{{ titleScreen() }}</h1>\n <h2 class=\"bmb_web-template-header-subtitle\">{{ subTitleScreen() }}</h2>\n </div>\n </header>\n @switch (template()) {\n @case ('full-width-card') {\n <ng-container [ngTemplateOutlet]=\"fullWidthCard\" />\n }\n @case ('justify-width-card') {\n <ng-container [ngTemplateOutlet]=\"justifyWidthCard\" />\n }\n @case ('single-column-card') {\n <ng-container [ngTemplateOutlet]=\"singleColumnCard\" />\n }\n @case ('aside-first-card') {\n <ng-container [ngTemplateOutlet]=\"asideFirstCard\" />\n }\n @case ('aside-light-card') {\n <ng-container [ngTemplateOutlet]=\"asideLightCard\" />\n }\n @case ('two-aside-card') {\n <ng-container [ngTemplateOutlet]=\"twoAsideCard\" />\n }\n }\n <bmb-sidebar\n [elements]=\"sideBarElements()\"\n [title]=\"sideBarTitle()\"\n ></bmb-sidebar>\n</section>\n\n<ng-template #fullWidthCard>\n <main class=\"bmb_web-template-main\">\n <section class=\"bmb_web-template-main-container\">\n @if (titleMainSlot()) {\n <h3>{{ titleMainSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"mainContent\" />\n </section>\n </main>\n <aside class=\"bmb_web-template-aside\">\n @if (titleAsideSlot()) {\n <h3>{{ titleAsideSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"asideContent\" />\n </aside>\n</ng-template>\n\n<ng-template #justifyWidthCard>\n <section\n class=\"bmb_web-template-container\"\n bmbLayout\n gapSize=\"m\"\n margin=\"none\"\n >\n <main class=\"bmb_web-template-main\" bmbLayoutItem [colLg]=\"8\">\n <section class=\"bmb_web-template-main-container\">\n @if (titleMainSlot()) {\n <h3>{{ titleMainSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"mainContent\" />\n </section>\n </main>\n <aside class=\"bmb_web-template-aside\" bmbLayoutItem [colLg]=\"4\">\n @if (titleAsideSlot()) {\n <h3>{{ titleAsideSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"asideContent\" />\n </aside>\n </section>\n</ng-template>\n\n<ng-template #singleColumnCard>\n <section\n class=\"bmb_web-template-container\"\n bmbLayout\n gapSize=\"m\"\n margin=\"none\"\n >\n <main class=\"bmb_web-template-main\" bmbLayoutItem [colLg]=\"12\">\n <section class=\"bmb_web-template-main-container\">\n @if (titleMainSlot()) {\n <h3>{{ titleMainSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"mainContent\" />\n </section>\n </main>\n </section>\n</ng-template>\n\n<ng-template #asideFirstCard>\n <section\n class=\"bmb_web-template-container\"\n bmbLayout\n gapSize=\"m\"\n margin=\"none\"\n >\n <aside class=\"bmb_web-template-aside\" bmbLayoutItem [colLg]=\"12\">\n @if (titleAsideSlot()) {\n <h3>{{ titleAsideSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"asideContent\" />\n </aside>\n <main class=\"bmb_web-template-main\" bmbLayoutItem [colLg]=\"12\">\n <section class=\"bmb_web-template-main-container\">\n <ng-container [ngTemplateOutlet]=\"mainContent\" />\n </section>\n </main>\n </section>\n</ng-template>\n\n<ng-template #asideLightCard>\n <section\n class=\"bmb_web-template-container\"\n bmbLayout\n gapSize=\"m\"\n margin=\"none\"\n >\n <aside class=\"bmb_web-template-aside\" bmbLayoutItem [colLg]=\"3\">\n <ng-container [ngTemplateOutlet]=\"asideContent\" />\n </aside>\n <main class=\"bmb_web-template-main\" bmbLayoutItem [colLg]=\"9\">\n <section class=\"bmb_web-template-main-container\">\n @if (titleMainSlot()) {\n <h3>{{ titleMainSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"mainContent\" />\n </section>\n </main>\n </section>\n</ng-template>\n\n<ng-template #twoAsideCard>\n <section\n class=\"bmb_web-template-container\"\n bmbLayout\n gapSize=\"m\"\n margin=\"none\"\n >\n <aside class=\"bmb_web-template-aside\" bmbLayoutItem [colLg]=\"3\">\n <ng-container [ngTemplateOutlet]=\"asideContent\" />\n </aside>\n <main class=\"bmb_web-template-main\" bmbLayoutItem [colLg]=\"6\">\n <section class=\"bmb_web-template-main-container\">\n @if (titleMainSlot()) {\n <h3>{{ titleMainSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"mainContent\" />\n </section>\n </main>\n <aside class=\"bmb_web-template-aside\" bmbLayoutItem [colLg]=\"3\">\n <ng-container [ngTemplateOutlet]=\"secondAsideContent\" />\n </aside>\n </section>\n</ng-template>\n", styles: ["@font-face{font-family:Poppins-Light;font-style:normal;font-weight:300;src:url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Regular;font-style:normal;font-weight:400;src:url(/assets/fonts/Poppins/Poppins-Regular.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Bold;font-style:normal;font-weight:700;src:url(/assets/fonts/Poppins/Poppins-Bold.ttf) format(\"truetype\")}:root,:host{--font-display: \"Poppins-Regular\", sans-serif}.font-thin-1{font-family:Poppins-Thin,sans-serif;font-size:.625rem}.font-light-1{font-family:Poppins-Light,sans-serif;font-size:.625rem}.font-regular-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.font-medium-1{font-family:Poppins-Medium,sans-serif;font-size:.625rem}.font-semibold-1{font-family:Poppins-Semibold,sans-serif;font-size:.625rem}.font-bold-1{font-family:Poppins-Bold,sans-serif;font-size:.625rem}.font-thin-2{font-family:Poppins-Thin,sans-serif;font-size:.6875rem}.font-light-2{font-family:Poppins-Light,sans-serif;font-size:.6875rem}.font-regular-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.font-medium-2{font-family:Poppins-Medium,sans-serif;font-size:.6875rem}.font-semibold-2{font-family:Poppins-Semibold,sans-serif;font-size:.6875rem}.font-bold-2{font-family:Poppins-Bold,sans-serif;font-size:.6875rem}.font-thin-3{font-family:Poppins-Thin,sans-serif;font-size:.75rem}.font-light-3{font-family:Poppins-Light,sans-serif;font-size:.75rem}.font-regular-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.font-medium-3{font-family:Poppins-Medium,sans-serif;font-size:.75rem}.font-semibold-3{font-family:Poppins-Semibold,sans-serif;font-size:.75rem}.font-bold-3{font-family:Poppins-Bold,sans-serif;font-size:.75rem}.font-thin-4{font-family:Poppins-Thin,sans-serif;font-size:.875rem}.font-light-4{font-family:Poppins-Light,sans-serif;font-size:.875rem}.font-regular-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.font-medium-4{font-family:Poppins-Medium,sans-serif;font-size:.875rem}.font-semibold-4{font-family:Poppins-Semibold,sans-serif;font-size:.875rem}.font-bold-4{font-family:Poppins-Bold,sans-serif;font-size:.875rem}.font-thin-4_5{font-family:Poppins-Thin,sans-serif;font-size:.9375rem}.font-light-4_5{font-family:Poppins-Light,sans-serif;font-size:.9375rem}.font-regular-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.font-medium-4_5{font-family:Poppins-Medium,sans-serif;font-size:.9375rem}.font-semibold-4_5{font-family:Poppins-Semibold,sans-serif;font-size:.9375rem}.font-bold-4_5{font-family:Poppins-Bold,sans-serif;font-size:.9375rem}.font-thin-5{font-family:Poppins-Thin,sans-serif;font-size:1rem}.font-light-5{font-family:Poppins-Light,sans-serif;font-size:1rem}.font-regular-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.font-medium-5{font-family:Poppins-Medium,sans-serif;font-size:1rem}.font-semibold-5{font-family:Poppins-Semibold,sans-serif;font-size:1rem}.font-bold-5{font-family:Poppins-Bold,sans-serif;font-size:1rem}.font-thin-6{font-family:Poppins-Thin,sans-serif;font-size:1.125rem}.font-light-6{font-family:Poppins-Light,sans-serif;font-size:1.125rem}.font-regular-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.font-medium-6{font-family:Poppins-Medium,sans-serif;font-size:1.125rem}.font-semibold-6{font-family:Poppins-Semibold,sans-serif;font-size:1.125rem}.font-bold-6{font-family:Poppins-Bold,sans-serif;font-size:1.125rem}.font-thin-7{font-family:Poppins-Thin,sans-serif;font-size:1.25rem}.font-light-7{font-family:Poppins-Light,sans-serif;font-size:1.25rem}.font-regular-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.font-medium-7{font-family:Poppins-Medium,sans-serif;font-size:1.25rem}.font-semibold-7{font-family:Poppins-Semibold,sans-serif;font-size:1.25rem}.font-bold-7{font-family:Poppins-Bold,sans-serif;font-size:1.25rem}.font-thin-8{font-family:Poppins-Thin,sans-serif;font-size:1.375rem}.font-light-8{font-family:Poppins-Light,sans-serif;font-size:1.375rem}.font-regular-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.font-medium-8{font-family:Poppins-Medium,sans-serif;font-size:1.375rem}.font-semibold-8{font-family:Poppins-Semibold,sans-serif;font-size:1.375rem}.font-bold-8{font-family:Poppins-Bold,sans-serif;font-size:1.375rem}.font-thin-9{font-family:Poppins-Thin,sans-serif;font-size:1.5rem}.font-light-9{font-family:Poppins-Light,sans-serif;font-size:1.5rem}.font-regular-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.font-medium-9{font-family:Poppins-Medium,sans-serif;font-size:1.5rem}.font-semibold-9{font-family:Poppins-Semibold,sans-serif;font-size:1.5rem}.font-bold-9{font-family:Poppins-Bold,sans-serif;font-size:1.5rem}.font-thin-10{font-family:Poppins-Thin,sans-serif;font-size:1.625rem}.font-light-10{font-family:Poppins-Light,sans-serif;font-size:1.625rem}.font-regular-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.font-medium-10{font-family:Poppins-Medium,sans-serif;font-size:1.625rem}.font-semibold-10{font-family:Poppins-Semibold,sans-serif;font-size:1.625rem}.font-bold-10{font-family:Poppins-Bold,sans-serif;font-size:1.625rem}.font-thin-11{font-family:Poppins-Thin,sans-serif;font-size:2.25rem}.font-light-11{font-family:Poppins-Light,sans-serif;font-size:2.25rem}.font-regular-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.font-medium-11{font-family:Poppins-Medium,sans-serif;font-size:2.25rem}.font-semibold-11{font-family:Poppins-Semibold,sans-serif;font-size:2.25rem}.font-bold-11{font-family:Poppins-Bold,sans-serif;font-size:2.25rem}.font-thin-12{font-family:Poppins-Thin,sans-serif;font-size:3rem}.font-light-12{font-family:Poppins-Light,sans-serif;font-size:3rem}.font-regular-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.font-medium-12{font-family:Poppins-Medium,sans-serif;font-size:3rem}.font-semibold-12{font-family:Poppins-Semibold,sans-serif;font-size:3rem}.font-bold-12{font-family:Poppins-Bold,sans-serif;font-size:3rem}.bmb_web-template-full-width-card{grid-template-columns:1fr;grid-template-rows:71px max-content max-content max-content;grid-template-areas:\"topBar\" \"header\" \"main\" \"aside\";gap:1rem;font-family:Poppins-Regular,sans-serif;font-size:.75rem}@media (min-width: 1000px){.bmb_web-template-full-width-card{grid-template-columns:2fr 1fr;grid-template-rows:71px max-content 1fr;gap:0;grid-template-areas:\"topBar topBar\" \"header header\" \"main aside\"}}.bmb_web-template-full-width-card .bmb_web-template-top-bar{grid-area:topBar}.bmb_web-template-full-width-card .bmb_web-template-header{background-color:RGBA(var(--color-charade-100));display:flex;flex-direction:column;gap:var(--bmb-spacing-s);padding:var(--bmb-spacing-l);grid-area:header}@media (min-width: 1000px){.bmb_web-template-full-width-card .bmb_web-template-header{margin-bottom:var(--bmb-spacing-m)}}.bmb_web-template-full-width-card .bmb_web-template-header-container{margin:0 auto;width:100%;box-sizing:border-box}@media (max-width: 999px){.bmb_web-template-full-width-card .bmb_web-template-header-container{padding-left:1rem}}@media (min-width: 1000px){.bmb_web-template-full-width-card .bmb_web-template-header-container{padding-left:5rem}}.bmb_web-template-full-width-card .bmb_web-template-header-title{font-family:Poppins-Regular,sans-serif;font-size:1.5rem;font-weight:400}.bmb_web-template-full-width-card .bmb_web-template-header-subtitle{font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:400}.bmb_web-template-full-width-card .bmb_web-template-main{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);margin:0 var(--bmb-spacing-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}@media (min-width: 1000px){.bmb_web-template-full-width-card .bmb_web-template-main{margin-left:0;border-radius:0 var(--bmb-radius-m) var(--bmb-radius-m) 0;margin-bottom:0;border-width:.0625rem .0625rem 0 0}}.bmb_web-template-full-width-card .bmb_web-template-main-container{overflow:auto}@media (min-width: 1000px){.bmb_web-template-full-width-card .bmb_web-template-main-container{padding-left:5.5rem}}.bmb_web-template-full-width-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);margin:0 var(--bmb-spacing-m) var(--bmb-spacing-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}@media (min-width: 1000px){.bmb_web-template-full-width-card .bmb_web-template-aside{margin:0;border-radius:var(--bmb-radius-m) 0 0 var(--bmb-radius-m);border-width:.0625rem 0 0 .0625rem}}[data-theme=dark] .bmb_web-template-full-width-card .bmb_web-template-header,[data-theme=dark] .bmb_web-template-full-width-card .bmb_web-template-main,[data-theme=dark] .bmb_web-template-full-width-card .bmb_web-template-aside,.storybook-dark-theme .bmb_web-template-full-width-card .bmb_web-template-header,.storybook-dark-theme .bmb_web-template-full-width-card .bmb_web-template-main,.storybook-dark-theme .bmb_web-template-full-width-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-900));border-color:RGBA(var(--color-charade-800))}.bmb_web-template-justify-width-card{grid-template-columns:1fr;grid-template-rows:71px max-content max-content;grid-template-areas:\"topBar\" \"header\" \"content\";font-family:Poppins-Regular,sans-serif;font-size:.75rem}@media (min-width: 1000px){.bmb_web-template-justify-width-card{grid-template-columns:1fr;grid-template-rows:71px max-content 1fr;gap:0}}.bmb_web-template-justify-width-card .bmb_web-template-top-bar{grid-area:topBar}.bmb_web-template-justify-width-card .bmb_web-template-header{background-color:RGBA(var(--color-charade-100));display:flex;flex-direction:column;gap:var(--bmb-spacing-s);padding:var(--bmb-spacing-l);grid-area:header}@media (min-width: 1000px){.bmb_web-template-justify-width-card .bmb_web-template-header{margin-bottom:var(--bmb-spacing-m)}}.bmb_web-template-justify-width-card .bmb_web-template-header-container{margin:0 auto;width:100%;box-sizing:border-box;max-width:100rem}@media (max-width: 999px){.bmb_web-template-justify-width-card .bmb_web-template-header-container{padding-left:1rem}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-justify-width-card .bmb_web-template-header-container{padding-left:5rem}}.bmb_web-template-justify-width-card .bmb_web-template-header-title{font-family:Poppins-Regular,sans-serif;font-size:1.5rem;font-weight:400}.bmb_web-template-justify-width-card .bmb_web-template-header-subtitle{font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:400}.bmb_web-template-justify-width-card .bmb_web-template-container{max-width:100rem;padding:var(--bmb-spacing-m);width:100%;box-sizing:border-box;margin:0 auto;height:100%;overflow:auto}@media (max-width: 999px){.bmb_web-template-justify-width-card .bmb_web-template-container{padding-left:1rem;height:max-content}}@media (min-width: 1000px){.bmb_web-template-justify-width-card .bmb_web-template-container{padding:0 1rem 1rem}}@media (min-width: 1800px){.bmb_web-template-justify-width-card .bmb_web-template-container{padding:0}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-justify-width-card .bmb_web-template-container{padding-left:6.25rem}}.bmb_web-template-justify-width-card .bmb_web-template-main{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}.bmb_web-template-justify-width-card .bmb_web-template-main-container{overflow:auto}.bmb_web-template-justify-width-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}[data-theme=dark] .bmb_web-template-justify-width-card .bmb_web-template-header,[data-theme=dark] .bmb_web-template-justify-width-card .bmb_web-template-main,[data-theme=dark] .bmb_web-template-justify-width-card .bmb_web-template-aside,.storybook-dark-theme .bmb_web-template-justify-width-card .bmb_web-template-header,.storybook-dark-theme .bmb_web-template-justify-width-card .bmb_web-template-main,.storybook-dark-theme .bmb_web-template-justify-width-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-900));border-color:RGBA(var(--color-charade-800))}.bmb_web-template-single-column-card{grid-template-columns:1fr;grid-template-rows:71px max-content max-content;grid-template-areas:\"topBar\" \"header\" \"content\";font-family:Poppins-Regular,sans-serif;font-size:.75rem}@media (min-width: 1000px){.bmb_web-template-single-column-card{grid-template-columns:1fr;grid-template-rows:71px max-content 1fr;gap:0}}.bmb_web-template-single-column-card .bmb_web-template-top-bar{grid-area:topBar}.bmb_web-template-single-column-card .bmb_web-template-header{background-color:RGBA(var(--color-charade-100));display:flex;flex-direction:column;gap:var(--bmb-spacing-s);padding:var(--bmb-spacing-l);grid-area:header}@media (min-width: 1000px){.bmb_web-template-single-column-card .bmb_web-template-header{margin-bottom:var(--bmb-spacing-m)}}.bmb_web-template-single-column-card .bmb_web-template-header-container{margin:0 auto;width:100%;box-sizing:border-box;max-width:100rem}@media (max-width: 999px){.bmb_web-template-single-column-card .bmb_web-template-header-container{padding-left:1rem}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-single-column-card .bmb_web-template-header-container{padding-left:5rem}}.bmb_web-template-single-column-card .bmb_web-template-header-title{font-family:Poppins-Regular,sans-serif;font-size:1.5rem;font-weight:400}.bmb_web-template-single-column-card .bmb_web-template-header-subtitle{font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:400}.bmb_web-template-single-column-card .bmb_web-template-container{max-width:100rem;padding:var(--bmb-spacing-m);width:100%;box-sizing:border-box;margin:0 auto;height:100%;overflow:auto}@media (max-width: 999px){.bmb_web-template-single-column-card .bmb_web-template-container{padding-left:1rem;height:max-content}}@media (min-width: 1000px){.bmb_web-template-single-column-card .bmb_web-template-container{padding:0 1rem 1rem}}@media (min-width: 1800px){.bmb_web-template-single-column-card .bmb_web-template-container{padding:0}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-single-column-card .bmb_web-template-container{padding-left:6.25rem}}.bmb_web-template-single-column-card .bmb_web-template-main{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}.bmb_web-template-single-column-card .bmb_web-template-main-container{overflow:auto}[data-theme=dark] .bmb_web-template-single-column-card .bmb_web-template-header,[data-theme=dark] .bmb_web-template-single-column-card .bmb_web-template-main,.storybook-dark-theme .bmb_web-template-single-column-card .bmb_web-template-header,.storybook-dark-theme .bmb_web-template-single-column-card .bmb_web-template-main{background-color:RGBA(var(--color-charade-900));border-color:RGBA(var(--color-charade-800))}.bmb_web-template-aside-first-card{grid-template-columns:1fr;grid-template-rows:71px max-content max-content;grid-template-areas:\"topBar\" \"header\" \"content\";font-family:Poppins-Regular,sans-serif;font-size:.75rem}@media (min-width: 1000px){.bmb_web-template-aside-first-card{gap:0}}@media (min-width: 1000px){.bmb_web-template-aside-first-card.bmb_web-template{height:auto;overflow:auto}}.bmb_web-template-aside-first-card .bmb_web-template-top-bar{grid-area:topBar}.bmb_web-template-aside-first-card .bmb_web-template-header{background-color:RGBA(var(--color-charade-100));display:flex;flex-direction:column;gap:var(--bmb-spacing-s);padding:var(--bmb-spacing-l);grid-area:header}@media (min-width: 1000px){.bmb_web-template-aside-first-card .bmb_web-template-header{margin-bottom:var(--bmb-spacing-m)}}.bmb_web-template-aside-first-card .bmb_web-template-header-container{margin:0 auto;width:100%;box-sizing:border-box;max-width:100rem}@media (max-width: 999px){.bmb_web-template-aside-first-card .bmb_web-template-header-container{padding-left:1rem}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-aside-first-card .bmb_web-template-header-container{padding-left:5rem}}.bmb_web-template-aside-first-card .bmb_web-template-header-title{font-family:Poppins-Regular,sans-serif;font-size:1.5rem;font-weight:400}.bmb_web-template-aside-first-card .bmb_web-template-header-subtitle{font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:400}.bmb_web-template-aside-first-card .bmb_web-template-container{max-width:100rem;padding:var(--bmb-spacing-m);width:100%;box-sizing:border-box;margin:0 auto;overflow:auto}@media (max-width: 999px){.bmb_web-template-aside-first-card .bmb_web-template-container{padding-left:1rem;height:max-content}}@media (min-width: 1000px){.bmb_web-template-aside-first-card .bmb_web-template-container{padding:0 1rem 1rem}}@media (min-width: 1800px){.bmb_web-template-aside-first-card .bmb_web-template-container{padding:0}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-aside-first-card .bmb_web-template-container{padding-left:6.25rem}}.bmb_web-template-aside-first-card .bmb_web-template-main,.bmb_web-template-aside-first-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);border:.0625rem solid RGBA(var(--color-charade-300))}[data-theme=dark] .bmb_web-template-aside-first-card .bmb_web-template-header,[data-theme=dark] .bmb_web-template-aside-first-card .bmb_web-template-main,[data-theme=dark] .bmb_web-template-aside-first-card .bmb_web-template-aside,.storybook-dark-theme .bmb_web-template-aside-first-card .bmb_web-template-header,.storybook-dark-theme .bmb_web-template-aside-first-card .bmb_web-template-main,.storybook-dark-theme .bmb_web-template-aside-first-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-900));border-color:RGBA(var(--color-charade-800))}.bmb_web-template-aside-light-card{grid-template-columns:1fr;grid-template-rows:71px max-content max-content;grid-template-areas:\"topBar\" \"header\" \"content\";font-family:Poppins-Regular,sans-serif;font-size:.75rem}@media (min-width: 1000px){.bmb_web-template-aside-light-card{grid-template-columns:1fr;grid-template-rows:71px max-content 1fr;gap:0}}.bmb_web-template-aside-light-card .bmb_web-template-top-bar{grid-area:topBar}.bmb_web-template-aside-light-card .bmb_web-template-header{background-color:RGBA(var(--color-charade-100));display:flex;flex-direction:column;gap:var(--bmb-spacing-s);padding:var(--bmb-spacing-l);grid-area:header}@media (min-width: 1000px){.bmb_web-template-aside-light-card .bmb_web-template-header{margin-bottom:var(--bmb-spacing-m)}}.bmb_web-template-aside-light-card .bmb_web-template-header-container{margin:0 auto;width:100%;box-sizing:border-box;max-width:100rem}@media (max-width: 999px){.bmb_web-template-aside-light-card .bmb_web-template-header-container{padding-left:1rem}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-aside-light-card .bmb_web-template-header-container{padding-left:5rem}}.bmb_web-template-aside-light-card .bmb_web-template-header-title{font-family:Poppins-Regular,sans-serif;font-size:1.5rem;font-weight:400}.bmb_web-template-aside-light-card .bmb_web-template-header-subtitle{font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:400}.bmb_web-template-aside-light-card .bmb_web-template-container{max-width:100rem;padding:var(--bmb-spacing-m);width:100%;box-sizing:border-box;margin:0 auto;height:100%;overflow:auto}@media (max-width: 999px){.bmb_web-template-aside-light-card .bmb_web-template-container{padding-left:1rem;height:max-content}}@media (min-width: 1000px){.bmb_web-template-aside-light-card .bmb_web-template-container{padding:0 1rem 1rem;gap:0 0 var(--bmb-spacing-m)}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-aside-light-card .bmb_web-template-container{padding-left:6.25rem}}.bmb_web-template-aside-light-card .bmb_web-template-main{border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto}@media (min-width: 1000px){.bmb_web-template-aside-light-card .bmb_web-template-main{border:.0625rem solid RGBA(var(--color-charade-100));border-radius:0 var(--bmb-radius-m) var(--bmb-radius-m) 0}}.bmb_web-template-aside-light-card .bmb_web-template-main-container{overflow:auto}.bmb_web-template-aside-light-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto}@media (min-width: 1000px){.bmb_web-template-aside-light-card .bmb_web-template-aside{border-radius:var(--bmb-radius-m) 0 0 var(--bmb-radius-m)}}[data-theme=dark] .bmb_web-template-aside-light-card .bmb_web-template-header,[data-theme=dark] .bmb_web-template-aside-light-card .bmb_web-template-aside,.storybook-dark-theme .bmb_web-template-aside-light-card .bmb_web-template-header,.storybook-dark-theme .bmb_web-template-aside-light-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-900));border-color:RGBA(var(--color-charade-800))}@media (min-width: 1000px){[data-theme=dark] .bmb_web-template-aside-light-card .bmb_web-template-main,.storybook-dark-theme .bmb_web-template-aside-light-card .bmb_web-template-main{border:.0625rem solid RGBA(var(--color-charade-900))}}.bmb_web-template-two-aside-card{grid-template-columns:1fr;grid-template-rows:71px max-content max-content;grid-template-areas:\"topBar\" \"header\" \"content\";font-family:Poppins-Regular,sans-serif;font-size:.75rem}@media (min-width: 1000px){.bmb_web-template-two-aside-card{grid-template-columns:1fr;grid-template-rows:71px max-content 1fr;gap:0}}.bmb_web-template-two-aside-card .bmb_web-template-top-bar{grid-area:topBar}.bmb_web-template-two-aside-card .bmb_web-template-header{background-color:RGBA(var(--color-charade-100));display:flex;flex-direction:column;gap:var(--bmb-spacing-s);padding:var(--bmb-spacing-l);grid-area:header}@media (min-width: 1000px){.bmb_web-template-two-aside-card .bmb_web-template-header{margin-bottom:var(--bmb-spacing-m)}}.bmb_web-template-two-aside-card .bmb_web-template-header-container{margin:0 auto;width:100%;box-sizing:border-box;max-width:100rem}@media (max-width: 999px){.bmb_web-template-two-aside-card .bmb_web-template-header-container{padding-left:1rem}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-two-aside-card .bmb_web-template-header-container{padding-left:5rem}}.bmb_web-template-two-aside-card .bmb_web-template-header-title{font-family:Poppins-Regular,sans-serif;font-size:1.5rem;font-weight:400}.bmb_web-template-two-aside-card .bmb_web-template-header-subtitle{font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:400}.bmb_web-template-two-aside-card .bmb_web-template-container{max-width:100rem;padding:var(--bmb-spacing-m);width:100%;box-sizing:border-box;margin:0 auto;height:100%;overflow:auto}@media (max-width: 999px){.bmb_web-template-two-aside-card .bmb_web-template-container{padding-left:1rem;height:max-content}}@media (min-width: 1000px){.bmb_web-template-two-aside-card .bmb_web-template-container{padding:0 1rem 1rem}}@media (min-width: 1800px){.bmb_web-template-two-aside-card .bmb_web-template-container{padding:0}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-two-aside-card .bmb_web-template-container{padding-left:6.25rem}}.bmb_web-template-two-aside-card .bmb_web-template-main{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}.bmb_web-template-two-aside-card .bmb_web-template-main-container{overflow:auto}.bmb_web-template-two-aside-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}[data-theme=dark] .bmb_web-template-two-aside-card .bmb_web-template-header,[data-theme=dark] .bmb_web-template-two-aside-card .bmb_web-template-main,[data-theme=dark] .bmb_web-template-two-aside-card .bmb_web-template-aside,.storybook-dark-theme .bmb_web-template-two-aside-card .bmb_web-template-header,.storybook-dark-theme .bmb_web-template-two-aside-card .bmb_web-template-main,.storybook-dark-theme .bmb_web-template-two-aside-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-900));border-color:RGBA(var(--color-charade-800))}.bmb_web-template{background-color:RGBA(var(--color-charade-200));display:grid;gap:0;min-height:100dvh}@media (min-width: 1000px){.bmb_web-template{height:100dvh;overflow:hidden}}[data-theme=dark] .bmb_web-template,.storybook-dark-theme .bmb_web-template{background-color:RGBA(var(--color-charade-950));color:RGBA(var(--color-charade-50))}\n"], dependencies: [{ kind: "component", type: BmbTopBarComponent, selector: "bmb-top-bar", inputs: ["userInformation", "appName", "appPowered", "appSubTitle", "lang", "mitec", "alertNotification", "showRoleButton", "showHelpButton", "allowSidebarForMobile", "positionButtonMenu", "hasLogoutButton", "showLang", "showUserName", "assignmentNotification", "image", "mobileImage"], outputs: ["imageChange", "mobileImageChange", "helpButtonClick", "userProfileClick", "alertButtonClick", "roleButtonClick", "backToHomeClick", "logOut", "onLangChange"] }, { kind: "component", type: BmbSidebarComponent, selector: "bmb-sidebar", inputs: ["elements", "title", "position"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: BmbDividerComponent, selector: "bmb-divider", inputs: ["type"] }, { kind: "directive", type: BmbLayoutDirective, selector: "[bmbLayout]", inputs: ["gapSize", "margin", "dynamicCols", "justify", "alignItems"] }, { kind: "directive", type: BmbLayoutItemDirective, selector: "[bmbLayoutItem]", inputs: ["colSm", "colLg", "marginLeft", "marginRight", "colGrow", "isDynamicItem"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
51
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BmbWebTemplatesComponent, isStandalone: true, selector: "bmb-web-templates", inputs: { isFullScreen: { classPropertyName: "isFullScreen", publicName: "isFullScreen", isSignal: true, isRequired: false, transformFunction: null }, titleScreen: { classPropertyName: "titleScreen", publicName: "titleScreen", isSignal: true, isRequired: false, transformFunction: null }, subTitleScreen: { classPropertyName: "subTitleScreen", publicName: "subTitleScreen", isSignal: true, isRequired: false, transformFunction: null }, template: { classPropertyName: "template", publicName: "template", isSignal: true, isRequired: false, transformFunction: null }, titleMainSlot: { classPropertyName: "titleMainSlot", publicName: "titleMainSlot", isSignal: true, isRequired: false, transformFunction: null }, titleAsideSlot: { classPropertyName: "titleAsideSlot", publicName: "titleAsideSlot", isSignal: true, isRequired: false, transformFunction: null }, topBarPositionButtonMenu: { classPropertyName: "topBarPositionButtonMenu", publicName: "topBarPositionButtonMenu", isSignal: true, isRequired: false, transformFunction: null }, topBarUserInformation: { classPropertyName: "topBarUserInformation", publicName: "topBarUserInformation", isSignal: true, isRequired: false, transformFunction: null }, topBarHasLogoutButton: { classPropertyName: "topBarHasLogoutButton", publicName: "topBarHasLogoutButton", isSignal: true, isRequired: false, transformFunction: null }, topBarImage: { classPropertyName: "topBarImage", publicName: "topBarImage", isSignal: true, isRequired: false, transformFunction: null }, topBarMobileImage: { classPropertyName: "topBarMobileImage", publicName: "topBarMobileImage", isSignal: true, isRequired: false, transformFunction: null }, topBarAppName: { classPropertyName: "topBarAppName", publicName: "topBarAppName", isSignal: true, isRequired: false, transformFunction: null }, topBarAppSubTitle: { classPropertyName: "topBarAppSubTitle", publicName: "topBarAppSubTitle", isSignal: true, isRequired: false, transformFunction: null }, topBarShowLang: { classPropertyName: "topBarShowLang", publicName: "topBarShowLang", isSignal: true, isRequired: false, transformFunction: null }, topBarLang: { classPropertyName: "topBarLang", publicName: "topBarLang", isSignal: true, isRequired: false, transformFunction: null }, topBarMitec: { classPropertyName: "topBarMitec", publicName: "topBarMitec", isSignal: true, isRequired: false, transformFunction: null }, topBarAssignmentNotification: { classPropertyName: "topBarAssignmentNotification", publicName: "topBarAssignmentNotification", isSignal: true, isRequired: false, transformFunction: null }, topBarAlertNotification: { classPropertyName: "topBarAlertNotification", publicName: "topBarAlertNotification", isSignal: true, isRequired: false, transformFunction: null }, sideBarElements: { classPropertyName: "sideBarElements", publicName: "sideBarElements", isSignal: true, isRequired: false, transformFunction: null }, sideBarTitle: { classPropertyName: "sideBarTitle", publicName: "sideBarTitle", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { topBarLogOut: "topBarLogOut", topBarOnLangChange: "topBarOnLangChange" }, queries: [{ propertyName: "asideContent", first: true, predicate: ["bmbTemplateAside"], descendants: true }, { propertyName: "mainContent", first: true, predicate: ["bmbTemplateMain"], descendants: true }, { propertyName: "secondAsideContent", first: true, predicate: ["bmbTemplateSecondAside"], descendants: true }, { propertyName: "singleColumnCard", first: true, predicate: ["singleColumnCard"], descendants: true }, { propertyName: "asideFirstCard", first: true, predicate: ["asideFirstCard"], descendants: true }, { propertyName: "asideLightCard", first: true, predicate: ["asideLightCard"], descendants: true }, { propertyName: "twoAsideCard", first: true, predicate: ["twoAsideCard"], descendants: true }], ngImport: i0, template: "<section [ngClass]=\"getSectionClass()\">\n <bmb-top-bar\n [userInformation]=\"topBarUserInformation()\"\n [hasLogoutButton]=\"topBarHasLogoutButton()\"\n [image]=\"topBarImage()\"\n [mobileImage]=\"topBarMobileImage()\"\n [appName]=\"topBarAppName()\"\n [appSubTitle]=\"topBarAppSubTitle()\"\n [lang]=\"topBarLang()\"\n [showLang]=\"topBarShowLang()\"\n [mitec]=\"topBarMitec()\"\n [assignmentNotification]=\"topBarAssignmentNotification()\"\n [alertNotification]=\"topBarAlertNotification()\"\n class=\"bmb_web-template-top-bar\"\n (logOut)=\"handleLogOut($event)\"\n (onLangChange)=\"handleLangChange($event)\"\n />\n <header class=\"bmb_web-template-header\">\n <div\n class=\"bmb_web-template-header-container\"\n [ngClass]=\"{ 'bmb_web-template-full-screen': isFullScreen() }\"\n >\n <h1 class=\"bmb_web-template-header-title\">{{ titleScreen() }}</h1>\n <h2 class=\"bmb_web-template-header-subtitle\">{{ subTitleScreen() }}</h2>\n </div>\n </header>\n @switch (template()) {\n @case ('full-width-card') {\n <ng-container [ngTemplateOutlet]=\"fullWidthCard\" />\n }\n @case ('justify-width-card') {\n <ng-container [ngTemplateOutlet]=\"justifyWidthCard\" />\n }\n @case ('single-column-card') {\n <ng-container [ngTemplateOutlet]=\"singleColumnCard\" />\n }\n @case ('aside-first-card') {\n <ng-container [ngTemplateOutlet]=\"asideFirstCard\" />\n }\n @case ('aside-light-card') {\n <ng-container [ngTemplateOutlet]=\"asideLightCard\" />\n }\n @case ('two-aside-card') {\n <ng-container [ngTemplateOutlet]=\"twoAsideCard\" />\n }\n }\n <bmb-sidebar\n [elements]=\"sideBarElements()\"\n [title]=\"sideBarTitle()\"\n ></bmb-sidebar>\n</section>\n\n<ng-template #fullWidthCard>\n <main class=\"bmb_web-template-main\">\n <section class=\"bmb_web-template-main-container\">\n @if (titleMainSlot()) {\n <h3>{{ titleMainSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"mainContent\" />\n </section>\n </main>\n <aside class=\"bmb_web-template-aside\">\n @if (titleAsideSlot()) {\n <h3>{{ titleAsideSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"asideContent\" />\n </aside>\n</ng-template>\n\n<ng-template #justifyWidthCard>\n <section\n class=\"bmb_web-template-container\"\n bmbLayout\n gapSize=\"m\"\n margin=\"none\"\n >\n <main class=\"bmb_web-template-main\" bmbLayoutItem [colLg]=\"8\">\n <section class=\"bmb_web-template-main-container\">\n @if (titleMainSlot()) {\n <h3>{{ titleMainSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"mainContent\" />\n </section>\n </main>\n <aside class=\"bmb_web-template-aside\" bmbLayoutItem [colLg]=\"4\">\n @if (titleAsideSlot()) {\n <h3>{{ titleAsideSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"asideContent\" />\n </aside>\n </section>\n</ng-template>\n\n<ng-template #singleColumnCard>\n <section\n class=\"bmb_web-template-container\"\n bmbLayout\n gapSize=\"m\"\n margin=\"none\"\n >\n <main class=\"bmb_web-template-main\" bmbLayoutItem [colLg]=\"12\">\n <section class=\"bmb_web-template-main-container\">\n @if (titleMainSlot()) {\n <h3>{{ titleMainSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"mainContent\" />\n </section>\n </main>\n </section>\n</ng-template>\n\n<ng-template #asideFirstCard>\n <section\n class=\"bmb_web-template-container\"\n bmbLayout\n gapSize=\"m\"\n margin=\"none\"\n >\n <aside class=\"bmb_web-template-aside\" bmbLayoutItem [colLg]=\"12\">\n @if (titleAsideSlot()) {\n <h3>{{ titleAsideSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"asideContent\" />\n </aside>\n <main class=\"bmb_web-template-main\" bmbLayoutItem [colLg]=\"12\">\n <section class=\"bmb_web-template-main-container\">\n <ng-container [ngTemplateOutlet]=\"mainContent\" />\n </section>\n </main>\n </section>\n</ng-template>\n\n<ng-template #asideLightCard>\n <section\n class=\"bmb_web-template-container\"\n bmbLayout\n gapSize=\"m\"\n margin=\"none\"\n >\n <aside class=\"bmb_web-template-aside\" bmbLayoutItem [colLg]=\"3\">\n <ng-container [ngTemplateOutlet]=\"asideContent\" />\n </aside>\n <main class=\"bmb_web-template-main\" bmbLayoutItem [colLg]=\"9\">\n <section class=\"bmb_web-template-main-container\">\n @if (titleMainSlot()) {\n <h3>{{ titleMainSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"mainContent\" />\n </section>\n </main>\n </section>\n</ng-template>\n\n<ng-template #twoAsideCard>\n <section\n class=\"bmb_web-template-container\"\n bmbLayout\n gapSize=\"m\"\n margin=\"none\"\n >\n <aside class=\"bmb_web-template-aside\" bmbLayoutItem [colLg]=\"3\">\n <ng-container [ngTemplateOutlet]=\"asideContent\" />\n </aside>\n <main class=\"bmb_web-template-main\" bmbLayoutItem [colLg]=\"6\">\n <section class=\"bmb_web-template-main-container\">\n @if (titleMainSlot()) {\n <h3>{{ titleMainSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"mainContent\" />\n </section>\n </main>\n <aside class=\"bmb_web-template-aside\" bmbLayoutItem [colLg]=\"3\">\n <ng-container [ngTemplateOutlet]=\"secondAsideContent\" />\n </aside>\n </section>\n</ng-template>\n", styles: ["@font-face{font-family:Poppins-Light;font-style:normal;font-weight:300;src:url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Regular;font-style:normal;font-weight:400;src:url(/assets/fonts/Poppins/Poppins-Regular.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Bold;font-style:normal;font-weight:700;src:url(/assets/fonts/Poppins/Poppins-Bold.ttf) format(\"truetype\")}:root,:host{--font-display: \"Poppins-Regular\", sans-serif}.font-thin-1{font-family:Poppins-Thin,sans-serif;font-size:.625rem}.font-light-1{font-family:Poppins-Light,sans-serif;font-size:.625rem}.font-regular-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.font-medium-1{font-family:Poppins-Medium,sans-serif;font-size:.625rem}.font-semibold-1{font-family:Poppins-Semibold,sans-serif;font-size:.625rem}.font-bold-1{font-family:Poppins-Bold,sans-serif;font-size:.625rem}.font-thin-2{font-family:Poppins-Thin,sans-serif;font-size:.6875rem}.font-light-2{font-family:Poppins-Light,sans-serif;font-size:.6875rem}.font-regular-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.font-medium-2{font-family:Poppins-Medium,sans-serif;font-size:.6875rem}.font-semibold-2{font-family:Poppins-Semibold,sans-serif;font-size:.6875rem}.font-bold-2{font-family:Poppins-Bold,sans-serif;font-size:.6875rem}.font-thin-3{font-family:Poppins-Thin,sans-serif;font-size:.75rem}.font-light-3{font-family:Poppins-Light,sans-serif;font-size:.75rem}.font-regular-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.font-medium-3{font-family:Poppins-Medium,sans-serif;font-size:.75rem}.font-semibold-3{font-family:Poppins-Semibold,sans-serif;font-size:.75rem}.font-bold-3{font-family:Poppins-Bold,sans-serif;font-size:.75rem}.font-thin-4{font-family:Poppins-Thin,sans-serif;font-size:.875rem}.font-light-4{font-family:Poppins-Light,sans-serif;font-size:.875rem}.font-regular-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.font-medium-4{font-family:Poppins-Medium,sans-serif;font-size:.875rem}.font-semibold-4{font-family:Poppins-Semibold,sans-serif;font-size:.875rem}.font-bold-4{font-family:Poppins-Bold,sans-serif;font-size:.875rem}.font-thin-4_5{font-family:Poppins-Thin,sans-serif;font-size:.9375rem}.font-light-4_5{font-family:Poppins-Light,sans-serif;font-size:.9375rem}.font-regular-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.font-medium-4_5{font-family:Poppins-Medium,sans-serif;font-size:.9375rem}.font-semibold-4_5{font-family:Poppins-Semibold,sans-serif;font-size:.9375rem}.font-bold-4_5{font-family:Poppins-Bold,sans-serif;font-size:.9375rem}.font-thin-5{font-family:Poppins-Thin,sans-serif;font-size:1rem}.font-light-5{font-family:Poppins-Light,sans-serif;font-size:1rem}.font-regular-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.font-medium-5{font-family:Poppins-Medium,sans-serif;font-size:1rem}.font-semibold-5{font-family:Poppins-Semibold,sans-serif;font-size:1rem}.font-bold-5{font-family:Poppins-Bold,sans-serif;font-size:1rem}.font-thin-6{font-family:Poppins-Thin,sans-serif;font-size:1.125rem}.font-light-6{font-family:Poppins-Light,sans-serif;font-size:1.125rem}.font-regular-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.font-medium-6{font-family:Poppins-Medium,sans-serif;font-size:1.125rem}.font-semibold-6{font-family:Poppins-Semibold,sans-serif;font-size:1.125rem}.font-bold-6{font-family:Poppins-Bold,sans-serif;font-size:1.125rem}.font-thin-7{font-family:Poppins-Thin,sans-serif;font-size:1.25rem}.font-light-7{font-family:Poppins-Light,sans-serif;font-size:1.25rem}.font-regular-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.font-medium-7{font-family:Poppins-Medium,sans-serif;font-size:1.25rem}.font-semibold-7{font-family:Poppins-Semibold,sans-serif;font-size:1.25rem}.font-bold-7{font-family:Poppins-Bold,sans-serif;font-size:1.25rem}.font-thin-8{font-family:Poppins-Thin,sans-serif;font-size:1.375rem}.font-light-8{font-family:Poppins-Light,sans-serif;font-size:1.375rem}.font-regular-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.font-medium-8{font-family:Poppins-Medium,sans-serif;font-size:1.375rem}.font-semibold-8{font-family:Poppins-Semibold,sans-serif;font-size:1.375rem}.font-bold-8{font-family:Poppins-Bold,sans-serif;font-size:1.375rem}.font-thin-9{font-family:Poppins-Thin,sans-serif;font-size:1.5rem}.font-light-9{font-family:Poppins-Light,sans-serif;font-size:1.5rem}.font-regular-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.font-medium-9{font-family:Poppins-Medium,sans-serif;font-size:1.5rem}.font-semibold-9{font-family:Poppins-Semibold,sans-serif;font-size:1.5rem}.font-bold-9{font-family:Poppins-Bold,sans-serif;font-size:1.5rem}.font-thin-10{font-family:Poppins-Thin,sans-serif;font-size:1.625rem}.font-light-10{font-family:Poppins-Light,sans-serif;font-size:1.625rem}.font-regular-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.font-medium-10{font-family:Poppins-Medium,sans-serif;font-size:1.625rem}.font-semibold-10{font-family:Poppins-Semibold,sans-serif;font-size:1.625rem}.font-bold-10{font-family:Poppins-Bold,sans-serif;font-size:1.625rem}.font-thin-11{font-family:Poppins-Thin,sans-serif;font-size:2.25rem}.font-light-11{font-family:Poppins-Light,sans-serif;font-size:2.25rem}.font-regular-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.font-medium-11{font-family:Poppins-Medium,sans-serif;font-size:2.25rem}.font-semibold-11{font-family:Poppins-Semibold,sans-serif;font-size:2.25rem}.font-bold-11{font-family:Poppins-Bold,sans-serif;font-size:2.25rem}.font-thin-12{font-family:Poppins-Thin,sans-serif;font-size:3rem}.font-light-12{font-family:Poppins-Light,sans-serif;font-size:3rem}.font-regular-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.font-medium-12{font-family:Poppins-Medium,sans-serif;font-size:3rem}.font-semibold-12{font-family:Poppins-Semibold,sans-serif;font-size:3rem}.font-bold-12{font-family:Poppins-Bold,sans-serif;font-size:3rem}.bmb_web-template-full-width-card{grid-template-columns:1fr;grid-template-rows:71px max-content max-content max-content;grid-template-areas:\"topBar\" \"header\" \"main\" \"aside\";gap:1rem;font-family:Poppins-Regular,sans-serif;font-size:.75rem}@media (min-width: 62.5625rem){.bmb_web-template-full-width-card{grid-template-columns:2fr 1fr;grid-template-rows:71px max-content 1fr;gap:0;grid-template-areas:\"topBar topBar\" \"header header\" \"main aside\"}}.bmb_web-template-full-width-card .bmb_web-template-top-bar{grid-area:topBar}.bmb_web-template-full-width-card .bmb_web-template-header{background-color:RGBA(var(--color-charade-100));display:flex;flex-direction:column;gap:var(--bmb-spacing-s);padding:var(--bmb-spacing-l);grid-area:header}@media (min-width: 62.5625rem){.bmb_web-template-full-width-card .bmb_web-template-header{margin-bottom:var(--bmb-spacing-m)}}.bmb_web-template-full-width-card .bmb_web-template-header-container{margin:0 auto;width:100%;box-sizing:border-box}@media (max-width: 62.5rem){.bmb_web-template-full-width-card .bmb_web-template-header-container{padding-left:1rem}}@media (min-width: 62.5625rem){.bmb_web-template-full-width-card .bmb_web-template-header-container{padding-left:5rem}}.bmb_web-template-full-width-card .bmb_web-template-header-title{font-family:Poppins-Regular,sans-serif;font-size:1.5rem;font-weight:400}.bmb_web-template-full-width-card .bmb_web-template-header-subtitle{font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:400}.bmb_web-template-full-width-card .bmb_web-template-main{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);margin:0 var(--bmb-spacing-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}@media (min-width: 62.5625rem){.bmb_web-template-full-width-card .bmb_web-template-main{margin-left:0;border-radius:0 var(--bmb-radius-m) var(--bmb-radius-m) 0;margin-bottom:0;border-width:.0625rem .0625rem 0 0}}.bmb_web-template-full-width-card .bmb_web-template-main-container{overflow:auto}@media (min-width: 62.5625rem){.bmb_web-template-full-width-card .bmb_web-template-main-container{padding-left:5.5rem}}.bmb_web-template-full-width-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);margin:0 var(--bmb-spacing-m) var(--bmb-spacing-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}@media (min-width: 62.5625rem){.bmb_web-template-full-width-card .bmb_web-template-aside{margin:0;border-radius:var(--bmb-radius-m) 0 0 var(--bmb-radius-m);border-width:.0625rem 0 0 .0625rem}}[data-theme=dark] .bmb_web-template-full-width-card .bmb_web-template-header,[data-theme=dark] .bmb_web-template-full-width-card .bmb_web-template-main,[data-theme=dark] .bmb_web-template-full-width-card .bmb_web-template-aside,.storybook-dark-theme .bmb_web-template-full-width-card .bmb_web-template-header,.storybook-dark-theme .bmb_web-template-full-width-card .bmb_web-template-main,.storybook-dark-theme .bmb_web-template-full-width-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-900));border-color:RGBA(var(--color-charade-800))}.bmb_web-template-justify-width-card{grid-template-columns:1fr;grid-template-rows:71px max-content max-content;grid-template-areas:\"topBar\" \"header\" \"content\";font-family:Poppins-Regular,sans-serif;font-size:.75rem}@media (min-width: 62.5625rem){.bmb_web-template-justify-width-card{grid-template-columns:1fr;grid-template-rows:71px max-content 1fr;gap:0}}.bmb_web-template-justify-width-card .bmb_web-template-top-bar{grid-area:topBar}.bmb_web-template-justify-width-card .bmb_web-template-header{background-color:RGBA(var(--color-charade-100));display:flex;flex-direction:column;gap:var(--bmb-spacing-s);padding:var(--bmb-spacing-l);grid-area:header}@media (min-width: 62.5625rem){.bmb_web-template-justify-width-card .bmb_web-template-header{margin-bottom:var(--bmb-spacing-m)}}.bmb_web-template-justify-width-card .bmb_web-template-header-container{margin:0 auto;width:100%;box-sizing:border-box;max-width:100rem}@media (max-width: 62.5rem){.bmb_web-template-justify-width-card .bmb_web-template-header-container{padding-left:1rem}}@media (width >= 62.5625rem) and (width <= 112.5rem){.bmb_web-template-justify-width-card .bmb_web-template-header-container{padding-left:5rem}}.bmb_web-template-justify-width-card .bmb_web-template-header-title{font-family:Poppins-Regular,sans-serif;font-size:1.5rem;font-weight:400}.bmb_web-template-justify-width-card .bmb_web-template-header-subtitle{font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:400}.bmb_web-template-justify-width-card .bmb_web-template-container{max-width:100rem;padding:var(--bmb-spacing-m);width:100%;box-sizing:border-box;margin:0 auto;height:100%;overflow:auto}@media (max-width: 62.5rem){.bmb_web-template-justify-width-card .bmb_web-template-container{padding-left:1rem;height:max-content}}@media (min-width: 62.5625rem){.bmb_web-template-justify-width-card .bmb_web-template-container{padding:0 1rem 1rem}}@media (min-width: 112.5rem){.bmb_web-template-justify-width-card .bmb_web-template-container{padding:0}}@media (width >= 62.5625rem) and (width <= 112.5rem){.bmb_web-template-justify-width-card .bmb_web-template-container{padding-left:6.25rem}}.bmb_web-template-justify-width-card .bmb_web-template-main{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}.bmb_web-template-justify-width-card .bmb_web-template-main-container{overflow:auto}.bmb_web-template-justify-width-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}[data-theme=dark] .bmb_web-template-justify-width-card .bmb_web-template-header,[data-theme=dark] .bmb_web-template-justify-width-card .bmb_web-template-main,[data-theme=dark] .bmb_web-template-justify-width-card .bmb_web-template-aside,.storybook-dark-theme .bmb_web-template-justify-width-card .bmb_web-template-header,.storybook-dark-theme .bmb_web-template-justify-width-card .bmb_web-template-main,.storybook-dark-theme .bmb_web-template-justify-width-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-900));border-color:RGBA(var(--color-charade-800))}.bmb_web-template-single-column-card{grid-template-columns:1fr;grid-template-rows:71px max-content max-content;grid-template-areas:\"topBar\" \"header\" \"content\";font-family:Poppins-Regular,sans-serif;font-size:.75rem}@media (min-width: 62.5625rem){.bmb_web-template-single-column-card{grid-template-columns:1fr;grid-template-rows:71px max-content 1fr;gap:0}}.bmb_web-template-single-column-card .bmb_web-template-top-bar{grid-area:topBar}.bmb_web-template-single-column-card .bmb_web-template-header{background-color:RGBA(var(--color-charade-100));display:flex;flex-direction:column;gap:var(--bmb-spacing-s);padding:var(--bmb-spacing-l);grid-area:header}@media (min-width: 62.5625rem){.bmb_web-template-single-column-card .bmb_web-template-header{margin-bottom:var(--bmb-spacing-m)}}.bmb_web-template-single-column-card .bmb_web-template-header-container{margin:0 auto;width:100%;box-sizing:border-box;max-width:100rem}@media (max-width: 62.5rem){.bmb_web-template-single-column-card .bmb_web-template-header-container{padding-left:1rem}}@media (width >= 62.5625rem) and (width <= 112.5rem){.bmb_web-template-single-column-card .bmb_web-template-header-container{padding-left:5rem}}.bmb_web-template-single-column-card .bmb_web-template-header-title{font-family:Poppins-Regular,sans-serif;font-size:1.5rem;font-weight:400}.bmb_web-template-single-column-card .bmb_web-template-header-subtitle{font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:400}.bmb_web-template-single-column-card .bmb_web-template-container{max-width:100rem;padding:var(--bmb-spacing-m);width:100%;box-sizing:border-box;margin:0 auto;height:100%;overflow:auto}@media (max-width: 62.5rem){.bmb_web-template-single-column-card .bmb_web-template-container{padding-left:1rem;height:max-content}}@media (min-width: 62.5625rem){.bmb_web-template-single-column-card .bmb_web-template-container{padding:0 1rem 1rem}}@media (min-width: 112.5rem){.bmb_web-template-single-column-card .bmb_web-template-container{padding:0}}@media (width >= 62.5625rem) and (width <= 112.5rem){.bmb_web-template-single-column-card .bmb_web-template-container{padding-left:6.25rem}}.bmb_web-template-single-column-card .bmb_web-template-main{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}.bmb_web-template-single-column-card .bmb_web-template-main-container{overflow:auto}[data-theme=dark] .bmb_web-template-single-column-card .bmb_web-template-header,[data-theme=dark] .bmb_web-template-single-column-card .bmb_web-template-main,.storybook-dark-theme .bmb_web-template-single-column-card .bmb_web-template-header,.storybook-dark-theme .bmb_web-template-single-column-card .bmb_web-template-main{background-color:RGBA(var(--color-charade-900));border-color:RGBA(var(--color-charade-800))}.bmb_web-template-aside-first-card{grid-template-columns:1fr;grid-template-rows:71px max-content max-content;grid-template-areas:\"topBar\" \"header\" \"content\";font-family:Poppins-Regular,sans-serif;font-size:.75rem}@media (min-width: 62.5625rem){.bmb_web-template-aside-first-card{gap:0}}@media (min-width: 62.5625rem){.bmb_web-template-aside-first-card.bmb_web-template{height:auto;overflow:auto}}.bmb_web-template-aside-first-card .bmb_web-template-top-bar{grid-area:topBar}.bmb_web-template-aside-first-card .bmb_web-template-header{background-color:RGBA(var(--color-charade-100));display:flex;flex-direction:column;gap:var(--bmb-spacing-s);padding:var(--bmb-spacing-l);grid-area:header}@media (min-width: 62.5625rem){.bmb_web-template-aside-first-card .bmb_web-template-header{margin-bottom:var(--bmb-spacing-m)}}.bmb_web-template-aside-first-card .bmb_web-template-header-container{margin:0 auto;width:100%;box-sizing:border-box;max-width:100rem}@media (max-width: 62.5rem){.bmb_web-template-aside-first-card .bmb_web-template-header-container{padding-left:1rem}}@media (width >= 62.5625rem) and (width <= 112.5rem){.bmb_web-template-aside-first-card .bmb_web-template-header-container{padding-left:5rem}}.bmb_web-template-aside-first-card .bmb_web-template-header-title{font-family:Poppins-Regular,sans-serif;font-size:1.5rem;font-weight:400}.bmb_web-template-aside-first-card .bmb_web-template-header-subtitle{font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:400}.bmb_web-template-aside-first-card .bmb_web-template-container{max-width:100rem;padding:var(--bmb-spacing-m);width:100%;box-sizing:border-box;margin:0 auto;overflow:auto}@media (max-width: 62.5rem){.bmb_web-template-aside-first-card .bmb_web-template-container{padding-left:1rem;height:max-content}}@media (min-width: 62.5625rem){.bmb_web-template-aside-first-card .bmb_web-template-container{padding:0 1rem 1rem}}@media (min-width: 112.5rem){.bmb_web-template-aside-first-card .bmb_web-template-container{padding:0}}@media (width >= 62.5625rem) and (width <= 112.5rem){.bmb_web-template-aside-first-card .bmb_web-template-container{padding-left:6.25rem}}.bmb_web-template-aside-first-card .bmb_web-template-main,.bmb_web-template-aside-first-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);border:.0625rem solid RGBA(var(--color-charade-300))}[data-theme=dark] .bmb_web-template-aside-first-card .bmb_web-template-header,[data-theme=dark] .bmb_web-template-aside-first-card .bmb_web-template-main,[data-theme=dark] .bmb_web-template-aside-first-card .bmb_web-template-aside,.storybook-dark-theme .bmb_web-template-aside-first-card .bmb_web-template-header,.storybook-dark-theme .bmb_web-template-aside-first-card .bmb_web-template-main,.storybook-dark-theme .bmb_web-template-aside-first-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-900));border-color:RGBA(var(--color-charade-800))}.bmb_web-template-aside-light-card{grid-template-columns:1fr;grid-template-rows:71px max-content max-content;grid-template-areas:\"topBar\" \"header\" \"content\";font-family:Poppins-Regular,sans-serif;font-size:.75rem}@media (min-width: 62.5625rem){.bmb_web-template-aside-light-card{grid-template-columns:1fr;grid-template-rows:71px max-content 1fr;gap:0}}.bmb_web-template-aside-light-card .bmb_web-template-top-bar{grid-area:topBar}.bmb_web-template-aside-light-card .bmb_web-template-header{background-color:RGBA(var(--color-charade-100));display:flex;flex-direction:column;gap:var(--bmb-spacing-s);padding:var(--bmb-spacing-l);grid-area:header}@media (min-width: 62.5625rem){.bmb_web-template-aside-light-card .bmb_web-template-header{margin-bottom:var(--bmb-spacing-m)}}.bmb_web-template-aside-light-card .bmb_web-template-header-container{margin:0 auto;width:100%;box-sizing:border-box;max-width:100rem}@media (max-width: 62.5rem){.bmb_web-template-aside-light-card .bmb_web-template-header-container{padding-left:1rem}}@media (width >= 62.5625rem) and (width <= 112.5rem){.bmb_web-template-aside-light-card .bmb_web-template-header-container{padding-left:5rem}}.bmb_web-template-aside-light-card .bmb_web-template-header-title{font-family:Poppins-Regular,sans-serif;font-size:1.5rem;font-weight:400}.bmb_web-template-aside-light-card .bmb_web-template-header-subtitle{font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:400}.bmb_web-template-aside-light-card .bmb_web-template-container{max-width:100rem;padding:var(--bmb-spacing-m);width:100%;box-sizing:border-box;margin:0 auto;height:100%;overflow:auto}@media (max-width: 62.5rem){.bmb_web-template-aside-light-card .bmb_web-template-container{padding-left:1rem;height:max-content}}@media (min-width: 62.5625rem){.bmb_web-template-aside-light-card .bmb_web-template-container{padding:0 1rem 1rem;gap:0 0 var(--bmb-spacing-m)}}@media (width >= 62.5625rem) and (width <= 112.5rem){.bmb_web-template-aside-light-card .bmb_web-template-container{padding-left:6.25rem}}.bmb_web-template-aside-light-card .bmb_web-template-main{border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto}@media (min-width: 62.5625rem){.bmb_web-template-aside-light-card .bmb_web-template-main{border:.0625rem solid RGBA(var(--color-charade-100));border-radius:0 var(--bmb-radius-m) var(--bmb-radius-m) 0}}.bmb_web-template-aside-light-card .bmb_web-template-main-container{overflow:auto}.bmb_web-template-aside-light-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto}@media (min-width: 62.5625rem){.bmb_web-template-aside-light-card .bmb_web-template-aside{border-radius:var(--bmb-radius-m) 0 0 var(--bmb-radius-m)}}[data-theme=dark] .bmb_web-template-aside-light-card .bmb_web-template-header,[data-theme=dark] .bmb_web-template-aside-light-card .bmb_web-template-aside,.storybook-dark-theme .bmb_web-template-aside-light-card .bmb_web-template-header,.storybook-dark-theme .bmb_web-template-aside-light-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-900));border-color:RGBA(var(--color-charade-800))}@media (min-width: 62.5625rem){[data-theme=dark] .bmb_web-template-aside-light-card .bmb_web-template-main,.storybook-dark-theme .bmb_web-template-aside-light-card .bmb_web-template-main{border:.0625rem solid RGBA(var(--color-charade-900))}}.bmb_web-template-two-aside-card{grid-template-columns:1fr;grid-template-rows:71px max-content max-content;grid-template-areas:\"topBar\" \"header\" \"content\";font-family:Poppins-Regular,sans-serif;font-size:.75rem}@media (min-width: 62.5625rem){.bmb_web-template-two-aside-card{grid-template-columns:1fr;grid-template-rows:71px max-content 1fr;gap:0}}.bmb_web-template-two-aside-card .bmb_web-template-top-bar{grid-area:topBar}.bmb_web-template-two-aside-card .bmb_web-template-header{background-color:RGBA(var(--color-charade-100));display:flex;flex-direction:column;gap:var(--bmb-spacing-s);padding:var(--bmb-spacing-l);grid-area:header}@media (min-width: 62.5625rem){.bmb_web-template-two-aside-card .bmb_web-template-header{margin-bottom:var(--bmb-spacing-m)}}.bmb_web-template-two-aside-card .bmb_web-template-header-container{margin:0 auto;width:100%;box-sizing:border-box;max-width:100rem}@media (max-width: 62.5rem){.bmb_web-template-two-aside-card .bmb_web-template-header-container{padding-left:1rem}}@media (width >= 62.5625rem) and (width <= 112.5rem){.bmb_web-template-two-aside-card .bmb_web-template-header-container{padding-left:5rem}}.bmb_web-template-two-aside-card .bmb_web-template-header-title{font-family:Poppins-Regular,sans-serif;font-size:1.5rem;font-weight:400}.bmb_web-template-two-aside-card .bmb_web-template-header-subtitle{font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:400}.bmb_web-template-two-aside-card .bmb_web-template-container{max-width:100rem;padding:var(--bmb-spacing-m);width:100%;box-sizing:border-box;margin:0 auto;height:100%;overflow:auto}@media (max-width: 62.5rem){.bmb_web-template-two-aside-card .bmb_web-template-container{padding-left:1rem;height:max-content}}@media (min-width: 62.5625rem){.bmb_web-template-two-aside-card .bmb_web-template-container{padding:0 1rem 1rem}}@media (min-width: 112.5rem){.bmb_web-template-two-aside-card .bmb_web-template-container{padding:0}}@media (width >= 62.5625rem) and (width <= 112.5rem){.bmb_web-template-two-aside-card .bmb_web-template-container{padding-left:6.25rem}}.bmb_web-template-two-aside-card .bmb_web-template-main{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}.bmb_web-template-two-aside-card .bmb_web-template-main-container{overflow:auto}.bmb_web-template-two-aside-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}[data-theme=dark] .bmb_web-template-two-aside-card .bmb_web-template-header,[data-theme=dark] .bmb_web-template-two-aside-card .bmb_web-template-main,[data-theme=dark] .bmb_web-template-two-aside-card .bmb_web-template-aside,.storybook-dark-theme .bmb_web-template-two-aside-card .bmb_web-template-header,.storybook-dark-theme .bmb_web-template-two-aside-card .bmb_web-template-main,.storybook-dark-theme .bmb_web-template-two-aside-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-900));border-color:RGBA(var(--color-charade-800))}.bmb_web-template{background-color:RGBA(var(--color-charade-200));display:grid;gap:0;min-height:100dvh}@media (min-width: 62.5625rem){.bmb_web-template{height:100dvh;overflow:hidden}}[data-theme=dark] .bmb_web-template,.storybook-dark-theme .bmb_web-template{background-color:RGBA(var(--color-charade-950));color:RGBA(var(--color-charade-50))}\n"], dependencies: [{ kind: "component", type: BmbTopBarComponent, selector: "bmb-top-bar", inputs: ["userInformation", "appName", "appPowered", "appSubTitle", "lang", "mitec", "alertNotification", "showRoleButton", "showHelpButton", "allowSidebarForMobile", "positionButtonMenu", "hasLogoutButton", "showLang", "showUserName", "assignmentNotification", "image", "mobileImage"], outputs: ["imageChange", "mobileImageChange", "helpButtonClick", "userProfileClick", "alertButtonClick", "roleButtonClick", "backToHomeClick", "logOut", "onLangChange"] }, { kind: "component", type: BmbSidebarComponent, selector: "bmb-sidebar", inputs: ["elements", "title", "position"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: BmbDividerComponent, selector: "bmb-divider", inputs: ["type"] }, { kind: "directive", type: BmbLayoutDirective, selector: "[bmbLayout]", inputs: ["gapSize", "margin", "dynamicCols", "justify", "alignItems", "isContainerQuery"] }, { kind: "directive", type: BmbLayoutItemDirective, selector: "[bmbLayoutItem]", inputs: ["colSm", "colLg", "marginLeft", "marginRight", "colGrow", "isDynamicItem"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
52
52
  }
53
53
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbWebTemplatesComponent, decorators: [{
54
54
  type: Component,
@@ -59,7 +59,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
59
59
  BmbDividerComponent,
60
60
  BmbLayoutDirective,
61
61
  BmbLayoutItemDirective,
62
- ], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<section [ngClass]=\"getSectionClass()\">\n <bmb-top-bar\n [userInformation]=\"topBarUserInformation()\"\n [hasLogoutButton]=\"topBarHasLogoutButton()\"\n [image]=\"topBarImage()\"\n [mobileImage]=\"topBarMobileImage()\"\n [appName]=\"topBarAppName()\"\n [appSubTitle]=\"topBarAppSubTitle()\"\n [lang]=\"topBarLang()\"\n [showLang]=\"topBarShowLang()\"\n [mitec]=\"topBarMitec()\"\n [assignmentNotification]=\"topBarAssignmentNotification()\"\n [alertNotification]=\"topBarAlertNotification()\"\n class=\"bmb_web-template-top-bar\"\n (logOut)=\"handleLogOut($event)\"\n (onLangChange)=\"handleLangChange($event)\"\n />\n <header class=\"bmb_web-template-header\">\n <div\n class=\"bmb_web-template-header-container\"\n [ngClass]=\"{ 'bmb_web-template-full-screen': isFullScreen() }\"\n >\n <h1 class=\"bmb_web-template-header-title\">{{ titleScreen() }}</h1>\n <h2 class=\"bmb_web-template-header-subtitle\">{{ subTitleScreen() }}</h2>\n </div>\n </header>\n @switch (template()) {\n @case ('full-width-card') {\n <ng-container [ngTemplateOutlet]=\"fullWidthCard\" />\n }\n @case ('justify-width-card') {\n <ng-container [ngTemplateOutlet]=\"justifyWidthCard\" />\n }\n @case ('single-column-card') {\n <ng-container [ngTemplateOutlet]=\"singleColumnCard\" />\n }\n @case ('aside-first-card') {\n <ng-container [ngTemplateOutlet]=\"asideFirstCard\" />\n }\n @case ('aside-light-card') {\n <ng-container [ngTemplateOutlet]=\"asideLightCard\" />\n }\n @case ('two-aside-card') {\n <ng-container [ngTemplateOutlet]=\"twoAsideCard\" />\n }\n }\n <bmb-sidebar\n [elements]=\"sideBarElements()\"\n [title]=\"sideBarTitle()\"\n ></bmb-sidebar>\n</section>\n\n<ng-template #fullWidthCard>\n <main class=\"bmb_web-template-main\">\n <section class=\"bmb_web-template-main-container\">\n @if (titleMainSlot()) {\n <h3>{{ titleMainSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"mainContent\" />\n </section>\n </main>\n <aside class=\"bmb_web-template-aside\">\n @if (titleAsideSlot()) {\n <h3>{{ titleAsideSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"asideContent\" />\n </aside>\n</ng-template>\n\n<ng-template #justifyWidthCard>\n <section\n class=\"bmb_web-template-container\"\n bmbLayout\n gapSize=\"m\"\n margin=\"none\"\n >\n <main class=\"bmb_web-template-main\" bmbLayoutItem [colLg]=\"8\">\n <section class=\"bmb_web-template-main-container\">\n @if (titleMainSlot()) {\n <h3>{{ titleMainSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"mainContent\" />\n </section>\n </main>\n <aside class=\"bmb_web-template-aside\" bmbLayoutItem [colLg]=\"4\">\n @if (titleAsideSlot()) {\n <h3>{{ titleAsideSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"asideContent\" />\n </aside>\n </section>\n</ng-template>\n\n<ng-template #singleColumnCard>\n <section\n class=\"bmb_web-template-container\"\n bmbLayout\n gapSize=\"m\"\n margin=\"none\"\n >\n <main class=\"bmb_web-template-main\" bmbLayoutItem [colLg]=\"12\">\n <section class=\"bmb_web-template-main-container\">\n @if (titleMainSlot()) {\n <h3>{{ titleMainSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"mainContent\" />\n </section>\n </main>\n </section>\n</ng-template>\n\n<ng-template #asideFirstCard>\n <section\n class=\"bmb_web-template-container\"\n bmbLayout\n gapSize=\"m\"\n margin=\"none\"\n >\n <aside class=\"bmb_web-template-aside\" bmbLayoutItem [colLg]=\"12\">\n @if (titleAsideSlot()) {\n <h3>{{ titleAsideSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"asideContent\" />\n </aside>\n <main class=\"bmb_web-template-main\" bmbLayoutItem [colLg]=\"12\">\n <section class=\"bmb_web-template-main-container\">\n <ng-container [ngTemplateOutlet]=\"mainContent\" />\n </section>\n </main>\n </section>\n</ng-template>\n\n<ng-template #asideLightCard>\n <section\n class=\"bmb_web-template-container\"\n bmbLayout\n gapSize=\"m\"\n margin=\"none\"\n >\n <aside class=\"bmb_web-template-aside\" bmbLayoutItem [colLg]=\"3\">\n <ng-container [ngTemplateOutlet]=\"asideContent\" />\n </aside>\n <main class=\"bmb_web-template-main\" bmbLayoutItem [colLg]=\"9\">\n <section class=\"bmb_web-template-main-container\">\n @if (titleMainSlot()) {\n <h3>{{ titleMainSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"mainContent\" />\n </section>\n </main>\n </section>\n</ng-template>\n\n<ng-template #twoAsideCard>\n <section\n class=\"bmb_web-template-container\"\n bmbLayout\n gapSize=\"m\"\n margin=\"none\"\n >\n <aside class=\"bmb_web-template-aside\" bmbLayoutItem [colLg]=\"3\">\n <ng-container [ngTemplateOutlet]=\"asideContent\" />\n </aside>\n <main class=\"bmb_web-template-main\" bmbLayoutItem [colLg]=\"6\">\n <section class=\"bmb_web-template-main-container\">\n @if (titleMainSlot()) {\n <h3>{{ titleMainSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"mainContent\" />\n </section>\n </main>\n <aside class=\"bmb_web-template-aside\" bmbLayoutItem [colLg]=\"3\">\n <ng-container [ngTemplateOutlet]=\"secondAsideContent\" />\n </aside>\n </section>\n</ng-template>\n", styles: ["@font-face{font-family:Poppins-Light;font-style:normal;font-weight:300;src:url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Regular;font-style:normal;font-weight:400;src:url(/assets/fonts/Poppins/Poppins-Regular.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Bold;font-style:normal;font-weight:700;src:url(/assets/fonts/Poppins/Poppins-Bold.ttf) format(\"truetype\")}:root,:host{--font-display: \"Poppins-Regular\", sans-serif}.font-thin-1{font-family:Poppins-Thin,sans-serif;font-size:.625rem}.font-light-1{font-family:Poppins-Light,sans-serif;font-size:.625rem}.font-regular-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.font-medium-1{font-family:Poppins-Medium,sans-serif;font-size:.625rem}.font-semibold-1{font-family:Poppins-Semibold,sans-serif;font-size:.625rem}.font-bold-1{font-family:Poppins-Bold,sans-serif;font-size:.625rem}.font-thin-2{font-family:Poppins-Thin,sans-serif;font-size:.6875rem}.font-light-2{font-family:Poppins-Light,sans-serif;font-size:.6875rem}.font-regular-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.font-medium-2{font-family:Poppins-Medium,sans-serif;font-size:.6875rem}.font-semibold-2{font-family:Poppins-Semibold,sans-serif;font-size:.6875rem}.font-bold-2{font-family:Poppins-Bold,sans-serif;font-size:.6875rem}.font-thin-3{font-family:Poppins-Thin,sans-serif;font-size:.75rem}.font-light-3{font-family:Poppins-Light,sans-serif;font-size:.75rem}.font-regular-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.font-medium-3{font-family:Poppins-Medium,sans-serif;font-size:.75rem}.font-semibold-3{font-family:Poppins-Semibold,sans-serif;font-size:.75rem}.font-bold-3{font-family:Poppins-Bold,sans-serif;font-size:.75rem}.font-thin-4{font-family:Poppins-Thin,sans-serif;font-size:.875rem}.font-light-4{font-family:Poppins-Light,sans-serif;font-size:.875rem}.font-regular-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.font-medium-4{font-family:Poppins-Medium,sans-serif;font-size:.875rem}.font-semibold-4{font-family:Poppins-Semibold,sans-serif;font-size:.875rem}.font-bold-4{font-family:Poppins-Bold,sans-serif;font-size:.875rem}.font-thin-4_5{font-family:Poppins-Thin,sans-serif;font-size:.9375rem}.font-light-4_5{font-family:Poppins-Light,sans-serif;font-size:.9375rem}.font-regular-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.font-medium-4_5{font-family:Poppins-Medium,sans-serif;font-size:.9375rem}.font-semibold-4_5{font-family:Poppins-Semibold,sans-serif;font-size:.9375rem}.font-bold-4_5{font-family:Poppins-Bold,sans-serif;font-size:.9375rem}.font-thin-5{font-family:Poppins-Thin,sans-serif;font-size:1rem}.font-light-5{font-family:Poppins-Light,sans-serif;font-size:1rem}.font-regular-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.font-medium-5{font-family:Poppins-Medium,sans-serif;font-size:1rem}.font-semibold-5{font-family:Poppins-Semibold,sans-serif;font-size:1rem}.font-bold-5{font-family:Poppins-Bold,sans-serif;font-size:1rem}.font-thin-6{font-family:Poppins-Thin,sans-serif;font-size:1.125rem}.font-light-6{font-family:Poppins-Light,sans-serif;font-size:1.125rem}.font-regular-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.font-medium-6{font-family:Poppins-Medium,sans-serif;font-size:1.125rem}.font-semibold-6{font-family:Poppins-Semibold,sans-serif;font-size:1.125rem}.font-bold-6{font-family:Poppins-Bold,sans-serif;font-size:1.125rem}.font-thin-7{font-family:Poppins-Thin,sans-serif;font-size:1.25rem}.font-light-7{font-family:Poppins-Light,sans-serif;font-size:1.25rem}.font-regular-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.font-medium-7{font-family:Poppins-Medium,sans-serif;font-size:1.25rem}.font-semibold-7{font-family:Poppins-Semibold,sans-serif;font-size:1.25rem}.font-bold-7{font-family:Poppins-Bold,sans-serif;font-size:1.25rem}.font-thin-8{font-family:Poppins-Thin,sans-serif;font-size:1.375rem}.font-light-8{font-family:Poppins-Light,sans-serif;font-size:1.375rem}.font-regular-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.font-medium-8{font-family:Poppins-Medium,sans-serif;font-size:1.375rem}.font-semibold-8{font-family:Poppins-Semibold,sans-serif;font-size:1.375rem}.font-bold-8{font-family:Poppins-Bold,sans-serif;font-size:1.375rem}.font-thin-9{font-family:Poppins-Thin,sans-serif;font-size:1.5rem}.font-light-9{font-family:Poppins-Light,sans-serif;font-size:1.5rem}.font-regular-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.font-medium-9{font-family:Poppins-Medium,sans-serif;font-size:1.5rem}.font-semibold-9{font-family:Poppins-Semibold,sans-serif;font-size:1.5rem}.font-bold-9{font-family:Poppins-Bold,sans-serif;font-size:1.5rem}.font-thin-10{font-family:Poppins-Thin,sans-serif;font-size:1.625rem}.font-light-10{font-family:Poppins-Light,sans-serif;font-size:1.625rem}.font-regular-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.font-medium-10{font-family:Poppins-Medium,sans-serif;font-size:1.625rem}.font-semibold-10{font-family:Poppins-Semibold,sans-serif;font-size:1.625rem}.font-bold-10{font-family:Poppins-Bold,sans-serif;font-size:1.625rem}.font-thin-11{font-family:Poppins-Thin,sans-serif;font-size:2.25rem}.font-light-11{font-family:Poppins-Light,sans-serif;font-size:2.25rem}.font-regular-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.font-medium-11{font-family:Poppins-Medium,sans-serif;font-size:2.25rem}.font-semibold-11{font-family:Poppins-Semibold,sans-serif;font-size:2.25rem}.font-bold-11{font-family:Poppins-Bold,sans-serif;font-size:2.25rem}.font-thin-12{font-family:Poppins-Thin,sans-serif;font-size:3rem}.font-light-12{font-family:Poppins-Light,sans-serif;font-size:3rem}.font-regular-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.font-medium-12{font-family:Poppins-Medium,sans-serif;font-size:3rem}.font-semibold-12{font-family:Poppins-Semibold,sans-serif;font-size:3rem}.font-bold-12{font-family:Poppins-Bold,sans-serif;font-size:3rem}.bmb_web-template-full-width-card{grid-template-columns:1fr;grid-template-rows:71px max-content max-content max-content;grid-template-areas:\"topBar\" \"header\" \"main\" \"aside\";gap:1rem;font-family:Poppins-Regular,sans-serif;font-size:.75rem}@media (min-width: 1000px){.bmb_web-template-full-width-card{grid-template-columns:2fr 1fr;grid-template-rows:71px max-content 1fr;gap:0;grid-template-areas:\"topBar topBar\" \"header header\" \"main aside\"}}.bmb_web-template-full-width-card .bmb_web-template-top-bar{grid-area:topBar}.bmb_web-template-full-width-card .bmb_web-template-header{background-color:RGBA(var(--color-charade-100));display:flex;flex-direction:column;gap:var(--bmb-spacing-s);padding:var(--bmb-spacing-l);grid-area:header}@media (min-width: 1000px){.bmb_web-template-full-width-card .bmb_web-template-header{margin-bottom:var(--bmb-spacing-m)}}.bmb_web-template-full-width-card .bmb_web-template-header-container{margin:0 auto;width:100%;box-sizing:border-box}@media (max-width: 999px){.bmb_web-template-full-width-card .bmb_web-template-header-container{padding-left:1rem}}@media (min-width: 1000px){.bmb_web-template-full-width-card .bmb_web-template-header-container{padding-left:5rem}}.bmb_web-template-full-width-card .bmb_web-template-header-title{font-family:Poppins-Regular,sans-serif;font-size:1.5rem;font-weight:400}.bmb_web-template-full-width-card .bmb_web-template-header-subtitle{font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:400}.bmb_web-template-full-width-card .bmb_web-template-main{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);margin:0 var(--bmb-spacing-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}@media (min-width: 1000px){.bmb_web-template-full-width-card .bmb_web-template-main{margin-left:0;border-radius:0 var(--bmb-radius-m) var(--bmb-radius-m) 0;margin-bottom:0;border-width:.0625rem .0625rem 0 0}}.bmb_web-template-full-width-card .bmb_web-template-main-container{overflow:auto}@media (min-width: 1000px){.bmb_web-template-full-width-card .bmb_web-template-main-container{padding-left:5.5rem}}.bmb_web-template-full-width-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);margin:0 var(--bmb-spacing-m) var(--bmb-spacing-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}@media (min-width: 1000px){.bmb_web-template-full-width-card .bmb_web-template-aside{margin:0;border-radius:var(--bmb-radius-m) 0 0 var(--bmb-radius-m);border-width:.0625rem 0 0 .0625rem}}[data-theme=dark] .bmb_web-template-full-width-card .bmb_web-template-header,[data-theme=dark] .bmb_web-template-full-width-card .bmb_web-template-main,[data-theme=dark] .bmb_web-template-full-width-card .bmb_web-template-aside,.storybook-dark-theme .bmb_web-template-full-width-card .bmb_web-template-header,.storybook-dark-theme .bmb_web-template-full-width-card .bmb_web-template-main,.storybook-dark-theme .bmb_web-template-full-width-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-900));border-color:RGBA(var(--color-charade-800))}.bmb_web-template-justify-width-card{grid-template-columns:1fr;grid-template-rows:71px max-content max-content;grid-template-areas:\"topBar\" \"header\" \"content\";font-family:Poppins-Regular,sans-serif;font-size:.75rem}@media (min-width: 1000px){.bmb_web-template-justify-width-card{grid-template-columns:1fr;grid-template-rows:71px max-content 1fr;gap:0}}.bmb_web-template-justify-width-card .bmb_web-template-top-bar{grid-area:topBar}.bmb_web-template-justify-width-card .bmb_web-template-header{background-color:RGBA(var(--color-charade-100));display:flex;flex-direction:column;gap:var(--bmb-spacing-s);padding:var(--bmb-spacing-l);grid-area:header}@media (min-width: 1000px){.bmb_web-template-justify-width-card .bmb_web-template-header{margin-bottom:var(--bmb-spacing-m)}}.bmb_web-template-justify-width-card .bmb_web-template-header-container{margin:0 auto;width:100%;box-sizing:border-box;max-width:100rem}@media (max-width: 999px){.bmb_web-template-justify-width-card .bmb_web-template-header-container{padding-left:1rem}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-justify-width-card .bmb_web-template-header-container{padding-left:5rem}}.bmb_web-template-justify-width-card .bmb_web-template-header-title{font-family:Poppins-Regular,sans-serif;font-size:1.5rem;font-weight:400}.bmb_web-template-justify-width-card .bmb_web-template-header-subtitle{font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:400}.bmb_web-template-justify-width-card .bmb_web-template-container{max-width:100rem;padding:var(--bmb-spacing-m);width:100%;box-sizing:border-box;margin:0 auto;height:100%;overflow:auto}@media (max-width: 999px){.bmb_web-template-justify-width-card .bmb_web-template-container{padding-left:1rem;height:max-content}}@media (min-width: 1000px){.bmb_web-template-justify-width-card .bmb_web-template-container{padding:0 1rem 1rem}}@media (min-width: 1800px){.bmb_web-template-justify-width-card .bmb_web-template-container{padding:0}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-justify-width-card .bmb_web-template-container{padding-left:6.25rem}}.bmb_web-template-justify-width-card .bmb_web-template-main{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}.bmb_web-template-justify-width-card .bmb_web-template-main-container{overflow:auto}.bmb_web-template-justify-width-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}[data-theme=dark] .bmb_web-template-justify-width-card .bmb_web-template-header,[data-theme=dark] .bmb_web-template-justify-width-card .bmb_web-template-main,[data-theme=dark] .bmb_web-template-justify-width-card .bmb_web-template-aside,.storybook-dark-theme .bmb_web-template-justify-width-card .bmb_web-template-header,.storybook-dark-theme .bmb_web-template-justify-width-card .bmb_web-template-main,.storybook-dark-theme .bmb_web-template-justify-width-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-900));border-color:RGBA(var(--color-charade-800))}.bmb_web-template-single-column-card{grid-template-columns:1fr;grid-template-rows:71px max-content max-content;grid-template-areas:\"topBar\" \"header\" \"content\";font-family:Poppins-Regular,sans-serif;font-size:.75rem}@media (min-width: 1000px){.bmb_web-template-single-column-card{grid-template-columns:1fr;grid-template-rows:71px max-content 1fr;gap:0}}.bmb_web-template-single-column-card .bmb_web-template-top-bar{grid-area:topBar}.bmb_web-template-single-column-card .bmb_web-template-header{background-color:RGBA(var(--color-charade-100));display:flex;flex-direction:column;gap:var(--bmb-spacing-s);padding:var(--bmb-spacing-l);grid-area:header}@media (min-width: 1000px){.bmb_web-template-single-column-card .bmb_web-template-header{margin-bottom:var(--bmb-spacing-m)}}.bmb_web-template-single-column-card .bmb_web-template-header-container{margin:0 auto;width:100%;box-sizing:border-box;max-width:100rem}@media (max-width: 999px){.bmb_web-template-single-column-card .bmb_web-template-header-container{padding-left:1rem}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-single-column-card .bmb_web-template-header-container{padding-left:5rem}}.bmb_web-template-single-column-card .bmb_web-template-header-title{font-family:Poppins-Regular,sans-serif;font-size:1.5rem;font-weight:400}.bmb_web-template-single-column-card .bmb_web-template-header-subtitle{font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:400}.bmb_web-template-single-column-card .bmb_web-template-container{max-width:100rem;padding:var(--bmb-spacing-m);width:100%;box-sizing:border-box;margin:0 auto;height:100%;overflow:auto}@media (max-width: 999px){.bmb_web-template-single-column-card .bmb_web-template-container{padding-left:1rem;height:max-content}}@media (min-width: 1000px){.bmb_web-template-single-column-card .bmb_web-template-container{padding:0 1rem 1rem}}@media (min-width: 1800px){.bmb_web-template-single-column-card .bmb_web-template-container{padding:0}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-single-column-card .bmb_web-template-container{padding-left:6.25rem}}.bmb_web-template-single-column-card .bmb_web-template-main{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}.bmb_web-template-single-column-card .bmb_web-template-main-container{overflow:auto}[data-theme=dark] .bmb_web-template-single-column-card .bmb_web-template-header,[data-theme=dark] .bmb_web-template-single-column-card .bmb_web-template-main,.storybook-dark-theme .bmb_web-template-single-column-card .bmb_web-template-header,.storybook-dark-theme .bmb_web-template-single-column-card .bmb_web-template-main{background-color:RGBA(var(--color-charade-900));border-color:RGBA(var(--color-charade-800))}.bmb_web-template-aside-first-card{grid-template-columns:1fr;grid-template-rows:71px max-content max-content;grid-template-areas:\"topBar\" \"header\" \"content\";font-family:Poppins-Regular,sans-serif;font-size:.75rem}@media (min-width: 1000px){.bmb_web-template-aside-first-card{gap:0}}@media (min-width: 1000px){.bmb_web-template-aside-first-card.bmb_web-template{height:auto;overflow:auto}}.bmb_web-template-aside-first-card .bmb_web-template-top-bar{grid-area:topBar}.bmb_web-template-aside-first-card .bmb_web-template-header{background-color:RGBA(var(--color-charade-100));display:flex;flex-direction:column;gap:var(--bmb-spacing-s);padding:var(--bmb-spacing-l);grid-area:header}@media (min-width: 1000px){.bmb_web-template-aside-first-card .bmb_web-template-header{margin-bottom:var(--bmb-spacing-m)}}.bmb_web-template-aside-first-card .bmb_web-template-header-container{margin:0 auto;width:100%;box-sizing:border-box;max-width:100rem}@media (max-width: 999px){.bmb_web-template-aside-first-card .bmb_web-template-header-container{padding-left:1rem}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-aside-first-card .bmb_web-template-header-container{padding-left:5rem}}.bmb_web-template-aside-first-card .bmb_web-template-header-title{font-family:Poppins-Regular,sans-serif;font-size:1.5rem;font-weight:400}.bmb_web-template-aside-first-card .bmb_web-template-header-subtitle{font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:400}.bmb_web-template-aside-first-card .bmb_web-template-container{max-width:100rem;padding:var(--bmb-spacing-m);width:100%;box-sizing:border-box;margin:0 auto;overflow:auto}@media (max-width: 999px){.bmb_web-template-aside-first-card .bmb_web-template-container{padding-left:1rem;height:max-content}}@media (min-width: 1000px){.bmb_web-template-aside-first-card .bmb_web-template-container{padding:0 1rem 1rem}}@media (min-width: 1800px){.bmb_web-template-aside-first-card .bmb_web-template-container{padding:0}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-aside-first-card .bmb_web-template-container{padding-left:6.25rem}}.bmb_web-template-aside-first-card .bmb_web-template-main,.bmb_web-template-aside-first-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);border:.0625rem solid RGBA(var(--color-charade-300))}[data-theme=dark] .bmb_web-template-aside-first-card .bmb_web-template-header,[data-theme=dark] .bmb_web-template-aside-first-card .bmb_web-template-main,[data-theme=dark] .bmb_web-template-aside-first-card .bmb_web-template-aside,.storybook-dark-theme .bmb_web-template-aside-first-card .bmb_web-template-header,.storybook-dark-theme .bmb_web-template-aside-first-card .bmb_web-template-main,.storybook-dark-theme .bmb_web-template-aside-first-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-900));border-color:RGBA(var(--color-charade-800))}.bmb_web-template-aside-light-card{grid-template-columns:1fr;grid-template-rows:71px max-content max-content;grid-template-areas:\"topBar\" \"header\" \"content\";font-family:Poppins-Regular,sans-serif;font-size:.75rem}@media (min-width: 1000px){.bmb_web-template-aside-light-card{grid-template-columns:1fr;grid-template-rows:71px max-content 1fr;gap:0}}.bmb_web-template-aside-light-card .bmb_web-template-top-bar{grid-area:topBar}.bmb_web-template-aside-light-card .bmb_web-template-header{background-color:RGBA(var(--color-charade-100));display:flex;flex-direction:column;gap:var(--bmb-spacing-s);padding:var(--bmb-spacing-l);grid-area:header}@media (min-width: 1000px){.bmb_web-template-aside-light-card .bmb_web-template-header{margin-bottom:var(--bmb-spacing-m)}}.bmb_web-template-aside-light-card .bmb_web-template-header-container{margin:0 auto;width:100%;box-sizing:border-box;max-width:100rem}@media (max-width: 999px){.bmb_web-template-aside-light-card .bmb_web-template-header-container{padding-left:1rem}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-aside-light-card .bmb_web-template-header-container{padding-left:5rem}}.bmb_web-template-aside-light-card .bmb_web-template-header-title{font-family:Poppins-Regular,sans-serif;font-size:1.5rem;font-weight:400}.bmb_web-template-aside-light-card .bmb_web-template-header-subtitle{font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:400}.bmb_web-template-aside-light-card .bmb_web-template-container{max-width:100rem;padding:var(--bmb-spacing-m);width:100%;box-sizing:border-box;margin:0 auto;height:100%;overflow:auto}@media (max-width: 999px){.bmb_web-template-aside-light-card .bmb_web-template-container{padding-left:1rem;height:max-content}}@media (min-width: 1000px){.bmb_web-template-aside-light-card .bmb_web-template-container{padding:0 1rem 1rem;gap:0 0 var(--bmb-spacing-m)}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-aside-light-card .bmb_web-template-container{padding-left:6.25rem}}.bmb_web-template-aside-light-card .bmb_web-template-main{border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto}@media (min-width: 1000px){.bmb_web-template-aside-light-card .bmb_web-template-main{border:.0625rem solid RGBA(var(--color-charade-100));border-radius:0 var(--bmb-radius-m) var(--bmb-radius-m) 0}}.bmb_web-template-aside-light-card .bmb_web-template-main-container{overflow:auto}.bmb_web-template-aside-light-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto}@media (min-width: 1000px){.bmb_web-template-aside-light-card .bmb_web-template-aside{border-radius:var(--bmb-radius-m) 0 0 var(--bmb-radius-m)}}[data-theme=dark] .bmb_web-template-aside-light-card .bmb_web-template-header,[data-theme=dark] .bmb_web-template-aside-light-card .bmb_web-template-aside,.storybook-dark-theme .bmb_web-template-aside-light-card .bmb_web-template-header,.storybook-dark-theme .bmb_web-template-aside-light-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-900));border-color:RGBA(var(--color-charade-800))}@media (min-width: 1000px){[data-theme=dark] .bmb_web-template-aside-light-card .bmb_web-template-main,.storybook-dark-theme .bmb_web-template-aside-light-card .bmb_web-template-main{border:.0625rem solid RGBA(var(--color-charade-900))}}.bmb_web-template-two-aside-card{grid-template-columns:1fr;grid-template-rows:71px max-content max-content;grid-template-areas:\"topBar\" \"header\" \"content\";font-family:Poppins-Regular,sans-serif;font-size:.75rem}@media (min-width: 1000px){.bmb_web-template-two-aside-card{grid-template-columns:1fr;grid-template-rows:71px max-content 1fr;gap:0}}.bmb_web-template-two-aside-card .bmb_web-template-top-bar{grid-area:topBar}.bmb_web-template-two-aside-card .bmb_web-template-header{background-color:RGBA(var(--color-charade-100));display:flex;flex-direction:column;gap:var(--bmb-spacing-s);padding:var(--bmb-spacing-l);grid-area:header}@media (min-width: 1000px){.bmb_web-template-two-aside-card .bmb_web-template-header{margin-bottom:var(--bmb-spacing-m)}}.bmb_web-template-two-aside-card .bmb_web-template-header-container{margin:0 auto;width:100%;box-sizing:border-box;max-width:100rem}@media (max-width: 999px){.bmb_web-template-two-aside-card .bmb_web-template-header-container{padding-left:1rem}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-two-aside-card .bmb_web-template-header-container{padding-left:5rem}}.bmb_web-template-two-aside-card .bmb_web-template-header-title{font-family:Poppins-Regular,sans-serif;font-size:1.5rem;font-weight:400}.bmb_web-template-two-aside-card .bmb_web-template-header-subtitle{font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:400}.bmb_web-template-two-aside-card .bmb_web-template-container{max-width:100rem;padding:var(--bmb-spacing-m);width:100%;box-sizing:border-box;margin:0 auto;height:100%;overflow:auto}@media (max-width: 999px){.bmb_web-template-two-aside-card .bmb_web-template-container{padding-left:1rem;height:max-content}}@media (min-width: 1000px){.bmb_web-template-two-aside-card .bmb_web-template-container{padding:0 1rem 1rem}}@media (min-width: 1800px){.bmb_web-template-two-aside-card .bmb_web-template-container{padding:0}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-two-aside-card .bmb_web-template-container{padding-left:6.25rem}}.bmb_web-template-two-aside-card .bmb_web-template-main{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}.bmb_web-template-two-aside-card .bmb_web-template-main-container{overflow:auto}.bmb_web-template-two-aside-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}[data-theme=dark] .bmb_web-template-two-aside-card .bmb_web-template-header,[data-theme=dark] .bmb_web-template-two-aside-card .bmb_web-template-main,[data-theme=dark] .bmb_web-template-two-aside-card .bmb_web-template-aside,.storybook-dark-theme .bmb_web-template-two-aside-card .bmb_web-template-header,.storybook-dark-theme .bmb_web-template-two-aside-card .bmb_web-template-main,.storybook-dark-theme .bmb_web-template-two-aside-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-900));border-color:RGBA(var(--color-charade-800))}.bmb_web-template{background-color:RGBA(var(--color-charade-200));display:grid;gap:0;min-height:100dvh}@media (min-width: 1000px){.bmb_web-template{height:100dvh;overflow:hidden}}[data-theme=dark] .bmb_web-template,.storybook-dark-theme .bmb_web-template{background-color:RGBA(var(--color-charade-950));color:RGBA(var(--color-charade-50))}\n"] }]
62
+ ], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<section [ngClass]=\"getSectionClass()\">\n <bmb-top-bar\n [userInformation]=\"topBarUserInformation()\"\n [hasLogoutButton]=\"topBarHasLogoutButton()\"\n [image]=\"topBarImage()\"\n [mobileImage]=\"topBarMobileImage()\"\n [appName]=\"topBarAppName()\"\n [appSubTitle]=\"topBarAppSubTitle()\"\n [lang]=\"topBarLang()\"\n [showLang]=\"topBarShowLang()\"\n [mitec]=\"topBarMitec()\"\n [assignmentNotification]=\"topBarAssignmentNotification()\"\n [alertNotification]=\"topBarAlertNotification()\"\n class=\"bmb_web-template-top-bar\"\n (logOut)=\"handleLogOut($event)\"\n (onLangChange)=\"handleLangChange($event)\"\n />\n <header class=\"bmb_web-template-header\">\n <div\n class=\"bmb_web-template-header-container\"\n [ngClass]=\"{ 'bmb_web-template-full-screen': isFullScreen() }\"\n >\n <h1 class=\"bmb_web-template-header-title\">{{ titleScreen() }}</h1>\n <h2 class=\"bmb_web-template-header-subtitle\">{{ subTitleScreen() }}</h2>\n </div>\n </header>\n @switch (template()) {\n @case ('full-width-card') {\n <ng-container [ngTemplateOutlet]=\"fullWidthCard\" />\n }\n @case ('justify-width-card') {\n <ng-container [ngTemplateOutlet]=\"justifyWidthCard\" />\n }\n @case ('single-column-card') {\n <ng-container [ngTemplateOutlet]=\"singleColumnCard\" />\n }\n @case ('aside-first-card') {\n <ng-container [ngTemplateOutlet]=\"asideFirstCard\" />\n }\n @case ('aside-light-card') {\n <ng-container [ngTemplateOutlet]=\"asideLightCard\" />\n }\n @case ('two-aside-card') {\n <ng-container [ngTemplateOutlet]=\"twoAsideCard\" />\n }\n }\n <bmb-sidebar\n [elements]=\"sideBarElements()\"\n [title]=\"sideBarTitle()\"\n ></bmb-sidebar>\n</section>\n\n<ng-template #fullWidthCard>\n <main class=\"bmb_web-template-main\">\n <section class=\"bmb_web-template-main-container\">\n @if (titleMainSlot()) {\n <h3>{{ titleMainSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"mainContent\" />\n </section>\n </main>\n <aside class=\"bmb_web-template-aside\">\n @if (titleAsideSlot()) {\n <h3>{{ titleAsideSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"asideContent\" />\n </aside>\n</ng-template>\n\n<ng-template #justifyWidthCard>\n <section\n class=\"bmb_web-template-container\"\n bmbLayout\n gapSize=\"m\"\n margin=\"none\"\n >\n <main class=\"bmb_web-template-main\" bmbLayoutItem [colLg]=\"8\">\n <section class=\"bmb_web-template-main-container\">\n @if (titleMainSlot()) {\n <h3>{{ titleMainSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"mainContent\" />\n </section>\n </main>\n <aside class=\"bmb_web-template-aside\" bmbLayoutItem [colLg]=\"4\">\n @if (titleAsideSlot()) {\n <h3>{{ titleAsideSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"asideContent\" />\n </aside>\n </section>\n</ng-template>\n\n<ng-template #singleColumnCard>\n <section\n class=\"bmb_web-template-container\"\n bmbLayout\n gapSize=\"m\"\n margin=\"none\"\n >\n <main class=\"bmb_web-template-main\" bmbLayoutItem [colLg]=\"12\">\n <section class=\"bmb_web-template-main-container\">\n @if (titleMainSlot()) {\n <h3>{{ titleMainSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"mainContent\" />\n </section>\n </main>\n </section>\n</ng-template>\n\n<ng-template #asideFirstCard>\n <section\n class=\"bmb_web-template-container\"\n bmbLayout\n gapSize=\"m\"\n margin=\"none\"\n >\n <aside class=\"bmb_web-template-aside\" bmbLayoutItem [colLg]=\"12\">\n @if (titleAsideSlot()) {\n <h3>{{ titleAsideSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"asideContent\" />\n </aside>\n <main class=\"bmb_web-template-main\" bmbLayoutItem [colLg]=\"12\">\n <section class=\"bmb_web-template-main-container\">\n <ng-container [ngTemplateOutlet]=\"mainContent\" />\n </section>\n </main>\n </section>\n</ng-template>\n\n<ng-template #asideLightCard>\n <section\n class=\"bmb_web-template-container\"\n bmbLayout\n gapSize=\"m\"\n margin=\"none\"\n >\n <aside class=\"bmb_web-template-aside\" bmbLayoutItem [colLg]=\"3\">\n <ng-container [ngTemplateOutlet]=\"asideContent\" />\n </aside>\n <main class=\"bmb_web-template-main\" bmbLayoutItem [colLg]=\"9\">\n <section class=\"bmb_web-template-main-container\">\n @if (titleMainSlot()) {\n <h3>{{ titleMainSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"mainContent\" />\n </section>\n </main>\n </section>\n</ng-template>\n\n<ng-template #twoAsideCard>\n <section\n class=\"bmb_web-template-container\"\n bmbLayout\n gapSize=\"m\"\n margin=\"none\"\n >\n <aside class=\"bmb_web-template-aside\" bmbLayoutItem [colLg]=\"3\">\n <ng-container [ngTemplateOutlet]=\"asideContent\" />\n </aside>\n <main class=\"bmb_web-template-main\" bmbLayoutItem [colLg]=\"6\">\n <section class=\"bmb_web-template-main-container\">\n @if (titleMainSlot()) {\n <h3>{{ titleMainSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"mainContent\" />\n </section>\n </main>\n <aside class=\"bmb_web-template-aside\" bmbLayoutItem [colLg]=\"3\">\n <ng-container [ngTemplateOutlet]=\"secondAsideContent\" />\n </aside>\n </section>\n</ng-template>\n", styles: ["@font-face{font-family:Poppins-Light;font-style:normal;font-weight:300;src:url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Regular;font-style:normal;font-weight:400;src:url(/assets/fonts/Poppins/Poppins-Regular.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Bold;font-style:normal;font-weight:700;src:url(/assets/fonts/Poppins/Poppins-Bold.ttf) format(\"truetype\")}:root,:host{--font-display: \"Poppins-Regular\", sans-serif}.font-thin-1{font-family:Poppins-Thin,sans-serif;font-size:.625rem}.font-light-1{font-family:Poppins-Light,sans-serif;font-size:.625rem}.font-regular-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.font-medium-1{font-family:Poppins-Medium,sans-serif;font-size:.625rem}.font-semibold-1{font-family:Poppins-Semibold,sans-serif;font-size:.625rem}.font-bold-1{font-family:Poppins-Bold,sans-serif;font-size:.625rem}.font-thin-2{font-family:Poppins-Thin,sans-serif;font-size:.6875rem}.font-light-2{font-family:Poppins-Light,sans-serif;font-size:.6875rem}.font-regular-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.font-medium-2{font-family:Poppins-Medium,sans-serif;font-size:.6875rem}.font-semibold-2{font-family:Poppins-Semibold,sans-serif;font-size:.6875rem}.font-bold-2{font-family:Poppins-Bold,sans-serif;font-size:.6875rem}.font-thin-3{font-family:Poppins-Thin,sans-serif;font-size:.75rem}.font-light-3{font-family:Poppins-Light,sans-serif;font-size:.75rem}.font-regular-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.font-medium-3{font-family:Poppins-Medium,sans-serif;font-size:.75rem}.font-semibold-3{font-family:Poppins-Semibold,sans-serif;font-size:.75rem}.font-bold-3{font-family:Poppins-Bold,sans-serif;font-size:.75rem}.font-thin-4{font-family:Poppins-Thin,sans-serif;font-size:.875rem}.font-light-4{font-family:Poppins-Light,sans-serif;font-size:.875rem}.font-regular-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.font-medium-4{font-family:Poppins-Medium,sans-serif;font-size:.875rem}.font-semibold-4{font-family:Poppins-Semibold,sans-serif;font-size:.875rem}.font-bold-4{font-family:Poppins-Bold,sans-serif;font-size:.875rem}.font-thin-4_5{font-family:Poppins-Thin,sans-serif;font-size:.9375rem}.font-light-4_5{font-family:Poppins-Light,sans-serif;font-size:.9375rem}.font-regular-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.font-medium-4_5{font-family:Poppins-Medium,sans-serif;font-size:.9375rem}.font-semibold-4_5{font-family:Poppins-Semibold,sans-serif;font-size:.9375rem}.font-bold-4_5{font-family:Poppins-Bold,sans-serif;font-size:.9375rem}.font-thin-5{font-family:Poppins-Thin,sans-serif;font-size:1rem}.font-light-5{font-family:Poppins-Light,sans-serif;font-size:1rem}.font-regular-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.font-medium-5{font-family:Poppins-Medium,sans-serif;font-size:1rem}.font-semibold-5{font-family:Poppins-Semibold,sans-serif;font-size:1rem}.font-bold-5{font-family:Poppins-Bold,sans-serif;font-size:1rem}.font-thin-6{font-family:Poppins-Thin,sans-serif;font-size:1.125rem}.font-light-6{font-family:Poppins-Light,sans-serif;font-size:1.125rem}.font-regular-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.font-medium-6{font-family:Poppins-Medium,sans-serif;font-size:1.125rem}.font-semibold-6{font-family:Poppins-Semibold,sans-serif;font-size:1.125rem}.font-bold-6{font-family:Poppins-Bold,sans-serif;font-size:1.125rem}.font-thin-7{font-family:Poppins-Thin,sans-serif;font-size:1.25rem}.font-light-7{font-family:Poppins-Light,sans-serif;font-size:1.25rem}.font-regular-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.font-medium-7{font-family:Poppins-Medium,sans-serif;font-size:1.25rem}.font-semibold-7{font-family:Poppins-Semibold,sans-serif;font-size:1.25rem}.font-bold-7{font-family:Poppins-Bold,sans-serif;font-size:1.25rem}.font-thin-8{font-family:Poppins-Thin,sans-serif;font-size:1.375rem}.font-light-8{font-family:Poppins-Light,sans-serif;font-size:1.375rem}.font-regular-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.font-medium-8{font-family:Poppins-Medium,sans-serif;font-size:1.375rem}.font-semibold-8{font-family:Poppins-Semibold,sans-serif;font-size:1.375rem}.font-bold-8{font-family:Poppins-Bold,sans-serif;font-size:1.375rem}.font-thin-9{font-family:Poppins-Thin,sans-serif;font-size:1.5rem}.font-light-9{font-family:Poppins-Light,sans-serif;font-size:1.5rem}.font-regular-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.font-medium-9{font-family:Poppins-Medium,sans-serif;font-size:1.5rem}.font-semibold-9{font-family:Poppins-Semibold,sans-serif;font-size:1.5rem}.font-bold-9{font-family:Poppins-Bold,sans-serif;font-size:1.5rem}.font-thin-10{font-family:Poppins-Thin,sans-serif;font-size:1.625rem}.font-light-10{font-family:Poppins-Light,sans-serif;font-size:1.625rem}.font-regular-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.font-medium-10{font-family:Poppins-Medium,sans-serif;font-size:1.625rem}.font-semibold-10{font-family:Poppins-Semibold,sans-serif;font-size:1.625rem}.font-bold-10{font-family:Poppins-Bold,sans-serif;font-size:1.625rem}.font-thin-11{font-family:Poppins-Thin,sans-serif;font-size:2.25rem}.font-light-11{font-family:Poppins-Light,sans-serif;font-size:2.25rem}.font-regular-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.font-medium-11{font-family:Poppins-Medium,sans-serif;font-size:2.25rem}.font-semibold-11{font-family:Poppins-Semibold,sans-serif;font-size:2.25rem}.font-bold-11{font-family:Poppins-Bold,sans-serif;font-size:2.25rem}.font-thin-12{font-family:Poppins-Thin,sans-serif;font-size:3rem}.font-light-12{font-family:Poppins-Light,sans-serif;font-size:3rem}.font-regular-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.font-medium-12{font-family:Poppins-Medium,sans-serif;font-size:3rem}.font-semibold-12{font-family:Poppins-Semibold,sans-serif;font-size:3rem}.font-bold-12{font-family:Poppins-Bold,sans-serif;font-size:3rem}.bmb_web-template-full-width-card{grid-template-columns:1fr;grid-template-rows:71px max-content max-content max-content;grid-template-areas:\"topBar\" \"header\" \"main\" \"aside\";gap:1rem;font-family:Poppins-Regular,sans-serif;font-size:.75rem}@media (min-width: 62.5625rem){.bmb_web-template-full-width-card{grid-template-columns:2fr 1fr;grid-template-rows:71px max-content 1fr;gap:0;grid-template-areas:\"topBar topBar\" \"header header\" \"main aside\"}}.bmb_web-template-full-width-card .bmb_web-template-top-bar{grid-area:topBar}.bmb_web-template-full-width-card .bmb_web-template-header{background-color:RGBA(var(--color-charade-100));display:flex;flex-direction:column;gap:var(--bmb-spacing-s);padding:var(--bmb-spacing-l);grid-area:header}@media (min-width: 62.5625rem){.bmb_web-template-full-width-card .bmb_web-template-header{margin-bottom:var(--bmb-spacing-m)}}.bmb_web-template-full-width-card .bmb_web-template-header-container{margin:0 auto;width:100%;box-sizing:border-box}@media (max-width: 62.5rem){.bmb_web-template-full-width-card .bmb_web-template-header-container{padding-left:1rem}}@media (min-width: 62.5625rem){.bmb_web-template-full-width-card .bmb_web-template-header-container{padding-left:5rem}}.bmb_web-template-full-width-card .bmb_web-template-header-title{font-family:Poppins-Regular,sans-serif;font-size:1.5rem;font-weight:400}.bmb_web-template-full-width-card .bmb_web-template-header-subtitle{font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:400}.bmb_web-template-full-width-card .bmb_web-template-main{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);margin:0 var(--bmb-spacing-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}@media (min-width: 62.5625rem){.bmb_web-template-full-width-card .bmb_web-template-main{margin-left:0;border-radius:0 var(--bmb-radius-m) var(--bmb-radius-m) 0;margin-bottom:0;border-width:.0625rem .0625rem 0 0}}.bmb_web-template-full-width-card .bmb_web-template-main-container{overflow:auto}@media (min-width: 62.5625rem){.bmb_web-template-full-width-card .bmb_web-template-main-container{padding-left:5.5rem}}.bmb_web-template-full-width-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);margin:0 var(--bmb-spacing-m) var(--bmb-spacing-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}@media (min-width: 62.5625rem){.bmb_web-template-full-width-card .bmb_web-template-aside{margin:0;border-radius:var(--bmb-radius-m) 0 0 var(--bmb-radius-m);border-width:.0625rem 0 0 .0625rem}}[data-theme=dark] .bmb_web-template-full-width-card .bmb_web-template-header,[data-theme=dark] .bmb_web-template-full-width-card .bmb_web-template-main,[data-theme=dark] .bmb_web-template-full-width-card .bmb_web-template-aside,.storybook-dark-theme .bmb_web-template-full-width-card .bmb_web-template-header,.storybook-dark-theme .bmb_web-template-full-width-card .bmb_web-template-main,.storybook-dark-theme .bmb_web-template-full-width-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-900));border-color:RGBA(var(--color-charade-800))}.bmb_web-template-justify-width-card{grid-template-columns:1fr;grid-template-rows:71px max-content max-content;grid-template-areas:\"topBar\" \"header\" \"content\";font-family:Poppins-Regular,sans-serif;font-size:.75rem}@media (min-width: 62.5625rem){.bmb_web-template-justify-width-card{grid-template-columns:1fr;grid-template-rows:71px max-content 1fr;gap:0}}.bmb_web-template-justify-width-card .bmb_web-template-top-bar{grid-area:topBar}.bmb_web-template-justify-width-card .bmb_web-template-header{background-color:RGBA(var(--color-charade-100));display:flex;flex-direction:column;gap:var(--bmb-spacing-s);padding:var(--bmb-spacing-l);grid-area:header}@media (min-width: 62.5625rem){.bmb_web-template-justify-width-card .bmb_web-template-header{margin-bottom:var(--bmb-spacing-m)}}.bmb_web-template-justify-width-card .bmb_web-template-header-container{margin:0 auto;width:100%;box-sizing:border-box;max-width:100rem}@media (max-width: 62.5rem){.bmb_web-template-justify-width-card .bmb_web-template-header-container{padding-left:1rem}}@media (width >= 62.5625rem) and (width <= 112.5rem){.bmb_web-template-justify-width-card .bmb_web-template-header-container{padding-left:5rem}}.bmb_web-template-justify-width-card .bmb_web-template-header-title{font-family:Poppins-Regular,sans-serif;font-size:1.5rem;font-weight:400}.bmb_web-template-justify-width-card .bmb_web-template-header-subtitle{font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:400}.bmb_web-template-justify-width-card .bmb_web-template-container{max-width:100rem;padding:var(--bmb-spacing-m);width:100%;box-sizing:border-box;margin:0 auto;height:100%;overflow:auto}@media (max-width: 62.5rem){.bmb_web-template-justify-width-card .bmb_web-template-container{padding-left:1rem;height:max-content}}@media (min-width: 62.5625rem){.bmb_web-template-justify-width-card .bmb_web-template-container{padding:0 1rem 1rem}}@media (min-width: 112.5rem){.bmb_web-template-justify-width-card .bmb_web-template-container{padding:0}}@media (width >= 62.5625rem) and (width <= 112.5rem){.bmb_web-template-justify-width-card .bmb_web-template-container{padding-left:6.25rem}}.bmb_web-template-justify-width-card .bmb_web-template-main{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}.bmb_web-template-justify-width-card .bmb_web-template-main-container{overflow:auto}.bmb_web-template-justify-width-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}[data-theme=dark] .bmb_web-template-justify-width-card .bmb_web-template-header,[data-theme=dark] .bmb_web-template-justify-width-card .bmb_web-template-main,[data-theme=dark] .bmb_web-template-justify-width-card .bmb_web-template-aside,.storybook-dark-theme .bmb_web-template-justify-width-card .bmb_web-template-header,.storybook-dark-theme .bmb_web-template-justify-width-card .bmb_web-template-main,.storybook-dark-theme .bmb_web-template-justify-width-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-900));border-color:RGBA(var(--color-charade-800))}.bmb_web-template-single-column-card{grid-template-columns:1fr;grid-template-rows:71px max-content max-content;grid-template-areas:\"topBar\" \"header\" \"content\";font-family:Poppins-Regular,sans-serif;font-size:.75rem}@media (min-width: 62.5625rem){.bmb_web-template-single-column-card{grid-template-columns:1fr;grid-template-rows:71px max-content 1fr;gap:0}}.bmb_web-template-single-column-card .bmb_web-template-top-bar{grid-area:topBar}.bmb_web-template-single-column-card .bmb_web-template-header{background-color:RGBA(var(--color-charade-100));display:flex;flex-direction:column;gap:var(--bmb-spacing-s);padding:var(--bmb-spacing-l);grid-area:header}@media (min-width: 62.5625rem){.bmb_web-template-single-column-card .bmb_web-template-header{margin-bottom:var(--bmb-spacing-m)}}.bmb_web-template-single-column-card .bmb_web-template-header-container{margin:0 auto;width:100%;box-sizing:border-box;max-width:100rem}@media (max-width: 62.5rem){.bmb_web-template-single-column-card .bmb_web-template-header-container{padding-left:1rem}}@media (width >= 62.5625rem) and (width <= 112.5rem){.bmb_web-template-single-column-card .bmb_web-template-header-container{padding-left:5rem}}.bmb_web-template-single-column-card .bmb_web-template-header-title{font-family:Poppins-Regular,sans-serif;font-size:1.5rem;font-weight:400}.bmb_web-template-single-column-card .bmb_web-template-header-subtitle{font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:400}.bmb_web-template-single-column-card .bmb_web-template-container{max-width:100rem;padding:var(--bmb-spacing-m);width:100%;box-sizing:border-box;margin:0 auto;height:100%;overflow:auto}@media (max-width: 62.5rem){.bmb_web-template-single-column-card .bmb_web-template-container{padding-left:1rem;height:max-content}}@media (min-width: 62.5625rem){.bmb_web-template-single-column-card .bmb_web-template-container{padding:0 1rem 1rem}}@media (min-width: 112.5rem){.bmb_web-template-single-column-card .bmb_web-template-container{padding:0}}@media (width >= 62.5625rem) and (width <= 112.5rem){.bmb_web-template-single-column-card .bmb_web-template-container{padding-left:6.25rem}}.bmb_web-template-single-column-card .bmb_web-template-main{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}.bmb_web-template-single-column-card .bmb_web-template-main-container{overflow:auto}[data-theme=dark] .bmb_web-template-single-column-card .bmb_web-template-header,[data-theme=dark] .bmb_web-template-single-column-card .bmb_web-template-main,.storybook-dark-theme .bmb_web-template-single-column-card .bmb_web-template-header,.storybook-dark-theme .bmb_web-template-single-column-card .bmb_web-template-main{background-color:RGBA(var(--color-charade-900));border-color:RGBA(var(--color-charade-800))}.bmb_web-template-aside-first-card{grid-template-columns:1fr;grid-template-rows:71px max-content max-content;grid-template-areas:\"topBar\" \"header\" \"content\";font-family:Poppins-Regular,sans-serif;font-size:.75rem}@media (min-width: 62.5625rem){.bmb_web-template-aside-first-card{gap:0}}@media (min-width: 62.5625rem){.bmb_web-template-aside-first-card.bmb_web-template{height:auto;overflow:auto}}.bmb_web-template-aside-first-card .bmb_web-template-top-bar{grid-area:topBar}.bmb_web-template-aside-first-card .bmb_web-template-header{background-color:RGBA(var(--color-charade-100));display:flex;flex-direction:column;gap:var(--bmb-spacing-s);padding:var(--bmb-spacing-l);grid-area:header}@media (min-width: 62.5625rem){.bmb_web-template-aside-first-card .bmb_web-template-header{margin-bottom:var(--bmb-spacing-m)}}.bmb_web-template-aside-first-card .bmb_web-template-header-container{margin:0 auto;width:100%;box-sizing:border-box;max-width:100rem}@media (max-width: 62.5rem){.bmb_web-template-aside-first-card .bmb_web-template-header-container{padding-left:1rem}}@media (width >= 62.5625rem) and (width <= 112.5rem){.bmb_web-template-aside-first-card .bmb_web-template-header-container{padding-left:5rem}}.bmb_web-template-aside-first-card .bmb_web-template-header-title{font-family:Poppins-Regular,sans-serif;font-size:1.5rem;font-weight:400}.bmb_web-template-aside-first-card .bmb_web-template-header-subtitle{font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:400}.bmb_web-template-aside-first-card .bmb_web-template-container{max-width:100rem;padding:var(--bmb-spacing-m);width:100%;box-sizing:border-box;margin:0 auto;overflow:auto}@media (max-width: 62.5rem){.bmb_web-template-aside-first-card .bmb_web-template-container{padding-left:1rem;height:max-content}}@media (min-width: 62.5625rem){.bmb_web-template-aside-first-card .bmb_web-template-container{padding:0 1rem 1rem}}@media (min-width: 112.5rem){.bmb_web-template-aside-first-card .bmb_web-template-container{padding:0}}@media (width >= 62.5625rem) and (width <= 112.5rem){.bmb_web-template-aside-first-card .bmb_web-template-container{padding-left:6.25rem}}.bmb_web-template-aside-first-card .bmb_web-template-main,.bmb_web-template-aside-first-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);border:.0625rem solid RGBA(var(--color-charade-300))}[data-theme=dark] .bmb_web-template-aside-first-card .bmb_web-template-header,[data-theme=dark] .bmb_web-template-aside-first-card .bmb_web-template-main,[data-theme=dark] .bmb_web-template-aside-first-card .bmb_web-template-aside,.storybook-dark-theme .bmb_web-template-aside-first-card .bmb_web-template-header,.storybook-dark-theme .bmb_web-template-aside-first-card .bmb_web-template-main,.storybook-dark-theme .bmb_web-template-aside-first-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-900));border-color:RGBA(var(--color-charade-800))}.bmb_web-template-aside-light-card{grid-template-columns:1fr;grid-template-rows:71px max-content max-content;grid-template-areas:\"topBar\" \"header\" \"content\";font-family:Poppins-Regular,sans-serif;font-size:.75rem}@media (min-width: 62.5625rem){.bmb_web-template-aside-light-card{grid-template-columns:1fr;grid-template-rows:71px max-content 1fr;gap:0}}.bmb_web-template-aside-light-card .bmb_web-template-top-bar{grid-area:topBar}.bmb_web-template-aside-light-card .bmb_web-template-header{background-color:RGBA(var(--color-charade-100));display:flex;flex-direction:column;gap:var(--bmb-spacing-s);padding:var(--bmb-spacing-l);grid-area:header}@media (min-width: 62.5625rem){.bmb_web-template-aside-light-card .bmb_web-template-header{margin-bottom:var(--bmb-spacing-m)}}.bmb_web-template-aside-light-card .bmb_web-template-header-container{margin:0 auto;width:100%;box-sizing:border-box;max-width:100rem}@media (max-width: 62.5rem){.bmb_web-template-aside-light-card .bmb_web-template-header-container{padding-left:1rem}}@media (width >= 62.5625rem) and (width <= 112.5rem){.bmb_web-template-aside-light-card .bmb_web-template-header-container{padding-left:5rem}}.bmb_web-template-aside-light-card .bmb_web-template-header-title{font-family:Poppins-Regular,sans-serif;font-size:1.5rem;font-weight:400}.bmb_web-template-aside-light-card .bmb_web-template-header-subtitle{font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:400}.bmb_web-template-aside-light-card .bmb_web-template-container{max-width:100rem;padding:var(--bmb-spacing-m);width:100%;box-sizing:border-box;margin:0 auto;height:100%;overflow:auto}@media (max-width: 62.5rem){.bmb_web-template-aside-light-card .bmb_web-template-container{padding-left:1rem;height:max-content}}@media (min-width: 62.5625rem){.bmb_web-template-aside-light-card .bmb_web-template-container{padding:0 1rem 1rem;gap:0 0 var(--bmb-spacing-m)}}@media (width >= 62.5625rem) and (width <= 112.5rem){.bmb_web-template-aside-light-card .bmb_web-template-container{padding-left:6.25rem}}.bmb_web-template-aside-light-card .bmb_web-template-main{border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto}@media (min-width: 62.5625rem){.bmb_web-template-aside-light-card .bmb_web-template-main{border:.0625rem solid RGBA(var(--color-charade-100));border-radius:0 var(--bmb-radius-m) var(--bmb-radius-m) 0}}.bmb_web-template-aside-light-card .bmb_web-template-main-container{overflow:auto}.bmb_web-template-aside-light-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto}@media (min-width: 62.5625rem){.bmb_web-template-aside-light-card .bmb_web-template-aside{border-radius:var(--bmb-radius-m) 0 0 var(--bmb-radius-m)}}[data-theme=dark] .bmb_web-template-aside-light-card .bmb_web-template-header,[data-theme=dark] .bmb_web-template-aside-light-card .bmb_web-template-aside,.storybook-dark-theme .bmb_web-template-aside-light-card .bmb_web-template-header,.storybook-dark-theme .bmb_web-template-aside-light-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-900));border-color:RGBA(var(--color-charade-800))}@media (min-width: 62.5625rem){[data-theme=dark] .bmb_web-template-aside-light-card .bmb_web-template-main,.storybook-dark-theme .bmb_web-template-aside-light-card .bmb_web-template-main{border:.0625rem solid RGBA(var(--color-charade-900))}}.bmb_web-template-two-aside-card{grid-template-columns:1fr;grid-template-rows:71px max-content max-content;grid-template-areas:\"topBar\" \"header\" \"content\";font-family:Poppins-Regular,sans-serif;font-size:.75rem}@media (min-width: 62.5625rem){.bmb_web-template-two-aside-card{grid-template-columns:1fr;grid-template-rows:71px max-content 1fr;gap:0}}.bmb_web-template-two-aside-card .bmb_web-template-top-bar{grid-area:topBar}.bmb_web-template-two-aside-card .bmb_web-template-header{background-color:RGBA(var(--color-charade-100));display:flex;flex-direction:column;gap:var(--bmb-spacing-s);padding:var(--bmb-spacing-l);grid-area:header}@media (min-width: 62.5625rem){.bmb_web-template-two-aside-card .bmb_web-template-header{margin-bottom:var(--bmb-spacing-m)}}.bmb_web-template-two-aside-card .bmb_web-template-header-container{margin:0 auto;width:100%;box-sizing:border-box;max-width:100rem}@media (max-width: 62.5rem){.bmb_web-template-two-aside-card .bmb_web-template-header-container{padding-left:1rem}}@media (width >= 62.5625rem) and (width <= 112.5rem){.bmb_web-template-two-aside-card .bmb_web-template-header-container{padding-left:5rem}}.bmb_web-template-two-aside-card .bmb_web-template-header-title{font-family:Poppins-Regular,sans-serif;font-size:1.5rem;font-weight:400}.bmb_web-template-two-aside-card .bmb_web-template-header-subtitle{font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:400}.bmb_web-template-two-aside-card .bmb_web-template-container{max-width:100rem;padding:var(--bmb-spacing-m);width:100%;box-sizing:border-box;margin:0 auto;height:100%;overflow:auto}@media (max-width: 62.5rem){.bmb_web-template-two-aside-card .bmb_web-template-container{padding-left:1rem;height:max-content}}@media (min-width: 62.5625rem){.bmb_web-template-two-aside-card .bmb_web-template-container{padding:0 1rem 1rem}}@media (min-width: 112.5rem){.bmb_web-template-two-aside-card .bmb_web-template-container{padding:0}}@media (width >= 62.5625rem) and (width <= 112.5rem){.bmb_web-template-two-aside-card .bmb_web-template-container{padding-left:6.25rem}}.bmb_web-template-two-aside-card .bmb_web-template-main{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}.bmb_web-template-two-aside-card .bmb_web-template-main-container{overflow:auto}.bmb_web-template-two-aside-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}[data-theme=dark] .bmb_web-template-two-aside-card .bmb_web-template-header,[data-theme=dark] .bmb_web-template-two-aside-card .bmb_web-template-main,[data-theme=dark] .bmb_web-template-two-aside-card .bmb_web-template-aside,.storybook-dark-theme .bmb_web-template-two-aside-card .bmb_web-template-header,.storybook-dark-theme .bmb_web-template-two-aside-card .bmb_web-template-main,.storybook-dark-theme .bmb_web-template-two-aside-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-900));border-color:RGBA(var(--color-charade-800))}.bmb_web-template{background-color:RGBA(var(--color-charade-200));display:grid;gap:0;min-height:100dvh}@media (min-width: 62.5625rem){.bmb_web-template{height:100dvh;overflow:hidden}}[data-theme=dark] .bmb_web-template,.storybook-dark-theme .bmb_web-template{background-color:RGBA(var(--color-charade-950));color:RGBA(var(--color-charade-50))}\n"] }]
63
63
  }], propDecorators: { asideContent: [{
64
64
  type: ContentChild,
65
65
  args: ['bmbTemplateAside']
@@ -82,4 +82,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
82
82
  type: ContentChild,
83
83
  args: ['twoAsideCard']
84
84
  }] } });
85
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm1iLXdlYi10ZW1wbGF0ZXMuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZHMtbmcvc3JjL2xpYi9jb21wb25lbnRzL2JtYi13ZWItdGVtcGxhdGVzL2JtYi13ZWItdGVtcGxhdGVzLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItd2ViLXRlbXBsYXRlcy9ibWItd2ViLXRlbXBsYXRlcy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxZQUFZLEVBQ1osS0FBSyxFQUNMLE1BQU0sRUFFTixpQkFBaUIsR0FDbEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUNMLGtCQUFrQixHQUduQixNQUFNLHNDQUFzQyxDQUFDO0FBQzlDLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHNDQUFzQyxDQUFDO0FBRTNFLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQztBQUMzRSxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxrREFBa0QsQ0FBQztBQUN0RixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSx1REFBdUQsQ0FBQzs7O0FBMkIvRixNQUFNLE9BQU8sd0JBQXdCO0lBaEJyQztRQWlCRSxpQkFBWSxHQUFHLEtBQUssQ0FBVSxLQUFLLENBQUMsQ0FBQztRQUNyQyxnQkFBVyxHQUFHLEtBQUssRUFBVSxDQUFDO1FBQzlCLG1CQUFjLEdBQUcsS0FBSyxFQUFVLENBQUM7UUFDakMsYUFBUSxHQUFHLEtBQUssQ0FBbUIsaUJBQWlCLENBQUMsQ0FBQztRQUN0RCxrQkFBYSxHQUFHLEtBQUssRUFBVSxDQUFDO1FBQ2hDLG1CQUFjLEdBQUcsS0FBSyxFQUFVLENBQUM7UUFFakMsaUJBQWlCO1FBQ2pCLDZCQUF3QixHQUFHLEtBQUssQ0FBc0IsTUFBTSxDQUFDLENBQUM7UUFDOUQsMEJBQXFCLEdBQUcsS0FBSyxDQUEwQixJQUFJLENBQUMsQ0FBQztRQUM3RCwwQkFBcUIsR0FBRyxLQUFLLENBQVUsSUFBSSxDQUFDLENBQUM7UUFDN0MsZ0JBQVcsR0FBRyxLQUFLLENBQVMsNEJBQTRCLENBQUMsQ0FBQztRQUMxRCxzQkFBaUIsR0FBRyxLQUFLLENBQVMsZ0NBQWdDLENBQUMsQ0FBQztRQUNwRSxrQkFBYSxHQUFHLEtBQUssQ0FBUyxFQUFFLENBQUMsQ0FBQztRQUNsQyxzQkFBaUIsR0FBRyxLQUFLLENBQVMsRUFBRSxDQUFDLENBQUM7UUFDdEMsbUJBQWMsR0FBRyxLQUFLLENBQVUsS0FBSyxDQUFDLENBQUM7UUFDdkMsZUFBVSxHQUFHLEtBQUssQ0FBUyxJQUFJLENBQUMsQ0FBQztRQUNqQyxnQkFBVyxHQUFHLEtBQUssQ0FBVSxLQUFLLENBQUMsQ0FBQztRQUNwQyxpQ0FBNEIsR0FBRyxLQUFLLENBQVcsRUFBRSxDQUFDLENBQUM7UUFDbkQsNEJBQXVCLEdBQUcsS0FBSyxDQUFrQixFQUFFLENBQUMsQ0FBQztRQUVyRCxpQkFBWSxHQUFHLE1BQU0sRUFBTyxDQUFDO1FBQzdCLHVCQUFrQixHQUFHLE1BQU0sRUFBVSxDQUFDO1FBRXRDLGtCQUFrQjtRQUNsQixvQkFBZSxHQUFHLEtBQUssQ0FBcUIsRUFBRSxDQUFDLENBQUM7UUFDaEQsaUJBQVksR0FBRyxLQUFLLENBQVMsRUFBRSxDQUFDLENBQUM7S0EyQmxDO0lBaEJDLGVBQWU7UUFDYixNQUFNLFNBQVMsR0FBRztZQUNoQixrQkFBa0I7WUFDbEIsb0JBQW9CLElBQUksQ0FBQyxRQUFRLEVBQUUsRUFBRTtTQUN0QyxDQUFDO1FBRUYsT0FBTyxTQUFTLENBQUM7SUFDbkIsQ0FBQztJQUVELFlBQVksQ0FBQyxLQUFVO1FBQ3JCLElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ2hDLENBQUM7SUFFRCxnQkFBZ0IsQ0FBQyxJQUFZO1FBQzNCLElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDckMsQ0FBQzsrR0FyRFUsd0JBQXdCO21HQUF4Qix3QkFBd0IsMjBIQzlDckMsMm9MQXdMQSwrdXhCRHRKSSxrQkFBa0IsaWdCQUNsQixtQkFBbUIsa0dBQ25CLFlBQVksb1NBQ1osbUJBQW1CLDBFQUNuQixrQkFBa0IsK0hBQ2xCLHNCQUFzQjs7NEZBT2Isd0JBQXdCO2tCQWhCcEMsU0FBUzsrQkFDRSxtQkFBbUIsY0FDakIsSUFBSSxXQUNQO3dCQUNQLGtCQUFrQjt3QkFDbEIsbUJBQW1CO3dCQUNuQixZQUFZO3dCQUNaLG1CQUFtQjt3QkFDbkIsa0JBQWtCO3dCQUNsQixzQkFBc0I7cUJBQ3ZCLGlCQUdjLGlCQUFpQixDQUFDLElBQUksbUJBQ3BCLHVCQUF1QixDQUFDLE1BQU07OEJBK0JiLFlBQVk7c0JBQTdDLFlBQVk7dUJBQUMsa0JBQWtCO2dCQUNDLFdBQVc7c0JBQTNDLFlBQVk7dUJBQUMsaUJBQWlCO2dCQUNTLGtCQUFrQjtzQkFBekQsWUFBWTt1QkFBQyx3QkFBd0I7Z0JBRUosZ0JBQWdCO3NCQUFqRCxZQUFZO3VCQUFDLGtCQUFrQjtnQkFDQSxjQUFjO3NCQUE3QyxZQUFZO3VCQUFDLGdCQUFnQjtnQkFDRSxjQUFjO3NCQUE3QyxZQUFZO3VCQUFDLGdCQUFnQjtnQkFDQSxZQUFZO3NCQUF6QyxZQUFZO3VCQUFDLGNBQWMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxuICBDb250ZW50Q2hpbGQsXG4gIGlucHV0LFxuICBvdXRwdXQsXG4gIFRlbXBsYXRlUmVmLFxuICBWaWV3RW5jYXBzdWxhdGlvbixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge1xuICBCbWJUb3BCYXJDb21wb25lbnQsXG4gIElQb3NpdGlvbkJ1dHRvbk1lbnUsXG4gIElVc2VySW5mb3JtYXRpb24sXG59IGZyb20gJy4uL2JtYi10b3AtYmFyL2JtYi10b3AtYmFyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBCbWJTaWRlYmFyQ29tcG9uZW50IH0gZnJvbSAnLi4vYm1iLXNpZGViYXIvYm1iLXNpZGViYXIuY29tcG9uZW50JztcbmltcG9ydCB7IFNpZGViYXJFbGVtZW50IH0gZnJvbSAnLi4vYm1iLXNpZGViYXIvYm1iLXNpZGViYXIuaW50ZXJmYWNlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBCbWJEaXZpZGVyQ29tcG9uZW50IH0gZnJvbSAnLi4vYm1iLWRpdmlkZXIvYm1iLWRpdmlkZXIuY29tcG9uZW50JztcbmltcG9ydCB7IEJtYkxheW91dERpcmVjdGl2ZSB9IGZyb20gJy4uLy4uL2RpcmVjdGl2ZXMvYm1iLWxheW91dC9ibWItbGF5b3V0LmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBCbWJMYXlvdXRJdGVtRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vZGlyZWN0aXZlcy9ibWItbGF5b3V0L2JtYi1sYXlvdXQtaXRlbS5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgSUJtYkRhdGFBbGVydCB9IGZyb20gJy4uL2JtYi1hbGVydC1jZW50ZXIvdHlwZXMnO1xuXG5leHBvcnQgdHlwZSBJQm1iVGVtcGxhdGVOYW1lID1cbiAgfCAnZnVsbC13aWR0aC1jYXJkJ1xuICB8ICdqdXN0aWZ5LXdpZHRoLWNhcmQnXG4gIHwgJ3NpbmdsZS1jb2x1bW4tY2FyZCdcbiAgfCAnYXNpZGUtZmlyc3QtY2FyZCdcbiAgfCAnYXNpZGUtbGlnaHQtY2FyZCdcbiAgfCAndHdvLWFzaWRlLWNhcmQnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdibWItd2ViLXRlbXBsYXRlcycsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtcbiAgICBCbWJUb3BCYXJDb21wb25lbnQsXG4gICAgQm1iU2lkZWJhckNvbXBvbmVudCxcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgQm1iRGl2aWRlckNvbXBvbmVudCxcbiAgICBCbWJMYXlvdXREaXJlY3RpdmUsXG4gICAgQm1iTGF5b3V0SXRlbURpcmVjdGl2ZSxcbiAgXSxcbiAgdGVtcGxhdGVVcmw6ICcuL2JtYi13ZWItdGVtcGxhdGVzLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmw6ICcuL2JtYi13ZWItdGVtcGxhdGVzLmNvbXBvbmVudC5zY3NzJyxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIEJtYldlYlRlbXBsYXRlc0NvbXBvbmVudCB7XG4gIGlzRnVsbFNjcmVlbiA9IGlucHV0PGJvb2xlYW4+KGZhbHNlKTtcbiAgdGl0bGVTY3JlZW4gPSBpbnB1dDxzdHJpbmc+KCk7XG4gIHN1YlRpdGxlU2NyZWVuID0gaW5wdXQ8c3RyaW5nPigpO1xuICB0ZW1wbGF0ZSA9IGlucHV0PElCbWJUZW1wbGF0ZU5hbWU+KCdmdWxsLXdpZHRoLWNhcmQnKTtcbiAgdGl0bGVNYWluU2xvdCA9IGlucHV0PHN0cmluZz4oKTtcbiAgdGl0bGVBc2lkZVNsb3QgPSBpbnB1dDxzdHJpbmc+KCk7XG5cbiAgLy8gdG9wIGJhciBpbnB1dHNcbiAgdG9wQmFyUG9zaXRpb25CdXR0b25NZW51ID0gaW5wdXQ8SVBvc2l0aW9uQnV0dG9uTWVudT4oJ2xlZnQnKTtcbiAgdG9wQmFyVXNlckluZm9ybWF0aW9uID0gaW5wdXQ8SVVzZXJJbmZvcm1hdGlvbiB8IG51bGw+KG51bGwpO1xuICB0b3BCYXJIYXNMb2dvdXRCdXR0b24gPSBpbnB1dDxib29sZWFuPih0cnVlKTtcbiAgdG9wQmFySW1hZ2UgPSBpbnB1dDxzdHJpbmc+KCdhc3NldHMvaW1hZ2VzL3RlYy1sb2dvLnN2ZycpO1xuICB0b3BCYXJNb2JpbGVJbWFnZSA9IGlucHV0PHN0cmluZz4oJ2Fzc2V0cy9pbWFnZXMvdGVjLWxvZ28tbW9iLnN2ZycpO1xuICB0b3BCYXJBcHBOYW1lID0gaW5wdXQ8c3RyaW5nPignJyk7XG4gIHRvcEJhckFwcFN1YlRpdGxlID0gaW5wdXQ8c3RyaW5nPignJyk7XG4gIHRvcEJhclNob3dMYW5nID0gaW5wdXQ8Ym9vbGVhbj4oZmFsc2UpO1xuICB0b3BCYXJMYW5nID0gaW5wdXQ8c3RyaW5nPignZXMnKTtcbiAgdG9wQmFyTWl0ZWMgPSBpbnB1dDxib29sZWFuPihmYWxzZSk7XG4gIHRvcEJhckFzc2lnbm1lbnROb3RpZmljYXRpb24gPSBpbnB1dDxzdHJpbmdbXT4oW10pO1xuICB0b3BCYXJBbGVydE5vdGlmaWNhdGlvbiA9IGlucHV0PElCbWJEYXRhQWxlcnRbXT4oW10pO1xuXG4gIHRvcEJhckxvZ091dCA9IG91dHB1dDxhbnk+KCk7XG4gIHRvcEJhck9uTGFuZ0NoYW5nZSA9IG91dHB1dDxzdHJpbmc+KCk7XG5cbiAgLy8gc2lkZSBiYXIgaW5wdXRzXG4gIHNpZGVCYXJFbGVtZW50cyA9IGlucHV0PFNpZGViYXJFbGVtZW50W11bXT4oW10pO1xuICBzaWRlQmFyVGl0bGUgPSBpbnB1dDxzdHJpbmc+KCcnKTtcblxuICBAQ29udGVudENoaWxkKCdibWJUZW1wbGF0ZUFzaWRlJykgYXNpZGVDb250ZW50ITogVGVtcGxhdGVSZWY8YW55PjtcbiAgQENvbnRlbnRDaGlsZCgnYm1iVGVtcGxhdGVNYWluJykgbWFpbkNvbnRlbnQhOiBUZW1wbGF0ZVJlZjxhbnk+O1xuICBAQ29udGVudENoaWxkKCdibWJUZW1wbGF0ZVNlY29uZEFzaWRlJykgc2Vjb25kQXNpZGVDb250ZW50ITogVGVtcGxhdGVSZWY8YW55PjtcblxuICBAQ29udGVudENoaWxkKCdzaW5nbGVDb2x1bW5DYXJkJykgc2luZ2xlQ29sdW1uQ2FyZCE6IFRlbXBsYXRlUmVmPGFueT47XG4gIEBDb250ZW50Q2hpbGQoJ2FzaWRlRmlyc3RDYXJkJykgYXNpZGVGaXJzdENhcmQhOiBUZW1wbGF0ZVJlZjxhbnk+O1xuICBAQ29udGVudENoaWxkKCdhc2lkZUxpZ2h0Q2FyZCcpIGFzaWRlTGlnaHRDYXJkITogVGVtcGxhdGVSZWY8YW55PjtcbiAgQENvbnRlbnRDaGlsZCgndHdvQXNpZGVDYXJkJykgdHdvQXNpZGVDYXJkITogVGVtcGxhdGVSZWY8YW55PjtcblxuICBnZXRTZWN0aW9uQ2xhc3MoKTogc3RyaW5nW10ge1xuICAgIGNvbnN0IGNsYXNzTGlzdCA9IFtcbiAgICAgICdibWJfd2ViLXRlbXBsYXRlJyxcbiAgICAgIGBibWJfd2ViLXRlbXBsYXRlLSR7dGhpcy50ZW1wbGF0ZSgpfWAsXG4gICAgXTtcblxuICAgIHJldHVybiBjbGFzc0xpc3Q7XG4gIH1cblxuICBoYW5kbGVMb2dPdXQocGFyYW06IGFueSk6IHZvaWQge1xuICAgIHRoaXMudG9wQmFyTG9nT3V0LmVtaXQocGFyYW0pO1xuICB9XG5cbiAgaGFuZGxlTGFuZ0NoYW5nZShsYW5nOiBzdHJpbmcpOiB2b2lkIHtcbiAgICB0aGlzLnRvcEJhck9uTGFuZ0NoYW5nZS5lbWl0KGxhbmcpO1xuICB9XG59XG4iLCI8c2VjdGlvbiBbbmdDbGFzc109XCJnZXRTZWN0aW9uQ2xhc3MoKVwiPlxuICA8Ym1iLXRvcC1iYXJcbiAgICBbdXNlckluZm9ybWF0aW9uXT1cInRvcEJhclVzZXJJbmZvcm1hdGlvbigpXCJcbiAgICBbaGFzTG9nb3V0QnV0dG9uXT1cInRvcEJhckhhc0xvZ291dEJ1dHRvbigpXCJcbiAgICBbaW1hZ2VdPVwidG9wQmFySW1hZ2UoKVwiXG4gICAgW21vYmlsZUltYWdlXT1cInRvcEJhck1vYmlsZUltYWdlKClcIlxuICAgIFthcHBOYW1lXT1cInRvcEJhckFwcE5hbWUoKVwiXG4gICAgW2FwcFN1YlRpdGxlXT1cInRvcEJhckFwcFN1YlRpdGxlKClcIlxuICAgIFtsYW5nXT1cInRvcEJhckxhbmcoKVwiXG4gICAgW3Nob3dMYW5nXT1cInRvcEJhclNob3dMYW5nKClcIlxuICAgIFttaXRlY109XCJ0b3BCYXJNaXRlYygpXCJcbiAgICBbYXNzaWdubWVudE5vdGlmaWNhdGlvbl09XCJ0b3BCYXJBc3NpZ25tZW50Tm90aWZpY2F0aW9uKClcIlxuICAgIFthbGVydE5vdGlmaWNhdGlvbl09XCJ0b3BCYXJBbGVydE5vdGlmaWNhdGlvbigpXCJcbiAgICBjbGFzcz1cImJtYl93ZWItdGVtcGxhdGUtdG9wLWJhclwiXG4gICAgKGxvZ091dCk9XCJoYW5kbGVMb2dPdXQoJGV2ZW50KVwiXG4gICAgKG9uTGFuZ0NoYW5nZSk9XCJoYW5kbGVMYW5nQ2hhbmdlKCRldmVudClcIlxuICAvPlxuICA8aGVhZGVyIGNsYXNzPVwiYm1iX3dlYi10ZW1wbGF0ZS1oZWFkZXJcIj5cbiAgICA8ZGl2XG4gICAgICBjbGFzcz1cImJtYl93ZWItdGVtcGxhdGUtaGVhZGVyLWNvbnRhaW5lclwiXG4gICAgICBbbmdDbGFzc109XCJ7ICdibWJfd2ViLXRlbXBsYXRlLWZ1bGwtc2NyZWVuJzogaXNGdWxsU2NyZWVuKCkgfVwiXG4gICAgPlxuICAgICAgPGgxIGNsYXNzPVwiYm1iX3dlYi10ZW1wbGF0ZS1oZWFkZXItdGl0bGVcIj57eyB0aXRsZVNjcmVlbigpIH19PC9oMT5cbiAgICAgIDxoMiBjbGFzcz1cImJtYl93ZWItdGVtcGxhdGUtaGVhZGVyLXN1YnRpdGxlXCI+e3sgc3ViVGl0bGVTY3JlZW4oKSB9fTwvaDI+XG4gICAgPC9kaXY+XG4gIDwvaGVhZGVyPlxuICBAc3dpdGNoICh0ZW1wbGF0ZSgpKSB7XG4gICAgQGNhc2UgKCdmdWxsLXdpZHRoLWNhcmQnKSB7XG4gICAgICA8bmctY29udGFpbmVyIFtuZ1RlbXBsYXRlT3V0bGV0XT1cImZ1bGxXaWR0aENhcmRcIiAvPlxuICAgIH1cbiAgICBAY2FzZSAoJ2p1c3RpZnktd2lkdGgtY2FyZCcpIHtcbiAgICAgIDxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwianVzdGlmeVdpZHRoQ2FyZFwiIC8+XG4gICAgfVxuICAgIEBjYXNlICgnc2luZ2xlLWNvbHVtbi1jYXJkJykge1xuICAgICAgPG5nLWNvbnRhaW5lciBbbmdUZW1wbGF0ZU91dGxldF09XCJzaW5nbGVDb2x1bW5DYXJkXCIgLz5cbiAgICB9XG4gICAgQGNhc2UgKCdhc2lkZS1maXJzdC1jYXJkJykge1xuICAgICAgPG5nLWNvbnRhaW5lciBbbmdUZW1wbGF0ZU91dGxldF09XCJhc2lkZUZpcnN0Q2FyZFwiIC8+XG4gICAgfVxuICAgIEBjYXNlICgnYXNpZGUtbGlnaHQtY2FyZCcpIHtcbiAgICAgIDxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwiYXNpZGVMaWdodENhcmRcIiAvPlxuICAgIH1cbiAgICBAY2FzZSAoJ3R3by1hc2lkZS1jYXJkJykge1xuICAgICAgPG5nLWNvbnRhaW5lciBbbmdUZW1wbGF0ZU91dGxldF09XCJ0d29Bc2lkZUNhcmRcIiAvPlxuICAgIH1cbiAgfVxuICA8Ym1iLXNpZGViYXJcbiAgICBbZWxlbWVudHNdPVwic2lkZUJhckVsZW1lbnRzKClcIlxuICAgIFt0aXRsZV09XCJzaWRlQmFyVGl0bGUoKVwiXG4gID48L2JtYi1zaWRlYmFyPlxuPC9zZWN0aW9uPlxuXG48bmctdGVtcGxhdGUgI2Z1bGxXaWR0aENhcmQ+XG4gIDxtYWluIGNsYXNzPVwiYm1iX3dlYi10ZW1wbGF0ZS1tYWluXCI+XG4gICAgPHNlY3Rpb24gY2xhc3M9XCJibWJfd2ViLXRlbXBsYXRlLW1haW4tY29udGFpbmVyXCI+XG4gICAgICBAaWYgKHRpdGxlTWFpblNsb3QoKSkge1xuICAgICAgICA8aDM+e3sgdGl0bGVNYWluU2xvdCgpIH19PC9oMz5cbiAgICAgICAgPGJtYi1kaXZpZGVyIC8+XG4gICAgICB9XG4gICAgICA8bmctY29udGFpbmVyIFtuZ1RlbXBsYXRlT3V0bGV0XT1cIm1haW5Db250ZW50XCIgLz5cbiAgICA8L3NlY3Rpb24+XG4gIDwvbWFpbj5cbiAgPGFzaWRlIGNsYXNzPVwiYm1iX3dlYi10ZW1wbGF0ZS1hc2lkZVwiPlxuICAgIEBpZiAodGl0bGVBc2lkZVNsb3QoKSkge1xuICAgICAgPGgzPnt7IHRpdGxlQXNpZGVTbG90KCkgfX08L2gzPlxuICAgICAgPGJtYi1kaXZpZGVyIC8+XG4gICAgfVxuICAgIDxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwiYXNpZGVDb250ZW50XCIgLz5cbiAgPC9hc2lkZT5cbjwvbmctdGVtcGxhdGU+XG5cbjxuZy10ZW1wbGF0ZSAjanVzdGlmeVdpZHRoQ2FyZD5cbiAgPHNlY3Rpb25cbiAgICBjbGFzcz1cImJtYl93ZWItdGVtcGxhdGUtY29udGFpbmVyXCJcbiAgICBibWJMYXlvdXRcbiAgICBnYXBTaXplPVwibVwiXG4gICAgbWFyZ2luPVwibm9uZVwiXG4gID5cbiAgICA8bWFpbiBjbGFzcz1cImJtYl93ZWItdGVtcGxhdGUtbWFpblwiIGJtYkxheW91dEl0ZW0gW2NvbExnXT1cIjhcIj5cbiAgICAgIDxzZWN0aW9uIGNsYXNzPVwiYm1iX3dlYi10ZW1wbGF0ZS1tYWluLWNvbnRhaW5lclwiPlxuICAgICAgICBAaWYgKHRpdGxlTWFpblNsb3QoKSkge1xuICAgICAgICAgIDxoMz57eyB0aXRsZU1haW5TbG90KCkgfX08L2gzPlxuICAgICAgICAgIDxibWItZGl2aWRlciAvPlxuICAgICAgICB9XG4gICAgICAgIDxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwibWFpbkNvbnRlbnRcIiAvPlxuICAgICAgPC9zZWN0aW9uPlxuICAgIDwvbWFpbj5cbiAgICA8YXNpZGUgY2xhc3M9XCJibWJfd2ViLXRlbXBsYXRlLWFzaWRlXCIgYm1iTGF5b3V0SXRlbSBbY29sTGddPVwiNFwiPlxuICAgICAgQGlmICh0aXRsZUFzaWRlU2xvdCgpKSB7XG4gICAgICAgIDxoMz57eyB0aXRsZUFzaWRlU2xvdCgpIH19PC9oMz5cbiAgICAgICAgPGJtYi1kaXZpZGVyIC8+XG4gICAgICB9XG4gICAgICA8bmctY29udGFpbmVyIFtuZ1RlbXBsYXRlT3V0bGV0XT1cImFzaWRlQ29udGVudFwiIC8+XG4gICAgPC9hc2lkZT5cbiAgPC9zZWN0aW9uPlxuPC9uZy10ZW1wbGF0ZT5cblxuPG5nLXRlbXBsYXRlICNzaW5nbGVDb2x1bW5DYXJkPlxuICA8c2VjdGlvblxuICAgIGNsYXNzPVwiYm1iX3dlYi10ZW1wbGF0ZS1jb250YWluZXJcIlxuICAgIGJtYkxheW91dFxuICAgIGdhcFNpemU9XCJtXCJcbiAgICBtYXJnaW49XCJub25lXCJcbiAgPlxuICAgIDxtYWluIGNsYXNzPVwiYm1iX3dlYi10ZW1wbGF0ZS1tYWluXCIgYm1iTGF5b3V0SXRlbSBbY29sTGddPVwiMTJcIj5cbiAgICAgIDxzZWN0aW9uIGNsYXNzPVwiYm1iX3dlYi10ZW1wbGF0ZS1tYWluLWNvbnRhaW5lclwiPlxuICAgICAgICBAaWYgKHRpdGxlTWFpblNsb3QoKSkge1xuICAgICAgICAgIDxoMz57eyB0aXRsZU1haW5TbG90KCkgfX08L2gzPlxuICAgICAgICAgIDxibWItZGl2aWRlciAvPlxuICAgICAgICB9XG4gICAgICAgIDxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwibWFpbkNvbnRlbnRcIiAvPlxuICAgICAgPC9zZWN0aW9uPlxuICAgIDwvbWFpbj5cbiAgPC9zZWN0aW9uPlxuPC9uZy10ZW1wbGF0ZT5cblxuPG5nLXRlbXBsYXRlICNhc2lkZUZpcnN0Q2FyZD5cbiAgPHNlY3Rpb25cbiAgICBjbGFzcz1cImJtYl93ZWItdGVtcGxhdGUtY29udGFpbmVyXCJcbiAgICBibWJMYXlvdXRcbiAgICBnYXBTaXplPVwibVwiXG4gICAgbWFyZ2luPVwibm9uZVwiXG4gID5cbiAgICA8YXNpZGUgY2xhc3M9XCJibWJfd2ViLXRlbXBsYXRlLWFzaWRlXCIgYm1iTGF5b3V0SXRlbSBbY29sTGddPVwiMTJcIj5cbiAgICAgIEBpZiAodGl0bGVBc2lkZVNsb3QoKSkge1xuICAgICAgICA8aDM+e3sgdGl0bGVBc2lkZVNsb3QoKSB9fTwvaDM+XG4gICAgICAgIDxibWItZGl2aWRlciAvPlxuICAgICAgfVxuICAgICAgPG5nLWNvbnRhaW5lciBbbmdUZW1wbGF0ZU91dGxldF09XCJhc2lkZUNvbnRlbnRcIiAvPlxuICAgIDwvYXNpZGU+XG4gICAgPG1haW4gY2xhc3M9XCJibWJfd2ViLXRlbXBsYXRlLW1haW5cIiBibWJMYXlvdXRJdGVtIFtjb2xMZ109XCIxMlwiPlxuICAgICAgPHNlY3Rpb24gY2xhc3M9XCJibWJfd2ViLXRlbXBsYXRlLW1haW4tY29udGFpbmVyXCI+XG4gICAgICAgIDxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwibWFpbkNvbnRlbnRcIiAvPlxuICAgICAgPC9zZWN0aW9uPlxuICAgIDwvbWFpbj5cbiAgPC9zZWN0aW9uPlxuPC9uZy10ZW1wbGF0ZT5cblxuPG5nLXRlbXBsYXRlICNhc2lkZUxpZ2h0Q2FyZD5cbiAgPHNlY3Rpb25cbiAgICBjbGFzcz1cImJtYl93ZWItdGVtcGxhdGUtY29udGFpbmVyXCJcbiAgICBibWJMYXlvdXRcbiAgICBnYXBTaXplPVwibVwiXG4gICAgbWFyZ2luPVwibm9uZVwiXG4gID5cbiAgICA8YXNpZGUgY2xhc3M9XCJibWJfd2ViLXRlbXBsYXRlLWFzaWRlXCIgYm1iTGF5b3V0SXRlbSBbY29sTGddPVwiM1wiPlxuICAgICAgPG5nLWNvbnRhaW5lciBbbmdUZW1wbGF0ZU91dGxldF09XCJhc2lkZUNvbnRlbnRcIiAvPlxuICAgIDwvYXNpZGU+XG4gICAgPG1haW4gY2xhc3M9XCJibWJfd2ViLXRlbXBsYXRlLW1haW5cIiBibWJMYXlvdXRJdGVtIFtjb2xMZ109XCI5XCI+XG4gICAgICA8c2VjdGlvbiBjbGFzcz1cImJtYl93ZWItdGVtcGxhdGUtbWFpbi1jb250YWluZXJcIj5cbiAgICAgICAgQGlmICh0aXRsZU1haW5TbG90KCkpIHtcbiAgICAgICAgICA8aDM+e3sgdGl0bGVNYWluU2xvdCgpIH19PC9oMz5cbiAgICAgICAgICA8Ym1iLWRpdmlkZXIgLz5cbiAgICAgICAgfVxuICAgICAgICA8bmctY29udGFpbmVyIFtuZ1RlbXBsYXRlT3V0bGV0XT1cIm1haW5Db250ZW50XCIgLz5cbiAgICAgIDwvc2VjdGlvbj5cbiAgICA8L21haW4+XG4gIDwvc2VjdGlvbj5cbjwvbmctdGVtcGxhdGU+XG5cbjxuZy10ZW1wbGF0ZSAjdHdvQXNpZGVDYXJkPlxuICA8c2VjdGlvblxuICAgIGNsYXNzPVwiYm1iX3dlYi10ZW1wbGF0ZS1jb250YWluZXJcIlxuICAgIGJtYkxheW91dFxuICAgIGdhcFNpemU9XCJtXCJcbiAgICBtYXJnaW49XCJub25lXCJcbiAgPlxuICAgIDxhc2lkZSBjbGFzcz1cImJtYl93ZWItdGVtcGxhdGUtYXNpZGVcIiBibWJMYXlvdXRJdGVtIFtjb2xMZ109XCIzXCI+XG4gICAgICA8bmctY29udGFpbmVyIFtuZ1RlbXBsYXRlT3V0bGV0XT1cImFzaWRlQ29udGVudFwiIC8+XG4gICAgPC9hc2lkZT5cbiAgICA8bWFpbiBjbGFzcz1cImJtYl93ZWItdGVtcGxhdGUtbWFpblwiIGJtYkxheW91dEl0ZW0gW2NvbExnXT1cIjZcIj5cbiAgICAgIDxzZWN0aW9uIGNsYXNzPVwiYm1iX3dlYi10ZW1wbGF0ZS1tYWluLWNvbnRhaW5lclwiPlxuICAgICAgICBAaWYgKHRpdGxlTWFpblNsb3QoKSkge1xuICAgICAgICAgIDxoMz57eyB0aXRsZU1haW5TbG90KCkgfX08L2gzPlxuICAgICAgICAgIDxibWItZGl2aWRlciAvPlxuICAgICAgICB9XG4gICAgICAgIDxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwibWFpbkNvbnRlbnRcIiAvPlxuICAgICAgPC9zZWN0aW9uPlxuICAgIDwvbWFpbj5cbiAgICA8YXNpZGUgY2xhc3M9XCJibWJfd2ViLXRlbXBsYXRlLWFzaWRlXCIgYm1iTGF5b3V0SXRlbSBbY29sTGddPVwiM1wiPlxuICAgICAgPG5nLWNvbnRhaW5lciBbbmdUZW1wbGF0ZU91dGxldF09XCJzZWNvbmRBc2lkZUNvbnRlbnRcIiAvPlxuICAgIDwvYXNpZGU+XG4gIDwvc2VjdGlvbj5cbjwvbmctdGVtcGxhdGU+XG4iXX0=
85
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm1iLXdlYi10ZW1wbGF0ZXMuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZHMtbmcvc3JjL2xpYi9jb21wb25lbnRzL2JtYi13ZWItdGVtcGxhdGVzL2JtYi13ZWItdGVtcGxhdGVzLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItd2ViLXRlbXBsYXRlcy9ibWItd2ViLXRlbXBsYXRlcy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxZQUFZLEVBQ1osS0FBSyxFQUNMLE1BQU0sRUFFTixpQkFBaUIsR0FDbEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUNMLGtCQUFrQixHQUduQixNQUFNLHNDQUFzQyxDQUFDO0FBQzlDLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHNDQUFzQyxDQUFDO0FBRTNFLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQztBQUMzRSxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxrREFBa0QsQ0FBQztBQUN0RixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSx1REFBdUQsQ0FBQzs7O0FBMkIvRixNQUFNLE9BQU8sd0JBQXdCO0lBaEJyQztRQWlCRSxpQkFBWSxHQUFHLEtBQUssQ0FBVSxLQUFLLENBQUMsQ0FBQztRQUNyQyxnQkFBVyxHQUFHLEtBQUssRUFBVSxDQUFDO1FBQzlCLG1CQUFjLEdBQUcsS0FBSyxFQUFVLENBQUM7UUFDakMsYUFBUSxHQUFHLEtBQUssQ0FBbUIsaUJBQWlCLENBQUMsQ0FBQztRQUN0RCxrQkFBYSxHQUFHLEtBQUssRUFBVSxDQUFDO1FBQ2hDLG1CQUFjLEdBQUcsS0FBSyxFQUFVLENBQUM7UUFFakMsaUJBQWlCO1FBQ2pCLDZCQUF3QixHQUFHLEtBQUssQ0FBc0IsTUFBTSxDQUFDLENBQUM7UUFDOUQsMEJBQXFCLEdBQUcsS0FBSyxDQUEwQixJQUFJLENBQUMsQ0FBQztRQUM3RCwwQkFBcUIsR0FBRyxLQUFLLENBQVUsSUFBSSxDQUFDLENBQUM7UUFDN0MsZ0JBQVcsR0FBRyxLQUFLLENBQVMsNEJBQTRCLENBQUMsQ0FBQztRQUMxRCxzQkFBaUIsR0FBRyxLQUFLLENBQVMsZ0NBQWdDLENBQUMsQ0FBQztRQUNwRSxrQkFBYSxHQUFHLEtBQUssQ0FBUyxFQUFFLENBQUMsQ0FBQztRQUNsQyxzQkFBaUIsR0FBRyxLQUFLLENBQVMsRUFBRSxDQUFDLENBQUM7UUFDdEMsbUJBQWMsR0FBRyxLQUFLLENBQVUsS0FBSyxDQUFDLENBQUM7UUFDdkMsZUFBVSxHQUFHLEtBQUssQ0FBUyxJQUFJLENBQUMsQ0FBQztRQUNqQyxnQkFBVyxHQUFHLEtBQUssQ0FBVSxLQUFLLENBQUMsQ0FBQztRQUNwQyxpQ0FBNEIsR0FBRyxLQUFLLENBQVcsRUFBRSxDQUFDLENBQUM7UUFDbkQsNEJBQXVCLEdBQUcsS0FBSyxDQUFrQixFQUFFLENBQUMsQ0FBQztRQUVyRCxpQkFBWSxHQUFHLE1BQU0sRUFBTyxDQUFDO1FBQzdCLHVCQUFrQixHQUFHLE1BQU0sRUFBVSxDQUFDO1FBRXRDLGtCQUFrQjtRQUNsQixvQkFBZSxHQUFHLEtBQUssQ0FBcUIsRUFBRSxDQUFDLENBQUM7UUFDaEQsaUJBQVksR0FBRyxLQUFLLENBQVMsRUFBRSxDQUFDLENBQUM7S0EyQmxDO0lBaEJDLGVBQWU7UUFDYixNQUFNLFNBQVMsR0FBRztZQUNoQixrQkFBa0I7WUFDbEIsb0JBQW9CLElBQUksQ0FBQyxRQUFRLEVBQUUsRUFBRTtTQUN0QyxDQUFDO1FBRUYsT0FBTyxTQUFTLENBQUM7SUFDbkIsQ0FBQztJQUVELFlBQVksQ0FBQyxLQUFVO1FBQ3JCLElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ2hDLENBQUM7SUFFRCxnQkFBZ0IsQ0FBQyxJQUFZO1FBQzNCLElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDckMsQ0FBQzsrR0FyRFUsd0JBQXdCO21HQUF4Qix3QkFBd0IsMjBIQzlDckMsMm9MQXdMQSxpN3hCRHRKSSxrQkFBa0IsaWdCQUNsQixtQkFBbUIsa0dBQ25CLFlBQVksb1NBQ1osbUJBQW1CLDBFQUNuQixrQkFBa0IsbUpBQ2xCLHNCQUFzQjs7NEZBT2Isd0JBQXdCO2tCQWhCcEMsU0FBUzsrQkFDRSxtQkFBbUIsY0FDakIsSUFBSSxXQUNQO3dCQUNQLGtCQUFrQjt3QkFDbEIsbUJBQW1CO3dCQUNuQixZQUFZO3dCQUNaLG1CQUFtQjt3QkFDbkIsa0JBQWtCO3dCQUNsQixzQkFBc0I7cUJBQ3ZCLGlCQUdjLGlCQUFpQixDQUFDLElBQUksbUJBQ3BCLHVCQUF1QixDQUFDLE1BQU07OEJBK0JiLFlBQVk7c0JBQTdDLFlBQVk7dUJBQUMsa0JBQWtCO2dCQUNDLFdBQVc7c0JBQTNDLFlBQVk7dUJBQUMsaUJBQWlCO2dCQUNTLGtCQUFrQjtzQkFBekQsWUFBWTt1QkFBQyx3QkFBd0I7Z0JBRUosZ0JBQWdCO3NCQUFqRCxZQUFZO3VCQUFDLGtCQUFrQjtnQkFDQSxjQUFjO3NCQUE3QyxZQUFZO3VCQUFDLGdCQUFnQjtnQkFDRSxjQUFjO3NCQUE3QyxZQUFZO3VCQUFDLGdCQUFnQjtnQkFDQSxZQUFZO3NCQUF6QyxZQUFZO3VCQUFDLGNBQWMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxuICBDb250ZW50Q2hpbGQsXG4gIGlucHV0LFxuICBvdXRwdXQsXG4gIFRlbXBsYXRlUmVmLFxuICBWaWV3RW5jYXBzdWxhdGlvbixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge1xuICBCbWJUb3BCYXJDb21wb25lbnQsXG4gIElQb3NpdGlvbkJ1dHRvbk1lbnUsXG4gIElVc2VySW5mb3JtYXRpb24sXG59IGZyb20gJy4uL2JtYi10b3AtYmFyL2JtYi10b3AtYmFyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBCbWJTaWRlYmFyQ29tcG9uZW50IH0gZnJvbSAnLi4vYm1iLXNpZGViYXIvYm1iLXNpZGViYXIuY29tcG9uZW50JztcbmltcG9ydCB7IFNpZGViYXJFbGVtZW50IH0gZnJvbSAnLi4vYm1iLXNpZGViYXIvYm1iLXNpZGViYXIuaW50ZXJmYWNlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBCbWJEaXZpZGVyQ29tcG9uZW50IH0gZnJvbSAnLi4vYm1iLWRpdmlkZXIvYm1iLWRpdmlkZXIuY29tcG9uZW50JztcbmltcG9ydCB7IEJtYkxheW91dERpcmVjdGl2ZSB9IGZyb20gJy4uLy4uL2RpcmVjdGl2ZXMvYm1iLWxheW91dC9ibWItbGF5b3V0LmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBCbWJMYXlvdXRJdGVtRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vZGlyZWN0aXZlcy9ibWItbGF5b3V0L2JtYi1sYXlvdXQtaXRlbS5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgSUJtYkRhdGFBbGVydCB9IGZyb20gJy4uL2JtYi1hbGVydC1jZW50ZXIvdHlwZXMnO1xuXG5leHBvcnQgdHlwZSBJQm1iVGVtcGxhdGVOYW1lID1cbiAgfCAnZnVsbC13aWR0aC1jYXJkJ1xuICB8ICdqdXN0aWZ5LXdpZHRoLWNhcmQnXG4gIHwgJ3NpbmdsZS1jb2x1bW4tY2FyZCdcbiAgfCAnYXNpZGUtZmlyc3QtY2FyZCdcbiAgfCAnYXNpZGUtbGlnaHQtY2FyZCdcbiAgfCAndHdvLWFzaWRlLWNhcmQnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdibWItd2ViLXRlbXBsYXRlcycsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtcbiAgICBCbWJUb3BCYXJDb21wb25lbnQsXG4gICAgQm1iU2lkZWJhckNvbXBvbmVudCxcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgQm1iRGl2aWRlckNvbXBvbmVudCxcbiAgICBCbWJMYXlvdXREaXJlY3RpdmUsXG4gICAgQm1iTGF5b3V0SXRlbURpcmVjdGl2ZSxcbiAgXSxcbiAgdGVtcGxhdGVVcmw6ICcuL2JtYi13ZWItdGVtcGxhdGVzLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmw6ICcuL2JtYi13ZWItdGVtcGxhdGVzLmNvbXBvbmVudC5zY3NzJyxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIEJtYldlYlRlbXBsYXRlc0NvbXBvbmVudCB7XG4gIGlzRnVsbFNjcmVlbiA9IGlucHV0PGJvb2xlYW4+KGZhbHNlKTtcbiAgdGl0bGVTY3JlZW4gPSBpbnB1dDxzdHJpbmc+KCk7XG4gIHN1YlRpdGxlU2NyZWVuID0gaW5wdXQ8c3RyaW5nPigpO1xuICB0ZW1wbGF0ZSA9IGlucHV0PElCbWJUZW1wbGF0ZU5hbWU+KCdmdWxsLXdpZHRoLWNhcmQnKTtcbiAgdGl0bGVNYWluU2xvdCA9IGlucHV0PHN0cmluZz4oKTtcbiAgdGl0bGVBc2lkZVNsb3QgPSBpbnB1dDxzdHJpbmc+KCk7XG5cbiAgLy8gdG9wIGJhciBpbnB1dHNcbiAgdG9wQmFyUG9zaXRpb25CdXR0b25NZW51ID0gaW5wdXQ8SVBvc2l0aW9uQnV0dG9uTWVudT4oJ2xlZnQnKTtcbiAgdG9wQmFyVXNlckluZm9ybWF0aW9uID0gaW5wdXQ8SVVzZXJJbmZvcm1hdGlvbiB8IG51bGw+KG51bGwpO1xuICB0b3BCYXJIYXNMb2dvdXRCdXR0b24gPSBpbnB1dDxib29sZWFuPih0cnVlKTtcbiAgdG9wQmFySW1hZ2UgPSBpbnB1dDxzdHJpbmc+KCdhc3NldHMvaW1hZ2VzL3RlYy1sb2dvLnN2ZycpO1xuICB0b3BCYXJNb2JpbGVJbWFnZSA9IGlucHV0PHN0cmluZz4oJ2Fzc2V0cy9pbWFnZXMvdGVjLWxvZ28tbW9iLnN2ZycpO1xuICB0b3BCYXJBcHBOYW1lID0gaW5wdXQ8c3RyaW5nPignJyk7XG4gIHRvcEJhckFwcFN1YlRpdGxlID0gaW5wdXQ8c3RyaW5nPignJyk7XG4gIHRvcEJhclNob3dMYW5nID0gaW5wdXQ8Ym9vbGVhbj4oZmFsc2UpO1xuICB0b3BCYXJMYW5nID0gaW5wdXQ8c3RyaW5nPignZXMnKTtcbiAgdG9wQmFyTWl0ZWMgPSBpbnB1dDxib29sZWFuPihmYWxzZSk7XG4gIHRvcEJhckFzc2lnbm1lbnROb3RpZmljYXRpb24gPSBpbnB1dDxzdHJpbmdbXT4oW10pO1xuICB0b3BCYXJBbGVydE5vdGlmaWNhdGlvbiA9IGlucHV0PElCbWJEYXRhQWxlcnRbXT4oW10pO1xuXG4gIHRvcEJhckxvZ091dCA9IG91dHB1dDxhbnk+KCk7XG4gIHRvcEJhck9uTGFuZ0NoYW5nZSA9IG91dHB1dDxzdHJpbmc+KCk7XG5cbiAgLy8gc2lkZSBiYXIgaW5wdXRzXG4gIHNpZGVCYXJFbGVtZW50cyA9IGlucHV0PFNpZGViYXJFbGVtZW50W11bXT4oW10pO1xuICBzaWRlQmFyVGl0bGUgPSBpbnB1dDxzdHJpbmc+KCcnKTtcblxuICBAQ29udGVudENoaWxkKCdibWJUZW1wbGF0ZUFzaWRlJykgYXNpZGVDb250ZW50ITogVGVtcGxhdGVSZWY8YW55PjtcbiAgQENvbnRlbnRDaGlsZCgnYm1iVGVtcGxhdGVNYWluJykgbWFpbkNvbnRlbnQhOiBUZW1wbGF0ZVJlZjxhbnk+O1xuICBAQ29udGVudENoaWxkKCdibWJUZW1wbGF0ZVNlY29uZEFzaWRlJykgc2Vjb25kQXNpZGVDb250ZW50ITogVGVtcGxhdGVSZWY8YW55PjtcblxuICBAQ29udGVudENoaWxkKCdzaW5nbGVDb2x1bW5DYXJkJykgc2luZ2xlQ29sdW1uQ2FyZCE6IFRlbXBsYXRlUmVmPGFueT47XG4gIEBDb250ZW50Q2hpbGQoJ2FzaWRlRmlyc3RDYXJkJykgYXNpZGVGaXJzdENhcmQhOiBUZW1wbGF0ZVJlZjxhbnk+O1xuICBAQ29udGVudENoaWxkKCdhc2lkZUxpZ2h0Q2FyZCcpIGFzaWRlTGlnaHRDYXJkITogVGVtcGxhdGVSZWY8YW55PjtcbiAgQENvbnRlbnRDaGlsZCgndHdvQXNpZGVDYXJkJykgdHdvQXNpZGVDYXJkITogVGVtcGxhdGVSZWY8YW55PjtcblxuICBnZXRTZWN0aW9uQ2xhc3MoKTogc3RyaW5nW10ge1xuICAgIGNvbnN0IGNsYXNzTGlzdCA9IFtcbiAgICAgICdibWJfd2ViLXRlbXBsYXRlJyxcbiAgICAgIGBibWJfd2ViLXRlbXBsYXRlLSR7dGhpcy50ZW1wbGF0ZSgpfWAsXG4gICAgXTtcblxuICAgIHJldHVybiBjbGFzc0xpc3Q7XG4gIH1cblxuICBoYW5kbGVMb2dPdXQocGFyYW06IGFueSk6IHZvaWQge1xuICAgIHRoaXMudG9wQmFyTG9nT3V0LmVtaXQocGFyYW0pO1xuICB9XG5cbiAgaGFuZGxlTGFuZ0NoYW5nZShsYW5nOiBzdHJpbmcpOiB2b2lkIHtcbiAgICB0aGlzLnRvcEJhck9uTGFuZ0NoYW5nZS5lbWl0KGxhbmcpO1xuICB9XG59XG4iLCI8c2VjdGlvbiBbbmdDbGFzc109XCJnZXRTZWN0aW9uQ2xhc3MoKVwiPlxuICA8Ym1iLXRvcC1iYXJcbiAgICBbdXNlckluZm9ybWF0aW9uXT1cInRvcEJhclVzZXJJbmZvcm1hdGlvbigpXCJcbiAgICBbaGFzTG9nb3V0QnV0dG9uXT1cInRvcEJhckhhc0xvZ291dEJ1dHRvbigpXCJcbiAgICBbaW1hZ2VdPVwidG9wQmFySW1hZ2UoKVwiXG4gICAgW21vYmlsZUltYWdlXT1cInRvcEJhck1vYmlsZUltYWdlKClcIlxuICAgIFthcHBOYW1lXT1cInRvcEJhckFwcE5hbWUoKVwiXG4gICAgW2FwcFN1YlRpdGxlXT1cInRvcEJhckFwcFN1YlRpdGxlKClcIlxuICAgIFtsYW5nXT1cInRvcEJhckxhbmcoKVwiXG4gICAgW3Nob3dMYW5nXT1cInRvcEJhclNob3dMYW5nKClcIlxuICAgIFttaXRlY109XCJ0b3BCYXJNaXRlYygpXCJcbiAgICBbYXNzaWdubWVudE5vdGlmaWNhdGlvbl09XCJ0b3BCYXJBc3NpZ25tZW50Tm90aWZpY2F0aW9uKClcIlxuICAgIFthbGVydE5vdGlmaWNhdGlvbl09XCJ0b3BCYXJBbGVydE5vdGlmaWNhdGlvbigpXCJcbiAgICBjbGFzcz1cImJtYl93ZWItdGVtcGxhdGUtdG9wLWJhclwiXG4gICAgKGxvZ091dCk9XCJoYW5kbGVMb2dPdXQoJGV2ZW50KVwiXG4gICAgKG9uTGFuZ0NoYW5nZSk9XCJoYW5kbGVMYW5nQ2hhbmdlKCRldmVudClcIlxuICAvPlxuICA8aGVhZGVyIGNsYXNzPVwiYm1iX3dlYi10ZW1wbGF0ZS1oZWFkZXJcIj5cbiAgICA8ZGl2XG4gICAgICBjbGFzcz1cImJtYl93ZWItdGVtcGxhdGUtaGVhZGVyLWNvbnRhaW5lclwiXG4gICAgICBbbmdDbGFzc109XCJ7ICdibWJfd2ViLXRlbXBsYXRlLWZ1bGwtc2NyZWVuJzogaXNGdWxsU2NyZWVuKCkgfVwiXG4gICAgPlxuICAgICAgPGgxIGNsYXNzPVwiYm1iX3dlYi10ZW1wbGF0ZS1oZWFkZXItdGl0bGVcIj57eyB0aXRsZVNjcmVlbigpIH19PC9oMT5cbiAgICAgIDxoMiBjbGFzcz1cImJtYl93ZWItdGVtcGxhdGUtaGVhZGVyLXN1YnRpdGxlXCI+e3sgc3ViVGl0bGVTY3JlZW4oKSB9fTwvaDI+XG4gICAgPC9kaXY+XG4gIDwvaGVhZGVyPlxuICBAc3dpdGNoICh0ZW1wbGF0ZSgpKSB7XG4gICAgQGNhc2UgKCdmdWxsLXdpZHRoLWNhcmQnKSB7XG4gICAgICA8bmctY29udGFpbmVyIFtuZ1RlbXBsYXRlT3V0bGV0XT1cImZ1bGxXaWR0aENhcmRcIiAvPlxuICAgIH1cbiAgICBAY2FzZSAoJ2p1c3RpZnktd2lkdGgtY2FyZCcpIHtcbiAgICAgIDxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwianVzdGlmeVdpZHRoQ2FyZFwiIC8+XG4gICAgfVxuICAgIEBjYXNlICgnc2luZ2xlLWNvbHVtbi1jYXJkJykge1xuICAgICAgPG5nLWNvbnRhaW5lciBbbmdUZW1wbGF0ZU91dGxldF09XCJzaW5nbGVDb2x1bW5DYXJkXCIgLz5cbiAgICB9XG4gICAgQGNhc2UgKCdhc2lkZS1maXJzdC1jYXJkJykge1xuICAgICAgPG5nLWNvbnRhaW5lciBbbmdUZW1wbGF0ZU91dGxldF09XCJhc2lkZUZpcnN0Q2FyZFwiIC8+XG4gICAgfVxuICAgIEBjYXNlICgnYXNpZGUtbGlnaHQtY2FyZCcpIHtcbiAgICAgIDxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwiYXNpZGVMaWdodENhcmRcIiAvPlxuICAgIH1cbiAgICBAY2FzZSAoJ3R3by1hc2lkZS1jYXJkJykge1xuICAgICAgPG5nLWNvbnRhaW5lciBbbmdUZW1wbGF0ZU91dGxldF09XCJ0d29Bc2lkZUNhcmRcIiAvPlxuICAgIH1cbiAgfVxuICA8Ym1iLXNpZGViYXJcbiAgICBbZWxlbWVudHNdPVwic2lkZUJhckVsZW1lbnRzKClcIlxuICAgIFt0aXRsZV09XCJzaWRlQmFyVGl0bGUoKVwiXG4gID48L2JtYi1zaWRlYmFyPlxuPC9zZWN0aW9uPlxuXG48bmctdGVtcGxhdGUgI2Z1bGxXaWR0aENhcmQ+XG4gIDxtYWluIGNsYXNzPVwiYm1iX3dlYi10ZW1wbGF0ZS1tYWluXCI+XG4gICAgPHNlY3Rpb24gY2xhc3M9XCJibWJfd2ViLXRlbXBsYXRlLW1haW4tY29udGFpbmVyXCI+XG4gICAgICBAaWYgKHRpdGxlTWFpblNsb3QoKSkge1xuICAgICAgICA8aDM+e3sgdGl0bGVNYWluU2xvdCgpIH19PC9oMz5cbiAgICAgICAgPGJtYi1kaXZpZGVyIC8+XG4gICAgICB9XG4gICAgICA8bmctY29udGFpbmVyIFtuZ1RlbXBsYXRlT3V0bGV0XT1cIm1haW5Db250ZW50XCIgLz5cbiAgICA8L3NlY3Rpb24+XG4gIDwvbWFpbj5cbiAgPGFzaWRlIGNsYXNzPVwiYm1iX3dlYi10ZW1wbGF0ZS1hc2lkZVwiPlxuICAgIEBpZiAodGl0bGVBc2lkZVNsb3QoKSkge1xuICAgICAgPGgzPnt7IHRpdGxlQXNpZGVTbG90KCkgfX08L2gzPlxuICAgICAgPGJtYi1kaXZpZGVyIC8+XG4gICAgfVxuICAgIDxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwiYXNpZGVDb250ZW50XCIgLz5cbiAgPC9hc2lkZT5cbjwvbmctdGVtcGxhdGU+XG5cbjxuZy10ZW1wbGF0ZSAjanVzdGlmeVdpZHRoQ2FyZD5cbiAgPHNlY3Rpb25cbiAgICBjbGFzcz1cImJtYl93ZWItdGVtcGxhdGUtY29udGFpbmVyXCJcbiAgICBibWJMYXlvdXRcbiAgICBnYXBTaXplPVwibVwiXG4gICAgbWFyZ2luPVwibm9uZVwiXG4gID5cbiAgICA8bWFpbiBjbGFzcz1cImJtYl93ZWItdGVtcGxhdGUtbWFpblwiIGJtYkxheW91dEl0ZW0gW2NvbExnXT1cIjhcIj5cbiAgICAgIDxzZWN0aW9uIGNsYXNzPVwiYm1iX3dlYi10ZW1wbGF0ZS1tYWluLWNvbnRhaW5lclwiPlxuICAgICAgICBAaWYgKHRpdGxlTWFpblNsb3QoKSkge1xuICAgICAgICAgIDxoMz57eyB0aXRsZU1haW5TbG90KCkgfX08L2gzPlxuICAgICAgICAgIDxibWItZGl2aWRlciAvPlxuICAgICAgICB9XG4gICAgICAgIDxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwibWFpbkNvbnRlbnRcIiAvPlxuICAgICAgPC9zZWN0aW9uPlxuICAgIDwvbWFpbj5cbiAgICA8YXNpZGUgY2xhc3M9XCJibWJfd2ViLXRlbXBsYXRlLWFzaWRlXCIgYm1iTGF5b3V0SXRlbSBbY29sTGddPVwiNFwiPlxuICAgICAgQGlmICh0aXRsZUFzaWRlU2xvdCgpKSB7XG4gICAgICAgIDxoMz57eyB0aXRsZUFzaWRlU2xvdCgpIH19PC9oMz5cbiAgICAgICAgPGJtYi1kaXZpZGVyIC8+XG4gICAgICB9XG4gICAgICA8bmctY29udGFpbmVyIFtuZ1RlbXBsYXRlT3V0bGV0XT1cImFzaWRlQ29udGVudFwiIC8+XG4gICAgPC9hc2lkZT5cbiAgPC9zZWN0aW9uPlxuPC9uZy10ZW1wbGF0ZT5cblxuPG5nLXRlbXBsYXRlICNzaW5nbGVDb2x1bW5DYXJkPlxuICA8c2VjdGlvblxuICAgIGNsYXNzPVwiYm1iX3dlYi10ZW1wbGF0ZS1jb250YWluZXJcIlxuICAgIGJtYkxheW91dFxuICAgIGdhcFNpemU9XCJtXCJcbiAgICBtYXJnaW49XCJub25lXCJcbiAgPlxuICAgIDxtYWluIGNsYXNzPVwiYm1iX3dlYi10ZW1wbGF0ZS1tYWluXCIgYm1iTGF5b3V0SXRlbSBbY29sTGddPVwiMTJcIj5cbiAgICAgIDxzZWN0aW9uIGNsYXNzPVwiYm1iX3dlYi10ZW1wbGF0ZS1tYWluLWNvbnRhaW5lclwiPlxuICAgICAgICBAaWYgKHRpdGxlTWFpblNsb3QoKSkge1xuICAgICAgICAgIDxoMz57eyB0aXRsZU1haW5TbG90KCkgfX08L2gzPlxuICAgICAgICAgIDxibWItZGl2aWRlciAvPlxuICAgICAgICB9XG4gICAgICAgIDxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwibWFpbkNvbnRlbnRcIiAvPlxuICAgICAgPC9zZWN0aW9uPlxuICAgIDwvbWFpbj5cbiAgPC9zZWN0aW9uPlxuPC9uZy10ZW1wbGF0ZT5cblxuPG5nLXRlbXBsYXRlICNhc2lkZUZpcnN0Q2FyZD5cbiAgPHNlY3Rpb25cbiAgICBjbGFzcz1cImJtYl93ZWItdGVtcGxhdGUtY29udGFpbmVyXCJcbiAgICBibWJMYXlvdXRcbiAgICBnYXBTaXplPVwibVwiXG4gICAgbWFyZ2luPVwibm9uZVwiXG4gID5cbiAgICA8YXNpZGUgY2xhc3M9XCJibWJfd2ViLXRlbXBsYXRlLWFzaWRlXCIgYm1iTGF5b3V0SXRlbSBbY29sTGddPVwiMTJcIj5cbiAgICAgIEBpZiAodGl0bGVBc2lkZVNsb3QoKSkge1xuICAgICAgICA8aDM+e3sgdGl0bGVBc2lkZVNsb3QoKSB9fTwvaDM+XG4gICAgICAgIDxibWItZGl2aWRlciAvPlxuICAgICAgfVxuICAgICAgPG5nLWNvbnRhaW5lciBbbmdUZW1wbGF0ZU91dGxldF09XCJhc2lkZUNvbnRlbnRcIiAvPlxuICAgIDwvYXNpZGU+XG4gICAgPG1haW4gY2xhc3M9XCJibWJfd2ViLXRlbXBsYXRlLW1haW5cIiBibWJMYXlvdXRJdGVtIFtjb2xMZ109XCIxMlwiPlxuICAgICAgPHNlY3Rpb24gY2xhc3M9XCJibWJfd2ViLXRlbXBsYXRlLW1haW4tY29udGFpbmVyXCI+XG4gICAgICAgIDxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwibWFpbkNvbnRlbnRcIiAvPlxuICAgICAgPC9zZWN0aW9uPlxuICAgIDwvbWFpbj5cbiAgPC9zZWN0aW9uPlxuPC9uZy10ZW1wbGF0ZT5cblxuPG5nLXRlbXBsYXRlICNhc2lkZUxpZ2h0Q2FyZD5cbiAgPHNlY3Rpb25cbiAgICBjbGFzcz1cImJtYl93ZWItdGVtcGxhdGUtY29udGFpbmVyXCJcbiAgICBibWJMYXlvdXRcbiAgICBnYXBTaXplPVwibVwiXG4gICAgbWFyZ2luPVwibm9uZVwiXG4gID5cbiAgICA8YXNpZGUgY2xhc3M9XCJibWJfd2ViLXRlbXBsYXRlLWFzaWRlXCIgYm1iTGF5b3V0SXRlbSBbY29sTGddPVwiM1wiPlxuICAgICAgPG5nLWNvbnRhaW5lciBbbmdUZW1wbGF0ZU91dGxldF09XCJhc2lkZUNvbnRlbnRcIiAvPlxuICAgIDwvYXNpZGU+XG4gICAgPG1haW4gY2xhc3M9XCJibWJfd2ViLXRlbXBsYXRlLW1haW5cIiBibWJMYXlvdXRJdGVtIFtjb2xMZ109XCI5XCI+XG4gICAgICA8c2VjdGlvbiBjbGFzcz1cImJtYl93ZWItdGVtcGxhdGUtbWFpbi1jb250YWluZXJcIj5cbiAgICAgICAgQGlmICh0aXRsZU1haW5TbG90KCkpIHtcbiAgICAgICAgICA8aDM+e3sgdGl0bGVNYWluU2xvdCgpIH19PC9oMz5cbiAgICAgICAgICA8Ym1iLWRpdmlkZXIgLz5cbiAgICAgICAgfVxuICAgICAgICA8bmctY29udGFpbmVyIFtuZ1RlbXBsYXRlT3V0bGV0XT1cIm1haW5Db250ZW50XCIgLz5cbiAgICAgIDwvc2VjdGlvbj5cbiAgICA8L21haW4+XG4gIDwvc2VjdGlvbj5cbjwvbmctdGVtcGxhdGU+XG5cbjxuZy10ZW1wbGF0ZSAjdHdvQXNpZGVDYXJkPlxuICA8c2VjdGlvblxuICAgIGNsYXNzPVwiYm1iX3dlYi10ZW1wbGF0ZS1jb250YWluZXJcIlxuICAgIGJtYkxheW91dFxuICAgIGdhcFNpemU9XCJtXCJcbiAgICBtYXJnaW49XCJub25lXCJcbiAgPlxuICAgIDxhc2lkZSBjbGFzcz1cImJtYl93ZWItdGVtcGxhdGUtYXNpZGVcIiBibWJMYXlvdXRJdGVtIFtjb2xMZ109XCIzXCI+XG4gICAgICA8bmctY29udGFpbmVyIFtuZ1RlbXBsYXRlT3V0bGV0XT1cImFzaWRlQ29udGVudFwiIC8+XG4gICAgPC9hc2lkZT5cbiAgICA8bWFpbiBjbGFzcz1cImJtYl93ZWItdGVtcGxhdGUtbWFpblwiIGJtYkxheW91dEl0ZW0gW2NvbExnXT1cIjZcIj5cbiAgICAgIDxzZWN0aW9uIGNsYXNzPVwiYm1iX3dlYi10ZW1wbGF0ZS1tYWluLWNvbnRhaW5lclwiPlxuICAgICAgICBAaWYgKHRpdGxlTWFpblNsb3QoKSkge1xuICAgICAgICAgIDxoMz57eyB0aXRsZU1haW5TbG90KCkgfX08L2gzPlxuICAgICAgICAgIDxibWItZGl2aWRlciAvPlxuICAgICAgICB9XG4gICAgICAgIDxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwibWFpbkNvbnRlbnRcIiAvPlxuICAgICAgPC9zZWN0aW9uPlxuICAgIDwvbWFpbj5cbiAgICA8YXNpZGUgY2xhc3M9XCJibWJfd2ViLXRlbXBsYXRlLWFzaWRlXCIgYm1iTGF5b3V0SXRlbSBbY29sTGddPVwiM1wiPlxuICAgICAgPG5nLWNvbnRhaW5lciBbbmdUZW1wbGF0ZU91dGxldF09XCJzZWNvbmRBc2lkZUNvbnRlbnRcIiAvPlxuICAgIDwvYXNpZGU+XG4gIDwvc2VjdGlvbj5cbjwvbmctdGVtcGxhdGU+XG4iXX0=